@steedos/webapp 3.0.4-beta.2 → 3.0.4-beta.3
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-D1qwDp54.js";
|
|
2
2
|
function _mergeNamespaces(n, m) {
|
|
3
3
|
for (var i = 0; i < m.length; i++) {
|
|
4
4
|
const e = m[i];
|
|
@@ -29235,11 +29235,12 @@ function warnOnce(condition, message2) {
|
|
|
29235
29235
|
}
|
|
29236
29236
|
var USE_OPTIMISTIC = "useOptimistic";
|
|
29237
29237
|
var useOptimisticImpl = React4[USE_OPTIMISTIC];
|
|
29238
|
+
var stableUseOptimisticSetter = () => void 0;
|
|
29238
29239
|
function useOptimisticSafe(val) {
|
|
29239
29240
|
if (useOptimisticImpl) {
|
|
29240
29241
|
return useOptimisticImpl(val);
|
|
29241
29242
|
} else {
|
|
29242
|
-
return [val,
|
|
29243
|
+
return [val, stableUseOptimisticSetter];
|
|
29243
29244
|
}
|
|
29244
29245
|
}
|
|
29245
29246
|
function mapRouteProperties(route) {
|
|
@@ -30119,7 +30120,7 @@ var isBrowser$3 = typeof window !== "undefined" && typeof window.document !== "u
|
|
|
30119
30120
|
try {
|
|
30120
30121
|
if (isBrowser$3) {
|
|
30121
30122
|
window.__reactRouterVersion = // @ts-expect-error
|
|
30122
|
-
"7.10.
|
|
30123
|
+
"7.10.1";
|
|
30123
30124
|
}
|
|
30124
30125
|
} catch (e) {
|
|
30125
30126
|
}
|
|
@@ -61322,7 +61323,7 @@ var NoObjectGeneratedError = class extends AISDKError {
|
|
|
61322
61323
|
}
|
|
61323
61324
|
};
|
|
61324
61325
|
_a6 = symbol6;
|
|
61325
|
-
var VERSION = "5.0.
|
|
61326
|
+
var VERSION = "5.0.109";
|
|
61326
61327
|
var dataContentSchema = union([
|
|
61327
61328
|
string$2(),
|
|
61328
61329
|
_instanceof(Uint8Array),
|
|
@@ -63237,12 +63238,11 @@ function useChat({
|
|
|
63237
63238
|
if (shouldRecreateChat) {
|
|
63238
63239
|
chatRef.current = "chat" in options ? options.chat : new Chat(options);
|
|
63239
63240
|
}
|
|
63240
|
-
const optionsId = "id" in options ? options.id : null;
|
|
63241
63241
|
const subscribeToMessages = reactExports.useCallback(
|
|
63242
63242
|
(update2) => chatRef.current["~registerMessagesCallback"](update2, throttleWaitMs),
|
|
63243
|
-
//
|
|
63243
|
+
// `chatRef.current.id` is required to trigger re-subscription when the chat ID changes
|
|
63244
63244
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
63245
|
-
[throttleWaitMs,
|
|
63245
|
+
[throttleWaitMs, chatRef.current.id]
|
|
63246
63246
|
);
|
|
63247
63247
|
const messages = reactExports.useSyncExternalStore(
|
|
63248
63248
|
subscribeToMessages,
|
|
@@ -81085,7 +81085,7 @@ if (typeof ActiveXObject === "function") {
|
|
|
81085
81085
|
if (typeof fetchApi !== "function") fetchApi = void 0;
|
|
81086
81086
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
81087
81087
|
try {
|
|
81088
|
-
__vitePreload(() => import("./browser-ponyfill-
|
|
81088
|
+
__vitePreload(() => import("./browser-ponyfill-DurqZ5tK.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
|
|
81089
81089
|
fetchApi = mod.default;
|
|
81090
81090
|
}).catch(function() {
|
|
81091
81091
|
});
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
--tw-contain-paint: ;
|
|
106
106
|
--tw-contain-style: ;
|
|
107
107
|
}/*
|
|
108
|
-
! tailwindcss v3.4.
|
|
108
|
+
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
109
109
|
*//*
|
|
110
110
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
111
111
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
package/dist/index.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
</script>
|
|
63
63
|
|
|
64
|
-
<script src="https://unpkg.com/antd@4.24.5/dist/antd.min.js"></script>
|
|
64
|
+
<!-- <script src="https://unpkg.com/antd@4.24.5/dist/antd.min.js"></script> -->
|
|
65
65
|
<link rel="stylesheet" href="https://unpkg.com/antd@4.24.5/dist/antd.min.css">
|
|
66
66
|
|
|
67
67
|
<script src="https://unpkg.com/i18next@24.2.2/dist/umd/i18next.min.js"></script>
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
70
70
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
71
71
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
72
|
-
<script type="module" crossorigin src="/assets/index-
|
|
73
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
72
|
+
<script type="module" crossorigin src="/assets/index-D1qwDp54.js"></script>
|
|
73
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Ib46AmYW.css">
|
|
74
74
|
</head>
|
|
75
75
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
76
76
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50 dark"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.4-beta.
|
|
3
|
+
"version": "3.0.4-beta.3",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "196040f2f6f8ebd851c1bf108151b6d52609e62e",
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@steedos-widgets/amis-object": "^6.10.33"
|
|
81
81
|
}
|