@web-utils/component 2.7.15 → 2.7.17

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": "@web-utils/component",
3
- "version": "2.7.15",
3
+ "version": "2.7.17",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -30,6 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@tinymce/tinymce-vue": "3.2.8",
33
+ "@wangeditor/editor": "^5.1.23",
34
+ "@wangeditor/editor-for-vue": "^1.0.2",
33
35
  "@web-utils/core": "^2.0.15",
34
36
  "codemirror": "^5.65.11",
35
37
  "countup.js": "^2.3.2",
@@ -46,8 +48,6 @@
46
48
  "vuedraggable": "^2.24.3"
47
49
  },
48
50
  "devDependencies": {
49
- "@babel/preset-env": "^7.20.2",
50
- "@rollup/plugin-babel": "^6.0.3",
51
51
  "@types/lodash": "^4.14.191",
52
52
  "@types/node": "^16.18.10",
53
53
  "@types/qrcode": "^1.5.0",
@@ -56,25 +56,22 @@
56
56
  "@typescript-eslint/parser": "^5.47.0",
57
57
  "@vue/babel-preset-jsx": "^1.4.0",
58
58
  "@vue/eslint-config-typescript": "^11.0.2",
59
- "@wangeditor/editor": "^5.1.23",
60
- "@wangeditor/editor-for-vue": "^1.0.2",
61
59
  "@web-utils/eslint-config-vue2": "^1.1.1",
62
60
  "@web-utils/stylelint-config-scss": "^1.0.2",
63
- "chalk": "^5.2.0",
64
61
  "element-ui": "^2.15.12",
65
- "eslint": "^8.30.0",
66
- "eslint-plugin-vue": "^9.8.0",
62
+ "eslint": "^8.33.0",
63
+ "eslint-plugin-vue": "^9.9.0",
67
64
  "globby": "^13.1.3",
68
- "sass": "^1.57.1",
65
+ "sass": "^1.58.0",
69
66
  "slash": "^5.0.0",
70
- "stylelint": "^14.16.0",
71
- "typescript": "^4.6.4",
72
- "vite": "^4.0.3",
73
- "vite-plugin-inspect": "^0.7.11",
67
+ "stylelint": "^14.16.1",
68
+ "typescript": "^4.9.5",
69
+ "vite": "^4.1.1",
70
+ "vite-plugin-inspect": "^0.7.15",
74
71
  "vite-plugin-style-import": "^1.4.1",
75
72
  "vite-plugin-vue2": "^2.0.3",
76
73
  "vue": "2.6.14",
77
- "vue-docgen-api": "^4.56.2",
74
+ "vue-docgen-api": "^4.56.4",
78
75
  "vue-router": "^3.6.5",
79
76
  "vue-template-compiler": "2.6.14"
80
77
  },
@@ -120,11 +117,10 @@
120
117
  }
121
118
  },
122
119
  "extends": [
123
- "@vue/typescript",
124
- "@web-utils/eslint-config-vue2"
120
+ "@web-utils/eslint-config-vue2",
121
+ "@vue/typescript"
125
122
  ],
126
123
  "rules": {
127
-
128
124
  }
129
125
  },
130
126
  "resolutions": {
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "2.7.15",
5
+ "version": "2.7.17",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -1575,25 +1575,7 @@
1575
1575
  },
1576
1576
  {
1577
1577
  "name": "DialogForm",
1578
- "description": "",
1579
- "attributes": [
1580
- {
1581
- "name": "value",
1582
- "value": {
1583
- "kind": "expression",
1584
- "type": "object"
1585
- },
1586
- "default": "{}"
1587
- }
1588
- ],
1589
- "slots": [
1590
- {
1591
- "name": "item"
1592
- },
1593
- {
1594
- "name": "menuForm"
1595
- }
1596
- ]
1578
+ "description": ""
1597
1579
  },
1598
1580
  {
1599
1581
  "name": "DynamicTable",
@@ -18143,6 +18125,14 @@
18143
18125
  "type": "array"
18144
18126
  },
18145
18127
  "default": ""
18128
+ },
18129
+ {
18130
+ "name": "selector",
18131
+ "value": {
18132
+ "kind": "expression",
18133
+ "type": "string"
18134
+ },
18135
+ "default": "'img'"
18146
18136
  }
18147
18137
  ],
18148
18138
  "slots": [