@ckeditor/ckeditor5-ui 48.2.0-alpha.7 → 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.
- package/dist/arialiveannouncer.d.ts +90 -90
- package/dist/augmentation.d.ts +86 -86
- package/dist/autocomplete/autocompleteview.d.ts +70 -70
- package/dist/badge/badge.d.ts +119 -121
- package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
- package/dist/bindings/clickoutsidehandler.d.ts +25 -25
- package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
- package/dist/bindings/draggableviewmixin.d.ts +45 -37
- package/dist/bindings/preventdefault.d.ts +30 -30
- package/dist/bindings/submithandler.d.ts +49 -49
- package/dist/button/button.d.ts +167 -167
- package/dist/button/buttonlabel.d.ts +28 -28
- package/dist/button/buttonlabelview.d.ts +26 -26
- package/dist/button/buttonview.d.ts +192 -192
- package/dist/button/filedialogbuttonview.d.ts +107 -99
- package/dist/button/listitembuttonview.d.ts +73 -73
- package/dist/button/switchbuttonview.d.ts +40 -40
- package/dist/collapsible/collapsibleview.d.ts +63 -63
- package/dist/colorgrid/colorgridview.d.ts +117 -117
- package/dist/colorgrid/colortileview.d.ts +21 -21
- package/dist/colorgrid/utils.d.ts +35 -35
- package/dist/colorpicker/colorpickerview.d.ts +155 -157
- package/dist/colorpicker/utils.d.ts +37 -37
- package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
- package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
- package/dist/colorselector/colorselectorview.d.ts +227 -229
- package/dist/colorselector/documentcolorcollection.d.ts +52 -59
- package/dist/componentfactory.d.ts +76 -76
- package/dist/dialog/dialog.d.ts +311 -288
- package/dist/dialog/dialogactionsview.d.ts +62 -62
- package/dist/dialog/dialogcontentview.d.ts +22 -22
- package/dist/dialog/dialogview.d.ts +255 -251
- package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
- package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
- package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
- package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
- package/dist/dropdown/dropdownpanelview.d.ts +56 -56
- package/dist/dropdown/dropdownview.d.ts +326 -326
- package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
- package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
- package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
- package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
- package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
- package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
- package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
- package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
- package/dist/dropdown/menu/utils.d.ts +112 -112
- package/dist/dropdown/utils.d.ts +272 -272
- package/dist/editableui/editableuiview.d.ts +78 -78
- package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
- package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
- package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
- package/dist/editorui/bodycollection.d.ts +86 -86
- package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
- package/dist/editorui/editorui.d.ts +348 -351
- package/dist/editorui/editoruiview.d.ts +53 -53
- package/dist/editorui/evaluationbadge.d.ts +28 -28
- package/dist/editorui/poweredby.d.ts +25 -25
- package/dist/focuscycler.d.ts +265 -270
- package/dist/formheader/formheaderview.d.ts +53 -53
- package/dist/formrow/formrowview.d.ts +52 -52
- package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
- package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
- package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
- package/dist/icon/iconview.d.ts +83 -83
- package/dist/iframe/iframeview.d.ts +42 -42
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +136 -136
- package/dist/index.js +16467 -17751
- package/dist/index.js.map +1 -1
- package/dist/input/inputbase.d.ts +114 -114
- package/dist/input/inputview.d.ts +28 -28
- package/dist/inputnumber/inputnumberview.d.ts +44 -44
- package/dist/inputtext/inputtextview.d.ts +13 -13
- package/dist/label/labelview.d.ts +31 -31
- package/dist/labeledfield/labeledfieldview.d.ts +180 -180
- package/dist/labeledfield/utils.d.ts +112 -112
- package/dist/labeledinput/labeledinputview.d.ts +120 -120
- package/dist/legacyerrors.d.ts +0 -4
- package/dist/list/listitemgroupview.d.ts +54 -54
- package/dist/list/listitemview.d.ts +31 -31
- package/dist/list/listseparatorview.d.ts +13 -13
- package/dist/list/listview.d.ts +119 -119
- package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
- package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
- package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
- package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
- package/dist/menubar/menubarmenulistview.d.ts +24 -24
- package/dist/menubar/menubarmenupanelview.d.ts +47 -47
- package/dist/menubar/menubarmenuview.d.ts +113 -113
- package/dist/menubar/menubarview.d.ts +145 -145
- package/dist/menubar/utils.d.ts +455 -455
- package/dist/model.d.ts +19 -18
- package/dist/notification/notification.d.ts +200 -200
- package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
- package/dist/panel/balloon/contextualballoon.d.ts +298 -298
- package/dist/panel/sticky/stickypanelview.d.ts +151 -151
- package/dist/search/filteredview.d.ts +23 -23
- package/dist/search/filtergroupanditemnames.d.ts +11 -11
- package/dist/search/searchinfoview.d.ts +39 -39
- package/dist/search/searchresultsview.d.ts +49 -49
- package/dist/search/text/searchtextqueryview.d.ts +63 -63
- package/dist/search/text/searchtextview.d.ts +203 -203
- package/dist/spinner/spinnerview.d.ts +20 -20
- package/dist/template.d.ts +897 -902
- package/dist/textarea/textareaview.d.ts +96 -96
- package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
- package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
- package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
- package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
- package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
- package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
- package/dist/toolbar/toolbarview.d.ts +271 -271
- package/dist/tooltipmanager.d.ts +190 -193
- package/dist/view.d.ts +385 -388
- package/dist/viewcollection.d.ts +134 -134
- package/package.json +6 -6
|
@@ -1,187 +1,187 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import { View } from
|
|
9
|
-
import { LabelView } from
|
|
10
|
-
import type { FocusableView } from
|
|
11
|
-
import { type ViewCollection } from
|
|
12
|
-
import { type Locale } from
|
|
13
|
-
import
|
|
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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
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
|
-
|
|
185
|
-
|
|
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
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import { InputTextView } from
|
|
9
|
-
import { InputNumberView } from
|
|
10
|
-
import { TextareaView } from
|
|
11
|
-
import { type DropdownView } from
|
|
12
|
-
import type { LabeledFieldViewCreator } from
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
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
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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 };
|