comand-component-library 4.0.76 → 4.0.78
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/comand-component-library.js +53 -15
- package/dist/comand-component-library.umd.cjs +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/CmdBasicForm.vue +8 -0
- package/src/components/CmdBox.vue +1 -1
- package/src/components/CmdOpeningHours.vue +0 -1
- package/src/components/CmdPageFooter.vue +1 -0
- package/src/components/CmdSystemMessage.vue +8 -1
- package/src/components/CmdTable.vue +9 -2
- package/src/components/CmdTextImageBlock.vue +4 -0
- package/src/components/CmdUploadForm.vue +8 -1
- package/src/documentation/generated/CmdBasicFormPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdContainerPropertyDescriptions.json +27 -0
- package/src/documentation/generated/CmdLinkPropertyDescriptions.json +45 -0
- package/src/documentation/generated/CmdPageFooterPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdPageHeaderPropertyDescriptions.json +17 -0
- package/src/documentation/generated/CmdSidebarPropertyDescriptions.json +42 -0
- package/src/documentation/generated/CmdTextImageBlockPropertyDescriptions.json +17 -0
- /package/src/documentation/generated/{CmdPagerPropertyDescriptions.json → CmdPaginationPropertyDescriptions.json} +0 -0
|
@@ -5492,6 +5492,13 @@ const Hx = /* @__PURE__ */ P(zd, [["render", au]]), ru = {
|
|
|
5492
5492
|
type: String,
|
|
5493
5493
|
required: !1
|
|
5494
5494
|
},
|
|
5495
|
+
/**
|
|
5496
|
+
* legend for form
|
|
5497
|
+
*
|
|
5498
|
+
* useFieldset-property must be activated
|
|
5499
|
+
*
|
|
5500
|
+
* @requiredForAccessiblity: true
|
|
5501
|
+
*/
|
|
5495
5502
|
legend: {
|
|
5496
5503
|
type: Object,
|
|
5497
5504
|
default() {
|
|
@@ -5681,13 +5688,14 @@ function pu(e, n, t, s, o, i) {
|
|
|
5681
5688
|
const l = X, r = ie, d = md;
|
|
5682
5689
|
return a(), c("div", cu, [
|
|
5683
5690
|
t.cmdHeadline ? (a(), x(l, j(B({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
5684
|
-
O(d, {
|
|
5691
|
+
O(d, B({
|
|
5685
5692
|
onSubmit: i.onSubmit,
|
|
5686
|
-
novalidate: "novalidate"
|
|
5693
|
+
novalidate: "novalidate"
|
|
5694
|
+
}, t.cmdForm, {
|
|
5687
5695
|
legend: t.legend,
|
|
5688
5696
|
submitButton: t.submitButton,
|
|
5689
5697
|
formAction: t.formAction
|
|
5690
|
-
}, {
|
|
5698
|
+
}), {
|
|
5691
5699
|
default: q(() => {
|
|
5692
5700
|
var u, f, h, C, g, b, S, _, L, E, F, D, W, I, A, G, Y, K, de, ue, me, fe, ee, R, we, ze, We, Ge, Je, le, vi, Ti, Si, Oi, Ii, Ei, Li, Fi, Mi, Bi;
|
|
5693
5701
|
return [
|
|
@@ -5899,7 +5907,7 @@ function pu(e, n, t, s, o, i) {
|
|
|
5899
5907
|
];
|
|
5900
5908
|
}),
|
|
5901
5909
|
_: 3
|
|
5902
|
-
},
|
|
5910
|
+
}, 16, ["onSubmit", "legend", "submitButton", "formAction"])
|
|
5903
5911
|
]);
|
|
5904
5912
|
}
|
|
5905
5913
|
const gu = /* @__PURE__ */ P(ru, [["render", pu]]), yu = {
|
|
@@ -6373,7 +6381,7 @@ const cs = /* @__PURE__ */ P(Mu, [["render", Vu]]), Ru = {
|
|
|
6373
6381
|
default: !1
|
|
6374
6382
|
},
|
|
6375
6383
|
/**
|
|
6376
|
-
* set
|
|
6384
|
+
* set type to show different types of boxes/contents
|
|
6377
6385
|
*
|
|
6378
6386
|
* @allowedValues: content, product, user
|
|
6379
6387
|
* @affectsStyling: true
|
|
@@ -6640,7 +6648,7 @@ const cs = /* @__PURE__ */ P(Mu, [["render", Vu]]), Ru = {
|
|
|
6640
6648
|
}
|
|
6641
6649
|
}, Zi = () => {
|
|
6642
6650
|
zo((e) => ({
|
|
6643
|
-
|
|
6651
|
+
ae9cb9d6: e.cutoffTextLines
|
|
6644
6652
|
}));
|
|
6645
6653
|
}, Xi = li.setup;
|
|
6646
6654
|
li.setup = Xi ? (e, n) => (Zi(), Xi(e, n)) : Zi;
|
|
@@ -12107,6 +12115,13 @@ const s_ = /* @__PURE__ */ P(Zg, [["render", ey]]), ty = {
|
|
|
12107
12115
|
};
|
|
12108
12116
|
},
|
|
12109
12117
|
props: {
|
|
12118
|
+
/**
|
|
12119
|
+
* activate if transition for hiding message-box should be used
|
|
12120
|
+
*/
|
|
12121
|
+
useTransition: {
|
|
12122
|
+
type: Boolean,
|
|
12123
|
+
default: !0
|
|
12124
|
+
},
|
|
12110
12125
|
/**
|
|
12111
12126
|
* validation-status for the message-box
|
|
12112
12127
|
*
|
|
@@ -12188,7 +12203,9 @@ const s_ = /* @__PURE__ */ P(Zg, [["render", ey]]), ty = {
|
|
|
12188
12203
|
}, ny = ["role", "aria-labelledby"], iy = ["title"];
|
|
12189
12204
|
function oy(e, n, t, s, o, i) {
|
|
12190
12205
|
const l = J, r = X;
|
|
12191
|
-
return a(), x(Me, {
|
|
12206
|
+
return a(), x(Me, {
|
|
12207
|
+
name: t.useTransition ? "fade" : null
|
|
12208
|
+
}, {
|
|
12192
12209
|
default: q(() => [
|
|
12193
12210
|
o.showSystemMessage ? (a(), c("div", {
|
|
12194
12211
|
key: 0,
|
|
@@ -12218,7 +12235,7 @@ function oy(e, n, t, s, o, i) {
|
|
|
12218
12235
|
], 10, ny)) : m("", !0)
|
|
12219
12236
|
]),
|
|
12220
12237
|
_: 3
|
|
12221
|
-
});
|
|
12238
|
+
}, 8, ["name"]);
|
|
12222
12239
|
}
|
|
12223
12240
|
const sy = /* @__PURE__ */ P(ty, [["render", oy]]), ly = {
|
|
12224
12241
|
name: "CmdTable",
|
|
@@ -12230,6 +12247,13 @@ const sy = /* @__PURE__ */ P(ty, [["render", oy]]), ly = {
|
|
|
12230
12247
|
};
|
|
12231
12248
|
},
|
|
12232
12249
|
props: {
|
|
12250
|
+
/**
|
|
12251
|
+
* activate if transition for hiding collapsible table-data should be used
|
|
12252
|
+
*/
|
|
12253
|
+
useTransition: {
|
|
12254
|
+
type: Boolean,
|
|
12255
|
+
default: !0
|
|
12256
|
+
},
|
|
12233
12257
|
/**
|
|
12234
12258
|
* table data (incl. caption, thead, tbody)
|
|
12235
12259
|
*/
|
|
@@ -12426,7 +12450,9 @@ function my(e, n, t, s, o, i) {
|
|
|
12426
12450
|
(a(!0), c(k, null, H(t.tableData.thead, (C, g) => (a(), c("th", { key: g }, y(C), 1))), 128))
|
|
12427
12451
|
])
|
|
12428
12452
|
]),
|
|
12429
|
-
O(Me, {
|
|
12453
|
+
O(Me, {
|
|
12454
|
+
name: t.useTransition ? "fade" : null
|
|
12455
|
+
}, {
|
|
12430
12456
|
default: q(() => [
|
|
12431
12457
|
ye(p("tbody", dy, [
|
|
12432
12458
|
(a(!0), c(k, null, H(t.tableData.tbody, (C, g) => (a(), c("tr", {
|
|
@@ -12443,8 +12469,10 @@ function my(e, n, t, s, o, i) {
|
|
|
12443
12469
|
])
|
|
12444
12470
|
]),
|
|
12445
12471
|
_: 1
|
|
12446
|
-
}),
|
|
12447
|
-
O(Me, {
|
|
12472
|
+
}, 8, ["name"]),
|
|
12473
|
+
O(Me, {
|
|
12474
|
+
name: t.useTransition ? "fade" : null
|
|
12475
|
+
}, {
|
|
12448
12476
|
default: q(() => [
|
|
12449
12477
|
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (a(), c("tfoot", uy, [
|
|
12450
12478
|
p("tr", null, [
|
|
@@ -12456,7 +12484,7 @@ function my(e, n, t, s, o, i) {
|
|
|
12456
12484
|
])) : m("", !0)
|
|
12457
12485
|
]),
|
|
12458
12486
|
_: 1
|
|
12459
|
-
})
|
|
12487
|
+
}, 8, ["name"])
|
|
12460
12488
|
], 2),
|
|
12461
12489
|
t.showSlideButtons ? (a(), x(r, {
|
|
12462
12490
|
key: 1,
|
|
@@ -12732,7 +12760,8 @@ function Fy(e, n, t, s, o, i) {
|
|
|
12732
12760
|
t.htmlContent ? (a(), c("div", {
|
|
12733
12761
|
key: 1,
|
|
12734
12762
|
innerHTML: t.htmlContent
|
|
12735
|
-
}, null, 8, Sy)) : m("", !0)
|
|
12763
|
+
}, null, 8, Sy)) : m("", !0),
|
|
12764
|
+
V(e.$slots, "default")
|
|
12736
12765
|
], 2),
|
|
12737
12766
|
e.editModeContext ? (a(), x(d, {
|
|
12738
12767
|
key: 2,
|
|
@@ -14695,6 +14724,13 @@ const r0 = {
|
|
|
14695
14724
|
this.resetForm.comment = this.presetComment, this.resetForm.allowDrop = this.allowDrop, this.resetForm.listOfFiles = JSON.parse(JSON.stringify(this.listOfFiles)), this.resetForm.systemMessages = this.systemMessages, this.resetForm.systemMessageStatus = this.systemMessageStatus;
|
|
14696
14725
|
},
|
|
14697
14726
|
props: {
|
|
14727
|
+
/**
|
|
14728
|
+
* activate if transition for hiding list of file extensions
|
|
14729
|
+
*/
|
|
14730
|
+
useTransition: {
|
|
14731
|
+
type: Boolean,
|
|
14732
|
+
default: !0
|
|
14733
|
+
},
|
|
14698
14734
|
/**
|
|
14699
14735
|
* toggle visibility of total upload (number of files, total size, total progress
|
|
14700
14736
|
*/
|
|
@@ -15390,7 +15426,9 @@ function q0(e, n, t, s, o, i) {
|
|
|
15390
15426
|
type: o.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
|
15391
15427
|
}, null, 8, ["iconClass", "type"])
|
|
15392
15428
|
], 8, O0),
|
|
15393
|
-
O(Me, {
|
|
15429
|
+
O(Me, {
|
|
15430
|
+
name: t.useTransition ? "fade" : null
|
|
15431
|
+
}, {
|
|
15394
15432
|
default: q(() => [
|
|
15395
15433
|
o.showListOfFileExtensions ? (a(), c("ul", I0, [
|
|
15396
15434
|
(a(!0), c(k, null, H(t.allowedFileExtensions, (f, h) => (a(), c("li", {
|
|
@@ -15400,7 +15438,7 @@ function q0(e, n, t, s, o, i) {
|
|
|
15400
15438
|
])) : m("", !0)
|
|
15401
15439
|
]),
|
|
15402
15440
|
_: 1
|
|
15403
|
-
})
|
|
15441
|
+
}, 8, ["name"])
|
|
15404
15442
|
])
|
|
15405
15443
|
])
|
|
15406
15444
|
]),
|