@blaze-cms/plugin-data-ui 0.146.0-node18-tooltips.42 → 0.146.0-node18-core-styles-tooltips.58

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.
Files changed (93) hide show
  1. package/CHANGELOG.md +186 -36
  2. package/lib/components/EntityManager/Entity/EntitiyNavLinks/EntityNavLinks.js +1 -0
  3. package/lib/components/EntityManager/Entity/EntitiyNavLinks/EntityNavLinks.js.map +1 -1
  4. package/lib/components/EntityManager/Entity/Entity.js +7 -6
  5. package/lib/components/EntityManager/Entity/Entity.js.map +1 -1
  6. package/lib/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js +1 -1
  7. package/lib/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js.map +1 -1
  8. package/lib/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js +1 -0
  9. package/lib/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js.map +1 -1
  10. package/lib/components/EntityManager/Entity/SideBarRelations/index.js +5 -5
  11. package/lib/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
  12. package/lib/components/EntityManager/Entity/actions-handlers/create/submit.js +1 -1
  13. package/lib/components/EntityManager/Entity/actions-handlers/create/submit.js.map +1 -1
  14. package/lib/components/EntityManager/Entity/actions-handlers/delete/delete.js +1 -1
  15. package/lib/components/EntityManager/Entity/actions-handlers/delete/delete.js.map +1 -1
  16. package/lib/components/EntityManager/Entity/actions-handlers/shared/publish.js +1 -1
  17. package/lib/components/EntityManager/Entity/actions-handlers/shared/publish.js.map +1 -1
  18. package/lib/components/EntityManager/Entity/actions-handlers/update/submit.js +1 -1
  19. package/lib/components/EntityManager/Entity/actions-handlers/update/submit.js.map +1 -1
  20. package/lib/components/EntityManager/EntityManager.js +3 -3
  21. package/lib/components/EntityManager/EntityManager.js.map +1 -1
  22. package/lib/components/EntityManager/utils/entity.js +1 -1
  23. package/lib/components/EntityManager/utils/entity.js.map +1 -1
  24. package/lib/components/EntityManager/utils/entityAvailableActions.js +2 -2
  25. package/lib/components/EntityManager/utils/entityAvailableActions.js.map +1 -1
  26. package/lib/components/InfoBoxes/InfoBoxes.js +1 -0
  27. package/lib/components/InfoBoxes/InfoBoxes.js.map +1 -1
  28. package/lib/components/InfoBoxes/container/InfoBoxContainer.js +1 -1
  29. package/lib/components/InfoBoxes/container/InfoBoxContainer.js.map +1 -1
  30. package/lib/components/InfoBoxes/helpers/build-dynamic-query.js +1 -0
  31. package/lib/components/InfoBoxes/helpers/build-dynamic-query.js.map +1 -1
  32. package/lib/components/ListingTable/ListingTable.js +7 -7
  33. package/lib/components/ListingTable/ListingTable.js.map +1 -1
  34. package/lib/components/ListingTable/ListingTableContent/ListingTableContent.js +1 -1
  35. package/lib/components/ListingTable/ListingTableContent/ListingTableContent.js.map +1 -1
  36. package/lib/components/ListingTable/SearchFilter/SearchContainer.js +4 -4
  37. package/lib/components/ListingTable/SearchFilter/SearchContainer.js.map +1 -1
  38. package/lib/components/ListingTable/SearchFilter/SearchFilter.js +1 -1
  39. package/lib/components/ListingTable/SearchFilter/SearchFilter.js.map +1 -1
  40. package/lib/components/ListingTable/SearchFilter/helpers.js +1 -0
  41. package/lib/components/ListingTable/SearchFilter/helpers.js.map +1 -1
  42. package/lib/components/ListingTable/TableActions/TableActions.js.map +1 -1
  43. package/lib/components/ListingTable/service/index.js +2 -1
  44. package/lib/components/ListingTable/service/index.js.map +1 -1
  45. package/lib/components/Tabs/index.js +4 -5
  46. package/lib/components/Tabs/index.js.map +1 -1
  47. package/lib/index.js +5 -5
  48. package/lib/index.js.map +1 -1
  49. package/lib/utils/add-content-menu-items.js +1 -1
  50. package/lib/utils/add-content-menu-items.js.map +1 -1
  51. package/lib/utils/hoc/withContext.js.map +1 -1
  52. package/lib-es/components/EntityManager/Entity/Entity.js +2 -1
  53. package/lib-es/components/EntityManager/Entity/Entity.js.map +1 -1
  54. package/lib-es/components/EntityManager/Entity/EntityHeader/EntityHeader.js.map +1 -1
  55. package/lib-es/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js.map +1 -1
  56. package/lib-es/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js.map +1 -1
  57. package/lib-es/components/EntityManager/Entity/SideBarRelations/hooks/useCustomSidebarData.js.map +1 -1
  58. package/lib-es/components/EntityManager/Entity/SideBarRelations/presentational/CustomSidebarInfo.js.map +1 -1
  59. package/lib-es/components/EntityManager/Entity/actions-handlers/create/submit.js.map +1 -1
  60. package/lib-es/components/EntityManager/Entity/actions-handlers/shared/publish.js.map +1 -1
  61. package/lib-es/components/EntityManager/EntityManager.js.map +1 -1
  62. package/lib-es/components/EntityManager/utils/entity.js.map +1 -1
  63. package/lib-es/components/EntityManager/utils/query.js.map +1 -1
  64. package/lib-es/components/InfoBoxes/InfoBoxTooltip.js.map +1 -1
  65. package/lib-es/components/InfoBoxes/helpers/build-dynamic-query.js.map +1 -1
  66. package/lib-es/components/InfoBoxes/hooks/useData.js.map +1 -1
  67. package/lib-es/components/InfoBoxes/presentational/InfoBox.js.map +1 -1
  68. package/lib-es/components/InfoBoxes/presentational/InfoBoxLabel.js.map +1 -1
  69. package/lib-es/components/ListingTable/ListingTable.js.map +1 -1
  70. package/lib-es/components/ListingTable/ListingTableContent/ListingTableContent.js.map +1 -1
  71. package/lib-es/components/ListingTable/SearchFilter/SearchContainer.js.map +1 -1
  72. package/lib-es/components/ListingTable/SearchFilter/helpers.js.map +1 -1
  73. package/lib-es/components/ListingTable/SearchFilter/querys.js.map +1 -1
  74. package/lib-es/components/ListingTable/mappers/populate-rows.js.map +1 -1
  75. package/lib-es/components/ListingTable/service/index.js.map +1 -1
  76. package/lib-es/components/Tabs/index.js +3 -5
  77. package/lib-es/components/Tabs/index.js.map +1 -1
  78. package/lib-es/index.js +2 -2
  79. package/lib-es/index.js.map +1 -1
  80. package/lib-es/utils/add-content-menu-items.js.map +1 -1
  81. package/lib-es/utils/build-create-entity-mutation.js.map +1 -1
  82. package/lib-es/utils/build-delete-entity-mutation.js.map +1 -1
  83. package/lib-es/utils/build-listing-query.js.map +1 -1
  84. package/lib-es/utils/build-update-data-query.js.map +1 -1
  85. package/lib-es/utils/build-update-publish-unpublish-mutation.js.map +1 -1
  86. package/lib-es/utils/hoc/withContext.js +1 -1
  87. package/lib-es/utils/hoc/withContext.js.map +1 -1
  88. package/package.json +10 -10
  89. package/src/components/EntityManager/Entity/Entity.js +4 -2
  90. package/src/components/ListingTable/ListingTableContent/ListingTableContent.js +3 -3
  91. package/src/components/ListingTable/SearchFilter/SearchContainer.js +105 -120
  92. package/src/components/Tabs/index.js +2 -6
  93. package/src/utils/hoc/withContext.js +5 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,61 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.146.0-node18-tooltips.42](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.41...v0.146.0-node18-tooltips.42) (2026-03-24)
