@ui5/webcomponents 1.10.0 → 1.10.2
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/.dev-server-port +1 -0
- package/CHANGELOG.md +101 -0
- package/dist/Avatar.d.ts +2 -2
- package/dist/Badge.d.ts +3 -3
- package/dist/Breadcrumbs.d.ts +5 -5
- package/dist/Breadcrumbs.js +1 -1
- package/dist/BusyIndicator.d.ts +136 -0
- package/dist/BusyIndicator.js +126 -208
- package/dist/BusyIndicator.js.map +1 -0
- package/dist/Button.d.ts +3 -3
- package/dist/Calendar.d.ts +3 -3
- package/dist/Calendar.js +1 -1
- package/dist/CalendarHeader.d.ts +2 -2
- package/dist/Card.d.ts +3 -3
- package/dist/Card.js +1 -1
- package/dist/CardHeader.d.ts +2 -2
- package/dist/Carousel.d.ts +318 -0
- package/dist/Carousel.js +446 -642
- package/dist/Carousel.js.map +1 -0
- package/dist/CheckBox.d.ts +3 -3
- package/dist/ColorPalette.d.ts +5 -5
- package/dist/ColorPalette.js +1 -1
- package/dist/ColorPaletteItem.d.ts +2 -2
- package/dist/ColorPalettePopover.d.ts +2 -2
- package/dist/ColorPicker.d.ts +2 -2
- package/dist/ComboBox.js +2 -2
- package/dist/CustomListItem.d.ts +1 -1
- package/dist/DatePicker.d.ts +2 -2
- package/dist/DateTimePicker.d.ts +1 -1
- package/dist/DayPicker.d.ts +2 -2
- package/dist/Dialog.d.ts +4 -5
- package/dist/FileUploader.d.ts +4 -4
- package/dist/GroupHeaderListItem.d.ts +1 -1
- package/dist/Icon.d.ts +2 -2
- package/dist/Input.d.ts +5 -5
- package/dist/Input.js +1 -1
- package/dist/Label.d.ts +2 -2
- package/dist/Link.d.ts +2 -2
- package/dist/List.d.ts +4 -3
- package/dist/List.js +1 -1
- package/dist/ListItem.d.ts +1 -1
- package/dist/Menu.d.ts +3 -3
- package/dist/Menu.js +1 -1
- package/dist/MessageStrip.d.ts +2 -2
- package/dist/MonthPicker.d.ts +2 -2
- package/dist/MultiComboBox.js +6 -2
- package/dist/MultiInput.js +1 -1
- package/dist/Panel.d.ts +2 -2
- package/dist/Popover.d.ts +1 -1
- package/dist/Popup.d.ts +3 -3
- package/dist/ProgressIndicator.d.ts +2 -2
- package/dist/RangeSlider.d.ts +1 -1
- package/dist/ResponsivePopover.d.ts +1 -1
- package/dist/SegmentedButton.js +1 -1
- package/dist/Select.js +1 -1
- package/dist/Slider.d.ts +1 -1
- package/dist/SplitButton.d.ts +2 -2
- package/dist/StandardListItem.d.ts +2 -2
- package/dist/StepInput.d.ts +2 -2
- package/dist/SuggestionListItem.d.ts +1 -1
- package/dist/Switch.d.ts +2 -2
- package/dist/TabContainer.js +1 -2
- package/dist/Table.d.ts +6 -4
- package/dist/Table.js +1 -1
- package/dist/TableCell.d.ts +2 -2
- package/dist/TableColumn.d.ts +2 -2
- package/dist/TableGroupRow.d.ts +2 -2
- package/dist/TableRow.d.ts +2 -2
- package/dist/TimePickerBase.d.ts +4 -4
- package/dist/TimeSelection.d.ts +2 -2
- package/dist/Title.d.ts +2 -2
- package/dist/Tree.js +1 -1
- package/dist/WheelSlider.d.ts +2 -2
- package/dist/YearPicker.d.ts +2 -2
- package/dist/api.json +1 -1
- package/dist/generated/templates/CarouselTemplate.lit.js +2 -2
- package/global.d.ts +2 -2
- package/package.json +7 -7
- package/src/Badge.ts +1 -1
- package/src/Breadcrumbs.ts +1 -1
- package/src/{BusyIndicator.js → BusyIndicator.ts} +95 -100
- package/src/Calendar.ts +1 -1
- package/src/Card.ts +1 -1
- package/src/Carousel.hbs +3 -3
- package/src/{Carousel.js → Carousel.ts} +242 -234
- package/src/CheckBox.ts +1 -1
- package/src/ColorPalette.ts +1 -1
- package/src/ComboBox.js +2 -2
- package/src/Dialog.ts +2 -2
- package/src/Input.ts +1 -1
- package/src/List.ts +1 -1
- package/src/ListItem.ts +1 -1
- package/src/Menu.ts +1 -1
- package/src/MultiComboBox.js +6 -2
- package/src/MultiInput.js +1 -1
- package/src/SegmentedButton.js +1 -1
- package/src/Select.js +1 -1
- package/src/TabContainer.js +1 -2
- package/src/Table.ts +1 -1
- package/src/Tree.hbs +1 -1
- package/src/Tree.js +1 -1
package/.dev-server-port
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8080
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,107 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ui5-dialog:** correct types ([#6347](https://github.com/SAP/ui5-webcomponents/issues/6347)) ([620bf8d](https://github.com/SAP/ui5-webcomponents/commit/620bf8dd72f71e93dcdebeac2b6d452a1f3406c7))
|
|
12
|
+
* **ui5-multi-combobox:** paste in readonly component prevented ([#6325](https://github.com/SAP/ui5-webcomponents/issues/6325)) ([9141e5a](https://github.com/SAP/ui5-webcomponents/commit/9141e5a2663df5c3c4e6a4fdf3c59dfa863340a9)), closes [#6175](https://github.com/SAP/ui5-webcomponents/issues/6175)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **docs:** samples typos ([#6236](https://github.com/SAP/ui5-webcomponents/issues/6236)) ([be26877](https://github.com/SAP/ui5-webcomponents/commit/be26877e361cd17407498b370e08cf11c175a2d5))
|
|
24
|
+
* **formSupport:** check and report validity of ui5 input components ([#5987](https://github.com/SAP/ui5-webcomponents/issues/5987)) ([22d5f60](https://github.com/SAP/ui5-webcomponents/commit/22d5f60c6435df94bd4a3f3d8ede1511934c092f))
|
|
25
|
+
* **ui5-(multi)-input, ui5-(multi)-combobox:** remove value state message spacing ([#6233](https://github.com/SAP/ui5-webcomponents/issues/6233)) ([fd13f96](https://github.com/SAP/ui5-webcomponents/commit/fd13f96b289b6cd71e0d0eff6f54ac93f534ba6d))
|
|
26
|
+
* **ui5-avatar:** fix icon rendering inside ui5-avatar ([#6060](https://github.com/SAP/ui5-webcomponents/issues/6060)) ([9899466](https://github.com/SAP/ui5-webcomponents/commit/9899466e75196cb424946a9281583c74948d7b09)), closes [#6043](https://github.com/SAP/ui5-webcomponents/issues/6043)
|
|
27
|
+
* **ui5-avatar:** fixed incorrect img slot border alignment ([#6133](https://github.com/SAP/ui5-webcomponents/issues/6133)) ([dc410d1](https://github.com/SAP/ui5-webcomponents/commit/dc410d1a507294d026abbc6c8429cfe2bc5a5519)), closes [#5919](https://github.com/SAP/ui5-webcomponents/issues/5919)
|
|
28
|
+
* **ui5-avatar:** improved documentation of initials property ([#6138](https://github.com/SAP/ui5-webcomponents/issues/6138)) ([8cc1303](https://github.com/SAP/ui5-webcomponents/commit/8cc1303c84bb4f17e80f5347963f756b77576bbf)), closes [#6136](https://github.com/SAP/ui5-webcomponents/issues/6136)
|
|
29
|
+
* **ui5-button:** adjust tooltip display ([#5936](https://github.com/SAP/ui5-webcomponents/issues/5936)) ([98dd38e](https://github.com/SAP/ui5-webcomponents/commit/98dd38eefb238a46b1c4aca956019cbec473d340)), closes [#5083](https://github.com/SAP/ui5-webcomponents/issues/5083)
|
|
30
|
+
* **ui5-calendar:** adjust displayed width ([#6196](https://github.com/SAP/ui5-webcomponents/issues/6196)) ([5eaf13c](https://github.com/SAP/ui5-webcomponents/commit/5eaf13c7a6df457eb2d46b558de27afab352a614)), closes [#5641](https://github.com/SAP/ui5-webcomponents/issues/5641)
|
|
31
|
+
* **ui5-calendar:** set proper roledescription on the pickers ([#6197](https://github.com/SAP/ui5-webcomponents/issues/6197)) ([ebd3cc0](https://github.com/SAP/ui5-webcomponents/commit/ebd3cc0237d9289b9ad0032542199fdb6165a64a)), closes [#5858](https://github.com/SAP/ui5-webcomponents/issues/5858)
|
|
32
|
+
* **ui5-carousel:** fixed screen readers reading when a page is changed ([#6105](https://github.com/SAP/ui5-webcomponents/issues/6105)) ([5da4e5f](https://github.com/SAP/ui5-webcomponents/commit/5da4e5f7508573c41d990a448b9bad139f65e3c7))
|
|
33
|
+
* **ui5-checkbox:** fix focus outline ([#6033](https://github.com/SAP/ui5-webcomponents/issues/6033)) ([3fa961c](https://github.com/SAP/ui5-webcomponents/commit/3fa961c4a9fc8f16ac9bfce985ee34f3c2e88c27)), closes [#5915](https://github.com/SAP/ui5-webcomponents/issues/5915)
|
|
34
|
+
* **ui5-date-picker:** align styles to input ([#6149](https://github.com/SAP/ui5-webcomponents/issues/6149)) ([8d3e3f1](https://github.com/SAP/ui5-webcomponents/commit/8d3e3f1ba69aaac6fef2d971a9839c5aed40a256))
|
|
35
|
+
* **ui5-dialog, ui5-popover:** change header level to H1 ([#6293](https://github.com/SAP/ui5-webcomponents/issues/6293)) ([a9130e8](https://github.com/SAP/ui5-webcomponents/commit/a9130e855afc01dafc1e22c561f07c0d666d7155))
|
|
36
|
+
* **ui5-dialog:** fix block layers when multiple dialogs are open ([#6183](https://github.com/SAP/ui5-webcomponents/issues/6183)) ([018f521](https://github.com/SAP/ui5-webcomponents/commit/018f52166c72a176719ac52dbb0f0db5f62f966e))
|
|
37
|
+
* **ui5-icon:** cursor "pointer" added for interactive icons ([#6042](https://github.com/SAP/ui5-webcomponents/issues/6042)) ([58fba64](https://github.com/SAP/ui5-webcomponents/commit/58fba641900313b88db37fedbc2fb8c88f734d9a))
|
|
38
|
+
* **ui5-icon:** showTooltip property documentation improved ([#6165](https://github.com/SAP/ui5-webcomponents/issues/6165)) ([10849b7](https://github.com/SAP/ui5-webcomponents/commit/10849b737709730e48555f31ba32aad029a1e1fd))
|
|
39
|
+
* **ui5-input:** correct input value on item re-selection ([#6252](https://github.com/SAP/ui5-webcomponents/issues/6252)) ([17bedbe](https://github.com/SAP/ui5-webcomponents/commit/17bedbec56535bc6fd3891e712f05d160f7d8c9d)), closes [#6091](https://github.com/SAP/ui5-webcomponents/issues/6091)
|
|
40
|
+
* **ui5-input:** fix typo in renderer ([#6185](https://github.com/SAP/ui5-webcomponents/issues/6185)) ([0134ed1](https://github.com/SAP/ui5-webcomponents/commit/0134ed1e731ef50caafd14254b1edca20a6971bc))
|
|
41
|
+
* **ui5-input:** make icons responsive when height is changed ([#5908](https://github.com/SAP/ui5-webcomponents/issues/5908)) ([3d3f047](https://github.com/SAP/ui5-webcomponents/commit/3d3f0479f110cb8b0a8a7c7a6814802808867e0b))
|
|
42
|
+
* **ui5-li:** allow support for anchor tags in ListItem ([#6126](https://github.com/SAP/ui5-webcomponents/issues/6126)) ([db51f59](https://github.com/SAP/ui5-webcomponents/commit/db51f5910f3efb0268e1bea65f021c61eb212dba)), closes [#6121](https://github.com/SAP/ui5-webcomponents/issues/6121)
|
|
43
|
+
* **ui5-li:** bottom border is now visible in evening horizon ([#6129](https://github.com/SAP/ui5-webcomponents/issues/6129)) ([3dbd53d](https://github.com/SAP/ui5-webcomponents/commit/3dbd53ddd6cc9a320b6bfa6179a67ec1e8a32f5b)), closes [#6116](https://github.com/SAP/ui5-webcomponents/issues/6116)
|
|
44
|
+
* **ui5-multi-combobox:** delete long tokens when icon is clicked ([#6069](https://github.com/SAP/ui5-webcomponents/issues/6069)) ([18e0b6e](https://github.com/SAP/ui5-webcomponents/commit/18e0b6e747678dacfb32bc2352ca9f045e4fb493)), closes [#6048](https://github.com/SAP/ui5-webcomponents/issues/6048)
|
|
45
|
+
* **ui5-multi-combobox:** force tokenizer layouting when selected items are added ([#6168](https://github.com/SAP/ui5-webcomponents/issues/6168)) ([9760c61](https://github.com/SAP/ui5-webcomponents/commit/9760c6148a541abbb727e73897cb3d072b638489)), closes [#6092](https://github.com/SAP/ui5-webcomponents/issues/6092)
|
|
46
|
+
* **ui5-multi-combobox:** prevent tokenizing of group headers ([#6230](https://github.com/SAP/ui5-webcomponents/issues/6230)) ([ff920da](https://github.com/SAP/ui5-webcomponents/commit/ff920da01e003780fad8462d75e27b59cb3cca36)), closes [#6222](https://github.com/SAP/ui5-webcomponents/issues/6222)
|
|
47
|
+
* **ui5-multi-input:** focus input when all tokens are deleted ([#6170](https://github.com/SAP/ui5-webcomponents/issues/6170)) ([f087209](https://github.com/SAP/ui5-webcomponents/commit/f087209a1121576fdd5d8cca73922625f986544b)), closes [#6073](https://github.com/SAP/ui5-webcomponents/issues/6073)
|
|
48
|
+
* **ui5-panel:** remove aria controls from expand button ([#6167](https://github.com/SAP/ui5-webcomponents/issues/6167)) ([473e4bb](https://github.com/SAP/ui5-webcomponents/commit/473e4bb48382ec195b8c4f9499c15e3f928f9799)), closes [#6157](https://github.com/SAP/ui5-webcomponents/issues/6157)
|
|
49
|
+
* **ui5-popover:** clicking on iframe now closes an open popover ([#6145](https://github.com/SAP/ui5-webcomponents/issues/6145)) ([f01e872](https://github.com/SAP/ui5-webcomponents/commit/f01e87276fb043c6b523623d0d72c53a0a0856fc)), closes [#6087](https://github.com/SAP/ui5-webcomponents/issues/6087)
|
|
50
|
+
* **ui5-range-slider:** fire change event after value swapping ([#6057](https://github.com/SAP/ui5-webcomponents/issues/6057)) ([4134a7c](https://github.com/SAP/ui5-webcomponents/commit/4134a7c10c381b44ddc944a35575ecb6444aa9db))
|
|
51
|
+
* **ui5-segmented-button:** align mousedown and mouseup on item behaviour ([#6142](https://github.com/SAP/ui5-webcomponents/issues/6142)) ([9d687d8](https://github.com/SAP/ui5-webcomponents/commit/9d687d80f0f9282b674ede0ce48c97c4e90700d8)), closes [#5390](https://github.com/SAP/ui5-webcomponents/issues/5390)
|
|
52
|
+
* **ui5-select:** correct typo in --_ui5_select_label_color ([#6217](https://github.com/SAP/ui5-webcomponents/issues/6217)) ([117b9f8](https://github.com/SAP/ui5-webcomponents/commit/117b9f883cc28342c2178f3d47775c0da82ed95a))
|
|
53
|
+
* **ui5-side-navigation:** fixed accessibility of the Popover ([#6045](https://github.com/SAP/ui5-webcomponents/issues/6045)) ([e0e13e1](https://github.com/SAP/ui5-webcomponents/commit/e0e13e11d26abbcb2746e4abd1c72d312212ebaf)), closes [#5827](https://github.com/SAP/ui5-webcomponents/issues/5827)
|
|
54
|
+
* **ui5-side-navigation:** fixed accessibility roles and attributes when Side Navigation is collapsed ([#5877](https://github.com/SAP/ui5-webcomponents/issues/5877)) ([92b9dc9](https://github.com/SAP/ui5-webcomponents/commit/92b9dc99ea4c598f22111dfea3a435e55c585dfc)), closes [#5827](https://github.com/SAP/ui5-webcomponents/issues/5827)
|
|
55
|
+
* **ui5-split-button:** add split-arrow-down icon to dependencies ([#6065](https://github.com/SAP/ui5-webcomponents/issues/6065)) ([1473859](https://github.com/SAP/ui5-webcomponents/commit/1473859e53c3679372dc084415d2c1ffdfdc47ce))
|
|
56
|
+
* **ui5-tabcontainer:** added tab expand button tooltip ([#6100](https://github.com/SAP/ui5-webcomponents/issues/6100)) ([8d81f01](https://github.com/SAP/ui5-webcomponents/commit/8d81f01885278ffb07c6bd8c9fea73d30b70d886))
|
|
57
|
+
* **ui5-tabcontainer:** adding selected tab programatically deselects previously selected tab ([#6036](https://github.com/SAP/ui5-webcomponents/issues/6036)) ([e73ec21](https://github.com/SAP/ui5-webcomponents/commit/e73ec210df94ffc10cec8ac6a17d22354962ac46)), closes [#5932](https://github.com/SAP/ui5-webcomponents/issues/5932) [#5932](https://github.com/SAP/ui5-webcomponents/issues/5932)
|
|
58
|
+
* **ui5-table:** apply correct color to the header row text ([#6232](https://github.com/SAP/ui5-webcomponents/issues/6232)) ([6ad1c4c](https://github.com/SAP/ui5-webcomponents/commit/6ad1c4c51f3731523511083edd2e7d1337eec21f))
|
|
59
|
+
* **ui5-textarea:** adjust styles according to the visual specification ([#6274](https://github.com/SAP/ui5-webcomponents/issues/6274)) ([2075b2c](https://github.com/SAP/ui5-webcomponents/commit/2075b2cee52151f2ac0f9cf6188d3c400cc37d83))
|
|
60
|
+
* **ui5-textarea:** fix the minimum width of the component ([#6054](https://github.com/SAP/ui5-webcomponents/issues/6054)) ([1b5b24a](https://github.com/SAP/ui5-webcomponents/commit/1b5b24a1304cbe0079d4ad48093ec97c24c0046a))
|
|
61
|
+
* **ui5-tokenizer:** apply correct color to N-more text ([#6267](https://github.com/SAP/ui5-webcomponents/issues/6267)) ([7208c2f](https://github.com/SAP/ui5-webcomponents/commit/7208c2f2a2f1a684b27c4610b6ab082870c48b34))
|
|
62
|
+
* **ui5-tree:** change isTreeItem getter visibility ([#6200](https://github.com/SAP/ui5-webcomponents/issues/6200)) ([9a7c91a](https://github.com/SAP/ui5-webcomponents/commit/9a7c91a1f2a0f37e68a74a8e80fefca540f5c51a))
|
|
63
|
+
* **ui5-tree:** correct forwarding of mode value to items ([#6277](https://github.com/SAP/ui5-webcomponents/issues/6277)) ([665107b](https://github.com/SAP/ui5-webcomponents/commit/665107b983424a60d3cf735ef3e0f99498f237de))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
* add TS types for localization packages ([#6147](https://github.com/SAP/ui5-webcomponents/issues/6147)) ([39dcbfd](https://github.com/SAP/ui5-webcomponents/commit/39dcbfd91e6bc728f1c3feaff5e229ae3a359b06))
|
|
69
|
+
* enable TS in main, fiori ([#6064](https://github.com/SAP/ui5-webcomponents/issues/6064)) ([0b56130](https://github.com/SAP/ui5-webcomponents/commit/0b561307b93b8af465dc5bee67650069ee138f7f))
|
|
70
|
+
* support decorators for custom elements metadata ([#6072](https://github.com/SAP/ui5-webcomponents/issues/6072)) ([fc9ee6e](https://github.com/SAP/ui5-webcomponents/commit/fc9ee6e2af10b4315fde072a50ab37efa180c809))
|
|
71
|
+
* **ui5-avatar:** migrated to Typescript ([#6272](https://github.com/SAP/ui5-webcomponents/issues/6272)) ([3f3a03f](https://github.com/SAP/ui5-webcomponents/commit/3f3a03f8ec2600836d7f0c2e6dd8617ec9dcc829))
|
|
72
|
+
* **ui5-breadcrumbs:** migrate to TS ([#6254](https://github.com/SAP/ui5-webcomponents/issues/6254)) ([02a6d64](https://github.com/SAP/ui5-webcomponents/commit/02a6d64a3c915b48f293d01ca008da8ad49095c7))
|
|
73
|
+
* **ui5-button, ui5-date-picker, ui5-calendar:** migrate to TS ([#6173](https://github.com/SAP/ui5-webcomponents/issues/6173)) ([7232ca0](https://github.com/SAP/ui5-webcomponents/commit/7232ca08f286c5dde10080373fb62247f1acf7b7)), closes [#6080](https://github.com/SAP/ui5-webcomponents/issues/6080)
|
|
74
|
+
* **ui5-carousel:** allow page indicator to always display numbers ([#6245](https://github.com/SAP/ui5-webcomponents/issues/6245)) ([36ef5a6](https://github.com/SAP/ui5-webcomponents/commit/36ef5a6e1f00c86da8dd99f66a487be0dfce277d)), closes [#5409](https://github.com/SAP/ui5-webcomponents/issues/5409)
|
|
75
|
+
* **ui5-checkbox:** migrated to Typescript ([#6292](https://github.com/SAP/ui5-webcomponents/issues/6292)) ([49cef2d](https://github.com/SAP/ui5-webcomponents/commit/49cef2d021d6f981036846f29caa5c3ac823e186))
|
|
76
|
+
* **ui5-color-palette:** convert to Typescript ([#6244](https://github.com/SAP/ui5-webcomponents/issues/6244)) ([ec3bf43](https://github.com/SAP/ui5-webcomponents/commit/ec3bf435480b010fdae018c25ba0e407fca219b1))
|
|
77
|
+
* **ui5-daterange-picker:** migrate to TS ([#6246](https://github.com/SAP/ui5-webcomponents/issues/6246)) ([63986f5](https://github.com/SAP/ui5-webcomponents/commit/63986f557a78ac14674d2e618ed40967ed5a1102))
|
|
78
|
+
* **ui5-icon:** new 'design' property introduced ([#6261](https://github.com/SAP/ui5-webcomponents/issues/6261)) ([566c46b](https://github.com/SAP/ui5-webcomponents/commit/566c46bd47666f8e096ffb9af9195cbe1c27a65a)), closes [#6019](https://github.com/SAP/ui5-webcomponents/issues/6019)
|
|
79
|
+
* **ui5-input:** correct disabled state style for horizon ([#6046](https://github.com/SAP/ui5-webcomponents/issues/6046)) ([42a64e7](https://github.com/SAP/ui5-webcomponents/commit/42a64e73d6b65dde428ef5b896dd961197e87aad))
|
|
80
|
+
* **ui5-li:** imageContent slot is added ([#6083](https://github.com/SAP/ui5-webcomponents/issues/6083)) ([2dc0d2c](https://github.com/SAP/ui5-webcomponents/commit/2dc0d2c23e54510d0aeefece477fd85a047f3613)), closes [#5462](https://github.com/SAP/ui5-webcomponents/issues/5462)
|
|
81
|
+
* **ui5-li:** navigation mode is enabled ([#6024](https://github.com/SAP/ui5-webcomponents/issues/6024)) ([97afa69](https://github.com/SAP/ui5-webcomponents/commit/97afa691fa9a67721bb10f0cbddf03e7b800d6a7))
|
|
82
|
+
* **ui5-list, ui5-li, ui5-li-custom:** migrate to TS ([#6166](https://github.com/SAP/ui5-webcomponents/issues/6166)) ([12b3570](https://github.com/SAP/ui5-webcomponents/commit/12b35707c3f0934dcb98fdcde0ed715140a4af4a))
|
|
83
|
+
* **ui5-menu:** add open/opener functionality and open/close events ([#5984](https://github.com/SAP/ui5-webcomponents/issues/5984)) ([951f09a](https://github.com/SAP/ui5-webcomponents/commit/951f09a1a5e3db9bdc3052537c2774e816f0ae12))
|
|
84
|
+
* **ui5-message-strip:** convert to Typescript ([#6248](https://github.com/SAP/ui5-webcomponents/issues/6248)) ([0325626](https://github.com/SAP/ui5-webcomponents/commit/0325626b76169a0af28caafa40a6ac4692b739fd))
|
|
85
|
+
* **ui5-range-slider:** expose shadow parts ([#6258](https://github.com/SAP/ui5-webcomponents/issues/6258)) ([518fe86](https://github.com/SAP/ui5-webcomponents/commit/518fe86db869158aa3cb6647072ca73be4fd05b6))
|
|
86
|
+
* **ui5-slider:** convert to Typescript ([#6251](https://github.com/SAP/ui5-webcomponents/issues/6251)) ([b9a082a](https://github.com/SAP/ui5-webcomponents/commit/b9a082a17c563ee7053096eee0293b41d642093f))
|
|
87
|
+
* **ui5-table:** add inline display property ([#6007](https://github.com/SAP/ui5-webcomponents/issues/6007)) ([d41445f](https://github.com/SAP/ui5-webcomponents/commit/d41445f21f5de0b3d6c234f052a4fe69f29f1a30))
|
|
88
|
+
* **ui5-textarea:** integrate label enablement support ([#6027](https://github.com/SAP/ui5-webcomponents/issues/6027)) ([e1b0271](https://github.com/SAP/ui5-webcomponents/commit/e1b02714a79c30001af99b7ed689f723610d43a3)), closes [#5710](https://github.com/SAP/ui5-webcomponents/issues/5710)
|
|
89
|
+
* **ui5-timepicker:** convert to TS ([#6240](https://github.com/SAP/ui5-webcomponents/issues/6240)) ([f1035eb](https://github.com/SAP/ui5-webcomponents/commit/f1035eb701f9a6ef02a21cb4a9bfd9b11c118c08))
|
|
90
|
+
* **ui5-tree-item-custom:** initial implementation ([#5962](https://github.com/SAP/ui5-webcomponents/issues/5962)) ([b148c23](https://github.com/SAP/ui5-webcomponents/commit/b148c23cf7ed11b4e17c9eda61a20fc48882ba4f))
|
|
91
|
+
* **ui5-viewsettings-dialog:** migrate to Typescript ([#6218](https://github.com/SAP/ui5-webcomponents/issues/6218)) ([ee3bbe4](https://github.com/SAP/ui5-webcomponents/commit/ee3bbe46b070092dffd054b1350f444fa072539e))
|
|
92
|
+
* **ui5:** display focus outline via keyboard only ([#6084](https://github.com/SAP/ui5-webcomponents/issues/6084)) ([848997b](https://github.com/SAP/ui5-webcomponents/commit/848997bccf753a1b9b687a27083f3536f0335ff9))
|
|
93
|
+
* use Typescript for the `base` package ([#5982](https://github.com/SAP/ui5-webcomponents/issues/5982)) ([bd184d8](https://github.com/SAP/ui5-webcomponents/commit/bd184d81a4218328bc7bf04baf2bc1f69a361679))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
|
|
100
|
+
|
|
101
|
+
**Note:** Version bump only for package @ui5/webcomponents
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
6
107
|
## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
|
|
7
108
|
|
|
8
109
|
**Note:** Version bump only for package @ui5/webcomponents
|
package/dist/Avatar.d.ts
CHANGED
|
@@ -211,8 +211,8 @@ declare class Avatar extends UI5Element {
|
|
|
211
211
|
_onclick?: (e: MouseEvent) => void;
|
|
212
212
|
static i18nBundle: I18nBundle;
|
|
213
213
|
static get render(): (templateResult: object, container: HTMLElement | DocumentFragment, styleStrOrHrefsArr: string | string[] | undefined, forStaticArea: boolean, options: import("lit-html").RenderOptions) => void;
|
|
214
|
-
static get styles(): import("@ui5/webcomponents-base/
|
|
215
|
-
static get template(): import("@ui5/webcomponents-base/
|
|
214
|
+
static get styles(): import("@ui5/webcomponents-base/dist/types.js").StyleData;
|
|
215
|
+
static get template(): import("@ui5/webcomponents-base/dist/renderer/executeTemplate.js").TemplateFunction;
|
|
216
216
|
static get dependencies(): (typeof Icon)[];
|
|
217
217
|
static onDefine(): Promise<void>;
|
|
218
218
|
get tabindex(): string;
|
package/dist/Badge.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ declare class Badge extends UI5Element {
|
|
|
62
62
|
/**
|
|
63
63
|
* Defines the icon to be displayed in the component.
|
|
64
64
|
*
|
|
65
|
-
* @type {sap.ui.webc.main.IIcon}
|
|
65
|
+
* @type {sap.ui.webc.main.IIcon[]}
|
|
66
66
|
* @name sap.ui.webc.main.Badge.prototype.icon
|
|
67
67
|
* @slot
|
|
68
68
|
* @public
|
|
@@ -70,8 +70,8 @@ declare class Badge extends UI5Element {
|
|
|
70
70
|
icon: Array<HTMLElement>;
|
|
71
71
|
static i18nBundle: I18nBundle;
|
|
72
72
|
static get render(): (templateResult: object, container: HTMLElement | DocumentFragment, styleStrOrHrefsArr: string | string[] | undefined, forStaticArea: boolean, options: import("lit-html").RenderOptions) => void;
|
|
73
|
-
static get template(): import("@ui5/webcomponents-base/
|
|
74
|
-
static get styles(): import("@ui5/webcomponents-base/
|
|
73
|
+
static get template(): import("@ui5/webcomponents-base/dist/renderer/executeTemplate.js").TemplateFunction;
|
|
74
|
+
static get styles(): import("@ui5/webcomponents-base/dist/types.js").StyleData;
|
|
75
75
|
static onDefine(): Promise<void>;
|
|
76
76
|
onBeforeRendering(): void;
|
|
77
77
|
get hasText(): boolean;
|
package/dist/Breadcrumbs.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ type FocusAdaptor = ITabbable & {
|
|
|
50
50
|
* @alias sap.ui.webc.main.Breadcrumbs
|
|
51
51
|
* @extends sap.ui.webc.base.UI5Element
|
|
52
52
|
* @tagname ui5-breadcrumbs
|
|
53
|
-
* @appenddocs BreadcrumbsItem
|
|
53
|
+
* @appenddocs sap.ui.webc.main.BreadcrumbsItem
|
|
54
54
|
* @public
|
|
55
55
|
* @since 1.0.0-rc.15
|
|
56
56
|
*/
|
|
@@ -115,10 +115,10 @@ declare class Breadcrumbs extends UI5Element {
|
|
|
115
115
|
_labelFocusAdaptor: FocusAdaptor;
|
|
116
116
|
static i18nBundle: I18nBundle;
|
|
117
117
|
static get render(): (templateResult: object, container: HTMLElement | DocumentFragment, styleStrOrHrefsArr: string | string[] | undefined, forStaticArea: boolean, options: import("lit-html").RenderOptions) => void;
|
|
118
|
-
static get template(): import("@ui5/webcomponents-base/
|
|
119
|
-
static get staticAreaTemplate(): import("@ui5/webcomponents-base/
|
|
120
|
-
static get styles(): import("@ui5/webcomponents-base/
|
|
121
|
-
static get staticAreaStyles(): import("@ui5/webcomponents-base/
|
|
118
|
+
static get template(): import("@ui5/webcomponents-base/dist/renderer/executeTemplate.js").TemplateFunction;
|
|
119
|
+
static get staticAreaTemplate(): import("@ui5/webcomponents-base/dist/renderer/executeTemplate.js").TemplateFunction;
|
|
120
|
+
static get styles(): import("@ui5/webcomponents-base/dist/types.js").StyleData;
|
|
121
|
+
static get staticAreaStyles(): import("@ui5/webcomponents-base/dist/types.js").StyleData;
|
|
122
122
|
constructor();
|
|
123
123
|
onInvalidation(changeInfo: ChangeInfo): void;
|
|
124
124
|
_getItems(): BreadcrumbsItem[];
|
package/dist/Breadcrumbs.js
CHANGED
|
@@ -69,7 +69,7 @@ import breadcrumbsPopoverCss from "./generated/themes/BreadcrumbsPopover.css.js"
|
|
|
69
69
|
* @alias sap.ui.webc.main.Breadcrumbs
|
|
70
70
|
* @extends sap.ui.webc.base.UI5Element
|
|
71
71
|
* @tagname ui5-breadcrumbs
|
|
72
|
-
* @appenddocs BreadcrumbsItem
|
|
72
|
+
* @appenddocs sap.ui.webc.main.BreadcrumbsItem
|
|
73
73
|
* @public
|
|
74
74
|
* @since 1.0.0-rc.15
|
|
75
75
|
*/
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
|
2
|
+
import type I18nBundle from "@ui5/webcomponents-base/dist/i18nBundle.js";
|
|
3
|
+
import type { Timeout } from "@ui5/webcomponents-base/dist/types.js";
|
|
4
|
+
import BusyIndicatorSize from "./types/BusyIndicatorSize.js";
|
|
5
|
+
import Label from "./Label.js";
|
|
6
|
+
/**
|
|
7
|
+
* @class
|
|
8
|
+
*
|
|
9
|
+
* <h3 class="comment-api-title">Overview</h3>
|
|
10
|
+
*
|
|
11
|
+
* The <code>ui5-busy-indicator</code> signals that some operation is going on and that the
|
|
12
|
+
* user must wait. It does not block the current UI screen so other operations could be triggered in parallel.
|
|
13
|
+
* It displays 3 dots and each dot expands and shrinks at a different rate, resulting in a cascading flow of animation.
|
|
14
|
+
*
|
|
15
|
+
* <h3>Usage</h3>
|
|
16
|
+
* For the <code>ui5-busy-indicator</code> you can define the size, the text and whether it is shown or hidden.
|
|
17
|
+
* In order to hide it, use the "active" property.
|
|
18
|
+
* <br><br>
|
|
19
|
+
* In order to show busy state over an HTML element, simply nest the HTML element in a <code>ui5-busy-indicator</code> instance.
|
|
20
|
+
* <br>
|
|
21
|
+
* <b>Note:</b> Since <code>ui5-busy-indicator</code> has <code>display: inline-block;</code> by default and no width of its own,
|
|
22
|
+
* whenever you need to wrap a block-level element, you should set <code>display: block</code> to the busy indicator as well.
|
|
23
|
+
*
|
|
24
|
+
* <h4>When to use:</h4>
|
|
25
|
+
* <ul>
|
|
26
|
+
* <li>The user needs to be able to cancel the operation.</li>
|
|
27
|
+
* <li>Only part of the application or a particular component is affected.</li>
|
|
28
|
+
* </ul>
|
|
29
|
+
*
|
|
30
|
+
* <h4>When not to use:</h4>
|
|
31
|
+
* <ul>
|
|
32
|
+
* <li>The operation takes less than one second.</li>
|
|
33
|
+
* <li>You need to block the screen and prevent the user from starting another activity.</li>
|
|
34
|
+
* <li>Do not show multiple busy indicators at once.</li>
|
|
35
|
+
* </ul>
|
|
36
|
+
*
|
|
37
|
+
* <h3>ES6 Module Import</h3>
|
|
38
|
+
*
|
|
39
|
+
* <code>import "@ui5/webcomponents/dist/BusyIndicator";</code>
|
|
40
|
+
*
|
|
41
|
+
* @constructor
|
|
42
|
+
* @author SAP SE
|
|
43
|
+
* @alias sap.ui.webc.main.BusyIndicator
|
|
44
|
+
* @extends sap.ui.webc.base.UI5Element
|
|
45
|
+
* @tagname ui5-busy-indicator
|
|
46
|
+
* @public
|
|
47
|
+
* @since 0.12.0
|
|
48
|
+
*/
|
|
49
|
+
declare class BusyIndicator extends UI5Element {
|
|
50
|
+
/**
|
|
51
|
+
* Defines text to be displayed below the component. It can be used to inform the user of the current operation.
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @name sap.ui.webc.main.BusyIndicator.prototype.text
|
|
54
|
+
* @public
|
|
55
|
+
* @defaultvalue ""
|
|
56
|
+
* @since 1.0.0-rc.7
|
|
57
|
+
*/
|
|
58
|
+
text: string;
|
|
59
|
+
/**
|
|
60
|
+
* Defines the size of the component.
|
|
61
|
+
*
|
|
62
|
+
* <br><br>
|
|
63
|
+
* <b>Note:</b>
|
|
64
|
+
*
|
|
65
|
+
* <ul>
|
|
66
|
+
* <li><code>Small</code></li>
|
|
67
|
+
* <li><code>Medium</code></li>
|
|
68
|
+
* <li><code>Large</code></li>
|
|
69
|
+
* </ul>
|
|
70
|
+
*
|
|
71
|
+
* @type {sap.ui.webc.main.types.BusyIndicatorSize}
|
|
72
|
+
* @name sap.ui.webc.main.BusyIndicator.prototype.size
|
|
73
|
+
* @defaultvalue "Medium"
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
size: BusyIndicatorSize;
|
|
77
|
+
/**
|
|
78
|
+
* Defines if the busy indicator is visible on the screen. By default it is not.
|
|
79
|
+
*
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @name sap.ui.webc.main.BusyIndicator.prototype.active
|
|
82
|
+
* @defaultvalue false
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
active: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.
|
|
88
|
+
*
|
|
89
|
+
* @type {sap.ui.webc.base.types.Integer}
|
|
90
|
+
* @name sap.ui.webc.main.BusyIndicator.prototype.delay
|
|
91
|
+
* @defaultValue 1000
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
delay: number;
|
|
95
|
+
/**
|
|
96
|
+
* Defines if the component is currently in busy state.
|
|
97
|
+
* @private
|
|
98
|
+
*/
|
|
99
|
+
_isBusy: boolean;
|
|
100
|
+
/**
|
|
101
|
+
* Determines the content over which the component will appear.
|
|
102
|
+
*
|
|
103
|
+
* @type {Node[]}
|
|
104
|
+
* @name sap.ui.webc.main.BusyIndicator.prototype.default
|
|
105
|
+
* @slot
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
_keydownHandler: (e: KeyboardEvent) => void;
|
|
109
|
+
_preventEventHandler: (e: KeyboardEvent) => void;
|
|
110
|
+
_busyTimeoutId?: Timeout;
|
|
111
|
+
focusForward?: boolean;
|
|
112
|
+
static i18nBundle: I18nBundle;
|
|
113
|
+
constructor();
|
|
114
|
+
onEnterDOM(): void;
|
|
115
|
+
onExitDOM(): void;
|
|
116
|
+
static get styles(): import("@ui5/webcomponents-base/dist/types.js").StyleData;
|
|
117
|
+
static get render(): (templateResult: object, container: HTMLElement | DocumentFragment, styleStrOrHrefsArr: string | string[] | undefined, forStaticArea: boolean, options: import("lit-html").RenderOptions) => void;
|
|
118
|
+
static get template(): import("@ui5/webcomponents-base/dist/renderer/executeTemplate.js").TemplateFunction;
|
|
119
|
+
static get dependencies(): (typeof Label)[];
|
|
120
|
+
static onDefine(): Promise<void>;
|
|
121
|
+
get ariaTitle(): string;
|
|
122
|
+
get labelId(): string | undefined;
|
|
123
|
+
get classes(): {
|
|
124
|
+
root: {
|
|
125
|
+
"ui5-busy-indicator-root": boolean;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
onBeforeRendering(): void;
|
|
129
|
+
_handleKeydown(e: KeyboardEvent): void;
|
|
130
|
+
_preventEvent(e: KeyboardEvent): void;
|
|
131
|
+
/**
|
|
132
|
+
* Moves the focus to busy area when coming with SHIFT + TAB
|
|
133
|
+
*/
|
|
134
|
+
_redirectFocus(e: FocusEvent): void;
|
|
135
|
+
}
|
|
136
|
+
export default BusyIndicator;
|