@syncfusion/ej2-vue-pivotview 22.2.8 → 22.2.10
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/CHANGELOG.md +16 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +7 -7
- package/styles/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/pivotview/fabric-dark.css +2 -2
- package/styles/pivotview/fabric.css +2 -2
- package/styles/pivotview/material-dark.css +2 -2
- package/styles/pivotview/material.css +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pivotview@22.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@22.2.9",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-eNgU5oY/gqrvh7alHHyrcEUXVYk7V0XOCDs+wApzkYKDAN+Bi45CQdfZnNgsumAbGcbWYYLp5b1oHEc+IfsuoA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-22.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-22.2.9.tgz",
|
|
23
|
+
"_shasum": "5d3cad7a2129b83433729fdd3d080a4bbb896bd7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.2.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "22.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.10",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "22.2.10",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~22.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"ci-publish": "gulp ci-publish",
|
|
58
58
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
59
59
|
},
|
|
60
|
-
"version": "22.2.
|
|
60
|
+
"version": "22.2.10",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #282727;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-mdx-query-content {
|
|
648
|
-
background-color: #
|
|
648
|
+
background-color: #282727;
|
|
649
649
|
color: #dadada;
|
|
650
650
|
font-size: 14px;
|
|
651
651
|
font-weight: 500;
|
package/styles/fabric.css
CHANGED
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #f4f4f4;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-mdx-query-content {
|
|
648
|
-
background-color: #
|
|
648
|
+
background-color: #f4f4f4;
|
|
649
649
|
color: #333;
|
|
650
650
|
font-size: 14px;
|
|
651
651
|
font-weight: 500;
|
package/styles/material-dark.css
CHANGED
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #212121;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
.e-mdx-query-content {
|
|
644
|
-
background-color: #
|
|
644
|
+
background-color: #212121;
|
|
645
645
|
color: rgba(255, 255, 255, 0.7);
|
|
646
646
|
font-size: 14px;
|
|
647
647
|
font-weight: 500;
|
package/styles/material.css
CHANGED
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
font-size: 16px;
|
|
584
584
|
}
|
|
585
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
586
|
-
background-color: #
|
|
586
|
+
background-color: #f5f5f5;
|
|
587
587
|
border: none;
|
|
588
588
|
/* stylelint-disable */
|
|
589
589
|
}
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
.e-mdx-query-content {
|
|
645
|
-
background-color: #
|
|
645
|
+
background-color: #f5f5f5;
|
|
646
646
|
color: #000;
|
|
647
647
|
font-size: 14px;
|
|
648
648
|
font-weight: 500;
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #282727;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-mdx-query-content {
|
|
648
|
-
background-color: #
|
|
648
|
+
background-color: #282727;
|
|
649
649
|
color: #dadada;
|
|
650
650
|
font-size: 14px;
|
|
651
651
|
font-weight: 500;
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #f4f4f4;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-mdx-query-content {
|
|
648
|
-
background-color: #
|
|
648
|
+
background-color: #f4f4f4;
|
|
649
649
|
color: #333;
|
|
650
650
|
font-size: 14px;
|
|
651
651
|
font-weight: 500;
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #212121;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
.e-mdx-query-content {
|
|
644
|
-
background-color: #
|
|
644
|
+
background-color: #212121;
|
|
645
645
|
color: rgba(255, 255, 255, 0.7);
|
|
646
646
|
font-size: 14px;
|
|
647
647
|
font-weight: 500;
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
font-size: 16px;
|
|
584
584
|
}
|
|
585
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
586
|
-
background-color: #
|
|
586
|
+
background-color: #f5f5f5;
|
|
587
587
|
border: none;
|
|
588
588
|
/* stylelint-disable */
|
|
589
589
|
}
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
.e-mdx-query-content {
|
|
645
|
-
background-color: #
|
|
645
|
+
background-color: #f5f5f5;
|
|
646
646
|
color: #000;
|
|
647
647
|
font-size: 14px;
|
|
648
648
|
font-weight: 500;
|