@aitronos/freddy-plugins 0.1.32 → 0.1.34
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/images/avatar.png +0 -0
- package/dist/images/freddy_title.png +0 -0
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -31
- package/dist/index.js +939 -1095
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -149,8 +149,6 @@ export declare const IconCircle: DefineComponent< {}, {}, {}, {}, {}, Compone
|
|
|
149
149
|
|
|
150
150
|
export declare const IconClock: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
151
151
|
|
|
152
|
-
export declare const IconClose: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
153
|
-
|
|
154
152
|
export declare const IconCloseButton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
155
153
|
|
|
156
154
|
export declare const IconCloudUpload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -191,32 +189,7 @@ export declare const IconDropdownArrow: DefineComponent< {}, {}, {}, {}, {},
|
|
|
191
189
|
|
|
192
190
|
export declare const IconEdit: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
193
191
|
|
|
194
|
-
export declare const IconEllipse: DefineComponent<
|
|
195
|
-
width: {
|
|
196
|
-
type: NumberConstructor;
|
|
197
|
-
default: number;
|
|
198
|
-
required: false;
|
|
199
|
-
};
|
|
200
|
-
height: {
|
|
201
|
-
type: NumberConstructor;
|
|
202
|
-
default: number;
|
|
203
|
-
required: false;
|
|
204
|
-
};
|
|
205
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
206
|
-
width: {
|
|
207
|
-
type: NumberConstructor;
|
|
208
|
-
default: number;
|
|
209
|
-
required: false;
|
|
210
|
-
};
|
|
211
|
-
height: {
|
|
212
|
-
type: NumberConstructor;
|
|
213
|
-
default: number;
|
|
214
|
-
required: false;
|
|
215
|
-
};
|
|
216
|
-
}>> & Readonly<{}>, {
|
|
217
|
-
width: number;
|
|
218
|
-
height: number;
|
|
219
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
192
|
+
export declare const IconEllipse: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLImageElement>;
|
|
220
193
|
|
|
221
194
|
export declare const IconExcelThumbnail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
222
195
|
|
|
@@ -244,8 +217,6 @@ export declare const IconHollowCircle: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
244
217
|
|
|
245
218
|
export declare const IconHome: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
246
219
|
|
|
247
|
-
export declare const IconHub: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
248
|
-
|
|
249
220
|
export declare const IconInfoRounded: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
250
221
|
|
|
251
222
|
export declare const IconInvoice: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -334,7 +305,7 @@ export declare const IconSize: DefineComponent< {}, {}, {}, {}, {}, Component
|
|
|
334
305
|
|
|
335
306
|
export declare const IconSortIdle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
336
307
|
|
|
337
|
-
export declare const IconSpotlio: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
308
|
+
export declare const IconSpotlio: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
338
309
|
|
|
339
310
|
export declare const IconStatistics: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
340
311
|
|