2023-07-22 05:57:18 +00:00
|
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
|
|
<path d="M19.8183 8.32513H19.736L19.7412 8.40735C19.7676 8.81797 19.929 9.15479 20.226 9.41195L20.2263 9.4121C20.5229 9.66671 20.8964 9.79173 21.3407 9.79173C21.8264 9.79173 22.2276 9.64368 22.5371 9.34302L22.5373 9.34279C22.847 9.03973 23 8.64534 23 8.16696C23 7.70418 22.8582 7.31991 22.5703 7.02103C22.2822 6.72178 21.9097 6.57357 21.46 6.57357C21.0822 6.57357 20.7739 6.67499 20.5435 6.88393L20.6519 5.66086H22.6654H22.7426V5.58359V5.07822V5.00095H22.6654H20.1385H20.0683L20.0616 5.07079L19.8136 7.63843L19.8054 7.72319H19.8905H20.421H20.4659L20.4881 7.68425C20.573 7.53566 20.6901 7.42145 20.8406 7.34039L20.8412 7.34001C20.9919 7.25694 21.1631 7.21467 21.3564 7.21467C21.6349 7.21467 21.8543 7.305 22.0223 7.48242L22.0229 7.48303C22.1929 7.6589 22.2805 7.88963 22.2805 8.18264C22.2805 8.47573 22.1929 8.70523 22.0231 8.87885L22.0228 8.87916C21.8554 9.05233 21.6328 9.14127 21.347 9.14127C21.0968 9.14127 20.8921 9.07172 20.728 8.93634C20.5665 8.79942 20.474 8.62054 20.4508 8.39452L20.4437 8.32513H20.3739H19.8183Z" fill="#4C5664" stroke="#4C5664" stroke-width="0.2"/>
|
|
|
|
|
<path d="M1 6.57449V6.72593L1.12262 6.63706L2.23055 5.83403V9.71353V9.7908H2.30782H2.88615H2.96342V9.71353V5.07727V5H2.88615H2.31103H2.28615L2.26594 5.01453L1.03218 5.90129L1 5.92441V5.96404V6.57449Z" fill="#4C5664" stroke="#4C5664" stroke-width="0.2"/>
|
|
|
|
|
<path d="M22.8185 13.578H1.18262V15.8961H22.8185V13.578Z" fill="#4C5664"/>
|
|
|
|
|
<path d="M7.75063 18.2143C9.67103 18.2143 11.2278 16.6575 11.2278 14.7371C11.2278 12.8167 9.67103 11.2599 7.75063 11.2599C5.83023 11.2599 4.27344 12.8167 4.27344 14.7371C4.27344 16.6575 5.83023 18.2143 7.75063 18.2143Z" fill="#4C5664"/>
|
|
|
|
|
<path d="M16.2504 18.2143C18.1708 18.2143 19.7276 16.6575 19.7276 14.7371C19.7276 12.8167 18.1708 11.2599 16.2504 11.2599C14.33 11.2599 12.7732 12.8167 12.7732 14.7371C12.7732 16.6575 14.33 18.2143 16.2504 18.2143Z" fill="#4C5664"/>
|
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>
|