@ckeditor/ckeditor5-ui 48.2.0 → 48.3.0-alpha.0

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 (117) hide show
  1. package/dist/arialiveannouncer.d.ts +90 -90
  2. package/dist/augmentation.d.ts +86 -86
  3. package/dist/autocomplete/autocompleteview.d.ts +70 -70
  4. package/dist/badge/badge.d.ts +119 -121
  5. package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
  6. package/dist/bindings/clickoutsidehandler.d.ts +25 -25
  7. package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
  8. package/dist/bindings/draggableviewmixin.d.ts +45 -37
  9. package/dist/bindings/preventdefault.d.ts +30 -30
  10. package/dist/bindings/submithandler.d.ts +49 -49
  11. package/dist/button/button.d.ts +167 -167
  12. package/dist/button/buttonlabel.d.ts +28 -28
  13. package/dist/button/buttonlabelview.d.ts +26 -26
  14. package/dist/button/buttonview.d.ts +192 -192
  15. package/dist/button/filedialogbuttonview.d.ts +107 -99
  16. package/dist/button/listitembuttonview.d.ts +73 -73
  17. package/dist/button/switchbuttonview.d.ts +40 -40
  18. package/dist/collapsible/collapsibleview.d.ts +63 -63
  19. package/dist/colorgrid/colorgridview.d.ts +117 -117
  20. package/dist/colorgrid/colortileview.d.ts +21 -21
  21. package/dist/colorgrid/utils.d.ts +35 -35
  22. package/dist/colorpicker/colorpickerview.d.ts +155 -157
  23. package/dist/colorpicker/utils.d.ts +37 -37
  24. package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
  25. package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
  26. package/dist/colorselector/colorselectorview.d.ts +227 -229
  27. package/dist/colorselector/documentcolorcollection.d.ts +52 -59
  28. package/dist/componentfactory.d.ts +76 -76
  29. package/dist/dialog/dialog.d.ts +311 -288
  30. package/dist/dialog/dialogactionsview.d.ts +62 -62
  31. package/dist/dialog/dialogcontentview.d.ts +22 -22
  32. package/dist/dialog/dialogview.d.ts +255 -251
  33. package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
  34. package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
  35. package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
  36. package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
  37. package/dist/dropdown/dropdownpanelview.d.ts +56 -56
  38. package/dist/dropdown/dropdownview.d.ts +326 -326
  39. package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
  40. package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
  41. package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
  42. package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
  43. package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
  44. package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
  45. package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
  46. package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
  47. package/dist/dropdown/menu/utils.d.ts +112 -112
  48. package/dist/dropdown/utils.d.ts +272 -272
  49. package/dist/editableui/editableuiview.d.ts +78 -78
  50. package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
  51. package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
  52. package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
  53. package/dist/editorui/bodycollection.d.ts +86 -86
  54. package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
  55. package/dist/editorui/editorui.d.ts +348 -351
  56. package/dist/editorui/editoruiview.d.ts +53 -53
  57. package/dist/editorui/evaluationbadge.d.ts +28 -28
  58. package/dist/editorui/poweredby.d.ts +25 -25
  59. package/dist/focuscycler.d.ts +265 -270
  60. package/dist/formheader/formheaderview.d.ts +53 -53
  61. package/dist/formrow/formrowview.d.ts +52 -52
  62. package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
  63. package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
  64. package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
  65. package/dist/icon/iconview.d.ts +83 -83
  66. package/dist/iframe/iframeview.d.ts +42 -42
  67. package/dist/index.css.map +1 -1
  68. package/dist/index.d.ts +136 -136
  69. package/dist/index.js +16467 -17751
  70. package/dist/index.js.map +1 -1
  71. package/dist/input/inputbase.d.ts +114 -114
  72. package/dist/input/inputview.d.ts +28 -28
  73. package/dist/inputnumber/inputnumberview.d.ts +44 -44
  74. package/dist/inputtext/inputtextview.d.ts +13 -13
  75. package/dist/label/labelview.d.ts +31 -31
  76. package/dist/labeledfield/labeledfieldview.d.ts +180 -180
  77. package/dist/labeledfield/utils.d.ts +112 -112
  78. package/dist/labeledinput/labeledinputview.d.ts +120 -120
  79. package/dist/legacyerrors.d.ts +0 -4
  80. package/dist/list/listitemgroupview.d.ts +54 -54
  81. package/dist/list/listitemview.d.ts +31 -31
  82. package/dist/list/listseparatorview.d.ts +13 -13
  83. package/dist/list/listview.d.ts +119 -119
  84. package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
  85. package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
  86. package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
  87. package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
  88. package/dist/menubar/menubarmenulistview.d.ts +24 -24
  89. package/dist/menubar/menubarmenupanelview.d.ts +47 -47
  90. package/dist/menubar/menubarmenuview.d.ts +113 -113
  91. package/dist/menubar/menubarview.d.ts +145 -145
  92. package/dist/menubar/utils.d.ts +455 -455
  93. package/dist/model.d.ts +19 -18
  94. package/dist/notification/notification.d.ts +200 -200
  95. package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
  96. package/dist/panel/balloon/contextualballoon.d.ts +298 -298
  97. package/dist/panel/sticky/stickypanelview.d.ts +151 -151
  98. package/dist/search/filteredview.d.ts +23 -23
  99. package/dist/search/filtergroupanditemnames.d.ts +11 -11
  100. package/dist/search/searchinfoview.d.ts +39 -39
  101. package/dist/search/searchresultsview.d.ts +49 -49
  102. package/dist/search/text/searchtextqueryview.d.ts +63 -63
  103. package/dist/search/text/searchtextview.d.ts +203 -203
  104. package/dist/spinner/spinnerview.d.ts +20 -20
  105. package/dist/template.d.ts +897 -902
  106. package/dist/textarea/textareaview.d.ts +96 -96
  107. package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
  108. package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
  109. package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
  110. package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
  111. package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
  112. package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
  113. package/dist/toolbar/toolbarview.d.ts +271 -271
  114. package/dist/tooltipmanager.d.ts +190 -193
  115. package/dist/view.d.ts +385 -388
  116. package/dist/viewcollection.d.ts +134 -134
  117. package/package.json +6 -6
