@itwin/imodel-components-react 4.9.0 → 4.10.0

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.
Files changed (160) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/lib/cjs/imodel-components-react/UiIModelComponents.js +2 -4
  3. package/lib/cjs/imodel-components-react/UiIModelComponents.js.map +1 -1
  4. package/lib/cjs/imodel-components-react/color/AlphaSlider.d.ts.map +1 -1
  5. package/lib/cjs/imodel-components-react/color/AlphaSlider.js +8 -6
  6. package/lib/cjs/imodel-components-react/color/AlphaSlider.js.map +1 -1
  7. package/lib/cjs/imodel-components-react/color/ColorPickerButton.js +1 -1
  8. package/lib/cjs/imodel-components-react/color/ColorPickerButton.js.map +1 -1
  9. package/lib/cjs/imodel-components-react/color/HueSlider.d.ts.map +1 -1
  10. package/lib/cjs/imodel-components-react/color/HueSlider.js +8 -6
  11. package/lib/cjs/imodel-components-react/color/HueSlider.js.map +1 -1
  12. package/lib/cjs/imodel-components-react/color/SaturationPicker.js +8 -8
  13. package/lib/cjs/imodel-components-react/color/SaturationPicker.js.map +1 -1
  14. package/lib/cjs/imodel-components-react/editors/ColorEditor.js +1 -1
  15. package/lib/cjs/imodel-components-react/editors/ColorEditor.js.map +1 -1
  16. package/lib/cjs/imodel-components-react/editors/WeightEditor.d.ts.map +1 -1
  17. package/lib/cjs/imodel-components-react/editors/WeightEditor.js.map +1 -1
  18. package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.d.ts +3 -1
  19. package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.d.ts.map +1 -1
  20. package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js +5 -5
  21. package/lib/cjs/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
  22. package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.js +3 -3
  23. package/lib/cjs/imodel-components-react/lineweight/WeightPickerButton.js.map +1 -1
  24. package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js +5 -10
  25. package/lib/cjs/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
  26. package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.d.ts.map +1 -1
  27. package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.js +2 -1
  28. package/lib/cjs/imodel-components-react/navigationaids/DrawingNavigationAid.js.map +1 -1
  29. package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js +1 -1
  30. package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.js.map +1 -1
  31. package/lib/cjs/imodel-components-react/quantityformat/FormatPanel.scss +0 -4
  32. package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.js +1 -2
  33. package/lib/cjs/imodel-components-react/quantityformat/FormatPrecision.js.map +1 -1
  34. package/lib/cjs/imodel-components-react/quantityformat/FormatSample.js +3 -3
  35. package/lib/cjs/imodel-components-react/quantityformat/FormatSample.js.map +1 -1
  36. package/lib/cjs/imodel-components-react/quantityformat/FormatType.js +3 -2
  37. package/lib/cjs/imodel-components-react/quantityformat/FormatType.js.map +1 -1
  38. package/lib/cjs/imodel-components-react/quantityformat/FormatUnitLabel.js +1 -2
  39. package/lib/cjs/imodel-components-react/quantityformat/FormatUnitLabel.js.map +1 -1
  40. package/lib/cjs/imodel-components-react/quantityformat/FormatUnits.js +6 -10
  41. package/lib/cjs/imodel-components-react/quantityformat/FormatUnits.js.map +1 -1
  42. package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.d.ts.map +1 -1
  43. package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.js +6 -10
  44. package/lib/cjs/imodel-components-react/quantityformat/MiscFormatOptions.js.map +1 -1
  45. package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSelector.d.ts.map +1 -1
  46. package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSelector.js +2 -5
  47. package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSelector.js.map +1 -1
  48. package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSeparator.js +1 -2
  49. package/lib/cjs/imodel-components-react/quantityformat/misc/ThousandsSeparator.js.map +1 -1
  50. package/lib/cjs/imodel-components-react/timeline/InlineEdit.js +2 -2
  51. package/lib/cjs/imodel-components-react/timeline/InlineEdit.js.map +1 -1
  52. package/lib/cjs/imodel-components-react/timeline/InlineEdit.scss +1 -4
  53. package/lib/cjs/imodel-components-react/timeline/PlayButton.d.ts +24 -0
  54. package/lib/cjs/imodel-components-react/timeline/PlayButton.d.ts.map +1 -0
  55. package/lib/cjs/imodel-components-react/timeline/{PlayerButton.js → PlayButton.js} +5 -25
  56. package/lib/cjs/imodel-components-react/timeline/PlayButton.js.map +1 -0
  57. package/lib/cjs/imodel-components-react/timeline/{PlayerButton.scss → PlayButton.scss} +1 -1
  58. package/lib/cjs/imodel-components-react/timeline/Scrubber.d.ts +1 -4
  59. package/lib/cjs/imodel-components-react/timeline/Scrubber.d.ts.map +1 -1
  60. package/lib/cjs/imodel-components-react/timeline/Scrubber.js +13 -33
  61. package/lib/cjs/imodel-components-react/timeline/Scrubber.js.map +1 -1
  62. package/lib/cjs/imodel-components-react/timeline/Scrubber.scss +5 -5
  63. package/lib/cjs/imodel-components-react/timeline/SolarTimeline.d.ts.map +1 -1
  64. package/lib/cjs/imodel-components-react/timeline/SolarTimeline.js +10 -27
  65. package/lib/cjs/imodel-components-react/timeline/SolarTimeline.js.map +1 -1
  66. package/lib/cjs/imodel-components-react/timeline/SolarTimeline.scss +7 -13
  67. package/lib/cjs/imodel-components-react/timeline/TimelineComponent.d.ts +28 -66
  68. package/lib/cjs/imodel-components-react/timeline/TimelineComponent.d.ts.map +1 -1
  69. package/lib/cjs/imodel-components-react/timeline/TimelineComponent.js +216 -359
  70. package/lib/cjs/imodel-components-react/timeline/TimelineComponent.js.map +1 -1
  71. package/lib/cjs/imodel-components-react/timeline/TimelineComponent.scss +27 -157
  72. package/lib/cjs/imodel-components-react/viewport/ViewportComponent.js +7 -9
  73. package/lib/cjs/imodel-components-react/viewport/ViewportComponent.js.map +1 -1
  74. package/lib/cjs/imodel-components-react.d.ts +0 -1
  75. package/lib/cjs/imodel-components-react.d.ts.map +1 -1
  76. package/lib/cjs/imodel-components-react.js +0 -1
  77. package/lib/cjs/imodel-components-react.js.map +1 -1
  78. package/lib/esm/imodel-components-react/UiIModelComponents.js +2 -4
  79. package/lib/esm/imodel-components-react/UiIModelComponents.js.map +1 -1
  80. package/lib/esm/imodel-components-react/color/AlphaSlider.d.ts.map +1 -1
  81. package/lib/esm/imodel-components-react/color/AlphaSlider.js +8 -6
  82. package/lib/esm/imodel-components-react/color/AlphaSlider.js.map +1 -1
  83. package/lib/esm/imodel-components-react/color/ColorPickerButton.js +1 -1
  84. package/lib/esm/imodel-components-react/color/ColorPickerButton.js.map +1 -1
  85. package/lib/esm/imodel-components-react/color/HueSlider.d.ts.map +1 -1
  86. package/lib/esm/imodel-components-react/color/HueSlider.js +8 -6
  87. package/lib/esm/imodel-components-react/color/HueSlider.js.map +1 -1
  88. package/lib/esm/imodel-components-react/color/SaturationPicker.js +8 -8
  89. package/lib/esm/imodel-components-react/color/SaturationPicker.js.map +1 -1
  90. package/lib/esm/imodel-components-react/editors/ColorEditor.js +1 -1
  91. package/lib/esm/imodel-components-react/editors/ColorEditor.js.map +1 -1
  92. package/lib/esm/imodel-components-react/editors/WeightEditor.d.ts.map +1 -1
  93. package/lib/esm/imodel-components-react/editors/WeightEditor.js.map +1 -1
  94. package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.d.ts +3 -1
  95. package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.d.ts.map +1 -1
  96. package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js +5 -5
  97. package/lib/esm/imodel-components-react/inputs/QuantityNumberInput.js.map +1 -1
  98. package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.js +3 -3
  99. package/lib/esm/imodel-components-react/lineweight/WeightPickerButton.js.map +1 -1
  100. package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js +5 -10
  101. package/lib/esm/imodel-components-react/navigationaids/CubeNavigationAid.js.map +1 -1
  102. package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.d.ts.map +1 -1
  103. package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.js +2 -1
  104. package/lib/esm/imodel-components-react/navigationaids/DrawingNavigationAid.js.map +1 -1
  105. package/lib/esm/imodel-components-react/quantityformat/FormatPanel.js +1 -1
  106. package/lib/esm/imodel-components-react/quantityformat/FormatPanel.js.map +1 -1
  107. package/lib/esm/imodel-components-react/quantityformat/FormatPanel.scss +0 -4
  108. package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.js +1 -2
  109. package/lib/esm/imodel-components-react/quantityformat/FormatPrecision.js.map +1 -1
  110. package/lib/esm/imodel-components-react/quantityformat/FormatSample.js +3 -3
  111. package/lib/esm/imodel-components-react/quantityformat/FormatSample.js.map +1 -1
  112. package/lib/esm/imodel-components-react/quantityformat/FormatType.js +3 -2
  113. package/lib/esm/imodel-components-react/quantityformat/FormatType.js.map +1 -1
  114. package/lib/esm/imodel-components-react/quantityformat/FormatUnitLabel.js +1 -2
  115. package/lib/esm/imodel-components-react/quantityformat/FormatUnitLabel.js.map +1 -1
  116. package/lib/esm/imodel-components-react/quantityformat/FormatUnits.js +6 -10
  117. package/lib/esm/imodel-components-react/quantityformat/FormatUnits.js.map +1 -1
  118. package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.d.ts.map +1 -1
  119. package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.js +6 -10
  120. package/lib/esm/imodel-components-react/quantityformat/MiscFormatOptions.js.map +1 -1
  121. package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSelector.d.ts.map +1 -1
  122. package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSelector.js +2 -5
  123. package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSelector.js.map +1 -1
  124. package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSeparator.js +1 -2
  125. package/lib/esm/imodel-components-react/quantityformat/misc/ThousandsSeparator.js.map +1 -1
  126. package/lib/esm/imodel-components-react/timeline/InlineEdit.js +2 -2
  127. package/lib/esm/imodel-components-react/timeline/InlineEdit.js.map +1 -1
  128. package/lib/esm/imodel-components-react/timeline/InlineEdit.scss +1 -4
  129. package/lib/esm/imodel-components-react/timeline/PlayButton.d.ts +24 -0
  130. package/lib/esm/imodel-components-react/timeline/PlayButton.d.ts.map +1 -0
  131. package/lib/esm/imodel-components-react/timeline/{PlayerButton.js → PlayButton.js} +4 -23
  132. package/lib/esm/imodel-components-react/timeline/PlayButton.js.map +1 -0
  133. package/lib/esm/imodel-components-react/timeline/{PlayerButton.scss → PlayButton.scss} +1 -1
  134. package/lib/esm/imodel-components-react/timeline/Scrubber.d.ts +1 -4
  135. package/lib/esm/imodel-components-react/timeline/Scrubber.d.ts.map +1 -1
  136. package/lib/esm/imodel-components-react/timeline/Scrubber.js +13 -33
  137. package/lib/esm/imodel-components-react/timeline/Scrubber.js.map +1 -1
  138. package/lib/esm/imodel-components-react/timeline/Scrubber.scss +5 -5
  139. package/lib/esm/imodel-components-react/timeline/SolarTimeline.d.ts.map +1 -1
  140. package/lib/esm/imodel-components-react/timeline/SolarTimeline.js +9 -26
  141. package/lib/esm/imodel-components-react/timeline/SolarTimeline.js.map +1 -1
  142. package/lib/esm/imodel-components-react/timeline/SolarTimeline.scss +7 -13
  143. package/lib/esm/imodel-components-react/timeline/TimelineComponent.d.ts +28 -66
  144. package/lib/esm/imodel-components-react/timeline/TimelineComponent.d.ts.map +1 -1
  145. package/lib/esm/imodel-components-react/timeline/TimelineComponent.js +217 -357
  146. package/lib/esm/imodel-components-react/timeline/TimelineComponent.js.map +1 -1
  147. package/lib/esm/imodel-components-react/timeline/TimelineComponent.scss +27 -157
  148. package/lib/esm/imodel-components-react/viewport/ViewportComponent.js +7 -9
  149. package/lib/esm/imodel-components-react/viewport/ViewportComponent.js.map +1 -1
  150. package/lib/esm/imodel-components-react.d.ts +0 -1
  151. package/lib/esm/imodel-components-react.d.ts.map +1 -1
  152. package/lib/esm/imodel-components-react.js +0 -1
  153. package/lib/esm/imodel-components-react.js.map +1 -1
  154. package/package.json +22 -22
  155. package/lib/cjs/imodel-components-react/timeline/PlayerButton.d.ts +0 -34
  156. package/lib/cjs/imodel-components-react/timeline/PlayerButton.d.ts.map +0 -1
  157. package/lib/cjs/imodel-components-react/timeline/PlayerButton.js.map +0 -1
  158. package/lib/esm/imodel-components-react/timeline/PlayerButton.d.ts +0 -34
  159. package/lib/esm/imodel-components-react/timeline/PlayerButton.d.ts.map +0 -1
  160. package/lib/esm/imodel-components-react/timeline/PlayerButton.js.map +0 -1
