@dcodegroup-au/dsg-vue 0.1.16 → 0.1.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/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-Dq7AM0nW.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-BIxdsbw_.js} +2421 -2406
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-B3Ew3xM2.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-DU5GAN6E.cjs} +3 -3
- package/dist/components/Table/DsgTable.vue.d.ts +1 -0
- package/dist/components/Table/DsgTableFilter.vue.d.ts +1 -0
- package/dist/dsg-vue.cjs +1 -1
- package/dist/dsg-vue.esm.js +1 -1
- package/dist/dsg-vue.table.cjs +2 -2
- package/dist/dsg-vue.table.esm.js +168 -165
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcodegroup-au/dsg-vue",
|
|
3
3
|
"description": "Front-end Vue/Tailwind DSG for UntitledUI.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.17",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"preinstall": "npx only-allow pnpm",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"vue": "^3.1.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@eslint/eslintrc": "^3.3.
|
|
105
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
106
106
|
"@eslint/js": "^9.39.1",
|
|
107
107
|
"@testing-library/vue": "^8.1.0",
|
|
108
108
|
"@types/eslint": "^9.6.1",
|
|
@@ -122,22 +122,22 @@
|
|
|
122
122
|
"eslint-config-prettier": "^10.1.8",
|
|
123
123
|
"eslint-plugin-prettier": "^5.5.4",
|
|
124
124
|
"eslint-plugin-storybook": "^0.12.0",
|
|
125
|
-
"eslint-plugin-vue": "^10.6.
|
|
125
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
126
126
|
"floating-vue": "^5.2.2",
|
|
127
127
|
"globals": "^16.5.0",
|
|
128
128
|
"hotkeys-js": "^3.13.15",
|
|
129
129
|
"jest": "^29.7.0",
|
|
130
130
|
"jiti": "^2.6.1",
|
|
131
131
|
"jsdom": "^26.1.0",
|
|
132
|
-
"only-allow": "^1.2.
|
|
132
|
+
"only-allow": "^1.2.2",
|
|
133
133
|
"phone": "^3.1.67",
|
|
134
|
-
"prettier": "^3.
|
|
134
|
+
"prettier": "^3.7.4",
|
|
135
135
|
"sass": "^1.94.2",
|
|
136
136
|
"semantic-release": "^24.2.9",
|
|
137
137
|
"storybook": "^8.6.14",
|
|
138
138
|
"tailwindcss": "^3.4.18",
|
|
139
139
|
"typescript": "^5.9.3",
|
|
140
|
-
"typescript-eslint": "^8.48.
|
|
140
|
+
"typescript-eslint": "^8.48.1",
|
|
141
141
|
"ua-parser-js": "^2.0.6",
|
|
142
142
|
"uuid": "^11.1.0",
|
|
143
143
|
"vditor": "^3.11.2",
|