@luzmo/lucero 1.0.1-alpha.18 → 1.0.1-alpha.19
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/components/NumberFormatter-DewVDY5w.cjs +18 -0
- package/components/NumberFormatter-DgOUVrge.js +136 -0
- package/components/NumberParser-Dik4a0h-.cjs +18 -0
- package/components/NumberParser-ci9J5EKv.js +173 -0
- package/components/accordion/index.cjs +6 -183
- package/components/accordion/index.js +88 -136
- package/components/action-bar/index.cjs +4 -85
- package/components/action-bar/index.js +50 -72
- package/components/action-button/index.cjs +3 -205
- package/components/action-button/index.js +93 -167
- package/components/action-group/index.cjs +1 -7
- package/components/action-group/index.js +8 -12
- package/components/action-group-C54IxNZk.cjs +20 -0
- package/components/action-group-C9dsPJg-.js +258 -0
- package/components/action-menu/index.cjs +11 -91
- package/components/action-menu/index.js +47 -66
- package/components/async-directive-BwIAw5tB.js +82 -0
- package/components/async-directive-DLz6JB0v.cjs +22 -0
- package/components/avatar/index.cjs +3 -63
- package/components/avatar/index.js +42 -54
- package/components/{focusable-selectors-D0t_5P7C.cjs → base-BjTwmyRF.cjs} +5 -16
- package/components/base-CFWO09N1.js +684 -0
- package/components/base-Cy0MQrPT.cjs +40 -0
- package/components/base-D76d76ww.js +26 -0
- package/components/button/index.cjs +2 -134
- package/components/button/index.js +72 -106
- package/components/button-base-B8bWcklV.js +144 -0
- package/components/button-base-tf95Lyl4.cjs +25 -0
- package/components/button-group/index.cjs +1 -45
- package/components/button-group/index.js +25 -37
- package/components/calendar/index.cjs +1 -632
- package/components/calendar/index.js +7 -637
- package/components/checkbox/index.cjs +4 -111
- package/components/checkbox/index.js +53 -98
- package/components/checkbox-mixin-BOTvuPEu.js +70 -0
- package/components/checkbox-mixin-BVPpXtsq.cjs +27 -0
- package/components/class-map-CGfNk3Ee.js +51 -0
- package/components/class-map-D-Y-hsN5.cjs +22 -0
- package/components/clear-button-CuPbWwZY.cjs +18 -0
- package/components/clear-button-DzZ5ulBW.js +53 -0
- package/components/close-button-BTo4yrFR.cjs +18 -0
- package/components/close-button-CuQdsez5.js +51 -0
- package/components/color-area/index.cjs +13 -440
- package/components/color-area/index.js +187 -322
- package/components/color-controller-B0uX6Zso.js +3230 -0
- package/components/color-controller-CoUL5f9K.cjs +18 -0
- package/components/color-field/index.cjs +2 -95
- package/components/color-field/index.js +41 -77
- package/components/color-handle/index.cjs +3 -64
- package/components/color-handle/index.js +37 -58
- package/components/color-loupe/index.cjs +1 -7
- package/components/color-loupe/index.js +8 -12
- package/components/color-loupe-CrM2DVY3.cjs +56 -0
- package/components/color-loupe-DmQe3SpP.js +81 -0
- package/components/color-menu/index.cjs +12 -217
- package/components/color-menu/index.js +93 -187
- package/components/color-palette/index.cjs +1 -89
- package/components/color-palette/index.js +51 -78
- package/components/color-palette-group/index.cjs +3 -259
- package/components/color-palette-group/index.js +105 -193
- package/components/color-picker/index.cjs +6 -114
- package/components/color-picker/index.js +72 -92
- package/components/color-slider/index.cjs +1 -585
- package/components/color-slider/index.js +7 -590
- package/components/condition-attribute-with-id-DrQYZzFS.cjs +18 -0
- package/components/condition-attribute-with-id-Dv4lSRbe.js +31 -0
- package/components/date-time-picker/index.cjs +31 -1357
- package/components/date-time-picker/index.js +637 -951
- package/components/{dependency-manger-XHpQjFgK.js → dependency-manger-CO-VPlqq.js} +14 -24
- package/components/dependency-manger-uthev62E.cjs +18 -0
- package/components/directive-C7oCP5Bh.cjs +22 -0
- package/components/directive-helpers-D4KMv2dC.js +62 -0
- package/components/directive-helpers-t-TVum7J.cjs +22 -0
- package/components/{slottable-request-event-CANixJnR.cjs → directive-oAbCiebi.js} +25 -14
- package/components/divider/index.cjs +1 -54
- package/components/divider/index.js +30 -49
- package/components/divider.module-DDvBo9zo.cjs +18 -0
- package/components/divider.module-DoQWQEIJ.js +21 -0
- package/components/element-resolution-BvRLGqIU.cjs +18 -0
- package/components/element-resolution-FCUT-wql.js +91 -0
- package/components/field-group/index.cjs +1 -7
- package/components/field-group/index.js +8 -12
- package/components/field-group-5WQMBOk4.cjs +23 -0
- package/components/field-group-D4B0IOdA.js +66 -0
- package/components/field-label/index.cjs +1 -7
- package/components/field-label/index.js +8 -12
- package/components/field-label-DxmPiC5p.js +106 -0
- package/components/field-label-Dz9kisdW.cjs +25 -0
- package/components/flow-D-0MTYCm.js +527 -0
- package/components/flow-DM3dNAKs.cjs +30 -0
- package/components/focus-group-DHeTq18L.js +218 -0
- package/components/focus-group-DnxZUBhQ.cjs +18 -0
- package/components/focus-visible-BvScGDCE.js +74 -0
- package/components/focus-visible-D4BXb5RB.cjs +18 -0
- package/components/focusable-B_KwfEec.cjs +18 -0
- package/components/focusable-C5JjRZmT.js +153 -0
- package/components/{focusable-selectors-IltOAOd9.js → focusable-selectors-B4YgbghQ.js} +4 -7
- package/components/focusable-selectors-BgFlyFcY.cjs +18 -0
- package/components/icon/index.cjs +1 -90
- package/components/icon/index.js +46 -74
- package/components/if-defined-DULpqYwi.js +27 -0
- package/components/if-defined-DaXWqfzc.cjs +22 -0
- package/components/index-CNK8wHXu.cjs +57 -0
- package/components/index-Cf6G4q52.js +1490 -0
- package/components/index-D3ICqC7S.js +1174 -0
- package/components/index-hqVbNKYy.cjs +113 -0
- package/components/index.cjs +1 -174
- package/components/index.js +172 -174
- package/components/infield-button/index.cjs +2 -46
- package/components/infield-button/index.js +30 -41
- package/components/label/index.cjs +1 -37
- package/components/label/index.js +24 -36
- package/components/{language-resolution-BSGJAWiQ.js → language-resolution-B-wjV5bb.js} +17 -21
- package/components/language-resolution-EUER43cg.cjs +18 -0
- package/components/like-anchor-Bu3pXbjT.cjs +32 -0
- package/components/like-anchor-DCFJN0LV.js +69 -0
- package/components/luzmo-icons-CiSek5iM.js +229 -0
- package/components/luzmo-icons-CtA-TJPd.cjs +29 -0
- package/components/manage-help-text-CHfMLzSa.js +92 -0
- package/components/manage-help-text-DNqdEkTA.cjs +30 -0
- package/components/menu/index.cjs +29 -1297
- package/components/menu/index.js +499 -954
- package/components/multi-language-field/index.cjs +2 -132
- package/components/multi-language-field/index.js +88 -118
- package/components/mutation-controller-DH7YOCyj.js +52 -0
- package/components/mutation-controller-DkOMCW-c.cjs +22 -0
- package/components/number-field/index.cjs +10 -613
- package/components/number-field/index.js +243 -442
- package/components/observe-slot-presence-CmVi0zTc.js +68 -0
- package/components/observe-slot-presence-bc9chhsi.cjs +18 -0
- package/components/observe-slot-text-C3moTjwy.js +87 -0
- package/components/observe-slot-text-D2VAEFSd.cjs +18 -0
- package/components/options/index.cjs +60 -693
- package/components/options/index.js +953 -519
- package/components/overlay/index.cjs +21 -367
- package/components/overlay/index.js +189 -273
- package/components/overlay-B3ajDLLq.cjs +47 -0
- package/components/overlay-CUKs69yr.js +2745 -0
- package/components/{pending-state-CXbe-Xul.js → pending-state-B2wWssTo.js} +13 -28
- package/components/pending-state-bJr-nEJl.cjs +26 -0
- package/components/picker/index.cjs +1 -9
- package/components/picker/index.js +11 -15
- package/components/picker-C0LvseZe.cjs +123 -0
- package/components/picker-W1qNmtsh.js +461 -0
- package/components/picker-button/index.cjs +4 -56
- package/components/picker-button/index.js +34 -45
- package/components/{condition-attribute-with-id-Cn815e9W.js → platform-BM-uMWpX.js} +49 -24
- package/components/platform-BiXhwqk3.cjs +18 -0
- package/components/popover/index.cjs +1 -7
- package/components/popover/index.js +8 -12
- package/components/popover-fwJeZHMQ.cjs +30 -0
- package/components/popover-iD8f5Jkp.js +67 -0
- package/components/progress-circle/index.cjs +1 -7
- package/components/progress-circle/index.js +8 -12
- package/components/progress-circle-DZxaMe8L.cjs +33 -0
- package/components/progress-circle-USIIU1up.js +97 -0
- package/components/query-BL-TJj7K.cjs +22 -0
- package/components/query-D_KR_GUc.js +51 -0
- package/components/query-assigned-elements-DjfhL1cl.js +36 -0
- package/components/query-assigned-elements-DsKsfk7G.cjs +22 -0
- package/components/query-assigned-nodes-BcKWmGzy.cjs +22 -0
- package/components/query-assigned-nodes-C76XVPWY.js +36 -0
- package/components/radio/index.cjs +2 -244
- package/components/radio/index.js +110 -192
- package/components/{random-id-BEc6QIUL.js → random-id-ByCz1xaq.js} +3 -3
- package/components/random-id-CqvckpWe.cjs +18 -0
- package/components/roving-tabindex-By_fCy_e.cjs +18 -0
- package/components/roving-tabindex-DOg4z6ZU.js +66 -0
- package/components/search/index.cjs +8 -115
- package/components/search/index.js +66 -96
- package/components/select/index.cjs +51 -720
- package/components/select/index.js +347 -563
- package/components/sized-mixin-CJbBHWRQ.js +63 -0
- package/components/sized-mixin-WPHH0a_D.cjs +18 -0
- package/components/slider/index.cjs +1 -119
- package/components/slider/index.js +1113 -100
- package/components/slottable-request-event-BfUUt1Mh.cjs +18 -0
- package/components/{slottable-request-event-D9WzrdWv.js → slottable-request-event-DggLA4Rx.js} +9 -12
- package/components/state-DwIwYPvt.js +29 -0
- package/components/state-vf0PJN3_.cjs +22 -0
- package/components/strategies-C6HsQpU2.cjs +18 -0
- package/components/strategies-CUMLHtQI.js +195 -0
- package/components/streaming-listener-BQ68fKMa.js +91 -0
- package/components/streaming-listener-DeGQYM-9.cjs +18 -0
- package/components/style-map-Bnhf_mVZ.js +53 -0
- package/components/style-map-DuMd5xlY.cjs +22 -0
- package/components/swatch/index.cjs +7 -436
- package/components/swatch/index.js +205 -350
- package/components/switch/index.cjs +2 -61
- package/components/switch/index.js +34 -51
- package/components/tabs/index.cjs +26 -693
- package/components/tabs/index.js +388 -521
- package/components/tags/index.cjs +4 -201
- package/components/tags/index.js +87 -152
- package/components/text-field/index.cjs +3 -49
- package/components/text-field/index.js +30 -44
- package/components/text-field-BkFPYo7S.cjs +85 -0
- package/components/text-field-C2n3rzCK.js +314 -0
- package/components/text-field.module-C2KVUJcX.js +21 -0
- package/components/text-field.module-DXhFA9G-.cjs +18 -0
- package/components/toast/index.cjs +12 -177
- package/components/toast/index.js +73 -145
- package/components/tooltip/index.cjs +6 -250
- package/components/tooltip/index.js +124 -177
- package/components/unit-input/index.cjs +8 -232
- package/components/unit-input/index.js +108 -201
- package/components/utils.cjs +1 -25
- package/components/utils.js +22 -22
- package/components/{random-id-BE6HA503.cjs → when-CDK1Tt5Y.js} +10 -7
- package/components/when-CDZyJPvd.cjs +22 -0
- package/package.json +1 -1
- package/components/action-group-DHp8RHDf.js +0 -392
- package/components/action-group-MPf19RPV.cjs +0 -391
- package/components/base-COw9n7UR.cjs +0 -119
- package/components/base-DmeVy0cq.js +0 -120
- package/components/button-base-7Ak55xFd.cjs +0 -206
- package/components/button-base-C3kf6BTK.js +0 -207
- package/components/checkbox-mixin-8cL-vfDy.js +0 -84
- package/components/checkbox-mixin-CE7dJj3J.cjs +0 -83
- package/components/clear-button-Co6oKSgl.js +0 -59
- package/components/clear-button-X_HDY2eH.cjs +0 -58
- package/components/close-button-DPBK6Kpu.cjs +0 -59
- package/components/close-button-Miw9ZjoJ.js +0 -60
- package/components/color-controller-BjDZaxhX.js +0 -491
- package/components/color-controller-C3c_vb2P.cjs +0 -490
- package/components/color-loupe-BQqNR8YD.cjs +0 -88
- package/components/color-loupe-B_DDFv8l.js +0 -89
- package/components/condition-attribute-with-id-DEc2Yjne.cjs +0 -43
- package/components/dependency-manger-CcIE1uvQ.cjs +0 -63
- package/components/divider.module-Cm5LcDRV.cjs +0 -20
- package/components/divider.module-DauH6k2_.js +0 -21
- package/components/element-resolution-DCsrhGZO.cjs +0 -112
- package/components/element-resolution-nMlmW4Jy.js +0 -113
- package/components/field-group-DNmY8W9v.cjs +0 -86
- package/components/field-group-DVdAWCQF.js +0 -87
- package/components/field-label-CKH9EXpR.cjs +0 -156
- package/components/field-label-Dpsecoc6.js +0 -157
- package/components/focus-group-BqDAk9Is.js +0 -337
- package/components/focus-group-DFzOlalL.cjs +0 -336
- package/components/focus-visible-B-B8-P9R.cjs +0 -104
- package/components/focus-visible-BUPRWlsh.js +0 -105
- package/components/focusable-BPrTcZPd.cjs +0 -262
- package/components/focusable-ChCLg1k4.js +0 -263
- package/components/language-resolution-iN9EImbb.cjs +0 -57
- package/components/like-anchor-D62faRNG.cjs +0 -79
- package/components/like-anchor-v3cJ9RWM.js +0 -80
- package/components/manage-help-text-BYx84zZR.cjs +0 -125
- package/components/manage-help-text-DOuMTGht.js +0 -126
- package/components/observe-slot-presence-9AwLGUQ_.cjs +0 -78
- package/components/observe-slot-presence-DcMdoumP.js +0 -79
- package/components/observe-slot-text-CSofZeeF.cjs +0 -104
- package/components/observe-slot-text-CjnkkBPn.js +0 -105
- package/components/overlay-CN8ISP1F.js +0 -2485
- package/components/overlay-LViy9VWM.cjs +0 -2484
- package/components/pending-state-e4RbXe9u.cjs +0 -75
- package/components/picker-DNde3awt.cjs +0 -672
- package/components/picker-PfUAF05y.js +0 -673
- package/components/platform-CxDar3Dn.cjs +0 -68
- package/components/platform-Cxn0WbyT.js +0 -69
- package/components/popover-BkbYhl3i.js +0 -74
- package/components/popover-BkgUf0kL.cjs +0 -74
- package/components/progress-circle-Hu_ivPHf.js +0 -133
- package/components/progress-circle-_Etqsj9f.cjs +0 -132
- package/components/roving-tabindex-AsmAh2In.cjs +0 -95
- package/components/roving-tabindex-DPF9NmrH.js +0 -96
- package/components/sized-mixin-DmkrNdWB.js +0 -80
- package/components/sized-mixin-UaTVa-AE.cjs +0 -79
- package/components/strategies-DlMlaSJR.cjs +0 -317
- package/components/strategies-DlPQoTFE.js +0 -318
- package/components/streaming-listener-D4sHaMub.cjs +0 -145
- package/components/streaming-listener-cAz5zJyk.js +0 -146
- package/components/text-field-11tcnftU.cjs +0 -338
- package/components/text-field-Chi9J2Cz.js +0 -339
- package/components/text-field.module-CMBS0jSL.js +0 -21
- package/components/text-field.module-DIJdV_sA.cjs +0 -20
|
@@ -15,253 +15,29 @@
|
|
|
15
15
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
16
16
|
* SOFTWARE.
|
|
17
17
|
* */
|
|
18
|
-
"use strict";
|
|
19
|
-
|
|
20
|
-
const lit = require("lit");
|
|
21
|
-
const decorators_js = require("lit/decorators.js");
|
|
22
|
-
const icons = require("@luzmo/icons");
|
|
23
|
-
const styleMap_js = require("lit/directives/style-map.js");
|
|
24
|
-
const base = require("../base-COw9n7UR.cjs");
|
|
25
|
-
const styles = "*,*:before,*:after{box-sizing:border-box}:host{display:flex;flex:1 1 auto}svg{height:.75em}.unit-input-container{width:100%;position:relative;display:flex;height:1.875rem;box-sizing:border-box;border-radius:var(--luzmo-border-radius)}.unit-input-container input{box-sizing:border-box;min-width:0;width:100%;line-height:1.6rem;color:var(--luzmo-font-color);padding-left:var(--luzmo-spacing-3);padding-right:var(--luzmo-spacing-5);outline:none;border:var(--luzmo-border-width) solid var(--luzmo-border-color);border-radius:var(--luzmo-border-radius);background:transparent;font-weight:400;text-align:right;transition:border .2s ease-in-out}.unit-input-container input:focus{border:var(--luzmo-border-width) solid var(--luzmo-primary);background:var(--luzmo-background-color-hover)}.unit-input-container input:focus~.ticks{border:var(--luzmo-border-width) solid var(--luzmo-primary)}.unit-input-container input:focus~.ticks .tick-up{border-bottom:var(--luzmo-border-width) solid var(--luzmo-primary)}.unit-input-container .unit{position:absolute;box-sizing:border-box;display:flex;align-items:center;justify-content:center;right:1.125rem;color:var(--luzmo-font-color-disabled);padding:0 var(--luzmo-spacing-2);height:100%;cursor:default;-webkit-user-select:none;user-select:none;z-index:2;font-size:80%}.unit-input-container .ticks{position:absolute;display:flex;flex-direction:column;top:0;bottom:0;right:0;width:var(--luzmo-unit-input-tick-width, 1rem);-webkit-user-select:none;user-select:none;z-index:3;border:var(--luzmo-border-width) solid var(--luzmo-border-color);border-top-right-radius:var(--luzmo-border-radius);border-bottom-right-radius:var(--luzmo-border-radius);overflow:hidden;background-color:var(--luzmo-background-color-hover)}.unit-input-container .ticks>div{flex:1 1 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;color:var(--luzmo-font-color);transition:all .2s ease-in-out;cursor:pointer;position:relative}.unit-input-container .ticks>div:hover{color:var(--luzmo-font-color-hard);background:var(--background-color-alt-2)}.unit-input-container .ticks>div.disabled,.unit-input-container .ticks>div.disabled:hover{cursor:not-allowed;color:var(--luzmo-font-color-disabled)!important;background-color:var(--luzmo-background-color)}.unit-input-container .ticks>div.tick-up{border-bottom:var(--luzmo-border-width) solid var(--luzmo-border-color)}.unit-input-container.with-unit input{padding-right:2.25rem}.unit-input-container.has-error input{border-color:var(--luzmo-negative-color, red)!important}.unit-input-container.has-error .ticks{border-color:var(--luzmo-negative-color, red)!important;background-color:var(--luzmo-negative-color, red)!important}.unit-input-container.has-error .tick-up,.unit-input-container.has-error .tick-down{border-color:var(--luzmo-negative-color, red)!important;background-color:var(--luzmo-negative-color, red)!important;color:#fff!important}";
|
|
26
|
-
var __defProp = Object.defineProperty;
|
|
27
|
-
var __decorateClass = (decorators, target, key, kind) => {
|
|
28
|
-
var result = void 0;
|
|
29
|
-
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
30
|
-
if (decorator = decorators[i])
|
|
31
|
-
result = decorator(target, key, result) || result;
|
|
32
|
-
if (result) __defProp(target, key, result);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
const DEFAULTVALUES = {
|
|
36
|
-
min: -99999999999,
|
|
37
|
-
max: 99999999999,
|
|
38
|
-
step: 1,
|
|
39
|
-
default: 0,
|
|
40
|
-
debounce: 250
|
|
41
|
-
};
|
|
42
|
-
const _LuzmoUnitInput = class _LuzmoUnitInput extends base.LuzmoElement {
|
|
43
|
-
constructor() {
|
|
44
|
-
super();
|
|
45
|
-
this.isDecimal = false;
|
|
46
|
-
this.disabled = false;
|
|
47
|
-
this.readOnly = false;
|
|
48
|
-
this.inputWidth = "";
|
|
49
|
-
this.debounce = DEFAULTVALUES.debounce;
|
|
50
|
-
this.errors = [];
|
|
51
|
-
this.setValue = (value) => {
|
|
52
|
-
this.waitForUpdate = true;
|
|
53
|
-
if (this.debounceTimeout) {
|
|
54
|
-
clearTimeout(this.debounceTimeout);
|
|
55
|
-
}
|
|
56
|
-
this.debounceTimeout = setTimeout(() => {
|
|
57
|
-
this.dispatchEvent(
|
|
58
|
-
new CustomEvent("change", {
|
|
59
|
-
detail: value,
|
|
60
|
-
bubbles: true,
|
|
61
|
-
composed: true
|
|
62
|
-
})
|
|
63
|
-
);
|
|
64
|
-
}, this.debounce || 0);
|
|
65
|
-
};
|
|
66
|
-
this.setCorrectInitialValues();
|
|
67
|
-
}
|
|
68
|
-
transformToNumber(value, fallbackValue) {
|
|
69
|
-
let transformedValue = value;
|
|
70
|
-
transformedValue = this.isDecimal ? Number.parseFloat(value + "") : Number.parseInt(value + "", 10);
|
|
71
|
-
transformedValue = Number.isNaN(transformedValue) ? Number(fallbackValue) : Number(transformedValue);
|
|
72
|
-
return transformedValue;
|
|
73
|
-
}
|
|
74
|
-
onInput(event) {
|
|
75
|
-
let regex = new RegExp(/[^0-9+-]/g);
|
|
76
|
-
if (this.isDecimal) {
|
|
77
|
-
regex = new RegExp(/[^0-9.,+-]/g);
|
|
78
|
-
}
|
|
79
|
-
const value = event.target.value.replace(regex, "").replaceAll(",", ".");
|
|
80
|
-
event.target.value = value;
|
|
81
|
-
this.errors = [];
|
|
82
|
-
const checkValue = this.isDecimal ? Number.parseFloat(value + "") : Number.parseInt(value + "", 10);
|
|
83
|
-
if (Number.isNaN(checkValue)) {
|
|
84
|
-
this.errors.push("Not a number");
|
|
85
|
-
}
|
|
86
|
-
if (checkValue < this.min && this.errors.length === 0) {
|
|
87
|
-
this.errors.push("Value is lower than minimum");
|
|
88
|
-
}
|
|
89
|
-
if (checkValue > this.max && this.errors.length === 0) {
|
|
90
|
-
this.errors.push("Value is higher than maximum");
|
|
91
|
-
}
|
|
92
|
-
if (this.errors.length === 0) {
|
|
93
|
-
this.validValue = checkValue;
|
|
94
|
-
this.value = this.validValue;
|
|
95
|
-
this.setValue(this.value);
|
|
96
|
-
this.setErrorStatus(false);
|
|
97
|
-
} else {
|
|
98
|
-
this.setErrorStatus(true);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
setErrorStatus(hasError) {
|
|
102
|
-
var _a, _b;
|
|
103
|
-
if (hasError) {
|
|
104
|
-
(_a = this.renderRoot.querySelector(".unit-input-container")) == null ? void 0 : _a.classList.add("has-error");
|
|
105
|
-
} else {
|
|
106
|
-
this.errors = [];
|
|
107
|
-
(_b = this.renderRoot.querySelector(".unit-input-container")) == null ? void 0 : _b.classList.remove("has-error");
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
setDisabledUpDownStatus() {
|
|
111
|
-
if (this.value === this.min) {
|
|
112
|
-
this.renderRoot.querySelector(".tick-down").classList.add("disabled");
|
|
113
|
-
} else {
|
|
114
|
-
this.renderRoot.querySelector(".tick-down").classList.remove("disabled");
|
|
115
|
-
}
|
|
116
|
-
if (this.value === this.max) {
|
|
117
|
-
this.renderRoot.querySelector(".tick-up").classList.add("disabled");
|
|
118
|
-
} else {
|
|
119
|
-
this.renderRoot.querySelector(".tick-up").classList.remove("disabled");
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
createAndSetValidValue(value) {
|
|
123
|
-
let newValue = this.validValue ? this.transformToNumber(value, this.validValue) : this.transformToNumber(value, this.default);
|
|
124
|
-
if (this.max < newValue) {
|
|
125
|
-
newValue = this.max;
|
|
126
|
-
}
|
|
127
|
-
if (this.min > newValue) {
|
|
128
|
-
newValue = this.min;
|
|
129
|
-
}
|
|
130
|
-
this.validValue = newValue;
|
|
131
|
-
this.value = newValue;
|
|
132
|
-
}
|
|
133
|
-
setCorrectInitialValues() {
|
|
134
|
-
this.min = this.transformToNumber(this.min, DEFAULTVALUES.min);
|
|
135
|
-
this.max = this.transformToNumber(this.max, DEFAULTVALUES.max);
|
|
136
|
-
this.step = Math.abs(this.transformToNumber(this.step, DEFAULTVALUES.step));
|
|
137
|
-
if (this.min > this.max) {
|
|
138
|
-
this.min = this.max;
|
|
139
|
-
}
|
|
140
|
-
if (this.max < this.min + this.step) {
|
|
141
|
-
this.max = this.min + this.step;
|
|
142
|
-
}
|
|
143
|
-
this.default = this.transformToNumber(this.default, DEFAULTVALUES.default);
|
|
144
|
-
this.createAndSetValidValue(this.value);
|
|
145
|
-
}
|
|
146
|
-
onKeydown(event) {
|
|
147
|
-
if (!this.disabled && (event.key === "ArrowUp" || event.key === "ArrowDown")) {
|
|
148
|
-
this.applyStep(event, event.key === "ArrowUp");
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
applyStep(event, isUp) {
|
|
152
|
-
var _a, _b, _c, _d, _e, _f;
|
|
153
|
-
if (!this.disabled) {
|
|
154
|
-
event.preventDefault();
|
|
155
|
-
const precisionValid = ((_c = (_b = (_a = this.validValue.toString()) == null ? void 0 : _a.split(".")) == null ? void 0 : _b[1]) == null ? void 0 : _c.length) ?? 0;
|
|
156
|
-
const precisionStep = ((_f = (_e = (_d = this.step.toString()) == null ? void 0 : _d.split(".")) == null ? void 0 : _e[1]) == null ? void 0 : _f.length) ?? 0;
|
|
157
|
-
const maxPrecision = Math.max(precisionValid, precisionStep);
|
|
158
|
-
let newValue = this.validValue + (isUp ? this.step : -this.step);
|
|
159
|
-
newValue = Number.parseFloat(newValue.toFixed(maxPrecision));
|
|
160
|
-
this.createAndSetValidValue(newValue);
|
|
161
|
-
this.setErrorStatus(false);
|
|
162
|
-
this.renderRoot.querySelector("input").value = this.validValue + "";
|
|
163
|
-
this.setValue(this.validValue);
|
|
164
|
-
this.setDisabledUpDownStatus();
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
setPaddingRightOfInput() {
|
|
168
|
-
const unitDiv = this.renderRoot.querySelector(".unit");
|
|
169
|
-
const ticksDiv = this.renderRoot.querySelector(".ticks");
|
|
170
|
-
const paddingRight = this.unit ? `calc(${unitDiv == null ? void 0 : unitDiv.offsetWidth}px + ${ticksDiv == null ? void 0 : ticksDiv.offsetWidth}px)` : `calc(${ticksDiv == null ? void 0 : ticksDiv.offsetWidth}px + var(--luzmo-spacing-3))`;
|
|
171
|
-
this.renderRoot.querySelector("input").style.paddingRight = paddingRight;
|
|
172
|
-
}
|
|
173
|
-
updated(changedProperties) {
|
|
174
|
-
if (changedProperties.has("value")) {
|
|
175
|
-
this.setCorrectInitialValues();
|
|
176
|
-
if (this.waitForUpdate) {
|
|
177
|
-
this.waitForUpdate = false;
|
|
178
|
-
} else {
|
|
179
|
-
this.renderRoot.querySelector("input").value = this.value + "";
|
|
180
|
-
}
|
|
181
|
-
this.setPaddingRightOfInput();
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
render() {
|
|
185
|
-
return lit.html`
|
|
186
|
-
<div style=${styleMap_js.styleMap(this.inputWidth ? { width: this.inputWidth } : {})}>
|
|
18
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../base-Cy0MQrPT.cjs"),h=require("../state-vf0PJN3_.cjs"),d=require("../luzmo-icons-CtA-TJPd.cjs"),x=require("../style-map-DuMd5xlY.cjs"),z="*,*:before,*:after{box-sizing:border-box}:host{display:flex;flex:1 1 auto}svg{height:.75em}.unit-input-container{width:100%;position:relative;display:flex;height:1.875rem;box-sizing:border-box;border-radius:var(--luzmo-border-radius)}.unit-input-container input{box-sizing:border-box;min-width:0;width:100%;line-height:1.6rem;color:var(--luzmo-font-color);padding-left:var(--luzmo-spacing-3);padding-right:var(--luzmo-spacing-5);outline:none;border:var(--luzmo-border-width) solid var(--luzmo-border-color);border-radius:var(--luzmo-border-radius);background:transparent;font-weight:400;text-align:right;transition:border .2s ease-in-out}.unit-input-container input:focus{border:var(--luzmo-border-width) solid var(--luzmo-primary);background:var(--luzmo-background-color-hover)}.unit-input-container input:focus~.ticks{border:var(--luzmo-border-width) solid var(--luzmo-primary)}.unit-input-container input:focus~.ticks .tick-up{border-bottom:var(--luzmo-border-width) solid var(--luzmo-primary)}.unit-input-container .unit{position:absolute;box-sizing:border-box;display:flex;align-items:center;justify-content:center;right:1.125rem;color:var(--luzmo-font-color-disabled);padding:0 var(--luzmo-spacing-2);height:100%;cursor:default;-webkit-user-select:none;user-select:none;z-index:2;font-size:80%}.unit-input-container .ticks{position:absolute;display:flex;flex-direction:column;top:0;bottom:0;right:0;width:var(--luzmo-unit-input-tick-width, 1rem);-webkit-user-select:none;user-select:none;z-index:3;border:var(--luzmo-border-width) solid var(--luzmo-border-color);border-top-right-radius:var(--luzmo-border-radius);border-bottom-right-radius:var(--luzmo-border-radius);overflow:hidden;background-color:var(--luzmo-background-color-hover)}.unit-input-container .ticks>div{flex:1 1 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;color:var(--luzmo-font-color);transition:all .2s ease-in-out;cursor:pointer;position:relative}.unit-input-container .ticks>div:hover{color:var(--luzmo-font-color-hard);background:var(--background-color-alt-2)}.unit-input-container .ticks>div.disabled,.unit-input-container .ticks>div.disabled:hover{cursor:not-allowed;color:var(--luzmo-font-color-disabled)!important;background-color:var(--luzmo-background-color)}.unit-input-container .ticks>div.tick-up{border-bottom:var(--luzmo-border-width) solid var(--luzmo-border-color)}.unit-input-container.with-unit input{padding-right:2.25rem}.unit-input-container.has-error input{border-color:var(--luzmo-negative-color, red)!important}.unit-input-container.has-error .ticks{border-color:var(--luzmo-negative-color, red)!important;background-color:var(--luzmo-negative-color, red)!important}.unit-input-container.has-error .tick-up,.unit-input-container.has-error .tick-down{border-color:var(--luzmo-negative-color, red)!important;background-color:var(--luzmo-negative-color, red)!important;color:#fff!important}";var w=Object.defineProperty,s=(m,t,e,i)=>{for(var a=void 0,n=m.length-1,u;n>=0;n--)(u=m[n])&&(a=u(t,e,a)||a);return a&&w(t,e,a),a};const l={min:-99999999999,max:99999999999,step:1,default:0,debounce:250},p=class p extends o.LuzmoElement{constructor(){super(),this.isDecimal=!1,this.disabled=!1,this.readOnly=!1,this.inputWidth="",this.debounce=l.debounce,this.errors=[],this.setValue=t=>{this.waitForUpdate=!0,this.debounceTimeout&&clearTimeout(this.debounceTimeout),this.debounceTimeout=setTimeout(()=>{this.dispatchEvent(new CustomEvent("change",{detail:t,bubbles:!0,composed:!0}))},this.debounce||0)},this.setCorrectInitialValues()}transformToNumber(t,e){let i=t;return i=this.isDecimal?Number.parseFloat(t+""):Number.parseInt(t+"",10),i=Number.isNaN(i)?Number(e):Number(i),i}onInput(t){let e=new RegExp(/[^0-9+-]/g);this.isDecimal&&(e=new RegExp(/[^0-9.,+-]/g));const i=t.target.value.replace(e,"").replaceAll(",",".");t.target.value=i,this.errors=[];const a=this.isDecimal?Number.parseFloat(i+""):Number.parseInt(i+"",10);Number.isNaN(a)&&this.errors.push("Not a number"),a<this.min&&this.errors.length===0&&this.errors.push("Value is lower than minimum"),a>this.max&&this.errors.length===0&&this.errors.push("Value is higher than maximum"),this.errors.length===0?(this.validValue=a,this.value=this.validValue,this.setValue(this.value),this.setErrorStatus(!1)):this.setErrorStatus(!0)}setErrorStatus(t){var e,i;t?(e=this.renderRoot.querySelector(".unit-input-container"))==null||e.classList.add("has-error"):(this.errors=[],(i=this.renderRoot.querySelector(".unit-input-container"))==null||i.classList.remove("has-error"))}setDisabledUpDownStatus(){this.value===this.min?this.renderRoot.querySelector(".tick-down").classList.add("disabled"):this.renderRoot.querySelector(".tick-down").classList.remove("disabled"),this.value===this.max?this.renderRoot.querySelector(".tick-up").classList.add("disabled"):this.renderRoot.querySelector(".tick-up").classList.remove("disabled")}createAndSetValidValue(t){let e=this.validValue?this.transformToNumber(t,this.validValue):this.transformToNumber(t,this.default);this.max<e&&(e=this.max),this.min>e&&(e=this.min),this.validValue=e,this.value=e}setCorrectInitialValues(){this.min=this.transformToNumber(this.min,l.min),this.max=this.transformToNumber(this.max,l.max),this.step=Math.abs(this.transformToNumber(this.step,l.step)),this.min>this.max&&(this.min=this.max),this.max<this.min+this.step&&(this.max=this.min+this.step),this.default=this.transformToNumber(this.default,l.default),this.createAndSetValidValue(this.value)}onKeydown(t){!this.disabled&&(t.key==="ArrowUp"||t.key==="ArrowDown")&&this.applyStep(t,t.key==="ArrowUp")}applyStep(t,e){var i,a,n,u,b,f;if(!this.disabled){t.preventDefault();const v=((n=(a=(i=this.validValue.toString())==null?void 0:i.split("."))==null?void 0:a[1])==null?void 0:n.length)??0,g=((f=(b=(u=this.step.toString())==null?void 0:u.split("."))==null?void 0:b[1])==null?void 0:f.length)??0,y=Math.max(v,g);let c=this.validValue+(e?this.step:-this.step);c=Number.parseFloat(c.toFixed(y)),this.createAndSetValidValue(c),this.setErrorStatus(!1),this.renderRoot.querySelector("input").value=this.validValue+"",this.setValue(this.validValue),this.setDisabledUpDownStatus()}}setPaddingRightOfInput(){const t=this.renderRoot.querySelector(".unit"),e=this.renderRoot.querySelector(".ticks"),i=this.unit?`calc(${t==null?void 0:t.offsetWidth}px + ${e==null?void 0:e.offsetWidth}px)`:`calc(${e==null?void 0:e.offsetWidth}px + var(--luzmo-spacing-3))`;this.renderRoot.querySelector("input").style.paddingRight=i}updated(t){t.has("value")&&(this.setCorrectInitialValues(),this.waitForUpdate?this.waitForUpdate=!1:this.renderRoot.querySelector("input").value=this.value+"",this.setPaddingRightOfInput())}render(){return o.x`
|
|
19
|
+
<div style=${x.o(this.inputWidth?{width:this.inputWidth}:{})}>
|
|
187
20
|
<input
|
|
188
21
|
.min=${String(this.min)}
|
|
189
22
|
.max=${String(this.max)}
|
|
190
23
|
@input=${this.onInput}
|
|
191
24
|
@keydown=${this.onKeydown}
|
|
192
25
|
/>
|
|
193
|
-
${this.unit
|
|
26
|
+
${this.unit?o.x`<div class="unit">${this.unit}</div>`:""}
|
|
194
27
|
<div class="ticks">
|
|
195
28
|
<div
|
|
196
29
|
class="tick-up"
|
|
197
|
-
@click=${{
|
|
198
|
-
handleEvent: (event) => this.applyStep(event, true)
|
|
199
|
-
}}
|
|
30
|
+
@click=${{handleEvent:t=>this.applyStep(t,!0)}}
|
|
200
31
|
>
|
|
201
|
-
${
|
|
32
|
+
${d.T3(d.b)}
|
|
202
33
|
</div>
|
|
203
34
|
|
|
204
35
|
<div
|
|
205
36
|
class="tick-down"
|
|
206
|
-
@click=${{
|
|
207
|
-
handleEvent: (event) => this.applyStep(event, false)
|
|
208
|
-
}}
|
|
37
|
+
@click=${{handleEvent:t=>this.applyStep(t,!1)}}
|
|
209
38
|
>
|
|
210
|
-
${
|
|
39
|
+
${d.T3(d.T)}
|
|
211
40
|
</div>
|
|
212
41
|
</div>
|
|
213
42
|
</div>
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
};
|
|
217
|
-
_LuzmoUnitInput.styles = lit.unsafeCSS(styles);
|
|
218
|
-
let LuzmoUnitInput = _LuzmoUnitInput;
|
|
219
|
-
__decorateClass([
|
|
220
|
-
decorators_js.property({ type: Number, reflect: true, attribute: "value" })
|
|
221
|
-
], LuzmoUnitInput.prototype, "value");
|
|
222
|
-
__decorateClass([
|
|
223
|
-
decorators_js.property({ type: Number, reflect: true, attribute: "default" })
|
|
224
|
-
], LuzmoUnitInput.prototype, "default");
|
|
225
|
-
__decorateClass([
|
|
226
|
-
decorators_js.property({ type: String, reflect: true, attribute: "placeholder" })
|
|
227
|
-
], LuzmoUnitInput.prototype, "placeholder");
|
|
228
|
-
__decorateClass([
|
|
229
|
-
decorators_js.property({ type: String, reflect: true, attribute: "unit" })
|
|
230
|
-
], LuzmoUnitInput.prototype, "unit");
|
|
231
|
-
__decorateClass([
|
|
232
|
-
decorators_js.property({ type: Number, reflect: true, attribute: "min" })
|
|
233
|
-
], LuzmoUnitInput.prototype, "min");
|
|
234
|
-
__decorateClass([
|
|
235
|
-
decorators_js.property({ type: Number, reflect: true, attribute: "max" })
|
|
236
|
-
], LuzmoUnitInput.prototype, "max");
|
|
237
|
-
__decorateClass([
|
|
238
|
-
decorators_js.property({ type: Number, reflect: true, attribute: "step" })
|
|
239
|
-
], LuzmoUnitInput.prototype, "step");
|
|
240
|
-
__decorateClass([
|
|
241
|
-
decorators_js.property({ type: Boolean, reflect: true, attribute: "isDecimal" })
|
|
242
|
-
], LuzmoUnitInput.prototype, "isDecimal");
|
|
243
|
-
__decorateClass([
|
|
244
|
-
decorators_js.property({ type: Boolean, reflect: true, attribute: "disabled" })
|
|
245
|
-
], LuzmoUnitInput.prototype, "disabled");
|
|
246
|
-
__decorateClass([
|
|
247
|
-
decorators_js.property({ type: Boolean, reflect: true, attribute: "readOnly" })
|
|
248
|
-
], LuzmoUnitInput.prototype, "readOnly");
|
|
249
|
-
__decorateClass([
|
|
250
|
-
decorators_js.property({ type: String, reflect: true, attribute: "inputWidth" })
|
|
251
|
-
], LuzmoUnitInput.prototype, "inputWidth");
|
|
252
|
-
__decorateClass([
|
|
253
|
-
decorators_js.property({ type: Number, reflect: true, attribute: "debounce" })
|
|
254
|
-
], LuzmoUnitInput.prototype, "debounce");
|
|
255
|
-
__decorateClass([
|
|
256
|
-
decorators_js.state()
|
|
257
|
-
], LuzmoUnitInput.prototype, "errors");
|
|
258
|
-
__decorateClass([
|
|
259
|
-
decorators_js.state()
|
|
260
|
-
], LuzmoUnitInput.prototype, "validValue");
|
|
261
|
-
__decorateClass([
|
|
262
|
-
decorators_js.state()
|
|
263
|
-
], LuzmoUnitInput.prototype, "waitForUpdate");
|
|
264
|
-
if (!customElements.get("luzmo-unit-input")) {
|
|
265
|
-
customElements.define("luzmo-unit-input", LuzmoUnitInput);
|
|
266
|
-
}
|
|
267
|
-
exports.LuzmoUnitInput = LuzmoUnitInput;
|
|
43
|
+
`}};p.styles=o.r(z);let r=p;s([o.n({type:Number,reflect:!0,attribute:"value"})],r.prototype,"value");s([o.n({type:Number,reflect:!0,attribute:"default"})],r.prototype,"default");s([o.n({type:String,reflect:!0,attribute:"placeholder"})],r.prototype,"placeholder");s([o.n({type:String,reflect:!0,attribute:"unit"})],r.prototype,"unit");s([o.n({type:Number,reflect:!0,attribute:"min"})],r.prototype,"min");s([o.n({type:Number,reflect:!0,attribute:"max"})],r.prototype,"max");s([o.n({type:Number,reflect:!0,attribute:"step"})],r.prototype,"step");s([o.n({type:Boolean,reflect:!0,attribute:"isDecimal"})],r.prototype,"isDecimal");s([o.n({type:Boolean,reflect:!0,attribute:"disabled"})],r.prototype,"disabled");s([o.n({type:Boolean,reflect:!0,attribute:"readOnly"})],r.prototype,"readOnly");s([o.n({type:String,reflect:!0,attribute:"inputWidth"})],r.prototype,"inputWidth");s([o.n({type:Number,reflect:!0,attribute:"debounce"})],r.prototype,"debounce");s([h.r()],r.prototype,"errors");s([h.r()],r.prototype,"validValue");s([h.r()],r.prototype,"waitForUpdate");customElements.get("luzmo-unit-input")||customElements.define("luzmo-unit-input",r);exports.LuzmoUnitInput=r;
|