@@ -7,10 +7,6 @@
7
7
  $top-position: 6px;
8
8
  $bottom-position: 4px;
9
9
 
10
- .solar-slider.solar-timeline > .iui-slider-container {
11
- height: 28px;
12
- }
13
-
14
10
  .solar-timeline-wrapper {
15
11
  box-sizing: border-box;
16
12
  background: var(--iui-color-background);
@@ -69,16 +65,13 @@ $bottom-position: 4px;
69
65
  color: var(--iui-color-text);
70
66
  font-size: var(--iui-font-size-1);
71
67
  cursor: pointer;
68
+ gap: 6px;
72
69
 
73
70
  &:focus-visible {
74
71
  outline: 1px solid var(--iui-color-border-accent);
75
72
  outline-offset: -1px;
76
73
  }
77
74
 
78
- > span:nth-child(2) {
79
- margin: 0 6px;
80
- }
81
-
82
75
  > .icon-calendar {
83
76
  flex-grow: 1;
84
77
  margin-left: auto;
@@ -125,13 +118,18 @@ $bottom-position: 4px;
125
118
  }
126
119
  }
127
120
 
128
- .solar-slider {
121
+ .solar-timeline {
129
122
  position: relative;
130
123
  display: flex;
131
124
  box-sizing: border-box;
132
125
  align-items: center;
133
126
  flex: 1;
134
127
 
128
+ .solar-slider {
129
+ position: relative;
130
+ flex: 1;
131
+ }
132
+
135
133
  .rail-outer {
136
134
  position: absolute;
137
135
  top: 50%;
@@ -248,10 +246,6 @@ $bottom-position: 4px;
248
246
  margin-bottom: 8px;
249
247
  }
250
248
 
251
- .solar-timeline-wrapper .solar-timeline {
252
- display: flex;
253
- }
254
-
255
249
  .solar-timeline-wrapper.expanded {
256
250
  height: 100px;
257
251
  }
@@ -1,9 +1,11 @@
1
- import type { DateFormatOptions } from "@itwin/components-react";
1
+ /** @packageDocumentation
2
+ * @module Timeline
3
+ */
4
+ import "./TimelineComponent.scss";
2
5
  import * as React from "react";
6
+ import type { DateFormatOptions } from "@itwin/components-react";
3
7
  import type { PlaybackSettings } from "./interfaces";
4
- import "./TimelineComponent.scss";
5
- /**
6
- * [[TimelineMenuItemOption]]: specifies how the app wants the timeline speeds to be installed on the TimelineComponent's ContextMenu
8
+ /** [[TimelineMenuItemOption]]: specifies how the app wants the timeline speeds to be installed on the TimelineComponent's ContextMenu
7
9
  * "replace" : use the app-supplied items in place of the standard items
8
10
  * "append" : add the app-supplied items following the standard items
9
11
  * "prefix" : add the app-supplied items before the standard items
@@ -11,8 +13,7 @@ import "./TimelineComponent.scss";
11
13
  * @public
12
14
  */
13
15
  export type TimelineMenuItemOption = "replace" | "append" | "prefix";
14
- /**
15
- * [[TimelineMenuItemProps]] specifies playback speed entries in the Timeline's ContextMenu
16
+ /** [[TimelineMenuItemProps]] specifies playback speed entries in the Timeline's ContextMenu
16
17
  * @public
17
18
  */
18
19
  export interface TimelineMenuItemProps {
@@ -30,8 +31,7 @@ export interface TimelineDateMarkerProps {
30
31
  /** ReactNode to use as the marker on the timeline. If undefined, a short vertical bar will mark the date. */
31
32
  dateMarker?: React.ReactNode;
32
33
  }
33
- /**
34
- * [[TimelineComponentProps]] configure the timeline
34
+ /** [[TimelineComponentProps]] configure the timeline
35
35
  * @public
36
36
  */
37
37
  export interface TimelineComponentProps {
@@ -39,13 +39,19 @@ export interface TimelineComponentProps {
39
39
  startDate?: Date;
40
40
  /** End date: end of the date range of a date-based timeline. */
41
41
  endDate?: Date;
42
- /** Total duration: range of the timeline in milliseconds. */
42
+ /** Total duration: range of the timeline in milliseconds.
43
+ * @note This can be changed by user interaction. See {@link TimelineComponentProps.appMenuItems}.
44
+ */
43
45
  totalDuration: number;
44
46
  /** Initial value for the current duration (the location of the thumb) in milliseconds */
45
47
  initialDuration?: number;
46
- /** Show in minimized mode (For future use. This prop will always be treated as true.) */
48
+ /** Show in minimized mode (For future use. This prop will always be treated as true.)
49
+ * @deprecated in 4.10.x. Has no effect.
50
+ */
47
51
  minimized?: boolean;
48
- /** When playing, repeat indefinitely */
52
+ /** When playing, repeat indefinitely. Defaults to `false`.
53
+ * @note This can be changed by user interaction. See {@link TimelineComponentProps.includeRepeat}.
54
+ */
49
55
  repeat?: boolean;
50
56
  /** Show duration instead of time */
51
57
  showDuration?: boolean;
@@ -53,19 +59,23 @@ export interface TimelineComponentProps {
53
59
  onChange?: (duration: number) => void;
54
60
  /** Callback triggered when play/pause button is pressed */
55
61
  onPlayPause?: (playing: boolean) => void;
56
- /** Callback triggered when backward/forward buttons are pressed */
62
+ /** Callback triggered when backward/forward buttons are pressed.
63
+ * @deprecated in 4.10.x. Has no effect.
64
+ */
57
65
  onJump?: (forward: boolean) => void;
58
66
  /** Callback triggered when a setting is changed */
59
67
  onSettingsChange?: (arg: PlaybackSettings) => void;
60
- /** Always display in miniMode with no expand menu (For future use. This prop will always be treated as true) */
68
+ /** Always display in miniMode with no expand menu (For future use. This prop will always be treated as true)
69
+ * @deprecated in 4.10.x. Has no effect.
70
+ */
61
71
  alwaysMinimized?: boolean;
62
72
  /** ComponentId -- must be set to use TimelineComponentEvents */
63
73
  componentId?: string;
64
- /** Include the repeat option on the Timeline Context Menu */
74
+ /** Include the repeat option on the Timeline Context Menu. Defaults to `true`. */
65
75
  includeRepeat?: boolean;
66
- /** App-supplied speed entries in the Timeline Context Menu */
76
+ /** App-supplied speed entries in the Timeline Context Menu. Defaults to `[Slow, Medium, Fast]` items. */
67
77
  appMenuItems?: TimelineMenuItemProps[];
68
- /** How to include the supplied app menu items in the Timeline Context Menu (prefix, append, replace)*/
78
+ /** How to include the supplied app menu items in the Timeline Context Menu (prefix, append or replace). Defaults to `replace`. */
69
79
  appMenuItemOption?: TimelineMenuItemOption;
70
80
  /** Display date and time offset by the number of minutes specified. When undefined - local timezone will be used */
71
81
  timeZoneOffset?: number;
@@ -76,56 +86,8 @@ export interface TimelineComponentProps {
76
86
  /** Options used to format time string. If not defined it will user browser default locale settings. */
77
87
  timeFormatOptions?: DateFormatOptions;
78
88
  }
79
- /** @internal */
80
- interface TimelineComponentState {
81
- /** True if timeline is currently playing, false if paused */
82
- isPlaying: boolean;
83
- /** Minimized mode (For future use. This will always be true) */
84
- minimized?: boolean;
85
- /** Current duration in milliseconds */
86
- currentDuration: number;
87
- /** Total duration in milliseconds */
88
- totalDuration: number;
89
- /** If true, automatically restart when the timeline is finished playing */
90
- repeat: boolean;
91
- /** If true, include the repeat option in the timeline context menu */
92
- includeRepeat: boolean;
93
- }
94
- /**
95
- * [[TimelineComponent]] is used to playback timeline data
89
+ /** [[TimelineComponent]] is used to playback timeline data
96
90
  * @public
97
91
  */
98
- export declare class TimelineComponent extends React.Component<TimelineComponentProps, TimelineComponentState> {
99
- private _timeLastCycle;
100
- private _requestFrame;
101
- private _unmounted;
102
- private _repeatLabel;
103
- private _removeListener?;
104
- private _standardTimelineMenuItems;
105
- constructor(props: TimelineComponentProps);
106
- componentWillUnmount(): void;
107
- shouldComponentUpdate(nextProps: TimelineComponentProps, nextState: TimelineComponentState): boolean;
108
- componentDidUpdate(prevProps: TimelineComponentProps): void;
109
- private _handleTimelinePausePlayEvent;
110
- private _onBackward;
111
- private _onForward;
112
- private _onPlay;
113
- private _onPause;
114
- private _onTimelineChange;
115
- private _setDuration;
116
- private _updateAnimation;
117
- private _play;
118
- private _replay;
119
- private _displayTime;
120
- private _getMilliseconds;
121
- private _onTotalDurationChange;
122
- private _changeRepeatSetting;
123
- private _onRepeatChanged;
124
- private _currentDate;
125
- private _onSetTotalDuration;
126
- private _createMenuItemNode;
127
- private _renderSettings;
128
- render(): React.JSX.Element;
129
- }
130
- export {};
92
+ export declare function TimelineComponent(props: TimelineComponentProps): React.JSX.Element;
131
93
  //# sourceMappingURL=TimelineComponent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimelineComponent.d.ts","sourceRoot":"","sources":["../../../../src/imodel-components-react/timeline/TimelineComponent.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TimelineComponent.d.ts","sourceRoot":"","sources":["../../../../src/imodel-components-react/timeline/TimelineComponent.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,OAAO,0BAA0B,CAAC;AAClC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAejE,OAAO,KAAK,EAAE,gBAAgB,EAAyB,MAAM,cAAc,CAAC;AAS5E;;;;;;GAMG;AACH,MAAM,MAAM,sBAAsB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAErE;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;IAEd,+CAA+C;IAC/C,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,6DAA6D;IAC7D,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6GAA6G;IAC7G,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,wEAAwE;IACxE,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,gEAAgE;IAChE,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB,yFAAyF;IACzF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oCAAoC;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,2DAA2D;IAC3D,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACnD;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gEAAgE;IAChE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kFAAkF;IAClF,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,yGAAyG;IACzG,YAAY,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACvC,kIAAkI;IAClI,iBAAiB,CAAC,EAAE,sBAAsB,CAAC;IAC3C,oHAAoH;IACpH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0HAA0H;IAC1H,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IACnC,uGAAuG;IACvG,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,uGAAuG;IACvG,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,qBA8M9D"}