@aitronos/freddy-plugins 0.1.34 → 0.1.36

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.d.ts CHANGED
@@ -6,7 +6,9 @@ import { ExtractPropTypes } from 'vue';
6
6
  import { PublicProps } from 'vue';
7
7
  import { Ref } from 'vue';
8
8
 
9
- declare const __VLS_component: DefineComponent<ExtractPropTypes< {
9
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+
11
+ declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
10
12
  isVisible: {
11
13
  type: BooleanConstructor;
12
14
  default: boolean;
@@ -33,19 +35,24 @@ isVisible: boolean;
33
35
  largeModel: boolean;
34
36
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
35
37
 
36
- declare const __VLS_component_2: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
38
+ declare const __VLS_component_3: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
37
39
  close: (...args: any[]) => void;
38
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
40
+ }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
39
41
  onClose?: ((...args: any[]) => any) | undefined;
40
42
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
41
43
 
42
44
  declare type __VLS_Props = {
45
+ isVisible: boolean;
46
+ largeModel: boolean;
47
+ };
48
+
49
+ declare type __VLS_Props_2 = {
43
50
  modalTitle: string;
44
51
  headerClass: string;
45
52
  disableClickOutside?: boolean;
46
53
  };
47
54
 
48
- declare type __VLS_Props_2 = {
55
+ declare type __VLS_Props_3 = {
49
56
  customClass?: string;
50
57
  };
51
58
 
@@ -61,6 +68,17 @@ declare function __VLS_template(): {
61
68
  };
62
69
 
63
70
  declare function __VLS_template_2(): {
71
+ attrs: Partial<{}>;
72
+ slots: {
73
+ header?(_: {}): any;
74
+ body?(_: {}): any;
75
+ footer?(_: {}): any;
76
+ };
77
+ refs: {};
78
+ rootEl: any;
79
+ };
80
+
81
+ declare function __VLS_template_3(): {
64
82
  attrs: Partial<{}>;
65
83
  slots: {
66
84
  content?(_: {}): any;
@@ -73,6 +91,8 @@ declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
73
91
 
74
92
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
75
93
 
94
+ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
95
+
76
96
  declare type __VLS_WithTemplateSlots<T, S> = T & {
77
97
  new (): {
78
98
  $slots: S;
@@ -85,12 +105,24 @@ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
85
105
  };
86
106
  };
87
107
 
108
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
109
+ new (): {
110
+ $slots: S;
111
+ };
112
+ };
113
+
114
+ export declare const AdvancedModal: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
115
+
88
116
  export declare const calculatePercentage: (partialValue: number, totalValue: number) => string;
89
117
 
90
118
  export declare const copyToClipboard: (textToCopy: string) => Promise<void>;
91
119
 
92
120
  export declare const daysInMonth: number;
93
121
 
122
+ export declare function deepEqual<T>(a: T, b: T): boolean;
123
+
124
+ 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";
125
+
94
126
  export declare const fileSizeFormatter: (bytes: number, decimals?: number) => string;
95
127
 
96
128
  export declare const fillMissingDays: (month: number, dayData: Array<{
@@ -355,9 +387,9 @@ export declare const lineChartExternalTooltipWithCircularDots: (context: {
355
387
  tooltip: any;
356
388
  }, currentMonth: string) => void;
357
389
 
358
- export declare const ModalBox: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
390
+ export declare const ModalBox: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
359
391
 
360
- export declare const ModalOverlay: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
392
+ export declare const ModalOverlay: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
361
393
 
362
394
  export declare const Pagination: DefineComponent<ExtractPropTypes< {
363
395
  totalItems: {
@@ -434,7 +466,7 @@ export declare interface Snack {
434
466
 
435
467
  export declare const SnackBar: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
436
468
 
437
- export declare const Spinner: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
469
+ export declare const Spinner: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
438
470
 
439
471
  export declare const TabList: DefineComponent<ITabList, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
440
472
  tabSwitch: (...args: any[]) => void;