@sis-cc/dotstatsuite-visions 10.5.0 → 10.5.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.
|
@@ -163,18 +163,18 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
163
163
|
{ item: true, container: true, xs: 12, md: 12, justifyContent: 'space-between' },
|
|
164
164
|
React.createElement(
|
|
165
165
|
Grid,
|
|
166
|
-
{ item: true, container: true, xs: 12, sm: 12, md:
|
|
166
|
+
{ item: true, container: true, xs: 12, sm: 12, md: 6, 'flex-direction': 'column' },
|
|
167
167
|
React.createElement(
|
|
168
168
|
Grid,
|
|
169
169
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
170
170
|
React.createElement(
|
|
171
171
|
Grid,
|
|
172
|
-
{ item: true, xs: 12, md:
|
|
172
|
+
{ item: true, xs: 12, md: 5, style: { marginTop: '4px' } },
|
|
173
173
|
React.createElement(Mode, { modes: modes, mode: mode, changeMode: onChange, isSmall: true })
|
|
174
174
|
),
|
|
175
175
|
React.createElement(
|
|
176
176
|
Grid,
|
|
177
|
-
{ item: true, xs: 12, md:
|
|
177
|
+
{ item: true, xs: 12, md: 7 },
|
|
178
178
|
React.createElement(Input, {
|
|
179
179
|
variant: 'outlined',
|
|
180
180
|
name: 'User',
|
|
@@ -194,7 +194,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
194
194
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
195
195
|
React.createElement(
|
|
196
196
|
Grid,
|
|
197
|
-
{ item: true, xs: 12, md:
|
|
197
|
+
{ item: true, xs: 12, md: 5 },
|
|
198
198
|
React.createElement(
|
|
199
199
|
Typography,
|
|
200
200
|
{ variant: 'h6', className: classes.contentLabel, style: { paddingTop: 8 } },
|
|
@@ -203,7 +203,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
203
203
|
),
|
|
204
204
|
React.createElement(
|
|
205
205
|
Grid,
|
|
206
|
-
{ item: true, xs: 12, md:
|
|
206
|
+
{ item: true, xs: 12, md: 7 },
|
|
207
207
|
React.createElement(Select, {
|
|
208
208
|
value: R.defaultTo('*', dataspaceValue),
|
|
209
209
|
items: dataSpaces,
|
|
@@ -220,7 +220,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
220
220
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
221
221
|
React.createElement(
|
|
222
222
|
Grid,
|
|
223
|
-
{ item: true, xs: 12, md:
|
|
223
|
+
{ item: true, xs: 12, md: 5 },
|
|
224
224
|
React.createElement(
|
|
225
225
|
Typography,
|
|
226
226
|
{ variant: 'h6', className: classes.contentLabel, style: { paddingTop: 8 } },
|
|
@@ -229,7 +229,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
229
229
|
),
|
|
230
230
|
React.createElement(
|
|
231
231
|
Grid,
|
|
232
|
-
{ item: true, xs: 12, md:
|
|
232
|
+
{ item: true, xs: 12, md: 7 },
|
|
233
233
|
React.createElement(Select, {
|
|
234
234
|
value: R.defaultTo('*', artefactTypeValue),
|
|
235
235
|
items: artefactTypes,
|
|
@@ -194,18 +194,18 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
194
194
|
{ item: true, container: true, xs: 12, md: 12, justifyContent: 'space-between' },
|
|
195
195
|
_react2.default.createElement(
|
|
196
196
|
_core.Grid,
|
|
197
|
-
{ item: true, container: true, xs: 12, sm: 12, md:
|
|
197
|
+
{ item: true, container: true, xs: 12, sm: 12, md: 6, 'flex-direction': 'column' },
|
|
198
198
|
_react2.default.createElement(
|
|
199
199
|
_core.Grid,
|
|
200
200
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
201
201
|
_react2.default.createElement(
|
|
202
202
|
_core.Grid,
|
|
203
|
-
{ item: true, xs: 12, md:
|
|
203
|
+
{ item: true, xs: 12, md: 5, style: { marginTop: '4px' } },
|
|
204
204
|
_react2.default.createElement(_.Mode, { modes: modes, mode: mode, changeMode: onChange, isSmall: true })
|
|
205
205
|
),
|
|
206
206
|
_react2.default.createElement(
|
|
207
207
|
_core.Grid,
|
|
208
|
-
{ item: true, xs: 12, md:
|
|
208
|
+
{ item: true, xs: 12, md: 7 },
|
|
209
209
|
_react2.default.createElement(_Input2.default, {
|
|
210
210
|
variant: 'outlined',
|
|
211
211
|
name: 'User',
|
|
@@ -225,7 +225,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
225
225
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
226
226
|
_react2.default.createElement(
|
|
227
227
|
_core.Grid,
|
|
228
|
-
{ item: true, xs: 12, md:
|
|
228
|
+
{ item: true, xs: 12, md: 5 },
|
|
229
229
|
_react2.default.createElement(
|
|
230
230
|
_core.Typography,
|
|
231
231
|
{ variant: 'h6', className: classes.contentLabel, style: { paddingTop: 8 } },
|
|
@@ -234,7 +234,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
234
234
|
),
|
|
235
235
|
_react2.default.createElement(
|
|
236
236
|
_core.Grid,
|
|
237
|
-
{ item: true, xs: 12, md:
|
|
237
|
+
{ item: true, xs: 12, md: 7 },
|
|
238
238
|
_react2.default.createElement(_Select2.default, {
|
|
239
239
|
value: R.defaultTo('*', dataspaceValue),
|
|
240
240
|
items: dataSpaces,
|
|
@@ -251,7 +251,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
251
251
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
252
252
|
_react2.default.createElement(
|
|
253
253
|
_core.Grid,
|
|
254
|
-
{ item: true, xs: 12, md:
|
|
254
|
+
{ item: true, xs: 12, md: 5 },
|
|
255
255
|
_react2.default.createElement(
|
|
256
256
|
_core.Typography,
|
|
257
257
|
{ variant: 'h6', className: classes.contentLabel, style: { paddingTop: 8 } },
|
|
@@ -260,7 +260,7 @@ var UserRightForm = function UserRightForm(_ref) {
|
|
|
260
260
|
),
|
|
261
261
|
_react2.default.createElement(
|
|
262
262
|
_core.Grid,
|
|
263
|
-
{ item: true, xs: 12, md:
|
|
263
|
+
{ item: true, xs: 12, md: 7 },
|
|
264
264
|
_react2.default.createElement(_Select2.default, {
|
|
265
265
|
value: R.defaultTo('*', artefactTypeValue),
|
|
266
266
|
items: artefactTypes,
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @sis-cc/dotstatsuite-visions v10.5.
|
|
2
|
+
* @sis-cc/dotstatsuite-visions v10.5.1 - https://visions-qa.siscc.org/#o
|
|
3
3
|
* MIT Licensed
|
|
4
4
|
*/
|
|
5
5
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -6699,7 +6699,7 @@ function removeClassName(el
|
|
|
6699
6699
|
/* 121 */
|
|
6700
6700
|
/***/ (function(module) {
|
|
6701
6701
|
|
|
6702
|
-
module.exports = {"name":"@sis-cc/dotstatsuite-visions","version":"10.5.
|
|
6702
|
+
module.exports = {"name":"@sis-cc/dotstatsuite-visions","version":"10.5.1","description":"Library of visual components","author":"OECD","homepage":"https://visions-qa.siscc.org/#o","license":"MIT","repository":"https://gitlab.com/sis-cc/.stat-suite/dotstatsuite-visions","main":"lib/index.js","module":"es/index.js","engines":{"node":">=14"},"files":["css","es","lib","umd"],"scripts":{"build":"nwb build-react-component --copy-files --no-demo && node scripts/doc && nwb build-demo","build:dev":"nwb build-react-component --copy-files --no-demo","clean":"nwb clean-module && nwb clean-demo","prepublishOnly":"npm run build","start":"nwb serve-react-demo","test":"jest","test:watch":"jest --watch --no-cache","lint":"eslint src/ --color","precommit":"lint-staged"},"dependencies":{"@react-hook/size":"^2.1.1","classnames":"^2.2.6","date-fns":"^1.30.1","isemail":"^3.2.0","numeral":"^2.0.6","prop-types":"^15.7.2","ramda":"^0.27.0","react-beautiful-dnd":"^13.0.0","react-draggable":"^4.4.5","react-error-boundary":"^4.0.10","react-virtualized":"^9.21.2"},"peerDependencies":{"@material-ui/core":"^4","@material-ui/icons":"^4","@sis-cc/dotstatsuite-sdmxjs":"^8.x","react":"^18","react-dom":"^18"},"devDependencies":{"@babel/eslint-parser":"^7.5.4","@babel/plugin-syntax-dynamic-import":"^7.2.0","@cfaester/enzyme-adapter-react-18":"^0.7.0","@material-ui/core":"^4","@material-ui/icons":"^4","@sis-cc/dotstatsuite-sdmxjs":"*","@testing-library/jest-dom":"^5.16.5","@testing-library/react":"^14.0.0","babel-jest":"^24.8.0","babel-preset-react-app":"^9.0.0","dox":"^0.9.0","eslint":"^8.39.0","eslint-plugin-import":"^2.27.5","eslint-plugin-jsx-a11y":"^6.7.1","eslint-plugin-prettier":"^4.2.1","eslint-plugin-react":"^7.32.2","eslint-plugin-react-hooks":"^4.6.0","husky":"^2.7.0","identity-obj-proxy":"^3.0.0","jest":"^24.8.0","jss":"^10.10.0","jss-rtl":"^0.2.3","lint-staged":"^8.2.1","mutationobserver-shim":"^0.3.7","nwb":"0.23.0","prettier":"^2.8.8","pretty-quick":"^3.1.3","react":"^18","react-a11y":"^1.1.0","react-dom":"^18","react-helmet":"^5.2.1","react-scrollable-anchor":"^0.6.1","react-syntax-highlighter":"^10.2.1","sanitize-html":"2.7.0","webpack":"^5.68.0","webpack-cli":"^4.9.2","webpack-dev-server":"^4.7.4"},"jest":{"verbose":true,"coverageDirectory":"coverage","collectCoverageFrom":["src/**/*.{js,jsx,ts,tsx}","!src/ScopeList/*.{js,jsx,ts,tsx}","!src/**/*.d.ts"],"setupFilesAfterEnv":["<rootDir>/tests/setup.js"],"testMatch":["**/tests/**/*.{spec,test}.{js,jsx,ts,tsx}","!**/tests/ScopeList.test.js"],"testEnvironment":"jsdom","transform":{"^.+\\.(js|jsx|ts|tsx)$":"<rootDir>/node_modules/babel-jest"},"transformIgnorePatterns":["[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$","^.+\\.module\\.(css|sass|scss)$"],"modulePaths":[],"moduleNameMapper":{"^react-native$":"react-native-web","^.+\\.module\\.(css|sass|scss)$":"identity-obj-proxy","\\.(jpg|jpeg|png)$":"identity-obj-proxy"},"moduleFileExtensions":["web.js","js","web.ts","ts","web.tsx","tsx","json","web.jsx","jsx","node"]},"babel":{"presets":["react-app"],"plugins":["@babel/plugin-syntax-dynamic-import"]},"eslintConfig":{"env":{"browser":true,"jest":true,"node":true,"es6":true},"extends":["eslint:recommended","plugin:react/recommended","plugin:jsx-a11y/recommended"],"parser":"@babel/eslint-parser","parserOptions":{"babelOptions":{"presets":[["babel-preset-react-app",false],"babel-preset-react-app/test"]},"ecmaFeatures":{"experimentalObjectRestSpread":true,"jsx":true},"sourceType":"module"},"plugins":["prettier","react","import","react-hooks","jsx-a11y"],"rules":{"no-console":"warn","no-unused-vars":"error","react/display-name":"off","react-hooks/rules-of-hooks":"error","react-hooks/exhaustive-deps":"warn","no-use-before-define":"error"}},"browserslist":{"production":[">0.2%","not dead","not op_mini all"],"development":["last 1 chrome version","last 1 firefox version","last 1 safari version"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"src/**/*.{js,css}":["prettier --write","git add","yarn lint"]},"prettier":{"endOfLine":"lf","useTabs":false,"printWidth":100,"tabWidth":2,"singleQuote":true,"trailingComma":"all","bracketSameLine":false,"bracketSpacing":true,"parser":"babel","semi":true,"arrowParens":"avoid"}};
|
|
6703
6703
|
|
|
6704
6704
|
/***/ }),
|
|
6705
6705
|
/* 122 */
|
|
@@ -69150,18 +69150,18 @@ var UserRightForm_UserRightForm = function UserRightForm(_ref) {
|
|
|
69150
69150
|
{ item: true, container: true, xs: 12, md: 12, justifyContent: 'space-between' },
|
|
69151
69151
|
react_default.a.createElement(
|
|
69152
69152
|
esm_Grid_Grid,
|
|
69153
|
-
{ item: true, container: true, xs: 12, sm: 12, md:
|
|
69153
|
+
{ item: true, container: true, xs: 12, sm: 12, md: 6, 'flex-direction': 'column' },
|
|
69154
69154
|
react_default.a.createElement(
|
|
69155
69155
|
esm_Grid_Grid,
|
|
69156
69156
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
69157
69157
|
react_default.a.createElement(
|
|
69158
69158
|
esm_Grid_Grid,
|
|
69159
|
-
{ item: true, xs: 12, md:
|
|
69159
|
+
{ item: true, xs: 12, md: 5, style: { marginTop: '4px' } },
|
|
69160
69160
|
react_default.a.createElement(src_Mode_Mode, { modes: modes, mode: mode, changeMode: onChange, isSmall: true })
|
|
69161
69161
|
),
|
|
69162
69162
|
react_default.a.createElement(
|
|
69163
69163
|
esm_Grid_Grid,
|
|
69164
|
-
{ item: true, xs: 12, md:
|
|
69164
|
+
{ item: true, xs: 12, md: 7 },
|
|
69165
69165
|
react_default.a.createElement(UserRightForm_Input, {
|
|
69166
69166
|
variant: 'outlined',
|
|
69167
69167
|
name: 'User',
|
|
@@ -69181,7 +69181,7 @@ var UserRightForm_UserRightForm = function UserRightForm(_ref) {
|
|
|
69181
69181
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
69182
69182
|
react_default.a.createElement(
|
|
69183
69183
|
esm_Grid_Grid,
|
|
69184
|
-
{ item: true, xs: 12, md:
|
|
69184
|
+
{ item: true, xs: 12, md: 5 },
|
|
69185
69185
|
react_default.a.createElement(
|
|
69186
69186
|
esm_Typography_Typography,
|
|
69187
69187
|
{ variant: 'h6', className: classes.contentLabel, style: { paddingTop: 8 } },
|
|
@@ -69190,7 +69190,7 @@ var UserRightForm_UserRightForm = function UserRightForm(_ref) {
|
|
|
69190
69190
|
),
|
|
69191
69191
|
react_default.a.createElement(
|
|
69192
69192
|
esm_Grid_Grid,
|
|
69193
|
-
{ item: true, xs: 12, md:
|
|
69193
|
+
{ item: true, xs: 12, md: 7 },
|
|
69194
69194
|
react_default.a.createElement(src_Select_Select, {
|
|
69195
69195
|
value: es_defaultTo('*', dataspaceValue),
|
|
69196
69196
|
items: dataSpaces,
|
|
@@ -69207,7 +69207,7 @@ var UserRightForm_UserRightForm = function UserRightForm(_ref) {
|
|
|
69207
69207
|
{ item: true, container: true, xs: 12, alignItems: 'center' },
|
|
69208
69208
|
react_default.a.createElement(
|
|
69209
69209
|
esm_Grid_Grid,
|
|
69210
|
-
{ item: true, xs: 12, md:
|
|
69210
|
+
{ item: true, xs: 12, md: 5 },
|
|
69211
69211
|
react_default.a.createElement(
|
|
69212
69212
|
esm_Typography_Typography,
|
|
69213
69213
|
{ variant: 'h6', className: classes.contentLabel, style: { paddingTop: 8 } },
|
|
@@ -69216,7 +69216,7 @@ var UserRightForm_UserRightForm = function UserRightForm(_ref) {
|
|
|
69216
69216
|
),
|
|
69217
69217
|
react_default.a.createElement(
|
|
69218
69218
|
esm_Grid_Grid,
|
|
69219
|
-
{ item: true, xs: 12, md:
|
|
69219
|
+
{ item: true, xs: 12, md: 7 },
|
|
69220
69220
|
react_default.a.createElement(src_Select_Select, {
|
|
69221
69221
|
value: es_defaultTo('*', artefactTypeValue),
|
|
69222
69222
|
items: artefactTypes,
|