@luzmo/analytics-components-kit 1.0.1-alpha.85 → 1.0.1-alpha.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular/README.md +1 -0
- package/angular/components/ai-interaction-textarea.component.ts +2 -0
- package/angular/components/dataset-icon.component.ts +21 -0
- package/angular/components/dataset-selector-row.component.ts +2 -0
- package/angular/esm/components/ai-interaction-textarea.component.d.ts +2 -1
- package/angular/esm/components/ai-interaction-textarea.component.js +7 -2
- package/angular/esm/components/dataset-icon.component.d.ts +9 -0
- package/angular/esm/components/dataset-icon.component.js +36 -0
- package/angular/esm/components/dataset-selector-row.component.d.ts +2 -1
- package/angular/esm/components/dataset-selector-row.component.js +7 -2
- package/angular/esm/index.d.ts +3 -1
- package/angular/esm/index.js +3 -0
- package/angular/esm/types.d.ts +14 -0
- package/angular/index.ts +3 -0
- package/angular/types.ts +13 -0
- package/components/ai-chat-messages-container/index.cjs +1 -1
- package/components/ai-chat-messages-container/index.js +2 -2
- package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +7 -1
- package/components/ai-interaction-textarea/index.cjs +32 -28
- package/components/ai-interaction-textarea/index.js +62 -49
- package/components/area-chart-options.config-C7sMAHco.cjs +20 -0
- package/components/{area-chart-options.config-u8itidsi.js → area-chart-options.config-_J0sG4NF.js} +26 -14
- package/components/{bar-chart-options.config-DIirbAJ0.js → bar-chart-options.config-D1mb5TDl.js} +35 -21
- package/components/bar-chart-options.config-DcxEkOT5.cjs +20 -0
- package/components/box-plot-options.config-SrrbDEYW.cjs +20 -0
- package/components/{box-plot-options.config-BWROiguA.js → box-plot-options.config-xu_i6ms7.js} +88 -52
- package/components/{bubble-chart-options.config-4QD8VPhU.js → bubble-chart-options.config-BacgXkJ_.js} +18 -9
- package/components/bubble-chart-options.config-Ihn6eVQI.cjs +20 -0
- package/components/{bullet-chart-options.config-3bH7uekx.js → bullet-chart-options.config-CDPpX1yc.js} +1 -1
- package/components/{bullet-chart-options.config-tWb6Fio-.cjs → bullet-chart-options.config-DfS4Bwds.cjs} +1 -1
- package/components/calculate-data-item-icon-DZDqb3xu.js +139 -0
- package/components/{calculate-data-item-icon-CX4VW9Km.cjs → calculate-data-item-icon-DjW1_RI1.cjs} +1 -1
- package/components/{choropleth-map-options.config-CMxx3ORp.js → choropleth-map-options.config-B_W9-rhe.js} +84 -63
- package/components/choropleth-map-options.config-ZW8yoZH2.cjs +20 -0
- package/components/{circular-gauge-options.config-DhIKn44k.js → circular-gauge-options.config-DAIjz4Rl.js} +36 -23
- package/components/circular-gauge-options.config-msZ4mfpN.cjs +20 -0
- package/components/color-B6LaL8qz.cjs +20 -0
- package/components/{color-B7m0j8lX.js → color-DuJ4-73S.js} +950 -941
- package/components/{color-range-utils-BSfqtB3A.js → color-range-utils-Bvo9sm5A.js} +32 -31
- package/components/color-range-utils-C5yXW7ZC.cjs +20 -0
- package/components/{column-chart-options.config-D5-yR7iq.js → column-chart-options.config-B5SjBVdy.js} +37 -27
- package/components/column-chart-options.config-BjDvA7i9.cjs +20 -0
- package/components/{conditional-number-options.config-DPYsdML5.js → conditional-number-options.config-BCEpSK9J.js} +40 -24
- package/components/conditional-number-options.config-DgzUo0xi.cjs +20 -0
- package/components/dataset-icon/dataset-icon.d.ts +45 -0
- package/components/dataset-icon/index.cjs +60 -0
- package/components/dataset-icon/index.d.ts +7 -0
- package/components/dataset-icon/index.js +167 -0
- package/components/dataset-selector-list/dataset-selector-list.d.ts +1 -0
- package/components/dataset-selector-list/index.cjs +10 -8
- package/components/dataset-selector-list/index.js +68 -68
- package/components/dataset-selector-row/dataset-selector-row.d.ts +7 -0
- package/components/dataset-selector-row/index.cjs +21 -18
- package/components/dataset-selector-row/index.js +63 -57
- package/components/{date-comparison-filter-options.config-QaoWaFUn.cjs → date-comparison-filter-options.config-DAVncmi0.cjs} +1 -1
- package/components/{date-comparison-filter-options.config-CSwGyuBg.js → date-comparison-filter-options.config-JA_yYpJa.js} +6 -3
- package/components/{date-filter-options.config-n-zhWaYa.cjs → date-filter-options.config-CWPMtA18.cjs} +1 -1
- package/components/{date-filter-options.config-BTVyHRkp.js → date-filter-options.config-DBRxlTWy.js} +6 -3
- package/components/display-settings/index.cjs +1 -1
- package/components/display-settings/index.js +1 -1
- package/components/display-settings-binning/index.cjs +5 -5
- package/components/display-settings-binning/index.js +30 -29
- package/components/display-settings-datetime/index.cjs +29 -29
- package/components/display-settings-datetime/index.js +120 -112
- package/components/display-settings-grand-totals/index.cjs +4 -4
- package/components/display-settings-grand-totals/index.js +24 -23
- package/components/display-settings-numeric/index.cjs +48 -48
- package/components/display-settings-numeric/index.js +211 -194
- package/components/display-settings-period-over-period/index.cjs +16 -16
- package/components/display-settings-period-over-period/index.js +97 -91
- package/components/{donut-chart-options.config-3ZqX8Cbb.js → donut-chart-options.config-BulUEiaH.js} +37 -21
- package/components/donut-chart-options.config-tNpqBZfR.cjs +20 -0
- package/components/draggable-data-item/index.cjs +8 -8
- package/components/draggable-data-item/index.js +45 -44
- package/components/draggable-data-item-level/index.cjs +11 -11
- package/components/draggable-data-item-level/index.js +92 -89
- package/components/{dropdown-filter-options.config-CGJTtgAX.js → dropdown-filter-options.config-D9dvPypF.js} +10 -7
- package/components/{dropdown-filter-options.config-DJvfCTk7.cjs → dropdown-filter-options.config-DS-MORmq.cjs} +1 -1
- package/components/droppable-slot/index.cjs +20 -20
- package/components/droppable-slot/index.js +181 -167
- package/components/edit-item/index.cjs +9 -9
- package/components/edit-item/index.js +119 -116
- package/components/edit-option/index.cjs +1 -1
- package/components/edit-option/index.js +1 -1
- package/components/edit-option-action-button-group/index.cjs +8 -8
- package/components/edit-option-action-button-group/index.js +53 -52
- package/components/{edit-option-base-Bh29-Cak.js → edit-option-base-DIc7iC-b.js} +1 -1
- package/components/{edit-option-base-tFr8Qg2B.cjs → edit-option-base-VhTih9T1.cjs} +1 -1
- package/components/edit-option-color-palette-picker/index.cjs +1 -1
- package/components/edit-option-color-palette-picker/index.js +1 -1
- package/components/edit-option-color-picker/index.cjs +1 -1
- package/components/edit-option-color-picker/index.js +1 -1
- package/components/edit-option-color-range/index.cjs +19 -19
- package/components/edit-option-color-range/index.js +117 -106
- package/components/edit-option-multi-language-field/index.cjs +3 -3
- package/components/edit-option-multi-language-field/index.js +27 -26
- package/components/edit-option-number-field/index.cjs +1 -1
- package/components/edit-option-number-field/index.js +1 -1
- package/components/edit-option-picker/index.cjs +5 -5
- package/components/edit-option-picker/index.js +7 -7
- package/components/edit-option-position-picker/index.cjs +4 -4
- package/components/edit-option-position-picker/index.js +25 -21
- package/components/edit-option-positions-number-field/index.cjs +9 -9
- package/components/edit-option-positions-number-field/index.js +81 -76
- package/components/edit-option-radio-button-group/index.cjs +6 -6
- package/components/edit-option-radio-button-group/index.js +22 -21
- package/components/edit-option-slider/index.cjs +1 -1
- package/components/edit-option-slider/index.js +1 -1
- package/components/edit-option-switch/index.cjs +1 -1
- package/components/edit-option-switch/index.js +1 -1
- package/components/edit-option-text-field/index.cjs +2 -2
- package/components/edit-option-text-field/index.js +23 -22
- package/components/en-BKBhKBXY.cjs +20 -0
- package/components/en-BOTjhwEc.js +1488 -0
- package/components/{en-GB-CbNfyZMo.js → en-GB-CEHEs8F2.js} +1 -1
- package/components/{en-GB-CXVKFWyH.cjs → en-GB-DG6uS3sM.cjs} +1 -1
- package/components/{evolution-number-options.config-Bc9eKYnn.cjs → evolution-number-options.config-BgIZY4gQ.cjs} +1 -1
- package/components/{evolution-number-options.config-BIPO_4n3.js → evolution-number-options.config-DzkfeoIN.js} +14 -11
- package/components/{extrapolate-color-C0n1UDs-.cjs → extrapolate-color-0j_AeYkz.cjs} +1 -1
- package/components/{extrapolate-color-v1PimdQr.js → extrapolate-color-CC9CURf6.js} +1 -1
- package/components/filter-data-item-picker/index.cjs +7 -7
- package/components/filter-data-item-picker/index.js +86 -85
- package/components/filter-expression-picker/index.cjs +1 -1
- package/components/filter-expression-picker/index.js +1 -1
- package/components/filter-item/index.cjs +6 -6
- package/components/filter-item/index.js +119 -109
- package/components/filter-value-picker/index.cjs +2 -2
- package/components/filter-value-picker/index.js +36 -34
- package/components/filter-value-picker-datetime/index.cjs +8 -8
- package/components/filter-value-picker-datetime/index.js +71 -56
- package/components/filter-value-picker-hierarchy/index.cjs +12 -12
- package/components/filter-value-picker-hierarchy/index.js +124 -113
- package/components/filter-value-picker-numeric/index.cjs +8 -8
- package/components/filter-value-picker-numeric/index.js +110 -101
- package/components/focusable-B3E_hQmm.cjs +20 -0
- package/components/{focusable-BS2pbY7w.js → focusable-DCIFkpiW.js} +26 -24
- package/components/{funnel-chart-options.config-CrJy2U7_.js → funnel-chart-options.config-C_VjTOvD.js} +20 -5
- package/components/funnel-chart-options.config-D7H7gFcx.cjs +20 -0
- package/components/{get-css-variable-CuDaWSjr.cjs → get-css-variable-DLiZYZEi.cjs} +2 -2
- package/components/{get-css-variable-DEf4GhTH.js → get-css-variable-YlLiVgo8.js} +4 -4
- package/components/grid/index.cjs +46 -46
- package/components/grid/index.js +1873 -2612
- package/components/{heat-map-options.config-CmL87j1j.js → heat-map-options.config-BnLWe8jS.js} +41 -35
- package/components/heat-map-options.config-DVH-Bb5-.cjs +20 -0
- package/components/heat-table-options.config-B12JEYnp.cjs +20 -0
- package/components/{heat-table-options.config-BrCYAgYD.js → heat-table-options.config-CUsDdgUr.js} +88 -60
- package/components/helpers-DXQwEH1P.cjs +20 -0
- package/components/helpers-v1bPALRP.js +91 -0
- package/components/hexbin-map-options.config-DZERRhM8.cjs +20 -0
- package/components/{hexbin-map-options.config-BguV1w8q.js → hexbin-map-options.config-F-7uCqxb.js} +38 -20
- package/components/index-BPN3bG9X.js +1733 -0
- package/components/{index-BNAmjOkm.cjs → index-BPNsFiyq.cjs} +4 -4
- package/components/index-CQ9ck-BO.cjs +249 -0
- package/components/index-CXn67vdn.cjs +121 -0
- package/components/{index-haa7WNrl.js → index-CdIUfo-L.js} +481 -453
- package/components/{index-3WsfvkZF.js → index-Do7O9azB.js} +123 -112
- package/components/{index-BDFBUGBc.js → index-PMDgRSzR.js} +104 -94
- package/components/index-cfj52IbK.cjs +20 -0
- package/components/index.cjs +1 -1
- package/components/index.js +90 -88
- package/components/item-options-configs.cjs +1 -1
- package/components/item-options-configs.js +37 -37
- package/components/{line-chart-options.config-BhirTGqD.js → line-chart-options.config-DB3IsXXr.js} +28 -13
- package/components/line-chart-options.config-DSugoe0t.cjs +20 -0
- package/components/{localize-CcDpq940.js → localize-BX7q0S0M.js} +10 -10
- package/components/{localize-C4zNlrwK.cjs → localize-r7ALOUy_.cjs} +1 -1
- package/components/{marker-map-options.config-Bx17jmiq.js → marker-map-options.config-DPJ955tt.js} +1 -1
- package/components/{marker-map-options.config-CvhCylSC.cjs → marker-map-options.config-_FYZzRwA.cjs} +1 -1
- package/components/pivot-table-options.config-BiJXKSFR.cjs +20 -0
- package/components/{pivot-table-options.config-CFc7y0IT.js → pivot-table-options.config-DNK_AIG7.js} +24 -15
- package/components/pyramid-chart-options.config-C4zbFS26.cjs +20 -0
- package/components/{pyramid-chart-options.config-2Waxb11l.js → pyramid-chart-options.config-CcVMatYx.js} +43 -29
- package/components/{radar-chart-options.config-CPN5fOl8.js → radar-chart-options.config-CUZn_3Fd.js} +23 -11
- package/components/radar-chart-options.config-EqQu6PTh.cjs +20 -0
- package/components/{regular-table-options.config-CFKCJQK1.js → regular-table-options.config-BoLZsBry.js} +23 -17
- package/components/{regular-table-options.config-YRuoijIk.cjs → regular-table-options.config-DTx3RTnS.cjs} +1 -1
- package/components/{route-map-options.config-CyolTJfK.js → route-map-options.config-CN86T7c0.js} +109 -87
- package/components/route-map-options.config-D7NJePTu.cjs +20 -0
- package/components/{sankey-diagram-options.config-D7OSvSqm.cjs → sankey-diagram-options.config-RFB83YLZ.cjs} +1 -1
- package/components/{sankey-diagram-options.config-Ldjk84ro.js → sankey-diagram-options.config-tVLKy_Zn.js} +10 -7
- package/components/scatter-plot-options.config-CFfGJXsV.cjs +20 -0
- package/components/{scatter-plot-options.config-CfxEfkQ1.js → scatter-plot-options.config-Corlzno1.js} +86 -56
- package/components/{search-filter-options.config-Oqco9BKj.cjs → search-filter-options.config-BCaDlYqZ.cjs} +1 -1
- package/components/{search-filter-options.config-C0syQmP4.js → search-filter-options.config-BE3JhR-F.js} +6 -3
- package/components/{set-locale-nv7fWEtl.js → set-locale-B-Tz2sdI.js} +8 -1
- package/components/{slicer-filter-options.config-DmOe3440.js → slicer-filter-options.config-3JZZcw5C.js} +18 -9
- package/components/slicer-filter-options.config-DNI-XevE.cjs +20 -0
- package/components/{slider-filter-options.config-B1M8RcDs.js → slider-filter-options.config-DH4SS8wH.js} +1 -1
- package/components/{slider-filter-options.config-k45I-t6G.cjs → slider-filter-options.config-_8Z2zKmU.cjs} +1 -1
- package/components/slot-contents-picker/index.cjs +33 -33
- package/components/slot-contents-picker/index.js +205 -194
- package/components/slot-menu/index.cjs +12 -12
- package/components/slot-menu/index.js +184 -171
- package/components/slot-menu-list/index.cjs +3 -3
- package/components/slot-menu-list/index.js +103 -97
- package/components/speedometer-chart-options.config-BX9LTQBH.cjs +20 -0
- package/components/{speedometer-chart-options.config-CzOmuEF8.js → speedometer-chart-options.config-SL581yOa.js} +53 -31
- package/components/{spike-map-options.config-Cbt1YUw6.js → spike-map-options.config-C5KewecZ.js} +122 -91
- package/components/spike-map-options.config-DoBFXPmN.cjs +20 -0
- package/components/{sunburst-chart-options.config-Yrxc2i57.cjs → sunburst-chart-options.config-AbNjWS6t.cjs} +1 -1
- package/components/{sunburst-chart-options.config-_dyLQxPJ.js → sunburst-chart-options.config-CNauGQJv.js} +20 -9
- package/components/{symbol-map-options.config-BORL1NSU.js → symbol-map-options.config-DdDA4aa7.js} +20 -11
- package/components/symbol-map-options.config-m-lwLTtu.cjs +20 -0
- package/components/treemap-chart-options.config-C0Q9aQ1Z.cjs +20 -0
- package/components/{treemap-chart-options.config-B9i9qIm_.js → treemap-chart-options.config-D5AJaF_u.js} +37 -20
- package/components/utils.cjs +1 -1
- package/components/utils.js +65 -64
- package/components/{video-options.config-B0asgYt8.cjs → video-options.config-CGsDTwHc.cjs} +1 -1
- package/components/{video-options.config-UX-9MDfS.js → video-options.config-Dk36zJ1B.js} +10 -7
- package/components/{wordcloud-chart-options.config-BKtJT8Va.cjs → wordcloud-chart-options.config-vGfCW8kE.cjs} +1 -1
- package/components/{wordcloud-chart-options.config-BoB_KuhA.js → wordcloud-chart-options.config-w2NUIWVA.js} +7 -4
- package/custom-elements.json +154 -20
- package/index.d.ts +1 -0
- package/package.json +6 -1
- package/types.d.ts +14 -0
- package/components/area-chart-options.config-Bl8bhhOo.cjs +0 -20
- package/components/bar-chart-options.config-CePAqM83.cjs +0 -20
- package/components/box-plot-options.config-BVNrV2eD.cjs +0 -20
- package/components/bubble-chart-options.config-BDgOe3GQ.cjs +0 -20
- package/components/calculate-data-item-icon-C8CbsMQf.js +0 -139
- package/components/choropleth-map-options.config-CWJACFd0.cjs +0 -20
- package/components/circular-gauge-options.config-BMxgq3zH.cjs +0 -20
- package/components/color-Czp4Im5q.cjs +0 -20
- package/components/color-range-utils-DYYR-iwx.cjs +0 -20
- package/components/column-chart-options.config-BV9R3ssH.cjs +0 -20
- package/components/conditional-number-options.config-Co099Qfm.cjs +0 -20
- package/components/donut-chart-options.config-BQyPgnC9.cjs +0 -20
- package/components/en--a5SfjnM.cjs +0 -20
- package/components/en-CtCctD2c.js +0 -1483
- package/components/focusable-QLh-LlNt.cjs +0 -20
- package/components/funnel-chart-options.config-DrP4AFgk.cjs +0 -20
- package/components/heat-map-options.config-CIHnPdYE.cjs +0 -20
- package/components/heat-table-options.config-DTlZRc_i.cjs +0 -20
- package/components/helpers-9I0oLoUB.cjs +0 -20
- package/components/helpers-bR8Ibjqh.js +0 -79
- package/components/hexbin-map-options.config-CKnn3VAB.cjs +0 -20
- package/components/index-BGb_wRRW.js +0 -1766
- package/components/index-BUal0r_D.cjs +0 -121
- package/components/index-D1Y5TRsH.cjs +0 -20
- package/components/index-DvkzMbLt.cjs +0 -249
- package/components/line-chart-options.config-Cqwou5u6.cjs +0 -20
- package/components/pivot-table-options.config-uZDAertf.cjs +0 -20
- package/components/pyramid-chart-options.config-DoGfEvzU.cjs +0 -20
- package/components/radar-chart-options.config-CtNUMN1l.cjs +0 -20
- package/components/route-map-options.config-CVTk5RVL.cjs +0 -20
- package/components/scatter-plot-options.config-5gN7pMTm.cjs +0 -20
- package/components/slicer-filter-options.config-CrusP6a0.cjs +0 -20
- package/components/speedometer-chart-options.config-B4ceg_qI.cjs +0 -20
- package/components/spike-map-options.config-BkkDqb4g.cjs +0 -20
- package/components/symbol-map-options.config-NpBKm64d.cjs +0 -20
- package/components/treemap-chart-options.config-x4J54WSw.cjs +0 -20
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
18
18
|
* SOFTWARE.
|
|
19
19
|
* */
|
|
20
|
-
import { Task as
|
|
21
|
-
import { html as
|
|
22
|
-
import { property as
|
|
23
|
-
import { L as
|
|
24
|
-
import { ifDefined as
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
for (const
|
|
28
|
-
if (
|
|
29
|
-
return
|
|
30
|
-
if (
|
|
31
|
-
const s = e
|
|
20
|
+
import { Task as X } from "@lit/task";
|
|
21
|
+
import { html as O, unsafeCSS as Y } from "lit";
|
|
22
|
+
import { property as j } from "lit/decorators.js";
|
|
23
|
+
import { L as Z } from "./focusable-DCIFkpiW.js";
|
|
24
|
+
import { ifDefined as g } from "lit/directives/if-defined.js";
|
|
25
|
+
const tt = (t, i, o) => {
|
|
26
|
+
const l = (n) => {
|
|
27
|
+
for (const e of n ?? []) {
|
|
28
|
+
if (e.key === t)
|
|
29
|
+
return o ? e : e.control;
|
|
30
|
+
if (e.children) {
|
|
31
|
+
const s = l(e.children);
|
|
32
32
|
if (s)
|
|
33
33
|
return s;
|
|
34
34
|
}
|
|
@@ -36,39 +36,41 @@ const M = (t, i, n) => {
|
|
|
36
36
|
return null;
|
|
37
37
|
};
|
|
38
38
|
if (i && Array.isArray(i))
|
|
39
|
-
for (const
|
|
40
|
-
const
|
|
41
|
-
if (
|
|
42
|
-
return
|
|
39
|
+
for (const n of i) {
|
|
40
|
+
const e = l(n.children);
|
|
41
|
+
if (e)
|
|
42
|
+
return e;
|
|
43
43
|
}
|
|
44
44
|
return null;
|
|
45
|
-
},
|
|
45
|
+
}, it = ":host{font-family:var(--luzmo-edit-option-font-family, var(--luzmo-font-family));font-size:var(--luzmo-edit-option-font-size, var(--luzmo-font-size))}:host([size=s]){font-size:var(--luzmo-edit-option-font-size-s, var(--luzmo-font-size-s))}:host([size=l]){font-size:var(--luzmo-edit-option-font-size-l, var(--luzmo-font-size-l))}:host([size=xl]){font-size:var(--luzmo-edit-option-font-size-xl, var(--luzmo-font-size-xl))}", H = (t) => {
|
|
46
|
+
var o, l, n;
|
|
46
47
|
let i;
|
|
47
|
-
return typeof t
|
|
48
|
+
return typeof ((o = t == null ? void 0 : t.controlInfo) == null ? void 0 : o.default) == "function" ? i = t.controlInfo.default({
|
|
48
49
|
options: t.options,
|
|
49
50
|
slots: t.slots,
|
|
50
51
|
theme: t.theme
|
|
51
|
-
}) : t.controlInfo
|
|
52
|
-
},
|
|
52
|
+
}) : ((l = t.controlInfo) == null ? void 0 : l.default) !== void 0 && ((n = t.controlInfo) == null ? void 0 : n.default) !== null && (i = t.controlInfo.default), i;
|
|
53
|
+
}, T = (t) => {
|
|
54
|
+
var e, s, d, u, b, p, v, k, $, h, a, c, r, m, f;
|
|
53
55
|
let i;
|
|
54
|
-
typeof t.controlInfo
|
|
56
|
+
typeof ((e = t.controlInfo) == null ? void 0 : e.extraLabel) == "function" ? i = t.controlInfo.extraLabel({
|
|
55
57
|
options: t.options,
|
|
56
58
|
slots: t.slots,
|
|
57
59
|
theme: t.theme
|
|
58
|
-
}) : typeof t.controlInfo
|
|
59
|
-
let
|
|
60
|
-
typeof t.controlInfo
|
|
60
|
+
}) : typeof ((s = t.controlInfo) == null ? void 0 : s.extraLabel) == "string" && (i = t.controlInfo.extraLabel), typeof i == "string" && (i = ((p = (b = (u = (d = t.translations) == null ? void 0 : d.options) == null ? void 0 : u[t.optionKey]) == null ? void 0 : b.extraLabel) == null ? void 0 : p[i]) ?? i);
|
|
61
|
+
let o;
|
|
62
|
+
typeof ((v = t.controlInfo) == null ? void 0 : v.extraLabelTooltip) == "function" ? i = t.controlInfo.extraLabelTooltip({
|
|
61
63
|
options: t.options,
|
|
62
64
|
slots: t.slots,
|
|
63
65
|
theme: t.theme
|
|
64
|
-
}) : typeof t.controlInfo
|
|
65
|
-
let
|
|
66
|
-
typeof t.controlInfo
|
|
66
|
+
}) : typeof ((k = t.controlInfo) == null ? void 0 : k.extraLabelTooltip) == "string" && (o = t.controlInfo.extraLabelTooltip), typeof o == "string" && (i = ((c = (a = (h = ($ = t.translations) == null ? void 0 : $.options) == null ? void 0 : h[t.optionKey]) == null ? void 0 : a.extraLabelTooltip) == null ? void 0 : c[o]) ?? o);
|
|
67
|
+
let l;
|
|
68
|
+
typeof ((r = t.controlInfo) == null ? void 0 : r.extraLabelHasClickAction) == "function" ? l = t.controlInfo.extraLabelHasClickAction({
|
|
67
69
|
options: t.options,
|
|
68
70
|
slots: t.slots,
|
|
69
71
|
theme: t.theme
|
|
70
|
-
}) : typeof t.controlInfo
|
|
71
|
-
const
|
|
72
|
+
}) : typeof ((m = t.controlInfo) == null ? void 0 : m.extraLabelHasClickAction) == "boolean" && (l = t.controlInfo.extraLabelHasClickAction);
|
|
73
|
+
const n = typeof ((f = t.controlInfo) == null ? void 0 : f.extraLabelClickAction) == "function" ? () => t.controlInfo.extraLabelClickAction({
|
|
72
74
|
options: t.options,
|
|
73
75
|
slots: t.slots,
|
|
74
76
|
theme: t.theme
|
|
@@ -76,528 +78,551 @@ const M = (t, i, n) => {
|
|
|
76
78
|
};
|
|
77
79
|
return {
|
|
78
80
|
extraLabel: i,
|
|
79
|
-
extraLabelTooltip:
|
|
80
|
-
extraLabelHasClickAction:
|
|
81
|
-
extraLabelClickAction:
|
|
81
|
+
extraLabelTooltip: o,
|
|
82
|
+
extraLabelHasClickAction: l,
|
|
83
|
+
extraLabelClickAction: n
|
|
82
84
|
};
|
|
83
|
-
},
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
}, _ = (t, i) => {
|
|
86
|
+
var l;
|
|
87
|
+
const o = (t == null ? void 0 : t.options) ?? {};
|
|
88
|
+
if (typeof ((l = t == null ? void 0 : t.controlInfo) == null ? void 0 : l.calculateValue) == "function")
|
|
89
|
+
return t.controlInfo.calculateValue({ options: o });
|
|
87
90
|
if (i.includes(".")) {
|
|
88
|
-
const
|
|
89
|
-
let
|
|
90
|
-
for (let
|
|
91
|
-
|
|
92
|
-
const
|
|
93
|
-
return
|
|
91
|
+
const n = i.split(".");
|
|
92
|
+
let e = o;
|
|
93
|
+
for (let d = 0; d < n.length - 1; d++)
|
|
94
|
+
e = e[n[d]] ?? {};
|
|
95
|
+
const s = n.length - 1;
|
|
96
|
+
return e[n[s]];
|
|
94
97
|
}
|
|
95
|
-
return
|
|
96
|
-
},
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
98
|
+
return o[i];
|
|
99
|
+
}, M = (t) => (i) => {
|
|
100
|
+
var l, n;
|
|
101
|
+
let o = { ...t.options };
|
|
102
|
+
if (typeof ((l = t == null ? void 0 : t.controlInfo) == null ? void 0 : l.toOptions) == "function")
|
|
103
|
+
o = t.controlInfo.toOptions({
|
|
104
|
+
options: o,
|
|
105
|
+
value: (n = i == null ? void 0 : i.detail) == null ? void 0 : n.value
|
|
102
106
|
});
|
|
103
107
|
else if (t.optionKey.includes(".")) {
|
|
104
108
|
const e = t.optionKey.split(".");
|
|
105
|
-
let
|
|
106
|
-
for (let
|
|
107
|
-
|
|
108
|
-
const
|
|
109
|
-
|
|
109
|
+
let s = o;
|
|
110
|
+
for (let u = 0; u < e.length - 1; u++)
|
|
111
|
+
s[e[u]] = s[e[u]] ?? {}, s = s[e[u]];
|
|
112
|
+
const d = e.length - 1;
|
|
113
|
+
s[e[d]] = i.detail.value;
|
|
110
114
|
} else
|
|
111
|
-
|
|
112
|
-
return t.changeCallback(
|
|
113
|
-
},
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
o[t.optionKey] = i.detail.value;
|
|
116
|
+
return t.changeCallback(o);
|
|
117
|
+
}, ot = (t) => {
|
|
118
|
+
var k, $, h, a, c, r, m, f, x, y, L, I, C;
|
|
119
|
+
const i = ((h = ($ = (k = t.translations) == null ? void 0 : k.options) == null ? void 0 : $[t.optionKey]) == null ? void 0 : h.label) ?? ((a = t.controlInfo) == null ? void 0 : a.label) ?? t.optionKey ?? "", o = t.size, l = {};
|
|
120
|
+
Object.keys((c = t.controlInfo) == null ? void 0 : c.values).forEach((z) => {
|
|
121
|
+
var V, K, A, w, E, P;
|
|
122
|
+
l[z] = {
|
|
123
|
+
...(V = t.controlInfo) == null ? void 0 : V.values[z],
|
|
124
|
+
label: ((E = (w = (A = (K = t.translations) == null ? void 0 : K.options) == null ? void 0 : A[t.optionKey]) == null ? void 0 : w.enum) == null ? void 0 : E[z]) ?? ((P = t.controlInfo) == null ? void 0 : P.values[z].label)
|
|
119
125
|
};
|
|
120
126
|
});
|
|
121
|
-
const
|
|
122
|
-
extraLabel:
|
|
123
|
-
extraLabelTooltip:
|
|
124
|
-
extraLabelHasClickAction:
|
|
127
|
+
const n = ((f = (m = (r = t.translations) == null ? void 0 : r.options) == null ? void 0 : m[t.optionKey]) == null ? void 0 : f.tooltip) ?? ((x = t.controlInfo) == null ? void 0 : x.tooltip), e = _(t, t.optionKey), s = H(t), {
|
|
128
|
+
extraLabel: d,
|
|
129
|
+
extraLabelTooltip: u,
|
|
130
|
+
extraLabelHasClickAction: b,
|
|
125
131
|
extraLabelClickAction: p
|
|
126
|
-
} =
|
|
127
|
-
return
|
|
132
|
+
} = T(t), v = M(t);
|
|
133
|
+
return O`
|
|
128
134
|
<luzmo-edit-option-action-button-group
|
|
129
135
|
.label=${i}
|
|
130
|
-
?hide-label=${t.controlInfo
|
|
131
|
-
.value=${
|
|
132
|
-
.values=${
|
|
136
|
+
?hide-label=${(y = t.controlInfo) == null ? void 0 : y.hideLabel}
|
|
137
|
+
.value=${e}
|
|
138
|
+
.values=${l}
|
|
133
139
|
.default=${s}
|
|
134
|
-
.selects=${t.controlInfo
|
|
135
|
-
.size=${
|
|
136
|
-
.tooltip=${
|
|
137
|
-
.extraLabel=${
|
|
138
|
-
.extraLabelTooltip=${
|
|
139
|
-
.extraLabelHasClickAction=${
|
|
140
|
+
.selects=${(L = t.controlInfo) == null ? void 0 : L.selects}
|
|
141
|
+
.size=${o}
|
|
142
|
+
.tooltip=${n}
|
|
143
|
+
.extraLabel=${d}
|
|
144
|
+
.extraLabelTooltip=${u}
|
|
145
|
+
.extraLabelHasClickAction=${b}
|
|
140
146
|
@extraLabelClick=${p}
|
|
141
|
-
@option-changed=${
|
|
142
|
-
.parseValue=${t.controlInfo
|
|
143
|
-
.toValue=${t.controlInfo
|
|
147
|
+
@option-changed=${v}
|
|
148
|
+
.parseValue=${(I = t.controlInfo) == null ? void 0 : I.parseValue}
|
|
149
|
+
.toValue=${(C = t.controlInfo) == null ? void 0 : C.toValue}
|
|
144
150
|
></luzmo-edit-option-action-button-group>
|
|
145
151
|
`;
|
|
146
|
-
},
|
|
152
|
+
}, nt = (t) => {
|
|
153
|
+
var o, l, n;
|
|
147
154
|
let i;
|
|
148
|
-
return typeof t
|
|
155
|
+
return typeof ((o = t == null ? void 0 : t.controlInfo) == null ? void 0 : o.enum) == "function" ? i = t.controlInfo.enum({
|
|
149
156
|
options: t.options,
|
|
150
157
|
slots: t.slots,
|
|
151
158
|
theme: t.theme
|
|
152
|
-
}) : t.controlInfo
|
|
153
|
-
},
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
159
|
+
}) : ((l = t.controlInfo) == null ? void 0 : l.enum) !== void 0 && ((n = t.controlInfo) == null ? void 0 : n.enum) !== null && (i = t.controlInfo.enum), i;
|
|
160
|
+
}, et = (t) => {
|
|
161
|
+
var $, h, a, c, r, m, f, x, y, L, I;
|
|
162
|
+
const i = ((a = (h = ($ = t.translations) == null ? void 0 : $.options) == null ? void 0 : h[t.optionKey]) == null ? void 0 : a.label) ?? ((c = t.controlInfo) == null ? void 0 : c.label) ?? t.optionKey ?? "", o = _(t, t.optionKey), l = nt(t), n = t.size, e = ((f = (m = (r = t.translations) == null ? void 0 : r.options) == null ? void 0 : m[t.optionKey]) == null ? void 0 : f.tooltip) ?? ((x = t.controlInfo) == null ? void 0 : x.tooltip), s = H(t), {
|
|
163
|
+
extraLabel: d,
|
|
164
|
+
extraLabelTooltip: u,
|
|
165
|
+
extraLabelHasClickAction: b,
|
|
158
166
|
extraLabelClickAction: p
|
|
159
|
-
} =
|
|
167
|
+
} = T(t), v = M(t), k = () => {
|
|
160
168
|
if (typeof p == "function") {
|
|
161
|
-
const { options:
|
|
162
|
-
return t.changeCallback(
|
|
169
|
+
const { options: C } = p();
|
|
170
|
+
return t.changeCallback(C);
|
|
163
171
|
}
|
|
164
172
|
};
|
|
165
|
-
return
|
|
173
|
+
return O`
|
|
166
174
|
<luzmo-edit-option-color-palette-picker
|
|
167
|
-
.value=${
|
|
168
|
-
.values=${
|
|
175
|
+
.value=${o ?? s}
|
|
176
|
+
.values=${l}
|
|
169
177
|
.label=${i}
|
|
170
|
-
?hide-label=${t.controlInfo
|
|
171
|
-
.size=${
|
|
172
|
-
.tooltip=${
|
|
173
|
-
.extraLabel=${
|
|
174
|
-
.extraLabelTooltip=${
|
|
175
|
-
.extraLabelHasClickAction=${
|
|
176
|
-
@extraLabelClick=${
|
|
177
|
-
@option-changed=${
|
|
178
|
-
.parseValue=${t.controlInfo
|
|
179
|
-
.toValue=${t.controlInfo
|
|
178
|
+
?hide-label=${(y = t.controlInfo) == null ? void 0 : y.hideLabel}
|
|
179
|
+
.size=${n}
|
|
180
|
+
.tooltip=${e}
|
|
181
|
+
.extraLabel=${d}
|
|
182
|
+
.extraLabelTooltip=${u}
|
|
183
|
+
.extraLabelHasClickAction=${b}
|
|
184
|
+
@extraLabelClick=${k}
|
|
185
|
+
@option-changed=${v}
|
|
186
|
+
.parseValue=${(L = t.controlInfo) == null ? void 0 : L.parseValue}
|
|
187
|
+
.toValue=${(I = t.controlInfo) == null ? void 0 : I.toValue}
|
|
180
188
|
></luzmo-edit-option-color-palette-picker>
|
|
181
189
|
`;
|
|
182
|
-
},
|
|
183
|
-
|
|
190
|
+
}, lt = (t) => {
|
|
191
|
+
var k, $, h, a, c, r, m, f, x, y, L;
|
|
192
|
+
const i = ((h = ($ = (k = t.translations) == null ? void 0 : k.options) == null ? void 0 : $[t.optionKey]) == null ? void 0 : h.label) ?? ((a = t.controlInfo) == null ? void 0 : a.label) ?? t.optionKey ?? "", o = _(t, t.optionKey), l = t.size, n = ((m = (r = (c = t.translations) == null ? void 0 : c.options) == null ? void 0 : r[t.optionKey]) == null ? void 0 : m.tooltip) ?? ((f = t.controlInfo) == null ? void 0 : f.tooltip), e = H(t), {
|
|
184
193
|
extraLabel: s,
|
|
185
|
-
extraLabelTooltip:
|
|
186
|
-
extraLabelHasClickAction:
|
|
187
|
-
extraLabelClickAction:
|
|
188
|
-
} =
|
|
189
|
-
if (typeof
|
|
190
|
-
const { options:
|
|
191
|
-
return t.changeCallback(
|
|
194
|
+
extraLabelTooltip: d,
|
|
195
|
+
extraLabelHasClickAction: u,
|
|
196
|
+
extraLabelClickAction: b
|
|
197
|
+
} = T(t), p = M(t), v = () => {
|
|
198
|
+
if (typeof b == "function") {
|
|
199
|
+
const { options: I } = b();
|
|
200
|
+
return t.changeCallback(I);
|
|
192
201
|
}
|
|
193
202
|
};
|
|
194
|
-
return
|
|
203
|
+
return O`
|
|
195
204
|
<luzmo-edit-option-color-picker
|
|
196
|
-
.value=${
|
|
205
|
+
.value=${o ?? e}
|
|
197
206
|
.label=${i}
|
|
198
|
-
?hide-label=${t.controlInfo
|
|
199
|
-
.size=${
|
|
200
|
-
.tooltip=${
|
|
207
|
+
?hide-label=${(x = t.controlInfo) == null ? void 0 : x.hideLabel}
|
|
208
|
+
.size=${l}
|
|
209
|
+
.tooltip=${n}
|
|
201
210
|
.extraLabel=${s}
|
|
202
|
-
.extraLabelTooltip=${
|
|
203
|
-
.extraLabelHasClickAction=${
|
|
204
|
-
@extraLabelClick=${
|
|
211
|
+
.extraLabelTooltip=${d}
|
|
212
|
+
.extraLabelHasClickAction=${u}
|
|
213
|
+
@extraLabelClick=${v}
|
|
205
214
|
@option-changed=${p}
|
|
206
|
-
.parseValue=${t.controlInfo
|
|
207
|
-
.toValue=${t.controlInfo
|
|
215
|
+
.parseValue=${(y = t.controlInfo) == null ? void 0 : y.parseValue}
|
|
216
|
+
.toValue=${(L = t.controlInfo) == null ? void 0 : L.toValue}
|
|
208
217
|
></luzmo-edit-option-color-picker>
|
|
209
218
|
`;
|
|
210
|
-
},
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
219
|
+
}, st = (t) => {
|
|
220
|
+
var x, y, L, I, C, z, V, K, A, w, E, P, B, D, G, W, N, q, J, Q;
|
|
221
|
+
const i = ((L = (y = (x = t.translations) == null ? void 0 : x.options) == null ? void 0 : y[t.optionKey]) == null ? void 0 : L.label) ?? ((I = t.controlInfo) == null ? void 0 : I.label) ?? t.optionKey ?? "", o = _(t, t.optionKey), l = t.size, n = ((V = (z = (C = t.translations) == null ? void 0 : C.options) == null ? void 0 : z[t.optionKey]) == null ? void 0 : V.tooltip) ?? ((K = t.controlInfo) == null ? void 0 : K.tooltip), e = H(t), s = typeof ((A = t == null ? void 0 : t.controlInfo) == null ? void 0 : A.percentage) == "function" ? t.controlInfo.percentage(t) : t.controlInfo.percentage, d = typeof ((w = t == null ? void 0 : t.controlInfo) == null ? void 0 : w.reverse) == "function" ? t.controlInfo.reverse(t) : t.controlInfo.reverse, u = typeof ((E = t == null ? void 0 : t.controlInfo) == null ? void 0 : E.noAlphaChannel) == "function" ? t.controlInfo.noAlphaChannel(t) : t.controlInfo.noAlphaChannel, b = typeof ((P = t == null ? void 0 : t.controlInfo) == null ? void 0 : P.editRangeSize) == "function" ? t.controlInfo.editRangeSize(t) : t.controlInfo.editRangeSize, p = typeof ((B = t == null ? void 0 : t.controlInfo) == null ? void 0 : B.minimumRangeSize) == "function" ? t.controlInfo.minimumRangeSize(t) : t.controlInfo.minimumRangeSize, v = typeof ((D = t == null ? void 0 : t.controlInfo) == null ? void 0 : D.negativeInfinityValue) == "function" ? t.controlInfo.negativeInfinityValue(t) : t.controlInfo.negativeInfinityValue, k = typeof ((G = t == null ? void 0 : t.controlInfo) == null ? void 0 : G.noValues) == "function" ? t.controlInfo.noValues(t) : t.controlInfo.noValues, $ = typeof ((W = t == null ? void 0 : t.controlInfo) == null ? void 0 : W.readOnlyColorPicker) == "function" ? t.controlInfo.readOnlyColorPicker(t) : t.controlInfo.readOnlyColorPicker, {
|
|
222
|
+
extraLabel: h,
|
|
223
|
+
extraLabelTooltip: a,
|
|
224
|
+
extraLabelHasClickAction: c,
|
|
225
|
+
extraLabelClickAction: r
|
|
226
|
+
} = T(t), m = M(t), f = () => {
|
|
227
|
+
if (typeof r == "function") {
|
|
228
|
+
const { options: U } = r();
|
|
229
|
+
return t.changeCallback(U);
|
|
220
230
|
}
|
|
221
231
|
};
|
|
222
|
-
return
|
|
232
|
+
return O`
|
|
223
233
|
<luzmo-edit-option-color-range
|
|
224
|
-
.value=${
|
|
234
|
+
.value=${o ?? e}
|
|
225
235
|
.label=${i}
|
|
226
|
-
.size=${
|
|
227
|
-
.tooltip=${
|
|
228
|
-
?hide-label=${t.controlInfo
|
|
229
|
-
.extraLabel=${
|
|
230
|
-
.extraLabelTooltip=${
|
|
231
|
-
.extraLabelHasClickAction=${
|
|
232
|
-
.debounce=${t.controlInfo
|
|
233
|
-
?reverse=${
|
|
236
|
+
.size=${l}
|
|
237
|
+
.tooltip=${n}
|
|
238
|
+
?hide-label=${(N = t.controlInfo) == null ? void 0 : N.hideLabel}
|
|
239
|
+
.extraLabel=${h}
|
|
240
|
+
.extraLabelTooltip=${a}
|
|
241
|
+
.extraLabelHasClickAction=${c}
|
|
242
|
+
.debounce=${(q = t.controlInfo) == null ? void 0 : q.debounce}
|
|
243
|
+
?reverse=${d}
|
|
234
244
|
?percentage=${s}
|
|
235
|
-
?no-alpha-channel=${
|
|
236
|
-
?edit-range-size=${
|
|
237
|
-
?no-values=${
|
|
238
|
-
?read-only-color-picker=${
|
|
245
|
+
?no-alpha-channel=${u}
|
|
246
|
+
?edit-range-size=${b}
|
|
247
|
+
?no-values=${k}
|
|
248
|
+
?read-only-color-picker=${$}
|
|
239
249
|
.minimum-range-size=${p}
|
|
240
|
-
?negative-infinity-value=${
|
|
241
|
-
@extraLabelClick=${
|
|
242
|
-
@option-changed=${
|
|
243
|
-
.parseValue=${t.controlInfo
|
|
244
|
-
.toValue=${t.controlInfo
|
|
250
|
+
?negative-infinity-value=${v}
|
|
251
|
+
@extraLabelClick=${f}
|
|
252
|
+
@option-changed=${m}
|
|
253
|
+
.parseValue=${(J = t.controlInfo) == null ? void 0 : J.parseValue}
|
|
254
|
+
.toValue=${(Q = t.controlInfo) == null ? void 0 : Q.toValue}
|
|
245
255
|
></luzmo-edit-option-color-range>
|
|
246
256
|
`;
|
|
247
|
-
},
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
257
|
+
}, pt = (t) => {
|
|
258
|
+
var $, h, a, c, r, m, f, x, y, L, I, C, z, V, K;
|
|
259
|
+
const i = ((a = (h = ($ = t.translations) == null ? void 0 : $.options) == null ? void 0 : h[t.optionKey]) == null ? void 0 : a.label) ?? ((c = t.controlInfo) == null ? void 0 : c.label) ?? t.optionKey ?? "", o = _(t, t.optionKey) ?? {}, l = ((f = (m = (r = t.translations) == null ? void 0 : r.options) == null ? void 0 : m[t.optionKey]) == null ? void 0 : f.tooltip) ?? ((x = t.controlInfo) == null ? void 0 : x.tooltip), n = t.language ?? "en", e = {};
|
|
260
|
+
e[n] = ((I = (L = (y = t.translations) == null ? void 0 : y.options) == null ? void 0 : L[t.optionKey]) == null ? void 0 : I.placeholder) ?? ((C = t.controlInfo) == null ? void 0 : C.placeholder) ?? "";
|
|
261
|
+
const s = t.size, d = H(t), {
|
|
262
|
+
extraLabel: u,
|
|
263
|
+
extraLabelTooltip: b,
|
|
253
264
|
extraLabelHasClickAction: p,
|
|
254
|
-
extraLabelClickAction:
|
|
255
|
-
} =
|
|
256
|
-
return
|
|
265
|
+
extraLabelClickAction: v
|
|
266
|
+
} = T(t), k = M(t);
|
|
267
|
+
return O`
|
|
257
268
|
<luzmo-edit-option-multi-language-field
|
|
258
269
|
.label=${i}
|
|
259
|
-
?hide-label=${t.controlInfo
|
|
260
|
-
.placeholder=${
|
|
261
|
-
.value=${
|
|
262
|
-
language=${
|
|
270
|
+
?hide-label=${(z = t.controlInfo) == null ? void 0 : z.hideLabel}
|
|
271
|
+
.placeholder=${e}
|
|
272
|
+
.value=${o ?? d}
|
|
273
|
+
language=${g(n)}
|
|
263
274
|
.size=${s}
|
|
264
|
-
.tooltip=${
|
|
265
|
-
.extraLabel=${
|
|
266
|
-
.extraLabelTooltip=${
|
|
275
|
+
.tooltip=${l}
|
|
276
|
+
.extraLabel=${u}
|
|
277
|
+
.extraLabelTooltip=${b}
|
|
267
278
|
.extraLabelHasClickAction=${p}
|
|
268
|
-
@extraLabelClick=${
|
|
269
|
-
@option-changed=${
|
|
270
|
-
.parseValue=${t.controlInfo
|
|
271
|
-
.toValue=${t.controlInfo
|
|
279
|
+
@extraLabelClick=${v}
|
|
280
|
+
@option-changed=${k}
|
|
281
|
+
.parseValue=${(V = t.controlInfo) == null ? void 0 : V.parseValue}
|
|
282
|
+
.toValue=${(K = t.controlInfo) == null ? void 0 : K.toValue}
|
|
272
283
|
></luzmo-edit-option-multi-language-field>
|
|
273
284
|
`;
|
|
274
|
-
},
|
|
275
|
-
|
|
276
|
-
|
|
285
|
+
}, rt = (t) => {
|
|
286
|
+
var h, a, c, r, m, f, x, y, L, I, C, z, V, K, A, w, E;
|
|
287
|
+
const i = ((c = (a = (h = t.translations) == null ? void 0 : h.options) == null ? void 0 : a[t.optionKey]) == null ? void 0 : c.label) ?? ((r = t.controlInfo) == null ? void 0 : r.label) ?? t.optionKey ?? "", o = (m = t.controlInfo) == null ? void 0 : m.min, l = (f = t.controlInfo) == null ? void 0 : f.max, n = (x = t.controlInfo) == null ? void 0 : x.step, e = _(t, t.optionKey), s = ((I = (L = (y = t.translations) == null ? void 0 : y.options) == null ? void 0 : L[t.optionKey]) == null ? void 0 : I.tooltip) ?? ((C = t.controlInfo) == null ? void 0 : C.tooltip), d = H(t), u = t.size, {
|
|
288
|
+
extraLabel: b,
|
|
277
289
|
extraLabelTooltip: p,
|
|
278
|
-
extraLabelHasClickAction:
|
|
279
|
-
extraLabelClickAction:
|
|
280
|
-
} =
|
|
281
|
-
return
|
|
290
|
+
extraLabelHasClickAction: v,
|
|
291
|
+
extraLabelClickAction: k
|
|
292
|
+
} = T(t), $ = M(t);
|
|
293
|
+
return O`
|
|
282
294
|
<luzmo-edit-option-number-field
|
|
283
|
-
.value=${
|
|
284
|
-
.default=${
|
|
285
|
-
.min=${
|
|
286
|
-
.max=${
|
|
287
|
-
.step=${
|
|
295
|
+
.value=${e}
|
|
296
|
+
.default=${d}
|
|
297
|
+
.min=${o}
|
|
298
|
+
.max=${l}
|
|
299
|
+
.step=${n}
|
|
288
300
|
.label=${i}
|
|
289
|
-
?hide-label=${t.controlInfo
|
|
290
|
-
.size=${
|
|
301
|
+
?hide-label=${(z = t.controlInfo) == null ? void 0 : z.hideLabel}
|
|
302
|
+
.size=${u}
|
|
291
303
|
.tooltip=${s}
|
|
292
|
-
.placeholder=${t.controlInfo
|
|
293
|
-
.minWidthInputField=${t.controlInfo
|
|
294
|
-
.debounce=${t.controlInfo
|
|
295
|
-
.extraLabel=${
|
|
304
|
+
.placeholder=${(V = t.controlInfo) == null ? void 0 : V.placeholder}
|
|
305
|
+
.minWidthInputField=${(K = t.controlInfo) == null ? void 0 : K.minWidthInputField}
|
|
306
|
+
.debounce=${(A = t.controlInfo) == null ? void 0 : A.debounce}
|
|
307
|
+
.extraLabel=${b}
|
|
296
308
|
.extraLabelTooltip=${p}
|
|
297
|
-
.extraLabelHasClickAction=${
|
|
298
|
-
@extraLabelClick=${
|
|
299
|
-
@option-changed=${
|
|
300
|
-
.parseValue=${t.controlInfo
|
|
301
|
-
.toValue=${t.controlInfo
|
|
309
|
+
.extraLabelHasClickAction=${v}
|
|
310
|
+
@extraLabelClick=${k}
|
|
311
|
+
@option-changed=${$}
|
|
312
|
+
.parseValue=${(w = t.controlInfo) == null ? void 0 : w.parseValue}
|
|
313
|
+
.toValue=${(E = t.controlInfo) == null ? void 0 : E.toValue}
|
|
302
314
|
></luzmo-edit-option-number-field>
|
|
303
315
|
`;
|
|
304
|
-
},
|
|
305
|
-
|
|
306
|
-
|
|
316
|
+
}, at = (t) => {
|
|
317
|
+
var k, $, h, a, c, r, m, f, x, y, L, I;
|
|
318
|
+
const i = ((h = ($ = (k = t.translations) == null ? void 0 : k.options) == null ? void 0 : $[t.optionKey]) == null ? void 0 : h.label) ?? ((a = t.controlInfo) == null ? void 0 : a.label) ?? t.optionKey ?? "", o = _(t, t.optionKey), l = ((m = (r = (c = t.translations) == null ? void 0 : c.options) == null ? void 0 : r[t.optionKey]) == null ? void 0 : m.tooltip) ?? ((f = t.controlInfo) == null ? void 0 : f.tooltip), n = (x = t.controlInfo) == null ? void 0 : x.enum.reduce(
|
|
319
|
+
(C, z) => {
|
|
320
|
+
var V, K, A, w;
|
|
321
|
+
return C[z] = ((w = (A = (K = (V = t.translations) == null ? void 0 : V.options) == null ? void 0 : K[t.optionKey]) == null ? void 0 : A.enum) == null ? void 0 : w[z]) ?? z, C;
|
|
322
|
+
},
|
|
307
323
|
{}
|
|
308
|
-
),
|
|
309
|
-
extraLabel:
|
|
310
|
-
extraLabelTooltip:
|
|
311
|
-
extraLabelHasClickAction:
|
|
324
|
+
), e = t.size, s = H(t), {
|
|
325
|
+
extraLabel: d,
|
|
326
|
+
extraLabelTooltip: u,
|
|
327
|
+
extraLabelHasClickAction: b,
|
|
312
328
|
extraLabelClickAction: p
|
|
313
|
-
} =
|
|
314
|
-
return
|
|
329
|
+
} = T(t), v = M(t);
|
|
330
|
+
return O`
|
|
315
331
|
<luzmo-edit-option-picker
|
|
316
|
-
.value=${
|
|
332
|
+
.value=${o}
|
|
317
333
|
.default=${s}
|
|
318
|
-
.values=${
|
|
334
|
+
.values=${n}
|
|
319
335
|
.label=${i}
|
|
320
|
-
?hide-label=${t.controlInfo
|
|
321
|
-
.tooltip=${
|
|
322
|
-
.size=${
|
|
323
|
-
.extraLabel=${
|
|
324
|
-
.extraLabelTooltip=${
|
|
325
|
-
.extraLabelHasClickAction=${
|
|
336
|
+
?hide-label=${(y = t.controlInfo) == null ? void 0 : y.hideLabel}
|
|
337
|
+
.tooltip=${l}
|
|
338
|
+
.size=${e}
|
|
339
|
+
.extraLabel=${d}
|
|
340
|
+
.extraLabelTooltip=${u}
|
|
341
|
+
.extraLabelHasClickAction=${b}
|
|
326
342
|
@extraLabelClick=${p}
|
|
327
|
-
@option-changed=${
|
|
328
|
-
.parseValue=${t.controlInfo
|
|
329
|
-
.toValue=${t.controlInfo
|
|
343
|
+
@option-changed=${v}
|
|
344
|
+
.parseValue=${(L = t.controlInfo) == null ? void 0 : L.parseValue}
|
|
345
|
+
.toValue=${(I = t.controlInfo) == null ? void 0 : I.toValue}
|
|
330
346
|
></luzmo-edit-option-picker>
|
|
331
347
|
`;
|
|
332
|
-
},
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
348
|
+
}, ct = (t) => {
|
|
349
|
+
var k, $, h, a, c, r, m, f, x, y, L, I;
|
|
350
|
+
const i = ((h = ($ = (k = t.translations) == null ? void 0 : k.options) == null ? void 0 : $[t.optionKey]) == null ? void 0 : h.label) ?? ((a = t.controlInfo) == null ? void 0 : a.label), o = (c = t.controlInfo) == null ? void 0 : c.positions, l = t.size, n = _(t, t.optionKey), e = ((f = (m = (r = t.translations) == null ? void 0 : r.options) == null ? void 0 : m[t.optionKey]) == null ? void 0 : f.tooltip) ?? ((x = t.controlInfo) == null ? void 0 : x.tooltip), s = H(t) ?? "topRight", {
|
|
351
|
+
extraLabel: d,
|
|
352
|
+
extraLabelTooltip: u,
|
|
353
|
+
extraLabelHasClickAction: b,
|
|
337
354
|
extraLabelClickAction: p
|
|
338
|
-
} =
|
|
339
|
-
return
|
|
355
|
+
} = T(t), v = M(t);
|
|
356
|
+
return O`
|
|
340
357
|
<luzmo-edit-option-position-picker
|
|
341
|
-
.value=${t.controlInfo
|
|
342
|
-
.positions=${
|
|
358
|
+
.value=${(y = t.controlInfo) == null ? void 0 : y.value}
|
|
359
|
+
.positions=${o}
|
|
343
360
|
.default=${s}
|
|
344
361
|
.label=${i}
|
|
345
|
-
?hide-label=${t.controlInfo
|
|
346
|
-
.tooltip=${
|
|
347
|
-
.size=${
|
|
348
|
-
.value=${
|
|
349
|
-
.extraLabel=${
|
|
350
|
-
.extraLabelTooltip=${
|
|
351
|
-
.extraLabelHasClickAction=${
|
|
362
|
+
?hide-label=${(L = t.controlInfo) == null ? void 0 : L.hideLabel}
|
|
363
|
+
.tooltip=${e}
|
|
364
|
+
.size=${l}
|
|
365
|
+
.value=${n}
|
|
366
|
+
.extraLabel=${d}
|
|
367
|
+
.extraLabelTooltip=${u}
|
|
368
|
+
.extraLabelHasClickAction=${b}
|
|
352
369
|
@extraLabelClick=${p}
|
|
353
|
-
@option-changed=${
|
|
354
|
-
.readonly=${t.controlInfo
|
|
370
|
+
@option-changed=${v}
|
|
371
|
+
.readonly=${(I = t.controlInfo) == null ? void 0 : I.readonly}
|
|
355
372
|
></luzmo-edit-option-position-picker>
|
|
356
373
|
`;
|
|
357
|
-
},
|
|
358
|
-
|
|
374
|
+
}, mt = (t) => {
|
|
375
|
+
var v, k, $, h, a, c, r, m, f, x, y, L, I;
|
|
376
|
+
const i = (($ = (k = (v = t.translations) == null ? void 0 : v.options) == null ? void 0 : k[t.optionKey]) == null ? void 0 : $.label) ?? ((h = t.controlInfo) == null ? void 0 : h.label), o = _(t, t.optionKey), l = t.size, n = ((r = (c = (a = t.translations) == null ? void 0 : a.options) == null ? void 0 : c[t.optionKey]) == null ? void 0 : r.tooltip) ?? ((m = t.controlInfo) == null ? void 0 : m.tooltip), e = H(t), {
|
|
359
377
|
extraLabel: s,
|
|
360
|
-
extraLabelTooltip:
|
|
361
|
-
extraLabelHasClickAction:
|
|
362
|
-
extraLabelClickAction:
|
|
363
|
-
} =
|
|
364
|
-
return
|
|
378
|
+
extraLabelTooltip: d,
|
|
379
|
+
extraLabelHasClickAction: u,
|
|
380
|
+
extraLabelClickAction: b
|
|
381
|
+
} = T(t), p = M(t);
|
|
382
|
+
return O`
|
|
365
383
|
<luzmo-edit-option-positions-number-field
|
|
366
|
-
.values=${
|
|
367
|
-
.positions=${t.controlInfo
|
|
368
|
-
.positionConfiguration=${t.controlInfo
|
|
384
|
+
.values=${o ?? e}
|
|
385
|
+
.positions=${(f = t.controlInfo) == null ? void 0 : f.positions}
|
|
386
|
+
.positionConfiguration=${(x = t.controlInfo) == null ? void 0 : x.positionConfiguration}
|
|
369
387
|
.label=${i}
|
|
370
|
-
?hide-label=${t.controlInfo
|
|
371
|
-
.size=${
|
|
372
|
-
.tooltip=${
|
|
388
|
+
?hide-label=${(y = t.controlInfo) == null ? void 0 : y.hideLabel}
|
|
389
|
+
.size=${l}
|
|
390
|
+
.tooltip=${n}
|
|
373
391
|
.extraLabel=${s}
|
|
374
|
-
.extraLabelTooltip=${
|
|
375
|
-
.extraLabelHasClickAction=${
|
|
376
|
-
@extraLabelClick=${
|
|
392
|
+
.extraLabelTooltip=${d}
|
|
393
|
+
.extraLabelHasClickAction=${u}
|
|
394
|
+
@extraLabelClick=${b}
|
|
377
395
|
@option-changed=${p}
|
|
378
|
-
.parseValue=${t.controlInfo
|
|
379
|
-
.toValue=${t.controlInfo
|
|
396
|
+
.parseValue=${(L = t.controlInfo) == null ? void 0 : L.parseValue}
|
|
397
|
+
.toValue=${(I = t.controlInfo) == null ? void 0 : I.toValue}
|
|
380
398
|
></luzmo-edit-option-positions-number-field>
|
|
381
399
|
`;
|
|
382
|
-
},
|
|
383
|
-
|
|
384
|
-
|
|
400
|
+
}, ft = (t) => {
|
|
401
|
+
var k, $, h, a, c, r, m, f, x, y, L, I;
|
|
402
|
+
const i = ((h = ($ = (k = t.translations) == null ? void 0 : k.options) == null ? void 0 : $[t.optionKey]) == null ? void 0 : h.label) ?? ((a = t.controlInfo) == null ? void 0 : a.label) ?? t.optionKey ?? "", o = _(t, t.optionKey), l = H(t), n = (c = t.controlInfo) == null ? void 0 : c.enum.reduce(
|
|
403
|
+
(C, z) => {
|
|
404
|
+
var V, K, A, w;
|
|
405
|
+
return C[z] = ((w = (A = (K = (V = t.translations) == null ? void 0 : V.options) == null ? void 0 : K[t.optionKey]) == null ? void 0 : A.enum) == null ? void 0 : w[z]) ?? z, C;
|
|
406
|
+
},
|
|
385
407
|
{}
|
|
386
|
-
),
|
|
387
|
-
extraLabel:
|
|
388
|
-
extraLabelTooltip:
|
|
389
|
-
extraLabelHasClickAction:
|
|
408
|
+
), e = t.size, s = ((f = (m = (r = t.translations) == null ? void 0 : r.options) == null ? void 0 : m[t.optionKey]) == null ? void 0 : f.tooltip) ?? ((x = t.controlInfo) == null ? void 0 : x.tooltip), {
|
|
409
|
+
extraLabel: d,
|
|
410
|
+
extraLabelTooltip: u,
|
|
411
|
+
extraLabelHasClickAction: b,
|
|
390
412
|
extraLabelClickAction: p
|
|
391
|
-
} =
|
|
392
|
-
return
|
|
413
|
+
} = T(t), v = M(t);
|
|
414
|
+
return O`
|
|
393
415
|
<luzmo-edit-option-radio-button-group
|
|
394
|
-
.value=${
|
|
395
|
-
.values=${
|
|
416
|
+
.value=${o ?? l}
|
|
417
|
+
.values=${n}
|
|
396
418
|
.label=${i}
|
|
397
|
-
?hide-label=${t.controlInfo
|
|
398
|
-
.size=${
|
|
419
|
+
?hide-label=${(y = t.controlInfo) == null ? void 0 : y.hideLabel}
|
|
420
|
+
.size=${e}
|
|
399
421
|
.tooltip=${s}
|
|
400
|
-
.extraLabel=${
|
|
401
|
-
.extraLabelTooltip=${
|
|
402
|
-
.extraLabelHasClickAction=${
|
|
422
|
+
.extraLabel=${d}
|
|
423
|
+
.extraLabelTooltip=${u}
|
|
424
|
+
.extraLabelHasClickAction=${b}
|
|
403
425
|
@extraLabelClick=${p}
|
|
404
|
-
@option-changed=${
|
|
405
|
-
.parseValue=${t.controlInfo
|
|
406
|
-
.toValue=${t.controlInfo
|
|
426
|
+
@option-changed=${v}
|
|
427
|
+
.parseValue=${(L = t.controlInfo) == null ? void 0 : L.parseValue}
|
|
428
|
+
.toValue=${(I = t.controlInfo) == null ? void 0 : I.toValue}
|
|
407
429
|
></luzmo-edit-option-radio-button-group>
|
|
408
430
|
`;
|
|
409
|
-
},
|
|
410
|
-
|
|
411
|
-
|
|
431
|
+
}, dt = (t) => {
|
|
432
|
+
var a, c, r, m, f, x, y, L, I, C, z, V, K, A;
|
|
433
|
+
const i = ((r = (c = (a = t.translations) == null ? void 0 : a.options) == null ? void 0 : c[t.optionKey]) == null ? void 0 : r.label) ?? ((m = t.controlInfo) == null ? void 0 : m.label) ?? t.optionKey ?? "", o = ((y = (x = (f = t.translations) == null ? void 0 : f.options) == null ? void 0 : x[t.optionKey]) == null ? void 0 : y.tooltip) ?? ((L = t.controlInfo) == null ? void 0 : L.tooltip), l = (I = t.controlInfo) == null ? void 0 : I.min, n = (C = t.controlInfo) == null ? void 0 : C.max, e = (z = t.controlInfo) == null ? void 0 : z.step, s = _(t, t.optionKey), d = t.size, u = H(t), {
|
|
434
|
+
extraLabel: b,
|
|
412
435
|
extraLabelTooltip: p,
|
|
413
|
-
extraLabelHasClickAction:
|
|
414
|
-
extraLabelClickAction:
|
|
415
|
-
} =
|
|
416
|
-
if (typeof
|
|
417
|
-
const { options:
|
|
418
|
-
return t.changeCallback(
|
|
436
|
+
extraLabelHasClickAction: v,
|
|
437
|
+
extraLabelClickAction: k
|
|
438
|
+
} = T(t), $ = M(t), h = () => {
|
|
439
|
+
if (typeof k == "function") {
|
|
440
|
+
const { options: w } = k();
|
|
441
|
+
return t.changeCallback(w);
|
|
419
442
|
}
|
|
420
443
|
};
|
|
421
|
-
return
|
|
444
|
+
return O`
|
|
422
445
|
<luzmo-edit-option-slider
|
|
423
446
|
.value=${s}
|
|
424
|
-
.default=${
|
|
425
|
-
.min=${
|
|
426
|
-
.max=${
|
|
427
|
-
.step=${
|
|
447
|
+
.default=${u}
|
|
448
|
+
.min=${l}
|
|
449
|
+
.max=${n}
|
|
450
|
+
.step=${e}
|
|
428
451
|
.label=${i}
|
|
429
|
-
?hide-label=${t.controlInfo
|
|
430
|
-
.tooltip=${
|
|
431
|
-
.size=${
|
|
432
|
-
.extraLabel=${
|
|
452
|
+
?hide-label=${(V = t.controlInfo) == null ? void 0 : V.hideLabel}
|
|
453
|
+
.tooltip=${o}
|
|
454
|
+
.size=${d}
|
|
455
|
+
.extraLabel=${b}
|
|
433
456
|
.extraLabelTooltip=${p}
|
|
434
|
-
.extraLabelHasClickAction=${
|
|
435
|
-
@extraLabelClick=${
|
|
436
|
-
@option-changed=${
|
|
437
|
-
.parseValue=${t.controlInfo
|
|
438
|
-
.toValue=${t.controlInfo
|
|
457
|
+
.extraLabelHasClickAction=${v}
|
|
458
|
+
@extraLabelClick=${h}
|
|
459
|
+
@option-changed=${$}
|
|
460
|
+
.parseValue=${(K = t.controlInfo) == null ? void 0 : K.parseValue}
|
|
461
|
+
.toValue=${(A = t.controlInfo) == null ? void 0 : A.toValue}
|
|
439
462
|
></luzmo-edit-option-slider>
|
|
440
463
|
`;
|
|
441
|
-
},
|
|
442
|
-
|
|
464
|
+
}, ut = (t) => {
|
|
465
|
+
var v, k, $, h, a, c, r, m, f, x, y;
|
|
466
|
+
const i = (($ = (k = (v = t.translations) == null ? void 0 : v.options) == null ? void 0 : k[t.optionKey]) == null ? void 0 : $.label) ?? ((h = t.controlInfo) == null ? void 0 : h.label) ?? t.optionKey ?? "", o = _(t, t.optionKey), l = t.size, n = ((r = (c = (a = t.translations) == null ? void 0 : a.options) == null ? void 0 : c[t.optionKey]) == null ? void 0 : r.tooltip) ?? ((m = t.controlInfo) == null ? void 0 : m.tooltip), e = H(t), {
|
|
443
467
|
extraLabel: s,
|
|
444
|
-
extraLabelTooltip:
|
|
445
|
-
extraLabelHasClickAction:
|
|
446
|
-
extraLabelClickAction:
|
|
447
|
-
} =
|
|
448
|
-
return
|
|
468
|
+
extraLabelTooltip: d,
|
|
469
|
+
extraLabelHasClickAction: u,
|
|
470
|
+
extraLabelClickAction: b
|
|
471
|
+
} = T(t), p = M(t);
|
|
472
|
+
return O`
|
|
449
473
|
<luzmo-edit-option-switch
|
|
450
|
-
.value=${
|
|
474
|
+
.value=${o ?? e ?? !1}
|
|
451
475
|
.label=${i}
|
|
452
|
-
?hide-label=${t.controlInfo
|
|
453
|
-
.size=${
|
|
454
|
-
.tooltip=${
|
|
476
|
+
?hide-label=${(f = t.controlInfo) == null ? void 0 : f.hideLabel}
|
|
477
|
+
.size=${l}
|
|
478
|
+
.tooltip=${n}
|
|
455
479
|
.extraLabel=${s}
|
|
456
|
-
.extraLabelTooltip=${
|
|
457
|
-
.extraLabelHasClickAction=${
|
|
458
|
-
@extraLabelClick=${
|
|
480
|
+
.extraLabelTooltip=${d}
|
|
481
|
+
.extraLabelHasClickAction=${u}
|
|
482
|
+
@extraLabelClick=${b}
|
|
459
483
|
@option-changed=${p}
|
|
460
|
-
.parseValue=${t.controlInfo
|
|
461
|
-
.toValue=${t.controlInfo
|
|
484
|
+
.parseValue=${(x = t.controlInfo) == null ? void 0 : x.parseValue}
|
|
485
|
+
.toValue=${(y = t.controlInfo) == null ? void 0 : y.toValue}
|
|
462
486
|
></luzmo-edit-option-switch>
|
|
463
487
|
`;
|
|
464
|
-
},
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
488
|
+
}, ht = (t) => {
|
|
489
|
+
var $, h, a, c, r, m, f, x, y, L, I, C, z, V, K;
|
|
490
|
+
const i = ((a = (h = ($ = t.translations) == null ? void 0 : $.options) == null ? void 0 : h[t.optionKey]) == null ? void 0 : a.label) ?? ((c = t.controlInfo) == null ? void 0 : c.label) ?? t.optionKey ?? "", o = t.language ?? "en", l = {};
|
|
491
|
+
l[o] = ((f = (m = (r = t.translations) == null ? void 0 : r.options) == null ? void 0 : m[t.optionKey]) == null ? void 0 : f.placeholder) ?? ((x = t.controlInfo) == null ? void 0 : x.placeholder) ?? "";
|
|
492
|
+
const n = _(t, t.optionKey) ?? "", e = t.size, s = ((I = (L = (y = t.translations) == null ? void 0 : y.options) == null ? void 0 : L[t.optionKey]) == null ? void 0 : I.tooltip) ?? ((C = t.controlInfo) == null ? void 0 : C.tooltip), d = H(t), {
|
|
493
|
+
extraLabel: u,
|
|
494
|
+
extraLabelTooltip: b,
|
|
470
495
|
extraLabelHasClickAction: p,
|
|
471
|
-
extraLabelClickAction:
|
|
472
|
-
} =
|
|
473
|
-
return
|
|
496
|
+
extraLabelClickAction: v
|
|
497
|
+
} = T(t), k = M(t);
|
|
498
|
+
return O`
|
|
474
499
|
<luzmo-edit-option-text-field
|
|
475
500
|
.label=${i}
|
|
476
|
-
?hide-label=${t.controlInfo
|
|
477
|
-
.placeholder=${
|
|
478
|
-
.value=${
|
|
479
|
-
.size=${
|
|
501
|
+
?hide-label=${(z = t.controlInfo) == null ? void 0 : z.hideLabel}
|
|
502
|
+
.placeholder=${l[o]}
|
|
503
|
+
.value=${n ?? d}
|
|
504
|
+
.size=${e}
|
|
480
505
|
.tooltip=${s}
|
|
481
|
-
.extraLabel=${
|
|
482
|
-
.extraLabelTooltip=${
|
|
506
|
+
.extraLabel=${u}
|
|
507
|
+
.extraLabelTooltip=${b}
|
|
483
508
|
.extraLabelHasClickAction=${p}
|
|
484
|
-
@extraLabelClick=${
|
|
485
|
-
@option-changed=${
|
|
486
|
-
.parseValue=${t.controlInfo
|
|
487
|
-
.toValue=${t.controlInfo
|
|
509
|
+
@extraLabelClick=${v}
|
|
510
|
+
@option-changed=${k}
|
|
511
|
+
.parseValue=${(V = t.controlInfo) == null ? void 0 : V.parseValue}
|
|
512
|
+
.toValue=${(K = t.controlInfo) == null ? void 0 : K.toValue}
|
|
488
513
|
></luzmo-edit-option-text-field>
|
|
489
514
|
`;
|
|
490
|
-
},
|
|
515
|
+
}, bt = (t) => {
|
|
491
516
|
switch (t.controlType) {
|
|
492
517
|
case "picker":
|
|
493
|
-
return
|
|
518
|
+
return at(t);
|
|
494
519
|
case "slider":
|
|
495
|
-
return
|
|
520
|
+
return dt(t);
|
|
496
521
|
case "switch":
|
|
497
|
-
return
|
|
522
|
+
return ut(t);
|
|
498
523
|
case "multi-language-field":
|
|
499
|
-
return
|
|
524
|
+
return pt(t);
|
|
500
525
|
case "text-field":
|
|
501
|
-
return
|
|
526
|
+
return ht(t);
|
|
502
527
|
case "number-field":
|
|
503
|
-
return
|
|
528
|
+
return rt(t);
|
|
504
529
|
case "color-range":
|
|
505
|
-
return
|
|
530
|
+
return st(t);
|
|
506
531
|
case "color-palette-picker":
|
|
507
|
-
return
|
|
532
|
+
return et(t);
|
|
508
533
|
case "position-picker":
|
|
509
|
-
return
|
|
534
|
+
return ct(t);
|
|
510
535
|
case "positions-number-field":
|
|
511
|
-
return
|
|
536
|
+
return mt(t);
|
|
512
537
|
case "radio-button-group":
|
|
513
|
-
return
|
|
538
|
+
return ft(t);
|
|
514
539
|
case "color-picker":
|
|
515
|
-
return
|
|
540
|
+
return lt(t);
|
|
516
541
|
case "action-button-group":
|
|
517
|
-
return
|
|
542
|
+
return ot(t);
|
|
518
543
|
}
|
|
519
544
|
};
|
|
520
|
-
var
|
|
521
|
-
for (var
|
|
522
|
-
(s = t[
|
|
523
|
-
return
|
|
545
|
+
var $t = Object.defineProperty, R = (t, i, o, l) => {
|
|
546
|
+
for (var n = void 0, e = t.length - 1, s; e >= 0; e--)
|
|
547
|
+
(s = t[e]) && (n = s(i, o, n) || n);
|
|
548
|
+
return n && $t(i, o, n), n;
|
|
524
549
|
};
|
|
525
|
-
const
|
|
550
|
+
const F = class F extends Z {
|
|
526
551
|
constructor() {
|
|
527
|
-
super(...arguments), this._loadItemConfig = new
|
|
552
|
+
super(...arguments), this._loadItemConfig = new X(this, {
|
|
528
553
|
task: async ([
|
|
529
554
|
i,
|
|
530
|
-
n,
|
|
531
|
-
e,
|
|
532
555
|
o,
|
|
533
|
-
l
|
|
556
|
+
l,
|
|
557
|
+
n,
|
|
558
|
+
e
|
|
534
559
|
]) => {
|
|
535
560
|
let s = !1;
|
|
536
|
-
if (i !== this._itemTypeLoaded && !
|
|
537
|
-
const
|
|
538
|
-
"../../item-definitions/area-chart/area-chart-options.config.ts": () => import("./area-chart-options.config-
|
|
539
|
-
"../../item-definitions/bar-chart/bar-chart-options.config.ts": () => import("./bar-chart-options.config-
|
|
540
|
-
"../../item-definitions/box-plot/box-plot-options.config.ts": () => import("./box-plot-options.config-
|
|
541
|
-
"../../item-definitions/bubble-chart/bubble-chart-options.config.ts": () => import("./bubble-chart-options.config-
|
|
542
|
-
"../../item-definitions/bullet-chart/bullet-chart-options.config.ts": () => import("./bullet-chart-options.config-
|
|
543
|
-
"../../item-definitions/choropleth-map/choropleth-map-options.config.ts": () => import("./choropleth-map-options.config-
|
|
561
|
+
if (i !== this._itemTypeLoaded && !n) {
|
|
562
|
+
const b = /* @__PURE__ */ Object.assign({
|
|
563
|
+
"../../item-definitions/area-chart/area-chart-options.config.ts": () => import("./area-chart-options.config-_J0sG4NF.js"),
|
|
564
|
+
"../../item-definitions/bar-chart/bar-chart-options.config.ts": () => import("./bar-chart-options.config-D1mb5TDl.js"),
|
|
565
|
+
"../../item-definitions/box-plot/box-plot-options.config.ts": () => import("./box-plot-options.config-xu_i6ms7.js"),
|
|
566
|
+
"../../item-definitions/bubble-chart/bubble-chart-options.config.ts": () => import("./bubble-chart-options.config-BacgXkJ_.js"),
|
|
567
|
+
"../../item-definitions/bullet-chart/bullet-chart-options.config.ts": () => import("./bullet-chart-options.config-CDPpX1yc.js"),
|
|
568
|
+
"../../item-definitions/choropleth-map/choropleth-map-options.config.ts": () => import("./choropleth-map-options.config-B_W9-rhe.js"),
|
|
544
569
|
"../../item-definitions/circle-pack-chart/circle-pack-chart-options.config.ts": () => import("./circle-pack-chart-options.config-DEYL3DMK.js"),
|
|
545
|
-
"../../item-definitions/circular-gauge/circular-gauge-options.config.ts": () => import("./circular-gauge-options.config-
|
|
546
|
-
"../../item-definitions/column-chart/column-chart-options.config.ts": () => import("./column-chart-options.config-
|
|
570
|
+
"../../item-definitions/circular-gauge/circular-gauge-options.config.ts": () => import("./circular-gauge-options.config-DAIjz4Rl.js"),
|
|
571
|
+
"../../item-definitions/column-chart/column-chart-options.config.ts": () => import("./column-chart-options.config-B5SjBVdy.js"),
|
|
547
572
|
"../../item-definitions/combination-chart/combination-chart-options.config.ts": () => import("./combination-chart-options.config-CApdgFvv.js"),
|
|
548
|
-
"../../item-definitions/conditional-number/conditional-number-options.config.ts": () => import("./conditional-number-options.config-
|
|
549
|
-
"../../item-definitions/date-comparison-filter/date-comparison-filter-options.config.ts": () => import("./date-comparison-filter-options.config-
|
|
550
|
-
"../../item-definitions/date-filter/date-filter-options.config.ts": () => import("./date-filter-options.config-
|
|
551
|
-
"../../item-definitions/donut-chart/donut-chart-options.config.ts": () => import("./donut-chart-options.config-
|
|
552
|
-
"../../item-definitions/dropdown-filter/dropdown-filter-options.config.ts": () => import("./dropdown-filter-options.config-
|
|
553
|
-
"../../item-definitions/evolution-number/evolution-number-options.config.ts": () => import("./evolution-number-options.config-
|
|
554
|
-
"../../item-definitions/funnel-chart/funnel-chart-options.config.ts": () => import("./funnel-chart-options.config-
|
|
555
|
-
"../../item-definitions/heat-map/heat-map-options.config.ts": () => import("./heat-map-options.config-
|
|
556
|
-
"../../item-definitions/heat-table/heat-table-options.config.ts": () => import("./heat-table-options.config-
|
|
557
|
-
"../../item-definitions/hexbin-map/hexbin-map-options.config.ts": () => import("./hexbin-map-options.config-
|
|
573
|
+
"../../item-definitions/conditional-number/conditional-number-options.config.ts": () => import("./conditional-number-options.config-BCEpSK9J.js"),
|
|
574
|
+
"../../item-definitions/date-comparison-filter/date-comparison-filter-options.config.ts": () => import("./date-comparison-filter-options.config-JA_yYpJa.js"),
|
|
575
|
+
"../../item-definitions/date-filter/date-filter-options.config.ts": () => import("./date-filter-options.config-DBRxlTWy.js"),
|
|
576
|
+
"../../item-definitions/donut-chart/donut-chart-options.config.ts": () => import("./donut-chart-options.config-BulUEiaH.js"),
|
|
577
|
+
"../../item-definitions/dropdown-filter/dropdown-filter-options.config.ts": () => import("./dropdown-filter-options.config-D9dvPypF.js"),
|
|
578
|
+
"../../item-definitions/evolution-number/evolution-number-options.config.ts": () => import("./evolution-number-options.config-DzkfeoIN.js"),
|
|
579
|
+
"../../item-definitions/funnel-chart/funnel-chart-options.config.ts": () => import("./funnel-chart-options.config-C_VjTOvD.js"),
|
|
580
|
+
"../../item-definitions/heat-map/heat-map-options.config.ts": () => import("./heat-map-options.config-BnLWe8jS.js"),
|
|
581
|
+
"../../item-definitions/heat-table/heat-table-options.config.ts": () => import("./heat-table-options.config-CUsDdgUr.js"),
|
|
582
|
+
"../../item-definitions/hexbin-map/hexbin-map-options.config.ts": () => import("./hexbin-map-options.config-F-7uCqxb.js"),
|
|
558
583
|
"../../item-definitions/image/image-options.config.ts": () => import("./image-options.config-CBfeq5Zw.js"),
|
|
559
584
|
"../../item-definitions/item-options.config.ts": () => import("./item-options-configs.js"),
|
|
560
|
-
"../../item-definitions/line-chart/line-chart-options.config.ts": () => import("./line-chart-options.config-
|
|
561
|
-
"../../item-definitions/marker-map/marker-map-options.config.ts": () => import("./marker-map-options.config-
|
|
585
|
+
"../../item-definitions/line-chart/line-chart-options.config.ts": () => import("./line-chart-options.config-DB3IsXXr.js"),
|
|
586
|
+
"../../item-definitions/marker-map/marker-map-options.config.ts": () => import("./marker-map-options.config-DPJ955tt.js"),
|
|
562
587
|
"../../item-definitions/ohlc-chart/ohlc-chart-options.config.ts": () => import("./ohlc-chart-options.config-D9npwajt.js"),
|
|
563
588
|
"../../item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-options.config.ts": () => import("./parallel-coordinates-plot-options.config-DxB4kd58.js"),
|
|
564
|
-
"../../item-definitions/pivot-table/pivot-table-options.config.ts": () => import("./pivot-table-options.config-
|
|
565
|
-
"../../item-definitions/pyramid-chart/pyramid-chart-options.config.ts": () => import("./pyramid-chart-options.config-
|
|
566
|
-
"../../item-definitions/radar-chart/radar-chart-options.config.ts": () => import("./radar-chart-options.config-
|
|
567
|
-
"../../item-definitions/regular-table/regular-table-options.config.ts": () => import("./regular-table-options.config-
|
|
568
|
-
"../../item-definitions/route-map/route-map-options.config.ts": () => import("./route-map-options.config-
|
|
569
|
-
"../../item-definitions/sankey-diagram/sankey-diagram-options.config.ts": () => import("./sankey-diagram-options.config-
|
|
570
|
-
"../../item-definitions/scatter-plot/scatter-plot-options.config.ts": () => import("./scatter-plot-options.config-
|
|
571
|
-
"../../item-definitions/search-filter/search-filter-options.config.ts": () => import("./search-filter-options.config-
|
|
572
|
-
"../../item-definitions/slicer-filter/slicer-filter-options.config.ts": () => import("./slicer-filter-options.config-
|
|
573
|
-
"../../item-definitions/slider-filter/slider-filter-options.config.ts": () => import("./slider-filter-options.config-
|
|
589
|
+
"../../item-definitions/pivot-table/pivot-table-options.config.ts": () => import("./pivot-table-options.config-DNK_AIG7.js"),
|
|
590
|
+
"../../item-definitions/pyramid-chart/pyramid-chart-options.config.ts": () => import("./pyramid-chart-options.config-CcVMatYx.js"),
|
|
591
|
+
"../../item-definitions/radar-chart/radar-chart-options.config.ts": () => import("./radar-chart-options.config-CUZn_3Fd.js"),
|
|
592
|
+
"../../item-definitions/regular-table/regular-table-options.config.ts": () => import("./regular-table-options.config-BoLZsBry.js"),
|
|
593
|
+
"../../item-definitions/route-map/route-map-options.config.ts": () => import("./route-map-options.config-CN86T7c0.js"),
|
|
594
|
+
"../../item-definitions/sankey-diagram/sankey-diagram-options.config.ts": () => import("./sankey-diagram-options.config-tVLKy_Zn.js"),
|
|
595
|
+
"../../item-definitions/scatter-plot/scatter-plot-options.config.ts": () => import("./scatter-plot-options.config-Corlzno1.js"),
|
|
596
|
+
"../../item-definitions/search-filter/search-filter-options.config.ts": () => import("./search-filter-options.config-BE3JhR-F.js"),
|
|
597
|
+
"../../item-definitions/slicer-filter/slicer-filter-options.config.ts": () => import("./slicer-filter-options.config-3JZZcw5C.js"),
|
|
598
|
+
"../../item-definitions/slider-filter/slider-filter-options.config.ts": () => import("./slider-filter-options.config-DH4SS8wH.js"),
|
|
574
599
|
"../../item-definitions/spacer/spacer-options.config.ts": () => import("./spacer-options.config-IpwUxDyU.js"),
|
|
575
|
-
"../../item-definitions/speedometer-chart/speedometer-chart-options.config.ts": () => import("./speedometer-chart-options.config-
|
|
576
|
-
"../../item-definitions/spike-map/spike-map-options.config.ts": () => import("./spike-map-options.config-
|
|
600
|
+
"../../item-definitions/speedometer-chart/speedometer-chart-options.config.ts": () => import("./speedometer-chart-options.config-SL581yOa.js"),
|
|
601
|
+
"../../item-definitions/spike-map/spike-map-options.config.ts": () => import("./spike-map-options.config-C5KewecZ.js"),
|
|
577
602
|
"../../item-definitions/strip-plot/strip-plot-options.config.ts": () => import("./strip-plot-options.config-Bdr8yQJu.js"),
|
|
578
|
-
"../../item-definitions/sunburst-chart/sunburst-chart-options.config.ts": () => import("./sunburst-chart-options.config-
|
|
579
|
-
"../../item-definitions/symbol-map/symbol-map-options.config.ts": () => import("./symbol-map-options.config-
|
|
603
|
+
"../../item-definitions/sunburst-chart/sunburst-chart-options.config.ts": () => import("./sunburst-chart-options.config-CNauGQJv.js"),
|
|
604
|
+
"../../item-definitions/symbol-map/symbol-map-options.config.ts": () => import("./symbol-map-options.config-DdDA4aa7.js"),
|
|
580
605
|
"../../item-definitions/text/text-options.config.ts": () => import("./text-options.config-BWaJoeG2.js"),
|
|
581
|
-
"../../item-definitions/treemap-chart/treemap-chart-options.config.ts": () => import("./treemap-chart-options.config-
|
|
606
|
+
"../../item-definitions/treemap-chart/treemap-chart-options.config.ts": () => import("./treemap-chart-options.config-D5AJaF_u.js"),
|
|
582
607
|
"../../item-definitions/venn-diagram/venn-diagram-options.config.ts": () => import("./venn-diagram-options.config-CGUMA930.js"),
|
|
583
|
-
"../../item-definitions/video/video-options.config.ts": () => import("./video-options.config-
|
|
584
|
-
"../../item-definitions/wordcloud-chart/wordcloud-chart-options.config.ts": () => import("./wordcloud-chart-options.config-
|
|
608
|
+
"../../item-definitions/video/video-options.config.ts": () => import("./video-options.config-Dk36zJ1B.js"),
|
|
609
|
+
"../../item-definitions/wordcloud-chart/wordcloud-chart-options.config.ts": () => import("./wordcloud-chart-options.config-w2NUIWVA.js")
|
|
585
610
|
});
|
|
586
|
-
if (
|
|
611
|
+
if (b[`../../item-definitions/${i}/${i}-options.config.ts`])
|
|
587
612
|
try {
|
|
588
|
-
const p = await
|
|
589
|
-
this._optionsConfig = p
|
|
613
|
+
const p = await b[`../../item-definitions/${i}/${i}-options.config.ts`]();
|
|
614
|
+
this._optionsConfig = (p == null ? void 0 : p.default) ?? [];
|
|
590
615
|
} catch {
|
|
591
616
|
this._optionsConfig = [];
|
|
592
617
|
}
|
|
593
618
|
else
|
|
594
619
|
this._optionsConfig = [];
|
|
595
620
|
s = !0;
|
|
596
|
-
} else
|
|
621
|
+
} else n ? (o && i && console.warn(
|
|
597
622
|
"optionKey and itemType are not needed when using custom option configuration"
|
|
598
|
-
), this._optionsConfig = [{ children: [
|
|
599
|
-
if ((
|
|
600
|
-
const
|
|
623
|
+
), this._optionsConfig = [{ children: [n] }], o = n.key, i = void 0) : this._optionsConfig = [];
|
|
624
|
+
if ((l !== this._languageLoaded || s) && !e) {
|
|
625
|
+
const b = /* @__PURE__ */ Object.assign({
|
|
601
626
|
"../../item-definitions/area-chart/i18n/area-chart-options.de.ts": () => import("./area-chart-options.de-FcVE2Ywe.js"),
|
|
602
627
|
"../../item-definitions/area-chart/i18n/area-chart-options.en.ts": () => import("./area-chart-options.en-Cz5aXeVe.js"),
|
|
603
628
|
"../../item-definitions/area-chart/i18n/area-chart-options.es.ts": () => import("./area-chart-options.es-o3ABpXnC.js"),
|
|
@@ -819,28 +844,28 @@ const z = class z extends H {
|
|
|
819
844
|
"../../item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.fr.ts": () => import("./wordcloud-chart-options.fr-DNK5Ouc5.js"),
|
|
820
845
|
"../../item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.nl.ts": () => import("./wordcloud-chart-options.nl-CcgmqL7I.js")
|
|
821
846
|
});
|
|
822
|
-
if (
|
|
847
|
+
if (b[`../../item-definitions/${i}/i18n/${i}-options.${l}.ts`])
|
|
823
848
|
try {
|
|
824
|
-
const p = await
|
|
825
|
-
this._translations = p
|
|
849
|
+
const p = await b[`../../item-definitions/${i}/i18n/${i}-options.${l}.ts`]();
|
|
850
|
+
this._translations = (p == null ? void 0 : p.default) ?? {};
|
|
826
851
|
} catch (p) {
|
|
827
852
|
this._translations = {}, console.error(p);
|
|
828
853
|
}
|
|
829
854
|
else
|
|
830
855
|
this._translations = {};
|
|
831
|
-
} else
|
|
832
|
-
options: { [
|
|
856
|
+
} else e ? this._translations = {
|
|
857
|
+
options: { [o ?? ""]: e }
|
|
833
858
|
} : this._translations = {};
|
|
834
|
-
const
|
|
835
|
-
if (
|
|
836
|
-
const
|
|
859
|
+
const d = tt(o ?? "", this._optionsConfig), u = d == null ? void 0 : d.type;
|
|
860
|
+
if (u !== this._controlTypeLoaded) {
|
|
861
|
+
const b = /* @__PURE__ */ Object.assign({ "../edit-option-action-button-group/index.ts": () => import("./edit-option-action-button-group/index.js"), "../edit-option-color-palette-picker/index.ts": () => import("./edit-option-color-palette-picker/index.js"), "../edit-option-color-picker/index.ts": () => import("./edit-option-color-picker/index.js"), "../edit-option-color-range/index.ts": () => import("./edit-option-color-range/index.js"), "../edit-option-multi-language-field/index.ts": () => import("./edit-option-multi-language-field/index.js"), "../edit-option-number-field/index.ts": () => import("./edit-option-number-field/index.js"), "../edit-option-picker/index.ts": () => import("./edit-option-picker/index.js"), "../edit-option-position-picker/index.ts": () => import("./edit-option-position-picker/index.js"), "../edit-option-positions-number-field/index.ts": () => import("./edit-option-positions-number-field/index.js"), "../edit-option-radio-button-group/index.ts": () => import("./edit-option-radio-button-group/index.js"), "../edit-option-slider/index.ts": () => import("./edit-option-slider/index.js"), "../edit-option-switch/index.ts": () => import("./edit-option-switch/index.js"), "../edit-option-text-field/index.ts": () => import("./edit-option-text-field/index.js") });
|
|
837
862
|
try {
|
|
838
|
-
|
|
863
|
+
b[`../edit-option-${u}/index.ts`] && (await b[`../edit-option-${u}/index.ts`](), this._controlTypeLoaded = u);
|
|
839
864
|
} catch (p) {
|
|
840
865
|
console.error(p);
|
|
841
866
|
}
|
|
842
867
|
}
|
|
843
|
-
return
|
|
868
|
+
return d;
|
|
844
869
|
},
|
|
845
870
|
args: () => [
|
|
846
871
|
this.itemType,
|
|
@@ -864,54 +889,57 @@ const z = class z extends H {
|
|
|
864
889
|
}
|
|
865
890
|
render() {
|
|
866
891
|
return this._loadItemConfig.render({
|
|
867
|
-
pending: () =>
|
|
868
|
-
complete: (i) =>
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
892
|
+
pending: () => O`<p>Loading...</p>`,
|
|
893
|
+
complete: (i) => {
|
|
894
|
+
var o;
|
|
895
|
+
return bt({
|
|
896
|
+
controlType: i == null ? void 0 : i.type,
|
|
897
|
+
optionKey: ((o = this.customOptionConfiguration) == null ? void 0 : o.key) ?? this.optionKey,
|
|
898
|
+
controlInfo: i,
|
|
899
|
+
options: this.options,
|
|
900
|
+
slots: this.slots,
|
|
901
|
+
theme: this.theme,
|
|
902
|
+
language: this.language,
|
|
903
|
+
translations: this._translations,
|
|
904
|
+
size: this.size,
|
|
905
|
+
changeCallback: this.changedOptions
|
|
906
|
+
});
|
|
907
|
+
},
|
|
908
|
+
error: (i) => (console.error(i), O``)
|
|
881
909
|
});
|
|
882
910
|
}
|
|
883
911
|
};
|
|
884
|
-
|
|
885
|
-
let
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
],
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
],
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
],
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
],
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
],
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
],
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
],
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
],
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
],
|
|
913
|
-
customElements.get("luzmo-edit-option") || customElements.define("luzmo-edit-option",
|
|
912
|
+
F.styles = Y(it);
|
|
913
|
+
let S = F;
|
|
914
|
+
R([
|
|
915
|
+
j({ type: String, reflect: !0 })
|
|
916
|
+
], S.prototype, "language");
|
|
917
|
+
R([
|
|
918
|
+
j({ type: String, reflect: !0, attribute: "item-type" })
|
|
919
|
+
], S.prototype, "itemType");
|
|
920
|
+
R([
|
|
921
|
+
j({ type: String, reflect: !0, attribute: "option-key" })
|
|
922
|
+
], S.prototype, "optionKey");
|
|
923
|
+
R([
|
|
924
|
+
j({ type: Object, reflect: !1 })
|
|
925
|
+
], S.prototype, "customOptionConfiguration");
|
|
926
|
+
R([
|
|
927
|
+
j({ type: Object, reflect: !1 })
|
|
928
|
+
], S.prototype, "customTranslations");
|
|
929
|
+
R([
|
|
930
|
+
j({ type: Object })
|
|
931
|
+
], S.prototype, "options");
|
|
932
|
+
R([
|
|
933
|
+
j({ type: Object })
|
|
934
|
+
], S.prototype, "slots");
|
|
935
|
+
R([
|
|
936
|
+
j({ type: Object })
|
|
937
|
+
], S.prototype, "theme");
|
|
938
|
+
R([
|
|
939
|
+
j({ type: String, reflect: !0 })
|
|
940
|
+
], S.prototype, "size");
|
|
941
|
+
customElements.get("luzmo-edit-option") || customElements.define("luzmo-edit-option", S);
|
|
914
942
|
export {
|
|
915
|
-
|
|
916
|
-
|
|
943
|
+
S as L,
|
|
944
|
+
tt as g
|
|
917
945
|
};
|