devexpress-reporting-react 24.2.11 → 24.2.12
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.
|
@@ -10,7 +10,7 @@ const renderGalleryItem = () => (item) => (React.createElement(ScrollView, { cla
|
|
|
10
10
|
React.createElement("div", { className: "dxrd-gallery-blocks", style: {
|
|
11
11
|
width: item.gallery.contentSize ? item.gallery.contentSize.width + 'px' : undefined,
|
|
12
12
|
height: item.gallery.contentSize ? item.gallery.contentSize.height + +'px' : undefined
|
|
13
|
-
} }, item.blocks.filter(block => block.page).map(block => (React.createElement("div", { key: block.page.
|
|
13
|
+
} }, item.blocks.filter(block => block.page).map(block => (React.createElement("div", { key: block.page.page_id, className: `dxrd-gallery-block ${block.classSet}`, style: {
|
|
14
14
|
left: block.position.left + 'px',
|
|
15
15
|
right: block.position.right + 'px',
|
|
16
16
|
top: block.position.top + 'px',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-reporting-react",
|
|
3
|
-
"version": "24.2.
|
|
3
|
+
"version": "24.2.12",
|
|
4
4
|
"homepage": "https://www.devexpress.com/",
|
|
5
5
|
"bugs": "https://www.devexpress.com/support/",
|
|
6
6
|
"author": "Developer Express Inc.",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"license": "SEE LICENSE IN README.md",
|
|
16
16
|
"main": "./index.js",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"devexpress-reporting": "24.2.
|
|
18
|
+
"devexpress-reporting": "24.2.12",
|
|
19
19
|
"prop-types": "^15.8.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"devextreme-react": "24.2.
|
|
22
|
+
"devextreme-react": "24.2.12",
|
|
23
23
|
"react": "^18.0.0 || ^19.0.0",
|
|
24
24
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@devexpress/analytics-core": "24.2.
|
|
27
|
+
"@devexpress/analytics-core": "24.2.12",
|
|
28
28
|
"@types/prop-types": "15.7.13",
|
|
29
29
|
"@types/react": "^18.0.28",
|
|
30
30
|
"@types/react-dom": "^18.0.28",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"prebuild": "npx shx rm -rf dist && npx shx mkdir dist && npx shx cp README.md dist/ && npx shx cp package.json dist/",
|
|
36
36
|
"build": "npx tsc --project tsconfig.lib.json"
|
|
37
37
|
},
|
|
38
|
-
"commitSHA": "
|
|
38
|
+
"commitSHA": "ca1736a468a8cc9b663e522de6c7b9f02b1696fd"
|
|
39
39
|
}
|