@ui5/webcomponents-base 2.17.0 → 2.18.0-rc.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 +11 -0
- package/dist/.tsbuildinfobuild +1 -1
- package/dist/css/OpenUI5PopupStyles.css +5 -0
- package/dist/custom-elements-internal.json +148 -148
- package/dist/custom-elements.json +148 -148
- package/dist/features/OpenUI5Support.d.ts +1 -1
- package/dist/features/OpenUI5Support.js.map +1 -1
- package/dist/features/patchPopup.d.ts +17 -12
- package/dist/features/patchPopup.js +66 -22
- package/dist/features/patchPopup.js.map +1 -1
- package/dist/generated/VersionInfo.js +3 -3
- package/dist/generated/VersionInfo.js.map +1 -1
- package/dist/generated/css/OpenUI5PopupStyles.css.d.ts +1 -1
- package/dist/generated/css/OpenUI5PopupStyles.css.js +1 -1
- package/dist/generated/css/OpenUI5PopupStyles.css.js.map +1 -1
- package/dist/prod/features/OpenUI5Support.js +1 -1
- package/dist/prod/features/OpenUI5Support.js.map +2 -2
- package/dist/prod/features/patchPopup.js +1 -1
- package/dist/prod/features/patchPopup.js.map +3 -3
- package/dist/prod/generated/VersionInfo.js +1 -1
- package/dist/prod/generated/VersionInfo.js.map +2 -2
- package/dist/prod/generated/css/OpenUI5PopupStyles.css.js +1 -1
- package/dist/prod/generated/css/OpenUI5PopupStyles.css.js.map +1 -1
- package/package.json +3 -3
- package/src/css/OpenUI5PopupStyles.css +5 -0
|
@@ -1079,36 +1079,6 @@
|
|
|
1079
1079
|
}
|
|
1080
1080
|
]
|
|
1081
1081
|
},
|
|
1082
|
-
{
|
|
1083
|
-
"kind": "javascript-module",
|
|
1084
|
-
"path": "dist/asset-registries/Icons.js",
|
|
1085
|
-
"declarations": [],
|
|
1086
|
-
"exports": []
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "javascript-module",
|
|
1090
|
-
"path": "dist/asset-registries/Illustrations.js",
|
|
1091
|
-
"declarations": [],
|
|
1092
|
-
"exports": []
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "javascript-module",
|
|
1096
|
-
"path": "dist/asset-registries/LocaleData.js",
|
|
1097
|
-
"declarations": [],
|
|
1098
|
-
"exports": []
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"kind": "javascript-module",
|
|
1102
|
-
"path": "dist/asset-registries/Themes.js",
|
|
1103
|
-
"declarations": [],
|
|
1104
|
-
"exports": []
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"kind": "javascript-module",
|
|
1108
|
-
"path": "dist/asset-registries/i18n.js",
|
|
1109
|
-
"declarations": [],
|
|
1110
|
-
"exports": []
|
|
1111
|
-
},
|
|
1112
1082
|
{
|
|
1113
1083
|
"kind": "javascript-module",
|
|
1114
1084
|
"path": "dist/config/AnimationMode.js",
|
|
@@ -1183,150 +1153,45 @@
|
|
|
1183
1153
|
},
|
|
1184
1154
|
{
|
|
1185
1155
|
"kind": "javascript-module",
|
|
1186
|
-
"path": "dist/
|
|
1187
|
-
"declarations": [],
|
|
1188
|
-
"exports": [
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "js",
|
|
1191
|
-
"name": "default",
|
|
1192
|
-
"declaration": {
|
|
1193
|
-
"name": "DOMReferenceConverter",
|
|
1194
|
-
"module": "dist/converters/DOMReference.js"
|
|
1195
|
-
}
|
|
1196
|
-
}
|
|
1197
|
-
]
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"kind": "javascript-module",
|
|
1201
|
-
"path": "dist/decorators/bound.js",
|
|
1202
|
-
"declarations": [],
|
|
1203
|
-
"exports": [
|
|
1204
|
-
{
|
|
1205
|
-
"kind": "js",
|
|
1206
|
-
"name": "default",
|
|
1207
|
-
"declaration": {
|
|
1208
|
-
"name": "bound",
|
|
1209
|
-
"module": "dist/decorators/bound.js"
|
|
1210
|
-
}
|
|
1211
|
-
}
|
|
1212
|
-
]
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"kind": "javascript-module",
|
|
1216
|
-
"path": "dist/decorators/customElement.js",
|
|
1217
|
-
"declarations": [],
|
|
1218
|
-
"exports": [
|
|
1219
|
-
{
|
|
1220
|
-
"kind": "js",
|
|
1221
|
-
"name": "default",
|
|
1222
|
-
"declaration": {
|
|
1223
|
-
"name": "customElement",
|
|
1224
|
-
"module": "dist/decorators/customElement.js"
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
|
-
]
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"kind": "javascript-module",
|
|
1231
|
-
"path": "dist/decorators/event-strict.js",
|
|
1232
|
-
"declarations": [],
|
|
1233
|
-
"exports": [
|
|
1234
|
-
{
|
|
1235
|
-
"kind": "js",
|
|
1236
|
-
"name": "default",
|
|
1237
|
-
"declaration": {
|
|
1238
|
-
"name": "event",
|
|
1239
|
-
"module": "dist/decorators/event-strict.js"
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
|
-
]
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"kind": "javascript-module",
|
|
1246
|
-
"path": "dist/decorators/event.js",
|
|
1156
|
+
"path": "dist/asset-registries/Icons.js",
|
|
1247
1157
|
"declarations": [],
|
|
1248
|
-
"exports": [
|
|
1249
|
-
{
|
|
1250
|
-
"kind": "js",
|
|
1251
|
-
"name": "default",
|
|
1252
|
-
"declaration": {
|
|
1253
|
-
"name": "event",
|
|
1254
|
-
"module": "dist/decorators/event.js"
|
|
1255
|
-
}
|
|
1256
|
-
}
|
|
1257
|
-
]
|
|
1158
|
+
"exports": []
|
|
1258
1159
|
},
|
|
1259
1160
|
{
|
|
1260
1161
|
"kind": "javascript-module",
|
|
1261
|
-
"path": "dist/
|
|
1162
|
+
"path": "dist/asset-registries/Illustrations.js",
|
|
1262
1163
|
"declarations": [],
|
|
1263
|
-
"exports": [
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "js",
|
|
1266
|
-
"name": "default",
|
|
1267
|
-
"declaration": {
|
|
1268
|
-
"name": "i18n",
|
|
1269
|
-
"module": "dist/decorators/i18n.js"
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
]
|
|
1164
|
+
"exports": []
|
|
1273
1165
|
},
|
|
1274
1166
|
{
|
|
1275
1167
|
"kind": "javascript-module",
|
|
1276
|
-
"path": "dist/
|
|
1168
|
+
"path": "dist/asset-registries/LocaleData.js",
|
|
1277
1169
|
"declarations": [],
|
|
1278
|
-
"exports": [
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "js",
|
|
1281
|
-
"name": "default",
|
|
1282
|
-
"declaration": {
|
|
1283
|
-
"name": "property",
|
|
1284
|
-
"module": "dist/decorators/property.js"
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
]
|
|
1170
|
+
"exports": []
|
|
1288
1171
|
},
|
|
1289
1172
|
{
|
|
1290
1173
|
"kind": "javascript-module",
|
|
1291
|
-
"path": "dist/
|
|
1174
|
+
"path": "dist/asset-registries/Themes.js",
|
|
1292
1175
|
"declarations": [],
|
|
1293
|
-
"exports": [
|
|
1294
|
-
{
|
|
1295
|
-
"kind": "js",
|
|
1296
|
-
"name": "default",
|
|
1297
|
-
"declaration": {
|
|
1298
|
-
"name": "query",
|
|
1299
|
-
"module": "dist/decorators/query.js"
|
|
1300
|
-
}
|
|
1301
|
-
}
|
|
1302
|
-
]
|
|
1176
|
+
"exports": []
|
|
1303
1177
|
},
|
|
1304
1178
|
{
|
|
1305
1179
|
"kind": "javascript-module",
|
|
1306
|
-
"path": "dist/
|
|
1180
|
+
"path": "dist/asset-registries/i18n.js",
|
|
1307
1181
|
"declarations": [],
|
|
1308
|
-
"exports": [
|
|
1309
|
-
{
|
|
1310
|
-
"kind": "js",
|
|
1311
|
-
"name": "default",
|
|
1312
|
-
"declaration": {
|
|
1313
|
-
"name": "queryAll",
|
|
1314
|
-
"module": "dist/decorators/queryAll.js"
|
|
1315
|
-
}
|
|
1316
|
-
}
|
|
1317
|
-
]
|
|
1182
|
+
"exports": []
|
|
1318
1183
|
},
|
|
1319
1184
|
{
|
|
1320
1185
|
"kind": "javascript-module",
|
|
1321
|
-
"path": "dist/
|
|
1186
|
+
"path": "dist/converters/DOMReference.js",
|
|
1322
1187
|
"declarations": [],
|
|
1323
1188
|
"exports": [
|
|
1324
1189
|
{
|
|
1325
1190
|
"kind": "js",
|
|
1326
1191
|
"name": "default",
|
|
1327
1192
|
"declaration": {
|
|
1328
|
-
"name": "
|
|
1329
|
-
"module": "dist/
|
|
1193
|
+
"name": "DOMReferenceConverter",
|
|
1194
|
+
"module": "dist/converters/DOMReference.js"
|
|
1330
1195
|
}
|
|
1331
1196
|
}
|
|
1332
1197
|
]
|
|
@@ -1514,6 +1379,141 @@
|
|
|
1514
1379
|
}
|
|
1515
1380
|
]
|
|
1516
1381
|
},
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "javascript-module",
|
|
1384
|
+
"path": "dist/decorators/bound.js",
|
|
1385
|
+
"declarations": [],
|
|
1386
|
+
"exports": [
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "js",
|
|
1389
|
+
"name": "default",
|
|
1390
|
+
"declaration": {
|
|
1391
|
+
"name": "bound",
|
|
1392
|
+
"module": "dist/decorators/bound.js"
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
]
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"kind": "javascript-module",
|
|
1399
|
+
"path": "dist/decorators/customElement.js",
|
|
1400
|
+
"declarations": [],
|
|
1401
|
+
"exports": [
|
|
1402
|
+
{
|
|
1403
|
+
"kind": "js",
|
|
1404
|
+
"name": "default",
|
|
1405
|
+
"declaration": {
|
|
1406
|
+
"name": "customElement",
|
|
1407
|
+
"module": "dist/decorators/customElement.js"
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"kind": "javascript-module",
|
|
1414
|
+
"path": "dist/decorators/event-strict.js",
|
|
1415
|
+
"declarations": [],
|
|
1416
|
+
"exports": [
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "js",
|
|
1419
|
+
"name": "default",
|
|
1420
|
+
"declaration": {
|
|
1421
|
+
"name": "event",
|
|
1422
|
+
"module": "dist/decorators/event-strict.js"
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
]
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"kind": "javascript-module",
|
|
1429
|
+
"path": "dist/decorators/event.js",
|
|
1430
|
+
"declarations": [],
|
|
1431
|
+
"exports": [
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "js",
|
|
1434
|
+
"name": "default",
|
|
1435
|
+
"declaration": {
|
|
1436
|
+
"name": "event",
|
|
1437
|
+
"module": "dist/decorators/event.js"
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
]
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"kind": "javascript-module",
|
|
1444
|
+
"path": "dist/decorators/i18n.js",
|
|
1445
|
+
"declarations": [],
|
|
1446
|
+
"exports": [
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "js",
|
|
1449
|
+
"name": "default",
|
|
1450
|
+
"declaration": {
|
|
1451
|
+
"name": "i18n",
|
|
1452
|
+
"module": "dist/decorators/i18n.js"
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
]
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "javascript-module",
|
|
1459
|
+
"path": "dist/decorators/property.js",
|
|
1460
|
+
"declarations": [],
|
|
1461
|
+
"exports": [
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "default",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "property",
|
|
1467
|
+
"module": "dist/decorators/property.js"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "javascript-module",
|
|
1474
|
+
"path": "dist/decorators/query.js",
|
|
1475
|
+
"declarations": [],
|
|
1476
|
+
"exports": [
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "js",
|
|
1479
|
+
"name": "default",
|
|
1480
|
+
"declaration": {
|
|
1481
|
+
"name": "query",
|
|
1482
|
+
"module": "dist/decorators/query.js"
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "javascript-module",
|
|
1489
|
+
"path": "dist/decorators/queryAll.js",
|
|
1490
|
+
"declarations": [],
|
|
1491
|
+
"exports": [
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "js",
|
|
1494
|
+
"name": "default",
|
|
1495
|
+
"declaration": {
|
|
1496
|
+
"name": "queryAll",
|
|
1497
|
+
"module": "dist/decorators/queryAll.js"
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
]
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"kind": "javascript-module",
|
|
1504
|
+
"path": "dist/decorators/slot.js",
|
|
1505
|
+
"declarations": [],
|
|
1506
|
+
"exports": [
|
|
1507
|
+
{
|
|
1508
|
+
"kind": "js",
|
|
1509
|
+
"name": "default",
|
|
1510
|
+
"declaration": {
|
|
1511
|
+
"name": "slot",
|
|
1512
|
+
"module": "dist/decorators/slot.js"
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
]
|
|
1516
|
+
},
|
|
1517
1517
|
{
|
|
1518
1518
|
"kind": "javascript-module",
|
|
1519
1519
|
"path": "dist/features/F6Navigation.js",
|
|
@@ -1061,36 +1061,6 @@
|
|
|
1061
1061
|
}
|
|
1062
1062
|
]
|
|
1063
1063
|
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "javascript-module",
|
|
1066
|
-
"path": "dist/asset-registries/Icons.js",
|
|
1067
|
-
"declarations": [],
|
|
1068
|
-
"exports": []
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "javascript-module",
|
|
1072
|
-
"path": "dist/asset-registries/Illustrations.js",
|
|
1073
|
-
"declarations": [],
|
|
1074
|
-
"exports": []
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"kind": "javascript-module",
|
|
1078
|
-
"path": "dist/asset-registries/LocaleData.js",
|
|
1079
|
-
"declarations": [],
|
|
1080
|
-
"exports": []
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"kind": "javascript-module",
|
|
1084
|
-
"path": "dist/asset-registries/Themes.js",
|
|
1085
|
-
"declarations": [],
|
|
1086
|
-
"exports": []
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "javascript-module",
|
|
1090
|
-
"path": "dist/asset-registries/i18n.js",
|
|
1091
|
-
"declarations": [],
|
|
1092
|
-
"exports": []
|
|
1093
|
-
},
|
|
1094
1064
|
{
|
|
1095
1065
|
"kind": "javascript-module",
|
|
1096
1066
|
"path": "dist/config/AnimationMode.js",
|
|
@@ -1165,150 +1135,45 @@
|
|
|
1165
1135
|
},
|
|
1166
1136
|
{
|
|
1167
1137
|
"kind": "javascript-module",
|
|
1168
|
-
"path": "dist/
|
|
1169
|
-
"declarations": [],
|
|
1170
|
-
"exports": [
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "js",
|
|
1173
|
-
"name": "default",
|
|
1174
|
-
"declaration": {
|
|
1175
|
-
"name": "DOMReferenceConverter",
|
|
1176
|
-
"module": "dist/converters/DOMReference.js"
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
]
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"kind": "javascript-module",
|
|
1183
|
-
"path": "dist/decorators/bound.js",
|
|
1184
|
-
"declarations": [],
|
|
1185
|
-
"exports": [
|
|
1186
|
-
{
|
|
1187
|
-
"kind": "js",
|
|
1188
|
-
"name": "default",
|
|
1189
|
-
"declaration": {
|
|
1190
|
-
"name": "bound",
|
|
1191
|
-
"module": "dist/decorators/bound.js"
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
]
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"kind": "javascript-module",
|
|
1198
|
-
"path": "dist/decorators/customElement.js",
|
|
1199
|
-
"declarations": [],
|
|
1200
|
-
"exports": [
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "js",
|
|
1203
|
-
"name": "default",
|
|
1204
|
-
"declaration": {
|
|
1205
|
-
"name": "customElement",
|
|
1206
|
-
"module": "dist/decorators/customElement.js"
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
]
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"kind": "javascript-module",
|
|
1213
|
-
"path": "dist/decorators/event-strict.js",
|
|
1214
|
-
"declarations": [],
|
|
1215
|
-
"exports": [
|
|
1216
|
-
{
|
|
1217
|
-
"kind": "js",
|
|
1218
|
-
"name": "default",
|
|
1219
|
-
"declaration": {
|
|
1220
|
-
"name": "event",
|
|
1221
|
-
"module": "dist/decorators/event-strict.js"
|
|
1222
|
-
}
|
|
1223
|
-
}
|
|
1224
|
-
]
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"kind": "javascript-module",
|
|
1228
|
-
"path": "dist/decorators/event.js",
|
|
1138
|
+
"path": "dist/asset-registries/Icons.js",
|
|
1229
1139
|
"declarations": [],
|
|
1230
|
-
"exports": [
|
|
1231
|
-
{
|
|
1232
|
-
"kind": "js",
|
|
1233
|
-
"name": "default",
|
|
1234
|
-
"declaration": {
|
|
1235
|
-
"name": "event",
|
|
1236
|
-
"module": "dist/decorators/event.js"
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
]
|
|
1140
|
+
"exports": []
|
|
1240
1141
|
},
|
|
1241
1142
|
{
|
|
1242
1143
|
"kind": "javascript-module",
|
|
1243
|
-
"path": "dist/
|
|
1144
|
+
"path": "dist/asset-registries/Illustrations.js",
|
|
1244
1145
|
"declarations": [],
|
|
1245
|
-
"exports": [
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "js",
|
|
1248
|
-
"name": "default",
|
|
1249
|
-
"declaration": {
|
|
1250
|
-
"name": "i18n",
|
|
1251
|
-
"module": "dist/decorators/i18n.js"
|
|
1252
|
-
}
|
|
1253
|
-
}
|
|
1254
|
-
]
|
|
1146
|
+
"exports": []
|
|
1255
1147
|
},
|
|
1256
1148
|
{
|
|
1257
1149
|
"kind": "javascript-module",
|
|
1258
|
-
"path": "dist/
|
|
1150
|
+
"path": "dist/asset-registries/LocaleData.js",
|
|
1259
1151
|
"declarations": [],
|
|
1260
|
-
"exports": [
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "js",
|
|
1263
|
-
"name": "default",
|
|
1264
|
-
"declaration": {
|
|
1265
|
-
"name": "property",
|
|
1266
|
-
"module": "dist/decorators/property.js"
|
|
1267
|
-
}
|
|
1268
|
-
}
|
|
1269
|
-
]
|
|
1152
|
+
"exports": []
|
|
1270
1153
|
},
|
|
1271
1154
|
{
|
|
1272
1155
|
"kind": "javascript-module",
|
|
1273
|
-
"path": "dist/
|
|
1156
|
+
"path": "dist/asset-registries/Themes.js",
|
|
1274
1157
|
"declarations": [],
|
|
1275
|
-
"exports": [
|
|
1276
|
-
{
|
|
1277
|
-
"kind": "js",
|
|
1278
|
-
"name": "default",
|
|
1279
|
-
"declaration": {
|
|
1280
|
-
"name": "query",
|
|
1281
|
-
"module": "dist/decorators/query.js"
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
]
|
|
1158
|
+
"exports": []
|
|
1285
1159
|
},
|
|
1286
1160
|
{
|
|
1287
1161
|
"kind": "javascript-module",
|
|
1288
|
-
"path": "dist/
|
|
1162
|
+
"path": "dist/asset-registries/i18n.js",
|
|
1289
1163
|
"declarations": [],
|
|
1290
|
-
"exports": [
|
|
1291
|
-
{
|
|
1292
|
-
"kind": "js",
|
|
1293
|
-
"name": "default",
|
|
1294
|
-
"declaration": {
|
|
1295
|
-
"name": "queryAll",
|
|
1296
|
-
"module": "dist/decorators/queryAll.js"
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
]
|
|
1164
|
+
"exports": []
|
|
1300
1165
|
},
|
|
1301
1166
|
{
|
|
1302
1167
|
"kind": "javascript-module",
|
|
1303
|
-
"path": "dist/
|
|
1168
|
+
"path": "dist/converters/DOMReference.js",
|
|
1304
1169
|
"declarations": [],
|
|
1305
1170
|
"exports": [
|
|
1306
1171
|
{
|
|
1307
1172
|
"kind": "js",
|
|
1308
1173
|
"name": "default",
|
|
1309
1174
|
"declaration": {
|
|
1310
|
-
"name": "
|
|
1311
|
-
"module": "dist/
|
|
1175
|
+
"name": "DOMReferenceConverter",
|
|
1176
|
+
"module": "dist/converters/DOMReference.js"
|
|
1312
1177
|
}
|
|
1313
1178
|
}
|
|
1314
1179
|
]
|
|
@@ -1488,6 +1353,141 @@
|
|
|
1488
1353
|
}
|
|
1489
1354
|
]
|
|
1490
1355
|
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "javascript-module",
|
|
1358
|
+
"path": "dist/decorators/bound.js",
|
|
1359
|
+
"declarations": [],
|
|
1360
|
+
"exports": [
|
|
1361
|
+
{
|
|
1362
|
+
"kind": "js",
|
|
1363
|
+
"name": "default",
|
|
1364
|
+
"declaration": {
|
|
1365
|
+
"name": "bound",
|
|
1366
|
+
"module": "dist/decorators/bound.js"
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
]
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"kind": "javascript-module",
|
|
1373
|
+
"path": "dist/decorators/customElement.js",
|
|
1374
|
+
"declarations": [],
|
|
1375
|
+
"exports": [
|
|
1376
|
+
{
|
|
1377
|
+
"kind": "js",
|
|
1378
|
+
"name": "default",
|
|
1379
|
+
"declaration": {
|
|
1380
|
+
"name": "customElement",
|
|
1381
|
+
"module": "dist/decorators/customElement.js"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
]
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"kind": "javascript-module",
|
|
1388
|
+
"path": "dist/decorators/event-strict.js",
|
|
1389
|
+
"declarations": [],
|
|
1390
|
+
"exports": [
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "default",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "event",
|
|
1396
|
+
"module": "dist/decorators/event-strict.js"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "javascript-module",
|
|
1403
|
+
"path": "dist/decorators/event.js",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "default",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "event",
|
|
1411
|
+
"module": "dist/decorators/event.js"
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
]
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"kind": "javascript-module",
|
|
1418
|
+
"path": "dist/decorators/i18n.js",
|
|
1419
|
+
"declarations": [],
|
|
1420
|
+
"exports": [
|
|
1421
|
+
{
|
|
1422
|
+
"kind": "js",
|
|
1423
|
+
"name": "default",
|
|
1424
|
+
"declaration": {
|
|
1425
|
+
"name": "i18n",
|
|
1426
|
+
"module": "dist/decorators/i18n.js"
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
]
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "javascript-module",
|
|
1433
|
+
"path": "dist/decorators/property.js",
|
|
1434
|
+
"declarations": [],
|
|
1435
|
+
"exports": [
|
|
1436
|
+
{
|
|
1437
|
+
"kind": "js",
|
|
1438
|
+
"name": "default",
|
|
1439
|
+
"declaration": {
|
|
1440
|
+
"name": "property",
|
|
1441
|
+
"module": "dist/decorators/property.js"
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
]
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "javascript-module",
|
|
1448
|
+
"path": "dist/decorators/query.js",
|
|
1449
|
+
"declarations": [],
|
|
1450
|
+
"exports": [
|
|
1451
|
+
{
|
|
1452
|
+
"kind": "js",
|
|
1453
|
+
"name": "default",
|
|
1454
|
+
"declaration": {
|
|
1455
|
+
"name": "query",
|
|
1456
|
+
"module": "dist/decorators/query.js"
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
]
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "javascript-module",
|
|
1463
|
+
"path": "dist/decorators/queryAll.js",
|
|
1464
|
+
"declarations": [],
|
|
1465
|
+
"exports": [
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "js",
|
|
1468
|
+
"name": "default",
|
|
1469
|
+
"declaration": {
|
|
1470
|
+
"name": "queryAll",
|
|
1471
|
+
"module": "dist/decorators/queryAll.js"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"kind": "javascript-module",
|
|
1478
|
+
"path": "dist/decorators/slot.js",
|
|
1479
|
+
"declarations": [],
|
|
1480
|
+
"exports": [
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "js",
|
|
1483
|
+
"name": "default",
|
|
1484
|
+
"declaration": {
|
|
1485
|
+
"name": "slot",
|
|
1486
|
+
"module": "dist/decorators/slot.js"
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
]
|
|
1490
|
+
},
|
|
1491
1491
|
{
|
|
1492
1492
|
"kind": "javascript-module",
|
|
1493
1493
|
"path": "dist/features/F6Navigation.js",
|
|
@@ -34,6 +34,6 @@ declare class OpenUI5Support {
|
|
|
34
34
|
static cssVariablesLoaded(): boolean | undefined;
|
|
35
35
|
static addOpenedPopup(popupInfo: PopupInfo): void;
|
|
36
36
|
static removeOpenedPopup(popup: object): void;
|
|
37
|
-
static getTopmostPopup(): object;
|
|
37
|
+
static getTopmostPopup(): object | null;
|
|
38
38
|
}
|
|
39
39
|
export default OpenUI5Support;
|