@c8y/ngx-components 1021.6.0 → 1021.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/branding/shared/lazy/add-branding-modal/add-branding-modal.component.d.ts +14 -1
- package/branding/shared/lazy/add-branding-modal/add-branding-modal.component.d.ts.map +1 -1
- package/cockpit-config/cockpit-config.model.d.ts +1 -0
- package/cockpit-config/cockpit-config.model.d.ts.map +1 -1
- package/context-dashboard/dashboard-manager/dashboard-manager.module.d.ts.map +1 -1
- package/core/common/options.service.d.ts +1 -1
- package/core/common/options.service.d.ts.map +1 -1
- package/core/forms/validation-pattern.d.ts +4 -0
- package/core/forms/validation-pattern.d.ts.map +1 -1
- package/core/plugins/plugins.service.d.ts +1 -1
- package/core/plugins/plugins.service.d.ts.map +1 -1
- package/esm2022/assets-navigator/asset-selector/asset-selector-node.component.mjs +3 -3
- package/esm2022/branding/shared/lazy/add-branding-modal/add-branding-modal.component.mjs +49 -5
- package/esm2022/cockpit-config/cockpit-config.model.mjs +3 -2
- package/esm2022/cockpit-config/feature-config.component.mjs +3 -3
- package/esm2022/context-dashboard/dashboard-manager/dashboard-manager.module.mjs +5 -3
- package/esm2022/core/common/options.service.mjs +3 -3
- package/esm2022/core/docs/defaults.items.mjs +2 -2
- package/esm2022/core/forms/validation-pattern.mjs +5 -1
- package/esm2022/core/plugins/plugins.service.mjs +3 -3
- package/esm2022/core/router/context-route.guard.mjs +2 -2
- package/esm2022/core/search/search-input.component.mjs +3 -3
- package/esm2022/operations/bulk-operation-scheduler/operation-scheduler.component.mjs +7 -5
- package/esm2022/search/search-action.component.mjs +3 -3
- package/esm2022/tenants/custom-properties/custom-properties.component.mjs +90 -0
- package/esm2022/tenants/custom-properties/custom-properties.service.mjs +76 -0
- package/esm2022/tenants/custom-properties/custom-property-field/custom-property-field.component.mjs +29 -0
- package/esm2022/tenants/index.mjs +2 -1
- package/esm2022/tenants/tenant-limits/tenant-limits-definitions.mjs +92 -0
- package/esm2022/tenants/tenant-limits/tenant-limits.component.mjs +124 -0
- package/esm2022/tenants/tenants.module.mjs +42 -4
- package/esm2022/widgets/implementations/help-and-service-widget/help-and-service-view/help-and-service-view.component.mjs +2 -2
- package/fesm2022/c8y-ngx-components-assets-navigator.mjs +2 -2
- package/fesm2022/c8y-ngx-components-assets-navigator.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs +48 -4
- package/fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-cockpit-config.mjs +4 -3
- package/fesm2022/c8y-ngx-components-cockpit-config.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +4 -2
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs +6 -4
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-search.mjs +2 -2
- package/fesm2022/c8y-ngx-components-search.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-tenants.mjs +416 -11
- package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +277 -273
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +22 -19
- package/locales/en.po +3 -0
- package/locales/en_US.po +3 -0
- package/locales/es.po +167 -170
- package/locales/fr.po +134 -128
- package/locales/ja_JP.po +171 -133
- package/locales/ko.po +543 -49
- package/locales/locales.pot +49 -2
- package/locales/nl.po +134 -128
- package/locales/pl.po +138 -135
- package/locales/pt_BR.po +144 -141
- package/locales/zh_CN.po +524 -30
- package/locales/zh_TW.po +524 -30
- package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/tenants/custom-properties/custom-properties.component.d.ts +26 -0
- package/tenants/custom-properties/custom-properties.component.d.ts.map +1 -0
- package/tenants/custom-properties/custom-properties.service.d.ts +26 -0
- package/tenants/custom-properties/custom-properties.service.d.ts.map +1 -0
- package/tenants/custom-properties/custom-property-field/custom-property-field.component.d.ts +10 -0
- package/tenants/custom-properties/custom-property-field/custom-property-field.component.d.ts.map +1 -0
- package/tenants/index.d.ts +1 -0
- package/tenants/index.d.ts.map +1 -1
- package/tenants/tenant-limits/tenant-limits-definitions.d.ts +117 -0
- package/tenants/tenant-limits/tenant-limits-definitions.d.ts.map +1 -0
- package/tenants/tenant-limits/tenant-limits.component.d.ts +39 -0
- package/tenants/tenant-limits/tenant-limits.component.d.ts.map +1 -0
- package/tenants/tenants.module.d.ts.map +1 -1
package/locales/locales.pot
CHANGED
|
@@ -708,6 +708,9 @@ msgstr ""
|
|
|
708
708
|
msgid "Add a new command template by clicking the button above."
|
|
709
709
|
msgstr ""
|
|
710
710
|
|
|
711
|
+
msgid "Add a new custom property for tenants in Properties library."
|
|
712
|
+
msgstr ""
|
|
713
|
+
|
|
711
714
|
msgid "Add a new device profile by clicking below."
|
|
712
715
|
msgstr ""
|
|
713
716
|
|
|
@@ -723,6 +726,9 @@ msgstr ""
|
|
|
723
726
|
msgid "Add a new software by clicking below."
|
|
724
727
|
msgstr ""
|
|
725
728
|
|
|
729
|
+
msgid "Add a new tenant property in Properties library."
|
|
730
|
+
msgstr ""
|
|
731
|
+
|
|
726
732
|
msgid "Add a new version by clicking below."
|
|
727
733
|
msgstr ""
|
|
728
734
|
|
|
@@ -2819,17 +2825,17 @@ msgstr ""
|
|
|
2819
2825
|
msgid ""
|
|
2820
2826
|
"Choose how to select a date range, the available options are:\n"
|
|
2821
2827
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2828
|
+
" <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
|
|
2822
2829
|
" <li><b>Widget configuration:</b> restricts the date selection only to the widget configuration</li>\n"
|
|
2823
2830
|
" <li><b>Widget and widget configuration:</b> restricts the date selection to the widget view and widget configuration only</li>\n"
|
|
2824
|
-
" <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
|
|
2825
2831
|
" </ul>"
|
|
2826
2832
|
msgstr ""
|
|
2827
2833
|
|
|
2828
2834
|
msgid ""
|
|
2829
2835
|
"Choose how to select a date range, the available options are:\n"
|
|
2830
2836
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2831
|
-
" <li><b>Widget:</b> restricts the date selection to the widget view only</li>\n"
|
|
2832
2837
|
" <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
|
|
2838
|
+
" <li><b>Widget:</b> restricts the date selection to the widget view only</li>\n"
|
|
2833
2839
|
" </ul>"
|
|
2834
2840
|
msgstr ""
|
|
2835
2841
|
|
|
@@ -4156,6 +4162,9 @@ msgstr ""
|
|
|
4156
4162
|
msgid "Custom properties saved."
|
|
4157
4163
|
msgstr ""
|
|
4158
4164
|
|
|
4165
|
+
msgid "Custom properties values saved."
|
|
4166
|
+
msgstr ""
|
|
4167
|
+
|
|
4159
4168
|
msgid "Custom`application`"
|
|
4160
4169
|
msgstr ""
|
|
4161
4170
|
|
|
@@ -5267,6 +5276,9 @@ msgstr ""
|
|
|
5267
5276
|
msgid "Display a configurable SVG."
|
|
5268
5277
|
msgstr ""
|
|
5269
5278
|
|
|
5279
|
+
msgid "Display a link to the Dashboard manager under the Configuration navigator menu."
|
|
5280
|
+
msgstr ""
|
|
5281
|
+
|
|
5270
5282
|
msgid "Display a link to the Data point library under the Configuration navigator menu."
|
|
5271
5283
|
msgstr ""
|
|
5272
5284
|
|
|
@@ -6597,6 +6609,14 @@ msgid ""
|
|
|
6597
6609
|
" ."
|
|
6598
6610
|
msgstr ""
|
|
6599
6611
|
|
|
6612
|
+
msgid ""
|
|
6613
|
+
"Find out more in the\n"
|
|
6614
|
+
" <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants/#custom-properties\">\n"
|
|
6615
|
+
" User guide\n"
|
|
6616
|
+
" </a>\n"
|
|
6617
|
+
" ."
|
|
6618
|
+
msgstr ""
|
|
6619
|
+
|
|
6600
6620
|
msgid ""
|
|
6601
6621
|
"Find out more in the\n"
|
|
6602
6622
|
" <a c8y-guide-href=\"/docs/cockpit/smart-rules\">user documentation</a>\n"
|
|
@@ -8073,6 +8093,9 @@ msgstr ""
|
|
|
8073
8093
|
msgid "Invalid browse path."
|
|
8074
8094
|
msgstr ""
|
|
8075
8095
|
|
|
8096
|
+
msgid "Invalid character \"{{ invalidCharacter }}\". Only a-z, 0-9 and - are allowed."
|
|
8097
|
+
msgstr ""
|
|
8098
|
+
|
|
8076
8099
|
msgid "Invalid code"
|
|
8077
8100
|
msgstr ""
|
|
8078
8101
|
|
|
@@ -8109,6 +8132,9 @@ msgstr ""
|
|
|
8109
8132
|
msgid "Invalid subnet mask."
|
|
8110
8133
|
msgstr ""
|
|
8111
8134
|
|
|
8135
|
+
msgid "Invalid type, expected integer."
|
|
8136
|
+
msgstr ""
|
|
8137
|
+
|
|
8112
8138
|
msgid "Invalid type, expected {{ schema.type }}."
|
|
8113
8139
|
msgstr ""
|
|
8114
8140
|
|
|
@@ -8534,6 +8560,12 @@ msgstr ""
|
|
|
8534
8560
|
msgid "Limit stream requests"
|
|
8535
8561
|
msgstr ""
|
|
8536
8562
|
|
|
8563
|
+
msgid "Limit values saved."
|
|
8564
|
+
msgstr ""
|
|
8565
|
+
|
|
8566
|
+
msgid "Limits"
|
|
8567
|
+
msgstr ""
|
|
8568
|
+
|
|
8537
8569
|
msgid "Line"
|
|
8538
8570
|
msgstr ""
|
|
8539
8571
|
|
|
@@ -9743,6 +9775,12 @@ msgstr ""
|
|
|
9743
9775
|
msgid "No custom applications available."
|
|
9744
9776
|
msgstr ""
|
|
9745
9777
|
|
|
9778
|
+
msgid "No custom properties to display."
|
|
9779
|
+
msgstr ""
|
|
9780
|
+
|
|
9781
|
+
msgid "No custom properties yet."
|
|
9782
|
+
msgstr ""
|
|
9783
|
+
|
|
9746
9784
|
msgid "No data available."
|
|
9747
9785
|
msgstr ""
|
|
9748
9786
|
|
|
@@ -10619,6 +10657,9 @@ msgstr ""
|
|
|
10619
10657
|
msgid "Only letters, digits and underscore allowed."
|
|
10620
10658
|
msgstr ""
|
|
10621
10659
|
|
|
10660
|
+
msgid "Only lower case characters are allowed."
|
|
10661
|
+
msgstr ""
|
|
10662
|
+
|
|
10622
10663
|
msgid "Only lowercase letters, digits and hyphens allowed in the first part of the URI. Must start with a letter; hyphens only allowed in the middle. Must be a valid URI."
|
|
10623
10664
|
msgstr ""
|
|
10624
10665
|
|
|
@@ -13880,6 +13921,9 @@ msgstr ""
|
|
|
13880
13921
|
msgid "Should have at most {{ requiredLength }} characters."
|
|
13881
13922
|
msgstr ""
|
|
13882
13923
|
|
|
13924
|
+
msgid "Should start with a lower case letter or a number."
|
|
13925
|
+
msgstr ""
|
|
13926
|
+
|
|
13883
13927
|
msgid "Show"
|
|
13884
13928
|
msgstr ""
|
|
13885
13929
|
|
|
@@ -17920,6 +17964,9 @@ msgstr ""
|
|
|
17920
17964
|
msgid "e.g. Position"
|
|
17921
17965
|
msgstr ""
|
|
17922
17966
|
|
|
17967
|
+
msgid "e.g. REF12345`reference number`"
|
|
17968
|
+
msgstr ""
|
|
17969
|
+
|
|
17923
17970
|
msgid "e.g. Reset factory settings"
|
|
17924
17971
|
msgstr ""
|
|
17925
17972
|
|