aor-ui 1.0.10 → 1.0.11

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.
@@ -0,0 +1,27 @@
1
+ type ButtonType = typeof import('element-plus').ElButton['props']['type'];
2
+ type ButtonSize = typeof import('element-plus').ElButton['props']['size'];
3
+ type __VLS_Props = {
4
+ type?: ButtonType;
5
+ size?: ButtonSize;
6
+ disabled?: boolean;
7
+ loading?: boolean;
8
+ };
9
+ declare var __VLS_8: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_8) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
+ size: ButtonSize;
15
+ disabled: boolean;
16
+ type: ButtonType;
17
+ loading: boolean;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
27
+ //# sourceMappingURL=ArButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/aor-ui/components/src/button/ArButton.vue"],"names":[],"mappings":"AAAA,KA8BK,UAAU,GAAG,cAAc,cAAc,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAA;AACzE,KAAK,UAAU,GAAG,cAAc,cAAc,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAA;AACzE,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAyDF,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;AAK/C,QAAA,MAAM,UAAU;UAnEL,UAAU;cACN,OAAO;UAFX,UAAU;aAGP,OAAO;6EAoEnB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ shadow?: 'never' | 'always' | 'hover';
4
+ bordered?: boolean;
5
+ showAction?: boolean;
6
+ };
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ shadow: "never" | "always" | "hover";
9
+ bordered: boolean;
10
+ showAction: boolean;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ //# sourceMappingURL=ArCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArCard.vue.d.ts","sourceRoot":"","sources":["../../../../../src/aor-ui/components/src/card/ArCard.vue"],"names":[],"mappings":"AAAA,KAoCK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAgFF,QAAA,MAAM,YAAY;YAnFL,OAAO,GAAG,QAAQ,GAAG,OAAO;cAC1B,OAAO;gBACL,OAAO;6EAoFtB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,17 @@
1
+ type __VLS_Props = {
2
+ code: string;
3
+ };
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ demo?: (props: typeof __VLS_1) => any;
7
+ };
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
17
+ //# sourceMappingURL=DemoBlock.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DemoBlock.vue.d.ts","sourceRoot":"","sources":["../../../../../src/aor-ui/components/src/demos/DemoBlock.vue"],"names":[],"mappings":"AA2FA,KAAK,WAAW,GAAG;IACf,IAAI,EAAC,MAAM,CAAC;CACf,CAAC;AAgHF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG5C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,32 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ modelValue: {
3
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
4
+ required: true;
5
+ };
6
+ options: {
7
+ type: () => Array<{
8
+ label: string;
9
+ value: string | number | boolean;
10
+ }>;
11
+ required: true;
12
+ };
13
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ "update:modelValue": (...args: any[]) => void;
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ modelValue: {
17
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
18
+ required: true;
19
+ };
20
+ options: {
21
+ type: () => Array<{
22
+ label: string;
23
+ value: string | number | boolean;
24
+ }>;
25
+ required: true;
26
+ };
27
+ }>> & Readonly<{
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
+ declare const _default: typeof __VLS_export;
31
+ export default _default;
32
+ //# sourceMappingURL=ArRadioGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArRadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../../../src/aor-ui/components/src/radio-group/ArRadioGroup.vue"],"names":[],"mappings":"AAsHA,QAAA,MAAM,YAAY;;;;;;cAQK,MAAM,KAAK,CAAC;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;;;;;;;;;;;cAAhE,MAAM,KAAK,CAAC;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;;;;;iFAIrF,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,12 @@
1
+ import type { App } from "vue";
2
+ import ArButton from "./components/src/button/ArButton.vue";
3
+ import ArCard from "./components/src/card/ArCard.vue";
4
+ import ArRadioGroup from "./components/src/radio-group/ArRadioGroup.vue";
5
+ import DemoBlock from "./components/src/demos/DemoBlock.vue";
6
+ import "./styles/aor.css";
7
+ declare const _default: {
8
+ install: (app: App) => void;
9
+ };
10
+ export default _default;
11
+ export { ArButton, DemoBlock, ArCard, ArRadioGroup };
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/aor-ui/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/B,OAAO,QAAQ,MAAM,sCAAsC,CAAC;AAC5D,OAAO,MAAM,MAAM,kCAAkC,CAAC;AACtD,OAAO,YAAY,MAAM,+CAA+C,CAAC;AACzE,OAAO,SAAS,MAAM,sCAAsC,CAAC;AAC7D,OAAO,kBAAkB,CAAA;;mBAGH,GAAG;;AAKzB,wBAEE;AACF,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"root":["../../src/aor-ui/index.ts"],"version":"5.9.3"}
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "aor-ui",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "type": "module",
5
5
  "description": "一个基于Vue3 和Element Plus 的自定义组件库",
6
6
  "main": "package/index.js",
7
7
  "module": "package/index.js",
8
+ "types": "package/types/index.d.ts",
8
9
  "files": [
9
10
  "package/"
10
11
  ],