yuyeon 0.3.4-beta.12 → 0.3.4-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/yuyeon.js +2 -2
- package/dist/yuyeon.umd.cjs +1 -1
- package/lib/components/table/YDataTableBody.js +1 -1
- package/lib/components/table/YDataTableBody.js.map +1 -1
- package/lib/directives/plate-wave/plate-wave.scss +17 -6
- package/lib/util/ui.js +8 -7
- package/lib/util/ui.js.map +1 -1
- package/package.json +1 -1
- package/types/src/abstract/items.d.ts +49 -0
- package/types/src/components/alert/YAlert.d.ts +13 -0
- package/types/src/components/alert/index.d.ts +1 -0
- package/types/src/components/app/YApp.d.ts +8 -0
- package/types/src/components/app/index.d.ts +1 -0
- package/types/src/components/badge/YBadge.d.ts +126 -0
- package/types/src/components/badge/index.d.ts +1 -0
- package/types/src/components/bench/YBench.d.ts +4 -0
- package/types/src/components/bench/index.d.ts +1 -0
- package/types/src/components/button/YButton.d.ts +189 -0
- package/types/src/components/button/index.d.ts +1 -0
- package/types/src/components/card/YCard.d.ts +9 -0
- package/types/src/components/card/YCardBody.d.ts +2 -0
- package/types/src/components/card/YCardFooter.d.ts +2 -0
- package/types/src/components/card/YCardHeader.d.ts +2 -0
- package/types/src/components/card/index.d.ts +4 -0
- package/types/src/components/checkbox/YCheckbox.d.ts +23 -0
- package/types/src/components/checkbox/YInputCheckbox.d.ts +31 -0
- package/types/src/components/checkbox/index.d.ts +4 -0
- package/types/src/components/chip/YChip.d.ts +37 -0
- package/types/src/components/chip/index.d.ts +1 -0
- package/types/src/components/date-picker/YDateCalendar.d.ts +115 -0
- package/types/src/components/date-picker/YDatePicker.d.ts +94 -0
- package/types/src/components/date-picker/YDatePickerControl.d.ts +97 -0
- package/types/src/components/date-picker/YMonthPicker.d.ts +25 -0
- package/types/src/components/date-picker/YYearPicker.d.ts +38 -0
- package/types/src/components/date-picker/index.d.ts +3 -0
- package/types/src/components/default-provider/YDefaultProvider.d.ts +0 -0
- package/types/src/components/default-provider/index.d.ts +0 -0
- package/types/src/components/dialog/YDialog.d.ts +715 -0
- package/types/src/components/dialog/index.d.ts +1 -0
- package/types/src/components/divider/YDivider.d.ts +14 -0
- package/types/src/components/divider/index.d.ts +1 -0
- package/types/src/components/draggable/YDraggable.d.ts +36 -0
- package/types/src/components/draggable/index.d.ts +1 -0
- package/types/src/components/dropdown/YDropdown.d.ts +574 -0
- package/types/src/components/dropdown/index.d.ts +1 -0
- package/types/src/components/field-input/YFieldInput.d.ts +322 -0
- package/types/src/components/field-input/index.d.ts +1 -0
- package/types/src/components/form/YForm.d.ts +20 -0
- package/types/src/components/form/index.d.ts +1 -0
- package/types/src/components/hover/YHover.d.ts +57 -0
- package/types/src/components/hover/index.d.ts +1 -0
- package/types/src/components/icon/YIcon.d.ts +67 -0
- package/types/src/components/icon/index.d.ts +1 -0
- package/types/src/components/icons/YIconCheckbox.d.ts +6 -0
- package/types/src/components/icons/YIconClear.d.ts +1 -0
- package/types/src/components/icons/YIconDropdown.d.ts +1 -0
- package/types/src/components/icons/YIconExpand.d.ts +1 -0
- package/types/src/components/icons/YIconPageControl.d.ts +14 -0
- package/types/src/components/icons/YIconSort.d.ts +10 -0
- package/types/src/components/icons/index.d.ts +51 -0
- package/types/src/components/img/YImg.d.ts +133 -0
- package/types/src/components/img/index.d.ts +0 -0
- package/types/src/components/index.d.ts +38 -0
- package/types/src/components/input/YInput.d.ts +249 -0
- package/types/src/components/input/index.d.ts +1 -0
- package/types/src/components/ip-field/YIpv4Field.d.ts +65 -0
- package/types/src/components/ip-field/index.d.ts +1 -0
- package/types/src/components/layer/YLayer.d.ts +436 -0
- package/types/src/components/layer/active-delay.d.ts +4 -0
- package/types/src/components/layer/active-stack.d.ts +16 -0
- package/types/src/components/layer/base.d.ts +28 -0
- package/types/src/components/layer/content.d.ts +21 -0
- package/types/src/components/layer/index.d.ts +1 -0
- package/types/src/components/layer/scroll-strategies.d.ts +41 -0
- package/types/src/components/list/YList.d.ts +19 -0
- package/types/src/components/list/YListItem.d.ts +42 -0
- package/types/src/components/list/index.d.ts +2 -0
- package/types/src/components/loading/YSpinnerRing.d.ts +3 -0
- package/types/src/components/loading/index.d.ts +1 -0
- package/types/src/components/menu/YMenu.d.ts +517 -0
- package/types/src/components/menu/index.d.ts +1 -0
- package/types/src/components/navigation/YNavigation.d.ts +1 -0
- package/types/src/components/navigation/index.d.ts +1 -0
- package/types/src/components/pagination/YPagination.d.ts +137 -0
- package/types/src/components/pagination/index.d.ts +1 -0
- package/types/src/components/panel/YDividePanel.d.ts +5 -0
- package/types/src/components/panel/index.d.ts +1 -0
- package/types/src/components/plate/YPlate.d.ts +9 -0
- package/types/src/components/plate/index.d.ts +1 -0
- package/types/src/components/progress-bar/YProgressBar.d.ts +38 -0
- package/types/src/components/progress-bar/index.d.ts +1 -0
- package/types/src/components/progress-ring/YProgressRing.d.ts +34 -0
- package/types/src/components/progress-ring/index.d.ts +1 -0
- package/types/src/components/radio/YRadio.d.ts +25 -0
- package/types/src/components/radio/YRadioIcon.d.ts +6 -0
- package/types/src/components/radio/index.d.ts +2 -0
- package/types/src/components/select/YSelect.d.ts +1221 -0
- package/types/src/components/select/index.d.ts +1 -0
- package/types/src/components/slider/YSlider.d.ts +16 -0
- package/types/src/components/slider/index.d.ts +1 -0
- package/types/src/components/slider/slider.d.ts +0 -0
- package/types/src/components/snackbar/YSnackbar.d.ts +452 -0
- package/types/src/components/snackbar/index.d.ts +1 -0
- package/types/src/components/switch/YSwitch.d.ts +137 -0
- package/types/src/components/switch/index.d.ts +1 -0
- package/types/src/components/tab/YTab.d.ts +218 -0
- package/types/src/components/tab/YTabs.d.ts +98 -0
- package/types/src/components/tab/index.d.ts +3 -0
- package/types/src/components/tab/shared.d.ts +4 -0
- package/types/src/components/tab/types.d.ts +5 -0
- package/types/src/components/table/YDataTable.d.ts +459 -0
- package/types/src/components/table/YDataTableBody.d.ts +99 -0
- package/types/src/components/table/YDataTableCell.d.ts +32 -0
- package/types/src/components/table/YDataTableControl.d.ts +68 -0
- package/types/src/components/table/YDataTableHead.d.ts +54 -0
- package/types/src/components/table/YDataTableLayer.d.ts +13 -0
- package/types/src/components/table/YDataTableLayerRow.d.ts +22 -0
- package/types/src/components/table/YDataTableLayerRows.d.ts +9 -0
- package/types/src/components/table/YDataTableRow.d.ts +53 -0
- package/types/src/components/table/YDataTableServer.d.ts +502 -0
- package/types/src/components/table/YTable.d.ts +65 -0
- package/types/src/components/table/composables/expand.d.ts +42 -0
- package/types/src/components/table/composables/header.d.ts +175 -0
- package/types/src/components/table/composables/items.d.ts +55 -0
- package/types/src/components/table/composables/measure.d.ts +8 -0
- package/types/src/components/table/composables/options.d.ts +11 -0
- package/types/src/components/table/composables/pagination.d.ts +81 -0
- package/types/src/components/table/composables/provides.d.ts +15 -0
- package/types/src/components/table/composables/selection.d.ts +82 -0
- package/types/src/components/table/composables/sorted-items.d.ts +7 -0
- package/types/src/components/table/composables/sorting.d.ts +56 -0
- package/types/src/components/table/index.d.ts +10 -0
- package/types/src/components/table/types/common.d.ts +2 -0
- package/types/src/components/table/types/header.d.ts +25 -0
- package/types/src/components/table/types/index.d.ts +59 -0
- package/types/src/components/table/types/item.d.ts +23 -0
- package/types/src/components/table/types/row.d.ts +4 -0
- package/types/src/components/text-ellipsis/YTextEllipsis.d.ts +11 -0
- package/types/src/components/text-ellipsis/index.d.ts +1 -0
- package/types/src/components/text-highlighter/YTextHighlighter.d.ts +26 -0
- package/types/src/components/text-highlighter/index.d.ts +1 -0
- package/types/src/components/text-interpolation/YTi.d.ts +11 -0
- package/types/src/components/text-interpolation/index.d.ts +1 -0
- package/types/src/components/textarea/YTextarea.d.ts +583 -0
- package/types/src/components/textarea/index.d.ts +1 -0
- package/types/src/components/toggle-button/YToggleButton.d.ts +4 -0
- package/types/src/components/toggle-button/index.d.ts +1 -0
- package/types/src/components/tooltip/YTooltip.d.ts +502 -0
- package/types/src/components/tooltip/index.d.ts +1 -0
- package/types/src/components/transitions/expand-transition.d.ts +20 -0
- package/types/src/components/transitions/index.d.ts +38 -0
- package/types/src/components/tree-view/YTreeView.d.ts +172 -0
- package/types/src/components/tree-view/YTreeViewNode.d.ts +176 -0
- package/types/src/components/tree-view/index.d.ts +2 -0
- package/types/src/components/tree-view/tree-view.d.ts +51 -0
- package/types/src/components/tree-view/types.d.ts +17 -0
- package/types/src/components/tree-view/util.d.ts +6 -0
- package/types/src/composables/choice-link.d.ts +3 -0
- package/types/src/composables/choice.d.ts +113 -0
- package/types/src/composables/communication.d.ts +8 -0
- package/types/src/composables/component.d.ts +3 -0
- package/types/src/composables/coordinate/arrangement.d.ts +7 -0
- package/types/src/composables/coordinate/index.d.ts +87 -0
- package/types/src/composables/coordinate/levitation.d.ts +7 -0
- package/types/src/composables/coordinate/types.d.ts +7 -0
- package/types/src/composables/coordinate/utils/point.d.ts +22 -0
- package/types/src/composables/date/factory.d.ts +3 -0
- package/types/src/composables/date/index.d.ts +12 -0
- package/types/src/composables/date/setting.d.ts +5 -0
- package/types/src/composables/date/types.d.ts +13 -0
- package/types/src/composables/defaults/index.d.ts +11 -0
- package/types/src/composables/defaults/share.d.ts +4 -0
- package/types/src/composables/defaults/types.d.ts +12 -0
- package/types/src/composables/dimension.d.ts +54 -0
- package/types/src/composables/focus.d.ts +30 -0
- package/types/src/composables/form.d.ts +132 -0
- package/types/src/composables/i18n/index.d.ts +9 -0
- package/types/src/composables/i18n/locale.d.ts +3 -0
- package/types/src/composables/i18n/rtl.d.ts +21 -0
- package/types/src/composables/i18n/share.d.ts +1 -0
- package/types/src/composables/icon.d.ts +79 -0
- package/types/src/composables/index.d.ts +10 -0
- package/types/src/composables/layer-group.d.ts +10 -0
- package/types/src/composables/layout.d.ts +10 -0
- package/types/src/composables/list-items.d.ts +113 -0
- package/types/src/composables/progress.d.ts +4 -0
- package/types/src/composables/ref.d.ts +6 -0
- package/types/src/composables/resize-observer.d.ts +24 -0
- package/types/src/composables/scope.d.ts +3 -0
- package/types/src/composables/style-color.d.ts +14 -0
- package/types/src/composables/theme/factory.d.ts +4 -0
- package/types/src/composables/theme/helper.d.ts +3 -0
- package/types/src/composables/theme/index.d.ts +57 -0
- package/types/src/composables/theme/setting.d.ts +11 -0
- package/types/src/composables/theme/types.d.ts +29 -0
- package/types/src/composables/timing.d.ts +20 -0
- package/types/src/composables/transition.d.ts +40 -0
- package/types/src/composables/validation.d.ts +82 -0
- package/types/src/composables/vue-router.d.ts +43 -0
- package/types/src/declares.d.ts +1 -0
- package/types/src/directives/complement-click/index.d.ts +26 -0
- package/types/src/directives/index.d.ts +2 -0
- package/types/src/directives/plate-wave/index.d.ts +20 -0
- package/types/src/directives/theme-class/index.d.ts +4 -0
- package/types/src/etc/index.d.ts +1 -0
- package/types/src/globals.d.ts +20 -0
- package/types/src/i18n/built-in.d.ts +3 -0
- package/types/src/i18n/config.d.ts +81 -0
- package/types/src/i18n/types.d.ts +20 -0
- package/types/src/index.d.ts +13 -0
- package/types/src/locales/en.d.ts +6 -0
- package/types/src/locales/index.d.ts +2 -0
- package/types/src/locales/ko.d.ts +6 -0
- package/types/src/mixins/di.d.ts +2 -0
- package/types/src/mixins/rebind-attrs.d.ts +5 -0
- package/types/src/shims.d.ts +64 -0
- package/types/src/types/index.d.ts +9 -0
- package/types/src/util/anchor.d.ts +23 -0
- package/types/src/util/array.d.ts +2 -0
- package/types/src/util/collection.d.ts +1 -0
- package/types/src/util/color/apca.d.ts +29 -0
- package/types/src/util/color/const.d.ts +5 -0
- package/types/src/util/color/contrast/contrast.d.ts +74 -0
- package/types/src/util/color/conversion.d.ts +131 -0
- package/types/src/util/color/hct/cam16.d.ts +116 -0
- package/types/src/util/color/hct/hct-solver.d.ts +131 -0
- package/types/src/util/color/hct/hct.d.ts +71 -0
- package/types/src/util/color/hct/viewing-conditions.d.ts +58 -0
- package/types/src/util/color/index.d.ts +5 -0
- package/types/src/util/color/palettes/core-palette.d.ts +44 -0
- package/types/src/util/color/palettes/tonal-palette.d.ts +40 -0
- package/types/src/util/color/types.d.ts +14 -0
- package/types/src/util/color/utils/math-utils.d.ts +82 -0
- package/types/src/util/common.d.ts +17 -0
- package/types/src/util/component/component.d.ts +5 -0
- package/types/src/util/component/index.d.ts +11 -0
- package/types/src/util/component/inject-self.d.ts +3 -0
- package/types/src/util/component/props.d.ts +32 -0
- package/types/src/util/component/types.d.ts +21 -0
- package/types/src/util/date/adapters/yuyeon-date-adapter.d.ts +43 -0
- package/types/src/util/date/built-in.d.ts +41 -0
- package/types/src/util/date/index.d.ts +3 -0
- package/types/src/util/date/types.d.ts +167 -0
- package/types/src/util/debounce.d.ts +11 -0
- package/types/src/util/dom.d.ts +5 -0
- package/types/src/util/environments.d.ts +6 -0
- package/types/src/util/frame-scheduler.d.ts +7 -0
- package/types/src/util/index.d.ts +16 -0
- package/types/src/util/reactivity.d.ts +7 -0
- package/types/src/util/rect.d.ts +36 -0
- package/types/src/util/scroll.d.ts +3 -0
- package/types/src/util/string.d.ts +9 -0
- package/types/src/util/ui.d.ts +4 -0
- package/types/src/util/validation.d.ts +3 -0
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
4
|
+
extended?: unknown;
|
|
5
|
+
focused?: unknown;
|
|
6
|
+
'onUpdate:focused'?: unknown;
|
|
7
|
+
readonly?: unknown;
|
|
8
|
+
disabled?: unknown;
|
|
9
|
+
status?: unknown;
|
|
10
|
+
helperText?: unknown;
|
|
11
|
+
validators?: unknown;
|
|
12
|
+
validateOn?: unknown;
|
|
13
|
+
validationValue?: unknown;
|
|
14
|
+
maxErrors?: unknown;
|
|
15
|
+
name?: unknown;
|
|
16
|
+
width?: unknown;
|
|
17
|
+
height?: unknown;
|
|
18
|
+
displayTag?: unknown;
|
|
19
|
+
label?: unknown;
|
|
20
|
+
modelValue?: unknown;
|
|
21
|
+
autoSelect?: unknown;
|
|
22
|
+
floating?: unknown;
|
|
23
|
+
floated?: unknown;
|
|
24
|
+
placeholder?: unknown;
|
|
25
|
+
required?: unknown;
|
|
26
|
+
loading?: unknown;
|
|
27
|
+
variation?: unknown;
|
|
28
|
+
outlined?: unknown;
|
|
29
|
+
filled?: unknown;
|
|
30
|
+
ceramic?: unknown;
|
|
31
|
+
enableClear?: unknown;
|
|
32
|
+
inputAlign?: unknown;
|
|
33
|
+
inlineLabel?: unknown;
|
|
34
|
+
displayText?: unknown;
|
|
35
|
+
whenInputValid?: unknown;
|
|
36
|
+
tabindex?: unknown;
|
|
37
|
+
type?: unknown;
|
|
38
|
+
inputStyle?: unknown;
|
|
39
|
+
} = {}>(defaults?: Defaults | undefined) => {
|
|
40
|
+
extended: unknown extends Defaults["extended"] ? PropType<any> : {
|
|
41
|
+
type: PropType<unknown extends Defaults["extended"] ? any : any>;
|
|
42
|
+
default: unknown extends Defaults["extended"] ? any : any;
|
|
43
|
+
};
|
|
44
|
+
focused: unknown extends Defaults["focused"] ? BooleanConstructor : {
|
|
45
|
+
type: PropType<unknown extends Defaults["focused"] ? boolean : boolean | Defaults["focused"]>;
|
|
46
|
+
default: unknown extends Defaults["focused"] ? boolean : boolean | Defaults["focused"];
|
|
47
|
+
};
|
|
48
|
+
'onUpdate:focused': unknown extends Defaults["onUpdate:focused"] ? PropType<(v: boolean) => void> : {
|
|
49
|
+
type: PropType<unknown extends Defaults["onUpdate:focused"] ? (v: boolean) => void : ((v: boolean) => void) | Defaults["onUpdate:focused"]>;
|
|
50
|
+
default: unknown extends Defaults["onUpdate:focused"] ? (v: boolean) => void : ((v: boolean) => void) | Defaults["onUpdate:focused"];
|
|
51
|
+
};
|
|
52
|
+
readonly: unknown extends Defaults["readonly"] ? PropType<boolean> : {
|
|
53
|
+
type: PropType<unknown extends Defaults["readonly"] ? boolean : boolean | Defaults["readonly"]>;
|
|
54
|
+
default: unknown extends Defaults["readonly"] ? boolean : boolean | Defaults["readonly"];
|
|
55
|
+
};
|
|
56
|
+
disabled: unknown extends Defaults["disabled"] ? PropType<boolean> : {
|
|
57
|
+
type: PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
58
|
+
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
59
|
+
};
|
|
60
|
+
status: unknown extends Defaults["status"] ? {
|
|
61
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
62
|
+
validator(value: string): boolean;
|
|
63
|
+
} : Omit<{
|
|
64
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
65
|
+
validator(value: string): boolean;
|
|
66
|
+
}, "type" | "default"> & {
|
|
67
|
+
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
68
|
+
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
69
|
+
};
|
|
70
|
+
helperText: unknown extends Defaults["helperText"] ? StringConstructor : {
|
|
71
|
+
type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
|
|
72
|
+
default: unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"];
|
|
73
|
+
};
|
|
74
|
+
validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) => boolean | string)[]> : {
|
|
75
|
+
type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"]>;
|
|
76
|
+
default: unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"];
|
|
77
|
+
};
|
|
78
|
+
validateOn: unknown extends Defaults["validateOn"] ? {
|
|
79
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
80
|
+
} : Omit<{
|
|
81
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
82
|
+
}, "type" | "default"> & {
|
|
83
|
+
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
84
|
+
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
85
|
+
};
|
|
86
|
+
validationValue: unknown extends Defaults["validationValue"] ? null : {
|
|
87
|
+
type: PropType<unknown extends Defaults["validationValue"] ? any : any>;
|
|
88
|
+
default: unknown extends Defaults["validationValue"] ? any : any;
|
|
89
|
+
};
|
|
90
|
+
maxErrors: unknown extends Defaults["maxErrors"] ? {
|
|
91
|
+
type: PropType<number | string>;
|
|
92
|
+
default: number;
|
|
93
|
+
} : Omit<{
|
|
94
|
+
type: PropType<number | string>;
|
|
95
|
+
default: number;
|
|
96
|
+
}, "type" | "default"> & {
|
|
97
|
+
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
98
|
+
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
99
|
+
};
|
|
100
|
+
name: unknown extends Defaults["name"] ? StringConstructor : {
|
|
101
|
+
type: PropType<unknown extends Defaults["name"] ? string : string | Defaults["name"]>;
|
|
102
|
+
default: unknown extends Defaults["name"] ? string : string | Defaults["name"];
|
|
103
|
+
};
|
|
104
|
+
width: unknown extends Defaults["width"] ? {
|
|
105
|
+
type: PropType<string | number>;
|
|
106
|
+
} : Omit<{
|
|
107
|
+
type: PropType<string | number>;
|
|
108
|
+
}, "type" | "default"> & {
|
|
109
|
+
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
110
|
+
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
111
|
+
};
|
|
112
|
+
height: unknown extends Defaults["height"] ? (NumberConstructor | StringConstructor)[] : {
|
|
113
|
+
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
114
|
+
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
115
|
+
};
|
|
116
|
+
displayTag: unknown extends Defaults["displayTag"] ? {
|
|
117
|
+
type: PropType<string>;
|
|
118
|
+
default: string;
|
|
119
|
+
} : Omit<{
|
|
120
|
+
type: PropType<string>;
|
|
121
|
+
default: string;
|
|
122
|
+
}, "type" | "default"> & {
|
|
123
|
+
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
124
|
+
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
125
|
+
};
|
|
126
|
+
label: unknown extends Defaults["label"] ? PropType<string> : {
|
|
127
|
+
type: PropType<unknown extends Defaults["label"] ? string : string | Defaults["label"]>;
|
|
128
|
+
default: unknown extends Defaults["label"] ? string : string | Defaults["label"];
|
|
129
|
+
};
|
|
130
|
+
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
131
|
+
type: PropType<any>;
|
|
132
|
+
} : Omit<{
|
|
133
|
+
type: PropType<any>;
|
|
134
|
+
}, "type" | "default"> & {
|
|
135
|
+
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
136
|
+
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
137
|
+
};
|
|
138
|
+
autoSelect: unknown extends Defaults["autoSelect"] ? {
|
|
139
|
+
type: PropType<boolean>;
|
|
140
|
+
default: boolean;
|
|
141
|
+
} : Omit<{
|
|
142
|
+
type: PropType<boolean>;
|
|
143
|
+
default: boolean;
|
|
144
|
+
}, "type" | "default"> & {
|
|
145
|
+
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
146
|
+
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
147
|
+
};
|
|
148
|
+
floating: unknown extends Defaults["floating"] ? {
|
|
149
|
+
type: PropType<boolean>;
|
|
150
|
+
default: boolean;
|
|
151
|
+
} : Omit<{
|
|
152
|
+
type: PropType<boolean>;
|
|
153
|
+
default: boolean;
|
|
154
|
+
}, "type" | "default"> & {
|
|
155
|
+
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
156
|
+
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
157
|
+
};
|
|
158
|
+
floated: unknown extends Defaults["floated"] ? {
|
|
159
|
+
type: PropType<boolean>;
|
|
160
|
+
default: () => false;
|
|
161
|
+
} : Omit<{
|
|
162
|
+
type: PropType<boolean>;
|
|
163
|
+
default: () => false;
|
|
164
|
+
}, "type" | "default"> & {
|
|
165
|
+
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
166
|
+
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
167
|
+
};
|
|
168
|
+
placeholder: unknown extends Defaults["placeholder"] ? PropType<string> : {
|
|
169
|
+
type: PropType<unknown extends Defaults["placeholder"] ? string : string | Defaults["placeholder"]>;
|
|
170
|
+
default: unknown extends Defaults["placeholder"] ? string : string | Defaults["placeholder"];
|
|
171
|
+
};
|
|
172
|
+
required: unknown extends Defaults["required"] ? PropType<boolean> : {
|
|
173
|
+
type: PropType<unknown extends Defaults["required"] ? boolean : boolean | Defaults["required"]>;
|
|
174
|
+
default: unknown extends Defaults["required"] ? boolean : boolean | Defaults["required"];
|
|
175
|
+
};
|
|
176
|
+
loading: unknown extends Defaults["loading"] ? PropType<boolean> : {
|
|
177
|
+
type: PropType<unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"]>;
|
|
178
|
+
default: unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"];
|
|
179
|
+
};
|
|
180
|
+
variation: unknown extends Defaults["variation"] ? {
|
|
181
|
+
type: PropType<string>;
|
|
182
|
+
default: string;
|
|
183
|
+
} : Omit<{
|
|
184
|
+
type: PropType<string>;
|
|
185
|
+
default: string;
|
|
186
|
+
}, "type" | "default"> & {
|
|
187
|
+
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
188
|
+
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
189
|
+
};
|
|
190
|
+
outlined: unknown extends Defaults["outlined"] ? PropType<boolean> : {
|
|
191
|
+
type: PropType<unknown extends Defaults["outlined"] ? boolean : boolean | Defaults["outlined"]>;
|
|
192
|
+
default: unknown extends Defaults["outlined"] ? boolean : boolean | Defaults["outlined"];
|
|
193
|
+
};
|
|
194
|
+
filled: unknown extends Defaults["filled"] ? PropType<boolean> : {
|
|
195
|
+
type: PropType<unknown extends Defaults["filled"] ? boolean : boolean | Defaults["filled"]>;
|
|
196
|
+
default: unknown extends Defaults["filled"] ? boolean : boolean | Defaults["filled"];
|
|
197
|
+
};
|
|
198
|
+
ceramic: unknown extends Defaults["ceramic"] ? PropType<boolean> : {
|
|
199
|
+
type: PropType<unknown extends Defaults["ceramic"] ? boolean : boolean | Defaults["ceramic"]>;
|
|
200
|
+
default: unknown extends Defaults["ceramic"] ? boolean : boolean | Defaults["ceramic"];
|
|
201
|
+
};
|
|
202
|
+
enableClear: unknown extends Defaults["enableClear"] ? PropType<boolean> : {
|
|
203
|
+
type: PropType<unknown extends Defaults["enableClear"] ? boolean : boolean | Defaults["enableClear"]>;
|
|
204
|
+
default: unknown extends Defaults["enableClear"] ? boolean : boolean | Defaults["enableClear"];
|
|
205
|
+
};
|
|
206
|
+
inputAlign: unknown extends Defaults["inputAlign"] ? PropType<string> : {
|
|
207
|
+
type: PropType<unknown extends Defaults["inputAlign"] ? string : string | Defaults["inputAlign"]>;
|
|
208
|
+
default: unknown extends Defaults["inputAlign"] ? string : string | Defaults["inputAlign"];
|
|
209
|
+
};
|
|
210
|
+
inlineLabel: unknown extends Defaults["inlineLabel"] ? PropType<boolean> : {
|
|
211
|
+
type: PropType<unknown extends Defaults["inlineLabel"] ? boolean : boolean | Defaults["inlineLabel"]>;
|
|
212
|
+
default: unknown extends Defaults["inlineLabel"] ? boolean : boolean | Defaults["inlineLabel"];
|
|
213
|
+
};
|
|
214
|
+
displayText: unknown extends Defaults["displayText"] ? PropType<string | ((value: any) => string)> : {
|
|
215
|
+
type: PropType<unknown extends Defaults["displayText"] ? string | ((value: any) => string) : Defaults["displayText"] | NonNullable<string | ((value: any) => string)>>;
|
|
216
|
+
default: unknown extends Defaults["displayText"] ? string | ((value: any) => string) : Defaults["displayText"] | NonNullable<string | ((value: any) => string)>;
|
|
217
|
+
};
|
|
218
|
+
whenInputValid: unknown extends Defaults["whenInputValid"] ? PropType<number | boolean> : {
|
|
219
|
+
type: PropType<unknown extends Defaults["whenInputValid"] ? number | boolean : Defaults["whenInputValid"] | NonNullable<number | boolean>>;
|
|
220
|
+
default: unknown extends Defaults["whenInputValid"] ? number | boolean : Defaults["whenInputValid"] | NonNullable<number | boolean>;
|
|
221
|
+
};
|
|
222
|
+
tabindex: unknown extends Defaults["tabindex"] ? {
|
|
223
|
+
type: PropType<string>;
|
|
224
|
+
default: string;
|
|
225
|
+
} : Omit<{
|
|
226
|
+
type: PropType<string>;
|
|
227
|
+
default: string;
|
|
228
|
+
}, "type" | "default"> & {
|
|
229
|
+
type: PropType<unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"]>;
|
|
230
|
+
default: unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"];
|
|
231
|
+
};
|
|
232
|
+
type: unknown extends Defaults["type"] ? {
|
|
233
|
+
type: PropType<string>;
|
|
234
|
+
default: string;
|
|
235
|
+
} : Omit<{
|
|
236
|
+
type: PropType<string>;
|
|
237
|
+
default: string;
|
|
238
|
+
}, "type" | "default"> & {
|
|
239
|
+
type: PropType<unknown extends Defaults["type"] ? string : string | Defaults["type"]>;
|
|
240
|
+
default: unknown extends Defaults["type"] ? string : string | Defaults["type"];
|
|
241
|
+
};
|
|
242
|
+
inputStyle: unknown extends Defaults["inputStyle"] ? PropType<any> : {
|
|
243
|
+
type: PropType<unknown extends Defaults["inputStyle"] ? any : any>;
|
|
244
|
+
default: unknown extends Defaults["inputStyle"] ? any : any;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
export declare const YFieldInput: import('vue').DefineComponent<{
|
|
248
|
+
extended: PropType<any>;
|
|
249
|
+
focused: BooleanConstructor;
|
|
250
|
+
'onUpdate:focused': PropType<(v: boolean) => void>;
|
|
251
|
+
readonly: PropType<boolean>;
|
|
252
|
+
disabled: PropType<boolean>;
|
|
253
|
+
status: {
|
|
254
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
255
|
+
validator(value: string): boolean;
|
|
256
|
+
};
|
|
257
|
+
helperText: StringConstructor;
|
|
258
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
259
|
+
validateOn: {
|
|
260
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
261
|
+
};
|
|
262
|
+
validationValue: null;
|
|
263
|
+
maxErrors: {
|
|
264
|
+
type: PropType<number | string>;
|
|
265
|
+
default: number;
|
|
266
|
+
};
|
|
267
|
+
name: StringConstructor;
|
|
268
|
+
width: {
|
|
269
|
+
type: PropType<string | number>;
|
|
270
|
+
};
|
|
271
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
272
|
+
displayTag: {
|
|
273
|
+
type: PropType<string>;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
label: PropType<string>;
|
|
277
|
+
modelValue: {
|
|
278
|
+
type: PropType<any>;
|
|
279
|
+
};
|
|
280
|
+
autoSelect: {
|
|
281
|
+
type: PropType<boolean>;
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
284
|
+
floating: {
|
|
285
|
+
type: PropType<boolean>;
|
|
286
|
+
default: boolean;
|
|
287
|
+
};
|
|
288
|
+
floated: {
|
|
289
|
+
type: PropType<boolean>;
|
|
290
|
+
default: () => false;
|
|
291
|
+
};
|
|
292
|
+
placeholder: PropType<string>;
|
|
293
|
+
required: PropType<boolean>;
|
|
294
|
+
loading: PropType<boolean>;
|
|
295
|
+
variation: {
|
|
296
|
+
type: PropType<string>;
|
|
297
|
+
default: string;
|
|
298
|
+
};
|
|
299
|
+
outlined: PropType<boolean>;
|
|
300
|
+
filled: PropType<boolean>;
|
|
301
|
+
ceramic: PropType<boolean>;
|
|
302
|
+
enableClear: PropType<boolean>;
|
|
303
|
+
inputAlign: PropType<string>;
|
|
304
|
+
inlineLabel: PropType<boolean>;
|
|
305
|
+
displayText: PropType<string | ((value: any) => string)>;
|
|
306
|
+
whenInputValid: PropType<boolean | number>;
|
|
307
|
+
tabindex: {
|
|
308
|
+
type: PropType<string>;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
type: {
|
|
312
|
+
type: PropType<string>;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
inputStyle: PropType<any>;
|
|
316
|
+
}, {
|
|
317
|
+
focused: import('vue').Ref<any, any> & {
|
|
318
|
+
readonly rxValue: any;
|
|
319
|
+
};
|
|
320
|
+
inValue: import('vue').Ref<any, any>;
|
|
321
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mousedown" | "mouseup" | "mousedown:display" | "keydown:display" | "update:modelValue" | "update:focused" | "click:clear")[], "input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mousedown" | "mouseup" | "mousedown:display" | "keydown:display" | "update:modelValue" | "update:focused" | "click:clear">;
|
|
322
|
+
export type YFieldInput = InstanceType<typeof YFieldInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './YFieldInput';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SubmitEventPromise } from '../../composables/form';
|
|
2
|
+
|
|
3
|
+
export declare const YForm: import('vue').DefineComponent<{
|
|
4
|
+
readonly: BooleanConstructor;
|
|
5
|
+
disabled: BooleanConstructor;
|
|
6
|
+
loading: BooleanConstructor;
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: import('vue').PropType<boolean | null>;
|
|
9
|
+
default: null;
|
|
10
|
+
};
|
|
11
|
+
validateOn: {
|
|
12
|
+
type: import('vue').PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (val: boolean | null) => true;
|
|
17
|
+
submit: (e: SubmitEventPromise) => true;
|
|
18
|
+
"keydown.enter": (e: Event) => true;
|
|
19
|
+
}, string>;
|
|
20
|
+
export type YForm = InstanceType<typeof YForm>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './YForm';
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const pressYHoverPropsOptions: <Defaults extends {
|
|
2
|
+
disabled?: unknown;
|
|
3
|
+
modelValue?: unknown;
|
|
4
|
+
openDelay?: unknown;
|
|
5
|
+
closeDelay?: unknown;
|
|
6
|
+
} = {}>(defaults?: Defaults | undefined) => {
|
|
7
|
+
disabled: unknown extends Defaults["disabled"] ? BooleanConstructor : {
|
|
8
|
+
type: import('vue').PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
9
|
+
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
10
|
+
};
|
|
11
|
+
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: undefined;
|
|
14
|
+
} : Omit<{
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
}, "type" | "default"> & {
|
|
18
|
+
type: import('vue').PropType<unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"]>;
|
|
19
|
+
default: unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"];
|
|
20
|
+
};
|
|
21
|
+
openDelay: unknown extends Defaults["openDelay"] ? {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
default: number;
|
|
24
|
+
} : Omit<{
|
|
25
|
+
type: NumberConstructor;
|
|
26
|
+
default: number;
|
|
27
|
+
}, "type" | "default"> & {
|
|
28
|
+
type: import('vue').PropType<unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"]>;
|
|
29
|
+
default: unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"];
|
|
30
|
+
};
|
|
31
|
+
closeDelay: unknown extends Defaults["closeDelay"] ? {
|
|
32
|
+
type: NumberConstructor;
|
|
33
|
+
default: number;
|
|
34
|
+
} : Omit<{
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
}, "type" | "default"> & {
|
|
38
|
+
type: import('vue').PropType<unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"]>;
|
|
39
|
+
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare const YHover: import('vue').DefineComponent<{
|
|
43
|
+
disabled: BooleanConstructor;
|
|
44
|
+
modelValue: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
openDelay: {
|
|
49
|
+
type: NumberConstructor;
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
closeDelay: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "hover")[], "update:modelValue" | "hover">;
|
|
57
|
+
export type YHover = InstanceType<typeof YHover>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './YHover';
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { IconValue } from '../../composables/icon';
|
|
3
|
+
|
|
4
|
+
export declare const pressYIconPropsOptions: <Defaults extends {
|
|
5
|
+
theme?: unknown;
|
|
6
|
+
color?: unknown;
|
|
7
|
+
gap?: unknown;
|
|
8
|
+
icon?: unknown;
|
|
9
|
+
tag?: unknown;
|
|
10
|
+
size?: unknown;
|
|
11
|
+
class?: unknown;
|
|
12
|
+
} = {}>(defaults?: Defaults | undefined) => {
|
|
13
|
+
theme: unknown extends Defaults["theme"] ? PropType<string> : {
|
|
14
|
+
type: PropType<unknown extends Defaults["theme"] ? string : string | Defaults["theme"]>;
|
|
15
|
+
default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
|
|
16
|
+
};
|
|
17
|
+
color: unknown extends Defaults["color"] ? StringConstructor : {
|
|
18
|
+
type: PropType<unknown extends Defaults["color"] ? string : string | Defaults["color"]>;
|
|
19
|
+
default: unknown extends Defaults["color"] ? string : string | Defaults["color"];
|
|
20
|
+
};
|
|
21
|
+
gap: unknown extends Defaults["gap"] ? StringConstructor : {
|
|
22
|
+
type: PropType<unknown extends Defaults["gap"] ? string : string | Defaults["gap"]>;
|
|
23
|
+
default: unknown extends Defaults["gap"] ? string : string | Defaults["gap"];
|
|
24
|
+
};
|
|
25
|
+
icon: unknown extends Defaults["icon"] ? PropType<IconValue> : {
|
|
26
|
+
type: PropType<unknown extends Defaults["icon"] ? IconValue : NonNullable<IconValue> | Defaults["icon"]>;
|
|
27
|
+
default: unknown extends Defaults["icon"] ? IconValue : NonNullable<IconValue> | Defaults["icon"];
|
|
28
|
+
};
|
|
29
|
+
tag: unknown extends Defaults["tag"] ? {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
} : Omit<{
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
}, "type" | "default"> & {
|
|
36
|
+
type: PropType<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
37
|
+
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
38
|
+
};
|
|
39
|
+
size: unknown extends Defaults["size"] ? {
|
|
40
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
41
|
+
} : Omit<{
|
|
42
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
43
|
+
}, "type" | "default"> & {
|
|
44
|
+
type: PropType<unknown extends Defaults["size"] ? string | number : NonNullable<string | number> | Defaults["size"]>;
|
|
45
|
+
default: unknown extends Defaults["size"] ? string | number : NonNullable<string | number> | Defaults["size"];
|
|
46
|
+
};
|
|
47
|
+
class: unknown extends Defaults["class"] ? PropType<string | string[] | Record<string, any>[]> : {
|
|
48
|
+
type: PropType<unknown extends Defaults["class"] ? string | string[] | Record<string, any>[] : Defaults["class"] | NonNullable<string | string[] | Record<string, any>[]>>;
|
|
49
|
+
default: unknown extends Defaults["class"] ? string | string[] | Record<string, any>[] : Defaults["class"] | NonNullable<string | string[] | Record<string, any>[]>;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export declare const YIcon: import('vue').DefineComponent<{
|
|
53
|
+
theme: PropType<string>;
|
|
54
|
+
color: StringConstructor;
|
|
55
|
+
gap: StringConstructor;
|
|
56
|
+
icon: PropType<IconValue>;
|
|
57
|
+
tag: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
size: {
|
|
62
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
63
|
+
};
|
|
64
|
+
class: PropType<string | string[] | Record<string, any>[]>;
|
|
65
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
66
|
+
export type YIconIconProp = IconValue & Omit<PropType<YIcon['$props']>, 'icon'>;
|
|
67
|
+
export type YIcon = InstanceType<typeof YIcon>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './YIcon';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
|
|
2
|
+
export declare const YIconCheckbox: import('vue').DefineComponent<{
|
|
3
|
+
checked: BooleanConstructor;
|
|
4
|
+
indeterminate: BooleanConstructor;
|
|
5
|
+
disabled: BooleanConstructor;
|
|
6
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const YIconClear: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const YIconDropdown: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const YIconExpand: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const PageControlPaths: {
|
|
4
|
+
next: string;
|
|
5
|
+
prev: string;
|
|
6
|
+
last: string;
|
|
7
|
+
first: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const YIconPageControl: import('vue').DefineComponent<{
|
|
10
|
+
type: {
|
|
11
|
+
type: PropType<"next" | "prev" | "first" | "last">;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const YIconSort: import('vue').DefineComponent<{
|
|
4
|
+
direction: {
|
|
5
|
+
type: PropType<"asc" | "desc">;
|
|
6
|
+
};
|
|
7
|
+
disabled: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export * from './YIconExpand';
|
|
2
|
+
export * from './YIconClear';
|
|
3
|
+
export * from './YIconCheckbox';
|
|
4
|
+
export * from './YIconPageControl';
|
|
5
|
+
export * from './YIconSort';
|
|
6
|
+
export declare const builtSet: {
|
|
7
|
+
expand: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
8
|
+
dropdown: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
9
|
+
clear: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
10
|
+
checkbox: import('vue').DefineComponent<{
|
|
11
|
+
checked: BooleanConstructor;
|
|
12
|
+
indeterminate: BooleanConstructor;
|
|
13
|
+
disabled: BooleanConstructor;
|
|
14
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
15
|
+
pageControl: import('vue').DefineComponent<{
|
|
16
|
+
type: {
|
|
17
|
+
type: import('vue').PropType<"next" | "prev" | "first" | "last">;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
21
|
+
next: {
|
|
22
|
+
component: import('vue').DefineComponent<{
|
|
23
|
+
type: {
|
|
24
|
+
type: import('vue').PropType<"next" | "prev" | "first" | "last">;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
28
|
+
props: {
|
|
29
|
+
type: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
prev: {
|
|
33
|
+
component: import('vue').DefineComponent<{
|
|
34
|
+
type: {
|
|
35
|
+
type: import('vue').PropType<"next" | "prev" | "first" | "last">;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
39
|
+
props: {
|
|
40
|
+
type: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
sort: import('vue').DefineComponent<{
|
|
44
|
+
direction: {
|
|
45
|
+
type: import('vue').PropType<"asc" | "desc">;
|
|
46
|
+
};
|
|
47
|
+
disabled: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
};
|
|
50
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
51
|
+
};
|