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