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