@aitronos/freddy-plugins 0.1.67 → 0.1.69
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +10 -6
- package/dist/index.js +745 -715
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { App } from 'vue';
|
|
1
2
|
import { ComponentOptionsMixin } from 'vue';
|
|
2
3
|
import { ComponentProvideOptions } from 'vue';
|
|
3
4
|
import { ComputedRef } from 'vue';
|
|
4
5
|
import { DefineComponent } from 'vue';
|
|
5
|
-
import { Directive } from 'vue';
|
|
6
6
|
import { ExtractPropTypes } from 'vue';
|
|
7
7
|
import { PublicProps } from 'vue';
|
|
8
8
|
import { Ref } from 'vue';
|
|
@@ -341,6 +341,11 @@ export declare function formatDateToLocaleString(dateString: Date | string): str
|
|
|
341
341
|
*/
|
|
342
342
|
export declare function formatLastUsedDate(inputDate: Date | string, createdOnDate?: Date | string): string;
|
|
343
343
|
|
|
344
|
+
declare const FreddyPlugin: {
|
|
345
|
+
install(app: App): void;
|
|
346
|
+
};
|
|
347
|
+
export default FreddyPlugin;
|
|
348
|
+
|
|
344
349
|
/**
|
|
345
350
|
* Generates an array of dates for a given month in "day month_name" format.
|
|
346
351
|
* @param monthNumber - The month number (1-12).
|
|
@@ -475,6 +480,8 @@ export declare const IconFileSystem: DefineComponent< {}, {}, {}, {}, {}, Com
|
|
|
475
480
|
|
|
476
481
|
export declare const IconFileUpload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
477
482
|
|
|
483
|
+
export declare const IconFolder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
484
|
+
|
|
478
485
|
export declare const IconFreddyHub: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
479
486
|
|
|
480
487
|
export declare const IconFreddyHubLogo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -519,6 +526,8 @@ export declare const IconNotification: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
519
526
|
|
|
520
527
|
export declare const IconOpenBook: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
521
528
|
|
|
529
|
+
export declare const IconPaperAirPlane: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
530
|
+
|
|
522
531
|
export declare const IconPauseCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
523
532
|
|
|
524
533
|
export declare const IconPdfThumbnail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -579,9 +588,6 @@ export declare const IconStreamLineHub: DefineComponent< {}, {}, {}, {}, {},
|
|
|
579
588
|
|
|
580
589
|
export declare const IconStreamLineHubNewLogo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
581
590
|
|
|
582
|
-
declare const IconStyleDirective: Directive;
|
|
583
|
-
export default IconStyleDirective;
|
|
584
|
-
|
|
585
591
|
export declare const IconSun: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
586
592
|
|
|
587
593
|
export declare const IconSwap: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
@@ -604,8 +610,6 @@ export declare const IconWarningOctal: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
604
610
|
|
|
605
611
|
export declare const IconZip: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
606
612
|
|
|
607
|
-
export declare const IconzipThumbnail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
608
|
-
|
|
609
613
|
export declare interface IMenuListItem {
|
|
610
614
|
title: string;
|
|
611
615
|
id: number;
|