@openui5/sap.ui.table 1.109.0 → 1.110.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.
Files changed (115) hide show
  1. package/.eslintrc.json +21 -1
  2. package/.reuse/dep5 +16 -16
  3. package/THIRDPARTY.txt +2 -2
  4. package/package.json +3 -3
  5. package/src/sap/ui/table/.library +2 -2
  6. package/src/sap/ui/table/AnalyticalColumn.js +11 -11
  7. package/src/sap/ui/table/AnalyticalColumnMenu.js +4 -5
  8. package/src/sap/ui/table/AnalyticalColumnMenuRenderer.js +1 -1
  9. package/src/sap/ui/table/AnalyticalTable.js +14 -14
  10. package/src/sap/ui/table/AnalyticalTableRenderer.js +1 -1
  11. package/src/sap/ui/table/Column.js +44 -46
  12. package/src/sap/ui/table/ColumnMenu.js +5 -17
  13. package/src/sap/ui/table/ColumnMenuRenderer.js +2 -2
  14. package/src/sap/ui/table/CreationRow.js +3 -3
  15. package/src/sap/ui/table/CreationRowRenderer.js +1 -1
  16. package/src/sap/ui/table/Row.js +18 -18
  17. package/src/sap/ui/table/RowAction.js +2 -2
  18. package/src/sap/ui/table/RowActionItem.js +13 -11
  19. package/src/sap/ui/table/RowActionRenderer.js +1 -1
  20. package/src/sap/ui/table/RowSettings.js +6 -6
  21. package/src/sap/ui/table/Table.js +162 -168
  22. package/src/sap/ui/table/TablePersoController.js +4 -6
  23. package/src/sap/ui/table/TableRenderer.js +12 -14
  24. package/src/sap/ui/table/TreeTable.js +16 -18
  25. package/src/sap/ui/table/TreeTableRenderer.js +1 -1
  26. package/src/sap/ui/table/designtime/AnalyticalTable.designtime.js +8 -8
  27. package/src/sap/ui/table/designtime/Table.designtime.js +10 -10
  28. package/src/sap/ui/table/designtime/library.designtime.js +1 -1
  29. package/src/sap/ui/table/extensions/Accessibility.js +3 -3
  30. package/src/sap/ui/table/extensions/AccessibilityRender.js +2 -2
  31. package/src/sap/ui/table/extensions/DragAndDrop.js +2 -2
  32. package/src/sap/ui/table/extensions/ExtensionBase.js +2 -2
  33. package/src/sap/ui/table/extensions/Keyboard.js +3 -3
  34. package/src/sap/ui/table/extensions/KeyboardDelegate.js +7 -4
  35. package/src/sap/ui/table/extensions/Pointer.js +24 -19
  36. package/src/sap/ui/table/extensions/Scrolling.js +2 -2
  37. package/src/sap/ui/table/extensions/ScrollingIOS.js +4 -4
  38. package/src/sap/ui/table/extensions/Synchronization.js +2 -2
  39. package/src/sap/ui/table/library.js +39 -43
  40. package/src/sap/ui/table/library.support.js +1 -1
  41. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +2 -3
  42. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +7 -5
  43. package/src/sap/ui/table/messagebundle_ar.properties +1 -3
  44. package/src/sap/ui/table/messagebundle_bg.properties +3 -5
  45. package/src/sap/ui/table/messagebundle_ca.properties +1 -3
  46. package/src/sap/ui/table/messagebundle_cs.properties +1 -3
  47. package/src/sap/ui/table/messagebundle_cy.properties +1 -3
  48. package/src/sap/ui/table/messagebundle_da.properties +1 -3
  49. package/src/sap/ui/table/messagebundle_de.properties +1 -3
  50. package/src/sap/ui/table/messagebundle_el.properties +1 -3
  51. package/src/sap/ui/table/messagebundle_en.properties +1 -3
  52. package/src/sap/ui/table/messagebundle_en_GB.properties +1 -3
  53. package/src/sap/ui/table/messagebundle_en_US_saptrc.properties +1 -3
  54. package/src/sap/ui/table/messagebundle_es.properties +1 -3
  55. package/src/sap/ui/table/messagebundle_es_MX.properties +1 -3
  56. package/src/sap/ui/table/messagebundle_et.properties +1 -3
  57. package/src/sap/ui/table/messagebundle_fi.properties +1 -3
  58. package/src/sap/ui/table/messagebundle_fr.properties +1 -3
  59. package/src/sap/ui/table/messagebundle_fr_CA.properties +1 -3
  60. package/src/sap/ui/table/messagebundle_hi.properties +1 -3
  61. package/src/sap/ui/table/messagebundle_hr.properties +1 -3
  62. package/src/sap/ui/table/messagebundle_hu.properties +1 -3
  63. package/src/sap/ui/table/messagebundle_id.properties +1 -3
  64. package/src/sap/ui/table/messagebundle_it.properties +1 -3
  65. package/src/sap/ui/table/messagebundle_iw.properties +1 -3
  66. package/src/sap/ui/table/messagebundle_ja.properties +1 -3
  67. package/src/sap/ui/table/messagebundle_kk.properties +2 -4
  68. package/src/sap/ui/table/messagebundle_ko.properties +1 -3
  69. package/src/sap/ui/table/messagebundle_lt.properties +1 -3
  70. package/src/sap/ui/table/messagebundle_lv.properties +1 -3
  71. package/src/sap/ui/table/messagebundle_ms.properties +1 -3
  72. package/src/sap/ui/table/messagebundle_nl.properties +1 -3
  73. package/src/sap/ui/table/messagebundle_no.properties +1 -3
  74. package/src/sap/ui/table/messagebundle_pl.properties +1 -3
  75. package/src/sap/ui/table/messagebundle_pt.properties +1 -3
  76. package/src/sap/ui/table/messagebundle_pt_PT.properties +1 -3
  77. package/src/sap/ui/table/messagebundle_ro.properties +1 -3
  78. package/src/sap/ui/table/messagebundle_ru.properties +1 -3
  79. package/src/sap/ui/table/messagebundle_sh.properties +1 -3
  80. package/src/sap/ui/table/messagebundle_sk.properties +1 -3
  81. package/src/sap/ui/table/messagebundle_sl.properties +1 -3
  82. package/src/sap/ui/table/messagebundle_sv.properties +1 -3
  83. package/src/sap/ui/table/messagebundle_th.properties +1 -3
  84. package/src/sap/ui/table/messagebundle_tr.properties +1 -3
  85. package/src/sap/ui/table/messagebundle_uk.properties +1 -3
  86. package/src/sap/ui/table/messagebundle_vi.properties +1 -3
  87. package/src/sap/ui/table/messagebundle_zh_CN.properties +1 -3
  88. package/src/sap/ui/table/messagebundle_zh_TW.properties +1 -3
  89. package/src/sap/ui/table/plugins/BindingSelection.js +2 -2
  90. package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +15 -15
  91. package/src/sap/ui/table/plugins/PluginBase.js +2 -2
  92. package/src/sap/ui/table/plugins/SelectionModelSelection.js +2 -2
  93. package/src/sap/ui/table/plugins/SelectionPlugin.js +2 -2
  94. package/src/sap/ui/table/plugins/V4Aggregation.js +2 -2
  95. package/src/sap/ui/table/rowmodes/AutoRowMode.js +2 -2
  96. package/src/sap/ui/table/rowmodes/FixedRowMode.js +2 -2
  97. package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +3 -3
  98. package/src/sap/ui/table/rowmodes/RowMode.js +2 -2
  99. package/src/sap/ui/table/rowmodes/VariableRowMode.js +2 -2
  100. package/src/sap/ui/table/rules/Accessibility.support.js +1 -1
  101. package/src/sap/ui/table/rules/Binding.support.js +1 -1
  102. package/src/sap/ui/table/rules/ColumnTemplate.support.js +1 -1
  103. package/src/sap/ui/table/rules/Plugins.support.js +1 -1
  104. package/src/sap/ui/table/rules/Rows.support.js +1 -1
  105. package/src/sap/ui/table/rules/TableHelper.support.js +1 -1
  106. package/src/sap/ui/table/themes/base/Cell.less +31 -0
  107. package/src/sap/ui/table/themes/base/Row.less +5 -0
  108. package/src/sap/ui/table/themes/base/library.source.less +1 -1
  109. package/src/sap/ui/table/themes/sap_hcb/library.source.less +1 -1
  110. package/src/sap/ui/table/utils/TableUtils.js +2 -2
  111. package/src/sap/ui/table/utils/_BindingUtils.js +2 -2
  112. package/src/sap/ui/table/utils/_ColumnUtils.js +3 -3
  113. package/src/sap/ui/table/utils/_GroupingUtils.js +3 -3
  114. package/src/sap/ui/table/utils/_HookUtils.js +2 -2
  115. package/src/sap/ui/table/utils/_MenuUtils.js +2 -2
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Batal Pilih Semua
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Untuk memasukkan sel tabel, tekan F2
47
47
 
