@vireo-ai/trellis-ui 0.1.21 → 0.1.23
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/package.json +37 -11
- package/packages/client/types/assets/bridge.d.ts +27 -0
- package/packages/client/types/assets/full-runtime.generated.d.ts +2 -0
- package/packages/client/types/capabilities/calendar.d.ts +3 -0
- package/packages/client/types/capabilities/motion.d.ts +5 -0
- package/packages/client/types/capabilities/resizable.d.ts +5 -0
- package/packages/client/types/capabilities/sortable.d.ts +6 -0
- package/packages/client/types/components/accordion/entry.generated.d.ts +5 -0
- package/packages/client/types/components/app/contract.d.ts +8 -8
- package/packages/client/types/components/badge/contract.d.ts +2 -2
- package/packages/client/types/components/box/contract.d.ts +9 -9
- package/packages/client/types/components/button/contract.d.ts +3 -3
- package/packages/client/types/components/button/entry.generated.d.ts +4 -0
- package/packages/client/types/components/card/contract.d.ts +3 -3
- package/packages/client/types/components/checkbox/entry.generated.d.ts +5 -0
- package/packages/client/types/components/container/contract.d.ts +5 -5
- package/packages/client/types/components/date-picker/contract.d.ts +6 -6
- package/packages/client/types/components/date-picker/entry.generated.d.ts +5 -0
- package/packages/client/types/components/date-picker/index.d.ts +0 -1
- package/packages/client/types/components/date-picker/machine.d.ts +40 -40
- package/packages/client/types/components/dropdown/contract.d.ts +2 -2
- package/packages/client/types/components/dropdown/entry.generated.d.ts +5 -0
- package/packages/client/types/components/dropdown/machine.d.ts +8 -8
- package/packages/client/types/components/entry.generated.d.ts +28 -0
- package/packages/client/types/components/field/entry.generated.d.ts +5 -0
- package/packages/client/types/components/file-upload/contract.d.ts +1 -1
- package/packages/client/types/components/file-upload/entry.generated.d.ts +5 -0
- package/packages/client/types/components/file-upload/machine.d.ts +2 -2
- package/packages/client/types/components/flex/contract.d.ts +7 -7
- package/packages/client/types/components/frame/contract.d.ts +6 -6
- package/packages/client/types/components/grid/contract.d.ts +11 -11
- package/packages/client/types/components/image/contract.d.ts +2 -2
- package/packages/client/types/components/input/entry.generated.d.ts +5 -0
- package/packages/client/types/components/layout.d.ts +6 -6
- package/packages/client/types/components/menu/contract.d.ts +3 -3
- package/packages/client/types/components/modal/contract.d.ts +3 -3
- package/packages/client/types/components/modal/entry.generated.d.ts +5 -0
- package/packages/client/types/components/modal/machine.d.ts +12 -12
- package/packages/client/types/components/panels/contract.d.ts +1 -1
- package/packages/client/types/components/panels/entry.generated.d.ts +5 -0
- package/packages/client/types/components/radio/entry.generated.d.ts +5 -0
- package/packages/client/types/components/scroll-area/entry.generated.d.ts +5 -0
- package/packages/client/types/components/section/contract.d.ts +4 -4
- package/packages/client/types/components/select/contract.d.ts +4 -4
- package/packages/client/types/components/select/entry.generated.d.ts +5 -0
- package/packages/client/types/components/select/machine.d.ts +32 -32
- package/packages/client/types/components/sidebar/contract.d.ts +5 -5
- package/packages/client/types/components/sidebar/entry.generated.d.ts +5 -0
- package/packages/client/types/components/sidebar/index.d.ts +1 -1
- package/packages/client/types/components/slider/entry.generated.d.ts +5 -0
- package/packages/client/types/components/stack/contract.d.ts +7 -7
- package/packages/client/types/components/switch/entry.generated.d.ts +5 -0
- package/packages/client/types/components/table/contract.d.ts +9 -9
- package/packages/client/types/components/table/entry.generated.d.ts +5 -0
- package/packages/client/types/components/tabs/contract.d.ts +1 -1
- package/packages/client/types/components/tabs/entry.generated.d.ts +5 -0
- package/packages/client/types/components/tabs/machine.d.ts +2 -2
- package/packages/client/types/components/toast/contract.d.ts +2 -2
- package/packages/client/types/components/toast/entry.generated.d.ts +5 -0
- package/packages/client/types/components/toast/machine.d.ts +8 -8
- package/packages/client/types/core.d.ts +10 -0
- package/packages/client/types/directives/sortable.d.ts +1 -1
- package/packages/client/types/index.d.ts +3 -11
- package/packages/client/types/motion/animate.d.ts +1 -1
- package/packages/client/types/motion/controller.d.ts +1 -1
- package/packages/client/types/motion/index.d.ts +1 -1
- package/packages/client/types/motion/owned.d.ts +1 -1
- package/packages/client/types/motion/plan.d.ts +1 -1
- package/packages/client/types/motion/recipe.d.ts +1 -1
- package/packages/client/types/motion/reduced-motion.d.ts +1 -1
- package/packages/client/types/motion/targets.d.ts +1 -6
- package/packages/client/types/motion/view.d.ts +1 -1
- package/packages/client/types/runtime/engine/stream.d.ts +9 -3
- package/packages/client/types/runtime/layout-participant.d.ts +9 -0
- package/packages/client/types/runtime/ui.d.ts +10 -4
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/bridge.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/build-metadata.json +1268 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/anchored-popover-BXEMsLrA.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/anchored-popover-BXEMsLrA.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/bridge-B4S_D6hV.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/bridge-B4S_D6hV.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/cally-Z6G-rzr-.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/cally-Z6G-rzr-.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/codecs-Cb1ns_47.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/codecs-Cb1ns_47.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/collection-navigation-CtNDGKcQ.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/collection-navigation-CtNDGKcQ.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/common-DAxHCzB-.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/common-DAxHCzB-.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/controlled-open-Hy4-OT-6.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/controlled-open-Hy4-OT-6.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/core-DjoX4J-6.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/core-DjoX4J-6.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dismissable-layer-BROE-Ln2.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dismissable-layer-BROE-Ln2.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dom-qAeVl7dc.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dom-qAeVl7dc.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/element-adapter-native-data-key-CW8suC9A.js +6 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/element-adapter-native-data-key-CW8suC9A.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-5kNpQFGr.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-5kNpQFGr.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B85L90Qp.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B85L90Qp.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BGCM6LAW.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BGCM6LAW.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Bc-uE56r.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Bc-uE56r.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C-lyYGbo.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C-lyYGbo.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C6ldtrmy.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C6ldtrmy.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CPWoMIwn.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CPWoMIwn.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Co0bLLZE.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Co0bLLZE.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CtyXH8zf.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CtyXH8zf.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DGrOItIx.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DGrOItIx.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DHMRhcYF.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DHMRhcYF.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-De12QrT5.js +3 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-De12QrT5.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DgmqZx_W.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DgmqZx_W.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Dn6MRCe0.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Dn6MRCe0.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DoOgk6l4.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DoOgk6l4.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DxUOcPkU.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DxUOcPkU.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DyIjCOhT.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DyIjCOhT.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-K6qKowpw.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-K6qKowpw.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-oAIExc1V.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-oAIExc1V.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-xcXw-cEl.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-xcXw-cEl.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-scope-DtaPVNl5.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-scope-DtaPVNl5.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/form-control-BkVb2Qed.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/form-control-BkVb2Qed.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/machine-CX3wFSoV.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/machine-CX3wFSoV.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/merge-bindings-C8ewA_FD.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/merge-bindings-C8ewA_FD.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-Bpttk6iZ.js +3 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-Bpttk6iZ.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/number-BCZdoG0B.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/number-BCZdoG0B.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/props-change-2xfsIAEN.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/props-change-2xfsIAEN.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/resizable-BixtYF9M.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/resizable-BixtYF9M.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/scroll-lock-DOw7dmi1.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/scroll-lock-DOw7dmi1.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/semantic-observer-9VxzbQBi.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/semantic-observer-9VxzbQBi.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/styles-TfvwVPGw.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/styles-TfvwVPGw.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-xTjuF3uC.js +4 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-xTjuF3uC.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/accordion.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/button.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/checkbox.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/date-picker.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/dropdown.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/field.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/file-upload.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/index.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/input.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/modal.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/panels.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/radio.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/scroll-area.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/select.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/sidebar.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/slider.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/switch.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/table.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/tabs.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/toast.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/core.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js +1 -22146
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js.map +1 -1
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/logical-entry-manifest.json +395 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/trellis.js +9 -9
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/trellis.min.js +9 -9
|
@@ -71,18 +71,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
71
71
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
72
72
|
required: import("../../runtime/codecs").BoolCodec;
|
|
73
73
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
74
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
75
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
74
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
75
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
76
76
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
77
77
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
78
78
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
79
79
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
80
80
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
81
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
82
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
81
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
82
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
83
83
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
84
84
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
85
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
85
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
86
86
|
preset: import("../../runtime/codecs").StringCodec;
|
|
87
87
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
88
88
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -127,18 +127,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
127
127
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
128
128
|
required: import("../../runtime/codecs").BoolCodec;
|
|
129
129
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
130
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
131
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
130
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
131
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
132
132
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
133
133
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
134
134
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
135
135
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
136
136
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
137
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
138
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
137
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
138
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
139
139
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
140
140
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
141
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
141
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
142
142
|
preset: import("../../runtime/codecs").StringCodec;
|
|
143
143
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
144
144
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -190,18 +190,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
190
190
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
191
191
|
required: import("../../runtime/codecs").BoolCodec;
|
|
192
192
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
193
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
194
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
193
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
194
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
195
195
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
196
196
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
197
197
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
198
198
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
199
199
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
200
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
201
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
200
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
201
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
202
202
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
203
203
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
204
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
204
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
205
205
|
preset: import("../../runtime/codecs").StringCodec;
|
|
206
206
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
207
207
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -246,18 +246,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
246
246
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
247
247
|
required: import("../../runtime/codecs").BoolCodec;
|
|
248
248
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
249
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
250
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
249
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
250
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
251
251
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
252
252
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
253
253
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
254
254
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
255
255
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
256
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
257
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
256
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
257
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
258
258
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
259
259
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
260
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
260
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
261
261
|
preset: import("../../runtime/codecs").StringCodec;
|
|
262
262
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
263
263
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -309,18 +309,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
309
309
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
310
310
|
required: import("../../runtime/codecs").BoolCodec;
|
|
311
311
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
312
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
313
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
312
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
313
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
314
314
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
315
315
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
316
316
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
317
317
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
318
318
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
319
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
320
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
319
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
320
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
321
321
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
322
322
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
323
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
323
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
324
324
|
preset: import("../../runtime/codecs").StringCodec;
|
|
325
325
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
326
326
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -367,18 +367,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
367
367
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
368
368
|
required: import("../../runtime/codecs").BoolCodec;
|
|
369
369
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
370
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
371
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
370
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
371
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
372
372
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
373
373
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
374
374
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
375
375
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
376
376
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
377
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
378
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
377
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
378
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
379
379
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
380
380
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
381
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
381
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
382
382
|
preset: import("../../runtime/codecs").StringCodec;
|
|
383
383
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
384
384
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -432,18 +432,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
432
432
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
433
433
|
required: import("../../runtime/codecs").BoolCodec;
|
|
434
434
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
435
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
436
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
435
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
436
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
437
437
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
438
438
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
439
439
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
440
440
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
441
441
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
442
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
443
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
442
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
443
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
444
444
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
445
445
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
446
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
446
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
447
447
|
preset: import("../../runtime/codecs").StringCodec;
|
|
448
448
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
449
449
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -493,18 +493,18 @@ declare const datePickerHooks: readonly [Readonly<{
|
|
|
493
493
|
readonly: import("../../runtime/codecs").BoolCodec;
|
|
494
494
|
required: import("../../runtime/codecs").BoolCodec;
|
|
495
495
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
496
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
497
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
496
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
497
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
498
498
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
499
499
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
500
500
|
variant: import("../../runtime/codecs").OneOfCodec<"enhanced" | "native">;
|
|
501
501
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "neutral">;
|
|
502
502
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
503
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
504
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
503
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
504
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
505
505
|
close: import("../../runtime/codecs").OneOfCodec<"auto" | "confirm">;
|
|
506
506
|
presets: import("../../runtime/codecs").JsonCodec<import("./contract").DatePickerPreset[]>;
|
|
507
|
-
presetsPosition: import("../../runtime/codecs").OneOfCodec<"
|
|
507
|
+
presetsPosition: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
508
508
|
preset: import("../../runtime/codecs").StringCodec;
|
|
509
509
|
presetName: import("../../runtime/codecs").StringCodec;
|
|
510
510
|
triggerClass: import("../../runtime/codecs").StringCodec;
|
|
@@ -5,8 +5,8 @@ declare const DROPDOWN_ALIGNS: readonly ["start", "center", "end"];
|
|
|
5
5
|
type DropdownSide = Position;
|
|
6
6
|
type DropdownAlign = Alignment;
|
|
7
7
|
declare const dropdownSchema: {
|
|
8
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
9
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
8
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
9
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
10
10
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
11
11
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
12
12
|
open: import("../../runtime/codecs").BoolCodec;
|
|
@@ -25,8 +25,8 @@ declare const dropdownHooks: readonly [Readonly<{
|
|
|
25
25
|
tags: readonly string[];
|
|
26
26
|
context: Readonly<DropdownContext>;
|
|
27
27
|
props: Readonly<import("../..").SchemaToProps<{
|
|
28
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
29
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
28
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
29
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
30
30
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
31
31
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
32
32
|
open: import("../../runtime/codecs").BoolCodec;
|
|
@@ -40,8 +40,8 @@ declare const dropdownHooks: readonly [Readonly<{
|
|
|
40
40
|
tags: readonly string[];
|
|
41
41
|
context: Readonly<DropdownContext>;
|
|
42
42
|
props: Readonly<import("../..").SchemaToProps<{
|
|
43
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
44
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
43
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
44
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
45
45
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
46
46
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
47
47
|
open: import("../../runtime/codecs").BoolCodec;
|
|
@@ -62,8 +62,8 @@ declare const dropdownHooks: readonly [Readonly<{
|
|
|
62
62
|
tags: readonly string[];
|
|
63
63
|
context: Readonly<DropdownContext>;
|
|
64
64
|
props: Readonly<import("../..").SchemaToProps<{
|
|
65
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
66
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
65
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
66
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
67
67
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
68
68
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
69
69
|
open: import("../../runtime/codecs").BoolCodec;
|
|
@@ -77,8 +77,8 @@ declare const dropdownHooks: readonly [Readonly<{
|
|
|
77
77
|
tags: readonly string[];
|
|
78
78
|
context: Readonly<DropdownContext>;
|
|
79
79
|
props: Readonly<import("../..").SchemaToProps<{
|
|
80
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
81
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
80
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
81
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
82
82
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
83
83
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
84
84
|
open: import("../../runtime/codecs").BoolCodec;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Alpine as AlpineType } from 'alpinejs';
|
|
2
|
+
type ComponentsPlugin = (AlpineInstance: AlpineType) => void;
|
|
3
|
+
declare const components: ComponentsPlugin;
|
|
4
|
+
export { components };
|
|
5
|
+
export default components;
|
|
6
|
+
export type { ComponentsPlugin };
|
|
7
|
+
export * from './accordion/entry.generated';
|
|
8
|
+
export * from './button/entry.generated';
|
|
9
|
+
export * from './checkbox/entry.generated';
|
|
10
|
+
export * from './date-picker/entry.generated';
|
|
11
|
+
export * from './dropdown/entry.generated';
|
|
12
|
+
export * from './field/entry.generated';
|
|
13
|
+
export * from './file-upload/entry.generated';
|
|
14
|
+
export * from './input/entry.generated';
|
|
15
|
+
export * from './modal/entry.generated';
|
|
16
|
+
export * from './panels/entry.generated';
|
|
17
|
+
export * from './radio/entry.generated';
|
|
18
|
+
export * from './scroll-area/entry.generated';
|
|
19
|
+
export * from './select/entry.generated';
|
|
20
|
+
export * from './sidebar/entry.generated';
|
|
21
|
+
export * from './slider/entry.generated';
|
|
22
|
+
export * from './switch/entry.generated';
|
|
23
|
+
export * from './tabs/entry.generated';
|
|
24
|
+
export * from './toast/entry.generated';
|
|
25
|
+
export * from './table/entry.generated';
|
|
26
|
+
export * from '../capabilities/motion';
|
|
27
|
+
export * from '../capabilities/resizable';
|
|
28
|
+
export * from '../capabilities/sortable';
|
|
@@ -15,7 +15,7 @@ declare const fileUploadSchema: {
|
|
|
15
15
|
required: import("../../runtime/codecs").BoolCodec;
|
|
16
16
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
17
17
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
18
|
-
preview: import("../../runtime/codecs").OneOfCodec<"image" | "
|
|
18
|
+
preview: import("../../runtime/codecs").OneOfCodec<"image" | "auto" | "none">;
|
|
19
19
|
layout: import("../../runtime/codecs").OneOfCodec<"stack" | "inline">;
|
|
20
20
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg">;
|
|
21
21
|
heading: import("../../runtime/codecs").StringCodec;
|
|
@@ -68,7 +68,7 @@ declare const fileUploadHooks: readonly [Readonly<{
|
|
|
68
68
|
required: import("../../runtime/codecs").BoolCodec;
|
|
69
69
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
70
70
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
71
|
-
preview: import("../../runtime/codecs").OneOfCodec<"image" | "
|
|
71
|
+
preview: import("../../runtime/codecs").OneOfCodec<"image" | "auto" | "none">;
|
|
72
72
|
layout: import("../../runtime/codecs").OneOfCodec<"stack" | "inline">;
|
|
73
73
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg">;
|
|
74
74
|
heading: import("../../runtime/codecs").StringCodec;
|
|
@@ -100,7 +100,7 @@ declare const fileUploadHooks: readonly [Readonly<{
|
|
|
100
100
|
required: import("../../runtime/codecs").BoolCodec;
|
|
101
101
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
102
102
|
invalid: import("../../runtime/codecs").BoolCodec;
|
|
103
|
-
preview: import("../../runtime/codecs").OneOfCodec<"image" | "
|
|
103
|
+
preview: import("../../runtime/codecs").OneOfCodec<"image" | "auto" | "none">;
|
|
104
104
|
layout: import("../../runtime/codecs").OneOfCodec<"stack" | "inline">;
|
|
105
105
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg">;
|
|
106
106
|
heading: import("../../runtime/codecs").StringCodec;
|
|
@@ -10,19 +10,19 @@ declare const flexSchema: {
|
|
|
10
10
|
margin: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
11
11
|
marginX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
12
12
|
marginY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
13
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
13
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
14
14
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
15
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
16
|
-
width: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
17
|
-
height: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
15
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
16
|
+
width: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl" | "prose">;
|
|
17
|
+
height: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl">;
|
|
18
18
|
class: import("../../runtime/codecs").StringCodec;
|
|
19
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
20
|
-
justify: import("../../runtime/codecs").OneOfCodec<"
|
|
19
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "baseline" | "stretch">;
|
|
20
|
+
justify: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "between">;
|
|
21
21
|
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
22
22
|
gapX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
23
23
|
gapY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
24
24
|
as: import("../../runtime/codecs").OneOfCodec<"article" | "aside" | "div" | "footer" | "form" | "header" | "li" | "main" | "nav" | "ol" | "section" | "span" | "ul">;
|
|
25
|
-
display: import("../../runtime/codecs").OneOfCodec<"
|
|
25
|
+
display: import("../../runtime/codecs").OneOfCodec<"flex" | "none" | "inline-flex">;
|
|
26
26
|
direction: import("../../runtime/codecs").OneOfCodec<"row" | "column" | "row-reverse" | "column-reverse">;
|
|
27
27
|
wrap: import("../../runtime/codecs").OneOfCodec<"nowrap" | "wrap" | "wrap-reverse">;
|
|
28
28
|
};
|
|
@@ -25,11 +25,11 @@ declare const frameSchema: {
|
|
|
25
25
|
margin: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
26
26
|
marginX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
27
27
|
marginY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
28
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
28
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
29
29
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
30
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
31
|
-
width: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
32
|
-
height: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
30
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
31
|
+
width: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl" | "prose">;
|
|
32
|
+
height: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl" | "prose">;
|
|
33
33
|
class: import("../../runtime/codecs").StringCodec;
|
|
34
34
|
};
|
|
35
35
|
declare const frameRegionSchema: {
|
|
@@ -44,8 +44,8 @@ declare const frameRegionSchema: {
|
|
|
44
44
|
marginX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
45
45
|
marginY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
46
46
|
layout: import("../../runtime/codecs").OneOfCodec<"stack" | "row" | "block" | "cluster">;
|
|
47
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
48
|
-
justify: import("../../runtime/codecs").OneOfCodec<"
|
|
47
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "stretch">;
|
|
48
|
+
justify: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "between">;
|
|
49
49
|
class: import("../../runtime/codecs").StringCodec;
|
|
50
50
|
};
|
|
51
51
|
declare const frameBodySchema: {
|
|
@@ -11,24 +11,24 @@ declare const gridSchema: {
|
|
|
11
11
|
margin: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
12
12
|
marginX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
13
13
|
marginY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
14
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
14
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
15
15
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
16
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
17
|
-
width: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
18
|
-
height: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
16
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
17
|
+
width: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl" | "prose">;
|
|
18
|
+
height: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl">;
|
|
19
19
|
class: import("../../runtime/codecs").StringCodec;
|
|
20
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
21
|
-
justify: import("../../runtime/codecs").OneOfCodec<"
|
|
20
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "baseline" | "stretch">;
|
|
21
|
+
justify: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "between">;
|
|
22
22
|
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
23
23
|
gapX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
24
24
|
gapY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
25
25
|
as: import("../../runtime/codecs").OneOfCodec<"article" | "aside" | "div" | "footer" | "form" | "header" | "li" | "main" | "nav" | "ol" | "section" | "span" | "ul">;
|
|
26
|
-
display: import("../../runtime/codecs").OneOfCodec<"
|
|
27
|
-
columns: import("../../runtime/codecs").OneOfCodec<"1" | "2" | "3" | "
|
|
28
|
-
rows: import("../../runtime/codecs").OneOfCodec<"1" | "2" | "3" | "
|
|
26
|
+
display: import("../../runtime/codecs").OneOfCodec<"grid" | "none" | "inline-grid">;
|
|
27
|
+
columns: import("../../runtime/codecs").OneOfCodec<"1" | "2" | "3" | "4" | "5" | "6" | "none">;
|
|
28
|
+
rows: import("../../runtime/codecs").OneOfCodec<"1" | "2" | "3" | "4" | "5" | "6" | "none">;
|
|
29
29
|
flow: import("../../runtime/codecs").OneOfCodec<"row" | "column" | "dense" | "row-dense" | "column-dense">;
|
|
30
|
-
alignContent: import("../../runtime/codecs").OneOfCodec<"
|
|
31
|
-
justifyItems: import("../../runtime/codecs").OneOfCodec<"
|
|
30
|
+
alignContent: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "stretch" | "between">;
|
|
31
|
+
justifyItems: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "stretch">;
|
|
32
32
|
};
|
|
33
33
|
type GridDisplay = typeof GRID_DISPLAYS[number];
|
|
34
34
|
type GridFlow = typeof GRID_FLOWS[number];
|
|
@@ -5,9 +5,9 @@ declare const IMAGE_DECODINGS: readonly ["async", "sync", "auto"];
|
|
|
5
5
|
declare const imageSchema: {
|
|
6
6
|
src: import("../../runtime/codecs").StringCodec;
|
|
7
7
|
alt: import("../../runtime/codecs").StringCodec;
|
|
8
|
-
fit: import("../../runtime/codecs").OneOfCodec<"fill" | "
|
|
8
|
+
fit: import("../../runtime/codecs").OneOfCodec<"fill" | "contain" | "none" | "cover" | "scale-down">;
|
|
9
9
|
loading: import("../../runtime/codecs").OneOfCodec<"eager" | "lazy">;
|
|
10
|
-
decoding: import("../../runtime/codecs").OneOfCodec<"
|
|
10
|
+
decoding: import("../../runtime/codecs").OneOfCodec<"auto" | "sync" | "async">;
|
|
11
11
|
class: import("../../runtime/codecs").StringCodec;
|
|
12
12
|
imageClass: import("../../runtime/codecs").StringCodec;
|
|
13
13
|
};
|
|
@@ -13,11 +13,11 @@ declare const layoutSurfaceSchema: {
|
|
|
13
13
|
margin: import("../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
14
14
|
marginX: import("../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
15
15
|
marginY: import("../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
16
|
-
surface: import("../runtime/codecs").OneOfCodec<"
|
|
16
|
+
surface: import("../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
17
17
|
radius: import("../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
18
|
-
elevation: import("../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
19
|
-
width: import("../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
20
|
-
height: import("../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
18
|
+
elevation: import("../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
19
|
+
width: import("../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl" | "prose">;
|
|
20
|
+
height: import("../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl">;
|
|
21
21
|
class: import("../runtime/codecs").StringCodec;
|
|
22
22
|
};
|
|
23
23
|
declare const layoutSpacingSchema: {
|
|
@@ -26,8 +26,8 @@ declare const layoutSpacingSchema: {
|
|
|
26
26
|
gapY: import("../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
27
27
|
};
|
|
28
28
|
declare const layoutAlignmentSchema: {
|
|
29
|
-
align: import("../runtime/codecs").OneOfCodec<"
|
|
30
|
-
justify: import("../runtime/codecs").OneOfCodec<"
|
|
29
|
+
align: import("../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "baseline" | "stretch">;
|
|
30
|
+
justify: import("../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "between">;
|
|
31
31
|
};
|
|
32
32
|
declare const layoutSurfaceDetails: {
|
|
33
33
|
padding: {
|
|
@@ -9,15 +9,15 @@ declare const MENU_ELEVATIONS: readonly ["none", "match", "1", "2", "3", "4", "5
|
|
|
9
9
|
declare const menuSchema: {
|
|
10
10
|
keepOpen: import("../../runtime/codecs").BoolCodec;
|
|
11
11
|
loop: import("../../runtime/codecs").BoolCodec;
|
|
12
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
13
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
12
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
13
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
14
14
|
class: import("../../runtime/codecs").StringCodec;
|
|
15
15
|
};
|
|
16
16
|
declare const menuItemSchema: {
|
|
17
17
|
as: import("../../runtime/codecs").OneOfCodec<"a" | "button">;
|
|
18
18
|
variant: import("../../runtime/codecs").OneOfCodec<"default" | "filled" | "subtle" | "ghost">;
|
|
19
19
|
color: import("../../runtime/codecs").OneOfCodec<"accent" | "danger" | "neutral" | "success" | "warning">;
|
|
20
|
-
type: import("../../runtime/codecs").OneOfCodec<"button" | "
|
|
20
|
+
type: import("../../runtime/codecs").OneOfCodec<"button" | "reset" | "submit">;
|
|
21
21
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
22
22
|
keepOpen: import("../../runtime/codecs").BoolCodec;
|
|
23
23
|
icon: import("../../runtime/codecs").StringCodec;
|
|
@@ -16,10 +16,10 @@ declare const modalSchema: {
|
|
|
16
16
|
name: import("../../runtime/codecs").StringCodec;
|
|
17
17
|
open: import("../../runtime/codecs").BoolCodec;
|
|
18
18
|
mode: import("../../runtime/codecs").OneOfCodec<"modal" | "sheet">;
|
|
19
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
19
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
20
20
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg" | "full" | "xl">;
|
|
21
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
22
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
21
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
22
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
23
23
|
dismissible: import("../../runtime/codecs").BoolCodec;
|
|
24
24
|
closable: import("../../runtime/codecs").BoolCodec;
|
|
25
25
|
disabled: import("../../runtime/codecs").BoolCodec;
|