@ui5/webcomponents-compat 0.0.0-38f83ffef → 0.0.0-47cc17a26

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.
Files changed (118) hide show
  1. package/CHANGELOG.md +286 -0
  2. package/LICENSE.txt +201 -0
  3. package/README.md +12 -9
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/Assets-fetch.d.ts +3 -0
  6. package/dist/Assets-fetch.js +6 -0
  7. package/dist/Assets-fetch.js.map +1 -0
  8. package/dist/Assets-node.d.ts +14 -0
  9. package/dist/Assets-node.js +17 -0
  10. package/dist/Assets-node.js.map +1 -0
  11. package/dist/Table.d.ts +1 -0
  12. package/dist/Table.js +3 -0
  13. package/dist/Table.js.map +1 -1
  14. package/dist/TableCell.d.ts +1 -0
  15. package/dist/TableCell.js +3 -0
  16. package/dist/TableCell.js.map +1 -1
  17. package/dist/TableColumn.d.ts +1 -0
  18. package/dist/TableColumn.js +3 -0
  19. package/dist/TableColumn.js.map +1 -1
  20. package/dist/TableGroupRow.d.ts +1 -0
  21. package/dist/TableGroupRow.js +3 -0
  22. package/dist/TableGroupRow.js.map +1 -1
  23. package/dist/TableRow.d.ts +1 -0
  24. package/dist/TableRow.js +3 -0
  25. package/dist/TableRow.js.map +1 -1
  26. package/dist/css/themes/GrowingButton.css +1 -1
  27. package/dist/css/themes/Table.css +1 -1
  28. package/dist/css/themes/TableCell.css +1 -1
  29. package/dist/css/themes/TableColumn.css +1 -1
  30. package/dist/css/themes/TableGroupRow.css +1 -1
  31. package/dist/css/themes/TableRow.css +1 -1
  32. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  33. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  34. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  35. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  36. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  37. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  38. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  39. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  40. package/dist/custom-elements-internal.json +417 -2708
  41. package/dist/custom-elements.json +80 -2311
  42. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  43. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  44. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  45. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  46. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  47. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  48. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  49. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  50. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  51. package/dist/generated/json-imports/Themes-fetch.js +1 -1
  52. package/dist/generated/json-imports/Themes-fetch.js.map +1 -1
  53. package/dist/generated/json-imports/Themes-node.js +1 -1
  54. package/dist/generated/json-imports/Themes-node.js.map +1 -1
  55. package/dist/generated/json-imports/Themes.js +1 -1
  56. package/dist/generated/json-imports/Themes.js.map +1 -1
  57. package/dist/generated/json-imports/i18n-fetch.js +1 -1
  58. package/dist/generated/json-imports/i18n-fetch.js.map +1 -1
  59. package/dist/generated/json-imports/i18n-node.js +1 -1
  60. package/dist/generated/json-imports/i18n-node.js.map +1 -1
  61. package/dist/generated/json-imports/i18n.js +1 -1
  62. package/dist/generated/json-imports/i18n.js.map +1 -1
  63. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  64. package/dist/generated/themes/GrowingButton.css.js +3 -3
  65. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  66. package/dist/generated/themes/Table.css.d.ts +1 -1
  67. package/dist/generated/themes/Table.css.js +3 -3
  68. package/dist/generated/themes/Table.css.js.map +1 -1
  69. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  70. package/dist/generated/themes/TableCell.css.js +3 -3
  71. package/dist/generated/themes/TableCell.css.js.map +1 -1
  72. package/dist/generated/themes/TableColumn.css.d.ts +1 -1
  73. package/dist/generated/themes/TableColumn.css.js +3 -3
  74. package/dist/generated/themes/TableColumn.css.js.map +1 -1
  75. package/dist/generated/themes/TableGroupRow.css.d.ts +1 -1
  76. package/dist/generated/themes/TableGroupRow.css.js +3 -3
  77. package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
  78. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  79. package/dist/generated/themes/TableRow.css.js +3 -3
  80. package/dist/generated/themes/TableRow.css.js.map +1 -1
  81. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  82. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  83. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  84. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  85. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  86. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  87. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  88. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  89. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  90. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  91. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  92. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  93. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  94. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  95. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  96. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  97. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  98. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  99. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  100. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  101. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  102. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  103. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  104. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  105. package/dist/utils/CompatCustomElementsScope.d.ts +5 -0
  106. package/dist/utils/CompatCustomElementsScope.js +38 -0
  107. package/dist/utils/CompatCustomElementsScope.js.map +1 -0
  108. package/dist/web-types.json +6 -6
  109. package/package-scripts.cjs +0 -1
  110. package/package.json +24 -22
  111. package/src/i18n/messagebundle_hr.properties +1 -1
  112. package/src/themes/GrowingButton.css +1 -1
  113. package/src/themes/Table.css +2 -2
  114. package/src/themes/TableCell.css +1 -1
  115. package/src/themes/TableGroupRow.css +1 -1
  116. package/src/themes/TableRow.css +1 -1
  117. package/tsconfig.json +29 -2
  118. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -4,63 +4,15 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "dist/types/TableColumnPopinDisplay.js",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "js",
12
- "name": "default",
13
- "declaration": {
14
- "name": "TableColumnPopinDisplay",
15
- "module": "dist/types/TableColumnPopinDisplay.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "dist/types/TableGrowingMode.js",
7
+ "path": "dist/Assets-fetch.js",
23
8
  "declarations": [],
24
- "exports": [
25
- {
26
- "kind": "js",
27
- "name": "default",
28
- "declaration": {
29
- "name": "TableGrowingMode",
30
- "module": "dist/types/TableGrowingMode.js"
31
- }
32
- }
33
- ]
34
- },
35
- {
36
- "kind": "javascript-module",
37
- "path": "dist/types/TableMode.js",
38
- "declarations": [],
39
- "exports": [
40
- {
41
- "kind": "js",
42
- "name": "default",
43
- "declaration": {
44
- "name": "TableMode",
45
- "module": "dist/types/TableMode.js"
46
- }
47
- }
48
- ]
9
+ "exports": []
49
10
  },
50
11
  {
51
12
  "kind": "javascript-module",
52
- "path": "dist/types/TableRowType.js",
13
+ "path": "dist/Assets-node.js",
53
14
  "declarations": [],
54
- "exports": [
55
- {
56
- "kind": "js",
57
- "name": "default",
58
- "declaration": {
59
- "name": "TableRowType",
60
- "module": "dist/types/TableRowType.js"
61
- }
62
- }
63
- ]
15
+ "exports": []
64
16
  },
