@vidispine/vdt-mui 23.1.0-pre.5 → 23.2.0-pre.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/_utils/isDefinedValue.js +5 -0
- package/dist/_utils/omit.js +5 -0
- package/dist/collection/CollectionList/CollectionList.js +1 -1
- package/dist/entity/EntityCard/components/EntityCardActions.js +1 -1
- package/dist/entity/EntityCard/components/EntityCardBase.js +2 -1
- package/dist/entity/EntityCard/components/EntityCardHeader.js +2 -1
- package/dist/entity/EntityListItem/components/EntityListItemAvatar.js +1 -1
- package/dist/entity/EntityTableRow/components/EntityTableCellAvatar.js +10 -0
- package/dist/entity/EntityTableRow/components/EntityTableCellCheckbox.js +8 -0
- package/dist/general/AvatarMenu/AvatarMenu.js +3 -2
- package/dist/general/CalendarPicker/CalendarPicker.js +22 -0
- package/dist/general/CalendarPicker/components/PickersDay.js +11 -0
- package/dist/general/CalendarPicker/index.js +7 -0
- package/dist/general/CalendarPicker/utils/index.js +7 -0
- package/dist/general/Form/Form.js +12 -0
- package/dist/general/Form/index.js +7 -0
- package/dist/general/MediaIcon/MediaIcon.js +2 -2
- package/dist/general/TablePagination/TablePagination.js +4 -2
- package/dist/general/ThemeContext/ThemeContext.js +2 -2
- package/dist/index.js +20 -16
- package/dist/inputs/BooleanInput/BooleanInput.js +1 -1
- package/dist/inputs/CheckboxGroupInput/CheckboxGroupInput.js +6 -6
- package/dist/inputs/CheckboxGroupInput/components/CheckboxGroup.js +1 -1
- package/dist/inputs/DateRangeInput/DateRangeInput.js +25 -0
- package/dist/inputs/DateRangeInput/components/utils/valueManagers.js +5 -0
- package/dist/inputs/DateRangeInput/index.js +7 -0
- package/dist/inputs/DateRangeInput/utils/dateHelpers.js +6 -0
- package/dist/inputs/DateTimeInput/DateTimeInput.js +4 -3
- package/dist/inputs/MaskedTextInput/MaskedTextInput.js +9 -0
- package/dist/inputs/MaskedTextInput/components/MaskedInputComponent.js +9 -0
- package/dist/inputs/MaskedTextInput/index.js +7 -0
- package/dist/inputs/SelectInput/SelectInput.js +1 -1
- package/dist/inputs/SliderInput/SliderInput.js +8 -5
- package/dist/inputs/SliderInput/components/Slider.js +6 -6
- package/dist/inputs/SliderInput/index.js +2 -2
- package/dist/inputs/TagInput/TagInput.js +3 -2
- package/dist/inputs/TagInput/index.js +2 -2
- package/dist/inputs/TextInput/TextInput.js +1 -1
- package/dist/inputs/TextInput/index.js +2 -2
- package/dist/inputs/_components/MenuItem.js +1 -1
- package/dist/item/ItemCard/components/ItemCardMedia.js +2 -1
- package/dist/item/ItemList/ItemList.js +1 -1
- package/dist/item/ItemPoster/ItemPoster.js +3 -2
- package/dist/item/ItemTable/ItemTable.js +2 -1
- package/dist/item/ItemTable/components/ItemTableHead.js +1 -1
- package/dist/item/ItemTableRow/ItemTableRow.js +5 -2
- package/dist/search/SearchFilterForm/SearchFilterForm.js +10 -0
- package/dist/search/SearchFilterForm/hooks/UseSearchFilterFormInputs.js +14 -0
- package/dist/search/SearchFilterForm/index.js +7 -0
- package/dist/search/SearchFilterForm/utils/mapValuesToFilter.js +8 -0
- package/package.json +23 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-mui",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.2.0-pre.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -21,29 +21,31 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "rimraf dist && rollup -c",
|
|
23
23
|
"build:watch": "yarn build -w --environment DEVELOPMENT",
|
|
24
|
-
"lint": "eslint . --
|
|
24
|
+
"lint": "eslint . --max-warnings=0",
|
|
25
|
+
"format": "prettier . --check",
|
|
25
26
|
"new:component": "hygen new component"
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
28
|
-
"@babel/runtime": "^7.
|
|
29
|
-
"@mui/icons-material": "^5.
|
|
30
|
-
"@mui/lab": "^5.0.0-alpha.
|
|
31
|
-
"@mui/material": "^5.10
|
|
32
|
-
"@vidispine/vdt-api": "23.
|
|
33
|
-
"@vidispine/vdt-js": "23.
|
|
34
|
-
"@vidispine/vdt-react": "23.
|
|
29
|
+
"@babel/runtime": "^7.21.0",
|
|
30
|
+
"@mui/icons-material": "^5.11.9",
|
|
31
|
+
"@mui/lab": "^5.0.0-alpha.120",
|
|
32
|
+
"@mui/material": "^5.11.10",
|
|
33
|
+
"@vidispine/vdt-api": "23.2.0-pre.1",
|
|
34
|
+
"@vidispine/vdt-js": "23.2.0-pre.1",
|
|
35
|
+
"@vidispine/vdt-react": "23.2.0-pre.1",
|
|
35
36
|
"clsx": "^1.2.1"
|
|
36
37
|
},
|
|
37
38
|
"peerDependencies": {
|
|
38
39
|
"@mui/x-date-pickers": "^5.0.0",
|
|
39
|
-
"@vidispine/vdt-videojs-react": "23.1.0-pre.5",
|
|
40
40
|
"dayjs": "^1.0.0",
|
|
41
41
|
"react": "^17.0.0",
|
|
42
|
-
"react-dom": "^17.0.0"
|
|
42
|
+
"react-dom": "^17.0.0",
|
|
43
|
+
"react-hook-form": "^7.0.0",
|
|
44
|
+
"react-imask": "^6.4.3"
|
|
43
45
|
},
|
|
44
46
|
"devDependencies": {
|
|
45
|
-
"@babel/core": "7.
|
|
46
|
-
"@babel/plugin-transform-runtime": "7.
|
|
47
|
+
"@babel/core": "7.21.0",
|
|
48
|
+
"@babel/plugin-transform-runtime": "7.21.0",
|
|
47
49
|
"@babel/preset-env": "7.20.2",
|
|
48
50
|
"@babel/preset-react": "7.18.6",
|
|
49
51
|
"@rollup/plugin-babel": "5.3.1",
|
|
@@ -52,16 +54,17 @@
|
|
|
52
54
|
"@svgr/rollup": "6.5.1",
|
|
53
55
|
"@testing-library/jest-dom": "5.16.5",
|
|
54
56
|
"@testing-library/react": "12.1.5",
|
|
55
|
-
"@vidispine/eslint-config-mdx": "23.
|
|
56
|
-
"@vidispine/eslint-config-react": "23.
|
|
57
|
-
"@vidispine/eslint-config-storybook": "23.
|
|
58
|
-
"@vidispine/prettier-config": "23.
|
|
59
|
-
"@vidispine/proptypes": "23.
|
|
57
|
+
"@vidispine/eslint-config-mdx": "23.2.0-pre.1",
|
|
58
|
+
"@vidispine/eslint-config-react": "23.2.0-pre.1",
|
|
59
|
+
"@vidispine/eslint-config-storybook": "23.2.0-pre.1",
|
|
60
|
+
"@vidispine/prettier-config": "23.2.0-pre.1",
|
|
61
|
+
"@vidispine/proptypes": "23.2.0-pre.1",
|
|
60
62
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
61
|
-
"eslint": "8.
|
|
63
|
+
"eslint": "8.34.0",
|
|
62
64
|
"hygen": "6.2.11",
|
|
63
|
-
"prettier": "2.8.
|
|
65
|
+
"prettier": "2.8.4",
|
|
64
66
|
"prop-types": "15.8.1",
|
|
67
|
+
"react-hook-form": "^7.39.7",
|
|
65
68
|
"rimraf": "3.0.2",
|
|
66
69
|
"rollup": "2.79.1"
|
|
67
70
|
},
|