@shwfed/config 2.12.5 → 2.12.7

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 (137) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +5 -0
  3. package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/runtime.vue +54 -50
  4. package/dist/runtime/components/config/index.vue +23 -3
  5. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.d.vue.ts +22 -22
  6. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.vue.d.ts +22 -22
  7. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.d.vue.ts +16 -16
  8. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue.d.ts +16 -16
  9. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +16 -16
  10. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +16 -16
  11. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +24 -24
  12. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +24 -24
  13. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +16 -16
  14. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +16 -16
  15. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +26 -26
  16. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +26 -26
  17. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.d.vue.ts +2 -2
  18. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +2 -2
  19. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.d.vue.ts +30 -28
  20. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue +38 -0
  21. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue.d.ts +30 -28
  22. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/runtime.vue +11 -2
  23. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.d.ts +3 -0
  24. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.js +7 -0
  25. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.d.vue.ts +6 -6
  26. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue.d.ts +6 -6
  27. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.d.vue.ts +22 -22
  28. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.vue.d.ts +22 -22
  29. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.d.vue.ts +16 -16
  30. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue.d.ts +16 -16
  31. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +10 -10
  32. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +10 -10
  33. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +16 -16
  34. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +16 -16
  35. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +24 -24
  36. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +24 -24
  37. package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.d.vue.ts +16 -16
  38. package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue.d.ts +16 -16
  39. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +10 -10
  40. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +10 -10
  41. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +10 -10
  42. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +10 -10
  43. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +10 -10
  44. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +10 -10
  45. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +10 -10
  46. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +10 -10
  47. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +10 -10
  48. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +10 -10
  49. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +10 -10
  50. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +10 -10
  51. package/dist/runtime/components/sidebar/index.d.vue.ts +22 -3
  52. package/dist/runtime/components/sidebar/index.vue +66 -5
  53. package/dist/runtime/components/sidebar/index.vue.d.ts +22 -3
  54. package/dist/runtime/components/sidebar/node.d.vue.ts +1 -1
  55. package/dist/runtime/components/sidebar/node.vue +33 -13
  56. package/dist/runtime/components/sidebar/node.vue.d.ts +1 -1
  57. package/dist/runtime/components/sidebar/tree.vue +113 -83
  58. package/dist/runtime/components/sidebar/types.d.ts +8 -0
  59. package/dist/runtime/components/sidebar/types.js +1 -0
  60. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.number/runtime.vue +6 -73
  61. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
  62. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
  63. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/config.vue +44 -0
  64. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/runtime.vue +8 -2
  65. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.d.ts +3 -0
  66. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.js +7 -0
  67. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +6 -6
  68. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +6 -6
  69. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
  70. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
  71. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
  72. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
  73. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +6 -6
  74. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +6 -6
  75. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
  76. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
  77. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
  78. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
  79. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +2 -2
  80. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +2 -2
  81. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
  82. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
  83. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +2 -2
  84. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +2 -2
  85. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
  86. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
  87. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
  88. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
  89. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
  90. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
  91. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
  92. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
  93. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
  94. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
  95. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
  96. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
  97. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
  98. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
  99. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
  100. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
  101. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
  102. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
  103. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
  104. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
  105. package/dist/runtime/components/table/utils/row-reorder.d.ts +3 -2
  106. package/dist/runtime/components/table/utils/row-reorder.js +1 -12
  107. package/dist/runtime/components/tabs/index.d.vue.ts +9 -0
  108. package/dist/runtime/components/tabs/index.vue +92 -0
  109. package/dist/runtime/components/tabs/index.vue.d.ts +9 -0
  110. package/dist/runtime/components/tabs/tab.d.vue.ts +22 -0
  111. package/dist/runtime/components/tabs/tab.vue +85 -0
  112. package/dist/runtime/components/tabs/tab.vue.d.ts +22 -0
  113. package/dist/runtime/components/tabs/types.d.ts +19 -0
  114. package/dist/runtime/components/tabs/types.js +0 -0
  115. package/dist/runtime/components/tabs/use-reorder.d.ts +10 -0
  116. package/dist/runtime/components/tabs/use-reorder.js +90 -0
  117. package/dist/runtime/components/tabs/use-tabs.d.ts +46 -0
  118. package/dist/runtime/components/tabs/use-tabs.js +101 -0
  119. package/dist/runtime/components/ui/date-picker/DatePickerInput.d.vue.ts +1 -1
  120. package/dist/runtime/components/ui/date-picker/DatePickerInput.vue.d.ts +1 -1
  121. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.d.vue.ts +1 -1
  122. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.vue.d.ts +1 -1
  123. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.d.vue.ts +1 -1
  124. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.vue.d.ts +1 -1
  125. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.d.vue.ts +2 -2
  126. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.vue.d.ts +2 -2
  127. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -1
  128. package/dist/runtime/components/ui/sidebar/index.js +2 -2
  129. package/dist/runtime/share/number-format.d.ts +7 -0
  130. package/dist/runtime/share/number-format.js +72 -0
  131. package/dist/runtime/share/reorder.d.ts +2 -0
  132. package/dist/runtime/share/reorder.js +12 -0
  133. package/dist/runtime/utils/nav-registry.d.ts +19 -0
  134. package/dist/runtime/utils/nav-registry.js +14 -0
  135. package/dist/runtime/utils/page-title-registry.d.ts +3 -0
  136. package/dist/runtime/utils/page-title-registry.js +11 -0
  137. package/package.json +1 -1