65
17
  {
66
18
  "kind": "javascript-module",
@@ -210,456 +162,6 @@
210
162
  "description": "Receives id(or many ids) of the elements that label the component.",
211
163
  "default": "undefined",
212
164
  "privacy": "public"
213
- },
214
- {
215
- "kind": "method",
216
- "name": "onBeforeRendering",
217
- "return": {
218
- "type": {
219
- "text": "void"
220
- }
221
- },
222
- "description": "Called every time before the component renders.",
223
- "privacy": "public",
224
- "inheritedFrom": {
225
- "name": "UI5Element",
226
- "package": "@ui5/webcomponents-base",
227
- "module": "dist/UI5Element.js"
228
- }
229
- },
230
- {
231
- "kind": "method",
232
- "name": "onAfterRendering",
233
- "return": {
234
- "type": {
235
- "text": "void"
236
- }
237
- },
238
- "description": "Called every time after the component renders.",
239
- "privacy": "public",
240
- "inheritedFrom": {
241
- "name": "UI5Element",
242
- "package": "@ui5/webcomponents-base",
243
- "module": "dist/UI5Element.js"
244
- }
245
- },
246
- {
247
- "kind": "method",
248
- "name": "onEnterDOM",
249
- "return": {
250
- "type": {
251
- "text": "void"
252
- }
253
- },
254
- "description": "Called on connectedCallback - added to the DOM.",
255
- "privacy": "public",
256
- "inheritedFrom": {
257
- "name": "UI5Element",
258
- "package": "@ui5/webcomponents-base",
259
- "module": "dist/UI5Element.js"
260
- }
261
- },
262
- {
263
- "kind": "method",
264
- "name": "onExitDOM",
265
- "return": {
266
- "type": {
267
- "text": "void"
268
- }
269
- },
270
- "description": "Called on disconnectedCallback - removed from the DOM.",
271
- "privacy": "public",
272
- "inheritedFrom": {
273
- "name": "UI5Element",
274
- "package": "@ui5/webcomponents-base",
275
- "module": "dist/UI5Element.js"
276
- }
277
- },
278
- {
279
- "kind": "method",
280
- "name": "attachInvalidate",
281
- "return": {
282
- "type": {
283
- "text": "void"
284
- }
285
- },
286
- "parameters": [
287
- {
288
- "name": "callback",
289
- "type": {
290
- "text": "(param: InvalidationInfo) => void"
291
- }
292
- }
293
- ],
294
- "description": "Attach a callback that will be executed whenever the component is invalidated",
295
- "privacy": "public",
296
- "inheritedFrom": {
297
- "name": "UI5Element",
298
- "package": "@ui5/webcomponents-base",
299
- "module": "dist/UI5Element.js"
300
- }
301
- },
302
- {
303
- "kind": "method",
304
- "name": "detachInvalidate",
305
- "return": {
306
- "type": {
307
- "text": "void"
308
- }
309
- },
310
- "parameters": [
311
- {
312
- "name": "callback",
313
- "type": {
314
- "text": "(param: InvalidationInfo) => void"
315
- }
316
- }
317
- ],
318
- "description": "Detach the callback that is executed whenever the component is invalidated",
319
- "privacy": "public",
320
- "inheritedFrom": {
321
- "name": "UI5Element",
322
- "package": "@ui5/webcomponents-base",
323
- "module": "dist/UI5Element.js"
324
- }
325
- },
326
- {
327
- "kind": "method",
328
- "name": "onInvalidation",
329
- "return": {
330
- "type": {
331
- "text": "void"
332
- }
333
- },
334
- "parameters": [
335
- {
336
- "name": "changeInfo",
337
- "type": {
338
- "text": "ChangeInfo",
339
- "references": [
340
- {
341
- "name": "ChangeInfo",
342
- "package": "@ui5/webcomponents-base",
343
- "module": "dist/UI5Element.js"
344
- }
345
- ]
346
- },
347
- "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
348
- }
349
- ],
350
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
351
- "privacy": "public",
352
- "inheritedFrom": {
353
- "name": "UI5Element",
354
- "package": "@ui5/webcomponents-base",
355
- "module": "dist/UI5Element.js"
356
- }
357
- },
358
- {
359
- "kind": "method",
360
- "name": "getDomRef",
361
- "return": {
362
- "type": {
363
- "text": "HTMLElement | undefined"
364
- }
365
- },
366
- "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
367
- "privacy": "public",
368
- "inheritedFrom": {
369
- "name": "UI5Element",
370
- "package": "@ui5/webcomponents-base",
371
- "module": "dist/UI5Element.js"
372
- }
373
- },
374
- {
375
- "kind": "method",
376
- "name": "getFocusDomRef",
377
- "return": {
378
- "type": {
379
- "text": "HTMLElement | undefined"
380
- }
381
- },
382
- "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
383
- "privacy": "public",
384
- "inheritedFrom": {
385
- "name": "UI5Element",
386
- "package": "@ui5/webcomponents-base",
387
- "module": "dist/UI5Element.js"
388
- }
389
- },
390
- {
391
- "kind": "method",
392
- "name": "getFocusDomRefAsync",
393
- "return": {
394
- "type": {
395
- "text": "Promise<HTMLElement | undefined>"
396
- }
397
- },
398
- "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
399
- "privacy": "public",
400
- "inheritedFrom": {
401
- "name": "UI5Element",
402
- "package": "@ui5/webcomponents-base",
403
- "module": "dist/UI5Element.js"
404
- }
405
- },
406
- {
407
- "kind": "method",
408
- "name": "focus",
409
- "return": {
410
- "type": {
411
- "text": "Promise<void>"
412
- }
413
- },
414
- "parameters": [
415
- {
416
- "name": "focusOptions",
417
- "optional": true,
418
- "type": {
419
- "text": "FocusOptions"
420
- },
421
- "description": "additional options for the focus"
422
- }
423
- ],
424
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
425
- "privacy": "public",
426
- "inheritedFrom": {
427
- "name": "UI5Element",
428
- "package": "@ui5/webcomponents-base",
429
- "module": "dist/UI5Element.js"
430
- }
431
- },
432
- {
433
- "kind": "method",
434
- "name": "fireEvent",
435
- "return": {
436
- "type": {
437
- "text": "boolean"
438
- },
439
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
440
- },
441
- "parameters": [
442
- {
443
- "name": "name",
444
- "type": {
445
- "text": "string"
446
- },
447
- "description": "name of the event"
448
- },
449
- {
450
- "name": "data",
451
- "optional": true,
452
- "type": {
453
- "text": "T"
454
- },
455
- "description": "additional data for the event"
456
- },
457
- {
458
- "name": "cancelable",
459
- "default": "false",
460
- "description": "true, if the user can call preventDefault on the event object"
461
- },
462
- {
463
- "name": "bubbles",
464
- "default": "true",
465
- "description": "true, if the event bubbles"
466
- }
467
- ],
468
- "privacy": "public",
469
- "deprecated": "use fireDecoratorEvent instead",
470
- "inheritedFrom": {
471
- "name": "UI5Element",
472
- "package": "@ui5/webcomponents-base",
473
- "module": "dist/UI5Element.js"
474
- }
475
- },
476
- {
477
- "kind": "method",
478
- "name": "fireDecoratorEvent",
479
- "return": {
480
- "type": {
481
- "text": "boolean"
482
- },
483
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
484
- },
485
- "parameters": [
486
- {
487
- "name": "name",
488
- "type": {
489
- "text": "N"
490
- },
491
- "description": "name of the event"
492
- },
493
- {
494
- "name": "data",
495
- "optional": true,
496
- "type": {
497
- "text": "this[\"eventDetails\"][N] | undefined"
498
- },
499
- "description": "additional data for the event"
500
- }
501
- ],
502
- "description": "Fires a custom event, configured via the \"event\" decorator.",
503
- "privacy": "public",
504
- "inheritedFrom": {
505
- "name": "UI5Element",
506
- "package": "@ui5/webcomponents-base",
507
- "module": "dist/UI5Element.js"
508
- }
509
- },
510
- {
511
- "kind": "method",
512
- "name": "getSlottedNodes",
513
- "return": {
514
- "type": {
515
- "text": "Array<T>"
516
- }
517
- },
518
- "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
519
- "privacy": "public",
520
- "inheritedFrom": {
521
- "name": "UI5Element",
522
- "package": "@ui5/webcomponents-base",
523
- "module": "dist/UI5Element.js"
524
- }
525
- },
526
- {
527
- "kind": "method",
528
- "name": "attachComponentStateFinalized",
529
- "return": {
530
- "type": {
531
- "text": "void"
532
- }
533
- },
534
- "parameters": [
535
- {
536
- "name": "callback",
537
- "type": {
538
- "text": "() => void"
539
- }
540
- }
541
- ],
542
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
543
- "privacy": "public",
544
- "inheritedFrom": {
545
- "name": "UI5Element",
546
- "package": "@ui5/webcomponents-base",
547
- "module": "dist/UI5Element.js"
548
- }
549
- },
550
- {
551
- "kind": "method",
552
- "name": "detachComponentStateFinalized",
553
- "return": {
554
- "type": {
555
- "text": "void"
556
- }
557
- },
558
- "parameters": [
559
- {
560
- "name": "callback",
561
- "type": {
562
- "text": "() => void"
563
- }
564
- }
565
- ],
566
- "description": "Detach the callback that is executed whenever the component's state is finalized",
567
- "privacy": "public",
568
- "inheritedFrom": {
569
- "name": "UI5Element",
570
- "package": "@ui5/webcomponents-base",
571
- "module": "dist/UI5Element.js"
572
- }
573
- },
574
- {
575
- "kind": "field",
576
- "name": "effectiveDir",
577
- "type": {
578
- "text": "string | undefined"
579
- },
580
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
581
- "privacy": "public",
582
- "default": "undefined",
583
- "readonly": true,
584
- "inheritedFrom": {
585
- "name": "UI5Element",
586
- "package": "@ui5/webcomponents-base",
587
- "module": "dist/UI5Element.js"
588
- }
589
- },
590
- {
591
- "kind": "field",
592
- "name": "isUI5Element",
593
- "type": {
594
- "text": "boolean"
595
- },
596
- "description": "Used to duck-type UI5 elements without using instanceof",
597
- "privacy": "public",
598
- "default": "true",
599
- "readonly": true,
600
- "inheritedFrom": {
601
- "name": "UI5Element",
602
- "package": "@ui5/webcomponents-base",
603
- "module": "dist/UI5Element.js"
604
- }
605
- },
606
- {
607
- "kind": "method",
608
- "name": "getUniqueDependencies",
609
- "static": true,
610
- "return": {
611
- "type": {
612
- "text": "Array<typeof UI5Element>"
613
- }
614
- },
615
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
616
- "privacy": "public",
617
- "inheritedFrom": {
618
- "name": "UI5Element",
619
- "package": "@ui5/webcomponents-base",
620
- "module": "dist/UI5Element.js"
621
- }
622
- },
623
- {
624
- "kind": "method",
625
- "name": "define",
626
- "static": true,
627
- "return": {
628
- "type": {
629
- "text": "typeof UI5Element"
630
- }
631
- },
632
- "description": "Registers a UI5 Web Component in the browser window object",
633
- "privacy": "public",
634
- "inheritedFrom": {
635
- "name": "UI5Element",
636
- "package": "@ui5/webcomponents-base",
637
- "module": "dist/UI5Element.js"
638
- }
639
- },
640
- {
641
- "kind": "method",
642
- "name": "getMetadata",
643
- "static": true,
644
- "return": {
645
- "type": {
646
- "text": "UI5ElementMetadata",
647
- "references": [
648
- {
649
- "name": "UI5ElementMetadata",
650
- "package": "@ui5/webcomponents-base",
651
- "module": "dist/UI5ElementMetadata.js"
652
- }
653
- ]
654
- }
655
- },
656
- "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
657
- "privacy": "public",
658
- "inheritedFrom": {
659
- "name": "UI5Element",
660
- "package": "@ui5/webcomponents-base",
661
- "module": "dist/UI5Element.js"
662
- }
663
165
  }
664
166
  ],
