@aitronos/freddy-plugins 0.4.68 → 0.4.70
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/freddy-plugins.css +1 -1
- package/dist/{icons-BAyOBzYf.js → icons-CR3CDndF.js} +1147 -1094
- package/dist/icons-CR3CDndF.js.map +1 -0
- package/dist/icons-Z_e_V0AI.cjs +2 -0
- package/dist/icons-Z_e_V0AI.cjs.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1041 -1038
- package/dist/index.js.map +1 -1
- package/dist/src/components/TooltipV2.vue.d.ts +2 -0
- package/dist/src/icons/IconFloppy.vue.d.ts +2 -0
- package/dist/src/icons/IconRoudedSiingleSparkle.vue.d.ts +2 -0
- package/dist/src/icons/index.d.ts +2 -0
- package/package.json +1 -1
- package/dist/icons-BAyOBzYf.js.map +0 -1
- package/dist/icons-xggGA3ip.cjs +0 -2
- package/dist/icons-xggGA3ip.cjs.map +0 -1
|
@@ -20,6 +20,7 @@ declare function __VLS_template(): {
|
|
|
20
20
|
};
|
|
21
21
|
refs: {
|
|
22
22
|
tooltipWrapper: HTMLDivElement;
|
|
23
|
+
tooltipContent: HTMLDivElement;
|
|
23
24
|
};
|
|
24
25
|
rootEl: HTMLDivElement;
|
|
25
26
|
};
|
|
@@ -30,6 +31,7 @@ declare const __VLS_component: import('vue').DefineComponent<TooltipV2Props, {},
|
|
|
30
31
|
hideDelay: number;
|
|
31
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
32
33
|
tooltipWrapper: HTMLDivElement;
|
|
34
|
+
tooltipContent: HTMLDivElement;
|
|
33
35
|
}, HTMLDivElement>;
|
|
34
36
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
37
|
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2
|
+
export default _default;
|
|
@@ -62,6 +62,7 @@ export { default as IconFile } from './IconFile.vue';
|
|
|
62
62
|
export { default as IconFileSystem } from './IconFileSystem.vue';
|
|
63
63
|
export { default as IconFileUpload } from './IconFileUpload.vue';
|
|
64
64
|
export { default as IconFilter } from './IconFilter.vue';
|
|
65
|
+
export { default as IconFloppy } from './IconFloppy.vue';
|
|
65
66
|
export { default as IconFolder } from './IconFolder.vue';
|
|
66
67
|
export { default as IconFreddyHub } from './IconFreddyHub.vue';
|
|
67
68
|
export { default as IconFreddyHubLogo } from './IconFreddyHubLogo.vue';
|
|
@@ -116,6 +117,7 @@ export { default as IconRadioFill } from './IconRadioFill.vue';
|
|
|
116
117
|
export { default as IconRefresh } from './IconRefresh.vue';
|
|
117
118
|
export { default as IconRevertedTriangle } from './IconRevertedTriangle.vue';
|
|
118
119
|
export { default as IconRobotScreen } from './IconRobotScreen.vue';
|
|
120
|
+
export { default as IconRoudedSiingleSparkle } from './IconRoudedSiingleSparkle.vue';
|
|
119
121
|
export { default as IconRoundTick } from './IconRoundTick.vue';
|
|
120
122
|
export { default as IconSearch } from './IconSearch.vue';
|
|
121
123
|
export { default as IconSearchOptimised } from './IconSearchOptimised.vue';
|