@@ -45,9 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
45
45
  readonly readonly?: string | undefined;
46
46
  readonly request: string;
47
47
  readonly enableSorting?: boolean | undefined;
48
- readonly accessor?: string | undefined;
49
- readonly sortKey?: string | undefined;
50
- readonly successMessage?: string | undefined;
51
48
  readonly optionValue: string;
52
49
  readonly optionLabel: readonly [{
53
50
  readonly locale: "zh";
@@ -56,6 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
53
  readonly locale: "en" | "ja" | "ko";
57
54
  readonly message: string;
58
55
  }[]];
56
+ readonly successMessage?: string | undefined;
57
+ readonly accessor?: string | undefined;
58
+ readonly sortKey?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -100,9 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
100
100
  readonly readonly?: string | undefined;
101
101
  readonly request: string;
102
102
  readonly enableSorting?: boolean | undefined;
103
- readonly accessor?: string | undefined;
104
- readonly sortKey?: string | undefined;
105
- readonly successMessage?: string | undefined;
106
103
  readonly optionValue: string;
107
104
  readonly optionLabel: readonly [{
108
105
  readonly locale: "zh";
@@ -111,6 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
111
108
  readonly locale: "en" | "ja" | "ko";
112
109
  readonly message: string;
113
110
  }[]];
111
+ readonly successMessage?: string | undefined;
112
+ readonly accessor?: string | undefined;
113
+ readonly sortKey?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -45,9 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
45
45
  readonly readonly?: string | undefined;
46
46
  readonly request: string;
47
47
  readonly enableSorting?: boolean | undefined;
48
- readonly accessor?: string | undefined;
49
- readonly sortKey?: string | undefined;
50
- readonly successMessage?: string | undefined;
51
48
  readonly optionValue: string;
52
49
  readonly optionLabel: readonly [{
53
50
  readonly locale: "zh";
@@ -56,6 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
53
  readonly locale: "en" | "ja" | "ko";
57
54
  readonly message: string;
58
55
  }[]];
56
+ readonly successMessage?: string | undefined;
57
+ readonly accessor?: string | undefined;
58
+ readonly sortKey?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -100,9 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
100
100
  readonly readonly?: string | undefined;
101
101
  readonly request: string;
102
102
  readonly enableSorting?: boolean | undefined;
103
- readonly accessor?: string | undefined;
104
- readonly sortKey?: string | undefined;
105
- readonly successMessage?: string | undefined;
106
103
  readonly optionValue: string;
