@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
|
@@ -1,23 +1,29 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
title?: string;
|
|
3
3
|
subtitle?: string;
|
|
4
|
-
bordered?: boolean;
|
|
5
4
|
showBack?: boolean;
|
|
6
5
|
};
|
|
7
6
|
declare function __VLS_template(): {
|
|
8
7
|
attrs: Partial<{}>;
|
|
9
8
|
slots: {
|
|
9
|
+
breadcrumb?(_: {}): any;
|
|
10
|
+
'back-icon'?(_: {}): any;
|
|
11
|
+
title?(_: {}): any;
|
|
12
|
+
subtitle?(_: {}): any;
|
|
10
13
|
extra?(_: {}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
11
15
|
};
|
|
12
16
|
refs: {};
|
|
13
|
-
rootEl:
|
|
17
|
+
rootEl: HTMLDivElement;
|
|
14
18
|
};
|
|
15
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
20
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
-
back: () => any;
|
|
21
|
+
back: (event: Event) => any;
|
|
18
22
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
-
onBack?: (() => any) | undefined;
|
|
20
|
-
}>, {
|
|
23
|
+
onBack?: ((event: Event) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
showBack: boolean;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
28
|
export default _default;
|
|
23
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { XPopupPlacement } from '../composables/popup';
|
|
2
|
+
type PopconfirmButtonProps = Record<string, unknown>;
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
title?: string;
|
|
4
5
|
content?: string;
|
|
5
6
|
okText?: string;
|
|
6
7
|
cancelText?: string;
|
|
7
8
|
okLoading?: boolean;
|
|
9
|
+
okButtonProps?: PopconfirmButtonProps;
|
|
10
|
+
cancelButtonProps?: PopconfirmButtonProps;
|
|
8
11
|
disabled?: boolean;
|
|
9
12
|
trigger?: 'click' | 'hover' | 'focus' | 'contextMenu' | Array<'click' | 'hover' | 'focus' | 'contextMenu'>;
|
|
10
13
|
position?: XPopupPlacement;
|
|
@@ -24,16 +27,13 @@ declare function __VLS_template(): {
|
|
|
24
27
|
$data: {};
|
|
25
28
|
$props: Partial<{
|
|
26
29
|
disabled: boolean;
|
|
27
|
-
animationName: string;
|
|
28
30
|
position: XPopupPlacement;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
enter: number;
|
|
32
|
-
leave: number;
|
|
33
|
-
};
|
|
34
|
-
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
31
|
+
updateAtScroll: boolean;
|
|
32
|
+
scrollToClose: boolean;
|
|
35
33
|
popupVisible: boolean;
|
|
36
34
|
defaultPopupVisible: boolean;
|
|
35
|
+
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
36
|
+
offset: number;
|
|
37
37
|
popupOffset: number;
|
|
38
38
|
popupTranslate: import('../composables/popup').XPopupTranslate;
|
|
39
39
|
showArrow: boolean;
|
|
@@ -48,6 +48,11 @@ declare function __VLS_template(): {
|
|
|
48
48
|
arrowClass: string | string[] | Record<string, boolean>;
|
|
49
49
|
arrowStyle: import('vue').CSSProperties;
|
|
50
50
|
popupStyle: import('vue').CSSProperties;
|
|
51
|
+
animationName: string;
|
|
52
|
+
duration: number | {
|
|
53
|
+
enter: number;
|
|
54
|
+
leave: number;
|
|
55
|
+
};
|
|
51
56
|
mouseEnterDelay: number;
|
|
52
57
|
mouseLeaveDelay: number;
|
|
53
58
|
focusDelay: number;
|
|
@@ -55,7 +60,6 @@ declare function __VLS_template(): {
|
|
|
55
60
|
autoFitPopupMinWidth: boolean;
|
|
56
61
|
autoFixPosition: boolean;
|
|
57
62
|
popupContainer: string | HTMLElement;
|
|
58
|
-
updateAtScroll: boolean;
|
|
59
63
|
autoFitTransformOrigin: boolean;
|
|
60
64
|
hideEmpty: boolean;
|
|
61
65
|
openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -63,15 +67,15 @@ declare function __VLS_template(): {
|
|
|
63
67
|
renderToBody: boolean;
|
|
64
68
|
preventFocus: boolean;
|
|
65
69
|
allowOverflow: boolean;
|
|
66
|
-
scrollToClose: boolean;
|
|
67
70
|
scrollToCloseDistance: number;
|
|
68
71
|
}> & Omit<{
|
|
69
72
|
readonly disabled: boolean;
|
|
70
|
-
readonly animationName: string;
|
|
71
73
|
readonly position: XPopupPlacement;
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
+
readonly updateAtScroll: boolean;
|
|
75
|
+
readonly scrollToClose: boolean;
|
|
74
76
|
readonly defaultPopupVisible: boolean;
|
|
77
|
+
readonly trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
78
|
+
readonly offset: number;
|
|
75
79
|
readonly showArrow: boolean;
|
|
76
80
|
readonly alignPoint: boolean;
|
|
77
81
|
readonly popupHoverStay: boolean;
|
|
@@ -84,6 +88,7 @@ declare function __VLS_template(): {
|
|
|
84
88
|
readonly arrowClass: string | string[] | Record<string, boolean>;
|
|
85
89
|
readonly arrowStyle: import('vue').CSSProperties;
|
|
86
90
|
readonly popupStyle: import('vue').CSSProperties;
|
|
91
|
+
readonly animationName: string;
|
|
87
92
|
readonly mouseEnterDelay: number;
|
|
88
93
|
readonly mouseLeaveDelay: number;
|
|
89
94
|
readonly focusDelay: number;
|
|
@@ -91,7 +96,6 @@ declare function __VLS_template(): {
|
|
|
91
96
|
readonly autoFitPopupMinWidth: boolean;
|
|
92
97
|
readonly autoFixPosition: boolean;
|
|
93
98
|
readonly popupContainer: string | HTMLElement;
|
|
94
|
-
readonly updateAtScroll: boolean;
|
|
95
99
|
readonly autoFitTransformOrigin: boolean;
|
|
96
100
|
readonly hideEmpty: boolean;
|
|
97
101
|
readonly openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -99,22 +103,21 @@ declare function __VLS_template(): {
|
|
|
99
103
|
readonly renderToBody: boolean;
|
|
100
104
|
readonly preventFocus: boolean;
|
|
101
105
|
readonly allowOverflow: boolean;
|
|
102
|
-
readonly scrollToClose: boolean;
|
|
103
106
|
readonly scrollToCloseDistance: number;
|
|
107
|
+
readonly popupVisible?: boolean | undefined;
|
|
108
|
+
readonly popupOffset?: number | undefined;
|
|
109
|
+
readonly popupTranslate?: import('../composables/popup').XPopupTranslate | undefined;
|
|
104
110
|
readonly duration?: (number | {
|
|
105
111
|
enter: number;
|
|
106
112
|
leave: number;
|
|
107
113
|
}) | undefined;
|
|
108
|
-
readonly popupVisible?: boolean | undefined;
|
|
109
|
-
readonly popupOffset?: number | undefined;
|
|
110
|
-
readonly popupTranslate?: import('../composables/popup').XPopupTranslate | undefined;
|
|
111
114
|
readonly onResize?: (() => any) | undefined;
|
|
112
115
|
readonly onHide?: (() => any) | undefined;
|
|
113
116
|
readonly onShow?: (() => any) | undefined;
|
|
114
117
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
|
115
118
|
readonly onPopupVisibleChange?: ((value: boolean) => any) | undefined;
|
|
116
119
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
|
117
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
120
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "position" | "updateAtScroll" | "scrollToClose" | "popupVisible" | "defaultPopupVisible" | "trigger" | "offset" | "popupOffset" | "popupTranslate" | "showArrow" | "alignPoint" | "popupHoverStay" | "blurToClose" | "clickToClose" | "clickOutsideToClose" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "popupStyle" | "animationName" | "duration" | "mouseEnterDelay" | "mouseLeaveDelay" | "focusDelay" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFixPosition" | "popupContainer" | "autoFitTransformOrigin" | "hideEmpty" | "openedClass" | "autoFitPosition" | "renderToBody" | "preventFocus" | "allowOverflow" | "scrollToCloseDistance">;
|
|
118
121
|
$attrs: import('vue').Attrs;
|
|
119
122
|
$refs: {
|
|
120
123
|
[x: string]: unknown;
|
|
@@ -310,16 +313,13 @@ declare function __VLS_template(): {
|
|
|
310
313
|
"popup-visible-change": (value: boolean) => any;
|
|
311
314
|
}, string, {
|
|
312
315
|
disabled: boolean;
|
|
313
|
-
animationName: string;
|
|
314
316
|
position: XPopupPlacement;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
enter: number;
|
|
318
|
-
leave: number;
|
|
319
|
-
};
|
|
320
|
-
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
317
|
+
updateAtScroll: boolean;
|
|
318
|
+
scrollToClose: boolean;
|
|
321
319
|
popupVisible: boolean;
|
|
322
320
|
defaultPopupVisible: boolean;
|
|
321
|
+
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
322
|
+
offset: number;
|
|
323
323
|
popupOffset: number;
|
|
324
324
|
popupTranslate: import('../composables/popup').XPopupTranslate;
|
|
325
325
|
showArrow: boolean;
|
|
@@ -334,6 +334,11 @@ declare function __VLS_template(): {
|
|
|
334
334
|
arrowClass: string | string[] | Record<string, boolean>;
|
|
335
335
|
arrowStyle: import('vue').CSSProperties;
|
|
336
336
|
popupStyle: import('vue').CSSProperties;
|
|
337
|
+
animationName: string;
|
|
338
|
+
duration: number | {
|
|
339
|
+
enter: number;
|
|
340
|
+
leave: number;
|
|
341
|
+
};
|
|
337
342
|
mouseEnterDelay: number;
|
|
338
343
|
mouseLeaveDelay: number;
|
|
339
344
|
focusDelay: number;
|
|
@@ -341,7 +346,6 @@ declare function __VLS_template(): {
|
|
|
341
346
|
autoFitPopupMinWidth: boolean;
|
|
342
347
|
autoFixPosition: boolean;
|
|
343
348
|
popupContainer: string | HTMLElement;
|
|
344
|
-
updateAtScroll: boolean;
|
|
345
349
|
autoFitTransformOrigin: boolean;
|
|
346
350
|
hideEmpty: boolean;
|
|
347
351
|
openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -349,7 +353,6 @@ declare function __VLS_template(): {
|
|
|
349
353
|
renderToBody: boolean;
|
|
350
354
|
preventFocus: boolean;
|
|
351
355
|
allowOverflow: boolean;
|
|
352
|
-
scrollToClose: boolean;
|
|
353
356
|
scrollToCloseDistance: number;
|
|
354
357
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
355
358
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -373,16 +376,13 @@ declare function __VLS_template(): {
|
|
|
373
376
|
$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;
|
|
374
377
|
} & Readonly<{
|
|
375
378
|
disabled: boolean;
|
|
376
|
-
animationName: string;
|
|
377
379
|
position: XPopupPlacement;
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
enter: number;
|
|
381
|
-
leave: number;
|
|
382
|
-
};
|
|
383
|
-
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
380
|
+
updateAtScroll: boolean;
|
|
381
|
+
scrollToClose: boolean;
|
|
384
382
|
popupVisible: boolean;
|
|
385
383
|
defaultPopupVisible: boolean;
|
|
384
|
+
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
385
|
+
offset: number;
|
|
386
386
|
popupOffset: number;
|
|
387
387
|
popupTranslate: import('../composables/popup').XPopupTranslate;
|
|
388
388
|
showArrow: boolean;
|
|
@@ -397,6 +397,11 @@ declare function __VLS_template(): {
|
|
|
397
397
|
arrowClass: string | string[] | Record<string, boolean>;
|
|
398
398
|
arrowStyle: import('vue').CSSProperties;
|
|
399
399
|
popupStyle: import('vue').CSSProperties;
|
|
400
|
+
animationName: string;
|
|
401
|
+
duration: number | {
|
|
402
|
+
enter: number;
|
|
403
|
+
leave: number;
|
|
404
|
+
};
|
|
400
405
|
mouseEnterDelay: number;
|
|
401
406
|
mouseLeaveDelay: number;
|
|
402
407
|
focusDelay: number;
|
|
@@ -404,7 +409,6 @@ declare function __VLS_template(): {
|
|
|
404
409
|
autoFitPopupMinWidth: boolean;
|
|
405
410
|
autoFixPosition: boolean;
|
|
406
411
|
popupContainer: string | HTMLElement;
|
|
407
|
-
updateAtScroll: boolean;
|
|
408
412
|
autoFitTransformOrigin: boolean;
|
|
409
413
|
hideEmpty: boolean;
|
|
410
414
|
openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -412,7 +416,6 @@ declare function __VLS_template(): {
|
|
|
412
416
|
renderToBody: boolean;
|
|
413
417
|
preventFocus: boolean;
|
|
414
418
|
allowOverflow: boolean;
|
|
415
|
-
scrollToClose: boolean;
|
|
416
419
|
scrollToCloseDistance: number;
|
|
417
420
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
418
421
|
popupVisible: {
|
|
@@ -581,7 +584,7 @@ declare function __VLS_template(): {
|
|
|
581
584
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
|
582
585
|
onPopupVisibleChange?: ((value: boolean) => any) | undefined;
|
|
583
586
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
|
584
|
-
}>, "hide" | "show" | "updatePosition" | ("disabled" | "
|
|
587
|
+
}>, "hide" | "show" | "updatePosition" | ("disabled" | "position" | "updateAtScroll" | "scrollToClose" | "popupVisible" | "defaultPopupVisible" | "trigger" | "offset" | "popupOffset" | "popupTranslate" | "showArrow" | "alignPoint" | "popupHoverStay" | "blurToClose" | "clickToClose" | "clickOutsideToClose" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "popupStyle" | "animationName" | "duration" | "mouseEnterDelay" | "mouseLeaveDelay" | "focusDelay" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFixPosition" | "popupContainer" | "autoFitTransformOrigin" | "hideEmpty" | "openedClass" | "autoFitPosition" | "renderToBody" | "preventFocus" | "allowOverflow" | "scrollToCloseDistance")> & import('vue').ShallowUnwrapRef<{
|
|
585
588
|
show: () => void;
|
|
586
589
|
hide: () => void;
|
|
587
590
|
updatePosition: () => Promise<void>;
|
|
@@ -606,32 +609,31 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
606
609
|
onPopupVisibleChange?: ((value: boolean) => any) | undefined;
|
|
607
610
|
onConfirm?: (() => any) | undefined;
|
|
608
611
|
}>, {
|
|
609
|
-
|
|
612
|
+
title: string;
|
|
610
613
|
content: string;
|
|
614
|
+
disabled: boolean;
|
|
611
615
|
position: XPopupPlacement;
|
|
612
|
-
title: string;
|
|
613
|
-
trigger: "click" | "hover" | "focus" | "contextMenu" | Array<"click" | "hover" | "focus" | "contextMenu">;
|
|
614
616
|
popupVisible: boolean;
|
|
615
617
|
defaultPopupVisible: boolean;
|
|
618
|
+
trigger: "click" | "hover" | "focus" | "contextMenu" | Array<"click" | "hover" | "focus" | "contextMenu">;
|
|
616
619
|
okText: string;
|
|
617
620
|
cancelText: string;
|
|
618
621
|
okLoading: boolean;
|
|
622
|
+
okButtonProps: PopconfirmButtonProps;
|
|
623
|
+
cancelButtonProps: PopconfirmButtonProps;
|
|
619
624
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
620
625
|
triggerRef: ({
|
|
621
626
|
$: import('vue').ComponentInternalInstance;
|
|
622
627
|
$data: {};
|
|
623
628
|
$props: Partial<{
|
|
624
629
|
disabled: boolean;
|
|
625
|
-
animationName: string;
|
|
626
630
|
position: XPopupPlacement;
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
enter: number;
|
|
630
|
-
leave: number;
|
|
631
|
-
};
|
|
632
|
-
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
631
|
+
updateAtScroll: boolean;
|
|
632
|
+
scrollToClose: boolean;
|
|
633
633
|
popupVisible: boolean;
|
|
634
634
|
defaultPopupVisible: boolean;
|
|
635
|
+
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
636
|
+
offset: number;
|
|
635
637
|
popupOffset: number;
|
|
636
638
|
popupTranslate: import('../composables/popup').XPopupTranslate;
|
|
637
639
|
showArrow: boolean;
|
|
@@ -646,6 +648,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
646
648
|
arrowClass: string | string[] | Record<string, boolean>;
|
|
647
649
|
arrowStyle: import('vue').CSSProperties;
|
|
648
650
|
popupStyle: import('vue').CSSProperties;
|
|
651
|
+
animationName: string;
|
|
652
|
+
duration: number | {
|
|
653
|
+
enter: number;
|
|
654
|
+
leave: number;
|
|
655
|
+
};
|
|
649
656
|
mouseEnterDelay: number;
|
|
650
657
|
mouseLeaveDelay: number;
|
|
651
658
|
focusDelay: number;
|
|
@@ -653,7 +660,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
653
660
|
autoFitPopupMinWidth: boolean;
|
|
654
661
|
autoFixPosition: boolean;
|
|
655
662
|
popupContainer: string | HTMLElement;
|
|
656
|
-
updateAtScroll: boolean;
|
|
657
663
|
autoFitTransformOrigin: boolean;
|
|
658
664
|
hideEmpty: boolean;
|
|
659
665
|
openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -661,15 +667,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
661
667
|
renderToBody: boolean;
|
|
662
668
|
preventFocus: boolean;
|
|
663
669
|
allowOverflow: boolean;
|
|
664
|
-
scrollToClose: boolean;
|
|
665
670
|
scrollToCloseDistance: number;
|
|
666
671
|
}> & Omit<{
|
|
667
672
|
readonly disabled: boolean;
|
|
668
|
-
readonly animationName: string;
|
|
669
673
|
readonly position: XPopupPlacement;
|
|
670
|
-
readonly
|
|
671
|
-
readonly
|
|
674
|
+
readonly updateAtScroll: boolean;
|
|
675
|
+
readonly scrollToClose: boolean;
|
|
672
676
|
readonly defaultPopupVisible: boolean;
|
|
677
|
+
readonly trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
678
|
+
readonly offset: number;
|
|
673
679
|
readonly showArrow: boolean;
|
|
674
680
|
readonly alignPoint: boolean;
|
|
675
681
|
readonly popupHoverStay: boolean;
|
|
@@ -682,6 +688,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
682
688
|
readonly arrowClass: string | string[] | Record<string, boolean>;
|
|
683
689
|
readonly arrowStyle: import('vue').CSSProperties;
|
|
684
690
|
readonly popupStyle: import('vue').CSSProperties;
|
|
691
|
+
readonly animationName: string;
|
|
685
692
|
readonly mouseEnterDelay: number;
|
|
686
693
|
readonly mouseLeaveDelay: number;
|
|
687
694
|
readonly focusDelay: number;
|
|
@@ -689,7 +696,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
689
696
|
readonly autoFitPopupMinWidth: boolean;
|
|
690
697
|
readonly autoFixPosition: boolean;
|
|
691
698
|
readonly popupContainer: string | HTMLElement;
|
|
692
|
-
readonly updateAtScroll: boolean;
|
|
693
699
|
readonly autoFitTransformOrigin: boolean;
|
|
694
700
|
readonly hideEmpty: boolean;
|
|
695
701
|
readonly openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -697,22 +703,21 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
697
703
|
readonly renderToBody: boolean;
|
|
698
704
|
readonly preventFocus: boolean;
|
|
699
705
|
readonly allowOverflow: boolean;
|
|
700
|
-
readonly scrollToClose: boolean;
|
|
701
706
|
readonly scrollToCloseDistance: number;
|
|
707
|
+
readonly popupVisible?: boolean | undefined;
|
|
708
|
+
readonly popupOffset?: number | undefined;
|
|
709
|
+
readonly popupTranslate?: import('../composables/popup').XPopupTranslate | undefined;
|
|
702
710
|
readonly duration?: (number | {
|
|
703
711
|
enter: number;
|
|
704
712
|
leave: number;
|
|
705
713
|
}) | undefined;
|
|
706
|
-
readonly popupVisible?: boolean | undefined;
|
|
707
|
-
readonly popupOffset?: number | undefined;
|
|
708
|
-
readonly popupTranslate?: import('../composables/popup').XPopupTranslate | undefined;
|
|
709
714
|
readonly onResize?: (() => any) | undefined;
|
|
710
715
|
readonly onHide?: (() => any) | undefined;
|
|
711
716
|
readonly onShow?: (() => any) | undefined;
|
|
712
717
|
readonly "onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
|
713
718
|
readonly onPopupVisibleChange?: ((value: boolean) => any) | undefined;
|
|
714
719
|
readonly "onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
|
715
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "
|
|
720
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "position" | "updateAtScroll" | "scrollToClose" | "popupVisible" | "defaultPopupVisible" | "trigger" | "offset" | "popupOffset" | "popupTranslate" | "showArrow" | "alignPoint" | "popupHoverStay" | "blurToClose" | "clickToClose" | "clickOutsideToClose" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "popupStyle" | "animationName" | "duration" | "mouseEnterDelay" | "mouseLeaveDelay" | "focusDelay" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFixPosition" | "popupContainer" | "autoFitTransformOrigin" | "hideEmpty" | "openedClass" | "autoFitPosition" | "renderToBody" | "preventFocus" | "allowOverflow" | "scrollToCloseDistance">;
|
|
716
721
|
$attrs: import('vue').Attrs;
|
|
717
722
|
$refs: {
|
|
718
723
|
[x: string]: unknown;
|
|
@@ -908,16 +913,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
908
913
|
"popup-visible-change": (value: boolean) => any;
|
|
909
914
|
}, string, {
|
|
910
915
|
disabled: boolean;
|
|
911
|
-
animationName: string;
|
|
912
916
|
position: XPopupPlacement;
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
enter: number;
|
|
916
|
-
leave: number;
|
|
917
|
-
};
|
|
918
|
-
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
917
|
+
updateAtScroll: boolean;
|
|
918
|
+
scrollToClose: boolean;
|
|
919
919
|
popupVisible: boolean;
|
|
920
920
|
defaultPopupVisible: boolean;
|
|
921
|
+
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
922
|
+
offset: number;
|
|
921
923
|
popupOffset: number;
|
|
922
924
|
popupTranslate: import('../composables/popup').XPopupTranslate;
|
|
923
925
|
showArrow: boolean;
|
|
@@ -932,6 +934,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
932
934
|
arrowClass: string | string[] | Record<string, boolean>;
|
|
933
935
|
arrowStyle: import('vue').CSSProperties;
|
|
934
936
|
popupStyle: import('vue').CSSProperties;
|
|
937
|
+
animationName: string;
|
|
938
|
+
duration: number | {
|
|
939
|
+
enter: number;
|
|
940
|
+
leave: number;
|
|
941
|
+
};
|
|
935
942
|
mouseEnterDelay: number;
|
|
936
943
|
mouseLeaveDelay: number;
|
|
937
944
|
focusDelay: number;
|
|
@@ -939,7 +946,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
939
946
|
autoFitPopupMinWidth: boolean;
|
|
940
947
|
autoFixPosition: boolean;
|
|
941
948
|
popupContainer: string | HTMLElement;
|
|
942
|
-
updateAtScroll: boolean;
|
|
943
949
|
autoFitTransformOrigin: boolean;
|
|
944
950
|
hideEmpty: boolean;
|
|
945
951
|
openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -947,7 +953,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
947
953
|
renderToBody: boolean;
|
|
948
954
|
preventFocus: boolean;
|
|
949
955
|
allowOverflow: boolean;
|
|
950
|
-
scrollToClose: boolean;
|
|
951
956
|
scrollToCloseDistance: number;
|
|
952
957
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
953
958
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -971,16 +976,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
971
976
|
$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;
|
|
972
977
|
} & Readonly<{
|
|
973
978
|
disabled: boolean;
|
|
974
|
-
animationName: string;
|
|
975
979
|
position: XPopupPlacement;
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
enter: number;
|
|
979
|
-
leave: number;
|
|
980
|
-
};
|
|
981
|
-
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
980
|
+
updateAtScroll: boolean;
|
|
981
|
+
scrollToClose: boolean;
|
|
982
982
|
popupVisible: boolean;
|
|
983
983
|
defaultPopupVisible: boolean;
|
|
984
|
+
trigger: ("click" | "focus" | "hover" | "contextMenu") | ("click" | "focus" | "hover" | "contextMenu")[];
|
|
985
|
+
offset: number;
|
|
984
986
|
popupOffset: number;
|
|
985
987
|
popupTranslate: import('../composables/popup').XPopupTranslate;
|
|
986
988
|
showArrow: boolean;
|
|
@@ -995,6 +997,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
995
997
|
arrowClass: string | string[] | Record<string, boolean>;
|
|
996
998
|
arrowStyle: import('vue').CSSProperties;
|
|
997
999
|
popupStyle: import('vue').CSSProperties;
|
|
1000
|
+
animationName: string;
|
|
1001
|
+
duration: number | {
|
|
1002
|
+
enter: number;
|
|
1003
|
+
leave: number;
|
|
1004
|
+
};
|
|
998
1005
|
mouseEnterDelay: number;
|
|
999
1006
|
mouseLeaveDelay: number;
|
|
1000
1007
|
focusDelay: number;
|
|
@@ -1002,7 +1009,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
1002
1009
|
autoFitPopupMinWidth: boolean;
|
|
1003
1010
|
autoFixPosition: boolean;
|
|
1004
1011
|
popupContainer: string | HTMLElement;
|
|
1005
|
-
updateAtScroll: boolean;
|
|
1006
1012
|
autoFitTransformOrigin: boolean;
|
|
1007
1013
|
hideEmpty: boolean;
|
|
1008
1014
|
openedClass: string | string[] | Record<string, boolean>;
|
|
@@ -1010,7 +1016,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
1010
1016
|
renderToBody: boolean;
|
|
1011
1017
|
preventFocus: boolean;
|
|
1012
1018
|
allowOverflow: boolean;
|
|
1013
|
-
scrollToClose: boolean;
|
|
1014
1019
|
scrollToCloseDistance: number;
|
|
1015
1020
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1016
1021
|
popupVisible: {
|
|
@@ -1179,7 +1184,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
1179
1184
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
|
1180
1185
|
onPopupVisibleChange?: ((value: boolean) => any) | undefined;
|
|
1181
1186
|
"onPopup-visible-change"?: ((value: boolean) => any) | undefined;
|
|
1182
|
-
}>, "hide" | "show" | "updatePosition" | ("disabled" | "
|
|
1187
|
+
}>, "hide" | "show" | "updatePosition" | ("disabled" | "position" | "updateAtScroll" | "scrollToClose" | "popupVisible" | "defaultPopupVisible" | "trigger" | "offset" | "popupOffset" | "popupTranslate" | "showArrow" | "alignPoint" | "popupHoverStay" | "blurToClose" | "clickToClose" | "clickOutsideToClose" | "unmountOnClose" | "contentClass" | "contentStyle" | "arrowClass" | "arrowStyle" | "popupStyle" | "animationName" | "duration" | "mouseEnterDelay" | "mouseLeaveDelay" | "focusDelay" | "autoFitPopupWidth" | "autoFitPopupMinWidth" | "autoFixPosition" | "popupContainer" | "autoFitTransformOrigin" | "hideEmpty" | "openedClass" | "autoFitPosition" | "renderToBody" | "preventFocus" | "allowOverflow" | "scrollToCloseDistance")> & import('vue').ShallowUnwrapRef<{
|
|
1183
1188
|
show: () => void;
|
|
1184
1189
|
hide: () => void;
|
|
1185
1190
|
updatePosition: () => Promise<void>;
|
|
@@ -26,13 +26,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
26
26
|
"onUpdate:popupVisible"?: ((value: boolean) => any) | undefined;
|
|
27
27
|
onPopupVisibleChange?: ((value: boolean) => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
|
-
|
|
29
|
+
title: string;
|
|
30
30
|
content: string;
|
|
31
|
+
disabled: boolean;
|
|
31
32
|
position: XPopupPlacement;
|
|
32
|
-
title: string;
|
|
33
|
-
trigger: "click" | "hover" | "focus" | "contextMenu" | Array<"click" | "hover" | "focus" | "contextMenu">;
|
|
34
33
|
popupVisible: boolean;
|
|
35
34
|
defaultPopupVisible: boolean;
|
|
35
|
+
trigger: "click" | "hover" | "focus" | "contextMenu" | Array<"click" | "hover" | "focus" | "contextMenu">;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
37
37
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
38
|
export default _default;
|
|
@@ -33,12 +33,12 @@ declare function __VLS_template(): {
|
|
|
33
33
|
};
|
|
34
34
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
35
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
36
|
+
type: ProgressType;
|
|
37
|
+
size: ProgressSize;
|
|
36
38
|
color: ProgressColor;
|
|
37
39
|
strokeWidth: number;
|
|
38
40
|
width: number | string;
|
|
39
41
|
animation: boolean;
|
|
40
|
-
size: ProgressSize;
|
|
41
|
-
type: ProgressType;
|
|
42
42
|
status: ProgressStatus;
|
|
43
43
|
percent: number;
|
|
44
44
|
steps: number;
|
|
@@ -32,12 +32,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
32
32
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
33
33
|
onRefresh?: ((event: MouseEvent) => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
|
-
color: string;
|
|
36
|
-
background: string;
|
|
37
|
-
size: number;
|
|
38
35
|
type: QRCodeRenderType;
|
|
36
|
+
size: number;
|
|
37
|
+
color: string;
|
|
39
38
|
value: string;
|
|
40
39
|
status: QRCodeStatus;
|
|
40
|
+
background: string;
|
|
41
41
|
bordered: boolean;
|
|
42
42
|
iconUrl: string;
|
|
43
43
|
errorLevel: QRCodeErrorLevel;
|
|
@@ -31,9 +31,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
31
31
|
onChange?: ((value: XRadioValue, ev: Event) => any) | undefined;
|
|
32
32
|
"onUpdate:modelValue"?: ((value: XRadioValue) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
disabled: boolean;
|
|
35
34
|
type: XRadioType;
|
|
36
35
|
value: XRadioValue;
|
|
36
|
+
disabled: boolean;
|
|
37
37
|
defaultChecked: boolean;
|
|
38
38
|
uninjectGroupContext: boolean;
|
|
39
39
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -22,9 +22,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
22
22
|
onChange?: ((value: XRadioValue, ev: Event) => any) | undefined;
|
|
23
23
|
"onUpdate:modelValue"?: ((value: XRadioValue) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
|
-
disabled: boolean;
|
|
26
25
|
label: XRadioValue;
|
|
27
26
|
value: XRadioValue;
|
|
27
|
+
disabled: boolean;
|
|
28
28
|
defaultChecked: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
30
30
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -31,11 +31,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
31
31
|
onChange?: ((value: XRadioValue | undefined, ev: Event) => any) | undefined;
|
|
32
32
|
"onUpdate:modelValue"?: ((value: XRadioValue | undefined) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
-
|
|
34
|
+
type: XRadioType;
|
|
35
35
|
color: string;
|
|
36
|
-
direction: XRadioDirection;
|
|
37
36
|
fill: string;
|
|
38
|
-
|
|
37
|
+
disabled: boolean;
|
|
38
|
+
direction: XRadioDirection;
|
|
39
39
|
allowCancel: boolean;
|
|
40
40
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
41
41
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { XSize } from '../composables/config';
|
|
2
|
+
export type XRangePickerMode = 'date' | 'month' | 'year';
|
|
3
|
+
interface XRangeShortcut {
|
|
4
|
+
label: string;
|
|
5
|
+
value: [string, string] | (() => [string, string]);
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
modelValue?: [string, string];
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
placeholder?: [string, string];
|
|
11
|
+
allowClear?: boolean;
|
|
12
|
+
size?: XSize;
|
|
13
|
+
open?: boolean;
|
|
14
|
+
defaultOpen?: boolean;
|
|
15
|
+
disabledDate?: (value: string) => boolean;
|
|
16
|
+
mode?: XRangePickerMode;
|
|
17
|
+
shortcuts?: XRangeShortcut[];
|
|
18
|
+
separator?: string;
|
|
19
|
+
};
|
|
20
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
change: (value: [string, string]) => any;
|
|
22
|
+
clear: () => any;
|
|
23
|
+
popupVisibleChange: (value: boolean) => any;
|
|
24
|
+
"update:open": (value: boolean) => any;
|
|
25
|
+
"update:modelValue": (value: [string, string]) => any;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
|
+
onChange?: ((value: [string, string]) => any) | undefined;
|
|
28
|
+
onClear?: (() => any) | undefined;
|
|
29
|
+
onPopupVisibleChange?: ((value: boolean) => any) | undefined;
|
|
30
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
31
|
+
"onUpdate:modelValue"?: ((value: [string, string]) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
size: XSize;
|
|
34
|
+
mode: XRangePickerMode;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
open: boolean;
|
|
37
|
+
separator: string;
|
|
38
|
+
placeholder: [string, string];
|
|
39
|
+
defaultOpen: boolean;
|
|
40
|
+
modelValue: [string, string];
|
|
41
|
+
allowClear: boolean;
|
|
42
|
+
disabledDate: (value: string) => boolean;
|
|
43
|
+
shortcuts: XRangeShortcut[];
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
45
|
+
export default _default;
|
|
@@ -33,12 +33,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
33
33
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
34
34
|
onHoverChange?: ((value: number) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
|
-
disabled: boolean;
|
|
37
36
|
color: RateColor;
|
|
38
|
-
|
|
39
|
-
allowClear: boolean;
|
|
37
|
+
disabled: boolean;
|
|
40
38
|
defaultValue: number;
|
|
39
|
+
allowClear: boolean;
|
|
41
40
|
readonly: boolean;
|
|
41
|
+
count: number;
|
|
42
42
|
allowHalf: boolean;
|
|
43
43
|
grading: boolean;
|
|
44
44
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|