@namba_one/ui-kit-2 1.0.178 → 1.0.180
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 +8 -8
- package/dist/index.es.js +596 -585
- package/dist/index.umd.js +13 -13
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -55,10 +55,10 @@ onClickField?: (() => any) | undefined;
|
|
|
55
55
|
onClickOutside?: (() => any) | undefined;
|
|
56
56
|
onClickOutsideDropdown?: (() => any) | undefined;
|
|
57
57
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
58
|
-
rootRef: HTMLDivElement;
|
|
59
|
-
wrapperRef: HTMLDivElement;
|
|
60
|
-
dropdownRef: HTMLDivElement;
|
|
61
|
-
}, HTMLDivElement>;
|
|
58
|
+
rootRef: globalThis.HTMLDivElement;
|
|
59
|
+
wrapperRef: globalThis.HTMLDivElement;
|
|
60
|
+
dropdownRef: globalThis.HTMLDivElement;
|
|
61
|
+
}, globalThis.HTMLDivElement>;
|
|
62
62
|
|
|
63
63
|
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
64
64
|
|
|
@@ -692,11 +692,11 @@ declare function __VLS_template_14(): {
|
|
|
692
692
|
dropdown?(_: {}): any;
|
|
693
693
|
};
|
|
694
694
|
refs: {
|
|
695
|
-
rootRef: HTMLDivElement;
|
|
696
|
-
wrapperRef: HTMLDivElement;
|
|
697
|
-
dropdownRef: HTMLDivElement;
|
|
695
|
+
rootRef: globalThis.HTMLDivElement;
|
|
696
|
+
wrapperRef: globalThis.HTMLDivElement;
|
|
697
|
+
dropdownRef: globalThis.HTMLDivElement;
|
|
698
698
|
};
|
|
699
|
-
rootEl: HTMLDivElement;
|
|
699
|
+
rootEl: globalThis.HTMLDivElement;
|
|
700
700
|
};
|
|
701
701
|
|
|
702
702
|
declare function __VLS_template_15(): {
|