@kp-ui/lowcode-pc-v2 0.0.11 → 0.0.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.
@@ -135,6 +135,23 @@
135
135
  border-radius: 4px;
136
136
  color: #333;
137
137
  }
138
+ .layout-render-wrapper[data-v-cc552ab2] {
139
+ flex: 1;
140
+ width: 100%;
141
+ height: 100%;
142
+ max-height: 100%;
143
+ min-height: 0;
144
+ overflow-y: auto;
145
+ overflow-x: hidden;
146
+ background: var(--7f03c4fc);
147
+ }
148
+ .loading-wrapper[data-v-cc552ab2] {
149
+ min-height: 300px;
150
+ padding: 20px;
151
+ }
152
+ .ant-form .ant-form-item-explain.ant-form-item-explain-connected[data-v-cc552ab2] {
153
+ display: none;
154
+ }
138
155
  .field-wrapper[data-v-254940bd] {
139
156
  position: relative;
140
157
  }
@@ -191,6 +208,80 @@
191
208
  }
192
209
  .ant-form-item .custom-label[data-v-254940bd] .svg-icon {
193
210
  flex: 0 0 auto;
211
+ }.html-text-widget[data-v-af85686c] {
212
+ padding: 8px 0;
213
+ }.button-list-container[data-v-37429548] {
214
+ flex: 1;
215
+ display: flex;
216
+ justify-content: var(--flex);
217
+ }
218
+ .button-list-container .button-icon[data-v-37429548] {
219
+ margin-right: 4px;
220
+ }.button-list-widget[data-v-7c7bae62] {
221
+ display: flex;
222
+ flex-wrap: wrap;
223
+ }
224
+ .button-list-widget.layout-horizontal[data-v-7c7bae62] {
225
+ flex-direction: row;
226
+ }
227
+ .button-list-widget.layout-vertical[data-v-7c7bae62] {
228
+ flex-direction: column;
229
+ }.readonly-mode-field[data-v-9ce952fa] {
230
+ display: inline-block;
231
+ white-space: pre-wrap;
232
+ line-height: 1.5;
233
+ max-height: 100px;
234
+ overflow-y: auto;
235
+ }.select-box[data-v-cd64c14b] {
236
+ display: flex;
237
+ width: 100%;
238
+ }
239
+ .select-box.useModal[data-v-cd64c14b] .ant-select-selector {
240
+ border-top-right-radius: 0;
241
+ border-bottom-right-radius: 0;
242
+ }
243
+ .select-box .useModal-svg[data-v-cd64c14b] {
244
+ border: 1px solid #d9d9d9;
245
+ cursor: pointer;
246
+ width: 40px;
247
+ background: #fafafa;
248
+ line-height: 30px;
249
+ border-left: 0;
250
+ text-align: center;
251
+ border-top-right-radius: 6px;
252
+ border-bottom-right-radius: 6px;
253
+ }.readonly-mode-time[data-v-7b5d160f] .ant-picker {
254
+ display: none;
255
+ }.readonly-mode-time-range[data-v-a6cdcc75] .ant-picker {
256
+ display: none;
257
+ }.color-picker-wrapper[data-v-95d08661] {
258
+ display: flex;
259
+ align-items: center;
260
+ gap: 8px;
261
+ }
262
+ .color-picker-wrapper .color-input[data-v-95d08661] {
263
+ width: 40px;
264
+ height: 32px;
265
+ padding: 0;
266
+ border: 1px solid #d9d9d9;
267
+ border-radius: 4px;
268
+ cursor: pointer;
269
+ }
270
+ .color-picker-wrapper .color-value[data-v-95d08661] {
271
+ font-family: monospace;
272
+ }
273
+ .color-display[data-v-95d08661] {
274
+ display: flex;
275
+ align-items: center;
276
+ gap: 8px;
277
+ }
278
+ .color-display .color-box[data-v-95d08661] {
279
+ width: 20px;
280
+ height: 20px;
281
+ border: 1px solid #d9d9d9;
282
+ border-radius: 4px;
283
+ }.static-text-widget[data-v-fdc47dc4] {
284
+ padding: 8px 0;
194
285
  }.designer[data-v-8c04a069] {
195
286
  position: relative;
196
287
  }
@@ -204,6 +295,39 @@
204
295
  right: 0;
205
296
  bottom: 0;
206
297
  background: rgba(0, 0, 0, 0.01);
