@kong-ui-public/entities-plugins 9.10.8 → 9.10.9
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/entities-plugins.es.js +17 -17
- package/dist/entities-plugins.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/definitions/schemas/ResponseTransformer.d.ts.map +1 -1
- package/dist/types/definitions/schemas/ResponseTransformerAdvanced.d.ts.map +1 -1
- package/dist/types/types/plugins/response-transformer-advanced.d.ts +5 -1
- package/dist/types/types/plugins/response-transformer-advanced.d.ts.map +1 -1
- package/dist/types/types/plugins/response-transformer.d.ts +1 -0
- package/dist/types/types/plugins/response-transformer.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -6522,6 +6522,8 @@ function jf(e, t, n, i, a, s) {
|
|
|
6522
6522
|
modelValue: e.value[u],
|
|
6523
6523
|
"onUpdate:modelValue": (m) => e.value[u] = m,
|
|
6524
6524
|
"aria-labelledby": e.getLabelId(e.schema),
|
|
6525
|
+
autosize: "",
|
|
6526
|
+
"character-limit": e.schema.inputAttributes.max,
|
|
6525
6527
|
class: e.schema.fieldClasses,
|
|
6526
6528
|
maxlength: e.schema.max,
|
|
6527
6529
|
minlength: e.schema.min,
|
|
@@ -6531,7 +6533,7 @@ function jf(e, t, n, i, a, s) {
|
|
|
6531
6533
|
required: e.schema.required,
|
|
6532
6534
|
resizable: "",
|
|
6533
6535
|
rows: e.schema.rows || 3
|
|
6534
|
-
}), null, 16, ["id", "modelValue", "onUpdate:modelValue", "aria-labelledby", "class", "maxlength", "minlength", "name", "placeholder", "readonly", "required", "rows"])) : !e.schema.inputAttributes || !e.schema.inputAttributes.type || e.schema.inputAttributes.type === "text" || e.schema.inputAttributes.type === "number" ? (p(), L(r, At({
|
|
6536
|
+
}), null, 16, ["id", "modelValue", "onUpdate:modelValue", "aria-labelledby", "character-limit", "class", "maxlength", "minlength", "name", "placeholder", "readonly", "required", "rows"])) : !e.schema.inputAttributes || !e.schema.inputAttributes.type || e.schema.inputAttributes.type === "text" || e.schema.inputAttributes.type === "number" ? (p(), L(r, At({
|
|
6535
6537
|
key: 1,
|
|
6536
6538
|
"aria-labelledby": e.getLabelId(e.schema),
|
|
6537
6539
|
ref_for: !0
|
|
@@ -6583,7 +6585,7 @@ function jf(e, t, n, i, a, s) {
|
|
|
6583
6585
|
}, 8, ["class", "data-testid", "onClick"])
|
|
6584
6586
|
], 10, Gf)) : ne("", !0);
|
|
6585
6587
|
}
|
|
6586
|
-
const Yf = /* @__PURE__ */ Ge(Pf, [["render", jf], ["__scopeId", "data-v-
|
|
6588
|
+
const Yf = /* @__PURE__ */ Ge(Pf, [["render", jf], ["__scopeId", "data-v-a569ac75"]]), Hf = { class: "form-field-wrapper field-checkbox" }, Vf = /* @__PURE__ */ ve({
|
|
6587
6589
|
__name: "FieldCheckbox",
|
|
6588
6590
|
props: {
|
|
6589
6591
|
disabled: {
|
|
@@ -7251,6 +7253,7 @@ const bh = /* @__PURE__ */ Ge(dh, [["render", yh], ["__scopeId", "data-v-56d57ed
|
|
|
7251
7253
|
id: g(c)(e.schema),
|
|
7252
7254
|
modelValue: g(u),
|
|
7253
7255
|
"onUpdate:modelValue": B[0] || (B[0] = (y) => gn(u) ? u.value = y : null),
|
|
7256
|
+
autosize: "",
|
|
7254
7257
|
"character-limit": e.schema.max,
|
|
7255
7258
|
class: e.schema.fieldClasses,
|
|
7256
7259
|
disabled: e.disabled || void 0,
|
|
@@ -7271,7 +7274,7 @@ const bh = /* @__PURE__ */ Ge(dh, [["render", yh], ["__scopeId", "data-v-56d57ed
|
|
|
7271
7274
|
]);
|
|
7272
7275
|
};
|
|
7273
7276
|
}
|
|
7274
|
-
}), Ih = /* @__PURE__ */ Ge(Bh, [["__scopeId", "data-v-
|
|
7277
|
+
}), Ih = /* @__PURE__ */ Ge(Bh, [["__scopeId", "data-v-0e146fba"]]), Oh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7275
7278
|
__proto__: null,
|
|
7276
7279
|
FieldAdvanced: Lm,
|
|
7277
7280
|
FieldArray: Yf,
|
|
@@ -9345,7 +9348,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
9345
9348
|
inputAttributes: {
|
|
9346
9349
|
...He.inputAttributes,
|
|
9347
9350
|
type: "textarea",
|
|
9348
|
-
rows: 15,
|
|
9349
9351
|
max: !1
|
|
9350
9352
|
}
|
|
9351
9353
|
},
|
|
@@ -9355,7 +9357,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
9355
9357
|
inputAttributes: {
|
|
9356
9358
|
...He.inputAttributes,
|
|
9357
9359
|
type: "textarea",
|
|
9358
|
-
rows: 15,
|
|
9359
9360
|
max: !1
|
|
9360
9361
|
}
|
|
9361
9362
|
},
|
|
@@ -9365,7 +9366,15 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
9365
9366
|
inputAttributes: {
|
|
9366
9367
|
...He.inputAttributes,
|
|
9367
9368
|
type: "textarea",
|
|
9368
|
-
|
|
9369
|
+
max: !1
|
|
9370
|
+
}
|
|
9371
|
+
},
|
|
9372
|
+
"config-rename-json": {
|
|
9373
|
+
...He,
|
|
9374
|
+
label: "Config.Rename.Json",
|
|
9375
|
+
inputAttributes: {
|
|
9376
|
+
...He.inputAttributes,
|
|
9377
|
+
type: "textarea",
|
|
9369
9378
|
max: !1
|
|
9370
9379
|
}
|
|
9371
9380
|
},
|
|
@@ -9375,7 +9384,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
9375
9384
|
inputAttributes: {
|
|
9376
9385
|
...He.inputAttributes,
|
|
9377
9386
|
type: "textarea",
|
|
9378
|
-
rows: 15,
|
|
9379
9387
|
max: !1
|
|
9380
9388
|
}
|
|
9381
9389
|
}
|
|
@@ -9387,19 +9395,13 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
9387
9395
|
inputAttributes: {
|
|
9388
9396
|
...He.inputAttributes,
|
|
9389
9397
|
type: "textarea",
|
|
9390
|
-
rows: 15,
|
|
9391
9398
|
max: !1
|
|
9392
9399
|
}
|
|
9393
9400
|
},
|
|
9394
9401
|
"config-replace-body": {
|
|
9395
|
-
...He,
|
|
9396
9402
|
label: "Config.Replace.Body",
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
type: "textarea",
|
|
9400
|
-
rows: 15,
|
|
9401
|
-
max: !1
|
|
9402
|
-
}
|
|
9403
|
+
type: "textArea",
|
|
9404
|
+
max: !1
|
|
9403
9405
|
},
|
|
9404
9406
|
"config-transform-functions": {
|
|
9405
9407
|
...He,
|
|
@@ -9407,7 +9409,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
9407
9409
|
inputAttributes: {
|
|
9408
9410
|
...He.inputAttributes,
|
|
9409
9411
|
type: "textarea",
|
|
9410
|
-
rows: 15,
|
|
9411
9412
|
max: !1
|
|
9412
9413
|
}
|
|
9413
9414
|
},
|
|
@@ -9417,7 +9418,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
9417
9418
|
inputAttributes: {
|
|
9418
9419
|
...He.inputAttributes,
|
|
9419
9420
|
type: "textarea",
|
|
9420
|
-
rows: 15,
|
|
9421
9421
|
max: !1
|
|
9422
9422
|
}
|
|
9423
9423
|
}
|