iguazio.dashboard-controls 0.40.2 → 0.40.3
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/dist/i18n/en/common.json +3 -0
- package/dist/js/iguazio.dashboard-controls.js +8179 -8148
- package/dist/less/iguazio.dashboard-controls.less +1206 -1206
- package/package.json +2 -2
- package/src/i18n/en/common.json +3 -0
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +12 -0
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.spec.js +16 -8
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +13 -0
- package/src/nuclio/functions/version/version-code/version-code.component.js +12 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iguazio.dashboard-controls",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.3",
|
|
4
4
|
"main": "dist/js/iguazio.dashboard-controls.js",
|
|
5
5
|
"description": "Collection of resources (such as CSS styles, fonts and images) and AngularJs 1.x components and services to share among different Iguazio repos.",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"gulp-eslint": "^6.0.0",
|
|
42
42
|
"gulp-file-transform-cache": ">=1.0.6",
|
|
43
43
|
"gulp-htmlmin": "^5.0.1",
|
|
44
|
-
"gulp-if": "^
|
|
44
|
+
"gulp-if": "^3.0.0",
|
|
45
45
|
"gulp-imagemin": "^7.1.0",
|
|
46
46
|
"gulp-less": "4.0.1",
|
|
47
47
|
"gulp-less-import": "^1.0.0",
|
package/src/i18n/en/common.json
CHANGED
|
@@ -326,6 +326,9 @@
|
|
|
326
326
|
"NO": "No",
|
|
327
327
|
"NO_ACTIONS": "(No actions)",
|
|
328
328
|
"NO_CONSECUTIVE_CHARACTER": "No consecutive characters",
|
|
329
|
+
"NO_DATA_MATCHES_THE_FILTER": "No data matches the filter: ",
|
|
330
|
+
"NO_DATA_TO_SHOW": "No data to show",
|
|
331
|
+
"MODIFY_THE_FILTER": " Modify the filter to see other data.",
|
|
329
332
|
"NO_EVENTS": "No events",
|
|
330
333
|
"NO_TASKS": "No {{- currentTab}} tasks",
|
|
331
334
|
"NOT_CONTAIN": "Must not contain",
|
|
@@ -238,6 +238,18 @@ such restriction.
|
|
|
238
238
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
239
239
|
visible: true
|
|
240
240
|
},
|
|
241
|
+
{
|
|
242
|
+
id: 'python:3.10',
|
|
243
|
+
name: 'Python 3.10',
|
|
244
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
245
|
+
visible: true
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
id: 'python:3.11',
|
|
249
|
+
name: 'Python 3.11',
|
|
250
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
251
|
+
visible: true
|
|
252
|
+
},
|
|
241
253
|
{
|
|
242
254
|
id: 'dotnetcore',
|
|
243
255
|
name: '.NET Core ' + $i18next.t('functions:TECH_PREVIEW_LABEL', { lng: lng }),
|
|
@@ -46,22 +46,18 @@ describe('nclFunctionFromScratch Component:', function () {
|
|
|
46
46
|
'0sIGVycm9yKSB7DQogICAgcmV0dXJuIG5pbCwgbmlsDQp9', // source code in base64
|
|
47
47
|
visible: true
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
id: 'python:3.6',
|
|
51
|
-
name: 'Python 3.6',
|
|
52
|
-
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
53
|
-
visible: true
|
|
54
|
-
},
|
|
55
49
|
{
|
|
56
50
|
id: 'python:3.7',
|
|
57
|
-
name: 'Python 3.7',
|
|
51
|
+
name: 'Python 3.7 ' + $i18next.t('functions:DEPRECATED_SOON_LABEL', {lng: lng}),
|
|
58
52
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
53
|
+
nameTemplate: 'Python 3.7 ' + '<b>' + $i18next.t('functions:DEPRECATED_SOON_LABEL', {lng: lng}) + '</b>',
|
|
59
54
|
visible: true
|
|
60
55
|
},
|
|
61
56
|
{
|
|
62
57
|
id: 'python:3.8',
|
|
63
|
-
name: 'Python 3.8',
|
|
58
|
+
name: 'Python 3.8 ' + $i18next.t('functions:DEPRECATED_SOON_LABEL', {lng: lng}),
|
|
64
59
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
60
|
+
nameTemplate: 'Python 3.8 ' + '<b>' + $i18next.t('functions:DEPRECATED_SOON_LABEL', {lng: lng}) + '</b>',
|
|
65
61
|
visible: true
|
|
66
62
|
},
|
|
67
63
|
{
|
|
@@ -70,6 +66,18 @@ describe('nclFunctionFromScratch Component:', function () {
|
|
|
70
66
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
71
67
|
visible: true
|
|
72
68
|
},
|
|
69
|
+
{
|
|
70
|
+
id: 'python:3.10',
|
|
71
|
+
name: 'Python 3.10',
|
|
72
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
73
|
+
visible: true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
id: 'python:3.11',
|
|
77
|
+
name: 'Python 3.11',
|
|
78
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
79
|
+
visible: true
|
|
80
|
+
},
|
|
73
81
|
{
|
|
74
82
|
id: 'dotnetcore',
|
|
75
83
|
name: '.NET Core ' + $i18next.t('functions:TECH_PREVIEW_LABEL', { lng: lng }),
|
|
@@ -402,6 +402,19 @@ such restriction.
|
|
|
402
402
|
{
|
|
403
403
|
id: 'python:3.9',
|
|
404
404
|
name: 'Python 3.9',
|
|
405
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
406
|
+
visible: true
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
id: 'python:3.10',
|
|
410
|
+
name: 'Python 3.10',
|
|
411
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
412
|
+
visible: true
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
id: 'python:3.11',
|
|
416
|
+
name: 'Python 3.11',
|
|
417
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
405
418
|
visible: true
|
|
406
419
|
},
|
|
407
420
|
{
|
|
@@ -483,6 +483,18 @@ such restriction.
|
|
|
483
483
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
484
484
|
visible: true
|
|
485
485
|
},
|
|
486
|
+
{
|
|
487
|
+
id: 'python:3.10',
|
|
488
|
+
name: 'Python 3.10',
|
|
489
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
490
|
+
visible: true
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
id: 'python:3.11',
|
|
494
|
+
name: 'Python 3.11',
|
|
495
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
496
|
+
visible: true
|
|
497
|
+
},
|
|
486
498
|
{
|
|
487
499
|
id: 'dotnetcore',
|
|
488
500
|
ext: 'cs',
|