iguazio.dashboard-controls 0.40.3-3.5.x → 0.41.0-3.5.x

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.
Files changed (20) hide show
  1. package/dist/i18n/en/common.json +2 -2
  2. package/dist/i18n/en/functions.json +6 -6
  3. package/dist/js/iguazio.dashboard-controls.js +3317 -3212
  4. package/dist/less/iguazio.dashboard-controls.less +914 -903
  5. package/package.json +1 -1
  6. package/src/i18n/en/common.json +2 -2
  7. package/src/i18n/en/functions.json +6 -6
  8. package/src/igz_controls/components/validating-input-field/validating-input-field.component.js +7 -0
  9. package/src/nuclio/common/components/edit-item/edit-item.tpl.html +3 -3
  10. package/src/nuclio/common/components/key-value-input/key-value-input.component.js +94 -35
  11. package/src/nuclio/common/components/key-value-input/key-value-input.less +12 -1
  12. package/src/nuclio/common/components/key-value-input/key-value-input.tpl.html +27 -24
  13. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-annotations/version-configuration-annotations.tpl.html +1 -1
  14. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.component.js +65 -35
  15. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.tpl.html +1 -1
  16. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-labels/version-configuration-labels.tpl.html +1 -1
  17. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-resources/version-configuration-resources.tpl.html +1 -1
  18. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-volumes/version-configuration-volumes.tpl.html +1 -1
  19. package/src/nuclio/functions/version/version-triggers/version-triggers.tpl.html +1 -1
  20. package/.vscode/settings.json +0 -3
@@ -4,6 +4,8 @@
4
4
  "ACTIVE": "Active",
5
5
  "ADD": "Add",
6
6
  "ADD_DESCRIPTION": "Add a description...",
7
+ "ADD_NEW_ENTRY": "Add a new entry",
8
+ "ADD_NEW_ENVIRONMENT_VARIABLE": "Add a new environment variable",
7
9
  "ADDED": "Added",
8
10
  "ADDRESS": "Address",
9
11
  "ADVANCED": "Advanced",
@@ -71,8 +73,6 @@
71
73
  "CPU_USED": "CPU used",
72
74
  "CREATE": "Create",
73
75
  "CREATE_FUNCTION": "Create Function",
74
- "CREATE_NEW_ENTRY": "Create a new entry",
75
- "CREATE_NEW_ENVIRONMENT_VARIABLE": "Create a new environment variable",
76
76
  "CREATE_TENANT": "Create tenant",
77
77
  "CREATE_VIEW": "Create view",
78
78
  "CREATED": "Created",
@@ -4,6 +4,12 @@
4
4
  "ACCESS_KEY_ID": "Access key ID",
5
5
  "ACCESS_KEY_V3IO_ONLY": "Access key (required for an Iguazio Data Science Platform download)",
6
6
  "ADD_BROKER": "Add broker",
7
+ "ADD_NEW_ANNOTATION": "Add a new annotation",
8
+ "ADD_NEW_EVENT_HEADER": "Add a new event header",
9
+ "ADD_NEW_LABEL": "Add a new label",
10
+ "ADD_NEW_SUBSCRIPTION": "Add a new subscription",
11
+ "ADD_NEW_TRIGGER": "Add a new trigger",
12
+ "ADD_NEW_VOLUME": "Add a new volume",
7
13
  "ADD_TOPIC": "Add topic",
8
14
  "ALWAYS_WAIT_FOR_READINESS_TIMEOUT_EXPIRATION": "Always wait for readiness-timeout expiration",
9
15
  "ANNOTATIONS": "Annotations",
@@ -50,18 +56,12 @@
50
56
  "CREATE_CANARY_FUNCTION": "Create a canary function",
51
57
  "CREATE_FUNCTION_DESCRIPTION": "Choose a preconfigured template as starting point for your nuclio function",
52
58
  "CREATE_FUNCTION_EVENT": "Create function event",
53
- "CREATE_NEW_ANNOTATION": "Create a new annotation",
54
59
  "CREATE_NEW_API_GATEWAY": "Create a new API Gateway",
55
60
  "CREATE_NEW_BINDING": "Create a new binding",
56
61
  "CREATE_NEW_ENVIRONMENT_VARIABLE": "Create a new environment variable",
57
- "CREATE_NEW_EVENT_HEADER": "Create a new event header",
58
62
  "CREATE_NEW_HEADER": "Create a new header",
59
63
  "CREATE_NEW_HOST": "Create a new host",
60
- "CREATE_NEW_LABEL": "Create a new label",
61
64
  "CREATE_NEW_RUNTIME_ATTRIBUTE": "Create a new runtime attribute",
62
- "CREATE_NEW_SUBSCRIPTION": "Create a new subscription",
63
- "CREATE_NEW_TRIGGER": "Create a new trigger",
64
- "CREATE_NEW_VOLUME": "Create a new volume",
65
65
  "CREATED_DATE": "Created date",
66
66
  "DATA_BINDINGS": "Data Bindings",
67
67
  "DELETE_API_GATEWAY_CONFIRM": "Are you sure you want to delete selected API Gateway?",