@nethserver/ns8-ui-lib 0.0.85 → 0.0.88
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/ns8-ui-lib.esm.js +560 -550
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +474 -466
- package/package.json +1 -1
- package/src/lib-components/NsDangerDeleteModal.vue +4 -3
- package/src/lib-components/NsPasswordInput.vue +2 -2
- package/src/lib-components/NsTextInput.vue +12 -1
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -6,6 +6,7 @@ import { carbonPrefixMixin, themeMixin, uidMixin } from '@carbon/vue/src/mixins'
|
|
|
6
6
|
import CheckmarkFilled20 from '@carbon/icons-vue/es/checkmark--filled/20';
|
|
7
7
|
import ErrorFilled20 from '@carbon/icons-vue/es/error--filled/20';
|
|
8
8
|
import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
|
|
9
|
+
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
9
10
|
import crypto from 'crypto';
|
|
10
11
|
import OverflowMenuVertical20 from '@carbon/icons-vue/es/overflow-menu--vertical/20';
|
|
11
12
|
import Vue from 'vue';
|
|
@@ -96,7 +97,6 @@ import Column20 from '@carbon/icons-vue/es/column/20';
|
|
|
96
97
|
import Catalog20 from '@carbon/icons-vue/es/catalog/20';
|
|
97
98
|
import Catalog32 from '@carbon/icons-vue/es/catalog/32';
|
|
98
99
|
import Group20 from '@carbon/icons-vue/es/group/20';
|
|
99
|
-
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
100
100
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
101
101
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
102
102
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -317,12 +317,12 @@ const __vue_is_functional_template__$C = false;
|
|
|
317
317
|
|
|
318
318
|
/* style inject shadow dom */
|
|
319
319
|
|
|
320
|
-
const __vue_component__$
|
|
320
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
|
|
321
321
|
render: __vue_render__$A,
|
|
322
322
|
staticRenderFns: __vue_staticRenderFns__$A
|
|
323
323
|
}, __vue_inject_styles__$C, __vue_script__$u, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
|
|
324
324
|
|
|
325
|
-
var NsButton = __vue_component__$
|
|
325
|
+
var NsButton = __vue_component__$11;
|
|
326
326
|
|
|
327
327
|
//
|
|
328
328
|
//
|
|
@@ -413,12 +413,12 @@ const __vue_is_functional_template__$B = false;
|
|
|
413
413
|
|
|
414
414
|
/* style inject shadow dom */
|
|
415
415
|
|
|
416
|
-
const __vue_component__$
|
|
416
|
+
const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
|
|
417
417
|
render: __vue_render__$z,
|
|
418
418
|
staticRenderFns: __vue_staticRenderFns__$z
|
|
419
419
|
}, __vue_inject_styles__$B, __vue_script__$t, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
|
|
420
420
|
|
|
421
|
-
var NsPictogram = __vue_component__$
|
|
421
|
+
var NsPictogram = __vue_component__$10;
|
|
422
422
|
|
|
423
423
|
//
|
|
424
424
|
var script$s = {
|
|
@@ -526,12 +526,12 @@ const __vue_is_functional_template__$A = false;
|
|
|
526
526
|
|
|
527
527
|
/* style inject shadow dom */
|
|
528
528
|
|
|
529
|
-
const __vue_component__
|
|
529
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
530
530
|
render: __vue_render__$y,
|
|
531
531
|
staticRenderFns: __vue_staticRenderFns__$y
|
|
532
532
|
}, __vue_inject_styles__$A, __vue_script__$s, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
|
|
533
533
|
|
|
534
|
-
var NsLottieAnimation = __vue_component__
|
|
534
|
+
var NsLottieAnimation = __vue_component__$$;
|
|
535
535
|
|
|
536
536
|
/* script */
|
|
537
537
|
|
|
@@ -570,12 +570,12 @@ const __vue_is_functional_template__$z = false;
|
|
|
570
570
|
|
|
571
571
|
/* style inject shadow dom */
|
|
572
572
|
|
|
573
|
-
const __vue_component__
|
|
573
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
574
574
|
render: __vue_render__$x,
|
|
575
575
|
staticRenderFns: __vue_staticRenderFns__$x
|
|
576
576
|
}, __vue_inject_styles__$z, {}, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
|
|
577
577
|
|
|
578
|
-
var ExclamationMarkPictogram = __vue_component__
|
|
578
|
+
var ExclamationMarkPictogram = __vue_component__$_;
|
|
579
579
|
|
|
580
580
|
//
|
|
581
581
|
var script$r = {
|
|
@@ -668,12 +668,12 @@ const __vue_is_functional_template__$y = false;
|
|
|
668
668
|
|
|
669
669
|
/* style inject shadow dom */
|
|
670
670
|
|
|
671
|
-
const __vue_component__$
|
|
671
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
672
672
|
render: __vue_render__$w,
|
|
673
673
|
staticRenderFns: __vue_staticRenderFns__$w
|
|
674
674
|
}, __vue_inject_styles__$y, __vue_script__$r, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
|
|
675
675
|
|
|
676
|
-
var __vue_component__$
|
|
676
|
+
var __vue_component__$Z = __vue_component__$Y;
|
|
677
677
|
|
|
678
678
|
//
|
|
679
679
|
var script$q = {
|
|
@@ -878,12 +878,12 @@ const __vue_is_functional_template__$x = false;
|
|
|
878
878
|
|
|
879
879
|
/* style inject shadow dom */
|
|
880
880
|
|
|
881
|
-
const __vue_component__$
|
|
881
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
882
882
|
render: __vue_render__$v,
|
|
883
883
|
staticRenderFns: __vue_staticRenderFns__$v
|
|
884
884
|
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
885
885
|
|
|
886
|
-
var __vue_component__$
|
|
886
|
+
var __vue_component__$X = __vue_component__$W;
|
|
887
887
|
|
|
888
888
|
//
|
|
889
889
|
//
|
|
@@ -1042,12 +1042,12 @@ const __vue_is_functional_template__$w = false;
|
|
|
1042
1042
|
|
|
1043
1043
|
/* style inject shadow dom */
|
|
1044
1044
|
|
|
1045
|
-
const __vue_component__$
|
|
1045
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
1046
1046
|
render: __vue_render__$u,
|
|
1047
1047
|
staticRenderFns: __vue_staticRenderFns__$u
|
|
1048
1048
|
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
|
|
1049
1049
|
|
|
1050
|
-
var NsCircleTimer = __vue_component__$
|
|
1050
|
+
var NsCircleTimer = __vue_component__$V;
|
|
1051
1051
|
|
|
1052
1052
|
//
|
|
1053
1053
|
var script$o = {
|
|
@@ -1186,12 +1186,12 @@ const __vue_is_functional_template__$v = false;
|
|
|
1186
1186
|
|
|
1187
1187
|
/* style inject shadow dom */
|
|
1188
1188
|
|
|
1189
|
-
const __vue_component__$
|
|
1189
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
1190
1190
|
render: __vue_render__$t,
|
|
1191
1191
|
staticRenderFns: __vue_staticRenderFns__$t
|
|
1192
1192
|
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
1193
1193
|
|
|
1194
|
-
var NsInlineNotification = __vue_component__$
|
|
1194
|
+
var NsInlineNotification = __vue_component__$U;
|
|
1195
1195
|
|
|
1196
1196
|
//
|
|
1197
1197
|
//
|
|
@@ -1294,12 +1294,12 @@ const __vue_is_functional_template__$u = false;
|
|
|
1294
1294
|
|
|
1295
1295
|
/* style inject shadow dom */
|
|
1296
1296
|
|
|
1297
|
-
const __vue_component__$
|
|
1297
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
1298
1298
|
render: __vue_render__$s,
|
|
1299
1299
|
staticRenderFns: __vue_staticRenderFns__$s
|
|
1300
1300
|
}, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
|
|
1301
1301
|
|
|
1302
|
-
var NsProgressBar = __vue_component__$
|
|
1302
|
+
var NsProgressBar = __vue_component__$T;
|
|
1303
1303
|
|
|
1304
1304
|
var script$m = {
|
|
1305
1305
|
name: "NsSvg",
|
|
@@ -1381,9 +1381,9 @@ const __vue_is_functional_template__$t = undefined;
|
|
|
1381
1381
|
|
|
1382
1382
|
/* style inject shadow dom */
|
|
1383
1383
|
|
|
1384
|
-
const __vue_component__$
|
|
1384
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
1385
1385
|
|
|
1386
|
-
var NsSvg = __vue_component__$
|
|
1386
|
+
var NsSvg = __vue_component__$S;
|
|
1387
1387
|
|
|
1388
1388
|
//
|
|
1389
1389
|
var script$l = {
|
|
@@ -1527,12 +1527,12 @@ const __vue_is_functional_template__$s = false;
|
|
|
1527
1527
|
|
|
1528
1528
|
/* style inject shadow dom */
|
|
1529
1529
|
|
|
1530
|
-
const __vue_component__$
|
|
1530
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
1531
1531
|
render: __vue_render__$r,
|
|
1532
1532
|
staticRenderFns: __vue_staticRenderFns__$r
|
|
1533
1533
|
}, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
1534
1534
|
|
|
1535
|
-
var __vue_component__$
|
|
1535
|
+
var __vue_component__$R = __vue_component__$Q;
|
|
1536
1536
|
|
|
1537
1537
|
function toInteger(dirtyNumber) {
|
|
1538
1538
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6337,12 +6337,12 @@ const __vue_is_functional_template__$r = false;
|
|
|
6337
6337
|
|
|
6338
6338
|
/* style inject shadow dom */
|
|
6339
6339
|
|
|
6340
|
-
const __vue_component__$
|
|
6340
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
6341
6341
|
render: __vue_render__$q,
|
|
6342
6342
|
staticRenderFns: __vue_staticRenderFns__$q
|
|
6343
6343
|
}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
6344
6344
|
|
|
6345
|
-
var __vue_component__$
|
|
6345
|
+
var __vue_component__$P = __vue_component__$O;
|
|
6346
6346
|
|
|
6347
6347
|
//
|
|
6348
6348
|
var script$j = {
|
|
@@ -6481,12 +6481,12 @@ const __vue_is_functional_template__$q = false;
|
|
|
6481
6481
|
|
|
6482
6482
|
/* style inject shadow dom */
|
|
6483
6483
|
|
|
6484
|
-
const __vue_component__$
|
|
6484
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
6485
6485
|
render: __vue_render__$p,
|
|
6486
6486
|
staticRenderFns: __vue_staticRenderFns__$p
|
|
6487
6487
|
}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
6488
6488
|
|
|
6489
|
-
var __vue_component__$
|
|
6489
|
+
var __vue_component__$N = __vue_component__$M;
|
|
6490
6490
|
|
|
6491
6491
|
//
|
|
6492
6492
|
var script$i = {
|
|
@@ -6633,12 +6633,12 @@ const __vue_is_functional_template__$p = false;
|
|
|
6633
6633
|
|
|
6634
6634
|
/* style inject shadow dom */
|
|
6635
6635
|
|
|
6636
|
-
const __vue_component__$
|
|
6636
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
6637
6637
|
render: __vue_render__$o,
|
|
6638
6638
|
staticRenderFns: __vue_staticRenderFns__$o
|
|
6639
6639
|
}, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
6640
6640
|
|
|
6641
|
-
var __vue_component__$
|
|
6641
|
+
var __vue_component__$L = __vue_component__$K;
|
|
6642
6642
|
|
|
6643
6643
|
//
|
|
6644
6644
|
var script$h = {
|
|
@@ -6778,12 +6778,189 @@ const __vue_is_functional_template__$o = false;
|
|
|
6778
6778
|
|
|
6779
6779
|
/* style inject shadow dom */
|
|
6780
6780
|
|
|
6781
|
-
const __vue_component__$
|
|
6781
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
6782
6782
|
render: __vue_render__$n,
|
|
6783
6783
|
staticRenderFns: __vue_staticRenderFns__$n
|
|
6784
6784
|
}, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
6785
6785
|
|
|
6786
|
-
var __vue_component__$
|
|
6786
|
+
var __vue_component__$J = __vue_component__$I;
|
|
6787
|
+
|
|
6788
|
+
//
|
|
6789
|
+
var script$g = {
|
|
6790
|
+
name: "NsTextInput",
|
|
6791
|
+
extends: CvTextInput,
|
|
6792
|
+
components: {
|
|
6793
|
+
WarningFilled16,
|
|
6794
|
+
WarningAltFilled16,
|
|
6795
|
+
View16,
|
|
6796
|
+
ViewOff16
|
|
6797
|
+
},
|
|
6798
|
+
props: {
|
|
6799
|
+
helperText: {
|
|
6800
|
+
type: String,
|
|
6801
|
+
default: undefined
|
|
6802
|
+
},
|
|
6803
|
+
invalidMessage: {
|
|
6804
|
+
type: String,
|
|
6805
|
+
default: undefined
|
|
6806
|
+
},
|
|
6807
|
+
label: String,
|
|
6808
|
+
passwordHideLabel: {
|
|
6809
|
+
type: String,
|
|
6810
|
+
default: "Hide password"
|
|
6811
|
+
},
|
|
6812
|
+
passwordShowLabel: {
|
|
6813
|
+
type: String,
|
|
6814
|
+
default: "Show password"
|
|
6815
|
+
},
|
|
6816
|
+
passwordVisible: Boolean,
|
|
6817
|
+
type: String,
|
|
6818
|
+
value: String,
|
|
6819
|
+
warnText: {
|
|
6820
|
+
type: String,
|
|
6821
|
+
default: undefined
|
|
6822
|
+
},
|
|
6823
|
+
tooltipAlignment: {
|
|
6824
|
+
type: String,
|
|
6825
|
+
default: "center",
|
|
6826
|
+
validator: val => ["start", "center", "end"].includes(val)
|
|
6827
|
+
},
|
|
6828
|
+
tooltipDirection: {
|
|
6829
|
+
type: String,
|
|
6830
|
+
default: "bottom",
|
|
6831
|
+
validator: val => ["top", "left", "bottom", "right".includes(val)]
|
|
6832
|
+
},
|
|
6833
|
+
prefix: String
|
|
6834
|
+
},
|
|
6835
|
+
computed: {
|
|
6836
|
+
hasTooltipSlot() {
|
|
6837
|
+
return !!this.$slots.tooltip;
|
|
6838
|
+
}
|
|
6839
|
+
|
|
6840
|
+
}
|
|
6841
|
+
};
|
|
6842
|
+
|
|
6843
|
+
/* script */
|
|
6844
|
+
const __vue_script__$g = script$g;
|
|
6845
|
+
/* template */
|
|
6846
|
+
|
|
6847
|
+
var __vue_render__$m = function () {
|
|
6848
|
+
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
6849
|
+
|
|
6850
|
+
var _vm = this;
|
|
6851
|
+
|
|
6852
|
+
var _h = _vm.$createElement;
|
|
6853
|
+
|
|
6854
|
+
var _c = _vm._self._c || _h;
|
|
6855
|
+
|
|
6856
|
+
return _c('div', {
|
|
6857
|
+
class: ["cv-text-input", "ns-text-input", _vm.carbonPrefix + "--form-item", _vm.carbonPrefix + "--text-input-wrapper", (_obj = {}, _obj[_vm.carbonPrefix + "--password-input-wrapper"] = _vm.isPassword, _obj)]
|
|
6858
|
+
}, [_vm.hasTooltipSlot ? _c('div', [_c('label', {
|
|
6859
|
+
class: [_vm.carbonPrefix + "--label", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$1)],
|
|
6860
|
+
attrs: {
|
|
6861
|
+
"for": _vm.uid
|
|
6862
|
+
}
|
|
6863
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
|
|
6864
|
+
staticClass: "tooltip info",
|
|
6865
|
+
attrs: {
|
|
6866
|
+
"alignment": _vm.tooltipAlignment,
|
|
6867
|
+
"direction": _vm.tooltipDirection
|
|
6868
|
+
}
|
|
6869
|
+
}, [_c('template', {
|
|
6870
|
+
slot: "content"
|
|
6871
|
+
}, [_vm._t("tooltip")], 2)], 2)], 1) : _c('label', {
|
|
6872
|
+
class: [_vm.carbonPrefix + "--label", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$2)],
|
|
6873
|
+
attrs: {
|
|
6874
|
+
"for": _vm.uid
|
|
6875
|
+
}
|
|
6876
|
+
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('div', {
|
|
6877
|
+
class: [_vm.carbonPrefix + "--text-input__field-wrapper", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input__field-wrapper--warning"] = !_vm.isInvalid && _vm.isWarn, _obj$3), {
|
|
6878
|
+
'align-items-center': _vm.prefix
|
|
6879
|
+
}],
|
|
6880
|
+
attrs: {
|
|
6881
|
+
"data-invalid": _vm.isInvalid
|
|
6882
|
+
}
|
|
6883
|
+
}, [_vm.isInvalid ? _c('WarningFilled16', {
|
|
6884
|
+
class: _vm.carbonPrefix + "--text-input__invalid-icon"
|
|
6885
|
+
}) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('WarningAltFilled16', {
|
|
6886
|
+
class: _vm.carbonPrefix + "--text-input__invalid-icon " + _vm.carbonPrefix + "--text-input__invalid-icon--warning"
|
|
6887
|
+
}) : _vm._e(), _vm._v(" "), _vm.prefix ? _c('span', {
|
|
6888
|
+
staticClass: "prefix"
|
|
6889
|
+
}, [_vm._v(_vm._s(_vm.prefix))]) : _vm._e(), _vm._v(" "), _c('input', _vm._g(_vm._b({
|
|
6890
|
+
ref: "input",
|
|
6891
|
+
class: [_vm.carbonPrefix + "--text-input", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$4[_vm.carbonPrefix + "--text-input--invalid"] = _vm.isInvalid, _obj$4[_vm.carbonPrefix + "--text-input--warning"] = _vm.isWarn, _obj$4[_vm.carbonPrefix + "--password-input"] = _vm.isPassword, _obj$4)],
|
|
6892
|
+
attrs: {
|
|
6893
|
+
"id": _vm.uid,
|
|
6894
|
+
"data-toggle-password-visibility": _vm.isPassword,
|
|
6895
|
+
"type": _vm.dataType
|
|
6896
|
+
},
|
|
6897
|
+
domProps: {
|
|
6898
|
+
"value": _vm.value
|
|
6899
|
+
}
|
|
6900
|
+
}, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _vm.isPassword ? _c('button', {
|
|
6901
|
+
class: [_vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--text-input--password__visibility__toggle", _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", _vm.carbonPrefix + "--tooltip--bottom", _vm.carbonPrefix + "--tooltip--align-end"],
|
|
6902
|
+
attrs: {
|
|
6903
|
+
"type": "button"
|
|
6904
|
+
},
|
|
6905
|
+
on: {
|
|
6906
|
+
"click": _vm.togglePasswordVisibility
|
|
6907
|
+
}
|
|
6908
|
+
}, [_c('span', {
|
|
6909
|
+
class: _vm.carbonPrefix + "--assistive-text"
|
|
6910
|
+
}, [_vm._v(_vm._s(_vm.passwordHideShowLabel))]), _vm._v(" "), _vm.isPasswordVisible ? _c('ViewOff16', {
|
|
6911
|
+
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
6912
|
+
}) : _c('View16', {
|
|
6913
|
+
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
6914
|
+
})], 1) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
|
|
6915
|
+
class: _vm.carbonPrefix + "--form-requirement"
|
|
6916
|
+
}, [_vm._t("invalid-message", function () {
|
|
6917
|
+
return [_vm._v(_vm._s(_vm.invalidMessage))];
|
|
6918
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('div', {
|
|
6919
|
+
class: _vm.carbonPrefix + "--form__requirement"
|
|
6920
|
+
}, [_vm._t("warn-text", function () {
|
|
6921
|
+
return [_vm._v(_vm._s(_vm.warnText))];
|
|
6922
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.isHelper ? _c('div', {
|
|
6923
|
+
class: [_vm.carbonPrefix + "--form__helper-text", (_obj$5 = {}, _obj$5[_vm.carbonPrefix + "--form__helper-text--disabled"] = _vm.$attrs.disabled, _obj$5)]
|
|
6924
|
+
}, [_vm._t("helper-text", function () {
|
|
6925
|
+
return [_vm._v(_vm._s(_vm.helperText))];
|
|
6926
|
+
})], 2) : _vm._e()]);
|
|
6927
|
+
};
|
|
6928
|
+
|
|
6929
|
+
var __vue_staticRenderFns__$m = [];
|
|
6930
|
+
/* style */
|
|
6931
|
+
|
|
6932
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
6933
|
+
if (!inject) return;
|
|
6934
|
+
inject("data-v-cf3198ba_0", {
|
|
6935
|
+
source: ".tooltip[data-v-cf3198ba]{display:inline-block;position:absolute}.prefix[data-v-cf3198ba]{font-weight:700;margin-right:.5rem}.align-items-center[data-v-cf3198ba]{align-items:center}",
|
|
6936
|
+
map: undefined,
|
|
6937
|
+
media: undefined
|
|
6938
|
+
}), inject("data-v-cf3198ba_1", {
|
|
6939
|
+
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
6940
|
+
map: undefined,
|
|
6941
|
+
media: undefined
|
|
6942
|
+
});
|
|
6943
|
+
};
|
|
6944
|
+
/* scoped */
|
|
6945
|
+
|
|
6946
|
+
|
|
6947
|
+
const __vue_scope_id__$n = "data-v-cf3198ba";
|
|
6948
|
+
/* module identifier */
|
|
6949
|
+
|
|
6950
|
+
const __vue_module_identifier__$n = undefined;
|
|
6951
|
+
/* functional template */
|
|
6952
|
+
|
|
6953
|
+
const __vue_is_functional_template__$n = false;
|
|
6954
|
+
/* style inject SSR */
|
|
6955
|
+
|
|
6956
|
+
/* style inject shadow dom */
|
|
6957
|
+
|
|
6958
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6959
|
+
render: __vue_render__$m,
|
|
6960
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
6961
|
+
}, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
6962
|
+
|
|
6963
|
+
var NsTextInput = __vue_component__$H;
|
|
6787
6964
|
|
|
6788
6965
|
// Unique ID creation requires a high quality random # generator. In node.js
|
|
6789
6966
|
// this is pretty straight-forward - we use the crypto API.
|
|
@@ -7014,6 +7191,8 @@ var UtilService = {
|
|
|
7014
7191
|
for (const key of Object.keys(obj)) {
|
|
7015
7192
|
if (typeof obj[key] == "string") {
|
|
7016
7193
|
obj[key] = "";
|
|
7194
|
+
} else if (typeof obj[key] == "boolean") {
|
|
7195
|
+
obj[key] = false;
|
|
7017
7196
|
} else if (typeof obj[key] == "object") {
|
|
7018
7197
|
// recursion
|
|
7019
7198
|
this.clearStrings(obj[key]);
|
|
@@ -7258,9 +7437,11 @@ var UtilService = {
|
|
|
7258
7437
|
};
|
|
7259
7438
|
|
|
7260
7439
|
//
|
|
7261
|
-
var script$
|
|
7440
|
+
var script$f = {
|
|
7262
7441
|
name: "NsPasswordInput",
|
|
7263
|
-
components:
|
|
7442
|
+
components: {
|
|
7443
|
+
NsTextInput
|
|
7444
|
+
},
|
|
7264
7445
|
mixins: [UtilService],
|
|
7265
7446
|
props: {
|
|
7266
7447
|
value: String,
|
|
@@ -7421,10 +7602,10 @@ var script$g = {
|
|
|
7421
7602
|
};
|
|
7422
7603
|
|
|
7423
7604
|
/* script */
|
|
7424
|
-
const __vue_script__$
|
|
7605
|
+
const __vue_script__$f = script$f;
|
|
7425
7606
|
/* template */
|
|
7426
7607
|
|
|
7427
|
-
var __vue_render__$
|
|
7608
|
+
var __vue_render__$l = function () {
|
|
7428
7609
|
var _vm = this;
|
|
7429
7610
|
|
|
7430
7611
|
var _h = _vm.$createElement;
|
|
@@ -7519,13 +7700,13 @@ var __vue_render__$m = function () {
|
|
|
7519
7700
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7520
7701
|
};
|
|
7521
7702
|
|
|
7522
|
-
var __vue_staticRenderFns__$
|
|
7703
|
+
var __vue_staticRenderFns__$l = [];
|
|
7523
7704
|
/* style */
|
|
7524
7705
|
|
|
7525
|
-
const __vue_inject_styles__$
|
|
7706
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
7526
7707
|
if (!inject) return;
|
|
7527
|
-
inject("data-v-
|
|
7528
|
-
source: ".new-password-container[data-v-
|
|
7708
|
+
inject("data-v-67b93b40_0", {
|
|
7709
|
+
source: ".new-password-container[data-v-67b93b40]{margin-bottom:1rem}.new-password[data-v-67b93b40]{margin-bottom:.25rem}.confirm-password[data-v-67b93b40]{margin-bottom:.25rem}.password-meter[data-v-67b93b40]{display:flex}@media (min-width:672px){.password-meter[data-v-67b93b40]{max-width:38rem}}.requirement[data-v-67b93b40]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-67b93b40]{background-color:#fff}.requirement[data-v-67b93b40]:first-child{margin-left:0}.requirement-ok[data-v-67b93b40]{color:#fff;background-color:#198038}.requirement-disabled[data-v-67b93b40]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
7529
7710
|
map: undefined,
|
|
7530
7711
|
media: undefined
|
|
7531
7712
|
});
|
|
@@ -7533,26 +7714,26 @@ const __vue_inject_styles__$n = function (inject) {
|
|
|
7533
7714
|
/* scoped */
|
|
7534
7715
|
|
|
7535
7716
|
|
|
7536
|
-
const __vue_scope_id__$
|
|
7717
|
+
const __vue_scope_id__$m = "data-v-67b93b40";
|
|
7537
7718
|
/* module identifier */
|
|
7538
7719
|
|
|
7539
|
-
const __vue_module_identifier__$
|
|
7720
|
+
const __vue_module_identifier__$m = undefined;
|
|
7540
7721
|
/* functional template */
|
|
7541
7722
|
|
|
7542
|
-
const __vue_is_functional_template__$
|
|
7723
|
+
const __vue_is_functional_template__$m = false;
|
|
7543
7724
|
/* style inject SSR */
|
|
7544
7725
|
|
|
7545
7726
|
/* style inject shadow dom */
|
|
7546
7727
|
|
|
7547
|
-
const __vue_component__$
|
|
7548
|
-
render: __vue_render__$
|
|
7549
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7550
|
-
}, __vue_inject_styles__$
|
|
7728
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
7729
|
+
render: __vue_render__$l,
|
|
7730
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
7731
|
+
}, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
7551
7732
|
|
|
7552
|
-
var __vue_component__$
|
|
7733
|
+
var __vue_component__$G = __vue_component__$F;
|
|
7553
7734
|
|
|
7554
7735
|
//
|
|
7555
|
-
var script$
|
|
7736
|
+
var script$e = {
|
|
7556
7737
|
name: "NsIconMenu",
|
|
7557
7738
|
extends: CvOverflowMenu,
|
|
7558
7739
|
props: {
|
|
@@ -7596,10 +7777,10 @@ var script$f = {
|
|
|
7596
7777
|
};
|
|
7597
7778
|
|
|
7598
7779
|
/* script */
|
|
7599
|
-
const __vue_script__$
|
|
7780
|
+
const __vue_script__$e = script$e;
|
|
7600
7781
|
/* template */
|
|
7601
7782
|
|
|
7602
|
-
var __vue_render__$
|
|
7783
|
+
var __vue_render__$k = function () {
|
|
7603
7784
|
var _obj, _obj$1;
|
|
7604
7785
|
|
|
7605
7786
|
var _vm = this;
|
|
@@ -7715,10 +7896,10 @@ var __vue_render__$l = function () {
|
|
|
7715
7896
|
})])]);
|
|
7716
7897
|
};
|
|
7717
7898
|
|
|
7718
|
-
var __vue_staticRenderFns__$
|
|
7899
|
+
var __vue_staticRenderFns__$k = [];
|
|
7719
7900
|
/* style */
|
|
7720
7901
|
|
|
7721
|
-
const __vue_inject_styles__$
|
|
7902
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
7722
7903
|
if (!inject) return;
|
|
7723
7904
|
inject("data-v-2be14df6_0", {
|
|
7724
7905
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7729,27 +7910,27 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
7729
7910
|
/* scoped */
|
|
7730
7911
|
|
|
7731
7912
|
|
|
7732
|
-
const __vue_scope_id__$
|
|
7913
|
+
const __vue_scope_id__$l = "data-v-2be14df6";
|
|
7733
7914
|
/* module identifier */
|
|
7734
7915
|
|
|
7735
|
-
const __vue_module_identifier__$
|
|
7916
|
+
const __vue_module_identifier__$l = undefined;
|
|
7736
7917
|
/* functional template */
|
|
7737
7918
|
|
|
7738
|
-
const __vue_is_functional_template__$
|
|
7919
|
+
const __vue_is_functional_template__$l = false;
|
|
7739
7920
|
/* style inject SSR */
|
|
7740
7921
|
|
|
7741
7922
|
/* style inject shadow dom */
|
|
7742
7923
|
|
|
7743
|
-
const __vue_component__$
|
|
7744
|
-
render: __vue_render__$
|
|
7745
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7746
|
-
}, __vue_inject_styles__$
|
|
7924
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
7925
|
+
render: __vue_render__$k,
|
|
7926
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
7927
|
+
}, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
7747
7928
|
|
|
7748
|
-
var __vue_component__$
|
|
7929
|
+
var __vue_component__$E = __vue_component__$D;
|
|
7749
7930
|
|
|
7750
7931
|
//
|
|
7751
7932
|
Vue.use(chartsVue);
|
|
7752
|
-
var script$
|
|
7933
|
+
var script$d = {
|
|
7753
7934
|
name: "NsMeterChart",
|
|
7754
7935
|
components: {
|
|
7755
7936
|
CcvMeterChart
|
|
@@ -7823,10 +8004,10 @@ var script$e = {
|
|
|
7823
8004
|
};
|
|
7824
8005
|
|
|
7825
8006
|
/* script */
|
|
7826
|
-
const __vue_script__$
|
|
8007
|
+
const __vue_script__$d = script$d;
|
|
7827
8008
|
/* template */
|
|
7828
8009
|
|
|
7829
|
-
var __vue_render__$
|
|
8010
|
+
var __vue_render__$j = function () {
|
|
7830
8011
|
var _vm = this;
|
|
7831
8012
|
|
|
7832
8013
|
var _h = _vm.$createElement;
|
|
@@ -7841,35 +8022,35 @@ var __vue_render__$k = function () {
|
|
|
7841
8022
|
});
|
|
7842
8023
|
};
|
|
7843
8024
|
|
|
7844
|
-
var __vue_staticRenderFns__$
|
|
8025
|
+
var __vue_staticRenderFns__$j = [];
|
|
7845
8026
|
/* style */
|
|
7846
8027
|
|
|
7847
|
-
const __vue_inject_styles__$
|
|
8028
|
+
const __vue_inject_styles__$k = undefined;
|
|
7848
8029
|
/* scoped */
|
|
7849
8030
|
|
|
7850
|
-
const __vue_scope_id__$
|
|
8031
|
+
const __vue_scope_id__$k = undefined;
|
|
7851
8032
|
/* module identifier */
|
|
7852
8033
|
|
|
7853
|
-
const __vue_module_identifier__$
|
|
8034
|
+
const __vue_module_identifier__$k = undefined;
|
|
7854
8035
|
/* functional template */
|
|
7855
8036
|
|
|
7856
|
-
const __vue_is_functional_template__$
|
|
8037
|
+
const __vue_is_functional_template__$k = false;
|
|
7857
8038
|
/* style inject */
|
|
7858
8039
|
|
|
7859
8040
|
/* style inject SSR */
|
|
7860
8041
|
|
|
7861
8042
|
/* style inject shadow dom */
|
|
7862
8043
|
|
|
7863
|
-
const __vue_component__$
|
|
7864
|
-
render: __vue_render__$
|
|
7865
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7866
|
-
}, __vue_inject_styles__$
|
|
8044
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
8045
|
+
render: __vue_render__$j,
|
|
8046
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
8047
|
+
}, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
|
|
7867
8048
|
|
|
7868
|
-
var __vue_component__$
|
|
8049
|
+
var __vue_component__$C = __vue_component__$B;
|
|
7869
8050
|
|
|
7870
8051
|
//
|
|
7871
8052
|
Vue.use(chartsVue);
|
|
7872
|
-
var script$
|
|
8053
|
+
var script$c = {
|
|
7873
8054
|
name: "NsPieChart",
|
|
7874
8055
|
components: {},
|
|
7875
8056
|
props: {
|
|
@@ -7925,10 +8106,10 @@ var script$d = {
|
|
|
7925
8106
|
};
|
|
7926
8107
|
|
|
7927
8108
|
/* script */
|
|
7928
|
-
const __vue_script__$
|
|
8109
|
+
const __vue_script__$c = script$c;
|
|
7929
8110
|
/* template */
|
|
7930
8111
|
|
|
7931
|
-
var __vue_render__$
|
|
8112
|
+
var __vue_render__$i = function () {
|
|
7932
8113
|
var _vm = this;
|
|
7933
8114
|
|
|
7934
8115
|
var _h = _vm.$createElement;
|
|
@@ -7943,38 +8124,263 @@ var __vue_render__$j = function () {
|
|
|
7943
8124
|
});
|
|
7944
8125
|
};
|
|
7945
8126
|
|
|
7946
|
-
var __vue_staticRenderFns__$
|
|
8127
|
+
var __vue_staticRenderFns__$i = [];
|
|
7947
8128
|
/* style */
|
|
7948
8129
|
|
|
7949
|
-
const __vue_inject_styles__$
|
|
8130
|
+
const __vue_inject_styles__$j = undefined;
|
|
7950
8131
|
/* scoped */
|
|
7951
8132
|
|
|
7952
|
-
const __vue_scope_id__$
|
|
8133
|
+
const __vue_scope_id__$j = undefined;
|
|
7953
8134
|
/* module identifier */
|
|
7954
8135
|
|
|
7955
|
-
const __vue_module_identifier__$
|
|
8136
|
+
const __vue_module_identifier__$j = undefined;
|
|
7956
8137
|
/* functional template */
|
|
7957
8138
|
|
|
7958
|
-
const __vue_is_functional_template__$
|
|
8139
|
+
const __vue_is_functional_template__$j = false;
|
|
7959
8140
|
/* style inject */
|
|
7960
8141
|
|
|
7961
8142
|
/* style inject SSR */
|
|
7962
8143
|
|
|
7963
8144
|
/* style inject shadow dom */
|
|
7964
8145
|
|
|
7965
|
-
const __vue_component__$
|
|
7966
|
-
render: __vue_render__$
|
|
7967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7968
|
-
}, __vue_inject_styles__$
|
|
8146
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
8147
|
+
render: __vue_render__$i,
|
|
8148
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
8149
|
+
}, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
7969
8150
|
|
|
7970
|
-
var __vue_component__$
|
|
8151
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7971
8152
|
|
|
7972
8153
|
//
|
|
7973
|
-
var script$
|
|
8154
|
+
var script$b = {
|
|
8155
|
+
name: "NsModal",
|
|
8156
|
+
extends: CvModal,
|
|
8157
|
+
components: {
|
|
8158
|
+
CvModal,
|
|
8159
|
+
NsButton
|
|
8160
|
+
},
|
|
8161
|
+
props: {
|
|
8162
|
+
hideOnClickOutside: {
|
|
8163
|
+
type: Boolean,
|
|
8164
|
+
default: false
|
|
8165
|
+
},
|
|
8166
|
+
isLoading: {
|
|
8167
|
+
type: Boolean,
|
|
8168
|
+
default: false
|
|
8169
|
+
},
|
|
8170
|
+
alert: Boolean,
|
|
8171
|
+
closeAriaLabel: {
|
|
8172
|
+
type: String,
|
|
8173
|
+
default: "Close modal"
|
|
8174
|
+
},
|
|
8175
|
+
kind: {
|
|
8176
|
+
type: String,
|
|
8177
|
+
default: "",
|
|
8178
|
+
validator: val => ["", "danger"].includes(val)
|
|
8179
|
+
},
|
|
8180
|
+
autoHideOff: Boolean,
|
|
8181
|
+
visible: Boolean,
|
|
8182
|
+
primaryButtonDisabled: Boolean,
|
|
8183
|
+
size: String,
|
|
8184
|
+
hasFormContent: Boolean
|
|
8185
|
+
},
|
|
8186
|
+
methods: {
|
|
8187
|
+
onExternalClick(ev) {
|
|
8188
|
+
if (this.hideOnClickOutside) {
|
|
8189
|
+
if (ev.target === this.$el) {
|
|
8190
|
+
this._maybeHide(ev, "external-click");
|
|
8191
|
+
}
|
|
8192
|
+
}
|
|
8193
|
+
}
|
|
8194
|
+
|
|
8195
|
+
},
|
|
8196
|
+
|
|
8197
|
+
focusBeforeContent() {
|
|
8198
|
+
this.$nextTick(() => {
|
|
8199
|
+
if (this.$slots["primary-button"] && !this.primaryButtonDisabled) {
|
|
8200
|
+
this.$refs.primary.$el.focus();
|
|
8201
|
+
} else if (this.$slots["secondary-button"]) {
|
|
8202
|
+
this.$refs.secondary.$el.focus();
|
|
8203
|
+
} else if (this.$slots["other-button"]) {
|
|
8204
|
+
this.$refs.otherBtn.$el.focus();
|
|
8205
|
+
} else {
|
|
8206
|
+
this.$refs.close.focus();
|
|
8207
|
+
}
|
|
8208
|
+
});
|
|
8209
|
+
}
|
|
8210
|
+
|
|
8211
|
+
};
|
|
8212
|
+
|
|
8213
|
+
/* script */
|
|
8214
|
+
const __vue_script__$b = script$b;
|
|
8215
|
+
/* template */
|
|
8216
|
+
|
|
8217
|
+
var __vue_render__$h = function () {
|
|
8218
|
+
var _obj, _obj$1, _obj$2, _obj$3;
|
|
8219
|
+
|
|
8220
|
+
var _vm = this;
|
|
8221
|
+
|
|
8222
|
+
var _h = _vm.$createElement;
|
|
8223
|
+
|
|
8224
|
+
var _c = _vm._self._c || _h;
|
|
8225
|
+
|
|
8226
|
+
return _c('div', {
|
|
8227
|
+
class: ["cv-modal " + _vm.carbonPrefix + "--modal", (_obj = {
|
|
8228
|
+
'is-visible': _vm.dataVisible
|
|
8229
|
+
}, _obj[_vm.carbonPrefix + "--modal--danger"] = _vm.kind === 'danger', _obj)],
|
|
8230
|
+
attrs: {
|
|
8231
|
+
"data-modal": "",
|
|
8232
|
+
"id": _vm.uid,
|
|
8233
|
+
"tabindex": "-1"
|
|
8234
|
+
},
|
|
8235
|
+
on: {
|
|
8236
|
+
"keydown": function ($event) {
|
|
8237
|
+
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
|
|
8238
|
+
return null;
|
|
8239
|
+
}
|
|
8240
|
+
|
|
8241
|
+
$event.preventDefault();
|
|
8242
|
+
return _vm.onEsc.apply(null, arguments);
|
|
8243
|
+
},
|
|
8244
|
+
"click": function ($event) {
|
|
8245
|
+
if ($event.target !== $event.currentTarget) {
|
|
8246
|
+
return null;
|
|
8247
|
+
}
|
|
8248
|
+
|
|
8249
|
+
return _vm.onExternalClick.apply(null, arguments);
|
|
8250
|
+
}
|
|
8251
|
+
}
|
|
8252
|
+
}, [_c('div', _vm._b({
|
|
8253
|
+
ref: "modalDialog",
|
|
8254
|
+
class: [_vm.carbonPrefix + "--modal-container", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--modal-container--" + _vm.internalSize] = _vm.internalSize, _obj$1)]
|
|
8255
|
+
}, 'div', _vm.dialogAttrs, false), [_c('div', {
|
|
8256
|
+
ref: "beforeContent",
|
|
8257
|
+
staticClass: "cv-modal__before-content",
|
|
8258
|
+
staticStyle: {
|
|
8259
|
+
"position": "absolute",
|
|
8260
|
+
"height": "1px",
|
|
8261
|
+
"width": "1px",
|
|
8262
|
+
"left": "-9999px"
|
|
8263
|
+
},
|
|
8264
|
+
attrs: {
|
|
8265
|
+
"tabindex": "0"
|
|
8266
|
+
},
|
|
8267
|
+
on: {
|
|
8268
|
+
"focus": _vm.focusBeforeContent
|
|
8269
|
+
}
|
|
8270
|
+
}), _vm._v(" "), _c('div', {
|
|
8271
|
+
class: _vm.carbonPrefix + "--modal-header"
|
|
8272
|
+
}, [_c('p', {
|
|
8273
|
+
class: _vm.carbonPrefix + "--modal-header__label"
|
|
8274
|
+
}, [_vm._t("label")], 2), _vm._v(" "), _c('p', {
|
|
8275
|
+
class: _vm.carbonPrefix + "--modal-header__heading"
|
|
8276
|
+
}, [_vm._t("title", function () {
|
|
8277
|
+
return [_vm._v("Modal Title")];
|
|
8278
|
+
})], 2), _vm._v(" "), _c('button', {
|
|
8279
|
+
ref: "close",
|
|
8280
|
+
class: _vm.carbonPrefix + "--modal-close",
|
|
8281
|
+
attrs: {
|
|
8282
|
+
"type": "button",
|
|
8283
|
+
"aria-label": _vm.closeAriaLabel
|
|
8284
|
+
},
|
|
8285
|
+
on: {
|
|
8286
|
+
"click": _vm.onClose
|
|
8287
|
+
}
|
|
8288
|
+
}, [_c('Close16', {
|
|
8289
|
+
class: _vm.carbonPrefix + "--modal-close__icon"
|
|
8290
|
+
})], 1)]), _vm._v(" "), _c('div', {
|
|
8291
|
+
ref: "content",
|
|
8292
|
+
class: [_vm.carbonPrefix + "--modal-content", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--modal-content--with-form"] = _vm.hasFormContent, _obj$2)],
|
|
8293
|
+
attrs: {
|
|
8294
|
+
"tabindex": _vm.scrollable ? 0 : undefined
|
|
8295
|
+
}
|
|
8296
|
+
}, [_vm._t("content")], 2), _vm._v(" "), _vm.hasFooter ? _c('cv-button-set', {
|
|
8297
|
+
class: [_vm.carbonPrefix + "--modal-footer", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--modal-footer--three-button"] = _vm.hasPrimary && _vm.hasSecondary && _vm.hasOtherBtn, _obj$3)]
|
|
8298
|
+
}, [_vm.hasOtherBtn ? _c('cv-button', {
|
|
8299
|
+
ref: "otherBtn",
|
|
8300
|
+
attrs: {
|
|
8301
|
+
"type": "button",
|
|
8302
|
+
"kind": "secondary"
|
|
8303
|
+
},
|
|
8304
|
+
on: {
|
|
8305
|
+
"click": _vm.onOtherBtnClick
|
|
8306
|
+
}
|
|
8307
|
+
}, [_vm._t("other-button", function () {
|
|
8308
|
+
return [_vm._v("Other button")];
|
|
8309
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.hasSecondary ? _c('cv-button', {
|
|
8310
|
+
ref: "secondary",
|
|
8311
|
+
attrs: {
|
|
8312
|
+
"type": "button",
|
|
8313
|
+
"kind": "secondary"
|
|
8314
|
+
},
|
|
8315
|
+
on: {
|
|
8316
|
+
"click": _vm.onSecondaryClick
|
|
8317
|
+
}
|
|
8318
|
+
}, [_vm._t("secondary-button", function () {
|
|
8319
|
+
return [_vm._v("Secondary button")];
|
|
8320
|
+
})], 2) : _vm._e(), _vm._v(" "), _vm.hasPrimary ? _c('NsButton', {
|
|
8321
|
+
ref: "primary",
|
|
8322
|
+
attrs: {
|
|
8323
|
+
"disabled": _vm.primaryButtonDisabled,
|
|
8324
|
+
"type": "button",
|
|
8325
|
+
"kind": _vm.primaryKind,
|
|
8326
|
+
"loading": _vm.isLoading
|
|
8327
|
+
},
|
|
8328
|
+
on: {
|
|
8329
|
+
"click": _vm.onPrimaryClick
|
|
8330
|
+
}
|
|
8331
|
+
}, [_vm._t("primary-button", function () {
|
|
8332
|
+
return [_vm._v("Primary button")];
|
|
8333
|
+
})], 2) : _vm._e()], 1) : _vm._e(), _vm._v(" "), _c('div', {
|
|
8334
|
+
ref: "afterContent",
|
|
8335
|
+
staticClass: "cv-modal__after-content",
|
|
8336
|
+
staticStyle: {
|
|
8337
|
+
"position": "absolute",
|
|
8338
|
+
"height": "1px",
|
|
8339
|
+
"width": "1px",
|
|
8340
|
+
"left": "-9999px"
|
|
8341
|
+
},
|
|
8342
|
+
attrs: {
|
|
8343
|
+
"tabindex": "0"
|
|
8344
|
+
},
|
|
8345
|
+
on: {
|
|
8346
|
+
"focus": _vm.focusAfterContent
|
|
8347
|
+
}
|
|
8348
|
+
})], 1)]);
|
|
8349
|
+
};
|
|
8350
|
+
|
|
8351
|
+
var __vue_staticRenderFns__$h = [];
|
|
8352
|
+
/* style */
|
|
8353
|
+
|
|
8354
|
+
const __vue_inject_styles__$i = undefined;
|
|
8355
|
+
/* scoped */
|
|
8356
|
+
|
|
8357
|
+
const __vue_scope_id__$i = undefined;
|
|
8358
|
+
/* module identifier */
|
|
8359
|
+
|
|
8360
|
+
const __vue_module_identifier__$i = undefined;
|
|
8361
|
+
/* functional template */
|
|
8362
|
+
|
|
8363
|
+
const __vue_is_functional_template__$i = false;
|
|
8364
|
+
/* style inject */
|
|
8365
|
+
|
|
8366
|
+
/* style inject SSR */
|
|
8367
|
+
|
|
8368
|
+
/* style inject shadow dom */
|
|
8369
|
+
|
|
8370
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
8371
|
+
render: __vue_render__$h,
|
|
8372
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
8373
|
+
}, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
8374
|
+
|
|
8375
|
+
var NsModal = __vue_component__$y;
|
|
8376
|
+
|
|
8377
|
+
//
|
|
8378
|
+
var script$a = {
|
|
7974
8379
|
name: "NsDangerDeleteModal",
|
|
7975
8380
|
//component added for storybook to work
|
|
7976
8381
|
components: {
|
|
7977
|
-
NsInlineNotification
|
|
8382
|
+
NsInlineNotification,
|
|
8383
|
+
NsModal
|
|
7978
8384
|
},
|
|
7979
8385
|
mixins: [UtilService],
|
|
7980
8386
|
props: {
|
|
@@ -8065,17 +8471,17 @@ var script$c = {
|
|
|
8065
8471
|
};
|
|
8066
8472
|
|
|
8067
8473
|
/* script */
|
|
8068
|
-
const __vue_script__$
|
|
8474
|
+
const __vue_script__$a = script$a;
|
|
8069
8475
|
/* template */
|
|
8070
8476
|
|
|
8071
|
-
var __vue_render__$
|
|
8477
|
+
var __vue_render__$g = function () {
|
|
8072
8478
|
var _vm = this;
|
|
8073
8479
|
|
|
8074
8480
|
var _h = _vm.$createElement;
|
|
8075
8481
|
|
|
8076
8482
|
var _c = _vm._self._c || _h;
|
|
8077
8483
|
|
|
8078
|
-
return _c('
|
|
8484
|
+
return _c('NsModal', {
|
|
8079
8485
|
attrs: {
|
|
8080
8486
|
"kind": "danger",
|
|
8081
8487
|
"size": "default",
|
|
@@ -8136,13 +8542,13 @@ var __vue_render__$i = function () {
|
|
|
8136
8542
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
8137
8543
|
};
|
|
8138
8544
|
|
|
8139
|
-
var __vue_staticRenderFns__$
|
|
8545
|
+
var __vue_staticRenderFns__$g = [];
|
|
8140
8546
|
/* style */
|
|
8141
8547
|
|
|
8142
|
-
const __vue_inject_styles__$
|
|
8548
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
8143
8549
|
if (!inject) return;
|
|
8144
|
-
inject("data-v-
|
|
8145
|
-
source: ".type-to-confirm[data-v-
|
|
8550
|
+
inject("data-v-746a2de3_0", {
|
|
8551
|
+
source: ".type-to-confirm[data-v-746a2de3]{margin-top:2rem}",
|
|
8146
8552
|
map: undefined,
|
|
8147
8553
|
media: undefined
|
|
8148
8554
|
});
|
|
@@ -8150,23 +8556,23 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
8150
8556
|
/* scoped */
|
|
8151
8557
|
|
|
8152
8558
|
|
|
8153
|
-
const __vue_scope_id__$
|
|
8559
|
+
const __vue_scope_id__$h = "data-v-746a2de3";
|
|
8154
8560
|
/* module identifier */
|
|
8155
8561
|
|
|
8156
|
-
const __vue_module_identifier__$
|
|
8562
|
+
const __vue_module_identifier__$h = undefined;
|
|
8157
8563
|
/* functional template */
|
|
8158
8564
|
|
|
8159
|
-
const __vue_is_functional_template__$
|
|
8565
|
+
const __vue_is_functional_template__$h = false;
|
|
8160
8566
|
/* style inject SSR */
|
|
8161
8567
|
|
|
8162
8568
|
/* style inject shadow dom */
|
|
8163
8569
|
|
|
8164
|
-
const __vue_component__$
|
|
8165
|
-
render: __vue_render__$
|
|
8166
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8167
|
-
}, __vue_inject_styles__$
|
|
8570
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
8571
|
+
render: __vue_render__$g,
|
|
8572
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
8573
|
+
}, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
8168
8574
|
|
|
8169
|
-
var __vue_component__$
|
|
8575
|
+
var __vue_component__$x = __vue_component__$w;
|
|
8170
8576
|
|
|
8171
8577
|
var IconService = {
|
|
8172
8578
|
name: "IconService",
|
|
@@ -8300,7 +8706,7 @@ var IconService = {
|
|
|
8300
8706
|
};
|
|
8301
8707
|
|
|
8302
8708
|
//
|
|
8303
|
-
var script$
|
|
8709
|
+
var script$9 = {
|
|
8304
8710
|
name: "NsDropdownAction",
|
|
8305
8711
|
extends: CvOverflowMenu,
|
|
8306
8712
|
components: {
|
|
@@ -8332,10 +8738,10 @@ var script$b = {
|
|
|
8332
8738
|
};
|
|
8333
8739
|
|
|
8334
8740
|
/* script */
|
|
8335
|
-
const __vue_script__$
|
|
8741
|
+
const __vue_script__$9 = script$9;
|
|
8336
8742
|
/* template */
|
|
8337
8743
|
|
|
8338
|
-
var __vue_render__$
|
|
8744
|
+
var __vue_render__$f = function () {
|
|
8339
8745
|
var _obj, _obj$1;
|
|
8340
8746
|
|
|
8341
8747
|
var _vm = this;
|
|
@@ -8435,206 +8841,34 @@ var __vue_render__$h = function () {
|
|
|
8435
8841
|
})])]);
|
|
8436
8842
|
};
|
|
8437
8843
|
|
|
8438
|
-
var __vue_staticRenderFns__$
|
|
8844
|
+
var __vue_staticRenderFns__$f = [];
|
|
8439
8845
|
/* style */
|
|
8440
8846
|
|
|
8441
|
-
const __vue_inject_styles__$
|
|
8847
|
+
const __vue_inject_styles__$g = undefined;
|
|
8442
8848
|
/* scoped */
|
|
8443
8849
|
|
|
8444
|
-
const __vue_scope_id__$
|
|
8850
|
+
const __vue_scope_id__$g = "data-v-31925b9d";
|
|
8445
8851
|
/* module identifier */
|
|
8446
8852
|
|
|
8447
|
-
const __vue_module_identifier__$
|
|
8853
|
+
const __vue_module_identifier__$g = undefined;
|
|
8448
8854
|
/* functional template */
|
|
8449
8855
|
|
|
8450
|
-
const __vue_is_functional_template__$
|
|
8451
|
-
/* style inject */
|
|
8452
|
-
|
|
8453
|
-
/* style inject SSR */
|
|
8454
|
-
|
|
8455
|
-
/* style inject shadow dom */
|
|
8456
|
-
|
|
8457
|
-
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
8458
|
-
render: __vue_render__$h,
|
|
8459
|
-
staticRenderFns: __vue_staticRenderFns__$h
|
|
8460
|
-
}, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
8461
|
-
|
|
8462
|
-
var __vue_component__$y = __vue_component__$x;
|
|
8463
|
-
|
|
8464
|
-
//
|
|
8465
|
-
var script$a = {
|
|
8466
|
-
name: "NsTextInput",
|
|
8467
|
-
extends: CvTextInput,
|
|
8468
|
-
components: {
|
|
8469
|
-
WarningFilled16,
|
|
8470
|
-
WarningAltFilled16,
|
|
8471
|
-
View16,
|
|
8472
|
-
ViewOff16
|
|
8473
|
-
},
|
|
8474
|
-
props: {
|
|
8475
|
-
helperText: {
|
|
8476
|
-
type: String,
|
|
8477
|
-
default: undefined
|
|
8478
|
-
},
|
|
8479
|
-
invalidMessage: {
|
|
8480
|
-
type: String,
|
|
8481
|
-
default: undefined
|
|
8482
|
-
},
|
|
8483
|
-
label: String,
|
|
8484
|
-
passwordHideLabel: {
|
|
8485
|
-
type: String,
|
|
8486
|
-
default: "Hide password"
|
|
8487
|
-
},
|
|
8488
|
-
passwordShowLabel: {
|
|
8489
|
-
type: String,
|
|
8490
|
-
default: "Show password"
|
|
8491
|
-
},
|
|
8492
|
-
passwordVisible: Boolean,
|
|
8493
|
-
type: String,
|
|
8494
|
-
value: String,
|
|
8495
|
-
warnText: {
|
|
8496
|
-
type: String,
|
|
8497
|
-
default: undefined
|
|
8498
|
-
},
|
|
8499
|
-
tooltipAlignment: {
|
|
8500
|
-
type: String,
|
|
8501
|
-
default: "center",
|
|
8502
|
-
validator: val => ["start", "center", "end"].includes(val)
|
|
8503
|
-
},
|
|
8504
|
-
tooltipDirection: {
|
|
8505
|
-
type: String,
|
|
8506
|
-
default: "bottom",
|
|
8507
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)]
|
|
8508
|
-
}
|
|
8509
|
-
},
|
|
8510
|
-
computed: {
|
|
8511
|
-
hasTooltipSlot() {
|
|
8512
|
-
return !!this.$slots.tooltip;
|
|
8513
|
-
}
|
|
8514
|
-
|
|
8515
|
-
}
|
|
8516
|
-
};
|
|
8517
|
-
|
|
8518
|
-
/* script */
|
|
8519
|
-
const __vue_script__$a = script$a;
|
|
8520
|
-
/* template */
|
|
8521
|
-
|
|
8522
|
-
var __vue_render__$g = function () {
|
|
8523
|
-
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
8524
|
-
|
|
8525
|
-
var _vm = this;
|
|
8526
|
-
|
|
8527
|
-
var _h = _vm.$createElement;
|
|
8528
|
-
|
|
8529
|
-
var _c = _vm._self._c || _h;
|
|
8530
|
-
|
|
8531
|
-
return _c('div', {
|
|
8532
|
-
class: ["cv-text-input", "ns-text-input", _vm.carbonPrefix + "--form-item", _vm.carbonPrefix + "--text-input-wrapper", (_obj = {}, _obj[_vm.carbonPrefix + "--password-input-wrapper"] = _vm.isPassword, _obj)]
|
|
8533
|
-
}, [_vm.hasTooltipSlot ? _c('div', [_c('label', {
|
|
8534
|
-
class: [_vm.carbonPrefix + "--label", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$1)],
|
|
8535
|
-
attrs: {
|
|
8536
|
-
"for": _vm.uid
|
|
8537
|
-
}
|
|
8538
|
-
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
|
|
8539
|
-
staticClass: "tooltip info",
|
|
8540
|
-
attrs: {
|
|
8541
|
-
"alignment": _vm.tooltipAlignment,
|
|
8542
|
-
"direction": _vm.tooltipDirection
|
|
8543
|
-
}
|
|
8544
|
-
}, [_c('template', {
|
|
8545
|
-
slot: "content"
|
|
8546
|
-
}, [_vm._t("tooltip")], 2)], 2)], 1) : _c('label', {
|
|
8547
|
-
class: [_vm.carbonPrefix + "--label", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$2)],
|
|
8548
|
-
attrs: {
|
|
8549
|
-
"for": _vm.uid
|
|
8550
|
-
}
|
|
8551
|
-
}, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('div', {
|
|
8552
|
-
class: [_vm.carbonPrefix + "--text-input__field-wrapper", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input__field-wrapper--warning"] = !_vm.isInvalid && _vm.isWarn, _obj$3)],
|
|
8553
|
-
attrs: {
|
|
8554
|
-
"data-invalid": _vm.isInvalid
|
|
8555
|
-
}
|
|
8556
|
-
}, [_vm.isInvalid ? _c('WarningFilled16', {
|
|
8557
|
-
class: _vm.carbonPrefix + "--text-input__invalid-icon"
|
|
8558
|
-
}) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('WarningAltFilled16', {
|
|
8559
|
-
class: _vm.carbonPrefix + "--text-input__invalid-icon " + _vm.carbonPrefix + "--text-input__invalid-icon--warning"
|
|
8560
|
-
}) : _vm._e(), _vm._v(" "), _c('input', _vm._g(_vm._b({
|
|
8561
|
-
ref: "input",
|
|
8562
|
-
class: [_vm.carbonPrefix + "--text-input", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$4[_vm.carbonPrefix + "--text-input--invalid"] = _vm.isInvalid, _obj$4[_vm.carbonPrefix + "--text-input--warning"] = _vm.isWarn, _obj$4[_vm.carbonPrefix + "--password-input"] = _vm.isPassword, _obj$4)],
|
|
8563
|
-
attrs: {
|
|
8564
|
-
"id": _vm.uid,
|
|
8565
|
-
"data-toggle-password-visibility": _vm.isPassword,
|
|
8566
|
-
"type": _vm.dataType
|
|
8567
|
-
},
|
|
8568
|
-
domProps: {
|
|
8569
|
-
"value": _vm.value
|
|
8570
|
-
}
|
|
8571
|
-
}, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _vm.isPassword ? _c('button', {
|
|
8572
|
-
class: [_vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--text-input--password__visibility__toggle", _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", _vm.carbonPrefix + "--tooltip--bottom", _vm.carbonPrefix + "--tooltip--align-end"],
|
|
8573
|
-
attrs: {
|
|
8574
|
-
"type": "button"
|
|
8575
|
-
},
|
|
8576
|
-
on: {
|
|
8577
|
-
"click": _vm.togglePasswordVisibility
|
|
8578
|
-
}
|
|
8579
|
-
}, [_c('span', {
|
|
8580
|
-
class: _vm.carbonPrefix + "--assistive-text"
|
|
8581
|
-
}, [_vm._v(_vm._s(_vm.passwordHideShowLabel))]), _vm._v(" "), _vm.isPasswordVisible ? _c('ViewOff16', {
|
|
8582
|
-
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
8583
|
-
}) : _c('View16', {
|
|
8584
|
-
class: _vm.carbonPrefix + "--icon-visibility-off"
|
|
8585
|
-
})], 1) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
|
|
8586
|
-
class: _vm.carbonPrefix + "--form-requirement"
|
|
8587
|
-
}, [_vm._t("invalid-message", function () {
|
|
8588
|
-
return [_vm._v(_vm._s(_vm.invalidMessage))];
|
|
8589
|
-
})], 2) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('div', {
|
|
8590
|
-
class: _vm.carbonPrefix + "--form__requirement"
|
|
8591
|
-
}, [_vm._t("warn-text", function () {
|
|
8592
|
-
return [_vm._v(_vm._s(_vm.warnText))];
|
|
8593
|
-
})], 2) : _vm._e(), _vm._v(" "), _vm.isHelper ? _c('div', {
|
|
8594
|
-
class: [_vm.carbonPrefix + "--form__helper-text", (_obj$5 = {}, _obj$5[_vm.carbonPrefix + "--form__helper-text--disabled"] = _vm.$attrs.disabled, _obj$5)]
|
|
8595
|
-
}, [_vm._t("helper-text", function () {
|
|
8596
|
-
return [_vm._v(_vm._s(_vm.helperText))];
|
|
8597
|
-
})], 2) : _vm._e()]);
|
|
8598
|
-
};
|
|
8599
|
-
|
|
8600
|
-
var __vue_staticRenderFns__$g = [];
|
|
8601
|
-
/* style */
|
|
8602
|
-
|
|
8603
|
-
const __vue_inject_styles__$h = function (inject) {
|
|
8604
|
-
if (!inject) return;
|
|
8605
|
-
inject("data-v-13bd5cac_0", {
|
|
8606
|
-
source: ".tooltip[data-v-13bd5cac]{display:inline-block;position:absolute}",
|
|
8607
|
-
map: undefined,
|
|
8608
|
-
media: undefined
|
|
8609
|
-
}), inject("data-v-13bd5cac_1", {
|
|
8610
|
-
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
8611
|
-
map: undefined,
|
|
8612
|
-
media: undefined
|
|
8613
|
-
});
|
|
8614
|
-
};
|
|
8615
|
-
/* scoped */
|
|
8616
|
-
|
|
8617
|
-
|
|
8618
|
-
const __vue_scope_id__$h = "data-v-13bd5cac";
|
|
8619
|
-
/* module identifier */
|
|
8620
|
-
|
|
8621
|
-
const __vue_module_identifier__$h = undefined;
|
|
8622
|
-
/* functional template */
|
|
8856
|
+
const __vue_is_functional_template__$g = false;
|
|
8857
|
+
/* style inject */
|
|
8623
8858
|
|
|
8624
|
-
const __vue_is_functional_template__$h = false;
|
|
8625
8859
|
/* style inject SSR */
|
|
8626
8860
|
|
|
8627
8861
|
/* style inject shadow dom */
|
|
8628
8862
|
|
|
8629
|
-
const __vue_component__$
|
|
8630
|
-
render: __vue_render__$
|
|
8631
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8632
|
-
}, __vue_inject_styles__$
|
|
8863
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
8864
|
+
render: __vue_render__$f,
|
|
8865
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
8866
|
+
}, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
8633
8867
|
|
|
8634
|
-
var __vue_component__$
|
|
8868
|
+
var __vue_component__$v = __vue_component__$u;
|
|
8635
8869
|
|
|
8636
8870
|
//
|
|
8637
|
-
var script$
|
|
8871
|
+
var script$8 = {
|
|
8638
8872
|
name: "NsBackupCardDetails",
|
|
8639
8873
|
mixins: [DateTimeService],
|
|
8640
8874
|
props: {
|
|
@@ -8670,10 +8904,10 @@ var script$9 = {
|
|
|
8670
8904
|
};
|
|
8671
8905
|
|
|
8672
8906
|
/* script */
|
|
8673
|
-
const __vue_script__$
|
|
8907
|
+
const __vue_script__$8 = script$8;
|
|
8674
8908
|
/* template */
|
|
8675
8909
|
|
|
8676
|
-
var __vue_render__$
|
|
8910
|
+
var __vue_render__$e = function () {
|
|
8677
8911
|
var _vm = this;
|
|
8678
8912
|
|
|
8679
8913
|
var _h = _vm.$createElement;
|
|
@@ -8727,10 +8961,10 @@ var __vue_render__$f = function () {
|
|
|
8727
8961
|
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm.status[_vm.backup.id].total_file_count) + "\n ")]) : _c('span', [_vm._v("-")])])])]);
|
|
8728
8962
|
};
|
|
8729
8963
|
|
|
8730
|
-
var __vue_staticRenderFns__$
|
|
8964
|
+
var __vue_staticRenderFns__$e = [];
|
|
8731
8965
|
/* style */
|
|
8732
8966
|
|
|
8733
|
-
const __vue_inject_styles__$
|
|
8967
|
+
const __vue_inject_styles__$f = function (inject) {
|
|
8734
8968
|
if (!inject) return;
|
|
8735
8969
|
inject("data-v-25453d1c_0", {
|
|
8736
8970
|
source: ".ns-backup-card-details[data-v-25453d1c]{display:contents}.tr[data-v-25453d1c]{display:table-row}.td[data-v-25453d1c]{display:table-cell}.label[data-v-25453d1c]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
@@ -8741,26 +8975,26 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
8741
8975
|
/* scoped */
|
|
8742
8976
|
|
|
8743
8977
|
|
|
8744
|
-
const __vue_scope_id__$
|
|
8978
|
+
const __vue_scope_id__$f = "data-v-25453d1c";
|
|
8745
8979
|
/* module identifier */
|
|
8746
8980
|
|
|
8747
|
-
const __vue_module_identifier__$
|
|
8981
|
+
const __vue_module_identifier__$f = undefined;
|
|
8748
8982
|
/* functional template */
|
|
8749
8983
|
|
|
8750
|
-
const __vue_is_functional_template__$
|
|
8984
|
+
const __vue_is_functional_template__$f = false;
|
|
8751
8985
|
/* style inject SSR */
|
|
8752
8986
|
|
|
8753
8987
|
/* style inject shadow dom */
|
|
8754
8988
|
|
|
8755
|
-
const __vue_component__$
|
|
8756
|
-
render: __vue_render__$
|
|
8757
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8758
|
-
}, __vue_inject_styles__$
|
|
8989
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
8990
|
+
render: __vue_render__$e,
|
|
8991
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
8992
|
+
}, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
8759
8993
|
|
|
8760
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8994
|
+
var NsBackupCardDetails = __vue_component__$t;
|
|
8761
8995
|
|
|
8762
8996
|
//
|
|
8763
|
-
var script$
|
|
8997
|
+
var script$7 = {
|
|
8764
8998
|
name: "NsBackupCard",
|
|
8765
8999
|
components: {
|
|
8766
9000
|
NsBackupCardDetails
|
|
@@ -8901,10 +9135,10 @@ var script$8 = {
|
|
|
8901
9135
|
};
|
|
8902
9136
|
|
|
8903
9137
|
/* script */
|
|
8904
|
-
const __vue_script__$
|
|
9138
|
+
const __vue_script__$7 = script$7;
|
|
8905
9139
|
/* template */
|
|
8906
9140
|
|
|
8907
|
-
var __vue_render__$
|
|
9141
|
+
var __vue_render__$d = function () {
|
|
8908
9142
|
var _vm = this;
|
|
8909
9143
|
|
|
8910
9144
|
var _h = _vm.$createElement;
|
|
@@ -9020,10 +9254,10 @@ var __vue_render__$e = function () {
|
|
|
9020
9254
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
9021
9255
|
};
|
|
9022
9256
|
|
|
9023
|
-
var __vue_staticRenderFns__$
|
|
9257
|
+
var __vue_staticRenderFns__$d = [];
|
|
9024
9258
|
/* style */
|
|
9025
9259
|
|
|
9026
|
-
const __vue_inject_styles__$
|
|
9260
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
9027
9261
|
if (!inject) return;
|
|
9028
9262
|
inject("data-v-5a3b7738_0", {
|
|
9029
9263
|
source: ".ns-backup-card[data-v-5a3b7738]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-5a3b7738]{margin-bottom:1rem}.backup[data-v-5a3b7738]:last-child{margin-bottom:0}.row[data-v-5a3b7738]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5a3b7738]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-5a3b7738]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-5a3b7738]{display:table}.tr[data-v-5a3b7738]{display:table-row}.td[data-v-5a3b7738]{display:table-cell}.label[data-v-5a3b7738]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-5a3b7738]{font-weight:700}.backup-status-icon[data-v-5a3b7738]{margin-right:.25rem}",
|
|
@@ -9038,237 +9272,13 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
9038
9272
|
/* scoped */
|
|
9039
9273
|
|
|
9040
9274
|
|
|
9041
|
-
const __vue_scope_id__$
|
|
9042
|
-
/* module identifier */
|
|
9043
|
-
|
|
9044
|
-
const __vue_module_identifier__$f = undefined;
|
|
9045
|
-
/* functional template */
|
|
9046
|
-
|
|
9047
|
-
const __vue_is_functional_template__$f = false;
|
|
9048
|
-
/* style inject SSR */
|
|
9049
|
-
|
|
9050
|
-
/* style inject shadow dom */
|
|
9051
|
-
|
|
9052
|
-
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
9053
|
-
render: __vue_render__$e,
|
|
9054
|
-
staticRenderFns: __vue_staticRenderFns__$e
|
|
9055
|
-
}, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
|
|
9056
|
-
|
|
9057
|
-
var __vue_component__$t = __vue_component__$s;
|
|
9058
|
-
|
|
9059
|
-
//
|
|
9060
|
-
var script$7 = {
|
|
9061
|
-
name: "NsModal",
|
|
9062
|
-
extends: CvModal,
|
|
9063
|
-
components: {
|
|
9064
|
-
CvModal,
|
|
9065
|
-
NsButton
|
|
9066
|
-
},
|
|
9067
|
-
props: {
|
|
9068
|
-
hideOnClickOutside: {
|
|
9069
|
-
type: Boolean,
|
|
9070
|
-
default: false
|
|
9071
|
-
},
|
|
9072
|
-
isLoading: {
|
|
9073
|
-
type: Boolean,
|
|
9074
|
-
default: false
|
|
9075
|
-
},
|
|
9076
|
-
alert: Boolean,
|
|
9077
|
-
closeAriaLabel: {
|
|
9078
|
-
type: String,
|
|
9079
|
-
default: "Close modal"
|
|
9080
|
-
},
|
|
9081
|
-
kind: {
|
|
9082
|
-
type: String,
|
|
9083
|
-
default: "",
|
|
9084
|
-
validator: val => ["", "danger"].includes(val)
|
|
9085
|
-
},
|
|
9086
|
-
autoHideOff: Boolean,
|
|
9087
|
-
visible: Boolean,
|
|
9088
|
-
primaryButtonDisabled: Boolean,
|
|
9089
|
-
size: String,
|
|
9090
|
-
hasFormContent: Boolean
|
|
9091
|
-
},
|
|
9092
|
-
methods: {
|
|
9093
|
-
onExternalClick(ev) {
|
|
9094
|
-
if (this.hideOnClickOutside) {
|
|
9095
|
-
if (ev.target === this.$el) {
|
|
9096
|
-
this._maybeHide(ev, "external-click");
|
|
9097
|
-
}
|
|
9098
|
-
}
|
|
9099
|
-
}
|
|
9100
|
-
|
|
9101
|
-
},
|
|
9102
|
-
|
|
9103
|
-
focusBeforeContent() {
|
|
9104
|
-
this.$nextTick(() => {
|
|
9105
|
-
if (this.$slots["primary-button"] && !this.primaryButtonDisabled) {
|
|
9106
|
-
this.$refs.primary.$el.focus();
|
|
9107
|
-
} else if (this.$slots["secondary-button"]) {
|
|
9108
|
-
this.$refs.secondary.$el.focus();
|
|
9109
|
-
} else if (this.$slots["other-button"]) {
|
|
9110
|
-
this.$refs.otherBtn.$el.focus();
|
|
9111
|
-
} else {
|
|
9112
|
-
this.$refs.close.focus();
|
|
9113
|
-
}
|
|
9114
|
-
});
|
|
9115
|
-
}
|
|
9116
|
-
|
|
9117
|
-
};
|
|
9118
|
-
|
|
9119
|
-
/* script */
|
|
9120
|
-
const __vue_script__$7 = script$7;
|
|
9121
|
-
/* template */
|
|
9122
|
-
|
|
9123
|
-
var __vue_render__$d = function () {
|
|
9124
|
-
var _obj, _obj$1, _obj$2, _obj$3;
|
|
9125
|
-
|
|
9126
|
-
var _vm = this;
|
|
9127
|
-
|
|
9128
|
-
var _h = _vm.$createElement;
|
|
9129
|
-
|
|
9130
|
-
var _c = _vm._self._c || _h;
|
|
9131
|
-
|
|
9132
|
-
return _c('div', {
|
|
9133
|
-
class: ["cv-modal " + _vm.carbonPrefix + "--modal", (_obj = {
|
|
9134
|
-
'is-visible': _vm.dataVisible
|
|
9135
|
-
}, _obj[_vm.carbonPrefix + "--modal--danger"] = _vm.kind === 'danger', _obj)],
|
|
9136
|
-
attrs: {
|
|
9137
|
-
"data-modal": "",
|
|
9138
|
-
"id": _vm.uid,
|
|
9139
|
-
"tabindex": "-1"
|
|
9140
|
-
},
|
|
9141
|
-
on: {
|
|
9142
|
-
"keydown": function ($event) {
|
|
9143
|
-
if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
|
|
9144
|
-
return null;
|
|
9145
|
-
}
|
|
9146
|
-
|
|
9147
|
-
$event.preventDefault();
|
|
9148
|
-
return _vm.onEsc.apply(null, arguments);
|
|
9149
|
-
},
|
|
9150
|
-
"click": function ($event) {
|
|
9151
|
-
if ($event.target !== $event.currentTarget) {
|
|
9152
|
-
return null;
|
|
9153
|
-
}
|
|
9154
|
-
|
|
9155
|
-
return _vm.onExternalClick.apply(null, arguments);
|
|
9156
|
-
}
|
|
9157
|
-
}
|
|
9158
|
-
}, [_c('div', _vm._b({
|
|
9159
|
-
ref: "modalDialog",
|
|
9160
|
-
class: [_vm.carbonPrefix + "--modal-container", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--modal-container--" + _vm.internalSize] = _vm.internalSize, _obj$1)]
|
|
9161
|
-
}, 'div', _vm.dialogAttrs, false), [_c('div', {
|
|
9162
|
-
ref: "beforeContent",
|
|
9163
|
-
staticClass: "cv-modal__before-content",
|
|
9164
|
-
staticStyle: {
|
|
9165
|
-
"position": "absolute",
|
|
9166
|
-
"height": "1px",
|
|
9167
|
-
"width": "1px",
|
|
9168
|
-
"left": "-9999px"
|
|
9169
|
-
},
|
|
9170
|
-
attrs: {
|
|
9171
|
-
"tabindex": "0"
|
|
9172
|
-
},
|
|
9173
|
-
on: {
|
|
9174
|
-
"focus": _vm.focusBeforeContent
|
|
9175
|
-
}
|
|
9176
|
-
}), _vm._v(" "), _c('div', {
|
|
9177
|
-
class: _vm.carbonPrefix + "--modal-header"
|
|
9178
|
-
}, [_c('p', {
|
|
9179
|
-
class: _vm.carbonPrefix + "--modal-header__label"
|
|
9180
|
-
}, [_vm._t("label")], 2), _vm._v(" "), _c('p', {
|
|
9181
|
-
class: _vm.carbonPrefix + "--modal-header__heading"
|
|
9182
|
-
}, [_vm._t("title", function () {
|
|
9183
|
-
return [_vm._v("Modal Title")];
|
|
9184
|
-
})], 2), _vm._v(" "), _c('button', {
|
|
9185
|
-
ref: "close",
|
|
9186
|
-
class: _vm.carbonPrefix + "--modal-close",
|
|
9187
|
-
attrs: {
|
|
9188
|
-
"type": "button",
|
|
9189
|
-
"aria-label": _vm.closeAriaLabel
|
|
9190
|
-
},
|
|
9191
|
-
on: {
|
|
9192
|
-
"click": _vm.onClose
|
|
9193
|
-
}
|
|
9194
|
-
}, [_c('Close16', {
|
|
9195
|
-
class: _vm.carbonPrefix + "--modal-close__icon"
|
|
9196
|
-
})], 1)]), _vm._v(" "), _c('div', {
|
|
9197
|
-
ref: "content",
|
|
9198
|
-
class: [_vm.carbonPrefix + "--modal-content", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--modal-content--with-form"] = _vm.hasFormContent, _obj$2)],
|
|
9199
|
-
attrs: {
|
|
9200
|
-
"tabindex": _vm.scrollable ? 0 : undefined
|
|
9201
|
-
}
|
|
9202
|
-
}, [_vm._t("content")], 2), _vm._v(" "), _vm.hasFooter ? _c('cv-button-set', {
|
|
9203
|
-
class: [_vm.carbonPrefix + "--modal-footer", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--modal-footer--three-button"] = _vm.hasPrimary && _vm.hasSecondary && _vm.hasOtherBtn, _obj$3)]
|
|
9204
|
-
}, [_vm.hasOtherBtn ? _c('cv-button', {
|
|
9205
|
-
ref: "otherBtn",
|
|
9206
|
-
attrs: {
|
|
9207
|
-
"type": "button",
|
|
9208
|
-
"kind": "secondary"
|
|
9209
|
-
},
|
|
9210
|
-
on: {
|
|
9211
|
-
"click": _vm.onOtherBtnClick
|
|
9212
|
-
}
|
|
9213
|
-
}, [_vm._t("other-button", function () {
|
|
9214
|
-
return [_vm._v("Other button")];
|
|
9215
|
-
})], 2) : _vm._e(), _vm._v(" "), _vm.hasSecondary ? _c('cv-button', {
|
|
9216
|
-
ref: "secondary",
|
|
9217
|
-
attrs: {
|
|
9218
|
-
"type": "button",
|
|
9219
|
-
"kind": "secondary"
|
|
9220
|
-
},
|
|
9221
|
-
on: {
|
|
9222
|
-
"click": _vm.onSecondaryClick
|
|
9223
|
-
}
|
|
9224
|
-
}, [_vm._t("secondary-button", function () {
|
|
9225
|
-
return [_vm._v("Secondary button")];
|
|
9226
|
-
})], 2) : _vm._e(), _vm._v(" "), _vm.hasPrimary ? _c('NsButton', {
|
|
9227
|
-
ref: "primary",
|
|
9228
|
-
attrs: {
|
|
9229
|
-
"disabled": _vm.primaryButtonDisabled,
|
|
9230
|
-
"type": "button",
|
|
9231
|
-
"kind": _vm.primaryKind,
|
|
9232
|
-
"loading": _vm.isLoading
|
|
9233
|
-
},
|
|
9234
|
-
on: {
|
|
9235
|
-
"click": _vm.onPrimaryClick
|
|
9236
|
-
}
|
|
9237
|
-
}, [_vm._t("primary-button", function () {
|
|
9238
|
-
return [_vm._v("Primary button")];
|
|
9239
|
-
})], 2) : _vm._e()], 1) : _vm._e(), _vm._v(" "), _c('div', {
|
|
9240
|
-
ref: "afterContent",
|
|
9241
|
-
staticClass: "cv-modal__after-content",
|
|
9242
|
-
staticStyle: {
|
|
9243
|
-
"position": "absolute",
|
|
9244
|
-
"height": "1px",
|
|
9245
|
-
"width": "1px",
|
|
9246
|
-
"left": "-9999px"
|
|
9247
|
-
},
|
|
9248
|
-
attrs: {
|
|
9249
|
-
"tabindex": "0"
|
|
9250
|
-
},
|
|
9251
|
-
on: {
|
|
9252
|
-
"focus": _vm.focusAfterContent
|
|
9253
|
-
}
|
|
9254
|
-
})], 1)]);
|
|
9255
|
-
};
|
|
9256
|
-
|
|
9257
|
-
var __vue_staticRenderFns__$d = [];
|
|
9258
|
-
/* style */
|
|
9259
|
-
|
|
9260
|
-
const __vue_inject_styles__$e = undefined;
|
|
9261
|
-
/* scoped */
|
|
9262
|
-
|
|
9263
|
-
const __vue_scope_id__$e = undefined;
|
|
9275
|
+
const __vue_scope_id__$e = "data-v-5a3b7738";
|
|
9264
9276
|
/* module identifier */
|
|
9265
9277
|
|
|
9266
9278
|
const __vue_module_identifier__$e = undefined;
|
|
9267
9279
|
/* functional template */
|
|
9268
9280
|
|
|
9269
9281
|
const __vue_is_functional_template__$e = false;
|
|
9270
|
-
/* style inject */
|
|
9271
|
-
|
|
9272
9282
|
/* style inject SSR */
|
|
9273
9283
|
|
|
9274
9284
|
/* style inject shadow dom */
|
|
@@ -9276,9 +9286,9 @@ const __vue_is_functional_template__$e = false;
|
|
|
9276
9286
|
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
9277
9287
|
render: __vue_render__$d,
|
|
9278
9288
|
staticRenderFns: __vue_staticRenderFns__$d
|
|
9279
|
-
}, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false,
|
|
9289
|
+
}, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
9280
9290
|
|
|
9281
|
-
var
|
|
9291
|
+
var __vue_component__$s = __vue_component__$r;
|
|
9282
9292
|
|
|
9283
9293
|
//
|
|
9284
9294
|
var script$6 = {
|
|
@@ -18561,27 +18571,27 @@ var filters = {
|
|
|
18561
18571
|
var components = /*#__PURE__*/Object.freeze({
|
|
18562
18572
|
__proto__: null,
|
|
18563
18573
|
NsButton: NsButton,
|
|
18564
|
-
NsEmptyState: __vue_component__$
|
|
18574
|
+
NsEmptyState: __vue_component__$Z,
|
|
18565
18575
|
NsPictogram: NsPictogram,
|
|
18566
|
-
NsCodeSnippet: __vue_component__$
|
|
18576
|
+
NsCodeSnippet: __vue_component__$X,
|
|
18567
18577
|
NsInlineNotification: NsInlineNotification,
|
|
18568
18578
|
NsProgressBar: NsProgressBar,
|
|
18569
18579
|
NsSvg: NsSvg,
|
|
18570
|
-
NsTile: __vue_component__$
|
|
18571
|
-
NsToastNotification: __vue_component__$
|
|
18572
|
-
NsInfoCard: __vue_component__$
|
|
18573
|
-
NsStatusCard: __vue_component__$
|
|
18574
|
-
NsSystemdServiceCard: __vue_component__$
|
|
18575
|
-
NsPasswordInput: __vue_component__$
|
|
18576
|
-
NsIconMenu: __vue_component__$
|
|
18577
|
-
NsMeterChart: __vue_component__$
|
|
18578
|
-
NsPieChart: __vue_component__$
|
|
18580
|
+
NsTile: __vue_component__$R,
|
|
18581
|
+
NsToastNotification: __vue_component__$P,
|
|
18582
|
+
NsInfoCard: __vue_component__$N,
|
|
18583
|
+
NsStatusCard: __vue_component__$L,
|
|
18584
|
+
NsSystemdServiceCard: __vue_component__$J,
|
|
18585
|
+
NsPasswordInput: __vue_component__$G,
|
|
18586
|
+
NsIconMenu: __vue_component__$E,
|
|
18587
|
+
NsMeterChart: __vue_component__$C,
|
|
18588
|
+
NsPieChart: __vue_component__$A,
|
|
18579
18589
|
NsLottieAnimation: NsLottieAnimation,
|
|
18580
|
-
NsDangerDeleteModal: __vue_component__$
|
|
18590
|
+
NsDangerDeleteModal: __vue_component__$x,
|
|
18581
18591
|
NsCircleTimer: NsCircleTimer,
|
|
18582
|
-
NsDropdownAction: __vue_component__$
|
|
18583
|
-
NsTextInput:
|
|
18584
|
-
NsBackupCard: __vue_component__$
|
|
18592
|
+
NsDropdownAction: __vue_component__$v,
|
|
18593
|
+
NsTextInput: NsTextInput,
|
|
18594
|
+
NsBackupCard: __vue_component__$s,
|
|
18585
18595
|
NsWizard: __vue_component__$q,
|
|
18586
18596
|
NsMenuItem: __vue_component__$o,
|
|
18587
18597
|
NsMenuDivider: __vue_component__$m,
|
|
@@ -18617,4 +18627,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
18617
18627
|
});
|
|
18618
18628
|
}; // Create module definition for Vue.use()
|
|
18619
18629
|
|
|
18620
|
-
export { __vue_component__$7 as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, LottieService, __vue_component__$b as LovePictogram, __vue_component__$
|
|
18630
|
+
export { __vue_component__$7 as BulldozerPictogram, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, LottieService, __vue_component__$b as LovePictogram, __vue_component__$s as NsBackupCard, NsButton, NsCircleTimer, __vue_component__$X as NsCodeSnippet, __vue_component__$x as NsDangerDeleteModal, __vue_component__$f as NsDataTable, __vue_component__$v as NsDropdownAction, __vue_component__$Z as NsEmptyState, __vue_component__$E as NsIconMenu, __vue_component__$N as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$m as NsMenuDivider, __vue_component__$o as NsMenuItem, __vue_component__$C as NsMeterChart, NsModal, NsPagination, __vue_component__$G as NsPasswordInput, NsPictogram, __vue_component__$A as NsPieChart, NsProgressBar, __vue_component__$L as NsStatusCard, NsSvg, __vue_component__$k as NsSystemLogsCard, __vue_component__$J as NsSystemdServiceCard, NsTextInput, __vue_component__$R as NsTile, __vue_component__$i as NsTimePicker, __vue_component__$P as NsToastNotification, __vue_component__$q as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$1 as UserPictogram, UtilService, __vue_component__$9 as WarningPictogram, install as default };
|