yuyeon 0.3.5 → 0.3.6-beta.1
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 +2394 -2332
- package/dist/yuyeon.umd.cjs +3 -3
- package/lib/abstract/items.js.map +1 -1
- package/lib/components/alert/YAlert.js +2 -2
- package/lib/components/alert/YAlert.js.map +1 -1
- package/lib/components/badge/YBadge.js.map +1 -1
- package/lib/components/badge/YBadge.scss +87 -87
- package/lib/components/card/YCard.js.map +1 -1
- package/lib/components/checkbox/YCheckbox.js.map +1 -1
- package/lib/components/date-picker/YDateCalendar.js.map +1 -1
- package/lib/components/date-picker/YDatePicker.js.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.js.map +1 -1
- package/lib/components/date-picker/YMonthPicker.js.map +1 -1
- package/lib/components/date-picker/YYearPicker.js.map +1 -1
- package/lib/components/dialog/YDialog.js.map +1 -1
- package/lib/components/divider/YDivider.js.map +1 -1
- package/lib/components/draggable/YDraggable.js.map +1 -1
- package/lib/components/draggable/index.js.map +1 -1
- package/lib/components/dropdown/YDropdown.js.map +1 -1
- package/lib/components/field-input/YFieldInput.js.map +1 -1
- package/lib/components/form/YForm.js.map +1 -1
- package/lib/components/hover/YHover.js.map +1 -1
- package/lib/components/icon/YIcon.js.map +1 -1
- package/lib/components/icons/YIconCheckbox.js.map +1 -1
- package/lib/components/icons/YIconCheckbox.scss +4 -5
- package/lib/components/icons/YIconClear.js.map +1 -1
- package/lib/components/icons/YIconDropdown.js.map +1 -1
- package/lib/components/icons/YIconExpand.js.map +1 -1
- package/lib/components/icons/YIconPageControl.js.map +1 -1
- package/lib/components/icons/YIconSort.js.map +1 -1
- package/lib/components/img/YImg.js +4 -4
- package/lib/components/img/YImg.js.map +1 -1
- package/lib/components/img/index.js.map +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/YInput.js.map +1 -1
- package/lib/components/layer/YLayer.js.map +1 -1
- package/lib/components/layer/base.js +2 -2
- package/lib/components/layer/base.js.map +1 -1
- package/lib/components/layer/content.js.map +1 -1
- package/lib/components/list/YListItem.js.map +1 -1
- package/lib/components/menu/YMenu.js +2 -2
- package/lib/components/menu/YMenu.js.map +1 -1
- package/lib/components/panel/YDividePanel.js.map +1 -1
- package/lib/components/panel/YDividePanel.scss +44 -44
- package/lib/components/plate/YPlate.js +2 -2
- package/lib/components/plate/YPlate.js.map +1 -1
- package/lib/components/radio/YRadio.js.map +1 -1
- package/lib/components/radio/YRadioIcon.js.map +1 -1
- package/lib/components/radio/index.js.map +1 -1
- package/lib/components/select/YSelect.js.map +1 -1
- package/lib/components/slider/YSlider.js.map +1 -1
- package/lib/components/slider/index.js.map +1 -1
- package/lib/components/switch/YSwitch.js.map +1 -1
- package/lib/components/tab/YTab.js.map +1 -1
- package/lib/components/tab/YTabs.js.map +1 -1
- package/lib/components/table/YDataTable.js.map +1 -1
- package/lib/components/table/YDataTableBody.js.map +1 -1
- package/lib/components/table/YDataTableControl.js.map +1 -1
- package/lib/components/table/YDataTableControl.scss +17 -17
- package/lib/components/table/YDataTableLayerRows.js.map +1 -1
- package/lib/components/table/YDataTableServer.js.map +1 -1
- package/lib/components/table/YTable.js.map +1 -1
- package/lib/components/table/composables/expand.js.map +1 -1
- package/lib/components/table/composables/header.js.map +1 -1
- package/lib/components/table/composables/items.js.map +1 -1
- package/lib/components/table/composables/measure.js.map +1 -1
- package/lib/components/table/composables/provides.js.map +1 -1
- package/lib/components/table/types/item.js.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.js.map +1 -1
- package/lib/components/text-highlighter/YTextHighlighter.js.map +1 -1
- package/lib/components/text-interpolation/YTi.js.map +1 -1
- package/lib/components/tooltip/YTooltip.js +2 -2
- package/lib/components/tooltip/YTooltip.js.map +1 -1
- package/lib/components/tree-view/YTreeView.js +23 -28
- package/lib/components/tree-view/YTreeView.js.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.js +58 -20
- package/lib/components/tree-view/YTreeViewNode.js.map +1 -1
- package/lib/components/tree-view/tree-view.js +61 -8
- package/lib/components/tree-view/tree-view.js.map +1 -1
- package/lib/components/tree-view/types.js.map +1 -1
- package/lib/composables/choice.js.map +1 -1
- package/lib/composables/coordinate/index.js.map +1 -1
- package/lib/composables/coordinate/levitation.js +2 -2
- package/lib/composables/coordinate/levitation.js.map +1 -1
- package/lib/composables/coordinate/types.js.map +1 -1
- package/lib/composables/defaults/types.js.map +1 -1
- package/lib/composables/form.js.map +1 -1
- package/lib/composables/style-color.js.map +1 -1
- package/lib/composables/theme/index.js.map +1 -1
- package/lib/composables/theme/types.js.map +1 -1
- package/lib/composables/timing.js.map +1 -1
- package/lib/composables/validation.js.map +1 -1
- package/lib/directives/index.js.map +1 -1
- package/lib/directives/plate-wave/index.js +2 -2
- package/lib/directives/plate-wave/index.js.map +1 -1
- package/lib/directives/plate-wave/plate-wave.scss +44 -44
- package/lib/directives/theme-class/index.js.map +1 -1
- package/lib/etc/index.js.map +1 -1
- package/lib/i18n/built-in.js.map +1 -1
- package/lib/i18n/config.js.map +1 -1
- package/lib/i18n/types.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/locales/en.js.map +1 -1
- package/lib/locales/ko.js.map +1 -1
- package/lib/styles/settings/_provided.scss +33 -33
- package/lib/styles/theme/index.scss +4 -4
- package/lib/types/index.js.map +1 -1
- package/lib/util/color/apca.js +30 -30
- package/lib/util/color/apca.js.map +1 -1
- package/lib/util/color/const.js.map +1 -1
- package/lib/util/color/hct/cam16.js +95 -95
- package/lib/util/color/hct/cam16.js.map +1 -1
- package/lib/util/color/hct/hct-solver.js +107 -107
- package/lib/util/color/hct/hct-solver.js.map +1 -1
- package/lib/util/color/hct/hct.js +71 -71
- package/lib/util/color/hct/hct.js.map +1 -1
- package/lib/util/color/index.js +12 -12
- package/lib/util/color/index.js.map +1 -1
- package/lib/util/common.js.map +1 -1
- package/lib/util/component/component.js.map +1 -1
- package/lib/util/component/inject-self.js.map +1 -1
- package/lib/util/component/props.js.map +1 -1
- package/lib/util/component/types.js.map +1 -1
- package/lib/util/date/built-in.js.map +1 -1
- package/lib/util/date/index.js.map +1 -1
- package/lib/util/date/types.js.map +1 -1
- package/lib/util/debounce.js.map +1 -1
- package/lib/util/dom.js.map +1 -1
- package/lib/util/index.js.map +1 -1
- package/lib/util/string.js.map +1 -1
- package/lib/util/ui.js.map +1 -1
- package/package.json +132 -132
- package/types/components/tree-view/YTreeView.d.ts +18 -26
- package/types/components/tree-view/YTreeViewNode.d.ts +71 -1
- package/types/components/tree-view/tree-view.d.ts +17 -1
- package/types/declares.d.ts +1 -1
- package/types/globals.d.ts +19 -19
- package/types/shims.d.ts +64 -64
|
@@ -8,11 +8,13 @@ export declare const pressYTreeViewNodeProps: <Defaults extends {
|
|
|
8
8
|
search?: unknown;
|
|
9
9
|
disableTransition?: unknown;
|
|
10
10
|
enableActive?: unknown;
|
|
11
|
+
activeStrategy?: unknown;
|
|
11
12
|
activeClass?: unknown;
|
|
12
13
|
activeSingleModifier?: unknown;
|
|
13
14
|
requiredActive?: unknown;
|
|
14
15
|
activeColor?: unknown;
|
|
15
16
|
enableSelect?: unknown;
|
|
17
|
+
selectStrategy?: unknown;
|
|
16
18
|
onMouseenterContainer?: unknown;
|
|
17
19
|
onMouseleaveContainer?: unknown;
|
|
18
20
|
onMousemoveContainer?: unknown;
|
|
@@ -75,6 +77,24 @@ export declare const pressYTreeViewNodeProps: <Defaults extends {
|
|
|
75
77
|
type: PropType<unknown extends Defaults["enableActive"] ? boolean : boolean | Defaults["enableActive"]>;
|
|
76
78
|
default: unknown extends Defaults["enableActive"] ? boolean : boolean | Defaults["enableActive"];
|
|
77
79
|
};
|
|
80
|
+
activeStrategy: unknown extends Defaults["activeStrategy"] ? {
|
|
81
|
+
/**
|
|
82
|
+
* cascade: only action descendent leaves
|
|
83
|
+
* relative: cascade after check parent (ancestor)
|
|
84
|
+
*/
|
|
85
|
+
type: PropType<"independent" | "cascade" | "relative">;
|
|
86
|
+
default: string;
|
|
87
|
+
} : Omit<{
|
|
88
|
+
/**
|
|
89
|
+
* cascade: only action descendent leaves
|
|
90
|
+
* relative: cascade after check parent (ancestor)
|
|
91
|
+
*/
|
|
92
|
+
type: PropType<"independent" | "cascade" | "relative">;
|
|
93
|
+
default: string;
|
|
94
|
+
}, "type" | "default"> & {
|
|
95
|
+
type: PropType<unknown extends Defaults["activeStrategy"] ? "relative" | "cascade" | "independent" : Defaults["activeStrategy"] | NonNullable<"relative" | "cascade" | "independent">>;
|
|
96
|
+
default: unknown extends Defaults["activeStrategy"] ? "relative" | "cascade" | "independent" : Defaults["activeStrategy"] | NonNullable<"relative" | "cascade" | "independent">;
|
|
97
|
+
};
|
|
78
98
|
activeClass: unknown extends Defaults["activeClass"] ? (ArrayConstructor | StringConstructor)[] : {
|
|
79
99
|
type: PropType<unknown extends Defaults["activeClass"] ? string | unknown[] : Defaults["activeClass"] | NonNullable<string | unknown[]>>;
|
|
80
100
|
default: unknown extends Defaults["activeClass"] ? string | unknown[] : Defaults["activeClass"] | NonNullable<string | unknown[]>;
|
|
@@ -101,6 +121,26 @@ export declare const pressYTreeViewNodeProps: <Defaults extends {
|
|
|
101
121
|
type: PropType<unknown extends Defaults["enableSelect"] ? boolean : boolean | Defaults["enableSelect"]>;
|
|
102
122
|
default: unknown extends Defaults["enableSelect"] ? boolean : boolean | Defaults["enableSelect"];
|
|
103
123
|
};
|
|
124
|
+
selectStrategy: unknown extends Defaults["selectStrategy"] ? {
|
|
125
|
+
/**
|
|
126
|
+
* cascade: only action descendent leaves
|
|
127
|
+
* relative: cascade after check parent (ancestor)
|
|
128
|
+
* leaves: relative after return values only leaf
|
|
129
|
+
*/
|
|
130
|
+
type: PropType<"independent" | "cascade" | "relative" | "leaf">;
|
|
131
|
+
default: string;
|
|
132
|
+
} : Omit<{
|
|
133
|
+
/**
|
|
134
|
+
* cascade: only action descendent leaves
|
|
135
|
+
* relative: cascade after check parent (ancestor)
|
|
136
|
+
* leaves: relative after return values only leaf
|
|
137
|
+
*/
|
|
138
|
+
type: PropType<"independent" | "cascade" | "relative" | "leaf">;
|
|
139
|
+
default: string;
|
|
140
|
+
}, "type" | "default"> & {
|
|
141
|
+
type: PropType<unknown extends Defaults["selectStrategy"] ? "relative" | "cascade" | "leaf" | "independent" : Defaults["selectStrategy"] | NonNullable<"relative" | "cascade" | "leaf" | "independent">>;
|
|
142
|
+
default: unknown extends Defaults["selectStrategy"] ? "relative" | "cascade" | "leaf" | "independent" : Defaults["selectStrategy"] | NonNullable<"relative" | "cascade" | "leaf" | "independent">;
|
|
143
|
+
};
|
|
104
144
|
onMouseenterContainer: unknown extends Defaults["onMouseenterContainer"] ? FunctionConstructor : {
|
|
105
145
|
type: PropType<unknown extends Defaults["onMouseenterContainer"] ? Function : Function | Defaults["onMouseenterContainer"]>;
|
|
106
146
|
default: unknown extends Defaults["onMouseenterContainer"] ? Function : Function | Defaults["onMouseenterContainer"];
|
|
@@ -114,6 +154,9 @@ export declare const pressYTreeViewNodeProps: <Defaults extends {
|
|
|
114
154
|
default: unknown extends Defaults["onMousemoveContainer"] ? Function : Function | Defaults["onMousemoveContainer"];
|
|
115
155
|
};
|
|
116
156
|
};
|
|
157
|
+
/**
|
|
158
|
+
* TODO: correct selected values what selectStrategy leaf or others
|
|
159
|
+
*/
|
|
117
160
|
export declare const YTreeViewNode: import('vue').DefineComponent<{
|
|
118
161
|
items: {
|
|
119
162
|
type: PropType<any[]>;
|
|
@@ -137,6 +180,14 @@ export declare const YTreeViewNode: import('vue').DefineComponent<{
|
|
|
137
180
|
search: StringConstructor;
|
|
138
181
|
disableTransition: BooleanConstructor;
|
|
139
182
|
enableActive: BooleanConstructor;
|
|
183
|
+
activeStrategy: {
|
|
184
|
+
/**
|
|
185
|
+
* cascade: only action descendent leaves
|
|
186
|
+
* relative: cascade after check parent (ancestor)
|
|
187
|
+
*/
|
|
188
|
+
type: PropType<"independent" | "cascade" | "relative">;
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
140
191
|
activeClass: (ArrayConstructor | StringConstructor)[];
|
|
141
192
|
activeSingleModifier: StringConstructor;
|
|
142
193
|
requiredActive: BooleanConstructor;
|
|
@@ -145,6 +196,15 @@ export declare const YTreeViewNode: import('vue').DefineComponent<{
|
|
|
145
196
|
default: string;
|
|
146
197
|
};
|
|
147
198
|
enableSelect: BooleanConstructor;
|
|
199
|
+
selectStrategy: {
|
|
200
|
+
/**
|
|
201
|
+
* cascade: only action descendent leaves
|
|
202
|
+
* relative: cascade after check parent (ancestor)
|
|
203
|
+
* leaves: relative after return values only leaf
|
|
204
|
+
*/
|
|
205
|
+
type: PropType<"independent" | "cascade" | "relative" | "leaf">;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
148
208
|
onMouseenterContainer: FunctionConstructor;
|
|
149
209
|
onMouseleaveContainer: FunctionConstructor;
|
|
150
210
|
onMousemoveContainer: FunctionConstructor;
|
|
@@ -166,11 +226,21 @@ export declare const YTreeViewNode: import('vue').DefineComponent<{
|
|
|
166
226
|
emitExpanded: () => void;
|
|
167
227
|
emitActive: () => void;
|
|
168
228
|
emitSelected: () => void;
|
|
229
|
+
isChildrenAll: (key: import('../../types').CandidateKey, stateKey: string, to: boolean) => boolean;
|
|
230
|
+
isChildrenSome: (key: import('../../types').CandidateKey, stateKey: string) => boolean;
|
|
231
|
+
selectedState: import('vue').ComputedRef<(key: import('../../types').CandidateKey, children: import('../../types').CandidateKey[]) => {
|
|
232
|
+
all: boolean;
|
|
233
|
+
some: boolean;
|
|
234
|
+
}>;
|
|
169
235
|
};
|
|
170
236
|
myKey: import('vue').ComputedRef<any>;
|
|
171
237
|
expanded: import('vue').Ref<boolean, boolean>;
|
|
172
238
|
active: import('vue').Ref<boolean, boolean>;
|
|
173
239
|
selected: import('vue').Ref<boolean, boolean>;
|
|
174
|
-
|
|
240
|
+
indeterminate: import('vue').Ref<boolean, boolean>;
|
|
241
|
+
childrenSelection: import('vue').ComputedRef<{
|
|
242
|
+
all: boolean;
|
|
243
|
+
some: boolean;
|
|
244
|
+
}>;
|
|
175
245
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
176
246
|
export type YTreeNode = InstanceType<typeof YTreeViewNode>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InjectionKey, Ref } from 'vue';
|
|
1
|
+
import { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
2
2
|
import { NodeState } from './types';
|
|
3
3
|
import { CandidateKey } from '../../types';
|
|
4
4
|
|
|
@@ -12,6 +12,12 @@ export declare const Y_TREE_VIEW: InjectionKey<{
|
|
|
12
12
|
emitExpanded: () => void;
|
|
13
13
|
emitActive: () => void;
|
|
14
14
|
emitSelected: () => void;
|
|
15
|
+
isChildrenAll: (key: CandidateKey, stateKey: string, to: boolean) => boolean;
|
|
16
|
+
isChildrenSome: (key: CandidateKey, stateKey: string) => boolean;
|
|
17
|
+
selectedState: ComputedRef<(key: CandidateKey, children: CandidateKey[]) => {
|
|
18
|
+
all: boolean;
|
|
19
|
+
some: boolean;
|
|
20
|
+
}>;
|
|
15
21
|
}>;
|
|
16
22
|
export declare function provideTreeView(props: any): {
|
|
17
23
|
nodes: Ref<Record<CandidateKey, NodeState>, Record<CandidateKey, NodeState>>;
|
|
@@ -37,6 +43,10 @@ export declare function provideTreeView(props: any): {
|
|
|
37
43
|
searchLoading: import('vue').ShallowRef<boolean, boolean>;
|
|
38
44
|
excludedSet: Ref<Set<CandidateKey> & Omit<Set<CandidateKey>, keyof Set<any>>, Set<CandidateKey> | (Set<CandidateKey> & Omit<Set<CandidateKey>, keyof Set<any>>)>;
|
|
39
45
|
isExcluded: (key: CandidateKey) => boolean;
|
|
46
|
+
selectedState: ComputedRef<(key: CandidateKey, children: CandidateKey[]) => {
|
|
47
|
+
all: boolean;
|
|
48
|
+
some: boolean;
|
|
49
|
+
}>;
|
|
40
50
|
};
|
|
41
51
|
export declare function useTreeView(): {
|
|
42
52
|
register: (key: CandidateKey, vnode: any) => void;
|
|
@@ -48,4 +58,10 @@ export declare function useTreeView(): {
|
|
|
48
58
|
emitExpanded: () => void;
|
|
49
59
|
emitActive: () => void;
|
|
50
60
|
emitSelected: () => void;
|
|
61
|
+
isChildrenAll: (key: CandidateKey, stateKey: string, to: boolean) => boolean;
|
|
62
|
+
isChildrenSome: (key: CandidateKey, stateKey: string) => boolean;
|
|
63
|
+
selectedState: ComputedRef<(key: CandidateKey, children: CandidateKey[]) => {
|
|
64
|
+
all: boolean;
|
|
65
|
+
some: boolean;
|
|
66
|
+
}>;
|
|
51
67
|
};
|
package/types/declares.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
declare module '*.scss';
|
|
1
|
+
declare module '*.scss';
|
package/types/globals.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { VNode } from 'vue';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare global {
|
|
5
|
-
namespace JSX {
|
|
6
|
-
interface Element extends VNode {}
|
|
7
|
-
|
|
8
|
-
interface IntrinsicAttributes {
|
|
9
|
-
[name: string]: any;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
declare module 'vue' {
|
|
15
|
-
export interface ComponentCustomProperties {}
|
|
16
|
-
|
|
17
|
-
export interface ComponentInternalInstance {
|
|
18
|
-
provides: Record<string, unknown>;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface Element extends VNode {}
|
|
7
|
+
|
|
8
|
+
interface IntrinsicAttributes {
|
|
9
|
+
[name: string]: any;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
declare module 'vue' {
|
|
15
|
+
export interface ComponentCustomProperties {}
|
|
16
|
+
|
|
17
|
+
export interface ComponentInternalInstance {
|
|
18
|
+
provides: Record<string, unknown>;
|
|
19
|
+
}
|
|
20
|
+
}
|
package/types/shims.d.ts
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
import { YAlert, YApp, YBadge, YButton, YCard, YCardBody, YCardFooter, YCardHeader, YCheckbox, YChip, YDataTable, YDataTableServer, YDateCalendar, YDatePicker, YDividePanel, YDivider, YExpandHTransition, YExpandVTransition, YFieldInput, YForm, YHover, YIcon, YImg, YInput, YIpv4Field, YLayer, YList, YListItem, YMenu, YMonthPicker, YPagination, YProgressBar, YProgressRing, YSelect, YSnackbar, YSpinnerRing, YSwitch, YTab, YTable, YTabs, YTextarea, YTextEllipsis, YTextHighlighter, YTi, YTooltip, YTreeView } from 'yuyeon/components';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare module "vue" {
|
|
5
|
-
export interface GlobalComponents {
|
|
6
|
-
// @define-components
|
|
7
|
-
YApp: typeof YApp;
|
|
8
|
-
YButton: typeof YButton;
|
|
9
|
-
YChip: typeof YChip;
|
|
10
|
-
YInput: typeof YInput;
|
|
11
|
-
YFieldInput: typeof YFieldInput;
|
|
12
|
-
YTextarea: typeof YTextarea;
|
|
13
|
-
YForm: typeof YForm;
|
|
14
|
-
YCard: typeof YCard;
|
|
15
|
-
YCardBody: typeof YCardBody;
|
|
16
|
-
YCardHeader: typeof YCardHeader;
|
|
17
|
-
YCardFooter: typeof YCardFooter;
|
|
18
|
-
YDialog: typeof YDialog;
|
|
19
|
-
YLayer: typeof YLayer;
|
|
20
|
-
YSnackbar: typeof YSnackbar;
|
|
21
|
-
YProgressBar: typeof YProgressBar;
|
|
22
|
-
YSpinnerRing: typeof YSpinnerRing;
|
|
23
|
-
YTooltip: typeof YTooltip;
|
|
24
|
-
YExpandVTransition: typeof YExpandVTransition;
|
|
25
|
-
YExpandHTransition: typeof YExpandHTransition;
|
|
26
|
-
YDividePanel: typeof YDividePanel;
|
|
27
|
-
YList: typeof YList;
|
|
28
|
-
YListItem: typeof YListItem;
|
|
29
|
-
YTreeView: typeof YTreeView;
|
|
30
|
-
YTreeViewNode: typeof YTreeViewNode;
|
|
31
|
-
YTable: typeof YTable;
|
|
32
|
-
YDataTable: typeof YDataTable;
|
|
33
|
-
YDataTableLayerRows: typeof YDataTableLayerRows;
|
|
34
|
-
YDataTableLayerRow: typeof YDataTableLayerRow;
|
|
35
|
-
YDataTableServer: typeof YDataTableServer;
|
|
36
|
-
YMenu: typeof YMenu;
|
|
37
|
-
YPagination: typeof YPagination;
|
|
38
|
-
YInputCheckbox: typeof YInputCheckbox;
|
|
39
|
-
YCheckbox: typeof YCheckbox;
|
|
40
|
-
YSwitch: typeof YSwitch;
|
|
41
|
-
YDropdown: typeof YDropdown;
|
|
42
|
-
YSelect: typeof YSelect;
|
|
43
|
-
YAlert: typeof YAlert;
|
|
44
|
-
YTabs: typeof YTabs;
|
|
45
|
-
YTab: typeof YTab;
|
|
46
|
-
YDivider: typeof YDivider;
|
|
47
|
-
YDateCalendar: typeof YDateCalendar;
|
|
48
|
-
YIcon: typeof YIcon;
|
|
49
|
-
YDatePicker: typeof YDatePicker;
|
|
50
|
-
YMonthPicker: typeof YMonthPicker;
|
|
51
|
-
YBadge: typeof YBadge;
|
|
52
|
-
YIpv4Field: typeof YIpv4Field;
|
|
53
|
-
YHover: typeof YHover;
|
|
54
|
-
YTi: typeof YTi;
|
|
55
|
-
YTextHighlighter: typeof YTextHighlighter;
|
|
56
|
-
YProgressRing: typeof YProgressRing;
|
|
57
|
-
YTextEllipsis: typeof YTextEllipsis;
|
|
58
|
-
YImg: typeof YImg;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export interface GlobalDirectives {
|
|
62
|
-
vPlateWave: (import("yuyeon/directives"))["PlateWave"];
|
|
63
|
-
vComplementClick: (import("yuyeon/directives"))["ComplementClick"];
|
|
64
|
-
}
|
|
65
|
-
}
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
declare module "vue" {
|
|
5
|
+
export interface GlobalComponents {
|
|
6
|
+
// @define-components
|
|
7
|
+
YApp: typeof YApp;
|
|
8
|
+
YButton: typeof YButton;
|
|
9
|
+
YChip: typeof YChip;
|
|
10
|
+
YInput: typeof YInput;
|
|
11
|
+
YFieldInput: typeof YFieldInput;
|
|
12
|
+
YTextarea: typeof YTextarea;
|
|
13
|
+
YForm: typeof YForm;
|
|
14
|
+
YCard: typeof YCard;
|
|
15
|
+
YCardBody: typeof YCardBody;
|
|
16
|
+
YCardHeader: typeof YCardHeader;
|
|
17
|
+
YCardFooter: typeof YCardFooter;
|
|
18
|
+
YDialog: typeof YDialog;
|
|
19
|
+
YLayer: typeof YLayer;
|
|
20
|
+
YSnackbar: typeof YSnackbar;
|
|
21
|
+
YProgressBar: typeof YProgressBar;
|
|
22
|
+
YSpinnerRing: typeof YSpinnerRing;
|
|
23
|
+
YTooltip: typeof YTooltip;
|
|
24
|
+
YExpandVTransition: typeof YExpandVTransition;
|
|
25
|
+
YExpandHTransition: typeof YExpandHTransition;
|
|
26
|
+
YDividePanel: typeof YDividePanel;
|
|
27
|
+
YList: typeof YList;
|
|
28
|
+
YListItem: typeof YListItem;
|
|
29
|
+
YTreeView: typeof YTreeView;
|
|
30
|
+
YTreeViewNode: typeof YTreeViewNode;
|
|
31
|
+
YTable: typeof YTable;
|
|
32
|
+
YDataTable: typeof YDataTable;
|
|
33
|
+
YDataTableLayerRows: typeof YDataTableLayerRows;
|
|
34
|
+
YDataTableLayerRow: typeof YDataTableLayerRow;
|
|
35
|
+
YDataTableServer: typeof YDataTableServer;
|
|
36
|
+
YMenu: typeof YMenu;
|
|
37
|
+
YPagination: typeof YPagination;
|
|
38
|
+
YInputCheckbox: typeof YInputCheckbox;
|
|
39
|
+
YCheckbox: typeof YCheckbox;
|
|
40
|
+
YSwitch: typeof YSwitch;
|
|
41
|
+
YDropdown: typeof YDropdown;
|
|
42
|
+
YSelect: typeof YSelect;
|
|
43
|
+
YAlert: typeof YAlert;
|
|
44
|
+
YTabs: typeof YTabs;
|
|
45
|
+
YTab: typeof YTab;
|
|
46
|
+
YDivider: typeof YDivider;
|
|
47
|
+
YDateCalendar: typeof YDateCalendar;
|
|
48
|
+
YIcon: typeof YIcon;
|
|
49
|
+
YDatePicker: typeof YDatePicker;
|
|
50
|
+
YMonthPicker: typeof YMonthPicker;
|
|
51
|
+
YBadge: typeof YBadge;
|
|
52
|
+
YIpv4Field: typeof YIpv4Field;
|
|
53
|
+
YHover: typeof YHover;
|
|
54
|
+
YTi: typeof YTi;
|
|
55
|
+
YTextHighlighter: typeof YTextHighlighter;
|
|
56
|
+
YProgressRing: typeof YProgressRing;
|
|
57
|
+
YTextEllipsis: typeof YTextEllipsis;
|
|
58
|
+
YImg: typeof YImg;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export interface GlobalDirectives {
|
|
62
|
+
vPlateWave: (import("yuyeon/directives"))["PlateWave"];
|
|
63
|
+
vComplementClick: (import("yuyeon/directives"))["ComplementClick"];
|
|
64
|
+
}
|
|
65
|
+
}
|