ll-plus 2.3.15 → 2.3.17

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 (122) hide show
  1. package/es/components/advanced-filtering/index.d.ts +26 -6
  2. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +1 -0
  3. package/es/components/advanced-filtering/src/advanced-filtering.mjs +2 -1
  4. package/es/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
  5. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +13 -3
  6. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +13 -3
  7. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +5 -1
  8. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
  9. package/es/components/drawer/index.d.ts +2 -1
  10. package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -0
  11. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -0
  12. package/es/components/drawer/src/drawer.vue.d.ts +2 -1
  13. package/es/components/drawer/src/drawer.vue2.mjs +43 -9
  14. package/es/components/drawer/src/drawer.vue2.mjs.map +1 -1
  15. package/es/components/form/index.d.ts +8 -2
  16. package/es/components/form/index.mjs +1 -1
  17. package/es/components/form/src/config/form.d.ts +6 -0
  18. package/es/components/form/src/config/form.mjs +7 -1
  19. package/es/components/form/src/config/form.mjs.map +1 -1
  20. package/es/components/form/src/config/index.mjs +1 -1
  21. package/es/components/form/src/form.vue.d.ts +8 -2
  22. package/es/components/form/src/form.vue2.mjs +14 -3
  23. package/es/components/form/src/form.vue2.mjs.map +1 -1
  24. package/es/components/index.mjs +2 -2
  25. package/es/components/key-value/index.d.ts +48 -12
  26. package/es/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  27. package/es/components/key-value/src/components/key-value-item.vue2.mjs +1 -0
  28. package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  29. package/es/components/key-value/src/key-value.vue.d.ts +48 -12
  30. package/es/components/modal/index.d.ts +2 -0
  31. package/es/components/modal/src/modal.vue.d.ts +2 -0
  32. package/es/components/modal/src/modal.vue2.mjs +41 -2
  33. package/es/components/modal/src/modal.vue2.mjs.map +1 -1
  34. package/es/components/select-group/index.d.ts +18 -4
  35. package/es/components/select-group/index.mjs +1 -1
  36. package/es/components/select-group/src/select-group.d.ts +2 -1
  37. package/es/components/select-group/src/select-group.mjs +3 -2
  38. package/es/components/select-group/src/select-group.mjs.map +1 -1
  39. package/es/components/select-group/src/select-group.vue.d.ts +18 -4
  40. package/es/components/select-group/src/select-group.vue2.mjs +58 -14
  41. package/es/components/select-group/src/select-group.vue2.mjs.map +1 -1
  42. package/es/index.mjs +2 -2
  43. package/es/utils/props/runtime.d.ts +2 -2
  44. package/index.full.js +168 -25
  45. package/index.full.min.js +22 -22
  46. package/index.full.min.js.map +1 -1
  47. package/index.full.min.mjs +19 -19
  48. package/index.full.min.mjs.map +1 -1
  49. package/index.full.mjs +167 -26
  50. package/lib/components/advanced-filtering/index.d.ts +26 -6
  51. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +1 -0
  52. package/lib/components/advanced-filtering/src/advanced-filtering.js +2 -1
  53. package/lib/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
  54. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +13 -3
  55. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +13 -3
  56. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +5 -1
  57. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
  58. package/lib/components/drawer/index.d.ts +2 -1
  59. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -0
  60. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -0
  61. package/lib/components/drawer/src/drawer.vue.d.ts +2 -1
  62. package/lib/components/drawer/src/drawer.vue2.js +42 -8
  63. package/lib/components/drawer/src/drawer.vue2.js.map +1 -1
  64. package/lib/components/form/index.d.ts +8 -2
  65. package/lib/components/form/index.js +1 -0
  66. package/lib/components/form/index.js.map +1 -1
  67. package/lib/components/form/src/config/form.d.ts +6 -0
  68. package/lib/components/form/src/config/form.js +7 -0
  69. package/lib/components/form/src/config/form.js.map +1 -1
  70. package/lib/components/form/src/config/index.js +1 -0
  71. package/lib/components/form/src/config/index.js.map +1 -1
  72. package/lib/components/form/src/form.vue.d.ts +8 -2
  73. package/lib/components/form/src/form.vue2.js +12 -1
  74. package/lib/components/form/src/form.vue2.js.map +1 -1
  75. package/lib/components/index.js +2 -0
  76. package/lib/components/index.js.map +1 -1
  77. package/lib/components/key-value/index.d.ts +48 -12
  78. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  79. package/lib/components/key-value/src/components/key-value-item.vue2.js +1 -0
  80. package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  81. package/lib/components/key-value/src/key-value.vue.d.ts +48 -12
  82. package/lib/components/modal/index.d.ts +2 -0
  83. package/lib/components/modal/src/modal.vue.d.ts +2 -0
  84. package/lib/components/modal/src/modal.vue2.js +40 -1
  85. package/lib/components/modal/src/modal.vue2.js.map +1 -1
  86. package/lib/components/select-group/index.d.ts +18 -4
  87. package/lib/components/select-group/index.js +1 -0
  88. package/lib/components/select-group/index.js.map +1 -1
  89. package/lib/components/select-group/src/select-group.d.ts +2 -1
  90. package/lib/components/select-group/src/select-group.js +3 -1
  91. package/lib/components/select-group/src/select-group.js.map +1 -1
  92. package/lib/components/select-group/src/select-group.vue.d.ts +18 -4
  93. package/lib/components/select-group/src/select-group.vue2.js +56 -12
  94. package/lib/components/select-group/src/select-group.vue2.js.map +1 -1
  95. package/lib/index.js +2 -0
  96. package/lib/index.js.map +1 -1
  97. package/lib/utils/props/runtime.d.ts +2 -2
  98. package/package.json +1 -1
  99. package/theme-chalk/css/drawer.css +1 -1
  100. package/theme-chalk/css/index.css +1 -1
  101. package/theme-chalk/css/modal.css +1 -1
  102. package/theme-chalk/css/select-group.css +1 -1
  103. package/types/packages/components/advanced-filtering/index.d.ts +26 -6
  104. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +1 -0
  105. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +13 -3
  106. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +13 -3
  107. package/types/packages/components/drawer/index.d.ts +2 -1
  108. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -0
  109. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -0
  110. package/types/packages/components/drawer/src/drawer.vue.d.ts +2 -1
  111. package/types/packages/components/form/index.d.ts +8 -2
  112. package/types/packages/components/form/src/config/form.d.ts +6 -0
  113. package/types/packages/components/form/src/form.vue.d.ts +8 -2
  114. package/types/packages/components/key-value/index.d.ts +48 -12
  115. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  116. package/types/packages/components/key-value/src/key-value.vue.d.ts +48 -12
  117. package/types/packages/components/modal/index.d.ts +2 -0
  118. package/types/packages/components/modal/src/modal.vue.d.ts +2 -0
  119. package/types/packages/components/select-group/index.d.ts +18 -4
  120. package/types/packages/components/select-group/src/select-group.d.ts +2 -1
  121. package/types/packages/components/select-group/src/select-group.vue.d.ts +18 -4
  122. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -1396,7 +1396,9 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1396
