comand-component-library 4.1.96 → 4.1.98
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.
@@ -12648,16 +12648,110 @@ 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
|
+
* set properties for CmdFormElement-component (search-field)
|
12677
|
+
*/
|
12678
|
+
cmdFormElement: {
|
12679
|
+
type: Object,
|
12680
|
+
required: !1
|
12681
|
+
},
|
12682
|
+
// todo: replace property by computed-property that handles position of dropdown-list automatically
|
12683
|
+
openListToTop: {
|
12684
|
+
type: Boolean,
|
12685
|
+
default: !1
|
12686
|
+
}
|
12687
|
+
},
|
12688
|
+
computed: {
|
12689
|
+
cmdFormElementOptions() {
|
12690
|
+
return {
|
12691
|
+
labelText: "Search",
|
12692
|
+
placeholder: "Enter Keyword(s)",
|
12693
|
+
showSearchButton: !1,
|
12694
|
+
...this.cmdFormElement
|
12695
|
+
};
|
12696
|
+
}
|
12697
|
+
},
|
12698
|
+
methods: {
|
12699
|
+
showRecommendations() {
|
12700
|
+
this.item = {}, this.$emit("update:modelValue", { itemId: "", displayValue: "" }), this.showListOfRecommendations = !0;
|
12701
|
+
},
|
12702
|
+
optionSelected(e) {
|
12703
|
+
this.searchTerm = e.displayValue, this.showListOfRecommendations = !1, this.$emit("update:modelValue", { itemId: e.id, displayValue: e.displayValue });
|
12704
|
+
},
|
12705
|
+
linkItem(e) {
|
12706
|
+
return {
|
12707
|
+
...e,
|
12708
|
+
text: e.displayValue
|
12709
|
+
};
|
12710
|
+
}
|
12711
|
+
},
|
12712
|
+
watch: {
|
12713
|
+
searchTerm() {
|
12714
|
+
this.searchTerm.length || (this.showListOfRecommendations = !1);
|
12715
|
+
}
|
12716
|
+
}
|
12717
|
+
}, sh = {
|
12718
|
+
key: 0,
|
12719
|
+
class: "list-of-recommendations no-list-items"
|
12720
|
+
};
|
12721
|
+
function rh(e, t, n, s, i, l) {
|
12722
|
+
const d = ie, u = Re;
|
12723
|
+
return a(), r("div", {
|
12724
|
+
class: x(["cmd-smart-search", { open: i.showListOfRecommendations, "open-list-to-top": n.openListToTop }])
|
12725
|
+
}, [
|
12726
|
+
p(d, I({
|
12727
|
+
element: "input",
|
12728
|
+
type: "search"
|
12729
|
+
}, l.cmdFormElementOptions, {
|
12730
|
+
modelValue: i.searchTerm,
|
12731
|
+
"onUpdate:modelValue": [
|
12732
|
+
t[0] || (t[0] = (c) => i.searchTerm = c),
|
12733
|
+
l.showRecommendations
|
12734
|
+
]
|
12735
|
+
}), null, 16, ["modelValue", "onUpdate:modelValue"]),
|
12736
|
+
i.showListOfRecommendations ? (a(), r("ul", sh, [
|
12737
|
+
(a(!0), r(_, null, q(n.listOfRecommendations, (c, h) => (a(), r("li", { key: h }, [
|
12738
|
+
p(u, I({ ref_for: !0 }, l.linkItem(c), {
|
12739
|
+
onClick: (f) => l.optionSelected(c)
|
12740
|
+
}), null, 16, ["onClick"])
|
12741
|
+
]))), 128))
|
12742
|
+
])) : m("", !0)
|
12743
|
+
], 2);
|
12744
|
+
}
|
12745
|
+
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
12746
|
__proto__: null,
|
12653
|
-
default:
|
12654
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12747
|
+
default: uh
|
12748
|
+
}, 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
12749
|
__proto__: null,
|
12656
|
-
default:
|
12657
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12750
|
+
default: mh
|
12751
|
+
}, Symbol.toStringTag, { value: "Module" })), fh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12658
12752
|
__proto__: null,
|
12659
|
-
de:
|
12660
|
-
en:
|
12753
|
+
de: ch,
|
12754
|
+
en: ph
|
12661
12755
|
}, Symbol.toStringTag, { value: "Module" })), Qi = [
|
12662
12756
|
{
|
12663
12757
|
name: "company",
|
@@ -12724,7 +12818,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12724
12818
|
data: "Custom data",
|
12725
12819
|
labelText: "Custom"
|
12726
12820
|
}
|
12727
|
-
],
|
12821
|
+
], hh = [
|
12728
12822
|
{
|
12729
12823
|
text: "Account owner:",
|
12730
12824
|
value: "Company name",
|
@@ -12745,7 +12839,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12745
12839
|
value: "PBNKDEFF",
|
12746
12840
|
allowCopy: !0
|
12747
12841
|
}
|
12748
|
-
],
|
12842
|
+
], gh = [
|
12749
12843
|
{
|
12750
12844
|
name: "Product name 1",
|
12751
12845
|
image: {
|
@@ -12804,7 +12898,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12804
12898
|
price: 123.49,
|
12805
12899
|
description: "short description text"
|
12806
12900
|
}
|
12807
|
-
],
|
12901
|
+
], yh = [
|
12808
12902
|
{
|
12809
12903
|
name: "User name 1",
|
12810
12904
|
age: 35,
|
@@ -12964,7 +13058,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12964
13058
|
}
|
12965
13059
|
]
|
12966
13060
|
}
|
12967
|
-
],
|
13061
|
+
], bh = "Page levels:", xh = [
|
12968
13062
|
{
|
12969
13063
|
path: "/",
|
12970
13064
|
text: "Home",
|
@@ -12981,10 +13075,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
12981
13075
|
text: "Subsubpage",
|
12982
13076
|
type: "href"
|
12983
13077
|
}
|
12984
|
-
],
|
12985
|
-
breadcrumbLabel:
|
12986
|
-
breadcrumbLinks:
|
12987
|
-
},
|
13078
|
+
], Ch = {
|
13079
|
+
breadcrumbLabel: bh,
|
13080
|
+
breadcrumbLinks: xh
|
13081
|
+
}, vh = {
|
12988
13082
|
cookies: [
|
12989
13083
|
{
|
12990
13084
|
id: "cookie-sessionid",
|
@@ -13012,7 +13106,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13012
13106
|
}
|
13013
13107
|
}
|
13014
13108
|
]
|
13015
|
-
},
|
13109
|
+
}, wh = {
|
13016
13110
|
cookies: [
|
13017
13111
|
{
|
13018
13112
|
id: "cookie-google-maps",
|
@@ -13040,19 +13134,19 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13040
13134
|
}
|
13041
13135
|
}
|
13042
13136
|
]
|
13043
|
-
},
|
13044
|
-
required:
|
13045
|
-
optional:
|
13046
|
-
},
|
13137
|
+
}, kh = {
|
13138
|
+
required: vh,
|
13139
|
+
optional: wh
|
13140
|
+
}, Th = {
|
13047
13141
|
type: "href",
|
13048
13142
|
path: "./",
|
13049
13143
|
tooltip: "Tooltip"
|
13050
|
-
},
|
13051
|
-
link:
|
13052
|
-
pathDefaultLogo:
|
13053
|
-
pathDarkmodeLogo:
|
13054
|
-
altText:
|
13055
|
-
},
|
13144
|
+
}, Sh = "/media/images/logos/logo.svg", _h = "/media/images/logos/logo-darkmode.svg", Oh = "Company Logo", Lh = {
|
13145
|
+
link: Th,
|
13146
|
+
pathDefaultLogo: Sh,
|
13147
|
+
pathDarkmodeLogo: _h,
|
13148
|
+
altText: Oh
|
13149
|
+
}, Ih = [
|
13056
13150
|
{
|
13057
13151
|
value: "",
|
13058
13152
|
text: "Please select..."
|
@@ -13077,7 +13171,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13077
13171
|
value: "#000000",
|
13078
13172
|
text: "Black"
|
13079
13173
|
}
|
13080
|
-
],
|
13174
|
+
], Bh = [
|
13081
13175
|
{
|
13082
13176
|
value: "cn",
|
13083
13177
|
text: "China"
|
@@ -13119,7 +13213,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13119
13213
|
text: "Filter 3",
|
13120
13214
|
value: "3"
|
13121
13215
|
}
|
13122
|
-
],
|
13216
|
+
], Fh = [
|
13123
13217
|
{
|
13124
13218
|
text: "Option 1",
|
13125
13219
|
value: 1
|
@@ -13133,7 +13227,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13133
13227
|
value: 3,
|
13134
13228
|
iconClass: "icon-mail"
|
13135
13229
|
}
|
13136
|
-
],
|
13230
|
+
], Dh = [
|
13137
13231
|
{
|
13138
13232
|
element: "input",
|
13139
13233
|
type: "text",
|
@@ -13288,7 +13382,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13288
13382
|
required: !1,
|
13289
13383
|
disabled: !1
|
13290
13384
|
}
|
13291
|
-
],
|
13385
|
+
], Mh = "cmd", Vh = {
|
13292
13386
|
"3d-cursor": {
|
13293
13387
|
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
13388
|
hidden: !0
|
@@ -13302,12 +13396,12 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13302
13396
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
13303
13397
|
<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
13398
|
}
|
13305
|
-
},
|
13306
|
-
prefix:
|
13307
|
-
icons:
|
13308
|
-
width:
|
13309
|
-
height:
|
13310
|
-
},
|
13399
|
+
}, Ph = 32, Ah = 32, Eh = {
|
13400
|
+
prefix: Mh,
|
13401
|
+
icons: Vh,
|
13402
|
+
width: Ph,
|
13403
|
+
height: Ah
|
13404
|
+
}, Hh = [
|
13311
13405
|
{
|
13312
13406
|
image: {
|
13313
13407
|
url: "#",
|
@@ -13365,7 +13459,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13365
13459
|
textAlign: "center"
|
13366
13460
|
}
|
13367
13461
|
}
|
13368
|
-
],
|
13462
|
+
], qh = {
|
13369
13463
|
image: {
|
13370
13464
|
src: "/media/images/demo-images/small/landscape-06.jpg",
|
13371
13465
|
alt: "Alternative text",
|
@@ -13376,7 +13470,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13376
13470
|
text: "Figcaption above image (centered)",
|
13377
13471
|
textAlign: "center"
|
13378
13472
|
}
|
13379
|
-
},
|
13473
|
+
}, Rh = {
|
13380
13474
|
image: {
|
13381
13475
|
src: "/media/images/demo-images/landscape-2x.jpg",
|
13382
13476
|
alt: "Alternative text",
|
@@ -13387,10 +13481,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13387
13481
|
text: "Figcaption above image (centered)",
|
13388
13482
|
textAlign: "center"
|
13389
13483
|
}
|
13390
|
-
},
|
13391
|
-
imageSmall:
|
13392
|
-
imageLarge:
|
13393
|
-
},
|
13484
|
+
}, jh = {
|
13485
|
+
imageSmall: qh,
|
13486
|
+
imageLarge: Rh
|
13487
|
+
}, Nh = [
|
13394
13488
|
{
|
13395
13489
|
image: {
|
13396
13490
|
src: "/media/images/demo-images/medium/landscape-01.jpg",
|
@@ -13443,7 +13537,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13443
13537
|
textAlign: "center"
|
13444
13538
|
}
|
13445
13539
|
}
|
13446
|
-
],
|
13540
|
+
], Uh = [
|
13447
13541
|
{
|
13448
13542
|
labelText: "Website",
|
13449
13543
|
id: "radio-id-1",
|
@@ -13465,7 +13559,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13465
13559
|
iconClass: "icon-phone",
|
13466
13560
|
value: "phone"
|
13467
13561
|
}
|
13468
|
-
],
|
13562
|
+
], zh = [
|
13469
13563
|
{
|
13470
13564
|
labelText: "Website",
|
13471
13565
|
id: "replaced-radio-id-1",
|
@@ -13487,7 +13581,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13487
13581
|
iconClass: "icon-phone",
|
13488
13582
|
value: "phone"
|
13489
13583
|
}
|
13490
|
-
],
|
13584
|
+
], Gh = [
|
13491
13585
|
{
|
13492
13586
|
labelText: "Website",
|
13493
13587
|
id: "toggle-switch-radio-id-1",
|
@@ -13509,7 +13603,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13509
13603
|
iconClass: "icon-phone",
|
13510
13604
|
value: "phone"
|
13511
13605
|
}
|
13512
|
-
],
|
13606
|
+
], Wh = [
|
13513
13607
|
{
|
13514
13608
|
icon: {
|
13515
13609
|
iconClass: "icon-user-profile",
|
@@ -13579,7 +13673,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13579
13673
|
target: "_blank",
|
13580
13674
|
tooltip: "Open CoManD-Website in new tab"
|
13581
13675
|
}
|
13582
|
-
],
|
13676
|
+
], Kh = [
|
13583
13677
|
"AddressData",
|
13584
13678
|
"AdvancedFormElements",
|
13585
13679
|
"BankAccountData",
|
@@ -13614,6 +13708,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13614
13708
|
"SiteHeader",
|
13615
13709
|
"SiteSearch",
|
13616
13710
|
"Slideshow",
|
13711
|
+
"SmartSearch",
|
13617
13712
|
"SocialNetworks",
|
13618
13713
|
"SwitchLanguage",
|
13619
13714
|
"SystemMessage",
|
@@ -13625,7 +13720,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13625
13720
|
"Tooltip",
|
13626
13721
|
"UploadForm",
|
13627
13722
|
"WidthLimitationWrapper"
|
13628
|
-
],
|
13723
|
+
], Yh = "right", Jh = !1, Zh = !1, Qh = [
|
13629
13724
|
{
|
13630
13725
|
type: "href",
|
13631
13726
|
text: "href 1",
|
@@ -13700,11 +13795,11 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13700
13795
|
target: "comand-website"
|
13701
13796
|
}
|
13702
13797
|
], Xi = {
|
13703
|
-
offcanvasPosition:
|
13704
|
-
stretchMainItems:
|
13705
|
-
persistOnMobile:
|
13706
|
-
navigationEntries:
|
13707
|
-
},
|
13798
|
+
offcanvasPosition: Yh,
|
13799
|
+
stretchMainItems: Jh,
|
13800
|
+
persistOnMobile: Zh,
|
13801
|
+
navigationEntries: Qh
|
13802
|
+
}, Xh = [
|
13708
13803
|
{
|
13709
13804
|
type: "href",
|
13710
13805
|
path: "#",
|
@@ -13736,7 +13831,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13736
13831
|
text: "Summary",
|
13737
13832
|
iconClass: "icon-rows"
|
13738
13833
|
}
|
13739
|
-
],
|
13834
|
+
], $h = [
|
13740
13835
|
{
|
13741
13836
|
type: "href",
|
13742
13837
|
path: "#",
|
@@ -13763,10 +13858,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13763
13858
|
path: "#",
|
13764
13859
|
text: "Summary"
|
13765
13860
|
}
|
13766
|
-
],
|
13767
|
-
withIcon:
|
13768
|
-
withoutIcon:
|
13769
|
-
},
|
13861
|
+
], eg = {
|
13862
|
+
withIcon: Xh,
|
13863
|
+
withoutIcon: $h
|
13864
|
+
}, tg = [
|
13770
13865
|
{
|
13771
13866
|
day: "Mondays",
|
13772
13867
|
am: {
|
@@ -13846,7 +13941,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13846
13941
|
tillTime: "18:00"
|
13847
13942
|
}
|
13848
13943
|
}
|
13849
|
-
],
|
13944
|
+
], ng = [
|
13850
13945
|
{
|
13851
13946
|
text: "Please select",
|
13852
13947
|
value: ""
|
@@ -13863,7 +13958,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13863
13958
|
text: "Optionname 3",
|
13864
13959
|
value: "3"
|
13865
13960
|
}
|
13866
|
-
],
|
13961
|
+
], ig = [
|
13867
13962
|
{
|
13868
13963
|
image: {
|
13869
13964
|
src: {
|
@@ -13948,11 +14043,11 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13948
14043
|
target: null
|
13949
14044
|
}
|
13950
14045
|
}
|
13951
|
-
],
|
14046
|
+
], lg = {
|
13952
14047
|
toggleSwitch: !0,
|
13953
14048
|
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
14049
|
required: !0
|
13955
|
-
},
|
14050
|
+
}, og = [
|
13956
14051
|
{
|
13957
14052
|
buttonClass: "social-network-facebook",
|
13958
14053
|
path: "https://www.facebook.com/sharer/sharer.php?u=",
|
@@ -13988,9 +14083,9 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
13988
14083
|
iconClass: "icon-instagram",
|
13989
14084
|
linkText: "Share"
|
13990
14085
|
}
|
13991
|
-
],
|
13992
|
-
cmdFormElement:
|
13993
|
-
networks:
|
14086
|
+
], ag = {
|
14087
|
+
cmdFormElement: lg,
|
14088
|
+
networks: og
|
13994
14089
|
}, $i = [
|
13995
14090
|
{
|
13996
14091
|
iso2: "de",
|
@@ -14010,10 +14105,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14010
14105
|
path: "/"
|
14011
14106
|
}
|
14012
14107
|
}
|
14013
|
-
],
|
14108
|
+
], sg = {
|
14014
14109
|
show: !1,
|
14015
14110
|
text: "This is a caption for a large table"
|
14016
|
-
},
|
14111
|
+
}, rg = 3, dg = 4, ug = [
|
14017
14112
|
"Table head 1",
|
14018
14113
|
"Table head 2",
|
14019
14114
|
"Table head 3",
|
@@ -14029,7 +14124,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14029
14124
|
"Table head 13",
|
14030
14125
|
"Table head 15",
|
14031
14126
|
"Table head 14"
|
14032
|
-
],
|
14127
|
+
], cg = [
|
14033
14128
|
[
|
14034
14129
|
"Table data 1/1",
|
14035
14130
|
"Table data 1/2",
|
@@ -14132,7 +14227,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14132
14227
|
"Table data 6/14",
|
14133
14228
|
"Table data 6/15"
|
14134
14229
|
]
|
14135
|
-
],
|
14230
|
+
], mg = [
|
14136
14231
|
"Table foot 1",
|
14137
14232
|
"Table foot 2",
|
14138
14233
|
"Table foot 3",
|
@@ -14148,17 +14243,17 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14148
14243
|
"Table foot 13",
|
14149
14244
|
"Table foot 14",
|
14150
14245
|
"Table foot 15"
|
14151
|
-
],
|
14152
|
-
caption:
|
14153
|
-
rowIndexHighlighted:
|
14154
|
-
columnIndexHighlighted:
|
14155
|
-
thead:
|
14156
|
-
tbody:
|
14157
|
-
tfoot:
|
14158
|
-
},
|
14246
|
+
], pg = {
|
14247
|
+
caption: sg,
|
14248
|
+
rowIndexHighlighted: rg,
|
14249
|
+
columnIndexHighlighted: dg,
|
14250
|
+
thead: ug,
|
14251
|
+
tbody: cg,
|
14252
|
+
tfoot: mg
|
14253
|
+
}, fg = {
|
14159
14254
|
show: !0,
|
14160
14255
|
text: "This is a caption for a small table"
|
14161
|
-
},
|
14256
|
+
}, hg = [
|
14162
14257
|
"Table head 1",
|
14163
14258
|
"Table head 2",
|
14164
14259
|
"Table head 3",
|
@@ -14166,7 +14261,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14166
14261
|
"Table head 5",
|
14167
14262
|
"Table head 6",
|
14168
14263
|
"Table head 7"
|
14169
|
-
],
|
14264
|
+
], gg = [
|
14170
14265
|
[
|
14171
14266
|
"Table data 1/1",
|
14172
14267
|
"Table data 1/2",
|
@@ -14221,7 +14316,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14221
14316
|
"Table data 6/6",
|
14222
14317
|
"Table data 6/7"
|
14223
14318
|
]
|
14224
|
-
],
|
14319
|
+
], yg = [
|
14225
14320
|
"Table foot 1",
|
14226
14321
|
"Table foot 2",
|
14227
14322
|
"Table foot 3",
|
@@ -14229,12 +14324,12 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14229
14324
|
"Table foot 5",
|
14230
14325
|
"Table foot 6",
|
14231
14326
|
"Table foot 7"
|
14232
|
-
],
|
14233
|
-
caption:
|
14234
|
-
thead:
|
14235
|
-
tbody:
|
14236
|
-
tfoot:
|
14237
|
-
},
|
14327
|
+
], bg = {
|
14328
|
+
caption: fg,
|
14329
|
+
thead: hg,
|
14330
|
+
tbody: gg,
|
14331
|
+
tfoot: yg
|
14332
|
+
}, xg = [
|
14238
14333
|
{
|
14239
14334
|
text: "Tab 1",
|
14240
14335
|
headlineText: "Tab 1 Headline",
|
@@ -14256,7 +14351,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14256
14351
|
iconClass: "cmd:linkedin",
|
14257
14352
|
htmlContent: "<p>Content for Tab 3</p>"
|
14258
14353
|
}
|
14259
|
-
],
|
14354
|
+
], Cg = [
|
14260
14355
|
{
|
14261
14356
|
image: {
|
14262
14357
|
url: "#",
|
@@ -14370,7 +14465,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14370
14465
|
textAlign: "center"
|
14371
14466
|
}
|
14372
14467
|
}
|
14373
|
-
],
|
14468
|
+
], vg = [
|
14374
14469
|
{
|
14375
14470
|
id: 1,
|
14376
14471
|
iconClass: "icon-home",
|
@@ -14412,7 +14507,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14412
14507
|
text: "Item 8 with URL",
|
14413
14508
|
url: "http://www.comand-cms.com"
|
14414
14509
|
}
|
14415
|
-
],
|
14510
|
+
], wg = [
|
14416
14511
|
{
|
14417
14512
|
boxesPerRow: 4,
|
14418
14513
|
useRowViewAsDefault: !0,
|
@@ -14460,7 +14555,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14460
14555
|
}
|
14461
14556
|
]
|
14462
14557
|
}
|
14463
|
-
],
|
14558
|
+
], kg = [
|
14464
14559
|
{
|
14465
14560
|
boxesPerRow: 4,
|
14466
14561
|
useRowViewAsDefault: !0,
|
@@ -14761,7 +14856,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14761
14856
|
}
|
14762
14857
|
]
|
14763
14858
|
}
|
14764
|
-
],
|
14859
|
+
], Tg = [
|
14765
14860
|
{
|
14766
14861
|
headline: {
|
14767
14862
|
headlineLevel: 4,
|
@@ -14816,7 +14911,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14816
14911
|
}
|
14817
14912
|
]
|
14818
14913
|
}
|
14819
|
-
],
|
14914
|
+
], Sg = [
|
14820
14915
|
{
|
14821
14916
|
headline: {
|
14822
14917
|
headlineLevel: 4,
|
@@ -14893,7 +14988,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14893
14988
|
}
|
14894
14989
|
]
|
14895
14990
|
}
|
14896
|
-
],
|
14991
|
+
], _g = {
|
14897
14992
|
name: "CmdSwitchLanguage",
|
14898
14993
|
emits: ["click"],
|
14899
14994
|
data() {
|
@@ -14935,7 +15030,7 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14935
15030
|
this.imageSources = [], this.languages.forEach(
|
14936
15031
|
async (e) => {
|
14937
15032
|
const t = e.iso2;
|
14938
|
-
this.imageSources.push(
|
15033
|
+
this.imageSources.push(fh[t].default);
|
14939
15034
|
}
|
14940
15035
|
);
|
14941
15036
|
},
|
@@ -14943,10 +15038,10 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c
|
|
14943
15038
|
deep: !0
|
14944
15039
|
}
|
14945
15040
|
}
|
14946
|
-
},
|
14947
|
-
function
|
15041
|
+
}, Og = { class: "cmd-switch-language" }, Lg = ["href", "title", "onClick"], Ig = ["src", "alt"], Bg = ["src", "alt"];
|
15042
|
+
function Fg(e, t, n, s, i, l) {
|
14948
15043
|
const d = we("router-link");
|
14949
|
-
return a(), r("div",
|
15044
|
+
return a(), r("div", Og, [
|
14950
15045
|
o("ul", null, [
|
14951
15046
|
(a(!0), r(_, null, q(n.languages, (u, c) => (a(), r("li", { key: c }, [
|
14952
15047
|
u.link.type === "href" ? (a(), r("a", {
|
@@ -14959,8 +15054,8 @@ function Og(e, t, n, s, i, l) {
|
|
14959
15054
|
o("img", {
|
14960
15055
|
src: i.imageSources[c],
|
14961
15056
|
alt: u.name
|
14962
|
-
}, null, 8,
|
14963
|
-
], 10,
|
15057
|
+
}, null, 8, Ig)
|
15058
|
+
], 10, Lg)) : (a(), v(d, {
|
14964
15059
|
key: 1,
|
14965
15060
|
to: l.getRoute(u),
|
14966
15061
|
class: x(["flag", u.iso2]),
|
@@ -14971,7 +15066,7 @@ function Og(e, t, n, s, i, l) {
|
|
14971
15066
|
o("img", {
|
14972
15067
|
src: i.imageSources[c],
|
14973
15068
|
alt: u.name
|
14974
|
-
}, null, 8,
|
15069
|
+
}, null, 8, Bg)
|
14975
15070
|
]),
|
14976
15071
|
_: 2
|
14977
15072
|
}, 1032, ["to", "class", "title", "onClick"]))
|
@@ -14979,7 +15074,7 @@ function Og(e, t, n, s, i, l) {
|
|
14979
15074
|
])
|
14980
15075
|
]);
|
14981
15076
|
}
|
14982
|
-
const
|
15077
|
+
const Dg = /* @__PURE__ */ M(_g, [["render", Fg]]), Mg = {
|
14983
15078
|
name: "CmdTable",
|
14984
15079
|
data() {
|
14985
15080
|
return {
|
@@ -15130,19 +15225,19 @@ const Lg = /* @__PURE__ */ M(wg, [["render", Og]]), Ig = {
|
|
15130
15225
|
immediate: !0
|
15131
15226
|
}
|
15132
15227
|
}
|
15133
|
-
},
|
15228
|
+
}, Vg = {
|
15134
15229
|
key: 0,
|
15135
15230
|
class: "button-wrapper"
|
15136
|
-
},
|
15231
|
+
}, Pg = ["title"], Ag = ["title"], Eg = ["innerHTML"], Hg = { "aria-expanded": "true" }, qg = ["innerHTML"], Rg = {
|
15137
15232
|
key: 0,
|
15138
15233
|
"aria-expanded": "true"
|
15139
|
-
},
|
15140
|
-
function
|
15234
|
+
}, jg = ["innerHTML"];
|
15235
|
+
function Ng(e, t, n, s, i, l) {
|
15141
15236
|
const d = W, u = Lt;
|
15142
15237
|
return a(), r("div", {
|
15143
15238
|
class: x(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
15144
15239
|
}, [
|
15145
|
-
n.collapsible || n.userCanToggleWidth ? (a(), r("div",
|
15240
|
+
n.collapsible || n.userCanToggleWidth ? (a(), r("div", Vg, [
|
15146
15241
|
n.userCanToggleWidth ? (a(), r("a", {
|
15147
15242
|
key: 0,
|
15148
15243
|
class: "button",
|
@@ -15154,7 +15249,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15154
15249
|
iconClass: n.iconToggleWidth.iconClass,
|
15155
15250
|
type: n.iconToggleWidth.iconType
|
15156
15251
|
}, null, 8, ["iconClass", "type"])
|
15157
|
-
], 8,
|
15252
|
+
], 8, Pg)) : m("", !0),
|
15158
15253
|
n.collapsible ? (a(), r("a", {
|
15159
15254
|
key: 1,
|
15160
15255
|
class: "button",
|
@@ -15166,7 +15261,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15166
15261
|
iconClass: i.showTableData ? n.iconCollapse.iconClass : n.iconExpand.iconClass,
|
15167
15262
|
type: i.showTableData ? n.iconCollapse.iconType : n.iconExpand.iconType
|
15168
15263
|
}, null, 8, ["iconClass", "type"])
|
15169
|
-
], 8,
|
15264
|
+
], 8, Ag)) : m("", !0)
|
15170
15265
|
])) : m("", !0),
|
15171
15266
|
o("div", {
|
15172
15267
|
class: "inner-wrapper",
|
@@ -15197,7 +15292,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15197
15292
|
(a(!0), r(_, null, q(n.tableData.thead, (c, h) => (a(), r("th", {
|
15198
15293
|
key: h,
|
15199
15294
|
innerHTML: c
|
15200
|
-
}, null, 8,
|
15295
|
+
}, null, 8, Eg))), 128))
|
15201
15296
|
])
|
15202
15297
|
])
|
15203
15298
|
]),
|
@@ -15206,7 +15301,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15206
15301
|
}, {
|
15207
15302
|
default: k(() => [
|
15208
15303
|
A(e.$slots, "table-body", {}, () => [
|
15209
|
-
ne(o("tbody",
|
15304
|
+
ne(o("tbody", Hg, [
|
15210
15305
|
(a(!0), r(_, null, q(n.tableData.tbody, (c, h) => (a(), r("tr", {
|
15211
15306
|
class: x({ active: n.tableData.rowIndexHighlighted === h }),
|
15212
15307
|
key: h
|
@@ -15215,7 +15310,7 @@ function Hg(e, t, n, s, i, l) {
|
|
15215
15310
|
class: x({ active: n.tableData.columnIndexHighlighted === g }),
|
15216
15311
|
key: g,
|
15217
15312
|
innerHTML: f
|
15218
|
-
}, null, 10,
|
15313
|
+
}, null, 10, qg))), 128))
|
15219
15314
|
], 2))), 128))
|
15220
15315
|
], 512), [
|
15221
15316
|
[xe, i.showTableData]
|
@@ -15229,13 +15324,13 @@ function Hg(e, t, n, s, i, l) {
|
|
15229
15324
|
}, {
|
15230
15325
|
default: k(() => [
|
15231
15326
|
A(e.$slots, "table-foot", {}, () => [
|
15232
|
-
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot",
|
15327
|
+
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Rg, [
|
15233
15328
|
o("tr", null, [
|
15234
15329
|
(a(!0), r(_, null, q(n.tableData.tfoot, (c, h) => (a(), r("td", {
|
15235
15330
|
class: x({ active: n.tableData.columnIndexHighlighted === h }),
|
15236
15331
|
key: h,
|
15237
15332
|
innerHTML: c
|
15238
|
-
}, null, 10,
|
15333
|
+
}, null, 10, jg))), 128))
|
15239
15334
|
])
|
15240
15335
|
])) : m("", !0)
|
15241
15336
|
])
|
@@ -15250,9 +15345,9 @@ function Hg(e, t, n, s, i, l) {
|
|
15250
15345
|
], 544)
|
15251
15346
|
], 2);
|
15252
15347
|
}
|
15253
|
-
const
|
15254
|
-
vi(
|
15255
|
-
const
|
15348
|
+
const Ug = /* @__PURE__ */ M(Mg, [["render", Ng]]);
|
15349
|
+
vi(Eh);
|
15350
|
+
const zg = {
|
15256
15351
|
name: "CmdTabs",
|
15257
15352
|
data() {
|
15258
15353
|
return {
|
@@ -15314,13 +15409,13 @@ const Rg = {
|
|
15314
15409
|
this.showTab = this.defaultActiveTab;
|
15315
15410
|
}
|
15316
15411
|
}
|
15317
|
-
},
|
15412
|
+
}, Gg = { class: "cmd-tabs" }, Wg = ["onClick", "title"], Kg = { key: 1 }, Yg = {
|
15318
15413
|
key: 1,
|
15319
15414
|
"aria-live": "assertive"
|
15320
|
-
},
|
15321
|
-
function
|
15415
|
+
}, Jg = ["innerHTML"];
|
15416
|
+
function Zg(e, t, n, s, i, l) {
|
15322
15417
|
const d = W, u = J;
|
15323
|
-
return a(), r("div",
|
15418
|
+
return a(), r("div", Gg, [
|
15324
15419
|
o("ul", {
|
15325
15420
|
class: x({ "stretch-tabs": n.stretchTabs }),
|
15326
15421
|
role: "tablist"
|
@@ -15340,8 +15435,8 @@ function Wg(e, t, n, s, i, l) {
|
|
15340
15435
|
iconClass: c.iconClass,
|
15341
15436
|
type: c.iconType
|
15342
15437
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
15343
|
-
c.text ? (a(), r("span",
|
15344
|
-
], 8,
|
15438
|
+
c.text ? (a(), r("span", Kg, y(c.text), 1)) : m("", !0)
|
15439
|
+
], 8, Wg)
|
15345
15440
|
], 2))), 128))
|
15346
15441
|
], 2),
|
15347
15442
|
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) => ne((a(), r("div", {
|
@@ -15352,7 +15447,7 @@ function Wg(e, t, n, s, i, l) {
|
|
15352
15447
|
A(e.$slots, "tab-content-" + (c - 1))
|
15353
15448
|
], 2)), [
|
15354
15449
|
[xe, i.showTab === c - 1]
|
15355
|
-
])), 128)) : (a(), r("div",
|
15450
|
+
])), 128)) : (a(), r("div", Yg, [
|
15356
15451
|
n.cmdHeadline ? (a(), v(u, I({ key: 0 }, n.cmdHeadline, {
|
15357
15452
|
headlineText: n.tabs[i.showTab].headlineText,
|
15358
15453
|
headlineLevel: n.tabs[i.showTab].headlineLevel
|
@@ -15360,11 +15455,11 @@ function Wg(e, t, n, s, i, l) {
|
|
15360
15455
|
o("div", {
|
15361
15456
|
innerHTML: n.tabs[i.showTab].htmlContent,
|
15362
15457
|
class: x({ "no-padding": !n.useDefaultPadding })
|
15363
|
-
}, null, 10,
|
15458
|
+
}, null, 10, Jg)
|
15364
15459
|
]))
|
15365
15460
|
]);
|
15366
15461
|
}
|
15367
|
-
const el = /* @__PURE__ */ M(
|
15462
|
+
const el = /* @__PURE__ */ M(zg, [["render", Zg]]), Qg = {
|
15368
15463
|
name: "CmdTextImageBlock",
|
15369
15464
|
mixins: [se],
|
15370
15465
|
data() {
|
@@ -15481,8 +15576,8 @@ const el = /* @__PURE__ */ M(Rg, [["render", Wg]]), Kg = {
|
|
15481
15576
|
immediate: !0
|
15482
15577
|
}
|
15483
15578
|
}
|
15484
|
-
},
|
15485
|
-
function
|
15579
|
+
}, Xg = ["innerHTML"], $g = ["innerHTML"];
|
15580
|
+
function ey(e, t, n, s, i, l) {
|
15486
15581
|
var h, f, g, w;
|
15487
15582
|
const d = J, u = ge, c = qe;
|
15488
15583
|
return a(), r("div", {
|
@@ -15502,7 +15597,7 @@ function Zg(e, t, n, s, i, l) {
|
|
15502
15597
|
n.htmlContent ? (a(), r("div", {
|
15503
15598
|
key: 1,
|
15504
15599
|
innerHTML: n.htmlContent
|
15505
|
-
}, null, 8,
|
15600
|
+
}, null, 8, Xg)) : m("", !0),
|
15506
15601
|
A(e.$slots, "default")
|
15507
15602
|
], 2),
|
15508
15603
|
e.editModeContext ? (a(), v(c, {
|
@@ -15527,7 +15622,7 @@ function Zg(e, t, n, s, i, l) {
|
|
15527
15622
|
key: 1,
|
15528
15623
|
innerHTML: n.htmlContent,
|
15529
15624
|
class: x(l.textAlign)
|
15530
|
-
}, null, 10,
|
15625
|
+
}, null, 10, $g)) : (a(), r("button", {
|
15531
15626
|
key: 2,
|
15532
15627
|
type: "button",
|
15533
15628
|
class: "button confirm",
|
@@ -15541,7 +15636,7 @@ function Zg(e, t, n, s, i, l) {
|
|
15541
15636
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : m("", !0)
|
15542
15637
|
], 2);
|
15543
15638
|
}
|
15544
|
-
const
|
15639
|
+
const ty = /* @__PURE__ */ M(Qg, [["render", ey]]), ny = {
|
15545
15640
|
name: "ToggleDarkMode",
|
15546
15641
|
mixins: [
|
15547
15642
|
se
|
@@ -15694,8 +15789,8 @@ const Qg = /* @__PURE__ */ M(Kg, [["render", Zg]]), Xg = {
|
|
15694
15789
|
immediate: !0
|
15695
15790
|
}
|
15696
15791
|
}
|
15697
|
-
},
|
15698
|
-
function
|
15792
|
+
}, iy = { key: 0 };
|
15793
|
+
function ly(e, t, n, s, i, l) {
|
15699
15794
|
const d = W, u = ie;
|
15700
15795
|
return a(), r("div", {
|
15701
15796
|
class: x(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
@@ -15724,7 +15819,7 @@ function ey(e, t, n, s, i, l) {
|
|
15724
15819
|
class: x(["button", { "dark-mode": i.darkMode }]),
|
15725
15820
|
onClick: t[0] || (t[0] = S((...c) => l.toggleColorScheme && l.toggleColorScheme(...c), ["prevent"]))
|
15726
15821
|
}, [
|
15727
|
-
n.showLabel ? (a(), r("span",
|
15822
|
+
n.showLabel ? (a(), r("span", iy, y(l.labelText), 1)) : m("", !0),
|
15728
15823
|
p(d, {
|
15729
15824
|
iconClass: l.iconClass,
|
15730
15825
|
type: l.iconType,
|
@@ -15747,7 +15842,7 @@ function ey(e, t, n, s, i, l) {
|
|
15747
15842
|
], 64))
|
15748
15843
|
], 2);
|
15749
15844
|
}
|
15750
|
-
const
|
15845
|
+
const oy = /* @__PURE__ */ M(ny, [["render", ly]]), ay = {
|
15751
15846
|
data() {
|
15752
15847
|
return {
|
15753
15848
|
defaultMessageProperties: {
|
@@ -15805,28 +15900,28 @@ function tl(e, t) {
|
|
15805
15900
|
return e.apply(t, arguments);
|
15806
15901
|
};
|
15807
15902
|
}
|
15808
|
-
const { toString:
|
15809
|
-
const n =
|
15903
|
+
const { toString: sy } = Object.prototype, { getPrototypeOf: Tn } = Object, It = /* @__PURE__ */ ((e) => (t) => {
|
15904
|
+
const n = sy.call(t);
|
15810
15905
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
15811
15906
|
})(/* @__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
|
15907
|
+
function ry(e) {
|
15813
15908
|
return e !== null && !it(e) && e.constructor !== null && !it(e.constructor) && pe(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
15814
15909
|
}
|
15815
15910
|
const nl = ye("ArrayBuffer");
|
15816
|
-
function
|
15911
|
+
function dy(e) {
|
15817
15912
|
let t;
|
15818
15913
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && nl(e.buffer), t;
|
15819
15914
|
}
|
15820
|
-
const
|
15915
|
+
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
15916
|
if (It(e) !== "object")
|
15822
15917
|
return !1;
|
15823
15918
|
const t = Tn(e);
|
15824
15919
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
15825
|
-
},
|
15920
|
+
}, my = ye("Date"), py = ye("File"), fy = ye("Blob"), hy = ye("FileList"), gy = (e) => Ft(e) && pe(e.pipe), yy = (e) => {
|
15826
15921
|
let t;
|
15827
15922
|
return e && (typeof FormData == "function" && e instanceof FormData || pe(e.append) && ((t = It(e)) === "formdata" || // detect form-data instance
|
15828
15923
|
t === "object" && pe(e.toString) && e.toString() === "[object FormData]"));
|
15829
|
-
},
|
15924
|
+
}, 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
15925
|
function lt(e, t, { allOwnKeys: n = !1 } = {}) {
|
15831
15926
|
if (e === null || typeof e > "u")
|
15832
15927
|
return;
|
@@ -15860,13 +15955,13 @@ function en() {
|
|
15860
15955
|
arguments[s] && lt(arguments[s], n);
|
15861
15956
|
return t;
|
15862
15957
|
}
|
15863
|
-
const
|
15958
|
+
const Ty = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
15864
15959
|
n && pe(i) ? e[l] = tl(i, n) : e[l] = i;
|
15865
|
-
}, { allOwnKeys: s }), e),
|
15960
|
+
}, { allOwnKeys: s }), e), Sy = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), _y = (e, t, n, s) => {
|
15866
15961
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
15867
15962
|
value: t.prototype
|
15868
15963
|
}), n && Object.assign(e.prototype, n);
|
15869
|
-
},
|
15964
|
+
}, Oy = (e, t, n, s) => {
|
15870
15965
|
let i, l, d;
|
15871
15966
|
const u = {};
|
15872
15967
|
if (t = t || {}, e == null) return t;
|
@@ -15876,11 +15971,11 @@ const Cy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15876
15971
|
e = n !== !1 && Tn(e);
|
15877
15972
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
15878
15973
|
return t;
|
15879
|
-
},
|
15974
|
+
}, Ly = (e, t, n) => {
|
15880
15975
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
15881
15976
|
const s = e.indexOf(t, n);
|
15882
15977
|
return s !== -1 && s === n;
|
15883
|
-
},
|
15978
|
+
}, Iy = (e) => {
|
15884
15979
|
if (!e) return null;
|
15885
15980
|
if (ze(e)) return e;
|
15886
15981
|
let t = e.length;
|
@@ -15889,31 +15984,31 @@ const Cy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15889
15984
|
for (; t-- > 0; )
|
15890
15985
|
n[t] = e[t];
|
15891
15986
|
return n;
|
15892
|
-
},
|
15987
|
+
}, By = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Tn(Uint8Array)), Fy = (e, t) => {
|
15893
15988
|
const s = (e && e[Symbol.iterator]).call(e);
|
15894
15989
|
let i;
|
15895
15990
|
for (; (i = s.next()) && !i.done; ) {
|
15896
15991
|
const l = i.value;
|
15897
15992
|
t.call(e, l[0], l[1]);
|
15898
15993
|
}
|
15899
|
-
},
|
15994
|
+
}, Dy = (e, t) => {
|
15900
15995
|
let n;
|
15901
15996
|
const s = [];
|
15902
15997
|
for (; (n = e.exec(t)) !== null; )
|
15903
15998
|
s.push(n);
|
15904
15999
|
return s;
|
15905
|
-
},
|
16000
|
+
}, My = ye("HTMLFormElement"), Vy = (e) => e.toLowerCase().replace(
|
15906
16001
|
/[-_\s]([a-z\d])(\w*)/g,
|
15907
16002
|
function(n, s, i) {
|
15908
16003
|
return s.toUpperCase() + i;
|
15909
16004
|
}
|
15910
|
-
), ti = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype),
|
16005
|
+
), ti = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Py = ye("RegExp"), sl = (e, t) => {
|
15911
16006
|
const n = Object.getOwnPropertyDescriptors(e), s = {};
|
15912
16007
|
lt(n, (i, l) => {
|
15913
16008
|
let d;
|
15914
16009
|
(d = t(i, l, e)) !== !1 && (s[l] = d || i);
|
15915
16010
|
}), Object.defineProperties(e, s);
|
15916
|
-
},
|
16011
|
+
}, Ay = (e) => {
|
15917
16012
|
sl(e, (t, n) => {
|
15918
16013
|
if (pe(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
15919
16014
|
return !1;
|
@@ -15928,29 +16023,29 @@ const Cy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15928
16023
|
});
|
15929
16024
|
}
|
15930
16025
|
});
|
15931
|
-
},
|
16026
|
+
}, Ey = (e, t) => {
|
15932
16027
|
const n = {}, s = (i) => {
|
15933
16028
|
i.forEach((l) => {
|
15934
16029
|
n[l] = !0;
|
15935
16030
|
});
|
15936
16031
|
};
|
15937
16032
|
return ze(e) ? s(e) : s(String(e).split(t)), n;
|
15938
|
-
},
|
15939
|
-
},
|
16033
|
+
}, Hy = () => {
|
16034
|
+
}, qy = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Rt = "abcdefghijklmnopqrstuvwxyz", ni = "0123456789", rl = {
|
15940
16035
|
DIGIT: ni,
|
15941
16036
|
ALPHA: Rt,
|
15942
16037
|
ALPHA_DIGIT: Rt + Rt.toUpperCase() + ni
|
15943
|
-
},
|
16038
|
+
}, Ry = (e = 16, t = rl.ALPHA_DIGIT) => {
|
15944
16039
|
let n = "";
|
15945
16040
|
const { length: s } = t;
|
15946
16041
|
for (; e--; )
|
15947
16042
|
n += t[Math.random() * s | 0];
|
15948
16043
|
return n;
|
15949
16044
|
};
|
15950
|
-
function
|
16045
|
+
function jy(e) {
|
15951
16046
|
return !!(e && pe(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
15952
16047
|
}
|
15953
|
-
const
|
16048
|
+
const Ny = (e) => {
|
15954
16049
|
const t = new Array(10), n = (s, i) => {
|
15955
16050
|
if (Ft(s)) {
|
15956
16051
|
if (t.indexOf(s) >= 0)
|
@@ -15967,63 +16062,63 @@ const Hy = (e) => {
|
|
15967
16062
|
return s;
|
15968
16063
|
};
|
15969
16064
|
return n(e, 0);
|
15970
|
-
},
|
16065
|
+
}, Uy = ye("AsyncFunction"), zy = (e) => e && (Ft(e) || pe(e)) && pe(e.then) && pe(e.catch), L = {
|
15971
16066
|
isArray: ze,
|
15972
16067
|
isArrayBuffer: nl,
|
15973
|
-
isBuffer:
|
15974
|
-
isFormData:
|
15975
|
-
isArrayBufferView:
|
15976
|
-
isString:
|
16068
|
+
isBuffer: ry,
|
16069
|
+
isFormData: yy,
|
16070
|
+
isArrayBufferView: dy,
|
16071
|
+
isString: uy,
|
15977
16072
|
isNumber: il,
|
15978
|
-
isBoolean:
|
16073
|
+
isBoolean: cy,
|
15979
16074
|
isObject: Ft,
|
15980
16075
|
isPlainObject: yt,
|
15981
|
-
isReadableStream:
|
15982
|
-
isRequest:
|
15983
|
-
isResponse:
|
15984
|
-
isHeaders:
|
16076
|
+
isReadableStream: xy,
|
16077
|
+
isRequest: Cy,
|
16078
|
+
isResponse: vy,
|
16079
|
+
isHeaders: wy,
|
15985
16080
|
isUndefined: it,
|
15986
|
-
isDate:
|
15987
|
-
isFile:
|
15988
|
-
isBlob:
|
15989
|
-
isRegExp:
|
16081
|
+
isDate: my,
|
16082
|
+
isFile: py,
|
16083
|
+
isBlob: fy,
|
16084
|
+
isRegExp: Py,
|
15990
16085
|
isFunction: pe,
|
15991
|
-
isStream:
|
15992
|
-
isURLSearchParams:
|
15993
|
-
isTypedArray:
|
15994
|
-
isFileList:
|
16086
|
+
isStream: gy,
|
16087
|
+
isURLSearchParams: by,
|
16088
|
+
isTypedArray: By,
|
16089
|
+
isFileList: hy,
|
15995
16090
|
forEach: lt,
|
15996
16091
|
merge: en,
|
15997
|
-
extend:
|
15998
|
-
trim:
|
15999
|
-
stripBOM:
|
16000
|
-
inherits:
|
16001
|
-
toFlatObject:
|
16092
|
+
extend: Ty,
|
16093
|
+
trim: ky,
|
16094
|
+
stripBOM: Sy,
|
16095
|
+
inherits: _y,
|
16096
|
+
toFlatObject: Oy,
|
16002
16097
|
kindOf: It,
|
16003
16098
|
kindOfTest: ye,
|
16004
|
-
endsWith:
|
16005
|
-
toArray:
|
16006
|
-
forEachEntry:
|
16007
|
-
matchAll:
|
16008
|
-
isHTMLForm:
|
16099
|
+
endsWith: Ly,
|
16100
|
+
toArray: Iy,
|
16101
|
+
forEachEntry: Fy,
|
16102
|
+
matchAll: Dy,
|
16103
|
+
isHTMLForm: My,
|
16009
16104
|
hasOwnProperty: ti,
|
16010
16105
|
hasOwnProp: ti,
|
16011
16106
|
// an alias to avoid ESLint no-prototype-builtins detection
|
16012
16107
|
reduceDescriptors: sl,
|
16013
|
-
freezeMethods:
|
16014
|
-
toObjectSet:
|
16015
|
-
toCamelCase:
|
16016
|
-
noop:
|
16017
|
-
toFiniteNumber:
|
16108
|
+
freezeMethods: Ay,
|
16109
|
+
toObjectSet: Ey,
|
16110
|
+
toCamelCase: Vy,
|
16111
|
+
noop: Hy,
|
16112
|
+
toFiniteNumber: qy,
|
16018
16113
|
findKey: ll,
|
16019
16114
|
global: ol,
|
16020
16115
|
isContextDefined: al,
|
16021
16116
|
ALPHABET: rl,
|
16022
|
-
generateString:
|
16023
|
-
isSpecCompliantForm:
|
16024
|
-
toJSONObject:
|
16025
|
-
isAsyncFn:
|
16026
|
-
isThenable:
|
16117
|
+
generateString: Ry,
|
16118
|
+
isSpecCompliantForm: jy,
|
16119
|
+
toJSONObject: Ny,
|
16120
|
+
isAsyncFn: Uy,
|
16121
|
+
isThenable: zy
|
16027
16122
|
};
|
16028
16123
|
function N(e, t, n, s, i) {
|
16029
16124
|
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 +16170,7 @@ N.from = (e, t, n, s, i, l) => {
|
|
16075
16170
|
return c !== Error.prototype;
|
16076
16171
|
}, (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
16172
|
};
|
16078
|
-
const
|
16173
|
+
const Gy = null;
|
16079
16174
|
function tn(e) {
|
16080
16175
|
return L.isPlainObject(e) || L.isArray(e);
|
16081
16176
|
}
|
@@ -16087,10 +16182,10 @@ function ii(e, t, n) {
|
|
16087
16182
|
return i = cl(i), !n && l ? "[" + i + "]" : i;
|
16088
16183
|
}).join(n ? "." : "") : t;
|
16089
16184
|
}
|
16090
|
-
function
|
16185
|
+
function Wy(e) {
|
16091
16186
|
return L.isArray(e) && !e.some(tn);
|
16092
16187
|
}
|
16093
|
-
const
|
16188
|
+
const Ky = L.toFlatObject(L, {}, null, function(t) {
|
16094
16189
|
return /^is[A-Z]/.test(t);
|
16095
16190
|
});
|
16096
16191
|
function Dt(e, t, n) {
|
@@ -16119,7 +16214,7 @@ function Dt(e, t, n) {
|
|
16119
16214
|
if (O && !F && typeof O == "object") {
|
16120
16215
|
if (L.endsWith(T, "{}"))
|
16121
16216
|
T = s ? T : T.slice(0, -2), O = JSON.stringify(O);
|
16122
|
-
else if (L.isArray(O) &&
|
16217
|
+
else if (L.isArray(O) && Wy(O) || (L.isFileList(O) || L.endsWith(T, "[]")) && (B = L.toArray(O)))
|
16123
16218
|
return T = cl(T), B.forEach(function(V, U) {
|
16124
16219
|
!(L.isUndefined(V) || V === null) && t.append(
|
16125
16220
|
// eslint-disable-next-line no-nested-ternary
|
@@ -16130,7 +16225,7 @@ function Dt(e, t, n) {
|
|
16130
16225
|
}
|
16131
16226
|
return tn(O) ? !0 : (t.append(ii(F, T, l), h(O)), !1);
|
16132
16227
|
}
|
16133
|
-
const g = [], w = Object.assign(
|
16228
|
+
const g = [], w = Object.assign(Ky, {
|
16134
16229
|
defaultVisitor: f,
|
16135
16230
|
convertValue: h,
|
16136
16231
|
isVisitable: tn
|
@@ -16183,13 +16278,13 @@ ml.toString = function(t) {
|
|
16183
16278
|
return n(i[0]) + "=" + n(i[1]);
|
16184
16279
|
}, "").join("&");
|
16185
16280
|
};
|
16186
|
-
function
|
16281
|
+
function Yy(e) {
|
16187
16282
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
16188
16283
|
}
|
16189
16284
|
function pl(e, t, n) {
|
16190
16285
|
if (!t)
|
16191
16286
|
return e;
|
16192
|
-
const s = n && n.encode ||
|
16287
|
+
const s = n && n.encode || Yy, i = n && n.serialize;
|
16193
16288
|
let l;
|
16194
16289
|
if (i ? l = i(t, n) : l = L.isURLSearchParams(t) ? t.toString() : new Sn(t, n).toString(s), l) {
|
16195
16290
|
const d = e.indexOf("#");
|
@@ -16255,36 +16350,36 @@ const fl = {
|
|
16255
16350
|
silentJSONParsing: !0,
|
16256
16351
|
forcedJSONParsing: !0,
|
16257
16352
|
clarifyTimeoutError: !1
|
16258
|
-
},
|
16353
|
+
}, Jy = typeof URLSearchParams < "u" ? URLSearchParams : Sn, Zy = typeof FormData < "u" ? FormData : null, Qy = typeof Blob < "u" ? Blob : null, Xy = {
|
16259
16354
|
isBrowser: !0,
|
16260
16355
|
classes: {
|
16261
|
-
URLSearchParams:
|
16262
|
-
FormData:
|
16263
|
-
Blob:
|
16356
|
+
URLSearchParams: Jy,
|
16357
|
+
FormData: Zy,
|
16358
|
+
Blob: Qy
|
16264
16359
|
},
|
16265
16360
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
16266
|
-
}, _n = typeof window < "u" && typeof document < "u",
|
16267
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
16361
|
+
}, _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
|
16362
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", tb = _n && window.location.href || "http://localhost", nb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
16268
16363
|
__proto__: null,
|
16269
16364
|
hasBrowserEnv: _n,
|
16270
|
-
hasStandardBrowserEnv:
|
16271
|
-
hasStandardBrowserWebWorkerEnv:
|
16272
|
-
origin:
|
16365
|
+
hasStandardBrowserEnv: $y,
|
16366
|
+
hasStandardBrowserWebWorkerEnv: eb,
|
16367
|
+
origin: tb
|
16273
16368
|
}, Symbol.toStringTag, { value: "Module" })), he = {
|
16274
|
-
...
|
16275
|
-
...
|
16369
|
+
...nb,
|
16370
|
+
...Xy
|
16276
16371
|
};
|
16277
|
-
function
|
16372
|
+
function ib(e, t) {
|
16278
16373
|
return Dt(e, new he.classes.URLSearchParams(), Object.assign({
|
16279
16374
|
visitor: function(n, s, i, l) {
|
16280
16375
|
return he.isNode && L.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
16281
16376
|
}
|
16282
16377
|
}, t));
|
16283
16378
|
}
|
16284
|
-
function
|
16379
|
+
function lb(e) {
|
16285
16380
|
return L.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
16286
16381
|
}
|
16287
|
-
function
|
16382
|
+
function ob(e) {
|
16288
16383
|
const t = {}, n = Object.keys(e);
|
16289
16384
|
let s;
|
16290
16385
|
const i = n.length;
|
@@ -16298,17 +16393,17 @@ function hl(e) {
|
|
16298
16393
|
let d = n[l++];
|
16299
16394
|
if (d === "__proto__") return !0;
|
16300
16395
|
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] =
|
16396
|
+
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
16397
|
}
|
16303
16398
|
if (L.isFormData(e) && L.isFunction(e.entries)) {
|
16304
16399
|
const n = {};
|
16305
16400
|
return L.forEachEntry(e, (s, i) => {
|
16306
|
-
t(
|
16401
|
+
t(lb(s), i, n, 0);
|
16307
16402
|
}), n;
|
16308
16403
|
}
|
16309
16404
|
return null;
|
16310
16405
|
}
|
16311
|
-
function
|
16406
|
+
function ab(e, t, n) {
|
16312
16407
|
if (L.isString(e))
|
16313
16408
|
try {
|
16314
16409
|
return (t || JSON.parse)(e), L.trim(e);
|
@@ -16334,7 +16429,7 @@ const ot = {
|
|
16334
16429
|
let u;
|
16335
16430
|
if (l) {
|
16336
16431
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
16337
|
-
return
|
16432
|
+
return ib(t, this.formSerializer).toString();
|
16338
16433
|
if ((u = L.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
16339
16434
|
const c = this.env && this.env.FormData;
|
16340
16435
|
return Dt(
|
@@ -16344,7 +16439,7 @@ const ot = {
|
|
16344
16439
|
);
|
16345
16440
|
}
|
16346
16441
|
}
|
16347
|
-
return l || i ? (n.setContentType("application/json", !1),
|
16442
|
+
return l || i ? (n.setContentType("application/json", !1), ab(t)) : t;
|
16348
16443
|
}],
|
16349
16444
|
transformResponse: [function(t) {
|
16350
16445
|
const n = this.transitional || ot.transitional, s = n && n.forcedJSONParsing, i = this.responseType === "json";
|
@@ -16387,7 +16482,7 @@ const ot = {
|
|
16387
16482
|
L.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
16388
16483
|
ot.headers[e] = {};
|
16389
16484
|
});
|
16390
|
-
const
|
16485
|
+
const sb = L.toObjectSet([
|
16391
16486
|
"age",
|
16392
16487
|
"authorization",
|
16393
16488
|
"content-length",
|
@@ -16405,12 +16500,12 @@ const ib = L.toObjectSet([
|
|
16405
16500
|
"referer",
|
16406
16501
|
"retry-after",
|
16407
16502
|
"user-agent"
|
16408
|
-
]),
|
16503
|
+
]), rb = (e) => {
|
16409
16504
|
const t = {};
|
16410
16505
|
let n, s, i;
|
16411
16506
|
return e && e.split(`
|
16412
16507
|
`).forEach(function(d) {
|
16413
|
-
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] &&
|
16508
|
+
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
16509
|
}), t;
|
16415
16510
|
}, ai = Symbol("internals");
|
16416
16511
|
function Qe(e) {
|
@@ -16419,14 +16514,14 @@ function Qe(e) {
|
|
16419
16514
|
function bt(e) {
|
16420
16515
|
return e === !1 || e == null ? e : L.isArray(e) ? e.map(bt) : String(e);
|
16421
16516
|
}
|
16422
|
-
function
|
16517
|
+
function db(e) {
|
16423
16518
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
16424
16519
|
let s;
|
16425
16520
|
for (; s = n.exec(e); )
|
16426
16521
|
t[s[1]] = s[2];
|
16427
16522
|
return t;
|
16428
16523
|
}
|
16429
|
-
const
|
16524
|
+
const ub = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
16430
16525
|
function jt(e, t, n, s, i) {
|
16431
16526
|
if (L.isFunction(s))
|
16432
16527
|
return s.call(this, t, n);
|
@@ -16437,10 +16532,10 @@ function jt(e, t, n, s, i) {
|
|
16437
16532
|
return s.test(t);
|
16438
16533
|
}
|
16439
16534
|
}
|
16440
|
-
function
|
16535
|
+
function cb(e) {
|
16441
16536
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, s) => n.toUpperCase() + s);
|
16442
16537
|
}
|
16443
|
-
function
|
16538
|
+
function mb(e, t) {
|
16444
16539
|
const n = L.toCamelCase(" " + t);
|
16445
16540
|
["get", "set", "has"].forEach((s) => {
|
16446
16541
|
Object.defineProperty(e, s + n, {
|
@@ -16467,8 +16562,8 @@ class ue {
|
|
16467
16562
|
const d = (u, c) => L.forEach(u, (h, f) => l(h, f, c));
|
16468
16563
|
if (L.isPlainObject(t) || t instanceof this.constructor)
|
16469
16564
|
d(t, n);
|
16470
|
-
else if (L.isString(t) && (t = t.trim()) && !
|
16471
|
-
d(
|
16565
|
+
else if (L.isString(t) && (t = t.trim()) && !ub(t))
|
16566
|
+
d(rb(t), n);
|
16472
16567
|
else if (L.isHeaders(t))
|
16473
16568
|
for (const [u, c] of t.entries())
|
16474
16569
|
l(c, u, s);
|
@@ -16484,7 +16579,7 @@ class ue {
|
|
16484
16579
|
if (!n)
|
16485
16580
|
return i;
|
16486
16581
|
if (n === !0)
|
16487
|
-
return
|
16582
|
+
return db(i);
|
16488
16583
|
if (L.isFunction(n))
|
16489
16584
|
return n.call(this, i, s);
|
16490
16585
|
if (L.isRegExp(n))
|
@@ -16528,7 +16623,7 @@ class ue {
|
|
16528
16623
|
n[d] = bt(i), delete n[l];
|
16529
16624
|
return;
|
16530
16625
|
}
|
16531
|
-
const u = t ?
|
16626
|
+
const u = t ? cb(l) : String(l).trim();
|
16532
16627
|
u !== l && delete n[l], n[u] = bt(i), s[u] = !0;
|
16533
16628
|
}), this;
|
16534
16629
|
}
|
@@ -16564,7 +16659,7 @@ class ue {
|
|
16564
16659
|
}).accessors, i = this.prototype;
|
16565
16660
|
function l(d) {
|
16566
16661
|
const u = Qe(d);
|
16567
|
-
s[u] || (
|
16662
|
+
s[u] || (mb(i, d), s[u] = !0);
|
16568
16663
|
}
|
16569
16664
|
return L.isArray(t) ? t.forEach(l) : l(t), this;
|
16570
16665
|
}
|
@@ -16606,11 +16701,11 @@ function yl(e, t, n) {
|
|
16606
16701
|
n
|
16607
16702
|
));
|
16608
16703
|
}
|
16609
|
-
function
|
16704
|
+
function pb(e) {
|
16610
16705
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
16611
16706
|
return t && t[1] || "";
|
16612
16707
|
}
|
16613
|
-
function
|
16708
|
+
function fb(e, t) {
|
16614
16709
|
e = e || 10;
|
16615
16710
|
const n = new Array(e), s = new Array(e);
|
16616
16711
|
let i = 0, l = 0, d;
|
@@ -16626,7 +16721,7 @@ function ub(e, t) {
|
|
16626
16721
|
return b ? Math.round(w * 1e3 / b) : void 0;
|
16627
16722
|
};
|
16628
16723
|
}
|
16629
|
-
function
|
16724
|
+
function hb(e, t) {
|
16630
16725
|
let n = 0;
|
16631
16726
|
const s = 1e3 / t;
|
16632
16727
|
let i = null;
|
@@ -16639,8 +16734,8 @@ function cb(e, t) {
|
|
16639
16734
|
}
|
16640
16735
|
const vt = (e, t, n = 3) => {
|
16641
16736
|
let s = 0;
|
16642
|
-
const i =
|
16643
|
-
return
|
16737
|
+
const i = fb(50, 250);
|
16738
|
+
return hb((l) => {
|
16644
16739
|
const d = l.loaded, u = l.lengthComputable ? l.total : void 0, c = d - s, h = i(c), f = d <= u;
|
16645
16740
|
s = d;
|
16646
16741
|
const g = {
|
@@ -16655,7 +16750,7 @@ const vt = (e, t, n = 3) => {
|
|
16655
16750
|
};
|
16656
16751
|
g[t ? "download" : "upload"] = !0, e(g);
|
16657
16752
|
}, n);
|
16658
|
-
},
|
16753
|
+
}, gb = he.hasStandardBrowserEnv ? (
|
16659
16754
|
// Standard browser envs have full support of the APIs needed to test
|
16660
16755
|
// whether the request URL is of the same origin as current location.
|
16661
16756
|
function() {
|
@@ -16686,7 +16781,7 @@ const vt = (e, t, n = 3) => {
|
|
16686
16781
|
return !0;
|
16687
16782
|
};
|
16688
16783
|
}()
|
16689
|
-
),
|
16784
|
+
), yb = he.hasStandardBrowserEnv ? (
|
16690
16785
|
// Standard browser envs support document.cookie
|
16691
16786
|
{
|
16692
16787
|
write(e, t, n, s, i, l) {
|
@@ -16713,14 +16808,14 @@ const vt = (e, t, n = 3) => {
|
|
16713
16808
|
}
|
16714
16809
|
}
|
16715
16810
|
);
|
16716
|
-
function
|
16811
|
+
function bb(e) {
|
16717
16812
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
16718
16813
|
}
|
16719
|
-
function
|
16814
|
+
function xb(e, t) {
|
16720
16815
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
16721
16816
|
}
|
16722
16817
|
function bl(e, t) {
|
16723
|
-
return e && !
|
16818
|
+
return e && !bb(t) ? xb(e, t) : t;
|
16724
16819
|
}
|
16725
16820
|
const si = (e) => e instanceof ue ? { ...e } : e;
|
16726
16821
|
function He(e, t) {
|
@@ -16803,12 +16898,12 @@ const xl = (e) => {
|
|
16803
16898
|
d.setContentType([h || "multipart/form-data", ...f].join("; "));
|
16804
16899
|
}
|
16805
16900
|
}
|
16806
|
-
if (he.hasStandardBrowserEnv && (s && L.isFunction(s) && (s = s(t)), s || s !== !1 &&
|
16807
|
-
const h = i && l &&
|
16901
|
+
if (he.hasStandardBrowserEnv && (s && L.isFunction(s) && (s = s(t)), s || s !== !1 && gb(t.url))) {
|
16902
|
+
const h = i && l && yb.read(l);
|
16808
16903
|
h && d.set(i, h);
|
16809
16904
|
}
|
16810
16905
|
return t;
|
16811
|
-
},
|
16906
|
+
}, Cb = typeof XMLHttpRequest < "u", vb = Cb && function(e) {
|
16812
16907
|
return new Promise(function(n, s) {
|
16813
16908
|
const i = xl(e);
|
16814
16909
|
let l = i.data;
|
@@ -16858,14 +16953,14 @@ const xl = (e) => {
|
|
16858
16953
|
}), 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
16954
|
f && (s(!b || b.type ? new Ge(null, e, f) : b), f.abort(), f = null);
|
16860
16955
|
}, i.cancelToken && i.cancelToken.subscribe(c), i.signal && (i.signal.aborted ? c() : i.signal.addEventListener("abort", c)));
|
16861
|
-
const w =
|
16956
|
+
const w = pb(i.url);
|
16862
16957
|
if (w && he.protocols.indexOf(w) === -1) {
|
16863
16958
|
s(new N("Unsupported protocol " + w + ":", N.ERR_BAD_REQUEST, e));
|
16864
16959
|
return;
|
16865
16960
|
}
|
16866
16961
|
f.send(l || null);
|
16867
16962
|
});
|
16868
|
-
},
|
16963
|
+
}, wb = (e, t) => {
|
16869
16964
|
let n = new AbortController(), s;
|
16870
16965
|
const i = function(c) {
|
16871
16966
|
if (!s) {
|
@@ -16887,7 +16982,7 @@ const xl = (e) => {
|
|
16887
16982
|
return u.unsubscribe = d, [u, () => {
|
16888
16983
|
l && clearTimeout(l), l = null;
|
16889
16984
|
}];
|
16890
|
-
},
|
16985
|
+
}, kb = function* (e, t) {
|
16891
16986
|
let n = e.byteLength;
|
16892
16987
|
if (n < t) {
|
16893
16988
|
yield e;
|
@@ -16896,11 +16991,11 @@ const xl = (e) => {
|
|
16896
16991
|
let s = 0, i;
|
16897
16992
|
for (; s < n; )
|
16898
16993
|
i = s + t, yield e.slice(s, i), s = i;
|
16899
|
-
},
|
16994
|
+
}, Tb = async function* (e, t, n) {
|
16900
16995
|
for await (const s of e)
|
16901
|
-
yield*
|
16996
|
+
yield* kb(ArrayBuffer.isView(s) ? s : await n(String(s)), t);
|
16902
16997
|
}, ri = (e, t, n, s, i) => {
|
16903
|
-
const l =
|
16998
|
+
const l = Tb(e, t, i);
|
16904
16999
|
let d = 0;
|
16905
17000
|
return new ReadableStream({
|
16906
17001
|
type: "bytes",
|
@@ -16926,7 +17021,7 @@ const xl = (e) => {
|
|
16926
17021
|
total: e,
|
16927
17022
|
loaded: s
|
16928
17023
|
}));
|
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())),
|
17024
|
+
}, 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
17025
|
let e = !1;
|
16931
17026
|
const t = new Request(he.origin, {
|
16932
17027
|
body: new ReadableStream(),
|
@@ -16951,7 +17046,7 @@ Mt && ((e) => {
|
|
16951
17046
|
});
|
16952
17047
|
});
|
16953
17048
|
})(new Response());
|
16954
|
-
const
|
17049
|
+
const _b = async (e) => {
|
16955
17050
|
if (e == null)
|
16956
17051
|
return 0;
|
16957
17052
|
if (L.isBlob(e))
|
@@ -16962,10 +17057,10 @@ const wb = async (e) => {
|
|
16962
17057
|
return e.byteLength;
|
16963
17058
|
if (L.isURLSearchParams(e) && (e = e + ""), L.isString(e))
|
16964
17059
|
return (await nn(e)).byteLength;
|
16965
|
-
},
|
17060
|
+
}, Ob = async (e, t) => {
|
16966
17061
|
const n = L.toFiniteNumber(e.getContentLength());
|
16967
|
-
return n ??
|
16968
|
-
},
|
17062
|
+
return n ?? _b(t);
|
17063
|
+
}, Lb = Mt && (async (e) => {
|
16969
17064
|
let {
|
16970
17065
|
url: t,
|
16971
17066
|
method: n,
|
@@ -16981,7 +17076,7 @@ const wb = async (e) => {
|
|
16981
17076
|
fetchOptions: w
|
16982
17077
|
} = xl(e);
|
16983
17078
|
h = h ? (h + "").toLowerCase() : "text";
|
16984
|
-
let [b, O] = i || l || d ?
|
17079
|
+
let [b, O] = i || l || d ? wb([i, l], d) : [], T, F;
|
16985
17080
|
const B = () => {
|
16986
17081
|
!T && setTimeout(() => {
|
16987
17082
|
b && b.unsubscribe();
|
@@ -16989,7 +17084,7 @@ const wb = async (e) => {
|
|
16989
17084
|
};
|
16990
17085
|
let D;
|
16991
17086
|
try {
|
16992
|
-
if (c &&
|
17087
|
+
if (c && Sb && n !== "get" && n !== "head" && (D = await Ob(f, s)) !== 0) {
|
16993
17088
|
let P = new Request(t, {
|
16994
17089
|
method: "POST",
|
16995
17090
|
body: s,
|
@@ -17046,9 +17141,9 @@ const wb = async (e) => {
|
|
17046
17141
|
) : N.from(V, V && V.code, e, F);
|
17047
17142
|
}
|
17048
17143
|
}), on = {
|
17049
|
-
http:
|
17050
|
-
xhr:
|
17051
|
-
fetch:
|
17144
|
+
http: Gy,
|
17145
|
+
xhr: vb,
|
17146
|
+
fetch: Lb
|
17052
17147
|
};
|
17053
17148
|
L.forEach(on, (e, t) => {
|
17054
17149
|
if (e) {
|
@@ -17059,7 +17154,7 @@ L.forEach(on, (e, t) => {
|
|
17059
17154
|
Object.defineProperty(e, "adapterName", { value: t });
|
17060
17155
|
}
|
17061
17156
|
});
|
17062
|
-
const ci = (e) => `- ${e}`,
|
17157
|
+
const ci = (e) => `- ${e}`, Ib = (e) => L.isFunction(e) || e === null || e === !1, vl = {
|
17063
17158
|
getAdapter: (e) => {
|
17064
17159
|
e = L.isArray(e) ? e : [e];
|
17065
17160
|
const { length: t } = e;
|
@@ -17068,7 +17163,7 @@ const ci = (e) => `- ${e}`, Sb = (e) => L.isFunction(e) || e === null || e === !
|
|
17068
17163
|
for (let l = 0; l < t; l++) {
|
17069
17164
|
n = e[l];
|
17070
17165
|
let d;
|
17071
|
-
if (s = n, !
|
17166
|
+
if (s = n, !Ib(n) && (s = on[(d = String(n)).toLowerCase()], s === void 0))
|
17072
17167
|
throw new N(`Unknown adapter '${d}'`);
|
17073
17168
|
if (s)
|
17074
17169
|
break;
|
@@ -17137,7 +17232,7 @@ On.transitional = function(t, n, s) {
|
|
17137
17232
|
)), t ? t(l, d, u) : !0;
|
17138
17233
|
};
|
17139
17234
|
};
|
17140
|
-
function
|
17235
|
+
function Bb(e, t, n) {
|
17141
17236
|
if (typeof e != "object")
|
17142
17237
|
throw new N("options must be an object", N.ERR_BAD_OPTION_VALUE);
|
17143
17238
|
const s = Object.keys(e);
|
@@ -17155,7 +17250,7 @@ function _b(e, t, n) {
|
|
17155
17250
|
}
|
17156
17251
|
}
|
17157
17252
|
const an = {
|
17158
|
-
assertOptions:
|
17253
|
+
assertOptions: Bb,
|
17159
17254
|
validators: On
|
17160
17255
|
}, Te = an.validators;
|
17161
17256
|
class Pe {
|
@@ -17346,12 +17441,12 @@ class Ln {
|
|
17346
17441
|
};
|
17347
17442
|
}
|
17348
17443
|
}
|
17349
|
-
function
|
17444
|
+
function Fb(e) {
|
17350
17445
|
return function(n) {
|
17351
17446
|
return e.apply(null, n);
|
17352
17447
|
};
|
17353
17448
|
}
|
17354
|
-
function
|
17449
|
+
function Db(e) {
|
17355
17450
|
return L.isObject(e) && e.isAxiosError === !0;
|
17356
17451
|
}
|
17357
17452
|
const sn = {
|
@@ -17440,18 +17535,18 @@ $.Cancel = $.CanceledError;
|
|
17440
17535
|
$.all = function(t) {
|
17441
17536
|
return Promise.all(t);
|
17442
17537
|
};
|
17443
|
-
$.spread =
|
17444
|
-
$.isAxiosError =
|
17538
|
+
$.spread = Fb;
|
17539
|
+
$.isAxiosError = Db;
|
17445
17540
|
$.mergeConfig = He;
|
17446
17541
|
$.AxiosHeaders = ue;
|
17447
17542
|
$.formToJSON = (e) => hl(L.isHTMLForm(e) ? new FormData(e) : e);
|
17448
17543
|
$.getAdapter = vl.getAdapter;
|
17449
17544
|
$.HttpStatusCode = sn;
|
17450
17545
|
$.default = $;
|
17451
|
-
const
|
17546
|
+
const Mb = {
|
17452
17547
|
name: "CmdUploadForm",
|
17453
17548
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
17454
|
-
mixins: [ce,
|
17549
|
+
mixins: [ce, ay],
|
17455
17550
|
data() {
|
17456
17551
|
return {
|
17457
17552
|
comment: "",
|
@@ -17982,29 +18077,29 @@ const Ib = {
|
|
17982
18077
|
}
|
17983
18078
|
}
|
17984
18079
|
}
|
17985
|
-
},
|
18080
|
+
}, Vb = { key: 0 }, Pb = {
|
17986
18081
|
key: 1,
|
17987
18082
|
class: "flex-container vertical"
|
17988
|
-
},
|
18083
|
+
}, Ab = {
|
17989
18084
|
key: 0,
|
17990
18085
|
class: "flex-container vertical list-files-wrapper"
|
17991
|
-
},
|
18086
|
+
}, Eb = {
|
17992
18087
|
key: 0,
|
17993
18088
|
class: "list-of-files total-files"
|
17994
|
-
},
|
18089
|
+
}, Hb = { class: "flex-container no-flex" }, qb = ["title"], Rb = {
|
17995
18090
|
key: 0,
|
17996
18091
|
class: "progressbar"
|
17997
|
-
},
|
18092
|
+
}, jb = ["value", "title"], Nb = { class: "flex-container vertical list-files-wrapper" }, Ub = { class: "list-of-files" }, zb = ["title", "onClick"], Gb = {
|
17998
18093
|
key: 0,
|
17999
18094
|
class: "progressbar"
|
18000
|
-
},
|
18095
|
+
}, Wb = ["value", "title"], Kb = ["title"], Yb = { class: "upload-conditions" }, Jb = { class: "small" }, Zb = ["title"], Qb = {
|
18001
18096
|
key: 0,
|
18002
18097
|
class: "list-of-file-extensions"
|
18003
|
-
},
|
18098
|
+
}, 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
18099
|
key: 0,
|
18005
18100
|
class: "progressbar"
|
18006
|
-
},
|
18007
|
-
function
|
18101
|
+
}, sx = ["value", "title"];
|
18102
|
+
function rx(e, t, n, s, i, l) {
|
18008
18103
|
const d = J, u = Ne, c = W, h = ie;
|
18009
18104
|
return a(), r(_, null, [
|
18010
18105
|
n.advancedMode ? (a(), r("fieldset", {
|
@@ -18022,7 +18117,7 @@ function lx(e, t, n, s, i, l) {
|
|
18022
18117
|
systemMessage: l.allSystemMessages.length === 1 ? l.allSystemMessages[0] : e.getMessage("upload_form.system_message.the_following_errors_occurred")
|
18023
18118
|
}, {
|
18024
18119
|
default: k(() => [
|
18025
|
-
l.allSystemMessages.length > 1 ? (a(), r("ul",
|
18120
|
+
l.allSystemMessages.length > 1 ? (a(), r("ul", Vb, [
|
18026
18121
|
(a(!0), r(_, null, q(l.allSystemMessages, (f, g) => (a(), r("li", { key: g }, y(f), 1))), 128))
|
18027
18122
|
])) : m("", !0)
|
18028
18123
|
]),
|
@@ -18031,23 +18126,23 @@ function lx(e, t, n, s, i, l) {
|
|
18031
18126
|
o("div", I({
|
18032
18127
|
class: ["box flex-container vertical", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
18033
18128
|
}, zt(l.dragAndDropHandler, !0)), [
|
18034
|
-
i.listOfFiles.length ? (a(), r("div",
|
18035
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div",
|
18129
|
+
i.listOfFiles.length ? (a(), r("div", Pb, [
|
18130
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", Ab, [
|
18036
18131
|
p(d, I(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
18037
18132
|
default: k(() => [
|
18038
18133
|
H(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
18039
18134
|
]),
|
18040
18135
|
_: 1
|
18041
18136
|
}, 16),
|
18042
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul",
|
18043
|
-
o("li",
|
18137
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul", Eb, [
|
18138
|
+
o("li", Hb, [
|
18044
18139
|
o("a", {
|
18045
18140
|
href: "#",
|
18046
18141
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
18047
18142
|
onClick: t[0] || (t[0] = S((...f) => l.cancelUpload && l.cancelUpload(...f), ["prevent"]))
|
18048
18143
|
}, [
|
18049
18144
|
p(c, j(Ve(n.iconDelete)), null, 16)
|
18050
|
-
], 8,
|
18145
|
+
], 8, qb),
|
18051
18146
|
o("span", null, [
|
18052
18147
|
H(y(i.listOfFiles.length) + " ", 1),
|
18053
18148
|
n.allowMultipleFileUploads ? (a(), r(_, { key: 1 }, [
|
@@ -18062,26 +18157,26 @@ function lx(e, t, n, s, i, l) {
|
|
18062
18157
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
18063
18158
|
])
|
18064
18159
|
}, " (" + y(l.formatSize(l.totalSize)) + ") ", 3),
|
18065
|
-
i.uploadInitiated ? (a(), r("span",
|
18160
|
+
i.uploadInitiated ? (a(), r("span", Rb, [
|
18066
18161
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
18067
18162
|
o("progress", {
|
18068
18163
|
max: "100",
|
18069
18164
|
value: l.totalUploadProgress,
|
18070
18165
|
title: l.totalBytesUploaded
|
18071
|
-
}, null, 8,
|
18166
|
+
}, null, 8, jb)
|
18072
18167
|
])) : m("", !0)
|
18073
18168
|
])
|
18074
18169
|
])) : m("", !0),
|
18075
18170
|
t[8] || (t[8] = o("hr", null, null, -1))
|
18076
18171
|
])) : m("", !0),
|
18077
|
-
o("div",
|
18172
|
+
o("div", Nb, [
|
18078
18173
|
p(d, I(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
18079
18174
|
default: k(() => [
|
18080
18175
|
H(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
18081
18176
|
]),
|
18082
18177
|
_: 1
|
18083
18178
|
}, 16),
|
18084
|
-
o("ul",
|
18179
|
+
o("ul", Ub, [
|
18085
18180
|
(a(!0), r(_, null, q(i.listOfFiles, (f, g) => (a(), r("li", {
|
18086
18181
|
key: g,
|
18087
18182
|
class: "flex-container no-flex"
|
@@ -18092,7 +18187,7 @@ function lx(e, t, n, s, i, l) {
|
|
18092
18187
|
onClick: S((w) => l.removeFile(g), ["prevent"])
|
18093
18188
|
}, [
|
18094
18189
|
p(c, I({ ref_for: !0 }, n.iconDelete), null, 16)
|
18095
|
-
], 8,
|
18190
|
+
], 8, zb),
|
18096
18191
|
o("span", {
|
18097
18192
|
class: x([
|
18098
18193
|
"text-align-right",
|
@@ -18103,13 +18198,13 @@ function lx(e, t, n, s, i, l) {
|
|
18103
18198
|
H(y(f.file.name) + " ", 1),
|
18104
18199
|
o("small", null, "(" + y(l.formatSize(f.file.size)) + ")", 1)
|
18105
18200
|
], 2),
|
18106
|
-
i.uploadInitiated && !f.error ? (a(), r("span",
|
18201
|
+
i.uploadInitiated && !f.error ? (a(), r("span", Gb, [
|
18107
18202
|
o("span", null, y(l.getPercentage(f.progress)), 1),
|
18108
18203
|
o("progress", {
|
18109
18204
|
max: "100",
|
18110
18205
|
value: f.progress,
|
18111
18206
|
title: l.formatSize(f.uploadedBytes) + "/" + l.formatSize(f.file.size)
|
18112
|
-
}, null, 8,
|
18207
|
+
}, null, 8, Wb)
|
18113
18208
|
])) : m("", !0)
|
18114
18209
|
]))), 128))
|
18115
18210
|
]),
|
@@ -18118,7 +18213,7 @@ function lx(e, t, n, s, i, l) {
|
|
18118
18213
|
href: "#",
|
18119
18214
|
onClick: t[1] || (t[1] = S((...f) => l.cancel && l.cancel(...f), ["prevent"])),
|
18120
18215
|
title: e.getMessage("upload_form.all_files_will_be_removed")
|
18121
|
-
}, y(e.getMessage("upload_form.reset_upload")), 9,
|
18216
|
+
}, y(e.getMessage("upload_form.reset_upload")), 9, Kb)) : m("", !0),
|
18122
18217
|
t[9] || (t[9] = o("hr", null, null, -1))
|
18123
18218
|
])
|
18124
18219
|
])) : (a(), r(_, { key: 0 }, [
|
@@ -18129,7 +18224,7 @@ function lx(e, t, n, s, i, l) {
|
|
18129
18224
|
_: 1
|
18130
18225
|
}, 16)) : m("", !0)
|
18131
18226
|
], 64)),
|
18132
|
-
o("div",
|
18227
|
+
o("div", Yb, [
|
18133
18228
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, I({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
18134
18229
|
default: k(() => [
|
18135
18230
|
H(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
@@ -18142,7 +18237,7 @@ function lx(e, t, n, s, i, l) {
|
|
18142
18237
|
]),
|
18143
18238
|
_: 1
|
18144
18239
|
}, 16)) : m("", !0),
|
18145
|
-
o("dl",
|
18240
|
+
o("dl", Jb, [
|
18146
18241
|
n.maxTotalUploadSize > 0 ? (a(), r(_, { key: 0 }, [
|
18147
18242
|
o("dt", {
|
18148
18243
|
class: x({ error: l.totalSize > n.maxTotalUploadSize })
|
@@ -18170,12 +18265,12 @@ function lx(e, t, n, s, i, l) {
|
|
18170
18265
|
iconClass: i.showListOfFileExtensions ? n.iconInvisible.iconClass : n.iconVisible.iconClass,
|
18171
18266
|
type: i.showListOfFileExtensions ? n.iconInvisible.iconType : n.iconVisible.iconType
|
18172
18267
|
}, null, 8, ["iconClass", "type"])
|
18173
|
-
], 8,
|
18268
|
+
], 8, Zb),
|
18174
18269
|
p(Ae, {
|
18175
18270
|
name: n.useTransition ? "fade" : null
|
18176
18271
|
}, {
|
18177
18272
|
default: k(() => [
|
18178
|
-
i.showListOfFileExtensions ? (a(), r("ul",
|
18273
|
+
i.showListOfFileExtensions ? (a(), r("ul", Qb, [
|
18179
18274
|
(a(!0), r(_, null, q(n.allowedFileExtensions, (f, g) => (a(), r("li", {
|
18180
18275
|
key: g,
|
18181
18276
|
class: x({ error: i.errors.fileType })
|
@@ -18187,7 +18282,7 @@ function lx(e, t, n, s, i, l) {
|
|
18187
18282
|
])
|
18188
18283
|
])
|
18189
18284
|
]),
|
18190
|
-
o("div",
|
18285
|
+
o("div", Xb, [
|
18191
18286
|
o("button", {
|
18192
18287
|
type: "button",
|
18193
18288
|
class: x(["button upload primary", { disabled: i.uploadInitiated }]),
|
@@ -18198,8 +18293,8 @@ function lx(e, t, n, s, i, l) {
|
|
18198
18293
|
iconClass: n.iconFileUpload.iconClass,
|
18199
18294
|
type: n.iconFileUpload.iconType
|
18200
18295
|
}, null, 8, ["iconClass", "type"]),
|
18201
|
-
n.allowMultipleFileUploads ? (a(), r("span",
|
18202
|
-
], 10,
|
18296
|
+
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))
|
18297
|
+
], 10, $b),
|
18203
18298
|
n.enableDragAndDrop ? (a(), r("p", {
|
18204
18299
|
key: 0,
|
18205
18300
|
class: x(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
@@ -18229,7 +18324,7 @@ function lx(e, t, n, s, i, l) {
|
|
18229
18324
|
placeholder: e.getMessage("upload_form.placeholder.comment"),
|
18230
18325
|
status: n.commentStatusMessage ? "error" : ""
|
18231
18326
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
18232
|
-
o("div",
|
18327
|
+
o("div", nx, [
|
18233
18328
|
o("button", {
|
18234
18329
|
class: x([
|
18235
18330
|
"button primary",
|
@@ -18241,8 +18336,8 @@ function lx(e, t, n, s, i, l) {
|
|
18241
18336
|
onClick: t[5] || (t[5] = (...f) => l.uploadFiles && l.uploadFiles(...f))
|
18242
18337
|
}, [
|
18243
18338
|
p(c, j(Ve(n.iconUpload)), null, 16),
|
18244
|
-
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span",
|
18245
|
-
], 10,
|
18339
|
+
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))
|
18340
|
+
], 10, ix),
|
18246
18341
|
o("button", {
|
18247
18342
|
class: x(["button", { disabled: i.listOfFiles.length === 0 }]),
|
18248
18343
|
onClick: t[6] || (t[6] = (...f) => l.cancel && l.cancel(...f))
|
@@ -18257,13 +18352,13 @@ function lx(e, t, n, s, i, l) {
|
|
18257
18352
|
onClick: t[7] || (t[7] = S((...f) => l.selectFiles && l.selectFiles(...f), ["prevent"])),
|
18258
18353
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
18259
18354
|
}, zt(l.dragAndDropHandler, !0)), [
|
18260
|
-
i.uploadInitiated ? (a(), r("span",
|
18355
|
+
i.uploadInitiated ? (a(), r("span", ax, [
|
18261
18356
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
18262
18357
|
o("progress", {
|
18263
18358
|
max: "100",
|
18264
18359
|
value: l.totalUploadProgress,
|
18265
18360
|
title: l.totalBytesUploaded
|
18266
|
-
}, null, 8,
|
18361
|
+
}, null, 8, sx)
|
18267
18362
|
])) : m("", !0),
|
18268
18363
|
A(e.$slots, "default", {}, () => [
|
18269
18364
|
n.enableDragAndDrop ? (a(), r(_, { key: 1 }, [
|
@@ -18302,7 +18397,7 @@ function lx(e, t, n, s, i, l) {
|
|
18302
18397
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
18303
18398
|
], 64);
|
18304
18399
|
}
|
18305
|
-
const
|
18400
|
+
const dx = /* @__PURE__ */ M(Mb, [["render", rx]]), ux = {
|
18306
18401
|
name: "CmdWidthLimitationWrapper",
|
18307
18402
|
props: {
|
18308
18403
|
/**
|
@@ -18408,8 +18503,8 @@ const ox = /* @__PURE__ */ M(Ib, [["render", lx]]), ax = {
|
|
18408
18503
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
18409
18504
|
}
|
18410
18505
|
}
|
18411
|
-
},
|
18412
|
-
function
|
18506
|
+
}, cx = ["id"], mx = ["id"];
|
18507
|
+
function px(e, t, n, s, i, l) {
|
18413
18508
|
const d = J;
|
18414
18509
|
return a(), r("div", {
|
18415
18510
|
class: x(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
@@ -18427,16 +18522,16 @@ function dx(e, t, n, s, i, l) {
|
|
18427
18522
|
}, [
|
18428
18523
|
A(e.$slots, "default")
|
18429
18524
|
], 2))
|
18430
|
-
], 10,
|
18525
|
+
], 10, cx)) : (a(), r(_, { key: 1 }, [
|
18431
18526
|
n.anchorId ? (a(), r("a", {
|
18432
18527
|
key: 0,
|
18433
18528
|
id: n.anchorId
|
18434
|
-
}, null, 8,
|
18529
|
+
}, null, 8, mx)) : m("", !0),
|
18435
18530
|
A(e.$slots, "default")
|
18436
18531
|
], 64))
|
18437
18532
|
], 2);
|
18438
18533
|
}
|
18439
|
-
const Tl = /* @__PURE__ */ M(
|
18534
|
+
const Tl = /* @__PURE__ */ M(ux, [["render", px]]), fx = {
|
18440
18535
|
name: "ComponentSettings",
|
18441
18536
|
data() {
|
18442
18537
|
return {
|
@@ -18529,7 +18624,7 @@ const Tl = /* @__PURE__ */ M(ax, [["render", dx]]), ux = {
|
|
18529
18624
|
}
|
18530
18625
|
}
|
18531
18626
|
};
|
18532
|
-
function
|
18627
|
+
function hx(e, t, n, s, i, l) {
|
18533
18628
|
const d = ie, u = wn;
|
18534
18629
|
return a(), v(u, {
|
18535
18630
|
"use-slots": ["body"],
|
@@ -18555,7 +18650,7 @@ function cx(e, t, n, s, i, l) {
|
|
18555
18650
|
_: 1
|
18556
18651
|
}, 8, ["cmdHeadline"]);
|
18557
18652
|
}
|
18558
|
-
const
|
18653
|
+
const gx = /* @__PURE__ */ M(fx, [["render", hx]]), yx = {
|
18559
18654
|
name: "MultipleBoxWrapper",
|
18560
18655
|
props: {
|
18561
18656
|
segments: {
|
@@ -18563,10 +18658,10 @@ const mx = /* @__PURE__ */ M(ux, [["render", cx]]), px = {
|
|
18563
18658
|
default: null
|
18564
18659
|
}
|
18565
18660
|
}
|
18566
|
-
},
|
18567
|
-
function
|
18661
|
+
}, bx = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
18662
|
+
function xx(e, t, n, s, i, l) {
|
18568
18663
|
const d = wn, u = Ri;
|
18569
|
-
return a(), r("div",
|
18664
|
+
return a(), r("div", bx, [
|
18570
18665
|
(a(!0), r(_, null, q(n.segments, (c, h) => (a(), r(_, { key: h }, [
|
18571
18666
|
p(u, I({ ref_for: !0 }, c), {
|
18572
18667
|
default: k((f) => [
|
@@ -18589,7 +18684,7 @@ function hx(e, t, n, s, i, l) {
|
|
18589
18684
|
], 64))), 128))
|
18590
18685
|
]);
|
18591
18686
|
}
|
18592
|
-
const
|
18687
|
+
const Cx = /* @__PURE__ */ M(yx, [["render", xx]]), vx = {
|
18593
18688
|
name: "MultipleListsOfLinks",
|
18594
18689
|
props: {
|
18595
18690
|
segments: {
|
@@ -18597,10 +18692,10 @@ const gx = /* @__PURE__ */ M(px, [["render", hx]]), yx = {
|
|
18597
18692
|
default: null
|
18598
18693
|
}
|
18599
18694
|
}
|
18600
|
-
},
|
18601
|
-
function
|
18695
|
+
}, wx = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
18696
|
+
function kx(e, t, n, s, i, l) {
|
18602
18697
|
const d = Cn;
|
18603
|
-
return a(), r("div",
|
18698
|
+
return a(), r("div", wx, [
|
18604
18699
|
(a(!0), r(_, null, q(n.segments, (u, c) => (a(), r(_, { key: c }, [
|
18605
18700
|
p(d, {
|
18606
18701
|
links: u.links,
|
@@ -18612,7 +18707,7 @@ function xx(e, t, n, s, i, l) {
|
|
18612
18707
|
], 64))), 128))
|
18613
18708
|
]);
|
18614
18709
|
}
|
18615
|
-
const
|
18710
|
+
const Tx = /* @__PURE__ */ M(vx, [["render", kx]]), Sx = {
|
18616
18711
|
name: "ContactInformation",
|
18617
18712
|
props: {
|
18618
18713
|
/**
|
@@ -18645,35 +18740,35 @@ const Cx = /* @__PURE__ */ M(yx, [["render", xx]]), vx = {
|
|
18645
18740
|
return !this.$scopedSlots["custom-info"];
|
18646
18741
|
}
|
18647
18742
|
}
|
18648
|
-
},
|
18743
|
+
}, _x = {
|
18649
18744
|
key: 1,
|
18650
18745
|
class: "flex-container"
|
18651
|
-
},
|
18652
|
-
function
|
18746
|
+
}, Ox = { class: "flex-container vertical" };
|
18747
|
+
function Lx(e, t, n, s, i, l) {
|
18653
18748
|
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",
|
18749
|
+
return l.contactFormOnly ? (a(), v(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div", _x, [
|
18655
18750
|
p(d, j(Ve(e.basicForm)), null, 16),
|
18656
|
-
o("div",
|
18751
|
+
o("div", Ox, [
|
18657
18752
|
n.cmdAddressData ? (a(), v(u, j(I({ key: 0 }, n.cmdAddressData)), null, 16)) : m("", !0),
|
18658
18753
|
n.cmdGoogleMaps ? (a(), v(c, j(I({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : m("", !0),
|
18659
18754
|
A(e.$slots, "additional-info")
|
18660
18755
|
])
|
18661
18756
|
]));
|
18662
18757
|
}
|
18663
|
-
const
|
18758
|
+
const Ix = /* @__PURE__ */ M(Sx, [["render", Lx]]), Bx = {
|
18664
18759
|
name: "PageOverview",
|
18665
18760
|
data() {
|
18666
18761
|
return {
|
18667
18762
|
addressData: Qi,
|
18668
|
-
faqsData:
|
18669
|
-
boxesTeamOverviewData:
|
18670
|
-
listOfDownloadsData:
|
18671
|
-
listOfSiteLinksData:
|
18763
|
+
faqsData: wg,
|
18764
|
+
boxesTeamOverviewData: kg,
|
18765
|
+
listOfDownloadsData: Tg,
|
18766
|
+
listOfSiteLinksData: Sg
|
18672
18767
|
};
|
18673
18768
|
}
|
18674
18769
|
};
|
18675
|
-
function
|
18676
|
-
const d =
|
18770
|
+
function Fx(e, t, n, s, i, l) {
|
18771
|
+
const d = Ix, u = Tl, c = Tx, h = Cx;
|
18677
18772
|
return a(), r(_, null, [
|
18678
18773
|
p(u, null, {
|
18679
18774
|
default: k(() => [
|
@@ -18730,7 +18825,7 @@ function Ox(e, t, n, s, i, l) {
|
|
18730
18825
|
})
|
18731
18826
|
], 64);
|
18732
18827
|
}
|
18733
|
-
const Sl = /* @__PURE__ */ M(
|
18828
|
+
const Sl = /* @__PURE__ */ M(Bx, [["render", Fx]]), Dx = {
|
18734
18829
|
data() {
|
18735
18830
|
return {
|
18736
18831
|
defaultMessageProperties: {
|
@@ -18762,7 +18857,7 @@ function _l(e, t = "dmy", n = ".") {
|
|
18762
18857
|
}
|
18763
18858
|
return u;
|
18764
18859
|
}
|
18765
|
-
function
|
18860
|
+
function Mx(e = "00:00", t = 24, n = "h") {
|
18766
18861
|
const [s, i] = e.split(":");
|
18767
18862
|
let l = parseInt(s, 10), d = "";
|
18768
18863
|
if (t = t.toString(), t === "12") {
|
@@ -18774,9 +18869,9 @@ function Ix(e = "00:00", t = 24, n = "h") {
|
|
18774
18869
|
throw new Error("function 'formatTime()' received invalid format as parameter. Provide format-parameter as 12 or 24.");
|
18775
18870
|
}
|
18776
18871
|
}
|
18777
|
-
const
|
18872
|
+
const Vx = {
|
18778
18873
|
name: "CmdMailToolEntry",
|
18779
|
-
mixins: [ce,
|
18874
|
+
mixins: [ce, Dx],
|
18780
18875
|
data() {
|
18781
18876
|
return {
|
18782
18877
|
expandMail: /* @__PURE__ */ new Set(),
|
@@ -18860,7 +18955,7 @@ const Bx = {
|
|
18860
18955
|
return _l(e, this.dateFormat, this.dateSeparator);
|
18861
18956
|
},
|
18862
18957
|
mailFormatTime(e) {
|
18863
|
-
return
|
18958
|
+
return Mx(e, this.timeFormat);
|
18864
18959
|
},
|
18865
18960
|
readMail(e) {
|
18866
18961
|
this.mailIsRead.add(e), this.expandMail.add(e);
|
@@ -18875,8 +18970,8 @@ const Bx = {
|
|
18875
18970
|
this.expandMail.has(e) ? this.expandMail.delete(e) : this.expandMail.add(e);
|
18876
18971
|
}
|
18877
18972
|
}
|
18878
|
-
},
|
18879
|
-
function
|
18973
|
+
}, 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 };
|
18974
|
+
function Zx(e, t, n, s, i, l) {
|
18880
18975
|
const d = ge, u = Ne;
|
18881
18976
|
return n.mails.length ? (a(!0), r(_, { key: 0 }, q(n.mails, (c, h) => {
|
18882
18977
|
var f;
|
@@ -18885,9 +18980,9 @@ function Wx(e, t, n, s, i, l) {
|
|
18885
18980
|
class: x(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(c.id) }]),
|
18886
18981
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
18887
18982
|
}, [
|
18888
|
-
o("dl",
|
18889
|
-
o("dt",
|
18890
|
-
o("dd",
|
18983
|
+
o("dl", Ax, [
|
18984
|
+
o("dt", Ex, y(n.boxType === "inbox" ? e.getMessage("mail_tool_entry.description_label.from") : e.getMessage("mail_tool_entry.description_label.to")), 1),
|
18985
|
+
o("dd", Hx, [
|
18891
18986
|
(f = c.cmdImage) != null && f.src ? (a(), v(d, {
|
18892
18987
|
key: 0,
|
18893
18988
|
src: c.cmdImage.src,
|
@@ -18895,36 +18990,36 @@ function Wx(e, t, n, s, i, l) {
|
|
18895
18990
|
title: c.cmdImage.title || c.contactFullName,
|
18896
18991
|
useFigureTag: !1
|
18897
18992
|
}, null, 8, ["src", "alt", "title"])) : m("", !0),
|
18898
|
-
o("span",
|
18993
|
+
o("span", qx, y(c.contactFullName), 1)
|
18899
18994
|
]),
|
18900
18995
|
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.subject")), 1),
|
18901
18996
|
o("dd", null, [
|
18902
18997
|
o("a", {
|
18903
18998
|
href: "#",
|
18904
18999
|
onClick: S((g) => l.readMail(c.id), ["prevent"])
|
18905
|
-
}, y(c.subject), 9,
|
19000
|
+
}, y(c.subject), 9, Rx)
|
18906
19001
|
])
|
18907
19002
|
]),
|
18908
|
-
o("div",
|
18909
|
-
o("dl",
|
19003
|
+
o("div", jx, [
|
19004
|
+
o("dl", Nx, [
|
18910
19005
|
t[0] || (t[0] = o("dt", null, "Received:", -1)),
|
18911
19006
|
o("dd", null, [
|
18912
19007
|
o("time", {
|
18913
19008
|
datetime: c.isoDate
|
18914
|
-
}, y(l.mailFormatDate(c.isoDate)), 9,
|
19009
|
+
}, y(l.mailFormatDate(c.isoDate)), 9, Ux),
|
18915
19010
|
o("time", {
|
18916
19011
|
datetime: c.time
|
18917
|
-
}, y(l.mailFormatTime(c.time)), 9,
|
19012
|
+
}, y(l.mailFormatTime(c.time)), 9, zx)
|
18918
19013
|
])
|
18919
19014
|
]),
|
18920
|
-
o("div",
|
19015
|
+
o("div", Gx, [
|
18921
19016
|
o("a", {
|
18922
19017
|
href: "#",
|
18923
19018
|
onClick: S((g) => l.deleteMail(c.id), ["prevent"]),
|
18924
19019
|
title: "Delete this mail"
|
18925
19020
|
}, t[1] || (t[1] = [
|
18926
19021
|
o("span", { class: "icon-delete" }, null, -1)
|
18927
|
-
]), 8,
|
19022
|
+
]), 8, Wx),
|
18928
19023
|
o("a", {
|
18929
19024
|
href: "#",
|
18930
19025
|
onClick: S((g) => l.toggleReadStatus(c.id), ["prevent"]),
|
@@ -18933,7 +19028,7 @@ function Wx(e, t, n, s, i, l) {
|
|
18933
19028
|
o("span", {
|
18934
19029
|
class: x(i.mailIsRead.has(c.id) ? "icon-visible" : "icon-not-visible")
|
18935
19030
|
}, null, 2)
|
18936
|
-
], 8,
|
19031
|
+
], 8, Kx),
|
18937
19032
|
o("a", {
|
18938
19033
|
href: "#",
|
18939
19034
|
onClick: S((g) => l.toggleExpandMail(c.id), ["prevent"]),
|
@@ -18942,17 +19037,17 @@ function Wx(e, t, n, s, i, l) {
|
|
18942
19037
|
o("span", {
|
18943
19038
|
class: x(i.expandMail.has(c.id) ? "icon-chevron-one-stripe-up" : "icon-chevron-one-stripe-down")
|
18944
19039
|
}, null, 2)
|
18945
|
-
], 8,
|
19040
|
+
], 8, Yx)
|
18946
19041
|
])
|
18947
19042
|
])
|
18948
|
-
], 10,
|
18949
|
-
i.expandMail.has(c.id) ? (a(), r("div",
|
19043
|
+
], 10, Px),
|
19044
|
+
i.expandMail.has(c.id) ? (a(), r("div", Jx, [
|
18950
19045
|
o("header", null, " mailId: " + y(c.id), 1)
|
18951
19046
|
])) : m("", !0)
|
18952
19047
|
], 64);
|
18953
19048
|
}), 128)) : (a(), v(u, j(I({ key: 1 }, n.cmdSystemMessage)), null, 16));
|
18954
19049
|
}
|
18955
|
-
const
|
19050
|
+
const Qx = /* @__PURE__ */ M(Vx, [["render", Zx]]), Xx = {
|
18956
19051
|
name: "CmdMailToolFilter",
|
18957
19052
|
data() {
|
18958
19053
|
return {
|
@@ -19071,16 +19166,16 @@ const Kx = /* @__PURE__ */ M(Bx, [["render", Wx]]), Yx = {
|
|
19071
19166
|
immediate: !0
|
19072
19167
|
}
|
19073
19168
|
}
|
19074
|
-
},
|
19075
|
-
function
|
19169
|
+
}, $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 };
|
19170
|
+
function a1(e, t, n, s, i, l) {
|
19076
19171
|
const d = J, u = ie;
|
19077
|
-
return a(), r("div",
|
19172
|
+
return a(), r("div", $x, [
|
19078
19173
|
l.headlineText ? (a(), v(d, {
|
19079
19174
|
key: 0,
|
19080
19175
|
headlineText: l.headlineText,
|
19081
19176
|
headlineLevel: l.headlineLevel
|
19082
19177
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
19083
|
-
o("div",
|
19178
|
+
o("div", e1, [
|
19084
19179
|
p(u, {
|
19085
19180
|
element: "input",
|
19086
19181
|
type: "search",
|
@@ -19113,34 +19208,34 @@ function n1(e, t, n, s, i, l) {
|
|
19113
19208
|
inputValue: l.senderReceiver
|
19114
19209
|
}, null, 8, ["id", "labelText", "modelValue", "inputValue"])
|
19115
19210
|
]),
|
19116
|
-
o("div",
|
19211
|
+
o("div", t1, [
|
19117
19212
|
i.sortOrderAsc ? (a(), r("a", {
|
19118
19213
|
key: 0,
|
19119
19214
|
href: "#",
|
19120
19215
|
onClick: t[3] || (t[3] = S((c) => l.sortByDate("asc"), ["prevent"])),
|
19121
19216
|
title: n.linkSortAscending.title
|
19122
19217
|
}, [
|
19123
|
-
n.linkSortAscending.text ? (a(), r("span",
|
19218
|
+
n.linkSortAscending.text ? (a(), r("span", i1, y(n.linkSortAscending.text), 1)) : m("", !0),
|
19124
19219
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
19125
19220
|
key: 1,
|
19126
19221
|
class: x(n.linkSortAscending.iconClass)
|
19127
19222
|
}, null, 2)) : m("", !0)
|
19128
|
-
], 8,
|
19223
|
+
], 8, n1)) : (a(), r("a", {
|
19129
19224
|
key: 1,
|
19130
19225
|
href: "#",
|
19131
19226
|
onClick: t[4] || (t[4] = S((c) => l.sortByDate("desc"), ["prevent"])),
|
19132
19227
|
title: n.linkSortDescending.title
|
19133
19228
|
}, [
|
19134
|
-
n.linkSortDescending.text ? (a(), r("span",
|
19229
|
+
n.linkSortDescending.text ? (a(), r("span", o1, y(n.linkSortDescending.text), 1)) : m("", !0),
|
19135
19230
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
19136
19231
|
key: 1,
|
19137
19232
|
class: x(n.linkSortDescending.iconClass)
|
19138
19233
|
}, null, 2)) : m("", !0)
|
19139
|
-
], 8,
|
19234
|
+
], 8, l1))
|
19140
19235
|
])
|
19141
19236
|
]);
|
19142
19237
|
}
|
19143
|
-
const
|
19238
|
+
const s1 = /* @__PURE__ */ M(Xx, [["render", a1]]), r1 = {
|
19144
19239
|
name: "CmdMailTool",
|
19145
19240
|
data() {
|
19146
19241
|
return {
|
@@ -19239,8 +19334,8 @@ const i1 = /* @__PURE__ */ M(Yx, [["render", n1]]), l1 = {
|
|
19239
19334
|
}
|
19240
19335
|
}
|
19241
19336
|
};
|
19242
|
-
function
|
19243
|
-
const d =
|
19337
|
+
function d1(e, t, n, s, i, l) {
|
19338
|
+
const d = s1, u = Qx, c = el;
|
19244
19339
|
return a(), v(c, I({ class: "cmd-mail-tool" }, n.cmdTabs), {
|
19245
19340
|
"tab-content-0": k(() => [
|
19246
19341
|
p(d, I(n.cmdMailToolFilterInbox, {
|
@@ -19259,7 +19354,7 @@ function o1(e, t, n, s, i, l) {
|
|
19259
19354
|
_: 1
|
19260
19355
|
}, 16);
|
19261
19356
|
}
|
19262
|
-
const
|
19357
|
+
const u1 = /* @__PURE__ */ M(r1, [["render", d1]]), c1 = {
|
19263
19358
|
name: "CmdListOfImages",
|
19264
19359
|
emits: ["click"],
|
19265
19360
|
// mixins: [EditMode],
|
@@ -19330,11 +19425,11 @@ const a1 = /* @__PURE__ */ M(l1, [["render", o1]]), s1 = {
|
|
19330
19425
|
}
|
19331
19426
|
*/
|
19332
19427
|
}
|
19333
|
-
},
|
19428
|
+
}, m1 = {
|
19334
19429
|
key: 0,
|
19335
19430
|
href: "#"
|
19336
19431
|
};
|
19337
|
-
function
|
19432
|
+
function p1(e, t, n, s, i, l) {
|
19338
19433
|
var c;
|
19339
19434
|
const d = J, u = ge;
|
19340
19435
|
return a(), r("div", {
|
@@ -19350,7 +19445,7 @@ function d1(e, t, n, s, i, l) {
|
|
19350
19445
|
class: x(["list-of-images", { vertical: n.orientation === "vertical" }])
|
19351
19446
|
}, [
|
19352
19447
|
(a(!0), r(_, null, q(n.images, (h, f) => (a(), r("li", { key: f }, [
|
19353
|
-
h.image.url ? (a(), r("a",
|
19448
|
+
h.image.url ? (a(), r("a", m1, [
|
19354
19449
|
p(u, I({ ref_for: !0 }, h), null, 16)
|
19355
19450
|
])) : (a(), v(u, I({
|
19356
19451
|
key: 1,
|
@@ -19360,95 +19455,6 @@ function d1(e, t, n, s, i, l) {
|
|
19360
19455
|
], 2)
|
19361
19456
|
], 2);
|
19362
19457
|
}
|
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
19458
|
const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
19453
19459
|
{
|
19454
19460
|
id: 1,
|
@@ -20306,7 +20312,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
20306
20312
|
text: "Zimbabwe",
|
20307
20313
|
value: "zw"
|
20308
20314
|
}
|
20309
|
-
], w1 = "comand-component-library", k1 = "4.1.
|
20315
|
+
], w1 = "comand-component-library", k1 = "4.1.98", T1 = "GPL-3.0-only", S1 = "CoManD-UI", _1 = "module", O1 = {
|
20310
20316
|
prepublishOnly: "npm run build-lib",
|
20311
20317
|
dev: "vite",
|
20312
20318
|
build: "vite build",
|
@@ -21251,7 +21257,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21251
21257
|
selectedLanguage: "none",
|
21252
21258
|
fancyBoxCookieDisclaimer: !1,
|
21253
21259
|
componentNameForContainer: "CmdHeadline",
|
21254
|
-
listOfComponents:
|
21260
|
+
listOfComponents: Kh,
|
21255
21261
|
activeEntry: "CmdAddressData",
|
21256
21262
|
basicFormData: {},
|
21257
21263
|
componentControls: {},
|
@@ -21378,37 +21384,37 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21378
21384
|
},
|
21379
21385
|
// assign data from json files to data-properties
|
21380
21386
|
addressData: Qi,
|
21381
|
-
bankAccountData:
|
21382
|
-
boxProductData:
|
21383
|
-
boxUserData:
|
21384
|
-
breadcrumbsData:
|
21385
|
-
companyLogoData:
|
21386
|
-
cookieDisclaimerData:
|
21387
|
-
fakeSelectColorsData:
|
21388
|
-
fakeSelectCountriesData:
|
21387
|
+
bankAccountData: hh,
|
21388
|
+
boxProductData: gh,
|
21389
|
+
boxUserData: yh,
|
21390
|
+
breadcrumbsData: Ch,
|
21391
|
+
companyLogoData: Lh,
|
21392
|
+
cookieDisclaimerData: kh,
|
21393
|
+
fakeSelectColorsData: Ih,
|
21394
|
+
fakeSelectCountriesData: Bh,
|
21389
21395
|
fakeSelectFilterOptionsData: ei,
|
21390
|
-
fakeSelectOptionsData:
|
21391
|
-
formElementsData:
|
21392
|
-
imageData:
|
21393
|
-
imageZoomData:
|
21394
|
-
imageGalleryData:
|
21395
|
-
inputGroupReplacedRadiobuttonsData:
|
21396
|
-
inputGroupToggleSwitchRadiobuttonsData:
|
21396
|
+
fakeSelectOptionsData: Fh,
|
21397
|
+
formElementsData: Dh,
|
21398
|
+
imageData: Nh,
|
21399
|
+
imageZoomData: jh,
|
21400
|
+
imageGalleryData: Hh,
|
21401
|
+
inputGroupReplacedRadiobuttonsData: zh,
|
21402
|
+
inputGroupToggleSwitchRadiobuttonsData: Gh,
|
21397
21403
|
languagesData: $i,
|
21398
|
-
listOfLinksData:
|
21399
|
-
multistepsData:
|
21404
|
+
listOfLinksData: Wh,
|
21405
|
+
multistepsData: eg,
|
21400
21406
|
mailToolData: y1,
|
21401
21407
|
navigationData: Xi,
|
21402
|
-
openingHoursData:
|
21403
|
-
selectOptionsData:
|
21404
|
-
slideshowData:
|
21408
|
+
openingHoursData: tg,
|
21409
|
+
selectOptionsData: ng,
|
21410
|
+
slideshowData: ig,
|
21405
21411
|
smartSearchData: C1,
|
21406
|
-
socialNetworksData:
|
21407
|
-
tableDataSmall:
|
21408
|
-
tableDataLarge:
|
21409
|
-
tabsData:
|
21410
|
-
thumbnailScrollerImagesData:
|
21411
|
-
thumbnailScrollerTextData:
|
21412
|
+
socialNetworksData: ag,
|
21413
|
+
tableDataSmall: bg,
|
21414
|
+
tableDataLarge: pg,
|
21415
|
+
tabsData: xg,
|
21416
|
+
thumbnailScrollerImagesData: Cg,
|
21417
|
+
thumbnailScrollerTextData: vg,
|
21412
21418
|
allCountriesData: v1,
|
21413
21419
|
packageJson: D1
|
21414
21420
|
};
|
@@ -21497,7 +21503,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21497
21503
|
return (t, n) => Bp(e)(t, n).toLowerCase();
|
21498
21504
|
},
|
21499
21505
|
idForReplacedInputsInInputGroup(e) {
|
21500
|
-
return
|
21506
|
+
return Uh.map((t) => ({ ...t, id: e + t.id, name: e + t.name }));
|
21501
21507
|
},
|
21502
21508
|
closeCookieDisclaimer(e) {
|
21503
21509
|
this.fancyBoxCookieDisclaimer = !1, alert(e.join(", "));
|
@@ -21728,7 +21734,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21728
21734
|
id: "content"
|
21729
21735
|
};
|
21730
21736
|
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 =
|
21737
|
+
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
21738
|
return ne((a(), r("div", {
|
21733
21739
|
class: "page-wrapper",
|
21734
21740
|
id: l.templateId
|
@@ -22245,11 +22251,14 @@ function mv(e, t, n, s, i, l) {
|
|
22245
22251
|
status: i.validationStatus,
|
22246
22252
|
disabled: i.disabledStatus
|
22247
22253
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22248
|
-
p(F,
|
22254
|
+
p(F, {
|
22255
|
+
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
22256
|
+
cmdFormElement: i.smartSearchData.cmdFormElement,
|
22257
|
+
openListToTop: !0,
|
22249
22258
|
modelValue: i.smartSearch,
|
22250
22259
|
"onUpdate:modelValue": t[32] || (t[32] = (C) => i.smartSearch = C),
|
22251
22260
|
disabled: i.disabledStatus
|
22252
|
-
}
|
22261
|
+
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"])
|
22253
22262
|
]),
|
22254
22263
|
t[162] || (t[162] = o("h3", null, "Textarea", -1)),
|
22255
22264
|
p(T, {
|
@@ -24445,32 +24454,33 @@ export {
|
|
24445
24454
|
Xf as CmdSiteSearch,
|
24446
24455
|
Lt as CmdSlideButton,
|
24447
24456
|
oh as CmdSlideshow,
|
24457
|
+
dh as CmdSmartSearch,
|
24448
24458
|
Zi as CmdSocialNetworks,
|
24449
|
-
|
24459
|
+
Dg as CmdSwitchLanguage,
|
24450
24460
|
Ne as CmdSystemMessage,
|
24451
|
-
|
24461
|
+
Ug as CmdTable,
|
24452
24462
|
el as CmdTabs,
|
24453
|
-
|
24463
|
+
ty as CmdTextImageBlock,
|
24454
24464
|
Ei as CmdThumbnailScroller,
|
24455
|
-
|
24465
|
+
oy as CmdToggleDarkMode,
|
24456
24466
|
Mi as CmdTooltip,
|
24457
|
-
|
24467
|
+
dx as CmdUploadForm,
|
24458
24468
|
Tl as CmdWidthLimitationWrapper,
|
24459
24469
|
Cv as ComponentLibrary,
|
24460
|
-
|
24470
|
+
Ix as ContactInformation,
|
24461
24471
|
kv as DirFancybox,
|
24462
24472
|
vv as DirFocus,
|
24463
24473
|
wv as DirTelephone,
|
24464
24474
|
qe as EditComponentWrapper,
|
24465
24475
|
ce as I18n,
|
24466
|
-
|
24467
|
-
|
24476
|
+
Cx as MultipleBoxWrapper,
|
24477
|
+
Tx as MultipleListsOfLinks,
|
24468
24478
|
Tv as capitalizeFirstLetter,
|
24469
24479
|
Vi as createHtmlId,
|
24470
24480
|
nt as createUuid,
|
24471
24481
|
xv as currentDate,
|
24472
24482
|
_l as formatDate,
|
24473
|
-
|
24483
|
+
Mx as formatTime,
|
24474
24484
|
_v as fullName,
|
24475
24485
|
Wi as getCookieDisclaimerCookie,
|
24476
24486
|
Xe as getFileExtension,
|