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