profinansy-ui-lib 3.8.69 → 3.8.71
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/components/uikit/Bubbles/Bubbles.typed.d.ts +2 -0
- package/dist/components/uikit/Bubbles/components/SkeletonBubbles/SkeletonBubbles.d.ts +6 -0
- package/dist/profinansy-ui-lib.cjs.js +426 -426
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +2621 -2617
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -37,6 +37,8 @@ export type TBubbleProps = {
|
|
|
37
37
|
tabClass?: string;
|
|
38
38
|
/** Включен ли двойной клик по табу */
|
|
39
39
|
doubleClickAllowed?: boolean;
|
|
40
|
+
/** Скелетная загрузка, если баблы динамические */
|
|
41
|
+
isLoading?: boolean;
|
|
40
42
|
} & (Single | Multiple);
|
|
41
43
|
export type Single = {
|
|
42
44
|
/** Мульти выбор значений **/
|