@zyui/components 0.0.33 → 0.0.35

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.
@@ -7,6 +7,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
+ showCount: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
10
14
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
15
  click: (...args: any[]) => void;
12
16
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -18,10 +22,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
22
  type: BooleanConstructor;
19
23
  default: boolean;
20
24
  };
25
+ showCount: {
26
+ type: NumberConstructor;
27
+ default: number;
28
+ };
21
29
  }>> & Readonly<{
22
30
  onClick?: ((...args: any[]) => any) | undefined;
23
31
  }>, {
24
32
  value: unknown[];
25
33
  isAbbr: boolean;
34
+ showCount: number;
26
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
36
  export default _default;
@@ -11,6 +11,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
11
11
  type: BooleanConstructor;
12
12
  default: boolean;
13
13
  };
14
+ /** 默认显示的内容,最大展示数量 */
15
+ showCount: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
14
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
20
  modelValue: import('vue').PropType<any>;
16
21
  /** 默认显示的内容,是否简写 */
@@ -18,8 +23,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
18
23
  type: BooleanConstructor;
19
24
  default: boolean;
20
25
  };
26
+ /** 默认显示的内容,最大展示数量 */
27
+ showCount: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
21
31
  }>> & Readonly<{}>, {
22
32
  isAbbr: boolean;
33
+ showCount: number;
23
34
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
36
  export default _default;
@@ -0,0 +1,26 @@
1
+ export declare const pageSizeMap: {
2
+ A3: {
3
+ width: number;
4
+ height: number;
5
+ };
6
+ A4: {
7
+ width: number;
8
+ height: number;
9
+ };
10
+ A5: {
11
+ width: number;
12
+ height: number;
13
+ };
14
+ B3: {
15
+ width: number;
16
+ height: number;
17
+ };
18
+ B4: {
19
+ width: number;
20
+ height: number;
21
+ };
22
+ B5: {
23
+ width: number;
24
+ height: number;
25
+ };
26
+ };
@@ -0,0 +1,23 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ pagesize: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ pagesize: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ }>> & Readonly<{}>, {
15
+ pagesize: string;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -11,6 +11,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
11
11
  type: BooleanConstructor;
12
12
  default: boolean;
13
13
  };
14
+ /** 默认显示的内容,最大展示数量 */
15
+ showCount: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
14
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
20
  ok: (...args: any[]) => void;
16
21
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -20,10 +25,16 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
20
25
  type: BooleanConstructor;
21
26
  default: boolean;
22
27
  };
28
+ /** 默认显示的内容,最大展示数量 */
29
+ showCount: {
30
+ type: NumberConstructor;
31
+ default: number;
32
+ };
23
33
  }>> & Readonly<{
24
34
  onOk?: ((...args: any[]) => any) | undefined;
25
35
  }>, {
26
36
  isAbbr: boolean;
37
+ showCount: number;
27
38
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
40
  export default _default;
@@ -7,6 +7,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
+ showCount: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
10
14
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
15
  click: (...args: any[]) => void;
12
16
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -18,10 +22,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
22
  type: BooleanConstructor;
19
23
  default: boolean;
20
24
  };
25
+ showCount: {
26
+ type: NumberConstructor;
27
+ default: number;
28
+ };
21
29
  }>> & Readonly<{
22
30
  onClick?: ((...args: any[]) => any) | undefined;
23
31
  }>, {
24
32
  value: unknown[];
25
33
  isAbbr: boolean;
34
+ showCount: number;
26
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
36
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",