@namba_one/ui-kit-2 1.0.72 → 1.0.73
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/index.d.ts +6 -0
- package/dist/index.es.js +2 -1
- package/dist/index.umd.js +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1695,6 +1695,12 @@ export declare const TransitionSlideDown: __VLS_WithTemplateSlots_17<typeof __VL
|
|
|
1695
1695
|
|
|
1696
1696
|
export declare const TransitionSlideRight: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1697
1697
|
|
|
1698
|
+
export declare function useCopyToBuffer(options?: {
|
|
1699
|
+
toasterText: string;
|
|
1700
|
+
}): {
|
|
1701
|
+
copy: (text: string) => void;
|
|
1702
|
+
};
|
|
1703
|
+
|
|
1698
1704
|
export declare function useDropdown(): {
|
|
1699
1705
|
isShowDropdown: Readonly<Ref<boolean, boolean>>;
|
|
1700
1706
|
setIsShowDropdown: (newState: boolean) => void;
|
package/dist/index.es.js
CHANGED
|
@@ -20226,7 +20226,7 @@ function j2(a) {
|
|
|
20226
20226
|
function G2(a) {
|
|
20227
20227
|
function e(t) {
|
|
20228
20228
|
j2(t), dk.show({
|
|
20229
|
-
title: "Скопировано",
|
|
20229
|
+
title: (a == null ? void 0 : a.toasterText) ?? "Скопировано",
|
|
20230
20230
|
view: "primary"
|
|
20231
20231
|
});
|
|
20232
20232
|
}
|
|
@@ -20360,6 +20360,7 @@ export {
|
|
|
20360
20360
|
hy as isDatepickerFilterValue,
|
|
20361
20361
|
P$ as spriteService,
|
|
20362
20362
|
dk as toastService,
|
|
20363
|
+
G2 as useCopyToBuffer,
|
|
20363
20364
|
mi as useDropdown,
|
|
20364
20365
|
oh as useDropdownAnimation,
|
|
20365
20366
|
Lh as useDynamicVisibleArea,
|