@itwin/imodel-components-react 3.4.0-dev.47 → 3.4.0-dev.48
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/lib/cjs/imodel-components-react/UiIModelComponents.d.ts +28 -28
- package/lib/cjs/imodel-components-react/UiIModelComponents.js +79 -79
- package/lib/cjs/imodel-components-react/UiIModelComponents.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/AlphaSlider.d.ts +36 -36
- package/lib/cjs/imodel-components-react/color/AlphaSlider.js +186 -186
- package/lib/cjs/imodel-components-react/color/AlphaSlider.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/AlphaSlider.scss +63 -63
- package/lib/cjs/imodel-components-react/color/ColorPickerButton.d.ts +37 -37
- package/lib/cjs/imodel-components-react/color/ColorPickerButton.js +107 -107
- package/lib/cjs/imodel-components-react/color/ColorPickerButton.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/ColorPickerButton.scss +91 -91
- package/lib/cjs/imodel-components-react/color/ColorPickerDialog.d.ts +23 -23
- package/lib/cjs/imodel-components-react/color/ColorPickerDialog.js +74 -74
- package/lib/cjs/imodel-components-react/color/ColorPickerDialog.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/ColorPickerPanel.d.ts +21 -21
- package/lib/cjs/imodel-components-react/color/ColorPickerPanel.js +145 -145
- package/lib/cjs/imodel-components-react/color/ColorPickerPanel.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/ColorPickerPanel.scss +93 -93
- package/lib/cjs/imodel-components-react/color/ColorPickerPopup.d.ts +44 -44
- package/lib/cjs/imodel-components-react/color/ColorPickerPopup.js +137 -137
- package/lib/cjs/imodel-components-react/color/ColorPickerPopup.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/ColorPickerPopup.scss +64 -64
- package/lib/cjs/imodel-components-react/color/HueSlider.d.ts +22 -22
- package/lib/cjs/imodel-components-react/color/HueSlider.js +199 -199
- package/lib/cjs/imodel-components-react/color/HueSlider.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/HueSlider.scss +61 -61
- package/lib/cjs/imodel-components-react/color/SaturationPicker.d.ts +20 -20
- package/lib/cjs/imodel-components-react/color/SaturationPicker.js +213 -213
- package/lib/cjs/imodel-components-react/color/SaturationPicker.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/SaturationPicker.scss +35 -35
- package/lib/cjs/imodel-components-react/color/Swatch.d.ts +22 -22
- package/lib/cjs/imodel-components-react/color/Swatch.js +60 -60
- package/lib/cjs/imodel-components-react/color/Swatch.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/Swatch.scss +23 -23
- package/lib/cjs/imodel-components-react/color/getCSSColorFromDef.d.ts +6 -6
- package/lib/cjs/imodel-components-react/color/getCSSColorFromDef.js +23 -23
- package/lib/cjs/imodel-components-react/color/getCSSColorFromDef.js.map +1 -1
- package/lib/cjs/imodel-components-react/editors/ColorEditor.d.ts +44 -44
- package/lib/cjs/imodel-components-react/editors/ColorEditor.js +151 -151
- package/lib/cjs/imodel-components-react/editors/ColorEditor.js.map +1 -1
- package/lib/cjs/imodel-components-react/editors/ColorEditor.scss +18 -18
- package/lib/cjs/imodel-components-react/editors/WeightEditor.d.ts +47 -47
- package/lib/cjs/imodel-components-react/editors/WeightEditor.js +160 -160
- package/lib/cjs/imodel-components-react/editors/WeightEditor.js.map +1 -1
- package/lib/cjs/imodel-components-react/editors/WeightEditor.scss +16 -16
- package/lib/cjs/imodel-components-react/inputs/QuantityInput.d.ts +25 -25
- package/lib/cjs/imodel-components-react/inputs/QuantityInput.js +96 -96
- package/lib/cjs/imodel-components-react/inputs/QuantityInput.js.map +1 -1
- package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.d.ts +44 -44
- package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js +265 -265
- package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
- package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.scss +107 -107
- package/lib/cjs/imodel-components-react/lineweight/Swatch.d.ts +33 -33
- package/lib/cjs/imodel-components-react/lineweight/Swatch.js +85 -85
- package/lib/cjs/imodel-components-react/lineweight/Swatch.js.map +1 -1
- package/lib/cjs/imodel-components-react/lineweight/Swatch.scss +48 -48
- package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.d.ts +60 -60
- package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.js +159 -159
- package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.js.map +1 -1
- package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.scss +52 -52
- package/lib/cjs/imodel-components-react/navigationaids/Cube.d.ts +45 -45
- package/lib/cjs/imodel-components-react/navigationaids/Cube.js +127 -127
- package/lib/cjs/imodel-components-react/navigationaids/Cube.js.map +1 -1
- package/lib/cjs/imodel-components-react/navigationaids/Cube.scss +19 -19
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.d.ts +174 -174
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js +634 -634
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.scss +180 -180
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.d.ts +145 -145
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.js +647 -647
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.js.map +1 -1
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.scss +133 -133
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.d.ts +26 -26
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js +99 -99
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.scss +64 -64
- package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.js +53 -53
- package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/FormatSample.d.ts +18 -18
- package/lib/cjs/imodel-components-react/quantityformat/FormatSample.js +83 -83
- package/lib/cjs/imodel-components-react/quantityformat/FormatSample.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/FormatType.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/FormatType.js +86 -86
- package/lib/cjs/imodel-components-react/quantityformat/FormatType.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/FormatUnitLabel.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/FormatUnitLabel.js +109 -109
- package/lib/cjs/imodel-components-react/quantityformat/FormatUnitLabel.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/FormatUnits.d.ts +19 -19
- package/lib/cjs/imodel-components-react/quantityformat/FormatUnits.js +133 -133
- package/lib/cjs/imodel-components-react/quantityformat/FormatUnits.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.d.ts +21 -21
- package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.js +184 -184
- package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/QuantityFormatPanel.d.ts +22 -22
- package/lib/cjs/imodel-components-react/quantityformat/QuantityFormatPanel.js +154 -154
- package/lib/cjs/imodel-components-react/quantityformat/QuantityFormatPanel.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/DecimalPrecision.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/misc/DecimalPrecision.js +59 -59
- package/lib/cjs/imodel-components-react/quantityformat/misc/DecimalPrecision.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/DecimalSeparator.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/misc/DecimalSeparator.js +47 -47
- package/lib/cjs/imodel-components-react/quantityformat/misc/DecimalSeparator.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/FractionPrecision.d.ts +16 -16
- package/lib/cjs/imodel-components-react/quantityformat/misc/FractionPrecision.js +54 -54
- package/lib/cjs/imodel-components-react/quantityformat/misc/FractionPrecision.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/ScientificType.d.ts +18 -18
- package/lib/cjs/imodel-components-react/quantityformat/misc/ScientificType.js +48 -48
- package/lib/cjs/imodel-components-react/quantityformat/misc/ScientificType.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/SignOption.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/misc/SignOption.js +50 -50
- package/lib/cjs/imodel-components-react/quantityformat/misc/SignOption.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/StationSeparatorSelector.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/misc/StationSeparatorSelector.js +58 -58
- package/lib/cjs/imodel-components-react/quantityformat/misc/StationSeparatorSelector.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/StationSizeSelector.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/misc/StationSizeSelector.js +47 -47
- package/lib/cjs/imodel-components-react/quantityformat/misc/StationSizeSelector.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSelector.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSelector.js +56 -56
- package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSelector.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSeparator.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSeparator.js +95 -95
- package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSeparator.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/misc/UnitDescr.d.ts +23 -23
- package/lib/cjs/imodel-components-react/quantityformat/misc/UnitDescr.js +119 -119
- package/lib/cjs/imodel-components-react/quantityformat/misc/UnitDescr.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/BaseSolarDataProvider.d.ts +52 -52
- package/lib/cjs/imodel-components-react/timeline/BaseSolarDataProvider.js +143 -143
- package/lib/cjs/imodel-components-react/timeline/BaseSolarDataProvider.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/BaseTimelineDataProvider.d.ts +31 -31
- package/lib/cjs/imodel-components-react/timeline/BaseTimelineDataProvider.js +69 -69
- package/lib/cjs/imodel-components-react/timeline/BaseTimelineDataProvider.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/InlineEdit.d.ts +27 -27
- package/lib/cjs/imodel-components-react/timeline/InlineEdit.js +81 -81
- package/lib/cjs/imodel-components-react/timeline/InlineEdit.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/InlineEdit.scss +26 -26
- package/lib/cjs/imodel-components-react/timeline/PlayerButton.d.ts +33 -33
- package/lib/cjs/imodel-components-react/timeline/PlayerButton.js +91 -91
- package/lib/cjs/imodel-components-react/timeline/PlayerButton.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/PlayerButton.scss +25 -25
- package/lib/cjs/imodel-components-react/timeline/Scrubber.d.ts +54 -54
- package/lib/cjs/imodel-components-react/timeline/Scrubber.js +191 -191
- package/lib/cjs/imodel-components-react/timeline/Scrubber.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/Scrubber.scss +106 -106
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.d.ts +77 -77
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.js +424 -424
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.scss +357 -357
- package/lib/cjs/imodel-components-react/timeline/SpeedTimeline.d.ts +15 -15
- package/lib/cjs/imodel-components-react/timeline/SpeedTimeline.js +54 -54
- package/lib/cjs/imodel-components-react/timeline/SpeedTimeline.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/SpeedTimeline.scss +39 -39
- package/lib/cjs/imodel-components-react/timeline/Timeline.scss +164 -164
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.d.ts +133 -133
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.js +358 -358
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.scss +163 -163
- package/lib/cjs/imodel-components-react/timeline/interfaces.d.ts +174 -174
- package/lib/cjs/imodel-components-react/timeline/interfaces.js +45 -45
- package/lib/cjs/imodel-components-react/timeline/interfaces.js.map +1 -1
- package/lib/cjs/imodel-components-react/viewport/ViewportComponent.d.ts +42 -42
- package/lib/cjs/imodel-components-react/viewport/ViewportComponent.js +274 -274
- package/lib/cjs/imodel-components-react/viewport/ViewportComponent.js.map +1 -1
- package/lib/cjs/imodel-components-react/viewport/ViewportComponentEvents.d.ts +106 -106
- package/lib/cjs/imodel-components-react/viewport/ViewportComponentEvents.js +105 -105
- package/lib/cjs/imodel-components-react/viewport/ViewportComponentEvents.js.map +1 -1
- package/lib/cjs/imodel-components-react.d.ts +82 -82
- package/lib/cjs/imodel-components-react.js +101 -101
- package/lib/cjs/imodel-components-react.js.map +1 -1
- package/lib/esm/imodel-components-react/UiIModelComponents.d.ts +28 -28
- package/lib/esm/imodel-components-react/UiIModelComponents.js +75 -75
- package/lib/esm/imodel-components-react/UiIModelComponents.js.map +1 -1
- package/lib/esm/imodel-components-react/color/AlphaSlider.d.ts +36 -36
- package/lib/esm/imodel-components-react/color/AlphaSlider.js +160 -160
- package/lib/esm/imodel-components-react/color/AlphaSlider.js.map +1 -1
- package/lib/esm/imodel-components-react/color/AlphaSlider.scss +63 -63
- package/lib/esm/imodel-components-react/color/ColorPickerButton.d.ts +37 -37
- package/lib/esm/imodel-components-react/color/ColorPickerButton.js +82 -82
- package/lib/esm/imodel-components-react/color/ColorPickerButton.js.map +1 -1
- package/lib/esm/imodel-components-react/color/ColorPickerButton.scss +91 -91
- package/lib/esm/imodel-components-react/color/ColorPickerDialog.d.ts +23 -23
- package/lib/esm/imodel-components-react/color/ColorPickerDialog.js +51 -51
- package/lib/esm/imodel-components-react/color/ColorPickerDialog.js.map +1 -1
- package/lib/esm/imodel-components-react/color/ColorPickerPanel.d.ts +21 -21
- package/lib/esm/imodel-components-react/color/ColorPickerPanel.js +122 -122
- package/lib/esm/imodel-components-react/color/ColorPickerPanel.js.map +1 -1
- package/lib/esm/imodel-components-react/color/ColorPickerPanel.scss +93 -93
- package/lib/esm/imodel-components-react/color/ColorPickerPopup.d.ts +44 -44
- package/lib/esm/imodel-components-react/color/ColorPickerPopup.js +112 -112
- package/lib/esm/imodel-components-react/color/ColorPickerPopup.js.map +1 -1
- package/lib/esm/imodel-components-react/color/ColorPickerPopup.scss +64 -64
- package/lib/esm/imodel-components-react/color/HueSlider.d.ts +22 -22
- package/lib/esm/imodel-components-react/color/HueSlider.js +173 -173
- package/lib/esm/imodel-components-react/color/HueSlider.js.map +1 -1
- package/lib/esm/imodel-components-react/color/HueSlider.scss +61 -61
- package/lib/esm/imodel-components-react/color/SaturationPicker.d.ts +20 -20
- package/lib/esm/imodel-components-react/color/SaturationPicker.js +187 -187
- package/lib/esm/imodel-components-react/color/SaturationPicker.js.map +1 -1
- package/lib/esm/imodel-components-react/color/SaturationPicker.scss +35 -35
- package/lib/esm/imodel-components-react/color/Swatch.d.ts +22 -22
- package/lib/esm/imodel-components-react/color/Swatch.js +34 -34
- package/lib/esm/imodel-components-react/color/Swatch.js.map +1 -1
- package/lib/esm/imodel-components-react/color/Swatch.scss +23 -23
- package/lib/esm/imodel-components-react/color/getCSSColorFromDef.d.ts +6 -6
- package/lib/esm/imodel-components-react/color/getCSSColorFromDef.js +19 -19
- package/lib/esm/imodel-components-react/color/getCSSColorFromDef.js.map +1 -1
- package/lib/esm/imodel-components-react/editors/ColorEditor.d.ts +44 -44
- package/lib/esm/imodel-components-react/editors/ColorEditor.js +124 -124
- package/lib/esm/imodel-components-react/editors/ColorEditor.js.map +1 -1
- package/lib/esm/imodel-components-react/editors/ColorEditor.scss +18 -18
- package/lib/esm/imodel-components-react/editors/WeightEditor.d.ts +47 -47
- package/lib/esm/imodel-components-react/editors/WeightEditor.js +133 -133
- package/lib/esm/imodel-components-react/editors/WeightEditor.js.map +1 -1
- package/lib/esm/imodel-components-react/editors/WeightEditor.scss +16 -16
- package/lib/esm/imodel-components-react/inputs/QuantityInput.d.ts +25 -25
- package/lib/esm/imodel-components-react/inputs/QuantityInput.js +70 -70
- package/lib/esm/imodel-components-react/inputs/QuantityInput.js.map +1 -1
- package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.d.ts +44 -44
- package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js +240 -240
- package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
- package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.scss +107 -107
- package/lib/esm/imodel-components-react/lineweight/Swatch.d.ts +33 -33
- package/lib/esm/imodel-components-react/lineweight/Swatch.js +59 -59
- package/lib/esm/imodel-components-react/lineweight/Swatch.js.map +1 -1
- package/lib/esm/imodel-components-react/lineweight/Swatch.scss +48 -48
- package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.d.ts +60 -60
- package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.js +133 -133
- package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.js.map +1 -1
- package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.scss +52 -52
- package/lib/esm/imodel-components-react/navigationaids/Cube.d.ts +45 -45
- package/lib/esm/imodel-components-react/navigationaids/Cube.js +100 -100
- package/lib/esm/imodel-components-react/navigationaids/Cube.js.map +1 -1
- package/lib/esm/imodel-components-react/navigationaids/Cube.scss +19 -19
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.d.ts +174 -174
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js +606 -606
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.scss +180 -180
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.d.ts +145 -145
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.js +620 -620
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.js.map +1 -1
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.scss +133 -133
- package/lib/esm/imodel-components-react/quantityformat/FormatPanel.d.ts +26 -26
- package/lib/esm/imodel-components-react/quantityformat/FormatPanel.js +76 -76
- package/lib/esm/imodel-components-react/quantityformat/FormatPanel.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/FormatPanel.scss +64 -64
- package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.js +30 -30
- package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/FormatSample.d.ts +18 -18
- package/lib/esm/imodel-components-react/quantityformat/FormatSample.js +60 -60
- package/lib/esm/imodel-components-react/quantityformat/FormatSample.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/FormatType.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/FormatType.js +63 -63
- package/lib/esm/imodel-components-react/quantityformat/FormatType.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/FormatUnitLabel.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/FormatUnitLabel.js +83 -83
- package/lib/esm/imodel-components-react/quantityformat/FormatUnitLabel.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/FormatUnits.d.ts +19 -19
- package/lib/esm/imodel-components-react/quantityformat/FormatUnits.js +110 -110
- package/lib/esm/imodel-components-react/quantityformat/FormatUnits.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.d.ts +21 -21
- package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.js +158 -158
- package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/QuantityFormatPanel.d.ts +22 -22
- package/lib/esm/imodel-components-react/quantityformat/QuantityFormatPanel.js +131 -131
- package/lib/esm/imodel-components-react/quantityformat/QuantityFormatPanel.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/DecimalPrecision.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/misc/DecimalPrecision.js +36 -36
- package/lib/esm/imodel-components-react/quantityformat/misc/DecimalPrecision.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/DecimalSeparator.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/misc/DecimalSeparator.js +24 -24
- package/lib/esm/imodel-components-react/quantityformat/misc/DecimalSeparator.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/FractionPrecision.d.ts +16 -16
- package/lib/esm/imodel-components-react/quantityformat/misc/FractionPrecision.js +31 -31
- package/lib/esm/imodel-components-react/quantityformat/misc/FractionPrecision.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/ScientificType.d.ts +18 -18
- package/lib/esm/imodel-components-react/quantityformat/misc/ScientificType.js +25 -25
- package/lib/esm/imodel-components-react/quantityformat/misc/ScientificType.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/SignOption.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/misc/SignOption.js +27 -27
- package/lib/esm/imodel-components-react/quantityformat/misc/SignOption.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/StationSeparatorSelector.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/misc/StationSeparatorSelector.js +35 -35
- package/lib/esm/imodel-components-react/quantityformat/misc/StationSeparatorSelector.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/StationSizeSelector.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/misc/StationSizeSelector.js +24 -24
- package/lib/esm/imodel-components-react/quantityformat/misc/StationSizeSelector.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSelector.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSelector.js +33 -33
- package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSelector.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSeparator.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSeparator.js +69 -69
- package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSeparator.js.map +1 -1
- package/lib/esm/imodel-components-react/quantityformat/misc/UnitDescr.d.ts +23 -23
- package/lib/esm/imodel-components-react/quantityformat/misc/UnitDescr.js +96 -96
- package/lib/esm/imodel-components-react/quantityformat/misc/UnitDescr.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/BaseSolarDataProvider.d.ts +52 -52
- package/lib/esm/imodel-components-react/timeline/BaseSolarDataProvider.js +139 -139
- package/lib/esm/imodel-components-react/timeline/BaseSolarDataProvider.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/BaseTimelineDataProvider.d.ts +31 -31
- package/lib/esm/imodel-components-react/timeline/BaseTimelineDataProvider.js +65 -65
- package/lib/esm/imodel-components-react/timeline/BaseTimelineDataProvider.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/InlineEdit.d.ts +27 -27
- package/lib/esm/imodel-components-react/timeline/InlineEdit.js +55 -55
- package/lib/esm/imodel-components-react/timeline/InlineEdit.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/InlineEdit.scss +26 -26
- package/lib/esm/imodel-components-react/timeline/PlayerButton.d.ts +33 -33
- package/lib/esm/imodel-components-react/timeline/PlayerButton.js +64 -64
- package/lib/esm/imodel-components-react/timeline/PlayerButton.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/PlayerButton.scss +25 -25
- package/lib/esm/imodel-components-react/timeline/Scrubber.d.ts +54 -54
- package/lib/esm/imodel-components-react/timeline/Scrubber.js +164 -164
- package/lib/esm/imodel-components-react/timeline/Scrubber.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/Scrubber.scss +106 -106
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.d.ts +77 -77
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.js +398 -398
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.scss +357 -357
- package/lib/esm/imodel-components-react/timeline/SpeedTimeline.d.ts +15 -15
- package/lib/esm/imodel-components-react/timeline/SpeedTimeline.js +28 -28
- package/lib/esm/imodel-components-react/timeline/SpeedTimeline.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/SpeedTimeline.scss +39 -39
- package/lib/esm/imodel-components-react/timeline/Timeline.scss +164 -164
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.d.ts +133 -133
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.js +332 -332
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.scss +163 -163
- package/lib/esm/imodel-components-react/timeline/interfaces.d.ts +174 -174
- package/lib/esm/imodel-components-react/timeline/interfaces.js +42 -42
- package/lib/esm/imodel-components-react/timeline/interfaces.js.map +1 -1
- package/lib/esm/imodel-components-react/viewport/ViewportComponent.d.ts +42 -42
- package/lib/esm/imodel-components-react/viewport/ViewportComponent.js +251 -251
- package/lib/esm/imodel-components-react/viewport/ViewportComponent.js.map +1 -1
- package/lib/esm/imodel-components-react/viewport/ViewportComponentEvents.d.ts +106 -106
- package/lib/esm/imodel-components-react/viewport/ViewportComponentEvents.js +95 -95
- package/lib/esm/imodel-components-react/viewport/ViewportComponentEvents.js.map +1 -1
- package/lib/esm/imodel-components-react.d.ts +82 -82
- package/lib/esm/imodel-components-react.js +87 -87
- package/lib/esm/imodel-components-react.js.map +1 -1
- package/lib/public/locales/en/UiIModelComponents.json +139 -139
- package/package.json +19 -19
|
@@ -1,399 +1,399 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
/** @packageDocumentation
|
|
6
|
-
* @module Timeline
|
|
7
|
-
*/
|
|
8
|
-
// component is in alpha state - it may change after usability testing - test coverage not complete
|
|
9
|
-
/* istanbul ignore file */
|
|
10
|
-
import "./SolarTimeline.scss";
|
|
11
|
-
import classnames from "classnames";
|
|
12
|
-
import * as React from "react";
|
|
13
|
-
import { Slider, Tooltip } from "@itwin/itwinui-react";
|
|
14
|
-
import { ColorByName, ColorDef } from "@itwin/core-common";
|
|
15
|
-
import { RelativePosition, TimeDisplay } from "@itwin/appui-abstract";
|
|
16
|
-
import { BodyText, Popup } from "@itwin/core-react";
|
|
17
|
-
import { adjustDateToTimezone, DatePicker, TimeField, UiComponents } from "@itwin/components-react";
|
|
18
|
-
import { HueSlider } from "../color/HueSlider";
|
|
19
|
-
import { SaturationPicker } from "../color/SaturationPicker";
|
|
20
|
-
import { ColorSwatch } from "../color/Swatch";
|
|
21
|
-
import { PlayButton } from "./PlayerButton";
|
|
22
|
-
import { SpeedTimeline } from "./SpeedTimeline";
|
|
23
|
-
import { CustomThumb, getPercentageOfRectangle, RailMarkers, useFocusedThumb } from "./Scrubber";
|
|
24
|
-
import { UiIModelComponents } from "../UiIModelComponents";
|
|
25
|
-
// cSpell:ignore millisec solarsettings showticks shadowcolor solartimeline datepicker millisecs
|
|
26
|
-
const millisecPerMinute = 1000 * 60;
|
|
27
|
-
const millisecPerHour = millisecPerMinute * 60;
|
|
28
|
-
// const millisecPerDay = millisecPerHour * 24;
|
|
29
|
-
const defaultPlaybackDuration = 40 * 1000; // 40 seconds
|
|
30
|
-
const addZero = (i) => {
|
|
31
|
-
return (i < 10) ? `0${i}` : i;
|
|
32
|
-
};
|
|
33
|
-
function Timeline(props) {
|
|
34
|
-
const sliderRef = React.useRef(null);
|
|
35
|
-
const [sliderContainer, setSliderContainer] = React.useState();
|
|
36
|
-
const [pointerPercent, setPointerPercent] = React.useState(0);
|
|
37
|
-
React.useLayoutEffect(() => {
|
|
38
|
-
// istanbul ignore else
|
|
39
|
-
if (sliderRef.current) {
|
|
40
|
-
const container = sliderRef.current.querySelector(".iui-slider-container");
|
|
41
|
-
if (container && sliderContainer !== container) {
|
|
42
|
-
setSliderContainer(container);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}, [sliderContainer]);
|
|
46
|
-
const thumbProps = () => {
|
|
47
|
-
return {
|
|
48
|
-
className: "components-timeline-thumb",
|
|
49
|
-
children: React.createElement(CustomThumb, null),
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
const tooltipProps = React.useCallback(() => {
|
|
53
|
-
return { visible: false };
|
|
54
|
-
}, []);
|
|
55
|
-
const [showRailTooltip, setShowRailTooltip] = React.useState(false);
|
|
56
|
-
const handlePointerEnter = React.useCallback(() => {
|
|
57
|
-
setShowRailTooltip(true);
|
|
58
|
-
}, []);
|
|
59
|
-
const handlePointerLeave = React.useCallback(() => {
|
|
60
|
-
setShowRailTooltip(false);
|
|
61
|
-
}, []);
|
|
62
|
-
const handlePointerMove = React.useCallback((event) => {
|
|
63
|
-
sliderContainer &&
|
|
64
|
-
setPointerPercent(getPercentageOfRectangle(sliderContainer.getBoundingClientRect(), event.clientX));
|
|
65
|
-
}, [sliderContainer]);
|
|
66
|
-
const { formatTick, formatTime, onChange, onUpdate, dayStartMs, sunSetOffsetMs, sunRiseOffsetMs, currentTimeOffsetMs, isPlaying } = props;
|
|
67
|
-
const thumbHasFocus = useFocusedThumb(sliderContainer);
|
|
68
|
-
const tickLabel = React.useMemo(() => {
|
|
69
|
-
const showTip = isPlaying || showRailTooltip || thumbHasFocus;
|
|
70
|
-
const totalDuration = sunSetOffsetMs - sunRiseOffsetMs;
|
|
71
|
-
const percent = (isPlaying || thumbHasFocus) ? (currentTimeOffsetMs - sunRiseOffsetMs) / totalDuration : pointerPercent;
|
|
72
|
-
const tooltipText = formatTime((isPlaying || thumbHasFocus) ? (dayStartMs + currentTimeOffsetMs) : (dayStartMs + (sunRiseOffsetMs + (pointerPercent * totalDuration))));
|
|
73
|
-
return (React.createElement(RailMarkers, { showToolTip: showTip, percent: percent, tooltipText: tooltipText }));
|
|
74
|
-
}, [isPlaying, showRailTooltip, thumbHasFocus, sunSetOffsetMs, sunRiseOffsetMs, currentTimeOffsetMs, pointerPercent, formatTime, dayStartMs]);
|
|
75
|
-
const className = classnames("solar-slider", props.className, formatTick && "showticks");
|
|
76
|
-
const sunRiseFormat = formatTime(dayStartMs + sunRiseOffsetMs);
|
|
77
|
-
const sunSetFormat = formatTime(dayStartMs + sunSetOffsetMs);
|
|
78
|
-
return (React.createElement("div", { className: className },
|
|
79
|
-
React.createElement(Tooltip, { content: sunRiseFormat },
|
|
80
|
-
React.createElement("span", { className: "sunrise" }, "\u2600")),
|
|
81
|
-
React.createElement(Slider, { ref: sliderRef, className: className, step: millisecPerMinute, min: sunRiseOffsetMs, max: sunSetOffsetMs, minLabel: "", maxLabel: "", onUpdate: onUpdate, onChange: onChange, values: [currentTimeOffsetMs], tooltipProps: tooltipProps, thumbProps: thumbProps, tickLabels: tickLabel, railContainerProps: {
|
|
82
|
-
onPointerEnter: handlePointerEnter,
|
|
83
|
-
onPointerMove: handlePointerMove,
|
|
84
|
-
onPointerLeave: handlePointerLeave,
|
|
85
|
-
} }),
|
|
86
|
-
React.createElement(Tooltip, { content: sunSetFormat },
|
|
87
|
-
React.createElement("span", { className: "sunset" }, "\u263D"))));
|
|
88
|
-
}
|
|
89
|
-
/** Solar Timeline
|
|
90
|
-
* @alpha
|
|
91
|
-
*/
|
|
92
|
-
export class SolarTimeline extends React.PureComponent {
|
|
93
|
-
constructor(props) {
|
|
94
|
-
super(props);
|
|
95
|
-
this._datePicker = null;
|
|
96
|
-
this._settings = null;
|
|
97
|
-
this._requestFrame = 0;
|
|
98
|
-
this._unmounted = false;
|
|
99
|
-
this._timeLastCycle = 0;
|
|
100
|
-
this._totalPlayTime = 0;
|
|
101
|
-
this._settingsPopupTitle = UiIModelComponents.translate("solarsettings.shadowcolor");
|
|
102
|
-
this._playLabel = UiIModelComponents.translate("solartimeline.play");
|
|
103
|
-
this._settingLabel = UiIModelComponents.translate("solartimeline.settings");
|
|
104
|
-
this._loopLabel = UiIModelComponents.translate("timeline.repeat");
|
|
105
|
-
this._speedLabel = UiIModelComponents.translate("solartimeline.speed");
|
|
106
|
-
this._dateTimeLabel = UiIModelComponents.translate("solartimeline.dateTime");
|
|
107
|
-
this._months = [
|
|
108
|
-
UiComponents.translate("month.short.january"),
|
|
109
|
-
UiComponents.translate("month.short.february"),
|
|
110
|
-
UiComponents.translate("month.short.march"),
|
|
111
|
-
UiComponents.translate("month.short.april"),
|
|
112
|
-
UiComponents.translate("month.short.may"),
|
|
113
|
-
UiComponents.translate("month.short.june"),
|
|
114
|
-
UiComponents.translate("month.short.july"),
|
|
115
|
-
UiComponents.translate("month.short.august"),
|
|
116
|
-
UiComponents.translate("month.short.september"),
|
|
117
|
-
UiComponents.translate("month.short.october"),
|
|
118
|
-
UiComponents.translate("month.short.november"),
|
|
119
|
-
UiComponents.translate("month.short.december"),
|
|
120
|
-
];
|
|
121
|
-
this._timeLabel = UiComponents.translate("datepicker.time");
|
|
122
|
-
this._amLabel = UiComponents.translate("time.am");
|
|
123
|
-
this._pmLabel = UiComponents.translate("time.pm");
|
|
124
|
-
this._presetColors = [
|
|
125
|
-
ColorDef.create(ColorByName.grey),
|
|
126
|
-
ColorDef.create(ColorByName.lightGrey),
|
|
127
|
-
ColorDef.create(ColorByName.darkGrey),
|
|
128
|
-
ColorDef.create(ColorByName.lightBlue),
|
|
129
|
-
ColorDef.create(ColorByName.lightGreen),
|
|
130
|
-
ColorDef.create(ColorByName.darkGreen),
|
|
131
|
-
ColorDef.create(ColorByName.tan),
|
|
132
|
-
ColorDef.create(ColorByName.darkBrown),
|
|
133
|
-
];
|
|
134
|
-
// recursively update the animation until we hit the end or the pause button is clicked
|
|
135
|
-
this._updateAnimation = (_timestamp) => {
|
|
136
|
-
// istanbul ignore else
|
|
137
|
-
if (!this.state.isPlaying || this._unmounted) {
|
|
138
|
-
window.cancelAnimationFrame(this._requestFrame);
|
|
139
|
-
return;
|
|
140
|
-
}
|
|
141
|
-
const currentTime = new Date().getTime();
|
|
142
|
-
this._totalPlayTime += (currentTime - this._timeLastCycle);
|
|
143
|
-
this._timeLastCycle = currentTime;
|
|
144
|
-
let percentComplete = this._totalPlayTime / this.state.adjustedDuration;
|
|
145
|
-
if (percentComplete > 1)
|
|
146
|
-
percentComplete = 1;
|
|
147
|
-
let newPlayingState = true;
|
|
148
|
-
// calculate the next sun time base on the percentage playback complete - should be int value as that is step amount for slider
|
|
149
|
-
let nextSunOffset = Math.floor(this.state.sunRiseOffsetMs + (percentComplete * this.state.sunDeltaMs));
|
|
150
|
-
if (percentComplete > 0.99) {
|
|
151
|
-
if (!this.state.loop) {
|
|
152
|
-
newPlayingState = false;
|
|
153
|
-
nextSunOffset = this.state.sunSetOffsetMs;
|
|
154
|
-
window.cancelAnimationFrame(this._requestFrame);
|
|
155
|
-
}
|
|
156
|
-
else {
|
|
157
|
-
nextSunOffset = this.state.sunRiseOffsetMs;
|
|
158
|
-
this._totalPlayTime = 0;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
if (this.props.dataProvider.onTimeChanged) {
|
|
162
|
-
const currentSunTime = new Date(this.state.dayStartMs + nextSunOffset);
|
|
163
|
-
this.props.dataProvider.onTimeChanged(currentSunTime);
|
|
164
|
-
}
|
|
165
|
-
this.setState({ isPlaying: newPlayingState, currentTimeOffsetMs: nextSunOffset }, () => {
|
|
166
|
-
if (newPlayingState)
|
|
167
|
-
this._requestFrame = window.requestAnimationFrame(this._updateAnimation);
|
|
168
|
-
});
|
|
169
|
-
};
|
|
170
|
-
// user clicked pause button
|
|
171
|
-
this._onPause = () => {
|
|
172
|
-
// istanbul ignore if
|
|
173
|
-
if (!this.state.isPlaying)
|
|
174
|
-
return;
|
|
175
|
-
const currentTime = new Date().getTime();
|
|
176
|
-
this._totalPlayTime += (currentTime - this._timeLastCycle);
|
|
177
|
-
// stop requesting frames
|
|
178
|
-
window.cancelAnimationFrame(this._requestFrame);
|
|
179
|
-
// stop playing
|
|
180
|
-
this.setState({ isPlaying: false });
|
|
181
|
-
// istanbul ignore else
|
|
182
|
-
if (this.props.onPlayPause)
|
|
183
|
-
this.props.onPlayPause(false);
|
|
184
|
-
};
|
|
185
|
-
// user clicked play button
|
|
186
|
-
this._onPlay = () => {
|
|
187
|
-
// istanbul ignore if
|
|
188
|
-
if (this.state.isPlaying)
|
|
189
|
-
return;
|
|
190
|
-
if (this.state.currentTimeOffsetMs >= this.state.sunSetOffsetMs || this.state.currentTimeOffsetMs <= this.state.sunRiseOffsetMs) {
|
|
191
|
-
this._totalPlayTime = 0;
|
|
192
|
-
this._play(this.state.sunRiseOffsetMs);
|
|
193
|
-
}
|
|
194
|
-
else {
|
|
195
|
-
this._play(this.state.currentTimeOffsetMs);
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
/** note the day passed in is in the time of the current user not in project time because the date picker works in
|
|
199
|
-
* local time */
|
|
200
|
-
this._onDayClick = (day) => {
|
|
201
|
-
const selectedDate = new Date(day.getTime() + this.state.currentTimeOffsetMs);
|
|
202
|
-
this.props.dataProvider.setDateAndTime(selectedDate);
|
|
203
|
-
const dayStartMs = this.props.dataProvider.dayStartMs;
|
|
204
|
-
const sunRiseOffsetMs = this.props.dataProvider.sunrise.getTime() - dayStartMs;
|
|
205
|
-
const sunSetOffsetMs = this.props.dataProvider.sunset.getTime() - dayStartMs;
|
|
206
|
-
const sunDeltaMs = sunSetOffsetMs - sunRiseOffsetMs;
|
|
207
|
-
const sunOffsetMs = this.ensureRange(this.state.currentTimeOffsetMs, sunRiseOffsetMs, sunSetOffsetMs);
|
|
208
|
-
this.setPlaybackTimeBySunTime(sunOffsetMs, sunRiseOffsetMs, sunDeltaMs);
|
|
209
|
-
/** call dataProvider to update display style */
|
|
210
|
-
if (this.props.dataProvider.onTimeChanged)
|
|
211
|
-
this.props.dataProvider.onTimeChanged(this.props.dataProvider.timeOfDay);
|
|
212
|
-
this.setState({ dayStartMs, sunRiseOffsetMs, sunSetOffsetMs, currentTimeOffsetMs: sunOffsetMs, sunDeltaMs, isDateOpened: false }, () => {
|
|
213
|
-
this._timeLastCycle = new Date().getTime();
|
|
214
|
-
});
|
|
215
|
-
};
|
|
216
|
-
this._onTimeChanged = (time) => {
|
|
217
|
-
// compute the current date (with time)
|
|
218
|
-
const dayStartMs = this.props.dataProvider.dayStartMs;
|
|
219
|
-
const sunTime = (time.hours * millisecPerHour) + (time.minutes * millisecPerMinute);
|
|
220
|
-
const dateWithNewTime = new Date(dayStartMs + sunTime);
|
|
221
|
-
this.props.dataProvider.setDateAndTime(dateWithNewTime, true);
|
|
222
|
-
// notify the provider to update style
|
|
223
|
-
if (this.props.dataProvider.onTimeChanged)
|
|
224
|
-
this.props.dataProvider.onTimeChanged(dateWithNewTime);
|
|
225
|
-
const currentTimeOffsetMs = this.ensureRange(sunTime, this.state.sunRiseOffsetMs, this.state.sunSetOffsetMs);
|
|
226
|
-
this.setPlaybackTimeBySunTime(currentTimeOffsetMs, this.state.sunRiseOffsetMs, this.state.sunDeltaMs);
|
|
227
|
-
this._timeLastCycle = new Date().getTime();
|
|
228
|
-
// update the timeline
|
|
229
|
-
this.setState({ currentTimeOffsetMs });
|
|
230
|
-
};
|
|
231
|
-
this._onCloseDayPicker = () => {
|
|
232
|
-
this.setState({ isDateOpened: false });
|
|
233
|
-
};
|
|
234
|
-
this._onOpenDayPicker = () => {
|
|
235
|
-
this.setState((prevState) => ({ isDateOpened: !prevState.isDateOpened }));
|
|
236
|
-
};
|
|
237
|
-
this._onCloseSettingsPopup = () => {
|
|
238
|
-
this.setState({ isSettingsOpened: false });
|
|
239
|
-
};
|
|
240
|
-
this._onOpenSettingsPopup = () => {
|
|
241
|
-
this.setState((prevState) => ({ isSettingsOpened: !prevState.isSettingsOpened }));
|
|
242
|
-
};
|
|
243
|
-
this._onUpdate = (values) => {
|
|
244
|
-
if (!this.state.isPlaying)
|
|
245
|
-
this.processSunTimeChange(values[0]);
|
|
246
|
-
};
|
|
247
|
-
this._onChange = (values) => {
|
|
248
|
-
if (!this.state.isPlaying)
|
|
249
|
-
this.processSunTimeChange(values[0]);
|
|
250
|
-
};
|
|
251
|
-
this._onSpeedChange = (value) => {
|
|
252
|
-
const adjustedDuration = this.state.duration / value;
|
|
253
|
-
this.setState({ speed: value, adjustedDuration });
|
|
254
|
-
};
|
|
255
|
-
this._onToggleLoop = () => {
|
|
256
|
-
this.setState((prevState) => ({ loop: !prevState.loop }));
|
|
257
|
-
};
|
|
258
|
-
this._formatTime = (millisec) => {
|
|
259
|
-
const date = new Date(millisec);
|
|
260
|
-
// convert project date to browser locale date
|
|
261
|
-
const localTime = adjustDateToTimezone(date, this.props.dataProvider.timeZoneOffset * 60);
|
|
262
|
-
let hours = localTime.getHours();
|
|
263
|
-
const minutes = addZero(date.getMinutes());
|
|
264
|
-
const abbrev = (hours < 12) ? this._amLabel : (hours === 24) ? this._amLabel : this._pmLabel;
|
|
265
|
-
hours = (hours > 12) ? hours - 12 : hours;
|
|
266
|
-
return `${hours}:${minutes} ${abbrev}`;
|
|
267
|
-
};
|
|
268
|
-
this._onPresetColorPick = (shadowColor) => {
|
|
269
|
-
this.setState({ shadowColor }, () => this.props.dataProvider.shadowColor = shadowColor);
|
|
270
|
-
};
|
|
271
|
-
this._handleHueOrSaturationChange = (hueOrSaturation) => {
|
|
272
|
-
if (hueOrSaturation.s === 0) // for a ColorDef to be created from hsv s can't be 0
|
|
273
|
-
hueOrSaturation = hueOrSaturation.clone(undefined, 0.5);
|
|
274
|
-
const shadowColor = hueOrSaturation.toColorDef();
|
|
275
|
-
this.setState({ shadowColor }, () => this.props.dataProvider.shadowColor = shadowColor);
|
|
276
|
-
};
|
|
277
|
-
const dayStartMs = this.props.dataProvider.dayStartMs;
|
|
278
|
-
const sunRiseOffsetMs = this.props.dataProvider.sunrise.getTime() - dayStartMs;
|
|
279
|
-
const sunSetOffsetMs = this.props.dataProvider.sunset.getTime() - dayStartMs;
|
|
280
|
-
const sunDeltaMs = sunSetOffsetMs - sunRiseOffsetMs;
|
|
281
|
-
const sunOffsetMs = this.props.dataProvider.timeOfDay.getTime() - dayStartMs;
|
|
282
|
-
const currentTimeOffsetMs = this.ensureRange(sunOffsetMs, sunRiseOffsetMs, sunSetOffsetMs);
|
|
283
|
-
const shadowColor = this.props.dataProvider.shadowColor;
|
|
284
|
-
const duration = this.props.duration ? this.props.duration : defaultPlaybackDuration;
|
|
285
|
-
const speed = this.props.speed ? this.props.speed : 2;
|
|
286
|
-
const adjustedDuration = duration / speed;
|
|
287
|
-
this.setPlaybackTimeBySunTime(currentTimeOffsetMs, sunRiseOffsetMs, sunDeltaMs, adjustedDuration);
|
|
288
|
-
this.state = {
|
|
289
|
-
isDateOpened: false,
|
|
290
|
-
isSettingsOpened: false,
|
|
291
|
-
isPlaying: false,
|
|
292
|
-
dayStartMs,
|
|
293
|
-
sunRiseOffsetMs,
|
|
294
|
-
sunSetOffsetMs,
|
|
295
|
-
sunDeltaMs,
|
|
296
|
-
currentTimeOffsetMs,
|
|
297
|
-
speed,
|
|
298
|
-
loop: false,
|
|
299
|
-
shadowColor,
|
|
300
|
-
duration,
|
|
301
|
-
adjustedDuration,
|
|
302
|
-
};
|
|
303
|
-
}
|
|
304
|
-
componentWillUnmount() {
|
|
305
|
-
window.cancelAnimationFrame(this._requestFrame);
|
|
306
|
-
this._unmounted = true;
|
|
307
|
-
}
|
|
308
|
-
_play(sunTimeMs) {
|
|
309
|
-
this._timeLastCycle = new Date().getTime();
|
|
310
|
-
// start playing
|
|
311
|
-
this.setState({ isPlaying: true, currentTimeOffsetMs: sunTimeMs }, () => {
|
|
312
|
-
this._requestFrame = window.requestAnimationFrame(this._updateAnimation);
|
|
313
|
-
// istanbul ignore else
|
|
314
|
-
if (this.props.onPlayPause)
|
|
315
|
-
this.props.onPlayPause(true);
|
|
316
|
-
});
|
|
317
|
-
}
|
|
318
|
-
setPlaybackTimeBySunTime(sunOffsetMs, sunRiseOffsetMs, sunDeltaMs, adjustedDuration) {
|
|
319
|
-
this._totalPlayTime = ((sunOffsetMs - sunRiseOffsetMs) / (sunDeltaMs)) * ((adjustedDuration) ? adjustedDuration : this.state.adjustedDuration);
|
|
320
|
-
}
|
|
321
|
-
ensureRange(value, min, max) {
|
|
322
|
-
return Math.max(Math.min(value, max), min);
|
|
323
|
-
}
|
|
324
|
-
processSunTimeChange(sunTime) {
|
|
325
|
-
if (sunTime === this.state.currentTimeOffsetMs)
|
|
326
|
-
return;
|
|
327
|
-
const currentTimeOffsetMs = this.ensureRange(sunTime, this.state.sunRiseOffsetMs, this.state.sunSetOffsetMs);
|
|
328
|
-
if (this.props.dataProvider.onTimeChanged) {
|
|
329
|
-
const currentSunTime = new Date(this.state.dayStartMs + currentTimeOffsetMs);
|
|
330
|
-
this.props.dataProvider.onTimeChanged(currentSunTime);
|
|
331
|
-
}
|
|
332
|
-
this.setState({ currentTimeOffsetMs }, () => {
|
|
333
|
-
const currentTime = new Date().getTime();
|
|
334
|
-
this._timeLastCycle = currentTime;
|
|
335
|
-
const percentComplete = (currentTimeOffsetMs - this.state.sunRiseOffsetMs) / this.state.sunDeltaMs;
|
|
336
|
-
this._totalPlayTime = percentComplete * this.state.adjustedDuration;
|
|
337
|
-
});
|
|
338
|
-
}
|
|
339
|
-
getLocalTime(ticks) {
|
|
340
|
-
const projectTime = new Date(ticks);
|
|
341
|
-
// convert project date to browser locale date
|
|
342
|
-
return adjustDateToTimezone(projectTime, this.props.dataProvider.timeZoneOffset * 60);
|
|
343
|
-
}
|
|
344
|
-
render() {
|
|
345
|
-
const { dataProvider } = this.props;
|
|
346
|
-
const { speed, loop, currentTimeOffsetMs, sunRiseOffsetMs, sunSetOffsetMs } = this.state;
|
|
347
|
-
const localTime = this.getLocalTime(this.state.dayStartMs + this.state.currentTimeOffsetMs);
|
|
348
|
-
const formattedTime = this._formatTime(dataProvider.dayStartMs + currentTimeOffsetMs);
|
|
349
|
-
const formattedDate = `${this._months[localTime.getMonth()]}, ${localTime.getDate()}`;
|
|
350
|
-
const colorSwatchStyle = {
|
|
351
|
-
width: `100%`,
|
|
352
|
-
height: `100%`,
|
|
353
|
-
};
|
|
354
|
-
return (React.createElement("div", { className: "solar-timeline-wrapper" },
|
|
355
|
-
React.createElement("div", { className: "header" },
|
|
356
|
-
React.createElement(PlayButton, { tooltip: this._playLabel, className: "play-button", isPlaying: this.state.isPlaying, onPlay: this._onPlay, onPause: this._onPause }),
|
|
357
|
-
React.createElement("button", { "data-testid": "solar-date-time-button", title: this._dateTimeLabel, className: "current-date", ref: (element) => this._datePicker = element, onClick: this._onOpenDayPicker },
|
|
358
|
-
React.createElement("span", null, formattedDate),
|
|
359
|
-
React.createElement("span", null, "/"),
|
|
360
|
-
React.createElement("span", null, formattedTime),
|
|
361
|
-
React.createElement("span", { className: "icon icon-calendar" })),
|
|
362
|
-
React.createElement(Popup, { style: { border: "none" }, offset: 11, target: this._datePicker, isOpen: this.state.isDateOpened, onClose: this._onCloseDayPicker, position: RelativePosition.Top },
|
|
363
|
-
React.createElement("div", { className: "components-date-picker-calendar-popup-panel", "data-testid": "components-date-picker-calendar-popup-panel" },
|
|
364
|
-
React.createElement(DatePicker, { selected: localTime, onDateChange: this._onDayClick, showFocusOutline: false }),
|
|
365
|
-
React.createElement("div", { className: "time-container" },
|
|
366
|
-
React.createElement(BodyText, { className: "time-label" }, this._timeLabel),
|
|
367
|
-
React.createElement(TimeField, { time: { hours: localTime.getHours(), minutes: localTime.getMinutes(), seconds: 0 }, timeDisplay: TimeDisplay.H12MC, onTimeChange: this._onTimeChanged })))),
|
|
368
|
-
React.createElement(Timeline, { className: "solar-timeline", dayStartMs: dataProvider.dayStartMs, sunSetOffsetMs: sunSetOffsetMs, sunRiseOffsetMs: sunRiseOffsetMs, currentTimeOffsetMs: currentTimeOffsetMs, onChange: this._onChange, onUpdate: this._onUpdate, formatTime: this._formatTime, isPlaying: this.state.isPlaying }),
|
|
369
|
-
React.createElement("div", { className: "speed-container" },
|
|
370
|
-
React.createElement("span", { title: this._speedLabel },
|
|
371
|
-
speed,
|
|
372
|
-
"x"),
|
|
373
|
-
React.createElement(SpeedTimeline, { className: "speed", onChange: this._onSpeedChange, speed: this.state.speed })),
|
|
374
|
-
React.createElement("span", { title: this._loopLabel, className: classnames("icon", "icon-media-controls-loop", !loop && "no-loop-playback", loop && "loop-playback"), onClick: this._onToggleLoop, role: "button", tabIndex: -1 }),
|
|
375
|
-
React.createElement("button", { "data-testid": "shadow-settings-button", title: this._settingLabel, className: "shadow-settings-button", ref: (element) => this._settings = element, onClick: this._onOpenSettingsPopup },
|
|
376
|
-
React.createElement("span", { className: "icon icon-settings" })),
|
|
377
|
-
React.createElement(Popup, { className: "shadow-settings-popup", target: this._settings, offset: 11, isOpen: this.state.isSettingsOpened, onClose: this._onCloseSettingsPopup, position: RelativePosition.Top },
|
|
378
|
-
React.createElement("div", { className: "shadow-settings-popup-container" },
|
|
379
|
-
React.createElement("div", { className: "shadow-settings-header" }, this._settingsPopupTitle),
|
|
380
|
-
React.createElement("div", { className: "shadow-settings-color" },
|
|
381
|
-
React.createElement("div", { className: "shadow-settings-color-top" },
|
|
382
|
-
React.createElement(SaturationPicker, { hsv: this.state.shadowColor.toHSV(), onSaturationChange: this._handleHueOrSaturationChange })),
|
|
383
|
-
React.createElement("div", { className: "shadow-settings-color-bottom" },
|
|
384
|
-
React.createElement("div", { className: "shadow-settings-color-bottom-left" },
|
|
385
|
-
React.createElement(HueSlider, { hsv: this.state.shadowColor.toHSV(), onHueChange: this._handleHueOrSaturationChange, isHorizontal: true })),
|
|
386
|
-
React.createElement("div", { className: "shadow-settings-color-bottom-right" },
|
|
387
|
-
React.createElement(ColorSwatch, { style: colorSwatchStyle, colorDef: this.state.shadowColor, round: false })))),
|
|
388
|
-
React.createElement("div", { className: "shadow-settings-color-presets" },
|
|
389
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[0], round: false, onColorPick: this._onPresetColorPick }),
|
|
390
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[1], round: false, onColorPick: this._onPresetColorPick }),
|
|
391
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[2], round: false, onColorPick: this._onPresetColorPick }),
|
|
392
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[3], round: false, onColorPick: this._onPresetColorPick }),
|
|
393
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[4], round: false, onColorPick: this._onPresetColorPick }),
|
|
394
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[5], round: false, onColorPick: this._onPresetColorPick }),
|
|
395
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[6], round: false, onColorPick: this._onPresetColorPick }),
|
|
396
|
-
React.createElement(ColorSwatch, { colorDef: this._presetColors[7], round: false, onColorPick: this._onPresetColorPick })))))));
|
|
397
|
-
}
|
|
398
|
-
}
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Timeline
|
|
7
|
+
*/
|
|
8
|
+
// component is in alpha state - it may change after usability testing - test coverage not complete
|
|
9
|
+
/* istanbul ignore file */
|
|
10
|
+
import "./SolarTimeline.scss";
|
|
11
|
+
import classnames from "classnames";
|
|
12
|
+
import * as React from "react";
|
|
13
|
+
import { Slider, Tooltip } from "@itwin/itwinui-react";
|
|
14
|
+
import { ColorByName, ColorDef } from "@itwin/core-common";
|
|
15
|
+
import { RelativePosition, TimeDisplay } from "@itwin/appui-abstract";
|
|
16
|
+
import { BodyText, Popup } from "@itwin/core-react";
|
|
17
|
+
import { adjustDateToTimezone, DatePicker, TimeField, UiComponents } from "@itwin/components-react";
|
|
18
|
+
import { HueSlider } from "../color/HueSlider";
|
|
19
|
+
import { SaturationPicker } from "../color/SaturationPicker";
|
|
20
|
+
import { ColorSwatch } from "../color/Swatch";
|
|
21
|
+
import { PlayButton } from "./PlayerButton";
|
|
22
|
+
import { SpeedTimeline } from "./SpeedTimeline";
|
|
23
|
+
import { CustomThumb, getPercentageOfRectangle, RailMarkers, useFocusedThumb } from "./Scrubber";
|
|
24
|
+
import { UiIModelComponents } from "../UiIModelComponents";
|
|
25
|
+
// cSpell:ignore millisec solarsettings showticks shadowcolor solartimeline datepicker millisecs
|
|
26
|
+
const millisecPerMinute = 1000 * 60;
|
|
27
|
+
const millisecPerHour = millisecPerMinute * 60;
|
|
28
|
+
// const millisecPerDay = millisecPerHour * 24;
|
|
29
|
+
const defaultPlaybackDuration = 40 * 1000; // 40 seconds
|
|
30
|
+
const addZero = (i) => {
|
|
31
|
+
return (i < 10) ? `0${i}` : i;
|
|
32
|
+
};
|
|
33
|
+
function Timeline(props) {
|
|
34
|
+
const sliderRef = React.useRef(null);
|
|
35
|
+
const [sliderContainer, setSliderContainer] = React.useState();
|
|
36
|
+
const [pointerPercent, setPointerPercent] = React.useState(0);
|
|
37
|
+
React.useLayoutEffect(() => {
|
|
38
|
+
// istanbul ignore else
|
|
39
|
+
if (sliderRef.current) {
|
|
40
|
+
const container = sliderRef.current.querySelector(".iui-slider-container");
|
|
41
|
+
if (container && sliderContainer !== container) {
|
|
42
|
+
setSliderContainer(container);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}, [sliderContainer]);
|
|
46
|
+
const thumbProps = () => {
|
|
47
|
+
return {
|
|
48
|
+
className: "components-timeline-thumb",
|
|
49
|
+
children: React.createElement(CustomThumb, null),
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
const tooltipProps = React.useCallback(() => {
|
|
53
|
+
return { visible: false };
|
|
54
|
+
}, []);
|
|
55
|
+
const [showRailTooltip, setShowRailTooltip] = React.useState(false);
|
|
56
|
+
const handlePointerEnter = React.useCallback(() => {
|
|
57
|
+
setShowRailTooltip(true);
|
|
58
|
+
}, []);
|
|
59
|
+
const handlePointerLeave = React.useCallback(() => {
|
|
60
|
+
setShowRailTooltip(false);
|
|
61
|
+
}, []);
|
|
62
|
+
const handlePointerMove = React.useCallback((event) => {
|
|
63
|
+
sliderContainer &&
|
|
64
|
+
setPointerPercent(getPercentageOfRectangle(sliderContainer.getBoundingClientRect(), event.clientX));
|
|
65
|
+
}, [sliderContainer]);
|
|
66
|
+
const { formatTick, formatTime, onChange, onUpdate, dayStartMs, sunSetOffsetMs, sunRiseOffsetMs, currentTimeOffsetMs, isPlaying } = props;
|
|
67
|
+
const thumbHasFocus = useFocusedThumb(sliderContainer);
|
|
68
|
+
const tickLabel = React.useMemo(() => {
|
|
69
|
+
const showTip = isPlaying || showRailTooltip || thumbHasFocus;
|
|
70
|
+
const totalDuration = sunSetOffsetMs - sunRiseOffsetMs;
|
|
71
|
+
const percent = (isPlaying || thumbHasFocus) ? (currentTimeOffsetMs - sunRiseOffsetMs) / totalDuration : pointerPercent;
|
|
72
|
+
const tooltipText = formatTime((isPlaying || thumbHasFocus) ? (dayStartMs + currentTimeOffsetMs) : (dayStartMs + (sunRiseOffsetMs + (pointerPercent * totalDuration))));
|
|
73
|
+
return (React.createElement(RailMarkers, { showToolTip: showTip, percent: percent, tooltipText: tooltipText }));
|
|
74
|
+
}, [isPlaying, showRailTooltip, thumbHasFocus, sunSetOffsetMs, sunRiseOffsetMs, currentTimeOffsetMs, pointerPercent, formatTime, dayStartMs]);
|
|
75
|
+
const className = classnames("solar-slider", props.className, formatTick && "showticks");
|
|
76
|
+
const sunRiseFormat = formatTime(dayStartMs + sunRiseOffsetMs);
|
|
77
|
+
const sunSetFormat = formatTime(dayStartMs + sunSetOffsetMs);
|
|
78
|
+
return (React.createElement("div", { className: className },
|
|
79
|
+
React.createElement(Tooltip, { content: sunRiseFormat },
|
|
80
|
+
React.createElement("span", { className: "sunrise" }, "\u2600")),
|
|
81
|
+
React.createElement(Slider, { ref: sliderRef, className: className, step: millisecPerMinute, min: sunRiseOffsetMs, max: sunSetOffsetMs, minLabel: "", maxLabel: "", onUpdate: onUpdate, onChange: onChange, values: [currentTimeOffsetMs], tooltipProps: tooltipProps, thumbProps: thumbProps, tickLabels: tickLabel, railContainerProps: {
|
|
82
|
+
onPointerEnter: handlePointerEnter,
|
|
83
|
+
onPointerMove: handlePointerMove,
|
|
84
|
+
onPointerLeave: handlePointerLeave,
|
|
85
|
+
} }),
|
|
86
|
+
React.createElement(Tooltip, { content: sunSetFormat },
|
|
87
|
+
React.createElement("span", { className: "sunset" }, "\u263D"))));
|
|
88
|
+
}
|
|
89
|
+
/** Solar Timeline
|
|
90
|
+
* @alpha
|
|
91
|
+
*/
|
|
92
|
+
export class SolarTimeline extends React.PureComponent {
|
|
93
|
+
constructor(props) {
|
|
94
|
+
super(props);
|
|
95
|
+
this._datePicker = null;
|
|
96
|
+
this._settings = null;
|
|
97
|
+
this._requestFrame = 0;
|
|
98
|
+
this._unmounted = false;
|
|
99
|
+
this._timeLastCycle = 0;
|
|
100
|
+
this._totalPlayTime = 0;
|
|
101
|
+
this._settingsPopupTitle = UiIModelComponents.translate("solarsettings.shadowcolor");
|
|
102
|
+
this._playLabel = UiIModelComponents.translate("solartimeline.play");
|
|
103
|
+
this._settingLabel = UiIModelComponents.translate("solartimeline.settings");
|
|
104
|
+
this._loopLabel = UiIModelComponents.translate("timeline.repeat");
|
|
105
|
+
this._speedLabel = UiIModelComponents.translate("solartimeline.speed");
|
|
106
|
+
this._dateTimeLabel = UiIModelComponents.translate("solartimeline.dateTime");
|
|
107
|
+
this._months = [
|
|
108
|
+
UiComponents.translate("month.short.january"),
|
|
109
|
+
UiComponents.translate("month.short.february"),
|
|
110
|
+
UiComponents.translate("month.short.march"),
|
|
111
|
+
UiComponents.translate("month.short.april"),
|
|
112
|
+
UiComponents.translate("month.short.may"),
|
|
113
|
+
UiComponents.translate("month.short.june"),
|
|
114
|
+
UiComponents.translate("month.short.july"),
|
|
115
|
+
UiComponents.translate("month.short.august"),
|
|
116
|
+
UiComponents.translate("month.short.september"),
|
|
117
|
+
UiComponents.translate("month.short.october"),
|
|
118
|
+
UiComponents.translate("month.short.november"),
|
|
119
|
+
UiComponents.translate("month.short.december"),
|
|
120
|
+
];
|
|
121
|
+
this._timeLabel = UiComponents.translate("datepicker.time");
|
|
122
|
+
this._amLabel = UiComponents.translate("time.am");
|
|
123
|
+
this._pmLabel = UiComponents.translate("time.pm");
|
|
124
|
+
this._presetColors = [
|
|
125
|
+
ColorDef.create(ColorByName.grey),
|
|
126
|
+
ColorDef.create(ColorByName.lightGrey),
|
|
127
|
+
ColorDef.create(ColorByName.darkGrey),
|
|
128
|
+
ColorDef.create(ColorByName.lightBlue),
|
|
129
|
+
ColorDef.create(ColorByName.lightGreen),
|
|
130
|
+
ColorDef.create(ColorByName.darkGreen),
|
|
131
|
+
ColorDef.create(ColorByName.tan),
|
|
132
|
+
ColorDef.create(ColorByName.darkBrown),
|
|
133
|
+
];
|
|
134
|
+
// recursively update the animation until we hit the end or the pause button is clicked
|
|
135
|
+
this._updateAnimation = (_timestamp) => {
|
|
136
|
+
// istanbul ignore else
|
|
137
|
+
if (!this.state.isPlaying || this._unmounted) {
|
|
138
|
+
window.cancelAnimationFrame(this._requestFrame);
|
|
139
|
+
return;
|
|
140
|
+
}
|
|
141
|
+
const currentTime = new Date().getTime();
|
|
142
|
+
this._totalPlayTime += (currentTime - this._timeLastCycle);
|
|
143
|
+
this._timeLastCycle = currentTime;
|
|
144
|
+
let percentComplete = this._totalPlayTime / this.state.adjustedDuration;
|
|
145
|
+
if (percentComplete > 1)
|
|
146
|
+
percentComplete = 1;
|
|
147
|
+
let newPlayingState = true;
|
|
148
|
+
// calculate the next sun time base on the percentage playback complete - should be int value as that is step amount for slider
|
|
149
|
+
let nextSunOffset = Math.floor(this.state.sunRiseOffsetMs + (percentComplete * this.state.sunDeltaMs));
|
|
150
|
+
if (percentComplete > 0.99) {
|
|
151
|
+
if (!this.state.loop) {
|
|
152
|
+
newPlayingState = false;
|
|
153
|
+
nextSunOffset = this.state.sunSetOffsetMs;
|
|
154
|
+
window.cancelAnimationFrame(this._requestFrame);
|
|
155
|
+
}
|
|
156
|
+
else {
|
|
157
|
+
nextSunOffset = this.state.sunRiseOffsetMs;
|
|
158
|
+
this._totalPlayTime = 0;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
if (this.props.dataProvider.onTimeChanged) {
|
|
162
|
+
const currentSunTime = new Date(this.state.dayStartMs + nextSunOffset);
|
|
163
|
+
this.props.dataProvider.onTimeChanged(currentSunTime);
|
|
164
|
+
}
|
|
165
|
+
this.setState({ isPlaying: newPlayingState, currentTimeOffsetMs: nextSunOffset }, () => {
|
|
166
|
+
if (newPlayingState)
|
|
167
|
+
this._requestFrame = window.requestAnimationFrame(this._updateAnimation);
|
|
168
|
+
});
|
|
169
|
+
};
|
|
170
|
+
// user clicked pause button
|
|
171
|
+
this._onPause = () => {
|
|
172
|
+
// istanbul ignore if
|
|
173
|
+
if (!this.state.isPlaying)
|
|
174
|
+
return;
|
|
175
|
+
const currentTime = new Date().getTime();
|
|
176
|
+
this._totalPlayTime += (currentTime - this._timeLastCycle);
|
|
177
|
+
// stop requesting frames
|
|
178
|
+
window.cancelAnimationFrame(this._requestFrame);
|
|
179
|
+
// stop playing
|
|
180
|
+
this.setState({ isPlaying: false });
|
|
181
|
+
// istanbul ignore else
|
|
182
|
+
if (this.props.onPlayPause)
|
|
183
|
+
this.props.onPlayPause(false);
|
|
184
|
+
};
|
|
185
|
+
// user clicked play button
|
|
186
|
+
this._onPlay = () => {
|
|
187
|
+
// istanbul ignore if
|
|
188
|
+
if (this.state.isPlaying)
|
|
189
|
+
return;
|
|
190
|
+
if (this.state.currentTimeOffsetMs >= this.state.sunSetOffsetMs || this.state.currentTimeOffsetMs <= this.state.sunRiseOffsetMs) {
|
|
191
|
+
this._totalPlayTime = 0;
|
|
192
|
+
this._play(this.state.sunRiseOffsetMs);
|
|
193
|
+
}
|
|
194
|
+
else {
|
|
195
|
+
this._play(this.state.currentTimeOffsetMs);
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
/** note the day passed in is in the time of the current user not in project time because the date picker works in
|
|
199
|
+
* local time */
|
|
200
|
+
this._onDayClick = (day) => {
|
|
201
|
+
const selectedDate = new Date(day.getTime() + this.state.currentTimeOffsetMs);
|
|
202
|
+
this.props.dataProvider.setDateAndTime(selectedDate);
|
|
203
|
+
const dayStartMs = this.props.dataProvider.dayStartMs;
|
|
204
|
+
const sunRiseOffsetMs = this.props.dataProvider.sunrise.getTime() - dayStartMs;
|
|
205
|
+
const sunSetOffsetMs = this.props.dataProvider.sunset.getTime() - dayStartMs;
|
|
206
|
+
const sunDeltaMs = sunSetOffsetMs - sunRiseOffsetMs;
|
|
207
|
+
const sunOffsetMs = this.ensureRange(this.state.currentTimeOffsetMs, sunRiseOffsetMs, sunSetOffsetMs);
|
|
208
|
+
this.setPlaybackTimeBySunTime(sunOffsetMs, sunRiseOffsetMs, sunDeltaMs);
|
|
209
|
+
/** call dataProvider to update display style */
|
|
210
|
+
if (this.props.dataProvider.onTimeChanged)
|
|
211
|
+
this.props.dataProvider.onTimeChanged(this.props.dataProvider.timeOfDay);
|
|
212
|
+
this.setState({ dayStartMs, sunRiseOffsetMs, sunSetOffsetMs, currentTimeOffsetMs: sunOffsetMs, sunDeltaMs, isDateOpened: false }, () => {
|
|
213
|
+
this._timeLastCycle = new Date().getTime();
|
|
214
|
+
});
|
|
215
|
+
};
|
|
216
|
+
this._onTimeChanged = (time) => {
|
|
217
|
+
// compute the current date (with time)
|
|
218
|
+
const dayStartMs = this.props.dataProvider.dayStartMs;
|
|
219
|
+
const sunTime = (time.hours * millisecPerHour) + (time.minutes * millisecPerMinute);
|
|
220
|
+
const dateWithNewTime = new Date(dayStartMs + sunTime);
|
|
221
|
+
this.props.dataProvider.setDateAndTime(dateWithNewTime, true);
|
|
222
|
+
// notify the provider to update style
|
|
223
|
+
if (this.props.dataProvider.onTimeChanged)
|
|
224
|
+
this.props.dataProvider.onTimeChanged(dateWithNewTime);
|
|
225
|
+
const currentTimeOffsetMs = this.ensureRange(sunTime, this.state.sunRiseOffsetMs, this.state.sunSetOffsetMs);
|
|
226
|
+
this.setPlaybackTimeBySunTime(currentTimeOffsetMs, this.state.sunRiseOffsetMs, this.state.sunDeltaMs);
|
|
227
|
+
this._timeLastCycle = new Date().getTime();
|
|
228
|
+
// update the timeline
|
|
229
|
+
this.setState({ currentTimeOffsetMs });
|
|
230
|
+
};
|
|
231
|
+
this._onCloseDayPicker = () => {
|
|
232
|
+
this.setState({ isDateOpened: false });
|
|
233
|
+
};
|
|
234
|
+
this._onOpenDayPicker = () => {
|
|
235
|
+
this.setState((prevState) => ({ isDateOpened: !prevState.isDateOpened }));
|
|
236
|
+
};
|
|
237
|
+
this._onCloseSettingsPopup = () => {
|
|
238
|
+
this.setState({ isSettingsOpened: false });
|
|
239
|
+
};
|
|
240
|
+
this._onOpenSettingsPopup = () => {
|
|
241
|
+
this.setState((prevState) => ({ isSettingsOpened: !prevState.isSettingsOpened }));
|
|
242
|
+
};
|
|
243
|
+
this._onUpdate = (values) => {
|
|
244
|
+
if (!this.state.isPlaying)
|
|
245
|
+
this.processSunTimeChange(values[0]);
|
|
246
|
+
};
|
|
247
|
+
this._onChange = (values) => {
|
|
248
|
+
if (!this.state.isPlaying)
|
|
249
|
+
this.processSunTimeChange(values[0]);
|
|
250
|
+
};
|
|
251
|
+
this._onSpeedChange = (value) => {
|
|
252
|
+
const adjustedDuration = this.state.duration / value;
|
|
253
|
+
this.setState({ speed: value, adjustedDuration });
|
|
254
|
+
};
|
|
255
|
+
this._onToggleLoop = () => {
|
|
256
|
+
this.setState((prevState) => ({ loop: !prevState.loop }));
|
|
257
|
+
};
|
|
258
|
+
this._formatTime = (millisec) => {
|
|
259
|
+
const date = new Date(millisec);
|
|
260
|
+
// convert project date to browser locale date
|
|
261
|
+
const localTime = adjustDateToTimezone(date, this.props.dataProvider.timeZoneOffset * 60);
|
|
262
|
+
let hours = localTime.getHours();
|
|
263
|
+
const minutes = addZero(date.getMinutes());
|
|
264
|
+
const abbrev = (hours < 12) ? this._amLabel : (hours === 24) ? this._amLabel : this._pmLabel;
|
|
265
|
+
hours = (hours > 12) ? hours - 12 : hours;
|
|
266
|
+
return `${hours}:${minutes} ${abbrev}`;
|
|
267
|
+
};
|
|
268
|
+
this._onPresetColorPick = (shadowColor) => {
|
|
269
|
+
this.setState({ shadowColor }, () => this.props.dataProvider.shadowColor = shadowColor);
|
|
270
|
+
};
|
|
271
|
+
this._handleHueOrSaturationChange = (hueOrSaturation) => {
|
|
272
|
+
if (hueOrSaturation.s === 0) // for a ColorDef to be created from hsv s can't be 0
|
|
273
|
+
hueOrSaturation = hueOrSaturation.clone(undefined, 0.5);
|
|
274
|
+
const shadowColor = hueOrSaturation.toColorDef();
|
|
275
|
+
this.setState({ shadowColor }, () => this.props.dataProvider.shadowColor = shadowColor);
|
|
276
|
+
};
|
|
277
|
+
const dayStartMs = this.props.dataProvider.dayStartMs;
|
|
278
|
+
const sunRiseOffsetMs = this.props.dataProvider.sunrise.getTime() - dayStartMs;
|
|
279
|
+
const sunSetOffsetMs = this.props.dataProvider.sunset.getTime() - dayStartMs;
|
|
280
|
+
const sunDeltaMs = sunSetOffsetMs - sunRiseOffsetMs;
|
|
281
|
+
const sunOffsetMs = this.props.dataProvider.timeOfDay.getTime() - dayStartMs;
|
|
282
|
+
const currentTimeOffsetMs = this.ensureRange(sunOffsetMs, sunRiseOffsetMs, sunSetOffsetMs);
|
|
283
|
+
const shadowColor = this.props.dataProvider.shadowColor;
|
|
284
|
+
const duration = this.props.duration ? this.props.duration : defaultPlaybackDuration;
|
|
285
|
+
const speed = this.props.speed ? this.props.speed : 2;
|
|
286
|
+
const adjustedDuration = duration / speed;
|
|
287
|
+
this.setPlaybackTimeBySunTime(currentTimeOffsetMs, sunRiseOffsetMs, sunDeltaMs, adjustedDuration);
|
|
288
|
+
this.state = {
|
|
289
|
+
isDateOpened: false,
|
|
290
|
+
isSettingsOpened: false,
|
|
291
|
+
isPlaying: false,
|
|
292
|
+
dayStartMs,
|
|
293
|
+
sunRiseOffsetMs,
|
|
294
|
+
sunSetOffsetMs,
|
|
295
|
+
sunDeltaMs,
|
|
296
|
+
currentTimeOffsetMs,
|
|
297
|
+
speed,
|
|
298
|
+
loop: false,
|
|
299
|
+
shadowColor,
|
|
300
|
+
duration,
|
|
301
|
+
adjustedDuration,
|
|
302
|
+
};
|
|
303
|
+
}
|
|
304
|
+
componentWillUnmount() {
|
|
305
|
+
window.cancelAnimationFrame(this._requestFrame);
|
|
306
|
+
this._unmounted = true;
|
|
307
|
+
}
|
|
308
|
+
_play(sunTimeMs) {
|
|
309
|
+
this._timeLastCycle = new Date().getTime();
|
|
310
|
+
// start playing
|
|
311
|
+
this.setState({ isPlaying: true, currentTimeOffsetMs: sunTimeMs }, () => {
|
|
312
|
+
this._requestFrame = window.requestAnimationFrame(this._updateAnimation);
|
|
313
|
+
// istanbul ignore else
|
|
314
|
+
if (this.props.onPlayPause)
|
|
315
|
+
this.props.onPlayPause(true);
|
|
316
|
+
});
|
|
317
|
+
}
|
|
318
|
+
setPlaybackTimeBySunTime(sunOffsetMs, sunRiseOffsetMs, sunDeltaMs, adjustedDuration) {
|
|
319
|
+
this._totalPlayTime = ((sunOffsetMs - sunRiseOffsetMs) / (sunDeltaMs)) * ((adjustedDuration) ? adjustedDuration : this.state.adjustedDuration);
|
|
320
|
+
}
|
|
321
|
+
ensureRange(value, min, max) {
|
|
322
|
+
return Math.max(Math.min(value, max), min);
|
|
323
|
+
}
|
|
324
|
+
processSunTimeChange(sunTime) {
|
|
325
|
+
if (sunTime === this.state.currentTimeOffsetMs)
|
|
326
|
+
return;
|
|
327
|
+
const currentTimeOffsetMs = this.ensureRange(sunTime, this.state.sunRiseOffsetMs, this.state.sunSetOffsetMs);
|
|
328
|
+
if (this.props.dataProvider.onTimeChanged) {
|
|
329
|
+
const currentSunTime = new Date(this.state.dayStartMs + currentTimeOffsetMs);
|
|
330
|
+
this.props.dataProvider.onTimeChanged(currentSunTime);
|
|
331
|
+
}
|
|
332
|
+
this.setState({ currentTimeOffsetMs }, () => {
|
|
333
|
+
const currentTime = new Date().getTime();
|
|
334
|
+
this._timeLastCycle = currentTime;
|
|
335
|
+
const percentComplete = (currentTimeOffsetMs - this.state.sunRiseOffsetMs) / this.state.sunDeltaMs;
|
|
336
|
+
this._totalPlayTime = percentComplete * this.state.adjustedDuration;
|
|
337
|
+
});
|
|
338
|
+
}
|
|
339
|
+
getLocalTime(ticks) {
|
|
340
|
+
const projectTime = new Date(ticks);
|
|
341
|
+
// convert project date to browser locale date
|
|
342
|
+
return adjustDateToTimezone(projectTime, this.props.dataProvider.timeZoneOffset * 60);
|
|
343
|
+
}
|
|
344
|
+
render() {
|
|
345
|
+
const { dataProvider } = this.props;
|
|
346
|
+
const { speed, loop, currentTimeOffsetMs, sunRiseOffsetMs, sunSetOffsetMs } = this.state;
|
|
347
|
+
const localTime = this.getLocalTime(this.state.dayStartMs + this.state.currentTimeOffsetMs);
|
|
348
|
+
const formattedTime = this._formatTime(dataProvider.dayStartMs + currentTimeOffsetMs);
|
|
349
|
+
const formattedDate = `${this._months[localTime.getMonth()]}, ${localTime.getDate()}`;
|
|
350
|
+
const colorSwatchStyle = {
|
|
351
|
+
width: `100%`,
|
|
352
|
+
height: `100%`,
|
|
353
|
+
};
|
|
354
|
+
return (React.createElement("div", { className: "solar-timeline-wrapper" },
|
|
355
|
+
React.createElement("div", { className: "header" },
|
|
356
|
+
React.createElement(PlayButton, { tooltip: this._playLabel, className: "play-button", isPlaying: this.state.isPlaying, onPlay: this._onPlay, onPause: this._onPause }),
|
|
357
|
+
React.createElement("button", { "data-testid": "solar-date-time-button", title: this._dateTimeLabel, className: "current-date", ref: (element) => this._datePicker = element, onClick: this._onOpenDayPicker },
|
|
358
|
+
React.createElement("span", null, formattedDate),
|
|
359
|
+
React.createElement("span", null, "/"),
|
|
360
|
+
React.createElement("span", null, formattedTime),
|
|
361
|
+
React.createElement("span", { className: "icon icon-calendar" })),
|
|
362
|
+
React.createElement(Popup, { style: { border: "none" }, offset: 11, target: this._datePicker, isOpen: this.state.isDateOpened, onClose: this._onCloseDayPicker, position: RelativePosition.Top },
|
|
363
|
+
React.createElement("div", { className: "components-date-picker-calendar-popup-panel", "data-testid": "components-date-picker-calendar-popup-panel" },
|
|
364
|
+
React.createElement(DatePicker, { selected: localTime, onDateChange: this._onDayClick, showFocusOutline: false }),
|
|
365
|
+
React.createElement("div", { className: "time-container" },
|
|
366
|
+
React.createElement(BodyText, { className: "time-label" }, this._timeLabel),
|
|
367
|
+
React.createElement(TimeField, { time: { hours: localTime.getHours(), minutes: localTime.getMinutes(), seconds: 0 }, timeDisplay: TimeDisplay.H12MC, onTimeChange: this._onTimeChanged })))),
|
|
368
|
+
React.createElement(Timeline, { className: "solar-timeline", dayStartMs: dataProvider.dayStartMs, sunSetOffsetMs: sunSetOffsetMs, sunRiseOffsetMs: sunRiseOffsetMs, currentTimeOffsetMs: currentTimeOffsetMs, onChange: this._onChange, onUpdate: this._onUpdate, formatTime: this._formatTime, isPlaying: this.state.isPlaying }),
|
|
369
|
+
React.createElement("div", { className: "speed-container" },
|
|
370
|
+
React.createElement("span", { title: this._speedLabel },
|
|
371
|
+
speed,
|
|
372
|
+
"x"),
|
|
373
|
+
React.createElement(SpeedTimeline, { className: "speed", onChange: this._onSpeedChange, speed: this.state.speed })),
|
|
374
|
+
React.createElement("span", { title: this._loopLabel, className: classnames("icon", "icon-media-controls-loop", !loop && "no-loop-playback", loop && "loop-playback"), onClick: this._onToggleLoop, role: "button", tabIndex: -1 }),
|
|
375
|
+
React.createElement("button", { "data-testid": "shadow-settings-button", title: this._settingLabel, className: "shadow-settings-button", ref: (element) => this._settings = element, onClick: this._onOpenSettingsPopup },
|
|
376
|
+
React.createElement("span", { className: "icon icon-settings" })),
|
|
377
|
+
React.createElement(Popup, { className: "shadow-settings-popup", target: this._settings, offset: 11, isOpen: this.state.isSettingsOpened, onClose: this._onCloseSettingsPopup, position: RelativePosition.Top },
|
|
378
|
+
React.createElement("div", { className: "shadow-settings-popup-container" },
|
|
379
|
+
React.createElement("div", { className: "shadow-settings-header" }, this._settingsPopupTitle),
|
|
380
|
+
React.createElement("div", { className: "shadow-settings-color" },
|
|
381
|
+
React.createElement("div", { className: "shadow-settings-color-top" },
|
|
382
|
+
React.createElement(SaturationPicker, { hsv: this.state.shadowColor.toHSV(), onSaturationChange: this._handleHueOrSaturationChange })),
|
|
383
|
+
React.createElement("div", { className: "shadow-settings-color-bottom" },
|
|
384
|
+
React.createElement("div", { className: "shadow-settings-color-bottom-left" },
|
|
385
|
+
React.createElement(HueSlider, { hsv: this.state.shadowColor.toHSV(), onHueChange: this._handleHueOrSaturationChange, isHorizontal: true })),
|
|
386
|
+
React.createElement("div", { className: "shadow-settings-color-bottom-right" },
|
|
387
|
+
React.createElement(ColorSwatch, { style: colorSwatchStyle, colorDef: this.state.shadowColor, round: false })))),
|
|
388
|
+
React.createElement("div", { className: "shadow-settings-color-presets" },
|
|
389
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[0], round: false, onColorPick: this._onPresetColorPick }),
|
|
390
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[1], round: false, onColorPick: this._onPresetColorPick }),
|
|
391
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[2], round: false, onColorPick: this._onPresetColorPick }),
|
|
392
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[3], round: false, onColorPick: this._onPresetColorPick }),
|
|
393
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[4], round: false, onColorPick: this._onPresetColorPick }),
|
|
394
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[5], round: false, onColorPick: this._onPresetColorPick }),
|
|
395
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[6], round: false, onColorPick: this._onPresetColorPick }),
|
|
396
|
+
React.createElement(ColorSwatch, { colorDef: this._presetColors[7], round: false, onColorPick: this._onPresetColorPick })))))));
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
399
|
//# sourceMappingURL=SolarTimeline.js.map
|