@rft-rc/recycle-ui 0.0.2-rc.7 → 0.0.2-rc.9

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/README.md CHANGED
@@ -1,34 +1,38 @@
1
- ## recycle-ui
2
-
3
- 基于 Vue 3 的组件库,使用 dumi 搭建文档站。
4
-
5
- ### 启动文档(开发)
6
- ```bash
7
- pnpm i
8
- pnpm docs:dev
9
- # 或 npm i && npm run docs:dev
10
- ```
11
-
12
- 打开浏览器访问本地提示地址(默认 8000/5173 等端口)。
13
-
14
- ### 构建文档(生产)
15
- ```bash
16
- pnpm docs:build
17
- ```
18
-
19
- ### 构建组件库
20
- ```bash
21
- pnpm build
22
- ```
23
-
24
- ### 使用
25
- ```ts
26
- import { createApp } from 'vue';
27
- import { RcButton } from '@rft-rc/recycle-ui';
28
- // 引入样式(确保与文档站一致)
29
- import '@rft-rc/recycle-ui/style.css';
30
- createApp({}).component('RcButton', RcButton);
31
- ```
32
-
33
-
34
-
1
+ ---
2
+ toc: content
3
+ ---
4
+
5
+ ## recycle-ui
6
+
7
+ 基于 Vue 3 的组件库,使用 dumi 搭建文档站。
8
+
9
+ ### 启动文档(开发)
10
+ ```bash
11
+ pnpm i
12
+ pnpm docs:dev
13
+ # 或 npm i && npm run docs:dev
14
+ ```
15
+
16
+ 打开浏览器访问本地提示地址(默认 8000/5173 等端口)。
17
+
18
+ ### 构建文档(生产)
19
+ ```bash
20
+ pnpm docs:build
21
+ ```
22
+
23
+ ### 构建组件库
24
+ ```bash
25
+ pnpm build
26
+ ```
27
+
28
+ ### 使用
29
+ ```ts
30
+ import { createApp } from 'vue';
31
+ import { RcButton } from '@rft-rc/recycle-ui';
32
+ // 引入样式(确保与文档站一致)
33
+ import '@rft-rc/recycle-ui/style.css';
34
+ createApp({}).component('RcButton', RcButton);
35
+ ```
36
+
37
+
38
+
@@ -0,0 +1,8 @@
1
+ import type { App } from 'vue';
2
+ import Dropdown from './index.vue';
3
+ import DropdownMenu from './menu.vue';
4
+ import DropdownItem from './item.vue';
5
+ export declare function install(app: App): App<any>;
6
+ export { DropdownMenu, DropdownItem };
7
+ export default Dropdown;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,OAAO,YAAY,MAAM,YAAY,CAAC;AACtC,OAAO,YAAY,MAAM,YAAY,CAAC;AAMtC,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,YAK/B;AAED,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC;AACtC,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,49 @@
1
+ import type { DropdownPlacement } from './types';
2
+ interface Props {
3
+ placement?: DropdownPlacement;
4
+ trigger?: 'hover' | 'click';
5
+ disabled?: boolean;
6
+ effect?: 'dark' | 'light';
7
+ maxHeight?: string | number;
8
+ hideOnClick?: boolean;
9
+ showTimeout?: number;
10
+ hideTimeout?: number;
11
+ }
12
+ declare function show(): void;
13
+ declare function hide(): void;
14
+ declare function toggle(): void;
15
+ declare var __VLS_1: {}, __VLS_13: {};
16
+ type __VLS_Slots = {} & {
17
+ default?: (props: typeof __VLS_1) => any;
18
+ } & {
19
+ dropdown?: (props: typeof __VLS_13) => any;
20
+ };
21
+ declare const __VLS_component: import("vue").DefineComponent<Props, {
22
+ show: typeof show;
23
+ hide: typeof hide;
24
+ toggle: typeof toggle;
25
+ visible: import("vue").Ref<boolean, boolean>;
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
27
+ command: (command: string | number | object) => any;
28
+ "visible-change": (visible: boolean) => any;
29
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
30
+ onCommand?: ((command: string | number | object) => any) | undefined;
31
+ "onVisible-change"?: ((visible: boolean) => any) | undefined;
32
+ }>, {
33
+ disabled: boolean;
34
+ effect: "dark" | "light";
35
+ maxHeight: string | number;
36
+ placement: DropdownPlacement;
37
+ trigger: "hover" | "click";
38
+ hideOnClick: boolean;
39
+ showTimeout: number;
40
+ hideTimeout: number;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
43
+ export default _default;
44
+ type __VLS_WithSlots<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
49
+ //# sourceMappingURL=index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/index.vue"],"names":[],"mappings":"AAgWA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAIjD,UAAU,KAAK;IACb,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAuCD,iBAAS,IAAI,SAmBZ;AAGD,iBAAS,IAAI,SAgBZ;AAGD,iBAAS,MAAM,SAOd;AAkRD,QAAA,IAAI,OAAO,IAAU,EAAuB,QAAQ,IAAY,CAAE;AAClE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAgCjD,QAAA,MAAM,eAAe;;;;;;;;;;;;cAlZR,OAAO;YACT,MAAM,GAAG,OAAO;eACb,MAAM,GAAG,MAAM;eAJf,iBAAiB;aACnB,OAAO,GAAG,OAAO;iBAIb,OAAO;iBACP,MAAM;iBACN,MAAM;6EAsZpB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,24 @@
1
+ interface Props {
2
+ command?: string | number | object;
3
+ disabled?: boolean;
4
+ divided?: boolean;
5
+ icon?: string;
6
+ }
7
+ declare var __VLS_4: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_4) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
+ disabled: boolean;
13
+ command: string | number | object;
14
+ divided: boolean;
15
+ icon: string;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
24
+ //# sourceMappingURL=item.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/item.vue"],"names":[],"mappings":"AAsHA,UAAU,KAAK;IACb,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AA2ED,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,QAAA,MAAM,eAAe;cAtGR,OAAO;aADR,MAAM,GAAG,MAAM,GAAG,MAAM;aAExB,OAAO;UACV,MAAM;6EA2Gb,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,32 @@
1
+ interface Props {
2
+ visible?: boolean;
3
+ effect?: 'dark' | 'light';
4
+ maxHeight?: string | number;
5
+ }
6
+ declare var __VLS_9: {}, __VLS_11: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_9) => any;
9
+ } & {
10
+ default?: (props: typeof __VLS_11) => any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<Props, {
13
+ menuRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
14
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
15
+ mouseenter: (event: MouseEvent) => any;
16
+ mouseleave: (event: MouseEvent) => any;
17
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
18
+ onMouseenter?: ((event: MouseEvent) => any) | undefined;
19
+ onMouseleave?: ((event: MouseEvent) => any) | undefined;
20
+ }>, {
21
+ visible: boolean;
22
+ effect: "dark" | "light";
23
+ maxHeight: string | number;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
+ export default _default;
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
32
+ //# sourceMappingURL=menu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/menu.vue"],"names":[],"mappings":"AA6IA,UAAU,KAAK;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC7B;AAqID,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA2BhD,QAAA,MAAM,eAAe;;;;;;;;;aAtKT,OAAO;YACR,MAAM,GAAG,OAAO;eACb,MAAM,GAAG,MAAM;6EA6K3B,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export type DropdownPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end';
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GACzB,KAAK,GACL,WAAW,GACX,SAAS,GACT,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,GACV,OAAO,GACP,aAAa,GACb,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ import Input from './index.vue';
3
+ export declare function install(app: App): App<any>;
4
+ export default Input;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/input/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,KAAK,MAAM,aAAa,CAAC;AAIhC,wBAAgB,OAAO,CAAC,GAAG,EAAE,GAAG,YAG/B;AAED,eAAe,KAAK,CAAC"}
@@ -0,0 +1,135 @@
1
+ type InputValue = string | number | null | undefined;
2
+ type InputSize = 'large' | 'default' | 'small';
3
+ type AutosizeConfig = boolean | {
4
+ minRows?: number;
5
+ maxRows?: number;
6
+ };
7
+ interface Props {
8
+ /** 双向绑定值 */
9
+ modelValue?: InputValue;
10
+ /** 输入框类型 */
11
+ type?: string;
12
+ /** 尺寸 */
13
+ size?: InputSize;
14
+ /** 占位符 */
15
+ placeholder?: string;
16
+ /** 是否禁用 */
17
+ disabled?: boolean;
18
+ /** 是否显示清空按钮 */
19
+ clearable?: boolean;
20
+ /** 是否显示密码切换按钮 */
21
+ showPassword?: boolean;
22
+ /** 是否只读 */
23
+ readonly?: boolean;
24
+ /** 最大输入长度 */
25
+ maxlength?: number;
26
+ /** 最小输入长度 */
27
+ minlength?: number;
28
+ /** 是否显示字数统计,只在 type 为 'text' 或 'textarea' 时生效 */
29
+ showWordLimit?: boolean;
30
+ /** 文本域行数 */
31
+ rows?: number;
32
+ /** 文本域自适应内容高度 */
33
+ autosize?: AutosizeConfig;
34
+ /** 文本域是否可以缩放 */
35
+ resize?: 'none' | 'both' | 'horizontal' | 'vertical';
36
+ /** 前缀图标 */
37
+ prefixIcon?: string;
38
+ /** 后缀图标 */
39
+ suffixIcon?: string;
40
+ /** 原生 autocomplete 属性 */
41
+ autocomplete?: string;
42
+ /** 原生 name 属性 */
43
+ name?: string;
44
+ /** 原生 autofocus 属性 */
45
+ autofocus?: boolean;
46
+ /** 原生 form 属性 */
47
+ form?: string;
48
+ /** tabindex */
49
+ tabindex?: string | number;
50
+ /** 格式化函数 */
51
+ formatter?: (value: string) => string;
52
+ /** 解析函数 */
53
+ parser?: (value: string) => string;
54
+ }
55
+ declare function resizeTextarea(): void;
56
+ declare function focus(): void;
57
+ declare function blur(): void;
58
+ declare function select(): void;
59
+ declare function clear(): void;
60
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_27: {}, __VLS_41: {};
61
+ type __VLS_Slots = {} & {
62
+ prepend?: (props: typeof __VLS_1) => any;
63
+ } & {
64
+ prefix?: (props: typeof __VLS_3) => any;
65
+ } & {
66
+ suffix?: (props: typeof __VLS_27) => any;
67
+ } & {
68
+ append?: (props: typeof __VLS_41) => any;
69
+ };
70
+ declare const __VLS_component: import("vue").DefineComponent<Props, {
71
+ focus: typeof focus;
72
+ blur: typeof blur;
73
+ select: typeof select;
74
+ clear: typeof clear;
75
+ resizeTextarea: typeof resizeTextarea;
76
+ inputRef: import("vue").Ref<HTMLInputElement | HTMLTextAreaElement | undefined, HTMLInputElement | HTMLTextAreaElement | undefined>;
77
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
78
+ input: (value: InputValue) => any;
79
+ clear: () => any;
80
+ "update:modelValue": (value: InputValue) => any;
81
+ change: (value: InputValue) => any;
82
+ blur: (event: FocusEvent) => any;
83
+ compositionend: (event: CompositionEvent) => any;
84
+ compositionstart: (event: CompositionEvent) => any;
85
+ compositionupdate: (event: CompositionEvent) => any;
86
+ focus: (event: FocusEvent) => any;
87
+ keydown: (event: KeyboardEvent) => any;
88
+ mouseenter: (event: MouseEvent) => any;
89
+ mouseleave: (event: MouseEvent) => any;
90
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
91
+ onInput?: ((value: InputValue) => any) | undefined;
92
+ onClear?: (() => any) | undefined;
93
+ "onUpdate:modelValue"?: ((value: InputValue) => any) | undefined;
94
+ onChange?: ((value: InputValue) => any) | undefined;
95
+ onBlur?: ((event: FocusEvent) => any) | undefined;
96
+ onCompositionend?: ((event: CompositionEvent) => any) | undefined;
97
+ onCompositionstart?: ((event: CompositionEvent) => any) | undefined;
98
+ onCompositionupdate?: ((event: CompositionEvent) => any) | undefined;
99
+ onFocus?: ((event: FocusEvent) => any) | undefined;
100
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
101
+ onMouseenter?: ((event: MouseEvent) => any) | undefined;
102
+ onMouseleave?: ((event: MouseEvent) => any) | undefined;
103
+ }>, {
104
+ name: string;
105
+ size: InputSize;
106
+ type: string;
107
+ form: string;
108
+ disabled: boolean;
109
+ suffixIcon: string;
110
+ placeholder: string;
111
+ modelValue: string | number | null;
112
+ formatter: (value: string) => string;
113
+ readonly: boolean;
114
+ resize: "none" | "both" | "horizontal" | "vertical";
115
+ clearable: boolean;
116
+ showPassword: boolean;
117
+ maxlength: number;
118
+ minlength: number;
119
+ showWordLimit: boolean;
120
+ rows: number;
121
+ autosize: AutosizeConfig;
122
+ prefixIcon: string;
123
+ autocomplete: string;
124
+ autofocus: boolean;
125
+ tabindex: string | number;
126
+ parser: (value: string) => string;
127
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
128
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
129
+ export default _default;
130
+ type __VLS_WithSlots<T, S> = T & {
131
+ new (): {
132
+ $slots: S;
133
+ };
134
+ };
135
+ //# sourceMappingURL=index.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/input/index.vue"],"names":[],"mappings":"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"}