asamap 1.0.9 → 1.0.11
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/index.mjs +4 -4
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -725,7 +725,7 @@ const Ce = {
|
|
|
725
725
|
visible: !0,
|
|
726
726
|
chartType: "line",
|
|
727
727
|
value: "cpaTapPreOrders",
|
|
728
|
-
width:
|
|
728
|
+
width: 240,
|
|
729
729
|
align: "right",
|
|
730
730
|
formatter: (e) => e.cpaTapPreOrders || 0
|
|
731
731
|
},
|
|
@@ -734,7 +734,7 @@ const Ce = {
|
|
|
734
734
|
visible: !0,
|
|
735
735
|
chartType: "line",
|
|
736
736
|
value: "cpaTotalPreOrders",
|
|
737
|
-
width:
|
|
737
|
+
width: 200,
|
|
738
738
|
align: "right",
|
|
739
739
|
formatter: (e) => e.cpaTotalPreOrders || 0
|
|
740
740
|
},
|
|
@@ -743,7 +743,7 @@ const Ce = {
|
|
|
743
743
|
visible: !0,
|
|
744
744
|
chartType: "line",
|
|
745
745
|
value: "crTapPreOrders",
|
|
746
|
-
width:
|
|
746
|
+
width: 220,
|
|
747
747
|
align: "right",
|
|
748
748
|
formatter: (e) => e.crTapPreOrders || 0
|
|
749
749
|
},
|
|
@@ -752,7 +752,7 @@ const Ce = {
|
|
|
752
752
|
visible: !0,
|
|
753
753
|
chartType: "line",
|
|
754
754
|
value: "crTotalPreOrders",
|
|
755
|
-
width:
|
|
755
|
+
width: 200,
|
|
756
756
|
align: "right",
|
|
757
757
|
formatter: (e) => e.crTotalPreOrders || 0
|
|
758
758
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asamap",
|
|
3
3
|
"packageManager": "yarn@4.4.1",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.11",
|
|
5
5
|
"author": "matt avis",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -31,4 +31,4 @@
|
|
|
31
31
|
"vite-plugin-obfuscator": "^1.0.5"
|
|
32
32
|
},
|
|
33
33
|
"license": "ISC"
|
|
34
|
-
}
|
|
34
|
+
}
|