@volverjs/ui-vue 0.0.10-beta.58 → 0.0.10-beta.59
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/VvAccordion/VvAccordion.vue.d.ts +2 -2
- package/dist/components/VvAccordion/index.d.ts +2 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +10 -10
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +14 -14
- package/dist/components/VvAccordionGroup/index.d.ts +5 -5
- package/dist/components/VvAction/VvAction.vue.d.ts +2 -2
- package/dist/components/VvAction/index.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +8 -8
- package/dist/components/VvAlert/index.d.ts +3 -4
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +11 -11
- package/dist/components/VvAlertGroup/index.d.ts +5 -5
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +2 -2
- package/dist/components/VvAvatar/index.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
- package/dist/components/VvAvatarGroup/index.d.ts +3 -3
- package/dist/components/VvBadge/VvBadge.vue.d.ts +2 -2
- package/dist/components/VvBadge/index.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +15 -15
- package/dist/components/VvBreadcrumb/index.d.ts +2 -2
- package/dist/components/VvButton/VvButton.vue.d.ts +8 -8
- package/dist/components/VvButton/index.d.ts +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -6
- package/dist/components/VvButtonGroup/index.d.ts +3 -3
- package/dist/components/VvCard/VvCard.vue.d.ts +2 -2
- package/dist/components/VvCard/index.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +6 -6
- package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +560 -219
- package/dist/components/VvCombobox/index.d.ts +241 -21
- package/dist/components/VvDialog/VvDialog.vue.d.ts +2 -2
- package/dist/components/VvDialog/index.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +272 -37
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +8 -16
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +2 -2
- package/dist/components/VvDropdown/index.d.ts +117 -9
- package/dist/components/VvIcon/VvIcon.vue.d.ts +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
- package/dist/components/VvInputFile/index.d.ts +8 -8
- package/dist/components/VvInputText/VvInputClearAction.d.ts +3 -3
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +5 -5
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +16 -16
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +21 -21
- package/dist/components/VvInputText/index.d.ts +24 -7
- package/dist/components/VvNav/VvNav.vue.d.ts +13 -13
- package/dist/components/VvNav/index.d.ts +2 -2
- package/dist/components/VvProgress/VvProgress.vue.d.ts +2 -2
- package/dist/components/VvProgress/index.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +6 -6
- package/dist/components/VvRadioGroup/index.d.ts +2 -2
- package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -62
- package/dist/components/VvSelect/index.d.ts +8 -8
- package/dist/components/VvTab/VvTab.vue.d.ts +15 -15
- package/dist/components/VvTab/index.d.ts +3 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +10 -10
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +11 -11
- package/dist/components/VvTextarea/index.d.ts +9 -6
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +4 -4
- package/dist/components/VvTooltip/index.d.ts +1 -1
- package/dist/components/index.es.js +16 -16
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +12 -12
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +1 -1
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +1 -1
- package/dist/composables/group/useGroupStateInject.d.ts +1 -1
- package/dist/composables/useBlurhash.d.ts +1 -1
- package/dist/composables/useOptions.d.ts +3 -3
- package/dist/composables/usePersistence.d.ts +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +121 -14
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +362 -298
- package/dist/test/expect.d.ts +1 -0
- package/dist/utils/DateUtilities.d.ts +9 -0
- package/dist/utils/ObjectUtilities.d.ts +1 -1
- package/package.json +30 -30
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/composables/usePersistence.ts +13 -12
- package/src/utils/DateUtilities.ts +24 -7
|
@@ -30,24 +30,24 @@ export declare function useAlert(): {
|
|
|
30
30
|
icon?: string | {
|
|
31
31
|
name: string;
|
|
32
32
|
color?: string | undefined;
|
|
33
|
-
width?:
|
|
34
|
-
height?:
|
|
33
|
+
width?: string | number | undefined;
|
|
34
|
+
height?: string | number | undefined;
|
|
35
35
|
provider?: string | undefined;
|
|
36
|
-
prefix?:
|
|
36
|
+
prefix?: string | undefined;
|
|
37
37
|
src?: string | undefined;
|
|
38
38
|
horizontalFlip?: boolean | undefined;
|
|
39
39
|
verticalFlip?: boolean | undefined;
|
|
40
40
|
flip?: string | undefined;
|
|
41
41
|
mode?: import("@iconify/vue/dist/iconify.js").IconifyRenderMode | undefined;
|
|
42
42
|
inline?: boolean | undefined;
|
|
43
|
-
rotate?:
|
|
43
|
+
rotate?: string | number | undefined;
|
|
44
44
|
onLoad?: import("@iconify/vue/dist/iconify.js").IconifyIconOnLoad | undefined;
|
|
45
45
|
svg?: string | undefined;
|
|
46
|
-
modifiers?:
|
|
46
|
+
modifiers?: string | string[] | undefined;
|
|
47
47
|
} | undefined;
|
|
48
48
|
content?: string | undefined;
|
|
49
49
|
footer?: string | undefined;
|
|
50
|
-
modifiers?:
|
|
50
|
+
modifiers?: string | string[] | undefined;
|
|
51
51
|
dismissable?: boolean | undefined;
|
|
52
52
|
autoClose?: number | undefined;
|
|
53
53
|
closeLabel?: string | undefined;
|
|
@@ -63,24 +63,24 @@ export declare function useAlert(): {
|
|
|
63
63
|
icon?: string | {
|
|
64
64
|
name: string;
|
|
65
65
|
color?: string | undefined;
|
|
66
|
-
width?:
|
|
67
|
-
height?:
|
|
66
|
+
width?: string | number | undefined;
|
|
67
|
+
height?: string | number | undefined;
|
|
68
68
|
provider?: string | undefined;
|
|
69
|
-
prefix?:
|
|
69
|
+
prefix?: string | undefined;
|
|
70
70
|
src?: string | undefined;
|
|
71
71
|
horizontalFlip?: boolean | undefined;
|
|
72
72
|
verticalFlip?: boolean | undefined;
|
|
73
73
|
flip?: string | undefined;
|
|
74
74
|
mode?: import("@iconify/vue/dist/iconify.js").IconifyRenderMode | undefined;
|
|
75
75
|
inline?: boolean | undefined;
|
|
76
|
-
rotate?:
|
|
76
|
+
rotate?: string | number | undefined;
|
|
77
77
|
onLoad?: import("@iconify/vue/dist/iconify.js").IconifyIconOnLoad | undefined;
|
|
78
78
|
svg?: string | undefined;
|
|
79
|
-
modifiers?:
|
|
79
|
+
modifiers?: string | string[] | undefined;
|
|
80
80
|
} | undefined;
|
|
81
81
|
content?: string | undefined;
|
|
82
82
|
footer?: string | undefined;
|
|
83
|
-
modifiers?:
|
|
83
|
+
modifiers?: string | string[] | undefined;
|
|
84
84
|
dismissable?: boolean | undefined;
|
|
85
85
|
autoClose?: number | undefined;
|
|
86
86
|
closeLabel?: string | undefined;
|
|
@@ -5,5 +5,5 @@ import type { InjectionKey } from 'vue';
|
|
|
5
5
|
export declare function useGroupStateInject<GroupStateType>(groupKey: InjectionKey<GroupStateType>): {
|
|
6
6
|
group: GroupStateType | undefined;
|
|
7
7
|
isInGroup: globalThis.ComputedRef<boolean>;
|
|
8
|
-
getGroupOrLocalRef: <TProps extends object, TName extends keyof GroupStateType>(propName: TName, props: TProps, emit?: (event: string, ...args: unknown[]) => void) => GroupStateType[TName];
|
|
8
|
+
getGroupOrLocalRef: <TProps extends object, TName extends keyof GroupStateType>(propName: TName, props: TProps, emit?: ((event: string, ...args: unknown[]) => void) | undefined) => GroupStateType[TName];
|
|
9
9
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare function loadImage(src: string): Promise<CanvasImageSource>;
|
|
2
2
|
export declare function useBlurhash(): {
|
|
3
3
|
encode: (file: File) => Promise<string | undefined>;
|
|
4
|
-
decode: import("comlink").Remote<(blurhash: string, width: number, height: number, punch?: number) => Uint8ClampedArray>;
|
|
4
|
+
decode: import("comlink").Remote<(blurhash: string, width: number, height: number, punch?: number | undefined) => Uint8ClampedArray>;
|
|
5
5
|
loadImage: typeof loadImage;
|
|
6
6
|
};
|
|
7
7
|
export {};
|
|
@@ -2,7 +2,7 @@ import type { Option } from '../types/generic';
|
|
|
2
2
|
export declare function useOptions(props: any): {
|
|
3
3
|
options: globalThis.Ref<any, any>;
|
|
4
4
|
getOptionLabel: <T extends string | Option>(option: T) => string;
|
|
5
|
-
getOptionValue: <
|
|
6
|
-
isOptionDisabled: <
|
|
7
|
-
getOptionGrouped: <
|
|
5
|
+
getOptionValue: <T_1 extends string | Option>(option: T_1) => any;
|
|
6
|
+
isOptionDisabled: <T_2 extends string | Option>(option: T_2) => boolean;
|
|
7
|
+
getOptionGrouped: <T_3 extends string | Option>(option: T_3) => T_3[];
|
|
8
8
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { Ref } from 'vue';
|
|
2
2
|
import { StorageType } from '@/constants';
|
|
3
|
-
export declare function usePersistence<T>(storageKey: Ref<string | undefined> | undefined, storageType?: Ref<`${StorageType}`> | `${StorageType}`, defaultValue?: T):
|
|
3
|
+
export declare function usePersistence<T>(storageKey: Ref<string | undefined> | undefined, storageType?: Ref<`${StorageType}`> | `${StorageType}`, defaultValue?: T): Ref<T | undefined, T | undefined>;
|