@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,1061 @@
1
+ /**
2
+ * Angular wrapper for Bryntum DemoCodeEditor
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, ContainerItemConfig, ContainerLayoutConfig, DemoCodeEditor, DemoCodeEditorListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/taskboard';
6
+ import * as i0 from "@angular/core";
7
+ export declare type BryntumDemoCodeEditorProps = {
8
+ /**
9
+ * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
10
+ * content will be placed inside this element.
11
+ * ...
12
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-adopt)
13
+ */
14
+ adopt?: HTMLElement | string;
15
+ /**
16
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
17
+ * ...
18
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#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
+ * App folder location
39
+ */
40
+ appFolder?: string;
41
+ /**
42
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
43
+ * into an element which will be linked using the `aria-describedby` attribute.
44
+ * ...
45
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-ariaDescription)
46
+ */
47
+ ariaDescription?: string;
48
+ /**
49
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
50
+ * the `aria-label` attribute.
51
+ * ...
52
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-ariaLabel)
53
+ */
54
+ ariaLabel?: string;
55
+ /**
56
+ * Update assigned [record](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-record) automatically on field changes
57
+ */
58
+ autoUpdateRecord?: boolean;
59
+ /**
60
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar),
61
+ * or array of config objects representing the child items of a Toolbar. Another way to add a bbar is to use [strips](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips).
62
+ * ...
63
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-bbar)
64
+ */
65
+ bbar?: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
66
+ /**
67
+ * Custom CSS classes to add to the panel's body element.
68
+ * ...
69
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-bodyCls)
70
+ */
71
+ bodyCls?: string | object;
72
+ /**
73
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
74
+ * hierarchy when triggered.
75
+ * ...
76
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-bubbleEvents)
77
+ */
78
+ bubbleEvents?: object;
79
+ /**
80
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
81
+ * ...
82
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-callOnFunctions)
83
+ */
84
+ callOnFunctions?: boolean;
85
+ /**
86
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
87
+ * application state is undefined. Code which follows the event handler will *not* be executed.
88
+ * ...
89
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-catchEventHandlerExceptions)
90
+ */
91
+ catchEventHandlerExceptions?: boolean;
92
+ /**
93
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
94
+ * Set to `true` to centre the Widget in browser viewport space.
95
+ */
96
+ centered?: boolean;
97
+ /**
98
+ * Custom CSS classes to add to element.
99
+ * May be specified as a space separated string, or as an object in which property names
100
+ * with truthy values are used as the class names:
101
+ * ...
102
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-cls)
103
+ */
104
+ cls?: string | object;
105
+ /**
106
+ * The path from which to load the Monaco editor.
107
+ * ...
108
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-codePath)
109
+ */
110
+ codePath?: string;
111
+ /**
112
+ * Controls whether the panel is collapsed (the body of the panel is hidden while only the header is
113
+ * visible). Only valid if the panel is [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible).
114
+ */
115
+ collapsed?: boolean;
116
+ /**
117
+ * This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsed).
118
+ * ...
119
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-collapsible)
120
+ */
121
+ collapsible?: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
122
+ /**
123
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
124
+ * `style` block.
125
+ * ...
126
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-color)
127
+ */
128
+ color?: string;
129
+ /**
130
+ * Programmatic control over which column to start in when used in a grid layout.
131
+ */
132
+ column?: number;
133
+ config?: object;
134
+ /**
135
+ * *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).*
136
+ * Element, Widget or Rectangle to which this Widget is constrained.
137
+ */
138
+ constrainTo?: HTMLElement | Widget | Rectangle;
139
+ /**
140
+ * The HTML content that coexists with sibling elements which may have been added to the
141
+ * [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement) by plugins and features.
142
+ * When specifying html, this widget's element will also have the [htmlCls](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-htmlCls)
143
+ * class added to its classList, to allow targeted styling.
144
+ */
145
+ content?: string;
146
+ /**
147
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
148
+ * May be specified as a space separated string, or as an object in which property names
149
+ * with truthy values are used as the class names:
150
+ * ...
151
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-contentElementCls)
152
+ */
153
+ contentElementCls?: string | object;
154
+ /**
155
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
156
+ * field on the expanded record to use for populating this widget's store (if applicable)
157
+ */
158
+ dataField?: string;
159
+ /**
160
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
161
+ */
162
+ dataset?: Record<string, string>;
163
+ /**
164
+ * The name of the property to set when a single value is to be applied to this Widget. Such as when used
165
+ * in a grid WidgetColumn, this is the property to which the column's `field` is applied.
166
+ */
167
+ defaultBindProperty?: string;
168
+ /**
169
+ * A [query](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
170
+ * focus should be directed by default.
171
+ * ...
172
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-defaultFocus)
173
+ * @param {Core.widget.Widget} widget Widget passed to method
174
+ * @returns {boolean} truthy value if widget is the default one
175
+ */
176
+ defaultFocus?: ((widget: Widget) => boolean) | string;
177
+ /**
178
+ * A config object containing default settings to apply to all child widgets.
179
+ */
180
+ defaults?: ContainerItemConfig;
181
+ /**
182
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
183
+ * ...
184
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-detectCSSCompatibilityIssues)
185
+ */
186
+ detectCSSCompatibilityIssues?: boolean;
187
+ /**
188
+ * 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
189
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
190
+ * ...
191
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-disabled)
192
+ */
193
+ disabled?: boolean | 'inert';
194
+ /**
195
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel)
196
+ * [strips collection](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
197
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
198
+ * body. Such widgets are called "edge strips".
199
+ * ...
200
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-dock)
201
+ */
202
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
203
+ /**
204
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
205
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
206
+ * property which controls when a drag should start.
207
+ * ...
208
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-draggable)
209
+ */
210
+ draggable?: boolean | {
211
+ handleSelector?: string;
212
+ };
213
+ /**
214
+ * Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
215
+ * ...
216
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-drawer)
217
+ * @param {'start','left','end','right','top','bottom'} side The side of the viewport to dock the drawer to. * `'start'` means the `inline-start` side. * `'end'` means the `inline-end` side.
218
+ * @param {string,number} size The size of the drawer in its collapsible axis.
219
+ * @param {boolean} inline If using the [appendTo](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-appendTo) config to place the drawer inside a host widget, this may be set to `true` to make the drawer inline within that host. Note that, if using this, the layout of the host element must have `flex-direction` set appropriately.
220
+ * @param {boolean,object} autoClose Specifies what user actions should automatically close the drawer. Defaults to closing when the user clicks outside of the drawer or when focus moves outside of the drawer.
221
+ * @param {boolean,string} autoClose.mousedown If the user clicks outside of the drawer, the drawer will automatically be hidden. If the value is a string, it is used as a CSS selector to filter clicks which should close the drawer.
222
+ * @param {boolean,string} autoClose.focusout If focus moves outside of the drawer, the drawer will automatically be hidden.
223
+ * @param {string} autoClose.mouseout Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
224
+ * @param {number} autoCloseDelay When using `mouseout`, this is the delay in milliseconds
225
+ */
226
+ drawer?: boolean | {
227
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
228
+ size?: string | number;
229
+ inline?: boolean;
230
+ autoClose: {
231
+ mousedown?: boolean | string;
232
+ focusout?: boolean | string;
233
+ mouseout?: string;
234
+ };
235
+ autoCloseDelay?: number;
236
+ };
237
+ /**
238
+ * An editor configuration object to be passed to https://microsoft.github.io/monaco-editor/docs.html#functions/editor.create.html
239
+ */
240
+ editor?: object;
241
+ /**
242
+ * An object specifying attributes to assign to the root element of this widget.
243
+ * Set `null` value to attribute to remove it.
244
+ * ...
245
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-elementAttributes)
246
+ */
247
+ elementAttributes?: Record<string, string | null>;
248
+ extraData?: any;
249
+ /**
250
+ * 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
251
+ * flexbox layout. This config allows you to set this widget's
252
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
253
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
254
+ * numeric-only values are interpreted as the `flex-grow` value.
255
+ */
256
+ flex?: number | string;
257
+ /**
258
+ * Set to `true` to move the widget out of the document flow and position it
259
+ * absolutely in browser viewport space.
260
+ */
261
+ floating?: boolean;
262
+ /**
263
+ * Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
264
+ * but rather plain HTML that follows the last element of the panel's body and [strips](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-strips).
265
+ * ...
266
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-footer)
267
+ */
268
+ footer?: {
269
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
270
+ html?: string;
271
+ cls?: string;
272
+ } | string;
273
+ /**
274
+ * A config [object](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#typedef-PanelHeader) for the panel's header or a string in place of a `title`.
275
+ * ...
276
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-header)
277
+ */
278
+ header?: string | boolean | PanelHeader;
279
+ /**
280
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
281
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
282
+ * cases this config is convenient.
283
+ */
284
+ height?: string | number;
285
+ /**
286
+ * Configure with true to make widget initially hidden.
287
+ */
288
+ hidden?: boolean;
289
+ /**
290
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
291
+ * ...
292
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-hideAnimation)
293
+ */
294
+ hideAnimation?: boolean | object;
295
+ /**
296
+ * Specify `true` to make this container hide when it has no visible children (Either empty
297
+ * or all children hidden).
298
+ * ...
299
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-hideWhenEmpty)
300
+ */
301
+ hideWhenEmpty?: boolean;
302
+ /**
303
+ * The HTML to display initially or a function returning the markup (called at widget construction time).
304
+ * ...
305
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-html)
306
+ * @param {Core.widget.Widget} widget The calling Widget
307
+ * @returns {string}
308
+ */
309
+ html?: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
310
+ /**
311
+ * The CSS class(es) to add when HTML content is being applied to this widget.
312
+ */
313
+ htmlCls?: string | object;
314
+ /**
315
+ * An icon to show before the [title](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-title). Either pass a CSS class as a string, or pass a
316
+ * [DomConfig](https://bryntum.com/products/taskboard/docs/api/Core/helper/DomHelper#typedef-DomConfig) object describing an element to represent the icon.
317
+ */
318
+ icon?: string | DomConfig;
319
+ /**
320
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
321
+ */
322
+ id?: string;
323
+ /**
324
+ * Determines if the widgets read-only state should be controlled by its parent.
325
+ * ...
326
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-ignoreParentReadOnly)
327
+ */
328
+ ignoreParentReadOnly?: boolean;
329
+ /**
330
+ * Convenience setting to align input fields of child widgets. By default, the Field input element is
331
+ * placed immediately following the `label`. If you prefer to have all input fields aligned to the
332
+ * right, set this config to `'end'`.
333
+ * ...
334
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-inputFieldAlign)
335
+ */
336
+ inputFieldAlign?: 'start' | 'end';
337
+ /**
338
+ * 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.
339
+ */
340
+ insertBefore?: HTMLElement | string;
341
+ /**
342
+ * 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.
343
+ */
344
+ insertFirst?: HTMLElement | string;
345
+ /**
346
+ * An optional CSS class to add to child items of this container.
347
+ */
348
+ itemCls?: string;
349
+ /**
350
+ * An object containing typed child widget config objects or Widgets. May also be specified
351
+ * as an array.
352
+ * ...
353
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-items)
354
+ */
355
+ items?: Record<string, ContainerItemConfig | MenuItemEntry> | (ContainerItemConfig | MenuItemEntry | Widget)[];
356
+ /**
357
+ * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
358
+ * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
359
+ * are the name of the instance method to call when the keystroke is received.
360
+ * ...
361
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-keyMap)
362
+ */
363
+ keyMap?: Record<string, KeyMapConfig>;
364
+ /**
365
+ * Convenience setting to use same label placement on all child widgets.
366
+ * ...
367
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-labelPosition)
368
+ */
369
+ labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
370
+ /**
371
+ * The language being edited may be set and read using this property.
372
+ */
373
+ language?: string;
374
+ /**
375
+ * The short name of a helper class which manages rendering and styling of child items.
376
+ * ...
377
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-layout)
378
+ */
379
+ layout?: string | ContainerLayoutConfig;
380
+ /**
381
+ * The CSS style properties to apply to the [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
382
+ * ...
383
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-layoutStyle)
384
+ */
385
+ layoutStyle?: object;
386
+ /**
387
+ * 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
388
+ * instances only when this Container is rendered, rather than eagerly at construct time.
389
+ * ...
390
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-lazyItems)
391
+ */
392
+ lazyItems?: Record<string, ContainerItemConfig> | ContainerItemConfig[] | Widget[];
393
+ /**
394
+ * The listener set for this object.
395
+ * ...
396
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-listeners)
397
+ */
398
+ listeners?: DemoCodeEditorListeners;
399
+ /**
400
+ * A class translations of which are used for translating this entity.
401
+ * This is often used when translations of an item are defined on its container class.
402
+ * For example:
403
+ * ...
404
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-localeClass)
405
+ */
406
+ localeClass?: typeof Base;
407
+ /**
408
+ * Set to `false` to disable localization of this object.
409
+ */
410
+ localizable?: boolean;
411
+ /**
412
+ * List of properties which values should be translated automatically upon a locale applying.
413
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
414
+ * you could use 'localeKey' meta configuration.
415
+ * Example:
416
+ * ...
417
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-localizableProperties)
418
+ */
419
+ localizableProperties?: string[];
420
+ /**
421
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
422
+ * numeric-only values are interpreted as pixels.
423
+ */
424
+ margin?: number | string;
425
+ /**
426
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) created for the
427
+ * [masked](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
428
+ * values.
429
+ */
430
+ maskDefaults?: MaskConfig;
431
+ /**
432
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
433
+ * [Mask](https://bryntum.com/products/taskboard/docs/api/Core/widget/Mask) config object.
434
+ */
435
+ masked?: boolean | string | MaskConfig;
436
+ /**
437
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
438
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
439
+ */
440
+ maxHeight?: string | number;
441
+ /**
442
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
443
+ * ...
444
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-maximizeOnMobile)
445
+ */
446
+ maximizeOnMobile?: number | string;
447
+ /**
448
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
449
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
450
+ */
451
+ maxWidth?: string | number;
452
+ /**
453
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
454
+ * like [height](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
455
+ */
456
+ minHeight?: string | number;
457
+ /**
458
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
459
+ * like [width](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
460
+ */
461
+ minWidth?: string | number;
462
+ /**
463
+ * Editor mode
464
+ */
465
+ mode?: 'vanilla' | 'framework';
466
+ /**
467
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
468
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
469
+ * layout.
470
+ * ...
471
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-monitorResize)
472
+ */
473
+ monitorResize?: boolean | {
474
+ immediate?: boolean;
475
+ };
476
+ /**
477
+ * 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)
478
+ * config. For example, a specialized [Menu](https://bryntum.com/products/taskboard/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
479
+ * value defined like this:
480
+ * ...
481
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-namedItems)
482
+ */
483
+ namedItems?: Record<string, ContainerItemConfig>;
484
+ /**
485
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
486
+ * [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
487
+ * the owner is <strong>always</strong> the encapsulating Container.
488
+ * ...
489
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-owner)
490
+ */
491
+ owner?: Widget | any;
492
+ /**
493
+ * 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
494
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
495
+ * widget's [contentElement](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-contentElement).
496
+ * ...
497
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-positioned)
498
+ */
499
+ positioned?: boolean;
500
+ /**
501
+ * Preferred source files.
502
+ * First matched file from the list will be shown on initial load.
503
+ */
504
+ preferredSources?: RegExp[];
505
+ /**
506
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
507
+ * menu on click etc, since the tooltip would be displayed at the same time.
508
+ */
509
+ preventTooltipOnTouch?: boolean;
510
+ /**
511
+ * The read-only state of the editor may be set and read. This state is by default reflected
512
+ * by an icon in the bottom toolbar.
513
+ */
514
+ readOnly?: boolean;
515
+ /**
516
+ * [Record](https://bryntum.com/products/taskboard/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
517
+ * ...
518
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-record)
519
+ */
520
+ record?: Model;
521
+ relayStoreEvents?: boolean;
522
+ /**
523
+ * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
524
+ * `type`.
525
+ * ...
526
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-rendition)
527
+ */
528
+ rendition?: string | Record<string, string> | null;
529
+ /**
530
+ * Configure as `true` to have the component display a translucent ripple when its
531
+ * [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
532
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
533
+ * ...
534
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-ripple)
535
+ */
536
+ ripple?: boolean | {
537
+ delegate?: string;
538
+ color?: string;
539
+ radius?: number;
540
+ clip?: string;
541
+ };
542
+ /**
543
+ * 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`
544
+ */
545
+ rootElement?: ShadowRoot | HTMLElement;
546
+ /**
547
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
548
+ * ...
549
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-rtl)
550
+ */
551
+ rtl?: boolean;
552
+ /**
553
+ * Specifies whether (and optionally in which axes) a Widget may scroll. `true` means this widget may scroll
554
+ * in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
555
+ * applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
556
+ * CSS overflow properties thus:
557
+ * ...
558
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-scrollable)
559
+ */
560
+ scrollable?: boolean | ScrollerConfig | Scroller;
561
+ /**
562
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
563
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
564
+ */
565
+ scrollAction?: 'hide' | 'realign' | null;
566
+ /**
567
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#config-floating).*
568
+ * ...
569
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-showAnimation)
570
+ */
571
+ showAnimation?: boolean | object;
572
+ /**
573
+ * 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)
574
+ */
575
+ showTooltipWhenDisabled?: boolean;
576
+ /**
577
+ * Programmatic control over how many columns to span when used in a grid layout.
578
+ */
579
+ span?: number;
580
+ /**
581
+ * This value can be one of the following:
582
+ * ...
583
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-stateful)
584
+ */
585
+ stateful?: boolean | object | string[];
586
+ /**
587
+ * The events that, when fired by this component, should trigger it to save its state by calling
588
+ * [saveState](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#function-saveState).
589
+ * ...
590
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-statefulEvents)
591
+ */
592
+ statefulEvents?: object | string[];
593
+ /**
594
+ * The key to use when saving this object's state in the [stateProvider](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#config-stateProvider). If this config is
595
+ * not assigned, and [stateful](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#config-stateful) is not set to `false`, the [id](#Core/widget/Widget#config-id)
596
+ * (if explicitly specified) will be used as the `stateId`.
597
+ * ...
598
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-stateId)
599
+ */
600
+ stateId?: string;
601
+ /**
602
+ * The `StateProvider` to use to save and restore this object's [state](https://bryntum.com/products/taskboard/docs/api/Core/mixin/State#property-state). By default, `state`
603
+ * will be saved using the [default state provider](https://bryntum.com/products/taskboard/docs/api/Core/state/StateProvider#property-instance-static).
604
+ * ...
605
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-stateProvider)
606
+ */
607
+ stateProvider?: StateProvider;
608
+ /**
609
+ * The status message displayed un the bottom toolbar may be set and read using this property.
610
+ */
611
+ status?: string;
612
+ /**
613
+ * 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),
614
+ * without falling back to `ref`.
615
+ */
616
+ strictRecordMapping?: boolean;
617
+ /**
618
+ * An object containing widgets keyed by name. By default (when no `type` is given), strips are
619
+ * [toolbars](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
620
+ * the toolbar's [items](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container#config-items).
621
+ * ...
622
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-strips)
623
+ */
624
+ strips?: Record<string, ContainerItemConfig>;
625
+ /**
626
+ * 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
627
+ * [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
628
+ * this widget:
629
+ * ...
630
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-tab)
631
+ */
632
+ tab?: boolean | TabConfig;
633
+ /**
634
+ * When this container is used as a tab in a TabPanel, these items are added to the
635
+ * [TabBar](https://bryntum.com/products/taskboard/docs/api/Core/widget/TabBar) when this container is the active tab.
636
+ * ...
637
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-tabBarItems)
638
+ */
639
+ tabBarItems?: ToolbarItems[] | Widget[];
640
+ /**
641
+ * The tag name of this Widget's root element
642
+ */
643
+ tag?: string;
644
+ /**
645
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/taskboard/docs/api/Core/widget/Toolbar),
646
+ * or array of config objects representing the child items of a Toolbar.
647
+ * This creates a toolbar docked to the top of the panel immediately below the header.
648
+ * ...
649
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-tbar)
650
+ */
651
+ tbar?: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
652
+ /**
653
+ * The text being edited may be set and read using this property.
654
+ */
655
+ text?: string;
656
+ /**
657
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
658
+ * ...
659
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-textAlign)
660
+ */
661
+ textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
662
+ /**
663
+ * Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
664
+ * which specifies a default max-width that makes long text more readable.
665
+ * ...
666
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-textContent)
667
+ */
668
+ textContent?: boolean;
669
+ /**
670
+ * The Monaco theme to use. If not specified, it defaults to `'vs'`;
671
+ */
672
+ theme?: 'vs' | 'vs-dark' | 'hc-black' | 'hc-light';
673
+ /**
674
+ * A title to display in the header or owning TabPanel. Causes creation and docking of a header
675
+ * to the top if no header is configured.
676
+ * ...
677
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-title)
678
+ */
679
+ title?: string;
680
+ /**
681
+ * The [tools](https://bryntum.com/products/taskboard/docs/api/Core/widget/Tool) to add either before or after the `title` in the Panel header. Each
682
+ * property name is the reference by which an instantiated tool may be retrieved from the live
683
+ * `[tools](https://bryntum.com/products/taskboard/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
684
+ * ...
685
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-tools)
686
+ */
687
+ tools?: Record<string, ToolConfig> | null;
688
+ /**
689
+ * Tooltip for the widget, either as a string or as a Tooltip config object.
690
+ * ...
691
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-tooltip)
692
+ */
693
+ tooltip?: string | TooltipConfig | null;
694
+ /**
695
+ * By default, tabbing within a Panel is not contained, ie you can TAB out of the Panel
696
+ * forwards or backwards.
697
+ * Configure this as `true` to disallow tabbing out of the Panel, and make tabbing circular within this Panel.
698
+ */
699
+ trapFocus?: boolean;
700
+ type?: 'democodeeditor';
701
+ /**
702
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
703
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
704
+ * values are used as the class names.
705
+ * ...
706
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-ui)
707
+ */
708
+ ui?: 'plain' | 'toolbar' | string | object;
709
+ /**
710
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/taskboard/docs/api/Core/widget/Container).
711
+ * Higher weights go further down.
712
+ */
713
+ weight?: number;
714
+ /**
715
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
716
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
717
+ * this config is convenient.
718
+ */
719
+ width?: string | number;
720
+ /**
721
+ * The x position for the widget.
722
+ * ...
723
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-x)
724
+ */
725
+ x?: number;
726
+ /**
727
+ * The y position for the widget.
728
+ * ...
729
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#config-y)
730
+ */
731
+ y?: number;
732
+ };
733
+ export declare class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
734
+ static instanceClass: typeof DemoCodeEditor;
735
+ static instanceName: string;
736
+ private static bryntumEvents;
737
+ private static bryntumFeatureNames;
738
+ private static bryntumConfigs;
739
+ private static bryntumConfigsOnly;
740
+ private static bryntumProps;
741
+ private elementRef;
742
+ instance: DemoCodeEditor;
743
+ private bryntumConfig;
744
+ constructor(element: ElementRef);
745
+ adopt: HTMLElement | string;
746
+ align: AlignSpec | string;
747
+ anchor: boolean;
748
+ appFolder: string;
749
+ ariaDescription: string;
750
+ ariaLabel: string;
751
+ autoUpdateRecord: boolean;
752
+ bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
753
+ bodyCls: string | object;
754
+ bubbleEvents: object;
755
+ centered: boolean;
756
+ codePath: string;
757
+ collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
758
+ color: string;
759
+ config: object;
760
+ constrainTo: HTMLElement | Widget | Rectangle;
761
+ contentElementCls: string | object;
762
+ dataField: string;
763
+ defaultBindProperty: string;
764
+ defaultFocus: ((widget: Widget) => boolean) | string;
765
+ defaults: ContainerItemConfig;
766
+ detectCSSCompatibilityIssues: boolean;
767
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
768
+ draggable: boolean | {
769
+ handleSelector?: string;
770
+ };
771
+ drawer: boolean | {
772
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
773
+ size?: string | number;
774
+ inline?: boolean;
775
+ autoClose: {
776
+ mousedown?: boolean | string;
777
+ focusout?: boolean | string;
778
+ mouseout?: string;
779
+ };
780
+ autoCloseDelay?: number;
781
+ };
782
+ editor: object;
783
+ elementAttributes: Record<string, string | null>;
784
+ floating: boolean;
785
+ footer: {
786
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
787
+ html?: string;
788
+ cls?: string;
789
+ } | string;
790
+ header: string | boolean | PanelHeader;
791
+ hideAnimation: boolean | object;
792
+ hideWhenEmpty: boolean;
793
+ htmlCls: string | object;
794
+ icon: string | DomConfig;
795
+ ignoreParentReadOnly: boolean;
796
+ itemCls: string;
797
+ lazyItems: Record<string, ContainerItemConfig> | ContainerItemConfig[] | Widget[];
798
+ listeners: DemoCodeEditorListeners;
799
+ localeClass: typeof Base;
800
+ localizable: boolean;
801
+ localizableProperties: string[];
802
+ maskDefaults: MaskConfig;
803
+ masked: boolean | string | MaskConfig;
804
+ mode: 'vanilla' | 'framework';
805
+ monitorResize: boolean | {
806
+ immediate?: boolean;
807
+ };
808
+ namedItems: Record<string, ContainerItemConfig>;
809
+ owner: Widget | any;
810
+ positioned: boolean;
811
+ preferredSources: RegExp[];
812
+ preventTooltipOnTouch: boolean;
813
+ relayStoreEvents: boolean;
814
+ ripple: boolean | {
815
+ delegate?: string;
816
+ color?: string;
817
+ radius?: number;
818
+ clip?: string;
819
+ };
820
+ rootElement: ShadowRoot | HTMLElement;
821
+ scrollAction: 'hide' | 'realign' | null;
822
+ showAnimation: boolean | object;
823
+ showTooltipWhenDisabled: boolean;
824
+ stateful: boolean | object | string[];
825
+ statefulEvents: object | string[];
826
+ stateId: string;
827
+ stateProvider: StateProvider;
828
+ strips: Record<string, ContainerItemConfig>;
829
+ tab: boolean | TabConfig;
830
+ tabBarItems: ToolbarItems[] | Widget[];
831
+ tag: string;
832
+ tbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
833
+ textAlign: 'left' | 'center' | 'right' | 'start' | 'end';
834
+ textContent: boolean;
835
+ trapFocus: boolean;
836
+ type: 'democodeeditor';
837
+ ui: 'plain' | 'toolbar' | string | object;
838
+ weight: number;
839
+ alignSelf: string;
840
+ appendTo: HTMLElement | string;
841
+ callOnFunctions: boolean;
842
+ catchEventHandlerExceptions: boolean;
843
+ cls: string | object;
844
+ collapsed: boolean;
845
+ column: number;
846
+ content: string;
847
+ dataset: object | Record<string, string>;
848
+ disabled: boolean | 'inert';
849
+ extraData: any;
850
+ flex: number | string;
851
+ height: number | string;
852
+ hidden: boolean;
853
+ html: string | ((widget: Widget) => string) | DomConfig | DomConfig[] | VueConfig;
854
+ id: string;
855
+ inputFieldAlign: 'start' | 'end';
856
+ insertBefore: HTMLElement | string;
857
+ insertFirst: HTMLElement | string;
858
+ items: (ContainerItemConfig | MenuItemConfig | Widget)[] | Record<string, ContainerItemConfig | MenuItemConfig> | Widget[] | Record<string, ContainerItemConfig | MenuItemEntry> | (ContainerItemConfig | MenuItemEntry | Widget)[];
859
+ keyMap: Record<string, KeyMapConfig>;
860
+ labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
861
+ language: string;
862
+ layout: Layout | string | ContainerLayoutConfig;
863
+ layoutStyle: object;
864
+ margin: number | string;
865
+ maxHeight: string | number;
866
+ maximizeOnMobile: number | string;
867
+ maxWidth: string | number;
868
+ minHeight: string | number;
869
+ minWidth: string | number;
870
+ readOnly: boolean;
871
+ record: Model;
872
+ rendition: string | Record<string, string> | null;
873
+ rtl: boolean;
874
+ scrollable: Scroller | boolean | ScrollerConfig;
875
+ span: number;
876
+ status: string;
877
+ strictRecordMapping: boolean;
878
+ text: string;
879
+ theme: 'vs' | 'vs-dark' | 'hc-black' | 'hc-light';
880
+ title: string;
881
+ tools: Record<string, Tool | ToolConfig> | null | Record<string, Tool> | Record<string, ToolConfig>;
882
+ tooltip: string | TooltipConfig | null;
883
+ width: number | string;
884
+ x: number;
885
+ y: number;
886
+ anchorSize: number[];
887
+ focusVisible: boolean;
888
+ hasChanges: boolean;
889
+ isSettingValues: boolean;
890
+ isValid: boolean;
891
+ parent: Widget;
892
+ state: any;
893
+ values: Record<string, object>;
894
+ /**
895
+ * Fires before an object is destroyed.
896
+ * @param {object} event Event object
897
+ * @param {Core.Base} event.source The Object that is being destroyed.
898
+ */
899
+ onBeforeDestroy: any;
900
+ /**
901
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
902
+ * @param {object} event Event object
903
+ * @param {Core.widget.Widget} event.source The widget being hidden.
904
+ */
905
+ onBeforeHide: any;
906
+ /**
907
+ * Fired before this container will load record values into its child fields. This is useful if you
908
+ * want to modify the UI before data is loaded (e.g. set some input field to be readonly)
909
+ * @param {object} event Event object
910
+ * @param {Core.widget.Container} event.source The container
911
+ * @param {Core.data.Model} event.record The record
912
+ */
913
+ onBeforeSetRecord: any;
914
+ /**
915
+ * Triggered before a widget is shown. Return `false` to prevent the action.
916
+ * @param {object} event Event object
917
+ * @param {Core.widget.Widget,any} event.source The widget being shown
918
+ */
919
+ onBeforeShow: any;
920
+ /**
921
+ * Fired before state is applied to the source. Allows editing the state object or preventing the operation.
922
+ * @param {object} event Event object
923
+ * @param {any} event.state State object config
924
+ */
925
+ onBeforeStateApply: any;
926
+ /**
927
+ * Fired before state is saved by the StateProvider. Allows editing the state object or preventing the operation.
928
+ * @param {object} event Event object
929
+ * @param {any} event.state State object config
930
+ */
931
+ onBeforeStateSave: any;
932
+ /**
933
+ * Fires when any other event is fired from the object.
934
+ * ...
935
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#event-catchAll)
936
+ * @param {object} event Event object
937
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
938
+ * @param {string} event.event.type The type of the event which is caught by the listener
939
+ */
940
+ onCatchAll: any;
941
+ /**
942
+ * Fires when a Panel is collapsed using the [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible) setting.
943
+ * @param {object} event Event object
944
+ * @param {Core.widget.Panel} event.source This Panel.
945
+ */
946
+ onCollapse: any;
947
+ /**
948
+ * Fires when an object is destroyed.
949
+ * @param {object} event Event object
950
+ * @param {Core.Base} event.source The Object that is being destroyed.
951
+ */
952
+ onDestroy: any;
953
+ /**
954
+ * 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
955
+ * @param {object} event Event object
956
+ * @param {Core.widget.Container} event.source The container.
957
+ * @param {boolean} event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
958
+ */
959
+ onDirtyStateChange: any;
960
+ /**
961
+ * Triggered when a widget's [element](https://bryntum.com/products/taskboard/docs/api/Core/widget/Widget#property-element) is available.
962
+ * @param {object} event Event object
963
+ * @param {HTMLElement} event.element The Widget's element.
964
+ */
965
+ onElementCreated: any;
966
+ /**
967
+ * Fires when a Panel is expanded using the [collapsible](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-collapsible) setting.
968
+ * @param {object} event Event object
969
+ * @param {Core.widget.Panel} event.source This Panel.
970
+ */
971
+ onExpand: any;
972
+ /**
973
+ * Fired when focus enters this Widget.
974
+ * @param {object} event Event object
975
+ * @param {Core.widget.Widget} event.source This Widget
976
+ * @param {HTMLElement} event.fromElement The element which lost focus.
977
+ * @param {HTMLElement} event.toElement The element which gained focus.
978
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
979
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
980
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
981
+ */
982
+ onFocusIn: any;
983
+ /**
984
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
985
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
986
+ * will not trigger this event. This is when focus exits this widget completely.
987
+ * @param {object} event Event object
988
+ * @param {Core.widget.Widget} event.source This Widget
989
+ * @param {HTMLElement} event.fromElement The element which lost focus.
990
+ * @param {HTMLElement} event.toElement The element which gained focus.
991
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
992
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
993
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
994
+ */
995
+ onFocusOut: any;
996
+ /**
997
+ * Triggered after a widget was hidden
998
+ * @param {object} event Event object
999
+ * @param {Core.widget.Widget} event.source The widget
1000
+ */
1001
+ onHide: any;
1002
+ /**
1003
+ * Triggered when a widget which had been in a non-visible state for any reason
1004
+ * achieves visibility.
1005
+ * ...
1006
+ * [View online docs...](https://bryntum.com/products/taskboard/docs/api/Core/widget/DemoCodeEditor#event-paint)
1007
+ * @param {object} event Event object
1008
+ * @param {Core.widget.Widget} event.source The widget being painted.
1009
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
1010
+ */
1011
+ onPaint: any;
1012
+ /**
1013
+ * Fired when a Widget's read only state is toggled
1014
+ * @param {object} event Event object
1015
+ * @param {boolean} event.readOnly Read only or not
1016
+ */
1017
+ onReadOnly: any;
1018
+ /**
1019
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
1020
+ * 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.
1021
+ */
1022
+ onRecompose: any;
1023
+ /**
1024
+ * 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`*.
1025
+ * @param {object} event Event object
1026
+ * @param {Core.widget.Widget} event.source This Widget
1027
+ * @param {number} event.width The new width
1028
+ * @param {number} event.height The new height
1029
+ * @param {number} event.oldWidth The old width
1030
+ * @param {number} event.oldHeight The old height
1031
+ */
1032
+ onResize: any;
1033
+ /**
1034
+ * Triggered after a widget is shown.
1035
+ * @param {object} event Event object
1036
+ * @param {Core.widget.Widget} event.source The widget
1037
+ */
1038
+ onShow: any;
1039
+ /**
1040
+ * A header [tool](https://bryntum.com/products/taskboard/docs/api/Core/widget/Panel#config-tools) has been clicked.
1041
+ * @param {object} event Event object
1042
+ * @param {Core.widget.Tool} event.source This Panel.
1043
+ * @param {Core.widget.Tool} event.tool The tool which is being clicked.
1044
+ */
1045
+ onToolClick: any;
1046
+ /**
1047
+ * Create and append the underlying widget
1048
+ */
1049
+ ngOnInit(): void;
1050
+ /**
1051
+ * Watch for changes
1052
+ * @param changes
1053
+ */
1054
+ ngOnChanges(changes: SimpleChanges): void;
1055
+ /**
1056
+ * Destroy the component
1057
+ */
1058
+ ngOnDestroy(): void;
1059
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumDemoCodeEditorComponent, never>;
1060
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumDemoCodeEditorComponent, "bryntum-demo-code-editor", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "appFolder": "appFolder"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "bubbleEvents": "bubbleEvents"; "centered": "centered"; "codePath": "codePath"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "editor": "editor"; "elementAttributes": "elementAttributes"; "floating": "floating"; "footer": "footer"; "header": "header"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "mode": "mode"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "owner": "owner"; "positioned": "positioned"; "preferredSources": "preferredSources"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "collapsed": "collapsed"; "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"; "language": "language"; "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"; "status": "status"; "strictRecordMapping": "strictRecordMapping"; "text": "text"; "theme": "theme"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "isSettingValues": "isSettingValues"; "isValid": "isValid"; "parent": "parent"; "state": "state"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
1061
+ }