orion-design 0.1.53 → 0.1.54

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. package/dist/components/Button/index.js +1 -1
  2. package/dist/components/Flex/Col.d.ts +5 -16
  3. package/dist/components/Flex/Item.d.ts +1 -15
  4. package/dist/components/Flex/Row.d.ts +5 -16
  5. package/dist/components/Flex/index.js +44 -51
  6. package/dist/components/Flex/index.js.map +1 -1
  7. package/dist/components/Form/FileInput/FileInput.vue.d.ts +4 -4
  8. package/dist/components/Form/Form.vue.d.ts +2 -2
  9. package/dist/components/Form/LovInput/LovInput.vue.d.ts +8 -8
  10. package/dist/components/Form/TableSelect/TableSelect.vue.d.ts +8 -8
  11. package/dist/components/Form/index.d.ts +1 -1
  12. package/dist/components/Form/index.js +1 -1
  13. package/dist/components/LovTable/LovPagetable.vue.d.ts +144 -504
  14. package/dist/components/LovTable/LovQuerytable.vue.d.ts +84 -356
  15. package/dist/components/LovTable/index.d.ts +114 -430
  16. package/dist/components/Pagetable/Pagetable.d.ts +43 -153
  17. package/dist/components/Pagetable/columns/PagetableCellButton.d.ts +5 -16
  18. package/dist/components/Pagetable/columns/PagetableColumnButtongroup.d.ts +23 -96
  19. package/dist/components/Pagetable/columns/PagetableColumnDate.d.ts +28 -120
  20. package/dist/components/Pagetable/columns/PagetableColumnDiy.d.ts +20 -83
  21. package/dist/components/Pagetable/columns/PagetableColumnLink.d.ts +23 -95
  22. package/dist/components/Pagetable/columns/PagetableColumnMultiselect.d.ts +33 -127
  23. package/dist/components/Pagetable/columns/PagetableColumnNumber.d.ts +29 -100
  24. package/dist/components/Pagetable/columns/PagetableColumnSingleselect.d.ts +33 -127
  25. package/dist/components/Pagetable/columns/PagetableColumnString.d.ts +22 -94
  26. package/dist/components/Pagetable/columns/PagetableColumngroup.d.ts +8 -29
  27. package/dist/components/Pagetable/hooks/useColumns.js +2 -2
  28. package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
  29. package/dist/components/Pagetable/hooks/usePagetable.d.ts +3 -1
  30. package/dist/components/Pagetable/hooks/usePagetable.js +32 -26
  31. package/dist/components/Pagetable/hooks/usePagetable.js.map +1 -1
  32. package/dist/components/Pagetable/index.d.ts +72 -216
  33. package/dist/components/Pagetable/index.js +526 -497
  34. package/dist/components/Pagetable/index.js.map +1 -1
  35. package/dist/components/Querytable/Querytable.d.ts +18 -78
  36. package/dist/components/Querytable/columns/QuerytableCellButton.d.ts +5 -16
  37. package/dist/components/Querytable/columns/QuerytableColumnButtongroup.d.ts +20 -83
  38. package/dist/components/Querytable/columns/QuerytableColumnDate.d.ts +26 -108
  39. package/dist/components/Querytable/columns/QuerytableColumnDiy.d.ts +17 -70
  40. package/dist/components/Querytable/columns/QuerytableColumnLink.d.ts +19 -81
  41. package/dist/components/Querytable/columns/QuerytableColumnMultiselect.d.ts +29 -113
  42. package/dist/components/Querytable/columns/QuerytableColumnNumber.d.ts +26 -87
  43. package/dist/components/Querytable/columns/QuerytableColumnSingleselect.d.ts +30 -114
  44. package/dist/components/Querytable/columns/QuerytableColumnString.d.ts +20 -82
  45. package/dist/components/Querytable/columns/QuerytableColumngroup.d.ts +8 -29
  46. package/dist/components/Querytable/hooks/useColumns.js +2 -2
  47. package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
  48. package/dist/components/Querytable/index.d.ts +49 -157
  49. package/dist/components/Querytable/index.js +384 -367
  50. package/dist/components/Querytable/index.js.map +1 -1
  51. package/dist/components/RichTextEditor/RichTextEditor.d.ts +22 -48
  52. package/dist/components/RichTextEditor/index.d.ts +15 -34
  53. package/dist/components/RichTextEditor/index.js +31 -26
  54. package/dist/components/RichTextEditor/index.js.map +1 -1
  55. package/dist/components/Space/index.d.ts +11 -62
  56. package/dist/components/TableSelectPagetable/TableSelectPagetable.vue.d.ts +144 -504
  57. package/dist/components/TableSelectPagetable/index.d.ts +72 -252
  58. package/dist/components/Throne/ThroneContextProvider.d.ts +5 -16
  59. package/dist/components/_antd_util/camelize.d.ts +2 -0
  60. package/dist/components/_antd_util/camelize.js +8 -0
  61. package/dist/components/_antd_util/camelize.js.map +1 -0
  62. package/dist/components/_antd_util/classNames.js +24 -0
  63. package/dist/components/_antd_util/classNames.js.map +1 -0
  64. package/dist/components/_antd_util/index.d.ts +1 -0
  65. package/dist/components/_antd_util/index.js +14 -0
  66. package/dist/components/_antd_util/index.js.map +1 -0
  67. package/dist/components/_antd_util/isValid.js.map +1 -0
  68. package/dist/components/components.js +2 -2
  69. package/dist/components/index.js +3 -3
  70. package/dist/components-BZKLgLQx.js +54 -0
  71. package/dist/components-BZKLgLQx.js.map +1 -0
  72. package/dist/index-CvcZkdiG.js +46 -0
  73. package/dist/index-CvcZkdiG.js.map +1 -0
  74. package/dist/index.js +2 -2
  75. package/dist/version/version.d.ts +1 -1
  76. package/dist/version/version.js +1 -1
  77. package/dist/version/version.js.map +1 -1
  78. package/package.json +1 -1
  79. package/dist/components/Pagetable/interface.d.ts +0 -11
  80. package/dist/components/Pagetable/interface.js +0 -2
  81. package/dist/components/Pagetable/interface.js.map +0 -1
  82. package/dist/components/Querytable/interface.d.ts +0 -10
  83. package/dist/components/Querytable/interface.js +0 -2
  84. package/dist/components/Querytable/interface.js.map +0 -1
  85. package/dist/components/_util/classNames.js +0 -24
  86. package/dist/components/_util/classNames.js.map +0 -1
  87. package/dist/components/_util/isValid.js.map +0 -1
  88. package/dist/components/_util/props-util/index.d.ts +0 -6
  89. package/dist/components/_util/props-util/index.js +0 -26
  90. package/dist/components/_util/props-util/index.js.map +0 -1
  91. package/dist/components/_util/props-util/initDefaultProps.d.ts +0 -6
  92. package/dist/components/_util/props-util/initDefaultProps.js +0 -14
  93. package/dist/components/_util/props-util/initDefaultProps.js.map +0 -1
  94. package/dist/components/_util/type.d.ts +0 -66
  95. package/dist/components/_util/type.js +0 -53
  96. package/dist/components/_util/type.js.map +0 -1
  97. package/dist/components/_util/util.d.ts +0 -18
  98. package/dist/components/_util/util.js +0 -55
  99. package/dist/components/_util/util.js.map +0 -1
  100. package/dist/components/_util/vue-types/index.d.ts +0 -12
  101. package/dist/components/_util/vue-types/index.js +0 -331
  102. package/dist/components/_util/vue-types/index.js.map +0 -1
  103. package/dist/components-BvgQJQRM.js +0 -55
  104. package/dist/components-BvgQJQRM.js.map +0 -1
  105. package/dist/index-BbsXWo7C.js +0 -44
  106. package/dist/index-BbsXWo7C.js.map +0 -1
  107. /package/dist/components/{_util → _antd_util}/classNames.d.ts +0 -0
  108. /package/dist/components/{_util → _antd_util}/isValid.d.ts +0 -0
  109. /package/dist/components/{_util → _antd_util}/isValid.js +0 -0
