@everymatrix/casino-jackpot-winner 1.44.0 → 1.45.2
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/casino-jackpot-winner/casino-jackpot-winner.esm.js +1 -1
- package/dist/casino-jackpot-winner/p-ac5b2e9b.entry.js +1 -0
- package/dist/casino-jackpot-winner/p-d8aa97f8.js +2 -0
- package/dist/casino-jackpot-winner/p-e1255160.js +1 -0
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/casino-jackpot-winner.cjs.entry.js +299 -787
- package/dist/cjs/casino-jackpot-winner.cjs.js +17 -11
- package/dist/cjs/index-043b8326.js +1191 -0
- package/dist/cjs/loader.cjs.js +7 -13
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/components/casino-jackpot-winner/casino-jackpot-winner.css +1 -1
- package/dist/collection/components/casino-jackpot-winner/casino-jackpot-winner.js +181 -199
- package/dist/collection/components/casino-jackpot-winner/index.js +1 -0
- package/dist/collection/decorators/base.decorator.js +9 -9
- package/dist/collection/decorators/locale.decorator.js +27 -27
- package/dist/collection/decorators/style.decorator.js +21 -21
- package/dist/collection/decorators/style.util.js +28 -28
- package/dist/collection/renders/Layout.js +2 -3
- package/dist/collection/renders/ListLoader.js +8 -8
- package/dist/collection/renders/Loader.js +2 -7
- package/dist/collection/renders/User.js +10 -13
- package/dist/collection/renders/images.js +15 -15
- package/dist/collection/renders/index.js +10 -10
- package/dist/collection/utils/business.js +10 -10
- package/dist/collection/utils/currencySymbols.js +170 -170
- package/dist/collection/utils/fetch.js +12 -12
- package/dist/collection/utils/translation.js +9 -9
- package/dist/collection/utils/utils.js +3 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/casino-jackpot-winner.entry.js +299 -787
- package/dist/esm/casino-jackpot-winner.js +14 -11
- package/dist/esm/index-a3763668.js +1163 -0
- package/dist/esm/loader.js +7 -13
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +12 -29
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-jackpot-winner/.stencil/packages/stencil/casino-jackpot-winner/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-jackpot-winner/.stencil/packages/stencil/casino-jackpot-winner/stencil.config.dev.d.ts +2 -0
- package/dist/types/components/casino-jackpot-winner/casino-jackpot-winner.d.ts +44 -44
- package/dist/types/components/casino-jackpot-winner/index.d.ts +1 -0
- package/dist/types/renders/ListLoader.d.ts +4 -4
- package/dist/types/renders/User.d.ts +2 -2
- package/dist/types/renders/index.d.ts +4 -4
- package/dist/types/stencil-public-runtime.d.ts +142 -33
- package/dist/types/utils/currencySymbols.d.ts +170 -170
- package/dist/types/utils/translation.d.ts +10 -10
- package/dist/types/utils/utils.d.ts +1 -0
- 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 +8 -8
- package/dist/assets/logo.svg +0 -1
- package/dist/assets/winner1.svg +0 -59
- package/dist/assets/winner2.svg +0 -37
- package/dist/assets/winner3.svg +0 -124
- package/dist/assets/winner4.svg +0 -88
- package/dist/casino-jackpot-winner/p-4584d40b.entry.js +0 -1
- package/dist/casino-jackpot-winner/p-849daf58.js +0 -1
- package/dist/cjs/index-a0c6f675.js +0 -1298
- package/dist/components/casino-jackpot-winner.d.ts +0 -11
- package/dist/components/casino-jackpot-winner.js +0 -864
- package/dist/components/index.d.ts +0 -26
- package/dist/components/index.js +0 -1
- package/dist/esm/index-426eb6f0.js +0 -1271
- 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/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/casino-jackpot-winner/.stencil/packages/casino-jackpot-winner/stencil.config.d.ts +0 -2
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/* CasinoJackpotWinner custom elements */
|
|
2
|
-
|
|
3
|
-
import type { Components, JSX } from "../types/components";
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Used to manually set the base path where assets can be found.
|
|
7
|
-
* If the script is used as "module", it's recommended to use "import.meta.url",
|
|
8
|
-
* such as "setAssetPath(import.meta.url)". Other options include
|
|
9
|
-
* "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
|
|
10
|
-
* dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
|
|
11
|
-
* But do note that this configuration depends on how your script is bundled, or lack of
|
|
12
|
-
* bundling, and where your assets can be loaded from. Additionally custom bundling
|
|
13
|
-
* will have to ensure the static assets are copied to its build directory.
|
|
14
|
-
*/
|
|
15
|
-
export declare const setAssetPath: (path: string) => void;
|
|
16
|
-
|
|
17
|
-
export interface SetPlatformOptions {
|
|
18
|
-
raf?: (c: FrameRequestCallback) => number;
|
|
19
|
-
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
20
|
-
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
21
|
-
}
|
|
22
|
-
export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
|
|
23
|
-
|
|
24
|
-
export type { Components, JSX };
|
|
25
|
-
|
|
26
|
-
export * from '../types';
|
package/dist/components/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
|