665
167
  "events": [
@@ -819,6 +321,7 @@
819
321
  "package": "@ui5/webcomponents-base",
820
322
  "module": "dist/UI5Element.js"
821
323
  },
324
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
822
325
  "tagName": "ui5-table",
823
326
  "customElement": true
824
327
  }
@@ -867,460 +370,9 @@
867
370
  "package": "@ui5/webcomponents-base",
868
371
  "module": "dist/UI5Element.js"
869
372
  },
373
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableCell.js` instead.",
870
374
  "tagName": "ui5-table-cell",
871
- "customElement": true,
872
- "members": [
873
- {
874
- "kind": "method",
875
- "name": "onBeforeRendering",
876
- "return": {
877
- "type": {
878
- "text": "void"
879
- }
880
- },
881
- "description": "Called every time before the component renders.",
882
- "privacy": "public",
883
- "inheritedFrom": {
884
- "name": "UI5Element",
885
- "package": "@ui5/webcomponents-base",
886
- "module": "dist/UI5Element.js"
887
- }
888
- },
889
- {
890
- "kind": "method",
891
- "name": "onAfterRendering",
892
- "return": {
893
- "type": {
894
- "text": "void"
895
- }
896
- },
897
- "description": "Called every time after the component renders.",
898
- "privacy": "public",
899
- "inheritedFrom": {
900
- "name": "UI5Element",
901
- "package": "@ui5/webcomponents-base",
902
- "module": "dist/UI5Element.js"
903
- }
904
- },
905
- {
906
- "kind": "method",
907
- "name": "onEnterDOM",
908
- "return": {
909
- "type": {
910
- "text": "void"
911
- }
912
- },
913
- "description": "Called on connectedCallback - added to the DOM.",
914
- "privacy": "public",
915
- "inheritedFrom": {
916
- "name": "UI5Element",
917
- "package": "@ui5/webcomponents-base",
918
- "module": "dist/UI5Element.js"
919
- }
920
- },
921
- {
922
- "kind": "method",
923
- "name": "onExitDOM",
924
- "return": {
925
- "type": {
926
- "text": "void"
927
- }
928
- },
929
- "description": "Called on disconnectedCallback - removed from the DOM.",
930
- "privacy": "public",
931
- "inheritedFrom": {
932
- "name": "UI5Element",
933
- "package": "@ui5/webcomponents-base",
934
- "module": "dist/UI5Element.js"
935
- }
936
- },
937
- {
938
- "kind": "method",
939
- "name": "attachInvalidate",
940
- "return": {
941
- "type": {
942
- "text": "void"
943
- }
944
- },
945
- "parameters": [
946
- {
947
- "name": "callback",
948
- "type": {
949
- "text": "(param: InvalidationInfo) => void"
950
- }
951
- }
952
- ],
953
- "description": "Attach a callback that will be executed whenever the component is invalidated",
954
- "privacy": "public",
955
- "inheritedFrom": {
956
- "name": "UI5Element",
957
- "package": "@ui5/webcomponents-base",
958
- "module": "dist/UI5Element.js"
959
- }
960
- },
961
- {
962
- "kind": "method",
963
- "name": "detachInvalidate",
964
- "return": {
965
- "type": {
966
- "text": "void"
967
- }
968
- },
969
- "parameters": [
970
- {
971
- "name": "callback",
972
- "type": {
973
- "text": "(param: InvalidationInfo) => void"
974
- }
975
- }
976
- ],
977
- "description": "Detach the callback that is executed whenever the component is invalidated",
978
- "privacy": "public",
979
- "inheritedFrom": {
980
- "name": "UI5Element",
981
- "package": "@ui5/webcomponents-base",
982
- "module": "dist/UI5Element.js"
983
- }
984
- },
985
- {
986
- "kind": "method",
987
- "name": "onInvalidation",
988
- "return": {
989
- "type": {
990
- "text": "void"
991
- }
992
- },
993
- "parameters": [
994
- {
995
- "name": "changeInfo",
996
- "type": {
997
- "text": "ChangeInfo",
998
- "references": [
999
- {
1000
- "name": "ChangeInfo",
1001
- "package": "@ui5/webcomponents-base",
1002
- "module": "dist/UI5Element.js"
1003
- }
1004
- ]
1005
- },
1006
- "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
1007
- }
1008
- ],
1009
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
1010
- "privacy": "public",
1011
- "inheritedFrom": {
1012
- "name": "UI5Element",
1013
- "package": "@ui5/webcomponents-base",
1014
- "module": "dist/UI5Element.js"
1015
- }
1016
- },
1017
- {
1018
- "kind": "method",
1019
- "name": "getDomRef",
1020
- "return": {
1021
- "type": {
1022
- "text": "HTMLElement | undefined"
1023
- }
1024
- },
1025
- "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
1026
- "privacy": "public",
1027
- "inheritedFrom": {
1028
- "name": "UI5Element",
1029
- "package": "@ui5/webcomponents-base",
1030
- "module": "dist/UI5Element.js"
1031
- }
1032
- },
1033
- {
1034
- "kind": "method",
1035
- "name": "getFocusDomRef",
1036
- "return": {
1037
- "type": {
1038
- "text": "HTMLElement | undefined"
1039
- }
1040
- },
1041
- "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1042
- "privacy": "public",
1043
- "inheritedFrom": {
1044
- "name": "UI5Element",
1045
- "package": "@ui5/webcomponents-base",
1046
- "module": "dist/UI5Element.js"
1047
- }
1048
- },
1049
- {
1050
- "kind": "method",
1051
- "name": "getFocusDomRefAsync",
1052
- "return": {
1053
- "type": {
1054
- "text": "Promise<HTMLElement | undefined>"
1055
- }
1056
- },
1057
- "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1058
- "privacy": "public",
1059
- "inheritedFrom": {
1060
- "name": "UI5Element",
1061
- "package": "@ui5/webcomponents-base",
1062
- "module": "dist/UI5Element.js"
1063
- }
1064
- },
1065
- {
1066
- "kind": "method",
1067
- "name": "focus",
1068
- "return": {
1069
- "type": {
1070
- "text": "Promise<void>"
1071
- }
1072
- },
1073
- "parameters": [
1074
- {
1075
- "name": "focusOptions",
1076
- "optional": true,
1077
- "type": {
1078
- "text": "FocusOptions"
1079
- },
1080
- "description": "additional options for the focus"
1081
- }
1082
- ],
1083
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
1084
- "privacy": "public",
1085
- "inheritedFrom": {
1086
- "name": "UI5Element",
1087
- "package": "@ui5/webcomponents-base",
1088
- "module": "dist/UI5Element.js"
1089
- }
1090
- },
1091
- {
1092
- "kind": "method",
1093
- "name": "fireEvent",
1094
- "return": {
1095
- "type": {
1096
- "text": "boolean"
1097
- },
1098
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1099
- },
1100
- "parameters": [
1101
- {
1102
- "name": "name",
1103
- "type": {
1104
- "text": "string"
1105
- },
1106
- "description": "name of the event"
1107
- },
1108
- {
1109
- "name": "data",
1110
- "optional": true,
1111
- "type": {
1112
- "text": "T"
1113
- },
1114
- "description": "additional data for the event"
1115
- },
1116
- {
1117
- "name": "cancelable",
1118
- "default": "false",
1119
- "description": "true, if the user can call preventDefault on the event object"
1120
- },
1121
- {
1122
- "name": "bubbles",
1123
- "default": "true",
1124
- "description": "true, if the event bubbles"
1125
- }
1126
- ],
1127
- "privacy": "public",
1128
- "deprecated": "use fireDecoratorEvent instead",
1129
- "inheritedFrom": {
1130
- "name": "UI5Element",
1131
- "package": "@ui5/webcomponents-base",
1132
- "module": "dist/UI5Element.js"
1133
- }
1134
- },
1135
- {
1136
- "kind": "method",
1137
- "name": "fireDecoratorEvent",
1138
- "return": {
1139
- "type": {
1140
- "text": "boolean"
1141
- },
1142
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1143
- },
1144
- "parameters": [
1145
- {
1146
- "name": "name",
1147
- "type": {
1148
- "text": "N"
1149
- },
1150
- "description": "name of the event"
1151
- },
1152
- {
1153
- "name": "data",
1154
- "optional": true,
1155
- "type": {
1156
- "text": "this[\"eventDetails\"][N] | undefined"
1157
- },
1158
- "description": "additional data for the event"
1159
- }
1160
- ],
1161
- "description": "Fires a custom event, configured via the \"event\" decorator.",
1162
- "privacy": "public",
1163
- "inheritedFrom": {
1164
- "name": "UI5Element",
1165
- "package": "@ui5/webcomponents-base",
1166
- "module": "dist/UI5Element.js"
1167
- }
1168
- },
1169
- {
1170
- "kind": "method",
1171
- "name": "getSlottedNodes",
1172
- "return": {
1173
- "type": {
1174
- "text": "Array<T>"
1175
- }
1176
- },
1177
- "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
1178
- "privacy": "public",
1179
- "inheritedFrom": {
1180
- "name": "UI5Element",
1181
- "package": "@ui5/webcomponents-base",
1182
- "module": "dist/UI5Element.js"
1183
- }
1184
- },
1185
- {
1186
- "kind": "method",
1187
- "name": "attachComponentStateFinalized",
1188
- "return": {
1189
- "type": {
1190
- "text": "void"
1191
- }
1192
- },
1193
- "parameters": [
1194
- {
1195
- "name": "callback",
1196
- "type": {
1197
- "text": "() => void"
1198
- }
1199
- }
1200
- ],
1201
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
1202
- "privacy": "public",
1203
- "inheritedFrom": {
1204
- "name": "UI5Element",
1205
- "package": "@ui5/webcomponents-base",
1206
- "module": "dist/UI5Element.js"
1207
- }
1208
- },
1209
- {
1210
- "kind": "method",
1211
- "name": "detachComponentStateFinalized",
1212
- "return": {
1213
- "type": {
1214
- "text": "void"
1215
- }
1216
- },
1217
- "parameters": [
1218
- {
1219
- "name": "callback",
1220
- "type": {
1221
- "text": "() => void"
1222
- }
1223
- }
1224
- ],
1225
- "description": "Detach the callback that is executed whenever the component's state is finalized",
1226
- "privacy": "public",
1227
- "inheritedFrom": {
1228
- "name": "UI5Element",
1229
- "package": "@ui5/webcomponents-base",
1230
- "module": "dist/UI5Element.js"
1231
- }
1232
- },
1233
- {
1234
- "kind": "field",
1235
- "name": "effectiveDir",
1236
- "type": {
1237
- "text": "string | undefined"
1238
- },
1239
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
1240
- "privacy": "public",
1241
- "default": "undefined",
1242
- "readonly": true,
1243
- "inheritedFrom": {
1244
- "name": "UI5Element",
1245
- "package": "@ui5/webcomponents-base",
1246
- "module": "dist/UI5Element.js"
1247
- }
1248
- },
1249
- {
1250
- "kind": "field",
1251
- "name": "isUI5Element",
1252
- "type": {
1253
- "text": "boolean"
1254
- },
1255
- "description": "Used to duck-type UI5 elements without using instanceof",
1256
- "privacy": "public",
1257
- "default": "true",
1258
- "readonly": true,
1259
- "inheritedFrom": {
1260
- "name": "UI5Element",
1261
- "package": "@ui5/webcomponents-base",
1262
- "module": "dist/UI5Element.js"
1263
- }
1264
- },
1265
- {
1266
- "kind": "method",
1267
- "name": "getUniqueDependencies",
1268
- "static": true,
1269
- "return": {
1270
- "type": {
1271
- "text": "Array<typeof UI5Element>"
1272
- }
1273
- },
1274
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
1275
- "privacy": "public",
1276
- "inheritedFrom": {
1277
- "name": "UI5Element",
1278
- "package": "@ui5/webcomponents-base",
1279
- "module": "dist/UI5Element.js"
1280
- }
1281
- },
1282
- {
1283
- "kind": "method",
1284
- "name": "define",
1285
- "static": true,
1286
- "return": {
1287
- "type": {
1288
- "text": "typeof UI5Element"
1289
- }
1290
- },
1291
- "description": "Registers a UI5 Web Component in the browser window object",
1292
- "privacy": "public",
1293
- "inheritedFrom": {
1294
- "name": "UI5Element",
1295
- "package": "@ui5/webcomponents-base",
1296
- "module": "dist/UI5Element.js"
1297
- }
1298
- },
1299
- {
1300
- "kind": "method",
1301
- "name": "getMetadata",
1302
- "static": true,
1303
- "return": {
1304
- "type": {
1305
- "text": "UI5ElementMetadata",
1306
- "references": [
1307
- {
1308
- "name": "UI5ElementMetadata",
1309
- "package": "@ui5/webcomponents-base",
1310
- "module": "dist/UI5ElementMetadata.js"
1311
- }
1312
- ]
1313
- }
1314
- },
1315
- "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
1316
- "privacy": "public",
1317
- "inheritedFrom": {
1318
- "name": "UI5Element",
1319
- "package": "@ui5/webcomponents-base",
1320
- "module": "dist/UI5Element.js"
1321
- }
1322
- }
1323
- ]
375
+ "customElement": true
1324
376
  }
1325
377
  ],
1326
378
  "exports": [
@@ -1409,459 +461,9 @@
1409
461
  "default": "\"Block\"",
1410
462
  "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
1411
463
  "privacy": "public"
1412
- },
1413
- {
1414
- "kind": "method",
1415
- "name": "onBeforeRendering",
1416
- "return": {
1417
- "type": {
1418
- "text": "void"
1419
- }
1420
- },
1421
- "description": "Called every time before the component renders.",
1422
- "privacy": "public",
1423
- "inheritedFrom": {
1424
- "name": "UI5Element",
1425
- "package": "@ui5/webcomponents-base",
1426
- "module": "dist/UI5Element.js"
1427
- }
1428
- },
1429
- {
1430
- "kind": "method",
1431
- "name": "onAfterRendering",
1432
- "return": {
1433
- "type": {
1434
- "text": "void"
1435
- }
1436
- },
1437
- "description": "Called every time after the component renders.",
1438
- "privacy": "public",
1439
- "inheritedFrom": {
1440
- "name": "UI5Element",
1441
- "package": "@ui5/webcomponents-base",
1442
- "module": "dist/UI5Element.js"
1443
- }
1444
- },
1445
- {
1446
- "kind": "method",
1447
- "name": "onEnterDOM",
1448
- "return": {
1449
- "type": {
1450
- "text": "void"
1451
- }
1452
- },
1453
- "description": "Called on connectedCallback - added to the DOM.",
1454
- "privacy": "public",
1455
- "inheritedFrom": {
1456
- "name": "UI5Element",
1457
- "package": "@ui5/webcomponents-base",
1458
- "module": "dist/UI5Element.js"
1459
- }
1460
- },
1461
- {
1462
- "kind": "method",
1463
- "name": "onExitDOM",
1464
- "return": {
1465
- "type": {
1466
- "text": "void"
1467
- }
1468
- },
1469
- "description": "Called on disconnectedCallback - removed from the DOM.",
1470
- "privacy": "public",
1471
- "inheritedFrom": {
1472
- "name": "UI5Element",
1473
- "package": "@ui5/webcomponents-base",
1474
- "module": "dist/UI5Element.js"
1475
- }
1476
- },
1477
- {
1478
- "kind": "method",
1479
- "name": "attachInvalidate",
1480
- "return": {
1481
- "type": {
1482
- "text": "void"
1483
- }
1484
- },
1485
- "parameters": [
1486
- {
1487
- "name": "callback",
1488
- "type": {
1489
- "text": "(param: InvalidationInfo) => void"
1490
- }
1491
- }
1492
- ],
1493
- "description": "Attach a callback that will be executed whenever the component is invalidated",
1494
- "privacy": "public",
1495
- "inheritedFrom": {
1496
- "name": "UI5Element",
1497
- "package": "@ui5/webcomponents-base",
1498
- "module": "dist/UI5Element.js"
1499
- }
1500
- },
1501
- {
1502
- "kind": "method",
1503
- "name": "detachInvalidate",
1504
- "return": {
1505
- "type": {
1506
- "text": "void"
1507
- }
1508
- },
1509
- "parameters": [
1510
- {
1511
- "name": "callback",
1512
- "type": {
1513
- "text": "(param: InvalidationInfo) => void"
1514
- }
1515
- }
1516
- ],
1517
- "description": "Detach the callback that is executed whenever the component is invalidated",
1518
- "privacy": "public",
1519
- "inheritedFrom": {
1520
- "name": "UI5Element",
1521
- "package": "@ui5/webcomponents-base",
1522
- "module": "dist/UI5Element.js"
1523
- }
1524
- },
1525
- {
1526
- "kind": "method",
1527
- "name": "onInvalidation",
1528
- "return": {
1529
- "type": {
1530
- "text": "void"
1531
- }
1532
- },
1533
- "parameters": [
1534
- {
1535
- "name": "changeInfo",
1536
- "type": {
1537
- "text": "ChangeInfo",
1538
- "references": [
1539
- {
1540
- "name": "ChangeInfo",
1541
- "package": "@ui5/webcomponents-base",
1542
- "module": "dist/UI5Element.js"
1543
- }
1544
- ]
1545
- },
1546
- "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
1547
- }
1548
- ],
1549
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
1550
- "privacy": "public",
1551
- "inheritedFrom": {
1552
- "name": "UI5Element",
1553
- "package": "@ui5/webcomponents-base",
1554
- "module": "dist/UI5Element.js"
1555
- }
1556
- },
1557
- {
1558
- "kind": "method",
1559
- "name": "getDomRef",
1560
- "return": {
1561
- "type": {
1562
- "text": "HTMLElement | undefined"
1563
- }
1564
- },
1565
- "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
1566
- "privacy": "public",
1567
- "inheritedFrom": {
1568
- "name": "UI5Element",
1569
- "package": "@ui5/webcomponents-base",
1570
- "module": "dist/UI5Element.js"
1571
- }
1572
- },
1573
- {
1574
- "kind": "method",
1575
- "name": "getFocusDomRef",
1576
- "return": {
1577
- "type": {
1578
- "text": "HTMLElement | undefined"
1579
- }
1580
- },
1581
- "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1582
- "privacy": "public",
1583
- "inheritedFrom": {
1584
- "name": "UI5Element",
1585
- "package": "@ui5/webcomponents-base",
1586
- "module": "dist/UI5Element.js"
1587
- }
1588
- },
1589
- {
1590
- "kind": "method",
1591
- "name": "getFocusDomRefAsync",
1592
- "return": {
1593
- "type": {
1594
- "text": "Promise<HTMLElement | undefined>"
1595
- }
1596
- },
1597
- "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1598
- "privacy": "public",
1599
- "inheritedFrom": {
1600
- "name": "UI5Element",
1601
- "package": "@ui5/webcomponents-base",
1602
- "module": "dist/UI5Element.js"
1603
- }
1604
- },
1605
- {
1606
- "kind": "method",
1607
- "name": "focus",
1608
- "return": {
1609
- "type": {
1610
- "text": "Promise<void>"
1611
- }
1612
- },
1613
- "parameters": [
1614
- {
1615
- "name": "focusOptions",
1616
- "optional": true,
1617
- "type": {
1618
- "text": "FocusOptions"
1619
- },
1620
- "description": "additional options for the focus"
1621
- }
1622
- ],
1623
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
1624
- "privacy": "public",
1625
- "inheritedFrom": {
1626
- "name": "UI5Element",
1627
- "package": "@ui5/webcomponents-base",
1628
- "module": "dist/UI5Element.js"
1629
- }
1630
- },
1631
- {
1632
- "kind": "method",
1633
- "name": "fireEvent",
1634
- "return": {
1635
- "type": {
1636
- "text": "boolean"
1637
- },
1638
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1639
- },
1640
- "parameters": [
1641
- {
1642
- "name": "name",
1643
- "type": {
1644
- "text": "string"
1645
- },
1646
- "description": "name of the event"
1647
- },
1648
- {
1649
- "name": "data",
1650
- "optional": true,
1651
- "type": {
1652
- "text": "T"
1653
- },
1654
- "description": "additional data for the event"
1655
- },
1656
- {
1657
- "name": "cancelable",
1658
- "default": "false",
1659
- "description": "true, if the user can call preventDefault on the event object"
1660
- },
1661
- {
1662
- "name": "bubbles",
1663
- "default": "true",
1664
- "description": "true, if the event bubbles"
1665
- }
1666
- ],
1667
- "privacy": "public",
1668
- "deprecated": "use fireDecoratorEvent instead",
1669
- "inheritedFrom": {
1670
- "name": "UI5Element",
1671
- "package": "@ui5/webcomponents-base",
1672
- "module": "dist/UI5Element.js"
1673
- }
1674
- },
1675
- {
1676
- "kind": "method",
1677
- "name": "fireDecoratorEvent",
1678
- "return": {
1679
- "type": {
1680
- "text": "boolean"
1681
- },
1682
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1683
- },
1684
- "parameters": [
1685
- {
1686
- "name": "name",
1687
- "type": {
1688
- "text": "N"
1689
- },
1690
- "description": "name of the event"
1691
- },
1692
- {
1693
- "name": "data",
1694
- "optional": true,
1695
- "type": {
1696
- "text": "this[\"eventDetails\"][N] | undefined"
1697
- },
1698
- "description": "additional data for the event"
1699
- }
1700
- ],
1701
- "description": "Fires a custom event, configured via the \"event\" decorator.",
1702
- "privacy": "public",
1703
- "inheritedFrom": {
1704
- "name": "UI5Element",
1705
- "package": "@ui5/webcomponents-base",
1706
- "module": "dist/UI5Element.js"
1707
- }
1708
- },
1709
- {
1710
- "kind": "method",
1711
- "name": "getSlottedNodes",
1712
- "return": {
1713
- "type": {
1714
- "text": "Array<T>"
1715
- }
1716
- },
1717
- "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
1718
- "privacy": "public",
1719
- "inheritedFrom": {
1720
- "name": "UI5Element",
1721
- "package": "@ui5/webcomponents-base",
1722
- "module": "dist/UI5Element.js"
1723
- }
1724
- },
1725
- {
1726
- "kind": "method",
1727
- "name": "attachComponentStateFinalized",
1728
- "return": {
1729
- "type": {
1730
- "text": "void"
1731
- }
1732
- },
1733
- "parameters": [
1734
- {
1735
- "name": "callback",
1736
- "type": {
1737
- "text": "() => void"
1738
- }
1739
- }
1740
- ],
1741
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
1742
- "privacy": "public",
1743
- "inheritedFrom": {
1744
- "name": "UI5Element",
1745
- "package": "@ui5/webcomponents-base",
1746
- "module": "dist/UI5Element.js"
1747
- }
1748
- },
1749
- {
1750
- "kind": "method",
1751
- "name": "detachComponentStateFinalized",
1752
- "return": {
1753
- "type": {
1754
- "text": "void"
1755
- }
1756
- },
1757
- "parameters": [
1758
- {
1759
- "name": "callback",
1760
- "type": {
1761
- "text": "() => void"
1762
- }
1763
- }
1764
- ],
1765
- "description": "Detach the callback that is executed whenever the component's state is finalized",
1766
- "privacy": "public",
1767
- "inheritedFrom": {
1768
- "name": "UI5Element",
1769
- "package": "@ui5/webcomponents-base",
1770
- "module": "dist/UI5Element.js"
1771
- }
1772
- },
1773
- {
1774
- "kind": "field",
1775
- "name": "effectiveDir",
1776
- "type": {
1777
- "text": "string | undefined"
1778
- },
1779
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
1780
- "privacy": "public",
1781
- "default": "undefined",
1782
- "readonly": true,
1783
- "inheritedFrom": {
1784
- "name": "UI5Element",
1785
- "package": "@ui5/webcomponents-base",
1786
- "module": "dist/UI5Element.js"
1787
- }
1788
- },
1789
- {
1790
- "kind": "field",
1791
- "name": "isUI5Element",
1792
- "type": {
1793
- "text": "boolean"
1794
- },
1795
- "description": "Used to duck-type UI5 elements without using instanceof",
1796
- "privacy": "public",
1797
- "default": "true",
1798
- "readonly": true,
1799
- "inheritedFrom": {
1800
- "name": "UI5Element",
1801
- "package": "@ui5/webcomponents-base",
1802
- "module": "dist/UI5Element.js"
1803
- }
1804
- },
1805
- {
1806
- "kind": "method",
1807
- "name": "getUniqueDependencies",
1808
- "static": true,
1809
- "return": {
1810
- "type": {
1811
- "text": "Array<typeof UI5Element>"
1812
- }
1813
- },
1814
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
1815
- "privacy": "public",
1816
- "inheritedFrom": {
1817
- "name": "UI5Element",
1818
- "package": "@ui5/webcomponents-base",
1819
- "module": "dist/UI5Element.js"
1820
- }
1821
- },
1822
- {
1823
- "kind": "method",
1824
- "name": "define",
1825
- "static": true,
1826
- "return": {
1827
- "type": {
1828
- "text": "typeof UI5Element"
1829
- }
1830
- },
1831
- "description": "Registers a UI5 Web Component in the browser window object",
1832
- "privacy": "public",
1833
- "inheritedFrom": {
1834
- "name": "UI5Element",
1835
- "package": "@ui5/webcomponents-base",
1836
- "module": "dist/UI5Element.js"
1837
- }
1838
- },
1839
- {
1840
- "kind": "method",
1841
- "name": "getMetadata",
1842
- "static": true,
1843
- "return": {
1844
- "type": {
1845
- "text": "UI5ElementMetadata",
1846
- "references": [
1847
- {
1848
- "name": "UI5ElementMetadata",
1849
- "package": "@ui5/webcomponents-base",
1850
- "module": "dist/UI5ElementMetadata.js"
1851
- }
1852
- ]
1853
- }
1854
- },
1855
- "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
1856
- "privacy": "public",
1857
- "inheritedFrom": {
1858
- "name": "UI5Element",
1859
- "package": "@ui5/webcomponents-base",
1860
- "module": "dist/UI5Element.js"
1861
- }
1862
- }
1863
- ],
1864
- "attributes": [
464
+ }
465
+ ],
466
+ "attributes": [
1865
467
  {
1866
468
  "description": "Defines the minimum table width required to display this column. By default it is always displayed.\n\nThe responsive behavior of the `ui5-table` is determined by this property. As an example, by setting\n`minWidth` property to `400` sets the minimum width to 400 pixels, and\tshows this column on tablet (and desktop) but hides it on mobile.\n\nFor further responsive design options, see `demandPopin` property.",
1867
469
  "name": "min-width",
@@ -1904,6 +506,7 @@
1904
506
  "package": "@ui5/webcomponents-base",
1905
507
  "module": "dist/UI5Element.js"
1906
508
  },
509
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
1907
510
  "tagName": "ui5-table-column",
1908
511
  "customElement": true
1909
512
  }
@@ -1952,460 +555,9 @@
1952
555
  "package": "@ui5/webcomponents-base",
1953
556
  "module": "dist/UI5Element.js"
1954
557
  },
558
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
1955
559
  "tagName": "ui5-table-group-row",
1956
- "customElement": true,
1957
- "members": [
1958
- {
1959
- "kind": "method",
1960
- "name": "onBeforeRendering",
1961
- "return": {
1962
- "type": {
1963
- "text": "void"
1964
- }
1965
- },
1966
- "description": "Called every time before the component renders.",
1967
- "privacy": "public",
1968
- "inheritedFrom": {
1969
- "name": "UI5Element",
1970
- "package": "@ui5/webcomponents-base",
1971
- "module": "dist/UI5Element.js"
1972
- }
1973
- },
1974
- {
1975
- "kind": "method",
1976
- "name": "onAfterRendering",
1977
- "return": {
1978
- "type": {
1979
- "text": "void"
1980
- }
1981
- },
1982
- "description": "Called every time after the component renders.",
1983
- "privacy": "public",
1984
- "inheritedFrom": {
1985
- "name": "UI5Element",
1986
- "package": "@ui5/webcomponents-base",
1987
- "module": "dist/UI5Element.js"
1988
- }
1989
- },
1990
- {
1991
- "kind": "method",
1992
- "name": "onEnterDOM",
1993
- "return": {
1994
- "type": {
1995
- "text": "void"
1996
- }
1997
- },
1998
- "description": "Called on connectedCallback - added to the DOM.",
1999
- "privacy": "public",
2000
- "inheritedFrom": {
2001
- "name": "UI5Element",
2002
- "package": "@ui5/webcomponents-base",
2003
- "module": "dist/UI5Element.js"
2004
- }
2005
- },
2006
- {
2007
- "kind": "method",
2008
- "name": "onExitDOM",
2009
- "return": {
2010
- "type": {
2011
- "text": "void"
2012
- }
2013
- },
2014
- "description": "Called on disconnectedCallback - removed from the DOM.",
2015
- "privacy": "public",
2016
- "inheritedFrom": {
2017
- "name": "UI5Element",
2018
- "package": "@ui5/webcomponents-base",
2019
- "module": "dist/UI5Element.js"
2020
- }
2021
- },
2022
- {
2023
- "kind": "method",
2024
- "name": "attachInvalidate",
2025
- "return": {
2026
- "type": {
2027
- "text": "void"
2028
- }
2029
- },
2030
- "parameters": [
2031
- {
2032
- "name": "callback",
2033
- "type": {
2034
- "text": "(param: InvalidationInfo) => void"
2035
- }
2036
- }
2037
- ],
2038
- "description": "Attach a callback that will be executed whenever the component is invalidated",
2039
- "privacy": "public",
2040
- "inheritedFrom": {
2041
- "name": "UI5Element",
2042
- "package": "@ui5/webcomponents-base",
2043
- "module": "dist/UI5Element.js"
2044
- }
2045
- },
2046
- {
2047
- "kind": "method",
2048
- "name": "detachInvalidate",
2049
- "return": {
2050
- "type": {
2051
- "text": "void"
2052
- }
2053
- },
2054
- "parameters": [
2055
- {
2056
- "name": "callback",
2057
- "type": {
2058
- "text": "(param: InvalidationInfo) => void"
2059
- }
2060
- }
2061
- ],
2062
- "description": "Detach the callback that is executed whenever the component is invalidated",
2063
- "privacy": "public",
2064
- "inheritedFrom": {
2065
- "name": "UI5Element",
2066
- "package": "@ui5/webcomponents-base",
2067
- "module": "dist/UI5Element.js"
2068
- }
2069
- },
2070
- {
2071
- "kind": "method",
2072
- "name": "onInvalidation",
2073
- "return": {
2074
- "type": {
2075
- "text": "void"
2076
- }
2077
- },
2078
- "parameters": [
2079
- {
2080
- "name": "changeInfo",
2081
- "type": {
2082
- "text": "ChangeInfo",
2083
- "references": [
2084
- {
2085
- "name": "ChangeInfo",
2086
- "package": "@ui5/webcomponents-base",
2087
- "module": "dist/UI5Element.js"
2088
- }
2089
- ]
2090
- },
2091
- "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
2092
- }
2093
- ],
2094
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
2095
- "privacy": "public",
2096
- "inheritedFrom": {
2097
- "name": "UI5Element",
2098
- "package": "@ui5/webcomponents-base",
2099
- "module": "dist/UI5Element.js"
2100
- }
2101
- },
2102
- {
2103
- "kind": "method",
2104
- "name": "getDomRef",
2105
- "return": {
2106
- "type": {
2107
- "text": "HTMLElement | undefined"
2108
- }
2109
- },
2110
- "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
2111
- "privacy": "public",
2112
- "inheritedFrom": {
2113
- "name": "UI5Element",
2114
- "package": "@ui5/webcomponents-base",
2115
- "module": "dist/UI5Element.js"
2116
- }
2117
- },
2118
- {
2119
- "kind": "method",
2120
- "name": "getFocusDomRef",
2121
- "return": {
2122
- "type": {
2123
- "text": "HTMLElement | undefined"
2124
- }
2125
- },
2126
- "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2127
- "privacy": "public",
2128
- "inheritedFrom": {
2129
- "name": "UI5Element",
2130
- "package": "@ui5/webcomponents-base",
2131
- "module": "dist/UI5Element.js"
2132
- }
2133
- },
2134
- {
2135
- "kind": "method",
2136
- "name": "getFocusDomRefAsync",
2137
- "return": {
2138
- "type": {
2139
- "text": "Promise<HTMLElement | undefined>"
2140
- }
2141
- },
2142
- "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2143
- "privacy": "public",
2144
- "inheritedFrom": {
2145
- "name": "UI5Element",
2146
- "package": "@ui5/webcomponents-base",
2147
- "module": "dist/UI5Element.js"
2148
- }
2149
- },
2150
- {
2151
- "kind": "method",
2152
- "name": "focus",
2153
- "return": {
2154
- "type": {
2155
- "text": "Promise<void>"
2156
- }
2157
- },
2158
- "parameters": [
2159
- {
2160
- "name": "focusOptions",
2161
- "optional": true,
2162
- "type": {
2163
- "text": "FocusOptions"
2164
- },
2165
- "description": "additional options for the focus"
2166
- }
2167
- ],
2168
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
2169
- "privacy": "public",
2170
- "inheritedFrom": {
2171
- "name": "UI5Element",
2172
- "package": "@ui5/webcomponents-base",
2173
- "module": "dist/UI5Element.js"
2174
- }
2175
- },
2176
- {
2177
- "kind": "method",
2178
- "name": "fireEvent",
2179
- "return": {
2180
- "type": {
2181
- "text": "boolean"
2182
- },
2183
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2184
- },
2185
- "parameters": [
2186
- {
2187
- "name": "name",
2188
- "type": {
2189
- "text": "string"
2190
- },
2191
- "description": "name of the event"
2192
- },
2193
- {
2194
- "name": "data",
2195
- "optional": true,
2196
- "type": {
2197
- "text": "T"
2198
- },
2199
- "description": "additional data for the event"
2200
- },
2201
- {
2202
- "name": "cancelable",
2203
- "default": "false",
2204
- "description": "true, if the user can call preventDefault on the event object"
2205
- },
2206
- {
2207
- "name": "bubbles",
2208
- "default": "true",
2209
- "description": "true, if the event bubbles"
2210
- }
2211
- ],
2212
- "privacy": "public",
2213
- "deprecated": "use fireDecoratorEvent instead",
2214
- "inheritedFrom": {
2215
- "name": "UI5Element",
2216
- "package": "@ui5/webcomponents-base",
2217
- "module": "dist/UI5Element.js"
2218
- }
2219
- },
2220
- {
2221
- "kind": "method",
2222
- "name": "fireDecoratorEvent",
2223
- "return": {
2224
- "type": {
2225
- "text": "boolean"
2226
- },
2227
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2228
- },
2229
- "parameters": [
2230
- {
2231
- "name": "name",
2232
- "type": {
2233
- "text": "N"
2234
- },
2235
- "description": "name of the event"
2236
- },
2237
- {
2238
- "name": "data",
2239
- "optional": true,
2240
- "type": {
2241
- "text": "this[\"eventDetails\"][N] | undefined"
2242
- },
2243
- "description": "additional data for the event"
2244
- }
2245
- ],
2246
- "description": "Fires a custom event, configured via the \"event\" decorator.",
2247
- "privacy": "public",
2248
- "inheritedFrom": {
2249
- "name": "UI5Element",
2250
- "package": "@ui5/webcomponents-base",
2251
- "module": "dist/UI5Element.js"
2252
- }
2253
- },
2254
- {
2255
- "kind": "method",
2256
- "name": "getSlottedNodes",
2257
- "return": {
2258
- "type": {
2259
- "text": "Array<T>"
2260
- }
2261
- },
2262
- "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
2263
- "privacy": "public",
2264
- "inheritedFrom": {
2265
- "name": "UI5Element",
2266
- "package": "@ui5/webcomponents-base",
2267
- "module": "dist/UI5Element.js"
2268
- }
2269
- },
2270
- {
2271
- "kind": "method",
2272
- "name": "attachComponentStateFinalized",
2273
- "return": {
2274
- "type": {
2275
- "text": "void"
2276
- }
2277
- },
2278
- "parameters": [
2279
- {
2280
- "name": "callback",
2281
- "type": {
2282
- "text": "() => void"
2283
- }
2284
- }
2285
- ],
2286
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
2287
- "privacy": "public",
2288
- "inheritedFrom": {
2289
- "name": "UI5Element",
2290
- "package": "@ui5/webcomponents-base",
2291
- "module": "dist/UI5Element.js"
2292
- }
2293
- },
2294
- {
2295
- "kind": "method",
2296
- "name": "detachComponentStateFinalized",
2297
- "return": {
2298
- "type": {
2299
- "text": "void"
2300
- }
2301
- },
2302
- "parameters": [
2303
- {
2304
- "name": "callback",
2305
- "type": {
2306
- "text": "() => void"
2307
- }
2308
- }
2309
- ],
2310
- "description": "Detach the callback that is executed whenever the component's state is finalized",
2311
- "privacy": "public",
2312
- "inheritedFrom": {
2313
- "name": "UI5Element",
2314
- "package": "@ui5/webcomponents-base",
2315
- "module": "dist/UI5Element.js"
2316
- }
2317
- },
2318
- {
2319
- "kind": "field",
2320
- "name": "effectiveDir",
2321
- "type": {
2322
- "text": "string | undefined"
2323
- },
2324
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2325
- "privacy": "public",
2326
- "default": "undefined",
2327
- "readonly": true,
2328
- "inheritedFrom": {
2329
- "name": "UI5Element",
2330
- "package": "@ui5/webcomponents-base",
2331
- "module": "dist/UI5Element.js"
2332
- }
2333
- },
2334
- {
2335
- "kind": "field",
2336
- "name": "isUI5Element",
2337
- "type": {
2338
- "text": "boolean"
2339
- },
2340
- "description": "Used to duck-type UI5 elements without using instanceof",
2341
- "privacy": "public",
2342
- "default": "true",
2343
- "readonly": true,
2344
- "inheritedFrom": {
2345
- "name": "UI5Element",
2346
- "package": "@ui5/webcomponents-base",
2347
- "module": "dist/UI5Element.js"
2348
- }
2349
- },
2350
- {
2351
- "kind": "method",
2352
- "name": "getUniqueDependencies",
2353
- "static": true,
2354
- "return": {
2355
- "type": {
2356
- "text": "Array<typeof UI5Element>"
2357
- }
2358
- },
2359
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
2360
- "privacy": "public",
2361
- "inheritedFrom": {
2362
- "name": "UI5Element",
2363
- "package": "@ui5/webcomponents-base",
2364
- "module": "dist/UI5Element.js"
2365
- }
2366
- },
2367
- {
2368
- "kind": "method",
2369
- "name": "define",
2370
- "static": true,
2371
- "return": {
2372
- "type": {
2373
- "text": "typeof UI5Element"
2374
- }
2375
- },
2376
- "description": "Registers a UI5 Web Component in the browser window object",
2377
- "privacy": "public",
2378
- "inheritedFrom": {
2379
- "name": "UI5Element",
2380
- "package": "@ui5/webcomponents-base",
2381
- "module": "dist/UI5Element.js"
2382
- }
2383
- },
2384
- {
2385
- "kind": "method",
2386
- "name": "getMetadata",
2387
- "static": true,
2388
- "return": {
2389
- "type": {
2390
- "text": "UI5ElementMetadata",
2391
- "references": [
2392
- {
2393
- "name": "UI5ElementMetadata",
2394
- "package": "@ui5/webcomponents-base",
2395
- "module": "dist/UI5ElementMetadata.js"
2396
- }
2397
- ]
2398
- }
2399
- },
2400
- "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
2401
- "privacy": "public",
2402
- "inheritedFrom": {
2403
- "name": "UI5Element",
2404
- "package": "@ui5/webcomponents-base",
2405
- "module": "dist/UI5Element.js"
2406
- }
2407
- }
2408
- ]
560
+ "customElement": true
2409
561
  }
2410
562
  ],
2411
563
  "exports": [
@@ -2488,456 +640,6 @@
2488
640
  "default": "false",
2489
641
  "description": "Indicates if the table row is navigated.",
2490
642
  "privacy": "public"
2491
- },
2492
- {
2493
- "kind": "method",
2494
- "name": "onBeforeRendering",
2495
- "return": {
2496
- "type": {
2497
- "text": "void"
2498
- }
2499
- },
2500
- "description": "Called every time before the component renders.",
2501
- "privacy": "public",
2502
- "inheritedFrom": {
2503
- "name": "UI5Element",
2504
- "package": "@ui5/webcomponents-base",
2505
- "module": "dist/UI5Element.js"
2506
- }
2507
- },
2508
- {
2509
- "kind": "method",
2510
- "name": "onAfterRendering",
2511
- "return": {
2512
- "type": {
2513
- "text": "void"
2514
- }
2515
- },
2516
- "description": "Called every time after the component renders.",
2517
- "privacy": "public",
2518
- "inheritedFrom": {
2519
- "name": "UI5Element",
2520
- "package": "@ui5/webcomponents-base",
2521
- "module": "dist/UI5Element.js"
2522
- }
2523
- },
2524
- {
2525
- "kind": "method",
2526
- "name": "onEnterDOM",
2527
- "return": {
2528
- "type": {
2529
- "text": "void"
2530
- }
2531
- },
2532
- "description": "Called on connectedCallback - added to the DOM.",
2533
- "privacy": "public",
2534
- "inheritedFrom": {
2535
- "name": "UI5Element",
2536
- "package": "@ui5/webcomponents-base",
2537
- "module": "dist/UI5Element.js"
2538
- }
2539
- },
2540
- {
2541
- "kind": "method",
2542
- "name": "onExitDOM",
2543
- "return": {
2544
- "type": {
2545
- "text": "void"
2546
- }
2547
- },
2548
- "description": "Called on disconnectedCallback - removed from the DOM.",
2549
- "privacy": "public",
2550
- "inheritedFrom": {
2551
- "name": "UI5Element",
2552
- "package": "@ui5/webcomponents-base",
2553
- "module": "dist/UI5Element.js"
2554
- }
2555
- },
2556
- {
2557
- "kind": "method",
2558
- "name": "attachInvalidate",
2559
- "return": {
2560
- "type": {
2561
- "text": "void"
2562
- }
2563
- },
2564
- "parameters": [
2565
- {
2566
- "name": "callback",
2567
- "type": {
2568
- "text": "(param: InvalidationInfo) => void"
2569
- }
2570
- }
2571
- ],
2572
- "description": "Attach a callback that will be executed whenever the component is invalidated",
2573
- "privacy": "public",
2574
- "inheritedFrom": {
2575
- "name": "UI5Element",
2576
- "package": "@ui5/webcomponents-base",
2577
- "module": "dist/UI5Element.js"
2578
- }
2579
- },
2580
- {
2581
- "kind": "method",
2582
- "name": "detachInvalidate",
2583
- "return": {
2584
- "type": {
2585
- "text": "void"
2586
- }
2587
- },
2588
- "parameters": [
2589
- {
2590
- "name": "callback",
2591
- "type": {
2592
- "text": "(param: InvalidationInfo) => void"
2593
- }
2594
- }
2595
- ],
2596
- "description": "Detach the callback that is executed whenever the component is invalidated",
2597
- "privacy": "public",
2598
- "inheritedFrom": {
2599
- "name": "UI5Element",
2600
- "package": "@ui5/webcomponents-base",
2601
- "module": "dist/UI5Element.js"
2602
- }
2603
- },
2604
- {
2605
- "kind": "method",
2606
- "name": "onInvalidation",
2607
- "return": {
2608
- "type": {
2609
- "text": "void"
2610
- }
2611
- },
2612
- "parameters": [
2613
- {
2614
- "name": "changeInfo",
2615
- "type": {
2616
- "text": "ChangeInfo",
2617
- "references": [
2618
- {
2619
- "name": "ChangeInfo",
2620
- "package": "@ui5/webcomponents-base",
2621
- "module": "dist/UI5Element.js"
2622
- }
2623
- ]
2624
- },
2625
- "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
2626
- }
2627
- ],
2628
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
2629
- "privacy": "public",
2630
- "inheritedFrom": {
2631
- "name": "UI5Element",
2632
- "package": "@ui5/webcomponents-base",
2633
- "module": "dist/UI5Element.js"
2634
- }
2635
- },
2636
- {
2637
- "kind": "method",
2638
- "name": "getDomRef",
2639
- "return": {
2640
- "type": {
2641
- "text": "HTMLElement | undefined"
2642
- }
2643
- },
2644
- "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
2645
- "privacy": "public",
2646
- "inheritedFrom": {
2647
- "name": "UI5Element",
2648
- "package": "@ui5/webcomponents-base",
2649
- "module": "dist/UI5Element.js"
2650
- }
2651
- },
2652
- {
2653
- "kind": "method",
2654
- "name": "getFocusDomRef",
2655
- "return": {
2656
- "type": {
2657
- "text": "HTMLElement | undefined"
2658
- }
2659
- },
2660
- "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2661
- "privacy": "public",
2662
- "inheritedFrom": {
2663
- "name": "UI5Element",
2664
- "package": "@ui5/webcomponents-base",
2665
- "module": "dist/UI5Element.js"
2666
- }
2667
- },
2668
- {
2669
- "kind": "method",
2670
- "name": "getFocusDomRefAsync",
2671
- "return": {
2672
- "type": {
2673
- "text": "Promise<HTMLElement | undefined>"
2674
- }
2675
- },
2676
- "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2677
- "privacy": "public",
2678
- "inheritedFrom": {
2679
- "name": "UI5Element",
2680
- "package": "@ui5/webcomponents-base",
2681
- "module": "dist/UI5Element.js"
2682
- }
2683
- },
2684
- {
2685
- "kind": "method",
2686
- "name": "focus",
2687
- "return": {
2688
- "type": {
2689
- "text": "Promise<void>"
2690
- }
2691
- },
2692
- "parameters": [
2693
- {
2694
- "name": "focusOptions",
2695
- "optional": true,
2696
- "type": {
2697
- "text": "FocusOptions"
2698
- },
2699
- "description": "additional options for the focus"
2700
- }
2701
- ],
2702
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
2703
- "privacy": "public",
2704
- "inheritedFrom": {
2705
- "name": "UI5Element",
2706
- "package": "@ui5/webcomponents-base",
2707
- "module": "dist/UI5Element.js"
2708
- }
2709
- },
2710
- {
2711
- "kind": "method",
2712
- "name": "fireEvent",
2713
- "return": {
2714
- "type": {
2715
- "text": "boolean"
2716
- },
2717
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2718
- },
2719
- "parameters": [
2720
- {
2721
- "name": "name",
2722
- "type": {
2723
- "text": "string"
2724
- },
2725
- "description": "name of the event"
2726
- },
2727
- {
2728
- "name": "data",
2729
- "optional": true,
2730
- "type": {
2731
- "text": "T"
2732
- },
2733
- "description": "additional data for the event"
2734
- },
2735
- {
2736
- "name": "cancelable",
2737
- "default": "false",
2738
- "description": "true, if the user can call preventDefault on the event object"
2739
- },
2740
- {
2741
- "name": "bubbles",
2742
- "default": "true",
2743
- "description": "true, if the event bubbles"
2744
- }
2745
- ],
2746
- "privacy": "public",
2747
- "deprecated": "use fireDecoratorEvent instead",
2748
- "inheritedFrom": {
2749
- "name": "UI5Element",
2750
- "package": "@ui5/webcomponents-base",
2751
- "module": "dist/UI5Element.js"
2752
- }
2753
- },
2754
- {
2755
- "kind": "method",
2756
- "name": "fireDecoratorEvent",
2757
- "return": {
2758
- "type": {
2759
- "text": "boolean"
2760
- },
2761
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2762
- },
2763
- "parameters": [
2764
- {
2765
- "name": "name",
2766
- "type": {
2767
- "text": "N"
2768
- },
2769
- "description": "name of the event"
2770
- },
2771
- {
2772
- "name": "data",
2773
- "optional": true,
2774
- "type": {
2775
- "text": "this[\"eventDetails\"][N] | undefined"
2776
- },
2777
- "description": "additional data for the event"
2778
- }
2779
- ],
2780
- "description": "Fires a custom event, configured via the \"event\" decorator.",
2781
- "privacy": "public",
2782
- "inheritedFrom": {
2783
- "name": "UI5Element",
2784
- "package": "@ui5/webcomponents-base",
2785
- "module": "dist/UI5Element.js"
2786
- }
2787
- },
2788
- {
2789
- "kind": "method",
2790
- "name": "getSlottedNodes",
2791
- "return": {
2792
- "type": {
2793
- "text": "Array<T>"
2794
- }
2795
- },
2796
- "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
2797
- "privacy": "public",
2798
- "inheritedFrom": {
2799
- "name": "UI5Element",
2800
- "package": "@ui5/webcomponents-base",
2801
- "module": "dist/UI5Element.js"
2802
- }
2803
- },
2804
- {
2805
- "kind": "method",
2806
- "name": "attachComponentStateFinalized",
2807
- "return": {
2808
- "type": {
2809
- "text": "void"
2810
- }
2811
- },
2812
- "parameters": [
2813
- {
2814
- "name": "callback",
2815
- "type": {
2816
- "text": "() => void"
2817
- }
2818
- }
2819
- ],
2820
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
2821
- "privacy": "public",
2822
- "inheritedFrom": {
2823
- "name": "UI5Element",
2824
- "package": "@ui5/webcomponents-base",
2825
- "module": "dist/UI5Element.js"
2826
- }
2827
- },
2828
- {
2829
- "kind": "method",
2830
- "name": "detachComponentStateFinalized",
2831
- "return": {
2832
- "type": {
2833
- "text": "void"
2834
- }
2835
- },
2836
- "parameters": [
2837
- {
2838
- "name": "callback",
2839
- "type": {
2840
- "text": "() => void"
2841
- }
2842
- }
2843
- ],
2844
- "description": "Detach the callback that is executed whenever the component's state is finalized",
2845
- "privacy": "public",
2846
- "inheritedFrom": {
2847
- "name": "UI5Element",
2848
- "package": "@ui5/webcomponents-base",
2849
- "module": "dist/UI5Element.js"
2850
- }
2851
- },
2852
- {
2853
- "kind": "field",
2854
- "name": "effectiveDir",
2855
- "type": {
2856
- "text": "string | undefined"
2857
- },
2858
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2859
- "privacy": "public",
2860
- "default": "undefined",
2861
- "readonly": true,
2862
- "inheritedFrom": {
2863
- "name": "UI5Element",
2864
- "package": "@ui5/webcomponents-base",
2865
- "module": "dist/UI5Element.js"
2866
- }
2867
- },
2868
- {
2869
- "kind": "field",
2870
- "name": "isUI5Element",
2871
- "type": {
2872
- "text": "boolean"
2873
- },
2874
- "description": "Used to duck-type UI5 elements without using instanceof",
2875
- "privacy": "public",
2876
- "default": "true",
2877
- "readonly": true,
2878
- "inheritedFrom": {
2879
- "name": "UI5Element",
2880
- "package": "@ui5/webcomponents-base",
2881
- "module": "dist/UI5Element.js"
2882
- }
2883
- },
2884
- {
2885
- "kind": "method",
2886
- "name": "getUniqueDependencies",
2887
- "static": true,
2888
- "return": {
2889
- "type": {
2890
- "text": "Array<typeof UI5Element>"
2891
- }
2892
- },
2893
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
2894
- "privacy": "public",
2895
- "inheritedFrom": {
2896
- "name": "UI5Element",
2897
- "package": "@ui5/webcomponents-base",
2898
- "module": "dist/UI5Element.js"
2899
- }
2900
- },
2901
- {
2902
- "kind": "method",
2903
- "name": "define",
2904
- "static": true,
2905
- "return": {
2906
- "type": {
2907
- "text": "typeof UI5Element"
2908
- }
2909
- },
2910
- "description": "Registers a UI5 Web Component in the browser window object",
2911
- "privacy": "public",
2912
- "inheritedFrom": {
2913
- "name": "UI5Element",
2914
- "package": "@ui5/webcomponents-base",
2915
- "module": "dist/UI5Element.js"
2916
- }
2917
- },
2918
- {
2919
- "kind": "method",
2920
- "name": "getMetadata",
2921
- "static": true,
2922
- "return": {
2923
- "type": {
2924
- "text": "UI5ElementMetadata",
2925
- "references": [
2926
- {
2927
- "name": "UI5ElementMetadata",
2928
- "package": "@ui5/webcomponents-base",
2929
- "module": "dist/UI5ElementMetadata.js"
2930
- }
2931
- ]
2932
- }
2933
- },
2934
- "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
2935
- "privacy": "public",
2936
- "inheritedFrom": {
2937
- "name": "UI5Element",
2938
- "package": "@ui5/webcomponents-base",
2939
- "module": "dist/UI5Element.js"
2940
- }
2941
643
  }
2942
644
  ],
2943
645
  "attributes": [
@@ -2974,6 +676,7 @@
2974
676
  "package": "@ui5/webcomponents-base",
2975
677
  "module": "dist/UI5Element.js"
2976
678
  },
679
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableRow.js` instead.",
2977
680
  "tagName": "ui5-table-row",
