@namba_one/ui-kit-2 1.0.92 → 1.0.94
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 +2 -5
- package/dist/index.es.js +1753 -1756
- package/dist/index.umd.js +6 -6
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1352,7 +1352,6 @@ export declare type DatepickerFilterValue = FilterValueBase<Date[]>;
|
|
|
1352
1352
|
declare type DatepickerProps = {
|
|
1353
1353
|
value: Date[];
|
|
1354
1354
|
disabledDates?: VueDatePickerProps['disabledDates'];
|
|
1355
|
-
isIgnoreClickOutside?: boolean;
|
|
1356
1355
|
};
|
|
1357
1356
|
|
|
1358
1357
|
declare const _default: DefineComponent<DatepickerFilterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -1971,7 +1970,7 @@ declare const sizes_2: readonly ["58", "50", "44", "40", "34", "28"];
|
|
|
1971
1970
|
|
|
1972
1971
|
declare const sizes_3: readonly ["58", "50", "44", "44_s", "34", "28"];
|
|
1973
1972
|
|
|
1974
|
-
declare const sizes_4: readonly [58, 50, 44, 40, 34, 28];
|
|
1973
|
+
declare const sizes_4: readonly [58, 56, 50, 44, 40, 34, 28, "58", "56", "50", "44", "40", "34", "28"];
|
|
1975
1974
|
|
|
1976
1975
|
declare const sizes_5: readonly ["subhead", "caption"];
|
|
1977
1976
|
|
|
@@ -2277,9 +2276,7 @@ export declare function useCopyToBuffer(options?: {
|
|
|
2277
2276
|
copy: (text: string) => void;
|
|
2278
2277
|
};
|
|
2279
2278
|
|
|
2280
|
-
export declare function useDropdown(
|
|
2281
|
-
ignoredElements?: HTMLElement[];
|
|
2282
|
-
}): {
|
|
2279
|
+
export declare function useDropdown(): {
|
|
2283
2280
|
isShowDropdown: Readonly<Ref<boolean, boolean>>;
|
|
2284
2281
|
setIsShowDropdown: (newState: boolean) => void;
|
|
2285
2282
|
toggleIsShowDropdown: () => void;
|