@qqt-product/ui 0.0.19 → 0.0.21

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.
@@ -44,6 +44,7 @@ declare const _sfc_main: DefineComponent<{
44
44
  subAccount: string;
45
45
  serivceUrl: string;
46
46
  } | undefined;
47
+ readonly requiredFileType?: boolean | undefined;
47
48
  readonly attrCheck?: string | undefined;
48
49
  readonly limitSize?: number | undefined;
49
50
  readonly acceptDictCode?: string | undefined;
@@ -271,7 +271,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
271
271
  recordModalRef: Ref<any>;
272
272
  editNavModalRef: Ref<any>;
273
273
  importModalRef: Ref<any>;
274
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("tagCheckChange" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change")[], "tagCheckChange" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
274
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("tagCheckChange" | "link-click" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change")[], "tagCheckChange" | "link-click" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
275
275
  loading: {
276
276
  type: BooleanConstructor;
277
277
  default: boolean;
@@ -299,6 +299,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
299
299
  };
300
300
  }>> & {
301
301
  onTagCheckChange?: ((...args: any[]) => any) | undefined;
302
+ "onLink-click"?: ((...args: any[]) => any) | undefined;
302
303
  "onAdd-button-click"?: ((...args: any[]) => any) | undefined;
303
304
  onGetGridInstance?: ((...args: any[]) => any) | undefined;
304
305
  "onCell-click"?: ((...args: any[]) => any) | undefined;
@@ -264,7 +264,7 @@ declare const _sfc_main: DefineComponent<{
264
264
  recordModalRef: Ref<any>;
265
265
  editNavModalRef: Ref<any>;
266
266
  importModalRef: Ref<any>;
267
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("tagCheckChange" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change")[], "tagCheckChange" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
267
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("tagCheckChange" | "link-click" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change")[], "tagCheckChange" | "link-click" | "add-button-click" | "getGridInstance" | "cell-click" | "sort-change" | "filter-change" | "resizable-change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
268
268
  loading: {
269
269
  type: BooleanConstructor;
270
270
  default: boolean;
@@ -292,6 +292,7 @@ declare const _sfc_main: DefineComponent<{
292
292
  };
293
293
  }>> & {
294
294
  onTagCheckChange?: ((...args: any[]) => any) | undefined;
295
+ "onLink-click"?: ((...args: any[]) => any) | undefined;
295
296
  "onAdd-button-click"?: ((...args: any[]) => any) | undefined;
296
297
  onGetGridInstance?: ((...args: any[]) => any) | undefined;
297
298
  "onCell-click"?: ((...args: any[]) => any) | undefined;
@@ -21,6 +21,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
21
21
  readonly type: StringConstructor;
22
22
  readonly default: "";
23
23
  };
24
+ readonly requiredFileType: {
25
+ readonly type: BooleanConstructor;
26
+ readonly default: false;
27
+ };
24
28
  readonly attrCheck: {
25
29
  readonly type: StringConstructor;
26
30
  readonly default: "headId";
@@ -145,6 +149,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
145
149
  readonly type: StringConstructor;
146
150
  readonly default: "";
147
151
  };
152
+ readonly requiredFileType: {
153
+ readonly type: BooleanConstructor;
154
+ readonly default: false;
155
+ };
148
156
  readonly attrCheck: {
149
157
  readonly type: StringConstructor;
150
158
  readonly default: "headId";
@@ -247,6 +255,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
247
255
  readonly property: string;
248
256
  readonly role: Role;
249
257
  readonly userInfo: UserInfo;
258
+ readonly requiredFileType: boolean;
250
259
  readonly attrCheck: string;
251
260
  readonly limitSize: number;
252
261
  readonly acceptDictCode: string;
@@ -54,6 +54,10 @@ export declare const uploadFilesProps: {
54
54
  readonly type: StringConstructor;
55
55
  readonly default: "";
56
56
  };
57
+ readonly requiredFileType: {
58
+ readonly type: BooleanConstructor;
59
+ readonly default: false;
60
+ };
57
61
  readonly attrCheck: {
58
62
  readonly type: StringConstructor;
59
63
  readonly default: "headId";
@@ -13,6 +13,10 @@ declare const _sfc_main: DefineComponent<{
13
13
  readonly type: StringConstructor;
14
14
  readonly default: "";
15
15
  };
16
+ readonly requiredFileType: {
17
+ readonly type: BooleanConstructor;
18
+ readonly default: false;
19
+ };
16
20
  readonly attrCheck: {
17
21
  readonly type: StringConstructor;
18
22
  readonly default: "headId";
@@ -137,6 +141,10 @@ declare const _sfc_main: DefineComponent<{
137
141
  readonly type: StringConstructor;
138
142
  readonly default: "";
139
143
  };
144
+ readonly requiredFileType: {
145
+ readonly type: BooleanConstructor;
146
+ readonly default: false;
147
+ };
140
148
  readonly attrCheck: {
141
149
  readonly type: StringConstructor;
142
150
  readonly default: "headId";
@@ -239,6 +247,7 @@ declare const _sfc_main: DefineComponent<{
239
247
  readonly property: string;
240
248
  readonly role: Role;
241
249
  readonly userInfo: UserInfo;
250
+ readonly requiredFileType: boolean;
242
251
  readonly attrCheck: string;
243
252
  readonly limitSize: number;
244
253
  readonly acceptDictCode: string;