1396
  }>>;
1397
1397
  readonly formColumns: any[];
1398
1398
  readonly formData: import("./src/config").FormData;
1399
+ readonly onChange?: ((value: import("./src/config").FormData) => any) | undefined;
1399
1400
  } & {}>;
1401
+ emits: (event: "change", value: import("./src/config").FormData) => void;
1400
1402
  bem: {
1401
1403
  b: (blockSuffix?: string) => string;
1402
1404
  e: (element?: string) => string;
@@ -1457,7 +1459,9 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1457
1459
  readonly formData: import("./src/config").FormData;
1458
1460
  readonly item: any;
1459
1461
  }, {}>;
1460
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1462
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1463
+ change: (value: import("./src/config").FormData) => boolean;
1464
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1461
1465
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
1462
1466
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1463
1467
  layout: import("vue-types").VueTypeDef<string>;
@@ -2543,7 +2547,9 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2543
2547
  gutter: number;
2544
2548
  }, boolean>;
2545
2549
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2546
- }>>, {
2550
+ }>> & {
2551
+ onChange?: ((value: import("./src/config").FormData) => any) | undefined;
2552
+ }, {
2547
2553
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2548
2554
  layout: import("vue-types").VueTypeDef<string>;
2549
2555
  labelCol: {
@@ -1106,6 +1106,12 @@ export declare const formProps: {
1106
1106
  }, boolean>;
1107
1107
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1108
1108
  };
1109
+ export declare const formEmits: {
1110
+ /**
1111
+ * @description 表单项值改变时触发
1112
+ */
1113
+ change: (value: FormData) => boolean;
1114
+ };
1109
1115
  export type FormProps = ExtractPropTypes<typeof formProps>;
1110
1116
  export type FormInstance = InstanceType<typeof Form>;
1111
1117
  export {};
@@ -1361,7 +1361,9 @@ declare const _default: import("vue").DefineComponent<{
1361
1361
  }>>;
1362
1362
  readonly formColumns: any[];
1363
1363
  readonly formData: import("./config").FormData;
1364
+ readonly onChange?: ((value: import("./config").FormData) => any) | undefined;
1364
1365
  } & {}>;
