@stachelock/ui 0.6.1 → 0.6.3
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/AvatarIcon-kcEI0AWe.js +4 -0
- package/dist/AvatarImage-YFR2etb8.js +4 -0
- package/dist/AvatarInitials-B7wCnBX9.js +4 -0
- package/dist/composables/index.js +33 -30
- package/dist/index.js +3409 -1140
- package/dist/src/components/UiBanner.d.ts +1 -1
- package/dist/src/components/UiLoadingDots.d.ts +1 -1
- package/dist/src/components/UiMenu.d.ts +1 -1
- package/dist/src/components/UiModal.d.ts +1 -1
- package/dist/src/components/avatars/AvatarIcon.d.ts +18 -0
- package/dist/src/components/avatars/AvatarImage.d.ts +25 -0
- package/dist/src/components/avatars/AvatarInitials.d.ts +15 -0
- package/dist/src/components/avatars/AvatarWithText.d.ts +129 -0
- package/dist/src/components/avatars/index.d.ts +4 -0
- package/dist/src/components/collection-editor/CollectionItemList.d.ts +42 -0
- package/dist/src/components/collection-editor/OrganizationsEditor.d.ts +29 -0
- package/dist/src/components/collection-editor/RelatedNamesEditor.d.ts +26 -0
- package/dist/src/components/collection-editor/SocialLinksEditor.d.ts +26 -0
- package/dist/src/components/collection-editor/index.d.ts +5 -0
- package/dist/src/components/formatters/DateFormatter.d.ts +119 -0
- package/dist/src/components/formatters/DateRangeFormatter.d.ts +63 -0
- package/dist/src/components/formatters/index.d.ts +2 -0
- package/dist/src/components/forms/FormFieldWrapper.d.ts +1 -1
- package/dist/src/components/icons/brands/DiscordBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/FacebookBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/GitHubBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/InstagramBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/LinkedInBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/PinterestBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/SnapchatBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/ThreadsBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/TikTokBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/TwitchBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/XBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/YouTubeBrandIcon.d.ts +2 -0
- package/dist/src/components/icons/brands/index.d.ts +12 -0
- package/dist/src/components/icons/index.d.ts +1 -0
- package/dist/src/components/index.d.ts +5 -0
- package/dist/src/components/inputs/AddressInput.d.ts +1 -1
- package/dist/src/components/inputs/ComboboxInput.d.ts +2 -2
- package/dist/src/components/inputs/DatepickerInput.d.ts +17 -17
- package/dist/src/components/inputs/EmailInput.d.ts +2 -2
- package/dist/src/components/inputs/ImageDropzoneInput.d.ts +326 -0
- package/dist/src/components/inputs/PhoneInput.d.ts +2 -2
- package/dist/src/components/inputs/RichTextInput.d.ts +2 -2
- package/dist/src/components/inputs/SelectInput.d.ts +2 -2
- package/dist/src/components/inputs/SelectTextInput.d.ts +4 -4
- package/dist/src/components/inputs/TagifyInput.d.ts +2 -2
- package/dist/src/components/inputs/TextInput.d.ts +3 -3
- package/dist/src/components/inputs/index.d.ts +1 -0
- package/dist/src/components/layouts/CardLayout.d.ts +1 -1
- package/dist/src/components/maps/UiInfoWindow.d.ts +2 -2
- package/dist/src/components/maps/UiMap.d.ts +1 -1
- package/dist/src/components/maps/UiMapAll.d.ts +6 -6
- package/dist/src/components/maps/UiMapMarker.d.ts +2 -2
- package/dist/src/components/modals/BaseModal.d.ts +1 -1
- package/dist/src/components/profiles/BentoProfileLayout.d.ts +9 -0
- package/dist/src/components/profiles/ProfileCard.d.ts +30 -0
- package/dist/src/components/profiles/ProfileContactCard.d.ts +12 -0
- package/dist/src/components/profiles/ProfileHeaderCard.d.ts +20 -0
- package/dist/src/components/profiles/ProfileLocationCard.d.ts +17 -0
- package/dist/src/components/profiles/ProfileOrganizationsCard.d.ts +11 -0
- package/dist/src/components/profiles/ProfilePersonalCard.d.ts +10 -0
- package/dist/src/components/profiles/ProfileProfessionalCard.d.ts +11 -0
- package/dist/src/components/profiles/ProfileRelatedNamesCard.d.ts +11 -0
- package/dist/src/components/profiles/index.d.ts +9 -0
- package/dist/src/components/wrappers/BackgroundGradientWrapper.d.ts +1 -1
- package/dist/src/composables/index.d.ts +1 -0
- package/dist/src/composables/useCollectionEditor.d.ts +64 -0
- package/dist/src/composables/useNotifications.d.ts +4 -4
- package/dist/src/types/collection-editor.d.ts +134 -0
- package/dist/src/types/index.d.ts +2 -0
- package/dist/src/types/profiles.d.ts +149 -0
- package/dist/style.css +1 -1
- package/dist/ui.css +1 -1
- package/dist/useCollectionEditor-BYyoAT0U.js +121 -0
- package/package.json +1 -1
|
@@ -17,16 +17,21 @@ export { default as ProgressBar } from './UiProgressBar';
|
|
|
17
17
|
export { default as RadialProgressBar } from './UiRadialProgressBar';
|
|
18
18
|
export { default as Table } from './UiTable';
|
|
19
19
|
export { default as Transition } from './UiTransition';
|
|
20
|
+
export * from './avatars';
|
|
20
21
|
export * from './calendars';
|
|
21
22
|
export * from './charts';
|
|
23
|
+
export * from './collection-editor';
|
|
22
24
|
export * from './empty-state';
|
|
25
|
+
export * from './formatters';
|
|
23
26
|
export * from './forms';
|
|
27
|
+
export * from './icons';
|
|
24
28
|
export * from './inputs';
|
|
25
29
|
export * from './layouts';
|
|
26
30
|
export * from './loading';
|
|
27
31
|
export * from './maps';
|
|
28
32
|
export * from './modals';
|
|
29
33
|
export * from './notifications';
|
|
34
|
+
export * from './profiles';
|
|
30
35
|
export * from './stepper';
|
|
31
36
|
export * from './tabs';
|
|
32
37
|
export * from './wrappers';
|
|
@@ -30,8 +30,8 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
30
30
|
}>, {
|
|
31
31
|
label: string;
|
|
32
32
|
placeholder: string;
|
|
33
|
-
disabled: boolean;
|
|
34
33
|
tertiaryLabel: string;
|
|
34
|
+
disabled: boolean;
|
|
35
35
|
successMessage: string;
|
|
36
36
|
validateOnMount: boolean;
|
|
37
37
|
showSuggestionCount: boolean;
|
|
@@ -30,11 +30,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
30
30
|
"onUpdate:modelValue"?: ((value: SelectItemValue | ComboboxItem | ComboboxItem[]) => any) | undefined;
|
|
31
31
|
"onUpdate:query"?: ((query: string) => any) | undefined;
|
|
32
32
|
}>, {
|
|
33
|
+
itemKey: string;
|
|
34
|
+
itemText: string;
|
|
33
35
|
boxShadow: boolean;
|
|
34
36
|
multiple: boolean;
|
|
35
37
|
showAll: boolean;
|
|
36
|
-
itemKey: string;
|
|
37
|
-
itemText: string;
|
|
38
38
|
loading: boolean;
|
|
39
39
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
40
|
export default _default;
|
|
@@ -716,10 +716,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
716
716
|
[x: `on${Capitalize<any>}`]: ((...args: any[] | unknown[]) => any) | undefined;
|
|
717
717
|
}>, {
|
|
718
718
|
locale: string;
|
|
719
|
-
dark: boolean;
|
|
720
719
|
label: string;
|
|
721
|
-
placeholder: string;
|
|
722
720
|
rules: AnySchema;
|
|
721
|
+
placeholder: string;
|
|
722
|
+
tertiaryLabel: string;
|
|
723
|
+
dark: boolean;
|
|
723
724
|
inline: boolean;
|
|
724
725
|
value: DatepickerModelValue;
|
|
725
726
|
disabled: boolean;
|
|
@@ -727,7 +728,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
727
728
|
[x: string]: (...args: never) => any;
|
|
728
729
|
}>;
|
|
729
730
|
range: boolean;
|
|
730
|
-
tertiaryLabel: string;
|
|
731
731
|
successMessage: string;
|
|
732
732
|
showErrors: boolean;
|
|
733
733
|
showValidCheck: boolean;
|
|
@@ -738,6 +738,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
738
738
|
markers: DatepickerMarker[];
|
|
739
739
|
cancelText: string;
|
|
740
740
|
highlight: Date[] | DatepickerHighlight | ((date: Date) => boolean);
|
|
741
|
+
monthPicker: boolean;
|
|
742
|
+
startDate: string | Date;
|
|
741
743
|
is24: boolean;
|
|
742
744
|
enableTimePicker: boolean;
|
|
743
745
|
multiCalendars: number | boolean | {
|
|
@@ -759,7 +761,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
759
761
|
disabledDates: Date[] | ((date: Date) => boolean);
|
|
760
762
|
selectText: string;
|
|
761
763
|
autoPosition: boolean;
|
|
762
|
-
monthPicker: boolean;
|
|
763
764
|
timePicker: boolean;
|
|
764
765
|
textInput: boolean | {
|
|
765
766
|
enterSubmit?: boolean | undefined;
|
|
@@ -767,7 +768,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
767
768
|
openMenu?: boolean | undefined;
|
|
768
769
|
format?: string | undefined;
|
|
769
770
|
};
|
|
770
|
-
startDate: string | Date;
|
|
771
771
|
noToday: boolean;
|
|
772
772
|
altPosition: boolean | ((el: HTMLElement | undefined) => {
|
|
773
773
|
top: string | number;
|
|
@@ -933,9 +933,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
933
933
|
} | {
|
|
934
934
|
readonly state?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
935
935
|
readonly locale?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
936
|
-
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
937
936
|
readonly name?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
937
|
+
readonly position?: import('vue').Prop<"center" | "left" | "right" | undefined, "center" | "left" | "right" | undefined> | null | undefined;
|
|
938
938
|
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
939
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
939
940
|
readonly inline?: import('vue').Prop<boolean | {
|
|
940
941
|
input?: boolean | undefined;
|
|
941
942
|
} | undefined, boolean | {
|
|
@@ -944,6 +945,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
944
945
|
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
945
946
|
readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
|
|
946
947
|
readonly range?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
948
|
+
readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
947
949
|
readonly required?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
948
950
|
readonly modelValue?: import('vue').Prop<import('@vuepic/vue-datepicker').ModelValue | undefined, import('@vuepic/vue-datepicker').ModelValue | undefined> | null | undefined;
|
|
949
951
|
readonly filters?: import('vue').Prop<{
|
|
@@ -964,7 +966,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
964
966
|
} | undefined;
|
|
965
967
|
} | undefined> | null | undefined;
|
|
966
968
|
readonly startTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined> | null | undefined;
|
|
967
|
-
readonly position?: import('vue').Prop<"center" | "left" | "right" | undefined, "center" | "left" | "right" | undefined> | null | undefined;
|
|
968
969
|
readonly markers?: import('vue').Prop<import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined, import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined> | null | undefined;
|
|
969
970
|
readonly offset?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
970
971
|
readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
@@ -983,7 +984,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
983
984
|
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
984
985
|
readonly vertical?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
985
986
|
readonly autocomplete?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
986
|
-
readonly
|
|
987
|
+
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
988
|
+
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
989
|
+
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
987
990
|
readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
988
991
|
readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
989
992
|
readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
@@ -1014,7 +1017,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1014
1017
|
readonly maxTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
1015
1018
|
readonly weekStart?: import('vue').Prop<0 | 1 | 2 | 3 | 4 | 5 | 6 | "0" | "1" | "2" | "3" | "4" | "5" | "6" | undefined, 0 | 1 | 2 | 3 | 4 | 5 | 6 | "0" | "1" | "2" | "3" | "4" | "5" | "6" | undefined> | null | undefined;
|
|
1016
1019
|
readonly readonly?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1017
|
-
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
1018
1020
|
readonly previewFormat?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
1019
1021
|
readonly inputClassName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1020
1022
|
readonly menuClassName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
@@ -1029,7 +1031,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1029
1031
|
readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1030
1032
|
readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1031
1033
|
readonly autoPosition?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1032
|
-
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1033
1034
|
readonly timePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1034
1035
|
readonly textInput?: import('vue').Prop<boolean | {
|
|
1035
1036
|
enterSubmit?: boolean | undefined;
|
|
@@ -1047,7 +1048,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1047
1048
|
format?: string | string[] | ((value: string) => Date | null) | undefined;
|
|
1048
1049
|
} | undefined> | null | undefined;
|
|
1049
1050
|
readonly monthNameFormat?: import('vue').Prop<"long" | "short" | undefined, "long" | "short" | undefined> | null | undefined;
|
|
1050
|
-
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
1051
1051
|
readonly hideOffsetDates?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1052
1052
|
readonly autoRange?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1053
1053
|
readonly noToday?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
@@ -1442,9 +1442,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1442
1442
|
} | {
|
|
1443
1443
|
readonly state?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1444
1444
|
readonly locale?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1445
|
-
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1446
1445
|
readonly name?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1446
|
+
readonly position?: import('vue').Prop<"center" | "left" | "right" | undefined, "center" | "left" | "right" | undefined> | null | undefined;
|
|
1447
1447
|
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1448
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1448
1449
|
readonly inline?: import('vue').Prop<boolean | {
|
|
1449
1450
|
input?: boolean | undefined;
|
|
1450
1451
|
} | undefined, boolean | {
|
|
@@ -1453,6 +1454,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1453
1454
|
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1454
1455
|
readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
|
|
1455
1456
|
readonly range?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1457
|
+
readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1456
1458
|
readonly required?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1457
1459
|
readonly modelValue?: import('vue').Prop<import('@vuepic/vue-datepicker').ModelValue | undefined, import('@vuepic/vue-datepicker').ModelValue | undefined> | null | undefined;
|
|
1458
1460
|
readonly filters?: import('vue').Prop<{
|
|
@@ -1473,7 +1475,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1473
1475
|
} | undefined;
|
|
1474
1476
|
} | undefined> | null | undefined;
|
|
1475
1477
|
readonly startTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined> | null | undefined;
|
|
1476
|
-
readonly position?: import('vue').Prop<"center" | "left" | "right" | undefined, "center" | "left" | "right" | undefined> | null | undefined;
|
|
1477
1478
|
readonly markers?: import('vue').Prop<import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined, import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined> | null | undefined;
|
|
1478
1479
|
readonly offset?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1479
1480
|
readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
@@ -1492,7 +1493,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1492
1493
|
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
1493
1494
|
readonly vertical?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1494
1495
|
readonly autocomplete?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1495
|
-
readonly
|
|
1496
|
+
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1497
|
+
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
1498
|
+
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
1496
1499
|
readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1497
1500
|
readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1498
1501
|
readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
@@ -1523,7 +1526,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1523
1526
|
readonly maxTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
1524
1527
|
readonly weekStart?: import('vue').Prop<0 | 1 | 2 | 3 | 4 | 5 | 6 | "0" | "1" | "2" | "3" | "4" | "5" | "6" | undefined, 0 | 1 | 2 | 3 | 4 | 5 | 6 | "0" | "1" | "2" | "3" | "4" | "5" | "6" | undefined> | null | undefined;
|
|
1525
1528
|
readonly readonly?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1526
|
-
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
1527
1529
|
readonly previewFormat?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
1528
1530
|
readonly inputClassName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1529
1531
|
readonly menuClassName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
@@ -1538,7 +1540,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1538
1540
|
readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1539
1541
|
readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1540
1542
|
readonly autoPosition?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1541
|
-
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1542
1543
|
readonly timePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1543
1544
|
readonly textInput?: import('vue').Prop<boolean | {
|
|
1544
1545
|
enterSubmit?: boolean | undefined;
|
|
@@ -1556,7 +1557,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1556
1557
|
format?: string | string[] | ((value: string) => Date | null) | undefined;
|
|
1557
1558
|
} | undefined> | null | undefined;
|
|
1558
1559
|
readonly monthNameFormat?: import('vue').Prop<"long" | "short" | undefined, "long" | "short" | undefined> | null | undefined;
|
|
1559
|
-
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
1560
1560
|
readonly hideOffsetDates?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1561
1561
|
readonly autoRange?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1562
1562
|
readonly noToday?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
@@ -32,11 +32,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
32
32
|
"onUpdate:validity"?: ((isValid: boolean) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
label: string;
|
|
35
|
-
placeholder: string;
|
|
36
35
|
rules: AnySchema;
|
|
36
|
+
placeholder: string;
|
|
37
|
+
tertiaryLabel: string;
|
|
37
38
|
value: string;
|
|
38
39
|
disabled: boolean;
|
|
39
|
-
tertiaryLabel: string;
|
|
40
40
|
successMessage: string;
|
|
41
41
|
showErrors: boolean;
|
|
42
42
|
showValidCheck: boolean;
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { AcceptedFileType } from './FileDropzoneInput';
|
|
3
|
+
/**
|
|
4
|
+
* Represents a Cloudinary asset returned from upload
|
|
5
|
+
*/
|
|
6
|
+
export interface CloudinaryAsset {
|
|
7
|
+
public_id: string;
|
|
8
|
+
url: string;
|
|
9
|
+
secure_url?: string;
|
|
10
|
+
original_file_name?: string;
|
|
11
|
+
format?: string;
|
|
12
|
+
resource_type?: string;
|
|
13
|
+
created_at?: string;
|
|
14
|
+
bytes?: number;
|
|
15
|
+
width?: number;
|
|
16
|
+
height?: number;
|
|
17
|
+
}
|
|
18
|
+
export type UploadStatusType = 'empty' | 'loading' | 'uploaded' | 'inherited' | 'error';
|
|
19
|
+
export type RoundedType = 'square' | 'rounded' | 'rounded-md' | 'rounded-lg' | 'rounded-full';
|
|
20
|
+
/**
|
|
21
|
+
* Parameters passed to update:media event
|
|
22
|
+
*/
|
|
23
|
+
export interface UpdateMediaParams {
|
|
24
|
+
cloudinaryAsset: CloudinaryAsset;
|
|
25
|
+
presetType: string;
|
|
26
|
+
projectId?: string;
|
|
27
|
+
}
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
29
|
+
/** Current image value(s) */
|
|
30
|
+
modelValue: {
|
|
31
|
+
type: PropType<CloudinaryAsset | CloudinaryAsset[] | null>;
|
|
32
|
+
default: null;
|
|
33
|
+
};
|
|
34
|
+
/** Field name for form integration */
|
|
35
|
+
name: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
/** Label text */
|
|
40
|
+
label: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
/** Tertiary label (right-aligned) */
|
|
45
|
+
tertiaryLabel: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
/** Image corner rounding style */
|
|
50
|
+
imageRounded: {
|
|
51
|
+
type: PropType<RoundedType>;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
/** Preset type for upload configuration */
|
|
55
|
+
presetType: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
/** Allow multiple file uploads */
|
|
60
|
+
enableMultiple: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
/** Accepted MIME types */
|
|
65
|
+
acceptedFormats: {
|
|
66
|
+
type: PropType<AcceptedFileType[]>;
|
|
67
|
+
default: () => string[];
|
|
68
|
+
};
|
|
69
|
+
/** Maximum file size in MB */
|
|
70
|
+
maximumFileSize: {
|
|
71
|
+
type: NumberConstructor;
|
|
72
|
+
default: number;
|
|
73
|
+
};
|
|
74
|
+
/** Display as avatar style */
|
|
75
|
+
isAvatar: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
/** Additional props for CloudinaryImage */
|
|
80
|
+
cloudinaryImageProps: {
|
|
81
|
+
type: ObjectConstructor;
|
|
82
|
+
default: () => {};
|
|
83
|
+
};
|
|
84
|
+
/** Use full screen height */
|
|
85
|
+
fullSize: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
/** Delete file from Cloudinary on clear */
|
|
90
|
+
deleteFileFromCloudinary: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
/** Show validation errors */
|
|
95
|
+
showErrors: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
/** Disable the input */
|
|
100
|
+
disabled: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
/** Message to show when disabled */
|
|
105
|
+
disabledMessage: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
/** Show colorful validation states */
|
|
110
|
+
colorfulValidation: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
/** Project ID for upload context */
|
|
115
|
+
projectId: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Upload handler - must be provided by consuming package
|
|
121
|
+
* @param file - File to upload
|
|
122
|
+
* @param presetType - Preset type for configuration
|
|
123
|
+
* @param projectId - Project context
|
|
124
|
+
* @returns CloudinaryAsset
|
|
125
|
+
*/
|
|
126
|
+
onUpload: {
|
|
127
|
+
type: PropType<(file: File, presetType: string, projectId?: string | undefined) => Promise<CloudinaryAsset | null>>;
|
|
128
|
+
required: true;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Delete handler - called when clearing an image
|
|
132
|
+
* @param publicId - Cloudinary public_id to delete
|
|
133
|
+
*/
|
|
134
|
+
onDelete: {
|
|
135
|
+
type: PropType<(publicId: string) => Promise<void>>;
|
|
136
|
+
default: undefined;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Check if uploading is allowed (e.g., for demo mode)
|
|
140
|
+
* @returns boolean - true if upload should be blocked
|
|
141
|
+
*/
|
|
142
|
+
onBeforeUpload: {
|
|
143
|
+
type: PropType<() => boolean>;
|
|
144
|
+
default: undefined;
|
|
145
|
+
};
|
|
146
|
+
}>, {
|
|
147
|
+
clearImage: (publicId?: string | undefined) => Promise<void>;
|
|
148
|
+
imageInputStatus: import('vue').Ref<UploadStatusType, UploadStatusType>;
|
|
149
|
+
uploadResponse: import('vue').Ref<{
|
|
150
|
+
public_id: string;
|
|
151
|
+
url: string;
|
|
152
|
+
secure_url?: string | undefined;
|
|
153
|
+
original_file_name?: string | undefined;
|
|
154
|
+
format?: string | undefined;
|
|
155
|
+
resource_type?: string | undefined;
|
|
156
|
+
created_at?: string | undefined;
|
|
157
|
+
bytes?: number | undefined;
|
|
158
|
+
width?: number | undefined;
|
|
159
|
+
height?: number | undefined;
|
|
160
|
+
}[], CloudinaryAsset[] | {
|
|
161
|
+
public_id: string;
|
|
162
|
+
url: string;
|
|
163
|
+
secure_url?: string | undefined;
|
|
164
|
+
original_file_name?: string | undefined;
|
|
165
|
+
format?: string | undefined;
|
|
166
|
+
resource_type?: string | undefined;
|
|
167
|
+
created_at?: string | undefined;
|
|
168
|
+
bytes?: number | undefined;
|
|
169
|
+
width?: number | undefined;
|
|
170
|
+
height?: number | undefined;
|
|
171
|
+
}[]>;
|
|
172
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
173
|
+
"update:modelValue": (value: CloudinaryAsset | CloudinaryAsset[] | null) => any;
|
|
174
|
+
"update:media": (params: UpdateMediaParams) => any;
|
|
175
|
+
"clear:media": (publicId: string) => any;
|
|
176
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
177
|
+
/** Current image value(s) */
|
|
178
|
+
modelValue: {
|
|
179
|
+
type: PropType<CloudinaryAsset | CloudinaryAsset[] | null>;
|
|
180
|
+
default: null;
|
|
181
|
+
};
|
|
182
|
+
/** Field name for form integration */
|
|
183
|
+
name: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
required: true;
|
|
186
|
+
};
|
|
187
|
+
/** Label text */
|
|
188
|
+
label: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
/** Tertiary label (right-aligned) */
|
|
193
|
+
tertiaryLabel: {
|
|
194
|
+
type: StringConstructor;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
|
+
/** Image corner rounding style */
|
|
198
|
+
imageRounded: {
|
|
199
|
+
type: PropType<RoundedType>;
|
|
200
|
+
default: string;
|
|
201
|
+
};
|
|
202
|
+
/** Preset type for upload configuration */
|
|
203
|
+
presetType: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
207
|
+
/** Allow multiple file uploads */
|
|
208
|
+
enableMultiple: {
|
|
209
|
+
type: BooleanConstructor;
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
212
|
+
/** Accepted MIME types */
|
|
213
|
+
acceptedFormats: {
|
|
214
|
+
type: PropType<AcceptedFileType[]>;
|
|
215
|
+
default: () => string[];
|
|
216
|
+
};
|
|
217
|
+
/** Maximum file size in MB */
|
|
218
|
+
maximumFileSize: {
|
|
219
|
+
type: NumberConstructor;
|
|
220
|
+
default: number;
|
|
221
|
+
};
|
|
222
|
+
/** Display as avatar style */
|
|
223
|
+
isAvatar: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
/** Additional props for CloudinaryImage */
|
|
228
|
+
cloudinaryImageProps: {
|
|
229
|
+
type: ObjectConstructor;
|
|
230
|
+
default: () => {};
|
|
231
|
+
};
|
|
232
|
+
/** Use full screen height */
|
|
233
|
+
fullSize: {
|
|
234
|
+
type: BooleanConstructor;
|
|
235
|
+
default: boolean;
|
|
236
|
+
};
|
|
237
|
+
/** Delete file from Cloudinary on clear */
|
|
238
|
+
deleteFileFromCloudinary: {
|
|
239
|
+
type: BooleanConstructor;
|
|
240
|
+
default: boolean;
|
|
241
|
+
};
|
|
242
|
+
/** Show validation errors */
|
|
243
|
+
showErrors: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
/** Disable the input */
|
|
248
|
+
disabled: {
|
|
249
|
+
type: BooleanConstructor;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
252
|
+
/** Message to show when disabled */
|
|
253
|
+
disabledMessage: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
default: string;
|
|
256
|
+
};
|
|
257
|
+
/** Show colorful validation states */
|
|
258
|
+
colorfulValidation: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
/** Project ID for upload context */
|
|
263
|
+
projectId: {
|
|
264
|
+
type: StringConstructor;
|
|
265
|
+
default: string;
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* Upload handler - must be provided by consuming package
|
|
269
|
+
* @param file - File to upload
|
|
270
|
+
* @param presetType - Preset type for configuration
|
|
271
|
+
* @param projectId - Project context
|
|
272
|
+
* @returns CloudinaryAsset
|
|
273
|
+
*/
|
|
274
|
+
onUpload: {
|
|
275
|
+
type: PropType<(file: File, presetType: string, projectId?: string | undefined) => Promise<CloudinaryAsset | null>>;
|
|
276
|
+
required: true;
|
|
277
|
+
};
|
|
278
|
+
/**
|
|
279
|
+
* Delete handler - called when clearing an image
|
|
280
|
+
* @param publicId - Cloudinary public_id to delete
|
|
281
|
+
*/
|
|
282
|
+
onDelete: {
|
|
283
|
+
type: PropType<(publicId: string) => Promise<void>>;
|
|
284
|
+
default: undefined;
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* Check if uploading is allowed (e.g., for demo mode)
|
|
288
|
+
* @returns boolean - true if upload should be blocked
|
|
289
|
+
*/
|
|
290
|
+
onBeforeUpload: {
|
|
291
|
+
type: PropType<() => boolean>;
|
|
292
|
+
default: undefined;
|
|
293
|
+
};
|
|
294
|
+
}>> & Readonly<{
|
|
295
|
+
"onUpdate:modelValue"?: ((value: CloudinaryAsset | CloudinaryAsset[] | null) => any) | undefined;
|
|
296
|
+
"onUpdate:media"?: ((params: UpdateMediaParams) => any) | undefined;
|
|
297
|
+
"onClear:media"?: ((publicId: string) => any) | undefined;
|
|
298
|
+
}>, {
|
|
299
|
+
label: string;
|
|
300
|
+
tertiaryLabel: string;
|
|
301
|
+
disabled: boolean;
|
|
302
|
+
showErrors: boolean;
|
|
303
|
+
colorfulValidation: boolean;
|
|
304
|
+
disabledMessage: string;
|
|
305
|
+
modelValue: CloudinaryAsset | CloudinaryAsset[] | null;
|
|
306
|
+
enableMultiple: boolean;
|
|
307
|
+
acceptedFormats: AcceptedFileType[];
|
|
308
|
+
maximumFileSize: number;
|
|
309
|
+
imageRounded: RoundedType;
|
|
310
|
+
presetType: string;
|
|
311
|
+
isAvatar: boolean;
|
|
312
|
+
cloudinaryImageProps: Record<string, any>;
|
|
313
|
+
fullSize: boolean;
|
|
314
|
+
deleteFileFromCloudinary: boolean;
|
|
315
|
+
projectId: string;
|
|
316
|
+
onDelete: (publicId: string) => Promise<void>;
|
|
317
|
+
onBeforeUpload: () => boolean;
|
|
318
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
319
|
+
'empty-state'?(_: {}): any;
|
|
320
|
+
}>;
|
|
321
|
+
export default _default;
|
|
322
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
323
|
+
new (): {
|
|
324
|
+
$slots: S;
|
|
325
|
+
};
|
|
326
|
+
};
|
|
@@ -183,11 +183,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
183
183
|
onValidated?: ((value: PhoneValidationResult) => any) | undefined;
|
|
184
184
|
}>, {
|
|
185
185
|
label: string;
|
|
186
|
-
placeholder: string;
|
|
187
186
|
rules: AnySchema;
|
|
187
|
+
placeholder: string;
|
|
188
|
+
tertiaryLabel: string;
|
|
188
189
|
value: string;
|
|
189
190
|
disabled: boolean;
|
|
190
|
-
tertiaryLabel: string;
|
|
191
191
|
successMessage: string;
|
|
192
192
|
showErrors: boolean;
|
|
193
193
|
colorfulValidation: boolean;
|
|
@@ -28,12 +28,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
28
28
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
29
29
|
}>, {
|
|
30
30
|
label: string;
|
|
31
|
-
placeholder: string;
|
|
32
31
|
rules: AnySchema;
|
|
32
|
+
placeholder: string;
|
|
33
|
+
tertiaryLabel: string;
|
|
33
34
|
value: string;
|
|
34
35
|
disabled: boolean;
|
|
35
36
|
minimal: boolean;
|
|
36
|
-
tertiaryLabel: string;
|
|
37
37
|
showErrors: boolean;
|
|
38
38
|
maxHeight: string;
|
|
39
39
|
hint: string;
|
|
@@ -23,11 +23,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
23
23
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
24
24
|
"onUpdate:modelValue"?: ((value: SelectItemValue | SelectItem | SelectItem[]) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
|
+
itemKey: string;
|
|
27
|
+
itemText: string;
|
|
26
28
|
boxShadow: boolean;
|
|
27
29
|
multiple: boolean;
|
|
28
30
|
showAll: boolean;
|
|
29
|
-
itemKey: string;
|
|
30
|
-
itemText: string;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
32
32
|
listboxButtonRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
33
33
|
as: {
|
|
@@ -48,7 +48,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
48
|
type: PropType<{
|
|
49
49
|
label?: string | undefined;
|
|
50
50
|
placeholder?: string | undefined;
|
|
51
|
-
inputMode?: "numeric" | "none" | "
|
|
51
|
+
inputMode?: "numeric" | "none" | "url" | "text" | "email" | "tel" | "search" | "decimal" | undefined;
|
|
52
52
|
maxLength?: number | undefined;
|
|
53
53
|
}>;
|
|
54
54
|
default: () => {};
|
|
@@ -138,7 +138,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
138
|
type: PropType<{
|
|
139
139
|
label?: string | undefined;
|
|
140
140
|
placeholder?: string | undefined;
|
|
141
|
-
inputMode?: "numeric" | "none" | "
|
|
141
|
+
inputMode?: "numeric" | "none" | "url" | "text" | "email" | "tel" | "search" | "decimal" | undefined;
|
|
142
142
|
maxLength?: number | undefined;
|
|
143
143
|
}>;
|
|
144
144
|
default: () => {};
|
|
@@ -191,12 +191,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
191
|
"onUpdate:validity"?: ((isValid: boolean) => any) | undefined;
|
|
192
192
|
}>, {
|
|
193
193
|
label: string;
|
|
194
|
+
tertiaryLabel: string;
|
|
194
195
|
labelIconLeft: Component;
|
|
195
196
|
hasError: boolean;
|
|
196
197
|
text: {
|
|
197
198
|
label?: string | undefined;
|
|
198
199
|
placeholder?: string | undefined;
|
|
199
|
-
inputMode?: "numeric" | "none" | "
|
|
200
|
+
inputMode?: "numeric" | "none" | "url" | "text" | "email" | "tel" | "search" | "decimal" | undefined;
|
|
200
201
|
maxLength?: number | undefined;
|
|
201
202
|
};
|
|
202
203
|
select: {
|
|
@@ -206,7 +207,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
206
207
|
};
|
|
207
208
|
value: CompositePropValue;
|
|
208
209
|
disabled: boolean;
|
|
209
|
-
tertiaryLabel: string;
|
|
210
210
|
showErrors: boolean;
|
|
211
211
|
showValidCheck: boolean;
|
|
212
212
|
colorfulValidation: boolean;
|