@atlaskit/link-datasource 5.5.0 → 5.6.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 (174) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/i18n/cs.js +152 -3
  3. package/dist/cjs/i18n/da.js +152 -3
  4. package/dist/cjs/i18n/de.js +152 -3
  5. package/dist/cjs/i18n/en.js +165 -3
  6. package/dist/cjs/i18n/en_GB.js +154 -3
  7. package/dist/cjs/i18n/en_ZZ.js +165 -3
  8. package/dist/cjs/i18n/es.js +152 -3
  9. package/dist/cjs/i18n/fi.js +152 -3
  10. package/dist/cjs/i18n/fr.js +152 -3
  11. package/dist/cjs/i18n/hr.js +129 -3
  12. package/dist/cjs/i18n/hu.js +152 -3
  13. package/dist/cjs/i18n/it.js +152 -3
  14. package/dist/cjs/i18n/ja.js +152 -3
  15. package/dist/cjs/i18n/ko.js +152 -3
  16. package/dist/cjs/i18n/nb.js +152 -3
  17. package/dist/cjs/i18n/nl.js +152 -3
  18. package/dist/cjs/i18n/pl.js +152 -3
  19. package/dist/cjs/i18n/pt_BR.js +152 -3
  20. package/dist/cjs/i18n/ru.js +152 -3
  21. package/dist/cjs/i18n/sl.js +129 -3
  22. package/dist/cjs/i18n/sr_RS.js +129 -3
  23. package/dist/cjs/i18n/sr_YR.js +129 -3
  24. package/dist/cjs/i18n/sv.js +152 -3
  25. package/dist/cjs/i18n/th.js +152 -3
  26. package/dist/cjs/i18n/tr.js +152 -3
  27. package/dist/cjs/i18n/uk.js +152 -3
  28. package/dist/cjs/i18n/vi.js +152 -3
  29. package/dist/cjs/i18n/zh.js +152 -3
  30. package/dist/cjs/i18n/zh_TW.js +152 -3
  31. package/dist/cjs/ui/datasource-table-view/datasource-column-sort.js +51 -0
  32. package/dist/cjs/ui/datasource-table-view/datasourceTableView.js +52 -5
  33. package/dist/cjs/ui/issue-like-table/index.compiled.css +5 -0
  34. package/dist/cjs/ui/issue-like-table/index.js +120 -62
  35. package/dist/cjs/ui/issue-like-table/messages.js +10 -0
  36. package/dist/es2019/i18n/cs.js +152 -3
  37. package/dist/es2019/i18n/da.js +152 -3
  38. package/dist/es2019/i18n/de.js +152 -3
  39. package/dist/es2019/i18n/en.js +165 -3
  40. package/dist/es2019/i18n/en_GB.js +154 -3
  41. package/dist/es2019/i18n/en_ZZ.js +165 -3
  42. package/dist/es2019/i18n/es.js +152 -3
  43. package/dist/es2019/i18n/fi.js +152 -3
  44. package/dist/es2019/i18n/fr.js +152 -3
  45. package/dist/es2019/i18n/hr.js +129 -3
  46. package/dist/es2019/i18n/hu.js +152 -3
  47. package/dist/es2019/i18n/it.js +152 -3
  48. package/dist/es2019/i18n/ja.js +152 -3
  49. package/dist/es2019/i18n/ko.js +152 -3
  50. package/dist/es2019/i18n/nb.js +152 -3
  51. package/dist/es2019/i18n/nl.js +152 -3
  52. package/dist/es2019/i18n/pl.js +152 -3
  53. package/dist/es2019/i18n/pt_BR.js +152 -3
  54. package/dist/es2019/i18n/ru.js +152 -3
  55. package/dist/es2019/i18n/sl.js +129 -3
  56. package/dist/es2019/i18n/sr_RS.js +129 -3
  57. package/dist/es2019/i18n/sr_YR.js +129 -3
  58. package/dist/es2019/i18n/sv.js +152 -3
  59. package/dist/es2019/i18n/th.js +152 -3
  60. package/dist/es2019/i18n/tr.js +152 -3
  61. package/dist/es2019/i18n/uk.js +152 -3
  62. package/dist/es2019/i18n/vi.js +152 -3
  63. package/dist/es2019/i18n/zh.js +152 -3
  64. package/dist/es2019/i18n/zh_TW.js +152 -3
  65. package/dist/es2019/ui/datasource-table-view/datasource-column-sort.js +43 -0
  66. package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +46 -6
  67. package/dist/es2019/ui/issue-like-table/index.compiled.css +5 -0
  68. package/dist/es2019/ui/issue-like-table/index.js +58 -4
  69. package/dist/es2019/ui/issue-like-table/messages.js +10 -0
  70. package/dist/esm/i18n/cs.js +152 -3
  71. package/dist/esm/i18n/da.js +152 -3
  72. package/dist/esm/i18n/de.js +152 -3
  73. package/dist/esm/i18n/en.js +165 -3
  74. package/dist/esm/i18n/en_GB.js +154 -3
  75. package/dist/esm/i18n/en_ZZ.js +165 -3
  76. package/dist/esm/i18n/es.js +152 -3
  77. package/dist/esm/i18n/fi.js +152 -3
  78. package/dist/esm/i18n/fr.js +152 -3
  79. package/dist/esm/i18n/hr.js +129 -3
  80. package/dist/esm/i18n/hu.js +152 -3
  81. package/dist/esm/i18n/it.js +152 -3
  82. package/dist/esm/i18n/ja.js +152 -3
  83. package/dist/esm/i18n/ko.js +152 -3
  84. package/dist/esm/i18n/nb.js +152 -3
  85. package/dist/esm/i18n/nl.js +152 -3
  86. package/dist/esm/i18n/pl.js +152 -3
  87. package/dist/esm/i18n/pt_BR.js +152 -3
  88. package/dist/esm/i18n/ru.js +152 -3
  89. package/dist/esm/i18n/sl.js +129 -3
  90. package/dist/esm/i18n/sr_RS.js +129 -3
  91. package/dist/esm/i18n/sr_YR.js +129 -3
  92. package/dist/esm/i18n/sv.js +152 -3
  93. package/dist/esm/i18n/th.js +152 -3
  94. package/dist/esm/i18n/tr.js +152 -3
  95. package/dist/esm/i18n/uk.js +152 -3
  96. package/dist/esm/i18n/vi.js +152 -3
  97. package/dist/esm/i18n/zh.js +152 -3
  98. package/dist/esm/i18n/zh_TW.js +152 -3
  99. package/dist/esm/ui/datasource-table-view/datasource-column-sort.js +44 -0
  100. package/dist/esm/ui/datasource-table-view/datasourceTableView.js +53 -6
  101. package/dist/esm/ui/issue-like-table/index.compiled.css +5 -0
  102. package/dist/esm/ui/issue-like-table/index.js +120 -62
  103. package/dist/esm/ui/issue-like-table/messages.js +10 -0
  104. package/dist/types/i18n/cs.d.ts +152 -2
  105. package/dist/types/i18n/da.d.ts +152 -2
  106. package/dist/types/i18n/de.d.ts +152 -2
  107. package/dist/types/i18n/en.d.ts +165 -2
  108. package/dist/types/i18n/en_GB.d.ts +154 -2
  109. package/dist/types/i18n/en_ZZ.d.ts +165 -2
  110. package/dist/types/i18n/es.d.ts +152 -2
  111. package/dist/types/i18n/fi.d.ts +152 -2
  112. package/dist/types/i18n/fr.d.ts +152 -2
  113. package/dist/types/i18n/hr.d.ts +129 -2
  114. package/dist/types/i18n/hu.d.ts +152 -2
  115. package/dist/types/i18n/it.d.ts +152 -2
  116. package/dist/types/i18n/ja.d.ts +152 -2
  117. package/dist/types/i18n/ko.d.ts +152 -2
  118. package/dist/types/i18n/nb.d.ts +152 -2
  119. package/dist/types/i18n/nl.d.ts +152 -2
  120. package/dist/types/i18n/pl.d.ts +152 -2
  121. package/dist/types/i18n/pt_BR.d.ts +152 -2
  122. package/dist/types/i18n/ru.d.ts +152 -2
  123. package/dist/types/i18n/sl.d.ts +129 -2
  124. package/dist/types/i18n/sr_RS.d.ts +129 -2
  125. package/dist/types/i18n/sr_YR.d.ts +129 -2
  126. package/dist/types/i18n/sv.d.ts +152 -2
  127. package/dist/types/i18n/th.d.ts +152 -2
  128. package/dist/types/i18n/tr.d.ts +152 -2
  129. package/dist/types/i18n/uk.d.ts +152 -2
  130. package/dist/types/i18n/vi.d.ts +152 -2
  131. package/dist/types/i18n/zh.d.ts +152 -2
  132. package/dist/types/i18n/zh_TW.d.ts +152 -2
  133. package/dist/types/ui/datasource-table-view/datasource-column-sort.d.ts +12 -0
  134. package/dist/types/ui/datasource-table-view/datasourceTableView.d.ts +2 -2
  135. package/dist/types/ui/datasource-table-view/types.d.ts +1 -1
  136. package/dist/types/ui/issue-like-table/index.d.ts +1 -1
  137. package/dist/types/ui/issue-like-table/messages.d.ts +33 -23
  138. package/dist/types/ui/issue-like-table/types.d.ts +10 -0
  139. package/dist/types-ts4.5/i18n/cs.d.ts +152 -2
  140. package/dist/types-ts4.5/i18n/da.d.ts +152 -2
  141. package/dist/types-ts4.5/i18n/de.d.ts +152 -2
  142. package/dist/types-ts4.5/i18n/en.d.ts +165 -2
  143. package/dist/types-ts4.5/i18n/en_GB.d.ts +154 -2
  144. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +165 -2
  145. package/dist/types-ts4.5/i18n/es.d.ts +152 -2
  146. package/dist/types-ts4.5/i18n/fi.d.ts +152 -2
  147. package/dist/types-ts4.5/i18n/fr.d.ts +152 -2
  148. package/dist/types-ts4.5/i18n/hr.d.ts +129 -2
  149. package/dist/types-ts4.5/i18n/hu.d.ts +152 -2
  150. package/dist/types-ts4.5/i18n/it.d.ts +152 -2
  151. package/dist/types-ts4.5/i18n/ja.d.ts +152 -2
  152. package/dist/types-ts4.5/i18n/ko.d.ts +152 -2
  153. package/dist/types-ts4.5/i18n/nb.d.ts +152 -2
  154. package/dist/types-ts4.5/i18n/nl.d.ts +152 -2
  155. package/dist/types-ts4.5/i18n/pl.d.ts +152 -2
  156. package/dist/types-ts4.5/i18n/pt_BR.d.ts +152 -2
  157. package/dist/types-ts4.5/i18n/ru.d.ts +152 -2
  158. package/dist/types-ts4.5/i18n/sl.d.ts +129 -2
  159. package/dist/types-ts4.5/i18n/sr_RS.d.ts +129 -2
  160. package/dist/types-ts4.5/i18n/sr_YR.d.ts +129 -2
  161. package/dist/types-ts4.5/i18n/sv.d.ts +152 -2
  162. package/dist/types-ts4.5/i18n/th.d.ts +152 -2
  163. package/dist/types-ts4.5/i18n/tr.d.ts +152 -2
  164. package/dist/types-ts4.5/i18n/uk.d.ts +152 -2
  165. package/dist/types-ts4.5/i18n/vi.d.ts +152 -2
  166. package/dist/types-ts4.5/i18n/zh.d.ts +152 -2
  167. package/dist/types-ts4.5/i18n/zh_TW.d.ts +152 -2
  168. package/dist/types-ts4.5/ui/datasource-table-view/datasource-column-sort.d.ts +12 -0
  169. package/dist/types-ts4.5/ui/datasource-table-view/datasourceTableView.d.ts +2 -2
  170. package/dist/types-ts4.5/ui/datasource-table-view/types.d.ts +1 -1
  171. package/dist/types-ts4.5/ui/issue-like-table/index.d.ts +1 -1
  172. package/dist/types-ts4.5/ui/issue-like-table/messages.d.ts +33 -23
  173. package/dist/types-ts4.5/ui/issue-like-table/types.d.ts +10 -0
  174. package/package.json +12 -9
