@plasmicpkgs/antd 0.0.75 → 0.0.78

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.
Files changed (51) hide show
  1. package/dist/antd.cjs.development.js +5 -5
  2. package/dist/antd.cjs.development.js.map +1 -1
  3. package/dist/antd.cjs.production.min.js +1 -1
  4. package/dist/antd.cjs.production.min.js.map +1 -1
  5. package/dist/antd.esm.js +5 -5
  6. package/dist/antd.esm.js.map +1 -1
  7. package/package.json +7 -6
  8. package/skinny/customControls-8143c119.js +27 -0
  9. package/skinny/customControls-8143c119.js.map +1 -0
  10. package/skinny/customControls.d.ts +17 -0
  11. package/skinny/index.d.ts +15 -0
  12. package/skinny/package.json +3 -0
  13. package/skinny/registerButton.d.ts +5 -0
  14. package/skinny/registerButton.js +98 -0
  15. package/skinny/registerButton.js.map +1 -0
  16. package/skinny/registerCarousel.d.ts +5 -0
  17. package/skinny/registerCarousel.js +84 -0
  18. package/skinny/registerCarousel.js.map +1 -0
  19. package/skinny/registerCheckbox.d.ts +8 -0
  20. package/skinny/registerCheckbox.js +144 -0
  21. package/skinny/registerCheckbox.js.map +1 -0
  22. package/skinny/registerCollapse.d.ts +14 -0
  23. package/skinny/registerCollapse.js +177 -0
  24. package/skinny/registerCollapse.js.map +1 -0
  25. package/skinny/registerDropdown.d.ts +11 -0
  26. package/skinny/registerDropdown.js +194 -0
  27. package/skinny/registerDropdown.js.map +1 -0
  28. package/skinny/registerInput.d.ts +14 -0
  29. package/skinny/registerInput.js +345 -0
  30. package/skinny/registerInput.js.map +1 -0
  31. package/skinny/registerMenu.d.ts +15 -0
  32. package/skinny/registerMenu.js +330 -0
  33. package/skinny/registerMenu.js.map +1 -0
  34. package/skinny/registerOption.d.ts +8 -0
  35. package/skinny/registerOption.js +99 -0
  36. package/skinny/registerOption.js.map +1 -0
  37. package/skinny/registerSelect.d.ts +8 -0
  38. package/skinny/registerSelect.js +148 -0
  39. package/skinny/registerSelect.js.map +1 -0
  40. package/skinny/registerSlider.d.ts +19 -0
  41. package/skinny/registerSlider.js +124 -0
  42. package/skinny/registerSlider.js.map +1 -0
  43. package/skinny/registerSwitch.d.ts +5 -0
  44. package/skinny/registerSwitch.js +73 -0
  45. package/skinny/registerSwitch.js.map +1 -0
  46. package/skinny/registerTabs.d.ts +13 -0
  47. package/skinny/registerTabs.js +259 -0
  48. package/skinny/registerTabs.js.map +1 -0
  49. package/skinny/registerable.d.ts +4 -0
  50. package/skinny/tslib.es6-40998fef.js +59 -0
  51. package/skinny/tslib.es6-40998fef.js.map +1 -0
