yuyeon 0.2.3-rc.9 → 0.3.0-rc.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 +2849 -2720
- package/dist/yuyeon.umd.cjs +3 -3
- package/lib/components/button/YButton.mjs +1 -0
- package/lib/components/button/YButton.mjs.map +1 -1
- package/lib/components/button/YButton.scss +9 -0
- package/lib/components/date-picker/YDatePicker.mjs +6 -2
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/dialog/YDialog.mjs +2 -1
- package/lib/components/dialog/YDialog.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs +9 -3
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.mjs +5 -2
- package/lib/components/field-input/YFieldInput.mjs.map +1 -1
- package/lib/components/index.mjs +1 -0
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/input/YInput.mjs +4 -1
- package/lib/components/input/YInput.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.mjs +1 -1
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/progress-ring/YProgressRing.mjs +128 -0
- package/lib/components/progress-ring/YProgressRing.mjs.map +1 -0
- package/lib/components/progress-ring/YProgressRing.scss +38 -0
- package/lib/components/progress-ring/index.mjs +2 -0
- package/lib/components/progress-ring/index.mjs.map +1 -0
- package/lib/components/select/YSelect.mjs +97 -106
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/switch/YSwitch.scss +211 -211
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableCell.mjs +8 -4
- package/lib/components/table/YDataTableCell.mjs.map +1 -1
- package/lib/components/table/YDataTableHead.mjs +23 -11
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/table/YDataTableRow.mjs +14 -8
- package/lib/components/table/YDataTableRow.mjs.map +1 -1
- package/lib/components/table/YDataTableServer.mjs.map +1 -1
- package/lib/components/table/YTable.mjs +0 -2
- package/lib/components/table/YTable.mjs.map +1 -1
- package/lib/components/table/composibles/header.mjs +14 -4
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/measure.mjs +25 -21
- package/lib/components/table/composibles/measure.mjs.map +1 -1
- package/lib/components/table/types/header.mjs.map +1 -1
- package/lib/components/table/types/index.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs +2 -2
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/composables/layer-group.mjs +0 -6
- package/lib/composables/layer-group.mjs.map +1 -1
- package/lib/composables/progress.mjs +2 -1
- package/lib/composables/progress.mjs.map +1 -1
- package/lib/directives/plate-wave/index.mjs +2 -2
- package/lib/directives/plate-wave/index.mjs.map +1 -1
- package/lib/i18n/built-in.mjs.map +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/util/component/component.mjs.map +1 -1
- package/package.json +120 -120
- package/types/components/checkbox/YInputCheckbox.d.ts +2 -2
- package/types/components/dialog/YDialog.d.ts +8 -7
- package/types/components/dropdown/YDropdown.d.ts +11 -11
- package/types/components/field-input/YFieldInput.d.ts +1 -1
- package/types/components/icons/YIconCheckbox.d.ts +1 -1
- package/types/components/icons/YIconPageControl.d.ts +1 -1
- package/types/components/icons/YIconSort.d.ts +1 -1
- package/types/components/icons/index.d.ts +5 -5
- package/types/components/index.d.ts +1 -0
- package/types/components/layer/YLayer.d.ts +5 -5
- package/types/components/menu/YMenu.d.ts +4 -4
- package/types/components/progress-bar/YProgressBar.d.ts +1 -1
- package/types/components/progress-ring/YProgressRing.d.ts +34 -0
- package/types/components/progress-ring/index.d.ts +1 -0
- package/types/components/snackbar/YSnackbar.d.ts +3 -3
- package/types/components/table/YDataTable.d.ts +7 -7
- package/types/components/table/YDataTableCell.d.ts +5 -1
- package/types/components/table/YDataTableServer.d.ts +7 -7
- package/types/components/table/composibles/header.d.ts +14 -10
- package/types/components/table/composibles/measure.d.ts +5 -5
- package/types/components/table/types/header.d.ts +2 -1
- package/types/components/table/types/index.d.ts +1 -0
- package/types/components/text-highlighter/YTextHighlighter.d.ts +1 -1
- package/types/composables/coordinate/index.d.ts +4 -4
- package/types/shims.d.ts +56 -55
- package/types/util/anchor.d.ts +1 -1
- package/types/util/component/component.d.ts +3 -2
package/types/shims.d.ts
CHANGED
|
@@ -1,55 +1,56 @@
|
|
|
1
|
-
import { YAlert, YApp, YBadge, YButton, YCard, YCardBody, YCardFooter, YCardHeader, YCheckbox, YChip, YDataTable, YDataTableServer, YDateCalendar, YDatePicker, YDialog, YDividePanel, YDivider, YDropdown, YExpandHTransition, YExpandVTransition, YFieldInput, YForm, YHover, YIcon, YInput, YInputCheckbox, YIpv4Field, YLayer, YList, YListItem, YMenu, YMonthPicker, YPagination, YProgressBar, YSelect, YSnackbar, YSpinnerRing, YSwitch, YTab, YTable, YTabs, YTextHighlighter, YTextarea, YTi, YTooltip, YTreeView, YTreeViewNode } from 'yuyeon/components';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare module '@vue/runtime-core' {
|
|
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
|
-
YDataTable: typeof YDataTable;
|
|
32
|
-
YTable: typeof YTable;
|
|
33
|
-
YDataTableServer: typeof YDataTableServer;
|
|
34
|
-
YMenu: typeof YMenu;
|
|
35
|
-
YPagination: typeof YPagination;
|
|
36
|
-
YInputCheckbox: typeof YInputCheckbox;
|
|
37
|
-
YCheckbox: typeof YCheckbox;
|
|
38
|
-
YSwitch: typeof YSwitch;
|
|
39
|
-
YDropdown: typeof YDropdown;
|
|
40
|
-
YSelect: typeof YSelect;
|
|
41
|
-
YAlert: typeof YAlert;
|
|
42
|
-
YTabs: typeof YTabs;
|
|
43
|
-
YTab: typeof YTab;
|
|
44
|
-
YDivider: typeof YDivider;
|
|
45
|
-
YDateCalendar: typeof YDateCalendar;
|
|
46
|
-
YIcon: typeof YIcon;
|
|
47
|
-
YDatePicker: typeof YDatePicker;
|
|
48
|
-
YMonthPicker: typeof YMonthPicker;
|
|
49
|
-
YBadge: typeof YBadge;
|
|
50
|
-
YIpv4Field: typeof YIpv4Field;
|
|
51
|
-
YHover: typeof YHover;
|
|
52
|
-
YTi: typeof YTi;
|
|
53
|
-
YTextHighlighter: typeof YTextHighlighter;
|
|
54
|
-
|
|
55
|
-
}
|
|
1
|
+
import { YAlert, YApp, YBadge, YButton, YCard, YCardBody, YCardFooter, YCardHeader, YCheckbox, YChip, YDataTable, YDataTableServer, YDateCalendar, YDatePicker, YDialog, YDividePanel, YDivider, YDropdown, YExpandHTransition, YExpandVTransition, YFieldInput, YForm, YHover, YIcon, YInput, YInputCheckbox, YIpv4Field, YLayer, YList, YListItem, YMenu, YMonthPicker, YPagination, YProgressBar, YSelect, YSnackbar, YSpinnerRing, YSwitch, YTab, YTable, YTabs, YTextHighlighter, YTextarea, YTi, YTooltip, YTreeView, YTreeViewNode, YProgressRing } from 'yuyeon/components';
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
declare module '@vue/runtime-core' {
|
|
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
|
+
YDataTable: typeof YDataTable;
|
|
32
|
+
YTable: typeof YTable;
|
|
33
|
+
YDataTableServer: typeof YDataTableServer;
|
|
34
|
+
YMenu: typeof YMenu;
|
|
35
|
+
YPagination: typeof YPagination;
|
|
36
|
+
YInputCheckbox: typeof YInputCheckbox;
|
|
37
|
+
YCheckbox: typeof YCheckbox;
|
|
38
|
+
YSwitch: typeof YSwitch;
|
|
39
|
+
YDropdown: typeof YDropdown;
|
|
40
|
+
YSelect: typeof YSelect;
|
|
41
|
+
YAlert: typeof YAlert;
|
|
42
|
+
YTabs: typeof YTabs;
|
|
43
|
+
YTab: typeof YTab;
|
|
44
|
+
YDivider: typeof YDivider;
|
|
45
|
+
YDateCalendar: typeof YDateCalendar;
|
|
46
|
+
YIcon: typeof YIcon;
|
|
47
|
+
YDatePicker: typeof YDatePicker;
|
|
48
|
+
YMonthPicker: typeof YMonthPicker;
|
|
49
|
+
YBadge: typeof YBadge;
|
|
50
|
+
YIpv4Field: typeof YIpv4Field;
|
|
51
|
+
YHover: typeof YHover;
|
|
52
|
+
YTi: typeof YTi;
|
|
53
|
+
YTextHighlighter: typeof YTextHighlighter;
|
|
54
|
+
YProgressRing: typeof YProgressRing;
|
|
55
|
+
}
|
|
56
|
+
}
|
package/types/util/anchor.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export type ParsedAnchor = {
|
|
|
15
15
|
};
|
|
16
16
|
/** Parse a raw anchor string into an object */
|
|
17
17
|
export declare function parseAnchor(anchor: Anchor, isRtl: boolean): ParsedAnchor;
|
|
18
|
-
export declare function toPhysical(str: 'center' | Tblock | Tinline, isRtl: boolean): "
|
|
18
|
+
export declare function toPhysical(str: 'center' | Tblock | Tinline, isRtl: boolean): "top" | "bottom" | "left" | "right" | "center";
|
|
19
19
|
export declare function flipSide(anchor: ParsedAnchor): ParsedAnchor;
|
|
20
20
|
export declare function flipAlign(anchor: ParsedAnchor): ParsedAnchor;
|
|
21
21
|
export declare function flipCorner(anchor: ParsedAnchor): ParsedAnchor;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComponentObjectPropsOptions, ComponentOptionsWithoutProps, ExtractDefaultPropTypes, Component, ComponentInjectOptions, ComponentOptionsMixin, ComponentProvideOptions, ComputedOptions, DefineComponent, Directive, EmitsOptions, MethodOptions, SlotsType } from 'vue';
|
|
2
|
+
import { ComponentOptionsWithObjectProps } from '@vue/runtime-core';
|
|
2
3
|
|
|
3
4
|
declare function redefineComponent<PropsOptions = {}, RawBindings = {}, E extends EmitsOptions = {}, EE extends string = string, Data = {}, SetupBindings = {}, Computed extends ComputedOptions = {}, Methods extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, InjectOptions extends ComponentInjectOptions = {}, InjectKeys extends string = string, Slots extends SlotsType = {}, LocalComponents extends Record<string, Component> = {}, Directives extends Record<string, Directive> = {}, Exposed extends string = string, Provide extends ComponentProvideOptions = ComponentProvideOptions>(options: ComponentOptionsWithoutProps<PropsOptions, RawBindings, Data, Computed, Methods, Mixin, Extends, E, EE, InjectOptions, InjectKeys, Slots>): DefineComponent<PropsOptions, RawBindings, Data, Computed, Methods, Mixin, Extends, E, EE>;
|
|
4
|
-
declare function redefineComponent<PropsOptions
|
|
5
|
+
declare function redefineComponent<PropsOptions = ComponentObjectPropsOptions, RawBindings = {}, E extends EmitsOptions = {}, EE extends string = string, Data = {}, SetupBindings = {}, Computed extends ComputedOptions = {}, Methods extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, Defaults = ExtractDefaultPropTypes<PropsOptions>, InjectOptions extends {} = {}, InjectKeys extends string = string, Slots extends SlotsType = {}, LocalComponents extends Record<string, Component> = {}, Directives extends Record<string, Directive> = {}, Exposed extends string = string, Provide extends ComponentProvideOptions = ComponentProvideOptions>(options: ComponentOptionsWithObjectProps<PropsOptions, RawBindings, Data, Computed, Methods, Mixin, Extends, E, EE, InjectOptions, InjectKeys, Slots>): DefineComponent<PropsOptions, RawBindings, Data, Computed, Methods, Mixin, Extends, E, EE>;
|
|
5
6
|
export { redefineComponent as defineComponent };
|