@rhino-design/vue 0.2.0 → 0.2.2
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/LICENSE +21 -0
- package/README.md +3 -5
- package/dist/components/XAffix.vue.d.ts +1 -1
- package/dist/components/XAnchor.vue.d.ts +2 -2
- package/dist/components/XAutoComplete.vue.d.ts +649 -15
- package/dist/components/XAvatar.vue.d.ts +2 -2
- package/dist/components/XBackTop.vue.d.ts +23 -7
- package/dist/components/XBadge.vue.d.ts +3 -3
- package/dist/components/XBaseMenu.vue.d.ts +5 -5
- package/dist/components/XBreadcrumb.vue.d.ts +24 -4
- package/dist/components/XBreadcrumbItem.vue.d.ts +14 -2
- package/dist/components/XButton.vue.d.ts +4 -4
- package/dist/components/XButtonG.vue.d.ts +2 -2
- package/dist/components/XButtonGroup.vue.d.ts +1 -1
- package/dist/components/XCalendar.vue.d.ts +5 -2
- package/dist/components/XCard.vue.d.ts +1 -1
- package/dist/components/XCarousel.vue.d.ts +2 -2
- package/dist/components/XCascader.vue.d.ts +19 -19
- package/dist/components/XCascaderPanel.vue.d.ts +6 -6
- package/dist/components/XChatInput.vue.d.ts +5 -5
- package/dist/components/XCheckbox.vue.d.ts +14 -8
- package/dist/components/XCheckboxGroup.vue.d.ts +36 -13
- package/dist/components/XCollapse.vue.d.ts +14 -7
- package/dist/components/XCollapseItem.vue.d.ts +16 -4
- package/dist/components/XColorGroup.vue.d.ts +1 -1
- package/dist/components/XConfigProvider.vue.d.ts +17 -4
- package/dist/components/XCountdown.vue.d.ts +2 -2
- package/dist/components/XCropper.vue.d.ts +2 -2
- package/dist/components/XDatePicker.vue.d.ts +17 -17
- package/dist/components/XDescriptions.vue.d.ts +4 -4
- package/dist/components/XDescriptionsItem.vue.d.ts +2 -1
- package/dist/components/{XScrollbar.vue.d.ts → XDgroup.vue.d.ts} +4 -4
- package/dist/components/XDoption.vue.d.ts +38 -0
- package/dist/components/XDrawer.vue.d.ts +7 -7
- package/dist/components/XDropdown.vue.d.ts +38 -13
- package/dist/components/XDropdownButton.vue.d.ts +65 -0
- package/dist/components/XDropdownItem.vue.d.ts +29 -0
- package/dist/components/XDropdownPanel.vue.d.ts +33 -0
- package/dist/components/XDsubmenu.vue.d.ts +48 -0
- package/dist/components/XEmpty.vue.d.ts +2 -2
- package/dist/components/XForm.vue.d.ts +2 -2
- package/dist/components/XFormItem.vue.d.ts +21 -5
- package/dist/components/XGrid.vue.d.ts +1 -1
- package/dist/components/XGridItem.vue.d.ts +3 -3
- package/dist/components/XGridLayoutItem.vue.d.ts +1 -1
- package/dist/components/XIcon.d.ts +1 -1
- package/dist/components/XIconLite.d.ts +1 -1
- package/dist/components/XImage.vue.d.ts +7 -3
- package/dist/components/XInput.vue.d.ts +5 -5
- package/dist/components/XInputComposite.vue.d.ts +12 -12
- package/dist/components/XInputNumber.vue.d.ts +9 -9
- package/dist/components/XInputPassword.vue.d.ts +24 -24
- package/dist/components/XInputSearch.vue.d.ts +26 -26
- package/dist/components/XInputTag.vue.d.ts +10 -10
- package/dist/components/XLink.vue.d.ts +1 -1
- package/dist/components/XList.vue.d.ts +8 -5
- package/dist/components/XListItem.vue.d.ts +2 -3
- package/dist/components/XMention.vue.d.ts +899 -0
- package/dist/components/XMenu.vue.d.ts +7 -7
- package/dist/components/XMenuItem.vue.d.ts +43 -43
- package/dist/components/XMessage.vue.d.ts +1 -1
- package/dist/components/XMessageList.d.ts +1 -1
- package/dist/components/XMessageService.d.ts +2 -0
- package/dist/components/XModal.vue.d.ts +8 -8
- package/dist/components/XModalService.d.ts +2 -0
- package/dist/components/XNotification.vue.d.ts +31 -20
- package/dist/components/XNotificationList.d.ts +39 -0
- package/dist/components/XNotificationService.d.ts +54 -15
- package/dist/components/XOptgroup.vue.d.ts +1 -0
- package/dist/components/XOption.vue.d.ts +1 -0
- package/dist/components/XOverflowList.vue.d.ts +38 -8
- package/dist/components/XPageHeader.vue.d.ts +11 -5
- package/dist/components/XPopconfirm.vue.d.ts +82 -77
- package/dist/components/XPopover.vue.d.ts +3 -3
- package/dist/components/XProgress.vue.d.ts +2 -2
- package/dist/components/XQRCode.vue.d.ts +3 -3
- package/dist/components/XRadio.vue.d.ts +1 -1
- package/dist/components/XRadioButton.vue.d.ts +1 -1
- package/dist/components/XRadioGroup.vue.d.ts +3 -3
- package/dist/components/XRangePicker.vue.d.ts +45 -0
- package/dist/components/XRate.vue.d.ts +3 -3
- package/dist/components/XResizeBox.vue.d.ts +41 -9
- package/dist/components/XRichTextEditor.vue.d.ts +2 -2
- package/dist/components/XScrollbarThumb.vue.d.ts +26 -0
- package/dist/components/XSelect.vue.d.ts +27 -27
- package/dist/components/XSkeleton.vue.d.ts +100 -29
- package/dist/components/XSkeletonLine.vue.d.ts +15 -0
- package/dist/components/XSkeletonShape.vue.d.ts +9 -0
- package/dist/components/XSlider.vue.d.ts +86 -86
- package/dist/components/XSpace.vue.d.ts +59 -28
- package/dist/components/XSplit.vue.d.ts +3 -3
- package/dist/components/XStatistic.vue.d.ts +5 -5
- package/dist/components/XStep.vue.d.ts +3 -3
- package/dist/components/XSteps.vue.d.ts +2 -2
- package/dist/components/XSubMenu.vue.d.ts +30 -30
- package/dist/components/XSubMenuPop.vue.d.ts +29 -29
- package/dist/components/XSwitch.vue.d.ts +5 -5
- package/dist/components/XTabPane.vue.d.ts +4 -4
- package/dist/components/XTable.vue.d.ts +5 -5
- package/dist/components/XTabs.vue.d.ts +53 -25
- package/dist/components/XTag.vue.d.ts +5 -3
- package/dist/components/XTextarea.vue.d.ts +9 -9
- package/dist/components/XTimePicker.vue.d.ts +13 -13
- package/dist/components/XTimeline.vue.d.ts +2 -2
- package/dist/components/XTimelineItem.vue.d.ts +3 -3
- package/dist/components/XTooltip.vue.d.ts +76 -76
- package/dist/components/XTree.vue.d.ts +3 -1
- package/dist/components/XTreeSelect.vue.d.ts +175 -29
- package/dist/components/XTrigger.vue.d.ts +6 -6
- package/dist/components/XTypography.vue.d.ts +4 -4
- package/dist/components/XTypographyParagraph.vue.d.ts +2 -2
- package/dist/components/XTypographyText.vue.d.ts +3 -3
- package/dist/components/XTypographyTitle.vue.d.ts +2 -2
- package/dist/components/XUpload.vue.d.ts +7 -5
- package/dist/components/XVerificationCode.vue.d.ts +3 -3
- package/dist/components/XWatermark.vue.d.ts +30 -4
- package/dist/components/__tests__/XAutoComplete.test.d.ts +1 -0
- package/dist/components/__tests__/XBackTop.test.d.ts +1 -0
- package/dist/components/__tests__/XBreadcrumb.test.d.ts +1 -0
- package/dist/components/__tests__/XCheckbox.test.d.ts +1 -0
- package/dist/components/__tests__/XCollapse.test.d.ts +1 -0
- package/dist/components/__tests__/XComplexTriggerTheme.test.d.ts +1 -0
- package/dist/components/__tests__/XDropdown.test.d.ts +1 -0
- package/dist/components/__tests__/XImage.test.d.ts +1 -0
- package/dist/components/__tests__/XOverflowList.test.d.ts +1 -0
- package/dist/components/__tests__/XOverlayServiceTheme.test.d.ts +1 -0
- package/dist/components/__tests__/XPageHeader.test.d.ts +1 -0
- package/dist/components/__tests__/XRadioGroup.test.d.ts +1 -0
- package/dist/components/__tests__/XResizeBox.test.d.ts +1 -0
- package/dist/components/__tests__/XSkeleton.test.d.ts +1 -0
- package/dist/components/__tests__/XSteps.test.d.ts +1 -0
- package/dist/components/__tests__/XTabs.test.d.ts +1 -0
- package/dist/components/__tests__/XThemeAttrAllComponentsSmoke.test.d.ts +1 -0
- package/dist/components/__tests__/XThemeAttrsForwarding.test.d.ts +1 -0
- package/dist/components/__tests__/XTour.test.d.ts +1 -0
- package/dist/components/__tests__/XTreeSelect.test.d.ts +1 -0
- package/dist/components/__tests__/XTriggerWrappersTheme.test.d.ts +1 -0
- package/dist/components/__tests__/XWatermark.test.d.ts +1 -0
- package/dist/components/index.d.ts +500 -1
- package/dist/components/x-breadcrumb-context.d.ts +9 -0
- package/dist/components/x-checkbox-context.d.ts +19 -0
- package/dist/components/x-dropdown-context.d.ts +7 -0
- package/dist/components/x-icon-shared.d.ts +1 -1
- package/dist/components/x-list-shared.d.ts +20 -8
- package/dist/composables/collapse.d.ts +8 -5
- package/dist/composables/config-provider.d.ts +29 -0
- package/dist/composables/i18n.d.ts +4 -2
- package/dist/composables/scrollbar-visibility.d.ts +1 -0
- package/dist/composables/steps.d.ts +1 -0
- package/dist/composables/tabs.d.ts +19 -8
- package/dist/composables/theme-context.d.ts +9 -0
- package/dist/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +21426 -17973
- package/dist/index.js.map +1 -1
- package/dist/locales/da-DK.d.ts +381 -0
- package/dist/locales/nl-NL.d.ts +381 -0
- package/dist/style.css +1 -1
- package/package.json +2 -1
|
@@ -30,13 +30,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
30
30
|
onFinish?: (() => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
title: string;
|
|
33
|
-
start: boolean;
|
|
34
33
|
value: string | number | Date | null;
|
|
34
|
+
suffix: string | number;
|
|
35
|
+
start: boolean;
|
|
35
36
|
loading: boolean;
|
|
36
37
|
prefix: string | number;
|
|
37
38
|
format: string;
|
|
38
39
|
valueStyle: CSSProperties;
|
|
39
|
-
suffix: string | number;
|
|
40
40
|
now: number;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
42
42
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -61,10 +61,10 @@ declare const _default: import('vue').DefineComponent<CropperProps, {
|
|
|
61
61
|
onCrop?: ((payload: CropperChangePayload) => any) | undefined;
|
|
62
62
|
onReady?: (() => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
|
-
disabled: boolean;
|
|
65
64
|
fill: string;
|
|
66
|
-
|
|
65
|
+
disabled: boolean;
|
|
67
66
|
width: string | number;
|
|
67
|
+
height: string | number;
|
|
68
68
|
shape: CropperShape;
|
|
69
69
|
defaultAspectRatio: number;
|
|
70
70
|
minZoom: number;
|
|
@@ -103,16 +103,16 @@ declare function __VLS_template(): {
|
|
|
103
103
|
};
|
|
104
104
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
105
105
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
106
|
-
change: (...args: any[]) => void;
|
|
107
|
-
clear: (...args: any[]) => void;
|
|
108
106
|
select: (...args: any[]) => void;
|
|
109
107
|
blur: (...args: any[]) => void;
|
|
108
|
+
change: (...args: any[]) => void;
|
|
110
109
|
focus: (...args: any[]) => void;
|
|
111
|
-
|
|
112
|
-
panelChange: (...args: any[]) => void;
|
|
110
|
+
clear: (...args: any[]) => void;
|
|
113
111
|
"update:popupVisible": (...args: any[]) => void;
|
|
114
112
|
popupVisibleChange: (...args: any[]) => void;
|
|
115
113
|
"popup-visible-change": (...args: any[]) => void;
|
|
114
|
+
"update:modelValue": (...args: any[]) => void;
|
|
115
|
+
panelChange: (...args: any[]) => void;
|
|
116
116
|
ok: (...args: any[]) => void;
|
|
117
117
|
selectShortcut: (...args: any[]) => void;
|
|
118
118
|
"select-shortcut": (...args: any[]) => void;
|
|
@@ -120,16 +120,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
120
120
|
pickerValueChange: (...args: any[]) => void;
|
|
121
121
|
"picker-value-change": (...args: any[]) => void;
|
|
122
122
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
123
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
124
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
125
123
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
126
124
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
127
126
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
128
|
-
|
|
129
|
-
onPanelChange?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
130
128
|
"onUpdate:popupVisible"?: ((...args: any[]) => any) | undefined;
|
|
131
129
|
onPopupVisibleChange?: ((...args: any[]) => any) | undefined;
|
|
132
130
|
"onPopup-visible-change"?: ((...args: any[]) => any) | undefined;
|
|
131
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
onPanelChange?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
134
134
|
onSelectShortcut?: ((...args: any[]) => any) | undefined;
|
|
135
135
|
"onSelect-shortcut"?: ((...args: any[]) => any) | undefined;
|
|
@@ -137,21 +137,23 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
137
137
|
onPickerValueChange?: ((...args: any[]) => any) | undefined;
|
|
138
138
|
"onPicker-value-change"?: ((...args: any[]) => any) | undefined;
|
|
139
139
|
}>, {
|
|
140
|
-
disabled: boolean | [boolean, boolean];
|
|
141
|
-
position: PopupPosition;
|
|
142
|
-
size: XSize;
|
|
143
|
-
separator: string;
|
|
144
140
|
error: boolean;
|
|
145
141
|
type: PickerType;
|
|
142
|
+
size: XSize;
|
|
146
143
|
mode: PickerMode;
|
|
144
|
+
disabled: boolean | [boolean, boolean];
|
|
145
|
+
position: PopupPosition;
|
|
146
|
+
separator: string;
|
|
147
147
|
placeholder: string | [string, string];
|
|
148
|
-
|
|
149
|
-
disabledDate: (current?: Date, type?: RangeType) => boolean;
|
|
150
|
-
allowClear: boolean;
|
|
148
|
+
exchangeTime: boolean;
|
|
151
149
|
popupVisible: boolean;
|
|
152
150
|
defaultPopupVisible: boolean;
|
|
153
151
|
unmountOnClose: boolean;
|
|
152
|
+
modelValue: DateLike | DateLike[];
|
|
154
153
|
defaultValue: DateLike | DateLike[];
|
|
154
|
+
allowClear: boolean;
|
|
155
|
+
readonly: boolean;
|
|
156
|
+
disabledDate: (current?: Date, type?: RangeType) => boolean;
|
|
155
157
|
format: string | ((current: Date) => string);
|
|
156
158
|
valueFormat: "timestamp" | "Date" | string;
|
|
157
159
|
dayStartOfWeek: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
@@ -159,7 +161,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
159
161
|
timePickerProps: Partial<TimePickerLiteProps>;
|
|
160
162
|
showNowBtn: boolean;
|
|
161
163
|
showConfirmBtn: boolean;
|
|
162
|
-
readonly: boolean;
|
|
163
164
|
shortcuts: XDateShortcut[];
|
|
164
165
|
shortcutsPosition: ShortcutPosition;
|
|
165
166
|
disabledTime: (current: Date, type?: RangeType) => DisabledTimeProps;
|
|
@@ -167,7 +168,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
167
168
|
defaultPickerValue: DateLike | DateLike[];
|
|
168
169
|
hideTrigger: boolean;
|
|
169
170
|
disabledInput: boolean;
|
|
170
|
-
exchangeTime: boolean;
|
|
171
171
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
172
172
|
focusInputRef: HTMLInputElement;
|
|
173
173
|
}, any>;
|
|
@@ -32,15 +32,15 @@ declare function __VLS_template(): {
|
|
|
32
32
|
};
|
|
33
33
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
34
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
35
|
-
tableLayout: "auto" | "fixed";
|
|
36
|
-
columns: number;
|
|
37
35
|
title: string;
|
|
36
|
+
size: "default" | "middle" | "small";
|
|
38
37
|
column: number | ResponsiveColumn;
|
|
39
38
|
layout: "horizontal" | "vertical";
|
|
40
|
-
|
|
39
|
+
contentStyle: CSSProperties;
|
|
40
|
+
tableLayout: "auto" | "fixed";
|
|
41
|
+
columns: number;
|
|
41
42
|
bordered: boolean;
|
|
42
43
|
extra: string;
|
|
43
|
-
contentStyle: CSSProperties;
|
|
44
44
|
colon: boolean;
|
|
45
45
|
labelStyle: CSSProperties;
|
|
46
46
|
rowHeight: number | string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CSSProperties } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
label?: string;
|
|
4
|
+
theme?: 'light' | 'dark';
|
|
4
5
|
span?: number;
|
|
5
6
|
bg?: string;
|
|
6
7
|
color?: string;
|
|
@@ -19,9 +20,9 @@ declare function __VLS_template(): {
|
|
|
19
20
|
};
|
|
20
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
22
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
22
|
-
color: string;
|
|
23
23
|
label: string;
|
|
24
24
|
span: number;
|
|
25
|
+
color: string;
|
|
25
26
|
bg: string;
|
|
26
27
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
|
-
|
|
3
|
-
maxHeight?: string | number;
|
|
2
|
+
title?: string;
|
|
4
3
|
};
|
|
5
4
|
declare function __VLS_template(): {
|
|
6
5
|
attrs: Partial<{}>;
|
|
7
6
|
slots: {
|
|
7
|
+
title?(_: {}): any;
|
|
8
8
|
default?(_: {}): any;
|
|
9
9
|
};
|
|
10
10
|
refs: {};
|
|
11
|
-
rootEl:
|
|
11
|
+
rootEl: any;
|
|
12
12
|
};
|
|
13
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
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, {},
|
|
14
|
+
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>;
|
|
15
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value?: string | number | Record<string, any>;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
active?: boolean;
|
|
5
|
+
uninjectContext?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
icon?(_: {}): any;
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
suffix?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {
|
|
15
|
+
optionRef: HTMLLIElement;
|
|
16
|
+
};
|
|
17
|
+
rootEl: HTMLLIElement;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
click: (event: MouseEvent) => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
value: string | number | Record<string, any>;
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
active: boolean;
|
|
28
|
+
uninjectContext: boolean;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
30
|
+
optionRef: HTMLLIElement;
|
|
31
|
+
}, HTMLLIElement>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -47,38 +47,38 @@ declare function __VLS_template(): {
|
|
|
47
47
|
};
|
|
48
48
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
49
49
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
50
|
-
open: () => any;
|
|
51
50
|
cancel: (event: Event) => any;
|
|
52
51
|
close: () => any;
|
|
52
|
+
open: () => any;
|
|
53
53
|
"update:open": (value: boolean) => any;
|
|
54
54
|
ok: (event: Event) => any;
|
|
55
55
|
beforeClose: () => any;
|
|
56
56
|
"update:visible": (value: boolean) => any;
|
|
57
57
|
beforeOpen: () => any;
|
|
58
58
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
59
|
-
onOpen?: (() => any) | undefined;
|
|
60
59
|
onCancel?: ((event: Event) => any) | undefined;
|
|
61
60
|
onClose?: (() => any) | undefined;
|
|
61
|
+
onOpen?: (() => any) | undefined;
|
|
62
62
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
63
63
|
onOk?: ((event: Event) => any) | undefined;
|
|
64
64
|
onBeforeClose?: (() => any) | undefined;
|
|
65
65
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
66
66
|
onBeforeOpen?: (() => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
|
-
height: number | string;
|
|
69
|
-
width: number | string;
|
|
70
|
-
mask: boolean;
|
|
71
68
|
footer: boolean;
|
|
72
69
|
header: boolean;
|
|
73
70
|
title: string;
|
|
71
|
+
mask: boolean;
|
|
72
|
+
width: number | string;
|
|
73
|
+
height: number | string;
|
|
74
74
|
visible: boolean;
|
|
75
75
|
open: boolean;
|
|
76
|
-
closable: boolean;
|
|
77
|
-
bodyStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
78
76
|
unmountOnClose: boolean;
|
|
79
77
|
popupContainer: string | HTMLElement;
|
|
80
78
|
renderToBody: boolean;
|
|
81
79
|
placement: DrawerPlacement;
|
|
80
|
+
closable: boolean;
|
|
81
|
+
bodyStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
82
82
|
defaultVisible: boolean;
|
|
83
83
|
maskClosable: boolean;
|
|
84
84
|
okText: string;
|
|
@@ -1,43 +1,68 @@
|
|
|
1
1
|
import { XPopupPlacement } from '../composables/popup';
|
|
2
|
+
import { XDropdownValue } from './x-dropdown-context';
|
|
3
|
+
type XDropdownTrigger = 'click' | 'hover' | 'focus' | 'contextMenu';
|
|
4
|
+
export type XDropdownPosition = 'top' | 'tl' | 'tr' | 'bottom' | 'bl' | 'br';
|
|
2
5
|
export interface XDropdownOption {
|
|
3
|
-
label
|
|
4
|
-
value
|
|
6
|
+
label?: string;
|
|
7
|
+
value?: string | number | Record<string, any>;
|
|
5
8
|
disabled?: boolean;
|
|
9
|
+
icon?: string;
|
|
6
10
|
}
|
|
7
11
|
type __VLS_Props = {
|
|
12
|
+
popupVisible?: boolean;
|
|
13
|
+
defaultPopupVisible?: boolean;
|
|
8
14
|
open?: boolean;
|
|
9
15
|
defaultOpen?: boolean;
|
|
10
|
-
trigger?:
|
|
16
|
+
trigger?: XDropdownTrigger | XDropdownTrigger[];
|
|
17
|
+
position?: XDropdownPosition;
|
|
11
18
|
placement?: XPopupPlacement;
|
|
19
|
+
popupContainer?: string | HTMLElement;
|
|
20
|
+
popupMaxHeight?: boolean | number;
|
|
21
|
+
hideOnSelect?: boolean;
|
|
12
22
|
options?: XDropdownOption[];
|
|
13
23
|
disabled?: boolean;
|
|
24
|
+
alignPoint?: boolean;
|
|
14
25
|
};
|
|
15
26
|
declare function __VLS_template(): {
|
|
16
27
|
attrs: Partial<{}>;
|
|
17
28
|
slots: {
|
|
18
29
|
trigger?(_: {}): any;
|
|
19
30
|
default?(_: {}): any;
|
|
31
|
+
default?(_: {}): any;
|
|
32
|
+
content?(_: {}): any;
|
|
33
|
+
footer?(_: {}): any;
|
|
20
34
|
};
|
|
21
35
|
refs: {};
|
|
22
|
-
rootEl:
|
|
36
|
+
rootEl: any;
|
|
23
37
|
};
|
|
24
38
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
39
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
-
select: (value:
|
|
27
|
-
|
|
28
|
-
|
|
40
|
+
select: (value: XDropdownValue, event: Event) => any;
|
|
41
|
+
"update:popupVisible": (visible: boolean) => any;
|
|
42
|
+
popupVisibleChange: (visible: boolean) => any;
|
|
43
|
+
"popup-visible-change": (visible: boolean) => any;
|
|
44
|
+
"update:open": (visible: boolean) => any;
|
|
29
45
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
-
onSelect?: ((value:
|
|
31
|
-
|
|
32
|
-
|
|
46
|
+
onSelect?: ((value: XDropdownValue, event: Event) => any) | undefined;
|
|
47
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
48
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
49
|
+
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
50
|
+
"onUpdate:open"?: ((visible: boolean) => any) | undefined;
|
|
33
51
|
}>, {
|
|
34
52
|
disabled: boolean;
|
|
53
|
+
position: XDropdownPosition;
|
|
35
54
|
open: boolean;
|
|
36
|
-
|
|
37
|
-
|
|
55
|
+
popupMaxHeight: boolean | number;
|
|
56
|
+
popupVisible: boolean;
|
|
57
|
+
defaultPopupVisible: boolean;
|
|
58
|
+
trigger: XDropdownTrigger | XDropdownTrigger[];
|
|
59
|
+
alignPoint: boolean;
|
|
60
|
+
popupContainer: string | HTMLElement;
|
|
38
61
|
defaultOpen: boolean;
|
|
39
62
|
placement: XPopupPlacement;
|
|
40
|
-
|
|
63
|
+
hideOnSelect: boolean;
|
|
64
|
+
options: XDropdownOption[];
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
41
66
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
67
|
export default _default;
|
|
43
68
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
type XDropdownTrigger = 'click' | 'hover' | 'focus' | 'contextMenu';
|
|
2
|
+
type XDropdownPosition = 'top' | 'tl' | 'tr' | 'bottom' | 'bl' | 'br';
|
|
3
|
+
type XButtonType = 'default' | 'primary' | 'success' | 'info' | 'warning' | 'danger' | 'secondary' | 'dashed' | 'outline' | 'text' | 'link';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
popupVisible?: boolean;
|
|
6
|
+
defaultPopupVisible?: boolean;
|
|
7
|
+
open?: boolean;
|
|
8
|
+
defaultOpen?: boolean;
|
|
9
|
+
trigger?: XDropdownTrigger | XDropdownTrigger[];
|
|
10
|
+
position?: XDropdownPosition;
|
|
11
|
+
popupContainer?: string | HTMLElement;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
type?: XButtonType;
|
|
14
|
+
size?: 'mini' | 'small' | 'medium' | 'large';
|
|
15
|
+
buttonProps?: Record<string, any>;
|
|
16
|
+
hideOnSelect?: boolean;
|
|
17
|
+
};
|
|
18
|
+
declare function __VLS_template(): {
|
|
19
|
+
attrs: Partial<{}>;
|
|
20
|
+
slots: {
|
|
21
|
+
default?(_: {}): any;
|
|
22
|
+
icon?(_: {
|
|
23
|
+
popupVisible: boolean;
|
|
24
|
+
}): any;
|
|
25
|
+
content?(_: {}): any;
|
|
26
|
+
};
|
|
27
|
+
refs: {};
|
|
28
|
+
rootEl: HTMLDivElement;
|
|
29
|
+
};
|
|
30
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
+
select: (value: string | number | Record<string, any> | undefined, event: Event) => any;
|
|
33
|
+
click: (event: MouseEvent) => any;
|
|
34
|
+
"update:popupVisible": (visible: boolean) => any;
|
|
35
|
+
popupVisibleChange: (visible: boolean) => any;
|
|
36
|
+
"popup-visible-change": (visible: boolean) => any;
|
|
37
|
+
"update:open": (visible: boolean) => any;
|
|
38
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
39
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined, event: Event) => any) | undefined;
|
|
40
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
41
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
42
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
43
|
+
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
44
|
+
"onUpdate:open"?: ((visible: boolean) => any) | undefined;
|
|
45
|
+
}>, {
|
|
46
|
+
type: XButtonType;
|
|
47
|
+
size: "mini" | "small" | "medium" | "large";
|
|
48
|
+
disabled: boolean;
|
|
49
|
+
position: XDropdownPosition;
|
|
50
|
+
open: boolean;
|
|
51
|
+
popupVisible: boolean;
|
|
52
|
+
defaultPopupVisible: boolean;
|
|
53
|
+
trigger: XDropdownTrigger | XDropdownTrigger[];
|
|
54
|
+
popupContainer: string | HTMLElement;
|
|
55
|
+
defaultOpen: boolean;
|
|
56
|
+
hideOnSelect: boolean;
|
|
57
|
+
buttonProps: Record<string, any>;
|
|
58
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
59
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
60
|
+
export default _default;
|
|
61
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
+
new (): {
|
|
63
|
+
$slots: S;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value?: string | number | Record<string, any>;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
active?: boolean;
|
|
5
|
+
uninjectContext?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
icon?(_: {}): any;
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
suffix?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
click: (event: MouseEvent) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isEmpty?: boolean;
|
|
3
|
+
bottomOffset?: number;
|
|
4
|
+
popupMaxHeight?: boolean | number;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
footer?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
scroll: (event: Event) => any;
|
|
18
|
+
reachBottom: (event: Event) => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
|
+
onScroll?: ((event: Event) => any) | undefined;
|
|
21
|
+
onReachBottom?: ((event: Event) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
isEmpty: boolean;
|
|
24
|
+
bottomOffset: number;
|
|
25
|
+
popupMaxHeight: boolean | number;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
type XDropdownSubmenuTrigger = 'hover' | 'click' | Array<'hover' | 'click'>;
|
|
2
|
+
type XDropdownSubmenuPosition = 'rt' | 'lt';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
value?: string | number;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
trigger?: XDropdownSubmenuTrigger;
|
|
7
|
+
position?: XDropdownSubmenuPosition;
|
|
8
|
+
popupVisible?: boolean;
|
|
9
|
+
defaultPopupVisible?: boolean;
|
|
10
|
+
optionProps?: Record<string, any>;
|
|
11
|
+
};
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
icon?(_: {}): any;
|
|
17
|
+
suffix?(_: {}): any;
|
|
18
|
+
content?(_: {}): any;
|
|
19
|
+
footer?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {};
|
|
22
|
+
rootEl: HTMLSpanElement;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
+
"update:popupVisible": (visible: boolean) => any;
|
|
27
|
+
popupVisibleChange: (visible: boolean) => any;
|
|
28
|
+
"popup-visible-change": (visible: boolean) => any;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
31
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
32
|
+
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
value: string | number;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
position: XDropdownSubmenuPosition;
|
|
37
|
+
popupVisible: boolean;
|
|
38
|
+
defaultPopupVisible: boolean;
|
|
39
|
+
trigger: XDropdownSubmenuTrigger;
|
|
40
|
+
optionProps: Record<string, any>;
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
42
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
|
+
export default _default;
|
|
44
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
+
new (): {
|
|
46
|
+
$slots: S;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -10,14 +10,14 @@ declare function __VLS_template(): {
|
|
|
10
10
|
default?(_: {}): any;
|
|
11
11
|
};
|
|
12
12
|
refs: {};
|
|
13
|
-
rootEl:
|
|
13
|
+
rootEl: any;
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
16
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
17
|
description: string;
|
|
18
18
|
imgSrc: string;
|
|
19
19
|
inConfigProvider: boolean;
|
|
20
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
22
|
export default _default;
|
|
23
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -62,11 +62,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
62
62
|
errors: Record<string, XValidatedError>;
|
|
63
63
|
}, ev: Event) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
|
+
size: XSize;
|
|
65
66
|
disabled: boolean;
|
|
66
67
|
layout: XFormLayout;
|
|
67
|
-
size: XSize;
|
|
68
|
-
id: string;
|
|
69
68
|
rules: Record<string, XFormRule | XFormRule[]>;
|
|
69
|
+
id: string;
|
|
70
70
|
labelColProps: Record<string, any>;
|
|
71
71
|
wrapperColProps: Record<string, any>;
|
|
72
72
|
labelColStyle: Record<string, any>;
|
|
@@ -30,18 +30,32 @@ type __VLS_Props = {
|
|
|
30
30
|
labelAttrs?: Record<string, any>;
|
|
31
31
|
floatingLabel?: boolean;
|
|
32
32
|
};
|
|
33
|
-
declare function __VLS_template():
|
|
33
|
+
declare function __VLS_template(): {
|
|
34
|
+
attrs: Partial<{}>;
|
|
35
|
+
slots: {
|
|
36
|
+
default?(_: {}): any;
|
|
37
|
+
default?(_: {}): any;
|
|
38
|
+
label?(_: {}): any;
|
|
39
|
+
label?(_: {}): any;
|
|
40
|
+
help?(_: {}): any;
|
|
41
|
+
extra?(_: {}): any;
|
|
42
|
+
};
|
|
43
|
+
refs: {
|
|
44
|
+
labelRef: unknown;
|
|
45
|
+
};
|
|
46
|
+
rootEl: any;
|
|
47
|
+
};
|
|
34
48
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
49
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
36
|
-
disabled: boolean;
|
|
37
50
|
label: string;
|
|
51
|
+
required: boolean;
|
|
52
|
+
disabled: boolean;
|
|
38
53
|
help: string;
|
|
39
54
|
tooltip: string;
|
|
40
|
-
required: boolean;
|
|
41
|
-
extra: string;
|
|
42
55
|
contentClass: string | string[] | Record<string, boolean>;
|
|
43
56
|
field: string;
|
|
44
57
|
rules: XFormRule | XFormRule[];
|
|
58
|
+
extra: string;
|
|
45
59
|
labelColProps: Record<string, any>;
|
|
46
60
|
wrapperColProps: Record<string, any>;
|
|
47
61
|
labelColStyle: Record<string, any>;
|
|
@@ -62,7 +76,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
62
76
|
labelComponent: string;
|
|
63
77
|
labelAttrs: Record<string, any>;
|
|
64
78
|
floatingLabel: boolean;
|
|
65
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false,
|
|
79
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
80
|
+
labelRef: unknown;
|
|
81
|
+
}, any>;
|
|
66
82
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
83
|
export default _default;
|
|
68
84
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -34,11 +34,11 @@ declare function __VLS_template(): {
|
|
|
34
34
|
};
|
|
35
35
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
36
|
declare const __VLS_component: import('vue').DefineComponent<RowProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<RowProps> & Readonly<{}>, {
|
|
37
|
-
rowGap: number;
|
|
38
37
|
div: boolean;
|
|
39
38
|
wrap: boolean;
|
|
40
39
|
justify: "start" | "center" | "end" | "space-around" | "space-between";
|
|
41
40
|
align: "start" | "center" | "end" | "stretch";
|
|
41
|
+
rowGap: number;
|
|
42
42
|
cols: number;
|
|
43
43
|
gutter: number | number[] | GutterValue;
|
|
44
44
|
colGap: number;
|
|
@@ -124,11 +124,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
124
124
|
default: undefined;
|
|
125
125
|
};
|
|
126
126
|
}>> & Readonly<{}>, {
|
|
127
|
-
order: ResponsiveValue;
|
|
128
|
-
flex: FlexType;
|
|
129
|
-
offset: ResponsiveValue;
|
|
130
127
|
span: ResponsiveValue;
|
|
131
128
|
push: ResponsiveValue;
|
|
129
|
+
flex: FlexType;
|
|
130
|
+
offset: ResponsiveValue;
|
|
131
|
+
order: ResponsiveValue;
|
|
132
132
|
xxl: ResponsiveValue;
|
|
133
133
|
xl: ResponsiveValue;
|
|
134
134
|
lg: ResponsiveValue;
|
|
@@ -24,9 +24,9 @@ declare function __VLS_template(): {
|
|
|
24
24
|
};
|
|
25
25
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
26
|
declare const __VLS_component: import('vue').DefineComponent<GridLayoutItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<GridLayoutItemProps> & Readonly<{}>, {
|
|
27
|
-
offset: ResponsiveValue;
|
|
28
27
|
span: ResponsiveValue;
|
|
29
28
|
suffix: boolean;
|
|
29
|
+
offset: ResponsiveValue;
|
|
30
30
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
31
31
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
32
|
export default _default;
|