@selfeesas/shared-components 1.2.1 → 1.2.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 +18 -18
- package/dist/shared-components.cjs.js.map +1 -1
- package/dist/shared-components.d.ts +34 -18
- package/dist/shared-components.es.js +727 -717
- 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;
|
|
@@ -877,6 +892,7 @@ export declare interface CustomTableProps {
|
|
|
877
892
|
showSelectAll?: boolean;
|
|
878
893
|
showColumnToggle?: boolean;
|
|
879
894
|
columnStorageKey?: string;
|
|
895
|
+
onRowDblClick?: (row: any) => void;
|
|
880
896
|
}
|
|
881
897
|
|
|
882
898
|
export declare interface CustomTableServices {
|
|
@@ -1241,12 +1257,12 @@ export declare type LoaderSize = 'small' | 'medium' | 'large';
|
|
|
1241
1257
|
|
|
1242
1258
|
export declare type LoaderVariant = 'spin' | 'pulse' | 'wave';
|
|
1243
1259
|
|
|
1244
|
-
export declare const LoginLayout: DefineComponent<
|
|
1260
|
+
export declare const LoginLayout: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption_14<__VLS_Props_4>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1245
1261
|
login: (credentials: {
|
|
1246
1262
|
username: string;
|
|
1247
1263
|
password: string;
|
|
1248
1264
|
}) => void;
|
|
1249
|
-
}, string, PublicProps, Readonly<
|
|
1265
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_14<__VLS_Props_4>>> & Readonly<{
|
|
1250
1266
|
onLogin?: ((credentials: {
|
|
1251
1267
|
username: string;
|
|
1252
1268
|
password: string;
|
|
@@ -1308,7 +1324,7 @@ export declare interface Particle {
|
|
|
1308
1324
|
opacity: number;
|
|
1309
1325
|
}
|
|
1310
1326
|
|
|
1311
|
-
export declare const PersistentDateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<
|
|
1327
|
+
export declare const PersistentDateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_22<PersistentDateRangeProps>, {
|
|
1312
1328
|
modelValue: () => {
|
|
1313
1329
|
from: string;
|
|
1314
1330
|
to: string;
|
|
@@ -1343,7 +1359,7 @@ export declare const PersistentDateRange: DefineComponent<ExtractPropTypes<__VLS
|
|
|
1343
1359
|
"update:modelValue": (value: DateRangeValue) => void;
|
|
1344
1360
|
clear: () => void;
|
|
1345
1361
|
"update:dateRange": (value: DateRangeValue) => void;
|
|
1346
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_16<
|
|
1362
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_22<PersistentDateRangeProps>, {
|
|
1347
1363
|
modelValue: () => {
|
|
1348
1364
|
from: string;
|
|
1349
1365
|
to: string;
|
|
@@ -1433,9 +1449,9 @@ declare interface Props_2 {
|
|
|
1433
1449
|
to?: string;
|
|
1434
1450
|
}
|
|
1435
1451
|
|
|
1436
|
-
export declare const ResetFiltersButton: DefineComponent<ExtractPropTypes<
|
|
1452
|
+
export declare const ResetFiltersButton: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption_17<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1437
1453
|
reset: () => void;
|
|
1438
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<
|
|
1454
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_17<Props>>> & Readonly<{
|
|
1439
1455
|
onReset?: (() => any) | undefined;
|
|
1440
1456
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1441
1457
|
|
|
@@ -1452,7 +1468,7 @@ export declare interface SelectOptionYear {
|
|
|
1452
1468
|
endYear?: number;
|
|
1453
1469
|
}
|
|
1454
1470
|
|
|
1455
|
-
export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<
|
|
1471
|
+
export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToOption_15<ProjectSelectionProps>, {
|
|
1456
1472
|
projects: () => Project[];
|
|
1457
1473
|
disabledIds: () => never[];
|
|
1458
1474
|
title?: string | undefined;
|
|
@@ -1468,7 +1484,7 @@ export declare const SelectProjectLayout: DefineComponent<ExtractPropTypes<__VLS
|
|
|
1468
1484
|
particleColor?: string | undefined;
|
|
1469
1485
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1470
1486
|
"project-click": (project: Project) => void;
|
|
1471
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_10<
|
|
1487
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToOption_15<ProjectSelectionProps>, {
|
|
1472
1488
|
projects: () => Project[];
|
|
1473
1489
|
disabledIds: () => never[];
|
|
1474
1490
|
title?: string | undefined;
|
|
@@ -1586,13 +1602,13 @@ export declare interface SelfeeHeaderProps {
|
|
|
1586
1602
|
environment?: string;
|
|
1587
1603
|
}
|
|
1588
1604
|
|
|
1589
|
-
export declare const SelfeeLoader: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<
|
|
1605
|
+
export declare const SelfeeLoader: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_16<SelfeeLoaderProps>, {
|
|
1590
1606
|
size: string;
|
|
1591
1607
|
variant: string;
|
|
1592
1608
|
text: string;
|
|
1593
1609
|
logoUrl: string;
|
|
1594
1610
|
speed: number;
|
|
1595
|
-
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_11<
|
|
1611
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_16<SelfeeLoaderProps>, {
|
|
1596
1612
|
size: string;
|
|
1597
1613
|
variant: string;
|
|
1598
1614
|
text: string;
|