@ckeditor/ckeditor5-ui 40.2.0 → 41.0.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/CHANGELOG.md +8 -8
- package/LICENSE.md +1 -1
- package/lang/contexts.json +3 -1
- package/lang/translations/ar.po +9 -1
- package/lang/translations/ast.po +9 -1
- package/lang/translations/az.po +9 -1
- package/lang/translations/bg.po +9 -1
- package/lang/translations/bn.po +9 -1
- package/lang/translations/ca.po +9 -1
- package/lang/translations/cs.po +9 -1
- package/lang/translations/da.po +9 -1
- package/lang/translations/de-ch.po +9 -1
- package/lang/translations/de.po +9 -1
- package/lang/translations/el.po +9 -1
- package/lang/translations/en-au.po +9 -1
- package/lang/translations/en-gb.po +9 -1
- package/lang/translations/en.po +9 -1
- package/lang/translations/eo.po +9 -1
- package/lang/translations/es.po +14 -6
- package/lang/translations/et.po +9 -1
- package/lang/translations/eu.po +9 -1
- package/lang/translations/fa.po +9 -1
- package/lang/translations/fi.po +9 -1
- package/lang/translations/fr.po +9 -1
- package/lang/translations/gl.po +9 -1
- package/lang/translations/he.po +9 -1
- package/lang/translations/hi.po +9 -1
- package/lang/translations/hr.po +9 -1
- package/lang/translations/hu.po +9 -1
- package/lang/translations/id.po +9 -1
- package/lang/translations/it.po +9 -1
- package/lang/translations/ja.po +9 -1
- package/lang/translations/km.po +9 -1
- package/lang/translations/kn.po +9 -1
- package/lang/translations/ko.po +9 -1
- package/lang/translations/ku.po +9 -1
- package/lang/translations/lt.po +9 -1
- package/lang/translations/lv.po +9 -1
- package/lang/translations/ms.po +9 -1
- package/lang/translations/nb.po +9 -1
- package/lang/translations/ne.po +9 -1
- package/lang/translations/nl.po +9 -1
- package/lang/translations/no.po +9 -1
- package/lang/translations/pl.po +9 -1
- package/lang/translations/pt-br.po +9 -1
- package/lang/translations/pt.po +9 -1
- package/lang/translations/ro.po +9 -1
- package/lang/translations/ru.po +9 -1
- package/lang/translations/sk.po +9 -1
- package/lang/translations/sl.po +9 -1
- package/lang/translations/sq.po +9 -1
- package/lang/translations/sr-latn.po +9 -1
- package/lang/translations/sr.po +9 -1
- package/lang/translations/sv.po +9 -1
- package/lang/translations/th.po +9 -1
- package/lang/translations/tk.po +9 -1
- package/lang/translations/tr.po +9 -1
- package/lang/translations/tt.po +9 -1
- package/lang/translations/ug.po +9 -1
- package/lang/translations/uk.po +9 -1
- package/lang/translations/ur.po +9 -1
- package/lang/translations/uz.po +9 -1
- package/lang/translations/vi.po +9 -1
- package/lang/translations/zh-cn.po +9 -1
- package/lang/translations/zh.po +9 -1
- package/package.json +4 -3
- package/src/arialiveannouncer.d.ts +14 -10
- package/src/arialiveannouncer.js +11 -8
- package/src/augmentation.d.ts +3 -2
- package/src/augmentation.js +1 -1
- package/src/autocomplete/autocompleteview.d.ts +4 -4
- package/src/autocomplete/autocompleteview.js +4 -3
- package/src/bindings/addkeyboardhandlingforgrid.d.ts +2 -2
- package/src/bindings/addkeyboardhandlingforgrid.js +1 -1
- package/src/bindings/clickoutsidehandler.d.ts +1 -1
- package/src/bindings/clickoutsidehandler.js +1 -1
- package/src/bindings/csstransitiondisablermixin.d.ts +2 -2
- package/src/bindings/csstransitiondisablermixin.js +1 -1
- package/src/bindings/draggableviewmixin.d.ts +46 -0
- package/src/bindings/draggableviewmixin.js +144 -0
- package/src/bindings/injectcsstransitiondisabler.d.ts +2 -2
- package/src/bindings/injectcsstransitiondisabler.js +1 -1
- package/src/bindings/preventdefault.d.ts +3 -3
- package/src/bindings/preventdefault.js +1 -1
- package/src/bindings/submithandler.d.ts +2 -2
- package/src/bindings/submithandler.js +1 -1
- package/src/button/button.d.ts +1 -1
- package/src/button/button.js +1 -1
- package/src/button/buttonlabel.d.ts +2 -2
- package/src/button/buttonlabel.js +1 -1
- package/src/button/buttonlabelview.d.ts +3 -3
- package/src/button/buttonlabelview.js +2 -2
- package/src/button/buttonview.d.ts +6 -6
- package/src/button/buttonview.js +4 -4
- package/src/button/switchbuttonview.d.ts +3 -3
- package/src/button/switchbuttonview.js +3 -3
- package/src/collapsible/collapsibleview.d.ts +7 -6
- package/src/collapsible/collapsibleview.js +3 -3
- package/src/colorgrid/colorgridview.d.ts +5 -5
- package/src/colorgrid/colorgridview.js +4 -4
- package/src/colorgrid/colortileview.d.ts +2 -2
- package/src/colorgrid/colortileview.js +2 -2
- package/src/colorgrid/utils.d.ts +1 -1
- package/src/colorgrid/utils.js +1 -1
- package/src/colorpicker/colorpickerview.d.ts +4 -4
- package/src/colorpicker/colorpickerview.js +5 -5
- package/src/colorpicker/utils.d.ts +1 -1
- package/src/colorpicker/utils.js +1 -1
- package/src/colorselector/colorgridsfragmentview.d.ts +9 -8
- package/src/colorselector/colorgridsfragmentview.js +10 -10
- package/src/colorselector/colorpickerfragmentview.d.ts +9 -8
- package/src/colorselector/colorpickerfragmentview.js +7 -8
- package/src/colorselector/colorselectorview.d.ts +9 -9
- package/src/colorselector/colorselectorview.js +6 -6
- package/src/colorselector/documentcolorcollection.d.ts +2 -2
- package/src/colorselector/documentcolorcollection.js +1 -1
- package/src/componentfactory.d.ts +2 -2
- package/src/componentfactory.js +1 -1
- package/src/dialog/dialog.d.ts +273 -0
- package/src/dialog/dialog.js +261 -0
- package/src/dialog/dialogactionsview.d.ts +69 -0
- package/src/dialog/dialogactionsview.js +98 -0
- package/src/dialog/dialogcontentview.d.ts +27 -0
- package/src/dialog/dialogcontentview.js +35 -0
- package/src/dialog/dialogview.d.ts +256 -0
- package/src/dialog/dialogview.js +466 -0
- package/src/dropdown/button/dropdownbutton.d.ts +3 -3
- package/src/dropdown/button/dropdownbutton.js +1 -1
- package/src/dropdown/button/dropdownbuttonview.d.ts +4 -4
- package/src/dropdown/button/dropdownbuttonview.js +3 -3
- package/src/dropdown/button/splitbuttonview.d.ts +7 -7
- package/src/dropdown/button/splitbuttonview.js +3 -3
- package/src/dropdown/dropdownpanelfocusable.d.ts +1 -1
- package/src/dropdown/dropdownpanelfocusable.js +1 -1
- package/src/dropdown/dropdownpanelview.d.ts +4 -4
- package/src/dropdown/dropdownpanelview.js +2 -2
- package/src/dropdown/dropdownview.d.ts +8 -8
- package/src/dropdown/dropdownview.js +5 -4
- package/src/dropdown/utils.d.ts +9 -9
- package/src/dropdown/utils.js +15 -15
- package/src/editableui/editableuiview.d.ts +3 -3
- package/src/editableui/editableuiview.js +2 -2
- package/src/editableui/inline/inlineeditableuiview.d.ts +4 -4
- package/src/editableui/inline/inlineeditableuiview.js +2 -2
- package/src/editorui/bodycollection.d.ts +3 -3
- package/src/editorui/bodycollection.js +3 -3
- package/src/editorui/boxed/boxededitoruiview.d.ts +3 -3
- package/src/editorui/boxed/boxededitoruiview.js +3 -3
- package/src/editorui/editorui.d.ts +7 -7
- package/src/editorui/editorui.js +5 -5
- package/src/editorui/editoruiview.d.ts +4 -4
- package/src/editorui/editoruiview.js +3 -3
- package/src/editorui/poweredby.d.ts +1 -1
- package/src/editorui/poweredby.js +4 -4
- package/src/focuscycler.d.ts +27 -8
- package/src/focuscycler.js +44 -15
- package/src/formheader/formheaderview.d.ts +4 -4
- package/src/formheader/formheaderview.js +3 -3
- package/src/highlightedtext/highlightedtextview.d.ts +2 -2
- package/src/highlightedtext/highlightedtextview.js +2 -2
- package/src/icon/iconview.d.ts +2 -2
- package/src/icon/iconview.js +4 -3
- package/src/iframe/iframeview.d.ts +2 -2
- package/src/iframe/iframeview.js +2 -2
- package/src/index.d.ts +67 -68
- package/src/index.js +63 -65
- package/src/input/inputbase.d.ts +2 -2
- package/src/input/inputbase.js +2 -2
- package/src/input/inputview.d.ts +2 -2
- package/src/input/inputview.js +2 -2
- package/src/inputnumber/inputnumberview.d.ts +2 -2
- package/src/inputnumber/inputnumberview.js +2 -2
- package/src/inputtext/inputtextview.d.ts +2 -2
- package/src/inputtext/inputtextview.js +2 -2
- package/src/label/labelview.d.ts +2 -2
- package/src/label/labelview.js +2 -2
- package/src/labeledfield/labeledfieldview.d.ts +5 -5
- package/src/labeledfield/labeledfieldview.js +3 -3
- package/src/labeledfield/utils.d.ts +14 -14
- package/src/labeledfield/utils.js +13 -13
- package/src/labeledinput/labeledinputview.d.ts +4 -4
- package/src/labeledinput/labeledinputview.js +3 -3
- package/src/list/listitemgroupview.d.ts +5 -5
- package/src/list/listitemgroupview.js +5 -5
- package/src/list/listitemview.d.ts +4 -4
- package/src/list/listitemview.js +2 -2
- package/src/list/listseparatorview.d.ts +2 -2
- package/src/list/listseparatorview.js +2 -2
- package/src/list/listview.d.ts +9 -8
- package/src/list/listview.js +6 -6
- package/src/model.d.ts +1 -1
- package/src/model.js +1 -1
- package/src/notification/notification.d.ts +1 -1
- package/src/notification/notification.js +1 -1
- package/src/panel/balloon/balloonpanelview.d.ts +4 -4
- package/src/panel/balloon/balloonpanelview.js +5 -4
- package/src/panel/balloon/contextualballoon.d.ts +5 -5
- package/src/panel/balloon/contextualballoon.js +7 -9
- package/src/panel/sticky/stickypanelview.d.ts +9 -9
- package/src/panel/sticky/stickypanelview.js +7 -7
- package/src/search/filteredview.d.ts +2 -2
- package/src/search/filteredview.js +1 -1
- package/src/search/searchinfoview.d.ts +3 -3
- package/src/search/searchinfoview.js +2 -2
- package/src/search/searchresultsview.d.ts +5 -5
- package/src/search/searchresultsview.js +3 -3
- package/src/search/text/searchtextqueryview.d.ts +5 -5
- package/src/search/text/searchtextqueryview.js +5 -5
- package/src/search/text/searchtextview.d.ts +12 -12
- package/src/search/text/searchtextview.js +6 -6
- package/src/spinner/spinnerview.d.ts +2 -2
- package/src/spinner/spinnerview.js +2 -2
- package/src/template.d.ts +3 -3
- package/src/template.js +3 -3
- package/src/textarea/textareaview.d.ts +18 -2
- package/src/textarea/textareaview.js +46 -6
- package/src/toolbar/balloon/balloontoolbar.d.ts +3 -3
- package/src/toolbar/balloon/balloontoolbar.js +5 -5
- package/src/toolbar/block/blockbuttonview.d.ts +2 -2
- package/src/toolbar/block/blockbuttonview.js +2 -2
- package/src/toolbar/block/blocktoolbar.d.ts +4 -4
- package/src/toolbar/block/blocktoolbar.js +6 -6
- package/src/toolbar/normalizetoolbarconfig.d.ts +1 -1
- package/src/toolbar/normalizetoolbarconfig.js +1 -1
- package/src/toolbar/toolbarlinebreakview.d.ts +2 -2
- package/src/toolbar/toolbarlinebreakview.js +2 -2
- package/src/toolbar/toolbarseparatorview.d.ts +2 -2
- package/src/toolbar/toolbarseparatorview.js +2 -2
- package/src/toolbar/toolbarview.d.ts +7 -6
- package/src/toolbar/toolbarview.js +17 -15
- package/src/tooltipmanager.d.ts +3 -3
- package/src/tooltipmanager.js +5 -4
- package/src/view.d.ts +3 -3
- package/src/view.js +3 -3
- package/src/viewcollection.d.ts +2 -2
- package/src/viewcollection.js +1 -1
- package/theme/components/arialiveannouncer/arialiveannouncer.css +1 -1
- package/theme/components/autocomplete/autocomplete.css +2 -2
- package/theme/components/button/button.css +1 -1
- package/theme/components/button/switchbutton.css +1 -1
- package/theme/components/collapsible/collapsible.css +1 -1
- package/theme/components/colorgrid/colorgrid.css +1 -1
- package/theme/components/colorpicker/colorpicker.css +1 -1
- package/theme/components/colorselector/colorselector.css +1 -1
- package/theme/components/dialog/dialog.css +39 -0
- package/theme/components/dialog/dialogactions.css +11 -0
- package/theme/components/dropdown/dropdown.css +3 -3
- package/theme/components/dropdown/listdropdown.css +1 -1
- package/theme/components/dropdown/splitbutton.css +1 -1
- package/theme/components/dropdown/toolbardropdown.css +1 -1
- package/theme/components/editorui/editorui.css +1 -1
- package/theme/components/formheader/formheader.css +1 -1
- package/theme/components/highlightedtext/highlightedtext.css +1 -1
- package/theme/components/icon/icon.css +1 -1
- package/theme/components/input/input.css +1 -1
- package/theme/components/label/label.css +1 -1
- package/theme/components/labeledfield/labeledfieldview.css +1 -1
- package/theme/components/labeledinput/labeledinput.css +1 -1
- package/theme/components/list/list.css +1 -1
- package/theme/components/panel/balloonpanel.css +2 -2
- package/theme/components/panel/balloonrotator.css +1 -1
- package/theme/components/panel/fakepanel.css +2 -2
- package/theme/components/panel/stickypanel.css +2 -2
- package/theme/components/responsive-form/responsiveform.css +1 -1
- package/theme/components/search/search.css +1 -1
- package/theme/components/spinner/spinner.css +1 -1
- package/theme/components/textarea/textarea.css +1 -1
- package/theme/components/toolbar/blocktoolbar.css +1 -1
- package/theme/components/toolbar/toolbar.css +1 -1
- package/theme/components/tooltip/tooltip.css +2 -2
- package/theme/globals/_hidden.css +1 -1
- package/theme/globals/_poweredby.css +2 -2
- package/theme/globals/_reset.css +1 -1
- package/theme/globals/_transition.css +1 -1
- package/theme/globals/_zindex.css +3 -2
- package/theme/globals/globals.css +1 -1
- package/theme/mixins/_dir.css +1 -1
- package/theme/mixins/_rwd.css +1 -1
- package/theme/mixins/_unselectable.css +1 -1
- package/theme/icons/color-palette.svg +0 -1
- package/theme/icons/next-arrow.svg +0 -1
- package/theme/icons/previous-arrow.svg +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/highlightedtext/highlightedtextview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
import { escape } from 'lodash-es';
|
|
10
10
|
import '../../theme/components/highlightedtext/highlightedtext.css';
|
|
11
11
|
/**
|
package/src/icon/iconview.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/icon/iconview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
import '../../theme/components/icon/icon.css';
|
|
10
10
|
/**
|
|
11
11
|
* The icon view class.
|
package/src/icon/iconview.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/* global DOMParser */
|
|
6
6
|
/**
|
|
7
7
|
* @module ui/icon/iconview
|
|
8
8
|
*/
|
|
9
|
-
import View from '../view';
|
|
9
|
+
import View from '../view.js';
|
|
10
10
|
import '../../theme/components/icon/icon.css';
|
|
11
11
|
/**
|
|
12
12
|
* The icon view class.
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
class IconView extends View {
|
|
15
15
|
/**
|
|
16
16
|
* @inheritDoc
|
|
17
17
|
*/
|
|
@@ -112,3 +112,4 @@ IconView.presentationalAttributeNames = [
|
|
|
112
112
|
'text-anchor', 'text-decoration', 'text-overflow', 'text-rendering', 'transform', 'unicode-bidi', 'vector-effect',
|
|
113
113
|
'visibility', 'white-space', 'word-spacing', 'writing-mode'
|
|
114
114
|
];
|
|
115
|
+
export default IconView;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/iframe/iframeview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
import type { Locale } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
/**
|
|
11
11
|
* The iframe view class.
|
package/src/iframe/iframeview.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/iframe/iframeview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
/**
|
|
10
10
|
* The iframe view class.
|
|
11
11
|
*
|
package/src/index.d.ts
CHANGED
|
@@ -1,74 +1,73 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui
|
|
7
7
|
*/
|
|
8
|
-
export { default as clickOutsideHandler } from './bindings/clickoutsidehandler';
|
|
9
|
-
export { default as injectCssTransitionDisabler } from './bindings/injectcsstransitiondisabler';
|
|
10
|
-
export { default as CssTransitionDisablerMixin, type ViewWithCssTransitionDisabler } from './bindings/csstransitiondisablermixin';
|
|
11
|
-
export { default as submitHandler } from './bindings/submithandler';
|
|
12
|
-
export { default as addKeyboardHandlingForGrid } from './bindings/addkeyboardhandlingforgrid';
|
|
13
|
-
export { default as BodyCollection } from './editorui/bodycollection';
|
|
14
|
-
export { type ButtonExecuteEvent } from './button/button';
|
|
15
|
-
export type { default as ButtonLabel } from './button/buttonlabel';
|
|
16
|
-
export { default as ButtonView } from './button/buttonview';
|
|
17
|
-
export { default as ButtonLabelView } from './button/buttonlabelview';
|
|
18
|
-
export { default as SwitchButtonView } from './button/switchbuttonview';
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export
|
|
24
|
-
export {
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as
|
|
30
|
-
export
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
33
|
-
export
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as
|
|
43
|
-
export { default as
|
|
44
|
-
export {
|
|
45
|
-
export
|
|
46
|
-
export { default as
|
|
47
|
-
export { default as
|
|
48
|
-
export
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as
|
|
51
|
-
export { default as
|
|
52
|
-
export { default as
|
|
53
|
-
export { default as
|
|
54
|
-
export { default as
|
|
55
|
-
export { default as
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as
|
|
61
|
-
export { default as
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
64
|
-
export { default as
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as
|
|
69
|
-
export { default as
|
|
70
|
-
export { default as
|
|
71
|
-
export
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import './augmentation';
|
|
8
|
+
export { default as clickOutsideHandler } from './bindings/clickoutsidehandler.js';
|
|
9
|
+
export { default as injectCssTransitionDisabler } from './bindings/injectcsstransitiondisabler.js';
|
|
10
|
+
export { default as CssTransitionDisablerMixin, type ViewWithCssTransitionDisabler } from './bindings/csstransitiondisablermixin.js';
|
|
11
|
+
export { default as submitHandler } from './bindings/submithandler.js';
|
|
12
|
+
export { default as addKeyboardHandlingForGrid } from './bindings/addkeyboardhandlingforgrid.js';
|
|
13
|
+
export { default as BodyCollection } from './editorui/bodycollection.js';
|
|
14
|
+
export { type ButtonExecuteEvent } from './button/button.js';
|
|
15
|
+
export type { default as ButtonLabel } from './button/buttonlabel.js';
|
|
16
|
+
export { default as ButtonView } from './button/buttonview.js';
|
|
17
|
+
export { default as ButtonLabelView } from './button/buttonlabelview.js';
|
|
18
|
+
export { default as SwitchButtonView } from './button/switchbuttonview.js';
|
|
19
|
+
export { default as CollapsibleView } from './collapsible/collapsibleview.js';
|
|
20
|
+
export * from './colorgrid/utils.js';
|
|
21
|
+
export { default as ColorGridView, type ColorDefinition } from './colorgrid/colorgridview.js';
|
|
22
|
+
export { default as ColorTileView } from './colorgrid/colortileview.js';
|
|
23
|
+
export { default as ColorPickerView } from './colorpicker/colorpickerview.js';
|
|
24
|
+
export type { ColorPickerConfig, ColorPickerViewConfig, ColorPickerOutputFormat } from './colorpicker/utils.js';
|
|
25
|
+
export { default as ColorSelectorView, type ColorSelectorExecuteEvent, type ColorSelectorColorPickerCancelEvent, type ColorSelectorColorPickerShowEvent } from './colorselector/colorselectorview.js';
|
|
26
|
+
export { default as ComponentFactory } from './componentfactory.js';
|
|
27
|
+
export { default as Dialog } from './dialog/dialog.js';
|
|
28
|
+
export { default as DialogView, DialogViewPosition, type DialogViewMoveToEvent } from './dialog/dialogview.js';
|
|
29
|
+
export { default as DropdownView } from './dropdown/dropdownview.js';
|
|
30
|
+
export { default as DropdownPanelView } from './dropdown/dropdownpanelview.js';
|
|
31
|
+
export { default as DropdownButtonView } from './dropdown/button/dropdownbuttonview.js';
|
|
32
|
+
export { default as SplitButtonView } from './dropdown/button/splitbuttonview.js';
|
|
33
|
+
export * from './dropdown/utils.js';
|
|
34
|
+
export { default as EditorUI, type EditorUIReadyEvent, type EditorUIUpdateEvent } from './editorui/editorui.js';
|
|
35
|
+
export { default as EditorUIView } from './editorui/editoruiview.js';
|
|
36
|
+
export { default as BoxedEditorUIView } from './editorui/boxed/boxededitoruiview.js';
|
|
37
|
+
export { default as InlineEditableUIView } from './editableui/inline/inlineeditableuiview.js';
|
|
38
|
+
export { default as FormHeaderView } from './formheader/formheaderview.js';
|
|
39
|
+
export { default as FocusCycler, type FocusableView, type ViewWithFocusCycler, type FocusCyclerForwardCycleEvent, type FocusCyclerBackwardCycleEvent, isViewWithFocusCycler, isFocusable } from './focuscycler.js';
|
|
40
|
+
export { default as IconView } from './icon/iconview.js';
|
|
41
|
+
export { default as InputView } from './input/inputview.js';
|
|
42
|
+
export { default as InputTextView } from './inputtext/inputtextview.js';
|
|
43
|
+
export { default as InputNumberView } from './inputnumber/inputnumberview.js';
|
|
44
|
+
export { default as TextareaView, type TextareaViewUpdateEvent } from './textarea/textareaview.js';
|
|
45
|
+
export { default as IframeView } from './iframe/iframeview.js';
|
|
46
|
+
export { default as LabelView } from './label/labelview.js';
|
|
47
|
+
export { type LabeledFieldViewCreator, default as LabeledFieldView } from './labeledfield/labeledfieldview.js';
|
|
48
|
+
export * from './labeledfield/utils.js';
|
|
49
|
+
export { default as ListItemGroupView } from './list/listitemgroupview.js';
|
|
50
|
+
export { default as ListItemView } from './list/listitemview.js';
|
|
51
|
+
export { default as ListView } from './list/listview.js';
|
|
52
|
+
export { default as Notification } from './notification/notification.js';
|
|
53
|
+
export { default as ViewModel } from './model.js';
|
|
54
|
+
export { default as BalloonPanelView } from './panel/balloon/balloonpanelview.js';
|
|
55
|
+
export { default as ContextualBalloon } from './panel/balloon/contextualballoon.js';
|
|
56
|
+
export { default as StickyPanelView } from './panel/sticky/stickypanelview.js';
|
|
57
|
+
export { default as AutocompleteView, type AutocompleteViewConfig, type AutocompleteResultsView } from './autocomplete/autocompleteview.js';
|
|
58
|
+
export { default as SearchTextView, type SearchTextViewSearchEvent, type SearchTextViewConfig } from './search/text/searchtextview.js';
|
|
59
|
+
export { default as SearchInfoView } from './search/searchinfoview.js';
|
|
60
|
+
export { default as FilteredView, type FilteredViewExecuteEvent } from './search/filteredview.js';
|
|
61
|
+
export { default as HighlightedTextView } from './highlightedtext/highlightedtextview.js';
|
|
62
|
+
export { default as TooltipManager } from './tooltipmanager.js';
|
|
63
|
+
export { default as Template, type TemplateDefinition } from './template.js';
|
|
64
|
+
export { default as SpinnerView } from './spinner/spinnerview.js';
|
|
65
|
+
export { default as ToolbarView } from './toolbar/toolbarview.js';
|
|
66
|
+
export { default as ToolbarLineBreakView } from './toolbar/toolbarlinebreakview.js';
|
|
67
|
+
export { default as ToolbarSeparatorView } from './toolbar/toolbarseparatorview.js';
|
|
68
|
+
export { default as normalizeToolbarConfig } from './toolbar/normalizetoolbarconfig.js';
|
|
69
|
+
export { default as BalloonToolbar, type BalloonToolbarShowEvent } from './toolbar/balloon/balloontoolbar.js';
|
|
70
|
+
export { default as BlockToolbar } from './toolbar/block/blocktoolbar.js';
|
|
71
|
+
export { default as View, type UIViewRenderEvent } from './view.js';
|
|
72
|
+
export { default as ViewCollection } from './viewcollection.js';
|
|
73
|
+
import './augmentation.js';
|
package/src/index.js
CHANGED
|
@@ -1,71 +1,69 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui
|
|
7
7
|
*/
|
|
8
|
-
export { default as clickOutsideHandler } from './bindings/clickoutsidehandler';
|
|
9
|
-
export { default as injectCssTransitionDisabler } from './bindings/injectcsstransitiondisabler';
|
|
10
|
-
export { default as CssTransitionDisablerMixin } from './bindings/csstransitiondisablermixin';
|
|
11
|
-
export { default as submitHandler } from './bindings/submithandler';
|
|
12
|
-
export { default as addKeyboardHandlingForGrid } from './bindings/addkeyboardhandlingforgrid';
|
|
13
|
-
export { default as BodyCollection } from './editorui/bodycollection';
|
|
14
|
-
export { default as ButtonView } from './button/buttonview';
|
|
15
|
-
export { default as ButtonLabelView } from './button/buttonlabelview';
|
|
16
|
-
export { default as SwitchButtonView } from './button/switchbuttonview';
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as
|
|
30
|
-
export
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as
|
|
42
|
-
export
|
|
43
|
-
export { default as
|
|
44
|
-
export { default as
|
|
45
|
-
export
|
|
46
|
-
export { default as
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as
|
|
51
|
-
export { default as
|
|
52
|
-
export { default as
|
|
53
|
-
export { default as
|
|
54
|
-
export { default as
|
|
55
|
-
export { default as
|
|
56
|
-
export { default as
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as
|
|
61
|
-
export { default as
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as
|
|
64
|
-
export { default as
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as
|
|
67
|
-
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
};
|
|
71
|
-
import './augmentation';
|
|
8
|
+
export { default as clickOutsideHandler } from './bindings/clickoutsidehandler.js';
|
|
9
|
+
export { default as injectCssTransitionDisabler } from './bindings/injectcsstransitiondisabler.js';
|
|
10
|
+
export { default as CssTransitionDisablerMixin } from './bindings/csstransitiondisablermixin.js';
|
|
11
|
+
export { default as submitHandler } from './bindings/submithandler.js';
|
|
12
|
+
export { default as addKeyboardHandlingForGrid } from './bindings/addkeyboardhandlingforgrid.js';
|
|
13
|
+
export { default as BodyCollection } from './editorui/bodycollection.js';
|
|
14
|
+
export { default as ButtonView } from './button/buttonview.js';
|
|
15
|
+
export { default as ButtonLabelView } from './button/buttonlabelview.js';
|
|
16
|
+
export { default as SwitchButtonView } from './button/switchbuttonview.js';
|
|
17
|
+
export { default as CollapsibleView } from './collapsible/collapsibleview.js';
|
|
18
|
+
export * from './colorgrid/utils.js';
|
|
19
|
+
export { default as ColorGridView } from './colorgrid/colorgridview.js';
|
|
20
|
+
export { default as ColorTileView } from './colorgrid/colortileview.js';
|
|
21
|
+
export { default as ColorPickerView } from './colorpicker/colorpickerview.js';
|
|
22
|
+
export { default as ColorSelectorView } from './colorselector/colorselectorview.js';
|
|
23
|
+
export { default as ComponentFactory } from './componentfactory.js';
|
|
24
|
+
export { default as Dialog } from './dialog/dialog.js';
|
|
25
|
+
export { default as DialogView, DialogViewPosition } from './dialog/dialogview.js';
|
|
26
|
+
export { default as DropdownView } from './dropdown/dropdownview.js';
|
|
27
|
+
export { default as DropdownPanelView } from './dropdown/dropdownpanelview.js';
|
|
28
|
+
export { default as DropdownButtonView } from './dropdown/button/dropdownbuttonview.js';
|
|
29
|
+
export { default as SplitButtonView } from './dropdown/button/splitbuttonview.js';
|
|
30
|
+
export * from './dropdown/utils.js';
|
|
31
|
+
export { default as EditorUI } from './editorui/editorui.js';
|
|
32
|
+
export { default as EditorUIView } from './editorui/editoruiview.js';
|
|
33
|
+
export { default as BoxedEditorUIView } from './editorui/boxed/boxededitoruiview.js';
|
|
34
|
+
export { default as InlineEditableUIView } from './editableui/inline/inlineeditableuiview.js';
|
|
35
|
+
export { default as FormHeaderView } from './formheader/formheaderview.js';
|
|
36
|
+
export { default as FocusCycler, isViewWithFocusCycler, isFocusable } from './focuscycler.js';
|
|
37
|
+
export { default as IconView } from './icon/iconview.js';
|
|
38
|
+
export { default as InputView } from './input/inputview.js';
|
|
39
|
+
export { default as InputTextView } from './inputtext/inputtextview.js';
|
|
40
|
+
export { default as InputNumberView } from './inputnumber/inputnumberview.js';
|
|
41
|
+
export { default as TextareaView } from './textarea/textareaview.js';
|
|
42
|
+
export { default as IframeView } from './iframe/iframeview.js';
|
|
43
|
+
export { default as LabelView } from './label/labelview.js';
|
|
44
|
+
export { default as LabeledFieldView } from './labeledfield/labeledfieldview.js';
|
|
45
|
+
export * from './labeledfield/utils.js';
|
|
46
|
+
export { default as ListItemGroupView } from './list/listitemgroupview.js';
|
|
47
|
+
export { default as ListItemView } from './list/listitemview.js';
|
|
48
|
+
export { default as ListView } from './list/listview.js';
|
|
49
|
+
export { default as Notification } from './notification/notification.js';
|
|
50
|
+
export { default as ViewModel } from './model.js';
|
|
51
|
+
export { default as BalloonPanelView } from './panel/balloon/balloonpanelview.js';
|
|
52
|
+
export { default as ContextualBalloon } from './panel/balloon/contextualballoon.js';
|
|
53
|
+
export { default as StickyPanelView } from './panel/sticky/stickypanelview.js';
|
|
54
|
+
export { default as AutocompleteView } from './autocomplete/autocompleteview.js';
|
|
55
|
+
export { default as SearchTextView } from './search/text/searchtextview.js';
|
|
56
|
+
export { default as SearchInfoView } from './search/searchinfoview.js';
|
|
57
|
+
export { default as HighlightedTextView } from './highlightedtext/highlightedtextview.js';
|
|
58
|
+
export { default as TooltipManager } from './tooltipmanager.js';
|
|
59
|
+
export { default as Template } from './template.js';
|
|
60
|
+
export { default as SpinnerView } from './spinner/spinnerview.js';
|
|
61
|
+
export { default as ToolbarView } from './toolbar/toolbarview.js';
|
|
62
|
+
export { default as ToolbarLineBreakView } from './toolbar/toolbarlinebreakview.js';
|
|
63
|
+
export { default as ToolbarSeparatorView } from './toolbar/toolbarseparatorview.js';
|
|
64
|
+
export { default as normalizeToolbarConfig } from './toolbar/normalizetoolbarconfig.js';
|
|
65
|
+
export { default as BalloonToolbar } from './toolbar/balloon/balloontoolbar.js';
|
|
66
|
+
export { default as BlockToolbar } from './toolbar/block/blocktoolbar.js';
|
|
67
|
+
export { default as View } from './view.js';
|
|
68
|
+
export { default as ViewCollection } from './viewcollection.js';
|
|
69
|
+
import './augmentation.js';
|
package/src/input/inputbase.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/input/inputbase
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
import { FocusTracker, type Locale } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
/**
|
|
11
11
|
* The base input view class.
|
package/src/input/inputbase.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/input/inputbase
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
import { FocusTracker } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
/**
|
|
11
11
|
* The base input view class.
|
package/src/input/inputview.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/input/inputview
|
|
7
7
|
*/
|
|
8
8
|
import { type Locale } from '@ckeditor/ckeditor5-utils';
|
|
9
|
-
import InputBase from './inputbase';
|
|
9
|
+
import InputBase from './inputbase.js';
|
|
10
10
|
import '../../theme/components/input/input.css';
|
|
11
11
|
/**
|
|
12
12
|
* The input view class.
|
package/src/input/inputview.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
import InputBase from './inputbase';
|
|
5
|
+
import InputBase from './inputbase.js';
|
|
6
6
|
import '../../theme/components/input/input.css';
|
|
7
7
|
/**
|
|
8
8
|
* The input view class.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/inputnumber/inputnumberview
|
|
7
7
|
*/
|
|
8
|
-
import InputView from '../input/inputview';
|
|
8
|
+
import InputView from '../input/inputview.js';
|
|
9
9
|
import type { Locale } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
/**
|
|
11
11
|
* The number input view class.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/inputnumber/inputnumberview
|
|
7
7
|
*/
|
|
8
|
-
import InputView from '../input/inputview';
|
|
8
|
+
import InputView from '../input/inputview.js';
|
|
9
9
|
/**
|
|
10
10
|
* The number input view class.
|
|
11
11
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/inputtext/inputtextview
|
|
7
7
|
*/
|
|
8
|
-
import InputView from '../input/inputview';
|
|
8
|
+
import InputView from '../input/inputview.js';
|
|
9
9
|
import type { Locale } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
/**
|
|
11
11
|
* The text input view class.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/inputtext/inputtextview
|
|
7
7
|
*/
|
|
8
|
-
import InputView from '../input/inputview';
|
|
8
|
+
import InputView from '../input/inputview.js';
|
|
9
9
|
/**
|
|
10
10
|
* The text input view class.
|
|
11
11
|
*/
|
package/src/label/labelview.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/label/labelview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
import { type Locale } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
import '../../theme/components/label/label.css';
|
|
11
11
|
/**
|
package/src/label/labelview.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/label/labelview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
8
|
+
import View from '../view.js';
|
|
9
9
|
import { uid } from '@ckeditor/ckeditor5-utils';
|
|
10
10
|
import '../../theme/components/label/label.css';
|
|
11
11
|
/**
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/labeledfield/labeledfieldview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
9
|
-
import LabelView from '../label/labelview';
|
|
10
|
-
import type { FocusableView } from '../focuscycler';
|
|
11
|
-
import type ViewCollection from '../viewcollection';
|
|
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
12
|
import { type Locale } from '@ckeditor/ckeditor5-utils';
|
|
13
13
|
import '../../theme/components/labeledfield/labeledfieldview.css';
|
|
14
14
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module ui/labeledfield/labeledfieldview
|
|
7
7
|
*/
|
|
8
|
-
import View from '../view';
|
|
9
|
-
import LabelView from '../label/labelview';
|
|
8
|
+
import View from '../view.js';
|
|
9
|
+
import LabelView from '../label/labelview.js';
|
|
10
10
|
import { uid } from '@ckeditor/ckeditor5-utils';
|
|
11
11
|
import '../../theme/components/labeledfield/labeledfieldview.css';
|
|
12
12
|
/**
|