@openui5/sap.ui.table 1.106.0 → 1.107.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/table/.library +1 -1
  3. package/src/sap/ui/table/AnalyticalColumn.js +2 -3
  4. package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -2
  5. package/src/sap/ui/table/AnalyticalTable.js +1 -17
  6. package/src/sap/ui/table/Column.js +1 -4
  7. package/src/sap/ui/table/ColumnMenu.js +2 -3
  8. package/src/sap/ui/table/CreationRow.js +1 -2
  9. package/src/sap/ui/table/Row.js +1 -3
  10. package/src/sap/ui/table/RowAction.js +1 -2
  11. package/src/sap/ui/table/RowActionItem.js +1 -2
  12. package/src/sap/ui/table/RowSettings.js +1 -2
  13. package/src/sap/ui/table/Table.js +35 -32
  14. package/src/sap/ui/table/TablePersoController.js +6 -5
  15. package/src/sap/ui/table/TableRenderer.js +7 -6
  16. package/src/sap/ui/table/TreeTable.js +2 -10
  17. package/src/sap/ui/table/extensions/Accessibility.js +34 -21
  18. package/src/sap/ui/table/extensions/AccessibilityRender.js +3 -1
  19. package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
  20. package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
  21. package/src/sap/ui/table/extensions/Keyboard.js +1 -1
  22. package/src/sap/ui/table/extensions/KeyboardDelegate.js +7 -6
  23. package/src/sap/ui/table/extensions/Pointer.js +1 -1
  24. package/src/sap/ui/table/extensions/Scrolling.js +1 -1
  25. package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
  26. package/src/sap/ui/table/extensions/Synchronization.js +46 -7
  27. package/src/sap/ui/table/library.js +10 -16
  28. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
  29. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +79 -49
  30. package/src/sap/ui/table/messagebundle.properties +6 -0
  31. package/src/sap/ui/table/messagebundle_ar.properties +4 -0
  32. package/src/sap/ui/table/messagebundle_bg.properties +4 -0
  33. package/src/sap/ui/table/messagebundle_ca.properties +4 -0
  34. package/src/sap/ui/table/messagebundle_cs.properties +4 -0
  35. package/src/sap/ui/table/messagebundle_cy.properties +4 -0
  36. package/src/sap/ui/table/messagebundle_da.properties +4 -0
  37. package/src/sap/ui/table/messagebundle_de.properties +4 -0
  38. package/src/sap/ui/table/messagebundle_el.properties +4 -0
  39. package/src/sap/ui/table/messagebundle_en.properties +4 -0
  40. package/src/sap/ui/table/messagebundle_en_GB.properties +4 -0
  41. package/src/sap/ui/table/messagebundle_en_US_sappsd.properties +4 -0
  42. package/src/sap/ui/table/messagebundle_en_US_saprigi.properties +4 -0
  43. package/src/sap/ui/table/messagebundle_en_US_saptrc.properties +4 -0
  44. package/src/sap/ui/table/messagebundle_es.properties +4 -0
  45. package/src/sap/ui/table/messagebundle_es_MX.properties +4 -0
  46. package/src/sap/ui/table/messagebundle_et.properties +4 -0
  47. package/src/sap/ui/table/messagebundle_fi.properties +5 -1
  48. package/src/sap/ui/table/messagebundle_fr.properties +4 -0
  49. package/src/sap/ui/table/messagebundle_fr_CA.properties +4 -0
  50. package/src/sap/ui/table/messagebundle_hi.properties +4 -0
  51. package/src/sap/ui/table/messagebundle_hr.properties +4 -0
  52. package/src/sap/ui/table/messagebundle_hu.properties +4 -0
  53. package/src/sap/ui/table/messagebundle_id.properties +4 -0
  54. package/src/sap/ui/table/messagebundle_it.properties +4 -0
  55. package/src/sap/ui/table/messagebundle_iw.properties +4 -0
  56. package/src/sap/ui/table/messagebundle_ja.properties +4 -0
  57. package/src/sap/ui/table/messagebundle_kk.properties +4 -0
  58. package/src/sap/ui/table/messagebundle_ko.properties +4 -0
  59. package/src/sap/ui/table/messagebundle_lt.properties +4 -0
  60. package/src/sap/ui/table/messagebundle_lv.properties +4 -0
  61. package/src/sap/ui/table/messagebundle_ms.properties +4 -0
  62. package/src/sap/ui/table/messagebundle_nl.properties +4 -0
  63. package/src/sap/ui/table/messagebundle_no.properties +4 -0
  64. package/src/sap/ui/table/messagebundle_pl.properties +4 -0
  65. package/src/sap/ui/table/messagebundle_pt.properties +4 -0
  66. package/src/sap/ui/table/messagebundle_pt_PT.properties +4 -0
  67. package/src/sap/ui/table/messagebundle_ro.properties +4 -0
  68. package/src/sap/ui/table/messagebundle_ru.properties +4 -0
  69. package/src/sap/ui/table/messagebundle_sh.properties +4 -0
  70. package/src/sap/ui/table/messagebundle_sk.properties +4 -0
  71. package/src/sap/ui/table/messagebundle_sl.properties +4 -0
  72. package/src/sap/ui/table/messagebundle_sv.properties +5 -1
  73. package/src/sap/ui/table/messagebundle_th.properties +4 -0
  74. package/src/sap/ui/table/messagebundle_tr.properties +4 -0
  75. package/src/sap/ui/table/messagebundle_uk.properties +4 -0
  76. package/src/sap/ui/table/messagebundle_vi.properties +4 -0
  77. package/src/sap/ui/table/messagebundle_zh_CN.properties +4 -0
  78. package/src/sap/ui/table/messagebundle_zh_TW.properties +4 -0
  79. package/src/sap/ui/table/plugins/BindingSelection.js +1 -1
  80. package/src/sap/ui/table/plugins/PluginBase.js +1 -2
  81. package/src/sap/ui/table/plugins/SelectionModelSelection.js +1 -1
  82. package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -2
  83. package/src/sap/ui/table/plugins/V4Aggregation.js +1 -2
  84. package/src/sap/ui/table/rowmodes/AutoRowMode.js +1 -2
  85. package/src/sap/ui/table/rowmodes/FixedRowMode.js +1 -2
  86. package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +1 -2
  87. package/src/sap/ui/table/rowmodes/RowMode.js +1 -2
  88. package/src/sap/ui/table/rowmodes/VariableRowMode.js +1 -2
  89. package/src/sap/ui/table/utils/TableUtils.js +12 -30
  90. package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
  91. package/src/sap/ui/table/utils/_ColumnUtils.js +38 -12
  92. package/src/sap/ui/table/utils/_GroupingUtils.js +1 -1
  93. package/src/sap/ui/table/utils/_HookUtils.js +1 -1
  94. package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Cs\u00F6kken\u0151en rendezve
