@everymatrix/general-registration 1.44.0 → 1.45.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_13.cjs.entry.js +4839 -2731
- package/dist/cjs/general-registration.cjs.js +17 -11
- package/dist/cjs/index-f6c5854f.js +1331 -0
- package/dist/cjs/index.cjs.js +12 -14
- package/dist/cjs/loader.cjs.js +7 -13
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/components/general-registration/general-registration.css +0 -1
- package/dist/collection/components/general-registration/general-registration.js +762 -769
- package/dist/collection/components/general-registration/index.js +1 -0
- package/dist/collection/index.js +12 -14
- package/dist/collection/utils/locale.utils.js +292 -292
- package/dist/collection/utils/utils.js +1 -1
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/checkbox-group-input_13.entry.js +4839 -2731
- package/dist/esm/general-registration.js +14 -11
- package/dist/esm/index-8b4a4c93.js +1302 -0
- package/dist/esm/index.js +12 -14
- package/dist/esm/loader.js +7 -13
- package/dist/general-registration/general-registration.esm.js +1 -1
- package/dist/general-registration/index.esm.js +1 -1
- package/dist/general-registration/p-35ed5ec5.js +2 -0
- package/dist/general-registration/p-af4bdf25.entry.js +5431 -0
- package/dist/general-registration/p-e1255160.js +1 -0
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +14 -19
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-input/src/utils/types.d.ts +87 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.dev.d.ts +2 -0
- package/dist/types/components/general-registration/general-registration.d.ts +91 -91
- package/dist/types/components/general-registration/index.d.ts +1 -0
- package/dist/types/components.d.ts +18 -2
- package/dist/types/stencil-public-runtime.d.ts +142 -33
- package/dist/types/utils/locale.utils.d.ts +8 -8
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +13 -1
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/loader/package.json +1 -0
- package/package.json +9 -2
- package/dist/cjs/index-0b9241d1.js +0 -1360
- package/dist/components/active-mixin.js +0 -975
- package/dist/components/checkbox-group-input.js +0 -6
- package/dist/components/checkbox-group-input2.js +0 -1078
- package/dist/components/checkbox-input.js +0 -6
- package/dist/components/checkbox-input2.js +0 -132
- package/dist/components/date-input.js +0 -6
- package/dist/components/date-input2.js +0 -11556
- package/dist/components/email-input.js +0 -6
- package/dist/components/email-input2.js +0 -171
- package/dist/components/field-mixin.js +0 -12426
- package/dist/components/general-input.js +0 -6
- package/dist/components/general-input2.js +0 -350
- package/dist/components/general-registration.d.ts +0 -11
- package/dist/components/general-registration.js +0 -961
- package/dist/components/index.d.ts +0 -26
- package/dist/components/index.js +0 -20
- package/dist/components/input-field-shared-styles.js +0 -1211
- package/dist/components/number-input.js +0 -6
- package/dist/components/number-input2.js +0 -158
- package/dist/components/password-input.js +0 -6
- package/dist/components/password-input2.js +0 -1059
- package/dist/components/radio-input.js +0 -6
- package/dist/components/radio-input2.js +0 -114
- package/dist/components/select-input.js +0 -6
- package/dist/components/select-input2.js +0 -183
- package/dist/components/tel-input.js +0 -6
- package/dist/components/tel-input2.js +0 -197
- package/dist/components/text-input.js +0 -6
- package/dist/components/text-input2.js +0 -199
- package/dist/components/toggle-checkbox-input.js +0 -6
- package/dist/components/tooltipIcon.js +0 -146
- package/dist/components/vaadin-button.js +0 -490
- package/dist/components/vaadin-combo-box.js +0 -4512
- package/dist/components/virtual-keyboard-controller.js +0 -2001
- package/dist/esm/index-a42c182c.js +0 -1332
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/general-registration/p-4ff02444.js +0 -1
- package/dist/general-registration/p-bfb3458d.entry.js +0 -3647
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/general-registration/.stencil/packages/general-input/src/utils/types.d.ts +0 -87
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/general-registration/.stencil/packages/general-registration/stencil.config.d.ts +0 -2
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
export interface RegistrationConfig {
|
|
2
|
-
type: string;
|
|
3
|
-
content: RegCfgContent;
|
|
4
|
-
}
|
|
5
|
-
interface RegCfgContent {
|
|
6
|
-
actions: string[];
|
|
7
|
-
fields: RegCfgContentField[];
|
|
8
|
-
registrationID: string;
|
|
9
|
-
step: string;
|
|
10
|
-
}
|
|
11
|
-
export interface RegCfgContentField {
|
|
12
|
-
action: string;
|
|
13
|
-
autofill: boolean;
|
|
14
|
-
data?: Values;
|
|
15
|
-
defaultValue: string;
|
|
16
|
-
inputType: string;
|
|
17
|
-
tooltip: string;
|
|
18
|
-
multiple: false;
|
|
19
|
-
name: string;
|
|
20
|
-
readOnly: boolean;
|
|
21
|
-
displayName: string;
|
|
22
|
-
placeholder?: string;
|
|
23
|
-
validate: ValidationSchema;
|
|
24
|
-
}
|
|
25
|
-
export interface ValidationSchema {
|
|
26
|
-
mandatory: boolean;
|
|
27
|
-
type?: string;
|
|
28
|
-
custom?: CustomValidationRules[];
|
|
29
|
-
minLength?: number;
|
|
30
|
-
maxLength?: number;
|
|
31
|
-
min?: number;
|
|
32
|
-
max?: number;
|
|
33
|
-
}
|
|
34
|
-
export interface CustomValidationRules {
|
|
35
|
-
rule: string;
|
|
36
|
-
errorMessage: string;
|
|
37
|
-
errorKey: string;
|
|
38
|
-
pattern?: string;
|
|
39
|
-
displayName?: string;
|
|
40
|
-
}
|
|
41
|
-
export interface CustomRule {
|
|
42
|
-
rule: string;
|
|
43
|
-
errorMessage: string;
|
|
44
|
-
}
|
|
45
|
-
interface Values {
|
|
46
|
-
values?: Option[];
|
|
47
|
-
subFields?: RegCfgContentField[];
|
|
48
|
-
}
|
|
49
|
-
export interface Option {
|
|
50
|
-
value: string;
|
|
51
|
-
label: string;
|
|
52
|
-
}
|
|
53
|
-
export interface InputStateEvent {
|
|
54
|
-
valid: boolean;
|
|
55
|
-
name: string;
|
|
56
|
-
}
|
|
57
|
-
export interface InputValueEvent {
|
|
58
|
-
value: string;
|
|
59
|
-
name: string;
|
|
60
|
-
type?: string;
|
|
61
|
-
}
|
|
62
|
-
export interface InputValue {
|
|
63
|
-
value: string;
|
|
64
|
-
name: string;
|
|
65
|
-
isDuplicate: boolean;
|
|
66
|
-
type?: string;
|
|
67
|
-
}
|
|
68
|
-
export interface InputValidity {
|
|
69
|
-
isValid: boolean;
|
|
70
|
-
name: string;
|
|
71
|
-
}
|
|
72
|
-
export interface RegisterStep {
|
|
73
|
-
registrationId: string;
|
|
74
|
-
}
|
|
75
|
-
export interface StepState {
|
|
76
|
-
event: string;
|
|
77
|
-
type: string;
|
|
78
|
-
}
|
|
79
|
-
export interface PasswordComplexity {
|
|
80
|
-
rule: string;
|
|
81
|
-
passed: boolean;
|
|
82
|
-
ruleKey: string;
|
|
83
|
-
}
|
|
84
|
-
export interface ValueObject {
|
|
85
|
-
name: string;
|
|
86
|
-
}
|
|
87
|
-
export {};
|