@@ -18,9 +18,14 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
18
18
  var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
19
19
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
20
20
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
21
+ var _reactIntl = require("react-intl");
21
22
  var _tinyInvariant = _interopRequireDefault(require("tiny-invariant"));
23
+ var _new = _interopRequireDefault(require("@atlaskit/button/new"));
22
24
  var _flag = require("@atlaskit/flag");
25
+ var _sortAscending = _interopRequireDefault(require("@atlaskit/icon/core/sort-ascending"));
26
+ var _sortDescending = _interopRequireDefault(require("@atlaskit/icon/core/sort-descending"));
23
27
  var _linkingCommon = require("@atlaskit/linking-common");
28
+ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
24
29
  var _closestEdge = require("@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge");
25
30
  var _reorderWithEdge = require("@atlaskit/pragmatic-drag-and-drop-hitbox/util/reorder-with-edge");
26
31
  var _pragmaticDragAndDropReactBeautifulDndAutoscroll = require("@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll");
@@ -32,9 +37,11 @@ var _ufoExperiences = require("../../analytics/ufoExperiences");
32
37
  var _datasourceExperienceId = require("../../contexts/datasource-experience-id");
33
38
  var _useIsInPDFRender = require("../../hooks/useIsInPDFRender");
34
39
  var _columnPicker = require("./column-picker");