81
81
 
82
82
  TBL_COL_DESC_SPAN={0} oszlopot foglal mag\u00E1ban
83
83
 
84
+ TBL_COL_REQUIRED=Tartalmazza a sz\u00FCks\u00E9ges tartalmat
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Deaktiv\u00E1lva
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u00CDr\u00E1sv\u00E9dett
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u00DCres
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Sorfejl\u00E9c
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Sorm\u0171veletek
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Diurutkan Turun
81
81
 
82
82
  TBL_COL_DESC_SPAN=Merentangkan {0} kolom
83
83
 
84
+ TBL_COL_REQUIRED=Berisi konten yang diperlukan
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u2018Dinonaktifkan
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Hanya Baca
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Kosong
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Header Baris
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Tindakan Baris
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Classificato in ordine decrescente
81
81
 
82
82
  TBL_COL_DESC_SPAN=Comprende {0} colonne
83
83
 
84
+ TBL_COL_REQUIRED=Include il contenuto obbligatorio
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Disattivato
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Protetto dalla scrittura
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Vuoto
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Testata riga
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Azioni riga
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u05DE\u05D5\u05D9\u05E0\u05D4 \u05D1\u05E1\u05D3\u05E8
81
81
 
82
82
  TBL_COL_DESC_SPAN=\u05DE\u05EA\u05E4\u05E8\u05E9 \u05E2\u05DC {0} \u05E2\u05DE\u05D5\u05D3\u05D5\u05EA
83
83
 
