PromucFlow_constructor/app/client/src/widgets/RangeSliderWidget/icon.svg

8 lines
1.6 KiB
XML
Raw Normal View History

feat: implemented slider widgets (#15712) * feat: implemented slider widget from mantine ui * fix: remove widget from widgetName * fix: memoize marks, use primitives for rangeslider value * fix: use theme accentColor, remove xs and xl size * fix: renamed slider widget, added searchTags, parity properties * feat: added labels to the slider widgets. * fix: Rename SingleSlider components to Slider * feat: added basic disabled state * feat: added category slider widget, handled label callback function * fix: Renamed slider widgets fixed imports and bindings. * feat: widget redesign, added hover, focus, disabled states. * feat: added isDirty meta property to the slider widgets. * feat: Added onChange action triggers to the slider widgets. * feat: added show marks label property for category widget. * fix: fixed initial feedback on designs, issues. * feat: added the new tabbed property pane improvements. * feat: changes to the slider property panes. * fix: removed show label on hover and add tooltip always on property. * fix: slider sizes changed inline with the designs * feat: added initial logos. * fix: slider size subtext. * feat: added show marks to number and range sliders. * fix: Label will show one decimal point if step Size is in decimal. * feat: added validations for the slider widgets. * fix: remove mark dots when show marks is off, change icons. * fix: addressed validations feedback. * fix: added stepsize validation number widget & fixed top label aligning. * fix: Long label styles. * fix: wrapping removed for long labels, handled focus state. * fix: remove overflow hidden. * fix: added pointerEvents none to Marks. * fix: added default value in the Number Slider widget. * fix: refactor marks remove un-necessary function calls. * fix: Review changes done. * fix: remove transformstyles outside component. * fix: remove old proprty pane config. * fix: remove any type from widget files. * fix: small code refactor validations category slider. * fix: removed throttle, fixed slider setting to zero issue. * fix: Added validation for stepSize RangeSlider. Added clamp for nextValue in getChangeValue. * fix: number and category slider fire events only if value has changed. * fix: added 0 as default for the min value, range and number sliders. * fix: remove tooltip always on from category slider. * fix: minRange validation accept only numbers. * fix: added old property pane method.
2022-09-22 15:56:50 +00:00
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.1172 11.7026H26.0106L26.0174 11.809C26.0515 12.3404 26.2604 12.7763 26.6448 13.1091L26.6452 13.1093C27.029 13.4388 27.5124 13.6006 28.0874 13.6006C28.7159 13.6006 29.2352 13.409 29.6357 13.0199L29.636 13.0196C30.0368 12.6274 30.2348 12.117 30.2348 11.4979C30.2348 10.899 30.0512 10.4017 29.6787 10.0149C29.3058 9.62763 28.8238 9.43582 28.2418 9.43582C27.7528 9.43582 27.3538 9.56707 27.0557 9.83747L27.1959 8.25464H29.8017H29.9017V8.15464V7.50061V7.40061H29.8017H26.5315H26.4407L26.432 7.491L26.1111 10.8139L26.1005 10.9236H26.2106H26.8971H26.9552L26.984 10.8732C27.0939 10.6809 27.2454 10.5331 27.4402 10.4282L27.4402 10.4282L27.441 10.4277C27.636 10.3202 27.8575 10.2655 28.1077 10.2655C28.4681 10.2655 28.7521 10.3824 28.9694 10.612L28.9694 10.612L28.9702 10.6128C29.1903 10.8404 29.3036 11.139 29.3036 11.5182C29.3036 11.8975 29.1903 12.1945 28.9705 12.4192L28.9701 12.4196C28.7535 12.6437 28.4654 12.7588 28.0955 12.7588C27.7717 12.7588 27.5068 12.6688 27.2944 12.4936C27.0854 12.3164 26.9657 12.0849 26.9357 11.7924L26.9265 11.7026H26.8362H26.1172Z" fill="#4B4848" stroke="#4B4848" stroke-width="0.2"/>
<path d="M1.76328 9.43702V9.633L1.92197 9.51799L3.3558 8.47875V13.4994V13.5994H3.4558H4.20424H4.30424V13.4994V7.49939V7.39939H4.20424H3.45995H3.42775L3.40159 7.41819L1.80492 8.5658L1.76328 8.59572V8.647V9.43702Z" fill="#4B4848" stroke="#4B4848" stroke-width="0.2"/>
<path d="M30 18.5006H2V21.5006H30V18.5006Z" fill="#4B4848"/>
<circle cx="10.5" cy="20.0006" r="4.5" fill="#4B4848"/>
<circle cx="21.5" cy="20.0006" r="4.5" fill="#4B4848"/>
</svg>