6
+ # [0.146.0-node18-core-styles-tooltips.58](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.57...v0.146.0-node18-core-styles-tooltips.58) (2026-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix lint and tests errors across repository ([#5047](https://github.com/thebyte9/blaze/issues/5047)) ([c2b86dd](https://github.com/thebyte9/blaze/commit/c2b86dd7aebb12198a49097692a549a9f9378d6e))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.146.0-node18-core-styles-tooltips.56](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.55...v0.146.0-node18-core-styles-tooltips.56) (2026-03-27)
18
+
19
+
20
+ ### Features
21
+
22
+ * set admin property groupings ([#4623](https://github.com/thebyte9/blaze/issues/4623)) ([a4ad574](https://github.com/thebyte9/blaze/commit/a4ad574e3754f8cc410ab67910d5ae833137dbcc))
23
+
24
+
25
+
26
+
27
+
28
+ # [0.146.0-node18-core-styles-tooltips.55](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.54...v0.146.0-node18-core-styles-tooltips.55) (2026-03-10)
29
+
30
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
31
+
32
+
33
+
34
+
35
+
36
+ # [0.146.0-node18-core-styles-tooltips.54](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.53...v0.146.0-node18-core-styles-tooltips.54) (2026-03-02)
37
+
38
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
39
+
40
+
41
+
42
+
43
+
44
+ # [0.146.0-node18-core-styles-tooltips.52](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.51...v0.146.0-node18-core-styles-tooltips.52) (2026-02-17)
45
+
46
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
47
+
48
+
49
+
50
+
51
+
52
+ # [0.146.0-node18-core-styles-tooltips.51](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.50...v0.146.0-node18-core-styles-tooltips.51) (2026-02-16)
53
+
54
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
55
+
56
+
57
+
58
+
59
+
60
+ # [0.146.0-node18-core-styles-tooltips.49](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.48...v0.146.0-node18-core-styles-tooltips.49) (2026-01-29)
7
61
 
8
62
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
9
63
 
@@ -11,7 +65,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
65
 
12
66
 
13
67
 
14
- # [0.146.0-node18-tooltips.41](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.40...v0.146.0-node18-tooltips.41) (2026-03-03)
68
+ # [0.146.0-node18-core-styles-tooltips.48](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.47...v0.146.0-node18-core-styles-tooltips.48) (2026-01-27)
15
69
 
16
70
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
17
71
 
@@ -19,7 +73,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
73
 
20
74
 
21
75
 
22
- # [0.146.0-node18-tooltips.40](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.39...v0.146.0-node18-tooltips.40) (2026-01-29)
76
+ # [0.146.0-node18-core-styles-tooltips.46](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.45...v0.146.0-node18-core-styles-tooltips.46) (2026-01-16)
23
77
 
24
78
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
25
79
 
@@ -27,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
81
 
28
82
 
29
83
 
30
- # [0.146.0-node18-tooltips.38](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.37...v0.146.0-node18-tooltips.38) (2026-01-27)
84
+ # [0.146.0-node18-core-styles-tooltips.45](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.44...v0.146.0-node18-core-styles-tooltips.45) (2026-01-15)
31
85
 
32
86
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
33
87
 
@@ -35,7 +89,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
89
 
36
90
 
37
91
 
38
- # [0.146.0-node18-tooltips.37](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.36...v0.146.0-node18-tooltips.37) (2026-01-08)
92
+ # [0.146.0-node18-core-styles-tooltips.44](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.43...v0.146.0-node18-core-styles-tooltips.44) (2026-01-02)
39
93
 
40
94
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
41
95
 
@@ -43,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
43
97
 
44
98
 
45
99
 
46
- # [0.146.0-node18-tooltips.35](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.34...v0.146.0-node18-tooltips.35) (2025-12-17)
100
+ # [0.146.0-node18-core-styles-tooltips.43](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.42...v0.146.0-node18-core-styles-tooltips.43) (2025-12-17)
47
101
 
48
102
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
49
103
 
@@ -51,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
51
105
 
52
106
 
53
107
 
54
- # [0.146.0-node18-tooltips.34](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.33...v0.146.0-node18-tooltips.34) (2025-12-17)
108
+ # [0.146.0-node18-core-styles-tooltips.42](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.41...v0.146.0-node18-core-styles-tooltips.42) (2025-12-17)
55
109
 
56
110
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
57
111
 
@@ -59,7 +113,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
59
113
 
60
114
 
61
115
 
62
- # [0.146.0-node18-tooltips.33](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.32...v0.146.0-node18-tooltips.33) (2025-12-15)
116
+ # [0.146.0-node18-core-styles-tooltips.41](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.40...v0.146.0-node18-core-styles-tooltips.41) (2025-12-15)
63
117
 
64
118
 
65
119
  ### Features
@@ -70,7 +124,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
70
124
 
71
125
 
72
126
 
73
- # [0.146.0-node18-tooltips.32](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.31...v0.146.0-node18-tooltips.32) (2025-12-15)
127
+ # [0.146.0-node18-core-styles-tooltips.39](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.38...v0.146.0-node18-core-styles-tooltips.39) (2025-12-04)
128
+
129
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
130
+
131
+
132
+
133
+
134
+
135
+ # [0.146.0-node18-core-styles-tooltips.38](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.37...v0.146.0-node18-core-styles-tooltips.38) (2025-12-04)
136
+
137
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
138
+
139
+
140
+
141
+
142
+
143
+ # [0.146.0-node18-core-styles-tooltips.34](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.33...v0.146.0-node18-core-styles-tooltips.34) (2025-11-27)
74
144
 
75
145
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
76
146
 
@@ -78,7 +148,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
78
148
 
79
149
 
80
150
 
81
- # [0.146.0-node18-tooltips.31](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.30...v0.146.0-node18-tooltips.31) (2025-11-18)
151
+ # [0.146.0-node18-core-styles-tooltips.32](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.31...v0.146.0-node18-core-styles-tooltips.32) (2025-11-26)
82
152
 
83
153
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
84
154
 
@@ -86,7 +156,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
86
156
 
87
157
 
88
158
 
89
- # [0.146.0-node18-tooltips.30](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.29...v0.146.0-node18-tooltips.30) (2025-11-17)
159
+ # [0.146.0-node18-core-styles-tooltips.31](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.30...v0.146.0-node18-core-styles-tooltips.31) (2025-11-26)
90
160
 
91
161
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
92
162
 
@@ -94,7 +164,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
94
164
 
95
165
 
96
166
 
97
- # [0.146.0-node18-tooltips.28](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.27...v0.146.0-node18-tooltips.28) (2025-11-10)
167
+ # [0.146.0-node18-core-styles-tooltips.30](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.29...v0.146.0-node18-core-styles-tooltips.30) (2025-11-25)
98
168
 
99
169
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
100
170
 
@@ -102,7 +172,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
102
172
 
103
173
 
104
174
 
105
- # [0.146.0-node18-tooltips.27](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.26...v0.146.0-node18-tooltips.27) (2025-11-06)
175
+ # [0.146.0-node18-core-styles-tooltips.29](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.28...v0.146.0-node18-core-styles-tooltips.29) (2025-11-17)
106
176
 
107
177
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
108
178
 
@@ -110,7 +180,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
110
180
 
111
181
 
112
182
 
113
- # [0.146.0-node18-tooltips.26](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.25...v0.146.0-node18-tooltips.26) (2025-10-29)
183
+ # [0.146.0-node18-core-styles-tooltips.27](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.26...v0.146.0-node18-core-styles-tooltips.27) (2025-11-13)
114
184
 
115
185
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
116
186
 
@@ -118,7 +188,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
118
188
 
119
189
 
120
190
 
121
- # [0.146.0-node18-tooltips.24](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.23...v0.146.0-node18-tooltips.24) (2025-10-27)
191
+ # [0.146.0-node18-core-styles-tooltips.26](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.25...v0.146.0-node18-core-styles-tooltips.26) (2025-11-12)
122
192
 
123
193
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
124
194
 
@@ -126,7 +196,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
126
196
 
127
197
 
128
198
 
129
- # [0.146.0-node18-tooltips.23](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.22...v0.146.0-node18-tooltips.23) (2025-10-20)
199
+ # [0.146.0-node18-core-styles-tooltips.25](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.24...v0.146.0-node18-core-styles-tooltips.25) (2025-11-07)
130
200
 
131
201
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
132
202
 
@@ -134,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
134
204
 
135
205
 
136
206
 
137
- # [0.146.0-node18-tooltips.22](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.21...v0.146.0-node18-tooltips.22) (2025-10-17)
207
+ # [0.146.0-node18-core-styles-tooltips.24](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.23...v0.146.0-node18-core-styles-tooltips.24) (2025-11-03)
138
208
 
139
209
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
140
210
 
@@ -142,7 +212,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
142
212
 
143
213
 
144
214
 
145
- # [0.146.0-node18-tooltips.21](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.20...v0.146.0-node18-tooltips.21) (2025-10-14)
215
+ # [0.146.0-node18-core-styles-tooltips.23](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.22...v0.146.0-node18-core-styles-tooltips.23) (2025-10-27)
146
216
 
147
217
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
148
218
 
@@ -150,7 +220,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
150
220
 
151
221
 
152
222
 
153
- # [0.146.0-node18-tooltips.19](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.18...v0.146.0-node18-tooltips.19) (2025-10-10)
223
+ # [0.146.0-node18-core-styles-tooltips.22](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.21...v0.146.0-node18-core-styles-tooltips.22) (2025-10-20)
154
224
 
155
225
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
156
226
 
@@ -158,7 +228,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
158
228
 
159
229
 
160
230
 
161
- # [0.146.0-node18-tooltips.13](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.12...v0.146.0-node18-tooltips.13) (2025-10-02)
231
+ # [0.146.0-node18-core-styles-tooltips.20](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.19...v0.146.0-node18-core-styles-tooltips.20) (2025-10-03)
162
232
 
163
233
 
164
234
  ### Features
@@ -169,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
169
239
 
170
240
 
171
241
 
172
- # [0.146.0-node18-tooltips.11](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.10...v0.146.0-node18-tooltips.11) (2025-10-01)
242
+ # [0.146.0-node18-core-styles-tooltips.19](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.18...v0.146.0-node18-core-styles-tooltips.19) (2025-10-01)
173
243
 
174
244
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
175
245
 
@@ -177,7 +247,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
177
247
 
178
248
 
179
249
 
180
- # [0.146.0-node18-tooltips.8](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.7...v0.146.0-node18-tooltips.8) (2025-09-24)
250
+ # [0.146.0-node18-core-styles-tooltips.18](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.17...v0.146.0-node18-core-styles-tooltips.18) (2025-09-29)
181
251
 
182
252
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
183
253
 
@@ -185,7 +255,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
185
255
 
186
256
 
187
257
 
188
- # [0.146.0-node18-tooltips.6](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.5...v0.146.0-node18-tooltips.6) (2025-09-24)
258
+ # [0.146.0-node18-core-styles-tooltips.16](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.15...v0.146.0-node18-core-styles-tooltips.16) (2025-09-24)
189
259
 
190
260
 
191
261
  ### Bug Fixes
@@ -196,7 +266,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
196
266
 
197
267
 
198
268
 
199
- # [0.146.0-node18-tooltips.4](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.3...v0.146.0-node18-tooltips.4) (2025-09-22)
269
+ # [0.146.0-node18-core-styles-tooltips.15](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.14...v0.146.0-node18-core-styles-tooltips.15) (2025-09-23)
270
+
271
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
272
+
273
+
274
+
275
+
276
+
277
+ # [0.146.0-node18-core-styles-tooltips.13](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.12...v0.146.0-node18-core-styles-tooltips.13) (2025-09-15)
278
+
279
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
280
+
281
+
282
+
283
+
284
+
285
+ # [0.146.0-node18-core-styles-tooltips.12](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.11...v0.146.0-node18-core-styles-tooltips.12) (2025-08-27)
286
+
287
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
288
+
289
+
290
+
291
+
292
+
293
+ # [0.146.0-node18-core-styles-tooltips.11](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.10...v0.146.0-node18-core-styles-tooltips.11) (2025-08-27)
200
294
 
201
295
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
202
296
 
@@ -204,7 +298,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
204
298
 
205
299
 
206
300
 
207
- # [0.146.0-node18-tooltips.2](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-tooltips.1...v0.146.0-node18-tooltips.2) (2025-09-17)
301
+ # [0.146.0-node18-core-styles-tooltips.10](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.9...v0.146.0-node18-core-styles-tooltips.10) (2025-08-05)
302
+
303
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
304
+
305
+
306
+
307
+
308
+
309
+ # [0.146.0-node18-core-styles-tooltips.9](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.8...v0.146.0-node18-core-styles-tooltips.9) (2025-07-28)
310
+
311
+
312
+ ### Bug Fixes
313
+
314
+ * correct tooltip position ([#4853](https://github.com/thebyte9/blaze/issues/4853)) ([f55356e](https://github.com/thebyte9/blaze/commit/f55356ed8900ba48e7320206ffa16ea57ca3cb2b))
315
+
316
+
317
+
318
+
319
+
320
+ # [0.146.0-node18-core-styles-tooltips.6](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.5...v0.146.0-node18-core-styles-tooltips.6) (2025-07-22)
321
+
322
+
323
+ ### Bug Fixes
324
+
325
+ * show pagebuilder tabs when no components added ([#4844](https://github.com/thebyte9/blaze/issues/4844)) ([2cbb24d](https://github.com/thebyte9/blaze/commit/2cbb24df95b38d4c8f4575814daadebd74ba04d4))
326
+
327
+
328
+
329
+
330
+
331
+ # [0.146.0-node18-core-styles-tooltips.5](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.4...v0.146.0-node18-core-styles-tooltips.5) (2025-07-18)
332
+
333
+
334
+ ### Bug Fixes
335
+
336
+ * revert save text change ([#4833](https://github.com/thebyte9/blaze/issues/4833)) ([2cfc73b](https://github.com/thebyte9/blaze/commit/2cfc73bfc06dac1dc682f696ca30f932ac79e42b))
337
+ * table list cell style updates ([#4841](https://github.com/thebyte9/blaze/issues/4841)) ([e4fd643](https://github.com/thebyte9/blaze/commit/e4fd643300e710d2209763795280f5df84563806))
338
+ * use direct state value for toggling sidebar ([091a021](https://github.com/thebyte9/blaze/commit/091a0210bb312e06505d86582ee014a512317da0))
339
+
340
+
341
+ ### Features
342
+
343
+ * make right sidebar collapsible ([cd45684](https://github.com/thebyte9/blaze/commit/cd456849648a6fe674b4de7e5f994146d76066c9))
344
+ * query for getting the audit details in dynamic properties ([#3287](https://github.com/thebyte9/blaze/issues/3287)) ([39d889b](https://github.com/thebyte9/blaze/commit/39d889b18a6c6b8bc43ae1a5fddb4d19751cf159))
345
+
346
+
347
+
348
+
349
+
350
+ # [0.146.0-node18-core-styles-tooltips.4](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.3...v0.146.0-node18-core-styles-tooltips.4) (2025-07-10)
351
+
352
+
353
+ ### Bug Fixes
354
+
355
+ * admin listing search filter fixes ([#4827](https://github.com/thebyte9/blaze/issues/4827)) ([8f72d2c](https://github.com/thebyte9/blaze/commit/8f72d2c4e9bb1fa585e20dc899fae6120a3d644e))
356
+ * get index from source data ([64425ec](https://github.com/thebyte9/blaze/commit/64425ec1b9e69385b45659f4b941631ae4c8b871))
357
+
358
+
359
+ ### Features
360
+
361
+ * add admin listing filters based on schema settings ([#4797](https://github.com/thebyte9/blaze/issues/4797)) ([84b3109](https://github.com/thebyte9/blaze/commit/84b310900222a60050e3cf32928ab62a12a99b8d))
362
+
363
+
364
+
365
+
366
+
367
+ # [0.146.0-node18-core-styles-tooltips.1](https://github.com/thebyte9/blaze/compare/v0.146.0-node18-core-styles-tooltips.0...v0.146.0-node18-core-styles-tooltips.1) (2025-06-20)
208
368
 
209
369
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
210
370
 
@@ -212,17 +372,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
212
372
 
213
373
 
214
374
 
215
- # [0.146.0-node18-tooltips.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-node18-tooltips.0) (2025-09-09)
375
+ # [0.146.0-node18-core-styles-tooltips.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-node18-core-styles-tooltips.0) (2025-06-18)
216
376
 
217
377
 
218
378
  ### Bug Fixes
219
379
 
220
380
  * add hasUnsavedChanges state to track actual user edits ([b2e507a](https://github.com/thebyte9/blaze/commit/b2e507a756d90990da603230b589defa8b7e12f4))
221
381
  * add necessary state for pop up ([fd37f1d](https://github.com/thebyte9/blaze/commit/fd37f1d45e27bae8ea4ab93ae1f52c3628be7d77))
222
- * admin listing search filter fixes ([#4827](https://github.com/thebyte9/blaze/issues/4827)) ([8f72d2c](https://github.com/thebyte9/blaze/commit/8f72d2c4e9bb1fa585e20dc899fae6120a3d644e))
223
- * correct tooltip position ([#4853](https://github.com/thebyte9/blaze/issues/4853)) ([f55356e](https://github.com/thebyte9/blaze/commit/f55356ed8900ba48e7320206ffa16ea57ca3cb2b))
224
382
  * fixed breaking tests, updated next to 14 ([fecb0e1](https://github.com/thebyte9/blaze/commit/fecb0e1d822bd69ebbaa084072a219f0fddd23f1))
225
- * get index from source data ([64425ec](https://github.com/thebyte9/blaze/commit/64425ec1b9e69385b45659f4b941631ae4c8b871))
226
383
  * group data table row fields correctly ([#4465](https://github.com/thebyte9/blaze/issues/4465)) ([a07a06f](https://github.com/thebyte9/blaze/commit/a07a06f4db5d0f1980afad70d28352641effea1e))
227
384
  * handle missing record error ([#4454](https://github.com/thebyte9/blaze/issues/4454)) ([f2ecf41](https://github.com/thebyte9/blaze/commit/f2ecf41962fd78b5808e6d7cd3714620697c4aaa))
228
385
  * linting fixed automatically ([73135b9](https://github.com/thebyte9/blaze/commit/73135b9b8b0d5407e2e1dfba42ab2381f290607f))
@@ -230,26 +387,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
230
387
  * move tabs from entity to page builder ([#4601](https://github.com/thebyte9/blaze/issues/4601)) ([944fe19](https://github.com/thebyte9/blaze/commit/944fe19ce0a09d2f36604fcced44f0054dd5e8e5))
231
388
  * remove unused code ([95c24df](https://github.com/thebyte9/blaze/commit/95c24dfd3bb9068a5be69b40be1f3e93007ed850))
232
389
  * render page from the ur on initial load ([#4463](https://github.com/thebyte9/blaze/issues/4463)) ([8de5fbe](https://github.com/thebyte9/blaze/commit/8de5fbe969e9c2954f6484e044fdfec49d7050ae))
233
- * revert save text change ([#4833](https://github.com/thebyte9/blaze/issues/4833)) ([2cfc73b](https://github.com/thebyte9/blaze/commit/2cfc73bfc06dac1dc682f696ca30f932ac79e42b))
234
- * show pagebuilder tabs when no components added ([#4844](https://github.com/thebyte9/blaze/issues/4844)) ([2cbb24d](https://github.com/thebyte9/blaze/commit/2cbb24df95b38d4c8f4575814daadebd74ba04d4))
235
- * table list cell style updates ([#4841](https://github.com/thebyte9/blaze/issues/4841)) ([e4fd643](https://github.com/thebyte9/blaze/commit/e4fd643300e710d2209763795280f5df84563806))
236
390
  * udpated yarn lock ([0cd4fa4](https://github.com/thebyte9/blaze/commit/0cd4fa4a185fca4b80b57e472badb771dd649ec2))
237
391
  * updated toaster version ([39f3dbd](https://github.com/thebyte9/blaze/commit/39f3dbd15833d45dd0d407b401eb825553135e01))
238
392
  * updated with dev ([90f545f](https://github.com/thebyte9/blaze/commit/90f545f1beabb35e26ba6fb2b45a7a0dfd072927))
239
393
  * updated with dev ([729bb6e](https://github.com/thebyte9/blaze/commit/729bb6ee7e87946081d51564a4ab45538f7be1e7))
240
394
  * updated with latest ([21cde6f](https://github.com/thebyte9/blaze/commit/21cde6f157c9279ed1eccb326870547821bc3dde))
241
- * use direct state value for toggling sidebar ([091a021](https://github.com/thebyte9/blaze/commit/091a0210bb312e06505d86582ee014a512317da0))
242
395
  * use isCreatePage to control navigation prompt display ([b56e0c7](https://github.com/thebyte9/blaze/commit/b56e0c7560308874554e3029a68878d1c2e8d948))
243
396
 
244
397
 
245
398
  ### Features
246
399
 
247
- * add admin listing filters based on schema settings ([#4797](https://github.com/thebyte9/blaze/issues/4797)) ([84b3109](https://github.com/thebyte9/blaze/commit/84b310900222a60050e3cf32928ab62a12a99b8d))
248
400
  * add tooltip support to parent select in DynamicRelation component ([#4603](https://github.com/thebyte9/blaze/issues/4603)) ([7767b5d](https://github.com/thebyte9/blaze/commit/7767b5dd7641d4b0c2477cffe6c0be8f9e8aa9dd))
249
401
  * allow custom components in table columns ([#4482](https://github.com/thebyte9/blaze/issues/4482)) ([87098c9](https://github.com/thebyte9/blaze/commit/87098c93d9fd85adc2a2aa19f2e9a3db4402ae41))
250
- * make right sidebar collapsible ([cd45684](https://github.com/thebyte9/blaze/commit/cd456849648a6fe674b4de7e5f994146d76066c9))
251
402
  * open frontend debug toolbar with a url param ([#4771](https://github.com/thebyte9/blaze/issues/4771)) ([37b8ea5](https://github.com/thebyte9/blaze/commit/37b8ea59a5ed4be0912465717adeb079fd6b3a89))
252
- * query for getting the audit details in dynamic properties ([#3287](https://github.com/thebyte9/blaze/issues/3287)) ([39d889b](https://github.com/thebyte9/blaze/commit/39d889b18a6c6b8bc43ae1a5fddb4d19751cf159))
253
403
  * update info box properties to support tooltips ([#4701](https://github.com/thebyte9/blaze/issues/4701)) ([08ed041](https://github.com/thebyte9/blaze/commit/08ed041c9432f02e82e4846974cda65ae6c15a26))
254
404
  * updated react to 18 ([9335f84](https://github.com/thebyte9/blaze/commit/9335f8432b376494501abb9c3deef1ddaa9b35a8))
255
405
 
@@ -9,6 +9,7 @@ exports["default"] = void 0;
9
9
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
10
10
  require("core-js/modules/es.array.map.js");
11
11
  require("core-js/modules/es.object.entries.js");
12
+ require("core-js/modules/es.object.to-string.js");
12
13
  require("core-js/modules/es.string.starts-with.js");
13
14
  var _reactRouterDom = require("react-router-dom");
14
15
  var _react = _interopRequireDefault(require("react"));
@@ -1 +1 @@
1
- {"version":3,"file":"EntityNavLinks.js","names":["_reactRouterDom","require","_react","_interopRequireDefault","EntityNavLinks","_ref","schema","adminSectionNavigation","displayProperties","links","Object","entries","map","_ref2","_ref3","_slicedToArray2","k","v","label","uri","Wrapper","startsWith","Link","createElement","className","href","to","_default","exports"],"sources":["../../../../../src/components/EntityManager/Entity/EntitiyNavLinks/EntityNavLinks.js"],"sourcesContent":["import { Link } from 'react-router-dom';\nimport React from 'react';\n\nconst EntityNavLinks = ({ schema }) => {\n if (!schema) return null;\n\n const {\n displayProperties: { adminSectionNavigation }\n } = schema;\n\n if (!adminSectionNavigation) return null;\n\n const links = Object.entries(adminSectionNavigation).map(([k, v]) => {\n const { label, uri } = v;\n const Wrapper = uri.startsWith('#') ? 'a' : Link;\n\n return (\n <Wrapper className=\"entity-section-link\" href={uri} to={uri}>\n {label}\n </Wrapper>\n );\n });\n\n return <div className=\"entity-section-links\">{links}</div>;\n};\n\nexport default EntityNavLinks;\n"],"mappings":";;;;;;;;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAMG,cAAc,GAAG,SAAjBA,cAAcA,CAAAC,IAAA,EAAmB;EAAA,IAAbC,MAAM,GAAAD,IAAA,CAANC,MAAM;EAC9B,IAAI,CAACA,MAAM,EAAE,OAAO,IAAI;EAExB,IACuBC,sBAAsB,GACzCD,MAAM,CADRE,iBAAiB,CAAID,sBAAsB;EAG7C,IAAI,CAACA,sBAAsB,EAAE,OAAO,IAAI;EAExC,IAAME,KAAK,GAAGC,MAAM,CAACC,OAAO,CAACJ,sBAAsB,CAAC,CAACK,GAAG,CAAC,UAAAC,KAAA,EAAY;IAAA,IAAAC,KAAA,OAAAC,eAAA,aAAAF,KAAA;MAAVG,CAAC,GAAAF,KAAA;MAAEG,CAAC,GAAAH,KAAA;IAC7D,IAAQI,KAAK,GAAUD,CAAC,CAAhBC,KAAK;MAAEC,GAAG,GAAKF,CAAC,CAATE,GAAG;IAClB,IAAMC,OAAO,GAAGD,GAAG,CAACE,UAAU,CAAC,GAAG,CAAC,GAAG,GAAG,GAAGC,oBAAI;IAEhD,oBACEpB,MAAA,YAAAqB,aAAA,CAACH,OAAO;MAACI,SAAS,EAAC,qBAAqB;MAACC,IAAI,EAAEN,GAAI;MAACO,EAAE,EAAEP;IAAI,GACzDD,KACM,CAAC;EAEd,CAAC,CAAC;EAEF,oBAAOhB,MAAA,YAAAqB,aAAA;IAAKC,SAAS,EAAC;EAAsB,GAAEf,KAAW,CAAC;AAC5D,CAAC;AAAC,IAAAkB,QAAA,GAAAC,OAAA,cAEaxB,cAAc","ignoreList":[]}
1
+ {"version":3,"file":"EntityNavLinks.js","names":["_reactRouterDom","require","_react","_interopRequireDefault","EntityNavLinks","_ref","schema","adminSectionNavigation","displayProperties","links","Object","entries","map","_ref2","_ref3","_slicedToArray2","k","v","label","uri","Wrapper","startsWith","Link","createElement","className","href","to","_default","exports"],"sources":["../../../../../src/components/EntityManager/Entity/EntitiyNavLinks/EntityNavLinks.js"],"sourcesContent":["import { Link } from 'react-router-dom';\nimport React from 'react';\n\nconst EntityNavLinks = ({ schema }) => {\n if (!schema) return null;\n\n const {\n displayProperties: { adminSectionNavigation }\n } = schema;\n\n if (!adminSectionNavigation) return null;\n\n const links = Object.entries(adminSectionNavigation).map(([k, v]) => {\n const { label, uri } = v;\n const Wrapper = uri.startsWith('#') ? 'a' : Link;\n\n return (\n <Wrapper className=\"entity-section-link\" href={uri} to={uri}>\n {label}\n </Wrapper>\n );\n });\n\n return <div className=\"entity-section-links\">{links}</div>;\n};\n\nexport default EntityNavLinks;\n"],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAMG,cAAc,GAAG,SAAjBA,cAAcA,CAAAC,IAAA,EAAmB;EAAA,IAAbC,MAAM,GAAAD,IAAA,CAANC,MAAM;EAC9B,IAAI,CAACA,MAAM,EAAE,OAAO,IAAI;EAExB,IACuBC,sBAAsB,GACzCD,MAAM,CADRE,iBAAiB,CAAID,sBAAsB;EAG7C,IAAI,CAACA,sBAAsB,EAAE,OAAO,IAAI;EAExC,IAAME,KAAK,GAAGC,MAAM,CAACC,OAAO,CAACJ,sBAAsB,CAAC,CAACK,GAAG,CAAC,UAAAC,KAAA,EAAY;IAAA,IAAAC,KAAA,OAAAC,eAAA,aAAAF,KAAA;MAAVG,CAAC,GAAAF,KAAA;MAAEG,CAAC,GAAAH,KAAA;IAC7D,IAAQI,KAAK,GAAUD,CAAC,CAAhBC,KAAK;MAAEC,GAAG,GAAKF,CAAC,CAATE,GAAG;IAClB,IAAMC,OAAO,GAAGD,GAAG,CAACE,UAAU,CAAC,GAAG,CAAC,GAAG,GAAG,GAAGC,oBAAI;IAEhD,oBACEpB,MAAA,YAAAqB,aAAA,CAACH,OAAO;MAACI,SAAS,EAAC,qBAAqB;MAACC,IAAI,EAAEN,GAAI;MAACO,EAAE,EAAEP;IAAI,GACzDD,KACM,CAAC;EAEd,CAAC,CAAC;EAEF,oBAAOhB,MAAA,YAAAqB,aAAA;IAAKC,SAAS,EAAC;EAAsB,GAAEf,KAAW,CAAC;AAC5D,CAAC;AAAC,IAAAkB,QAAA,GAAAC,OAAA,cAEaxB,cAAc","ignoreList":[]}
@@ -56,7 +56,7 @@ var _RecordEditContext = require("../utils/RecordEditContext");
56
56
  var _excluded = ["isValid", "fields", "isNewValueSet", "valuesChecked", "currentField", "value"];
57
57
  /* eslint-disable no-undef */
58
58
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
59
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
59
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
60
60
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
61
61
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
62
62
  var Entity = function Entity(_ref) {
@@ -209,7 +209,7 @@ var Entity = function Entity(_ref) {
209
209
  }
210
210
  }, [client, entity, entityData, formData, formValues, pageBuilderTemplateStatus, previousQuery, schema, shouldUpdateState]);
211
211
  var getFullUrl = /*#__PURE__*/function () {
212
- var _ref2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee() {
212
+ var _ref2 = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee() {
213
213
  var query, _yield$client$query, _yield$client$query$d, _yield$client$query$d2, _yield$client$query$d3, getEntityUrl;
214
214
  return _regenerator["default"].wrap(function _callee$(_context) {
215
215
  while (1) switch (_context.prev = _context.next) {
@@ -268,7 +268,7 @@ var Entity = function Entity(_ref) {
268
268
  }
269
269
  };
270
270
  var onChangeFormValues = /*#__PURE__*/function () {
271
- var _ref5 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee2(_ref4) {
271
+ var _ref5 = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee2(_ref4) {
272
272
  var isValid, fields, isNewValueSet, valuesChecked, currentField, fieldValue, otherProps, updatedFormValues, pageBuilderTemplateId, pageBuilder, _yield$client$query2, _yield$client$query2$, data, itemsToAdd, _fields$filter, _fields$filter2, _fields$filter2$, updatedEntity, isNotValidOrNotNewValueSet;
273
273
  return _regenerator["default"].wrap(function _callee2$(_context2) {
274
274
  while (1) switch (_context2.prev = _context2.next) {
@@ -407,7 +407,7 @@ var Entity = function Entity(_ref) {
407
407
  return _actionsHandlers["default"][action].submit(currentAction, addToast);
408
408
  };
409
409
  var onDelete = /*#__PURE__*/function () {
410
- var _ref7 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee3() {
410
+ var _ref7 = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee3() {
411
411
  var id;
412
412
  return _regenerator["default"].wrap(function _callee3$(_context3) {
413
413
  while (1) switch (_context3.prev = _context3.next) {
@@ -462,7 +462,7 @@ var Entity = function Entity(_ref) {
462
462
  setFormDataFromCopy(formDataUpdated);
463
463
  };
464
464
  var handlePublishAndUnpublish = /*#__PURE__*/function () {
465
- var _ref9 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee4(_ref8) {
465
+ var _ref9 = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee4(_ref8) {
466
466
  var textContent, isPublishButton, isPublished, isUnpublish, savedPageMessage;
467
467
  return _regenerator["default"].wrap(function _callee4$(_context4) {
468
468
  while (1) switch (_context4.prev = _context4.next) {
@@ -584,7 +584,8 @@ var Entity = function Entity(_ref) {
584
584
  updateCopyData: updateCopyData,
585
585
  formValues: formValues,
586
586
  isNewEntity: isNewEntity,
587
- onExternalUpdate: setExternalUpdateTime
587
+ onExternalUpdate: setExternalUpdateTime,
588
+ mode: isNewEntity ? 'create' : 'update'
588
589
  }), /*#__PURE__*/_react["default"].createElement(_pluginRenderHooksUi.RenderHook, {
589
590
  hookKey: "entity:".concat(action, ":main:bottom"),
590
591
  entity: entity,