@eui/core 15.4.1 → 15.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +296 -296
- package/README.md +26 -26
- package/assets/i18n-eui/bg.json +114 -114
- package/assets/i18n-eui/cs.json +114 -114
- package/assets/i18n-eui/da.json +114 -114
- package/assets/i18n-eui/de.json +114 -114
- package/assets/i18n-eui/el.json +114 -114
- package/assets/i18n-eui/en.json +113 -113
- package/assets/i18n-eui/es.json +114 -114
- package/assets/i18n-eui/et.json +114 -114
- package/assets/i18n-eui/fi.json +114 -114
- package/assets/i18n-eui/fr.json +114 -114
- package/assets/i18n-eui/ga.json +114 -114
- package/assets/i18n-eui/hr.json +114 -114
- package/assets/i18n-eui/hu.json +114 -114
- package/assets/i18n-eui/it.json +114 -114
- package/assets/i18n-eui/lt.json +114 -114
- package/assets/i18n-eui/lv.json +114 -114
- package/assets/i18n-eui/mt.json +114 -114
- package/assets/i18n-eui/nl.json +114 -114
- package/assets/i18n-eui/pl.json +114 -114
- package/assets/i18n-eui/pt.json +114 -114
- package/assets/i18n-eui/ro.json +114 -114
- package/assets/i18n-eui/sk.json +114 -114
- package/assets/i18n-eui/sl.json +114 -114
- package/assets/i18n-eui/sv.json +114 -114
- package/docs/classes/RouterMock.html +5 -5
- package/docs/dependencies.html +7 -95
- package/docs/index.html +59 -36
- package/docs/injectables/CoreAppEffects.html +51 -51
- package/docs/js/menu-wc.js +7 -12
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1211 -1211
- package/esm2020/eui-core.mjs +4 -4
- package/esm2020/index.mjs +13 -13
- package/esm2020/lib/eui-core.module.mjs +78 -78
- package/esm2020/lib/helpers/date-helpers.mjs +3 -3
- package/esm2020/lib/helpers/dom-helpers.mjs +87 -87
- package/esm2020/lib/helpers/event-helpers.mjs +9 -9
- package/esm2020/lib/helpers/form-helpers.mjs +42 -42
- package/esm2020/lib/helpers/format-helpers.mjs +66 -66
- package/esm2020/lib/helpers/http-helpers.mjs +7 -7
- package/esm2020/lib/helpers/index.mjs +8 -8
- package/esm2020/lib/helpers/utils.mjs +7 -7
- package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +35 -35
- package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +21 -21
- package/esm2020/lib/interceptors/cors-security.interceptor.mjs +15 -15
- package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +15 -15
- package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +72 -72
- package/esm2020/lib/interceptors/index.mjs +8 -8
- package/esm2020/lib/interceptors/openid/index.mjs +4 -4
- package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +149 -149
- package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +56 -56
- package/esm2020/lib/interceptors/openid/openid-connect.service.mock.mjs +8 -8
- package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +31 -31
- package/esm2020/lib/services/app/eui-init-app.mjs +29 -29
- package/esm2020/lib/services/app/eui-pre-init-app.mjs +43 -43
- package/esm2020/lib/services/app/eui-startup.mjs +40 -40
- package/esm2020/lib/services/app/factories/log.mjs +55 -55
- package/esm2020/lib/services/app/index.mjs +2 -2
- package/esm2020/lib/services/config/defaults.mjs +68 -68
- package/esm2020/lib/services/config/tokens.mjs +74 -74
- package/esm2020/lib/services/errors/eui.error.mjs +38 -38
- package/esm2020/lib/services/errors/global-error-handler.mjs +24 -24
- package/esm2020/lib/services/errors/http-error-handler-callback-functions.mjs +17 -17
- package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +55 -55
- package/esm2020/lib/services/errors/index.mjs +5 -5
- package/esm2020/lib/services/i18n/i18n.loader.mjs +198 -198
- package/esm2020/lib/services/i18n/i18n.resource.mjs +43 -43
- package/esm2020/lib/services/i18n/i18n.service.mjs +228 -228
- package/esm2020/lib/services/i18n/i18n.service.mock.mjs +38 -38
- package/esm2020/lib/services/i18n/index.mjs +6 -6
- package/esm2020/lib/services/index.mjs +19 -19
- package/esm2020/lib/services/locale/index.mjs +3 -3
- package/esm2020/lib/services/locale/locale.service.mjs +232 -232
- package/esm2020/lib/services/locale/locale.service.mock.mjs +43 -43
- package/esm2020/lib/services/log/index.mjs +4 -4
- package/esm2020/lib/services/log/log.module.mjs +38 -38
- package/esm2020/lib/services/log/log.service.mjs +51 -51
- package/esm2020/lib/services/log/log.service.mock.mjs +7 -7
- package/esm2020/lib/services/permission/permission.service.mjs +110 -110
- package/esm2020/lib/services/queue/api-queue.service.mjs +137 -137
- package/esm2020/lib/services/queue/api-queue.service.mock.mjs +23 -23
- package/esm2020/lib/services/queue/index.mjs +3 -3
- package/esm2020/lib/services/storage/async-storage.service.mjs +17 -17
- package/esm2020/lib/services/storage/async-storage.service.mock.mjs +22 -22
- package/esm2020/lib/services/storage/index.mjs +8 -8
- package/esm2020/lib/services/storage/local-forage.service.mjs +93 -93
- package/esm2020/lib/services/storage/local-storage.service.mjs +75 -75
- package/esm2020/lib/services/storage/session-storage.service.mjs +75 -75
- package/esm2020/lib/services/storage/storage.service.mjs +6 -6
- package/esm2020/lib/services/storage/storage.service.mock.mjs +12 -12
- package/esm2020/lib/services/store/actions/app.actions.mjs +74 -74
- package/esm2020/lib/services/store/actions/i18n.actions.mjs +11 -11
- package/esm2020/lib/services/store/actions/index.mjs +6 -6
- package/esm2020/lib/services/store/actions/locale.actions.mjs +11 -11
- package/esm2020/lib/services/store/actions/notifications.actions.mjs +11 -11
- package/esm2020/lib/services/store/actions/user.actions.mjs +39 -39
- package/esm2020/lib/services/store/effects/app.effects.mjs +55 -55
- package/esm2020/lib/services/store/effects/index.mjs +4 -4
- package/esm2020/lib/services/store/index.mjs +6 -6
- package/esm2020/lib/services/store/reducers/app.reducers.mjs +56 -56
- package/esm2020/lib/services/store/reducers/core.reducers.mjs +13 -13
- package/esm2020/lib/services/store/reducers/i18n.reducers.mjs +16 -16
- package/esm2020/lib/services/store/reducers/index.mjs +8 -8
- package/esm2020/lib/services/store/reducers/locale.reducers.mjs +16 -16
- package/esm2020/lib/services/store/reducers/meta.reducers.mjs +89 -89
- package/esm2020/lib/services/store/reducers/notifications.reducers.mjs +13 -13
- package/esm2020/lib/services/store/reducers/user.reducers.mjs +43 -43
- package/esm2020/lib/services/store/store.service.mjs +112 -112
- package/esm2020/lib/services/store/store.service.mock.mjs +22 -22
- package/esm2020/lib/services/user/index.mjs +3 -3
- package/esm2020/lib/services/user/user.service.mjs +64 -64
- package/esm2020/lib/services/user/user.service.mock.mjs +32 -32
- package/esm2020/lib/services/ux-app-shell.service.mjs +690 -690
- package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +63 -63
- package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +66 -66
- package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +99 -99
- package/esm2020/lib/services/ux-error-feedback/ux-error-handler.operator.mjs +16 -16
- package/esm2020/lib/services/ux-timezone.service.mjs +716 -716
- package/fesm2015/eui-core.mjs +4484 -4484
- package/fesm2015/eui-core.mjs.map +1 -1
- package/fesm2020/eui-core.mjs +4538 -4538
- package/fesm2020/eui-core.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/eui-core.module.d.ts +20 -20
- package/lib/helpers/date-helpers.d.ts +2 -2
- package/lib/helpers/dom-helpers.d.ts +26 -26
- package/lib/helpers/event-helpers.d.ts +1 -1
- package/lib/helpers/form-helpers.d.ts +10 -10
- package/lib/helpers/format-helpers.d.ts +12 -12
- package/lib/helpers/http-helpers.d.ts +2 -2
- package/lib/helpers/index.d.ts +7 -7
- package/lib/helpers/utils.d.ts +6 -6
- package/lib/interceptors/add-lang-param.interceptor.d.ts +16 -16
- package/lib/interceptors/cache-prevention.interceptor.d.ts +8 -8
- package/lib/interceptors/cors-security.interceptor.d.ts +8 -8
- package/lib/interceptors/csrf-prevention.interceptor.d.ts +8 -8
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +12 -12
- package/lib/interceptors/index.d.ts +7 -7
- package/lib/interceptors/openid/index.d.ts +3 -3
- package/lib/interceptors/openid/openid-connect.interceptor.d.ts +14 -14
- package/lib/interceptors/openid/openid-connect.service.d.ts +17 -17
- package/lib/interceptors/openid/openid-connect.service.mock.d.ts +5 -5
- package/lib/interceptors/ux-request-error-model.interceptor.d.ts +13 -13
- package/lib/services/app/eui-init-app.d.ts +2 -2
- package/lib/services/app/eui-pre-init-app.d.ts +16 -16
- package/lib/services/app/eui-startup.d.ts +4 -4
- package/lib/services/app/factories/log.d.ts +25 -25
- package/lib/services/app/index.d.ts +1 -1
- package/lib/services/config/defaults.d.ts +11 -11
- package/lib/services/config/tokens.d.ts +19 -19
- package/lib/services/errors/eui.error.d.ts +15 -15
- package/lib/services/errors/global-error-handler.d.ts +10 -10
- package/lib/services/errors/http-error-handler-callback-functions.d.ts +6 -6
- package/lib/services/errors/http-error-handler.interceptor.d.ts +22 -22
- package/lib/services/errors/index.d.ts +4 -4
- package/lib/services/i18n/i18n.loader.d.ts +79 -79
- package/lib/services/i18n/i18n.resource.d.ts +35 -35
- package/lib/services/i18n/i18n.service.d.ts +73 -73
- package/lib/services/i18n/i18n.service.mock.d.ts +19 -19
- package/lib/services/i18n/index.d.ts +4 -4
- package/lib/services/index.d.ts +18 -18
- package/lib/services/locale/index.d.ts +2 -2
- package/lib/services/locale/locale.service.d.ts +68 -68
- package/lib/services/locale/locale.service.mock.d.ts +15 -15
- package/lib/services/log/index.d.ts +3 -3
- package/lib/services/log/log.module.d.ts +15 -15
- package/lib/services/log/log.service.d.ts +27 -27
- package/lib/services/log/log.service.mock.d.ts +4 -4
- package/lib/services/permission/permission.service.d.ts +52 -52
- package/lib/services/queue/api-queue.service.d.ts +76 -76
- package/lib/services/queue/api-queue.service.mock.d.ts +13 -13
- package/lib/services/queue/index.d.ts +2 -2
- package/lib/services/storage/async-storage.service.d.ts +44 -44
- package/lib/services/storage/async-storage.service.mock.d.ts +11 -11
- package/lib/services/storage/index.d.ts +7 -7
- package/lib/services/storage/local-forage.service.d.ts +48 -48
- package/lib/services/storage/local-storage.service.d.ts +34 -34
- package/lib/services/storage/session-storage.service.d.ts +34 -34
- package/lib/services/storage/storage.service.d.ts +28 -28
- package/lib/services/storage/storage.service.mock.d.ts +7 -7
- package/lib/services/store/actions/app.actions.d.ts +82 -82
- package/lib/services/store/actions/i18n.actions.d.ts +11 -11
- package/lib/services/store/actions/index.d.ts +5 -5
- package/lib/services/store/actions/locale.actions.d.ts +11 -11
- package/lib/services/store/actions/notifications.actions.d.ts +10 -10
- package/lib/services/store/actions/user.actions.d.ts +35 -35
- package/lib/services/store/effects/app.effects.d.ts +19 -19
- package/lib/services/store/effects/index.d.ts +3 -3
- package/lib/services/store/index.d.ts +5 -5
- package/lib/services/store/reducers/app.reducers.d.ts +3 -3
- package/lib/services/store/reducers/core.reducers.d.ts +3 -3
- package/lib/services/store/reducers/i18n.reducers.d.ts +3 -3
- package/lib/services/store/reducers/index.d.ts +7 -7
- package/lib/services/store/reducers/locale.reducers.d.ts +3 -3
- package/lib/services/store/reducers/meta.reducers.d.ts +17 -17
- package/lib/services/store/reducers/notifications.reducers.d.ts +3 -3
- package/lib/services/store/reducers/user.reducers.d.ts +3 -3
- package/lib/services/store/store.service.d.ts +43 -43
- package/lib/services/store/store.service.mock.d.ts +12 -12
- package/lib/services/user/index.d.ts +2 -2
- package/lib/services/user/user.service.d.ts +15 -15
- package/lib/services/user/user.service.mock.d.ts +16 -16
- package/lib/services/ux-app-shell.service.d.ts +155 -155
- package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts +36 -36
- package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts +14 -14
- package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts +35 -35
- package/lib/services/ux-error-feedback/ux-error-handler.operator.d.ts +3 -3
- package/lib/services/ux-timezone.service.d.ts +269 -269
- package/package.json +2 -2
- package/docs/overview.html +0 -171
|
@@ -383,15 +383,15 @@
|
|
|
383
383
|
</tr>
|
|
384
384
|
<tr>
|
|
385
385
|
<td class="col-md-4">
|
|
386
|
-
<i>Default value : </i><code>{
|
|
387
|
-
[CoreAppActionTypes.UPDATE_APP_VERSION]: updateAppVersion,
|
|
388
|
-
[CoreAppActionTypes.UPDATE_APP_CONNECTION]: updateAppConnection,
|
|
389
|
-
[CoreAppActionTypes.ADD_APP_LOADED_CONFIG_MODULES]: AddAppLoadedConfigModules,
|
|
390
|
-
[CoreAppActionTypes.UPDATE_APP_STATUS]: updateAppStatus,
|
|
391
|
-
[CoreAppActionTypes.UPDATE_CURRENT_MODULE]: updateCurrentModule,
|
|
392
|
-
[CoreAppActionTypes.ADD_API_QUEUE_ITEM]: addApiQueueItem,
|
|
393
|
-
[CoreAppActionTypes.REMOVE_API_QUEUE_ITEM]: removeApiQueueItem,
|
|
394
|
-
[CoreAppActionTypes.EMPTY_API_QUEUE]: emptyApiQueue,
|
|
386
|
+
<i>Default value : </i><code>{
|
|
387
|
+
[CoreAppActionTypes.UPDATE_APP_VERSION]: updateAppVersion,
|
|
388
|
+
[CoreAppActionTypes.UPDATE_APP_CONNECTION]: updateAppConnection,
|
|
389
|
+
[CoreAppActionTypes.ADD_APP_LOADED_CONFIG_MODULES]: AddAppLoadedConfigModules,
|
|
390
|
+
[CoreAppActionTypes.UPDATE_APP_STATUS]: updateAppStatus,
|
|
391
|
+
[CoreAppActionTypes.UPDATE_CURRENT_MODULE]: updateCurrentModule,
|
|
392
|
+
[CoreAppActionTypes.ADD_API_QUEUE_ITEM]: addApiQueueItem,
|
|
393
|
+
[CoreAppActionTypes.REMOVE_API_QUEUE_ITEM]: removeApiQueueItem,
|
|
394
|
+
[CoreAppActionTypes.EMPTY_API_QUEUE]: emptyApiQueue,
|
|
395
395
|
}</code>
|
|
396
396
|
</td>
|
|
397
397
|
</tr>
|
|
@@ -412,12 +412,12 @@
|
|
|
412
412
|
</tr>
|
|
413
413
|
<tr>
|
|
414
414
|
<td class="col-md-4">
|
|
415
|
-
<i>Default value : </i><code>(state: AppState, action: AddApiQueueItemAction) => {
|
|
416
|
-
// apply the timestamp to the queue item
|
|
417
|
-
const apiQueueItem = Object.assign({}, action.payload.item, { timestamp: new Date().getTime() });
|
|
418
|
-
// update the queue
|
|
419
|
-
const apiQueue = Object.assign({}, state.apiQueue, { [action.payload.id]: apiQueueItem });
|
|
420
|
-
return Object.assign({}, state, { apiQueue });
|
|
415
|
+
<i>Default value : </i><code>(state: AppState, action: AddApiQueueItemAction) => {
|
|
416
|
+
// apply the timestamp to the queue item
|
|
417
|
+
const apiQueueItem = Object.assign({}, action.payload.item, { timestamp: new Date().getTime() });
|
|
418
|
+
// update the queue
|
|
419
|
+
const apiQueue = Object.assign({}, state.apiQueue, { [action.payload.id]: apiQueueItem });
|
|
420
|
+
return Object.assign({}, state, { apiQueue });
|
|
421
421
|
}</code>
|
|
422
422
|
</td>
|
|
423
423
|
</tr>
|
|
@@ -438,17 +438,17 @@
|
|
|
438
438
|
</tr>
|
|
439
439
|
<tr>
|
|
440
440
|
<td class="col-md-4">
|
|
441
|
-
<i>Default value : </i><code>(state: AppState, action: AddAppLoadedConfigModulesAction): AppState => ({
|
|
442
|
-
...state,
|
|
443
|
-
loadedConfigModules: {
|
|
444
|
-
lastAddedModule: action.payload.moduleName,
|
|
445
|
-
modulesConfig: {
|
|
446
|
-
...state.loadedConfigModules.modulesConfig,
|
|
447
|
-
[action.payload.moduleName]: {
|
|
448
|
-
...action.payload.moduleConfig,
|
|
449
|
-
},
|
|
450
|
-
},
|
|
451
|
-
},
|
|
441
|
+
<i>Default value : </i><code>(state: AppState, action: AddAppLoadedConfigModulesAction): AppState => ({
|
|
442
|
+
...state,
|
|
443
|
+
loadedConfigModules: {
|
|
444
|
+
lastAddedModule: action.payload.moduleName,
|
|
445
|
+
modulesConfig: {
|
|
446
|
+
...state.loadedConfigModules.modulesConfig,
|
|
447
|
+
[action.payload.moduleName]: {
|
|
448
|
+
...action.payload.moduleConfig,
|
|
449
|
+
},
|
|
450
|
+
},
|
|
451
|
+
},
|
|
452
452
|
})</code>
|
|
453
453
|
</td>
|
|
454
454
|
</tr>
|
|
@@ -475,12 +475,12 @@
|
|
|
475
475
|
</tr>
|
|
476
476
|
<tr>
|
|
477
477
|
<td class="col-md-4">
|
|
478
|
-
<i>Default value : </i><code>(state = initialAppState, action: CoreAppActions) => {
|
|
479
|
-
if (actionToReducerMap[action.type]) {
|
|
480
|
-
return actionToReducerMap[action.type](state, action);
|
|
481
|
-
}
|
|
482
|
-
// if the action type is not in the map, call the base reducers method
|
|
483
|
-
return state;
|
|
478
|
+
<i>Default value : </i><code>(state = initialAppState, action: CoreAppActions) => {
|
|
479
|
+
if (actionToReducerMap[action.type]) {
|
|
480
|
+
return actionToReducerMap[action.type](state, action);
|
|
481
|
+
}
|
|
482
|
+
// if the action type is not in the map, call the base reducers method
|
|
483
|
+
return state;
|
|
484
484
|
}</code>
|
|
485
485
|
</td>
|
|
486
486
|
</tr>
|
|
@@ -501,8 +501,8 @@
|
|
|
501
501
|
</tr>
|
|
502
502
|
<tr>
|
|
503
503
|
<td class="col-md-4">
|
|
504
|
-
<i>Default value : </i><code>(state: AppState, action: EmptyApiQueueAction) =>
|
|
505
|
-
// remove all items in the Api Queue
|
|
504
|
+
<i>Default value : </i><code>(state: AppState, action: EmptyApiQueueAction) =>
|
|
505
|
+
// remove all items in the Api Queue
|
|
506
506
|
Object.assign({}, state, { apiQueue: {} })</code>
|
|
507
507
|
</td>
|
|
508
508
|
</tr>
|
|
@@ -523,15 +523,15 @@
|
|
|
523
523
|
</tr>
|
|
524
524
|
<tr>
|
|
525
525
|
<td class="col-md-4">
|
|
526
|
-
<i>Default value : </i><code>(state: AppState, action: RemoveApiQueueItemAction) => {
|
|
527
|
-
// remove the specified id from the list of item ids and recreate the apiQueue from the remaining ids
|
|
528
|
-
const apiQueue = Object.keys(state.apiQueue)
|
|
529
|
-
.filter((id) => id !== action.payload)
|
|
530
|
-
.reduce((queue, key) => {
|
|
531
|
-
queue[key] = state.apiQueue[key];
|
|
532
|
-
return queue;
|
|
533
|
-
}, {});
|
|
534
|
-
return Object.assign({}, state, { apiQueue });
|
|
526
|
+
<i>Default value : </i><code>(state: AppState, action: RemoveApiQueueItemAction) => {
|
|
527
|
+
// remove the specified id from the list of item ids and recreate the apiQueue from the remaining ids
|
|
528
|
+
const apiQueue = Object.keys(state.apiQueue)
|
|
529
|
+
.filter((id) => id !== action.payload)
|
|
530
|
+
.reduce((queue, key) => {
|
|
531
|
+
queue[key] = state.apiQueue[key];
|
|
532
|
+
return queue;
|
|
533
|
+
}, {});
|
|
534
|
+
return Object.assign({}, state, { apiQueue });
|
|
535
535
|
}</code>
|
|
536
536
|
</td>
|
|
537
537
|
</tr>
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
</tr>
|
|
613
613
|
<tr>
|
|
614
614
|
<td class="col-md-4">
|
|
615
|
-
<i>Default value : </i><code>(state: AppState, action: UpdateCurrentModuleAction) =>
|
|
615
|
+
<i>Default value : </i><code>(state: AppState, action: UpdateCurrentModuleAction) =>
|
|
616
616
|
Object.assign({}, state, { currentModule: action.payload })</code>
|
|
617
617
|
</td>
|
|
618
618
|
</tr>
|
|
@@ -642,8 +642,8 @@
|
|
|
642
642
|
</tr>
|
|
643
643
|
<tr>
|
|
644
644
|
<td class="col-md-4">
|
|
645
|
-
<i>Default value : </i><code>{
|
|
646
|
-
[CoreI18nActionTypes.UPDATE_I18N_STATE]: updateI18nState,
|
|
645
|
+
<i>Default value : </i><code>{
|
|
646
|
+
[CoreI18nActionTypes.UPDATE_I18N_STATE]: updateI18nState,
|
|
647
647
|
}</code>
|
|
648
648
|
</td>
|
|
649
649
|
</tr>
|
|
@@ -670,11 +670,11 @@
|
|
|
670
670
|
</tr>
|
|
671
671
|
<tr>
|
|
672
672
|
<td class="col-md-4">
|
|
673
|
-
<i>Default value : </i><code>(state = initialI18nState, action: CoreI18nActions) => {
|
|
674
|
-
if (actionToReducerMap[action.type]) {
|
|
675
|
-
return actionToReducerMap[action.type](state, action);
|
|
676
|
-
}
|
|
677
|
-
return state;
|
|
673
|
+
<i>Default value : </i><code>(state = initialI18nState, action: CoreI18nActions) => {
|
|
674
|
+
if (actionToReducerMap[action.type]) {
|
|
675
|
+
return actionToReducerMap[action.type](state, action);
|
|
676
|
+
}
|
|
677
|
+
return state;
|
|
678
678
|
}</code>
|
|
679
679
|
</td>
|
|
680
680
|
</tr>
|
|
@@ -695,9 +695,9 @@
|
|
|
695
695
|
</tr>
|
|
696
696
|
<tr>
|
|
697
697
|
<td class="col-md-4">
|
|
698
|
-
<i>Default value : </i><code>(state: I18nState, action: UpdateI18nStateAction) => ({
|
|
699
|
-
...state,
|
|
700
|
-
...action.payload,
|
|
698
|
+
<i>Default value : </i><code>(state: I18nState, action: UpdateI18nStateAction) => ({
|
|
699
|
+
...state,
|
|
700
|
+
...action.payload,
|
|
701
701
|
})</code>
|
|
702
702
|
</td>
|
|
703
703
|
</tr>
|
|
@@ -727,8 +727,8 @@
|
|
|
727
727
|
</tr>
|
|
728
728
|
<tr>
|
|
729
729
|
<td class="col-md-4">
|
|
730
|
-
<i>Default value : </i><code>{
|
|
731
|
-
[CoreLocaleActionTypes.UPDATE_LOCALE_STATE]: updateLocaleState,
|
|
730
|
+
<i>Default value : </i><code>{
|
|
731
|
+
[CoreLocaleActionTypes.UPDATE_LOCALE_STATE]: updateLocaleState,
|
|
732
732
|
}</code>
|
|
733
733
|
</td>
|
|
734
734
|
</tr>
|
|
@@ -755,14 +755,14 @@
|
|
|
755
755
|
</tr>
|
|
756
756
|
<tr>
|
|
757
757
|
<td class="col-md-4">
|
|
758
|
-
<i>Default value : </i><code>(
|
|
759
|
-
state = initialLocaleState,
|
|
760
|
-
action: CoreLocaleActions
|
|
761
|
-
) => {
|
|
762
|
-
if (actionToReducerMap[action.type]) {
|
|
763
|
-
return actionToReducerMap[action.type](state, action);
|
|
764
|
-
}
|
|
765
|
-
return state;
|
|
758
|
+
<i>Default value : </i><code>(
|
|
759
|
+
state = initialLocaleState,
|
|
760
|
+
action: CoreLocaleActions
|
|
761
|
+
) => {
|
|
762
|
+
if (actionToReducerMap[action.type]) {
|
|
763
|
+
return actionToReducerMap[action.type](state, action);
|
|
764
|
+
}
|
|
765
|
+
return state;
|
|
766
766
|
}</code>
|
|
767
767
|
</td>
|
|
768
768
|
</tr>
|
|
@@ -783,9 +783,9 @@
|
|
|
783
783
|
</tr>
|
|
784
784
|
<tr>
|
|
785
785
|
<td class="col-md-4">
|
|
786
|
-
<i>Default value : </i><code>(state: LocaleState, action: UpdateLocaleStateAction): LocaleState => ({
|
|
787
|
-
...state,
|
|
788
|
-
...action.payload,
|
|
786
|
+
<i>Default value : </i><code>(state: LocaleState, action: UpdateLocaleStateAction): LocaleState => ({
|
|
787
|
+
...state,
|
|
788
|
+
...action.payload,
|
|
789
789
|
})</code>
|
|
790
790
|
</td>
|
|
791
791
|
</tr>
|
|
@@ -815,8 +815,8 @@
|
|
|
815
815
|
</tr>
|
|
816
816
|
<tr>
|
|
817
817
|
<td class="col-md-4">
|
|
818
|
-
<i>Default value : </i><code>{
|
|
819
|
-
[CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST]: updateNotificationsList,
|
|
818
|
+
<i>Default value : </i><code>{
|
|
819
|
+
[CoreNotificationsActionTypes.UPDATE_NOTIFICATIONS_LIST]: updateNotificationsList,
|
|
820
820
|
}</code>
|
|
821
821
|
</td>
|
|
822
822
|
</tr>
|
|
@@ -843,14 +843,14 @@
|
|
|
843
843
|
</tr>
|
|
844
844
|
<tr>
|
|
845
845
|
<td class="col-md-4">
|
|
846
|
-
<i>Default value : </i><code>(
|
|
847
|
-
state = initialNotificationsState,
|
|
848
|
-
action: CoreNotificationsActions
|
|
849
|
-
) => {
|
|
850
|
-
if (actionToReducerMap[action.type]) {
|
|
851
|
-
return actionToReducerMap[action.type](state, action);
|
|
852
|
-
}
|
|
853
|
-
return state;
|
|
846
|
+
<i>Default value : </i><code>(
|
|
847
|
+
state = initialNotificationsState,
|
|
848
|
+
action: CoreNotificationsActions
|
|
849
|
+
) => {
|
|
850
|
+
if (actionToReducerMap[action.type]) {
|
|
851
|
+
return actionToReducerMap[action.type](state, action);
|
|
852
|
+
}
|
|
853
|
+
return state;
|
|
854
854
|
}</code>
|
|
855
855
|
</td>
|
|
856
856
|
</tr>
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
</tr>
|
|
872
872
|
<tr>
|
|
873
873
|
<td class="col-md-4">
|
|
874
|
-
<i>Default value : </i><code>(state: NotificationsState, action: UpdateNotificationsListAction) =>
|
|
874
|
+
<i>Default value : </i><code>(state: NotificationsState, action: UpdateNotificationsListAction) =>
|
|
875
875
|
Object.assign({}, state, { list: [...action.payload] })</code>
|
|
876
876
|
</td>
|
|
877
877
|
</tr>
|
|
@@ -901,12 +901,12 @@
|
|
|
901
901
|
</tr>
|
|
902
902
|
<tr>
|
|
903
903
|
<td class="col-md-4">
|
|
904
|
-
<i>Default value : </i><code>{
|
|
905
|
-
[CoreUserActionTypes.UPDATE_USER_DETAILS]: updateUserDetails,
|
|
906
|
-
[CoreUserActionTypes.UPDATE_USER_PREFERENCES]: updateUserPreferences,
|
|
907
|
-
[CoreUserActionTypes.UPDATE_USER_STATE]: updateUser,
|
|
908
|
-
[CoreUserActionTypes.UPDATE_USER_RIGHTS]: updateUserRights,
|
|
909
|
-
[CoreUserActionTypes.UPDATE_USER_DASHBOARD]: updateUserDashboard,
|
|
904
|
+
<i>Default value : </i><code>{
|
|
905
|
+
[CoreUserActionTypes.UPDATE_USER_DETAILS]: updateUserDetails,
|
|
906
|
+
[CoreUserActionTypes.UPDATE_USER_PREFERENCES]: updateUserPreferences,
|
|
907
|
+
[CoreUserActionTypes.UPDATE_USER_STATE]: updateUser,
|
|
908
|
+
[CoreUserActionTypes.UPDATE_USER_RIGHTS]: updateUserRights,
|
|
909
|
+
[CoreUserActionTypes.UPDATE_USER_DASHBOARD]: updateUserDashboard,
|
|
910
910
|
}</code>
|
|
911
911
|
</td>
|
|
912
912
|
</tr>
|
|
@@ -933,11 +933,11 @@
|
|
|
933
933
|
</tr>
|
|
934
934
|
<tr>
|
|
935
935
|
<td class="col-md-4">
|
|
936
|
-
<i>Default value : </i><code>(state = initialUserState, action: CoreUserActions) => {
|
|
937
|
-
if (actionToReducerMap[action.type]) {
|
|
938
|
-
return actionToReducerMap[action.type](state, action);
|
|
939
|
-
}
|
|
940
|
-
return state;
|
|
936
|
+
<i>Default value : </i><code>(state = initialUserState, action: CoreUserActions) => {
|
|
937
|
+
if (actionToReducerMap[action.type]) {
|
|
938
|
+
return actionToReducerMap[action.type](state, action);
|
|
939
|
+
}
|
|
940
|
+
return state;
|
|
941
941
|
}</code>
|
|
942
942
|
</td>
|
|
943
943
|
</tr>
|
|
@@ -958,12 +958,12 @@
|
|
|
958
958
|
</tr>
|
|
959
959
|
<tr>
|
|
960
960
|
<td class="col-md-4">
|
|
961
|
-
<i>Default value : </i><code>(state: UserState, action: UpdateUserStateAction): UserState => {
|
|
962
|
-
let fullName = action.payload.fullName;
|
|
963
|
-
if (!fullName) {
|
|
964
|
-
fullName = `${action.payload.firstName || ''} ${action.payload.lastName || ''}`.trim();
|
|
965
|
-
}
|
|
966
|
-
return Object.assign({}, state, action.payload, { fullName });
|
|
961
|
+
<i>Default value : </i><code>(state: UserState, action: UpdateUserStateAction): UserState => {
|
|
962
|
+
let fullName = action.payload.fullName;
|
|
963
|
+
if (!fullName) {
|
|
964
|
+
fullName = `${action.payload.firstName || ''} ${action.payload.lastName || ''}`.trim();
|
|
965
|
+
}
|
|
966
|
+
return Object.assign({}, state, action.payload, { fullName });
|
|
967
967
|
}</code>
|
|
968
968
|
</td>
|
|
969
969
|
</tr>
|
|
@@ -984,11 +984,11 @@
|
|
|
984
984
|
</tr>
|
|
985
985
|
<tr>
|
|
986
986
|
<td class="col-md-4">
|
|
987
|
-
<i>Default value : </i><code>(state: UserState, action: UpdateUserDashboardAction) => {
|
|
988
|
-
// apply the dashboard to preferences
|
|
989
|
-
const preferences = Object.assign({}, state.preferences, { dashboard: action.payload });
|
|
990
|
-
// update the state
|
|
991
|
-
return { ...state, preferences };
|
|
987
|
+
<i>Default value : </i><code>(state: UserState, action: UpdateUserDashboardAction) => {
|
|
988
|
+
// apply the dashboard to preferences
|
|
989
|
+
const preferences = Object.assign({}, state.preferences, { dashboard: action.payload });
|
|
990
|
+
// update the state
|
|
991
|
+
return { ...state, preferences };
|
|
992
992
|
}</code>
|
|
993
993
|
</td>
|
|
994
994
|
</tr>
|
|
@@ -1009,14 +1009,14 @@
|
|
|
1009
1009
|
</tr>
|
|
1010
1010
|
<tr>
|
|
1011
1011
|
<td class="col-md-4">
|
|
1012
|
-
<i>Default value : </i><code>(state: UserState, action: UpdateUserDetailsAction): UserState => {
|
|
1013
|
-
let fullName = action.payload.fullName;
|
|
1014
|
-
if (!fullName) {
|
|
1015
|
-
fullName = `${action.payload.firstName || ''} ${action.payload.lastName || ''}`.trim();
|
|
1016
|
-
}
|
|
1017
|
-
// todo should be checked if state.details is really there
|
|
1018
|
-
const details = Object.assign({}, state.details, action.payload, { fullName });
|
|
1019
|
-
return Object.assign({}, state, details);
|
|
1012
|
+
<i>Default value : </i><code>(state: UserState, action: UpdateUserDetailsAction): UserState => {
|
|
1013
|
+
let fullName = action.payload.fullName;
|
|
1014
|
+
if (!fullName) {
|
|
1015
|
+
fullName = `${action.payload.firstName || ''} ${action.payload.lastName || ''}`.trim();
|
|
1016
|
+
}
|
|
1017
|
+
// todo should be checked if state.details is really there
|
|
1018
|
+
const details = Object.assign({}, state.details, action.payload, { fullName });
|
|
1019
|
+
return Object.assign({}, state, details);
|
|
1020
1020
|
}</code>
|
|
1021
1021
|
</td>
|
|
1022
1022
|
</tr>
|
|
@@ -1037,9 +1037,9 @@
|
|
|
1037
1037
|
</tr>
|
|
1038
1038
|
<tr>
|
|
1039
1039
|
<td class="col-md-4">
|
|
1040
|
-
<i>Default value : </i><code>(state: UserState, action: UpdateUserPreferencesAction): UserState => {
|
|
1041
|
-
const preferences = Object.assign({}, state.preferences, action.payload);
|
|
1042
|
-
return Object.assign({}, state, { preferences });
|
|
1040
|
+
<i>Default value : </i><code>(state: UserState, action: UpdateUserPreferencesAction): UserState => {
|
|
1041
|
+
const preferences = Object.assign({}, state.preferences, action.payload);
|
|
1042
|
+
return Object.assign({}, state, { preferences });
|
|
1043
1043
|
}</code>
|
|
1044
1044
|
</td>
|
|
1045
1045
|
</tr>
|
|
@@ -1060,7 +1060,7 @@
|
|
|
1060
1060
|
</tr>
|
|
1061
1061
|
<tr>
|
|
1062
1062
|
<td class="col-md-4">
|
|
1063
|
-
<i>Default value : </i><code>(state: UserState, action: UpdateUserRightsAction): UserState =>
|
|
1063
|
+
<i>Default value : </i><code>(state: UserState, action: UpdateUserRightsAction): UserState =>
|
|
1064
1064
|
Object.assign({}, state, { rights: [...action.payload] })</code>
|
|
1065
1065
|
</td>
|
|
1066
1066
|
</tr>
|
|
@@ -1395,43 +1395,43 @@
|
|
|
1395
1395
|
</tr>
|
|
1396
1396
|
<tr>
|
|
1397
1397
|
<td class="col-md-4">
|
|
1398
|
-
<i>Default value : </i><code><S extends CoreState>(reducer: ActionReducer<S>, storage: Storage) =>
|
|
1399
|
-
function (state: S, action: Action): S {
|
|
1400
|
-
if (action.type === CoreAppActionTypes.INIT_STORE) {
|
|
1401
|
-
// This action must be dispatched from an app initializer
|
|
1402
|
-
// We load the state from a storage and compare the version and userId with the provided ones.
|
|
1403
|
-
// If they are the same, we merge the local state into the initial state.
|
|
1404
|
-
// If there is a mismatch, we don't merge the local state, but update only the initial state.
|
|
1405
|
-
|
|
1406
|
-
// load the state from the localStorage
|
|
1407
|
-
const localState: S = loadState<S>(storage);
|
|
1408
|
-
|
|
1409
|
-
// extract the details about user and app version from the action payload
|
|
1410
|
-
const payload = (action as InitStoreAction).payload;
|
|
1411
|
-
const payloadVersion = payload?.version;
|
|
1412
|
-
|
|
1413
|
-
if (localState) {
|
|
1414
|
-
// TODO: Why all these checks here? What is the purpose of this code?
|
|
1415
|
-
// extract the details about user and app version from the storage state
|
|
1416
|
-
const localVersion = localState?.app?.version;
|
|
1417
|
-
// const localUserId = localState.user && localState.user.userId;
|
|
1418
|
-
|
|
1419
|
-
const isVersionOK = !localVersion || !payloadVersion || localVersion === payloadVersion;
|
|
1420
|
-
// const isUserIdOK = (localUserId === payloadUserId);
|
|
1421
|
-
|
|
1422
|
-
// update the entire state with deep merge of states, if the version and user are the same
|
|
1423
|
-
if (isVersionOK) {
|
|
1424
|
-
state = extend(true, {}, state, localState);
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
// update the app version, if defined
|
|
1429
|
-
if (payloadVersion) {
|
|
1430
|
-
state = { ...state, app: { ...state?.app, version: payloadVersion } };
|
|
1431
|
-
}
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
return reducer(state, action);
|
|
1398
|
+
<i>Default value : </i><code><S extends CoreState>(reducer: ActionReducer<S>, storage: Storage) =>
|
|
1399
|
+
function (state: S, action: Action): S {
|
|
1400
|
+
if (action.type === CoreAppActionTypes.INIT_STORE) {
|
|
1401
|
+
// This action must be dispatched from an app initializer
|
|
1402
|
+
// We load the state from a storage and compare the version and userId with the provided ones.
|
|
1403
|
+
// If they are the same, we merge the local state into the initial state.
|
|
1404
|
+
// If there is a mismatch, we don't merge the local state, but update only the initial state.
|
|
1405
|
+
|
|
1406
|
+
// load the state from the localStorage
|
|
1407
|
+
const localState: S = loadState<S>(storage);
|
|
1408
|
+
|
|
1409
|
+
// extract the details about user and app version from the action payload
|
|
1410
|
+
const payload = (action as InitStoreAction).payload;
|
|
1411
|
+
const payloadVersion = payload?.version;
|
|
1412
|
+
|
|
1413
|
+
if (localState) {
|
|
1414
|
+
// TODO: Why all these checks here? What is the purpose of this code?
|
|
1415
|
+
// extract the details about user and app version from the storage state
|
|
1416
|
+
const localVersion = localState?.app?.version;
|
|
1417
|
+
// const localUserId = localState.user && localState.user.userId;
|
|
1418
|
+
|
|
1419
|
+
const isVersionOK = !localVersion || !payloadVersion || localVersion === payloadVersion;
|
|
1420
|
+
// const isUserIdOK = (localUserId === payloadUserId);
|
|
1421
|
+
|
|
1422
|
+
// update the entire state with deep merge of states, if the version and user are the same
|
|
1423
|
+
if (isVersionOK) {
|
|
1424
|
+
state = extend(true, {}, state, localState);
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
// update the app version, if defined
|
|
1429
|
+
if (payloadVersion) {
|
|
1430
|
+
state = { ...state, app: { ...state?.app, version: payloadVersion } };
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
return reducer(state, action);
|
|
1435
1435
|
}</code>
|
|
1436
1436
|
</td>
|
|
1437
1437
|
</tr>
|
|
@@ -1498,22 +1498,22 @@
|
|
|
1498
1498
|
</tr>
|
|
1499
1499
|
<tr>
|
|
1500
1500
|
<td class="col-md-4">
|
|
1501
|
-
<i>Default value : </i><code>(app: AppState): AppState => {
|
|
1502
|
-
// in case app is undefined or null it should return empty object
|
|
1503
|
-
if (!app) {
|
|
1504
|
-
return {};
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
return (
|
|
1508
|
-
Object.keys(app)
|
|
1509
|
-
// select keys that are present in the allowed list
|
|
1510
|
-
.filter((key) => !disallowedKeys.includes(key))
|
|
1511
|
-
// build a new object with only the allowed properties
|
|
1512
|
-
.reduce((obj, key) => {
|
|
1513
|
-
obj[key] = app[key];
|
|
1514
|
-
return obj;
|
|
1515
|
-
}, {})
|
|
1516
|
-
);
|
|
1501
|
+
<i>Default value : </i><code>(app: AppState): AppState => {
|
|
1502
|
+
// in case app is undefined or null it should return empty object
|
|
1503
|
+
if (!app) {
|
|
1504
|
+
return {};
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
return (
|
|
1508
|
+
Object.keys(app)
|
|
1509
|
+
// select keys that are present in the allowed list
|
|
1510
|
+
.filter((key) => !disallowedKeys.includes(key))
|
|
1511
|
+
// build a new object with only the allowed properties
|
|
1512
|
+
.reduce((obj, key) => {
|
|
1513
|
+
obj[key] = app[key];
|
|
1514
|
+
return obj;
|
|
1515
|
+
}, {})
|
|
1516
|
+
);
|
|
1517
1517
|
}</code>
|
|
1518
1518
|
</td>
|
|
1519
1519
|
</tr>
|
|
@@ -1540,25 +1540,25 @@
|
|
|
1540
1540
|
</tr>
|
|
1541
1541
|
<tr>
|
|
1542
1542
|
<td class="col-md-4">
|
|
1543
|
-
<i>Default value : </i><code><S extends CoreState>(storage: Storage = localStorage): S => {
|
|
1544
|
-
try {
|
|
1545
|
-
// by default falls back to localStorage
|
|
1546
|
-
const serializedState = storage.getItem('state');
|
|
1547
|
-
|
|
1548
|
-
if (serializedState === null) {
|
|
1549
|
-
return undefined;
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
// deserialize state
|
|
1553
|
-
let state: S = JSON.parse(serializedState);
|
|
1554
|
-
|
|
1555
|
-
// filter AppState and replace
|
|
1556
|
-
state = { ...state, app: filterAppState(state?.app) };
|
|
1557
|
-
|
|
1558
|
-
return state;
|
|
1559
|
-
} catch (err) {
|
|
1560
|
-
return undefined;
|
|
1561
|
-
}
|
|
1543
|
+
<i>Default value : </i><code><S extends CoreState>(storage: Storage = localStorage): S => {
|
|
1544
|
+
try {
|
|
1545
|
+
// by default falls back to localStorage
|
|
1546
|
+
const serializedState = storage.getItem('state');
|
|
1547
|
+
|
|
1548
|
+
if (serializedState === null) {
|
|
1549
|
+
return undefined;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
// deserialize state
|
|
1553
|
+
let state: S = JSON.parse(serializedState);
|
|
1554
|
+
|
|
1555
|
+
// filter AppState and replace
|
|
1556
|
+
state = { ...state, app: filterAppState(state?.app) };
|
|
1557
|
+
|
|
1558
|
+
return state;
|
|
1559
|
+
} catch (err) {
|
|
1560
|
+
return undefined;
|
|
1561
|
+
}
|
|
1562
1562
|
}</code>
|
|
1563
1563
|
</td>
|
|
1564
1564
|
</tr>
|
|
@@ -1582,18 +1582,18 @@
|
|
|
1582
1582
|
</tr>
|
|
1583
1583
|
<tr>
|
|
1584
1584
|
<td class="col-md-4">
|
|
1585
|
-
<i>Default value : </i><code>(target: HTMLElement, className: string) => {
|
|
1586
|
-
let element = target;
|
|
1587
|
-
|
|
1588
|
-
while (element && element.nodeType === Node.ELEMENT_NODE) {
|
|
1589
|
-
if (element.classList.contains(className)) {
|
|
1590
|
-
return element;
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
element = element.parentElement;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
return null;
|
|
1585
|
+
<i>Default value : </i><code>(target: HTMLElement, className: string) => {
|
|
1586
|
+
let element = target;
|
|
1587
|
+
|
|
1588
|
+
while (element && element.nodeType === Node.ELEMENT_NODE) {
|
|
1589
|
+
if (element.classList.contains(className)) {
|
|
1590
|
+
return element;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
element = element.parentElement;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
return null;
|
|
1597
1597
|
}</code>
|
|
1598
1598
|
</td>
|
|
1599
1599
|
</tr>
|
|
@@ -1614,17 +1614,17 @@
|
|
|
1614
1614
|
</tr>
|
|
1615
1615
|
<tr>
|
|
1616
1616
|
<td class="col-md-4">
|
|
1617
|
-
<i>Default value : </i><code>(nativeEl: any, cssProp: string): any => {
|
|
1618
|
-
// IE
|
|
1619
|
-
if (nativeEl.currentStyle) {
|
|
1620
|
-
return nativeEl.currentStyle[cssProp];
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
if (window.getComputedStyle) {
|
|
1624
|
-
return window.getComputedStyle(nativeEl)[cssProp];
|
|
1625
|
-
}
|
|
1626
|
-
// finally try and get inline style
|
|
1627
|
-
return nativeEl.style[cssProp];
|
|
1617
|
+
<i>Default value : </i><code>(nativeEl: any, cssProp: string): any => {
|
|
1618
|
+
// IE
|
|
1619
|
+
if (nativeEl.currentStyle) {
|
|
1620
|
+
return nativeEl.currentStyle[cssProp];
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
if (window.getComputedStyle) {
|
|
1624
|
+
return window.getComputedStyle(nativeEl)[cssProp];
|
|
1625
|
+
}
|
|
1626
|
+
// finally try and get inline style
|
|
1627
|
+
return nativeEl.style[cssProp];
|
|
1628
1628
|
}</code>
|
|
1629
1629
|
</td>
|
|
1630
1630
|
</tr>
|
|
@@ -1645,23 +1645,23 @@
|
|
|
1645
1645
|
</tr>
|
|
1646
1646
|
<tr>
|
|
1647
1647
|
<td class="col-md-4">
|
|
1648
|
-
<i>Default value : </i><code>(fixture, componentClass, klass?) => {
|
|
1649
|
-
let de, el, domElement;
|
|
1650
|
-
|
|
1651
|
-
de = fixture.debugElement.query(By.css(componentClass));
|
|
1652
|
-
if (de) {
|
|
1653
|
-
el = de.nativeElement;
|
|
1654
|
-
|
|
1655
|
-
if (el && klass) {
|
|
1656
|
-
domElement = el.querySelectorAll(klass);
|
|
1657
|
-
|
|
1658
|
-
if (domElement.length <= 1) {
|
|
1659
|
-
domElement = el.querySelector(klass);
|
|
1660
|
-
}
|
|
1661
|
-
}
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
return { de, el, domElement };
|
|
1648
|
+
<i>Default value : </i><code>(fixture, componentClass, klass?) => {
|
|
1649
|
+
let de, el, domElement;
|
|
1650
|
+
|
|
1651
|
+
de = fixture.debugElement.query(By.css(componentClass));
|
|
1652
|
+
if (de) {
|
|
1653
|
+
el = de.nativeElement;
|
|
1654
|
+
|
|
1655
|
+
if (el && klass) {
|
|
1656
|
+
domElement = el.querySelectorAll(klass);
|
|
1657
|
+
|
|
1658
|
+
if (domElement.length <= 1) {
|
|
1659
|
+
domElement = el.querySelector(klass);
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
return { de, el, domElement };
|
|
1665
1665
|
}</code>
|
|
1666
1666
|
</td>
|
|
1667
1667
|
</tr>
|
|
@@ -1708,14 +1708,14 @@
|
|
|
1708
1708
|
</tr>
|
|
1709
1709
|
<tr>
|
|
1710
1710
|
<td class="col-md-4">
|
|
1711
|
-
<i>Default value : </i><code>(nativeEl: any): { width: number; height: number; top: number; left: number } => {
|
|
1712
|
-
let boundingClientRect = nativeEl.getBoundingClientRect();
|
|
1713
|
-
return {
|
|
1714
|
-
width: boundingClientRect.width || nativeEl.offsetWidth,
|
|
1715
|
-
height: boundingClientRect.height || nativeEl.offsetHeight,
|
|
1716
|
-
top: boundingClientRect.top + (window.pageYOffset || document.documentElement.scrollTop),
|
|
1717
|
-
left: boundingClientRect.left + (window.pageXOffset || document.documentElement.scrollLeft),
|
|
1718
|
-
};
|
|
1711
|
+
<i>Default value : </i><code>(nativeEl: any): { width: number; height: number; top: number; left: number } => {
|
|
1712
|
+
let boundingClientRect = nativeEl.getBoundingClientRect();
|
|
1713
|
+
return {
|
|
1714
|
+
width: boundingClientRect.width || nativeEl.offsetWidth,
|
|
1715
|
+
height: boundingClientRect.height || nativeEl.offsetHeight,
|
|
1716
|
+
top: boundingClientRect.top + (window.pageYOffset || document.documentElement.scrollTop),
|
|
1717
|
+
left: boundingClientRect.left + (window.pageXOffset || document.documentElement.scrollLeft),
|
|
1718
|
+
};
|
|
1719
1719
|
}</code>
|
|
1720
1720
|
</td>
|
|
1721
1721
|
</tr>
|
|
@@ -1743,12 +1743,12 @@
|
|
|
1743
1743
|
</tr>
|
|
1744
1744
|
<tr>
|
|
1745
1745
|
<td class="col-md-4">
|
|
1746
|
-
<i>Default value : </i><code>(nativeEl: any) => {
|
|
1747
|
-
let offsetParent = nativeEl.offsetParent || document;
|
|
1748
|
-
while (offsetParent && offsetParent !== document && isStaticPositioned(offsetParent)) {
|
|
1749
|
-
offsetParent = offsetParent.offsetParent;
|
|
1750
|
-
}
|
|
1751
|
-
return offsetParent || document;
|
|
1746
|
+
<i>Default value : </i><code>(nativeEl: any) => {
|
|
1747
|
+
let offsetParent = nativeEl.offsetParent || document;
|
|
1748
|
+
while (offsetParent && offsetParent !== document && isStaticPositioned(offsetParent)) {
|
|
1749
|
+
offsetParent = offsetParent.offsetParent;
|
|
1750
|
+
}
|
|
1751
|
+
return offsetParent || document;
|
|
1752
1752
|
}</code>
|
|
1753
1753
|
</td>
|
|
1754
1754
|
</tr>
|
|
@@ -1775,23 +1775,23 @@
|
|
|
1775
1775
|
</tr>
|
|
1776
1776
|
<tr>
|
|
1777
1777
|
<td class="col-md-4">
|
|
1778
|
-
<i>Default value : </i><code>(nativeEl: any): { width: number; height: number; top: number; left: number } => {
|
|
1779
|
-
let elBCR = offset(nativeEl);
|
|
1780
|
-
let offsetParentBCR = { top: 0, left: 0 };
|
|
1781
|
-
let offsetParentEl = parentOffsetEl(nativeEl);
|
|
1782
|
-
if (offsetParentEl !== document) {
|
|
1783
|
-
offsetParentBCR = offset(offsetParentEl);
|
|
1784
|
-
offsetParentBCR.top += offsetParentEl.clientTop - offsetParentEl.scrollTop;
|
|
1785
|
-
offsetParentBCR.left += offsetParentEl.clientLeft - offsetParentEl.scrollLeft;
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
|
-
let boundingClientRect = nativeEl.getBoundingClientRect();
|
|
1789
|
-
return {
|
|
1790
|
-
width: boundingClientRect.width || nativeEl.offsetWidth,
|
|
1791
|
-
height: boundingClientRect.height || nativeEl.offsetHeight,
|
|
1792
|
-
top: elBCR.top - offsetParentBCR.top,
|
|
1793
|
-
left: elBCR.left - offsetParentBCR.left,
|
|
1794
|
-
};
|
|
1778
|
+
<i>Default value : </i><code>(nativeEl: any): { width: number; height: number; top: number; left: number } => {
|
|
1779
|
+
let elBCR = offset(nativeEl);
|
|
1780
|
+
let offsetParentBCR = { top: 0, left: 0 };
|
|
1781
|
+
let offsetParentEl = parentOffsetEl(nativeEl);
|
|
1782
|
+
if (offsetParentEl !== document) {
|
|
1783
|
+
offsetParentBCR = offset(offsetParentEl);
|
|
1784
|
+
offsetParentBCR.top += offsetParentEl.clientTop - offsetParentEl.scrollTop;
|
|
1785
|
+
offsetParentBCR.left += offsetParentEl.clientLeft - offsetParentEl.scrollLeft;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
let boundingClientRect = nativeEl.getBoundingClientRect();
|
|
1789
|
+
return {
|
|
1790
|
+
width: boundingClientRect.width || nativeEl.offsetWidth,
|
|
1791
|
+
height: boundingClientRect.height || nativeEl.offsetHeight,
|
|
1792
|
+
top: elBCR.top - offsetParentBCR.top,
|
|
1793
|
+
left: elBCR.left - offsetParentBCR.left,
|
|
1794
|
+
};
|
|
1795
1795
|
}</code>
|
|
1796
1796
|
</td>
|
|
1797
1797
|
</tr>
|
|
@@ -1822,13 +1822,13 @@
|
|
|
1822
1822
|
</tr>
|
|
1823
1823
|
<tr>
|
|
1824
1824
|
<td class="col-md-4">
|
|
1825
|
-
<i>Default value : </i><code>(event: Event) => {
|
|
1826
|
-
if (event) {
|
|
1827
|
-
event.preventDefault();
|
|
1828
|
-
event.stopPropagation();
|
|
1829
|
-
event.cancelBubble = true;
|
|
1830
|
-
}
|
|
1831
|
-
return false;
|
|
1825
|
+
<i>Default value : </i><code>(event: Event) => {
|
|
1826
|
+
if (event) {
|
|
1827
|
+
event.preventDefault();
|
|
1828
|
+
event.stopPropagation();
|
|
1829
|
+
event.cancelBubble = true;
|
|
1830
|
+
}
|
|
1831
|
+
return false;
|
|
1832
1832
|
}</code>
|
|
1833
1833
|
</td>
|
|
1834
1834
|
</tr>
|
|
@@ -1872,11 +1872,11 @@
|
|
|
1872
1872
|
</tr>
|
|
1873
1873
|
<tr>
|
|
1874
1874
|
<td class="col-md-4">
|
|
1875
|
-
<i>Default value : </i><code>(core) => {
|
|
1876
|
-
if (core) {
|
|
1877
|
-
throw new TypeError(`CoreModule.forRoot() called twice. Feature modules should use ThemeModule.forChild() instead.`);
|
|
1878
|
-
}
|
|
1879
|
-
return 'guarded';
|
|
1875
|
+
<i>Default value : </i><code>(core) => {
|
|
1876
|
+
if (core) {
|
|
1877
|
+
throw new TypeError(`CoreModule.forRoot() called twice. Feature modules should use ThemeModule.forChild() instead.`);
|
|
1878
|
+
}
|
|
1879
|
+
return 'guarded';
|
|
1880
1880
|
}</code>
|
|
1881
1881
|
</td>
|
|
1882
1882
|
</tr>
|
|
@@ -1955,15 +1955,15 @@
|
|
|
1955
1955
|
</tr>
|
|
1956
1956
|
<tr>
|
|
1957
1957
|
<td class="col-md-4">
|
|
1958
|
-
<i>Default value : </i><code>Object.assign(
|
|
1959
|
-
{},
|
|
1960
|
-
{
|
|
1961
|
-
app: coreAppReducers,
|
|
1962
|
-
user: coreUserReducers,
|
|
1963
|
-
notifications: coreNotificationsReducers,
|
|
1964
|
-
i18n: corI18nReducers,
|
|
1965
|
-
locale: coreLocaleReducers,
|
|
1966
|
-
}
|
|
1958
|
+
<i>Default value : </i><code>Object.assign(
|
|
1959
|
+
{},
|
|
1960
|
+
{
|
|
1961
|
+
app: coreAppReducers,
|
|
1962
|
+
user: coreUserReducers,
|
|
1963
|
+
notifications: coreNotificationsReducers,
|
|
1964
|
+
i18n: corI18nReducers,
|
|
1965
|
+
locale: coreLocaleReducers,
|
|
1966
|
+
}
|
|
1967
1967
|
)</code>
|
|
1968
1968
|
</td>
|
|
1969
1969
|
</tr>
|
|
@@ -1993,10 +1993,10 @@
|
|
|
1993
1993
|
</tr>
|
|
1994
1994
|
<tr>
|
|
1995
1995
|
<td class="col-md-4">
|
|
1996
|
-
<i>Default value : </i><code>{
|
|
1997
|
-
global: {
|
|
1998
|
-
...DEFAULT_GLOBAL_CONFIG,
|
|
1999
|
-
},
|
|
1996
|
+
<i>Default value : </i><code>{
|
|
1997
|
+
global: {
|
|
1998
|
+
...DEFAULT_GLOBAL_CONFIG,
|
|
1999
|
+
},
|
|
2000
2000
|
}</code>
|
|
2001
2001
|
</td>
|
|
2002
2002
|
</tr>
|
|
@@ -2023,13 +2023,13 @@
|
|
|
2023
2023
|
</tr>
|
|
2024
2024
|
<tr>
|
|
2025
2025
|
<td class="col-md-4">
|
|
2026
|
-
<i>Default value : </i><code>{
|
|
2027
|
-
appConfig: {
|
|
2028
|
-
...DEFAULT_EUI_APP_CONFIG,
|
|
2029
|
-
},
|
|
2030
|
-
environment: {
|
|
2031
|
-
...DEFAULT_EUI_ENV_CONFIG,
|
|
2032
|
-
},
|
|
2026
|
+
<i>Default value : </i><code>{
|
|
2027
|
+
appConfig: {
|
|
2028
|
+
...DEFAULT_EUI_APP_CONFIG,
|
|
2029
|
+
},
|
|
2030
|
+
environment: {
|
|
2031
|
+
...DEFAULT_EUI_ENV_CONFIG,
|
|
2032
|
+
},
|
|
2033
2033
|
}</code>
|
|
2034
2034
|
</td>
|
|
2035
2035
|
</tr>
|
|
@@ -2056,8 +2056,8 @@
|
|
|
2056
2056
|
</tr>
|
|
2057
2057
|
<tr>
|
|
2058
2058
|
<td class="col-md-4">
|
|
2059
|
-
<i>Default value : </i><code>{
|
|
2060
|
-
envAppHandlersConfig: {},
|
|
2059
|
+
<i>Default value : </i><code>{
|
|
2060
|
+
envAppHandlersConfig: {},
|
|
2061
2061
|
}</code>
|
|
2062
2062
|
</td>
|
|
2063
2063
|
</tr>
|
|
@@ -2084,31 +2084,31 @@
|
|
|
2084
2084
|
</tr>
|
|
2085
2085
|
<tr>
|
|
2086
2086
|
<td class="col-md-4">
|
|
2087
|
-
<i>Default value : </i><code>{
|
|
2088
|
-
showConnectionStatus: {
|
|
2089
|
-
messageBox: {
|
|
2090
|
-
lifespan: 0,
|
|
2091
|
-
},
|
|
2092
|
-
enabled: true,
|
|
2093
|
-
},
|
|
2094
|
-
i18n: {
|
|
2095
|
-
i18nService: {
|
|
2096
|
-
...DEFAULT_I18N_SERVICE_CONFIG,
|
|
2097
|
-
},
|
|
2098
|
-
i18nLoader: {
|
|
2099
|
-
...DEFAULT_I18N_LOADER_CONFIG,
|
|
2100
|
-
},
|
|
2101
|
-
},
|
|
2102
|
-
locale: {
|
|
2103
|
-
...DEFAULT_LOCALE_SERVICE_CONFIG,
|
|
2104
|
-
},
|
|
2105
|
-
user: {
|
|
2106
|
-
defaultUserPreferences: {
|
|
2107
|
-
locale: {
|
|
2108
|
-
...DEFAULT_LOCALE_SERVICE_CONFIG,
|
|
2109
|
-
},
|
|
2110
|
-
},
|
|
2111
|
-
},
|
|
2087
|
+
<i>Default value : </i><code>{
|
|
2088
|
+
showConnectionStatus: {
|
|
2089
|
+
messageBox: {
|
|
2090
|
+
lifespan: 0,
|
|
2091
|
+
},
|
|
2092
|
+
enabled: true,
|
|
2093
|
+
},
|
|
2094
|
+
i18n: {
|
|
2095
|
+
i18nService: {
|
|
2096
|
+
...DEFAULT_I18N_SERVICE_CONFIG,
|
|
2097
|
+
},
|
|
2098
|
+
i18nLoader: {
|
|
2099
|
+
...DEFAULT_I18N_LOADER_CONFIG,
|
|
2100
|
+
},
|
|
2101
|
+
},
|
|
2102
|
+
locale: {
|
|
2103
|
+
...DEFAULT_LOCALE_SERVICE_CONFIG,
|
|
2104
|
+
},
|
|
2105
|
+
user: {
|
|
2106
|
+
defaultUserPreferences: {
|
|
2107
|
+
locale: {
|
|
2108
|
+
...DEFAULT_LOCALE_SERVICE_CONFIG,
|
|
2109
|
+
},
|
|
2110
|
+
},
|
|
2111
|
+
},
|
|
2112
2112
|
}</code>
|
|
2113
2113
|
</td>
|
|
2114
2114
|
</tr>
|
|
@@ -2135,8 +2135,8 @@
|
|
|
2135
2135
|
</tr>
|
|
2136
2136
|
<tr>
|
|
2137
2137
|
<td class="col-md-4">
|
|
2138
|
-
<i>Default value : </i><code>{
|
|
2139
|
-
routes: [],
|
|
2138
|
+
<i>Default value : </i><code>{
|
|
2139
|
+
routes: [],
|
|
2140
2140
|
}</code>
|
|
2141
2141
|
</td>
|
|
2142
2142
|
</tr>
|
|
@@ -2189,9 +2189,9 @@
|
|
|
2189
2189
|
</tr>
|
|
2190
2190
|
<tr>
|
|
2191
2191
|
<td class="col-md-4">
|
|
2192
|
-
<i>Default value : </i><code>{
|
|
2193
|
-
languages: ['en'],
|
|
2194
|
-
defaultLanguage: 'en',
|
|
2192
|
+
<i>Default value : </i><code>{
|
|
2193
|
+
languages: ['en'],
|
|
2194
|
+
defaultLanguage: 'en',
|
|
2195
2195
|
}</code>
|
|
2196
2196
|
</td>
|
|
2197
2197
|
</tr>
|
|
@@ -2218,12 +2218,12 @@
|
|
|
2218
2218
|
</tr>
|
|
2219
2219
|
<tr>
|
|
2220
2220
|
<td class="col-md-4">
|
|
2221
|
-
<i>Default value : </i><code>{
|
|
2222
|
-
id: 'en',
|
|
2223
|
-
available: ['en'],
|
|
2224
|
-
registered: ['en'],
|
|
2225
|
-
bindWithTranslate: false,
|
|
2226
|
-
affectGlobalLocale: false,
|
|
2221
|
+
<i>Default value : </i><code>{
|
|
2222
|
+
id: 'en',
|
|
2223
|
+
available: ['en'],
|
|
2224
|
+
registered: ['en'],
|
|
2225
|
+
bindWithTranslate: false,
|
|
2226
|
+
affectGlobalLocale: false,
|
|
2227
2227
|
}</code>
|
|
2228
2228
|
</td>
|
|
2229
2229
|
</tr>
|
|
@@ -2250,13 +2250,13 @@
|
|
|
2250
2250
|
</tr>
|
|
2251
2251
|
<tr>
|
|
2252
2252
|
<td class="col-md-4">
|
|
2253
|
-
<i>Default value : </i><code>{
|
|
2254
|
-
baseLoggerName: 'root',
|
|
2255
|
-
logLevel: LogLevel.ERROR,
|
|
2256
|
-
logAppenders: {
|
|
2257
|
-
type: ConsoleAppender,
|
|
2258
|
-
prefixFormat: '[{level}]',
|
|
2259
|
-
},
|
|
2253
|
+
<i>Default value : </i><code>{
|
|
2254
|
+
baseLoggerName: 'root',
|
|
2255
|
+
logLevel: LogLevel.ERROR,
|
|
2256
|
+
logAppenders: {
|
|
2257
|
+
type: ConsoleAppender,
|
|
2258
|
+
prefixFormat: '[{level}]',
|
|
2259
|
+
},
|
|
2260
2260
|
}</code>
|
|
2261
2261
|
</td>
|
|
2262
2262
|
</tr>
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
</tr>
|
|
2342
2342
|
<tr>
|
|
2343
2343
|
<td class="col-md-4">
|
|
2344
|
-
<i>Default value : </i><code>(dateStart: Date, dateEnd: Date): number =>
|
|
2344
|
+
<i>Default value : </i><code>(dateStart: Date, dateEnd: Date): number =>
|
|
2345
2345
|
Math.round((dateEnd.getTime() - dateStart.getTime()) / 1000 / 60 / 60 / 24)</code>
|
|
2346
2346
|
</td>
|
|
2347
2347
|
</tr>
|
|
@@ -2414,8 +2414,8 @@
|
|
|
2414
2414
|
</tr>
|
|
2415
2415
|
<tr>
|
|
2416
2416
|
<td class="col-md-4">
|
|
2417
|
-
<i>Default value : </i><code>{
|
|
2418
|
-
ERR_GENERIC: 'ERR_GENERIC',
|
|
2417
|
+
<i>Default value : </i><code>{
|
|
2418
|
+
ERR_GENERIC: 'ERR_GENERIC',
|
|
2419
2419
|
}</code>
|
|
2420
2420
|
</td>
|
|
2421
2421
|
</tr>
|
|
@@ -2442,8 +2442,8 @@
|
|
|
2442
2442
|
</tr>
|
|
2443
2443
|
<tr>
|
|
2444
2444
|
<td class="col-md-4">
|
|
2445
|
-
<i>Default value : </i><code>{
|
|
2446
|
-
ERR_GENERIC: 'An error occured',
|
|
2445
|
+
<i>Default value : </i><code>{
|
|
2446
|
+
ERR_GENERIC: 'An error occured',
|
|
2447
2447
|
}</code>
|
|
2448
2448
|
</td>
|
|
2449
2449
|
</tr>
|
|
@@ -2467,31 +2467,31 @@
|
|
|
2467
2467
|
</tr>
|
|
2468
2468
|
<tr>
|
|
2469
2469
|
<td class="col-md-4">
|
|
2470
|
-
<i>Default value : </i><code>(injector: Injector) => () =>
|
|
2471
|
-
new Promise((resolve) => {
|
|
2472
|
-
const locationInitialized = injector.get(LOCATION_INITIALIZED, Promise.resolve(null));
|
|
2473
|
-
|
|
2474
|
-
locationInitialized.then(() => {
|
|
2475
|
-
const appConfig: EuiAppConfig = injector.get(CONFIG_TOKEN);
|
|
2476
|
-
// necessary config parameters
|
|
2477
|
-
let appVersion: string;
|
|
2478
|
-
if (appConfig && appConfig.versions && appConfig.versions.app) {
|
|
2479
|
-
appVersion = appConfig.versions.app;
|
|
2480
|
-
} else {
|
|
2481
|
-
appVersion = '0.0.0';
|
|
2482
|
-
}
|
|
2483
|
-
let storageType: BrowserStorageType;
|
|
2484
|
-
if (appConfig && appConfig.saveStateStorage) {
|
|
2485
|
-
storageType = appConfig.saveStateStorage;
|
|
2486
|
-
} else {
|
|
2487
|
-
storageType = BrowserStorageType.local;
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
const storeService = injector.get(StoreService);
|
|
2491
|
-
storeService.init(appVersion, storageType);
|
|
2492
|
-
storeService.handleAutoSave();
|
|
2493
|
-
resolve(null);
|
|
2494
|
-
});
|
|
2470
|
+
<i>Default value : </i><code>(injector: Injector) => () =>
|
|
2471
|
+
new Promise((resolve) => {
|
|
2472
|
+
const locationInitialized = injector.get(LOCATION_INITIALIZED, Promise.resolve(null));
|
|
2473
|
+
|
|
2474
|
+
locationInitialized.then(() => {
|
|
2475
|
+
const appConfig: EuiAppConfig = injector.get(CONFIG_TOKEN);
|
|
2476
|
+
// necessary config parameters
|
|
2477
|
+
let appVersion: string;
|
|
2478
|
+
if (appConfig && appConfig.versions && appConfig.versions.app) {
|
|
2479
|
+
appVersion = appConfig.versions.app;
|
|
2480
|
+
} else {
|
|
2481
|
+
appVersion = '0.0.0';
|
|
2482
|
+
}
|
|
2483
|
+
let storageType: BrowserStorageType;
|
|
2484
|
+
if (appConfig && appConfig.saveStateStorage) {
|
|
2485
|
+
storageType = appConfig.saveStateStorage;
|
|
2486
|
+
} else {
|
|
2487
|
+
storageType = BrowserStorageType.local;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
const storeService = injector.get(StoreService);
|
|
2491
|
+
storeService.init(appVersion, storageType);
|
|
2492
|
+
storeService.handleAutoSave();
|
|
2493
|
+
resolve(null);
|
|
2494
|
+
});
|
|
2495
2495
|
})</code>
|
|
2496
2496
|
</td>
|
|
2497
2497
|
</tr>
|
|
@@ -2515,75 +2515,75 @@
|
|
|
2515
2515
|
</tr>
|
|
2516
2516
|
<tr>
|
|
2517
2517
|
<td class="col-md-4">
|
|
2518
|
-
<i>Default value : </i><code>(
|
|
2519
|
-
value: number | string,
|
|
2520
|
-
fractionSize: number = 2,
|
|
2521
|
-
inDecimalSeparator: string = ',',
|
|
2522
|
-
inThousandSeparator: string = ''
|
|
2523
|
-
): string => {
|
|
2524
|
-
if (inDecimalSeparator || inThousandSeparator) {
|
|
2525
|
-
console.warn(
|
|
2526
|
-
'The inDecimalSeparator and inThousandSeparator are deprecated. They will be a ' +
|
|
2527
|
-
'BREAKING CHANGE for eUI 9 and be replaced by localization strategy.'
|
|
2528
|
-
);
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
let decimalSeparator = '';
|
|
2532
|
-
let thousandsSeparator = '';
|
|
2533
|
-
|
|
2534
|
-
if (value === null || value === undefined) {
|
|
2535
|
-
return null;
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
if (typeof value === 'string') {
|
|
2539
|
-
// get all non characters
|
|
2540
|
-
let nonChars = value.match(/[^0-9]+/g) || [];
|
|
2541
|
-
|
|
2542
|
-
// get all unique chars
|
|
2543
|
-
let uniqueChars = nonChars.reduce((acc, e) => acc.set(e, (acc.get(e) || 0) + 1), new Map());
|
|
2544
|
-
|
|
2545
|
-
// get separators
|
|
2546
|
-
let separators = Array.from<string>(uniqueChars.keys());
|
|
2547
|
-
|
|
2548
|
-
// sense where decimal separator and where thousand separator is
|
|
2549
|
-
if (separators.length > 1) {
|
|
2550
|
-
// left detected separator will be thousand and second will be decimal
|
|
2551
|
-
thousandsSeparator = separators[0];
|
|
2552
|
-
decimalSeparator = separators[1];
|
|
2553
|
-
} else if (separators.length > 0) {
|
|
2554
|
-
// in case there is only one separator you don't know exactly who this separator is.
|
|
2555
|
-
// in case there are more than two occurrences means we have a thousand otherwise we'll
|
|
2556
|
-
// agree by conventions that is decimal
|
|
2557
|
-
if (nonChars.length > 1) {
|
|
2558
|
-
return value
|
|
2559
|
-
.split(separators[0])
|
|
2560
|
-
.join('')
|
|
2561
|
-
.replace(/\B(?=(\d{3})+(?!\d))/g, inThousandSeparator);
|
|
2562
|
-
} else {
|
|
2563
|
-
return value.replace(separators[0], inDecimalSeparator).replace(/\B(?=(\d{3})+(?!\d))/g, inThousandSeparator);
|
|
2564
|
-
}
|
|
2565
|
-
} else {
|
|
2566
|
-
// in case there are no separators then only format based on thousand one
|
|
2567
|
-
return value.replace(/\B(?=(\d{3})+(?!\d))/g, inThousandSeparator);
|
|
2568
|
-
}
|
|
2569
|
-
|
|
2570
|
-
// do the replacement of separators and parseInt
|
|
2571
|
-
// Beware! Always replace thousand separator first and then decimal
|
|
2572
|
-
value = value.split(thousandsSeparator).join('').replace(decimalSeparator, '.');
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
decimalSeparator = inDecimalSeparator;
|
|
2576
|
-
thousandsSeparator = inThousandSeparator;
|
|
2577
|
-
|
|
2578
|
-
const maxFraction = '0'.repeat(fractionSize);
|
|
2579
|
-
|
|
2580
|
-
let [integer, fraction = maxFraction] = (value || '0').toString().split('.');
|
|
2581
|
-
fraction = fractionSize > 0 ? (fraction + maxFraction).substring(0, fractionSize) : '';
|
|
2582
|
-
|
|
2583
|
-
// this rule makes sense only in number in case fraction is all zero
|
|
2584
|
-
fraction = typeof value === 'number' && fraction === maxFraction ? '' : decimalSeparator + fraction;
|
|
2585
|
-
|
|
2586
|
-
return integer.replace(/\B(?=(\d{3})+(?!\d))/g, thousandsSeparator) + fraction;
|
|
2518
|
+
<i>Default value : </i><code>(
|
|
2519
|
+
value: number | string,
|
|
2520
|
+
fractionSize: number = 2,
|
|
2521
|
+
inDecimalSeparator: string = ',',
|
|
2522
|
+
inThousandSeparator: string = ''
|
|
2523
|
+
): string => {
|
|
2524
|
+
if (inDecimalSeparator || inThousandSeparator) {
|
|
2525
|
+
console.warn(
|
|
2526
|
+
'The inDecimalSeparator and inThousandSeparator are deprecated. They will be a ' +
|
|
2527
|
+
'BREAKING CHANGE for eUI 9 and be replaced by localization strategy.'
|
|
2528
|
+
);
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
let decimalSeparator = '';
|
|
2532
|
+
let thousandsSeparator = '';
|
|
2533
|
+
|
|
2534
|
+
if (value === null || value === undefined) {
|
|
2535
|
+
return null;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
if (typeof value === 'string') {
|
|
2539
|
+
// get all non characters
|
|
2540
|
+
let nonChars = value.match(/[^0-9]+/g) || [];
|
|
2541
|
+
|
|
2542
|
+
// get all unique chars
|
|
2543
|
+
let uniqueChars = nonChars.reduce((acc, e) => acc.set(e, (acc.get(e) || 0) + 1), new Map());
|
|
2544
|
+
|
|
2545
|
+
// get separators
|
|
2546
|
+
let separators = Array.from<string>(uniqueChars.keys());
|
|
2547
|
+
|
|
2548
|
+
// sense where decimal separator and where thousand separator is
|
|
2549
|
+
if (separators.length > 1) {
|
|
2550
|
+
// left detected separator will be thousand and second will be decimal
|
|
2551
|
+
thousandsSeparator = separators[0];
|
|
2552
|
+
decimalSeparator = separators[1];
|
|
2553
|
+
} else if (separators.length > 0) {
|
|
2554
|
+
// in case there is only one separator you don't know exactly who this separator is.
|
|
2555
|
+
// in case there are more than two occurrences means we have a thousand otherwise we'll
|
|
2556
|
+
// agree by conventions that is decimal
|
|
2557
|
+
if (nonChars.length > 1) {
|
|
2558
|
+
return value
|
|
2559
|
+
.split(separators[0])
|
|
2560
|
+
.join('')
|
|
2561
|
+
.replace(/\B(?=(\d{3})+(?!\d))/g, inThousandSeparator);
|
|
2562
|
+
} else {
|
|
2563
|
+
return value.replace(separators[0], inDecimalSeparator).replace(/\B(?=(\d{3})+(?!\d))/g, inThousandSeparator);
|
|
2564
|
+
}
|
|
2565
|
+
} else {
|
|
2566
|
+
// in case there are no separators then only format based on thousand one
|
|
2567
|
+
return value.replace(/\B(?=(\d{3})+(?!\d))/g, inThousandSeparator);
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
// do the replacement of separators and parseInt
|
|
2571
|
+
// Beware! Always replace thousand separator first and then decimal
|
|
2572
|
+
value = value.split(thousandsSeparator).join('').replace(decimalSeparator, '.');
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
decimalSeparator = inDecimalSeparator;
|
|
2576
|
+
thousandsSeparator = inThousandSeparator;
|
|
2577
|
+
|
|
2578
|
+
const maxFraction = '0'.repeat(fractionSize);
|
|
2579
|
+
|
|
2580
|
+
let [integer, fraction = maxFraction] = (value || '0').toString().split('.');
|
|
2581
|
+
fraction = fractionSize > 0 ? (fraction + maxFraction).substring(0, fractionSize) : '';
|
|
2582
|
+
|
|
2583
|
+
// this rule makes sense only in number in case fraction is all zero
|
|
2584
|
+
fraction = typeof value === 'number' && fraction === maxFraction ? '' : decimalSeparator + fraction;
|
|
2585
|
+
|
|
2586
|
+
return integer.replace(/\B(?=(\d{3})+(?!\d))/g, thousandsSeparator) + fraction;
|
|
2587
2587
|
}</code>
|
|
2588
2588
|
</td>
|
|
2589
2589
|
</tr>
|
|
@@ -2639,9 +2639,9 @@
|
|
|
2639
2639
|
</tr>
|
|
2640
2640
|
<tr>
|
|
2641
2641
|
<td class="col-md-4">
|
|
2642
|
-
<i>Default value : </i><code>(object, iteratee) => {
|
|
2643
|
-
object = Object(object);
|
|
2644
|
-
Object.keys(object).forEach((key) => iteratee(object[key], key, object));
|
|
2642
|
+
<i>Default value : </i><code>(object, iteratee) => {
|
|
2643
|
+
object = Object(object);
|
|
2644
|
+
Object.keys(object).forEach((key) => iteratee(object[key], key, object));
|
|
2645
2645
|
}</code>
|
|
2646
2646
|
</td>
|
|
2647
2647
|
</tr>
|
|
@@ -2662,15 +2662,15 @@
|
|
|
2662
2662
|
</tr>
|
|
2663
2663
|
<tr>
|
|
2664
2664
|
<td class="col-md-4">
|
|
2665
|
-
<i>Default value : </i><code>(group: FormGroup | FormArray): void => {
|
|
2666
|
-
Object.keys(group.controls).forEach((key: string) => {
|
|
2667
|
-
const abstractControl = group.controls[key];
|
|
2668
|
-
if (abstractControl instanceof FormGroup || abstractControl instanceof FormArray) {
|
|
2669
|
-
markControlsTouched(abstractControl);
|
|
2670
|
-
} else {
|
|
2671
|
-
abstractControl.markAsTouched();
|
|
2672
|
-
}
|
|
2673
|
-
});
|
|
2665
|
+
<i>Default value : </i><code>(group: FormGroup | FormArray): void => {
|
|
2666
|
+
Object.keys(group.controls).forEach((key: string) => {
|
|
2667
|
+
const abstractControl = group.controls[key];
|
|
2668
|
+
if (abstractControl instanceof FormGroup || abstractControl instanceof FormArray) {
|
|
2669
|
+
markControlsTouched(abstractControl);
|
|
2670
|
+
} else {
|
|
2671
|
+
abstractControl.markAsTouched();
|
|
2672
|
+
}
|
|
2673
|
+
});
|
|
2674
2674
|
}</code>
|
|
2675
2675
|
</td>
|
|
2676
2676
|
</tr>
|
|
@@ -2691,18 +2691,18 @@
|
|
|
2691
2691
|
</tr>
|
|
2692
2692
|
<tr>
|
|
2693
2693
|
<td class="col-md-4">
|
|
2694
|
-
<i>Default value : </i><code>(FormControls: { [key: string]: AbstractControl } | AbstractControl[]): void => {
|
|
2695
|
-
const markFormGroupTouchedRecursive = (controls: { [key: string]: AbstractControl } | AbstractControl[]): void => {
|
|
2696
|
-
forOwn(controls, (c) => {
|
|
2697
|
-
if (c instanceof FormGroup || c instanceof FormArray) {
|
|
2698
|
-
markFormGroupTouchedRecursive(c.controls);
|
|
2699
|
-
} else {
|
|
2700
|
-
c.markAsTouched();
|
|
2701
|
-
c.updateValueAndValidity();
|
|
2702
|
-
}
|
|
2703
|
-
});
|
|
2704
|
-
};
|
|
2705
|
-
markFormGroupTouchedRecursive(FormControls);
|
|
2694
|
+
<i>Default value : </i><code>(FormControls: { [key: string]: AbstractControl } | AbstractControl[]): void => {
|
|
2695
|
+
const markFormGroupTouchedRecursive = (controls: { [key: string]: AbstractControl } | AbstractControl[]): void => {
|
|
2696
|
+
forOwn(controls, (c) => {
|
|
2697
|
+
if (c instanceof FormGroup || c instanceof FormArray) {
|
|
2698
|
+
markFormGroupTouchedRecursive(c.controls);
|
|
2699
|
+
} else {
|
|
2700
|
+
c.markAsTouched();
|
|
2701
|
+
c.updateValueAndValidity();
|
|
2702
|
+
}
|
|
2703
|
+
});
|
|
2704
|
+
};
|
|
2705
|
+
markFormGroupTouchedRecursive(FormControls);
|
|
2706
2706
|
}</code>
|
|
2707
2707
|
</td>
|
|
2708
2708
|
</tr>
|
|
@@ -2723,17 +2723,17 @@
|
|
|
2723
2723
|
</tr>
|
|
2724
2724
|
<tr>
|
|
2725
2725
|
<td class="col-md-4">
|
|
2726
|
-
<i>Default value : </i><code>(c: FormControl) => {
|
|
2727
|
-
const EMAIL_REGEXP =
|
|
2728
|
-
// eslint-disable-next-line max-len, no-useless-escape
|
|
2729
|
-
/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
|
|
2730
|
-
|
|
2731
|
-
const error = {
|
|
2732
|
-
validateEmail: {
|
|
2733
|
-
valid: false,
|
|
2734
|
-
},
|
|
2735
|
-
};
|
|
2736
|
-
return EMAIL_REGEXP.test(c.value) ? null : error;
|
|
2726
|
+
<i>Default value : </i><code>(c: FormControl) => {
|
|
2727
|
+
const EMAIL_REGEXP =
|
|
2728
|
+
// eslint-disable-next-line max-len, no-useless-escape
|
|
2729
|
+
/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
|
|
2730
|
+
|
|
2731
|
+
const error = {
|
|
2732
|
+
validateEmail: {
|
|
2733
|
+
valid: false,
|
|
2734
|
+
},
|
|
2735
|
+
};
|
|
2736
|
+
return EMAIL_REGEXP.test(c.value) ? null : error;
|
|
2737
2737
|
}</code>
|
|
2738
2738
|
</td>
|
|
2739
2739
|
</tr>
|
|
@@ -2763,11 +2763,11 @@
|
|
|
2763
2763
|
</tr>
|
|
2764
2764
|
<tr>
|
|
2765
2765
|
<td class="col-md-4">
|
|
2766
|
-
<i>Default value : </i><code>{
|
|
2767
|
-
dashboard: {},
|
|
2768
|
-
preferences: {
|
|
2769
|
-
dashboard: {},
|
|
2770
|
-
},
|
|
2766
|
+
<i>Default value : </i><code>{
|
|
2767
|
+
dashboard: {},
|
|
2768
|
+
preferences: {
|
|
2769
|
+
dashboard: {},
|
|
2770
|
+
},
|
|
2771
2771
|
}</code>
|
|
2772
2772
|
</td>
|
|
2773
2773
|
</tr>
|
|
@@ -2788,9 +2788,9 @@
|
|
|
2788
2788
|
</tr>
|
|
2789
2789
|
<tr>
|
|
2790
2790
|
<td class="col-md-4">
|
|
2791
|
-
<i>Default value : </i><code>(state) => {
|
|
2792
|
-
globalState = state;
|
|
2793
|
-
return StoreMock;
|
|
2791
|
+
<i>Default value : </i><code>(state) => {
|
|
2792
|
+
globalState = state;
|
|
2793
|
+
return StoreMock;
|
|
2794
2794
|
}</code>
|
|
2795
2795
|
</td>
|
|
2796
2796
|
</tr>
|
|
@@ -2814,10 +2814,10 @@
|
|
|
2814
2814
|
</tr>
|
|
2815
2815
|
<tr>
|
|
2816
2816
|
<td class="col-md-4">
|
|
2817
|
-
<i>Default value : </i><code>(error: any): Observable<never> => {
|
|
2818
|
-
let errMsg = error.message ? error.message : error.status ? `${error.status} - ${error.statusText}` : 'Server error';
|
|
2819
|
-
// console.error(errMsg);
|
|
2820
|
-
return throwError(errMsg);
|
|
2817
|
+
<i>Default value : </i><code>(error: any): Observable<never> => {
|
|
2818
|
+
let errMsg = error.message ? error.message : error.status ? `${error.status} - ${error.statusText}` : 'Server error';
|
|
2819
|
+
// console.error(errMsg);
|
|
2820
|
+
return throwError(errMsg);
|
|
2821
2821
|
}</code>
|
|
2822
2822
|
</td>
|
|
2823
2823
|
</tr>
|
|
@@ -2847,53 +2847,53 @@
|
|
|
2847
2847
|
</tr>
|
|
2848
2848
|
<tr>
|
|
2849
2849
|
<td class="col-md-4">
|
|
2850
|
-
<i>Default value : </i><code>{
|
|
2851
|
-
appName: '',
|
|
2852
|
-
appShortName: '',
|
|
2853
|
-
appSubTitle: '',
|
|
2854
|
-
userInfos: null,
|
|
2855
|
-
userSubInfos: null,
|
|
2856
|
-
impersonatedUserInfos: null,
|
|
2857
|
-
isSidebarOpen: true,
|
|
2858
|
-
isSidebarHover: false,
|
|
2859
|
-
isSidebarActive: false,
|
|
2860
|
-
isSidebarInnerActive: false,
|
|
2861
|
-
isSidebarStateCloseWithIcons: false,
|
|
2862
|
-
isSidebarExpandOnHover: true,
|
|
2863
|
-
hasSidebar: false,
|
|
2864
|
-
hasHeader: false,
|
|
2865
|
-
hasBreadcrumb: false,
|
|
2866
|
-
hasHeaderLogo: false,
|
|
2867
|
-
hasHeaderEnvironment: false,
|
|
2868
|
-
hasToolbar: false,
|
|
2869
|
-
hasToolbarMenu: false,
|
|
2870
|
-
environmentValue: '',
|
|
2871
|
-
isSidebarHidden: false,
|
|
2872
|
-
hasTopMessage: false,
|
|
2873
|
-
windowWidth: 0,
|
|
2874
|
-
windowHeight: 0,
|
|
2875
|
-
mainContentHeight: 0,
|
|
2876
|
-
pageHeaderHeight: 0,
|
|
2877
|
-
wrapperClasses: '',
|
|
2878
|
-
breakpoint: '',
|
|
2879
|
-
breakpoints: {
|
|
2880
|
-
isMobile: false,
|
|
2881
|
-
isTablet: false,
|
|
2882
|
-
isLtDesktop: false,
|
|
2883
|
-
isDesktop: false,
|
|
2884
|
-
isXL: false,
|
|
2885
|
-
isXXL: false,
|
|
2886
|
-
},
|
|
2887
|
-
menuLinks: [],
|
|
2888
|
-
sidebarLinks: [],
|
|
2889
|
-
combinedLinks: [],
|
|
2890
|
-
isBlockDocumentActive: false,
|
|
2891
|
-
deviceInfo: null,
|
|
2892
|
-
activeLanguage: 'en',
|
|
2893
|
-
languages: UxEuLanguages.getLanguages(),
|
|
2894
|
-
appMetadata: null,
|
|
2895
|
-
hasModalActive: false,
|
|
2896
|
-
isDimmerActive: false,
|
|
2850
|
+
<i>Default value : </i><code>{
|
|
2851
|
+
appName: '',
|
|
2852
|
+
appShortName: '',
|
|
2853
|
+
appSubTitle: '',
|
|
2854
|
+
userInfos: null,
|
|
2855
|
+
userSubInfos: null,
|
|
2856
|
+
impersonatedUserInfos: null,
|
|
2857
|
+
isSidebarOpen: true,
|
|
2858
|
+
isSidebarHover: false,
|
|
2859
|
+
isSidebarActive: false,
|
|
2860
|
+
isSidebarInnerActive: false,
|
|
2861
|
+
isSidebarStateCloseWithIcons: false,
|
|
2862
|
+
isSidebarExpandOnHover: true,
|
|
2863
|
+
hasSidebar: false,
|
|
2864
|
+
hasHeader: false,
|
|
2865
|
+
hasBreadcrumb: false,
|
|
2866
|
+
hasHeaderLogo: false,
|
|
2867
|
+
hasHeaderEnvironment: false,
|
|
2868
|
+
hasToolbar: false,
|
|
2869
|
+
hasToolbarMenu: false,
|
|
2870
|
+
environmentValue: '',
|
|
2871
|
+
isSidebarHidden: false,
|
|
2872
|
+
hasTopMessage: false,
|
|
2873
|
+
windowWidth: 0,
|
|
2874
|
+
windowHeight: 0,
|
|
2875
|
+
mainContentHeight: 0,
|
|
2876
|
+
pageHeaderHeight: 0,
|
|
2877
|
+
wrapperClasses: '',
|
|
2878
|
+
breakpoint: '',
|
|
2879
|
+
breakpoints: {
|
|
2880
|
+
isMobile: false,
|
|
2881
|
+
isTablet: false,
|
|
2882
|
+
isLtDesktop: false,
|
|
2883
|
+
isDesktop: false,
|
|
2884
|
+
isXL: false,
|
|
2885
|
+
isXXL: false,
|
|
2886
|
+
},
|
|
2887
|
+
menuLinks: [],
|
|
2888
|
+
sidebarLinks: [],
|
|
2889
|
+
combinedLinks: [],
|
|
2890
|
+
isBlockDocumentActive: false,
|
|
2891
|
+
deviceInfo: null,
|
|
2892
|
+
activeLanguage: 'en',
|
|
2893
|
+
languages: UxEuLanguages.getLanguages(),
|
|
2894
|
+
appMetadata: null,
|
|
2895
|
+
hasModalActive: false,
|
|
2896
|
+
isDimmerActive: false,
|
|
2897
2897
|
}</code>
|
|
2898
2898
|
</td>
|
|
2899
2899
|
</tr>
|
|
@@ -3129,11 +3129,11 @@
|
|
|
3129
3129
|
</tr>
|
|
3130
3130
|
<tr>
|
|
3131
3131
|
<td class="col-md-4">
|
|
3132
|
-
<i>Default value : </i><code>{
|
|
3133
|
-
loader: {
|
|
3134
|
-
provide: TranslateLoader,
|
|
3135
|
-
useClass: I18nLoader,
|
|
3136
|
-
},
|
|
3132
|
+
<i>Default value : </i><code>{
|
|
3133
|
+
loader: {
|
|
3134
|
+
provide: TranslateLoader,
|
|
3135
|
+
useClass: I18nLoader,
|
|
3136
|
+
},
|
|
3137
3137
|
}</code>
|
|
3138
3138
|
</td>
|
|
3139
3139
|
</tr>
|
|
@@ -3163,254 +3163,254 @@
|
|
|
3163
3163
|
</tr>
|
|
3164
3164
|
<tr>
|
|
3165
3165
|
<td class="col-md-4">
|
|
3166
|
-
<i>Default value : </i><code>{
|
|
3167
|
-
AF: 'Afghanistan',
|
|
3168
|
-
AX: 'Aland Islands',
|
|
3169
|
-
AL: 'Albania',
|
|
3170
|
-
DZ: 'Algeria',
|
|
3171
|
-
AS: 'American Samoa',
|
|
3172
|
-
AD: 'Andorra',
|
|
3173
|
-
AO: 'Angola',
|
|
3174
|
-
AI: 'Anguilla',
|
|
3175
|
-
AQ: 'Antarctica',
|
|
3176
|
-
AG: 'Antigua and Barbuda',
|
|
3177
|
-
AR: 'Argentina',
|
|
3178
|
-
AM: 'Armenia',
|
|
3179
|
-
AW: 'Aruba',
|
|
3180
|
-
AU: 'Australia',
|
|
3181
|
-
AT: 'Austria',
|
|
3182
|
-
AZ: 'Azerbaijan',
|
|
3183
|
-
BS: 'Bahamas',
|
|
3184
|
-
BH: 'Bahrain',
|
|
3185
|
-
BD: 'Bangladesh',
|
|
3186
|
-
BB: 'Barbados',
|
|
3187
|
-
BY: 'Belarus',
|
|
3188
|
-
BE: 'Belgium',
|
|
3189
|
-
BZ: 'Belize',
|
|
3190
|
-
BJ: 'Benin',
|
|
3191
|
-
BM: 'Bermuda',
|
|
3192
|
-
BT: 'Bhutan',
|
|
3193
|
-
BO: 'Bolivia',
|
|
3194
|
-
BA: 'Bosnia and Herzegovina',
|
|
3195
|
-
BW: 'Botswana',
|
|
3196
|
-
BV: 'Bouvet Island',
|
|
3197
|
-
BR: 'Brazil',
|
|
3198
|
-
VG: 'British Virgin Islands',
|
|
3199
|
-
IO: 'British Indian Ocean Territory',
|
|
3200
|
-
BN: 'Brunei Darussalam',
|
|
3201
|
-
BG: 'Bulgaria',
|
|
3202
|
-
BF: 'Burkina Faso',
|
|
3203
|
-
BI: 'Burundi',
|
|
3204
|
-
KH: 'Cambodia',
|
|
3205
|
-
CM: 'Cameroon',
|
|
3206
|
-
CA: 'Canada',
|
|
3207
|
-
CV: 'Cape Verde',
|
|
3208
|
-
KY: 'Cayman Islands',
|
|
3209
|
-
CF: 'Central African Republic',
|
|
3210
|
-
TD: 'Chad',
|
|
3211
|
-
CL: 'Chile',
|
|
3212
|
-
CN: 'China',
|
|
3213
|
-
HK: 'Hong Kong',
|
|
3214
|
-
MO: 'Macao',
|
|
3215
|
-
CX: 'Christmas Island',
|
|
3216
|
-
CC: 'Cocos (Keeling) Islands',
|
|
3217
|
-
CO: 'Colombia',
|
|
3218
|
-
KM: 'Comoros',
|
|
3219
|
-
CG: 'Congo (Brazzaville)',
|
|
3220
|
-
CD: 'Congo, (Kinshasa)',
|
|
3221
|
-
CK: 'Cook Islands',
|
|
3222
|
-
CR: 'Costa Rica',
|
|
3223
|
-
CI: "Côte d'Ivoire",
|
|
3224
|
-
HR: 'Croatia',
|
|
3225
|
-
CU: 'Cuba',
|
|
3226
|
-
CY: 'Cyprus',
|
|
3227
|
-
CZ: 'Czech Republic',
|
|
3228
|
-
DK: 'Denmark',
|
|
3229
|
-
DJ: 'Djibouti',
|
|
3230
|
-
DM: 'Dominica',
|
|
3231
|
-
DO: 'Dominican Republic',
|
|
3232
|
-
EC: 'Ecuador',
|
|
3233
|
-
EG: 'Egypt',
|
|
3234
|
-
SV: 'El Salvador',
|
|
3235
|
-
GQ: 'Equatorial Guinea',
|
|
3236
|
-
ER: 'Eritrea',
|
|
3237
|
-
EE: 'Estonia',
|
|
3238
|
-
ET: 'Ethiopia',
|
|
3239
|
-
FK: 'Falkland Islands (Malvinas)',
|
|
3240
|
-
FO: 'Faroe Islands',
|
|
3241
|
-
FJ: 'Fiji',
|
|
3242
|
-
FI: 'Finland',
|
|
3243
|
-
FR: 'France',
|
|
3244
|
-
GF: 'French Guiana',
|
|
3245
|
-
PF: 'French Polynesia',
|
|
3246
|
-
TF: 'French Southern Territories',
|
|
3247
|
-
GA: 'Gabon',
|
|
3248
|
-
GM: 'Gambia',
|
|
3249
|
-
GE: 'Georgia',
|
|
3250
|
-
DE: 'Germany',
|
|
3251
|
-
GH: 'Ghana',
|
|
3252
|
-
GI: 'Gibraltar',
|
|
3253
|
-
GR: 'Greece',
|
|
3254
|
-
GL: 'Greenland',
|
|
3255
|
-
GD: 'Grenada',
|
|
3256
|
-
GP: 'Guadeloupe',
|
|
3257
|
-
GU: 'Guam',
|
|
3258
|
-
GT: 'Guatemala',
|
|
3259
|
-
GG: 'Guernsey',
|
|
3260
|
-
GN: 'Guinea',
|
|
3261
|
-
GW: 'Guinea-Bissau',
|
|
3262
|
-
GY: 'Guyana',
|
|
3263
|
-
HT: 'Haiti',
|
|
3264
|
-
HM: 'Heard and Mcdonald Islands',
|
|
3265
|
-
VA: 'Vatican City State',
|
|
3266
|
-
HN: 'Honduras',
|
|
3267
|
-
HU: 'Hungary',
|
|
3268
|
-
IS: 'Iceland',
|
|
3269
|
-
IN: 'India',
|
|
3270
|
-
ID: 'Indonesia',
|
|
3271
|
-
IR: 'Iran',
|
|
3272
|
-
IQ: 'Iraq',
|
|
3273
|
-
IE: 'Ireland',
|
|
3274
|
-
IM: 'Isle of Man',
|
|
3275
|
-
IL: 'Israel',
|
|
3276
|
-
IT: 'Italy',
|
|
3277
|
-
JM: 'Jamaica',
|
|
3278
|
-
JP: 'Japan',
|
|
3279
|
-
JE: 'Jersey',
|
|
3280
|
-
JO: 'Jordan',
|
|
3281
|
-
KZ: 'Kazakhstan',
|
|
3282
|
-
KE: 'Kenya',
|
|
3283
|
-
KI: 'Kiribati',
|
|
3284
|
-
KP: 'Korea (North)',
|
|
3285
|
-
KR: 'Korea (South)',
|
|
3286
|
-
KW: 'Kuwait',
|
|
3287
|
-
KG: 'Kyrgyzstan',
|
|
3288
|
-
LA: 'Lao PDR',
|
|
3289
|
-
LV: 'Latvia',
|
|
3290
|
-
LB: 'Lebanon',
|
|
3291
|
-
LS: 'Lesotho',
|
|
3292
|
-
LR: 'Liberia',
|
|
3293
|
-
LY: 'Libya',
|
|
3294
|
-
LI: 'Liechtenstein',
|
|
3295
|
-
LT: 'Lithuania',
|
|
3296
|
-
LU: 'Luxembourg',
|
|
3297
|
-
MK: 'Macedonia',
|
|
3298
|
-
MG: 'Madagascar',
|
|
3299
|
-
MW: 'Malawi',
|
|
3300
|
-
MY: 'Malaysia',
|
|
3301
|
-
MV: 'Maldives',
|
|
3302
|
-
ML: 'Mali',
|
|
3303
|
-
MT: 'Malta',
|
|
3304
|
-
MH: 'Marshall Islands',
|
|
3305
|
-
MQ: 'Martinique',
|
|
3306
|
-
MR: 'Mauritania',
|
|
3307
|
-
MU: 'Mauritius',
|
|
3308
|
-
YT: 'Mayotte',
|
|
3309
|
-
MX: 'Mexico',
|
|
3310
|
-
FM: 'Micronesia',
|
|
3311
|
-
MD: 'Moldova',
|
|
3312
|
-
MC: 'Monaco',
|
|
3313
|
-
MN: 'Mongolia',
|
|
3314
|
-
ME: 'Montenegro',
|
|
3315
|
-
MS: 'Montserrat',
|
|
3316
|
-
MA: 'Morocco',
|
|
3317
|
-
MZ: 'Mozambique',
|
|
3318
|
-
MM: 'Myanmar',
|
|
3319
|
-
NA: 'Namibia',
|
|
3320
|
-
NR: 'Nauru',
|
|
3321
|
-
NP: 'Nepal',
|
|
3322
|
-
NL: 'Netherlands',
|
|
3323
|
-
AN: 'Netherlands Antilles',
|
|
3324
|
-
NC: 'New Caledonia',
|
|
3325
|
-
NZ: 'New Zealand',
|
|
3326
|
-
NI: 'Nicaragua',
|
|
3327
|
-
NE: 'Niger',
|
|
3328
|
-
NG: 'Nigeria',
|
|
3329
|
-
NU: 'Niue',
|
|
3330
|
-
NF: 'Norfolk Island',
|
|
3331
|
-
MP: 'Northern Mariana Islands',
|
|
3332
|
-
NO: 'Norway',
|
|
3333
|
-
OM: 'Oman',
|
|
3334
|
-
PK: 'Pakistan',
|
|
3335
|
-
PW: 'Palau',
|
|
3336
|
-
PS: 'Palestinian Territory',
|
|
3337
|
-
PA: 'Panama',
|
|
3338
|
-
PG: 'Papua New Guinea',
|
|
3339
|
-
PY: 'Paraguay',
|
|
3340
|
-
PE: 'Peru',
|
|
3341
|
-
PH: 'Philippines',
|
|
3342
|
-
PN: 'Pitcairn',
|
|
3343
|
-
PL: 'Poland',
|
|
3344
|
-
PT: 'Portugal',
|
|
3345
|
-
PR: 'Puerto Rico',
|
|
3346
|
-
QA: 'Qatar',
|
|
3347
|
-
RE: 'Réunion',
|
|
3348
|
-
RO: 'Romania',
|
|
3349
|
-
RU: 'Russian Federation',
|
|
3350
|
-
RW: 'Rwanda',
|
|
3351
|
-
BL: 'Saint-Barthélemy',
|
|
3352
|
-
SH: 'Saint Helena',
|
|
3353
|
-
KN: 'Saint Kitts and Nevis',
|
|
3354
|
-
LC: 'Saint Lucia',
|
|
3355
|
-
MF: 'Saint-Martin (French part)',
|
|
3356
|
-
PM: 'Saint Pierre and Miquelon',
|
|
3357
|
-
VC: 'Saint Vincent and Grenadines',
|
|
3358
|
-
WS: 'Samoa',
|
|
3359
|
-
SM: 'San Marino',
|
|
3360
|
-
ST: 'Sao Tome and Principe',
|
|
3361
|
-
SA: 'Saudi Arabia',
|
|
3362
|
-
SN: 'Senegal',
|
|
3363
|
-
RS: 'Serbia',
|
|
3364
|
-
SC: 'Seychelles',
|
|
3365
|
-
SL: 'Sierra Leone',
|
|
3366
|
-
SG: 'Singapore',
|
|
3367
|
-
SK: 'Slovakia',
|
|
3368
|
-
SI: 'Slovenia',
|
|
3369
|
-
SB: 'Solomon Islands',
|
|
3370
|
-
SO: 'Somalia',
|
|
3371
|
-
ZA: 'South Africa',
|
|
3372
|
-
GS: 'South Georgia and the South Sandwich Islands',
|
|
3373
|
-
SS: 'South Sudan',
|
|
3374
|
-
ES: 'Spain',
|
|
3375
|
-
LK: 'Sri Lanka',
|
|
3376
|
-
SD: 'Sudan',
|
|
3377
|
-
SR: 'Suriname',
|
|
3378
|
-
SJ: 'Svalbard and Jan Mayen Islands',
|
|
3379
|
-
SZ: 'Swaziland',
|
|
3380
|
-
SE: 'Sweden',
|
|
3381
|
-
CH: 'Switzerland',
|
|
3382
|
-
SY: 'Syria',
|
|
3383
|
-
TW: 'Taiwan',
|
|
3384
|
-
TJ: 'Tajikistan',
|
|
3385
|
-
TZ: 'Tanzania',
|
|
3386
|
-
TH: 'Thailand',
|
|
3387
|
-
TL: 'Timor-Leste',
|
|
3388
|
-
TG: 'Togo',
|
|
3389
|
-
TK: 'Tokelau',
|
|
3390
|
-
TO: 'Tonga',
|
|
3391
|
-
TT: 'Trinidad and Tobago',
|
|
3392
|
-
TN: 'Tunisia',
|
|
3393
|
-
TR: 'Turkey',
|
|
3394
|
-
TM: 'Turkmenistan',
|
|
3395
|
-
TC: 'Turks and Caicos Islands',
|
|
3396
|
-
TV: 'Tuvalu',
|
|
3397
|
-
UG: 'Uganda',
|
|
3398
|
-
UA: 'Ukraine',
|
|
3399
|
-
AE: 'United Arab Emirates',
|
|
3400
|
-
GB: 'United Kingdom (GB)',
|
|
3401
|
-
US: 'United States of America (USA)',
|
|
3402
|
-
UM: 'US Minor Outlying Islands',
|
|
3403
|
-
UY: 'Uruguay',
|
|
3404
|
-
UZ: 'Uzbekistan',
|
|
3405
|
-
VU: 'Vanuatu',
|
|
3406
|
-
VE: 'Venezuela',
|
|
3407
|
-
VN: 'Viet Nam',
|
|
3408
|
-
VI: 'Virgin Islands, US',
|
|
3409
|
-
WF: 'Wallis and Futuna Islands',
|
|
3410
|
-
EH: 'Western Sahara',
|
|
3411
|
-
YE: 'Yemen',
|
|
3412
|
-
ZM: 'Zambia',
|
|
3413
|
-
ZW: 'Zimbabwe',
|
|
3166
|
+
<i>Default value : </i><code>{
|
|
3167
|
+
AF: 'Afghanistan',
|
|
3168
|
+
AX: 'Aland Islands',
|
|
3169
|
+
AL: 'Albania',
|
|
3170
|
+
DZ: 'Algeria',
|
|
3171
|
+
AS: 'American Samoa',
|
|
3172
|
+
AD: 'Andorra',
|
|
3173
|
+
AO: 'Angola',
|
|
3174
|
+
AI: 'Anguilla',
|
|
3175
|
+
AQ: 'Antarctica',
|
|
3176
|
+
AG: 'Antigua and Barbuda',
|
|
3177
|
+
AR: 'Argentina',
|
|
3178
|
+
AM: 'Armenia',
|
|
3179
|
+
AW: 'Aruba',
|
|
3180
|
+
AU: 'Australia',
|
|
3181
|
+
AT: 'Austria',
|
|
3182
|
+
AZ: 'Azerbaijan',
|
|
3183
|
+
BS: 'Bahamas',
|
|
3184
|
+
BH: 'Bahrain',
|
|
3185
|
+
BD: 'Bangladesh',
|
|
3186
|
+
BB: 'Barbados',
|
|
3187
|
+
BY: 'Belarus',
|
|
3188
|
+
BE: 'Belgium',
|
|
3189
|
+
BZ: 'Belize',
|
|
3190
|
+
BJ: 'Benin',
|
|
3191
|
+
BM: 'Bermuda',
|
|
3192
|
+
BT: 'Bhutan',
|
|
3193
|
+
BO: 'Bolivia',
|
|
3194
|
+
BA: 'Bosnia and Herzegovina',
|
|
3195
|
+
BW: 'Botswana',
|
|
3196
|
+
BV: 'Bouvet Island',
|
|
3197
|
+
BR: 'Brazil',
|
|
3198
|
+
VG: 'British Virgin Islands',
|
|
3199
|
+
IO: 'British Indian Ocean Territory',
|
|
3200
|
+
BN: 'Brunei Darussalam',
|
|
3201
|
+
BG: 'Bulgaria',
|
|
3202
|
+
BF: 'Burkina Faso',
|
|
3203
|
+
BI: 'Burundi',
|
|
3204
|
+
KH: 'Cambodia',
|
|
3205
|
+
CM: 'Cameroon',
|
|
3206
|
+
CA: 'Canada',
|
|
3207
|
+
CV: 'Cape Verde',
|
|
3208
|
+
KY: 'Cayman Islands',
|
|
3209
|
+
CF: 'Central African Republic',
|
|
3210
|
+
TD: 'Chad',
|
|
3211
|
+
CL: 'Chile',
|
|
3212
|
+
CN: 'China',
|
|
3213
|
+
HK: 'Hong Kong',
|
|
3214
|
+
MO: 'Macao',
|
|
3215
|
+
CX: 'Christmas Island',
|
|
3216
|
+
CC: 'Cocos (Keeling) Islands',
|
|
3217
|
+
CO: 'Colombia',
|
|
3218
|
+
KM: 'Comoros',
|
|
3219
|
+
CG: 'Congo (Brazzaville)',
|
|
3220
|
+
CD: 'Congo, (Kinshasa)',
|
|
3221
|
+
CK: 'Cook Islands',
|
|
3222
|
+
CR: 'Costa Rica',
|
|
3223
|
+
CI: "Côte d'Ivoire",
|
|
3224
|
+
HR: 'Croatia',
|
|
3225
|
+
CU: 'Cuba',
|
|
3226
|
+
CY: 'Cyprus',
|
|
3227
|
+
CZ: 'Czech Republic',
|
|
3228
|
+
DK: 'Denmark',
|
|
3229
|
+
DJ: 'Djibouti',
|
|
3230
|
+
DM: 'Dominica',
|
|
3231
|
+
DO: 'Dominican Republic',
|
|
3232
|
+
EC: 'Ecuador',
|
|
3233
|
+
EG: 'Egypt',
|
|
3234
|
+
SV: 'El Salvador',
|
|
3235
|
+
GQ: 'Equatorial Guinea',
|
|
3236
|
+
ER: 'Eritrea',
|
|
3237
|
+
EE: 'Estonia',
|
|
3238
|
+
ET: 'Ethiopia',
|
|
3239
|
+
FK: 'Falkland Islands (Malvinas)',
|
|
3240
|
+
FO: 'Faroe Islands',
|
|
3241
|
+
FJ: 'Fiji',
|
|
3242
|
+
FI: 'Finland',
|
|
3243
|
+
FR: 'France',
|
|
3244
|
+
GF: 'French Guiana',
|
|
3245
|
+
PF: 'French Polynesia',
|
|
3246
|
+
TF: 'French Southern Territories',
|
|
3247
|
+
GA: 'Gabon',
|
|
3248
|
+
GM: 'Gambia',
|
|
3249
|
+
GE: 'Georgia',
|
|
3250
|
+
DE: 'Germany',
|
|
3251
|
+
GH: 'Ghana',
|
|
3252
|
+
GI: 'Gibraltar',
|
|
3253
|
+
GR: 'Greece',
|
|
3254
|
+
GL: 'Greenland',
|
|
3255
|
+
GD: 'Grenada',
|
|
3256
|
+
GP: 'Guadeloupe',
|
|
3257
|
+
GU: 'Guam',
|
|
3258
|
+
GT: 'Guatemala',
|
|
3259
|
+
GG: 'Guernsey',
|
|
3260
|
+
GN: 'Guinea',
|
|
3261
|
+
GW: 'Guinea-Bissau',
|
|
3262
|
+
GY: 'Guyana',
|
|
3263
|
+
HT: 'Haiti',
|
|
3264
|
+
HM: 'Heard and Mcdonald Islands',
|
|
3265
|
+
VA: 'Vatican City State',
|
|
3266
|
+
HN: 'Honduras',
|
|
3267
|
+
HU: 'Hungary',
|
|
3268
|
+
IS: 'Iceland',
|
|
3269
|
+
IN: 'India',
|
|
3270
|
+
ID: 'Indonesia',
|
|
3271
|
+
IR: 'Iran',
|
|
3272
|
+
IQ: 'Iraq',
|
|
3273
|
+
IE: 'Ireland',
|
|
3274
|
+
IM: 'Isle of Man',
|
|
3275
|
+
IL: 'Israel',
|
|
3276
|
+
IT: 'Italy',
|
|
3277
|
+
JM: 'Jamaica',
|
|
3278
|
+
JP: 'Japan',
|
|
3279
|
+
JE: 'Jersey',
|
|
3280
|
+
JO: 'Jordan',
|
|
3281
|
+
KZ: 'Kazakhstan',
|
|
3282
|
+
KE: 'Kenya',
|
|
3283
|
+
KI: 'Kiribati',
|
|
3284
|
+
KP: 'Korea (North)',
|
|
3285
|
+
KR: 'Korea (South)',
|
|
3286
|
+
KW: 'Kuwait',
|
|
3287
|
+
KG: 'Kyrgyzstan',
|
|
3288
|
+
LA: 'Lao PDR',
|
|
3289
|
+
LV: 'Latvia',
|
|
3290
|
+
LB: 'Lebanon',
|
|
3291
|
+
LS: 'Lesotho',
|
|
3292
|
+
LR: 'Liberia',
|
|
3293
|
+
LY: 'Libya',
|
|
3294
|
+
LI: 'Liechtenstein',
|
|
3295
|
+
LT: 'Lithuania',
|
|
3296
|
+
LU: 'Luxembourg',
|
|
3297
|
+
MK: 'Macedonia',
|
|
3298
|
+
MG: 'Madagascar',
|
|
3299
|
+
MW: 'Malawi',
|
|
3300
|
+
MY: 'Malaysia',
|
|
3301
|
+
MV: 'Maldives',
|
|
3302
|
+
ML: 'Mali',
|
|
3303
|
+
MT: 'Malta',
|
|
3304
|
+
MH: 'Marshall Islands',
|
|
3305
|
+
MQ: 'Martinique',
|
|
3306
|
+
MR: 'Mauritania',
|
|
3307
|
+
MU: 'Mauritius',
|
|
3308
|
+
YT: 'Mayotte',
|
|
3309
|
+
MX: 'Mexico',
|
|
3310
|
+
FM: 'Micronesia',
|
|
3311
|
+
MD: 'Moldova',
|
|
3312
|
+
MC: 'Monaco',
|
|
3313
|
+
MN: 'Mongolia',
|
|
3314
|
+
ME: 'Montenegro',
|
|
3315
|
+
MS: 'Montserrat',
|
|
3316
|
+
MA: 'Morocco',
|
|
3317
|
+
MZ: 'Mozambique',
|
|
3318
|
+
MM: 'Myanmar',
|
|
3319
|
+
NA: 'Namibia',
|
|
3320
|
+
NR: 'Nauru',
|
|
3321
|
+
NP: 'Nepal',
|
|
3322
|
+
NL: 'Netherlands',
|
|
3323
|
+
AN: 'Netherlands Antilles',
|
|
3324
|
+
NC: 'New Caledonia',
|
|
3325
|
+
NZ: 'New Zealand',
|
|
3326
|
+
NI: 'Nicaragua',
|
|
3327
|
+
NE: 'Niger',
|
|
3328
|
+
NG: 'Nigeria',
|
|
3329
|
+
NU: 'Niue',
|
|
3330
|
+
NF: 'Norfolk Island',
|
|
3331
|
+
MP: 'Northern Mariana Islands',
|
|
3332
|
+
NO: 'Norway',
|
|
3333
|
+
OM: 'Oman',
|
|
3334
|
+
PK: 'Pakistan',
|
|
3335
|
+
PW: 'Palau',
|
|
3336
|
+
PS: 'Palestinian Territory',
|
|
3337
|
+
PA: 'Panama',
|
|
3338
|
+
PG: 'Papua New Guinea',
|
|
3339
|
+
PY: 'Paraguay',
|
|
3340
|
+
PE: 'Peru',
|
|
3341
|
+
PH: 'Philippines',
|
|
3342
|
+
PN: 'Pitcairn',
|
|
3343
|
+
PL: 'Poland',
|
|
3344
|
+
PT: 'Portugal',
|
|
3345
|
+
PR: 'Puerto Rico',
|
|
3346
|
+
QA: 'Qatar',
|
|
3347
|
+
RE: 'Réunion',
|
|
3348
|
+
RO: 'Romania',
|
|
3349
|
+
RU: 'Russian Federation',
|
|
3350
|
+
RW: 'Rwanda',
|
|
3351
|
+
BL: 'Saint-Barthélemy',
|
|
3352
|
+
SH: 'Saint Helena',
|
|
3353
|
+
KN: 'Saint Kitts and Nevis',
|
|
3354
|
+
LC: 'Saint Lucia',
|
|
3355
|
+
MF: 'Saint-Martin (French part)',
|
|
3356
|
+
PM: 'Saint Pierre and Miquelon',
|
|
3357
|
+
VC: 'Saint Vincent and Grenadines',
|
|
3358
|
+
WS: 'Samoa',
|
|
3359
|
+
SM: 'San Marino',
|
|
3360
|
+
ST: 'Sao Tome and Principe',
|
|
3361
|
+
SA: 'Saudi Arabia',
|
|
3362
|
+
SN: 'Senegal',
|
|
3363
|
+
RS: 'Serbia',
|
|
3364
|
+
SC: 'Seychelles',
|
|
3365
|
+
SL: 'Sierra Leone',
|
|
3366
|
+
SG: 'Singapore',
|
|
3367
|
+
SK: 'Slovakia',
|
|
3368
|
+
SI: 'Slovenia',
|
|
3369
|
+
SB: 'Solomon Islands',
|
|
3370
|
+
SO: 'Somalia',
|
|
3371
|
+
ZA: 'South Africa',
|
|
3372
|
+
GS: 'South Georgia and the South Sandwich Islands',
|
|
3373
|
+
SS: 'South Sudan',
|
|
3374
|
+
ES: 'Spain',
|
|
3375
|
+
LK: 'Sri Lanka',
|
|
3376
|
+
SD: 'Sudan',
|
|
3377
|
+
SR: 'Suriname',
|
|
3378
|
+
SJ: 'Svalbard and Jan Mayen Islands',
|
|
3379
|
+
SZ: 'Swaziland',
|
|
3380
|
+
SE: 'Sweden',
|
|
3381
|
+
CH: 'Switzerland',
|
|
3382
|
+
SY: 'Syria',
|
|
3383
|
+
TW: 'Taiwan',
|
|
3384
|
+
TJ: 'Tajikistan',
|
|
3385
|
+
TZ: 'Tanzania',
|
|
3386
|
+
TH: 'Thailand',
|
|
3387
|
+
TL: 'Timor-Leste',
|
|
3388
|
+
TG: 'Togo',
|
|
3389
|
+
TK: 'Tokelau',
|
|
3390
|
+
TO: 'Tonga',
|
|
3391
|
+
TT: 'Trinidad and Tobago',
|
|
3392
|
+
TN: 'Tunisia',
|
|
3393
|
+
TR: 'Turkey',
|
|
3394
|
+
TM: 'Turkmenistan',
|
|
3395
|
+
TC: 'Turks and Caicos Islands',
|
|
3396
|
+
TV: 'Tuvalu',
|
|
3397
|
+
UG: 'Uganda',
|
|
3398
|
+
UA: 'Ukraine',
|
|
3399
|
+
AE: 'United Arab Emirates',
|
|
3400
|
+
GB: 'United Kingdom (GB)',
|
|
3401
|
+
US: 'United States of America (USA)',
|
|
3402
|
+
UM: 'US Minor Outlying Islands',
|
|
3403
|
+
UY: 'Uruguay',
|
|
3404
|
+
UZ: 'Uzbekistan',
|
|
3405
|
+
VU: 'Vanuatu',
|
|
3406
|
+
VE: 'Venezuela',
|
|
3407
|
+
VN: 'Viet Nam',
|
|
3408
|
+
VI: 'Virgin Islands, US',
|
|
3409
|
+
WF: 'Wallis and Futuna Islands',
|
|
3410
|
+
EH: 'Western Sahara',
|
|
3411
|
+
YE: 'Yemen',
|
|
3412
|
+
ZM: 'Zambia',
|
|
3413
|
+
ZW: 'Zimbabwe',
|
|
3414
3414
|
}</code>
|
|
3415
3415
|
</td>
|
|
3416
3416
|
</tr>
|
|
@@ -3437,439 +3437,439 @@
|
|
|
3437
3437
|
</tr>
|
|
3438
3438
|
<tr>
|
|
3439
3439
|
<td class="col-md-4">
|
|
3440
|
-
<i>Default value : </i><code>[
|
|
3441
|
-
{ name: 'Europe/Andorra', desc: 'Andorra - Andorra (GMT+02:00)' },
|
|
3442
|
-
{ name: 'Asia/Dubai', desc: 'United Arab Emirates - Dubai (GMT+04:00)' },
|
|
3443
|
-
{ name: 'Asia/Kabul', desc: 'Afghanistan - Kabul (GMT+04:30)' },
|
|
3444
|
-
{ name: 'America/Antigua', desc: 'Antigua and Barbuda - Antigua (GMT-04:00)' },
|
|
3445
|
-
{ name: 'America/Anguilla', desc: 'Anguilla - Anguilla (GMT-04:00)' },
|
|
3446
|
-
{ name: 'Europe/Tirane', desc: 'Albania - Tirane (GMT+02:00)' },
|
|
3447
|
-
{ name: 'Asia/Yerevan', desc: 'Armenia - Yerevan (GMT+04:00)' },
|
|
3448
|
-
{ name: 'Africa/Luanda', desc: 'Angola - Luanda (GMT+01:00)' },
|
|
3449
|
-
{ name: 'Antarctica/McMurdo', desc: 'Antarctica - McMurdo (GMT+12:00)' },
|
|
3450
|
-
{ name: 'Antarctica/Rothera', desc: 'Antarctica - Rothera (GMT-03:00)' },
|
|
3451
|
-
{ name: 'Antarctica/Palmer', desc: 'Antarctica - Palmer (GMT-03:00)' },
|
|
3452
|
-
{ name: 'Antarctica/Mawson', desc: 'Antarctica - Mawson (GMT+05:00)' },
|
|
3453
|
-
{ name: 'Antarctica/Davis', desc: 'Antarctica - Davis (GMT+07:00)' },
|
|
3454
|
-
{ name: 'Antarctica/Casey', desc: 'Antarctica - Casey (GMT+08:00)' },
|
|
3455
|
-
{ name: 'Antarctica/Vostok', desc: 'Antarctica - Vostok (GMT+06:00)' },
|
|
3456
|
-
{ name: 'Antarctica/DumontDUrville', desc: 'Antarctica - DumontDUrville (GMT+10:00)' },
|
|
3457
|
-
{ name: 'Antarctica/Syowa', desc: 'Antarctica - Syowa (GMT+03:00)' },
|
|
3458
|
-
{ name: 'Antarctica/Troll', desc: 'Antarctica - Troll (GMT+02:00)' },
|
|
3459
|
-
{ name: 'America/Argentina/Buenos_Aires', desc: 'Argentina - Buenos Aires (GMT-03:00)' },
|
|
3460
|
-
{ name: 'America/Argentina/Cordoba', desc: 'Argentina - Cordoba (GMT-03:00)' },
|
|
3461
|
-
{ name: 'America/Argentina/Salta', desc: 'Argentina - Salta (GMT-03:00)' },
|
|
3462
|
-
{ name: 'America/Argentina/Jujuy', desc: 'Argentina - Jujuy (GMT-03:00)' },
|
|
3463
|
-
{ name: 'America/Argentina/Tucuman', desc: 'Argentina - Tucuman (GMT-03:00)' },
|
|
3464
|
-
{ name: 'America/Argentina/Catamarca', desc: 'Argentina - Catamarca (GMT-03:00)' },
|
|
3465
|
-
{ name: 'America/Argentina/La_Rioja', desc: 'Argentina - La Rioja (GMT-03:00)' },
|
|
3466
|
-
{ name: 'America/Argentina/San_Juan', desc: 'Argentina - San Juan (GMT-03:00)' },
|
|
3467
|
-
{ name: 'America/Argentina/Mendoza', desc: 'Argentina - Mendoza (GMT-03:00)' },
|
|
3468
|
-
{ name: 'America/Argentina/San_Luis', desc: 'Argentina - San Luis (GMT-03:00)' },
|
|
3469
|
-
{ name: 'America/Argentina/Rio_Gallegos', desc: 'Argentina - Rio Gallegos (GMT-03:00)' },
|
|
3470
|
-
{ name: 'America/Argentina/Ushuaia', desc: 'Argentina - Ushuaia (GMT-03:00)' },
|
|
3471
|
-
{ name: 'Pacific/Pago_Pago', desc: 'American Samoa - Pago Pago (GMT-11:00)' },
|
|
3472
|
-
{ name: 'Pacific/Samoa', desc: 'American Samoa - Samoa (GMT-11:00)' },
|
|
3473
|
-
{ name: 'Europe/Vienna', desc: 'Austria - Vienna (GMT+02:00)' },
|
|
3474
|
-
{ name: 'Australia/Lord_Howe', desc: 'Australia - Lord Howe (GMT+10:30)' },
|
|
3475
|
-
{ name: 'Antarctica/Macquarie', desc: 'Australia - Macquarie (GMT+11:00)' },
|
|
3476
|
-
{ name: 'Australia/Hobart', desc: 'Australia - Hobart (GMT+10:00)' },
|
|
3477
|
-
{ name: 'Australia/Currie', desc: 'Australia - Currie (GMT+10:00)' },
|
|
3478
|
-
{ name: 'Australia/Melbourne', desc: 'Australia - Melbourne (GMT+10:00)' },
|
|
3479
|
-
{ name: 'Australia/Sydney', desc: 'Australia - Sydney (GMT+10:00)' },
|
|
3480
|
-
{ name: 'Australia/Broken_Hill', desc: 'Australia - Broken Hill (GMT+09:30)' },
|
|
3481
|
-
{ name: 'Australia/Brisbane', desc: 'Australia - Brisbane (GMT+10:00)' },
|
|
3482
|
-
{ name: 'Australia/Lindeman', desc: 'Australia - Lindeman (GMT+10:00)' },
|
|
3483
|
-
{ name: 'Australia/Adelaide', desc: 'Australia - Adelaide (GMT+09:30)' },
|
|
3484
|
-
{ name: 'Australia/Darwin', desc: 'Australia - Darwin (GMT+09:30)' },
|
|
3485
|
-
{ name: 'Australia/Perth', desc: 'Australia - Perth (GMT+08:00)' },
|
|
3486
|
-
{ name: 'Australia/Eucla', desc: 'Australia - Eucla (GMT+08:45)' },
|
|
3487
|
-
{ name: 'Australia/Canberra', desc: 'Australia - Canberra (GMT+10:00)' },
|
|
3488
|
-
{ name: 'Australia/Queensland', desc: 'Australia - Queensland (GMT+10:00)' },
|
|
3489
|
-
{ name: 'Australia/Tasmania', desc: 'Australia - Tasmania (GMT+10:00)' },
|
|
3490
|
-
{ name: 'Australia/Victoria', desc: 'Australia - Victoria (GMT+10:00)' },
|
|
3491
|
-
{ name: 'America/Aruba', desc: 'Aruba - Aruba (GMT-04:00)' },
|
|
3492
|
-
{ name: 'Europe/Mariehamn', desc: 'Aland Islands - Mariehamn (GMT+03:00)' },
|
|
3493
|
-
{ name: 'Asia/Baku', desc: 'Azerbaijan - Baku (GMT+04:00)' },
|
|
3494
|
-
{ name: 'Europe/Sarajevo', desc: 'Bosnia and Herzegovina - Sarajevo (GMT+02:00)' },
|
|
3495
|
-
{ name: 'America/Barbados', desc: 'Barbados - Barbados (GMT-04:00)' },
|
|
3496
|
-
{ name: 'Asia/Dhaka', desc: 'Bangladesh - Dhaka (GMT+06:00)' },
|
|
3497
|
-
{ name: 'Europe/Brussels', desc: 'Belgium - Brussels (GMT+02:00)' },
|
|
3498
|
-
{ name: 'Africa/Ouagadougou', desc: 'Burkina Faso - Ouagadougou (GMT+00:00)' },
|
|
3499
|
-
{ name: 'Europe/Sofia', desc: 'Bulgaria - Sofia (GMT+03:00)' },
|
|
3500
|
-
{ name: 'Asia/Bahrain', desc: 'Bahrain - Bahrain (GMT+03:00)' },
|
|
3501
|
-
{ name: 'Africa/Bujumbura', desc: 'Burundi - Bujumbura (GMT+02:00)' },
|
|
3502
|
-
{ name: 'Africa/Porto-Novo', desc: 'Benin - Porto-Novo (GMT+01:00)' },
|
|
3503
|
-
{ name: 'America/St_Barthelemy', desc: 'Saint-Barthélemy - St Barthelemy (GMT-04:00)' },
|
|
3504
|
-
{ name: 'Atlantic/Bermuda', desc: 'Bermuda - Bermuda (GMT-03:00)' },
|
|
3505
|
-
{ name: 'Asia/Brunei', desc: 'Brunei Darussalam - Brunei (GMT+08:00)' },
|
|
3506
|
-
{ name: 'America/La_Paz', desc: 'Bolivia - La Paz (GMT-04:00)' },
|
|
3507
|
-
{ name: 'America/Kralendijk', desc: 'BQ - Kralendijk (GMT-04:00)' },
|
|
3508
|
-
{ name: 'America/Noronha', desc: 'Brazil - Noronha (GMT-02:00)' },
|
|
3509
|
-
{ name: 'America/Belem', desc: 'Brazil - Belem (GMT-03:00)' },
|
|
3510
|
-
{ name: 'America/Fortaleza', desc: 'Brazil - Fortaleza (GMT-03:00)' },
|
|
3511
|
-
{ name: 'America/Recife', desc: 'Brazil - Recife (GMT-03:00)' },
|
|
3512
|
-
{ name: 'America/Araguaina', desc: 'Brazil - Araguaina (GMT-03:00)' },
|
|
3513
|
-
{ name: 'America/Maceio', desc: 'Brazil - Maceio (GMT-03:00)' },
|
|
3514
|
-
{ name: 'America/Bahia', desc: 'Brazil - Bahia (GMT-03:00)' },
|
|
3515
|
-
{ name: 'America/Sao_Paulo', desc: 'Brazil - Sao Paulo (GMT-03:00)' },
|
|
3516
|
-
{ name: 'America/Campo_Grande', desc: 'Brazil - Campo Grande (GMT-04:00)' },
|
|
3517
|
-
{ name: 'America/Cuiaba', desc: 'Brazil - Cuiaba (GMT-04:00)' },
|
|
3518
|
-
{ name: 'America/Santarem', desc: 'Brazil - Santarem (GMT-03:00)' },
|
|
3519
|
-
{ name: 'America/Porto_Velho', desc: 'Brazil - Porto Velho (GMT-04:00)' },
|
|
3520
|
-
{ name: 'America/Boa_Vista', desc: 'Brazil - Boa Vista (GMT-04:00)' },
|
|
3521
|
-
{ name: 'America/Manaus', desc: 'Brazil - Manaus (GMT-04:00)' },
|
|
3522
|
-
{ name: 'America/Eirunepe', desc: 'Brazil - Eirunepe (GMT-05:00)' },
|
|
3523
|
-
{ name: 'America/Rio_Branco', desc: 'Brazil - Rio Branco (GMT-05:00)' },
|
|
3524
|
-
{ name: 'America/Nassau', desc: 'Bahamas - Nassau (GMT-04:00)' },
|
|
3525
|
-
{ name: 'Asia/Thimphu', desc: 'Bhutan - Thimphu (GMT+06:00)' },
|
|
3526
|
-
{ name: 'Africa/Gaborone', desc: 'Botswana - Gaborone (GMT+02:00)' },
|
|
3527
|
-
{ name: 'Europe/Minsk', desc: 'Belarus - Minsk (GMT+03:00)' },
|
|
3528
|
-
{ name: 'America/Belize', desc: 'Belize - Belize (GMT-06:00)' },
|
|
3529
|
-
{ name: 'America/St_Johns', desc: 'Canada - St Johns (GMT-02:30)' },
|
|
3530
|
-
{ name: 'America/Halifax', desc: 'Canada - Halifax (GMT-03:00)' },
|
|
3531
|
-
{ name: 'America/Glace_Bay', desc: 'Canada - Glace Bay (GMT-03:00)' },
|
|
3532
|
-
{ name: 'America/Moncton', desc: 'Canada - Moncton (GMT-03:00)' },
|
|
3533
|
-
{ name: 'America/Goose_Bay', desc: 'Canada - Goose Bay (GMT-03:00)' },
|
|
3534
|
-
{ name: 'America/Blanc-Sablon', desc: 'Canada - Blanc-Sablon (GMT-04:00)' },
|
|
3535
|
-
{ name: 'America/Toronto', desc: 'Canada - Toronto (GMT-04:00)' },
|
|
3536
|
-
{ name: 'America/Nipigon', desc: 'Canada - Nipigon (GMT-04:00)' },
|
|
3537
|
-
{ name: 'America/Thunder_Bay', desc: 'Canada - Thunder Bay (GMT-04:00)' },
|
|
3538
|
-
{ name: 'America/Iqaluit', desc: 'Canada - Iqaluit (GMT-04:00)' },
|
|
3539
|
-
{ name: 'America/Pangnirtung', desc: 'Canada - Pangnirtung (GMT-04:00)' },
|
|
3540
|
-
{ name: 'America/Resolute', desc: 'Canada - Resolute (GMT-05:00)' },
|
|
3541
|
-
{ name: 'America/Atikokan', desc: 'Canada - Atikokan (GMT-05:00)' },
|
|
3542
|
-
{ name: 'America/Rankin_Inlet', desc: 'Canada - Rankin Inlet (GMT-05:00)' },
|
|
3543
|
-
{ name: 'America/Winnipeg', desc: 'Canada - Winnipeg (GMT-05:00)' },
|
|
3544
|
-
{ name: 'America/Rainy_River', desc: 'Canada - Rainy River (GMT-05:00)' },
|
|
3545
|
-
{ name: 'America/Regina', desc: 'Canada - Regina (GMT-06:00)' },
|
|
3546
|
-
{ name: 'America/Swift_Current', desc: 'Canada - Swift Current (GMT-06:00)' },
|
|
3547
|
-
{ name: 'America/Edmonton', desc: 'Canada - Edmonton (GMT-06:00)' },
|
|
3548
|
-
{ name: 'America/Cambridge_Bay', desc: 'Canada - Cambridge Bay (GMT-06:00)' },
|
|
3549
|
-
{ name: 'America/Yellowknife', desc: 'Canada - Yellowknife (GMT-06:00)' },
|
|
3550
|
-
{ name: 'America/Inuvik', desc: 'Canada - Inuvik (GMT-06:00)' },
|
|
3551
|
-
{ name: 'America/Creston', desc: 'Canada - Creston (GMT-07:00)' },
|
|
3552
|
-
{ name: 'America/Dawson_Creek', desc: 'Canada - Dawson Creek (GMT-07:00)' },
|
|
3553
|
-
{ name: 'America/Vancouver', desc: 'Canada - Vancouver (GMT-07:00)' },
|
|
3554
|
-
{ name: 'America/Whitehorse', desc: 'Canada - Whitehorse (GMT-07:00)' },
|
|
3555
|
-
{ name: 'America/Dawson', desc: 'Canada - Dawson (GMT-07:00)' },
|
|
3556
|
-
{ name: 'America/Montreal', desc: 'Canada - Montreal (GMT-04:00)' },
|
|
3557
|
-
{ name: 'Canada/Atlantic', desc: 'Canada - Atlantic (GMT-03:00)' },
|
|
3558
|
-
{ name: 'Canada/Central', desc: 'Canada - Central (GMT-05:00)' },
|
|
3559
|
-
{ name: 'Canada/Eastern', desc: 'Canada - Eastern (GMT-04:00)' },
|
|
3560
|
-
{ name: 'Canada/Mountain', desc: 'Canada - Mountain (GMT-06:00)' },
|
|
3561
|
-
{ name: 'Canada/Newfoundland', desc: 'Canada - Newfoundland (GMT-02:30)' },
|
|
3562
|
-
{ name: 'Canada/Pacific', desc: 'Canada - Pacific (GMT-07:00)' },
|
|
3563
|
-
{ name: 'Canada/Saskatchewan', desc: 'Canada - Saskatchewan (GMT-06:00)' },
|
|
3564
|
-
{ name: 'Canada/Yukon', desc: 'Canada - Yukon (GMT-07:00)' },
|
|
3565
|
-
{ name: 'Indian/Cocos', desc: 'Cocos (Keeling) Islands - Cocos (GMT+06:30)' },
|
|
3566
|
-
{ name: 'Africa/Kinshasa', desc: 'Congo, (Kinshasa) - Kinshasa (GMT+01:00)' },
|
|
3567
|
-
{ name: 'Africa/Lubumbashi', desc: 'Congo, (Kinshasa) - Lubumbashi (GMT+02:00)' },
|
|
3568
|
-
{ name: 'Africa/Bangui', desc: 'Central African Republic - Bangui (GMT+01:00)' },
|
|
3569
|
-
{ name: 'Africa/Brazzaville', desc: 'Congo (Brazzaville) - Brazzaville (GMT+01:00)' },
|
|
3570
|
-
{ name: 'Europe/Zurich', desc: 'Switzerland - Zurich (GMT+02:00)' },
|
|
3571
|
-
{ name: 'Africa/Abidjan', desc: "Côte d'Ivoire - Abidjan (GMT+00:00)" },
|
|
3572
|
-
{ name: 'Pacific/Rarotonga', desc: 'Cook Islands - Rarotonga (GMT-10:00)' },
|
|
3573
|
-
{ name: 'America/Santiago', desc: 'Chile - Santiago (GMT-04:00)' },
|
|
3574
|
-
{ name: 'Pacific/Easter', desc: 'Chile - Easter (GMT-06:00)' },
|
|
3575
|
-
{ name: 'Chile/Continental', desc: 'Chile - Continental (GMT-04:00)' },
|
|
3576
|
-
{ name: 'Chile/EasterIsland', desc: 'Chile - EasterIsland (GMT-06:00)' },
|
|
3577
|
-
{ name: 'Africa/Douala', desc: 'Cameroon - Douala (GMT+01:00)' },
|
|
3578
|
-
{ name: 'Asia/Shanghai', desc: 'China - Shanghai (GMT+08:00)' },
|
|
3579
|
-
{ name: 'Asia/Harbin', desc: 'China - Harbin (GMT+08:00)' },
|
|
3580
|
-
{ name: 'Asia/Chongqing', desc: 'China - Chongqing (GMT+08:00)' },
|
|
3581
|
-
{ name: 'Asia/Urumqi', desc: 'China - Urumqi (GMT+06:00)' },
|
|
3582
|
-
{ name: 'Asia/Kashgar', desc: 'China - Kashgar (GMT+06:00)' },
|
|
3583
|
-
{ name: 'America/Bogota', desc: 'Colombia - Bogota (GMT-05:00)' },
|
|
3584
|
-
{ name: 'America/Costa_Rica', desc: 'Costa Rica - Costa Rica (GMT-06:00)' },
|
|
3585
|
-
{ name: 'America/Havana', desc: 'Cuba - Havana (GMT-04:00)' },
|
|
3586
|
-
{ name: 'Atlantic/Cape_Verde', desc: 'Cape Verde - Cape Verde (GMT-01:00)' },
|
|
3587
|
-
{ name: 'America/Curacao', desc: 'CW - Curacao (GMT-04:00)' },
|
|
3588
|
-
{ name: 'Indian/Christmas', desc: 'Christmas Island - Christmas (GMT+07:00)' },
|
|
3589
|
-
{ name: 'Asia/Nicosia', desc: 'Cyprus - Nicosia (GMT+03:00)' },
|
|
3590
|
-
{ name: 'Europe/Prague', desc: 'Czech Republic - Prague (GMT+02:00)' },
|
|
3591
|
-
{ name: 'Europe/Berlin', desc: 'Germany - Berlin (GMT+02:00)' },
|
|
3592
|
-
{ name: 'Africa/Djibouti', desc: 'Djibouti - Djibouti (GMT+03:00)' },
|
|
3593
|
-
{ name: 'Europe/Copenhagen', desc: 'Denmark - Copenhagen (GMT+02:00)' },
|
|
3594
|
-
{ name: 'America/Dominica', desc: 'Dominica - Dominica (GMT-04:00)' },
|
|
3595
|
-
{ name: 'America/Santo_Domingo', desc: 'Dominican Republic - Santo Domingo (GMT-04:00)' },
|
|
3596
|
-
{ name: 'Africa/Algiers', desc: 'Algeria - Algiers (GMT+01:00)' },
|
|
3597
|
-
{ name: 'America/Guayaquil', desc: 'Ecuador - Guayaquil (GMT-05:00)' },
|
|
3598
|
-
{ name: 'Pacific/Galapagos', desc: 'Ecuador - Galapagos (GMT-06:00)' },
|
|
3599
|
-
{ name: 'Europe/Tallinn', desc: 'Estonia - Tallinn (GMT+03:00)' },
|
|
3600
|
-
{ name: 'Egypt', desc: 'Egypt - Egypt (GMT+02:00)' },
|
|
3601
|
-
{ name: 'Africa/El_Aaiun', desc: 'Western Sahara - El Aaiun (GMT+00:00)' },
|
|
3602
|
-
{ name: 'Africa/Asmara', desc: 'Eritrea - Asmara (GMT+03:00)' },
|
|
3603
|
-
{ name: 'Europe/Madrid', desc: 'Spain - Madrid (GMT+02:00)' },
|
|
3604
|
-
{ name: 'Africa/Ceuta', desc: 'Spain - Ceuta (GMT+02:00)' },
|
|
3605
|
-
{ name: 'Atlantic/Canary', desc: 'Spain - Canary (GMT+01:00)' },
|
|
3606
|
-
{ name: 'Africa/Addis_Ababa', desc: 'Ethiopia - Addis Ababa (GMT+03:00)' },
|
|
3607
|
-
{ name: 'Europe/Helsinki', desc: 'Finland - Helsinki (GMT+03:00)' },
|
|
3608
|
-
{ name: 'Pacific/Fiji', desc: 'Fiji - Fiji (GMT+12:00)' },
|
|
3609
|
-
{ name: 'Atlantic/Stanley', desc: 'Falkland Islands (Malvinas) - Stanley (GMT-03:00)' },
|
|
3610
|
-
{ name: 'Pacific/Chuuk', desc: 'Micronesia - Chuuk (GMT+10:00)' },
|
|
3611
|
-
{ name: 'Pacific/Pohnpei', desc: 'Micronesia - Pohnpei (GMT+11:00)' },
|
|
3612
|
-
{ name: 'Pacific/Kosrae', desc: 'Micronesia - Kosrae (GMT+11:00)' },
|
|
3613
|
-
{ name: 'Atlantic/Faroe', desc: 'Faroe Islands - Faroe (GMT+01:00)' },
|
|
3614
|
-
{ name: 'Europe/Paris', desc: 'France - Paris (GMT+02:00)' },
|
|
3615
|
-
{ name: 'Africa/Libreville', desc: 'Gabon - Libreville (GMT+01:00)' },
|
|
3616
|
-
{ name: 'Europe/London', desc: 'United Kingdom (GB) - London (GMT+01:00)' },
|
|
3617
|
-
{ name: 'America/Grenada', desc: 'Grenada - Grenada (GMT-04:00)' },
|
|
3618
|
-
{ name: 'Asia/Tbilisi', desc: 'Georgia - Tbilisi (GMT+04:00)' },
|
|
3619
|
-
{ name: 'America/Cayenne', desc: 'French Guiana - Cayenne (GMT-03:00)' },
|
|
3620
|
-
{ name: 'Europe/Guernsey', desc: 'Guernsey - Guernsey (GMT+01:00)' },
|
|
3621
|
-
{ name: 'Africa/Accra', desc: 'Ghana - Accra (GMT+00:00)' },
|
|
3622
|
-
{ name: 'Europe/Gibraltar', desc: 'Gibraltar - Gibraltar (GMT+02:00)' },
|
|
3623
|
-
{ name: 'America/Godthab', desc: 'Greenland - Godthab (GMT-02:00)' },
|
|
3624
|
-
{ name: 'America/Danmarkshavn', desc: 'Greenland - Danmarkshavn (GMT+00:00)' },
|
|
3625
|
-
{ name: 'America/Scoresbysund', desc: 'Greenland - Scoresbysund (GMT+00:00)' },
|
|
3626
|
-
{ name: 'America/Thule', desc: 'Greenland - Thule (GMT-03:00)' },
|
|
3627
|
-
{ name: 'Africa/Banjul', desc: 'Gambia - Banjul (GMT+00:00)' },
|
|
3628
|
-
{ name: 'Africa/Conakry', desc: 'Guinea - Conakry (GMT+00:00)' },
|
|
3629
|
-
{ name: 'America/Guadeloupe', desc: 'Guadeloupe - Guadeloupe (GMT-04:00)' },
|
|
3630
|
-
{ name: 'Africa/Malabo', desc: 'Equatorial Guinea - Malabo (GMT+01:00)' },
|
|
3631
|
-
{ name: 'Europe/Athens', desc: 'Greece - Athens (GMT+03:00)' },
|
|
3632
|
-
{ name: 'Atlantic/South_Georgia', desc: 'South Georgia and the South Sandwich Islands - South Georgia (GMT-02:00)' },
|
|
3633
|
-
{ name: 'America/Guatemala', desc: 'Guatemala - Guatemala (GMT-06:00)' },
|
|
3634
|
-
{ name: 'Pacific/Guam', desc: 'Guam - Guam (GMT+10:00)' },
|
|
3635
|
-
{ name: 'Africa/Bissau', desc: 'Guinea-Bissau - Bissau (GMT+00:00)' },
|
|
3636
|
-
{ name: 'America/Guyana', desc: 'Guyana - Guyana (GMT-04:00)' },
|
|
3637
|
-
{ name: 'Asia/Hong_Kong', desc: 'Hong Kong - Hong Kong (GMT+08:00)' },
|
|
3638
|
-
{ name: 'America/Tegucigalpa', desc: 'Honduras - Tegucigalpa (GMT-06:00)' },
|
|
3639
|
-
{ name: 'Europe/Zagreb', desc: 'Croatia - Zagreb (GMT+02:00)' },
|
|
3640
|
-
{ name: 'America/Port-au-Prince', desc: 'Haiti - Port-au-Prince (GMT-04:00)' },
|
|
3641
|
-
{ name: 'Europe/Budapest', desc: 'Hungary - Budapest (GMT+02:00)' },
|
|
3642
|
-
{ name: 'Asia/Jakarta', desc: 'Indonesia - Jakarta (GMT+07:00)' },
|
|
3643
|
-
{ name: 'Asia/Pontianak', desc: 'Indonesia - Pontianak (GMT+07:00)' },
|
|
3644
|
-
{ name: 'Asia/Makassar', desc: 'Indonesia - Makassar (GMT+08:00)' },
|
|
3645
|
-
{ name: 'Asia/Jayapura', desc: 'Indonesia - Jayapura (GMT+09:00)' },
|
|
3646
|
-
{ name: 'Europe/Dublin', desc: 'Ireland - Dublin (GMT+01:00)' },
|
|
3647
|
-
{ name: 'Asia/Jerusalem', desc: 'Israel - Jerusalem (GMT+03:00)' },
|
|
3648
|
-
{ name: 'Europe/Isle_of_Man', desc: 'Isle of Man - Isle of_Man (GMT+01:00)' },
|
|
3649
|
-
{ name: 'Asia/Kolkata', desc: 'India - Kolkata (GMT+05:30)' },
|
|
3650
|
-
{ name: 'Indian/Chagos', desc: 'British Indian Ocean Territory - Chagos (GMT+06:00)' },
|
|
3651
|
-
{ name: 'Asia/Baghdad', desc: 'Iraq - Baghdad (GMT+03:00)' },
|
|
3652
|
-
{ name: 'Asia/Tehran', desc: 'Iran - Tehran (GMT+04:30)' },
|
|
3653
|
-
{ name: 'Atlantic/Reykjavik', desc: 'Iceland - Reykjavik (GMT+00:00)' },
|
|
3654
|
-
{ name: 'Europe/Rome', desc: 'Italy - Rome (GMT+02:00)' },
|
|
3655
|
-
{ name: 'Europe/Jersey', desc: 'Jersey - Jersey (GMT+01:00)' },
|
|
3656
|
-
{ name: 'America/Jamaica', desc: 'Jamaica - Jamaica (GMT-05:00)' },
|
|
3657
|
-
{ name: 'Asia/Amman', desc: 'Jordan - Amman (GMT+03:00)' },
|
|
3658
|
-
{ name: 'Asia/Tokyo', desc: 'Japan - Tokyo (GMT+09:00)' },
|
|
3659
|
-
{ name: 'Africa/Nairobi', desc: 'Kenya - Nairobi (GMT+03:00)' },
|
|
3660
|
-
{ name: 'Asia/Bishkek', desc: 'Kyrgyzstan - Bishkek (GMT+06:00)' },
|
|
3661
|
-
{ name: 'Asia/Phnom_Penh', desc: 'Cambodia - Phnom Penh (GMT+07:00)' },
|
|
3662
|
-
{ name: 'Pacific/Tarawa', desc: 'Kiribati - Tarawa (GMT+12:00)' },
|
|
3663
|
-
{ name: 'Pacific/Enderbury', desc: 'Kiribati - Enderbury (GMT+13:00)' },
|
|
3664
|
-
{ name: 'Pacific/Kiritimati', desc: 'Kiribati - Kiritimati (GMT+14:00)' },
|
|
3665
|
-
{ name: 'Indian/Comoro', desc: 'Comoros - Comoro (GMT+03:00)' },
|
|
3666
|
-
{ name: 'America/St_Kitts', desc: 'Saint Kitts and Nevis - St Kitts (GMT-04:00)' },
|
|
3667
|
-
{ name: 'Asia/Pyongyang', desc: 'Korea (North) - Pyongyang (GMT+09:00)' },
|
|
3668
|
-
{ name: 'Asia/Seoul', desc: 'Korea (South) - Seoul (GMT+09:00)' },
|
|
3669
|
-
{ name: 'Asia/Kuwait', desc: 'Kuwait - Kuwait (GMT+03:00)' },
|
|
3670
|
-
{ name: 'America/Cayman', desc: 'Cayman Islands - Cayman (GMT-05:00)' },
|
|
3671
|
-
{ name: 'Asia/Almaty', desc: 'Kazakhstan - Almaty (GMT+06:00)' },
|
|
3672
|
-
{ name: 'Asia/Qyzylorda', desc: 'Kazakhstan - Qyzylorda (GMT+06:00)' },
|
|
3673
|
-
{ name: 'Asia/Aqtobe', desc: 'Kazakhstan - Aqtobe (GMT+05:00)' },
|
|
3674
|
-
{ name: 'Asia/Aqtau', desc: 'Kazakhstan - Aqtau (GMT+05:00)' },
|
|
3675
|
-
{ name: 'Asia/Oral', desc: 'Kazakhstan - Oral (GMT+05:00)' },
|
|
3676
|
-
{ name: 'Asia/Vientiane', desc: 'Lao PDR - Vientiane (GMT+07:00)' },
|
|
3677
|
-
{ name: 'Asia/Beirut', desc: 'Lebanon - Beirut (GMT+03:00)' },
|
|
3678
|
-
{ name: 'America/St_Lucia', desc: 'Saint Lucia - St Lucia (GMT-04:00)' },
|
|
3679
|
-
{ name: 'Europe/Vaduz', desc: 'Liechtenstein - Vaduz (GMT+02:00)' },
|
|
3680
|
-
{ name: 'Asia/Colombo', desc: 'Sri Lanka - Colombo (GMT+05:30)' },
|
|
3681
|
-
{ name: 'Africa/Monrovia', desc: 'Liberia - Monrovia (GMT+00:00)' },
|
|
3682
|
-
{ name: 'Africa/Maseru', desc: 'Lesotho - Maseru (GMT+02:00)' },
|
|
3683
|
-
{ name: 'Europe/Vilnius', desc: 'Lithuania - Vilnius (GMT+03:00)' },
|
|
3684
|
-
{ name: 'Europe/Luxembourg', desc: 'Luxembourg - Luxembourg (GMT+02:00)' },
|
|
3685
|
-
{ name: 'Europe/Riga', desc: 'Latvia - Riga (GMT+03:00)' },
|
|
3686
|
-
{ name: 'Africa/Tripoli', desc: 'Libya - Tripoli (GMT+02:00)' },
|
|
3687
|
-
{ name: 'Africa/Casablanca', desc: 'Morocco - Casablanca (GMT+00:00)' },
|
|
3688
|
-
{ name: 'Europe/Monaco', desc: 'Monaco - Monaco (GMT+02:00)' },
|
|
3689
|
-
{ name: 'Europe/Chisinau', desc: 'Moldova - Chisinau (GMT+03:00)' },
|
|
3690
|
-
{ name: 'Europe/Podgorica', desc: 'Montenegro - Podgorica (GMT+02:00)' },
|
|
3691
|
-
{ name: 'America/Marigot', desc: 'Saint-Martin (French part) - Marigot (GMT-04:00)' },
|
|
3692
|
-
{ name: 'Indian/Antananarivo', desc: 'Madagascar - Antananarivo (GMT+03:00)' },
|
|
3693
|
-
{ name: 'Pacific/Majuro', desc: 'Marshall Islands - Majuro (GMT+12:00)' },
|
|
3694
|
-
{ name: 'Pacific/Kwajalein', desc: 'Marshall Islands - Kwajalein (GMT+12:00)' },
|
|
3695
|
-
{ name: 'Europe/Skopje', desc: 'Macedonia - Skopje (GMT+02:00)' },
|
|
3696
|
-
{ name: 'Africa/Bamako', desc: 'Mali - Bamako (GMT+00:00)' },
|
|
3697
|
-
{ name: 'Asia/Rangoon', desc: 'Myanmar - Rangoon (GMT+06:30)' },
|
|
3698
|
-
{ name: 'Asia/Ulaanbaatar', desc: 'Mongolia - Ulaanbaatar (GMT+08:00)' },
|
|
3699
|
-
{ name: 'Asia/Hovd', desc: 'Mongolia - Hovd (GMT+07:00)' },
|
|
3700
|
-
{ name: 'Asia/Choibalsan', desc: 'Mongolia - Choibalsan (GMT+08:00)' },
|
|
3701
|
-
{ name: 'Asia/Macau', desc: 'Macao - Macau (GMT+08:00)' },
|
|
3702
|
-
{ name: 'Pacific/Saipan', desc: 'Northern Mariana Islands - Saipan (GMT+10:00)' },
|
|
3703
|
-
{ name: 'America/Martinique', desc: 'Martinique - Martinique (GMT-04:00)' },
|
|
3704
|
-
{ name: 'Africa/Nouakchott', desc: 'Mauritania - Nouakchott (GMT+00:00)' },
|
|
3705
|
-
{ name: 'America/Montserrat', desc: 'Montserrat - Montserrat (GMT-04:00)' },
|
|
3706
|
-
{ name: 'Europe/Malta', desc: 'Malta - Malta (GMT+02:00)' },
|
|
3707
|
-
{ name: 'Indian/Mauritius', desc: 'Mauritius - Mauritius (GMT+04:00)' },
|
|
3708
|
-
{ name: 'Indian/Maldives', desc: 'Maldives - Maldives (GMT+05:00)' },
|
|
3709
|
-
{ name: 'Africa/Blantyre', desc: 'Malawi - Blantyre (GMT+02:00)' },
|
|
3710
|
-
{ name: 'America/Mexico_City', desc: 'Mexico - Mexico City (GMT-05:00)' },
|
|
3711
|
-
{ name: 'America/Cancun', desc: 'Mexico - Cancun (GMT-05:00)' },
|
|
3712
|
-
{ name: 'America/Merida', desc: 'Mexico - Merida (GMT-05:00)' },
|
|
3713
|
-
{ name: 'America/Monterrey', desc: 'Mexico - Monterrey (GMT-05:00)' },
|
|
3714
|
-
{ name: 'America/Matamoros', desc: 'Mexico - Matamoros (GMT-05:00)' },
|
|
3715
|
-
{ name: 'America/Mazatlan', desc: 'Mexico - Mazatlan (GMT-06:00)' },
|
|
3716
|
-
{ name: 'America/Chihuahua', desc: 'Mexico - Chihuahua (GMT-06:00)' },
|
|
3717
|
-
{ name: 'America/Ojinaga', desc: 'Mexico - Ojinaga (GMT-06:00)' },
|
|
3718
|
-
{ name: 'America/Hermosillo', desc: 'Mexico - Hermosillo (GMT-07:00)' },
|
|
3719
|
-
{ name: 'America/Tijuana', desc: 'Mexico - Tijuana (GMT-07:00)' },
|
|
3720
|
-
{ name: 'America/Santa_Isabel', desc: 'Mexico - Santa Isabel (GMT-07:00)' },
|
|
3721
|
-
{ name: 'America/Bahia_Banderas', desc: 'Mexico - Bahia Banderas (GMT-05:00)' },
|
|
3722
|
-
{ name: 'Asia/Kuala_Lumpur', desc: 'Malaysia - Kuala Lumpur (GMT+08:00)' },
|
|
3723
|
-
{ name: 'Asia/Kuching', desc: 'Malaysia - Kuching (GMT+08:00)' },
|
|
3724
|
-
{ name: 'Africa/Maputo', desc: 'Mozambique - Maputo (GMT+02:00)' },
|
|
3725
|
-
{ name: 'Africa/Windhoek', desc: 'Namibia - Windhoek (GMT+02:00)' },
|
|
3726
|
-
{ name: 'Pacific/Noumea', desc: 'New Caledonia - Noumea (GMT+11:00)' },
|
|
3727
|
-
{ name: 'Africa/Niamey', desc: 'Niger - Niamey (GMT+01:00)' },
|
|
3728
|
-
{ name: 'Pacific/Norfolk', desc: 'Norfolk Island - Norfolk (GMT+11:00)' },
|
|
3729
|
-
{ name: 'Africa/Lagos', desc: 'Nigeria - Lagos (GMT+01:00)' },
|
|
3730
|
-
{ name: 'America/Managua', desc: 'Nicaragua - Managua (GMT-06:00)' },
|
|
3731
|
-
{ name: 'Europe/Amsterdam', desc: 'Netherlands - Amsterdam (GMT+02:00)' },
|
|
3732
|
-
{ name: 'Europe/Oslo', desc: 'Norway - Oslo (GMT+02:00)' },
|
|
3733
|
-
{ name: 'Asia/Kathmandu', desc: 'Nepal - Kathmandu (GMT+05:45)' },
|
|
3734
|
-
{ name: 'Pacific/Nauru', desc: 'Nauru - Nauru (GMT+12:00)' },
|
|
3735
|
-
{ name: 'Pacific/Niue', desc: 'Niue - Niue (GMT-11:00)' },
|
|
3736
|
-
{ name: 'Pacific/Auckland', desc: 'New Zealand - Auckland (GMT+12:00)' },
|
|
3737
|
-
{ name: 'Pacific/Chatham', desc: 'New Zealand - Chatham (GMT+12:45)' },
|
|
3738
|
-
{ name: 'Asia/Muscat', desc: 'Oman - Muscat (GMT+04:00)' },
|
|
3739
|
-
{ name: 'America/Panama', desc: 'Panama - Panama (GMT-05:00)' },
|
|
3740
|
-
{ name: 'America/Lima', desc: 'Peru - Lima (GMT-05:00)' },
|
|
3741
|
-
{ name: 'Pacific/Tahiti', desc: 'French Polynesia - Tahiti (GMT-10:00)' },
|
|
3742
|
-
{ name: 'Pacific/Marquesas', desc: 'French Polynesia - Marquesas (GMT-09:30)' },
|
|
3743
|
-
{ name: 'Pacific/Gambier', desc: 'French Polynesia - Gambier (GMT-09:00)' },
|
|
3744
|
-
{ name: 'Pacific/Port_Moresby', desc: 'Papua New Guinea - Port Moresby (GMT+10:00)' },
|
|
3745
|
-
{ name: 'Asia/Manila', desc: 'Philippines - Manila (GMT+08:00)' },
|
|
3746
|
-
{ name: 'Asia/Karachi', desc: 'Pakistan - Karachi (GMT+05:00)' },
|
|
3747
|
-
{ name: 'Europe/Warsaw', desc: 'Poland - Warsaw (GMT+02:00)' },
|
|
3748
|
-
{ name: 'Poland', desc: 'Poland - Poland (GMT+02:00)' },
|
|
3749
|
-
{ name: 'America/Miquelon', desc: 'Saint Pierre and Miquelon - Miquelon (GMT-02:00)' },
|
|
3750
|
-
{ name: 'Pacific/Pitcairn', desc: 'Pitcairn - Pitcairn (GMT-08:00)' },
|
|
3751
|
-
{ name: 'America/Puerto_Rico', desc: 'Puerto Rico - Puerto Rico (GMT-04:00)' },
|
|
3752
|
-
{ name: 'Asia/Gaza', desc: 'Palestinian Territory - Gaza (GMT+03:00)' },
|
|
3753
|
-
{ name: 'Asia/Hebron', desc: 'Palestinian Territory - Hebron (GMT+03:00)' },
|
|
3754
|
-
{ name: 'Europe/Lisbon', desc: 'Portugal - Lisbon (GMT+01:00)' },
|
|
3755
|
-
{ name: 'Atlantic/Madeira', desc: 'Portugal - Madeira (GMT+01:00)' },
|
|
3756
|
-
{ name: 'Atlantic/Azores', desc: 'Portugal - Azores (GMT+00:00)' },
|
|
3757
|
-
{ name: 'Pacific/Palau', desc: 'Palau - Palau (GMT+09:00)' },
|
|
3758
|
-
{ name: 'America/Asuncion', desc: 'Paraguay - Asuncion (GMT-04:00)' },
|
|
3759
|
-
{ name: 'Asia/Qatar', desc: 'Qatar - Qatar (GMT+03:00)' },
|
|
3760
|
-
{ name: 'Indian/Reunion', desc: 'Réunion - Reunion (GMT+04:00)' },
|
|
3761
|
-
{ name: 'Europe/Bucharest', desc: 'Romania - Bucharest (GMT+03:00)' },
|
|
3762
|
-
{ name: 'Europe/Belgrade', desc: 'Serbia - Belgrade (GMT+02:00)' },
|
|
3763
|
-
{ name: 'Europe/Kaliningrad', desc: 'Russian Federation - Kaliningrad (GMT+02:00)' },
|
|
3764
|
-
{ name: 'Europe/Moscow', desc: 'Russian Federation - Moscow (GMT+03:00)' },
|
|
3765
|
-
{ name: 'Europe/Volgograd', desc: 'Russian Federation - Volgograd (GMT+03:00)' },
|
|
3766
|
-
{ name: 'Europe/Samara', desc: 'Russian Federation - Samara (GMT+04:00)' },
|
|
3767
|
-
{ name: 'Europe/Simferopol', desc: 'Russian Federation - Simferopol (GMT+03:00)' },
|
|
3768
|
-
{ name: 'Asia/Yekaterinburg', desc: 'Russian Federation - Yekaterinburg (GMT+05:00)' },
|
|
3769
|
-
{ name: 'Asia/Omsk', desc: 'Russian Federation - Omsk (GMT+06:00)' },
|
|
3770
|
-
{ name: 'Asia/Novosibirsk', desc: 'Russian Federation - Novosibirsk (GMT+07:00)' },
|
|
3771
|
-
{ name: 'Asia/Novokuznetsk', desc: 'Russian Federation - Novokuznetsk (GMT+07:00)' },
|
|
3772
|
-
{ name: 'Asia/Krasnoyarsk', desc: 'Russian Federation - Krasnoyarsk (GMT+07:00)' },
|
|
3773
|
-
{ name: 'Asia/Irkutsk', desc: 'Russian Federation - Irkutsk (GMT+08:00)' },
|
|
3774
|
-
{ name: 'Asia/Yakutsk', desc: 'Russian Federation - Yakutsk (GMT+09:00)' },
|
|
3775
|
-
{ name: 'Asia/Khandyga', desc: 'Russian Federation - Khandyga (GMT+09:00)' },
|
|
3776
|
-
{ name: 'Asia/Vladivostok', desc: 'Russian Federation - Vladivostok (GMT+10:00)' },
|
|
3777
|
-
{ name: 'Asia/Sakhalin', desc: 'Russian Federation - Sakhalin (GMT+11:00)' },
|
|
3778
|
-
{ name: 'Asia/Ust-Nera', desc: 'Russian Federation - Ust-Nera (GMT+10:00)' },
|
|
3779
|
-
{ name: 'Asia/Magadan', desc: 'Russian Federation - Magadan (GMT+11:00)' },
|
|
3780
|
-
{ name: 'Asia/Kamchatka', desc: 'Russian Federation - Kamchatka (GMT+12:00)' },
|
|
3781
|
-
{ name: 'Asia/Anadyr', desc: 'Russian Federation - Anadyr (GMT+12:00)' },
|
|
3782
|
-
{ name: 'Africa/Kigali', desc: 'Rwanda - Kigali (GMT+02:00)' },
|
|
3783
|
-
{ name: 'Asia/Riyadh', desc: 'Saudi Arabia - Riyadh (GMT+03:00)' },
|
|
3784
|
-
{ name: 'Pacific/Guadalcanal', desc: 'Solomon Islands - Guadalcanal (GMT+11:00)' },
|
|
3785
|
-
{ name: 'Indian/Mahe', desc: 'Seychelles - Mahe (GMT+04:00)' },
|
|
3786
|
-
{ name: 'Africa/Khartoum', desc: 'Sudan - Khartoum (GMT+02:00)' },
|
|
3787
|
-
{ name: 'Europe/Stockholm', desc: 'Sweden - Stockholm (GMT+02:00)' },
|
|
3788
|
-
{ name: 'Asia/Singapore', desc: 'Singapore - Singapore (GMT+08:00)' },
|
|
3789
|
-
{ name: 'Atlantic/St_Helena', desc: 'Saint Helena - St Helena (GMT+00:00)' },
|
|
3790
|
-
{ name: 'Europe/Ljubljana', desc: 'Slovenia - Ljubljana (GMT+02:00)' },
|
|
3791
|
-
{ name: 'Arctic/Longyearbyen', desc: 'Svalbard and Jan Mayen Islands - Longyearbyen (GMT+02:00)' },
|
|
3792
|
-
{ name: 'Europe/Bratislava', desc: 'Slovakia - Bratislava (GMT+02:00)' },
|
|
3793
|
-
{ name: 'Africa/Freetown', desc: 'Sierra Leone - Freetown (GMT+00:00)' },
|
|
3794
|
-
{ name: 'Europe/San_Marino', desc: 'San Marino - San Marino (GMT+02:00)' },
|
|
3795
|
-
{ name: 'Africa/Dakar', desc: 'Senegal - Dakar (GMT+00:00)' },
|
|
3796
|
-
{ name: 'Africa/Mogadishu', desc: 'Somalia - Mogadishu (GMT+03:00)' },
|
|
3797
|
-
{ name: 'America/Paramaribo', desc: 'Suriname - Paramaribo (GMT-03:00)' },
|
|
3798
|
-
{ name: 'Africa/Juba', desc: 'South Sudan - Juba (GMT+03:00)' },
|
|
3799
|
-
{ name: 'Africa/Sao_Tome', desc: 'Sao Tome and Principe - Sao Tome (GMT+01:00)' },
|
|
3800
|
-
{ name: 'America/El_Salvador', desc: 'El Salvador - El Salvador (GMT-06:00)' },
|
|
3801
|
-
{ name: 'America/Lower_Princes', desc: 'SX - Lower Princes (GMT-04:00)' },
|
|
3802
|
-
{ name: 'Asia/Damascus', desc: 'Syria - Damascus (GMT+03:00)' },
|
|
3803
|
-
{ name: 'Africa/Mbabane', desc: 'Swaziland - Mbabane (GMT+02:00)' },
|
|
3804
|
-
{ name: 'America/Grand_Turk', desc: 'Turks and Caicos Islands - Grand Turk (GMT-04:00)' },
|
|
3805
|
-
{ name: 'Africa/Ndjamena', desc: 'Chad - Ndjamena (GMT+01:00)' },
|
|
3806
|
-
{ name: 'Indian/Kerguelen', desc: 'French Southern Territories - Kerguelen (GMT+05:00)' },
|
|
3807
|
-
{ name: 'Africa/Lome', desc: 'Togo - Lome (GMT+00:00)' },
|
|
3808
|
-
{ name: 'Asia/Bangkok', desc: 'Thailand - Bangkok (GMT+07:00)' },
|
|
3809
|
-
{ name: 'Asia/Dushanbe', desc: 'Tajikistan - Dushanbe (GMT+05:00)' },
|
|
3810
|
-
{ name: 'Pacific/Fakaofo', desc: 'Tokelau - Fakaofo (GMT+13:00)' },
|
|
3811
|
-
{ name: 'Asia/Dili', desc: 'Timor-Leste - Dili (GMT+09:00)' },
|
|
3812
|
-
{ name: 'Asia/Ashgabat', desc: 'Turkmenistan - Ashgabat (GMT+05:00)' },
|
|
3813
|
-
{ name: 'Africa/Tunis', desc: 'Tunisia - Tunis (GMT+01:00)' },
|
|
3814
|
-
{ name: 'Pacific/Tongatapu', desc: 'Tonga - Tongatapu (GMT+13:00)' },
|
|
3815
|
-
{ name: 'Europe/Istanbul', desc: 'Turkey - Istanbul (GMT+03:00)' },
|
|
3816
|
-
{ name: 'America/Port_of_Spain', desc: 'Trinidad and Tobago - Port of_Spain (GMT-04:00)' },
|
|
3817
|
-
{ name: 'Pacific/Funafuti', desc: 'Tuvalu - Funafuti (GMT+12:00)' },
|
|
3818
|
-
{ name: 'Asia/Taipei', desc: 'Taiwan - Taipei (GMT+08:00)' },
|
|
3819
|
-
{ name: 'Africa/Dar_es_Salaam', desc: 'Tanzania - Dar es_Salaam (GMT+03:00)' },
|
|
3820
|
-
{ name: 'Europe/Kiev', desc: 'Ukraine - Kiev (GMT+03:00)' },
|
|
3821
|
-
{ name: 'Europe/Uzhgorod', desc: 'Ukraine - Uzhgorod (GMT+03:00)' },
|
|
3822
|
-
{ name: 'Europe/Zaporozhye', desc: 'Ukraine - Zaporozhye (GMT+03:00)' },
|
|
3823
|
-
{ name: 'Africa/Kampala', desc: 'Uganda - Kampala (GMT+03:00)' },
|
|
3824
|
-
{ name: 'Pacific/Johnston', desc: 'US Minor Outlying Islands - Johnston (GMT-10:00)' },
|
|
3825
|
-
{ name: 'Pacific/Midway', desc: 'US Minor Outlying Islands - Midway (GMT-11:00)' },
|
|
3826
|
-
{ name: 'Pacific/Wake', desc: 'US Minor Outlying Islands - Wake (GMT+12:00)' },
|
|
3827
|
-
{ name: 'America/New_York', desc: 'United States of America (USA) - New York (GMT-04:00)' },
|
|
3828
|
-
{ name: 'America/Detroit', desc: 'United States of America (USA) - Detroit (GMT-04:00)' },
|
|
3829
|
-
{ name: 'America/Kentucky/Louisville', desc: 'United States of America (USA) - Louisville (GMT-04:00)' },
|
|
3830
|
-
{ name: 'America/Kentucky/Monticello', desc: 'United States of America (USA) - Monticello (GMT-04:00)' },
|
|
3831
|
-
{ name: 'America/Indiana/Indianapolis', desc: 'United States of America (USA) - Indianapolis (GMT-04:00)' },
|
|
3832
|
-
{ name: 'America/Indiana/Vincennes', desc: 'United States of America (USA) - Vincennes (GMT-04:00)' },
|
|
3833
|
-
{ name: 'America/Indiana/Winamac', desc: 'United States of America (USA) - Winamac (GMT-04:00)' },
|
|
3834
|
-
{ name: 'America/Indiana/Marengo', desc: 'United States of America (USA) - Marengo (GMT-04:00)' },
|
|
3835
|
-
{ name: 'America/Indiana/Petersburg', desc: 'United States of America (USA) - Petersburg (GMT-04:00)' },
|
|
3836
|
-
{ name: 'America/Indiana/Vevay', desc: 'United States of America (USA) - Vevay (GMT-04:00)' },
|
|
3837
|
-
{ name: 'America/Chicago', desc: 'United States of America (USA) - Chicago (GMT-05:00)' },
|
|
3838
|
-
{ name: 'America/Indiana/Tell_City', desc: 'United States of America (USA) - Tell City (GMT-05:00)' },
|
|
3839
|
-
{ name: 'America/Indiana/Knox', desc: 'United States of America (USA) - Knox (GMT-05:00)' },
|
|
3840
|
-
{ name: 'America/Menominee', desc: 'United States of America (USA) - Menominee (GMT-05:00)' },
|
|
3841
|
-
{ name: 'America/North_Dakota/Center', desc: 'United States of America (USA) - Center (GMT-05:00)' },
|
|
3842
|
-
{ name: 'America/North_Dakota/New_Salem', desc: 'United States of America (USA) - New Salem (GMT-05:00)' },
|
|
3843
|
-
{ name: 'America/North_Dakota/Beulah', desc: 'United States of America (USA) - Beulah (GMT-05:00)' },
|
|
3844
|
-
{ name: 'America/Denver', desc: 'United States of America (USA) - Denver (GMT-06:00)' },
|
|
3845
|
-
{ name: 'America/Boise', desc: 'United States of America (USA) - Boise (GMT-06:00)' },
|
|
3846
|
-
{ name: 'America/Phoenix', desc: 'United States of America (USA) - Phoenix (GMT-07:00)' },
|
|
3847
|
-
{ name: 'America/Los_Angeles', desc: 'United States of America (USA) - Los Angeles (GMT-07:00)' },
|
|
3848
|
-
{ name: 'America/Anchorage', desc: 'United States of America (USA) - Anchorage (GMT-08:00)' },
|
|
3849
|
-
{ name: 'America/Juneau', desc: 'United States of America (USA) - Juneau (GMT-08:00)' },
|
|
3850
|
-
{ name: 'America/Sitka', desc: 'United States of America (USA) - Sitka (GMT-08:00)' },
|
|
3851
|
-
{ name: 'America/Yakutat', desc: 'United States of America (USA) - Yakutat (GMT-08:00)' },
|
|
3852
|
-
{ name: 'America/Nome', desc: 'United States of America (USA) - Nome (GMT-08:00)' },
|
|
3853
|
-
{ name: 'America/Adak', desc: 'United States of America (USA) - Adak (GMT-09:00)' },
|
|
3854
|
-
{ name: 'America/Metlakatla', desc: 'United States of America (USA) - Metlakatla (GMT-08:00)' },
|
|
3855
|
-
{ name: 'Pacific/Honolulu', desc: 'United States of America (USA) - Honolulu (GMT-10:00)' },
|
|
3856
|
-
{ name: 'America/Montevideo', desc: 'Uruguay - Montevideo (GMT-03:00)' },
|
|
3857
|
-
{ name: 'Asia/Samarkand', desc: 'Uzbekistan - Samarkand (GMT+05:00)' },
|
|
3858
|
-
{ name: 'Asia/Tashkent', desc: 'Uzbekistan - Tashkent (GMT+05:00)' },
|
|
3859
|
-
{ name: 'Europe/Vatican', desc: 'Vatican City State - Vatican (GMT+02:00)' },
|
|
3860
|
-
{ name: 'America/St_Vincent', desc: 'Saint Vincent and Grenadines - St Vincent (GMT-04:00)' },
|
|
3861
|
-
{ name: 'America/Caracas', desc: 'Venezuela - Caracas (GMT-04:00)' },
|
|
3862
|
-
{ name: 'America/Tortola', desc: 'British Virgin Islands - Tortola (GMT-04:00)' },
|
|
3863
|
-
{ name: 'America/St_Thomas', desc: 'Virgin Islands, US - St Thomas (GMT-04:00)' },
|
|
3864
|
-
{ name: 'Asia/Ho_Chi_Minh', desc: 'Viet Nam - Ho Chi_Minh (GMT+07:00)' },
|
|
3865
|
-
{ name: 'Pacific/Efate', desc: 'Vanuatu - Efate (GMT+11:00)' },
|
|
3866
|
-
{ name: 'Pacific/Wallis', desc: 'Wallis and Futuna Islands - Wallis (GMT+12:00)' },
|
|
3867
|
-
{ name: 'Pacific/Apia', desc: 'Samoa - Apia (GMT+13:00)' },
|
|
3868
|
-
{ name: 'Asia/Aden', desc: 'Yemen - Aden (GMT+03:00)' },
|
|
3869
|
-
{ name: 'Indian/Mayotte', desc: 'Mayotte - Mayotte (GMT+03:00)' },
|
|
3870
|
-
{ name: 'Africa/Johannesburg', desc: 'South Africa - Johannesburg (GMT+02:00)' },
|
|
3871
|
-
{ name: 'Africa/Lusaka', desc: 'Zambia - Lusaka (GMT+02:00)' },
|
|
3872
|
-
{ name: 'Africa/Harare', desc: 'Zimbabwe - Harare (GMT+02:00)' },
|
|
3440
|
+
<i>Default value : </i><code>[
|
|
3441
|
+
{ name: 'Europe/Andorra', desc: 'Andorra - Andorra (GMT+02:00)' },
|
|
3442
|
+
{ name: 'Asia/Dubai', desc: 'United Arab Emirates - Dubai (GMT+04:00)' },
|
|
3443
|
+
{ name: 'Asia/Kabul', desc: 'Afghanistan - Kabul (GMT+04:30)' },
|
|
3444
|
+
{ name: 'America/Antigua', desc: 'Antigua and Barbuda - Antigua (GMT-04:00)' },
|
|
3445
|
+
{ name: 'America/Anguilla', desc: 'Anguilla - Anguilla (GMT-04:00)' },
|
|
3446
|
+
{ name: 'Europe/Tirane', desc: 'Albania - Tirane (GMT+02:00)' },
|
|
3447
|
+
{ name: 'Asia/Yerevan', desc: 'Armenia - Yerevan (GMT+04:00)' },
|
|
3448
|
+
{ name: 'Africa/Luanda', desc: 'Angola - Luanda (GMT+01:00)' },
|
|
3449
|
+
{ name: 'Antarctica/McMurdo', desc: 'Antarctica - McMurdo (GMT+12:00)' },
|
|
3450
|
+
{ name: 'Antarctica/Rothera', desc: 'Antarctica - Rothera (GMT-03:00)' },
|
|
3451
|
+
{ name: 'Antarctica/Palmer', desc: 'Antarctica - Palmer (GMT-03:00)' },
|
|
3452
|
+
{ name: 'Antarctica/Mawson', desc: 'Antarctica - Mawson (GMT+05:00)' },
|
|
3453
|
+
{ name: 'Antarctica/Davis', desc: 'Antarctica - Davis (GMT+07:00)' },
|
|
3454
|
+
{ name: 'Antarctica/Casey', desc: 'Antarctica - Casey (GMT+08:00)' },
|
|
3455
|
+
{ name: 'Antarctica/Vostok', desc: 'Antarctica - Vostok (GMT+06:00)' },
|
|
3456
|
+
{ name: 'Antarctica/DumontDUrville', desc: 'Antarctica - DumontDUrville (GMT+10:00)' },
|
|
3457
|
+
{ name: 'Antarctica/Syowa', desc: 'Antarctica - Syowa (GMT+03:00)' },
|
|
3458
|
+
{ name: 'Antarctica/Troll', desc: 'Antarctica - Troll (GMT+02:00)' },
|
|
3459
|
+
{ name: 'America/Argentina/Buenos_Aires', desc: 'Argentina - Buenos Aires (GMT-03:00)' },
|
|
3460
|
+
{ name: 'America/Argentina/Cordoba', desc: 'Argentina - Cordoba (GMT-03:00)' },
|
|
3461
|
+
{ name: 'America/Argentina/Salta', desc: 'Argentina - Salta (GMT-03:00)' },
|
|
3462
|
+
{ name: 'America/Argentina/Jujuy', desc: 'Argentina - Jujuy (GMT-03:00)' },
|
|
3463
|
+
{ name: 'America/Argentina/Tucuman', desc: 'Argentina - Tucuman (GMT-03:00)' },
|
|
3464
|
+
{ name: 'America/Argentina/Catamarca', desc: 'Argentina - Catamarca (GMT-03:00)' },
|
|
3465
|
+
{ name: 'America/Argentina/La_Rioja', desc: 'Argentina - La Rioja (GMT-03:00)' },
|
|
3466
|
+
{ name: 'America/Argentina/San_Juan', desc: 'Argentina - San Juan (GMT-03:00)' },
|
|
3467
|
+
{ name: 'America/Argentina/Mendoza', desc: 'Argentina - Mendoza (GMT-03:00)' },
|
|
3468
|
+
{ name: 'America/Argentina/San_Luis', desc: 'Argentina - San Luis (GMT-03:00)' },
|
|
3469
|
+
{ name: 'America/Argentina/Rio_Gallegos', desc: 'Argentina - Rio Gallegos (GMT-03:00)' },
|
|
3470
|
+
{ name: 'America/Argentina/Ushuaia', desc: 'Argentina - Ushuaia (GMT-03:00)' },
|
|
3471
|
+
{ name: 'Pacific/Pago_Pago', desc: 'American Samoa - Pago Pago (GMT-11:00)' },
|
|
3472
|
+
{ name: 'Pacific/Samoa', desc: 'American Samoa - Samoa (GMT-11:00)' },
|
|
3473
|
+
{ name: 'Europe/Vienna', desc: 'Austria - Vienna (GMT+02:00)' },
|
|
3474
|
+
{ name: 'Australia/Lord_Howe', desc: 'Australia - Lord Howe (GMT+10:30)' },
|
|
3475
|
+
{ name: 'Antarctica/Macquarie', desc: 'Australia - Macquarie (GMT+11:00)' },
|
|
3476
|
+
{ name: 'Australia/Hobart', desc: 'Australia - Hobart (GMT+10:00)' },
|
|
3477
|
+
{ name: 'Australia/Currie', desc: 'Australia - Currie (GMT+10:00)' },
|
|
3478
|
+
{ name: 'Australia/Melbourne', desc: 'Australia - Melbourne (GMT+10:00)' },
|
|
3479
|
+
{ name: 'Australia/Sydney', desc: 'Australia - Sydney (GMT+10:00)' },
|
|
3480
|
+
{ name: 'Australia/Broken_Hill', desc: 'Australia - Broken Hill (GMT+09:30)' },
|
|
3481
|
+
{ name: 'Australia/Brisbane', desc: 'Australia - Brisbane (GMT+10:00)' },
|
|
3482
|
+
{ name: 'Australia/Lindeman', desc: 'Australia - Lindeman (GMT+10:00)' },
|
|
3483
|
+
{ name: 'Australia/Adelaide', desc: 'Australia - Adelaide (GMT+09:30)' },
|
|
3484
|
+
{ name: 'Australia/Darwin', desc: 'Australia - Darwin (GMT+09:30)' },
|
|
3485
|
+
{ name: 'Australia/Perth', desc: 'Australia - Perth (GMT+08:00)' },
|
|
3486
|
+
{ name: 'Australia/Eucla', desc: 'Australia - Eucla (GMT+08:45)' },
|
|
3487
|
+
{ name: 'Australia/Canberra', desc: 'Australia - Canberra (GMT+10:00)' },
|
|
3488
|
+
{ name: 'Australia/Queensland', desc: 'Australia - Queensland (GMT+10:00)' },
|
|
3489
|
+
{ name: 'Australia/Tasmania', desc: 'Australia - Tasmania (GMT+10:00)' },
|
|
3490
|
+
{ name: 'Australia/Victoria', desc: 'Australia - Victoria (GMT+10:00)' },
|
|
3491
|
+
{ name: 'America/Aruba', desc: 'Aruba - Aruba (GMT-04:00)' },
|
|
3492
|
+
{ name: 'Europe/Mariehamn', desc: 'Aland Islands - Mariehamn (GMT+03:00)' },
|
|
3493
|
+
{ name: 'Asia/Baku', desc: 'Azerbaijan - Baku (GMT+04:00)' },
|
|
3494
|
+
{ name: 'Europe/Sarajevo', desc: 'Bosnia and Herzegovina - Sarajevo (GMT+02:00)' },
|
|
3495
|
+
{ name: 'America/Barbados', desc: 'Barbados - Barbados (GMT-04:00)' },
|
|
3496
|
+
{ name: 'Asia/Dhaka', desc: 'Bangladesh - Dhaka (GMT+06:00)' },
|
|
3497
|
+
{ name: 'Europe/Brussels', desc: 'Belgium - Brussels (GMT+02:00)' },
|
|
3498
|
+
{ name: 'Africa/Ouagadougou', desc: 'Burkina Faso - Ouagadougou (GMT+00:00)' },
|
|
3499
|
+
{ name: 'Europe/Sofia', desc: 'Bulgaria - Sofia (GMT+03:00)' },
|
|
3500
|
+
{ name: 'Asia/Bahrain', desc: 'Bahrain - Bahrain (GMT+03:00)' },
|
|
3501
|
+
{ name: 'Africa/Bujumbura', desc: 'Burundi - Bujumbura (GMT+02:00)' },
|
|
3502
|
+
{ name: 'Africa/Porto-Novo', desc: 'Benin - Porto-Novo (GMT+01:00)' },
|
|
3503
|
+
{ name: 'America/St_Barthelemy', desc: 'Saint-Barthélemy - St Barthelemy (GMT-04:00)' },
|
|
3504
|
+
{ name: 'Atlantic/Bermuda', desc: 'Bermuda - Bermuda (GMT-03:00)' },
|
|
3505
|
+
{ name: 'Asia/Brunei', desc: 'Brunei Darussalam - Brunei (GMT+08:00)' },
|
|
3506
|
+
{ name: 'America/La_Paz', desc: 'Bolivia - La Paz (GMT-04:00)' },
|
|
3507
|
+
{ name: 'America/Kralendijk', desc: 'BQ - Kralendijk (GMT-04:00)' },
|
|
3508
|
+
{ name: 'America/Noronha', desc: 'Brazil - Noronha (GMT-02:00)' },
|
|
3509
|
+
{ name: 'America/Belem', desc: 'Brazil - Belem (GMT-03:00)' },
|
|
3510
|
+
{ name: 'America/Fortaleza', desc: 'Brazil - Fortaleza (GMT-03:00)' },
|
|
3511
|
+
{ name: 'America/Recife', desc: 'Brazil - Recife (GMT-03:00)' },
|
|
3512
|
+
{ name: 'America/Araguaina', desc: 'Brazil - Araguaina (GMT-03:00)' },
|
|
3513
|
+
{ name: 'America/Maceio', desc: 'Brazil - Maceio (GMT-03:00)' },
|
|
3514
|
+
{ name: 'America/Bahia', desc: 'Brazil - Bahia (GMT-03:00)' },
|
|
3515
|
+
{ name: 'America/Sao_Paulo', desc: 'Brazil - Sao Paulo (GMT-03:00)' },
|
|
3516
|
+
{ name: 'America/Campo_Grande', desc: 'Brazil - Campo Grande (GMT-04:00)' },
|
|
3517
|
+
{ name: 'America/Cuiaba', desc: 'Brazil - Cuiaba (GMT-04:00)' },
|
|
3518
|
+
{ name: 'America/Santarem', desc: 'Brazil - Santarem (GMT-03:00)' },
|
|
3519
|
+
{ name: 'America/Porto_Velho', desc: 'Brazil - Porto Velho (GMT-04:00)' },
|
|
3520
|
+
{ name: 'America/Boa_Vista', desc: 'Brazil - Boa Vista (GMT-04:00)' },
|
|
3521
|
+
{ name: 'America/Manaus', desc: 'Brazil - Manaus (GMT-04:00)' },
|
|
3522
|
+
{ name: 'America/Eirunepe', desc: 'Brazil - Eirunepe (GMT-05:00)' },
|
|
3523
|
+
{ name: 'America/Rio_Branco', desc: 'Brazil - Rio Branco (GMT-05:00)' },
|
|
3524
|
+
{ name: 'America/Nassau', desc: 'Bahamas - Nassau (GMT-04:00)' },
|
|
3525
|
+
{ name: 'Asia/Thimphu', desc: 'Bhutan - Thimphu (GMT+06:00)' },
|
|
3526
|
+
{ name: 'Africa/Gaborone', desc: 'Botswana - Gaborone (GMT+02:00)' },
|
|
3527
|
+
{ name: 'Europe/Minsk', desc: 'Belarus - Minsk (GMT+03:00)' },
|
|
3528
|
+
{ name: 'America/Belize', desc: 'Belize - Belize (GMT-06:00)' },
|
|
3529
|
+
{ name: 'America/St_Johns', desc: 'Canada - St Johns (GMT-02:30)' },
|
|
3530
|
+
{ name: 'America/Halifax', desc: 'Canada - Halifax (GMT-03:00)' },
|
|
3531
|
+
{ name: 'America/Glace_Bay', desc: 'Canada - Glace Bay (GMT-03:00)' },
|
|
3532
|
+
{ name: 'America/Moncton', desc: 'Canada - Moncton (GMT-03:00)' },
|
|
3533
|
+
{ name: 'America/Goose_Bay', desc: 'Canada - Goose Bay (GMT-03:00)' },
|
|
3534
|
+
{ name: 'America/Blanc-Sablon', desc: 'Canada - Blanc-Sablon (GMT-04:00)' },
|
|
3535
|
+
{ name: 'America/Toronto', desc: 'Canada - Toronto (GMT-04:00)' },
|
|
3536
|
+
{ name: 'America/Nipigon', desc: 'Canada - Nipigon (GMT-04:00)' },
|
|
3537
|
+
{ name: 'America/Thunder_Bay', desc: 'Canada - Thunder Bay (GMT-04:00)' },
|
|
3538
|
+
{ name: 'America/Iqaluit', desc: 'Canada - Iqaluit (GMT-04:00)' },
|
|
3539
|
+
{ name: 'America/Pangnirtung', desc: 'Canada - Pangnirtung (GMT-04:00)' },
|
|
3540
|
+
{ name: 'America/Resolute', desc: 'Canada - Resolute (GMT-05:00)' },
|
|
3541
|
+
{ name: 'America/Atikokan', desc: 'Canada - Atikokan (GMT-05:00)' },
|
|
3542
|
+
{ name: 'America/Rankin_Inlet', desc: 'Canada - Rankin Inlet (GMT-05:00)' },
|
|
3543
|
+
{ name: 'America/Winnipeg', desc: 'Canada - Winnipeg (GMT-05:00)' },
|
|
3544
|
+
{ name: 'America/Rainy_River', desc: 'Canada - Rainy River (GMT-05:00)' },
|
|
3545
|
+
{ name: 'America/Regina', desc: 'Canada - Regina (GMT-06:00)' },
|
|
3546
|
+
{ name: 'America/Swift_Current', desc: 'Canada - Swift Current (GMT-06:00)' },
|
|
3547
|
+
{ name: 'America/Edmonton', desc: 'Canada - Edmonton (GMT-06:00)' },
|
|
3548
|
+
{ name: 'America/Cambridge_Bay', desc: 'Canada - Cambridge Bay (GMT-06:00)' },
|
|
3549
|
+
{ name: 'America/Yellowknife', desc: 'Canada - Yellowknife (GMT-06:00)' },
|
|
3550
|
+
{ name: 'America/Inuvik', desc: 'Canada - Inuvik (GMT-06:00)' },
|
|
3551
|
+
{ name: 'America/Creston', desc: 'Canada - Creston (GMT-07:00)' },
|
|
3552
|
+
{ name: 'America/Dawson_Creek', desc: 'Canada - Dawson Creek (GMT-07:00)' },
|
|
3553
|
+
{ name: 'America/Vancouver', desc: 'Canada - Vancouver (GMT-07:00)' },
|
|
3554
|
+
{ name: 'America/Whitehorse', desc: 'Canada - Whitehorse (GMT-07:00)' },
|
|
3555
|
+
{ name: 'America/Dawson', desc: 'Canada - Dawson (GMT-07:00)' },
|
|
3556
|
+
{ name: 'America/Montreal', desc: 'Canada - Montreal (GMT-04:00)' },
|
|
3557
|
+
{ name: 'Canada/Atlantic', desc: 'Canada - Atlantic (GMT-03:00)' },
|
|
3558
|
+
{ name: 'Canada/Central', desc: 'Canada - Central (GMT-05:00)' },
|
|
3559
|
+
{ name: 'Canada/Eastern', desc: 'Canada - Eastern (GMT-04:00)' },
|
|
3560
|
+
{ name: 'Canada/Mountain', desc: 'Canada - Mountain (GMT-06:00)' },
|
|
3561
|
+
{ name: 'Canada/Newfoundland', desc: 'Canada - Newfoundland (GMT-02:30)' },
|
|
3562
|
+
{ name: 'Canada/Pacific', desc: 'Canada - Pacific (GMT-07:00)' },
|
|
3563
|
+
{ name: 'Canada/Saskatchewan', desc: 'Canada - Saskatchewan (GMT-06:00)' },
|
|
3564
|
+
{ name: 'Canada/Yukon', desc: 'Canada - Yukon (GMT-07:00)' },
|
|
3565
|
+
{ name: 'Indian/Cocos', desc: 'Cocos (Keeling) Islands - Cocos (GMT+06:30)' },
|
|
3566
|
+
{ name: 'Africa/Kinshasa', desc: 'Congo, (Kinshasa) - Kinshasa (GMT+01:00)' },
|
|
3567
|
+
{ name: 'Africa/Lubumbashi', desc: 'Congo, (Kinshasa) - Lubumbashi (GMT+02:00)' },
|
|
3568
|
+
{ name: 'Africa/Bangui', desc: 'Central African Republic - Bangui (GMT+01:00)' },
|
|
3569
|
+
{ name: 'Africa/Brazzaville', desc: 'Congo (Brazzaville) - Brazzaville (GMT+01:00)' },
|
|
3570
|
+
{ name: 'Europe/Zurich', desc: 'Switzerland - Zurich (GMT+02:00)' },
|
|
3571
|
+
{ name: 'Africa/Abidjan', desc: "Côte d'Ivoire - Abidjan (GMT+00:00)" },
|
|
3572
|
+
{ name: 'Pacific/Rarotonga', desc: 'Cook Islands - Rarotonga (GMT-10:00)' },
|
|
3573
|
+
{ name: 'America/Santiago', desc: 'Chile - Santiago (GMT-04:00)' },
|
|
3574
|
+
{ name: 'Pacific/Easter', desc: 'Chile - Easter (GMT-06:00)' },
|
|
3575
|
+
{ name: 'Chile/Continental', desc: 'Chile - Continental (GMT-04:00)' },
|
|
3576
|
+
{ name: 'Chile/EasterIsland', desc: 'Chile - EasterIsland (GMT-06:00)' },
|
|
3577
|
+
{ name: 'Africa/Douala', desc: 'Cameroon - Douala (GMT+01:00)' },
|
|
3578
|
+
{ name: 'Asia/Shanghai', desc: 'China - Shanghai (GMT+08:00)' },
|
|
3579
|
+
{ name: 'Asia/Harbin', desc: 'China - Harbin (GMT+08:00)' },
|
|
3580
|
+
{ name: 'Asia/Chongqing', desc: 'China - Chongqing (GMT+08:00)' },
|
|
3581
|
+
{ name: 'Asia/Urumqi', desc: 'China - Urumqi (GMT+06:00)' },
|
|
3582
|
+
{ name: 'Asia/Kashgar', desc: 'China - Kashgar (GMT+06:00)' },
|
|
3583
|
+
{ name: 'America/Bogota', desc: 'Colombia - Bogota (GMT-05:00)' },
|
|
3584
|
+
{ name: 'America/Costa_Rica', desc: 'Costa Rica - Costa Rica (GMT-06:00)' },
|
|
3585
|
+
{ name: 'America/Havana', desc: 'Cuba - Havana (GMT-04:00)' },
|
|
3586
|
+
{ name: 'Atlantic/Cape_Verde', desc: 'Cape Verde - Cape Verde (GMT-01:00)' },
|
|
3587
|
+
{ name: 'America/Curacao', desc: 'CW - Curacao (GMT-04:00)' },
|
|
3588
|
+
{ name: 'Indian/Christmas', desc: 'Christmas Island - Christmas (GMT+07:00)' },
|
|
3589
|
+
{ name: 'Asia/Nicosia', desc: 'Cyprus - Nicosia (GMT+03:00)' },
|
|
3590
|
+
{ name: 'Europe/Prague', desc: 'Czech Republic - Prague (GMT+02:00)' },
|
|
3591
|
+
{ name: 'Europe/Berlin', desc: 'Germany - Berlin (GMT+02:00)' },
|
|
3592
|
+
{ name: 'Africa/Djibouti', desc: 'Djibouti - Djibouti (GMT+03:00)' },
|
|
3593
|
+
{ name: 'Europe/Copenhagen', desc: 'Denmark - Copenhagen (GMT+02:00)' },
|
|
3594
|
+
{ name: 'America/Dominica', desc: 'Dominica - Dominica (GMT-04:00)' },
|
|
3595
|
+
{ name: 'America/Santo_Domingo', desc: 'Dominican Republic - Santo Domingo (GMT-04:00)' },
|
|
3596
|
+
{ name: 'Africa/Algiers', desc: 'Algeria - Algiers (GMT+01:00)' },
|
|
3597
|
+
{ name: 'America/Guayaquil', desc: 'Ecuador - Guayaquil (GMT-05:00)' },
|
|
3598
|
+
{ name: 'Pacific/Galapagos', desc: 'Ecuador - Galapagos (GMT-06:00)' },
|
|
3599
|
+
{ name: 'Europe/Tallinn', desc: 'Estonia - Tallinn (GMT+03:00)' },
|
|
3600
|
+
{ name: 'Egypt', desc: 'Egypt - Egypt (GMT+02:00)' },
|
|
3601
|
+
{ name: 'Africa/El_Aaiun', desc: 'Western Sahara - El Aaiun (GMT+00:00)' },
|
|
3602
|
+
{ name: 'Africa/Asmara', desc: 'Eritrea - Asmara (GMT+03:00)' },
|
|
3603
|
+
{ name: 'Europe/Madrid', desc: 'Spain - Madrid (GMT+02:00)' },
|
|
3604
|
+
{ name: 'Africa/Ceuta', desc: 'Spain - Ceuta (GMT+02:00)' },
|
|
3605
|
+
{ name: 'Atlantic/Canary', desc: 'Spain - Canary (GMT+01:00)' },
|
|
3606
|
+
{ name: 'Africa/Addis_Ababa', desc: 'Ethiopia - Addis Ababa (GMT+03:00)' },
|
|
3607
|
+
{ name: 'Europe/Helsinki', desc: 'Finland - Helsinki (GMT+03:00)' },
|
|
3608
|
+
{ name: 'Pacific/Fiji', desc: 'Fiji - Fiji (GMT+12:00)' },
|
|
3609
|
+
{ name: 'Atlantic/Stanley', desc: 'Falkland Islands (Malvinas) - Stanley (GMT-03:00)' },
|
|
3610
|
+
{ name: 'Pacific/Chuuk', desc: 'Micronesia - Chuuk (GMT+10:00)' },
|
|
3611
|
+
{ name: 'Pacific/Pohnpei', desc: 'Micronesia - Pohnpei (GMT+11:00)' },
|
|
3612
|
+
{ name: 'Pacific/Kosrae', desc: 'Micronesia - Kosrae (GMT+11:00)' },
|
|
3613
|
+
{ name: 'Atlantic/Faroe', desc: 'Faroe Islands - Faroe (GMT+01:00)' },
|
|
3614
|
+
{ name: 'Europe/Paris', desc: 'France - Paris (GMT+02:00)' },
|
|
3615
|
+
{ name: 'Africa/Libreville', desc: 'Gabon - Libreville (GMT+01:00)' },
|
|
3616
|
+
{ name: 'Europe/London', desc: 'United Kingdom (GB) - London (GMT+01:00)' },
|
|
3617
|
+
{ name: 'America/Grenada', desc: 'Grenada - Grenada (GMT-04:00)' },
|
|
3618
|
+
{ name: 'Asia/Tbilisi', desc: 'Georgia - Tbilisi (GMT+04:00)' },
|
|
3619
|
+
{ name: 'America/Cayenne', desc: 'French Guiana - Cayenne (GMT-03:00)' },
|
|
3620
|
+
{ name: 'Europe/Guernsey', desc: 'Guernsey - Guernsey (GMT+01:00)' },
|
|
3621
|
+
{ name: 'Africa/Accra', desc: 'Ghana - Accra (GMT+00:00)' },
|
|
3622
|
+
{ name: 'Europe/Gibraltar', desc: 'Gibraltar - Gibraltar (GMT+02:00)' },
|
|
3623
|
+
{ name: 'America/Godthab', desc: 'Greenland - Godthab (GMT-02:00)' },
|
|
3624
|
+
{ name: 'America/Danmarkshavn', desc: 'Greenland - Danmarkshavn (GMT+00:00)' },
|
|
3625
|
+
{ name: 'America/Scoresbysund', desc: 'Greenland - Scoresbysund (GMT+00:00)' },
|
|
3626
|
+
{ name: 'America/Thule', desc: 'Greenland - Thule (GMT-03:00)' },
|
|
3627
|
+
{ name: 'Africa/Banjul', desc: 'Gambia - Banjul (GMT+00:00)' },
|
|
3628
|
+
{ name: 'Africa/Conakry', desc: 'Guinea - Conakry (GMT+00:00)' },
|
|
3629
|
+
{ name: 'America/Guadeloupe', desc: 'Guadeloupe - Guadeloupe (GMT-04:00)' },
|
|
3630
|
+
{ name: 'Africa/Malabo', desc: 'Equatorial Guinea - Malabo (GMT+01:00)' },
|
|
3631
|
+
{ name: 'Europe/Athens', desc: 'Greece - Athens (GMT+03:00)' },
|
|
3632
|
+
{ name: 'Atlantic/South_Georgia', desc: 'South Georgia and the South Sandwich Islands - South Georgia (GMT-02:00)' },
|
|
3633
|
+
{ name: 'America/Guatemala', desc: 'Guatemala - Guatemala (GMT-06:00)' },
|
|
3634
|
+
{ name: 'Pacific/Guam', desc: 'Guam - Guam (GMT+10:00)' },
|
|
3635
|
+
{ name: 'Africa/Bissau', desc: 'Guinea-Bissau - Bissau (GMT+00:00)' },
|
|
3636
|
+
{ name: 'America/Guyana', desc: 'Guyana - Guyana (GMT-04:00)' },
|
|
3637
|
+
{ name: 'Asia/Hong_Kong', desc: 'Hong Kong - Hong Kong (GMT+08:00)' },
|
|
3638
|
+
{ name: 'America/Tegucigalpa', desc: 'Honduras - Tegucigalpa (GMT-06:00)' },
|
|
3639
|
+
{ name: 'Europe/Zagreb', desc: 'Croatia - Zagreb (GMT+02:00)' },
|
|
3640
|
+
{ name: 'America/Port-au-Prince', desc: 'Haiti - Port-au-Prince (GMT-04:00)' },
|
|
3641
|
+
{ name: 'Europe/Budapest', desc: 'Hungary - Budapest (GMT+02:00)' },
|
|
3642
|
+
{ name: 'Asia/Jakarta', desc: 'Indonesia - Jakarta (GMT+07:00)' },
|
|
3643
|
+
{ name: 'Asia/Pontianak', desc: 'Indonesia - Pontianak (GMT+07:00)' },
|
|
3644
|
+
{ name: 'Asia/Makassar', desc: 'Indonesia - Makassar (GMT+08:00)' },
|
|
3645
|
+
{ name: 'Asia/Jayapura', desc: 'Indonesia - Jayapura (GMT+09:00)' },
|
|
3646
|
+
{ name: 'Europe/Dublin', desc: 'Ireland - Dublin (GMT+01:00)' },
|
|
3647
|
+
{ name: 'Asia/Jerusalem', desc: 'Israel - Jerusalem (GMT+03:00)' },
|
|
3648
|
+
{ name: 'Europe/Isle_of_Man', desc: 'Isle of Man - Isle of_Man (GMT+01:00)' },
|
|
3649
|
+
{ name: 'Asia/Kolkata', desc: 'India - Kolkata (GMT+05:30)' },
|
|
3650
|
+
{ name: 'Indian/Chagos', desc: 'British Indian Ocean Territory - Chagos (GMT+06:00)' },
|
|
3651
|
+
{ name: 'Asia/Baghdad', desc: 'Iraq - Baghdad (GMT+03:00)' },
|
|
3652
|
+
{ name: 'Asia/Tehran', desc: 'Iran - Tehran (GMT+04:30)' },
|
|
3653
|
+
{ name: 'Atlantic/Reykjavik', desc: 'Iceland - Reykjavik (GMT+00:00)' },
|
|
3654
|
+
{ name: 'Europe/Rome', desc: 'Italy - Rome (GMT+02:00)' },
|
|
3655
|
+
{ name: 'Europe/Jersey', desc: 'Jersey - Jersey (GMT+01:00)' },
|
|
3656
|
+
{ name: 'America/Jamaica', desc: 'Jamaica - Jamaica (GMT-05:00)' },
|
|
3657
|
+
{ name: 'Asia/Amman', desc: 'Jordan - Amman (GMT+03:00)' },
|
|
3658
|
+
{ name: 'Asia/Tokyo', desc: 'Japan - Tokyo (GMT+09:00)' },
|
|
3659
|
+
{ name: 'Africa/Nairobi', desc: 'Kenya - Nairobi (GMT+03:00)' },
|
|
3660
|
+
{ name: 'Asia/Bishkek', desc: 'Kyrgyzstan - Bishkek (GMT+06:00)' },
|
|
3661
|
+
{ name: 'Asia/Phnom_Penh', desc: 'Cambodia - Phnom Penh (GMT+07:00)' },
|
|
3662
|
+
{ name: 'Pacific/Tarawa', desc: 'Kiribati - Tarawa (GMT+12:00)' },
|
|
3663
|
+
{ name: 'Pacific/Enderbury', desc: 'Kiribati - Enderbury (GMT+13:00)' },
|
|
3664
|
+
{ name: 'Pacific/Kiritimati', desc: 'Kiribati - Kiritimati (GMT+14:00)' },
|
|
3665
|
+
{ name: 'Indian/Comoro', desc: 'Comoros - Comoro (GMT+03:00)' },
|
|
3666
|
+
{ name: 'America/St_Kitts', desc: 'Saint Kitts and Nevis - St Kitts (GMT-04:00)' },
|
|
3667
|
+
{ name: 'Asia/Pyongyang', desc: 'Korea (North) - Pyongyang (GMT+09:00)' },
|
|
3668
|
+
{ name: 'Asia/Seoul', desc: 'Korea (South) - Seoul (GMT+09:00)' },
|
|
3669
|
+
{ name: 'Asia/Kuwait', desc: 'Kuwait - Kuwait (GMT+03:00)' },
|
|
3670
|
+
{ name: 'America/Cayman', desc: 'Cayman Islands - Cayman (GMT-05:00)' },
|
|
3671
|
+
{ name: 'Asia/Almaty', desc: 'Kazakhstan - Almaty (GMT+06:00)' },
|
|
3672
|
+
{ name: 'Asia/Qyzylorda', desc: 'Kazakhstan - Qyzylorda (GMT+06:00)' },
|
|
3673
|
+
{ name: 'Asia/Aqtobe', desc: 'Kazakhstan - Aqtobe (GMT+05:00)' },
|
|
3674
|
+
{ name: 'Asia/Aqtau', desc: 'Kazakhstan - Aqtau (GMT+05:00)' },
|
|
3675
|
+
{ name: 'Asia/Oral', desc: 'Kazakhstan - Oral (GMT+05:00)' },
|
|
3676
|
+
{ name: 'Asia/Vientiane', desc: 'Lao PDR - Vientiane (GMT+07:00)' },
|
|
3677
|
+
{ name: 'Asia/Beirut', desc: 'Lebanon - Beirut (GMT+03:00)' },
|
|
3678
|
+
{ name: 'America/St_Lucia', desc: 'Saint Lucia - St Lucia (GMT-04:00)' },
|
|
3679
|
+
{ name: 'Europe/Vaduz', desc: 'Liechtenstein - Vaduz (GMT+02:00)' },
|
|
3680
|
+
{ name: 'Asia/Colombo', desc: 'Sri Lanka - Colombo (GMT+05:30)' },
|
|
3681
|
+
{ name: 'Africa/Monrovia', desc: 'Liberia - Monrovia (GMT+00:00)' },
|
|
3682
|
+
{ name: 'Africa/Maseru', desc: 'Lesotho - Maseru (GMT+02:00)' },
|
|
3683
|
+
{ name: 'Europe/Vilnius', desc: 'Lithuania - Vilnius (GMT+03:00)' },
|
|
3684
|
+
{ name: 'Europe/Luxembourg', desc: 'Luxembourg - Luxembourg (GMT+02:00)' },
|
|
3685
|
+
{ name: 'Europe/Riga', desc: 'Latvia - Riga (GMT+03:00)' },
|
|
3686
|
+
{ name: 'Africa/Tripoli', desc: 'Libya - Tripoli (GMT+02:00)' },
|
|
3687
|
+
{ name: 'Africa/Casablanca', desc: 'Morocco - Casablanca (GMT+00:00)' },
|
|
3688
|
+
{ name: 'Europe/Monaco', desc: 'Monaco - Monaco (GMT+02:00)' },
|
|
3689
|
+
{ name: 'Europe/Chisinau', desc: 'Moldova - Chisinau (GMT+03:00)' },
|
|
3690
|
+
{ name: 'Europe/Podgorica', desc: 'Montenegro - Podgorica (GMT+02:00)' },
|
|
3691
|
+
{ name: 'America/Marigot', desc: 'Saint-Martin (French part) - Marigot (GMT-04:00)' },
|
|
3692
|
+
{ name: 'Indian/Antananarivo', desc: 'Madagascar - Antananarivo (GMT+03:00)' },
|
|
3693
|
+
{ name: 'Pacific/Majuro', desc: 'Marshall Islands - Majuro (GMT+12:00)' },
|
|
3694
|
+
{ name: 'Pacific/Kwajalein', desc: 'Marshall Islands - Kwajalein (GMT+12:00)' },
|
|
3695
|
+
{ name: 'Europe/Skopje', desc: 'Macedonia - Skopje (GMT+02:00)' },
|
|
3696
|
+
{ name: 'Africa/Bamako', desc: 'Mali - Bamako (GMT+00:00)' },
|
|
3697
|
+
{ name: 'Asia/Rangoon', desc: 'Myanmar - Rangoon (GMT+06:30)' },
|
|
3698
|
+
{ name: 'Asia/Ulaanbaatar', desc: 'Mongolia - Ulaanbaatar (GMT+08:00)' },
|
|
3699
|
+
{ name: 'Asia/Hovd', desc: 'Mongolia - Hovd (GMT+07:00)' },
|
|
3700
|
+
{ name: 'Asia/Choibalsan', desc: 'Mongolia - Choibalsan (GMT+08:00)' },
|
|
3701
|
+
{ name: 'Asia/Macau', desc: 'Macao - Macau (GMT+08:00)' },
|
|
3702
|
+
{ name: 'Pacific/Saipan', desc: 'Northern Mariana Islands - Saipan (GMT+10:00)' },
|
|
3703
|
+
{ name: 'America/Martinique', desc: 'Martinique - Martinique (GMT-04:00)' },
|
|
3704
|
+
{ name: 'Africa/Nouakchott', desc: 'Mauritania - Nouakchott (GMT+00:00)' },
|
|
3705
|
+
{ name: 'America/Montserrat', desc: 'Montserrat - Montserrat (GMT-04:00)' },
|
|
3706
|
+
{ name: 'Europe/Malta', desc: 'Malta - Malta (GMT+02:00)' },
|
|
3707
|
+
{ name: 'Indian/Mauritius', desc: 'Mauritius - Mauritius (GMT+04:00)' },
|
|
3708
|
+
{ name: 'Indian/Maldives', desc: 'Maldives - Maldives (GMT+05:00)' },
|
|
3709
|
+
{ name: 'Africa/Blantyre', desc: 'Malawi - Blantyre (GMT+02:00)' },
|
|
3710
|
+
{ name: 'America/Mexico_City', desc: 'Mexico - Mexico City (GMT-05:00)' },
|
|
3711
|
+
{ name: 'America/Cancun', desc: 'Mexico - Cancun (GMT-05:00)' },
|
|
3712
|
+
{ name: 'America/Merida', desc: 'Mexico - Merida (GMT-05:00)' },
|
|
3713
|
+
{ name: 'America/Monterrey', desc: 'Mexico - Monterrey (GMT-05:00)' },
|
|
3714
|
+
{ name: 'America/Matamoros', desc: 'Mexico - Matamoros (GMT-05:00)' },
|
|
3715
|
+
{ name: 'America/Mazatlan', desc: 'Mexico - Mazatlan (GMT-06:00)' },
|
|
3716
|
+
{ name: 'America/Chihuahua', desc: 'Mexico - Chihuahua (GMT-06:00)' },
|
|
3717
|
+
{ name: 'America/Ojinaga', desc: 'Mexico - Ojinaga (GMT-06:00)' },
|
|
3718
|
+
{ name: 'America/Hermosillo', desc: 'Mexico - Hermosillo (GMT-07:00)' },
|
|
3719
|
+
{ name: 'America/Tijuana', desc: 'Mexico - Tijuana (GMT-07:00)' },
|
|
3720
|
+
{ name: 'America/Santa_Isabel', desc: 'Mexico - Santa Isabel (GMT-07:00)' },
|
|
3721
|
+
{ name: 'America/Bahia_Banderas', desc: 'Mexico - Bahia Banderas (GMT-05:00)' },
|
|
3722
|
+
{ name: 'Asia/Kuala_Lumpur', desc: 'Malaysia - Kuala Lumpur (GMT+08:00)' },
|
|
3723
|
+
{ name: 'Asia/Kuching', desc: 'Malaysia - Kuching (GMT+08:00)' },
|
|
3724
|
+
{ name: 'Africa/Maputo', desc: 'Mozambique - Maputo (GMT+02:00)' },
|
|
3725
|
+
{ name: 'Africa/Windhoek', desc: 'Namibia - Windhoek (GMT+02:00)' },
|
|
3726
|
+
{ name: 'Pacific/Noumea', desc: 'New Caledonia - Noumea (GMT+11:00)' },
|
|
3727
|
+
{ name: 'Africa/Niamey', desc: 'Niger - Niamey (GMT+01:00)' },
|
|
3728
|
+
{ name: 'Pacific/Norfolk', desc: 'Norfolk Island - Norfolk (GMT+11:00)' },
|
|
3729
|
+
{ name: 'Africa/Lagos', desc: 'Nigeria - Lagos (GMT+01:00)' },
|
|
3730
|
+
{ name: 'America/Managua', desc: 'Nicaragua - Managua (GMT-06:00)' },
|
|
3731
|
+
{ name: 'Europe/Amsterdam', desc: 'Netherlands - Amsterdam (GMT+02:00)' },
|
|
3732
|
+
{ name: 'Europe/Oslo', desc: 'Norway - Oslo (GMT+02:00)' },
|
|
3733
|
+
{ name: 'Asia/Kathmandu', desc: 'Nepal - Kathmandu (GMT+05:45)' },
|
|
3734
|
+
{ name: 'Pacific/Nauru', desc: 'Nauru - Nauru (GMT+12:00)' },
|
|
3735
|
+
{ name: 'Pacific/Niue', desc: 'Niue - Niue (GMT-11:00)' },
|
|
3736
|
+
{ name: 'Pacific/Auckland', desc: 'New Zealand - Auckland (GMT+12:00)' },
|
|
3737
|
+
{ name: 'Pacific/Chatham', desc: 'New Zealand - Chatham (GMT+12:45)' },
|
|
3738
|
+
{ name: 'Asia/Muscat', desc: 'Oman - Muscat (GMT+04:00)' },
|
|
3739
|
+
{ name: 'America/Panama', desc: 'Panama - Panama (GMT-05:00)' },
|
|
3740
|
+
{ name: 'America/Lima', desc: 'Peru - Lima (GMT-05:00)' },
|
|
3741
|
+
{ name: 'Pacific/Tahiti', desc: 'French Polynesia - Tahiti (GMT-10:00)' },
|
|
3742
|
+
{ name: 'Pacific/Marquesas', desc: 'French Polynesia - Marquesas (GMT-09:30)' },
|
|
3743
|
+
{ name: 'Pacific/Gambier', desc: 'French Polynesia - Gambier (GMT-09:00)' },
|
|
3744
|
+
{ name: 'Pacific/Port_Moresby', desc: 'Papua New Guinea - Port Moresby (GMT+10:00)' },
|
|
3745
|
+
{ name: 'Asia/Manila', desc: 'Philippines - Manila (GMT+08:00)' },
|
|
3746
|
+
{ name: 'Asia/Karachi', desc: 'Pakistan - Karachi (GMT+05:00)' },
|
|
3747
|
+
{ name: 'Europe/Warsaw', desc: 'Poland - Warsaw (GMT+02:00)' },
|
|
3748
|
+
{ name: 'Poland', desc: 'Poland - Poland (GMT+02:00)' },
|
|
3749
|
+
{ name: 'America/Miquelon', desc: 'Saint Pierre and Miquelon - Miquelon (GMT-02:00)' },
|
|
3750
|
+
{ name: 'Pacific/Pitcairn', desc: 'Pitcairn - Pitcairn (GMT-08:00)' },
|
|
3751
|
+
{ name: 'America/Puerto_Rico', desc: 'Puerto Rico - Puerto Rico (GMT-04:00)' },
|
|
3752
|
+
{ name: 'Asia/Gaza', desc: 'Palestinian Territory - Gaza (GMT+03:00)' },
|
|
3753
|
+
{ name: 'Asia/Hebron', desc: 'Palestinian Territory - Hebron (GMT+03:00)' },
|
|
3754
|
+
{ name: 'Europe/Lisbon', desc: 'Portugal - Lisbon (GMT+01:00)' },
|
|
3755
|
+
{ name: 'Atlantic/Madeira', desc: 'Portugal - Madeira (GMT+01:00)' },
|
|
3756
|
+
{ name: 'Atlantic/Azores', desc: 'Portugal - Azores (GMT+00:00)' },
|
|
3757
|
+
{ name: 'Pacific/Palau', desc: 'Palau - Palau (GMT+09:00)' },
|
|
3758
|
+
{ name: 'America/Asuncion', desc: 'Paraguay - Asuncion (GMT-04:00)' },
|
|
3759
|
+
{ name: 'Asia/Qatar', desc: 'Qatar - Qatar (GMT+03:00)' },
|
|
3760
|
+
{ name: 'Indian/Reunion', desc: 'Réunion - Reunion (GMT+04:00)' },
|
|
3761
|
+
{ name: 'Europe/Bucharest', desc: 'Romania - Bucharest (GMT+03:00)' },
|
|
3762
|
+
{ name: 'Europe/Belgrade', desc: 'Serbia - Belgrade (GMT+02:00)' },
|
|
3763
|
+
{ name: 'Europe/Kaliningrad', desc: 'Russian Federation - Kaliningrad (GMT+02:00)' },
|
|
3764
|
+
{ name: 'Europe/Moscow', desc: 'Russian Federation - Moscow (GMT+03:00)' },
|
|
3765
|
+
{ name: 'Europe/Volgograd', desc: 'Russian Federation - Volgograd (GMT+03:00)' },
|
|
3766
|
+
{ name: 'Europe/Samara', desc: 'Russian Federation - Samara (GMT+04:00)' },
|
|
3767
|
+
{ name: 'Europe/Simferopol', desc: 'Russian Federation - Simferopol (GMT+03:00)' },
|
|
3768
|
+
{ name: 'Asia/Yekaterinburg', desc: 'Russian Federation - Yekaterinburg (GMT+05:00)' },
|
|
3769
|
+
{ name: 'Asia/Omsk', desc: 'Russian Federation - Omsk (GMT+06:00)' },
|
|
3770
|
+
{ name: 'Asia/Novosibirsk', desc: 'Russian Federation - Novosibirsk (GMT+07:00)' },
|
|
3771
|
+
{ name: 'Asia/Novokuznetsk', desc: 'Russian Federation - Novokuznetsk (GMT+07:00)' },
|
|
3772
|
+
{ name: 'Asia/Krasnoyarsk', desc: 'Russian Federation - Krasnoyarsk (GMT+07:00)' },
|
|
3773
|
+
{ name: 'Asia/Irkutsk', desc: 'Russian Federation - Irkutsk (GMT+08:00)' },
|
|
3774
|
+
{ name: 'Asia/Yakutsk', desc: 'Russian Federation - Yakutsk (GMT+09:00)' },
|
|
3775
|
+
{ name: 'Asia/Khandyga', desc: 'Russian Federation - Khandyga (GMT+09:00)' },
|
|
3776
|
+
{ name: 'Asia/Vladivostok', desc: 'Russian Federation - Vladivostok (GMT+10:00)' },
|
|
3777
|
+
{ name: 'Asia/Sakhalin', desc: 'Russian Federation - Sakhalin (GMT+11:00)' },
|
|
3778
|
+
{ name: 'Asia/Ust-Nera', desc: 'Russian Federation - Ust-Nera (GMT+10:00)' },
|
|
3779
|
+
{ name: 'Asia/Magadan', desc: 'Russian Federation - Magadan (GMT+11:00)' },
|
|
3780
|
+
{ name: 'Asia/Kamchatka', desc: 'Russian Federation - Kamchatka (GMT+12:00)' },
|
|
3781
|
+
{ name: 'Asia/Anadyr', desc: 'Russian Federation - Anadyr (GMT+12:00)' },
|
|
3782
|
+
{ name: 'Africa/Kigali', desc: 'Rwanda - Kigali (GMT+02:00)' },
|
|
3783
|
+
{ name: 'Asia/Riyadh', desc: 'Saudi Arabia - Riyadh (GMT+03:00)' },
|
|
3784
|
+
{ name: 'Pacific/Guadalcanal', desc: 'Solomon Islands - Guadalcanal (GMT+11:00)' },
|
|
3785
|
+
{ name: 'Indian/Mahe', desc: 'Seychelles - Mahe (GMT+04:00)' },
|
|
3786
|
+
{ name: 'Africa/Khartoum', desc: 'Sudan - Khartoum (GMT+02:00)' },
|
|
3787
|
+
{ name: 'Europe/Stockholm', desc: 'Sweden - Stockholm (GMT+02:00)' },
|
|
3788
|
+
{ name: 'Asia/Singapore', desc: 'Singapore - Singapore (GMT+08:00)' },
|
|
3789
|
+
{ name: 'Atlantic/St_Helena', desc: 'Saint Helena - St Helena (GMT+00:00)' },
|
|
3790
|
+
{ name: 'Europe/Ljubljana', desc: 'Slovenia - Ljubljana (GMT+02:00)' },
|
|
3791
|
+
{ name: 'Arctic/Longyearbyen', desc: 'Svalbard and Jan Mayen Islands - Longyearbyen (GMT+02:00)' },
|
|
3792
|
+
{ name: 'Europe/Bratislava', desc: 'Slovakia - Bratislava (GMT+02:00)' },
|
|
3793
|
+
{ name: 'Africa/Freetown', desc: 'Sierra Leone - Freetown (GMT+00:00)' },
|
|
3794
|
+
{ name: 'Europe/San_Marino', desc: 'San Marino - San Marino (GMT+02:00)' },
|
|
3795
|
+
{ name: 'Africa/Dakar', desc: 'Senegal - Dakar (GMT+00:00)' },
|
|
3796
|
+
{ name: 'Africa/Mogadishu', desc: 'Somalia - Mogadishu (GMT+03:00)' },
|
|
3797
|
+
{ name: 'America/Paramaribo', desc: 'Suriname - Paramaribo (GMT-03:00)' },
|
|
3798
|
+
{ name: 'Africa/Juba', desc: 'South Sudan - Juba (GMT+03:00)' },
|
|
3799
|
+
{ name: 'Africa/Sao_Tome', desc: 'Sao Tome and Principe - Sao Tome (GMT+01:00)' },
|
|
3800
|
+
{ name: 'America/El_Salvador', desc: 'El Salvador - El Salvador (GMT-06:00)' },
|
|
3801
|
+
{ name: 'America/Lower_Princes', desc: 'SX - Lower Princes (GMT-04:00)' },
|
|
3802
|
+
{ name: 'Asia/Damascus', desc: 'Syria - Damascus (GMT+03:00)' },
|
|
3803
|
+
{ name: 'Africa/Mbabane', desc: 'Swaziland - Mbabane (GMT+02:00)' },
|
|
3804
|
+
{ name: 'America/Grand_Turk', desc: 'Turks and Caicos Islands - Grand Turk (GMT-04:00)' },
|
|
3805
|
+
{ name: 'Africa/Ndjamena', desc: 'Chad - Ndjamena (GMT+01:00)' },
|
|
3806
|
+
{ name: 'Indian/Kerguelen', desc: 'French Southern Territories - Kerguelen (GMT+05:00)' },
|
|
3807
|
+
{ name: 'Africa/Lome', desc: 'Togo - Lome (GMT+00:00)' },
|
|
3808
|
+
{ name: 'Asia/Bangkok', desc: 'Thailand - Bangkok (GMT+07:00)' },
|
|
3809
|
+
{ name: 'Asia/Dushanbe', desc: 'Tajikistan - Dushanbe (GMT+05:00)' },
|
|
3810
|
+
{ name: 'Pacific/Fakaofo', desc: 'Tokelau - Fakaofo (GMT+13:00)' },
|
|
3811
|
+
{ name: 'Asia/Dili', desc: 'Timor-Leste - Dili (GMT+09:00)' },
|
|
3812
|
+
{ name: 'Asia/Ashgabat', desc: 'Turkmenistan - Ashgabat (GMT+05:00)' },
|
|
3813
|
+
{ name: 'Africa/Tunis', desc: 'Tunisia - Tunis (GMT+01:00)' },
|
|
3814
|
+
{ name: 'Pacific/Tongatapu', desc: 'Tonga - Tongatapu (GMT+13:00)' },
|
|
3815
|
+
{ name: 'Europe/Istanbul', desc: 'Turkey - Istanbul (GMT+03:00)' },
|
|
3816
|
+
{ name: 'America/Port_of_Spain', desc: 'Trinidad and Tobago - Port of_Spain (GMT-04:00)' },
|
|
3817
|
+
{ name: 'Pacific/Funafuti', desc: 'Tuvalu - Funafuti (GMT+12:00)' },
|
|
3818
|
+
{ name: 'Asia/Taipei', desc: 'Taiwan - Taipei (GMT+08:00)' },
|
|
3819
|
+
{ name: 'Africa/Dar_es_Salaam', desc: 'Tanzania - Dar es_Salaam (GMT+03:00)' },
|
|
3820
|
+
{ name: 'Europe/Kiev', desc: 'Ukraine - Kiev (GMT+03:00)' },
|
|
3821
|
+
{ name: 'Europe/Uzhgorod', desc: 'Ukraine - Uzhgorod (GMT+03:00)' },
|
|
3822
|
+
{ name: 'Europe/Zaporozhye', desc: 'Ukraine - Zaporozhye (GMT+03:00)' },
|
|
3823
|
+
{ name: 'Africa/Kampala', desc: 'Uganda - Kampala (GMT+03:00)' },
|
|
3824
|
+
{ name: 'Pacific/Johnston', desc: 'US Minor Outlying Islands - Johnston (GMT-10:00)' },
|
|
3825
|
+
{ name: 'Pacific/Midway', desc: 'US Minor Outlying Islands - Midway (GMT-11:00)' },
|
|
3826
|
+
{ name: 'Pacific/Wake', desc: 'US Minor Outlying Islands - Wake (GMT+12:00)' },
|
|
3827
|
+
{ name: 'America/New_York', desc: 'United States of America (USA) - New York (GMT-04:00)' },
|
|
3828
|
+
{ name: 'America/Detroit', desc: 'United States of America (USA) - Detroit (GMT-04:00)' },
|
|
3829
|
+
{ name: 'America/Kentucky/Louisville', desc: 'United States of America (USA) - Louisville (GMT-04:00)' },
|
|
3830
|
+
{ name: 'America/Kentucky/Monticello', desc: 'United States of America (USA) - Monticello (GMT-04:00)' },
|
|
3831
|
+
{ name: 'America/Indiana/Indianapolis', desc: 'United States of America (USA) - Indianapolis (GMT-04:00)' },
|
|
3832
|
+
{ name: 'America/Indiana/Vincennes', desc: 'United States of America (USA) - Vincennes (GMT-04:00)' },
|
|
3833
|
+
{ name: 'America/Indiana/Winamac', desc: 'United States of America (USA) - Winamac (GMT-04:00)' },
|
|
3834
|
+
{ name: 'America/Indiana/Marengo', desc: 'United States of America (USA) - Marengo (GMT-04:00)' },
|
|
3835
|
+
{ name: 'America/Indiana/Petersburg', desc: 'United States of America (USA) - Petersburg (GMT-04:00)' },
|
|
3836
|
+
{ name: 'America/Indiana/Vevay', desc: 'United States of America (USA) - Vevay (GMT-04:00)' },
|
|
3837
|
+
{ name: 'America/Chicago', desc: 'United States of America (USA) - Chicago (GMT-05:00)' },
|
|
3838
|
+
{ name: 'America/Indiana/Tell_City', desc: 'United States of America (USA) - Tell City (GMT-05:00)' },
|
|
3839
|
+
{ name: 'America/Indiana/Knox', desc: 'United States of America (USA) - Knox (GMT-05:00)' },
|
|
3840
|
+
{ name: 'America/Menominee', desc: 'United States of America (USA) - Menominee (GMT-05:00)' },
|
|
3841
|
+
{ name: 'America/North_Dakota/Center', desc: 'United States of America (USA) - Center (GMT-05:00)' },
|
|
3842
|
+
{ name: 'America/North_Dakota/New_Salem', desc: 'United States of America (USA) - New Salem (GMT-05:00)' },
|
|
3843
|
+
{ name: 'America/North_Dakota/Beulah', desc: 'United States of America (USA) - Beulah (GMT-05:00)' },
|
|
3844
|
+
{ name: 'America/Denver', desc: 'United States of America (USA) - Denver (GMT-06:00)' },
|
|
3845
|
+
{ name: 'America/Boise', desc: 'United States of America (USA) - Boise (GMT-06:00)' },
|
|
3846
|
+
{ name: 'America/Phoenix', desc: 'United States of America (USA) - Phoenix (GMT-07:00)' },
|
|
3847
|
+
{ name: 'America/Los_Angeles', desc: 'United States of America (USA) - Los Angeles (GMT-07:00)' },
|
|
3848
|
+
{ name: 'America/Anchorage', desc: 'United States of America (USA) - Anchorage (GMT-08:00)' },
|
|
3849
|
+
{ name: 'America/Juneau', desc: 'United States of America (USA) - Juneau (GMT-08:00)' },
|
|
3850
|
+
{ name: 'America/Sitka', desc: 'United States of America (USA) - Sitka (GMT-08:00)' },
|
|
3851
|
+
{ name: 'America/Yakutat', desc: 'United States of America (USA) - Yakutat (GMT-08:00)' },
|
|
3852
|
+
{ name: 'America/Nome', desc: 'United States of America (USA) - Nome (GMT-08:00)' },
|
|
3853
|
+
{ name: 'America/Adak', desc: 'United States of America (USA) - Adak (GMT-09:00)' },
|
|
3854
|
+
{ name: 'America/Metlakatla', desc: 'United States of America (USA) - Metlakatla (GMT-08:00)' },
|
|
3855
|
+
{ name: 'Pacific/Honolulu', desc: 'United States of America (USA) - Honolulu (GMT-10:00)' },
|
|
3856
|
+
{ name: 'America/Montevideo', desc: 'Uruguay - Montevideo (GMT-03:00)' },
|
|
3857
|
+
{ name: 'Asia/Samarkand', desc: 'Uzbekistan - Samarkand (GMT+05:00)' },
|
|
3858
|
+
{ name: 'Asia/Tashkent', desc: 'Uzbekistan - Tashkent (GMT+05:00)' },
|
|
3859
|
+
{ name: 'Europe/Vatican', desc: 'Vatican City State - Vatican (GMT+02:00)' },
|
|
3860
|
+
{ name: 'America/St_Vincent', desc: 'Saint Vincent and Grenadines - St Vincent (GMT-04:00)' },
|
|
3861
|
+
{ name: 'America/Caracas', desc: 'Venezuela - Caracas (GMT-04:00)' },
|
|
3862
|
+
{ name: 'America/Tortola', desc: 'British Virgin Islands - Tortola (GMT-04:00)' },
|
|
3863
|
+
{ name: 'America/St_Thomas', desc: 'Virgin Islands, US - St Thomas (GMT-04:00)' },
|
|
3864
|
+
{ name: 'Asia/Ho_Chi_Minh', desc: 'Viet Nam - Ho Chi_Minh (GMT+07:00)' },
|
|
3865
|
+
{ name: 'Pacific/Efate', desc: 'Vanuatu - Efate (GMT+11:00)' },
|
|
3866
|
+
{ name: 'Pacific/Wallis', desc: 'Wallis and Futuna Islands - Wallis (GMT+12:00)' },
|
|
3867
|
+
{ name: 'Pacific/Apia', desc: 'Samoa - Apia (GMT+13:00)' },
|
|
3868
|
+
{ name: 'Asia/Aden', desc: 'Yemen - Aden (GMT+03:00)' },
|
|
3869
|
+
{ name: 'Indian/Mayotte', desc: 'Mayotte - Mayotte (GMT+03:00)' },
|
|
3870
|
+
{ name: 'Africa/Johannesburg', desc: 'South Africa - Johannesburg (GMT+02:00)' },
|
|
3871
|
+
{ name: 'Africa/Lusaka', desc: 'Zambia - Lusaka (GMT+02:00)' },
|
|
3872
|
+
{ name: 'Africa/Harare', desc: 'Zimbabwe - Harare (GMT+02:00)' },
|
|
3873
3873
|
]</code>
|
|
3874
3874
|
</td>
|
|
3875
3875
|
</tr>
|