@uxf/data-grid 11.124.0 → 11.125.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.
- package/body-cell/body-cell-money.d.ts +1 -1
- package/export-button/export-button.js +1 -1
- package/filter-handler/interval.js +1 -1
- package/hidden-columns/drop-placeholder.js +1 -1
- package/hidden-columns/hidden-columns-sortable.js +3 -3
- package/hidden-columns/hidden-columns.js +2 -2
- package/package.json +7 -7
- package/table-v2/components/header-select-all-rows-checkbox.js +1 -1
- package/table-v2/no-rows-fallback.js +1 -1
- package/table-v2/table-v2.js +2 -2
- package/toolbar-control/toolbar-control.js +1 -1
- package/toolbar-tabs/toolbar-tabs.js +1 -1
|
@@ -5,8 +5,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
};
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.DataGridExportButton = DataGridExportButton;
|
|
8
|
-
const translations_1 = require("@uxf/core-react/translations");
|
|
9
8
|
const download_file_1 = require("@uxf/core/utils/download-file");
|
|
9
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
10
10
|
const button_1 = require("@uxf/ui/button");
|
|
11
11
|
const icon_1 = require("@uxf/ui/icon");
|
|
12
12
|
const react_1 = __importDefault(require("react"));
|
|
@@ -3,10 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const translations_1 = require("@uxf/core-react/translations");
|
|
7
6
|
const filter_nullish_1 = require("@uxf/core/utils/filter-nullish");
|
|
8
7
|
const is_empty_1 = require("@uxf/core/utils/is-empty");
|
|
9
8
|
const is_nil_1 = require("@uxf/core/utils/is-nil");
|
|
9
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
10
10
|
const chip_1 = require("@uxf/ui/chip");
|
|
11
11
|
const text_input_1 = require("@uxf/ui/text-input");
|
|
12
12
|
const react_1 = __importDefault(require("react"));
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.DropPlaceholder = DropPlaceholder;
|
|
7
7
|
const sortable_1 = require("@dnd-kit/sortable");
|
|
8
8
|
const utilities_1 = require("@dnd-kit/utilities");
|
|
9
|
-
const translations_1 = require("@uxf/core-react/translations");
|
|
10
9
|
const cx_1 = require("@uxf/core/utils/cx");
|
|
10
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
11
11
|
const react_1 = __importDefault(require("react"));
|
|
12
12
|
function DropPlaceholder(props) {
|
|
13
13
|
const t = (0, translations_1.useUxfTranslation)();
|
|
@@ -37,13 +37,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.DataGridHiddenColumnsSortable = DataGridHiddenColumnsSortable;
|
|
38
38
|
const core_1 = require("@dnd-kit/core");
|
|
39
39
|
const sortable_1 = require("@dnd-kit/sortable");
|
|
40
|
-
const show_1 = require("@uxf/core-react/components/show");
|
|
41
|
-
const use_sortable_multi_1 = require("@uxf/core-react/dnd/hooks/use-sortable-multi");
|
|
42
|
-
const translations_1 = require("@uxf/core-react/translations");
|
|
43
40
|
const is_empty_1 = require("@uxf/core/utils/is-empty");
|
|
44
41
|
const is_nil_1 = require("@uxf/core/utils/is-nil");
|
|
45
42
|
const is_not_empty_1 = require("@uxf/core/utils/is-not-empty");
|
|
46
43
|
const is_not_nil_1 = require("@uxf/core/utils/is-not-nil");
|
|
44
|
+
const show_1 = require("@uxf/core-react/components/show");
|
|
45
|
+
const use_sortable_multi_1 = require("@uxf/core-react/dnd/hooks/use-sortable-multi");
|
|
46
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
47
47
|
const icon_1 = require("@uxf/ui/icon");
|
|
48
48
|
const text_link_1 = require("@uxf/ui/text-link");
|
|
49
49
|
const react_1 = __importStar(require("react"));
|
|
@@ -5,10 +5,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
};
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.DataGridHiddenColumns = DataGridHiddenColumns;
|
|
8
|
-
const show_1 = require("@uxf/core-react/components/show");
|
|
9
|
-
const translations_1 = require("@uxf/core-react/translations");
|
|
10
8
|
const is_empty_1 = require("@uxf/core/utils/is-empty");
|
|
11
9
|
const is_not_empty_1 = require("@uxf/core/utils/is-not-empty");
|
|
10
|
+
const show_1 = require("@uxf/core-react/components/show");
|
|
11
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
12
12
|
const icon_1 = require("@uxf/ui/icon");
|
|
13
13
|
const text_link_1 = require("@uxf/ui/text-link");
|
|
14
14
|
const toggle_1 = require("@uxf/ui/toggle");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/data-grid",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.125.0",
|
|
4
4
|
"description": "UXF DataGrid",
|
|
5
5
|
"homepage": "https://gitlab.com/uxf-npm/data-grid#readme",
|
|
6
6
|
"main": "index.js",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@dnd-kit/sortable": "^10.0.0",
|
|
43
43
|
"@dnd-kit/utilities": "^3.2.2",
|
|
44
44
|
"@uxf/core": "11.124.0",
|
|
45
|
-
"@uxf/core-react": "11.
|
|
46
|
-
"@uxf/localize": "11.
|
|
45
|
+
"@uxf/core-react": "11.125.0",
|
|
46
|
+
"@uxf/localize": "11.125.0",
|
|
47
47
|
"@uxf/styles": "11.124.0",
|
|
48
|
-
"@uxf/ui": "11.
|
|
48
|
+
"@uxf/ui": "11.125.0",
|
|
49
49
|
"dayjs": "^1.11.21",
|
|
50
50
|
"react": ">=18.2.0",
|
|
51
51
|
"react-dom": ">=18.2.0"
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"@types/react": "18.3.31",
|
|
58
58
|
"@types/react-dom": "18.3.7",
|
|
59
59
|
"@uxf/core": "11.124.0",
|
|
60
|
-
"@uxf/core-react": "11.
|
|
61
|
-
"@uxf/localize": "11.
|
|
60
|
+
"@uxf/core-react": "11.125.0",
|
|
61
|
+
"@uxf/localize": "11.125.0",
|
|
62
62
|
"@uxf/styles": "11.124.0",
|
|
63
|
-
"@uxf/ui": "11.
|
|
63
|
+
"@uxf/ui": "11.125.0",
|
|
64
64
|
"dayjs": "^1.11.21",
|
|
65
65
|
"react": "18.3.1",
|
|
66
66
|
"react-dom": "18.3.1"
|
|
@@ -4,9 +4,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.HeaderSelectAllRowsCheckbox = HeaderSelectAllRowsCheckbox;
|
|
7
|
-
const translations_1 = require("@uxf/core-react/translations");
|
|
8
7
|
const empty_array_1 = require("@uxf/core/constants/empty-array");
|
|
9
8
|
const is_not_empty_1 = require("@uxf/core/utils/is-not-empty");
|
|
9
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
10
10
|
const checkbox_input_1 = require("@uxf/ui/checkbox-input");
|
|
11
11
|
const react_1 = __importDefault(require("react"));
|
|
12
12
|
function HeaderSelectAllRowsCheckbox(props) {
|
|
@@ -4,9 +4,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.NoRowsFallback = NoRowsFallback;
|
|
7
|
-
const translations_1 = require("@uxf/core-react/translations");
|
|
8
7
|
const cx_1 = require("@uxf/core/utils/cx");
|
|
9
8
|
const is_not_nil_1 = require("@uxf/core/utils/is-not-nil");
|
|
9
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
10
10
|
const icon_1 = require("@uxf/ui/icon");
|
|
11
11
|
const react_1 = __importDefault(require("react"));
|
|
12
12
|
function NoRowsFallback(props) {
|
package/table-v2/table-v2.js
CHANGED
|
@@ -4,13 +4,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.DataGridTableV2 = DataGridTableV2;
|
|
7
|
-
const show_1 = require("@uxf/core-react/components/show");
|
|
8
|
-
const compose_refs_1 = require("@uxf/core-react/utils/compose-refs");
|
|
9
7
|
const empty_array_1 = require("@uxf/core/constants/empty-array");
|
|
10
8
|
const is_empty_1 = require("@uxf/core/utils/is-empty");
|
|
11
9
|
const is_nil_1 = require("@uxf/core/utils/is-nil");
|
|
12
10
|
const is_not_empty_1 = require("@uxf/core/utils/is-not-empty");
|
|
13
11
|
const is_not_nil_1 = require("@uxf/core/utils/is-not-nil");
|
|
12
|
+
const show_1 = require("@uxf/core-react/components/show");
|
|
13
|
+
const compose_refs_1 = require("@uxf/core-react/utils/compose-refs");
|
|
14
14
|
const format_css_value_1 = require("@uxf/styles/units/format-css-value");
|
|
15
15
|
const rem_1 = require("@uxf/styles/units/rem");
|
|
16
16
|
const react_1 = __importDefault(require("react"));
|
|
@@ -5,8 +5,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
};
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.DataGridToolbarControl = DataGridToolbarControl;
|
|
8
|
-
const hide_1 = require("@uxf/core-react/components/hide");
|
|
9
8
|
const is_not_nil_1 = require("@uxf/core/utils/is-not-nil");
|
|
9
|
+
const hide_1 = require("@uxf/core-react/components/hide");
|
|
10
10
|
const react_1 = __importDefault(require("react"));
|
|
11
11
|
const export_button_1 = require("../export-button");
|
|
12
12
|
const filters_button_1 = require("../filters-button");
|
|
@@ -5,8 +5,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
};
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.DataGridToolbarTabs = DataGridToolbarTabs;
|
|
8
|
-
const show_1 = require("@uxf/core-react/components/show");
|
|
9
8
|
const cx_1 = require("@uxf/core/utils/cx");
|
|
9
|
+
const show_1 = require("@uxf/core-react/components/show");
|
|
10
10
|
const button_1 = require("@uxf/ui/button");
|
|
11
11
|
const dialog_1 = require("@uxf/ui/dialog");
|
|
12
12
|
const icon_1 = require("@uxf/ui/icon");
|