107
104
  readonly optionLabel: readonly [{
108
105
  readonly locale: "zh";
@@ -111,6 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
111
108
  readonly locale: "en" | "ja" | "ko";
112
109
  readonly message: string;
113
110
  }[]];
111
+ readonly successMessage?: string | undefined;
112
+ readonly accessor?: string | undefined;
113
+ readonly sortKey?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
+ readonly successMessage?: string | undefined;
70
71
  readonly accessor?: string | undefined;
71
72
  readonly sortKey?: string | undefined;
72
- readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
+ readonly successMessage?: string | undefined;
139
140
  readonly accessor?: string | undefined;
140
141
  readonly sortKey?: string | undefined;
141
- readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
+ readonly successMessage?: string | undefined;
70
71
  readonly accessor?: string | undefined;
71
72
  readonly sortKey?: string | undefined;
72
- readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
+ readonly successMessage?: string | undefined;
139
140
  readonly accessor?: string | undefined;
140
141
  readonly sortKey?: string | undefined;
141
- readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -58,12 +58,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
58
58
  readonly message: string;
59
59
  }[]] | undefined;
60
60
  readonly readonly?: string | undefined;
61
- readonly enableSorting?: boolean | undefined;
62
61
  readonly binding: string;
63
62
  readonly derived?: {
64
63
  readonly mode: "formula" | "prefill";
65
64
  readonly expression: string;
66
65
  } | undefined;
66
+ readonly enableSorting?: boolean | undefined;
67
67
  readonly sortKey?: string | undefined;
68
68
  }) => any;
69
69
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -122,12 +122,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
122
122
  readonly message: string;
123
123
  }[]] | undefined;
124
124
  readonly readonly?: string | undefined;
125
- readonly enableSorting?: boolean | undefined;
126
125
  readonly binding: string;
127
126
  readonly derived?: {
128
127
  readonly mode: "formula" | "prefill";
129
128
  readonly expression: string;
130
129
  } | undefined;
130
+ readonly enableSorting?: boolean | undefined;
131
131
  readonly sortKey?: string | undefined;
132
132
  }) => any) | undefined;
133
133
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -58,12 +58,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
58
58
  readonly message: string;
59
59
  }[]] | undefined;
60
60
  readonly readonly?: string | undefined;
61
- readonly enableSorting?: boolean | undefined;
62
61
  readonly binding: string;
63
62
  readonly derived?: {
64
63
  readonly mode: "formula" | "prefill";
65
64
  readonly expression: string;
66
65
  } | undefined;
66
+ readonly enableSorting?: boolean | undefined;
67
67
  readonly sortKey?: string | undefined;
68
68
  }) => any;
69
69
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -122,12 +122,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
122
122
  readonly message: string;
123
123
  }[]] | undefined;
124
124
  readonly readonly?: string | undefined;
125
- readonly enableSorting?: boolean | undefined;
126
125
  readonly binding: string;
127
126
  readonly derived?: {
128
127
  readonly mode: "formula" | "prefill";
129
128
  readonly expression: string;
130
129
  } | undefined;
130
+ readonly enableSorting?: boolean | undefined;
131
131
  readonly sortKey?: string | undefined;
132
132
  }) => any) | undefined;
133
133
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -45,9 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
45
45
  readonly readonly?: string | undefined;
46
46
  readonly request: string;
47
47
  readonly enableSorting?: boolean | undefined;
48
- readonly accessor?: string | undefined;
49
- readonly sortKey?: string | undefined;
50
- readonly successMessage?: string | undefined;
51
48
  readonly optionValue: string;
52
49
  readonly optionLabel: readonly [{
53
50
  readonly locale: "zh";
@@ -56,6 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
53
  readonly locale: "en" | "ja" | "ko";
57
54
  readonly message: string;
58
55
  }[]];
56
+ readonly successMessage?: string | undefined;
57
+ readonly accessor?: string | undefined;
58
+ readonly sortKey?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -100,9 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
100
100
  readonly readonly?: string | undefined;
101
101
  readonly request: string;
