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