@steedos/webapp 2.1.81 → 2.1.85
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/build/accounts/a/index.html +1 -1
- package/build/asset-manifest.json +6 -9
- package/build/precache-manifest.24144df0b68d4abf9bccd55df8f5cc38.js +22 -0
- package/build/service-worker.js +1 -1
- package/build/static/js/2.2aa5b272.chunk.js +2 -0
- package/build/static/js/{2.b713b70b.chunk.js.LICENSE.txt → 2.2aa5b272.chunk.js.LICENSE.txt} +0 -0
- package/build/static/js/main.8a500fae.chunk.js +1 -0
- package/build/static/js/runtime-main.95a5b05d.js +1 -2
- package/lib/action_types/errors.js +1 -1
- package/lib/action_types/errors.js.map +1 -1
- package/lib/action_types/general.js +1 -1
- package/lib/action_types/general.js.map +1 -1
- package/lib/action_types/spaces.js +1 -1
- package/lib/action_types/spaces.js.map +1 -1
- package/lib/action_types/users.js +1 -1
- package/lib/action_types/users.js.map +1 -1
- package/lib/actions/global_actions.js +6 -6
- package/lib/actions/global_actions.js.map +1 -1
- package/lib/actions/helpers.js +14 -7
- package/lib/actions/helpers.js.map +1 -1
- package/lib/actions/i18n.js +1 -1
- package/lib/actions/root.js +6 -6
- package/lib/actions/root.js.map +1 -1
- package/lib/actions/settings.js +1 -1
- package/lib/actions/settings.js.map +1 -1
- package/lib/actions/spaces.js +7 -6
- package/lib/actions/spaces.js.map +1 -1
- package/lib/actions/users.js +24 -22
- package/lib/actions/users.js.map +1 -1
- package/lib/client/client4.js +30 -23
- package/lib/client/client4.js.map +1 -1
- package/lib/client/fetch_etag.js +2 -2
- package/lib/client/fetch_etag.js.map +1 -1
- package/lib/client/index.js +1 -1
- package/lib/client/signup.events.js +1 -1
- package/lib/client/signup.events.js.map +1 -1
- package/lib/components/Background.js +4 -4
- package/lib/components/Background.js.map +1 -1
- package/lib/components/Card.js +7 -5
- package/lib/components/Card.js.map +1 -1
- package/lib/components/FormError.js +5 -5
- package/lib/components/FormError.js.map +1 -1
- package/lib/components/GlobalMessage.js +5 -5
- package/lib/components/GlobalMessage.js.map +1 -1
- package/lib/components/Initialized.js +6 -4
- package/lib/components/Initialized.js.map +1 -1
- package/lib/components/InputPassword.js +7 -5
- package/lib/components/InputPassword.js.map +1 -1
- package/lib/components/Loading.js +6 -6
- package/lib/components/Loading.js.map +1 -1
- package/lib/components/LoggedIn.js +7 -5
- package/lib/components/LoggedIn.js.map +1 -1
- package/lib/components/Logo.js +4 -4
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/Navbar.js +4 -4
- package/lib/components/Navbar.js.map +1 -1
- package/lib/components/ResetPassword.js +6 -6
- package/lib/components/ResetPassword.js.map +1 -1
- package/lib/components/countdown.js +6 -6
- package/lib/components/countdown.js.map +1 -1
- package/lib/components/index.js +2 -2
- package/lib/components/index.js.map +1 -1
- package/lib/components/intl_provider/index.js +4 -4
- package/lib/components/intl_provider/index.js.map +1 -1
- package/lib/components/intl_provider/intl_provider.js +4 -2
- package/lib/components/intl_provider/intl_provider.js.map +1 -1
- package/lib/exports.js +6 -2
- package/lib/exports.js.map +1 -1
- package/lib/i18n/i18n.js +1 -1
- package/lib/i18n/i18n.js.map +1 -1
- package/lib/pages/CreateTenant.js +9 -7
- package/lib/pages/CreateTenant.js.map +1 -1
- package/lib/pages/Home.js +11 -9
- package/lib/pages/Home.js.map +1 -1
- package/lib/pages/Init.js +6 -4
- package/lib/pages/Init.js.map +1 -1
- package/lib/pages/Login.js +15 -12
- package/lib/pages/Login.js.map +1 -1
- package/lib/pages/Logout.js +8 -6
- package/lib/pages/Logout.js.map +1 -1
- package/lib/pages/Preference.js +8 -8
- package/lib/pages/Preference.js.map +1 -1
- package/lib/pages/SelectSpace.js +16 -9
- package/lib/pages/SelectSpace.js.map +1 -1
- package/lib/pages/Signup.js +13 -11
- package/lib/pages/Signup.js.map +1 -1
- package/lib/pages/VerifyEmail.js +15 -13
- package/lib/pages/VerifyEmail.js.map +1 -1
- package/lib/pages/VerifyMobile.js +15 -13
- package/lib/pages/VerifyMobile.js.map +1 -1
- package/lib/pages/index.js +10 -6
- package/lib/pages/index.js.map +1 -1
- package/lib/pages/updatePassword.js +11 -9
- package/lib/pages/updatePassword.js.map +1 -1
- package/lib/reducers/entities/general.js +1 -1
- package/lib/reducers/entities/general.js.map +1 -1
- package/lib/reducers/entities/index.js +1 -1
- package/lib/reducers/entities/index.js.map +1 -1
- package/lib/reducers/entities/spaces.js +2 -2
- package/lib/reducers/entities/spaces.js.map +1 -1
- package/lib/reducers/entities/users.js +1 -1
- package/lib/reducers/entities/users.js.map +1 -1
- package/lib/reducers/i18n.js +1 -1
- package/lib/reducers/i18n.js.map +1 -1
- package/lib/reducers/index.js +1 -1
- package/lib/reducers/index.js.map +1 -1
- package/lib/root.js +8 -5
- package/lib/root.js.map +1 -1
- package/lib/selectors/i18n.js +3 -3
- package/lib/selectors/i18n.js.map +1 -1
- package/lib/stores/redux_store.js +10 -5
- package/lib/stores/redux_store.js.map +1 -1
- package/lib/utils/hash_history.js +1 -1
- package/lib/utils/hash_history.js.map +1 -1
- package/lib/utils/utils.js +10 -6
- package/lib/utils/utils.js.map +1 -1
- package/package.json +17 -18
- package/build/precache-manifest.c1313549d994e101f0ea42a7c9ac11bd.js +0 -22
- package/build/static/js/2.b713b70b.chunk.js +0 -3
- package/build/static/js/2.b713b70b.chunk.js.map +0 -1
- package/build/static/js/main.2103af48.chunk.js +0 -2
- package/build/static/js/main.2103af48.chunk.js.map +0 -1
- package/build/static/js/runtime-main.95a5b05d.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><link rel="shortcut icon" href="../../favicon.ico"/><meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="../../manifest.json"/><link rel="stylesheet" href="../../assets/styles/steedos-tailwind.min.css"/><link rel="stylesheet" href="../../dynamic.css"><script type="text/javascript" src="../../dynamic.js"></script><title>Steedos</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" autocapitalize="off"></div><link rel="stylesheet" href="../../css/main.css"/><script>!function(e){function t(t){for(var n,p,l=t[0],a=t[1],f=t[2],c=0,s=[];c<l.length;c++)p=l[c],Object.prototype.hasOwnProperty.call(o,p)&&o[p]&&s.push(o[p][0]),o[p]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(i&&i(t);s.length;)s.shift()();return u.push.apply(u,f||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,l=1;l<r.length;l++){var a=r[l];0!==o[a]&&(n=!1)}n&&(u.splice(t--,1),e=p(p.s=r[0]))}return e}var n={},o={1:0},u=[];function p(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,p),r.l=!0,r.exports}p.m=e,p.c=n,p.d=function(e,t,r){p.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},p.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},p.t=function(e,t){if(1&t&&(e=p(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(p.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)p.d(r,n,function(t){return e[t]}.bind(null,n));return r},p.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return p.d(t,"a",t),t},p.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},p.p="../../";var l=this["webpackJsonp@steedos/webapp"]=this["webpackJsonp@steedos/webapp"]||[],a=l.push.bind(l);l.push=t,l=l.slice();for(var f=0;f<l.length;f++)t(l[f]);var i=a;r()}([])</script><script src="../../static/js/2.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><link rel="shortcut icon" href="../../favicon.ico"/><meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="../../manifest.json"/><link rel="stylesheet" href="../../assets/styles/steedos-tailwind.min.css"/><link rel="stylesheet" href="../../dynamic.css"><script type="text/javascript" src="../../dynamic.js"></script><title>Steedos</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" autocapitalize="off"></div><link rel="stylesheet" href="../../css/main.css"/><script>!function(e){function t(t){for(var n,p,l=t[0],a=t[1],f=t[2],c=0,s=[];c<l.length;c++)p=l[c],Object.prototype.hasOwnProperty.call(o,p)&&o[p]&&s.push(o[p][0]),o[p]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(i&&i(t);s.length;)s.shift()();return u.push.apply(u,f||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,l=1;l<r.length;l++){var a=r[l];0!==o[a]&&(n=!1)}n&&(u.splice(t--,1),e=p(p.s=r[0]))}return e}var n={},o={1:0},u=[];function p(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,p),r.l=!0,r.exports}p.m=e,p.c=n,p.d=function(e,t,r){p.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},p.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},p.t=function(e,t){if(1&t&&(e=p(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(p.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)p.d(r,n,function(t){return e[t]}.bind(null,n));return r},p.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return p.d(t,"a",t),t},p.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},p.p="../../";var l=this["webpackJsonp@steedos/webapp"]=this["webpackJsonp@steedos/webapp"]||[],a=l.push.bind(l);l.push=t,l=l.slice();for(var f=0;f<l.length;f++)t(l[f]);var i=a;r()}([])</script><script src="../../static/js/2.2aa5b272.chunk.js"></script><script src="../../static/js/main.8a500fae.chunk.js"></script></body></html>
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "../../static/js/main.
|
|
4
|
-
"main.js.map": "../../static/js/main.2103af48.chunk.js.map",
|
|
3
|
+
"main.js": "../../static/js/main.8a500fae.chunk.js",
|
|
5
4
|
"runtime-main.js": "../../static/js/runtime-main.95a5b05d.js",
|
|
6
|
-
"
|
|
7
|
-
"static/js/2.b713b70b.chunk.js": "../../static/js/2.b713b70b.chunk.js",
|
|
8
|
-
"static/js/2.b713b70b.chunk.js.map": "../../static/js/2.b713b70b.chunk.js.map",
|
|
5
|
+
"static/js/2.2aa5b272.chunk.js": "../../static/js/2.2aa5b272.chunk.js",
|
|
9
6
|
"index.html": "../../index.html",
|
|
10
|
-
"precache-manifest.
|
|
7
|
+
"precache-manifest.24144df0b68d4abf9bccd55df8f5cc38.js": "../../precache-manifest.24144df0b68d4abf9bccd55df8f5cc38.js",
|
|
11
8
|
"service-worker.js": "../../service-worker.js",
|
|
12
|
-
"static/js/2.
|
|
9
|
+
"static/js/2.2aa5b272.chunk.js.LICENSE.txt": "../../static/js/2.2aa5b272.chunk.js.LICENSE.txt"
|
|
13
10
|
},
|
|
14
11
|
"entrypoints": [
|
|
15
12
|
"static/js/runtime-main.95a5b05d.js",
|
|
16
|
-
"static/js/2.
|
|
17
|
-
"static/js/main.
|
|
13
|
+
"static/js/2.2aa5b272.chunk.js",
|
|
14
|
+
"static/js/main.8a500fae.chunk.js"
|
|
18
15
|
]
|
|
19
16
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
2
|
+
{
|
|
3
|
+
"revision": "05b31f3d94ca4b58ce30c7981195e238",
|
|
4
|
+
"url": "../../index.html"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"revision": "f1fe7e6177dd313d236c",
|
|
8
|
+
"url": "../../static/js/2.2aa5b272.chunk.js"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"revision": "6397acf4c5cafcd591a770ce33fc3e2f",
|
|
12
|
+
"url": "../../static/js/2.2aa5b272.chunk.js.LICENSE.txt"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"revision": "7b5578e4159f4f1671f0",
|
|
16
|
+
"url": "../../static/js/main.8a500fae.chunk.js"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"revision": "919a3228b6cc99815894",
|
|
20
|
+
"url": "../../static/js/runtime-main.95a5b05d.js"
|
|
21
|
+
}
|
|
22
|
+
]);
|
package/build/service-worker.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
|
|
15
15
|
|
|
16
16
|
importScripts(
|
|
17
|
-
"../../precache-manifest.
|
|
17
|
+
"../../precache-manifest.24144df0b68d4abf9bccd55df8f5cc38.js"
|
|
18
18
|
);
|
|
19
19
|
|
|
20
20
|
self.addEventListener('message', (event) => {
|