@@ -1,91 +1,28 @@
1
- import { PropType, ExtractPropTypes } from 'vue';
2
- import { CustomSlotsType } from '../../_util/type';
3
- import { FixedType } from '../interface';
1
+ import { ExtractPropTypes, PropType, SlotsType } from 'vue';
4
2
  export declare const pagetableColumnDiyProps: () => {
5
- head: {
6
- type: PropType<string>;
7
- default: string;
8
- };
9
- headAlign: {
10
- type: PropType<"center" | "left" | "right">;
11
- default: "center" | "left" | "right";
12
- };
13
- name: {
14
- type: PropType<string>;
15
- default: string;
16
- };
17
- width: {
18
- type: PropType<string | boolean>;
19
- default: string | boolean;
20
- };
21
- fixed: {
22
- type: PropType<FixedType>;
23
- default: FixedType;
24
- };
25
- tail: {
26
- type: PropType<string | boolean>;
27
- default: string | boolean;
28
- };
3
+ head: StringConstructor;
4
+ headAlign: PropType<"left" | "right" | "center">;
5
+ name: StringConstructor;
6
+ width: (NumberConstructor | StringConstructor)[];
7
+ fixed: (StringConstructor | BooleanConstructor)[];
8
+ tail: (StringConstructor | BooleanConstructor)[];
29
9
  };
