@gisce/react-ooui 1.2.0-rc.53 → 1.2.0-rc.54
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/react-ooui.es.js +6 -4
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +2 -2
- package/dist/react-ooui.umd.js.map +1 -1
- package/dist/widgets/custom/Timeline.d.ts.map +1 -1
- package/dist/widgets/views/Dashboard/Dashboard.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/widgets/custom/Timeline.tsx +1 -0
- package/src/widgets/views/Dashboard/Dashboard.tsx +2 -0
package/dist/react-ooui.es.js
CHANGED
|
@@ -13637,7 +13637,8 @@ const Image = (e) => {
|
|
|
13637
13637
|
context: {
|
|
13638
13638
|
...C == null ? void 0 : C(),
|
|
13639
13639
|
...y
|
|
13640
|
-
}
|
|
13640
|
+
},
|
|
13641
|
+
currentView: "form"
|
|
13641
13642
|
});
|
|
13642
13643
|
w($);
|
|
13643
13644
|
} catch ($) {
|
|
@@ -27504,7 +27505,8 @@ function Dashboard(e, t) {
|
|
|
27504
27505
|
formFields: y.current,
|
|
27505
27506
|
model: S,
|
|
27506
27507
|
items: $,
|
|
27507
|
-
context: O
|
|
27508
|
+
context: O,
|
|
27509
|
+
currentView: "form"
|
|
27508
27510
|
});
|
|
27509
27511
|
}
|
|
27510
27512
|
async function b($) {
|
|
@@ -27582,12 +27584,12 @@ function Dashboard(e, t) {
|
|
|
27582
27584
|
async function I() {
|
|
27583
27585
|
v(o);
|
|
27584
27586
|
}
|
|
27585
|
-
return d ? /* @__PURE__ */ jsx(Alert, {
|
|
27587
|
+
return d ? (console.log(d), /* @__PURE__ */ jsx(Alert, {
|
|
27586
27588
|
className: "mt-10 mb-20",
|
|
27587
27589
|
message: d,
|
|
27588
27590
|
type: "error",
|
|
27589
27591
|
banner: !0
|
|
27590
|
-
}) : l ? /* @__PURE__ */ jsx(LoadingOutlined$4, {}) : /* @__PURE__ */ jsx(DashboardGrid, {
|
|
27592
|
+
})) : l ? /* @__PURE__ */ jsx(LoadingOutlined$4, {}) : /* @__PURE__ */ jsx(DashboardGrid, {
|
|
27591
27593
|
onPositionItemsChanged: w,
|
|
27592
27594
|
children: s.map(($, S) => {
|
|
27593
27595
|
const {
|