@@ -1,187 +1,187 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module ui/labeledfield/labeledfieldview
7
- */
8
- import { View } from '../view.js';
9
- import { LabelView } from '../label/labelview.js';
10
- import type { FocusableView } from '../focuscycler.js';
11
- import { type ViewCollection } from '../viewcollection.js';
12
- import { type Locale } from '@ckeditor/ckeditor5-utils';
13
- import '../../theme/components/labeledfield/labeledfieldview.css';
6
+ * @module ui/labeledfield/labeledfieldview
7
+ */
8
+ import { View } from "../view.js";
9
+ import { LabelView } from "../label/labelview.js";
10
+ import type { FocusableView } from "../focuscycler.js";
11
+ import { type ViewCollection } from "../viewcollection.js";
12
+ import { type Locale } from "@ckeditor/ckeditor5-utils";
13
+ import "../../theme/components/labeledfield/labeledfieldview.css";
14
14
  /**
15
- * The labeled field view class. It can be used to enhance any view with the following features:
16
- *
17
- * * a label,
18
- * * (optional) an error message,
19
- * * (optional) an info (status) text,
20
- *
21
- * all bound logically by proper DOM attributes for UX and accessibility. It also provides an interface
22
- * (e.g. observable properties) that allows controlling those additional features.
23
- *
24
- * The constructor of this class requires a callback that returns a view to be labeled. The callback
25
- * is called with unique ids that allow binding of DOM properties:
26
- *
27
- * ```ts
28
- * const labeledInputView = new LabeledFieldView( locale, ( labeledFieldView, viewUid, statusUid ) => {
29
- * const inputView = new InputTextView( labeledFieldView.locale );
30
- *
31
- * inputView.set( {
32
- * id: viewUid,
33
- * ariaDescribedById: statusUid
34
- * } );
35
- *
36
- * inputView.bind( 'isReadOnly' ).to( labeledFieldView, 'isEnabled', value => !value );
37
- * inputView.bind( 'hasError' ).to( labeledFieldView, 'errorText', value => !!value );
38
- *
39
- * return inputView;
40
- * } );
41
- *
42
- * labeledInputView.label = 'User name';
43
- * labeledInputView.infoText = 'Full name like for instance, John Doe.';
44
- * labeledInputView.render();
45
- *
46
- * document.body.append( labeledInputView.element );
47
- * ```
48
- *
49
- * See {@link module:ui/labeledfield/utils} to discover ready–to–use labeled input helpers for common
50
- * UI components.
51
- */
15
+ * The labeled field view class. It can be used to enhance any view with the following features:
16
+ *
17
+ * * a label,
18
+ * * (optional) an error message,
19
+ * * (optional) an info (status) text,
20
+ *
21
+ * all bound logically by proper DOM attributes for UX and accessibility. It also provides an interface
22
+ * (e.g. observable properties) that allows controlling those additional features.
23
+ *
24
+ * The constructor of this class requires a callback that returns a view to be labeled. The callback
25
+ * is called with unique ids that allow binding of DOM properties:
26
+ *
27
+ * ```ts
28
+ * const labeledInputView = new LabeledFieldView( locale, ( labeledFieldView, viewUid, statusUid ) => {
29
+ * const inputView = new InputTextView( labeledFieldView.locale );
30
+ *
31
+ * inputView.set( {
32
+ * id: viewUid,
33
+ * ariaDescribedById: statusUid
34
+ * } );
35
+ *
36
+ * inputView.bind( 'isReadOnly' ).to( labeledFieldView, 'isEnabled', value => !value );
37
+ * inputView.bind( 'hasError' ).to( labeledFieldView, 'errorText', value => !!value );
38
+ *
39
+ * return inputView;
40
+ * } );
41
+ *
42
+ * labeledInputView.label = 'User name';
43
+ * labeledInputView.infoText = 'Full name like for instance, John Doe.';
44
+ * labeledInputView.render();
45
+ *
46
+ * document.body.append( labeledInputView.element );
47
+ * ```
48
+ *
49
+ * See {@link module:ui/labeledfield/utils} to discover ready–to–use labeled input helpers for common
50
+ * UI components.
51
+ */
52
52
  export declare class LabeledFieldView<TFieldView extends FocusableView = FocusableView> extends View {
53
- /**
54
- * The field view that gets labeled.
55
- */
56
- readonly fieldView: TFieldView;
57
- /**
58
- * The label view instance that describes the entire view.
59
- */
60
- readonly labelView: LabelView;
61
- /**
62
- * The status view for the {@link #fieldView}. It displays {@link #errorText} and
63
- * {@link #infoText}.
64
- */
65
- readonly statusView: View;
66
- /**
67
- * A collection of children of the internal wrapper element. Allows inserting additional DOM elements (views) next to
68
- * the {@link #fieldView} for easy styling (e.g. positioning).
69
- *
70
- * By default, the collection contains {@link #fieldView} and {@link #labelView}.
71
- */
72
- readonly fieldWrapperChildren: ViewCollection;
73
- /**
74
- * The text of the label.
75
- *
76
- * @observable
77
- */
78
- label: string | undefined;
79
- /**
80
- * Controls whether the component is in read-only mode.
81
- *
82
- * @observable
83
- */
84
- isEnabled: boolean;
85
- /**
86
- * An observable flag set to `true` when {@link #fieldView} is empty (`false` otherwise).
87
- *
88
- * @readonly
89
- * @observable
90
- * @default true
91
- */
92
- isEmpty: boolean;
93
- /**
94
- * An observable flag set to `true` when {@link #fieldView} is currently focused by
95
- * the user (`false` otherwise).
96
- *
97
- * @readonly
98
- * @observable
99
- * @default false
100
- */
101
- isFocused: boolean;
102
- /**
103
- * The validation error text. When set, it will be displayed
104
- * next to the {@link #fieldView} as a typical validation error message.
105
- * Set it to `null` to hide the message.
106
- *
107
- * **Note:** Setting this property to anything but `null` will automatically
108
- * make the `hasError` of the {@link #fieldView} `true`.
109
- *
110
- * @observable
111
- */
112
- errorText: string | null;
113
- /**
114
- * The additional information text displayed next to the {@link #fieldView} which can
115
- * be used to inform the user about its purpose, provide help or hints.
116
- *
117
- * Set it to `null` to hide the message.
118
- *
119
- * **Note:** This text will be displayed in the same place as {@link #errorText} but the
120
- * latter always takes precedence: if the {@link #errorText} is set, it replaces
121
- * {@link #infoText}.
122
- *
123
- * @observable
124
- * @default null
125
- */
126
- infoText: string | null;
127
- /**
128
- * (Optional) The additional CSS class set on the dropdown {@link #element}.
129
- *
130
- * @observable
131
- */
132
- class: string | undefined;
133
- /**
134
- * The content of the `placeholder` attribute of the {@link #fieldView}.
135
- *
136
- * @observable
137
- */
138
- placeholder: string | undefined;
139
- /**
140
- * The combined status text made of {@link #errorText} and {@link #infoText}.
141
- * Note that when present, {@link #errorText} always takes precedence in the
142
- * status.
143
- *
144
- * @see #errorText
145
- * @see #infoText
146
- * @see #statusView
147
- * @private
148
- * @observable
149
- */
150
- _statusText: string | null;
151
- /**
152
- * Creates an instance of the labeled field view class using a provided creator function
153
- * that provides the view to be labeled.
154
- *
155
- * @param locale The locale instance.
156
- * @param viewCreator A function that returns a {@link module:ui/view~View}
157
- * that will be labeled. The following arguments are passed to the creator function:
158
- *
159
- * * an instance of the `LabeledFieldView` to allow binding observable properties,
160
- * * an UID string that connects the {@link #labelView label} and the labeled field view in DOM,
161
- * * an UID string that connects the {@link #statusView status} and the labeled field view in DOM.
162
- */
163
- constructor(locale: Locale | undefined, viewCreator: LabeledFieldViewCreator<TFieldView>);
164
- /**
165
- * Creates label view class instance and bind with view.
166
- *
167
- * @param id Unique id to set as labelView#for attribute.
168
- */
169
- private _createLabelView;
170
- /**
171
- * Creates the status view instance. It displays {@link #errorText} and {@link #infoText}
172
- * next to the {@link #fieldView}. See {@link #_statusText}.
173
- *
174
- * @param statusUid Unique id of the status, shared with the {@link #fieldView view's}
175
- * `aria-describedby` attribute.
176
- */
177
- private _createStatusView;
178
- /**
179
- * Focuses the {@link #fieldView}.
180
- */
181
- focus(direction?: 1 | -1): void;
53
+ /**
54
+ * The field view that gets labeled.
55
+ */
56
+ readonly fieldView: TFieldView;
57
+ /**
58
+ * The label view instance that describes the entire view.
59
+ */
60
+ readonly labelView: LabelView;
61
+ /**
62
+ * The status view for the {@link #fieldView}. It displays {@link #errorText} and
63
+ * {@link #infoText}.
64
+ */
65
+ readonly statusView: View;
66
+ /**
67
+ * A collection of children of the internal wrapper element. Allows inserting additional DOM elements (views) next to
68
+ * the {@link #fieldView} for easy styling (e.g. positioning).
69
+ *
70
+ * By default, the collection contains {@link #fieldView} and {@link #labelView}.
71
+ */
72
+ readonly fieldWrapperChildren: ViewCollection;
73
+ /**
74
+ * The text of the label.
75
+ *
76
+ * @observable
77
+ */
78
+ label: string | undefined;
79
+ /**
80
+ * Controls whether the component is in read-only mode.
81
+ *
82
+ * @observable
83
+ */
84
+ isEnabled: boolean;
85
+ /**
86
+ * An observable flag set to `true` when {@link #fieldView} is empty (`false` otherwise).
87
+ *
88
+ * @readonly
89
+ * @observable
90
+ * @default true
91
+ */
92
+ isEmpty: boolean;
93
+ /**
94
+ * An observable flag set to `true` when {@link #fieldView} is currently focused by
95
+ * the user (`false` otherwise).
96
+ *
97
+ * @readonly
98
+ * @observable
99
+ * @default false
100
+ */
101
+ isFocused: boolean;
102
+ /**
103
+ * The validation error text. When set, it will be displayed
104
+ * next to the {@link #fieldView} as a typical validation error message.
105
+ * Set it to `null` to hide the message.
106
+ *
107
+ * **Note:** Setting this property to anything but `null` will automatically
108
+ * make the `hasError` of the {@link #fieldView} `true`.
109
+ *
110
+ * @observable
111
+ */
112
+ errorText: string | null;
113
+ /**
114
+ * The additional information text displayed next to the {@link #fieldView} which can
115
+ * be used to inform the user about its purpose, provide help or hints.
116
+ *
117
+ * Set it to `null` to hide the message.
118
+ *
119
+ * **Note:** This text will be displayed in the same place as {@link #errorText} but the
120
+ * latter always takes precedence: if the {@link #errorText} is set, it replaces
121
+ * {@link #infoText}.
122
+ *
123
+ * @observable
124
+ * @default null
125
+ */
126
+ infoText: string | null;
127
+ /**
128
+ * (Optional) The additional CSS class set on the dropdown {@link #element}.
129
+ *
130
+ * @observable
131
+ */
132
+ class: string | undefined;
133
+ /**
134
+ * The content of the `placeholder` attribute of the {@link #fieldView}.
135
+ *
136
+ * @observable
137
+ */
138
+ placeholder: string | undefined;
139
+ /**
140
+ * The combined status text made of {@link #errorText} and {@link #infoText}.
141
+ * Note that when present, {@link #errorText} always takes precedence in the
142
+ * status.
143
+ *
144
+ * @see #errorText
145
+ * @see #infoText
146
+ * @see #statusView
147
+ * @private
148
+ * @observable
149
+ */
150
+ _statusText: string | null;
151
+ /**
152
+ * Creates an instance of the labeled field view class using a provided creator function
153
+ * that provides the view to be labeled.
154
+ *
155
+ * @param locale The locale instance.
156
+ * @param viewCreator A function that returns a {@link module:ui/view~View}
157
+ * that will be labeled. The following arguments are passed to the creator function:
158
+ *
159
+ * * an instance of the `LabeledFieldView` to allow binding observable properties,
160
+ * * an UID string that connects the {@link #labelView label} and the labeled field view in DOM,
161
+ * * an UID string that connects the {@link #statusView status} and the labeled field view in DOM.
162
+ */
163
+ constructor(locale: Locale | undefined, viewCreator: LabeledFieldViewCreator<TFieldView>);
164
+ /**
165
+ * Creates label view class instance and bind with view.
166
+ *
167
+ * @param id Unique id to set as labelView#for attribute.
168
+ */
169
+ private _createLabelView;
170
+ /**
171
+ * Creates the status view instance. It displays {@link #errorText} and {@link #infoText}
172
+ * next to the {@link #fieldView}. See {@link #_statusText}.
173
+ *
174
+ * @param statusUid Unique id of the status, shared with the {@link #fieldView view's}
175
+ * `aria-describedby` attribute.
176
+ */
177
+ private _createStatusView;
178
+ /**
179
+ * Focuses the {@link #fieldView}.
180
+ */
181
+ focus(direction?: 1 | -1): void;
182
182
  }
