@archbase/components 4.0.23 → 4.0.24
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.
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -25745,7 +25745,7 @@ function OC(e) {
|
|
|
25745
25745
|
csvOptions: Ae,
|
|
25746
25746
|
toolbarAlignment: q = "right",
|
|
25747
25747
|
positionActionsColumn: le = "first",
|
|
25748
|
-
actionsColumnWidth: pe =
|
|
25748
|
+
actionsColumnWidth: pe = 120,
|
|
25749
25749
|
toolbarLeftContent: Ce,
|
|
25750
25750
|
bottomToolbarMinHeight: je,
|
|
25751
25751
|
paginationLabels: Ke,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archbase/components",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.24",
|
|
4
4
|
"description": "UI Components for Archbase React v3 - Form editors, data visualization, and business components",
|
|
5
5
|
"author": "Edson Martins <edsonmartins2005@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"vis-timeline": "^7.7.3",
|
|
119
119
|
"xlsx": "^0.18.5",
|
|
120
120
|
"yet-another-react-lightbox": "^3.21.0",
|
|
121
|
-
"@archbase/core": "4.0.
|
|
122
|
-
"@archbase/data": "4.0.
|
|
123
|
-
"@archbase/layout": "4.0.
|
|
121
|
+
"@archbase/core": "4.0.24",
|
|
122
|
+
"@archbase/data": "4.0.24",
|
|
123
|
+
"@archbase/layout": "4.0.24"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@types/d3": "^7.4.3",
|
|
@@ -175,7 +175,7 @@ function ArchbaseDataGridAG<T extends object = any, ID = any>(
|
|
|
175
175
|
csvOptions,
|
|
176
176
|
toolbarAlignment = 'right',
|
|
177
177
|
positionActionsColumn = 'first',
|
|
178
|
-
actionsColumnWidth =
|
|
178
|
+
actionsColumnWidth = 120,
|
|
179
179
|
toolbarLeftContent,
|
|
180
180
|
bottomToolbarMinHeight,
|
|
181
181
|
paginationLabels,
|
|
@@ -156,7 +156,7 @@ function ArchbaseDataGrid<T extends object = any, ID = any>(props: ArchbaseDataG
|
|
|
156
156
|
csvOptions,
|
|
157
157
|
toolbarAlignment = 'right',
|
|
158
158
|
positionActionsColumn = 'first',
|
|
159
|
-
actionsColumnWidth =
|
|
159
|
+
actionsColumnWidth = 120,
|
|
160
160
|
toolbarLeftContent,
|
|
161
161
|
columnAutoWidth = false,
|
|
162
162
|
rowHeight = 52,
|
|
Binary file
|