@citruslime/ui 2.0.1-beta.0 → 2.0.1-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/components/accordion/item/cl-ui-accordion-item.vue.d.ts +3 -3
- package/dist/components/app/cl-ui-app.vue.d.ts +2 -2
- package/dist/components/button/cl-ui-button.vue.d.ts +4 -4
- package/dist/components/calendar/cl-ui-calendar.vue.d.ts +1 -2266
- package/dist/components/card/cl-ui-card.vue.d.ts +2 -2
- package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +72 -5448
- package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +30 -2728
- 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/grid/cell/cl-ui-grid-cell.vue.d.ts +10 -2710
- package/dist/components/grid/cl-ui-grid.vue.d.ts +179 -10931
- package/dist/components/grid/filter/cl-ui-grid-filter.vue.d.ts +11 -2700
- package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +10 -2698
- package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +22 -2710
- package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +8 -2696
- package/dist/components/input/cl-ui-input.vue.d.ts +1 -2692
- package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +1 -1
- package/dist/components/login/cl-ui-login.vue.d.ts +13 -2713
- package/dist/components/modal/cl-ui-modal.vue.d.ts +4 -4
- package/dist/components/notification/cl-ui-notification.vue.d.ts +2 -2
- package/dist/components/slider/cl-ui-slider.vue.d.ts +3 -3
- package/dist/components/tab/cl-ui-tab.vue.d.ts +3 -3
- package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +7 -7
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ModalColour, ModalSize } from './types';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
3
|
headerColour: {
|
|
4
|
-
type:
|
|
4
|
+
type: null;
|
|
5
5
|
required: false;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
@@ -11,7 +11,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
size: {
|
|
14
|
-
type:
|
|
14
|
+
type: null;
|
|
15
15
|
required: false;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
@@ -27,7 +27,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
27
27
|
closeOnKeyPress: (event: KeyboardEvent) => void;
|
|
28
28
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
headerColour: {
|
|
30
|
-
type:
|
|
30
|
+
type: null;
|
|
31
31
|
required: false;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
@@ -37,7 +37,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
size: {
|
|
40
|
-
type:
|
|
40
|
+
type: null;
|
|
41
41
|
required: false;
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
@@ -6,7 +6,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
position: {
|
|
9
|
-
type:
|
|
9
|
+
type: null;
|
|
10
10
|
required: false;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
@@ -25,7 +25,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
position: {
|
|
28
|
-
type:
|
|
28
|
+
type: null;
|
|
29
29
|
required: false;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
@@ -42,7 +42,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
42
42
|
disabled: boolean;
|
|
43
43
|
showNumericInput: boolean;
|
|
44
44
|
};
|
|
45
|
-
emit: (
|
|
45
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
46
46
|
n: import("vue-i18n").ComposerNumberFormatting<{
|
|
47
47
|
[x: string]: import("vue-i18n").IntlNumberFormat;
|
|
48
48
|
}, string, import("@intlify/core-base").RemoveIndexSignature<{
|
|
@@ -62,7 +62,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
62
62
|
updateCurrentValue: (target: EventTarget | null, forceUpdate: Function) => void;
|
|
63
63
|
NumberFormat: typeof NumberFormat;
|
|
64
64
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
|
-
'update:value':
|
|
65
|
+
'update:value': null;
|
|
66
66
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
value: {
|
|
68
68
|
type: NumberConstructor;
|
|
@@ -97,7 +97,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
97
97
|
default: boolean;
|
|
98
98
|
};
|
|
99
99
|
}>> & {
|
|
100
|
-
"onUpdate:value"?: ((...args: any[]) => any) |
|
|
100
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
disabled: boolean;
|
|
103
103
|
step: number;
|
|
@@ -11,7 +11,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
colour: {
|
|
14
|
-
type:
|
|
14
|
+
type: null;
|
|
15
15
|
required: false;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
disabled: boolean;
|
|
22
22
|
colour: TabColour;
|
|
23
23
|
};
|
|
24
|
-
headerContainer: import("vue").Ref<HTMLDivElement>;
|
|
24
|
+
headerContainer: import("vue").Ref<HTMLDivElement | undefined>;
|
|
25
25
|
showLeftArrow: import("vue").Ref<boolean>;
|
|
26
26
|
showRightArrow: import("vue").Ref<boolean>;
|
|
27
27
|
isTabOpen: (tabId: number) => boolean;
|
|
@@ -40,7 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
colour: {
|
|
43
|
-
type:
|
|
43
|
+
type: null;
|
|
44
44
|
required: false;
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
default: boolean;
|
|
15
15
|
};
|
|
16
16
|
colour: {
|
|
17
|
-
type:
|
|
17
|
+
type: null;
|
|
18
18
|
required: false;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
@@ -25,13 +25,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
disabled: boolean;
|
|
26
26
|
colour: TabColour;
|
|
27
27
|
};
|
|
28
|
-
emit: (
|
|
29
|
-
tabbed: import("vue").Ref<boolean>;
|
|
30
|
-
hovered: import("vue").Ref<boolean>;
|
|
28
|
+
emit: (event: "update:currentTab", ...args: any[]) => void;
|
|
29
|
+
tabbed: import("vue").Ref<boolean | undefined>;
|
|
30
|
+
hovered: import("vue").Ref<boolean | undefined>;
|
|
31
31
|
open: import("vue").ComputedRef<boolean>;
|
|
32
32
|
tabClicked: () => void;
|
|
33
33
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
-
'update:currentTab':
|
|
34
|
+
'update:currentTab': null;
|
|
35
35
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
id: {
|
|
37
37
|
type: NumberConstructor;
|
|
@@ -47,12 +47,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
47
47
|
default: boolean;
|
|
48
48
|
};
|
|
49
49
|
colour: {
|
|
50
|
-
type:
|
|
50
|
+
type: null;
|
|
51
51
|
required: false;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
}>> & {
|
|
55
|
-
"onUpdate:currentTab"?: ((...args: any[]) => any) |
|
|
55
|
+
"onUpdate:currentTab"?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
colour: any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citruslime/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.1-beta.
|
|
4
|
+
"version": "2.0.1-beta.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Citrus-Lime Ltd",
|
|
7
7
|
"url": "https://citruslime.com"
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"build": "vite build && copyfiles -u 2 \"dist/src/**/*\" dist && del-cli dist/src"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@citruslime/utils": "^1.0.1-beta.
|
|
37
|
-
"@citruslime/vue-utils": "^1.0.1-beta.
|
|
36
|
+
"@citruslime/utils": "^1.0.1-beta.1",
|
|
37
|
+
"@citruslime/vue-utils": "^1.0.1-beta.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@iconify/vue": "^4.0.0",
|