84
+ TBL_COL_REQUIRED=\u05DE\u05DB\u05D9\u05DC \u05EA\u05D5\u05DB\u05DF \u05E0\u05D3\u05E8\u05E9
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u05DC\u05D0 \u05DE\u05D5\u05E4\u05E2\u05DC
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u05E7\u05E8\u05D9\u05D0\u05D4 \u05D1\u05DC\u05D1\u05D3
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u05E8\u05D9\u05E7
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u05DB\u05D5\u05EA\u05E8\u05EA \u05E9\u05D5\u05E8\u05D4
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA \u05E9\u05D5\u05E8\u05D4
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u964D\u9806\u30BD\u30FC\u30C8
81
81
 
82
82
  TBL_COL_DESC_SPAN={0} \u5217\u304C\u5BFE\u8C61
83
83
 
84
+ TBL_COL_REQUIRED=\u5FC5\u9808\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u542B\u3080
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u7121\u52B9
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u8AAD\u8FBC\u5C02\u7528
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u7A7A
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u884C\u30D8\u30C3\u30C0
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u884C\u30A2\u30AF\u30B7\u30E7\u30F3
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u041A\u0435\u043C\u0443 \u0440\u0435\u0442.\u0441\u04B1
81
81
 
82
82
  TBL_COL_DESC_SPAN={0} \u0431\u0430\u0493\u0430\u043D\u0434\u044B \u0436\u0430\u044F\u0434\u044B
83
83
 
84
+ TBL_COL_REQUIRED=\u049A\u0430\u0436\u0435\u0442\u0442\u0456 \u043C\u0430\u0437\u043C\u04B1\u043D\u0434\u044B \u049B\u0430\u043C\u0442\u0438\u0434\u044B
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u0422\u043E\u049B\u0442\u0430\u0442\u044B\u043B\u0434\u044B
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u0422\u0435\u043A \u043E\u049B\u0443
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u0411\u043E\u0441
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u049A\u0430\u0442\u0430\u0440 \u0442\u0430\u049B\u044B\u0440\u044B\u0431\u044B
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u049A\u0430\u0442\u0430\u0440 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u044F\u043B\u0430\u0440\u044B
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\uB0B4\uB9BC\uCC28\uC21C \uC815\uB82C
81
81
 
82
82
  TBL_COL_DESC_SPAN={0}\uAC1C\uC758 \uC5F4\uC5D0 \uAC78\uCCD0 \uC788\uC74C
83
83
 
84
+ TBL_COL_REQUIRED=\uD544\uC218 \uCEE8\uD150\uD2B8 \uD3EC\uD568
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\uC0AC\uC6A9 \uC548 \uD568
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\uC77D\uAE30 \uC804\uC6A9
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\uBE44\uC5B4 \uC788\uC74C
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\uD589 \uD5E4\uB354
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\uD589 \uC561\uC158
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Sur\u016B\u0161iuota ma\u017E\u0117jimo tvarka
81
81
 
82
82
  TBL_COL_DESC_SPAN=Apima {0} stulpelius
83
83
 
84
+ TBL_COL_REQUIRED=Yra b\u016Btinas turinys
85
+
84
86
  TBL_CTRL_STATE_DISABLED=I\u0161jungta
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Tik skaitoma
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Tu\u0161\u010Dia
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Eilut\u0117s antra\u0161t\u0117
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Eilut\u0117s veiksmai
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=K\u0101rtots dilsto\u0161\u0101 sec\u012Bb\u0101
81
81
 
82
82
  TBL_COL_DESC_SPAN=Aptver {0} kolonnas
83
83
 
84
+ TBL_COL_REQUIRED=Ietver oblig\u0101to saturu
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Atsp\u0113jots
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Tikai las\u0101ms
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Tuk\u0161s
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Rindas galvene
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Rindas darb\u012Bbas
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Diisih Menurun
81
81
 
82
82
  TBL_COL_DESC_SPAN=Jangkauan lajur {0}
83
83
 
84
+ TBL_COL_REQUIRED=Mengandungi kandungan yang diperlukan
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Dinyahdayakan
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Baca Sahaja
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Kosong
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Pengepala Baris
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Tindakan Baris
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Aflopend gesorteerd
81
81
 
82
82
  TBL_COL_DESC_SPAN=Bevat {0} kolommen
83
83
 
84
+ TBL_COL_REQUIRED=Bevat verplichte inhoud
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Gedeactiveerd
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Read-only
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Leeg
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Regelkop
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Regelacties
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Sortert synkende
81
81
 
82
82
  TBL_COL_DESC_SPAN=Omfatter {0} kolonner
