@gooddata/sdk-ui-filters 10.41.0-alpha.2 → 10.41.0-alpha.3
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/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-filters",
|
|
3
|
-
"version": "10.41.0-alpha.
|
|
3
|
+
"version": "10.41.0-alpha.3",
|
|
4
4
|
"description": "GoodData.UI SDK - Filter Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
|
8
8
|
"directory": "libs/sdk-ui-filters"
|
|
9
9
|
},
|
|
10
|
-
"author": "GoodData Corporation",
|
|
11
10
|
"license": "MIT",
|
|
11
|
+
"author": "GoodData Corporation",
|
|
12
|
+
"sideEffects": [
|
|
13
|
+
"*.css",
|
|
14
|
+
"*.svg"
|
|
15
|
+
],
|
|
12
16
|
"type": "module",
|
|
13
|
-
"browser": "./esm/index.js",
|
|
14
17
|
"exports": {
|
|
15
18
|
".": "./esm/index.js",
|
|
16
19
|
"./styles/css/*": "./styles/css/*",
|
|
17
20
|
"./styles/scss/*": "./styles/scss/*",
|
|
18
21
|
"./internal": "./esm/internal.js"
|
|
19
22
|
},
|
|
23
|
+
"browser": "./esm/index.js",
|
|
20
24
|
"types": "./esm/index.d.ts",
|
|
21
|
-
"sideEffects": [
|
|
22
|
-
"*.css",
|
|
23
|
-
"*.svg"
|
|
24
|
-
],
|
|
25
25
|
"files": [
|
|
26
26
|
"esm/**/*.js",
|
|
27
27
|
"esm/**/*.json",
|
|
@@ -48,15 +48,11 @@
|
|
|
48
48
|
"ts-invariant": "^0.7.5",
|
|
49
49
|
"tslib": "2.8.1",
|
|
50
50
|
"uuid": "^11.1.0",
|
|
51
|
-
"@gooddata/sdk-backend-spi": "10.41.0-alpha.
|
|
52
|
-
"@gooddata/sdk-model": "10.41.0-alpha.
|
|
53
|
-
"@gooddata/sdk-ui": "10.41.0-alpha.
|
|
54
|
-
"@gooddata/sdk-ui-kit": "10.41.0-alpha.
|
|
55
|
-
"@gooddata/util": "10.41.0-alpha.
|
|
56
|
-
},
|
|
57
|
-
"peerDependencies": {
|
|
58
|
-
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
59
|
-
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
|
51
|
+
"@gooddata/sdk-backend-spi": "10.41.0-alpha.3",
|
|
52
|
+
"@gooddata/sdk-model": "10.41.0-alpha.3",
|
|
53
|
+
"@gooddata/sdk-ui": "10.41.0-alpha.3",
|
|
54
|
+
"@gooddata/sdk-ui-kit": "10.41.0-alpha.3",
|
|
55
|
+
"@gooddata/util": "10.41.0-alpha.3"
|
|
60
56
|
},
|
|
61
57
|
"devDependencies": {
|
|
62
58
|
"@gooddata/eslint-config": "^4.1.1",
|
|
@@ -101,34 +97,38 @@
|
|
|
101
97
|
"typescript": "5.8.3",
|
|
102
98
|
"vitest": "3.2.4",
|
|
103
99
|
"vitest-dom": "0.1.1",
|
|
104
|
-
"@gooddata/reference-workspace": "10.41.0-alpha.
|
|
105
|
-
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.
|
|
106
|
-
"@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.
|
|
100
|
+
"@gooddata/reference-workspace": "10.41.0-alpha.3",
|
|
101
|
+
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.3",
|
|
102
|
+
"@gooddata/sdk-ui-theme-provider": "10.41.0-alpha.3"
|
|
103
|
+
},
|
|
104
|
+
"peerDependencies": {
|
|
105
|
+
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
106
|
+
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
|
107
107
|
},
|
|
108
108
|
"scripts": {
|
|
109
109
|
"_phase:build": "npm run build",
|
|
110
110
|
"_phase:test": "npm run test-once",
|
|
111
111
|
"_phase:validate": "npm run validate",
|
|
112
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
113
112
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
114
113
|
"build": "bash scripts/build.sh",
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
114
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
115
|
+
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
116
|
+
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
118
117
|
"eslint": "eslint -c .eslintrc.cjs src/",
|
|
119
|
-
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
|
120
118
|
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
|
|
119
|
+
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
|
121
120
|
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
122
121
|
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
123
|
-
"
|
|
124
|
-
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
122
|
+
"scss": "sass --load-path=node_modules --load-path=node_modules/fixed-data-table-2/dist styles/scss:styles/css",
|
|
125
123
|
"stylelint": "stylelint '**/*.scss'",
|
|
126
124
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
|
125
|
+
"test": "vitest watch",
|
|
126
|
+
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
|
127
|
+
"test-once": "vitest run",
|
|
127
128
|
"validate": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
|
129
|
+
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-filters\"'",
|
|
128
130
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
|
129
131
|
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
|
130
|
-
"validate-theming": "npm run scss && node scripts/validateCss.js"
|
|
131
|
-
"scss": "sass --load-path=node_modules --load-path=node_modules/fixed-data-table-2/dist styles/scss:styles/css",
|
|
132
|
-
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-filters\"'"
|
|
132
|
+
"validate-theming": "npm run scss && node scripts/validateCss.js"
|
|
133
133
|
}
|
|
134
134
|
}
|