48
- TBL_EXPAND=Perluas Node
49
-
50
- TBL_COLLAPSE=Ciutkan Node
48
+ TBL_COLLAPSE_EXPAND=Perluas/Ciutkan Node
51
49
 
52
50
  TBL_LEAF=Node
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Deseleziona tutto
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Per passare a una cella della tabella premi F2
47
47
 
48
- TBL_EXPAND=Esplodi nodo
49
-
50
- TBL_COLLAPSE=Comprimi nodo
48
+ TBL_COLLAPSE_EXPAND=Esplodi/Comprimi nodo
51
49
 
52
50
  TBL_LEAF=Nodo
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u05D1\u05D8\u05DC \u05D0\u05EA \u05DB\u05DC \u05D4\u05D1\u05D7
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u05DB\u05D3\u05D9 \u05DC\u05D4\u05D6\u05D9\u05DF \u05EA\u05D0 \u05D1\u05D8\u05D1\u05DC\u05D4, \u05DC\u05D7\u05E5 \u05E2\u05DC F2
47
47
 
48
- TBL_EXPAND=\u05D4\u05E8\u05D7\u05D1 \u05E6\u05D5\u05DE\u05EA
49
-
50
- TBL_COLLAPSE=\u05E6\u05DE\u05E6\u05DD \u05E6\u05D5\u05DE\u05EA
48
+ TBL_COLLAPSE_EXPAND=\u05D4\u05E8\u05D7\u05D1/\u05E6\u05DE\u05E6\u05DD \u05E6\u05D5\u05DE\u05EA
51
49
 