102
102
  readonly enableSorting?: boolean | undefined;
103
- readonly accessor?: string | undefined;
104
- readonly sortKey?: string | undefined;
105
- readonly successMessage?: string | undefined;
106
103
  readonly optionValue: string;
107
104
  readonly optionLabel: readonly [{
108
105
  readonly locale: "zh";
@@ -111,6 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
111
108
  readonly locale: "en" | "ja" | "ko";
112
109
  readonly message: string;
113
110
  }[]];
111
+ readonly successMessage?: string | undefined;
112
+ readonly accessor?: string | undefined;
113
+ readonly sortKey?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -45,9 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
45
45
  readonly readonly?: string | undefined;
46
46
  readonly request: string;
47
47
  readonly enableSorting?: boolean | undefined;
48
- readonly accessor?: string | undefined;
49
- readonly sortKey?: string | undefined;
50
- readonly successMessage?: string | undefined;
51
48
  readonly optionValue: string;
52
49
  readonly optionLabel: readonly [{
53
50
  readonly locale: "zh";
@@ -56,6 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
53
  readonly locale: "en" | "ja" | "ko";
57
54
  readonly message: string;
58
55
  }[]];
56
+ readonly successMessage?: string | undefined;
57
+ readonly accessor?: string | undefined;
58
+ readonly sortKey?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -100,9 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
100
100
  readonly readonly?: string | undefined;
101
101
  readonly request: string;
102
102
  readonly enableSorting?: boolean | undefined;
103
- readonly accessor?: string | undefined;
104
- readonly sortKey?: string | undefined;
105
- readonly successMessage?: string | undefined;
106
103
  readonly optionValue: string;
107
104
  readonly optionLabel: readonly [{
108
105
  readonly locale: "zh";
@@ -111,6 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
111
108
  readonly locale: "en" | "ja" | "ko";
112
109
  readonly message: string;
113
110
  }[]];
111
+ readonly successMessage?: string | undefined;
112
+ readonly accessor?: string | undefined;
113
+ readonly sortKey?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
+ readonly successMessage?: string | undefined;
70
71
  readonly accessor?: string | undefined;
71
72
  readonly sortKey?: string | undefined;
72
- readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
+ readonly successMessage?: string | undefined;
139
140
  readonly accessor?: string | undefined;
140
141
  readonly sortKey?: string | undefined;
141
- readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
+ readonly successMessage?: string | undefined;
70
71
  readonly accessor?: string | undefined;
71
72
  readonly sortKey?: string | undefined;
72
- readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
+ readonly successMessage?: string | undefined;
139
140
  readonly accessor?: string | undefined;
140
141
  readonly sortKey?: string | undefined;
141
- readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
73
  readonly message: string;
74
74
  }[]] | undefined;
75
75
  readonly readonly?: string | undefined;
76
- readonly enableSorting?: boolean | undefined;
77
76
  readonly binding: string;
78
77
  readonly derived?: {
79
78
  readonly mode: "formula" | "prefill";
80
79
  readonly expression: string;
81
80
  } | undefined;
81
+ readonly enableSorting?: boolean | undefined;
82
82
  readonly sortKey?: string | undefined;
83
83
  }) => any;
84
84
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
152
152
  readonly message: string;
153
153
  }[]] | undefined;
154
154
  readonly readonly?: string | undefined;
155
- readonly enableSorting?: boolean | undefined;
156
155
  readonly binding: string;
157
156
  readonly derived?: {
158
157
  readonly mode: "formula" | "prefill";
159
158
  readonly expression: string;
160
159
  } | undefined;
160
+ readonly enableSorting?: boolean | undefined;
161
161
  readonly sortKey?: string | undefined;
162
162
  }) => any) | undefined;
163
163
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
73
  readonly message: string;
74
74
  }[]] | undefined;
75
75
  readonly readonly?: string | undefined;
76
- readonly enableSorting?: boolean | undefined;
77
76
  readonly binding: string;
78
77
  readonly derived?: {
79
78
  readonly mode: "formula" | "prefill";
80
79
  readonly expression: string;
81
80
  } | undefined;
