@@ -381,6 +381,55 @@ public enum JavascriptMessage
381
381
[Description("Show Previous Operation")]
382
382
showPreviousOperation,
383
383
384
+
[Description("Date")]
385
+
Date,
386
+
[Description("Time")]
387
+
Time,
388
+
}
389
+
390
+
//https://github.com/jquense/react-widgets/blob/5d4985c6dac0df34b86c7d8ad311ff97066977ab/packages/react-widgets/src/messages.tsx#L35
391
+
[AllowUnathenticated]
392
+
public enum ReactWidgetsMessage
393
+
{
394
+
[Description("Today")]
395
+
MoveToday,
396
+
397
+
[Description("Navigate back")]
398
+
MoveBack,
399
+
[Description("Navigate forward")]
400
+
MoveForward,
401
+
[Description("Select date")]
402
+
DateButton,
403
+
[Description("Select time")]
404
+
TimeButton,
405
+
[Description("open combobox")]
406
+
OpenCombobox,
407
+
[Description("open dropdown")]
408
+
OpenDropdown,
409
+
[Description("")]
410
+
Placeholder,
411
+
[Description("")]
412
+
FilterPlaceholder,
413
+
[Description("There are no items in this list")]
414
+
EmptyList,
415
+
[Description("The filter returned no results")]
416
+
EmptyFilter,
417
+
[Description("Create option")]
418
+
CreateOption,
419
+
[Description("Create option {0}")]
420
+
CreateOption0,
421
+
[Description("Selected items")]
422
+
TagsLabel,
423
+
[Description("Remove selected item")]
424
+
RemoveLabel,
425
+
[Description("no selected items")]
426
+
NoneSelected,
427
+
[Description("Selected items: {0}")]
428
+
SelectedItems0,
429
+
[Description("Increment value")]
430
+
IncrementValue,
431
+
[Description("Decrement value")]
432
+
DecrementValue,
384
433
}
385
434
386
435
public enum QuickLinkMessage
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4