52
50
  TBL_LEAF=\u05E6\u05D5\u05DE\u05EA
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u5168\u9078\u629E\u89E3\u9664
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u30C6\u30FC\u30D6\u30EB\u30BB\u30EB\u306B\u79FB\u52D5\u3059\u308B\u306B\u306F\u3001F2 \u3092\u62BC\u3057\u307E\u3059
47
47
 
48
- TBL_EXPAND=\u30CE\u30FC\u30C9\u5C55\u958B
49
-
50
- TBL_COLLAPSE=\u30CE\u30FC\u30C9\u5727\u7E2E
48
+ TBL_COLLAPSE_EXPAND=\u30CE\u30FC\u30C9\u3092\u5C55\u958B/\u5727\u7E2E
51
49
 
52
50
  TBL_LEAF=\u30CE\u30FC\u30C9
53
51
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  TBL_FILTER=\u0421\u04AF\u0437\u0433\u0456
3
- TBL_FILTER_ITEM=\u0421\u04AF\u0437\u0443...
3
+ TBL_FILTER_ITEM=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u0443...
4
4
  TBL_SORT_ASC=\u04E8\u0441\u0443 \u0440\u0435\u0442\u0456\u043C\u0435\u043D \u0441\u04B1\u0440\u044B\u043F\u0442\u0430\u0443
