iguazio.dashboard-controls 1.2.11 → 1.2.12
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/js/iguazio.dashboard-controls.js +14174 -14156
- package/dist/less/iguazio.dashboard-controls.less +855 -855
- package/package.json +1 -1
- package/src/nuclio/common/screens/create-function/function-from-scratch/function-from-scratch.component.js +6 -0
- package/src/nuclio/common/screens/create-function/function-from-template/function-from-template.component.js +6 -0
- package/src/nuclio/functions/version/version-code/version-code.component.js +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iguazio.dashboard-controls",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
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": {
|
|
@@ -236,6 +236,12 @@ such restriction.
|
|
|
236
236
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
237
237
|
visible: true
|
|
238
238
|
},
|
|
239
|
+
{
|
|
240
|
+
id: 'python:3.12',
|
|
241
|
+
name: 'Python 3.12',
|
|
242
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
243
|
+
visible: true
|
|
244
|
+
},
|
|
239
245
|
{
|
|
240
246
|
id: 'dotnetcore',
|
|
241
247
|
name: '.NET Core ' + $i18next.t('functions:TECH_PREVIEW_LABEL', { lng: lng }),
|
|
@@ -403,6 +403,12 @@ such restriction.
|
|
|
403
403
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
404
404
|
visible: true
|
|
405
405
|
},
|
|
406
|
+
{
|
|
407
|
+
id: 'python:3.12',
|
|
408
|
+
name: 'Python 3.12',
|
|
409
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
410
|
+
visible: true
|
|
411
|
+
},
|
|
406
412
|
{
|
|
407
413
|
id: 'dotnetcore',
|
|
408
414
|
name: '.NET Core ' + $i18next.t('functions:TECH_PREVIEW_LABEL', {lng: lng}),
|
|
@@ -496,6 +496,12 @@ such restriction.
|
|
|
496
496
|
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
497
497
|
visible: true
|
|
498
498
|
},
|
|
499
|
+
{
|
|
500
|
+
id: 'python:3.12',
|
|
501
|
+
name: 'Python 3.12',
|
|
502
|
+
sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
|
|
503
|
+
visible: true
|
|
504
|
+
},
|
|
499
505
|
{
|
|
500
506
|
id: 'dotnetcore',
|
|
501
507
|
ext: 'cs',
|