183
183
  /**
184
- * A creator function that returns a focusable view to be labeled by a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView}
185
- * instance.
186
- */
184
+ * A creator function that returns a focusable view to be labeled by a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView}
185
+ * instance.
186
+ */
187
187
  export type LabeledFieldViewCreator<TFieldView extends FocusableView> = (labeledFieldView: LabeledFieldView, viewUid: string, statusUid: string) => TFieldView;
@@ -1,123 +1,123 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
- */
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
5
  /**
6
- * @module ui/labeledfield/utils
7
- */
8
- import { InputTextView } from '../inputtext/inputtextview.js';
9
- import { InputNumberView } from '../inputnumber/inputnumberview.js';
10
- import { TextareaView } from '../textarea/textareaview.js';
11
- import { type DropdownView } from '../dropdown/dropdownview.js';
12
- import type { LabeledFieldViewCreator } from './labeledfieldview.js';
6
+ * @module ui/labeledfield/utils
7
+ */
8
+ import { InputTextView } from "../inputtext/inputtextview.js";
9
+ import { InputNumberView } from "../inputnumber/inputnumberview.js";
10
+ import { TextareaView } from "../textarea/textareaview.js";
11
+ import { type DropdownView } from "../dropdown/dropdownview.js";
12
+ import type { LabeledFieldViewCreator } from "./labeledfieldview.js";
13
13
  /**
14
- * A helper for creating labeled inputs.
15
- *
16
- * It creates an instance of a {@link module:ui/inputtext/inputtextview~InputTextView input text} that is
17
- * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled view} in DOM.
18
- *
19
- * The helper does the following:
20
- *
21
- * * It sets input's `id` and `ariaDescribedById` attributes.
22
- * * It binds input's `isReadOnly` to the labeled view.
23
- * * It binds input's `hasError` to the labeled view.
24
- * * It enables a logic that cleans up the error when user starts typing in the input.
25
- *
26
- * Usage:
27
- *
28
- * ```ts
29
- * const labeledInputView = new LabeledFieldView( locale, createLabeledInputText );
30
- * console.log( labeledInputView.fieldView ); // A text input instance.
31
- * ```
32
- *
33
- * @param labeledFieldView The instance of the labeled field view.
34
- * @param viewUid A UID string that allows DOM logical connection between the
35
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view's label} and the input.
36
- * @param statusUid A UID string that allows DOM logical connection between the
37
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view's status} and the input.
38
- * @returns The input text view instance.
39
- */
14
+ * A helper for creating labeled inputs.
15
+ *
16
+ * It creates an instance of a {@link module:ui/inputtext/inputtextview~InputTextView input text} that is
17
+ * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled view} in DOM.
18
+ *
19
+ * The helper does the following:
20
+ *
21
+ * * It sets input's `id` and `ariaDescribedById` attributes.
22
+ * * It binds input's `isReadOnly` to the labeled view.
23
+ * * It binds input's `hasError` to the labeled view.
24
+ * * It enables a logic that cleans up the error when user starts typing in the input.
25
+ *
26
+ * Usage:
27
+ *
28
+ * ```ts
29
+ * const labeledInputView = new LabeledFieldView( locale, createLabeledInputText );
30
+ * console.log( labeledInputView.fieldView ); // A text input instance.
31
+ * ```
32
+ *
33
+ * @param labeledFieldView The instance of the labeled field view.
34
+ * @param viewUid A UID string that allows DOM logical connection between the
35
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view's label} and the input.
36
+ * @param statusUid A UID string that allows DOM logical connection between the
37
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view's status} and the input.
38
+ * @returns The input text view instance.
39
+ */
40
40
  declare const createLabeledInputText: LabeledFieldViewCreator<InputTextView>;
