@opens/ui 1.0.41 → 1.0.43
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/buttons/app-button.vue.d.ts +3 -3
- package/dist/buttons/button-primary.vue.d.ts +3 -3
- package/dist/buttons/button-secondary.vue.d.ts +3 -3
- package/dist/cards/app-advanced-stat-card.vue.d.ts +3 -3
- package/dist/cards/stat-card.vue.d.ts +3 -3
- package/dist/dropdowns/app-dropdown.vue.d.ts +3 -3
- package/dist/dropdowns/app-dropview-item.vue.d.ts +3 -3
- package/dist/dropdowns/app-dropview.vue.d.ts +3 -3
- package/dist/dropdowns/app-select-item.vue.d.ts +3 -3
- package/dist/dropdowns/app-select.vue.d.ts +3 -3
- package/dist/dropdowns/simple-dropdown-item.vue.d.ts +3 -3
- package/dist/dropdowns/simple-dropdown.vue.d.ts +3 -3
- package/dist/icons/app-icon.vue.d.ts +3 -3
- package/dist/icons/app-tooltip-icon.vue.d.ts +3 -3
- package/dist/inputs/app-date-picker.vue.d.ts +4 -4
- package/dist/inputs/app-switch.vue.d.ts +3 -3
- package/dist/inputs/app-text-area.vue.d.ts +3 -3
- package/dist/inputs/app-text-input.vue.d.ts +3 -3
- package/dist/inputs/icon-text-input.vue.d.ts +3 -3
- package/dist/inputs/switch-checkbox.vue.d.ts +3 -3
- package/dist/inputs/text-input.vue.d.ts +3 -3
- package/dist/layouts/app-container.vue.d.ts +3 -3
- package/dist/list-card.vue.d.ts +2 -2
- package/dist/main.d.ts +1 -3
- package/dist/pagination/app-pagination.vue.d.ts +3 -3
- package/dist/table/app-data-table.vue.d.ts +3 -3
- package/dist/table/app-table-cell.vue.d.ts +2 -2
- package/dist/table/app-table-header-cell.vue.d.ts +2 -2
- package/dist/table/app-table-header.vue.d.ts +2 -2
- package/dist/table/app-table-row.vue.d.ts +2 -2
- package/dist/table/app-table.vue.d.ts +2 -2
- package/dist/typography/subtitle.vue.d.ts +4 -4
- package/dist/typography/text.vue.d.ts +4 -4
- package/dist/typography/title.vue.d.ts +4 -4
- package/dist/ui/app-accordion.vue.d.ts +3 -3
- package/dist/ui/app-avatar.vue.d.ts +3 -3
- package/dist/ui/app-badge.vue.d.ts +3 -3
- package/dist/ui/app-group.vue.d.ts +3 -3
- package/dist/ui/app-join.vue.d.ts +3 -3
- package/dist/ui/app-loading-ring.vue.d.ts +2 -2
- package/dist/ui/app-observer.vue.d.ts +3 -3
- package/dist/ui/app-popup.vue.d.ts +3 -3
- package/dist/ui/app-sider.vue.d.ts +4 -0
- package/dist/ui/app-sider.vue.d.ts.map +1 -0
- package/dist/ui/app-skeleton.vue.d.ts +3 -3
- package/dist/ui/app-tabs.vue.d.ts +3 -3
- package/dist/ui/app-typing-indicator.vue.d.ts +3 -3
- package/dist/yunique_ui.cjs.js +3 -9
- package/dist/yunique_ui.css +1 -1
- package/dist/yunique_ui.es.js +4225 -4213
- package/dist/yunique_ui.umd.js +4 -10
- package/package.json +10 -10
- package/dist/src/components/buttons/app-button.vue.d.ts +0 -47
- package/dist/src/components/buttons/button-primary.vue.d.ts +0 -50
- package/dist/src/components/buttons/button-secondary.vue.d.ts +0 -50
- package/dist/src/components/cards/app-advanced-stat-card.vue.d.ts +0 -77
- package/dist/src/components/cards/list-card.vue.d.ts +0 -2
- package/dist/src/components/cards/stat-card.vue.d.ts +0 -59
- package/dist/src/components/dropdowns/app-dropdown.vue.d.ts +0 -90
- package/dist/src/components/dropdowns/app-dropview-item.vue.d.ts +0 -23
- package/dist/src/components/dropdowns/app-dropview.vue.d.ts +0 -41
- package/dist/src/components/dropdowns/app-select-item.vue.d.ts +0 -23
- package/dist/src/components/dropdowns/app-select.vue.d.ts +0 -124
- package/dist/src/components/dropdowns/simple-dropdown-item.vue.d.ts +0 -21
- package/dist/src/components/dropdowns/simple-dropdown.vue.d.ts +0 -37
- package/dist/src/components/icons/app-icon.vue.d.ts +0 -29
- package/dist/src/components/icons/app-tooltip-icon.vue.d.ts +0 -26
- package/dist/src/components/inputs/app-date-picker.vue.d.ts +0 -19
- package/dist/src/components/inputs/app-switch.vue.d.ts +0 -31
- package/dist/src/components/inputs/app-text-area.vue.d.ts +0 -31
- package/dist/src/components/inputs/app-text-input.vue.d.ts +0 -35
- package/dist/src/components/inputs/icon-text-input.vue.d.ts +0 -85
- package/dist/src/components/inputs/switch-checkbox.vue.d.ts +0 -33
- package/dist/src/components/inputs/text-input.vue.d.ts +0 -55
- package/dist/src/components/layouts/app-container.vue.d.ts +0 -85
- package/dist/src/components/pagination/app-pagination.vue.d.ts +0 -7
- package/dist/src/components/table/app-data-table.vue.d.ts +0 -118
- package/dist/src/components/table/app-table-cell.vue.d.ts +0 -2
- package/dist/src/components/table/app-table-header-cell.vue.d.ts +0 -2
- package/dist/src/components/table/app-table-header.vue.d.ts +0 -2
- package/dist/src/components/table/app-table-row.vue.d.ts +0 -2
- package/dist/src/components/table/app-table.vue.d.ts +0 -2
- package/dist/src/components/typography/subtitle.vue.d.ts +0 -161
- package/dist/src/components/typography/text.vue.d.ts +0 -165
- package/dist/src/components/typography/title.vue.d.ts +0 -169
- package/dist/src/components/typography/types.d.ts +0 -24
- package/dist/src/components/typography/use-typography-classes.d.ts +0 -41
- package/dist/src/components/ui/app-accordion.vue.d.ts +0 -45
- package/dist/src/components/ui/app-avatar.vue.d.ts +0 -31
- package/dist/src/components/ui/app-badge.vue.d.ts +0 -58
- package/dist/src/components/ui/app-group.vue.d.ts +0 -221
- package/dist/src/components/ui/app-join.vue.d.ts +0 -32
- package/dist/src/components/ui/app-loading-ring.vue.d.ts +0 -2
- package/dist/src/components/ui/app-observer.vue.d.ts +0 -16
- package/dist/src/components/ui/app-popup.vue.d.ts +0 -4
- package/dist/src/components/ui/app-skeleton.vue.d.ts +0 -14
- package/dist/src/components/ui/app-tabs.vue.d.ts +0 -14
- package/dist/src/components/ui/app-typing-indicator.vue.d.ts +0 -8
- package/dist/src/composables/useButtonStyle.d.ts +0 -10
- package/dist/src/composables/useDropdownStyle.d.ts +0 -10
- package/dist/src/composables/useInputStyle.d.ts +0 -10
- package/dist/src/composables/useItemStyle.d.ts +0 -10
- package/dist/src/main.d.ts +0 -49
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import type { PropType as __PropType } from 'vue';
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
-
fit: {
|
|
4
|
-
type: __PropType<boolean>;
|
|
5
|
-
required: false;
|
|
6
|
-
};
|
|
7
|
-
full: {
|
|
8
|
-
type: __PropType<boolean>;
|
|
9
|
-
required: false;
|
|
10
|
-
};
|
|
11
|
-
row: {
|
|
12
|
-
type: __PropType<boolean>;
|
|
13
|
-
required: false;
|
|
14
|
-
};
|
|
15
|
-
col: {
|
|
16
|
-
type: __PropType<boolean>;
|
|
17
|
-
required: false;
|
|
18
|
-
};
|
|
19
|
-
gapNone: {
|
|
20
|
-
type: __PropType<boolean>;
|
|
21
|
-
required: false;
|
|
22
|
-
};
|
|
23
|
-
gapBase: {
|
|
24
|
-
type: __PropType<boolean>;
|
|
25
|
-
required: false;
|
|
26
|
-
};
|
|
27
|
-
gapSm: {
|
|
28
|
-
type: __PropType<boolean>;
|
|
29
|
-
required: false;
|
|
30
|
-
};
|
|
31
|
-
gapMd: {
|
|
32
|
-
type: __PropType<boolean>;
|
|
33
|
-
required: false;
|
|
34
|
-
};
|
|
35
|
-
gapLg: {
|
|
36
|
-
type: __PropType<boolean>;
|
|
37
|
-
required: false;
|
|
38
|
-
};
|
|
39
|
-
wrap: {
|
|
40
|
-
type: __PropType<boolean>;
|
|
41
|
-
required: false;
|
|
42
|
-
};
|
|
43
|
-
paddingNone: {
|
|
44
|
-
type: __PropType<boolean>;
|
|
45
|
-
required: false;
|
|
46
|
-
};
|
|
47
|
-
paddingBase: {
|
|
48
|
-
type: __PropType<boolean>;
|
|
49
|
-
required: false;
|
|
50
|
-
};
|
|
51
|
-
paddingXs: {
|
|
52
|
-
type: __PropType<boolean>;
|
|
53
|
-
required: false;
|
|
54
|
-
};
|
|
55
|
-
paddingSm: {
|
|
56
|
-
type: __PropType<boolean>;
|
|
57
|
-
required: false;
|
|
58
|
-
};
|
|
59
|
-
paddingMd: {
|
|
60
|
-
type: __PropType<boolean>;
|
|
61
|
-
required: false;
|
|
62
|
-
};
|
|
63
|
-
paddingLg: {
|
|
64
|
-
type: __PropType<boolean>;
|
|
65
|
-
required: false;
|
|
66
|
-
};
|
|
67
|
-
center: {
|
|
68
|
-
type: __PropType<boolean>;
|
|
69
|
-
required: false;
|
|
70
|
-
};
|
|
71
|
-
justifyEnd: {
|
|
72
|
-
type: __PropType<boolean>;
|
|
73
|
-
required: false;
|
|
74
|
-
};
|
|
75
|
-
centerBetween: {
|
|
76
|
-
type: __PropType<boolean>;
|
|
77
|
-
required: false;
|
|
78
|
-
};
|
|
79
|
-
border: {
|
|
80
|
-
type: __PropType<boolean>;
|
|
81
|
-
required: false;
|
|
82
|
-
};
|
|
83
|
-
borderPrimary: {
|
|
84
|
-
type: __PropType<boolean>;
|
|
85
|
-
required: false;
|
|
86
|
-
};
|
|
87
|
-
rounded: {
|
|
88
|
-
type: __PropType<boolean>;
|
|
89
|
-
required: false;
|
|
90
|
-
};
|
|
91
|
-
roundedTop: {
|
|
92
|
-
type: __PropType<boolean>;
|
|
93
|
-
required: false;
|
|
94
|
-
};
|
|
95
|
-
roundedBottom: {
|
|
96
|
-
type: __PropType<boolean>;
|
|
97
|
-
required: false;
|
|
98
|
-
};
|
|
99
|
-
bgPrimary: {
|
|
100
|
-
type: __PropType<boolean>;
|
|
101
|
-
required: false;
|
|
102
|
-
};
|
|
103
|
-
bgWhite: {
|
|
104
|
-
type: __PropType<boolean>;
|
|
105
|
-
required: false;
|
|
106
|
-
};
|
|
107
|
-
divisor: {
|
|
108
|
-
type: __PropType<boolean>;
|
|
109
|
-
required: false;
|
|
110
|
-
};
|
|
111
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
112
|
-
fit: {
|
|
113
|
-
type: __PropType<boolean>;
|
|
114
|
-
required: false;
|
|
115
|
-
};
|
|
116
|
-
full: {
|
|
117
|
-
type: __PropType<boolean>;
|
|
118
|
-
required: false;
|
|
119
|
-
};
|
|
120
|
-
row: {
|
|
121
|
-
type: __PropType<boolean>;
|
|
122
|
-
required: false;
|
|
123
|
-
};
|
|
124
|
-
col: {
|
|
125
|
-
type: __PropType<boolean>;
|
|
126
|
-
required: false;
|
|
127
|
-
};
|
|
128
|
-
gapNone: {
|
|
129
|
-
type: __PropType<boolean>;
|
|
130
|
-
required: false;
|
|
131
|
-
};
|
|
132
|
-
gapBase: {
|
|
133
|
-
type: __PropType<boolean>;
|
|
134
|
-
required: false;
|
|
135
|
-
};
|
|
136
|
-
gapSm: {
|
|
137
|
-
type: __PropType<boolean>;
|
|
138
|
-
required: false;
|
|
139
|
-
};
|
|
140
|
-
gapMd: {
|
|
141
|
-
type: __PropType<boolean>;
|
|
142
|
-
required: false;
|
|
143
|
-
};
|
|
144
|
-
gapLg: {
|
|
145
|
-
type: __PropType<boolean>;
|
|
146
|
-
required: false;
|
|
147
|
-
};
|
|
148
|
-
wrap: {
|
|
149
|
-
type: __PropType<boolean>;
|
|
150
|
-
required: false;
|
|
151
|
-
};
|
|
152
|
-
paddingNone: {
|
|
153
|
-
type: __PropType<boolean>;
|
|
154
|
-
required: false;
|
|
155
|
-
};
|
|
156
|
-
paddingBase: {
|
|
157
|
-
type: __PropType<boolean>;
|
|
158
|
-
required: false;
|
|
159
|
-
};
|
|
160
|
-
paddingXs: {
|
|
161
|
-
type: __PropType<boolean>;
|
|
162
|
-
required: false;
|
|
163
|
-
};
|
|
164
|
-
paddingSm: {
|
|
165
|
-
type: __PropType<boolean>;
|
|
166
|
-
required: false;
|
|
167
|
-
};
|
|
168
|
-
paddingMd: {
|
|
169
|
-
type: __PropType<boolean>;
|
|
170
|
-
required: false;
|
|
171
|
-
};
|
|
172
|
-
paddingLg: {
|
|
173
|
-
type: __PropType<boolean>;
|
|
174
|
-
required: false;
|
|
175
|
-
};
|
|
176
|
-
center: {
|
|
177
|
-
type: __PropType<boolean>;
|
|
178
|
-
required: false;
|
|
179
|
-
};
|
|
180
|
-
justifyEnd: {
|
|
181
|
-
type: __PropType<boolean>;
|
|
182
|
-
required: false;
|
|
183
|
-
};
|
|
184
|
-
centerBetween: {
|
|
185
|
-
type: __PropType<boolean>;
|
|
186
|
-
required: false;
|
|
187
|
-
};
|
|
188
|
-
border: {
|
|
189
|
-
type: __PropType<boolean>;
|
|
190
|
-
required: false;
|
|
191
|
-
};
|
|
192
|
-
borderPrimary: {
|
|
193
|
-
type: __PropType<boolean>;
|
|
194
|
-
required: false;
|
|
195
|
-
};
|
|
196
|
-
rounded: {
|
|
197
|
-
type: __PropType<boolean>;
|
|
198
|
-
required: false;
|
|
199
|
-
};
|
|
200
|
-
roundedTop: {
|
|
201
|
-
type: __PropType<boolean>;
|
|
202
|
-
required: false;
|
|
203
|
-
};
|
|
204
|
-
roundedBottom: {
|
|
205
|
-
type: __PropType<boolean>;
|
|
206
|
-
required: false;
|
|
207
|
-
};
|
|
208
|
-
bgPrimary: {
|
|
209
|
-
type: __PropType<boolean>;
|
|
210
|
-
required: false;
|
|
211
|
-
};
|
|
212
|
-
bgWhite: {
|
|
213
|
-
type: __PropType<boolean>;
|
|
214
|
-
required: false;
|
|
215
|
-
};
|
|
216
|
-
divisor: {
|
|
217
|
-
type: __PropType<boolean>;
|
|
218
|
-
required: false;
|
|
219
|
-
};
|
|
220
|
-
}>>, {}, {}>;
|
|
221
|
-
export default _sfc_main;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
vertical: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
border: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
rounded: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
vertical: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
border: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
rounded: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
vertical: boolean;
|
|
29
|
-
border: boolean;
|
|
30
|
-
rounded: boolean;
|
|
31
|
-
}, {}>;
|
|
32
|
-
export default _sfc_main;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
options: {
|
|
3
|
-
type: ObjectConstructor;
|
|
4
|
-
default: {};
|
|
5
|
-
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "intersect"[], "intersect", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
options: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: {};
|
|
10
|
-
};
|
|
11
|
-
}>> & {
|
|
12
|
-
onIntersect?: (...args: any[]) => any;
|
|
13
|
-
}, {
|
|
14
|
-
options: Record<string, any>;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _sfc_main;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
|
-
onClosed?: (...args: any[]) => any;
|
|
3
|
-
}, {}, {}>;
|
|
4
|
-
export default _sfc_main;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
round: BooleanConstructor;
|
|
3
|
-
fluid: BooleanConstructor;
|
|
4
|
-
block: BooleanConstructor;
|
|
5
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
round: BooleanConstructor;
|
|
7
|
-
fluid: BooleanConstructor;
|
|
8
|
-
block: BooleanConstructor;
|
|
9
|
-
}>>, {
|
|
10
|
-
round: boolean;
|
|
11
|
-
fluid: boolean;
|
|
12
|
-
block: boolean;
|
|
13
|
-
}, {}>;
|
|
14
|
-
export default _sfc_main;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
center: BooleanConstructor;
|
|
3
|
-
segment: BooleanConstructor;
|
|
4
|
-
small: BooleanConstructor;
|
|
5
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
center: BooleanConstructor;
|
|
7
|
-
segment: BooleanConstructor;
|
|
8
|
-
small: BooleanConstructor;
|
|
9
|
-
}>>, {
|
|
10
|
-
small: boolean;
|
|
11
|
-
center: boolean;
|
|
12
|
-
segment: boolean;
|
|
13
|
-
}, {}>;
|
|
14
|
-
export default _sfc_main;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
small: BooleanConstructor;
|
|
3
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
small: BooleanConstructor;
|
|
5
|
-
}>>, {
|
|
6
|
-
small: boolean;
|
|
7
|
-
}, {}>;
|
|
8
|
-
export default _sfc_main;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
interface StyleProps {
|
|
2
|
-
fluid?: boolean;
|
|
3
|
-
small?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare function useButtonStyle(props: StyleProps): {
|
|
6
|
-
height: import("vue").ComputedRef<"!yu-h-8 !yu-min-h-[2rem]" | "!yu-h-10 !yu-min-h-[2.5rem]">;
|
|
7
|
-
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
-
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
interface StyleProps {
|
|
2
|
-
fluid?: boolean;
|
|
3
|
-
small?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare function useDropdownStyle(props: StyleProps): {
|
|
6
|
-
height: import("vue").ComputedRef<"!yu-h-8 !yu-min-h-[2rem]" | "!yu-h-10 !yu-min-h-[2.5rem]">;
|
|
7
|
-
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
-
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
interface StyleProps {
|
|
2
|
-
fluid?: boolean;
|
|
3
|
-
small?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare function useInputStyle(props: StyleProps): {
|
|
6
|
-
height: import("vue").ComputedRef<"!yu-h-8 !yu-min-h-[2rem]" | "!yu-h-10 !yu-min-h-[2.5rem]">;
|
|
7
|
-
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
-
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
interface StyleProps {
|
|
2
|
-
fluid?: boolean;
|
|
3
|
-
small?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare function useItemStyle(props: StyleProps): {
|
|
6
|
-
height: import("vue").ComputedRef<"!yu-h-8 !yu-min-h-[2rem]" | "!yu-h-10 !yu-min-h-[2.5rem]">;
|
|
7
|
-
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
-
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
-
};
|
|
10
|
-
export {};
|
package/dist/src/main.d.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import IconTextInput from './components/inputs/icon-text-input.vue';
|
|
2
|
-
import TextInput from './components/inputs/text-input.vue';
|
|
3
|
-
import SwitchCheckbox from './components/inputs/switch-checkbox.vue';
|
|
4
|
-
import ButtonPrimary from './components/buttons/button-primary.vue';
|
|
5
|
-
import ButtonSecondary from './components/buttons/button-secondary.vue';
|
|
6
|
-
import SimpleDropdown from './components/dropdowns/simple-dropdown.vue';
|
|
7
|
-
import AppDropdown from './components/dropdowns/app-dropdown.vue';
|
|
8
|
-
import AppSelect from './components/dropdowns/app-select.vue';
|
|
9
|
-
import AppSelectItem from './components/dropdowns/app-select-item.vue';
|
|
10
|
-
import SimpleDropdownItem from './components/dropdowns/simple-dropdown-item.vue';
|
|
11
|
-
import StatCard from './components/cards/stat-card.vue';
|
|
12
|
-
import AppAdvancedStatCard from './components/cards/app-advanced-stat-card.vue';
|
|
13
|
-
import ListCard from './components/cards/list-card.vue';
|
|
14
|
-
import AppTitle from './components/typography/title.vue';
|
|
15
|
-
import AppSubtitle from './components/typography/subtitle.vue';
|
|
16
|
-
import AppText from './components/typography/text.vue';
|
|
17
|
-
import AppTooltipIcon from './components/icons/app-tooltip-icon.vue';
|
|
18
|
-
import AppTable from './components/table/app-table.vue';
|
|
19
|
-
import AppTableHeader from './components/table/app-table-header.vue';
|
|
20
|
-
import AppTableRow from './components/table/app-table-row.vue';
|
|
21
|
-
import AppTableCell from './components/table/app-table-cell.vue';
|
|
22
|
-
import AppTableHeaderCell from './components/table/app-table-header-cell.vue';
|
|
23
|
-
import AppPagination from './components/pagination/app-pagination.vue';
|
|
24
|
-
import AppPopup from './components/ui/app-popup.vue';
|
|
25
|
-
import AppContainer from './components/layouts/app-container.vue';
|
|
26
|
-
import AppGroup from './components/ui/app-group.vue';
|
|
27
|
-
import AppAccordion from './components/ui/app-accordion.vue';
|
|
28
|
-
import AppLoadingRing from './components/ui/app-loading-ring.vue';
|
|
29
|
-
import AppJoin from './components/ui/app-join.vue';
|
|
30
|
-
import AppIcon from './components/icons/app-icon.vue';
|
|
31
|
-
import AppButton from './components/buttons/app-button.vue';
|
|
32
|
-
import AppAvatar from './components/ui/app-avatar.vue';
|
|
33
|
-
import AppBadge from './components/ui/app-badge.vue';
|
|
34
|
-
import AppSwitch from './components/inputs/app-switch.vue';
|
|
35
|
-
import AppTextInput from './components/inputs/app-text-input.vue';
|
|
36
|
-
import AppDropview from './components/dropdowns/app-dropview.vue';
|
|
37
|
-
import AppDropviewItem from './components/dropdowns/app-dropview-item.vue';
|
|
38
|
-
import AppDatePicker from './components/inputs/app-date-picker.vue';
|
|
39
|
-
import AppSkeleton from './components/ui/app-skeleton.vue';
|
|
40
|
-
import AppTextArea from './components/inputs/app-text-area.vue';
|
|
41
|
-
import AppTypingIndicator from './components/ui/app-typing-indicator.vue';
|
|
42
|
-
import AppTabs from './components/ui/app-tabs.vue';
|
|
43
|
-
import AppDataTable from './components/table/app-data-table.vue';
|
|
44
|
-
import type { App } from 'vue';
|
|
45
|
-
declare const _default: {
|
|
46
|
-
install: (app: App) => void;
|
|
47
|
-
};
|
|
48
|
-
export default _default;
|
|
49
|
-
export { TextInput, IconTextInput, SwitchCheckbox, ButtonPrimary, ButtonSecondary, SimpleDropdown, AppDropdown, AppSelect, AppSelectItem, SimpleDropdownItem, StatCard, AppAdvancedStatCard, ListCard, AppTitle, AppSubtitle, AppText, AppTooltipIcon, AppTable, AppTableHeader, AppTableRow, AppTableCell, AppTableHeaderCell, AppPagination, AppPopup, AppContainer, AppGroup, AppAccordion, AppLoadingRing, AppJoin, AppIcon, AppButton, AppAvatar, AppBadge, AppSwitch, AppTextInput, AppDropview, AppDropviewItem, AppDatePicker, AppSkeleton, AppTextArea, AppTypingIndicator, AppTabs, AppDataTable, };
|