@dcodegroup-au/dsg-vue 0.1.28 → 0.1.29
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/Elements/DsgBarcodeScanner.vue.d.ts +2 -6
- package/dist/components/Elements/DsgDropdown.vue.d.ts +6 -12
- package/dist/components/Table/DsgTable.vue.d.ts +2 -6
- package/dist/dsg-vue.cjs +12 -12
- package/dist/dsg-vue.css +1 -1
- package/dist/dsg-vue.esm.js +1890 -1834
- package/dist/main.d.ts +5 -15
- package/dist/table.d.ts +2 -6
- package/package.json +10 -10
package/dist/main.d.ts
CHANGED
|
@@ -865,9 +865,7 @@ export declare const DsgDropdown: {
|
|
|
865
865
|
readonly "onBefore-change-status"?: ((oldStatus: boolean, newStatus: boolean) => any) | undefined;
|
|
866
866
|
readonly "onAfter-change-status"?: ((status: boolean) => any) | undefined;
|
|
867
867
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
868
|
-
$attrs:
|
|
869
|
-
[x: string]: unknown;
|
|
870
|
-
};
|
|
868
|
+
$attrs: import('vue').Attrs;
|
|
871
869
|
$refs: {
|
|
872
870
|
[x: string]: unknown;
|
|
873
871
|
} & {
|
|
@@ -946,9 +944,7 @@ export declare const DsgDropdown: {
|
|
|
946
944
|
readonly preventDefault?: boolean | undefined;
|
|
947
945
|
readonly "onButton-clicked"?: ((clickEvent: Event) => any) | undefined;
|
|
948
946
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
949
|
-
$attrs:
|
|
950
|
-
[x: string]: unknown;
|
|
951
|
-
};
|
|
947
|
+
$attrs: import('vue').Attrs;
|
|
952
948
|
$refs: {
|
|
953
949
|
[x: string]: unknown;
|
|
954
950
|
} & {
|
|
@@ -2231,9 +2227,7 @@ export declare const DsgBarcodeScanner: {
|
|
|
2231
2227
|
readonly "onSecondary-button-clicked"?: (() => any) | undefined;
|
|
2232
2228
|
readonly "onPrimary-button-clicked"?: (() => any) | undefined;
|
|
2233
2229
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
2234
|
-
$attrs:
|
|
2235
|
-
[x: string]: unknown;
|
|
2236
|
-
};
|
|
2230
|
+
$attrs: import('vue').Attrs;
|
|
2237
2231
|
$refs: {
|
|
2238
2232
|
[x: string]: unknown;
|
|
2239
2233
|
};
|
|
@@ -3239,9 +3233,7 @@ declare const _default: {
|
|
|
3239
3233
|
readonly "onBefore-change-status"?: ((oldStatus: boolean, newStatus: boolean) => any) | undefined;
|
|
3240
3234
|
readonly "onAfter-change-status"?: ((status: boolean) => any) | undefined;
|
|
3241
3235
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
3242
|
-
$attrs:
|
|
3243
|
-
[x: string]: unknown;
|
|
3244
|
-
};
|
|
3236
|
+
$attrs: import('vue').Attrs;
|
|
3245
3237
|
$refs: {
|
|
3246
3238
|
[x: string]: unknown;
|
|
3247
3239
|
} & {
|
|
@@ -3320,9 +3312,7 @@ declare const _default: {
|
|
|
3320
3312
|
readonly preventDefault?: boolean | undefined;
|
|
3321
3313
|
readonly "onButton-clicked"?: ((clickEvent: Event) => any) | undefined;
|
|
3322
3314
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
3323
|
-
$attrs:
|
|
3324
|
-
[x: string]: unknown;
|
|
3325
|
-
};
|
|
3315
|
+
$attrs: import('vue').Attrs;
|
|
3326
3316
|
$refs: {
|
|
3327
3317
|
[x: string]: unknown;
|
|
3328
3318
|
} & {
|
package/dist/table.d.ts
CHANGED
|
@@ -112,9 +112,7 @@ export declare const DsgTable: {
|
|
|
112
112
|
readonly "onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
113
113
|
readonly "onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
114
114
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
115
|
-
$attrs:
|
|
116
|
-
[x: string]: unknown;
|
|
117
|
-
};
|
|
115
|
+
$attrs: import('vue').Attrs;
|
|
118
116
|
$refs: {
|
|
119
117
|
[x: string]: unknown;
|
|
120
118
|
} & {
|
|
@@ -1648,9 +1646,7 @@ declare const _default: {
|
|
|
1648
1646
|
readonly "onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
1649
1647
|
readonly "onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
1650
1648
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1651
|
-
$attrs:
|
|
1652
|
-
[x: string]: unknown;
|
|
1653
|
-
};
|
|
1649
|
+
$attrs: import('vue').Attrs;
|
|
1654
1650
|
$refs: {
|
|
1655
1651
|
[x: string]: unknown;
|
|
1656
1652
|
} & {
|
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.29",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"preinstall": "npx only-allow pnpm",
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
"vue": "^3.1.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@eslint/eslintrc": "^3.3.
|
|
106
|
-
"@eslint/js": "^9.39.
|
|
105
|
+
"@eslint/eslintrc": "^3.3.5",
|
|
106
|
+
"@eslint/js": "^9.39.4",
|
|
107
107
|
"@testing-library/vue": "^8.1.0",
|
|
108
108
|
"@types/eslint": "^9.6.1",
|
|
109
|
-
"@types/node": "^22.19.
|
|
109
|
+
"@types/node": "^22.19.15",
|
|
110
110
|
"@types/uuid": "^10.0.0",
|
|
111
111
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
112
112
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"axios": "^1.13.6",
|
|
119
119
|
"card-validator": "^10.0.4",
|
|
120
120
|
"date-fns": "^4.1.0",
|
|
121
|
-
"eslint": "^9.39.
|
|
121
|
+
"eslint": "^9.39.4",
|
|
122
122
|
"eslint-config-prettier": "^10.1.8",
|
|
123
123
|
"eslint-plugin-prettier": "^5.5.5",
|
|
124
124
|
"eslint-plugin-storybook": "^0.12.0",
|
|
@@ -132,23 +132,23 @@
|
|
|
132
132
|
"only-allow": "^1.2.2",
|
|
133
133
|
"phone": "^3.1.71",
|
|
134
134
|
"prettier": "^3.8.1",
|
|
135
|
-
"sass": "^1.
|
|
135
|
+
"sass": "^1.98.0",
|
|
136
136
|
"semantic-release": "^24.2.9",
|
|
137
|
-
"storybook": "^8.6.
|
|
137
|
+
"storybook": "^8.6.18",
|
|
138
138
|
"tailwindcss": "^3.4.19",
|
|
139
139
|
"typescript": "^5.9.3",
|
|
140
|
-
"typescript-eslint": "^8.
|
|
140
|
+
"typescript-eslint": "^8.57.0",
|
|
141
141
|
"ua-parser-js": "^2.0.9",
|
|
142
142
|
"uuid": "^11.1.0",
|
|
143
143
|
"vditor": "^3.11.2",
|
|
144
144
|
"vite": "^6.4.1",
|
|
145
145
|
"vite-plugin-dts": "^4.5.4",
|
|
146
|
-
"vite-svg-loader": "^5.1.
|
|
146
|
+
"vite-svg-loader": "^5.1.1",
|
|
147
147
|
"vitest": "^3.2.4",
|
|
148
148
|
"vue-barcode-reader": "^1.0.3",
|
|
149
149
|
"vue-multiselect": "^3.4.0",
|
|
150
150
|
"vue-tsc": "^2.2.12",
|
|
151
|
-
"vue3-toastify": "^0.2.
|
|
151
|
+
"vue3-toastify": "^0.2.9"
|
|
152
152
|
},
|
|
153
153
|
"overrides": {
|
|
154
154
|
"glob": "11.0.1"
|