30
10
  export type PagetableColumnDiyProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnDiyProps>>>;
31
11
  declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
32
- head: {
33
- type: PropType<string>;
34
- default: string;
35
- };
36
- headAlign: {
37
- type: PropType<"center" | "left" | "right">;
38
- default: "center" | "left" | "right";
39
- };
40
- name: {
41
- type: PropType<string>;
42
- default: string;
43
- };
44
- width: {
45
- type: PropType<string | boolean>;
46
- default: string | boolean;
47
- };
48
- fixed: {
49
- type: PropType<FixedType>;
50
- default: FixedType;
51
- };
52
- tail: {
53
- type: PropType<string | boolean>;
54
- default: string | boolean;
55
- };
12
+ head: StringConstructor;
13
+ headAlign: PropType<"left" | "right" | "center">;
14
+ name: StringConstructor;
15
+ width: (NumberConstructor | StringConstructor)[];
16
+ fixed: (StringConstructor | BooleanConstructor)[];
17
+ tail: (StringConstructor | BooleanConstructor)[];
56
18
  }>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
57
- head: {
58
- type: PropType<string>;
59
- default: string;
60
- };
61
- headAlign: {
62
- type: PropType<"center" | "left" | "right">;
63
- default: "center" | "left" | "right";
64
- };
65
- name: {
66
- type: PropType<string>;
67
- default: string;
68
- };
69
- width: {
70
- type: PropType<string | boolean>;
71
- default: string | boolean;
72
- };
73
- fixed: {
74
- type: PropType<FixedType>;
75
- default: FixedType;
76
- };
77
- tail: {
78
- type: PropType<string | boolean>;
79
- default: string | boolean;
80
- };
81
- }>> & Readonly<{}>, {
82
- name: string;
83
- fixed: FixedType;
84
- head: string;
85
- width: string | boolean;
86
- tail: string | boolean;
87
- headAlign: "center" | "left" | "right";
88
- }, CustomSlotsType<{
19
+ head: StringConstructor;
20
+ headAlign: PropType<"left" | "right" | "center">;
21
+ name: StringConstructor;
22
+ width: (NumberConstructor | StringConstructor)[];
23
+ fixed: (StringConstructor | BooleanConstructor)[];
24
+ tail: (StringConstructor | BooleanConstructor)[];
25
+ }>> & Readonly<{}>, {}, SlotsType<{
89
26
  default: any;
90
27
  }>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