41
41
  /**
42
- * A helper for creating labeled number inputs.
43
- *
44
- * It creates an instance of a {@link module:ui/inputnumber/inputnumberview~InputNumberView input number} that is
45
- * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled view} in DOM.
46
- *
47
- * The helper does the following:
48
- *
49
- * * It sets input's `id` and `ariaDescribedById` attributes.
50
- * * It binds input's `isReadOnly` to the labeled view.
51
- * * It binds input's `hasError` to the labeled view.
52
- * * It enables a logic that cleans up the error when user starts typing in the input.
53
- *
54
- * Usage:
55
- *
56
- * ```ts
57
- * const labeledInputView = new LabeledFieldView( locale, createLabeledInputNumber );
58
- * console.log( labeledInputView.fieldView ); // A number input instance.
59
- * ```
60
- *
61
- * @param labeledFieldView The instance of the labeled field view.
62
- * @param viewUid A UID string that allows DOM logical connection between the
63
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view's label} and the input.
64
- * @param statusUid A UID string that allows DOM logical connection between the
65
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view's status} and the input.
66
- * @returns The input number view instance.
67
- */
42
+ * A helper for creating labeled number inputs.
43
+ *
44
+ * It creates an instance of a {@link module:ui/inputnumber/inputnumberview~InputNumberView input number} that is
45
+ * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled view} in DOM.
46
+ *
47
+ * The helper does the following:
48
+ *
49
+ * * It sets input's `id` and `ariaDescribedById` attributes.
50
+ * * It binds input's `isReadOnly` to the labeled view.
51
+ * * It binds input's `hasError` to the labeled view.
52
+ * * It enables a logic that cleans up the error when user starts typing in the input.
53
+ *
54
+ * Usage:
55
+ *
56
+ * ```ts
57
+ * const labeledInputView = new LabeledFieldView( locale, createLabeledInputNumber );
58
+ * console.log( labeledInputView.fieldView ); // A number input instance.
59
+ * ```
60
+ *
61
+ * @param labeledFieldView The instance of the labeled field view.
62
+ * @param viewUid A UID string that allows DOM logical connection between the
63
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view's label} and the input.
64
+ * @param statusUid A UID string that allows DOM logical connection between the
65
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view's status} and the input.
66
+ * @returns The input number view instance.
67
+ */
68
68
  declare const createLabeledInputNumber: LabeledFieldViewCreator<InputNumberView>;
