@hitachivantara/uikit-react-lab 2.6.18
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/CHANGELOG.md +2334 -0
- package/LICENSE.txt +201 -0
- package/README.md +11 -0
- package/dist/AppSwitcherPanel/Action/Action.d.ts +67 -0
- package/dist/AppSwitcherPanel/Action/Action.js +255 -0
- package/dist/AppSwitcherPanel/Action/Action.js.map +1 -0
- package/dist/AppSwitcherPanel/Action/index.d.ts +2 -0
- package/dist/AppSwitcherPanel/Action/index.js +21 -0
- package/dist/AppSwitcherPanel/Action/index.js.map +1 -0
- package/dist/AppSwitcherPanel/Action/styles.js +91 -0
- package/dist/AppSwitcherPanel/Action/styles.js.map +1 -0
- package/dist/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
- package/dist/AppSwitcherPanel/AppSwitcherPanel.js +230 -0
- package/dist/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
- package/dist/AppSwitcherPanel/index.d.ts +2 -0
- package/dist/AppSwitcherPanel/index.js +21 -0
- package/dist/AppSwitcherPanel/index.js.map +1 -0
- package/dist/AppSwitcherPanel/styles.js +83 -0
- package/dist/AppSwitcherPanel/styles.js.map +1 -0
- package/dist/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/CodeEditor/CodeEditor.js +144 -0
- package/dist/CodeEditor/CodeEditor.js.map +1 -0
- package/dist/CodeEditor/index.d.ts +2 -0
- package/dist/CodeEditor/index.js +16 -0
- package/dist/CodeEditor/index.js.map +1 -0
- package/dist/CodeEditor/styles.js +53 -0
- package/dist/CodeEditor/styles.js.map +1 -0
- package/dist/Footer/Footer.d.ts +12 -0
- package/dist/Footer/Footer.js +67 -0
- package/dist/Footer/Footer.js.map +1 -0
- package/dist/Footer/index.d.ts +2 -0
- package/dist/Footer/index.js +16 -0
- package/dist/Footer/index.js.map +1 -0
- package/dist/Footer/styles.js +54 -0
- package/dist/Footer/styles.js.map +1 -0
- package/dist/FormComposer/FormComposer.d.ts +41 -0
- package/dist/FormComposer/FormComposer.js +258 -0
- package/dist/FormComposer/FormComposer.js.map +1 -0
- package/dist/FormComposer/index.d.ts +2 -0
- package/dist/FormComposer/index.js +16 -0
- package/dist/FormComposer/index.js.map +1 -0
- package/dist/FormComposer/styles.js +39 -0
- package/dist/FormComposer/styles.js.map +1 -0
- package/dist/Loading/Loading.d.ts +32 -0
- package/dist/Loading/Loading.js +89 -0
- package/dist/Loading/Loading.js.map +1 -0
- package/dist/Loading/LoadingWithDelay.d.ts +12 -0
- package/dist/Loading/LoadingWithDelay.js +135 -0
- package/dist/Loading/LoadingWithDelay.js.map +1 -0
- package/dist/Loading/index.d.ts +2 -0
- package/dist/Loading/index.js +16 -0
- package/dist/Loading/index.js.map +1 -0
- package/dist/Loading/styles.js +85 -0
- package/dist/Loading/styles.js.map +1 -0
- package/dist/NavigationAnchors/NavigationAnchors.d.ts +46 -0
- package/dist/NavigationAnchors/NavigationAnchors.js +297 -0
- package/dist/NavigationAnchors/NavigationAnchors.js.map +1 -0
- package/dist/NavigationAnchors/index.d.ts +2 -0
- package/dist/NavigationAnchors/index.js +16 -0
- package/dist/NavigationAnchors/index.js.map +1 -0
- package/dist/NavigationAnchors/styles.js +87 -0
- package/dist/NavigationAnchors/styles.js.map +1 -0
- package/dist/NotificationPanel/Notification/Notification.js +153 -0
- package/dist/NotificationPanel/Notification/Notification.js.map +1 -0
- package/dist/NotificationPanel/Notification/index.js +21 -0
- package/dist/NotificationPanel/Notification/index.js.map +1 -0
- package/dist/NotificationPanel/Notification/styles.js +73 -0
- package/dist/NotificationPanel/Notification/styles.js.map +1 -0
- package/dist/NotificationPanel/NotificationPanel.d.ts +49 -0
- package/dist/NotificationPanel/NotificationPanel.js +219 -0
- package/dist/NotificationPanel/NotificationPanel.js.map +1 -0
- package/dist/NotificationPanel/Panel/Panel.js +202 -0
- package/dist/NotificationPanel/Panel/Panel.js.map +1 -0
- package/dist/NotificationPanel/Panel/index.js +21 -0
- package/dist/NotificationPanel/Panel/index.js.map +1 -0
- package/dist/NotificationPanel/Panel/styles.js +84 -0
- package/dist/NotificationPanel/Panel/styles.js.map +1 -0
- package/dist/NotificationPanel/index.d.ts +2 -0
- package/dist/NotificationPanel/index.js +16 -0
- package/dist/NotificationPanel/index.js.map +1 -0
- package/dist/NotificationPanel/styles.js +16 -0
- package/dist/NotificationPanel/styles.js.map +1 -0
- package/dist/Slider/KnobRing/KnobRing.js +26 -0
- package/dist/Slider/KnobRing/KnobRing.js.map +1 -0
- package/dist/Slider/KnobRing/index.js +19 -0
- package/dist/Slider/KnobRing/index.js.map +1 -0
- package/dist/Slider/KnobRing/styles.js +40 -0
- package/dist/Slider/KnobRing/styles.js.map +1 -0
- package/dist/Slider/Slider.d.ts +133 -0
- package/dist/Slider/Slider.js +607 -0
- package/dist/Slider/Slider.js.map +1 -0
- package/dist/Slider/index.d.ts +2 -0
- package/dist/Slider/index.js +16 -0
- package/dist/Slider/index.js.map +1 -0
- package/dist/Slider/styles.js +125 -0
- package/dist/Slider/styles.js.map +1 -0
- package/dist/TimePicker/PeriodPicker/PeriodPicker.js +128 -0
- package/dist/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
- package/dist/TimePicker/PeriodPicker/index.js +21 -0
- package/dist/TimePicker/PeriodPicker/index.js.map +1 -0
- package/dist/TimePicker/PeriodPicker/styles.js +63 -0
- package/dist/TimePicker/PeriodPicker/styles.js.map +1 -0
- package/dist/TimePicker/TimePicker.d.ts +77 -0
- package/dist/TimePicker/TimePicker.js +425 -0
- package/dist/TimePicker/TimePicker.js.map +1 -0
- package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js +225 -0
- package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
- package/dist/TimePicker/UnitTimePicker/index.js +21 -0
- package/dist/TimePicker/UnitTimePicker/index.js.map +1 -0
- package/dist/TimePicker/UnitTimePicker/styles.js +80 -0
- package/dist/TimePicker/UnitTimePicker/styles.js.map +1 -0
- package/dist/TimePicker/enums.js +40 -0
- package/dist/TimePicker/enums.js.map +1 -0
- package/dist/TimePicker/index.d.ts +2 -0
- package/dist/TimePicker/index.js +16 -0
- package/dist/TimePicker/index.js.map +1 -0
- package/dist/TimePicker/styles.js +113 -0
- package/dist/TimePicker/styles.js.map +1 -0
- package/dist/TimePicker/timePickerConverter.js +90 -0
- package/dist/TimePicker/timePickerConverter.js.map +1 -0
- package/dist/TimePicker/timePickerFormatter.js +77 -0
- package/dist/TimePicker/timePickerFormatter.js.map +1 -0
- package/dist/TimePicker/timePickerUtils.js +36 -0
- package/dist/TimePicker/timePickerUtils.js.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +80 -0
- package/dist/index.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/Action/Action.d.ts +67 -0
- package/dist/legacy/AppSwitcherPanel/Action/Action.js +214 -0
- package/dist/legacy/AppSwitcherPanel/Action/Action.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/Action/index.d.ts +2 -0
- package/dist/legacy/AppSwitcherPanel/Action/index.js +7 -0
- package/dist/legacy/AppSwitcherPanel/Action/index.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/Action/styles.js +83 -0
- package/dist/legacy/AppSwitcherPanel/Action/styles.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
- package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.js +195 -0
- package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/index.d.ts +2 -0
- package/dist/legacy/AppSwitcherPanel/index.js +7 -0
- package/dist/legacy/AppSwitcherPanel/index.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/styles.js +65 -0
- package/dist/legacy/AppSwitcherPanel/styles.js.map +1 -0
- package/dist/legacy/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/legacy/CodeEditor/CodeEditor.js +114 -0
- package/dist/legacy/CodeEditor/CodeEditor.js.map +1 -0
- package/dist/legacy/CodeEditor/index.d.ts +2 -0
- package/dist/legacy/CodeEditor/index.js +2 -0
- package/dist/legacy/CodeEditor/index.js.map +1 -0
- package/dist/legacy/CodeEditor/styles.js +45 -0
- package/dist/legacy/CodeEditor/styles.js.map +1 -0
- package/dist/legacy/Footer/Footer.d.ts +12 -0
- package/dist/legacy/Footer/Footer.js +51 -0
- package/dist/legacy/Footer/Footer.js.map +1 -0
- package/dist/legacy/Footer/index.d.ts +2 -0
- package/dist/legacy/Footer/index.js +2 -0
- package/dist/legacy/Footer/index.js.map +1 -0
- package/dist/legacy/Footer/styles.js +44 -0
- package/dist/legacy/Footer/styles.js.map +1 -0
- package/dist/legacy/FormComposer/FormComposer.d.ts +41 -0
- package/dist/legacy/FormComposer/FormComposer.js +218 -0
- package/dist/legacy/FormComposer/FormComposer.js.map +1 -0
- package/dist/legacy/FormComposer/index.d.ts +2 -0
- package/dist/legacy/FormComposer/index.js +2 -0
- package/dist/legacy/FormComposer/index.js.map +1 -0
- package/dist/legacy/FormComposer/styles.js +31 -0
- package/dist/legacy/FormComposer/styles.js.map +1 -0
- package/dist/legacy/Loading/Loading.d.ts +32 -0
- package/dist/legacy/Loading/Loading.js +71 -0
- package/dist/legacy/Loading/Loading.js.map +1 -0
- package/dist/legacy/Loading/LoadingWithDelay.d.ts +12 -0
- package/dist/legacy/Loading/LoadingWithDelay.js +97 -0
- package/dist/legacy/Loading/LoadingWithDelay.js.map +1 -0
- package/dist/legacy/Loading/index.d.ts +2 -0
- package/dist/legacy/Loading/index.js +2 -0
- package/dist/legacy/Loading/index.js.map +1 -0
- package/dist/legacy/Loading/styles.js +78 -0
- package/dist/legacy/Loading/styles.js.map +1 -0
- package/dist/legacy/NavigationAnchors/NavigationAnchors.d.ts +46 -0
- package/dist/legacy/NavigationAnchors/NavigationAnchors.js +275 -0
- package/dist/legacy/NavigationAnchors/NavigationAnchors.js.map +1 -0
- package/dist/legacy/NavigationAnchors/index.d.ts +2 -0
- package/dist/legacy/NavigationAnchors/index.js +2 -0
- package/dist/legacy/NavigationAnchors/index.js.map +1 -0
- package/dist/legacy/NavigationAnchors/styles.js +70 -0
- package/dist/legacy/NavigationAnchors/styles.js.map +1 -0
- package/dist/legacy/NotificationPanel/Notification/Notification.js +119 -0
- package/dist/legacy/NotificationPanel/Notification/Notification.js.map +1 -0
- package/dist/legacy/NotificationPanel/Notification/index.js +7 -0
- package/dist/legacy/NotificationPanel/Notification/index.js.map +1 -0
- package/dist/legacy/NotificationPanel/Notification/styles.js +56 -0
- package/dist/legacy/NotificationPanel/Notification/styles.js.map +1 -0
- package/dist/legacy/NotificationPanel/NotificationPanel.d.ts +49 -0
- package/dist/legacy/NotificationPanel/NotificationPanel.js +182 -0
- package/dist/legacy/NotificationPanel/NotificationPanel.js.map +1 -0
- package/dist/legacy/NotificationPanel/Panel/Panel.js +166 -0
- package/dist/legacy/NotificationPanel/Panel/Panel.js.map +1 -0
- package/dist/legacy/NotificationPanel/Panel/index.js +7 -0
- package/dist/legacy/NotificationPanel/Panel/index.js.map +1 -0
- package/dist/legacy/NotificationPanel/Panel/styles.js +66 -0
- package/dist/legacy/NotificationPanel/Panel/styles.js.map +1 -0
- package/dist/legacy/NotificationPanel/index.d.ts +2 -0
- package/dist/legacy/NotificationPanel/index.js +2 -0
- package/dist/legacy/NotificationPanel/index.js.map +1 -0
- package/dist/legacy/NotificationPanel/styles.js +9 -0
- package/dist/legacy/NotificationPanel/styles.js.map +1 -0
- package/dist/legacy/Slider/KnobRing/KnobRing.js +15 -0
- package/dist/legacy/Slider/KnobRing/KnobRing.js.map +1 -0
- package/dist/legacy/Slider/KnobRing/index.js +5 -0
- package/dist/legacy/Slider/KnobRing/index.js.map +1 -0
- package/dist/legacy/Slider/KnobRing/styles.js +32 -0
- package/dist/legacy/Slider/KnobRing/styles.js.map +1 -0
- package/dist/legacy/Slider/Slider.d.ts +133 -0
- package/dist/legacy/Slider/Slider.js +583 -0
- package/dist/legacy/Slider/Slider.js.map +1 -0
- package/dist/legacy/Slider/index.d.ts +2 -0
- package/dist/legacy/Slider/index.js +2 -0
- package/dist/legacy/Slider/index.js.map +1 -0
- package/dist/legacy/Slider/styles.js +108 -0
- package/dist/legacy/Slider/styles.js.map +1 -0
- package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js +110 -0
- package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
- package/dist/legacy/TimePicker/PeriodPicker/index.js +7 -0
- package/dist/legacy/TimePicker/PeriodPicker/index.js.map +1 -0
- package/dist/legacy/TimePicker/PeriodPicker/styles.js +46 -0
- package/dist/legacy/TimePicker/PeriodPicker/styles.js.map +1 -0
- package/dist/legacy/TimePicker/TimePicker.d.ts +77 -0
- package/dist/legacy/TimePicker/TimePicker.js +402 -0
- package/dist/legacy/TimePicker/TimePicker.js.map +1 -0
- package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js +207 -0
- package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
- package/dist/legacy/TimePicker/UnitTimePicker/index.js +7 -0
- package/dist/legacy/TimePicker/UnitTimePicker/index.js.map +1 -0
- package/dist/legacy/TimePicker/UnitTimePicker/styles.js +63 -0
- package/dist/legacy/TimePicker/UnitTimePicker/styles.js.map +1 -0
- package/dist/legacy/TimePicker/enums.js +32 -0
- package/dist/legacy/TimePicker/enums.js.map +1 -0
- package/dist/legacy/TimePicker/index.d.ts +2 -0
- package/dist/legacy/TimePicker/index.js +2 -0
- package/dist/legacy/TimePicker/index.js.map +1 -0
- package/dist/legacy/TimePicker/styles.js +96 -0
- package/dist/legacy/TimePicker/styles.js.map +1 -0
- package/dist/legacy/TimePicker/timePickerConverter.js +71 -0
- package/dist/legacy/TimePicker/timePickerConverter.js.map +1 -0
- package/dist/legacy/TimePicker/timePickerFormatter.js +63 -0
- package/dist/legacy/TimePicker/timePickerFormatter.js.map +1 -0
- package/dist/legacy/TimePicker/timePickerUtils.js +27 -0
- package/dist/legacy/TimePicker/timePickerUtils.js.map +1 -0
- package/dist/legacy/index.d.ts +26 -0
- package/dist/legacy/index.js +11 -0
- package/dist/legacy/index.js.map +1 -0
- package/dist/legacy/withStyleProps/WithStyleProps.js +14 -0
- package/dist/legacy/withStyleProps/WithStyleProps.js.map +1 -0
- package/dist/legacy/withStyleProps/index.js +2 -0
- package/dist/legacy/withStyleProps/index.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/Action/Action.d.ts +67 -0
- package/dist/modern/AppSwitcherPanel/Action/Action.js +177 -0
- package/dist/modern/AppSwitcherPanel/Action/Action.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/Action/index.d.ts +2 -0
- package/dist/modern/AppSwitcherPanel/Action/index.js +7 -0
- package/dist/modern/AppSwitcherPanel/Action/index.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/Action/styles.js +77 -0
- package/dist/modern/AppSwitcherPanel/Action/styles.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
- package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.js +167 -0
- package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/index.d.ts +2 -0
- package/dist/modern/AppSwitcherPanel/index.js +7 -0
- package/dist/modern/AppSwitcherPanel/index.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/styles.js +55 -0
- package/dist/modern/AppSwitcherPanel/styles.js.map +1 -0
- package/dist/modern/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/modern/CodeEditor/CodeEditor.js +109 -0
- package/dist/modern/CodeEditor/CodeEditor.js.map +1 -0
- package/dist/modern/CodeEditor/index.d.ts +2 -0
- package/dist/modern/CodeEditor/index.js +2 -0
- package/dist/modern/CodeEditor/index.js.map +1 -0
- package/dist/modern/CodeEditor/styles.js +43 -0
- package/dist/modern/CodeEditor/styles.js.map +1 -0
- package/dist/modern/Footer/Footer.d.ts +12 -0
- package/dist/modern/Footer/Footer.js +51 -0
- package/dist/modern/Footer/Footer.js.map +1 -0
- package/dist/modern/Footer/index.d.ts +2 -0
- package/dist/modern/Footer/index.js +2 -0
- package/dist/modern/Footer/index.js.map +1 -0
- package/dist/modern/Footer/styles.js +43 -0
- package/dist/modern/Footer/styles.js.map +1 -0
- package/dist/modern/FormComposer/FormComposer.d.ts +41 -0
- package/dist/modern/FormComposer/FormComposer.js +183 -0
- package/dist/modern/FormComposer/FormComposer.js.map +1 -0
- package/dist/modern/FormComposer/index.d.ts +2 -0
- package/dist/modern/FormComposer/index.js +2 -0
- package/dist/modern/FormComposer/index.js.map +1 -0
- package/dist/modern/FormComposer/styles.js +29 -0
- package/dist/modern/FormComposer/styles.js.map +1 -0
- package/dist/modern/Loading/Loading.d.ts +32 -0
- package/dist/modern/Loading/Loading.js +72 -0
- package/dist/modern/Loading/Loading.js.map +1 -0
- package/dist/modern/Loading/LoadingWithDelay.d.ts +12 -0
- package/dist/modern/Loading/LoadingWithDelay.js +92 -0
- package/dist/modern/Loading/LoadingWithDelay.js.map +1 -0
- package/dist/modern/Loading/index.d.ts +2 -0
- package/dist/modern/Loading/index.js +2 -0
- package/dist/modern/Loading/index.js.map +1 -0
- package/dist/modern/Loading/styles.js +76 -0
- package/dist/modern/Loading/styles.js.map +1 -0
- package/dist/modern/NavigationAnchors/NavigationAnchors.d.ts +46 -0
- package/dist/modern/NavigationAnchors/NavigationAnchors.js +243 -0
- package/dist/modern/NavigationAnchors/NavigationAnchors.js.map +1 -0
- package/dist/modern/NavigationAnchors/index.d.ts +2 -0
- package/dist/modern/NavigationAnchors/index.js +2 -0
- package/dist/modern/NavigationAnchors/index.js.map +1 -0
- package/dist/modern/NavigationAnchors/styles.js +61 -0
- package/dist/modern/NavigationAnchors/styles.js.map +1 -0
- package/dist/modern/NotificationPanel/Notification/Notification.js +90 -0
- package/dist/modern/NotificationPanel/Notification/Notification.js.map +1 -0
- package/dist/modern/NotificationPanel/Notification/index.js +7 -0
- package/dist/modern/NotificationPanel/Notification/index.js.map +1 -0
- package/dist/modern/NotificationPanel/Notification/styles.js +45 -0
- package/dist/modern/NotificationPanel/Notification/styles.js.map +1 -0
- package/dist/modern/NotificationPanel/NotificationPanel.d.ts +49 -0
- package/dist/modern/NotificationPanel/NotificationPanel.js +153 -0
- package/dist/modern/NotificationPanel/NotificationPanel.js.map +1 -0
- package/dist/modern/NotificationPanel/Panel/Panel.js +133 -0
- package/dist/modern/NotificationPanel/Panel/Panel.js.map +1 -0
- package/dist/modern/NotificationPanel/Panel/index.js +7 -0
- package/dist/modern/NotificationPanel/Panel/index.js.map +1 -0
- package/dist/modern/NotificationPanel/Panel/styles.js +56 -0
- package/dist/modern/NotificationPanel/Panel/styles.js.map +1 -0
- package/dist/modern/NotificationPanel/index.d.ts +2 -0
- package/dist/modern/NotificationPanel/index.js +2 -0
- package/dist/modern/NotificationPanel/index.js.map +1 -0
- package/dist/modern/NotificationPanel/styles.js +9 -0
- package/dist/modern/NotificationPanel/styles.js.map +1 -0
- package/dist/modern/Slider/KnobRing/KnobRing.js +17 -0
- package/dist/modern/Slider/KnobRing/KnobRing.js.map +1 -0
- package/dist/modern/Slider/KnobRing/index.js +5 -0
- package/dist/modern/Slider/KnobRing/index.js.map +1 -0
- package/dist/modern/Slider/KnobRing/styles.js +34 -0
- package/dist/modern/Slider/KnobRing/styles.js.map +1 -0
- package/dist/modern/Slider/Slider.d.ts +133 -0
- package/dist/modern/Slider/Slider.js +542 -0
- package/dist/modern/Slider/Slider.js.map +1 -0
- package/dist/modern/Slider/index.d.ts +2 -0
- package/dist/modern/Slider/index.js +2 -0
- package/dist/modern/Slider/index.js.map +1 -0
- package/dist/modern/Slider/styles.js +99 -0
- package/dist/modern/Slider/styles.js.map +1 -0
- package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js +88 -0
- package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
- package/dist/modern/TimePicker/PeriodPicker/index.js +7 -0
- package/dist/modern/TimePicker/PeriodPicker/index.js.map +1 -0
- package/dist/modern/TimePicker/PeriodPicker/styles.js +37 -0
- package/dist/modern/TimePicker/PeriodPicker/styles.js.map +1 -0
- package/dist/modern/TimePicker/TimePicker.d.ts +77 -0
- package/dist/modern/TimePicker/TimePicker.js +394 -0
- package/dist/modern/TimePicker/TimePicker.js.map +1 -0
- package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js +186 -0
- package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
- package/dist/modern/TimePicker/UnitTimePicker/index.js +7 -0
- package/dist/modern/TimePicker/UnitTimePicker/index.js.map +1 -0
- package/dist/modern/TimePicker/UnitTimePicker/styles.js +54 -0
- package/dist/modern/TimePicker/UnitTimePicker/styles.js.map +1 -0
- package/dist/modern/TimePicker/enums.js +32 -0
- package/dist/modern/TimePicker/enums.js.map +1 -0
- package/dist/modern/TimePicker/index.d.ts +2 -0
- package/dist/modern/TimePicker/index.js +2 -0
- package/dist/modern/TimePicker/index.js.map +1 -0
- package/dist/modern/TimePicker/styles.js +87 -0
- package/dist/modern/TimePicker/styles.js.map +1 -0
- package/dist/modern/TimePicker/timePickerConverter.js +66 -0
- package/dist/modern/TimePicker/timePickerConverter.js.map +1 -0
- package/dist/modern/TimePicker/timePickerFormatter.js +62 -0
- package/dist/modern/TimePicker/timePickerFormatter.js.map +1 -0
- package/dist/modern/TimePicker/timePickerUtils.js +26 -0
- package/dist/modern/TimePicker/timePickerUtils.js.map +1 -0
- package/dist/modern/index.d.ts +26 -0
- package/dist/modern/index.js +11 -0
- package/dist/modern/index.js.map +1 -0
- package/dist/modern/withStyleProps/WithStyleProps.js +10 -0
- package/dist/modern/withStyleProps/WithStyleProps.js.map +1 -0
- package/dist/modern/withStyleProps/index.js +2 -0
- package/dist/modern/withStyleProps/index.js.map +1 -0
- package/dist/withStyleProps/WithStyleProps.js +25 -0
- package/dist/withStyleProps/WithStyleProps.js.map +1 -0
- package/dist/withStyleProps/index.js +16 -0
- package/dist/withStyleProps/index.js.map +1 -0
- package/package.json +72 -0
|
@@ -0,0 +1,542 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
4
|
+
const _excluded = ["value", "dragging", "index", "style"];
|
|
5
|
+
import "core-js/modules/web.dom-collections.iterator.js";
|
|
6
|
+
|
|
7
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
8
|
+
|
|
9
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Note: https://github.com/react-component/slider/issues/504
|
|
13
|
+
* Version must remain in "8.6.3" until this bug is fixed
|
|
14
|
+
*/
|
|
15
|
+
import React from "react";
|
|
16
|
+
import PropTypes from "prop-types";
|
|
17
|
+
import { Range, Handle } from "rc-slider";
|
|
18
|
+
import Tooltip from "rc-tooltip";
|
|
19
|
+
import { withStyles } from "@material-ui/core";
|
|
20
|
+
import KnobRing from "./KnobRing";
|
|
21
|
+
import "rc-slider/assets/index.css";
|
|
22
|
+
import styleCreator from "./styles";
|
|
23
|
+
/**
|
|
24
|
+
* Transform the scaled values into knobs positions.
|
|
25
|
+
*
|
|
26
|
+
* @param {*} scaledValue - the value of the slider to be scaled
|
|
27
|
+
* @param {*} minPointValue - The value of the first point in
|
|
28
|
+
* the slider from left to right.
|
|
29
|
+
* @param {*} inverseStepValue - The inverse of calculated separation between
|
|
30
|
+
* the value of the points that compose the slider.
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
const scaledValueToKnobsPositionValue = (scaledValue, minPointValue, inverseStepValue) => Math.floor((scaledValue - minPointValue) * inverseStepValue);
|
|
34
|
+
/**
|
|
35
|
+
* Transform the received knobs values into knob positions
|
|
36
|
+
*
|
|
37
|
+
* @param {Object} values - The values of the slider.
|
|
38
|
+
* @param {Number} inverseStepValue - The inverse of calculated separation between
|
|
39
|
+
* the value of the points that compose the slider.
|
|
40
|
+
* @param {Integer} minPointValue - The value of the first point in the slider from
|
|
41
|
+
* left to right.
|
|
42
|
+
* @returns {Array} - The position of the knobs.
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
const transformKnobsPosition = (values, inverseStepValue, minPointValue) => {
|
|
47
|
+
const knobsPositions = [];
|
|
48
|
+
values.forEach((value, index) => {
|
|
49
|
+
knobsPositions[index] = scaledValueToKnobsPositionValue(value, minPointValue, inverseStepValue);
|
|
50
|
+
});
|
|
51
|
+
return knobsPositions;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Calculates the separation between each value in the slider.
|
|
55
|
+
*
|
|
56
|
+
* @param {*} maxPointValue - The value of the last point in the slider from left to right.
|
|
57
|
+
* @param {*} minPointValue - The value of the first point in the slider from left to right.
|
|
58
|
+
* @param {*} divisionQuantity - How many subdivisions there are in the slider.
|
|
59
|
+
*/
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
const calculateStepValue = (maxPointValue, minPointValue, divisionQuantity) => Math.abs(maxPointValue - minPointValue) / divisionQuantity;
|
|
63
|
+
/**
|
|
64
|
+
* Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters. Still in development
|
|
65
|
+
*/
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
class HvSlider extends React.Component {
|
|
69
|
+
constructor(_props) {
|
|
70
|
+
super(_props);
|
|
71
|
+
|
|
72
|
+
_defineProperty(this, "knobsPositionToScaledValue", (sliderValue, minPointValue, stepValue) => minPointValue + stepValue * sliderValue);
|
|
73
|
+
|
|
74
|
+
_defineProperty(this, "createMark", (markProperties, markstep, divisionQuantity, minPointValue, stepValue, markDigits, formatMark, styles) => {
|
|
75
|
+
const marks = {};
|
|
76
|
+
|
|
77
|
+
if (markProperties.length > 0) {
|
|
78
|
+
markProperties.forEach(markProperty => {
|
|
79
|
+
marks[markProperty.position] = {
|
|
80
|
+
label: `${markProperty.label}`,
|
|
81
|
+
style: _objectSpread({}, styles.mark)
|
|
82
|
+
};
|
|
83
|
+
});
|
|
84
|
+
} else {
|
|
85
|
+
const roundedMarkStep = Math.floor(markstep);
|
|
86
|
+
|
|
87
|
+
for (let index = 0; index <= divisionQuantity; index += roundedMarkStep) {
|
|
88
|
+
let labelValue = this.knobsPositionToScaledValue(index, minPointValue, stepValue).toFixed(markDigits);
|
|
89
|
+
labelValue = formatMark(labelValue);
|
|
90
|
+
marks[index] = {
|
|
91
|
+
label: `${labelValue}`,
|
|
92
|
+
style: _objectSpread({}, styles.mark)
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
return marks;
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
_defineProperty(this, "createTrackStyles", (knobProperties, styles) => {
|
|
101
|
+
const trackStyles = [];
|
|
102
|
+
|
|
103
|
+
if (knobProperties.length > 1) {
|
|
104
|
+
knobProperties.forEach((knobProperty, index) => {
|
|
105
|
+
trackStyles[index] = _objectSpread({}, styles.track);
|
|
106
|
+
|
|
107
|
+
if (knobProperty.color) {
|
|
108
|
+
trackStyles[index].backgroundColor = knobProperty.trackColor;
|
|
109
|
+
}
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
return trackStyles;
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
_defineProperty(this, "createKnobStyles", (knobProperties, styles) => {
|
|
117
|
+
const knobInner = [];
|
|
118
|
+
const knobOuterStyle = [];
|
|
119
|
+
const lastItem = knobProperties.length - 1;
|
|
120
|
+
|
|
121
|
+
if (knobProperties.length > 1) {
|
|
122
|
+
knobProperties.forEach((knobProperty, index) => {
|
|
123
|
+
knobInner[index] = _objectSpread({}, styles.knobInner);
|
|
124
|
+
knobOuterStyle[index] = _objectSpread({}, styles.knobOuter);
|
|
125
|
+
|
|
126
|
+
if (knobProperty.color) {
|
|
127
|
+
knobInner[index].backgroundColor = knobProperty.color;
|
|
128
|
+
knobOuterStyle[index].backgroundColor = "transparent";
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
if (knobProperty.hidden) {
|
|
132
|
+
knobInner[index] = styles.knobHidden;
|
|
133
|
+
|
|
134
|
+
if (index === lastItem) {
|
|
135
|
+
knobInner[index] = _objectSpread({}, styles.knobHiddenLast);
|
|
136
|
+
knobInner[index].backgroundColor = knobProperty.color;
|
|
137
|
+
knobOuterStyle[index] = _objectSpread({}, styles.knobHidden);
|
|
138
|
+
knobOuterStyle[index].backgroundColor = knobProperty.color;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
return {
|
|
145
|
+
knobInner,
|
|
146
|
+
knobOuterStyle
|
|
147
|
+
};
|
|
148
|
+
});
|
|
149
|
+
|
|
150
|
+
_defineProperty(this, "generateKnobsPositionAndValues", knobsCurrentPosition => {
|
|
151
|
+
const newKnobsPosition = knobsCurrentPosition.slice();
|
|
152
|
+
const knobsValues = [];
|
|
153
|
+
const {
|
|
154
|
+
minPointValue,
|
|
155
|
+
noOverlap
|
|
156
|
+
} = this.props;
|
|
157
|
+
const {
|
|
158
|
+
stepValue,
|
|
159
|
+
knobsPositions
|
|
160
|
+
} = this.state;
|
|
161
|
+
let duplicatedValue = null;
|
|
162
|
+
const findDuplicated = newKnobsPosition.filter((item, index) => newKnobsPosition.indexOf(item) !== index);
|
|
163
|
+
|
|
164
|
+
if (noOverlap && findDuplicated.length > 0) {
|
|
165
|
+
[duplicatedValue] = findDuplicated;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
newKnobsPosition.forEach((position, index, array) => {
|
|
169
|
+
const newArray = array;
|
|
170
|
+
let newPosition = position;
|
|
171
|
+
|
|
172
|
+
if (noOverlap && newPosition === duplicatedValue) {
|
|
173
|
+
const previousValue = knobsPositions[index];
|
|
174
|
+
|
|
175
|
+
if (previousValue !== newPosition) {
|
|
176
|
+
newPosition += newPosition > previousValue ? -1 : 1;
|
|
177
|
+
newArray[index] = newPosition;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
knobsValues[index] = this.knobsPositionToScaledValue(newPosition, minPointValue, stepValue);
|
|
182
|
+
}, this);
|
|
183
|
+
return {
|
|
184
|
+
knobsPosition: newKnobsPosition,
|
|
185
|
+
knobsValues
|
|
186
|
+
};
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
_defineProperty(this, "onChangeHandler", knobsPosition => {
|
|
190
|
+
const knobs = this.generateKnobsPositionAndValues(knobsPosition);
|
|
191
|
+
const {
|
|
192
|
+
knobProperties,
|
|
193
|
+
onChange,
|
|
194
|
+
minPointValue,
|
|
195
|
+
defaultValues
|
|
196
|
+
} = this.props;
|
|
197
|
+
const {
|
|
198
|
+
inverseStepValue
|
|
199
|
+
} = this.state;
|
|
200
|
+
knobProperties.forEach((knobProperty, index) => {
|
|
201
|
+
if (knobProperty.fixed) {
|
|
202
|
+
knobs.knobsPosition[index] = scaledValueToKnobsPositionValue(defaultValues[index], minPointValue, inverseStepValue);
|
|
203
|
+
}
|
|
204
|
+
});
|
|
205
|
+
onChange(knobs);
|
|
206
|
+
this.setState({
|
|
207
|
+
knobsPositions: knobs.knobsPosition
|
|
208
|
+
});
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
_defineProperty(this, "onBeforeChangeHandler", knobsPosition => {
|
|
212
|
+
const {
|
|
213
|
+
onBeforeChange
|
|
214
|
+
} = this.props;
|
|
215
|
+
const knobs = this.generateKnobsPositionAndValues(knobsPosition);
|
|
216
|
+
onBeforeChange(knobs);
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
_defineProperty(this, "onAfterChangeHandler", knobsPosition => {
|
|
220
|
+
const {
|
|
221
|
+
onAfterChange
|
|
222
|
+
} = this.props;
|
|
223
|
+
const knobs = this.generateKnobsPositionAndValues(knobsPosition);
|
|
224
|
+
onAfterChange(knobs);
|
|
225
|
+
});
|
|
226
|
+
|
|
227
|
+
_defineProperty(this, "createKnob", props => {
|
|
228
|
+
const {
|
|
229
|
+
minPointValue,
|
|
230
|
+
markDigits,
|
|
231
|
+
knobProperties,
|
|
232
|
+
formatTooltip,
|
|
233
|
+
classes
|
|
234
|
+
} = this.props;
|
|
235
|
+
const {
|
|
236
|
+
stepValue
|
|
237
|
+
} = this.state;
|
|
238
|
+
|
|
239
|
+
const {
|
|
240
|
+
value,
|
|
241
|
+
dragging,
|
|
242
|
+
index,
|
|
243
|
+
style
|
|
244
|
+
} = props,
|
|
245
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
246
|
+
|
|
247
|
+
const knobValue = this.knobsPositionToScaledValue(value, minPointValue, stepValue).toFixed(markDigits);
|
|
248
|
+
|
|
249
|
+
if (dragging) {
|
|
250
|
+
style.backgroundColor = knobProperties[index].dragColor;
|
|
251
|
+
} else {
|
|
252
|
+
style.backgroundColor = knobProperties[index].color;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
256
|
+
prefixCls: "rc-slider-tooltip",
|
|
257
|
+
overlay: formatTooltip(knobValue),
|
|
258
|
+
visible: dragging,
|
|
259
|
+
placement: "top",
|
|
260
|
+
key: index,
|
|
261
|
+
overlayClassName: classes.sliderTooltip
|
|
262
|
+
}, /*#__PURE__*/React.createElement(Handle, _extends({
|
|
263
|
+
value: value,
|
|
264
|
+
style: style
|
|
265
|
+
}, restProps), /*#__PURE__*/React.createElement(KnobRing, {
|
|
266
|
+
hoverColor: knobProperties[index].hoverColor,
|
|
267
|
+
dragging: dragging
|
|
268
|
+
})));
|
|
269
|
+
});
|
|
270
|
+
|
|
271
|
+
const {
|
|
272
|
+
markProperties: _markProperties,
|
|
273
|
+
markStep,
|
|
274
|
+
markDigits: _markDigits,
|
|
275
|
+
knobProperties: _knobProperties,
|
|
276
|
+
values,
|
|
277
|
+
defaultValues: _defaultValues,
|
|
278
|
+
theme,
|
|
279
|
+
maxPointValue,
|
|
280
|
+
minPointValue: _minPointValue,
|
|
281
|
+
divisionQuantity: _divisionQuantity,
|
|
282
|
+
formatMark: _formatMark
|
|
283
|
+
} = _props;
|
|
284
|
+
|
|
285
|
+
const _styles = styleCreator(theme);
|
|
286
|
+
|
|
287
|
+
const _stepValue = calculateStepValue(maxPointValue, _minPointValue, _divisionQuantity);
|
|
288
|
+
|
|
289
|
+
const _inverseStepValue = 1 / _stepValue;
|
|
290
|
+
|
|
291
|
+
this.state = {
|
|
292
|
+
knobsPositions: transformKnobsPosition(values.length > 0 ? values : _defaultValues, _inverseStepValue, _minPointValue),
|
|
293
|
+
trackStyles: this.createTrackStyles(_knobProperties, _styles),
|
|
294
|
+
knobStyles: this.createKnobStyles(_knobProperties, _styles),
|
|
295
|
+
rangesCount: _knobProperties.length - 1,
|
|
296
|
+
marks: this.createMark(_markProperties, markStep, _divisionQuantity, _minPointValue, _stepValue, _markDigits, _formatMark, _styles),
|
|
297
|
+
defaultKnobsPositions: transformKnobsPosition(_defaultValues, _inverseStepValue, _minPointValue),
|
|
298
|
+
styles: _styles,
|
|
299
|
+
stepValue: _stepValue,
|
|
300
|
+
inverseStepValue: _inverseStepValue
|
|
301
|
+
};
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
static getDerivedStateFromProps(props, state) {
|
|
305
|
+
const stepValue = calculateStepValue(props.maxPointValue, props.minPointValue, props.divisionQuantity);
|
|
306
|
+
|
|
307
|
+
if (props.values.length > 0) {
|
|
308
|
+
return _objectSpread(_objectSpread({}, state), {}, {
|
|
309
|
+
knobsPositions: transformKnobsPosition(props.values.length > 0 ? props.values : props.defaultValues, 1 / stepValue, props.minPointValue)
|
|
310
|
+
});
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
return null;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* Transform the scaled values into knobs positions.
|
|
317
|
+
*
|
|
318
|
+
* @param {*} sliderValue - the value of the slider to be scaled
|
|
319
|
+
* @param {*} minPointValue - The value of the first point in the slider from left to right.
|
|
320
|
+
* @param {*} stepValue - The calculated separation between the values of the slider.
|
|
321
|
+
*/
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
render() {
|
|
325
|
+
const {
|
|
326
|
+
divisionQuantity,
|
|
327
|
+
classes
|
|
328
|
+
} = this.props;
|
|
329
|
+
const {
|
|
330
|
+
knobsPositions,
|
|
331
|
+
defaultKnobsPositions,
|
|
332
|
+
rangesCount,
|
|
333
|
+
knobStyles,
|
|
334
|
+
trackStyles,
|
|
335
|
+
marks,
|
|
336
|
+
styles
|
|
337
|
+
} = this.state;
|
|
338
|
+
return /*#__PURE__*/React.createElement(Range, {
|
|
339
|
+
handle: this.createKnob,
|
|
340
|
+
className: classes.root,
|
|
341
|
+
min: 0,
|
|
342
|
+
max: divisionQuantity,
|
|
343
|
+
step: 1,
|
|
344
|
+
marks: marks,
|
|
345
|
+
dotStyle: styles.dot,
|
|
346
|
+
onChange: this.onChangeHandler,
|
|
347
|
+
onBeforeChange: this.onBeforeChangeHandler,
|
|
348
|
+
onAfterChange: this.onAfterChangeHandler,
|
|
349
|
+
value: knobsPositions.length > 0 ? knobsPositions : undefined,
|
|
350
|
+
allowCross: false,
|
|
351
|
+
defaultValue: defaultKnobsPositions,
|
|
352
|
+
count: rangesCount,
|
|
353
|
+
railStyle: styles.rail,
|
|
354
|
+
handleStyle: knobStyles.knobInner,
|
|
355
|
+
trackStyle: trackStyles
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
process.env.NODE_ENV !== "production" ? HvSlider.propTypes = {
|
|
362
|
+
/**
|
|
363
|
+
* The values array to apply to the component
|
|
364
|
+
*/
|
|
365
|
+
values: PropTypes.arrayOf(PropTypes.number),
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* The default values array to apply to the component
|
|
369
|
+
*/
|
|
370
|
+
defaultValues: PropTypes.arrayOf(PropTypes.number).isRequired,
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* The object used to set the knob properties,
|
|
374
|
+
* for every item in the array a new knob will be created.
|
|
375
|
+
*/
|
|
376
|
+
knobProperties: PropTypes.arrayOf(PropTypes.shape({
|
|
377
|
+
color: PropTypes.string,
|
|
378
|
+
defaultValue: PropTypes.number,
|
|
379
|
+
hidden: PropTypes.bool,
|
|
380
|
+
fixed: PropTypes.bool,
|
|
381
|
+
hoverColor: PropTypes.string,
|
|
382
|
+
trackColor: PropTypes.string,
|
|
383
|
+
dragColor: PropTypes.string
|
|
384
|
+
})).isRequired,
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* The object used to set the mark properties individually.
|
|
388
|
+
*/
|
|
389
|
+
markProperties: PropTypes.arrayOf(PropTypes.shape({
|
|
390
|
+
position: PropTypes.number,
|
|
391
|
+
label: PropTypes.string
|
|
392
|
+
})),
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* the function executed before a change will ocurr in the slider.
|
|
396
|
+
* it will receive an object like
|
|
397
|
+
* {
|
|
398
|
+
* knobsPosition: [],
|
|
399
|
+
* knobsValues: []
|
|
400
|
+
* }
|
|
401
|
+
*/
|
|
402
|
+
onBeforeChange: PropTypes.func,
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* the function executed while a change is ocurring in the slider.
|
|
406
|
+
* it will receive an object like
|
|
407
|
+
* {
|
|
408
|
+
* knobsPosition: [],
|
|
409
|
+
* knobsValues: []
|
|
410
|
+
* }
|
|
411
|
+
*/
|
|
412
|
+
onChange: PropTypes.func,
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* the function executed after a change ocurred in the slider.
|
|
416
|
+
* it will receive an object like
|
|
417
|
+
* {
|
|
418
|
+
* knobsPosition: [],
|
|
419
|
+
* knobsValues: []
|
|
420
|
+
* }
|
|
421
|
+
*/
|
|
422
|
+
onAfterChange: PropTypes.func,
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* the separation in points between marks.
|
|
426
|
+
* example: if 10 divisions and a markstep of 2 there will be 5 marks.
|
|
427
|
+
*/
|
|
428
|
+
markStep: PropTypes.number,
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* how many subdivisions there are in the slider.
|
|
432
|
+
*/
|
|
433
|
+
divisionQuantity: PropTypes.number,
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* the value of the first point in the slider from left to right.
|
|
437
|
+
*/
|
|
438
|
+
minPointValue: PropTypes.number,
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* the value of the last point in the slider from left to right.
|
|
442
|
+
*/
|
|
443
|
+
maxPointValue: PropTypes.number,
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* the nax number of decimals if no format function is applied
|
|
447
|
+
*/
|
|
448
|
+
markDigits: PropTypes.number,
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* a formatting function used to add format to the marks in the track,
|
|
452
|
+
* the function receives the mark text
|
|
453
|
+
*/
|
|
454
|
+
formatMark: PropTypes.func,
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* a formatting function used to add format to the tooltip in the track,
|
|
458
|
+
* the function receives the mark text
|
|
459
|
+
*/
|
|
460
|
+
formatTooltip: PropTypes.func,
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* if `true` the knobs can't have the same value, if `false` knobs can have the same value.
|
|
464
|
+
*/
|
|
465
|
+
noOverlap: PropTypes.bool,
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* the classes object to be applied into the root object.
|
|
469
|
+
*/
|
|
470
|
+
classes: PropTypes.shape({
|
|
471
|
+
/**
|
|
472
|
+
* Style applied to the root of the component.
|
|
473
|
+
*/
|
|
474
|
+
root: PropTypes.string,
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* Style applied to the dot.
|
|
478
|
+
*/
|
|
479
|
+
dot: PropTypes.string,
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* Style applied to the rail.
|
|
483
|
+
*/
|
|
484
|
+
rail: PropTypes.string,
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* Style applied to the inner of the knob.
|
|
488
|
+
*/
|
|
489
|
+
knobInner: PropTypes.string,
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Style applied to the outside of the knob.
|
|
493
|
+
*/
|
|
494
|
+
knobOuter: PropTypes.string,
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Style applied when the knob is hidden.
|
|
498
|
+
*/
|
|
499
|
+
knobHidden: PropTypes.string,
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* Style applied last hidden knob.
|
|
503
|
+
*/
|
|
504
|
+
knobHiddenLast: PropTypes.string,
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* Style applied to the track.
|
|
508
|
+
*/
|
|
509
|
+
track: PropTypes.string,
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* Style applied to the mark.
|
|
513
|
+
*/
|
|
514
|
+
mark: PropTypes.string,
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* Style applied to the tooltip.
|
|
518
|
+
*/
|
|
519
|
+
sliderTooltip: PropTypes.string
|
|
520
|
+
}).isRequired,
|
|
521
|
+
theme: PropTypes.any.isRequired
|
|
522
|
+
} : void 0;
|
|
523
|
+
HvSlider.defaultProps = {
|
|
524
|
+
markStep: 1,
|
|
525
|
+
markDigits: 0,
|
|
526
|
+
noOverlap: true,
|
|
527
|
+
values: [],
|
|
528
|
+
formatMark: mark => mark,
|
|
529
|
+
formatTooltip: mark => mark,
|
|
530
|
+
markProperties: [],
|
|
531
|
+
divisionQuantity: 100,
|
|
532
|
+
minPointValue: 0,
|
|
533
|
+
maxPointValue: 100,
|
|
534
|
+
onBeforeChange: () => {},
|
|
535
|
+
onChange: () => {},
|
|
536
|
+
onAfterChange: () => {}
|
|
537
|
+
};
|
|
538
|
+
export default withStyles(styleCreator, {
|
|
539
|
+
name: "HvSlider",
|
|
540
|
+
withTheme: true
|
|
541
|
+
})(HvSlider);
|
|
542
|
+
//# sourceMappingURL=Slider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.js","names":["React","PropTypes","Range","Handle","Tooltip","withStyles","KnobRing","styleCreator","scaledValueToKnobsPositionValue","scaledValue","minPointValue","inverseStepValue","Math","floor","transformKnobsPosition","values","knobsPositions","forEach","value","index","calculateStepValue","maxPointValue","divisionQuantity","abs","HvSlider","Component","constructor","props","sliderValue","stepValue","markProperties","markstep","markDigits","formatMark","styles","marks","length","markProperty","position","label","style","mark","roundedMarkStep","labelValue","knobsPositionToScaledValue","toFixed","knobProperties","trackStyles","knobProperty","track","color","backgroundColor","trackColor","knobInner","knobOuterStyle","lastItem","knobOuter","hidden","knobHidden","knobHiddenLast","knobsCurrentPosition","newKnobsPosition","slice","knobsValues","noOverlap","state","duplicatedValue","findDuplicated","filter","item","indexOf","array","newArray","newPosition","previousValue","knobsPosition","knobs","generateKnobsPositionAndValues","onChange","defaultValues","fixed","setState","onBeforeChange","onAfterChange","formatTooltip","classes","dragging","restProps","knobValue","dragColor","sliderTooltip","hoverColor","markStep","theme","createTrackStyles","knobStyles","createKnobStyles","rangesCount","createMark","defaultKnobsPositions","getDerivedStateFromProps","render","createKnob","root","dot","onChangeHandler","onBeforeChangeHandler","onAfterChangeHandler","undefined","rail","propTypes","arrayOf","number","isRequired","shape","string","defaultValue","bool","func","any","defaultProps","name","withTheme"],"sources":["../../../src/Slider/Slider.js"],"sourcesContent":["/**\n * Note: https://github.com/react-component/slider/issues/504\n * Version must remain in \"8.6.3\" until this bug is fixed\n */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { Range, Handle } from \"rc-slider\";\nimport Tooltip from \"rc-tooltip\";\nimport { withStyles } from \"@material-ui/core\";\nimport KnobRing from \"./KnobRing\";\nimport \"rc-slider/assets/index.css\";\nimport styleCreator from \"./styles\";\n\n/**\n * Transform the scaled values into knobs positions.\n *\n * @param {*} scaledValue - the value of the slider to be scaled\n * @param {*} minPointValue - The value of the first point in\n * the slider from left to right.\n * @param {*} inverseStepValue - The inverse of calculated separation between\n * the value of the points that compose the slider.\n */\nconst scaledValueToKnobsPositionValue = (scaledValue, minPointValue, inverseStepValue) =>\n Math.floor((scaledValue - minPointValue) * inverseStepValue);\n\n/**\n * Transform the received knobs values into knob positions\n *\n * @param {Object} values - The values of the slider.\n * @param {Number} inverseStepValue - The inverse of calculated separation between\n * the value of the points that compose the slider.\n * @param {Integer} minPointValue - The value of the first point in the slider from\n * left to right.\n * @returns {Array} - The position of the knobs.\n */\nconst transformKnobsPosition = (values, inverseStepValue, minPointValue) => {\n const knobsPositions = [];\n values.forEach((value, index) => {\n knobsPositions[index] = scaledValueToKnobsPositionValue(value, minPointValue, inverseStepValue);\n });\n return knobsPositions;\n};\n\n/**\n * Calculates the separation between each value in the slider.\n *\n * @param {*} maxPointValue - The value of the last point in the slider from left to right.\n * @param {*} minPointValue - The value of the first point in the slider from left to right.\n * @param {*} divisionQuantity - How many subdivisions there are in the slider.\n */\nconst calculateStepValue = (maxPointValue, minPointValue, divisionQuantity) =>\n Math.abs(maxPointValue - minPointValue) / divisionQuantity;\n\n/**\n * Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters. Still in development\n */\nclass HvSlider extends React.Component {\n constructor(props) {\n super(props);\n\n const {\n markProperties,\n markStep,\n markDigits,\n knobProperties,\n values,\n defaultValues,\n theme,\n maxPointValue,\n minPointValue,\n divisionQuantity,\n formatMark,\n } = props;\n\n const styles = styleCreator(theme);\n const stepValue = calculateStepValue(maxPointValue, minPointValue, divisionQuantity);\n const inverseStepValue = 1 / stepValue;\n\n this.state = {\n knobsPositions: transformKnobsPosition(\n values.length > 0 ? values : defaultValues,\n inverseStepValue,\n minPointValue\n ),\n trackStyles: this.createTrackStyles(knobProperties, styles),\n knobStyles: this.createKnobStyles(knobProperties, styles),\n rangesCount: knobProperties.length - 1,\n marks: this.createMark(\n markProperties,\n markStep,\n divisionQuantity,\n minPointValue,\n stepValue,\n markDigits,\n formatMark,\n styles\n ),\n defaultKnobsPositions: transformKnobsPosition(defaultValues, inverseStepValue, minPointValue),\n styles,\n stepValue,\n inverseStepValue,\n };\n }\n\n static getDerivedStateFromProps(props, state) {\n const stepValue = calculateStepValue(\n props.maxPointValue,\n props.minPointValue,\n props.divisionQuantity\n );\n\n if (props.values.length > 0) {\n return {\n ...state,\n knobsPositions: transformKnobsPosition(\n props.values.length > 0 ? props.values : props.defaultValues,\n 1 / stepValue,\n props.minPointValue\n ),\n };\n }\n return null;\n }\n\n /**\n * Transform the scaled values into knobs positions.\n *\n * @param {*} sliderValue - the value of the slider to be scaled\n * @param {*} minPointValue - The value of the first point in the slider from left to right.\n * @param {*} stepValue - The calculated separation between the values of the slider.\n */\n knobsPositionToScaledValue = (sliderValue, minPointValue, stepValue) =>\n minPointValue + stepValue * sliderValue;\n\n /**\n * Generates the inline styles used for the track of each knob, applying colors if necessary.\n *\n * @param {Object} markProperties - The object provided by the user with\n * the desired configuration for the marks.\n * @param {Integer} markstep - The separation between marks.\n * @param {Integer} divisionQuantity - How many subdivisions there are in the slider.\n * @param {Integer} minPointValue - The value of the first point in the slider from\n * left to right.\n * @param {Integer} stepValue - The calculated separation between the values of the slider.\n * @param {Integer} markDigits - How many decimals the mark will show.\n * @param {Function} formatMark - A function provided by the user that is going to\n * be executed to format the mark text.\n * @param {Object} styles - the default styles for the marks.\n * @returns {Object} - An object with the for the marks.\n * @memberof HvSlider\n */\n createMark = (\n markProperties,\n markstep,\n divisionQuantity,\n minPointValue,\n stepValue,\n markDigits,\n formatMark,\n styles\n ) => {\n const marks = {};\n if (markProperties.length > 0) {\n markProperties.forEach((markProperty) => {\n marks[markProperty.position] = {\n label: `${markProperty.label}`,\n style: {\n ...styles.mark,\n },\n };\n });\n } else {\n const roundedMarkStep = Math.floor(markstep);\n for (let index = 0; index <= divisionQuantity; index += roundedMarkStep) {\n let labelValue = this.knobsPositionToScaledValue(index, minPointValue, stepValue).toFixed(\n markDigits\n );\n labelValue = formatMark(labelValue);\n marks[index] = {\n label: `${labelValue}`,\n style: {\n ...styles.mark,\n },\n };\n }\n }\n return marks;\n };\n\n /**\n * Generates the inline styles used for the track of each knob, applying colors if necessary.\n *\n * @param {Object} knobProperties - The object provided by the user with\n * the desired configuration for the knobs.\n * @param {Object} styles - the default styles for the tracks.\n * @returns {Object} - An object with the style for each track.\n * @memberof HvSlider\n */\n createTrackStyles = (knobProperties, styles) => {\n const trackStyles = [];\n if (knobProperties.length > 1) {\n knobProperties.forEach((knobProperty, index) => {\n trackStyles[index] = { ...styles.track };\n if (knobProperty.color) {\n trackStyles[index].backgroundColor = knobProperty.trackColor;\n }\n });\n }\n return trackStyles;\n };\n\n /**\n * Generates the inline styles used for each knob, applying colors if specified.\n *\n * @param {Object} knobProperties - The object provided by the user with\n * the desired configuration for the knobs.\n * @param {Object} styles - the default styles for the knobs.\n * @returns {Object} - An object with both the inner and outer styles for the knob.\n * @memberof HvSlider\n */\n createKnobStyles = (knobProperties, styles) => {\n const knobInner = [];\n const knobOuterStyle = [];\n\n const lastItem = knobProperties.length - 1;\n if (knobProperties.length > 1) {\n knobProperties.forEach((knobProperty, index) => {\n knobInner[index] = { ...styles.knobInner };\n knobOuterStyle[index] = { ...styles.knobOuter };\n\n if (knobProperty.color) {\n knobInner[index].backgroundColor = knobProperty.color;\n knobOuterStyle[index].backgroundColor = \"transparent\";\n }\n\n if (knobProperty.hidden) {\n knobInner[index] = styles.knobHidden;\n if (index === lastItem) {\n knobInner[index] = { ...styles.knobHiddenLast };\n knobInner[index].backgroundColor = knobProperty.color;\n knobOuterStyle[index] = { ...styles.knobHidden };\n knobOuterStyle[index].backgroundColor = knobProperty.color;\n }\n }\n });\n }\n\n return {\n knobInner,\n knobOuterStyle,\n };\n };\n\n /**\n * Generates an object which posses the current value and position of the knobs.\n *\n * @param {Array} knobsCurrentPosition - An array containing the current positions of the knobs.\n * @returns {Object} - An object with the positions and values of the knobs.\n * @memberof HvSlider\n */\n generateKnobsPositionAndValues = (knobsCurrentPosition) => {\n const newKnobsPosition = knobsCurrentPosition.slice();\n const knobsValues = [];\n const { minPointValue, noOverlap } = this.props;\n const { stepValue, knobsPositions } = this.state;\n\n let duplicatedValue = null;\n\n const findDuplicated = newKnobsPosition.filter(\n (item, index) => newKnobsPosition.indexOf(item) !== index\n );\n\n if (noOverlap && findDuplicated.length > 0) {\n [duplicatedValue] = findDuplicated;\n }\n newKnobsPosition.forEach((position, index, array) => {\n const newArray = array;\n let newPosition = position;\n\n if (noOverlap && newPosition === duplicatedValue) {\n const previousValue = knobsPositions[index];\n if (previousValue !== newPosition) {\n newPosition += newPosition > previousValue ? -1 : 1;\n newArray[index] = newPosition;\n }\n }\n\n knobsValues[index] = this.knobsPositionToScaledValue(newPosition, minPointValue, stepValue);\n }, this);\n\n return {\n knobsPosition: newKnobsPosition,\n knobsValues,\n };\n };\n\n /**\n * Function executed while the knobs changes.\n *\n * executes the callback provided by the user with the values and position of the knobs,\n * also lock the value of the knob in case one is fixed.\n *\n * @param {Array} knobsPosition - An array containing the current positions of the knobs.\n * @memberof HvSlider\n */\n onChangeHandler = (knobsPosition) => {\n const knobs = this.generateKnobsPositionAndValues(knobsPosition);\n const { knobProperties, onChange, minPointValue, defaultValues } = this.props;\n const { inverseStepValue } = this.state;\n knobProperties.forEach((knobProperty, index) => {\n if (knobProperty.fixed) {\n knobs.knobsPosition[index] = scaledValueToKnobsPositionValue(\n defaultValues[index],\n minPointValue,\n inverseStepValue\n );\n }\n });\n\n onChange(knobs);\n\n this.setState({\n knobsPositions: knobs.knobsPosition,\n });\n };\n\n /**\n * Function executed before a change.\n *\n * executes the callback provided by the user with the values and position of the knobs\n *\n * @param {Array} knobsPosition - An array containing the current positions of the knobs.\n * @memberof HvSlider\n */\n onBeforeChangeHandler = (knobsPosition) => {\n const { onBeforeChange } = this.props;\n const knobs = this.generateKnobsPositionAndValues(knobsPosition);\n onBeforeChange(knobs);\n };\n\n /**\n * Function executed after a change.\n *\n * executes the callback provided by the user with the values and position of the knobs\n *\n * @param {Array} knobsPosition - An array containing the current positions of the knobs.\n * @memberof HvSlider\n */\n onAfterChangeHandler = (knobsPosition) => {\n const { onAfterChange } = this.props;\n const knobs = this.generateKnobsPositionAndValues(knobsPosition);\n onAfterChange(knobs);\n };\n\n /**\n * Function used to create a custom knob for the slider.\n *\n * TODO: This should be isolated because is creating a sub component,\n * but there were some problems regarding the underlying component losing\n * references of the handlers disabling the focus.\n *\n * @param {Object} props - An object containing the properties of the knobs.\n * @memberof HvSlider\n */\n createKnob = (props) => {\n const { minPointValue, markDigits, knobProperties, formatTooltip, classes } = this.props;\n const { stepValue } = this.state;\n const { value, dragging, index, style, ...restProps } = props;\n\n const knobValue = this.knobsPositionToScaledValue(value, minPointValue, stepValue).toFixed(\n markDigits\n );\n if (dragging) {\n style.backgroundColor = knobProperties[index].dragColor;\n } else {\n style.backgroundColor = knobProperties[index].color;\n }\n\n return (\n <Tooltip\n prefixCls=\"rc-slider-tooltip\"\n overlay={formatTooltip(knobValue)}\n visible={dragging}\n placement=\"top\"\n key={index}\n overlayClassName={classes.sliderTooltip}\n >\n <Handle value={value} style={style} {...restProps}>\n <KnobRing hoverColor={knobProperties[index].hoverColor} dragging={dragging} />\n </Handle>\n </Tooltip>\n );\n };\n\n render() {\n const { divisionQuantity, classes } = this.props;\n\n const {\n knobsPositions,\n defaultKnobsPositions,\n rangesCount,\n knobStyles,\n trackStyles,\n marks,\n styles,\n } = this.state;\n\n return (\n <Range\n handle={this.createKnob}\n className={classes.root}\n min={0}\n max={divisionQuantity}\n step={1}\n marks={marks}\n dotStyle={styles.dot}\n onChange={this.onChangeHandler}\n onBeforeChange={this.onBeforeChangeHandler}\n onAfterChange={this.onAfterChangeHandler}\n value={knobsPositions.length > 0 ? knobsPositions : undefined}\n allowCross={false}\n defaultValue={defaultKnobsPositions}\n count={rangesCount}\n railStyle={styles.rail}\n handleStyle={knobStyles.knobInner}\n trackStyle={trackStyles}\n />\n );\n }\n}\n\nHvSlider.propTypes = {\n /**\n * The values array to apply to the component\n */\n values: PropTypes.arrayOf(PropTypes.number),\n /**\n * The default values array to apply to the component\n */\n defaultValues: PropTypes.arrayOf(PropTypes.number).isRequired,\n /**\n * The object used to set the knob properties,\n * for every item in the array a new knob will be created.\n */\n knobProperties: PropTypes.arrayOf(\n PropTypes.shape({\n color: PropTypes.string,\n defaultValue: PropTypes.number,\n hidden: PropTypes.bool,\n fixed: PropTypes.bool,\n hoverColor: PropTypes.string,\n trackColor: PropTypes.string,\n dragColor: PropTypes.string,\n })\n ).isRequired,\n /**\n * The object used to set the mark properties individually.\n */\n markProperties: PropTypes.arrayOf(\n PropTypes.shape({\n position: PropTypes.number,\n label: PropTypes.string,\n })\n ),\n /**\n * the function executed before a change will ocurr in the slider.\n * it will receive an object like\n * {\n * knobsPosition: [],\n * knobsValues: []\n * }\n */\n onBeforeChange: PropTypes.func,\n /**\n * the function executed while a change is ocurring in the slider.\n * it will receive an object like\n * {\n * knobsPosition: [],\n * knobsValues: []\n * }\n */\n onChange: PropTypes.func,\n /**\n * the function executed after a change ocurred in the slider.\n * it will receive an object like\n * {\n * knobsPosition: [],\n * knobsValues: []\n * }\n */\n onAfterChange: PropTypes.func,\n /**\n * the separation in points between marks.\n * example: if 10 divisions and a markstep of 2 there will be 5 marks.\n */\n markStep: PropTypes.number,\n /**\n * how many subdivisions there are in the slider.\n */\n divisionQuantity: PropTypes.number,\n /**\n * the value of the first point in the slider from left to right.\n */\n minPointValue: PropTypes.number,\n /**\n * the value of the last point in the slider from left to right.\n */\n maxPointValue: PropTypes.number,\n /**\n * the nax number of decimals if no format function is applied\n */\n markDigits: PropTypes.number,\n /**\n * a formatting function used to add format to the marks in the track,\n * the function receives the mark text\n */\n formatMark: PropTypes.func,\n /**\n * a formatting function used to add format to the tooltip in the track,\n * the function receives the mark text\n */\n formatTooltip: PropTypes.func,\n /**\n * if `true` the knobs can't have the same value, if `false` knobs can have the same value.\n */\n noOverlap: PropTypes.bool,\n /**\n * the classes object to be applied into the root object.\n */\n classes: PropTypes.shape({\n /**\n * Style applied to the root of the component.\n */\n root: PropTypes.string,\n /**\n * Style applied to the dot.\n */\n dot: PropTypes.string,\n /**\n * Style applied to the rail.\n */\n rail: PropTypes.string,\n /**\n * Style applied to the inner of the knob.\n */\n knobInner: PropTypes.string,\n /**\n * Style applied to the outside of the knob.\n */\n knobOuter: PropTypes.string,\n /**\n * Style applied when the knob is hidden.\n */\n knobHidden: PropTypes.string,\n /**\n * Style applied last hidden knob.\n */\n knobHiddenLast: PropTypes.string,\n /**\n * Style applied to the track.\n */\n track: PropTypes.string,\n /**\n * Style applied to the mark.\n */\n mark: PropTypes.string,\n /**\n * Style applied to the tooltip.\n */\n sliderTooltip: PropTypes.string,\n }).isRequired,\n\n theme: PropTypes.any.isRequired,\n};\n\nHvSlider.defaultProps = {\n markStep: 1,\n markDigits: 0,\n noOverlap: true,\n values: [],\n formatMark: (mark) => mark,\n formatTooltip: (mark) => mark,\n markProperties: [],\n divisionQuantity: 100,\n minPointValue: 0,\n maxPointValue: 100,\n onBeforeChange: () => {},\n onChange: () => {},\n onAfterChange: () => {},\n};\n\nexport default withStyles(styleCreator, { name: \"HvSlider\", withTheme: true })(HvSlider);\n"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["default"],"sources":["../../../src/Slider/index.js"],"sourcesContent":["export { default } from \"./Slider\";\n"],"mappings":"AAAA,SAASA,OAAT,QAAwB,UAAxB"}
|