91
28
  export default _default;
@@ -1,101 +1,29 @@
1
- import { PropType, ExtractPropTypes } from 'vue';
2
- import { FixedType } from '../interface';
1
+ import { ExtractPropTypes, PropType } from 'vue';
3
2
  export declare const pagetableColumnLinkProps: () => {
4
- head: {
5
- type: PropType<string>;
6
- default: string;
7
- };
8
- headAlign: {
9
- type: PropType<"center" | "left" | "right">;
10
- default: "center" | "left" | "right";
11
- };
12
- bodyAlign: {
13
- type: PropType<"center" | "left" | "right">;
14
- default: "center" | "left" | "right";
15
- };
16
- name: {
17
- type: PropType<string>;
18
- default: string;
19
- };
20
- width: {
21
- type: PropType<string | boolean>;
22
- default: string | boolean;
23
- };
24
- fixed: {
25
- type: PropType<FixedType>;
26
- default: FixedType;
27
- };
28
- tail: {
29
- type: PropType<string | boolean>;
30
- default: string | boolean;
31
- };
3
+ head: StringConstructor;
4
+ headAlign: PropType<"left" | "right" | "center">;
5
+ bodyAlign: PropType<"left" | "right" | "center">;
6
+ name: StringConstructor;
7
+ width: (NumberConstructor | StringConstructor)[];
8
+ fixed: (StringConstructor | BooleanConstructor)[];
9
+ tail: (StringConstructor | BooleanConstructor)[];
32
10
  };
33
11
  export type PagetableColumnLinkProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnLinkProps>>>;
34
12
  declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
35
- head: {
36
- type: PropType<string>;
37
- default: string;
38
- };
39
- headAlign: {
40
- type: PropType<"center" | "left" | "right">;
41
- default: "center" | "left" | "right";
42
- };
43
- bodyAlign: {
44
- type: PropType<"center" | "left" | "right">;
45
- default: "center" | "left" | "right";
46
- };
47
- name: {
48
- type: PropType<string>;
49
- default: string;
50
- };
51
- width: {
52
- type: PropType<string | boolean>;
53
- default: string | boolean;
54
- };
55
- fixed: {
56
- type: PropType<FixedType>;
57
- default: FixedType;
58
- };
59
- tail: {
60
- type: PropType<string | boolean>;
61
- default: string | boolean;
62
- };
13
+ head: StringConstructor;
14
+ headAlign: PropType<"left" | "right" | "center">;
15
+ bodyAlign: PropType<"left" | "right" | "center">;
16
+ name: StringConstructor;
17
+ width: (NumberConstructor | StringConstructor)[];
18
+ fixed: (StringConstructor | BooleanConstructor)[];
19
+ tail: (StringConstructor | BooleanConstructor)[];
63
20
  }>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