69
69
  /**
70
- * A helper for creating labeled textarea.
71
- *
72
- * It creates an instance of a {@link module:ui/textarea/textareaview~TextareaView textarea} that is
73
- * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled view} in DOM.
74
- *
75
- * The helper does the following:
76
- *
77
- * * It sets textarea's `id` and `ariaDescribedById` attributes.
78
- * * It binds textarea's `isReadOnly` to the labeled view.
79
- * * It binds textarea's `hasError` to the labeled view.
80
- * * It enables a logic that cleans up the error when user starts typing in the textarea.
81
- *
82
- * Usage:
83
- *
84
- * ```ts
85
- * const labeledTextarea = new LabeledFieldView( locale, createLabeledTextarea );
86
- * console.log( labeledTextarea.fieldView ); // A textarea instance.
87
- * ```
88
- *
89
- * @param labeledFieldView The instance of the labeled field view.
90
- * @param viewUid A UID string that allows DOM logical connection between the
91
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view's label} and the textarea.
92
- * @param statusUid A UID string that allows DOM logical connection between the
93
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view's status} and the textarea.
94
- * @returns The textarea view instance.
95
- */
70
+ * A helper for creating labeled textarea.
71
+ *
72
+ * It creates an instance of a {@link module:ui/textarea/textareaview~TextareaView textarea} that is
73
+ * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled view} in DOM.
74
+ *
75
+ * The helper does the following:
76
+ *
77
+ * * It sets textarea's `id` and `ariaDescribedById` attributes.
78
+ * * It binds textarea's `isReadOnly` to the labeled view.
79
+ * * It binds textarea's `hasError` to the labeled view.
80
+ * * It enables a logic that cleans up the error when user starts typing in the textarea.
81
+ *
82
+ * Usage:
83
+ *
84
+ * ```ts
85
+ * const labeledTextarea = new LabeledFieldView( locale, createLabeledTextarea );
86
+ * console.log( labeledTextarea.fieldView ); // A textarea instance.
87
+ * ```
88
+ *
89
+ * @param labeledFieldView The instance of the labeled field view.
90
+ * @param viewUid A UID string that allows DOM logical connection between the
91
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view's label} and the textarea.
92
+ * @param statusUid A UID string that allows DOM logical connection between the
93
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view's status} and the textarea.
94
+ * @returns The textarea view instance.
95
+ */
96
96
  declare const createLabeledTextarea: LabeledFieldViewCreator<TextareaView>;
