@everymatrix/pam-forgot-password 1.65.0
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/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/checkbox-group-input_14.cjs.entry.js +12780 -0
- package/dist/cjs/index-92e25484.js +1322 -0
- package/dist/cjs/index.cjs.js +10 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/pam-forgot-password-71bc2709.js +603 -0
- package/dist/cjs/pam-forgot-password.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +36 -0
- package/dist/collection/components/pam-forgot-password/index.js +1 -0
- package/dist/collection/components/pam-forgot-password/pam-forgot-password.css +152 -0
- package/dist/collection/components/pam-forgot-password/pam-forgot-password.js +461 -0
- package/dist/collection/components/pam-forgot-password/pam-forgot-password.stories.js +42 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +210 -0
- package/dist/collection/utils/types.js +1 -0
- package/dist/collection/utils/utils.js +20 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/checkbox-group-input_14.entry.js +12763 -0
- package/dist/esm/index-6f00d158.js +1293 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/pam-forgot-password-0f76562c.js +601 -0
- package/dist/esm/pam-forgot-password.js +20 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/pam-forgot-password/index.esm.js +1 -0
- package/dist/pam-forgot-password/p-587a67ef.entry.js +5614 -0
- package/dist/pam-forgot-password/p-e1255160.js +1 -0
- package/dist/pam-forgot-password/p-f10ac9f7.js +1 -0
- package/dist/pam-forgot-password/p-f5cf4939.js +2 -0
- package/dist/pam-forgot-password/pam-forgot-password.esm.js +1 -0
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +18 -0
- package/dist/storybook/main.js +47 -0
- package/dist/storybook/preview.js +9 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/packages/stencil/pam-forgot-password/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/packages/stencil/pam-forgot-password/stencil.config.dev.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/packages/stencil/pam-forgot-password/storybook/main.d.ts +3 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/packages/stencil/pam-forgot-password/storybook/preview.d.ts +70 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/tools/plugins/index.d.ts +3 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-forgot-password/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/pam-forgot-password/index.d.ts +1 -0
- package/dist/types/components/pam-forgot-password/pam-forgot-password.d.ts +144 -0
- package/dist/types/components/pam-forgot-password/pam-forgot-password.stories.d.ts +5 -0
- package/dist/types/components.d.ts +79 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/utils/locale.utils.d.ts +2 -0
- package/dist/types/utils/types.d.ts +45 -0
- package/dist/types/utils/utils.d.ts +2 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +26 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-92e25484.js');
|
|
6
|
+
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
10
|
+
*/
|
|
11
|
+
var patchBrowser = () => {
|
|
12
|
+
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('pam-forgot-password.cjs.js', document.baseURI).href));
|
|
13
|
+
const opts = {};
|
|
14
|
+
if (importMeta !== "") {
|
|
15
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
16
|
+
}
|
|
17
|
+
return index.promiseResolve(opts);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
patchBrowser().then(async (options) => {
|
|
21
|
+
await appGlobals.globalScripts();
|
|
22
|
+
return index.bootstrapLazy([["checkbox-group-input_14.cjs",[[1,"pam-forgot-password",{"endpoint":[513],"language":[513],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"mbSource":[1,"mb-source"],"translationUrl":[513,"translation-url"],"contactType":[32],"isBtnSubmitEnabled":[32],"skeletonLoading":[32],"hasError":[32],"isMobile":[32],"captchaData":[32],"errorMessage":[32]},[[0,"sendValidityState","sendValidityStateHandler"],[0,"sendInputValue","sendInputValueHandler"]],{"clientStyling":["handleClientStylingChange"],"clientStylingUrl":["handleClientStylingUrlChange"]}],[0,"ui-skeleton",{"structure":[1],"width":[1],"height":[1],"borderRadius":[2,"border-radius"],"marginBottom":[2,"margin-bottom"],"marginTop":[2,"margin-top"],"marginLeft":[2,"margin-left"],"marginRight":[2,"margin-right"],"animation":[4],"rows":[2],"size":[1],"color":[1],"primaryColor":[1,"primary-color"],"secondaryColor":[1,"secondary-color"]},null,{"structure":["handleStructureChange"]}],[1,"general-input",{"type":[513],"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"action":[513],"validation":[16],"options":[520],"language":[513],"autofilled":[516],"tooltip":[513],"defaultValue":[520,"default-value"],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[520,"client-styling"],"dateFormat":[513,"date-format"],"translationUrl":[513,"translation-url"],"emitOnClick":[516,"emit-on-click"]}],[1,"toggle-checkbox-input",{"name":[513],"displayName":[513,"display-name"],"defaultValue":[513,"default-value"],"options":[16],"autofilled":[516],"tooltip":[513],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32],"showFields":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"]}],[1,"checkbox-group-input",{"name":[513],"displayName":[513,"display-name"],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"options":[16],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32],"selectedValues":[32],"showCheckboxes":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"selectedValues":["setValue"],"emitValue":["emitValueHandler"]}],[1,"checkbox-input",{"name":[513],"displayName":[513,"display-name"],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"date-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"dateFormat":[513,"date-format"],"emitOnClick":[516,"emit-on-click"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"email-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"],[16,"sendInputValue","valueChangedHandler"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"number-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"password-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[513,"client-styling"],"isValid":[32],"errorMessage":[32],"limitStylingAppends":[32],"showTooltip":[32],"passwordComplexity":[32],"showPopup":[32],"value":[32]},[[16,"sendOriginalValidityState","originalValidityChangedHandler"],[16,"sendInputValue","valueChangedHandler"],[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"value":["valueChanged"],"emitValue":["emitValueHandler"]}],[1,"radio-input",{"name":[513],"displayName":[513,"display-name"],"optionsGroup":[16],"validation":[16],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"select-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"action":[513],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"options":[16],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"tel-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"showLabels":[516,"show-labels"],"action":[513],"validation":[16],"defaultValue":[520,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"isValid":[32],"errorMessage":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"text-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"checkValidity":[516,"check-validity"],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[513,"client-styling"],"isValid":[32],"errorMessage":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"],[16,"sendInputValue","valueChangedHandler"],[16,"validationChange","handleValidationChange"]],{"clientStyling":["handleStylingChange"],"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}]]]], options);
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
exports.setNonce = index.setNonce;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entries": [
|
|
3
|
+
"components/pam-forgot-password/pam-forgot-password.js"
|
|
4
|
+
],
|
|
5
|
+
"compiler": {
|
|
6
|
+
"name": "@stencil/core",
|
|
7
|
+
"version": "4.19.2",
|
|
8
|
+
"typescriptVersion": "5.4.5"
|
|
9
|
+
},
|
|
10
|
+
"collections": [
|
|
11
|
+
{
|
|
12
|
+
"name": "@everymatrix/general-input",
|
|
13
|
+
"tags": [
|
|
14
|
+
"checkbox-group-input",
|
|
15
|
+
"checkbox-input",
|
|
16
|
+
"date-input",
|
|
17
|
+
"email-input",
|
|
18
|
+
"general-input",
|
|
19
|
+
"number-input",
|
|
20
|
+
"password-input",
|
|
21
|
+
"radio-input",
|
|
22
|
+
"select-input",
|
|
23
|
+
"tel-input",
|
|
24
|
+
"text-input",
|
|
25
|
+
"toggle-checkbox-input"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "@everymatrix/ui-skeleton",
|
|
30
|
+
"tags": [
|
|
31
|
+
"ui-skeleton"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"bundles": []
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PamForgotPassword } from './pam-forgot-password';
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
::host {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.PlayerForgotPassword {
|
|
6
|
+
font-family: inherit;
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 100%;
|
|
9
|
+
container-type: inline-size;
|
|
10
|
+
opacity: 1;
|
|
11
|
+
animation-name: fadeIn;
|
|
12
|
+
animation-iteration-count: 1;
|
|
13
|
+
animation-timing-function: ease-in;
|
|
14
|
+
animation-duration: 0.3s;
|
|
15
|
+
container-type: inline-size;
|
|
16
|
+
}
|
|
17
|
+
.PlayerForgotPassword .Error {
|
|
18
|
+
font-size: var(--emw--font-size-x-small, 12px);
|
|
19
|
+
color: var(--emw--color-error, #ed0909);
|
|
20
|
+
}
|
|
21
|
+
.PlayerForgotPassword .Loading {
|
|
22
|
+
font-size: var(--emw--font-size-x-small, 12px);
|
|
23
|
+
color: var(--emw--color-primary, #22B04E);
|
|
24
|
+
}
|
|
25
|
+
.PlayerForgotPassword .Title {
|
|
26
|
+
background-color: transparent;
|
|
27
|
+
font-size: var(--emw--font-size-x-large, 26px);
|
|
28
|
+
color: var(--emw--color-primary, #22B04E);
|
|
29
|
+
font-weight: var(--emw--font-weight-semibold, 500);
|
|
30
|
+
}
|
|
31
|
+
.PlayerForgotPassword .TitleMobile {
|
|
32
|
+
font-size: var(--emw--font-size-x-large, 20px);
|
|
33
|
+
color: var(--emw--color-primary, #22B04E);
|
|
34
|
+
}
|
|
35
|
+
.PlayerForgotPassword svg {
|
|
36
|
+
fill: var(--emw--color-primary, #22B04E);
|
|
37
|
+
}
|
|
38
|
+
.PlayerForgotPassword .ButtonReturn {
|
|
39
|
+
display: none;
|
|
40
|
+
font-family: inherit;
|
|
41
|
+
align-items: center;
|
|
42
|
+
gap: 10px;
|
|
43
|
+
}
|
|
44
|
+
.PlayerForgotPassword .Form {
|
|
45
|
+
display: grid;
|
|
46
|
+
grid-template-columns: repeat(1, 1fr);
|
|
47
|
+
gap: 40px;
|
|
48
|
+
justify-items: stretch;
|
|
49
|
+
align-content: flex-start;
|
|
50
|
+
overflow: auto;
|
|
51
|
+
width: 100%;
|
|
52
|
+
height: 100%;
|
|
53
|
+
}
|
|
54
|
+
.PlayerForgotPassword .Form .FieldsSection {
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
gap: 30px;
|
|
58
|
+
}
|
|
59
|
+
.PlayerForgotPassword .Form .ContactWrapper {
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-direction: row;
|
|
62
|
+
width: 100%;
|
|
63
|
+
gap: 5px;
|
|
64
|
+
}
|
|
65
|
+
.PlayerForgotPassword .Form .ContactWrapper .Select {
|
|
66
|
+
width: 25%;
|
|
67
|
+
}
|
|
68
|
+
.PlayerForgotPassword .Form .ContactWrapper .Contact {
|
|
69
|
+
width: 100%;
|
|
70
|
+
}
|
|
71
|
+
.PlayerForgotPassword .Form .ContactWrapperMobile {
|
|
72
|
+
display: flex;
|
|
73
|
+
flex-direction: column;
|
|
74
|
+
width: 100%;
|
|
75
|
+
gap: 30px;
|
|
76
|
+
}
|
|
77
|
+
.PlayerForgotPassword .Form .ContactWrapperMobile .Select {
|
|
78
|
+
width: 100%;
|
|
79
|
+
}
|
|
80
|
+
.PlayerForgotPassword .Form .ContactWrapperMobile .Contact {
|
|
81
|
+
width: 100%;
|
|
82
|
+
}
|
|
83
|
+
.PlayerForgotPassword .Form .ButtonsSection {
|
|
84
|
+
display: flex;
|
|
85
|
+
flex-direction: column;
|
|
86
|
+
justify-content: space-around;
|
|
87
|
+
align-items: center;
|
|
88
|
+
position: relative;
|
|
89
|
+
}
|
|
90
|
+
.PlayerForgotPassword .Button {
|
|
91
|
+
font-family: inherit;
|
|
92
|
+
border-radius: var(--emw--button-border-radius, var(--emw--border-radius-large, 50px));
|
|
93
|
+
background: var(--emw--button-background-color, var(--emw--color-primary, #22B04E));
|
|
94
|
+
border: var(--emw--button-border, 1px solid var(--emw--button-border-color, #22B04E));
|
|
95
|
+
color: var(--emw--button-text-color, var(--emw--color-white, #FFFFFF));
|
|
96
|
+
font-size: var(--emw--font-size-large, 20px);
|
|
97
|
+
font-weight: var(--emw--font-weight-normal, 400);
|
|
98
|
+
height: 50px;
|
|
99
|
+
width: 100%;
|
|
100
|
+
text-transform: uppercase;
|
|
101
|
+
cursor: pointer;
|
|
102
|
+
}
|
|
103
|
+
.PlayerForgotPassword .Button:disabled {
|
|
104
|
+
background: var(--emw--color-gray-100, #E6E6E6);
|
|
105
|
+
border: var(--emw--button-border, 1px solid var(--emw--button-border-color, #828282));
|
|
106
|
+
pointer-events: none;
|
|
107
|
+
cursor: not-allowed;
|
|
108
|
+
}
|
|
109
|
+
.PlayerForgotPassword.skeleton .Form .ButtonReturn {
|
|
110
|
+
width: 150px;
|
|
111
|
+
height: 30px;
|
|
112
|
+
margin-top: 15px;
|
|
113
|
+
display: block;
|
|
114
|
+
}
|
|
115
|
+
.PlayerForgotPassword.skeleton .Form .FieldsSection {
|
|
116
|
+
display: block;
|
|
117
|
+
}
|
|
118
|
+
.PlayerForgotPassword.skeleton .Form .FieldsSection .FieldContainer .FieldTitle {
|
|
119
|
+
width: 100px;
|
|
120
|
+
margin-top: 30px;
|
|
121
|
+
margin-bottom: 15px;
|
|
122
|
+
}
|
|
123
|
+
.PlayerForgotPassword.skeleton .Form .ButtonsSection .Button {
|
|
124
|
+
font-family: inherit;
|
|
125
|
+
border-radius: 50px;
|
|
126
|
+
background: transparent;
|
|
127
|
+
border: none;
|
|
128
|
+
overflow: hidden;
|
|
129
|
+
}
|
|
130
|
+
@container (max-width: 425px) {
|
|
131
|
+
.PlayerForgotPassword .Form .ButtonReturn {
|
|
132
|
+
display: inline-flex;
|
|
133
|
+
}
|
|
134
|
+
.PlayerForgotPassword .Form .Title {
|
|
135
|
+
display: none;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
@keyframes fadeIn {
|
|
140
|
+
0% {
|
|
141
|
+
opacity: 0.01;
|
|
142
|
+
}
|
|
143
|
+
1% {
|
|
144
|
+
opacity: 0;
|
|
145
|
+
}
|
|
146
|
+
50% {
|
|
147
|
+
opacity: 0;
|
|
148
|
+
}
|
|
149
|
+
100% {
|
|
150
|
+
opacity: 1;
|
|
151
|
+
}
|
|
152
|
+
}
|