@nethserver/ns8-ui-lib 1.0.4 → 1.1.4
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 +40 -35
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +80 -73
- package/package.json +1 -1
- package/src/lib-components/NsCheckbox.vue +1 -1
- package/src/lib-components/NsComboBox.vue +1 -1
- package/src/lib-components/NsIconMenu.vue +1 -1
- package/src/lib-components/NsMultiSelect.vue +1 -1
- package/src/lib-components/NsTextInput.vue +1 -1
- package/src/lib-components/NsTimePicker.vue +13 -4
- package/src/lib-components/NsToggle.vue +1 -1
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -6995,7 +6995,7 @@ var script$n = {
|
|
|
6995
6995
|
tooltipDirection: {
|
|
6996
6996
|
type: String,
|
|
6997
6997
|
default: "bottom",
|
|
6998
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
6998
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
6999
6999
|
},
|
|
7000
7000
|
prefix: String
|
|
7001
7001
|
},
|
|
@@ -7095,11 +7095,11 @@ var __vue_staticRenderFns__$v = [];
|
|
|
7095
7095
|
|
|
7096
7096
|
const __vue_inject_styles__$x = function (inject) {
|
|
7097
7097
|
if (!inject) return;
|
|
7098
|
-
inject("data-v-
|
|
7099
|
-
source: ".label-with-tooltip[data-v-
|
|
7098
|
+
inject("data-v-67a31d02_0", {
|
|
7099
|
+
source: ".label-with-tooltip[data-v-67a31d02]{display:flex;align-items:baseline}.prefix[data-v-67a31d02]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-67a31d02]{align-items:center}",
|
|
7100
7100
|
map: undefined,
|
|
7101
7101
|
media: undefined
|
|
7102
|
-
}), inject("data-v-
|
|
7102
|
+
}), inject("data-v-67a31d02_1", {
|
|
7103
7103
|
source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
7104
7104
|
map: undefined,
|
|
7105
7105
|
media: undefined
|
|
@@ -7108,7 +7108,7 @@ const __vue_inject_styles__$x = function (inject) {
|
|
|
7108
7108
|
/* scoped */
|
|
7109
7109
|
|
|
7110
7110
|
|
|
7111
|
-
const __vue_scope_id__$x = "data-v-
|
|
7111
|
+
const __vue_scope_id__$x = "data-v-67a31d02";
|
|
7112
7112
|
/* module identifier */
|
|
7113
7113
|
|
|
7114
7114
|
const __vue_module_identifier__$x = undefined;
|
|
@@ -8036,7 +8036,7 @@ var script$l = {
|
|
|
8036
8036
|
tipPosition: {
|
|
8037
8037
|
type: String,
|
|
8038
8038
|
default: "right",
|
|
8039
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
8039
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
8040
8040
|
},
|
|
8041
8041
|
tipAlignment: {
|
|
8042
8042
|
type: String,
|
|
@@ -8171,8 +8171,8 @@ var __vue_staticRenderFns__$t = [];
|
|
|
8171
8171
|
|
|
8172
8172
|
const __vue_inject_styles__$v = function (inject) {
|
|
8173
8173
|
if (!inject) return;
|
|
8174
|
-
inject("data-v-
|
|
8175
|
-
source: ".ns-icon-menu[data-v-
|
|
8174
|
+
inject("data-v-19510273_0", {
|
|
8175
|
+
source: ".ns-icon-menu[data-v-19510273]{display:inline-flex}",
|
|
8176
8176
|
map: undefined,
|
|
8177
8177
|
media: undefined
|
|
8178
8178
|
});
|
|
@@ -8180,7 +8180,7 @@ const __vue_inject_styles__$v = function (inject) {
|
|
|
8180
8180
|
/* scoped */
|
|
8181
8181
|
|
|
8182
8182
|
|
|
8183
|
-
const __vue_scope_id__$v = "data-v-
|
|
8183
|
+
const __vue_scope_id__$v = "data-v-19510273";
|
|
8184
8184
|
/* module identifier */
|
|
8185
8185
|
|
|
8186
8186
|
const __vue_module_identifier__$v = undefined;
|
|
@@ -10044,6 +10044,11 @@ var script$a = {
|
|
|
10044
10044
|
invalidMessage: {
|
|
10045
10045
|
type: String,
|
|
10046
10046
|
default: ""
|
|
10047
|
+
},
|
|
10048
|
+
dropDirection: {
|
|
10049
|
+
type: String,
|
|
10050
|
+
default: "down",
|
|
10051
|
+
validator: val => ["up", "down", "auto"].includes(val)
|
|
10047
10052
|
}
|
|
10048
10053
|
},
|
|
10049
10054
|
|
|
@@ -10105,7 +10110,7 @@ var __vue_render__$i = function () {
|
|
|
10105
10110
|
"id": _vm.uid,
|
|
10106
10111
|
"hide-clear-button": _vm.hideClearButton,
|
|
10107
10112
|
"value": _vm.value,
|
|
10108
|
-
"drop-direction":
|
|
10113
|
+
"drop-direction": _vm.dropDirection
|
|
10109
10114
|
},
|
|
10110
10115
|
on: {
|
|
10111
10116
|
"input": function ($event) {
|
|
@@ -10124,12 +10129,12 @@ var __vue_staticRenderFns__$i = [];
|
|
|
10124
10129
|
|
|
10125
10130
|
const __vue_inject_styles__$k = function (inject) {
|
|
10126
10131
|
if (!inject) return;
|
|
10127
|
-
inject("data-v-
|
|
10128
|
-
source: ".ns-time-picker .time-picker-field[data-v-
|
|
10132
|
+
inject("data-v-329316f1_0", {
|
|
10133
|
+
source: ".ns-time-picker .time-picker-field[data-v-329316f1]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-329316f1]{width:4.875rem}",
|
|
10129
10134
|
map: undefined,
|
|
10130
10135
|
media: undefined
|
|
10131
|
-
}), inject("data-v-
|
|
10132
|
-
source: ".ns-time-picker .time-picker-field,.ns-time-picker .time-picker-field:active,.ns-time-picker .time-picker-field:focus{outline:0}.ns-time-picker .time-picker-field input{height:100%!important;background:0 0!important;border:none!important;padding:0 1rem!important;font-family:\"IBM Plex Mono\",Menlo,\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",Courier,monospace!important;font-size:.875rem!important;font-weight:400!important;width:6rem!important;letter-spacing:.32px}.ns-time-picker .time-picker-field.narrow-width input{width:4.875rem!important}.ns-time-picker .time-picker-field .clear-btn{color:#797979;padding-right:1rem}.ns-time-picker .vue__time-picker .dropdown
|
|
10136
|
+
}), inject("data-v-329316f1_1", {
|
|
10137
|
+
source: ".ns-time-picker .time-picker-field,.ns-time-picker .time-picker-field:active,.ns-time-picker .time-picker-field:focus{outline:0}.ns-time-picker .time-picker-field input{height:100%!important;background:0 0!important;border:none!important;padding:0 1rem!important;font-family:\"IBM Plex Mono\",Menlo,\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",Courier,monospace!important;font-size:.875rem!important;font-weight:400!important;width:6rem!important;letter-spacing:.32px}.ns-time-picker .time-picker-field.narrow-width input{width:4.875rem!important}.ns-time-picker .time-picker-field .clear-btn{color:#797979;padding-right:1rem}.ns-time-picker .vue__time-picker .dropdown.drop-down{top:2.5rem}.ns-time-picker .vue__time-picker .dropdown.drop-up{bottom:2.5rem}.ns-time-picker .time-picker-field .dropdown .hint{display:none}",
|
|
10133
10138
|
map: undefined,
|
|
10134
10139
|
media: undefined
|
|
10135
10140
|
});
|
|
@@ -10137,7 +10142,7 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
10137
10142
|
/* scoped */
|
|
10138
10143
|
|
|
10139
10144
|
|
|
10140
|
-
const __vue_scope_id__$k = "data-v-
|
|
10145
|
+
const __vue_scope_id__$k = "data-v-329316f1";
|
|
10141
10146
|
/* module identifier */
|
|
10142
10147
|
|
|
10143
10148
|
const __vue_module_identifier__$k = undefined;
|
|
@@ -18059,7 +18064,7 @@ var script$7 = {
|
|
|
18059
18064
|
tooltipDirection: {
|
|
18060
18065
|
type: String,
|
|
18061
18066
|
default: "bottom",
|
|
18062
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
18067
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
18063
18068
|
}
|
|
18064
18069
|
},
|
|
18065
18070
|
computed: {
|
|
@@ -18148,11 +18153,11 @@ var __vue_staticRenderFns__$g = [];
|
|
|
18148
18153
|
|
|
18149
18154
|
const __vue_inject_styles__$h = function (inject) {
|
|
18150
18155
|
if (!inject) return;
|
|
18151
|
-
inject("data-v-
|
|
18152
|
-
source: ".tooltip[data-v-
|
|
18156
|
+
inject("data-v-2e62510c_0", {
|
|
18157
|
+
source: ".tooltip[data-v-2e62510c]{display:inline-block;position:absolute}",
|
|
18153
18158
|
map: undefined,
|
|
18154
18159
|
media: undefined
|
|
18155
|
-
}), inject("data-v-
|
|
18160
|
+
}), inject("data-v-2e62510c_1", {
|
|
18156
18161
|
source: ".ns-toggle .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
18157
18162
|
map: undefined,
|
|
18158
18163
|
media: undefined
|
|
@@ -18161,7 +18166,7 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
18161
18166
|
/* scoped */
|
|
18162
18167
|
|
|
18163
18168
|
|
|
18164
|
-
const __vue_scope_id__$h = "data-v-
|
|
18169
|
+
const __vue_scope_id__$h = "data-v-2e62510c";
|
|
18165
18170
|
/* module identifier */
|
|
18166
18171
|
|
|
18167
18172
|
const __vue_module_identifier__$h = undefined;
|
|
@@ -20917,7 +20922,7 @@ var script$5 = {
|
|
|
20917
20922
|
tooltipDirection: {
|
|
20918
20923
|
type: String,
|
|
20919
20924
|
default: "bottom",
|
|
20920
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
20925
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
20921
20926
|
}
|
|
20922
20927
|
},
|
|
20923
20928
|
|
|
@@ -21553,11 +21558,11 @@ var __vue_staticRenderFns__$e = [];
|
|
|
21553
21558
|
|
|
21554
21559
|
const __vue_inject_styles__$f = function (inject) {
|
|
21555
21560
|
if (!inject) return;
|
|
21556
|
-
inject("data-v-
|
|
21557
|
-
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-
|
|
21561
|
+
inject("data-v-068afcae_0", {
|
|
21562
|
+
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-068afcae]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-068afcae]{margin-bottom:14rem}.label-with-tooltip[data-v-068afcae]{display:flex;align-items:baseline}",
|
|
21558
21563
|
map: undefined,
|
|
21559
21564
|
media: undefined
|
|
21560
|
-
}), inject("data-v-
|
|
21565
|
+
}), inject("data-v-068afcae_1", {
|
|
21561
21566
|
source: ".selected-item button.bx--tag__close-icon{position:relative;right:1px}.ns-multi-select .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
21562
21567
|
map: undefined,
|
|
21563
21568
|
media: undefined
|
|
@@ -21566,7 +21571,7 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
21566
21571
|
/* scoped */
|
|
21567
21572
|
|
|
21568
21573
|
|
|
21569
|
-
const __vue_scope_id__$f = "data-v-
|
|
21574
|
+
const __vue_scope_id__$f = "data-v-068afcae";
|
|
21570
21575
|
/* module identifier */
|
|
21571
21576
|
|
|
21572
21577
|
const __vue_module_identifier__$f = undefined;
|
|
@@ -21672,7 +21677,7 @@ var script$4 = {
|
|
|
21672
21677
|
tooltipDirection: {
|
|
21673
21678
|
type: String,
|
|
21674
21679
|
default: "bottom",
|
|
21675
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
21680
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
21676
21681
|
}
|
|
21677
21682
|
},
|
|
21678
21683
|
|
|
@@ -22261,11 +22266,11 @@ var __vue_staticRenderFns__$d = [];
|
|
|
22261
22266
|
|
|
22262
22267
|
const __vue_inject_styles__$e = function (inject) {
|
|
22263
22268
|
if (!inject) return;
|
|
22264
|
-
inject("data-v-
|
|
22265
|
-
source: ".margin-bottom-on-open[data-v-
|
|
22269
|
+
inject("data-v-610245c0_0", {
|
|
22270
|
+
source: ".margin-bottom-on-open[data-v-610245c0]{margin-bottom:14rem}.label-with-tooltip[data-v-610245c0]{display:flex;align-items:baseline}.ns-combo-box .warn-text[data-v-610245c0]{margin-top:.25rem}.invalid-icon[data-v-610245c0],.warn-icon[data-v-610245c0]{right:3rem}",
|
|
22266
22271
|
map: undefined,
|
|
22267
22272
|
media: undefined
|
|
22268
|
-
}), inject("data-v-
|
|
22273
|
+
}), inject("data-v-610245c0_1", {
|
|
22269
22274
|
source: ".ns-combo-box .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}.ns-combo-box .bx--list-box__invalid-icon--warning{position:absolute;top:50%;right:3rem;fill:#f1c21b;transform:translateY(-50%)}.ns-combo-box .bx--list-box__invalid-icon--warning+.bx--list-box__field .bx--list-box__selection{right:4rem!important}",
|
|
22270
22275
|
map: undefined,
|
|
22271
22276
|
media: undefined
|
|
@@ -22274,7 +22279,7 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
22274
22279
|
/* scoped */
|
|
22275
22280
|
|
|
22276
22281
|
|
|
22277
|
-
const __vue_scope_id__$e = "data-v-
|
|
22282
|
+
const __vue_scope_id__$e = "data-v-610245c0";
|
|
22278
22283
|
/* module identifier */
|
|
22279
22284
|
|
|
22280
22285
|
const __vue_module_identifier__$e = undefined;
|
|
@@ -22313,7 +22318,7 @@ var script$3 = {
|
|
|
22313
22318
|
tooltipDirection: {
|
|
22314
22319
|
type: String,
|
|
22315
22320
|
default: "bottom",
|
|
22316
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
22321
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
22317
22322
|
}
|
|
22318
22323
|
},
|
|
22319
22324
|
computed: {
|
|
@@ -22383,11 +22388,11 @@ var __vue_staticRenderFns__$c = [];
|
|
|
22383
22388
|
|
|
22384
22389
|
const __vue_inject_styles__$d = function (inject) {
|
|
22385
22390
|
if (!inject) return;
|
|
22386
|
-
inject("data-v-
|
|
22387
|
-
source: ".label-with-tooltip[data-v-
|
|
22391
|
+
inject("data-v-2f89a231_0", {
|
|
22392
|
+
source: ".label-with-tooltip[data-v-2f89a231]{display:flex}",
|
|
22388
22393
|
map: undefined,
|
|
22389
22394
|
media: undefined
|
|
22390
|
-
}), inject("data-v-
|
|
22395
|
+
}), inject("data-v-2f89a231_1", {
|
|
22391
22396
|
source: ".ns-checkbox .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
22392
22397
|
map: undefined,
|
|
22393
22398
|
media: undefined
|
|
@@ -22396,7 +22401,7 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
22396
22401
|
/* scoped */
|
|
22397
22402
|
|
|
22398
22403
|
|
|
22399
|
-
const __vue_scope_id__$d = "data-v-
|
|
22404
|
+
const __vue_scope_id__$d = "data-v-2f89a231";
|
|
22400
22405
|
/* module identifier */
|
|
22401
22406
|
|
|
22402
22407
|
const __vue_module_identifier__$d = undefined;
|