layers-design-system 2.6.3 → 2.6.7
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 +35 -48
- package/dist/helpers/Colors.d.ts +0 -6
- package/dist/helpers/FieldTypeComponents.d.ts +0 -10
- package/dist/helpers/Icons.d.ts +0 -4
- package/dist/helpers/Notification.d.ts +0 -6
- package/dist/helpers/RegisterElementUIComponents.d.ts +0 -4
- package/dist/helpers/Schemas.d.ts +0 -4
- package/dist/helpers/util.d.ts +0 -1
- package/dist/layers-design-system.js +0 -77473
- package/dist/layers-design-system.umd.cjs +0 -279
- package/dist/main.d.ts +0 -6
- package/dist/style.css +0 -1
package/package.json
CHANGED
|
@@ -17,74 +17,61 @@
|
|
|
17
17
|
"require": "./dist/style.css"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"version": "2.6.
|
|
20
|
+
"version": "2.6.7",
|
|
21
21
|
"scripts": {
|
|
22
22
|
"start": "vite serve",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"lint": "eslint src/**/*.{js,vue}",
|
|
24
|
+
"build:docs": "vite build --mode docs && vue-tsc --declaration --emitDeclarationOnly",
|
|
25
|
+
"build:lib": "vite build --mode lib && vue-tsc --declaration --emitDeclarationOnly"
|
|
25
26
|
},
|
|
26
27
|
"dependencies": {
|
|
27
|
-
"@tenda.digital/vue-modals": "1.1.
|
|
28
|
-
"@tiptap/core": "2.
|
|
29
|
-
"@tiptap/extension-blockquote": "2.
|
|
30
|
-
"@tiptap/extension-bold": "2.
|
|
31
|
-
"@tiptap/extension-bullet-list": "2.
|
|
32
|
-
"@tiptap/extension-document": "2.
|
|
33
|
-
"@tiptap/extension-hard-break": "2.
|
|
34
|
-
"@tiptap/extension-heading": "2.
|
|
35
|
-
"@tiptap/extension-history": "2.
|
|
36
|
-
"@tiptap/extension-italic": "2.
|
|
37
|
-
"@tiptap/extension-link": "2.
|
|
38
|
-
"@tiptap/extension-list-item": "2.
|
|
39
|
-
"@tiptap/extension-ordered-list": "2.
|
|
40
|
-
"@tiptap/extension-paragraph": "2.
|
|
41
|
-
"@tiptap/extension-placeholder": "2.
|
|
42
|
-
"@tiptap/extension-text": "2.
|
|
43
|
-
"@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",
|
|
44
45
|
"@tiptap/pm": "^2.0.3",
|
|
45
|
-
"@tiptap/vue-2": "2.
|
|
46
|
+
"@tiptap/vue-2": "2.1.12",
|
|
46
47
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
47
48
|
"autolinker": "^4.0.0",
|
|
48
49
|
"currency.js": "1.2.2",
|
|
49
50
|
"dayjs": "^1.11.7",
|
|
50
|
-
"dompurify": "2.
|
|
51
|
-
"element-ui": "2.15.
|
|
51
|
+
"dompurify": "2.4.7",
|
|
52
|
+
"element-ui": "2.15.14",
|
|
52
53
|
"layers-utils": "1.0.4",
|
|
53
54
|
"mustache": "4.2.0",
|
|
54
55
|
"tiptap": "1.32.2",
|
|
55
56
|
"typescript": "^5.1.6",
|
|
56
|
-
"vant": "2.
|
|
57
|
+
"vant": "2.13.2",
|
|
57
58
|
"vite": "^4.4.2",
|
|
58
59
|
"vite-plugin-vue2": "^2.0.3",
|
|
59
|
-
"vue": "2.7.
|
|
60
|
-
"vue-router": "3.5
|
|
61
|
-
"vue-zoomer": "0.3.
|
|
62
|
-
"vuetify": "2.
|
|
60
|
+
"vue": "2.7.15",
|
|
61
|
+
"vue-router": "3.6.5",
|
|
62
|
+
"vue-zoomer": "0.3.10",
|
|
63
|
+
"vuetify": "2.7.1"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
|
-
"babel-
|
|
66
|
-
"eslint": "
|
|
67
|
-
"eslint-plugin-vue": "
|
|
66
|
+
"@babel/eslint-parser": "7.23.3",
|
|
67
|
+
"eslint": "^8.49.0",
|
|
68
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
68
69
|
"hard-source-webpack-plugin": "0.13.1",
|
|
69
|
-
"sass": "1.
|
|
70
|
+
"sass": "1.69.5",
|
|
70
71
|
"sass-loader": "7.3.1",
|
|
71
|
-
"vue-template-compiler": "2.7.
|
|
72
|
+
"vue-template-compiler": "2.7.15",
|
|
72
73
|
"vue-tsc": "^1.8.4",
|
|
73
|
-
"vuetify-loader": "1.
|
|
74
|
-
},
|
|
75
|
-
"eslintConfig": {
|
|
76
|
-
"root": true,
|
|
77
|
-
"env": {
|
|
78
|
-
"node": true
|
|
79
|
-
},
|
|
80
|
-
"extends": [
|
|
81
|
-
"plugin:vue/essential",
|
|
82
|
-
"eslint:recommended"
|
|
83
|
-
],
|
|
84
|
-
"rules": {},
|
|
85
|
-
"parserOptions": {
|
|
86
|
-
"parser": "babel-eslint"
|
|
87
|
-
}
|
|
74
|
+
"vuetify-loader": "1.9.2"
|
|
88
75
|
},
|
|
89
76
|
"browserslist": [
|
|
90
77
|
"> 1%",
|
package/dist/helpers/Colors.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export namespace FieldTypeComponents {
|
|
2
|
-
export { getComponent as get };
|
|
3
|
-
export { registerComponent as register };
|
|
4
|
-
}
|
|
5
|
-
export default Plugin;
|
|
6
|
-
declare function getComponent(fieldSchema: any, componentType: any): any;
|
|
7
|
-
declare function registerComponent(fieldSchema: any, componentType: any, component: any): void;
|
|
8
|
-
declare namespace Plugin {
|
|
9
|
-
function install(Vue: any): void;
|
|
10
|
-
}
|
package/dist/helpers/Icons.d.ts
DELETED
package/dist/helpers/util.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export function buildFieldKeys(fieldSchema: any): string[];
|