sprintify-ui 0.10.13 → 0.10.15
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/README.md +4 -2
- package/dist/BaseCkeditor-C9d4NSCx.js +113 -0
- package/dist/sprintify-ui.es.js +14283 -81751
- package/dist/style.css +3 -3
- package/dist/types/components/BaseActionButtons.vue.d.ts +1 -1
- package/dist/types/components/BaseActionItem.vue.d.ts +7 -10
- package/dist/types/components/BaseAddressForm.vue.d.ts +1 -1
- package/dist/types/components/BaseAlert.vue.d.ts +24 -11
- package/dist/types/components/BaseApp.vue.d.ts +14 -12
- package/dist/types/components/BaseAssign.vue.d.ts +1 -1
- package/dist/types/components/BaseAutocomplete.vue.d.ts +642 -452
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +117 -22
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +1029 -410
- package/dist/types/components/BaseAvatar.vue.d.ts +1 -1
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
- package/dist/types/components/BaseBadge.vue.d.ts +23 -11
- package/dist/types/components/BaseBelongsTo.vue.d.ts +985 -409
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +750 -369
- package/dist/types/components/BaseBoolean.vue.d.ts +1 -1
- package/dist/types/components/BaseBreadcrumbs.vue.d.ts +1 -1
- package/dist/types/components/BaseButton.vue.d.ts +57 -13
- package/dist/types/components/BaseButtonGroup.vue.d.ts +166 -15
- package/dist/types/components/BaseCard.vue.d.ts +26 -12
- package/dist/types/components/BaseCardRow.vue.d.ts +20 -11
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCkeditor.vue.d.ts +32 -0
- package/dist/types/components/BaseClipboard.vue.d.ts +45 -13
- package/dist/types/components/BaseCollapse.vue.d.ts +41 -20
- package/dist/types/components/BaseContainer.vue.d.ts +16 -11
- package/dist/types/components/BaseCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCropper.vue.d.ts +55 -30
- package/dist/types/components/BaseDataIterator.vue.d.ts +43 -42
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +15 -12
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +1 -1
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +19 -10
- package/dist/types/components/BaseDataTable.vue.d.ts +2045 -735
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +563 -100
- package/dist/types/components/BaseDatePicker.vue.d.ts +1 -1
- package/dist/types/components/BaseDateSelect.vue.d.ts +1 -1
- package/dist/types/components/BaseDescriptionList.vue.d.ts +12 -12
- package/dist/types/components/BaseDescriptionListItem.vue.d.ts +16 -15
- package/dist/types/components/BaseDialog.vue.d.ts +114 -407
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +55 -13
- package/dist/types/components/BaseDraggable.vue.d.ts +21 -17
- package/dist/types/components/BaseDropdown.vue.d.ts +155 -17
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +134 -19
- package/dist/types/components/BaseField.vue.d.ts +103 -12
- package/dist/types/components/BaseFieldI18n.vue.d.ts +1 -1
- package/dist/types/components/BaseFilePicker.vue.d.ts +35 -16
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +87 -42
- package/dist/types/components/BaseFileUploader.vue.d.ts +195 -29
- package/dist/types/components/BaseForm.vue.d.ts +161 -20
- package/dist/types/components/BaseGantt.vue.d.ts +1130 -409
- package/dist/types/components/BaseHasMany.vue.d.ts +586 -345
- package/dist/types/components/BaseHasManyFetch.vue.d.ts +598 -249
- package/dist/types/components/BaseHeader.vue.d.ts +1 -1
- package/dist/types/components/BaseIconPicker.vue.d.ts +1 -1
- package/dist/types/components/BaseInputError.vue.d.ts +23 -11
- package/dist/types/components/BaseJsonReaderItem.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutSidebar.vue.d.ts +127 -16
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +115 -13
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +69 -22
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +120 -10
- package/dist/types/components/BaseLazy.vue.d.ts +20 -15
- package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaLibrary.vue.d.ts +234 -34
- package/dist/types/components/BaseMediaList.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaPictures.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMenu.vue.d.ts +233 -30
- package/dist/types/components/BaseMenuItem.vue.d.ts +1 -1
- package/dist/types/components/BaseModalCenter.vue.d.ts +88 -12
- package/dist/types/components/BaseModalSide.vue.d.ts +72 -12
- package/dist/types/components/BaseNavbar.vue.d.ts +88 -22
- package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarItemContent.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +1 -1
- package/dist/types/components/BasePagination.vue.d.ts +1 -1
- package/dist/types/components/BaseRadioGroup.vue.d.ts +113 -13
- package/dist/types/components/BaseReadMore.vue.d.ts +31 -12
- package/dist/types/components/BaseRichText.vue.d.ts +1 -1
- package/dist/types/components/BaseSelect.vue.d.ts +149 -12
- package/dist/types/components/BaseShortcut.vue.d.ts +1 -1
- package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -12
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +22 -13
- package/dist/types/components/BaseSkeleton.vue.d.ts +3 -3
- package/dist/types/components/BaseStepper.vue.d.ts +1 -1
- package/dist/types/components/BaseSwitch.vue.d.ts +118 -10
- package/dist/types/components/BaseSystemAlert.vue.d.ts +58 -11
- package/dist/types/components/BaseTabItem.vue.d.ts +25 -16
- package/dist/types/components/BaseTable.vue.d.ts +29 -14
- package/dist/types/components/BaseTableBody.vue.d.ts +9 -12
- package/dist/types/components/BaseTableCell.vue.d.ts +40 -15
- package/dist/types/components/BaseTableColumn.vue.d.ts +2 -2
- package/dist/types/components/BaseTableHead.vue.d.ts +14 -12
- package/dist/types/components/BaseTableHeader.vue.d.ts +25 -14
- package/dist/types/components/BaseTableRow.vue.d.ts +40 -13
- package/dist/types/components/BaseTabs.vue.d.ts +16 -15
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +578 -199
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +803 -346
- package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +1 -1
- package/dist/types/components/BaseTimeline.vue.d.ts +1 -1
- package/dist/types/components/BaseTimelineItem.vue.d.ts +1 -1
- package/dist/types/components/BaseToast.vue.d.ts +1 -1
- package/dist/types/components/BaseTooltip.vue.d.ts +41 -15
- package/dist/types/components/BaseUniqueCode.vue.d.ts +1 -1
- package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
- package/dist/types/stories/PageShow.vue.d.ts +1 -1
- package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
- package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
- package/package.json +3 -4
- package/src/components/BaseCkeditor.vue +137 -0
- package/src/components/BaseRichText.vue +10 -100
|
@@ -36,5 +36,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
36
36
|
enableTime: boolean;
|
|
37
37
|
noCalendar: boolean;
|
|
38
38
|
disableDates: (string | Date | ((date: Date) => boolean))[];
|
|
39
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
40
40
|
export default _default;
|
|
@@ -87,5 +87,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
minYear: number;
|
|
88
88
|
maxYear: number;
|
|
89
89
|
clearable: boolean;
|
|
90
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
90
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
91
91
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
11
|
-
declare const _default:
|
|
1
|
+
import BaseCard from './BaseCard.vue';
|
|
2
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
3
|
+
declare var __VLS_5: {};
|
|
4
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
5
|
+
default?: (props: typeof __VLS_5) => any;
|
|
6
|
+
}>;
|
|
7
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
8
|
+
BaseCard: typeof BaseCard;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
12
|
export default _default;
|
|
13
|
-
type
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
14
|
new (): {
|
|
15
15
|
$slots: S;
|
|
16
16
|
};
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
declare const
|
|
1
|
+
declare const item: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
2
|
+
declare const mobile: import("vue").ComputedRef<boolean>;
|
|
3
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
4
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
5
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
6
|
+
left?: (props: typeof __VLS_1) => any;
|
|
7
|
+
} & {
|
|
8
|
+
right?: (props: typeof __VLS_3) => any;
|
|
9
|
+
}>;
|
|
10
|
+
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
11
|
+
item: typeof item;
|
|
12
|
+
mobile: typeof mobile;
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
16
|
export default _default;
|
|
16
|
-
type
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
18
|
new (): {
|
|
18
19
|
$slots: S;
|
|
19
20
|
};
|
|
@@ -1,409 +1,116 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { Icon as BaseIcon } from '@iconify/vue';
|
|
3
|
+
import { t } from '@/i18n';
|
|
4
|
+
import BaseButton from './BaseButton.vue';
|
|
5
|
+
import BaseInput from './BaseInput.vue';
|
|
6
|
+
import BaseField from './BaseField.vue';
|
|
7
|
+
import BasePassword from './BasePassword.vue';
|
|
8
|
+
import BaseAlert from './BaseAlert.vue';
|
|
2
9
|
import { InputConfigProps } from '@/types';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
select: () => void;
|
|
108
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
109
|
-
blur: (...args: any[]) => void;
|
|
110
|
-
click: (...args: any[]) => void;
|
|
111
|
-
focus: (...args: any[]) => void;
|
|
112
|
-
keydown: (...args: any[]) => void;
|
|
113
|
-
"update:modelValue": (...args: any[]) => void;
|
|
114
|
-
}, import("vue").PublicProps, {
|
|
115
|
-
class: string | string[];
|
|
116
|
-
type: string;
|
|
117
|
-
mask: import("maska").MaskType;
|
|
118
|
-
step: number | null | undefined;
|
|
119
|
-
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
120
|
-
required: boolean;
|
|
121
|
-
disabled: boolean;
|
|
122
|
-
name: string | null | undefined;
|
|
123
|
-
modelValue: string | number | null;
|
|
124
|
-
autocomplete: boolean;
|
|
125
|
-
preventSubmit: boolean;
|
|
126
|
-
placeholder: string;
|
|
127
|
-
iconLeft: string | null | undefined;
|
|
128
|
-
iconRight: string | null | undefined;
|
|
129
|
-
prefix: string | null | undefined;
|
|
130
|
-
suffix: string | null | undefined;
|
|
131
|
-
hasError: boolean;
|
|
132
|
-
min: number | null | undefined;
|
|
133
|
-
max: number | null | undefined;
|
|
134
|
-
visibleFocus: boolean;
|
|
135
|
-
onIconLeftClick: () => void;
|
|
136
|
-
onIconRightClick: () => void;
|
|
137
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
138
|
-
P: {};
|
|
139
|
-
B: {};
|
|
140
|
-
D: {};
|
|
141
|
-
C: {};
|
|
142
|
-
M: {};
|
|
143
|
-
Defaults: {};
|
|
144
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
145
|
-
modelValue: {
|
|
146
|
-
default: string;
|
|
147
|
-
type: PropType<string | number | null>;
|
|
148
|
-
};
|
|
149
|
-
class: {
|
|
150
|
-
default: string;
|
|
151
|
-
type: PropType<string | string[]>;
|
|
152
|
-
};
|
|
153
|
-
type: {
|
|
154
|
-
type: StringConstructor;
|
|
155
|
-
default: string;
|
|
156
|
-
};
|
|
157
|
-
step: {
|
|
158
|
-
default: undefined;
|
|
159
|
-
type: PropType<undefined | null | number>;
|
|
160
|
-
};
|
|
161
|
-
autocomplete: {
|
|
162
|
-
default: boolean;
|
|
163
|
-
type: BooleanConstructor;
|
|
164
|
-
};
|
|
165
|
-
preventSubmit: {
|
|
166
|
-
default: boolean;
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
};
|
|
169
|
-
name: {
|
|
170
|
-
default: undefined;
|
|
171
|
-
type: PropType<undefined | null | string>;
|
|
172
|
-
};
|
|
173
|
-
placeholder: {
|
|
174
|
-
default: string;
|
|
175
|
-
type: StringConstructor;
|
|
176
|
-
};
|
|
177
|
-
disabled: {
|
|
178
|
-
default: boolean;
|
|
179
|
-
type: BooleanConstructor;
|
|
180
|
-
};
|
|
181
|
-
required: {
|
|
182
|
-
default: undefined;
|
|
183
|
-
type: BooleanConstructor;
|
|
184
|
-
};
|
|
185
|
-
iconLeft: {
|
|
186
|
-
default: undefined;
|
|
187
|
-
type: PropType<undefined | null | string>;
|
|
188
|
-
};
|
|
189
|
-
iconRight: {
|
|
190
|
-
default: undefined;
|
|
191
|
-
type: PropType<undefined | null | string>;
|
|
192
|
-
};
|
|
193
|
-
prefix: {
|
|
194
|
-
default: undefined;
|
|
195
|
-
type: PropType<undefined | null | string>;
|
|
196
|
-
};
|
|
197
|
-
suffix: {
|
|
198
|
-
default: undefined;
|
|
199
|
-
type: PropType<undefined | null | string>;
|
|
200
|
-
};
|
|
201
|
-
hasError: {
|
|
202
|
-
default: boolean;
|
|
203
|
-
type: BooleanConstructor;
|
|
204
|
-
};
|
|
205
|
-
size: {
|
|
206
|
-
default: undefined;
|
|
207
|
-
type: PropType<import("../utils/sizes.js").Size>;
|
|
208
|
-
};
|
|
209
|
-
min: {
|
|
210
|
-
default: undefined;
|
|
211
|
-
type: PropType<undefined | null | number>;
|
|
212
|
-
};
|
|
213
|
-
max: {
|
|
214
|
-
default: undefined;
|
|
215
|
-
type: PropType<undefined | null | number>;
|
|
216
|
-
};
|
|
217
|
-
mask: {
|
|
218
|
-
type: PropType<string | string[] | import("maska").MaskType>;
|
|
219
|
-
default(): null;
|
|
220
|
-
};
|
|
221
|
-
visibleFocus: {
|
|
222
|
-
default: boolean;
|
|
223
|
-
type: BooleanConstructor;
|
|
224
|
-
};
|
|
225
|
-
onIconLeftClick: {
|
|
226
|
-
default: undefined;
|
|
227
|
-
type: PropType<() => void>;
|
|
228
|
-
};
|
|
229
|
-
onIconRightClick: {
|
|
230
|
-
default: undefined;
|
|
231
|
-
type: PropType<() => void>;
|
|
232
|
-
};
|
|
233
|
-
}>> & Readonly<{
|
|
234
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
235
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
236
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
237
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
238
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
239
|
-
}>, {
|
|
240
|
-
focus: () => void;
|
|
241
|
-
blur: () => void;
|
|
242
|
-
select: () => void;
|
|
243
|
-
}, {}, {}, {}, {
|
|
244
|
-
class: string | string[];
|
|
245
|
-
type: string;
|
|
246
|
-
mask: import("maska").MaskType;
|
|
247
|
-
step: number | null | undefined;
|
|
248
|
-
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
249
|
-
required: boolean;
|
|
250
|
-
disabled: boolean;
|
|
251
|
-
name: string | null | undefined;
|
|
252
|
-
modelValue: string | number | null;
|
|
253
|
-
autocomplete: boolean;
|
|
254
|
-
preventSubmit: boolean;
|
|
255
|
-
placeholder: string;
|
|
256
|
-
iconLeft: string | null | undefined;
|
|
257
|
-
iconRight: string | null | undefined;
|
|
258
|
-
prefix: string | null | undefined;
|
|
259
|
-
suffix: string | null | undefined;
|
|
260
|
-
hasError: boolean;
|
|
261
|
-
min: number | null | undefined;
|
|
262
|
-
max: number | null | undefined;
|
|
263
|
-
visibleFocus: boolean;
|
|
264
|
-
onIconLeftClick: () => void;
|
|
265
|
-
onIconRightClick: () => void;
|
|
266
|
-
}> | null;
|
|
267
|
-
confirmRef: ({
|
|
268
|
-
$: import("vue").ComponentInternalInstance;
|
|
269
|
-
$data: {};
|
|
270
|
-
$props: {
|
|
271
|
-
readonly as?: string | undefined;
|
|
272
|
-
readonly disabled?: boolean | undefined;
|
|
273
|
-
readonly class?: import("tailwind-merge").ClassNameValue;
|
|
274
|
-
readonly loading?: boolean | undefined;
|
|
275
|
-
readonly icon?: string | undefined;
|
|
276
|
-
readonly href?: string | undefined;
|
|
277
|
-
readonly type?: ("button" | "submit" | "reset") | undefined;
|
|
278
|
-
readonly iconPosition?: ("start" | "end") | undefined;
|
|
279
|
-
readonly size?: import("../utils/sizes.js").Size | undefined;
|
|
280
|
-
readonly sizeBehavior?: import("../utils/sizeBehaviors.js").SizeBehavior | undefined;
|
|
281
|
-
readonly align?: ("center" | "between") | undefined;
|
|
282
|
-
readonly color?: (("" | "danger" | "success" | "warning" | "primary" | "secondary" | "info" | "black" | "white" | "secondary-outline" | "success-outline" | "danger-outline" | "warning-outline" | "info-outline" | "slate-100" | "slate-100-outline" | "slate-200" | "slate-200-outline") | string) | undefined;
|
|
283
|
-
readonly to?: import("vue-router").RouteLocationRaw | undefined;
|
|
284
|
-
readonly onClick?: ((...args: any[]) => any) | undefined;
|
|
285
|
-
readonly onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
286
|
-
readonly onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
287
|
-
readonly onMouseover?: ((...args: any[]) => any) | undefined;
|
|
288
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
289
|
-
$attrs: {
|
|
290
|
-
[x: string]: unknown;
|
|
291
|
-
};
|
|
292
|
-
$refs: {
|
|
293
|
-
[x: string]: unknown;
|
|
294
|
-
};
|
|
295
|
-
$slots: Readonly<{
|
|
296
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
297
|
-
}>;
|
|
298
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
299
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
300
|
-
$host: Element | null;
|
|
301
|
-
$emit: ((event: "click", ...args: any[]) => void) & ((event: "mouseenter", ...args: any[]) => void) & ((event: "mouseleave", ...args: any[]) => void) & ((event: "mouseover", ...args: any[]) => void);
|
|
302
|
-
$el: any;
|
|
303
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
304
|
-
as?: string;
|
|
305
|
-
disabled?: boolean;
|
|
306
|
-
class?: import("tailwind-merge").ClassNameValue;
|
|
307
|
-
loading?: boolean;
|
|
308
|
-
icon?: string;
|
|
309
|
-
href?: string;
|
|
310
|
-
type?: "button" | "submit" | "reset";
|
|
311
|
-
iconPosition?: "start" | "end";
|
|
312
|
-
size?: import("../utils/sizes.js").Size;
|
|
313
|
-
sizeBehavior?: import("../utils/sizeBehaviors.js").SizeBehavior;
|
|
314
|
-
align?: "center" | "between";
|
|
315
|
-
color?: ("" | "danger" | "success" | "warning" | "primary" | "secondary" | "info" | "black" | "white" | "secondary-outline" | "success-outline" | "danger-outline" | "warning-outline" | "info-outline" | "slate-100" | "slate-100-outline" | "slate-200" | "slate-200-outline") | string;
|
|
316
|
-
to?: import("vue-router").RouteLocationRaw;
|
|
317
|
-
}> & Readonly<{
|
|
318
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
319
|
-
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
320
|
-
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
321
|
-
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
322
|
-
}>, {
|
|
323
|
-
focus: () => void;
|
|
324
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
325
|
-
click: (...args: any[]) => void;
|
|
326
|
-
mouseenter: (...args: any[]) => void;
|
|
327
|
-
mouseleave: (...args: any[]) => void;
|
|
328
|
-
mouseover: (...args: any[]) => void;
|
|
329
|
-
}, string, {
|
|
330
|
-
class: string | false | 0 | 0n | import("tailwind-merge").ClassNameValue[] | null;
|
|
331
|
-
to: import("vue-router").RouteLocationRaw;
|
|
332
|
-
type: "button" | "submit" | "reset";
|
|
333
|
-
href: string;
|
|
334
|
-
size: import("../utils/sizes.js").Size;
|
|
335
|
-
icon: string;
|
|
336
|
-
color: ("" | "danger" | "success" | "warning" | "primary" | "secondary" | "info" | "black" | "white" | "secondary-outline" | "success-outline" | "danger-outline" | "warning-outline" | "info-outline" | "slate-100" | "slate-100-outline" | "slate-200" | "slate-200-outline") | string;
|
|
337
|
-
disabled: boolean;
|
|
338
|
-
as: string;
|
|
339
|
-
loading: boolean;
|
|
340
|
-
iconPosition: "start" | "end";
|
|
341
|
-
sizeBehavior: import("../utils/sizeBehaviors.js").SizeBehavior;
|
|
342
|
-
align: "center" | "between";
|
|
343
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
344
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
345
|
-
created?: (() => void) | (() => void)[];
|
|
346
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
347
|
-
mounted?: (() => void) | (() => void)[];
|
|
348
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
349
|
-
updated?: (() => void) | (() => void)[];
|
|
350
|
-
activated?: (() => void) | (() => void)[];
|
|
351
|
-
deactivated?: (() => void) | (() => void)[];
|
|
352
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
353
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
354
|
-
destroyed?: (() => void) | (() => void)[];
|
|
355
|
-
unmounted?: (() => void) | (() => void)[];
|
|
356
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
357
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
358
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
359
|
-
};
|
|
360
|
-
$forceUpdate: () => void;
|
|
361
|
-
$nextTick: typeof import("vue").nextTick;
|
|
362
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
363
|
-
} & Readonly<{
|
|
364
|
-
class: string | false | 0 | 0n | import("tailwind-merge").ClassNameValue[] | null;
|
|
365
|
-
to: import("vue-router").RouteLocationRaw;
|
|
366
|
-
type: "button" | "submit" | "reset";
|
|
367
|
-
href: string;
|
|
368
|
-
size: import("../utils/sizes.js").Size;
|
|
369
|
-
icon: string;
|
|
370
|
-
color: ("" | "danger" | "success" | "warning" | "primary" | "secondary" | "info" | "black" | "white" | "secondary-outline" | "success-outline" | "danger-outline" | "warning-outline" | "info-outline" | "slate-100" | "slate-100-outline" | "slate-200" | "slate-200-outline") | string;
|
|
371
|
-
disabled: boolean;
|
|
372
|
-
as: string;
|
|
373
|
-
loading: boolean;
|
|
374
|
-
iconPosition: "start" | "end";
|
|
375
|
-
sizeBehavior: import("../utils/sizeBehaviors.js").SizeBehavior;
|
|
376
|
-
align: "center" | "between";
|
|
377
|
-
}> & Omit<Readonly<{
|
|
378
|
-
as?: string;
|
|
379
|
-
disabled?: boolean;
|
|
380
|
-
class?: import("tailwind-merge").ClassNameValue;
|
|
381
|
-
loading?: boolean;
|
|
382
|
-
icon?: string;
|
|
383
|
-
href?: string;
|
|
384
|
-
type?: "button" | "submit" | "reset";
|
|
385
|
-
iconPosition?: "start" | "end";
|
|
386
|
-
size?: import("../utils/sizes.js").Size;
|
|
387
|
-
sizeBehavior?: import("../utils/sizeBehaviors.js").SizeBehavior;
|
|
388
|
-
align?: "center" | "between";
|
|
389
|
-
color?: ("" | "danger" | "success" | "warning" | "primary" | "secondary" | "info" | "black" | "white" | "secondary-outline" | "success-outline" | "danger-outline" | "warning-outline" | "info-outline" | "slate-100" | "slate-100-outline" | "slate-200" | "slate-200-outline") | string;
|
|
390
|
-
to?: import("vue-router").RouteLocationRaw;
|
|
391
|
-
}> & Readonly<{
|
|
392
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
393
|
-
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
394
|
-
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
395
|
-
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
396
|
-
}>, "focus" | ("class" | "to" | "type" | "href" | "size" | "icon" | "color" | "disabled" | "as" | "loading" | "iconPosition" | "sizeBehavior" | "align")> & import("vue").ShallowUnwrapRef<{
|
|
397
|
-
focus: () => void;
|
|
398
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
399
|
-
$slots: {
|
|
400
|
-
default?(_: {}): any;
|
|
401
|
-
};
|
|
402
|
-
}) | null;
|
|
403
|
-
};
|
|
404
|
-
rootEl: HTMLFormElement;
|
|
405
|
-
};
|
|
406
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const confirmRef: import("vue").Ref<HTMLButtonElement | null, HTMLButtonElement | null>;
|
|
11
|
+
declare const inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
12
|
+
declare const input: import("vue").Ref<string, string>;
|
|
13
|
+
declare const inputConfig: import("vue").ComputedRef<InputConfigProps | null>;
|
|
14
|
+
declare function confirm(): void;
|
|
15
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
16
|
+
declare var __VLS_17: {};
|
|
17
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
18
|
+
default?: (props: typeof __VLS_17) => any;
|
|
19
|
+
}>;
|
|
20
|
+
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
|
+
color: {
|
|
22
|
+
required: true;
|
|
23
|
+
type: PropType<"info" | "success" | "danger" | "warning">;
|
|
24
|
+
};
|
|
25
|
+
title: {
|
|
26
|
+
default: string;
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
};
|
|
29
|
+
message: {
|
|
30
|
+
default: string;
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
};
|
|
33
|
+
errorMessage: {
|
|
34
|
+
default: string;
|
|
35
|
+
type: PropType<string | null | undefined>;
|
|
36
|
+
};
|
|
37
|
+
html: {
|
|
38
|
+
default: boolean;
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
};
|
|
41
|
+
confirmText: {
|
|
42
|
+
default(): string;
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
};
|
|
45
|
+
cancelText: {
|
|
46
|
+
default(): string;
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
};
|
|
49
|
+
input: {
|
|
50
|
+
default: boolean;
|
|
51
|
+
type: PropType<boolean | InputConfigProps>;
|
|
52
|
+
};
|
|
53
|
+
}>, {
|
|
54
|
+
BaseIcon: typeof BaseIcon;
|
|
55
|
+
t: typeof t;
|
|
56
|
+
BaseButton: typeof BaseButton;
|
|
57
|
+
BaseInput: typeof BaseInput;
|
|
58
|
+
BaseField: typeof BaseField;
|
|
59
|
+
BasePassword: typeof BasePassword;
|
|
60
|
+
BaseAlert: typeof BaseAlert;
|
|
61
|
+
confirmRef: typeof confirmRef;
|
|
62
|
+
inputRef: typeof inputRef;
|
|
63
|
+
input: typeof input;
|
|
64
|
+
inputConfig: typeof inputConfig;
|
|
65
|
+
confirm: typeof confirm;
|
|
66
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
67
|
+
cancel: (...args: any[]) => void;
|
|
68
|
+
confirm: (...args: any[]) => void;
|
|
69
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
|
+
color: {
|
|
71
|
+
required: true;
|
|
72
|
+
type: PropType<"info" | "success" | "danger" | "warning">;
|
|
73
|
+
};
|
|
74
|
+
title: {
|
|
75
|
+
default: string;
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
};
|
|
78
|
+
message: {
|
|
79
|
+
default: string;
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
};
|
|
82
|
+
errorMessage: {
|
|
83
|
+
default: string;
|
|
84
|
+
type: PropType<string | null | undefined>;
|
|
85
|
+
};
|
|
86
|
+
html: {
|
|
87
|
+
default: boolean;
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
};
|
|
90
|
+
confirmText: {
|
|
91
|
+
default(): string;
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
};
|
|
94
|
+
cancelText: {
|
|
95
|
+
default(): string;
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
};
|
|
98
|
+
input: {
|
|
99
|
+
default: boolean;
|
|
100
|
+
type: PropType<boolean | InputConfigProps>;
|
|
101
|
+
};
|
|
102
|
+
}>> & Readonly<{
|
|
103
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
104
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
105
|
+
}>, {
|
|
106
|
+
input: boolean | InputConfigProps;
|
|
107
|
+
html: boolean;
|
|
108
|
+
title: string;
|
|
109
|
+
message: string;
|
|
110
|
+
errorMessage: string | null | undefined;
|
|
111
|
+
confirmText: string;
|
|
112
|
+
cancelText: string;
|
|
113
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
407
114
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
408
115
|
color: {
|
|
409
116
|
required: true;
|
|
@@ -484,10 +191,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
484
191
|
errorMessage: string | null | undefined;
|
|
485
192
|
confirmText: string;
|
|
486
193
|
cancelText: string;
|
|
487
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
488
|
-
declare const _default:
|
|
194
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
195
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
489
196
|
export default _default;
|
|
490
|
-
type
|
|
197
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
491
198
|
new (): {
|
|
492
199
|
$slots: S;
|
|
493
200
|
};
|