@bryntum/taskboard-angular 7.1.1

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 (156) hide show
  1. package/README.md +44 -0
  2. package/bryntum-taskboard-angular.d.ts +5 -0
  3. package/bundles/bryntum-taskboard-angular.umd.js +56826 -0
  4. package/bundles/bryntum-taskboard-angular.umd.js.map +1 -0
  5. package/esm2015/bryntum-taskboard-angular.js +5 -0
  6. package/esm2015/lib/bryntum-button-group.component.js +725 -0
  7. package/esm2015/lib/bryntum-button.component.js +715 -0
  8. package/esm2015/lib/bryntum-chat-panel.component.js +839 -0
  9. package/esm2015/lib/bryntum-checkbox-group.component.js +854 -0
  10. package/esm2015/lib/bryntum-checkbox.component.js +805 -0
  11. package/esm2015/lib/bryntum-chip-view.component.js +727 -0
  12. package/esm2015/lib/bryntum-code-editor.component.js +818 -0
  13. package/esm2015/lib/bryntum-color-field.component.js +794 -0
  14. package/esm2015/lib/bryntum-column-combo.component.js +936 -0
  15. package/esm2015/lib/bryntum-column-filter-field.component.js +799 -0
  16. package/esm2015/lib/bryntum-column-picker-button.component.js +719 -0
  17. package/esm2015/lib/bryntum-column-scroll-button.component.js +719 -0
  18. package/esm2015/lib/bryntum-combo.component.js +932 -0
  19. package/esm2015/lib/bryntum-container.component.js +681 -0
  20. package/esm2015/lib/bryntum-date-field.component.js +831 -0
  21. package/esm2015/lib/bryntum-date-picker.component.js +1008 -0
  22. package/esm2015/lib/bryntum-date-range-field.component.js +835 -0
  23. package/esm2015/lib/bryntum-date-time-field.component.js +752 -0
  24. package/esm2015/lib/bryntum-demo-code-editor.component.js +830 -0
  25. package/esm2015/lib/bryntum-demo-header.component.js +171 -0
  26. package/esm2015/lib/bryntum-display-field.component.js +772 -0
  27. package/esm2015/lib/bryntum-duration-field.component.js +815 -0
  28. package/esm2015/lib/bryntum-editor.component.js +823 -0
  29. package/esm2015/lib/bryntum-field-filter-picker-group.component.js +758 -0
  30. package/esm2015/lib/bryntum-field-filter-picker.component.js +740 -0
  31. package/esm2015/lib/bryntum-field-set.component.js +810 -0
  32. package/esm2015/lib/bryntum-file-field.component.js +776 -0
  33. package/esm2015/lib/bryntum-file-picker.component.js +709 -0
  34. package/esm2015/lib/bryntum-filter-field.component.js +803 -0
  35. package/esm2015/lib/bryntum-fullscreen-button.component.js +53 -0
  36. package/esm2015/lib/bryntum-hint.component.js +856 -0
  37. package/esm2015/lib/bryntum-label.component.js +584 -0
  38. package/esm2015/lib/bryntum-list.component.js +715 -0
  39. package/esm2015/lib/bryntum-menu.component.js +883 -0
  40. package/esm2015/lib/bryntum-month-picker.component.js +818 -0
  41. package/esm2015/lib/bryntum-number-field.component.js +800 -0
  42. package/esm2015/lib/bryntum-paging-toolbar.component.js +736 -0
  43. package/esm2015/lib/bryntum-panel.component.js +794 -0
  44. package/esm2015/lib/bryntum-password-field.component.js +768 -0
  45. package/esm2015/lib/bryntum-project-combo.component.js +940 -0
  46. package/esm2015/lib/bryntum-radio-group.component.js +826 -0
  47. package/esm2015/lib/bryntum-radio.component.js +805 -0
  48. package/esm2015/lib/bryntum-resources-combo.component.js +936 -0
  49. package/esm2015/lib/bryntum-scheduler-project-combo.component.js +936 -0
  50. package/esm2015/lib/bryntum-slide-toggle.component.js +805 -0
  51. package/esm2015/lib/bryntum-slider.component.js +661 -0
  52. package/esm2015/lib/bryntum-splitter.component.js +618 -0
  53. package/esm2015/lib/bryntum-swimlane-combo.component.js +936 -0
  54. package/esm2015/lib/bryntum-swimlane-filter-field.component.js +807 -0
  55. package/esm2015/lib/bryntum-swimlane-picker-button.component.js +719 -0
  56. package/esm2015/lib/bryntum-swimlane-scroll-button.component.js +719 -0
  57. package/esm2015/lib/bryntum-tab-panel.component.js +842 -0
  58. package/esm2015/lib/bryntum-tag-combo.component.js +940 -0
  59. package/esm2015/lib/bryntum-task-board-base.component.js +1678 -0
  60. package/esm2015/lib/bryntum-task-board-field-filter-picker-group.component.js +762 -0
  61. package/esm2015/lib/bryntum-task-board-field-filter-picker.component.js +732 -0
  62. package/esm2015/lib/bryntum-task-board-project-model.component.js +690 -0
  63. package/esm2015/lib/bryntum-task-board.component.js +1682 -0
  64. package/esm2015/lib/bryntum-task-color-combo.component.js +794 -0
  65. package/esm2015/lib/bryntum-task-filter-field.component.js +807 -0
  66. package/esm2015/lib/bryntum-text-area-field.component.js +776 -0
  67. package/esm2015/lib/bryntum-text-area-picker-field.component.js +798 -0
  68. package/esm2015/lib/bryntum-text-field.component.js +783 -0
  69. package/esm2015/lib/bryntum-time-field.component.js +819 -0
  70. package/esm2015/lib/bryntum-time-picker.component.js +709 -0
  71. package/esm2015/lib/bryntum-todo-list-field.component.js +780 -0
  72. package/esm2015/lib/bryntum-toolbar.component.js +732 -0
  73. package/esm2015/lib/bryntum-undo-redo.component.js +689 -0
  74. package/esm2015/lib/bryntum-widget.component.js +580 -0
  75. package/esm2015/lib/bryntum-year-picker.component.js +827 -0
  76. package/esm2015/lib/bryntum-zoom-slider.component.js +665 -0
  77. package/esm2015/lib/taskboard.module.js +374 -0
  78. package/esm2015/lib/wrapper.helper.js +74 -0
  79. package/esm2015/public-api.js +76 -0
  80. package/fesm2015/bryntum-taskboard-angular.js +56188 -0
  81. package/fesm2015/bryntum-taskboard-angular.js.map +1 -0
  82. package/lib/bryntum-button-group.component.d.ts +860 -0
  83. package/lib/bryntum-button.component.d.ts +845 -0
  84. package/lib/bryntum-chat-panel.component.d.ts +1060 -0
  85. package/lib/bryntum-checkbox-group.component.d.ts +1094 -0
  86. package/lib/bryntum-checkbox.component.d.ts +968 -0
  87. package/lib/bryntum-chip-view.component.d.ts +872 -0
  88. package/lib/bryntum-code-editor.component.d.ts +1045 -0
  89. package/lib/bryntum-color-field.component.d.ts +965 -0
  90. package/lib/bryntum-column-combo.component.d.ts +1208 -0
  91. package/lib/bryntum-column-filter-field.component.d.ts +988 -0
  92. package/lib/bryntum-column-picker-button.component.d.ts +853 -0
  93. package/lib/bryntum-column-scroll-button.component.d.ts +853 -0
  94. package/lib/bryntum-combo.component.d.ts +1199 -0
  95. package/lib/bryntum-container.component.d.ts +822 -0
  96. package/lib/bryntum-date-field.component.d.ts +1025 -0
  97. package/lib/bryntum-date-picker.component.d.ts +1338 -0
  98. package/lib/bryntum-date-range-field.component.d.ts +1027 -0
  99. package/lib/bryntum-date-time-field.component.d.ts +912 -0
  100. package/lib/bryntum-demo-code-editor.component.d.ts +1061 -0
  101. package/lib/bryntum-demo-header.component.d.ts +29 -0
  102. package/lib/bryntum-display-field.component.d.ts +949 -0
  103. package/lib/bryntum-duration-field.component.d.ts +1008 -0
  104. package/lib/bryntum-editor.component.d.ts +969 -0
  105. package/lib/bryntum-field-filter-picker-group.component.d.ts +935 -0
  106. package/lib/bryntum-field-filter-picker.component.d.ts +903 -0
  107. package/lib/bryntum-field-set.component.d.ts +1038 -0
  108. package/lib/bryntum-file-field.component.d.ts +952 -0
  109. package/lib/bryntum-file-picker.component.d.ts +847 -0
  110. package/lib/bryntum-filter-field.component.d.ts +993 -0
  111. package/lib/bryntum-fullscreen-button.component.d.ts +20 -0
  112. package/lib/bryntum-hint.component.d.ts +1117 -0
  113. package/lib/bryntum-label.component.d.ts +683 -0
  114. package/lib/bryntum-list.component.d.ts +849 -0
  115. package/lib/bryntum-menu.component.d.ts +1129 -0
  116. package/lib/bryntum-month-picker.component.d.ts +1034 -0
  117. package/lib/bryntum-number-field.component.d.ts +995 -0
  118. package/lib/bryntum-paging-toolbar.component.d.ts +886 -0
  119. package/lib/bryntum-panel.component.d.ts +1015 -0
  120. package/lib/bryntum-password-field.component.d.ts +939 -0
  121. package/lib/bryntum-project-combo.component.d.ts +1209 -0
  122. package/lib/bryntum-radio-group.component.d.ts +1068 -0
  123. package/lib/bryntum-radio.component.d.ts +968 -0
  124. package/lib/bryntum-resources-combo.component.d.ts +1207 -0
  125. package/lib/bryntum-scheduler-project-combo.component.d.ts +1201 -0
  126. package/lib/bryntum-slide-toggle.component.d.ts +968 -0
  127. package/lib/bryntum-slider.component.d.ts +776 -0
  128. package/lib/bryntum-splitter.component.d.ts +714 -0
  129. package/lib/bryntum-swimlane-combo.component.d.ts +1207 -0
  130. package/lib/bryntum-swimlane-filter-field.component.d.ts +1001 -0
  131. package/lib/bryntum-swimlane-picker-button.component.d.ts +853 -0
  132. package/lib/bryntum-swimlane-scroll-button.component.d.ts +853 -0
  133. package/lib/bryntum-tab-panel.component.d.ts +1065 -0
  134. package/lib/bryntum-tag-combo.component.d.ts +1212 -0
  135. package/lib/bryntum-task-board-base.component.d.ts +1921 -0
  136. package/lib/bryntum-task-board-field-filter-picker-group.component.d.ts +941 -0
  137. package/lib/bryntum-task-board-field-filter-picker.component.d.ts +889 -0
  138. package/lib/bryntum-task-board-project-model.component.d.ts +732 -0
  139. package/lib/bryntum-task-board.component.d.ts +1923 -0
  140. package/lib/bryntum-task-color-combo.component.d.ts +965 -0
  141. package/lib/bryntum-task-filter-field.component.d.ts +1001 -0
  142. package/lib/bryntum-text-area-field.component.d.ts +951 -0
  143. package/lib/bryntum-text-area-picker-field.component.d.ts +972 -0
  144. package/lib/bryntum-text-field.component.d.ts +957 -0
  145. package/lib/bryntum-time-field.component.d.ts +1006 -0
  146. package/lib/bryntum-time-picker.component.d.ts +853 -0
  147. package/lib/bryntum-todo-list-field.component.d.ts +955 -0
  148. package/lib/bryntum-toolbar.component.d.ts +879 -0
  149. package/lib/bryntum-undo-redo.component.d.ts +831 -0
  150. package/lib/bryntum-widget.component.d.ts +678 -0
  151. package/lib/bryntum-year-picker.component.d.ts +1049 -0
  152. package/lib/bryntum-zoom-slider.component.d.ts +784 -0
  153. package/lib/taskboard.module.d.ts +77 -0
  154. package/lib/wrapper.helper.d.ts +26 -0
  155. package/package.json +33 -0
  156. package/public-api.d.ts +72 -0
