@plasmicpkgs/antd 0.0.5 → 0.0.9

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.
@@ -268,6 +268,7 @@ var checkboxGroupMeta = {
268
268
  },
269
269
  importPath: "antd/lib/checkbox/Group",
270
270
  importName: "CheckboxGroup",
271
+ parentComponentName: "AntdCheckbox",
271
272
  isDefaultExport: true
272
273
  };
273
274
  function registerCheckboxGroup(loader, customCheckboxGroupMeta) {
@@ -374,6 +375,7 @@ var collapstePanelMeta = {
374
375
  },
375
376
  importPath: "antd/lib/collapse/CollapsePanel",
376
377
  importName: "CollapsePanel",
378
+ parentComponentName: "AntdCollapse",
377
379
  isDefaultExport: true
378
380
  };
379
381
  function registerCollapsePanel(loader, customCollapsePanelMeta) {
@@ -497,7 +499,8 @@ var dropdownMeta = {
497
499
  },
498
500
  visible: {
499
501
  type: "boolean",
500
- description: "Whether the dropdown menu is currently visible"
502
+ description: "Toggle visibility of dropdown menu in Plasmic Editor",
503
+ editOnly: true
501
504
  },
502
505
  children: {
503
506
  type: "slot",
@@ -559,7 +562,8 @@ var dropdownButtonMeta = {
559
562
  },
560
563
  visible: {
561
564
  type: "boolean",
562
- description: "Whether the dropdown menu is currently visible"
565
+ description: "Toggle visibility of dropdown menu in Plasmic Editor",
566
+ editOnly: true
563
567
  },
564
568
  children: {
565
569
  type: "slot",
@@ -571,6 +575,7 @@ var dropdownButtonMeta = {
571
575
  },
572
576
  importPath: "antd/lib/dropdown/dropdown-button",
573
577
  importName: "DropdownButton",
578
+ parentComponentName: "AntdDropdown",
574
579
  isDefaultExport: true
575
580
  };
576
581
  function registerDropdownButton(loader, customDropdownButtonMeta) {
@@ -694,7 +699,8 @@ var inputTextAreaMeta = {
694
699
  },
695
700
  importPath: "antd/lib/input/TextArea",
696
701
  importName: "TextArea",
697
- isDefaultExport: true
702
+ isDefaultExport: true,
703
+ parentComponentName: "AntdInput"
698
704
  };
699
705
  function registerInputTextArea(loader, customInputTextAreaMeta) {
700
706
  var doRegisterComponent = function doRegisterComponent() {
@@ -768,7 +774,8 @@ var inputSearchMeta = {
768
774
  },
769
775
  importPath: "antd/lib/input/Search",
770
776
  importName: "Search",
771
- isDefaultExport: true
777
+ isDefaultExport: true,
778
+ parentComponentName: "AntdInput"
772
779
  };
773
780
  function registerInputSearch(loader, customInputSearchMeta) {
774
781
  var doRegisterComponent = function doRegisterComponent() {
@@ -838,7 +845,8 @@ var inputPasswordMeta = {
838
845
  },
839
846
  importPath: "antd/lib/input/Password",
840
847
  importName: "Password",
841
- isDefaultExport: true
848
+ isDefaultExport: true,
849
+ parentComponentName: "AntdInput"
842
850
  };
843
851
  function registerInputPassword(loader, customInputPasswordMeta) {
844
852
  var doRegisterComponent = function doRegisterComponent() {
@@ -873,7 +881,8 @@ var inputGroupMeta = {
873
881
  },
874
882
  importPath: "antd/lib/input/Group",
875
883
  importName: "InputGroup",
876
- isDefaultExport: true
884
+ isDefaultExport: true,
885
+ parentComponentName: "AntdInput"
877
886
  };
878
887
  function registerInputGroup(loader, customInputGroupMeta) {
879
888
  var doRegisterComponent = function doRegisterComponent() {
@@ -894,7 +903,8 @@ var menuDividerMeta = {
894
903
  },
895
904
  importPath: "antd/lib/menu/MenuDivider",
896
905
  importName: "MenuDivider",
897
- isDefaultExport: true
906
+ isDefaultExport: true,
907
+ parentComponentName: "AntdMenu"
898
908
  };
899
909
  function registerMenuDivider(loader, customMenuDividerMeta) {
900
910
  var doRegisterComponent = function doRegisterComponent() {
@@ -934,7 +944,8 @@ var menuItemMeta = {
934
944
  },
935
945
  importPath: "antd/lib/menu/MenuItem",
936
946
  importName: "MenuItem",
937
- isDefaultExport: true
947
+ isDefaultExport: true,
948
+ parentComponentName: "AntdMenu"
938
949
  };
939
950
  function registerMenuItem(loader, customMenuItemMeta) {
940
951
  var doRegisterComponent = function doRegisterComponent() {
@@ -964,7 +975,8 @@ var menuItemGroupMeta = {
964
975
  }
965
976
  },
966
977
  importPath: "rc-menu",
967
- importName: "ItemGroup"
978
+ importName: "ItemGroup",
979
+ parentComponentName: "AntdMenu"
968
980
  };
969
981
  function registerMenuItemGroup(loader, customMenuItemGroupMeta) {
970
982
  var doRegisterComponent = function doRegisterComponent() {
@@ -1007,7 +1019,8 @@ var subMenuMeta = {
1007
1019
  },
1008
1020
  importPath: "antd/lib/menu/SubMenu",
1009
1021
  importName: "SubMenu",
1010
- isDefaultExport: true
1022
+ isDefaultExport: true,
1023
+ parentComponentName: "AntdMenu"
1011
1024
  };
1012
1025
  function registerSubMenu(loader, customSubMenuMeta) {
1013
1026
  var doRegisterComponent = function doRegisterComponent() {
@@ -1152,7 +1165,8 @@ var optionMeta = {
1152
1165
  }
1153
1166
  },
1154
1167
  importPath: "rc-select",
1155
- importName: "Option"
1168
+ importName: "Option",
1169
+ parentComponentName: "AntdSelect"
1156
1170
  };
1157
1171
  function registerOption(loader, customOptionMeta) {
1158
1172
  var doRegisterComponent = function doRegisterComponent() {
@@ -1183,7 +1197,8 @@ var optGroupMeta = {
1183
1197
  }
1184
1198
  },
1185
1199
  importPath: "rc-select",
1186
- importName: "OptGroup"
1200
+ importName: "OptGroup",
1201
+ parentComponentName: "AntdSelect"
1187
1202
  };
1188
1203
  function registerOptGroup(loader, customOptGroupMeta) {
1189
1204
  var doRegisterComponent = function doRegisterComponent() {
@@ -1314,8 +1329,13 @@ var Slider = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
1314
1329
  newProps.defaultValue = [defaultValue != null ? defaultValue : 0, defaultValue2 != null ? defaultValue2 : 0];
1315
1330
  }
1316
1331
  } else {
1317
- newProps.value = value;
1318
- newProps.defaultValue = defaultValue;
1332
+ if (typeof value === "number") {
1333
+ newProps.value = value;
1334
+ }
1335
+
1336
+ if (typeof defaultValue === "number") {
1337
+ newProps.defaultValue = defaultValue;
1338
+ }
1319
1339
  }
1320
1340
 
1321
1341
  return React.createElement(antd.Slider, Object.assign({}, newProps, {
@@ -1 +1 @@
1
- {"version":3,"file":"antd.cjs.development.js","sources":["../src/registerButton.ts","../src/customControls.ts","../src/registerCheckbox.tsx","../src/registerCarousel.ts","../src/registerCollapse.ts","../src/registerDropdown.tsx","../src/registerInput.ts","../src/registerMenu.ts","../src/registerOption.ts","../src/registerSelect.ts","../src/registerSlider.tsx","../src/registerSwitch.ts","../src/index.ts"],"sourcesContent":["import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Button, ButtonProps } from \"antd\";\nimport { Registerable } from \"./registerable\";\n\nexport const buttonMeta: ComponentMeta<ButtonProps> = {\n name: \"AntdButton\",\n displayName: \"Antd Button\",\n props: {\n type: {\n type: \"choice\",\n options: [\"default\", \"primary\", \"ghost\", \"dashed\", \"link\", \"text\"],\n description: \"Can be set to primary, ghost, dashed, link, text, default\",\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"medium\", \"large\"],\n description: \"Set the size of button\",\n },\n shape: {\n type: \"choice\",\n options: [\"default\", \"circle\", \"round\"],\n description: \"Can be set button shape\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Disabled state of button\",\n },\n ghost: {\n type: \"boolean\",\n description:\n \"Make background transparent and invert text and border colors\",\n },\n danger: {\n type: \"boolean\",\n description: \"Set the danger status of button\",\n },\n block: {\n type: \"boolean\",\n description: \"Option to fit button width to its parent width\",\n },\n loading: {\n type: \"boolean\",\n description: \"Set the loading status of button\",\n },\n href: {\n type: \"string\",\n description: \"Redirect url of link button\",\n },\n target: {\n type: \"choice\",\n options: [\"_blank\", \"_self\", \"_parent\", \"_top\"],\n description:\n \"Same as target attribute of a, works when href is specified\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Button\",\n },\n ],\n },\n },\n importPath: \"antd\",\n importName: \"Button\",\n};\n\nexport function registerButton(\n loader?: Registerable,\n customButtonMeta?: ComponentMeta<ButtonProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Button, customButtonMeta ?? buttonMeta);\n}\n","import type React from \"react\";\n\ntype ReactElt = {\n children: ReactElt | ReactElt[];\n props: {\n children: ReactElt | ReactElt[];\n [prop: string]: any;\n } | null;\n type: React.ComponentType<any> | null;\n key: string | null;\n} | null;\n\n/**\n * Traverses the tree of elements from a `React.createElement`. Notice we can't\n * traverse elements created within the children's render function since this is\n * the tree before rendering.\n */\nexport function traverseReactEltTree(\n children: React.ReactNode,\n callback: (elt: ReactElt) => void\n) {\n const rec = (elts: ReactElt | ReactElt[] | null) => {\n (Array.isArray(elts) ? elts : [elts]).forEach((elt) => {\n if (elt) {\n callback(elt);\n if (elt.children) {\n rec(elt.children);\n }\n if (elt.props?.children && elt.props.children !== elt.children) {\n rec(elt.props.children);\n }\n }\n });\n };\n rec(children as any);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport Checkbox, { CheckboxProps } from \"antd/lib/checkbox/Checkbox\";\nimport CheckboxGroup, { CheckboxGroupProps } from \"antd/lib/checkbox/Group\";\nimport React from \"react\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\nclass CheckboxWrapper extends React.Component<CheckboxProps> {\n render() {\n return <Checkbox {...this.props} />;\n }\n}\n\nexport const checkboxMeta: ComponentMeta<CheckboxProps> = {\n name: \"AntdCheckbox\",\n displayName: \"Antd Checkbox\",\n props: {\n autoFocus: {\n type: \"boolean\",\n description: \"If get focus when component mounted\",\n },\n checked: {\n type: \"boolean\",\n editOnly: true,\n uncontrolledProp: \"defaultChecked\",\n description:\n \"Specifies the initial state: whether or not the checkbox is selected\",\n },\n disabled: {\n type: \"boolean\",\n description: \"If disable checkbox\",\n },\n indeterminate: {\n type: \"boolean\",\n description: \"The indeterminate checked state of checkbox\",\n },\n value: {\n type: \"string\",\n description: \"The checkbox value\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Checkbox\",\n },\n ],\n },\n },\n importPath: \"antd/lib/checkbox/Checkbox\",\n importName: \"Checkbox\",\n defaultStyles: {\n marginLeft: \"0\",\n },\n isDefaultExport: true,\n};\n\nexport function registerCheckbox(\n loader?: Registerable,\n customCheckboxMeta?: ComponentMeta<CheckboxProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(CheckboxWrapper, customCheckboxMeta ?? checkboxMeta);\n}\n\nexport const checkboxGroupMeta: ComponentMeta<CheckboxGroupProps> = {\n name: \"AntdCheckboxGroup\",\n displayName: \"Antd Checkbox Group\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"If disable all checkboxes\",\n },\n value: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n description: \"Default selected value\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (\n elt?.type === CheckboxWrapper &&\n typeof elt?.props?.value === \"string\"\n ) {\n options.add(elt.props.value);\n }\n });\n return Array.from(options.keys());\n },\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdCheckbox\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdCheckbox\",\n },\n ],\n },\n },\n importPath: \"antd/lib/checkbox/Group\",\n importName: \"CheckboxGroup\",\n isDefaultExport: true,\n};\n\nexport function registerCheckboxGroup(\n loader?: Registerable,\n customCheckboxGroupMeta?: ComponentMeta<CheckboxGroupProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(\n CheckboxGroup,\n customCheckboxGroupMeta ?? checkboxGroupMeta\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Carousel, CarouselProps } from \"antd\";\nimport { CSSProperties } from \"react\";\nimport { Registerable } from \"./registerable\";\n\nconst contentStyle: CSSProperties = {\n height: \"160px\",\n color: \"#fff\",\n lineHeight: \"160px\",\n textAlign: \"center\",\n backgroundColor: \"#364d79\",\n};\n\nexport const carouselMeta: ComponentMeta<CarouselProps> = {\n name: \"AntdCarousel\",\n displayName: \"Antd Carousel\",\n props: {\n autoplay: {\n type: \"boolean\",\n description: \"Whether to scroll automatically\",\n },\n dotPosition: {\n type: \"choice\",\n options: [\"top\", \"bottom\", \"left\", \"right\"],\n description: \"The position of the dots\",\n },\n dots: {\n type: \"boolean\",\n description: \"Whether to show the dots at the bottom of the gallery\",\n },\n effect: {\n type: \"choice\",\n options: [\"scrollx\", \"fade\"],\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"vbox\",\n children: {\n type: \"text\",\n value: \"1\",\n styles: contentStyle,\n },\n },\n {\n type: \"vbox\",\n children: {\n type: \"text\",\n value: \"2\",\n styles: contentStyle,\n },\n },\n ],\n },\n },\n importPath: \"antd\",\n importName: \"Carousel\",\n};\n\nexport function registerCarousel(\n loader?: Registerable,\n customCarouselMeta?: ComponentMeta<CarouselProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Carousel, customCarouselMeta ?? carouselMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { CollapsePanelProps, CollapseProps } from \"antd\";\nimport Collapse from \"antd/lib/collapse/Collapse\";\nimport CollapsePanel from \"antd/lib/collapse/CollapsePanel\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\nexport const collapstePanelMeta: ComponentMeta<CollapsePanelProps> = {\n name: \"AntdCollapsePanel\",\n displayName: \"Antd Collapse Panel\",\n props: {\n collapsible: {\n type: \"choice\",\n options: [\"header\", \"disabled\"],\n description:\n \"Specify whether the panel be collapsible or the trigger area of collapsible\",\n },\n forceRender: {\n type: \"boolean\",\n description:\n \"Forced render of content on panel, instead of lazy rending after clicking on header\",\n },\n header: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Header\",\n },\n ],\n },\n key: {\n type: \"string\",\n description: \"Unique key identifying the panel from among its siblings\",\n },\n showArrow: {\n type: \"boolean\",\n description: \"If false, panel will not show arrow icon\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Insert text here\",\n },\n ],\n },\n },\n importPath: \"antd/lib/collapse/CollapsePanel\",\n importName: \"CollapsePanel\",\n isDefaultExport: true,\n};\n\nexport function registerCollapsePanel(\n loader?: Registerable,\n customCollapsePanelMeta?: ComponentMeta<CollapsePanelProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(\n CollapsePanel,\n customCollapsePanelMeta ?? collapstePanelMeta\n );\n}\n\nexport const collapsteMeta: ComponentMeta<CollapseProps> = {\n name: \"AntdCollapse\",\n displayName: \"Antd Collapse\",\n props: {\n accordion: {\n type: \"boolean\",\n description: \"If true, Collapse renders as Accordion\",\n },\n activeKey: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultActiveKey\",\n description: \"Key of the active panel\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n // `children` is not defined in the Collapse props\n traverseReactEltTree((componentProps as any).children, (elt) => {\n if (elt?.type === CollapsePanel && typeof elt?.key === \"string\") {\n options.add(elt.key);\n }\n });\n return Array.from(options.keys());\n },\n },\n bordered: {\n type: \"boolean\",\n description: \"Toggles rendering of the border around the collapse block\",\n },\n collapsible: {\n type: \"choice\",\n options: [\"header\", \"disabled\"],\n description:\n \"Specify whether the panels of children be collapsible or the trigger area of collapsible\",\n },\n expandIconPosition: {\n type: \"choice\",\n options: [\"left\", \"right\"],\n description: \"Set expand icon position\",\n },\n ghost: {\n type: \"boolean\",\n description:\n \"Make the collapse borderless and its background transparent\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdCollapsePanel\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdCollapsePanel\",\n },\n ],\n },\n },\n importPath: \"antd/lib/collapse/Collapse\",\n importName: \"Collapse\",\n isDefaultExport: true,\n};\n\nexport function registerCollapse(\n loader?: Registerable,\n customCollapseMeta?: ComponentMeta<CollapseProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Collapse, customCollapseMeta ?? collapsteMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport AntdDropdown, {\n DropdownButtonProps,\n DropDownProps,\n} from \"antd/lib/dropdown\";\nimport DropdownButton from \"antd/lib/dropdown/dropdown-button\";\nimport React from \"react\";\nimport { Registerable } from \"./registerable\";\n\nexport class Dropdown extends React.Component<DropDownProps> {\n render() {\n const finalProps = { ...this.props };\n finalProps.children =\n typeof this.props.children === \"string\" ? (\n <div>{this.props.children}</div>\n ) : (\n this.props.children\n );\n return <AntdDropdown {...finalProps}>{}</AntdDropdown>;\n }\n}\n\nexport const dropdownMeta: ComponentMeta<DropDownProps> = {\n name: \"AntdDropdown\",\n displayName: \"Antd Dropdown\",\n props: {\n arrow: {\n type: \"boolean\",\n description: \"Whether the dropdown arrow should be visible\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the dropdown menu is disabled\",\n },\n overlay: {\n type: \"slot\",\n allowedComponents: [\"AntdMenu\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenu\",\n },\n ],\n },\n placement: {\n type: \"choice\",\n options: [\n \"bottomLeft\",\n \"bottomCenter\",\n \"bottomRight\",\n \"topLeft\",\n \"topCenter\",\n \"topRight\",\n ],\n description: \"Placement of popup menu\",\n },\n trigger: {\n type: \"choice\",\n options: [\"click\", \"hover\", \"contextMenu\"],\n description: \"The trigger mode which executes the dropdown action\",\n },\n visible: {\n type: \"boolean\",\n description: \"Whether the dropdown menu is currently visible\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Dropdown\",\n },\n ],\n },\n },\n importPath: \"@plasmicpkgs/antd\",\n importName: \"Dropdown\",\n};\n\nexport function registerDropdown(\n loader?: Registerable,\n customDropdownMeta?: ComponentMeta<DropDownProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Dropdown, customDropdownMeta ?? dropdownMeta);\n}\n\nexport const dropdownButtonMeta: ComponentMeta<DropdownButtonProps> = {\n name: \"AntdDropdownButton\",\n displayName: \"Antd Dropdown Button\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"Whether the dropdown menu is disabled\",\n },\n icon: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n overlay: {\n type: \"slot\",\n allowedComponents: [\"AntdMenu\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenu\",\n },\n ],\n },\n placement: {\n type: \"choice\",\n options: [\n \"bottomLeft\",\n \"bottomCenter\",\n \"bottomRight\",\n \"topLeft\",\n \"topCenter\",\n \"topRight\",\n ],\n description: \"Placement of popup menu\",\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"medium\", \"large\"],\n description: \"Set the size of button\",\n },\n trigger: {\n type: \"choice\",\n options: [\"click\", \"hover\", \"contextMenu\"],\n description: \"The trigger mode which executes the dropdown action\",\n },\n type: {\n type: \"choice\",\n options: [\"default\", \"primary\", \"ghost\", \"dashed\", \"link\", \"text\"],\n description: \"Can be set to primary, ghost, dashed, link, text, default\",\n },\n visible: {\n type: \"boolean\",\n description: \"Whether the dropdown menu is currently visible\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Dropdown\",\n },\n ],\n },\n },\n importPath: \"antd/lib/dropdown/dropdown-button\",\n importName: \"DropdownButton\",\n isDefaultExport: true,\n};\n\nexport function registerDropdownButton(\n loader?: Registerable,\n customDropdownButtonMeta?: ComponentMeta<DropDownProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(\n DropdownButton,\n customDropdownButtonMeta ?? dropdownButtonMeta\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Input, InputProps } from \"antd\";\nimport {\n GroupProps,\n PasswordProps,\n SearchProps,\n TextAreaProps,\n} from \"antd/lib/input\";\nimport InputGroup from \"antd/lib/input/Group\";\nimport Password from \"antd/lib/input/Password\";\nimport Search from \"antd/lib/input/Search\";\nimport TextArea from \"antd/lib/input/TextArea\";\nimport { Registerable } from \"./registerable\";\n\nexport const inputMeta: ComponentMeta<InputProps> = {\n name: \"AntdInput\",\n displayName: \"Antd Input\",\n props: {\n addonAfter: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n },\n suffix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n },\n importPath: \"antd\",\n importName: \"Input\",\n};\n\nexport function registerInput(\n loader?: Registerable,\n customInputMeta?: ComponentMeta<InputProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Input, customInputMeta ?? inputMeta);\n}\n\nexport const inputTextAreaMeta: ComponentMeta<TextAreaProps> = {\n name: \"AntdInputTextArea\",\n displayName: \"Antd Input Text Area\",\n props: {\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n autoSize: {\n type: \"object\",\n description:\n \"Height autosize feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n showCount: {\n type: \"boolean\",\n description: \"Whether show text count\",\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n },\n importPath: \"antd/lib/input/TextArea\",\n importName: \"TextArea\",\n isDefaultExport: true,\n};\n\nexport function registerInputTextArea(\n loader?: Registerable,\n customInputTextAreaMeta?: ComponentMeta<TextAreaProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(TextArea, customInputTextAreaMeta ?? inputTextAreaMeta);\n}\n\nexport const inputSearchMeta: ComponentMeta<SearchProps> = {\n name: \"AntdInputSearch\",\n displayName: \"Antd Input Search\",\n props: {\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n enterButton: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n loading: {\n type: \"boolean\",\n description: \"Search box with loading\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n },\n suffix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n },\n importPath: \"antd/lib/input/Search\",\n importName: \"Search\",\n isDefaultExport: true,\n};\n\nexport function registerInputSearch(\n loader?: Registerable,\n customInputSearchMeta?: ComponentMeta<SearchProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Search, customInputSearchMeta ?? inputSearchMeta);\n}\n\nexport const inputPasswordMeta: ComponentMeta<PasswordProps> = {\n name: \"AntdInputPassword\",\n displayName: \"Antd Input Password\",\n props: {\n addonAfter: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n visibilityToggle: {\n type: \"boolean\",\n description: \"Whether show toggle button\",\n },\n },\n importPath: \"antd/lib/input/Password\",\n importName: \"Password\",\n isDefaultExport: true,\n};\n\nexport function registerInputPassword(\n loader?: Registerable,\n customInputPasswordMeta?: ComponentMeta<PasswordProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Password, customInputPasswordMeta ?? inputPasswordMeta);\n}\n\nexport const inputGroupMeta: ComponentMeta<GroupProps> = {\n name: \"AntdInputGroup\",\n displayName: \"Antd Input Group\",\n props: {\n compact: {\n type: \"boolean\",\n description: \"Whether use compact style\",\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"default\", \"large\"],\n description:\n \"The size of Input.Group specifies the size of the included Input fields\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdInput\",\n },\n {\n type: \"component\",\n name: \"AntdInput\",\n },\n ],\n },\n },\n importPath: \"antd/lib/input/Group\",\n importName: \"InputGroup\",\n isDefaultExport: true,\n};\n\nexport function registerInputGroup(\n loader?: Registerable,\n customInputGroupMeta?: ComponentMeta<GroupProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(InputGroup, customInputGroupMeta ?? inputGroupMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { MenuItemProps, MenuProps, SubMenuProps } from \"antd\";\nimport { MenuDividerProps } from \"antd/lib/menu\";\nimport Menu from \"antd/lib/menu/index\";\nimport MenuDivider from \"antd/lib/menu/MenuDivider\";\nimport MenuItem from \"antd/lib/menu/MenuItem\";\nimport SubMenu from \"antd/lib/menu/SubMenu\";\nimport { ItemGroup, MenuItemGroupProps } from \"rc-menu\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\nexport const menuDividerMeta: ComponentMeta<MenuDividerProps> = {\n name: \"AntdMenuDivider\",\n displayName: \"Antd Menu Divider\",\n props: {\n dashed: {\n type: \"boolean\",\n description: \"Whether line is dashed\",\n },\n },\n importPath: \"antd/lib/menu/MenuDivider\",\n importName: \"MenuDivider\",\n isDefaultExport: true,\n};\n\nexport function registerMenuDivider(\n loader?: Registerable,\n customMenuDividerMeta?: ComponentMeta<MenuDividerProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(MenuDivider, customMenuDividerMeta ?? menuDividerMeta);\n}\n\nexport const menuItemMeta: ComponentMeta<MenuItemProps> = {\n name: \"AntdMenuItem\",\n displayName: \"Antd Menu Item\",\n props: {\n danger: {\n type: \"boolean\",\n description: \"Display the danger style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether disabled select\",\n },\n key: {\n type: \"string\",\n description: \"Unique ID of the menu item\",\n defaultValue: \"menuItemKey\",\n },\n title: {\n type: \"string\",\n description: \"Set display title for collapsed item\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Option\",\n },\n ],\n },\n },\n importPath: \"antd/lib/menu/MenuItem\",\n importName: \"MenuItem\",\n isDefaultExport: true,\n};\n\nexport function registerMenuItem(\n loader?: Registerable,\n customMenuItemMeta?: ComponentMeta<MenuItemProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(MenuItem, customMenuItemMeta ?? menuItemMeta);\n}\n\nexport const menuItemGroupMeta: ComponentMeta<MenuItemGroupProps> = {\n name: \"AntdMenuItemGroup\",\n displayName: \"Antd Menu Item Group\",\n props: {\n title: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Group\",\n },\n ],\n },\n children: {\n type: \"slot\",\n allowedComponents: [\n \"AntdMenuItem\",\n \"AntdMenuDivider\",\n \"AntdMenuItemGroup\",\n ],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenuItem\",\n },\n ],\n },\n },\n importPath: \"rc-menu\",\n importName: \"ItemGroup\",\n};\n\nexport function registerMenuItemGroup(\n loader?: Registerable,\n customMenuItemGroupMeta?: ComponentMeta<MenuItemProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(ItemGroup, customMenuItemGroupMeta ?? menuItemGroupMeta);\n}\n\nexport const subMenuMeta: ComponentMeta<SubMenuProps> = {\n name: \"AntdSubMenu\",\n displayName: \"Antd SubMenu\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"Whether sub-menu is disabled\",\n },\n key: {\n type: \"string\",\n description: \"Unique ID of the sub-menu\",\n defaultValue: \"subMenuKey\",\n },\n title: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Sub-menu\",\n },\n ],\n },\n children: {\n type: \"slot\",\n allowedComponents: [\n \"AntdMenuItem\",\n \"AntdMenuDivider\",\n \"AntdMenuItemGroup\",\n \"AntdSubMenu\",\n ],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenuItem\",\n props: {\n key: \"subMenuItemKey\",\n },\n },\n ],\n },\n },\n importPath: \"antd/lib/menu/SubMenu\",\n importName: \"SubMenu\",\n isDefaultExport: true,\n};\n\nexport function registerSubMenu(\n loader?: Registerable,\n customSubMenuMeta?: ComponentMeta<SubMenuProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(SubMenu, customSubMenuMeta ?? subMenuMeta);\n}\n\nexport const menuMeta: ComponentMeta<MenuProps> = {\n name: \"AntdMenu\",\n displayName: \"Antd Menu\",\n props: {\n expandIcon: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n forceSubMenuRender: {\n type: \"boolean\",\n description: \"Render submenu into DOM before it becomes visible\",\n },\n inlineIndent: {\n type: \"number\",\n description: \"Indent (in pixels) of inline menu items on each level\",\n },\n mode: {\n type: \"choice\",\n options: [\"horizontal\", \"vertical\", \"inline\"],\n description: \"Type of menu\",\n },\n multiple: {\n type: \"boolean\",\n description: \"Allows selection of multiple items\",\n },\n openKeys: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultOpenKeys\",\n description: \"Array with the keys of default opened sub menus\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (elt?.type === SubMenu && typeof elt?.key === \"string\") {\n options.add(elt.key);\n }\n });\n return Array.from(options.keys());\n },\n },\n overflowedIndicator: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n selectable: {\n type: \"boolean\",\n description: \"Allows selecting menu items\",\n },\n selectedKeys: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultSelectedKeys\",\n description: \"Array with the keys of default selected menu items\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (\n [SubMenu, MenuItem as any].includes(elt?.type) &&\n typeof elt?.key === \"string\"\n ) {\n options.add(elt.key);\n }\n });\n return Array.from(options.keys());\n },\n },\n subMenuCloseDelay: {\n type: \"number\",\n description: \"Delay time to hide submenu when mouse leaves (in seconds)\",\n },\n subMenuOpenDelay: {\n type: \"number\",\n description: \"Delay time to show submenu when mouse enters, (in seconds)\",\n },\n theme: {\n type: \"choice\",\n options: [\"light\", \"dark\"],\n description: \"Color theme of the menu\",\n },\n triggerSubMenuAction: {\n type: \"choice\",\n options: [\"hover\", \"click\"],\n description: \"Which action can trigger submenu open/close\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdMenuItem\", \"AntdMenuDivider\", \"AntdSubMenu\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenuItem\",\n },\n {\n type: \"component\",\n name: \"AntdSubMenu\",\n },\n ],\n },\n },\n importPath: \"antd/lib/menu/index\",\n importName: \"Menu\",\n isDefaultExport: true,\n};\n\nexport function registerMenu(\n loader?: Registerable,\n customMenuMeta?: ComponentMeta<MenuProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Menu, customMenuMeta ?? menuMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { OptGroup, Option } from \"rc-select\";\nimport { OptGroupProps } from \"rc-select/lib/OptGroup\";\nimport { OptionProps } from \"rc-select/lib/Option\";\nimport { Registerable } from \"./registerable\";\n\nexport const optionMeta: ComponentMeta<OptionProps> = {\n name: \"AntdOption\",\n displayName: \"Antd Option\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"Disable this option\",\n },\n title: {\n type: \"string\",\n description: \"title of Select after select this Option\",\n },\n value: {\n type: \"string\",\n description: \"Default to filter with this property\",\n },\n key: {\n type: \"string\",\n description: \"Option key\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Option\",\n },\n ],\n },\n },\n importPath: \"rc-select\",\n importName: \"Option\",\n};\n\nexport function registerOption(\n loader?: Registerable,\n customOptionMeta?: ComponentMeta<OptionProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Option, customOptionMeta ?? optionMeta);\n}\n\nexport const optGroupMeta: ComponentMeta<OptGroupProps> = {\n name: \"AntdOptionGroup\",\n displayName: \"Antd Option Group\",\n props: {\n key: {\n type: \"string\",\n description: \"Group key\",\n },\n label: {\n type: \"string\",\n description: \"Group label\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdOption\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdOption\",\n },\n ],\n },\n },\n importPath: \"rc-select\",\n importName: \"OptGroup\",\n};\n\nexport function registerOptGroup(\n loader?: Registerable,\n customOptGroupMeta?: ComponentMeta<OptGroupProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(OptGroup, customOptGroupMeta ?? optGroupMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Select } from \"antd\";\nimport { Option } from \"rc-select\";\nimport React from \"react\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\ntype SelectProps = React.ComponentProps<typeof Select>;\n\nexport const selectMeta: ComponentMeta<SelectProps> = {\n name: \"AntdSelect\",\n displayName: \"Antd Select\",\n props: {\n autoFocus: {\n type: \"boolean\",\n description: \"Get focus by default\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether disabled select\",\n },\n listHeight: {\n type: \"number\",\n description: \"Config popup height\",\n },\n loading: {\n type: \"boolean\",\n description: \"Indicate loading state\",\n },\n mode: {\n type: \"choice\",\n options: [\"multiple\", \"tags\"],\n description: \"Set mode of Select\",\n },\n open: {\n type: \"boolean\",\n editOnly: true,\n uncontrolledProp: \"defaultOpen\",\n description: \"Initial open state of dropdown\",\n },\n placeholder: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Select\",\n },\n ],\n },\n showArrow: {\n type: \"boolean\",\n description: \"Whether to show the drop-down arrow\",\n },\n showSearch: {\n type: \"boolean\",\n description: \"Whether show search input in single mode\",\n },\n size: {\n type: \"choice\",\n options: [\"large\", \"middle\", \"small\"],\n description: \"Set mode of Select\",\n },\n value: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n description: \"Initial selected option\",\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (elt?.type === Option && typeof elt?.props?.value === \"string\") {\n options.add(elt.props.value);\n }\n });\n return Array.from(options.keys());\n },\n },\n virtual: {\n type: \"boolean\",\n description: \"Disable virtual scroll when set to false\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdOption, AntdOptionGroup\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdOption\",\n props: {\n value: \"Option\",\n children: {\n type: \"text\",\n value: \"Option\",\n },\n },\n },\n ],\n },\n },\n importPath: \"antd\",\n importName: \"Select\",\n};\n\nexport function registerSelect(\n loader?: Registerable,\n customSelectMeta?: ComponentMeta<SelectProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Select, customSelectMeta ?? selectMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Slider as AntdSlider } from \"antd\";\nimport type { SliderRangeProps, SliderSingleProps } from \"antd/lib/slider\";\nimport React from \"react\";\nimport { Registerable } from \"./registerable\";\n\ntype SliderProps = Omit<\n SliderSingleProps | SliderRangeProps,\n \"value\" | \"defaultValue\"\n> & {\n value?: number;\n defaultValue?: number;\n value2?: number;\n defaultValue2?: number;\n};\n\nexport const Slider = React.forwardRef<unknown, SliderProps>(\n ({ value, defaultValue, value2, defaultValue2, ...props }, ref) => {\n const newProps = { ...props } as SliderSingleProps | SliderRangeProps;\n if (props.range) {\n if (typeof value === \"number\" || typeof value2 === \"number\") {\n newProps.value = [value ?? 0, value2 ?? 0];\n }\n if (\n typeof defaultValue === \"number\" ||\n typeof defaultValue2 === \"number\"\n ) {\n newProps.defaultValue = [defaultValue ?? 0, defaultValue2 ?? 0];\n }\n } else {\n newProps.value = value;\n newProps.defaultValue = defaultValue;\n }\n return <AntdSlider {...newProps} ref={ref} />;\n }\n);\n\nexport const sliderMeta: ComponentMeta<SliderProps> = {\n name: \"AntdSlider\",\n displayName: \"Antd Slider\",\n props: {\n max: {\n type: \"number\",\n description: \"The maximum value the slider can slide to\",\n },\n min: {\n type: \"number\",\n description: \"The minimum value the slider can slide to\",\n },\n included: {\n type: \"boolean\",\n description:\n \"Make effect when marks not null, true means containment and false means coordinative\",\n },\n disabled: {\n type: \"boolean\",\n description: \"If true, the slider will not be interactable\",\n },\n range: {\n type: \"boolean\",\n description: \"Dual thumb mode\",\n },\n reverse: {\n type: \"boolean\",\n description: \"Reverse the component\",\n },\n vertical: {\n type: \"boolean\",\n description: \"If true, the slider will be vertical\",\n },\n value: {\n type: \"number\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n description: \"The default value of slider\",\n },\n value2: {\n type: \"number\",\n displayName: \"value 2\",\n editOnly: true,\n uncontrolledProp: \"defaultValue2\",\n description: \"The default value for the second value of the slider\",\n hidden: (props) => !props.range,\n },\n step: {\n type: \"number\",\n description:\n \"The granularity the slider can step through values. Must greater than 0, and be divided by (max - min).\" +\n \" When marks no null, step can be null\",\n defaultValueHint: 1,\n },\n marks: {\n type: \"object\",\n description:\n \"Tick mark of Slider, type of key must be number, and must in closed interval [min, max],\" +\n \" each mark can declare its own style\",\n },\n },\n defaultStyles: {\n width: \"200px\",\n maxWidth: \"100%\",\n },\n importPath: \"@plasmicpkgs/antd\",\n importName: \"Slider\",\n};\n\nexport function registerSlider(\n loader?: Registerable,\n customSliderMeta?: ComponentMeta<SliderProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Slider, customSliderMeta ?? sliderMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Switch, SwitchProps } from \"antd\";\nimport { Registerable } from \"./registerable\";\n\nexport const switchMeta: ComponentMeta<SwitchProps> = {\n name: \"AntdSwitch\",\n displayName: \"Antd Switch\",\n props: {\n autoFocus: {\n type: \"boolean\",\n description: \"Whether get focus when component mounted\",\n },\n checked: {\n type: \"boolean\",\n editOnly: true,\n uncontrolledProp: \"defaultChecked\",\n description: \"Whether to set the initial state\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Disable switch\",\n },\n loading: {\n type: \"boolean\",\n description: \"Loading state of switch\",\n },\n checkedChildren: {\n type: \"slot\",\n defaultValue: [],\n hidePlaceholder: true,\n },\n unCheckedChildren: {\n type: \"slot\",\n defaultValue: [],\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"default\"],\n description: \"The size of the Switch\",\n },\n },\n importPath: \"antd\",\n importName: \"Switch\",\n};\n\nexport function registerSwitch(\n loader?: Registerable,\n customSwitchMeta?: ComponentMeta<SwitchProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Switch, customSwitchMeta ?? switchMeta);\n}\n","import { Registerable } from \"./registerable\";\nimport { registerButton } from \"./registerButton\";\nimport { registerCheckbox, registerCheckboxGroup } from \"./registerCheckbox\";\nimport { registerCarousel } from \"./registerCarousel\";\nimport { registerCollapse, registerCollapsePanel } from \"./registerCollapse\";\nimport { registerDropdown, registerDropdownButton } from \"./registerDropdown\";\nimport {\n registerInput,\n registerInputTextArea,\n registerInputSearch,\n registerInputPassword,\n registerInputGroup,\n} from \"./registerInput\";\nimport {\n registerMenu,\n registerMenuDivider,\n registerMenuItem,\n registerMenuItemGroup,\n registerSubMenu,\n} from \"./registerMenu\";\nimport { registerOptGroup, registerOption } from \"./registerOption\";\nimport { registerSelect } from \"./registerSelect\";\nimport { registerSlider } from \"./registerSlider\";\nimport { registerSwitch } from \"./registerSwitch\";\n\nexport * from \"./registerable\";\nexport * from \"./registerButton\";\nexport * from \"./registerCheckbox\";\nexport * from \"./registerCollapse\";\nexport * from \"./registerDropdown\";\nexport * from \"./registerInput\";\nexport * from \"./registerMenu\";\nexport * from \"./registerOption\";\nexport * from \"./registerSelect\";\nexport * from \"./registerSlider\";\nexport * from \"./registerSwitch\";\nexport * from \"./registerCarousel\";\n\nexport function registerAll(loader?: Registerable) {\n registerButton(loader);\n registerSlider(loader);\n registerSwitch(loader);\n registerOption(loader);\n registerOptGroup(loader);\n registerSelect(loader);\n registerCollapsePanel(loader);\n registerCollapse(loader);\n registerCheckbox(loader);\n registerCheckboxGroup(loader);\n registerMenuDivider(loader);\n registerMenuItem(loader);\n registerMenuItemGroup(loader);\n registerSubMenu(loader);\n registerMenu(loader);\n registerDropdown(loader);\n registerDropdownButton(loader);\n registerCarousel(loader);\n registerInput(loader);\n registerInputTextArea(loader);\n registerInputSearch(loader);\n registerInputPassword(loader);\n registerInputGroup(loader);\n}\n"],"names":["buttonMeta","name","displayName","props","type","options","description","size","shape","disabled","ghost","danger","block","loading","href","target","children","defaultValue","value","importPath","importName","registerButton","loader","customButtonMeta","doRegisterComponent","registerComponent","Button","traverseReactEltTree","callback","rec","elts","Array","isArray","forEach","elt","CheckboxWrapper","render","React","Checkbox","Component","checkboxMeta","autoFocus","checked","editOnly","uncontrolledProp","indeterminate","defaultStyles","marginLeft","isDefaultExport","registerCheckbox","customCheckboxMeta","checkboxGroupMeta","multiSelect","componentProps","Set","add","from","keys","allowedComponents","registerCheckboxGroup","customCheckboxGroupMeta","CheckboxGroup","contentStyle","height","color","lineHeight","textAlign","backgroundColor","carouselMeta","autoplay","dotPosition","dots","effect","styles","registerCarousel","customCarouselMeta","Carousel","collapstePanelMeta","collapsible","forceRender","header","key","showArrow","registerCollapsePanel","customCollapsePanelMeta","CollapsePanel","collapsteMeta","accordion","activeKey","bordered","expandIconPosition","registerCollapse","customCollapseMeta","Collapse","Dropdown","finalProps","AntdDropdown","dropdownMeta","arrow","overlay","placement","trigger","visible","registerDropdown","customDropdownMeta","dropdownButtonMeta","icon","hidePlaceholder","registerDropdownButton","customDropdownButtonMeta","DropdownButton","inputMeta","addonAfter","addonBefore","allowClear","id","maxLength","placeholder","prefix","suffix","registerInput","customInputMeta","Input","inputTextAreaMeta","autoSize","showCount","registerInputTextArea","customInputTextAreaMeta","TextArea","inputSearchMeta","enterButton","registerInputSearch","customInputSearchMeta","Search","inputPasswordMeta","visibilityToggle","registerInputPassword","customInputPasswordMeta","Password","inputGroupMeta","compact","registerInputGroup","customInputGroupMeta","InputGroup","menuDividerMeta","dashed","registerMenuDivider","customMenuDividerMeta","MenuDivider","menuItemMeta","title","registerMenuItem","customMenuItemMeta","MenuItem","menuItemGroupMeta","registerMenuItemGroup","customMenuItemGroupMeta","ItemGroup","subMenuMeta","registerSubMenu","customSubMenuMeta","SubMenu","menuMeta","expandIcon","forceSubMenuRender","inlineIndent","mode","multiple","openKeys","overflowedIndicator","selectable","selectedKeys","includes","subMenuCloseDelay","subMenuOpenDelay","theme","triggerSubMenuAction","registerMenu","customMenuMeta","Menu","optionMeta","registerOption","customOptionMeta","Option","optGroupMeta","label","registerOptGroup","customOptGroupMeta","OptGroup","selectMeta","listHeight","open","showSearch","virtual","registerSelect","customSelectMeta","Select","Slider","forwardRef","ref","value2","defaultValue2","newProps","range","AntdSlider","sliderMeta","max","min","included","reverse","vertical","hidden","step","defaultValueHint","marks","width","maxWidth","registerSlider","customSliderMeta","switchMeta","checkedChildren","unCheckedChildren","registerSwitch","customSwitchMeta","Switch","registerAll"],"mappings":"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"}
1
+ {"version":3,"file":"antd.cjs.development.js","sources":["../src/registerButton.ts","../src/customControls.ts","../src/registerCheckbox.tsx","../src/registerCarousel.ts","../src/registerCollapse.ts","../src/registerDropdown.tsx","../src/registerInput.ts","../src/registerMenu.ts","../src/registerOption.ts","../src/registerSelect.ts","../src/registerSlider.tsx","../src/registerSwitch.ts","../src/index.ts"],"sourcesContent":["import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Button, ButtonProps } from \"antd\";\nimport { Registerable } from \"./registerable\";\n\nexport const buttonMeta: ComponentMeta<ButtonProps> = {\n name: \"AntdButton\",\n displayName: \"Antd Button\",\n props: {\n type: {\n type: \"choice\",\n options: [\"default\", \"primary\", \"ghost\", \"dashed\", \"link\", \"text\"],\n description: \"Can be set to primary, ghost, dashed, link, text, default\",\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"medium\", \"large\"],\n description: \"Set the size of button\",\n },\n shape: {\n type: \"choice\",\n options: [\"default\", \"circle\", \"round\"],\n description: \"Can be set button shape\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Disabled state of button\",\n },\n ghost: {\n type: \"boolean\",\n description:\n \"Make background transparent and invert text and border colors\",\n },\n danger: {\n type: \"boolean\",\n description: \"Set the danger status of button\",\n },\n block: {\n type: \"boolean\",\n description: \"Option to fit button width to its parent width\",\n },\n loading: {\n type: \"boolean\",\n description: \"Set the loading status of button\",\n },\n href: {\n type: \"string\",\n description: \"Redirect url of link button\",\n },\n target: {\n type: \"choice\",\n options: [\"_blank\", \"_self\", \"_parent\", \"_top\"],\n description:\n \"Same as target attribute of a, works when href is specified\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Button\",\n },\n ],\n },\n },\n importPath: \"antd\",\n importName: \"Button\",\n};\n\nexport function registerButton(\n loader?: Registerable,\n customButtonMeta?: ComponentMeta<ButtonProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Button, customButtonMeta ?? buttonMeta);\n}\n","import type React from \"react\";\n\ntype ReactElt = {\n children: ReactElt | ReactElt[];\n props: {\n children: ReactElt | ReactElt[];\n [prop: string]: any;\n } | null;\n type: React.ComponentType<any> | null;\n key: string | null;\n} | null;\n\n/**\n * Traverses the tree of elements from a `React.createElement`. Notice we can't\n * traverse elements created within the children's render function since this is\n * the tree before rendering.\n */\nexport function traverseReactEltTree(\n children: React.ReactNode,\n callback: (elt: ReactElt) => void\n) {\n const rec = (elts: ReactElt | ReactElt[] | null) => {\n (Array.isArray(elts) ? elts : [elts]).forEach((elt) => {\n if (elt) {\n callback(elt);\n if (elt.children) {\n rec(elt.children);\n }\n if (elt.props?.children && elt.props.children !== elt.children) {\n rec(elt.props.children);\n }\n }\n });\n };\n rec(children as any);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport Checkbox, { CheckboxProps } from \"antd/lib/checkbox/Checkbox\";\nimport CheckboxGroup, { CheckboxGroupProps } from \"antd/lib/checkbox/Group\";\nimport React from \"react\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\nclass CheckboxWrapper extends React.Component<CheckboxProps> {\n render() {\n return <Checkbox {...this.props} />;\n }\n}\n\nexport const checkboxMeta: ComponentMeta<CheckboxProps> = {\n name: \"AntdCheckbox\",\n displayName: \"Antd Checkbox\",\n props: {\n autoFocus: {\n type: \"boolean\",\n description: \"If get focus when component mounted\",\n },\n checked: {\n type: \"boolean\",\n editOnly: true,\n uncontrolledProp: \"defaultChecked\",\n description:\n \"Specifies the initial state: whether or not the checkbox is selected\",\n },\n disabled: {\n type: \"boolean\",\n description: \"If disable checkbox\",\n },\n indeterminate: {\n type: \"boolean\",\n description: \"The indeterminate checked state of checkbox\",\n },\n value: {\n type: \"string\",\n description: \"The checkbox value\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Checkbox\",\n },\n ],\n },\n },\n importPath: \"antd/lib/checkbox/Checkbox\",\n importName: \"Checkbox\",\n defaultStyles: {\n marginLeft: \"0\",\n },\n isDefaultExport: true,\n};\n\nexport function registerCheckbox(\n loader?: Registerable,\n customCheckboxMeta?: ComponentMeta<CheckboxProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(CheckboxWrapper, customCheckboxMeta ?? checkboxMeta);\n}\n\nexport const checkboxGroupMeta: ComponentMeta<CheckboxGroupProps> = {\n name: \"AntdCheckboxGroup\",\n displayName: \"Antd Checkbox Group\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"If disable all checkboxes\",\n },\n value: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n description: \"Default selected value\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (\n elt?.type === CheckboxWrapper &&\n typeof elt?.props?.value === \"string\"\n ) {\n options.add(elt.props.value);\n }\n });\n return Array.from(options.keys());\n },\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdCheckbox\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdCheckbox\",\n },\n ],\n },\n },\n importPath: \"antd/lib/checkbox/Group\",\n importName: \"CheckboxGroup\",\n parentComponentName: \"AntdCheckbox\",\n isDefaultExport: true,\n};\n\nexport function registerCheckboxGroup(\n loader?: Registerable,\n customCheckboxGroupMeta?: ComponentMeta<CheckboxGroupProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(\n CheckboxGroup,\n customCheckboxGroupMeta ?? checkboxGroupMeta\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Carousel, CarouselProps } from \"antd\";\nimport { CSSProperties } from \"react\";\nimport { Registerable } from \"./registerable\";\n\nconst contentStyle: CSSProperties = {\n height: \"160px\",\n color: \"#fff\",\n lineHeight: \"160px\",\n textAlign: \"center\",\n backgroundColor: \"#364d79\",\n};\n\nexport const carouselMeta: ComponentMeta<CarouselProps> = {\n name: \"AntdCarousel\",\n displayName: \"Antd Carousel\",\n props: {\n autoplay: {\n type: \"boolean\",\n description: \"Whether to scroll automatically\",\n },\n dotPosition: {\n type: \"choice\",\n options: [\"top\", \"bottom\", \"left\", \"right\"],\n description: \"The position of the dots\",\n },\n dots: {\n type: \"boolean\",\n description: \"Whether to show the dots at the bottom of the gallery\",\n },\n effect: {\n type: \"choice\",\n options: [\"scrollx\", \"fade\"],\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"vbox\",\n children: {\n type: \"text\",\n value: \"1\",\n styles: contentStyle,\n },\n },\n {\n type: \"vbox\",\n children: {\n type: \"text\",\n value: \"2\",\n styles: contentStyle,\n },\n },\n ],\n },\n },\n importPath: \"antd\",\n importName: \"Carousel\",\n};\n\nexport function registerCarousel(\n loader?: Registerable,\n customCarouselMeta?: ComponentMeta<CarouselProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Carousel, customCarouselMeta ?? carouselMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { CollapsePanelProps, CollapseProps } from \"antd\";\nimport Collapse from \"antd/lib/collapse/Collapse\";\nimport CollapsePanel from \"antd/lib/collapse/CollapsePanel\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\nexport const collapstePanelMeta: ComponentMeta<CollapsePanelProps> = {\n name: \"AntdCollapsePanel\",\n displayName: \"Antd Collapse Panel\",\n props: {\n collapsible: {\n type: \"choice\",\n options: [\"header\", \"disabled\"],\n description:\n \"Specify whether the panel be collapsible or the trigger area of collapsible\",\n },\n forceRender: {\n type: \"boolean\",\n description:\n \"Forced render of content on panel, instead of lazy rending after clicking on header\",\n },\n header: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Header\",\n },\n ],\n },\n key: {\n type: \"string\",\n description: \"Unique key identifying the panel from among its siblings\",\n },\n showArrow: {\n type: \"boolean\",\n description: \"If false, panel will not show arrow icon\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Insert text here\",\n },\n ],\n },\n },\n importPath: \"antd/lib/collapse/CollapsePanel\",\n importName: \"CollapsePanel\",\n parentComponentName: \"AntdCollapse\",\n isDefaultExport: true,\n};\n\nexport function registerCollapsePanel(\n loader?: Registerable,\n customCollapsePanelMeta?: ComponentMeta<CollapsePanelProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(\n CollapsePanel,\n customCollapsePanelMeta ?? collapstePanelMeta\n );\n}\n\nexport const collapsteMeta: ComponentMeta<CollapseProps> = {\n name: \"AntdCollapse\",\n displayName: \"Antd Collapse\",\n props: {\n accordion: {\n type: \"boolean\",\n description: \"If true, Collapse renders as Accordion\",\n },\n activeKey: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultActiveKey\",\n description: \"Key of the active panel\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n // `children` is not defined in the Collapse props\n traverseReactEltTree((componentProps as any).children, (elt) => {\n if (elt?.type === CollapsePanel && typeof elt?.key === \"string\") {\n options.add(elt.key);\n }\n });\n return Array.from(options.keys());\n },\n },\n bordered: {\n type: \"boolean\",\n description: \"Toggles rendering of the border around the collapse block\",\n },\n collapsible: {\n type: \"choice\",\n options: [\"header\", \"disabled\"],\n description:\n \"Specify whether the panels of children be collapsible or the trigger area of collapsible\",\n },\n expandIconPosition: {\n type: \"choice\",\n options: [\"left\", \"right\"],\n description: \"Set expand icon position\",\n },\n ghost: {\n type: \"boolean\",\n description:\n \"Make the collapse borderless and its background transparent\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdCollapsePanel\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdCollapsePanel\",\n },\n ],\n },\n },\n importPath: \"antd/lib/collapse/Collapse\",\n importName: \"Collapse\",\n isDefaultExport: true,\n};\n\nexport function registerCollapse(\n loader?: Registerable,\n customCollapseMeta?: ComponentMeta<CollapseProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Collapse, customCollapseMeta ?? collapsteMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport AntdDropdown, {\n DropdownButtonProps,\n DropDownProps,\n} from \"antd/lib/dropdown\";\nimport DropdownButton from \"antd/lib/dropdown/dropdown-button\";\nimport React from \"react\";\nimport { Registerable } from \"./registerable\";\n\nexport class Dropdown extends React.Component<DropDownProps> {\n render() {\n const finalProps = { ...this.props };\n finalProps.children =\n typeof this.props.children === \"string\" ? (\n <div>{this.props.children}</div>\n ) : (\n this.props.children\n );\n return <AntdDropdown {...finalProps}>{}</AntdDropdown>;\n }\n}\n\nexport const dropdownMeta: ComponentMeta<DropDownProps> = {\n name: \"AntdDropdown\",\n displayName: \"Antd Dropdown\",\n props: {\n arrow: {\n type: \"boolean\",\n description: \"Whether the dropdown arrow should be visible\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the dropdown menu is disabled\",\n },\n overlay: {\n type: \"slot\",\n allowedComponents: [\"AntdMenu\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenu\",\n },\n ],\n },\n placement: {\n type: \"choice\",\n options: [\n \"bottomLeft\",\n \"bottomCenter\",\n \"bottomRight\",\n \"topLeft\",\n \"topCenter\",\n \"topRight\",\n ],\n description: \"Placement of popup menu\",\n },\n trigger: {\n type: \"choice\",\n options: [\"click\", \"hover\", \"contextMenu\"],\n description: \"The trigger mode which executes the dropdown action\",\n },\n visible: {\n type: \"boolean\",\n description: \"Toggle visibility of dropdown menu in Plasmic Editor\",\n editOnly: true,\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Dropdown\",\n },\n ],\n },\n },\n importPath: \"@plasmicpkgs/antd\",\n importName: \"Dropdown\",\n};\n\nexport function registerDropdown(\n loader?: Registerable,\n customDropdownMeta?: ComponentMeta<DropDownProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Dropdown, customDropdownMeta ?? dropdownMeta);\n}\n\nexport const dropdownButtonMeta: ComponentMeta<DropdownButtonProps> = {\n name: \"AntdDropdownButton\",\n displayName: \"Antd Dropdown Button\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"Whether the dropdown menu is disabled\",\n },\n icon: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n overlay: {\n type: \"slot\",\n allowedComponents: [\"AntdMenu\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenu\",\n },\n ],\n },\n placement: {\n type: \"choice\",\n options: [\n \"bottomLeft\",\n \"bottomCenter\",\n \"bottomRight\",\n \"topLeft\",\n \"topCenter\",\n \"topRight\",\n ],\n description: \"Placement of popup menu\",\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"medium\", \"large\"],\n description: \"Set the size of button\",\n },\n trigger: {\n type: \"choice\",\n options: [\"click\", \"hover\", \"contextMenu\"],\n description: \"The trigger mode which executes the dropdown action\",\n },\n type: {\n type: \"choice\",\n options: [\"default\", \"primary\", \"ghost\", \"dashed\", \"link\", \"text\"],\n description: \"Can be set to primary, ghost, dashed, link, text, default\",\n },\n visible: {\n type: \"boolean\",\n description: \"Toggle visibility of dropdown menu in Plasmic Editor\",\n editOnly: true,\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Dropdown\",\n },\n ],\n },\n },\n importPath: \"antd/lib/dropdown/dropdown-button\",\n importName: \"DropdownButton\",\n parentComponentName: \"AntdDropdown\",\n isDefaultExport: true,\n};\n\nexport function registerDropdownButton(\n loader?: Registerable,\n customDropdownButtonMeta?: ComponentMeta<DropDownProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(\n DropdownButton,\n customDropdownButtonMeta ?? dropdownButtonMeta\n );\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Input, InputProps } from \"antd\";\nimport {\n GroupProps,\n PasswordProps,\n SearchProps,\n TextAreaProps,\n} from \"antd/lib/input\";\nimport InputGroup from \"antd/lib/input/Group\";\nimport Password from \"antd/lib/input/Password\";\nimport Search from \"antd/lib/input/Search\";\nimport TextArea from \"antd/lib/input/TextArea\";\nimport { Registerable } from \"./registerable\";\n\nexport const inputMeta: ComponentMeta<InputProps> = {\n name: \"AntdInput\",\n displayName: \"Antd Input\",\n props: {\n addonAfter: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n },\n suffix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n },\n importPath: \"antd\",\n importName: \"Input\",\n};\n\nexport function registerInput(\n loader?: Registerable,\n customInputMeta?: ComponentMeta<InputProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Input, customInputMeta ?? inputMeta);\n}\n\nexport const inputTextAreaMeta: ComponentMeta<TextAreaProps> = {\n name: \"AntdInputTextArea\",\n displayName: \"Antd Input Text Area\",\n props: {\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n autoSize: {\n type: \"object\",\n description:\n \"Height autosize feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n showCount: {\n type: \"boolean\",\n description: \"Whether show text count\",\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n },\n importPath: \"antd/lib/input/TextArea\",\n importName: \"TextArea\",\n isDefaultExport: true,\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputTextArea(\n loader?: Registerable,\n customInputTextAreaMeta?: ComponentMeta<TextAreaProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(TextArea, customInputTextAreaMeta ?? inputTextAreaMeta);\n}\n\nexport const inputSearchMeta: ComponentMeta<SearchProps> = {\n name: \"AntdInputSearch\",\n displayName: \"Antd Input Search\",\n props: {\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n enterButton: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n loading: {\n type: \"boolean\",\n description: \"Search box with loading\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n },\n suffix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n },\n importPath: \"antd/lib/input/Search\",\n importName: \"Search\",\n isDefaultExport: true,\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputSearch(\n loader?: Registerable,\n customInputSearchMeta?: ComponentMeta<SearchProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Search, customInputSearchMeta ?? inputSearchMeta);\n}\n\nexport const inputPasswordMeta: ComponentMeta<PasswordProps> = {\n name: \"AntdInputPassword\",\n displayName: \"Antd Input Password\",\n props: {\n addonAfter: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n },\n visibilityToggle: {\n type: \"boolean\",\n description: \"Whether show toggle button\",\n },\n },\n importPath: \"antd/lib/input/Password\",\n importName: \"Password\",\n isDefaultExport: true,\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputPassword(\n loader?: Registerable,\n customInputPasswordMeta?: ComponentMeta<PasswordProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Password, customInputPasswordMeta ?? inputPasswordMeta);\n}\n\nexport const inputGroupMeta: ComponentMeta<GroupProps> = {\n name: \"AntdInputGroup\",\n displayName: \"Antd Input Group\",\n props: {\n compact: {\n type: \"boolean\",\n description: \"Whether use compact style\",\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"default\", \"large\"],\n description:\n \"The size of Input.Group specifies the size of the included Input fields\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdInput\",\n },\n {\n type: \"component\",\n name: \"AntdInput\",\n },\n ],\n },\n },\n importPath: \"antd/lib/input/Group\",\n importName: \"InputGroup\",\n isDefaultExport: true,\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputGroup(\n loader?: Registerable,\n customInputGroupMeta?: ComponentMeta<GroupProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(InputGroup, customInputGroupMeta ?? inputGroupMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { MenuItemProps, MenuProps, SubMenuProps } from \"antd\";\nimport { MenuDividerProps } from \"antd/lib/menu\";\nimport Menu from \"antd/lib/menu/index\";\nimport MenuDivider from \"antd/lib/menu/MenuDivider\";\nimport MenuItem from \"antd/lib/menu/MenuItem\";\nimport SubMenu from \"antd/lib/menu/SubMenu\";\nimport { ItemGroup, MenuItemGroupProps } from \"rc-menu\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\nexport const menuDividerMeta: ComponentMeta<MenuDividerProps> = {\n name: \"AntdMenuDivider\",\n displayName: \"Antd Menu Divider\",\n props: {\n dashed: {\n type: \"boolean\",\n description: \"Whether line is dashed\",\n },\n },\n importPath: \"antd/lib/menu/MenuDivider\",\n importName: \"MenuDivider\",\n isDefaultExport: true,\n parentComponentName: \"AntdMenu\",\n};\n\nexport function registerMenuDivider(\n loader?: Registerable,\n customMenuDividerMeta?: ComponentMeta<MenuDividerProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(MenuDivider, customMenuDividerMeta ?? menuDividerMeta);\n}\n\nexport const menuItemMeta: ComponentMeta<MenuItemProps> = {\n name: \"AntdMenuItem\",\n displayName: \"Antd Menu Item\",\n props: {\n danger: {\n type: \"boolean\",\n description: \"Display the danger style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether disabled select\",\n },\n key: {\n type: \"string\",\n description: \"Unique ID of the menu item\",\n defaultValue: \"menuItemKey\",\n },\n title: {\n type: \"string\",\n description: \"Set display title for collapsed item\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Option\",\n },\n ],\n },\n },\n importPath: \"antd/lib/menu/MenuItem\",\n importName: \"MenuItem\",\n isDefaultExport: true,\n parentComponentName: \"AntdMenu\",\n};\n\nexport function registerMenuItem(\n loader?: Registerable,\n customMenuItemMeta?: ComponentMeta<MenuItemProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(MenuItem, customMenuItemMeta ?? menuItemMeta);\n}\n\nexport const menuItemGroupMeta: ComponentMeta<MenuItemGroupProps> = {\n name: \"AntdMenuItemGroup\",\n displayName: \"Antd Menu Item Group\",\n props: {\n title: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Group\",\n },\n ],\n },\n children: {\n type: \"slot\",\n allowedComponents: [\n \"AntdMenuItem\",\n \"AntdMenuDivider\",\n \"AntdMenuItemGroup\",\n ],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenuItem\",\n },\n ],\n },\n },\n importPath: \"rc-menu\",\n importName: \"ItemGroup\",\n parentComponentName: \"AntdMenu\",\n};\n\nexport function registerMenuItemGroup(\n loader?: Registerable,\n customMenuItemGroupMeta?: ComponentMeta<MenuItemProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(ItemGroup, customMenuItemGroupMeta ?? menuItemGroupMeta);\n}\n\nexport const subMenuMeta: ComponentMeta<SubMenuProps> = {\n name: \"AntdSubMenu\",\n displayName: \"Antd SubMenu\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"Whether sub-menu is disabled\",\n },\n key: {\n type: \"string\",\n description: \"Unique ID of the sub-menu\",\n defaultValue: \"subMenuKey\",\n },\n title: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Sub-menu\",\n },\n ],\n },\n children: {\n type: \"slot\",\n allowedComponents: [\n \"AntdMenuItem\",\n \"AntdMenuDivider\",\n \"AntdMenuItemGroup\",\n \"AntdSubMenu\",\n ],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenuItem\",\n props: {\n key: \"subMenuItemKey\",\n },\n },\n ],\n },\n },\n importPath: \"antd/lib/menu/SubMenu\",\n importName: \"SubMenu\",\n isDefaultExport: true,\n parentComponentName: \"AntdMenu\",\n};\n\nexport function registerSubMenu(\n loader?: Registerable,\n customSubMenuMeta?: ComponentMeta<SubMenuProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(SubMenu, customSubMenuMeta ?? subMenuMeta);\n}\n\nexport const menuMeta: ComponentMeta<MenuProps> = {\n name: \"AntdMenu\",\n displayName: \"Antd Menu\",\n props: {\n expandIcon: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n forceSubMenuRender: {\n type: \"boolean\",\n description: \"Render submenu into DOM before it becomes visible\",\n },\n inlineIndent: {\n type: \"number\",\n description: \"Indent (in pixels) of inline menu items on each level\",\n },\n mode: {\n type: \"choice\",\n options: [\"horizontal\", \"vertical\", \"inline\"],\n description: \"Type of menu\",\n },\n multiple: {\n type: \"boolean\",\n description: \"Allows selection of multiple items\",\n },\n openKeys: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultOpenKeys\",\n description: \"Array with the keys of default opened sub menus\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (elt?.type === SubMenu && typeof elt?.key === \"string\") {\n options.add(elt.key);\n }\n });\n return Array.from(options.keys());\n },\n },\n overflowedIndicator: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n selectable: {\n type: \"boolean\",\n description: \"Allows selecting menu items\",\n },\n selectedKeys: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultSelectedKeys\",\n description: \"Array with the keys of default selected menu items\",\n multiSelect: true,\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (\n [SubMenu, MenuItem as any].includes(elt?.type) &&\n typeof elt?.key === \"string\"\n ) {\n options.add(elt.key);\n }\n });\n return Array.from(options.keys());\n },\n },\n subMenuCloseDelay: {\n type: \"number\",\n description: \"Delay time to hide submenu when mouse leaves (in seconds)\",\n },\n subMenuOpenDelay: {\n type: \"number\",\n description: \"Delay time to show submenu when mouse enters, (in seconds)\",\n },\n theme: {\n type: \"choice\",\n options: [\"light\", \"dark\"],\n description: \"Color theme of the menu\",\n },\n triggerSubMenuAction: {\n type: \"choice\",\n options: [\"hover\", \"click\"],\n description: \"Which action can trigger submenu open/close\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdMenuItem\", \"AntdMenuDivider\", \"AntdSubMenu\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdMenuItem\",\n },\n {\n type: \"component\",\n name: \"AntdSubMenu\",\n },\n ],\n },\n },\n importPath: \"antd/lib/menu/index\",\n importName: \"Menu\",\n isDefaultExport: true,\n};\n\nexport function registerMenu(\n loader?: Registerable,\n customMenuMeta?: ComponentMeta<MenuProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Menu, customMenuMeta ?? menuMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { OptGroup, Option } from \"rc-select\";\nimport { OptGroupProps } from \"rc-select/lib/OptGroup\";\nimport { OptionProps } from \"rc-select/lib/Option\";\nimport { Registerable } from \"./registerable\";\n\nexport const optionMeta: ComponentMeta<OptionProps> = {\n name: \"AntdOption\",\n displayName: \"Antd Option\",\n props: {\n disabled: {\n type: \"boolean\",\n description: \"Disable this option\",\n },\n title: {\n type: \"string\",\n description: \"title of Select after select this Option\",\n },\n value: {\n type: \"string\",\n description: \"Default to filter with this property\",\n },\n key: {\n type: \"string\",\n description: \"Option key\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Option\",\n },\n ],\n },\n },\n importPath: \"rc-select\",\n importName: \"Option\",\n parentComponentName: \"AntdSelect\",\n};\n\nexport function registerOption(\n loader?: Registerable,\n customOptionMeta?: ComponentMeta<OptionProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Option, customOptionMeta ?? optionMeta);\n}\n\nexport const optGroupMeta: ComponentMeta<OptGroupProps> = {\n name: \"AntdOptionGroup\",\n displayName: \"Antd Option Group\",\n props: {\n key: {\n type: \"string\",\n description: \"Group key\",\n },\n label: {\n type: \"string\",\n description: \"Group label\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdOption\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdOption\",\n },\n ],\n },\n },\n importPath: \"rc-select\",\n importName: \"OptGroup\",\n parentComponentName: \"AntdSelect\",\n};\n\nexport function registerOptGroup(\n loader?: Registerable,\n customOptGroupMeta?: ComponentMeta<OptGroupProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(OptGroup, customOptGroupMeta ?? optGroupMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Select } from \"antd\";\nimport { Option } from \"rc-select\";\nimport React from \"react\";\nimport { traverseReactEltTree } from \"./customControls\";\nimport { Registerable } from \"./registerable\";\n\ntype SelectProps = React.ComponentProps<typeof Select>;\n\nexport const selectMeta: ComponentMeta<SelectProps> = {\n name: \"AntdSelect\",\n displayName: \"Antd Select\",\n props: {\n autoFocus: {\n type: \"boolean\",\n description: \"Get focus by default\",\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether disabled select\",\n },\n listHeight: {\n type: \"number\",\n description: \"Config popup height\",\n },\n loading: {\n type: \"boolean\",\n description: \"Indicate loading state\",\n },\n mode: {\n type: \"choice\",\n options: [\"multiple\", \"tags\"],\n description: \"Set mode of Select\",\n },\n open: {\n type: \"boolean\",\n editOnly: true,\n uncontrolledProp: \"defaultOpen\",\n description: \"Initial open state of dropdown\",\n },\n placeholder: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"text\",\n value: \"Select\",\n },\n ],\n },\n showArrow: {\n type: \"boolean\",\n description: \"Whether to show the drop-down arrow\",\n },\n showSearch: {\n type: \"boolean\",\n description: \"Whether show search input in single mode\",\n },\n size: {\n type: \"choice\",\n options: [\"large\", \"middle\", \"small\"],\n description: \"Set mode of Select\",\n },\n value: {\n type: \"choice\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n description: \"Initial selected option\",\n options: (componentProps) => {\n const options = new Set<string>();\n traverseReactEltTree(componentProps.children, (elt) => {\n if (elt?.type === Option && typeof elt?.props?.value === \"string\") {\n options.add(elt.props.value);\n }\n });\n return Array.from(options.keys());\n },\n },\n virtual: {\n type: \"boolean\",\n description: \"Disable virtual scroll when set to false\",\n },\n children: {\n type: \"slot\",\n allowedComponents: [\"AntdOption, AntdOptionGroup\"],\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdOption\",\n props: {\n value: \"Option\",\n children: {\n type: \"text\",\n value: \"Option\",\n },\n },\n },\n ],\n },\n },\n importPath: \"antd\",\n importName: \"Select\",\n};\n\nexport function registerSelect(\n loader?: Registerable,\n customSelectMeta?: ComponentMeta<SelectProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Select, customSelectMeta ?? selectMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Slider as AntdSlider } from \"antd\";\nimport type { SliderRangeProps, SliderSingleProps } from \"antd/lib/slider\";\nimport React from \"react\";\nimport { Registerable } from \"./registerable\";\n\ntype SliderProps = Omit<\n SliderSingleProps | SliderRangeProps,\n \"value\" | \"defaultValue\"\n> & {\n value?: number;\n defaultValue?: number;\n value2?: number;\n defaultValue2?: number;\n};\n\nexport const Slider = React.forwardRef<unknown, SliderProps>(\n ({ value, defaultValue, value2, defaultValue2, ...props }, ref) => {\n const newProps = { ...props } as SliderSingleProps | SliderRangeProps;\n if (props.range) {\n if (typeof value === \"number\" || typeof value2 === \"number\") {\n newProps.value = [value ?? 0, value2 ?? 0];\n }\n if (\n typeof defaultValue === \"number\" ||\n typeof defaultValue2 === \"number\"\n ) {\n newProps.defaultValue = [defaultValue ?? 0, defaultValue2 ?? 0];\n }\n } else {\n if (typeof value === \"number\") {\n newProps.value = value;\n }\n if(typeof defaultValue === \"number\") {\n newProps.defaultValue = defaultValue;\n }\n }\n return <AntdSlider {...newProps} ref={ref} />;\n }\n);\n\nexport const sliderMeta: ComponentMeta<SliderProps> = {\n name: \"AntdSlider\",\n displayName: \"Antd Slider\",\n props: {\n max: {\n type: \"number\",\n description: \"The maximum value the slider can slide to\",\n },\n min: {\n type: \"number\",\n description: \"The minimum value the slider can slide to\",\n },\n included: {\n type: \"boolean\",\n description:\n \"Make effect when marks not null, true means containment and false means coordinative\",\n },\n disabled: {\n type: \"boolean\",\n description: \"If true, the slider will not be interactable\",\n },\n range: {\n type: \"boolean\",\n description: \"Dual thumb mode\",\n },\n reverse: {\n type: \"boolean\",\n description: \"Reverse the component\",\n },\n vertical: {\n type: \"boolean\",\n description: \"If true, the slider will be vertical\",\n },\n value: {\n type: \"number\",\n editOnly: true,\n uncontrolledProp: \"defaultValue\",\n description: \"The default value of slider\",\n },\n value2: {\n type: \"number\",\n displayName: \"value 2\",\n editOnly: true,\n uncontrolledProp: \"defaultValue2\",\n description: \"The default value for the second value of the slider\",\n hidden: (props) => !props.range,\n },\n step: {\n type: \"number\",\n description:\n \"The granularity the slider can step through values. Must greater than 0, and be divided by (max - min).\" +\n \" When marks no null, step can be null\",\n defaultValueHint: 1,\n },\n marks: {\n type: \"object\",\n description:\n \"Tick mark of Slider, type of key must be number, and must in closed interval [min, max],\" +\n \" each mark can declare its own style\",\n },\n },\n defaultStyles: {\n width: \"200px\",\n maxWidth: \"100%\",\n },\n importPath: \"@plasmicpkgs/antd\",\n importName: \"Slider\",\n};\n\nexport function registerSlider(\n loader?: Registerable,\n customSliderMeta?: ComponentMeta<SliderProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Slider, customSliderMeta ?? sliderMeta);\n}\n","import registerComponent, {\n ComponentMeta,\n} from \"@plasmicapp/host/registerComponent\";\nimport { Switch, SwitchProps } from \"antd\";\nimport { Registerable } from \"./registerable\";\n\nexport const switchMeta: ComponentMeta<SwitchProps> = {\n name: \"AntdSwitch\",\n displayName: \"Antd Switch\",\n props: {\n autoFocus: {\n type: \"boolean\",\n description: \"Whether get focus when component mounted\",\n },\n checked: {\n type: \"boolean\",\n editOnly: true,\n uncontrolledProp: \"defaultChecked\",\n description: \"Whether to set the initial state\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Disable switch\",\n },\n loading: {\n type: \"boolean\",\n description: \"Loading state of switch\",\n },\n checkedChildren: {\n type: \"slot\",\n defaultValue: [],\n hidePlaceholder: true,\n },\n unCheckedChildren: {\n type: \"slot\",\n defaultValue: [],\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"default\"],\n description: \"The size of the Switch\",\n },\n },\n importPath: \"antd\",\n importName: \"Switch\",\n};\n\nexport function registerSwitch(\n loader?: Registerable,\n customSwitchMeta?: ComponentMeta<SwitchProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Switch, customSwitchMeta ?? switchMeta);\n}\n","import { Registerable } from \"./registerable\";\nimport { registerButton } from \"./registerButton\";\nimport { registerCheckbox, registerCheckboxGroup } from \"./registerCheckbox\";\nimport { registerCarousel } from \"./registerCarousel\";\nimport { registerCollapse, registerCollapsePanel } from \"./registerCollapse\";\nimport { registerDropdown, registerDropdownButton } from \"./registerDropdown\";\nimport {\n registerInput,\n registerInputTextArea,\n registerInputSearch,\n registerInputPassword,\n registerInputGroup,\n} from \"./registerInput\";\nimport {\n registerMenu,\n registerMenuDivider,\n registerMenuItem,\n registerMenuItemGroup,\n registerSubMenu,\n} from \"./registerMenu\";\nimport { registerOptGroup, registerOption } from \"./registerOption\";\nimport { registerSelect } from \"./registerSelect\";\nimport { registerSlider } from \"./registerSlider\";\nimport { registerSwitch } from \"./registerSwitch\";\n\nexport * from \"./registerable\";\nexport * from \"./registerButton\";\nexport * from \"./registerCheckbox\";\nexport * from \"./registerCollapse\";\nexport * from \"./registerDropdown\";\nexport * from \"./registerInput\";\nexport * from \"./registerMenu\";\nexport * from \"./registerOption\";\nexport * from \"./registerSelect\";\nexport * from \"./registerSlider\";\nexport * from \"./registerSwitch\";\nexport * from \"./registerCarousel\";\n\nexport function registerAll(loader?: Registerable) {\n registerButton(loader);\n registerSlider(loader);\n registerSwitch(loader);\n registerOption(loader);\n registerOptGroup(loader);\n registerSelect(loader);\n registerCollapsePanel(loader);\n registerCollapse(loader);\n registerCheckbox(loader);\n registerCheckboxGroup(loader);\n registerMenuDivider(loader);\n registerMenuItem(loader);\n registerMenuItemGroup(loader);\n registerSubMenu(loader);\n registerMenu(loader);\n registerDropdown(loader);\n registerDropdownButton(loader);\n registerCarousel(loader);\n registerInput(loader);\n registerInputTextArea(loader);\n registerInputSearch(loader);\n registerInputPassword(loader);\n registerInputGroup(loader);\n}\n"],"names":["buttonMeta","name","displayName","props","type","options","description","size","shape","disabled","ghost","danger","block","loading","href","target","children","defaultValue","value","importPath","importName","registerButton","loader","customButtonMeta","doRegisterComponent","registerComponent","Button","traverseReactEltTree","callback","rec","elts","Array","isArray","forEach","elt","CheckboxWrapper","render","React","Checkbox","Component","checkboxMeta","autoFocus","checked","editOnly","uncontrolledProp","indeterminate","defaultStyles","marginLeft","isDefaultExport","registerCheckbox","customCheckboxMeta","checkboxGroupMeta","multiSelect","componentProps","Set","add","from","keys","allowedComponents","parentComponentName","registerCheckboxGroup","customCheckboxGroupMeta","CheckboxGroup","contentStyle","height","color","lineHeight","textAlign","backgroundColor","carouselMeta","autoplay","dotPosition","dots","effect","styles","registerCarousel","customCarouselMeta","Carousel","collapstePanelMeta","collapsible","forceRender","header","key","showArrow","registerCollapsePanel","customCollapsePanelMeta","CollapsePanel","collapsteMeta","accordion","activeKey","bordered","expandIconPosition","registerCollapse","customCollapseMeta","Collapse","Dropdown","finalProps","AntdDropdown","dropdownMeta","arrow","overlay","placement","trigger","visible","registerDropdown","customDropdownMeta","dropdownButtonMeta","icon","hidePlaceholder","registerDropdownButton","customDropdownButtonMeta","DropdownButton","inputMeta","addonAfter","addonBefore","allowClear","id","maxLength","placeholder","prefix","suffix","registerInput","customInputMeta","Input","inputTextAreaMeta","autoSize","showCount","registerInputTextArea","customInputTextAreaMeta","TextArea","inputSearchMeta","enterButton","registerInputSearch","customInputSearchMeta","Search","inputPasswordMeta","visibilityToggle","registerInputPassword","customInputPasswordMeta","Password","inputGroupMeta","compact","registerInputGroup","customInputGroupMeta","InputGroup","menuDividerMeta","dashed","registerMenuDivider","customMenuDividerMeta","MenuDivider","menuItemMeta","title","registerMenuItem","customMenuItemMeta","MenuItem","menuItemGroupMeta","registerMenuItemGroup","customMenuItemGroupMeta","ItemGroup","subMenuMeta","registerSubMenu","customSubMenuMeta","SubMenu","menuMeta","expandIcon","forceSubMenuRender","inlineIndent","mode","multiple","openKeys","overflowedIndicator","selectable","selectedKeys","includes","subMenuCloseDelay","subMenuOpenDelay","theme","triggerSubMenuAction","registerMenu","customMenuMeta","Menu","optionMeta","registerOption","customOptionMeta","Option","optGroupMeta","label","registerOptGroup","customOptGroupMeta","OptGroup","selectMeta","listHeight","open","showSearch","virtual","registerSelect","customSelectMeta","Select","Slider","forwardRef","ref","value2","defaultValue2","newProps","range","AntdSlider","sliderMeta","max","min","included","reverse","vertical","hidden","step","defaultValueHint","marks","width","maxWidth","registerSlider","customSliderMeta","switchMeta","checkedChildren","unCheckedChildren","registerSwitch","customSwitchMeta","Switch","registerAll"],"mappings":"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"}