1366
+ emits: (event: "change", value: import("./config").FormData) => void;
1365
1367
  bem: {
1366
1368
  b: (blockSuffix?: string) => string;
1367
1369
  e: (element?: string) => string;
@@ -1422,7 +1424,9 @@ declare const _default: import("vue").DefineComponent<{
1422
1424
  readonly formData: import("./config").FormData;
1423
1425
  readonly item: any;
1424
1426
  }, {}>;
1425
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1427
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1428
+ change: (value: import("./config").FormData) => boolean;
1429
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1426
1430
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
1427
1431
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1428
1432
  layout: import("vue-types").VueTypeDef<string>;
@@ -2508,7 +2512,9 @@ declare const _default: import("vue").DefineComponent<{
2508
2512
  gutter: number;
2509
2513
  }, boolean>;
2510
2514
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2511
- }>>, {
2515
+ }>> & {
2516
+ onChange?: ((value: import("./config").FormData) => any) | undefined;
2517
+ }, {
2512
2518
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2513
2519
  layout: import("vue-types").VueTypeDef<string>;
2514
2520
  labelCol: {
@@ -1265,7 +1265,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1265
1265
  gutter: number;
1266
1266
  }, boolean>;
1267
1267
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1268
- }>>, {
1268
+ }>> & {
1269
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
1270
+ }, {
1269
1271
  props: import("@vue/shared").LooseRequired<{
1270
1272
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1271
1273
  layout: import("vue-types").VueTypeDef<string>;
@@ -1541,7 +1543,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1541
1543
  }>>;
1542
1544
  readonly formColumns: any[];
1543
1545
  readonly formData: import("ll-plus/es/index").FormData;
1546
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
1544
1547
  } & {}>;
1548
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
1545
1549
  bem: {
1546
1550
  b: (blockSuffix?: string) => string;
1547
1551
  e: (element?: string) => string;
@@ -1602,7 +1606,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1602
1606
  readonly formData: import("ll-plus/es/index").FormData;
1603
1607
  readonly item: any;
1604
1608
  }, {}>;
1605
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1609
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1610
+ change: (value: import("ll-plus/es/index").FormData) => boolean;
1611
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1606
1612
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
1607
1613
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1608
1614
  layout: import("vue-types").VueTypeDef<string>;
@@ -2688,7 +2694,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2688
2694
  gutter: number;
2689
2695
  }, boolean>;
2690
2696
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2691
- }>>, {
2697
+ }>> & {
2698
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
2699
+ }, {
2692
2700
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2693
2701
  layout: import("vue-types").VueTypeDef<string>;
2694
2702
  labelCol: {
@@ -4056,7 +4064,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4056
4064
  gutter: number;
4057
4065
  }, boolean>;
4058
4066
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
4059
- }>>, {
4067
+ }>> & {
4068
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4069
+ }, {
4060
4070
  props: import("@vue/shared").LooseRequired<{
4061
4071
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4062
4072
  layout: import("vue-types").VueTypeDef<string>;
@@ -4332,7 +4342,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4332
4342
  }>>;
4333
4343
  readonly formColumns: any[];
4334
4344
  readonly formData: import("ll-plus/es/index").FormData;
4345
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4335
4346
  } & {}>;
4347
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
4336
4348
  bem: {
4337
4349
  b: (blockSuffix?: string) => string;
4338
4350
  e: (element?: string) => string;
@@ -6185,7 +6197,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6185
6197
  gutter: number;
6186
6198
  }, boolean>;
