@shwfed/config 2.9.11 → 2.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mcp.mjs +112 -50
- package/dist/module.json +1 -1
- package/dist/preview/assets/{FieldGroup.vue_vue_type_script_setup_true_lang-CN4xD2hQ.js → FieldGroup.vue_vue_type_script_setup_true_lang-DZ_H-YRf.js} +1 -1
- package/dist/preview/assets/{badge-CzfW1Ked.js → badge-DoNuZh0A.js} +1 -1
- package/dist/preview/assets/{config-Bzwfqv6w.js → config-BDDuqAht.js} +1 -1
- package/dist/preview/assets/{config-CCXJvpik.js → config-Bhc_Vu67.js} +1 -1
- package/dist/preview/assets/{config-CPuERNUd.js → config-BrNZsgV0.js} +1 -1
- package/dist/preview/assets/{config-Op5IHwI_.js → config-C6Cm7DWx.js} +1 -1
- package/dist/preview/assets/{config-D37gWDMV.js → config-CIYui2J_.js} +1 -1
- package/dist/preview/assets/{config-DbNukLyq.js → config-CLsjWZz2.js} +1 -1
- package/dist/preview/assets/{config-e5aOGFb2.js → config-Cla0Qngs.js} +1 -1
- package/dist/preview/assets/{config-CDYZN7EX.js → config-D4rFsdGO.js} +1 -1
- package/dist/preview/assets/{config-BdX3zl4t.js → config-DTEJOYqA.js} +1 -1
- package/dist/preview/assets/{config-jJQ2fulH.js → config-YGBoSq6x.js} +1 -1
- package/dist/preview/assets/{config-C2y2XI2Q.js → config-tdZMdIN3.js} +1 -1
- package/dist/preview/assets/{config-jzfHh7bp.js → config-ugF_BOWz.js} +1 -1
- package/dist/preview/assets/{definition.vue_vue_type_script_setup_true_lang-BgssDGxW.js → definition.vue_vue_type_script_setup_true_lang-CgNXv26P.js} +1 -1
- package/dist/preview/assets/index-B-QhiviS.js +1 -0
- package/dist/preview/assets/{index-CAIvIAWJ.js → index-C3FdepLE.js} +1 -1
- package/dist/preview/assets/{index-Cyjm-GKs.js → index-CWMhB7z4.js} +204 -203
- package/dist/preview/assets/index-CzzwZ7bp.css +1 -0
- package/dist/preview/assets/{item-CUoRMMz1.js → item-DecwNzYq.js} +1 -1
- package/dist/preview/assets/{runtime-CWt21RRo.js → runtime-BK7KNEyN.js} +1 -1
- package/dist/preview/assets/{runtime-DWKqftSK.js → runtime-C3dmOj9s.js} +1 -1
- package/dist/preview/assets/{runtime-D3TnRYXn.js → runtime-C5hqSHRW.js} +1 -1
- package/dist/preview/assets/{runtime-C_epees8.js → runtime-C8Ufkmiw.js} +1 -1
- package/dist/preview/assets/{runtime-V_usL1Fa.js → runtime-CYpXd7Pq.js} +1 -1
- package/dist/preview/assets/{runtime-CU5fYNMI.js → runtime-CjPtRd-T.js} +1 -1
- package/dist/preview/assets/{runtime-BALr-Cq0.js → runtime-DSUjc0Pk.js} +1 -1
- package/dist/preview/assets/{runtime-CHQwYQ80.js → runtime-DZ_AwduQ.js} +1 -1
- package/dist/preview/assets/{runtime-BvcTYin8.js → runtime-DtP98Km5.js} +1 -1
- package/dist/preview/assets/{runtime-wAz72cCJ.js → runtime-blb90Fhv.js} +1 -1
- package/dist/preview/assets/{schema-meta-DwWuSVqk.js → schema-meta-DWUHNP8E.js} +1 -1
- package/dist/preview/index.html +2 -2
- package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/schema.d.ts +15 -0
- package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/schema.js +57 -1
- package/dist/runtime/components/block-layout-editor/index.vue +10 -2
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +134 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +134 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +134 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +134 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +195 -0
- package/dist/runtime/components/form/config.vue +38 -1
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/config.d.vue.ts +2 -0
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/config.vue.d.ts +2 -0
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts +2 -0
- package/dist/runtime/components/form/index.vue +8 -1
- package/dist/runtime/components/operations/2026-06-11/com.shwfed.operation.http.request.json/runtime.js +5 -3
- package/dist/runtime/components/operations/2026-06-11/com.shwfed.operation.http.request.json/schema.js +3 -2
- package/dist/runtime/components/table/config.d.vue.ts +3 -3
- package/dist/runtime/components/table/config.vue +62 -22
- package/dist/runtime/components/table/config.vue.d.ts +3 -3
- package/dist/runtime/components/table/index.d.vue.ts +2 -0
- package/dist/runtime/components/table/index.vue +12 -3
- package/dist/runtime/components/table/index.vue.d.ts +2 -0
- package/dist/runtime/components/table/schema.d.ts +263 -0
- package/dist/runtime/components/table/schema.js +8 -4
- package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue +2 -2
- package/dist/runtime/components/ui/expression-editor/picker-entries.d.ts +1 -0
- package/dist/runtime/components/ui/expression-editor/picker-entries.js +12 -0
- package/dist/runtime/components/ui/expression-editor/scope-refs.js +1 -1
- package/dist/runtime/utils/cel-context.d.ts +21 -0
- package/package.json +1 -1
- package/dist/preview/assets/index-0vF7XQ-J.js +0 -1
- package/dist/preview/assets/index-D0eGXK5P.css +0 -1
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts
CHANGED
|
@@ -135,6 +135,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
135
135
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
136
136
|
}[];
|
|
137
137
|
} | undefined;
|
|
138
|
+
readonly bottomActions?: {
|
|
139
|
+
readonly size: "default" | "sm" | "xs";
|
|
140
|
+
readonly style?: string | undefined;
|
|
141
|
+
readonly gap: number;
|
|
142
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
143
|
+
readonly disabled?: string | undefined;
|
|
144
|
+
readonly id: string;
|
|
145
|
+
readonly title: readonly [{
|
|
146
|
+
readonly locale: "zh";
|
|
147
|
+
readonly message: string;
|
|
148
|
+
}, ...{
|
|
149
|
+
readonly locale: "en" | "ja" | "ko";
|
|
150
|
+
readonly message: string;
|
|
151
|
+
}[]];
|
|
152
|
+
readonly icon?: string | undefined;
|
|
153
|
+
readonly hidden?: string | undefined;
|
|
154
|
+
readonly tooltip?: readonly [{
|
|
155
|
+
readonly locale: "zh";
|
|
156
|
+
readonly message: string;
|
|
157
|
+
}, ...{
|
|
158
|
+
readonly locale: "en" | "ja" | "ko";
|
|
159
|
+
readonly message: string;
|
|
160
|
+
}[]] | undefined;
|
|
161
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
162
|
+
readonly action?: any;
|
|
163
|
+
readonly groupId: string;
|
|
164
|
+
readonly hideTitle?: boolean | undefined;
|
|
165
|
+
} | {
|
|
166
|
+
readonly id: string;
|
|
167
|
+
readonly title: readonly [{
|
|
168
|
+
readonly locale: "zh";
|
|
169
|
+
readonly message: string;
|
|
170
|
+
}, ...{
|
|
171
|
+
readonly locale: "en" | "ja" | "ko";
|
|
172
|
+
readonly message: string;
|
|
173
|
+
}[]];
|
|
174
|
+
readonly icon?: string | undefined;
|
|
175
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
176
|
+
readonly disabled?: string | undefined;
|
|
177
|
+
readonly id: string;
|
|
178
|
+
readonly title: readonly [{
|
|
179
|
+
readonly locale: "zh";
|
|
180
|
+
readonly message: string;
|
|
181
|
+
}, ...{
|
|
182
|
+
readonly locale: "en" | "ja" | "ko";
|
|
183
|
+
readonly message: string;
|
|
184
|
+
}[]];
|
|
185
|
+
readonly icon?: string | undefined;
|
|
186
|
+
readonly hidden?: string | undefined;
|
|
187
|
+
readonly tooltip?: readonly [{
|
|
188
|
+
readonly locale: "zh";
|
|
189
|
+
readonly message: string;
|
|
190
|
+
}, ...{
|
|
191
|
+
readonly locale: "en" | "ja" | "ko";
|
|
192
|
+
readonly message: string;
|
|
193
|
+
}[]] | undefined;
|
|
194
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
195
|
+
readonly action?: any;
|
|
196
|
+
})[];
|
|
197
|
+
readonly groupId: string;
|
|
198
|
+
readonly hideTitle?: boolean | undefined;
|
|
199
|
+
})[];
|
|
200
|
+
readonly groups: readonly {
|
|
201
|
+
readonly id: string;
|
|
202
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
203
|
+
}[];
|
|
204
|
+
} | undefined;
|
|
138
205
|
readonly rowKey?: string | undefined;
|
|
139
206
|
readonly cellStyle?: string | undefined;
|
|
140
207
|
readonly pagination?: {
|
|
@@ -316,6 +383,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
316
383
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
317
384
|
}[];
|
|
318
385
|
} | undefined;
|
|
386
|
+
readonly bottomActions?: {
|
|
387
|
+
readonly size: "default" | "sm" | "xs";
|
|
388
|
+
readonly style?: string | undefined;
|
|
389
|
+
readonly gap: number;
|
|
390
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
391
|
+
readonly disabled?: string | undefined;
|
|
392
|
+
readonly id: string;
|
|
393
|
+
readonly title: readonly [{
|
|
394
|
+
readonly locale: "zh";
|
|
395
|
+
readonly message: string;
|
|
396
|
+
}, ...{
|
|
397
|
+
readonly locale: "en" | "ja" | "ko";
|
|
398
|
+
readonly message: string;
|
|
399
|
+
}[]];
|
|
400
|
+
readonly icon?: string | undefined;
|
|
401
|
+
readonly hidden?: string | undefined;
|
|
402
|
+
readonly tooltip?: readonly [{
|
|
403
|
+
readonly locale: "zh";
|
|
404
|
+
readonly message: string;
|
|
405
|
+
}, ...{
|
|
406
|
+
readonly locale: "en" | "ja" | "ko";
|
|
407
|
+
readonly message: string;
|
|
408
|
+
}[]] | undefined;
|
|
409
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
410
|
+
readonly action?: any;
|
|
411
|
+
readonly groupId: string;
|
|
412
|
+
readonly hideTitle?: boolean | undefined;
|
|
413
|
+
} | {
|
|
414
|
+
readonly id: string;
|
|
415
|
+
readonly title: readonly [{
|
|
416
|
+
readonly locale: "zh";
|
|
417
|
+
readonly message: string;
|
|
418
|
+
}, ...{
|
|
419
|
+
readonly locale: "en" | "ja" | "ko";
|
|
420
|
+
readonly message: string;
|
|
421
|
+
}[]];
|
|
422
|
+
readonly icon?: string | undefined;
|
|
423
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
424
|
+
readonly disabled?: string | undefined;
|
|
425
|
+
readonly id: string;
|
|
426
|
+
readonly title: readonly [{
|
|
427
|
+
readonly locale: "zh";
|
|
428
|
+
readonly message: string;
|
|
429
|
+
}, ...{
|
|
430
|
+
readonly locale: "en" | "ja" | "ko";
|
|
431
|
+
readonly message: string;
|
|
432
|
+
}[]];
|
|
433
|
+
readonly icon?: string | undefined;
|
|
434
|
+
readonly hidden?: string | undefined;
|
|
435
|
+
readonly tooltip?: readonly [{
|
|
436
|
+
readonly locale: "zh";
|
|
437
|
+
readonly message: string;
|
|
438
|
+
}, ...{
|
|
439
|
+
readonly locale: "en" | "ja" | "ko";
|
|
440
|
+
readonly message: string;
|
|
441
|
+
}[]] | undefined;
|
|
442
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
443
|
+
readonly action?: any;
|
|
444
|
+
})[];
|
|
445
|
+
readonly groupId: string;
|
|
446
|
+
readonly hideTitle?: boolean | undefined;
|
|
447
|
+
})[];
|
|
448
|
+
readonly groups: readonly {
|
|
449
|
+
readonly id: string;
|
|
450
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
451
|
+
}[];
|
|
452
|
+
} | undefined;
|
|
319
453
|
readonly rowKey?: string | undefined;
|
|
320
454
|
readonly cellStyle?: string | undefined;
|
|
321
455
|
readonly pagination?: {
|
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts
CHANGED
|
@@ -135,6 +135,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
135
135
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
136
136
|
}[];
|
|
137
137
|
} | undefined;
|
|
138
|
+
readonly bottomActions?: {
|
|
139
|
+
readonly size: "default" | "sm" | "xs";
|
|
140
|
+
readonly style?: string | undefined;
|
|
141
|
+
readonly gap: number;
|
|
142
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
143
|
+
readonly disabled?: string | undefined;
|
|
144
|
+
readonly id: string;
|
|
145
|
+
readonly title: readonly [{
|
|
146
|
+
readonly locale: "zh";
|
|
147
|
+
readonly message: string;
|
|
148
|
+
}, ...{
|
|
149
|
+
readonly locale: "en" | "ja" | "ko";
|
|
150
|
+
readonly message: string;
|
|
151
|
+
}[]];
|
|
152
|
+
readonly icon?: string | undefined;
|
|
153
|
+
readonly hidden?: string | undefined;
|
|
154
|
+
readonly tooltip?: readonly [{
|
|
155
|
+
readonly locale: "zh";
|
|
156
|
+
readonly message: string;
|
|
157
|
+
}, ...{
|
|
158
|
+
readonly locale: "en" | "ja" | "ko";
|
|
159
|
+
readonly message: string;
|
|
160
|
+
}[]] | undefined;
|
|
161
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
162
|
+
readonly action?: any;
|
|
163
|
+
readonly groupId: string;
|
|
164
|
+
readonly hideTitle?: boolean | undefined;
|
|
165
|
+
} | {
|
|
166
|
+
readonly id: string;
|
|
167
|
+
readonly title: readonly [{
|
|
168
|
+
readonly locale: "zh";
|
|
169
|
+
readonly message: string;
|
|
170
|
+
}, ...{
|
|
171
|
+
readonly locale: "en" | "ja" | "ko";
|
|
172
|
+
readonly message: string;
|
|
173
|
+
}[]];
|
|
174
|
+
readonly icon?: string | undefined;
|
|
175
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
176
|
+
readonly disabled?: string | undefined;
|
|
177
|
+
readonly id: string;
|
|
178
|
+
readonly title: readonly [{
|
|
179
|
+
readonly locale: "zh";
|
|
180
|
+
readonly message: string;
|
|
181
|
+
}, ...{
|
|
182
|
+
readonly locale: "en" | "ja" | "ko";
|
|
183
|
+
readonly message: string;
|
|
184
|
+
}[]];
|
|
185
|
+
readonly icon?: string | undefined;
|
|
186
|
+
readonly hidden?: string | undefined;
|
|
187
|
+
readonly tooltip?: readonly [{
|
|
188
|
+
readonly locale: "zh";
|
|
189
|
+
readonly message: string;
|
|
190
|
+
}, ...{
|
|
191
|
+
readonly locale: "en" | "ja" | "ko";
|
|
192
|
+
readonly message: string;
|
|
193
|
+
}[]] | undefined;
|
|
194
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
195
|
+
readonly action?: any;
|
|
196
|
+
})[];
|
|
197
|
+
readonly groupId: string;
|
|
198
|
+
readonly hideTitle?: boolean | undefined;
|
|
199
|
+
})[];
|
|
200
|
+
readonly groups: readonly {
|
|
201
|
+
readonly id: string;
|
|
202
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
203
|
+
}[];
|
|
204
|
+
} | undefined;
|
|
138
205
|
readonly rowKey?: string | undefined;
|
|
139
206
|
readonly cellStyle?: string | undefined;
|
|
140
207
|
readonly pagination?: {
|
|
@@ -316,6 +383,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
316
383
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
317
384
|
}[];
|
|
318
385
|
} | undefined;
|
|
386
|
+
readonly bottomActions?: {
|
|
387
|
+
readonly size: "default" | "sm" | "xs";
|
|
388
|
+
readonly style?: string | undefined;
|
|
389
|
+
readonly gap: number;
|
|
390
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
391
|
+
readonly disabled?: string | undefined;
|
|
392
|
+
readonly id: string;
|
|
393
|
+
readonly title: readonly [{
|
|
394
|
+
readonly locale: "zh";
|
|
395
|
+
readonly message: string;
|
|
396
|
+
}, ...{
|
|
397
|
+
readonly locale: "en" | "ja" | "ko";
|
|
398
|
+
readonly message: string;
|
|
399
|
+
}[]];
|
|
400
|
+
readonly icon?: string | undefined;
|
|
401
|
+
readonly hidden?: string | undefined;
|
|
402
|
+
readonly tooltip?: readonly [{
|
|
403
|
+
readonly locale: "zh";
|
|
404
|
+
readonly message: string;
|
|
405
|
+
}, ...{
|
|
406
|
+
readonly locale: "en" | "ja" | "ko";
|
|
407
|
+
readonly message: string;
|
|
408
|
+
}[]] | undefined;
|
|
409
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
410
|
+
readonly action?: any;
|
|
411
|
+
readonly groupId: string;
|
|
412
|
+
readonly hideTitle?: boolean | undefined;
|
|
413
|
+
} | {
|
|
414
|
+
readonly id: string;
|
|
415
|
+
readonly title: readonly [{
|
|
416
|
+
readonly locale: "zh";
|
|
417
|
+
readonly message: string;
|
|
418
|
+
}, ...{
|
|
419
|
+
readonly locale: "en" | "ja" | "ko";
|
|
420
|
+
readonly message: string;
|
|
421
|
+
}[]];
|
|
422
|
+
readonly icon?: string | undefined;
|
|
423
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
424
|
+
readonly disabled?: string | undefined;
|
|
425
|
+
readonly id: string;
|
|
426
|
+
readonly title: readonly [{
|
|
427
|
+
readonly locale: "zh";
|
|
428
|
+
readonly message: string;
|
|
429
|
+
}, ...{
|
|
430
|
+
readonly locale: "en" | "ja" | "ko";
|
|
431
|
+
readonly message: string;
|
|
432
|
+
}[]];
|
|
433
|
+
readonly icon?: string | undefined;
|
|
434
|
+
readonly hidden?: string | undefined;
|
|
435
|
+
readonly tooltip?: readonly [{
|
|
436
|
+
readonly locale: "zh";
|
|
437
|
+
readonly message: string;
|
|
438
|
+
}, ...{
|
|
439
|
+
readonly locale: "en" | "ja" | "ko";
|
|
440
|
+
readonly message: string;
|
|
441
|
+
}[]] | undefined;
|
|
442
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
443
|
+
readonly action?: any;
|
|
444
|
+
})[];
|
|
445
|
+
readonly groupId: string;
|
|
446
|
+
readonly hideTitle?: boolean | undefined;
|
|
447
|
+
})[];
|
|
448
|
+
readonly groups: readonly {
|
|
449
|
+
readonly id: string;
|
|
450
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
451
|
+
}[];
|
|
452
|
+
} | undefined;
|
|
319
453
|
readonly rowKey?: string | undefined;
|
|
320
454
|
readonly cellStyle?: string | undefined;
|
|
321
455
|
readonly pagination?: {
|
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts
CHANGED
|
@@ -130,6 +130,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
130
130
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
131
131
|
}[];
|
|
132
132
|
} | undefined;
|
|
133
|
+
readonly bottomActions?: {
|
|
134
|
+
readonly size: "default" | "sm" | "xs";
|
|
135
|
+
readonly style?: string | undefined;
|
|
136
|
+
readonly gap: number;
|
|
137
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
138
|
+
readonly disabled?: string | undefined;
|
|
139
|
+
readonly id: string;
|
|
140
|
+
readonly title: readonly [{
|
|
141
|
+
readonly locale: "zh";
|
|
142
|
+
readonly message: string;
|
|
143
|
+
}, ...{
|
|
144
|
+
readonly locale: "en" | "ja" | "ko";
|
|
145
|
+
readonly message: string;
|
|
146
|
+
}[]];
|
|
147
|
+
readonly icon?: string | undefined;
|
|
148
|
+
readonly hidden?: string | undefined;
|
|
149
|
+
readonly tooltip?: readonly [{
|
|
150
|
+
readonly locale: "zh";
|
|
151
|
+
readonly message: string;
|
|
152
|
+
}, ...{
|
|
153
|
+
readonly locale: "en" | "ja" | "ko";
|
|
154
|
+
readonly message: string;
|
|
155
|
+
}[]] | undefined;
|
|
156
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
157
|
+
readonly action?: any;
|
|
158
|
+
readonly groupId: string;
|
|
159
|
+
readonly hideTitle?: boolean | undefined;
|
|
160
|
+
} | {
|
|
161
|
+
readonly id: string;
|
|
162
|
+
readonly title: readonly [{
|
|
163
|
+
readonly locale: "zh";
|
|
164
|
+
readonly message: string;
|
|
165
|
+
}, ...{
|
|
166
|
+
readonly locale: "en" | "ja" | "ko";
|
|
167
|
+
readonly message: string;
|
|
168
|
+
}[]];
|
|
169
|
+
readonly icon?: string | undefined;
|
|
170
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
171
|
+
readonly disabled?: string | undefined;
|
|
172
|
+
readonly id: string;
|
|
173
|
+
readonly title: readonly [{
|
|
174
|
+
readonly locale: "zh";
|
|
175
|
+
readonly message: string;
|
|
176
|
+
}, ...{
|
|
177
|
+
readonly locale: "en" | "ja" | "ko";
|
|
178
|
+
readonly message: string;
|
|
179
|
+
}[]];
|
|
180
|
+
readonly icon?: string | undefined;
|
|
181
|
+
readonly hidden?: string | undefined;
|
|
182
|
+
readonly tooltip?: readonly [{
|
|
183
|
+
readonly locale: "zh";
|
|
184
|
+
readonly message: string;
|
|
185
|
+
}, ...{
|
|
186
|
+
readonly locale: "en" | "ja" | "ko";
|
|
187
|
+
readonly message: string;
|
|
188
|
+
}[]] | undefined;
|
|
189
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
190
|
+
readonly action?: any;
|
|
191
|
+
})[];
|
|
192
|
+
readonly groupId: string;
|
|
193
|
+
readonly hideTitle?: boolean | undefined;
|
|
194
|
+
})[];
|
|
195
|
+
readonly groups: readonly {
|
|
196
|
+
readonly id: string;
|
|
197
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
198
|
+
}[];
|
|
199
|
+
} | undefined;
|
|
133
200
|
readonly rowKey?: string | undefined;
|
|
134
201
|
readonly cellStyle?: string | undefined;
|
|
135
202
|
readonly pagination?: {
|
|
@@ -311,6 +378,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
311
378
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
312
379
|
}[];
|
|
313
380
|
} | undefined;
|
|
381
|
+
readonly bottomActions?: {
|
|
382
|
+
readonly size: "default" | "sm" | "xs";
|
|
383
|
+
readonly style?: string | undefined;
|
|
384
|
+
readonly gap: number;
|
|
385
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
386
|
+
readonly disabled?: string | undefined;
|
|
387
|
+
readonly id: string;
|
|
388
|
+
readonly title: readonly [{
|
|
389
|
+
readonly locale: "zh";
|
|
390
|
+
readonly message: string;
|
|
391
|
+
}, ...{
|
|
392
|
+
readonly locale: "en" | "ja" | "ko";
|
|
393
|
+
readonly message: string;
|
|
394
|
+
}[]];
|
|
395
|
+
readonly icon?: string | undefined;
|
|
396
|
+
readonly hidden?: string | undefined;
|
|
397
|
+
readonly tooltip?: readonly [{
|
|
398
|
+
readonly locale: "zh";
|
|
399
|
+
readonly message: string;
|
|
400
|
+
}, ...{
|
|
401
|
+
readonly locale: "en" | "ja" | "ko";
|
|
402
|
+
readonly message: string;
|
|
403
|
+
}[]] | undefined;
|
|
404
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
405
|
+
readonly action?: any;
|
|
406
|
+
readonly groupId: string;
|
|
407
|
+
readonly hideTitle?: boolean | undefined;
|
|
408
|
+
} | {
|
|
409
|
+
readonly id: string;
|
|
410
|
+
readonly title: readonly [{
|
|
411
|
+
readonly locale: "zh";
|
|
412
|
+
readonly message: string;
|
|
413
|
+
}, ...{
|
|
414
|
+
readonly locale: "en" | "ja" | "ko";
|
|
415
|
+
readonly message: string;
|
|
416
|
+
}[]];
|
|
417
|
+
readonly icon?: string | undefined;
|
|
418
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
419
|
+
readonly disabled?: string | undefined;
|
|
420
|
+
readonly id: string;
|
|
421
|
+
readonly title: readonly [{
|
|
422
|
+
readonly locale: "zh";
|
|
423
|
+
readonly message: string;
|
|
424
|
+
}, ...{
|
|
425
|
+
readonly locale: "en" | "ja" | "ko";
|
|
426
|
+
readonly message: string;
|
|
427
|
+
}[]];
|
|
428
|
+
readonly icon?: string | undefined;
|
|
429
|
+
readonly hidden?: string | undefined;
|
|
430
|
+
readonly tooltip?: readonly [{
|
|
431
|
+
readonly locale: "zh";
|
|
432
|
+
readonly message: string;
|
|
433
|
+
}, ...{
|
|
434
|
+
readonly locale: "en" | "ja" | "ko";
|
|
435
|
+
readonly message: string;
|
|
436
|
+
}[]] | undefined;
|
|
437
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
438
|
+
readonly action?: any;
|
|
439
|
+
})[];
|
|
440
|
+
readonly groupId: string;
|
|
441
|
+
readonly hideTitle?: boolean | undefined;
|
|
442
|
+
})[];
|
|
443
|
+
readonly groups: readonly {
|
|
444
|
+
readonly id: string;
|
|
445
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
446
|
+
}[];
|
|
447
|
+
} | undefined;
|
|
314
448
|
readonly rowKey?: string | undefined;
|
|
315
449
|
readonly cellStyle?: string | undefined;
|
|
316
450
|
readonly pagination?: {
|
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts
CHANGED
|
@@ -130,6 +130,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
130
130
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
131
131
|
}[];
|
|
132
132
|
} | undefined;
|
|
133
|
+
readonly bottomActions?: {
|
|
134
|
+
readonly size: "default" | "sm" | "xs";
|
|
135
|
+
readonly style?: string | undefined;
|
|
136
|
+
readonly gap: number;
|
|
137
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
138
|
+
readonly disabled?: string | undefined;
|
|
139
|
+
readonly id: string;
|
|
140
|
+
readonly title: readonly [{
|
|
141
|
+
readonly locale: "zh";
|
|
142
|
+
readonly message: string;
|
|
143
|
+
}, ...{
|
|
144
|
+
readonly locale: "en" | "ja" | "ko";
|
|
145
|
+
readonly message: string;
|
|
146
|
+
}[]];
|
|
147
|
+
readonly icon?: string | undefined;
|
|
148
|
+
readonly hidden?: string | undefined;
|
|
149
|
+
readonly tooltip?: readonly [{
|
|
150
|
+
readonly locale: "zh";
|
|
151
|
+
readonly message: string;
|
|
152
|
+
}, ...{
|
|
153
|
+
readonly locale: "en" | "ja" | "ko";
|
|
154
|
+
readonly message: string;
|
|
155
|
+
}[]] | undefined;
|
|
156
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
157
|
+
readonly action?: any;
|
|
158
|
+
readonly groupId: string;
|
|
159
|
+
readonly hideTitle?: boolean | undefined;
|
|
160
|
+
} | {
|
|
161
|
+
readonly id: string;
|
|
162
|
+
readonly title: readonly [{
|
|
163
|
+
readonly locale: "zh";
|
|
164
|
+
readonly message: string;
|
|
165
|
+
}, ...{
|
|
166
|
+
readonly locale: "en" | "ja" | "ko";
|
|
167
|
+
readonly message: string;
|
|
168
|
+
}[]];
|
|
169
|
+
readonly icon?: string | undefined;
|
|
170
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
171
|
+
readonly disabled?: string | undefined;
|
|
172
|
+
readonly id: string;
|
|
173
|
+
readonly title: readonly [{
|
|
174
|
+
readonly locale: "zh";
|
|
175
|
+
readonly message: string;
|
|
176
|
+
}, ...{
|
|
177
|
+
readonly locale: "en" | "ja" | "ko";
|
|
178
|
+
readonly message: string;
|
|
179
|
+
}[]];
|
|
180
|
+
readonly icon?: string | undefined;
|
|
181
|
+
readonly hidden?: string | undefined;
|
|
182
|
+
readonly tooltip?: readonly [{
|
|
183
|
+
readonly locale: "zh";
|
|
184
|
+
readonly message: string;
|
|
185
|
+
}, ...{
|
|
186
|
+
readonly locale: "en" | "ja" | "ko";
|
|
187
|
+
readonly message: string;
|
|
188
|
+
}[]] | undefined;
|
|
189
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
190
|
+
readonly action?: any;
|
|
191
|
+
})[];
|
|
192
|
+
readonly groupId: string;
|
|
193
|
+
readonly hideTitle?: boolean | undefined;
|
|
194
|
+
})[];
|
|
195
|
+
readonly groups: readonly {
|
|
196
|
+
readonly id: string;
|
|
197
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
198
|
+
}[];
|
|
199
|
+
} | undefined;
|
|
133
200
|
readonly rowKey?: string | undefined;
|
|
134
201
|
readonly cellStyle?: string | undefined;
|
|
135
202
|
readonly pagination?: {
|
|
@@ -311,6 +378,73 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
311
378
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
312
379
|
}[];
|
|
313
380
|
} | undefined;
|
|
381
|
+
readonly bottomActions?: {
|
|
382
|
+
readonly size: "default" | "sm" | "xs";
|
|
383
|
+
readonly style?: string | undefined;
|
|
384
|
+
readonly gap: number;
|
|
385
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistryItemValue | {
|
|
386
|
+
readonly disabled?: string | undefined;
|
|
387
|
+
readonly id: string;
|
|
388
|
+
readonly title: readonly [{
|
|
389
|
+
readonly locale: "zh";
|
|
390
|
+
readonly message: string;
|
|
391
|
+
}, ...{
|
|
392
|
+
readonly locale: "en" | "ja" | "ko";
|
|
393
|
+
readonly message: string;
|
|
394
|
+
}[]];
|
|
395
|
+
readonly icon?: string | undefined;
|
|
396
|
+
readonly hidden?: string | undefined;
|
|
397
|
+
readonly tooltip?: readonly [{
|
|
398
|
+
readonly locale: "zh";
|
|
399
|
+
readonly message: string;
|
|
400
|
+
}, ...{
|
|
401
|
+
readonly locale: "en" | "ja" | "ko";
|
|
402
|
+
readonly message: string;
|
|
403
|
+
}[]] | undefined;
|
|
404
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
405
|
+
readonly action?: any;
|
|
406
|
+
readonly groupId: string;
|
|
407
|
+
readonly hideTitle?: boolean | undefined;
|
|
408
|
+
} | {
|
|
409
|
+
readonly id: string;
|
|
410
|
+
readonly title: readonly [{
|
|
411
|
+
readonly locale: "zh";
|
|
412
|
+
readonly message: string;
|
|
413
|
+
}, ...{
|
|
414
|
+
readonly locale: "en" | "ja" | "ko";
|
|
415
|
+
readonly message: string;
|
|
416
|
+
}[]];
|
|
417
|
+
readonly icon?: string | undefined;
|
|
418
|
+
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
419
|
+
readonly disabled?: string | undefined;
|
|
420
|
+
readonly id: string;
|
|
421
|
+
readonly title: readonly [{
|
|
422
|
+
readonly locale: "zh";
|
|
423
|
+
readonly message: string;
|
|
424
|
+
}, ...{
|
|
425
|
+
readonly locale: "en" | "ja" | "ko";
|
|
426
|
+
readonly message: string;
|
|
427
|
+
}[]];
|
|
428
|
+
readonly icon?: string | undefined;
|
|
429
|
+
readonly hidden?: string | undefined;
|
|
430
|
+
readonly tooltip?: readonly [{
|
|
431
|
+
readonly locale: "zh";
|
|
432
|
+
readonly message: string;
|
|
433
|
+
}, ...{
|
|
434
|
+
readonly locale: "en" | "ja" | "ko";
|
|
435
|
+
readonly message: string;
|
|
436
|
+
}[]] | undefined;
|
|
437
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
438
|
+
readonly action?: any;
|
|
439
|
+
})[];
|
|
440
|
+
readonly groupId: string;
|
|
441
|
+
readonly hideTitle?: boolean | undefined;
|
|
442
|
+
})[];
|
|
443
|
+
readonly groups: readonly {
|
|
444
|
+
readonly id: string;
|
|
445
|
+
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
446
|
+
}[];
|
|
447
|
+
} | undefined;
|
|
314
448
|
readonly rowKey?: string | undefined;
|
|
315
449
|
readonly cellStyle?: string | undefined;
|
|
316
450
|
readonly pagination?: {
|