@gisce/react-ooui 1.1.41 → 1.1.42
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
|
@@ -12288,7 +12288,8 @@ const Image = (e) => {
|
|
|
12288
12288
|
context: {
|
|
12289
12289
|
...C == null ? void 0 : C(),
|
|
12290
12290
|
...y
|
|
12291
|
-
}
|
|
12291
|
+
},
|
|
12292
|
+
currentView: "form"
|
|
12292
12293
|
});
|
|
12293
12294
|
O(w);
|
|
12294
12295
|
} catch (w) {
|
|
@@ -25367,7 +25368,8 @@ function Dashboard(e, t) {
|
|
|
25367
25368
|
formFields: y.current,
|
|
25368
25369
|
model: S,
|
|
25369
25370
|
items: w,
|
|
25370
|
-
context: E
|
|
25371
|
+
context: E,
|
|
25372
|
+
currentView: "form"
|
|
25371
25373
|
});
|
|
25372
25374
|
}
|
|
25373
25375
|
async function _(w) {
|
|
@@ -25445,12 +25447,12 @@ function Dashboard(e, t) {
|
|
|
25445
25447
|
async function F() {
|
|
25446
25448
|
h(o);
|
|
25447
25449
|
}
|
|
25448
|
-
return d ? /* @__PURE__ */ jsx(Alert, {
|
|
25450
|
+
return d ? (console.log(d), /* @__PURE__ */ jsx(Alert, {
|
|
25449
25451
|
className: "mt-10 mb-20",
|
|
25450
25452
|
message: d,
|
|
25451
25453
|
type: "error",
|
|
25452
25454
|
banner: !0
|
|
25453
|
-
}) : l ? /* @__PURE__ */ jsx(LoadingOutlined$3, {}) : /* @__PURE__ */ jsx(DashboardGrid, {
|
|
25455
|
+
})) : l ? /* @__PURE__ */ jsx(LoadingOutlined$3, {}) : /* @__PURE__ */ jsx(DashboardGrid, {
|
|
25454
25456
|
onPositionItemsChanged: O,
|
|
25455
25457
|
children: s.map((w, S) => {
|
|
25456
25458
|
const {
|