6187
6199
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
6188
- }>>, {
6200
+ }>> & {
6201
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
6202
+ }, {
6189
6203
  props: import("@vue/shared").LooseRequired<{
6190
6204
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6191
6205
  layout: import("vue-types").VueTypeDef<string>;
@@ -6461,7 +6475,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6461
6475
  }>>;
6462
6476
  readonly formColumns: any[];
6463
6477
  readonly formData: import("ll-plus/es/index").FormData;
6478
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
6464
6479
  } & {}>;
6480
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
6465
6481
  bem: {
6466
6482
  b: (blockSuffix?: string) => string;
6467
6483
  e: (element?: string) => string;
@@ -6522,7 +6538,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6522
6538
  readonly formData: import("ll-plus/es/index").FormData;
6523
6539
  readonly item: any;
6524
6540
  }, {}>;
6525
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6541
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6542
+ change: (value: import("ll-plus/es/index").FormData) => boolean;
6543
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6526
6544
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
6527
6545
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6528
6546
  layout: import("vue-types").VueTypeDef<string>;
@@ -7608,7 +7626,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7608
7626
  gutter: number;
7609
7627
  }, boolean>;
7610
7628
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
7611
- }>>, {
7629
+ }>> & {
7630
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
7631
+ }, {
7612
7632
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7613
7633
  layout: import("vue-types").VueTypeDef<string>;
7614
7634
  labelCol: {
@@ -8976,7 +8996,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8976
8996
  gutter: number;
8977
8997
  }, boolean>;
8978
8998
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
8979
- }>>, {
8999
+ }>> & {
9000
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
9001
+ }, {
8980
9002
  props: import("@vue/shared").LooseRequired<{
8981
9003
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8982
9004
  layout: import("vue-types").VueTypeDef<string>;
@@ -9252,7 +9274,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9252
9274
  }>>;
9253
9275
  readonly formColumns: any[];
9254
9276
  readonly formData: import("ll-plus/es/index").FormData;
9277
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
9255
9278
  } & {}>;
9279
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
9256
9280
  bem: {
9257
9281
  b: (blockSuffix?: string) => string;
9258
9282
  e: (element?: string) => string;
@@ -11032,7 +11056,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11032
11056
  gutter: number;
11033
11057
  }, boolean>;
11034
11058
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
11035
- }>>, {
11059
+ }>> & {
11060
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
11061
+ }, {
11036
11062
  props: import("@vue/shared").LooseRequired<{
11037
11063
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11038
11064
  layout: import("vue-types").VueTypeDef<string>;
@@ -11308,7 +11334,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11308
11334
  }>>;
11309
11335
  readonly formColumns: any[];
11310
11336
  readonly formData: import("ll-plus/es/index").FormData;
11337
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
11311
11338
  } & {}>;
11339
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
11312
11340
  bem: {
11313
11341
  b: (blockSuffix?: string) => string;
11314
11342
  e: (element?: string) => string;
@@ -11369,7 +11397,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11369
11397
  readonly formData: import("ll-plus/es/index").FormData;
11370
11398
  readonly item: any;
11371
11399
  }, {}>;
11372
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
11400
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11401
+ change: (value: import("ll-plus/es/index").FormData) => boolean;
11402
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
11373
11403
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
11374
11404
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11375
11405
  layout: import("vue-types").VueTypeDef<string>;
@@ -12455,7 +12485,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12455
12485
  gutter: number;
12456
12486
  }, boolean>;
12457
12487
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
12458
- }>>, {
12488
+ }>> & {
12489
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
12490
+ }, {
12459
12491
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12460
12492
  layout: import("vue-types").VueTypeDef<string>;
12461
12493
  labelCol: {
@@ -13823,7 +13855,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13823
13855
  gutter: number;
13824
13856
  }, boolean>;
13825
13857
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
13826
- }>>, {
13858
+ }>> & {
13859
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
13860
+ }, {
13827
13861
  props: import("@vue/shared").LooseRequired<{
13828
13862
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13829
13863
  layout: import("vue-types").VueTypeDef<string>;
@@ -14099,7 +14133,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14099
14133
  }>>;
14100
14134
  readonly formColumns: any[];
14101
14135
  readonly formData: import("ll-plus/es/index").FormData;
14136
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
14102
14137
  } & {}>;
