@aquera/nile-elements 2.0.1 → 2.0.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 +8 -0
- package/demo/nxtgen-dark.css +2 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1228 -572
- package/dist/nile-segmented-progress-bar/index.cjs.js +2 -0
- package/dist/nile-segmented-progress-bar/index.cjs.js.map +1 -0
- package/dist/nile-segmented-progress-bar/index.esm.js +1 -0
- package/dist/nile-segmented-progress-bar/nile-segmented-progress-bar.cjs.js +2 -0
- package/dist/nile-segmented-progress-bar/nile-segmented-progress-bar.cjs.js.map +1 -0
- package/dist/nile-segmented-progress-bar/nile-segmented-progress-bar.css.cjs.js +2 -0
- package/dist/nile-segmented-progress-bar/nile-segmented-progress-bar.css.cjs.js.map +1 -0
- package/dist/nile-segmented-progress-bar/nile-segmented-progress-bar.css.esm.js +243 -0
- package/dist/nile-segmented-progress-bar/nile-segmented-progress-bar.esm.js +69 -0
- package/dist/nile-timestamp-builder/index.cjs.js +2 -0
- package/dist/nile-timestamp-builder/index.cjs.js.map +1 -0
- package/dist/nile-timestamp-builder/index.esm.js +1 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder-utils.cjs.js +2 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder-utils.cjs.js.map +1 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder-utils.esm.js +1 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder.cjs.js +2 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder.cjs.js.map +1 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder.css.cjs.js +2 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder.css.cjs.js.map +1 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder.css.esm.js +195 -0
- package/dist/nile-timestamp-builder/nile-timestamp-builder.esm.js +154 -0
- package/dist/nile-timestamp-builder/timezones.cjs.js +2 -0
- package/dist/nile-timestamp-builder/timezones.cjs.js.map +1 -0
- package/dist/nile-timestamp-builder/timezones.esm.js +1 -0
- package/dist/nile-wysiwyg-editor/engine/commands.cjs.js +1 -1
- package/dist/nile-wysiwyg-editor/engine/commands.cjs.js.map +1 -1
- package/dist/nile-wysiwyg-editor/engine/commands.esm.js +1 -1
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/nile-segmented-progress-bar/index.d.ts +2 -0
- package/dist/src/nile-segmented-progress-bar/index.js +2 -0
- package/dist/src/nile-segmented-progress-bar/index.js.map +1 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.css.d.ts +9 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.css.js +252 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.css.js.map +1 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.d.ts +135 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.js +373 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.js.map +1 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.test.d.ts +1 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.test.js +961 -0
- package/dist/src/nile-segmented-progress-bar/nile-segmented-progress-bar.test.js.map +1 -0
- package/dist/src/nile-timestamp-builder/index.d.ts +1 -0
- package/dist/src/nile-timestamp-builder/index.js +2 -0
- package/dist/src/nile-timestamp-builder/index.js.map +1 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder-utils.d.ts +54 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder-utils.js +254 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder-utils.js.map +1 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.css.d.ts +7 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.css.js +203 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.css.js.map +1 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.d.ts +94 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.js +578 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.js.map +1 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.test.d.ts +1 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.test.js +890 -0
- package/dist/src/nile-timestamp-builder/nile-timestamp-builder.test.js.map +1 -0
- package/dist/src/nile-timestamp-builder/timezones.d.ts +8 -0
- package/dist/src/nile-timestamp-builder/timezones.js +357 -0
- package/dist/src/nile-timestamp-builder/timezones.js.map +1 -0
- package/dist/src/version.js +2 -2
- package/dist/src/version.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -1
- package/src/index.ts +6 -0
- package/src/nile-segmented-progress-bar/index.ts +5 -0
- package/src/nile-segmented-progress-bar/nile-segmented-progress-bar.css.ts +254 -0
- package/src/nile-segmented-progress-bar/nile-segmented-progress-bar.test.ts +1298 -0
- package/src/nile-segmented-progress-bar/nile-segmented-progress-bar.ts +437 -0
- package/src/nile-timestamp-builder/index.ts +1 -0
- package/src/nile-timestamp-builder/nile-timestamp-builder-utils.ts +321 -0
- package/src/nile-timestamp-builder/nile-timestamp-builder.css.ts +204 -0
- package/src/nile-timestamp-builder/nile-timestamp-builder.test.ts +1089 -0
- package/src/nile-timestamp-builder/nile-timestamp-builder.ts +625 -0
- package/src/nile-timestamp-builder/timezones.ts +356 -0
- package/vscode-html-custom-data.json +205 -0
|
@@ -0,0 +1,356 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright Aquera Inc 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the BSD-3-Clause license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/** Bundled IANA timezone identifiers used as the offline fallback */
|
|
9
|
+
export const TIMEZONES = [
|
|
10
|
+
'Europe/Andorra',
|
|
11
|
+
'Asia/Dubai',
|
|
12
|
+
'Asia/Kabul',
|
|
13
|
+
'Europe/Tirane',
|
|
14
|
+
'Asia/Yerevan',
|
|
15
|
+
'Antarctica/Casey',
|
|
16
|
+
'Antarctica/Davis',
|
|
17
|
+
'Antarctica/DumontDUrville',
|
|
18
|
+
'Antarctica/Mawson',
|
|
19
|
+
'Antarctica/Palmer',
|
|
20
|
+
'Antarctica/Rothera',
|
|
21
|
+
'Antarctica/Syowa',
|
|
22
|
+
'Antarctica/Troll',
|
|
23
|
+
'Antarctica/Vostok',
|
|
24
|
+
'America/Argentina/Buenos_Aires',
|
|
25
|
+
'America/Argentina/Cordoba',
|
|
26
|
+
'America/Argentina/Salta',
|
|
27
|
+
'America/Argentina/Jujuy',
|
|
28
|
+
'America/Argentina/Tucuman',
|
|
29
|
+
'America/Argentina/Catamarca',
|
|
30
|
+
'America/Argentina/La_Rioja',
|
|
31
|
+
'America/Argentina/San_Juan',
|
|
32
|
+
'America/Argentina/Mendoza',
|
|
33
|
+
'America/Argentina/San_Luis',
|
|
34
|
+
'America/Argentina/Rio_Gallegos',
|
|
35
|
+
'America/Argentina/Ushuaia',
|
|
36
|
+
'Pacific/Pago_Pago',
|
|
37
|
+
'Europe/Vienna',
|
|
38
|
+
'Australia/Lord_Howe',
|
|
39
|
+
'Antarctica/Macquarie',
|
|
40
|
+
'Australia/Hobart',
|
|
41
|
+
'Australia/Currie',
|
|
42
|
+
'Australia/Melbourne',
|
|
43
|
+
'Australia/Sydney',
|
|
44
|
+
'Australia/Broken_Hill',
|
|
45
|
+
'Australia/Brisbane',
|
|
46
|
+
'Australia/Lindeman',
|
|
47
|
+
'Australia/Adelaide',
|
|
48
|
+
'Australia/Darwin',
|
|
49
|
+
'Australia/Perth',
|
|
50
|
+
'Australia/Eucla',
|
|
51
|
+
'Asia/Baku',
|
|
52
|
+
'America/Barbados',
|
|
53
|
+
'Asia/Dhaka',
|
|
54
|
+
'Europe/Brussels',
|
|
55
|
+
'Europe/Sofia',
|
|
56
|
+
'Atlantic/Bermuda',
|
|
57
|
+
'Asia/Brunei',
|
|
58
|
+
'America/La_Paz',
|
|
59
|
+
'America/Noronha',
|
|
60
|
+
'America/Belem',
|
|
61
|
+
'America/Fortaleza',
|
|
62
|
+
'America/Recife',
|
|
63
|
+
'America/Araguaina',
|
|
64
|
+
'America/Maceio',
|
|
65
|
+
'America/Bahia',
|
|
66
|
+
'America/Sao_Paulo',
|
|
67
|
+
'America/Campo_Grande',
|
|
68
|
+
'America/Cuiaba',
|
|
69
|
+
'America/Santarem',
|
|
70
|
+
'America/Porto_Velho',
|
|
71
|
+
'America/Boa_Vista',
|
|
72
|
+
'America/Manaus',
|
|
73
|
+
'America/Eirunepe',
|
|
74
|
+
'America/Rio_Branco',
|
|
75
|
+
'America/Nassau',
|
|
76
|
+
'Asia/Thimphu',
|
|
77
|
+
'Europe/Minsk',
|
|
78
|
+
'America/Belize',
|
|
79
|
+
'America/St_Johns',
|
|
80
|
+
'America/Halifax',
|
|
81
|
+
'America/Glace_Bay',
|
|
82
|
+
'America/Moncton',
|
|
83
|
+
'America/Goose_Bay',
|
|
84
|
+
'America/Blanc-Sablon',
|
|
85
|
+
'America/Toronto',
|
|
86
|
+
'America/Nipigon',
|
|
87
|
+
'America/Thunder_Bay',
|
|
88
|
+
'America/Iqaluit',
|
|
89
|
+
'America/Pangnirtung',
|
|
90
|
+
'America/Atikokan',
|
|
91
|
+
'America/Winnipeg',
|
|
92
|
+
'America/Rainy_River',
|
|
93
|
+
'America/Resolute',
|
|
94
|
+
'America/Rankin_Inlet',
|
|
95
|
+
'America/Regina',
|
|
96
|
+
'America/Swift_Current',
|
|
97
|
+
'America/Edmonton',
|
|
98
|
+
'America/Cambridge_Bay',
|
|
99
|
+
'America/Yellowknife',
|
|
100
|
+
'America/Inuvik',
|
|
101
|
+
'America/Creston',
|
|
102
|
+
'America/Dawson_Creek',
|
|
103
|
+
'America/Fort_Nelson',
|
|
104
|
+
'America/Vancouver',
|
|
105
|
+
'America/Whitehorse',
|
|
106
|
+
'America/Dawson',
|
|
107
|
+
'Indian/Cocos',
|
|
108
|
+
'Europe/Zurich',
|
|
109
|
+
'Africa/Abidjan',
|
|
110
|
+
'Pacific/Rarotonga',
|
|
111
|
+
'America/Santiago',
|
|
112
|
+
'America/Punta_Arenas',
|
|
113
|
+
'Pacific/Easter',
|
|
114
|
+
'Asia/Shanghai',
|
|
115
|
+
'Asia/Urumqi',
|
|
116
|
+
'America/Bogota',
|
|
117
|
+
'America/Costa_Rica',
|
|
118
|
+
'America/Havana',
|
|
119
|
+
'Atlantic/Cape_Verde',
|
|
120
|
+
'America/Curacao',
|
|
121
|
+
'Indian/Christmas',
|
|
122
|
+
'Asia/Nicosia',
|
|
123
|
+
'Asia/Famagusta',
|
|
124
|
+
'Europe/Prague',
|
|
125
|
+
'Europe/Berlin',
|
|
126
|
+
'Europe/Copenhagen',
|
|
127
|
+
'America/Santo_Domingo',
|
|
128
|
+
'Africa/Algiers',
|
|
129
|
+
'America/Guayaquil',
|
|
130
|
+
'Pacific/Galapagos',
|
|
131
|
+
'Europe/Tallinn',
|
|
132
|
+
'Africa/Cairo',
|
|
133
|
+
'Africa/El_Aaiun',
|
|
134
|
+
'Europe/Madrid',
|
|
135
|
+
'Africa/Ceuta',
|
|
136
|
+
'Atlantic/Canary',
|
|
137
|
+
'Europe/Helsinki',
|
|
138
|
+
'Pacific/Fiji',
|
|
139
|
+
'Atlantic/Stanley',
|
|
140
|
+
'Pacific/Chuuk',
|
|
141
|
+
'Pacific/Pohnpei',
|
|
142
|
+
'Pacific/Kosrae',
|
|
143
|
+
'Atlantic/Faroe',
|
|
144
|
+
'Europe/Paris',
|
|
145
|
+
'Europe/London',
|
|
146
|
+
'Asia/Tbilisi',
|
|
147
|
+
'America/Cayenne',
|
|
148
|
+
'Africa/Accra',
|
|
149
|
+
'Europe/Gibraltar',
|
|
150
|
+
'America/Godthab',
|
|
151
|
+
'America/Danmarkshavn',
|
|
152
|
+
'America/Scoresbysund',
|
|
153
|
+
'America/Thule',
|
|
154
|
+
'Europe/Athens',
|
|
155
|
+
'Atlantic/South_Georgia',
|
|
156
|
+
'America/Guatemala',
|
|
157
|
+
'Pacific/Guam',
|
|
158
|
+
'Africa/Bissau',
|
|
159
|
+
'America/Guyana',
|
|
160
|
+
'Asia/Hong_Kong',
|
|
161
|
+
'America/Tegucigalpa',
|
|
162
|
+
'America/Port-au-Prince',
|
|
163
|
+
'Europe/Budapest',
|
|
164
|
+
'Asia/Jakarta',
|
|
165
|
+
'Asia/Pontianak',
|
|
166
|
+
'Asia/Makassar',
|
|
167
|
+
'Asia/Jayapura',
|
|
168
|
+
'Europe/Dublin',
|
|
169
|
+
'Asia/Jerusalem',
|
|
170
|
+
'Asia/Kolkata',
|
|
171
|
+
'Indian/Chagos',
|
|
172
|
+
'Asia/Baghdad',
|
|
173
|
+
'Asia/Tehran',
|
|
174
|
+
'Atlantic/Reykjavik',
|
|
175
|
+
'Europe/Rome',
|
|
176
|
+
'America/Jamaica',
|
|
177
|
+
'Asia/Amman',
|
|
178
|
+
'Asia/Tokyo',
|
|
179
|
+
'Africa/Nairobi',
|
|
180
|
+
'Asia/Bishkek',
|
|
181
|
+
'Pacific/Tarawa',
|
|
182
|
+
'Pacific/Enderbury',
|
|
183
|
+
'Pacific/Kiritimati',
|
|
184
|
+
'Asia/Pyongyang',
|
|
185
|
+
'Asia/Seoul',
|
|
186
|
+
'Asia/Almaty',
|
|
187
|
+
'Asia/Qyzylorda',
|
|
188
|
+
'Asia/Qostanay',
|
|
189
|
+
'Asia/Aqtau',
|
|
190
|
+
'Asia/Atyrau',
|
|
191
|
+
'Asia/Oral',
|
|
192
|
+
'Asia/Beirut',
|
|
193
|
+
'Asia/Colombo',
|
|
194
|
+
'Africa/Monrovia',
|
|
195
|
+
'Europe/Vilnius',
|
|
196
|
+
'Europe/Luxembourg',
|
|
197
|
+
'Europe/Riga',
|
|
198
|
+
'Africa/Tripoli',
|
|
199
|
+
'Africa/Casablanca',
|
|
200
|
+
'Europe/Monaco',
|
|
201
|
+
'Europe/Chisinau',
|
|
202
|
+
'Pacific/Majuro',
|
|
203
|
+
'Pacific/Kwajalein',
|
|
204
|
+
'Asia/Yangon',
|
|
205
|
+
'Asia/Ulaanbaatar',
|
|
206
|
+
'Asia/Hovd',
|
|
207
|
+
'Asia/Choibalsan',
|
|
208
|
+
'Asia/Macau',
|
|
209
|
+
'America/Martinique',
|
|
210
|
+
'Europe/Malta',
|
|
211
|
+
'Indian/Mauritius',
|
|
212
|
+
'Indian/Maldives',
|
|
213
|
+
'America/Mexico_City',
|
|
214
|
+
'America/Cancun',
|
|
215
|
+
'America/Merida',
|
|
216
|
+
'America/Monterrey',
|
|
217
|
+
'America/Matamoros',
|
|
218
|
+
'America/Mazatlan',
|
|
219
|
+
'America/Chihuahua',
|
|
220
|
+
'America/Ojinaga',
|
|
221
|
+
'America/Hermosillo',
|
|
222
|
+
'America/Tijuana',
|
|
223
|
+
'America/Bahia_Banderas',
|
|
224
|
+
'Asia/Kuala_Lumpur',
|
|
225
|
+
'Asia/Kuching',
|
|
226
|
+
'Africa/Maputo',
|
|
227
|
+
'Africa/Windhoek',
|
|
228
|
+
'Pacific/Noumea',
|
|
229
|
+
'Pacific/Norfolk',
|
|
230
|
+
'Africa/Lagos',
|
|
231
|
+
'America/Managua',
|
|
232
|
+
'Europe/Amsterdam',
|
|
233
|
+
'Europe/Oslo',
|
|
234
|
+
'Asia/Kathmandu',
|
|
235
|
+
'Pacific/Nauru',
|
|
236
|
+
'Pacific/Niue',
|
|
237
|
+
'Pacific/Auckland',
|
|
238
|
+
'Pacific/Chatham',
|
|
239
|
+
'America/Panama',
|
|
240
|
+
'America/Lima',
|
|
241
|
+
'Pacific/Tahiti',
|
|
242
|
+
'Pacific/Marquesas',
|
|
243
|
+
'Pacific/Gambier',
|
|
244
|
+
'Pacific/Port_Moresby',
|
|
245
|
+
'Pacific/Bougainville',
|
|
246
|
+
'Asia/Manila',
|
|
247
|
+
'Asia/Karachi',
|
|
248
|
+
'Europe/Warsaw',
|
|
249
|
+
'America/Miquelon',
|
|
250
|
+
'Pacific/Pitcairn',
|
|
251
|
+
'America/Puerto_Rico',
|
|
252
|
+
'Asia/Gaza',
|
|
253
|
+
'Asia/Hebron',
|
|
254
|
+
'Europe/Lisbon',
|
|
255
|
+
'Atlantic/Madeira',
|
|
256
|
+
'Atlantic/Azores',
|
|
257
|
+
'Pacific/Palau',
|
|
258
|
+
'America/Asuncion',
|
|
259
|
+
'Asia/Qatar',
|
|
260
|
+
'Indian/Reunion',
|
|
261
|
+
'Europe/Bucharest',
|
|
262
|
+
'Europe/Belgrade',
|
|
263
|
+
'Europe/Kaliningrad',
|
|
264
|
+
'Europe/Moscow',
|
|
265
|
+
'Europe/Simferopol',
|
|
266
|
+
'Europe/Kirov',
|
|
267
|
+
'Europe/Astrakhan',
|
|
268
|
+
'Europe/Volgograd',
|
|
269
|
+
'Europe/Saratov',
|
|
270
|
+
'Europe/Ulyanovsk',
|
|
271
|
+
'Europe/Samara',
|
|
272
|
+
'Asia/Yekaterinburg',
|
|
273
|
+
'Asia/Omsk',
|
|
274
|
+
'Asia/Novosibirsk',
|
|
275
|
+
'Asia/Barnaul',
|
|
276
|
+
'Asia/Tomsk',
|
|
277
|
+
'Asia/Novokuznetsk',
|
|
278
|
+
'Asia/Krasnoyarsk',
|
|
279
|
+
'Asia/Irkutsk',
|
|
280
|
+
'Asia/Chita',
|
|
281
|
+
'Asia/Yakutsk',
|
|
282
|
+
'Asia/Khandyga',
|
|
283
|
+
'Asia/Vladivostok',
|
|
284
|
+
'Asia/Ust-Nera',
|
|
285
|
+
'Asia/Magadan',
|
|
286
|
+
'Asia/Sakhalin',
|
|
287
|
+
'Asia/Srednekolymsk',
|
|
288
|
+
'Asia/Kamchatka',
|
|
289
|
+
'Asia/Anadyr',
|
|
290
|
+
'Asia/Riyadh',
|
|
291
|
+
'Pacific/Guadalcanal',
|
|
292
|
+
'Indian/Mahe',
|
|
293
|
+
'Africa/Khartoum',
|
|
294
|
+
'Europe/Stockholm',
|
|
295
|
+
'Asia/Singapore',
|
|
296
|
+
'America/Paramaribo',
|
|
297
|
+
'Africa/Juba',
|
|
298
|
+
'Africa/Sao_Tome',
|
|
299
|
+
'America/El_Salvador',
|
|
300
|
+
'Asia/Damascus',
|
|
301
|
+
'America/Grand_Turk',
|
|
302
|
+
'Africa/Ndjamena',
|
|
303
|
+
'Indian/Kerguelen',
|
|
304
|
+
'Asia/Bangkok',
|
|
305
|
+
'Asia/Dushanbe',
|
|
306
|
+
'Pacific/Fakaofo',
|
|
307
|
+
'Asia/Dili',
|
|
308
|
+
'Asia/Ashgabat',
|
|
309
|
+
'Africa/Tunis',
|
|
310
|
+
'Pacific/Tongatapu',
|
|
311
|
+
'Europe/Istanbul',
|
|
312
|
+
'America/Port_of_Spain',
|
|
313
|
+
'Pacific/Funafuti',
|
|
314
|
+
'Asia/Taipei',
|
|
315
|
+
'Europe/Kiev',
|
|
316
|
+
'Europe/Uzhgorod',
|
|
317
|
+
'Europe/Zaporozhye',
|
|
318
|
+
'Pacific/Wake',
|
|
319
|
+
'America/New_York',
|
|
320
|
+
'America/Detroit',
|
|
321
|
+
'America/Kentucky/Louisville',
|
|
322
|
+
'America/Kentucky/Monticello',
|
|
323
|
+
'America/Indiana/Indianapolis',
|
|
324
|
+
'America/Indiana/Vincennes',
|
|
325
|
+
'America/Indiana/Winamac',
|
|
326
|
+
'America/Indiana/Marengo',
|
|
327
|
+
'America/Indiana/Petersburg',
|
|
328
|
+
'America/Indiana/Vevay',
|
|
329
|
+
'America/Chicago',
|
|
330
|
+
'America/Indiana/Tell_City',
|
|
331
|
+
'America/Indiana/Knox',
|
|
332
|
+
'America/Menominee',
|
|
333
|
+
'America/North_Dakota/Center',
|
|
334
|
+
'America/North_Dakota/New_Salem',
|
|
335
|
+
'America/North_Dakota/Beulah',
|
|
336
|
+
'America/Denver',
|
|
337
|
+
'America/Boise',
|
|
338
|
+
'America/Phoenix',
|
|
339
|
+
'America/Los_Angeles',
|
|
340
|
+
'America/Anchorage',
|
|
341
|
+
'America/Juneau',
|
|
342
|
+
'America/Sitka',
|
|
343
|
+
'America/Metlakatla',
|
|
344
|
+
'America/Yakutat',
|
|
345
|
+
'America/Nome',
|
|
346
|
+
'America/Adak',
|
|
347
|
+
'Pacific/Honolulu',
|
|
348
|
+
'America/Montevideo',
|
|
349
|
+
'Asia/Samarkand',
|
|
350
|
+
'Asia/Tashkent',
|
|
351
|
+
'America/Caracas',
|
|
352
|
+
'Asia/Ho_Chi_Minh',
|
|
353
|
+
'Pacific/Efate',
|
|
354
|
+
'Pacific/Wallis',
|
|
355
|
+
'Pacific/Apia',
|
|
356
|
+
'Africa/Johannesburg'];
|
|
@@ -5916,6 +5916,119 @@
|
|
|
5916
5916
|
}
|
|
5917
5917
|
]
|
|
5918
5918
|
},
|
|
5919
|
+
{
|
|
5920
|
+
"name": "nile-segmented-progress-bar",
|
|
5921
|
+
"description": "Nile segmented progress bar component.\n\nEvents:\n\n * `nile-segment-click` {} - Emitted when a segment or its legend entry is activated by click,\n`Enter` or `Space`. The `detail` contains `{ segment, index, percentage }`.\n\nAttributes:\n\n * `segments` {`NileProgressSegment[]`} - The segments to distribute across the bar. This is the component's config.\n\n * `label` {`string`} - Optional heading rendered above the bar. Nothing renders when empty.\n\n * `show-legend` {`boolean`} - Renders the legend below the bar.\n\n * `show-tooltip` {`boolean`} - Wraps every segment in a `nile-lite-tooltip`.\n\n * `show-values` {`boolean`} - Renders the bold value alongside each legend label.\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The thickness of the bar.\n\n * `total` {`number | undefined`} - Optional denominator. When omitted the denominator is the sum of the segment\nvalues, so the segments always fill 100%. When larger than the sum, the\nremainder renders as an unfilled track.\n\n * `rounded` {`boolean`} - Rounds the bar's outer ends.\n\n * `min-segment-width` {`number`} - Minimum rendered width, in pixels, of a non-zero segment. Guarantees sub-1%\nsegments stay a discernible sliver. The largest segment absorbs whatever\noverflow this introduces, so the row still totals exactly 100%.\n\n * `tooltip-placement` {`\"left\" | \"right\" | \"top\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\" | \"auto\" | \"auto-start\" | \"auto-end\"`} - Passed straight through to `nile-lite-tooltip`'s `placement`.\n\nProperties:\n\n * `styles` - \n\n * `segments` {`NileProgressSegment[]`} - The segments to distribute across the bar. This is the component's config.\n\n * `label` {`string`} - Optional heading rendered above the bar. Nothing renders when empty.\n\n * `showLegend` {`boolean`} - Renders the legend below the bar.\n\n * `showTooltip` {`boolean`} - Wraps every segment in a `nile-lite-tooltip`.\n\n * `showValues` {`boolean`} - Renders the bold value alongside each legend label.\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The thickness of the bar.\n\n * `total` {`number | undefined`} - Optional denominator. When omitted the denominator is the sum of the segment\nvalues, so the segments always fill 100%. When larger than the sum, the\nremainder renders as an unfilled track.\n\n * `rounded` {`boolean`} - Rounds the bar's outer ends.\n\n * `minSegmentWidth` {`number`} - Minimum rendered width, in pixels, of a non-zero segment. Guarantees sub-1%\nsegments stay a discernible sliver. The largest segment absorbs whatever\noverflow this introduces, so the row still totals exactly 100%.\n\n * `tooltipPlacement` {`\"left\" | \"right\" | \"top\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\" | \"auto\" | \"auto-start\" | \"auto-end\"`} - Passed straight through to `nile-lite-tooltip`'s `placement`.\n\n * `values` {`number[]`} - The sanitized magnitude of every configured segment, in config order.\n\n * `sum` {`number`} - The sum of every sanitized segment value.\n\n * `denominator` {`number`} - The denominator the percentages are computed against.\n\n * `percentages` {`number[]`} - Each segment's share of the denominator, in config order.\n\n * `largestIndex` {`number`} - The index of the widest rendered segment. That segment is the one allowed to\nshrink, so it absorbs the overflow introduced by `minSegmentWidth` on the\ntiny ones and the row still adds up to exactly 100% of the track.\n\n * `accessibleSummary` {`string`} - A single sentence describing the whole distribution, used as the track's\naccessible name so screen readers get the breakdown without tabbing it.\n\n * `override` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
|
|
5922
|
+
"attributes": [
|
|
5923
|
+
{
|
|
5924
|
+
"name": "segments",
|
|
5925
|
+
"description": "`segments` {`NileProgressSegment[]`} - The segments to distribute across the bar. This is the component's config.\n\nProperty: segments\n\nDefault: "
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"name": "label",
|
|
5929
|
+
"description": "`label` {`string`} - Optional heading rendered above the bar. Nothing renders when empty.\n\nProperty: label\n\nDefault: "
|
|
5930
|
+
},
|
|
5931
|
+
{
|
|
5932
|
+
"name": "show-legend",
|
|
5933
|
+
"description": "`show-legend` {`boolean`} - Renders the legend below the bar.\n\nProperty: showLegend\n\nDefault: true",
|
|
5934
|
+
"valueSet": "v"
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"name": "show-tooltip",
|
|
5938
|
+
"description": "`show-tooltip` {`boolean`} - Wraps every segment in a `nile-lite-tooltip`.\n\nProperty: showTooltip\n\nDefault: true",
|
|
5939
|
+
"valueSet": "v"
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"name": "show-values",
|
|
5943
|
+
"description": "`show-values` {`boolean`} - Renders the bold value alongside each legend label.\n\nProperty: showValues\n\nDefault: true",
|
|
5944
|
+
"valueSet": "v"
|
|
5945
|
+
},
|
|
5946
|
+
{
|
|
5947
|
+
"name": "size",
|
|
5948
|
+
"description": "`size` {`\"small\" | \"medium\" | \"large\"`} - The thickness of the bar.\n\nProperty: size\n\nDefault: medium",
|
|
5949
|
+
"values": [
|
|
5950
|
+
{
|
|
5951
|
+
"name": "small"
|
|
5952
|
+
},
|
|
5953
|
+
{
|
|
5954
|
+
"name": "medium"
|
|
5955
|
+
},
|
|
5956
|
+
{
|
|
5957
|
+
"name": "large"
|
|
5958
|
+
}
|
|
5959
|
+
]
|
|
5960
|
+
},
|
|
5961
|
+
{
|
|
5962
|
+
"name": "total",
|
|
5963
|
+
"description": "`total` {`number | undefined`} - Optional denominator. When omitted the denominator is the sum of the segment\nvalues, so the segments always fill 100%. When larger than the sum, the\nremainder renders as an unfilled track.\n\nProperty: total",
|
|
5964
|
+
"values": []
|
|
5965
|
+
},
|
|
5966
|
+
{
|
|
5967
|
+
"name": "rounded",
|
|
5968
|
+
"description": "`rounded` {`boolean`} - Rounds the bar's outer ends.\n\nProperty: rounded\n\nDefault: true",
|
|
5969
|
+
"valueSet": "v"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"name": "min-segment-width",
|
|
5973
|
+
"description": "`min-segment-width` {`number`} - Minimum rendered width, in pixels, of a non-zero segment. Guarantees sub-1%\nsegments stay a discernible sliver. The largest segment absorbs whatever\noverflow this introduces, so the row still totals exactly 100%.\n\nProperty: minSegmentWidth\n\nDefault: 2"
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
"name": "tooltip-placement",
|
|
5977
|
+
"description": "`tooltip-placement` {`\"left\" | \"right\" | \"top\" | \"top-start\" | \"top-end\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left-start\" | \"left-end\" | \"auto\" | \"auto-start\" | \"auto-end\"`} - Passed straight through to `nile-lite-tooltip`'s `placement`.\n\nProperty: tooltipPlacement\n\nDefault: top",
|
|
5978
|
+
"values": [
|
|
5979
|
+
{
|
|
5980
|
+
"name": "left"
|
|
5981
|
+
},
|
|
5982
|
+
{
|
|
5983
|
+
"name": "right"
|
|
5984
|
+
},
|
|
5985
|
+
{
|
|
5986
|
+
"name": "top"
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"name": "top-start"
|
|
5990
|
+
},
|
|
5991
|
+
{
|
|
5992
|
+
"name": "top-end"
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"name": "right-start"
|
|
5996
|
+
},
|
|
5997
|
+
{
|
|
5998
|
+
"name": "right-end"
|
|
5999
|
+
},
|
|
6000
|
+
{
|
|
6001
|
+
"name": "bottom"
|
|
6002
|
+
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "bottom-start"
|
|
6005
|
+
},
|
|
6006
|
+
{
|
|
6007
|
+
"name": "bottom-end"
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"name": "left-start"
|
|
6011
|
+
},
|
|
6012
|
+
{
|
|
6013
|
+
"name": "left-end"
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "auto"
|
|
6017
|
+
},
|
|
6018
|
+
{
|
|
6019
|
+
"name": "auto-start"
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"name": "auto-end"
|
|
6023
|
+
}
|
|
6024
|
+
]
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"name": "onnile-segment-click",
|
|
6028
|
+
"description": "`nile-segment-click` {} - Emitted when a segment or its legend entry is activated by click,\n`Enter` or `Space`. The `detail` contains `{ segment, index, percentage }`."
|
|
6029
|
+
}
|
|
6030
|
+
]
|
|
6031
|
+
},
|
|
5919
6032
|
{
|
|
5920
6033
|
"name": "nile-select",
|
|
5921
6034
|
"description": "Events:\n\n * `nile-change` {} - Emitted when the control's value changes.\n\n * `nile-clear` {} - Emitted when the control's value is cleared.\n\n * `nile-input` {} - Emitted when the control receives input.\n\n * `nile-focus` {} - Emitted when the control gains focus.\n\n * `nile-blur` {} - Emitted when the control loses focus.\n\n * `nile-show` {} - Emitted when the select's menu opens.\n\n * `nile-after-show` {} - Emitted after the select's menu opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the select's menu closes.\n\n * `nile-after-hide` {} - Emitted after the select's menu closes and all animations are complete.\n\n * `nile-invalid` {} - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n * `nile-search` {} - Emitted when the user types in the search input. The event payload includes the search query for backend search functionality.\n\n * `nile-scroll` {} - Emitted when the user scrolls within the listbox. The event payload includes scroll position information.\n\n * `nile-scroll-start` {} - Emitted when the user starts scrolling within the listbox.\n\n * `nile-scroll-end` {} - Emitted when the user stops scrolling and reaches the bottom of the listbox (debounced).\n\nSlots:\n\n * ` ` {} - The listbox options. Must be `<nile-option>` elements. You can use `<nile-divider>` to group items visually.\n\n * `label` {} - The input's label. Alternatively, you can use the `label` attribute.\n\n * `prefix` {} - Used to prepend a presentational icon or similar element to the combobox.\n\n * `clear-icon` {} - An icon to use in lieu of the default clear icon.\n\n * `expand-icon` {} - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n\n * `help-text` {} - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\n * `pre-footer` {} - Content to display at the bottom of the dropdown listbox. Useful for action buttons like \"Create New\". In multi-select mode, appears above the \"Show Selected\" / \"Clear All\" bar.\n\nAttributes:\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchEnabled` {`boolean`} - \n\n * `legacy` {`boolean`} - \n\n * `tickOnSelect` {`boolean`} - Variant: show a tick on the right of the selected option (single-select). Propagated to options.\n\n * `internal-search-placeholder` {`string`} - \n\n * `enableVisibilityEffect` {`boolean`} - \n\n * `blockValueChange` {`boolean`} - \n\n * `disableLocalSearch` {`boolean`} - \n\n * `optionsLoading` {`boolean`} - \n\n * `noWidthSync` {`boolean`} - \n\n * `portal` {`boolean`} - When true, the listbox will be appended to the document body instead of the parent container.\nThis is useful when the parent has overflow: hidden, clip-path, or transform applied.\n\n * `multiple` {`string | boolean`} - Allows more than one option to be selected.\n\n * `helpText` {`string`} - \n\n * `help-text` {`string`} - \n\n * `autoResize` {`boolean`} - \n\n * `error-message` {`string`} - \n\n * `warning` {`boolean`} - Sets the input to a warning state, changing its visual appearance.\n\n * `error` {`boolean`} - Sets the input to an error state, changing its visual appearance.\n\n * `success` {`boolean`} - Sets the input to a success state, changing its visual appearance.\n\n * `max-options-visible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`ComboboxPlacement`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showSelected` {`boolean`} - \n\n * `enableTabClose` {`boolean`} - \n\n * `showNoResults` {`boolean`} - \n\n * `noResultsMessage` {`string`} - \n\n * `data` - \n\n * `enableVirtualScroll` {`boolean`} - \n\n * `enableGroupHeader` {`boolean`} - To enable the group header in the select\n\n * `autoFocusSearch` {`boolean`} - To auto focus the search input when the select is opened\n\n * `loading` {`boolean`} - loading indicator for virtual select\n\n * `stickyHeader` {`boolean`} - \n\n * `descriptionSearchEnabled` {`boolean`} - \n\n * `enableDescription` {`boolean`} - \n\n * `allowHtmlLabel` {`boolean`} - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `required` {`boolean`} - The select's required attribute.\n\nProperties:\n\n * `styles` - \n\n * `formControlController` - \n\n * `virtualScrollHelper` - \n\n * `portalManager` - \n\n * `hasSlotController` - \n\n * `typeToSelectString` {`string`} - \n\n * `typeToSelectTimeout` {`number`} - \n\n * `scrollTimeout` {`number | undefined`} - \n\n * `scrolling` {`boolean`} - \n\n * `options` {`NileOption[]`} - \n\n * `resizeController` - \n\n * `visibilityManager` - \n\n * `popup` - \n\n * `combobox` {`HTMLSlotElement`} - \n\n * `displayInput` {`HTMLInputElement`} - \n\n * `valueInput` {`HTMLInputElement`} - \n\n * `listbox` {`HTMLSlotElement`} - \n\n * `hasFocus` {`boolean`} - \n\n * `displayLabel` {`string`} - \n\n * `currentOption` - \n\n * `selectedOptions` {`NileOption[]`} - \n\n * `oldValue` {`string | string[]`} - \n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchValue` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchEnabled` {`boolean`} - \n\n * `legacy` {`boolean`} - \n\n * `tickOnSelect` {`boolean`} - Variant: show a tick on the right of the selected option (single-select). Propagated to options.\n\n * `internalSearchPlaceHolder` {`string`} - \n\n * `enableVisibilityEffect` {`boolean`} - \n\n * `blockValueChange` {`boolean`} - \n\n * `disableLocalSearch` {`boolean`} - \n\n * `optionsLoading` {`boolean`} - \n\n * `noWidthSync` {`boolean`} - \n\n * `portal` {`boolean`} - When true, the listbox will be appended to the document body instead of the parent container.\nThis is useful when the parent has overflow: hidden, clip-path, or transform applied.\n\n * `multiple` {`string | boolean`} - Allows more than one option to be selected.\n\n * `helpText` {`string`} - \n\n * `help_text` {`string`} - \n\n * `autoResize` {`boolean`} - \n\n * `errorMessage` {`string`} - \n\n * `warning` {`boolean`} - Sets the input to a warning state, changing its visual appearance.\n\n * `error` {`boolean`} - Sets the input to an error state, changing its visual appearance.\n\n * `success` {`boolean`} - Sets the input to a success state, changing its visual appearance.\n\n * `maxOptionsVisible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`ComboboxPlacement`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showSelected` {`boolean`} - \n\n * `oldMaxOptionsVisible` {`number`} - \n\n * `enableTabClose` {`boolean`} - \n\n * `showNoResults` {`boolean`} - \n\n * `noResultsMessage` {`string`} - \n\n * `renderItemConfig` {`RenderItemConfig | undefined`} - Enhanced configuration for rendering items with support for display text, value, and search text\n\n * `data` - \n\n * `enableVirtualScroll` {`boolean`} - \n\n * `enableGroupHeader` {`boolean`} - To enable the group header in the select\n\n * `autoFocusSearch` {`boolean`} - To auto focus the search input when the select is opened\n\n * `loading` {`boolean`} - loading indicator for virtual select\n\n * `stickyHeader` {`boolean`} - \n\n * `descriptionSearchEnabled` {`boolean`} - \n\n * `enableDescription` {`boolean`} - \n\n * `allowHtmlLabel` {`boolean`} - \n\n * `handleWindowResize` - \n\n * `handleWindowScroll` - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `defaultValue` {`string | string[]`} - The default value of the form control. Primarily used for resetting the form control.\n\n * `defaultChecked` {`boolean | undefined`} - \n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `pattern` {`string | undefined`} - \n\n * `min` {`string | number | Date | undefined`} - \n\n * `max` {`string | number | Date | undefined`} - \n\n * `step` {`number | \"any\" | undefined`} - \n\n * `required` {`boolean`} - The select's required attribute.\n\n * `minlength` {`number | undefined`} - \n\n * `maxlength` {`number | undefined`} - \n\n * `validity` {`ValidityState`} - Gets the validity state object\n\n * `validationMessage` {`string`} - Gets the validation message\n\n * `checkValidity` - \n\n * `getForm` - \n\n * `reportValidity` - \n\n * `setCustomValidity` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
|
|
@@ -7525,6 +7638,98 @@
|
|
|
7525
7638
|
}
|
|
7526
7639
|
]
|
|
7527
7640
|
},
|
|
7641
|
+
{
|
|
7642
|
+
"name": "nile-timestamp-builder",
|
|
7643
|
+
"description": "Events:\n\n * `nile-init` {} - Emitted when the component is added to the DOM.\n\n * `nile-destroy` {} - Emitted when the component is removed from the DOM.\n\n * `nile-change` {} - Emitted when the value is committed.\n\n * `nile-input` {} - Emitted as fields change, before the value is committed.\n\n * `nile-expand` {} - Emitted when the editor opens.\n\n * `nile-collapse` {} - Emitted when the editor closes.\n\n * `nile-copy` {} - Emitted after the value is written to the clipboard.\n\n * `nile-copy-error` {} - Emitted when the clipboard write is refused.\n\nAttributes:\n\n * `timezone` {`string`} - \n\n * `readonly` {`boolean`} - \n\n * `copyable` {`boolean`} - \n\n * `open` {`boolean`} - \n\n * `label` {`string`} - \n\n * `minYear` {`number`} - \n\n * `maxYear` {`number`} - \n\n * `name` {`string`} - \n\n * `value` {`Date | null`} - \n\n * `disabled` {`boolean`} - \n\n * `form` {`string`} - \n\n * `required` {`boolean`} - \n\nProperties:\n\n * `formControlController` - \n\n * `internalValueUpdate` {`boolean`} - \n\n * `internalTimezoneUpdate` {`boolean`} - \n\n * `valueInput` {`HTMLInputElement`} - \n\n * `_value` {`Date | null`} - \n\n * `timezone` {`string`} - \n\n * `readonly` {`boolean`} - \n\n * `copyable` {`boolean`} - \n\n * `open` {`boolean`} - \n\n * `label` {`string`} - \n\n * `minYear` {`number`} - \n\n * `maxYear` {`number`} - \n\n * `wallClock` {`WallClock`} - \n\n * `timezoneList` {`string[]`} - \n\n * `hasValue` {`boolean`} - \n\n * `justCopied` {`boolean`} - \n\n * `handleSetNow` - \n\n * `handleCopy` - Copies the canonical zoned value\n\n * `handleStageNow` - \n\n * `handleUseLocalTz` - \n\n * `handleUseUtc` - \n\n * `DOUBLE_TAP_MS` {`300`} - Touch input has no reliable `dblclick`, so double-taps are timed by hand.\n\n * `COPIED_FEEDBACK_MS` {`1600`} - \n\n * `lastTapAt` {`number`} - \n\n * `copiedTimer` {`number`} - \n\n * `handleDisplayDoubleClick` - \n\n * `handleDisplayPointerUp` - \n\n * `handleDisplayKeyDown` - Keyboard equivalent of the double-click/double-tap edit affordance.\n\n * `handleEdit` - \n\n * `handleDone` - \n\n * `name` {`string`} - \n\n * `value` {`Date | null`} - \n\n * `disabled` {`boolean`} - \n\n * `defaultValue` {`Date | null`} - \n\n * `defaultChecked` {`boolean | undefined`} - \n\n * `form` {`string`} - \n\n * `pattern` {`string | undefined`} - \n\n * `min` {`string | number | Date | undefined`} - \n\n * `max` {`string | number | Date | undefined`} - \n\n * `step` {`number | \"any\" | undefined`} - \n\n * `required` {`boolean`} - \n\n * `minlength` {`number | undefined`} - \n\n * `maxlength` {`number | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `checkValidity` - \n\n * `getForm` - \n\n * `reportValidity` - \n\n * `setCustomValidity` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
|
|
7644
|
+
"attributes": [
|
|
7645
|
+
{
|
|
7646
|
+
"name": "timezone",
|
|
7647
|
+
"description": "`timezone` {`string`} - \n\nProperty: timezone\n\nDefault: getLocalTimeZone()"
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "readonly",
|
|
7651
|
+
"description": "`readonly` {`boolean`} - \n\nProperty: readonly\n\nDefault: false",
|
|
7652
|
+
"valueSet": "v"
|
|
7653
|
+
},
|
|
7654
|
+
{
|
|
7655
|
+
"name": "copyable",
|
|
7656
|
+
"description": "`copyable` {`boolean`} - \n\nProperty: copyable\n\nDefault: false",
|
|
7657
|
+
"valueSet": "v"
|
|
7658
|
+
},
|
|
7659
|
+
{
|
|
7660
|
+
"name": "open",
|
|
7661
|
+
"description": "`open` {`boolean`} - \n\nProperty: open\n\nDefault: false",
|
|
7662
|
+
"valueSet": "v"
|
|
7663
|
+
},
|
|
7664
|
+
{
|
|
7665
|
+
"name": "label",
|
|
7666
|
+
"description": "`label` {`string`} - \n\nProperty: label\n\nDefault: "
|
|
7667
|
+
},
|
|
7668
|
+
{
|
|
7669
|
+
"name": "minYear",
|
|
7670
|
+
"description": "`minYear` {`number`} - \n\nProperty: minYear\n\nDefault: 1"
|
|
7671
|
+
},
|
|
7672
|
+
{
|
|
7673
|
+
"name": "maxYear",
|
|
7674
|
+
"description": "`maxYear` {`number`} - \n\nProperty: maxYear\n\nDefault: 9999"
|
|
7675
|
+
},
|
|
7676
|
+
{
|
|
7677
|
+
"name": "name",
|
|
7678
|
+
"description": "`name` {`string`} - \n\nProperty: name\n\nDefault: "
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"name": "value",
|
|
7682
|
+
"description": "`value` {`Date | null`} - \n\nProperty: value",
|
|
7683
|
+
"values": []
|
|
7684
|
+
},
|
|
7685
|
+
{
|
|
7686
|
+
"name": "disabled",
|
|
7687
|
+
"description": "`disabled` {`boolean`} - \n\nProperty: disabled\n\nDefault: false",
|
|
7688
|
+
"valueSet": "v"
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
"name": "form",
|
|
7692
|
+
"description": "`form` {`string`} - \n\nProperty: form\n\nDefault: "
|
|
7693
|
+
},
|
|
7694
|
+
{
|
|
7695
|
+
"name": "required",
|
|
7696
|
+
"description": "`required` {`boolean`} - \n\nProperty: required\n\nDefault: false",
|
|
7697
|
+
"valueSet": "v"
|
|
7698
|
+
},
|
|
7699
|
+
{
|
|
7700
|
+
"name": "onnile-init",
|
|
7701
|
+
"description": "`nile-init` {} - Emitted when the component is added to the DOM."
|
|
7702
|
+
},
|
|
7703
|
+
{
|
|
7704
|
+
"name": "onnile-destroy",
|
|
7705
|
+
"description": "`nile-destroy` {} - Emitted when the component is removed from the DOM."
|
|
7706
|
+
},
|
|
7707
|
+
{
|
|
7708
|
+
"name": "onnile-change",
|
|
7709
|
+
"description": "`nile-change` {} - Emitted when the value is committed."
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"name": "onnile-input",
|
|
7713
|
+
"description": "`nile-input` {} - Emitted as fields change, before the value is committed."
|
|
7714
|
+
},
|
|
7715
|
+
{
|
|
7716
|
+
"name": "onnile-expand",
|
|
7717
|
+
"description": "`nile-expand` {} - Emitted when the editor opens."
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
"name": "onnile-collapse",
|
|
7721
|
+
"description": "`nile-collapse` {} - Emitted when the editor closes."
|
|
7722
|
+
},
|
|
7723
|
+
{
|
|
7724
|
+
"name": "onnile-copy",
|
|
7725
|
+
"description": "`nile-copy` {} - Emitted after the value is written to the clipboard."
|
|
7726
|
+
},
|
|
7727
|
+
{
|
|
7728
|
+
"name": "onnile-copy-error",
|
|
7729
|
+
"description": "`nile-copy-error` {} - Emitted when the clipboard write is refused."
|
|
7730
|
+
}
|
|
7731
|
+
]
|
|
7732
|
+
},
|
|
7528
7733
|
{
|
|
7529
7734
|
"name": "nile-title",
|
|
7530
7735
|
"description": "Nile title component.\n\nAttributes:\n\n * `headerText` {`string`} - \n\n * `pageTitle` {`string`} - \n\nProperties:\n\n * `headerText` {`string`} - \n\n * `pageTitle` {`string`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
|