comand-component-library 4.2.7 → 4.2.8
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.
@@ -14189,6 +14189,15 @@ const hh = /* @__PURE__ */ F(mh, [["render", fh]]), Qi = [
|
|
14189
14189
|
type: "href",
|
14190
14190
|
path: "/"
|
14191
14191
|
}
|
14192
|
+
},
|
14193
|
+
{
|
14194
|
+
iso2: "es",
|
14195
|
+
name: "Español",
|
14196
|
+
tooltip: "cambiar el idioma a español",
|
14197
|
+
link: {
|
14198
|
+
type: "href",
|
14199
|
+
path: "/"
|
14200
|
+
}
|
14192
14201
|
}
|
14193
14202
|
], rg = {
|
14194
14203
|
show: !1,
|
@@ -15089,6 +15098,13 @@ const hh = /* @__PURE__ */ F(mh, [["render", fh]]), Qi = [
|
|
15089
15098
|
languages: {
|
15090
15099
|
type: Array,
|
15091
15100
|
required: !0
|
15101
|
+
},
|
15102
|
+
/**
|
15103
|
+
* path to flag-files (will be combined with flag isoCode to load svg)
|
15104
|
+
*/
|
15105
|
+
pathFlags: {
|
15106
|
+
type: String,
|
15107
|
+
default: "/media/images/flags"
|
15092
15108
|
}
|
15093
15109
|
},
|
15094
15110
|
mounted() {
|
@@ -15105,23 +15121,12 @@ const hh = /* @__PURE__ */ F(mh, [["render", fh]]), Qi = [
|
|
15105
15121
|
activeLanguage(e) {
|
15106
15122
|
return this.currentLanguage === e;
|
15107
15123
|
},
|
15124
|
+
pathFlag(e) {
|
15125
|
+
return this.pathFlags + "/flag-" + e + ".svg";
|
15126
|
+
},
|
15108
15127
|
changeLanguage(e, t) {
|
15109
15128
|
this.currentLanguage = e, document.documentElement.lang = e, this.$emit("click", { originalEvent: t, iso2: e });
|
15110
15129
|
}
|
15111
|
-
},
|
15112
|
-
watch: {
|
15113
|
-
languages: {
|
15114
|
-
handler() {
|
15115
|
-
this.imageSources = [], this.languages.forEach(
|
15116
|
-
async (e) => {
|
15117
|
-
const t = e.iso2;
|
15118
|
-
this.imageSources.push(flags[t].default);
|
15119
|
-
}
|
15120
|
-
);
|
15121
|
-
},
|
15122
|
-
immediate: !0,
|
15123
|
-
deep: !0
|
15124
|
-
}
|
15125
15130
|
}
|
15126
15131
|
}, Lg = { class: "cmd-switch-language" }, Ig = ["href", "title", "onClick"], Bg = ["src", "alt"], Mg = ["src", "alt"];
|
15127
15132
|
function Dg(e, t, n, s, i, l) {
|
@@ -15137,7 +15142,7 @@ function Dg(e, t, n, s, i, l) {
|
|
15137
15142
|
onClick: S((h) => l.changeLanguage(u.iso2, h), ["prevent"])
|
15138
15143
|
}, [
|
15139
15144
|
o("img", {
|
15140
|
-
src:
|
15145
|
+
src: l.pathFlag(u.iso2),
|
15141
15146
|
alt: u.name
|
15142
15147
|
}, null, 8, Bg)
|
15143
15148
|
], 10, Ig)) : (a(), v(d, {
|
@@ -15149,7 +15154,7 @@ function Dg(e, t, n, s, i, l) {
|
|
15149
15154
|
}, {
|
15150
15155
|
default: w(() => [
|
15151
15156
|
o("img", {
|
15152
|
-
src:
|
15157
|
+
src: l.pathFlag(u.iso2),
|
15153
15158
|
alt: u.name
|
15154
15159
|
}, null, 8, Mg)
|
15155
15160
|
]),
|
@@ -19251,16 +19256,16 @@ const Xx = /* @__PURE__ */ F(Ax, [["render", Qx]]), $x = {
|
|
19251
19256
|
immediate: !0
|
19252
19257
|
}
|
19253
19258
|
}
|
19254
|
-
},
|
19255
|
-
function
|
19259
|
+
}, e1 = { class: "cmd-mail-tool-filter align-items-center" }, t1 = { class: "flex-container horizontal align-items-center" }, n1 = { class: "flex-container horizontal sort-wrapper" }, i1 = ["title"], l1 = { key: 0 }, o1 = ["title"], a1 = { key: 0 };
|
19260
|
+
function s1(e, t, n, s, i, l) {
|
19256
19261
|
const d = Y, u = ne;
|
19257
|
-
return a(), r("div",
|
19262
|
+
return a(), r("div", e1, [
|
19258
19263
|
l.headlineText ? (a(), v(d, {
|
19259
19264
|
key: 0,
|
19260
19265
|
headlineText: l.headlineText,
|
19261
19266
|
headlineLevel: l.headlineLevel
|
19262
19267
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
19263
|
-
o("div",
|
19268
|
+
o("div", t1, [
|
19264
19269
|
p(u, {
|
19265
19270
|
element: "input",
|
19266
19271
|
type: "search",
|
@@ -19293,34 +19298,34 @@ function sC(e, t, n, s, i, l) {
|
|
19293
19298
|
inputValue: l.senderReceiver
|
19294
19299
|
}, null, 8, ["id", "labelText", "modelValue", "inputValue"])
|
19295
19300
|
]),
|
19296
|
-
o("div",
|
19301
|
+
o("div", n1, [
|
19297
19302
|
i.sortOrderAsc ? (a(), r("a", {
|
19298
19303
|
key: 0,
|
19299
19304
|
href: "#",
|
19300
19305
|
onClick: t[3] || (t[3] = S((c) => l.sortByDate("asc"), ["prevent"])),
|
19301
19306
|
title: n.linkSortAscending.title
|
19302
19307
|
}, [
|
19303
|
-
n.linkSortAscending.text ? (a(), r("span",
|
19308
|
+
n.linkSortAscending.text ? (a(), r("span", l1, y(n.linkSortAscending.text), 1)) : m("", !0),
|
19304
19309
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
19305
19310
|
key: 1,
|
19306
19311
|
class: x(n.linkSortAscending.iconClass)
|
19307
19312
|
}, null, 2)) : m("", !0)
|
19308
|
-
], 8,
|
19313
|
+
], 8, i1)) : (a(), r("a", {
|
19309
19314
|
key: 1,
|
19310
19315
|
href: "#",
|
19311
19316
|
onClick: t[4] || (t[4] = S((c) => l.sortByDate("desc"), ["prevent"])),
|
19312
19317
|
title: n.linkSortDescending.title
|
19313
19318
|
}, [
|
19314
|
-
n.linkSortDescending.text ? (a(), r("span",
|
19319
|
+
n.linkSortDescending.text ? (a(), r("span", a1, y(n.linkSortDescending.text), 1)) : m("", !0),
|
19315
19320
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
19316
19321
|
key: 1,
|
19317
19322
|
class: x(n.linkSortDescending.iconClass)
|
19318
19323
|
}, null, 2)) : m("", !0)
|
19319
|
-
], 8,
|
19324
|
+
], 8, o1))
|
19320
19325
|
])
|
19321
19326
|
]);
|
19322
19327
|
}
|
19323
|
-
const
|
19328
|
+
const r1 = /* @__PURE__ */ F($x, [["render", s1]]), d1 = {
|
19324
19329
|
name: "CmdMailTool",
|
19325
19330
|
data() {
|
19326
19331
|
return {
|
@@ -19419,8 +19424,8 @@ const rC = /* @__PURE__ */ F($x, [["render", sC]]), dC = {
|
|
19419
19424
|
}
|
19420
19425
|
}
|
19421
19426
|
};
|
19422
|
-
function
|
19423
|
-
const d =
|
19427
|
+
function u1(e, t, n, s, i, l) {
|
19428
|
+
const d = r1, u = Xx, c = el;
|
19424
19429
|
return a(), v(c, I({ class: "cmd-mail-tool" }, n.cmdTabs), {
|
19425
19430
|
"tab-content-0": w(() => [
|
19426
19431
|
p(d, I(n.cmdMailToolFilterInbox, {
|
@@ -19439,7 +19444,7 @@ function uC(e, t, n, s, i, l) {
|
|
19439
19444
|
_: 1
|
19440
19445
|
}, 16);
|
19441
19446
|
}
|
19442
|
-
const
|
19447
|
+
const c1 = /* @__PURE__ */ F(d1, [["render", u1]]), m1 = {
|
19443
19448
|
name: "CmdListOfImages",
|
19444
19449
|
emits: ["click"],
|
19445
19450
|
// mixins: [EditMode],
|
@@ -19510,11 +19515,11 @@ const cC = /* @__PURE__ */ F(dC, [["render", uC]]), mC = {
|
|
19510
19515
|
}
|
19511
19516
|
*/
|
19512
19517
|
}
|
19513
|
-
},
|
19518
|
+
}, p1 = {
|
19514
19519
|
key: 0,
|
19515
19520
|
href: "#"
|
19516
19521
|
};
|
19517
|
-
function
|
19522
|
+
function f1(e, t, n, s, i, l) {
|
19518
19523
|
var c;
|
19519
19524
|
const d = Y, u = ge;
|
19520
19525
|
return a(), r("div", {
|
@@ -19530,7 +19535,7 @@ function fC(e, t, n, s, i, l) {
|
|
19530
19535
|
class: x(["list-of-images", { vertical: n.orientation === "vertical" }])
|
19531
19536
|
}, [
|
19532
19537
|
(a(!0), r(_, null, q(n.images, (h, f) => (a(), r("li", { key: f }, [
|
19533
|
-
h.image.url ? (a(), r("a",
|
19538
|
+
h.image.url ? (a(), r("a", p1, [
|
19534
19539
|
p(u, I({ ref_for: !0 }, h), null, 16)
|
19535
19540
|
])) : (a(), v(u, I({
|
19536
19541
|
key: 1,
|
@@ -19540,7 +19545,7 @@ function fC(e, t, n, s, i, l) {
|
|
19540
19545
|
], 2)
|
19541
19546
|
], 2);
|
19542
19547
|
}
|
19543
|
-
const
|
19548
|
+
const h1 = /* @__PURE__ */ F(m1, [["render", f1]]), g1 = [
|
19544
19549
|
{
|
19545
19550
|
id: 1,
|
19546
19551
|
cmdImage: {
|
@@ -19563,7 +19568,7 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
19563
19568
|
isoDate: "2025-02-20",
|
19564
19569
|
time: "21:08"
|
19565
19570
|
}
|
19566
|
-
],
|
19571
|
+
], y1 = [
|
19567
19572
|
{
|
19568
19573
|
id: 3,
|
19569
19574
|
cmdImage: {
|
@@ -19586,10 +19591,10 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
19586
19591
|
isoDate: "2025-02-21",
|
19587
19592
|
time: "15:55"
|
19588
19593
|
}
|
19589
|
-
],
|
19590
|
-
inbox:
|
19591
|
-
outbox:
|
19592
|
-
},
|
19594
|
+
], b1 = {
|
19595
|
+
inbox: g1,
|
19596
|
+
outbox: y1
|
19597
|
+
}, x1 = [
|
19593
19598
|
{
|
19594
19599
|
id: 1,
|
19595
19600
|
displayValue: "Option #1",
|
@@ -19611,12 +19616,12 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
19611
19616
|
iconClass: "icon-globe"
|
19612
19617
|
}
|
19613
19618
|
}
|
19614
|
-
],
|
19619
|
+
], C1 = {
|
19615
19620
|
labelText: "Label for inputfield (search) with smart-search:"
|
19616
|
-
},
|
19617
|
-
listOfRecommendations:
|
19618
|
-
cmdFormElement:
|
19619
|
-
},
|
19621
|
+
}, v1 = {
|
19622
|
+
listOfRecommendations: x1,
|
19623
|
+
cmdFormElement: C1
|
19624
|
+
}, k1 = [
|
19620
19625
|
{
|
19621
19626
|
text: "Afghanistan",
|
19622
19627
|
value: "af"
|
@@ -20397,16 +20402,16 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
20397
20402
|
text: "Zimbabwe",
|
20398
20403
|
value: "zw"
|
20399
20404
|
}
|
20400
|
-
],
|
20405
|
+
], w1 = "comand-component-library", T1 = "4.2.8", S1 = "GPL-3.0-only", _1 = "CoManD-UI", O1 = "module", L1 = {
|
20401
20406
|
prepublishOnly: "npm run build-lib",
|
20402
20407
|
dev: "vite",
|
20403
20408
|
build: "vite build",
|
20404
20409
|
"build-lib": "vite build && gulp",
|
20405
20410
|
preview: "vite preview"
|
20406
|
-
},
|
20411
|
+
}, I1 = [
|
20407
20412
|
"dist",
|
20408
20413
|
"src"
|
20409
|
-
],
|
20414
|
+
], B1 = {
|
20410
20415
|
".": "./dist/comand-component-library.js",
|
20411
20416
|
"./css.js": "./src/css.js",
|
20412
20417
|
"./style.css": "./dist/style.css",
|
@@ -20416,16 +20421,16 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
20416
20421
|
"./currencies.json": "./src/assets/lists-of-data/currencies.json",
|
20417
20422
|
"./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json",
|
20418
20423
|
"./us-cities.json": "./src/assets/lists-of-data/us-cities.json"
|
20419
|
-
},
|
20424
|
+
}, M1 = {
|
20420
20425
|
"clickout-event": "^1.1.2",
|
20421
|
-
"comand-frontend-framework": "^4.2.
|
20426
|
+
"comand-frontend-framework": "^4.2.11",
|
20422
20427
|
"comand-ui-iconfonts": "^1.0.19",
|
20423
20428
|
"core-js": "^3.20.1",
|
20424
20429
|
prismjs: "^1.27.0",
|
20425
20430
|
vue: "^3.2.31",
|
20426
20431
|
"vue-router": "^4.0.12",
|
20427
20432
|
vuex: "^4.0.2"
|
20428
|
-
},
|
20433
|
+
}, D1 = {
|
20429
20434
|
"@iconify/vue": "^4.0.0",
|
20430
20435
|
"@vitejs/plugin-vue": "^5.1.1",
|
20431
20436
|
"@vue/test-utils": "^2.0.0-0",
|
@@ -20435,19 +20440,19 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
20435
20440
|
"unplugin-vue-components": "^0.24.0",
|
20436
20441
|
vite: "^5.4.11",
|
20437
20442
|
"vue-jest": "^5.0.0-0"
|
20438
|
-
},
|
20439
|
-
name:
|
20440
|
-
version:
|
20441
|
-
license:
|
20442
|
-
author:
|
20443
|
+
}, F1 = {
|
20444
|
+
name: w1,
|
20445
|
+
version: T1,
|
20446
|
+
license: S1,
|
20447
|
+
author: _1,
|
20443
20448
|
private: !1,
|
20444
|
-
type:
|
20445
|
-
scripts:
|
20446
|
-
files:
|
20447
|
-
exports:
|
20448
|
-
dependencies:
|
20449
|
-
devDependencies:
|
20450
|
-
},
|
20449
|
+
type: O1,
|
20450
|
+
scripts: L1,
|
20451
|
+
files: I1,
|
20452
|
+
exports: B1,
|
20453
|
+
dependencies: M1,
|
20454
|
+
devDependencies: D1
|
20455
|
+
}, V1 = {
|
20451
20456
|
data() {
|
20452
20457
|
return {
|
20453
20458
|
cmdAddressDataSettingsData: {
|
@@ -21327,9 +21332,9 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
21327
21332
|
}
|
21328
21333
|
};
|
21329
21334
|
}
|
21330
|
-
}, fi = "/media/images/content-images/landscape-medium.jpg",
|
21335
|
+
}, fi = "/media/images/content-images/landscape-medium.jpg", A1 = "/media/images/demo-images/small/landscape-01.jpg", P1 = "/media/images/demo-images/small/landscape-02.jpg", E1 = "/media/images/demo-images/small/landscape-03.jpg", H1 = {
|
21331
21336
|
name: "App",
|
21332
|
-
mixins: [
|
21337
|
+
mixins: [V1],
|
21333
21338
|
components: {
|
21334
21339
|
PageOverview: Sl
|
21335
21340
|
},
|
@@ -21491,20 +21496,20 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
21491
21496
|
languagesData: $i,
|
21492
21497
|
listOfLinksData: Kh,
|
21493
21498
|
multistepsData: tg,
|
21494
|
-
mailToolData:
|
21499
|
+
mailToolData: b1,
|
21495
21500
|
navigationData: Xi,
|
21496
21501
|
openingHoursData: ng,
|
21497
21502
|
selectOptionsData: ig,
|
21498
21503
|
slideshowData: lg,
|
21499
|
-
smartSearchData:
|
21504
|
+
smartSearchData: v1,
|
21500
21505
|
socialNetworksData: sg,
|
21501
21506
|
tableDataSmall: xg,
|
21502
21507
|
tableDataLarge: fg,
|
21503
21508
|
tabsData: Cg,
|
21504
21509
|
thumbnailScrollerImagesData: vg,
|
21505
21510
|
thumbnailScrollerTextData: kg,
|
21506
|
-
allCountriesData:
|
21507
|
-
packageJson:
|
21511
|
+
allCountriesData: k1,
|
21512
|
+
packageJson: F1
|
21508
21513
|
};
|
21509
21514
|
},
|
21510
21515
|
mounted() {
|
@@ -21709,82 +21714,82 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
21709
21714
|
});
|
21710
21715
|
}
|
21711
21716
|
}
|
21712
|
-
},
|
21717
|
+
}, q1 = ["id"], R1 = { for: "select-template" }, j1 = { class: "input-wrapper" }, N1 = { for: "default-color-scheme" }, U1 = { for: "light-mode" }, z1 = { for: "dark-mode" }, W1 = ["href", "onClick"], G1 = { class: "box-footer comand-versions" }, K1 = { class: "closed-sidebar" }, J1 = {
|
21713
21718
|
key: 1,
|
21714
21719
|
id: "content"
|
21715
|
-
},
|
21720
|
+
}, Y1 = {
|
21716
21721
|
class: "headline-demopage",
|
21717
21722
|
id: "section-address-data"
|
21718
|
-
},
|
21723
|
+
}, Z1 = { class: "flex-container" }, Q1 = { class: "flex-container" }, X1 = { class: "list-status" }, $1 = { class: "error" }, eC = { class: "flex-container" }, tC = { class: "headline-demopage" }, nC = { class: "flex-container" }, iC = { class: "flex-container" }, lC = { class: "flex-container" }, oC = { class: "flex-container" }, aC = { class: "flex-container" }, sC = { class: "headline-demopage" }, rC = { class: "flex-container" }, dC = { class: "flex-container no-flex" }, uC = {
|
21719
21724
|
class: "inline",
|
21720
21725
|
for: "range-value"
|
21721
|
-
},
|
21726
|
+
}, cC = ["disabled"], mC = { for: "range-slider" }, pC = ["disabled"], fC = { class: "label inline" }, hC = { class: "flex-container no-flex" }, gC = { class: "label inline" }, yC = { class: "flex-container no-flex" }, bC = { class: "label inline" }, xC = { class: "flex-container no-flex" }, CC = { class: "label inline" }, vC = { class: "flex-container no-flex" }, kC = {
|
21722
21727
|
class: "headline-demopage",
|
21723
21728
|
id: "section-input-group"
|
21724
|
-
},
|
21729
|
+
}, wC = { class: "flex-container" }, TC = { class: "button-wrapper no-flex" }, SC = ["disabled"], _C = {
|
21725
21730
|
class: "headline-demopage",
|
21726
21731
|
id: "section-bank-account-data"
|
21727
|
-
},
|
21732
|
+
}, OC = {
|
21728
21733
|
class: "headline-demopage",
|
21729
21734
|
id: "section-basic-form"
|
21730
|
-
},
|
21735
|
+
}, LC = { class: "headline-demopage" }, IC = { class: "navigation" }, BC = { class: "grid-container-create-columns" }, MC = {
|
21731
21736
|
class: "headline-demopage",
|
21732
21737
|
id: "section-breadcrumbs"
|
21733
|
-
},
|
21738
|
+
}, DC = {
|
21734
21739
|
class: "headline-demopage",
|
21735
21740
|
id: "section-company-logo"
|
21736
|
-
},
|
21741
|
+
}, FC = {
|
21737
21742
|
class: "headline-demopage",
|
21738
21743
|
id: "section-container"
|
21739
|
-
},
|
21744
|
+
}, VC = {
|
21740
21745
|
class: "headline-demopage",
|
21741
21746
|
id: "section-headlines"
|
21742
|
-
},
|
21747
|
+
}, AC = {
|
21743
21748
|
class: "headline-demopage",
|
21744
21749
|
id: "section-image"
|
21745
|
-
},
|
21750
|
+
}, PC = { class: "flex-container" }, EC = {
|
21746
21751
|
class: "headline-demopage",
|
21747
21752
|
id: "section-image-gallery"
|
21748
|
-
},
|
21753
|
+
}, HC = {
|
21749
21754
|
class: "headline-demopage",
|
21750
21755
|
id: "section-link"
|
21751
|
-
},
|
21756
|
+
}, qC = { class: "output" }, RC = {
|
21752
21757
|
class: "headline-demopage",
|
21753
21758
|
id: "section-list-of-links"
|
21754
|
-
},
|
21759
|
+
}, jC = { class: "output" }, NC = {
|
21755
21760
|
class: "headline-demopage",
|
21756
21761
|
id: "section-list-of-images"
|
21757
|
-
},
|
21762
|
+
}, UC = {
|
21758
21763
|
class: "headline-demopage",
|
21759
21764
|
id: "section-login-form"
|
21760
|
-
},
|
21765
|
+
}, zC = {
|
21761
21766
|
class: "headline-demopage",
|
21762
21767
|
id: "section-main-navigation"
|
21763
|
-
},
|
21768
|
+
}, WC = {
|
21764
21769
|
class: "headline-demopage",
|
21765
21770
|
id: "section-multistep-form-progress-bar"
|
21766
|
-
},
|
21771
|
+
}, GC = {
|
21767
21772
|
class: "headline-demopage",
|
21768
21773
|
id: "section-newsletter-subscription"
|
21769
|
-
},
|
21774
|
+
}, KC = {
|
21770
21775
|
class: "headline-demopage",
|
21771
21776
|
id: "section-opening-hours"
|
21772
|
-
},
|
21777
|
+
}, JC = {
|
21773
21778
|
class: "headline-demopage",
|
21774
21779
|
id: "section-page-footer"
|
21775
|
-
},
|
21780
|
+
}, YC = {
|
21776
21781
|
class: "headline-demopage",
|
21777
21782
|
id: "section-page-header"
|
21778
|
-
},
|
21783
|
+
}, ZC = {
|
21779
21784
|
class: "headline-demopage",
|
21780
21785
|
id: "section-pagination"
|
21781
|
-
},
|
21786
|
+
}, QC = {
|
21782
21787
|
class: "headline-demopage",
|
21783
21788
|
id: "section-site-header"
|
21784
|
-
},
|
21789
|
+
}, XC = {
|
21785
21790
|
class: "headline-demopage",
|
21786
21791
|
id: "section-site-search"
|
21787
|
-
}, $
|
21792
|
+
}, $C = {
|
21788
21793
|
class: "headline-demopage",
|
21789
21794
|
id: "section-slideshow"
|
21790
21795
|
}, ev = {
|
@@ -21822,7 +21827,7 @@ const hC = /* @__PURE__ */ F(mC, [["render", fC]]), gC = [
|
|
21822
21827
|
id: "content"
|
21823
21828
|
};
|
21824
21829
|
function pv(e, t, n, s, i, l) {
|
21825
|
-
const d = kn, u = Ri, c = Rf, h = Cn, f = Ni, g = Jf, k = Tl, b = Ai, O = zi, T = ne, M = hh, B = Ui, D = Ff, V = Ji, U = Pi, W = rr, A = hr, R = qi, J = ji, Z = ic, Q = tm, le = Ki, oe = Y, ie = G, re = ge, me = bm, E = Tm, X = Re, ee =
|
21830
|
+
const d = kn, u = Ri, c = Rf, h = Cn, f = Ni, g = Jf, k = Tl, b = Ai, O = zi, T = ne, M = hh, B = Ui, D = Ff, V = Ji, U = Pi, W = rr, A = hr, R = qi, J = ji, Z = ic, Q = tm, le = Ki, oe = Y, ie = G, re = ge, me = bm, E = Tm, X = Re, ee = h1, Ce = Xm, Oe = c1, Le = Yi, Ie = ke("router-view"), Be = yp, Me = kp, De = Jp, de = vf, at = _f, st = sf, Ge = zf, rt = lh, dt = ch, ut = Zi, ct = Fg, K = Ne, In = zg, Ll = el, Vt = ny, Il = Ei, Bl = ay, At = Fi, Ml = ux, Dl = Sl, Fl = Oc, Vl = wc, Al = Cd, Pl = yx, El = zl("fancybox");
|
21826
21831
|
return te((a(), r("div", {
|
21827
21832
|
class: "page-wrapper",
|
21828
21833
|
id: l.templateId
|
@@ -21851,7 +21856,7 @@ function pv(e, t, n, s, i, l) {
|
|
21851
21856
|
onToggleCollapse: (z) => C.boxToggled(0, z)
|
21852
21857
|
}, {
|
21853
21858
|
body: w(() => [
|
21854
|
-
o("label",
|
21859
|
+
o("label", R1, [
|
21855
21860
|
t[125] || (t[125] = o("span", null, "Select template", -1)),
|
21856
21861
|
te(o("select", {
|
21857
21862
|
id: "select-template",
|
@@ -21868,8 +21873,8 @@ function pv(e, t, n, s, i, l) {
|
|
21868
21873
|
]),
|
21869
21874
|
o("div", null, [
|
21870
21875
|
t[129] || (t[129] = o("span", null, "Color Scheme", -1)),
|
21871
|
-
o("div",
|
21872
|
-
o("label",
|
21876
|
+
o("div", j1, [
|
21877
|
+
o("label", N1, [
|
21873
21878
|
te(o("input", {
|
21874
21879
|
type: "radio",
|
21875
21880
|
id: "default-color-scheme",
|
@@ -21881,7 +21886,7 @@ function pv(e, t, n, s, i, l) {
|
|
21881
21886
|
]),
|
21882
21887
|
t[126] || (t[126] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
21883
21888
|
]),
|
21884
|
-
o("label",
|
21889
|
+
o("label", U1, [
|
21885
21890
|
te(o("input", {
|
21886
21891
|
type: "radio",
|
21887
21892
|
id: "light-mode",
|
@@ -21893,7 +21898,7 @@ function pv(e, t, n, s, i, l) {
|
|
21893
21898
|
]),
|
21894
21899
|
t[127] || (t[127] = o("span", { class: "label-text" }, "Light Mode", -1))
|
21895
21900
|
]),
|
21896
|
-
o("label",
|
21901
|
+
o("label", z1, [
|
21897
21902
|
te(o("input", {
|
21898
21903
|
type: "radio",
|
21899
21904
|
id: "dark-mode",
|
@@ -21928,7 +21933,7 @@ function pv(e, t, n, s, i, l) {
|
|
21928
21933
|
href: l.sectionName(z),
|
21929
21934
|
onClick: (je) => l.updateSettingsSidebar(l.componentNameWithPrefix(z)),
|
21930
21935
|
title: "Go to component"
|
21931
|
-
}, y(l.readableComponentName(z)), 9,
|
21936
|
+
}, y(l.readableComponentName(z)), 9, W1)
|
21932
21937
|
], 2))), 128))
|
21933
21938
|
])
|
21934
21939
|
]),
|
@@ -21990,7 +21995,7 @@ function pv(e, t, n, s, i, l) {
|
|
21990
21995
|
]),
|
21991
21996
|
_: 1
|
21992
21997
|
}, 8, ["openBoxesByDefault"]),
|
21993
|
-
o("dl",
|
21998
|
+
o("dl", G1, [
|
21994
21999
|
t[132] || (t[132] = o("dt", null, "Frontend-Framework Version:", -1)),
|
21995
22000
|
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
21996
22001
|
t[133] || (t[133] = o("dt", null, "Component-Library Version:", -1)),
|
@@ -21998,7 +22003,7 @@ function pv(e, t, n, s, i, l) {
|
|
21998
22003
|
])
|
21999
22004
|
]),
|
22000
22005
|
closed: w(() => [
|
22001
|
-
o("div",
|
22006
|
+
o("div", K1, [
|
22002
22007
|
o("a", {
|
22003
22008
|
href: "#",
|
22004
22009
|
class: "button primary",
|
@@ -22046,7 +22051,7 @@ function pv(e, t, n, s, i, l) {
|
|
22046
22051
|
]),
|
22047
22052
|
_: 1
|
22048
22053
|
}),
|
22049
|
-
i.componentView ? (a(), r("main",
|
22054
|
+
i.componentView ? (a(), r("main", J1, [
|
22050
22055
|
p(k, null, {
|
22051
22056
|
default: w(() => t[138] || (t[138] = [
|
22052
22057
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
@@ -22055,7 +22060,7 @@ function pv(e, t, n, s, i, l) {
|
|
22055
22060
|
}),
|
22056
22061
|
p(k, null, {
|
22057
22062
|
default: w(() => [
|
22058
|
-
o("h2",
|
22063
|
+
o("h2", Y1, [
|
22059
22064
|
t[139] || (t[139] = o("span", null, "Address Data", -1)),
|
22060
22065
|
o("a", {
|
22061
22066
|
href: "#",
|
@@ -22064,7 +22069,7 @@ function pv(e, t, n, s, i, l) {
|
|
22064
22069
|
onClick: t[13] || (t[13] = S((C) => l.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
22065
22070
|
})
|
22066
22071
|
]),
|
22067
|
-
o("div",
|
22072
|
+
o("div", Z1, [
|
22068
22073
|
p(b, I({
|
22069
22074
|
ref: "CmdAddressData",
|
22070
22075
|
addressData: i.addressData
|
@@ -22082,8 +22087,8 @@ function pv(e, t, n, s, i, l) {
|
|
22082
22087
|
t[180] || (t[180] = o("h3", null, [
|
22083
22088
|
o("span", null, "Form elements status:")
|
22084
22089
|
], -1)),
|
22085
|
-
o("div",
|
22086
|
-
o("ul",
|
22090
|
+
o("div", Q1, [
|
22091
|
+
o("ul", X1, [
|
22087
22092
|
o("li", null, [
|
22088
22093
|
o("a", {
|
22089
22094
|
href: "#",
|
@@ -22092,7 +22097,7 @@ function pv(e, t, n, s, i, l) {
|
|
22092
22097
|
id: "status-default"
|
22093
22098
|
}, " Default ", 2)
|
22094
22099
|
]),
|
22095
|
-
o("li", $
|
22100
|
+
o("li", $1, [
|
22096
22101
|
o("a", {
|
22097
22102
|
href: "#",
|
22098
22103
|
onClick: t[15] || (t[15] = S((C) => l.setStatus("error", !1), ["prevent"])),
|
@@ -22145,9 +22150,9 @@ function pv(e, t, n, s, i, l) {
|
|
22145
22150
|
novalidate: "novalidate"
|
22146
22151
|
}, {
|
22147
22152
|
default: w(() => [
|
22148
|
-
o("fieldset",
|
22153
|
+
o("fieldset", eC, [
|
22149
22154
|
t[159] || (t[159] = o("legend", null, "Legend", -1)),
|
22150
|
-
o("h2",
|
22155
|
+
o("h2", tC, [
|
22151
22156
|
t[140] || (t[140] = o("span", null, "Form Element-Component", -1)),
|
22152
22157
|
o("a", {
|
22153
22158
|
href: "#",
|
@@ -22160,7 +22165,7 @@ function pv(e, t, n, s, i, l) {
|
|
22160
22165
|
status: i.validationStatus,
|
22161
22166
|
disabled: i.disabledStatus
|
22162
22167
|
}), null, 16, ["status", "disabled"]),
|
22163
|
-
o("div",
|
22168
|
+
o("div", nC, [
|
22164
22169
|
p(T, {
|
22165
22170
|
labelText: "Input for datalist:",
|
22166
22171
|
element: "input",
|
@@ -22172,7 +22177,7 @@ function pv(e, t, n, s, i, l) {
|
|
22172
22177
|
tooltipText: "This is a tooltip"
|
22173
22178
|
}, null, 8, ["status", "disabled", "datalist"])
|
22174
22179
|
]),
|
22175
|
-
o("div",
|
22180
|
+
o("div", iC, [
|
22176
22181
|
p(T, I({
|
22177
22182
|
labelText: "Input (type search (without search-button)):",
|
22178
22183
|
element: "input",
|
@@ -22195,7 +22200,7 @@ function pv(e, t, n, s, i, l) {
|
|
22195
22200
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
22196
22201
|
]),
|
22197
22202
|
t[160] || (t[160] = o("h3", null, "Inputfields in Columns", -1)),
|
22198
|
-
o("div",
|
22203
|
+
o("div", lC, [
|
22199
22204
|
p(T, {
|
22200
22205
|
element: "input",
|
22201
22206
|
type: "text",
|
@@ -22241,7 +22246,7 @@ function pv(e, t, n, s, i, l) {
|
|
22241
22246
|
disabled: i.disabledStatus
|
22242
22247
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22243
22248
|
]),
|
22244
|
-
o("div",
|
22249
|
+
o("div", oC, [
|
22245
22250
|
p(T, {
|
22246
22251
|
labelText: "Label for emailfield (with icon):",
|
22247
22252
|
element: "input",
|
@@ -22315,7 +22320,7 @@ function pv(e, t, n, s, i, l) {
|
|
22315
22320
|
disabled: i.disabledStatus
|
22316
22321
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22317
22322
|
t[161] || (t[161] = o("h3", null, "Searchfields", -1)),
|
22318
|
-
o("div",
|
22323
|
+
o("div", aC, [
|
22319
22324
|
p(T, {
|
22320
22325
|
element: "input",
|
22321
22326
|
labelText: "Label for inputfield (search) without search-button:",
|
@@ -22363,7 +22368,7 @@ function pv(e, t, n, s, i, l) {
|
|
22363
22368
|
disabled: i.disabledStatus
|
22364
22369
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22365
22370
|
t[163] || (t[163] = o("hr", null, null, -1)),
|
22366
|
-
o("h3",
|
22371
|
+
o("h3", sC, [
|
22367
22372
|
t[142] || (t[142] = o("span", null, "Fake Selects", -1)),
|
22368
22373
|
o("a", {
|
22369
22374
|
href: "#",
|
@@ -22372,7 +22377,7 @@ function pv(e, t, n, s, i, l) {
|
|
22372
22377
|
onClick: t[34] || (t[34] = S((C) => l.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
22373
22378
|
})
|
22374
22379
|
]),
|
22375
|
-
o("div",
|
22380
|
+
o("div", rC, [
|
22376
22381
|
p(B, I({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
22377
22382
|
selectData: i.fakeSelectOptionsData,
|
22378
22383
|
modelValue: i.fakeSelectDefault,
|
@@ -22448,8 +22453,8 @@ function pv(e, t, n, s, i, l) {
|
|
22448
22453
|
class: x(["label", i.validationStatus])
|
22449
22454
|
}, [
|
22450
22455
|
t[145] || (t[145] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
22451
|
-
o("span",
|
22452
|
-
o("label",
|
22456
|
+
o("span", dC, [
|
22457
|
+
o("label", uC, [
|
22453
22458
|
t[143] || (t[143] = o("span", { class: "label-text" }, [
|
22454
22459
|
o("span", null, "Range Value:")
|
22455
22460
|
], -1)),
|
@@ -22461,11 +22466,11 @@ function pv(e, t, n, s, i, l) {
|
|
22461
22466
|
min: "0",
|
22462
22467
|
max: "100",
|
22463
22468
|
id: "range-value"
|
22464
|
-
}, null, 10,
|
22469
|
+
}, null, 10, cC), [
|
22465
22470
|
[Wt, i.rangeValue]
|
22466
22471
|
])
|
22467
22472
|
]),
|
22468
|
-
o("label",
|
22473
|
+
o("label", mC, [
|
22469
22474
|
t[144] || (t[144] = o("span", { class: "label-text hidden" }, [
|
22470
22475
|
o("span", null, "Range Value")
|
22471
22476
|
], -1)),
|
@@ -22477,7 +22482,7 @@ function pv(e, t, n, s, i, l) {
|
|
22477
22482
|
disabled: i.disabledStatus,
|
22478
22483
|
min: "0",
|
22479
22484
|
max: "100"
|
22480
|
-
}, null, 8,
|
22485
|
+
}, null, 8, pC), [
|
22481
22486
|
[Wt, i.rangeValue]
|
22482
22487
|
])
|
22483
22488
|
])
|
@@ -22592,9 +22597,9 @@ function pv(e, t, n, s, i, l) {
|
|
22592
22597
|
]),
|
22593
22598
|
t[171] || (t[171] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
22594
22599
|
t[172] || (t[172] = o("h3", null, "Checkboxes [native]", -1)),
|
22595
|
-
o("div",
|
22600
|
+
o("div", fC, [
|
22596
22601
|
t[149] || (t[149] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
22597
|
-
o("div",
|
22602
|
+
o("div", hC, [
|
22598
22603
|
p(T, {
|
22599
22604
|
element: "input",
|
22600
22605
|
labelText: "Label for checkbox with boolean",
|
@@ -22647,9 +22652,9 @@ function pv(e, t, n, s, i, l) {
|
|
22647
22652
|
])
|
22648
22653
|
]),
|
22649
22654
|
t[173] || (t[173] = o("h3", null, "Checkboxes (replaced)", -1)),
|
22650
|
-
o("div",
|
22655
|
+
o("div", gC, [
|
22651
22656
|
t[150] || (t[150] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
22652
|
-
o("div",
|
22657
|
+
o("div", yC, [
|
22653
22658
|
p(T, {
|
22654
22659
|
element: "input",
|
22655
22660
|
labelText: "Label for replaced checkbox",
|
@@ -22677,9 +22682,9 @@ function pv(e, t, n, s, i, l) {
|
|
22677
22682
|
])
|
22678
22683
|
]),
|
22679
22684
|
t[174] || (t[174] = o("h3", null, "Radiobuttons [native]", -1)),
|
22680
|
-
o("div",
|
22685
|
+
o("div", bC, [
|
22681
22686
|
t[151] || (t[151] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
22682
|
-
o("div",
|
22687
|
+
o("div", xC, [
|
22683
22688
|
p(T, {
|
22684
22689
|
element: "input",
|
22685
22690
|
labelText: "Label for native radiobutton",
|
@@ -22708,9 +22713,9 @@ function pv(e, t, n, s, i, l) {
|
|
22708
22713
|
]),
|
22709
22714
|
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
22710
22715
|
t[175] || (t[175] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
22711
|
-
o("div",
|
22716
|
+
o("div", CC, [
|
22712
22717
|
t[152] || (t[152] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
22713
|
-
o("div",
|
22718
|
+
o("div", vC, [
|
22714
22719
|
p(T, {
|
22715
22720
|
element: "input",
|
22716
22721
|
labelText: "Label for replaced radiobutton",
|
@@ -22739,7 +22744,7 @@ function pv(e, t, n, s, i, l) {
|
|
22739
22744
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22740
22745
|
])
|
22741
22746
|
]),
|
22742
|
-
o("h3",
|
22747
|
+
o("h3", kC, [
|
22743
22748
|
t[153] || (t[153] = H(" Input-Group ")),
|
22744
22749
|
o("a", {
|
22745
22750
|
href: "#",
|
@@ -22859,9 +22864,9 @@ function pv(e, t, n, s, i, l) {
|
|
22859
22864
|
])
|
22860
22865
|
])
|
22861
22866
|
]),
|
22862
|
-
o("div",
|
22867
|
+
o("div", wC, [
|
22863
22868
|
t[178] || (t[178] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
22864
|
-
o("div",
|
22869
|
+
o("div", TC, [
|
22865
22870
|
p(T, {
|
22866
22871
|
element: "button",
|
22867
22872
|
nativeButton: { text: "Submit-button from component" },
|
@@ -22877,7 +22882,7 @@ function pv(e, t, n, s, i, l) {
|
|
22877
22882
|
}, t[177] || (t[177] = [
|
22878
22883
|
o("span", { class: "icon-check" }, null, -1),
|
22879
22884
|
o("span", null, "Native submit-button", -1)
|
22880
|
-
]), 8,
|
22885
|
+
]), 8, SC)
|
22881
22886
|
])
|
22882
22887
|
])
|
22883
22888
|
]),
|
@@ -22892,7 +22897,7 @@ function pv(e, t, n, s, i, l) {
|
|
22892
22897
|
}),
|
22893
22898
|
p(k, null, {
|
22894
22899
|
default: w(() => [
|
22895
|
-
o("h2",
|
22900
|
+
o("h2", _C, [
|
22896
22901
|
t[181] || (t[181] = o("span", null, "Bank Account Data", -1)),
|
22897
22902
|
o("a", {
|
22898
22903
|
href: "#",
|
@@ -22907,7 +22912,7 @@ function pv(e, t, n, s, i, l) {
|
|
22907
22912
|
}),
|
22908
22913
|
p(k, null, {
|
22909
22914
|
default: w(() => [
|
22910
|
-
o("h2",
|
22915
|
+
o("h2", OC, [
|
22911
22916
|
t[182] || (t[182] = o("span", null, "Basic Form", -1)),
|
22912
22917
|
o("a", {
|
22913
22918
|
href: "#",
|
@@ -22940,7 +22945,7 @@ function pv(e, t, n, s, i, l) {
|
|
22940
22945
|
p(k, { anchorId: "section-boxes" }, {
|
22941
22946
|
default: w(() => [
|
22942
22947
|
t[203] || (t[203] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
22943
|
-
o("h3",
|
22948
|
+
o("h3", LC, [
|
22944
22949
|
t[185] || (t[185] = o("span", null, "Default Box", -1)),
|
22945
22950
|
o("a", {
|
22946
22951
|
href: "#",
|
@@ -23061,7 +23066,7 @@ function pv(e, t, n, s, i, l) {
|
|
23061
23066
|
o("h4", null, " Box with links ", -1)
|
23062
23067
|
])),
|
23063
23068
|
body: w(() => [
|
23064
|
-
o("ul",
|
23069
|
+
o("ul", IC, [
|
23065
23070
|
o("li", null, [
|
23066
23071
|
o("a", {
|
23067
23072
|
href: "#",
|
@@ -23165,7 +23170,7 @@ function pv(e, t, n, s, i, l) {
|
|
23165
23170
|
_: 1
|
23166
23171
|
}),
|
23167
23172
|
t[204] || (t[204] = o("h3", null, "Product boxes", -1)),
|
23168
|
-
o("div",
|
23173
|
+
o("div", BC, [
|
23169
23174
|
(a(!0), r(_, null, q(i.boxProductData, (C, z) => (a(), r("div", {
|
23170
23175
|
class: "grid-small-item",
|
23171
23176
|
key: z
|
@@ -23236,7 +23241,7 @@ function pv(e, t, n, s, i, l) {
|
|
23236
23241
|
}),
|
23237
23242
|
p(k, { "inner-component": "div" }, {
|
23238
23243
|
default: w(() => [
|
23239
|
-
o("h2",
|
23244
|
+
o("h2", MC, [
|
23240
23245
|
t[206] || (t[206] = o("span", null, "Breadcrumbs", -1)),
|
23241
23246
|
o("a", {
|
23242
23247
|
href: "#",
|
@@ -23255,7 +23260,7 @@ function pv(e, t, n, s, i, l) {
|
|
23255
23260
|
}),
|
23256
23261
|
p(k, null, {
|
23257
23262
|
default: w(() => [
|
23258
|
-
o("h2",
|
23263
|
+
o("h2", DC, [
|
23259
23264
|
t[207] || (t[207] = o("span", null, "Company Logo", -1)),
|
23260
23265
|
o("a", {
|
23261
23266
|
href: "#",
|
@@ -23273,7 +23278,7 @@ function pv(e, t, n, s, i, l) {
|
|
23273
23278
|
}),
|
23274
23279
|
p(k, null, {
|
23275
23280
|
default: w(() => [
|
23276
|
-
o("h2",
|
23281
|
+
o("h2", FC, [
|
23277
23282
|
t[208] || (t[208] = o("span", null, "Container", -1)),
|
23278
23283
|
o("a", {
|
23279
23284
|
href: "#",
|
@@ -23416,7 +23421,7 @@ function pv(e, t, n, s, i, l) {
|
|
23416
23421
|
style: { "align-self": "flex-start" }
|
23417
23422
|
}, t[219] || (t[219] = [
|
23418
23423
|
o("img", {
|
23419
|
-
src:
|
23424
|
+
src: A1,
|
23420
23425
|
alt: "Alternative text"
|
23421
23426
|
}, null, -1)
|
23422
23427
|
])),
|
@@ -23428,7 +23433,7 @@ function pv(e, t, n, s, i, l) {
|
|
23428
23433
|
style: { "align-self": "flex-start" }
|
23429
23434
|
}, t[220] || (t[220] = [
|
23430
23435
|
o("img", {
|
23431
|
-
src:
|
23436
|
+
src: P1,
|
23432
23437
|
alt: "Alternative text"
|
23433
23438
|
}, null, -1)
|
23434
23439
|
])),
|
@@ -23444,7 +23449,7 @@ function pv(e, t, n, s, i, l) {
|
|
23444
23449
|
style: { "align-self": "flex-start" }
|
23445
23450
|
}, t[221] || (t[221] = [
|
23446
23451
|
o("img", {
|
23447
|
-
src:
|
23452
|
+
src: E1,
|
23448
23453
|
alt: "Alternative text"
|
23449
23454
|
}, null, -1)
|
23450
23455
|
]))
|
@@ -23516,7 +23521,7 @@ function pv(e, t, n, s, i, l) {
|
|
23516
23521
|
}),
|
23517
23522
|
p(k, null, {
|
23518
23523
|
default: w(() => [
|
23519
|
-
o("h2",
|
23524
|
+
o("h2", VC, [
|
23520
23525
|
t[231] || (t[231] = o("span", null, "Headlines", -1)),
|
23521
23526
|
o("a", {
|
23522
23527
|
href: "#",
|
@@ -23579,7 +23584,7 @@ function pv(e, t, n, s, i, l) {
|
|
23579
23584
|
}),
|
23580
23585
|
p(k, null, {
|
23581
23586
|
default: w(() => [
|
23582
|
-
o("h2",
|
23587
|
+
o("h2", AC, [
|
23583
23588
|
t[239] || (t[239] = o("span", null, "Image", -1)),
|
23584
23589
|
o("a", {
|
23585
23590
|
href: "#",
|
@@ -23588,7 +23593,7 @@ function pv(e, t, n, s, i, l) {
|
|
23588
23593
|
onClick: t[85] || (t[85] = S((C) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
23589
23594
|
})
|
23590
23595
|
]),
|
23591
|
-
o("div",
|
23596
|
+
o("div", PC, [
|
23592
23597
|
p(re, I({
|
23593
23598
|
ref: "CmdImage",
|
23594
23599
|
image: i.imageData[0].image,
|
@@ -23604,7 +23609,7 @@ function pv(e, t, n, s, i, l) {
|
|
23604
23609
|
}),
|
23605
23610
|
p(k, null, {
|
23606
23611
|
default: w(() => [
|
23607
|
-
o("h2",
|
23612
|
+
o("h2", EC, [
|
23608
23613
|
t[240] || (t[240] = o("span", null, "Image-Gallery", -1)),
|
23609
23614
|
o("a", {
|
23610
23615
|
href: "#",
|
@@ -23637,7 +23642,7 @@ function pv(e, t, n, s, i, l) {
|
|
23637
23642
|
default: w(() => {
|
23638
23643
|
var C, z, ve, je, Ke, Je;
|
23639
23644
|
return [
|
23640
|
-
o("h2",
|
23645
|
+
o("h2", HC, [
|
23641
23646
|
t[242] || (t[242] = o("span", null, "Link", -1)),
|
23642
23647
|
o("a", {
|
23643
23648
|
href: "#",
|
@@ -23683,7 +23688,7 @@ function pv(e, t, n, s, i, l) {
|
|
23683
23688
|
fancybox: !0,
|
23684
23689
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
23685
23690
|
})) : m("", !0),
|
23686
|
-
o("dl",
|
23691
|
+
o("dl", qC, [
|
23687
23692
|
t[244] || (t[244] = o("dt", null, "Event:", -1)),
|
23688
23693
|
o("dd", null, y((z = (C = i.outputCmdLink) == null ? void 0 : C.event) == null ? void 0 : z.originalEvent.originalEvent), 1),
|
23689
23694
|
t[245] || (t[245] = o("dt", null, "Target:", -1)),
|
@@ -23699,7 +23704,7 @@ function pv(e, t, n, s, i, l) {
|
|
23699
23704
|
default: w(() => {
|
23700
23705
|
var C, z, ve, je, Ke, Je;
|
23701
23706
|
return [
|
23702
|
-
o("h2",
|
23707
|
+
o("h2", RC, [
|
23703
23708
|
t[247] || (t[247] = o("span", null, "List Of Links", -1)),
|
23704
23709
|
o("a", {
|
23705
23710
|
href: "#",
|
@@ -23712,7 +23717,7 @@ function pv(e, t, n, s, i, l) {
|
|
23712
23717
|
links: i.listOfLinksData,
|
23713
23718
|
onClick: l.cmdLinkOutput
|
23714
23719
|
}), null, 16, ["links", "onClick"]),
|
23715
|
-
o("dl",
|
23720
|
+
o("dl", jC, [
|
23716
23721
|
t[248] || (t[248] = o("dt", null, "Event:", -1)),
|
23717
23722
|
o("dd", null, y((z = (C = i.outputCmdLink) == null ? void 0 : C.event) == null ? void 0 : z.originalEvent), 1),
|
23718
23723
|
t[249] || (t[249] = o("dt", null, "Target:", -1)),
|
@@ -23726,7 +23731,7 @@ function pv(e, t, n, s, i, l) {
|
|
23726
23731
|
}),
|
23727
23732
|
p(k, null, {
|
23728
23733
|
default: w(() => [
|
23729
|
-
o("h2",
|
23734
|
+
o("h2", NC, [
|
23730
23735
|
t[251] || (t[251] = o("span", null, "List Of Images", -1)),
|
23731
23736
|
o("a", {
|
23732
23737
|
href: "#",
|
@@ -23741,7 +23746,7 @@ function pv(e, t, n, s, i, l) {
|
|
23741
23746
|
}),
|
23742
23747
|
p(k, null, {
|
23743
23748
|
default: w(() => [
|
23744
|
-
o("h2",
|
23749
|
+
o("h2", UC, [
|
23745
23750
|
t[252] || (t[252] = o("span", null, "Login Form", -1)),
|
23746
23751
|
o("a", {
|
23747
23752
|
href: "#",
|
@@ -23781,7 +23786,7 @@ function pv(e, t, n, s, i, l) {
|
|
23781
23786
|
}),
|
23782
23787
|
p(k, null, {
|
23783
23788
|
default: w(() => [
|
23784
|
-
o("h2",
|
23789
|
+
o("h2", zC, [
|
23785
23790
|
t[254] || (t[254] = o("span", null, "Main Navigation", -1)),
|
23786
23791
|
o("a", {
|
23787
23792
|
href: "#",
|
@@ -23797,7 +23802,7 @@ function pv(e, t, n, s, i, l) {
|
|
23797
23802
|
}),
|
23798
23803
|
p(k, null, {
|
23799
23804
|
default: w(() => [
|
23800
|
-
o("h2",
|
23805
|
+
o("h2", WC, [
|
23801
23806
|
t[255] || (t[255] = o("span", null, "Multistepform-Progressbar", -1)),
|
23802
23807
|
o("a", {
|
23803
23808
|
href: "#",
|
@@ -23821,7 +23826,7 @@ function pv(e, t, n, s, i, l) {
|
|
23821
23826
|
}),
|
23822
23827
|
p(k, null, {
|
23823
23828
|
default: w(() => [
|
23824
|
-
o("h2",
|
23829
|
+
o("h2", GC, [
|
23825
23830
|
t[257] || (t[257] = o("span", null, "Newsletter Subscription", -1)),
|
23826
23831
|
o("a", {
|
23827
23832
|
href: "#",
|
@@ -23845,7 +23850,7 @@ function pv(e, t, n, s, i, l) {
|
|
23845
23850
|
}),
|
23846
23851
|
p(k, null, {
|
23847
23852
|
default: w(() => [
|
23848
|
-
o("h2",
|
23853
|
+
o("h2", KC, [
|
23849
23854
|
t[258] || (t[258] = o("span", null, "Opening Hours", -1)),
|
23850
23855
|
o("a", {
|
23851
23856
|
href: "#",
|
@@ -23864,7 +23869,7 @@ function pv(e, t, n, s, i, l) {
|
|
23864
23869
|
}),
|
23865
23870
|
p(k, null, {
|
23866
23871
|
default: w(() => [
|
23867
|
-
o("h2",
|
23872
|
+
o("h2", JC, [
|
23868
23873
|
t[259] || (t[259] = o("span", null, "Page Footer", -1)),
|
23869
23874
|
o("a", {
|
23870
23875
|
href: "#",
|
@@ -23893,7 +23898,7 @@ function pv(e, t, n, s, i, l) {
|
|
23893
23898
|
}),
|
23894
23899
|
p(k, null, {
|
23895
23900
|
default: w(() => [
|
23896
|
-
o("h2",
|
23901
|
+
o("h2", YC, [
|
23897
23902
|
t[261] || (t[261] = o("span", null, "Page Header", -1)),
|
23898
23903
|
o("a", {
|
23899
23904
|
href: "#",
|
@@ -23923,7 +23928,7 @@ function pv(e, t, n, s, i, l) {
|
|
23923
23928
|
}),
|
23924
23929
|
p(k, null, {
|
23925
23930
|
default: w(() => [
|
23926
|
-
o("h2",
|
23931
|
+
o("h2", ZC, [
|
23927
23932
|
t[263] || (t[263] = o("span", null, "Pagination", -1)),
|
23928
23933
|
o("a", {
|
23929
23934
|
href: "#",
|
@@ -23958,7 +23963,7 @@ function pv(e, t, n, s, i, l) {
|
|
23958
23963
|
}),
|
23959
23964
|
p(k, null, {
|
23960
23965
|
default: w(() => [
|
23961
|
-
o("h2",
|
23966
|
+
o("h2", QC, [
|
23962
23967
|
t[266] || (t[266] = o("span", null, "Site Header", -1)),
|
23963
23968
|
o("a", {
|
23964
23969
|
href: "#",
|
@@ -23982,7 +23987,7 @@ function pv(e, t, n, s, i, l) {
|
|
23982
23987
|
}),
|
23983
23988
|
p(k, null, {
|
23984
23989
|
default: w(() => [
|
23985
|
-
o("h2",
|
23990
|
+
o("h2", XC, [
|
23986
23991
|
t[267] || (t[267] = o("span", null, "Site Search", -1)),
|
23987
23992
|
o("a", {
|
23988
23993
|
href: "#",
|
@@ -24008,7 +24013,7 @@ function pv(e, t, n, s, i, l) {
|
|
24008
24013
|
}),
|
24009
24014
|
p(k, null, {
|
24010
24015
|
default: w(() => [
|
24011
|
-
o("h2", $
|
24016
|
+
o("h2", $C, [
|
24012
24017
|
t[268] || (t[268] = o("span", null, "Slideshow", -1)),
|
24013
24018
|
o("a", {
|
24014
24019
|
href: "#",
|
@@ -24379,11 +24384,11 @@ function pv(e, t, n, s, i, l) {
|
|
24379
24384
|
]),
|
24380
24385
|
_: 1
|
24381
24386
|
}, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
|
24382
|
-
], 8,
|
24387
|
+
], 8, q1)), [
|
24383
24388
|
[El]
|
24384
24389
|
]);
|
24385
24390
|
}
|
24386
|
-
const vv = /* @__PURE__ */ F(
|
24391
|
+
const vv = /* @__PURE__ */ F(H1, [["render", pv]]), kv = {
|
24387
24392
|
// el = real dom-element
|
24388
24393
|
mounted(e) {
|
24389
24394
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.8",
|
4
4
|
"license": "GPL-3.0-only",
|
5
5
|
"author": "CoManD-UI",
|
6
6
|
"private": false,
|
@@ -29,7 +29,7 @@
|
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
31
|
"clickout-event": "^1.1.2",
|
32
|
-
"comand-frontend-framework": "^4.2.
|
32
|
+
"comand-frontend-framework": "^4.2.11",
|
33
33
|
"comand-ui-iconfonts": "^1.0.19",
|
34
34
|
"core-js": "^3.20.1",
|
35
35
|
"prismjs": "^1.27.0",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
:class="['flag', language.iso2, {'active': activeLanguage(language.iso2)}]"
|
9
9
|
:title="language.tooltip"
|
10
10
|
@click.prevent="changeLanguage(language.iso2, $event)">
|
11
|
-
<img :src="
|
11
|
+
<img :src="pathFlag(language.iso2)" :alt="language.name" />
|
12
12
|
</a>
|
13
13
|
|
14
14
|
<!-- end link-type 'href' -->
|
@@ -19,7 +19,7 @@
|
|
19
19
|
:class="['flag', language.iso2]"
|
20
20
|
:title="language.tooltip"
|
21
21
|
@click.prevent="changeLanguage(language.iso2, $event)">
|
22
|
-
<img :src="
|
22
|
+
<img :src="pathFlag(language.iso2)" :alt="language.name" />
|
23
23
|
</router-link>
|
24
24
|
<!-- end link-type 'router' -->
|
25
25
|
</li>
|
@@ -48,6 +48,13 @@ export default {
|
|
48
48
|
languages: {
|
49
49
|
type: Array,
|
50
50
|
required: true
|
51
|
+
},
|
52
|
+
/**
|
53
|
+
* path to flag-files (will be combined with flag isoCode to load svg)
|
54
|
+
*/
|
55
|
+
pathFlags: {
|
56
|
+
type: String,
|
57
|
+
default: "/media/images/flags"
|
51
58
|
}
|
52
59
|
},
|
53
60
|
mounted() {
|
@@ -65,6 +72,9 @@ export default {
|
|
65
72
|
activeLanguage(iso2) {
|
66
73
|
return this.currentLanguage === iso2
|
67
74
|
},
|
75
|
+
pathFlag(isoCode) {
|
76
|
+
return this.pathFlags + "/flag-" + isoCode + ".svg"
|
77
|
+
},
|
68
78
|
changeLanguage(iso2, event) {
|
69
79
|
// set selected language as current language (in data-property)
|
70
80
|
this.currentLanguage = iso2
|
@@ -75,31 +85,6 @@ export default {
|
|
75
85
|
// emit original event
|
76
86
|
this.$emit("click", { originalEvent: event, iso2} )
|
77
87
|
}
|
78
|
-
},
|
79
|
-
watch: {
|
80
|
-
languages: {
|
81
|
-
handler() {
|
82
|
-
this.imageSources = []
|
83
|
-
this.languages.forEach(
|
84
|
-
async (item) => {
|
85
|
-
// get iso-code
|
86
|
-
const isoCode = item.iso2
|
87
|
-
|
88
|
-
// get path of current flag
|
89
|
-
// const path = "../assets/images/flags/flag-" + isoCode + ".svg"
|
90
|
-
|
91
|
-
// assign value of imported file (returns object with default-key)
|
92
|
-
// const { default: dynamicImage } = await import(/* @vite-ignore */ path)
|
93
|
-
|
94
|
-
// push image to data-property-array
|
95
|
-
// this.imageSources.push(dynamicImage)
|
96
|
-
this.imageSources.push(flags[isoCode].default)
|
97
|
-
}
|
98
|
-
)
|
99
|
-
},
|
100
|
-
immediate: true,
|
101
|
-
deep: true
|
102
|
-
}
|
103
88
|
}
|
104
89
|
}
|
105
90
|
</script>
|