14138
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
14103
14139
  bem: {
14104
14140
  b: (blockSuffix?: string) => string;
14105
14141
  e: (element?: string) => string;
@@ -1181,7 +1181,9 @@ declare const _default: import("vue").DefineComponent<{
1181
1181
  gutter: number;
1182
1182
  }, boolean>;
1183
1183
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1184
- }>>, {
1184
+ }>> & {
1185
+ onChange?: ((value: import("ll-plus/es/components").FormData) => any) | undefined;
1186
+ }, {
1185
1187
  props: import("@vue/shared").LooseRequired<{
1186
1188
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1187
1189
  layout: import("vue-types").VueTypeDef<string>;
@@ -1457,7 +1459,9 @@ declare const _default: import("vue").DefineComponent<{
1457
1459
  }>>;
1458
1460
  readonly formColumns: any[];
1459
1461
  readonly formData: import("ll-plus/es/components").FormData;
1462
+ readonly onChange?: ((value: import("ll-plus/es/components").FormData) => any) | undefined;
1460
1463
  } & {}>;
1464
+ emits: (event: "change", value: import("ll-plus/es/components").FormData) => void;
1461
1465
  bem: {
1462
1466
  b: (blockSuffix?: string) => string;
1463
1467
  e: (element?: string) => string;
@@ -1518,7 +1522,9 @@ declare const _default: import("vue").DefineComponent<{
1518
1522
  readonly formData: import("ll-plus/es/components").FormData;
1519
1523
  readonly item: any;
1520
1524
  }, {}>;
1521
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1525
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1526
+ change: (value: import("ll-plus/es/components").FormData) => boolean;
1527
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1522
1528
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
1523
1529
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1524
1530
  layout: import("vue-types").VueTypeDef<string>;
@@ -2604,7 +2610,9 @@ declare const _default: import("vue").DefineComponent<{
2604
2610
  gutter: number;
2605
2611
  }, boolean>;
2606
2612
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2607
- }>>, {
2613
+ }>> & {
2614
+ onChange?: ((value: import("ll-plus/es/components").FormData) => any) | undefined;
2615
+ }, {
2608
2616
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2609
2617
  layout: import("vue-types").VueTypeDef<string>;
2610
2618
  labelCol: {
@@ -3972,7 +3980,9 @@ declare const _default: import("vue").DefineComponent<{
3972
3980
  gutter: number;
3973
3981
  }, boolean>;
3974
3982
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3975
- }>>, {
3983
+ }>> & {
3984
+ onChange?: ((value: import("ll-plus/es/components").FormData) => any) | undefined;
3985
+ }, {
3976
3986
  props: import("@vue/shared").LooseRequired<{
3977
3987
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
3978
3988
  layout: import("vue-types").VueTypeDef<string>;
@@ -4248,7 +4258,9 @@ declare const _default: import("vue").DefineComponent<{
4248
4258
  }>>;
4249
4259
  readonly formColumns: any[];
4250
4260
  readonly formData: import("ll-plus/es/components").FormData;
4261
+ readonly onChange?: ((value: import("ll-plus/es/components").FormData) => any) | undefined;
4251
4262
  } & {}>;
4263
+ emits: (event: "change", value: import("ll-plus/es/components").FormData) => void;
4252
4264
  bem: {
4253
4265
  b: (blockSuffix?: string) => string;
4254
4266
  e: (element?: string) => string;
@@ -1265,7 +1265,9 @@ declare const _default: import("vue").DefineComponent<{
1265
1265
  gutter: number;
1266
1266
  }, boolean>;
1267
1267
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1268
- }>>, {
1268
+ }>> & {
1269
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
1270
+ }, {
1269
1271
  props: import("@vue/shared").LooseRequired<{
1270
1272
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1271
1273
  layout: import("vue-types").VueTypeDef<string>;
@@ -1541,7 +1543,9 @@ declare const _default: import("vue").DefineComponent<{
1541
1543
  }>>;
1542
1544
  readonly formColumns: any[];
1543
1545
  readonly formData: import("ll-plus/es/index").FormData;
1546
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
1544
1547
  } & {}>;
1548
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
1545
1549
  bem: {
1546
1550
  b: (blockSuffix?: string) => string;
1547
1551
  e: (element?: string) => string;
@@ -1602,7 +1606,9 @@ declare const _default: import("vue").DefineComponent<{
1602
1606
  readonly formData: import("ll-plus/es/index").FormData;
1603
1607
  readonly item: any;
1604
1608
  }, {}>;
1605
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1609
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1610
+ change: (value: import("ll-plus/es/index").FormData) => boolean;
1611
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1606
1612
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
1607
1613
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1608
1614
  layout: import("vue-types").VueTypeDef<string>;
@@ -2688,7 +2694,9 @@ declare const _default: import("vue").DefineComponent<{
2688
2694
  gutter: number;
2689
2695
  }, boolean>;
2690
2696
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2691
- }>>, {
2697
+ }>> & {
2698
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
2699
+ }, {
2692
2700
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2693
2701
  layout: import("vue-types").VueTypeDef<string>;
2694
2702
  labelCol: {
@@ -4056,7 +4064,9 @@ declare const _default: import("vue").DefineComponent<{
4056
4064
  gutter: number;
4057
4065
  }, boolean>;
4058
4066
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
4059
- }>>, {
4067
+ }>> & {
4068
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4069
+ }, {
4060
4070
  props: import("@vue/shared").LooseRequired<{
4061
4071
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4062
4072
  layout: import("vue-types").VueTypeDef<string>;
@@ -4332,7 +4342,9 @@ declare const _default: import("vue").DefineComponent<{
4332
4342
  }>>;
4333
4343
  readonly formColumns: any[];
4334
4344
  readonly formData: import("ll-plus/es/index").FormData;
4345
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4335
4346
  } & {}>;
4347
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
4336
4348
  bem: {
4337
4349
  b: (blockSuffix?: string) => string;
4338
4350
  e: (element?: string) => string;
@@ -6185,7 +6197,9 @@ declare const _default: import("vue").DefineComponent<{
6185
6197
  gutter: number;
6186
6198
  }, boolean>;
6187
6199
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
6188
- }>>, {
6200
+ }>> & {
6201
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
6202
+ }, {
6189
6203
  props: import("@vue/shared").LooseRequired<{
6190
6204
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6191
6205
  layout: import("vue-types").VueTypeDef<string>;
@@ -6461,7 +6475,9 @@ declare const _default: import("vue").DefineComponent<{
6461
6475
  }>>;
6462
6476
  readonly formColumns: any[];
6463
6477
  readonly formData: import("ll-plus/es/index").FormData;
6478
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
6464
6479
  } & {}>;
6480
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
6465
6481
  bem: {
6466
6482
  b: (blockSuffix?: string) => string;
6467
6483
  e: (element?: string) => string;
@@ -6522,7 +6538,9 @@ declare const _default: import("vue").DefineComponent<{
6522
6538
  readonly formData: import("ll-plus/es/index").FormData;
6523
6539
  readonly item: any;
6524
6540
  }, {}>;
6525
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6541
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6542
+ change: (value: import("ll-plus/es/index").FormData) => boolean;
6543
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6526
6544
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
6527
6545
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6528
6546
  layout: import("vue-types").VueTypeDef<string>;
@@ -7608,7 +7626,9 @@ declare const _default: import("vue").DefineComponent<{
7608
7626
  gutter: number;
7609
7627
  }, boolean>;
7610
7628
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
7611
- }>>, {
7629
+ }>> & {
7630
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
7631
+ }, {
7612
7632
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7613
7633
  layout: import("vue-types").VueTypeDef<string>;
7614
7634
  labelCol: {
@@ -8976,7 +8996,9 @@ declare const _default: import("vue").DefineComponent<{
8976
8996
  gutter: number;
8977
8997
  }, boolean>;
8978
8998
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
8979
- }>>, {
8999
+ }>> & {
9000
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
9001
+ }, {
8980
9002
  props: import("@vue/shared").LooseRequired<{
8981
9003
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8982
9004
  layout: import("vue-types").VueTypeDef<string>;
@@ -9252,7 +9274,9 @@ declare const _default: import("vue").DefineComponent<{
9252
9274
  }>>;
9253
9275
  readonly formColumns: any[];
9254
9276
  readonly formData: import("ll-plus/es/index").FormData;
9277
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
9255
9278
  } & {}>;
9279
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
9256
9280
  bem: {
9257
9281
  b: (blockSuffix?: string) => string;
9258
9282
  e: (element?: string) => string;
@@ -11032,7 +11056,9 @@ declare const _default: import("vue").DefineComponent<{
11032
11056
  gutter: number;
11033
11057
  }, boolean>;
11034
11058
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
11035
- }>>, {
11059
+ }>> & {
11060
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
11061
+ }, {
11036
11062
  props: import("@vue/shared").LooseRequired<{
11037
11063
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11038
11064
  layout: import("vue-types").VueTypeDef<string>;
@@ -11308,7 +11334,9 @@ declare const _default: import("vue").DefineComponent<{
11308
11334
  }>>;
11309
11335
  readonly formColumns: any[];
11310
11336
  readonly formData: import("ll-plus/es/index").FormData;
11337
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
11311
11338
  } & {}>;
11339
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
11312
11340
  bem: {
11313
11341
  b: (blockSuffix?: string) => string;
11314
11342
  e: (element?: string) => string;
@@ -11369,7 +11397,9 @@ declare const _default: import("vue").DefineComponent<{
11369
11397
  readonly formData: import("ll-plus/es/index").FormData;
11370
11398
  readonly item: any;
11371
11399
  }, {}>;
11372
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
11400
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11401
+ change: (value: import("ll-plus/es/index").FormData) => boolean;
11402
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
11373
11403
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
11374
11404
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11375
11405
  layout: import("vue-types").VueTypeDef<string>;
@@ -12455,7 +12485,9 @@ declare const _default: import("vue").DefineComponent<{
12455
12485
  gutter: number;
12456
12486
  }, boolean>;
12457
12487
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
12458
- }>>, {
12488
+ }>> & {
12489
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
12490
+ }, {
12459
12491
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12460
12492
  layout: import("vue-types").VueTypeDef<string>;
12461
12493
  labelCol: {
@@ -13823,7 +13855,9 @@ declare const _default: import("vue").DefineComponent<{
13823
13855
  gutter: number;
13824
13856
  }, boolean>;
13825
13857
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
13826
- }>>, {
13858
+ }>> & {
13859
+ onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
13860
+ }, {
13827
13861
  props: import("@vue/shared").LooseRequired<{
13828
13862
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13829
13863
  layout: import("vue-types").VueTypeDef<string>;
@@ -14099,7 +14133,9 @@ declare const _default: import("vue").DefineComponent<{
14099
14133
  }>>;
14100
14134
  readonly formColumns: any[];
14101
14135
  readonly formData: import("ll-plus/es/index").FormData;
14136
+ readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
14102
14137
  } & {}>;
14138
+ emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
14103
14139
  bem: {
14104
14140
  b: (blockSuffix?: string) => string;
14105
14141
  e: (element?: string) => string;
@@ -44,12 +44,14 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
44
44
  };
45
45
  modal: import("vue").Ref<HTMLElement | undefined>;
46
46
  hasScroll: import("vue").Ref<boolean>;
47
+ scrollTop: import("vue").Ref<number>;
47
48
  symbolClass: import("vue").Ref<string>;
48
49
  symbolComparedClass: import("vue").Ref<string>;
49
50
  getBindValue: import("vue").ComputedRef<import("./src/modal").IResultType>;
50
51
  handleCancel: () => void;
51
52
  handleOk: () => void;
52
53
  handleResize: (value: boolean) => Promise<void>;
54
+ onScrollTop: () => Promise<void>;
53
55
  readonly Modal: {
54
56
  new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
55
57
  prefixCls: StringConstructor;
@@ -44,12 +44,14 @@ declare const _default: import("vue").DefineComponent<{
44
44
  };
45
45
  modal: import("vue").Ref<HTMLElement | undefined>;
46
46
  hasScroll: import("vue").Ref<boolean>;
47
+ scrollTop: import("vue").Ref<number>;
47
48
  symbolClass: import("vue").Ref<string>;
48
49
  symbolComparedClass: import("vue").Ref<string>;
49
50
  getBindValue: import("vue").ComputedRef<IResultType>;
50
51
  handleCancel: () => void;
51
52
  handleOk: () => void;
52
53
  handleResize: (value: boolean) => Promise<void>;
54
+ onScrollTop: () => Promise<void>;
53
55
  readonly Modal: {
54
56
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
55
57
  prefixCls: StringConstructor;
@@ -13,13 +13,26 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
13
13
  readonly data: import("./src/select-group").SelectGroupData[];
14
14
  readonly value?: import("ll-plus/es/utils").EpPropMergeType<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown> | undefined;
15
15
  readonly selectValue?: string | undefined;
16
- readonly onChange?: ((selectV: string, value: string) => any) | undefined;
16
+ readonly onChange?: ((selectV: string, value?: string | undefined) => any) | undefined;
17
17
  readonly onOnSelectChange?: ((selectV: string, item: import("./src/select-group").SelectGroupData) => any) | undefined;
18
18
  } & {}>;
19
- emits: ((event: "change", selectV: string, value: string) => void) & ((event: "onSelectChange", selectV: string, item: import("./src/select-group").SelectGroupData) => void);
19
+ emits: ((event: "change", selectV: string, value?: string | undefined) => void) & ((event: "onSelectChange", selectV: string, item: import("./src/select-group").SelectGroupData) => void);
20
20
  typeSelectValue: import("vue").Ref<string>;
21
21
  value: import("vue").Ref<any>;
22
22
  selectItem: import("vue").Ref<import("./src/select-group").SelectGroupData | undefined>;
23
+ newList: import("vue").Ref<{
24
+ readonly value: string;
25
+ readonly name: string;
26
+ readonly options?: any[] | undefined;
27
+ readonly placeholder?: string | undefined;
28
+ readonly fieldNames?: object | undefined;
29
+ readonly list?: {
30
+ [x: string]: any;
31
+ name?: string | undefined;
32
+ value?: any;
33
+ }[] | undefined;
34
+ readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
35
+ }[]>;
23
36
  bem: {
24
37
  b: (blockSuffix?: string) => string;
25
38
  e: (element?: string) => string;
@@ -40,10 +53,11 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
40
53
  bem: (blockSuffix: string, element: string, modifier: string) => string;
41
54
  is: (name?: string) => string;
42
55
  };
56
+ leftSelectWidth: import("vue").ComputedRef<string>;
43
57
  handleSelectChange: (_: string, options: any) => void;
44
58
  handleChange: () => void;
45
59
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
- change: (selectV: string, value: string) => boolean;
60
+ change: (selectV: string, value?: string | undefined) => boolean;
47
61
  onSelectChange: (selectV: string, item: import("./src/select-group").SelectGroupData) => boolean;
48
62
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
49
63
  readonly selectValue: {
@@ -55,7 +69,7 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
55
69
  readonly value: import("ll-plus/es/utils").EpPropFinalized<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown, undefined, boolean>;
56
70
  readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/select-group").SelectGroupData[]) | (() => import("./src/select-group").SelectGroupData[]) | ((new (...args: any[]) => import("./src/select-group").SelectGroupData[]) | (() => import("./src/select-group").SelectGroupData[]))[], unknown, unknown, () => never[], boolean>;
57
71
  }>> & {
58
- onChange?: ((selectV: string, value: string) => any) | undefined;
72
+ onChange?: ((selectV: string, value?: string | undefined) => any) | undefined;
59
73
  onOnSelectChange?: ((selectV: string, item: import("./src/select-group").SelectGroupData) => any) | undefined;
60
74
  }, {
61
75
  readonly value: import("ll-plus/es/utils").EpPropMergeType<readonly [ArrayConstructor, StringConstructor, NumberConstructor, BooleanConstructor, ObjectConstructor], unknown, unknown>;
@@ -61,9 +61,10 @@ export declare const selectGroupProps: {
61
61
  readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => SelectGroupData[]) | (() => SelectGroupData[]) | ((new (...args: any[]) => SelectGroupData[]) | (() => SelectGroupData[]))[], unknown, unknown, () => never[], boolean>;
62
62
  };
63
63
  export declare const selectGroupEmits: {
64
- change: (selectV: string, value: string) => boolean;
64
+ change: (selectV: string, value?: string) => boolean;
65
65
  onSelectChange: (selectV: string, item: SelectGroupData) => boolean;
66
66
  };
67
+ export declare const LEFT_SELECT_MIN_WIDTH = 84;
67
68
  export type SelectGroupProps = ExtractPropTypes<typeof selectGroupProps>;
68
69
  export type SelectGroupData = ExtractPropTypes<typeof selectGroupData>;
69
70
  export type SelectGroupFormType = SelectGroupData['showFormType'];