81
+ readonly enableSorting?: boolean | undefined;
82
82
  readonly sortKey?: string | undefined;
83
83
  }) => any;
84
84
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
152
152
  readonly message: string;
153
153
  }[]] | undefined;
154
154
  readonly readonly?: string | undefined;
155
- readonly enableSorting?: boolean | undefined;
156
155
  readonly binding: string;
157
156
  readonly derived?: {
158
157
  readonly mode: "formula" | "prefill";
159
158
  readonly expression: string;
160
159
  } | undefined;
160
+ readonly enableSorting?: boolean | undefined;
161
161
  readonly sortKey?: string | undefined;
162
162
  }) => any) | undefined;
163
163
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -82,9 +82,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
82
82
  }[]] | undefined;
83
83
  readonly readonly?: string | undefined;
84
84
  readonly enableSorting?: boolean | undefined;
85
+ readonly successMessage?: string | undefined;
85
86
  readonly accessor?: string | undefined;
86
87
  readonly sortKey?: string | undefined;
87
- readonly successMessage?: string | undefined;
88
88
  }) => any;
89
89
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
90
90
  "onUpdate:modelValue"?: ((value: {
@@ -166,9 +166,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
166
166
  }[]] | undefined;
167
167
  readonly readonly?: string | undefined;
168
168
  readonly enableSorting?: boolean | undefined;
169
+ readonly successMessage?: string | undefined;
169
170
  readonly accessor?: string | undefined;
170
171
  readonly sortKey?: string | undefined;
171
- readonly successMessage?: string | undefined;
172
172
  }) => any) | undefined;
173
173
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
174
174
  declare const _default: typeof __VLS_export;
@@ -82,9 +82,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
82
82
  }[]] | undefined;
83
83
  readonly readonly?: string | undefined;
84
84
  readonly enableSorting?: boolean | undefined;
85
+ readonly successMessage?: string | undefined;
85
86
  readonly accessor?: string | undefined;
86
87
  readonly sortKey?: string | undefined;
87
- readonly successMessage?: string | undefined;
88
88
  }) => any;
89
89
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
90
90
  "onUpdate:modelValue"?: ((value: {
@@ -166,9 +166,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
166
166
  }[]] | undefined;
167
167
  readonly readonly?: string | undefined;
168
168
  readonly enableSorting?: boolean | undefined;
169
+ readonly successMessage?: string | undefined;
169
170
  readonly accessor?: string | undefined;
170
171
  readonly sortKey?: string | undefined;
171
- readonly successMessage?: string | undefined;
172
172
  }) => any) | undefined;
173
173
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
174
174
  declare const _default: typeof __VLS_export;
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
73
  readonly message: string;
74
74
  }[]] | undefined;
75
75
  readonly readonly?: string | undefined;
76
- readonly enableSorting?: boolean | undefined;
77
76
  readonly binding: string;
78
77
  readonly derived?: {
79
78
  readonly mode: "formula" | "prefill";
80
79
  readonly expression: string;
81
80
  } | undefined;
81
+ readonly enableSorting?: boolean | undefined;
82
82
  readonly sortKey?: string | undefined;
83
83
  }) => any;
84
84
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
152
152
  readonly message: string;
153
153
  }[]] | undefined;
154
154
  readonly readonly?: string | undefined;
155
- readonly enableSorting?: boolean | undefined;
156
155
  readonly binding: string;
157
156
  readonly derived?: {
158
157
  readonly mode: "formula" | "prefill";
159
158
  readonly expression: string;
160
159
  } | undefined;
160
+ readonly enableSorting?: boolean | undefined;
161
161
  readonly sortKey?: string | undefined;
162
162
  }) => any) | undefined;
163
163
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
73
  readonly message: string;
74
74
  }[]] | undefined;
75
75
  readonly readonly?: string | undefined;
76
- readonly enableSorting?: boolean | undefined;
77
76
  readonly binding: string;
