@everymatrix/general-registration-multistep 0.0.1
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_15.cjs.entry.js +17272 -0
- package/dist/cjs/general-registration-multistep.cjs.js +25 -0
- package/dist/cjs/index-2b1397e1.js +1322 -0
- package/dist/cjs/index.cjs.js +14 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/collection/collection-manifest.json +32 -0
- package/dist/collection/components/general-registration-multisteps/general-registration-multistep.css +230 -0
- package/dist/collection/components/general-registration-multisteps/general-registration-multistep.js +1470 -0
- package/dist/collection/components/general-registration-multisteps/index.js +1 -0
- package/dist/collection/index.js +13 -0
- package/dist/collection/utils/locale.utils.js +1107 -0
- package/dist/collection/utils/utils.js +3 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/checkbox-group-input_15.entry.js +17254 -0
- package/dist/esm/general-registration-multistep.js +20 -0
- package/dist/esm/index-9ed15dae.js +1293 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/loader.js +11 -0
- package/dist/general-registration-multistep/app-globals-0f993ce5.js +1 -0
- package/dist/general-registration-multistep/checkbox-group-input_15.entry.js +6657 -0
- package/dist/general-registration-multistep/general-registration-multistep.esm.js +1 -0
- package/dist/general-registration-multistep/index-9ed15dae.js +2 -0
- package/dist/general-registration-multistep/index.esm.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stencil.config.dev.js +19 -0
- package/dist/stencil.config.js +19 -0
- package/dist/storybook/main.js +43 -0
- package/dist/storybook/preview.js +9 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/packages/stencil/general-input/src/utils/types.d.ts +111 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/packages/stencil/general-registration-multistep/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/packages/stencil/general-registration-multistep/stencil.config.dev.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/packages/stencil/general-registration-multistep/storybook/main.d.ts +3 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/packages/stencil/general-registration-multistep/storybook/preview.d.ts +70 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/tools/plugins/index.d.ts +4 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +12 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration-multistep/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/general-registration-multisteps/general-registration-multistep.d.ts +178 -0
- package/dist/types/components/general-registration-multisteps/index.d.ts +1 -0
- package/dist/types/components.d.ts +161 -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 +33 -0
- package/dist/types/utils/utils.d.ts +1 -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 +27 -0
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
export namespace Components {
|
|
9
|
+
interface GeneralRegistrationMultistep {
|
|
10
|
+
/**
|
|
11
|
+
* Affiliate code to be passed in and sent in the registration.
|
|
12
|
+
*/
|
|
13
|
+
"btag": string;
|
|
14
|
+
/**
|
|
15
|
+
* Boolean that decides the position of the button. e.g. button inside -- true / outside -- false the form.
|
|
16
|
+
*/
|
|
17
|
+
"buttonInsideForm": boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Client custom styling via inline styles
|
|
20
|
+
*/
|
|
21
|
+
"clientStyling": string;
|
|
22
|
+
/**
|
|
23
|
+
* Client custom styling via url
|
|
24
|
+
*/
|
|
25
|
+
"clientStylingUrl": string;
|
|
26
|
+
/**
|
|
27
|
+
* Date format for date picker
|
|
28
|
+
*/
|
|
29
|
+
"dateFormat": string;
|
|
30
|
+
/**
|
|
31
|
+
* Boolean flag that tells inputs to emit an event on click.
|
|
32
|
+
*/
|
|
33
|
+
"emitOnClick": boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Enable South African registration mode
|
|
36
|
+
*/
|
|
37
|
+
"enableSouthAfricanMode": boolean;
|
|
38
|
+
/**
|
|
39
|
+
* NorWAy Endpoint for all the calls.
|
|
40
|
+
*/
|
|
41
|
+
"endpoint": string;
|
|
42
|
+
/**
|
|
43
|
+
* Addresses dropdown suggestion based on postal code
|
|
44
|
+
*/
|
|
45
|
+
"haspostalcodelookup": boolean;
|
|
46
|
+
/**
|
|
47
|
+
* hide btag from field
|
|
48
|
+
*/
|
|
49
|
+
"ignorebtag": boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Currently selected language
|
|
52
|
+
*/
|
|
53
|
+
"language": string;
|
|
54
|
+
/**
|
|
55
|
+
* Client custom styling via streamStyling
|
|
56
|
+
*/
|
|
57
|
+
"mbSource": string;
|
|
58
|
+
/**
|
|
59
|
+
* Translations via URL
|
|
60
|
+
*/
|
|
61
|
+
"translationUrl": string;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export interface GeneralRegistrationMultistepCustomEvent<T> extends CustomEvent<T> {
|
|
65
|
+
detail: T;
|
|
66
|
+
target: HTMLGeneralRegistrationMultistepElement;
|
|
67
|
+
}
|
|
68
|
+
declare global {
|
|
69
|
+
interface HTMLGeneralRegistrationMultistepElementEventMap {
|
|
70
|
+
"registrationWidgetLoaded": any;
|
|
71
|
+
"registrationStepUpdated": string;
|
|
72
|
+
"validationChange": any;
|
|
73
|
+
}
|
|
74
|
+
interface HTMLGeneralRegistrationMultistepElement extends Components.GeneralRegistrationMultistep, HTMLStencilElement {
|
|
75
|
+
addEventListener<K extends keyof HTMLGeneralRegistrationMultistepElementEventMap>(type: K, listener: (this: HTMLGeneralRegistrationMultistepElement, ev: GeneralRegistrationMultistepCustomEvent<HTMLGeneralRegistrationMultistepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
76
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
77
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
78
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
79
|
+
removeEventListener<K extends keyof HTMLGeneralRegistrationMultistepElementEventMap>(type: K, listener: (this: HTMLGeneralRegistrationMultistepElement, ev: GeneralRegistrationMultistepCustomEvent<HTMLGeneralRegistrationMultistepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
80
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
81
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
82
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
83
|
+
}
|
|
84
|
+
var HTMLGeneralRegistrationMultistepElement: {
|
|
85
|
+
prototype: HTMLGeneralRegistrationMultistepElement;
|
|
86
|
+
new (): HTMLGeneralRegistrationMultistepElement;
|
|
87
|
+
};
|
|
88
|
+
interface HTMLElementTagNameMap {
|
|
89
|
+
"general-registration-multistep": HTMLGeneralRegistrationMultistepElement;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
declare namespace LocalJSX {
|
|
93
|
+
interface GeneralRegistrationMultistep {
|
|
94
|
+
/**
|
|
95
|
+
* Affiliate code to be passed in and sent in the registration.
|
|
96
|
+
*/
|
|
97
|
+
"btag"?: string;
|
|
98
|
+
/**
|
|
99
|
+
* Boolean that decides the position of the button. e.g. button inside -- true / outside -- false the form.
|
|
100
|
+
*/
|
|
101
|
+
"buttonInsideForm": boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Client custom styling via inline styles
|
|
104
|
+
*/
|
|
105
|
+
"clientStyling"?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Client custom styling via url
|
|
108
|
+
*/
|
|
109
|
+
"clientStylingUrl"?: string;
|
|
110
|
+
/**
|
|
111
|
+
* Date format for date picker
|
|
112
|
+
*/
|
|
113
|
+
"dateFormat"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Boolean flag that tells inputs to emit an event on click.
|
|
116
|
+
*/
|
|
117
|
+
"emitOnClick"?: boolean;
|
|
118
|
+
/**
|
|
119
|
+
* Enable South African registration mode
|
|
120
|
+
*/
|
|
121
|
+
"enableSouthAfricanMode"?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* NorWAy Endpoint for all the calls.
|
|
124
|
+
*/
|
|
125
|
+
"endpoint": string;
|
|
126
|
+
/**
|
|
127
|
+
* Addresses dropdown suggestion based on postal code
|
|
128
|
+
*/
|
|
129
|
+
"haspostalcodelookup"?: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* hide btag from field
|
|
132
|
+
*/
|
|
133
|
+
"ignorebtag"?: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* Currently selected language
|
|
136
|
+
*/
|
|
137
|
+
"language"?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Client custom styling via streamStyling
|
|
140
|
+
*/
|
|
141
|
+
"mbSource"?: string;
|
|
142
|
+
"onRegistrationStepUpdated"?: (event: GeneralRegistrationMultistepCustomEvent<string>) => void;
|
|
143
|
+
"onRegistrationWidgetLoaded"?: (event: GeneralRegistrationMultistepCustomEvent<any>) => void;
|
|
144
|
+
"onValidationChange"?: (event: GeneralRegistrationMultistepCustomEvent<any>) => void;
|
|
145
|
+
/**
|
|
146
|
+
* Translations via URL
|
|
147
|
+
*/
|
|
148
|
+
"translationUrl"?: string;
|
|
149
|
+
}
|
|
150
|
+
interface IntrinsicElements {
|
|
151
|
+
"general-registration-multistep": GeneralRegistrationMultistep;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
export { LocalJSX as JSX };
|
|
155
|
+
declare module "@stencil/core" {
|
|
156
|
+
export namespace JSX {
|
|
157
|
+
interface IntrinsicElements {
|
|
158
|
+
"general-registration-multistep": LocalJSX.GeneralRegistrationMultistep & JSXBase.HTMLAttributes<HTMLGeneralRegistrationMultistepElement>;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|