yuyeon 0.3.4-beta.12 → 0.3.4-beta.14
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 +131 -131
- 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/components/table/YDataTableLayerRows.js +3 -3
- package/lib/components/table/YDataTableLayerRows.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,133 @@
|
|
|
1
|
+
import { CSSProperties, ImgHTMLAttributes, PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const pressYImgPropsOptions: <Defaults extends {
|
|
4
|
+
minWidth?: unknown;
|
|
5
|
+
width?: unknown;
|
|
6
|
+
maxWidth?: unknown;
|
|
7
|
+
minHeight?: unknown;
|
|
8
|
+
height?: unknown;
|
|
9
|
+
maxHeight?: unknown;
|
|
10
|
+
objectFit?: unknown;
|
|
11
|
+
eager?: unknown;
|
|
12
|
+
transition?: unknown;
|
|
13
|
+
src?: unknown;
|
|
14
|
+
crossorigin?: unknown;
|
|
15
|
+
referrerpolicy?: unknown;
|
|
16
|
+
} = {}>(defaults?: Defaults | undefined) => {
|
|
17
|
+
minWidth: unknown extends Defaults["minWidth"] ? PropType<string | number> : {
|
|
18
|
+
type: PropType<unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"]>;
|
|
19
|
+
default: unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"];
|
|
20
|
+
};
|
|
21
|
+
width: unknown extends Defaults["width"] ? PropType<string | number> : {
|
|
22
|
+
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
23
|
+
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
24
|
+
};
|
|
25
|
+
maxWidth: unknown extends Defaults["maxWidth"] ? PropType<string | number> : {
|
|
26
|
+
type: PropType<unknown extends Defaults["maxWidth"] ? string | number : NonNullable<string | number> | Defaults["maxWidth"]>;
|
|
27
|
+
default: unknown extends Defaults["maxWidth"] ? string | number : NonNullable<string | number> | Defaults["maxWidth"];
|
|
28
|
+
};
|
|
29
|
+
minHeight: unknown extends Defaults["minHeight"] ? PropType<string | number> : {
|
|
30
|
+
type: PropType<unknown extends Defaults["minHeight"] ? string | number : NonNullable<string | number> | Defaults["minHeight"]>;
|
|
31
|
+
default: unknown extends Defaults["minHeight"] ? string | number : NonNullable<string | number> | Defaults["minHeight"];
|
|
32
|
+
};
|
|
33
|
+
height: unknown extends Defaults["height"] ? PropType<string | number> : {
|
|
34
|
+
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
35
|
+
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
36
|
+
};
|
|
37
|
+
maxHeight: unknown extends Defaults["maxHeight"] ? PropType<string | number> : {
|
|
38
|
+
type: PropType<unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"]>;
|
|
39
|
+
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
40
|
+
};
|
|
41
|
+
objectFit: unknown extends Defaults["objectFit"] ? {
|
|
42
|
+
type: PropType<Extract<CSSProperties["objectFit"], "contain" | "cover" | "fill" | "scale-down">>;
|
|
43
|
+
default: string;
|
|
44
|
+
} : Omit<{
|
|
45
|
+
type: PropType<Extract<CSSProperties["objectFit"], "contain" | "cover" | "fill" | "scale-down">>;
|
|
46
|
+
default: string;
|
|
47
|
+
}, "type" | "default"> & {
|
|
48
|
+
type: PropType<unknown extends Defaults["objectFit"] ? "fill" | "contain" | "cover" | "scale-down" : Defaults["objectFit"] | NonNullable<"fill" | "contain" | "cover" | "scale-down">>;
|
|
49
|
+
default: unknown extends Defaults["objectFit"] ? "fill" | "contain" | "cover" | "scale-down" : Defaults["objectFit"] | NonNullable<"fill" | "contain" | "cover" | "scale-down">;
|
|
50
|
+
};
|
|
51
|
+
eager: unknown extends Defaults["eager"] ? BooleanConstructor : {
|
|
52
|
+
type: PropType<unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"]>;
|
|
53
|
+
default: unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"];
|
|
54
|
+
};
|
|
55
|
+
transition: unknown extends Defaults["transition"] ? Omit<{
|
|
56
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
57
|
+
is?: import('vue').Component;
|
|
58
|
+
})>;
|
|
59
|
+
default: string;
|
|
60
|
+
}, "type" | "default"> & {
|
|
61
|
+
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
62
|
+
is?: import('vue').Component;
|
|
63
|
+
})>>;
|
|
64
|
+
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
65
|
+
is?: import('vue').Component;
|
|
66
|
+
})>;
|
|
67
|
+
} : Omit<Omit<{
|
|
68
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
69
|
+
is?: import('vue').Component;
|
|
70
|
+
})>;
|
|
71
|
+
default: string;
|
|
72
|
+
}, "type" | "default"> & {
|
|
73
|
+
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
74
|
+
is?: import('vue').Component;
|
|
75
|
+
})>>;
|
|
76
|
+
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
77
|
+
is?: import('vue').Component;
|
|
78
|
+
})>;
|
|
79
|
+
}, "type" | "default"> & {
|
|
80
|
+
type: PropType<unknown extends Defaults["transition"] ? NonNullable<string | (import('vue').TransitionProps & {
|
|
81
|
+
is?: import('vue').Component;
|
|
82
|
+
})> : NonNullable<NonNullable<string | (import('vue').TransitionProps & {
|
|
83
|
+
is?: import('vue').Component;
|
|
84
|
+
})>> | Defaults["transition"]>;
|
|
85
|
+
default: unknown extends Defaults["transition"] ? NonNullable<string | (import('vue').TransitionProps & {
|
|
86
|
+
is?: import('vue').Component;
|
|
87
|
+
})> : NonNullable<NonNullable<string | (import('vue').TransitionProps & {
|
|
88
|
+
is?: import('vue').Component;
|
|
89
|
+
})>> | Defaults["transition"];
|
|
90
|
+
};
|
|
91
|
+
src: unknown extends Defaults["src"] ? PropType<string> : {
|
|
92
|
+
type: PropType<unknown extends Defaults["src"] ? string : string | Defaults["src"]>;
|
|
93
|
+
default: unknown extends Defaults["src"] ? string : string | Defaults["src"];
|
|
94
|
+
};
|
|
95
|
+
crossorigin: unknown extends Defaults["crossorigin"] ? PropType<"" | "anonymous" | "use-credentials" | undefined> : {
|
|
96
|
+
type: PropType<unknown extends Defaults["crossorigin"] ? "" | "anonymous" | "use-credentials" | undefined : Defaults["crossorigin"] | NonNullable<"" | "anonymous" | "use-credentials" | undefined>>;
|
|
97
|
+
default: unknown extends Defaults["crossorigin"] ? "" | "anonymous" | "use-credentials" | undefined : Defaults["crossorigin"] | NonNullable<"" | "anonymous" | "use-credentials" | undefined>;
|
|
98
|
+
};
|
|
99
|
+
referrerpolicy: unknown extends Defaults["referrerpolicy"] ? PropType<("" | "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined> : {
|
|
100
|
+
type: PropType<unknown extends Defaults["referrerpolicy"] ? ("" | "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined : Defaults["referrerpolicy"] | NonNullable<("" | "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined>>;
|
|
101
|
+
default: unknown extends Defaults["referrerpolicy"] ? ("" | "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined : Defaults["referrerpolicy"] | NonNullable<("" | "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined>;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
export type YImgStatus = "idle" | "loading" | "loaded" | "error";
|
|
105
|
+
export declare const YImg: import('vue').DefineComponent<{
|
|
106
|
+
minWidth: PropType<number | string>;
|
|
107
|
+
width: PropType<number | string>;
|
|
108
|
+
maxWidth: PropType<number | string>;
|
|
109
|
+
minHeight: PropType<number | string>;
|
|
110
|
+
height: PropType<number | string>;
|
|
111
|
+
maxHeight: PropType<number | string>;
|
|
112
|
+
objectFit: {
|
|
113
|
+
type: PropType<Extract<CSSProperties["objectFit"], "contain" | "cover" | "fill" | "scale-down">>;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
eager: BooleanConstructor;
|
|
117
|
+
transition: Omit<{
|
|
118
|
+
type: PropType<string | (import('vue').TransitionProps & {
|
|
119
|
+
is?: import('vue').Component;
|
|
120
|
+
})>;
|
|
121
|
+
default: string;
|
|
122
|
+
}, "type" | "default"> & {
|
|
123
|
+
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
124
|
+
is?: import('vue').Component;
|
|
125
|
+
})>>;
|
|
126
|
+
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
127
|
+
is?: import('vue').Component;
|
|
128
|
+
})>;
|
|
129
|
+
};
|
|
130
|
+
src: PropType<string>;
|
|
131
|
+
crossorigin: PropType<ImgHTMLAttributes["crossorigin"]>;
|
|
132
|
+
referrerpolicy: PropType<ImgHTMLAttributes["referrerpolicy"]>;
|
|
133
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("error" | "load" | "loaded")[], "error" | "load" | "loaded">;
|
|
File without changes
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export * from './app';
|
|
2
|
+
export * from './button';
|
|
3
|
+
export * from './input';
|
|
4
|
+
export * from './field-input';
|
|
5
|
+
export * from './textarea';
|
|
6
|
+
export * from './form';
|
|
7
|
+
export * from './progress-bar';
|
|
8
|
+
export * from './progress-ring';
|
|
9
|
+
export * from './card';
|
|
10
|
+
export * from './chip';
|
|
11
|
+
export * from './switch';
|
|
12
|
+
export * from './layer';
|
|
13
|
+
export * from './dialog';
|
|
14
|
+
export * from './snackbar';
|
|
15
|
+
export * from './tooltip';
|
|
16
|
+
export * from './transitions';
|
|
17
|
+
export * from './panel';
|
|
18
|
+
export * from './tree-view';
|
|
19
|
+
export * from './list';
|
|
20
|
+
export * from './icons';
|
|
21
|
+
export * from './table';
|
|
22
|
+
export * from './menu';
|
|
23
|
+
export * from './checkbox';
|
|
24
|
+
export * from './pagination';
|
|
25
|
+
export * from './loading';
|
|
26
|
+
export * from './dropdown';
|
|
27
|
+
export * from './select';
|
|
28
|
+
export * from './tab';
|
|
29
|
+
export * from './alert';
|
|
30
|
+
export * from './divider';
|
|
31
|
+
export * from './date-picker';
|
|
32
|
+
export * from './icon';
|
|
33
|
+
export * from './badge';
|
|
34
|
+
export * from './text-ellipsis';
|
|
35
|
+
export * from './ip-field';
|
|
36
|
+
export * from './hover';
|
|
37
|
+
export * from './text-interpolation';
|
|
38
|
+
export * from './text-highlighter';
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const pressYInputPropsOptions: <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
|
+
} = {}>(defaults?: Defaults | undefined) => {
|
|
32
|
+
extended: unknown extends Defaults["extended"] ? PropType<any> : {
|
|
33
|
+
type: PropType<unknown extends Defaults["extended"] ? any : any>;
|
|
34
|
+
default: unknown extends Defaults["extended"] ? any : any;
|
|
35
|
+
};
|
|
36
|
+
focused: unknown extends Defaults["focused"] ? BooleanConstructor : {
|
|
37
|
+
type: PropType<unknown extends Defaults["focused"] ? boolean : boolean | Defaults["focused"]>;
|
|
38
|
+
default: unknown extends Defaults["focused"] ? boolean : boolean | Defaults["focused"];
|
|
39
|
+
};
|
|
40
|
+
'onUpdate:focused': unknown extends Defaults["onUpdate:focused"] ? PropType<(v: boolean) => void> : {
|
|
41
|
+
type: PropType<unknown extends Defaults["onUpdate:focused"] ? (v: boolean) => void : ((v: boolean) => void) | Defaults["onUpdate:focused"]>;
|
|
42
|
+
default: unknown extends Defaults["onUpdate:focused"] ? (v: boolean) => void : ((v: boolean) => void) | Defaults["onUpdate:focused"];
|
|
43
|
+
};
|
|
44
|
+
readonly: unknown extends Defaults["readonly"] ? PropType<boolean> : {
|
|
45
|
+
type: PropType<unknown extends Defaults["readonly"] ? boolean : boolean | Defaults["readonly"]>;
|
|
46
|
+
default: unknown extends Defaults["readonly"] ? boolean : boolean | Defaults["readonly"];
|
|
47
|
+
};
|
|
48
|
+
disabled: unknown extends Defaults["disabled"] ? PropType<boolean> : {
|
|
49
|
+
type: PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
50
|
+
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
51
|
+
};
|
|
52
|
+
status: unknown extends Defaults["status"] ? {
|
|
53
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
54
|
+
validator(value: string): boolean;
|
|
55
|
+
} : Omit<{
|
|
56
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
57
|
+
validator(value: string): boolean;
|
|
58
|
+
}, "type" | "default"> & {
|
|
59
|
+
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
60
|
+
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
61
|
+
};
|
|
62
|
+
helperText: unknown extends Defaults["helperText"] ? StringConstructor : {
|
|
63
|
+
type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
|
|
64
|
+
default: unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"];
|
|
65
|
+
};
|
|
66
|
+
validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) => boolean | string)[]> : {
|
|
67
|
+
type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"]>;
|
|
68
|
+
default: unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"];
|
|
69
|
+
};
|
|
70
|
+
validateOn: unknown extends Defaults["validateOn"] ? {
|
|
71
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
72
|
+
} : Omit<{
|
|
73
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
74
|
+
}, "type" | "default"> & {
|
|
75
|
+
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
76
|
+
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
77
|
+
};
|
|
78
|
+
validationValue: unknown extends Defaults["validationValue"] ? null : {
|
|
79
|
+
type: PropType<unknown extends Defaults["validationValue"] ? any : any>;
|
|
80
|
+
default: unknown extends Defaults["validationValue"] ? any : any;
|
|
81
|
+
};
|
|
82
|
+
maxErrors: unknown extends Defaults["maxErrors"] ? {
|
|
83
|
+
type: PropType<number | string>;
|
|
84
|
+
default: number;
|
|
85
|
+
} : Omit<{
|
|
86
|
+
type: PropType<number | string>;
|
|
87
|
+
default: number;
|
|
88
|
+
}, "type" | "default"> & {
|
|
89
|
+
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
90
|
+
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
91
|
+
};
|
|
92
|
+
name: unknown extends Defaults["name"] ? StringConstructor : {
|
|
93
|
+
type: PropType<unknown extends Defaults["name"] ? string : string | Defaults["name"]>;
|
|
94
|
+
default: unknown extends Defaults["name"] ? string : string | Defaults["name"];
|
|
95
|
+
};
|
|
96
|
+
width: unknown extends Defaults["width"] ? {
|
|
97
|
+
type: PropType<string | number>;
|
|
98
|
+
} : Omit<{
|
|
99
|
+
type: PropType<string | number>;
|
|
100
|
+
}, "type" | "default"> & {
|
|
101
|
+
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
102
|
+
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
103
|
+
};
|
|
104
|
+
height: unknown extends Defaults["height"] ? (NumberConstructor | StringConstructor)[] : {
|
|
105
|
+
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
106
|
+
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
107
|
+
};
|
|
108
|
+
displayTag: unknown extends Defaults["displayTag"] ? {
|
|
109
|
+
type: PropType<string>;
|
|
110
|
+
default: string;
|
|
111
|
+
} : Omit<{
|
|
112
|
+
type: PropType<string>;
|
|
113
|
+
default: string;
|
|
114
|
+
}, "type" | "default"> & {
|
|
115
|
+
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
116
|
+
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
117
|
+
};
|
|
118
|
+
label: unknown extends Defaults["label"] ? PropType<string> : {
|
|
119
|
+
type: PropType<unknown extends Defaults["label"] ? string : string | Defaults["label"]>;
|
|
120
|
+
default: unknown extends Defaults["label"] ? string : string | Defaults["label"];
|
|
121
|
+
};
|
|
122
|
+
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
123
|
+
type: PropType<any>;
|
|
124
|
+
} : Omit<{
|
|
125
|
+
type: PropType<any>;
|
|
126
|
+
}, "type" | "default"> & {
|
|
127
|
+
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
128
|
+
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
129
|
+
};
|
|
130
|
+
autoSelect: unknown extends Defaults["autoSelect"] ? {
|
|
131
|
+
type: PropType<boolean>;
|
|
132
|
+
default: boolean;
|
|
133
|
+
} : Omit<{
|
|
134
|
+
type: PropType<boolean>;
|
|
135
|
+
default: boolean;
|
|
136
|
+
}, "type" | "default"> & {
|
|
137
|
+
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
138
|
+
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
139
|
+
};
|
|
140
|
+
floating: unknown extends Defaults["floating"] ? {
|
|
141
|
+
type: PropType<boolean>;
|
|
142
|
+
default: boolean;
|
|
143
|
+
} : Omit<{
|
|
144
|
+
type: PropType<boolean>;
|
|
145
|
+
default: boolean;
|
|
146
|
+
}, "type" | "default"> & {
|
|
147
|
+
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
148
|
+
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
149
|
+
};
|
|
150
|
+
floated: unknown extends Defaults["floated"] ? {
|
|
151
|
+
type: PropType<boolean>;
|
|
152
|
+
default: () => false;
|
|
153
|
+
} : Omit<{
|
|
154
|
+
type: PropType<boolean>;
|
|
155
|
+
default: () => false;
|
|
156
|
+
}, "type" | "default"> & {
|
|
157
|
+
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
158
|
+
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
159
|
+
};
|
|
160
|
+
placeholder: unknown extends Defaults["placeholder"] ? PropType<string> : {
|
|
161
|
+
type: PropType<unknown extends Defaults["placeholder"] ? string : string | Defaults["placeholder"]>;
|
|
162
|
+
default: unknown extends Defaults["placeholder"] ? string : string | Defaults["placeholder"];
|
|
163
|
+
};
|
|
164
|
+
required: unknown extends Defaults["required"] ? PropType<boolean> : {
|
|
165
|
+
type: PropType<unknown extends Defaults["required"] ? boolean : boolean | Defaults["required"]>;
|
|
166
|
+
default: unknown extends Defaults["required"] ? boolean : boolean | Defaults["required"];
|
|
167
|
+
};
|
|
168
|
+
loading: unknown extends Defaults["loading"] ? PropType<boolean> : {
|
|
169
|
+
type: PropType<unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"]>;
|
|
170
|
+
default: unknown extends Defaults["loading"] ? boolean : boolean | Defaults["loading"];
|
|
171
|
+
};
|
|
172
|
+
variation: unknown extends Defaults["variation"] ? PropType<string> : {
|
|
173
|
+
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
174
|
+
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
175
|
+
};
|
|
176
|
+
outlined: unknown extends Defaults["outlined"] ? PropType<boolean> : {
|
|
177
|
+
type: PropType<unknown extends Defaults["outlined"] ? boolean : boolean | Defaults["outlined"]>;
|
|
178
|
+
default: unknown extends Defaults["outlined"] ? boolean : boolean | Defaults["outlined"];
|
|
179
|
+
};
|
|
180
|
+
filled: unknown extends Defaults["filled"] ? PropType<boolean> : {
|
|
181
|
+
type: PropType<unknown extends Defaults["filled"] ? boolean : boolean | Defaults["filled"]>;
|
|
182
|
+
default: unknown extends Defaults["filled"] ? boolean : boolean | Defaults["filled"];
|
|
183
|
+
};
|
|
184
|
+
ceramic: unknown extends Defaults["ceramic"] ? PropType<boolean> : {
|
|
185
|
+
type: PropType<unknown extends Defaults["ceramic"] ? boolean : boolean | Defaults["ceramic"]>;
|
|
186
|
+
default: unknown extends Defaults["ceramic"] ? boolean : boolean | Defaults["ceramic"];
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
export interface YInputDefaultSlotProps {
|
|
190
|
+
value: any;
|
|
191
|
+
loading: boolean;
|
|
192
|
+
attrId: string;
|
|
193
|
+
focused: boolean;
|
|
194
|
+
}
|
|
195
|
+
export declare const YInput: import('vue').DefineComponent<{
|
|
196
|
+
extended: PropType<any>;
|
|
197
|
+
focused: BooleanConstructor;
|
|
198
|
+
'onUpdate:focused': PropType<(v: boolean) => void>;
|
|
199
|
+
readonly: PropType<boolean>;
|
|
200
|
+
disabled: PropType<boolean>;
|
|
201
|
+
status: {
|
|
202
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
203
|
+
validator(value: string): boolean;
|
|
204
|
+
};
|
|
205
|
+
helperText: StringConstructor;
|
|
206
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
207
|
+
validateOn: {
|
|
208
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
209
|
+
};
|
|
210
|
+
validationValue: null;
|
|
211
|
+
maxErrors: {
|
|
212
|
+
type: PropType<number | string>;
|
|
213
|
+
default: number;
|
|
214
|
+
};
|
|
215
|
+
name: StringConstructor;
|
|
216
|
+
width: {
|
|
217
|
+
type: PropType<string | number>;
|
|
218
|
+
};
|
|
219
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
220
|
+
displayTag: {
|
|
221
|
+
type: PropType<string>;
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
224
|
+
label: PropType<string>;
|
|
225
|
+
modelValue: {
|
|
226
|
+
type: PropType<any>;
|
|
227
|
+
};
|
|
228
|
+
autoSelect: {
|
|
229
|
+
type: PropType<boolean>;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
232
|
+
floating: {
|
|
233
|
+
type: PropType<boolean>;
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
floated: {
|
|
237
|
+
type: PropType<boolean>;
|
|
238
|
+
default: () => false;
|
|
239
|
+
};
|
|
240
|
+
placeholder: PropType<string>;
|
|
241
|
+
required: PropType<boolean>;
|
|
242
|
+
loading: PropType<boolean>;
|
|
243
|
+
variation: PropType<string>;
|
|
244
|
+
outlined: PropType<boolean>;
|
|
245
|
+
filled: PropType<boolean>;
|
|
246
|
+
ceramic: PropType<boolean>;
|
|
247
|
+
theme: PropType<string>;
|
|
248
|
+
}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "click" | "error" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "mouseup:display" | "keydown:display" | "click:leading" | "update:modelValue" | "update:focused")[], "blur" | "click" | "error" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "mouseup:display" | "keydown:display" | "click:leading" | "update:modelValue" | "update:focused">;
|
|
249
|
+
export type YInput = InstanceType<typeof YInput>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './YInput';
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const YIpv4Field: import('vue').DefineComponent<{
|
|
4
|
+
extended: PropType<any>;
|
|
5
|
+
focused: BooleanConstructor;
|
|
6
|
+
'onUpdate:focused': PropType<(v: boolean) => void>;
|
|
7
|
+
readonly: PropType<boolean>;
|
|
8
|
+
disabled: PropType<boolean>;
|
|
9
|
+
status: {
|
|
10
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
11
|
+
validator(value: string): boolean;
|
|
12
|
+
};
|
|
13
|
+
helperText: StringConstructor;
|
|
14
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
15
|
+
validateOn: {
|
|
16
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
17
|
+
};
|
|
18
|
+
validationValue: null;
|
|
19
|
+
maxErrors: {
|
|
20
|
+
type: PropType<number | string>;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
name: StringConstructor;
|
|
24
|
+
width: {
|
|
25
|
+
type: PropType<string | number>;
|
|
26
|
+
};
|
|
27
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
28
|
+
displayTag: {
|
|
29
|
+
type: PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
label: PropType<string>;
|
|
33
|
+
modelValue: {
|
|
34
|
+
type: PropType<any>;
|
|
35
|
+
};
|
|
36
|
+
autoSelect: {
|
|
37
|
+
type: PropType<boolean>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
floating: {
|
|
41
|
+
type: PropType<boolean>;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
floated: {
|
|
45
|
+
type: PropType<boolean>;
|
|
46
|
+
default: () => false;
|
|
47
|
+
};
|
|
48
|
+
placeholder: PropType<string>;
|
|
49
|
+
required: PropType<boolean>;
|
|
50
|
+
loading: PropType<boolean>;
|
|
51
|
+
variation: PropType<string>;
|
|
52
|
+
outlined: PropType<boolean>;
|
|
53
|
+
filled: PropType<boolean>;
|
|
54
|
+
ceramic: PropType<boolean>;
|
|
55
|
+
fixedUntil: PropType<0 | 1 | 2 | 3>;
|
|
56
|
+
text: PropType<boolean>;
|
|
57
|
+
subnet: PropType<boolean>;
|
|
58
|
+
autoFillSubnet: PropType<boolean | number | string>;
|
|
59
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
60
|
+
'update:modelValue': (_v: string) => true;
|
|
61
|
+
tab: (_id?: number) => true;
|
|
62
|
+
focus: () => true;
|
|
63
|
+
blur: () => true;
|
|
64
|
+
}, string>;
|
|
65
|
+
export type YIpv4Field = InstanceType<typeof YIpv4Field>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './YIpv4Field';
|