@nethserver/ns8-ui-lib 1.2.0 → 1.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethserver/ns8-ui-lib",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Vue.js library for NethServer 8 UI",
5
5
  "keywords": [
6
6
  "nethserver",
@@ -44,6 +44,7 @@
44
44
  "@vue/cli-plugin-babel": "^4.5.10",
45
45
  "@vue/cli-service": "^4.5.10",
46
46
  "cross-env": "^7.0.3",
47
+ "mark.js": "^8.11.1",
47
48
  "minimist": "^1.2.5",
48
49
  "rollup": "^2.53.2",
49
50
  "rollup-plugin-terser": "^7.0.2",
@@ -241,7 +241,7 @@ import {
241
241
  import { WarningFilled16, WarningAltFilled16 } from "@carbon/icons-vue";
242
242
  import ChevronDown16 from "@carbon/icons-vue/es/chevron--down/16";
243
243
  import Close16 from "@carbon/icons-vue/es/close/16";
244
- import { UtilService, TaskService } from "@nethserver/ns8-ui-lib";
244
+ import UtilService from "../lib-mixins/util.js";
245
245
  import { mapState } from "vuex";
246
246
  import Mark from "mark.js";
247
247
  import Search20 from "@carbon/icons-vue/es/search/20";
@@ -255,8 +255,7 @@ export default {
255
255
  uidMixin,
256
256
  carbonPrefixMixin,
257
257
  methodsMixin({ input: ["focus", "blur"] }),
258
- UtilService,
259
- TaskService
258
+ UtilService
260
259
  ],
261
260
  components: {
262
261
  WarningFilled16,