97
97
  /**
98
- * A helper for creating labeled dropdowns.
99
- *
100
- * It creates an instance of a {@link module:ui/dropdown/dropdownview~DropdownView dropdown} that is
101
- * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled field view}.
102
- *
103
- * The helper does the following:
104
- *
105
- * * It sets dropdown's `id` and `ariaDescribedById` attributes.
106
- * * It binds input's `isEnabled` to the labeled view.
107
- *
108
- * Usage:
109
- *
110
- * ```ts
111
- * const labeledInputView = new LabeledFieldView( locale, createLabeledDropdown );
112
- * console.log( labeledInputView.fieldView ); // A dropdown instance.
113
- * ```
114
- *
115
- * @param labeledFieldView The instance of the labeled field view.
116
- * @param viewUid A UID string that allows DOM logical connection between the
117
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view label} and the dropdown.
118
- * @param statusUid A UID string that allows DOM logical connection between the
119
- * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view status} and the dropdown.
120
- * @returns The dropdown view instance.
121
- */
98
+ * A helper for creating labeled dropdowns.
99
+ *
100
+ * It creates an instance of a {@link module:ui/dropdown/dropdownview~DropdownView dropdown} that is
101
+ * logically related to a {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView labeled field view}.
102
+ *
103
+ * The helper does the following:
104
+ *
105
+ * * It sets dropdown's `id` and `ariaDescribedById` attributes.
106
+ * * It binds input's `isEnabled` to the labeled view.
107
+ *
108
+ * Usage:
109
+ *
110
+ * ```ts
111
+ * const labeledInputView = new LabeledFieldView( locale, createLabeledDropdown );
112
+ * console.log( labeledInputView.fieldView ); // A dropdown instance.
113
+ * ```
114
+ *
115
+ * @param labeledFieldView The instance of the labeled field view.
116
+ * @param viewUid A UID string that allows DOM logical connection between the
117
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#labelView labeled view label} and the dropdown.
118
+ * @param statusUid A UID string that allows DOM logical connection between the
119
+ * {@link module:ui/labeledfield/labeledfieldview~LabeledFieldView#statusView labeled view status} and the dropdown.
120
+ * @returns The dropdown view instance.
121
+ */
122
122
  declare const createLabeledDropdown: LabeledFieldViewCreator<DropdownView>;
123
123
  export { createLabeledInputNumber, createLabeledInputText, createLabeledTextarea, createLabeledDropdown };