40
+ var _customIcons = require("./custom-icons");
35
41
  var _dragColumnPreview = require("./drag-column-preview");
36
42
  var _draggableTableHeading = require("./draggable-table-heading");
37
43
  var _emptyState = _interopRequireDefault(require("./empty-state"));
44
+ var _messages = require("./messages");
38
45
  var _renderType = require("./render-type");
39
46
  var _tableCellContent = require("./table-cell-content");
40
47
  var _useIsOnScreen = require("./useIsOnScreen");
@@ -42,7 +49,8 @@ var _utils = require("./utils");
42
49
  var _excluded = ["as", "style"],
43
50
  _excluded2 = ["as", "style"],
44
51
  _excluded3 = ["as", "style"],
45
- _excluded4 = ["as", "style"];
52
+ _excluded4 = ["as", "style"],
53
+ _excluded5 = ["as", "style"];
46
54
  /* eslint-disable @atlaskit/design-system/use-tokens-typography */
47
55
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t2 in e) "default" !== _t2 && {}.hasOwnProperty.call(e, _t2) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t2)) && (i.get || i.set) ? o(f, _t2, i) : f[_t2] = e[_t2]); return f; })(e, t); }
48
56
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -134,6 +142,22 @@ var tableStyles = null;
134
142
  var noDefaultBorderStyles = null;
135
143
  var headerStyles = null;
136
144
  var headingHoverEffectStyles = null;
145
+
146
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled -- Matches DraggableTableHeading button normalization.
147
+ var SortableHeaderParent = (0, _react.forwardRef)(function (_ref5, __cmplr) {
148
+ var _ref5$as = _ref5.as,
149
+ C = _ref5$as === void 0 ? "div" : _ref5$as,
150
+ __cmpls = _ref5.style,
151
+ __cmplp = (0, _objectWithoutProperties2.default)(_ref5, _excluded5);
152
+ return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
153
+ style: __cmpls,
154
+ ref: __cmplr,
155
+ className: (0, _runtime.ax)(["_1e0c1txw _4cvr1h6o _o5721q9c _1wtnze3t _ficf1e5h _jq8g1wug _11lvze3t _yhjm1b66", __cmplp.className])
156
+ }));
157
+ });
158
+ if (process.env.NODE_ENV !== 'production') {
159
+ SortableHeaderParent.displayName = 'SortableHeaderParent';
160
+ }
137
161
  function extractIndex(data) {
138
162
  var index = data.index;
139
163
  (0, _tinyInvariant.default)(typeof index === 'number');
@@ -180,26 +204,30 @@ function getDefaultColumnWidth(key, type) {
180
204
  return DEFAULT_WIDTH;
181
205
  }
182
206
  }
183
- var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLikeDataTableView(_ref5) {
207
+ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLikeDataTableView(_ref6) {
184
208
  var _containerRef$current;
185
- var testId = _ref5.testId,
186
- onNextPage = _ref5.onNextPage,
187
- onLoadDatasourceDetails = _ref5.onLoadDatasourceDetails,
188
- items = _ref5.items,
189
- itemIds = _ref5.itemIds,
190
- columns = _ref5.columns,
191
- _ref5$renderItem = _ref5.renderItem,
192
- renderItem = _ref5$renderItem === void 0 ? _renderType.renderType : _ref5$renderItem,
193
- visibleColumnKeys = _ref5.visibleColumnKeys,
194
- onVisibleColumnKeysChange = _ref5.onVisibleColumnKeysChange,
195
- columnCustomSizes = _ref5.columnCustomSizes,
196
- onColumnResize = _ref5.onColumnResize,
197
- wrappedColumnKeys = _ref5.wrappedColumnKeys,
198
- onWrappedColumnChange = _ref5.onWrappedColumnChange,
199
- status = _ref5.status,
200
- hasNextPage = _ref5.hasNextPage,
201
- scrollableContainerHeight = _ref5.scrollableContainerHeight,
202
- extensionKey = _ref5.extensionKey;
209
+ var testId = _ref6.testId,
210
+ onNextPage = _ref6.onNextPage,
211
+ onLoadDatasourceDetails = _ref6.onLoadDatasourceDetails,
212
+ items = _ref6.items,
213
+ itemIds = _ref6.itemIds,
214
+ columns = _ref6.columns,
215
+ _ref6$renderItem = _ref6.renderItem,
216
+ renderItem = _ref6$renderItem === void 0 ? _renderType.renderType : _ref6$renderItem,
217
+ visibleColumnKeys = _ref6.visibleColumnKeys,
218
+ onVisibleColumnKeysChange = _ref6.onVisibleColumnKeysChange,
219
+ columnCustomSizes = _ref6.columnCustomSizes,
220
+ onColumnResize = _ref6.onColumnResize,
221
+ onColumnSort = _ref6.onColumnSort,
222
+ wrappedColumnKeys = _ref6.wrappedColumnKeys,
223
+ onWrappedColumnChange = _ref6.onWrappedColumnChange,
224
+ sortState = _ref6.sortState,
225
+ status = _ref6.status,
226
+ hasNextPage = _ref6.hasNextPage,
227
+ scrollableContainerHeight = _ref6.scrollableContainerHeight,
228
+ extensionKey = _ref6.extensionKey;
229
+ var _useIntl = (0, _reactIntl.useIntl)(),
230
+ formatMessage = _useIntl.formatMessage;
203
231
  var tableId = (0, _react.useMemo)(function () {
204
232
  return Symbol('unique-id');
205
233
  }, []);
@@ -236,8 +264,8 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
236
264
  }, [experienceId, status]);
