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