iguazio.dashboard-controls 0.37.15 → 0.37.19

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 (28) hide show
  1. package/.eslintrc.json +1 -1
  2. package/dist/i18n/en/common.json +1 -0
  3. package/dist/i18n/en/functions.json +1 -1
  4. package/dist/js/iguazio.dashboard-controls.js +4805 -4691
  5. package/dist/less/iguazio.dashboard-controls.less +1918 -1917
  6. package/package.json +1 -1
  7. package/src/i18n/en/common.json +1 -0
  8. package/src/i18n/en/functions.json +1 -1
  9. package/src/igz_controls/components/size/size.component.js +30 -8
  10. package/src/igz_controls/components/size/size.less +1 -0
  11. package/src/igz_controls/directives/resizable-table-column.directive.js +1 -5
  12. package/src/igz_controls/services/mask.service.js +55 -0
  13. package/src/igz_controls/services/mask.service.spec.js +53 -0
  14. package/src/igz_controls/services/table-size.service.js +13 -9
  15. package/src/igz_controls/services/yaml.service.js +1 -1
  16. package/src/nuclio/common/components/collapsing-row/collapsing-row.component.js +13 -2
  17. package/src/nuclio/common/components/collapsing-row/collapsing-row.tpl.html +2 -2
  18. package/src/nuclio/common/components/function-config-dialog/function-config-dialog.component.js +4 -2
  19. package/src/nuclio/common/screens/create-function/function-import/function-import.component.js +5 -3
  20. package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.component.js +3 -1
  21. package/src/nuclio/functions/function-collapsing-row/function-collapsing-row.tpl.html +14 -0
  22. package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.component.js +1 -0
  23. package/src/nuclio/functions/function-collapsing-row/function-version-row/function-version-row.tpl.html +13 -0
  24. package/src/nuclio/functions/functions.component.js +22 -0
  25. package/src/nuclio/functions/functions.service.js +3 -2
  26. package/src/nuclio/functions/functions.tpl.html +7 -0
  27. package/src/nuclio/functions/version/version-configuration/tabs/version-configuration-environment-variables/version-configuration-environment-variables.tpl.html +1 -1
  28. package/src/nuclio/functions/version/version.component.js +47 -40
package/.eslintrc.json CHANGED
@@ -48,7 +48,7 @@
48
48
  "igz"
49
49
  ],
50
50
  "angular/empty-controller": 2,
51
- "angular/json-functions": 2,
51
+ "angular/json-functions": 0,
52
52
  "angular/interval-service": 2,
53
53
  "angular/no-cookiestore": 2,
54
54
  "angular/no-http-callback": 2,
@@ -246,6 +246,7 @@
246
246
  "GET_VERSIONS": "Get versions",
247
247
  "GO_TO_CONTAINING_FOLDER": "Go to containing folder",
248
248
  "GPU": "GPU",
249
+ "GPU_CORES": "GPU (cores)",
249
250
  "GROUP": "Group",
250
251
  "GROUPS": "Groups",
251
252
  "GUIDE_SCREEN": "Guide Screen",
@@ -88,7 +88,6 @@
88
88
  "EDIT_PROJECT": "Edit Project",
89
89
  "ENDPOINT": "Endpoint",
90
90
  "ENTER_HOST_TO_SEE_ENDPOINT": "Enter host to see endpoint",
91
- "ENVIRONMENT_VARIABLES": "Environment Variables",
92
91
  "ERROR_MSG": {
93
92
  "COULD_NOT_READ_FILE": "Could not read file...",
94
93
  "CREATE_FUNCTION_EVENT": "Error occurred while creating the new function event.",
@@ -378,6 +377,7 @@
378
377
  "UNSPECIFIED_FIELD_NAME": "Unspecified field name",
379
378
  "URL_NOT_EXPOSED": "URL not exposed",
380
379
  "V3IO": "V3IO",
380
+ "V3IO_INVALID_REPLICAS_MSG": "V3io_stream trigger requires min and max replicas to be the same",
381
381
  "VIEW_YAML": "View YAML",
382
382
  "VOLUMES": "Volumes",
383
383
  "ALWAYS_WAIT_FOR_READINESS_TIMEOUT_EXPIRATION": "Always wait for readiness-timeout expiration",