@nethserver/ns8-ui-lib 1.0.3 → 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 +41 -35
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +81 -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 -3
- 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
|
|
|
@@ -10104,7 +10109,8 @@ var __vue_render__$i = function () {
|
|
|
10104
10109
|
attrs: {
|
|
10105
10110
|
"id": _vm.uid,
|
|
10106
10111
|
"hide-clear-button": _vm.hideClearButton,
|
|
10107
|
-
"value": _vm.value
|
|
10112
|
+
"value": _vm.value,
|
|
10113
|
+
"drop-direction": _vm.dropDirection
|
|
10108
10114
|
},
|
|
10109
10115
|
on: {
|
|
10110
10116
|
"input": function ($event) {
|
|
@@ -10123,12 +10129,12 @@ var __vue_staticRenderFns__$i = [];
|
|
|
10123
10129
|
|
|
10124
10130
|
const __vue_inject_styles__$k = function (inject) {
|
|
10125
10131
|
if (!inject) return;
|
|
10126
|
-
inject("data-v-
|
|
10127
|
-
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}",
|
|
10128
10134
|
map: undefined,
|
|
10129
10135
|
media: undefined
|
|
10130
|
-
}), inject("data-v-
|
|
10131
|
-
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}",
|
|
10132
10138
|
map: undefined,
|
|
10133
10139
|
media: undefined
|
|
10134
10140
|
});
|
|
@@ -10136,7 +10142,7 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
10136
10142
|
/* scoped */
|
|
10137
10143
|
|
|
10138
10144
|
|
|
10139
|
-
const __vue_scope_id__$k = "data-v-
|
|
10145
|
+
const __vue_scope_id__$k = "data-v-329316f1";
|
|
10140
10146
|
/* module identifier */
|
|
10141
10147
|
|
|
10142
10148
|
const __vue_module_identifier__$k = undefined;
|
|
@@ -18058,7 +18064,7 @@ var script$7 = {
|
|
|
18058
18064
|
tooltipDirection: {
|
|
18059
18065
|
type: String,
|
|
18060
18066
|
default: "bottom",
|
|
18061
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
18067
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
18062
18068
|
}
|
|
18063
18069
|
},
|
|
18064
18070
|
computed: {
|
|
@@ -18147,11 +18153,11 @@ var __vue_staticRenderFns__$g = [];
|
|
|
18147
18153
|
|
|
18148
18154
|
const __vue_inject_styles__$h = function (inject) {
|
|
18149
18155
|
if (!inject) return;
|
|
18150
|
-
inject("data-v-
|
|
18151
|
-
source: ".tooltip[data-v-
|
|
18156
|
+
inject("data-v-2e62510c_0", {
|
|
18157
|
+
source: ".tooltip[data-v-2e62510c]{display:inline-block;position:absolute}",
|
|
18152
18158
|
map: undefined,
|
|
18153
18159
|
media: undefined
|
|
18154
|
-
}), inject("data-v-
|
|
18160
|
+
}), inject("data-v-2e62510c_1", {
|
|
18155
18161
|
source: ".ns-toggle .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
18156
18162
|
map: undefined,
|
|
18157
18163
|
media: undefined
|
|
@@ -18160,7 +18166,7 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
18160
18166
|
/* scoped */
|
|
18161
18167
|
|
|
18162
18168
|
|
|
18163
|
-
const __vue_scope_id__$h = "data-v-
|
|
18169
|
+
const __vue_scope_id__$h = "data-v-2e62510c";
|
|
18164
18170
|
/* module identifier */
|
|
18165
18171
|
|
|
18166
18172
|
const __vue_module_identifier__$h = undefined;
|
|
@@ -20916,7 +20922,7 @@ var script$5 = {
|
|
|
20916
20922
|
tooltipDirection: {
|
|
20917
20923
|
type: String,
|
|
20918
20924
|
default: "bottom",
|
|
20919
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
20925
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
20920
20926
|
}
|
|
20921
20927
|
},
|
|
20922
20928
|
|
|
@@ -21552,11 +21558,11 @@ var __vue_staticRenderFns__$e = [];
|
|
|
21552
21558
|
|
|
21553
21559
|
const __vue_inject_styles__$f = function (inject) {
|
|
21554
21560
|
if (!inject) return;
|
|
21555
|
-
inject("data-v-
|
|
21556
|
-
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}",
|
|
21557
21563
|
map: undefined,
|
|
21558
21564
|
media: undefined
|
|
21559
|
-
}), inject("data-v-
|
|
21565
|
+
}), inject("data-v-068afcae_1", {
|
|
21560
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}",
|
|
21561
21567
|
map: undefined,
|
|
21562
21568
|
media: undefined
|
|
@@ -21565,7 +21571,7 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
21565
21571
|
/* scoped */
|
|
21566
21572
|
|
|
21567
21573
|
|
|
21568
|
-
const __vue_scope_id__$f = "data-v-
|
|
21574
|
+
const __vue_scope_id__$f = "data-v-068afcae";
|
|
21569
21575
|
/* module identifier */
|
|
21570
21576
|
|
|
21571
21577
|
const __vue_module_identifier__$f = undefined;
|
|
@@ -21671,7 +21677,7 @@ var script$4 = {
|
|
|
21671
21677
|
tooltipDirection: {
|
|
21672
21678
|
type: String,
|
|
21673
21679
|
default: "bottom",
|
|
21674
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
21680
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
21675
21681
|
}
|
|
21676
21682
|
},
|
|
21677
21683
|
|
|
@@ -22260,11 +22266,11 @@ var __vue_staticRenderFns__$d = [];
|
|
|
22260
22266
|
|
|
22261
22267
|
const __vue_inject_styles__$e = function (inject) {
|
|
22262
22268
|
if (!inject) return;
|
|
22263
|
-
inject("data-v-
|
|
22264
|
-
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}",
|
|
22265
22271
|
map: undefined,
|
|
22266
22272
|
media: undefined
|
|
22267
|
-
}), inject("data-v-
|
|
22273
|
+
}), inject("data-v-610245c0_1", {
|
|
22268
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}",
|
|
22269
22275
|
map: undefined,
|
|
22270
22276
|
media: undefined
|
|
@@ -22273,7 +22279,7 @@ const __vue_inject_styles__$e = function (inject) {
|
|
|
22273
22279
|
/* scoped */
|
|
22274
22280
|
|
|
22275
22281
|
|
|
22276
|
-
const __vue_scope_id__$e = "data-v-
|
|
22282
|
+
const __vue_scope_id__$e = "data-v-610245c0";
|
|
22277
22283
|
/* module identifier */
|
|
22278
22284
|
|
|
22279
22285
|
const __vue_module_identifier__$e = undefined;
|
|
@@ -22312,7 +22318,7 @@ var script$3 = {
|
|
|
22312
22318
|
tooltipDirection: {
|
|
22313
22319
|
type: String,
|
|
22314
22320
|
default: "bottom",
|
|
22315
|
-
validator: val => ["top", "left", "bottom", "right".includes(val)
|
|
22321
|
+
validator: val => ["top", "left", "bottom", "right"].includes(val)
|
|
22316
22322
|
}
|
|
22317
22323
|
},
|
|
22318
22324
|
computed: {
|
|
@@ -22382,11 +22388,11 @@ var __vue_staticRenderFns__$c = [];
|
|
|
22382
22388
|
|
|
22383
22389
|
const __vue_inject_styles__$d = function (inject) {
|
|
22384
22390
|
if (!inject) return;
|
|
22385
|
-
inject("data-v-
|
|
22386
|
-
source: ".label-with-tooltip[data-v-
|
|
22391
|
+
inject("data-v-2f89a231_0", {
|
|
22392
|
+
source: ".label-with-tooltip[data-v-2f89a231]{display:flex}",
|
|
22387
22393
|
map: undefined,
|
|
22388
22394
|
media: undefined
|
|
22389
|
-
}), inject("data-v-
|
|
22395
|
+
}), inject("data-v-2f89a231_1", {
|
|
22390
22396
|
source: ".ns-checkbox .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
22391
22397
|
map: undefined,
|
|
22392
22398
|
media: undefined
|
|
@@ -22395,7 +22401,7 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
22395
22401
|
/* scoped */
|
|
22396
22402
|
|
|
22397
22403
|
|
|
22398
|
-
const __vue_scope_id__$d = "data-v-
|
|
22404
|
+
const __vue_scope_id__$d = "data-v-2f89a231";
|
|
22399
22405
|
/* module identifier */
|
|
22400
22406
|
|
|
22401
22407
|
const __vue_module_identifier__$d = undefined;
|