@@ -0,0 +1,776 @@
1
+ /**
2
+ * Angular wrapper for Bryntum Slider
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, DomConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, Slider, SliderListeners, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/taskboard';
6
+ import * as i0 from "@angular/core";
7
+ export declare type BryntumSliderProps = {
8
+ /**
9
+ * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
10
+ * content will be placed inside this element.
11
+ * ...
12
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-adopt)
13
+ */
14
+ adopt?: HTMLElement | string;
15
+ /**
16
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
17
+ * ...
18
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-align)
19
+ */
20
+ align?: AlignSpec | string;
21
+ /**
22
+ * When this widget is a child of a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container), it will by default be participating in a
23
+ * flexbox layout. This config allows you to set this widget's
24
+ * [align-self](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self) style.
25
+ */
26
+ alignSelf?: string;
27
+ /**
28
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating) and being shown through [showBy](#Core/widget/Widget#function-showBy).*
29
+ * `true` to show a connector arrow pointing to the align target.
30
+ */
31
+ anchor?: boolean;
32
+ /**
33
+ * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
34
+ * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element).
35
+ */
36
+ appendTo?: HTMLElement | string;
37
+ /**
38
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
39
+ * into an element which will be linked using the `aria-describedby` attribute.
40
+ * ...
41
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-ariaDescription)
42
+ */
43
+ ariaDescription?: string;
44
+ /**
45
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
46
+ * the `aria-label` attribute.
47
+ * ...
48
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-ariaLabel)
49
+ */
50
+ ariaLabel?: string;
51
+ /**
52
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
53
+ * hierarchy when triggered.
54
+ * ...
55
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-bubbleEvents)
56
+ */
57
+ bubbleEvents?: object;
58
+ /**
59
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
60
+ * ...
61
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-callOnFunctions)
62
+ */
63
+ callOnFunctions?: boolean;
64
+ /**
65
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
66
+ * application state is undefined. Code which follows the event handler will *not* be executed.
67
+ * ...
68
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-catchEventHandlerExceptions)
69
+ */
70
+ catchEventHandlerExceptions?: boolean;
71
+ /**
72
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
73
+ * Set to `true` to centre the Widget in browser viewport space.
74
+ */
75
+ centered?: boolean;
76
+ /**
77
+ * Custom CSS classes to add to element.
78
+ * May be specified as a space separated string, or as an object in which property names
79
+ * with truthy values are used as the class names:
80
+ * ...
81
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-cls)
82
+ */
83
+ cls?: string | object;
84
+ /**
85
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
86
+ * `style` block.
87
+ * ...
88
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-color)
89
+ */
90
+ color?: string;
91
+ /**
92
+ * Programmatic control over which column to start in when used in a grid layout.
93
+ */
94
+ column?: number;
95
+ config?: object;
96
+ /**
97
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating) or [positioned](#Core/widget/Widget#config-positioned).*
98
+ * Element, Widget or Rectangle to which this Widget is constrained.
99
+ */
100
+ constrainTo?: HTMLElement | Widget | Rectangle;
101
+ /**
102
+ * The HTML content that coexists with sibling elements which may have been added to the
103
+ * [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement) by plugins and features.
104
+ * When specifying html, this widget's element will also have the [htmlCls](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-htmlCls)
105
+ * class added to its classList, to allow targeted styling.
106
+ */
107
+ content?: string;
108
+ /**
109
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
110
+ * May be specified as a space separated string, or as an object in which property names
111
+ * with truthy values are used as the class names:
112
+ * ...
113
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-contentElementCls)
114
+ */
115
+ contentElementCls?: string | object;
116
+ /**
117
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
118
+ * field on the expanded record to use for populating this widget's store (if applicable)
119
+ */
120
+ dataField?: string;
121
+ /**
122
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
123
+ */
124
+ dataset?: Record<string, string>;
125
+ /**
126
+ * The name of the property to set when a single value is to be applied to this Widget. Such as when used
127
+ * in a grid WidgetColumn, this is the property to which the column's `field` is applied.
128
+ */
129
+ defaultBindProperty?: string;
130
+ /**
131
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
132
+ * ...
133
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-detectCSSCompatibilityIssues)
134
+ */
135
+ detectCSSCompatibilityIssues?: boolean;
136
+ /**
137
+ * Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
138
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
139
+ * ...
140
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-disabled)
141
+ */
142
+ disabled?: boolean | 'inert';
143
+ /**
144
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel)
145
+ * [strips collection](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
146
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
147
+ * body. Such widgets are called "edge strips".
148
+ * ...
149
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-dock)
150
+ */
151
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
152
+ /**
153
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
154
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
155
+ * property which controls when a drag should start.
156
+ * ...
157
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-draggable)
158
+ */
159
+ draggable?: boolean | {
160
+ handleSelector?: string;
161
+ };
162
+ /**
163
+ * An object specifying attributes to assign to the root element of this widget.
164
+ * Set `null` value to attribute to remove it.
165
+ * ...
166
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-elementAttributes)
167
+ */
168
+ elementAttributes?: Record<string, string | null>;
169
+ extraData?: any;
170
+ /**
171
+ * When this widget is a child of a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container), it will by default be participating in a
172
+ * flexbox layout. This config allows you to set this widget's
173
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
174
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
175
+ * numeric-only values are interpreted as the `flex-grow` value.
176
+ */
177
+ flex?: number | string;
178
+ /**
179
+ * Set to `true` to move the widget out of the document flow and position it
180
+ * absolutely in browser viewport space.
181
+ */
182
+ floating?: boolean;
183
+ /**
184
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
185
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
186
+ * cases this config is convenient.
187
+ */
188
+ height?: string | number;
189
+ /**
190
+ * Configure with true to make widget initially hidden.
191
+ */
192
+ hidden?: boolean;
193
+ /**
194
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
195
+ * ...
196
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-hideAnimation)
197
+ */
198
+ hideAnimation?: boolean | object;
199
+ /**
200
+ * The HTML to display initially or a function returning the markup (called at widget construction time).
201
+ * ...
202
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-html)
203
+ * @param {Core.widget.Widget} widget The calling Widget
204
+ * @returns {string}
205
+ */
206
+ html?: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
207
+ /**
208
+ * The CSS class(es) to add when HTML content is being applied to this widget.
209
+ */
210
+ htmlCls?: string | object;
211
+ /**
212
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
213
+ */
214
+ id?: string;
215
+ /**
216
+ * Determines if the widgets read-only state should be controlled by its parent.
217
+ * ...
218
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-ignoreParentReadOnly)
219
+ */
220
+ ignoreParentReadOnly?: boolean;
221
+ /**
222
+ * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
223
+ */
224
+ insertBefore?: HTMLElement | string;
225
+ /**
226
+ * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
227
+ */
228
+ insertFirst?: HTMLElement | string;
229
+ /**
230
+ * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
231
+ * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
232
+ * are the name of the instance method to call when the keystroke is received.
233
+ * ...
234
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-keyMap)
235
+ */
236
+ keyMap?: Record<string, KeyMapConfig>;
237
+ /**
238
+ * Label, prepended to field
239
+ */
240
+ label?: string;
241
+ /**
242
+ * CSS class name or class names to add to any configured [label](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Labelable#config-label)
243
+ */
244
+ labelCls?: string | object;
245
+ /**
246
+ * Label position, either 'before' the field or 'above' the field
247
+ * ...
248
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-labelPosition)
249
+ */
250
+ labelPosition?: 'before' | 'above' | null;
251
+ /**
252
+ * The width to apply to the `&lt;label&gt;` element. If a number is specified, `px` will be used.
253
+ */
254
+ labelWidth?: string | number;
255
+ /**
256
+ * The listener set for this object.
257
+ * ...
258
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-listeners)
259
+ */
260
+ listeners?: SliderListeners;
261
+ /**
262
+ * A class translations of which are used for translating this entity.
263
+ * This is often used when translations of an item are defined on its container class.
264
+ * For example:
265
+ * ...
266
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-localeClass)
267
+ */
268
+ localeClass?: typeof Base;
269
+ /**
270
+ * Set to `false` to disable localization of this object.
271
+ */
272
+ localizable?: boolean;
273
+ /**
274
+ * List of properties which values should be translated automatically upon a locale applying.
275
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
276
+ * you could use 'localeKey' meta configuration.
277
+ * Example:
278
+ * ...
279
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-localizableProperties)
280
+ */
281
+ localizableProperties?: string[];
282
+ /**
283
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
284
+ * numeric-only values are interpreted as pixels.
285
+ */
286
+ margin?: number | string;
287
+ /**
288
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) created for the
289
+ * [masked](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
290
+ * values.
291
+ */
292
+ maskDefaults?: MaskConfig;
293
+ /**
294
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
295
+ * [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object.
296
+ */
297
+ masked?: boolean | string | MaskConfig;
298
+ /**
299
+ * Maximum value
300
+ */
301
+ max?: number;
302
+ /**
303
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
304
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
305
+ */
306
+ maxHeight?: string | number;
307
+ /**
308
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
309
+ * ...
310
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-maximizeOnMobile)
311
+ */
312
+ maximizeOnMobile?: number | string;
313
+ /**
314
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
315
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
316
+ */
317
+ maxWidth?: string | number;
318
+ /**
319
+ * Minimum value
320
+ */
321
+ min?: number;
322
+ /**
323
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
324
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
325
+ */
326
+ minHeight?: string | number;
327
+ /**
328
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
329
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
330
+ */
331
+ minWidth?: string | number;
332
+ /**
333
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
334
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
335
+ * layout.
336
+ * ...
337
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-monitorResize)
338
+ */
339
+ monitorResize?: boolean | {
340
+ immediate?: boolean;
341
+ };
342
+ /**
343
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
344
+ * [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
345
+ * the owner is <strong>always</strong> the encapsulating Container.
346
+ * ...
347
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-owner)
348
+ */
349
+ owner?: Widget | any;
350
+ /**
351
+ * Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement), but must
352
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
353
+ * widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
354
+ * ...
355
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-positioned)
356
+ */
357
+ positioned?: boolean;
358
+ /**
359
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
360
+ * menu on click etc, since the tooltip would be displayed at the same time.
361
+ */
362
+ preventTooltipOnTouch?: boolean;
363
+ /**
364
+ * Whether this widget is read-only. This is only valid if the widget is an input
365
+ * field, <strong>or contains input fields at any depth</strong>.
366
+ * ...
367
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-readOnly)
368
+ */
369
+ readOnly?: boolean;
370
+ relayStoreEvents?: boolean;
371
+ /**
372
+ * Configure as `true` to have the component display a translucent ripple when its
373
+ * [focusElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
374
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
375
+ * ...
376
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-ripple)
377
+ */
378
+ ripple?: boolean | {
379
+ delegate?: string;
380
+ color?: string;
381
+ radius?: number;
382
+ clip?: string;
383
+ };
384
+ /**
385
+ * If you are rendering this widget to a shadow root inside a web component, set this config to the shadowRoot. If not inside a web component, set it to `document.body`
386
+ */
387
+ rootElement?: ShadowRoot | HTMLElement;
388
+ /**
389
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
390
+ * ...
391
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-rtl)
392
+ */
393
+ rtl?: boolean;
394
+ /**
395
+ * Specifies whether (and optionally in which axes) a Widget may scroll. `true` means this widget may scroll
396
+ * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
397
+ * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
398
+ * CSS overflow properties thus:
399
+ * ...
400
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-scrollable)
401
+ */
402
+ scrollable?: boolean | ScrollerConfig | Scroller;
403
+ /**
404
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
405
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
406
+ */
407
+ scrollAction?: 'hide' | 'realign' | null;
408
+ /**
409
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
410
+ * ...
411
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-showAnimation)
412
+ */
413
+ showAnimation?: boolean | object;
414
+ /**
415
+ * Show the step markers
416
+ */
417
+ showSteps?: boolean;
418
+ /**
419
+ * Show the slider value in a tooltip
420
+ */
421
+ showTooltip?: boolean;
422
+ /**
423
+ * Set to `false` to not show the tooltip when this widget is [disabled](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-disabled)
424
+ */
425
+ showTooltipWhenDisabled?: boolean;
426
+ /**
427
+ * Show value in internal label (specify `true`), or in the thumb (specify 'thumb').
428
+ */
429
+ showValue?: boolean | 'thumb';
430
+ /**
431
+ * Programmatic control over how many columns to span when used in a grid layout.
432
+ */
433
+ span?: number;
434
+ /**
435
+ * Step size
436
+ */
437
+ step?: number;
438
+ /**
439
+ * A configuration for the [tab](https://bryntum.com/products/taskboard/docs/api/Core/widget/Tab) created for this widget when it is placed in a
440
+ * [TabPanel](https://bryntum.com/products/taskboard/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
441
+ * this widget:
442
+ * ...
443
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-tab)
444
+ */
445
+ tab?: boolean | TabConfig;
446
+ /**
447
+ * The tag name of this Widget's root element
448
+ */
449
+ tag?: string;
450
+ /**
451
+ * Text for the sliders internal label. Appends value if `showValue` is `true`
452
+ */
453
+ text?: string;
454
+ /**
455
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
456
+ * ...
457
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-textAlign)
458
+ */
459
+ textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
460
+ /**
461
+ * A title to display for the widget. Only in effect when inside a container that uses it (such as TabPanel)
462
+ */
463
+ title?: string;
464
+ /**
465
+ * A config object for the tooltip to show while hovering the slider.
466
+ */
467
+ tooltip?: TooltipConfig;
468
+ /**
469
+ * By default, the [change](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#event-change) event is fired when a change gesture is completed, ie: on
470
+ * the mouse up gesture of a drag.
471
+ * ...
472
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-triggerChangeOnInput)
473
+ */
474
+ triggerChangeOnInput?: boolean;
475
+ type?: 'slider';
476
+ /**
477
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
478
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
479
+ * values are used as the class names.
480
+ * ...
481
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-ui)
482
+ */
483
+ ui?: string | object;
484
+ /**
485
+ * Unit to display next to the value, when configured with `showValue : true`
486
+ */
487
+ unit?: string;
488
+ /**
489
+ * Initial value.
490
+ * `String` value allows to link value by reference name.
491
+ * ...
492
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-value)
493
+ */
494
+ value?: number | string;
495
+ /**
496
+ * Width of the value label when `showValue` is enabled. If a number is specified, `px` will be used.
497
+ * ...
498
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-valueLabelWidth)
499
+ */
500
+ valueLabelWidth?: string | number;
501
+ /**
502
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container).
503
+ * Higher weights go further down.
504
+ */
505
+ weight?: number;
506
+ /**
507
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
508
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
509
+ * this config is convenient.
510
+ */
511
+ width?: string | number;
512
+ /**
513
+ * The x position for the widget.
514
+ * ...
515
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-x)
516
+ */
517
+ x?: number;
518
+ /**
519
+ * The y position for the widget.
520
+ * ...
521
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#config-y)
522
+ */
523
+ y?: number;
524
+ };
525
+ export declare class BryntumSliderComponent implements OnInit, OnDestroy {
526
+ static instanceClass: typeof Slider;
527
+ static instanceName: string;
528
+ private static bryntumEvents;
529
+ private static bryntumFeatureNames;
530
+ private static bryntumConfigs;
531
+ private static bryntumConfigsOnly;
532
+ private static bryntumProps;
533
+ private elementRef;
534
+ instance: Slider;
535
+ private bryntumConfig;
536
+ constructor(element: ElementRef);
537
+ adopt: HTMLElement | string;
538
+ align: AlignSpec | string;
539
+ anchor: boolean;
540
+ ariaDescription: string;
541
+ ariaLabel: string;
542
+ bubbleEvents: object;
543
+ centered: boolean;
544
+ color: string;
545
+ config: object;
546
+ constrainTo: HTMLElement | Widget | Rectangle;
547
+ contentElementCls: string | object;
548
+ dataField: string;
549
+ defaultBindProperty: string;
550
+ detectCSSCompatibilityIssues: boolean;
551
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
552
+ draggable: boolean | {
553
+ handleSelector?: string;
554
+ };
555
+ elementAttributes: Record<string, string | null>;
556
+ floating: boolean;
557
+ hideAnimation: boolean | object;
558
+ htmlCls: string | object;
559
+ ignoreParentReadOnly: boolean;
560
+ labelCls: string | object;
561
+ labelPosition: 'before' | 'above' | null;
562
+ labelWidth: string | number;
563
+ listeners: SliderListeners;
564
+ localeClass: typeof Base;
565
+ localizable: boolean;
566
+ localizableProperties: string[];
567
+ maskDefaults: MaskConfig;
568
+ masked: boolean | string | MaskConfig;
569
+ monitorResize: boolean | {
570
+ immediate?: boolean;
571
+ };
572
+ owner: Widget | any;
573
+ positioned: boolean;
574
+ preventTooltipOnTouch: boolean;
575
+ relayStoreEvents: boolean;
576
+ ripple: boolean | {
577
+ delegate?: string;
578
+ color?: string;
579
+ radius?: number;
580
+ clip?: string;
581
+ };
582
+ rootElement: ShadowRoot | HTMLElement;
583
+ scrollAction: 'hide' | 'realign' | null;
584
+ showAnimation: boolean | object;
585
+ showSteps: boolean;
586
+ showTooltip: boolean;
587
+ showTooltipWhenDisabled: boolean;
588
+ showValue: boolean | 'thumb';
589
+ tab: boolean | TabConfig;
590
+ tag: string;
591
+ textAlign: 'left' | 'center' | 'right' | 'start' | 'end';
592
+ title: string;
593
+ type: 'slider';
594
+ ui: string | object;
595
+ weight: number;
596
+ alignSelf: string;
597
+ appendTo: HTMLElement | string;
598
+ callOnFunctions: boolean;
599
+ catchEventHandlerExceptions: boolean;
600
+ cls: string | object;
601
+ column: number;
602
+ content: string;
603
+ dataset: object | Record<string, string>;
604
+ disabled: boolean | 'inert';
605
+ extraData: any;
606
+ flex: number | string;
607
+ height: number | string;
608
+ hidden: boolean;
609
+ html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
610
+ id: string;
611
+ insertBefore: HTMLElement | string;
612
+ insertFirst: HTMLElement | string;
613
+ keyMap: Record<string, KeyMapConfig>;
614
+ label: string;
615
+ margin: number | string;
616
+ max: number;
617
+ maxHeight: string | number;
618
+ maximizeOnMobile: number | string;
619
+ maxWidth: string | number;
620
+ min: number;
621
+ minHeight: string | number;
622
+ minWidth: string | number;
623
+ readOnly: boolean;
624
+ rtl: boolean;
625
+ scrollable: Scroller | boolean | ScrollerConfig;
626
+ span: number;
627
+ step: number;
628
+ text: string;
629
+ tooltip: string | TooltipConfig;
630
+ triggerChangeOnInput: boolean;
631
+ unit: string;
632
+ value: number | string;
633
+ valueLabelWidth: string | number;
634
+ width: number | string;
635
+ x: number;
636
+ y: number;
637
+ anchorSize: number[];
638
+ focusVisible: boolean;
639
+ parent: Widget;
640
+ /**
641
+ * Fires before an object is destroyed.
642
+ * @param {object} event Event object
643
+ * @param {Core.Base} event.source The Object that is being destroyed.
644
+ */
645
+ onBeforeDestroy: any;
646
+ /**
647
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
648
+ * @param {object} event Event object
649
+ * @param {Core.widget.Widget} event.source The widget being hidden.
650
+ */
651
+ onBeforeHide: any;
652
+ /**
653
+ * Triggered before a widget is shown. Return `false` to prevent the action.
654
+ * @param {object} event Event object
655
+ * @param {Core.widget.Widget,any} event.source The widget being shown
656
+ */
657
+ onBeforeShow: any;
658
+ /**
659
+ * Fires when any other event is fired from the object.
660
+ * ...
661
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#event-catchAll)
662
+ * @param {object} event Event object
663
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
664
+ * @param {string} event.event.type The type of the event which is caught by the listener
665
+ */
666
+ onCatchAll: any;
667
+ /**
668
+ * Fired after the slider value changes (on mouse up following slider interaction).
669
+ * @param {object} event Event object
670
+ * @param {number} event.value The value
671
+ * @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
672
+ * @param {Core.widget.Slider} event.source The slider
673
+ */
674
+ onChange: any;
675
+ /**
676
+ * Fires when an object is destroyed.
677
+ * @param {object} event Event object
678
+ * @param {Core.Base} event.source The Object that is being destroyed.
679
+ */
680
+ onDestroy: any;
681
+ /**
682
+ * Triggered when a widget's [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element) is available.
683
+ * @param {object} event Event object
684
+ * @param {HTMLElement} event.element The Widget's element.
685
+ */
686
+ onElementCreated: any;
687
+ /**
688
+ * Fired when focus enters this Widget.
689
+ * @param {object} event Event object
690
+ * @param {Core.widget.Widget} event.source This Widget
691
+ * @param {HTMLElement} event.fromElement The element which lost focus.
692
+ * @param {HTMLElement} event.toElement The element which gained focus.
693
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
694
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
695
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
696
+ */
697
+ onFocusIn: any;
698
+ /**
699
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
700
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
701
+ * will not trigger this event. This is when focus exits this widget completely.
702
+ * @param {object} event Event object
703
+ * @param {Core.widget.Widget} event.source This Widget
704
+ * @param {HTMLElement} event.fromElement The element which lost focus.
705
+ * @param {HTMLElement} event.toElement The element which gained focus.
706
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
707
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
708
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
709
+ */
710
+ onFocusOut: any;
711
+ /**
712
+ * Triggered after a widget was hidden
713
+ * @param {object} event Event object
714
+ * @param {Core.widget.Widget} event.source The widget
715
+ */
716
+ onHide: any;
717
+ /**
718
+ * Fired while slider thumb is being dragged.
719
+ * @param {object} event Event object
720
+ * @param {Core.widget.Slider} event.source The slider
721
+ * @param {number} event.value The value
722
+ */
723
+ onInput: any;
724
+ /**
725
+ * Triggered when a widget which had been in a non-visible state for any reason
726
+ * achieves visibility.
727
+ * ...
728
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/Slider#event-paint)
729
+ * @param {object} event Event object
730
+ * @param {Core.widget.Widget} event.source The widget being painted.
731
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
732
+ */
733
+ onPaint: any;
734
+ /**
735
+ * Fired when a Widget's read only state is toggled
736
+ * @param {object} event Event object
737
+ * @param {boolean} event.readOnly Read only or not
738
+ */
739
+ onReadOnly: any;
740
+ /**
741
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
742
+ * to [recompose](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#function-recompose), if this results in some change to the widget's rendered DOM elements.
743
+ */
744
+ onRecompose: any;
745
+ /**
746
+ * Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
747
+ * @param {object} event Event object
748
+ * @param {Core.widget.Widget} event.source This Widget
749
+ * @param {number} event.width The new width
750
+ * @param {number} event.height The new height
751
+ * @param {number} event.oldWidth The old width
752
+ * @param {number} event.oldHeight The old height
753
+ */
754
+ onResize: any;
755
+ /**
756
+ * Triggered after a widget is shown.
757
+ * @param {object} event Event object
758
+ * @param {Core.widget.Widget} event.source The widget
759
+ */
760
+ onShow: any;
761
+ /**
762
+ * Create and append the underlying widget
763
+ */
764
+ ngOnInit(): void;
765
+ /**
766
+ * Watch for changes
767
+ * @param changes
768
+ */
769
+ ngOnChanges(changes: SimpleChanges): void;
770
+ /**
771
+ * Destroy the component
772
+ */
773
+ ngOnDestroy(): void;
774
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumSliderComponent, never>;
775
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumSliderComponent, "bryntum-slider", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "labelCls": "labelCls"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showSteps": "showSteps"; "showTooltip": "showTooltip"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "showValue": "showValue"; "tab": "tab"; "tag": "tag"; "textAlign": "textAlign"; "title": "title"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "label": "label"; "margin": "margin"; "max": "max"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "min": "min"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "step": "step"; "text": "text"; "tooltip": "tooltip"; "triggerChangeOnInput": "triggerChangeOnInput"; "unit": "unit"; "value": "value"; "valueLabelWidth": "valueLabelWidth"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "parent": "parent"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onDestroy": "onDestroy"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onInput": "onInput"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; }, never, never>;
776
+ }