@selfeesas/shared-components 1.1.0 → 1.1.1
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 +14 -2
- package/dist/shared-components.es.js +4632 -4575
- package/dist/shared-components.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -1623,18 +1623,28 @@ export declare const UserAvatar: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
1623
1623
|
frontVersion: string;
|
|
1624
1624
|
backVersion: string;
|
|
1625
1625
|
platform: string;
|
|
1626
|
-
|
|
1626
|
+
showFilterToggle: boolean;
|
|
1627
|
+
persistFilters: boolean;
|
|
1628
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1629
|
+
"toggle-filter-persistence": (value: boolean) => void;
|
|
1630
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToOption_8<UserAvatarProps>, {
|
|
1627
1631
|
logoutLabel: string;
|
|
1628
1632
|
showVersionInfo: boolean;
|
|
1629
1633
|
frontVersion: string;
|
|
1630
1634
|
backVersion: string;
|
|
1631
1635
|
platform: string;
|
|
1632
|
-
|
|
1636
|
+
showFilterToggle: boolean;
|
|
1637
|
+
persistFilters: boolean;
|
|
1638
|
+
}>>> & Readonly<{
|
|
1639
|
+
"onToggle-filter-persistence"?: ((value: boolean) => any) | undefined;
|
|
1640
|
+
}>, {
|
|
1633
1641
|
frontVersion: string;
|
|
1634
1642
|
backVersion: string;
|
|
1635
1643
|
platform: string;
|
|
1636
1644
|
logoutLabel: string;
|
|
1637
1645
|
showVersionInfo: boolean;
|
|
1646
|
+
showFilterToggle: boolean;
|
|
1647
|
+
persistFilters: boolean;
|
|
1638
1648
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1639
1649
|
|
|
1640
1650
|
export declare interface UserAvatarProps {
|
|
@@ -1645,6 +1655,8 @@ export declare interface UserAvatarProps {
|
|
|
1645
1655
|
backVersion?: string;
|
|
1646
1656
|
platform?: string;
|
|
1647
1657
|
showVersionInfo?: boolean;
|
|
1658
|
+
showFilterToggle?: boolean;
|
|
1659
|
+
persistFilters?: boolean;
|
|
1648
1660
|
}
|
|
1649
1661
|
|
|
1650
1662
|
export { }
|