298
+ }.file-upload-tip[data-v-d7f7f675] {
299
+ font-size: 12px;
300
+ margin-top: 10px;
301
+ color: var(--text-color-secondary, #8c8c8c);
302
+ line-height: 1.5;
303
+ }
304
+ .tpf-upload .tpf-button[data-v-d7f7f675] {
305
+ display: inline-flex;
306
+ align-items: center;
307
+ gap: 4px;
308
+ padding: 6px 16px;
309
+ border-radius: 6px;
310
+ background: var(--primary-color, #1677ff);
311
+ color: #fff;
312
+ cursor: pointer;
313
+ transition: all 0.2s;
314
+ }
315
+ .tpf-upload .tpf-button[data-v-d7f7f675]:hover {
316
+ opacity: 0.85;
317
+ }.rich-editor-widget[data-v-a69f5c43] .ql-toolbar.ql-snow {
318
+ border-color: #d9d9d9;
319
+ border-top-left-radius: 8px;
320
+ border-top-right-radius: 8px;
321
+ }
322
+ .rich-editor-widget[data-v-a69f5c43] .ql-container.ql-snow {
323
+ border-bottom-left-radius: 8px;
324
+ border-bottom-right-radius: 8px;
325
+ border-color: #d9d9d9;
326
+ }[data-v-143c8384] .ant-tree {
327
+ background: transparent;
328
+ }
329
+ [data-v-143c8384] .ant-tree .ant-tree-checkbox {
330
+ margin-block-start: 0;
207
331
  }.column-row[data-v-30a82eb1] {
208
332
  height: 400px;
209
333
  display: flex;
@@ -299,14 +423,7 @@
299
423
  .column-row .col-right-content-item .col-right-content-item-right[data-v-30a82eb1] .icon-guanbi:hover {
300
424
  opacity: 1;
301
425
  }
302
- .button-list-container[data-v-37429548] {
303
- flex: 1;
304
- display: flex;
305
- justify-content: var(--flex);
306
- }
307
- .button-list-container .button-icon[data-v-37429548] {
308
- margin-right: 4px;
309
- }.talbe-wrapper[data-v-457df1db] {
426
+ .talbe-wrapper[data-v-457df1db] {
310
427
  position: relative;
311
428
  height: var(--3014ec30);
312
429
  display: flex;
@@ -328,106 +445,16 @@
328
445
  margin-top: 10px;
329
446
  display: flex;
330
447
  justify-content: end;
331
- }.file-upload-tip[data-v-d7f7f675] {
332
- font-size: 12px;
333
- margin-top: 10px;
334
- color: var(--text-color-secondary, #8c8c8c);
335
- line-height: 1.5;
336
- }
337
- .tpf-upload .tpf-button[data-v-d7f7f675] {
338
- display: inline-flex;
339
- align-items: center;
340
- gap: 4px;
341
- padding: 6px 16px;
342
- border-radius: 6px;
343
- background: var(--primary-color, #1677ff);
344
- color: #fff;
345
- cursor: pointer;
346
- transition: all 0.2s;
347
- }
348
- .tpf-upload .tpf-button[data-v-d7f7f675]:hover {
349
- opacity: 0.85;
350
- }.rich-editor-widget[data-v-a69f5c43] .ql-toolbar.ql-snow {
351
- border-color: #d9d9d9;
352
- border-top-left-radius: 8px;
353
- border-top-right-radius: 8px;
354
- }
355
- .rich-editor-widget[data-v-a69f5c43] .ql-container.ql-snow {
356
- border-bottom-left-radius: 8px;
357
- border-bottom-right-radius: 8px;
358
- border-color: #d9d9d9;
359
- }[data-v-143c8384] .ant-tree {
360
- background: transparent;
361
- }
362
- [data-v-143c8384] .ant-tree .ant-tree-checkbox {
363
- margin-block-start: 0;
364
- }.button-list-widget[data-v-7c7bae62] {
365
- display: flex;
366
- flex-wrap: wrap;
367
- }
368
- .button-list-widget.layout-horizontal[data-v-7c7bae62] {
369
- flex-direction: row;
370
- }
371
- .button-list-widget.layout-vertical[data-v-7c7bae62] {
372
- flex-direction: column;
373
- }.color-picker-wrapper[data-v-95d08661] {
374
- display: flex;
375
- align-items: center;
376
- gap: 8px;
377
- }
378
- .color-picker-wrapper .color-input[data-v-95d08661] {
379
- width: 40px;
380
- height: 32px;
381
- padding: 0;
382
- border: 1px solid #d9d9d9;
383
- border-radius: 4px;
384
- cursor: pointer;
385
- }
386
- .color-picker-wrapper .color-value[data-v-95d08661] {
387
- font-family: monospace;
388
- }
389
- .color-display[data-v-95d08661] {
390
- display: flex;
391
- align-items: center;
392
- gap: 8px;
393
- }
394
- .color-display .color-box[data-v-95d08661] {
395
- width: 20px;
396
- height: 20px;
397
- border: 1px solid #d9d9d9;
398
- border-radius: 4px;
399
- }.html-text-widget[data-v-af85686c] {
400
- padding: 8px 0;
401
- }.select-box[data-v-cd64c14b] {
402
- display: flex;
448
+ }.grid-cell[data-v-598209c1] {
449
+ position: relative;
450
+ }.grid-container[data-v-a24cd517] {
403
451
  width: 100%;
404
452
  }
405
- .select-box.useModal[data-v-cd64c14b] .ant-select-selector {
406
- border-top-right-radius: 0;
407
- border-bottom-right-radius: 0;
453
+ .grid-container[data-v-a24cd517] .designer-widget-list {
454
+ min-height: 28px;
408
455
  }
409
- .select-box .useModal-svg[data-v-cd64c14b] {
410
- border: 1px solid #d9d9d9;
411
- cursor: pointer;
412
- width: 40px;
413
- background: #fafafa;
414
- line-height: 30px;
415
- border-left: 0;
416
- text-align: center;
417
- border-top-right-radius: 6px;
418
- border-bottom-right-radius: 6px;
419
- }.static-text-widget[data-v-fdc47dc4] {
420
- padding: 8px 0;
421
- }.readonly-mode-field[data-v-9ce952fa] {
422
- display: inline-block;
423
- white-space: pre-wrap;
424
- line-height: 1.5;
425
- max-height: 100px;
426
- overflow-y: auto;
427
- }.readonly-mode-time-range[data-v-a6cdcc75] .ant-picker {
428
- display: none;
429
- }.readonly-mode-time[data-v-7b5d160f] .ant-picker {
430
- display: none;
456
+ .grid-container[data-v-a24cd517] .designer-widget-list .empty-drop-zone {
457
+ height: 28px;
431
458
  }.vf-box-widget[data-v-d52cfec5] {
432
459
  width: 100%;
433
460
  }
@@ -445,52 +472,105 @@
445
472
  }
446
473
  .vf-box-widget .vf-box-content[data-v-d52cfec5] {
447
474
  min-height: 60px;
448
- }.collapse-container[data-v-72ccf79c] {
475
+ }.collapse-container[data-v-a9c6fa96] {
449
476
  display: flex;
450
477
  margin: 2px;
451
478
  width: 100%;
479
+ flex-direction: column;
452
480
  }
453
- .collapse-container .form-widget-list[data-v-72ccf79c] {
481
+ .collapse-container .form-widget-list[data-v-a9c6fa96] {
454
482
  min-height: 28px;
455
483
  }
456
- .collapse-container[data-v-72ccf79c] .header-right .form-widget-list {
484
+ .collapse-container[data-v-a9c6fa96] .header-right .form-widget-list {
457
485
  min-width: 200px;
458
486
  }
459
- .tpf-collapse[data-v-72ccf79c] {
487
+ .tpf-like-collapse[data-v-a9c6fa96] {
488
+ width: 100%;
489
+ background: transparent;
490
+ border: 0;
491
+ padding: 5px;
492
+ box-sizing: border-box;
493
+ }
494
+ .tpf-like-collapse[data-v-a9c6fa96] .ant-collapse-item {
495
+ border: 0;
496
+ background: transparent;
460
497
  padding: 5px;
461
498
  }
462
- .tpf-collapse .collapse-right[data-v-72ccf79c] {
499
+ .tpf-like-collapse[data-v-a9c6fa96] .ant-collapse-header {
500
+ padding: 10px 10px 10px 0 !important;
501
+ box-sizing: border-box;
502
+ background: #f7f8fa;
503
+ align-items: center !important;
504
+ }
505
+ .tpf-like-collapse[data-v-a9c6fa96] .ant-collapse-header-text {
506
+ min-width: 0;
507
+ }
508
+ .tpf-like-collapse[data-v-a9c6fa96] .ant-collapse-extra {
509
+ min-height: 30px;
510
+ }
511
+ .tpf-like-collapse[data-v-a9c6fa96] .ant-collapse-content {
512
+ border: 0;
513
+ background: transparent;
514
+ padding: 16px;
515
+ }
516
+ .tpf-like-collapse[data-v-a9c6fa96] .ant-collapse-content-box {
517
+ padding: 0;
518
+ border-radius: 6px;
519
+ overflow: hidden;
520
+ background-color: #fff;
521
+ }
522
+ .tpf-like-collapse .tpf-like-collapse-header-content[data-v-a9c6fa96] {
523
+ display: inline-flex;
524
+ align-items: center;
525
+ gap: 5px;
526
+ min-width: 0;
527
+ padding-left: 10px;
528
+ }
529
+ .tpf-like-collapse .tpf-like-collapse-header-content[data-v-a9c6fa96]::before {
530
+ content: '';
531
+ background-color: var(--ant-primary-color);
532
+ width: 4px;
533
+ height: 20px;
534
+ position: absolute;
535
+ top: 50%;
536
+ left: 0;
537
+ transform: translateY(-50%);
538
+ }
539
+ .tpf-like-collapse .tpf-like-collapse-title[data-v-a9c6fa96] {
540
+ font-weight: 500;
541
+ color: #1f2329;
542
+ line-height: 24px;
543
+ font-size: 16px;
544
+ }
545
+ .tpf-like-collapse .collapse-right[data-v-a9c6fa96] {
463
546
  min-width: 200px;
464
547
  min-height: 30px;
465
548
  display: flex;
466
549
  justify-content: end;
467
550
  }
468
- .tpf-collapse[data-v-72ccf79c] .tpf-collapse-content-wrapper {
551
+ .tpf-like-collapse .collapse-right[data-v-a9c6fa96] .ant-form-item {
552
+ margin-bottom: 0;
553
+ }
554
+ .tpf-like-collapse[data-v-a9c6fa96] .tpf-collapse-content-wrapper {
469
555
  overflow: hidden;
470
556
  background-color: #fff;
471
- padding: 16px;
472
557
  }
473
558
  [data-v-17ae4bcb] .ant-modal-body .ime-table {
474
559
  height: 100%;
475
- }.flex-container[data-v-4ac728a4] {
476
- width: 100%;
477
- min-height: 42px;
478
- }
479
- .flex-container[data-v-4ac728a4] .ant-form-item {
480
- margin-bottom: 0;
481
560
  }.form-widget[data-v-4231072f] {
482
561
  width: 100%;
483
562
  min-height: 60px;
484
- }.grid-cell[data-v-598209c1] {
485
- position: relative;
486
- }.grid-container[data-v-a24cd517] {
563
+ }.space-container[data-v-b88f40ce] {
487
564
  width: 100%;
488
565
  }
489
- .grid-container[data-v-a24cd517] .designer-widget-list {
490
- min-height: 28px;
566
+ .space-container[data-v-b88f40ce] .ant-form-item {
567
+ margin-bottom: 0;
568
+ }.flex-container[data-v-4ac728a4] {
569
+ width: 100%;
570
+ min-height: 42px;
491
571
  }
492
- .grid-container[data-v-a24cd517] .designer-widget-list .empty-drop-zone {
493
- height: 28px;
572
+ .flex-container[data-v-4ac728a4] .ant-form-item {
573
+ margin-bottom: 0;
494
574
  }.list-container[data-v-ec678321] {
495
575
  width: 100%;
496
576
  }
@@ -517,11 +597,6 @@
517
597
  border: 1px dashed #d9d9d9;
518
598
  border-radius: 4px;
519
599
  background: #fafafa;
520
- }.space-container[data-v-b88f40ce] {
521
- width: 100%;
522
- }
523
- .space-container[data-v-b88f40ce] .ant-form-item {
524
- margin-bottom: 0;
525
600
  }.page-template-widget[data-v-dc2a06fa] {
526
601
  min-height: 100%;
527
602
  }
@@ -531,20 +606,4 @@
531
606
  .page-template-widget[data-v-dc2a06fa] .addInfoLayout-footer .ant-form-item {
532
607
  margin-bottom: 0;
533
608
  }
534
- .layout-render-wrapper[data-v-976bc2cb] {
535
- flex: 1;
536
- width: 100%;
537
- height: 100%;
538
- min-height: 0;
539
- overflow-y: auto;
540
- overflow-x: hidden;
541
- background: var(--ee95b64a);
542
- }
543
- .loading-wrapper[data-v-976bc2cb] {
544
- min-height: 300px;
545
- padding: 20px;
546
- }
547
- .ant-form .ant-form-item-explain.ant-form-item-explain-connected[data-v-976bc2cb] {
548
- display: none;
549
- }
550
609
  /*$vite$:1*/
@@ -1,5 +1,6 @@
1
1
  import { Fragment, createBlock, createElementBlock, defineComponent, inject, mergeModels, normalizeStyle, openBlock, provide, renderList, resolveDynamicComponent, toRef, unref, useModel } from "vue";
2
2
  //#region ../core/src/components/common/render/RenderWidgetList.vue?vue&type=script&setup=true&lang.ts
3
+ var _hoisted_1 = ["id"];
3
4
  var RenderWidgetList_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
4
5
  inheritAttrs: false,
5
6
  name: "RenderWidgetList",
@@ -25,15 +26,21 @@ var RenderWidgetList_vue_vue_type_script_setup_true_lang_default = /* @__PURE__
25
26
  setup(__props) {
26
27
  const props = __props;
27
28
  const getWidget = inject("getWidget", (widget) => {});
29
+ const getWrapperStyle = (widget, index) => {
30
+ var _props$itemStyle, _props$itemStyle2;
31
+ return (_props$itemStyle = (_props$itemStyle2 = props.itemStyle) === null || _props$itemStyle2 === void 0 ? void 0 : _props$itemStyle2.call(props, widget, index)) !== null && _props$itemStyle !== void 0 ? _props$itemStyle : { display: "contents" };
32
+ };
28
33
  if (typeof props.subFormRowIndex === "number") provide("subFormRowIndex", toRef(props.subFormRowIndex));
29
34
  const list = useModel(__props, "list");
30
35
  return (_ctx, _cache) => {
31
36
  return openBlock(true), createElementBlock(Fragment, null, renderList(list.value, (widget, index) => {
32
- var _ctx$itemStyle;
33
- return openBlock(), createBlock(resolveDynamicComponent(unref(getWidget)(widget)), {
37
+ return openBlock(), createElementBlock("div", {
34
38
  key: `${widget.id}_${index}`,
35
- id: widget.id,
36
- style: normalizeStyle([widget.style, (_ctx$itemStyle = _ctx.itemStyle) === null || _ctx$itemStyle === void 0 ? void 0 : _ctx$itemStyle.call(_ctx, widget, index)]),
39
+ id: _ctx.itemStyle ? widget.id : void 0,
40
+ style: normalizeStyle(getWrapperStyle(widget, index))
41
+ }, [(openBlock(), createBlock(resolveDynamicComponent(unref(getWidget)(widget)), {
42
+ id: _ctx.itemStyle ? void 0 : widget.id,
43
+ style: normalizeStyle(widget.style),
37
44
  widget,
38
45
  field: widget,
39
46
  index
@@ -43,7 +50,7 @@ var RenderWidgetList_vue_vue_type_script_setup_true_lang_default = /* @__PURE__
43
50
  "widget",
44
51
  "field",
45
52
  "index"
46
- ]);
53
+ ]))], 12, _hoisted_1);
47
54
  }), 128);
48
55
  };
49
56
  }
@@ -242,6 +242,8 @@ var en_US_default = {
242
242
  treeDefaultExpandAll: "Default Expand All Tree Nodes",
243
243
  shape: "Button Shape",
244
244
  danger: "Danger Button",
245
+ buttonStyle: "Button Style",
246
+ outline: "Outline",
245
247
  defaultPageSize: "Default Page Size",
246
248
  specifyPageSizeOptions: "Page Size Options",
247
249
  hideOnSinglePage: "Hide Pagination On Single Page",
@@ -293,6 +293,8 @@ var zh_CN_default = {
293
293
  treeDefaultExpandAll: "默认展开所有树节点",
294
294
  shape: "按钮形状",
295
295
  danger: "危险按钮",
296
+ buttonStyle: "按钮样式",
297
+ outline: "描边",
296
298
  ghost: "幽灵按钮",
297
299
  buttonConfig: "按钮配置",
298
300
  placement: "菜单弹出位置",
@@ -16,7 +16,7 @@ import { isArray } from "lodash-es";
16
16
  */
17
17
  function getWidgetCompontent(widget, widgetList, designState) {
18
18
  const widgetType = widget.type;
19
- const currentWidget = widgetList.get(widgetType + "-widget");
19
+ const currentWidget = widgetList.get(widgetType) || widgetList.get(widgetType + "-widget");
20
20
  if (currentWidget) {
21
21
  if (isArray(currentWidget)) return designState ? currentWidget[0] : currentWidget[1];
22
22
  return currentWidget;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kp-ui/lowcode-pc-v2",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -1,7 +1,7 @@
1
1
  import { useI18n } from "../../../../core/src/utils/i18n.js";
2
2
  import { useLowcode } from "../../../../core/src/hooks/useLowcode.js";
3
- import ActionButtonListRender_default from "../ActionButtonListRender.js";
4
3
  import render_default from "../../../render/index.js";
4
+ import ActionButtonListRender_default from "../ActionButtonListRender.js";
5
5
  import { computed, createBlock, createVNode, defineComponent, mergeProps, nextTick, onMounted, openBlock, ref, unref, useAttrs, withCtx } from "vue";
6
6
  import { Skeleton } from "ant-design-vue";
7
7
  import { TpfConfigProvider, TpfModal } from "tmgc2-share";
@@ -26,14 +26,7 @@ var CustomerModal_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */
26
26
  const visible = ref(false);
27
27
  const props = __props;
28
28
  const emit = __emit;
29
- const vfCtx = computed(() => {
30
- var _attrs$row;
31
- return {
32
- _id: (attrs === null || attrs === void 0 || (_attrs$row = attrs.row) === null || _attrs$row === void 0 || (_attrs$row = _attrs$row.record) === null || _attrs$row === void 0 ? void 0 : _attrs$row._id) || null,
33
- type: props.type,
34
- ...attrs
35
- };
36
- });
29
+ const vfCtx = ref();
37
30
  const isDisabled = ref(false);
38
31
  const { vfdRef, formConfig, getPageJson, isLoading } = useLowcode({
39
32
  pageCode: props.formCode,
@@ -48,9 +41,15 @@ var CustomerModal_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */
48
41
  return "新增";
49
42
  });
50
43
  const show = async () => {
44
+ var _attrs$row;
51
45
  visible.value = true;
52
46
  await nextTick();
53
47
  await getPageJson();
48
+ vfCtx.value = {
49
+ _id: (attrs === null || attrs === void 0 || (_attrs$row = attrs.row) === null || _attrs$row === void 0 || (_attrs$row = _attrs$row.record) === null || _attrs$row === void 0 ? void 0 : _attrs$row._id) || null,
50
+ type: props.type,
51
+ ...attrs
52
+ };
54
53
  };
55
54
  const setleftText = (number) => {
56
55
  leftNum.value = number;
@@ -2,6 +2,6 @@ import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export
2
2
  import index_vue_vue_type_script_setup_true_lang_default from "./index.vue_vue_type_script_setup_true_lang.js";
3
3
  /* empty css */
4
4
  //#region src/render/index.vue
5
- var render_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-976bc2cb"]]);
5
+ var render_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-cc552ab2"]]);
6
6
  //#endregion
7
7
  export { render_default as default };
@@ -28,7 +28,7 @@ var index_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineCo
28
28
  parentForm: { default: null }
29
29
  },
30
30
  setup(__props, { expose: __expose }) {
31
- useCssVars((_ctx) => ({ "ee95b64a": unref(formConfig).backgroundColor }));
31
+ useCssVars((_ctx) => ({ "7f03c4fc": unref(formConfig).backgroundColor }));
32
32
  const debug = computed(() => getLocat().debug === "1");
33
33
  const debugVisible = ref(false);
34
34
  const props = __props;
@@ -19,6 +19,7 @@ var Radio = {
19
19
  disabled: false,
20
20
  readonly: false,
21
21
  clearable: false,
22
+ buttonStyle: "outline",
22
23
  size: "default"
23
24
  }
24
25
  };
@@ -3,6 +3,6 @@ import index_render_vue_vue_type_script_setup_true_lang_default from "./index-re
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  //#region src/widgets/containers/collapse/index-render.vue
6
- var index_render_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_render_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-72ccf79c"]]);
6
+ var index_render_default = /* @__PURE__ */ _plugin_vue_export_helper_default(index_render_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-a9c6fa96"]]);
7
7
  //#endregion
8
8
  export { index_render_default as default };