File tree Expand file tree Collapse file tree 8 files changed +25
-24
lines changed
Expand file tree Collapse file tree 8 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-base" ,
3- "version" : " 0.23.2 " ,
3+ "version" : " 0.23.3 " ,
44 "description" : " UI5 Web Components: webcomponents.base" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
3030 "url-search-params-polyfill" : " ^5.0.0"
3131 },
3232 "devDependencies" : {
33- "@ui5/webcomponents-tools" : " 0.23.2 " ,
33+ "@ui5/webcomponents-tools" : " 0.23.3 " ,
3434 "array-uniq" : " ^2.0.0" ,
3535 "chromedriver" : " latest" ,
3636 "copy-and-watch" : " ^0.1.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-fiori" ,
3- "version" : " 0.23.2 " ,
3+ "version" : " 0.23.3 " ,
44 "description" : " UI5 Web Components: webcomponents.fiori" ,
55 "ui5" : {
66 "webComponentsPackage" : true
3030 "directory" : " packages/fiori"
3131 },
3232 "dependencies" : {
33- "@ui5/webcomponents" : " 0.23.2 " ,
34- "@ui5/webcomponents-base" : " 0.23.2 " ,
35- "@ui5/webcomponents-icons" : " 0.23.2 " ,
36- "@ui5/webcomponents-theme-base" : " 0.23.2 "
33+ "@ui5/webcomponents" : " 0.23.3 " ,
34+ "@ui5/webcomponents-base" : " 0.23.3 " ,
35+ "@ui5/webcomponents-icons" : " 0.23.3 " ,
36+ "@ui5/webcomponents-theme-base" : " 0.23.3 "
3737 },
3838 "devDependencies" : {
39- "@ui5/webcomponents-tools" : " 0.23.2 " ,
39+ "@ui5/webcomponents-tools" : " 0.23.3 " ,
4040 "chromedriver" : " latest"
4141 }
4242}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-icons" ,
3- "version" : " 0.23.2 " ,
3+ "version" : " 0.23.3 " ,
44 "description" : " UI5 Web Components: webcomponents.SAP-icons" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2121 "directory" : " packages/icons"
2222 },
2323 "dependencies" : {
24- "@ui5/webcomponents-base" : " 0.23.2 "
24+ "@ui5/webcomponents-base" : " 0.23.3 "
2525 },
2626 "devDependencies" : {
27- "@ui5/webcomponents-tools" : " 0.23.2 " ,
27+ "@ui5/webcomponents-tools" : " 0.23.3 " ,
2828 "chromedriver" : " latest"
2929 }
3030}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-localization" ,
3- "version" : " 0.23.2 " ,
3+ "version" : " 0.23.3 " ,
44 "description" : " Localization for UI5 Web Components" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2424 "devDependencies" : {
2525 "@buxlabs/amd-to-es6" : " ^0.15.0" ,
2626 "@openui5/sap.ui.core" : " 1.76.0" ,
27- "@ui5/webcomponents-tools" : " 0.23.2 " ,
27+ "@ui5/webcomponents-tools" : " 0.23.3 " ,
2828 "chromedriver" : " latest" ,
2929 "copy-and-watch" : " ^0.1.4" ,
3030 "escodegen" : " ^1.11.0" ,
3636 "rimraf" : " ^2.6.2"
3737 },
3838 "dependencies" : {
39- "@ui5/webcomponents-base" : " 0.23.2 "
39+ "@ui5/webcomponents-base" : " 0.23.3 "
4040 }
4141}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents" ,
3- "version" : " 0.23.2 " ,
3+ "version" : " 0.23.3 " ,
44 "description" : " UI5 Web Components: webcomponents.main" ,
55 "ui5" : {
66 "webComponentsPackage" : true
3030 "directory" : " packages/main"
3131 },
3232 "dependencies" : {
33- "@ui5/webcomponents-base" : " 0.23.2 " ,
34- "@ui5/webcomponents-icons" : " 0.23.2 " ,
35- "@ui5/webcomponents-localization" : " 0.23.2 " ,
36- "@ui5/webcomponents-theme-base" : " 0.23.2 "
33+ "@ui5/webcomponents-base" : " 0.23.3 " ,
34+ "@ui5/webcomponents-icons" : " 0.23.3 " ,
35+ "@ui5/webcomponents-localization" : " 0.23.3 " ,
36+ "@ui5/webcomponents-theme-base" : " 0.23.3 "
3737 },
3838 "devDependencies" : {
39- "@ui5/webcomponents-tools" : " 0.23.2 " ,
39+ "@ui5/webcomponents-tools" : " 0.23.3 " ,
4040 "chromedriver" : " latest"
4141 }
4242}
Original file line number Diff line number Diff line change 11import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js" ;
22import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js" ;
33import { fetchI18nBundle , getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js" ;
4+ import { getEffectiveAriaLabelText } from "@ui5/webcomponents-base/dist/util/AriaLabelHelper.js" ;
45import { isSpace , isEnter } from "@ui5/webcomponents-base/dist/Keys.js" ;
56import CardTemplate from "./generated/templates/CardTemplate.lit.js" ;
67import Icon from "./Icon.js" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-theme-base" ,
3- "version" : " 0.23.2 " ,
3+ "version" : " 0.23.3 " ,
44 "description" : " UI5 Web Components: webcomponents.theme-base" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
2424 },
2525 "dependencies" : {
2626 "@sap-theming/theming-base-content" : " 11.1.19" ,
27- "@ui5/webcomponents-base" : " 0.23.2 "
27+ "@ui5/webcomponents-base" : " 0.23.3 "
2828 },
2929 "devDependencies" : {
30- "@ui5/webcomponents-tools" : " 0.23.2 " ,
30+ "@ui5/webcomponents-tools" : " 0.23.3 " ,
3131 "chokidar-cli" : " ^2.0.0" ,
3232 "chromedriver" : " latest" ,
3333 "copy-and-watch" : " ^0.1.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @ui5/webcomponents-tools" ,
3- "version" : " 0.23.2 " ,
3+ "version" : " 0.23.3 " ,
44 "description" : " UI5 Web Components: webcomponents.tools" ,
55 "author" : " SAP SE (https://www.sap.com)" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments