@steedos/webapp 3.0.5-beta.2 → 3.0.5-beta.4
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-b8GAcwz-.js";
|
|
2
2
|
function _mergeNamespaces(n, m) {
|
|
3
3
|
for (var i = 0; i < m.length; i++) {
|
|
4
4
|
const e = m[i];
|
|
@@ -1376,6 +1376,9 @@ video {
|
|
|
1376
1376
|
.grid-cols-1 {
|
|
1377
1377
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1378
1378
|
}
|
|
1379
|
+
.grid-cols-12 {
|
|
1380
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
1381
|
+
}
|
|
1379
1382
|
.grid-cols-5 {
|
|
1380
1383
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1381
1384
|
}
|
|
@@ -2377,6 +2380,22 @@ video {
|
|
|
2377
2380
|
display: grid;
|
|
2378
2381
|
}
|
|
2379
2382
|
|
|
2383
|
+
.sm\:grid-cols-1 {
|
|
2384
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
.sm\:grid-cols-10 {
|
|
2388
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
.sm\:grid-cols-11 {
|
|
2392
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
.sm\:grid-cols-12 {
|
|
2396
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2380
2399
|
.sm\:grid-cols-2 {
|
|
2381
2400
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2382
2401
|
}
|
|
@@ -2385,6 +2404,30 @@ video {
|
|
|
2385
2404
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2386
2405
|
}
|
|
2387
2406
|
|
|
2407
|
+
.sm\:grid-cols-4 {
|
|
2408
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
.sm\:grid-cols-5 {
|
|
2412
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
.sm\:grid-cols-6 {
|
|
2416
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
.sm\:grid-cols-7 {
|
|
2420
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
.sm\:grid-cols-8 {
|
|
2424
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
.sm\:grid-cols-9 {
|
|
2428
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2388
2431
|
.sm\:items-center {
|
|
2389
2432
|
align-items: center;
|
|
2390
2433
|
}
|
|
@@ -81109,7 +81109,7 @@ if (typeof ActiveXObject === "function") {
|
|
|
81109
81109
|
if (typeof fetchApi !== "function") fetchApi = void 0;
|
|
81110
81110
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
81111
81111
|
try {
|
|
81112
|
-
__vitePreload(() => import("./browser-ponyfill-
|
|
81112
|
+
__vitePreload(() => import("./browser-ponyfill-BUFgNQoc.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
|
|
81113
81113
|
fetchApi = mod.default;
|
|
81114
81114
|
}).catch(function() {
|
|
81115
81115
|
});
|
package/dist/index.html
CHANGED
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
67
67
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
68
68
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
69
|
-
<script type="module" crossorigin src="/assets/index-
|
|
70
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
69
|
+
<script type="module" crossorigin src="/assets/index-b8GAcwz-.js"></script>
|
|
70
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Ceu_zRIu.css">
|
|
71
71
|
</head>
|
|
72
72
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
73
73
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.5-beta.
|
|
3
|
+
"version": "3.0.5-beta.4",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "74a6a7c63b7b107be5a7a2f6338e98d8607b5a07",
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@steedos-widgets/amis-object": "^6.10.
|
|
79
|
+
"@steedos-widgets/amis-object": "^6.10.38",
|
|
80
80
|
"autoprefixer": "^10.4.23"
|
|
81
81
|
}
|
|
82
82
|
}
|