78
77
  readonly derived?: {
79
78
  readonly mode: "formula" | "prefill";
80
79
  readonly expression: string;
81
80
  } | undefined;
81
+ readonly enableSorting?: boolean | undefined;
82
82
  readonly sortKey?: string | undefined;
83
83
  }) => any;
84
84
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
152
152
  readonly message: string;
153
153
  }[]] | undefined;
154
154
  readonly readonly?: string | undefined;
155
- readonly enableSorting?: boolean | undefined;
156
155
  readonly binding: string;
157
156
  readonly derived?: {
158
157
  readonly mode: "formula" | "prefill";
159
158
  readonly expression: string;
160
159
  } | undefined;
160
+ readonly enableSorting?: boolean | undefined;
161
161
  readonly sortKey?: string | undefined;
162
162
  }) => any) | undefined;
163
163
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -82,9 +82,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
82
82
  }[]] | undefined;
83
83
  readonly readonly?: string | undefined;
84
84
  readonly enableSorting?: boolean | undefined;
85
+ readonly successMessage?: string | undefined;
85
86
  readonly accessor?: string | undefined;
86
87
  readonly sortKey?: string | undefined;
87
- readonly successMessage?: string | undefined;
88
88
  }) => any;
89
89
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
90
90
  "onUpdate:modelValue"?: ((value: {
@@ -166,9 +166,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
166
166
  }[]] | undefined;
167
167
  readonly readonly?: string | undefined;
168
168
  readonly enableSorting?: boolean | undefined;
169
+ readonly successMessage?: string | undefined;
169
170
  readonly accessor?: string | undefined;
170
171
  readonly sortKey?: string | undefined;
171
- readonly successMessage?: string | undefined;
172
172
  }) => any) | undefined;
173
173
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
174
174
  declare const _default: typeof __VLS_export;
@@ -82,9 +82,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
82
82
  }[]] | undefined;
83
83
  readonly readonly?: string | undefined;
84
84
  readonly enableSorting?: boolean | undefined;
85
+ readonly successMessage?: string | undefined;
85
86
  readonly accessor?: string | undefined;
86
87
  readonly sortKey?: string | undefined;
87
- readonly successMessage?: string | undefined;
88
88
  }) => any;
89
89
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
90
90
  "onUpdate:modelValue"?: ((value: {
@@ -166,9 +166,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
166
166
  }[]] | undefined;
167
167
  readonly readonly?: string | undefined;
168
168
  readonly enableSorting?: boolean | undefined;
169
+ readonly successMessage?: string | undefined;
169
170
  readonly accessor?: string | undefined;
170
171
  readonly sortKey?: string | undefined;
171
- readonly successMessage?: string | undefined;
172
172
  }) => any) | undefined;
173
173
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
174
174
  declare const _default: typeof __VLS_export;
@@ -34,6 +34,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  readonly message: string;
35
35
  }[]] | undefined;
36
36
  readonly readonly?: string | undefined;
37
+ readonly binding: string;
38
+ readonly derived?: {
39
+ readonly mode: "formula" | "prefill";
40
+ readonly expression: string;
41
+ } | undefined;
37
42
  readonly dataSource: {
38
43
  readonly data: string;
39
44
  readonly request?: string | undefined;
@@ -48,11 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
48
53
  readonly message: string;
49
54
  }[]];
50
55
  readonly enableSorting?: boolean | undefined;
51
- readonly binding: string;
52
- readonly derived?: {
53
- readonly mode: "formula" | "prefill";
54
- readonly expression: string;
55
- } | undefined;
56
56
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
57
57
  readonly nodeTooltip?: readonly [{
58
58
  readonly locale: "zh";
@@ -97,6 +97,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
97
97
  readonly message: string;
98
98
  }[]] | undefined;
99
99
  readonly readonly?: string | undefined;
100
+ readonly binding: string;
101
+ readonly derived?: {
102
+ readonly mode: "formula" | "prefill";
103
+ readonly expression: string;
104
+ } | undefined;
100
105
  readonly dataSource: {
101
106
  readonly data: string;
102
107
  readonly request?: string | undefined;
@@ -111,11 +116,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
111
116
  readonly message: string;
112
117
  }[]];
