qy-ui-for-ls 0.4.71 → 0.4.73

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.
@@ -18,7 +18,7 @@ declare const QyCard: ({
18
18
  };
19
19
  titlePorps: {
20
20
  type: PropType<TitlePorps>;
21
- default: () => {
21
+ default: {
22
22
  text: string;
23
23
  };
24
24
  };
@@ -86,7 +86,7 @@ declare const QyCard: ({
86
86
  };
87
87
  titlePorps: {
88
88
  type: PropType<TitlePorps>;
89
- default: () => {
89
+ default: {
90
90
  text: string;
91
91
  };
92
92
  };
@@ -151,7 +151,7 @@ declare const QyCard: ({
151
151
  };
152
152
  titlePorps: {
153
153
  type: PropType<TitlePorps>;
154
- default: () => {
154
+ default: {
155
155
  text: string;
156
156
  };
157
157
  };
@@ -21,7 +21,7 @@ declare function __VLS_template(): {
21
21
  footer?(_: {}): any;
22
22
  };
23
23
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<cardProps>, {
24
- titlePorps: () => {
24
+ titlePorps: {
25
25
  text: string;
26
26
  };
27
27
  bodyStyle: string;
@@ -37,7 +37,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
37
37
  cardPadding: number[];
38
38
  bottomBorder: boolean;
39
39
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<cardProps>, {
40
- titlePorps: () => {
40
+ titlePorps: {
41
41
  text: string;
42
42
  };
43
43
  bodyStyle: string;
@@ -18,7 +18,7 @@ declare const QyDescriptions: ({
18
18
  default: () => {};
19
19
  };
20
20
  descData: {
21
- type: any;
21
+ type: any[];
22
22
  default: () => never[];
23
23
  };
24
24
  labelColor: {
@@ -42,7 +42,7 @@ declare const QyDescriptions: ({
42
42
  default: number;
43
43
  };
44
44
  labelAlign: {
45
- type: () => "left" | "right" | "center";
45
+ type: StringConstructor;
46
46
  default: string;
47
47
  };
48
48
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
@@ -51,12 +51,12 @@ declare const QyDescriptions: ({
51
51
  colon: boolean;
52
52
  dataList: Record<string, any>;
53
53
  listTypeInfo: Record<string, any>;
54
- descData: any;
54
+ descData: Date | null;
55
55
  labelColor: string;
56
56
  color: string;
57
57
  offsetX: number;
58
58
  columnX: number;
59
- labelAlign: "left" | "right" | "center";
59
+ labelAlign: string;
60
60
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
61
61
  P: {};
62
62
  B: {};
@@ -82,7 +82,7 @@ declare const QyDescriptions: ({
82
82
  default: () => {};
83
83
  };
84
84
  descData: {
85
- type: any;
85
+ type: any[];
86
86
  default: () => never[];
87
87
  };
88
88
  labelColor: {
@@ -106,7 +106,7 @@ declare const QyDescriptions: ({
106
106
  default: number;
107
107
  };
108
108
  labelAlign: {
109
- type: () => "left" | "right" | "center";
109
+ type: StringConstructor;
110
110
  default: string;
111
111
  };
112
112
  }>> & Readonly<{}>, {}, {}, {}, {}, {
@@ -115,12 +115,12 @@ declare const QyDescriptions: ({
115
115
  colon: boolean;
116
116
  dataList: Record<string, any>;
117
117
  listTypeInfo: Record<string, any>;
118
- descData: any;
118
+ descData: Date | null;
119
119
  labelColor: string;
120
120
  color: string;
121
121
  offsetX: number;
122
122
  columnX: number;
123
- labelAlign: "left" | "right" | "center";
123
+ labelAlign: string;
124
124
  }>;
125
125
  __isFragment?: never;
126
126
  __isTeleport?: never;
@@ -143,7 +143,7 @@ declare const QyDescriptions: ({
143
143
  default: () => {};
144
144
  };
145
145
  descData: {
146
- type: any;
146
+ type: any[];
147
147
  default: () => never[];
148
148
  };
149
149
  labelColor: {
@@ -167,7 +167,7 @@ declare const QyDescriptions: ({
167
167
  default: number;
168
168
  };
169
169
  labelAlign: {
170
- type: () => "left" | "right" | "center";
170
+ type: StringConstructor;
171
171
  default: string;
172
172
  };
173
173
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
@@ -176,12 +176,12 @@ declare const QyDescriptions: ({
176
176
  colon: boolean;
177
177
  dataList: Record<string, any>;
178
178
  listTypeInfo: Record<string, any>;
179
- descData: any;
179
+ descData: Date | null;
180
180
  labelColor: string;
181
181
  color: string;
182
182
  offsetX: number;
183
183
  columnX: number;
184
- labelAlign: "left" | "right" | "center";
184
+ labelAlign: string;
185
185
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
186
186
  $slots: Partial<Record<any, (_: {}) => any>>;
187
187
  }) & Plugin) & Record<string, any>;
@@ -18,7 +18,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
18
18
  default: () => {};
19
19
  };
20
20
  descData: {
21
- type: any;
21
+ type: any[];
22
22
  default: () => never[];
23
23
  };
24
24
  labelColor: {
@@ -42,7 +42,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
42
42
  default: number;
43
43
  };
44
44
  labelAlign: {
45
- type: () => "left" | "right" | "center";
45
+ type: StringConstructor;
46
46
  default: string;
47
47
  };
48
48
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
@@ -63,7 +63,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
63
63
  default: () => {};
64
64
  };
65
65
  descData: {
66
- type: any;
66
+ type: any[];
67
67
  default: () => never[];
68
68
  };
69
69
  labelColor: {
@@ -87,7 +87,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
87
87
  default: number;
88
88
  };
89
89
  labelAlign: {
90
- type: () => "left" | "right" | "center";
90
+ type: StringConstructor;
91
91
  default: string;
92
92
  };
93
93
  }>> & Readonly<{}>, {
@@ -96,12 +96,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
96
96
  colon: boolean;
97
97
  dataList: Record<string, any>;
98
98
  listTypeInfo: Record<string, any>;
99
- descData: any;
99
+ descData: Date | null;
100
100
  labelColor: string;
101
101
  color: string;
102
102
  offsetX: number;
103
103
  columnX: number;
104
- labelAlign: "left" | "right" | "center";
104
+ labelAlign: string;
105
105
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
106
106
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
107
107
  export default _default;
@@ -48,9 +48,7 @@ declare const QyForm: ({
48
48
  };
49
49
  }>> & Readonly<{
50
50
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
51
- }>, {
52
- formRef: any;
53
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
51
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
54
52
  "update:modelValue": (...args: any[]) => void;
55
53
  }, PublicProps, {
56
54
  modelValue: Record<string, any>;
@@ -116,9 +114,7 @@ declare const QyForm: ({
116
114
  };
117
115
  }>> & Readonly<{
118
116
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
119
- }>, {
120
- formRef: any;
121
- }, {}, {}, {}, {
117
+ }>, {}, {}, {}, {}, {
122
118
  modelValue: Record<string, any>;
123
119
  columnX: number;
124
120
  column: number;
@@ -179,9 +175,7 @@ declare const QyForm: ({
179
175
  };
180
176
  }>> & Readonly<{
181
177
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
182
- }>, {
183
- formRef: any;
184
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
178
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
185
179
  "update:modelValue": (...args: any[]) => void;
186
180
  }, string, {
187
181
  modelValue: Record<string, any>;
@@ -45,9 +45,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
45
45
  type: ObjectConstructor;
46
46
  default: () => {};
47
47
  };
48
- }>, {
49
- formRef: any;
50
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
48
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
51
49
  "update:modelValue": (...args: any[]) => void;
52
50
  }, string, PublicProps, Readonly< ExtractPropTypes<{
53
51
  configOptions: {
@@ -2,7 +2,7 @@ import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, Co
2
2
  declare const QyPagination: ({
3
3
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
4
4
  align: {
5
- type: PropType<"left" | "right" | "center">;
5
+ type: PropType<"right" | "center" | "left">;
6
6
  default: string;
7
7
  };
8
8
  forTable: {
@@ -50,7 +50,7 @@ declare const QyPagination: ({
50
50
  Defaults: {};
51
51
  }, Readonly< ExtractPropTypes<{
52
52
  align: {
53
- type: PropType<"left" | "right" | "center">;
53
+ type: PropType<"right" | "center" | "left">;
54
54
  default: string;
55
55
  };
56
56
  forTable: {
@@ -91,7 +91,7 @@ declare const QyPagination: ({
91
91
  __isSuspense?: never;
92
92
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
93
93
  align: {
94
- type: PropType<"left" | "right" | "center">;
94
+ type: PropType<"right" | "center" | "left">;
95
95
  default: string;
96
96
  };
97
97
  forTable: {
@@ -1,8 +1,2 @@
1
- import { ComponentOptionsBase, ExtractPropTypes, ComputedOptions, MethodOptions, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
2
- declare const QyPlayer: ({
3
- new (...args: any[]): any;
4
- __isFragment?: never;
5
- __isTeleport?: never;
6
- __isSuspense?: never;
7
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{}>>, {}, any, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin) & Record<string, any>;
1
+ declare const QyPlayer: any;
8
2
  export default QyPlayer;
@@ -48,6 +48,14 @@ declare const QyTablePlus: ({
48
48
  type: PropType<boolean>;
49
49
  default: boolean;
50
50
  };
51
+ rowKey: {
52
+ type: PropType<string>;
53
+ default: string;
54
+ };
55
+ showSearch: {
56
+ type: PropType<boolean>;
57
+ default: boolean;
58
+ };
51
59
  requestAuto: {
52
60
  type: PropType<boolean>;
53
61
  default: boolean;
@@ -63,14 +71,6 @@ declare const QyTablePlus: ({
63
71
  type: PropType<any>;
64
72
  default: {};
65
73
  };
66
- rowKey: {
67
- type: PropType<string>;
68
- default: string;
69
- };
70
- showSearch: {
71
- type: PropType<boolean>;
72
- default: boolean;
73
- };
74
74
  showTable: {
75
75
  type: PropType<boolean>;
76
76
  default: boolean;
@@ -1031,11 +1031,11 @@ declare const QyTablePlus: ({
1031
1031
  toolButton: ("download" | "reset")[] | boolean;
1032
1032
  beforeReset: () => void;
1033
1033
  border: boolean;
1034
+ rowKey: string;
1035
+ showSearch: boolean;
1034
1036
  requestAuto: boolean;
1035
1037
  pagination: boolean;
1036
1038
  initParam: any;
1037
- rowKey: string;
1038
- showSearch: boolean;
1039
1039
  showTable: boolean;
1040
1040
  showHeadersearch: boolean;
1041
1041
  tabsOptions: TabsProps;
@@ -1091,6 +1091,14 @@ declare const QyTablePlus: ({
1091
1091
  type: PropType<boolean>;
1092
1092
  default: boolean;
1093
1093
  };
1094
+ rowKey: {
1095
+ type: PropType<string>;
1096
+ default: string;
1097
+ };
1098
+ showSearch: {
1099
+ type: PropType<boolean>;
1100
+ default: boolean;
1101
+ };
1094
1102
  requestAuto: {
1095
1103
  type: PropType<boolean>;
1096
1104
  default: boolean;
@@ -1106,14 +1114,6 @@ declare const QyTablePlus: ({
1106
1114
  type: PropType<any>;
1107
1115
  default: {};
1108
1116
  };
1109
- rowKey: {
1110
- type: PropType<string>;
1111
- default: string;
1112
- };
1113
- showSearch: {
1114
- type: PropType<boolean>;
1115
- default: boolean;
1116
- };
1117
1117
  showTable: {
1118
1118
  type: PropType<boolean>;
1119
1119
  default: boolean;
@@ -2064,11 +2064,11 @@ declare const QyTablePlus: ({
2064
2064
  toolButton: ("download" | "reset")[] | boolean;
2065
2065
  beforeReset: () => void;
2066
2066
  border: boolean;
2067
+ rowKey: string;
2068
+ showSearch: boolean;
2067
2069
  requestAuto: boolean;
2068
2070
  pagination: boolean;
2069
2071
  initParam: any;
2070
- rowKey: string;
2071
- showSearch: boolean;
2072
2072
  showTable: boolean;
2073
2073
  showHeadersearch: boolean;
2074
2074
  tabsOptions: TabsProps;
@@ -2121,6 +2121,14 @@ declare const QyTablePlus: ({
2121
2121
  type: PropType<boolean>;
2122
2122
  default: boolean;
2123
2123
  };
2124
+ rowKey: {
2125
+ type: PropType<string>;
2126
+ default: string;
2127
+ };
2128
+ showSearch: {
2129
+ type: PropType<boolean>;
2130
+ default: boolean;
2131
+ };
2124
2132
  requestAuto: {
2125
2133
  type: PropType<boolean>;
2126
2134
  default: boolean;
@@ -2136,14 +2144,6 @@ declare const QyTablePlus: ({
2136
2144
  type: PropType<any>;
2137
2145
  default: {};
2138
2146
  };
2139
- rowKey: {
2140
- type: PropType<string>;
2141
- default: string;
2142
- };
2143
- showSearch: {
2144
- type: PropType<boolean>;
2145
- default: boolean;
2146
- };
2147
2147
  showTable: {
2148
2148
  type: PropType<boolean>;
2149
2149
  default: boolean;
@@ -3104,11 +3104,11 @@ declare const QyTablePlus: ({
3104
3104
  toolButton: ("download" | "reset")[] | boolean;
3105
3105
  beforeReset: () => void;
3106
3106
  border: boolean;
3107
+ rowKey: string;
3108
+ showSearch: boolean;
3107
3109
  requestAuto: boolean;
3108
3110
  pagination: boolean;
3109
3111
  initParam: any;
3110
- rowKey: string;
3111
- showSearch: boolean;
3112
3112
  showTable: boolean;
3113
3113
  showHeadersearch: boolean;
3114
3114
  tabsOptions: TabsProps;
@@ -203,12 +203,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
203
203
  height: string;
204
204
  offsetY: string;
205
205
  placeholder: string;
206
- showSearch: boolean;
207
- maxHeight: string | number;
208
206
  indent: number;
209
207
  leafKey: string;
210
208
  dashColor: string;
209
+ showSearch: boolean;
211
210
  showExpand: boolean;
212
211
  treeAttrs: Record<string, any>;
212
+ maxHeight: string | number;
213
213
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
214
214
  export default _default;
@@ -0,0 +1,10 @@
1
+ export declare const useApiHandle: (apiPrefix: string) => {
2
+ pageList: (obj: Object) => any;
3
+ addObj: (obj: Object) => any;
4
+ getObj: (id: String) => any;
5
+ delObj: (ids: Object) => any;
6
+ putObj: (obj: Object) => any;
7
+ objConfig: (obj: Object) => any;
8
+ importObj: (obj: Object) => any;
9
+ exportObj: (obj: Object) => any;
10
+ };
@@ -1025,11 +1025,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
1025
1025
  toolButton: ("download" | "reset")[] | boolean;
1026
1026
  beforeReset: () => void;
1027
1027
  border: boolean;
1028
+ rowKey: string;
1029
+ showSearch: boolean;
1028
1030
  requestAuto: boolean;
1029
1031
  pagination: boolean;
1030
1032
  initParam: any;
1031
- rowKey: string;
1032
- showSearch: boolean;
1033
1033
  showTable: boolean;
1034
1034
  showHeadersearch: boolean;
1035
1035
  tabsOptions: TabsProps;
@@ -1,12 +1,12 @@
1
1
  import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
- export interface TextButton {
3
- label: string;
4
- key: string;
2
+ interface TextButton {
3
+ label: '';
4
+ key: '';
5
5
  type?: 'primary' | 'danger' | 'warning' | 'success' | 'info';
6
6
  color?: string;
7
7
  [key: string]: any;
8
8
  }
9
- export interface TextButtonsProps {
9
+ interface TextButtonsProps {
10
10
  list: Array<TextButton>;
11
11
  type?: 'primary' | 'danger' | 'warning' | 'success' | 'info';
12
12
  color?: string;
@@ -45,10 +45,10 @@ declare const QyTree: ({
45
45
  defaultProps: Record<string, any>;
46
46
  offsetY: string;
47
47
  placeholder: string;
48
- showSearch: boolean;
49
48
  indent: number;
50
49
  leafKey: string;
51
50
  dashColor: string;
51
+ showSearch: boolean;
52
52
  expandOnClickNode: boolean;
53
53
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
54
54
  P: {};
@@ -102,10 +102,10 @@ declare const QyTree: ({
102
102
  defaultProps: Record<string, any>;
103
103
  offsetY: string;
104
104
  placeholder: string;
105
- showSearch: boolean;
106
105
  indent: number;
107
106
  leafKey: string;
108
107
  dashColor: string;
108
+ showSearch: boolean;
109
109
  expandOnClickNode: boolean;
110
110
  }>;
111
111
  __isFragment?: never;
@@ -156,10 +156,10 @@ declare const QyTree: ({
156
156
  defaultProps: Record<string, any>;
157
157
  offsetY: string;
158
158
  placeholder: string;
159
- showSearch: boolean;
160
159
  indent: number;
161
160
  leafKey: string;
162
161
  dashColor: string;
162
+ showSearch: boolean;
163
163
  expandOnClickNode: boolean;
164
164
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
165
165
  $slots: {
@@ -90,10 +90,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
90
90
  defaultProps: Record<string, any>;
91
91
  offsetY: string;
92
92
  placeholder: string;
93
- showSearch: boolean;
94
93
  indent: number;
95
94
  leafKey: string;
96
95
  dashColor: string;
96
+ showSearch: boolean;
97
97
  expandOnClickNode: boolean;
98
98
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
99
99
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;