@pksep/yui 0.1.283 → 0.1.285
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/Badges/Badges.vue.d.ts +1 -1
- package/dist/components/Icon/enum/enum.d.ts +2 -1
- package/dist/components/Icon/icons.d.ts +1 -0
- package/dist/components/Input/interface/interface.d.ts +2 -2
- package/dist/components/Table/Table.vue.d.ts +8 -12
- package/dist/components/UserMenu/UserMenu.vue.d.ts +2 -2
- package/dist/components/UserMenu/UserMenuList.vue.d.ts +5 -2
- package/dist/sep-yui.es.ts +43716 -42680
- package/dist/sep-yui.umd.ts +439 -295
- package/dist/style.css +1 -1
- package/package.json +41 -41
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pksep/yui",
|
|
3
3
|
"author": "Perov David",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.285",
|
|
5
5
|
"packageManager": "pnpm@9.9.0",
|
|
6
6
|
"main": "./dist/sep-yui.umd.ts",
|
|
7
7
|
"module": "./dist/sep-yui.ts",
|
|
@@ -18,61 +18,61 @@
|
|
|
18
18
|
"prepare": "lefthook install"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@floating-ui/vue": "^1.1.
|
|
22
|
-
"@fontsource-variable/inter": "^5.
|
|
23
|
-
"@fontsource/source-sans-pro": "^5.
|
|
24
|
-
"@panzoom/panzoom": "^4.6.
|
|
25
|
-
"@
|
|
26
|
-
"@tiptap/
|
|
27
|
-
"@tiptap/extension-
|
|
28
|
-
"@tiptap/extension-
|
|
29
|
-
"@tiptap/
|
|
30
|
-
"@tiptap/
|
|
31
|
-
"@tiptap/
|
|
32
|
-
"@
|
|
33
|
-
"@vueuse/
|
|
34
|
-
"
|
|
35
|
-
"pdfjs-dist": "^5.
|
|
21
|
+
"@floating-ui/vue": "^1.1.11",
|
|
22
|
+
"@fontsource-variable/inter": "^5.2.8",
|
|
23
|
+
"@fontsource/source-sans-pro": "^5.2.5",
|
|
24
|
+
"@panzoom/panzoom": "^4.6.2",
|
|
25
|
+
"@pksep/col-cal": "^1.0.4",
|
|
26
|
+
"@tiptap/core": "^3.27.3",
|
|
27
|
+
"@tiptap/extension-image": "^3.27.3",
|
|
28
|
+
"@tiptap/extension-link": "^3.27.3",
|
|
29
|
+
"@tiptap/extension-placeholder": "^3.27.3",
|
|
30
|
+
"@tiptap/pm": "^3.27.3",
|
|
31
|
+
"@tiptap/starter-kit": "^3.27.3",
|
|
32
|
+
"@tiptap/vue-3": "^3.27.3",
|
|
33
|
+
"@vueuse/components": "^11.3.0",
|
|
34
|
+
"@vueuse/core": "^11.3.0",
|
|
35
|
+
"pdfjs-dist": "^5.7.284",
|
|
36
36
|
"print-js": "^1.6.0",
|
|
37
|
-
"vue": "^3.5.
|
|
37
|
+
"vue": "^3.5.39",
|
|
38
38
|
"vue3-emoji-picker": "^1.1.8",
|
|
39
39
|
"vue3-perfect-scrollbar": "^2.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@chromatic-com/storybook": "^3.2.7",
|
|
43
|
-
"@storybook/addon-a11y": "^8.
|
|
44
|
-
"@storybook/addon-actions": "^8.
|
|
45
|
-
"@storybook/addon-essentials": "^8.
|
|
46
|
-
"@storybook/addon-interactions": "^8.
|
|
47
|
-
"@storybook/addon-links": "^8.
|
|
43
|
+
"@storybook/addon-a11y": "^8.6.18",
|
|
44
|
+
"@storybook/addon-actions": "^8.6.18",
|
|
45
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
46
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
47
|
+
"@storybook/addon-links": "^8.6.18",
|
|
48
48
|
"@storybook/blocks": "^8.6.14",
|
|
49
|
-
"@storybook/builder-vite": "^8.
|
|
50
|
-
"@storybook/test": "^8.
|
|
51
|
-
"@storybook/vue3": "^8.
|
|
52
|
-
"@storybook/vue3-vite": "^8.
|
|
53
|
-
"@types/lodash": "^4.17.
|
|
49
|
+
"@storybook/builder-vite": "^8.6.18",
|
|
50
|
+
"@storybook/test": "^8.6.15",
|
|
51
|
+
"@storybook/vue3": "^8.6.18",
|
|
52
|
+
"@storybook/vue3-vite": "^8.6.18",
|
|
53
|
+
"@types/lodash": "^4.17.24",
|
|
54
54
|
"@types/uuid4": "^2.0.3",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
56
56
|
"@typescript-eslint/parser": "^7.18.0",
|
|
57
|
-
"@vitejs/plugin-vue": "^5.
|
|
57
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
58
58
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
59
|
-
"changelogen": "^0.6.
|
|
60
|
-
"eslint": "^8.57.
|
|
61
|
-
"eslint-config-prettier": "^9.1.
|
|
62
|
-
"eslint-plugin-prettier": "^5.
|
|
59
|
+
"changelogen": "^0.6.2",
|
|
60
|
+
"eslint": "^8.57.1",
|
|
61
|
+
"eslint-config-prettier": "^9.1.2",
|
|
62
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
63
63
|
"eslint-plugin-storybook": "^0.8.0",
|
|
64
|
-
"eslint-plugin-vue": "^9.
|
|
64
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
65
65
|
"gh-pages": "^5.0.0",
|
|
66
|
-
"lefthook": "^1.
|
|
67
|
-
"lit": "^3.3.
|
|
68
|
-
"lodash": "^4.
|
|
69
|
-
"sass": "^1.
|
|
70
|
-
"storybook": "^8.6.
|
|
71
|
-
"typescript": "^5.
|
|
66
|
+
"lefthook": "^1.13.6",
|
|
67
|
+
"lit": "^3.3.3",
|
|
68
|
+
"lodash": "^4.18.1",
|
|
69
|
+
"sass": "^1.101.0",
|
|
70
|
+
"storybook": "^8.6.18",
|
|
71
|
+
"typescript": "^5.9.3",
|
|
72
72
|
"uuid4": "^2.0.3",
|
|
73
|
-
"vite": "^5.4.
|
|
73
|
+
"vite": "^5.4.21",
|
|
74
74
|
"vite-plugin-dts": "^3.9.1",
|
|
75
|
-
"vue-tsc": "^2.
|
|
75
|
+
"vue-tsc": "^2.2.12"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"vue": ">=3"
|