237
265
  var visibleSortedColumns = (0, _react.useMemo)(function () {
238
266
  return visibleColumnKeys.map(function (visibleKey) {
239
- return orderedColumns.find(function (_ref6) {
240
- var key = _ref6.key;
267
+ return orderedColumns.find(function (_ref7) {
268
+ var key = _ref7.key;
241
269
  return visibleKey === key;
242
270
  });
243
271
  }).filter(Boolean);
@@ -247,9 +275,9 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
247
275
  // If data comes first, then columns and then visibleColumnKeys it blows up,
248
276
  // or some other combination.
249
277
  var columnsWidthsSum = (0, _react.useMemo)(function () {
250
- return visibleSortedColumns.map(function (_ref7) {
251
- var key = _ref7.key,
252
- type = _ref7.type;
278
+ return visibleSortedColumns.map(function (_ref8) {
279
+ var key = _ref8.key,
280
+ type = _ref8.type;
253
281
  return (columnCustomSizes === null || columnCustomSizes === void 0 ? void 0 : columnCustomSizes[key]) || getDefaultColumnWidth(key, type);
254
282
  }).reduce(function (sum, width) {
255
283
  return width + sum;
@@ -265,10 +293,10 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
265
293
  }
266
294
  }, [columnCustomSizes, columnsWidthsSum, shouldUseWidth, tableContainerWidth]);
267
295
  var headerColumns = (0, _react.useMemo)(function () {
268
- return visibleSortedColumns.map(function (_ref8, index) {
269
- var key = _ref8.key,
270
- title = _ref8.title,
271
- type = _ref8.type;
296
+ return visibleSortedColumns.map(function (_ref9, index) {
297
+ var key = _ref9.key,
298
+ title = _ref9.title,
299
+ type = _ref9.type;
272
300
  return {
273
301
  key: key,
274
302
  content: title,
@@ -323,9 +351,9 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
323
351
  return;
324
352
  }
325
353
  return (0, _combine.combine)((0, _adapter.monitorForElements)({
326
- onDragStart: function onDragStart(_ref9) {
327
- var location = _ref9.location,
328
- source = _ref9.source;
354
+ onDragStart: function onDragStart(_ref0) {
355
+ var location = _ref0.location,
356
+ source = _ref0.source;
329
357
  initialAutoScrollerClientY.current = location.current.input.clientY;
330
358
  if (source.data.type === 'table-header') {
331
359
  var _containerRef$current2;
@@ -341,9 +369,9 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
341
369
  });
342
370
  }
343
371
  },
344
- onDrag: function onDrag(_ref0) {
345
- var location = _ref0.location,
346
- source = _ref0.source;
372
+ onDrag: function onDrag(_ref1) {
373
+ var location = _ref1.location,
374
+ source = _ref1.source;
347
375
  if (source.data.type === 'table-header') {
348
376
  var _containerRef$current3;
349
377
  _pragmaticDragAndDropReactBeautifulDndAutoscroll.autoScroller.updateInput({
@@ -353,9 +381,9 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
353
381
  });
354
382
  }
355
383
  },
356
- onDrop: function onDrop(_ref1) {
357
- var source = _ref1.source,
358
- location = _ref1.location;
384
+ onDrop: function onDrop(_ref10) {
385
+ var source = _ref10.source,
386
+ location = _ref10.location;
359
387
  _pragmaticDragAndDropReactBeautifulDndAutoscroll.autoScroller.stop();
360
388
  if (location.current.dropTargets.length === 0) {
361
389
  return;
@@ -390,10 +418,10 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
390
418
  return itemIds.map(function (id, rowIndex) {
391
419
  return {
392
420
  key: id,
393
- cells: visibleSortedColumns.map(function (_ref10, cellIndex) {
394
- var key = _ref10.key,
395
- type = _ref10.type,
396
- title = _ref10.title;
421
+ cells: visibleSortedColumns.map(function (_ref11, cellIndex) {
422
+ var key = _ref11.key,
423
+ type = _ref11.type,
424
+ title = _ref11.title;
397
425
  return {
398
426
  key: key,
399
427
  columnKey: key,
@@ -473,6 +501,9 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
473
501
  }, _callee, null, [[2, 4]]);
474
502
  })), [experienceId, extensionKey, hasFullSchema, onLoadDatasourceDetails]);
475
503
  var isEditable = onVisibleColumnKeysChange && hasData;
504
+ // Sorting is enabled only when the table owns the header interaction (read-only mode).
505
+ // Editable tables reserve header interactions for drag/resize/wrap controls.
506
+ var shouldEnableColumnSort = !!onColumnSort && !onVisibleColumnKeysChange && !onColumnResize && !onWrappedColumnChange;
476
507
  var orderedColumnsAreUpToDate = orderedColumns.length === columns.length;
477
508
  var shouldDisplayColumnsInPicker = hasFullSchema && orderedColumnsAreUpToDate;
478
509
  var view = /*#__PURE__*/React.createElement("div", {
@@ -502,10 +533,10 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
502
533
  className: (0, _runtime.ax)(["_n7zlidpf", "_bfhkchd4 _kqsw1if8 _154iidpf _1pbyzo7u", !!onVisibleColumnKeysChange ? 'has-column-picker' : ''])
503
534
  }, /*#__PURE__*/React.createElement("tr", {
504
535
  ref: tableHeaderRowRef
505
- }, headerColumns.map(function (_ref12, cellIndex) {
506
- var key = _ref12.key,
507
- content = _ref12.content,
508
- width = _ref12.width;
536
+ }, headerColumns.map(function (_ref13, cellIndex) {
537
+ var key = _ref13.key,
538
+ content = _ref13.content,
539
+ width = _ref13.width;
509
540
  var heading = /*#__PURE__*/React.createElement(_tooltip.default, {
510
541
  content: content,
511
542
  tag: "span",
@@ -516,17 +547,42 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
516
547
  className: (0, _runtime.ax)(["_11c8wadc _k48p1wq8"])
517
548
  }, content));
518
549
  var isHeadingOutsideButton = !isEditable || !onWrappedColumnChange;
519
- if (isHeadingOutsideButton) {
550
+ if (shouldEnableColumnSort) {
551
+ var sortedDirection = (sortState === null || sortState === void 0 ? void 0 : sortState.key) === key ? sortState.direction : undefined;
552
+ // Use directional icon only for the active sort column; keep width stable otherwise.
553
+ var SortIcon = sortedDirection ? sortedDirection === 'ASC' ? _sortAscending.default : _sortDescending.default : _customIcons.GlyphPlaceholder;
554
+ var sortLabel = typeof content === 'string' ? content : key;
555
+ var sortButtonAriaLabel = sortedDirection === 'ASC' ? formatMessage(_messages.issueLikeTableMessages.sortByColumnDescendingAction, {
556
+ column: sortLabel
557
+ }) : formatMessage(_messages.issueLikeTableMessages.sortByColumnAscendingAction, {
558
+ column: sortLabel
559
+ });
560
+ heading = /*#__PURE__*/React.createElement(SortableHeaderParent, null, /*#__PURE__*/React.createElement(_new.default, {
561
+ appearance: "subtle",
562
+ spacing: "compact",
563
+ shouldFitContainer: true,
564
+ testId: "".concat(key, "-column-sort-button"),
565
+ "aria-label": sortButtonAriaLabel,
566
+ iconAfter: function iconAfter(iconProps) {
567
+ return /*#__PURE__*/React.createElement(SortIcon, (0, _extends2.default)({}, iconProps, {
568
+ size: "small"
569
+ }));
570
+ },
571
+ onClick: function onClick() {
572
+ return onColumnSort === null || onColumnSort === void 0 ? void 0 : onColumnSort(key);
573
+ }
574
+ }, heading));
575
+ } else if (isHeadingOutsideButton) {
520
576
  heading = /*#__PURE__*/React.createElement("div", {
521
577
  className: (0, _runtime.ax)(["_1e0c1txw _4cvr1h6o _o5721q9c _8vu418qm _irr3l4ek"])
522
578
  }, heading);
523
579
  }
524
580
  if (isEditable) {
525
581
  var _containerRef$current4;
526
- var previewRows = tableRows.map(function (_ref13) {
527
- var cells = _ref13.cells;
528
- var cell = cells.find(function (_ref14) {
529
- var cellKey = _ref14.key;
582
+ var previewRows = tableRows.map(function (_ref14) {
583
+ var cells = _ref14.cells;
584
+ var cell = cells.find(function (_ref15) {
585
+ var cellKey = _ref15.key;
530
586
  return cellKey === key;
531
587
  });
532
588
  if (cell) {
@@ -550,16 +606,18 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
550
606
  onIsWrappedChange: onWrappedColumnChange === null || onWrappedColumnChange === void 0 ? void 0 : onWrappedColumnChange.bind(null, key)
551
607
  }, heading);
552
608
  } else {
553
- return /*#__PURE__*/React.createElement(TableHeading, {
609
+ return /*#__PURE__*/React.createElement(TableHeading, (0, _extends2.default)({
554
610
  key: key,
555
611
  "data-testid": "".concat(key, "-column-heading")
612
+ }, (0, _platformFeatureFlags.fg)('platform_lp_jira_sllv_renderer_column_sorting') ? {
613
+ 'aria-sort': (sortState === null || sortState === void 0 ? void 0 : sortState.key) === key && sortState.direction === 'ASC' ? 'ascending' : (sortState === null || sortState === void 0 ? void 0 : sortState.key) === key && sortState.direction === 'DESC' ? 'descending' : undefined
614
+ } : {}, {
556
615
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
557
- ,
558
616
  style: (0, _utils.getWidthCss)({
559
617
  shouldUseWidth: shouldUseWidth,
560
618
  width: width
561
619
  })
562
- }, heading);
620
+ }), heading);
563
621
  }
564
622
  }), onVisibleColumnKeysChange && /*#__PURE__*/React.createElement(ColumnPickerHeader, null, /*#__PURE__*/React.createElement(_columnPicker.ColumnPicker, {
565
623
  columns: shouldDisplayColumnsInPicker ? orderedColumns : [],
@@ -569,18 +627,18 @@ var IssueLikeDataTableView = exports.IssueLikeDataTableView = function IssueLike
569
627
  })))), /*#__PURE__*/React.createElement("tbody", {
570
628
  "data-testid": testId && "".concat(testId, "--body"),
571
629
  className: (0, _runtime.ax)(["_n7zlidpf"])
572
- }, rows.map(function (_ref15) {
573
- var key = _ref15.key,
574
- cells = _ref15.cells,
575
- ref = _ref15.ref;
630
+ }, rows.map(function (_ref16) {
631
+ var key = _ref16.key,
632
+ cells = _ref16.cells,
633
+ ref = _ref16.ref;
576
634
  return /*#__PURE__*/React.createElement("tr", {
577
635
  key: key,
578
636
  "data-testid": testId && "".concat(testId, "--row-").concat(key),
579
637
  ref: ref
580
- }, cells.map(function (_ref16, cellIndex) {
581
- var cellKey = _ref16.key,
582
- content = _ref16.content,
583
- width = _ref16.width;
638
+ }, cells.map(function (_ref17, cellIndex) {
639
+ var cellKey = _ref17.key,
640
+ content = _ref17.content,
641
+ width = _ref17.width;
584
642
  var isLastCell = cellIndex === cells.length - 1;
585
643
  var loadingRowStyle = (0, _utils.getWidthCss)({
586
644
  shouldUseWidth: shouldUseWidth,
@@ -46,6 +46,16 @@ var issueLikeTableMessages = exports.issueLikeTableMessages = (0, _reactIntl.def
46
46
  description: 'Table header Dropdown item for making whole column to not wrap text',
47
47
  defaultMessage: 'Unwrap text'
48
48
  },
49
+ sortByColumnAscendingAction: {
50
+ id: 'linkDataSource.issue-line-table.sort-by-column-ascending-action',
51
+ description: 'Accessible label for sorting a table column in ascending order',
52
+ defaultMessage: 'Sort by {column} ascending.'
53
+ },
54
+ sortByColumnDescendingAction: {
55
+ id: 'linkDataSource.issue-line-table.sort-by-column-descending-action',
56
+ description: 'Accessible label for sorting a table column in descending order',
57
+ defaultMessage: 'Sort by {column} descending.'
58
+ },
49
59
  fetchActionErrorGenericDescriptionGalaxia: {
50
60
  id: 'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia',
51
61
  description: 'Generic error message description shown when fetching inline edit dropdown field fails',
@@ -5,6 +5,155 @@
5
5
  * This file is automatically generated by Traduki 2.0.
6
6
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
7
  */
8
-
9
- import translations from '@atlaskit/afm-i18n-platform-linking-platform-link-datasource/i18n/cs';
10
- export default translations;
8
+ //Czech
9
+ export default {
10
+ '1M7iXg': 'Editor dotazů JQL',
11
+ 'linkDataSource.accessInstructions': 'Chcete-li požádat o přístup, obraťte se na správce webu.',
12
+ 'linkDataSource.accessRequired': 'K tomuto obsahu nemáte přístup',
13
+ 'linkDataSource.assets.configModal.aqlSearchInput.helpTooltipText': 'Nápověda k syntaxi',
14
+ 'linkDataSource.assets.configModal.aqlSearchInput.placeholder': 'Vyhledat pomocí AQL',
15
+ 'linkDataSource.assets.configModal.objectSchemaSelect.label': 'Vyberte schéma.',
16
+ 'linkDataSource.assets.configModal.objectSchemaSelect.placeholder': 'Vyberte schéma.',
17
+ 'linkDataSource.assets.configModal.objectSchemaSelect.schemaRequired': 'Je nutné vybrat schéma',
18
+ 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.learnMoreLink': 'Další informace o vyhledávání pomocí AQL',
19
+ 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.learnMoreLinkOld': 'Další informace o vyhledávání pomocí AQL',
20
+ 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.searchDescription': 'Chcete-li vyhledávat, začněte psát nebo použijte dotaz AQL.',
21
+ 'linkDataSource.assets.configModal.renderAssetsContent.initialStateView.searchTitle': 'Vyhledat objekty nebo typy objektů',
22
+ 'linkDataSource.assets.configmodal.insertIssuesButtonText': '{objectsCount, plural, one {Vložit objekt} few {Vložit objekty} many {Vložit objekty} other {Vložit objekty}}',
23
+ 'linkDataSource.assets.configmodal.insertObjectsTitle': 'Vložit objekty z:',
24
+ 'linkDataSource.assets.configmodal.updateObjectsButtonText': 'Aktualizovat tabulku',
25
+ 'linkDataSource.basic-filter.assignee.label': 'Pověřená osoba',
26
+ 'linkDataSource.basic-filter.assignee.searchPlaceholder': 'Vyhledat pověřenou osobu',
27
+ 'linkDataSource.basic-filter.dropdown.select.assignee.unassigned': 'Nepřiřazeno',
28
+ 'linkDataSource.basic-filter.dropdown.select.placeholder': 'Vyhledat',
29
+ 'linkDataSource.basic-filter.error-description': 'Zkontrolujte připojení a obnovte stránku',
30
+ 'linkDataSource.basic-filter.errorMessage': 'Při pokusu o načtení výsledků se vyskytl problém.',
31
+ 'linkDataSource.basic-filter.errorMessageOld': 'Něco se pokazilo',
32
+ 'linkDataSource.basic-filter.footer.pagination-details': '{currentDisplayCount} z {totalCount}',
33
+ 'linkDataSource.basic-filter.loading-message': 'Načítání…',
34
+ 'linkDataSource.basic-filter.no-options-description': 'Zkuste to znovu s jiným termínem.',
35
+ 'linkDataSource.basic-filter.no-options-message': 'Vašemu vyhledávání neodpovídají žádné výsledky',
36
+ 'linkDataSource.basic-filter.no-options-message-old': 'Nebyly nalezeny žádné shody',
37
+ 'linkDataSource.basic-filter.project.label': 'Projekt',
38
+ 'linkDataSource.basic-filter.project.label-galaxia': 'Prostor',
39
+ 'linkDataSource.basic-filter.project.searchPlaceholder': 'Vyhledat projekty',
40
+ 'linkDataSource.basic-filter.project.searchPlaceholder-galaxia': 'Vyhledat prostory',
41
+ 'linkDataSource.basic-filter.showMoreButton': 'Zobrazit více',
42
+ 'linkDataSource.basic-filter.status.label': 'Stav',
43
+ 'linkDataSource.basic-filter.status.searchPlaceholder': 'Vyhledat stav',
44
+ 'linkDataSource.basic-filter.type.label': 'Typ práce',
45
+ 'linkDataSource.basic-filter.type.labelOld': 'Typ',
46
+ 'linkDataSource.basic-filter.type.searchPlaceholder': 'Vyhledat typ požadavku',
47
+ 'linkDataSource.checkConnection': 'Zkontrolujte připojení a obnovte stránku nebo to zkuste znovu později.',
48
+ 'linkDataSource.clol-basic-filter.editedOrCreatedBy.label': 'Upraveno nebo vytvořeno uživatelem',
49
+ 'linkDataSource.column-picker.no-all-items-shown-message.line-1': 'Vaše vyhledávání vrátilo příliš mnoho výsledků.',
50
+ 'linkDataSource.column-picker.no-all-items-shown-message.line-2': 'Zkuste to znovu s konkrétnějšími klíčovými slovy.',
51
+ 'linkDataSource.column-picker.search': 'Vyhledat pole',
52
+ 'linkDataSource.column-picker.tooltip': 'Konfigurovat sloupce',
53
+ 'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Vyhledat požadavky pomocí klíčového slova',
54
+ 'linkDataSource.configmodal.basicTextSearchPlaceholder-issue-term-refresh': 'Vyhledat požadavky pomocí klíčového slova',
55
+ 'linkDataSource.configmodal.cancelButtonText': 'Zrušit',
56
+ 'linkDataSource.confluence-search.checkConnectionWithSource': 'Zkontrolujte připojení a obnovte stránku nebo <a>otevřete tento projekt v Confluence</a> a zkontrolujte jej.',
57
+ 'linkDataSource.confluence-search.checkConnectionWithSource-galaxia': 'Zkontrolujte připojení a obnovte stránku nebo <a>otevřete tento prostor Jira v Confluence</a> a zkontrolujte jej.',
58
+ 'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Zrušit',
59
+ 'linkDataSource.confluence-search.configmodal.date.range.after.label': 'po {date}',
60
+ 'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Kdykoliv',
61
+ 'linkDataSource.confluence-search.configmodal.date.range.before.label': 'před {date}',
62
+ 'linkDataSource.confluence-search.configmodal.date.range.custom': 'Vlastní',
63
+ 'linkDataSource.confluence-search.configmodal.date.range.custom.invalid.after.end': 'Datum Od musí být před datem Do.',
64
+ 'linkDataSource.confluence-search.configmodal.date.range.custom.invalid.after.today': 'Datum Od nesmí být v budoucnosti.',
65
+ 'linkDataSource.confluence-search.configmodal.date.range.custom.invalid.to.after.today': 'Datum Do nesmí být v budoucnosti.',
66
+ 'linkDataSource.confluence-search.configmodal.date.range.error': 'Chyba rozsahu dat',
67
+ 'linkDataSource.confluence-search.configmodal.date.range.from': 'Od',
68
+ 'linkDataSource.confluence-search.configmodal.date.range.input.placeholder': 'Vyberte datum.',
69
+ 'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Posledních 30 dní',
70
+ 'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Posledních 7 dní',
71
+ 'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Poslední rok',
72
+ 'linkDataSource.confluence-search.configmodal.date.range.title': 'Naposledy aktualizováno',
73
+ 'linkDataSource.confluence-search.configmodal.date.range.to': 'Do',
74
+ 'linkDataSource.confluence-search.configmodal.date.range.to.Label': 'do',
75
+ 'linkDataSource.confluence-search.configmodal.date.range.today': 'Dnes',
76
+ 'linkDataSource.confluence-search.configmodal.date.range.update.button': 'Aktualizovat',
77
+ 'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Včera',
78
+ 'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Vložit seznam Confluence',
79
+ 'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Vložit seznam Confluence z:',
80
+ 'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Vložit výsledky',
81
+ 'linkDataSource.confluence-search.configmodal.placeholder.issues': '### Výsledky',
82
+ 'linkDataSource.confluence-search.configmodal.searchLabel': 'Zadejte klíčová slova k vyhledání stránek, příloh a dalších položek.',
83
+ 'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Chcete-li požádat o přístup, obraťte se na správce.',
84
+ 'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Nemáte přístup k žádným webům Confluence',
85
+ 'linkDataSource.datasource.table.authConnectButtonText': 'Připojit',
86
+ 'linkDataSource.datasource.table.authScreenDescriptionText': 'Připojte svůj účet {providerName} a spolupracujte pomocí všech produktů Atlassian.',
87
+ 'linkDataSource.datasource.table.authScreenDescriptionText-appify': 'Připojte svůj účet {providerName} a spolupracujte pomocí všech aplikací Atlassian.',
88
+ 'linkDataSource.datasource.table.authScreenHeaderText': 'Připojte svůj účet {providerName}',
89
+ 'linkDataSource.datasource.table.learnMoreAboutSmartLinks': 'Další informace o chytrých odkazech',
90
+ 'linkDataSource.issue-line-table.error-403-description': 'K úpravě této položky potřebujete správná oprávnění.',
91
+ 'linkDataSource.issue-line-table.error-403-title': 'Změny nebyly uloženy',
92
+ 'linkDataSource.issue-line-table.error-generic-description': 'Při pokusu o dokončení aktualizace se vyskytl problém. Počkejte pár minut a zkuste to znovu. Pokud se problém opakuje, kontaktujte podporu.',
93
+ 'linkDataSource.issue-line-table.error-generic-title': 'Něco se pokazilo',
94
+ 'linkDataSource.issue-line-table.fetch-action-error-generic-description': 'Počkejte pár minut a zkuste to znovu. Zkontrolujte nastavení projektu, a pokud se problém opakuje, kontaktujte podporu.',
95
+ 'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia': 'Počkejte pár minut a zkuste to znovu. Zkontrolujte nastavení prostoru, a pokud se problém opakuje, kontaktujte podporu.',
96
+ 'linkDataSource.issue-line-table.fetch-action-error-generic-title': 'Při načítání možností došlo k problémům',
97
+ 'linkDataSource.issue-line-table.unwrap-text': 'Zrušit zalamování textu',
98
+ 'linkDataSource.issue-line-table.wrap-text': 'Zalomit text',
99
+ 'linkDataSource.issueLikeTable.renderType.dateRange.fullRange': '{start} - {end}',
100
+ 'linkDataSource.issueLikeTable.renderType.dateRange.quarterRange': '{startMonth}–{endMonth}, {year}',
101
+ 'linkDataSource.issueLikeTable.renderType.dateRange.quarterRangeOverYears': '{startMonth}–{endMonth}, {startYear}–{endYear}',
102
+ 'linkDataSource.accessRequiredWithSite': 'Nemáte přístup k webu',
103
+ 'linkDataSource.jira-issues.checkConnection.confluence': 'Zkontrolujte připojení a obnovte stránku nebo <a>otevřete toto vyhledávání v Confluence</a> a zkontrolujte jej.',
104
+ 'linkDataSource.jira-issues.checkConnection.jira': 'Zkontrolujte připojení a obnovte stránku nebo <a>otevřete toto vyhledávání v Jira</a> a zkontrolujte jej.',
105
+ 'linkDataSource.checkConnectionWithSource': 'Zkontrolujte připojení a obnovte stránku nebo <a>otevřete tento dotaz v Jira</a> a zkontrolujte jej.',
106
+ 'linkDataSource.jira-issues.checkConnectionWithSource.visual-refresh-sllv': 'Zkontrolujte připojení a obnovte stránku nebo <a>otevřete tento projekt v Jira</a> a zkontrolujte jej.',
107
+ 'linkDataSource.jira-issues.checkConnectionWithSource.visual-refresh-sllv-galaxia': 'Zkontrolujte připojení a obnovte stránku nebo <a>otevřete tento prostor v Jira</a> a zkontrolujte jej.',
108
+ 'linkDataSource.jira-issues.configmodal.basicModeSwitchDisabledTooltipText': 'U tohoto dotazu nemůžete přepnout na základní režim.',
109
+ 'linkDataSource.jira-issues.configmodal.basicModeText': 'Základní',
110
+ 'linkDataSource.jira-issues.configmodal.basicTextSearchPlaceholder-issue-term-refresh': 'Vyhledat požadavky pomocí klíčového slova',
111
+ 'linkDataSource.site-selector.configmodal.chooseSite': 'Vyberte web',
112
+ 'linkDataSource.jira-issues.configmodal.insertIssuesButtonText': 'Vložit požadavky',
113
+ 'linkDataSource.jira-issues.configmodal.insertIssuesButtonText-issue-term-sllv': 'Vložit výsledky',
114
+ 'linkDataSource.jira-issues.configmodal.insertIssuesTitle': 'Vložit požadavky Jira',
115
+ 'linkDataSource.jira-issues.configmodal.insertIssuesTitle-issue-term-refresh': 'Vložit požadavky Jira',
116
+ 'linkDataSource.jira-issues.configmodal.insertIssuesTitleManySites': 'Vložit požadavky Jira z:',
117
+ 'linkDataSource.jira-issues.configmodal.insertIssuesTitleManySites-issue-term-refresh': 'Vložit požadavky Jira z:',
118
+ 'linkDataSource.jira-issues.configmodal.placeholder.issues-issue-term-refresh': '### požadavky/ů',
119
+ 'linkDataSource.jira-issues.configmodal.viewModeInlineLinkDescription': 'Zobrazit počet výsledků vyhledávání nebo jako vložený chytrý odkaz',
120
+ 'linkDataSource.jira-issues.configmodal.viewModeInlineLinkDescriptionOld': 'Zobrazit počet výsledků vyhledávání jako vložený chytrý odkaz',
121
+ 'linkDataSource.jira-issues.configmodal.viewModeInlineLinkLabel': 'Vložený odkaz',
122
+ 'linkDataSource.jira-issues.configmodal.viewModeListDescription': 'Zobrazit počet výsledků vyhledávání jako seznam',
123
+ 'linkDataSource.jira-issues.configmodal.viewModeListDescriptionOld': 'Zobrazit výsledky vyhledávání jako seznam',
124
+ 'linkDataSource.jira-issues.configmodal.viewModeListLabel': 'Sloupec',
125
+ 'linkDataSource.jira-issues.learnMoreLink': 'Další informace o vyhledávání pomocí JQL',
126
+ 'linkDataSource.no.jira.sites.access.description': 'Chcete-li požádat o přístup, obraťte se na správce.',
127
+ 'linkDataSource.no.jira.sites.access.title': 'Nemáte přístup k žádným webům Jira',
128
+ 'linkDataSource.noResultsFound': 'Vašemu vyhledávání neodpovídají žádné výsledky',
129
+ 'linkDataSource.jira-issues.noResultsFound.description': 'Zkuste to znovu s jiným termínem.',
130
+ 'linkDataSource.refresh': 'Obnovit',
131
+ 'linkDataSource.jira-issues.searchDescription-basic': 'Vyhledejte požadavky, které chcete vložit, pomocí klíčového slova.',
132
+ 'linkDataSource.jira-issues.searchDescription-jql': 'Vyhledávejte požadavky pomocí JQL (Jira Query Language).',
133
+ 'linkDataSource.jira-issues.searchJiraTitle': 'Vyhledat požadavky Jira',
134
+ 'linkDataSource.unableToLoadResults': 'Při pokusu o načtení výsledků se vyskytl problém.',
135
+ 'linkDataSource.modal-initial-state.beta': 'Beta',
136
+ 'linkDataSource.modal-initial-state.confluenceSearchTitle': 'Vyhledat stránky Confluence',
137
+ 'linkDataSource.modal-initial-state.jiraSearchTitle': 'Vyhledat požadavky Jira',
138
+ 'linkDataSource.modal-initial-state.learnMoreLinkOld': 'Jak vyhledávat pomocí JQL',
139
+ 'linkDataSource.modal-initial-state.searchDescription-basic-issue-term-refresh': 'Vyhledejte požadavky, které chcete vložit, pomocí klíčového slova.',
140
+ 'linkDataSource.modal-initial-state.searchDescription-basic.Sllv': 'Chcete-li vyhledávat, začněte psát nebo použijte dotaz JQL.',
141
+ 'linkDataSource.modal-initial-state.searchDescription-confluence': 'Vyhledejte stránky, které chcete vložit, pomocí klíčového slova.',
142
+ 'linkDataSource.modal-initial-state.searchDescription-jql-issue-term-refresh': 'Vyhledávejte požadavky pomocí JQL (Jira Query Language).',
143
+ 'linkDataSource.modal-initial-state.searchTitle-issue-term-refresh': 'Vyhledat požadavky Jira',
144
+ 'linkDataSource.render-type.boolean.false': 'Ne',
145
+ 'linkDataSource.render-type.boolean.true': 'Ano',
146
+ 'linkDataSource.render-type.user.default.display.name': 'Nepřiřazeno',
147
+ 'linkDataSource.search.configmodal.issueCountText': '{searchCount, plural, one {{searchCount,number} požadavek} few {{searchCount,number} požadavky} many {{searchCount,number} požadavku} other {{searchCount,number} požadavků}}',
148
+ 'linkDataSource.search.configmodal.issueCountText-issue-term-refresh': '{searchCount, plural, one {{searchCount,number} požadavek} few {{searchCount,number} požadavky} many {{searchCount,number} požadavku} other {{searchCount,number} požadavků}}',
149
+ 'linkDataSource.search.configmodal.itemCountText': '{searchCount, plural, one {{searchCount,number} položka} few {{searchCount,number} položky} many {{searchCount,number} položky} other {{searchCount,number} položek}}',
150
+ 'linkDataSource.search.configmodal.resultCountText': '{searchCount, plural, one {{searchCount,number} výsledek} few {{searchCount,number} výsledky} many {{searchCount,number} výsledku} other {{searchCount,number} výsledků}}',
151
+ 'linkDataSource.table-footer.date_formatter.under_one_minute': 'Synchronizováno právě teď',
152
+ 'linkDataSource.table-footer.date_formatter.under_over_minute': 'Synchronizováno {date}',
153
+ 'linkDataSource.table-footer.item': '{itemCount, plural, one {položka} few {položky} many {položky} other {položek}}',
154
+ 'linkDataSource.table-footer.loading': 'Načítání…',
155
+ 'linkDataSource.table-footer.power-by-jsm': 'Využívá technologii Aktiva v Jira Service Management',
156
+ 'linkDataSource.table-footer.powered-by-assets': 'Využívá Aktiva',
157
+ 'linkDataSource.table-footer.refresh': 'Obnovit',
158
+ 'linkDataSource.unableToLoadItems': 'Načtení položek se nezdařilo'
159
+ };