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