@selfeesas/shared-components 1.0.1 → 1.0.3
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/assets/shared-components.css +1 -1
- package/dist/shared-components.cjs.js +20 -20
- package/dist/shared-components.cjs.js.map +1 -1
- package/dist/shared-components.d.ts +70 -0
- package/dist/shared-components.es.js +6444 -6304
- package/dist/shared-components.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -138,6 +138,27 @@ declare const __VLS_component_5: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
138
138
|
contentGap: boolean | string;
|
|
139
139
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
140
140
|
|
|
141
|
+
declare const __VLS_component_6: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_20<SmartFiltersProps>, {
|
|
142
|
+
containerClass: string;
|
|
143
|
+
rowClass: string;
|
|
144
|
+
activeHiddenCount: number;
|
|
145
|
+
hasActiveFilters: boolean;
|
|
146
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
147
|
+
reset: () => void;
|
|
148
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_20<SmartFiltersProps>, {
|
|
149
|
+
containerClass: string;
|
|
150
|
+
rowClass: string;
|
|
151
|
+
activeHiddenCount: number;
|
|
152
|
+
hasActiveFilters: boolean;
|
|
153
|
+
}>>> & Readonly<{
|
|
154
|
+
onReset?: (() => any) | undefined;
|
|
155
|
+
}>, {
|
|
156
|
+
hasActiveFilters: boolean;
|
|
157
|
+
containerClass: string;
|
|
158
|
+
rowClass: string;
|
|
159
|
+
activeHiddenCount: number;
|
|
160
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
161
|
+
|
|
141
162
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
142
163
|
|
|
143
164
|
declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
|
|
@@ -162,6 +183,8 @@ declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
|
|
|
162
183
|
|
|
163
184
|
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
|
164
185
|
|
|
186
|
+
declare type __VLS_NonUndefinedable_20<T> = T extends undefined ? never : T;
|
|
187
|
+
|
|
165
188
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
|
166
189
|
|
|
167
190
|
declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
|
|
@@ -200,6 +223,10 @@ declare type __VLS_PrettifyLocal_14<T> = {
|
|
|
200
223
|
[K in keyof T]: T[K];
|
|
201
224
|
} & {};
|
|
202
225
|
|
|
226
|
+
declare type __VLS_PrettifyLocal_15<T> = {
|
|
227
|
+
[K in keyof T]: T[K];
|
|
228
|
+
} & {};
|
|
229
|
+
|
|
203
230
|
declare type __VLS_PrettifyLocal_2<T> = {
|
|
204
231
|
[K in keyof T]: T[K];
|
|
205
232
|
} & {};
|
|
@@ -329,6 +356,17 @@ declare function __VLS_template_5(): {
|
|
|
329
356
|
rootEl: any;
|
|
330
357
|
};
|
|
331
358
|
|
|
359
|
+
declare function __VLS_template_6(): {
|
|
360
|
+
attrs: Partial<{}>;
|
|
361
|
+
slots: {
|
|
362
|
+
visible?(_: {}): any;
|
|
363
|
+
extra?(_: {}): any;
|
|
364
|
+
hidden?(_: {}): any;
|
|
365
|
+
};
|
|
366
|
+
refs: {};
|
|
367
|
+
rootEl: HTMLDivElement;
|
|
368
|
+
};
|
|
369
|
+
|
|
332
370
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
333
371
|
|
|
334
372
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
@@ -339,6 +377,8 @@ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
|
339
377
|
|
|
340
378
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
341
379
|
|
|
380
|
+
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
381
|
+
|
|
342
382
|
declare type __VLS_TypePropsToOption<T> = {
|
|
343
383
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
344
384
|
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
@@ -447,6 +487,15 @@ declare type __VLS_TypePropsToOption_2<T> = {
|
|
|
447
487
|
};
|
|
448
488
|
};
|
|
449
489
|
|
|
490
|
+
declare type __VLS_TypePropsToOption_20<T> = {
|
|
491
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
492
|
+
type: PropType<__VLS_NonUndefinedable_20<T[K]>>;
|
|
493
|
+
} : {
|
|
494
|
+
type: PropType<T[K]>;
|
|
495
|
+
required: true;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
|
|
450
499
|
declare type __VLS_TypePropsToOption_3<T> = {
|
|
451
500
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
452
501
|
type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
|
|
@@ -546,6 +595,12 @@ declare type __VLS_WithDefaults_14<P, D> = {
|
|
|
546
595
|
}> : P[K];
|
|
547
596
|
};
|
|
548
597
|
|
|
598
|
+
declare type __VLS_WithDefaults_15<P, D> = {
|
|
599
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_15<P[K] & {
|
|
600
|
+
default: D[K];
|
|
601
|
+
}> : P[K];
|
|
602
|
+
};
|
|
603
|
+
|
|
549
604
|
declare type __VLS_WithDefaults_2<P, D> = {
|
|
550
605
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal_2<P[K] & {
|
|
551
606
|
default: D[K];
|
|
@@ -624,6 +679,12 @@ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
|
624
679
|
};
|
|
625
680
|
};
|
|
626
681
|
|
|
682
|
+
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
683
|
+
new (): {
|
|
684
|
+
$slots: S;
|
|
685
|
+
};
|
|
686
|
+
};
|
|
687
|
+
|
|
627
688
|
declare interface BadgeConfig {
|
|
628
689
|
color?: string;
|
|
629
690
|
label?: string;
|
|
@@ -1370,6 +1431,15 @@ export declare interface SelfeeLoaderProps {
|
|
|
1370
1431
|
speed?: number;
|
|
1371
1432
|
}
|
|
1372
1433
|
|
|
1434
|
+
export declare const SmartFilters: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1435
|
+
|
|
1436
|
+
declare interface SmartFiltersProps {
|
|
1437
|
+
containerClass?: string;
|
|
1438
|
+
rowClass?: string;
|
|
1439
|
+
activeHiddenCount?: number;
|
|
1440
|
+
hasActiveFilters?: boolean;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1373
1443
|
export declare interface Store {
|
|
1374
1444
|
[key: string]: any;
|
|
1375
1445
|
}
|