5
5
  TBL_SORT_DESC=\u041A\u0435\u043C\u0443\u0456 \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u0441\u04B1\u0440\u044B\u043F\u0442\u0430\u0443
6
6
  TBL_GROUP=\u0422\u043E\u043F
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u0411\u0430\u0440\u043B\u044B\u0493\u044B\u043D\u044B\u04A3 \u
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u041A\u0435\u0441\u0442\u0435 \u04B1\u044F\u0441\u044B\u043D\u0430 \u04E9\u0442\u0443 \u04AF\u0448\u0456\u043D F2 \u043F\u0435\u0440\u043D\u0435\u0441\u0456\u043D \u0431\u0430\u0441\u044B\u04A3\u044B\u0437
47
47
 
48
- TBL_EXPAND=\u0422\u04AF\u0439\u0456\u043D\u0434\u0456 \u0436\u0430\u044E
49
-
50
- TBL_COLLAPSE=\u0422\u04AF\u0439\u0456\u043D\u0434\u0456 \u0436\u0438\u044E
48
+ TBL_COLLAPSE_EXPAND=\u0422\u04AF\u0439\u0456\u043D\u0434\u0456 \u0436\u0430\u044E/\u0436\u0438\u044E
51
49
 
52
50
  TBL_LEAF=\u0422\u04AF\u0439\u0456\u043D
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\uD14C\uC774\uBE14 \uC140\uC744 \uC785\uB825\uD558\uB824\uBA74 F2\uB97C \uB204\uB974\uC2ED\uC2DC\uC624.
47
47
 
48
- TBL_EXPAND=\uB178\uB4DC \uD3BC\uCE58\uAE30
49
-
50
- TBL_COLLAPSE=\uB178\uB4DC \uC811\uAE30
48
+ TBL_COLLAPSE_EXPAND=\uB178\uB4DC \uD3BC\uCE58\uAE30/\uC811\uAE30
51
49
 
52
50
  TBL_LEAF=\uB178\uB4DC
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=At\u017Eym\u0117ti visk\u0105
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Nor\u0117dami \u012Fvesti lentel\u0117s langel\u012F, spauskite F2
47
47
 
48
- TBL_EXPAND=I\u0161pl\u0117sti pastab\u0105
49
-
50
- TBL_COLLAPSE=Sutraukti pastab\u0105
48
+ TBL_COLLAPSE_EXPAND=I\u0161pl\u0117sti / sutraukti mazg\u0105
51
49
 
52
50
  TBL_LEAF=Mazgas
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=No\u0146emt atlasi visam
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Lai ievad\u012Btu tabulas \u0161\u016Bnu, nospiediet F2
47
47
 
48
- TBL_EXPAND=Izv\u0113rst mezglu
49
-
50
- TBL_COLLAPSE=Sak\u013Caut mezglu
48
+ TBL_COLLAPSE_EXPAND=Izv\u0113rst/sak\u013Caut mezglu
51
49
 
52
50
  TBL_LEAF=Mezgls
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Nyahpilih Semua
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Untuk masukkan sel jadual, tekan F2
47
47
 
48
- TBL_EXPAND=Kembangkan Nod
49
-
50
- TBL_COLLAPSE=Runtuhkan Nod
48
+ TBL_COLLAPSE_EXPAND=Kembangkan/Runtuhkan Nod
51
49
 
52
50
  TBL_LEAF=Nod
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Alle demarkeren
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Druk op F2 om naar tabelcel te gaan
47
47
 
48
- TBL_EXPAND=Knooppunt weergeven
49
-
50
- TBL_COLLAPSE=Knooppunt verbergen
48
+ TBL_COLLAPSE_EXPAND=Knooppunt weergeven/verbergen
51
49
 
52
50
  TBL_LEAF=Knooppunt
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Opphev all merking
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Trykk p\u00E5 F2 for \u00E5 g\u00E5 til en tabellcelle
47
47
 
