@siemens/ix 0.0.0-pr-2155-20250924075220 → 0.0.0-pr-2155-20250929074944
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/ix-event-list-item.js.map +1 -1
- package/components/ix-pane.js +6 -6
- package/components/ix-pane.js.map +1 -1
- package/components/ix-slider.js +1 -1
- package/components/ix-slider.js.map +1 -1
- package/dist/cjs/ix-event-list-item.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-pane.cjs.entry.js +6 -6
- package/dist/cjs/ix-pane.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-slider.cjs.entry.js +1 -1
- package/dist/cjs/ix-slider.entry.cjs.js.map +1 -1
- package/dist/collection/components/pane/pane.js +6 -6
- package/dist/collection/components/pane/pane.js.map +1 -1
- package/dist/collection/components/slider/slider.css +5 -3
- package/dist/esm/ix-event-list-item.entry.js.map +1 -1
- package/dist/esm/ix-pane.entry.js +6 -6
- package/dist/esm/ix-pane.entry.js.map +1 -1
- package/dist/esm/ix-slider.entry.js +1 -1
- package/dist/esm/ix-slider.entry.js.map +1 -1
- package/dist/siemens-ix/ix-event-list-item.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-pane.entry.esm.js.map +1 -1
- package/dist/siemens-ix/ix-slider.entry.esm.js.map +1 -1
- package/dist/siemens-ix/{p-162a1f2e.entry.js → p-1ca58d8b.entry.js} +2 -2
- package/dist/siemens-ix/{p-162a1f2e.entry.js.map → p-1ca58d8b.entry.js.map} +1 -1
- package/dist/siemens-ix/p-c8ad32c5.entry.js +2 -0
- package/dist/siemens-ix/{p-30df3f84.entry.js.map → p-c8ad32c5.entry.js.map} +1 -1
- package/dist/siemens-ix/siemens-ix-core.css +1 -1
- package/dist/siemens-ix/siemens-ix.css +25 -59
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/hydrate/index.js +7 -7
- package/hydrate/index.mjs +7 -7
- package/package.json +1 -1
- package/scss/theme/core/_components.scss +0 -2
- package/scss/theme/core/components/checkbox.scss +12 -12
- package/scss/theme/core/components/radiobutton.scss +12 -12
- package/scss/theme/core/components/slider.scss +1 -1
- package/dist/siemens-ix/p-30df3f84.entry.js +0 -2
- package/scss/theme/core/components/breadcrumb.scss +0 -37
|
@@ -18,14 +18,8 @@
|
|
|
18
18
|
--theme-checkbox-unchecked--background--active: var(--theme-color-secondary--active);
|
|
19
19
|
--theme-checkbox-unchecked--background--disabled: var(--theme-color-ghost);
|
|
20
20
|
--theme-checkbox-unchecked--background--invalid: var(--theme-color-component-error);
|
|
21
|
-
--theme-checkbox-unchecked--background--invalid--hover: var(--theme-color-component-error);
|
|
22
|
-
--theme-checkbox-unchecked--background--invalid--active: var(--theme-color-component-error);
|
|
23
21
|
--theme-checkbox-unchecked--background--warning: var(--theme-color-component-warning);
|
|
24
|
-
--theme-checkbox-unchecked--background--warning--hover: var(--theme-color-component-warning);
|
|
25
|
-
--theme-checkbox-unchecked--background--warning--active: var(--theme-color-component-warning);
|
|
26
22
|
--theme-checkbox-unchecked--background--info: var(--theme-color-secondary);
|
|
27
|
-
--theme-checkbox-unchecked--background--info--hover: var(--theme-color-secondary--hover);
|
|
28
|
-
--theme-checkbox-unchecked--background--info--active: var(--theme-color-secondary--active);
|
|
29
23
|
--theme-checkbox-unchecked--border-color: var(--theme-color-contrast-bdr);
|
|
30
24
|
--theme-checkbox-unchecked--border-color--hover: var(--theme-color-dynamic);
|
|
31
25
|
--theme-checkbox-unchecked--border-color--active: var(--theme-color-dynamic);
|
|
@@ -56,9 +50,9 @@
|
|
|
56
50
|
--theme-checkbox-checked--border-color--hover: var(--theme-color-0);
|
|
57
51
|
--theme-checkbox-checked--border-color--active: var(--theme-color-0);
|
|
58
52
|
--theme-checkbox-checked--border-color--disabled: var(--theme-color-0);
|
|
59
|
-
--theme-checkbox-checked--border-color--invalid: var(--theme-color-
|
|
60
|
-
--theme-checkbox-checked--border-color--invalid--hover: var(--theme-color-
|
|
61
|
-
--theme-checkbox-checked--border-color--invalid--active: var(--theme-color-
|
|
53
|
+
--theme-checkbox-checked--border-color--invalid: var(--theme-color-alarm-bdr);
|
|
54
|
+
--theme-checkbox-checked--border-color--invalid--hover: var(--theme-color-alarm-bdr);
|
|
55
|
+
--theme-checkbox-checked--border-color--invalid--active: var(--theme-color-alarm-bdr);
|
|
62
56
|
--theme-checkbox-checked--border-color--warning: var(--theme-color-warning-bdr);
|
|
63
57
|
--theme-checkbox-checked--border-color--warning--hover: var(--theme-color-warning-bdr);
|
|
64
58
|
--theme-checkbox-checked--border-color--warning--active: var(--theme-color-warning-bdr);
|
|
@@ -92,9 +86,9 @@
|
|
|
92
86
|
--theme-checkbox-mixed--border-color--hover: var(--theme-color-0);
|
|
93
87
|
--theme-checkbox-mixed--border-color--active: var(--theme-color-0);
|
|
94
88
|
--theme-checkbox-mixed--border-color--disabled: var(--theme-color-0);
|
|
95
|
-
--theme-checkbox-mixed--border-color--invalid: var(--theme-color-
|
|
96
|
-
--theme-checkbox-mixed--border-color--invalid--hover: var(--theme-color-
|
|
97
|
-
--theme-checkbox-mixed--border-color--invalid--active: var(--theme-color-
|
|
89
|
+
--theme-checkbox-mixed--border-color--invalid: var(--theme-color-alarm-bdr);
|
|
90
|
+
--theme-checkbox-mixed--border-color--invalid--hover: var(--theme-color-alarm-bdr);
|
|
91
|
+
--theme-checkbox-mixed--border-color--invalid--active: var(--theme-color-alarm-bdr);
|
|
98
92
|
--theme-checkbox-mixed--border-color--warning: var(--theme-color-warning-bdr);
|
|
99
93
|
--theme-checkbox-mixed--border-color--warning--hover: var(--theme-color-warning-bdr);
|
|
100
94
|
--theme-checkbox-mixed--border-color--warning--active: var(--theme-color-warning-bdr);
|
|
@@ -118,4 +112,10 @@
|
|
|
118
112
|
--theme-checkbox-label--color--disabled: var(--theme-color-weak-text);
|
|
119
113
|
--theme-checkbox--focus--outline-offset: var(--theme-focus-outline-offset);
|
|
120
114
|
--theme-checkbox--border-thickness: var(--theme-border-width-default);
|
|
115
|
+
--theme-checkbox-unchecked--background--invalid--hover: var(--theme-color-ghost--hover);
|
|
116
|
+
--theme-checkbox-unchecked--background--invalid--active: var(--theme-color-ghost--active);
|
|
117
|
+
--theme-checkbox-unchecked--background--warning--hover: var(--theme-color-ghost--hover);
|
|
118
|
+
--theme-checkbox-unchecked--background--warning--active: var(--theme-color-ghost--active);
|
|
119
|
+
--theme-checkbox-unchecked--background--info--hover: var(--theme-color-ghost--hover);
|
|
120
|
+
--theme-checkbox-unchecked--background--info--active: var(--theme-color-ghost--active);
|
|
121
121
|
}
|
|
@@ -18,21 +18,15 @@
|
|
|
18
18
|
--theme-radiobtn-unchecked--background--active: var(--theme-color-secondary--active);
|
|
19
19
|
--theme-radiobtn-unchecked--background--disabled: var(--theme-color-ghost);
|
|
20
20
|
--theme-radiobtn-unchecked--background--invalid: var(--theme-color-component-error);
|
|
21
|
-
--theme-radiobtn-unchecked--background--invalid--hover: var(--theme-color-component-error);
|
|
22
|
-
--theme-radiobtn-unchecked--background--invalid--active: var(--theme-color-component-error);
|
|
23
21
|
--theme-radiobtn-unchecked--background--warning: var(--theme-color-component-warning);
|
|
24
|
-
--theme-radiobtn-unchecked--background--warning--hover: var(--theme-color-component-warning);
|
|
25
|
-
--theme-radiobtn-unchecked--background--warning--active: var(--theme-color-component-warning);
|
|
26
22
|
--theme-radiobtn-unchecked--background--info: var(--theme-color-secondary);
|
|
27
|
-
--theme-radiobtn-unchecked--background--info--hover: var(--theme-color-secondary--hover);
|
|
28
|
-
--theme-radiobtn-unchecked--background--info--active: var(--theme-color-secondary--active);
|
|
29
23
|
--theme-radiobtn-unchecked--border-color: var(--theme-color-contrast-bdr);
|
|
30
24
|
--theme-radiobtn-unchecked--border-color--hover: var(--theme-color-dynamic);
|
|
31
25
|
--theme-radiobtn-unchecked--border-color--active: var(--theme-color-dynamic);
|
|
32
26
|
--theme-radiobtn-unchecked--border-color--disabled: var(--theme-color-component-4);
|
|
33
|
-
--theme-radiobtn-unchecked--border-color--invalid: var(--theme-color-alarm);
|
|
34
|
-
--theme-radiobtn-unchecked--border-color--invalid--hover: var(--theme-color-alarm
|
|
35
|
-
--theme-radiobtn-unchecked--border-color--invalid--active: var(--theme-color-alarm
|
|
27
|
+
--theme-radiobtn-unchecked--border-color--invalid: var(--theme-color-alarm-bdr);
|
|
28
|
+
--theme-radiobtn-unchecked--border-color--invalid--hover: var(--theme-color-alarm-bdr);
|
|
29
|
+
--theme-radiobtn-unchecked--border-color--invalid--active: var(--theme-color-alarm-bdr);
|
|
36
30
|
--theme-radiobtn-unchecked--border-color--warning: var(--theme-color-warning-bdr);
|
|
37
31
|
--theme-radiobtn-unchecked--border-color--warning--hover: var(--theme-color-warning-bdr);
|
|
38
32
|
--theme-radiobtn-unchecked--border-color--warning--active: var(--theme-color-warning-bdr);
|
|
@@ -56,9 +50,9 @@
|
|
|
56
50
|
--theme-radiobtn-checked--border-color--hover: var(--theme-color-0);
|
|
57
51
|
--theme-radiobtn-checked--border-color--active: var(--theme-color-0);
|
|
58
52
|
--theme-radiobtn-checked--border-color--disabled: var(--theme-color-0);
|
|
59
|
-
--theme-radiobtn-checked--border-color--invalid: var(--theme-color-
|
|
60
|
-
--theme-radiobtn-checked--border-color--invalid--hover: var(--theme-color-
|
|
61
|
-
--theme-radiobtn-checked--border-color--invalid--active: var(--theme-color-
|
|
53
|
+
--theme-radiobtn-checked--border-color--invalid: var(--theme-color-alarm-bdr);
|
|
54
|
+
--theme-radiobtn-checked--border-color--invalid--hover: var(--theme-color-alarm-bdr);
|
|
55
|
+
--theme-radiobtn-checked--border-color--invalid--active: var(--theme-color-alarm-bdr);
|
|
62
56
|
--theme-radiobtn-checked--border-color--warning: var(--theme-color-warning-bdr);
|
|
63
57
|
--theme-radiobtn-checked--border-color--warning--hover: var(--theme-color-warning-bdr);
|
|
64
58
|
--theme-radiobtn-checked--border-color--warning--active: var(--theme-color-warning-bdr);
|
|
@@ -82,4 +76,10 @@
|
|
|
82
76
|
--theme-radiobtn-label--color--disabled: var(--theme-color-weak-text);
|
|
83
77
|
--theme-radiobtn--focus--outline-offset: var(--theme-focus-outline-offset);
|
|
84
78
|
--theme-radiobtn--border-thickness: var(--theme-border-width-default);
|
|
79
|
+
--theme-radiobtn-unchecked--background--invalid--hover: var(--theme-color-ghost--hover);
|
|
80
|
+
--theme-radiobtn-unchecked--background--invalid--active: var(--theme-color-ghost--active);
|
|
81
|
+
--theme-radiobtn-unchecked--background--warning--hover: var(--theme-color-ghost--hover);
|
|
82
|
+
--theme-radiobtn-unchecked--background--warning--active: var(--theme-color-ghost--active);
|
|
83
|
+
--theme-radiobtn-unchecked--background--info--hover: var(--theme-color-ghost--hover);
|
|
84
|
+
--theme-radiobtn-unchecked--background--info--active: var(--theme-color-ghost--active);
|
|
85
85
|
}
|
|
@@ -38,6 +38,6 @@
|
|
|
38
38
|
--theme-slider-trace-marker--background: var(--theme-color-dynamic);
|
|
39
39
|
--theme-slider-trace-marker--background--disabled: var(--theme-color-7);
|
|
40
40
|
--theme-slider-trace-marker--background--invalid: var(--theme-color-alarm);
|
|
41
|
-
--theme-slider-trace-marker--background--warning: var(--theme-color-warning
|
|
41
|
+
--theme-slider-trace-marker--background--warning: var(--theme-color-warning);
|
|
42
42
|
--theme-slider-trace-marker--background--info: var(--theme-color-info);
|
|
43
43
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as e,c as t,h as r,H as a,g as i}from"./p-DGODjp4O.js";import{b as o}from"./p-Bb7pDeaQ.js";import{O as s}from"./p-C97VdyAH.js";import{m as n}from"./p-bcj7UEIC.js";const l=':host{display:flex;flex-direction:column;min-height:2rem;--thumb-size:1rem;--value:0;--trace-start:0;--trace-end:0;--trace-reference:0;--trace-reference-color:var(--theme-color-8);--trace-color:var(--theme-slider-trace--background);--tick-color:var(--theme-slider-track-marker--background);--tick-color--active:var(--theme-slider-trace-marker--background);--track-color:var(--theme-slider-track--background)}:host *,:host *::after,:host *::before{box-sizing:border-box}:host ::-webkit-scrollbar-button{display:none}@-moz-document url-prefix(){:host *{scrollbar-color:var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);scrollbar-width:thin}}:host{}:host ::-webkit-scrollbar{width:0.5rem;height:0.5rem}:host{}:host ::-webkit-scrollbar-track{border-radius:5px;background:var(--theme-scrollbar-track--background)}:host ::-webkit-scrollbar-track:hover{background:var(--theme-scrollbar-track--background--hover)}:host{}:host ::-webkit-scrollbar-thumb{border-radius:5px;background:var(--theme-scrollbar-thumb--background)}:host{}:host ::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb--background--hover)}:host ::-webkit-scrollbar-corner{display:none}:host input[type=range]{position:absolute;top:50%;transform:translateY(-50%);left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;height:1rem;margin:0}:host input[type=range].trace::before{content:"";position:absolute;display:block;z-index:-1;width:calc(7px + 100% * var(--trace-end) - 16px * var(--trace-end) - (7px + 100% * var(--trace-start) - 16px * var(--trace-start)));left:calc(7px + 100% * var(--trace-start) - 16px * var(--trace-start));height:4px;background-color:var(--trace-color);top:50%;transform:translateY(-50%)}:host input[type=range].trace:not(.hide-trace-reference)::after{content:"";position:absolute;display:block;width:2px;height:16px;background-color:var(--trace-reference-color);top:50%;transform:translateY(-50%);left:calc(7px + 100% * var(--trace-reference) - 16px * var(--trace-reference))}:host input[type=range]::-webkit-slider-runnable-track{background:transparent;height:0.25rem}:host input[type=range]::-moz-range-track{background:transparent;height:0.25rem}:host input[type=range i]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-6px}:host input[type=range i]::-moz-range-thumb{border:none;border-radius:0}:host input[type=range]::-webkit-slider-thumb{border-radius:100px;background-color:var(--theme-color-dynamic);height:var(--thumb-size);width:var(--thumb-size);-webkit-transition:all var(--theme-default-time) ease-in-out;transition:all var(--theme-default-time) ease-in-out;z-index:10}:host input[type=range]::-moz-range-thumb{border-radius:100px;background-color:var(--theme-color-dynamic);height:var(--thumb-size);width:var(--thumb-size);-moz-transition:all var(--theme-default-time) ease-in-out;transition:all var(--theme-default-time) ease-in-out;z-index:10}:host input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.2);background-color:var(--theme-slider-thumb--background--hover)}:host input[type=range]:hover::-moz-range-thumb{transform:scale(1.2);background-color:var(--theme-slider-thumb--background--hover)}:host input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2);background-color:var(--theme-slider-thumb--background--active)}:host input[type=range]:active::-moz-range-thumb{transform:scale(1.2);background-color:var(--theme-slider-thumb--background--active)}:host input[type=range]:focus{outline:none}:host input[type=range]:focus-visible::-webkit-slider-thumb{outline:1px solid var(--theme-color-focus-bdr);outline-offset:0.125rem}:host input[type=range]:focus-visible::-moz-range-thumb{outline:1px solid var(--theme-color-focus-bdr);outline-offset:0.125rem}:host{}:host .ticks{display:flex;position:relative;top:50%;transform:translateY(-50%)}:host .ticks .tick{display:block;position:absolute;width:8px;height:8px;background-color:var(--tick-color);border-radius:100px;top:50%;transform:translateY(-50%);left:calc(var(--tick-value) * 100% - 4px)}:host .ticks .tick.tick-active{background-color:var(--tick-color--active)}:host .slider{position:relative;display:block;width:100%;height:1.5rem}:host .track{position:absolute;background-color:var(--track-color);height:4px;width:calc(100% - 1rem);margin-left:0.5rem;top:50%;transform:translateY(-50%);left:0px}:host .thumb{display:block;position:absolute;background-color:transparent;height:1rem;width:1rem;border-radius:100px;left:0px;top:50%;transform:translateY(-50%)}:host .hide-tooltip{display:none}:host .label{display:flex;position:relative;align-items:center;justify-content:space-between;width:100%;margin-top:0.5rem;min-height:0px}:host .label-start{margin-left:0.5rem}:host .label-end{margin-right:0.5rem}:host .label-error{margin-left:0.5rem}:host(.error){--trace-color:var(--theme-slider-trace--background--invalid);--tick-color--active:var(--theme-slider-trace-marker--background--invalid)}:host(.error) input[type=range]::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--invalid)}:host(.error) input[type=range]::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--invalid)}:host(.error) input[type=range]:hover::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--invalid--hover)}:host(.error) input[type=range]:hover::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--invalid--hover)}:host(.error) input[type=range]:active::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--invalid--active)}:host(.error) input[type=range]:active::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--invalid--active)}:host(.disabled){pointer-events:none;--track-color:var(--theme-slider-track--background--disabled);--trace-color:var(--theme-slider-trace--background--disabled);--tick-color:var(--theme-slider-track-marker--background--disabled);--tick-color--active:var(--theme-slider-trace-marker--background--disabled)}:host(.disabled) input[type=range]::-webkit-slider-thumb{background-color:var(--theme-slider-thumb--background--disabled)}:host(.disabled) input[type=range]::-moz-range-thumb{background-color:var(--theme-slider-thumb--background--disabled)}';var c=undefined&&undefined.__decorate||function(e,t,r,a){var i=arguments.length,o=i<3?t:a===null?a=Object.getOwnPropertyDescriptor(t,r):a,s;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")o=Reflect.decorate(e,t,r,a);else for(var n=e.length-1;n>=0;n--)if(s=e[n])o=(i<3?s(o):i>3?s(t,r,o):s(t,r))||o;return i>3&&o&&Object.defineProperty(t,r,o),o};function h(e,t,r){if(t<e){return e}else if(t>r){return r}else{return t}}const d=class{constructor(r){e(this,r);this.valueChange=t(this,"valueChange",7);this.step=1;this.min=0;this.max=100;this.value=0;this.trace=false;this.traceReference=0;this.disabled=false;this.rangeInput=0;this.rangeMin=0;this.rangeMax=100;this.rangeTraceReference=0;this.showTooltip=false;this.thumbRef=n();this.tooltipRef=n()}get tooltip(){return this.tooltipRef.current}get pseudoThumb(){return this.thumbRef.current}get slider(){var e;return(e=this.hostElement.shadowRoot)===null||e===void 0?void 0:e.getElementById("slider")}onShowTooltipChange(){var e,t;if(this.showTooltip&&this.pseudoThumb){(e=this.tooltip)===null||e===void 0?void 0:e.showTooltip(this.pseudoThumb);return}(t=this.tooltip)===null||t===void 0?void 0:t.hideTooltip()}componentWillLoad(){this.a11yAttributes=o(this.hostElement,["role","aria-valuemin","aria-valuemax","aria-valuenow"]);this.updateRangeVariables()}updateRangeVariables(){this.rangeInput=h(this.min,this.value,this.max);this.rangeTraceReference=h(this.min,this.traceReference,this.max);this.rangeMin=Math.min(this.min,this.max);this.rangeMax=Math.max(this.min,this.max)}onInput(e){e.stopPropagation();const t=parseFloat(this.slider.value);if(!isNaN(t)){const e=this.rangeInput;this.rangeInput=t;const{defaultPrevented:r}=this.emitInputEvent();if(r){this.rangeInput=e;this.slider.value=e.toString()}}}emitInputEvent(){return this.valueChange.emit(this.rangeInput)}isMarkerActive(e){const t=Math.min(this.traceReference,this.rangeInput);const r=Math.max(this.traceReference,this.rangeInput);const a=e;return a>=t&&a<=r}onPointerUp(){this.showTooltip=false}render(){const e=this.rangeMax-this.rangeMin;let t=(this.rangeTraceReference-this.rangeMin)/e;let i=(this.rangeInput-this.rangeMin)/e;const o=i-t;let s=t;let n=i;if(o<=0){s=i;n=t}return r(a,{key:"a81caafd7b8f63a37b7011370c3707906b1d73b1",class:{disabled:this.disabled,error:!!this.error},onPointerDown:()=>setTimeout((()=>this.showTooltip=true))},r("div",{key:"e944af2bafd5b248141a82840f06e51828cb22f2",class:"slider"},r("div",{key:"04f951c61ecbee406baf635ddfd0e7803209e293",class:"track"},r("div",{key:"2eb71a2a40ab802ca2eb03be2f0312e136e568f3",ref:this.thumbRef,class:"thumb",style:{left:`calc(${i} * 100% - 8px)`}}),r("div",{key:"ae0c97019fdbd3dae7751afb1f1d9f0e0a31ca8e",class:"ticks"},this.marker?this.marker.map((t=>{if(t>this.max||t<this.min){return}let a=(t-this.rangeMin)/e;return r("div",{class:{tick:true,"tick-active":this.isMarkerActive(t)&&this.trace},style:{"--tick-value":`${a}`}})})):null)),r("input",Object.assign({key:"de054139c483bd05507258e631eb57520b3f6643",id:"slider",type:"range",list:this.marker?"markers":undefined,step:this.step,min:this.min,max:this.max,value:this.rangeInput,tabindex:this.disabled?-1:0,onInput:e=>this.onInput(e),style:{"--value":`${i}`,"--trace-reference":`${t}`,"--trace-start":`${s}`,"--trace-end":`${n}`},class:{trace:this.trace&&t!==i,"hide-trace-reference":this.trace&&(this.traceReference<=this.min||this.traceReference>=this.max)},onFocus:()=>{this.showTooltip=true},onBlur:()=>{this.showTooltip=false},role:"slider","aria-valuenow":this.rangeInput,"aria-valuemin":this.min,"aria-valuemax":this.max},this.a11yAttributes)),r("ix-tooltip",{key:"7812ffe4f03f6947e6e21984058f2207356ac779",ref:this.tooltipRef,class:{"hide-tooltip":!this.showTooltip},animationFrame:true,for:this.thumbRef.waitForCurrent()},this.rangeInput)),r("div",{key:"34c4e421d7371d8ca44e035cd5ffe3bf26c79f58",class:"label"},r("div",{key:"56c0ed549882f048fda2e1ecf6cdf340bfed34da",class:"label-start"},r("slot",{key:"912f1f85cbf81ddfca3717a8994c3db790168e75",name:"label-start"})),r("div",{key:"9f78dec87e05c98cbd8d675598244a9f9956a487",class:"label-end"},r("slot",{key:"d6bfbb945eca031efac18d68de7ef5611c58fafc",name:"label-end"}))),this.error?r("ix-typography",{class:"label-error",textColor:"alarm"},this.error):null)}get hostElement(){return i(this)}static get watchers(){return{showTooltip:["onShowTooltipChange"],value:["updateRangeVariables"],max:["updateRangeVariables"],min:["updateRangeVariables"],traceReference:["updateRangeVariables"]}}};c([s("pointerup",(e=>e.showTooltip))],d.prototype,"onPointerUp",null);d.style=l;export{d as ix_slider};
|
|
2
|
-
//# sourceMappingURL=p-30df3f84.entry.js.map
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3
|
-
*
|
|
4
|
-
* SPDX-License-Identifier: MIT
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/*
|
|
11
|
-
* NOTE: This file is automatically generated.
|
|
12
|
-
* Do NOT edit this file directly — changes will be overwritten.
|
|
13
|
-
* To make permanent changes ask for assistant inside the pull request
|
|
14
|
-
*/
|
|
15
|
-
@mixin setVars {
|
|
16
|
-
--theme-breadcrumb-btn--color: var(--theme-color-soft-text);
|
|
17
|
-
--theme-breadcrumb-btn--color--hover: var(--theme-color-std-text);
|
|
18
|
-
--theme-breadcrumb-btn--color--active: var(--theme-color-std-text);
|
|
19
|
-
--theme-breadcrumb-btn-arrow--color: var(--theme-color-soft-text);
|
|
20
|
-
--theme-breadcrumb-btn-arrow--color--hover: var(--theme-color-std-text);
|
|
21
|
-
--theme-breadcrumb-btn-arrow--color--active: var(--theme-color-std-text);
|
|
22
|
-
--theme-breadcrumb-btn-last--color: var(--theme-color-soft-text);
|
|
23
|
-
--theme-breadcrumb-ghost--color: var(--theme-color-primary);
|
|
24
|
-
--theme-breadcrumb-ghost--color--hover: var(--theme-color-dynamic);
|
|
25
|
-
--theme-breadcrumb-ghost--color--active: var(--theme-color-dynamic);
|
|
26
|
-
--theme-breadcrumb-ghost-arrow--color: var(--theme-color-soft-text);
|
|
27
|
-
--theme-breadcrumb-ghost-arrow--color--hover: var(--theme-color-dynamic);
|
|
28
|
-
--theme-breadcrumb-ghost-arrow--color--active: var(--theme-color-dynamic);
|
|
29
|
-
--theme-breadcrumb-ghost--background: var(--theme-color-ghost);
|
|
30
|
-
--theme-breadcrumb-ghost-last--color: var(--theme-color-soft-text);
|
|
31
|
-
--theme-breadcrumb--border-radius: var(--theme-min-border-radius);
|
|
32
|
-
--theme-breadcrumb-btn--background: var(--theme-color-component-1);
|
|
33
|
-
--theme-breadcrumb-btn--background--hover: var(--theme-color-component-1--hover);
|
|
34
|
-
--theme-breadcrumb-btn--background--active: var(--theme-color-component-1--active);
|
|
35
|
-
--theme-breadcrumb-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
36
|
-
--theme-breadcrumb-ghost--background--active: var(--theme-color-ghost--active);
|
|
37
|
-
}
|