@wcardinal/wcardinal-ui 0.454.0 → 0.455.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/types/wcardinal/ui/d-chart-axis-base-tick-container.d.ts +2 -0
- package/dist/types/wcardinal/ui/d-chart-axis-base-tick-major-gridline.d.ts +2 -0
- package/dist/types/wcardinal/ui/d-chart-axis-base-tick-major.d.ts +2 -0
- package/dist/types/wcardinal/ui/d-chart-axis-base-tick-minor.d.ts +2 -0
- package/dist/wcardinal/ui/d-chart-axis-base-tick-container.js +14 -0
- package/dist/wcardinal/ui/d-chart-axis-base-tick-container.js.map +1 -1
- package/dist/wcardinal/ui/d-chart-axis-base-tick-major-gridline.js +14 -0
- package/dist/wcardinal/ui/d-chart-axis-base-tick-major-gridline.js.map +1 -1
- package/dist/wcardinal/ui/d-chart-axis-base-tick-major.js +14 -0
- package/dist/wcardinal/ui/d-chart-axis-base-tick-major.js.map +1 -1
- package/dist/wcardinal/ui/d-chart-axis-base-tick-minor.js +14 -0
- package/dist/wcardinal/ui/d-chart-axis-base-tick-minor.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark-en-us.js +1 -1
- package/dist/wcardinal-ui-theme-dark-en-us.min.js +1 -1
- package/dist/wcardinal-ui-theme-dark-ja-jp.js +1 -1
- package/dist/wcardinal-ui-theme-dark-ja-jp.min.js +1 -1
- package/dist/wcardinal-ui-theme-dark.js +1 -1
- package/dist/wcardinal-ui-theme-dark.min.js +1 -1
- package/dist/wcardinal-ui-theme-white-en-us.js +1 -1
- package/dist/wcardinal-ui-theme-white-en-us.min.js +1 -1
- package/dist/wcardinal-ui-theme-white-ja-jp.js +1 -1
- package/dist/wcardinal-ui-theme-white-ja-jp.min.js +1 -1
- package/dist/wcardinal-ui-theme-white.js +1 -1
- package/dist/wcardinal-ui-theme-white.min.js +1 -1
- package/dist/wcardinal-ui.cjs.js +57 -1
- package/dist/wcardinal-ui.js +57 -1
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
package/dist/wcardinal-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Winter Cardinal UI v0.
|
|
2
|
+
Winter Cardinal UI v0.455.0
|
|
3
3
|
Copyright (C) 2019 Toshiba Corporation
|
|
4
4
|
SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
|
|
@@ -61721,6 +61721,20 @@
|
|
|
61721
61721
|
this._parser = parser;
|
|
61722
61722
|
this._index = 0;
|
|
61723
61723
|
}
|
|
61724
|
+
Object.defineProperty(DChartAxisBaseTickMajorGridline.prototype, "parser", {
|
|
61725
|
+
get: function () {
|
|
61726
|
+
return this._parser;
|
|
61727
|
+
},
|
|
61728
|
+
enumerable: false,
|
|
61729
|
+
configurable: true
|
|
61730
|
+
});
|
|
61731
|
+
Object.defineProperty(DChartAxisBaseTickMajorGridline.prototype, "index", {
|
|
61732
|
+
get: function () {
|
|
61733
|
+
return this._index;
|
|
61734
|
+
},
|
|
61735
|
+
enumerable: false,
|
|
61736
|
+
configurable: true
|
|
61737
|
+
});
|
|
61724
61738
|
Object.defineProperty(DChartAxisBaseTickMajorGridline.prototype, "shapes", {
|
|
61725
61739
|
get: function () {
|
|
61726
61740
|
var _a;
|
|
@@ -61798,6 +61812,20 @@
|
|
|
61798
61812
|
this._index = 0;
|
|
61799
61813
|
this._gridline = new DChartAxisBaseTickMajorGridline(parser);
|
|
61800
61814
|
}
|
|
61815
|
+
Object.defineProperty(DChartAxisBaseTickMajor.prototype, "parser", {
|
|
61816
|
+
get: function () {
|
|
61817
|
+
return this._parser;
|
|
61818
|
+
},
|
|
61819
|
+
enumerable: false,
|
|
61820
|
+
configurable: true
|
|
61821
|
+
});
|
|
61822
|
+
Object.defineProperty(DChartAxisBaseTickMajor.prototype, "index", {
|
|
61823
|
+
get: function () {
|
|
61824
|
+
return this._index;
|
|
61825
|
+
},
|
|
61826
|
+
enumerable: false,
|
|
61827
|
+
configurable: true
|
|
61828
|
+
});
|
|
61801
61829
|
Object.defineProperty(DChartAxisBaseTickMajor.prototype, "shapes", {
|
|
61802
61830
|
get: function () {
|
|
61803
61831
|
var _a;
|
|
@@ -61880,6 +61908,20 @@
|
|
|
61880
61908
|
this._parser = parser;
|
|
61881
61909
|
this._index = 0;
|
|
61882
61910
|
}
|
|
61911
|
+
Object.defineProperty(DChartAxisBaseTickMinor.prototype, "parser", {
|
|
61912
|
+
get: function () {
|
|
61913
|
+
return this._parser;
|
|
61914
|
+
},
|
|
61915
|
+
enumerable: false,
|
|
61916
|
+
configurable: true
|
|
61917
|
+
});
|
|
61918
|
+
Object.defineProperty(DChartAxisBaseTickMinor.prototype, "index", {
|
|
61919
|
+
get: function () {
|
|
61920
|
+
return this._index;
|
|
61921
|
+
},
|
|
61922
|
+
enumerable: false,
|
|
61923
|
+
configurable: true
|
|
61924
|
+
});
|
|
61883
61925
|
Object.defineProperty(DChartAxisBaseTickMinor.prototype, "shapes", {
|
|
61884
61926
|
get: function () {
|
|
61885
61927
|
var _a;
|
|
@@ -61991,6 +62033,20 @@
|
|
|
61991
62033
|
this._minorTicks = [];
|
|
61992
62034
|
this._work = new DChartRegionImpl(0, 0);
|
|
61993
62035
|
}
|
|
62036
|
+
Object.defineProperty(DChartAxisBaseTickContainer.prototype, "parser", {
|
|
62037
|
+
get: function () {
|
|
62038
|
+
return this._parser;
|
|
62039
|
+
},
|
|
62040
|
+
enumerable: false,
|
|
62041
|
+
configurable: true
|
|
62042
|
+
});
|
|
62043
|
+
Object.defineProperty(DChartAxisBaseTickContainer.prototype, "index", {
|
|
62044
|
+
get: function () {
|
|
62045
|
+
return this._index;
|
|
62046
|
+
},
|
|
62047
|
+
enumerable: false,
|
|
62048
|
+
configurable: true
|
|
62049
|
+
});
|
|
61994
62050
|
Object.defineProperty(DChartAxisBaseTickContainer.prototype, "major", {
|
|
61995
62051
|
get: function () {
|
|
61996
62052
|
return this._major;
|