@everymatrix/user-login 1.54.4 → 1.54.8
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/cjs/{index-ec5acfb2.js → index-6ecc2fe2.js} +11 -5
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/user-login.cjs.entry.js +10234 -9495
- package/dist/cjs/user-login.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/user-login/user-login.css +1 -0
- package/dist/collection/components/user-login/user-login.js +27 -12
- package/dist/esm/{index-a684ee07.js → index-c6348683.js} +11 -5
- package/dist/esm/loader.js +3 -3
- package/dist/esm/user-login.entry.js +10237 -9498
- package/dist/esm/user-login.js +4 -4
- package/dist/types/components/user-login/user-login.d.ts +4 -0
- package/dist/user-login/p-6358afdb.entry.js +2657 -0
- package/dist/user-login/{p-0ec11be8.js → p-7e21b2b2.js} +2 -2
- package/dist/user-login/user-login.esm.js +1 -1
- package/package.json +1 -1
- package/dist/user-login/p-08f0ee5a.entry.js +0 -3165
|
@@ -24,7 +24,7 @@ const NAMESPACE = 'user-login';
|
|
|
24
24
|
const BUILD = /* user-login */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: false, propMutable: true, propNumber: false, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: false, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: false, vdomText: true, vdomXlink: false, watchCallback: true };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
|
-
Stencil Client Platform v4.25.
|
|
27
|
+
Stencil Client Platform v4.25.3 | MIT Licensed | https://stenciljs.com
|
|
28
28
|
*/
|
|
29
29
|
var __defProp = Object.defineProperty;
|
|
30
30
|
var __export = (target, all) => {
|
|
@@ -907,9 +907,6 @@ var postUpdateComponent = (hostRef) => {
|
|
|
907
907
|
}
|
|
908
908
|
};
|
|
909
909
|
var appDidLoad = (who) => {
|
|
910
|
-
{
|
|
911
|
-
addHydratedFlag(doc.documentElement);
|
|
912
|
-
}
|
|
913
910
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
914
911
|
};
|
|
915
912
|
var safeCall = (instance, method, arg, elm) => {
|
|
@@ -1098,7 +1095,8 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1098
1095
|
let Cstr;
|
|
1099
1096
|
if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
|
|
1100
1097
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
1101
|
-
|
|
1098
|
+
const bundleId = cmpMeta.$lazyBundleId$;
|
|
1099
|
+
if (bundleId) {
|
|
1102
1100
|
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1103
1101
|
if (CstrImport && "then" in CstrImport) {
|
|
1104
1102
|
const endLoad = uniqueTime();
|
|
@@ -1133,6 +1131,10 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1133
1131
|
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1134
1132
|
}
|
|
1135
1133
|
endNewInstance();
|
|
1134
|
+
} else {
|
|
1135
|
+
Cstr = elm.constructor;
|
|
1136
|
+
const cmpTag = elm.localName;
|
|
1137
|
+
customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
|
|
1136
1138
|
}
|
|
1137
1139
|
if (Cstr && Cstr.style) {
|
|
1138
1140
|
let style;
|
|
@@ -1298,6 +1300,10 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1298
1300
|
plt.raf(() => {
|
|
1299
1301
|
var _a3;
|
|
1300
1302
|
const hostRef = getHostRef(this);
|
|
1303
|
+
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1304
|
+
if (i2 > -1) {
|
|
1305
|
+
deferredConnectedCallbacks.splice(i2, 1);
|
|
1306
|
+
}
|
|
1301
1307
|
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1302
1308
|
delete hostRef.$vnode$.$elm$;
|
|
1303
1309
|
}
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-6ecc2fe2.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
9
9
|
if (typeof window === 'undefined') return undefined;
|
|
10
10
|
await appGlobals.globalScripts();
|
|
11
|
-
return index.bootstrapLazy([["user-login.cjs",[[1,"user-login",{"endpoint":[513],"lang":[1537],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"translationUrl":[513,"translation-url"],"passwordReset":[513,"password-reset"],"userEmailRegex":[513,"user-email-regex"],"userEmailRegexOptions":[513,"user-email-regex-options"],"userPhoneRegex":[513,"user-phone-regex"],"userPhoneRegexOptions":[513,"user-phone-regex-options"],"passwordRegex":[513,"password-regex"],"passwordRegexOptions":[513,"password-regex-options"],"version":[513],"loginByPhoneNumber":[513,"login-by-phone-number"],"userNameEmail":[32],"userPassword":[32],"isValidUserEmail":[32],"userPhone":[32],"userPrefix":[32],"isValidPassword":[32],"isValidUserPhone":[32],"isPasswordVisible":[32],"limitStylingAppends":[32],"errorMessage":[32],"hasError":[32],"userPrefixOptions":[32]},null,{"translationUrl":["handleNewTranslations"],"clientStyling":["handleStylingChange"],"clientStylingUrl":["handleStylingUrlChange"]}]]]], options);
|
|
11
|
+
return index.bootstrapLazy([["user-login.cjs",[[1,"user-login",{"endpoint":[513],"lang":[1537],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"translationUrl":[513,"translation-url"],"passwordReset":[513,"password-reset"],"userEmailRegex":[513,"user-email-regex"],"userEmailRegexOptions":[513,"user-email-regex-options"],"userPhoneRegex":[513,"user-phone-regex"],"userPhoneRegexOptions":[513,"user-phone-regex-options"],"passwordRegex":[513,"password-regex"],"passwordRegexOptions":[513,"password-regex-options"],"version":[513],"loginByPhoneNumber":[513,"login-by-phone-number"],"userNameEmail":[32],"userPassword":[32],"isValidUserEmail":[32],"userPhone":[32],"userPrefix":[32],"isValidPassword":[32],"isValidUserPhone":[32],"isPasswordVisible":[32],"limitStylingAppends":[32],"errorMessage":[32],"hasError":[32],"userPrefixOptions":[32],"isLoginLoading":[32]},null,{"translationUrl":["handleNewTranslations"],"clientStyling":["handleStylingChange"],"clientStylingUrl":["handleStylingUrlChange"]}]]]], options);
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports.setNonce = index.setNonce;
|