83
83
 
84
+ TBL_COL_REQUIRED=Inneholder obligatorisk innhold
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Deaktivert
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Skrivebeskyttet
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Tom
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Radoverskrift
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Radaktiviteter
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Posortowano malej\u0105co
81
81
 
82
82
  TBL_COL_DESC_SPAN=Obejmuje nast\u0119puj\u0105c\u0105 liczb\u0119 kolumn\: {0}
83
83
 
84
+ TBL_COL_REQUIRED=Zawiera wymagan\u0105 zawarto\u015B\u0107
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Dezaktywowane
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Tylko do odczytu
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Puste
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Nag\u0142\u00F3wek linii
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Czynno\u015Bci dla linii
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Ordenado em ordem decrescente
81
81
 
82
82
  TBL_COL_DESC_SPAN=Engloba {0} colunas
83
83
 
84
+ TBL_COL_REQUIRED=Cont\u00E9m conte\u00FAdo obrigat\u00F3rio
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Desativado
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Protegido contra grava\u00E7\u00E3o
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Em branco
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Cabe\u00E7alho de linha
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=A\u00E7\u00F5es de linha
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Ordenado por ordem descendente
81
81
 
82
82
  TBL_COL_DESC_SPAN=Abrange {0} colunas
83
83
 
84
+ TBL_COL_REQUIRED=Cont\u00E9m conte\u00FAdo obrigat\u00F3rio
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Desativado
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=S\u00F3 de leitura
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Vazio
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Cabe\u00E7alho de linha
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=A\u00E7\u00F5es da linha
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Sortat descendent
81
81
 
82
82
  TBL_COL_DESC_SPAN=Cuprinde {0} coloane
83
83
 
84
+ TBL_COL_REQUIRED=Con\u021Bine con\u021Binutul necesar
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Dezactivat
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Doar citire
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Gol
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Antet linie
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Ac\u0163iuni linie
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u041E\u0442\u0441\u043E\u0440\u0442\u0438\u0440\u043E\u
81
81
 
82
82
  TBL_COL_DESC_SPAN=\u041E\u0445\u0432\u0430\u0442\u044B\u0432\u0430\u0435\u0442 \u0441\u0442\u043E\u043B\u0431\u0446\u044B\: {0}
83
83
 
84
+ TBL_COL_REQUIRED=\u0421\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0439 \u043A\u043E\u043D\u0442\u0435\u043D\u0442
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u0414\u0435\u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043E
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u0417\u0430\u0449\u0438\u0449\u0435\u043D\u043E \u043E\u0442 \u0437\u0430\u043F\u0438\u0441\u0438
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u041F\u0443\u0441\u0442\u043E
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0441\u0442\u0440\u043E\u043A\u0438
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0441\u043E \u0441\u0442\u0440\u043E\u043A\u043E\u0439
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Pore\u0111ano po opadaju\u0107em redosledu
81
81
 
82
82
  TBL_COL_DESC_SPAN=Obuhvata {0} kolona
83
83
 
84
+ TBL_COL_REQUIRED=Sadr\u017Ei obavezni sadr\u017Eaj
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Deaktivirano
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Samo za \u010Ditanje
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Prazno
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Zaglavlje reda
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Radnje reda
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Trieden\u00E9 zostupne
81
81
 
82
82
  TBL_COL_DESC_SPAN=Zah\u0155\u0148a {0} st\u013Apcov
83
83
 
84
+ TBL_COL_REQUIRED=Obsahuje po\u017Eadovan\u00FD obsah
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Deaktivovan\u00E9
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Chr\u00E1nen\u00E9 proti z\u00E1pisu
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Pr\u00E1zdne
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Hlavi\u010Dka riadka
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Akcie riadka
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Razvr\u0161\u010Deno padajo\u010De
81
81
 
82
82
  TBL_COL_DESC_SPAN=Obsega {0} stolpcev
83
83
 
84
+ TBL_COL_REQUIRED=Vsebuje obvezno vsebino
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Deaktivirano
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Samo za branje
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Prazno
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Glava vrstice
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Akcije \u010Dasa
@@ -1,5 +1,5 @@
1
1
 
2
- TBL_FILTER=Filter
2
+ TBL_FILTER=Filtrera
3
3
  TBL_FILTER_ITEM=Filtrera...
4
4
  TBL_SORT_ASC=Sortera stigande
