@nethserver/ns8-ui-lib 1.2.0 → 1.2.1
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
CHANGED
|
@@ -161,7 +161,6 @@ import Close16 from '@carbon/icons-vue/es/close/16';
|
|
|
161
161
|
import ChevronRight16 from '@carbon/icons-vue/es/chevron--right/16';
|
|
162
162
|
import ChevronDown16 from '@carbon/icons-vue/es/chevron--down/16';
|
|
163
163
|
import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
|
|
164
|
-
import { UtilService as UtilService$1, TaskService } from '@nethserver/ns8-ui-lib';
|
|
165
164
|
import { mapState } from 'vuex';
|
|
166
165
|
import Mark from 'mark.js';
|
|
167
166
|
|
|
@@ -23614,7 +23613,7 @@ var script = {
|
|
|
23614
23613
|
inheritAttrs: false,
|
|
23615
23614
|
mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
|
|
23616
23615
|
input: ["focus", "blur"]
|
|
23617
|
-
}), UtilService
|
|
23616
|
+
}), UtilService],
|
|
23618
23617
|
components: {
|
|
23619
23618
|
WarningFilled16,
|
|
23620
23619
|
WarningAltFilled16,
|
|
@@ -24271,11 +24270,11 @@ var __vue_staticRenderFns__$a = [];
|
|
|
24271
24270
|
|
|
24272
24271
|
const __vue_inject_styles__$a = function (inject) {
|
|
24273
24272
|
if (!inject) return;
|
|
24274
|
-
inject("data-v-
|
|
24275
|
-
source: ".combo-search-box[data-v-
|
|
24273
|
+
inject("data-v-fa53d7d6_0", {
|
|
24274
|
+
source: ".combo-search-box[data-v-fa53d7d6]{max-width:none;position:relative}.label-with-tooltip[data-v-fa53d7d6]{display:flex;align-items:baseline}.combo-search-box .warn-text[data-v-fa53d7d6]{margin-top:.25rem}.invalid-icon[data-v-fa53d7d6],.warn-icon[data-v-fa53d7d6]{right:3rem}.loading-results[data-v-fa53d7d6]{padding:2rem}",
|
|
24276
24275
|
map: undefined,
|
|
24277
24276
|
media: undefined
|
|
24278
|
-
}), inject("data-v-
|
|
24277
|
+
}), inject("data-v-fa53d7d6_1", {
|
|
24279
24278
|
source: ".combo-search-box .bx--text-input{max-width:none}.combo-search-box .bx--list-box__menu-item{height:auto}.combo-search-box .bx--list-box__menu-item__option{height:auto;text-overflow:clip;word-wrap:break-word;white-space:normal}.combo-search-box .bx--list-box__menu-item__option.item-disabled{color:#a8a8a8;cursor:not-allowed}.combo-search-box .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}.combo-search-box .bx--list-box__invalid-icon--warning{position:absolute;top:50%;right:3rem;fill:#f1c21b;transform:translateY(-50%)}.combo-search-box .bx--list-box__invalid-icon--warning+.bx--list-box__field .bx--list-box__selection{right:4rem!important}.marked-bold{font-weight:700;background-color:transparent}",
|
|
24280
24279
|
map: undefined,
|
|
24281
24280
|
media: undefined
|
|
@@ -24284,7 +24283,7 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
24284
24283
|
/* scoped */
|
|
24285
24284
|
|
|
24286
24285
|
|
|
24287
|
-
const __vue_scope_id__$a = "data-v-
|
|
24286
|
+
const __vue_scope_id__$a = "data-v-fa53d7d6";
|
|
24288
24287
|
/* module identifier */
|
|
24289
24288
|
|
|
24290
24289
|
const __vue_module_identifier__$a = undefined;
|