113
118
  readonly enableSorting?: boolean | undefined;
114
- readonly binding: string;
115
- readonly derived?: {
116
- readonly mode: "formula" | "prefill";
117
- readonly expression: string;
118
- } | undefined;
119
119
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
120
120
  readonly nodeTooltip?: readonly [{
121
121
  readonly locale: "zh";
@@ -34,6 +34,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  readonly message: string;
35
35
  }[]] | undefined;
36
36
  readonly readonly?: string | undefined;
37
+ readonly binding: string;
38
+ readonly derived?: {
39
+ readonly mode: "formula" | "prefill";
40
+ readonly expression: string;
41
+ } | undefined;
37
42
  readonly dataSource: {
38
43
  readonly data: string;
39
44
  readonly request?: string | undefined;
@@ -48,11 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
48
53
  readonly message: string;
49
54
  }[]];
50
55
  readonly enableSorting?: boolean | undefined;
51
- readonly binding: string;
52
- readonly derived?: {
53
- readonly mode: "formula" | "prefill";
54
- readonly expression: string;
55
- } | undefined;
56
56
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
57
57
  readonly nodeTooltip?: readonly [{
58
58
  readonly locale: "zh";
@@ -97,6 +97,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
97
97
  readonly message: string;
98
98
  }[]] | undefined;
99
99
  readonly readonly?: string | undefined;
100
+ readonly binding: string;
101
+ readonly derived?: {
102
+ readonly mode: "formula" | "prefill";
103
+ readonly expression: string;
104
+ } | undefined;
100
105
  readonly dataSource: {
101
106
  readonly data: string;
102
107
  readonly request?: string | undefined;
@@ -111,11 +116,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
111
116
  readonly message: string;
112
117
  }[]];
113
118
  readonly enableSorting?: boolean | undefined;
114
- readonly binding: string;
115
- readonly derived?: {
116
- readonly mode: "formula" | "prefill";
117
- readonly expression: string;
118
- } | undefined;
119
119
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
120
120
  readonly nodeTooltip?: readonly [{
121
121
  readonly locale: "zh";
@@ -34,6 +34,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  readonly message: string;
35
35
  }[]] | undefined;
36
36
  readonly readonly?: string | undefined;
37
+ readonly binding: string;
38
+ readonly derived?: {
39
+ readonly mode: "formula" | "prefill";
40
+ readonly expression: string;
41
+ } | undefined;
37
42
  readonly dataSource: {
38
43
  readonly data: string;
39
44
  readonly request?: string | undefined;
@@ -48,11 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
48
53
  readonly message: string;
49
54
  }[]];
50
55
  readonly enableSorting?: boolean | undefined;
51
- readonly binding: string;
52
- readonly derived?: {
53
- readonly mode: "formula" | "prefill";
54
- readonly expression: string;
55
- } | undefined;
56
56
  readonly nodeTooltip?: readonly [{
57
57
  readonly locale: "zh";
58
58
  readonly message: string;
@@ -96,6 +96,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
96
96
  readonly message: string;
97
97
  }[]] | undefined;
98
98
  readonly readonly?: string | undefined;
99
+ readonly binding: string;
100
+ readonly derived?: {
101
+ readonly mode: "formula" | "prefill";
102
+ readonly expression: string;
103
+ } | undefined;
99
104
  readonly dataSource: {
100
105
  readonly data: string;
101
106
  readonly request?: string | undefined;
@@ -110,11 +115,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
110
115
  readonly message: string;
111
116
  }[]];
112
117
  readonly enableSorting?: boolean | undefined;
113
- readonly binding: string;
114
- readonly derived?: {
115
- readonly mode: "formula" | "prefill";
116
- readonly expression: string;
117
- } | undefined;
118
118
  readonly nodeTooltip?: readonly [{
119
119
  readonly locale: "zh";
120
120
  readonly message: string;