64
- head: {
65
- type: PropType<string>;
66
- default: string;
67
- };
68
- headAlign: {
69
- type: PropType<"center" | "left" | "right">;
70
- default: "center" | "left" | "right";
71
- };
72
- bodyAlign: {
73
- type: PropType<"center" | "left" | "right">;
74
- default: "center" | "left" | "right";
75
- };
76
- name: {
77
- type: PropType<string>;
78
- default: string;
79
- };
80
- width: {
81
- type: PropType<string | boolean>;
82
- default: string | boolean;
83
- };
84
- fixed: {
85
- type: PropType<FixedType>;
86
- default: FixedType;
87
- };
88
- tail: {
89
- type: PropType<string | boolean>;
90
- default: string | boolean;
91
- };
92
- }>> & Readonly<{}>, {
93
- name: string;
94
- fixed: FixedType;
95
- head: string;
96
- width: string | boolean;
97
- bodyAlign: "center" | "left" | "right";
98
- tail: string | boolean;
99
- headAlign: "center" | "left" | "right";
100
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
+ head: StringConstructor;
22
+ headAlign: PropType<"left" | "right" | "center">;
23
+ bodyAlign: PropType<"left" | "right" | "center">;
24
+ name: StringConstructor;
25
+ width: (NumberConstructor | StringConstructor)[];
26
+ fixed: (StringConstructor | BooleanConstructor)[];
27
+ tail: (StringConstructor | BooleanConstructor)[];
28
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
101
29
  export default _default;
@@ -1,135 +1,41 @@
1
- import { PropType, ExtractPropTypes } from 'vue';
2
- import { FixedType } from '../interface';
1
+ import { ExtractPropTypes, PropType } from 'vue';
3
2
  export declare const pagetableColumnMultiselectProps: () => {
4
- head: {
5
- type: PropType<string>;
6
- default: string;
7
- };
8
- headAlign: {
9
- type: PropType<"center" | "left" | "right">;
10
- default: "center" | "left" | "right";
11
- };
12
- bodyAlign: {
13
- type: PropType<"center" | "left" | "right">;
14
- default: "center" | "left" | "right";
15
- };
16
- name: {
17
- type: PropType<string>;
18
- default: string;
19
- };
20
- width: {
21
- type: PropType<string | boolean>;
22
- default: string | boolean;
23
- };
24
- fixed: {
25
- type: PropType<FixedType>;
26
- default: FixedType;
27
- };
28
- tail: {
29
- type: PropType<string | boolean>;
30
- default: string | boolean;
31
- };
32
- code: {
33
- type: PropType<string | {
34
- value: string;
35
- content: string;
36
- }[]>;
37
- default: string | {
38
- value: string;
39
- content: string;
40
- }[];
41
- };
3
+ head: StringConstructor;
4
+ headAlign: PropType<"left" | "right" | "center">;
5
+ bodyAlign: PropType<"left" | "right" | "center">;
6
+ name: StringConstructor;
7
+ width: (NumberConstructor | StringConstructor)[];
8
+ fixed: (StringConstructor | BooleanConstructor)[];
9
+ tail: (StringConstructor | BooleanConstructor)[];
10
+ code: PropType<string | {
11
+ value: string;
12
+ content: string;
13
+ }[]>;
42
14
  };
43
15
  export type PagetableColumnMultiselectProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnMultiselectProps>>>;
44
16
  declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
45
- head: {
46
- type: PropType<string>;
47
- default: string;
48
- };
49
- headAlign: {
50
- type: PropType<"center" | "left" | "right">;
51
- default: "center" | "left" | "right";
52
- };
53
- bodyAlign: {
54
- type: PropType<"center" | "left" | "right">;
55
- default: "center" | "left" | "right";
56
- };
57
- name: {
58
- type: PropType<string>;
59
- default: string;
60
- };
61
- width: {
62
- type: PropType<string | boolean>;
63
- default: string | boolean;
64
- };
65
- fixed: {
66
- type: PropType<FixedType>;
67
- default: FixedType;
68
- };
69
- tail: {
70
- type: PropType<string | boolean>;
71
- default: string | boolean;
72
- };
73
- code: {
74
- type: PropType<string | {
75
- value: string;
76
- content: string;
77
- }[]>;
78
- default: string | {
79
- value: string;
80
- content: string;
81
- }[];
82
- };
17
+ head: StringConstructor;
18
+ headAlign: PropType<"left" | "right" | "center">;
19
+ bodyAlign: PropType<"left" | "right" | "center">;
20
+ name: StringConstructor;
21
+ width: (NumberConstructor | StringConstructor)[];
22
+ fixed: (StringConstructor | BooleanConstructor)[];
23
+ tail: (StringConstructor | BooleanConstructor)[];
24
+ code: PropType<string | {
25
+ value: string;
26
+ content: string;
27
+ }[]>;
83
28
  }>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
