layers-design-system 2.6.6 → 2.6.9
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/components/LIcon/index.vue.d.ts +2 -0
- package/dist/components/LNotification/index.vue.d.ts +2 -0
- package/dist/layers-design-system.js +34456 -29317
- package/dist/layers-design-system.umd.cjs +110 -73
- package/dist/style.css +1 -1
- package/package.json +30 -44
package/package.json
CHANGED
|
@@ -17,76 +17,62 @@
|
|
|
17
17
|
"require": "./dist/style.css"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"version": "2.6.
|
|
20
|
+
"version": "2.6.9",
|
|
21
21
|
"scripts": {
|
|
22
22
|
"start": "vite serve",
|
|
23
|
-
"lint": "eslint
|
|
23
|
+
"lint": "eslint src/**/*.{js,vue}",
|
|
24
24
|
"build:docs": "vite build --mode docs && vue-tsc --declaration --emitDeclarationOnly",
|
|
25
25
|
"build:lib": "vite build --mode lib && vue-tsc --declaration --emitDeclarationOnly"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@tenda.digital/vue-modals": "1.1.
|
|
29
|
-
"@tiptap/core": "2.
|
|
30
|
-
"@tiptap/extension-blockquote": "2.
|
|
31
|
-
"@tiptap/extension-bold": "2.
|
|
32
|
-
"@tiptap/extension-bullet-list": "2.
|
|
33
|
-
"@tiptap/extension-document": "2.
|
|
34
|
-
"@tiptap/extension-hard-break": "2.
|
|
35
|
-
"@tiptap/extension-heading": "2.
|
|
36
|
-
"@tiptap/extension-history": "2.
|
|
37
|
-
"@tiptap/extension-italic": "2.
|
|
38
|
-
"@tiptap/extension-link": "2.
|
|
39
|
-
"@tiptap/extension-list-item": "2.
|
|
40
|
-
"@tiptap/extension-ordered-list": "2.
|
|
41
|
-
"@tiptap/extension-paragraph": "2.
|
|
42
|
-
"@tiptap/extension-placeholder": "2.
|
|
43
|
-
"@tiptap/extension-text": "2.
|
|
44
|
-
"@tiptap/extension-underline": "2.
|
|
28
|
+
"@tenda.digital/vue-modals": "1.1.5",
|
|
29
|
+
"@tiptap/core": "2.1.12",
|
|
30
|
+
"@tiptap/extension-blockquote": "2.1.12",
|
|
31
|
+
"@tiptap/extension-bold": "2.1.12",
|
|
32
|
+
"@tiptap/extension-bullet-list": "2.1.12",
|
|
33
|
+
"@tiptap/extension-document": "2.1.12",
|
|
34
|
+
"@tiptap/extension-hard-break": "2.1.12",
|
|
35
|
+
"@tiptap/extension-heading": "2.1.12",
|
|
36
|
+
"@tiptap/extension-history": "2.1.12",
|
|
37
|
+
"@tiptap/extension-italic": "2.1.12",
|
|
38
|
+
"@tiptap/extension-link": "2.1.12",
|
|
39
|
+
"@tiptap/extension-list-item": "2.1.12",
|
|
40
|
+
"@tiptap/extension-ordered-list": "2.1.12",
|
|
41
|
+
"@tiptap/extension-paragraph": "2.1.12",
|
|
42
|
+
"@tiptap/extension-placeholder": "2.1.12",
|
|
43
|
+
"@tiptap/extension-text": "2.1.12",
|
|
44
|
+
"@tiptap/extension-underline": "2.1.12",
|
|
45
45
|
"@tiptap/pm": "^2.0.3",
|
|
46
|
-
"@tiptap/vue-2": "2.
|
|
46
|
+
"@tiptap/vue-2": "2.1.12",
|
|
47
47
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
48
48
|
"autolinker": "^4.0.0",
|
|
49
49
|
"currency.js": "1.2.2",
|
|
50
50
|
"dayjs": "^1.11.7",
|
|
51
51
|
"dompurify": "2.4.7",
|
|
52
|
-
"element-ui": "2.15.
|
|
52
|
+
"element-ui": "2.15.14",
|
|
53
53
|
"layers-utils": "1.0.4",
|
|
54
54
|
"mustache": "4.2.0",
|
|
55
55
|
"tiptap": "1.32.2",
|
|
56
56
|
"typescript": "^5.1.6",
|
|
57
|
-
"vant": "2.
|
|
57
|
+
"vant": "2.13.2",
|
|
58
58
|
"vite": "^4.4.2",
|
|
59
59
|
"vite-plugin-vue2": "^2.0.3",
|
|
60
|
-
"vue": "2.7.
|
|
61
|
-
"vue-router": "3.5
|
|
60
|
+
"vue": "2.7.15",
|
|
61
|
+
"vue-router": "3.6.5",
|
|
62
62
|
"vue-zoomer": "0.3.10",
|
|
63
|
-
"vuetify": "2.
|
|
63
|
+
"vuetify": "2.7.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"babel-
|
|
67
|
-
"eslint": "
|
|
68
|
-
"eslint-plugin-vue": "
|
|
66
|
+
"@babel/eslint-parser": "7.23.3",
|
|
67
|
+
"eslint": "^8.49.0",
|
|
68
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
69
69
|
"hard-source-webpack-plugin": "0.13.1",
|
|
70
|
-
"sass": "1.
|
|
70
|
+
"sass": "1.69.5",
|
|
71
71
|
"sass-loader": "7.3.1",
|
|
72
|
-
"vue-template-compiler": "2.7.
|
|
72
|
+
"vue-template-compiler": "2.7.15",
|
|
73
73
|
"vue-tsc": "^1.8.4",
|
|
74
74
|
"vuetify-loader": "1.9.2"
|
|
75
75
|
},
|
|
76
|
-
"eslintConfig": {
|
|
77
|
-
"root": true,
|
|
78
|
-
"env": {
|
|
79
|
-
"node": true
|
|
80
|
-
},
|
|
81
|
-
"extends": [
|
|
82
|
-
"plugin:vue/essential",
|
|
83
|
-
"eslint:recommended"
|
|
84
|
-
],
|
|
85
|
-
"rules": {},
|
|
86
|
-
"parserOptions": {
|
|
87
|
-
"parser": "babel-eslint"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
76
|
"browserslist": [
|
|
91
77
|
"> 1%",
|
|
92
78
|
"last 2 versions"
|