@aitronos/freddy-plugins 0.1.63 → 0.1.65
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 +4 -6
- package/dist/index.js +434 -448
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
1
|
import { ComponentOptionsMixin } from 'vue';
|
|
3
2
|
import { ComponentProvideOptions } from 'vue';
|
|
4
3
|
import { ComputedRef } from 'vue';
|
|
5
4
|
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';
|
|
@@ -269,11 +269,6 @@ export declare function debounce<T extends (...args: any[]) => void>(fn: T, wait
|
|
|
269
269
|
*/
|
|
270
270
|
export declare function deepEqual<T>(a: T, b: T): boolean;
|
|
271
271
|
|
|
272
|
-
declare const _default: {
|
|
273
|
-
install(app: App): void;
|
|
274
|
-
};
|
|
275
|
-
export default _default;
|
|
276
|
-
|
|
277
272
|
export declare const defaultImageSrc = "https://img.freepik.com/premium-vector/default-image-icon-vector-missing-picture-page-website-design-mobile-app-no-photo-available_87543-11093.jpg";
|
|
278
273
|
|
|
279
274
|
export declare const DeleteConfirmationModal: DefineComponent<ExtractPropTypes< {
|
|
@@ -582,6 +577,9 @@ export declare const IconStreamLineHub: DefineComponent< {}, {}, {}, {}, {},
|
|
|
582
577
|
|
|
583
578
|
export declare const IconStreamLineHubNewLogo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
584
579
|
|
|
580
|
+
declare const IconStyleDirective: Directive;
|
|
581
|
+
export default IconStyleDirective;
|
|
582
|
+
|
|
585
583
|
export declare const IconSun: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
586
584
|
|
|
587
585
|
export declare const IconSwap: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|