@economic/taco 2.53.0-settings.5 → 2.53.0-settings.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Dialog/components/DialogDrawer.d.ts +2 -2
- package/dist/components/Input/util.d.ts +7 -1
- package/dist/components/Listbox/util.d.ts +1 -1
- package/dist/components/Menu/components/Item.d.ts +7 -7
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/esm/packages/taco/src/charts/components/Donut/DonutChart.js.map +1 -1
- package/dist/esm/packages/taco/src/charts/components/Donut/Legend.js.map +1 -1
- package/dist/esm/packages/taco/src/charts/components/Legend.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Datepicker/useDatepicker.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Dialog/components/DialogDrawer.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Header/components/AgreementSelector.js +1 -1
- package/dist/esm/packages/taco/src/components/Header/components/AgreementSelector.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Input/util.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Listbox/util.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Menu/components/Item.js.map +1 -1
- package/dist/esm/packages/taco/src/components/OverflowGroup/OverflowGroup.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Popover/Popover.js.map +1 -1
- package/dist/esm/packages/taco/src/components/ScrollArea/ScrollArea.js +4 -4
- package/dist/esm/packages/taco/src/components/ScrollArea/ScrollArea.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/Select2.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Create.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Edit.js +0 -2
- package/dist/esm/packages/taco/src/components/Select2/components/Edit.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Option.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Search.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Select2/components/Trigger.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowEditing.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table3/components/Columns/Cell/Editing/RowMoveIndicator.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table3/components/Row/Row.js +4 -1
- package/dist/esm/packages/taco/src/components/Table3/components/Row/Row.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table3/useTable3.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Sortable/components/Item.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Body/util.js +4 -4
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Body/util.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/components/Menu.js +2 -2
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/components/Menu.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/components/Resizer.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Header/components/SortIndicator.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Row/BuiltIns/DisplayRow.js +6 -14
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Row/BuiltIns/DisplayRow.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Filters/Filters.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Filters/ManageFiltersPopover.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Print/Print.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Settings/HideOrOrderPopover.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/components/Toolbar/components/Settings/Settings.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/Core/features/useTableRenderer.js +12 -45
- package/dist/esm/packages/taco/src/primitives/Table/Core/features/useTableRenderer.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/useTableDataLoader.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/useTableDataLoader2.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/useTableManager/listeners/useTableShortcutsListener.js.map +1 -1
- package/dist/esm/packages/taco/src/primitives/Table/useTableManager/util/setup.js.map +1 -1
- package/dist/primitives/Sortable/components/Item.d.ts +2 -1
- package/dist/primitives/Table/Core/components/Header/components/SortIndicator.d.ts +3 -3
- package/dist/primitives/Table/Core/types.d.ts +1 -1
- package/dist/taco.cjs.development.js +33 -73
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +2 -3
- package/tailwind.config.js +0 -1
- package/plugins/tailwindcss-react-aria-components.js +0 -1
@@ -7056,12 +7056,12 @@ const Bar = props => {
|
|
7056
7056
|
className: className
|
7057
7057
|
}));
|
7058
7058
|
};
|
7059
|
-
const Thumb =
|
7059
|
+
const Thumb = () => /*#__PURE__*/React__default.createElement(ScrollAreaPrimitive.Thumb, {
|
7060
7060
|
className: "flex-[1] rounded bg-black opacity-50"
|
7061
|
-
})
|
7062
|
-
const Corner =
|
7061
|
+
});
|
7062
|
+
const Corner = () => /*#__PURE__*/React__default.createElement(ScrollAreaPrimitive.Corner, {
|
7063
7063
|
className: "bg-grey-500"
|
7064
|
-
})
|
7064
|
+
});
|
7065
7065
|
const ScrollArea = props => {
|
7066
7066
|
const {
|
7067
7067
|
children,
|
@@ -12433,16 +12433,13 @@ function getPaddingEndOffset(table, options) {
|
|
12433
12433
|
const bottomRows = (_table$getBottomRows = table.getBottomRows()) !== null && _table$getBottomRows !== void 0 ? _table$getBottomRows : [];
|
12434
12434
|
return ROW_HEIGHT_ESTIMATES.medium * ((_options$virtualiserP = options === null || options === void 0 ? void 0 : options.virtualiserPaddingEndOffset) !== null && _options$virtualiserP !== void 0 ? _options$virtualiserP : 1) * bottomRows.length;
|
12435
12435
|
}
|
12436
|
+
// A higher number ensure less scroll jumping for dynamic row heights, but too high can reduce performance. 8 worked well
|
12437
|
+
const OVERSCAN_ROW_COUNT = 8;
|
12436
12438
|
function useTableRenderer(renderers, table, tableRef, length, defaultRowActiveIndex, options) {
|
12437
12439
|
var _table$getState$group, _table$getCenterRows, _virtualItems$padding, _virtualItems$padding2, _virtualItems$padding3, _virtualItems$end, _virtualItems;
|
12438
12440
|
const tableMeta = table.options.meta;
|
12439
12441
|
const isTableRowGrouped = !!((_table$getState$group = table.getState().grouping) !== null && _table$getState$group !== void 0 && _table$getState$group.length);
|
12440
12442
|
const rows = (_table$getCenterRows = table.getCenterRows()) !== null && _table$getCenterRows !== void 0 ? _table$getCenterRows : [];
|
12441
|
-
// expanded rows
|
12442
|
-
const {
|
12443
|
-
createRowMeasurer,
|
12444
|
-
estimateSize
|
12445
|
-
} = useRowHeightVirtualisation(table);
|
12446
12443
|
// row groups
|
12447
12444
|
const rangeExtractor = useRowGroupVirtualisation(table);
|
12448
12445
|
// account for thead and tfoot in the scroll area - both are always medium row height
|
@@ -12450,15 +12447,20 @@ function useTableRenderer(renderers, table, tableRef, length, defaultRowActiveIn
|
|
12450
12447
|
const count = tableMeta.server.isEnabled && tableMeta.server._experimentalDataLoader2 ? length : rows.length;
|
12451
12448
|
const virtualiser = reactVirtual.useVirtualizer({
|
12452
12449
|
count,
|
12453
|
-
estimateSize
|
12450
|
+
estimateSize: () => {
|
12451
|
+
return tableMeta.rowHeight.height ? ROW_HEIGHT_ESTIMATES[tableMeta.rowHeight.height] : ROW_HEIGHT_ESTIMATES.medium;
|
12452
|
+
},
|
12454
12453
|
getScrollElement: () => tableRef.current,
|
12455
|
-
overscan: tableMeta.printing.isPrinting ? count :
|
12454
|
+
overscan: tableMeta.printing.isPrinting ? count : OVERSCAN_ROW_COUNT,
|
12456
12455
|
rangeExtractor,
|
12457
12456
|
// correctly sets the scroll padding offset, e.g. when keyboard navigating rows in the list
|
12458
12457
|
scrollPaddingStart,
|
12459
12458
|
scrollPaddingEnd: getScrollPaddingEndOffset(table),
|
12460
12459
|
paddingEnd: getPaddingEndOffset(table, options)
|
12461
12460
|
});
|
12461
|
+
React__default.useEffect(() => {
|
12462
|
+
virtualiser.measure();
|
12463
|
+
}, [table.getState().expanded]);
|
12462
12464
|
const totalSize = virtualiser.getTotalSize();
|
12463
12465
|
const virtualItems = virtualiser.getVirtualItems();
|
12464
12466
|
const scrollToIndex = React__default.useCallback((index, options = {
|
@@ -12540,7 +12542,9 @@ function useTableRenderer(renderers, table, tableRef, length, defaultRowActiveIn
|
|
12540
12542
|
table: table
|
12541
12543
|
});
|
12542
12544
|
}
|
12543
|
-
const measureRow =
|
12545
|
+
const measureRow = rowHeight => {
|
12546
|
+
virtualiser.resizeItem(virtualRow, rowHeight);
|
12547
|
+
};
|
12544
12548
|
return /*#__PURE__*/React__default.createElement(Row, {
|
12545
12549
|
key: row.id,
|
12546
12550
|
row: row,
|
@@ -12559,43 +12563,6 @@ function useTableRenderer(renderers, table, tableRef, length, defaultRowActiveIn
|
|
12559
12563
|
scrollToIndex
|
12560
12564
|
};
|
12561
12565
|
}
|
12562
|
-
// support varying row heights - variable row heights, row expansion
|
12563
|
-
function useRowHeightVirtualisation(table) {
|
12564
|
-
const tableMeta = table.options.meta;
|
12565
|
-
const rows = table.getRowModel().rows;
|
12566
|
-
const expandedState = table.getState().expanded;
|
12567
|
-
const [expandedRowHeightsCache, setExpandedRowHeightsCache] = React__default.useState({});
|
12568
|
-
// look at all registered expanded row heights and use them to form a more accurate average size
|
12569
|
-
// it might be worth considering if taking the max, or an upper bound, would be better
|
12570
|
-
const averageExpandedRowHeight = React__default.useMemo(() => {
|
12571
|
-
const values = Object.values(expandedRowHeightsCache);
|
12572
|
-
return values.length ? values.reduce((a, b) => a + b, 0) / values.length : 0;
|
12573
|
-
}, [expandedRowHeightsCache]);
|
12574
|
-
// row heights
|
12575
|
-
const estimateSize = React__default.useCallback(index => {
|
12576
|
-
var _rows$index, _rows$index$getIsExpa;
|
12577
|
-
const rowHeight = tableMeta.rowHeight.height ? ROW_HEIGHT_ESTIMATES[tableMeta.rowHeight.height] : ROW_HEIGHT_ESTIMATES.medium;
|
12578
|
-
if (expandedState === true || (_rows$index = rows[index]) !== null && _rows$index !== void 0 && (_rows$index$getIsExpa = _rows$index.getIsExpanded) !== null && _rows$index$getIsExpa !== void 0 && _rows$index$getIsExpa.call(_rows$index)) {
|
12579
|
-
return rowHeight + averageExpandedRowHeight;
|
12580
|
-
}
|
12581
|
-
return rowHeight;
|
12582
|
-
}, [tableMeta.rowHeight.height, averageExpandedRowHeight, expandedState]);
|
12583
|
-
const createRowMeasurer = React__default.useCallback((resizeItem, virtualRow) => (rowHeight, expansionHeight) => {
|
12584
|
-
// register the expansion height so that it can be used to determine an average
|
12585
|
-
if (expansionHeight) {
|
12586
|
-
setExpandedRowHeightsCache(cache => ({
|
12587
|
-
...cache,
|
12588
|
-
[virtualRow.index]: expansionHeight
|
12589
|
-
}));
|
12590
|
-
}
|
12591
|
-
// update the whole row's size to include the expanded height
|
12592
|
-
resizeItem(virtualRow, rowHeight + (expansionHeight !== null && expansionHeight !== void 0 ? expansionHeight : 0));
|
12593
|
-
}, []);
|
12594
|
-
return {
|
12595
|
-
estimateSize,
|
12596
|
-
createRowMeasurer
|
12597
|
-
};
|
12598
|
-
}
|
12599
12566
|
// support virtualised row groups (where the row group headers are sticky)
|
12600
12567
|
function useRowGroupVirtualisation(table) {
|
12601
12568
|
const rows = table.getRowModel().rows;
|
@@ -13282,8 +13249,12 @@ const DisplayRow = /*#__PURE__*/React__default.memo(function DisplayRow(props) {
|
|
13282
13249
|
}
|
13283
13250
|
const ref = React__default.useRef(null);
|
13284
13251
|
const expansionRef = React__default.useRef(null);
|
13285
|
-
|
13286
|
-
|
13252
|
+
React__default.useEffect(() => {
|
13253
|
+
var _ref$current$getBound, _ref$current, _expansionRef$current, _expansionRef$current2;
|
13254
|
+
const rowHeight = (_ref$current$getBound = (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.getBoundingClientRect().height) !== null && _ref$current$getBound !== void 0 ? _ref$current$getBound : 0;
|
13255
|
+
const expansionHeight = (_expansionRef$current = (_expansionRef$current2 = expansionRef.current) === null || _expansionRef$current2 === void 0 ? void 0 : _expansionRef$current2.getBoundingClientRect().height) !== null && _expansionRef$current !== void 0 ? _expansionRef$current : 0;
|
13256
|
+
measureRow(rowHeight + expansionHeight);
|
13257
|
+
}, [expansionRef.current]);
|
13287
13258
|
const className = cn('group/row', otherAttributes.className, {
|
13288
13259
|
'hover:cursor-grab': tableMeta.rowDrag.isEnabled && typeof attributes.onClick !== 'function',
|
13289
13260
|
'hover:cursor-pointer': typeof attributes.onClick === 'function'
|
@@ -13306,18 +13277,6 @@ const DisplayRow = /*#__PURE__*/React__default.memo(function DisplayRow(props) {
|
|
13306
13277
|
className: "col-span-full"
|
13307
13278
|
}, expandedRow))) : null);
|
13308
13279
|
});
|
13309
|
-
function useSetVirtualisedRowHeight(measureRow, rowEl, expansionEl, isExpanded) {
|
13310
|
-
React__default.useEffect(() => {
|
13311
|
-
if (rowEl) {
|
13312
|
-
const height = rowEl.getBoundingClientRect().height;
|
13313
|
-
if (isExpanded && expansionEl) {
|
13314
|
-
measureRow(height, expansionEl.getBoundingClientRect().height);
|
13315
|
-
} else {
|
13316
|
-
measureRow(height);
|
13317
|
-
}
|
13318
|
-
}
|
13319
|
-
}, [isExpanded, rowEl, expansionEl]);
|
13320
|
-
}
|
13321
13280
|
|
13322
13281
|
function DisplayCell(props) {
|
13323
13282
|
const {
|
@@ -13593,11 +13552,11 @@ function HeaderMenu(props) {
|
|
13593
13552
|
return Promise.reject(e);
|
13594
13553
|
}
|
13595
13554
|
};
|
13596
|
-
popoverElement = props => /*#__PURE__*/React__default.createElement(GotoPopover, Object.assign({}, props, {
|
13555
|
+
popoverElement = props => (/*#__PURE__*/React__default.createElement(GotoPopover, Object.assign({}, props, {
|
13597
13556
|
open: true,
|
13598
13557
|
onChange: handleClosePopover,
|
13599
13558
|
onGoto: goto
|
13600
|
-
}));
|
13559
|
+
})));
|
13601
13560
|
}
|
13602
13561
|
}
|
13603
13562
|
}
|
@@ -13954,10 +13913,10 @@ const FOCUS_MANAGER_OPTIONS_ARROW_KEYS = {
|
|
13954
13913
|
};
|
13955
13914
|
function useAugmentedFocusManager() {
|
13956
13915
|
const focusManager = focus.useFocusManager();
|
13957
|
-
const focusPrevious = (arrowNavigation = false) => focusManager.focusPrevious(arrowNavigation ? FOCUS_MANAGER_OPTIONS_ARROW_KEYS : FOCUS_MANAGER_OPTIONS_TAB);
|
13958
|
-
const focusNext = (arrowNavigation = false) => focusManager.focusNext(arrowNavigation ? FOCUS_MANAGER_OPTIONS_ARROW_KEYS : FOCUS_MANAGER_OPTIONS_TAB);
|
13959
|
-
const focusFirst = () => focusManager.focusFirst(FOCUS_MANAGER_OPTIONS_TAB);
|
13960
|
-
const focusLast = () => focusManager.focusLast(FOCUS_MANAGER_OPTIONS_TAB);
|
13916
|
+
const focusPrevious = (arrowNavigation = false) => focusManager === null || focusManager === void 0 ? void 0 : focusManager.focusPrevious(arrowNavigation ? FOCUS_MANAGER_OPTIONS_ARROW_KEYS : FOCUS_MANAGER_OPTIONS_TAB);
|
13917
|
+
const focusNext = (arrowNavigation = false) => focusManager === null || focusManager === void 0 ? void 0 : focusManager.focusNext(arrowNavigation ? FOCUS_MANAGER_OPTIONS_ARROW_KEYS : FOCUS_MANAGER_OPTIONS_TAB);
|
13918
|
+
const focusFirst = () => focusManager === null || focusManager === void 0 ? void 0 : focusManager.focusFirst(FOCUS_MANAGER_OPTIONS_TAB);
|
13919
|
+
const focusLast = () => focusManager === null || focusManager === void 0 ? void 0 : focusManager.focusLast(FOCUS_MANAGER_OPTIONS_TAB);
|
13961
13920
|
return {
|
13962
13921
|
focusPrevious,
|
13963
13922
|
focusNext,
|
@@ -15375,7 +15334,6 @@ const Colours = props => {
|
|
15375
15334
|
const {
|
15376
15335
|
color,
|
15377
15336
|
onChangeColor,
|
15378
|
-
onClick,
|
15379
15337
|
onKeyDown
|
15380
15338
|
} = props;
|
15381
15339
|
const {
|
@@ -15384,7 +15342,6 @@ const Colours = props => {
|
|
15384
15342
|
return /*#__PURE__*/React__default.createElement(RadioGroupPrimitive.Root, {
|
15385
15343
|
"aria-label": texts.select2.chooseColor,
|
15386
15344
|
className: "grid grid-cols-4 gap-2 focus:outline-none",
|
15387
|
-
onClick: onClick,
|
15388
15345
|
onKeyDown: onKeyDown,
|
15389
15346
|
onValueChange: color => onChangeColor(color),
|
15390
15347
|
value: color
|
@@ -20262,7 +20219,10 @@ function Row$2(props) {
|
|
20262
20219
|
const isActiveRow = tableMeta.rowActive.rowActiveIndex === index;
|
20263
20220
|
React__default.useEffect(() => {
|
20264
20221
|
if (tableMeta.editing.isEditing && isActiveRow && tableMeta.editing.lastFocusedCellIndex === undefined) {
|
20265
|
-
|
20222
|
+
const element = focusManager.focusFirst();
|
20223
|
+
if (element) {
|
20224
|
+
setDataFocusAttribute(element);
|
20225
|
+
}
|
20266
20226
|
}
|
20267
20227
|
}, [tableMeta.editing.isEditing, tableMeta.rowActive.rowActiveIndex, tableMeta.editing.lastFocusedCellIndex]);
|
20268
20228
|
const handleFocus = React__default.useCallback(event => {
|
@@ -22131,7 +22091,7 @@ function AgreementSelector(props) {
|
|
22131
22091
|
}
|
22132
22092
|
return button;
|
22133
22093
|
})), handleAddAgreement ? (/*#__PURE__*/React__default.createElement(Button$1, {
|
22134
|
-
className: "focus-visible:!yt-focus-dark my-1
|
22094
|
+
className: "focus-visible:!yt-focus-dark mx-2 my-1 !h-9 shrink-0 !bg-white/[0.08] !text-white hover:!bg-white/[0.16]",
|
22135
22095
|
onClick: handleAddAgreement
|
22136
22096
|
}, texts.header.addAgreement)) : null, /*#__PURE__*/React__default.createElement("hr", {
|
22137
22097
|
className: "my-0 h-px w-full bg-white/[0.08]"
|