@elliemae/ds-data-table-filters 3.54.0-next.4 → 3.54.0-next.5
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/types/parts/DateRangeFilter/constants/index.d.ts +5 -1
- package/dist/types/parts/FilterPopover/constants/index.d.ts +4 -1
- package/dist/types/parts/MultiSelectFilter/constants/index.d.ts +3 -1
- package/dist/types/parts/SingleSelectFilter/constants/index.d.ts +3 -1
- package/package.json +17 -17
|
@@ -4,4 +4,8 @@ export declare const DATE_RANGE_FILTER_SLOTS: {
|
|
|
4
4
|
readonly DATE_RANGE_FROM_DATE: "date-range-from-date";
|
|
5
5
|
readonly DATE_RANGE_TO_DATE: "date-range-to-date";
|
|
6
6
|
};
|
|
7
|
-
export declare const DATE_RANGE_FILTER_DATA_TESTID:
|
|
7
|
+
export declare const DATE_RANGE_FILTER_DATA_TESTID: {
|
|
8
|
+
readonly ROOT: "ds-datarangefilter-root";
|
|
9
|
+
readonly DATE_RANGE_FROM_DATE: "ds-datarangefilter-date-range-from-date";
|
|
10
|
+
readonly DATE_RANGE_TO_DATE: "ds-datarangefilter-date-range-to-date";
|
|
11
|
+
};
|
|
@@ -3,4 +3,7 @@ export declare const FILTER_POPOVER_SLOTS: {
|
|
|
3
3
|
readonly ROOT: "root";
|
|
4
4
|
readonly FILTER_ICON_BUTTON: "filter-icon-button";
|
|
5
5
|
};
|
|
6
|
-
export declare const FILTER_POPOVER_DATA_TESTID:
|
|
6
|
+
export declare const FILTER_POPOVER_DATA_TESTID: {
|
|
7
|
+
readonly ROOT: "ds-filterpopover-root";
|
|
8
|
+
readonly FILTER_ICON_BUTTON: "ds-filterpopover-filter-icon-button";
|
|
9
|
+
};
|
|
@@ -2,4 +2,6 @@ export declare const MultiSelectFilterName = "Singleselectfilter";
|
|
|
2
2
|
export declare const MULTI_SELECT_FILTER_SLOTS: {
|
|
3
3
|
readonly ROOT: "root";
|
|
4
4
|
};
|
|
5
|
-
export declare const MULTI_SELECT_FILTER_DATA_TESTID:
|
|
5
|
+
export declare const MULTI_SELECT_FILTER_DATA_TESTID: {
|
|
6
|
+
readonly ROOT: "ds-singleselectfilter-root";
|
|
7
|
+
};
|
|
@@ -2,4 +2,6 @@ export declare const SingleSelectFilterName = "Singleselectfilter";
|
|
|
2
2
|
export declare const SINGLE_SELECT_FILTER_SLOTS: {
|
|
3
3
|
readonly ROOT: "root";
|
|
4
4
|
};
|
|
5
|
-
export declare const DATA_TABLE_HEADER_CELL_DATA_TESTID:
|
|
5
|
+
export declare const DATA_TABLE_HEADER_CELL_DATA_TESTID: {
|
|
6
|
+
readonly ROOT: "ds-singleselectfilter-root";
|
|
7
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-filters",
|
|
3
|
-
"version": "3.54.0-next.
|
|
3
|
+
"version": "3.54.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table Filters",
|
|
6
6
|
"files": [
|
|
@@ -37,27 +37,27 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.7.3",
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-form-
|
|
43
|
-
"@elliemae/ds-form-
|
|
44
|
-
"@elliemae/ds-form-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-form-layout-blocks": "3.54.0-next.
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-pills-v2": "3.54.0-next.
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-props-helpers": "3.54.0-next.
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-controlled-form": "3.54.0-next.5",
|
|
41
|
+
"@elliemae/ds-button-v2": "3.54.0-next.5",
|
|
42
|
+
"@elliemae/ds-form-combobox": "3.54.0-next.5",
|
|
43
|
+
"@elliemae/ds-form-date-range-picker": "3.54.0-next.5",
|
|
44
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.54.0-next.5",
|
|
45
|
+
"@elliemae/ds-grid": "3.54.0-next.5",
|
|
46
|
+
"@elliemae/ds-form-layout-blocks": "3.54.0-next.5",
|
|
47
|
+
"@elliemae/ds-popperjs": "3.54.0-next.5",
|
|
48
|
+
"@elliemae/ds-icons": "3.54.0-next.5",
|
|
49
|
+
"@elliemae/ds-pills-v2": "3.54.0-next.5",
|
|
50
|
+
"@elliemae/ds-form-date-time-picker": "3.54.0-next.5",
|
|
51
|
+
"@elliemae/ds-hooks-on-blur-out": "3.54.0-next.5",
|
|
52
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.5",
|
|
53
|
+
"@elliemae/ds-typescript-helpers": "3.54.0-next.5",
|
|
54
|
+
"@elliemae/ds-system": "3.54.0-next.5"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
58
58
|
"jest": "~29.7.0",
|
|
59
59
|
"styled-components": "~5.3.9",
|
|
60
|
-
"@elliemae/ds-monorepo-devops": "3.54.0-next.
|
|
60
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.5"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@testing-library/jest-dom": "^6.6.3",
|