@citruslime/ui 2.0.0 → 2.0.1-beta.0
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/citrus-lime-ui.es.js +2223 -2991
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/components/accordion/cl-ui-accordion.vue.d.ts +1 -1
- package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +2 -0
- package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +3 -3
- package/dist/components/app/cl-ui-app.vue.d.ts +4 -4
- package/dist/components/button/cl-ui-button.vue.d.ts +6 -6
- package/dist/components/calendar/cl-ui-calendar.vue.d.ts +2266 -1
- package/dist/components/card/cl-ui-card.vue.d.ts +3 -3
- package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +5461 -97
- package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +2733 -41
- package/dist/components/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +2 -2
- package/dist/components/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +11 -11
- package/dist/components/footer/cl-ui-footer.vue.d.ts +2 -0
- package/dist/components/grid/cell/cl-ui-grid-cell.vue.d.ts +2721 -25
- package/dist/components/grid/cl-ui-grid.vue.d.ts +11040 -327
- package/dist/components/grid/filter/cl-ui-grid-filter.vue.d.ts +2705 -22
- package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +2708 -27
- package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +2724 -48
- package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +2703 -21
- package/dist/components/header/cl-ui-header.vue.d.ts +2 -0
- package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +1 -1
- package/dist/components/input/cl-ui-input.vue.d.ts +2692 -1
- package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +2 -2
- package/dist/components/loading-spinner/cl-ui-loading-spinner.vue.d.ts +2 -0
- package/dist/components/login/cl-ui-login.vue.d.ts +2720 -26
- package/dist/components/modal/cl-ui-modal.vue.d.ts +5 -5
- package/dist/components/navigation/cl-ui-navigation.vue.d.ts +1 -1
- package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +1 -1
- package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +1 -1
- package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +2 -0
- package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +2 -0
- package/dist/components/notification/cl-ui-notification.vue.d.ts +3 -3
- package/dist/components/slider/cl-ui-slider.vue.d.ts +13 -20
- package/dist/components/tab/cl-ui-tab.vue.d.ts +4 -4
- package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +2 -0
- package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +7 -7
- package/dist/env.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/utils/i18n/config.d.ts +1 -1
- package/package.json +9 -13
|
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
}[]>;
|
|
15
15
|
isItemOpen: (id: number) => boolean;
|
|
16
16
|
toggleItem: (id: number) => void;
|
|
17
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
17
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
exclusive: {
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
required: false;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -13,10 +13,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
13
13
|
open: boolean;
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
};
|
|
16
|
-
emit: (event: "toggle", ...args: any[]) => void;
|
|
16
|
+
emit: ((event: "toggle", ...args: unknown[]) => void) & ((event: "toggle", ...args: any[]) => void);
|
|
17
17
|
toggle: () => void;
|
|
18
18
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
toggle:
|
|
19
|
+
toggle: any;
|
|
20
20
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
open: {
|
|
22
22
|
type: BooleanConstructor;
|
|
@@ -28,7 +28,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
30
|
}>> & {
|
|
31
|
-
onToggle?: ((...args: any[]) => any) |
|
|
31
|
+
onToggle?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
32
32
|
}, {
|
|
33
33
|
disabled: boolean;
|
|
34
34
|
}>;
|
|
@@ -12,7 +12,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
position: {
|
|
15
|
-
type:
|
|
15
|
+
type: any;
|
|
16
16
|
required: false;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
@@ -24,14 +24,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
24
24
|
duration: number;
|
|
25
25
|
}[]>;
|
|
26
26
|
removeNotification: typeof import("../../composables/notification").removeNotification;
|
|
27
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
27
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
container: {
|
|
29
29
|
type: StringConstructor;
|
|
30
30
|
required: false;
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
position: {
|
|
34
|
-
type:
|
|
34
|
+
type: any;
|
|
35
35
|
required: false;
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
@@ -39,7 +39,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
39
39
|
container: string;
|
|
40
40
|
position: any;
|
|
41
41
|
}>;
|
|
42
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
42
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
43
|
removePadding: {
|
|
44
44
|
type: BooleanConstructor;
|
|
45
45
|
required: false;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
2
|
colour: {
|
|
3
|
-
type:
|
|
3
|
+
type: any;
|
|
4
4
|
required: false;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
size: {
|
|
8
|
-
type:
|
|
8
|
+
type: any;
|
|
9
9
|
required: false;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
@@ -20,15 +20,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
22
|
}, {
|
|
23
|
-
ClUiLoadingSpinner:
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
23
|
+
ClUiLoadingSpinner: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
colour: {
|
|
26
|
-
type:
|
|
26
|
+
type: any;
|
|
27
27
|
required: false;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
size: {
|
|
31
|
-
type:
|
|
31
|
+
type: any;
|
|
32
32
|
required: false;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|