@dcodegroup-au/dsg-vue 1.0.9-next → 1.0.11-next
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-DQk8doWV.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-CX6n9ht7.cjs} +1201 -1201
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-CaBn8JMp.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-o48o8k1B.js} +6272 -6230
- package/dist/components/Elements/DsgDatepicker.vue.d.ts +11 -3
- package/dist/dsg-vue.cjs +5 -5
- package/dist/dsg-vue.css +3 -3
- package/dist/dsg-vue.editor.cjs +110 -109
- package/dist/dsg-vue.editor.esm.js +3558 -3163
- package/dist/dsg-vue.esm.js +14 -17
- package/dist/dsg-vue.table.cjs +2 -2
- package/dist/dsg-vue.table.esm.js +137 -137
- package/dist/main.d.ts +3 -3
- package/package.json +22 -22
package/dist/main.d.ts
CHANGED
|
@@ -1724,7 +1724,7 @@ export declare const DsgDatepicker: import('vue').DefineComponent<{
|
|
|
1724
1724
|
open: boolean;
|
|
1725
1725
|
overlay: import('@vuepic/vue-datepicker').PickerSection;
|
|
1726
1726
|
}) => any) | undefined;
|
|
1727
|
-
}>, "dark" | "loading" | "range" | "disableYearSelect" | "centered" | "ui" | "locale" | "transitions" | "hideNavigation" | "vertical" | "hideMonthYearSelect" | "yearRange" | "autoApply" | "disabledDates" | "hideOffsetDates" | "noToday" | "markers" | "presetDates" | "preventMinMaxNavigation" | "reverseYears" | "weekPicker" | "arrowNavigation" | "weekStart" | "monthPicker" | "yearPicker" | "modelAuto" | "multiDates" | "timePicker" | "inline" | "sixWeeks" | "focusStartDate" | "quarterPicker" | "yearFirst" | "
|
|
1727
|
+
}>, "dark" | "loading" | "range" | "disableYearSelect" | "centered" | "ui" | "locale" | "openMenu" | "transitions" | "hideNavigation" | "vertical" | "hideMonthYearSelect" | "yearRange" | "autoApply" | "disabledDates" | "hideOffsetDates" | "noToday" | "markers" | "presetDates" | "preventMinMaxNavigation" | "reverseYears" | "weekPicker" | "arrowNavigation" | "weekStart" | "monthPicker" | "yearPicker" | "modelAuto" | "multiDates" | "timePicker" | "inline" | "sixWeeks" | "focusStartDate" | "quarterPicker" | "yearFirst" | "closeMenu" | "selectDate" | "clearValue" | "formatInputValue" | "updateInternalModelValue" | "setMonthYear" | "parseModel" | "switchView" | "handleFlow" | "toggleMenu" | "dpMenuRef" | "dpWrapMenuRef" | "inputRef"> & {
|
|
1728
1728
|
openMenu: () => void;
|
|
1729
1729
|
closeMenu: () => void;
|
|
1730
1730
|
selectDate: () => void;
|
|
@@ -2823,7 +2823,7 @@ export type { DsgCheckboxGroupProps, DsgCheckboxGroupOption, DsgCheckboxGroupSiz
|
|
|
2823
2823
|
export type { DsgDropdownType, DsgDropdownHeaderType, DsgDropdownAvatar, DsgDropdownMenuItem, DsgDropdownProps } from './components/Elements/DsgDropdown.vue';
|
|
2824
2824
|
export type { DsgInputProps, DsgInputCurrencyPair, DsgInputPhoneFormat, DsgInputValidationPattern, DsgInputSize, DsgInputTheme, DsgInputTooltipTheme, DsgInputType, DsgInputWidth, } from './components/Elements/DsgInput.vue';
|
|
2825
2825
|
export type { DsgInputSelectOption, DsgInputSelectProps } from './components/Elements/DsgInputSelect.vue';
|
|
2826
|
-
export type { DsgDatepickerType, DsgDatepickerValue, DsgDatepickerRangeConfig, DsgDatepickerSize, DsgDatepickerModelType, DsgDatepickerProps, DsgDatepickerFloatingConfig, DsgDatepickerTimeConfig, DsgDatepickerFormatsConfig, DsgUiClasses, } from './components/Elements/DsgDatepicker.vue';
|
|
2826
|
+
export type { DsgDatepickerType, DsgDatepickerValue, DsgDatepickerRangeConfig, DsgDatepickerSize, DsgDatepickerModelType, DsgDatepickerProps, DsgDatepickerFloatingConfig, DsgDatepickerTimeConfig, DsgDatepickerFormatsConfig, DsgDatepickerTextInputConfig, DsgDatepickerTextInput, DsgUiClasses, } from './components/Elements/DsgDatepicker.vue';
|
|
2827
2827
|
export type { DsgSliderProps, DsgSliderType, DsgSliderLabelPosition, DsgSliderValue } from './components/Elements/DsgSlider.vue';
|
|
2828
2828
|
export type { DsgLabelProps, DsgLabelSize } from './components/Elements/DsgLabel.vue';
|
|
2829
2829
|
export type { DsgModalProps, DsgModalType, DsgModalFooterType } from './components/Elements/DsgModal.vue';
|
|
@@ -4492,7 +4492,7 @@ declare const _default: {
|
|
|
4492
4492
|
open: boolean;
|
|
4493
4493
|
overlay: import('@vuepic/vue-datepicker').PickerSection;
|
|
4494
4494
|
}) => any) | undefined;
|
|
4495
|
-
}>, "dark" | "loading" | "range" | "disableYearSelect" | "centered" | "ui" | "locale" | "transitions" | "hideNavigation" | "vertical" | "hideMonthYearSelect" | "yearRange" | "autoApply" | "disabledDates" | "hideOffsetDates" | "noToday" | "markers" | "presetDates" | "preventMinMaxNavigation" | "reverseYears" | "weekPicker" | "arrowNavigation" | "weekStart" | "monthPicker" | "yearPicker" | "modelAuto" | "multiDates" | "timePicker" | "inline" | "sixWeeks" | "focusStartDate" | "quarterPicker" | "yearFirst" | "
|
|
4495
|
+
}>, "dark" | "loading" | "range" | "disableYearSelect" | "centered" | "ui" | "locale" | "openMenu" | "transitions" | "hideNavigation" | "vertical" | "hideMonthYearSelect" | "yearRange" | "autoApply" | "disabledDates" | "hideOffsetDates" | "noToday" | "markers" | "presetDates" | "preventMinMaxNavigation" | "reverseYears" | "weekPicker" | "arrowNavigation" | "weekStart" | "monthPicker" | "yearPicker" | "modelAuto" | "multiDates" | "timePicker" | "inline" | "sixWeeks" | "focusStartDate" | "quarterPicker" | "yearFirst" | "closeMenu" | "selectDate" | "clearValue" | "formatInputValue" | "updateInternalModelValue" | "setMonthYear" | "parseModel" | "switchView" | "handleFlow" | "toggleMenu" | "dpMenuRef" | "dpWrapMenuRef" | "inputRef"> & {
|
|
4496
4496
|
openMenu: () => void;
|
|
4497
4497
|
closeMenu: () => void;
|
|
4498
4498
|
selectDate: () => void;
|
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": "1.0.
|
|
4
|
+
"version": "1.0.11-next",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"preinstall": "npx only-allow pnpm",
|
|
@@ -97,27 +97,27 @@
|
|
|
97
97
|
"vue": "^3.1.0"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@eslint/eslintrc": "^3.3.
|
|
101
|
-
"@eslint/js": "^9.39.
|
|
100
|
+
"@eslint/eslintrc": "^3.3.6",
|
|
101
|
+
"@eslint/js": "^9.39.5",
|
|
102
102
|
"@testing-library/vue": "^8.1.0",
|
|
103
103
|
"@types/eslint": "^9.6.1",
|
|
104
|
-
"@types/node": "^22.
|
|
104
|
+
"@types/node": "^22.20.1",
|
|
105
105
|
"@types/uuid": "^10.0.0",
|
|
106
106
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
107
|
-
"@vue/eslint-config-typescript": "^14.
|
|
108
|
-
"@vue/test-utils": "^2.4.
|
|
107
|
+
"@vue/eslint-config-typescript": "^14.9.0",
|
|
108
|
+
"@vue/test-utils": "^2.4.11",
|
|
109
109
|
"@vuepic/vue-datepicker": "^12.1.0",
|
|
110
110
|
"@vueuse/components": "^13.9.0",
|
|
111
111
|
"@vueuse/core": "^13.9.0",
|
|
112
112
|
"@vueuse/integrations": "^13.9.0",
|
|
113
113
|
"axios": "1.13.6",
|
|
114
114
|
"card-validator": "^10.0.4",
|
|
115
|
-
"date-fns": "^4.
|
|
116
|
-
"eslint": "^9.39.
|
|
115
|
+
"date-fns": "^4.4.0",
|
|
116
|
+
"eslint": "^9.39.5",
|
|
117
117
|
"eslint-config-prettier": "^10.1.8",
|
|
118
|
-
"eslint-plugin-prettier": "^5.5.
|
|
118
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
119
119
|
"eslint-plugin-storybook": "^0.12.0",
|
|
120
|
-
"eslint-plugin-vue": "^10.
|
|
120
|
+
"eslint-plugin-vue": "^10.10.0",
|
|
121
121
|
"floating-vue": "^5.2.2",
|
|
122
122
|
"globals": "^16.5.0",
|
|
123
123
|
"hotkeys-js": "^3.13.15",
|
|
@@ -125,22 +125,22 @@
|
|
|
125
125
|
"jiti": "^2.7.0",
|
|
126
126
|
"jsdom": "^26.1.0",
|
|
127
127
|
"only-allow": "^1.2.2",
|
|
128
|
-
"phone": "^3.1.
|
|
129
|
-
"prettier": "^3.
|
|
130
|
-
"sass": "^1.
|
|
128
|
+
"phone": "^3.1.72",
|
|
129
|
+
"prettier": "^3.9.6",
|
|
130
|
+
"sass": "^1.103.1",
|
|
131
131
|
"semantic-release": "^24.2.9",
|
|
132
132
|
"storybook": "^8.6.18",
|
|
133
|
-
"tailwindcss": "^4.
|
|
133
|
+
"tailwindcss": "^4.3.3",
|
|
134
134
|
"typescript": "^5.9.3",
|
|
135
|
-
"typescript-eslint": "^8.
|
|
136
|
-
"ua-parser-js": "^2.0.
|
|
135
|
+
"typescript-eslint": "^8.67.0",
|
|
136
|
+
"ua-parser-js": "^2.0.10",
|
|
137
137
|
"uuid": "^11.1.1",
|
|
138
|
-
"vditor": "^3.11.
|
|
139
|
-
"vite": "^6.4.
|
|
138
|
+
"vditor": "^3.11.3",
|
|
139
|
+
"vite": "^6.4.3",
|
|
140
140
|
"vite-plugin-dts": "^4.5.4",
|
|
141
|
-
"vite-plugin-static-copy": "^4.1.
|
|
141
|
+
"vite-plugin-static-copy": "^4.1.1",
|
|
142
142
|
"vite-svg-loader": "^5.1.1",
|
|
143
|
-
"vitest": "^3.2.
|
|
143
|
+
"vitest": "^3.2.7",
|
|
144
144
|
"vue-barcode-reader": "^1.0.3",
|
|
145
145
|
"vue-multiselect": "^3.5.0",
|
|
146
146
|
"vue-tsc": "^2.2.12",
|
|
@@ -159,6 +159,6 @@
|
|
|
159
159
|
"axios": "1.13.6"
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@tailwindcss/vite": "^4.
|
|
162
|
+
"@tailwindcss/vite": "^4.3.3"
|
|
163
163
|
}
|
|
164
|
-
}
|
|
164
|
+
}
|