Skip to content

Commit

Permalink
chore: Upgrade to Web SDK v1021.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y-ui-release[bot] committed Oct 30, 2024
1 parent 9c35d3c commit ef3ab9d
Show file tree
Hide file tree
Showing 33 changed files with 3,401 additions and 3,444 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trim_trailing_whitespace = true

[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false

[*.md]
max_line_length = off
Expand Down
22 changes: 14 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "less",
"assets": [
"src/favicon.ico",
"src/assets"
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"@c8y/style/main.less",
"src/styles.less"
],
"scripts": [],
Expand All @@ -53,13 +56,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "500kB",
"maximumError": "1MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "2kB",
"maximumError": "4kB"
}
],
"outputHashing": "all",
Expand Down Expand Up @@ -98,10 +101,13 @@
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "less",
"assets": [
"src/favicon.ico",
"src/assets"
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"@c8y/style/main.less",
"src/styles.less"
],
"scripts": []
Expand Down
8 changes: 7 additions & 1 deletion cumulocity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,13 @@ export default {
path: './src/pagination/pagination-example.module.ts',
description: 'This is an example for pagination.',
scope: 'self'
},
{
name: 'Typeahead',
module: 'TypeaheadExampleModule',
path: './src/typeahead/typeahead-example.module.ts',
description: 'This is an example for the typeahead component.',
scope: 'self'
}
]
},
Expand All @@ -742,7 +749,6 @@ export default {
},
// The embedded.css is used by codex for iframe embeddings.
copy: [{ from: './node_modules/@c8y/style/embedded.css', to: './embedded.css' }],
brandingEntry: './src/branding/branding.less',
federation: [
'@angular/animations',
'@angular/cdk',
Expand Down
Loading

0 comments on commit ef3ab9d

Please sign in to comment.