@everymatrix/pam-player-addresses 0.11.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/index-bf6d2004.js +1227 -0
- package/dist/cjs/index.cjs.js +10 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/pam-player-addresses-8214aff0.js +684 -0
- package/dist/cjs/pam-player-addresses.cjs.js +25 -0
- package/dist/cjs/pam-player-addresses_2.cjs.entry.js +175 -0
- package/dist/collection/collection-manifest.json +19 -0
- package/dist/collection/components/pam-player-addresses/index.js +1 -0
- package/dist/collection/components/pam-player-addresses/pam-player-addresses.css +276 -0
- package/dist/collection/components/pam-player-addresses/pam-player-addresses.js +534 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +329 -0
- package/dist/collection/utils/utils.js +12 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/index-79695a92.js +1200 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/pam-player-addresses-911649b4.js +682 -0
- package/dist/esm/pam-player-addresses.js +20 -0
- package/dist/esm/pam-player-addresses_2.entry.js +170 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/pam-player-addresses/app-globals-0f993ce5.js +1 -0
- package/dist/pam-player-addresses/index-79695a92.js +2 -0
- package/dist/pam-player-addresses/index.esm.js +1 -0
- package/dist/pam-player-addresses/pam-player-addresses-911649b4.js +1 -0
- package/dist/pam-player-addresses/pam-player-addresses.esm.js +1 -0
- package/dist/pam-player-addresses/pam-player-addresses_2.entry.js +1 -0
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +19 -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-player-addresses/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/packages/stencil/pam-player-addresses/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/packages/stencil/pam-player-addresses/stencil.config.dev.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/packages/stencil/pam-player-addresses/storybook/main.d.ts +3 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/packages/stencil/pam-player-addresses/storybook/preview.d.ts +70 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/tools/plugins/index.d.ts +3 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-addresses/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/pam-player-addresses/index.d.ts +1 -0
- package/dist/types/components/pam-player-addresses/pam-player-addresses.d.ts +52 -0
- package/dist/types/components.d.ts +61 -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 +23 -0
- package/dist/types/utils/utils.d.ts +7 -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,52 @@
|
|
|
1
|
+
import "../../../../../../dist/packages/stencil/ui-skeleton/dist/types/index";
|
|
2
|
+
export declare class PamPlayerAddresses {
|
|
3
|
+
userId: string;
|
|
4
|
+
session: string;
|
|
5
|
+
endpoint: string;
|
|
6
|
+
lang: string;
|
|
7
|
+
mbSource: string;
|
|
8
|
+
clientStyling: string;
|
|
9
|
+
clientStylingUrl: string;
|
|
10
|
+
translationUrl: string;
|
|
11
|
+
isFullAddressDisplayed: string;
|
|
12
|
+
isPermanentAdressEditable: string;
|
|
13
|
+
isTemporaryAdressEditable: string;
|
|
14
|
+
isStandAlone: string;
|
|
15
|
+
limitStylingAppends: boolean;
|
|
16
|
+
isSkeletonLoading: boolean;
|
|
17
|
+
isSubmitButtonAvailable: boolean;
|
|
18
|
+
invalidFields: number;
|
|
19
|
+
isMobile: boolean;
|
|
20
|
+
isPermanentAddressSectionActive: boolean;
|
|
21
|
+
isTemporaryAddressSectionActive: boolean;
|
|
22
|
+
private stylingContainer;
|
|
23
|
+
private stylingSubscription;
|
|
24
|
+
data: any;
|
|
25
|
+
dataRef: Record<string, Record<string, any>>;
|
|
26
|
+
fieldsState: Record<string, Record<string, any>>;
|
|
27
|
+
handleStylingChange(newValue: string, oldValue: string): void;
|
|
28
|
+
handleStylingUrlChange(newValue: string, oldValue: string): void;
|
|
29
|
+
componentWillLoad(): Promise<void>;
|
|
30
|
+
componentDidLoad(): void;
|
|
31
|
+
disconnectedCallback(): void;
|
|
32
|
+
sendLoadedMessage: () => void;
|
|
33
|
+
sendValidMessage: () => void;
|
|
34
|
+
sendSuccessNotification: () => void;
|
|
35
|
+
sendErrorNotification: (errorKey: string) => void;
|
|
36
|
+
sendData: () => void;
|
|
37
|
+
messageHandler: (message: MessageEvent) => void;
|
|
38
|
+
getData: () => Promise<void>;
|
|
39
|
+
initData(): void;
|
|
40
|
+
buildFieldState: (isValid: any, initialValue: any, rule: any) => any;
|
|
41
|
+
initEditableFieldsState(): void;
|
|
42
|
+
resetState: () => void;
|
|
43
|
+
updateState: (sectionKey: any, subSectionKey: any, fieldKey: any) => (e: any) => void;
|
|
44
|
+
updateData: (e: any) => void;
|
|
45
|
+
updateSubmitButtonStatus: () => void;
|
|
46
|
+
editableField: (sectionKey: string, subSectionKey: string, fieldKey: string, labelTranslationKey: string, errorTranslationKey: string) => HTMLElement;
|
|
47
|
+
staticField: (value: string, labelTranslationKey: string) => HTMLElement;
|
|
48
|
+
section: (sectionKey: any, editable: any) => any;
|
|
49
|
+
toggleScreen: () => void;
|
|
50
|
+
toggleSection: (section: any) => (e: any) => void;
|
|
51
|
+
render(): any;
|
|
52
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 PamPlayerAddresses {
|
|
10
|
+
"clientStyling": string;
|
|
11
|
+
"clientStylingUrl": string;
|
|
12
|
+
"endpoint": string;
|
|
13
|
+
"isFullAddressDisplayed": string;
|
|
14
|
+
"isPermanentAdressEditable": string;
|
|
15
|
+
"isStandAlone": string;
|
|
16
|
+
"isTemporaryAdressEditable": string;
|
|
17
|
+
"lang": string;
|
|
18
|
+
"mbSource": string;
|
|
19
|
+
"session": string;
|
|
20
|
+
"translationUrl": string;
|
|
21
|
+
"userId": string;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
declare global {
|
|
25
|
+
interface HTMLPamPlayerAddressesElement extends Components.PamPlayerAddresses, HTMLStencilElement {
|
|
26
|
+
}
|
|
27
|
+
var HTMLPamPlayerAddressesElement: {
|
|
28
|
+
prototype: HTMLPamPlayerAddressesElement;
|
|
29
|
+
new (): HTMLPamPlayerAddressesElement;
|
|
30
|
+
};
|
|
31
|
+
interface HTMLElementTagNameMap {
|
|
32
|
+
"pam-player-addresses": HTMLPamPlayerAddressesElement;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
declare namespace LocalJSX {
|
|
36
|
+
interface PamPlayerAddresses {
|
|
37
|
+
"clientStyling"?: string;
|
|
38
|
+
"clientStylingUrl"?: string;
|
|
39
|
+
"endpoint"?: string;
|
|
40
|
+
"isFullAddressDisplayed"?: string;
|
|
41
|
+
"isPermanentAdressEditable"?: string;
|
|
42
|
+
"isStandAlone"?: string;
|
|
43
|
+
"isTemporaryAdressEditable"?: string;
|
|
44
|
+
"lang"?: string;
|
|
45
|
+
"mbSource"?: string;
|
|
46
|
+
"session"?: string;
|
|
47
|
+
"translationUrl"?: string;
|
|
48
|
+
"userId"?: string;
|
|
49
|
+
}
|
|
50
|
+
interface IntrinsicElements {
|
|
51
|
+
"pam-player-addresses": PamPlayerAddresses;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
export { LocalJSX as JSX };
|
|
55
|
+
declare module "@stencil/core" {
|
|
56
|
+
export namespace JSX {
|
|
57
|
+
interface IntrinsicElements {
|
|
58
|
+
"pam-player-addresses": LocalJSX.PamPlayerAddresses & JSXBase.HTMLAttributes<HTMLPamPlayerAddressesElement>;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/pam-player-addresses';
|