5
5
  TBL_SORT_DESC=Sortera fallande
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Sorterat fallande
81
81
 
82
82
  TBL_COL_DESC_SPAN=Omfattar {0} kolumner
83
83
 
84
+ TBL_COL_REQUIRED=Inneh\u00E5ller obligatoriskt inneh\u00E5ll
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Inaktiverad
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Skrivskyddad
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Tom
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Radhuvud
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Rad\u00E5tg\u00E4rder
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u
81
81
 
82
82
  TBL_COL_DESC_SPAN=\u0E02\u0E22\u0E32\u0E22 {0} \u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C
83
83
 
84
+ TBL_COL_REQUIRED=\u0E21\u0E35\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\u0E17\u0E35\u0E48\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u0E2D\u0E48\u0E32\u0E19\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E40\u0E14\u0E35\u0E22\u0E27
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u0E27\u0E48\u0E32\u0E07
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E02\u0E2D\u0E07\u0E41\u0E16\u0E27
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E41\u0E16\u0E27
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=Azalan d\u00FCzende s\u0131raland\u0131
81
81
 
82
82
  TBL_COL_DESC_SPAN={0} s\u00FCtunu kapsar
83
83
 
84
+ TBL_COL_REQUIRED=Gerekli i\u00E7eri\u011Fi i\u00E7erir
85
+
84
86
  TBL_CTRL_STATE_DISABLED=Etkinli\u011Fi kald\u0131r\u0131ld\u0131
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Salt okunur
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Bo\u015F
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Sat\u0131r ba\u015Fl\u0131\u011F\u0131
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=H\u00FCcre i\u015Flemleri
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u0412\u0456\u0434\u0441\u043E\u0440\u0442\u043E\u0432\u
81
81
 
82
82
  TBL_COL_DESC_SPAN=\u041E\u0445\u043E\u043F\u043B\u044E\u0454 {0} \u0441\u0442\u043E\u0432\u043F\u0447\u0438\u043A\u0456\u0432
83
83
 
84
+ TBL_COL_REQUIRED=\u041C\u0456\u0441\u0442\u0438\u0442\u044C \u043D\u0435\u043E\u0431\u0445\u0456\u0434\u043D\u0438\u0439 \u0432\u043C\u0456\u0441\u0442
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u0414\u0435\u0430\u043A\u0442\u0438\u0432\u043E\u0432\u0430\u043D\u043E
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u041B\u0438\u0448\u0435 \u0434\u043B\u044F \u0447\u0438\u0442\u0430\u043D\u043D\u044F
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u041F\u043E\u0440\u043E\u0436\u043D\u0454
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0440\u044F\u0434\u043A\u0430
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u041E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u0437 \u0440\u044F\u0434\u043A\u0430\u043C\u0438
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u0110a\u0303 s\u0103\u0301p x\u00EA\u0301p gia\u0309m d
81
81
 
82
82
  TBL_COL_DESC_SPAN=M\u01A1\u0309 r\u00F4\u0323ng {0} c\u00F4\u0323t
83
83
 
84
+ TBL_COL_REQUIRED=Ch\u01B0\u0301a n\u00F4\u0323i dung b\u0103\u0301t bu\u00F4\u0323c
85
+
84
86
  TBL_CTRL_STATE_DISABLED=V\u00F4 hi\u00EA\u0323u ho\u0301a
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=Chi\u0309 \u0111o\u0323c
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=Tr\u00F4\u0301ng
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=Ti\u00EAu \u0111\u00EA\u0300 ha\u0300ng
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=Ha\u0300nh \u0111\u00F4\u0323ng cu\u0309a ha\u0300ng
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u6309\u964D\u5E8F\u6392\u5E8F
81
81
 
82
82
  TBL_COL_DESC_SPAN=\u8DE8\u8D8A {0} \u5217
83
83
 
84
+ TBL_COL_REQUIRED=\u5305\u542B\u6240\u9700\u5185\u5BB9
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u5DF2\u7981\u7528
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u53EA\u8BFB
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u7A7A
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u884C\u6807\u9898
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u884C\u64CD\u4F5C
@@ -81,10 +81,14 @@ TBL_COL_DESC_SORTED_DES=\u964D\u51AA\u6392\u5E8F
81
81
 
82
82
  TBL_COL_DESC_SPAN=\u8DE8\u8D8A {0} \u6B04
