@geoscene/core 4.24.9 → 4.24.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.
Files changed (110) hide show
  1. package/assets/components/assets/date-picker/nls/bg.json +31 -31
  2. package/assets/components/assets/date-picker/nls/bs.json +32 -32
  3. package/assets/components/assets/date-picker/nls/ca.json +32 -32
  4. package/assets/components/assets/date-picker/nls/cs.json +32 -32
  5. package/assets/components/assets/date-picker/nls/da.json +32 -32
  6. package/assets/components/assets/date-picker/nls/de-CH.json +29 -29
  7. package/assets/components/assets/date-picker/nls/de.json +32 -32
  8. package/assets/components/assets/date-picker/nls/el.json +32 -32
  9. package/assets/components/assets/date-picker/nls/en-AU.json +30 -30
  10. package/assets/components/assets/date-picker/nls/en-CA.json +14 -14
  11. package/assets/components/assets/date-picker/nls/en-GB.json +29 -29
  12. package/assets/components/assets/date-picker/nls/en.json +31 -31
  13. package/assets/components/assets/date-picker/nls/es-MX.json +29 -29
  14. package/assets/components/assets/date-picker/nls/es.json +32 -32
  15. package/assets/components/assets/date-picker/nls/et.json +32 -32
  16. package/assets/components/assets/date-picker/nls/fi.json +45 -45
  17. package/assets/components/assets/date-picker/nls/fr-CH.json +32 -32
  18. package/assets/components/assets/date-picker/nls/fr.json +32 -32
  19. package/assets/components/assets/date-picker/nls/he.json +19 -19
  20. package/assets/components/assets/date-picker/nls/hi.json +32 -32
  21. package/assets/components/assets/date-picker/nls/hr.json +32 -32
  22. package/assets/components/assets/date-picker/nls/hu.json +32 -32
  23. package/assets/components/assets/date-picker/nls/id.json +32 -32
  24. package/assets/components/assets/date-picker/nls/it-CH.json +32 -32
  25. package/assets/components/assets/date-picker/nls/it.json +32 -32
  26. package/assets/components/assets/date-picker/nls/ja.json +22 -22
  27. package/assets/components/assets/date-picker/nls/ko.json +22 -22
  28. package/assets/components/assets/date-picker/nls/lt.json +53 -53
  29. package/assets/components/assets/date-picker/nls/lv.json +45 -45
  30. package/assets/components/assets/date-picker/nls/mk.json +32 -32
  31. package/assets/components/assets/date-picker/nls/nl.json +32 -32
  32. package/assets/components/assets/date-picker/nls/pl.json +32 -32
  33. package/assets/components/assets/date-picker/nls/pt-BR.json +31 -31
  34. package/assets/components/assets/date-picker/nls/pt.json +31 -31
  35. package/assets/components/assets/date-picker/nls/ro.json +32 -32
  36. package/assets/components/assets/date-picker/nls/sk.json +32 -32
  37. package/assets/components/assets/date-picker/nls/sl.json +32 -32
  38. package/assets/components/assets/date-picker/nls/sr.json +32 -32
  39. package/assets/components/assets/date-picker/nls/sv.json +32 -32
  40. package/assets/components/assets/date-picker/nls/tr.json +32 -32
  41. package/assets/components/assets/date-picker/nls/uk.json +32 -32
  42. package/assets/components/assets/date-picker/nls/vi.json +45 -45
  43. package/assets/components/assets/date-picker/nls/zh-CN.json +22 -22
  44. package/assets/components/assets/date-picker/nls/zh-HK.json +22 -22
  45. package/assets/components/assets/date-picker/nls/zh-TW.json +22 -22
  46. package/assets/geoscene/css/main.scss +1 -1
  47. package/assets/geoscene/css/view.scss +1 -1
  48. package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
  49. package/assets/geoscene/themes/base/_functions.scss +23 -23
  50. package/assets/geoscene/themes/base/_layout.scss +11 -11
  51. package/assets/geoscene/themes/base/_sizes.scss +130 -130
  52. package/assets/geoscene/themes/base/_type.scss +27 -27
  53. package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
  54. package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
  55. package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
  56. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
  57. package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
  58. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
  59. package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
  60. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
  61. package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
  62. package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
  63. package/assets/geoscene/themes/base/colors/css/scss/brand_colors.scss +127 -127
  64. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors.scss +289 -289
  65. package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
  66. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors.scss +96 -96
  67. package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
  68. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors.scss +68 -68
  69. package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
  70. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors.scss +128 -128
  71. package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
  72. package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
  73. package/assets/geoscene/themes/base/colors/patterns_json/brand_colors.css +366 -366
  74. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors.css +687 -687
  75. package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
  76. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors.css +177 -177
  77. package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
  78. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors.css +178 -178
  79. package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
  80. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors.css +273 -273
  81. package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
  82. package/assets/geoscene/themes/base/colors/patterns_json/complete.css +2847 -2847
  83. package/assets/geoscene/themes/base/colors/patterns_json/scss/brand_colors.scss +464 -464
  84. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors.scss +967 -967
  85. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
  86. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors.scss +265 -265
  87. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
  88. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors.scss +236 -236
  89. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
  90. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors.scss +376 -376
  91. package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
  92. package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
  93. package/assets/geoscene/themes/base/colors/scss/variables.scss +148 -148
  94. package/assets/geoscene/themes/base/colors/scss/variables_dark.scss +150 -150
  95. package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
  96. package/assets/geoscene/themes/base/fonts/fonts/fonts.css +1 -1
  97. package/assets/geoscene/themes/base/fonts/fonts.css +1 -1
  98. package/assets/geoscene/themes/base/fonts/fonts.scss +502 -502
  99. package/assets/geoscene/themes/base/icons/demo-files/demo.css +152 -152
  100. package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
  101. package/assets/geoscene/themes/base/widgets/_Measurement.scss +6 -6
  102. package/assets/geoscene/themes/light/view.scss +9 -9
  103. package/assets/geoscene/views/3d/analysis/Slice/images/heading-rotate.svg +4 -4
  104. package/assets/geoscene/views/3d/analysis/Slice/images/tilt-rotate.svg +80 -80
  105. package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
  106. package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
  107. package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
  108. package/interfaces.d.ts +2 -2
  109. package/package.json +1 -1
  110. package/support/groundUtils.js +1 -1
