@js-joda/locale_ru 4.14.0 → 4.15.3
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/LICENSE +34 -0
- package/dist/index.esm.js +8 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +4 -5
package/LICENSE
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
BSD License
|
|
2
|
+
|
|
3
|
+
For js-joda software
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
6
|
+
|
|
7
|
+
All rights reserved.
|
|
8
|
+
|
|
9
|
+
Redistribution and use in source and binary forms, with or without
|
|
10
|
+
modification, are permitted provided that the following conditions are met:
|
|
11
|
+
|
|
12
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
13
|
+
this list of conditions and the following disclaimer.
|
|
14
|
+
|
|
15
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
16
|
+
this list of conditions and the following disclaimer in the documentation
|
|
17
|
+
and/or other materials provided with the distribution.
|
|
18
|
+
|
|
19
|
+
* Neither the name of js-joda nor the names of its contributors
|
|
20
|
+
may be used to endorse or promote products derived from this software
|
|
21
|
+
without specific prior written permission.
|
|
22
|
+
|
|
23
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
24
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
25
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
26
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
27
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
28
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
29
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
33
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
34
|
+
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//! @version @js-joda/locale - 4.
|
|
1
|
+
//! @version @js-joda/locale - 4.15.2
|
|
2
2
|
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
|
|
3
3
|
//! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
4
4
|
//! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
@@ -27998,6 +27998,7 @@ var Cldr = /*@__PURE__*/getDefaultExportFromCjs(node_mainExports);
|
|
|
27998
27998
|
* @copyright (c) 2020, Philipp Thuerwaechter & Pattrick Hueper
|
|
27999
27999
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
28000
28000
|
*/
|
|
28001
|
+
|
|
28001
28002
|
var cldrDataLoaded = new Set();
|
|
28002
28003
|
var loadCldrData = function loadCldrData(path) {
|
|
28003
28004
|
if (!cldrDataLoaded.has(path)) {
|
|
@@ -28033,6 +28034,7 @@ var getOrCreateMapZones = function getOrCreateMapZones(cldr) {
|
|
|
28033
28034
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
28034
28035
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
28035
28036
|
*/
|
|
28037
|
+
|
|
28036
28038
|
var CldrDateTimeTextProvider = function () {
|
|
28037
28039
|
function CldrDateTimeTextProvider() {
|
|
28038
28040
|
this._cache = {};
|
|
@@ -28375,6 +28377,7 @@ var CldrZoneTextPrinterParser = function () {
|
|
|
28375
28377
|
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
28376
28378
|
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
28377
28379
|
*/
|
|
28380
|
+
|
|
28378
28381
|
var MathUtil$1 = _.MathUtil;
|
|
28379
28382
|
var LocalizedOffsetPrinterParser = function () {
|
|
28380
28383
|
function LocalizedOffsetPrinterParser(textStyle) {
|
|
@@ -28504,6 +28507,7 @@ var LocalizedOffsetPrinterParser = function () {
|
|
|
28504
28507
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
28505
28508
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
28506
28509
|
*/
|
|
28510
|
+
|
|
28507
28511
|
var MathUtil = _.MathUtil,
|
|
28508
28512
|
_jodaInternal$assert$1 = _.assert,
|
|
28509
28513
|
requireNonNull$2 = _jodaInternal$assert$1.requireNonNull,
|
|
@@ -28954,6 +28958,7 @@ function _init$2() {
|
|
|
28954
28958
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
28955
28959
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
28956
28960
|
*/
|
|
28961
|
+
|
|
28957
28962
|
var StringBuilder = _.StringBuilder;
|
|
28958
28963
|
var WeekFieldsPrinterParser = function () {
|
|
28959
28964
|
function WeekFieldsPrinterParser(letter, count) {
|
|
@@ -29097,6 +29102,7 @@ var CldrDateTimeFormatterBuilder = function (_DateTimeFormatterBui) {
|
|
|
29097
29102
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
29098
29103
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
29099
29104
|
*/
|
|
29105
|
+
|
|
29100
29106
|
var Locale = function () {
|
|
29101
29107
|
Locale.getAvailableLocales = function getAvailableLocales() {
|
|
29102
29108
|
return new CldrDateTimeTextProvider().getAvailableLocales();
|
|
@@ -29212,6 +29218,7 @@ function _init() {
|
|
|
29212
29218
|
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
29213
29219
|
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
29214
29220
|
*/
|
|
29221
|
+
|
|
29215
29222
|
var isInit = false;
|
|
29216
29223
|
function init() {
|
|
29217
29224
|
if (isInit) {
|