48
- TBL_EXPAND=Utvid knutepunkt
49
-
50
- TBL_COLLAPSE=Komprimer knutepunkt
48
+ TBL_COLLAPSE_EXPAND=Utvid/komprimer knutepunkt
51
49
 
52
50
  TBL_LEAF=Knutepunkt
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Odznacz wszystko
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Naci\u015Bnij klawisz F2, aby przej\u015B\u0107 do kom\u00F3rki tabeli
47
47
 
48
- TBL_EXPAND=Rozwi\u0144 w\u0119ze\u0142
49
-
50
- TBL_COLLAPSE=Zwi\u0144 w\u0119ze\u0142
48
+ TBL_COLLAPSE_EXPAND=Rozwi\u0144/zwi\u0144 w\u0119ze\u0142
51
49
 
52
50
  TBL_LEAF=W\u0119ze\u0142
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Desmarcar tudo
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Para ir a uma c\u00E9lula da tabela, pressione F2
47
47
 
48
- TBL_EXPAND=Expandir n\u00F3
49
-
50
- TBL_COLLAPSE=Comprimir n\u00F3
48
+ TBL_COLLAPSE_EXPAND=Expandir/comprimir n\u00F3
51
49
 
52
50
  TBL_LEAF=N\u00F3
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Desselecionar tudo
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Para introduzir uma c\u00E9lula de tabela, prima F2
47
47
 
48
- TBL_EXPAND=Expandir n\u00F3
49
-
50
- TBL_COLLAPSE=Fechar n\u00F3
48
+ TBL_COLLAPSE_EXPAND=Expandir/fechar n\u00F3
51
49
 
52
50
  TBL_LEAF=N\u00F3
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Deselectare tot
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Pt.a introduce o celul\u0103 de tabel, ap\u0103sa\u0163i F2
47
47
 
48
- TBL_EXPAND=Expandare nod
49
-
50
- TBL_COLLAPSE=Comprimare nod
48
+ TBL_COLLAPSE_EXPAND=Extindere/comprimare nod
51
49
 
52
50
  TBL_LEAF=Nod
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u044B\u
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0414\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043A \u044F\u0447\u0435\u0439\u043A\u0435 \u0442\u0430\u0431\u043B\u0438\u0446\u044B \u043D\u0430\u0436\u043C\u0438\u0442\u0435 F2
47
47
 
48
- TBL_EXPAND=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0443\u0437\u0435\u043B
49
-
50
- TBL_COLLAPSE=\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0443\u0437\u0435\u043B
48
+ TBL_COLLAPSE_EXPAND=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C/\u0441\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0443\u0437\u0435\u043B
51
49
 
52
50
  TBL_LEAF=\u0423\u0437\u0435\u043B
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Poni\u0161ti sve odabire
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Za unos \u0107elije tabele pritisnite F2
47
47
 
48
- TBL_EXPAND=Pro\u0161iri \u010Dvor
49
-
50
- TBL_COLLAPSE=Sa\u017Emi \u010Dvor
48
+ TBL_COLLAPSE_EXPAND=Pro\u0161iri/sa\u017Emi \u010Dvor
51
49
 
52
50
  TBL_LEAF=\u010Cvor
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Odstr\u00E1ni\u0165 v\u0161etky ozna\u010Denia
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Ak chcete prejs\u0165 do bunky tabu\u013Eky, stla\u010Dte F2
47
47
 
48
- TBL_EXPAND=Rozbali\u0165 uzol
49
-
50
- TBL_COLLAPSE=Zbali\u0165 uzol
48
+ TBL_COLLAPSE_EXPAND=Rozbali\u0165/zbali\u0165 uzol
51
49
 
52
50
  TBL_LEAF=Uzol
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Brisanje vseh ozna\u010Ditev
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Za prehod v celico tabele pritisnite F2
47
47
 
