@winchsa/ui 0.1.25 → 0.1.28
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/Breadcrumbs.d.vue.ts +2 -1
- package/dist/components/Breadcrumbs.vue.d.ts +2 -1
- package/dist/components/CustomizerSection.d.vue.ts +7 -15
- package/dist/components/CustomizerSection.vue.d.ts +7 -15
- package/dist/components/DialogCloseBtn.d.vue.ts +2 -4
- package/dist/components/DialogCloseBtn.vue.d.ts +2 -4
- package/dist/components/Drawer.d.vue.ts +12 -28
- package/dist/components/Drawer.vue.d.ts +12 -28
- package/dist/components/IconBtn.d.vue.ts +7 -19
- package/dist/components/IconBtn.vue.d.ts +7 -19
- package/dist/components/LoadingBar.d.vue.ts +2 -1
- package/dist/components/LoadingBar.vue.d.ts +2 -1
- package/dist/components/LoadingDialog.d.vue.ts +2 -1
- package/dist/components/LoadingDialog.vue.d.ts +2 -1
- package/dist/components/LoadingItem.d.vue.ts +9 -31
- package/dist/components/LoadingItem.vue.d.ts +9 -31
- package/dist/components/Modal.d.vue.ts +50 -0
- package/dist/components/Modal.vue.d.ts +50 -0
- package/dist/components/MoreBtn.d.vue.ts +7 -15
- package/dist/components/MoreBtn.vue.d.ts +7 -15
- package/dist/components/ScrollToTop.d.vue.ts +2 -1
- package/dist/components/ScrollToTop.vue.d.ts +2 -1
- package/dist/components/SiteTitle.d.vue.ts +2 -1
- package/dist/components/SiteTitle.vue.d.ts +2 -1
- package/dist/components/Toaster.d.vue.ts +2 -1
- package/dist/components/Toaster.vue.d.ts +2 -1
- package/dist/components/cards/AppCard.d.vue.ts +8 -16
- package/dist/components/cards/AppCard.vue.d.ts +8 -16
- package/dist/components/cards/AppCardActions.d.vue.ts +10 -56
- package/dist/components/cards/AppCardActions.vue.d.ts +10 -56
- package/dist/components/cards/CardStatisticsHorizontal.d.vue.ts +2 -3
- package/dist/components/cards/CardStatisticsHorizontal.vue.d.ts +2 -3
- package/dist/components/cards/CheckboxesCard.d.vue.ts +3 -6
- package/dist/components/cards/CheckboxesCard.vue.d.ts +3 -6
- package/dist/components/cards/HeaderCard.d.vue.ts +2 -1
- package/dist/components/cards/HeaderCard.vue.d.ts +2 -1
- package/dist/components/cards/ImageCard.d.vue.ts +10 -40
- package/dist/components/cards/ImageCard.vue.d.ts +10 -40
- package/dist/components/cards/InputCard.d.vue.ts +7 -27
- package/dist/components/cards/InputCard.vue.d.ts +7 -27
- package/dist/components/cards/StaticCard.d.vue.ts +7 -19
- package/dist/components/cards/StaticCard.vue.d.ts +7 -19
- package/dist/components/forms/Accordion.d.vue.ts +8 -24
- package/dist/components/forms/Accordion.vue.d.ts +8 -24
- package/dist/components/forms/AppBarSearch.d.vue.ts +10 -874
- package/dist/components/forms/AppBarSearch.vue.d.ts +10 -874
- package/dist/components/forms/AppCombobox.d.vue.ts +13 -0
- package/dist/components/forms/AppCombobox.vue.d.ts +13 -0
- package/dist/components/forms/AppDrawerHeaderSection.d.vue.ts +7 -17
- package/dist/components/forms/AppDrawerHeaderSection.vue.d.ts +7 -17
- package/dist/components/forms/AppLabel.d.vue.ts +7 -19
- package/dist/components/forms/AppLabel.vue.d.ts +7 -19
- package/dist/components/forms/AppLink.d.vue.ts +8 -16
- package/dist/components/forms/AppLink.vue.d.ts +8 -16
- package/dist/components/forms/AppNumberField.d.vue.ts +8 -33
- package/dist/components/forms/AppNumberField.vue.d.ts +8 -33
- package/dist/components/forms/AppOtpInput.d.vue.ts +3 -6
- package/dist/components/forms/AppOtpInput.vue.d.ts +3 -6
- package/dist/components/forms/AppSearchHeader.d.vue.ts +2 -1
- package/dist/components/forms/AppSearchHeader.vue.d.ts +2 -1
- package/dist/components/forms/AppSelect.d.vue.ts +17 -0
- package/dist/components/forms/AppSelect.vue.d.ts +17 -0
- package/dist/components/forms/AppStepper.d.vue.ts +3 -7
- package/dist/components/forms/AppStepper.vue.d.ts +3 -7
- package/dist/components/forms/AppSwitch.d.vue.ts +7 -18
- package/dist/components/forms/AppSwitch.vue.d.ts +7 -18
- package/dist/components/forms/AppTextField.d.vue.ts +7 -20
- package/dist/components/forms/AppTextField.vue.d.ts +7 -20
- package/dist/components/forms/AppTextarea.d.vue.ts +7 -20
- package/dist/components/forms/AppTextarea.vue.d.ts +7 -20
- package/dist/components/forms/AttachmentCropperInput.d.vue.ts +3 -9
- package/dist/components/forms/AttachmentCropperInput.vue.d.ts +3 -9
- package/dist/components/forms/AttachmentInput.d.vue.ts +3 -7
- package/dist/components/forms/AttachmentInput.vue.d.ts +3 -7
- package/dist/components/forms/AutocompleteInput.d.vue.ts +84 -0
- package/dist/components/forms/AutocompleteInput.vue.d.ts +84 -0
- package/dist/components/forms/BankSelect.d.vue.ts +5 -3
- package/dist/components/forms/BankSelect.vue.d.ts +5 -3
- package/dist/components/forms/BaseButton.d.vue.ts +7 -18
- package/dist/components/forms/BaseButton.vue.d.ts +7 -18
- package/dist/components/forms/CounterInput.d.vue.ts +3 -5
- package/dist/components/forms/CounterInput.vue.d.ts +3 -5
- package/dist/components/forms/CustomCheckboxes.d.vue.ts +8 -22
- package/dist/components/forms/CustomCheckboxes.vue.d.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithIcon.d.vue.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithIcon.vue.d.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithImage.d.vue.ts +2 -1
- package/dist/components/forms/CustomCheckboxesWithImage.vue.d.ts +2 -1
- package/dist/components/forms/CustomRadios.d.vue.ts +8 -23
- package/dist/components/forms/CustomRadios.vue.d.ts +8 -23
- package/dist/components/forms/CustomRadiosWithIcon.d.vue.ts +8 -25
- package/dist/components/forms/CustomRadiosWithIcon.vue.d.ts +8 -25
- package/dist/components/forms/CustomRadiosWithImage.d.vue.ts +11 -29
- package/dist/components/forms/CustomRadiosWithImage.vue.d.ts +11 -29
- package/dist/components/forms/DatePicker.d.vue.ts +3 -8
- package/dist/components/forms/DatePicker.vue.d.ts +3 -8
- package/dist/components/forms/DatePickerRange.d.vue.ts +2 -1
- package/dist/components/forms/DatePickerRange.vue.d.ts +2 -1
- package/dist/components/forms/DraggedUploadFile.d.vue.ts +2 -1
- package/dist/components/forms/DraggedUploadFile.vue.d.ts +2 -1
- package/dist/components/forms/ImageCardInput.d.vue.ts +35 -0
- package/dist/components/forms/ImageCardInput.vue.d.ts +35 -0
- package/dist/components/forms/InputValidationWrapper.d.vue.ts +9 -16
- package/dist/components/forms/InputValidationWrapper.vue.d.ts +9 -16
- package/dist/components/forms/LicensePlateInput.d.vue.ts +6 -6
- package/dist/components/forms/LicensePlateInput.vue.d.ts +6 -6
- package/dist/components/forms/ManualDate.d.vue.ts +3 -5
- package/dist/components/forms/ManualDate.vue.d.ts +3 -5
- package/dist/components/forms/MobileInput.d.vue.ts +11 -35
- package/dist/components/forms/MobileInput.vue.d.ts +11 -35
- package/dist/components/forms/PasswordInput.d.vue.ts +3 -5
- package/dist/components/forms/PasswordInput.vue.d.ts +3 -5
- package/dist/components/forms/RangeInput.d.vue.ts +6 -1
- package/dist/components/forms/RangeInput.vue.d.ts +6 -1
- package/dist/components/forms/Tabs.d.vue.ts +6 -25
- package/dist/components/forms/Tabs.vue.d.ts +6 -25
- package/dist/components/forms/TimePicker.d.vue.ts +3 -8
- package/dist/components/forms/TimePicker.vue.d.ts +3 -8
- package/dist/components/table/DataTable.d.vue.ts +70 -0
- package/dist/components/table/DataTable.vue +2 -1
- package/dist/components/table/DataTable.vue.d.ts +70 -0
- package/dist/components/table/EditableDataTable.d.vue.ts +7 -61
- package/dist/components/table/EditableDataTable.vue.d.ts +7 -61
- package/dist/components/table/EditableDataTableRow.d.vue.ts +5 -3
- package/dist/components/table/EditableDataTableRow.vue.d.ts +5 -3
- package/dist/components/table/FilterGenerator.d.vue.ts +3 -4
- package/dist/components/table/FilterGenerator.vue.d.ts +3 -4
- package/dist/components/table/StaticTable.d.vue.ts +17 -6
- package/dist/components/table/StaticTable.vue.d.ts +17 -6
- package/dist/components/table/TablePagination.d.vue.ts +5 -3
- package/dist/components/table/TablePagination.vue.d.ts +5 -3
- package/dist/styles/core/template/libs/vuetify/_variables.scss +3 -0
- package/dist/utils/ruleValidator.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { VTooltip, VIcon, VDataTableVirtual } from 'vuetify/components';
|
|
2
1
|
import type { EditableDataTableItem, ErrorResponseFiled } from '../../types';
|
|
3
|
-
import LoadingBar from '../LoadingBar.vue';
|
|
4
|
-
import EditableDataTableRow from './EditableDataTableRow.vue';
|
|
5
2
|
type __VLS_Props = {
|
|
6
3
|
headers: EditableDataTableItem[];
|
|
7
4
|
items: [];
|
|
@@ -9,64 +6,13 @@ type __VLS_Props = {
|
|
|
9
6
|
loading?: boolean;
|
|
10
7
|
module?: string;
|
|
11
8
|
};
|
|
12
|
-
declare
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
placeholder?: string;
|
|
20
|
-
type?: import("../../types").EditableDataTableItemType;
|
|
21
|
-
required?: boolean;
|
|
22
|
-
rules?: ((value: unknown) => string)[];
|
|
23
|
-
renderDataOnMounted?: boolean;
|
|
24
|
-
renderDataOnBeforeMount?: boolean;
|
|
25
|
-
showDescription?: boolean;
|
|
26
|
-
tooltip?: string;
|
|
27
|
-
clearable?: boolean;
|
|
28
|
-
disabled?: boolean;
|
|
29
|
-
maxlength?: number;
|
|
30
|
-
dependsOn?: string;
|
|
31
|
-
nestedDependsOnKey?: string;
|
|
32
|
-
fields?: EditableDataTableItem[];
|
|
33
|
-
errorKey?: string | string[];
|
|
34
|
-
useDependsOnAsParams?: boolean;
|
|
35
|
-
dependsOnFunction?: (...args: unknown[]) => boolean;
|
|
36
|
-
closableChips?: boolean;
|
|
37
|
-
urlSearch?: string | ((...args: unknown[]) => string);
|
|
38
|
-
params?: Record<string, string | number | null>;
|
|
39
|
-
menuIcon?: string;
|
|
40
|
-
searchable?: boolean;
|
|
41
|
-
searchInternally?: boolean;
|
|
42
|
-
trackBy?: string;
|
|
43
|
-
itemLabel?: string;
|
|
44
|
-
multiple?: boolean;
|
|
45
|
-
groupLabel?: string;
|
|
46
|
-
groupValues?: string;
|
|
47
|
-
options?: Record<string, unknown>[] | import("../../types").OptionItem[] | import("vue").Ref<import("../../types").OptionItem[]>;
|
|
48
|
-
disableIfEmpty?: boolean;
|
|
49
|
-
maxDate?: Date | null;
|
|
50
|
-
validateOn?: import("../../types").ValidateOn;
|
|
51
|
-
isAppRtl?: boolean;
|
|
52
|
-
}[]>;
|
|
53
|
-
declare const moduleIdentifier: import("vue").ComputedRef<string>;
|
|
54
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
55
|
-
declare var __VLS_23: any, __VLS_24: any;
|
|
56
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
57
|
-
[K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
|
|
58
|
-
}>;
|
|
59
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
60
|
-
VTooltip: typeof VTooltip;
|
|
61
|
-
VIcon: typeof VIcon;
|
|
62
|
-
VDataTableVirtual: typeof VDataTableVirtual;
|
|
63
|
-
LoadingBar: typeof LoadingBar;
|
|
64
|
-
EditableDataTableRow: typeof EditableDataTableRow;
|
|
65
|
-
headers: typeof headers;
|
|
66
|
-
moduleIdentifier: typeof moduleIdentifier;
|
|
67
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
68
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
69
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
+
declare var __VLS_39: string | number, __VLS_40: any;
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
[K in NonNullable<typeof __VLS_39>]?: (props: typeof __VLS_40) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
70
16
|
export default _default;
|
|
71
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
72
18
|
new (): {
|
|
@@ -7,12 +7,14 @@ type __VLS_Props = {
|
|
|
7
7
|
errors?: ErrorResponseFiled[];
|
|
8
8
|
errorKey?: string | string[];
|
|
9
9
|
};
|
|
10
|
-
type
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
11
|
modelValue: typeof item['value'];
|
|
12
|
-
}
|
|
13
|
-
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
15
|
"update:modelValue": (value: any) => any;
|
|
15
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
17
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
17
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
18
20
|
export default _default;
|
|
@@ -7,12 +7,14 @@ type __VLS_Props = {
|
|
|
7
7
|
errors?: ErrorResponseFiled[];
|
|
8
8
|
errorKey?: string | string[];
|
|
9
9
|
};
|
|
10
|
-
type
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
11
|
modelValue: typeof item['value'];
|
|
12
|
-
}
|
|
13
|
-
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
15
|
"update:modelValue": (value: any) => any;
|
|
15
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
17
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
17
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
18
20
|
export default _default;
|
|
@@ -4,11 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
forms: FormFilter[];
|
|
5
5
|
errors?: ErrorResponseFiled[];
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
"update:modelValue": (value: unknown) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
14
13
|
export default _default;
|
|
@@ -4,11 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
forms: FormFilter[];
|
|
5
5
|
errors?: ErrorResponseFiled[];
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
"update:modelValue": (value: unknown) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
14
13
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
props: __VLS_PrettifyLocal<
|
|
1
|
+
declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2
|
+
props: __VLS_PrettifyLocal<{
|
|
3
3
|
items: T[];
|
|
4
4
|
subItemsKey?: string;
|
|
5
5
|
headers: {
|
|
@@ -9,15 +9,26 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
9
9
|
type?: "number" | "string";
|
|
10
10
|
dashedWhenNull?: boolean;
|
|
11
11
|
}[];
|
|
12
|
-
} &
|
|
13
|
-
|
|
12
|
+
}> & import("vue").PublicProps & (typeof globalThis extends {
|
|
13
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
14
|
+
} ? P : {});
|
|
15
|
+
expose: (exposed: {}) => void;
|
|
14
16
|
attrs: any;
|
|
15
|
-
slots:
|
|
17
|
+
slots: {
|
|
18
|
+
[x: string]: ((props: {
|
|
19
|
+
item: T;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
} & {
|
|
22
|
+
[x: string]: ((props: {
|
|
23
|
+
item: any;
|
|
24
|
+
}) => any) | undefined;
|
|
25
|
+
};
|
|
16
26
|
emit: {};
|
|
17
27
|
}>) => import("vue").VNode & {
|
|
18
28
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
29
|
};
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
20
31
|
export default _default;
|
|
21
32
|
type __VLS_PrettifyLocal<T> = {
|
|
22
|
-
[K in keyof T]: T[K];
|
|
33
|
+
[K in keyof T as K]: T[K];
|
|
23
34
|
} & {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
props: __VLS_PrettifyLocal<
|
|
1
|
+
declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2
|
+
props: __VLS_PrettifyLocal<{
|
|
3
3
|
items: T[];
|
|
4
4
|
subItemsKey?: string;
|
|
5
5
|
headers: {
|
|
@@ -9,15 +9,26 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
9
9
|
type?: "number" | "string";
|
|
10
10
|
dashedWhenNull?: boolean;
|
|
11
11
|
}[];
|
|
12
|
-
} &
|
|
13
|
-
|
|
12
|
+
}> & import("vue").PublicProps & (typeof globalThis extends {
|
|
13
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
14
|
+
} ? P : {});
|
|
15
|
+
expose: (exposed: {}) => void;
|
|
14
16
|
attrs: any;
|
|
15
|
-
slots:
|
|
17
|
+
slots: {
|
|
18
|
+
[x: string]: ((props: {
|
|
19
|
+
item: T;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
} & {
|
|
22
|
+
[x: string]: ((props: {
|
|
23
|
+
item: any;
|
|
24
|
+
}) => any) | undefined;
|
|
25
|
+
};
|
|
16
26
|
emit: {};
|
|
17
27
|
}>) => import("vue").VNode & {
|
|
18
28
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
29
|
};
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
20
31
|
export default _default;
|
|
21
32
|
type __VLS_PrettifyLocal<T> = {
|
|
22
|
-
[K in keyof T]: T[K];
|
|
33
|
+
[K in keyof T as K]: T[K];
|
|
23
34
|
} & {};
|
|
@@ -2,12 +2,14 @@ import type { Pagination } from '../../types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
pagination: Pagination;
|
|
4
4
|
};
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: number;
|
|
7
|
-
}
|
|
8
|
-
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
10
|
"update:modelValue": (value: number) => any;
|
|
10
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
12
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
12
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
13
15
|
export default _default;
|
|
@@ -2,12 +2,14 @@ import type { Pagination } from '../../types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
pagination: Pagination;
|
|
4
4
|
};
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: number;
|
|
7
|
-
}
|
|
8
|
-
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
10
|
"update:modelValue": (value: number) => any;
|
|
10
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
12
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
12
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
13
15
|
export default _default;
|
|
@@ -342,6 +342,9 @@ $typography-body-1-line-height: 1.375rem;
|
|
|
342
342
|
$alert-padding: 14.75px !default,
|
|
343
343
|
$alert-prepend-margin-inline-end: 0.6rem !default,
|
|
344
344
|
|
|
345
|
+
// Table
|
|
346
|
+
$table-header-height: 60px !default,
|
|
347
|
+
$table-row-height: 70px !default,
|
|
345
348
|
// Avatar
|
|
346
349
|
$avatar-height: 38px !default,
|
|
347
350
|
$avatar-width: 38px !default,
|
|
@@ -36,6 +36,6 @@ export declare const ruleValidator: () => {
|
|
|
36
36
|
};
|
|
37
37
|
export declare const useFormValidation: () => {
|
|
38
38
|
validateAndScroll: (refVForm: VForm | undefined) => Promise<boolean>;
|
|
39
|
-
validationType: import("vue").Ref<"
|
|
39
|
+
validationType: import("vue").Ref<"input" | "submit", "input" | "submit">;
|
|
40
40
|
scrollToError: () => Promise<void>;
|
|
41
41
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@winchsa/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"sass": "1.92.1",
|
|
56
56
|
"typescript": "^5.9.3",
|
|
57
57
|
"unbuild": "^3.0.0",
|
|
58
|
-
"vite": "^
|
|
58
|
+
"vite": "^5.4.21",
|
|
59
59
|
"vite-plugin-vuetify": "^2.1.2",
|
|
60
60
|
"vue-sfc-transformer": "^0.1.16",
|
|
61
|
-
"vue-tsc": "
|
|
61
|
+
"vue-tsc": "^3.1.1"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"dev": "vite",
|