@deot/vc 1.0.13 → 1.0.15

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.
package/dist/index.d.ts CHANGED
@@ -4175,7 +4175,7 @@ export declare const Components: {
4175
4175
  validator: (v: string) => boolean;
4176
4176
  default: string;
4177
4177
  };
4178
- portalClass: (ObjectConstructor | StringConstructor)[];
4178
+ contentClass: (ObjectConstructor | StringConstructor)[];
4179
4179
  width: {
4180
4180
  type: NumberConstructor;
4181
4181
  };
@@ -4223,6 +4223,10 @@ export declare const Components: {
4223
4223
  type: BooleanConstructor;
4224
4224
  default: boolean;
4225
4225
  };
4226
+ border: {
4227
+ type: BooleanConstructor;
4228
+ default: boolean;
4229
+ };
4226
4230
  onOk: {
4227
4231
  type: FunctionConstructor;
4228
4232
  };
@@ -4242,6 +4246,7 @@ export declare const Components: {
4242
4246
  mask: boolean;
4243
4247
  modelValue: boolean;
4244
4248
  closable: boolean;
4249
+ border: boolean;
4245
4250
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4246
4251
  maskClosable: boolean;
4247
4252
  scrollable: boolean;
@@ -4275,7 +4280,7 @@ export declare const Components: {
4275
4280
  validator: (v: string) => boolean;
4276
4281
  default: string;
4277
4282
  };
4278
- portalClass: (ObjectConstructor | StringConstructor)[];
4283
+ contentClass: (ObjectConstructor | StringConstructor)[];
4279
4284
  width: {
4280
4285
  type: NumberConstructor;
4281
4286
  };
@@ -4323,6 +4328,10 @@ export declare const Components: {
4323
4328
  type: BooleanConstructor;
4324
4329
  default: boolean;
4325
4330
  };
4331
+ border: {
4332
+ type: BooleanConstructor;
4333
+ default: boolean;
4334
+ };
4326
4335
  onOk: {
4327
4336
  type: FunctionConstructor;
4328
4337
  };
@@ -4342,6 +4351,7 @@ export declare const Components: {
4342
4351
  mask: boolean;
4343
4352
  modelValue: boolean;
4344
4353
  closable: boolean;
4354
+ border: boolean;
4345
4355
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4346
4356
  maskClosable: boolean;
4347
4357
  scrollable: boolean;
@@ -4372,7 +4382,7 @@ export declare const Components: {
4372
4382
  validator: (v: string) => boolean;
4373
4383
  default: string;
4374
4384
  };
4375
- portalClass: (ObjectConstructor | StringConstructor)[];
4385
+ contentClass: (ObjectConstructor | StringConstructor)[];
4376
4386
  width: {
4377
4387
  type: NumberConstructor;
4378
4388
  };
@@ -4420,6 +4430,10 @@ export declare const Components: {
4420
4430
  type: BooleanConstructor;
4421
4431
  default: boolean;
4422
4432
  };
4433
+ border: {
4434
+ type: BooleanConstructor;
4435
+ default: boolean;
4436
+ };
4423
4437
  onOk: {
4424
4438
  type: FunctionConstructor;
4425
4439
  };
@@ -4439,6 +4453,7 @@ export declare const Components: {
4439
4453
  mask: boolean;
4440
4454
  modelValue: boolean;
4441
4455
  closable: boolean;
4456
+ border: boolean;
4442
4457
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4443
4458
  maskClosable: boolean;
4444
4459
  scrollable: boolean;
@@ -4455,6 +4470,7 @@ export declare const Components: {
4455
4470
  mask: boolean;
4456
4471
  modelValue: boolean;
4457
4472
  closable: boolean;
4473
+ border: boolean;
4458
4474
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4459
4475
  maskClosable: boolean;
4460
4476
  scrollable: boolean;
@@ -4467,10 +4483,10 @@ export declare const Components: {
4467
4483
  title?: string | undefined;
4468
4484
  mode?: "error" | "success" | "info" | "warning" | undefined;
4469
4485
  onCancel?: Function | undefined;
4470
- portalClass?: string | Record<string, any> | undefined;
4471
4486
  width?: number | undefined;
4472
4487
  wrapperStyle?: string | Record<string, any> | undefined;
4473
4488
  onOk?: Function | undefined;
4489
+ contentClass?: string | Record<string, any> | undefined;
4474
4490
  } & {
4475
4491
  onClose: (...args: any[]) => any;
4476
4492
  }>) => PortalLeaf;
@@ -4480,6 +4496,7 @@ export declare const Components: {
4480
4496
  mask: boolean;
4481
4497
  modelValue: boolean;
4482
4498
  closable: boolean;
4499
+ border: boolean;
4483
4500
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4484
4501
  maskClosable: boolean;
4485
4502
  scrollable: boolean;
@@ -4492,10 +4509,10 @@ export declare const Components: {
4492
4509
  title?: string | undefined;
4493
4510
  mode?: "error" | "success" | "info" | "warning" | undefined;
4494
4511
  onCancel?: Function | undefined;
4495
- portalClass?: string | Record<string, any> | undefined;
4496
4512
  width?: number | undefined;
4497
4513
  wrapperStyle?: string | Record<string, any> | undefined;
4498
4514
  onOk?: Function | undefined;
4515
+ contentClass?: string | Record<string, any> | undefined;
4499
4516
  } & {
4500
4517
  onClose: (...args: any[]) => any;
4501
4518
  }>) => PortalLeaf;
@@ -4505,6 +4522,7 @@ export declare const Components: {
4505
4522
  mask: boolean;
4506
4523
  modelValue: boolean;
4507
4524
  closable: boolean;
4525
+ border: boolean;
4508
4526
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4509
4527
  maskClosable: boolean;
4510
4528
  scrollable: boolean;
@@ -4517,10 +4535,10 @@ export declare const Components: {
4517
4535
  title?: string | undefined;
4518
4536
  mode?: "error" | "success" | "info" | "warning" | undefined;
4519
4537
  onCancel?: Function | undefined;
4520
- portalClass?: string | Record<string, any> | undefined;
4521
4538
  width?: number | undefined;
4522
4539
  wrapperStyle?: string | Record<string, any> | undefined;
4523
4540
  onOk?: Function | undefined;
4541
+ contentClass?: string | Record<string, any> | undefined;
4524
4542
  } & {
4525
4543
  onClose: (...args: any[]) => any;
4526
4544
  }>) => PortalLeaf;
@@ -4530,6 +4548,7 @@ export declare const Components: {
4530
4548
  mask: boolean;
4531
4549
  modelValue: boolean;
4532
4550
  closable: boolean;
4551
+ border: boolean;
4533
4552
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4534
4553
  maskClosable: boolean;
4535
4554
  scrollable: boolean;
@@ -4542,10 +4561,10 @@ export declare const Components: {
4542
4561
  title?: string | undefined;
4543
4562
  mode?: "error" | "success" | "info" | "warning" | undefined;
4544
4563
  onCancel?: Function | undefined;
4545
- portalClass?: string | Record<string, any> | undefined;
4546
4564
  width?: number | undefined;
4547
4565
  wrapperStyle?: string | Record<string, any> | undefined;
4548
4566
  onOk?: Function | undefined;
4567
+ contentClass?: string | Record<string, any> | undefined;
4549
4568
  } & {
4550
4569
  onClose: (...args: any[]) => any;
4551
4570
  }>) => PortalLeaf;
@@ -4569,7 +4588,7 @@ export declare const Components: {
4569
4588
  validator: (v: string) => boolean;
4570
4589
  default: string;
4571
4590
  };
4572
- portalClass: (ObjectConstructor | StringConstructor)[];
4591
+ contentClass: (ObjectConstructor | StringConstructor)[];
4573
4592
  width: {
4574
4593
  type: NumberConstructor;
4575
4594
  };
@@ -4617,6 +4636,10 @@ export declare const Components: {
4617
4636
  type: BooleanConstructor;
4618
4637
  default: boolean;
4619
4638
  };
4639
+ border: {
4640
+ type: BooleanConstructor;
4641
+ default: boolean;
4642
+ };
4620
4643
  onOk: {
4621
4644
  type: FunctionConstructor;
4622
4645
  };
@@ -4641,7 +4664,7 @@ export declare const Components: {
4641
4664
  validator: (v: string) => boolean;
4642
4665
  default: string;
4643
4666
  };
4644
- portalClass: (ObjectConstructor | StringConstructor)[];
4667
+ contentClass: (ObjectConstructor | StringConstructor)[];
4645
4668
  width: {
4646
4669
  type: NumberConstructor;
4647
4670
  };
@@ -4689,6 +4712,10 @@ export declare const Components: {
4689
4712
  type: BooleanConstructor;
4690
4713
  default: boolean;
4691
4714
  };
4715
+ border: {
4716
+ type: BooleanConstructor;
4717
+ default: boolean;
4718
+ };
4692
4719
  onOk: {
4693
4720
  type: FunctionConstructor;
4694
4721
  };
@@ -4708,6 +4735,7 @@ export declare const Components: {
4708
4735
  mask: boolean;
4709
4736
  modelValue: boolean;
4710
4737
  closable: boolean;
4738
+ border: boolean;
4711
4739
  content: string | ((props: Record<string, unknown>, context: SetupContext) => any);
4712
4740
  maskClosable: boolean;
4713
4741
  scrollable: boolean;
@@ -5970,6 +5998,12 @@ export declare const Components: {
5970
5998
  type: BooleanConstructor;
5971
5999
  default: boolean;
5972
6000
  };
6001
+ textStyle: {
6002
+ type: (ObjectConstructor | StringConstructor)[];
6003
+ };
6004
+ textClass: {
6005
+ type: (ObjectConstructor | StringConstructor)[];
6006
+ };
5973
6007
  animated: {
5974
6008
  type: BooleanConstructor;
5975
6009
  default: boolean;
@@ -6016,6 +6050,12 @@ export declare const Components: {
6016
6050
  type: BooleanConstructor;
6017
6051
  default: boolean;
6018
6052
  };
6053
+ textStyle: {
6054
+ type: (ObjectConstructor | StringConstructor)[];
6055
+ };
6056
+ textClass: {
6057
+ type: (ObjectConstructor | StringConstructor)[];
6058
+ };
6019
6059
  animated: {
6020
6060
  type: BooleanConstructor;
6021
6061
  default: boolean;
@@ -6074,6 +6114,12 @@ export declare const Components: {
6074
6114
  type: BooleanConstructor;
6075
6115
  default: boolean;
6076
6116
  };
6117
+ textStyle: {
6118
+ type: (ObjectConstructor | StringConstructor)[];
6119
+ };
6120
+ textClass: {
6121
+ type: (ObjectConstructor | StringConstructor)[];
6122
+ };
6077
6123
  animated: {
6078
6124
  type: BooleanConstructor;
6079
6125
  default: boolean;
@@ -6120,6 +6166,12 @@ export declare const Components: {
6120
6166
  type: BooleanConstructor;
6121
6167
  default: boolean;
6122
6168
  };
6169
+ textStyle: {
6170
+ type: (ObjectConstructor | StringConstructor)[];
6171
+ };
6172
+ textClass: {
6173
+ type: (ObjectConstructor | StringConstructor)[];
6174
+ };
6123
6175
  animated: {
6124
6176
  type: BooleanConstructor;
6125
6177
  default: boolean;
@@ -6669,6 +6721,10 @@ export declare const Components: {
6669
6721
  type: StringConstructor;
6670
6722
  default: string;
6671
6723
  };
6724
+ fill: {
6725
+ type: BooleanConstructor;
6726
+ default: boolean;
6727
+ };
6672
6728
  }>, () => VNode<RendererNode, RendererElement, {
6673
6729
  [key: string]: any;
6674
6730
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -6676,7 +6732,12 @@ export declare const Components: {
6676
6732
  type: StringConstructor;
6677
6733
  default: string;
6678
6734
  };
6735
+ fill: {
6736
+ type: BooleanConstructor;
6737
+ default: boolean;
6738
+ };
6679
6739
  }>> & Readonly<{}>, {
6740
+ fill: boolean;
6680
6741
  tag: string;
6681
6742
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6682
6743
  MResizer: DefineComponent<ExtractPropTypes< {
@@ -6684,6 +6745,10 @@ export declare const Components: {
6684
6745
  type: StringConstructor;
6685
6746
  default: string;
6686
6747
  };
6748
+ fill: {
6749
+ type: BooleanConstructor;
6750
+ default: boolean;
6751
+ };
6687
6752
  }>, () => VNode<RendererNode, RendererElement, {
6688
6753
  [key: string]: any;
6689
6754
  }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
@@ -6691,7 +6756,12 @@ export declare const Components: {
6691
6756
  type: StringConstructor;
6692
6757
  default: string;
6693
6758
  };
6759
+ fill: {
6760
+ type: BooleanConstructor;
6761
+ default: boolean;
6762
+ };
6694
6763
  }>> & Readonly<{}>, {
6764
+ fill: boolean;
6695
6765
  tag: string;
6696
6766
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6697
6767
  Scroller: DefineComponent<ExtractPropTypes< {
@@ -7626,6 +7696,7 @@ export declare const Components: {
7626
7696
  width: (StringConstructor | NumberConstructor)[];
7627
7697
  height: (StringConstructor | NumberConstructor)[];
7628
7698
  maxHeight: (StringConstructor | NumberConstructor)[];
7699
+ rowHeight: (StringConstructor | NumberConstructor)[];
7629
7700
  fit: {
7630
7701
  type: BooleanConstructor;
7631
7702
  default: boolean;
@@ -7687,6 +7758,7 @@ export declare const Components: {
7687
7758
  type: ObjectConstructor;
7688
7759
  default: () => {};
7689
7760
  };
7761
+ delay: NumberConstructor;
7690
7762
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ")[], "select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ", PublicProps, Readonly<ExtractPropTypes< {
7691
7763
  data: {
7692
7764
  type: ArrayConstructor;
@@ -7695,6 +7767,7 @@ export declare const Components: {
7695
7767
  width: (StringConstructor | NumberConstructor)[];
7696
7768
  height: (StringConstructor | NumberConstructor)[];
7697
7769
  maxHeight: (StringConstructor | NumberConstructor)[];
7770
+ rowHeight: (StringConstructor | NumberConstructor)[];
7698
7771
  fit: {
7699
7772
  type: BooleanConstructor;
7700
7773
  default: boolean;
@@ -7756,6 +7829,7 @@ export declare const Components: {
7756
7829
  type: ObjectConstructor;
7757
7830
  default: () => {};
7758
7831
  };
7832
+ delay: NumberConstructor;
7759
7833
  }>> & Readonly<{
7760
7834
  onSelect?: ((...args: any[]) => any) | undefined;
7761
7835
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -7782,6 +7856,7 @@ export declare const Components: {
7782
7856
  indent: number;
7783
7857
  lazy: boolean;
7784
7858
  defaultExpandAll: boolean;
7859
+ expandSelectable: boolean;
7785
7860
  showHeader: boolean;
7786
7861
  rows: number;
7787
7862
  defaultSort: Record<string, any>;
@@ -7789,7 +7864,6 @@ export declare const Components: {
7789
7864
  showSummary: boolean;
7790
7865
  highlight: boolean;
7791
7866
  treeMap: Record<string, any>;
7792
- expandSelectable: boolean;
7793
7867
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7794
7868
  MTable: DefineComponent<ExtractPropTypes< {
7795
7869
  data: {
@@ -7799,6 +7873,7 @@ export declare const Components: {
7799
7873
  width: (StringConstructor | NumberConstructor)[];
7800
7874
  height: (StringConstructor | NumberConstructor)[];
7801
7875
  maxHeight: (StringConstructor | NumberConstructor)[];
7876
+ rowHeight: (StringConstructor | NumberConstructor)[];
7802
7877
  fit: {
7803
7878
  type: BooleanConstructor;
7804
7879
  default: boolean;
@@ -7860,6 +7935,7 @@ export declare const Components: {
7860
7935
  type: ObjectConstructor;
7861
7936
  default: () => {};
7862
7937
  };
7938
+ delay: NumberConstructor;
7863
7939
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ")[], "select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "header-click" | "header-contextmenu" | "sort-change" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-dragend ", PublicProps, Readonly<ExtractPropTypes< {
7864
7940
  data: {
7865
7941
  type: ArrayConstructor;
@@ -7868,6 +7944,7 @@ export declare const Components: {
7868
7944
  width: (StringConstructor | NumberConstructor)[];
7869
7945
  height: (StringConstructor | NumberConstructor)[];
7870
7946
  maxHeight: (StringConstructor | NumberConstructor)[];
7947
+ rowHeight: (StringConstructor | NumberConstructor)[];
7871
7948
  fit: {
7872
7949
  type: BooleanConstructor;
7873
7950
  default: boolean;
@@ -7929,6 +8006,7 @@ export declare const Components: {
7929
8006
  type: ObjectConstructor;
7930
8007
  default: () => {};
7931
8008
  };
8009
+ delay: NumberConstructor;
7932
8010
  }>> & Readonly<{
7933
8011
  onSelect?: ((...args: any[]) => any) | undefined;
7934
8012
  "onSelect-all"?: ((...args: any[]) => any) | undefined;
@@ -7955,6 +8033,7 @@ export declare const Components: {
7955
8033
  indent: number;
7956
8034
  lazy: boolean;
7957
8035
  defaultExpandAll: boolean;
8036
+ expandSelectable: boolean;
7958
8037
  showHeader: boolean;
7959
8038
  rows: number;
7960
8039
  defaultSort: Record<string, any>;
@@ -7962,7 +8041,6 @@ export declare const Components: {
7962
8041
  showSummary: boolean;
7963
8042
  highlight: boolean;
7964
8043
  treeMap: Record<string, any>;
7965
- expandSelectable: boolean;
7966
8044
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7967
8045
  TableColumn: DefineComponent<ExtractPropTypes< {
7968
8046
  type: {