84
- head: {
85
- type: PropType<string>;
86
- default: string;
87
- };
88
- headAlign: {
89
- type: PropType<"center" | "left" | "right">;
90
- default: "center" | "left" | "right";
91
- };
92
- bodyAlign: {
93
- type: PropType<"center" | "left" | "right">;
94
- default: "center" | "left" | "right";
95
- };
96
- name: {
97
- type: PropType<string>;
98
- default: string;
99
- };
100
- width: {
101
- type: PropType<string | boolean>;
102
- default: string | boolean;
103
- };
104
- fixed: {
105
- type: PropType<FixedType>;
106
- default: FixedType;
107
- };
108
- tail: {
109
- type: PropType<string | boolean>;
110
- default: string | boolean;
111
- };
112
- code: {
113
- type: PropType<string | {
114
- value: string;
115
- content: string;
116
- }[]>;
117
- default: string | {
118
- value: string;
119
- content: string;
120
- }[];
121
- };
122
- }>> & Readonly<{}>, {
123
- name: string;
124
- fixed: FixedType;
125
- code: string | {
29
+ head: StringConstructor;
30
+ headAlign: PropType<"left" | "right" | "center">;
31
+ bodyAlign: PropType<"left" | "right" | "center">;
32
+ name: StringConstructor;
33
+ width: (NumberConstructor | StringConstructor)[];
34
+ fixed: (StringConstructor | BooleanConstructor)[];
35
+ tail: (StringConstructor | BooleanConstructor)[];
36
+ code: PropType<string | {
126
37
  value: string;
127
38
  content: string;
128
- }[];
129
- head: string;
130
- width: string | boolean;
131
- bodyAlign: "center" | "left" | "right";
132
- tail: string | boolean;
133
- headAlign: "center" | "left" | "right";
134
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
+ }[]>;
40
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
135
41
  export default _default;
@@ -1,41 +1,19 @@
1
- import { PropType, ExtractPropTypes } from 'vue';
2
- import { FixedType } from '../interface';
1
+ import { ExtractPropTypes, PropType } from 'vue';
3
2
  export declare const pagetableColumnNumberProps: () => {
4
- head: {
5
- type: PropType<string>;
6
- default: string;
7
- };
8
- headAlign: {
9
- type: PropType<"center" | "left" | "right">;
10
- default: "center" | "left" | "right";
11
- };
12
- bodyAlign: {
13
- type: PropType<"center" | "left" | "right">;
14
- default: "center" | "left" | "right";
15
- };
16
- name: {
17
- type: PropType<string>;
18
- default: string;
19
- };
20
- width: {
21
- type: PropType<string | boolean>;
22
- default: string | boolean;
23
- };
24
- fixed: {
25
- type: PropType<FixedType>;
26
- default: FixedType;
27
- };
28
- tail: {
29
- type: PropType<string | boolean>;
30
- default: string | boolean;
31
- };
3
+ head: StringConstructor;
4
+ headAlign: PropType<"left" | "right" | "center">;
5
+ bodyAlign: PropType<"left" | "right" | "center">;
6
+ name: StringConstructor;
7
+ width: (NumberConstructor | StringConstructor)[];
8
+ fixed: (StringConstructor | BooleanConstructor)[];
9
+ tail: (StringConstructor | BooleanConstructor)[];
32
10
  thousandsSeparator: {
33
11
  type: BooleanConstructor;
34
12
  default: boolean;
35
13
  };
36
14
  precision: {
37
- type: PropType<-1>;
38
- default: -1;
15
+ type: NumberConstructor;
16
+ default: number;
39
17
  };
40
18
  percentage: {
41
19
  type: BooleanConstructor;
@@ -44,97 +22,48 @@ export declare const pagetableColumnNumberProps: () => {
44
22
  };
45
23
  export type PagetableColumnNumberProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnNumberProps>>>;
46
24
  declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
47
- head: {
48
- type: PropType<string>;
49
- default: string;
50
- };
51
- headAlign: {
52
- type: PropType<"center" | "left" | "right">;
53
- default: "center" | "left" | "right";
54
- };
55
- bodyAlign: {
56
- type: PropType<"center" | "left" | "right">;
57
- default: "center" | "left" | "right";
58
- };
59
- name: {
60
- type: PropType<string>;
61
- default: string;
62
- };
63
- width: {
64
- type: PropType<string | boolean>;
65
- default: string | boolean;
66
- };
67
- fixed: {
68
- type: PropType<FixedType>;
69
- default: FixedType;
70
- };
71
- tail: {
72
- type: PropType<string | boolean>;
73
- default: string | boolean;
74
- };
25
+ head: StringConstructor;
26
+ headAlign: PropType<"left" | "right" | "center">;
27
+ bodyAlign: PropType<"left" | "right" | "center">;
28
+ name: StringConstructor;
29
+ width: (NumberConstructor | StringConstructor)[];
30
+ fixed: (StringConstructor | BooleanConstructor)[];
31
+ tail: (StringConstructor | BooleanConstructor)[];
75
32
  thousandsSeparator: {
76
33
  type: BooleanConstructor;
77
34
  default: boolean;
78
35
  };
79
36
  precision: {
80
- type: PropType<-1>;
81
- default: -1;
37
+ type: NumberConstructor;
38
+ default: number;
82
39
  };
83
40
  percentage: {
84
41
  type: BooleanConstructor;
85
42
  default: boolean;
86
43
  };
87
44
  }>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
88
- head: {
89
- type: PropType<string>;
90
- default: string;
91
- };
92
- headAlign: {
93
- type: PropType<"center" | "left" | "right">;
94
- default: "center" | "left" | "right";
95
- };
96
- bodyAlign: {
97
- type: PropType<"center" | "left" | "right">;
98
- default: "center" | "left" | "right";
99
- };
100
- name: {
101
- type: PropType<string>;
102
- default: string;
103
- };
104
- width: {
105
- type: PropType<string | boolean>;
106
- default: string | boolean;
107
- };
108
- fixed: {
109
- type: PropType<FixedType>;
110
- default: FixedType;
111
- };
112
- tail: {
113
- type: PropType<string | boolean>;
114
- default: string | boolean;
115
- };
45
+ head: StringConstructor;
46
+ headAlign: PropType<"left" | "right" | "center">;
47
+ bodyAlign: PropType<"left" | "right" | "center">;
48
+ name: StringConstructor;
49
+ width: (NumberConstructor | StringConstructor)[];
50
+ fixed: (StringConstructor | BooleanConstructor)[];
51
+ tail: (StringConstructor | BooleanConstructor)[];
116
52
  thousandsSeparator: {
117
53
  type: BooleanConstructor;
118
54
  default: boolean;
119
55
  };
120
56
  precision: {
121
- type: PropType<-1>;
122
- default: -1;
57
+ type: NumberConstructor;
58
+ default: number;
123
59
  };
124
60
  percentage: {
125
61
  type: BooleanConstructor;
126
62
  default: boolean;
127
63
  };
128
64
  }>> & Readonly<{}>, {
129
- name: string;
130
- fixed: FixedType;
131
- head: string;
132
- width: string | boolean;
133
- bodyAlign: "center" | "left" | "right";
134
65
  thousandsSeparator: boolean;
135
- tail: string | boolean;
136
- headAlign: "center" | "left" | "right";
137
- precision: -1;
66
+ precision: number;
138
67
  percentage: boolean;
139
68
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
140
69
  export default _default;