@@ -1,2 +1,2 @@
1
- "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("@plasmicapp/host/registerComponent")),n=e(require("antd/lib/button")),o=e(require("antd/lib/checkbox/Checkbox")),i=e(require("antd/lib/checkbox/Group")),a=e(require("react")),l=e(require("antd/lib/carousel")),r=e(require("antd/lib/collapse/Collapse")),p=e(require("antd/lib/collapse/CollapsePanel")),d=e(require("antd/lib/dropdown")),u=e(require("antd/lib/dropdown/dropdown-button")),s=e(require("antd/lib/input")),c=e(require("antd/lib/input/Group")),h=e(require("antd/lib/input/Password")),y=e(require("antd/lib/input/Search")),f=e(require("antd/lib/input/TextArea")),m=e(require("antd/lib/menu/index")),b=e(require("antd/lib/menu/MenuDivider")),g=e(require("antd/lib/menu/MenuItem")),v=e(require("antd/lib/menu/SubMenu")),x=require("rc-menu"),V=require("rc-select"),A=e(require("antd/lib/select")),w=e(require("antd/lib/slider")),C=e(require("antd/lib/switch")),P=require("antd"),H=e(require("antd/lib/tabs")),k=require("rc-tabs"),I={name:"AntdButton",displayName:"Antd Button",props:{type:{type:"choice",options:["default","primary","ghost","dashed","link","text"],description:"Can be set to primary, ghost, dashed, link, text, default",defaultValueHint:"default"},size:{type:"choice",options:["small","medium","large"],description:"Set the size of button",defaultValueHint:"medium"},shape:{type:"choice",options:["default","circle","round"],description:"Can be set button shape",defaultValueHint:"default"},disabled:{type:"boolean",description:"Disabled state of button",defaultValueHint:!1},ghost:{type:"boolean",description:"Make background transparent and invert text and border colors",defaultValueHint:!1},danger:{type:"boolean",description:"Set the danger status of button",defaultValueHint:!1},block:{type:"boolean",description:"Option to fit button width to its parent width",defaultValueHint:!1},loading:{type:"boolean",description:"Set the loading status of button",defaultValueHint:!1},href:{type:"string",description:"Redirect url of link button"},target:{type:"choice",options:["_blank","_self","_parent","_top"],description:"Same as target attribute of a, works when href is specified",hidden:function(e){return!e.href},defaultValueHint:"_self"},children:{type:"slot",defaultValue:[{type:"text",value:"Button"}]}},importPath:"antd/lib/button",isDefaultExport:!0,importName:"Button"};function M(e,o){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(n,null!=o?o:I)}function S(){return(S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}function T(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,(Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function N(e,t){if(null==e)return{};var n,o,i={},a=Object.keys(e);for(o=0;o<a.length;o++)t.indexOf(n=a[o])>=0||(i[n]=e[n]);return i}function O(e,t){!function e(n){(Array.isArray(n)?n:[n]).forEach((function(n){var o;n&&(t(n),n.children&&e(n.children),null!=(o=n.props)&&o.children&&n.props.children!==n.children&&e(n.props.children))}))}(e)}var D=function(e){function t(){return e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){return a.createElement(o,Object.assign({},this.props))},t}(a.Component),E={name:"AntdCheckbox",displayName:"Antd Checkbox",props:{autoFocus:{type:"boolean",description:"If get focus when component mounted",defaultValueHint:!1},checked:{type:"boolean",editOnly:!0,uncontrolledProp:"defaultChecked",description:"Specifies the initial state: whether or not the checkbox is selected",defaultValueHint:!1},disabled:{type:"boolean",description:"If disable checkbox",defaultValueHint:!1},indeterminate:{type:"boolean",description:"The indeterminate checked state of checkbox",defaultValueHint:!1},value:{type:"string",description:"The checkbox value"},children:{type:"slot",defaultValue:[{type:"text",value:"Checkbox"}]}},importPath:"antd/lib/checkbox/Checkbox",importName:"Checkbox",defaultStyles:{marginLeft:0},isDefaultExport:!0};function G(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(D,null!=n?n:E)}var q={name:"AntdCheckboxGroup",displayName:"Antd Checkbox Group",props:{disabled:{type:"boolean",description:"If disable all checkboxes",defaultValueHint:!1},value:{type:"choice",editOnly:!0,uncontrolledProp:"defaultValue",description:"Default selected value",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){var n;(null==e?void 0:e.type)===D&&"string"==typeof(null==e||null==(n=e.props)?void 0:n.value)&&t.add(e.props.value)})),Array.from(t.keys())}},children:{type:"slot",allowedComponents:["AntdCheckbox"],defaultValue:[{type:"component",name:"AntdCheckbox"}]}},importPath:"antd/lib/checkbox/Group",importName:"CheckboxGroup",parentComponentName:"AntdCheckbox",isDefaultExport:!0};function W(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(i,null!=n?n:q)}var B={height:"160px",color:"#fff",lineHeight:"160px",textAlign:"center",backgroundColor:"#364d79"},z={name:"AntdCarousel",displayName:"Antd Carousel",props:{autoplay:{type:"boolean",description:"Whether to scroll automatically",defaultValueHint:!1},dotPosition:{type:"choice",options:["top","bottom","left","right"],description:"The position of the dots",defaultValueHint:"bottom"},dots:{type:"boolean",description:"Whether to show the dots at the bottom of the gallery",defaultValueHint:!0},effect:{type:"choice",options:["scrollx","fade"],defaultValueHint:"scrollx"},children:{type:"slot",defaultValue:[{type:"vbox",children:{type:"text",value:"1",styles:B}},{type:"vbox",children:{type:"text",value:"2",styles:B}}]}},importPath:"antd/lib/carousel",importName:"Carousel",isDefaultExport:!0};function j(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(l,null!=n?n:z)}var K=["openIcon","closeIcon"],R={name:"AntdCollapsePanel",displayName:"Antd Collapse Panel",props:{collapsible:{type:"choice",options:["header","disabled"],description:"Specify whether the panel be collapsible or the trigger area of collapsible"},forceRender:{type:"boolean",description:"Forced render of content on panel, instead of lazy rending after clicking on header",defaultValueHint:!1},header:{type:"slot",defaultValue:[{type:"text",value:"Header"}]},key:{type:"string",description:"Unique key identifying the panel from among its siblings"},showArrow:{type:"boolean",description:"If false, panel will not show arrow icon",defaultValueHint:!0},extra:{type:"slot",hidePlaceholder:!0},children:{type:"slot",defaultValue:[{type:"text",value:"Insert text here"}]}},importPath:"antd/lib/collapse/CollapsePanel",importName:"CollapsePanel",parentComponentName:"AntdCollapse",isDefaultExport:!0};function L(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(p,null!=n?n:R)}var _={name:"AntdCollapse",displayName:"Antd Collapse",props:{accordion:{type:"boolean",description:"If true, Collapse renders as Accordion",defaultValueHint:!1},activeKey:{type:"choice",editOnly:!0,uncontrolledProp:"defaultActiveKey",description:"Key of the active panel",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){(null==e?void 0:e.type)===p&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},bordered:{type:"boolean",description:"Toggles rendering of the border around the collapse block",defaultValueHint:!0},collapsible:{type:"choice",options:["header","disabled"],description:"Specify whether the panels of children be collapsible or the trigger area of collapsible"},expandIconPosition:{type:"choice",options:["left","right"],description:"Set expand icon position",defaultValueHint:"left"},ghost:{type:"boolean",description:"Make the collapse borderless and its background transparent",defaultValueHint:!1},children:{type:"slot",allowedComponents:["AntdCollapsePanel"],defaultValue:[{type:"component",name:"AntdCollapsePanel",props:{key:"1"}}]},openIcon:{type:"slot",hidePlaceholder:!0},closeIcon:{type:"slot",hidePlaceholder:!0}},importPath:"@plasmicpkgs/antd",importName:"Collapse"};function F(e){var t=e.openIcon,n=e.closeIcon,o=N(e,K);return a.createElement(r,Object.assign({},o,{expandIcon:t||n?function(e){return e.isActive?t:n}:void 0}))}function U(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(F,null!=n?n:_)}var J=function(e){function t(){return e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){var e=S({},this.props);return e.children="string"==typeof this.props.children?a.createElement("div",null,this.props.children):this.props.children,a.createElement(d,Object.assign({},e))},t}(a.Component),Q={name:"AntdDropdown",displayName:"Antd Dropdown",props:{arrow:{type:"boolean",description:"Whether the dropdown arrow should be visible",defaultValueHint:!1},disabled:{type:"boolean",description:"Whether the dropdown menu is disabled",defaultValueHint:!1},overlay:{type:"slot",allowedComponents:["AntdMenu"],defaultValue:[{type:"component",name:"AntdMenu"}]},placement:{type:"choice",options:["bottomLeft","bottomCenter","bottomRight","topLeft","topCenter","topRight"],description:"Placement of popup menu",defaultValueHint:"bottomLeft"},trigger:{type:"choice",options:["click","hover","contextMenu"],description:"The trigger mode which executes the dropdown action",defaultValueHint:"hover"},visible:{type:"boolean",description:"Toggle visibility of dropdown menu in Plasmic Editor",editOnly:!0,defaultValueHint:!1},children:{type:"slot",defaultValue:[{type:"text",value:"Dropdown"}]}},importPath:"@plasmicpkgs/antd",importName:"Dropdown"};function X(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(J,null!=n?n:Q)}var Y={name:"AntdDropdownButton",displayName:"Antd Dropdown Button",props:{disabled:{type:"boolean",description:"Whether the dropdown menu is disabled",defaultValueHint:!1},icon:{type:"slot",hidePlaceholder:!0},overlay:{type:"slot",allowedComponents:["AntdMenu"],defaultValue:[{type:"component",name:"AntdMenu"}]},placement:{type:"choice",options:["bottomLeft","bottomCenter","bottomRight","topLeft","topCenter","topRight"],description:"Placement of popup menu",defaultValueHint:"bottomLeft"},size:{type:"choice",options:["small","medium","large"],description:"Set the size of button",defaultValueHint:"medium"},trigger:{type:"choice",options:["click","hover","contextMenu"],description:"The trigger mode which executes the dropdown action",defaultValueHint:"hover"},type:{type:"choice",options:["default","primary","ghost","dashed","link","text"],description:"Can be set to primary, ghost, dashed, link, text, default",defaultValueHint:"default"},visible:{type:"boolean",description:"Toggle visibility of dropdown menu in Plasmic Editor",editOnly:!0,defaultValueHint:!1},children:{type:"slot",defaultValue:[{type:"text",value:"Dropdown"}]}},importPath:"antd/lib/dropdown/dropdown-button",importName:"DropdownButton",parentComponentName:"AntdDropdown",isDefaultExport:!0};function Z(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(u,null!=n?n:Y)}function $(e){return Object.fromEntries(Object.entries(e).sort())}var ee={"aria-label":{type:"string",description:"The ARIA label for this input"},"aria-labelledby":{type:"string",description:"Identifies the element(s) that labels this input"},name:{type:"string",description:"The HTML name of the input"}},te={name:"AntdInput",displayName:"Antd Input",props:$(S({},ee,{addonAfter:{type:"slot",hidePlaceholder:!0},addonBefore:{type:"slot",hidePlaceholder:!0},allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},id:{type:"string",description:"The ID for input"},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},prefix:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["small","middle","large"],description:"The size of the input box",defaultValueHint:"middle,"},suffix:{type:"slot",hidePlaceholder:!0},type:{type:"string",description:"The type of input",defaultValueHint:"text"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"}})),importPath:"antd/lib/input",importName:"Input",isDefaultExport:!0};function ne(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(s,null!=n?n:te)}var oe={name:"AntdInputTextArea",displayName:"Antd Input Text Area",props:$(S({},ee,{allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},autoSize:{type:"object",description:"Height autosize feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},showCount:{type:"boolean",description:"Whether show text count",defaultValueHint:!1},id:{type:"string",description:"The ID for input"},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"}})),importPath:"antd/lib/input/TextArea",importName:"TextArea",isDefaultExport:!0,parentComponentName:"AntdInput"};function ie(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(f,null!=n?n:oe)}var ae={name:"AntdInputSearch",displayName:"Antd Input Search",props:$(S({},ee,{addonBefore:{type:"slot",hidePlaceholder:!0},allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},enterButton:{type:"slot",hidePlaceholder:!0},id:{type:"string",description:"The ID for input"},loading:{type:"boolean",description:"Search box with loading",defaultValueHint:!1},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},prefix:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["small","middle","large"],description:"The size of the input box",defaultValueHint:"middle"},suffix:{type:"slot",hidePlaceholder:!0},type:{type:"string",description:"The type of input"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"}})),importPath:"antd/lib/input/Search",importName:"Search",isDefaultExport:!0,parentComponentName:"AntdInput"};function le(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(y,null!=n?n:ae)}var re={name:"AntdInputPassword",displayName:"Antd Input Password",props:$(S({},ee,{addonAfter:{type:"slot",hidePlaceholder:!0},addonBefore:{type:"slot",hidePlaceholder:!0},allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},id:{type:"string",description:"The ID for input"},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},prefix:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["small","middle","large"],description:"The size of the input box",defaultValueHint:"middle"},type:{type:"string",description:"The type of input"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"},visibilityToggle:{type:"boolean",description:"Whether show toggle button",defaultValueHint:!0}})),importPath:"antd/lib/input/Password",importName:"Password",isDefaultExport:!0,parentComponentName:"AntdInput"};function pe(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(h,null!=n?n:re)}var de={name:"AntdInputGroup",displayName:"Antd Input Group",props:{compact:{type:"boolean",description:"Whether use compact style",defaultValueHint:!1},size:{type:"choice",options:["small","default","large"],description:"The size of Input.Group specifies the size of the included Input fields",defaultValueHint:"default"},children:{type:"slot",defaultValue:[{type:"component",name:"AntdInput"},{type:"component",name:"AntdInput"}]}},importPath:"antd/lib/input/Group",importName:"InputGroup",isDefaultExport:!0,parentComponentName:"AntdInput"};function ue(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(c,null!=n?n:de)}var se={name:"AntdMenuDivider",displayName:"Antd Menu Divider",props:{dashed:{type:"boolean",description:"Whether line is dashed",defaultValueHint:!1}},importPath:"antd/lib/menu/MenuDivider",importName:"MenuDivider",isDefaultExport:!0,parentComponentName:"AntdMenu"};function ce(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(b,null!=n?n:se)}var he={name:"AntdMenuItem",displayName:"Antd Menu Item",props:{danger:{type:"boolean",description:"Display the danger style",defaultValueHint:!1},disabled:{type:"boolean",description:"Whether disabled select",defaultValueHint:!1},key:{type:"string",description:"Unique ID of the menu item",defaultValue:"menuItemKey"},title:{type:"string",description:"Set display title for collapsed item"},children:{type:"slot",defaultValue:[{type:"text",value:"Option"}]}},importPath:"antd/lib/menu/MenuItem",importName:"MenuItem",isDefaultExport:!0,parentComponentName:"AntdMenu"};function ye(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(g,null!=n?n:he)}var fe={name:"AntdMenuItemGroup",displayName:"Antd Menu Item Group",props:{title:{type:"slot",defaultValue:[{type:"text",value:"Group"}]},children:{type:"slot",allowedComponents:["AntdMenuItem","AntdMenuDivider","AntdMenuItemGroup"],defaultValue:[{type:"component",name:"AntdMenuItem"}]}},importPath:"rc-menu",importName:"ItemGroup",parentComponentName:"AntdMenu"};function me(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(x.ItemGroup,null!=n?n:fe)}var be={name:"AntdSubMenu",displayName:"Antd SubMenu",props:{disabled:{type:"boolean",description:"Whether sub-menu is disabled",defaultValueHint:!1},key:{type:"string",description:"Unique ID of the sub-menu",defaultValue:"subMenuKey"},title:{type:"slot",defaultValue:[{type:"text",value:"Sub-menu"}]},children:{type:"slot",allowedComponents:["AntdMenuItem","AntdMenuDivider","AntdMenuItemGroup","AntdSubMenu"],defaultValue:[1,2].map((function(e){return{type:"component",name:"AntdMenuItem",props:{key:"subMenuItemKey"+e,children:[{type:"text",value:"Sub-menu item "+e}]}}}))}},importPath:"antd/lib/menu/SubMenu",importName:"SubMenu",isDefaultExport:!0,parentComponentName:"AntdMenu"};function ge(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(v,null!=n?n:be)}var ve={name:"AntdMenu",displayName:"Antd Menu",props:{expandIcon:{type:"slot",hidePlaceholder:!0},forceSubMenuRender:{type:"boolean",description:"Render submenu into DOM before it becomes visible",defaultValueHint:!1},inlineIndent:{type:"number",description:"Indent (in pixels) of inline menu items on each level",defaultValueHint:24},mode:{type:"choice",options:["horizontal","vertical","inline"],description:"Type of menu",defaultValueHint:"vertical"},multiple:{type:"boolean",description:"Allows selection of multiple items",defaultValueHint:!1},openKeys:{type:"choice",editOnly:!0,uncontrolledProp:"defaultOpenKeys",description:"Array with the keys of default opened sub menus",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){(null==e?void 0:e.type)===v&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},overflowedIndicator:{type:"slot",hidePlaceholder:!0},selectable:{type:"boolean",description:"Allows selecting menu items",defaultValueHint:!0},selectedKeys:{type:"choice",editOnly:!0,uncontrolledProp:"defaultSelectedKeys",description:"Array with the keys of default selected menu items",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){[v,g].includes(null==e?void 0:e.type)&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},subMenuCloseDelay:{type:"number",description:"Delay time to hide submenu when mouse leaves (in seconds)",defaultValueHint:.1},subMenuOpenDelay:{type:"number",description:"Delay time to show submenu when mouse enters, (in seconds)",defaultValueHint:0},theme:{type:"choice",options:["light","dark"],description:"Color theme of the menu",defaultValueHint:"light"},triggerSubMenuAction:{type:"choice",options:["hover","click"],description:"Which action can trigger submenu open/close",defaultValueHint:"hover"},children:{type:"slot",allowedComponents:["AntdMenuItem","AntdMenuDivider","AntdSubMenu"],defaultValue:[{type:"component",name:"AntdMenuItem"},{type:"component",name:"AntdSubMenu"}]}},importPath:"antd/lib/menu/index",importName:"Menu",isDefaultExport:!0};function xe(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(m,null!=n?n:ve)}var Ve={name:"AntdOption",displayName:"Antd Option",props:{disabled:{type:"boolean",description:"Disable this option",defaultValueHint:!1},title:{type:"string",description:"title of Select after select this Option"},value:{type:"string",description:"Default to filter with this property"},key:{type:"string",description:"Option key"},children:{type:"slot",defaultValue:[{type:"text",value:"Option"}]}},importPath:"rc-select",importName:"Option",parentComponentName:"AntdSelect"};function Ae(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(V.Option,null!=n?n:Ve)}var we={name:"AntdOptionGroup",displayName:"Antd Option Group",props:{key:{type:"string",description:"Group key"},label:{type:"string",description:"Group label"},children:{type:"slot",allowedComponents:["AntdOption"],defaultValue:[{type:"component",name:"AntdOption"}]}},importPath:"rc-select",importName:"OptGroup",parentComponentName:"AntdSelect"};function Ce(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(V.OptGroup,null!=n?n:we)}var Pe={name:"AntdSelect",displayName:"Antd Select",props:{allowClear:{type:"boolean",description:"Show clear button",defaultValueHint:!1},autoClearSearchValue:{type:"boolean",description:"Whether the current search will be cleared on selecting an item",defaultValueHint:!0,hidden:function(e){return"multiple"!==e.mode&&"tags"!==e.mode}},autoFocus:{type:"boolean",description:"Get focus by default",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether disabled select",defaultValueHint:!1},listHeight:{type:"number",description:"Config popup height",defaultValueHint:256},loading:{type:"boolean",description:"Indicate loading state",defaultValueHint:!1},mode:{type:"choice",options:["multiple","tags"],description:"Set mode of Select"},open:{type:"boolean",editOnly:!0,uncontrolledProp:"defaultOpen",description:"Initial open state of dropdown",defaultValueHint:!1},placeholder:{type:"slot",defaultValue:[{type:"text",value:"Select"}]},showArrow:{type:"boolean",description:"Whether to show the drop-down arrow",defaultValueHint:!0},showSearch:{type:"boolean",description:"Whether show search input in single mode",defaultValueHint:!1},size:{type:"choice",options:["large","middle","small"],description:"Set mode of Select",defaultValueHint:"middle"},value:{type:"choice",editOnly:!0,uncontrolledProp:"defaultValue",description:"Initial selected option",options:function(e){var t=new Set;return O(e.children,(function(e){var n;(null==e?void 0:e.type)===V.Option&&"string"==typeof(null==e||null==(n=e.props)?void 0:n.value)&&t.add(e.props.value)})),Array.from(t.keys())}},virtual:{type:"boolean",description:"Disable virtual scroll when set to false",defaultValueHint:!0},children:{type:"slot",allowedComponents:["AntdOption, AntdOptionGroup"],defaultValue:[{type:"component",name:"AntdOption",props:{value:"Option",children:{type:"text",value:"Option"}}}]}},importPath:"antd/lib/select",importName:"Select",isDefaultExport:!0};function He(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(A,null!=n?n:Pe)}var ke=["value","defaultValue","value2","defaultValue2"],Ie=a.forwardRef((function(e,t){var n=e.value,o=e.defaultValue,i=e.value2,l=e.defaultValue2,r=N(e,ke),p=S({},r);return r.range?("number"!=typeof n&&"number"!=typeof i||(p.value=[null!=n?n:0,null!=i?i:0]),"number"!=typeof o&&"number"!=typeof l||(p.defaultValue=[null!=o?o:0,null!=l?l:0])):("number"==typeof n&&(p.value=n),"number"==typeof o&&(p.defaultValue=o)),a.createElement(w,Object.assign({},p,{ref:t}))})),Me={name:"AntdSlider",displayName:"Antd Slider",props:{max:{type:"number",description:"The maximum value the slider can slide to",defaultValueHint:100},min:{type:"number",description:"The minimum value the slider can slide to",defaultValueHint:0},included:{type:"boolean",description:"Make effect when marks not null, true means containment and false means coordinative",defaultValueHint:!0},disabled:{type:"boolean",description:"If true, the slider will not be interactable",defaultValueHint:!1},range:{type:"boolean",description:"Dual thumb mode",defaultValueHint:!1},reverse:{type:"boolean",description:"Reverse the component",defaultValueHint:!1},vertical:{type:"boolean",description:"If true, the slider will be vertical",defaultValueHint:!1},value:{type:"number",editOnly:!0,uncontrolledProp:"defaultValue",description:"The default value of slider"},value2:{type:"number",displayName:"value 2",editOnly:!0,uncontrolledProp:"defaultValue2",description:"The default value for the second value of the slider",hidden:function(e){return!e.range}},step:{type:"number",description:"The granularity the slider can step through values. Must greater than 0, and be divided by (max - min). When marks no null, step can be null",defaultValueHint:1},marks:{type:"object",description:"Tick mark of Slider, type of key must be number, and must in closed interval [min, max], each mark can declare its own style"}},defaultStyles:{width:"200px",maxWidth:"100%"},importPath:"@plasmicpkgs/antd",importName:"Slider"};function Se(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(Ie,null!=n?n:Me)}var Te={name:"AntdSwitch",displayName:"Antd Switch",props:{autoFocus:{type:"boolean",description:"Whether get focus when component mounted",defaultValueHint:!1},checked:{type:"boolean",editOnly:!0,uncontrolledProp:"defaultChecked",description:"Whether to set the initial state",defaultValueHint:!1},disabled:{type:"boolean",description:"Disable switch",defaultValueHint:!1},loading:{type:"boolean",description:"Loading state of switch",defaultValueHint:!1},checkedChildren:{type:"slot",defaultValue:[],hidePlaceholder:!0},unCheckedChildren:{type:"slot",defaultValue:[],hidePlaceholder:!0},size:{type:"choice",options:["small","default"],description:"The size of the Switch",defaultValueHint:"default"}},importPath:"antd/lib/switch",importName:"Switch",isDefaultExport:!0};function Ne(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(C,null!=n?n:Te)}var Oe=["leftTabBarExtraContent","rightTabBarExtraContent"],De={name:"AntdTabPane",displayName:"Antd Tab Pane",props:{tab:{type:"slot",defaultValue:[{type:"text",value:"Tab"}]},key:{type:"string",description:"Unique TabPane's key",defaultValue:"tabPaneKey"},closable:{type:"boolean",description:"Wether the tab can be closed or not. Only works for editable tabs",defaultValueHint:!0},disabled:{type:"boolean",description:"Disabled state of tab",defaultValueHint:!1},forceRender:{type:"boolean",description:"Forced render of content in tabs, not lazy render after clicking on tabs",defaultValueHint:!1},closeIcon:{type:"slot",hidePlaceholder:!0},children:{type:"slot",defaultValue:[{type:"text",value:"Tab Content"}]}},parentComponentName:"AntdTabs",importPath:"rc-tabs",importName:"TabPane"};function Ee(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(k.TabPane,null!=n?n:De)}function Ge(e){var t=e.leftTabBarExtraContent,n=e.rightTabBarExtraContent,o=N(e,Oe);return a.createElement(H,Object.assign({},o,{tabBarExtraContent:{left:t,right:n}}))}var qe={name:"AntdTabs",displayName:"Antd Tabs",props:{type:{type:"choice",options:["line","card","editable-card"],defaultValueHint:"line",description:"Basic style of tabs"},addIcon:{type:"slot",hidePlaceholder:!0},animated:{type:"object",hidden:function(e){return"top"!==e.tabPosition&&!!e.tabPosition},defaultValueHint:{inkBar:!0,tabPane:!1},description:"Whether to change tabs with animation. Can be either a boolean or specify for inkBar and tabPane"},hideAdd:{type:"boolean",hidden:function(e){return"editable-card"!==e.type},defaultValueHint:!1,description:"Hide plus icon or not"},moreIcon:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["large","default","small"],defaultValueHint:"default",description:"Preset tab bar size"},tabPosition:{type:"choice",options:["top","right","bottom","left"],defaultValueHint:"top",description:"Position of tabs"},tabBarGutter:{type:"number",description:"The gap between tabs"},centered:{type:"boolean",description:"Centers tabs",defaultValueHint:!1},leftTabBarExtraContent:{type:"slot",hidePlaceholder:!0},rightTabBarExtraContent:{type:"slot",hidePlaceholder:!0},tabBarStyle:{type:"object",description:"CSS for the Tab Bar style"},activeKey:{type:"choice",editOnly:!0,uncontrolledProp:"defaultActiveKey",description:"Initial active TabPane's key",options:function(e){var t=new Set;return O(e.children,(function(e){(null==e?void 0:e.type)===k.TabPane&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},children:{type:"slot",allowedComponents:["AntdTabPane"],defaultValue:[{type:"component",name:"AntdTabPane",props:{key:"1"}},{type:"component",name:"AntdTabPane",props:{key:"2"}}]}},actions:[{type:"custom-action",comp:function(e){var t=e.studioOps,n=a.useState(""),o=n[0],i=n[1];return a.createElement("div",{style:{width:"100%",display:"flex",flexDirection:"row",gap:"10px",justifyContent:"space-between"}},a.createElement(P.Input,{placeholder:"Tab key",onChange:function(e){return i(e.target.value)},value:o}),a.createElement(P.Button,{onClick:function(){!function(e){""!==e&&t.appendToSlot({type:"component",name:"AntdTabPane",props:{key:e}},"children")}(o),i("")}},"Add tab"))}},{type:"button-action",label:"Delete current tab",onClick:function(e){var t=e.componentProps,n=e.studioOps;if(t.activeKey){var o=[];O(t.children,(function(e){(null==e?void 0:e.type)===k.TabPane&&"string"==typeof(null==e?void 0:e.key)&&o.push(e.key)}));var i=o.findIndex((function(e){return e===t.activeKey}));-1!==i&&n.removeFromSlotAt(i,"children")}}}],importPath:"@plasmicpkgs/antd",importName:"Tabs"};function We(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(Ge,null!=n?n:qe)}exports.Collapse=F,exports.Dropdown=J,exports.Slider=Ie,exports.Tabs=Ge,exports.buttonMeta=I,exports.carouselMeta=z,exports.checkboxGroupMeta=q,exports.checkboxMeta=E,exports.collapsteMeta=_,exports.collapstePanelMeta=R,exports.dropdownButtonMeta=Y,exports.dropdownMeta=Q,exports.inputGroupMeta=de,exports.inputMeta=te,exports.inputPasswordMeta=re,exports.inputSearchMeta=ae,exports.inputTextAreaMeta=oe,exports.menuDividerMeta=se,exports.menuItemGroupMeta=fe,exports.menuItemMeta=he,exports.menuMeta=ve,exports.optGroupMeta=we,exports.optionMeta=Ve,exports.registerAll=function(e){M(e),Se(e),Ne(e),Ae(e),Ce(e),He(e),L(e),U(e),G(e),W(e),ce(e),ye(e),me(e),ge(e),xe(e),X(e),Z(e),j(e),ne(e),ie(e),le(e),pe(e),ue(e),Ee(e),We(e)},exports.registerButton=M,exports.registerCarousel=j,exports.registerCheckbox=G,exports.registerCheckboxGroup=W,exports.registerCollapse=U,exports.registerCollapsePanel=L,exports.registerDropdown=X,exports.registerDropdownButton=Z,exports.registerInput=ne,exports.registerInputGroup=ue,exports.registerInputPassword=pe,exports.registerInputSearch=le,exports.registerInputTextArea=ie,exports.registerMenu=xe,exports.registerMenuDivider=ce,exports.registerMenuItem=ye,exports.registerMenuItemGroup=me,exports.registerOptGroup=Ce,exports.registerOption=Ae,exports.registerSelect=He,exports.registerSlider=Se,exports.registerSubMenu=ge,exports.registerSwitch=Ne,exports.registerTabPane=Ee,exports.registerTabs=We,exports.selectMeta=Pe,exports.sliderMeta=Me,exports.subMenuMeta=be,exports.switchMeta=Te,exports.tabPaneMeta=De,exports.tabsMeta=qe;
1
+ "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("@plasmicapp/host/registerComponent")),n=e(require("antd/lib/button")),o=e(require("antd/lib/checkbox/Checkbox")),i=e(require("antd/lib/checkbox/Group")),a=e(require("react")),l=e(require("antd/lib/carousel")),r=e(require("antd/lib/collapse/Collapse")),p=e(require("antd/lib/collapse/CollapsePanel")),d=e(require("antd/lib/dropdown")),u=e(require("antd/lib/dropdown/dropdown-button")),s=e(require("antd/lib/input")),c=e(require("antd/lib/input/Group")),h=e(require("antd/lib/input/Password")),y=e(require("antd/lib/input/Search")),f=e(require("antd/lib/input/TextArea")),m=e(require("antd/lib/menu/index")),b=e(require("antd/lib/menu/MenuDivider")),g=e(require("antd/lib/menu/MenuItem")),v=e(require("antd/lib/menu/SubMenu")),x=require("rc-menu"),V=require("rc-select"),A=e(require("antd/lib/select")),w=e(require("antd/lib/slider")),C=e(require("antd/lib/switch")),P=require("antd"),H=e(require("antd/lib/tabs")),k=require("rc-tabs"),I={name:"AntdButton",displayName:"Antd Button",props:{type:{type:"choice",options:["default","primary","ghost","dashed","link","text"],description:"Can be set to primary, ghost, dashed, link, text, default",defaultValueHint:"default"},size:{type:"choice",options:["small","medium","large"],description:"Set the size of button",defaultValueHint:"medium"},shape:{type:"choice",options:["default","circle","round"],description:"Can be set button shape",defaultValueHint:"default"},disabled:{type:"boolean",description:"Disabled state of button",defaultValueHint:!1},ghost:{type:"boolean",description:"Make background transparent and invert text and border colors",defaultValueHint:!1},danger:{type:"boolean",description:"Set the danger status of button",defaultValueHint:!1},block:{type:"boolean",description:"Option to fit button width to its parent width",defaultValueHint:!1},loading:{type:"boolean",description:"Set the loading status of button",defaultValueHint:!1},href:{type:"string",description:"Redirect url of link button"},target:{type:"choice",options:["_blank","_self","_parent","_top"],description:"Same as target attribute of a, works when href is specified",hidden:function(e){return!e.href},defaultValueHint:"_self"},children:{type:"slot",defaultValue:[{type:"text",value:"Button"}]}},importPath:"antd/lib/button",isDefaultExport:!0,importName:"Button"};function M(e,o){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(n,null!=o?o:I)}function S(){return(S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}function T(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,(Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function N(e,t){if(null==e)return{};var n,o,i={},a=Object.keys(e);for(o=0;o<a.length;o++)t.indexOf(n=a[o])>=0||(i[n]=e[n]);return i}function O(e,t){!function e(n){(Array.isArray(n)?n:[n]).forEach((function(n){var o;n&&(t(n),n.children&&e(n.children),null!=(o=n.props)&&o.children&&n.props.children!==n.children&&e(n.props.children))}))}(e)}var D=function(e){function t(){return e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){return a.createElement(o,Object.assign({},this.props))},t}(a.Component),E={name:"AntdCheckbox",displayName:"Antd Checkbox",props:{autoFocus:{type:"boolean",description:"If get focus when component mounted",defaultValueHint:!1},checked:{type:"boolean",editOnly:!0,uncontrolledProp:"defaultChecked",description:"Specifies the initial state: whether or not the checkbox is selected",defaultValueHint:!1},disabled:{type:"boolean",description:"If disable checkbox",defaultValueHint:!1},indeterminate:{type:"boolean",description:"The indeterminate checked state of checkbox",defaultValueHint:!1},value:{type:"string",description:"The checkbox value"},children:{type:"slot",defaultValue:[{type:"text",value:"Checkbox"}]}},importPath:"antd/lib/checkbox/Checkbox",importName:"Checkbox",defaultStyles:{marginLeft:0},isDefaultExport:!0};function G(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(D,null!=n?n:E)}var q={name:"AntdCheckboxGroup",displayName:"Antd Checkbox Group",props:{disabled:{type:"boolean",description:"If disable all checkboxes",defaultValueHint:!1},value:{type:"choice",editOnly:!0,uncontrolledProp:"defaultValue",description:"Default selected value",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){var n;(null==e?void 0:e.type)===D&&"string"==typeof(null==e||null==(n=e.props)?void 0:n.value)&&t.add(e.props.value)})),Array.from(t.keys())}},children:{type:"slot",allowedComponents:["AntdCheckbox"],defaultValue:[{type:"component",name:"AntdCheckbox"}]}},importPath:"antd/lib/checkbox/Group",importName:"CheckboxGroup",parentComponentName:"AntdCheckbox",isDefaultExport:!0};function W(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(i,null!=n?n:q)}var B={height:"160px",color:"#fff",lineHeight:"160px",textAlign:"center",backgroundColor:"#364d79"},z={name:"AntdCarousel",displayName:"Antd Carousel",props:{autoplay:{type:"boolean",description:"Whether to scroll automatically",defaultValueHint:!1},dotPosition:{type:"choice",options:["top","bottom","left","right"],description:"The position of the dots",defaultValueHint:"bottom"},dots:{type:"boolean",description:"Whether to show the dots at the bottom of the gallery",defaultValueHint:!0},effect:{type:"choice",options:["scrollx","fade"],defaultValueHint:"scrollx"},children:{type:"slot",defaultValue:[{type:"vbox",children:{type:"text",value:"1",styles:B}},{type:"vbox",children:{type:"text",value:"2",styles:B}}]}},importPath:"antd/lib/carousel",importName:"Carousel",isDefaultExport:!0};function j(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(l,null!=n?n:z)}var K=["openIcon","closeIcon"],R={name:"AntdCollapsePanel",displayName:"Antd Collapse Panel",props:{collapsible:{type:"choice",options:["header","disabled"],description:"Specify whether the panel be collapsible or the trigger area of collapsible"},forceRender:{type:"boolean",description:"Forced render of content on panel, instead of lazy rending after clicking on header",defaultValueHint:!1},header:{type:"slot",defaultValue:[{type:"text",value:"Header"}]},key:{type:"string",description:"Unique key identifying the panel from among its siblings"},showArrow:{type:"boolean",description:"If false, panel will not show arrow icon",defaultValueHint:!0},extra:{type:"slot",hidePlaceholder:!0},children:{type:"slot",defaultValue:[{type:"text",value:"Insert text here"}]}},importPath:"antd/lib/collapse/CollapsePanel",importName:"CollapsePanel",parentComponentName:"AntdCollapse",isDefaultExport:!0};function L(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(p,null!=n?n:R)}var _={name:"AntdCollapse",displayName:"Antd Collapse",props:{accordion:{type:"boolean",description:"If true, Collapse renders as Accordion",defaultValueHint:!1},activeKey:{type:"choice",editOnly:!0,uncontrolledProp:"defaultActiveKey",description:"Key of the active panel",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){(null==e?void 0:e.type)===p&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},bordered:{type:"boolean",description:"Toggles rendering of the border around the collapse block",defaultValueHint:!0},collapsible:{type:"choice",options:["header","disabled"],description:"Specify whether the panels of children be collapsible or the trigger area of collapsible"},expandIconPosition:{type:"choice",options:["left","right"],description:"Set expand icon position",defaultValueHint:"left"},ghost:{type:"boolean",description:"Make the collapse borderless and its background transparent",defaultValueHint:!1},children:{type:"slot",allowedComponents:["AntdCollapsePanel"],defaultValue:[{type:"component",name:"AntdCollapsePanel",props:{key:"1"}}]},openIcon:{type:"slot",hidePlaceholder:!0},closeIcon:{type:"slot",hidePlaceholder:!0}},importPath:"@plasmicpkgs/antd/skinny/registerCollapse",importName:"Collapse"};function F(e){var t=e.openIcon,n=e.closeIcon,o=N(e,K);return a.createElement(r,Object.assign({},o,{expandIcon:t||n?function(e){return e.isActive?t:n}:void 0}))}function U(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(F,null!=n?n:_)}var J=function(e){function t(){return e.apply(this,arguments)||this}return T(t,e),t.prototype.render=function(){var e=S({},this.props);return e.children="string"==typeof this.props.children?a.createElement("div",null,this.props.children):this.props.children,a.createElement(d,Object.assign({},e))},t}(a.Component),Q={name:"AntdDropdown",displayName:"Antd Dropdown",props:{arrow:{type:"boolean",description:"Whether the dropdown arrow should be visible",defaultValueHint:!1},disabled:{type:"boolean",description:"Whether the dropdown menu is disabled",defaultValueHint:!1},overlay:{type:"slot",allowedComponents:["AntdMenu"],defaultValue:[{type:"component",name:"AntdMenu"}]},placement:{type:"choice",options:["bottomLeft","bottomCenter","bottomRight","topLeft","topCenter","topRight"],description:"Placement of popup menu",defaultValueHint:"bottomLeft"},trigger:{type:"choice",options:["click","hover","contextMenu"],description:"The trigger mode which executes the dropdown action",defaultValueHint:"hover"},visible:{type:"boolean",description:"Toggle visibility of dropdown menu in Plasmic Editor",editOnly:!0,defaultValueHint:!1},children:{type:"slot",defaultValue:[{type:"text",value:"Dropdown"}]}},importPath:"@plasmicpkgs/antd/skinny/registerDropdown",importName:"Dropdown"};function X(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(J,null!=n?n:Q)}var Y={name:"AntdDropdownButton",displayName:"Antd Dropdown Button",props:{disabled:{type:"boolean",description:"Whether the dropdown menu is disabled",defaultValueHint:!1},icon:{type:"slot",hidePlaceholder:!0},overlay:{type:"slot",allowedComponents:["AntdMenu"],defaultValue:[{type:"component",name:"AntdMenu"}]},placement:{type:"choice",options:["bottomLeft","bottomCenter","bottomRight","topLeft","topCenter","topRight"],description:"Placement of popup menu",defaultValueHint:"bottomLeft"},size:{type:"choice",options:["small","medium","large"],description:"Set the size of button",defaultValueHint:"medium"},trigger:{type:"choice",options:["click","hover","contextMenu"],description:"The trigger mode which executes the dropdown action",defaultValueHint:"hover"},type:{type:"choice",options:["default","primary","ghost","dashed","link","text"],description:"Can be set to primary, ghost, dashed, link, text, default",defaultValueHint:"default"},visible:{type:"boolean",description:"Toggle visibility of dropdown menu in Plasmic Editor",editOnly:!0,defaultValueHint:!1},children:{type:"slot",defaultValue:[{type:"text",value:"Dropdown"}]}},importPath:"antd/lib/dropdown/dropdown-button",importName:"DropdownButton",parentComponentName:"AntdDropdown",isDefaultExport:!0};function Z(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(u,null!=n?n:Y)}function $(e){return Object.fromEntries(Object.entries(e).sort())}var ee={"aria-label":{type:"string",description:"The ARIA label for this input"},"aria-labelledby":{type:"string",description:"Identifies the element(s) that labels this input"},name:{type:"string",description:"The HTML name of the input"}},te={name:"AntdInput",displayName:"Antd Input",props:$(S({},ee,{addonAfter:{type:"slot",hidePlaceholder:!0},addonBefore:{type:"slot",hidePlaceholder:!0},allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},id:{type:"string",description:"The ID for input"},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},prefix:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["small","middle","large"],description:"The size of the input box",defaultValueHint:"middle,"},suffix:{type:"slot",hidePlaceholder:!0},type:{type:"string",description:"The type of input",defaultValueHint:"text"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"}})),importPath:"antd/lib/input",importName:"Input",isDefaultExport:!0};function ne(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(s,null!=n?n:te)}var oe={name:"AntdInputTextArea",displayName:"Antd Input Text Area",props:$(S({},ee,{allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},autoSize:{type:"object",description:"Height autosize feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},showCount:{type:"boolean",description:"Whether show text count",defaultValueHint:!1},id:{type:"string",description:"The ID for input"},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"}})),importPath:"antd/lib/input/TextArea",importName:"TextArea",isDefaultExport:!0,parentComponentName:"AntdInput"};function ie(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(f,null!=n?n:oe)}var ae={name:"AntdInputSearch",displayName:"Antd Input Search",props:$(S({},ee,{addonBefore:{type:"slot",hidePlaceholder:!0},allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},enterButton:{type:"slot",hidePlaceholder:!0},id:{type:"string",description:"The ID for input"},loading:{type:"boolean",description:"Search box with loading",defaultValueHint:!1},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},prefix:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["small","middle","large"],description:"The size of the input box",defaultValueHint:"middle"},suffix:{type:"slot",hidePlaceholder:!0},type:{type:"string",description:"The type of input"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"}})),importPath:"antd/lib/input/Search",importName:"Search",isDefaultExport:!0,parentComponentName:"AntdInput"};function le(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(y,null!=n?n:ae)}var re={name:"AntdInputPassword",displayName:"Antd Input Password",props:$(S({},ee,{addonAfter:{type:"slot",hidePlaceholder:!0},addonBefore:{type:"slot",hidePlaceholder:!0},allowClear:{type:"boolean",description:"If allow to remove input content with clear icon",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether the input is disabled",defaultValueHint:!1},id:{type:"string",description:"The ID for input"},maxLength:{type:"number",description:"The max length"},placeholder:{type:"string",description:"Placeholder for the input"},prefix:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["small","middle","large"],description:"The size of the input box",defaultValueHint:"middle"},type:{type:"string",description:"The type of input"},value:{type:"string",editOnly:!0,uncontrolledProp:"defaultValue"},visibilityToggle:{type:"boolean",description:"Whether show toggle button",defaultValueHint:!0}})),importPath:"antd/lib/input/Password",importName:"Password",isDefaultExport:!0,parentComponentName:"AntdInput"};function pe(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(h,null!=n?n:re)}var de={name:"AntdInputGroup",displayName:"Antd Input Group",props:{compact:{type:"boolean",description:"Whether use compact style",defaultValueHint:!1},size:{type:"choice",options:["small","default","large"],description:"The size of Input.Group specifies the size of the included Input fields",defaultValueHint:"default"},children:{type:"slot",defaultValue:[{type:"component",name:"AntdInput"},{type:"component",name:"AntdInput"}]}},importPath:"antd/lib/input/Group",importName:"InputGroup",isDefaultExport:!0,parentComponentName:"AntdInput"};function ue(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(c,null!=n?n:de)}var se={name:"AntdMenuDivider",displayName:"Antd Menu Divider",props:{dashed:{type:"boolean",description:"Whether line is dashed",defaultValueHint:!1}},importPath:"antd/lib/menu/MenuDivider",importName:"MenuDivider",isDefaultExport:!0,parentComponentName:"AntdMenu"};function ce(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(b,null!=n?n:se)}var he={name:"AntdMenuItem",displayName:"Antd Menu Item",props:{danger:{type:"boolean",description:"Display the danger style",defaultValueHint:!1},disabled:{type:"boolean",description:"Whether disabled select",defaultValueHint:!1},key:{type:"string",description:"Unique ID of the menu item",defaultValue:"menuItemKey"},title:{type:"string",description:"Set display title for collapsed item"},children:{type:"slot",defaultValue:[{type:"text",value:"Option"}]}},importPath:"antd/lib/menu/MenuItem",importName:"MenuItem",isDefaultExport:!0,parentComponentName:"AntdMenu"};function ye(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(g,null!=n?n:he)}var fe={name:"AntdMenuItemGroup",displayName:"Antd Menu Item Group",props:{title:{type:"slot",defaultValue:[{type:"text",value:"Group"}]},children:{type:"slot",allowedComponents:["AntdMenuItem","AntdMenuDivider","AntdMenuItemGroup"],defaultValue:[{type:"component",name:"AntdMenuItem"}]}},importPath:"rc-menu",importName:"ItemGroup",parentComponentName:"AntdMenu"};function me(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(x.ItemGroup,null!=n?n:fe)}var be={name:"AntdSubMenu",displayName:"Antd SubMenu",props:{disabled:{type:"boolean",description:"Whether sub-menu is disabled",defaultValueHint:!1},key:{type:"string",description:"Unique ID of the sub-menu",defaultValue:"subMenuKey"},title:{type:"slot",defaultValue:[{type:"text",value:"Sub-menu"}]},children:{type:"slot",allowedComponents:["AntdMenuItem","AntdMenuDivider","AntdMenuItemGroup","AntdSubMenu"],defaultValue:[1,2].map((function(e){return{type:"component",name:"AntdMenuItem",props:{key:"subMenuItemKey"+e,children:[{type:"text",value:"Sub-menu item "+e}]}}}))}},importPath:"antd/lib/menu/SubMenu",importName:"SubMenu",isDefaultExport:!0,parentComponentName:"AntdMenu"};function ge(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(v,null!=n?n:be)}var ve={name:"AntdMenu",displayName:"Antd Menu",props:{expandIcon:{type:"slot",hidePlaceholder:!0},forceSubMenuRender:{type:"boolean",description:"Render submenu into DOM before it becomes visible",defaultValueHint:!1},inlineIndent:{type:"number",description:"Indent (in pixels) of inline menu items on each level",defaultValueHint:24},mode:{type:"choice",options:["horizontal","vertical","inline"],description:"Type of menu",defaultValueHint:"vertical"},multiple:{type:"boolean",description:"Allows selection of multiple items",defaultValueHint:!1},openKeys:{type:"choice",editOnly:!0,uncontrolledProp:"defaultOpenKeys",description:"Array with the keys of default opened sub menus",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){(null==e?void 0:e.type)===v&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},overflowedIndicator:{type:"slot",hidePlaceholder:!0},selectable:{type:"boolean",description:"Allows selecting menu items",defaultValueHint:!0},selectedKeys:{type:"choice",editOnly:!0,uncontrolledProp:"defaultSelectedKeys",description:"Array with the keys of default selected menu items",multiSelect:!0,options:function(e){var t=new Set;return O(e.children,(function(e){[v,g].includes(null==e?void 0:e.type)&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},subMenuCloseDelay:{type:"number",description:"Delay time to hide submenu when mouse leaves (in seconds)",defaultValueHint:.1},subMenuOpenDelay:{type:"number",description:"Delay time to show submenu when mouse enters, (in seconds)",defaultValueHint:0},theme:{type:"choice",options:["light","dark"],description:"Color theme of the menu",defaultValueHint:"light"},triggerSubMenuAction:{type:"choice",options:["hover","click"],description:"Which action can trigger submenu open/close",defaultValueHint:"hover"},children:{type:"slot",allowedComponents:["AntdMenuItem","AntdMenuDivider","AntdSubMenu"],defaultValue:[{type:"component",name:"AntdMenuItem"},{type:"component",name:"AntdSubMenu"}]}},importPath:"antd/lib/menu/index",importName:"Menu",isDefaultExport:!0};function xe(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(m,null!=n?n:ve)}var Ve={name:"AntdOption",displayName:"Antd Option",props:{disabled:{type:"boolean",description:"Disable this option",defaultValueHint:!1},title:{type:"string",description:"title of Select after select this Option"},value:{type:"string",description:"Default to filter with this property"},key:{type:"string",description:"Option key"},children:{type:"slot",defaultValue:[{type:"text",value:"Option"}]}},importPath:"rc-select",importName:"Option",parentComponentName:"AntdSelect"};function Ae(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(V.Option,null!=n?n:Ve)}var we={name:"AntdOptionGroup",displayName:"Antd Option Group",props:{key:{type:"string",description:"Group key"},label:{type:"string",description:"Group label"},children:{type:"slot",allowedComponents:["AntdOption"],defaultValue:[{type:"component",name:"AntdOption"}]}},importPath:"rc-select",importName:"OptGroup",parentComponentName:"AntdSelect"};function Ce(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(V.OptGroup,null!=n?n:we)}var Pe={name:"AntdSelect",displayName:"Antd Select",props:{allowClear:{type:"boolean",description:"Show clear button",defaultValueHint:!1},autoClearSearchValue:{type:"boolean",description:"Whether the current search will be cleared on selecting an item",defaultValueHint:!0,hidden:function(e){return"multiple"!==e.mode&&"tags"!==e.mode}},autoFocus:{type:"boolean",description:"Get focus by default",defaultValueHint:!1},bordered:{type:"boolean",description:"Whether has border style",defaultValueHint:!0},disabled:{type:"boolean",description:"Whether disabled select",defaultValueHint:!1},listHeight:{type:"number",description:"Config popup height",defaultValueHint:256},loading:{type:"boolean",description:"Indicate loading state",defaultValueHint:!1},mode:{type:"choice",options:["multiple","tags"],description:"Set mode of Select"},open:{type:"boolean",editOnly:!0,uncontrolledProp:"defaultOpen",description:"Initial open state of dropdown",defaultValueHint:!1},placeholder:{type:"slot",defaultValue:[{type:"text",value:"Select"}]},showArrow:{type:"boolean",description:"Whether to show the drop-down arrow",defaultValueHint:!0},showSearch:{type:"boolean",description:"Whether show search input in single mode",defaultValueHint:!1},size:{type:"choice",options:["large","middle","small"],description:"Set mode of Select",defaultValueHint:"middle"},value:{type:"choice",editOnly:!0,uncontrolledProp:"defaultValue",description:"Initial selected option",options:function(e){var t=new Set;return O(e.children,(function(e){var n;(null==e?void 0:e.type)===V.Option&&"string"==typeof(null==e||null==(n=e.props)?void 0:n.value)&&t.add(e.props.value)})),Array.from(t.keys())}},virtual:{type:"boolean",description:"Disable virtual scroll when set to false",defaultValueHint:!0},children:{type:"slot",allowedComponents:["AntdOption, AntdOptionGroup"],defaultValue:[{type:"component",name:"AntdOption",props:{value:"Option",children:{type:"text",value:"Option"}}}]}},importPath:"antd/lib/select",importName:"Select",isDefaultExport:!0};function He(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(A,null!=n?n:Pe)}var ke=["value","defaultValue","value2","defaultValue2"],Ie=a.forwardRef((function(e,t){var n=e.value,o=e.defaultValue,i=e.value2,l=e.defaultValue2,r=N(e,ke),p=S({},r);return r.range?("number"!=typeof n&&"number"!=typeof i||(p.value=[null!=n?n:0,null!=i?i:0]),"number"!=typeof o&&"number"!=typeof l||(p.defaultValue=[null!=o?o:0,null!=l?l:0])):("number"==typeof n&&(p.value=n),"number"==typeof o&&(p.defaultValue=o)),a.createElement(w,Object.assign({},p,{ref:t}))})),Me={name:"AntdSlider",displayName:"Antd Slider",props:{max:{type:"number",description:"The maximum value the slider can slide to",defaultValueHint:100},min:{type:"number",description:"The minimum value the slider can slide to",defaultValueHint:0},included:{type:"boolean",description:"Make effect when marks not null, true means containment and false means coordinative",defaultValueHint:!0},disabled:{type:"boolean",description:"If true, the slider will not be interactable",defaultValueHint:!1},range:{type:"boolean",description:"Dual thumb mode",defaultValueHint:!1},reverse:{type:"boolean",description:"Reverse the component",defaultValueHint:!1},vertical:{type:"boolean",description:"If true, the slider will be vertical",defaultValueHint:!1},value:{type:"number",editOnly:!0,uncontrolledProp:"defaultValue",description:"The default value of slider"},value2:{type:"number",displayName:"value 2",editOnly:!0,uncontrolledProp:"defaultValue2",description:"The default value for the second value of the slider",hidden:function(e){return!e.range}},step:{type:"number",description:"The granularity the slider can step through values. Must greater than 0, and be divided by (max - min). When marks no null, step can be null",defaultValueHint:1},marks:{type:"object",description:"Tick mark of Slider, type of key must be number, and must in closed interval [min, max], each mark can declare its own style"}},defaultStyles:{width:"200px",maxWidth:"100%"},importPath:"@plasmicpkgs/antd/skinny/registerSlider",importName:"Slider"};function Se(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(Ie,null!=n?n:Me)}var Te={name:"AntdSwitch",displayName:"Antd Switch",props:{autoFocus:{type:"boolean",description:"Whether get focus when component mounted",defaultValueHint:!1},checked:{type:"boolean",editOnly:!0,uncontrolledProp:"defaultChecked",description:"Whether to set the initial state",defaultValueHint:!1},disabled:{type:"boolean",description:"Disable switch",defaultValueHint:!1},loading:{type:"boolean",description:"Loading state of switch",defaultValueHint:!1},checkedChildren:{type:"slot",defaultValue:[],hidePlaceholder:!0},unCheckedChildren:{type:"slot",defaultValue:[],hidePlaceholder:!0},size:{type:"choice",options:["small","default"],description:"The size of the Switch",defaultValueHint:"default"}},importPath:"antd/lib/switch",importName:"Switch",isDefaultExport:!0};function Ne(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(C,null!=n?n:Te)}var Oe=["leftTabBarExtraContent","rightTabBarExtraContent"],De={name:"AntdTabPane",displayName:"Antd Tab Pane",props:{tab:{type:"slot",defaultValue:[{type:"text",value:"Tab"}]},key:{type:"string",description:"Unique TabPane's key",defaultValue:"tabPaneKey"},closable:{type:"boolean",description:"Wether the tab can be closed or not. Only works for editable tabs",defaultValueHint:!0},disabled:{type:"boolean",description:"Disabled state of tab",defaultValueHint:!1},forceRender:{type:"boolean",description:"Forced render of content in tabs, not lazy render after clicking on tabs",defaultValueHint:!1},closeIcon:{type:"slot",hidePlaceholder:!0},children:{type:"slot",defaultValue:[{type:"text",value:"Tab Content"}]}},parentComponentName:"AntdTabs",importPath:"rc-tabs",importName:"TabPane"};function Ee(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(k.TabPane,null!=n?n:De)}function Ge(e){var t=e.leftTabBarExtraContent,n=e.rightTabBarExtraContent,o=N(e,Oe);return a.createElement(H,Object.assign({},o,{tabBarExtraContent:{left:t,right:n}}))}var qe={name:"AntdTabs",displayName:"Antd Tabs",props:{type:{type:"choice",options:["line","card","editable-card"],defaultValueHint:"line",description:"Basic style of tabs"},addIcon:{type:"slot",hidePlaceholder:!0},animated:{type:"object",hidden:function(e){return"top"!==e.tabPosition&&!!e.tabPosition},defaultValueHint:{inkBar:!0,tabPane:!1},description:"Whether to change tabs with animation. Can be either a boolean or specify for inkBar and tabPane"},hideAdd:{type:"boolean",hidden:function(e){return"editable-card"!==e.type},defaultValueHint:!1,description:"Hide plus icon or not"},moreIcon:{type:"slot",hidePlaceholder:!0},size:{type:"choice",options:["large","default","small"],defaultValueHint:"default",description:"Preset tab bar size"},tabPosition:{type:"choice",options:["top","right","bottom","left"],defaultValueHint:"top",description:"Position of tabs"},tabBarGutter:{type:"number",description:"The gap between tabs"},centered:{type:"boolean",description:"Centers tabs",defaultValueHint:!1},leftTabBarExtraContent:{type:"slot",hidePlaceholder:!0},rightTabBarExtraContent:{type:"slot",hidePlaceholder:!0},tabBarStyle:{type:"object",description:"CSS for the Tab Bar style"},activeKey:{type:"choice",editOnly:!0,uncontrolledProp:"defaultActiveKey",description:"Initial active TabPane's key",options:function(e){var t=new Set;return O(e.children,(function(e){(null==e?void 0:e.type)===k.TabPane&&"string"==typeof(null==e?void 0:e.key)&&t.add(e.key)})),Array.from(t.keys())}},children:{type:"slot",allowedComponents:["AntdTabPane"],defaultValue:[{type:"component",name:"AntdTabPane",props:{key:"1"}},{type:"component",name:"AntdTabPane",props:{key:"2"}}]}},actions:[{type:"custom-action",control:function(e){var t=e.studioOps,n=a.useState(""),o=n[0],i=n[1];return a.createElement("div",{style:{width:"100%",display:"flex",flexDirection:"row",gap:"10px",justifyContent:"space-between"}},a.createElement(P.Input,{placeholder:"Tab key",onChange:function(e){return i(e.target.value)},value:o}),a.createElement(P.Button,{onClick:function(){!function(e){""!==e&&t.appendToSlot({type:"component",name:"AntdTabPane",props:{key:e}},"children")}(o),i("")}},"Add tab"))}},{type:"button-action",label:"Delete current tab",onClick:function(e){var t=e.componentProps,n=e.studioOps;if(t.activeKey){var o=[];O(t.children,(function(e){(null==e?void 0:e.type)===k.TabPane&&"string"==typeof(null==e?void 0:e.key)&&o.push(e.key)}));var i=o.findIndex((function(e){return e===t.activeKey}));-1!==i&&n.removeFromSlotAt(i,"children")}}}],importPath:"@plasmicpkgs/antd/skinny/registerTabs",importName:"Tabs"};function We(e,n){!function(){e?e.registerComponent.apply(e,arguments):t.apply(void 0,arguments)}(Ge,null!=n?n:qe)}exports.Collapse=F,exports.Dropdown=J,exports.Slider=Ie,exports.Tabs=Ge,exports.buttonMeta=I,exports.carouselMeta=z,exports.checkboxGroupMeta=q,exports.checkboxMeta=E,exports.collapsteMeta=_,exports.collapstePanelMeta=R,exports.dropdownButtonMeta=Y,exports.dropdownMeta=Q,exports.inputGroupMeta=de,exports.inputMeta=te,exports.inputPasswordMeta=re,exports.inputSearchMeta=ae,exports.inputTextAreaMeta=oe,exports.menuDividerMeta=se,exports.menuItemGroupMeta=fe,exports.menuItemMeta=he,exports.menuMeta=ve,exports.optGroupMeta=we,exports.optionMeta=Ve,exports.registerAll=function(e){M(e),Se(e),Ne(e),Ae(e),Ce(e),He(e),L(e),U(e),G(e),W(e),ce(e),ye(e),me(e),ge(e),xe(e),X(e),Z(e),j(e),ne(e),ie(e),le(e),pe(e),ue(e),Ee(e),We(e)},exports.registerButton=M,exports.registerCarousel=j,exports.registerCheckbox=G,exports.registerCheckboxGroup=W,exports.registerCollapse=U,exports.registerCollapsePanel=L,exports.registerDropdown=X,exports.registerDropdownButton=Z,exports.registerInput=ne,exports.registerInputGroup=ue,exports.registerInputPassword=pe,exports.registerInputSearch=le,exports.registerInputTextArea=ie,exports.registerMenu=xe,exports.registerMenuDivider=ce,exports.registerMenuItem=ye,exports.registerMenuItemGroup=me,exports.registerOptGroup=Ce,exports.registerOption=Ae,exports.registerSelect=He,exports.registerSlider=Se,exports.registerSubMenu=ge,exports.registerSwitch=Ne,exports.registerTabPane=Ee,exports.registerTabs=We,exports.selectMeta=Pe,exports.sliderMeta=Me,exports.subMenuMeta=be,exports.switchMeta=Te,exports.tabPaneMeta=De,exports.tabsMeta=qe;
2
2
  //# sourceMappingURL=antd.cjs.production.min.js.map