@everymatrix/player-lugas-limit 1.50.1 → 1.52.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/{index-68c23785.js → index-40c257af.js} +2 -19
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/player-lugas-limit.cjs.entry.js +237 -295
- package/dist/cjs/player-lugas-limit.cjs.js +2 -2
- package/dist/collection/components/player-lugas-limit/player-lugas-limit.css +165 -101
- package/dist/collection/components/player-lugas-limit/player-lugas-limit.js +213 -215
- package/dist/collection/utils/locale.utils.js +45 -161
- package/dist/esm/{index-011f30c6.js → index-51bbae94.js} +3 -19
- package/dist/esm/loader.js +3 -3
- package/dist/esm/player-lugas-limit.entry.js +237 -295
- package/dist/esm/player-lugas-limit.js +3 -3
- package/dist/player-lugas-limit/p-971ac277.entry.js +1 -0
- package/dist/player-lugas-limit/p-e2496de0.js +2 -0
- package/dist/player-lugas-limit/player-lugas-limit.esm.js +1 -1
- package/dist/types/components/player-lugas-limit/player-lugas-limit.d.ts +108 -54
- package/dist/types/components.d.ts +30 -51
- package/dist/types/utils/locale.utils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/player-lugas-limit/p-84374274.js +0 -2
- package/dist/player-lugas-limit/p-f17cd11e.entry.js +0 -1
|
@@ -21,7 +21,7 @@ function _interopNamespace(e) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
const NAMESPACE = 'player-lugas-limit';
|
|
24
|
-
const BUILD = /* player-lugas-limit */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event:
|
|
24
|
+
const BUILD = /* player-lugas-limit */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: false, propMutable: false, propNumber: false, propString: true, reflect: false, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: false, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: false, vdomText: true, vdomXlink: false, watchCallback: true };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
27
|
Stencil Client Platform v4.22.3 | MIT Licensed | https://stenciljs.com
|
|
@@ -294,22 +294,6 @@ var parsePropertyValue = (propValue, propType) => {
|
|
|
294
294
|
}
|
|
295
295
|
return propValue;
|
|
296
296
|
};
|
|
297
|
-
var getElement = (ref) => getHostRef(ref).$hostElement$ ;
|
|
298
|
-
|
|
299
|
-
// src/runtime/event-emitter.ts
|
|
300
|
-
var createEvent = (ref, name, flags) => {
|
|
301
|
-
const elm = getElement(ref);
|
|
302
|
-
return {
|
|
303
|
-
emit: (detail) => {
|
|
304
|
-
return emitEvent(elm, name, {
|
|
305
|
-
bubbles: !!(flags & 4 /* Bubbles */),
|
|
306
|
-
composed: !!(flags & 2 /* Composed */),
|
|
307
|
-
cancelable: !!(flags & 1 /* Cancellable */),
|
|
308
|
-
detail
|
|
309
|
-
});
|
|
310
|
-
}
|
|
311
|
-
};
|
|
312
|
-
};
|
|
313
297
|
var emitEvent = (elm, name, opts) => {
|
|
314
298
|
const ev = plt.ce(name, opts);
|
|
315
299
|
elm.dispatchEvent(ev);
|
|
@@ -661,7 +645,7 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
661
645
|
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
|
662
646
|
}
|
|
663
647
|
{
|
|
664
|
-
{
|
|
648
|
+
if (tag === "slot" && !useNativeShadowDom) ; else {
|
|
665
649
|
updateElement(oldVNode, newVNode2, isSvgMode);
|
|
666
650
|
}
|
|
667
651
|
}
|
|
@@ -1211,7 +1195,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1211
1195
|
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
|
1212
1196
|
|
|
1213
1197
|
exports.bootstrapLazy = bootstrapLazy;
|
|
1214
|
-
exports.createEvent = createEvent;
|
|
1215
1198
|
exports.h = h;
|
|
1216
1199
|
exports.promiseResolve = promiseResolve;
|
|
1217
1200
|
exports.registerInstance = registerInstance;
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-40c257af.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
9
9
|
if (typeof window === 'undefined') return undefined;
|
|
10
10
|
await appGlobals.globalScripts();
|
|
11
|
-
return index.bootstrapLazy([["player-lugas-limit.cjs",[[1,"player-lugas-limit",{"userId":[1,"user-id"],"session":[1],"endpoint":[1],"currency":[1],"
|
|
11
|
+
return index.bootstrapLazy([["player-lugas-limit.cjs",[[1,"player-lugas-limit",{"userId":[1,"user-id"],"session":[1],"endpoint":[1],"currency":[1],"amount":[1],"lang":[1],"clientStyling":[1,"client-styling"],"clientStylingUrl":[1,"client-styling-url"],"translationUrl":[1,"translation-url"],"showCustomAmount":[32],"isLoading":[32],"hasErrors":[32],"inputValue":[32],"showInvalidInputError":[32],"stylingAppends":[32],"predefinedAmountsArray":[32],"isWithinRange":[32],"minimumRange":[32],"selectedPredefinedAmount":[32],"errorMessage":[32],"wasSubmitted":[32],"minAmount":[32],"maxAmount":[32]},null,{"translationUrl":["handleNewTranslations"],"clientStyling":["handleStylingChange"],"clientStylingUrl":["handleStylingUrlChange"]}]]]], options);
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports.setNonce = index.setNonce;
|