angular-slickgrid 4.2.0 → 4.2.1

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 (232) hide show
  1. package/{dist/angular-slickgrid.d.ts → angular-slickgrid.d.ts} +0 -0
  2. package/{dist/app → app}/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +0 -0
  3. package/{dist/app → app}/modules/angular-slickgrid/constants.d.ts +0 -0
  4. package/{dist/app → app}/modules/angular-slickgrid/extensions/index.d.ts +0 -0
  5. package/{dist/app → app}/modules/angular-slickgrid/extensions/slickRowDetailView.d.ts +0 -0
  6. package/{dist/app → app}/modules/angular-slickgrid/global-grid-options.d.ts +0 -0
  7. package/{dist/app → app}/modules/angular-slickgrid/index.d.ts +0 -0
  8. package/{dist/app → app}/modules/angular-slickgrid/models/angularComponentOutput.interface.d.ts +0 -0
  9. package/{dist/app → app}/modules/angular-slickgrid/models/angularGridInstance.interface.d.ts +0 -0
  10. package/{dist/app → app}/modules/angular-slickgrid/models/externalTestingDependencies.interface.d.ts +0 -0
  11. package/{dist/app → app}/modules/angular-slickgrid/models/gridOption.interface.d.ts +0 -0
  12. package/{dist/app → app}/modules/angular-slickgrid/models/index.d.ts +0 -0
  13. package/{dist/app → app}/modules/angular-slickgrid/models/rowDetailView.interface.d.ts +0 -0
  14. package/{dist/app → app}/modules/angular-slickgrid/models/slickGrid.interface.d.ts +0 -0
  15. package/{dist/app → app}/modules/angular-slickgrid/modules/angular-slickgrid.module.d.ts +0 -0
  16. package/{dist/app → app}/modules/angular-slickgrid/services/angularUtil.service.d.ts +0 -0
  17. package/{dist/app → app}/modules/angular-slickgrid/services/bsDropdown.service.d.ts +0 -0
  18. package/{dist/app → app}/modules/angular-slickgrid/services/container.service.d.ts +0 -0
  19. package/{dist/app → app}/modules/angular-slickgrid/services/index.d.ts +0 -0
  20. package/{dist/app → app}/modules/angular-slickgrid/services/translater.service.d.ts +0 -0
  21. package/{dist/app → app}/modules/angular-slickgrid/services/utilities.d.ts +0 -0
  22. package/{dist/app → app}/modules/angular-slickgrid/slickgrid-config.d.ts +0 -0
  23. package/docs/assets/lib/multiple-select/README.md +17 -0
  24. package/{dist/esm2020 → esm2020}/angular-slickgrid.mjs +0 -0
  25. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +0 -0
  26. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/constants.mjs +0 -0
  27. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/extensions/index.mjs +0 -0
  28. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +0 -0
  29. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/global-grid-options.mjs +0 -0
  30. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/index.mjs +0 -0
  31. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +0 -0
  32. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +0 -0
  33. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +0 -0
  34. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/gridOption.interface.mjs +0 -0
  35. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/index.mjs +0 -0
  36. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +0 -0
  37. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +0 -0
  38. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +0 -0
  39. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/angularUtil.service.mjs +0 -0
  40. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/bsDropdown.service.mjs +0 -0
  41. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/container.service.mjs +0 -0
  42. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/index.mjs +0 -0
  43. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/translater.service.mjs +0 -0
  44. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/services/utilities.mjs +0 -0
  45. package/{dist/esm2020 → esm2020}/app/modules/angular-slickgrid/slickgrid-config.mjs +0 -0
  46. package/{dist/esm2020 → esm2020}/public_api.mjs +0 -0
  47. package/{dist/fesm2015 → fesm2015}/angular-slickgrid.mjs +0 -0
  48. package/{dist/fesm2015 → fesm2015}/angular-slickgrid.mjs.map +0 -0
  49. package/{dist/fesm2020 → fesm2020}/angular-slickgrid.mjs +0 -0
  50. package/{dist/fesm2020 → fesm2020}/angular-slickgrid.mjs.map +0 -0
  51. package/{dist/i18n → i18n}/en.json +0 -0
  52. package/{dist/i18n → i18n}/fr.json +0 -0
  53. package/package.json +25 -110
  54. package/{dist/public_api.d.ts → public_api.d.ts} +0 -0
  55. package/.browserslistrc +0 -12
  56. package/.codecov.yml +0 -17
  57. package/.editorconfig +0 -18
  58. package/.eslintrc.json +0 -50
  59. package/.github/CODE_OF_CONDUCT.md +0 -76
  60. package/.github/FUNDING.yml +0 -8
  61. package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -54
  62. package/.github/ISSUE_TEMPLATE/config.yml +0 -5
  63. package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -44
  64. package/.github/renovate.json5 +0 -26
  65. package/.github/stale.yml +0 -7
  66. package/.github/workflows/main.yml +0 -83
  67. package/.vscode/extensions.json +0 -9
  68. package/.vscode/launch.json +0 -72
  69. package/.vscode/settings.json +0 -7
  70. package/.vscode/tasks.json +0 -77
  71. package/CHANGELOG.md +0 -1172
  72. package/angular.json +0 -148
  73. package/dist/LICENSE +0 -20
  74. package/dist/README.md +0 -182
  75. package/dist/package.json +0 -79
  76. package/global.d.ts +0 -1
  77. package/ngcc.config.js +0 -13
  78. package/screenshots/column-picker.png +0 -0
  79. package/screenshots/composite-editor.png +0 -0
  80. package/screenshots/draggable-grouping.png +0 -0
  81. package/screenshots/editors.png +0 -0
  82. package/screenshots/export-to-file.png +0 -0
  83. package/screenshots/filter_and_sort.png +0 -0
  84. package/screenshots/formatters.png +0 -0
  85. package/screenshots/frozen.png +0 -0
  86. package/screenshots/multipleSelectFilter.png +0 -0
  87. package/screenshots/pagination.png +0 -0
  88. package/screenshots/selectFilter.png +0 -0
  89. package/screenshots/singleFilter.png +0 -0
  90. package/src/app/app-routing.module.ts +0 -83
  91. package/src/app/app.component.html +0 -160
  92. package/src/app/app.component.scss +0 -65
  93. package/src/app/app.component.ts +0 -10
  94. package/src/app/app.module.ts +0 -175
  95. package/src/app/examples/custom-angularComponentEditor.ts +0 -184
  96. package/src/app/examples/custom-angularComponentFilter.ts +0 -126
  97. package/src/app/examples/custom-inputEditor.ts +0 -124
  98. package/src/app/examples/custom-inputFilter.ts +0 -142
  99. package/src/app/examples/custom-titleFormatter.component.ts +0 -8
  100. package/src/app/examples/editor-ng-select.component.ts +0 -37
  101. package/src/app/examples/filter-ng-select.component.ts +0 -32
  102. package/src/app/examples/grid-additem.component.html +0 -48
  103. package/src/app/examples/grid-additem.component.ts +0 -272
  104. package/src/app/examples/grid-angular.component.html +0 -79
  105. package/src/app/examples/grid-angular.component.scss +0 -28
  106. package/src/app/examples/grid-angular.component.ts +0 -370
  107. package/src/app/examples/grid-autoheight.component.html +0 -52
  108. package/src/app/examples/grid-autoheight.component.ts +0 -147
  109. package/src/app/examples/grid-basic.component.html +0 -29
  110. package/src/app/examples/grid-basic.component.ts +0 -82
  111. package/src/app/examples/grid-clientside.component.html +0 -51
  112. package/src/app/examples/grid-clientside.component.ts +0 -293
  113. package/src/app/examples/grid-colspan.component.html +0 -39
  114. package/src/app/examples/grid-colspan.component.scss +0 -11
  115. package/src/app/examples/grid-colspan.component.ts +0 -155
  116. package/src/app/examples/grid-composite-editor.component.html +0 -79
  117. package/src/app/examples/grid-composite-editor.component.scss +0 -19
  118. package/src/app/examples/grid-composite-editor.component.ts +0 -948
  119. package/src/app/examples/grid-contextmenu.component.html +0 -62
  120. package/src/app/examples/grid-contextmenu.component.scss +0 -44
  121. package/src/app/examples/grid-contextmenu.component.ts +0 -473
  122. package/src/app/examples/grid-custom-tooltip.component.html +0 -25
  123. package/src/app/examples/grid-custom-tooltip.component.scss +0 -77
  124. package/src/app/examples/grid-custom-tooltip.component.ts +0 -483
  125. package/src/app/examples/grid-draggrouping.component.html +0 -93
  126. package/src/app/examples/grid-draggrouping.component.ts +0 -397
  127. package/src/app/examples/grid-editor.component.html +0 -88
  128. package/src/app/examples/grid-editor.component.ts +0 -699
  129. package/src/app/examples/grid-formatter.component.html +0 -26
  130. package/src/app/examples/grid-formatter.component.ts +0 -162
  131. package/src/app/examples/grid-frozen.component.html +0 -65
  132. package/src/app/examples/grid-frozen.component.scss +0 -11
  133. package/src/app/examples/grid-frozen.component.ts +0 -303
  134. package/src/app/examples/grid-graphql-nopage.component.html +0 -33
  135. package/src/app/examples/grid-graphql-nopage.component.scss +0 -9
  136. package/src/app/examples/grid-graphql-nopage.component.ts +0 -242
  137. package/src/app/examples/grid-graphql.component.html +0 -87
  138. package/src/app/examples/grid-graphql.component.ts +0 -304
  139. package/src/app/examples/grid-grouping.component.html +0 -80
  140. package/src/app/examples/grid-grouping.component.ts +0 -313
  141. package/src/app/examples/grid-headerbutton.component.html +0 -31
  142. package/src/app/examples/grid-headerbutton.component.scss +0 -10
  143. package/src/app/examples/grid-headerbutton.component.ts +0 -233
  144. package/src/app/examples/grid-headermenu.component.html +0 -31
  145. package/src/app/examples/grid-headermenu.component.scss +0 -25
  146. package/src/app/examples/grid-headermenu.component.ts +0 -159
  147. package/src/app/examples/grid-localization.component.html +0 -54
  148. package/src/app/examples/grid-localization.component.ts +0 -293
  149. package/src/app/examples/grid-menu.component.html +0 -37
  150. package/src/app/examples/grid-menu.component.scss +0 -28
  151. package/src/app/examples/grid-menu.component.ts +0 -229
  152. package/src/app/examples/grid-odata.component.html +0 -116
  153. package/src/app/examples/grid-odata.component.ts +0 -441
  154. package/src/app/examples/grid-range.component.html +0 -74
  155. package/src/app/examples/grid-range.component.ts +0 -291
  156. package/src/app/examples/grid-remote.component.html +0 -37
  157. package/src/app/examples/grid-remote.component.ts +0 -153
  158. package/src/app/examples/grid-resize-by-content.component.html +0 -62
  159. package/src/app/examples/grid-resize-by-content.component.scss +0 -19
  160. package/src/app/examples/grid-resize-by-content.component.ts +0 -780
  161. package/src/app/examples/grid-rowdetail.component.html +0 -35
  162. package/src/app/examples/grid-rowdetail.component.ts +0 -205
  163. package/src/app/examples/grid-rowmove.component.html +0 -49
  164. package/src/app/examples/grid-rowmove.component.ts +0 -234
  165. package/src/app/examples/grid-rowselection.component.html +0 -76
  166. package/src/app/examples/grid-rowselection.component.ts +0 -267
  167. package/src/app/examples/grid-state.component.html +0 -36
  168. package/src/app/examples/grid-state.component.ts +0 -259
  169. package/src/app/examples/grid-tabs.component.html +0 -35
  170. package/src/app/examples/grid-tabs.component.ts +0 -115
  171. package/src/app/examples/grid-trading.component.html +0 -58
  172. package/src/app/examples/grid-trading.component.scss +0 -49
  173. package/src/app/examples/grid-trading.component.ts +0 -319
  174. package/src/app/examples/grid-tree-data-hierarchical.component.html +0 -79
  175. package/src/app/examples/grid-tree-data-hierarchical.component.scss +0 -47
  176. package/src/app/examples/grid-tree-data-hierarchical.component.ts +0 -311
  177. package/src/app/examples/grid-tree-data-parent-child.component.html +0 -108
  178. package/src/app/examples/grid-tree-data-parent-child.component.scss +0 -10
  179. package/src/app/examples/grid-tree-data-parent-child.component.ts +0 -351
  180. package/src/app/examples/home.component.html +0 -41
  181. package/src/app/examples/home.component.ts +0 -9
  182. package/src/app/examples/rowdetail-preload.component.ts +0 -10
  183. package/src/app/examples/rowdetail-view.component.html +0 -36
  184. package/src/app/examples/rowdetail-view.component.ts +0 -54
  185. package/src/app/examples/swt-common-grid-pagination.component.ts +0 -156
  186. package/src/app/examples/swt-common-grid-test.component.html +0 -30
  187. package/src/app/examples/swt-common-grid-test.component.ts +0 -219
  188. package/src/app/examples/swt-common-grid.component.ts +0 -436
  189. package/src/app/examples/swt-logger.service.ts +0 -165
  190. package/src/app/modules/angular-slickgrid/components/angular-slickgrid.component.html +0 -4
  191. package/src/app/modules/angular-slickgrid/components/angular-slickgrid.component.ts +0 -1395
  192. package/src/app/modules/angular-slickgrid/constants.ts +0 -97
  193. package/src/app/modules/angular-slickgrid/extensions/index.ts +0 -1
  194. package/src/app/modules/angular-slickgrid/extensions/slickRowDetailView.ts +0 -375
  195. package/src/app/modules/angular-slickgrid/global-grid-options.ts +0 -245
  196. package/src/app/modules/angular-slickgrid/index.ts +0 -11
  197. package/src/app/modules/angular-slickgrid/models/angularComponentOutput.interface.ts +0 -6
  198. package/src/app/modules/angular-slickgrid/models/angularGridInstance.interface.ts +0 -68
  199. package/src/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.ts +0 -37
  200. package/src/app/modules/angular-slickgrid/models/gridOption.interface.ts +0 -12
  201. package/src/app/modules/angular-slickgrid/models/index.ts +0 -6
  202. package/src/app/modules/angular-slickgrid/models/rowDetailView.interface.ts +0 -33
  203. package/src/app/modules/angular-slickgrid/models/slickGrid.interface.ts +0 -7
  204. package/src/app/modules/angular-slickgrid/modules/angular-slickgrid.module.ts +0 -37
  205. package/src/app/modules/angular-slickgrid/services/angularUtil.service.ts +0 -48
  206. package/src/app/modules/angular-slickgrid/services/bsDropdown.service.ts +0 -142
  207. package/src/app/modules/angular-slickgrid/services/container.service.ts +0 -24
  208. package/src/app/modules/angular-slickgrid/services/index.ts +0 -5
  209. package/src/app/modules/angular-slickgrid/services/translater.service.ts +0 -38
  210. package/src/app/modules/angular-slickgrid/services/utilities.ts +0 -19
  211. package/src/app/modules/angular-slickgrid/slickgrid-config.ts +0 -10
  212. package/src/app/slickgrid-custom-variables.scss +0 -10
  213. package/src/assets/.gitkeep +0 -0
  214. package/src/assets/data/collection_100_numbers.json +0 -12
  215. package/src/assets/data/collection_500_numbers.json +0 -52
  216. package/src/assets/data/countries.json +0 -245
  217. package/src/assets/data/country_names.json +0 -245
  218. package/src/assets/data/customers_100.json +0 -102
  219. package/src/assets/i18n/en.json +0 -90
  220. package/src/assets/i18n/fr.json +0 -91
  221. package/src/environments/environment.prod.ts +0 -3
  222. package/src/environments/environment.ts +0 -8
  223. package/src/favicon.ico +0 -0
  224. package/src/index.html +0 -18
  225. package/src/main.ts +0 -13
  226. package/src/polyfills.ts +0 -52
  227. package/src/public_api.ts +0 -1
  228. package/src/styles.scss +0 -66
  229. package/src/typings.d.ts +0 -10
  230. package/tsconfig.app.json +0 -25
  231. package/tsconfig.json +0 -40
  232. package/tsconfig.spec.json +0 -23
