@everymatrix/general-registration 1.31.2 → 1.32.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.
Files changed (79) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +4 -3
  3. package/dist/cjs/checkbox-group-input_13.cjs.entry.js +0 -36991
  4. package/dist/cjs/general-registration.cjs.js +0 -19
  5. package/dist/cjs/index-0b9241d1.js +0 -1360
  6. package/dist/cjs/index.cjs.js +0 -18
  7. package/dist/cjs/loader.cjs.js +0 -21
  8. package/dist/collection/collection-manifest.json +0 -30
  9. package/dist/collection/components/general-registration/general-registration.css +0 -122
  10. package/dist/collection/components/general-registration/general-registration.js +0 -774
  11. package/dist/collection/index.js +0 -17
  12. package/dist/collection/utils/locale.utils.js +0 -108
  13. package/dist/collection/utils/utils.js +0 -3
  14. package/dist/components/active-mixin.js +0 -975
  15. package/dist/components/checkbox-group-input.js +0 -6
  16. package/dist/components/checkbox-group-input2.js +0 -1078
  17. package/dist/components/checkbox-input.js +0 -6
  18. package/dist/components/checkbox-input2.js +0 -129
  19. package/dist/components/date-input.js +0 -6
  20. package/dist/components/date-input2.js +0 -11556
  21. package/dist/components/email-input.js +0 -6
  22. package/dist/components/email-input2.js +0 -171
  23. package/dist/components/field-mixin.js +0 -12426
  24. package/dist/components/general-input.js +0 -6
  25. package/dist/components/general-input2.js +0 -341
  26. package/dist/components/general-registration.d.ts +0 -11
  27. package/dist/components/general-registration.js +0 -754
  28. package/dist/components/index.d.ts +0 -26
  29. package/dist/components/index.js +0 -18
  30. package/dist/components/input-field-shared-styles.js +0 -1211
  31. package/dist/components/number-input.js +0 -6
  32. package/dist/components/number-input2.js +0 -158
  33. package/dist/components/password-input.js +0 -6
  34. package/dist/components/password-input2.js +0 -1041
  35. package/dist/components/radio-input.js +0 -6
  36. package/dist/components/radio-input2.js +0 -114
  37. package/dist/components/select-input.js +0 -6
  38. package/dist/components/select-input2.js +0 -183
  39. package/dist/components/tel-input.js +0 -6
  40. package/dist/components/tel-input2.js +0 -197
  41. package/dist/components/text-input.js +0 -6
  42. package/dist/components/text-input2.js +0 -199
  43. package/dist/components/toggle-checkbox-input.js +0 -6
  44. package/dist/components/tooltipIcon.js +0 -127
  45. package/dist/components/vaadin-button.js +0 -490
  46. package/dist/components/vaadin-combo-box.js +0 -4512
  47. package/dist/components/virtual-keyboard-controller.js +0 -2001
  48. package/dist/esm/checkbox-group-input_13.entry.js +0 -36975
  49. package/dist/esm/general-registration.js +0 -17
  50. package/dist/esm/index-a42c182c.js +0 -1332
  51. package/dist/esm/index.js +0 -16
  52. package/dist/esm/loader.js +0 -17
  53. package/dist/esm/polyfills/core-js.js +0 -11
  54. package/dist/esm/polyfills/css-shim.js +0 -1
  55. package/dist/esm/polyfills/dom.js +0 -79
  56. package/dist/esm/polyfills/es5-html-element.js +0 -1
  57. package/dist/esm/polyfills/index.js +0 -34
  58. package/dist/esm/polyfills/system.js +0 -6
  59. package/dist/general-registration/general-registration.esm.js +0 -1
  60. package/dist/general-registration/index.esm.js +0 -1
  61. package/dist/general-registration/p-4ff02444.js +0 -1
  62. package/dist/general-registration/p-8eaa2cfb.entry.js +0 -3647
  63. package/dist/index.cjs.js +0 -1
  64. package/dist/index.js +0 -1
  65. package/dist/stencil.config.js +0 -22
  66. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/general-registration/.stencil/packages/general-input/src/utils/types.d.ts +0 -87
  67. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/general-registration/.stencil/packages/general-registration/stencil.config.d.ts +0 -2
  68. package/dist/types/components/general-registration/general-registration.d.ts +0 -93
  69. package/dist/types/components.d.ts +0 -111
  70. package/dist/types/index.d.ts +0 -1
  71. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  72. package/dist/types/utils/locale.utils.d.ts +0 -17
  73. package/dist/types/utils/utils.d.ts +0 -1
  74. package/loader/cdn.js +0 -3
  75. package/loader/index.cjs.js +0 -3
  76. package/loader/index.d.ts +0 -12
  77. package/loader/index.es2017.js +0 -3
  78. package/loader/index.js +0 -4
  79. package/loader/package.json +0 -10
