@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,831 @@
1
+ /**
2
+ * Angular wrapper for Bryntum UndoRedo
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, UndoRedo, UndoRedoListeners, VueConfig, Widget } from '@bryntum/taskboard';
6
+ import * as i0 from "@angular/core";
7
+ export declare type BryntumUndoRedoProps = {
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/TaskBoard/widget/UndoRedo#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/TaskBoard/widget/UndoRedo#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/TaskBoard/widget/UndoRedo#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/TaskBoard/widget/UndoRedo#config-ariaLabel)
49
+ */
50
+ ariaLabel?: string;
51
+ /**
52
+ * Update assigned [record](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-record) automatically on field changes
53
+ */
54
+ autoUpdateRecord?: boolean;
55
+ /**
56
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
57
+ * hierarchy when triggered.
58
+ * ...
59
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-bubbleEvents)
60
+ */
61
+ bubbleEvents?: object;
62
+ /**
63
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
64
+ * ...
65
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-callOnFunctions)
66
+ */
67
+ callOnFunctions?: boolean;
68
+ /**
69
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
70
+ * application state is undefined. Code which follows the event handler will *not* be executed.
71
+ * ...
72
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-catchEventHandlerExceptions)
73
+ */
74
+ catchEventHandlerExceptions?: boolean;
75
+ /**
76
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
77
+ * Set to `true` to centre the Widget in browser viewport space.
78
+ */
79
+ centered?: boolean;
80
+ /**
81
+ * Custom CSS classes to add to element.
82
+ * May be specified as a space separated string, or as an object in which property names
83
+ * with truthy values are used as the class names:
84
+ * ...
85
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-cls)
86
+ */
87
+ cls?: string | object;
88
+ /**
89
+ * Button color for the undo and redo buttons. See [color](https://bryntum.com/products/taskboard/docs/api/Core/widget/Button#config-color).
90
+ */
91
+ color?: string;
92
+ /**
93
+ * Programmatic control over which column to start in when used in a grid layout.
94
+ */
95
+ column?: number;
96
+ config?: object;
97
+ /**
98
+ * *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).*
99
+ * Element, Widget or Rectangle to which this Widget is constrained.
100
+ */
101
+ constrainTo?: HTMLElement | Widget | Rectangle;
102
+ /**
103
+ * The HTML content that coexists with sibling elements which may have been added to the
104
+ * [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement) by plugins and features.
105
+ * When specifying html, this widget's element will also have the [htmlCls](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-htmlCls)
106
+ * class added to its classList, to allow targeted styling.
107
+ */
108
+ content?: string;
109
+ /**
110
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
111
+ * May be specified as a space separated string, or as an object in which property names
112
+ * with truthy values are used as the class names:
113
+ * ...
114
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-contentElementCls)
115
+ */
116
+ contentElementCls?: string | object;
117
+ /**
118
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
119
+ * field on the expanded record to use for populating this widget's store (if applicable)
120
+ */
121
+ dataField?: string;
122
+ /**
123
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
124
+ */
125
+ dataset?: Record<string, string>;
126
+ /**
127
+ * The name of the property to set when a single value is to be applied to this Widget. Such as when used
128
+ * in a grid WidgetColumn, this is the property to which the column's `field` is applied.
129
+ */
130
+ defaultBindProperty?: string;
131
+ /**
132
+ * A [query](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
133
+ * focus should be directed by default.
134
+ * ...
135
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-defaultFocus)
136
+ * @param {Core.widget.Widget} widget Widget passed to method
137
+ * @returns {boolean} truthy value if widget is the default one
138
+ */
139
+ defaultFocus?: ((widget: Widget) => boolean) | string;
140
+ /**
141
+ * A config object containing default settings to apply to all child widgets.
142
+ */
143
+ defaults?: ContainerItemConfig;
144
+ /**
145
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
146
+ * ...
147
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-detectCSSCompatibilityIssues)
148
+ */
149
+ detectCSSCompatibilityIssues?: boolean;
150
+ /**
151
+ * 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
152
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
153
+ * ...
154
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-disabled)
155
+ */
156
+ disabled?: boolean | 'inert';
157
+ /**
158
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel)
159
+ * [strips collection](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
160
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
161
+ * body. Such widgets are called "edge strips".
162
+ * ...
163
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-dock)
164
+ */
165
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
166
+ /**
167
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
168
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
169
+ * property which controls when a drag should start.
170
+ * ...
171
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-draggable)
172
+ */
173
+ draggable?: boolean | {
174
+ handleSelector?: string;
175
+ };
176
+ /**
177
+ * An object specifying attributes to assign to the root element of this widget.
178
+ * Set `null` value to attribute to remove it.
179
+ * ...
180
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-elementAttributes)
181
+ */
182
+ elementAttributes?: Record<string, string | null>;
183
+ extraData?: any;
184
+ /**
185
+ * 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
186
+ * flexbox layout. This config allows you to set this widget's
187
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
188
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
189
+ * numeric-only values are interpreted as the `flex-grow` value.
190
+ */
191
+ flex?: number | string;
192
+ /**
193
+ * Set to `true` to move the widget out of the document flow and position it
194
+ * absolutely in browser viewport space.
195
+ */
196
+ floating?: boolean;
197
+ /**
198
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
199
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
200
+ * cases this config is convenient.
201
+ */
202
+ height?: string | number;
203
+ /**
204
+ * Configure with true to make widget initially hidden.
205
+ */
206
+ hidden?: boolean;
207
+ /**
208
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
209
+ * ...
210
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-hideAnimation)
211
+ */
212
+ hideAnimation?: boolean | object;
213
+ /**
214
+ * Specify `true` to make this container hide when it has no visible children (Either empty
215
+ * or all children hidden).
216
+ * ...
217
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-hideWhenEmpty)
218
+ */
219
+ hideWhenEmpty?: boolean;
220
+ /**
221
+ * The HTML to display initially or a function returning the markup (called at widget construction time).
222
+ * ...
223
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-html)
224
+ * @param {Core.widget.Widget} widget The calling Widget
225
+ * @returns {string}
226
+ */
227
+ html?: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
228
+ /**
229
+ * The CSS class(es) to add when HTML content is being applied to this widget.
230
+ */
231
+ htmlCls?: string | object;
232
+ /**
233
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
234
+ */
235
+ id?: string;
236
+ /**
237
+ * Determines if the widgets read-only state should be controlled by its parent.
238
+ * ...
239
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-ignoreParentReadOnly)
240
+ */
241
+ ignoreParentReadOnly?: boolean;
242
+ /**
243
+ * Convenience setting to align input fields of child widgets. By default, the Field input element is
244
+ * placed immediately following the `label`. If you prefer to have all input fields aligned to the
245
+ * right, set this config to `'end'`.
246
+ * ...
247
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-inputFieldAlign)
248
+ */
249
+ inputFieldAlign?: 'start' | 'end';
250
+ /**
251
+ * 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.
252
+ */
253
+ insertBefore?: HTMLElement | string;
254
+ /**
255
+ * 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.
256
+ */
257
+ insertFirst?: HTMLElement | string;
258
+ /**
259
+ * An optional CSS class to add to child items of this container.
260
+ */
261
+ itemCls?: string;
262
+ /**
263
+ * An object containing typed child widget config objects or Widgets. May also be specified
264
+ * as an array.
265
+ * ...
266
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-items)
267
+ */
268
+ items?: Record<string, ContainerItemConfig | MenuItemEntry> | (ContainerItemConfig | MenuItemEntry | Widget)[];
269
+ /**
270
+ * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
271
+ * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
272
+ * are the name of the instance method to call when the keystroke is received.
273
+ * ...
274
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-keyMap)
275
+ */
276
+ keyMap?: Record<string, KeyMapConfig>;
277
+ /**
278
+ * Convenience setting to use same label placement on all child widgets.
279
+ * ...
280
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-labelPosition)
281
+ */
282
+ labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
283
+ /**
284
+ * The short name of a helper class which manages rendering and styling of child items.
285
+ * ...
286
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-layout)
287
+ */
288
+ layout?: string | ContainerLayoutConfig;
289
+ /**
290
+ * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
291
+ * ...
292
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-layoutStyle)
293
+ */
294
+ layoutStyle?: object;
295
+ /**
296
+ * An array of [child item](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-items) *config objects* which is to be converted into
297
+ * instances only when this Container is rendered, rather than eagerly at construct time.
298
+ * ...
299
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-lazyItems)
300
+ */
301
+ lazyItems?: Record<string, ContainerItemConfig> | ContainerItemConfig[] | Widget[];
302
+ /**
303
+ * The listener set for this object.
304
+ * ...
305
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-listeners)
306
+ */
307
+ listeners?: UndoRedoListeners;
308
+ /**
309
+ * A class translations of which are used for translating this entity.
310
+ * This is often used when translations of an item are defined on its container class.
311
+ * For example:
312
+ * ...
313
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-localeClass)
314
+ */
315
+ localeClass?: typeof Base;
316
+ /**
317
+ * Set to `false` to disable localization of this object.
318
+ */
319
+ localizable?: boolean;
320
+ /**
321
+ * List of properties which values should be translated automatically upon a locale applying.
322
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
323
+ * you could use 'localeKey' meta configuration.
324
+ * Example:
325
+ * ...
326
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-localizableProperties)
327
+ */
328
+ localizableProperties?: string[];
329
+ /**
330
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
331
+ * numeric-only values are interpreted as pixels.
332
+ */
333
+ margin?: number | string;
334
+ /**
335
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) created for the
336
+ * [masked](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
337
+ * values.
338
+ */
339
+ maskDefaults?: MaskConfig;
340
+ /**
341
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
342
+ * [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object.
343
+ */
344
+ masked?: boolean | string | MaskConfig;
345
+ /**
346
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
347
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
348
+ */
349
+ maxHeight?: string | number;
350
+ /**
351
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
352
+ * ...
353
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-maximizeOnMobile)
354
+ */
355
+ maximizeOnMobile?: number | string;
356
+ /**
357
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
358
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
359
+ */
360
+ maxWidth?: string | number;
361
+ /**
362
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
363
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
364
+ */
365
+ minHeight?: string | number;
366
+ /**
367
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
368
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
369
+ */
370
+ minWidth?: string | number;
371
+ /**
372
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
373
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
374
+ * layout.
375
+ * ...
376
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-monitorResize)
377
+ */
378
+ monitorResize?: boolean | {
379
+ immediate?: boolean;
380
+ };
381
+ /**
382
+ * An object containing default config objects which may be referenced by name in the [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-items)
383
+ * config. For example, a specialized [Menu](https://bryntum.com/products/taskboard/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
384
+ * value defined like this:
385
+ * ...
386
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-namedItems)
387
+ */
388
+ namedItems?: Record<string, ContainerItemConfig>;
389
+ /**
390
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
391
+ * [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
392
+ * the owner is <strong>always</strong> the encapsulating Container.
393
+ * ...
394
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-owner)
395
+ */
396
+ owner?: Widget | any;
397
+ /**
398
+ * 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
399
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
400
+ * widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
401
+ * ...
402
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-positioned)
403
+ */
404
+ positioned?: boolean;
405
+ /**
406
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
407
+ * menu on click etc, since the tooltip would be displayed at the same time.
408
+ */
409
+ preventTooltipOnTouch?: boolean;
410
+ /**
411
+ * Whether this widget is read-only. This is only valid if the widget is an input
412
+ * field, <strong>or contains input fields at any depth</strong>.
413
+ * ...
414
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-readOnly)
415
+ */
416
+ readOnly?: boolean;
417
+ /**
418
+ * [Record](https://bryntum.com/products/taskboard/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
419
+ * ...
420
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-record)
421
+ */
422
+ record?: Model;
423
+ relayStoreEvents?: boolean;
424
+ /**
425
+ * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
426
+ * `type`.
427
+ * ...
428
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-rendition)
429
+ */
430
+ rendition?: string | Record<string, string> | null;
431
+ /**
432
+ * Configure as `true` to have the component display a translucent ripple when its
433
+ * [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
434
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
435
+ * ...
436
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-ripple)
437
+ */
438
+ ripple?: boolean | {
439
+ delegate?: string;
440
+ color?: string;
441
+ radius?: number;
442
+ clip?: string;
443
+ };
444
+ /**
445
+ * 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`
446
+ */
447
+ rootElement?: ShadowRoot | HTMLElement;
448
+ /**
449
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
450
+ * ...
451
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-rtl)
452
+ */
453
+ rtl?: boolean;
454
+ /**
455
+ * Specifies whether (and optionally in which axes) a Widget may scroll. `true` means this widget may scroll
456
+ * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
457
+ * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
458
+ * CSS overflow properties thus:
459
+ * ...
460
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-scrollable)
461
+ */
462
+ scrollable?: boolean | ScrollerConfig | Scroller;
463
+ /**
464
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
465
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
466
+ */
467
+ scrollAction?: 'hide' | 'realign' | null;
468
+ /**
469
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
470
+ * ...
471
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-showAnimation)
472
+ */
473
+ showAnimation?: boolean | object;
474
+ /**
475
+ * 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)
476
+ */
477
+ showTooltipWhenDisabled?: boolean;
478
+ /**
479
+ * Configure as `true` to show "0" badge on the undo and redo buttons when they have no actions
480
+ * left to perform. By default when there are no actions, no badge is displayed.
481
+ */
482
+ showZeroActionBadge?: boolean;
483
+ /**
484
+ * Programmatic control over how many columns to span when used in a grid layout.
485
+ */
486
+ span?: number;
487
+ /**
488
+ * Specify `true` to match fields by their `name` property only when assigning a [record](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-record),
489
+ * without falling back to `ref`.
490
+ */
491
+ strictRecordMapping?: boolean;
492
+ /**
493
+ * 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
494
+ * [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
495
+ * this widget:
496
+ * ...
497
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-tab)
498
+ */
499
+ tab?: boolean | TabConfig;
500
+ /**
501
+ * When this container is used as a tab in a TabPanel, these items are added to the
502
+ * [TabBar](https://bryntum.com/products/taskboard/docs/api/Core/widget/TabBar) when this container is the active tab.
503
+ * ...
504
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-tabBarItems)
505
+ */
506
+ tabBarItems?: ToolbarItems[] | Widget[];
507
+ /**
508
+ * The tag name of this Widget's root element
509
+ */
510
+ tag?: string;
511
+ /**
512
+ * Configure as `true` to show "Undo" and "Redo" as button texts. The buttons always have a tooltip
513
+ * as a hint to the user as to their purpose.
514
+ */
515
+ text?: boolean;
516
+ /**
517
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
518
+ * ...
519
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-textAlign)
520
+ */
521
+ textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
522
+ /**
523
+ * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
524
+ * which specifies a default max-width that makes long text more readable.
525
+ * ...
526
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-textContent)
527
+ */
528
+ textContent?: boolean;
529
+ /**
530
+ * A title to display for the widget. Only in effect when inside a container that uses it (such as TabPanel)
531
+ */
532
+ title?: string;
533
+ /**
534
+ * Tooltip for the widget, either as a string or as a Tooltip config object.
535
+ * ...
536
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-tooltip)
537
+ */
538
+ tooltip?: string | TooltipConfig | null;
539
+ type?: 'taskboardundoredo';
540
+ /**
541
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
542
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
543
+ * values are used as the class names.
544
+ * ...
545
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-ui)
546
+ */
547
+ ui?: string | object;
548
+ /**
549
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container).
550
+ * Higher weights go further down.
551
+ */
552
+ weight?: number;
553
+ /**
554
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
555
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
556
+ * this config is convenient.
557
+ */
558
+ width?: string | number;
559
+ /**
560
+ * The x position for the widget.
561
+ * ...
562
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-x)
563
+ */
564
+ x?: number;
565
+ /**
566
+ * The y position for the widget.
567
+ * ...
568
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#config-y)
569
+ */
570
+ y?: number;
571
+ };
572
+ export declare class BryntumUndoRedoComponent implements OnInit, OnDestroy {
573
+ static instanceClass: typeof UndoRedo;
574
+ static instanceName: string;
575
+ private static bryntumEvents;
576
+ private static bryntumFeatureNames;
577
+ private static bryntumConfigs;
578
+ private static bryntumConfigsOnly;
579
+ private static bryntumProps;
580
+ private elementRef;
581
+ instance: UndoRedo;
582
+ private bryntumConfig;
583
+ constructor(element: ElementRef);
584
+ adopt: HTMLElement | string;
585
+ align: AlignSpec | string;
586
+ anchor: boolean;
587
+ ariaDescription: string;
588
+ ariaLabel: string;
589
+ autoUpdateRecord: boolean;
590
+ bubbleEvents: object;
591
+ centered: boolean;
592
+ color: string;
593
+ config: object;
594
+ constrainTo: HTMLElement | Widget | Rectangle;
595
+ contentElementCls: string | object;
596
+ dataField: string;
597
+ defaultBindProperty: string;
598
+ defaultFocus: ((widget: Widget) => boolean) | string;
599
+ defaults: ContainerItemConfig;
600
+ detectCSSCompatibilityIssues: boolean;
601
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
602
+ draggable: boolean | {
603
+ handleSelector?: string;
604
+ };
605
+ elementAttributes: Record<string, string | null>;
606
+ floating: boolean;
607
+ hideAnimation: boolean | object;
608
+ hideWhenEmpty: boolean;
609
+ htmlCls: string | object;
610
+ ignoreParentReadOnly: boolean;
611
+ itemCls: string;
612
+ lazyItems: Record<string, ContainerItemConfig> | ContainerItemConfig[] | Widget[];
613
+ listeners: UndoRedoListeners;
614
+ localeClass: typeof Base;
615
+ localizable: boolean;
616
+ localizableProperties: string[];
617
+ maskDefaults: MaskConfig;
618
+ masked: boolean | string | MaskConfig;
619
+ monitorResize: boolean | {
620
+ immediate?: boolean;
621
+ };
622
+ namedItems: Record<string, ContainerItemConfig>;
623
+ owner: Widget | any;
624
+ positioned: boolean;
625
+ preventTooltipOnTouch: boolean;
626
+ relayStoreEvents: boolean;
627
+ ripple: boolean | {
628
+ delegate?: string;
629
+ color?: string;
630
+ radius?: number;
631
+ clip?: string;
632
+ };
633
+ rootElement: ShadowRoot | HTMLElement;
634
+ scrollAction: 'hide' | 'realign' | null;
635
+ showAnimation: boolean | object;
636
+ showTooltipWhenDisabled: boolean;
637
+ showZeroActionBadge: boolean;
638
+ tab: boolean | TabConfig;
639
+ tabBarItems: ToolbarItems[] | Widget[];
640
+ tag: string;
641
+ text: boolean;
642
+ textAlign: 'left' | 'center' | 'right' | 'start' | 'end';
643
+ textContent: boolean;
644
+ title: string;
645
+ type: 'taskboardundoredo';
646
+ ui: string | object;
647
+ weight: number;
648
+ alignSelf: string;
649
+ appendTo: HTMLElement | string;
650
+ callOnFunctions: boolean;
651
+ catchEventHandlerExceptions: boolean;
652
+ cls: string | object;
653
+ column: number;
654
+ content: string;
655
+ dataset: object | Record<string, string>;
656
+ disabled: boolean | 'inert';
657
+ extraData: any;
658
+ flex: number | string;
659
+ height: number | string;
660
+ hidden: boolean;
661
+ html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
662
+ id: string;
663
+ inputFieldAlign: 'start' | 'end';
664
+ insertBefore: HTMLElement | string;
665
+ insertFirst: HTMLElement | string;
666
+ items: (ContainerItemConfig | MenuItemConfig | Widget)[] | Record<string, ContainerItemConfig | MenuItemConfig> | Widget[] | Record<string, ContainerItemConfig | MenuItemEntry> | (ContainerItemConfig | MenuItemEntry | Widget)[];
667
+ keyMap: Record<string, KeyMapConfig>;
668
+ labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
669
+ layout: Layout | string | ContainerLayoutConfig;
670
+ layoutStyle: object;
671
+ margin: number | string;
672
+ maxHeight: string | number;
673
+ maximizeOnMobile: number | string;
674
+ maxWidth: string | number;
675
+ minHeight: string | number;
676
+ minWidth: string | number;
677
+ readOnly: boolean;
678
+ record: Model;
679
+ rendition: string | Record<string, string> | null;
680
+ rtl: boolean;
681
+ scrollable: Scroller | boolean | ScrollerConfig;
682
+ span: number;
683
+ strictRecordMapping: boolean;
684
+ tooltip: string | TooltipConfig | null;
685
+ width: number | string;
686
+ x: number;
687
+ y: number;
688
+ anchorSize: number[];
689
+ focusVisible: boolean;
690
+ hasChanges: boolean;
691
+ isSettingValues: boolean;
692
+ isValid: boolean;
693
+ parent: Widget;
694
+ values: Record<string, object>;
695
+ /**
696
+ * Fires before an object is destroyed.
697
+ * @param {object} event Event object
698
+ * @param {Core.Base} event.source The Object that is being destroyed.
699
+ */
700
+ onBeforeDestroy: any;
701
+ /**
702
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
703
+ * @param {object} event Event object
704
+ * @param {Core.widget.Widget} event.source The widget being hidden.
705
+ */
706
+ onBeforeHide: any;
707
+ /**
708
+ * Fired before this container will load record values into its child fields. This is useful if you
709
+ * want to modify the UI before data is loaded (e.g. set some input field to be readonly)
710
+ * @param {object} event Event object
711
+ * @param {Core.widget.Container} event.source The container
712
+ * @param {Core.data.Model} event.record The record
713
+ */
714
+ onBeforeSetRecord: any;
715
+ /**
716
+ * Triggered before a widget is shown. Return `false` to prevent the action.
717
+ * @param {object} event Event object
718
+ * @param {Core.widget.Widget,any} event.source The widget being shown
719
+ */
720
+ onBeforeShow: any;
721
+ /**
722
+ * Fires when any other event is fired from the object.
723
+ * ...
724
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#event-catchAll)
725
+ * @param {object} event Event object
726
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
727
+ * @param {string} event.event.type The type of the event which is caught by the listener
728
+ */
729
+ onCatchAll: any;
730
+ /**
731
+ * Fires when an object is destroyed.
732
+ * @param {object} event Event object
733
+ * @param {Core.Base} event.source The Object that is being destroyed.
734
+ */
735
+ onDestroy: any;
736
+ /**
737
+ * Fires when a field is mutated and the state of the [hasChanges](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-hasChanges) property changes
738
+ * @param {object} event Event object
739
+ * @param {Core.widget.Container} event.source The container.
740
+ * @param {boolean} event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
741
+ */
742
+ onDirtyStateChange: any;
743
+ /**
744
+ * Triggered when a widget's [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element) is available.
745
+ * @param {object} event Event object
746
+ * @param {HTMLElement} event.element The Widget's element.
747
+ */
748
+ onElementCreated: any;
749
+ /**
750
+ * Fired when focus enters this Widget.
751
+ * @param {object} event Event object
752
+ * @param {Core.widget.Widget} event.source This Widget
753
+ * @param {HTMLElement} event.fromElement The element which lost focus.
754
+ * @param {HTMLElement} event.toElement The element which gained focus.
755
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
756
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
757
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
758
+ */
759
+ onFocusIn: any;
760
+ /**
761
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
762
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
763
+ * will not trigger this event. This is when focus exits this widget completely.
764
+ * @param {object} event Event object
765
+ * @param {Core.widget.Widget} event.source This Widget
766
+ * @param {HTMLElement} event.fromElement The element which lost focus.
767
+ * @param {HTMLElement} event.toElement The element which gained focus.
768
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
769
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
770
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
771
+ */
772
+ onFocusOut: any;
773
+ /**
774
+ * Triggered after a widget was hidden
775
+ * @param {object} event Event object
776
+ * @param {Core.widget.Widget} event.source The widget
777
+ */
778
+ onHide: any;
779
+ /**
780
+ * Triggered when a widget which had been in a non-visible state for any reason
781
+ * achieves visibility.
782
+ * ...
783
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/TaskBoard/widget/UndoRedo#event-paint)
784
+ * @param {object} event Event object
785
+ * @param {Core.widget.Widget} event.source The widget being painted.
786
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
787
+ */
788
+ onPaint: any;
789
+ /**
790
+ * Fired when a Widget's read only state is toggled
791
+ * @param {object} event Event object
792
+ * @param {boolean} event.readOnly Read only or not
793
+ */
794
+ onReadOnly: any;
795
+ /**
796
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
797
+ * 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.
798
+ */
799
+ onRecompose: any;
800
+ /**
801
+ * 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`*.
802
+ * @param {object} event Event object
803
+ * @param {Core.widget.Widget} event.source This Widget
804
+ * @param {number} event.width The new width
805
+ * @param {number} event.height The new height
806
+ * @param {number} event.oldWidth The old width
807
+ * @param {number} event.oldHeight The old height
808
+ */
809
+ onResize: any;
810
+ /**
811
+ * Triggered after a widget is shown.
812
+ * @param {object} event Event object
813
+ * @param {Core.widget.Widget} event.source The widget
814
+ */
815
+ onShow: any;
816
+ /**
817
+ * Create and append the underlying widget
818
+ */
819
+ ngOnInit(): void;
820
+ /**
821
+ * Watch for changes
822
+ * @param changes
823
+ */
824
+ ngOnChanges(changes: SimpleChanges): void;
825
+ /**
826
+ * Destroy the component
827
+ */
828
+ ngOnDestroy(): void;
829
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumUndoRedoComponent, never>;
830
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumUndoRedoComponent, "bryntum-undo-redo", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "owner": "owner"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "showZeroActionBadge": "showZeroActionBadge"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "text": "text"; "textAlign": "textAlign"; "textContent": "textContent"; "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"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "strictRecordMapping": "strictRecordMapping"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; }, never, never>;
831
+ }