2978
681
  "customElement": true
2979
682
  }
@@ -2996,6 +699,72 @@
2996
699
  }
2997
700
  }
2998
701
  ]
702
+ },
703
+ {
704
+ "kind": "javascript-module",
705
+ "path": "dist/types/TableColumnPopinDisplay.js",
706
+ "declarations": [],
707
+ "exports": [
708
+ {
709
+ "kind": "js",
710
+ "name": "default",
711
+ "declaration": {
712
+ "name": "TableColumnPopinDisplay",
713
+ "module": "dist/types/TableColumnPopinDisplay.js"
714
+ }
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "kind": "javascript-module",
720
+ "path": "dist/types/TableGrowingMode.js",
721
+ "declarations": [],
722
+ "exports": [
723
+ {
724
+ "kind": "js",
725
+ "name": "default",
726
+ "declaration": {
727
+ "name": "TableGrowingMode",
728
+ "module": "dist/types/TableGrowingMode.js"
729
+ }
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "kind": "javascript-module",
735
+ "path": "dist/types/TableMode.js",
736
+ "declarations": [],
737
+ "exports": [
738
+ {
739
+ "kind": "js",
740
+ "name": "default",
741
+ "declaration": {
742
+ "name": "TableMode",
743
+ "module": "dist/types/TableMode.js"
744
+ }
745
+ }
746
+ ]
747
+ },
748
+ {
749
+ "kind": "javascript-module",
750
+ "path": "dist/types/TableRowType.js",
751
+ "declarations": [],
752
+ "exports": [
753
+ {
754
+ "kind": "js",
755
+ "name": "default",
756
+ "declaration": {
757
+ "name": "TableRowType",
758
+ "module": "dist/types/TableRowType.js"
759
+ }
760
+ }
761
+ ]
762
+ },
763
+ {
764
+ "kind": "javascript-module",
765
+ "path": "dist/utils/CompatCustomElementsScope.js",
766
+ "declarations": [],
767
+ "exports": []
2999
768
  }
3000
769
  ]
3001
770
  }