jqwidgets-ng 17.1.1 → 18.1.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.
Files changed (183) hide show
  1. package/ReleaseNotes.txt +125 -5
  2. package/jqwidgets/globalization/globalize.culture.cs-CZ.js +87 -87
  3. package/jqwidgets/globalization/globalize.culture.de-DE.js +83 -83
  4. package/jqwidgets/globalization/globalize.culture.en-CA.js +51 -51
  5. package/jqwidgets/globalization/globalize.culture.en-US.js +35 -35
  6. package/jqwidgets/globalization/globalize.culture.fr-FR.js +81 -81
  7. package/jqwidgets/globalization/globalize.culture.he-IL.js +99 -99
  8. package/jqwidgets/globalization/globalize.culture.hr-HR.js +83 -83
  9. package/jqwidgets/globalization/globalize.culture.hu-HU.js +82 -82
  10. package/jqwidgets/globalization/globalize.culture.it-IT.js +81 -81
  11. package/jqwidgets/globalization/globalize.culture.ja-JP.js +102 -102
  12. package/jqwidgets/globalization/globalize.culture.lt.js +85 -85
  13. package/jqwidgets/globalization/globalize.culture.ru-RU.js +84 -84
  14. package/jqwidgets/globalization/globalize.culture.sa-IN.js +73 -73
  15. package/jqwidgets/globalization/globalize.js +1591 -1591
  16. package/jqwidgets/jqxgantt.api.js +381 -381
  17. package/jqwidgets/jqxsplitlayout.js +6 -2445
  18. package/jqwidgets/styles/font/jqx-icons.svg +268 -268
  19. package/jqwidgets/styles/gantt/font/jqx-icons.svg +332 -332
  20. package/jqwidgets/styles/gantt/jqx.gantt.css +18667 -18667
  21. package/jqwidgets/styles/jqx.base.css +34 -34
  22. package/jqwidgets/styles/jqx.fluent.css +3563 -3563
  23. package/jqwidgets/styles/jqx.fluent_old.css +1262 -1262
  24. package/jqwidgets/styles/theme.css +293 -293
  25. package/package.json +3 -3
  26. package/schematics/cdk/schematics/collection.json +2 -1
  27. package/schematics/cdk/schematics/index.d.ts +2 -1
  28. package/schematics/cdk/schematics/index.js +4 -4
  29. package/schematics/cdk/schematics/index.mjs +4 -4
  30. package/schematics/cdk/schematics/migration.json +4 -39
  31. package/schematics/cdk/schematics/ng-add/index.js +1 -1
  32. package/schematics/cdk/schematics/ng-add/index.mjs +1 -1
  33. package/schematics/cdk/schematics/ng-generate/drag-drop/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.spec.ts.template +6 -10
  34. package/schematics/cdk/schematics/ng-generate/drag-drop/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +7 -5
  35. package/schematics/cdk/schematics/ng-generate/drag-drop/index.js +9 -15
  36. package/schematics/cdk/schematics/ng-generate/drag-drop/index.mjs +9 -15
  37. package/schematics/cdk/schematics/ng-generate/drag-drop/schema.json +7 -0
  38. package/schematics/cdk/schematics/ng-update/data/attribute-selectors.js +2 -13
  39. package/schematics/cdk/schematics/ng-update/data/attribute-selectors.mjs +2 -13
  40. package/schematics/cdk/schematics/ng-update/data/class-names.js +2 -32
  41. package/schematics/cdk/schematics/ng-update/data/class-names.mjs +2 -32
  42. package/schematics/cdk/schematics/ng-update/data/constructor-checks.d.ts +1 -1
  43. package/schematics/cdk/schematics/ng-update/data/constructor-checks.js +2 -59
  44. package/schematics/cdk/schematics/ng-update/data/constructor-checks.mjs +2 -59
  45. package/schematics/cdk/schematics/ng-update/data/css-selectors.js +2 -5
  46. package/schematics/cdk/schematics/ng-update/data/css-selectors.mjs +2 -5
  47. package/schematics/cdk/schematics/ng-update/data/element-selectors.js +2 -5
  48. package/schematics/cdk/schematics/ng-update/data/element-selectors.mjs +2 -5
  49. package/schematics/cdk/schematics/ng-update/data/input-names.js +2 -95
  50. package/schematics/cdk/schematics/ng-update/data/input-names.mjs +2 -95
  51. package/schematics/cdk/schematics/ng-update/data/method-call-checks.js +2 -47
  52. package/schematics/cdk/schematics/ng-update/data/method-call-checks.mjs +2 -47
  53. package/schematics/cdk/schematics/ng-update/data/output-names.js +2 -19
  54. package/schematics/cdk/schematics/ng-update/data/output-names.mjs +2 -19
  55. package/schematics/cdk/schematics/ng-update/data/property-names.js +2 -127
  56. package/schematics/cdk/schematics/ng-update/data/property-names.mjs +2 -127
  57. package/schematics/cdk/schematics/ng-update/devkit-file-system.js +10 -6
  58. package/schematics/cdk/schematics/ng-update/devkit-file-system.mjs +10 -6
  59. package/schematics/cdk/schematics/ng-update/devkit-migration-rule.d.ts +2 -2
  60. package/schematics/cdk/schematics/ng-update/devkit-migration-rule.js +6 -14
  61. package/schematics/cdk/schematics/ng-update/devkit-migration-rule.mjs +6 -14
  62. package/schematics/cdk/schematics/ng-update/devkit-migration.d.ts +5 -5
  63. package/schematics/cdk/schematics/ng-update/devkit-migration.js +1 -1
  64. package/schematics/cdk/schematics/ng-update/devkit-migration.mjs +1 -1
  65. package/schematics/cdk/schematics/ng-update/find-stylesheets.js +2 -2
  66. package/schematics/cdk/schematics/ng-update/find-stylesheets.mjs +2 -2
  67. package/schematics/cdk/schematics/ng-update/html-parsing/elements.d.ts +1 -2
  68. package/schematics/cdk/schematics/ng-update/html-parsing/elements.js +2 -3
  69. package/schematics/cdk/schematics/ng-update/html-parsing/elements.mjs +2 -3
  70. package/schematics/cdk/schematics/ng-update/index.d.ts +2 -16
  71. package/schematics/cdk/schematics/ng-update/index.js +7 -43
  72. package/schematics/cdk/schematics/ng-update/index.mjs +7 -43
  73. package/schematics/cdk/schematics/ng-update/migrations/attribute-selectors.js +5 -8
  74. package/schematics/cdk/schematics/ng-update/migrations/attribute-selectors.mjs +5 -8
  75. package/schematics/cdk/schematics/ng-update/migrations/class-inheritance.js +8 -11
  76. package/schematics/cdk/schematics/ng-update/migrations/class-inheritance.mjs +8 -11
  77. package/schematics/cdk/schematics/ng-update/migrations/class-names.js +12 -15
  78. package/schematics/cdk/schematics/ng-update/migrations/class-names.mjs +12 -15
  79. package/schematics/cdk/schematics/ng-update/migrations/constructor-signature.js +7 -10
  80. package/schematics/cdk/schematics/ng-update/migrations/constructor-signature.mjs +7 -10
  81. package/schematics/cdk/schematics/ng-update/migrations/css-selectors.js +5 -8
  82. package/schematics/cdk/schematics/ng-update/migrations/css-selectors.mjs +5 -8
  83. package/schematics/cdk/schematics/ng-update/migrations/element-selectors.js +5 -8
  84. package/schematics/cdk/schematics/ng-update/migrations/element-selectors.mjs +5 -8
  85. package/schematics/cdk/schematics/ng-update/migrations/input-names.js +5 -8
  86. package/schematics/cdk/schematics/ng-update/migrations/input-names.mjs +5 -8
  87. package/schematics/cdk/schematics/ng-update/migrations/method-call-arguments.js +5 -8
  88. package/schematics/cdk/schematics/ng-update/migrations/method-call-arguments.mjs +5 -8
  89. package/schematics/cdk/schematics/ng-update/migrations/misc-template.js +4 -20
  90. package/schematics/cdk/schematics/ng-update/migrations/misc-template.mjs +4 -20
  91. package/schematics/cdk/schematics/ng-update/migrations/output-names.js +5 -8
  92. package/schematics/cdk/schematics/ng-update/migrations/output-names.mjs +5 -8
  93. package/schematics/cdk/schematics/ng-update/migrations/property-names.js +5 -8
  94. package/schematics/cdk/schematics/ng-update/migrations/property-names.mjs +5 -8
  95. package/schematics/cdk/schematics/ng-update/migrations/symbol-removal.js +6 -10
  96. package/schematics/cdk/schematics/ng-update/migrations/symbol-removal.mjs +6 -10
  97. package/schematics/cdk/schematics/ng-update/public-api.d.ts +2 -0
  98. package/schematics/cdk/schematics/ng-update/public-api.js +3 -1
  99. package/schematics/cdk/schematics/ng-update/public-api.mjs +3 -1
  100. package/schematics/cdk/schematics/ng-update/upgrade-data.js +4 -1
  101. package/schematics/cdk/schematics/ng-update/upgrade-data.mjs +4 -1
  102. package/schematics/cdk/schematics/tsconfig.json +1 -0
  103. package/schematics/cdk/schematics/update-tool/component-resource-collector.d.ts +1 -0
  104. package/schematics/cdk/schematics/update-tool/component-resource-collector.js +34 -15
  105. package/schematics/cdk/schematics/update-tool/component-resource-collector.mjs +34 -15
  106. package/schematics/cdk/schematics/update-tool/file-system.d.ts +3 -3
  107. package/schematics/cdk/schematics/update-tool/file-system.js +1 -1
  108. package/schematics/cdk/schematics/update-tool/file-system.mjs +1 -1
  109. package/schematics/cdk/schematics/update-tool/index.d.ts +6 -2
  110. package/schematics/cdk/schematics/update-tool/index.js +27 -11
  111. package/schematics/cdk/schematics/update-tool/index.mjs +27 -11
  112. package/schematics/cdk/schematics/update-tool/migration.d.ts +13 -7
  113. package/schematics/cdk/schematics/update-tool/migration.js +14 -4
  114. package/schematics/cdk/schematics/update-tool/migration.mjs +14 -4
  115. package/schematics/cdk/schematics/update-tool/public-api.d.ts +1 -0
  116. package/schematics/cdk/schematics/update-tool/public-api.js +2 -1
  117. package/schematics/cdk/schematics/update-tool/public-api.mjs +2 -1
  118. package/schematics/cdk/schematics/update-tool/target-version.d.ts +1 -8
  119. package/schematics/cdk/schematics/update-tool/target-version.js +3 -10
  120. package/schematics/cdk/schematics/update-tool/target-version.mjs +3 -10
  121. package/schematics/cdk/schematics/update-tool/utils/decorators.d.ts +1 -1
  122. package/schematics/cdk/schematics/update-tool/utils/diagnostics.d.ts +11 -0
  123. package/schematics/cdk/schematics/update-tool/utils/diagnostics.js +19 -0
  124. package/schematics/cdk/schematics/update-tool/utils/diagnostics.mjs +19 -0
  125. package/schematics/cdk/schematics/update-tool/utils/parse-tsconfig.d.ts +8 -0
  126. package/schematics/cdk/schematics/update-tool/utils/parse-tsconfig.js +30 -4
  127. package/schematics/cdk/schematics/update-tool/utils/parse-tsconfig.mjs +30 -4
  128. package/schematics/cdk/schematics/update-tool/utils/property-name.d.ts +1 -1
  129. package/schematics/cdk/schematics/update-tool/utils/virtual-host.d.ts +2 -0
  130. package/schematics/cdk/schematics/update-tool/utils/virtual-host.js +13 -3
  131. package/schematics/cdk/schematics/update-tool/utils/virtual-host.mjs +13 -3
  132. package/schematics/cdk/schematics/update-tool/version-changes.d.ts +3 -3
  133. package/schematics/cdk/schematics/utils/ast.d.ts +2 -2
  134. package/schematics/cdk/schematics/utils/ast.js +15 -25
  135. package/schematics/cdk/schematics/utils/ast.mjs +15 -25
  136. package/schematics/cdk/schematics/utils/build-component.js +22 -27
  137. package/schematics/cdk/schematics/utils/build-component.mjs +22 -27
  138. package/schematics/cdk/schematics/utils/get-project.d.ts +2 -2
  139. package/schematics/cdk/schematics/utils/get-project.js +7 -2
  140. package/schematics/cdk/schematics/utils/get-project.mjs +7 -2
  141. package/schematics/cdk/schematics/utils/html-manipulation.d.ts +1 -1
  142. package/schematics/cdk/schematics/utils/html-manipulation.js +2 -2
  143. package/schematics/cdk/schematics/utils/html-manipulation.mjs +2 -2
  144. package/schematics/cdk/schematics/utils/index.d.ts +1 -0
  145. package/schematics/cdk/schematics/utils/index.js +2 -1
  146. package/schematics/cdk/schematics/utils/index.mjs +2 -1
  147. package/schematics/cdk/schematics/utils/parse5-element.d.ts +3 -1
  148. package/schematics/cdk/schematics/utils/parse5-element.js +1 -1
  149. package/schematics/cdk/schematics/utils/parse5-element.mjs +1 -1
  150. package/schematics/cdk/schematics/utils/project-index-file.d.ts +2 -3
  151. package/schematics/cdk/schematics/utils/project-index-file.js +4 -4
  152. package/schematics/cdk/schematics/utils/project-index-file.mjs +4 -4
  153. package/schematics/cdk/schematics/utils/project-main-file.d.ts +2 -3
  154. package/schematics/cdk/schematics/utils/project-main-file.js +6 -3
  155. package/schematics/cdk/schematics/utils/project-main-file.mjs +6 -3
  156. package/schematics/cdk/schematics/utils/project-style-file.d.ts +2 -2
  157. package/schematics/cdk/schematics/utils/project-style-file.js +4 -3
  158. package/schematics/cdk/schematics/utils/project-style-file.mjs +4 -3
  159. package/schematics/cdk/schematics/utils/project-targets.d.ts +6 -10
  160. package/schematics/cdk/schematics/utils/project-targets.js +18 -13
  161. package/schematics/cdk/schematics/utils/project-targets.mjs +18 -13
  162. package/schematics/cdk/schematics/utils/project-tsconfig-paths.d.ts +3 -3
  163. package/schematics/cdk/schematics/utils/project-tsconfig-paths.js +14 -29
  164. package/schematics/cdk/schematics/utils/project-tsconfig-paths.mjs +14 -29
  165. package/schematics/cdk/schematics/utils/schematic-options.d.ts +5 -2
  166. package/schematics/cdk/schematics/utils/schematic-options.js +25 -5
  167. package/schematics/cdk/schematics/utils/schematic-options.mjs +25 -5
  168. package/schematics/fonts/material-fonts.js +8 -19
  169. package/schematics/fonts/material-fonts.mjs +35 -0
  170. package/schematics/ng-add/schema.json +1 -0
  171. package/schematics/theming/create-custom-theme.d.ts +9 -2
  172. package/schematics/theming/create-custom-theme.js +51 -11
  173. package/schematics/theming/create-custom-theme.mjs +51 -0
  174. package/schematics/theming/theming.d.ts +13 -6
  175. package/schematics/theming/theming.js +167 -179
  176. package/schematics/theming/theming.mjs +152 -0
  177. package/schematics/theming/theming2.js +179 -0
  178. package/schematics/cdk/schematics/ng-update/migrations/tilde-import-v13/tilde-import-migration.d.ts +0 -14
  179. package/schematics/cdk/schematics/ng-update/migrations/tilde-import-v13/tilde-import-migration.js +0 -39
  180. package/schematics/cdk/schematics/ng-update/migrations/tilde-import-v13/tilde-import-migration.mjs +0 -39
  181. package/schematics/cdk/schematics/utils/vendored-ast-utils/index.d.ts +0 -70
  182. package/schematics/cdk/schematics/utils/vendored-ast-utils/index.js +0 -480
  183. package/schematics/cdk/schematics/utils/vendored-ast-utils/index.mjs +0 -480