@@ -1,29 +1,29 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": "/",
4
- "unitOrder": "DD/MM/YYYY",
5
- "weekStart": 1,
6
- "placeholder": "DD/MM/YYYY",
7
- "days": {
8
- "narrow": ["S", "M", "T", "W", "T", "F", "S"]
9
- },
10
- "numerals": "0123456789",
11
- "months": {
12
- "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
13
- "abbreviated": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
14
- "wide": [
15
- "January",
16
- "February",
17
- "March",
18
- "April",
19
- "May",
20
- "June",
21
- "July",
22
- "August",
23
- "September",
24
- "October",
25
- "November",
26
- "December"
27
- ]
28
- }
29
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": "/",
4
+ "unitOrder": "DD/MM/YYYY",
5
+ "weekStart": 1,
6
+ "placeholder": "DD/MM/YYYY",
7
+ "days": {
8
+ "narrow": ["S", "M", "T", "W", "T", "F", "S"]
9
+ },
10
+ "numerals": "0123456789",
11
+ "months": {
12
+ "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
13
+ "abbreviated": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
14
+ "wide": [
15
+ "January",
16
+ "February",
17
+ "March",
18
+ "April",
19
+ "May",
20
+ "June",
21
+ "July",
22
+ "August",
23
+ "September",
24
+ "October",
25
+ "November",
26
+ "December"
27
+ ]
28
+ }
29
+ }
@@ -1,31 +1,31 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": "/",
4
- "unitOrder": "MM/DD/YYYY",
5
- "weekStart": 7,
6
- "placeholder": "MM/DD/YYYY",
7
- "days": {
8
- "abbreviated": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
9
- "short": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
10
- "wide": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
11
- },
12
- "numerals": "0123456789",
13
- "months": {
14
- "abbreviated": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
15
- "wide": [
16
- "January",
17
- "February",
18
- "March",
19
- "April",
20
- "May",
21
- "June",
22
- "July",
23
- "August",
24
- "September",
25
- "October",
26
- "November",
27
- "December"
28
- ],
29
- "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]
30
- }
31
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": "/",
4
+ "unitOrder": "MM/DD/YYYY",
5
+ "weekStart": 7,
6
+ "placeholder": "MM/DD/YYYY",
7
+ "days": {
8
+ "abbreviated": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
9
+ "short": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
10
+ "wide": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
11
+ },
12
+ "numerals": "0123456789",
13
+ "months": {
14
+ "abbreviated": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
15
+ "wide": [
16
+ "January",
17
+ "February",
18
+ "March",
19
+ "April",
20
+ "May",
21
+ "June",
22
+ "July",
23
+ "August",
24
+ "September",
25
+ "October",
26
+ "November",
27
+ "December"
28
+ ],
29
+ "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]
30
+ }
31
+ }
@@ -1,29 +1,29 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": "/",
4
- "unitOrder": "DD/MM/YYYY",
5
- "weekStart": 7,
6
- "placeholder": "DD/MM/YYYY",
7
- "days": {
8
- "narrow": ["D", "L", "M", "M", "J", "V", "S"]
9
- },
10
- "numerals": "0123456789",
11
- "months": {
12
- "abbreviated": ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."],
13
- "narrow": ["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
14
- "wide": [
15
- "enero",
16
- "febrero",
17
- "marzo",
18
- "abril",
19
- "mayo",
20
- "junio",
21
- "julio",
22
- "agosto",
23
- "septiembre",
24
- "octubre",
25
- "noviembre",
26
- "diciembre"
27
- ]
28
- }
29
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": "/",
4
+ "unitOrder": "DD/MM/YYYY",
5
+ "weekStart": 7,
6
+ "placeholder": "DD/MM/YYYY",
7
+ "days": {
8
+ "narrow": ["D", "L", "M", "M", "J", "V", "S"]
9
+ },
10
+ "numerals": "0123456789",
11
+ "months": {
12
+ "abbreviated": ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."],
13
+ "narrow": ["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
14
+ "wide": [
15
+ "enero",
16
+ "febrero",
17
+ "marzo",
18
+ "abril",
19
+ "mayo",
20
+ "junio",
21
+ "julio",
22
+ "agosto",
23
+ "septiembre",
24
+ "octubre",
25
+ "noviembre",
26
+ "diciembre"
27
+ ]
28
+ }
29
+ }
@@ -1,32 +1,32 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": "/",
4
- "unitOrder": "DD/MM/YYYY",
5
- "weekStart": 1,
6
- "placeholder": "DD/MM/YYYY",
7
- "days": {
8
- "abbreviated": ["dom.", "lun.", "mar.", "mié.", "jue.", "vie.", "sáb."],
9
- "narrow": ["D", "L", "M", "X", "J", "V", "S"],
10
- "short": ["DO", "LU", "MA", "MI", "JU", "VI", "SA"],
11
- "wide": ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"]
12
- },
13
- "numerals": "0123456789",
14
- "months": {
15
- "abbreviated": ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."],
16
- "narrow": ["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
- "wide": [
18
- "enero",
19
- "febrero",
20
- "marzo",
21
- "abril",
22
- "mayo",
23
- "junio",
24
- "julio",
25
- "agosto",
26
- "septiembre",
27
- "octubre",
28
- "noviembre",
29
- "diciembre"
30
- ]
31
- }
32
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": "/",
4
+ "unitOrder": "DD/MM/YYYY",
5
+ "weekStart": 1,
6
+ "placeholder": "DD/MM/YYYY",
7
+ "days": {
8
+ "abbreviated": ["dom.", "lun.", "mar.", "mié.", "jue.", "vie.", "sáb."],
9
+ "narrow": ["D", "L", "M", "X", "J", "V", "S"],
10
+ "short": ["DO", "LU", "MA", "MI", "JU", "VI", "SA"],
11
+ "wide": ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"]
12
+ },
13
+ "numerals": "0123456789",
14
+ "months": {
15
+ "abbreviated": ["ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."],
16
+ "narrow": ["E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
+ "wide": [
18
+ "enero",
19
+ "febrero",
20
+ "marzo",
21
+ "abril",
22
+ "mayo",
23
+ "junio",
24
+ "julio",
25
+ "agosto",
26
+ "septiembre",
27
+ "octubre",
28
+ "noviembre",
29
+ "diciembre"
30
+ ]
31
+ }
32
+ }
@@ -1,32 +1,32 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": ".",
4
- "unitOrder": "DD.MM.YYYY",
5
- "weekStart": 1,
6
- "placeholder": "DD.MM.YYYY",
7
- "days": {
8
- "abbreviated": ["P", "E", "T", "K", "N", "R", "L"],
9
- "narrow": ["P", "E", "T", "K", "N", "R", "L"],
10
- "short": ["P", "E", "T", "K", "N", "R", "L"],
11
- "wide": ["pühapäev", "esmaspäev", "teisipäev", "kolmapäev", "neljapäev", "reede", "laupäev"]
12
- },
13
- "numerals": "0123456789",
14
- "months": {
15
- "abbreviated": ["jaan", "veebr", "märts", "apr", "mai", "juuni", "juuli", "aug", "sept", "okt", "nov", "dets"],
16
- "narrow": ["J", "V", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
- "wide": [
18
- "jaanuar",
19
- "veebruar",
20
- "märts",
21
- "aprill",
22
- "mai",
23
- "juuni",
24
- "juuli",
25
- "august",
26
- "september",
27
- "oktoober",
28
- "november",
29
- "detsember"
30
- ]
31
- }
32
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": ".",
4
+ "unitOrder": "DD.MM.YYYY",
5
+ "weekStart": 1,
6
+ "placeholder": "DD.MM.YYYY",
7
+ "days": {
8
+ "abbreviated": ["P", "E", "T", "K", "N", "R", "L"],
9
+ "narrow": ["P", "E", "T", "K", "N", "R", "L"],
10
+ "short": ["P", "E", "T", "K", "N", "R", "L"],
11
+ "wide": ["pühapäev", "esmaspäev", "teisipäev", "kolmapäev", "neljapäev", "reede", "laupäev"]
12
+ },
13
+ "numerals": "0123456789",
14
+ "months": {
15
+ "abbreviated": ["jaan", "veebr", "märts", "apr", "mai", "juuni", "juuli", "aug", "sept", "okt", "nov", "dets"],
16
+ "narrow": ["J", "V", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
+ "wide": [
18
+ "jaanuar",
19
+ "veebruar",
20
+ "märts",
21
+ "aprill",
22
+ "mai",
23
+ "juuni",
24
+ "juuli",
25
+ "august",
26
+ "september",
27
+ "oktoober",
28
+ "november",
29
+ "detsember"
30
+ ]
31
+ }
32
+ }
@@ -1,45 +1,45 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": ".",
4
- "unitOrder": "DD.MM.YYYY",
5
- "weekStart": 1,
6
- "placeholder": "DD.MM.YYYY",
7
- "days": {
8
- "abbreviated": ["su", "ma", "ti", "ke", "to", "pe", "la"],
9
- "narrow": ["S", "M", "T", "K", "T", "P", "L"],
10
- "short": ["su", "ma", "ti", "ke", "to", "pe", "la"],
11
- "wide": ["sunnuntaina", "maanantaina", "tiistaina", "keskiviikkona", "torstaina", "perjantaina", "lauantaina"]
12
- },
13
- "numerals": "0123456789",
14
- "months": {
15
- "abbreviated": [
16
- "tammi",
17
- "helmi",
18
- "maalis",
19
- "huhti",
20
- "touko",
21
- "kesä",
22
- "heinä",
23
- "elo",
24
- "syys",
25
- "loka",
26
- "marras",
27
- "joulu"
28
- ],
29
- "narrow": ["T", "H", "M", "H", "T", "K", "H", "E", "S", "L", "M", "J"],
30
- "wide": [
31
- "tammikuu",
32
- "helmikuu",
33
- "maaliskuu",
34
- "huhtikuu",
35
- "toukokuu",
36
- "kesäkuu",
37
- "heinäkuu",
38
- "elokuu",
39
- "syyskuu",
40
- "lokakuu",
41
- "marraskuu",
42
- "joulukuu"
43
- ]
44
- }
45
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": ".",
4
+ "unitOrder": "DD.MM.YYYY",
5
+ "weekStart": 1,
6
+ "placeholder": "DD.MM.YYYY",
7
+ "days": {
8
+ "abbreviated": ["su", "ma", "ti", "ke", "to", "pe", "la"],
9
+ "narrow": ["S", "M", "T", "K", "T", "P", "L"],
10
+ "short": ["su", "ma", "ti", "ke", "to", "pe", "la"],
11
+ "wide": ["sunnuntaina", "maanantaina", "tiistaina", "keskiviikkona", "torstaina", "perjantaina", "lauantaina"]
12
+ },
13
+ "numerals": "0123456789",
14
+ "months": {
15
+ "abbreviated": [
16
+ "tammi",
17
+ "helmi",
18
+ "maalis",
19
+ "huhti",
20
+ "touko",
21
+ "kesä",
22
+ "heinä",
23
+ "elo",
24
+ "syys",
25
+ "loka",
26
+ "marras",
27
+ "joulu"
28
+ ],
29
+ "narrow": ["T", "H", "M", "H", "T", "K", "H", "E", "S", "L", "M", "J"],
30
+ "wide": [
31
+ "tammikuu",
32
+ "helmikuu",
33
+ "maaliskuu",
34
+ "huhtikuu",
35
+ "toukokuu",
36
+ "kesäkuu",
37
+ "heinäkuu",
38
+ "elokuu",
39
+ "syyskuu",
40
+ "lokakuu",
41
+ "marraskuu",
42
+ "joulukuu"
43
+ ]
44
+ }
45
+ }
@@ -1,32 +1,32 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": ".",
4
- "unitOrder": "DD.MM.YYYY",
5
- "weekStart": 1,
6
- "placeholder": "DD.MM.YYYY",
7
- "days": {
8
- "abbreviated": ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."],
9
- "narrow": ["D", "L", "M", "M", "J", "V", "S"],
10
- "short": ["di", "lu", "ma", "me", "je", "ve", "sa"],
11
- "wide": ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]
12
- },
13
- "numerals": "0123456789",
14
- "months": {
15
- "abbreviated": ["janv.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc."],
16
- "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
- "wide": [
18
- "janvier",
19
- "février",
20
- "mars",
21
- "avril",
22
- "mai",
23
- "juin",
24
- "juillet",
25
- "août",
26
- "septembre",
27
- "octobre",
28
- "novembre",
29
- "décembre"
30
- ]
31
- }
32
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": ".",
4
+ "unitOrder": "DD.MM.YYYY",
5
+ "weekStart": 1,
6
+ "placeholder": "DD.MM.YYYY",
7
+ "days": {
8
+ "abbreviated": ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."],
9
+ "narrow": ["D", "L", "M", "M", "J", "V", "S"],
10
+ "short": ["di", "lu", "ma", "me", "je", "ve", "sa"],
11
+ "wide": ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]
12
+ },
13
+ "numerals": "0123456789",
14
+ "months": {
15
+ "abbreviated": ["janv.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc."],
16
+ "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
+ "wide": [
18
+ "janvier",
19
+ "février",
20
+ "mars",
21
+ "avril",
22
+ "mai",
23
+ "juin",
24
+ "juillet",
25
+ "août",
26
+ "septembre",
27
+ "octobre",
28
+ "novembre",
29
+ "décembre"
30
+ ]
31
+ }
32
+ }
@@ -1,32 +1,32 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": "/",
4
- "unitOrder": "DD/MM/YYYY",
5
- "weekStart": 1,
6
- "placeholder": "DD/MM/YYYY",
7
- "days": {
8
- "abbreviated": ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."],
9
- "narrow": ["D", "L", "M", "M", "J", "V", "S"],
10
- "short": ["di", "lu", "ma", "me", "je", "ve", "sa"],
11
- "wide": ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]
12
- },
13
- "numerals": "0123456789",
14
- "months": {
15
- "abbreviated": ["janv.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc."],
16
- "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
- "wide": [
18
- "janvier",
19
- "février",
20
- "mars",
21
- "avril",
22
- "mai",
23
- "juin",
24
- "juillet",
25
- "août",
26
- "septembre",
27
- "octobre",
28
- "novembre",
29
- "décembre"
30
- ]
31
- }
32
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": "/",
4
+ "unitOrder": "DD/MM/YYYY",
5
+ "weekStart": 1,
6
+ "placeholder": "DD/MM/YYYY",
7
+ "days": {
8
+ "abbreviated": ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."],
9
+ "narrow": ["D", "L", "M", "M", "J", "V", "S"],
10
+ "short": ["di", "lu", "ma", "me", "je", "ve", "sa"],
11
+ "wide": ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"]
12
+ },
13
+ "numerals": "0123456789",
14
+ "months": {
15
+ "abbreviated": ["janv.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc."],
16
+ "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
17
+ "wide": [
18
+ "janvier",
19
+ "février",
20
+ "mars",
21
+ "avril",
22
+ "mai",
23
+ "juin",
24
+ "juillet",
25
+ "août",
26
+ "septembre",
27
+ "octobre",
28
+ "novembre",
29
+ "décembre"
30
+ ]
31
+ }
32
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "default-calendar": "gregorian",
3
- "separator": ".",
4
- "unitOrder": "DD.MM.YYYY",
5
- "weekStart": 7,
6
- "placeholder": "DD.MM.YYYY",
7
- "days": {
8
- "abbreviated": ["יום א׳", "יום ב׳", "יום ג׳", "יום ד׳", "יום ה׳", "יום ו׳", "שבת"],
9
- "narrow": ["א׳", "ב׳", "ג׳", "ד׳", "ה׳", "ו׳", "ש׳"],
10
- "short": ["א׳", "ב׳", "ג׳", "ד׳", "ה׳", "ו׳", "ש׳"],
11
- "wide": ["יום ראשון", "יום שני", "יום שלישי", "יום רביעי", "יום חמישי", "יום שישי", "יום שבת"]
12
- },
13
- "numerals": "0123456789",
14
- "months": {
15
- "abbreviated": ["ינו׳", "פבר׳", "מרץ", "אפר׳", "מאי", "יוני", "יולי", "אוג׳", "ספט׳", "אוק׳", "נוב׳", "דצמ׳"],
16
- "narrow": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
17
- "wide": ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"]
18
- }
19
- }
1
+ {
2
+ "default-calendar": "gregorian",
3
+ "separator": ".",
4
+ "unitOrder": "DD.MM.YYYY",
5
+ "weekStart": 7,
6
+ "placeholder": "DD.MM.YYYY",
7
+ "days": {
8
+ "abbreviated": ["יום א׳", "יום ב׳", "יום ג׳", "יום ד׳", "יום ה׳", "יום ו׳", "שבת"],
9
+ "narrow": ["א׳", "ב׳", "ג׳", "ד׳", "ה׳", "ו׳", "ש׳"],
10
+ "short": ["א׳", "ב׳", "ג׳", "ד׳", "ה׳", "ו׳", "ש׳"],
11
+ "wide": ["יום ראשון", "יום שני", "יום שלישי", "יום רביעי", "יום חמישי", "יום שישי", "יום שבת"]
12
+ },
13
+ "numerals": "0123456789",
14
+ "months": {
15
+ "abbreviated": ["ינו׳", "פבר׳", "מרץ", "אפר׳", "מאי", "יוני", "יולי", "אוג׳", "ספט׳", "אוק׳", "נוב׳", "דצמ׳"],
16
+ "narrow": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
17
+ "wide": ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"]
18
+ }
19
+ }