@elliemae/ds-data-table-filters 3.49.0-rc.9 → 3.49.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.
- package/dist/cjs/parts/DateRangeFilter/constants/index.js +1 -1
- package/dist/cjs/parts/DateRangeFilter/constants/index.js.map +1 -1
- package/dist/cjs/parts/FilterPopover/constants/index.js +1 -1
- package/dist/cjs/parts/FilterPopover/constants/index.js.map +1 -1
- package/dist/cjs/parts/MultiSelectFilter/constants/index.js +1 -1
- package/dist/cjs/parts/MultiSelectFilter/constants/index.js.map +1 -1
- package/dist/cjs/parts/SingleSelectFilter/constants/index.js +1 -1
- package/dist/cjs/parts/SingleSelectFilter/constants/index.js.map +1 -1
- package/dist/esm/parts/DateRangeFilter/constants/index.js +1 -1
- package/dist/esm/parts/DateRangeFilter/constants/index.js.map +1 -1
- package/dist/esm/parts/FilterPopover/constants/index.js +1 -1
- package/dist/esm/parts/FilterPopover/constants/index.js.map +1 -1
- package/dist/esm/parts/MultiSelectFilter/constants/index.js +1 -1
- package/dist/esm/parts/MultiSelectFilter/constants/index.js.map +1 -1
- package/dist/esm/parts/SingleSelectFilter/constants/index.js +1 -1
- package/dist/esm/parts/SingleSelectFilter/constants/index.js.map +1 -1
- package/dist/types/parts/DateRangeFilter/constants/index.d.ts +1 -1
- package/dist/types/parts/FilterPopover/constants/index.d.ts +1 -1
- package/dist/types/parts/MultiSelectFilter/constants/index.d.ts +1 -1
- package/dist/types/parts/SingleSelectFilter/constants/index.d.ts +1 -1
- package/package.json +21 -19
|
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
const DateRangeFilterName = "
|
|
38
|
+
const DateRangeFilterName = "Datarangefilter";
|
|
39
39
|
const DATE_RANGE_FILTER_SLOTS = {
|
|
40
40
|
ROOT: "root",
|
|
41
41
|
DATE_RANGE_FROM_DATE: "date-range-from-date",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../src/parts/DateRangeFilter/constants/index.ts", "../../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DateRangeFilterName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DateRangeFilterName = 'Datarangefilter';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATE_RANGE_FILTER_SLOTS = {\n ROOT: 'root',\n DATE_RANGE_FROM_DATE: 'date-range-from-date',\n DATE_RANGE_TO_DATE: 'date-range-to-date',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATE_RANGE_FILTER_DATA_TESTID = slotObjectToDataTestIds(DateRangeFilterName, DATE_RANGE_FILTER_SLOTS);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,sBAAsB;AAG5B,MAAM,0BAA0B;AAAA,EACrC,MAAM;AAAA,EACN,sBAAsB;AAAA,EACtB,oBAAoB;AACtB;AAGO,MAAM,oCAAgC,0CAAwB,qBAAqB,uBAAuB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
const FilterPopoverName = "
|
|
38
|
+
const FilterPopoverName = "Filterpopover";
|
|
39
39
|
const FILTER_POPOVER_SLOTS = {
|
|
40
40
|
ROOT: "root",
|
|
41
41
|
FILTER_ICON_BUTTON: "filter-icon-button"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../src/parts/FilterPopover/constants/index.ts", "../../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const FilterPopoverName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const FilterPopoverName = 'Filterpopover';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const FILTER_POPOVER_SLOTS = {\n ROOT: 'root',\n FILTER_ICON_BUTTON: 'filter-icon-button',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const FILTER_POPOVER_DATA_TESTID = slotObjectToDataTestIds(FilterPopoverName, FILTER_POPOVER_SLOTS);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,oBAAoB;AAG1B,MAAM,uBAAuB;AAAA,EAClC,MAAM;AAAA,EACN,oBAAoB;AACtB;AAGO,MAAM,iCAA6B,0CAAwB,mBAAmB,oBAAoB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
const MultiSelectFilterName = "
|
|
38
|
+
const MultiSelectFilterName = "Singleselectfilter";
|
|
39
39
|
const MULTI_SELECT_FILTER_SLOTS = {
|
|
40
40
|
ROOT: "root"
|
|
41
41
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../src/parts/MultiSelectFilter/constants/index.ts", "../../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const MultiSelectFilterName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const MultiSelectFilterName = 'Singleselectfilter';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const MULTI_SELECT_FILTER_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const MULTI_SELECT_FILTER_DATA_TESTID = slotObjectToDataTestIds(\n MultiSelectFilterName,\n MULTI_SELECT_FILTER_SLOTS,\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,wBAAwB;AAG9B,MAAM,4BAA4B;AAAA,EACvC,MAAM;AACR;AAGO,MAAM,sCAAkC;AAAA,EAC7C;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
const SingleSelectFilterName = "
|
|
38
|
+
const SingleSelectFilterName = "Singleselectfilter";
|
|
39
39
|
const SINGLE_SELECT_FILTER_SLOTS = {
|
|
40
40
|
ROOT: "root"
|
|
41
41
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../src/parts/SingleSelectFilter/constants/index.ts", "../../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const SingleSelectFilterName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const SingleSelectFilterName = 'Singleselectfilter';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const SINGLE_SELECT_FILTER_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_HEADER_CELL_DATA_TESTID = slotObjectToDataTestIds(\n SingleSelectFilterName,\n SINGLE_SELECT_FILTER_SLOTS,\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,yBAAyB;AAG/B,MAAM,6BAA6B;AAAA,EACxC,MAAM;AACR;AAGO,MAAM,yCAAqC;AAAA,EAChD;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
|
3
|
-
const DateRangeFilterName = "
|
|
3
|
+
const DateRangeFilterName = "Datarangefilter";
|
|
4
4
|
const DATE_RANGE_FILTER_SLOTS = {
|
|
5
5
|
ROOT: "root",
|
|
6
6
|
DATE_RANGE_FROM_DATE: "date-range-from-date",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../scripts/build/transpile/react-shim.js", "../../../../../src/parts/DateRangeFilter/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DateRangeFilterName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DateRangeFilterName = 'Datarangefilter';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATE_RANGE_FILTER_SLOTS = {\n ROOT: 'root',\n DATE_RANGE_FROM_DATE: 'date-range-from-date',\n DATE_RANGE_TO_DATE: 'date-range-to-date',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATE_RANGE_FILTER_DATA_TESTID = slotObjectToDataTestIds(DateRangeFilterName, DATE_RANGE_FILTER_SLOTS);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,sBAAsB;AAG5B,MAAM,0BAA0B;AAAA,EACrC,MAAM;AAAA,EACN,sBAAsB;AAAA,EACtB,oBAAoB;AACtB;AAGO,MAAM,gCAAgC,wBAAwB,qBAAqB,uBAAuB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
|
3
|
-
const FilterPopoverName = "
|
|
3
|
+
const FilterPopoverName = "Filterpopover";
|
|
4
4
|
const FILTER_POPOVER_SLOTS = {
|
|
5
5
|
ROOT: "root",
|
|
6
6
|
FILTER_ICON_BUTTON: "filter-icon-button"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../scripts/build/transpile/react-shim.js", "../../../../../src/parts/FilterPopover/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const FilterPopoverName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const FilterPopoverName = 'Filterpopover';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const FILTER_POPOVER_SLOTS = {\n ROOT: 'root',\n FILTER_ICON_BUTTON: 'filter-icon-button',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const FILTER_POPOVER_DATA_TESTID = slotObjectToDataTestIds(FilterPopoverName, FILTER_POPOVER_SLOTS);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,oBAAoB;AAG1B,MAAM,uBAAuB;AAAA,EAClC,MAAM;AAAA,EACN,oBAAoB;AACtB;AAGO,MAAM,6BAA6B,wBAAwB,mBAAmB,oBAAoB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../scripts/build/transpile/react-shim.js", "../../../../../src/parts/MultiSelectFilter/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const MultiSelectFilterName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const MultiSelectFilterName = 'Singleselectfilter';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const MULTI_SELECT_FILTER_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const MULTI_SELECT_FILTER_DATA_TESTID = slotObjectToDataTestIds(\n MultiSelectFilterName,\n MULTI_SELECT_FILTER_SLOTS,\n);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,wBAAwB;AAG9B,MAAM,4BAA4B;AAAA,EACvC,MAAM;AACR;AAGO,MAAM,kCAAkC;AAAA,EAC7C;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../scripts/build/transpile/react-shim.js", "../../../../../src/parts/SingleSelectFilter/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const SingleSelectFilterName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const SingleSelectFilterName = 'Singleselectfilter';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const SINGLE_SELECT_FILTER_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_HEADER_CELL_DATA_TESTID = slotObjectToDataTestIds(\n SingleSelectFilterName,\n SINGLE_SELECT_FILTER_SLOTS,\n);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,yBAAyB;AAG/B,MAAM,6BAA6B;AAAA,EACxC,MAAM;AACR;AAGO,MAAM,qCAAqC;AAAA,EAChD;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-filters",
|
|
3
|
-
"version": "3.49.
|
|
3
|
+
"version": "3.49.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table Filters",
|
|
6
6
|
"files": [
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"pnpm": ">=
|
|
29
|
-
"node": ">=
|
|
28
|
+
"pnpm": ">=9",
|
|
29
|
+
"node": ">=22"
|
|
30
30
|
},
|
|
31
31
|
"author": "ICE MT",
|
|
32
32
|
"jestSonar": {
|
|
@@ -37,26 +37,28 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.6.0",
|
|
40
|
-
"@elliemae/ds-button-v2": "3.49.
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-form
|
|
43
|
-
"@elliemae/ds-form-date-range-picker": "3.49.
|
|
44
|
-
"@elliemae/ds-form-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-form-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-icons": "3.49.
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-popperjs": "3.49.
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-typescript-helpers": "3.49.
|
|
40
|
+
"@elliemae/ds-button-v2": "3.49.1",
|
|
41
|
+
"@elliemae/ds-form-combobox": "3.49.1",
|
|
42
|
+
"@elliemae/ds-controlled-form": "3.49.1",
|
|
43
|
+
"@elliemae/ds-form-date-range-picker": "3.49.1",
|
|
44
|
+
"@elliemae/ds-form-layout-blocks": "3.49.1",
|
|
45
|
+
"@elliemae/ds-hooks-on-blur-out": "3.49.1",
|
|
46
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.49.1",
|
|
47
|
+
"@elliemae/ds-pills-v2": "3.49.1",
|
|
48
|
+
"@elliemae/ds-grid": "3.49.1",
|
|
49
|
+
"@elliemae/ds-icons": "3.49.1",
|
|
50
|
+
"@elliemae/ds-form-date-time-picker": "3.49.1",
|
|
51
|
+
"@elliemae/ds-popperjs": "3.49.1",
|
|
52
|
+
"@elliemae/ds-system": "3.49.1",
|
|
53
|
+
"@elliemae/ds-props-helpers": "3.49.1",
|
|
54
|
+
"@elliemae/ds-typescript-helpers": "3.49.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
58
|
+
"jest": "~29.7.0",
|
|
59
|
+
"jest-cli": "~29.7.0",
|
|
58
60
|
"styled-components": "~5.3.9",
|
|
59
|
-
"@elliemae/ds-monorepo-devops": "3.49.
|
|
61
|
+
"@elliemae/ds-monorepo-devops": "3.49.1"
|
|
60
62
|
},
|
|
61
63
|
"peerDependencies": {
|
|
62
64
|
"@testing-library/jest-dom": "~5.16.4",
|