@everymatrix/lottery-game-details 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 (52) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +5 -4
  3. package/dist/cjs/helper-accordion_4.cjs.entry.js +0 -308
  4. package/dist/cjs/index-0355373c.js +0 -1196
  5. package/dist/cjs/index.cjs.js +0 -2
  6. package/dist/cjs/loader.cjs.js +0 -21
  7. package/dist/cjs/lottery-game-details.cjs.js +0 -19
  8. package/dist/collection/collection-manifest.json +0 -26
  9. package/dist/collection/components/lottery-game-details/lottery-game-details.css +0 -3
  10. package/dist/collection/components/lottery-game-details/lottery-game-details.js +0 -94
  11. package/dist/collection/index.js +0 -1
  12. package/dist/collection/utils/utils.js +0 -3
  13. package/dist/components/helper-accordion.js +0 -6
  14. package/dist/components/helper-accordion2.js +0 -159
  15. package/dist/components/helper-tab.js +0 -6
  16. package/dist/components/helper-tab2.js +0 -86
  17. package/dist/components/helper-tabs.js +0 -6
  18. package/dist/components/helper-tabs2.js +0 -102
  19. package/dist/components/index.d.ts +0 -26
  20. package/dist/components/index.js +0 -1
  21. package/dist/components/lottery-game-details.d.ts +0 -11
  22. package/dist/components/lottery-game-details.js +0 -87
  23. package/dist/esm/helper-accordion_4.entry.js +0 -301
  24. package/dist/esm/index-627fc49c.js +0 -1169
  25. package/dist/esm/index.js +0 -1
  26. package/dist/esm/loader.js +0 -17
  27. package/dist/esm/lottery-game-details.js +0 -17
  28. package/dist/esm/polyfills/core-js.js +0 -11
  29. package/dist/esm/polyfills/css-shim.js +0 -1
  30. package/dist/esm/polyfills/dom.js +0 -79
  31. package/dist/esm/polyfills/es5-html-element.js +0 -1
  32. package/dist/esm/polyfills/index.js +0 -34
  33. package/dist/esm/polyfills/system.js +0 -6
  34. package/dist/index.cjs.js +0 -1
  35. package/dist/index.js +0 -1
  36. package/dist/lottery-game-details/index.esm.js +0 -0
  37. package/dist/lottery-game-details/lottery-game-details.esm.js +0 -1
  38. package/dist/lottery-game-details/p-2f7fadf1.entry.js +0 -1
  39. package/dist/lottery-game-details/p-ca6b7fee.js +0 -1
  40. package/dist/stencil.config.js +0 -22
  41. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/lottery-game-details/.stencil/packages/lottery-game-details/stencil.config.d.ts +0 -2
  42. package/dist/types/components/lottery-game-details/lottery-game-details.d.ts +0 -18
  43. package/dist/types/components.d.ts +0 -53
  44. package/dist/types/index.d.ts +0 -1
  45. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  46. package/dist/types/utils/utils.d.ts +0 -1
  47. package/loader/cdn.js +0 -3
  48. package/loader/index.cjs.js +0 -3
  49. package/loader/index.d.ts +0 -12
  50. package/loader/index.es2017.js +0 -3
  51. package/loader/index.js +0 -4
  52. package/loader/package.json +0 -10
@@ -1,18 +0,0 @@
1
- import '@everymatrix/helper-accordion';
2
- import '@everymatrix/helper-tabs';
3
- export declare class LotteryGameDetails {
4
- /**
5
- * Client custom styling via string
6
- */
7
- clientStyling: string;
8
- /**
9
- * Client custom styling via url content
10
- */
11
- clientStylingUrlContent: string;
12
- private limitStylingAppends;
13
- private stylingContainer;
14
- componentDidRender(): void;
15
- setClientStyling: () => void;
16
- setClientStylingURL: () => void;
17
- render(): any;
18
- }
@@ -1,53 +0,0 @@
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 LotteryGameDetails {
10
- /**
11
- * Client custom styling via string
12
- */
13
- "clientStyling": string;
14
- /**
15
- * Client custom styling via url content
16
- */
17
- "clientStylingUrlContent": string;
18
- }
19
- }
20
- declare global {
21
- interface HTMLLotteryGameDetailsElement extends Components.LotteryGameDetails, HTMLStencilElement {
22
- }
23
- var HTMLLotteryGameDetailsElement: {
24
- prototype: HTMLLotteryGameDetailsElement;
25
- new (): HTMLLotteryGameDetailsElement;
26
- };
27
- interface HTMLElementTagNameMap {
28
- "lottery-game-details": HTMLLotteryGameDetailsElement;
29
- }
30
- }
31
- declare namespace LocalJSX {
32
- interface LotteryGameDetails {
33
- /**
34
- * Client custom styling via string
35
- */
36
- "clientStyling"?: string;
37
- /**
38
- * Client custom styling via url content
39
- */
40
- "clientStylingUrlContent"?: string;
41
- }
42
- interface IntrinsicElements {
43
- "lottery-game-details": LotteryGameDetails;
44
- }
45
- }
46
- export { LocalJSX as JSX };
47
- declare module "@stencil/core" {
48
- export namespace JSX {
49
- interface IntrinsicElements {
50
- "lottery-game-details": LocalJSX.LotteryGameDetails & JSXBase.HTMLAttributes<HTMLLotteryGameDetailsElement>;
51
- }
52
- }
53
- }
@@ -1 +0,0 @@
1
- export * from './components';