@roku-ui/vue 0.19.0 → 0.21.0
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/AspectRatio.vue.d.ts +11 -15
- package/dist/components/AutoHeightTransition.vue.d.ts +17 -0
- package/dist/components/Avatar.vue.d.ts +17 -22
- package/dist/components/Btn.vue.d.ts +21 -30
- package/dist/components/BtnGroup.vue.d.ts +5 -5
- package/dist/components/ChatContainer.vue.d.ts +3 -2
- package/dist/components/ChatMessage.vue.d.ts +11 -15
- package/dist/components/ChatSystem.vue.d.ts +10 -13
- package/dist/components/Chip.vue.d.ts +12 -17
- package/dist/components/ColorInput.vue.d.ts +7 -5
- package/dist/components/ColorSwatch.vue.d.ts +3 -6
- package/dist/components/Drawer.vue.d.ts +6 -5
- package/dist/components/Dropzone.vue.d.ts +11 -10
- package/dist/components/FullscreenOverlay.vue.d.ts +9 -6
- package/dist/components/Image.vue.d.ts +7 -14
- package/dist/components/Indicator.vue.d.ts +10 -13
- package/dist/components/Menu.vue.d.ts +14 -9
- package/dist/components/MenuItem.vue.d.ts +8 -8
- package/dist/components/Modal.vue.d.ts +6 -5
- package/dist/components/Notification.vue.d.ts +19 -27
- package/dist/components/NotificationSystem.vue.d.ts +6 -12
- package/dist/components/Overlay.vue.d.ts +12 -13
- package/dist/components/Paper.vue.d.ts +16 -20
- package/dist/components/PinInput.vue.d.ts +105 -9
- package/dist/components/Popover.vue.d.ts +10 -6
- package/dist/components/Progress.vue.d.ts +6 -13
- package/dist/components/Rating.vue.d.ts +5 -5
- package/dist/components/RokuProvider.vue.d.ts +12 -12
- package/dist/components/SchemeSwitch.vue.d.ts +4 -6
- package/dist/components/ScrollArea.vue.d.ts +16 -16
- package/dist/components/Select.vue.d.ts +6 -10
- package/dist/components/SelectArea.vue.d.ts +6 -8
- package/dist/components/Slider.vue.d.ts +10 -5
- package/dist/components/Switch.vue.d.ts +10 -6
- package/dist/components/TabItem.vue.d.ts +10 -9
- package/dist/components/Tabs.vue.d.ts +9 -6
- package/dist/components/Tag.vue.d.ts +20 -21
- package/dist/components/TextField.vue.d.ts +9 -6
- package/dist/components/ThemeProvider.vue.d.ts +7 -8
- package/dist/components/Tooltip.vue.d.ts +10 -7
- package/dist/components/TreeList.vue.d.ts +59 -12
- package/dist/components/index.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4049 -2773
- package/dist/index.umd.cjs +1 -1
- package/dist/shared/index.d.ts +1 -1
- package/dist/test/demo/PopoverDemo.vue.d.ts +1 -1
- package/dist/test/demo/RatingDemo.vue.d.ts +1 -1
- package/dist/test/demo/SelectAreaDemo.vue.d.ts +3 -1
- package/dist/test/demo/SelectDemo.vue.d.ts +1 -1
- package/dist/test/demo/TagsDemo.vue.d.ts +1 -1
- package/dist/test/demo/WaterfallDemo.vue.d.ts +1 -1
- package/dist/utils/modals.d.ts +3 -3
- package/dist/utils/notifications.d.ts +3 -3
- package/package.json +24 -24
package/dist/shared/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BtnVariant, Color, ContainerVariant, InputVariant } from '../types';
|
|
2
1
|
import { ComputedRef, MaybeRef } from 'vue';
|
|
2
|
+
import { BtnVariant, Color, ContainerVariant, InputVariant } from '../types';
|
|
3
3
|
import { default as tinycolor } from 'tinycolor2';
|
|
4
4
|
export declare const primaryColor: import('vue').Ref<string, string>;
|
|
5
5
|
export declare const secondaryColor: import('vue').Ref<string, string>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
areaRef: HTMLDivElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
2
4
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
package/dist/utils/modals.d.ts
CHANGED
|
@@ -24,6 +24,6 @@ export type ModalData = ModalDataType & {
|
|
|
24
24
|
id: string;
|
|
25
25
|
};
|
|
26
26
|
export declare function useModals(): import('vue').ShallowRef<ModalData[], ModalData[]>;
|
|
27
|
-
export declare
|
|
28
|
-
|
|
29
|
-
}
|
|
27
|
+
export declare const Modals: {
|
|
28
|
+
open(data: ModalDataType): void;
|
|
29
|
+
};
|
|
@@ -12,6 +12,6 @@ export interface NotificationData extends NotificationDataInterface {
|
|
|
12
12
|
initialDurationMS: number;
|
|
13
13
|
}
|
|
14
14
|
export declare function useNotifications(topN?: number): import('vue').WritableComputedRef<NotificationData[], NotificationData[]>;
|
|
15
|
-
export declare
|
|
16
|
-
|
|
17
|
-
}
|
|
15
|
+
export declare const Notifications: {
|
|
16
|
+
show(data: Partial<NotificationDataInterface>): void;
|
|
17
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roku-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.21.0",
|
|
5
5
|
"author": "Jianqi Pan <jannchie@gmail.com>",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -29,33 +29,33 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@formkit/auto-animate": "^0.8.2",
|
|
32
|
-
"@unocss/reset": "
|
|
33
|
-
"@vueuse/core": "^
|
|
32
|
+
"@unocss/reset": "66.1.2",
|
|
33
|
+
"@vueuse/core": "^13.2.0",
|
|
34
34
|
"tinycolor2": "^1.6.0",
|
|
35
|
-
"vue": "^3.5.
|
|
36
|
-
"vue-wf": "^0.
|
|
35
|
+
"vue": "^3.5.14",
|
|
36
|
+
"vue-wf": "^0.5.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@iconify/json": "^2.2.
|
|
40
|
-
"@jannchie/eslint-config": "^3.
|
|
39
|
+
"@iconify/json": "^2.2.339",
|
|
40
|
+
"@jannchie/eslint-config": "^3.6.1",
|
|
41
41
|
"@types/tinycolor2": "^1.4.6",
|
|
42
|
-
"@unocss/eslint-config": "
|
|
43
|
-
"@unocss/eslint-plugin": "
|
|
44
|
-
"@unocss/preset-icons": "
|
|
45
|
-
"@vitejs/plugin-vue": "^5.2.
|
|
46
|
-
"@vitejs/plugin-vue-jsx": "^4.1.
|
|
47
|
-
"eslint": "^9.
|
|
48
|
-
"eslint-plugin-format": "^0.1
|
|
49
|
-
"typescript": "5.
|
|
50
|
-
"unocss": "
|
|
51
|
-
"unplugin-auto-export": "^1.0.
|
|
52
|
-
"unplugin-auto-import": "^
|
|
53
|
-
"unplugin-vue-components": "^
|
|
54
|
-
"vite": "^6.
|
|
55
|
-
"vite-plugin-dts": "4.
|
|
56
|
-
"vitest": "^
|
|
57
|
-
"vue-tsc": "^2.
|
|
58
|
-
"@roku-ui/preset": "^0.
|
|
42
|
+
"@unocss/eslint-config": "66.1.2",
|
|
43
|
+
"@unocss/eslint-plugin": "66.1.2",
|
|
44
|
+
"@unocss/preset-icons": "66.1.2",
|
|
45
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
46
|
+
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
47
|
+
"eslint": "^9.27.0",
|
|
48
|
+
"eslint-plugin-format": "^1.0.1",
|
|
49
|
+
"typescript": "5.8.3",
|
|
50
|
+
"unocss": "66.1.2",
|
|
51
|
+
"unplugin-auto-export": "^1.0.4",
|
|
52
|
+
"unplugin-auto-import": "^19.2.0",
|
|
53
|
+
"unplugin-vue-components": "^28.5.0",
|
|
54
|
+
"vite": "^6.3.5",
|
|
55
|
+
"vite-plugin-dts": "4.5.4",
|
|
56
|
+
"vitest": "^3.1.3",
|
|
57
|
+
"vue-tsc": "^2.2.10",
|
|
58
|
+
"@roku-ui/preset": "^0.21.0"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"dev": "vite",
|