@@ -1,82 +1,82 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /*
4
- * Globalize Culture hu-HU
5
- *
6
- * http://github.com/jquery/globalize
7
- *
8
- * Copyright Software Freedom Conservancy, Inc.
9
- * Dual licensed under the MIT or GPL Version 2 licenses.
10
- * http://jquery.org/license
11
- *
12
- * This file was generated by the Globalize Culture Generator
13
- * Translation: bugs found in this file need to be fixed in the generator
14
- */
15
-
16
- (function( window, undefined ) {
17
-
18
- var Globalize;
19
-
20
- if ( typeof require !== "undefined" &&
21
- typeof exports !== "undefined" &&
22
- typeof module !== "undefined" ) {
23
- // Assume CommonJS
24
- Globalize = require( "globalize" );
25
- } else {
26
- // Global variable
27
- Globalize = window.Globalize;
28
- }
29
-
30
- Globalize.addCultureInfo( "hu-HU", "default", {
31
- name: "hu-HU",
32
- englishName: "Hungarian (Hungary)",
33
- nativeName: "magyar (Magyarország)",
34
- language: "hu",
35
- numberFormat: {
36
- ",": " ",
37
- ".": ",",
38
- "NaN": "nem szám",
39
- negativeInfinity: "negatív végtelen",
40
- positiveInfinity: "végtelen",
41
- percent: {
42
- ",": " ",
43
- ".": ","
44
- },
45
- currency: {
46
- pattern: ["-n $","n $"],
47
- ",": " ",
48
- ".": ",",
49
- symbol: "Ft"
50
- }
51
- },
52
- calendars: {
53
- standard: {
54
- "/": ".",
55
- firstDay: 1,
56
- days: {
57
- names: ["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],
58
- namesAbbr: ["V","H","K","Sze","Cs","P","Szo"],
59
- namesShort: ["V","H","K","Sze","Cs","P","Szo"]
60
- },
61
- months: {
62
- names: ["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december",""],
63
- namesAbbr: ["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec.",""]
64
- },
65
- AM: ["de.","de.","DE."],
66
- PM: ["du.","du.","DU."],
67
- eras: [{"name":"i.sz.","start":null,"offset":0}],
68
- patterns: {
69
- d: "yyyy.MM.dd.",
70
- D: "yyyy. MMMM d.",
71
- t: "H:mm",
72
- T: "H:mm:ss",
73
- f: "yyyy. MMMM d. H:mm",
74
- F: "yyyy. MMMM d. H:mm:ss",
75
- M: "MMMM d.",
76
- Y: "yyyy. MMMM"
77
- }
78
- }
79
- }
80
- });
81
-
82
- }( this ));
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /*
4
+ * Globalize Culture hu-HU
5
+ *
6
+ * http://github.com/jquery/globalize
7
+ *
8
+ * Copyright Software Freedom Conservancy, Inc.
9
+ * Dual licensed under the MIT or GPL Version 2 licenses.
10
+ * http://jquery.org/license
11
+ *
12
+ * This file was generated by the Globalize Culture Generator
13
+ * Translation: bugs found in this file need to be fixed in the generator
14
+ */
15
+
16
+ (function( window, undefined ) {
17
+
18
+ var Globalize;
19
+
20
+ if ( typeof require !== "undefined" &&
21
+ typeof exports !== "undefined" &&
22
+ typeof module !== "undefined" ) {
23
+ // Assume CommonJS
24
+ Globalize = require( "globalize" );
25
+ } else {
26
+ // Global variable
27
+ Globalize = window.Globalize;
28
+ }
29
+
30
+ Globalize.addCultureInfo( "hu-HU", "default", {
31
+ name: "hu-HU",
32
+ englishName: "Hungarian (Hungary)",
33
+ nativeName: "magyar (Magyarország)",
34
+ language: "hu",
35
+ numberFormat: {
36
+ ",": " ",
37
+ ".": ",",
38
+ "NaN": "nem szám",
39
+ negativeInfinity: "negatív végtelen",
40
+ positiveInfinity: "végtelen",
41
+ percent: {
42
+ ",": " ",
43
+ ".": ","
44
+ },
45
+ currency: {
46
+ pattern: ["-n $","n $"],
47
+ ",": " ",
48
+ ".": ",",
49
+ symbol: "Ft"
50
+ }
51
+ },
52
+ calendars: {
53
+ standard: {
54
+ "/": ".",
55
+ firstDay: 1,
56
+ days: {
57
+ names: ["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],
58
+ namesAbbr: ["V","H","K","Sze","Cs","P","Szo"],
59
+ namesShort: ["V","H","K","Sze","Cs","P","Szo"]
60
+ },
61
+ months: {
62
+ names: ["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december",""],
63
+ namesAbbr: ["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec.",""]
64
+ },
65
+ AM: ["de.","de.","DE."],
66
+ PM: ["du.","du.","DU."],
67
+ eras: [{"name":"i.sz.","start":null,"offset":0}],
68
+ patterns: {
69
+ d: "yyyy.MM.dd.",
70
+ D: "yyyy. MMMM d.",
71
+ t: "H:mm",
72
+ T: "H:mm:ss",
73
+ f: "yyyy. MMMM d. H:mm",
74
+ F: "yyyy. MMMM d. H:mm:ss",
75
+ M: "MMMM d.",
76
+ Y: "yyyy. MMMM"
77
+ }
78
+ }
79
+ }
80
+ });
81
+
82
+ }( this ));
@@ -1,82 +1,82 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /*
4
- * Globalize Culture it-IT
5
- *
6
- * http://github.com/jquery/globalize
7
- *
8
- * Copyright Software Freedom Conservancy, Inc.
9
- * Dual licensed under the MIT or GPL Version 2 licenses.
10
- * http://jquery.org/license
11
- *
12
- * This file was generated by the Globalize Culture Generator
13
- * Translation: bugs found in this file need to be fixed in the generator
14
- */
15
-
16
- (function( window, undefined ) {
17
-
18
- var Globalize;
19
-
20
- if ( typeof require !== "undefined" &&
21
- typeof exports !== "undefined" &&
22
- typeof module !== "undefined" ) {
23
- // Assume CommonJS
24
- Globalize = require( "globalize" );
25
- } else {
26
- // Global variable
27
- Globalize = window.Globalize;
28
- }
29
-
30
- Globalize.addCultureInfo( "it-IT", "default", {
31
- name: "it-IT",
32
- englishName: "Italian (Italy)",
33
- nativeName: "italiano (Italia)",
34
- language: "it",
35
- numberFormat: {
36
- ",": ".",
37
- ".": ",",
38
- "NaN": "Non un numero reale",
39
- negativeInfinity: "-Infinito",
40
- positiveInfinity: "+Infinito",
41
- percent: {
42
- pattern: ["-n%","n%"],
43
- ",": ".",
44
- ".": ","
45
- },
46
- currency: {
47
- pattern: ["-$ n","$ n"],
48
- ",": ".",
49
- ".": ",",
50
- symbol: "€"
51
- }
52
- },
53
- calendars: {
54
- standard: {
55
- firstDay: 1,
56
- days: {
57
- names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
58
- namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
59
- namesShort: ["do","lu","ma","me","gi","ve","sa"]
60
- },
61
- months: {
62
- names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
63
- namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
64
- },
65
- AM: null,
66
- PM: null,
67
- eras: [{"name":"d.C.","start":null,"offset":0}],
68
- patterns: {
69
- d: "dd/MM/yyyy",
70
- D: "dddd d MMMM yyyy",
71
- t: "HH:mm",
72
- T: "HH:mm:ss",
73
- f: "dddd d MMMM yyyy HH:mm",
74
- F: "dddd d MMMM yyyy HH:mm:ss",
75
- M: "dd MMMM",
76
- Y: "MMMM yyyy"
77
- }
78
- }
79
- }
80
- });
81
-
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /*
4
+ * Globalize Culture it-IT
5
+ *
6
+ * http://github.com/jquery/globalize
7
+ *
8
+ * Copyright Software Freedom Conservancy, Inc.
9
+ * Dual licensed under the MIT or GPL Version 2 licenses.
10
+ * http://jquery.org/license
11
+ *
12
+ * This file was generated by the Globalize Culture Generator
13
+ * Translation: bugs found in this file need to be fixed in the generator
14
+ */
15
+
16
+ (function( window, undefined ) {
17
+
18
+ var Globalize;
19
+
20
+ if ( typeof require !== "undefined" &&
21
+ typeof exports !== "undefined" &&
22
+ typeof module !== "undefined" ) {
23
+ // Assume CommonJS
24
+ Globalize = require( "globalize" );
25
+ } else {
26
+ // Global variable
27
+ Globalize = window.Globalize;
28
+ }
29
+
30
+ Globalize.addCultureInfo( "it-IT", "default", {
31
+ name: "it-IT",
32
+ englishName: "Italian (Italy)",
33
+ nativeName: "italiano (Italia)",
34
+ language: "it",
35
+ numberFormat: {
36
+ ",": ".",
37
+ ".": ",",
38
+ "NaN": "Non un numero reale",
39
+ negativeInfinity: "-Infinito",
40
+ positiveInfinity: "+Infinito",
41
+ percent: {
42
+ pattern: ["-n%","n%"],
43
+ ",": ".",
44
+ ".": ","
45
+ },
46
+ currency: {
47
+ pattern: ["-$ n","$ n"],
48
+ ",": ".",
49
+ ".": ",",
50
+ symbol: "€"
51
+ }
52
+ },
53
+ calendars: {
54
+ standard: {
55
+ firstDay: 1,
56
+ days: {
57
+ names: ["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],
58
+ namesAbbr: ["dom","lun","mar","mer","gio","ven","sab"],
59
+ namesShort: ["do","lu","ma","me","gi","ve","sa"]
60
+ },
61
+ months: {
62
+ names: ["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre",""],
63
+ namesAbbr: ["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic",""]
64
+ },
65
+ AM: null,
66
+ PM: null,
67
+ eras: [{"name":"d.C.","start":null,"offset":0}],
68
+ patterns: {
69
+ d: "dd/MM/yyyy",
70
+ D: "dddd d MMMM yyyy",
71
+ t: "HH:mm",
72
+ T: "HH:mm:ss",
73
+ f: "dddd d MMMM yyyy HH:mm",
74
+ F: "dddd d MMMM yyyy HH:mm:ss",
75
+ M: "dd MMMM",
76
+ Y: "MMMM yyyy"
77
+ }
78
+ }
79
+ }
80
+ });
81
+
82
82
  }( this ));
@@ -1,102 +1,102 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /*
4
- * Globalize Culture ja-JP
5
- *
6
- * http://github.com/jquery/globalize
7
- *
8
- * Copyright Software Freedom Conservancy, Inc.
9
- * Dual licensed under the MIT or GPL Version 2 licenses.
10
- * http://jquery.org/license
11
- *
12
- * This file was generated by the Globalize Culture Generator
13
- * Translation: bugs found in this file need to be fixed in the generator
14
- */
15
-
16
- (function( window, undefined ) {
17
-
18
- var Globalize;
19
-
20
- if ( typeof require !== "undefined" &&
21
- typeof exports !== "undefined" &&
22
- typeof module !== "undefined" ) {
23
- // Assume CommonJS
24
- Globalize = require( "globalize" );
25
- } else {
26
- // Global variable
27
- Globalize = window.Globalize;
28
- }
29
-
30
- Globalize.addCultureInfo( "ja-JP", "default", {
31
- name: "ja-JP",
32
- englishName: "Japanese (Japan)",
33
- nativeName: "日本語 (日本)",
34
- language: "ja",
35
- numberFormat: {
36
- "NaN": "NaN (非数値)",
37
- negativeInfinity: "-∞",
38
- positiveInfinity: "+∞",
39
- percent: {
40
- pattern: ["-n%","n%"]
41
- },
42
- currency: {
43
- pattern: ["-$n","$n"],
44
- decimals: 0,
45
- symbol: "¥"
46
- }
47
- },
48
- calendars: {
49
- standard: {
50
- days: {
51
- names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
52
- namesAbbr: ["日","月","火","水","木","金","土"],
53
- namesShort: ["日","月","火","水","木","金","土"]
54
- },
55
- months: {
56
- names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
57
- namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
58
- },
59
- AM: ["午前","午前","午前"],
60
- PM: ["午後","午後","午後"],
61
- eras: [{"name":"西暦","start":null,"offset":0}],
62
- patterns: {
63
- d: "yyyy/MM/dd",
64
- D: "yyyy'年'M'月'd'日'",
65
- t: "H:mm",
66
- T: "H:mm:ss",
67
- f: "yyyy'年'M'月'd'日' H:mm",
68
- F: "yyyy'年'M'月'd'日' H:mm:ss",
69
- M: "M'月'd'日'",
70
- Y: "yyyy'年'M'月'"
71
- }
72
- },
73
- Japanese: {
74
- name: "Japanese",
75
- days: {
76
- names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
77
- namesAbbr: ["日","月","火","水","木","金","土"],
78
- namesShort: ["日","月","火","水","木","金","土"]
79
- },
80
- months: {
81
- names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
82
- namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
83
- },
84
- AM: ["午前","午前","午前"],
85
- PM: ["午後","午後","午後"],
86
- eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}],
87
- twoDigitYearMax: 99,
88
- patterns: {
89
- d: "gg y/M/d",
90
- D: "gg y'年'M'月'd'日'",
91
- t: "H:mm",
92
- T: "H:mm:ss",
93
- f: "gg y'年'M'月'd'日' H:mm",
94
- F: "gg y'年'M'月'd'日' H:mm:ss",
95
- M: "M'月'd'日'",
96
- Y: "gg y'年'M'月'"
97
- }
98
- }
99
- }
100
- });
101
-
102
- }( this ));
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /*
4
+ * Globalize Culture ja-JP
5
+ *
6
+ * http://github.com/jquery/globalize
7
+ *
8
+ * Copyright Software Freedom Conservancy, Inc.
9
+ * Dual licensed under the MIT or GPL Version 2 licenses.
10
+ * http://jquery.org/license
11
+ *
12
+ * This file was generated by the Globalize Culture Generator
13
+ * Translation: bugs found in this file need to be fixed in the generator
14
+ */
15
+
16
+ (function( window, undefined ) {
17
+
18
+ var Globalize;
19
+
20
+ if ( typeof require !== "undefined" &&
21
+ typeof exports !== "undefined" &&
22
+ typeof module !== "undefined" ) {
23
+ // Assume CommonJS
24
+ Globalize = require( "globalize" );
25
+ } else {
26
+ // Global variable
27
+ Globalize = window.Globalize;
28
+ }
29
+
30
+ Globalize.addCultureInfo( "ja-JP", "default", {
31
+ name: "ja-JP",
32
+ englishName: "Japanese (Japan)",
33
+ nativeName: "日本語 (日本)",
34
+ language: "ja",
35
+ numberFormat: {
36
+ "NaN": "NaN (非数値)",
37
+ negativeInfinity: "-∞",
38
+ positiveInfinity: "+∞",
39
+ percent: {
40
+ pattern: ["-n%","n%"]
41
+ },
42
+ currency: {
43
+ pattern: ["-$n","$n"],
44
+ decimals: 0,
45
+ symbol: "¥"
46
+ }
47
+ },
48
+ calendars: {
49
+ standard: {
50
+ days: {
51
+ names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
52
+ namesAbbr: ["日","月","火","水","木","金","土"],
53
+ namesShort: ["日","月","火","水","木","金","土"]
54
+ },
55
+ months: {
56
+ names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
57
+ namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
58
+ },
59
+ AM: ["午前","午前","午前"],
60
+ PM: ["午後","午後","午後"],
61
+ eras: [{"name":"西暦","start":null,"offset":0}],
62
+ patterns: {
63
+ d: "yyyy/MM/dd",
64
+ D: "yyyy'年'M'月'd'日'",
65
+ t: "H:mm",
66
+ T: "H:mm:ss",
67
+ f: "yyyy'年'M'月'd'日' H:mm",
68
+ F: "yyyy'年'M'月'd'日' H:mm:ss",
69
+ M: "M'月'd'日'",
70
+ Y: "yyyy'年'M'月'"
71
+ }
72
+ },
73
+ Japanese: {
74
+ name: "Japanese",
75
+ days: {
76
+ names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],
77
+ namesAbbr: ["日","月","火","水","木","金","土"],
78
+ namesShort: ["日","月","火","水","木","金","土"]
79
+ },
80
+ months: {
81
+ names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""],
82
+ namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
83
+ },
84
+ AM: ["午前","午前","午前"],
85
+ PM: ["午後","午後","午後"],
86
+ eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}],
87
+ twoDigitYearMax: 99,
88
+ patterns: {
89
+ d: "gg y/M/d",
90
+ D: "gg y'年'M'月'd'日'",
91
+ t: "H:mm",
92
+ T: "H:mm:ss",
93
+ f: "gg y'年'M'月'd'日' H:mm",
94
+ F: "gg y'年'M'月'd'日' H:mm:ss",
95
+ M: "M'月'd'日'",
96
+ Y: "gg y'年'M'月'"
97
+ }
98
+ }
99
+ }
100
+ });
101
+
102
+ }( this ));