@trackunit/filters-asset-filter-definitions 0.0.606 → 0.0.607
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +6 -6
package/index.cjs.js
CHANGED
|
@@ -2699,7 +2699,7 @@ const SearchFilterInline = ({ filterBarActions, filterState, filterDefinition, l
|
|
|
2699
2699
|
//TODO: [Buss] remove height restriction once baseinput sizes matches buttons
|
|
2700
2700
|
, {
|
|
2701
2701
|
//TODO: [Buss] remove height restriction once baseinput sizes matches buttons
|
|
2702
|
-
className: tailwindMerge.twMerge(className, "h-7 min-w-32 max-w-72 shrink grow basis-32"), fieldSize: "small", onChange: e => {
|
|
2702
|
+
className: tailwindMerge.twMerge(className, "h-7 min-w-32 max-w-72 shrink grow basis-32"), dataTestId: "filterbar-search", fieldSize: "small", onChange: e => {
|
|
2703
2703
|
const parsedValue = zod.z.string().safeParse(e.target.value);
|
|
2704
2704
|
parsedValue.success ? setSearchString(parsedValue.data) : setSearchString("");
|
|
2705
2705
|
}, onClear: () => setSearchString(""), onKeyDown: e => {
|
package/index.esm.js
CHANGED
|
@@ -2697,7 +2697,7 @@ const SearchFilterInline = ({ filterBarActions, filterState, filterDefinition, l
|
|
|
2697
2697
|
//TODO: [Buss] remove height restriction once baseinput sizes matches buttons
|
|
2698
2698
|
, {
|
|
2699
2699
|
//TODO: [Buss] remove height restriction once baseinput sizes matches buttons
|
|
2700
|
-
className: twMerge(className, "h-7 min-w-32 max-w-72 shrink grow basis-32"), fieldSize: "small", onChange: e => {
|
|
2700
|
+
className: twMerge(className, "h-7 min-w-32 max-w-72 shrink grow basis-32"), dataTestId: "filterbar-search", fieldSize: "small", onChange: e => {
|
|
2701
2701
|
const parsedValue = z.string().safeParse(e.target.value);
|
|
2702
2702
|
parsedValue.success ? setSearchString(parsedValue.data) : setSearchString("");
|
|
2703
2703
|
}, onClear: () => setSearchString(""), onKeyDown: e => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.607",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
20
|
"@trackunit/iris-app-build-utilities": "^0.0.464",
|
|
21
|
-
"@trackunit/filters-filter-bar": "^0.1.
|
|
21
|
+
"@trackunit/filters-filter-bar": "^0.1.23",
|
|
22
22
|
"@trackunit/react-core-hooks": "^0.2.274",
|
|
23
|
-
"@trackunit/react-filter-components": "^0.1.
|
|
24
|
-
"@trackunit/react-form-components": "^0.2.
|
|
25
|
-
"@trackunit/filters-graphql-hook": "^0.0.
|
|
23
|
+
"@trackunit/react-filter-components": "^0.1.21",
|
|
24
|
+
"@trackunit/react-form-components": "^0.2.15",
|
|
25
|
+
"@trackunit/filters-graphql-hook": "^0.0.516",
|
|
26
26
|
"@trackunit/utilization-indicator": "^0.0.327",
|
|
27
27
|
"@trackunit/geo-json-utils": "^0.0.5",
|
|
28
28
|
"@trackunit/react-components": "^0.5.43",
|
|
29
29
|
"@trackunit/shared-utils": "^1.0.0",
|
|
30
|
-
"@trackunit/translations-machine-type": "^0.0.
|
|
30
|
+
"@trackunit/translations-machine-type": "^0.0.255",
|
|
31
31
|
"@trackunit/criticality-indicator": "^0.0.323",
|
|
32
32
|
"@trackunit/iris-app-api": "^0.2.19",
|
|
33
33
|
"@trackunit/react-core-contexts-test": "^0.1.303",
|