@exyconn/common 2.1.0 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +969 -261
- package/dist/client/hooks/index.d.mts +1042 -0
- package/dist/client/hooks/index.d.ts +1042 -0
- package/dist/client/hooks/index.js +2276 -0
- package/dist/client/hooks/index.js.map +1 -0
- package/dist/client/hooks/index.mjs +2217 -0
- package/dist/client/hooks/index.mjs.map +1 -0
- package/dist/client/http/index.d.mts +217 -49
- package/dist/client/http/index.d.ts +217 -49
- package/dist/client/http/index.js +473 -94
- package/dist/client/http/index.js.map +1 -1
- package/dist/client/http/index.mjs +441 -84
- package/dist/client/http/index.mjs.map +1 -1
- package/dist/client/index.d.mts +6 -4
- package/dist/client/index.d.ts +6 -4
- package/dist/client/index.js +481 -319
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +449 -290
- package/dist/client/index.mjs.map +1 -1
- package/dist/client/utils/index.d.mts +3 -279
- package/dist/client/utils/index.d.ts +3 -279
- package/dist/client/web/index.d.mts +1461 -0
- package/dist/client/web/index.d.ts +1461 -0
- package/dist/client/web/index.js +2681 -0
- package/dist/client/web/index.js.map +1 -0
- package/dist/client/web/index.mjs +2618 -0
- package/dist/client/web/index.mjs.map +1 -0
- package/dist/data/brand-identity.d.mts +149 -0
- package/dist/data/brand-identity.d.ts +149 -0
- package/dist/data/brand-identity.js +235 -0
- package/dist/data/brand-identity.js.map +1 -0
- package/dist/data/brand-identity.mjs +220 -0
- package/dist/data/brand-identity.mjs.map +1 -0
- package/dist/data/countries.d.mts +61 -0
- package/dist/data/countries.d.ts +61 -0
- package/dist/data/countries.js +987 -0
- package/dist/data/countries.js.map +1 -0
- package/dist/data/countries.mjs +971 -0
- package/dist/data/countries.mjs.map +1 -0
- package/dist/data/currencies.d.mts +19 -0
- package/dist/data/currencies.d.ts +19 -0
- package/dist/data/currencies.js +162 -0
- package/dist/data/currencies.js.map +1 -0
- package/dist/data/currencies.mjs +153 -0
- package/dist/data/currencies.mjs.map +1 -0
- package/dist/data/index.d.mts +7 -0
- package/dist/data/index.d.ts +7 -0
- package/dist/data/index.js +2087 -0
- package/dist/data/index.js.map +1 -0
- package/dist/data/index.mjs +1948 -0
- package/dist/data/index.mjs.map +1 -0
- package/dist/data/phone-codes.d.mts +15 -0
- package/dist/data/phone-codes.d.ts +15 -0
- package/dist/data/phone-codes.js +219 -0
- package/dist/data/phone-codes.js.map +1 -0
- package/dist/data/phone-codes.mjs +211 -0
- package/dist/data/phone-codes.mjs.map +1 -0
- package/dist/data/regex.d.mts +287 -0
- package/dist/data/regex.d.ts +287 -0
- package/dist/data/regex.js +306 -0
- package/dist/data/regex.js.map +1 -0
- package/dist/data/regex.mjs +208 -0
- package/dist/data/regex.mjs.map +1 -0
- package/dist/data/timezones.d.mts +16 -0
- package/dist/data/timezones.d.ts +16 -0
- package/dist/data/timezones.js +98 -0
- package/dist/data/timezones.js.map +1 -0
- package/dist/data/timezones.mjs +89 -0
- package/dist/data/timezones.mjs.map +1 -0
- package/dist/index-BZf42T3R.d.mts +305 -0
- package/dist/index-CF0D8PGE.d.ts +305 -0
- package/dist/index-Ckhm_HaX.d.mts +138 -0
- package/dist/index-DKn4raO7.d.ts +222 -0
- package/dist/index-NS8dS0p9.d.mts +222 -0
- package/dist/index-Nqm5_lwT.d.ts +188 -0
- package/dist/index-br6POSyA.d.ts +138 -0
- package/dist/index-jBi3V6e5.d.mts +188 -0
- package/dist/index.d.mts +21 -580
- package/dist/index.d.ts +21 -580
- package/dist/index.js +1839 -347
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1850 -359
- package/dist/index.mjs.map +1 -1
- package/dist/packageCheck-B_qfsD6R.d.ts +280 -0
- package/dist/packageCheck-C2_FT_Rl.d.mts +280 -0
- package/dist/server/configs/index.d.mts +602 -0
- package/dist/server/configs/index.d.ts +602 -0
- package/dist/server/configs/index.js +707 -0
- package/dist/server/configs/index.js.map +1 -0
- package/dist/server/configs/index.mjs +665 -0
- package/dist/server/configs/index.mjs.map +1 -0
- package/dist/server/index.d.mts +4 -1
- package/dist/server/index.d.ts +4 -1
- package/dist/server/index.js +1330 -0
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +1286 -2
- package/dist/server/index.mjs.map +1 -1
- package/dist/server/middleware/index.d.mts +283 -2
- package/dist/server/middleware/index.d.ts +283 -2
- package/dist/server/middleware/index.js +761 -0
- package/dist/server/middleware/index.js.map +1 -1
- package/dist/server/middleware/index.mjs +751 -1
- package/dist/server/middleware/index.mjs.map +1 -1
- package/dist/shared/config/index.d.mts +40 -0
- package/dist/shared/config/index.d.ts +40 -0
- package/dist/shared/config/index.js +58 -0
- package/dist/shared/config/index.js.map +1 -0
- package/dist/shared/config/index.mjs +51 -0
- package/dist/shared/config/index.mjs.map +1 -0
- package/dist/shared/constants/index.d.mts +593 -0
- package/dist/shared/constants/index.d.ts +593 -0
- package/dist/shared/constants/index.js +391 -0
- package/dist/shared/constants/index.js.map +1 -0
- package/dist/shared/constants/index.mjs +360 -0
- package/dist/shared/constants/index.mjs.map +1 -0
- package/dist/shared/index.d.mts +5 -1
- package/dist/shared/index.d.ts +5 -1
- package/dist/shared/types/index.d.mts +140 -0
- package/dist/shared/types/index.d.ts +140 -0
- package/dist/shared/types/index.js +4 -0
- package/dist/shared/types/index.js.map +1 -0
- package/dist/shared/types/index.mjs +3 -0
- package/dist/shared/types/index.mjs.map +1 -0
- package/dist/shared/utils/index.d.mts +255 -0
- package/dist/shared/utils/index.d.ts +255 -0
- package/dist/shared/utils/index.js +623 -0
- package/dist/shared/utils/index.js.map +1 -0
- package/dist/shared/utils/index.mjs +324 -0
- package/dist/shared/utils/index.mjs.map +1 -0
- package/dist/shared/validation/index.d.mts +258 -0
- package/dist/shared/validation/index.d.ts +258 -0
- package/dist/shared/validation/index.js +185 -0
- package/dist/shared/validation/index.js.map +1 -0
- package/dist/shared/validation/index.mjs +172 -0
- package/dist/shared/validation/index.mjs.map +1 -0
- package/package.json +127 -62
- package/dist/index-BcxL4_V4.d.ts +0 -2946
- package/dist/index-DEzgM15j.d.ts +0 -67
- package/dist/index-DNFVgQx8.d.ts +0 -1375
- package/dist/index-DbV04Dx8.d.mts +0 -67
- package/dist/index-DfqEP6Oe.d.mts +0 -1375
- package/dist/index-bvvCev9Q.d.mts +0 -2946
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
// src/data/timezones.ts
|
|
6
|
+
var timezones = [
|
|
7
|
+
{ name: "Pacific/Midway", label: "(UTC-11:00) Midway Island", offset: "-11:00", offsetMinutes: -660 },
|
|
8
|
+
{ name: "Pacific/Honolulu", label: "(UTC-10:00) Hawaii", offset: "-10:00", offsetMinutes: -600 },
|
|
9
|
+
{ name: "America/Anchorage", label: "(UTC-09:00) Alaska", offset: "-09:00", offsetMinutes: -540 },
|
|
10
|
+
{ name: "America/Los_Angeles", label: "(UTC-08:00) Pacific Time (US & Canada)", offset: "-08:00", offsetMinutes: -480 },
|
|
11
|
+
{ name: "America/Phoenix", label: "(UTC-07:00) Arizona", offset: "-07:00", offsetMinutes: -420 },
|
|
12
|
+
{ name: "America/Denver", label: "(UTC-07:00) Mountain Time (US & Canada)", offset: "-07:00", offsetMinutes: -420 },
|
|
13
|
+
{ name: "America/Chicago", label: "(UTC-06:00) Central Time (US & Canada)", offset: "-06:00", offsetMinutes: -360 },
|
|
14
|
+
{ name: "America/Mexico_City", label: "(UTC-06:00) Mexico City", offset: "-06:00", offsetMinutes: -360 },
|
|
15
|
+
{ name: "America/New_York", label: "(UTC-05:00) Eastern Time (US & Canada)", offset: "-05:00", offsetMinutes: -300 },
|
|
16
|
+
{ name: "America/Bogota", label: "(UTC-05:00) Bogota", offset: "-05:00", offsetMinutes: -300 },
|
|
17
|
+
{ name: "America/Lima", label: "(UTC-05:00) Lima", offset: "-05:00", offsetMinutes: -300 },
|
|
18
|
+
{ name: "America/Caracas", label: "(UTC-04:00) Caracas", offset: "-04:00", offsetMinutes: -240 },
|
|
19
|
+
{ name: "America/Halifax", label: "(UTC-04:00) Atlantic Time (Canada)", offset: "-04:00", offsetMinutes: -240 },
|
|
20
|
+
{ name: "America/Santiago", label: "(UTC-04:00) Santiago", offset: "-04:00", offsetMinutes: -240 },
|
|
21
|
+
{ name: "America/Sao_Paulo", label: "(UTC-03:00) Brasilia", offset: "-03:00", offsetMinutes: -180 },
|
|
22
|
+
{ name: "America/Buenos_Aires", label: "(UTC-03:00) Buenos Aires", offset: "-03:00", offsetMinutes: -180 },
|
|
23
|
+
{ name: "Atlantic/South_Georgia", label: "(UTC-02:00) Mid-Atlantic", offset: "-02:00", offsetMinutes: -120 },
|
|
24
|
+
{ name: "Atlantic/Azores", label: "(UTC-01:00) Azores", offset: "-01:00", offsetMinutes: -60 },
|
|
25
|
+
{ name: "Europe/London", label: "(UTC+00:00) London, Dublin", offset: "+00:00", offsetMinutes: 0 },
|
|
26
|
+
{ name: "UTC", label: "(UTC+00:00) UTC", offset: "+00:00", offsetMinutes: 0 },
|
|
27
|
+
{ name: "Africa/Casablanca", label: "(UTC+00:00) Casablanca", offset: "+00:00", offsetMinutes: 0 },
|
|
28
|
+
{ name: "Europe/Paris", label: "(UTC+01:00) Paris, Berlin, Rome", offset: "+01:00", offsetMinutes: 60 },
|
|
29
|
+
{ name: "Europe/Amsterdam", label: "(UTC+01:00) Amsterdam, Brussels", offset: "+01:00", offsetMinutes: 60 },
|
|
30
|
+
{ name: "Africa/Lagos", label: "(UTC+01:00) West Central Africa", offset: "+01:00", offsetMinutes: 60 },
|
|
31
|
+
{ name: "Europe/Athens", label: "(UTC+02:00) Athens, Istanbul", offset: "+02:00", offsetMinutes: 120 },
|
|
32
|
+
{ name: "Europe/Kiev", label: "(UTC+02:00) Kyiv", offset: "+02:00", offsetMinutes: 120 },
|
|
33
|
+
{ name: "Africa/Cairo", label: "(UTC+02:00) Cairo", offset: "+02:00", offsetMinutes: 120 },
|
|
34
|
+
{ name: "Africa/Johannesburg", label: "(UTC+02:00) Johannesburg", offset: "+02:00", offsetMinutes: 120 },
|
|
35
|
+
{ name: "Asia/Jerusalem", label: "(UTC+02:00) Jerusalem", offset: "+02:00", offsetMinutes: 120 },
|
|
36
|
+
{ name: "Europe/Moscow", label: "(UTC+03:00) Moscow", offset: "+03:00", offsetMinutes: 180 },
|
|
37
|
+
{ name: "Asia/Kuwait", label: "(UTC+03:00) Kuwait, Riyadh", offset: "+03:00", offsetMinutes: 180 },
|
|
38
|
+
{ name: "Africa/Nairobi", label: "(UTC+03:00) Nairobi", offset: "+03:00", offsetMinutes: 180 },
|
|
39
|
+
{ name: "Asia/Tehran", label: "(UTC+03:30) Tehran", offset: "+03:30", offsetMinutes: 210 },
|
|
40
|
+
{ name: "Asia/Dubai", label: "(UTC+04:00) Dubai, Abu Dhabi", offset: "+04:00", offsetMinutes: 240 },
|
|
41
|
+
{ name: "Asia/Baku", label: "(UTC+04:00) Baku", offset: "+04:00", offsetMinutes: 240 },
|
|
42
|
+
{ name: "Asia/Kabul", label: "(UTC+04:30) Kabul", offset: "+04:30", offsetMinutes: 270 },
|
|
43
|
+
{ name: "Asia/Karachi", label: "(UTC+05:00) Karachi", offset: "+05:00", offsetMinutes: 300 },
|
|
44
|
+
{ name: "Asia/Tashkent", label: "(UTC+05:00) Tashkent", offset: "+05:00", offsetMinutes: 300 },
|
|
45
|
+
{ name: "Asia/Kolkata", label: "(UTC+05:30) Mumbai, New Delhi", offset: "+05:30", offsetMinutes: 330 },
|
|
46
|
+
{ name: "Asia/Colombo", label: "(UTC+05:30) Sri Lanka", offset: "+05:30", offsetMinutes: 330 },
|
|
47
|
+
{ name: "Asia/Kathmandu", label: "(UTC+05:45) Kathmandu", offset: "+05:45", offsetMinutes: 345 },
|
|
48
|
+
{ name: "Asia/Dhaka", label: "(UTC+06:00) Dhaka", offset: "+06:00", offsetMinutes: 360 },
|
|
49
|
+
{ name: "Asia/Almaty", label: "(UTC+06:00) Almaty", offset: "+06:00", offsetMinutes: 360 },
|
|
50
|
+
{ name: "Asia/Yangon", label: "(UTC+06:30) Yangon", offset: "+06:30", offsetMinutes: 390 },
|
|
51
|
+
{ name: "Asia/Bangkok", label: "(UTC+07:00) Bangkok", offset: "+07:00", offsetMinutes: 420 },
|
|
52
|
+
{ name: "Asia/Jakarta", label: "(UTC+07:00) Jakarta", offset: "+07:00", offsetMinutes: 420 },
|
|
53
|
+
{ name: "Asia/Ho_Chi_Minh", label: "(UTC+07:00) Ho Chi Minh City", offset: "+07:00", offsetMinutes: 420 },
|
|
54
|
+
{ name: "Asia/Singapore", label: "(UTC+08:00) Singapore", offset: "+08:00", offsetMinutes: 480 },
|
|
55
|
+
{ name: "Asia/Hong_Kong", label: "(UTC+08:00) Hong Kong", offset: "+08:00", offsetMinutes: 480 },
|
|
56
|
+
{ name: "Asia/Shanghai", label: "(UTC+08:00) Beijing, Shanghai", offset: "+08:00", offsetMinutes: 480 },
|
|
57
|
+
{ name: "Asia/Taipei", label: "(UTC+08:00) Taipei", offset: "+08:00", offsetMinutes: 480 },
|
|
58
|
+
{ name: "Asia/Kuala_Lumpur", label: "(UTC+08:00) Kuala Lumpur", offset: "+08:00", offsetMinutes: 480 },
|
|
59
|
+
{ name: "Australia/Perth", label: "(UTC+08:00) Perth", offset: "+08:00", offsetMinutes: 480 },
|
|
60
|
+
{ name: "Asia/Seoul", label: "(UTC+09:00) Seoul", offset: "+09:00", offsetMinutes: 540 },
|
|
61
|
+
{ name: "Asia/Tokyo", label: "(UTC+09:00) Tokyo", offset: "+09:00", offsetMinutes: 540 },
|
|
62
|
+
{ name: "Australia/Darwin", label: "(UTC+09:30) Darwin", offset: "+09:30", offsetMinutes: 570 },
|
|
63
|
+
{ name: "Australia/Adelaide", label: "(UTC+09:30) Adelaide", offset: "+09:30", offsetMinutes: 570 },
|
|
64
|
+
{ name: "Australia/Sydney", label: "(UTC+10:00) Sydney, Melbourne", offset: "+10:00", offsetMinutes: 600 },
|
|
65
|
+
{ name: "Australia/Brisbane", label: "(UTC+10:00) Brisbane", offset: "+10:00", offsetMinutes: 600 },
|
|
66
|
+
{ name: "Pacific/Guam", label: "(UTC+10:00) Guam", offset: "+10:00", offsetMinutes: 600 },
|
|
67
|
+
{ name: "Pacific/Noumea", label: "(UTC+11:00) New Caledonia", offset: "+11:00", offsetMinutes: 660 },
|
|
68
|
+
{ name: "Pacific/Fiji", label: "(UTC+12:00) Fiji", offset: "+12:00", offsetMinutes: 720 },
|
|
69
|
+
{ name: "Pacific/Auckland", label: "(UTC+12:00) Auckland, Wellington", offset: "+12:00", offsetMinutes: 720 },
|
|
70
|
+
{ name: "Pacific/Tongatapu", label: "(UTC+13:00) Nuku'alofa", offset: "+13:00", offsetMinutes: 780 }
|
|
71
|
+
];
|
|
72
|
+
var getTimezoneByName = (name) => {
|
|
73
|
+
return timezones.find((tz) => tz.name === name);
|
|
74
|
+
};
|
|
75
|
+
var searchTimezones = (query) => {
|
|
76
|
+
const lowerQuery = query.toLowerCase();
|
|
77
|
+
return timezones.filter(
|
|
78
|
+
(tz) => tz.name.toLowerCase().includes(lowerQuery) || tz.label.toLowerCase().includes(lowerQuery)
|
|
79
|
+
);
|
|
80
|
+
};
|
|
81
|
+
var getTimezonesByOffset = (offsetMinutes) => {
|
|
82
|
+
return timezones.filter((tz) => tz.offsetMinutes === offsetMinutes);
|
|
83
|
+
};
|
|
84
|
+
var sortTimezonesByOffset = (ascending = true) => {
|
|
85
|
+
return [...timezones].sort(
|
|
86
|
+
(a, b) => ascending ? a.offsetMinutes - b.offsetMinutes : b.offsetMinutes - a.offsetMinutes
|
|
87
|
+
);
|
|
88
|
+
};
|
|
89
|
+
var timezones_default = timezones;
|
|
90
|
+
|
|
91
|
+
exports.default = timezones_default;
|
|
92
|
+
exports.getTimezoneByName = getTimezoneByName;
|
|
93
|
+
exports.getTimezonesByOffset = getTimezonesByOffset;
|
|
94
|
+
exports.searchTimezones = searchTimezones;
|
|
95
|
+
exports.sortTimezonesByOffset = sortTimezonesByOffset;
|
|
96
|
+
exports.timezones = timezones;
|
|
97
|
+
//# sourceMappingURL=timezones.js.map
|
|
98
|
+
//# sourceMappingURL=timezones.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/data/timezones.ts"],"names":[],"mappings":"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","file":"timezones.js","sourcesContent":["/**\r\n * Timezones data with UTC offsets\r\n */\r\nexport interface Timezone {\r\n name: string;\r\n label: string;\r\n offset: string;\r\n offsetMinutes: number;\r\n}\r\n\r\nexport const timezones: Timezone[] = [\r\n { name: 'Pacific/Midway', label: '(UTC-11:00) Midway Island', offset: '-11:00', offsetMinutes: -660 },\r\n { name: 'Pacific/Honolulu', label: '(UTC-10:00) Hawaii', offset: '-10:00', offsetMinutes: -600 },\r\n { name: 'America/Anchorage', label: '(UTC-09:00) Alaska', offset: '-09:00', offsetMinutes: -540 },\r\n { name: 'America/Los_Angeles', label: '(UTC-08:00) Pacific Time (US & Canada)', offset: '-08:00', offsetMinutes: -480 },\r\n { name: 'America/Phoenix', label: '(UTC-07:00) Arizona', offset: '-07:00', offsetMinutes: -420 },\r\n { name: 'America/Denver', label: '(UTC-07:00) Mountain Time (US & Canada)', offset: '-07:00', offsetMinutes: -420 },\r\n { name: 'America/Chicago', label: '(UTC-06:00) Central Time (US & Canada)', offset: '-06:00', offsetMinutes: -360 },\r\n { name: 'America/Mexico_City', label: '(UTC-06:00) Mexico City', offset: '-06:00', offsetMinutes: -360 },\r\n { name: 'America/New_York', label: '(UTC-05:00) Eastern Time (US & Canada)', offset: '-05:00', offsetMinutes: -300 },\r\n { name: 'America/Bogota', label: '(UTC-05:00) Bogota', offset: '-05:00', offsetMinutes: -300 },\r\n { name: 'America/Lima', label: '(UTC-05:00) Lima', offset: '-05:00', offsetMinutes: -300 },\r\n { name: 'America/Caracas', label: '(UTC-04:00) Caracas', offset: '-04:00', offsetMinutes: -240 },\r\n { name: 'America/Halifax', label: '(UTC-04:00) Atlantic Time (Canada)', offset: '-04:00', offsetMinutes: -240 },\r\n { name: 'America/Santiago', label: '(UTC-04:00) Santiago', offset: '-04:00', offsetMinutes: -240 },\r\n { name: 'America/Sao_Paulo', label: '(UTC-03:00) Brasilia', offset: '-03:00', offsetMinutes: -180 },\r\n { name: 'America/Buenos_Aires', label: '(UTC-03:00) Buenos Aires', offset: '-03:00', offsetMinutes: -180 },\r\n { name: 'Atlantic/South_Georgia', label: '(UTC-02:00) Mid-Atlantic', offset: '-02:00', offsetMinutes: -120 },\r\n { name: 'Atlantic/Azores', label: '(UTC-01:00) Azores', offset: '-01:00', offsetMinutes: -60 },\r\n { name: 'Europe/London', label: '(UTC+00:00) London, Dublin', offset: '+00:00', offsetMinutes: 0 },\r\n { name: 'UTC', label: '(UTC+00:00) UTC', offset: '+00:00', offsetMinutes: 0 },\r\n { name: 'Africa/Casablanca', label: '(UTC+00:00) Casablanca', offset: '+00:00', offsetMinutes: 0 },\r\n { name: 'Europe/Paris', label: '(UTC+01:00) Paris, Berlin, Rome', offset: '+01:00', offsetMinutes: 60 },\r\n { name: 'Europe/Amsterdam', label: '(UTC+01:00) Amsterdam, Brussels', offset: '+01:00', offsetMinutes: 60 },\r\n { name: 'Africa/Lagos', label: '(UTC+01:00) West Central Africa', offset: '+01:00', offsetMinutes: 60 },\r\n { name: 'Europe/Athens', label: '(UTC+02:00) Athens, Istanbul', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Europe/Kiev', label: '(UTC+02:00) Kyiv', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Africa/Cairo', label: '(UTC+02:00) Cairo', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Africa/Johannesburg', label: '(UTC+02:00) Johannesburg', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Asia/Jerusalem', label: '(UTC+02:00) Jerusalem', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Europe/Moscow', label: '(UTC+03:00) Moscow', offset: '+03:00', offsetMinutes: 180 },\r\n { name: 'Asia/Kuwait', label: '(UTC+03:00) Kuwait, Riyadh', offset: '+03:00', offsetMinutes: 180 },\r\n { name: 'Africa/Nairobi', label: '(UTC+03:00) Nairobi', offset: '+03:00', offsetMinutes: 180 },\r\n { name: 'Asia/Tehran', label: '(UTC+03:30) Tehran', offset: '+03:30', offsetMinutes: 210 },\r\n { name: 'Asia/Dubai', label: '(UTC+04:00) Dubai, Abu Dhabi', offset: '+04:00', offsetMinutes: 240 },\r\n { name: 'Asia/Baku', label: '(UTC+04:00) Baku', offset: '+04:00', offsetMinutes: 240 },\r\n { name: 'Asia/Kabul', label: '(UTC+04:30) Kabul', offset: '+04:30', offsetMinutes: 270 },\r\n { name: 'Asia/Karachi', label: '(UTC+05:00) Karachi', offset: '+05:00', offsetMinutes: 300 },\r\n { name: 'Asia/Tashkent', label: '(UTC+05:00) Tashkent', offset: '+05:00', offsetMinutes: 300 },\r\n { name: 'Asia/Kolkata', label: '(UTC+05:30) Mumbai, New Delhi', offset: '+05:30', offsetMinutes: 330 },\r\n { name: 'Asia/Colombo', label: '(UTC+05:30) Sri Lanka', offset: '+05:30', offsetMinutes: 330 },\r\n { name: 'Asia/Kathmandu', label: '(UTC+05:45) Kathmandu', offset: '+05:45', offsetMinutes: 345 },\r\n { name: 'Asia/Dhaka', label: '(UTC+06:00) Dhaka', offset: '+06:00', offsetMinutes: 360 },\r\n { name: 'Asia/Almaty', label: '(UTC+06:00) Almaty', offset: '+06:00', offsetMinutes: 360 },\r\n { name: 'Asia/Yangon', label: '(UTC+06:30) Yangon', offset: '+06:30', offsetMinutes: 390 },\r\n { name: 'Asia/Bangkok', label: '(UTC+07:00) Bangkok', offset: '+07:00', offsetMinutes: 420 },\r\n { name: 'Asia/Jakarta', label: '(UTC+07:00) Jakarta', offset: '+07:00', offsetMinutes: 420 },\r\n { name: 'Asia/Ho_Chi_Minh', label: '(UTC+07:00) Ho Chi Minh City', offset: '+07:00', offsetMinutes: 420 },\r\n { name: 'Asia/Singapore', label: '(UTC+08:00) Singapore', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Hong_Kong', label: '(UTC+08:00) Hong Kong', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Shanghai', label: '(UTC+08:00) Beijing, Shanghai', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Taipei', label: '(UTC+08:00) Taipei', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Kuala_Lumpur', label: '(UTC+08:00) Kuala Lumpur', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Australia/Perth', label: '(UTC+08:00) Perth', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Seoul', label: '(UTC+09:00) Seoul', offset: '+09:00', offsetMinutes: 540 },\r\n { name: 'Asia/Tokyo', label: '(UTC+09:00) Tokyo', offset: '+09:00', offsetMinutes: 540 },\r\n { name: 'Australia/Darwin', label: '(UTC+09:30) Darwin', offset: '+09:30', offsetMinutes: 570 },\r\n { name: 'Australia/Adelaide', label: '(UTC+09:30) Adelaide', offset: '+09:30', offsetMinutes: 570 },\r\n { name: 'Australia/Sydney', label: '(UTC+10:00) Sydney, Melbourne', offset: '+10:00', offsetMinutes: 600 },\r\n { name: 'Australia/Brisbane', label: '(UTC+10:00) Brisbane', offset: '+10:00', offsetMinutes: 600 },\r\n { name: 'Pacific/Guam', label: '(UTC+10:00) Guam', offset: '+10:00', offsetMinutes: 600 },\r\n { name: 'Pacific/Noumea', label: '(UTC+11:00) New Caledonia', offset: '+11:00', offsetMinutes: 660 },\r\n { name: 'Pacific/Fiji', label: '(UTC+12:00) Fiji', offset: '+12:00', offsetMinutes: 720 },\r\n { name: 'Pacific/Auckland', label: '(UTC+12:00) Auckland, Wellington', offset: '+12:00', offsetMinutes: 720 },\r\n { name: 'Pacific/Tongatapu', label: '(UTC+13:00) Nuku\\'alofa', offset: '+13:00', offsetMinutes: 780 },\r\n];\r\n\r\n// Helper functions\r\nexport const getTimezoneByName = (name: string): Timezone | undefined => {\r\n return timezones.find((tz) => tz.name === name);\r\n};\r\n\r\nexport const searchTimezones = (query: string): Timezone[] => {\r\n const lowerQuery = query.toLowerCase();\r\n return timezones.filter(\r\n (tz) =>\r\n tz.name.toLowerCase().includes(lowerQuery) ||\r\n tz.label.toLowerCase().includes(lowerQuery)\r\n );\r\n};\r\n\r\nexport const getTimezonesByOffset = (offsetMinutes: number): Timezone[] => {\r\n return timezones.filter((tz) => tz.offsetMinutes === offsetMinutes);\r\n};\r\n\r\nexport const sortTimezonesByOffset = (ascending: boolean = true): Timezone[] => {\r\n return [...timezones].sort((a, b) =>\r\n ascending\r\n ? a.offsetMinutes - b.offsetMinutes\r\n : b.offsetMinutes - a.offsetMinutes\r\n );\r\n};\r\n\r\nexport default timezones;\r\n"]}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// src/data/timezones.ts
|
|
2
|
+
var timezones = [
|
|
3
|
+
{ name: "Pacific/Midway", label: "(UTC-11:00) Midway Island", offset: "-11:00", offsetMinutes: -660 },
|
|
4
|
+
{ name: "Pacific/Honolulu", label: "(UTC-10:00) Hawaii", offset: "-10:00", offsetMinutes: -600 },
|
|
5
|
+
{ name: "America/Anchorage", label: "(UTC-09:00) Alaska", offset: "-09:00", offsetMinutes: -540 },
|
|
6
|
+
{ name: "America/Los_Angeles", label: "(UTC-08:00) Pacific Time (US & Canada)", offset: "-08:00", offsetMinutes: -480 },
|
|
7
|
+
{ name: "America/Phoenix", label: "(UTC-07:00) Arizona", offset: "-07:00", offsetMinutes: -420 },
|
|
8
|
+
{ name: "America/Denver", label: "(UTC-07:00) Mountain Time (US & Canada)", offset: "-07:00", offsetMinutes: -420 },
|
|
9
|
+
{ name: "America/Chicago", label: "(UTC-06:00) Central Time (US & Canada)", offset: "-06:00", offsetMinutes: -360 },
|
|
10
|
+
{ name: "America/Mexico_City", label: "(UTC-06:00) Mexico City", offset: "-06:00", offsetMinutes: -360 },
|
|
11
|
+
{ name: "America/New_York", label: "(UTC-05:00) Eastern Time (US & Canada)", offset: "-05:00", offsetMinutes: -300 },
|
|
12
|
+
{ name: "America/Bogota", label: "(UTC-05:00) Bogota", offset: "-05:00", offsetMinutes: -300 },
|
|
13
|
+
{ name: "America/Lima", label: "(UTC-05:00) Lima", offset: "-05:00", offsetMinutes: -300 },
|
|
14
|
+
{ name: "America/Caracas", label: "(UTC-04:00) Caracas", offset: "-04:00", offsetMinutes: -240 },
|
|
15
|
+
{ name: "America/Halifax", label: "(UTC-04:00) Atlantic Time (Canada)", offset: "-04:00", offsetMinutes: -240 },
|
|
16
|
+
{ name: "America/Santiago", label: "(UTC-04:00) Santiago", offset: "-04:00", offsetMinutes: -240 },
|
|
17
|
+
{ name: "America/Sao_Paulo", label: "(UTC-03:00) Brasilia", offset: "-03:00", offsetMinutes: -180 },
|
|
18
|
+
{ name: "America/Buenos_Aires", label: "(UTC-03:00) Buenos Aires", offset: "-03:00", offsetMinutes: -180 },
|
|
19
|
+
{ name: "Atlantic/South_Georgia", label: "(UTC-02:00) Mid-Atlantic", offset: "-02:00", offsetMinutes: -120 },
|
|
20
|
+
{ name: "Atlantic/Azores", label: "(UTC-01:00) Azores", offset: "-01:00", offsetMinutes: -60 },
|
|
21
|
+
{ name: "Europe/London", label: "(UTC+00:00) London, Dublin", offset: "+00:00", offsetMinutes: 0 },
|
|
22
|
+
{ name: "UTC", label: "(UTC+00:00) UTC", offset: "+00:00", offsetMinutes: 0 },
|
|
23
|
+
{ name: "Africa/Casablanca", label: "(UTC+00:00) Casablanca", offset: "+00:00", offsetMinutes: 0 },
|
|
24
|
+
{ name: "Europe/Paris", label: "(UTC+01:00) Paris, Berlin, Rome", offset: "+01:00", offsetMinutes: 60 },
|
|
25
|
+
{ name: "Europe/Amsterdam", label: "(UTC+01:00) Amsterdam, Brussels", offset: "+01:00", offsetMinutes: 60 },
|
|
26
|
+
{ name: "Africa/Lagos", label: "(UTC+01:00) West Central Africa", offset: "+01:00", offsetMinutes: 60 },
|
|
27
|
+
{ name: "Europe/Athens", label: "(UTC+02:00) Athens, Istanbul", offset: "+02:00", offsetMinutes: 120 },
|
|
28
|
+
{ name: "Europe/Kiev", label: "(UTC+02:00) Kyiv", offset: "+02:00", offsetMinutes: 120 },
|
|
29
|
+
{ name: "Africa/Cairo", label: "(UTC+02:00) Cairo", offset: "+02:00", offsetMinutes: 120 },
|
|
30
|
+
{ name: "Africa/Johannesburg", label: "(UTC+02:00) Johannesburg", offset: "+02:00", offsetMinutes: 120 },
|
|
31
|
+
{ name: "Asia/Jerusalem", label: "(UTC+02:00) Jerusalem", offset: "+02:00", offsetMinutes: 120 },
|
|
32
|
+
{ name: "Europe/Moscow", label: "(UTC+03:00) Moscow", offset: "+03:00", offsetMinutes: 180 },
|
|
33
|
+
{ name: "Asia/Kuwait", label: "(UTC+03:00) Kuwait, Riyadh", offset: "+03:00", offsetMinutes: 180 },
|
|
34
|
+
{ name: "Africa/Nairobi", label: "(UTC+03:00) Nairobi", offset: "+03:00", offsetMinutes: 180 },
|
|
35
|
+
{ name: "Asia/Tehran", label: "(UTC+03:30) Tehran", offset: "+03:30", offsetMinutes: 210 },
|
|
36
|
+
{ name: "Asia/Dubai", label: "(UTC+04:00) Dubai, Abu Dhabi", offset: "+04:00", offsetMinutes: 240 },
|
|
37
|
+
{ name: "Asia/Baku", label: "(UTC+04:00) Baku", offset: "+04:00", offsetMinutes: 240 },
|
|
38
|
+
{ name: "Asia/Kabul", label: "(UTC+04:30) Kabul", offset: "+04:30", offsetMinutes: 270 },
|
|
39
|
+
{ name: "Asia/Karachi", label: "(UTC+05:00) Karachi", offset: "+05:00", offsetMinutes: 300 },
|
|
40
|
+
{ name: "Asia/Tashkent", label: "(UTC+05:00) Tashkent", offset: "+05:00", offsetMinutes: 300 },
|
|
41
|
+
{ name: "Asia/Kolkata", label: "(UTC+05:30) Mumbai, New Delhi", offset: "+05:30", offsetMinutes: 330 },
|
|
42
|
+
{ name: "Asia/Colombo", label: "(UTC+05:30) Sri Lanka", offset: "+05:30", offsetMinutes: 330 },
|
|
43
|
+
{ name: "Asia/Kathmandu", label: "(UTC+05:45) Kathmandu", offset: "+05:45", offsetMinutes: 345 },
|
|
44
|
+
{ name: "Asia/Dhaka", label: "(UTC+06:00) Dhaka", offset: "+06:00", offsetMinutes: 360 },
|
|
45
|
+
{ name: "Asia/Almaty", label: "(UTC+06:00) Almaty", offset: "+06:00", offsetMinutes: 360 },
|
|
46
|
+
{ name: "Asia/Yangon", label: "(UTC+06:30) Yangon", offset: "+06:30", offsetMinutes: 390 },
|
|
47
|
+
{ name: "Asia/Bangkok", label: "(UTC+07:00) Bangkok", offset: "+07:00", offsetMinutes: 420 },
|
|
48
|
+
{ name: "Asia/Jakarta", label: "(UTC+07:00) Jakarta", offset: "+07:00", offsetMinutes: 420 },
|
|
49
|
+
{ name: "Asia/Ho_Chi_Minh", label: "(UTC+07:00) Ho Chi Minh City", offset: "+07:00", offsetMinutes: 420 },
|
|
50
|
+
{ name: "Asia/Singapore", label: "(UTC+08:00) Singapore", offset: "+08:00", offsetMinutes: 480 },
|
|
51
|
+
{ name: "Asia/Hong_Kong", label: "(UTC+08:00) Hong Kong", offset: "+08:00", offsetMinutes: 480 },
|
|
52
|
+
{ name: "Asia/Shanghai", label: "(UTC+08:00) Beijing, Shanghai", offset: "+08:00", offsetMinutes: 480 },
|
|
53
|
+
{ name: "Asia/Taipei", label: "(UTC+08:00) Taipei", offset: "+08:00", offsetMinutes: 480 },
|
|
54
|
+
{ name: "Asia/Kuala_Lumpur", label: "(UTC+08:00) Kuala Lumpur", offset: "+08:00", offsetMinutes: 480 },
|
|
55
|
+
{ name: "Australia/Perth", label: "(UTC+08:00) Perth", offset: "+08:00", offsetMinutes: 480 },
|
|
56
|
+
{ name: "Asia/Seoul", label: "(UTC+09:00) Seoul", offset: "+09:00", offsetMinutes: 540 },
|
|
57
|
+
{ name: "Asia/Tokyo", label: "(UTC+09:00) Tokyo", offset: "+09:00", offsetMinutes: 540 },
|
|
58
|
+
{ name: "Australia/Darwin", label: "(UTC+09:30) Darwin", offset: "+09:30", offsetMinutes: 570 },
|
|
59
|
+
{ name: "Australia/Adelaide", label: "(UTC+09:30) Adelaide", offset: "+09:30", offsetMinutes: 570 },
|
|
60
|
+
{ name: "Australia/Sydney", label: "(UTC+10:00) Sydney, Melbourne", offset: "+10:00", offsetMinutes: 600 },
|
|
61
|
+
{ name: "Australia/Brisbane", label: "(UTC+10:00) Brisbane", offset: "+10:00", offsetMinutes: 600 },
|
|
62
|
+
{ name: "Pacific/Guam", label: "(UTC+10:00) Guam", offset: "+10:00", offsetMinutes: 600 },
|
|
63
|
+
{ name: "Pacific/Noumea", label: "(UTC+11:00) New Caledonia", offset: "+11:00", offsetMinutes: 660 },
|
|
64
|
+
{ name: "Pacific/Fiji", label: "(UTC+12:00) Fiji", offset: "+12:00", offsetMinutes: 720 },
|
|
65
|
+
{ name: "Pacific/Auckland", label: "(UTC+12:00) Auckland, Wellington", offset: "+12:00", offsetMinutes: 720 },
|
|
66
|
+
{ name: "Pacific/Tongatapu", label: "(UTC+13:00) Nuku'alofa", offset: "+13:00", offsetMinutes: 780 }
|
|
67
|
+
];
|
|
68
|
+
var getTimezoneByName = (name) => {
|
|
69
|
+
return timezones.find((tz) => tz.name === name);
|
|
70
|
+
};
|
|
71
|
+
var searchTimezones = (query) => {
|
|
72
|
+
const lowerQuery = query.toLowerCase();
|
|
73
|
+
return timezones.filter(
|
|
74
|
+
(tz) => tz.name.toLowerCase().includes(lowerQuery) || tz.label.toLowerCase().includes(lowerQuery)
|
|
75
|
+
);
|
|
76
|
+
};
|
|
77
|
+
var getTimezonesByOffset = (offsetMinutes) => {
|
|
78
|
+
return timezones.filter((tz) => tz.offsetMinutes === offsetMinutes);
|
|
79
|
+
};
|
|
80
|
+
var sortTimezonesByOffset = (ascending = true) => {
|
|
81
|
+
return [...timezones].sort(
|
|
82
|
+
(a, b) => ascending ? a.offsetMinutes - b.offsetMinutes : b.offsetMinutes - a.offsetMinutes
|
|
83
|
+
);
|
|
84
|
+
};
|
|
85
|
+
var timezones_default = timezones;
|
|
86
|
+
|
|
87
|
+
export { timezones_default as default, getTimezoneByName, getTimezonesByOffset, searchTimezones, sortTimezonesByOffset, timezones };
|
|
88
|
+
//# sourceMappingURL=timezones.mjs.map
|
|
89
|
+
//# sourceMappingURL=timezones.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/data/timezones.ts"],"names":[],"mappings":"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","file":"timezones.mjs","sourcesContent":["/**\r\n * Timezones data with UTC offsets\r\n */\r\nexport interface Timezone {\r\n name: string;\r\n label: string;\r\n offset: string;\r\n offsetMinutes: number;\r\n}\r\n\r\nexport const timezones: Timezone[] = [\r\n { name: 'Pacific/Midway', label: '(UTC-11:00) Midway Island', offset: '-11:00', offsetMinutes: -660 },\r\n { name: 'Pacific/Honolulu', label: '(UTC-10:00) Hawaii', offset: '-10:00', offsetMinutes: -600 },\r\n { name: 'America/Anchorage', label: '(UTC-09:00) Alaska', offset: '-09:00', offsetMinutes: -540 },\r\n { name: 'America/Los_Angeles', label: '(UTC-08:00) Pacific Time (US & Canada)', offset: '-08:00', offsetMinutes: -480 },\r\n { name: 'America/Phoenix', label: '(UTC-07:00) Arizona', offset: '-07:00', offsetMinutes: -420 },\r\n { name: 'America/Denver', label: '(UTC-07:00) Mountain Time (US & Canada)', offset: '-07:00', offsetMinutes: -420 },\r\n { name: 'America/Chicago', label: '(UTC-06:00) Central Time (US & Canada)', offset: '-06:00', offsetMinutes: -360 },\r\n { name: 'America/Mexico_City', label: '(UTC-06:00) Mexico City', offset: '-06:00', offsetMinutes: -360 },\r\n { name: 'America/New_York', label: '(UTC-05:00) Eastern Time (US & Canada)', offset: '-05:00', offsetMinutes: -300 },\r\n { name: 'America/Bogota', label: '(UTC-05:00) Bogota', offset: '-05:00', offsetMinutes: -300 },\r\n { name: 'America/Lima', label: '(UTC-05:00) Lima', offset: '-05:00', offsetMinutes: -300 },\r\n { name: 'America/Caracas', label: '(UTC-04:00) Caracas', offset: '-04:00', offsetMinutes: -240 },\r\n { name: 'America/Halifax', label: '(UTC-04:00) Atlantic Time (Canada)', offset: '-04:00', offsetMinutes: -240 },\r\n { name: 'America/Santiago', label: '(UTC-04:00) Santiago', offset: '-04:00', offsetMinutes: -240 },\r\n { name: 'America/Sao_Paulo', label: '(UTC-03:00) Brasilia', offset: '-03:00', offsetMinutes: -180 },\r\n { name: 'America/Buenos_Aires', label: '(UTC-03:00) Buenos Aires', offset: '-03:00', offsetMinutes: -180 },\r\n { name: 'Atlantic/South_Georgia', label: '(UTC-02:00) Mid-Atlantic', offset: '-02:00', offsetMinutes: -120 },\r\n { name: 'Atlantic/Azores', label: '(UTC-01:00) Azores', offset: '-01:00', offsetMinutes: -60 },\r\n { name: 'Europe/London', label: '(UTC+00:00) London, Dublin', offset: '+00:00', offsetMinutes: 0 },\r\n { name: 'UTC', label: '(UTC+00:00) UTC', offset: '+00:00', offsetMinutes: 0 },\r\n { name: 'Africa/Casablanca', label: '(UTC+00:00) Casablanca', offset: '+00:00', offsetMinutes: 0 },\r\n { name: 'Europe/Paris', label: '(UTC+01:00) Paris, Berlin, Rome', offset: '+01:00', offsetMinutes: 60 },\r\n { name: 'Europe/Amsterdam', label: '(UTC+01:00) Amsterdam, Brussels', offset: '+01:00', offsetMinutes: 60 },\r\n { name: 'Africa/Lagos', label: '(UTC+01:00) West Central Africa', offset: '+01:00', offsetMinutes: 60 },\r\n { name: 'Europe/Athens', label: '(UTC+02:00) Athens, Istanbul', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Europe/Kiev', label: '(UTC+02:00) Kyiv', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Africa/Cairo', label: '(UTC+02:00) Cairo', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Africa/Johannesburg', label: '(UTC+02:00) Johannesburg', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Asia/Jerusalem', label: '(UTC+02:00) Jerusalem', offset: '+02:00', offsetMinutes: 120 },\r\n { name: 'Europe/Moscow', label: '(UTC+03:00) Moscow', offset: '+03:00', offsetMinutes: 180 },\r\n { name: 'Asia/Kuwait', label: '(UTC+03:00) Kuwait, Riyadh', offset: '+03:00', offsetMinutes: 180 },\r\n { name: 'Africa/Nairobi', label: '(UTC+03:00) Nairobi', offset: '+03:00', offsetMinutes: 180 },\r\n { name: 'Asia/Tehran', label: '(UTC+03:30) Tehran', offset: '+03:30', offsetMinutes: 210 },\r\n { name: 'Asia/Dubai', label: '(UTC+04:00) Dubai, Abu Dhabi', offset: '+04:00', offsetMinutes: 240 },\r\n { name: 'Asia/Baku', label: '(UTC+04:00) Baku', offset: '+04:00', offsetMinutes: 240 },\r\n { name: 'Asia/Kabul', label: '(UTC+04:30) Kabul', offset: '+04:30', offsetMinutes: 270 },\r\n { name: 'Asia/Karachi', label: '(UTC+05:00) Karachi', offset: '+05:00', offsetMinutes: 300 },\r\n { name: 'Asia/Tashkent', label: '(UTC+05:00) Tashkent', offset: '+05:00', offsetMinutes: 300 },\r\n { name: 'Asia/Kolkata', label: '(UTC+05:30) Mumbai, New Delhi', offset: '+05:30', offsetMinutes: 330 },\r\n { name: 'Asia/Colombo', label: '(UTC+05:30) Sri Lanka', offset: '+05:30', offsetMinutes: 330 },\r\n { name: 'Asia/Kathmandu', label: '(UTC+05:45) Kathmandu', offset: '+05:45', offsetMinutes: 345 },\r\n { name: 'Asia/Dhaka', label: '(UTC+06:00) Dhaka', offset: '+06:00', offsetMinutes: 360 },\r\n { name: 'Asia/Almaty', label: '(UTC+06:00) Almaty', offset: '+06:00', offsetMinutes: 360 },\r\n { name: 'Asia/Yangon', label: '(UTC+06:30) Yangon', offset: '+06:30', offsetMinutes: 390 },\r\n { name: 'Asia/Bangkok', label: '(UTC+07:00) Bangkok', offset: '+07:00', offsetMinutes: 420 },\r\n { name: 'Asia/Jakarta', label: '(UTC+07:00) Jakarta', offset: '+07:00', offsetMinutes: 420 },\r\n { name: 'Asia/Ho_Chi_Minh', label: '(UTC+07:00) Ho Chi Minh City', offset: '+07:00', offsetMinutes: 420 },\r\n { name: 'Asia/Singapore', label: '(UTC+08:00) Singapore', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Hong_Kong', label: '(UTC+08:00) Hong Kong', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Shanghai', label: '(UTC+08:00) Beijing, Shanghai', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Taipei', label: '(UTC+08:00) Taipei', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Kuala_Lumpur', label: '(UTC+08:00) Kuala Lumpur', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Australia/Perth', label: '(UTC+08:00) Perth', offset: '+08:00', offsetMinutes: 480 },\r\n { name: 'Asia/Seoul', label: '(UTC+09:00) Seoul', offset: '+09:00', offsetMinutes: 540 },\r\n { name: 'Asia/Tokyo', label: '(UTC+09:00) Tokyo', offset: '+09:00', offsetMinutes: 540 },\r\n { name: 'Australia/Darwin', label: '(UTC+09:30) Darwin', offset: '+09:30', offsetMinutes: 570 },\r\n { name: 'Australia/Adelaide', label: '(UTC+09:30) Adelaide', offset: '+09:30', offsetMinutes: 570 },\r\n { name: 'Australia/Sydney', label: '(UTC+10:00) Sydney, Melbourne', offset: '+10:00', offsetMinutes: 600 },\r\n { name: 'Australia/Brisbane', label: '(UTC+10:00) Brisbane', offset: '+10:00', offsetMinutes: 600 },\r\n { name: 'Pacific/Guam', label: '(UTC+10:00) Guam', offset: '+10:00', offsetMinutes: 600 },\r\n { name: 'Pacific/Noumea', label: '(UTC+11:00) New Caledonia', offset: '+11:00', offsetMinutes: 660 },\r\n { name: 'Pacific/Fiji', label: '(UTC+12:00) Fiji', offset: '+12:00', offsetMinutes: 720 },\r\n { name: 'Pacific/Auckland', label: '(UTC+12:00) Auckland, Wellington', offset: '+12:00', offsetMinutes: 720 },\r\n { name: 'Pacific/Tongatapu', label: '(UTC+13:00) Nuku\\'alofa', offset: '+13:00', offsetMinutes: 780 },\r\n];\r\n\r\n// Helper functions\r\nexport const getTimezoneByName = (name: string): Timezone | undefined => {\r\n return timezones.find((tz) => tz.name === name);\r\n};\r\n\r\nexport const searchTimezones = (query: string): Timezone[] => {\r\n const lowerQuery = query.toLowerCase();\r\n return timezones.filter(\r\n (tz) =>\r\n tz.name.toLowerCase().includes(lowerQuery) ||\r\n tz.label.toLowerCase().includes(lowerQuery)\r\n );\r\n};\r\n\r\nexport const getTimezonesByOffset = (offsetMinutes: number): Timezone[] => {\r\n return timezones.filter((tz) => tz.offsetMinutes === offsetMinutes);\r\n};\r\n\r\nexport const sortTimezonesByOffset = (ascending: boolean = true): Timezone[] => {\r\n return [...timezones].sort((a, b) =>\r\n ascending\r\n ? a.offsetMinutes - b.offsetMinutes\r\n : b.offsetMinutes - a.offsetMinutes\r\n );\r\n};\r\n\r\nexport default timezones;\r\n"]}
|
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
import { API_BASE_URL, API_PREFIX, ApiResponse, ColumnMetadata, ERROR_CODES, PaginatedResponse, PaginationData, ParsedError, STATUS_CODES, STATUS_MESSAGES, SUCCESS_CODES, axios as axiosInstance, deleteRequest, extractData, extractMessage, extractNestedData, extractPaginatedData, generateSlug, generateSnakeSlug, generateUrlSlug, getRequest, isErrorResponse, isSuccess, isSuccessResponse, logger, parseAxiosErrorMessage, parseError, parsePaginatedResponse, parseResponseData, parseResponseMessage, parseResponseStatus, parseResponseStatusMessage, patchRequest, postRequest, putRequest, safeJsonParse, simpleMetaParseResponse, simpleParseDualDataResponse, simpleParseResponse, uploadFile } from './client/http/index.mjs';
|
|
2
|
+
import { ClientLogger, ClientLoggerConfig, LogLevel, clientLogger, createClientLogger } from './client/logger/index.mjs';
|
|
3
|
+
import { c as camelToKebab, a as capitalize, b as capitalizeWords, d as copyToClipboard, e as createEmptyPaginationMeta, f as createErrorResponse, g as createSuccessResponse, h as formatDate, i as formatDateTime, j as formatRelativeTime, k as getErrorMessage, l as getNextPage, m as getPrevPage, n as getResponseData, o as hasData, p as hasMorePages, q as isErrorResponse$1, r as isSuccessResponse$1, s as kebabToCamel, t as packageCheck, u as slugify, v as slugifyUnique, w as truncate, x as truncateWords, y as unslugify } from './packageCheck-C2_FT_Rl.mjs';
|
|
4
|
+
import { BatteryState, Dimensions, GeolocationState, MousePosition, NetworkState, ObjectStateUpdate, OrientationState, RenderInfo, ScriptStatus, SetValue, SnackbarSeverity, SnackbarState, ThemeMode, UseContinuousRetryOptions, UseContinuousRetryReturn, UseCopyToClipboardReturn, UseCountdownOptions, UseCountdownReturn, UseCounterOptions, UseCounterReturn, UseDocumentTitleOptions, UseFetchOptions, UseFetchReturn, UseGeolocationOptions, UseGeolocationReturn, UseHistoryStateOptions, UseHistoryStateReturn, UseHoverReturn, UseIdleOptions, UseIdleReturn, UseIntersectionObserverOptions, UseIntersectionObserverReturn, UseKeyPressOptions, UseKeyPressReturn, UseListReturn, UseLocalStorageOptions, UseLoggerOptions, UseLongPressOptions, UseLongPressReturn, UseMapReturn, UseMeasureReturn, UseMouseOptions, UseMouseReturn, UseObjectStateReturn, UsePageLeaveOptions, UsePageTitleOptions, UsePreferredLanguageReturn, UseQueueReturn, UseScriptOptions, UseScriptReturn, UseSessionStorageOptions, UseSetReturn, UseSnackbarReturn, UseTimeoutReturn, UseToggleReturn, UseVisibilityChangeReturn, UseWindowScrollReturn, WindowScrollPosition, WindowSize, useBattery, useClickAway, useContinuousRetry, useCopyToClipboard, useCountdown, useCounter, useDebounce, useDefault, useDocumentTitle, useEventListener, useFavicon, useFetch, useGeolocation, useHistoryState, useHover, useIdle, useIntersectionObserver, useInterval, useIntervalWhen, useIsClient, useIsDesktop, useIsFirstRender, useIsMobile, useIsMobileOrTablet, useIsTablet, useKeyPress, useList, useLocalStorage, useLockBodyScroll, useLogger, useLongPress, useMap, useMeasure, useMediaQuery, useMouse, useNetworkState, useObjectState, useOnClickOutside, useOrientation, usePageLeave, usePageTitle, usePreferredLanguage, usePrevious, useQueue, useRandomInterval, useRenderCount, useRenderInfo, useScript, useSessionStorage, useSet, useSnackbar, useThemeDetector, useThrottle, useTimeout, useToggle, useVisibilityChange, useWindowScroll, useWindowSize } from './client/hooks/index.mjs';
|
|
5
|
+
import { BannerProps, BorderRadius, Breakpoints, ButtonProps, ButtonSize, ButtonVariant, CardProps, ColProps, ColorPalette, ComponentThemes, ContactForm, ContactFormProps, ContactFormValues, ContainerProps, CtaSectionProps, FaqItem, FaqSectionProps, Feature, FeatureSectionProps, FooterColumn, FooterProps, FormFieldError, FormSubmitResult, HeaderProps, LoaderProps, LoaderSize, LoaderVariant, LoginForm, LoginFormProps, LoginFormValues, NavLink, NewsletterForm, NewsletterFormProps, NewsletterFormValues, NewsletterSectionProps, PasswordRequirements, PricingFeature, PricingPlan, PricingSectionProps, RegisterForm, RegisterFormProps, RegisterFormValues, RowProps, SemanticColors, Shadows, SocialLink, Spacing, TailwindBgColor, TailwindBorderRadius, TailwindClasses, TailwindFontSize, TailwindFontWeight, TailwindGap, TailwindHeight, TailwindMargin, TailwindPadding, TailwindShadow, TailwindTextColor, TailwindWidth, Testimonial, TestimonialSectionProps, Theme, ThemeConfig, ThemeContext, ThemeContextValue, ThemeProvider, ThemeProviderProps, ThemeToggle, ThemeToggleProps, ThreeColumnProps, TwoColumnProps, Typography, VALIDATION_MESSAGES, WebThemeMode as ThemeMode$1, adjustColor, contactFormSchema, createRegisterFormSchema, createTheme, createThemeFromBrand, cssVar, deepMerge, defaultDarkTheme, defaultLightTheme, dummyBannerData, dummyFaqItems, dummyFeatures, dummyFooterData, dummyHeaderData, dummyImage, dummyPricingPlans, dummyTestimonials, flattenToCssVars, generateCssVars, getContrastColor, getSystemColorScheme, hexToRgba, injectCssVars, loadThemeFromUrl, loadThemeMode, loginFormSchema, loremIpsum, newsletterFormSchema, registerFormSchema, removeCssVars, resolveThemeMode, saveThemeMode, useTheme, useThemeValue } from './client/web/index.mjs';
|
|
6
|
+
import { AxiosError, AxiosResponse } from 'axios';
|
|
7
|
+
|
|
8
|
+
declare const index_API_BASE_URL: typeof API_BASE_URL;
|
|
9
|
+
declare const index_API_PREFIX: typeof API_PREFIX;
|
|
10
|
+
declare const index_ApiResponse: typeof ApiResponse;
|
|
11
|
+
declare const index_AxiosError: typeof AxiosError;
|
|
12
|
+
declare const index_AxiosResponse: typeof AxiosResponse;
|
|
13
|
+
declare const index_BannerProps: typeof BannerProps;
|
|
14
|
+
declare const index_BatteryState: typeof BatteryState;
|
|
15
|
+
declare const index_BorderRadius: typeof BorderRadius;
|
|
16
|
+
declare const index_Breakpoints: typeof Breakpoints;
|
|
17
|
+
declare const index_ButtonProps: typeof ButtonProps;
|
|
18
|
+
declare const index_ButtonSize: typeof ButtonSize;
|
|
19
|
+
declare const index_ButtonVariant: typeof ButtonVariant;
|
|
20
|
+
declare const index_CardProps: typeof CardProps;
|
|
21
|
+
declare const index_ClientLogger: typeof ClientLogger;
|
|
22
|
+
declare const index_ClientLoggerConfig: typeof ClientLoggerConfig;
|
|
23
|
+
declare const index_ColProps: typeof ColProps;
|
|
24
|
+
declare const index_ColorPalette: typeof ColorPalette;
|
|
25
|
+
declare const index_ColumnMetadata: typeof ColumnMetadata;
|
|
26
|
+
declare const index_ComponentThemes: typeof ComponentThemes;
|
|
27
|
+
declare const index_ContactForm: typeof ContactForm;
|
|
28
|
+
declare const index_ContactFormProps: typeof ContactFormProps;
|
|
29
|
+
declare const index_ContactFormValues: typeof ContactFormValues;
|
|
30
|
+
declare const index_ContainerProps: typeof ContainerProps;
|
|
31
|
+
declare const index_CtaSectionProps: typeof CtaSectionProps;
|
|
32
|
+
declare const index_Dimensions: typeof Dimensions;
|
|
33
|
+
declare const index_ERROR_CODES: typeof ERROR_CODES;
|
|
34
|
+
declare const index_FaqItem: typeof FaqItem;
|
|
35
|
+
declare const index_FaqSectionProps: typeof FaqSectionProps;
|
|
36
|
+
declare const index_Feature: typeof Feature;
|
|
37
|
+
declare const index_FeatureSectionProps: typeof FeatureSectionProps;
|
|
38
|
+
declare const index_FooterColumn: typeof FooterColumn;
|
|
39
|
+
declare const index_FooterProps: typeof FooterProps;
|
|
40
|
+
declare const index_FormFieldError: typeof FormFieldError;
|
|
41
|
+
declare const index_FormSubmitResult: typeof FormSubmitResult;
|
|
42
|
+
declare const index_GeolocationState: typeof GeolocationState;
|
|
43
|
+
declare const index_HeaderProps: typeof HeaderProps;
|
|
44
|
+
declare const index_LoaderProps: typeof LoaderProps;
|
|
45
|
+
declare const index_LoaderSize: typeof LoaderSize;
|
|
46
|
+
declare const index_LoaderVariant: typeof LoaderVariant;
|
|
47
|
+
declare const index_LogLevel: typeof LogLevel;
|
|
48
|
+
declare const index_LoginForm: typeof LoginForm;
|
|
49
|
+
declare const index_LoginFormProps: typeof LoginFormProps;
|
|
50
|
+
declare const index_LoginFormValues: typeof LoginFormValues;
|
|
51
|
+
declare const index_MousePosition: typeof MousePosition;
|
|
52
|
+
declare const index_NavLink: typeof NavLink;
|
|
53
|
+
declare const index_NetworkState: typeof NetworkState;
|
|
54
|
+
declare const index_NewsletterForm: typeof NewsletterForm;
|
|
55
|
+
declare const index_NewsletterFormProps: typeof NewsletterFormProps;
|
|
56
|
+
declare const index_NewsletterFormValues: typeof NewsletterFormValues;
|
|
57
|
+
declare const index_NewsletterSectionProps: typeof NewsletterSectionProps;
|
|
58
|
+
declare const index_ObjectStateUpdate: typeof ObjectStateUpdate;
|
|
59
|
+
declare const index_OrientationState: typeof OrientationState;
|
|
60
|
+
declare const index_PaginatedResponse: typeof PaginatedResponse;
|
|
61
|
+
declare const index_PaginationData: typeof PaginationData;
|
|
62
|
+
declare const index_ParsedError: typeof ParsedError;
|
|
63
|
+
declare const index_PasswordRequirements: typeof PasswordRequirements;
|
|
64
|
+
declare const index_PricingFeature: typeof PricingFeature;
|
|
65
|
+
declare const index_PricingPlan: typeof PricingPlan;
|
|
66
|
+
declare const index_PricingSectionProps: typeof PricingSectionProps;
|
|
67
|
+
declare const index_RegisterForm: typeof RegisterForm;
|
|
68
|
+
declare const index_RegisterFormProps: typeof RegisterFormProps;
|
|
69
|
+
declare const index_RegisterFormValues: typeof RegisterFormValues;
|
|
70
|
+
declare const index_RenderInfo: typeof RenderInfo;
|
|
71
|
+
declare const index_RowProps: typeof RowProps;
|
|
72
|
+
declare const index_STATUS_CODES: typeof STATUS_CODES;
|
|
73
|
+
declare const index_STATUS_MESSAGES: typeof STATUS_MESSAGES;
|
|
74
|
+
declare const index_SUCCESS_CODES: typeof SUCCESS_CODES;
|
|
75
|
+
declare const index_ScriptStatus: typeof ScriptStatus;
|
|
76
|
+
declare const index_SemanticColors: typeof SemanticColors;
|
|
77
|
+
declare const index_SetValue: typeof SetValue;
|
|
78
|
+
declare const index_Shadows: typeof Shadows;
|
|
79
|
+
declare const index_SnackbarSeverity: typeof SnackbarSeverity;
|
|
80
|
+
declare const index_SnackbarState: typeof SnackbarState;
|
|
81
|
+
declare const index_SocialLink: typeof SocialLink;
|
|
82
|
+
declare const index_Spacing: typeof Spacing;
|
|
83
|
+
declare const index_TailwindBgColor: typeof TailwindBgColor;
|
|
84
|
+
declare const index_TailwindBorderRadius: typeof TailwindBorderRadius;
|
|
85
|
+
declare const index_TailwindClasses: typeof TailwindClasses;
|
|
86
|
+
declare const index_TailwindFontSize: typeof TailwindFontSize;
|
|
87
|
+
declare const index_TailwindFontWeight: typeof TailwindFontWeight;
|
|
88
|
+
declare const index_TailwindGap: typeof TailwindGap;
|
|
89
|
+
declare const index_TailwindHeight: typeof TailwindHeight;
|
|
90
|
+
declare const index_TailwindMargin: typeof TailwindMargin;
|
|
91
|
+
declare const index_TailwindPadding: typeof TailwindPadding;
|
|
92
|
+
declare const index_TailwindShadow: typeof TailwindShadow;
|
|
93
|
+
declare const index_TailwindTextColor: typeof TailwindTextColor;
|
|
94
|
+
declare const index_TailwindWidth: typeof TailwindWidth;
|
|
95
|
+
declare const index_Testimonial: typeof Testimonial;
|
|
96
|
+
declare const index_TestimonialSectionProps: typeof TestimonialSectionProps;
|
|
97
|
+
declare const index_Theme: typeof Theme;
|
|
98
|
+
declare const index_ThemeConfig: typeof ThemeConfig;
|
|
99
|
+
declare const index_ThemeContext: typeof ThemeContext;
|
|
100
|
+
declare const index_ThemeContextValue: typeof ThemeContextValue;
|
|
101
|
+
declare const index_ThemeMode: typeof ThemeMode;
|
|
102
|
+
declare const index_ThemeProvider: typeof ThemeProvider;
|
|
103
|
+
declare const index_ThemeProviderProps: typeof ThemeProviderProps;
|
|
104
|
+
declare const index_ThemeToggle: typeof ThemeToggle;
|
|
105
|
+
declare const index_ThemeToggleProps: typeof ThemeToggleProps;
|
|
106
|
+
declare const index_ThreeColumnProps: typeof ThreeColumnProps;
|
|
107
|
+
declare const index_TwoColumnProps: typeof TwoColumnProps;
|
|
108
|
+
declare const index_Typography: typeof Typography;
|
|
109
|
+
declare const index_UseContinuousRetryOptions: typeof UseContinuousRetryOptions;
|
|
110
|
+
declare const index_UseContinuousRetryReturn: typeof UseContinuousRetryReturn;
|
|
111
|
+
declare const index_UseCopyToClipboardReturn: typeof UseCopyToClipboardReturn;
|
|
112
|
+
declare const index_UseCountdownOptions: typeof UseCountdownOptions;
|
|
113
|
+
declare const index_UseCountdownReturn: typeof UseCountdownReturn;
|
|
114
|
+
declare const index_UseCounterOptions: typeof UseCounterOptions;
|
|
115
|
+
declare const index_UseCounterReturn: typeof UseCounterReturn;
|
|
116
|
+
declare const index_UseDocumentTitleOptions: typeof UseDocumentTitleOptions;
|
|
117
|
+
declare const index_UseFetchOptions: typeof UseFetchOptions;
|
|
118
|
+
declare const index_UseFetchReturn: typeof UseFetchReturn;
|
|
119
|
+
declare const index_UseGeolocationOptions: typeof UseGeolocationOptions;
|
|
120
|
+
declare const index_UseGeolocationReturn: typeof UseGeolocationReturn;
|
|
121
|
+
declare const index_UseHistoryStateOptions: typeof UseHistoryStateOptions;
|
|
122
|
+
declare const index_UseHistoryStateReturn: typeof UseHistoryStateReturn;
|
|
123
|
+
declare const index_UseHoverReturn: typeof UseHoverReturn;
|
|
124
|
+
declare const index_UseIdleOptions: typeof UseIdleOptions;
|
|
125
|
+
declare const index_UseIdleReturn: typeof UseIdleReturn;
|
|
126
|
+
declare const index_UseIntersectionObserverOptions: typeof UseIntersectionObserverOptions;
|
|
127
|
+
declare const index_UseIntersectionObserverReturn: typeof UseIntersectionObserverReturn;
|
|
128
|
+
declare const index_UseKeyPressOptions: typeof UseKeyPressOptions;
|
|
129
|
+
declare const index_UseKeyPressReturn: typeof UseKeyPressReturn;
|
|
130
|
+
declare const index_UseListReturn: typeof UseListReturn;
|
|
131
|
+
declare const index_UseLocalStorageOptions: typeof UseLocalStorageOptions;
|
|
132
|
+
declare const index_UseLoggerOptions: typeof UseLoggerOptions;
|
|
133
|
+
declare const index_UseLongPressOptions: typeof UseLongPressOptions;
|
|
134
|
+
declare const index_UseLongPressReturn: typeof UseLongPressReturn;
|
|
135
|
+
declare const index_UseMapReturn: typeof UseMapReturn;
|
|
136
|
+
declare const index_UseMeasureReturn: typeof UseMeasureReturn;
|
|
137
|
+
declare const index_UseMouseOptions: typeof UseMouseOptions;
|
|
138
|
+
declare const index_UseMouseReturn: typeof UseMouseReturn;
|
|
139
|
+
declare const index_UseObjectStateReturn: typeof UseObjectStateReturn;
|
|
140
|
+
declare const index_UsePageLeaveOptions: typeof UsePageLeaveOptions;
|
|
141
|
+
declare const index_UsePageTitleOptions: typeof UsePageTitleOptions;
|
|
142
|
+
declare const index_UsePreferredLanguageReturn: typeof UsePreferredLanguageReturn;
|
|
143
|
+
declare const index_UseQueueReturn: typeof UseQueueReturn;
|
|
144
|
+
declare const index_UseScriptOptions: typeof UseScriptOptions;
|
|
145
|
+
declare const index_UseScriptReturn: typeof UseScriptReturn;
|
|
146
|
+
declare const index_UseSessionStorageOptions: typeof UseSessionStorageOptions;
|
|
147
|
+
declare const index_UseSetReturn: typeof UseSetReturn;
|
|
148
|
+
declare const index_UseSnackbarReturn: typeof UseSnackbarReturn;
|
|
149
|
+
declare const index_UseTimeoutReturn: typeof UseTimeoutReturn;
|
|
150
|
+
declare const index_UseToggleReturn: typeof UseToggleReturn;
|
|
151
|
+
declare const index_UseVisibilityChangeReturn: typeof UseVisibilityChangeReturn;
|
|
152
|
+
declare const index_UseWindowScrollReturn: typeof UseWindowScrollReturn;
|
|
153
|
+
declare const index_VALIDATION_MESSAGES: typeof VALIDATION_MESSAGES;
|
|
154
|
+
declare const index_WindowScrollPosition: typeof WindowScrollPosition;
|
|
155
|
+
declare const index_WindowSize: typeof WindowSize;
|
|
156
|
+
declare const index_adjustColor: typeof adjustColor;
|
|
157
|
+
declare const index_camelToKebab: typeof camelToKebab;
|
|
158
|
+
declare const index_capitalize: typeof capitalize;
|
|
159
|
+
declare const index_capitalizeWords: typeof capitalizeWords;
|
|
160
|
+
declare const index_clientLogger: typeof clientLogger;
|
|
161
|
+
declare const index_contactFormSchema: typeof contactFormSchema;
|
|
162
|
+
declare const index_copyToClipboard: typeof copyToClipboard;
|
|
163
|
+
declare const index_createClientLogger: typeof createClientLogger;
|
|
164
|
+
declare const index_createEmptyPaginationMeta: typeof createEmptyPaginationMeta;
|
|
165
|
+
declare const index_createErrorResponse: typeof createErrorResponse;
|
|
166
|
+
declare const index_createRegisterFormSchema: typeof createRegisterFormSchema;
|
|
167
|
+
declare const index_createSuccessResponse: typeof createSuccessResponse;
|
|
168
|
+
declare const index_createTheme: typeof createTheme;
|
|
169
|
+
declare const index_createThemeFromBrand: typeof createThemeFromBrand;
|
|
170
|
+
declare const index_cssVar: typeof cssVar;
|
|
171
|
+
declare const index_deepMerge: typeof deepMerge;
|
|
172
|
+
declare const index_defaultDarkTheme: typeof defaultDarkTheme;
|
|
173
|
+
declare const index_defaultLightTheme: typeof defaultLightTheme;
|
|
174
|
+
declare const index_deleteRequest: typeof deleteRequest;
|
|
175
|
+
declare const index_dummyBannerData: typeof dummyBannerData;
|
|
176
|
+
declare const index_dummyFaqItems: typeof dummyFaqItems;
|
|
177
|
+
declare const index_dummyFeatures: typeof dummyFeatures;
|
|
178
|
+
declare const index_dummyFooterData: typeof dummyFooterData;
|
|
179
|
+
declare const index_dummyHeaderData: typeof dummyHeaderData;
|
|
180
|
+
declare const index_dummyImage: typeof dummyImage;
|
|
181
|
+
declare const index_dummyPricingPlans: typeof dummyPricingPlans;
|
|
182
|
+
declare const index_dummyTestimonials: typeof dummyTestimonials;
|
|
183
|
+
declare const index_extractData: typeof extractData;
|
|
184
|
+
declare const index_extractMessage: typeof extractMessage;
|
|
185
|
+
declare const index_extractNestedData: typeof extractNestedData;
|
|
186
|
+
declare const index_extractPaginatedData: typeof extractPaginatedData;
|
|
187
|
+
declare const index_flattenToCssVars: typeof flattenToCssVars;
|
|
188
|
+
declare const index_formatDate: typeof formatDate;
|
|
189
|
+
declare const index_formatDateTime: typeof formatDateTime;
|
|
190
|
+
declare const index_formatRelativeTime: typeof formatRelativeTime;
|
|
191
|
+
declare const index_generateCssVars: typeof generateCssVars;
|
|
192
|
+
declare const index_generateSlug: typeof generateSlug;
|
|
193
|
+
declare const index_generateSnakeSlug: typeof generateSnakeSlug;
|
|
194
|
+
declare const index_generateUrlSlug: typeof generateUrlSlug;
|
|
195
|
+
declare const index_getContrastColor: typeof getContrastColor;
|
|
196
|
+
declare const index_getErrorMessage: typeof getErrorMessage;
|
|
197
|
+
declare const index_getNextPage: typeof getNextPage;
|
|
198
|
+
declare const index_getPrevPage: typeof getPrevPage;
|
|
199
|
+
declare const index_getRequest: typeof getRequest;
|
|
200
|
+
declare const index_getResponseData: typeof getResponseData;
|
|
201
|
+
declare const index_getSystemColorScheme: typeof getSystemColorScheme;
|
|
202
|
+
declare const index_hasData: typeof hasData;
|
|
203
|
+
declare const index_hasMorePages: typeof hasMorePages;
|
|
204
|
+
declare const index_hexToRgba: typeof hexToRgba;
|
|
205
|
+
declare const index_injectCssVars: typeof injectCssVars;
|
|
206
|
+
declare const index_isErrorResponse: typeof isErrorResponse;
|
|
207
|
+
declare const index_isSuccess: typeof isSuccess;
|
|
208
|
+
declare const index_isSuccessResponse: typeof isSuccessResponse;
|
|
209
|
+
declare const index_kebabToCamel: typeof kebabToCamel;
|
|
210
|
+
declare const index_loadThemeFromUrl: typeof loadThemeFromUrl;
|
|
211
|
+
declare const index_loadThemeMode: typeof loadThemeMode;
|
|
212
|
+
declare const index_logger: typeof logger;
|
|
213
|
+
declare const index_loginFormSchema: typeof loginFormSchema;
|
|
214
|
+
declare const index_loremIpsum: typeof loremIpsum;
|
|
215
|
+
declare const index_newsletterFormSchema: typeof newsletterFormSchema;
|
|
216
|
+
declare const index_packageCheck: typeof packageCheck;
|
|
217
|
+
declare const index_parseAxiosErrorMessage: typeof parseAxiosErrorMessage;
|
|
218
|
+
declare const index_parseError: typeof parseError;
|
|
219
|
+
declare const index_parsePaginatedResponse: typeof parsePaginatedResponse;
|
|
220
|
+
declare const index_parseResponseData: typeof parseResponseData;
|
|
221
|
+
declare const index_parseResponseMessage: typeof parseResponseMessage;
|
|
222
|
+
declare const index_parseResponseStatus: typeof parseResponseStatus;
|
|
223
|
+
declare const index_parseResponseStatusMessage: typeof parseResponseStatusMessage;
|
|
224
|
+
declare const index_patchRequest: typeof patchRequest;
|
|
225
|
+
declare const index_postRequest: typeof postRequest;
|
|
226
|
+
declare const index_putRequest: typeof putRequest;
|
|
227
|
+
declare const index_registerFormSchema: typeof registerFormSchema;
|
|
228
|
+
declare const index_removeCssVars: typeof removeCssVars;
|
|
229
|
+
declare const index_resolveThemeMode: typeof resolveThemeMode;
|
|
230
|
+
declare const index_safeJsonParse: typeof safeJsonParse;
|
|
231
|
+
declare const index_saveThemeMode: typeof saveThemeMode;
|
|
232
|
+
declare const index_simpleMetaParseResponse: typeof simpleMetaParseResponse;
|
|
233
|
+
declare const index_simpleParseDualDataResponse: typeof simpleParseDualDataResponse;
|
|
234
|
+
declare const index_simpleParseResponse: typeof simpleParseResponse;
|
|
235
|
+
declare const index_slugify: typeof slugify;
|
|
236
|
+
declare const index_slugifyUnique: typeof slugifyUnique;
|
|
237
|
+
declare const index_truncate: typeof truncate;
|
|
238
|
+
declare const index_truncateWords: typeof truncateWords;
|
|
239
|
+
declare const index_unslugify: typeof unslugify;
|
|
240
|
+
declare const index_uploadFile: typeof uploadFile;
|
|
241
|
+
declare const index_useBattery: typeof useBattery;
|
|
242
|
+
declare const index_useClickAway: typeof useClickAway;
|
|
243
|
+
declare const index_useContinuousRetry: typeof useContinuousRetry;
|
|
244
|
+
declare const index_useCopyToClipboard: typeof useCopyToClipboard;
|
|
245
|
+
declare const index_useCountdown: typeof useCountdown;
|
|
246
|
+
declare const index_useCounter: typeof useCounter;
|
|
247
|
+
declare const index_useDebounce: typeof useDebounce;
|
|
248
|
+
declare const index_useDefault: typeof useDefault;
|
|
249
|
+
declare const index_useDocumentTitle: typeof useDocumentTitle;
|
|
250
|
+
declare const index_useEventListener: typeof useEventListener;
|
|
251
|
+
declare const index_useFavicon: typeof useFavicon;
|
|
252
|
+
declare const index_useFetch: typeof useFetch;
|
|
253
|
+
declare const index_useGeolocation: typeof useGeolocation;
|
|
254
|
+
declare const index_useHistoryState: typeof useHistoryState;
|
|
255
|
+
declare const index_useHover: typeof useHover;
|
|
256
|
+
declare const index_useIdle: typeof useIdle;
|
|
257
|
+
declare const index_useIntersectionObserver: typeof useIntersectionObserver;
|
|
258
|
+
declare const index_useInterval: typeof useInterval;
|
|
259
|
+
declare const index_useIntervalWhen: typeof useIntervalWhen;
|
|
260
|
+
declare const index_useIsClient: typeof useIsClient;
|
|
261
|
+
declare const index_useIsDesktop: typeof useIsDesktop;
|
|
262
|
+
declare const index_useIsFirstRender: typeof useIsFirstRender;
|
|
263
|
+
declare const index_useIsMobile: typeof useIsMobile;
|
|
264
|
+
declare const index_useIsMobileOrTablet: typeof useIsMobileOrTablet;
|
|
265
|
+
declare const index_useIsTablet: typeof useIsTablet;
|
|
266
|
+
declare const index_useKeyPress: typeof useKeyPress;
|
|
267
|
+
declare const index_useList: typeof useList;
|
|
268
|
+
declare const index_useLocalStorage: typeof useLocalStorage;
|
|
269
|
+
declare const index_useLockBodyScroll: typeof useLockBodyScroll;
|
|
270
|
+
declare const index_useLogger: typeof useLogger;
|
|
271
|
+
declare const index_useLongPress: typeof useLongPress;
|
|
272
|
+
declare const index_useMap: typeof useMap;
|
|
273
|
+
declare const index_useMeasure: typeof useMeasure;
|
|
274
|
+
declare const index_useMediaQuery: typeof useMediaQuery;
|
|
275
|
+
declare const index_useMouse: typeof useMouse;
|
|
276
|
+
declare const index_useNetworkState: typeof useNetworkState;
|
|
277
|
+
declare const index_useObjectState: typeof useObjectState;
|
|
278
|
+
declare const index_useOnClickOutside: typeof useOnClickOutside;
|
|
279
|
+
declare const index_useOrientation: typeof useOrientation;
|
|
280
|
+
declare const index_usePageLeave: typeof usePageLeave;
|
|
281
|
+
declare const index_usePageTitle: typeof usePageTitle;
|
|
282
|
+
declare const index_usePreferredLanguage: typeof usePreferredLanguage;
|
|
283
|
+
declare const index_usePrevious: typeof usePrevious;
|
|
284
|
+
declare const index_useQueue: typeof useQueue;
|
|
285
|
+
declare const index_useRandomInterval: typeof useRandomInterval;
|
|
286
|
+
declare const index_useRenderCount: typeof useRenderCount;
|
|
287
|
+
declare const index_useRenderInfo: typeof useRenderInfo;
|
|
288
|
+
declare const index_useScript: typeof useScript;
|
|
289
|
+
declare const index_useSessionStorage: typeof useSessionStorage;
|
|
290
|
+
declare const index_useSet: typeof useSet;
|
|
291
|
+
declare const index_useSnackbar: typeof useSnackbar;
|
|
292
|
+
declare const index_useTheme: typeof useTheme;
|
|
293
|
+
declare const index_useThemeDetector: typeof useThemeDetector;
|
|
294
|
+
declare const index_useThemeValue: typeof useThemeValue;
|
|
295
|
+
declare const index_useThrottle: typeof useThrottle;
|
|
296
|
+
declare const index_useTimeout: typeof useTimeout;
|
|
297
|
+
declare const index_useToggle: typeof useToggle;
|
|
298
|
+
declare const index_useVisibilityChange: typeof useVisibilityChange;
|
|
299
|
+
declare const index_useWindowScroll: typeof useWindowScroll;
|
|
300
|
+
declare const index_useWindowSize: typeof useWindowSize;
|
|
301
|
+
declare namespace index {
|
|
302
|
+
export { index_API_BASE_URL as API_BASE_URL, index_API_PREFIX as API_PREFIX, index_ApiResponse as ApiResponse, index_AxiosError as AxiosError, index_AxiosResponse as AxiosResponse, index_BannerProps as BannerProps, index_BatteryState as BatteryState, index_BorderRadius as BorderRadius, index_Breakpoints as Breakpoints, index_ButtonProps as ButtonProps, index_ButtonSize as ButtonSize, index_ButtonVariant as ButtonVariant, index_CardProps as CardProps, index_ClientLogger as ClientLogger, index_ClientLoggerConfig as ClientLoggerConfig, index_ColProps as ColProps, index_ColorPalette as ColorPalette, index_ColumnMetadata as ColumnMetadata, index_ComponentThemes as ComponentThemes, index_ContactForm as ContactForm, index_ContactFormProps as ContactFormProps, index_ContactFormValues as ContactFormValues, index_ContainerProps as ContainerProps, index_CtaSectionProps as CtaSectionProps, index_Dimensions as Dimensions, index_ERROR_CODES as ERROR_CODES, index_FaqItem as FaqItem, index_FaqSectionProps as FaqSectionProps, index_Feature as Feature, index_FeatureSectionProps as FeatureSectionProps, index_FooterColumn as FooterColumn, index_FooterProps as FooterProps, index_FormFieldError as FormFieldError, index_FormSubmitResult as FormSubmitResult, index_GeolocationState as GeolocationState, index_HeaderProps as HeaderProps, index_LoaderProps as LoaderProps, index_LoaderSize as LoaderSize, index_LoaderVariant as LoaderVariant, index_LogLevel as LogLevel, index_LoginForm as LoginForm, index_LoginFormProps as LoginFormProps, index_LoginFormValues as LoginFormValues, index_MousePosition as MousePosition, index_NavLink as NavLink, index_NetworkState as NetworkState, index_NewsletterForm as NewsletterForm, index_NewsletterFormProps as NewsletterFormProps, index_NewsletterFormValues as NewsletterFormValues, index_NewsletterSectionProps as NewsletterSectionProps, index_ObjectStateUpdate as ObjectStateUpdate, index_OrientationState as OrientationState, index_PaginatedResponse as PaginatedResponse, index_PaginationData as PaginationData, index_ParsedError as ParsedError, index_PasswordRequirements as PasswordRequirements, index_PricingFeature as PricingFeature, index_PricingPlan as PricingPlan, index_PricingSectionProps as PricingSectionProps, index_RegisterForm as RegisterForm, index_RegisterFormProps as RegisterFormProps, index_RegisterFormValues as RegisterFormValues, index_RenderInfo as RenderInfo, index_RowProps as RowProps, index_STATUS_CODES as STATUS_CODES, index_STATUS_MESSAGES as STATUS_MESSAGES, index_SUCCESS_CODES as SUCCESS_CODES, index_ScriptStatus as ScriptStatus, index_SemanticColors as SemanticColors, index_SetValue as SetValue, index_Shadows as Shadows, index_SnackbarSeverity as SnackbarSeverity, index_SnackbarState as SnackbarState, index_SocialLink as SocialLink, index_Spacing as Spacing, index_TailwindBgColor as TailwindBgColor, index_TailwindBorderRadius as TailwindBorderRadius, index_TailwindClasses as TailwindClasses, index_TailwindFontSize as TailwindFontSize, index_TailwindFontWeight as TailwindFontWeight, index_TailwindGap as TailwindGap, index_TailwindHeight as TailwindHeight, index_TailwindMargin as TailwindMargin, index_TailwindPadding as TailwindPadding, index_TailwindShadow as TailwindShadow, index_TailwindTextColor as TailwindTextColor, index_TailwindWidth as TailwindWidth, index_Testimonial as Testimonial, index_TestimonialSectionProps as TestimonialSectionProps, index_Theme as Theme, index_ThemeConfig as ThemeConfig, index_ThemeContext as ThemeContext, index_ThemeContextValue as ThemeContextValue, index_ThemeMode as ThemeMode, index_ThemeProvider as ThemeProvider, index_ThemeProviderProps as ThemeProviderProps, index_ThemeToggle as ThemeToggle, index_ThemeToggleProps as ThemeToggleProps, index_ThreeColumnProps as ThreeColumnProps, index_TwoColumnProps as TwoColumnProps, index_Typography as Typography, index_UseContinuousRetryOptions as UseContinuousRetryOptions, index_UseContinuousRetryReturn as UseContinuousRetryReturn, index_UseCopyToClipboardReturn as UseCopyToClipboardReturn, index_UseCountdownOptions as UseCountdownOptions, index_UseCountdownReturn as UseCountdownReturn, index_UseCounterOptions as UseCounterOptions, index_UseCounterReturn as UseCounterReturn, index_UseDocumentTitleOptions as UseDocumentTitleOptions, index_UseFetchOptions as UseFetchOptions, index_UseFetchReturn as UseFetchReturn, index_UseGeolocationOptions as UseGeolocationOptions, index_UseGeolocationReturn as UseGeolocationReturn, index_UseHistoryStateOptions as UseHistoryStateOptions, index_UseHistoryStateReturn as UseHistoryStateReturn, index_UseHoverReturn as UseHoverReturn, index_UseIdleOptions as UseIdleOptions, index_UseIdleReturn as UseIdleReturn, index_UseIntersectionObserverOptions as UseIntersectionObserverOptions, index_UseIntersectionObserverReturn as UseIntersectionObserverReturn, index_UseKeyPressOptions as UseKeyPressOptions, index_UseKeyPressReturn as UseKeyPressReturn, index_UseListReturn as UseListReturn, index_UseLocalStorageOptions as UseLocalStorageOptions, index_UseLoggerOptions as UseLoggerOptions, index_UseLongPressOptions as UseLongPressOptions, index_UseLongPressReturn as UseLongPressReturn, index_UseMapReturn as UseMapReturn, index_UseMeasureReturn as UseMeasureReturn, index_UseMouseOptions as UseMouseOptions, index_UseMouseReturn as UseMouseReturn, index_UseObjectStateReturn as UseObjectStateReturn, index_UsePageLeaveOptions as UsePageLeaveOptions, index_UsePageTitleOptions as UsePageTitleOptions, index_UsePreferredLanguageReturn as UsePreferredLanguageReturn, index_UseQueueReturn as UseQueueReturn, index_UseScriptOptions as UseScriptOptions, index_UseScriptReturn as UseScriptReturn, index_UseSessionStorageOptions as UseSessionStorageOptions, index_UseSetReturn as UseSetReturn, index_UseSnackbarReturn as UseSnackbarReturn, index_UseTimeoutReturn as UseTimeoutReturn, index_UseToggleReturn as UseToggleReturn, index_UseVisibilityChangeReturn as UseVisibilityChangeReturn, index_UseWindowScrollReturn as UseWindowScrollReturn, index_VALIDATION_MESSAGES as VALIDATION_MESSAGES, ThemeMode$1 as WebThemeMode, index_WindowScrollPosition as WindowScrollPosition, index_WindowSize as WindowSize, index_adjustColor as adjustColor, axiosInstance as axios, index_camelToKebab as camelToKebab, index_capitalize as capitalize, index_capitalizeWords as capitalizeWords, index_clientLogger as clientLogger, index_contactFormSchema as contactFormSchema, index_copyToClipboard as copyToClipboard, index_createClientLogger as createClientLogger, index_createEmptyPaginationMeta as createEmptyPaginationMeta, index_createErrorResponse as createErrorResponse, index_createRegisterFormSchema as createRegisterFormSchema, index_createSuccessResponse as createSuccessResponse, index_createTheme as createTheme, index_createThemeFromBrand as createThemeFromBrand, index_cssVar as cssVar, index_deepMerge as deepMerge, index_defaultDarkTheme as defaultDarkTheme, index_defaultLightTheme as defaultLightTheme, index_deleteRequest as deleteRequest, index_dummyBannerData as dummyBannerData, index_dummyFaqItems as dummyFaqItems, index_dummyFeatures as dummyFeatures, index_dummyFooterData as dummyFooterData, index_dummyHeaderData as dummyHeaderData, index_dummyImage as dummyImage, index_dummyPricingPlans as dummyPricingPlans, index_dummyTestimonials as dummyTestimonials, index_extractData as extractData, index_extractMessage as extractMessage, index_extractNestedData as extractNestedData, index_extractPaginatedData as extractPaginatedData, index_flattenToCssVars as flattenToCssVars, index_formatDate as formatDate, index_formatDateTime as formatDateTime, index_formatRelativeTime as formatRelativeTime, index_generateCssVars as generateCssVars, index_generateSlug as generateSlug, index_generateSnakeSlug as generateSnakeSlug, index_generateUrlSlug as generateUrlSlug, index_getContrastColor as getContrastColor, index_getErrorMessage as getErrorMessage, index_getNextPage as getNextPage, index_getPrevPage as getPrevPage, index_getRequest as getRequest, index_getResponseData as getResponseData, index_getSystemColorScheme as getSystemColorScheme, index_hasData as hasData, index_hasMorePages as hasMorePages, index_hexToRgba as hexToRgba, index_injectCssVars as injectCssVars, index_isErrorResponse as isErrorResponse, index_isSuccess as isSuccess, index_isSuccessResponse as isSuccessResponse, isErrorResponse$1 as isUtilErrorResponse, isSuccessResponse$1 as isUtilSuccessResponse, index_kebabToCamel as kebabToCamel, index_loadThemeFromUrl as loadThemeFromUrl, index_loadThemeMode as loadThemeMode, index_logger as logger, index_loginFormSchema as loginFormSchema, index_loremIpsum as loremIpsum, index_newsletterFormSchema as newsletterFormSchema, index_packageCheck as packageCheck, index_parseAxiosErrorMessage as parseAxiosErrorMessage, index_parseError as parseError, index_parsePaginatedResponse as parsePaginatedResponse, index_parseResponseData as parseResponseData, index_parseResponseMessage as parseResponseMessage, index_parseResponseStatus as parseResponseStatus, index_parseResponseStatusMessage as parseResponseStatusMessage, index_patchRequest as patchRequest, index_postRequest as postRequest, index_putRequest as putRequest, index_registerFormSchema as registerFormSchema, index_removeCssVars as removeCssVars, index_resolveThemeMode as resolveThemeMode, index_safeJsonParse as safeJsonParse, index_saveThemeMode as saveThemeMode, index_simpleMetaParseResponse as simpleMetaParseResponse, index_simpleParseDualDataResponse as simpleParseDualDataResponse, index_simpleParseResponse as simpleParseResponse, index_slugify as slugify, index_slugifyUnique as slugifyUnique, index_truncate as truncate, index_truncateWords as truncateWords, index_unslugify as unslugify, index_uploadFile as uploadFile, index_useBattery as useBattery, index_useClickAway as useClickAway, index_useContinuousRetry as useContinuousRetry, index_useCopyToClipboard as useCopyToClipboard, index_useCountdown as useCountdown, index_useCounter as useCounter, index_useDebounce as useDebounce, index_useDefault as useDefault, index_useDocumentTitle as useDocumentTitle, index_useEventListener as useEventListener, index_useFavicon as useFavicon, index_useFetch as useFetch, index_useGeolocation as useGeolocation, index_useHistoryState as useHistoryState, index_useHover as useHover, index_useIdle as useIdle, index_useIntersectionObserver as useIntersectionObserver, index_useInterval as useInterval, index_useIntervalWhen as useIntervalWhen, index_useIsClient as useIsClient, index_useIsDesktop as useIsDesktop, index_useIsFirstRender as useIsFirstRender, index_useIsMobile as useIsMobile, index_useIsMobileOrTablet as useIsMobileOrTablet, index_useIsTablet as useIsTablet, index_useKeyPress as useKeyPress, index_useList as useList, index_useLocalStorage as useLocalStorage, index_useLockBodyScroll as useLockBodyScroll, index_useLogger as useLogger, index_useLongPress as useLongPress, index_useMap as useMap, index_useMeasure as useMeasure, index_useMediaQuery as useMediaQuery, index_useMouse as useMouse, index_useNetworkState as useNetworkState, index_useObjectState as useObjectState, index_useOnClickOutside as useOnClickOutside, index_useOrientation as useOrientation, index_usePageLeave as usePageLeave, index_usePageTitle as usePageTitle, index_usePreferredLanguage as usePreferredLanguage, index_usePrevious as usePrevious, index_useQueue as useQueue, index_useRandomInterval as useRandomInterval, index_useRenderCount as useRenderCount, index_useRenderInfo as useRenderInfo, index_useScript as useScript, index_useSessionStorage as useSessionStorage, index_useSet as useSet, index_useSnackbar as useSnackbar, index_useTheme as useTheme, index_useThemeDetector as useThemeDetector, index_useThemeValue as useThemeValue, index_useThrottle as useThrottle, index_useTimeout as useTimeout, index_useToggle as useToggle, index_useVisibilityChange as useVisibilityChange, index_useWindowScroll as useWindowScroll, index_useWindowSize as useWindowSize };
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export { index as i };
|