@selfeesas/shared-components 1.2.1 → 1.2.2
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 +1 -1
- package/dist/shared-components.cjs.js.map +1 -1
- package/dist/shared-components.d.ts +33 -18
- package/dist/shared-components.es.js +721 -716
- package/dist/shared-components.es.js.map +1 -1
- package/package.json +2 -2
|
@@ -80,10 +80,10 @@ declare const __VLS_component_3: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
80
80
|
columnStorageKey: string;
|
|
81
81
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
82
82
|
|
|
83
|
-
declare const __VLS_component_4: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_13<
|
|
83
|
+
declare const __VLS_component_4: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToOption_19<Props_2>, {
|
|
84
84
|
to: string;
|
|
85
85
|
useDiv: boolean;
|
|
86
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_13<
|
|
86
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToOption_19<Props_2>, {
|
|
87
87
|
to: string;
|
|
88
88
|
useDiv: boolean;
|
|
89
89
|
}>>> & Readonly<{}>, {
|
|
@@ -91,7 +91,7 @@ declare const __VLS_component_4: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
91
91
|
useDiv: boolean;
|
|
92
92
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
93
93
|
|
|
94
|
-
declare const __VLS_component_5: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_14<
|
|
94
|
+
declare const __VLS_component_5: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToOption_20<SelfeeCardProps>, {
|
|
95
95
|
showHeader: boolean;
|
|
96
96
|
colorScheme: string;
|
|
97
97
|
shadowIntensity: string;
|
|
@@ -106,7 +106,7 @@ declare const __VLS_component_5: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
106
106
|
subtitle: string;
|
|
107
107
|
title: string;
|
|
108
108
|
contentGap: boolean;
|
|
109
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_14<
|
|
109
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToOption_20<SelfeeCardProps>, {
|
|
110
110
|
showHeader: boolean;
|
|
111
111
|
colorScheme: string;
|
|
112
112
|
shadowIntensity: string;
|
|
@@ -138,14 +138,14 @@ 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<
|
|
141
|
+
declare const __VLS_component_6: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_21<SmartFiltersProps>, {
|
|
142
142
|
containerClass: string;
|
|
143
143
|
rowClass: string;
|
|
144
144
|
activeHiddenCount: number;
|
|
145
145
|
hasActiveFilters: boolean;
|
|
146
146
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
147
147
|
reset: () => void;
|
|
148
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_15<
|
|
148
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_21<SmartFiltersProps>, {
|
|
149
149
|
containerClass: string;
|
|
150
150
|
rowClass: string;
|
|
151
151
|
activeHiddenCount: number;
|
|
@@ -187,6 +187,8 @@ declare type __VLS_NonUndefinedable_20<T> = T extends undefined ? never : T;
|
|
|
187
187
|
|
|
188
188
|
declare type __VLS_NonUndefinedable_21<T> = T extends undefined ? never : T;
|
|
189
189
|
|
|
190
|
+
declare type __VLS_NonUndefinedable_22<T> = T extends undefined ? never : T;
|
|
191
|
+
|
|
190
192
|
declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
|
|
191
193
|
|
|
192
194
|
declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
|
|
@@ -273,6 +275,10 @@ declare type __VLS_Props_2 = SelectSearchProps;
|
|
|
273
275
|
|
|
274
276
|
declare type __VLS_Props_3 = ExportButtonProps;
|
|
275
277
|
|
|
278
|
+
declare type __VLS_Props_4 = {
|
|
279
|
+
customTitle?: string;
|
|
280
|
+
};
|
|
281
|
+
|
|
276
282
|
declare function __VLS_template(): {
|
|
277
283
|
attrs: Partial<{}>;
|
|
278
284
|
slots: {
|
|
@@ -511,6 +517,15 @@ declare type __VLS_TypePropsToOption_21<T> = {
|
|
|
511
517
|
};
|
|
512
518
|
};
|
|
513
519
|
|
|
520
|
+
declare type __VLS_TypePropsToOption_22<T> = {
|
|
521
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
522
|
+
type: PropType<__VLS_NonUndefinedable_22<T[K]>>;
|
|
523
|
+
} : {
|
|
524
|
+
type: PropType<T[K]>;
|
|
525
|
+
required: true;
|
|
526
|
+
};
|
|
527
|
+
};
|
|
528
|
+
|
|
514
529
|
declare type __VLS_TypePropsToOption_3<T> = {
|
|
515
530
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
516
531
|
type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
|
|
@@ -795,7 +810,7 @@ export declare interface CheckboxOption {
|
|
|
795
810
|
|
|
796
811
|
declare function clearSelection(): void;
|
|
797
812
|
|
|
798
|
-
export declare const ConfirmDeleteDialog: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_12<
|
|
813
|
+
export declare const ConfirmDeleteDialog: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToOption_18<ConfirmDeleteDialogProps>, {
|
|
799
814
|
icon: string;
|
|
800
815
|
color: string;
|
|
801
816
|
confirmLabel: string;
|
|
@@ -804,7 +819,7 @@ export declare const ConfirmDeleteDialog: DefineComponent<ExtractPropTypes<__VLS
|
|
|
804
819
|
"update:modelValue": (value: boolean) => void;
|
|
805
820
|
confirm: () => void;
|
|
806
821
|
cancel: () => void;
|
|
807
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_12<
|
|
822
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToOption_18<ConfirmDeleteDialogProps>, {
|
|
808
823
|
icon: string;
|
|
809
824
|
color: string;
|
|
810
825
|
confirmLabel: string;
|
|
@@ -1241,12 +1256,12 @@ export declare type LoaderSize = 'small' | 'medium' | 'large';
|
|
|
1241
1256
|
|
|
1242
1257
|
export declare type LoaderVariant = 'spin' | 'pulse' | 'wave';
|
|
1243
1258
|
|
|
1244
|
-
export declare const LoginLayout: DefineComponent<
|
|
1259
|
+
export declare const LoginLayout: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption_14<__VLS_Props_4>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1245
1260
|
login: (credentials: {
|
|
1246
1261
|
username: string;
|
|
1247
1262
|
password: string;
|
|
1248
1263
|
}) => void;
|
|
1249
|
-
}, string, PublicProps, Readonly<
|
|
1264
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_14<__VLS_Props_4>>> & Readonly<{
|
|
1250
1265
|
onLogin?: ((credentials: {
|
|
1251
1266
|
username: string;
|
|
1252
1267
|
password: string;
|
|
@@ -1308,7 +1323,7 @@ export declare interface Particle {
|
|
|
1308
1323
|
opacity: number;
|
|
1309
1324
|
}
|
|
1310
1325
|
|
|
1311
|
-
export declare const PersistentDateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<
|
|
1326
|
+
export declare const PersistentDateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_22<PersistentDateRangeProps>, {
|
|
1312
1327
|
modelValue: () => {
|
|
1313
1328
|
from: string;
|
|
1314
1329
|
to: string;
|
|
@@ -1343,7 +1358,7 @@ export declare const PersistentDateRange: DefineComponent<ExtractPropTypes<__VLS
|
|
|
1343
1358
|
"update:modelValue": (value: DateRangeValue) => void;
|
|
1344
1359
|
clear: () => void;
|
|
1345
1360
|
"update:dateRange": (value: DateRangeValue) => void;
|
|
1346
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_16<
|
|
1361
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_22<PersistentDateRangeProps>, {
|
|
1347
1362
|
modelValue: () => {
|
|
1348
1363
|
from: string;
|
|
1349
1364
|
to: string;
|
|
@@ -1433,9 +1448,9 @@ declare interface Props_2 {
|
|
|
1433
1448
|
to?: string;
|
|
1434
1449
|
}
|
|
1435
1450
|
|
|
1436
|
-
export declare const ResetFiltersButton: DefineComponent<ExtractPropTypes<
|
|
1451
|
+
export declare const ResetFiltersButton: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption_17<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1437
1452
|
reset: () => void;
|
|
1438
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<
|
|
1453
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_17<Props>>> & Readonly<{
|
|
1439
1454
|
onReset?: (() => any) | undefined;
|
|
1440
1455
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1441
1456
|
|
|
@@ -1452,7 +1467,7 @@ export declare interface SelectOptionYear {
|
|
|
1452
1467
|
endYear?: number;
|
|
1453
1468
|
}
|
|
1454
1469
|
|
|
1455
|
-
export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<
|
|
1470
|
+
export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToOption_15<ProjectSelectionProps>, {
|
|
1456
1471
|
projects: () => Project[];
|
|
1457
1472
|
disabledIds: () => never[];
|
|
1458
1473
|
title?: string | undefined;
|
|
@@ -1468,7 +1483,7 @@ export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS
|
|
|
1468
1483
|
particleColor?: string | undefined;
|
|
1469
1484
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1470
1485
|
"project-click": (project: Project) => void;
|
|
1471
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_10<
|
|
1486
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToOption_15<ProjectSelectionProps>, {
|
|
1472
1487
|
projects: () => Project[];
|
|
1473
1488
|
disabledIds: () => never[];
|
|
1474
1489
|
title?: string | undefined;
|
|
@@ -1586,13 +1601,13 @@ export declare interface SelfeeHeaderProps {
|
|
|
1586
1601
|
environment?: string;
|
|
1587
1602
|
}
|
|
1588
1603
|
|
|
1589
|
-
export declare const SelfeeLoader: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<
|
|
1604
|
+
export declare const SelfeeLoader: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_16<SelfeeLoaderProps>, {
|
|
1590
1605
|
size: string;
|
|
1591
1606
|
variant: string;
|
|
1592
1607
|
text: string;
|
|
1593
1608
|
logoUrl: string;
|
|
1594
1609
|
speed: number;
|
|
1595
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_11<
|
|
1610
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_16<SelfeeLoaderProps>, {
|
|
1596
1611
|
size: string;
|
|
1597
1612
|
variant: string;
|
|
1598
1613
|
text: string;
|