@everymatrix/player-rglimits 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/components/GeneralAnimationLoading-BYQ3Ievv.cjs +1 -0
- package/components/GeneralAnimationLoading-KiKS37N6.js +692 -0
- package/components/PlayerRglimits-B7J5bx6m.cjs +12 -0
- package/components/PlayerRglimits-DEBmAvvw.js +8133 -0
- package/es2015/player-rglimits.cjs +1 -0
- package/es2015/player-rglimits.js +16 -0
- package/package.json +17 -33
- package/CHANGELOG.md +0 -15
- package/README.md +0 -30
- package/dist/player-rglimits.js +0 -1234
- package/dist/player-rglimits.js.map +0 -1
- package/index.html +0 -46
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -61
- package/src/PlayerRglimits.svelte +0 -1260
- package/src/i18n.js +0 -27
- package/src/images/arch-bg.svg +0 -5
- package/src/images/caret-select.svg +0 -3
- package/src/images/curency.svg +0 -4
- package/src/images/fa-calendar-times-o.svg +0 -1
- package/src/images/fa-caret-right.svg +0 -4
- package/src/images/fa-pencil.svg +0 -1
- package/src/images/fa-plus-solid.svg +0 -1
- package/src/images/fa-times.svg +0 -1
- package/src/index.ts +0 -4
- package/src/translations.js +0 -578
- package/stories/PlayerRglimits.stories.js +0 -13
- package/tsconfig.json +0 -6
- package/types/general-animation-loading.d.ts +0 -1
- package/types/types.ts +0 -60
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerRglimits-B7J5bx6m.cjs")).then(({default:t})=>{!customElements.get("player-rglimits")&&customElements.define("player-rglimits",t.element)})}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
if (typeof window != "undefined") {
|
|
2
|
+
let n = function(t) {
|
|
3
|
+
return function(...s) {
|
|
4
|
+
try {
|
|
5
|
+
return t.apply(this, s);
|
|
6
|
+
} catch (e) {
|
|
7
|
+
if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
8
|
+
return !1;
|
|
9
|
+
throw e;
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerRglimits-DEBmAvvw.js").then(({ default: t }) => {
|
|
14
|
+
!customElements.get("player-rglimits") && customElements.define("player-rglimits", t.element);
|
|
15
|
+
});
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,40 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-rglimits",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@rollup/plugin-babel": "^5.3.0",
|
|
15
|
-
"@rollup/plugin-commonjs": "^16.0.0",
|
|
16
|
-
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
17
|
-
"@rollup/plugin-typescript": "^6.0.0",
|
|
18
|
-
"@tsconfig/svelte": "^1.0.0",
|
|
19
|
-
"rollup": "^2.3.4",
|
|
20
|
-
"rollup-plugin-dev-server": "^0.4.3",
|
|
21
|
-
"rollup-plugin-livereload": "^2.0.0",
|
|
22
|
-
"rollup-plugin-svelte": "^7.0.0",
|
|
23
|
-
"rollup-plugin-svg": "^2.0.0",
|
|
24
|
-
"rollup-plugin-terser": "^7.0.0",
|
|
25
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
26
|
-
"svelte-check": "^1.0.0",
|
|
27
|
-
"svelte-preprocess": "^5.0.0",
|
|
28
|
-
"tslib": "^2.0.0",
|
|
29
|
-
"typescript": "^3.9.3"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"cross-env": "^7.0.3",
|
|
33
|
-
"sirv-cli": "^1.0.0",
|
|
34
|
-
"svelte": "^3.0.0"
|
|
3
|
+
"version": "1.45.2",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "es2015/player-rglimits.cjs",
|
|
6
|
+
"module": "es2015/player-rglimits.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"import": "./es2015/player-rglimits.js",
|
|
10
|
+
"require": "./es2015/player-rglimits.cjs"
|
|
11
|
+
},
|
|
12
|
+
"./es2015/player-rglimits.cjs": "./es2015/player-rglimits.cjs"
|
|
35
13
|
},
|
|
14
|
+
"files": [
|
|
15
|
+
"es2015/",
|
|
16
|
+
"components"
|
|
17
|
+
],
|
|
36
18
|
"publishConfig": {
|
|
37
19
|
"access": "public"
|
|
38
20
|
},
|
|
39
|
-
"
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@everymatrix/general-animation-loading": "1.0.72"
|
|
23
|
+
}
|
|
40
24
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
## player-rglimits widget changelogs
|
|
3
|
-
|
|
4
|
-
| Version | Release date | Impacted areas | Changes |
|
|
5
|
-
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
|
6
|
-
| 1.39.2 | Tue Sep 10 2024 | player-rglimits | fix(UBO-3258)(player-rglimits): Update svg import for rglimits widget |
|
|
7
|
-
| 1.37.2 | Mon Aug 12 2024 | player-rglimits | feat(UBO-2973)(player-rglimits): add walletType filter <br /> fix(UBO-3021)(player-rglimits): get into consideration other selected options <br /> fix(UBO-3018)(player-rglimits): sort products <br /> fix(UBO-3017)(player-rglimits): period options ordering fix <br /> feat(UBO-3005)(player-rglimits): add getutctime parameter <br /> fix(UBO-2663)(player-rglimits): Order limitPeriodList; Code cleanup <br /> fix(UBO-2958)(player-rglimits): fix gauge fill and preserve period when change limit type <br /> feat(UBO-2859)(player-rglimits): Improve widget functionality <br /> feat(UBO-2748)(player-rglimits): Add limit type select and improve code <br /> fix(UBO-2663)(player-rglimits): refactor widget into a general one. add future... |
|
|
8
|
-
| 1.36.1 | Tue Aug 06 2024 | player-rglimits | feat(UBO-2973)(player-rglimits): add walletType filter |
|
|
9
|
-
| 1.32.0 | Tue Jun 04 2024 | player-rglimits | fix(UBO-3021)(player-rglimits): get into consideration other selected options <br /> fix(UBO-3018)(player-rglimits): sort products <br /> fix(UBO-3017)(player-rglimits): period options ordering fix |
|
|
10
|
-
| 1.31.2 | Thu May 30 2024 | player-rglimits | fix(UBO-3018)(player-rglimits): sort products <br /> fix(UBO-3017)(player-rglimits): period options ordering fix <br /> feat(UBO-3005)(player-rglimits): add getutctime parameter |
|
|
11
|
-
| 1.31.2 | Thu May 30 2024 | player-rglimits | fix(UBO-3018)(player-rglimits): sort products <br /> fix(UBO-3017)(player-rglimits): period options ordering fix <br /> feat(UBO-3005)(player-rglimits): add getutctime parameter |
|
|
12
|
-
| 1.30.0 | Thu May 16 2024 | player-rglimits | fix(UBO-2663)(player-rglimits): Order limitPeriodList; Code cleanup |
|
|
13
|
-
| 1.29.7 | Thu May 09 2024 | player-rglimits | fix(UBO-2958)(player-rglimits): fix gauge fill and preserve period when change limit type |
|
|
14
|
-
| 1.29.0 | Wed Apr 10 2024 | player-rglimits | feat(UBO-2859)(player-rglimits): Improve widget functionality |
|
|
15
|
-
| 1.28.4 | Wed Mar 20 2024 | player-rglimits | feat(UBO-2748)(player-rglimits): Add limit type select and improve code |
|
package/README.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# @everymatrix/player-rglimits
|
|
2
|
-
---------
|
|
3
|
-
|
|
4
|
-
## First step
|
|
5
|
-
---------
|
|
6
|
-
```
|
|
7
|
-
lerna bootstrap
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
## Run Widget
|
|
11
|
-
---------
|
|
12
|
-
- starts server at port 5050
|
|
13
|
-
- has livereload
|
|
14
|
-
|
|
15
|
-
```
|
|
16
|
-
yarn run dev
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## Build Widget
|
|
20
|
-
---------
|
|
21
|
-
```
|
|
22
|
-
yarn run build
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Publishing widget
|
|
26
|
-
---------
|
|
27
|
-
- Note add your user to the npm
|
|
28
|
-
```
|
|
29
|
-
lerna publish
|
|
30
|
-
```
|