83
83
 
84
+ TBL_COL_REQUIRED=\u5305\u542B\u6240\u9700\u5167\u5BB9
85
+
84
86
  TBL_CTRL_STATE_DISABLED=\u5DF2\u505C\u7528
85
87
 
86
88
  TBL_CTRL_STATE_READONLY=\u552F\u8B80
87
89
 
90
+ TBL_CTRL_STATE_EMPTY=\u7A7A\u767D
91
+
88
92
  TBL_ROW_SELECTION_COLUMN_LABEL=\u5217\u8868\u982D
89
93
 
90
94
  TBL_ROW_ACTION_COLUMN_LABEL=\u5217\u52D5\u4F5C
@@ -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.106.0
25
+ * @version 1.107.1
26
26
  * @constructor
27
27
  * @private
28
28
  * @alias sap.ui.table.plugins.BindingSelection
@@ -28,13 +28,12 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.106.0
31
+ * @version 1.107.1
32
32
  *
33
33
  * @private
34
34
  * @experimental Since 1.75
35
35
  * @since 1.75
36
36
  * @alias sap.ui.table.plugins.PluginBase
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var PluginBase = Element.extend("sap.ui.table.plugins.PluginBase", /** @lends sap.ui.table.plugins.PluginBase.prototype */ {
40
39
  metadata: {
@@ -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.106.0
26
+ * @version 1.107.1
27
27
  * @constructor
28
28
  * @private
29
29
  * @alias sap.ui.table.plugins.SelectionModelSelection
@@ -29,12 +29,11 @@ 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.106.0
32
+ * @version 1.107.1
33
33
  * @public
34
34
  * @since 1.64
35
35
  * @experimental As of version 1.64
36
36
  * @alias sap.ui.table.plugins.SelectionPlugin
37
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
37
  */
39
38
  var SelectionPlugin = Element.extend("sap.ui.table.plugins.SelectionPlugin", {metadata: {
40
39
  "abstract": true,
@@ -32,12 +32,11 @@ 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.106.0
35
+ * @version 1.107.1
36
36
  * @private
37
37
  * @since 1.76
38
38
  * @experimental
39
39
  * @alias sap.ui.table.plugins.V4Aggregation
40
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
41
40
  */
42
41
  var V4Aggregation = PluginBase.extend("sap.ui.table.plugins.V4Aggregation", /** @lends sap.ui.table.plugins.V4Aggregation.prototype */ {
43
42
  metadata: {
@@ -35,8 +35,7 @@ sap.ui.define([
35
35
  * @ui5-restricted sap.ui.mdc
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.106.0
39
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
+ * @version 1.107.1
40
39
  */
41
40
  var AutoRowMode = RowMode.extend("sap.ui.table.rowmodes.AutoRowMode", /** @lends sap.ui.table.rowmodes.AutoRowMode.prototype */ {
42
41
  metadata: {
@@ -29,9 +29,8 @@ sap.ui.define([
29
29
  * @ui5-restricted sap.ui.mdc
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.106.0
32
+ * @version 1.107.1
33
33
  *
34
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
35
34
  */
36
35
  var FixedRowMode = RowMode.extend("sap.ui.table.rowmodes.FixedRowMode", /** @lends sap.ui.table.rowmodes.FixedRowMode.prototype */ {
37
36
  metadata: {
@@ -33,9 +33,8 @@ sap.ui.define([
33
33
  * @ui5-restricted sap.ui.mdc
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.106.0
36
+ * @version 1.107.1
37
37
  *
38
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
39
38
  */
40
39
  var InteractiveRowMode = RowMode.extend("sap.ui.table.rowmodes.InteractiveRowMode", /** @lends sap.ui.table.rowmodes.InteractiveRowMode.prototype */ {
41
40
  metadata: {
@@ -34,8 +34,7 @@ sap.ui.define([
34
34
  * @ui5-restricted sap.ui.mdc
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.106.0
38
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
37
+ * @version 1.107.1
39
38
  */
40
39
  var RowMode = Element.extend("sap.ui.table.rowmodes.RowMode", /** @lends sap.ui.table.rowmodes.RowMode.prototype */ {
41
40
  metadata: {
@@ -23,13 +23,12 @@ sap.ui.define([
23
23
  * @extends sap.ui.table.rowmodes.RowMode
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.106.0
26
+ * @version 1.107.1
27
27
  *
28
28
  * @constructor
29
29
  * @private
30
30
  * @experimental
31
31
  * @alias sap.ui.table.rowmodes.VariableRowMode
32
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
33
32
  */
34
33
  var VariableRowMode = RowMode.extend("sap.ui.table.rowmodes.VariableRowMode", {
35
34
  metadata: {
@@ -203,7 +203,7 @@ sap.ui.define([
203
203
  * Static collection of utility functions related to the sap.ui.table.Table, ...
204
204
  *
205
205
  * @author SAP SE
206
- * @version 1.106.0
206
+ * @version 1.107.1
207
207
  * @namespace
208
208
  * @alias sap.ui.table.utils.TableUtils
209
209
  * @private
@@ -481,37 +481,19 @@ sap.ui.define([
481
481
  /**
482
482
  * Gets the message to be displayed if the table contains no columns or no data.
483
483
  *
484
- * @param oTable Instance of the table.
485
- * @returns {Control | string} The no data control or text message.
486
- */
487
- getNoContentMessage: function(oTable) {
488
- if (oTable._getVisibleColumns().length > 0) {
489
- return oTable.getNoData();
490
- } else {
491
- return oTable.getAggregation("_noColumnsMessage");
492
- }
493
- },
494
-
495
- /**
496
- * Gets the text to be displayed as the "no data text".
497
- * If a control is set for the <code>noData</code> aggregation, <code>null</code> is returned.
484
+ * If the table has columns, it returns the content of the <code>noData</code> aggregation. If the aggregation is empty, it returns the
485
+ * default "no data" text.
486
+ * If the table does not have columns, it returns the content of the <code>_noColumnsMessage</code> aggregation. If the aggregation is
487
+ * empty, it returns the default "no columns" text.
498
488
  *
499
489
  * @param {sap.ui.table.Table} oTable Instance of the table.
500
- * @returns {string | null} The no data text.
490
+ * @returns {sap.ui.core.Control | string} The no data control or text message.
501
491
  */
502
- getNoDataText: function(oTable) {
503
- var vNoData = oTable.getNoData();
504
-
505
- if (TableUtils.getVisibleColumnCount(oTable) === 0 && !TableUtils.isA(vNoData, "sap.m.IllustratedMessage")) {
506
- return TableUtils.getResourceText("TBL_NO_COLUMNS");
507
- }
508
-
509
- if (TableUtils.isA(vNoData, "sap.ui.core.Control")) {
510
- return null;
511
- } else if (typeof vNoData === "string") {
512
- return vNoData;
492
+ getNoContentMessage: function(oTable) {
493
+ if (TableUtils.getVisibleColumnCount(oTable) > 0) {
494
+ return oTable.getNoData() || TableUtils.getResourceText("TBL_NO_DATA");
513
495
  } else {
514
- return TableUtils.getResourceText("TBL_NO_DATA");
496
+ return oTable.getAggregation("_noColumnsMessage") || TableUtils.getResourceText("TBL_NO_COLUMNS");
515
497
  }
516
498
  },
517
499
 
@@ -1329,13 +1311,13 @@ sap.ui.define([
1329
1311
  var oTable = oRow.getTable();
1330
1312
  var aCells = oRow.getCells();
1331
1313
 
1332
- if (bRowActionCells === true && this.hasRowActions(oTable)) {
1314
+ if (bRowActionCells === true && TableUtils.hasRowActions(oTable)) {
1333
1315
  aCells.push(oRow.getRowAction());
1334
1316
  }
1335
1317
 
1336
1318
  for (var i = 0; i < aCells.length; i++) {
1337
1319
  var oCellContent = aCells[i].getDomRef();
1338
- var $Cell = this.getCell(oTable, oCellContent, true);
1320
+ var $Cell = TableUtils.getCell(oTable, oCellContent, true);
1339
1321
  var $InteractiveElements = TableUtils.getInteractiveElements($Cell);
1340
1322
 
1341
1323
  if ($InteractiveElements) {
@@ -14,7 +14,7 @@ sap.ui.define([], function() {
14
14
  * Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Binding...</code>
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.106.0
17
+ * @version 1.107.1
18
18
  * @namespace
19
19
  * @alias sap.ui.table.utils._BindingUtils
20
20
  * @private