@js-joda/locale_sv-se 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)
|
|
@@ -13665,6 +13665,7 @@ var Cldr = /*@__PURE__*/getDefaultExportFromCjs(node_mainExports);
|
|
|
13665
13665
|
* @copyright (c) 2020, Philipp Thuerwaechter & Pattrick Hueper
|
|
13666
13666
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
13667
13667
|
*/
|
|
13668
|
+
|
|
13668
13669
|
var cldrDataLoaded = new Set();
|
|
13669
13670
|
var loadCldrData = function loadCldrData(path) {
|
|
13670
13671
|
if (!cldrDataLoaded.has(path)) {
|
|
@@ -13700,6 +13701,7 @@ var getOrCreateMapZones = function getOrCreateMapZones(cldr) {
|
|
|
13700
13701
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
13701
13702
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
13702
13703
|
*/
|
|
13704
|
+
|
|
13703
13705
|
var CldrDateTimeTextProvider = function () {
|
|
13704
13706
|
function CldrDateTimeTextProvider() {
|
|
13705
13707
|
this._cache = {};
|
|
@@ -14042,6 +14044,7 @@ var CldrZoneTextPrinterParser = function () {
|
|
|
14042
14044
|
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
14043
14045
|
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
14044
14046
|
*/
|
|
14047
|
+
|
|
14045
14048
|
var MathUtil$1 = _.MathUtil;
|
|
14046
14049
|
var LocalizedOffsetPrinterParser = function () {
|
|
14047
14050
|
function LocalizedOffsetPrinterParser(textStyle) {
|
|
@@ -14171,6 +14174,7 @@ var LocalizedOffsetPrinterParser = function () {
|
|
|
14171
14174
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
14172
14175
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
14173
14176
|
*/
|
|
14177
|
+
|
|
14174
14178
|
var MathUtil = _.MathUtil,
|
|
14175
14179
|
_jodaInternal$assert$1 = _.assert,
|
|
14176
14180
|
requireNonNull$2 = _jodaInternal$assert$1.requireNonNull,
|
|
@@ -14621,6 +14625,7 @@ function _init$2() {
|
|
|
14621
14625
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
14622
14626
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
14623
14627
|
*/
|
|
14628
|
+
|
|
14624
14629
|
var StringBuilder = _.StringBuilder;
|
|
14625
14630
|
var WeekFieldsPrinterParser = function () {
|
|
14626
14631
|
function WeekFieldsPrinterParser(letter, count) {
|
|
@@ -14764,6 +14769,7 @@ var CldrDateTimeFormatterBuilder = function (_DateTimeFormatterBui) {
|
|
|
14764
14769
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
14765
14770
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
14766
14771
|
*/
|
|
14772
|
+
|
|
14767
14773
|
var Locale = function () {
|
|
14768
14774
|
Locale.getAvailableLocales = function getAvailableLocales() {
|
|
14769
14775
|
return new CldrDateTimeTextProvider().getAvailableLocales();
|
|
@@ -14879,6 +14885,7 @@ function _init() {
|
|
|
14879
14885
|
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
14880
14886
|
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
14881
14887
|
*/
|
|
14888
|
+
|
|
14882
14889
|
var isInit = false;
|
|
14883
14890
|
function init() {
|
|
14884
14891
|
if (isInit) {
|