@@ -1,6 +0,0 @@
1
- import { G as GeneralInput$1, d as defineCustomElement$1 } from './general-input2.js';
2
-
3
- const GeneralInput = GeneralInput$1;
4
- const defineCustomElement = defineCustomElement$1;
5
-
6
- export { GeneralInput, defineCustomElement };
@@ -1,341 +0,0 @@
1
- import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
- import { t as translate, a as tooltipIconSvg, g as getTranslations } from './tooltipIcon.js';
3
- import { d as defineCustomElement$b } from './checkbox-group-input2.js';
4
- import { d as defineCustomElement$a } from './checkbox-input2.js';
5
- import { d as defineCustomElement$9 } from './date-input2.js';
6
- import { d as defineCustomElement$8 } from './email-input2.js';
7
- import { d as defineCustomElement$7 } from './number-input2.js';
8
- import { d as defineCustomElement$6 } from './password-input2.js';
9
- import { d as defineCustomElement$5 } from './radio-input2.js';
10
- import { d as defineCustomElement$4 } from './select-input2.js';
11
- import { d as defineCustomElement$3 } from './tel-input2.js';
12
- import { d as defineCustomElement$2 } from './text-input2.js';
13
-
14
- const toggleCheckboxInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.togglecheckbox{font-family:\"Roboto\";font-style:normal;font-size:15px}.togglecheckbox__wrapper{position:relative}.togglecheckbox__wrapper--flex{display:flex;gap:10px;align-items:baseline}.togglecheckbox__wrapper--relative{position:relative;display:inline}.togglecheckbox__input{transform:scale(1.307, 1.307);margin-left:2px;accent-color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.togglecheckbox__label{font-style:inherit;font-family:inherit;font-weight:400;font-size:16px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));line-height:1.5;cursor:pointer;padding:0}.togglecheckbox__label-text{font-size:16px}.togglecheckbox__label a{color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.togglecheckbox__error-message{position:absolute;top:calc(100% + 5px);left:0;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.togglecheckbox__tooltip-icon{width:16px;height:auto}.togglecheckbox__tooltip{position:absolute;top:0;right:0;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.togglecheckbox__tooltip.visible{opacity:1}.togglecheckbox__fields-wrapper{margin-top:40px;display:flex;flex-direction:column;gap:40px}.hidden{display:none}";
15
-
16
- const ToggleCheckboxInput = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
17
- constructor() {
18
- super();
19
- this.__registerHost();
20
- this.__attachShadow();
21
- this.sendValidityState = createEvent(this, "sendValidityState", 7);
22
- this.sendInputValue = createEvent(this, "sendInputValue", 7);
23
- /**
24
- * Default value for the input.
25
- */
26
- this.defaultValue = '';
27
- /**
28
- * Client custom styling via inline style
29
- */
30
- this.clientStyling = '';
31
- this.limitStylingAppends = false;
32
- this.showTooltip = false;
33
- this.value = '';
34
- this.setClientStyling = () => {
35
- let sheet = document.createElement('style');
36
- sheet.innerHTML = this.clientStyling;
37
- this.stylingContainer.prepend(sheet);
38
- };
39
- }
40
- validityStateHandler(inputStateEvent) {
41
- this.sendValidityState.emit(inputStateEvent);
42
- }
43
- valueHandler(inputValueEvent) {
44
- this.sendInputValue.emit(inputValueEvent);
45
- }
46
- handleClickOutside(event) {
47
- if (event.composedPath()[0] === this.tooltipIconReference)
48
- return;
49
- if (event.composedPath()[0] !== this.tooltipReference)
50
- this.showTooltip = false;
51
- }
52
- componentDidRender() {
53
- // start custom styling area
54
- if (!this.limitStylingAppends && this.stylingContainer) {
55
- if (this.clientStyling)
56
- this.setClientStyling();
57
- this.limitStylingAppends = true;
58
- }
59
- // end custom styling area
60
- }
61
- handleClick() {
62
- this.showFields = this.checkboxReference.checked;
63
- this.errorMessage = this.setErrorMessage();
64
- this.isValid = this.setValidity();
65
- }
66
- setValidity() {
67
- return this.checkboxReference.validity.valid;
68
- }
69
- setErrorMessage() {
70
- if (this.checkboxReference.validity.valueMissing) {
71
- return translate('requiredError', this.language);
72
- }
73
- }
74
- renderLabel() {
75
- return (h("label", { class: 'togglecheckbox__label', htmlFor: `${this.name}__input` }, h("div", { class: 'togglecheckbox__label-text', innerHTML: `${this.displayName} ${this.validation.mandatory ? '*' : ''}` })));
76
- }
77
- renderTooltip() {
78
- if (this.showTooltip) {
79
- return (h("div", { class: `togglecheckbox__tooltip ${this.showTooltip ? 'visible' : ''}`, ref: (el) => this.tooltipReference = el, innerHTML: this.tooltip }));
80
- }
81
- return null;
82
- }
83
- render() {
84
- return h("div", { class: `togglecheckbox__wrapper ${this.name}__input`, ref: el => this.stylingContainer = el }, h("div", { class: 'togglecheckbox__wrapper--flex' }, h("input", { class: 'togglecheckbox__input', type: "checkbox", id: `${this.name}__input`, ref: (el) => this.checkboxReference = el, name: this.name, checked: this.defaultValue === "true", readOnly: this.autofilled, required: this.validation.mandatory, value: this.value, onClick: () => this.handleClick() }), this.renderLabel()), h("small", { class: 'togglecheckbox__error-message' }, this.errorMessage), h("div", { class: 'togglecheckbox__wrapper--relative' }, this.tooltip &&
85
- h("img", { class: 'togglecheckbox__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip()), h("div", { class: `togglecheckbox__fields-wrapper ${this.showFields ? '' : 'hidden'}` }, this.options.map(subfield => {
86
- return h("general-input", { type: subfield.inputType, name: subfield.name, displayName: subfield.displayName, validation: subfield.validate, action: subfield.action || null, defaultValue: subfield.defaultValue, autofilled: subfield.autofill, emitValue: this.emitValue, language: this.language, "client-styling": this.clientStyling, tooltip: subfield.tooltip, placeholder: subfield.placeholder == null ? '' : subfield.placeholder });
87
- })));
88
- }
89
- static get style() { return toggleCheckboxInputCss; }
90
- }, [1, "toggle-checkbox-input", {
91
- "name": [513],
92
- "displayName": [513, "display-name"],
93
- "defaultValue": [513, "default-value"],
94
- "options": [16],
95
- "autofilled": [516],
96
- "tooltip": [513],
97
- "validation": [16],
98
- "language": [513],
99
- "emitValue": [516, "emit-value"],
100
- "clientStyling": [513, "client-styling"],
101
- "errorMessage": [32],
102
- "isValid": [32],
103
- "limitStylingAppends": [32],
104
- "showTooltip": [32],
105
- "showFields": [32]
106
- }, [[4, "click", "handleClickOutside"]]]);
107
- function defineCustomElement$1() {
108
- if (typeof customElements === "undefined") {
109
- return;
110
- }
111
- const components = ["toggle-checkbox-input", "checkbox-group-input", "checkbox-input", "date-input", "email-input", "general-input", "number-input", "password-input", "radio-input", "select-input", "tel-input", "text-input", "toggle-checkbox-input"];
112
- components.forEach(tagName => { switch (tagName) {
113
- case "toggle-checkbox-input":
114
- if (!customElements.get(tagName)) {
115
- customElements.define(tagName, ToggleCheckboxInput);
116
- }
117
- break;
118
- case "checkbox-group-input":
119
- if (!customElements.get(tagName)) {
120
- defineCustomElement$b();
121
- }
122
- break;
123
- case "checkbox-input":
124
- if (!customElements.get(tagName)) {
125
- defineCustomElement$a();
126
- }
127
- break;
128
- case "date-input":
129
- if (!customElements.get(tagName)) {
130
- defineCustomElement$9();
131
- }
132
- break;
133
- case "email-input":
134
- if (!customElements.get(tagName)) {
135
- defineCustomElement$8();
136
- }
137
- break;
138
- case "general-input":
139
- if (!customElements.get(tagName)) {
140
- defineCustomElement();
141
- }
142
- break;
143
- case "number-input":
144
- if (!customElements.get(tagName)) {
145
- defineCustomElement$7();
146
- }
147
- break;
148
- case "password-input":
149
- if (!customElements.get(tagName)) {
150
- defineCustomElement$6();
151
- }
152
- break;
153
- case "radio-input":
154
- if (!customElements.get(tagName)) {
155
- defineCustomElement$5();
156
- }
157
- break;
158
- case "select-input":
159
- if (!customElements.get(tagName)) {
160
- defineCustomElement$4();
161
- }
162
- break;
163
- case "tel-input":
164
- if (!customElements.get(tagName)) {
165
- defineCustomElement$3();
166
- }
167
- break;
168
- case "text-input":
169
- if (!customElements.get(tagName)) {
170
- defineCustomElement$2();
171
- }
172
- break;
173
- case "toggle-checkbox-input":
174
- if (!customElements.get(tagName)) {
175
- defineCustomElement$1();
176
- }
177
- break;
178
- } });
179
- }
180
-
181
- const generalInputCss = ":host{display:block;height:100%}";
182
-
183
- const GeneralInput = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
184
- constructor() {
185
- super();
186
- this.__registerHost();
187
- this.__attachShadow();
188
- /**
189
- * Type the general-input should take. Can take the default HTML input values.
190
- */
191
- this.type = 'text';
192
- /**
193
- * Client custom styling via inline style
194
- */
195
- this.clientStyling = '';
196
- /**
197
- * Translations via URL
198
- */
199
- this.translationUrl = '';
200
- /**
201
- * Emit event on click
202
- */
203
- this.emitOnClick = false;
204
- this.handleClick = () => {
205
- if (this.emitOnClick) {
206
- window.postMessage({ type: `registration${this.name}Clicked` }, window.location.href);
207
- }
208
- };
209
- }
210
- connectedCallback() {
211
- if (this.translationUrl) {
212
- getTranslations(this.translationUrl);
213
- }
214
- }
215
- renderInput() {
216
- var _a;
217
- switch ((_a = this.type) === null || _a === void 0 ? void 0 : _a.toLowerCase()) {
218
- case 'text':
219
- return h("text-input", { name: this.name, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, autofilled: this.autofilled, emitValue: this.emitValue, language: this.language, isDuplicateInput: this.isDuplicateInput, "client-styling": this.clientStyling, tooltip: this.tooltip, placeholder: this.placeholder });
220
- case 'email':
221
- return h("email-input", { name: this.name, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, autofilled: this.autofilled, emitValue: this.emitValue, language: this.language, isDuplicateInput: this.isDuplicateInput, "client-styling": this.clientStyling, tooltip: this.tooltip, placeholder: this.placeholder });
222
- case 'number':
223
- return h("number-input", { name: this.name, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, autofilled: this.autofilled, emitValue: this.emitValue, language: this.language, "client-styling": this.clientStyling, tooltip: this.tooltip, placeholder: this.placeholder });
224
- case 'checkbox':
225
- return h("checkbox-input", { name: this.name, displayName: this.displayName, validation: this.validation, emitValue: this.emitValue, defaultValue: this.defaultValue, autofilled: this.autofilled, language: this.language, "client-styling": this.clientStyling, tooltip: this.tooltip });
226
- case 'checkboxgroup':
227
- return h("checkbox-group-input", { name: this.name, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, autofilled: this.autofilled, emitValue: this.emitValue, language: this.language, "client-styling": this.clientStyling, tooltip: this.tooltip, options: this.options });
228
- case 'togglecheckbox':
229
- return h("toggle-checkbox-input", { name: this.name, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, autofilled: this.autofilled, emitValue: this.emitValue, language: this.language, "client-styling": this.clientStyling, tooltip: this.tooltip, options: this.options });
230
- case 'datetime':
231
- return h("date-input", { name: this.name, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, autofilled: this.autofilled, emitValue: this.emitValue, language: this.language, "client-styling": this.clientStyling, tooltip: this.tooltip, placeholder: this.placeholder, dateFormat: this.dateFormat });
232
- case 'password':
233
- return h("password-input", { name: this.name, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, autofilled: this.autofilled, emitValue: this.emitValue, language: this.language, isDuplicateInput: this.isDuplicateInput, "client-styling": this.clientStyling, tooltip: this.tooltip, placeholder: this.placeholder });
234
- case 'radio':
235
- return h("radio-input", { name: this.name, displayName: this.displayName, optionsGroup: this.options, validation: this.validation, emitValue: this.emitValue, language: this.language, "client-styling": this.clientStyling });
236
- case 'tel':
237
- return h("tel-input", { name: this.name, action: this.action, displayName: this.displayName, validation: this.validation, defaultValue: this.defaultValue, emitValue: this.emitValue, language: this.language, autofilled: this.autofilled, "client-styling": this.clientStyling, tooltip: this.tooltip, placeholder: this.placeholder });
238
- case 'dropdown':
239
- return h("select-input", { name: this.name, action: this.action, defaultValue: this.defaultValue, displayName: this.displayName, options: this.options, validation: this.validation, emitValue: this.emitValue, autofilled: this.autofilled, language: this.language, "client-styling": this.clientStyling, tooltip: this.tooltip, placeholder: this.placeholder });
240
- default:
241
- return h("p", null, "The ", this.type, " input type is not valid");
242
- }
243
- }
244
- render() {
245
- return (h(Host, { class: `general-input--${this.name}`, onClick: this.handleClick }, this.renderInput()));
246
- }
247
- static get style() { return generalInputCss; }
248
- }, [1, "general-input", {
249
- "type": [513],
250
- "name": [513],
251
- "displayName": [513, "display-name"],
252
- "placeholder": [513],
253
- "action": [513],
254
- "validation": [16],
255
- "options": [520],
256
- "language": [513],
257
- "autofilled": [516],
258
- "tooltip": [513],
259
- "defaultValue": [520, "default-value"],
260
- "emitValue": [516, "emit-value"],
261
- "isDuplicateInput": [516, "is-duplicate-input"],
262
- "clientStyling": [520, "client-styling"],
263
- "dateFormat": [513, "date-format"],
264
- "translationUrl": [513, "translation-url"],
265
- "emitOnClick": [516, "emit-on-click"]
266
- }]);
267
- function defineCustomElement() {
268
- if (typeof customElements === "undefined") {
269
- return;
270
- }
271
- const components = ["general-input", "checkbox-group-input", "checkbox-input", "date-input", "email-input", "general-input", "number-input", "password-input", "radio-input", "select-input", "tel-input", "text-input", "toggle-checkbox-input"];
272
- components.forEach(tagName => { switch (tagName) {
273
- case "general-input":
274
- if (!customElements.get(tagName)) {
275
- customElements.define(tagName, GeneralInput);
276
- }
277
- break;
278
- case "checkbox-group-input":
279
- if (!customElements.get(tagName)) {
280
- defineCustomElement$b();
281
- }
282
- break;
283
- case "checkbox-input":
284
- if (!customElements.get(tagName)) {
285
- defineCustomElement$a();
286
- }
287
- break;
288
- case "date-input":
289
- if (!customElements.get(tagName)) {
290
- defineCustomElement$9();
291
- }
292
- break;
293
- case "email-input":
294
- if (!customElements.get(tagName)) {
295
- defineCustomElement$8();
296
- }
297
- break;
298
- case "general-input":
299
- if (!customElements.get(tagName)) {
300
- defineCustomElement();
301
- }
302
- break;
303
- case "number-input":
304
- if (!customElements.get(tagName)) {
305
- defineCustomElement$7();
306
- }
307
- break;
308
- case "password-input":
309
- if (!customElements.get(tagName)) {
310
- defineCustomElement$6();
311
- }
312
- break;
313
- case "radio-input":
314
- if (!customElements.get(tagName)) {
315
- defineCustomElement$5();
316
- }
317
- break;
318
- case "select-input":
319
- if (!customElements.get(tagName)) {
320
- defineCustomElement$4();
321
- }
322
- break;
323
- case "tel-input":
324
- if (!customElements.get(tagName)) {
325
- defineCustomElement$3();
326
- }
327
- break;
328
- case "text-input":
329
- if (!customElements.get(tagName)) {
330
- defineCustomElement$2();
331
- }
332
- break;
333
- case "toggle-checkbox-input":
334
- if (!customElements.get(tagName)) {
335
- defineCustomElement$1();
336
- }
337
- break;
338
- } });
339
- }
340
-
341
- export { GeneralInput as G, ToggleCheckboxInput as T, defineCustomElement$1 as a, defineCustomElement as d };
@@ -1,11 +0,0 @@
1
- import type { Components, JSX } from "../types/components";
2
-
3
- interface GeneralRegistration extends Components.GeneralRegistration, HTMLElement {}
4
- export const GeneralRegistration: {
5
- prototype: GeneralRegistration;
6
- new (): GeneralRegistration;
7
- };
8
- /**
9
- * Used to define this component and all nested components recursively.
10
- */
11
- export const defineCustomElement: () => void;