@everymatrix/pam-player-profile 0.8.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-4130c9d2.js +1227 -0
- package/dist/cjs/index.cjs.js +10 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/pam-player-profile-dc13914a.js +509 -0
- package/dist/cjs/pam-player-profile.cjs.js +25 -0
- package/dist/cjs/pam-player-profile_2.cjs.entry.js +175 -0
- package/dist/collection/collection-manifest.json +19 -0
- package/dist/collection/components/pam-player-profile/index.js +1 -0
- package/dist/collection/components/pam-player-profile/pam-player-profile.css +263 -0
- package/dist/collection/components/pam-player-profile/pam-player-profile.js +432 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +209 -0
- package/dist/collection/utils/utils.js +12 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/index-d953d051.js +1200 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/pam-player-profile-e280c440.js +507 -0
- package/dist/esm/pam-player-profile.js +20 -0
- package/dist/esm/pam-player-profile_2.entry.js +170 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/pam-player-profile/index.esm.js +1 -0
- package/dist/pam-player-profile/p-047a7a7b.js +2 -0
- package/dist/pam-player-profile/p-41838095.js +1 -0
- package/dist/pam-player-profile/p-b2438d4d.entry.js +1 -0
- package/dist/pam-player-profile/p-e1255160.js +1 -0
- package/dist/pam-player-profile/pam-player-profile.esm.js +1 -0
- package/dist/stencil.config.dev.js +16 -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-player-profile/.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-profile/.stencil/packages/stencil/pam-player-profile/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-profile/.stencil/packages/stencil/pam-player-profile/stencil.config.dev.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-profile/.stencil/packages/stencil/pam-player-profile/storybook/main.d.ts +3 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-profile/.stencil/packages/stencil/pam-player-profile/storybook/preview.d.ts +70 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-profile/.stencil/tools/plugins/index.d.ts +3 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-profile/.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-profile/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/pam-player-profile/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/pam-player-profile/index.d.ts +1 -0
- package/dist/types/components/pam-player-profile/pam-player-profile.d.ts +45 -0
- package/dist/types/components.d.ts +57 -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,57 @@
|
|
|
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 PamPlayerProfile {
|
|
10
|
+
"clientStyling": string;
|
|
11
|
+
"clientStylingUrl": string;
|
|
12
|
+
"dobFormat": string;
|
|
13
|
+
"endpoint": string;
|
|
14
|
+
"isStandAlone": string;
|
|
15
|
+
"lang": string;
|
|
16
|
+
"mbSource": string;
|
|
17
|
+
"session": string;
|
|
18
|
+
"translationUrl": string;
|
|
19
|
+
"userId": string;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
declare global {
|
|
23
|
+
interface HTMLPamPlayerProfileElement extends Components.PamPlayerProfile, HTMLStencilElement {
|
|
24
|
+
}
|
|
25
|
+
var HTMLPamPlayerProfileElement: {
|
|
26
|
+
prototype: HTMLPamPlayerProfileElement;
|
|
27
|
+
new (): HTMLPamPlayerProfileElement;
|
|
28
|
+
};
|
|
29
|
+
interface HTMLElementTagNameMap {
|
|
30
|
+
"pam-player-profile": HTMLPamPlayerProfileElement;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
declare namespace LocalJSX {
|
|
34
|
+
interface PamPlayerProfile {
|
|
35
|
+
"clientStyling"?: string;
|
|
36
|
+
"clientStylingUrl"?: string;
|
|
37
|
+
"dobFormat"?: string;
|
|
38
|
+
"endpoint"?: string;
|
|
39
|
+
"isStandAlone"?: string;
|
|
40
|
+
"lang"?: string;
|
|
41
|
+
"mbSource"?: string;
|
|
42
|
+
"session"?: string;
|
|
43
|
+
"translationUrl"?: string;
|
|
44
|
+
"userId"?: string;
|
|
45
|
+
}
|
|
46
|
+
interface IntrinsicElements {
|
|
47
|
+
"pam-player-profile": PamPlayerProfile;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export { LocalJSX as JSX };
|
|
51
|
+
declare module "@stencil/core" {
|
|
52
|
+
export namespace JSX {
|
|
53
|
+
interface IntrinsicElements {
|
|
54
|
+
"pam-player-profile": LocalJSX.PamPlayerProfile & JSXBase.HTMLAttributes<HTMLPamPlayerProfileElement>;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/pam-player-profile';
|