@weni/unnnic-system 3.12.3-alpha-teleports.2 → 3.12.3-alpha-teleports.4
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/README.md +9 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +4 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +8 -2
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +10 -7
- package/dist/components/Card/CardCompany.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -1
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +5 -2
- package/dist/components/Card/TitleCard.vue.d.ts +5 -2
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +1 -1
- package/dist/components/Carousel/TagCarousel.vue.d.ts +1 -1
- package/dist/components/ChartBar/ChartBar.vue.d.ts +7 -4
- package/dist/components/ChartLine/ChartLine.vue.d.ts +4 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +4 -1
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +4 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +5 -2
- package/dist/components/DateFilter/DateFilter.vue.d.ts +5 -5
- package/dist/components/Drawer/Drawer.vue.d.ts +2 -2
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +1 -1
- package/dist/components/Flag.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +2 -2
- package/dist/components/ImportCard/ImportCard.vue.d.ts +3 -3
- package/dist/components/Input/BaseInput.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts +5 -5
- package/dist/components/Input/TextInput.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +4 -4
- package/dist/components/ModalNext/ModalNext.vue.d.ts +8 -8
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +6 -6
- package/dist/components/MoodRating/MoodRating.vue.d.ts +4 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +6 -6
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +4 -1
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +4 -1
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +1 -1
- package/dist/components/TextArea/TextArea.vue.d.ts +3 -3
- package/dist/components/Toast/ToastManager.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +4 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +3 -3
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -1
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -1
- package/dist/{es-c09db281.mjs → es-2519c11f.mjs} +1 -1
- package/dist/{index-b84816f5.mjs → index-736bf51a.mjs} +5889 -5888
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/lib/layer-manager.d.ts +1 -11
- package/dist/lib/layer-manager.d.ts.map +1 -1
- package/dist/lib/teleport-target.d.ts +7 -0
- package/dist/lib/teleport-target.d.ts.map +1 -0
- package/dist/{pt-br-205e873a.mjs → pt-br-38819d53.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +33 -33
- package/package.json +1 -1
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/Toast/Toast.vue +1 -1
- package/src/components/Toast/ToastManager.ts +4 -1
- package/src/components/Toast/__tests__/ToastManager.spec.js +10 -6
- package/src/components/ui/dialog/DialogContent.vue +5 -5
- package/src/components/ui/drawer/DrawerContent.vue +4 -2
- package/src/components/ui/popover/PopoverContent.vue +4 -2
- package/src/components/ui/tooltip/TooltipContent.vue +5 -2
- package/src/components/ui/tooltip/TooltipTrigger.vue +2 -4
- package/src/index.ts +9 -2
- package/src/lib/__tests__/teleport-target.spec.ts +73 -0
- package/src/lib/layer-manager.ts +24 -52
- package/src/lib/teleport-target.ts +46 -0
- package/src/stories/LayerManager.docs.mdx +9 -9
- package/src/stories/LayerManager.stories.js +54 -11
- package/.vscode/extensions.json +0 -3
- package/CHANGELOG.md +0 -1036
|
@@ -157,8 +157,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
default: boolean;
|
|
158
158
|
};
|
|
159
159
|
}>> & Readonly<{}>, {
|
|
160
|
-
side: string;
|
|
161
160
|
text: string;
|
|
161
|
+
side: string;
|
|
162
162
|
enabled: boolean;
|
|
163
163
|
forceOpen: boolean;
|
|
164
164
|
maxWidth: string;
|
|
@@ -218,6 +218,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
218
218
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
219
219
|
pointerDownOutside: (event: Event) => any;
|
|
220
220
|
}, import('vue').PublicProps, {
|
|
221
|
+
class: import('vue').HTMLAttributes["class"];
|
|
221
222
|
sideOffset: number;
|
|
222
223
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
223
224
|
P: {};
|
|
@@ -232,6 +233,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
233
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
233
234
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
234
235
|
}>, {}, {}, {}, {}, {
|
|
236
|
+
class: import('vue').HTMLAttributes["class"];
|
|
235
237
|
sideOffset: number;
|
|
236
238
|
}>;
|
|
237
239
|
__isFragment?: never;
|
|
@@ -246,6 +248,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
246
248
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
247
249
|
pointerDownOutside: (event: Event) => any;
|
|
248
250
|
}, string, {
|
|
251
|
+
class: import('vue').HTMLAttributes["class"];
|
|
249
252
|
sideOffset: number;
|
|
250
253
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
251
254
|
$slots: {
|
|
@@ -101,8 +101,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
101
|
}>, {
|
|
102
102
|
disabled: boolean;
|
|
103
103
|
label: string;
|
|
104
|
-
size: string;
|
|
105
104
|
option: string;
|
|
105
|
+
size: string;
|
|
106
106
|
modelValue: boolean;
|
|
107
107
|
helper: string;
|
|
108
108
|
textRight: string;
|
|
@@ -112,8 +112,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
112
112
|
useVModel: boolean;
|
|
113
113
|
}, {}, {
|
|
114
114
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
115
|
-
tooltip: string;
|
|
116
115
|
label: string;
|
|
116
|
+
tooltip: string;
|
|
117
117
|
useHtmlTooltip: boolean;
|
|
118
118
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
119
119
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -130,8 +130,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
|
-
side: string;
|
|
134
133
|
text: string;
|
|
134
|
+
side: string;
|
|
135
135
|
enabled: boolean;
|
|
136
136
|
forceOpen: boolean;
|
|
137
137
|
maxWidth: string;
|
|
@@ -191,6 +191,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
191
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
192
192
|
pointerDownOutside: (event: Event) => any;
|
|
193
193
|
}, import('vue').PublicProps, {
|
|
194
|
+
class: import('vue').HTMLAttributes["class"];
|
|
194
195
|
sideOffset: number;
|
|
195
196
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
196
197
|
P: {};
|
|
@@ -205,6 +206,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
205
206
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
206
207
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
207
208
|
}>, {}, {}, {}, {}, {
|
|
209
|
+
class: import('vue').HTMLAttributes["class"];
|
|
208
210
|
sideOffset: number;
|
|
209
211
|
}>;
|
|
210
212
|
__isFragment?: never;
|
|
@@ -219,6 +221,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
219
221
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
220
222
|
pointerDownOutside: (event: Event) => any;
|
|
221
223
|
}, string, {
|
|
224
|
+
class: import('vue').HTMLAttributes["class"];
|
|
222
225
|
sideOffset: number;
|
|
223
226
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
224
227
|
$slots: {
|
|
@@ -111,8 +111,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
112
112
|
disabled: boolean;
|
|
113
113
|
type: import('../Button/types').ButtonType;
|
|
114
|
-
size: import('../Button/types').ButtonSize;
|
|
115
114
|
text: string;
|
|
115
|
+
size: import('../Button/types').ButtonSize;
|
|
116
116
|
iconLeft: string;
|
|
117
117
|
iconRight: string;
|
|
118
118
|
float: boolean;
|
|
@@ -129,8 +129,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
129
129
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
130
130
|
disabled: boolean;
|
|
131
131
|
type: import('../Button/types').ButtonType;
|
|
132
|
-
size: import('../Button/types').ButtonSize;
|
|
133
132
|
text: string;
|
|
133
|
+
size: import('../Button/types').ButtonSize;
|
|
134
134
|
iconLeft: string;
|
|
135
135
|
iconRight: string;
|
|
136
136
|
float: boolean;
|
|
@@ -144,8 +144,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
144
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
145
145
|
disabled: boolean;
|
|
146
146
|
type: import('../Button/types').ButtonType;
|
|
147
|
-
size: import('../Button/types').ButtonSize;
|
|
148
147
|
text: string;
|
|
148
|
+
size: import('../Button/types').ButtonSize;
|
|
149
149
|
iconLeft: string;
|
|
150
150
|
iconRight: string;
|
|
151
151
|
float: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DefaultTagProps } from './types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<DefaultTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DefaultTagProps> & Readonly<{}>, {
|
|
3
|
-
size: import('./types').TagSize;
|
|
4
3
|
text: string;
|
|
4
|
+
size: import('./types').TagSize;
|
|
5
5
|
scheme: string;
|
|
6
6
|
leftIcon: string;
|
|
7
7
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
@@ -8,8 +8,8 @@ declare const _default: import('vue').DefineComponent<TagProps, {}, {}, {}, {},
|
|
|
8
8
|
}>, {
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
type: import('./types').TagType;
|
|
11
|
-
size: import('./types').TagSize;
|
|
12
11
|
text: string;
|
|
12
|
+
size: import('./types').TagSize;
|
|
13
13
|
scheme: string;
|
|
14
14
|
leftIcon: string;
|
|
15
15
|
hasCloseIcon: boolean;
|
|
@@ -94,8 +94,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
94
|
disabled: boolean;
|
|
95
95
|
resize: string;
|
|
96
96
|
type: string;
|
|
97
|
-
tooltip: string;
|
|
98
97
|
size: string;
|
|
98
|
+
tooltip: string;
|
|
99
99
|
message: string;
|
|
100
100
|
errors: unknown[] | null;
|
|
101
101
|
}, {}, {
|
|
@@ -164,15 +164,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
}>> & Readonly<{}>, {
|
|
165
165
|
disabled: boolean;
|
|
166
166
|
error: string | boolean;
|
|
167
|
-
tooltip: string;
|
|
168
167
|
label: string;
|
|
169
168
|
size: string;
|
|
169
|
+
tooltip: string;
|
|
170
170
|
fixedLabel: boolean;
|
|
171
171
|
message: string;
|
|
172
172
|
}, {}, {
|
|
173
173
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
174
|
-
tooltip: string;
|
|
175
174
|
label: string;
|
|
175
|
+
tooltip: string;
|
|
176
176
|
useHtmlTooltip: boolean;
|
|
177
177
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
178
178
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToastManager.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/ToastManager.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToastManager.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/ToastManager.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,UAAU,EACV,aAAa,EAEb,SAAS,EACV,MAAM,SAAS,CAAC;AAEjB,cAAM,YAAa,YAAW,YAAY;IACxC,OAAO,CAAC,MAAM,CAAyC;IACvD,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,MAAM,CAAK;IAEnB,OAAO,CAAC,eAAe;IAcvB,OAAO,CAAC,UAAU;IAIlB,IAAI,CAAC,KAAK,EAAE,UAAU,GAAG,aAAa;IAsCtC,KAAK,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;CAMxB;AAED,QAAA,MAAM,YAAY,cAAqB,CAAC;AAExC,eAAO,MAAM,KAAK,EAAE,SA6BnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -51,8 +51,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, {
|
|
54
|
-
side: string;
|
|
55
54
|
text: string;
|
|
55
|
+
side: string;
|
|
56
56
|
enabled: boolean;
|
|
57
57
|
forceOpen: boolean;
|
|
58
58
|
maxWidth: string;
|
|
@@ -112,6 +112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
112
112
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
113
113
|
pointerDownOutside: (event: Event) => any;
|
|
114
114
|
}, import('vue').PublicProps, {
|
|
115
|
+
class: import('vue').HTMLAttributes["class"];
|
|
115
116
|
sideOffset: number;
|
|
116
117
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
117
118
|
P: {};
|
|
@@ -126,6 +127,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
127
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
127
128
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
128
129
|
}>, {}, {}, {}, {}, {
|
|
130
|
+
class: import('vue').HTMLAttributes["class"];
|
|
129
131
|
sideOffset: number;
|
|
130
132
|
}>;
|
|
131
133
|
__isFragment?: never;
|
|
@@ -140,6 +142,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
140
142
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
141
143
|
pointerDownOutside: (event: Event) => any;
|
|
142
144
|
}, string, {
|
|
145
|
+
class: import('vue').HTMLAttributes["class"];
|
|
143
146
|
sideOffset: number;
|
|
144
147
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
145
148
|
$slots: {
|
|
@@ -164,8 +164,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
165
165
|
disabled: boolean;
|
|
166
166
|
type: import('../Button/types').ButtonType;
|
|
167
|
-
size: import('../Button/types').ButtonSize;
|
|
168
167
|
text: string;
|
|
168
|
+
size: import('../Button/types').ButtonSize;
|
|
169
169
|
iconLeft: string;
|
|
170
170
|
iconRight: string;
|
|
171
171
|
float: boolean;
|
|
@@ -182,8 +182,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
182
182
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
183
183
|
disabled: boolean;
|
|
184
184
|
type: import('../Button/types').ButtonType;
|
|
185
|
-
size: import('../Button/types').ButtonSize;
|
|
186
185
|
text: string;
|
|
186
|
+
size: import('../Button/types').ButtonSize;
|
|
187
187
|
iconLeft: string;
|
|
188
188
|
iconRight: string;
|
|
189
189
|
float: boolean;
|
|
@@ -197,8 +197,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
197
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
198
198
|
disabled: boolean;
|
|
199
199
|
type: import('../Button/types').ButtonType;
|
|
200
|
-
size: import('../Button/types').ButtonSize;
|
|
201
200
|
text: string;
|
|
201
|
+
size: import('../Button/types').ButtonSize;
|
|
202
202
|
iconLeft: string;
|
|
203
203
|
iconRight: string;
|
|
204
204
|
float: boolean;
|
|
@@ -75,8 +75,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
75
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
type: import('../Button/Button.vue').ButtonType;
|
|
78
|
-
size: import('../Button/Button.vue').ButtonSize;
|
|
79
78
|
text: string;
|
|
79
|
+
size: import('../Button/Button.vue').ButtonSize;
|
|
80
80
|
iconLeft: string;
|
|
81
81
|
iconRight: string;
|
|
82
82
|
float: boolean;
|
|
@@ -93,8 +93,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
}, Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
94
94
|
disabled: boolean;
|
|
95
95
|
type: import('../Button/Button.vue').ButtonType;
|
|
96
|
-
size: import('../Button/Button.vue').ButtonSize;
|
|
97
96
|
text: string;
|
|
97
|
+
size: import('../Button/Button.vue').ButtonSize;
|
|
98
98
|
iconLeft: string;
|
|
99
99
|
iconRight: string;
|
|
100
100
|
float: boolean;
|
|
@@ -108,8 +108,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
108
108
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/Button.vue').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
109
109
|
disabled: boolean;
|
|
110
110
|
type: import('../Button/Button.vue').ButtonType;
|
|
111
|
-
size: import('../Button/Button.vue').ButtonSize;
|
|
112
111
|
text: string;
|
|
112
|
+
size: import('../Button/Button.vue').ButtonSize;
|
|
113
113
|
iconLeft: string;
|
|
114
114
|
iconRight: string;
|
|
115
115
|
float: boolean;
|
|
@@ -278,8 +278,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
278
278
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
279
279
|
disabled: boolean;
|
|
280
280
|
type: import('../Button/types').ButtonType;
|
|
281
|
-
size: import('../Button/types').ButtonSize;
|
|
282
281
|
text: string;
|
|
282
|
+
size: import('../Button/types').ButtonSize;
|
|
283
283
|
iconLeft: string;
|
|
284
284
|
iconRight: string;
|
|
285
285
|
float: boolean;
|
|
@@ -296,8 +296,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
296
296
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
297
297
|
disabled: boolean;
|
|
298
298
|
type: import('../Button/types').ButtonType;
|
|
299
|
-
size: import('../Button/types').ButtonSize;
|
|
300
299
|
text: string;
|
|
300
|
+
size: import('../Button/types').ButtonSize;
|
|
301
301
|
iconLeft: string;
|
|
302
302
|
iconRight: string;
|
|
303
303
|
float: boolean;
|
|
@@ -311,8 +311,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
311
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
312
312
|
disabled: boolean;
|
|
313
313
|
type: import('../Button/types').ButtonType;
|
|
314
|
-
size: import('../Button/types').ButtonSize;
|
|
315
314
|
text: string;
|
|
315
|
+
size: import('../Button/types').ButtonSize;
|
|
316
316
|
iconLeft: string;
|
|
317
317
|
iconRight: string;
|
|
318
318
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DialogContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogContent.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"DialogContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogContent.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,KAAK,CAAC;AAiBrD,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAClC,WAAW,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IACtC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;CACrC,CAAC;AA+CN,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;WAlJP,cAAc,CAAC,OAAO,CAAC;UACxB,OAAO,GAAG,QAAQ,GAAG,OAAO;iBAFrB,cAAc,CAAC,OAAO,CAAC;6EA4JzC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/DrawerContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DrawerContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/DrawerContent.vue"],"names":[],"mappings":"AAmHA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAa1C,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAClC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,CAAC;IACpD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AA2BN,iBAAS,cAAc;WA+ET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;WApIP,cAAc,CAAC,OAAO,CAAC;UACxB,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO;iBACrC,OAAO;6EA2IzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
21
21
|
}>, {
|
|
22
22
|
class: HTMLAttributes["class"];
|
|
23
23
|
sideOffset: number;
|
|
24
|
-
align: "
|
|
24
|
+
align: "center" | "start" | "end";
|
|
25
25
|
size: "small" | "medium" | "large";
|
|
26
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
27
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverContent.vue"],"names":[],"mappings":"AA6BA;AAAA,
|
|
1
|
+
{"version":3,"file":"PopoverContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverContent.vue"],"names":[],"mappings":"AA6BA;AAAA,OAmHO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACxE,OAAO,KAAK,EAAE,cAAc,EAAS,MAAM,KAAK,CAAC;AAYjD,KAAK,WAAW,GAAG,mBAAmB,GAAG;IACnC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;CACrC,CAAC;;;;;;;;;;;;;;;;WAFQ,cAAc,CAAC,OAAO,CAAC;;;UACxB,OAAO,GAAG,QAAQ,GAAG,OAAO;;AA4JzC,wBAQG"}
|
|
@@ -19,6 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
19
19
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
20
20
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
+
class: HTMLAttributes["class"];
|
|
22
23
|
sideOffset: number;
|
|
23
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TooltipContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipContent.vue"],"names":[],"mappings":"AA+EA,OAAO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACxE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAgB1C,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAwB7E,iBAAS,cAAc;WAsET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;WArH8B,cAAc,CAAC,OAAO,CAAC;;6EA6HxE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipTrigger.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TooltipTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipTrigger.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAQnD,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|