@ui5/webcomponents-fiori 1.1.0 → 1.1.1
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 +12 -0
- package/dist/MediaGallery.js +1 -0
- package/dist/MediaGalleryItem.js +5 -2
- package/dist/api.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/i18n/messagebundle_en_US_saprigi.properties +52 -0
- package/package.json +7 -7
- package/src/MediaGallery.js +1 -0
- package/src/MediaGalleryItem.js +5 -2
- package/src/i18n/messagebundle_en_US_saprigi.properties +52 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.1.1](https://github.com/SAP/ui5-webcomponents/compare/v1.1.0...v1.1.1) (2022-01-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ui5-media-gallery-item:** add missing icon import ([#4615](https://github.com/SAP/ui5-webcomponents/issues/4615)) ([d04cf8c](https://github.com/SAP/ui5-webcomponents/commit/d04cf8c))
|
|
12
|
+
* **ui5-media-gallery-item:** correct initialization order ([#4614](https://github.com/SAP/ui5-webcomponents/issues/4614)) ([436f8f4](https://github.com/SAP/ui5-webcomponents/commit/436f8f4)), closes [#4610](https://github.com/SAP/ui5-webcomponents/issues/4610)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [1.1.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.2...v1.1.0) (2022-01-21)
|
|
7
19
|
|
|
8
20
|
|
package/dist/MediaGallery.js
CHANGED
package/dist/MediaGalleryItem.js
CHANGED
|
@@ -3,6 +3,7 @@ import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
|
3
3
|
import { isSpace, isEnter } from "@ui5/webcomponents-base/dist/Keys.js";
|
|
4
4
|
import { isPhone } from "@ui5/webcomponents-base/dist/Device.js";
|
|
5
5
|
import Icon from "@ui5/webcomponents/dist/Icon.js";
|
|
6
|
+
import "@ui5/webcomponents-icons/dist/background.js";
|
|
6
7
|
import MediaGalleryItemLayout from "./types/MediaGalleryItemLayout.js";
|
|
7
8
|
// Template
|
|
8
9
|
import MediaGalleryItemTemplate from "./generated/templates/MediaGalleryItemTemplate.lit.js";
|
|
@@ -178,12 +179,14 @@ const metadata = {
|
|
|
178
179
|
class MediaGalleryItem extends UI5Element {
|
|
179
180
|
constructor() {
|
|
180
181
|
super();
|
|
182
|
+
this._monitoredContent = null;
|
|
183
|
+
this._monitoredThumbnail = null;
|
|
184
|
+
}
|
|
181
185
|
|
|
186
|
+
onEnterDOM() {
|
|
182
187
|
this._thumbnailDesign = !isPhone();
|
|
183
188
|
this._interactive = !isPhone();
|
|
184
189
|
this._square = true;
|
|
185
|
-
this._monitoredContent = null;
|
|
186
|
-
this._monitoredThumbnail = null;
|
|
187
190
|
}
|
|
188
191
|
|
|
189
192
|
static get metadata() {
|
package/dist/api.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the first column","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the first column","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the last column","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the last column","NOTIFICATION_LIST_ITEM_TXT":"Notification","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Show More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Show Less","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"More","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_READ":"read","NOTIFICATION_LIST_ITEM_UNREAD":"unread","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"High Priority","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Medium Priority","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Low Priority","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Close All","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Collapse Group","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Expand Group","TIMELINE_ARIA_LABEL":"Timeline","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found.","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload, or use the Upload button.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_PROFILE":"Profile","SHELLBAR_PRODUCTS":"Products","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_OVERFLOW":"More","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate press space bar or enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Sort Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","IM_TITLE_BEFORESEARCH":"Let's get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You've not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NODATA":"There's no data yet","IM_SUBTITLE_NODATA":"When there is, you'll see it here.","IM_TITLE_NOMAIL":"No new mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you'll see them here.","IM_TITLE_NONOTIFICATIONS":"You've no new notifications","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You've not added any favorites yet","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to create a list of your favorite items now?","IM_TITLE_NOSEARCHRESULTS":"No results found","IM_SUBTITLE_NOSEARCHRESULTS":"Try changing your search criteria.","IM_TITLE_NOTASKS":"You've no new tasks","IM_SUBTITLE_NOTASKS":"When you do, you'll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your internet connection. If that's not it, try reloading. If that still doesn't help, check with your administrator.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your internet connection. If that's not it, check the file format and file size. Otherwise, contact your administrator.","DSC_SIDE_ARIA_LABEL":"Side Content"}
|
|
1
|
+
{"BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT":"Cancel","BARCODE_SCANNER_DIALOG_LOADING_TXT":"Loading","FCL_START_COLUMN_TXT":"First column","FCL_MIDDLE_COLUMN_TXT":"Middle column","FCL_END_COLUMN_TXT":"Last column","FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the first column","FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the first column","FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP":"Expand the last column","FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP":"Collapse the last column","NOTIFICATION_LIST_ITEM_TXT":"Notification","NOTIFICATION_LIST_ITEM_SHOW_MORE":"Show More","NOTIFICATION_LIST_ITEM_SHOW_LESS":"Show Less","NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE":"More","NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE":"Close","NOTIFICATION_LIST_ITEM_READ":"read","NOTIFICATION_LIST_ITEM_UNREAD":"unread","NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT":"High Priority","NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT":"Medium Priority","NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT":"Low Priority","NOTIFICATION_LIST_GROUP_ITEM_TXT":"Notification group","NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT":"Counter","NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE":"Close All","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE":"Collapse Group","NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE":"Expand Group","TIMELINE_ARIA_LABEL":"Timeline","UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT":"Cancel","UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT":"Rename","UPLOADCOLLECTIONITEM_ERROR_STATE":"Terminated","UPLOADCOLLECTIONITEM_READY_STATE":"Pending","UPLOADCOLLECTIONITEM_UPLOADING_STATE":"Uploading","UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT":"Terminate","UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT":"Retry","UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT":"Edit","UPLOADCOLLECTION_NO_DATA_TEXT":"No files found.","UPLOADCOLLECTION_NO_DATA_DESCRIPTION":"Drop files to upload, or use the Upload button.","UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION":"Upload collection","UPLOADCOLLECTION_DRAG_FILE_INDICATOR":"Drag files here","UPLOADCOLLECTION_DROP_FILE_INDICATOR":"Drop files to upload","SHELLBAR_LABEL":"Shell Bar","SHELLBAR_LOGO":"Logo","SHELLBAR_COPILOT":"CoPilot","SHELLBAR_NOTIFICATIONS":"{0} Notifications","SHELLBAR_PROFILE":"Profile","SHELLBAR_PRODUCTS":"Products","PRODUCT_SWITCH_CONTAINER_LABEL":"Products","SHELLBAR_SEARCH":"Search","SHELLBAR_OVERFLOW":"More","SHELLBAR_CANCEL":"Cancel","WIZARD_NAV_ARIA_LABEL":"Wizard Progress Bar","WIZARD_LIST_ARIA_LABEL":"Wizard Steps","WIZARD_LIST_ARIA_DESCRIBEDBY":"To activate press space bar or enter","WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL":"Steps","WIZARD_OPTIONAL_STEP_ARIA_LABEL":"Optional","WIZARD_STEP_ACTIVE":"Active","WIZARD_STEP_INACTIVE":"Inactive","WIZARD_STEP_ARIA_LABEL":"Step {0}","WIZARD_NAV_ARIA_ROLE_DESCRIPTION":"Wizard","WIZARD_NAV_STEP_DEFAULT_HEADING":"Step","VSD_DIALOG_TITLE_SORT":"View Settings","VSD_SUBMIT_BUTTON":"OK","VSD_CANCEL_BUTTON":"Cancel","VSD_RESET_BUTTON":"Reset","VSD_SORT_ORDER":"Sort Order","VSD_FILTER_BY":"Filter By","VSD_SORT_BY":"Sort By","VSD_ORDER_ASCENDING":"Ascending","VSD_ORDER_DESCENDING":"Descending","IM_TITLE_BEFORESEARCH":"Let's get some results","IM_SUBTITLE_BEFORESEARCH":"Start by providing your search criteria.","IM_TITLE_NOACTIVITIES":"You've not added any activities yet","IM_SUBTITLE_NOACTIVITIES":"Would you like to add one now?","IM_TITLE_NODATA":"There's no data yet","IM_SUBTITLE_NODATA":"When there is, you'll see it here.","IM_TITLE_NOMAIL":"No new mail","IM_SUBTITLE_NOMAIL":"Check back again later.","IM_TITLE_NOENTRIES":"There are no entries yet","IM_SUBTITLE_NOENTRIES":"When there are, you'll see them here.","IM_TITLE_NONOTIFICATIONS":"You've no new notifications","IM_SUBTITLE_NONOTIFICATIONS":"Check back again later.","IM_TITLE_NOSAVEDITEMS":"You've not added any favorites yet","IM_SUBTITLE_NOSAVEDITEMS":"Would you like to create a list of your favorite items now?","IM_TITLE_NOSEARCHRESULTS":"No results found","IM_SUBTITLE_NOSEARCHRESULTS":"Try changing your search criteria.","IM_TITLE_NOTASKS":"You've no new tasks","IM_SUBTITLE_NOTASKS":"When you do, you'll see them here.","IM_TITLE_UNABLETOLOAD":"Unable to load data","IM_SUBTITLE_UNABLETOLOAD":"Check your internet connection. If that's not it, try reloading. If that still doesn't help, check with your administrator.","IM_TITLE_UNABLETOLOADIMAGE":"Unable to load image","IM_SUBTITLE_UNABLETOLOADIMAGE":"We couldn't find the image at the specified location, or the server isn't responding.","IM_TITLE_UNABLETOUPLOAD":"Unable to upload data","IM_SUBTITLE_UNABLETOUPLOAD":"Check your internet connection. If that's not it, check the file format and file size. Otherwise, contact your administrator.","IM_TITLE_ADDCOLUMN":"Looks like there's free space","IM_SUBTITLE_ADDCOLUMN":"You can add more columns in the table settings.","IM_TITLE_ADDPEOPLE":"You've not added anyone to the calendar yet","IM_SUBTITLE_ADDPEOPLE":"Do you want to add someone now?","IM_TITLE_BALLOONSKY":"You've been appreciated!","IM_SUBTITLE_BALLOONSKY":"Keep up the great work!","IM_TITLE_EMPTYPLANNINGCALENDAR":"Nothing planned yet","IM_SUBTITLE_EMPTYPLANNINGCALENDAR":"There are no activities in this time frame.","IM_TITLE_FILTERTABLE":"Filter options are available","IM_SUBTITLE_FILTERTABLE":"Filters help you focus on what's most relevant for you.","IM_TITLE_GROUPTABLE":"Try grouping items for a better overview","IM_SUBTITLE_GROUPTABLE":"You can choose grouping categories in the group settings.","IM_TITLE_NOFILTERRESULTS":"No results found","IM_SUBTITLE_NOFILTERRESULTS":"Try adjusting your filter criteria.","IM_TITLE_PAGENOTFOUND":"Sorry, we can't find this page","IM_SUBTITLE_PAGENOTFOUND":"Please check the URL you are using to call the app.","IM_TITLE_RESIZECOLUMN":"Choose your own column width","IM_SUBTITLE_RESIZECOLUMN":"You can resize columns by dragging the column borders.","IM_TITLE_SORTCOLUMN":"Not seeing the most important items first?","IM_SUBTITLE_SORTCOLUMN":"Choose the sort criteria in the sort settings.","IM_TITLE_SUCCESSSCREEN":"Nicely done!","IM_SUBTITLE_SUCCESSSCREEN":"You completed all your learning assignments.","IM_TITLE_UPLOADCOLLECTION":"Drop files here","IM_SUBTITLE_UPLOADCOLLECTION":"You can also upload several files at once.","DSC_SIDE_ARIA_LABEL":"Side Content"}
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Check your internet connection. If that's not it, try reloading. If that still doesn't help, check with your administrator.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn't find the image at the specified location, or the server isn't responding.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Check your internet connection. If that's not it, check the file format and file size. Otherwise, contact your administrator.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Looks like there's free space
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=You've not added anyone to the calendar yet
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=You've been appreciated!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Keep up the great work!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Filter options are available
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filters help you focus on what's most relevant for you.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Try grouping items for a better overview
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=No results found
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Sorry, we can't find this page
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Choose your own column width
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Nicely done!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Drop files here
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files at once.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Side Content
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-fiori",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.fiori",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"directory": "packages/fiori"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@ui5/webcomponents": "1.1.
|
|
44
|
-
"@ui5/webcomponents-base": "1.1.
|
|
45
|
-
"@ui5/webcomponents-icons": "1.1.
|
|
46
|
-
"@ui5/webcomponents-ie11": "1.1.
|
|
47
|
-
"@ui5/webcomponents-theming": "1.1.
|
|
43
|
+
"@ui5/webcomponents": "1.1.1",
|
|
44
|
+
"@ui5/webcomponents-base": "1.1.1",
|
|
45
|
+
"@ui5/webcomponents-icons": "1.1.1",
|
|
46
|
+
"@ui5/webcomponents-ie11": "1.1.1",
|
|
47
|
+
"@ui5/webcomponents-theming": "1.1.1",
|
|
48
48
|
"@zxing/library": "^0.18.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@ui5/webcomponents-tools": "1.1.
|
|
51
|
+
"@ui5/webcomponents-tools": "1.1.1",
|
|
52
52
|
"chromedriver": "96.0.0"
|
|
53
53
|
}
|
|
54
54
|
}
|
package/src/MediaGallery.js
CHANGED
package/src/MediaGalleryItem.js
CHANGED
|
@@ -3,6 +3,7 @@ import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
|
|
3
3
|
import { isSpace, isEnter } from "@ui5/webcomponents-base/dist/Keys.js";
|
|
4
4
|
import { isPhone } from "@ui5/webcomponents-base/dist/Device.js";
|
|
5
5
|
import Icon from "@ui5/webcomponents/dist/Icon.js";
|
|
6
|
+
import "@ui5/webcomponents-icons/dist/background.js";
|
|
6
7
|
import MediaGalleryItemLayout from "./types/MediaGalleryItemLayout.js";
|
|
7
8
|
// Template
|
|
8
9
|
import MediaGalleryItemTemplate from "./generated/templates/MediaGalleryItemTemplate.lit.js";
|
|
@@ -178,12 +179,14 @@ const metadata = {
|
|
|
178
179
|
class MediaGalleryItem extends UI5Element {
|
|
179
180
|
constructor() {
|
|
180
181
|
super();
|
|
182
|
+
this._monitoredContent = null;
|
|
183
|
+
this._monitoredThumbnail = null;
|
|
184
|
+
}
|
|
181
185
|
|
|
186
|
+
onEnterDOM() {
|
|
182
187
|
this._thumbnailDesign = !isPhone();
|
|
183
188
|
this._interactive = !isPhone();
|
|
184
189
|
this._square = true;
|
|
185
|
-
this._monitoredContent = null;
|
|
186
|
-
this._monitoredThumbnail = null;
|
|
187
190
|
}
|
|
188
191
|
|
|
189
192
|
static get metadata() {
|
|
@@ -172,8 +172,60 @@ IM_TITLE_UNABLETOLOAD=
|
|
|
172
172
|
|
|
173
173
|
IM_SUBTITLE_UNABLETOLOAD=Check your internet connection. If that's not it, try reloading. If that still doesn't help, check with your administrator.
|
|
174
174
|
|
|
175
|
+
IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
|
|
176
|
+
|
|
177
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn't find the image at the specified location, or the server isn't responding.
|
|
178
|
+
|
|
175
179
|
IM_TITLE_UNABLETOUPLOAD=Unable to upload data
|
|
176
180
|
|
|
177
181
|
IM_SUBTITLE_UNABLETOUPLOAD=Check your internet connection. If that's not it, check the file format and file size. Otherwise, contact your administrator.
|
|
178
182
|
|
|
183
|
+
IM_TITLE_ADDCOLUMN=Looks like there's free space
|
|
184
|
+
|
|
185
|
+
IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
|
|
186
|
+
|
|
187
|
+
IM_TITLE_ADDPEOPLE=You've not added anyone to the calendar yet
|
|
188
|
+
|
|
189
|
+
IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
|
|
190
|
+
|
|
191
|
+
IM_TITLE_BALLOONSKY=You've been appreciated!
|
|
192
|
+
|
|
193
|
+
IM_SUBTITLE_BALLOONSKY=Keep up the great work!
|
|
194
|
+
|
|
195
|
+
IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
|
|
196
|
+
|
|
197
|
+
IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
|
|
198
|
+
|
|
199
|
+
IM_TITLE_FILTERTABLE=Filter options are available
|
|
200
|
+
|
|
201
|
+
IM_SUBTITLE_FILTERTABLE=Filters help you focus on what's most relevant for you.
|
|
202
|
+
|
|
203
|
+
IM_TITLE_GROUPTABLE=Try grouping items for a better overview
|
|
204
|
+
|
|
205
|
+
IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
|
|
206
|
+
|
|
207
|
+
IM_TITLE_NOFILTERRESULTS=No results found
|
|
208
|
+
|
|
209
|
+
IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
|
|
210
|
+
|
|
211
|
+
IM_TITLE_PAGENOTFOUND=Sorry, we can't find this page
|
|
212
|
+
|
|
213
|
+
IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
|
|
214
|
+
|
|
215
|
+
IM_TITLE_RESIZECOLUMN=Choose your own column width
|
|
216
|
+
|
|
217
|
+
IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
|
|
218
|
+
|
|
219
|
+
IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
|
|
220
|
+
|
|
221
|
+
IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
|
|
222
|
+
|
|
223
|
+
IM_TITLE_SUCCESSSCREEN=Nicely done!
|
|
224
|
+
|
|
225
|
+
IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
|
|
226
|
+
|
|
227
|
+
IM_TITLE_UPLOADCOLLECTION=Drop files here
|
|
228
|
+
|
|
229
|
+
IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files at once.
|
|
230
|
+
|
|
179
231
|
DSC_SIDE_ARIA_LABEL=Side Content
|