comand-component-library 4.1.96 → 4.1.97
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 +503 -502
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -0
@@ -12648,16 +12648,105 @@ function lh(e, t, n, s, i, l) {
|
|
12648
12648
|
], 32)
|
12649
12649
|
], 2);
|
12650
12650
|
}
|
12651
|
-
const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah =
|
12651
|
+
const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = {
|
12652
|
+
name: "CmdSmartSearch",
|
12653
|
+
data() {
|
12654
|
+
return {
|
12655
|
+
showListOfRecommendations: !1,
|
12656
|
+
searchTerm: "",
|
12657
|
+
item: {}
|
12658
|
+
};
|
12659
|
+
},
|
12660
|
+
props: {
|
12661
|
+
/**
|
12662
|
+
* set default v-model (must be named modelValue in Vue3)
|
12663
|
+
*/
|
12664
|
+
modelValue: {
|
12665
|
+
type: Object,
|
12666
|
+
required: !1
|
12667
|
+
},
|
12668
|
+
/**
|
12669
|
+
* provide list for recommendations shown below search-field
|
12670
|
+
*/
|
12671
|
+
listOfRecommendations: {
|
12672
|
+
type: Array,
|
12673
|
+
required: !0
|
12674
|
+
},
|
12675
|
+
/**
|
12676
|
+
* define search-field
|
12677
|
+
*/
|
12678
|
+
cmdFormElement: {
|
12679
|
+
type: Object,
|
12680
|
+
required: !1
|
12681
|
+
}
|
12682
|
+
},
|
12683
|
+
computed: {
|
12684
|
+
cmdFormElementOptions() {
|
12685
|
+
return {
|
12686
|
+
labelText: "Search",
|
12687
|
+
placeholder: "Enter Keyword(s)",
|
12688
|
+
showSearchButton: !1,
|
12689
|
+
...this.cmdFormElement
|
12690
|
+
};
|
12691
|
+
}
|
12692
|
+
},
|
12693
|
+
methods: {
|
12694
|
+
showRecommendations() {
|
12695
|
+
this.item = {}, this.$emit("update:modelValue", { itemId: "", displayValue: "" }), this.showListOfRecommendations = !0;
|
12696
|
+
},
|
12697
|
+
optionSelected(e) {
|
12698
|
+
this.searchTerm = e.displayValue, this.showListOfRecommendations = !1, this.$emit("update:modelValue", { itemId: e.id, displayValue: e.displayValue });
|
12699
|
+
},
|
12700
|
+
linkItem(e) {
|
12701
|
+
return {
|
12702
|
+
...e,
|
12703
|
+
text: e.displayValue
|
12704
|
+
};
|
12705
|
+
}
|
12706
|
+
},
|
12707
|
+
watch: {
|
12708
|
+
searchTerm() {
|
12709
|
+
this.searchTerm.length || (this.showListOfRecommendations = !1);
|
12710
|
+
}
|
12711
|
+
}
|
12712
|
+
}, sh = {
|
12713
|
+
key: 0,
|
12714
|
+
class: "list-of-recommendations no-list-items"
|
12715
|
+
};
|
12716
|
+
function rh(e, t, n, s, i, l) {
|
12717
|
+
const d = ie, u = Re;
|
12718
|
+
return a(), r("div", {
|
12719
|
+
class: x(["cmd-smart-search", { open: i.showListOfRecommendations }])
|
12720
|
+
}, [
|
12721
|
+
p(d, I({
|
12722
|
+
element: "input",
|
12723
|
+
type: "search"
|
12724
|
+
}, l.cmdFormElementOptions, {
|
12725
|
+
modelValue: i.searchTerm,
|
12726
|
+
"onUpdate:modelValue": [
|
12727
|
+
t[0] || (t[0] = (c) => i.searchTerm = c),
|
12728
|
+
l.showRecommendations
|
12729
|
+
]
|
12730
|
+
}), null, 16, ["modelValue", "onUpdate:modelValue"]),
|
12731
|
+
i.showListOfRecommendations ? (a(), r("ul", sh, [
|
12732
|
+
(a(!0), r(_, null, q(n.listOfRecommendations, (c, h) => (a(), r("li", { key: h }, [
|
12733
|
+
p(u, I({ ref_for: !0 }, l.linkItem(c), {
|
12734
|
+
onClick: (f) => l.optionSelected(c)
|
12735
|
+
}), null, 16, ["onClick"])
|
12736
|
+
]))), 128))
|
12737
|
+
])) : m("", !0)
|
12738
|
+
], 2);
|
12739
|
+
}
|
12740
|
+
const dh = /* @__PURE__ */ M(ah, [["render", rh]]), uh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", ch = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12652
12741
|
__proto__: null,
|
12653
|
-
default:
|
12654
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12742
|
+
default: uh
|
12743
|
+
}, Symbol.toStringTag, { value: "Module" })), mh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%3e%3cg%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%3e%3cg%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", ph = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12655
12744
|
__proto__: null,
|
12656
|
-
default:
|
12657
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12745
|
+
default: mh
|
12746
|
+
}, Symbol.toStringTag, { value: "Module" })), fh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12658
12747
|
__proto__: null,
|
12659
|
-
de:
|
12660
|
-
en:
|
12748
|
+
de: ch,
|
12749
|
+
en: ph
|
12661
12750
|
}, Symbol.toStringTag, { value: "Module" })), Qi = [
|
12662
12751
|
{
|
12663
12752
|
name: "company",
|
@@ -12724,7 +12813,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12724
12813
|
data: "Custom data",
|
12725
12814
|
labelText: "Custom"
|
12726
12815
|
}
|
12727
|
-
],
|
12816
|
+
], hh = [
|
12728
12817
|
{
|
12729
12818
|
text: "Account owner:",
|
12730
12819
|
value: "Company name",
|
@@ -12745,7 +12834,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12745
12834
|
value: "PBNKDEFF",
|
12746
12835
|
allowCopy: !0
|
12747
12836
|
}
|
12748
|
-
],
|
12837
|
+
], gh = [
|
12749
12838
|
{
|
12750
12839
|
name: "Product name 1",
|
12751
12840
|
image: {
|
@@ -12804,7 +12893,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12804
12893
|
price: 123.49,
|
12805
12894
|
description: "short description text"
|
12806
12895
|
}
|
12807
|
-
],
|
12896
|
+
], yh = [
|
12808
12897
|
{
|
12809
12898
|
name: "User name 1",
|
12810
12899
|
age: 35,
|
@@ -12964,7 +13053,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12964
13053
|
}
|
12965
13054
|
]
|
12966
13055
|
}
|
12967
|
-
],
|
13056
|
+
], bh = "Page levels:", xh = [
|
12968
13057
|
{
|
12969
13058
|
path: "/",
|
12970
13059
|
text: "Home",
|
@@ -12981,10 +13070,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12981
13070
|
text: "Subsubpage",
|
12982
13071
|
type: "href"
|
12983
13072
|
}
|
12984
|
-
],
|
12985
|
-
breadcrumbLabel:
|
12986
|
-
breadcrumbLinks:
|
12987
|
-
},
|
13073
|
+
], Ch = {
|
13074
|
+
breadcrumbLabel: bh,
|
13075
|
+
breadcrumbLinks: xh
|
13076
|
+
}, vh = {
|
12988
13077
|
cookies: [
|
12989
13078
|
{
|
12990
13079
|
id: "cookie-sessionid",
|
@@ -13012,7 +13101,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13012
13101
|
}
|
13013
13102
|
}
|
13014
13103
|
]
|
13015
|
-
},
|
13104
|
+
}, wh = {
|
13016
13105
|
cookies: [
|
13017
13106
|
{
|
13018
13107
|
id: "cookie-google-maps",
|
@@ -13040,19 +13129,19 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13040
13129
|
}
|
13041
13130
|
}
|
13042
13131
|
]
|
13043
|
-
},
|
13044
|
-
required:
|
13045
|
-
optional:
|
13046
|
-
},
|
13132
|
+
}, kh = {
|
13133
|
+
required: vh,
|
13134
|
+
optional: wh
|
13135
|
+
}, Th = {
|
13047
13136
|
type: "href",
|
13048
13137
|
path: "./",
|
13049
13138
|
tooltip: "Tooltip"
|
13050
|
-
},
|
13051
|
-
link:
|
13052
|
-
pathDefaultLogo:
|
13053
|
-
pathDarkmodeLogo:
|
13054
|
-
altText:
|
13055
|
-
},
|
13139
|
+
}, Sh = "/media/images/logos/logo.svg", _h = "/media/images/logos/logo-darkmode.svg", Oh = "Company Logo", Lh = {
|
13140
|
+
link: Th,
|
13141
|
+
pathDefaultLogo: Sh,
|
13142
|
+
pathDarkmodeLogo: _h,
|
13143
|
+
altText: Oh
|
13144
|
+
}, Ih = [
|
13056
13145
|
{
|
13057
13146
|
value: "",
|
13058
13147
|
text: "Please select..."
|
@@ -13077,7 +13166,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13077
13166
|
value: "#000000",
|
13078
13167
|
text: "Black"
|
13079
13168
|
}
|
13080
|
-
],
|
13169
|
+
], Bh = [
|
13081
13170
|
{
|
13082
13171
|
value: "cn",
|
13083
13172
|
text: "China"
|
@@ -13119,7 +13208,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13119
13208
|
text: "Filter 3",
|
13120
13209
|
value: "3"
|
13121
13210
|
}
|
13122
|
-
],
|
13211
|
+
], Fh = [
|
13123
13212
|
{
|
13124
13213
|
text: "Option 1",
|
13125
13214
|
value: 1
|
@@ -13133,7 +13222,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13133
13222
|
value: 3,
|
13134
13223
|
iconClass: "icon-mail"
|
13135
13224
|
}
|
13136
|
-
],
|
13225
|
+
], Dh = [
|
13137
13226
|
{
|
13138
13227
|
element: "input",
|
13139
13228
|
type: "text",
|
@@ -13288,7 +13377,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13288
13377
|
required: !1,
|
13289
13378
|
disabled: !1
|
13290
13379
|
}
|
13291
|
-
],
|
13380
|
+
], Mh = "cmd", Vh = {
|
13292
13381
|
"3d-cursor": {
|
13293
13382
|
body: '<path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/>',
|
13294
13383
|
hidden: !0
|
@@ -13302,12 +13391,12 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13302
13391
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
13303
13392
|
<path fill="currentColor" d="M8,7c0,1.657-1.343,3-3,3S2,8.657,2,7s1.343-3,3-3S8,5.343,8,7z"/>`
|
13304
13393
|
}
|
13305
|
-
},
|
13306
|
-
prefix:
|
13307
|
-
icons:
|
13308
|
-
width:
|
13309
|
-
height:
|
13310
|
-
},
|
13394
|
+
}, Ph = 32, Ah = 32, Eh = {
|
13395
|
+
prefix: Mh,
|
13396
|
+
icons: Vh,
|
13397
|
+
width: Ph,
|
13398
|
+
height: Ah
|
13399
|
+
}, Hh = [
|
13311
13400
|
{
|
13312
13401
|
image: {
|
13313
13402
|
url: "#",
|
@@ -13365,7 +13454,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13365
13454
|
textAlign: "center"
|
13366
13455
|
}
|
13367
13456
|
}
|
13368
|
-
],
|
13457
|
+
], qh = {
|
13369
13458
|
image: {
|
13370
13459
|
src: "/media/images/demo-images/small/landscape-06.jpg",
|
13371
13460
|
alt: "Alternative text",
|
@@ -13376,7 +13465,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13376
13465
|
text: "Figcaption above image (centered)",
|
13377
13466
|
textAlign: "center"
|
13378
13467
|
}
|
13379
|
-
},
|
13468
|
+
}, Rh = {
|
13380
13469
|
image: {
|
13381
13470
|
src: "/media/images/demo-images/landscape-2x.jpg",
|
13382
13471
|
alt: "Alternative text",
|
@@ -13387,10 +13476,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13387
13476
|
text: "Figcaption above image (centered)",
|
13388
13477
|
textAlign: "center"
|
13389
13478
|
}
|
13390
|
-
},
|
13391
|
-
imageSmall:
|
13392
|
-
imageLarge:
|
13393
|
-
},
|
13479
|
+
}, jh = {
|
13480
|
+
imageSmall: qh,
|
13481
|
+
imageLarge: Rh
|
13482
|
+
}, Nh = [
|
13394
13483
|
{
|
13395
13484
|
image: {
|
13396
13485
|
src: "/media/images/demo-images/medium/landscape-01.jpg",
|
@@ -13443,7 +13532,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13443
13532
|
textAlign: "center"
|
13444
13533
|
}
|
13445
13534
|
}
|
13446
|
-
],
|
13535
|
+
], Uh = [
|
13447
13536
|
{
|
13448
13537
|
labelText: "Website",
|
13449
13538
|
id: "radio-id-1",
|
@@ -13465,7 +13554,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13465
13554
|
iconClass: "icon-phone",
|
13466
13555
|
value: "phone"
|
13467
13556
|
}
|
13468
|
-
],
|
13557
|
+
], zh = [
|
13469
13558
|
{
|
13470
13559
|
labelText: "Website",
|
13471
13560
|
id: "replaced-radio-id-1",
|
@@ -13487,7 +13576,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13487
13576
|
iconClass: "icon-phone",
|
13488
13577
|
value: "phone"
|
13489
13578
|
}
|
13490
|
-
],
|
13579
|
+
], Gh = [
|
13491
13580
|
{
|
13492
13581
|
labelText: "Website",
|
13493
13582
|
id: "toggle-switch-radio-id-1",
|
@@ -13509,7 +13598,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13509
13598
|
iconClass: "icon-phone",
|
13510
13599
|
value: "phone"
|
13511
13600
|
}
|
13512
|
-
],
|
13601
|
+
], Wh = [
|
13513
13602
|
{
|
13514
13603
|
icon: {
|
13515
13604
|
iconClass: "icon-user-profile",
|
@@ -13579,7 +13668,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13579
13668
|
target: "_blank",
|
13580
13669
|
tooltip: "Open CoManD-Website in new tab"
|
13581
13670
|
}
|
13582
|
-
],
|
13671
|
+
], Kh = [
|
13583
13672
|
"AddressData",
|
13584
13673
|
"AdvancedFormElements",
|
13585
13674
|
"BankAccountData",
|
@@ -13625,7 +13714,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13625
13714
|
"Tooltip",
|
13626
13715
|
"UploadForm",
|
13627
13716
|
"WidthLimitationWrapper"
|
13628
|
-
],
|
13717
|
+
], Yh = "right", Jh = !1, Zh = !1, Qh = [
|
13629
13718
|
{
|
13630
13719
|
type: "href",
|
13631
13720
|
text: "href 1",
|
@@ -13700,11 +13789,11 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13700
13789
|
target: "comand-website"
|
13701
13790
|
}
|
13702
13791
|
], Xi = {
|
13703
|
-
offcanvasPosition:
|
13704
|
-
stretchMainItems:
|
13705
|
-
persistOnMobile:
|
13706
|
-
navigationEntries:
|
13707
|
-
},
|
13792
|
+
offcanvasPosition: Yh,
|
13793
|
+
stretchMainItems: Jh,
|
13794
|
+
persistOnMobile: Zh,
|
13795
|
+
navigationEntries: Qh
|
13796
|
+
}, Xh = [
|
13708
13797
|
{
|
13709
13798
|
type: "href",
|
13710
13799
|
path: "#",
|
@@ -13736,7 +13825,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13736
13825
|
text: "Summary",
|
13737
13826
|
iconClass: "icon-rows"
|
13738
13827
|
}
|
13739
|
-
],
|
13828
|
+
], $h = [
|
13740
13829
|
{
|
13741
13830
|
type: "href",
|
13742
13831
|
path: "#",
|
@@ -13763,10 +13852,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13763
13852
|
path: "#",
|
13764
13853
|
text: "Summary"
|
13765
13854
|
}
|
13766
|
-
],
|
13767
|
-
withIcon:
|
13768
|
-
withoutIcon:
|
13769
|
-
},
|
13855
|
+
], eg = {
|
13856
|
+
withIcon: Xh,
|
13857
|
+
withoutIcon: $h
|
13858
|
+
}, tg = [
|
13770
13859
|
{
|
13771
13860
|
day: "Mondays",
|
13772
13861
|
am: {
|
@@ -13846,7 +13935,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13846
13935
|
tillTime: "18:00"
|
13847
13936
|
}
|
13848
13937
|
}
|
13849
|
-
],
|
13938
|
+
], ng = [
|
13850
13939
|
{
|
13851
13940
|
text: "Please select",
|
13852
13941
|
value: ""
|
@@ -13863,7 +13952,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13863
13952
|
text: "Optionname 3",
|
13864
13953
|
value: "3"
|
13865
13954
|
}
|
13866
|
-
],
|
13955
|
+
], ig = [
|
13867
13956
|
{
|
13868
13957
|
image: {
|
13869
13958
|
src: {
|
@@ -13948,11 +14037,11 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13948
14037
|
target: null
|
13949
14038
|
}
|
13950
14039
|
}
|
13951
|
-
],
|
14040
|
+
], lg = {
|
13952
14041
|
toggleSwitch: !0,
|
13953
14042
|
labelText: "I accept that anonymous data will be send to the platform I share this page on and accept the <a href='/content/fancybox-content.html' class='fancybox'>Data Privacy</a>!",
|
13954
14043
|
required: !0
|
13955
|
-
},
|
14044
|
+
}, og = [
|
13956
14045
|
{
|
13957
14046
|
buttonClass: "social-network-facebook",
|
13958
14047
|
path: "https://www.facebook.com/sharer/sharer.php?u=",
|
@@ -13988,9 +14077,9 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13988
14077
|
iconClass: "icon-instagram",
|
13989
14078
|
linkText: "Share"
|
13990
14079
|
}
|
13991
|
-
],
|
13992
|
-
cmdFormElement:
|
13993
|
-
networks:
|
14080
|
+
], ag = {
|
14081
|
+
cmdFormElement: lg,
|
14082
|
+
networks: og
|
13994
14083
|
}, $i = [
|
13995
14084
|
{
|
13996
14085
|
iso2: "de",
|
@@ -14010,10 +14099,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14010
14099
|
path: "/"
|
14011
14100
|
}
|
14012
14101
|
}
|
14013
|
-
],
|
14102
|
+
], sg = {
|
14014
14103
|
show: !1,
|
14015
14104
|
text: "This is a caption for a large table"
|
14016
|
-
},
|
14105
|
+
}, rg = 3, dg = 4, ug = [
|
14017
14106
|
"Table head 1",
|
14018
14107
|
"Table head 2",
|
14019
14108
|
"Table head 3",
|
@@ -14029,7 +14118,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14029
14118
|
"Table head 13",
|
14030
14119
|
"Table head 15",
|
14031
14120
|
"Table head 14"
|
14032
|
-
],
|
14121
|
+
], cg = [
|
14033
14122
|
[
|
14034
14123
|
"Table data 1/1",
|
14035
14124
|
"Table data 1/2",
|
@@ -14132,7 +14221,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14132
14221
|
"Table data 6/14",
|
14133
14222
|
"Table data 6/15"
|
14134
14223
|
]
|
14135
|
-
],
|
14224
|
+
], mg = [
|
14136
14225
|
"Table foot 1",
|
14137
14226
|
"Table foot 2",
|
14138
14227
|
"Table foot 3",
|
@@ -14148,17 +14237,17 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14148
14237
|
"Table foot 13",
|
14149
14238
|
"Table foot 14",
|
14150
14239
|
"Table foot 15"
|
14151
|
-
],
|
14152
|
-
caption:
|
14153
|
-
rowIndexHighlighted:
|
14154
|
-
columnIndexHighlighted:
|
14155
|
-
thead:
|
14156
|
-
tbody:
|
14157
|
-
tfoot:
|
14158
|
-
},
|
14240
|
+
], pg = {
|
14241
|
+
caption: sg,
|
14242
|
+
rowIndexHighlighted: rg,
|
14243
|
+
columnIndexHighlighted: dg,
|
14244
|
+
thead: ug,
|
14245
|
+
tbody: cg,
|
14246
|
+
tfoot: mg
|
14247
|
+
}, fg = {
|
14159
14248
|
show: !0,
|
14160
14249
|
text: "This is a caption for a small table"
|
14161
|
-
},
|
14250
|
+
}, hg = [
|
14162
14251
|
"Table head 1",
|
14163
14252
|
"Table head 2",
|
14164
14253
|
"Table head 3",
|
@@ -14166,7 +14255,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14166
14255
|
"Table head 5",
|
14167
14256
|
"Table head 6",
|
14168
14257
|
"Table head 7"
|
14169
|
-
],
|
14258
|
+
], gg = [
|
14170
14259
|
[
|
14171
14260
|
"Table data 1/1",
|
14172
14261
|
"Table data 1/2",
|
@@ -14221,7 +14310,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14221
14310
|
"Table data 6/6",
|
14222
14311
|
"Table data 6/7"
|
14223
14312
|
]
|
14224
|
-
],
|
14313
|
+
], yg = [
|
14225
14314
|
"Table foot 1",
|
14226
14315
|
"Table foot 2",
|
14227
14316
|
"Table foot 3",
|
@@ -14229,12 +14318,12 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14229
14318
|
"Table foot 5",
|
14230
14319
|
"Table foot 6",
|
14231
14320
|
"Table foot 7"
|
14232
|
-
],
|
14233
|
-
caption:
|
14234
|
-
thead:
|
14235
|
-
tbody:
|
14236
|
-
tfoot:
|
14237
|
-
},
|
14321
|
+
], bg = {
|
14322
|
+
caption: fg,
|
14323
|
+
thead: hg,
|
14324
|
+
tbody: gg,
|
14325
|
+
tfoot: yg
|
14326
|
+
}, xg = [
|
14238
14327
|
{
|
14239
14328
|
text: "Tab 1",
|
14240
14329
|
headlineText: "Tab 1 Headline",
|
@@ -14256,7 +14345,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14256
14345
|
iconClass: "cmd:linkedin",
|
14257
14346
|
htmlContent: "<p>Content for Tab 3</p>"
|
14258
14347
|
}
|
14259
|
-
],
|
14348
|
+
], Cg = [
|
14260
14349
|
{
|
14261
14350
|
image: {
|
14262
14351
|
url: "#",
|
@@ -14370,7 +14459,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14370
14459
|
textAlign: "center"
|
14371
14460
|
}
|
14372
14461
|
}
|
14373
|
-
],
|
14462
|
+
], vg = [
|
14374
14463
|
{
|
14375
14464
|
id: 1,
|
14376
14465
|
iconClass: "icon-home",
|
@@ -14412,7 +14501,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14412
14501
|
text: "Item 8 with URL",
|
14413
14502
|
url: "http://www.comand-cms.com"
|
14414
14503
|
}
|
14415
|
-
],
|
14504
|
+
], wg = [
|
14416
14505
|
{
|
14417
14506
|
boxesPerRow: 4,
|
14418
14507
|
useRowViewAsDefault: !0,
|
@@ -14460,7 +14549,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14460
14549
|
}
|
14461
14550
|
]
|
14462
14551
|
}
|
14463
|
-
],
|
14552
|
+
], kg = [
|
14464
14553
|
{
|
14465
14554
|
boxesPerRow: 4,
|
14466
14555
|
useRowViewAsDefault: !0,
|
@@ -14761,7 +14850,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14761
14850
|
}
|
14762
14851
|
]
|
14763
14852
|
}
|
14764
|
-
],
|
14853
|
+
], Tg = [
|
14765
14854
|
{
|
14766
14855
|
headline: {
|
14767
14856
|
headlineLevel: 4,
|
@@ -14816,7 +14905,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14816
14905
|
}
|
14817
14906
|
]
|
14818
14907
|
}
|
14819
|
-
],
|
14908
|
+
], Sg = [
|
14820
14909
|
{
|
14821
14910
|
headline: {
|
14822
14911
|
headlineLevel: 4,
|
@@ -14893,7 +14982,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14893
14982
|
}
|
14894
14983
|
]
|
14895
14984
|
}
|
14896
|
-
],
|
14985
|
+
], _g = {
|
14897
14986
|
name: "CmdSwitchLanguage",
|
14898
14987
|
emits: ["click"],
|
14899
14988
|
data() {
|
@@ -14935,7 +15024,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14935
15024
|
this.imageSources = [], this.languages.forEach(
|
14936
15025
|
async (e) => {
|
14937
15026
|
const t = e.iso2;
|
14938
|
-
this.imageSources.push(
|
15027
|
+
this.imageSources.push(fh[t].default);
|
14939
15028
|
}
|
14940
15029
|
);
|
14941
15030
|
},
|
@@ -14943,10 +15032,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14943
15032
|
deep: !0
|
14944
15033
|
}
|
14945
15034
|
}
|
14946
|
-
},
|
14947
|
-
function
|
15035
|
+
}, Og = { class: "cmd-switch-language" }, Lg = ["href", "title", "onClick"], Ig = ["src", "alt"], Bg = ["src", "alt"];
|
15036
|
+
function Fg(e, t, n, s, i, l) {
|
14948
15037
|
const d = we("router-link");
|
14949
|
-
return a(), r("div",
|
15038
|
+
return a(), r("div", Og, [
|
14950
15039
|
o("ul", null, [
|
14951
15040
|
(a(!0), r(_, null, q(n.languages, (u, c) => (a(), r("li", { key: c }, [
|
14952
15041
|
u.link.type === "href" ? (a(), r("a", {
|
@@ -14959,8 +15048,8 @@ function Og(e, t, n, s, i, l) {
|
|
14959
15048
|
o("img", {
|
14960
15049
|
src: i.imageSources[c],
|
14961
15050
|
alt: u.name
|
14962
|
-
}, null, 8,
|
14963
|
-
], 10,
|
15051
|
+
}, null, 8, Ig)
|
15052
|
+
], 10, Lg)) : (a(), v(d, {
|
14964
15053
|
key: 1,
|
14965
15054
|
to: l.getRoute(u),
|
14966
15055
|
class: x(["flag", u.iso2]),
|
@@ -14971,7 +15060,7 @@ function Og(e, t, n, s, i, l) {
|
|
14971
15060
|
o("img", {
|
14972
15061
|
src: i.imageSources[c],
|
14973
15062
|
alt: u.name
|
14974
|
-
}, null, 8,
|
15063
|
+
}, null, 8, Bg)
|
14975
15064
|
]),
|
14976
15065
|
_: 2
|
14977
15066
|
}, 1032, ["to", "class", "title", "onClick"]))
|
@@ -14979,7 +15068,7 @@ function Og(e, t, n, s, i, l) {
|
|
14979
15068
|
])
|
14980
15069
|
]);
|
14981
15070
|
}
|
14982
|
-
const
|
15071
|
+
const Dg = /* @__PURE__ */ M(_g, [["render", Fg]]), Mg = {
|
14983
15072
|
name: "CmdTable",
|
14984
15073
|
data() {
|
14985
15074
|
return {
|
@@ -15130,19 +15219,19 @@ const Lg = /* @__PURE__ */ M(wg, [["render", Og]]), Ig = {
|
|
15130
15219
|
immediate: !0
|
15131
15220
|
}
|
15132
15221
|
}
|
15133
|
-
},
|
15222
|
+
}, Vg = {
|
15134
15223
|
key: 0,
|
15135
15224
|
class: "button-wrapper"
|
15136
|
-
},
|
15225
|
+
}, Pg = ["title"], Ag = ["title"], Eg = ["innerHTML"], Hg = { "aria-expanded": "true" }, qg = ["innerHTML"], Rg = {
|
15137
15226
|
key: 0,
|
15138
15227
|
"aria-expanded": "true"
|
15139
|
-
},
|
15140
|
-
function
|
15228
|
+
}, jg = ["innerHTML"];
|
15229
|
+
function Ng(e, t, n, s, i, l) {
|
15141
15230
|
const d = W, u = Lt;
|
15142
15231
|
return a(), r("div", {
|
15143
15232
|
class: x(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
15144
15233
|
}, [
|
15145
|
-
n.collapsible || n.userCanToggleWidth ? (a(), r("div",
|
15234
|
+
n.collapsible || n.userCanToggleWidth ? (a(), r("div", Vg, [
|
15146
15235
|
n.userCanToggleWidth ? (a(), r("a", {
|
15147
15236
|
key: 0,
|
15148
15237
|
class: "button",
|
@@ -15154,7 +15243,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15154
15243
|
iconClass: n.iconToggleWidth.iconClass,
|
15155
15244
|
type: n.iconToggleWidth.iconType
|
15156
15245
|
}, null, 8, ["iconClass", "type"])
|
15157
|
-
], 8,
|
15246
|
+
], 8, Pg)) : m("", !0),
|
15158
15247
|
n.collapsible ? (a(), r("a", {
|
15159
15248
|
key: 1,
|
15160
15249
|
class: "button",
|
@@ -15166,7 +15255,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15166
15255
|
iconClass: i.showTableData ? n.iconCollapse.iconClass : n.iconExpand.iconClass,
|
15167
15256
|
type: i.showTableData ? n.iconCollapse.iconType : n.iconExpand.iconType
|
15168
15257
|
}, null, 8, ["iconClass", "type"])
|
15169
|
-
], 8,
|
15258
|
+
], 8, Ag)) : m("", !0)
|
15170
15259
|
])) : m("", !0),
|
15171
15260
|
o("div", {
|
15172
15261
|
class: "inner-wrapper",
|
@@ -15197,7 +15286,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15197
15286
|
(a(!0), r(_, null, q(n.tableData.thead, (c, h) => (a(), r("th", {
|
15198
15287
|
key: h,
|
15199
15288
|
innerHTML: c
|
15200
|
-
}, null, 8,
|
15289
|
+
}, null, 8, Eg))), 128))
|
15201
15290
|
])
|
15202
15291
|
])
|
15203
15292
|
]),
|
@@ -15206,7 +15295,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15206
15295
|
}, {
|
15207
15296
|
default: k(() => [
|
15208
15297
|
A(e.$slots, "table-body", {}, () => [
|
15209
|
-
ne(o("tbody",
|
15298
|
+
ne(o("tbody", Hg, [
|
15210
15299
|
(a(!0), r(_, null, q(n.tableData.tbody, (c, h) => (a(), r("tr", {
|
15211
15300
|
class: x({ active: n.tableData.rowIndexHighlighted === h }),
|
15212
15301
|
key: h
|
@@ -15215,7 +15304,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15215
15304
|
class: x({ active: n.tableData.columnIndexHighlighted === g }),
|
15216
15305
|
key: g,
|
15217
15306
|
innerHTML: f
|
15218
|
-
}, null, 10,
|
15307
|
+
}, null, 10, qg))), 128))
|
15219
15308
|
], 2))), 128))
|
15220
15309
|
], 512), [
|
15221
15310
|
[xe, i.showTableData]
|
@@ -15229,13 +15318,13 @@ function Hg(e, t, n, s, i, l) {
|
|
15229
15318
|
}, {
|
15230
15319
|
default: k(() => [
|
15231
15320
|
A(e.$slots, "table-foot", {}, () => [
|
15232
|
-
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot",
|
15321
|
+
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Rg, [
|
15233
15322
|
o("tr", null, [
|
15234
15323
|
(a(!0), r(_, null, q(n.tableData.tfoot, (c, h) => (a(), r("td", {
|
15235
15324
|
class: x({ active: n.tableData.columnIndexHighlighted === h }),
|
15236
15325
|
key: h,
|
15237
15326
|
innerHTML: c
|
15238
|
-
}, null, 10,
|
15327
|
+
}, null, 10, jg))), 128))
|
15239
15328
|
])
|
15240
15329
|
])) : m("", !0)
|
15241
15330
|
])
|
@@ -15250,9 +15339,9 @@ function Hg(e, t, n, s, i, l) {
|
|
15250
15339
|
], 544)
|
15251
15340
|
], 2);
|
15252
15341
|
}
|
15253
|
-
const
|
15254
|
-
vi(
|
15255
|
-
const
|
15342
|
+
const Ug = /* @__PURE__ */ M(Mg, [["render", Ng]]);
|
15343
|
+
vi(Eh);
|
15344
|
+
const zg = {
|
15256
15345
|
name: "CmdTabs",
|
15257
15346
|
data() {
|
15258
15347
|
return {
|
@@ -15314,13 +15403,13 @@ const Rg = {
|
|
15314
15403
|
this.showTab = this.defaultActiveTab;
|
15315
15404
|
}
|
15316
15405
|
}
|
15317
|
-
},
|
15406
|
+
}, Gg = { class: "cmd-tabs" }, Wg = ["onClick", "title"], Kg = { key: 1 }, Yg = {
|
15318
15407
|
key: 1,
|
15319
15408
|
"aria-live": "assertive"
|
15320
|
-
},
|
15321
|
-
function
|
15409
|
+
}, Jg = ["innerHTML"];
|
15410
|
+
function Zg(e, t, n, s, i, l) {
|
15322
15411
|
const d = W, u = J;
|
15323
|
-
return a(), r("div",
|
15412
|
+
return a(), r("div", Gg, [
|
15324
15413
|
o("ul", {
|
15325
15414
|
class: x({ "stretch-tabs": n.stretchTabs }),
|
15326
15415
|
role: "tablist"
|
@@ -15340,8 +15429,8 @@ function Wg(e, t, n, s, i, l) {
|
|
15340
15429
|
iconClass: c.iconClass,
|
15341
15430
|
type: c.iconType
|
15342
15431
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
15343
|
-
c.text ? (a(), r("span",
|
15344
|
-
], 8,
|
15432
|
+
c.text ? (a(), r("span", Kg, y(c.text), 1)) : m("", !0)
|
15433
|
+
], 8, Wg)
|
15345
15434
|
], 2))), 128))
|
15346
15435
|
], 2),
|
15347
15436
|
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) => ne((a(), r("div", {
|
@@ -15352,7 +15441,7 @@ function Wg(e, t, n, s, i, l) {
|
|
15352
15441
|
A(e.$slots, "tab-content-" + (c - 1))
|
15353
15442
|
], 2)), [
|
15354
15443
|
[xe, i.showTab === c - 1]
|
15355
|
-
])), 128)) : (a(), r("div",
|
15444
|
+
])), 128)) : (a(), r("div", Yg, [
|
15356
15445
|
n.cmdHeadline ? (a(), v(u, I({ key: 0 }, n.cmdHeadline, {
|
15357
15446
|
headlineText: n.tabs[i.showTab].headlineText,
|
15358
15447
|
headlineLevel: n.tabs[i.showTab].headlineLevel
|
@@ -15360,11 +15449,11 @@ function Wg(e, t, n, s, i, l) {
|
|
15360
15449
|
o("div", {
|
15361
15450
|
innerHTML: n.tabs[i.showTab].htmlContent,
|
15362
15451
|
class: x({ "no-padding": !n.useDefaultPadding })
|
15363
|
-
}, null, 10,
|
15452
|
+
}, null, 10, Jg)
|
15364
15453
|
]))
|
15365
15454
|
]);
|
15366
15455
|
}
|
15367
|
-
const el = /* @__PURE__ */ M(
|
15456
|
+
const el = /* @__PURE__ */ M(zg, [["render", Zg]]), Qg = {
|
15368
15457
|
name: "CmdTextImageBlock",
|
15369
15458
|
mixins: [se],
|
15370
15459
|
data() {
|
@@ -15481,8 +15570,8 @@ const el = /* @__PURE__ */ M(Rg, [["render", Wg]]), Kg = {
|
|
15481
15570
|
immediate: !0
|
15482
15571
|
}
|
15483
15572
|
}
|
15484
|
-
},
|
15485
|
-
function
|
15573
|
+
}, Xg = ["innerHTML"], $g = ["innerHTML"];
|
15574
|
+
function ey(e, t, n, s, i, l) {
|
15486
15575
|
var h, f, g, w;
|
15487
15576
|
const d = J, u = ge, c = qe;
|
15488
15577
|
return a(), r("div", {
|
@@ -15502,7 +15591,7 @@ function Zg(e, t, n, s, i, l) {
|
|
15502
15591
|
n.htmlContent ? (a(), r("div", {
|
15503
15592
|
key: 1,
|
15504
15593
|
innerHTML: n.htmlContent
|
15505
|
-
}, null, 8,
|
15594
|
+
}, null, 8, Xg)) : m("", !0),
|
15506
15595
|
A(e.$slots, "default")
|
15507
15596
|
], 2),
|
15508
15597
|
e.editModeContext ? (a(), v(c, {
|
@@ -15527,7 +15616,7 @@ function Zg(e, t, n, s, i, l) {
|
|
15527
15616
|
key: 1,
|
15528
15617
|
innerHTML: n.htmlContent,
|
15529
15618
|
class: x(l.textAlign)
|
15530
|
-
}, null, 10,
|
15619
|
+
}, null, 10, $g)) : (a(), r("button", {
|
15531
15620
|
key: 2,
|
15532
15621
|
type: "button",
|
15533
15622
|
class: "button confirm",
|
@@ -15541,7 +15630,7 @@ function Zg(e, t, n, s, i, l) {
|
|
15541
15630
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : m("", !0)
|
15542
15631
|
], 2);
|
15543
15632
|
}
|
15544
|
-
const
|
15633
|
+
const ty = /* @__PURE__ */ M(Qg, [["render", ey]]), ny = {
|
15545
15634
|
name: "ToggleDarkMode",
|
15546
15635
|
mixins: [
|
15547
15636
|
se
|
@@ -15694,8 +15783,8 @@ const Qg = /* @__PURE__ */ M(Kg, [["render", Zg]]), Xg = {
|
|
15694
15783
|
immediate: !0
|
15695
15784
|
}
|
15696
15785
|
}
|
15697
|
-
},
|
15698
|
-
function
|
15786
|
+
}, iy = { key: 0 };
|
15787
|
+
function ly(e, t, n, s, i, l) {
|
15699
15788
|
const d = W, u = ie;
|
15700
15789
|
return a(), r("div", {
|
15701
15790
|
class: x(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
@@ -15724,7 +15813,7 @@ function ey(e, t, n, s, i, l) {
|
|
15724
15813
|
class: x(["button", { "dark-mode": i.darkMode }]),
|
15725
15814
|
onClick: t[0] || (t[0] = S((...c) => l.toggleColorScheme && l.toggleColorScheme(...c), ["prevent"]))
|
15726
15815
|
}, [
|
15727
|
-
n.showLabel ? (a(), r("span",
|
15816
|
+
n.showLabel ? (a(), r("span", iy, y(l.labelText), 1)) : m("", !0),
|
15728
15817
|
p(d, {
|
15729
15818
|
iconClass: l.iconClass,
|
15730
15819
|
type: l.iconType,
|
@@ -15747,7 +15836,7 @@ function ey(e, t, n, s, i, l) {
|
|
15747
15836
|
], 64))
|
15748
15837
|
], 2);
|
15749
15838
|
}
|
15750
|
-
const
|
15839
|
+
const oy = /* @__PURE__ */ M(ny, [["render", ly]]), ay = {
|
15751
15840
|
data() {
|
15752
15841
|
return {
|
15753
15842
|
defaultMessageProperties: {
|
@@ -15805,28 +15894,28 @@ function tl(e, t) {
|
|
15805
15894
|
return e.apply(t, arguments);
|
15806
15895
|
};
|
15807
15896
|
}
|
15808
|
-
const { toString:
|
15809
|
-
const n =
|
15897
|
+
const { toString: sy } = Object.prototype, { getPrototypeOf: Tn } = Object, It = /* @__PURE__ */ ((e) => (t) => {
|
15898
|
+
const n = sy.call(t);
|
15810
15899
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
15811
15900
|
})(/* @__PURE__ */ Object.create(null)), ye = (e) => (e = e.toLowerCase(), (t) => It(t) === e), Bt = (e) => (t) => typeof t === e, { isArray: ze } = Array, it = Bt("undefined");
|
15812
|
-
function
|
15901
|
+
function ry(e) {
|
15813
15902
|
return e !== null && !it(e) && e.constructor !== null && !it(e.constructor) && pe(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
15814
15903
|
}
|
15815
15904
|
const nl = ye("ArrayBuffer");
|
15816
|
-
function
|
15905
|
+
function dy(e) {
|
15817
15906
|
let t;
|
15818
15907
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && nl(e.buffer), t;
|
15819
15908
|
}
|
15820
|
-
const
|
15909
|
+
const uy = Bt("string"), pe = Bt("function"), il = Bt("number"), Ft = (e) => e !== null && typeof e == "object", cy = (e) => e === !0 || e === !1, yt = (e) => {
|
15821
15910
|
if (It(e) !== "object")
|
15822
15911
|
return !1;
|
15823
15912
|
const t = Tn(e);
|
15824
15913
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
15825
|
-
},
|
15914
|
+
}, my = ye("Date"), py = ye("File"), fy = ye("Blob"), hy = ye("FileList"), gy = (e) => Ft(e) && pe(e.pipe), yy = (e) => {
|
15826
15915
|
let t;
|
15827
15916
|
return e && (typeof FormData == "function" && e instanceof FormData || pe(e.append) && ((t = It(e)) === "formdata" || // detect form-data instance
|
15828
15917
|
t === "object" && pe(e.toString) && e.toString() === "[object FormData]"));
|
15829
|
-
},
|
15918
|
+
}, by = ye("URLSearchParams"), [xy, Cy, vy, wy] = ["ReadableStream", "Request", "Response", "Headers"].map(ye), ky = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
15830
15919
|
function lt(e, t, { allOwnKeys: n = !1 } = {}) {
|
15831
15920
|
if (e === null || typeof e > "u")
|
15832
15921
|
return;
|
@@ -15860,13 +15949,13 @@ function en() {
|
|
15860
15949
|
arguments[s] && lt(arguments[s], n);
|
15861
15950
|
return t;
|
15862
15951
|
}
|
15863
|
-
const
|
15952
|
+
const Ty = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
15864
15953
|
n && pe(i) ? e[l] = tl(i, n) : e[l] = i;
|
15865
|
-
}, { allOwnKeys: s }), e),
|
15954
|
+
}, { allOwnKeys: s }), e), Sy = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), _y = (e, t, n, s) => {
|
15866
15955
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
15867
15956
|
value: t.prototype
|
15868
15957
|
}), n && Object.assign(e.prototype, n);
|
15869
|
-
},
|
15958
|
+
}, Oy = (e, t, n, s) => {
|
15870
15959
|
let i, l, d;
|
15871
15960
|
const u = {};
|
15872
15961
|
if (t = t || {}, e == null) return t;
|
@@ -15876,11 +15965,11 @@ const Cy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15876
15965
|
e = n !== !1 && Tn(e);
|
15877
15966
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
15878
15967
|
return t;
|
15879
|
-
},
|
15968
|
+
}, Ly = (e, t, n) => {
|
15880
15969
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
15881
15970
|
const s = e.indexOf(t, n);
|
15882
15971
|
return s !== -1 && s === n;
|
15883
|
-
},
|
15972
|
+
}, Iy = (e) => {
|
15884
15973
|
if (!e) return null;
|
15885
15974
|
if (ze(e)) return e;
|
15886
15975
|
let t = e.length;
|
@@ -15889,31 +15978,31 @@ const Cy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15889
15978
|
for (; t-- > 0; )
|
15890
15979
|
n[t] = e[t];
|
15891
15980
|
return n;
|
15892
|
-
},
|
15981
|
+
}, By = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Tn(Uint8Array)), Fy = (e, t) => {
|
15893
15982
|
const s = (e && e[Symbol.iterator]).call(e);
|
15894
15983
|
let i;
|
15895
15984
|
for (; (i = s.next()) && !i.done; ) {
|
15896
15985
|
const l = i.value;
|
15897
15986
|
t.call(e, l[0], l[1]);
|
15898
15987
|
}
|
15899
|
-
},
|
15988
|
+
}, Dy = (e, t) => {
|
15900
15989
|
let n;
|
15901
15990
|
const s = [];
|
15902
15991
|
for (; (n = e.exec(t)) !== null; )
|
15903
15992
|
s.push(n);
|
15904
15993
|
return s;
|
15905
|
-
},
|
15994
|
+
}, My = ye("HTMLFormElement"), Vy = (e) => e.toLowerCase().replace(
|
15906
15995
|
/[-_\s]([a-z\d])(\w*)/g,
|
15907
15996
|
function(n, s, i) {
|
15908
15997
|
return s.toUpperCase() + i;
|
15909
15998
|
}
|
15910
|
-
), ti = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype),
|
15999
|
+
), ti = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Py = ye("RegExp"), sl = (e, t) => {
|
15911
16000
|
const n = Object.getOwnPropertyDescriptors(e), s = {};
|
15912
16001
|
lt(n, (i, l) => {
|
15913
16002
|
let d;
|
15914
16003
|
(d = t(i, l, e)) !== !1 && (s[l] = d || i);
|
15915
16004
|
}), Object.defineProperties(e, s);
|
15916
|
-
},
|
16005
|
+
}, Ay = (e) => {
|
15917
16006
|
sl(e, (t, n) => {
|
15918
16007
|
if (pe(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
15919
16008
|
return !1;
|
@@ -15928,29 +16017,29 @@ const Cy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15928
16017
|
});
|
15929
16018
|
}
|
15930
16019
|
});
|
15931
|
-
},
|
16020
|
+
}, Ey = (e, t) => {
|
15932
16021
|
const n = {}, s = (i) => {
|
15933
16022
|
i.forEach((l) => {
|
15934
16023
|
n[l] = !0;
|
15935
16024
|
});
|
15936
16025
|
};
|
15937
16026
|
return ze(e) ? s(e) : s(String(e).split(t)), n;
|
15938
|
-
},
|
15939
|
-
},
|
16027
|
+
}, Hy = () => {
|
16028
|
+
}, qy = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Rt = "abcdefghijklmnopqrstuvwxyz", ni = "0123456789", rl = {
|
15940
16029
|
DIGIT: ni,
|
15941
16030
|
ALPHA: Rt,
|
15942
16031
|
ALPHA_DIGIT: Rt + Rt.toUpperCase() + ni
|
15943
|
-
},
|
16032
|
+
}, Ry = (e = 16, t = rl.ALPHA_DIGIT) => {
|
15944
16033
|
let n = "";
|
15945
16034
|
const { length: s } = t;
|
15946
16035
|
for (; e--; )
|
15947
16036
|
n += t[Math.random() * s | 0];
|
15948
16037
|
return n;
|
15949
16038
|
};
|
15950
|
-
function
|
16039
|
+
function jy(e) {
|
15951
16040
|
return !!(e && pe(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
15952
16041
|
}
|
15953
|
-
const
|
16042
|
+
const Ny = (e) => {
|
15954
16043
|
const t = new Array(10), n = (s, i) => {
|
15955
16044
|
if (Ft(s)) {
|
15956
16045
|
if (t.indexOf(s) >= 0)
|
@@ -15967,63 +16056,63 @@ const Hy = (e) => {
|
|
15967
16056
|
return s;
|
15968
16057
|
};
|
15969
16058
|
return n(e, 0);
|
15970
|
-
},
|
16059
|
+
}, Uy = ye("AsyncFunction"), zy = (e) => e && (Ft(e) || pe(e)) && pe(e.then) && pe(e.catch), L = {
|
15971
16060
|
isArray: ze,
|
15972
16061
|
isArrayBuffer: nl,
|
15973
|
-
isBuffer:
|
15974
|
-
isFormData:
|
15975
|
-
isArrayBufferView:
|
15976
|
-
isString:
|
16062
|
+
isBuffer: ry,
|
16063
|
+
isFormData: yy,
|
16064
|
+
isArrayBufferView: dy,
|
16065
|
+
isString: uy,
|
15977
16066
|
isNumber: il,
|
15978
|
-
isBoolean:
|
16067
|
+
isBoolean: cy,
|
15979
16068
|
isObject: Ft,
|
15980
16069
|
isPlainObject: yt,
|
15981
|
-
isReadableStream:
|
15982
|
-
isRequest:
|
15983
|
-
isResponse:
|
15984
|
-
isHeaders:
|
16070
|
+
isReadableStream: xy,
|
16071
|
+
isRequest: Cy,
|
16072
|
+
isResponse: vy,
|
16073
|
+
isHeaders: wy,
|
15985
16074
|
isUndefined: it,
|
15986
|
-
isDate:
|
15987
|
-
isFile:
|
15988
|
-
isBlob:
|
15989
|
-
isRegExp:
|
16075
|
+
isDate: my,
|
16076
|
+
isFile: py,
|
16077
|
+
isBlob: fy,
|
16078
|
+
isRegExp: Py,
|
15990
16079
|
isFunction: pe,
|
15991
|
-
isStream:
|
15992
|
-
isURLSearchParams:
|
15993
|
-
isTypedArray:
|
15994
|
-
isFileList:
|
16080
|
+
isStream: gy,
|
16081
|
+
isURLSearchParams: by,
|
16082
|
+
isTypedArray: By,
|
16083
|
+
isFileList: hy,
|
15995
16084
|
forEach: lt,
|
15996
16085
|
merge: en,
|
15997
|
-
extend:
|
15998
|
-
trim:
|
15999
|
-
stripBOM:
|
16000
|
-
inherits:
|
16001
|
-
toFlatObject:
|
16086
|
+
extend: Ty,
|
16087
|
+
trim: ky,
|
16088
|
+
stripBOM: Sy,
|
16089
|
+
inherits: _y,
|
16090
|
+
toFlatObject: Oy,
|
16002
16091
|
kindOf: It,
|
16003
16092
|
kindOfTest: ye,
|
16004
|
-
endsWith:
|
16005
|
-
toArray:
|
16006
|
-
forEachEntry:
|
16007
|
-
matchAll:
|
16008
|
-
isHTMLForm:
|
16093
|
+
endsWith: Ly,
|
16094
|
+
toArray: Iy,
|
16095
|
+
forEachEntry: Fy,
|
16096
|
+
matchAll: Dy,
|
16097
|
+
isHTMLForm: My,
|
16009
16098
|
hasOwnProperty: ti,
|
16010
16099
|
hasOwnProp: ti,
|
16011
16100
|
// an alias to avoid ESLint no-prototype-builtins detection
|
16012
16101
|
reduceDescriptors: sl,
|
16013
|
-
freezeMethods:
|
16014
|
-
toObjectSet:
|
16015
|
-
toCamelCase:
|
16016
|
-
noop:
|
16017
|
-
toFiniteNumber:
|
16102
|
+
freezeMethods: Ay,
|
16103
|
+
toObjectSet: Ey,
|
16104
|
+
toCamelCase: Vy,
|
16105
|
+
noop: Hy,
|
16106
|
+
toFiniteNumber: qy,
|
16018
16107
|
findKey: ll,
|
16019
16108
|
global: ol,
|
16020
16109
|
isContextDefined: al,
|
16021
16110
|
ALPHABET: rl,
|
16022
|
-
generateString:
|
16023
|
-
isSpecCompliantForm:
|
16024
|
-
toJSONObject:
|
16025
|
-
isAsyncFn:
|
16026
|
-
isThenable:
|
16111
|
+
generateString: Ry,
|
16112
|
+
isSpecCompliantForm: jy,
|
16113
|
+
toJSONObject: Ny,
|
16114
|
+
isAsyncFn: Uy,
|
16115
|
+
isThenable: zy
|
16027
16116
|
};
|
16028
16117
|
function N(e, t, n, s, i) {
|
16029
16118
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), i && (this.response = i);
|
@@ -16075,7 +16164,7 @@ N.from = (e, t, n, s, i, l) => {
|
|
16075
16164
|
return c !== Error.prototype;
|
16076
16165
|
}, (u) => u !== "isAxiosError"), N.call(d, e.message, t, n, s, i), d.cause = e, d.name = e.name, l && Object.assign(d, l), d;
|
16077
16166
|
};
|
16078
|
-
const
|
16167
|
+
const Gy = null;
|
16079
16168
|
function tn(e) {
|
16080
16169
|
return L.isPlainObject(e) || L.isArray(e);
|
16081
16170
|
}
|
@@ -16087,10 +16176,10 @@ function ii(e, t, n) {
|
|
16087
16176
|
return i = cl(i), !n && l ? "[" + i + "]" : i;
|
16088
16177
|
}).join(n ? "." : "") : t;
|
16089
16178
|
}
|
16090
|
-
function
|
16179
|
+
function Wy(e) {
|
16091
16180
|
return L.isArray(e) && !e.some(tn);
|
16092
16181
|
}
|
16093
|
-
const
|
16182
|
+
const Ky = L.toFlatObject(L, {}, null, function(t) {
|
16094
16183
|
return /^is[A-Z]/.test(t);
|
16095
16184
|
});
|
16096
16185
|
function Dt(e, t, n) {
|
@@ -16119,7 +16208,7 @@ function Dt(e, t, n) {
|
|
16119
16208
|
if (O && !F && typeof O == "object") {
|
16120
16209
|
if (L.endsWith(T, "{}"))
|
16121
16210
|
T = s ? T : T.slice(0, -2), O = JSON.stringify(O);
|
16122
|
-
else if (L.isArray(O) &&
|
16211
|
+
else if (L.isArray(O) && Wy(O) || (L.isFileList(O) || L.endsWith(T, "[]")) && (B = L.toArray(O)))
|
16123
16212
|
return T = cl(T), B.forEach(function(V, U) {
|
16124
16213
|
!(L.isUndefined(V) || V === null) && t.append(
|
16125
16214
|
// eslint-disable-next-line no-nested-ternary
|
@@ -16130,7 +16219,7 @@ function Dt(e, t, n) {
|
|
16130
16219
|
}
|
16131
16220
|
return tn(O) ? !0 : (t.append(ii(F, T, l), h(O)), !1);
|
16132
16221
|
}
|
16133
|
-
const g = [], w = Object.assign(
|
16222
|
+
const g = [], w = Object.assign(Ky, {
|
16134
16223
|
defaultVisitor: f,
|
16135
16224
|
convertValue: h,
|
16136
16225
|
isVisitable: tn
|
@@ -16183,13 +16272,13 @@ ml.toString = function(t) {
|
|
16183
16272
|
return n(i[0]) + "=" + n(i[1]);
|
16184
16273
|
}, "").join("&");
|
16185
16274
|
};
|
16186
|
-
function
|
16275
|
+
function Yy(e) {
|
16187
16276
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
16188
16277
|
}
|
16189
16278
|
function pl(e, t, n) {
|
16190
16279
|
if (!t)
|
16191
16280
|
return e;
|
16192
|
-
const s = n && n.encode ||
|
16281
|
+
const s = n && n.encode || Yy, i = n && n.serialize;
|
16193
16282
|
let l;
|
16194
16283
|
if (i ? l = i(t, n) : l = L.isURLSearchParams(t) ? t.toString() : new Sn(t, n).toString(s), l) {
|
16195
16284
|
const d = e.indexOf("#");
|
@@ -16255,36 +16344,36 @@ const fl = {
|
|
16255
16344
|
silentJSONParsing: !0,
|
16256
16345
|
forcedJSONParsing: !0,
|
16257
16346
|
clarifyTimeoutError: !1
|
16258
|
-
},
|
16347
|
+
}, Jy = typeof URLSearchParams < "u" ? URLSearchParams : Sn, Zy = typeof FormData < "u" ? FormData : null, Qy = typeof Blob < "u" ? Blob : null, Xy = {
|
16259
16348
|
isBrowser: !0,
|
16260
16349
|
classes: {
|
16261
|
-
URLSearchParams:
|
16262
|
-
FormData:
|
16263
|
-
Blob:
|
16350
|
+
URLSearchParams: Jy,
|
16351
|
+
FormData: Zy,
|
16352
|
+
Blob: Qy
|
16264
16353
|
},
|
16265
16354
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
16266
|
-
}, _n = typeof window < "u" && typeof document < "u",
|
16267
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
16355
|
+
}, _n = typeof window < "u" && typeof document < "u", $y = ((e) => _n && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), eb = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
16356
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", tb = _n && window.location.href || "http://localhost", nb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
16268
16357
|
__proto__: null,
|
16269
16358
|
hasBrowserEnv: _n,
|
16270
|
-
hasStandardBrowserEnv:
|
16271
|
-
hasStandardBrowserWebWorkerEnv:
|
16272
|
-
origin:
|
16359
|
+
hasStandardBrowserEnv: $y,
|
16360
|
+
hasStandardBrowserWebWorkerEnv: eb,
|
16361
|
+
origin: tb
|
16273
16362
|
}, Symbol.toStringTag, { value: "Module" })), he = {
|
16274
|
-
...
|
16275
|
-
...
|
16363
|
+
...nb,
|
16364
|
+
...Xy
|
16276
16365
|
};
|
16277
|
-
function
|
16366
|
+
function ib(e, t) {
|
16278
16367
|
return Dt(e, new he.classes.URLSearchParams(), Object.assign({
|
16279
16368
|
visitor: function(n, s, i, l) {
|
16280
16369
|
return he.isNode && L.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
16281
16370
|
}
|
16282
16371
|
}, t));
|
16283
16372
|
}
|
16284
|
-
function
|
16373
|
+
function lb(e) {
|
16285
16374
|
return L.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
16286
16375
|
}
|
16287
|
-
function
|
16376
|
+
function ob(e) {
|
16288
16377
|
const t = {}, n = Object.keys(e);
|
16289
16378
|
let s;
|
16290
16379
|
const i = n.length;
|
@@ -16298,17 +16387,17 @@ function hl(e) {
|
|
16298
16387
|
let d = n[l++];
|
16299
16388
|
if (d === "__proto__") return !0;
|
16300
16389
|
const u = Number.isFinite(+d), c = l >= n.length;
|
16301
|
-
return d = !d && L.isArray(i) ? i.length : d, c ? (L.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !u) : ((!i[d] || !L.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && L.isArray(i[d]) && (i[d] =
|
16390
|
+
return d = !d && L.isArray(i) ? i.length : d, c ? (L.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !u) : ((!i[d] || !L.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && L.isArray(i[d]) && (i[d] = ob(i[d])), !u);
|
16302
16391
|
}
|
16303
16392
|
if (L.isFormData(e) && L.isFunction(e.entries)) {
|
16304
16393
|
const n = {};
|
16305
16394
|
return L.forEachEntry(e, (s, i) => {
|
16306
|
-
t(
|
16395
|
+
t(lb(s), i, n, 0);
|
16307
16396
|
}), n;
|
16308
16397
|
}
|
16309
16398
|
return null;
|
16310
16399
|
}
|
16311
|
-
function
|
16400
|
+
function ab(e, t, n) {
|
16312
16401
|
if (L.isString(e))
|
16313
16402
|
try {
|
16314
16403
|
return (t || JSON.parse)(e), L.trim(e);
|
@@ -16334,7 +16423,7 @@ const ot = {
|
|
16334
16423
|
let u;
|
16335
16424
|
if (l) {
|
16336
16425
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
16337
|
-
return
|
16426
|
+
return ib(t, this.formSerializer).toString();
|
16338
16427
|
if ((u = L.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
16339
16428
|
const c = this.env && this.env.FormData;
|
16340
16429
|
return Dt(
|
@@ -16344,7 +16433,7 @@ const ot = {
|
|
16344
16433
|
);
|
16345
16434
|
}
|
16346
16435
|
}
|
16347
|
-
return l || i ? (n.setContentType("application/json", !1),
|
16436
|
+
return l || i ? (n.setContentType("application/json", !1), ab(t)) : t;
|
16348
16437
|
}],
|
16349
16438
|
transformResponse: [function(t) {
|
16350
16439
|
const n = this.transitional || ot.transitional, s = n && n.forcedJSONParsing, i = this.responseType === "json";
|
@@ -16387,7 +16476,7 @@ const ot = {
|
|
16387
16476
|
L.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
16388
16477
|
ot.headers[e] = {};
|
16389
16478
|
});
|
16390
|
-
const
|
16479
|
+
const sb = L.toObjectSet([
|
16391
16480
|
"age",
|
16392
16481
|
"authorization",
|
16393
16482
|
"content-length",
|
@@ -16405,12 +16494,12 @@ const ib = L.toObjectSet([
|
|
16405
16494
|
"referer",
|
16406
16495
|
"retry-after",
|
16407
16496
|
"user-agent"
|
16408
|
-
]),
|
16497
|
+
]), rb = (e) => {
|
16409
16498
|
const t = {};
|
16410
16499
|
let n, s, i;
|
16411
16500
|
return e && e.split(`
|
16412
16501
|
`).forEach(function(d) {
|
16413
|
-
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] &&
|
16502
|
+
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] && sb[n]) && (n === "set-cookie" ? t[n] ? t[n].push(s) : t[n] = [s] : t[n] = t[n] ? t[n] + ", " + s : s);
|
16414
16503
|
}), t;
|
16415
16504
|
}, ai = Symbol("internals");
|
16416
16505
|
function Qe(e) {
|
@@ -16419,14 +16508,14 @@ function Qe(e) {
|
|
16419
16508
|
function bt(e) {
|
16420
16509
|
return e === !1 || e == null ? e : L.isArray(e) ? e.map(bt) : String(e);
|
16421
16510
|
}
|
16422
|
-
function
|
16511
|
+
function db(e) {
|
16423
16512
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
16424
16513
|
let s;
|
16425
16514
|
for (; s = n.exec(e); )
|
16426
16515
|
t[s[1]] = s[2];
|
16427
16516
|
return t;
|
16428
16517
|
}
|
16429
|
-
const
|
16518
|
+
const ub = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
16430
16519
|
function jt(e, t, n, s, i) {
|
16431
16520
|
if (L.isFunction(s))
|
16432
16521
|
return s.call(this, t, n);
|
@@ -16437,10 +16526,10 @@ function jt(e, t, n, s, i) {
|
|
16437
16526
|
return s.test(t);
|
16438
16527
|
}
|
16439
16528
|
}
|
16440
|
-
function
|
16529
|
+
function cb(e) {
|
16441
16530
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, s) => n.toUpperCase() + s);
|
16442
16531
|
}
|
16443
|
-
function
|
16532
|
+
function mb(e, t) {
|
16444
16533
|
const n = L.toCamelCase(" " + t);
|
16445
16534
|
["get", "set", "has"].forEach((s) => {
|
16446
16535
|
Object.defineProperty(e, s + n, {
|
@@ -16467,8 +16556,8 @@ class ue {
|
|
16467
16556
|
const d = (u, c) => L.forEach(u, (h, f) => l(h, f, c));
|
16468
16557
|
if (L.isPlainObject(t) || t instanceof this.constructor)
|
16469
16558
|
d(t, n);
|
16470
|
-
else if (L.isString(t) && (t = t.trim()) && !
|
16471
|
-
d(
|
16559
|
+
else if (L.isString(t) && (t = t.trim()) && !ub(t))
|
16560
|
+
d(rb(t), n);
|
16472
16561
|
else if (L.isHeaders(t))
|
16473
16562
|
for (const [u, c] of t.entries())
|
16474
16563
|
l(c, u, s);
|
@@ -16484,7 +16573,7 @@ class ue {
|
|
16484
16573
|
if (!n)
|
16485
16574
|
return i;
|
16486
16575
|
if (n === !0)
|
16487
|
-
return
|
16576
|
+
return db(i);
|
16488
16577
|
if (L.isFunction(n))
|
16489
16578
|
return n.call(this, i, s);
|
16490
16579
|
if (L.isRegExp(n))
|
@@ -16528,7 +16617,7 @@ class ue {
|
|
16528
16617
|
n[d] = bt(i), delete n[l];
|
16529
16618
|
return;
|
16530
16619
|
}
|
16531
|
-
const u = t ?
|
16620
|
+
const u = t ? cb(l) : String(l).trim();
|
16532
16621
|
u !== l && delete n[l], n[u] = bt(i), s[u] = !0;
|
16533
16622
|
}), this;
|
16534
16623
|
}
|
@@ -16564,7 +16653,7 @@ class ue {
|
|
16564
16653
|
}).accessors, i = this.prototype;
|
16565
16654
|
function l(d) {
|
16566
16655
|
const u = Qe(d);
|
16567
|
-
s[u] || (
|
16656
|
+
s[u] || (mb(i, d), s[u] = !0);
|
16568
16657
|
}
|
16569
16658
|
return L.isArray(t) ? t.forEach(l) : l(t), this;
|
16570
16659
|
}
|
@@ -16606,11 +16695,11 @@ function yl(e, t, n) {
|
|
16606
16695
|
n
|
16607
16696
|
));
|
16608
16697
|
}
|
16609
|
-
function
|
16698
|
+
function pb(e) {
|
16610
16699
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
16611
16700
|
return t && t[1] || "";
|
16612
16701
|
}
|
16613
|
-
function
|
16702
|
+
function fb(e, t) {
|
16614
16703
|
e = e || 10;
|
16615
16704
|
const n = new Array(e), s = new Array(e);
|
16616
16705
|
let i = 0, l = 0, d;
|
@@ -16626,7 +16715,7 @@ function ub(e, t) {
|
|
16626
16715
|
return b ? Math.round(w * 1e3 / b) : void 0;
|
16627
16716
|
};
|
16628
16717
|
}
|
16629
|
-
function
|
16718
|
+
function hb(e, t) {
|
16630
16719
|
let n = 0;
|
16631
16720
|
const s = 1e3 / t;
|
16632
16721
|
let i = null;
|
@@ -16639,8 +16728,8 @@ function cb(e, t) {
|
|
16639
16728
|
}
|
16640
16729
|
const vt = (e, t, n = 3) => {
|
16641
16730
|
let s = 0;
|
16642
|
-
const i =
|
16643
|
-
return
|
16731
|
+
const i = fb(50, 250);
|
16732
|
+
return hb((l) => {
|
16644
16733
|
const d = l.loaded, u = l.lengthComputable ? l.total : void 0, c = d - s, h = i(c), f = d <= u;
|
16645
16734
|
s = d;
|
16646
16735
|
const g = {
|
@@ -16655,7 +16744,7 @@ const vt = (e, t, n = 3) => {
|
|
16655
16744
|
};
|
16656
16745
|
g[t ? "download" : "upload"] = !0, e(g);
|
16657
16746
|
}, n);
|
16658
|
-
},
|
16747
|
+
}, gb = he.hasStandardBrowserEnv ? (
|
16659
16748
|
// Standard browser envs have full support of the APIs needed to test
|
16660
16749
|
// whether the request URL is of the same origin as current location.
|
16661
16750
|
function() {
|
@@ -16686,7 +16775,7 @@ const vt = (e, t, n = 3) => {
|
|
16686
16775
|
return !0;
|
16687
16776
|
};
|
16688
16777
|
}()
|
16689
|
-
),
|
16778
|
+
), yb = he.hasStandardBrowserEnv ? (
|
16690
16779
|
// Standard browser envs support document.cookie
|
16691
16780
|
{
|
16692
16781
|
write(e, t, n, s, i, l) {
|
@@ -16713,14 +16802,14 @@ const vt = (e, t, n = 3) => {
|
|
16713
16802
|
}
|
16714
16803
|
}
|
16715
16804
|
);
|
16716
|
-
function
|
16805
|
+
function bb(e) {
|
16717
16806
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
16718
16807
|
}
|
16719
|
-
function
|
16808
|
+
function xb(e, t) {
|
16720
16809
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
16721
16810
|
}
|
16722
16811
|
function bl(e, t) {
|
16723
|
-
return e && !
|
16812
|
+
return e && !bb(t) ? xb(e, t) : t;
|
16724
16813
|
}
|
16725
16814
|
const si = (e) => e instanceof ue ? { ...e } : e;
|
16726
16815
|
function He(e, t) {
|
@@ -16803,12 +16892,12 @@ const xl = (e) => {
|
|
16803
16892
|
d.setContentType([h || "multipart/form-data", ...f].join("; "));
|
16804
16893
|
}
|
16805
16894
|
}
|
16806
|
-
if (he.hasStandardBrowserEnv && (s && L.isFunction(s) && (s = s(t)), s || s !== !1 &&
|
16807
|
-
const h = i && l &&
|
16895
|
+
if (he.hasStandardBrowserEnv && (s && L.isFunction(s) && (s = s(t)), s || s !== !1 && gb(t.url))) {
|
16896
|
+
const h = i && l && yb.read(l);
|
16808
16897
|
h && d.set(i, h);
|
16809
16898
|
}
|
16810
16899
|
return t;
|
16811
|
-
},
|
16900
|
+
}, Cb = typeof XMLHttpRequest < "u", vb = Cb && function(e) {
|
16812
16901
|
return new Promise(function(n, s) {
|
16813
16902
|
const i = xl(e);
|
16814
16903
|
let l = i.data;
|
@@ -16858,14 +16947,14 @@ const xl = (e) => {
|
|
16858
16947
|
}), L.isUndefined(i.withCredentials) || (f.withCredentials = !!i.withCredentials), u && u !== "json" && (f.responseType = i.responseType), typeof i.onDownloadProgress == "function" && f.addEventListener("progress", vt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && f.upload && f.upload.addEventListener("progress", vt(i.onUploadProgress)), (i.cancelToken || i.signal) && (c = (b) => {
|
16859
16948
|
f && (s(!b || b.type ? new Ge(null, e, f) : b), f.abort(), f = null);
|
16860
16949
|
}, i.cancelToken && i.cancelToken.subscribe(c), i.signal && (i.signal.aborted ? c() : i.signal.addEventListener("abort", c)));
|
16861
|
-
const w =
|
16950
|
+
const w = pb(i.url);
|
16862
16951
|
if (w && he.protocols.indexOf(w) === -1) {
|
16863
16952
|
s(new N("Unsupported protocol " + w + ":", N.ERR_BAD_REQUEST, e));
|
16864
16953
|
return;
|
16865
16954
|
}
|
16866
16955
|
f.send(l || null);
|
16867
16956
|
});
|
16868
|
-
},
|
16957
|
+
}, wb = (e, t) => {
|
16869
16958
|
let n = new AbortController(), s;
|
16870
16959
|
const i = function(c) {
|
16871
16960
|
if (!s) {
|
@@ -16887,7 +16976,7 @@ const xl = (e) => {
|
|
16887
16976
|
return u.unsubscribe = d, [u, () => {
|
16888
16977
|
l && clearTimeout(l), l = null;
|
16889
16978
|
}];
|
16890
|
-
},
|
16979
|
+
}, kb = function* (e, t) {
|
16891
16980
|
let n = e.byteLength;
|
16892
16981
|
if (n < t) {
|
16893
16982
|
yield e;
|
@@ -16896,11 +16985,11 @@ const xl = (e) => {
|
|
16896
16985
|
let s = 0, i;
|
16897
16986
|
for (; s < n; )
|
16898
16987
|
i = s + t, yield e.slice(s, i), s = i;
|
16899
|
-
},
|
16988
|
+
}, Tb = async function* (e, t, n) {
|
16900
16989
|
for await (const s of e)
|
16901
|
-
yield*
|
16990
|
+
yield* kb(ArrayBuffer.isView(s) ? s : await n(String(s)), t);
|
16902
16991
|
}, ri = (e, t, n, s, i) => {
|
16903
|
-
const l =
|
16992
|
+
const l = Tb(e, t, i);
|
16904
16993
|
let d = 0;
|
16905
16994
|
return new ReadableStream({
|
16906
16995
|
type: "bytes",
|
@@ -16926,7 +17015,7 @@ const xl = (e) => {
|
|
16926
17015
|
total: e,
|
16927
17016
|
loaded: s
|
16928
17017
|
}));
|
16929
|
-
}, Mt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Cl = Mt && typeof ReadableStream == "function", nn = Mt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())),
|
17018
|
+
}, Mt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Cl = Mt && typeof ReadableStream == "function", nn = Mt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Sb = Cl && (() => {
|
16930
17019
|
let e = !1;
|
16931
17020
|
const t = new Request(he.origin, {
|
16932
17021
|
body: new ReadableStream(),
|
@@ -16951,7 +17040,7 @@ Mt && ((e) => {
|
|
16951
17040
|
});
|
16952
17041
|
});
|
16953
17042
|
})(new Response());
|
16954
|
-
const
|
17043
|
+
const _b = async (e) => {
|
16955
17044
|
if (e == null)
|
16956
17045
|
return 0;
|
16957
17046
|
if (L.isBlob(e))
|
@@ -16962,10 +17051,10 @@ const wb = async (e) => {
|
|
16962
17051
|
return e.byteLength;
|
16963
17052
|
if (L.isURLSearchParams(e) && (e = e + ""), L.isString(e))
|
16964
17053
|
return (await nn(e)).byteLength;
|
16965
|
-
},
|
17054
|
+
}, Ob = async (e, t) => {
|
16966
17055
|
const n = L.toFiniteNumber(e.getContentLength());
|
16967
|
-
return n ??
|
16968
|
-
},
|
17056
|
+
return n ?? _b(t);
|
17057
|
+
}, Lb = Mt && (async (e) => {
|
16969
17058
|
let {
|
16970
17059
|
url: t,
|
16971
17060
|
method: n,
|
@@ -16981,7 +17070,7 @@ const wb = async (e) => {
|
|
16981
17070
|
fetchOptions: w
|
16982
17071
|
} = xl(e);
|
16983
17072
|
h = h ? (h + "").toLowerCase() : "text";
|
16984
|
-
let [b, O] = i || l || d ?
|
17073
|
+
let [b, O] = i || l || d ? wb([i, l], d) : [], T, F;
|
16985
17074
|
const B = () => {
|
16986
17075
|
!T && setTimeout(() => {
|
16987
17076
|
b && b.unsubscribe();
|
@@ -16989,7 +17078,7 @@ const wb = async (e) => {
|
|
16989
17078
|
};
|
16990
17079
|
let D;
|
16991
17080
|
try {
|
16992
|
-
if (c &&
|
17081
|
+
if (c && Sb && n !== "get" && n !== "head" && (D = await Ob(f, s)) !== 0) {
|
16993
17082
|
let P = new Request(t, {
|
16994
17083
|
method: "POST",
|
16995
17084
|
body: s,
|
@@ -17046,9 +17135,9 @@ const wb = async (e) => {
|
|
17046
17135
|
) : N.from(V, V && V.code, e, F);
|
17047
17136
|
}
|
17048
17137
|
}), on = {
|
17049
|
-
http:
|
17050
|
-
xhr:
|
17051
|
-
fetch:
|
17138
|
+
http: Gy,
|
17139
|
+
xhr: vb,
|
17140
|
+
fetch: Lb
|
17052
17141
|
};
|
17053
17142
|
L.forEach(on, (e, t) => {
|
17054
17143
|
if (e) {
|
@@ -17059,7 +17148,7 @@ L.forEach(on, (e, t) => {
|
|
17059
17148
|
Object.defineProperty(e, "adapterName", { value: t });
|
17060
17149
|
}
|
17061
17150
|
});
|
17062
|
-
const ci = (e) => `- ${e}`,
|
17151
|
+
const ci = (e) => `- ${e}`, Ib = (e) => L.isFunction(e) || e === null || e === !1, vl = {
|
17063
17152
|
getAdapter: (e) => {
|
17064
17153
|
e = L.isArray(e) ? e : [e];
|
17065
17154
|
const { length: t } = e;
|
@@ -17068,7 +17157,7 @@ const ci = (e) => `- ${e}`, Sb = (e) => L.isFunction(e) || e === null || e === !
|
|
17068
17157
|
for (let l = 0; l < t; l++) {
|
17069
17158
|
n = e[l];
|
17070
17159
|
let d;
|
17071
|
-
if (s = n, !
|
17160
|
+
if (s = n, !Ib(n) && (s = on[(d = String(n)).toLowerCase()], s === void 0))
|
17072
17161
|
throw new N(`Unknown adapter '${d}'`);
|
17073
17162
|
if (s)
|
17074
17163
|
break;
|
@@ -17137,7 +17226,7 @@ On.transitional = function(t, n, s) {
|
|
17137
17226
|
)), t ? t(l, d, u) : !0;
|
17138
17227
|
};
|
17139
17228
|
};
|
17140
|
-
function
|
17229
|
+
function Bb(e, t, n) {
|
17141
17230
|
if (typeof e != "object")
|
17142
17231
|
throw new N("options must be an object", N.ERR_BAD_OPTION_VALUE);
|
17143
17232
|
const s = Object.keys(e);
|
@@ -17155,7 +17244,7 @@ function _b(e, t, n) {
|
|
17155
17244
|
}
|
17156
17245
|
}
|
17157
17246
|
const an = {
|
17158
|
-
assertOptions:
|
17247
|
+
assertOptions: Bb,
|
17159
17248
|
validators: On
|
17160
17249
|
}, Te = an.validators;
|
17161
17250
|
class Pe {
|
@@ -17346,12 +17435,12 @@ class Ln {
|
|
17346
17435
|
};
|
17347
17436
|
}
|
17348
17437
|
}
|
17349
|
-
function
|
17438
|
+
function Fb(e) {
|
17350
17439
|
return function(n) {
|
17351
17440
|
return e.apply(null, n);
|
17352
17441
|
};
|
17353
17442
|
}
|
17354
|
-
function
|
17443
|
+
function Db(e) {
|
17355
17444
|
return L.isObject(e) && e.isAxiosError === !0;
|
17356
17445
|
}
|
17357
17446
|
const sn = {
|
@@ -17440,18 +17529,18 @@ $.Cancel = $.CanceledError;
|
|
17440
17529
|
$.all = function(t) {
|
17441
17530
|
return Promise.all(t);
|
17442
17531
|
};
|
17443
|
-
$.spread =
|
17444
|
-
$.isAxiosError =
|
17532
|
+
$.spread = Fb;
|
17533
|
+
$.isAxiosError = Db;
|
17445
17534
|
$.mergeConfig = He;
|
17446
17535
|
$.AxiosHeaders = ue;
|
17447
17536
|
$.formToJSON = (e) => hl(L.isHTMLForm(e) ? new FormData(e) : e);
|
17448
17537
|
$.getAdapter = vl.getAdapter;
|
17449
17538
|
$.HttpStatusCode = sn;
|
17450
17539
|
$.default = $;
|
17451
|
-
const
|
17540
|
+
const Mb = {
|
17452
17541
|
name: "CmdUploadForm",
|
17453
17542
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
17454
|
-
mixins: [ce,
|
17543
|
+
mixins: [ce, ay],
|
17455
17544
|
data() {
|
17456
17545
|
return {
|
17457
17546
|
comment: "",
|
@@ -17982,29 +18071,29 @@ const Ib = {
|
|
17982
18071
|
}
|
17983
18072
|
}
|
17984
18073
|
}
|
17985
|
-
},
|
18074
|
+
}, Vb = { key: 0 }, Pb = {
|
17986
18075
|
key: 1,
|
17987
18076
|
class: "flex-container vertical"
|
17988
|
-
},
|
18077
|
+
}, Ab = {
|
17989
18078
|
key: 0,
|
17990
18079
|
class: "flex-container vertical list-files-wrapper"
|
17991
|
-
},
|
18080
|
+
}, Eb = {
|
17992
18081
|
key: 0,
|
17993
18082
|
class: "list-of-files total-files"
|
17994
|
-
},
|
18083
|
+
}, Hb = { class: "flex-container no-flex" }, qb = ["title"], Rb = {
|
17995
18084
|
key: 0,
|
17996
18085
|
class: "progressbar"
|
17997
|
-
},
|
18086
|
+
}, jb = ["value", "title"], Nb = { class: "flex-container vertical list-files-wrapper" }, Ub = { class: "list-of-files" }, zb = ["title", "onClick"], Gb = {
|
17998
18087
|
key: 0,
|
17999
18088
|
class: "progressbar"
|
18000
|
-
},
|
18089
|
+
}, Wb = ["value", "title"], Kb = ["title"], Yb = { class: "upload-conditions" }, Jb = { class: "small" }, Zb = ["title"], Qb = {
|
18001
18090
|
key: 0,
|
18002
18091
|
class: "list-of-file-extensions"
|
18003
|
-
},
|
18092
|
+
}, Xb = { class: "flex-container vertical no-gap" }, $b = ["disabled"], ex = { key: 0 }, tx = { key: 1 }, nx = { class: "button-wrapper no-flex" }, ix = ["disabled"], lx = { key: 0 }, ox = { key: 1 }, ax = {
|
18004
18093
|
key: 0,
|
18005
18094
|
class: "progressbar"
|
18006
|
-
},
|
18007
|
-
function
|
18095
|
+
}, sx = ["value", "title"];
|
18096
|
+
function rx(e, t, n, s, i, l) {
|
18008
18097
|
const d = J, u = Ne, c = W, h = ie;
|
18009
18098
|
return a(), r(_, null, [
|
18010
18099
|
n.advancedMode ? (a(), r("fieldset", {
|
@@ -18022,7 +18111,7 @@ function lx(e, t, n, s, i, l) {
|
|
18022
18111
|
systemMessage: l.allSystemMessages.length === 1 ? l.allSystemMessages[0] : e.getMessage("upload_form.system_message.the_following_errors_occurred")
|
18023
18112
|
}, {
|
18024
18113
|
default: k(() => [
|
18025
|
-
l.allSystemMessages.length > 1 ? (a(), r("ul",
|
18114
|
+
l.allSystemMessages.length > 1 ? (a(), r("ul", Vb, [
|
18026
18115
|
(a(!0), r(_, null, q(l.allSystemMessages, (f, g) => (a(), r("li", { key: g }, y(f), 1))), 128))
|
18027
18116
|
])) : m("", !0)
|
18028
18117
|
]),
|
@@ -18031,23 +18120,23 @@ function lx(e, t, n, s, i, l) {
|
|
18031
18120
|
o("div", I({
|
18032
18121
|
class: ["box flex-container vertical", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
18033
18122
|
}, zt(l.dragAndDropHandler, !0)), [
|
18034
|
-
i.listOfFiles.length ? (a(), r("div",
|
18035
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div",
|
18123
|
+
i.listOfFiles.length ? (a(), r("div", Pb, [
|
18124
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", Ab, [
|
18036
18125
|
p(d, I(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
18037
18126
|
default: k(() => [
|
18038
18127
|
H(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
18039
18128
|
]),
|
18040
18129
|
_: 1
|
18041
18130
|
}, 16),
|
18042
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul",
|
18043
|
-
o("li",
|
18131
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul", Eb, [
|
18132
|
+
o("li", Hb, [
|
18044
18133
|
o("a", {
|
18045
18134
|
href: "#",
|
18046
18135
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
18047
18136
|
onClick: t[0] || (t[0] = S((...f) => l.cancelUpload && l.cancelUpload(...f), ["prevent"]))
|
18048
18137
|
}, [
|
18049
18138
|
p(c, j(Ve(n.iconDelete)), null, 16)
|
18050
|
-
], 8,
|
18139
|
+
], 8, qb),
|
18051
18140
|
o("span", null, [
|
18052
18141
|
H(y(i.listOfFiles.length) + " ", 1),
|
18053
18142
|
n.allowMultipleFileUploads ? (a(), r(_, { key: 1 }, [
|
@@ -18062,26 +18151,26 @@ function lx(e, t, n, s, i, l) {
|
|
18062
18151
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
18063
18152
|
])
|
18064
18153
|
}, " (" + y(l.formatSize(l.totalSize)) + ") ", 3),
|
18065
|
-
i.uploadInitiated ? (a(), r("span",
|
18154
|
+
i.uploadInitiated ? (a(), r("span", Rb, [
|
18066
18155
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
18067
18156
|
o("progress", {
|
18068
18157
|
max: "100",
|
18069
18158
|
value: l.totalUploadProgress,
|
18070
18159
|
title: l.totalBytesUploaded
|
18071
|
-
}, null, 8,
|
18160
|
+
}, null, 8, jb)
|
18072
18161
|
])) : m("", !0)
|
18073
18162
|
])
|
18074
18163
|
])) : m("", !0),
|
18075
18164
|
t[8] || (t[8] = o("hr", null, null, -1))
|
18076
18165
|
])) : m("", !0),
|
18077
|
-
o("div",
|
18166
|
+
o("div", Nb, [
|
18078
18167
|
p(d, I(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
18079
18168
|
default: k(() => [
|
18080
18169
|
H(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
18081
18170
|
]),
|
18082
18171
|
_: 1
|
18083
18172
|
}, 16),
|
18084
|
-
o("ul",
|
18173
|
+
o("ul", Ub, [
|
18085
18174
|
(a(!0), r(_, null, q(i.listOfFiles, (f, g) => (a(), r("li", {
|
18086
18175
|
key: g,
|
18087
18176
|
class: "flex-container no-flex"
|
@@ -18092,7 +18181,7 @@ function lx(e, t, n, s, i, l) {
|
|
18092
18181
|
onClick: S((w) => l.removeFile(g), ["prevent"])
|
18093
18182
|
}, [
|
18094
18183
|
p(c, I({ ref_for: !0 }, n.iconDelete), null, 16)
|
18095
|
-
], 8,
|
18184
|
+
], 8, zb),
|
18096
18185
|
o("span", {
|
18097
18186
|
class: x([
|
18098
18187
|
"text-align-right",
|
@@ -18103,13 +18192,13 @@ function lx(e, t, n, s, i, l) {
|
|
18103
18192
|
H(y(f.file.name) + " ", 1),
|
18104
18193
|
o("small", null, "(" + y(l.formatSize(f.file.size)) + ")", 1)
|
18105
18194
|
], 2),
|
18106
|
-
i.uploadInitiated && !f.error ? (a(), r("span",
|
18195
|
+
i.uploadInitiated && !f.error ? (a(), r("span", Gb, [
|
18107
18196
|
o("span", null, y(l.getPercentage(f.progress)), 1),
|
18108
18197
|
o("progress", {
|
18109
18198
|
max: "100",
|
18110
18199
|
value: f.progress,
|
18111
18200
|
title: l.formatSize(f.uploadedBytes) + "/" + l.formatSize(f.file.size)
|
18112
|
-
}, null, 8,
|
18201
|
+
}, null, 8, Wb)
|
18113
18202
|
])) : m("", !0)
|
18114
18203
|
]))), 128))
|
18115
18204
|
]),
|
@@ -18118,7 +18207,7 @@ function lx(e, t, n, s, i, l) {
|
|
18118
18207
|
href: "#",
|
18119
18208
|
onClick: t[1] || (t[1] = S((...f) => l.cancel && l.cancel(...f), ["prevent"])),
|
18120
18209
|
title: e.getMessage("upload_form.all_files_will_be_removed")
|
18121
|
-
}, y(e.getMessage("upload_form.reset_upload")), 9,
|
18210
|
+
}, y(e.getMessage("upload_form.reset_upload")), 9, Kb)) : m("", !0),
|
18122
18211
|
t[9] || (t[9] = o("hr", null, null, -1))
|
18123
18212
|
])
|
18124
18213
|
])) : (a(), r(_, { key: 0 }, [
|
@@ -18129,7 +18218,7 @@ function lx(e, t, n, s, i, l) {
|
|
18129
18218
|
_: 1
|
18130
18219
|
}, 16)) : m("", !0)
|
18131
18220
|
], 64)),
|
18132
|
-
o("div",
|
18221
|
+
o("div", Yb, [
|
18133
18222
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, I({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
18134
18223
|
default: k(() => [
|
18135
18224
|
H(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
@@ -18142,7 +18231,7 @@ function lx(e, t, n, s, i, l) {
|
|
18142
18231
|
]),
|
18143
18232
|
_: 1
|
18144
18233
|
}, 16)) : m("", !0),
|
18145
|
-
o("dl",
|
18234
|
+
o("dl", Jb, [
|
18146
18235
|
n.maxTotalUploadSize > 0 ? (a(), r(_, { key: 0 }, [
|
18147
18236
|
o("dt", {
|
18148
18237
|
class: x({ error: l.totalSize > n.maxTotalUploadSize })
|
@@ -18170,12 +18259,12 @@ function lx(e, t, n, s, i, l) {
|
|
18170
18259
|
iconClass: i.showListOfFileExtensions ? n.iconInvisible.iconClass : n.iconVisible.iconClass,
|
18171
18260
|
type: i.showListOfFileExtensions ? n.iconInvisible.iconType : n.iconVisible.iconType
|
18172
18261
|
}, null, 8, ["iconClass", "type"])
|
18173
|
-
], 8,
|
18262
|
+
], 8, Zb),
|
18174
18263
|
p(Ae, {
|
18175
18264
|
name: n.useTransition ? "fade" : null
|
18176
18265
|
}, {
|
18177
18266
|
default: k(() => [
|
18178
|
-
i.showListOfFileExtensions ? (a(), r("ul",
|
18267
|
+
i.showListOfFileExtensions ? (a(), r("ul", Qb, [
|
18179
18268
|
(a(!0), r(_, null, q(n.allowedFileExtensions, (f, g) => (a(), r("li", {
|
18180
18269
|
key: g,
|
18181
18270
|
class: x({ error: i.errors.fileType })
|
@@ -18187,7 +18276,7 @@ function lx(e, t, n, s, i, l) {
|
|
18187
18276
|
])
|
18188
18277
|
])
|
18189
18278
|
]),
|
18190
|
-
o("div",
|
18279
|
+
o("div", Xb, [
|
18191
18280
|
o("button", {
|
18192
18281
|
type: "button",
|
18193
18282
|
class: x(["button upload primary", { disabled: i.uploadInitiated }]),
|
@@ -18198,8 +18287,8 @@ function lx(e, t, n, s, i, l) {
|
|
18198
18287
|
iconClass: n.iconFileUpload.iconClass,
|
18199
18288
|
type: n.iconFileUpload.iconType
|
18200
18289
|
}, null, 8, ["iconClass", "type"]),
|
18201
|
-
n.allowMultipleFileUploads ? (a(), r("span",
|
18202
|
-
], 10,
|
18290
|
+
n.allowMultipleFileUploads ? (a(), r("span", ex, y(e.getMessage("upload_form.labeltext.select_files")), 1)) : (a(), r("span", tx, y(e.getMessage("upload_form.labeltext.select_file")), 1))
|
18291
|
+
], 10, $b),
|
18203
18292
|
n.enableDragAndDrop ? (a(), r("p", {
|
18204
18293
|
key: 0,
|
18205
18294
|
class: x(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
@@ -18229,7 +18318,7 @@ function lx(e, t, n, s, i, l) {
|
|
18229
18318
|
placeholder: e.getMessage("upload_form.placeholder.comment"),
|
18230
18319
|
status: n.commentStatusMessage ? "error" : ""
|
18231
18320
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
18232
|
-
o("div",
|
18321
|
+
o("div", nx, [
|
18233
18322
|
o("button", {
|
18234
18323
|
class: x([
|
18235
18324
|
"button primary",
|
@@ -18241,8 +18330,8 @@ function lx(e, t, n, s, i, l) {
|
|
18241
18330
|
onClick: t[5] || (t[5] = (...f) => l.uploadFiles && l.uploadFiles(...f))
|
18242
18331
|
}, [
|
18243
18332
|
p(c, j(Ve(n.iconUpload)), null, 16),
|
18244
|
-
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span",
|
18245
|
-
], 10,
|
18333
|
+
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", lx, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (a(), r("span", ox, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
18334
|
+
], 10, ix),
|
18246
18335
|
o("button", {
|
18247
18336
|
class: x(["button", { disabled: i.listOfFiles.length === 0 }]),
|
18248
18337
|
onClick: t[6] || (t[6] = (...f) => l.cancel && l.cancel(...f))
|
@@ -18257,13 +18346,13 @@ function lx(e, t, n, s, i, l) {
|
|
18257
18346
|
onClick: t[7] || (t[7] = S((...f) => l.selectFiles && l.selectFiles(...f), ["prevent"])),
|
18258
18347
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
18259
18348
|
}, zt(l.dragAndDropHandler, !0)), [
|
18260
|
-
i.uploadInitiated ? (a(), r("span",
|
18349
|
+
i.uploadInitiated ? (a(), r("span", ax, [
|
18261
18350
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
18262
18351
|
o("progress", {
|
18263
18352
|
max: "100",
|
18264
18353
|
value: l.totalUploadProgress,
|
18265
18354
|
title: l.totalBytesUploaded
|
18266
|
-
}, null, 8,
|
18355
|
+
}, null, 8, sx)
|
18267
18356
|
])) : m("", !0),
|
18268
18357
|
A(e.$slots, "default", {}, () => [
|
18269
18358
|
n.enableDragAndDrop ? (a(), r(_, { key: 1 }, [
|
@@ -18302,7 +18391,7 @@ function lx(e, t, n, s, i, l) {
|
|
18302
18391
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
18303
18392
|
], 64);
|
18304
18393
|
}
|
18305
|
-
const
|
18394
|
+
const dx = /* @__PURE__ */ M(Mb, [["render", rx]]), ux = {
|
18306
18395
|
name: "CmdWidthLimitationWrapper",
|
18307
18396
|
props: {
|
18308
18397
|
/**
|
@@ -18408,8 +18497,8 @@ const ox = /* @__PURE__ */ M(Ib, [["render", lx]]), ax = {
|
|
18408
18497
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
18409
18498
|
}
|
18410
18499
|
}
|
18411
|
-
},
|
18412
|
-
function
|
18500
|
+
}, cx = ["id"], mx = ["id"];
|
18501
|
+
function px(e, t, n, s, i, l) {
|
18413
18502
|
const d = J;
|
18414
18503
|
return a(), r("div", {
|
18415
18504
|
class: x(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
@@ -18427,16 +18516,16 @@ function dx(e, t, n, s, i, l) {
|
|
18427
18516
|
}, [
|
18428
18517
|
A(e.$slots, "default")
|
18429
18518
|
], 2))
|
18430
|
-
], 10,
|
18519
|
+
], 10, cx)) : (a(), r(_, { key: 1 }, [
|
18431
18520
|
n.anchorId ? (a(), r("a", {
|
18432
18521
|
key: 0,
|
18433
18522
|
id: n.anchorId
|
18434
|
-
}, null, 8,
|
18523
|
+
}, null, 8, mx)) : m("", !0),
|
18435
18524
|
A(e.$slots, "default")
|
18436
18525
|
], 64))
|
18437
18526
|
], 2);
|
18438
18527
|
}
|
18439
|
-
const Tl = /* @__PURE__ */ M(
|
18528
|
+
const Tl = /* @__PURE__ */ M(ux, [["render", px]]), fx = {
|
18440
18529
|
name: "ComponentSettings",
|
18441
18530
|
data() {
|
18442
18531
|
return {
|
@@ -18529,7 +18618,7 @@ const Tl = /* @__PURE__ */ M(ax, [["render", dx]]), ux = {
|
|
18529
18618
|
}
|
18530
18619
|
}
|
18531
18620
|
};
|
18532
|
-
function
|
18621
|
+
function hx(e, t, n, s, i, l) {
|
18533
18622
|
const d = ie, u = wn;
|
18534
18623
|
return a(), v(u, {
|
18535
18624
|
"use-slots": ["body"],
|
@@ -18555,7 +18644,7 @@ function cx(e, t, n, s, i, l) {
|
|
18555
18644
|
_: 1
|
18556
18645
|
}, 8, ["cmdHeadline"]);
|
18557
18646
|
}
|
18558
|
-
const
|
18647
|
+
const gx = /* @__PURE__ */ M(fx, [["render", hx]]), yx = {
|
18559
18648
|
name: "MultipleBoxWrapper",
|
18560
18649
|
props: {
|
18561
18650
|
segments: {
|
@@ -18563,10 +18652,10 @@ const mx = /* @__PURE__ */ M(ux, [["render", cx]]), px = {
|
|
18563
18652
|
default: null
|
18564
18653
|
}
|
18565
18654
|
}
|
18566
|
-
},
|
18567
|
-
function
|
18655
|
+
}, bx = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
18656
|
+
function xx(e, t, n, s, i, l) {
|
18568
18657
|
const d = wn, u = Ri;
|
18569
|
-
return a(), r("div",
|
18658
|
+
return a(), r("div", bx, [
|
18570
18659
|
(a(!0), r(_, null, q(n.segments, (c, h) => (a(), r(_, { key: h }, [
|
18571
18660
|
p(u, I({ ref_for: !0 }, c), {
|
18572
18661
|
default: k((f) => [
|
@@ -18589,7 +18678,7 @@ function hx(e, t, n, s, i, l) {
|
|
18589
18678
|
], 64))), 128))
|
18590
18679
|
]);
|
18591
18680
|
}
|
18592
|
-
const
|
18681
|
+
const Cx = /* @__PURE__ */ M(yx, [["render", xx]]), vx = {
|
18593
18682
|
name: "MultipleListsOfLinks",
|
18594
18683
|
props: {
|
18595
18684
|
segments: {
|
@@ -18597,10 +18686,10 @@ const gx = /* @__PURE__ */ M(px, [["render", hx]]), yx = {
|
|
18597
18686
|
default: null
|
18598
18687
|
}
|
18599
18688
|
}
|
18600
|
-
},
|
18601
|
-
function
|
18689
|
+
}, wx = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
18690
|
+
function kx(e, t, n, s, i, l) {
|
18602
18691
|
const d = Cn;
|
18603
|
-
return a(), r("div",
|
18692
|
+
return a(), r("div", wx, [
|
18604
18693
|
(a(!0), r(_, null, q(n.segments, (u, c) => (a(), r(_, { key: c }, [
|
18605
18694
|
p(d, {
|
18606
18695
|
links: u.links,
|
@@ -18612,7 +18701,7 @@ function xx(e, t, n, s, i, l) {
|
|
18612
18701
|
], 64))), 128))
|
18613
18702
|
]);
|
18614
18703
|
}
|
18615
|
-
const
|
18704
|
+
const Tx = /* @__PURE__ */ M(vx, [["render", kx]]), Sx = {
|
18616
18705
|
name: "ContactInformation",
|
18617
18706
|
props: {
|
18618
18707
|
/**
|
@@ -18645,35 +18734,35 @@ const Cx = /* @__PURE__ */ M(yx, [["render", xx]]), vx = {
|
|
18645
18734
|
return !this.$scopedSlots["custom-info"];
|
18646
18735
|
}
|
18647
18736
|
}
|
18648
|
-
},
|
18737
|
+
}, _x = {
|
18649
18738
|
key: 1,
|
18650
18739
|
class: "flex-container"
|
18651
|
-
},
|
18652
|
-
function
|
18740
|
+
}, Ox = { class: "flex-container vertical" };
|
18741
|
+
function Lx(e, t, n, s, i, l) {
|
18653
18742
|
const d = qi, u = Pi, c = Ki;
|
18654
|
-
return l.contactFormOnly ? (a(), v(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div",
|
18743
|
+
return l.contactFormOnly ? (a(), v(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div", _x, [
|
18655
18744
|
p(d, j(Ve(e.basicForm)), null, 16),
|
18656
|
-
o("div",
|
18745
|
+
o("div", Ox, [
|
18657
18746
|
n.cmdAddressData ? (a(), v(u, j(I({ key: 0 }, n.cmdAddressData)), null, 16)) : m("", !0),
|
18658
18747
|
n.cmdGoogleMaps ? (a(), v(c, j(I({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : m("", !0),
|
18659
18748
|
A(e.$slots, "additional-info")
|
18660
18749
|
])
|
18661
18750
|
]));
|
18662
18751
|
}
|
18663
|
-
const
|
18752
|
+
const Ix = /* @__PURE__ */ M(Sx, [["render", Lx]]), Bx = {
|
18664
18753
|
name: "PageOverview",
|
18665
18754
|
data() {
|
18666
18755
|
return {
|
18667
18756
|
addressData: Qi,
|
18668
|
-
faqsData:
|
18669
|
-
boxesTeamOverviewData:
|
18670
|
-
listOfDownloadsData:
|
18671
|
-
listOfSiteLinksData:
|
18757
|
+
faqsData: wg,
|
18758
|
+
boxesTeamOverviewData: kg,
|
18759
|
+
listOfDownloadsData: Tg,
|
18760
|
+
listOfSiteLinksData: Sg
|
18672
18761
|
};
|
18673
18762
|
}
|
18674
18763
|
};
|
18675
|
-
function
|
18676
|
-
const d =
|
18764
|
+
function Fx(e, t, n, s, i, l) {
|
18765
|
+
const d = Ix, u = Tl, c = Tx, h = Cx;
|
18677
18766
|
return a(), r(_, null, [
|
18678
18767
|
p(u, null, {
|
18679
18768
|
default: k(() => [
|
@@ -18730,7 +18819,7 @@ function Ox(e, t, n, s, i, l) {
|
|
18730
18819
|
})
|
18731
18820
|
], 64);
|
18732
18821
|
}
|
18733
|
-
const Sl = /* @__PURE__ */ M(
|
18822
|
+
const Sl = /* @__PURE__ */ M(Bx, [["render", Fx]]), Dx = {
|
18734
18823
|
data() {
|
18735
18824
|
return {
|
18736
18825
|
defaultMessageProperties: {
|
@@ -18762,7 +18851,7 @@ function _l(e, t = "dmy", n = ".") {
|
|
18762
18851
|
}
|
18763
18852
|
return u;
|
18764
18853
|
}
|
18765
|
-
function
|
18854
|
+
function Mx(e = "00:00", t = 24, n = "h") {
|
18766
18855
|
const [s, i] = e.split(":");
|
18767
18856
|
let l = parseInt(s, 10), d = "";
|
18768
18857
|
if (t = t.toString(), t === "12") {
|
@@ -18774,9 +18863,9 @@ function Ix(e = "00:00", t = 24, n = "h") {
|
|
18774
18863
|
throw new Error("function 'formatTime()' received invalid format as parameter. Provide format-parameter as 12 or 24.");
|
18775
18864
|
}
|
18776
18865
|
}
|
18777
|
-
const
|
18866
|
+
const Vx = {
|
18778
18867
|
name: "CmdMailToolEntry",
|
18779
|
-
mixins: [ce,
|
18868
|
+
mixins: [ce, Dx],
|
18780
18869
|
data() {
|
18781
18870
|
return {
|
18782
18871
|
expandMail: /* @__PURE__ */ new Set(),
|
@@ -18860,7 +18949,7 @@ const Bx = {
|
|
18860
18949
|
return _l(e, this.dateFormat, this.dateSeparator);
|
18861
18950
|
},
|
18862
18951
|
mailFormatTime(e) {
|
18863
|
-
return
|
18952
|
+
return Mx(e, this.timeFormat);
|
18864
18953
|
},
|
18865
18954
|
readMail(e) {
|
18866
18955
|
this.mailIsRead.add(e), this.expandMail.add(e);
|
@@ -18875,8 +18964,8 @@ const Bx = {
|
|
18875
18964
|
this.expandMail.has(e) ? this.expandMail.delete(e) : this.expandMail.add(e);
|
18876
18965
|
}
|
18877
18966
|
}
|
18878
|
-
},
|
18879
|
-
function
|
18967
|
+
}, Px = ["title"], Ax = { class: "no-flex" }, Ex = { class: "flex-container align-items-center" }, Hx = { class: "sender-receiver-wrapper flex-container align-items-center no-flex" }, qx = { class: "contact-full-name" }, Rx = ["onClick"], jx = { class: "flex-container vertical no-flex" }, Nx = { class: "no-list-items date-time-wrapper" }, Ux = ["datetime"], zx = ["datetime"], Gx = { class: "options-wrapper flex-container no-flex" }, Wx = ["onClick"], Kx = ["onClick", "title"], Yx = ["onClick", "title"], Jx = { key: 0 };
|
18968
|
+
function Zx(e, t, n, s, i, l) {
|
18880
18969
|
const d = ge, u = Ne;
|
18881
18970
|
return n.mails.length ? (a(!0), r(_, { key: 0 }, q(n.mails, (c, h) => {
|
18882
18971
|
var f;
|
@@ -18885,9 +18974,9 @@ function Wx(e, t, n, s, i, l) {
|
|
18885
18974
|
class: x(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(c.id) }]),
|
18886
18975
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
18887
18976
|
}, [
|
18888
|
-
o("dl",
|
18889
|
-
o("dt",
|
18890
|
-
o("dd",
|
18977
|
+
o("dl", Ax, [
|
18978
|
+
o("dt", Ex, y(n.boxType === "inbox" ? e.getMessage("mail_tool_entry.description_label.from") : e.getMessage("mail_tool_entry.description_label.to")), 1),
|
18979
|
+
o("dd", Hx, [
|
18891
18980
|
(f = c.cmdImage) != null && f.src ? (a(), v(d, {
|
18892
18981
|
key: 0,
|
18893
18982
|
src: c.cmdImage.src,
|
@@ -18895,36 +18984,36 @@ function Wx(e, t, n, s, i, l) {
|
|
18895
18984
|
title: c.cmdImage.title || c.contactFullName,
|
18896
18985
|
useFigureTag: !1
|
18897
18986
|
}, null, 8, ["src", "alt", "title"])) : m("", !0),
|
18898
|
-
o("span",
|
18987
|
+
o("span", qx, y(c.contactFullName), 1)
|
18899
18988
|
]),
|
18900
18989
|
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.subject")), 1),
|
18901
18990
|
o("dd", null, [
|
18902
18991
|
o("a", {
|
18903
18992
|
href: "#",
|
18904
18993
|
onClick: S((g) => l.readMail(c.id), ["prevent"])
|
18905
|
-
}, y(c.subject), 9,
|
18994
|
+
}, y(c.subject), 9, Rx)
|
18906
18995
|
])
|
18907
18996
|
]),
|
18908
|
-
o("div",
|
18909
|
-
o("dl",
|
18997
|
+
o("div", jx, [
|
18998
|
+
o("dl", Nx, [
|
18910
18999
|
t[0] || (t[0] = o("dt", null, "Received:", -1)),
|
18911
19000
|
o("dd", null, [
|
18912
19001
|
o("time", {
|
18913
19002
|
datetime: c.isoDate
|
18914
|
-
}, y(l.mailFormatDate(c.isoDate)), 9,
|
19003
|
+
}, y(l.mailFormatDate(c.isoDate)), 9, Ux),
|
18915
19004
|
o("time", {
|
18916
19005
|
datetime: c.time
|
18917
|
-
}, y(l.mailFormatTime(c.time)), 9,
|
19006
|
+
}, y(l.mailFormatTime(c.time)), 9, zx)
|
18918
19007
|
])
|
18919
19008
|
]),
|
18920
|
-
o("div",
|
19009
|
+
o("div", Gx, [
|
18921
19010
|
o("a", {
|
18922
19011
|
href: "#",
|
18923
19012
|
onClick: S((g) => l.deleteMail(c.id), ["prevent"]),
|
18924
19013
|
title: "Delete this mail"
|
18925
19014
|
}, t[1] || (t[1] = [
|
18926
19015
|
o("span", { class: "icon-delete" }, null, -1)
|
18927
|
-
]), 8,
|
19016
|
+
]), 8, Wx),
|
18928
19017
|
o("a", {
|
18929
19018
|
href: "#",
|
18930
19019
|
onClick: S((g) => l.toggleReadStatus(c.id), ["prevent"]),
|
@@ -18933,7 +19022,7 @@ function Wx(e, t, n, s, i, l) {
|
|
18933
19022
|
o("span", {
|
18934
19023
|
class: x(i.mailIsRead.has(c.id) ? "icon-visible" : "icon-not-visible")
|
18935
19024
|
}, null, 2)
|
18936
|
-
], 8,
|
19025
|
+
], 8, Kx),
|
18937
19026
|
o("a", {
|
18938
19027
|
href: "#",
|
18939
19028
|
onClick: S((g) => l.toggleExpandMail(c.id), ["prevent"]),
|
@@ -18942,17 +19031,17 @@ function Wx(e, t, n, s, i, l) {
|
|
18942
19031
|
o("span", {
|
18943
19032
|
class: x(i.expandMail.has(c.id) ? "icon-chevron-one-stripe-up" : "icon-chevron-one-stripe-down")
|
18944
19033
|
}, null, 2)
|
18945
|
-
], 8,
|
19034
|
+
], 8, Yx)
|
18946
19035
|
])
|
18947
19036
|
])
|
18948
|
-
], 10,
|
18949
|
-
i.expandMail.has(c.id) ? (a(), r("div",
|
19037
|
+
], 10, Px),
|
19038
|
+
i.expandMail.has(c.id) ? (a(), r("div", Jx, [
|
18950
19039
|
o("header", null, " mailId: " + y(c.id), 1)
|
18951
19040
|
])) : m("", !0)
|
18952
19041
|
], 64);
|
18953
19042
|
}), 128)) : (a(), v(u, j(I({ key: 1 }, n.cmdSystemMessage)), null, 16));
|
18954
19043
|
}
|
18955
|
-
const
|
19044
|
+
const Qx = /* @__PURE__ */ M(Vx, [["render", Zx]]), Xx = {
|
18956
19045
|
name: "CmdMailToolFilter",
|
18957
19046
|
data() {
|
18958
19047
|
return {
|
@@ -19071,16 +19160,16 @@ const Kx = /* @__PURE__ */ M(Bx, [["render", Wx]]), Yx = {
|
|
19071
19160
|
immediate: !0
|
19072
19161
|
}
|
19073
19162
|
}
|
19074
|
-
},
|
19075
|
-
function
|
19163
|
+
}, $x = { class: "cmd-mail-tool-filter align-items-center" }, e1 = { class: "flex-container horizontal align-items-center" }, t1 = { class: "flex-container horizontal sort-wrapper" }, n1 = ["title"], i1 = { key: 0 }, l1 = ["title"], o1 = { key: 0 };
|
19164
|
+
function a1(e, t, n, s, i, l) {
|
19076
19165
|
const d = J, u = ie;
|
19077
|
-
return a(), r("div",
|
19166
|
+
return a(), r("div", $x, [
|
19078
19167
|
l.headlineText ? (a(), v(d, {
|
19079
19168
|
key: 0,
|
19080
19169
|
headlineText: l.headlineText,
|
19081
19170
|
headlineLevel: l.headlineLevel
|
19082
19171
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
19083
|
-
o("div",
|
19172
|
+
o("div", e1, [
|
19084
19173
|
p(u, {
|
19085
19174
|
element: "input",
|
19086
19175
|
type: "search",
|
@@ -19113,34 +19202,34 @@ function n1(e, t, n, s, i, l) {
|
|
19113
19202
|
inputValue: l.senderReceiver
|
19114
19203
|
}, null, 8, ["id", "labelText", "modelValue", "inputValue"])
|
19115
19204
|
]),
|
19116
|
-
o("div",
|
19205
|
+
o("div", t1, [
|
19117
19206
|
i.sortOrderAsc ? (a(), r("a", {
|
19118
19207
|
key: 0,
|
19119
19208
|
href: "#",
|
19120
19209
|
onClick: t[3] || (t[3] = S((c) => l.sortByDate("asc"), ["prevent"])),
|
19121
19210
|
title: n.linkSortAscending.title
|
19122
19211
|
}, [
|
19123
|
-
n.linkSortAscending.text ? (a(), r("span",
|
19212
|
+
n.linkSortAscending.text ? (a(), r("span", i1, y(n.linkSortAscending.text), 1)) : m("", !0),
|
19124
19213
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
19125
19214
|
key: 1,
|
19126
19215
|
class: x(n.linkSortAscending.iconClass)
|
19127
19216
|
}, null, 2)) : m("", !0)
|
19128
|
-
], 8,
|
19217
|
+
], 8, n1)) : (a(), r("a", {
|
19129
19218
|
key: 1,
|
19130
19219
|
href: "#",
|
19131
19220
|
onClick: t[4] || (t[4] = S((c) => l.sortByDate("desc"), ["prevent"])),
|
19132
19221
|
title: n.linkSortDescending.title
|
19133
19222
|
}, [
|
19134
|
-
n.linkSortDescending.text ? (a(), r("span",
|
19223
|
+
n.linkSortDescending.text ? (a(), r("span", o1, y(n.linkSortDescending.text), 1)) : m("", !0),
|
19135
19224
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
19136
19225
|
key: 1,
|
19137
19226
|
class: x(n.linkSortDescending.iconClass)
|
19138
19227
|
}, null, 2)) : m("", !0)
|
19139
|
-
], 8,
|
19228
|
+
], 8, l1))
|
19140
19229
|
])
|
19141
19230
|
]);
|
19142
19231
|
}
|
19143
|
-
const
|
19232
|
+
const s1 = /* @__PURE__ */ M(Xx, [["render", a1]]), r1 = {
|
19144
19233
|
name: "CmdMailTool",
|
19145
19234
|
data() {
|
19146
19235
|
return {
|
@@ -19239,8 +19328,8 @@ const i1 = /* @__PURE__ */ M(Yx, [["render", n1]]), l1 = {
|
|
19239
19328
|
}
|
19240
19329
|
}
|
19241
19330
|
};
|
19242
|
-
function
|
19243
|
-
const d =
|
19331
|
+
function d1(e, t, n, s, i, l) {
|
19332
|
+
const d = s1, u = Qx, c = el;
|
19244
19333
|
return a(), v(c, I({ class: "cmd-mail-tool" }, n.cmdTabs), {
|
19245
19334
|
"tab-content-0": k(() => [
|
19246
19335
|
p(d, I(n.cmdMailToolFilterInbox, {
|
@@ -19259,7 +19348,7 @@ function o1(e, t, n, s, i, l) {
|
|
19259
19348
|
_: 1
|
19260
19349
|
}, 16);
|
19261
19350
|
}
|
19262
|
-
const
|
19351
|
+
const u1 = /* @__PURE__ */ M(r1, [["render", d1]]), c1 = {
|
19263
19352
|
name: "CmdListOfImages",
|
19264
19353
|
emits: ["click"],
|
19265
19354
|
// mixins: [EditMode],
|
@@ -19330,11 +19419,11 @@ const a1 = /* @__PURE__ */ M(l1, [["render", o1]]), s1 = {
|
|
19330
19419
|
}
|
19331
19420
|
*/
|
19332
19421
|
}
|
19333
|
-
},
|
19422
|
+
}, m1 = {
|
19334
19423
|
key: 0,
|
19335
19424
|
href: "#"
|
19336
19425
|
};
|
19337
|
-
function
|
19426
|
+
function p1(e, t, n, s, i, l) {
|
19338
19427
|
var c;
|
19339
19428
|
const d = J, u = ge;
|
19340
19429
|
return a(), r("div", {
|
@@ -19350,7 +19439,7 @@ function d1(e, t, n, s, i, l) {
|
|
19350
19439
|
class: x(["list-of-images", { vertical: n.orientation === "vertical" }])
|
19351
19440
|
}, [
|
19352
19441
|
(a(!0), r(_, null, q(n.images, (h, f) => (a(), r("li", { key: f }, [
|
19353
|
-
h.image.url ? (a(), r("a",
|
19442
|
+
h.image.url ? (a(), r("a", m1, [
|
19354
19443
|
p(u, I({ ref_for: !0 }, h), null, 16)
|
19355
19444
|
])) : (a(), v(u, I({
|
19356
19445
|
key: 1,
|
@@ -19360,95 +19449,6 @@ function d1(e, t, n, s, i, l) {
|
|
19360
19449
|
], 2)
|
19361
19450
|
], 2);
|
19362
19451
|
}
|
19363
|
-
const u1 = /* @__PURE__ */ M(s1, [["render", d1]]), c1 = {
|
19364
|
-
name: "CmdSmartSearch",
|
19365
|
-
data() {
|
19366
|
-
return {
|
19367
|
-
showListOfRecommendations: !1,
|
19368
|
-
searchTerm: "",
|
19369
|
-
item: {}
|
19370
|
-
};
|
19371
|
-
},
|
19372
|
-
props: {
|
19373
|
-
/**
|
19374
|
-
* set default v-model (must be named modelValue in Vue3)
|
19375
|
-
*/
|
19376
|
-
modelValue: {
|
19377
|
-
type: Object,
|
19378
|
-
required: !1
|
19379
|
-
},
|
19380
|
-
/**
|
19381
|
-
* provide list for recommendations shown below search-field
|
19382
|
-
*/
|
19383
|
-
listOfRecommendations: {
|
19384
|
-
type: Array,
|
19385
|
-
required: !0
|
19386
|
-
},
|
19387
|
-
/**
|
19388
|
-
* define search-field
|
19389
|
-
*/
|
19390
|
-
cmdFormElement: {
|
19391
|
-
type: Object,
|
19392
|
-
required: !1
|
19393
|
-
}
|
19394
|
-
},
|
19395
|
-
computed: {
|
19396
|
-
cmdFormElementOptions() {
|
19397
|
-
return {
|
19398
|
-
labelText: "Search",
|
19399
|
-
placeholder: "Enter Keyword(s)",
|
19400
|
-
showSearchButton: !1,
|
19401
|
-
...this.cmdFormElement
|
19402
|
-
};
|
19403
|
-
}
|
19404
|
-
},
|
19405
|
-
methods: {
|
19406
|
-
showRecommendations() {
|
19407
|
-
this.item = {}, this.$emit("update:modelValue", { itemId: "", displayValue: "" }), this.showListOfRecommendations = !0;
|
19408
|
-
},
|
19409
|
-
optionSelected(e) {
|
19410
|
-
this.searchTerm = e.displayValue, this.showListOfRecommendations = !1, this.$emit("update:modelValue", { itemId: e.id, displayValue: e.displayValue });
|
19411
|
-
},
|
19412
|
-
linkItem(e) {
|
19413
|
-
return {
|
19414
|
-
...e,
|
19415
|
-
text: e.displayValue
|
19416
|
-
};
|
19417
|
-
}
|
19418
|
-
},
|
19419
|
-
watch: {
|
19420
|
-
searchTerm() {
|
19421
|
-
this.searchTerm.length || (this.showListOfRecommendations = !1);
|
19422
|
-
}
|
19423
|
-
}
|
19424
|
-
}, m1 = {
|
19425
|
-
key: 0,
|
19426
|
-
class: "list-of-recommendations no-list-items"
|
19427
|
-
};
|
19428
|
-
function p1(e, t, n, s, i, l) {
|
19429
|
-
const d = ie, u = Re;
|
19430
|
-
return a(), r("div", {
|
19431
|
-
class: x(["cmd-smart-search", { open: i.showListOfRecommendations }])
|
19432
|
-
}, [
|
19433
|
-
p(d, I({
|
19434
|
-
element: "input",
|
19435
|
-
type: "search"
|
19436
|
-
}, l.cmdFormElementOptions, {
|
19437
|
-
modelValue: i.searchTerm,
|
19438
|
-
"onUpdate:modelValue": [
|
19439
|
-
t[0] || (t[0] = (c) => i.searchTerm = c),
|
19440
|
-
l.showRecommendations
|
19441
|
-
]
|
19442
|
-
}), null, 16, ["modelValue", "onUpdate:modelValue"]),
|
19443
|
-
i.showListOfRecommendations ? (a(), r("ul", m1, [
|
19444
|
-
(a(!0), r(_, null, q(n.listOfRecommendations, (c, h) => (a(), r("li", { key: h }, [
|
19445
|
-
p(u, I({ ref_for: !0 }, l.linkItem(c), {
|
19446
|
-
onClick: (f) => l.optionSelected(c)
|
19447
|
-
}), null, 16, ["onClick"])
|
19448
|
-
]))), 128))
|
19449
|
-
])) : m("", !0)
|
19450
|
-
], 2);
|
19451
|
-
}
|
19452
19452
|
const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
19453
19453
|
{
|
19454
19454
|
id: 1,
|
@@ -20306,7 +20306,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
20306
20306
|
text: "Zimbabwe",
|
20307
20307
|
value: "zw"
|
20308
20308
|
}
|
20309
|
-
], w1 = "comand-component-library", k1 = "4.1.
|
20309
|
+
], w1 = "comand-component-library", k1 = "4.1.97", T1 = "GPL-3.0-only", S1 = "CoManD-UI", _1 = "module", O1 = {
|
20310
20310
|
prepublishOnly: "npm run build-lib",
|
20311
20311
|
dev: "vite",
|
20312
20312
|
build: "vite build",
|
@@ -21251,7 +21251,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21251
21251
|
selectedLanguage: "none",
|
21252
21252
|
fancyBoxCookieDisclaimer: !1,
|
21253
21253
|
componentNameForContainer: "CmdHeadline",
|
21254
|
-
listOfComponents:
|
21254
|
+
listOfComponents: Kh,
|
21255
21255
|
activeEntry: "CmdAddressData",
|
21256
21256
|
basicFormData: {},
|
21257
21257
|
componentControls: {},
|
@@ -21378,37 +21378,37 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21378
21378
|
},
|
21379
21379
|
// assign data from json files to data-properties
|
21380
21380
|
addressData: Qi,
|
21381
|
-
bankAccountData:
|
21382
|
-
boxProductData:
|
21383
|
-
boxUserData:
|
21384
|
-
breadcrumbsData:
|
21385
|
-
companyLogoData:
|
21386
|
-
cookieDisclaimerData:
|
21387
|
-
fakeSelectColorsData:
|
21388
|
-
fakeSelectCountriesData:
|
21381
|
+
bankAccountData: hh,
|
21382
|
+
boxProductData: gh,
|
21383
|
+
boxUserData: yh,
|
21384
|
+
breadcrumbsData: Ch,
|
21385
|
+
companyLogoData: Lh,
|
21386
|
+
cookieDisclaimerData: kh,
|
21387
|
+
fakeSelectColorsData: Ih,
|
21388
|
+
fakeSelectCountriesData: Bh,
|
21389
21389
|
fakeSelectFilterOptionsData: ei,
|
21390
|
-
fakeSelectOptionsData:
|
21391
|
-
formElementsData:
|
21392
|
-
imageData:
|
21393
|
-
imageZoomData:
|
21394
|
-
imageGalleryData:
|
21395
|
-
inputGroupReplacedRadiobuttonsData:
|
21396
|
-
inputGroupToggleSwitchRadiobuttonsData:
|
21390
|
+
fakeSelectOptionsData: Fh,
|
21391
|
+
formElementsData: Dh,
|
21392
|
+
imageData: Nh,
|
21393
|
+
imageZoomData: jh,
|
21394
|
+
imageGalleryData: Hh,
|
21395
|
+
inputGroupReplacedRadiobuttonsData: zh,
|
21396
|
+
inputGroupToggleSwitchRadiobuttonsData: Gh,
|
21397
21397
|
languagesData: $i,
|
21398
|
-
listOfLinksData:
|
21399
|
-
multistepsData:
|
21398
|
+
listOfLinksData: Wh,
|
21399
|
+
multistepsData: eg,
|
21400
21400
|
mailToolData: y1,
|
21401
21401
|
navigationData: Xi,
|
21402
|
-
openingHoursData:
|
21403
|
-
selectOptionsData:
|
21404
|
-
slideshowData:
|
21402
|
+
openingHoursData: tg,
|
21403
|
+
selectOptionsData: ng,
|
21404
|
+
slideshowData: ig,
|
21405
21405
|
smartSearchData: C1,
|
21406
|
-
socialNetworksData:
|
21407
|
-
tableDataSmall:
|
21408
|
-
tableDataLarge:
|
21409
|
-
tabsData:
|
21410
|
-
thumbnailScrollerImagesData:
|
21411
|
-
thumbnailScrollerTextData:
|
21406
|
+
socialNetworksData: ag,
|
21407
|
+
tableDataSmall: bg,
|
21408
|
+
tableDataLarge: pg,
|
21409
|
+
tabsData: xg,
|
21410
|
+
thumbnailScrollerImagesData: Cg,
|
21411
|
+
thumbnailScrollerTextData: vg,
|
21412
21412
|
allCountriesData: v1,
|
21413
21413
|
packageJson: D1
|
21414
21414
|
};
|
@@ -21497,7 +21497,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21497
21497
|
return (t, n) => Bp(e)(t, n).toLowerCase();
|
21498
21498
|
},
|
21499
21499
|
idForReplacedInputsInInputGroup(e) {
|
21500
|
-
return
|
21500
|
+
return Uh.map((t) => ({ ...t, id: e + t.id, name: e + t.name }));
|
21501
21501
|
},
|
21502
21502
|
closeCookieDisclaimer(e) {
|
21503
21503
|
this.fancyBoxCookieDisclaimer = !1, alert(e.join(", "));
|
@@ -21728,7 +21728,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21728
21728
|
id: "content"
|
21729
21729
|
};
|
21730
21730
|
function mv(e, t, n, s, i, l) {
|
21731
|
-
const d = wn, u = Ri, c = Vf, h = Cn, f = Ni, g = Nf, w = Tl, b = Pi, O = zi, T = ie, F =
|
21731
|
+
const d = wn, u = Ri, c = Vf, h = Cn, f = Ni, g = Nf, w = Tl, b = Pi, O = zi, T = ie, F = dh, B = Ui, D = Of, V = Yi, U = Ai, G = sr, P = fr, R = qi, Y = ji, Z = nc, Q = em, oe = Ki, ee = J, le = W, re = ge, me = ym, E = km, X = Re, te = f1, Ce = Wm, Le = u1, Ie = Ji, Be = we("router-view"), Fe = cp, De = gp, ke = Np, de = hf, at = Cf, st = ef, We = Hf, rt = Xf, dt = oh, ut = Zi, ct = Dg, K = Ne, In = Ug, Ll = el, Vt = ty, Il = Ei, Bl = oy, Pt = Mi, Fl = dx, Dl = Sl, Ml = _c, Vl = wc, Pl = xd, Al = gx, El = Ul("fancybox");
|
21732
21732
|
return ne((a(), r("div", {
|
21733
21733
|
class: "page-wrapper",
|
21734
21734
|
id: l.templateId
|
@@ -24445,32 +24445,33 @@ export {
|
|
24445
24445
|
Xf as CmdSiteSearch,
|
24446
24446
|
Lt as CmdSlideButton,
|
24447
24447
|
oh as CmdSlideshow,
|
24448
|
+
dh as CmdSmartSearch,
|
24448
24449
|
Zi as CmdSocialNetworks,
|
24449
|
-
|
24450
|
+
Dg as CmdSwitchLanguage,
|
24450
24451
|
Ne as CmdSystemMessage,
|
24451
|
-
|
24452
|
+
Ug as CmdTable,
|
24452
24453
|
el as CmdTabs,
|
24453
|
-
|
24454
|
+
ty as CmdTextImageBlock,
|
24454
24455
|
Ei as CmdThumbnailScroller,
|
24455
|
-
|
24456
|
+
oy as CmdToggleDarkMode,
|
24456
24457
|
Mi as CmdTooltip,
|
24457
|
-
|
24458
|
+
dx as CmdUploadForm,
|
24458
24459
|
Tl as CmdWidthLimitationWrapper,
|
24459
24460
|
Cv as ComponentLibrary,
|
24460
|
-
|
24461
|
+
Ix as ContactInformation,
|
24461
24462
|
kv as DirFancybox,
|
24462
24463
|
vv as DirFocus,
|
24463
24464
|
wv as DirTelephone,
|
24464
24465
|
qe as EditComponentWrapper,
|
24465
24466
|
ce as I18n,
|
24466
|
-
|
24467
|
-
|
24467
|
+
Cx as MultipleBoxWrapper,
|
24468
|
+
Tx as MultipleListsOfLinks,
|
24468
24469
|
Tv as capitalizeFirstLetter,
|
24469
24470
|
Vi as createHtmlId,
|
24470
24471
|
nt as createUuid,
|
24471
24472
|
xv as currentDate,
|
24472
24473
|
_l as formatDate,
|
24473
|
-
|
24474
|
+
Mx as formatTime,
|
24474
24475
|
_v as fullName,
|
24475
24476
|
Wi as getCookieDisclaimerCookie,
|
24476
24477
|
Xe as getFileExtension,
|