@openwebf/react-cupertino-ui 0.3.25 → 0.3.26
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 +98 -1
- package/dist/index.d.ts +98 -1
- package/dist/index.js +51 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +49 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -484,9 +484,46 @@ var FlutterCupertinoIcon = createWebFComponent12({
|
|
|
484
484
|
}
|
|
485
485
|
});
|
|
486
486
|
|
|
487
|
-
// src/lib/src/
|
|
487
|
+
// src/lib/src/form-section.tsx
|
|
488
488
|
import { createWebFComponent as createWebFComponent13 } from "@openwebf/react-core-ui";
|
|
489
|
-
var
|
|
489
|
+
var FlutterCupertinoFormSection = createWebFComponent13({
|
|
490
|
+
tagName: "flutter-cupertino-form-section",
|
|
491
|
+
displayName: "FlutterCupertinoFormSection",
|
|
492
|
+
// Map props to attributes
|
|
493
|
+
attributeProps: [
|
|
494
|
+
"insetGrouped",
|
|
495
|
+
"clipBehavior"
|
|
496
|
+
],
|
|
497
|
+
// Convert prop names to attribute names if needed
|
|
498
|
+
attributeMap: {
|
|
499
|
+
insetGrouped: "inset-grouped",
|
|
500
|
+
clipBehavior: "clip-behavior"
|
|
501
|
+
},
|
|
502
|
+
// Event handlers
|
|
503
|
+
events: [],
|
|
504
|
+
// Default prop values
|
|
505
|
+
defaultProps: {
|
|
506
|
+
// Add default values here
|
|
507
|
+
}
|
|
508
|
+
});
|
|
509
|
+
var FlutterCupertinoFormRow = createWebFComponent13({
|
|
510
|
+
tagName: "flutter-cupertino-form-row",
|
|
511
|
+
displayName: "FlutterCupertinoFormRow",
|
|
512
|
+
// Map props to attributes
|
|
513
|
+
attributeProps: [],
|
|
514
|
+
// Convert prop names to attribute names if needed
|
|
515
|
+
attributeMap: {},
|
|
516
|
+
// Event handlers
|
|
517
|
+
events: [],
|
|
518
|
+
// Default prop values
|
|
519
|
+
defaultProps: {
|
|
520
|
+
// Add default values here
|
|
521
|
+
}
|
|
522
|
+
});
|
|
523
|
+
|
|
524
|
+
// src/lib/src/context-menu.tsx
|
|
525
|
+
import { createWebFComponent as createWebFComponent14 } from "@openwebf/react-core-ui";
|
|
526
|
+
var FlutterCupertinoContextMenu = createWebFComponent14({
|
|
490
527
|
tagName: "flutter-cupertino-context-menu",
|
|
491
528
|
displayName: "FlutterCupertinoContextMenu",
|
|
492
529
|
// Map props to attributes
|
|
@@ -514,8 +551,8 @@ var FlutterCupertinoContextMenu = createWebFComponent13({
|
|
|
514
551
|
});
|
|
515
552
|
|
|
516
553
|
// src/lib/src/checkbox.tsx
|
|
517
|
-
import { createWebFComponent as
|
|
518
|
-
var FlutterCupertinoCheckbox =
|
|
554
|
+
import { createWebFComponent as createWebFComponent15 } from "@openwebf/react-core-ui";
|
|
555
|
+
var FlutterCupertinoCheckbox = createWebFComponent15({
|
|
519
556
|
tagName: "flutter-cupertino-checkbox",
|
|
520
557
|
displayName: "FlutterCupertinoCheckbox",
|
|
521
558
|
// Map props to attributes
|
|
@@ -564,8 +601,8 @@ var FlutterCupertinoCheckbox = createWebFComponent14({
|
|
|
564
601
|
});
|
|
565
602
|
|
|
566
603
|
// src/lib/src/button.tsx
|
|
567
|
-
import { createWebFComponent as
|
|
568
|
-
var FlutterCupertinoButton =
|
|
604
|
+
import { createWebFComponent as createWebFComponent16 } from "@openwebf/react-core-ui";
|
|
605
|
+
var FlutterCupertinoButton = createWebFComponent16({
|
|
569
606
|
tagName: "flutter-cupertino-button",
|
|
570
607
|
displayName: "FlutterCupertinoButton",
|
|
571
608
|
// Map props to attributes
|
|
@@ -598,8 +635,8 @@ var FlutterCupertinoButton = createWebFComponent15({
|
|
|
598
635
|
});
|
|
599
636
|
|
|
600
637
|
// src/lib/src/alert.tsx
|
|
601
|
-
import { createWebFComponent as
|
|
602
|
-
var FlutterCupertinoAlert =
|
|
638
|
+
import { createWebFComponent as createWebFComponent17 } from "@openwebf/react-core-ui";
|
|
639
|
+
var FlutterCupertinoAlert = createWebFComponent17({
|
|
603
640
|
tagName: "flutter-cupertino-alert",
|
|
604
641
|
displayName: "FlutterCupertinoAlert",
|
|
605
642
|
// Map props to attributes
|
|
@@ -650,8 +687,8 @@ var FlutterCupertinoAlert = createWebFComponent16({
|
|
|
650
687
|
});
|
|
651
688
|
|
|
652
689
|
// src/lib/src/action-sheet.tsx
|
|
653
|
-
import { createWebFComponent as
|
|
654
|
-
var FlutterCupertinoActionSheet =
|
|
690
|
+
import { createWebFComponent as createWebFComponent18 } from "@openwebf/react-core-ui";
|
|
691
|
+
var FlutterCupertinoActionSheet = createWebFComponent18({
|
|
655
692
|
tagName: "flutter-cupertino-action-sheet",
|
|
656
693
|
displayName: "FlutterCupertinoActionSheet",
|
|
657
694
|
// Map props to attributes
|
|
@@ -2058,6 +2095,8 @@ export {
|
|
|
2058
2095
|
FlutterCupertinoButton,
|
|
2059
2096
|
FlutterCupertinoCheckbox,
|
|
2060
2097
|
FlutterCupertinoContextMenu,
|
|
2098
|
+
FlutterCupertinoFormRow,
|
|
2099
|
+
FlutterCupertinoFormSection,
|
|
2061
2100
|
FlutterCupertinoIcon,
|
|
2062
2101
|
FlutterCupertinoListSection,
|
|
2063
2102
|
FlutterCupertinoListSectionFooter,
|