@itwin/imodel-components-react 4.0.0-dev.11 → 4.0.0-dev.13
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.d.ts.map +1 -1
- package/lib/cjs/imodel-components-react/UiIModelComponents.js +75 -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 +190 -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 +112 -108
- package/lib/cjs/imodel-components-react/color/ColorPickerButton.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/ColorPickerButton.scss +90 -90
- package/lib/cjs/imodel-components-react/color/ColorPickerDialog.d.ts +23 -23
- package/lib/cjs/imodel-components-react/color/ColorPickerDialog.js +78 -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 +149 -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 +143 -139
- package/lib/cjs/imodel-components-react/color/ColorPickerPopup.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/ColorPickerPopup.scss +62 -62
- package/lib/cjs/imodel-components-react/color/HueSlider.d.ts +22 -22
- package/lib/cjs/imodel-components-react/color/HueSlider.js +203 -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 +217 -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 +64 -60
- package/lib/cjs/imodel-components-react/color/Swatch.js.map +1 -1
- package/lib/cjs/imodel-components-react/color/Swatch.scss +22 -22
- 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 +155 -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 +164 -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 +100 -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.d.ts.map +1 -1
- package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js +272 -268
- package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
- package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.scss +106 -106
- package/lib/cjs/imodel-components-react/lineweight/Swatch.d.ts +33 -33
- package/lib/cjs/imodel-components-react/lineweight/Swatch.js +89 -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 +163 -159
- package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.js.map +1 -1
- package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.scss +51 -52
- package/lib/cjs/imodel-components-react/navigationaids/Cube.d.ts +45 -45
- package/lib/cjs/imodel-components-react/navigationaids/Cube.js +131 -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 +175 -174
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.d.ts.map +1 -1
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js +650 -638
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
- package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.scss +178 -178
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.d.ts +145 -145
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.js +657 -653
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.js.map +1 -1
- package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.scss +135 -135
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.d.ts +26 -26
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js +103 -99
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js.map +1 -1
- package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.scss +59 -63
- package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.d.ts +17 -17
- package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.js +56 -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 +88 -84
- 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 +89 -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 +112 -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 +187 -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 +149 -145
- 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 +63 -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 +51 -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 +58 -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 +52 -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 +54 -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 +62 -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 +51 -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 +60 -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 +98 -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 +123 -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 +85 -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 +99 -95
- package/lib/cjs/imodel-components-react/timeline/PlayerButton.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/PlayerButton.scss +28 -28
- package/lib/cjs/imodel-components-react/timeline/Scrubber.d.ts +54 -54
- package/lib/cjs/imodel-components-react/timeline/Scrubber.js +195 -191
- package/lib/cjs/imodel-components-react/timeline/Scrubber.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/Scrubber.scss +105 -105
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.d.ts +77 -77
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.js +432 -428
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/SolarTimeline.scss +359 -359
- package/lib/cjs/imodel-components-react/timeline/SpeedTimeline.d.ts +15 -15
- package/lib/cjs/imodel-components-react/timeline/SpeedTimeline.js +58 -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 +130 -133
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.d.ts.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.js +398 -365
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.js.map +1 -1
- package/lib/cjs/imodel-components-react/timeline/TimelineComponent.scss +178 -161
- package/lib/cjs/imodel-components-react/timeline/interfaces.d.ts +174 -174
- package/lib/cjs/imodel-components-react/timeline/interfaces.d.ts.map +1 -1
- 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.d.ts.map +1 -1
- package/lib/cjs/imodel-components-react/viewport/ViewportComponent.js +276 -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 +105 -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.d.ts.map +1 -1
- package/lib/esm/imodel-components-react/UiIModelComponents.js +72 -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 +83 -83
- package/lib/esm/imodel-components-react/color/ColorPickerButton.js.map +1 -1
- package/lib/esm/imodel-components-react/color/ColorPickerButton.scss +90 -90
- 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 +114 -114
- package/lib/esm/imodel-components-react/color/ColorPickerPopup.js.map +1 -1
- package/lib/esm/imodel-components-react/color/ColorPickerPopup.scss +62 -62
- 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 +22 -22
- 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.d.ts.map +1 -1
- package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js +243 -243
- package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
- package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.scss +106 -106
- 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 +134 -133
- package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.js.map +1 -1
- package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.scss +51 -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 +175 -174
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.d.ts.map +1 -1
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js +620 -610
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
- package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.scss +178 -178
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.d.ts +145 -145
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.js +627 -626
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.js.map +1 -1
- package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.scss +135 -135
- 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 +59 -63
- package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.d.ts +17 -17
- package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.js +29 -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 +61 -61
- 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 +62 -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 +82 -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 +106 -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 +157 -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 +122 -122
- 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 +68 -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 +68 -68
- package/lib/esm/imodel-components-react/timeline/PlayerButton.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/PlayerButton.scss +28 -28
- 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 +105 -105
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.d.ts +77 -77
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.js +402 -402
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/SolarTimeline.scss +359 -359
- 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 +130 -133
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.d.ts.map +1 -1
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.js +368 -339
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.js.map +1 -1
- package/lib/esm/imodel-components-react/timeline/TimelineComponent.scss +178 -161
- package/lib/esm/imodel-components-react/timeline/interfaces.d.ts +174 -174
- package/lib/esm/imodel-components-react/timeline/interfaces.d.ts.map +1 -1
- 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.d.ts.map +1 -1
- package/lib/esm/imodel-components-react/viewport/ViewportComponent.js +249 -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 +96 -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 +24 -28
|
@@ -1,139 +1,139 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeline": {
|
|
3
|
-
"expand": "Expand",
|
|
4
|
-
"minimize": "Minimize",
|
|
5
|
-
"repeat": "Repeat",
|
|
6
|
-
"slow": "Speed: slow",
|
|
7
|
-
"medium": "Speed: medium",
|
|
8
|
-
"fast": "Speed: fast",
|
|
9
|
-
"play": "Play",
|
|
10
|
-
"pause": "Pause",
|
|
11
|
-
"backward": "Backward",
|
|
12
|
-
"forward": "Forward",
|
|
13
|
-
"step": "Step"
|
|
14
|
-
},
|
|
15
|
-
"solartimeline": {
|
|
16
|
-
"play": "Play",
|
|
17
|
-
"settings": "Settings",
|
|
18
|
-
"speed": "Speed",
|
|
19
|
-
"dateTime": "Set Date/Time"
|
|
20
|
-
},
|
|
21
|
-
"solarsettings": {
|
|
22
|
-
"shadowcolor": "Shadow Color"
|
|
23
|
-
},
|
|
24
|
-
"errors": {
|
|
25
|
-
"unable-to-parse-quantity": "Unable to parse string into quantity"
|
|
26
|
-
},
|
|
27
|
-
"cube": {
|
|
28
|
-
"front": "Front",
|
|
29
|
-
"back": "Back",
|
|
30
|
-
"top": "Top",
|
|
31
|
-
"bottom": "Bottom",
|
|
32
|
-
"left": "Left",
|
|
33
|
-
"right": "Right"
|
|
34
|
-
},
|
|
35
|
-
"drawing": {
|
|
36
|
-
"unrotate": "Un-Rotate",
|
|
37
|
-
"rotateStyle": "Toggle background-rotate"
|
|
38
|
-
},
|
|
39
|
-
"color": {
|
|
40
|
-
"close": "Close",
|
|
41
|
-
"hue": "Hue",
|
|
42
|
-
"saturation": "Saturation",
|
|
43
|
-
"toggleColorPopup": "Toggle Color Picker Popup",
|
|
44
|
-
"transparency": "Transparency"
|
|
45
|
-
},
|
|
46
|
-
"QuantityInput": {
|
|
47
|
-
"ParseError": "Parse Error, status=",
|
|
48
|
-
"NoParserDefined": "No Parser Defined!"
|
|
49
|
-
},
|
|
50
|
-
"QuantityFormat": {
|
|
51
|
-
"none": "None",
|
|
52
|
-
"dash": "Dash",
|
|
53
|
-
"space": "Space",
|
|
54
|
-
"decimal": "Decimal",
|
|
55
|
-
"scientific": "Scientific",
|
|
56
|
-
"station": "Station",
|
|
57
|
-
"fractional": "Fractional",
|
|
58
|
-
"labels": {
|
|
59
|
-
"compositeSpacer": "Composite Spacer",
|
|
60
|
-
"formatted": "Formatted",
|
|
61
|
-
"precision": "Precision",
|
|
62
|
-
"type": "Type",
|
|
63
|
-
"appendUnitLabel": "Append Unit Label",
|
|
64
|
-
"labelSeparator": "Label Separator",
|
|
65
|
-
"signOptionLabel": "Sign Option",
|
|
66
|
-
"stationOffsetLabel": "Station Offset",
|
|
67
|
-
"stationSeparatorLabel": "Station Separator",
|
|
68
|
-
"decimalSeparatorLabel": "Decimal Separator",
|
|
69
|
-
"showTrailZerosLabel": "Show Trail Zeros",
|
|
70
|
-
"keepSingleZeroLabel": "Keep Single Zero",
|
|
71
|
-
"zeroEmptyLabel": "Zero Empty",
|
|
72
|
-
"moreLabel": "More",
|
|
73
|
-
"lessLabel": "Less",
|
|
74
|
-
"keepDecimalPointLabel": "Keep Decimal Point",
|
|
75
|
-
"fractionDashLabel": "Fraction Dash",
|
|
76
|
-
"scientificTypeLabel": "Scientific Type",
|
|
77
|
-
"useThousandSeparatorLabel": "Use Thousand Separator",
|
|
78
|
-
"thousandSeparatorLabel": "Thousand Separator",
|
|
79
|
-
"value": "Value"
|
|
80
|
-
},
|
|
81
|
-
"fraction_precision": {
|
|
82
|
-
"whole": "Whole",
|
|
83
|
-
"half": "1/2",
|
|
84
|
-
"quarter": "1/4",
|
|
85
|
-
"eighth": "1/8",
|
|
86
|
-
"sixteenth": "1/16",
|
|
87
|
-
"over32": "1/32",
|
|
88
|
-
"over64": "1/64",
|
|
89
|
-
"over128": "1/128",
|
|
90
|
-
"over256": "1/256"
|
|
91
|
-
},
|
|
92
|
-
"station_size": {
|
|
93
|
-
"two": "0+00",
|
|
94
|
-
"three": "0+000"
|
|
95
|
-
},
|
|
96
|
-
"station_separator": {
|
|
97
|
-
"plus": "+",
|
|
98
|
-
"minus": "-",
|
|
99
|
-
"blank": "Blank",
|
|
100
|
-
"caret": "^"
|
|
101
|
-
},
|
|
102
|
-
"decimal_precision": {
|
|
103
|
-
"zero": "1",
|
|
104
|
-
"one": "0.1",
|
|
105
|
-
"two": "0.01",
|
|
106
|
-
"three": "0.001",
|
|
107
|
-
"four": "0.0001",
|
|
108
|
-
"five": "0.00001",
|
|
109
|
-
"six": "0.0000001",
|
|
110
|
-
"seven": "0.0000001",
|
|
111
|
-
"eight": "0.00000001",
|
|
112
|
-
"nine": "0.000000001",
|
|
113
|
-
"ten": "0.0000000001",
|
|
114
|
-
"eleven": "0.00000000001",
|
|
115
|
-
"twelve": "0.000000000001"
|
|
116
|
-
},
|
|
117
|
-
"sign_option": {
|
|
118
|
-
"noSign": "No Sign",
|
|
119
|
-
"onlyNegative": "Only Negative",
|
|
120
|
-
"signAlways": "Always",
|
|
121
|
-
"negativeParentheses": "Negative Parentheses"
|
|
122
|
-
},
|
|
123
|
-
"thousand_separator": {
|
|
124
|
-
"comma": "Comma",
|
|
125
|
-
"point": "Point"
|
|
126
|
-
},
|
|
127
|
-
"decimal_separator": {
|
|
128
|
-
"comma": "Comma",
|
|
129
|
-
"point": "Point"
|
|
130
|
-
},
|
|
131
|
-
"scientific-type": {
|
|
132
|
-
"normalized": "Normalized",
|
|
133
|
-
"zero-normalized": "Zero Normalized"
|
|
134
|
-
},
|
|
135
|
-
"popupButton": {
|
|
136
|
-
"setFormat": "Set Format"
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"timeline": {
|
|
3
|
+
"expand": "Expand",
|
|
4
|
+
"minimize": "Minimize",
|
|
5
|
+
"repeat": "Repeat",
|
|
6
|
+
"slow": "Speed: slow",
|
|
7
|
+
"medium": "Speed: medium",
|
|
8
|
+
"fast": "Speed: fast",
|
|
9
|
+
"play": "Play",
|
|
10
|
+
"pause": "Pause",
|
|
11
|
+
"backward": "Backward",
|
|
12
|
+
"forward": "Forward",
|
|
13
|
+
"step": "Step"
|
|
14
|
+
},
|
|
15
|
+
"solartimeline": {
|
|
16
|
+
"play": "Play",
|
|
17
|
+
"settings": "Settings",
|
|
18
|
+
"speed": "Speed",
|
|
19
|
+
"dateTime": "Set Date/Time"
|
|
20
|
+
},
|
|
21
|
+
"solarsettings": {
|
|
22
|
+
"shadowcolor": "Shadow Color"
|
|
23
|
+
},
|
|
24
|
+
"errors": {
|
|
25
|
+
"unable-to-parse-quantity": "Unable to parse string into quantity"
|
|
26
|
+
},
|
|
27
|
+
"cube": {
|
|
28
|
+
"front": "Front",
|
|
29
|
+
"back": "Back",
|
|
30
|
+
"top": "Top",
|
|
31
|
+
"bottom": "Bottom",
|
|
32
|
+
"left": "Left",
|
|
33
|
+
"right": "Right"
|
|
34
|
+
},
|
|
35
|
+
"drawing": {
|
|
36
|
+
"unrotate": "Un-Rotate",
|
|
37
|
+
"rotateStyle": "Toggle background-rotate"
|
|
38
|
+
},
|
|
39
|
+
"color": {
|
|
40
|
+
"close": "Close",
|
|
41
|
+
"hue": "Hue",
|
|
42
|
+
"saturation": "Saturation",
|
|
43
|
+
"toggleColorPopup": "Toggle Color Picker Popup",
|
|
44
|
+
"transparency": "Transparency"
|
|
45
|
+
},
|
|
46
|
+
"QuantityInput": {
|
|
47
|
+
"ParseError": "Parse Error, status=",
|
|
48
|
+
"NoParserDefined": "No Parser Defined!"
|
|
49
|
+
},
|
|
50
|
+
"QuantityFormat": {
|
|
51
|
+
"none": "None",
|
|
52
|
+
"dash": "Dash",
|
|
53
|
+
"space": "Space",
|
|
54
|
+
"decimal": "Decimal",
|
|
55
|
+
"scientific": "Scientific",
|
|
56
|
+
"station": "Station",
|
|
57
|
+
"fractional": "Fractional",
|
|
58
|
+
"labels": {
|
|
59
|
+
"compositeSpacer": "Composite Spacer",
|
|
60
|
+
"formatted": "Formatted",
|
|
61
|
+
"precision": "Precision",
|
|
62
|
+
"type": "Type",
|
|
63
|
+
"appendUnitLabel": "Append Unit Label",
|
|
64
|
+
"labelSeparator": "Label Separator",
|
|
65
|
+
"signOptionLabel": "Sign Option",
|
|
66
|
+
"stationOffsetLabel": "Station Offset",
|
|
67
|
+
"stationSeparatorLabel": "Station Separator",
|
|
68
|
+
"decimalSeparatorLabel": "Decimal Separator",
|
|
69
|
+
"showTrailZerosLabel": "Show Trail Zeros",
|
|
70
|
+
"keepSingleZeroLabel": "Keep Single Zero",
|
|
71
|
+
"zeroEmptyLabel": "Zero Empty",
|
|
72
|
+
"moreLabel": "More",
|
|
73
|
+
"lessLabel": "Less",
|
|
74
|
+
"keepDecimalPointLabel": "Keep Decimal Point",
|
|
75
|
+
"fractionDashLabel": "Fraction Dash",
|
|
76
|
+
"scientificTypeLabel": "Scientific Type",
|
|
77
|
+
"useThousandSeparatorLabel": "Use Thousand Separator",
|
|
78
|
+
"thousandSeparatorLabel": "Thousand Separator",
|
|
79
|
+
"value": "Value"
|
|
80
|
+
},
|
|
81
|
+
"fraction_precision": {
|
|
82
|
+
"whole": "Whole",
|
|
83
|
+
"half": "1/2",
|
|
84
|
+
"quarter": "1/4",
|
|
85
|
+
"eighth": "1/8",
|
|
86
|
+
"sixteenth": "1/16",
|
|
87
|
+
"over32": "1/32",
|
|
88
|
+
"over64": "1/64",
|
|
89
|
+
"over128": "1/128",
|
|
90
|
+
"over256": "1/256"
|
|
91
|
+
},
|
|
92
|
+
"station_size": {
|
|
93
|
+
"two": "0+00",
|
|
94
|
+
"three": "0+000"
|
|
95
|
+
},
|
|
96
|
+
"station_separator": {
|
|
97
|
+
"plus": "+",
|
|
98
|
+
"minus": "-",
|
|
99
|
+
"blank": "Blank",
|
|
100
|
+
"caret": "^"
|
|
101
|
+
},
|
|
102
|
+
"decimal_precision": {
|
|
103
|
+
"zero": "1",
|
|
104
|
+
"one": "0.1",
|
|
105
|
+
"two": "0.01",
|
|
106
|
+
"three": "0.001",
|
|
107
|
+
"four": "0.0001",
|
|
108
|
+
"five": "0.00001",
|
|
109
|
+
"six": "0.0000001",
|
|
110
|
+
"seven": "0.0000001",
|
|
111
|
+
"eight": "0.00000001",
|
|
112
|
+
"nine": "0.000000001",
|
|
113
|
+
"ten": "0.0000000001",
|
|
114
|
+
"eleven": "0.00000000001",
|
|
115
|
+
"twelve": "0.000000000001"
|
|
116
|
+
},
|
|
117
|
+
"sign_option": {
|
|
118
|
+
"noSign": "No Sign",
|
|
119
|
+
"onlyNegative": "Only Negative",
|
|
120
|
+
"signAlways": "Always",
|
|
121
|
+
"negativeParentheses": "Negative Parentheses"
|
|
122
|
+
},
|
|
123
|
+
"thousand_separator": {
|
|
124
|
+
"comma": "Comma",
|
|
125
|
+
"point": "Point"
|
|
126
|
+
},
|
|
127
|
+
"decimal_separator": {
|
|
128
|
+
"comma": "Comma",
|
|
129
|
+
"point": "Point"
|
|
130
|
+
},
|
|
131
|
+
"scientific-type": {
|
|
132
|
+
"normalized": "Normalized",
|
|
133
|
+
"zero-normalized": "Zero Normalized"
|
|
134
|
+
},
|
|
135
|
+
"popupButton": {
|
|
136
|
+
"setFormat": "Set Format"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.13",
|
|
4
4
|
"description": "iTwin.js UI IModel Components",
|
|
5
5
|
"main": "lib/cjs/imodel-components-react.js",
|
|
6
6
|
"module": "lib/esm/imodel-components-react.js",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/appui-abstract": "
|
|
24
|
-
"@itwin/components-react": "^4.0.0-dev.
|
|
25
|
-
"@itwin/core-bentley": "
|
|
26
|
-
"@itwin/core-common": "
|
|
27
|
-
"@itwin/core-frontend": "
|
|
28
|
-
"@itwin/core-geometry": "
|
|
29
|
-
"@itwin/core-quantity": "
|
|
30
|
-
"@itwin/core-react": "^4.0.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": ">=3.6.2",
|
|
24
|
+
"@itwin/components-react": "^4.0.0-dev.13",
|
|
25
|
+
"@itwin/core-bentley": ">=3.6.2",
|
|
26
|
+
"@itwin/core-common": ">=3.6.2",
|
|
27
|
+
"@itwin/core-frontend": ">=3.6.2",
|
|
28
|
+
"@itwin/core-geometry": ">=3.6.2",
|
|
29
|
+
"@itwin/core-quantity": ">=3.6.2",
|
|
30
|
+
"@itwin/core-react": "^4.0.0-dev.13",
|
|
31
31
|
"react": "^17.0.0 || ^18.0.0",
|
|
32
32
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
33
33
|
},
|
|
@@ -36,25 +36,24 @@
|
|
|
36
36
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@itwin/appui-abstract": "^3.6.
|
|
40
|
-
"@itwin/build-tools": "^3.6.
|
|
41
|
-
"@itwin/components-react": "4.0.0-dev.
|
|
42
|
-
"@itwin/core-bentley": "^3.6.
|
|
43
|
-
"@itwin/core-common": "^3.6.
|
|
44
|
-
"@itwin/core-frontend": "^3.6.
|
|
45
|
-
"@itwin/core-geometry": "^3.6.
|
|
46
|
-
"@itwin/core-orbitgt": "^3.6.
|
|
47
|
-
"@itwin/core-quantity": "^3.6.
|
|
48
|
-
"@itwin/core-react": "4.0.0-dev.
|
|
39
|
+
"@itwin/appui-abstract": "^3.6.2",
|
|
40
|
+
"@itwin/build-tools": "^3.6.2",
|
|
41
|
+
"@itwin/components-react": "4.0.0-dev.13",
|
|
42
|
+
"@itwin/core-bentley": "^3.6.2",
|
|
43
|
+
"@itwin/core-common": "^3.6.2",
|
|
44
|
+
"@itwin/core-frontend": "^3.6.2",
|
|
45
|
+
"@itwin/core-geometry": "^3.6.2",
|
|
46
|
+
"@itwin/core-orbitgt": "^3.6.2",
|
|
47
|
+
"@itwin/core-quantity": "^3.6.2",
|
|
48
|
+
"@itwin/core-react": "4.0.0-dev.13",
|
|
49
49
|
"@itwin/eslint-plugin": "^3.6.0",
|
|
50
|
-
"@itwin/webgl-compatibility": "^3.6.
|
|
50
|
+
"@itwin/webgl-compatibility": "^3.6.2",
|
|
51
51
|
"@testing-library/dom": "^8.11.2",
|
|
52
52
|
"@testing-library/react": "^12.0.0",
|
|
53
53
|
"@testing-library/react-hooks": "^7.0.2",
|
|
54
54
|
"@testing-library/user-event": "^14.4.2",
|
|
55
55
|
"@types/chai": "4.3.1",
|
|
56
56
|
"@types/chai-as-promised": "^7",
|
|
57
|
-
"@types/chai-spies": "^1.0.0",
|
|
58
57
|
"@types/chai-string": "^1.4.1",
|
|
59
58
|
"@types/faker": "^4.1.0",
|
|
60
59
|
"@types/mocha": "^8.2.2",
|
|
@@ -65,7 +64,6 @@
|
|
|
65
64
|
"@types/sinon-chai": "^3.2.0",
|
|
66
65
|
"chai": "^4.1.2",
|
|
67
66
|
"chai-as-promised": "^7",
|
|
68
|
-
"chai-spies": "1.0.0",
|
|
69
67
|
"chai-string": "^1.5.0",
|
|
70
68
|
"cpx2": "^3.0.0",
|
|
71
69
|
"eslint": "^7.11.0",
|
|
@@ -84,8 +82,7 @@
|
|
|
84
82
|
"sinon-chai": "^3.2.0",
|
|
85
83
|
"ts-node": "^10.8.2",
|
|
86
84
|
"typemoq": "^2.1.0",
|
|
87
|
-
"typescript": "~
|
|
88
|
-
"xmlhttprequest": "^1.8.0"
|
|
85
|
+
"typescript": "~5.0.2"
|
|
89
86
|
},
|
|
90
87
|
"//dependencies": [
|
|
91
88
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|
|
@@ -96,8 +93,7 @@
|
|
|
96
93
|
"@itwin/itwinui-react": "^2.5.0",
|
|
97
94
|
"@itwin/itwinui-variables": "^2.0.0",
|
|
98
95
|
"@itwin/itwinui-icons-react": "^2.1.0",
|
|
99
|
-
"classnames": "2.3.1"
|
|
100
|
-
"immer": "9.0.6"
|
|
96
|
+
"classnames": "2.3.1"
|
|
101
97
|
},
|
|
102
98
|
"nyc": {
|
|
103
99
|
"extends": "./node_modules/@itwin/build-tools/.nycrc",
|
|
@@ -137,8 +133,8 @@
|
|
|
137
133
|
"test": "mocha --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
|
|
138
134
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts,tsx --watch",
|
|
139
135
|
"docs": "npm run -s docs:reference && npm run -s docs:changelog",
|
|
140
|
-
"docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/
|
|
141
|
-
"docs:reference": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/
|
|
136
|
+
"docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/reference/imodel-components-react",
|
|
137
|
+
"docs:reference": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/reference/imodel-components-react/file.json --tsIndexFile=./imodel-components-react.ts --onlyJson"
|
|
142
138
|
},
|
|
143
139
|
"readme": "# @itwin/imodel-components-react\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/imodel-components-react__ package contains React components that depend on the imodeljs-frontend, imodeljs-common or imodeljs-quantity packages.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
144
140
|
}
|