48
- TBL_EXPAND=Raz\u0161iritev vozli\u0161\u010Da
49
-
50
- TBL_COLLAPSE=Skr\u010Ditev vozli\u0161\u010Da
48
+ TBL_COLLAPSE_EXPAND=Raz\u0161iri/strni vozli\u0161\u010De
51
49
 
52
50
  TBL_LEAF=Vozli\u0161\u010De
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Avmarkera alla
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Tryck F2 f\u00F6r att g\u00E5 till en tabellcell
47
47
 
48
- TBL_EXPAND=Expandera nod
49
-
50
- TBL_COLLAPSE=Komprimera nod
48
+ TBL_COLLAPSE_EXPAND=Expandera/komprimera nod
51
49
 
52
50
  TBL_LEAF=Nod
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E40\u0
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E1B\u0E49\u0E2D\u0E19\u0E40\u0E0B\u0E25\u0E25\u0E4C\u0E15\u0E32\u0E23\u0E32\u0E07 \u0E43\u0E2B\u0E49\u0E01\u0E14 F2
47
47
 
48
- TBL_EXPAND=\u0E02\u0E22\u0E32\u0E22\u0E42\u0E2B\u0E19\u0E14
49
-
50
- TBL_COLLAPSE=\u0E22\u0E48\u0E2D\u0E23\u0E27\u0E21\u0E42\u0E2B\u0E19\u0E14
48
+ TBL_COLLAPSE_EXPAND=\u0E02\u0E22\u0E32\u0E22/\u0E22\u0E48\u0E2D\u0E23\u0E27\u0E21\u0E42\u0E2B\u0E19\u0E14
51
49
 
52
50
  TBL_LEAF=\u0E42\u0E2B\u0E19\u0E14
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=T\u00FCm\u00FCn\u00FCn se\u00E7imini kald\u0131r
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Tablo h\u00FCcresine gitmek i\u00E7in F2'ye bas\u0131n
47
47
 
48
- TBL_EXPAND=D\u00FC\u011F\u00FCm\u00FC geni\u015Flet
49
-
50
- TBL_COLLAPSE=D\u00FC\u011F\u00FCm\u00FC s\u0131k\u0131\u015Ft\u0131r
48
+ TBL_COLLAPSE_EXPAND=D\u00FC\u011F\u00FCm\u00FC geni\u015Flet/daralt
51
49
 
52
50
  TBL_LEAF=D\u00FC\u011F\u00FCm
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0432\u
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438 \u0434\u043E \u043A\u043E\u043C\u0456\u0440\u043A\u0438 \u0442\u0430\u0431\u043B\u0438\u0446\u0456, \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C F2
47
47
 
48
- TBL_EXPAND=\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
49
-
50
- TBL_COLLAPSE=\u0417\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
48
+ TBL_COLLAPSE_EXPAND=\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438/\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
51
49
 
52
50
  TBL_LEAF=\u0412\u0443\u0437\u043E\u043B
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Bo\u0309 cho\u0323n t\u00E2\u0301t ca\u0309
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0110\u00EA\u0309 nh\u00E2\u0323p va\u0300o \u00F4 cu\u0309a ba\u0309ng, nh\u00E2\u0301n F2
47
47
 
48
- TBL_EXPAND=M\u01A1\u0309 r\u00F4\u0323ng nu\u0301t
49
-
50
- TBL_COLLAPSE=Thu go\u0323n nu\u0301t
48
+ TBL_COLLAPSE_EXPAND=M\u01A1\u0309 r\u00F4\u0323ng/Thu go\u0323n nu\u0301t
51
49
 
52
50
  TBL_LEAF=Nu\u0301t
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u53D6\u6D88\u5168\u9009
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u8981\u8FDB\u5165\u8868\u5355\u5143\u683C\uFF0C\u8BF7\u6309 F2
47
47
 
48
- TBL_EXPAND=\u5C55\u5F00\u8282\u70B9
49
-
50
- TBL_COLLAPSE=\u6298\u53E0\u8282\u70B9
48
+ TBL_COLLAPSE_EXPAND=\u5C55\u5F00/\u6298\u53E0\u8282\u70B9
51
49
 
