@blaze-cms/plugin-data-ui 0.146.0-node18-core-styles-tooltips.34 → 0.146.0-node18-core-styles-tooltips.39
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/CHANGELOG.md +16 -0
- package/lib/components/EntityManager/Entity/Entity.js +46 -47
- package/lib/components/EntityManager/Entity/Entity.js.map +1 -1
- package/lib/components/EntityManager/Entity/SideBarRelations/index.js +1 -2
- package/lib/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
- package/lib/components/EntityManager/EntityManager.js +4 -5
- package/lib/components/EntityManager/EntityManager.js.map +1 -1
- package/lib/components/InfoBoxes/container/InfoBoxContainer.js +1 -2
- package/lib/components/InfoBoxes/container/InfoBoxContainer.js.map +1 -1
- package/lib/components/ListingTable/ListingTable.js +11 -12
- package/lib/components/ListingTable/ListingTable.js.map +1 -1
- package/lib/components/ListingTable/ListingTableContent/ListingTableContent.js +1 -2
- package/lib/components/ListingTable/ListingTableContent/ListingTableContent.js.map +1 -1
- package/lib/components/ListingTable/SearchFilter/SearchContainer.js +11 -12
- package/lib/components/ListingTable/SearchFilter/SearchContainer.js.map +1 -1
- package/lib/components/ListingTable/SearchFilter/SearchFilter.js +1 -2
- package/lib/components/ListingTable/SearchFilter/SearchFilter.js.map +1 -1
- package/lib/components/Tabs/index.js +1 -2
- package/lib/components/Tabs/index.js.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/plugin-data-ui",
|
|
3
|
-
"version": "0.146.0-node18-core-styles-tooltips.
|
|
3
|
+
"version": "0.146.0-node18-core-styles-tooltips.39",
|
|
4
4
|
"description": "Blaze plugin data ui",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@blaze-cms/admin-ui-utils": "0.146.0-node18-core-styles-tooltips.30",
|
|
31
31
|
"@blaze-cms/core-errors": "0.146.0-node18-core-styles-tooltips.3",
|
|
32
32
|
"@blaze-cms/plugin-render-hooks-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
33
|
-
"@blaze-cms/react-form-builder": "0.146.0-node18-core-styles-tooltips.
|
|
34
|
-
"@blaze-cms/react-page-builder": "0.146.0-node18-core-styles-tooltips.
|
|
33
|
+
"@blaze-cms/react-form-builder": "0.146.0-node18-core-styles-tooltips.39",
|
|
34
|
+
"@blaze-cms/react-page-builder": "0.146.0-node18-core-styles-tooltips.38",
|
|
35
35
|
"@blaze-cms/setup-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
36
36
|
"@blaze-cms/versioning-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
37
37
|
"@blaze-react/button": "0.8.0-alpha.82",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"uuid": "^3.3.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@blaze-cms/core-ui": "0.146.0-node18-core-styles-tooltips.
|
|
60
|
+
"@blaze-cms/core-ui": "0.146.0-node18-core-styles-tooltips.38"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@apollo/client": "3.x",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"lib/*",
|
|
70
70
|
"lib-es/*"
|
|
71
71
|
],
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "729a2eda41dc8ac6e8fb815eeed8ac9f2cc9e1ea"
|
|
73
73
|
}
|