@@ -1,24 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { ContainerInstance, ContainerService as UniversalContainerService } from '@slickgrid-universal/common';
3
-
4
- @Injectable()
5
- export class ContainerService implements UniversalContainerService {
6
- dependencies: ContainerInstance[] = [];
7
-
8
- constructor() { }
9
-
10
- get<T = any>(key: string): T | null {
11
- const dependency = this.dependencies.find(dep => dep.key === key);
12
- if (dependency?.instance) {
13
- return dependency.instance;
14
- }
15
- return null;
16
- }
17
-
18
- registerInstance(key: string, instance: any) {
19
- const dependency = this.dependencies.some(dep => dep.key === key);
20
- if (!dependency) {
21
- this.dependencies.push({ key, instance });
22
- }
23
- }
24
- }
@@ -1,5 +0,0 @@
1
- export * from './angularUtil.service';
2
- export * from './bsDropdown.service';
3
- export * from './container.service';
4
- export * from './translater.service';
5
- export * from './utilities';
@@ -1,38 +0,0 @@
1
- import { Injectable, Optional } from '@angular/core';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import { TranslaterService as UniversalTranslateService } from '@slickgrid-universal/common';
4
-
5
- /**
6
- * This is a Translate Service Wrapper for Slickgrid-Universal monorepo lib to work properly,
7
- * it must implement Slickgrid-Universal TranslaterService interface to work properly
8
- */
9
- @Injectable()
10
- export class TranslaterService implements UniversalTranslateService {
11
- constructor(@Optional() private readonly translateService: TranslateService) { }
12
-
13
- /**
14
- * Method to return the current language used by the App
15
- * @return {string} current language
16
- */
17
- getCurrentLanguage(): string {
18
- return this.translateService?.currentLang ?? '';
19
- }
20
-
21
- /**
22
- * Method to set the language to use in the App and Translate Service
23
- * @param {string} language
24
- * @return {Promise} output
25
- */
26
- async use(newLang: string): Promise<any> {
27
- return this.translateService?.use?.(newLang);
28
- }
29
-
30
- /**
31
- * Method which receives a translation key and returns the translated value assigned to that key
32
- * @param {string} translation key
33
- * @return {string} translated value
34
- */
35
- translate(translationKey: string): string {
36
- return this.translateService?.instant?.(translationKey || ' ') as string;
37
- }
38
- }
@@ -1,19 +0,0 @@
1
- import { Subscription } from 'rxjs';
2
-
3
- /**
4
- * Unsubscribe all Observables Subscriptions
5
- * It will return an empty array if it all went well
6
- * @param subscriptions
7
- */
8
- export function unsubscribeAllObservables(subscriptions: Subscription[]): Subscription[] {
9
- if (Array.isArray(subscriptions)) {
10
- subscriptions.forEach((subscription: Subscription) => {
11
- if (subscription && subscription.unsubscribe) {
12
- subscription.unsubscribe();
13
- }
14
- });
15
- subscriptions = [];
16
- }
17
-
18
- return subscriptions;
19
- }
@@ -1,10 +0,0 @@
1
- import { GridOption } from './models/gridOption.interface';
2
- import { GlobalGridOptions } from './global-grid-options';
3
-
4
- export class SlickgridConfig {
5
- options: Partial<GridOption>;
6
-
7
- constructor() {
8
- this.options = GlobalGridOptions;
9
- }
10
- }
@@ -1,10 +0,0 @@
1
- /* Customize the SlickGrid Bootstrap theme to your taste
2
- * Copy any of the variables '../node_modules/angular-slickgrid/styles/sass/_variables.scss'
3
- * and make sure to add the @import at the end of this file
4
- */
5
-
6
- /* for example, let's change the mouse hover color */
7
-
8
-
9
- /* make sure to add the @import the SlickGrid Bootstrap Theme AFTER the variables changes */
10
- @import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-bootstrap.scss';
File without changes
@@ -1,12 +0,0 @@
1
- [
2
- { "value": 0, "label": 0, "prefix": "Task", "suffix": "day" }, { "value": 1, "label": 1, "prefix": "Task", "suffix": "day" }, { "value": 2, "label": 2, "prefix": "Task", "suffix": "days" }, { "value": 3, "label": 3, "prefix": "Task", "suffix": "days" }, { "value": 4, "label": 4, "prefix": "Task", "suffix": "days" }, { "value": 5, "label": 5, "prefix": "Task", "suffix": "days" }, { "value": 6, "label": 6, "prefix": "Task", "suffix": "days" }, { "value": 7, "label": 7, "prefix": "Task", "suffix": "days" }, { "value": 8, "label": 8, "prefix": "Task", "suffix": "days" }, { "value": 9, "label": 9, "prefix": "Task", "suffix": "days" },
3
- { "value": 10, "label": 10, "prefix": "Task", "suffix": "days" }, { "value": 11, "label": 11, "prefix": "Task", "suffix": "days" }, { "value": 12, "label": 12, "prefix": "Task", "suffix": "days" }, { "value": 13, "label": 13, "prefix": "Task", "suffix": "days" }, { "value": 14, "label": 14, "prefix": "Task", "suffix": "days" }, { "value": 15, "label": 15, "prefix": "Task", "suffix": "days" }, { "value": 16, "label": 16, "prefix": "Task", "suffix": "days" }, { "value": 17, "label": 17, "prefix": "Task", "suffix": "days" }, { "value": 18, "label": 18, "prefix": "Task", "suffix": "days" }, { "value": 19, "label": 19, "prefix": "Task", "suffix": "days" },
4
- { "value": 20, "label": 20, "prefix": "Task", "suffix": "days" }, { "value": 21, "label": 21, "prefix": "Task", "suffix": "days" }, { "value": 22, "label": 22, "prefix": "Task", "suffix": "days" }, { "value": 23, "label": 23, "prefix": "Task", "suffix": "days" }, { "value": 24, "label": 24, "prefix": "Task", "suffix": "days" }, { "value": 25, "label": 25, "prefix": "Task", "suffix": "days" }, { "value": 26, "label": 26, "prefix": "Task", "suffix": "days" }, { "value": 27, "label": 27, "prefix": "Task", "suffix": "days" }, { "value": 28, "label": 28, "prefix": "Task", "suffix": "days" }, { "value": 29, "label": 29, "prefix": "Task", "suffix": "days" },
5
- { "value": 30, "label": 30, "prefix": "Task", "suffix": "days" }, { "value": 31, "label": 31, "prefix": "Task", "suffix": "days" }, { "value": 32, "label": 32, "prefix": "Task", "suffix": "days" }, { "value": 33, "label": 33, "prefix": "Task", "suffix": "days" }, { "value": 34, "label": 34, "prefix": "Task", "suffix": "days" }, { "value": 35, "label": 35, "prefix": "Task", "suffix": "days" }, { "value": 36, "label": 36, "prefix": "Task", "suffix": "days" }, { "value": 37, "label": 37, "prefix": "Task", "suffix": "days" }, { "value": 38, "label": 38, "prefix": "Task", "suffix": "days" }, { "value": 39, "label": 39, "prefix": "Task", "suffix": "days" },
6
- { "value": 40, "label": 40, "prefix": "Task", "suffix": "days" }, { "value": 41, "label": 41, "prefix": "Task", "suffix": "days" }, { "value": 42, "label": 42, "prefix": "Task", "suffix": "days" }, { "value": 43, "label": 43, "prefix": "Task", "suffix": "days" }, { "value": 44, "label": 44, "prefix": "Task", "suffix": "days" }, { "value": 45, "label": 45, "prefix": "Task", "suffix": "days" }, { "value": 46, "label": 46, "prefix": "Task", "suffix": "days" }, { "value": 47, "label": 47, "prefix": "Task", "suffix": "days" }, { "value": 48, "label": 48, "prefix": "Task", "suffix": "days" }, { "value": 49, "label": 49, "prefix": "Task", "suffix": "days" },
7
- { "value": 50, "label": 50, "prefix": "Task", "suffix": "days" }, { "value": 51, "label": 51, "prefix": "Task", "suffix": "days" }, { "value": 52, "label": 52, "prefix": "Task", "suffix": "days" }, { "value": 53, "label": 53, "prefix": "Task", "suffix": "days" }, { "value": 54, "label": 54, "prefix": "Task", "suffix": "days" }, { "value": 55, "label": 55, "prefix": "Task", "suffix": "days" }, { "value": 56, "label": 56, "prefix": "Task", "suffix": "days" }, { "value": 57, "label": 57, "prefix": "Task", "suffix": "days" }, { "value": 58, "label": 58, "prefix": "Task", "suffix": "days" }, { "value": 59, "label": 59, "prefix": "Task", "suffix": "days" },
8
- { "value": 60, "label": 60, "prefix": "Task", "suffix": "days" }, { "value": 61, "label": 61, "prefix": "Task", "suffix": "days" }, { "value": 62, "label": 62, "prefix": "Task", "suffix": "days" }, { "value": 63, "label": 63, "prefix": "Task", "suffix": "days" }, { "value": 64, "label": 64, "prefix": "Task", "suffix": "days" }, { "value": 65, "label": 65, "prefix": "Task", "suffix": "days" }, { "value": 66, "label": 66, "prefix": "Task", "suffix": "days" }, { "value": 67, "label": 67, "prefix": "Task", "suffix": "days" }, { "value": 68, "label": 68, "prefix": "Task", "suffix": "days" }, { "value": 69, "label": 69, "prefix": "Task", "suffix": "days" },
9
- { "value": 70, "label": 70, "prefix": "Task", "suffix": "days" }, { "value": 71, "label": 71, "prefix": "Task", "suffix": "days" }, { "value": 72, "label": 72, "prefix": "Task", "suffix": "days" }, { "value": 73, "label": 73, "prefix": "Task", "suffix": "days" }, { "value": 74, "label": 74, "prefix": "Task", "suffix": "days" }, { "value": 75, "label": 75, "prefix": "Task", "suffix": "days" }, { "value": 76, "label": 76, "prefix": "Task", "suffix": "days" }, { "value": 77, "label": 77, "prefix": "Task", "suffix": "days" }, { "value": 78, "label": 78, "prefix": "Task", "suffix": "days" }, { "value": 79, "label": 79, "prefix": "Task", "suffix": "days" },
10
- { "value": 80, "label": 80, "prefix": "Task", "suffix": "days" }, { "value": 81, "label": 81, "prefix": "Task", "suffix": "days" }, { "value": 82, "label": 82, "prefix": "Task", "suffix": "days" }, { "value": 83, "label": 83, "prefix": "Task", "suffix": "days" }, { "value": 84, "label": 84, "prefix": "Task", "suffix": "days" }, { "value": 85, "label": 85, "prefix": "Task", "suffix": "days" }, { "value": 86, "label": 86, "prefix": "Task", "suffix": "days" }, { "value": 87, "label": 87, "prefix": "Task", "suffix": "days" }, { "value": 88, "label": 88, "prefix": "Task", "suffix": "days" }, { "value": 89, "label": 89, "prefix": "Task", "suffix": "days" },
11
- { "value": 90, "label": 90, "prefix": "Task", "suffix": "days" }, { "value": 91, "label": 91, "prefix": "Task", "suffix": "days" }, { "value": 92, "label": 92, "prefix": "Task", "suffix": "days" }, { "value": 93, "label": 93, "prefix": "Task", "suffix": "days" }, { "value": 94, "label": 94, "prefix": "Task", "suffix": "days" }, { "value": 95, "label": 95, "prefix": "Task", "suffix": "days" }, { "value": 96, "label": 96, "prefix": "Task", "suffix": "days" }, { "value": 97, "label": 97, "prefix": "Task", "suffix": "days" }, { "value": 98, "label": 98, "prefix": "Task", "suffix": "days" }, { "value": 99, "label": 99, "prefix": "Task", "suffix": "days" }
12
- ]
@@ -1,52 +0,0 @@
1
- [
2
- { "value": 0, "label": 0, "text": "day" }, { "value": 1, "label": 1, "text": "day" }, { "value": 2, "label": 2, "text": "days" }, { "value": 3, "label": 3, "text": "days" }, { "value": 4, "label": 4, "text": "days" }, { "value": 5, "label": 5, "text": "days" }, { "value": 6, "label": 6, "text": "days" }, { "value": 7, "label": 7, "text": "days" }, { "value": 8, "label": 8, "text": "days" }, { "value": 9, "label": 9, "text": "days" },
3
- { "value": 10, "label": 10, "text": "days" }, { "value": 11, "label": 11, "text": "days" }, { "value": 12, "label": 12, "text": "days" }, { "value": 13, "label": 13, "text": "days" }, { "value": 14, "label": 14, "text": "days" }, { "value": 15, "label": 15, "text": "days" }, { "value": 16, "label": 16, "text": "days" }, { "value": 17, "label": 17, "text": "days" }, { "value": 18, "label": 18, "text": "days" }, { "value": 19, "label": 19, "text": "days" },
4
- { "value": 20, "label": 20, "text": "days" }, { "value": 21, "label": 21, "text": "days" }, { "value": 22, "label": 22, "text": "days" }, { "value": 23, "label": 23, "text": "days" }, { "value": 24, "label": 24, "text": "days" }, { "value": 25, "label": 25, "text": "days" }, { "value": 26, "label": 26, "text": "days" }, { "value": 27, "label": 27, "text": "days" }, { "value": 28, "label": 28, "text": "days" }, { "value": 29, "label": 29, "text": "days" },
5
- { "value": 30, "label": 30, "text": "days" }, { "value": 31, "label": 31, "text": "days" }, { "value": 32, "label": 32, "text": "days" }, { "value": 33, "label": 33, "text": "days" }, { "value": 34, "label": 34, "text": "days" }, { "value": 35, "label": 35, "text": "days" }, { "value": 36, "label": 36, "text": "days" }, { "value": 37, "label": 37, "text": "days" }, { "value": 38, "label": 38, "text": "days" }, { "value": 39, "label": 39, "text": "days" },
6
- { "value": 40, "label": 40, "text": "days" }, { "value": 41, "label": 41, "text": "days" }, { "value": 42, "label": 42, "text": "days" }, { "value": 43, "label": 43, "text": "days" }, { "value": 44, "label": 44, "text": "days" }, { "value": 45, "label": 45, "text": "days" }, { "value": 46, "label": 46, "text": "days" }, { "value": 47, "label": 47, "text": "days" }, { "value": 48, "label": 48, "text": "days" }, { "value": 49, "label": 49, "text": "days" },
7
- { "value": 50, "label": 50, "text": "days" }, { "value": 51, "label": 51, "text": "days" }, { "value": 52, "label": 52, "text": "days" }, { "value": 53, "label": 53, "text": "days" }, { "value": 54, "label": 54, "text": "days" }, { "value": 55, "label": 55, "text": "days" }, { "value": 56, "label": 56, "text": "days" }, { "value": 57, "label": 57, "text": "days" }, { "value": 58, "label": 58, "text": "days" }, { "value": 59, "label": 59, "text": "days" },
8
- { "value": 60, "label": 60, "text": "days" }, { "value": 61, "label": 61, "text": "days" }, { "value": 62, "label": 62, "text": "days" }, { "value": 63, "label": 63, "text": "days" }, { "value": 64, "label": 64, "text": "days" }, { "value": 65, "label": 65, "text": "days" }, { "value": 66, "label": 66, "text": "days" }, { "value": 67, "label": 67, "text": "days" }, { "value": 68, "label": 68, "text": "days" }, { "value": 69, "label": 69, "text": "days" },
9
- { "value": 70, "label": 70, "text": "days" }, { "value": 71, "label": 71, "text": "days" }, { "value": 72, "label": 72, "text": "days" }, { "value": 73, "label": 73, "text": "days" }, { "value": 74, "label": 74, "text": "days" }, { "value": 75, "label": 75, "text": "days" }, { "value": 76, "label": 76, "text": "days" }, { "value": 77, "label": 77, "text": "days" }, { "value": 78, "label": 78, "text": "days" }, { "value": 79, "label": 79, "text": "days" },
10
- { "value": 80, "label": 80, "text": "days" }, { "value": 81, "label": 81, "text": "days" }, { "value": 82, "label": 82, "text": "days" }, { "value": 83, "label": 83, "text": "days" }, { "value": 84, "label": 84, "text": "days" }, { "value": 85, "label": 85, "text": "days" }, { "value": 86, "label": 86, "text": "days" }, { "value": 87, "label": 87, "text": "days" }, { "value": 88, "label": 88, "text": "days" }, { "value": 89, "label": 89, "text": "days" },
11
- { "value": 90, "label": 90, "text": "days" }, { "value": 91, "label": 91, "text": "days" }, { "value": 92, "label": 92, "text": "days" }, { "value": 93, "label": 93, "text": "days" }, { "value": 94, "label": 94, "text": "days" }, { "value": 95, "label": 95, "text": "days" }, { "value": 96, "label": 96, "text": "days" }, { "value": 97, "label": 97, "text": "days" }, { "value": 98, "label": 98, "text": "days" }, { "value": 99, "label": 99, "text": "days" },
12
- { "value": 100, "label": 100, "text": "days" }, { "value": 101, "label": 101, "text": "days" }, { "value": 102, "label": 102, "text": "days" }, { "value": 103, "label": 103, "text": "days" }, { "value": 104, "label": 104, "text": "days" }, { "value": 105, "label": 105, "text": "days" }, { "value": 106, "label": 106, "text": "days" }, { "value": 107, "label": 107, "text": "days" }, { "value": 108, "label": 108, "text": "days" }, { "value": 109, "label": 109, "text": "days" },
13
- { "value": 110, "label": 110, "text": "days" }, { "value": 111, "label": 111, "text": "days" }, { "value": 112, "label": 112, "text": "days" }, { "value": 113, "label": 113, "text": "days" }, { "value": 114, "label": 114, "text": "days" }, { "value": 115, "label": 115, "text": "days" }, { "value": 116, "label": 116, "text": "days" }, { "value": 117, "label": 117, "text": "days" }, { "value": 118, "label": 118, "text": "days" }, { "value": 119, "label": 119, "text": "days" },
14
- { "value": 120, "label": 120, "text": "days" }, { "value": 121, "label": 121, "text": "days" }, { "value": 122, "label": 122, "text": "days" }, { "value": 123, "label": 123, "text": "days" }, { "value": 124, "label": 124, "text": "days" }, { "value": 125, "label": 125, "text": "days" }, { "value": 126, "label": 126, "text": "days" }, { "value": 127, "label": 127, "text": "days" }, { "value": 128, "label": 128, "text": "days" }, { "value": 129, "label": 129, "text": "days" },
15
- { "value": 130, "label": 130, "text": "days" }, { "value": 131, "label": 131, "text": "days" }, { "value": 132, "label": 132, "text": "days" }, { "value": 133, "label": 133, "text": "days" }, { "value": 134, "label": 134, "text": "days" }, { "value": 135, "label": 135, "text": "days" }, { "value": 136, "label": 136, "text": "days" }, { "value": 137, "label": 137, "text": "days" }, { "value": 138, "label": 138, "text": "days" }, { "value": 139, "label": 139, "text": "days" },
16
- { "value": 140, "label": 140, "text": "days" }, { "value": 141, "label": 141, "text": "days" }, { "value": 142, "label": 142, "text": "days" }, { "value": 143, "label": 143, "text": "days" }, { "value": 144, "label": 144, "text": "days" }, { "value": 145, "label": 145, "text": "days" }, { "value": 146, "label": 146, "text": "days" }, { "value": 147, "label": 147, "text": "days" }, { "value": 148, "label": 148, "text": "days" }, { "value": 149, "label": 149, "text": "days" },
17
- { "value": 150, "label": 150, "text": "days" }, { "value": 151, "label": 151, "text": "days" }, { "value": 152, "label": 152, "text": "days" }, { "value": 153, "label": 153, "text": "days" }, { "value": 154, "label": 154, "text": "days" }, { "value": 155, "label": 155, "text": "days" }, { "value": 156, "label": 156, "text": "days" }, { "value": 157, "label": 157, "text": "days" }, { "value": 158, "label": 158, "text": "days" }, { "value": 159, "label": 159, "text": "days" },
18
- { "value": 160, "label": 160, "text": "days" }, { "value": 161, "label": 161, "text": "days" }, { "value": 162, "label": 162, "text": "days" }, { "value": 163, "label": 163, "text": "days" }, { "value": 164, "label": 164, "text": "days" }, { "value": 165, "label": 165, "text": "days" }, { "value": 166, "label": 166, "text": "days" }, { "value": 167, "label": 167, "text": "days" }, { "value": 168, "label": 168, "text": "days" }, { "value": 169, "label": 169, "text": "days" },
19
- { "value": 170, "label": 170, "text": "days" }, { "value": 171, "label": 171, "text": "days" }, { "value": 172, "label": 172, "text": "days" }, { "value": 173, "label": 173, "text": "days" }, { "value": 174, "label": 174, "text": "days" }, { "value": 175, "label": 175, "text": "days" }, { "value": 176, "label": 176, "text": "days" }, { "value": 177, "label": 177, "text": "days" }, { "value": 178, "label": 178, "text": "days" }, { "value": 179, "label": 179, "text": "days" },
20
- { "value": 180, "label": 180, "text": "days" }, { "value": 181, "label": 181, "text": "days" }, { "value": 182, "label": 182, "text": "days" }, { "value": 183, "label": 183, "text": "days" }, { "value": 184, "label": 184, "text": "days" }, { "value": 185, "label": 185, "text": "days" }, { "value": 186, "label": 186, "text": "days" }, { "value": 187, "label": 187, "text": "days" }, { "value": 188, "label": 188, "text": "days" }, { "value": 189, "label": 189, "text": "days" },
21
- { "value": 190, "label": 190, "text": "days" }, { "value": 191, "label": 191, "text": "days" }, { "value": 192, "label": 192, "text": "days" }, { "value": 193, "label": 193, "text": "days" }, { "value": 194, "label": 194, "text": "days" }, { "value": 195, "label": 195, "text": "days" }, { "value": 196, "label": 196, "text": "days" }, { "value": 197, "label": 197, "text": "days" }, { "value": 198, "label": 198, "text": "days" }, { "value": 199, "label": 199, "text": "days" },
22
- { "value": 200, "label": 200, "text": "days" }, { "value": 201, "label": 201, "text": "days" }, { "value": 202, "label": 202, "text": "days" }, { "value": 203, "label": 203, "text": "days" }, { "value": 204, "label": 204, "text": "days" }, { "value": 205, "label": 205, "text": "days" }, { "value": 206, "label": 206, "text": "days" }, { "value": 207, "label": 207, "text": "days" }, { "value": 208, "label": 208, "text": "days" }, { "value": 209, "label": 209, "text": "days" },
23
- { "value": 210, "label": 210, "text": "days" }, { "value": 211, "label": 211, "text": "days" }, { "value": 212, "label": 212, "text": "days" }, { "value": 213, "label": 213, "text": "days" }, { "value": 214, "label": 214, "text": "days" }, { "value": 215, "label": 215, "text": "days" }, { "value": 216, "label": 216, "text": "days" }, { "value": 217, "label": 217, "text": "days" }, { "value": 218, "label": 218, "text": "days" }, { "value": 219, "label": 219, "text": "days" },
24
- { "value": 220, "label": 220, "text": "days" }, { "value": 221, "label": 221, "text": "days" }, { "value": 222, "label": 222, "text": "days" }, { "value": 223, "label": 223, "text": "days" }, { "value": 224, "label": 224, "text": "days" }, { "value": 225, "label": 225, "text": "days" }, { "value": 226, "label": 226, "text": "days" }, { "value": 227, "label": 227, "text": "days" }, { "value": 228, "label": 228, "text": "days" }, { "value": 229, "label": 229, "text": "days" },
25
- { "value": 230, "label": 230, "text": "days" }, { "value": 231, "label": 231, "text": "days" }, { "value": 232, "label": 232, "text": "days" }, { "value": 233, "label": 233, "text": "days" }, { "value": 234, "label": 234, "text": "days" }, { "value": 235, "label": 235, "text": "days" }, { "value": 236, "label": 236, "text": "days" }, { "value": 237, "label": 237, "text": "days" }, { "value": 238, "label": 238, "text": "days" }, { "value": 239, "label": 239, "text": "days" },
26
- { "value": 240, "label": 240, "text": "days" }, { "value": 241, "label": 241, "text": "days" }, { "value": 242, "label": 242, "text": "days" }, { "value": 243, "label": 243, "text": "days" }, { "value": 244, "label": 244, "text": "days" }, { "value": 245, "label": 245, "text": "days" }, { "value": 246, "label": 246, "text": "days" }, { "value": 247, "label": 247, "text": "days" }, { "value": 248, "label": 248, "text": "days" }, { "value": 249, "label": 249, "text": "days" },
27
- { "value": 250, "label": 250, "text": "days" }, { "value": 251, "label": 251, "text": "days" }, { "value": 252, "label": 252, "text": "days" }, { "value": 253, "label": 253, "text": "days" }, { "value": 254, "label": 254, "text": "days" }, { "value": 255, "label": 255, "text": "days" }, { "value": 256, "label": 256, "text": "days" }, { "value": 257, "label": 257, "text": "days" }, { "value": 258, "label": 258, "text": "days" }, { "value": 259, "label": 259, "text": "days" },
28
- { "value": 260, "label": 260, "text": "days" }, { "value": 261, "label": 261, "text": "days" }, { "value": 262, "label": 262, "text": "days" }, { "value": 263, "label": 263, "text": "days" }, { "value": 264, "label": 264, "text": "days" }, { "value": 265, "label": 265, "text": "days" }, { "value": 266, "label": 266, "text": "days" }, { "value": 267, "label": 267, "text": "days" }, { "value": 268, "label": 268, "text": "days" }, { "value": 269, "label": 269, "text": "days" },
29
- { "value": 270, "label": 270, "text": "days" }, { "value": 271, "label": 271, "text": "days" }, { "value": 272, "label": 272, "text": "days" }, { "value": 273, "label": 273, "text": "days" }, { "value": 274, "label": 274, "text": "days" }, { "value": 275, "label": 275, "text": "days" }, { "value": 276, "label": 276, "text": "days" }, { "value": 277, "label": 277, "text": "days" }, { "value": 278, "label": 278, "text": "days" }, { "value": 279, "label": 279, "text": "days" },
30
- { "value": 280, "label": 280, "text": "days" }, { "value": 281, "label": 281, "text": "days" }, { "value": 282, "label": 282, "text": "days" }, { "value": 283, "label": 283, "text": "days" }, { "value": 284, "label": 284, "text": "days" }, { "value": 285, "label": 285, "text": "days" }, { "value": 286, "label": 286, "text": "days" }, { "value": 287, "label": 287, "text": "days" }, { "value": 288, "label": 288, "text": "days" }, { "value": 289, "label": 289, "text": "days" },
31
- { "value": 290, "label": 290, "text": "days" }, { "value": 291, "label": 291, "text": "days" }, { "value": 292, "label": 292, "text": "days" }, { "value": 293, "label": 293, "text": "days" }, { "value": 294, "label": 294, "text": "days" }, { "value": 295, "label": 295, "text": "days" }, { "value": 296, "label": 296, "text": "days" }, { "value": 297, "label": 297, "text": "days" }, { "value": 298, "label": 298, "text": "days" }, { "value": 299, "label": 299, "text": "days" },
32
- { "value": 300, "label": 300, "text": "days" }, { "value": 301, "label": 301, "text": "days" }, { "value": 302, "label": 302, "text": "days" }, { "value": 303, "label": 303, "text": "days" }, { "value": 304, "label": 304, "text": "days" }, { "value": 305, "label": 305, "text": "days" }, { "value": 306, "label": 306, "text": "days" }, { "value": 307, "label": 307, "text": "days" }, { "value": 308, "label": 308, "text": "days" }, { "value": 309, "label": 309, "text": "days" },
33
- { "value": 310, "label": 310, "text": "days" }, { "value": 311, "label": 311, "text": "days" }, { "value": 312, "label": 312, "text": "days" }, { "value": 313, "label": 313, "text": "days" }, { "value": 314, "label": 314, "text": "days" }, { "value": 315, "label": 315, "text": "days" }, { "value": 316, "label": 316, "text": "days" }, { "value": 317, "label": 317, "text": "days" }, { "value": 318, "label": 318, "text": "days" }, { "value": 319, "label": 319, "text": "days" },
34
- { "value": 320, "label": 320, "text": "days" }, { "value": 321, "label": 321, "text": "days" }, { "value": 322, "label": 322, "text": "days" }, { "value": 323, "label": 323, "text": "days" }, { "value": 324, "label": 324, "text": "days" }, { "value": 325, "label": 325, "text": "days" }, { "value": 326, "label": 326, "text": "days" }, { "value": 327, "label": 327, "text": "days" }, { "value": 328, "label": 328, "text": "days" }, { "value": 329, "label": 329, "text": "days" },
35
- { "value": 330, "label": 330, "text": "days" }, { "value": 331, "label": 331, "text": "days" }, { "value": 332, "label": 332, "text": "days" }, { "value": 333, "label": 333, "text": "days" }, { "value": 334, "label": 334, "text": "days" }, { "value": 335, "label": 335, "text": "days" }, { "value": 336, "label": 336, "text": "days" }, { "value": 337, "label": 337, "text": "days" }, { "value": 338, "label": 338, "text": "days" }, { "value": 339, "label": 339, "text": "days" },
36
- { "value": 340, "label": 340, "text": "days" }, { "value": 341, "label": 341, "text": "days" }, { "value": 342, "label": 342, "text": "days" }, { "value": 343, "label": 343, "text": "days" }, { "value": 344, "label": 344, "text": "days" }, { "value": 345, "label": 345, "text": "days" }, { "value": 346, "label": 346, "text": "days" }, { "value": 347, "label": 347, "text": "days" }, { "value": 348, "label": 348, "text": "days" }, { "value": 349, "label": 349, "text": "days" },
37
- { "value": 350, "label": 350, "text": "days" }, { "value": 351, "label": 351, "text": "days" }, { "value": 352, "label": 352, "text": "days" }, { "value": 353, "label": 353, "text": "days" }, { "value": 354, "label": 354, "text": "days" }, { "value": 355, "label": 355, "text": "days" }, { "value": 356, "label": 356, "text": "days" }, { "value": 357, "label": 357, "text": "days" }, { "value": 358, "label": 358, "text": "days" }, { "value": 359, "label": 359, "text": "days" },
38
- { "value": 360, "label": 360, "text": "days" }, { "value": 361, "label": 361, "text": "days" }, { "value": 362, "label": 362, "text": "days" }, { "value": 363, "label": 363, "text": "days" }, { "value": 364, "label": 364, "text": "days" }, { "value": 365, "label": 365, "text": "days" }, { "value": 366, "label": 366, "text": "days" }, { "value": 367, "label": 367, "text": "days" }, { "value": 368, "label": 368, "text": "days" }, { "value": 369, "label": 369, "text": "days" },
39
- { "value": 370, "label": 370, "text": "days" }, { "value": 371, "label": 371, "text": "days" }, { "value": 372, "label": 372, "text": "days" }, { "value": 373, "label": 373, "text": "days" }, { "value": 374, "label": 374, "text": "days" }, { "value": 375, "label": 375, "text": "days" }, { "value": 376, "label": 376, "text": "days" }, { "value": 377, "label": 377, "text": "days" }, { "value": 378, "label": 378, "text": "days" }, { "value": 379, "label": 379, "text": "days" },
40
- { "value": 380, "label": 380, "text": "days" }, { "value": 381, "label": 381, "text": "days" }, { "value": 382, "label": 382, "text": "days" }, { "value": 383, "label": 383, "text": "days" }, { "value": 384, "label": 384, "text": "days" }, { "value": 385, "label": 385, "text": "days" }, { "value": 386, "label": 386, "text": "days" }, { "value": 387, "label": 387, "text": "days" }, { "value": 388, "label": 388, "text": "days" }, { "value": 389, "label": 389, "text": "days" },
41
- { "value": 390, "label": 390, "text": "days" }, { "value": 391, "label": 391, "text": "days" }, { "value": 392, "label": 392, "text": "days" }, { "value": 393, "label": 393, "text": "days" }, { "value": 394, "label": 394, "text": "days" }, { "value": 395, "label": 395, "text": "days" }, { "value": 396, "label": 396, "text": "days" }, { "value": 397, "label": 397, "text": "days" }, { "value": 398, "label": 398, "text": "days" }, { "value": 399, "label": 399, "text": "days" },
42
- { "value": 400, "label": 400, "text": "days" }, { "value": 401, "label": 401, "text": "days" }, { "value": 402, "label": 402, "text": "days" }, { "value": 403, "label": 403, "text": "days" }, { "value": 404, "label": 404, "text": "days" }, { "value": 405, "label": 405, "text": "days" }, { "value": 406, "label": 406, "text": "days" }, { "value": 407, "label": 407, "text": "days" }, { "value": 408, "label": 408, "text": "days" }, { "value": 409, "label": 409, "text": "days" },
43
- { "value": 410, "label": 410, "text": "days" }, { "value": 411, "label": 411, "text": "days" }, { "value": 412, "label": 412, "text": "days" }, { "value": 413, "label": 413, "text": "days" }, { "value": 414, "label": 414, "text": "days" }, { "value": 415, "label": 415, "text": "days" }, { "value": 416, "label": 416, "text": "days" }, { "value": 417, "label": 417, "text": "days" }, { "value": 418, "label": 418, "text": "days" }, { "value": 419, "label": 419, "text": "days" },
44
- { "value": 420, "label": 420, "text": "days" }, { "value": 421, "label": 421, "text": "days" }, { "value": 422, "label": 422, "text": "days" }, { "value": 423, "label": 423, "text": "days" }, { "value": 424, "label": 424, "text": "days" }, { "value": 425, "label": 425, "text": "days" }, { "value": 426, "label": 426, "text": "days" }, { "value": 427, "label": 427, "text": "days" }, { "value": 428, "label": 428, "text": "days" }, { "value": 429, "label": 429, "text": "days" },
45
- { "value": 430, "label": 430, "text": "days" }, { "value": 431, "label": 431, "text": "days" }, { "value": 432, "label": 432, "text": "days" }, { "value": 433, "label": 433, "text": "days" }, { "value": 434, "label": 434, "text": "days" }, { "value": 435, "label": 435, "text": "days" }, { "value": 436, "label": 436, "text": "days" }, { "value": 437, "label": 437, "text": "days" }, { "value": 438, "label": 438, "text": "days" }, { "value": 439, "label": 439, "text": "days" },
46
- { "value": 440, "label": 440, "text": "days" }, { "value": 441, "label": 441, "text": "days" }, { "value": 442, "label": 442, "text": "days" }, { "value": 443, "label": 443, "text": "days" }, { "value": 444, "label": 444, "text": "days" }, { "value": 445, "label": 445, "text": "days" }, { "value": 446, "label": 446, "text": "days" }, { "value": 447, "label": 447, "text": "days" }, { "value": 448, "label": 448, "text": "days" }, { "value": 449, "label": 449, "text": "days" },
47
- { "value": 450, "label": 450, "text": "days" }, { "value": 451, "label": 451, "text": "days" }, { "value": 452, "label": 452, "text": "days" }, { "value": 453, "label": 453, "text": "days" }, { "value": 454, "label": 454, "text": "days" }, { "value": 455, "label": 455, "text": "days" }, { "value": 456, "label": 456, "text": "days" }, { "value": 457, "label": 457, "text": "days" }, { "value": 458, "label": 458, "text": "days" }, { "value": 459, "label": 459, "text": "days" },
48
- { "value": 460, "label": 460, "text": "days" }, { "value": 461, "label": 461, "text": "days" }, { "value": 462, "label": 462, "text": "days" }, { "value": 463, "label": 463, "text": "days" }, { "value": 464, "label": 464, "text": "days" }, { "value": 465, "label": 465, "text": "days" }, { "value": 466, "label": 466, "text": "days" }, { "value": 467, "label": 467, "text": "days" }, { "value": 468, "label": 468, "text": "days" }, { "value": 469, "label": 469, "text": "days" },
49
- { "value": 470, "label": 470, "text": "days" }, { "value": 471, "label": 471, "text": "days" }, { "value": 472, "label": 472, "text": "days" }, { "value": 473, "label": 473, "text": "days" }, { "value": 474, "label": 474, "text": "days" }, { "value": 475, "label": 475, "text": "days" }, { "value": 476, "label": 476, "text": "days" }, { "value": 477, "label": 477, "text": "days" }, { "value": 478, "label": 478, "text": "days" }, { "value": 479, "label": 479, "text": "days" },
50
- { "value": 480, "label": 480, "text": "days" }, { "value": 481, "label": 481, "text": "days" }, { "value": 482, "label": 482, "text": "days" }, { "value": 483, "label": 483, "text": "days" }, { "value": 484, "label": 484, "text": "days" }, { "value": 485, "label": 485, "text": "days" }, { "value": 486, "label": 486, "text": "days" }, { "value": 487, "label": 487, "text": "days" }, { "value": 488, "label": 488, "text": "days" }, { "value": 489, "label": 489, "text": "days" },
51
- { "value": 490, "label": 490, "text": "days" }, { "value": 491, "label": 491, "text": "days" }, { "value": 492, "label": 492, "text": "days" }, { "value": 493, "label": 493, "text": "days" }, { "value": 494, "label": 494, "text": "days" }, { "value": 495, "label": 495, "text": "days" }, { "value": 496, "label": 496, "text": "days" }, { "value": 497, "label": 497, "text": "days" }, { "value": 498, "label": 498, "text": "days" }, { "value": 499, "label": 499, "text": "days" }
52
- ]
@@ -1,245 +0,0 @@
1
- [
2
- {"name": "Afghanistan", "code": "AF"},
3
- {"name": "Åland Islands", "code": "AX"},
4
- {"name": "Albania", "code": "AL"},
5
- {"name": "Algeria", "code": "DZ"},
6
- {"name": "American Samoa", "code": "AS"},
7
- {"name": "AndorrA", "code": "AD"},
8
- {"name": "Angola", "code": "AO"},
9
- {"name": "Anguilla", "code": "AI"},
10
- {"name": "Antarctica", "code": "AQ"},
11
- {"name": "Antigua and Barbuda", "code": "AG"},
12
- {"name": "Argentina", "code": "AR"},
13
- {"name": "Armenia", "code": "AM"},
14
- {"name": "Aruba", "code": "AW"},
15
- {"name": "Australia", "code": "AU"},
16
- {"name": "Austria", "code": "AT"},
17
- {"name": "Azerbaijan", "code": "AZ"},
18
- {"name": "Bahamas", "code": "BS"},
19
- {"name": "Bahrain", "code": "BH"},
20
- {"name": "Bangladesh", "code": "BD"},
21
- {"name": "Barbados", "code": "BB"},
22
- {"name": "Belarus", "code": "BY"},
23
- {"name": "Belgium", "code": "BE"},
24
- {"name": "Belize", "code": "BZ"},
25
- {"name": "Benin", "code": "BJ"},
26
- {"name": "Bermuda", "code": "BM"},
27
- {"name": "Bhutan", "code": "BT"},
28
- {"name": "Bolivia", "code": "BO"},
29
- {"name": "Bosnia and Herzegovina", "code": "BA"},
30
- {"name": "Botswana", "code": "BW"},
31
- {"name": "Bouvet Island", "code": "BV"},
32
- {"name": "Brazil", "code": "BR"},
33
- {"name": "British Indian Ocean Territory", "code": "IO"},
34
- {"name": "Brunei Darussalam", "code": "BN"},
35
- {"name": "Bulgaria", "code": "BG"},
36
- {"name": "Burkina Faso", "code": "BF"},
37
- {"name": "Burundi", "code": "BI"},
38
- {"name": "Cambodia", "code": "KH"},
39
- {"name": "Cameroon", "code": "CM"},
40
- {"name": "Canada", "code": "CA"},
41
- {"name": "Cape Verde", "code": "CV"},
42
- {"name": "Cayman Islands", "code": "KY"},
43
- {"name": "Central African Republic", "code": "CF"},
44
- {"name": "Chad", "code": "TD"},
45
- {"name": "Chile", "code": "CL"},
46
- {"name": "China", "code": "CN"},
47
- {"name": "Christmas Island", "code": "CX"},
48
- {"name": "Cocos (Keeling) Islands", "code": "CC"},
49
- {"name": "Colombia", "code": "CO"},
50
- {"name": "Comoros", "code": "KM"},
51
- {"name": "Congo", "code": "CG"},
52
- {"name": "Congo, The Democratic Republic of the", "code": "CD"},
53
- {"name": "Cook Islands", "code": "CK"},
54
- {"name": "Costa Rica", "code": "CR"},
55
- {"name": "Cote D'Ivoire", "code": "CI"},
56
- {"name": "Croatia", "code": "HR"},
57
- {"name": "Cuba", "code": "CU"},
58
- {"name": "Cyprus", "code": "CY"},
59
- {"name": "Czech Republic", "code": "CZ"},
60
- {"name": "Denmark", "code": "DK"},
61
- {"name": "Djibouti", "code": "DJ"},
62
- {"name": "Dominica", "code": "DM"},
63
- {"name": "Dominican Republic", "code": "DO"},
64
- {"name": "Ecuador", "code": "EC"},
65
- {"name": "Egypt", "code": "EG"},
66
- {"name": "El Salvador", "code": "SV"},
67
- {"name": "Equatorial Guinea", "code": "GQ"},
68
- {"name": "Eritrea", "code": "ER"},
69
- {"name": "Estonia", "code": "EE"},
70
- {"name": "Ethiopia", "code": "ET"},
71
- {"name": "Falkland Islands (Malvinas)", "code": "FK"},
72
- {"name": "Faroe Islands", "code": "FO"},
73
- {"name": "Fiji", "code": "FJ"},
74
- {"name": "Finland", "code": "FI"},
75
- {"name": "France", "code": "FR"},
76
- {"name": "French Guiana", "code": "GF"},
77
- {"name": "French Polynesia", "code": "PF"},
78
- {"name": "French Southern Territories", "code": "TF"},
79
- {"name": "Gabon", "code": "GA"},
80
- {"name": "Gambia", "code": "GM"},
81
- {"name": "Georgia", "code": "GE"},
82
- {"name": "Germany", "code": "DE"},
83
- {"name": "Ghana", "code": "GH"},
84
- {"name": "Gibraltar", "code": "GI"},
85
- {"name": "Greece", "code": "GR"},
86
- {"name": "Greenland", "code": "GL"},
87
- {"name": "Grenada", "code": "GD"},
88
- {"name": "Guadeloupe", "code": "GP"},
89
- {"name": "Guam", "code": "GU"},
90
- {"name": "Guatemala", "code": "GT"},
91
- {"name": "Guernsey", "code": "GG"},
92
- {"name": "Guinea", "code": "GN"},
93
- {"name": "Guinea-Bissau", "code": "GW"},
94
- {"name": "Guyana", "code": "GY"},
95
- {"name": "Haiti", "code": "HT"},
96
- {"name": "Heard Island and Mcdonald Islands", "code": "HM"},
97
- {"name": "Holy See (Vatican City State)", "code": "VA"},
98
- {"name": "Honduras", "code": "HN"},
99
- {"name": "Hong Kong", "code": "HK"},
100
- {"name": "Hungary", "code": "HU"},
101
- {"name": "Iceland", "code": "IS"},
102
- {"name": "India", "code": "IN"},
103
- {"name": "Indonesia", "code": "ID"},
104
- {"name": "Iran, Islamic Republic Of", "code": "IR"},
105
- {"name": "Iraq", "code": "IQ"},
106
- {"name": "Ireland", "code": "IE"},
107
- {"name": "Isle of Man", "code": "IM"},
108
- {"name": "Israel", "code": "IL"},
109
- {"name": "Italy", "code": "IT"},
110
- {"name": "Jamaica", "code": "JM"},
111
- {"name": "Japan", "code": "JP"},
112
- {"name": "Jersey", "code": "JE"},
113
- {"name": "Jordan", "code": "JO"},
114
- {"name": "Kazakhstan", "code": "KZ"},
115
- {"name": "Kenya", "code": "KE"},
116
- {"name": "Kiribati", "code": "KI"},
117
- {"name": "Korea, Democratic People's Republic of", "code": "KP"},
118
- {"name": "Korea, Republic of", "code": "KR"},
119
- {"name": "Kuwait", "code": "KW"},
120
- {"name": "Kyrgyzstan", "code": "KG"},
121
- {"name": "Lao People's Democratic Republic", "code": "LA"},
122
- {"name": "Latvia", "code": "LV"},
123
- {"name": "Lebanon", "code": "LB"},
124
- {"name": "Lesotho", "code": "LS"},
125
- {"name": "Liberia", "code": "LR"},
126
- {"name": "Libyan Arab Jamahiriya", "code": "LY"},
127
- {"name": "Liechtenstein", "code": "LI"},
128
- {"name": "Lithuania", "code": "LT"},
129
- {"name": "Luxembourg", "code": "LU"},
130
- {"name": "Macao", "code": "MO"},
131
- {"name": "Macedonia, The Former Yugoslav Republic of", "code": "MK"},
132
- {"name": "Madagascar", "code": "MG"},
133
- {"name": "Malawi", "code": "MW"},
134
- {"name": "Malaysia", "code": "MY"},
135
- {"name": "Maldives", "code": "MV"},
136
- {"name": "Mali", "code": "ML"},
137
- {"name": "Malta", "code": "MT"},
138
- {"name": "Marshall Islands", "code": "MH"},
139
- {"name": "Martinique", "code": "MQ"},
140
- {"name": "Mauritania", "code": "MR"},
141
- {"name": "Mauritius", "code": "MU"},
142
- {"name": "Mayotte", "code": "YT"},
143
- {"name": "Mexico", "code": "MX"},
144
- {"name": "Micronesia, Federated States of", "code": "FM"},
145
- {"name": "Moldova, Republic of", "code": "MD"},
146
- {"name": "Monaco", "code": "MC"},
147
- {"name": "Mongolia", "code": "MN"},
148
- {"name": "Montserrat", "code": "MS"},
149
- {"name": "Morocco", "code": "MA"},
150
- {"name": "Mozambique", "code": "MZ"},
151
- {"name": "Myanmar", "code": "MM"},
152
- {"name": "Namibia", "code": "NA"},
153
- {"name": "Nauru", "code": "NR"},
154
- {"name": "Nepal", "code": "NP"},
155
- {"name": "Netherlands", "code": "NL"},
156
- {"name": "Netherlands Antilles", "code": "AN"},
157
- {"name": "New Caledonia", "code": "NC"},
158
- {"name": "New Zealand", "code": "NZ"},
159
- {"name": "Nicaragua", "code": "NI"},
160
- {"name": "Niger", "code": "NE"},
161
- {"name": "Nigeria", "code": "NG"},
162
- {"name": "Niue", "code": "NU"},
163
- {"name": "Norfolk Island", "code": "NF"},
164
- {"name": "Northern Mariana Islands", "code": "MP"},
165
- {"name": "Norway", "code": "NO"},
166
- {"name": "Oman", "code": "OM"},
167
- {"name": "Pakistan", "code": "PK"},
168
- {"name": "Palau", "code": "PW"},
169
- {"name": "Palestinian Territory, Occupied", "code": "PS"},
170
- {"name": "Panama", "code": "PA"},
171
- {"name": "Papua New Guinea", "code": "PG"},
172
- {"name": "Paraguay", "code": "PY"},
173
- {"name": "Peru", "code": "PE"},
174
- {"name": "Philippines", "code": "PH"},
175
- {"name": "Pitcairn", "code": "PN"},
176
- {"name": "Poland", "code": "PL"},
177
- {"name": "Portugal", "code": "PT"},
178
- {"name": "Puerto Rico", "code": "PR"},
179
- {"name": "Qatar", "code": "QA"},
180
- {"name": "Reunion", "code": "RE"},
181
- {"name": "Romania", "code": "RO"},
182
- {"name": "Russian Federation", "code": "RU"},
183
- {"name": "RWANDA", "code": "RW"},
184
- {"name": "Saint Helena", "code": "SH"},
185
- {"name": "Saint Kitts and Nevis", "code": "KN"},
186
- {"name": "Saint Lucia", "code": "LC"},
187
- {"name": "Saint Pierre and Miquelon", "code": "PM"},
188
- {"name": "Saint Vincent and the Grenadines", "code": "VC"},
189
- {"name": "Samoa", "code": "WS"},
190
- {"name": "San Marino", "code": "SM"},
191
- {"name": "Sao Tome and Principe", "code": "ST"},
192
- {"name": "Saudi Arabia", "code": "SA"},
193
- {"name": "Senegal", "code": "SN"},
194
- {"name": "Serbia and Montenegro", "code": "CS"},
195
- {"name": "Seychelles", "code": "SC"},
196
- {"name": "Sierra Leone", "code": "SL"},
197
- {"name": "Singapore", "code": "SG"},
198
- {"name": "Slovakia", "code": "SK"},
199
- {"name": "Slovenia", "code": "SI"},
200
- {"name": "Solomon Islands", "code": "SB"},
201
- {"name": "Somalia", "code": "SO"},
202
- {"name": "South Africa", "code": "ZA"},
203
- {"name": "South Georgia and the South Sandwich Islands", "code": "GS"},
204
- {"name": "Spain", "code": "ES"},
205
- {"name": "Sri Lanka", "code": "LK"},
206
- {"name": "Sudan", "code": "SD"},
207
- {"name": "Suriname", "code": "SR"},
208
- {"name": "Svalbard and Jan Mayen", "code": "SJ"},
209
- {"name": "Swaziland", "code": "SZ"},
210
- {"name": "Sweden", "code": "SE"},
211
- {"name": "Switzerland", "code": "CH"},
212
- {"name": "Syrian Arab Republic", "code": "SY"},
213
- {"name": "Taiwan, Province of China", "code": "TW"},
214
- {"name": "Tajikistan", "code": "TJ"},
215
- {"name": "Tanzania, United Republic of", "code": "TZ"},
216
- {"name": "Thailand", "code": "TH"},
217
- {"name": "Timor-Leste", "code": "TL"},
218
- {"name": "Togo", "code": "TG"},
219
- {"name": "Tokelau", "code": "TK"},
220
- {"name": "Tonga", "code": "TO"},
221
- {"name": "Trinidad and Tobago", "code": "TT"},
222
- {"name": "Tunisia", "code": "TN"},
223
- {"name": "Turkey", "code": "TR"},
224
- {"name": "Turkmenistan", "code": "TM"},
225
- {"name": "Turks and Caicos Islands", "code": "TC"},
226
- {"name": "Tuvalu", "code": "TV"},
227
- {"name": "Uganda", "code": "UG"},
228
- {"name": "Ukraine", "code": "UA"},
229
- {"name": "United Arab Emirates", "code": "AE"},
230
- {"name": "United Kingdom", "code": "GB"},
231
- {"name": "United States", "code": "US"},
232
- {"name": "United States Minor Outlying Islands", "code": "UM"},
233
- {"name": "Uruguay", "code": "UY"},
234
- {"name": "Uzbekistan", "code": "UZ"},
235
- {"name": "Vanuatu", "code": "VU"},
236
- {"name": "Venezuela", "code": "VE"},
237
- {"name": "Viet Nam", "code": "VN"},
238
- {"name": "Virgin Islands, British", "code": "VG"},
239
- {"name": "Virgin Islands, U.S.", "code": "VI"},
240
- {"name": "Wallis and Futuna", "code": "WF"},
241
- {"name": "Western Sahara", "code": "EH"},
242
- {"name": "Yemen", "code": "YE"},
243
- {"name": "Zambia", "code": "ZM"},
244
- {"name": "Zimbabwe", "code": "ZW"}
245
- ]