52
50
  TBL_LEAF=\u8282\u70B9
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u53D6\u6D88\u5168\u9078
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u82E5\u8981\u8F38\u5165\u8868\u683C\u5132\u5B58\u683C\uFF0C\u8ACB\u6309 F2
47
47
 
48
- TBL_EXPAND=\u5C55\u958B\u7BC0\u9EDE
49
-
50
- TBL_COLLAPSE=\u6536\u7E2E\u7BC0\u9EDE
48
+ TBL_COLLAPSE_EXPAND=\u5C55\u958B/\u6536\u5408\u7BC0\u9EDE
51
49
 
52
50
  TBL_LEAF=\u7BC0\u9EDE
53
51
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @class Implements the selection methods for TreeTable and AnalyticalTable
24
24
  * @extends sap.ui.table.plugins.SelectionPlugin
25
- * @version 1.109.0
25
+ * @version 1.110.0
26
26
  * @constructor
27
27
  * @private
28
28
  * @alias sap.ui.table.plugins.BindingSelection
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -47,9 +47,9 @@ sap.ui.define([
47
47
  * @author SAP SE
48
48
  * @alias sap.ui.table.plugins.MultiSelectionPlugin
49
49
  */
50
- var MultiSelectionPlugin = SelectionPlugin.extend("sap.ui.table.plugins.MultiSelectionPlugin", {metadata : {
50
+ var MultiSelectionPlugin = SelectionPlugin.extend("sap.ui.table.plugins.MultiSelectionPlugin", {metadata: {
51
51
  library: "sap.ui.table",
52
- properties : {
52
+ properties: {
53
53
  /**
54
54
  * Number of indices which can be selected in a range.
55
55
  * Accepts positive integer values. If set to 0, the limit is disabled, and the Select All checkbox appears instead of the Deselect All
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * In other cases, we recommend to set the limit to at least double the value of the {@link sap.ui.table.Table#getThreshold threshold}
65
65
  * property of the related <code>sap.ui.table.Table</code> control.
66
66
  */
67
- limit : {type : "int", group : "Behavior", defaultValue : 200},
67
+ limit: {type: "int", group: "Behavior", defaultValue: 200},
68
68
  /**
69
69
  * Enables notifications that are displayed once a selection has been limited.
70
70
  *
@@ -74,34 +74,34 @@ sap.ui.define([
74
74
  /**
75
75
  * Show header selector
76
76
  */
77
- showHeaderSelector : {type : "boolean", group : "Appearance", defaultValue : true},
77
+ showHeaderSelector: {type: "boolean", group: "Appearance", defaultValue: true},
78
78
  /**
79
79
  * Selection mode of the plugin. This property controls whether single or multiple rows can be selected. It also influences the visual
80
80
  * appearance. When the selection mode is changed, the current selection is removed.
81
81
  */
82
- selectionMode : {type : "sap.ui.table.SelectionMode", group : "Behavior", defaultValue : SelectionMode.MultiToggle}
82
+ selectionMode: {type: "sap.ui.table.SelectionMode", group: "Behavior", defaultValue: SelectionMode.MultiToggle}
83
83
  },
84
- events : {
84
+ events: {
85
85
  /**
86
86
  * This event is fired when the selection is changed.
87
87
  */
88
- selectionChange : {
89
- parameters : {
88
+ selectionChange: {
89
+ parameters: {
90
90
 
91
91
  /**
92
92
  * Array of indices whose selection has been changed (either selected or deselected)
93
93
  */
94
- indices : {type : "int[]"},
94
+ indices: {type: "int[]"},
95
95
 
96
96
  /**
97
97
  * Indicates whether the selection limit has been reached
98
98
  */
99
- limitReached : {type : "boolean"},
99
+ limitReached: {type: "boolean"},
100
100
 
101
101
  /**
102
102
  * Contains the data passed to the function that triggered the event
103
103
  */
104
- customPayload : {type : "object"}
104
+ customPayload: {type: "object"}
105
105
  }
106
106
  }
107
107
  }
@@ -352,7 +352,7 @@ sap.ui.define([
352
352
  }
353
353
  }
354
354
 
355
- return loadMultipleContexts(oPlugin.getTableBinding(), iGetContextsStartIndex, iGetContextsLength).then(function () {
355
+ return loadMultipleContexts(oPlugin.getTableBinding(), iGetContextsStartIndex, iGetContextsLength).then(function() {
356
356
  return {indexFrom: iIndexFrom, indexTo: iIndexTo};
357
357
  });
358
358
  }
@@ -557,8 +557,8 @@ sap.ui.define([
557
557
  this._oNotificationPopover.close();
558
558
  };
559
559
 
560
- function loadMultipleContexts(oBinding, iStartIndex, iLength){
561
- return new Promise(function(resolve){
560
+ function loadMultipleContexts(oBinding, iStartIndex, iLength) {
561
+ return new Promise(function(resolve) {
562
562
  loadContexts(oBinding, iStartIndex, iLength, resolve);
563
563
  });
564
564
  }
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.109.0
31
+ * @version 1.110.0
32
32
  *
33
33
  * @private
34
34
  * @experimental Since 1.75
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  *
24
24
  * @class Implements the selection methods for a Table
25
25
  * @extends sap.ui.table.plugins.SelectionPlugin
26
- * @version 1.109.0
26
+ * @version 1.110.0
27
27
  * @constructor
28
28
  * @private
29
29
  * @alias sap.ui.table.plugins.SelectionModelSelection
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class Implements the selection methods for a table.
30
30
  * @extends sap.ui.core.Element
31
31
  * @author SAP SE
32
- * @version 1.109.0
32
+ * @version 1.110.0
33
33
  * @public
34
34
  * @since 1.64
35
35
  * @experimental As of version 1.64
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class TODO (don't forget to document fixed row count restrictions because fixed rows are set by this plugin)
33
33
  * @extends sap.ui.table.plugins.PluginBase
34
34
  * @author SAP SE
35
- * @version 1.109.0
35
+ * @version 1.110.0
36
36
  * @private
37
37
  * @since 1.76
38
38
  * @experimental
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @ui5-restricted sap.ui.mdc
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.109.0
38
+ * @version 1.110.0
39
39
  */
40
40
  var AutoRowMode = RowMode.extend("sap.ui.table.rowmodes.AutoRowMode", /** @lends sap.ui.table.rowmodes.AutoRowMode.prototype */ {
41
41
  metadata: {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @ui5-restricted sap.ui.mdc
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.109.0
32
+ * @version 1.110.0
33
33
  *
34
34
  */
35
35
  var FixedRowMode = RowMode.extend("sap.ui.table.rowmodes.FixedRowMode", /** @lends sap.ui.table.rowmodes.FixedRowMode.prototype */ {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @ui5-restricted sap.ui.mdc
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.109.0
36
+ * @version 1.110.0
37
37
  *
38
38
  */
39
39
  var InteractiveRowMode = RowMode.extend("sap.ui.table.rowmodes.InteractiveRowMode", /** @lends sap.ui.table.rowmodes.InteractiveRowMode.prototype */ {
@@ -250,7 +250,7 @@ sap.ui.define([
250
250
 
251
251
  if (iRowCount > 0) {
252
252
  this.initTableRowsAfterDataRequested(iRowCount);
253
- this.getRowContexts(iRowCount); // Trigger data request.
253
+ this.getRowContexts(iRowCount); // Trigger data request.
254
254
  }
255
255
  };
256
256
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @ui5-restricted sap.ui.mdc
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.109.0
37
+ * @version 1.110.0
38
38
  */
39
39
  var RowMode = Element.extend("sap.ui.table.rowmodes.RowMode", /** @lends sap.ui.table.rowmodes.RowMode.prototype */ {
40
40
  metadata: {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.table.rowmodes.RowMode
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.109.0
26
+ * @version 1.110.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /**