giime 0.7.19 → 0.7.20

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.
Files changed (32) hide show
  1. package/dist/index.css +96 -96
  2. package/es/components/src/base/button/Button.vue.d.ts +13 -11
  3. package/es/components/src/base/button/Button.vue2.mjs +29 -14
  4. package/es/components/src/base/button/Button.vue2.mjs.map +1 -1
  5. package/es/components/src/base/button/button.d.ts +4 -1
  6. package/es/components/src/base/button/button.mjs +6 -1
  7. package/es/components/src/base/button/button.mjs.map +1 -1
  8. package/es/components/src/base/button/index.d.ts +31 -31
  9. package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +8 -2
  10. package/es/components/src/composite/operateButton/index.d.ts +8 -2
  11. package/es/components/src/composite/operateButton/operateButton.d.ts +4 -1
  12. package/es/components/src/composite/tableCustom/customOperate/customOperate.d.ts +4 -1
  13. package/es/giime/version.d.ts +1 -1
  14. package/es/giime/version.mjs +1 -1
  15. package/es/giime/version.mjs.map +1 -1
  16. package/es/index.css +96 -96
  17. package/lib/components/src/base/button/Button.vue.d.ts +13 -11
  18. package/lib/components/src/base/button/Button.vue2.js +27 -12
  19. package/lib/components/src/base/button/Button.vue2.js.map +1 -1
  20. package/lib/components/src/base/button/button.d.ts +4 -1
  21. package/lib/components/src/base/button/button.js +6 -1
  22. package/lib/components/src/base/button/button.js.map +1 -1
  23. package/lib/components/src/base/button/index.d.ts +31 -31
  24. package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +8 -2
  25. package/lib/components/src/composite/operateButton/index.d.ts +8 -2
  26. package/lib/components/src/composite/operateButton/operateButton.d.ts +4 -1
  27. package/lib/components/src/composite/tableCustom/customOperate/customOperate.d.ts +4 -1
  28. package/lib/giime/version.d.ts +1 -1
  29. package/lib/giime/version.js +1 -1
  30. package/lib/giime/version.js.map +1 -1
  31. package/lib/index.css +96 -96
  32. package/package.json +1 -1
@@ -1,6 +1,10 @@
1
1
  import Button from './Button.vue';
2
2
  export declare const GmButton: import("../../../../utils").SFCWithInstall<{
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ loading: {
5
+ type: BooleanConstructor;
6
+ default: undefined;
7
+ };
4
8
  size: {
5
9
  readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
6
10
  readonly required: false;
@@ -16,7 +20,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
16
20
  __epPropKey: true;
17
21
  };
18
22
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
19
- loading: BooleanConstructor;
20
23
  loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
21
24
  plain: BooleanConstructor;
22
25
  text: BooleanConstructor;
@@ -29,9 +32,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
29
32
  dark: BooleanConstructor;
30
33
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
31
34
  tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
32
- }>> & {
33
- onClick?: ((evt: MouseEvent) => any) | undefined;
34
- }, {
35
+ }>>, {
35
36
  elRef: import("vue").Ref<({
36
37
  $: import("vue").ComponentInternalInstance;
37
38
  $data: {};
@@ -60,8 +61,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
60
61
  readonly dark: boolean;
61
62
  readonly circle: boolean;
62
63
  readonly disabled: boolean;
63
- readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
64
64
  readonly loading: boolean;
65
+ readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
65
66
  readonly bg: boolean;
66
67
  readonly autofocus: boolean;
67
68
  readonly tag: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
@@ -102,7 +103,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
102
103
  readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
103
104
  }>> & {
104
105
  onClick?: ((evt: MouseEvent) => any) | undefined;
105
- }, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
106
+ }, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "loading" | "nativeType" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
106
107
  $attrs: {
107
108
  [x: string]: unknown;
108
109
  };
@@ -235,9 +236,11 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
235
236
  default?(_: {}): any;
236
237
  };
237
238
  }) | undefined>;
238
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
239
- click: (evt: MouseEvent) => void;
240
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
239
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
240
+ loading: {
241
+ type: BooleanConstructor;
242
+ default: undefined;
243
+ };
241
244
  size: {
242
245
  readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
243
246
  readonly required: false;
@@ -253,7 +256,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
253
256
  __epPropKey: true;
254
257
  };
255
258
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
256
- loading: BooleanConstructor;
257
259
  loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
258
260
  plain: BooleanConstructor;
259
261
  text: BooleanConstructor;
@@ -266,9 +268,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
266
268
  dark: BooleanConstructor;
267
269
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
268
270
  tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
269
- }>> & {
270
- onClick?: ((evt: MouseEvent) => any) | undefined;
271
- }, {
271
+ }>>, {
272
272
  type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
273
273
  plain: boolean;
274
274
  link: boolean;
@@ -277,8 +277,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
277
277
  dark: boolean;
278
278
  circle: boolean;
279
279
  disabled: boolean;
280
- nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
281
280
  loading: boolean;
281
+ nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
282
282
  loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
283
283
  bg: boolean;
284
284
  autofocus: boolean;
@@ -292,6 +292,10 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
292
292
  M: {};
293
293
  Defaults: {};
294
294
  }, Readonly<import("vue").ExtractPropTypes<{
295
+ loading: {
296
+ type: BooleanConstructor;
297
+ default: undefined;
298
+ };
295
299
  size: {
296
300
  readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
297
301
  readonly required: false;
@@ -307,7 +311,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
307
311
  __epPropKey: true;
308
312
  };
309
313
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
310
- loading: BooleanConstructor;
311
314
  loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
312
315
  plain: BooleanConstructor;
313
316
  text: BooleanConstructor;
@@ -320,9 +323,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
320
323
  dark: BooleanConstructor;
321
324
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
322
325
  tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
323
- }>> & {
324
- onClick?: ((evt: MouseEvent) => any) | undefined;
325
- }, {
326
+ }>>, {
326
327
  elRef: import("vue").Ref<({
327
328
  $: import("vue").ComponentInternalInstance;
328
329
  $data: {};
@@ -351,8 +352,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
351
352
  readonly dark: boolean;
352
353
  readonly circle: boolean;
353
354
  readonly disabled: boolean;
354
- readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
355
355
  readonly loading: boolean;
356
+ readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
356
357
  readonly bg: boolean;
357
358
  readonly autofocus: boolean;
358
359
  readonly tag: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
@@ -393,7 +394,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
393
394
  readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
394
395
  }>> & {
395
396
  onClick?: ((evt: MouseEvent) => any) | undefined;
396
- }, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
397
+ }, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "loading" | "nativeType" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
397
398
  $attrs: {
398
399
  [x: string]: unknown;
399
400
  };
@@ -535,8 +536,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
535
536
  dark: boolean;
536
537
  circle: boolean;
537
538
  disabled: boolean;
538
- nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
539
539
  loading: boolean;
540
+ nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
540
541
  loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
541
542
  bg: boolean;
542
543
  autofocus: boolean;
@@ -547,6 +548,10 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
547
548
  __isTeleport?: undefined;
548
549
  __isSuspense?: undefined;
549
550
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
551
+ loading: {
552
+ type: BooleanConstructor;
553
+ default: undefined;
554
+ };
550
555
  size: {
551
556
  readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
552
557
  readonly required: false;
@@ -562,7 +567,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
562
567
  __epPropKey: true;
563
568
  };
564
569
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
565
- loading: BooleanConstructor;
566
570
  loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
567
571
  plain: BooleanConstructor;
568
572
  text: BooleanConstructor;
@@ -575,9 +579,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
575
579
  dark: BooleanConstructor;
576
580
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
577
581
  tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
578
- }>> & {
579
- onClick?: ((evt: MouseEvent) => any) | undefined;
580
- }, {
582
+ }>>, {
581
583
  elRef: import("vue").Ref<({
582
584
  $: import("vue").ComponentInternalInstance;
583
585
  $data: {};
@@ -606,8 +608,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
606
608
  readonly dark: boolean;
607
609
  readonly circle: boolean;
608
610
  readonly disabled: boolean;
609
- readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
610
611
  readonly loading: boolean;
612
+ readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
611
613
  readonly bg: boolean;
612
614
  readonly autofocus: boolean;
613
615
  readonly tag: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
@@ -648,7 +650,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
648
650
  readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
649
651
  }>> & {
650
652
  onClick?: ((evt: MouseEvent) => any) | undefined;
651
- }, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
653
+ }, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "loading" | "nativeType" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
652
654
  $attrs: {
653
655
  [x: string]: unknown;
654
656
  };
@@ -781,9 +783,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
781
783
  default?(_: {}): any;
782
784
  };
783
785
  }) | undefined>;
784
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
785
- click: (evt: MouseEvent) => void;
786
- }, string, {
786
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
787
787
  type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
788
788
  plain: boolean;
789
789
  link: boolean;
@@ -792,8 +792,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
792
792
  dark: boolean;
793
793
  circle: boolean;
794
794
  disabled: boolean;
795
- nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
796
795
  loading: boolean;
796
+ nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
797
797
  loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
798
798
  bg: boolean;
799
799
  autofocus: boolean;
@@ -13,7 +13,10 @@ declare const _default: import("vue").DefineComponent<{
13
13
  default: true;
14
14
  };
15
15
  disabled: BooleanConstructor;
16
- loading: BooleanConstructor;
16
+ loading: {
17
+ type: BooleanConstructor;
18
+ default: undefined;
19
+ };
17
20
  size: {
18
21
  type: import("vue").PropType<"" | "default" | "small" | "large">;
19
22
  default: "small";
@@ -33,7 +36,10 @@ declare const _default: import("vue").DefineComponent<{
33
36
  default: true;
34
37
  };
35
38
  disabled: BooleanConstructor;
36
- loading: BooleanConstructor;
39
+ loading: {
40
+ type: BooleanConstructor;
41
+ default: undefined;
42
+ };
37
43
  size: {
38
44
  type: import("vue").PropType<"" | "default" | "small" | "large">;
39
45
  default: "small";
@@ -14,7 +14,10 @@ export declare const GmOperateButton: import("../../../../utils").SFCWithInstall
14
14
  default: true;
15
15
  };
16
16
  disabled: BooleanConstructor;
17
- loading: BooleanConstructor;
17
+ loading: {
18
+ type: BooleanConstructor;
19
+ default: undefined;
20
+ };
18
21
  size: {
19
22
  type: import("vue").PropType<"" | "default" | "small" | "large">;
20
23
  default: "small";
@@ -34,7 +37,10 @@ export declare const GmOperateButton: import("../../../../utils").SFCWithInstall
34
37
  default: true;
35
38
  };
36
39
  disabled: BooleanConstructor;
37
- loading: BooleanConstructor;
40
+ loading: {
41
+ type: BooleanConstructor;
42
+ default: undefined;
43
+ };
38
44
  size: {
39
45
  type: import("vue").PropType<"" | "default" | "small" | "large">;
40
46
  default: "small";
@@ -17,7 +17,10 @@ export declare const operateButtonProps: {
17
17
  default: true;
18
18
  };
19
19
  disabled: BooleanConstructor;
20
- loading: BooleanConstructor;
20
+ loading: {
21
+ type: BooleanConstructor;
22
+ default: undefined;
23
+ };
21
24
  size: {
22
25
  type: PropType<"" | "default" | "small" | "large">;
23
26
  default: "small";
@@ -14,7 +14,10 @@ export declare const customOperateButtonProps: {
14
14
  default: true;
15
15
  };
16
16
  disabled: BooleanConstructor;
17
- loading: BooleanConstructor;
17
+ loading: {
18
+ type: BooleanConstructor;
19
+ default: undefined;
20
+ };
18
21
  size: {
19
22
  type: import("vue").PropType<"" | "default" | "small" | "large">;
20
23
  default: "small";
@@ -1 +1 @@
1
- export declare const version = "0.7.19";
1
+ export declare const version = "0.7.20";
@@ -1,4 +1,4 @@
1
- const version = "0.7.18";
1
+ const version = "0.7.19";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=version.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.7.18';\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.7.19';\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
package/es/index.css CHANGED
@@ -886,36 +886,28 @@ video {
886
886
  width: auto;
887
887
  height: auto;
888
888
  }
889
- .circular[data-v-d7b04fae] {
890
- animation: loading-rotate-d7b04fae 2s linear infinite;
889
+ [data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
890
+ border-right: none;
891
891
  }
892
892
 
893
- .path[data-v-d7b04fae] {
894
- animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
895
- stroke-dasharray: 90, 150;
896
- stroke-dashoffset: 0;
897
- stroke: var(--el-color-primary);
898
- stroke-linecap: round;
893
+ [data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
894
+ height: 0;
899
895
  }
900
896
 
901
- @keyframes loading-rotate-d7b04fae {
902
- to {
903
- transform: rotate(360deg);
904
- }
897
+ [data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
898
+ height: 0;
905
899
  }
906
- @keyframes loading-dash-d7b04fae {
907
- 0% {
908
- stroke-dasharray: 1, 200;
909
- stroke-dashoffset: 0;
910
- }
911
- 50% {
912
- stroke-dasharray: 90, 150;
913
- stroke-dashoffset: -40px;
914
- }
915
- 100% {
916
- stroke-dasharray: 90, 150;
917
- stroke-dashoffset: -120px;
918
- }
900
+
901
+ [data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
902
+ height: 0;
903
+ }
904
+
905
+ [data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
906
+ height: 0;
907
+ }
908
+
909
+ [data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
910
+ height: 0;
919
911
  }
920
912
  .gm-upload-pro-file {
921
913
  line-height: normal;
@@ -955,31 +947,6 @@ video {
955
947
  .gm-upload-pro-file-disabled .el-upload-list__item-status-label {
956
948
  display: none;
957
949
  }
958
- .gm-flex-center[data-v-c17deec9] {
959
- align-items: center;
960
- }
961
-
962
- .gm-flex-justify-between[data-v-c17deec9] {
963
- justify-content: space-between;
964
- }
965
- .gm-number-interval-single[data-v-4e6f4d6f] {
966
- border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
967
- box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
968
- background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
969
- }
970
- .gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
971
- box-shadow: none;
972
- background: none;
973
- }
974
-
975
- .gm-number-interval-close[data-v-4e6f4d6f] {
976
- display: none;
977
- color: var(--el-input-icon-color, var(--el-text-color-placeholder));
978
- }
979
-
980
- .gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
981
- display: flex;
982
- }
983
950
  [data-v-d3111183] .gmSearchForm .el-form-item {
984
951
  margin-right: 0;
985
952
  margin-bottom: 4px;
@@ -1007,36 +974,31 @@ video {
1007
974
  [data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
1008
975
  height: 0;
1009
976
  }
1010
- .gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
1011
- padding: 0;
1012
- }
1013
-
1014
- .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
1015
- width: auto;
1016
- height: auto;
1017
- }
1018
- [data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
1019
- border-right: none;
977
+ .gm-number-interval-single[data-v-4e6f4d6f] {
978
+ border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
979
+ box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
980
+ background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
1020
981
  }
1021
-
1022
- [data-v-2c351ff8] .gmTableNoBorder .el-table__inner-wrapper:before {
1023
- height: 0;
982
+ .gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
983
+ box-shadow: none;
984
+ background: none;
1024
985
  }
1025
986
 
1026
- [data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
1027
- height: 0;
987
+ .gm-number-interval-close[data-v-4e6f4d6f] {
988
+ display: none;
989
+ color: var(--el-input-icon-color, var(--el-text-color-placeholder));
1028
990
  }
1029
991
 
1030
- [data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
1031
- height: 0;
992
+ .gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
993
+ display: flex;
1032
994
  }
1033
-
1034
- [data-v-2c351ff8] .gmTableNoBorder.el-table--border:before {
1035
- height: 0;
995
+ .gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
996
+ padding: 0;
1036
997
  }
1037
998
 
1038
- [data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
1039
- height: 0;
999
+ .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
1000
+ width: auto;
1001
+ height: auto;
1040
1002
  }
1041
1003
  .gm-upload-file {
1042
1004
  line-height: normal;
@@ -1073,6 +1035,44 @@ video {
1073
1035
  .gm-upload-file-disabled .el-upload-list__item-status-label {
1074
1036
  display: none;
1075
1037
  }
1038
+ .gm-flex-center[data-v-c17deec9] {
1039
+ align-items: center;
1040
+ }
1041
+
1042
+ .gm-flex-justify-between[data-v-c17deec9] {
1043
+ justify-content: space-between;
1044
+ }
1045
+ .circular[data-v-d7b04fae] {
1046
+ animation: loading-rotate-d7b04fae 2s linear infinite;
1047
+ }
1048
+
1049
+ .path[data-v-d7b04fae] {
1050
+ animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
1051
+ stroke-dasharray: 90, 150;
1052
+ stroke-dashoffset: 0;
1053
+ stroke: var(--el-color-primary);
1054
+ stroke-linecap: round;
1055
+ }
1056
+
1057
+ @keyframes loading-rotate-d7b04fae {
1058
+ to {
1059
+ transform: rotate(360deg);
1060
+ }
1061
+ }
1062
+ @keyframes loading-dash-d7b04fae {
1063
+ 0% {
1064
+ stroke-dasharray: 1, 200;
1065
+ stroke-dashoffset: 0;
1066
+ }
1067
+ 50% {
1068
+ stroke-dasharray: 90, 150;
1069
+ stroke-dashoffset: -40px;
1070
+ }
1071
+ 100% {
1072
+ stroke-dasharray: 90, 150;
1073
+ stroke-dashoffset: -120px;
1074
+ }
1075
+ }
1076
1076
 
1077
1077
  .pagination-container[data-v-47d35e7b] {
1078
1078
  background: #fff;
@@ -1083,112 +1083,112 @@ video {
1083
1083
  }
1084
1084
 
1085
1085
  @charset "UTF-8";
1086
- .table-custom-header-drawer .el-drawer__header {
1086
+ .custom-operate-drawer .el-drawer__header {
1087
1087
  padding: 10px 15px;
1088
1088
  margin: 0;
1089
1089
  border-bottom: 1px solid #ebeef5;
1090
1090
  }
1091
- .table-custom-header-drawer .el-drawer__title {
1091
+ .custom-operate-drawer .el-drawer__title {
1092
1092
  font-size: 14px;
1093
1093
  color: #333;
1094
1094
  }
1095
- .table-custom-header-drawer .el-drawer__body {
1095
+ .custom-operate-drawer .el-drawer__body {
1096
1096
  padding: 15px;
1097
1097
  }
1098
- .table-custom-header-drawer .el-drawer__footer {
1098
+ .custom-operate-drawer .el-drawer__footer {
1099
1099
  padding: 10px 15px;
1100
1100
  border-top: 1px solid #ebeef5;
1101
1101
  }
1102
- .table-custom-header-drawer .el-checkbox {
1102
+ .custom-operate-drawer .el-checkbox {
1103
1103
  display: flex;
1104
1104
  align-items: center;
1105
1105
  }
1106
- .table-custom-header-drawer .el-input__inner {
1106
+ .custom-operate-drawer .el-input__inner {
1107
1107
  text-align: center;
1108
1108
  }
1109
- .table-custom-header-drawer .el-input__suffix {
1109
+ .custom-operate-drawer .el-input__suffix {
1110
1110
  position: absolute;
1111
1111
  right: 10px;
1112
1112
  }
1113
- .table-custom-header-drawer .custom-content li {
1113
+ .custom-operate-drawer .custom-content li {
1114
1114
  display: flex;
1115
1115
  align-items: center;
1116
1116
  justify-content: center;
1117
1117
  height: 44px;
1118
1118
  }
1119
- .table-custom-header-drawer .custom-group {
1119
+ .custom-operate-drawer .custom-group {
1120
1120
  max-height: calc(100vh - 226px);
1121
1121
  overflow-y: auto;
1122
1122
  }
1123
- .table-custom-header-drawer .custom-group::-webkit-scrollbar {
1123
+ .custom-operate-drawer .custom-group::-webkit-scrollbar {
1124
1124
  /*滚动条整体样式*/
1125
1125
  width: 4px;
1126
1126
  /*高宽分别对应横竖滚动条的尺寸*/
1127
1127
  height: 1px;
1128
1128
  }
1129
- .table-custom-header-drawer .custom-group::-webkit-scrollbar-thumb {
1129
+ .custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
1130
1130
  /*滚动条里面小方块*/
1131
1131
  border-radius: 10px;
1132
1132
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
1133
1133
  background: #999;
1134
1134
  }
1135
- .table-custom-header-drawer .custom-group::-webkit-scrollbar-track {
1135
+ .custom-operate-drawer .custom-group::-webkit-scrollbar-track {
1136
1136
  /*滚动条里面轨道*/
1137
1137
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
1138
1138
  border-radius: 10px;
1139
1139
  background: #eee;
1140
1140
  }
1141
1141
  @charset "UTF-8";
1142
- .custom-operate-drawer .el-drawer__header {
1142
+ .table-custom-header-drawer .el-drawer__header {
1143
1143
  padding: 10px 15px;
1144
1144
  margin: 0;
1145
1145
  border-bottom: 1px solid #ebeef5;
1146
1146
  }
1147
- .custom-operate-drawer .el-drawer__title {
1147
+ .table-custom-header-drawer .el-drawer__title {
1148
1148
  font-size: 14px;
1149
1149
  color: #333;
1150
1150
  }
1151
- .custom-operate-drawer .el-drawer__body {
1151
+ .table-custom-header-drawer .el-drawer__body {
1152
1152
  padding: 15px;
1153
1153
  }
1154
- .custom-operate-drawer .el-drawer__footer {
1154
+ .table-custom-header-drawer .el-drawer__footer {
1155
1155
  padding: 10px 15px;
1156
1156
  border-top: 1px solid #ebeef5;
1157
1157
  }
1158
- .custom-operate-drawer .el-checkbox {
1158
+ .table-custom-header-drawer .el-checkbox {
1159
1159
  display: flex;
1160
1160
  align-items: center;
1161
1161
  }
1162
- .custom-operate-drawer .el-input__inner {
1162
+ .table-custom-header-drawer .el-input__inner {
1163
1163
  text-align: center;
1164
1164
  }
1165
- .custom-operate-drawer .el-input__suffix {
1165
+ .table-custom-header-drawer .el-input__suffix {
1166
1166
  position: absolute;
1167
1167
  right: 10px;
1168
1168
  }
1169
- .custom-operate-drawer .custom-content li {
1169
+ .table-custom-header-drawer .custom-content li {
1170
1170
  display: flex;
1171
1171
  align-items: center;
1172
1172
  justify-content: center;
1173
1173
  height: 44px;
1174
1174
  }
1175
- .custom-operate-drawer .custom-group {
1175
+ .table-custom-header-drawer .custom-group {
1176
1176
  max-height: calc(100vh - 226px);
1177
1177
  overflow-y: auto;
1178
1178
  }
1179
- .custom-operate-drawer .custom-group::-webkit-scrollbar {
1179
+ .table-custom-header-drawer .custom-group::-webkit-scrollbar {
1180
1180
  /*滚动条整体样式*/
1181
1181
  width: 4px;
1182
1182
  /*高宽分别对应横竖滚动条的尺寸*/
1183
1183
  height: 1px;
1184
1184
  }
1185
- .custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
1185
+ .table-custom-header-drawer .custom-group::-webkit-scrollbar-thumb {
1186
1186
  /*滚动条里面小方块*/
1187
1187
  border-radius: 10px;
1188
1188
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
1189
1189
  background: #999;
1190
1190
  }
1191
- .custom-operate-drawer .custom-group::-webkit-scrollbar-track {
1191
+ .table-custom-header-drawer .custom-group::-webkit-scrollbar-track {
1192
1192
  /*滚动条里面轨道*/
1193
1193
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
1194
1194
  border-radius: 10px;