@qikdev/vue-ui 0.2.341 → 0.2.343

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/lib.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  t((E["@qikdev/vue-ui"] = {}), E.Vue, E.sdk));
8
8
  })(this, function (E, t, El) {
9
9
  "use strict";
10
- const wm = "0.2.341";
10
+ const wm = "0.2.343";
11
11
  class ft extends Error {}
12
12
  class Cm extends ft {
13
13
  constructor(n) {
@@ -33059,6 +33059,9 @@
33059
33059
  e
33060
33060
  );
33061
33061
  },
33062
+ component() {
33063
+ return this.field.component;
33064
+ },
33062
33065
  widget() {
33063
33066
  if (this.type == "group") return this.type;
33064
33067
  var e = this.actualField.widget;
@@ -33144,7 +33147,7 @@
33144
33147
  },
33145
33148
  },
33146
33149
  },
33147
- rE = { key: 40, class: "ux-field-message" };
33150
+ rE = { key: 2, class: "ux-field-message" };
33148
33151
  function oE(e, n, r, i, l, o) {
33149
33152
  const a = t.resolveComponent("text-field"),
33150
33153
  s = t.resolveComponent("internal-route-select"),
@@ -33191,27 +33194,27 @@
33191
33194
  {
33192
33195
  key: 0,
33193
33196
  class: t.normalizeClass(["ux-field", o.classes]),
33194
- onFocusin: n[39] || (n[39] = (...x) => o.focus && o.focus(...x)),
33195
- onFocusout: n[40] || (n[40] = (...x) => o.blur && o.blur(...x)),
33197
+ onFocusin: n[40] || (n[40] = (...x) => o.focus && o.focus(...x)),
33198
+ onFocusout: n[41] || (n[41] = (...x) => o.blur && o.blur(...x)),
33196
33199
  onMouseover:
33197
- n[41] ||
33198
- (n[41] = t.withModifiers(
33200
+ n[42] ||
33201
+ (n[42] = t.withModifiers(
33199
33202
  (...x) => o.hoverover && o.hoverover(...x),
33200
33203
  ["stop"],
33201
33204
  )),
33202
33205
  onMouseout:
33203
- n[42] ||
33204
- (n[42] = t.withModifiers(
33206
+ n[43] ||
33207
+ (n[43] = t.withModifiers(
33205
33208
  (...x) => o.hoverout && o.hoverout(...x),
33206
33209
  ["stop"],
33207
33210
  )),
33208
- onClick: n[43] || (n[43] = (x) => o.clicked(x)),
33211
+ onClick: n[44] || (n[44] = (x) => o.clicked(x)),
33209
33212
  },
33210
33213
  [
33211
- o.widget == "textfield"
33214
+ o.component
33212
33215
  ? (t.openBlock(),
33213
33216
  t.createBlock(
33214
- a,
33217
+ t.resolveDynamicComponent(o.component),
33215
33218
  {
33216
33219
  key: 0,
33217
33220
  onTouched: o.touch,
@@ -33221,266 +33224,332 @@
33221
33224
  n[0] || (n[0] = (x) => (o.fieldModel = x)),
33222
33225
  },
33223
33226
  null,
33224
- 8,
33225
- ["onTouched", "field", "modelValue"],
33226
- ))
33227
- : t.createCommentVNode("", !0),
33228
- o.widget == "internal-route"
33229
- ? (t.openBlock(),
33230
- t.createBlock(
33231
- s,
33232
- {
33233
- key: 1,
33234
- onTouched: o.touch,
33235
- field: o.actualField,
33236
- modelValue: o.fieldModel,
33237
- "onUpdate:modelValue":
33238
- n[1] || (n[1] = (x) => (o.fieldModel = x)),
33239
- },
33240
- null,
33241
- 8,
33242
- ["onTouched", "field", "modelValue"],
33243
- ))
33244
- : t.createCommentVNode("", !0),
33245
- o.widget == "internal-menu"
33246
- ? (t.openBlock(),
33247
- t.createBlock(
33248
- c,
33249
- {
33250
- key: 2,
33251
- onTouched: o.touch,
33252
- field: o.actualField,
33253
- modelValue: o.fieldModel,
33254
- "onUpdate:modelValue":
33255
- n[2] || (n[2] = (x) => (o.fieldModel = x)),
33256
- },
33257
- null,
33258
- 8,
33259
- ["onTouched", "field", "modelValue"],
33260
- ))
33261
- : t.createCommentVNode("", !0),
33262
- o.widget == "internal-field-creator"
33263
- ? (t.openBlock(),
33264
- t.createBlock(
33265
- d,
33266
- {
33267
- key: 3,
33268
- modelValue: l.definedField,
33269
- "onUpdate:modelValue":
33270
- n[3] || (n[3] = (x) => (l.definedField = x)),
33271
- referenceType: o.actualField.referenceType,
33272
- },
33273
- null,
33274
- 8,
33275
- ["modelValue", "referenceType"],
33276
- ))
33277
- : t.createCommentVNode("", !0),
33278
- o.widget == "html"
33279
- ? (t.openBlock(),
33280
- t.createBlock(
33281
- u,
33282
- {
33283
- key: 4,
33284
- onTouched: o.touch,
33285
- field: o.actualField,
33286
- modelValue: o.fieldModel,
33287
- "onUpdate:modelValue":
33288
- n[4] || (n[4] = (x) => (o.fieldModel = x)),
33289
- },
33290
- null,
33291
- 8,
33292
- ["onTouched", "field", "modelValue"],
33293
- ))
33294
- : t.createCommentVNode("", !0),
33295
- o.widget == "value"
33296
- ? (t.openBlock(),
33297
- t.createElementBlock(t.Fragment, { key: 5 }, [], 64))
33298
- : t.createCommentVNode("", !0),
33299
- o.widget == "slider"
33300
- ? (t.openBlock(),
33301
- t.createBlock(
33302
- m,
33303
- {
33304
- key: 6,
33305
- onTouched: o.touch,
33306
- field: o.actualField,
33307
- modelValue: o.fieldModel,
33308
- "onUpdate:modelValue":
33309
- n[5] || (n[5] = (x) => (o.fieldModel = x)),
33310
- },
33311
- null,
33312
- 8,
33313
- ["onTouched", "field", "modelValue"],
33314
- ))
33315
- : t.createCommentVNode("", !0),
33316
- o.widget == "color"
33317
- ? (t.openBlock(),
33318
- t.createBlock(
33319
- f,
33320
- {
33321
- key: 7,
33322
- onTouched: o.touch,
33323
- field: o.actualField,
33324
- modelValue: o.fieldModel,
33325
- "onUpdate:modelValue":
33326
- n[6] || (n[6] = (x) => (o.fieldModel = x)),
33327
- },
33328
- null,
33329
- 8,
33330
- ["onTouched", "field", "modelValue"],
33331
- ))
33332
- : t.createCommentVNode("", !0),
33333
- o.widget == "filter"
33334
- ? (t.openBlock(),
33335
- t.createBlock(
33336
- h,
33337
- {
33338
- key: 8,
33339
- onTouched: o.touch,
33340
- field: o.actualField,
33341
- modelValue: o.fieldModel,
33342
- "onUpdate:modelValue":
33343
- n[7] || (n[7] = (x) => (o.fieldModel = x)),
33344
- },
33345
- null,
33346
- 8,
33347
- ["onTouched", "field", "modelValue"],
33348
- ))
33349
- : t.createCommentVNode("", !0),
33350
- o.widget == "dateobject"
33351
- ? (t.openBlock(),
33352
- t.createBlock(
33353
- p,
33354
- {
33355
- key: 9,
33356
- onTouched: o.touch,
33357
- field: o.actualField,
33358
- modelValue: o.fieldModel,
33359
- "onUpdate:modelValue":
33360
- n[8] || (n[8] = (x) => (o.fieldModel = x)),
33361
- },
33362
- null,
33363
- 8,
33364
- ["onTouched", "field", "modelValue"],
33365
- ))
33366
- : t.createCommentVNode("", !0),
33367
- o.widget == "signature"
33368
- ? (t.openBlock(),
33369
- t.createBlock(
33370
- y,
33371
- {
33372
- key: 10,
33373
- onTouched: o.touch,
33374
- field: o.actualField,
33375
- modelValue: o.fieldModel,
33376
- "onUpdate:modelValue":
33377
- n[9] || (n[9] = (x) => (o.fieldModel = x)),
33378
- },
33379
- null,
33380
- 8,
33381
- ["onTouched", "field", "modelValue"],
33382
- ))
33383
- : t.createCommentVNode("", !0),
33384
- o.widget == "checkbox"
33385
- ? (t.openBlock(),
33386
- t.createBlock(
33387
- g,
33388
- {
33389
- key: 11,
33390
- onTouched: o.touch,
33391
- field: o.actualField,
33392
- modelValue: o.fieldModel,
33393
- "onUpdate:modelValue":
33394
- n[10] || (n[10] = (x) => (o.fieldModel = x)),
33395
- },
33396
- null,
33397
- 8,
33398
- ["onTouched", "field", "modelValue"],
33399
- ))
33400
- : t.createCommentVNode("", !0),
33401
- o.widget == "switch"
33402
- ? (t.openBlock(),
33403
- t.createBlock(
33404
- b,
33405
- {
33406
- key: 12,
33407
- onTouched: o.touch,
33408
- field: o.actualField,
33409
- modelValue: o.fieldModel,
33410
- "onUpdate:modelValue":
33411
- n[11] || (n[11] = (x) => (o.fieldModel = x)),
33412
- },
33413
- null,
33414
- 8,
33415
- ["onTouched", "field", "modelValue"],
33416
- ))
33417
- : t.createCommentVNode("", !0),
33418
- o.widget == "upload"
33419
- ? (t.openBlock(),
33420
- t.createBlock(
33421
- V,
33422
- {
33423
- key: 13,
33424
- onTouched: o.touch,
33425
- field: o.actualField,
33426
- modelValue: o.fieldModel,
33427
- "onUpdate:modelValue":
33428
- n[12] || (n[12] = (x) => (o.fieldModel = x)),
33429
- },
33430
- null,
33431
- 8,
33227
+ 40,
33432
33228
  ["onTouched", "field", "modelValue"],
33433
33229
  ))
33434
- : t.createCommentVNode("", !0),
33435
- o.widget == "group"
33436
- ? (t.openBlock(),
33230
+ : (t.openBlock(),
33437
33231
  t.createElementBlock(
33438
33232
  t.Fragment,
33439
- { key: 14 },
33233
+ { key: 1 },
33440
33234
  [
33441
- o.asObject
33235
+ o.widget == "textfield"
33442
33236
  ? (t.openBlock(),
33443
33237
  t.createBlock(
33444
- O,
33238
+ a,
33445
33239
  {
33446
33240
  key: 0,
33447
- trail: o.currentTrail,
33448
- paymentConfiguration: r.paymentConfiguration,
33449
- includeOfficeOnly: r.includeOfficeOnly,
33450
- submission: r.submission,
33451
- ignoreDefaults: o.shouldIgnoreDefaults,
33452
- sandbox: r.sandbox,
33453
- "onForm:state": o.groupStateAltered,
33454
- ref: "group",
33455
33241
  onTouched: o.touch,
33456
33242
  field: o.actualField,
33457
- parentModel: r.parentModel,
33243
+ modelValue: o.fieldModel,
33244
+ "onUpdate:modelValue":
33245
+ n[1] || (n[1] = (x) => (o.fieldModel = x)),
33246
+ },
33247
+ null,
33248
+ 8,
33249
+ ["onTouched", "field", "modelValue"],
33250
+ ))
33251
+ : t.createCommentVNode("", !0),
33252
+ o.widget == "internal-route"
33253
+ ? (t.openBlock(),
33254
+ t.createBlock(
33255
+ s,
33256
+ {
33257
+ key: 1,
33258
+ onTouched: o.touch,
33259
+ field: o.actualField,
33260
+ modelValue: o.fieldModel,
33261
+ "onUpdate:modelValue":
33262
+ n[2] || (n[2] = (x) => (o.fieldModel = x)),
33263
+ },
33264
+ null,
33265
+ 8,
33266
+ ["onTouched", "field", "modelValue"],
33267
+ ))
33268
+ : t.createCommentVNode("", !0),
33269
+ o.widget == "internal-menu"
33270
+ ? (t.openBlock(),
33271
+ t.createBlock(
33272
+ c,
33273
+ {
33274
+ key: 2,
33275
+ onTouched: o.touch,
33276
+ field: o.actualField,
33277
+ modelValue: o.fieldModel,
33278
+ "onUpdate:modelValue":
33279
+ n[3] || (n[3] = (x) => (o.fieldModel = x)),
33280
+ },
33281
+ null,
33282
+ 8,
33283
+ ["onTouched", "field", "modelValue"],
33284
+ ))
33285
+ : t.createCommentVNode("", !0),
33286
+ o.widget == "internal-field-creator"
33287
+ ? (t.openBlock(),
33288
+ t.createBlock(
33289
+ d,
33290
+ {
33291
+ key: 3,
33292
+ modelValue: l.definedField,
33293
+ "onUpdate:modelValue":
33294
+ n[4] || (n[4] = (x) => (l.definedField = x)),
33295
+ referenceType: o.actualField.referenceType,
33296
+ },
33297
+ null,
33298
+ 8,
33299
+ ["modelValue", "referenceType"],
33300
+ ))
33301
+ : t.createCommentVNode("", !0),
33302
+ o.widget == "html"
33303
+ ? (t.openBlock(),
33304
+ t.createBlock(
33305
+ u,
33306
+ {
33307
+ key: 4,
33308
+ onTouched: o.touch,
33309
+ field: o.actualField,
33310
+ modelValue: o.fieldModel,
33311
+ "onUpdate:modelValue":
33312
+ n[5] || (n[5] = (x) => (o.fieldModel = x)),
33313
+ },
33314
+ null,
33315
+ 8,
33316
+ ["onTouched", "field", "modelValue"],
33317
+ ))
33318
+ : t.createCommentVNode("", !0),
33319
+ o.widget == "value"
33320
+ ? (t.openBlock(),
33321
+ t.createElementBlock(t.Fragment, { key: 5 }, [], 64))
33322
+ : t.createCommentVNode("", !0),
33323
+ o.widget == "slider"
33324
+ ? (t.openBlock(),
33325
+ t.createBlock(
33326
+ m,
33327
+ {
33328
+ key: 6,
33329
+ onTouched: o.touch,
33330
+ field: o.actualField,
33331
+ modelValue: o.fieldModel,
33332
+ "onUpdate:modelValue":
33333
+ n[6] || (n[6] = (x) => (o.fieldModel = x)),
33334
+ },
33335
+ null,
33336
+ 8,
33337
+ ["onTouched", "field", "modelValue"],
33338
+ ))
33339
+ : t.createCommentVNode("", !0),
33340
+ o.widget == "color"
33341
+ ? (t.openBlock(),
33342
+ t.createBlock(
33343
+ f,
33344
+ {
33345
+ key: 7,
33346
+ onTouched: o.touch,
33347
+ field: o.actualField,
33348
+ modelValue: o.fieldModel,
33349
+ "onUpdate:modelValue":
33350
+ n[7] || (n[7] = (x) => (o.fieldModel = x)),
33351
+ },
33352
+ null,
33353
+ 8,
33354
+ ["onTouched", "field", "modelValue"],
33355
+ ))
33356
+ : t.createCommentVNode("", !0),
33357
+ o.widget == "filter"
33358
+ ? (t.openBlock(),
33359
+ t.createBlock(
33360
+ h,
33361
+ {
33362
+ key: 8,
33363
+ onTouched: o.touch,
33364
+ field: o.actualField,
33365
+ modelValue: o.fieldModel,
33366
+ "onUpdate:modelValue":
33367
+ n[8] || (n[8] = (x) => (o.fieldModel = x)),
33368
+ },
33369
+ null,
33370
+ 8,
33371
+ ["onTouched", "field", "modelValue"],
33372
+ ))
33373
+ : t.createCommentVNode("", !0),
33374
+ o.widget == "dateobject"
33375
+ ? (t.openBlock(),
33376
+ t.createBlock(
33377
+ p,
33378
+ {
33379
+ key: 9,
33380
+ onTouched: o.touch,
33381
+ field: o.actualField,
33382
+ modelValue: o.fieldModel,
33383
+ "onUpdate:modelValue":
33384
+ n[9] || (n[9] = (x) => (o.fieldModel = x)),
33385
+ },
33386
+ null,
33387
+ 8,
33388
+ ["onTouched", "field", "modelValue"],
33389
+ ))
33390
+ : t.createCommentVNode("", !0),
33391
+ o.widget == "signature"
33392
+ ? (t.openBlock(),
33393
+ t.createBlock(
33394
+ y,
33395
+ {
33396
+ key: 10,
33397
+ onTouched: o.touch,
33398
+ field: o.actualField,
33399
+ modelValue: o.fieldModel,
33400
+ "onUpdate:modelValue":
33401
+ n[10] || (n[10] = (x) => (o.fieldModel = x)),
33402
+ },
33403
+ null,
33404
+ 8,
33405
+ ["onTouched", "field", "modelValue"],
33406
+ ))
33407
+ : t.createCommentVNode("", !0),
33408
+ o.widget == "checkbox"
33409
+ ? (t.openBlock(),
33410
+ t.createBlock(
33411
+ g,
33412
+ {
33413
+ key: 11,
33414
+ onTouched: o.touch,
33415
+ field: o.actualField,
33416
+ modelValue: o.fieldModel,
33417
+ "onUpdate:modelValue":
33418
+ n[11] || (n[11] = (x) => (o.fieldModel = x)),
33419
+ },
33420
+ null,
33421
+ 8,
33422
+ ["onTouched", "field", "modelValue"],
33423
+ ))
33424
+ : t.createCommentVNode("", !0),
33425
+ o.widget == "switch"
33426
+ ? (t.openBlock(),
33427
+ t.createBlock(
33428
+ b,
33429
+ {
33430
+ key: 12,
33431
+ onTouched: o.touch,
33432
+ field: o.actualField,
33433
+ modelValue: o.fieldModel,
33434
+ "onUpdate:modelValue":
33435
+ n[12] || (n[12] = (x) => (o.fieldModel = x)),
33436
+ },
33437
+ null,
33438
+ 8,
33439
+ ["onTouched", "field", "modelValue"],
33440
+ ))
33441
+ : t.createCommentVNode("", !0),
33442
+ o.widget == "upload"
33443
+ ? (t.openBlock(),
33444
+ t.createBlock(
33445
+ V,
33446
+ {
33447
+ key: 13,
33448
+ onTouched: o.touch,
33449
+ field: o.actualField,
33458
33450
  modelValue: o.fieldModel,
33459
33451
  "onUpdate:modelValue":
33460
33452
  n[13] || (n[13] = (x) => (o.fieldModel = x)),
33461
33453
  },
33462
33454
  null,
33463
33455
  8,
33456
+ ["onTouched", "field", "modelValue"],
33457
+ ))
33458
+ : t.createCommentVNode("", !0),
33459
+ o.widget == "group"
33460
+ ? (t.openBlock(),
33461
+ t.createElementBlock(
33462
+ t.Fragment,
33463
+ { key: 14 },
33464
33464
  [
33465
- "trail",
33466
- "paymentConfiguration",
33467
- "includeOfficeOnly",
33468
- "submission",
33469
- "ignoreDefaults",
33470
- "sandbox",
33471
- "onForm:state",
33472
- "onTouched",
33473
- "field",
33474
- "parentModel",
33475
- "modelValue",
33465
+ o.asObject
33466
+ ? (t.openBlock(),
33467
+ t.createBlock(
33468
+ O,
33469
+ {
33470
+ key: 0,
33471
+ trail: o.currentTrail,
33472
+ paymentConfiguration:
33473
+ r.paymentConfiguration,
33474
+ includeOfficeOnly: r.includeOfficeOnly,
33475
+ submission: r.submission,
33476
+ ignoreDefaults: o.shouldIgnoreDefaults,
33477
+ sandbox: r.sandbox,
33478
+ "onForm:state": o.groupStateAltered,
33479
+ ref: "group",
33480
+ onTouched: o.touch,
33481
+ field: o.actualField,
33482
+ parentModel: r.parentModel,
33483
+ modelValue: o.fieldModel,
33484
+ "onUpdate:modelValue":
33485
+ n[14] ||
33486
+ (n[14] = (x) => (o.fieldModel = x)),
33487
+ },
33488
+ null,
33489
+ 8,
33490
+ [
33491
+ "trail",
33492
+ "paymentConfiguration",
33493
+ "includeOfficeOnly",
33494
+ "submission",
33495
+ "ignoreDefaults",
33496
+ "sandbox",
33497
+ "onForm:state",
33498
+ "onTouched",
33499
+ "field",
33500
+ "parentModel",
33501
+ "modelValue",
33502
+ ],
33503
+ ))
33504
+ : (t.openBlock(),
33505
+ t.createBlock(
33506
+ O,
33507
+ {
33508
+ key: 1,
33509
+ trail: r.trail,
33510
+ paymentConfiguration:
33511
+ r.paymentConfiguration,
33512
+ includeOfficeOnly: r.includeOfficeOnly,
33513
+ submission: r.submission,
33514
+ ignoreDefaults: o.shouldIgnoreDefaults,
33515
+ sandbox: r.sandbox,
33516
+ "onForm:state": o.groupStateAltered,
33517
+ ref: "group",
33518
+ onTouched: o.touch,
33519
+ field: o.actualField,
33520
+ parentModel: r.parentModel,
33521
+ modelValue: o.sourceModel,
33522
+ "onUpdate:modelValue":
33523
+ n[15] ||
33524
+ (n[15] = (x) => (o.sourceModel = x)),
33525
+ },
33526
+ null,
33527
+ 8,
33528
+ [
33529
+ "trail",
33530
+ "paymentConfiguration",
33531
+ "includeOfficeOnly",
33532
+ "submission",
33533
+ "ignoreDefaults",
33534
+ "sandbox",
33535
+ "onForm:state",
33536
+ "onTouched",
33537
+ "field",
33538
+ "parentModel",
33539
+ "modelValue",
33540
+ ],
33541
+ )),
33476
33542
  ],
33543
+ 64,
33477
33544
  ))
33478
- : (t.openBlock(),
33545
+ : t.createCommentVNode("", !0),
33546
+ o.widget == "form"
33547
+ ? (t.openBlock(),
33479
33548
  t.createBlock(
33480
33549
  O,
33481
33550
  {
33482
- key: 1,
33483
- trail: r.trail,
33551
+ key: 15,
33552
+ trail: o.currentTrail,
33484
33553
  paymentConfiguration: r.paymentConfiguration,
33485
33554
  includeOfficeOnly: r.includeOfficeOnly,
33486
33555
  submission: r.submission,
@@ -33491,9 +33560,9 @@
33491
33560
  onTouched: o.touch,
33492
33561
  field: o.actualField,
33493
33562
  parentModel: r.parentModel,
33494
- modelValue: o.sourceModel,
33563
+ modelValue: o.fieldModel,
33495
33564
  "onUpdate:modelValue":
33496
- n[14] || (n[14] = (x) => (o.sourceModel = x)),
33565
+ n[16] || (n[16] = (x) => (o.fieldModel = x)),
33497
33566
  },
33498
33567
  null,
33499
33568
  8,
@@ -33510,464 +33579,427 @@
33510
33579
  "parentModel",
33511
33580
  "modelValue",
33512
33581
  ],
33513
- )),
33514
- ],
33515
- 64,
33516
- ))
33517
- : t.createCommentVNode("", !0),
33518
- o.widget == "form"
33519
- ? (t.openBlock(),
33520
- t.createBlock(
33521
- O,
33522
- {
33523
- key: 15,
33524
- trail: o.currentTrail,
33525
- paymentConfiguration: r.paymentConfiguration,
33526
- includeOfficeOnly: r.includeOfficeOnly,
33527
- submission: r.submission,
33528
- ignoreDefaults: o.shouldIgnoreDefaults,
33529
- sandbox: r.sandbox,
33530
- "onForm:state": o.groupStateAltered,
33531
- ref: "group",
33532
- onTouched: o.touch,
33533
- field: o.actualField,
33534
- parentModel: r.parentModel,
33535
- modelValue: o.fieldModel,
33536
- "onUpdate:modelValue":
33537
- n[15] || (n[15] = (x) => (o.fieldModel = x)),
33538
- },
33539
- null,
33540
- 8,
33541
- [
33542
- "trail",
33543
- "paymentConfiguration",
33544
- "includeOfficeOnly",
33545
- "submission",
33546
- "ignoreDefaults",
33547
- "sandbox",
33548
- "onForm:state",
33549
- "onTouched",
33550
- "field",
33551
- "parentModel",
33552
- "modelValue",
33553
- ],
33554
- ))
33555
- : t.createCommentVNode("", !0),
33556
- o.widget == "field-select"
33557
- ? (t.openBlock(),
33558
- t.createBlock(
33559
- P,
33560
- {
33561
- key: 16,
33562
- onTouched: o.touch,
33563
- field: o.actualField,
33564
- modelValue: o.fieldModel,
33565
- "onUpdate:modelValue":
33566
- n[16] || (n[16] = (x) => (o.fieldModel = x)),
33567
- },
33568
- null,
33569
- 8,
33570
- ["onTouched", "field", "modelValue"],
33571
- ))
33572
- : t.createCommentVNode("", !0),
33573
- o.widget == "select"
33574
- ? (t.openBlock(),
33575
- t.createBlock(
33576
- Z,
33577
- {
33578
- key: 17,
33579
- onTouched: o.touch,
33580
- field: o.actualField,
33581
- modelValue: o.fieldModel,
33582
- "onUpdate:modelValue":
33583
- n[17] || (n[17] = (x) => (o.fieldModel = x)),
33584
- },
33585
- null,
33586
- 8,
33587
- ["onTouched", "field", "modelValue"],
33588
- ))
33589
- : t.createCommentVNode("", !0),
33590
- o.widget == "button"
33591
- ? (t.openBlock(),
33592
- t.createBlock(
33593
- C,
33594
- {
33595
- key: 18,
33596
- onTouched: o.touch,
33597
- field: o.actualField,
33598
- modelValue: o.fieldModel,
33599
- "onUpdate:modelValue":
33600
- n[18] || (n[18] = (x) => (o.fieldModel = x)),
33601
- },
33602
- null,
33603
- 8,
33604
- ["onTouched", "field", "modelValue"],
33605
- ))
33606
- : t.createCommentVNode("", !0),
33607
- o.widget == "currency"
33608
- ? (t.openBlock(),
33609
- t.createBlock(
33610
- F,
33611
- {
33612
- key: 19,
33613
- onTouched: o.touch,
33614
- field: o.actualField,
33615
- modelValue: o.fieldModel,
33616
- "onUpdate:modelValue":
33617
- n[19] || (n[19] = (x) => (o.fieldModel = x)),
33618
- },
33619
- null,
33620
- 8,
33621
- ["onTouched", "field", "modelValue"],
33622
- ))
33623
- : t.createCommentVNode("", !0),
33624
- o.widget == "form-relationship"
33625
- ? (t.openBlock(),
33626
- t.createBlock(
33627
- U,
33628
- {
33629
- key: 20,
33630
- onTouched: o.touch,
33631
- field: o.actualField,
33632
- modelValue: o.fieldModel,
33633
- "onUpdate:modelValue":
33634
- n[20] || (n[20] = (x) => (o.fieldModel = x)),
33635
- },
33636
- null,
33637
- 8,
33638
- ["onTouched", "field", "modelValue"],
33639
- ))
33640
- : t.createCommentVNode("", !0),
33641
- o.widget == "datefield"
33642
- ? (t.openBlock(),
33643
- t.createBlock(
33644
- M,
33645
- {
33646
- key: 21,
33647
- onTouched: o.touch,
33648
- field: o.actualField,
33649
- modelValue: o.fieldModel,
33650
- "onUpdate:modelValue":
33651
- n[21] || (n[21] = (x) => (o.fieldModel = x)),
33652
- },
33653
- null,
33654
- 8,
33655
- ["onTouched", "field", "modelValue"],
33656
- ))
33657
- : t.createCommentVNode("", !0),
33658
- o.widget == "daterange"
33659
- ? (t.openBlock(),
33660
- t.createBlock(
33661
- q,
33662
- {
33663
- key: 22,
33664
- onTouched: o.touch,
33665
- field: o.actualField,
33666
- modelValue: o.fieldModel,
33667
- "onUpdate:modelValue":
33668
- n[22] || (n[22] = (x) => (o.fieldModel = x)),
33669
- },
33670
- null,
33671
- 8,
33672
- ["onTouched", "field", "modelValue"],
33673
- ))
33674
- : t.createCommentVNode("", !0),
33675
- o.widget == "content-select"
33676
- ? (t.openBlock(),
33677
- t.createBlock(
33678
- A,
33679
- {
33680
- key: 23,
33681
- onTouched: o.touch,
33682
- field: o.actualField,
33683
- modelValue: o.fieldModel,
33684
- "onUpdate:modelValue":
33685
- n[23] || (n[23] = (x) => (o.fieldModel = x)),
33686
- },
33687
- null,
33688
- 8,
33689
- ["onTouched", "field", "modelValue"],
33690
- ))
33691
- : t.createCommentVNode("", !0),
33692
- o.widget == "content-search"
33693
- ? (t.openBlock(),
33694
- t.createBlock(
33695
- Q,
33696
- {
33697
- key: 24,
33698
- onTouched: o.touch,
33699
- field: o.actualField,
33700
- modelValue: o.fieldModel,
33701
- "onUpdate:modelValue":
33702
- n[24] || (n[24] = (x) => (o.fieldModel = x)),
33703
- },
33704
- null,
33705
- 8,
33706
- ["onTouched", "field", "modelValue"],
33707
- ))
33708
- : t.createCommentVNode("", !0),
33709
- o.widget == "type-select"
33710
- ? (t.openBlock(),
33711
- t.createBlock(
33712
- R,
33713
- {
33714
- key: 25,
33715
- onTouched: o.touch,
33716
- field: o.actualField,
33717
- modelValue: o.fieldModel,
33718
- "onUpdate:modelValue":
33719
- n[25] || (n[25] = (x) => (o.fieldModel = x)),
33720
- },
33721
- null,
33722
- 8,
33723
- ["onTouched", "field", "modelValue"],
33724
- ))
33725
- : t.createCommentVNode("", !0),
33726
- o.widget == "scope-select"
33727
- ? (t.openBlock(),
33728
- t.createBlock(
33729
- X,
33730
- {
33731
- key: 26,
33732
- onTouched: o.touch,
33733
- field: o.actualField,
33734
- modelValue: o.fieldModel,
33735
- "onUpdate:modelValue":
33736
- n[26] || (n[26] = (x) => (o.fieldModel = x)),
33737
- },
33738
- null,
33739
- 8,
33740
- ["onTouched", "field", "modelValue"],
33741
- ))
33742
- : t.createCommentVNode("", !0),
33743
- o.widget == "richtext"
33744
- ? (t.openBlock(),
33745
- t.createBlock(
33746
- re,
33747
- {
33748
- key: 27,
33749
- onTouched: o.touch,
33750
- field: o.actualField,
33751
- modelValue: o.fieldModel,
33752
- "onUpdate:modelValue":
33753
- n[27] || (n[27] = (x) => (o.fieldModel = x)),
33754
- },
33755
- null,
33756
- 8,
33757
- ["onTouched", "field", "modelValue"],
33758
- ))
33759
- : t.createCommentVNode("", !0),
33760
- o.widget == "textarea"
33761
- ? (t.openBlock(),
33762
- t.createBlock(
33763
- se,
33764
- {
33765
- key: 28,
33766
- onTouched: o.touch,
33767
- field: o.actualField,
33768
- modelValue: o.fieldModel,
33769
- "onUpdate:modelValue":
33770
- n[28] || (n[28] = (x) => (o.fieldModel = x)),
33771
- },
33772
- null,
33773
- 8,
33774
- ["onTouched", "field", "modelValue"],
33775
- ))
33776
- : t.createCommentVNode("", !0),
33777
- o.widget == "timezone"
33778
- ? (t.openBlock(),
33779
- t.createBlock(
33780
- Re,
33781
- {
33782
- key: 29,
33783
- onTouched: o.touch,
33784
- field: o.actualField,
33785
- modelValue: o.fieldModel,
33786
- "onUpdate:modelValue":
33787
- n[29] || (n[29] = (x) => (o.fieldModel = x)),
33788
- },
33789
- null,
33790
- 8,
33791
- ["onTouched", "field", "modelValue"],
33792
- ))
33793
- : t.createCommentVNode("", !0),
33794
- o.widget == "country"
33795
- ? (t.openBlock(),
33796
- t.createBlock(
33797
- Oe,
33798
- {
33799
- key: 30,
33800
- onTouched: o.touch,
33801
- field: o.actualField,
33802
- modelValue: o.fieldModel,
33803
- "onUpdate:modelValue":
33804
- n[30] || (n[30] = (x) => (o.fieldModel = x)),
33805
- },
33806
- null,
33807
- 8,
33808
- ["onTouched", "field", "modelValue"],
33809
- ))
33810
- : t.createCommentVNode("", !0),
33811
- o.widget == "phone"
33812
- ? (t.openBlock(),
33813
- t.createBlock(
33814
- dt,
33815
- {
33816
- key: 31,
33817
- onTouched: o.touch,
33818
- field: o.actualField,
33819
- modelValue: o.fieldModel,
33820
- "onUpdate:modelValue":
33821
- n[31] || (n[31] = (x) => (o.fieldModel = x)),
33822
- },
33823
- null,
33824
- 8,
33825
- ["onTouched", "field", "modelValue"],
33826
- ))
33827
- : t.createCommentVNode("", !0),
33828
- o.widget == "value"
33829
- ? (t.openBlock(),
33830
- t.createElementBlock(t.Fragment, { key: 32 }, [], 64))
33831
- : t.createCommentVNode("", !0),
33832
- o.widget == "object"
33833
- ? (t.openBlock(),
33834
- t.createBlock(
33835
- We,
33836
- {
33837
- key: 33,
33838
- onTouched: o.touch,
33839
- field: o.actualField,
33840
- modelValue: o.fieldModel,
33841
- "onUpdate:modelValue":
33842
- n[32] || (n[32] = (x) => (o.fieldModel = x)),
33843
- },
33844
- null,
33845
- 8,
33846
- ["onTouched", "field", "modelValue"],
33847
- ))
33848
- : t.createCommentVNode("", !0),
33849
- o.widget == "model"
33850
- ? (t.openBlock(),
33851
- t.createBlock(
33852
- Fe,
33853
- {
33854
- key: 34,
33855
- onTouched: o.touch,
33856
- field: o.actualField,
33857
- modelValue: o.fieldModel,
33858
- "onUpdate:modelValue":
33859
- n[33] || (n[33] = (x) => (o.fieldModel = x)),
33860
- },
33861
- null,
33862
- 8,
33863
- ["onTouched", "field", "modelValue"],
33864
- ))
33865
- : t.createCommentVNode("", !0),
33866
- o.widget == "payment"
33867
- ? (t.openBlock(),
33868
- t.createBlock(
33869
- ve,
33870
- {
33871
- key: 35,
33872
- sandbox: r.sandbox,
33873
- configuration: r.paymentConfiguration,
33874
- "onForm:state": o.groupStateAltered,
33875
- field: o.actualField,
33876
- onTouched: o.touch,
33877
- parentModel: r.parentModel,
33878
- modelValue: o.fieldModel,
33879
- "onUpdate:modelValue":
33880
- n[34] || (n[34] = (x) => (o.fieldModel = x)),
33881
- },
33882
- null,
33883
- 8,
33884
- [
33885
- "sandbox",
33886
- "configuration",
33887
- "onForm:state",
33888
- "field",
33889
- "onTouched",
33890
- "parentModel",
33891
- "modelValue",
33582
+ ))
33583
+ : t.createCommentVNode("", !0),
33584
+ o.widget == "field-select"
33585
+ ? (t.openBlock(),
33586
+ t.createBlock(
33587
+ P,
33588
+ {
33589
+ key: 16,
33590
+ onTouched: o.touch,
33591
+ field: o.actualField,
33592
+ modelValue: o.fieldModel,
33593
+ "onUpdate:modelValue":
33594
+ n[17] || (n[17] = (x) => (o.fieldModel = x)),
33595
+ },
33596
+ null,
33597
+ 8,
33598
+ ["onTouched", "field", "modelValue"],
33599
+ ))
33600
+ : t.createCommentVNode("", !0),
33601
+ o.widget == "select"
33602
+ ? (t.openBlock(),
33603
+ t.createBlock(
33604
+ Z,
33605
+ {
33606
+ key: 17,
33607
+ onTouched: o.touch,
33608
+ field: o.actualField,
33609
+ modelValue: o.fieldModel,
33610
+ "onUpdate:modelValue":
33611
+ n[18] || (n[18] = (x) => (o.fieldModel = x)),
33612
+ },
33613
+ null,
33614
+ 8,
33615
+ ["onTouched", "field", "modelValue"],
33616
+ ))
33617
+ : t.createCommentVNode("", !0),
33618
+ o.widget == "button"
33619
+ ? (t.openBlock(),
33620
+ t.createBlock(
33621
+ C,
33622
+ {
33623
+ key: 18,
33624
+ onTouched: o.touch,
33625
+ field: o.actualField,
33626
+ modelValue: o.fieldModel,
33627
+ "onUpdate:modelValue":
33628
+ n[19] || (n[19] = (x) => (o.fieldModel = x)),
33629
+ },
33630
+ null,
33631
+ 8,
33632
+ ["onTouched", "field", "modelValue"],
33633
+ ))
33634
+ : t.createCommentVNode("", !0),
33635
+ o.widget == "currency"
33636
+ ? (t.openBlock(),
33637
+ t.createBlock(
33638
+ F,
33639
+ {
33640
+ key: 19,
33641
+ onTouched: o.touch,
33642
+ field: o.actualField,
33643
+ modelValue: o.fieldModel,
33644
+ "onUpdate:modelValue":
33645
+ n[20] || (n[20] = (x) => (o.fieldModel = x)),
33646
+ },
33647
+ null,
33648
+ 8,
33649
+ ["onTouched", "field", "modelValue"],
33650
+ ))
33651
+ : t.createCommentVNode("", !0),
33652
+ o.widget == "form-relationship"
33653
+ ? (t.openBlock(),
33654
+ t.createBlock(
33655
+ U,
33656
+ {
33657
+ key: 20,
33658
+ onTouched: o.touch,
33659
+ field: o.actualField,
33660
+ modelValue: o.fieldModel,
33661
+ "onUpdate:modelValue":
33662
+ n[21] || (n[21] = (x) => (o.fieldModel = x)),
33663
+ },
33664
+ null,
33665
+ 8,
33666
+ ["onTouched", "field", "modelValue"],
33667
+ ))
33668
+ : t.createCommentVNode("", !0),
33669
+ o.widget == "datefield"
33670
+ ? (t.openBlock(),
33671
+ t.createBlock(
33672
+ M,
33673
+ {
33674
+ key: 21,
33675
+ onTouched: o.touch,
33676
+ field: o.actualField,
33677
+ modelValue: o.fieldModel,
33678
+ "onUpdate:modelValue":
33679
+ n[22] || (n[22] = (x) => (o.fieldModel = x)),
33680
+ },
33681
+ null,
33682
+ 8,
33683
+ ["onTouched", "field", "modelValue"],
33684
+ ))
33685
+ : t.createCommentVNode("", !0),
33686
+ o.widget == "daterange"
33687
+ ? (t.openBlock(),
33688
+ t.createBlock(
33689
+ q,
33690
+ {
33691
+ key: 22,
33692
+ onTouched: o.touch,
33693
+ field: o.actualField,
33694
+ modelValue: o.fieldModel,
33695
+ "onUpdate:modelValue":
33696
+ n[23] || (n[23] = (x) => (o.fieldModel = x)),
33697
+ },
33698
+ null,
33699
+ 8,
33700
+ ["onTouched", "field", "modelValue"],
33701
+ ))
33702
+ : t.createCommentVNode("", !0),
33703
+ o.widget == "content-select"
33704
+ ? (t.openBlock(),
33705
+ t.createBlock(
33706
+ A,
33707
+ {
33708
+ key: 23,
33709
+ onTouched: o.touch,
33710
+ field: o.actualField,
33711
+ modelValue: o.fieldModel,
33712
+ "onUpdate:modelValue":
33713
+ n[24] || (n[24] = (x) => (o.fieldModel = x)),
33714
+ },
33715
+ null,
33716
+ 8,
33717
+ ["onTouched", "field", "modelValue"],
33718
+ ))
33719
+ : t.createCommentVNode("", !0),
33720
+ o.widget == "content-search"
33721
+ ? (t.openBlock(),
33722
+ t.createBlock(
33723
+ Q,
33724
+ {
33725
+ key: 24,
33726
+ onTouched: o.touch,
33727
+ field: o.actualField,
33728
+ modelValue: o.fieldModel,
33729
+ "onUpdate:modelValue":
33730
+ n[25] || (n[25] = (x) => (o.fieldModel = x)),
33731
+ },
33732
+ null,
33733
+ 8,
33734
+ ["onTouched", "field", "modelValue"],
33735
+ ))
33736
+ : t.createCommentVNode("", !0),
33737
+ o.widget == "type-select"
33738
+ ? (t.openBlock(),
33739
+ t.createBlock(
33740
+ R,
33741
+ {
33742
+ key: 25,
33743
+ onTouched: o.touch,
33744
+ field: o.actualField,
33745
+ modelValue: o.fieldModel,
33746
+ "onUpdate:modelValue":
33747
+ n[26] || (n[26] = (x) => (o.fieldModel = x)),
33748
+ },
33749
+ null,
33750
+ 8,
33751
+ ["onTouched", "field", "modelValue"],
33752
+ ))
33753
+ : t.createCommentVNode("", !0),
33754
+ o.widget == "scope-select"
33755
+ ? (t.openBlock(),
33756
+ t.createBlock(
33757
+ X,
33758
+ {
33759
+ key: 26,
33760
+ onTouched: o.touch,
33761
+ field: o.actualField,
33762
+ modelValue: o.fieldModel,
33763
+ "onUpdate:modelValue":
33764
+ n[27] || (n[27] = (x) => (o.fieldModel = x)),
33765
+ },
33766
+ null,
33767
+ 8,
33768
+ ["onTouched", "field", "modelValue"],
33769
+ ))
33770
+ : t.createCommentVNode("", !0),
33771
+ o.widget == "richtext"
33772
+ ? (t.openBlock(),
33773
+ t.createBlock(
33774
+ re,
33775
+ {
33776
+ key: 27,
33777
+ onTouched: o.touch,
33778
+ field: o.actualField,
33779
+ modelValue: o.fieldModel,
33780
+ "onUpdate:modelValue":
33781
+ n[28] || (n[28] = (x) => (o.fieldModel = x)),
33782
+ },
33783
+ null,
33784
+ 8,
33785
+ ["onTouched", "field", "modelValue"],
33786
+ ))
33787
+ : t.createCommentVNode("", !0),
33788
+ o.widget == "textarea"
33789
+ ? (t.openBlock(),
33790
+ t.createBlock(
33791
+ se,
33792
+ {
33793
+ key: 28,
33794
+ onTouched: o.touch,
33795
+ field: o.actualField,
33796
+ modelValue: o.fieldModel,
33797
+ "onUpdate:modelValue":
33798
+ n[29] || (n[29] = (x) => (o.fieldModel = x)),
33799
+ },
33800
+ null,
33801
+ 8,
33802
+ ["onTouched", "field", "modelValue"],
33803
+ ))
33804
+ : t.createCommentVNode("", !0),
33805
+ o.widget == "timezone"
33806
+ ? (t.openBlock(),
33807
+ t.createBlock(
33808
+ Re,
33809
+ {
33810
+ key: 29,
33811
+ onTouched: o.touch,
33812
+ field: o.actualField,
33813
+ modelValue: o.fieldModel,
33814
+ "onUpdate:modelValue":
33815
+ n[30] || (n[30] = (x) => (o.fieldModel = x)),
33816
+ },
33817
+ null,
33818
+ 8,
33819
+ ["onTouched", "field", "modelValue"],
33820
+ ))
33821
+ : t.createCommentVNode("", !0),
33822
+ o.widget == "country"
33823
+ ? (t.openBlock(),
33824
+ t.createBlock(
33825
+ Oe,
33826
+ {
33827
+ key: 30,
33828
+ onTouched: o.touch,
33829
+ field: o.actualField,
33830
+ modelValue: o.fieldModel,
33831
+ "onUpdate:modelValue":
33832
+ n[31] || (n[31] = (x) => (o.fieldModel = x)),
33833
+ },
33834
+ null,
33835
+ 8,
33836
+ ["onTouched", "field", "modelValue"],
33837
+ ))
33838
+ : t.createCommentVNode("", !0),
33839
+ o.widget == "phone"
33840
+ ? (t.openBlock(),
33841
+ t.createBlock(
33842
+ dt,
33843
+ {
33844
+ key: 31,
33845
+ onTouched: o.touch,
33846
+ field: o.actualField,
33847
+ modelValue: o.fieldModel,
33848
+ "onUpdate:modelValue":
33849
+ n[32] || (n[32] = (x) => (o.fieldModel = x)),
33850
+ },
33851
+ null,
33852
+ 8,
33853
+ ["onTouched", "field", "modelValue"],
33854
+ ))
33855
+ : t.createCommentVNode("", !0),
33856
+ o.widget == "value"
33857
+ ? (t.openBlock(),
33858
+ t.createElementBlock(t.Fragment, { key: 32 }, [], 64))
33859
+ : t.createCommentVNode("", !0),
33860
+ o.widget == "object"
33861
+ ? (t.openBlock(),
33862
+ t.createBlock(
33863
+ We,
33864
+ {
33865
+ key: 33,
33866
+ onTouched: o.touch,
33867
+ field: o.actualField,
33868
+ modelValue: o.fieldModel,
33869
+ "onUpdate:modelValue":
33870
+ n[33] || (n[33] = (x) => (o.fieldModel = x)),
33871
+ },
33872
+ null,
33873
+ 8,
33874
+ ["onTouched", "field", "modelValue"],
33875
+ ))
33876
+ : t.createCommentVNode("", !0),
33877
+ o.widget == "model"
33878
+ ? (t.openBlock(),
33879
+ t.createBlock(
33880
+ Fe,
33881
+ {
33882
+ key: 34,
33883
+ onTouched: o.touch,
33884
+ field: o.actualField,
33885
+ modelValue: o.fieldModel,
33886
+ "onUpdate:modelValue":
33887
+ n[34] || (n[34] = (x) => (o.fieldModel = x)),
33888
+ },
33889
+ null,
33890
+ 8,
33891
+ ["onTouched", "field", "modelValue"],
33892
+ ))
33893
+ : t.createCommentVNode("", !0),
33894
+ o.widget == "payment"
33895
+ ? (t.openBlock(),
33896
+ t.createBlock(
33897
+ ve,
33898
+ {
33899
+ key: 35,
33900
+ sandbox: r.sandbox,
33901
+ configuration: r.paymentConfiguration,
33902
+ "onForm:state": o.groupStateAltered,
33903
+ field: o.actualField,
33904
+ onTouched: o.touch,
33905
+ parentModel: r.parentModel,
33906
+ modelValue: o.fieldModel,
33907
+ "onUpdate:modelValue":
33908
+ n[35] || (n[35] = (x) => (o.fieldModel = x)),
33909
+ },
33910
+ null,
33911
+ 8,
33912
+ [
33913
+ "sandbox",
33914
+ "configuration",
33915
+ "onForm:state",
33916
+ "field",
33917
+ "onTouched",
33918
+ "parentModel",
33919
+ "modelValue",
33920
+ ],
33921
+ ))
33922
+ : t.createCommentVNode("", !0),
33923
+ o.widget == "options"
33924
+ ? (t.openBlock(),
33925
+ t.createBlock(
33926
+ he,
33927
+ {
33928
+ key: 36,
33929
+ onTouched: o.touch,
33930
+ field: o.actualField,
33931
+ modelValue: o.fieldModel,
33932
+ "onUpdate:modelValue":
33933
+ n[36] || (n[36] = (x) => (o.fieldModel = x)),
33934
+ },
33935
+ null,
33936
+ 8,
33937
+ ["onTouched", "field", "modelValue"],
33938
+ ))
33939
+ : t.createCommentVNode("", !0),
33940
+ o.widget == "code"
33941
+ ? (t.openBlock(),
33942
+ t.createBlock(
33943
+ w,
33944
+ { key: 37, style: { "min-height": "300px" } },
33945
+ {
33946
+ default: t.withCtx(() => [
33947
+ t.createVNode(
33948
+ D,
33949
+ {
33950
+ onTouched: o.touch,
33951
+ field: o.actualField,
33952
+ modelValue: o.fieldModel,
33953
+ "onUpdate:modelValue":
33954
+ n[37] ||
33955
+ (n[37] = (x) => (o.fieldModel = x)),
33956
+ },
33957
+ null,
33958
+ 8,
33959
+ ["onTouched", "field", "modelValue"],
33960
+ ),
33961
+ ]),
33962
+ _: 1,
33963
+ },
33964
+ ))
33965
+ : t.createCommentVNode("", !0),
33966
+ o.widget == "location"
33967
+ ? (t.openBlock(),
33968
+ t.createBlock(
33969
+ Me,
33970
+ {
33971
+ key: 38,
33972
+ onTouched: o.touch,
33973
+ field: o.actualField,
33974
+ modelValue: o.fieldModel,
33975
+ "onUpdate:modelValue":
33976
+ n[38] || (n[38] = (x) => (o.fieldModel = x)),
33977
+ },
33978
+ null,
33979
+ 8,
33980
+ ["onTouched", "field", "modelValue"],
33981
+ ))
33982
+ : t.createCommentVNode("", !0),
33983
+ o.widget == "expression"
33984
+ ? (t.openBlock(),
33985
+ t.createBlock(
33986
+ ut,
33987
+ {
33988
+ key: 39,
33989
+ onTouched: o.touch,
33990
+ field: o.actualField,
33991
+ modelValue: o.fieldModel,
33992
+ "onUpdate:modelValue":
33993
+ n[39] || (n[39] = (x) => (o.fieldModel = x)),
33994
+ },
33995
+ null,
33996
+ 8,
33997
+ ["onTouched", "field", "modelValue"],
33998
+ ))
33999
+ : t.createCommentVNode("", !0),
33892
34000
  ],
33893
- ))
33894
- : t.createCommentVNode("", !0),
33895
- o.widget == "options"
33896
- ? (t.openBlock(),
33897
- t.createBlock(
33898
- he,
33899
- {
33900
- key: 36,
33901
- onTouched: o.touch,
33902
- field: o.actualField,
33903
- modelValue: o.fieldModel,
33904
- "onUpdate:modelValue":
33905
- n[35] || (n[35] = (x) => (o.fieldModel = x)),
33906
- },
33907
- null,
33908
- 8,
33909
- ["onTouched", "field", "modelValue"],
33910
- ))
33911
- : t.createCommentVNode("", !0),
33912
- o.widget == "code"
33913
- ? (t.openBlock(),
33914
- t.createBlock(
33915
- w,
33916
- { key: 37, style: { "min-height": "300px" } },
33917
- {
33918
- default: t.withCtx(() => [
33919
- t.createVNode(
33920
- D,
33921
- {
33922
- onTouched: o.touch,
33923
- field: o.actualField,
33924
- modelValue: o.fieldModel,
33925
- "onUpdate:modelValue":
33926
- n[36] || (n[36] = (x) => (o.fieldModel = x)),
33927
- },
33928
- null,
33929
- 8,
33930
- ["onTouched", "field", "modelValue"],
33931
- ),
33932
- ]),
33933
- _: 1,
33934
- },
33935
- ))
33936
- : t.createCommentVNode("", !0),
33937
- o.widget == "location"
33938
- ? (t.openBlock(),
33939
- t.createBlock(
33940
- Me,
33941
- {
33942
- key: 38,
33943
- onTouched: o.touch,
33944
- field: o.actualField,
33945
- modelValue: o.fieldModel,
33946
- "onUpdate:modelValue":
33947
- n[37] || (n[37] = (x) => (o.fieldModel = x)),
33948
- },
33949
- null,
33950
- 8,
33951
- ["onTouched", "field", "modelValue"],
33952
- ))
33953
- : t.createCommentVNode("", !0),
33954
- o.widget == "expression"
33955
- ? (t.openBlock(),
33956
- t.createBlock(
33957
- ut,
33958
- {
33959
- key: 39,
33960
- onTouched: o.touch,
33961
- field: o.actualField,
33962
- modelValue: o.fieldModel,
33963
- "onUpdate:modelValue":
33964
- n[38] || (n[38] = (x) => (o.fieldModel = x)),
33965
- },
33966
- null,
33967
- 8,
33968
- ["onTouched", "field", "modelValue"],
33969
- ))
33970
- : t.createCommentVNode("", !0),
34001
+ 64,
34002
+ )),
33971
34003
  o.error && l.validateResults.message
33972
34004
  ? (t.openBlock(),
33973
34005
  t.createElementBlock(
@@ -33984,7 +34016,7 @@
33984
34016
  }
33985
34017
  const sr = _(nE, [
33986
34018
  ["render", oE],
33987
- ["__scopeId", "data-v-71b59396"],
34019
+ ["__scopeId", "data-v-7ad0dc35"],
33988
34020
  ]);
33989
34021
  var Qi, Mu;
33990
34022
  function iE() {