@openwebf/react-cupertino-ui 0.3.22 → 0.3.24
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/dist/index.d.mts +213 -1472
- package/dist/index.d.ts +213 -1472
- package/dist/index.js +104 -694
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +103 -672
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27,18 +27,7 @@ __export(index_exports, {
|
|
|
27
27
|
FlutterCupertinoButton: () => FlutterCupertinoButton,
|
|
28
28
|
FlutterCupertinoCheckbox: () => FlutterCupertinoCheckbox,
|
|
29
29
|
FlutterCupertinoContextMenu: () => FlutterCupertinoContextMenu,
|
|
30
|
-
FlutterCupertinoDatePicker: () => FlutterCupertinoDatePicker,
|
|
31
|
-
FlutterCupertinoFormRow: () => FlutterCupertinoFormRow,
|
|
32
|
-
FlutterCupertinoFormRowError: () => FlutterCupertinoFormRowError,
|
|
33
|
-
FlutterCupertinoFormRowHelper: () => FlutterCupertinoFormRowHelper,
|
|
34
|
-
FlutterCupertinoFormRowPrefix: () => FlutterCupertinoFormRowPrefix,
|
|
35
|
-
FlutterCupertinoFormSection: () => FlutterCupertinoFormSection,
|
|
36
|
-
FlutterCupertinoFormSectionFooter: () => FlutterCupertinoFormSectionFooter,
|
|
37
|
-
FlutterCupertinoFormSectionHeader: () => FlutterCupertinoFormSectionHeader,
|
|
38
30
|
FlutterCupertinoIcon: () => FlutterCupertinoIcon,
|
|
39
|
-
FlutterCupertinoInput: () => FlutterCupertinoInput,
|
|
40
|
-
FlutterCupertinoInputPrefix: () => FlutterCupertinoInputPrefix,
|
|
41
|
-
FlutterCupertinoInputSuffix: () => FlutterCupertinoInputSuffix,
|
|
42
31
|
FlutterCupertinoListSection: () => FlutterCupertinoListSection,
|
|
43
32
|
FlutterCupertinoListSectionFooter: () => FlutterCupertinoListSectionFooter,
|
|
44
33
|
FlutterCupertinoListSectionHeader: () => FlutterCupertinoListSectionHeader,
|
|
@@ -47,14 +36,7 @@ __export(index_exports, {
|
|
|
47
36
|
FlutterCupertinoListTileLeading: () => FlutterCupertinoListTileLeading,
|
|
48
37
|
FlutterCupertinoListTileSubtitle: () => FlutterCupertinoListTileSubtitle,
|
|
49
38
|
FlutterCupertinoListTileTrailing: () => FlutterCupertinoListTileTrailing,
|
|
50
|
-
FlutterCupertinoLoading: () => FlutterCupertinoLoading,
|
|
51
|
-
FlutterCupertinoModalPopup: () => FlutterCupertinoModalPopup,
|
|
52
|
-
FlutterCupertinoPicker: () => FlutterCupertinoPicker,
|
|
53
|
-
FlutterCupertinoPickerItem: () => FlutterCupertinoPickerItem,
|
|
54
39
|
FlutterCupertinoRadio: () => FlutterCupertinoRadio,
|
|
55
|
-
FlutterCupertinoSearchInput: () => FlutterCupertinoSearchInput,
|
|
56
|
-
FlutterCupertinoSegmentedTab: () => FlutterCupertinoSegmentedTab,
|
|
57
|
-
FlutterCupertinoSegmentedTabItem: () => FlutterCupertinoSegmentedTabItem,
|
|
58
40
|
FlutterCupertinoSlider: () => FlutterCupertinoSlider,
|
|
59
41
|
FlutterCupertinoSlidingSegmentedControl: () => FlutterCupertinoSlidingSegmentedControl,
|
|
60
42
|
FlutterCupertinoSlidingSegmentedControlItem: () => FlutterCupertinoSlidingSegmentedControlItem,
|
|
@@ -63,10 +45,7 @@ __export(index_exports, {
|
|
|
63
45
|
FlutterCupertinoTabBarItem: () => FlutterCupertinoTabBarItem,
|
|
64
46
|
FlutterCupertinoTabScaffold: () => FlutterCupertinoTabScaffold,
|
|
65
47
|
FlutterCupertinoTabScaffoldTab: () => FlutterCupertinoTabScaffoldTab,
|
|
66
|
-
FlutterCupertinoTabView: () => FlutterCupertinoTabView
|
|
67
|
-
FlutterCupertinoTextarea: () => FlutterCupertinoTextarea,
|
|
68
|
-
FlutterCupertinoTimerPicker: () => FlutterCupertinoTimerPicker,
|
|
69
|
-
FlutterCupertinoToast: () => FlutterCupertinoToast
|
|
48
|
+
FlutterCupertinoTabView: () => FlutterCupertinoTabView
|
|
70
49
|
});
|
|
71
50
|
module.exports = __toCommonJS(index_exports);
|
|
72
51
|
|
|
@@ -368,9 +347,95 @@ var FlutterCupertinoRadio = (0, import_react_core_ui8.createWebFComponent)({
|
|
|
368
347
|
}
|
|
369
348
|
});
|
|
370
349
|
|
|
371
|
-
// src/lib/src/
|
|
350
|
+
// src/lib/src/list_tile.tsx
|
|
372
351
|
var import_react_core_ui9 = require("@openwebf/react-core-ui");
|
|
373
|
-
var
|
|
352
|
+
var FlutterCupertinoListTile = (0, import_react_core_ui9.createWebFComponent)({
|
|
353
|
+
tagName: "flutter-cupertino-list-tile",
|
|
354
|
+
displayName: "FlutterCupertinoListTile",
|
|
355
|
+
// Map props to attributes
|
|
356
|
+
attributeProps: [
|
|
357
|
+
"showChevron",
|
|
358
|
+
"notched"
|
|
359
|
+
],
|
|
360
|
+
// Convert prop names to attribute names if needed
|
|
361
|
+
attributeMap: {
|
|
362
|
+
showChevron: "show-chevron"
|
|
363
|
+
},
|
|
364
|
+
// Event handlers
|
|
365
|
+
events: [
|
|
366
|
+
{
|
|
367
|
+
propName: "onClick",
|
|
368
|
+
eventName: "click",
|
|
369
|
+
handler: (callback) => (event) => {
|
|
370
|
+
callback(event);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
// Default prop values
|
|
375
|
+
defaultProps: {
|
|
376
|
+
// Add default values here
|
|
377
|
+
}
|
|
378
|
+
});
|
|
379
|
+
var FlutterCupertinoListTileLeading = (0, import_react_core_ui9.createWebFComponent)({
|
|
380
|
+
tagName: "flutter-cupertino-list-tile-leading",
|
|
381
|
+
displayName: "FlutterCupertinoListTileLeading",
|
|
382
|
+
// Map props to attributes
|
|
383
|
+
attributeProps: [],
|
|
384
|
+
// Convert prop names to attribute names if needed
|
|
385
|
+
attributeMap: {},
|
|
386
|
+
// Event handlers
|
|
387
|
+
events: [],
|
|
388
|
+
// Default prop values
|
|
389
|
+
defaultProps: {
|
|
390
|
+
// Add default values here
|
|
391
|
+
}
|
|
392
|
+
});
|
|
393
|
+
var FlutterCupertinoListTileSubtitle = (0, import_react_core_ui9.createWebFComponent)({
|
|
394
|
+
tagName: "flutter-cupertino-list-tile-subtitle",
|
|
395
|
+
displayName: "FlutterCupertinoListTileSubtitle",
|
|
396
|
+
// Map props to attributes
|
|
397
|
+
attributeProps: [],
|
|
398
|
+
// Convert prop names to attribute names if needed
|
|
399
|
+
attributeMap: {},
|
|
400
|
+
// Event handlers
|
|
401
|
+
events: [],
|
|
402
|
+
// Default prop values
|
|
403
|
+
defaultProps: {
|
|
404
|
+
// Add default values here
|
|
405
|
+
}
|
|
406
|
+
});
|
|
407
|
+
var FlutterCupertinoListTileAdditionalInfo = (0, import_react_core_ui9.createWebFComponent)({
|
|
408
|
+
tagName: "flutter-cupertino-list-tile-additional-info",
|
|
409
|
+
displayName: "FlutterCupertinoListTileAdditionalInfo",
|
|
410
|
+
// Map props to attributes
|
|
411
|
+
attributeProps: [],
|
|
412
|
+
// Convert prop names to attribute names if needed
|
|
413
|
+
attributeMap: {},
|
|
414
|
+
// Event handlers
|
|
415
|
+
events: [],
|
|
416
|
+
// Default prop values
|
|
417
|
+
defaultProps: {
|
|
418
|
+
// Add default values here
|
|
419
|
+
}
|
|
420
|
+
});
|
|
421
|
+
var FlutterCupertinoListTileTrailing = (0, import_react_core_ui9.createWebFComponent)({
|
|
422
|
+
tagName: "flutter-cupertino-list-tile-trailing",
|
|
423
|
+
displayName: "FlutterCupertinoListTileTrailing",
|
|
424
|
+
// Map props to attributes
|
|
425
|
+
attributeProps: [],
|
|
426
|
+
// Convert prop names to attribute names if needed
|
|
427
|
+
attributeMap: {},
|
|
428
|
+
// Event handlers
|
|
429
|
+
events: [],
|
|
430
|
+
// Default prop values
|
|
431
|
+
defaultProps: {
|
|
432
|
+
// Add default values here
|
|
433
|
+
}
|
|
434
|
+
});
|
|
435
|
+
|
|
436
|
+
// src/lib/src/list_section.tsx
|
|
437
|
+
var import_react_core_ui10 = require("@openwebf/react-core-ui");
|
|
438
|
+
var FlutterCupertinoListSection = (0, import_react_core_ui10.createWebFComponent)({
|
|
374
439
|
tagName: "flutter-cupertino-list-section",
|
|
375
440
|
displayName: "FlutterCupertinoListSection",
|
|
376
441
|
// Map props to attributes
|
|
@@ -388,7 +453,7 @@ var FlutterCupertinoListSection = (0, import_react_core_ui9.createWebFComponent)
|
|
|
388
453
|
// Add default values here
|
|
389
454
|
}
|
|
390
455
|
});
|
|
391
|
-
var FlutterCupertinoListSectionHeader = (0,
|
|
456
|
+
var FlutterCupertinoListSectionHeader = (0, import_react_core_ui10.createWebFComponent)({
|
|
392
457
|
tagName: "flutter-cupertino-list-section-header",
|
|
393
458
|
displayName: "FlutterCupertinoListSectionHeader",
|
|
394
459
|
// Map props to attributes
|
|
@@ -402,7 +467,7 @@ var FlutterCupertinoListSectionHeader = (0, import_react_core_ui9.createWebFComp
|
|
|
402
467
|
// Add default values here
|
|
403
468
|
}
|
|
404
469
|
});
|
|
405
|
-
var FlutterCupertinoListSectionFooter = (0,
|
|
470
|
+
var FlutterCupertinoListSectionFooter = (0, import_react_core_ui10.createWebFComponent)({
|
|
406
471
|
tagName: "flutter-cupertino-list-section-footer",
|
|
407
472
|
displayName: "FlutterCupertinoListSectionFooter",
|
|
408
473
|
// Map props to attributes
|
|
@@ -418,8 +483,8 @@ var FlutterCupertinoListSectionFooter = (0, import_react_core_ui9.createWebFComp
|
|
|
418
483
|
});
|
|
419
484
|
|
|
420
485
|
// src/lib/src/icon.tsx
|
|
421
|
-
var
|
|
422
|
-
var FlutterCupertinoIcon = (0,
|
|
486
|
+
var import_react_core_ui11 = require("@openwebf/react-core-ui");
|
|
487
|
+
var FlutterCupertinoIcon = (0, import_react_core_ui11.createWebFComponent)({
|
|
423
488
|
tagName: "flutter-cupertino-icon",
|
|
424
489
|
displayName: "FlutterCupertinoIcon",
|
|
425
490
|
// Map props to attributes
|
|
@@ -436,8 +501,8 @@ var FlutterCupertinoIcon = (0, import_react_core_ui10.createWebFComponent)({
|
|
|
436
501
|
});
|
|
437
502
|
|
|
438
503
|
// src/lib/src/context-menu.tsx
|
|
439
|
-
var
|
|
440
|
-
var FlutterCupertinoContextMenu = (0,
|
|
504
|
+
var import_react_core_ui12 = require("@openwebf/react-core-ui");
|
|
505
|
+
var FlutterCupertinoContextMenu = (0, import_react_core_ui12.createWebFComponent)({
|
|
441
506
|
tagName: "flutter-cupertino-context-menu",
|
|
442
507
|
displayName: "FlutterCupertinoContextMenu",
|
|
443
508
|
// Map props to attributes
|
|
@@ -465,8 +530,8 @@ var FlutterCupertinoContextMenu = (0, import_react_core_ui11.createWebFComponent
|
|
|
465
530
|
});
|
|
466
531
|
|
|
467
532
|
// src/lib/src/checkbox.tsx
|
|
468
|
-
var
|
|
469
|
-
var FlutterCupertinoCheckbox = (0,
|
|
533
|
+
var import_react_core_ui13 = require("@openwebf/react-core-ui");
|
|
534
|
+
var FlutterCupertinoCheckbox = (0, import_react_core_ui13.createWebFComponent)({
|
|
470
535
|
tagName: "flutter-cupertino-checkbox",
|
|
471
536
|
displayName: "FlutterCupertinoCheckbox",
|
|
472
537
|
// Map props to attributes
|
|
@@ -515,8 +580,8 @@ var FlutterCupertinoCheckbox = (0, import_react_core_ui12.createWebFComponent)({
|
|
|
515
580
|
});
|
|
516
581
|
|
|
517
582
|
// src/lib/src/button.tsx
|
|
518
|
-
var
|
|
519
|
-
var FlutterCupertinoButton = (0,
|
|
583
|
+
var import_react_core_ui14 = require("@openwebf/react-core-ui");
|
|
584
|
+
var FlutterCupertinoButton = (0, import_react_core_ui14.createWebFComponent)({
|
|
520
585
|
tagName: "flutter-cupertino-button",
|
|
521
586
|
displayName: "FlutterCupertinoButton",
|
|
522
587
|
// Map props to attributes
|
|
@@ -549,8 +614,8 @@ var FlutterCupertinoButton = (0, import_react_core_ui13.createWebFComponent)({
|
|
|
549
614
|
});
|
|
550
615
|
|
|
551
616
|
// src/lib/src/alert.tsx
|
|
552
|
-
var
|
|
553
|
-
var FlutterCupertinoAlert = (0,
|
|
617
|
+
var import_react_core_ui15 = require("@openwebf/react-core-ui");
|
|
618
|
+
var FlutterCupertinoAlert = (0, import_react_core_ui15.createWebFComponent)({
|
|
554
619
|
tagName: "flutter-cupertino-alert",
|
|
555
620
|
displayName: "FlutterCupertinoAlert",
|
|
556
621
|
// Map props to attributes
|
|
@@ -601,8 +666,8 @@ var FlutterCupertinoAlert = (0, import_react_core_ui14.createWebFComponent)({
|
|
|
601
666
|
});
|
|
602
667
|
|
|
603
668
|
// src/lib/src/action-sheet.tsx
|
|
604
|
-
var
|
|
605
|
-
var FlutterCupertinoActionSheet = (0,
|
|
669
|
+
var import_react_core_ui16 = require("@openwebf/react-core-ui");
|
|
670
|
+
var FlutterCupertinoActionSheet = (0, import_react_core_ui16.createWebFComponent)({
|
|
606
671
|
tagName: "flutter-cupertino-action-sheet",
|
|
607
672
|
displayName: "FlutterCupertinoActionSheet",
|
|
608
673
|
// Map props to attributes
|
|
@@ -625,640 +690,6 @@ var FlutterCupertinoActionSheet = (0, import_react_core_ui15.createWebFComponent
|
|
|
625
690
|
}
|
|
626
691
|
});
|
|
627
692
|
|
|
628
|
-
// src/lib/src/legacy/toast.tsx
|
|
629
|
-
var import_react_core_ui16 = require("@openwebf/react-core-ui");
|
|
630
|
-
var FlutterCupertinoToast = (0, import_react_core_ui16.createWebFComponent)({
|
|
631
|
-
tagName: "flutter-cupertino-toast",
|
|
632
|
-
displayName: "FlutterCupertinoToast",
|
|
633
|
-
// Map props to attributes
|
|
634
|
-
attributeProps: [],
|
|
635
|
-
// Convert prop names to attribute names if needed
|
|
636
|
-
attributeMap: {},
|
|
637
|
-
// Event handlers
|
|
638
|
-
events: [],
|
|
639
|
-
// Default prop values
|
|
640
|
-
defaultProps: {
|
|
641
|
-
// Add default values here
|
|
642
|
-
}
|
|
643
|
-
});
|
|
644
|
-
|
|
645
|
-
// src/lib/src/legacy/timer-picker.tsx
|
|
646
|
-
var import_react_core_ui17 = require("@openwebf/react-core-ui");
|
|
647
|
-
var FlutterCupertinoTimerPicker = (0, import_react_core_ui17.createWebFComponent)({
|
|
648
|
-
tagName: "flutter-cupertino-timer-picker",
|
|
649
|
-
displayName: "FlutterCupertinoTimerPicker",
|
|
650
|
-
// Map props to attributes
|
|
651
|
-
attributeProps: [
|
|
652
|
-
"mode",
|
|
653
|
-
"initialTimerDuration",
|
|
654
|
-
"minuteInterval",
|
|
655
|
-
"secondInterval",
|
|
656
|
-
"backgroundColor",
|
|
657
|
-
"height"
|
|
658
|
-
],
|
|
659
|
-
// Convert prop names to attribute names if needed
|
|
660
|
-
attributeMap: {
|
|
661
|
-
initialTimerDuration: "initial-timer-duration",
|
|
662
|
-
minuteInterval: "minute-interval",
|
|
663
|
-
secondInterval: "second-interval",
|
|
664
|
-
backgroundColor: "background-color"
|
|
665
|
-
},
|
|
666
|
-
// Event handlers
|
|
667
|
-
events: [
|
|
668
|
-
{
|
|
669
|
-
propName: "onChange",
|
|
670
|
-
eventName: "change",
|
|
671
|
-
handler: (callback) => (event) => {
|
|
672
|
-
callback(event);
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
],
|
|
676
|
-
// Default prop values
|
|
677
|
-
defaultProps: {
|
|
678
|
-
// Add default values here
|
|
679
|
-
}
|
|
680
|
-
});
|
|
681
|
-
|
|
682
|
-
// src/lib/src/legacy/textarea.tsx
|
|
683
|
-
var import_react_core_ui18 = require("@openwebf/react-core-ui");
|
|
684
|
-
var FlutterCupertinoTextarea = (0, import_react_core_ui18.createWebFComponent)({
|
|
685
|
-
tagName: "flutter-cupertino-textarea",
|
|
686
|
-
displayName: "FlutterCupertinoTextarea",
|
|
687
|
-
// Map props to attributes
|
|
688
|
-
attributeProps: [
|
|
689
|
-
"val",
|
|
690
|
-
"placeholder",
|
|
691
|
-
"disabled",
|
|
692
|
-
"readonly",
|
|
693
|
-
"maxLength",
|
|
694
|
-
"rows",
|
|
695
|
-
"showCount",
|
|
696
|
-
"autoSize",
|
|
697
|
-
"transparent"
|
|
698
|
-
],
|
|
699
|
-
// Convert prop names to attribute names if needed
|
|
700
|
-
attributeMap: {
|
|
701
|
-
maxLength: "max-length",
|
|
702
|
-
showCount: "show-count",
|
|
703
|
-
autoSize: "auto-size"
|
|
704
|
-
},
|
|
705
|
-
// Event handlers
|
|
706
|
-
events: [
|
|
707
|
-
{
|
|
708
|
-
propName: "onInput",
|
|
709
|
-
eventName: "input",
|
|
710
|
-
handler: (callback) => (event) => {
|
|
711
|
-
callback(event);
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
propName: "onComplete",
|
|
716
|
-
eventName: "complete",
|
|
717
|
-
handler: (callback) => (event) => {
|
|
718
|
-
callback(event);
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
|
-
// Default prop values
|
|
723
|
-
defaultProps: {
|
|
724
|
-
// Add default values here
|
|
725
|
-
}
|
|
726
|
-
});
|
|
727
|
-
|
|
728
|
-
// src/lib/src/legacy/segmented-tab.tsx
|
|
729
|
-
var import_react_core_ui19 = require("@openwebf/react-core-ui");
|
|
730
|
-
var FlutterCupertinoSegmentedTab = (0, import_react_core_ui19.createWebFComponent)({
|
|
731
|
-
tagName: "flutter-cupertino-segmented-tab",
|
|
732
|
-
displayName: "FlutterCupertinoSegmentedTab",
|
|
733
|
-
// Map props to attributes
|
|
734
|
-
attributeProps: [],
|
|
735
|
-
// Convert prop names to attribute names if needed
|
|
736
|
-
attributeMap: {},
|
|
737
|
-
// Event handlers
|
|
738
|
-
events: [
|
|
739
|
-
{
|
|
740
|
-
propName: "onChange",
|
|
741
|
-
eventName: "change",
|
|
742
|
-
handler: (callback) => (event) => {
|
|
743
|
-
callback(event);
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
],
|
|
747
|
-
// Default prop values
|
|
748
|
-
defaultProps: {
|
|
749
|
-
// Add default values here
|
|
750
|
-
}
|
|
751
|
-
});
|
|
752
|
-
var FlutterCupertinoSegmentedTabItem = (0, import_react_core_ui19.createWebFComponent)({
|
|
753
|
-
tagName: "flutter-cupertino-segmented-tab-item",
|
|
754
|
-
displayName: "FlutterCupertinoSegmentedTabItem",
|
|
755
|
-
// Map props to attributes
|
|
756
|
-
attributeProps: [
|
|
757
|
-
"title"
|
|
758
|
-
],
|
|
759
|
-
// Convert prop names to attribute names if needed
|
|
760
|
-
attributeMap: {},
|
|
761
|
-
// Event handlers
|
|
762
|
-
events: [],
|
|
763
|
-
// Default prop values
|
|
764
|
-
defaultProps: {
|
|
765
|
-
// Add default values here
|
|
766
|
-
}
|
|
767
|
-
});
|
|
768
|
-
|
|
769
|
-
// src/lib/src/legacy/search-input.tsx
|
|
770
|
-
var import_react_core_ui20 = require("@openwebf/react-core-ui");
|
|
771
|
-
var FlutterCupertinoSearchInput = (0, import_react_core_ui20.createWebFComponent)({
|
|
772
|
-
tagName: "flutter-cupertino-search-input",
|
|
773
|
-
displayName: "FlutterCupertinoSearchInput",
|
|
774
|
-
// Map props to attributes
|
|
775
|
-
attributeProps: [
|
|
776
|
-
"val",
|
|
777
|
-
"placeholder",
|
|
778
|
-
"disabled",
|
|
779
|
-
"type",
|
|
780
|
-
"prefixIcon",
|
|
781
|
-
"suffixIcon",
|
|
782
|
-
"suffixModel",
|
|
783
|
-
"itemColor",
|
|
784
|
-
"itemSize",
|
|
785
|
-
"autofocus"
|
|
786
|
-
],
|
|
787
|
-
// Convert prop names to attribute names if needed
|
|
788
|
-
attributeMap: {
|
|
789
|
-
prefixIcon: "prefix-icon",
|
|
790
|
-
suffixIcon: "suffix-icon",
|
|
791
|
-
suffixModel: "suffix-model",
|
|
792
|
-
itemColor: "item-color",
|
|
793
|
-
itemSize: "item-size"
|
|
794
|
-
},
|
|
795
|
-
// Event handlers
|
|
796
|
-
events: [
|
|
797
|
-
{
|
|
798
|
-
propName: "onInput",
|
|
799
|
-
eventName: "input",
|
|
800
|
-
handler: (callback) => (event) => {
|
|
801
|
-
callback(event);
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
propName: "onSearch",
|
|
806
|
-
eventName: "search",
|
|
807
|
-
handler: (callback) => (event) => {
|
|
808
|
-
callback(event);
|
|
809
|
-
}
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
propName: "onClear",
|
|
813
|
-
eventName: "clear",
|
|
814
|
-
handler: (callback) => (event) => {
|
|
815
|
-
callback(event);
|
|
816
|
-
}
|
|
817
|
-
}
|
|
818
|
-
],
|
|
819
|
-
// Default prop values
|
|
820
|
-
defaultProps: {
|
|
821
|
-
// Add default values here
|
|
822
|
-
}
|
|
823
|
-
});
|
|
824
|
-
|
|
825
|
-
// src/lib/src/legacy/picker.tsx
|
|
826
|
-
var import_react_core_ui21 = require("@openwebf/react-core-ui");
|
|
827
|
-
var FlutterCupertinoPicker = (0, import_react_core_ui21.createWebFComponent)({
|
|
828
|
-
tagName: "flutter-cupertino-picker",
|
|
829
|
-
displayName: "FlutterCupertinoPicker",
|
|
830
|
-
// Map props to attributes
|
|
831
|
-
attributeProps: [
|
|
832
|
-
"height",
|
|
833
|
-
"itemHeight"
|
|
834
|
-
],
|
|
835
|
-
// Convert prop names to attribute names if needed
|
|
836
|
-
attributeMap: {
|
|
837
|
-
itemHeight: "item-height"
|
|
838
|
-
},
|
|
839
|
-
// Event handlers
|
|
840
|
-
events: [
|
|
841
|
-
{
|
|
842
|
-
propName: "onChange",
|
|
843
|
-
eventName: "change",
|
|
844
|
-
handler: (callback) => (event) => {
|
|
845
|
-
callback(event);
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
],
|
|
849
|
-
// Default prop values
|
|
850
|
-
defaultProps: {
|
|
851
|
-
// Add default values here
|
|
852
|
-
}
|
|
853
|
-
});
|
|
854
|
-
|
|
855
|
-
// src/lib/src/legacy/picker-item.tsx
|
|
856
|
-
var import_react_core_ui22 = require("@openwebf/react-core-ui");
|
|
857
|
-
var FlutterCupertinoPickerItem = (0, import_react_core_ui22.createWebFComponent)({
|
|
858
|
-
tagName: "flutter-cupertino-picker-item",
|
|
859
|
-
displayName: "FlutterCupertinoPickerItem",
|
|
860
|
-
// Map props to attributes
|
|
861
|
-
attributeProps: [
|
|
862
|
-
"label",
|
|
863
|
-
"val"
|
|
864
|
-
],
|
|
865
|
-
// Convert prop names to attribute names if needed
|
|
866
|
-
attributeMap: {},
|
|
867
|
-
// Event handlers
|
|
868
|
-
events: [],
|
|
869
|
-
// Default prop values
|
|
870
|
-
defaultProps: {
|
|
871
|
-
// Add default values here
|
|
872
|
-
}
|
|
873
|
-
});
|
|
874
|
-
|
|
875
|
-
// src/lib/src/legacy/modal-popup.tsx
|
|
876
|
-
var import_react_core_ui23 = require("@openwebf/react-core-ui");
|
|
877
|
-
var FlutterCupertinoModalPopup = (0, import_react_core_ui23.createWebFComponent)({
|
|
878
|
-
tagName: "flutter-cupertino-modal-popup",
|
|
879
|
-
displayName: "FlutterCupertinoModalPopup",
|
|
880
|
-
// Map props to attributes
|
|
881
|
-
attributeProps: [
|
|
882
|
-
"visible",
|
|
883
|
-
"height",
|
|
884
|
-
"surfacePainted",
|
|
885
|
-
"maskClosable",
|
|
886
|
-
"backgroundOpacity"
|
|
887
|
-
],
|
|
888
|
-
// Convert prop names to attribute names if needed
|
|
889
|
-
attributeMap: {
|
|
890
|
-
surfacePainted: "surface-painted",
|
|
891
|
-
maskClosable: "mask-closable",
|
|
892
|
-
backgroundOpacity: "background-opacity"
|
|
893
|
-
},
|
|
894
|
-
// Event handlers
|
|
895
|
-
events: [
|
|
896
|
-
{
|
|
897
|
-
propName: "onClose",
|
|
898
|
-
eventName: "close",
|
|
899
|
-
handler: (callback) => (event) => {
|
|
900
|
-
callback(event);
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
],
|
|
904
|
-
// Default prop values
|
|
905
|
-
defaultProps: {
|
|
906
|
-
// Add default values here
|
|
907
|
-
}
|
|
908
|
-
});
|
|
909
|
-
|
|
910
|
-
// src/lib/src/legacy/loading.tsx
|
|
911
|
-
var import_react_core_ui24 = require("@openwebf/react-core-ui");
|
|
912
|
-
var FlutterCupertinoLoading = (0, import_react_core_ui24.createWebFComponent)({
|
|
913
|
-
tagName: "flutter-cupertino-loading",
|
|
914
|
-
displayName: "FlutterCupertinoLoading",
|
|
915
|
-
// Map props to attributes
|
|
916
|
-
attributeProps: [
|
|
917
|
-
"maskClosable"
|
|
918
|
-
],
|
|
919
|
-
// Convert prop names to attribute names if needed
|
|
920
|
-
attributeMap: {
|
|
921
|
-
maskClosable: "mask-closable"
|
|
922
|
-
},
|
|
923
|
-
// Event handlers
|
|
924
|
-
events: [],
|
|
925
|
-
// Default prop values
|
|
926
|
-
defaultProps: {
|
|
927
|
-
// Add default values here
|
|
928
|
-
}
|
|
929
|
-
});
|
|
930
|
-
|
|
931
|
-
// src/lib/src/legacy/list_tile.tsx
|
|
932
|
-
var import_react_core_ui25 = require("@openwebf/react-core-ui");
|
|
933
|
-
var FlutterCupertinoListTile = (0, import_react_core_ui25.createWebFComponent)({
|
|
934
|
-
tagName: "flutter-cupertino-list-tile",
|
|
935
|
-
displayName: "FlutterCupertinoListTile",
|
|
936
|
-
// Map props to attributes
|
|
937
|
-
attributeProps: [
|
|
938
|
-
"showChevron"
|
|
939
|
-
],
|
|
940
|
-
// Convert prop names to attribute names if needed
|
|
941
|
-
attributeMap: {
|
|
942
|
-
showChevron: "show-chevron"
|
|
943
|
-
},
|
|
944
|
-
// Event handlers
|
|
945
|
-
events: [
|
|
946
|
-
{
|
|
947
|
-
propName: "onClick",
|
|
948
|
-
eventName: "click",
|
|
949
|
-
handler: (callback) => (event) => {
|
|
950
|
-
callback(event);
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
],
|
|
954
|
-
// Default prop values
|
|
955
|
-
defaultProps: {
|
|
956
|
-
// Add default values here
|
|
957
|
-
}
|
|
958
|
-
});
|
|
959
|
-
var FlutterCupertinoListTileLeading = (0, import_react_core_ui25.createWebFComponent)({
|
|
960
|
-
tagName: "flutter-cupertino-list-tile-leading",
|
|
961
|
-
displayName: "FlutterCupertinoListTileLeading",
|
|
962
|
-
// Map props to attributes
|
|
963
|
-
attributeProps: [],
|
|
964
|
-
// Convert prop names to attribute names if needed
|
|
965
|
-
attributeMap: {},
|
|
966
|
-
// Event handlers
|
|
967
|
-
events: [],
|
|
968
|
-
// Default prop values
|
|
969
|
-
defaultProps: {
|
|
970
|
-
// Add default values here
|
|
971
|
-
}
|
|
972
|
-
});
|
|
973
|
-
var FlutterCupertinoListTileSubtitle = (0, import_react_core_ui25.createWebFComponent)({
|
|
974
|
-
tagName: "flutter-cupertino-list-tile-subtitle",
|
|
975
|
-
displayName: "FlutterCupertinoListTileSubtitle",
|
|
976
|
-
// Map props to attributes
|
|
977
|
-
attributeProps: [],
|
|
978
|
-
// Convert prop names to attribute names if needed
|
|
979
|
-
attributeMap: {},
|
|
980
|
-
// Event handlers
|
|
981
|
-
events: [],
|
|
982
|
-
// Default prop values
|
|
983
|
-
defaultProps: {
|
|
984
|
-
// Add default values here
|
|
985
|
-
}
|
|
986
|
-
});
|
|
987
|
-
var FlutterCupertinoListTileAdditionalInfo = (0, import_react_core_ui25.createWebFComponent)({
|
|
988
|
-
tagName: "flutter-cupertino-list-tile-additional-info",
|
|
989
|
-
displayName: "FlutterCupertinoListTileAdditionalInfo",
|
|
990
|
-
// Map props to attributes
|
|
991
|
-
attributeProps: [],
|
|
992
|
-
// Convert prop names to attribute names if needed
|
|
993
|
-
attributeMap: {},
|
|
994
|
-
// Event handlers
|
|
995
|
-
events: [],
|
|
996
|
-
// Default prop values
|
|
997
|
-
defaultProps: {
|
|
998
|
-
// Add default values here
|
|
999
|
-
}
|
|
1000
|
-
});
|
|
1001
|
-
var FlutterCupertinoListTileTrailing = (0, import_react_core_ui25.createWebFComponent)({
|
|
1002
|
-
tagName: "flutter-cupertino-list-tile-trailing",
|
|
1003
|
-
displayName: "FlutterCupertinoListTileTrailing",
|
|
1004
|
-
// Map props to attributes
|
|
1005
|
-
attributeProps: [],
|
|
1006
|
-
// Convert prop names to attribute names if needed
|
|
1007
|
-
attributeMap: {},
|
|
1008
|
-
// Event handlers
|
|
1009
|
-
events: [],
|
|
1010
|
-
// Default prop values
|
|
1011
|
-
defaultProps: {
|
|
1012
|
-
// Add default values here
|
|
1013
|
-
}
|
|
1014
|
-
});
|
|
1015
|
-
|
|
1016
|
-
// src/lib/src/legacy/input.tsx
|
|
1017
|
-
var import_react_core_ui26 = require("@openwebf/react-core-ui");
|
|
1018
|
-
var FlutterCupertinoInput = (0, import_react_core_ui26.createWebFComponent)({
|
|
1019
|
-
tagName: "flutter-cupertino-input",
|
|
1020
|
-
displayName: "FlutterCupertinoInput",
|
|
1021
|
-
// Map props to attributes
|
|
1022
|
-
attributeProps: [
|
|
1023
|
-
"val",
|
|
1024
|
-
"placeholder",
|
|
1025
|
-
"type",
|
|
1026
|
-
"disabled",
|
|
1027
|
-
"autofocus",
|
|
1028
|
-
"clearable",
|
|
1029
|
-
"maxlength",
|
|
1030
|
-
"readonly"
|
|
1031
|
-
],
|
|
1032
|
-
// Convert prop names to attribute names if needed
|
|
1033
|
-
attributeMap: {},
|
|
1034
|
-
// Event handlers
|
|
1035
|
-
events: [
|
|
1036
|
-
{
|
|
1037
|
-
propName: "onInput",
|
|
1038
|
-
eventName: "input",
|
|
1039
|
-
handler: (callback) => (event) => {
|
|
1040
|
-
callback(event);
|
|
1041
|
-
}
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
propName: "onSubmit",
|
|
1045
|
-
eventName: "submit",
|
|
1046
|
-
handler: (callback) => (event) => {
|
|
1047
|
-
callback(event);
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
propName: "onFocus",
|
|
1052
|
-
eventName: "focus",
|
|
1053
|
-
handler: (callback) => (event) => {
|
|
1054
|
-
callback(event);
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
propName: "onBlur",
|
|
1059
|
-
eventName: "blur",
|
|
1060
|
-
handler: (callback) => (event) => {
|
|
1061
|
-
callback(event);
|
|
1062
|
-
}
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
propName: "onClear",
|
|
1066
|
-
eventName: "clear",
|
|
1067
|
-
handler: (callback) => (event) => {
|
|
1068
|
-
callback(event);
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
],
|
|
1072
|
-
// Default prop values
|
|
1073
|
-
defaultProps: {
|
|
1074
|
-
// Add default values here
|
|
1075
|
-
}
|
|
1076
|
-
});
|
|
1077
|
-
var FlutterCupertinoInputPrefix = (0, import_react_core_ui26.createWebFComponent)({
|
|
1078
|
-
tagName: "flutter-cupertino-input-prefix",
|
|
1079
|
-
displayName: "FlutterCupertinoInputPrefix",
|
|
1080
|
-
// Map props to attributes
|
|
1081
|
-
attributeProps: [],
|
|
1082
|
-
// Convert prop names to attribute names if needed
|
|
1083
|
-
attributeMap: {},
|
|
1084
|
-
// Event handlers
|
|
1085
|
-
events: [],
|
|
1086
|
-
// Default prop values
|
|
1087
|
-
defaultProps: {
|
|
1088
|
-
// Add default values here
|
|
1089
|
-
}
|
|
1090
|
-
});
|
|
1091
|
-
var FlutterCupertinoInputSuffix = (0, import_react_core_ui26.createWebFComponent)({
|
|
1092
|
-
tagName: "flutter-cupertino-input-suffix",
|
|
1093
|
-
displayName: "FlutterCupertinoInputSuffix",
|
|
1094
|
-
// Map props to attributes
|
|
1095
|
-
attributeProps: [],
|
|
1096
|
-
// Convert prop names to attribute names if needed
|
|
1097
|
-
attributeMap: {},
|
|
1098
|
-
// Event handlers
|
|
1099
|
-
events: [],
|
|
1100
|
-
// Default prop values
|
|
1101
|
-
defaultProps: {
|
|
1102
|
-
// Add default values here
|
|
1103
|
-
}
|
|
1104
|
-
});
|
|
1105
|
-
|
|
1106
|
-
// src/lib/src/legacy/form_section.tsx
|
|
1107
|
-
var import_react_core_ui27 = require("@openwebf/react-core-ui");
|
|
1108
|
-
var FlutterCupertinoFormSection = (0, import_react_core_ui27.createWebFComponent)({
|
|
1109
|
-
tagName: "flutter-cupertino-form-section",
|
|
1110
|
-
displayName: "FlutterCupertinoFormSection",
|
|
1111
|
-
// Map props to attributes
|
|
1112
|
-
attributeProps: [
|
|
1113
|
-
"insetGrouped",
|
|
1114
|
-
"clipBehavior"
|
|
1115
|
-
],
|
|
1116
|
-
// Convert prop names to attribute names if needed
|
|
1117
|
-
attributeMap: {
|
|
1118
|
-
insetGrouped: "inset-grouped",
|
|
1119
|
-
clipBehavior: "clip-behavior"
|
|
1120
|
-
},
|
|
1121
|
-
// Event handlers
|
|
1122
|
-
events: [],
|
|
1123
|
-
// Default prop values
|
|
1124
|
-
defaultProps: {
|
|
1125
|
-
// Add default values here
|
|
1126
|
-
}
|
|
1127
|
-
});
|
|
1128
|
-
var FlutterCupertinoFormSectionHeader = (0, import_react_core_ui27.createWebFComponent)({
|
|
1129
|
-
tagName: "flutter-cupertino-form-section-header",
|
|
1130
|
-
displayName: "FlutterCupertinoFormSectionHeader",
|
|
1131
|
-
// Map props to attributes
|
|
1132
|
-
attributeProps: [],
|
|
1133
|
-
// Convert prop names to attribute names if needed
|
|
1134
|
-
attributeMap: {},
|
|
1135
|
-
// Event handlers
|
|
1136
|
-
events: [],
|
|
1137
|
-
// Default prop values
|
|
1138
|
-
defaultProps: {
|
|
1139
|
-
// Add default values here
|
|
1140
|
-
}
|
|
1141
|
-
});
|
|
1142
|
-
var FlutterCupertinoFormSectionFooter = (0, import_react_core_ui27.createWebFComponent)({
|
|
1143
|
-
tagName: "flutter-cupertino-form-section-footer",
|
|
1144
|
-
displayName: "FlutterCupertinoFormSectionFooter",
|
|
1145
|
-
// Map props to attributes
|
|
1146
|
-
attributeProps: [],
|
|
1147
|
-
// Convert prop names to attribute names if needed
|
|
1148
|
-
attributeMap: {},
|
|
1149
|
-
// Event handlers
|
|
1150
|
-
events: [],
|
|
1151
|
-
// Default prop values
|
|
1152
|
-
defaultProps: {
|
|
1153
|
-
// Add default values here
|
|
1154
|
-
}
|
|
1155
|
-
});
|
|
1156
|
-
|
|
1157
|
-
// src/lib/src/legacy/form_row.tsx
|
|
1158
|
-
var import_react_core_ui28 = require("@openwebf/react-core-ui");
|
|
1159
|
-
var FlutterCupertinoFormRow = (0, import_react_core_ui28.createWebFComponent)({
|
|
1160
|
-
tagName: "flutter-cupertino-form-row",
|
|
1161
|
-
displayName: "FlutterCupertinoFormRow",
|
|
1162
|
-
// Map props to attributes
|
|
1163
|
-
attributeProps: [],
|
|
1164
|
-
// Convert prop names to attribute names if needed
|
|
1165
|
-
attributeMap: {},
|
|
1166
|
-
// Event handlers
|
|
1167
|
-
events: [],
|
|
1168
|
-
// Default prop values
|
|
1169
|
-
defaultProps: {
|
|
1170
|
-
// Add default values here
|
|
1171
|
-
}
|
|
1172
|
-
});
|
|
1173
|
-
var FlutterCupertinoFormRowPrefix = (0, import_react_core_ui28.createWebFComponent)({
|
|
1174
|
-
tagName: "flutter-cupertino-form-row-prefix",
|
|
1175
|
-
displayName: "FlutterCupertinoFormRowPrefix",
|
|
1176
|
-
// Map props to attributes
|
|
1177
|
-
attributeProps: [],
|
|
1178
|
-
// Convert prop names to attribute names if needed
|
|
1179
|
-
attributeMap: {},
|
|
1180
|
-
// Event handlers
|
|
1181
|
-
events: [],
|
|
1182
|
-
// Default prop values
|
|
1183
|
-
defaultProps: {
|
|
1184
|
-
// Add default values here
|
|
1185
|
-
}
|
|
1186
|
-
});
|
|
1187
|
-
var FlutterCupertinoFormRowHelper = (0, import_react_core_ui28.createWebFComponent)({
|
|
1188
|
-
tagName: "flutter-cupertino-form-row-helper",
|
|
1189
|
-
displayName: "FlutterCupertinoFormRowHelper",
|
|
1190
|
-
// Map props to attributes
|
|
1191
|
-
attributeProps: [],
|
|
1192
|
-
// Convert prop names to attribute names if needed
|
|
1193
|
-
attributeMap: {},
|
|
1194
|
-
// Event handlers
|
|
1195
|
-
events: [],
|
|
1196
|
-
// Default prop values
|
|
1197
|
-
defaultProps: {
|
|
1198
|
-
// Add default values here
|
|
1199
|
-
}
|
|
1200
|
-
});
|
|
1201
|
-
var FlutterCupertinoFormRowError = (0, import_react_core_ui28.createWebFComponent)({
|
|
1202
|
-
tagName: "flutter-cupertino-form-row-error",
|
|
1203
|
-
displayName: "FlutterCupertinoFormRowError",
|
|
1204
|
-
// Map props to attributes
|
|
1205
|
-
attributeProps: [],
|
|
1206
|
-
// Convert prop names to attribute names if needed
|
|
1207
|
-
attributeMap: {},
|
|
1208
|
-
// Event handlers
|
|
1209
|
-
events: [],
|
|
1210
|
-
// Default prop values
|
|
1211
|
-
defaultProps: {
|
|
1212
|
-
// Add default values here
|
|
1213
|
-
}
|
|
1214
|
-
});
|
|
1215
|
-
|
|
1216
|
-
// src/lib/src/legacy/date-picker.tsx
|
|
1217
|
-
var import_react_core_ui29 = require("@openwebf/react-core-ui");
|
|
1218
|
-
var FlutterCupertinoDatePicker = (0, import_react_core_ui29.createWebFComponent)({
|
|
1219
|
-
tagName: "flutter-cupertino-date-picker",
|
|
1220
|
-
displayName: "FlutterCupertinoDatePicker",
|
|
1221
|
-
// Map props to attributes
|
|
1222
|
-
attributeProps: [
|
|
1223
|
-
"mode",
|
|
1224
|
-
"minimumDate",
|
|
1225
|
-
"maximumDate",
|
|
1226
|
-
"minuteInterval",
|
|
1227
|
-
"value",
|
|
1228
|
-
"minimumYear",
|
|
1229
|
-
"maximumYear",
|
|
1230
|
-
"showDayOfWeek",
|
|
1231
|
-
"dateOrder",
|
|
1232
|
-
"height",
|
|
1233
|
-
"use24H"
|
|
1234
|
-
],
|
|
1235
|
-
// Convert prop names to attribute names if needed
|
|
1236
|
-
attributeMap: {
|
|
1237
|
-
minimumDate: "minimum-date",
|
|
1238
|
-
maximumDate: "maximum-date",
|
|
1239
|
-
minuteInterval: "minute-interval",
|
|
1240
|
-
minimumYear: "minimum-year",
|
|
1241
|
-
maximumYear: "maximum-year",
|
|
1242
|
-
showDayOfWeek: "show-day-of-week",
|
|
1243
|
-
dateOrder: "date-order",
|
|
1244
|
-
use24H: "use-24-h"
|
|
1245
|
-
},
|
|
1246
|
-
// Event handlers
|
|
1247
|
-
events: [
|
|
1248
|
-
{
|
|
1249
|
-
propName: "onChange",
|
|
1250
|
-
eventName: "change",
|
|
1251
|
-
handler: (callback) => (event) => {
|
|
1252
|
-
callback(event);
|
|
1253
|
-
}
|
|
1254
|
-
}
|
|
1255
|
-
],
|
|
1256
|
-
// Default prop values
|
|
1257
|
-
defaultProps: {
|
|
1258
|
-
// Add default values here
|
|
1259
|
-
}
|
|
1260
|
-
});
|
|
1261
|
-
|
|
1262
693
|
// src/types.ts
|
|
1263
694
|
var CupertinoIcons = /* @__PURE__ */ ((CupertinoIcons2) => {
|
|
1264
695
|
CupertinoIcons2["add"] = "add";
|
|
@@ -2644,18 +2075,7 @@ var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
|
|
|
2644
2075
|
FlutterCupertinoButton,
|
|
2645
2076
|
FlutterCupertinoCheckbox,
|
|
2646
2077
|
FlutterCupertinoContextMenu,
|
|
2647
|
-
FlutterCupertinoDatePicker,
|
|
2648
|
-
FlutterCupertinoFormRow,
|
|
2649
|
-
FlutterCupertinoFormRowError,
|
|
2650
|
-
FlutterCupertinoFormRowHelper,
|
|
2651
|
-
FlutterCupertinoFormRowPrefix,
|
|
2652
|
-
FlutterCupertinoFormSection,
|
|
2653
|
-
FlutterCupertinoFormSectionFooter,
|
|
2654
|
-
FlutterCupertinoFormSectionHeader,
|
|
2655
2078
|
FlutterCupertinoIcon,
|
|
2656
|
-
FlutterCupertinoInput,
|
|
2657
|
-
FlutterCupertinoInputPrefix,
|
|
2658
|
-
FlutterCupertinoInputSuffix,
|
|
2659
2079
|
FlutterCupertinoListSection,
|
|
2660
2080
|
FlutterCupertinoListSectionFooter,
|
|
2661
2081
|
FlutterCupertinoListSectionHeader,
|
|
@@ -2664,14 +2084,7 @@ var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
|
|
|
2664
2084
|
FlutterCupertinoListTileLeading,
|
|
2665
2085
|
FlutterCupertinoListTileSubtitle,
|
|
2666
2086
|
FlutterCupertinoListTileTrailing,
|
|
2667
|
-
FlutterCupertinoLoading,
|
|
2668
|
-
FlutterCupertinoModalPopup,
|
|
2669
|
-
FlutterCupertinoPicker,
|
|
2670
|
-
FlutterCupertinoPickerItem,
|
|
2671
2087
|
FlutterCupertinoRadio,
|
|
2672
|
-
FlutterCupertinoSearchInput,
|
|
2673
|
-
FlutterCupertinoSegmentedTab,
|
|
2674
|
-
FlutterCupertinoSegmentedTabItem,
|
|
2675
2088
|
FlutterCupertinoSlider,
|
|
2676
2089
|
FlutterCupertinoSlidingSegmentedControl,
|
|
2677
2090
|
FlutterCupertinoSlidingSegmentedControlItem,
|
|
@@ -2680,9 +2093,6 @@ var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
|
|
|
2680
2093
|
FlutterCupertinoTabBarItem,
|
|
2681
2094
|
FlutterCupertinoTabScaffold,
|
|
2682
2095
|
FlutterCupertinoTabScaffoldTab,
|
|
2683
|
-
FlutterCupertinoTabView
|
|
2684
|
-
FlutterCupertinoTextarea,
|
|
2685
|
-
FlutterCupertinoTimerPicker,
|
|
2686
|
-
FlutterCupertinoToast
|
|
2096
|
+
FlutterCupertinoTabView
|
|
2687
2097
|
});
|
|
2688
2098
|
//# sourceMappingURL=index.js.map
|