@openwebf/react-cupertino-ui 0.3.23 → 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.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
 
@@ -375,8 +354,8 @@ var FlutterCupertinoListTile = (0, import_react_core_ui9.createWebFComponent)({
375
354
  displayName: "FlutterCupertinoListTile",
376
355
  // Map props to attributes
377
356
  attributeProps: [
378
- "notched",
379
- "showChevron"
357
+ "showChevron",
358
+ "notched"
380
359
  ],
381
360
  // Convert prop names to attribute names if needed
382
361
  attributeMap: {
@@ -711,555 +690,6 @@ var FlutterCupertinoActionSheet = (0, import_react_core_ui16.createWebFComponent
711
690
  }
712
691
  });
713
692
 
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
693
  // src/types.ts
1264
694
  var CupertinoIcons = /* @__PURE__ */ ((CupertinoIcons2) => {
1265
695
  CupertinoIcons2["add"] = "add";
@@ -2645,18 +2075,7 @@ var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
2645
2075
  FlutterCupertinoButton,
2646
2076
  FlutterCupertinoCheckbox,
2647
2077
  FlutterCupertinoContextMenu,
2648
- FlutterCupertinoDatePicker,
2649
- FlutterCupertinoFormRow,
2650
- FlutterCupertinoFormRowError,
2651
- FlutterCupertinoFormRowHelper,
2652
- FlutterCupertinoFormRowPrefix,
2653
- FlutterCupertinoFormSection,
2654
- FlutterCupertinoFormSectionFooter,
2655
- FlutterCupertinoFormSectionHeader,
2656
2078
  FlutterCupertinoIcon,
2657
- FlutterCupertinoInput,
2658
- FlutterCupertinoInputPrefix,
2659
- FlutterCupertinoInputSuffix,
2660
2079
  FlutterCupertinoListSection,
2661
2080
  FlutterCupertinoListSectionFooter,
2662
2081
  FlutterCupertinoListSectionHeader,
@@ -2665,14 +2084,7 @@ var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
2665
2084
  FlutterCupertinoListTileLeading,
2666
2085
  FlutterCupertinoListTileSubtitle,
2667
2086
  FlutterCupertinoListTileTrailing,
2668
- FlutterCupertinoLoading,
2669
- FlutterCupertinoModalPopup,
2670
- FlutterCupertinoPicker,
2671
- FlutterCupertinoPickerItem,
2672
2087
  FlutterCupertinoRadio,
2673
- FlutterCupertinoSearchInput,
2674
- FlutterCupertinoSegmentedTab,
2675
- FlutterCupertinoSegmentedTabItem,
2676
2088
  FlutterCupertinoSlider,
2677
2089
  FlutterCupertinoSlidingSegmentedControl,
2678
2090
  FlutterCupertinoSlidingSegmentedControlItem,
@@ -2681,9 +2093,6 @@ var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
2681
2093
  FlutterCupertinoTabBarItem,
2682
2094
  FlutterCupertinoTabScaffold,
2683
2095
  FlutterCupertinoTabScaffoldTab,
2684
- FlutterCupertinoTabView,
2685
- FlutterCupertinoTextarea,
2686
- FlutterCupertinoTimerPicker,
2687
- FlutterCupertinoToast
2096
+ FlutterCupertinoTabView
2688
2097
  });
2689
2098
  //# sourceMappingURL=index.js.map