@everymatrix/casino-jackpot-winner 1.0.69
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 -0
- package/dist/casino-jackpot-winner/index.esm.js +0 -0
- 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 +352 -0
- package/dist/cjs/casino-jackpot-winner.cjs.js +25 -0
- package/dist/cjs/index-043b8326.js +1191 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/casino-jackpot-winner/casino-jackpot-winner.css +417 -0
- package/dist/collection/components/casino-jackpot-winner/casino-jackpot-winner.js +190 -0
- package/dist/collection/components/casino-jackpot-winner/index.js +1 -0
- package/dist/collection/decorators/base.decorator.js +12 -0
- package/dist/collection/decorators/locale.decorator.js +40 -0
- package/dist/collection/decorators/style.decorator.js +28 -0
- package/dist/collection/decorators/style.util.js +40 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/renders/Layout.js +2 -0
- package/dist/collection/renders/ListLoader.js +15 -0
- package/dist/collection/renders/Loader.js +2 -0
- package/dist/collection/renders/User.js +14 -0
- package/dist/collection/renders/images.js +21 -0
- package/dist/collection/renders/index.js +17 -0
- package/dist/collection/static/logo.svg +1 -0
- package/dist/collection/static/winner1.svg +59 -0
- package/dist/collection/static/winner2.svg +37 -0
- package/dist/collection/static/winner3.svg +124 -0
- package/dist/collection/static/winner4.svg +88 -0
- package/dist/collection/utils/business.js +13 -0
- package/dist/collection/utils/currencySymbols.js +172 -0
- package/dist/collection/utils/fetch.js +16 -0
- package/dist/collection/utils/translation.js +11 -0
- 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 +348 -0
- package/dist/esm/casino-jackpot-winner.js +20 -0
- package/dist/esm/index-a3763668.js +1163 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stencil.config.dev.js +17 -0
- package/dist/stencil.config.js +17 -0
- package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/casino-jackpot-winner/.stencil/packages/stencil/casino-jackpot-winner/stencil.config.d.ts +2 -0
- package/dist/types/Users/raul.vasile/workspace/everymatrix/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 +46 -0
- package/dist/types/components/casino-jackpot-winner/index.d.ts +1 -0
- package/dist/types/components.d.ts +85 -0
- package/dist/types/decorators/base.decorator.d.ts +2 -0
- package/dist/types/decorators/locale.decorator.d.ts +2 -0
- package/dist/types/decorators/style.decorator.d.ts +2 -0
- package/dist/types/decorators/style.util.d.ts +5 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/renders/Layout.d.ts +1 -0
- package/dist/types/renders/ListLoader.d.ts +6 -0
- package/dist/types/renders/Loader.d.ts +1 -0
- package/dist/types/renders/User.d.ts +5 -0
- package/dist/types/renders/images.d.ts +2 -0
- package/dist/types/renders/index.d.ts +6 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/utils/business.d.ts +1 -0
- package/dist/types/utils/currencySymbols.d.ts +172 -0
- package/dist/types/utils/fetch.d.ts +2 -0
- package/dist/types/utils/translation.d.ts +12 -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 +26 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-043b8326.js');
|
|
6
|
+
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
Stencil Client Patch Browser v4.20.0 | MIT Licensed | https://stenciljs.com
|
|
10
|
+
*/
|
|
11
|
+
var patchBrowser = () => {
|
|
12
|
+
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('casino-jackpot-winner.cjs.js', document.baseURI).href));
|
|
13
|
+
const opts = {};
|
|
14
|
+
if (importMeta !== "") {
|
|
15
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
16
|
+
}
|
|
17
|
+
return index.promiseResolve(opts);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
patchBrowser().then(async (options) => {
|
|
21
|
+
await appGlobals.globalScripts();
|
|
22
|
+
return index.bootstrapLazy([["casino-jackpot-winner.cjs",[[1,"casino-jackpot-winner",{"endpoint":[1],"language":[1],"clientStyling":[1,"client-styling"],"clientStylingUrl":[1,"client-styling-url"],"translationUrl":[1,"translation-url"],"currency":[1],"locale":[32],"users":[32],"isLoading":[32]},null,{"endpoint":["watchForUpdateUsers"],"language":["watchForUpdateUsers"]}]]]], options);
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
exports.setNonce = index.setNonce;
|