@sap-ux/ui-components 1.17.4 → 1.17.5

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.
@@ -1 +1 @@
1
- {"version":3,"file":"UIDefaultButton.d.ts","sourceRoot":"","sources":["../../../src/components/UIButton/UIDefaultButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAU,MAAM,iBAAiB,CAAC;AAG3E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAKlE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BvB,CAAC;AAGF,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACtD;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACtC;AAED;;;;;;;GAOG;AACH,qBAAa,eAAgB,SAAQ,KAAK,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,CAAC;IAC1E;;;;OAIG;gBACgB,KAAK,EAAE,oBAAoB;IAI9C;;;;;;;OAOG;IACH,OAAO,CAAC,mBAAmB;IA0D3B;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,UAAW,oBAAoB,KAAG,aAAa,CAiO/D;IAEF;;OAEG;IACH,MAAM,IAAI,GAAG,CAAC,OAAO;CAYxB"}
1
+ {"version":3,"file":"UIDefaultButton.d.ts","sourceRoot":"","sources":["../../../src/components/UIButton/UIDefaultButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAU,MAAM,iBAAiB,CAAC;AAG3E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAKlE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BvB,CAAC;AAGF,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACtD;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACtC;AAED;;;;;;;GAOG;AACH,qBAAa,eAAgB,SAAQ,KAAK,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,CAAC;IAC1E;;;;OAIG;gBACgB,KAAK,EAAE,oBAAoB;IAI9C;;;;;;;OAOG;IACH,OAAO,CAAC,mBAAmB;IA0D3B;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,UAAW,oBAAoB,KAAG,aAAa,CAiO/D;IAEF;;OAEG;IACH,MAAM,IAAI,GAAG,CAAC,OAAO;CAgBxB"}
@@ -358,9 +358,13 @@ class UIDefaultButton extends react_1.default.Component {
358
358
  * @returns {JSX.Element}
359
359
  */
360
360
  render() {
361
- return (react_1.default.createElement(react_2.DefaultButton, { menuIconProps: {
361
+ const defaultMenuIconProps = this.props.menuProps?.items
362
+ ? {
363
+ // Overwrite build-in fluentui icon
362
364
  iconName: Icons_1.UiIcons.ArrowDown
363
- }, ...this.props, styles: this.setStyle(this.props), menuAs: UIContextualMenu_1.UIContextualMenu }));
365
+ }
366
+ : undefined;
367
+ return (react_1.default.createElement(react_2.DefaultButton, { menuIconProps: defaultMenuIconProps, ...this.props, styles: this.setStyle(this.props), menuAs: UIContextualMenu_1.UIContextualMenu }));
364
368
  }
365
369
  }
366
370
  exports.UIDefaultButton = UIDefaultButton;
@@ -1 +1 @@
1
- {"version":3,"file":"UIDefaultButton.js","sourceRoot":"","sources":["../../../src/components/UIButton/UIDefaultButton.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UIDefaultButton.js","sourceRoot":"","sources":["../../../src/components/UIButton/UIDefaultButton.tsx"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/ui-components",
3
- "version": "1.17.4",
3
+ "version": "1.17.5",
4
4
  "license": "Apache-2.0",
5
5
  "description": "SAP UI Components Library",
6
6
  "repository": {
@@ -0,0 +1 @@
1
+ "use strict";(()=>{var E=Object.defineProperty,y=Object.defineProperties;var I=Object.getOwnPropertyDescriptors;var C=Object.getOwnPropertySymbols;var k=Object.prototype.hasOwnProperty,L=Object.prototype.propertyIsEnumerable;var p=(g,o,e)=>o in g?E(g,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):g[o]=e,f=(g,o)=>{for(var e in o||(o={}))k.call(o,e)&&p(g,e,o[e]);if(C)for(var e of C(o))L.call(o,e)&&p(g,e,o[e]);return g},m=(g,o)=>y(g,I(o));(self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[491],{"./src/components/UIButton/UIActionButton.tsx":function(g,o,e){var u=this&&this.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(o,"__esModule",{value:!0}),o.UIActionButton=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),S=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js"),l=e("./src/components/UIContextualMenu/index.tsx");class t extends c.default.Component{constructor(n){super(n),this.setStyle=()=>({root:{minWidth:"initial",height:22,fontSize:"13px",fontWeight:400,color:"var(--vscode-foreground)",borderRadius:0,whiteSpace:"nowrap",backgroundColor:"transparent",selectors:{"&:active":{textDecoration:"underline"},".ms-Fabric--isFocusVisible &:focus:after":{outline:"1px solid var(--vscode-focusBorder)"}}},label:{marginLeft:0,marginRight:0,fontSize:"13px",fontWeight:400,fontFamily:"var(--vscode-font-family)"},rootDisabled:{backgroundColor:"transparent",color:"var(--vscode-foreground)",opacity:"0.4",pointerEvents:"none"},rootHovered:{color:"var(--vscode-foreground)",textDecoration:"underline",backgroundColor:"transparent",selectors:{color:"var(--vscode-foreground)"}},icon:{height:16,lineHeight:16,marginLeft:-3,position:"relative",top:1},menuIcon:{position:"relative",top:1}})}render(){return c.default.createElement(S.ActionButton,m(f({},this.props),{styles:this.setStyle(),menuAs:l.UIContextualMenu}))}}o.UIActionButton=t},"./src/components/UIButton/UIDefaultButton.tsx":function(g,o,e){var u=this&&this.__importDefault||function(d){return d&&d.__esModule?d:{default:d}};Object.defineProperty(o,"__esModule",{value:!0}),o.UIDefaultButton=o.BASE_STYLES=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),S=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js"),l=e("./src/components/UIContextualMenu/index.tsx"),t=e("./src/components/UIInput/index.tsx"),r=e("./src/components/Icons.tsx"),n="var(--vscode-button-border, transparent)";o.BASE_STYLES={color:"var(--vscode-button-foreground)",checkedBorderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-border, transparent))",primary:{backgroundColor:"var(--vscode-button-background)",disabledBorderColor:n,borderColor:n,hoverBackgroundColor:"var(--vscode-button-hoverBackground)",hoverBorderColor:n},secondary:{backgroundColor:"var(--vscode-button-secondaryBackground)",disabledBorderColor:n,borderColor:n,hoverBackgroundColor:"var(--vscode-button-secondaryHoverBackground)",hoverBorderColor:n,color:"var(--vscode-button-secondaryForeground)"},transparent:{backgroundColor:"transparent",disabledBorderColor:"transparent",borderColor:"transparent",hoverBackgroundColor:"var(--vscode-toolbar-hoverBackground, var(--vscode-menubar-selectionBackground))",hoverBorderColor:"var(--vscode-contrastActiveBorder, transparent)",hoverBorderStyle:"dashed",color:"var(--vscode-foreground)",checkedBackgroundColor:"var(--vscode-button-background)",checkedColor:"var(--vscode-button-foreground)",checkedBorderStyle:"solid"}};const i="svg > path, svg > rect";class B extends c.default.Component{constructor(a){super(a),this.setStyle=s=>{const{primary:b,transparent:v}=s,_={position:"absolute",width:1,right:21,top:0,bottom:0,backgroundColor:"var(--vscode-editor-background)"},h={root:this.getInteractionStyle(!1,b,v),checked:this.getInteractionStyle(!0,b,v)};return{root:m(f(f({minWidth:"initial",height:22,fontSize:"13px",fontWeight:400,fontFamily:"var(--vscode-font-family)",borderRadius:t.COMMON_INPUT_STYLES.borderRadius,paddingLeft:13,paddingRight:13,backgroundColor:o.BASE_STYLES.secondary.backgroundColor,borderColor:o.BASE_STYLES.secondary.borderColor,color:o.BASE_STYLES.secondary.color},b&&{backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.borderColor,color:o.BASE_STYLES.color}),v&&{backgroundColor:o.BASE_STYLES.transparent.backgroundColor,borderColor:o.BASE_STYLES.transparent.borderColor,color:o.BASE_STYLES.transparent.color}),{selectors:{".ms-Fabric--isFocusVisible &:focus:after":{outlineColor:"var(--vscode-focusBorder)",inset:-3}}}),flexContainer:{height:18},label:{marginLeft:0,marginRight:0,fontWeight:400,lineHeight:20,whiteSpace:"nowrap"},rootDisabled:f(f({opacity:"0.5 !important",backgroundColor:o.BASE_STYLES.secondary.backgroundColor,borderColor:o.BASE_STYLES.secondary.disabledBorderColor,color:o.BASE_STYLES.secondary.color},b&&{opacity:"0.5 !important",color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.disabledBorderColor}),v&&{color:o.BASE_STYLES.transparent.color,backgroundColor:o.BASE_STYLES.transparent.backgroundColor,borderColor:o.BASE_STYLES.transparent.disabledBorderColor}),rootPressed:h.root,rootHovered:h.root,icon:f(f({height:16,lineHeight:16,marginLeft:-3,color:o.BASE_STYLES.secondary.color,selectors:{[i]:{fill:o.BASE_STYLES.secondary.color}}},b&&{color:o.BASE_STYLES.color,selectors:{[i]:{fill:o.BASE_STYLES.color}}}),v&&{color:o.BASE_STYLES.transparent.color,selectors:{[i]:{fill:o.BASE_STYLES.transparent.color}}}),menuIcon:{selectors:f({"svg > path":{fill:o.BASE_STYLES.secondary.color}},b&&{"svg > path":{fill:o.BASE_STYLES.color}})},rootChecked:f(f({backgroundColor:o.BASE_STYLES.secondary.backgroundColor,color:o.BASE_STYLES.secondary.color,borderColor:o.BASE_STYLES.checkedBorderColor},b&&{backgroundColor:o.BASE_STYLES.primary.backgroundColor,color:o.BASE_STYLES.color}),v&&{backgroundColor:o.BASE_STYLES.transparent.checkedBackgroundColor,color:o.BASE_STYLES.transparent.checkedColor,borderStyle:o.BASE_STYLES.transparent.checkedBorderStyle}),rootCheckedHovered:h.checked,rootCheckedPressed:h.checked,splitButtonMenuButton:{padding:6,height:22,boxSizing:"border-box",borderRadius:`0 ${t.COMMON_INPUT_STYLES.borderRadius}px ${t.COMMON_INPUT_STYLES.borderRadius}px 0 !important`,borderLeft:"none",outline:"transparent",userSelect:"none",display:"inline-block",textDecoration:"none",textAlign:"center",cursor:"pointer",verticalAlign:"top",width:22,marginLeft:-1,marginTop:0,marginRight:0,marginBottom:0,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.borderColor,color:o.BASE_STYLES.color,selectors:{"&:hover":{color:o.BASE_STYLES.color,backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{[i]:{fill:o.BASE_STYLES.color}}}}},splitButtonMenuButtonDisabled:f({opacity:"0.5 !important",backgroundColor:"var(--vscode-button-secondaryBackground,#5f6a79)",borderColor:o.BASE_STYLES.secondary.backgroundColor,color:o.BASE_STYLES.secondary.color},b&&{color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:"var(--vscode-button-background)"}),splitButtonMenuFocused:{selectors:{"&:focus":{color:"red"}}},splitButtonMenuButtonExpanded:{color:o.BASE_STYLES.color,backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{[i]:{fill:o.BASE_STYLES.color},"&:hover":{color:o.BASE_STYLES.color,backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{[i]:{fill:o.BASE_STYLES.color}}}}},splitButtonDivider:_,splitButtonDividerDisabled:_,splitButtonContainerFocused:{".ms-Fabric--isFocusVisible &:focus:after":{border:"none",outlineColor:"var(--vscode-focusBorder)",inset:-2}}}}}getInteractionStyle(a,s,b){let v=f(f({color:o.BASE_STYLES.secondary.color,backgroundColor:o.BASE_STYLES.secondary.hoverBackgroundColor,borderColor:o.BASE_STYLES.secondary.hoverBorderColor,selectors:{[i]:{fill:o.BASE_STYLES.secondary.color}}},s&&{color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.hoverBackgroundColor,borderColor:o.BASE_STYLES.primary.hoverBorderColor,selectors:{[i]:{fill:o.BASE_STYLES.color}}}),a&&{borderColor:o.BASE_STYLES.checkedBorderColor});return b&&(a?v=m(f({},v),{color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.borderColor,selectors:{[i]:{fill:o.BASE_STYLES.color}}}):v=m(f({},v),{color:o.BASE_STYLES.transparent.color,backgroundColor:o.BASE_STYLES.transparent.hoverBackgroundColor,borderColor:o.BASE_STYLES.transparent.hoverBorderColor,borderStyle:o.BASE_STYLES.transparent.hoverBorderStyle,selectors:{[i]:{fill:o.BASE_STYLES.transparent.color}}})),a&&(v=m(f({},v),{borderColor:o.BASE_STYLES.checkedBorderColor})),v}render(){var s;const a=(s=this.props.menuProps)!=null&&s.items?{iconName:r.UiIcons.ArrowDown}:void 0;return c.default.createElement(S.DefaultButton,m(f({menuIconProps:a},this.props),{styles:this.setStyle(this.props),menuAs:l.UIContextualMenu}))}}o.UIDefaultButton=B},"./src/components/UIButton/UIIconButton.tsx":function(g,o,e){var u=this&&this.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(o,"__esModule",{value:!0}),o.UIIconButton=o.UIIconButtonSizes=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),S=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js"),l=e("./src/components/UIContextualMenu/index.tsx");var t;(function(n){n.Default="Default",n.Wide="Wide"})(t||(o.UIIconButtonSizes=t={}));class r extends c.default.Component{constructor(i){super(i),this.setStyle=B=>{var s;const a=((s=B.sizeType)!=null?s:t.Default)===t.Default?16:26;return{root:{minWidth:"initial",height:16,width:a,boxSizing:"content-box",padding:3,backgroundColor:"transparent",borderRadius:4,selectors:{".ms-Fabric--isFocusVisible &:focus:after":{outline:"1px solid var(--vscode-focusBorder)"}}},rootDisabled:{backgroundColor:"transparent",opacity:"0.4"},rootHasMenu:{width:a},rootHovered:{backgroundColor:this.getButtonInteractionBackgroundColor("--vscode-toolbar-hoverBackground"),outline:"1px dashed var(--vscode-contrastActiveBorder)"},rootPressed:{backgroundColor:this.getButtonInteractionBackgroundColor("--vscode-toolbar-activeBackground")},rootExpanded:{backgroundColor:this.getButtonInteractionBackgroundColor("--vscode-toolbar-hoverBackground"),width:a},rootExpandedHovered:{backgroundColor:"transparent"},flexContainer:{width:"100%",height:"100%"},icon:{height:16,width:a,lineHeight:16,display:"flex",alignItems:"center",justifyContent:"center"},iconHovered:{backgroundColor:"transparent"},menuIconExpanded:{display:"none"},menuIcon:{display:"none"},rootChecked:{backgroundColor:"var(--vscode-button-background)",color:"var(--vscode-button-foreground)",outline:"1px solid var(--vscode-contrastActiveBorder)",selectors:{".ms-Fabric--isFocusVisible &:focus:after":{inset:"-1px"}}},rootCheckedHovered:{backgroundColor:"var(--vscode-button-background)",outline:"1px dashed var(--vscode-contrastActiveBorder)"},iconChecked:{color:"var(--vscode-button-foreground)",selectors:{"> svg *":{fill:"currentColor"}}}}}}getButtonInteractionBackgroundColor(i){return`var(${i}, var(--vscode-menubar-selectionBackground))`}render(){return c.default.createElement(S.IconButton,m(f({},this.props),{styles:this.setStyle(this.props),menuAs:l.UIContextualMenu}))}}o.UIIconButton=r},"./src/components/UIButton/UISmallButton.tsx":function(g,o,e){var u=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(o,"__esModule",{value:!0}),o.UISmallButton=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),S=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");class l extends c.default.Component{constructor(r){super(r),this.buttonSecondaryForeground="--vscode-button-secondaryForeground",this.setStyle=n=>({root:m(f({minWidth:"initial",height:16,fontSize:"11px",fontWeight:400,fontFamily:"var(--vscode-font-family)",borderRadius:20,paddingLeft:13,paddingRight:13,backgroundColor:"var(--vscode-button-secondaryBackground, #5f6a79)",borderColor:"var(--vscode-contrastBorder, var(--vscode-button-secondaryBackground, #5f6a79))",color:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff")},n.primary&&{backgroundColor:this.getColor("--vscode-button-background"),borderColor:"var(--vscode-contrastBorder, var(--vscode-button-background))",color:this.getColor("--vscode-button-foreground")}),{selectors:{".ms-Fabric--isFocusVisible &:focus:after":{outlineColor:"var(--vscode-focusBorder)",inset:-3}}}),label:{marginLeft:0,marginRight:0,fontWeight:400,lineHeight:11,whiteSpace:"nowrap"},rootDisabled:f({opacity:"0.5 !important",backgroundColor:"var(--vscode-button-secondaryBackground,#5f6a79)",borderColor:"var(--vscode-button-secondaryBackground, #5f6a79)",color:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff")},n.primary&&{opacity:"0.5 !important",color:this.getColor("--vscode-button-foreground"),backgroundColor:"var(--vscode-button-background)",borderColor:"var(--vscode-button-background)"}),rootHovered:f({color:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff"),backgroundColor:"var(--vscode-button-secondaryHoverBackground, #4c5561)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-secondaryHoverBackground, #4c5561))",selectors:{"svg > path, svg > rect":{fill:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff")}}},n.primary&&{color:"var(--vscode-button-foreground)",backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{"svg > path, svg > rect":{fill:"var(--vscode-button-foreground)"}}})})}getColor(r){return`var(${r})`}getColorwithFallback(r,n){return`var(${r}, ${n})`}render(){return c.default.createElement(S.DefaultButton,m(f({},this.props),{styles:this.setStyle(this.props)}))}}o.UISmallButton=l},"./src/components/UIButton/UISplitButton.tsx":function(g,o,e){var u=this&&this.__createBinding||(Object.create?function(d,a,s,b){b===void 0&&(b=s);var v=Object.getOwnPropertyDescriptor(a,s);(!v||("get"in v?!a.__esModule:v.writable||v.configurable))&&(v={enumerable:!0,get:function(){return a[s]}}),Object.defineProperty(d,b,v)}:function(d,a,s,b){b===void 0&&(b=s),d[b]=a[s]}),c=this&&this.__setModuleDefault||(Object.create?function(d,a){Object.defineProperty(d,"default",{enumerable:!0,value:a})}:function(d,a){d.default=a}),S=this&&this.__importStar||function(d){if(d&&d.__esModule)return d;var a={};if(d!=null)for(var s in d)s!=="default"&&Object.prototype.hasOwnProperty.call(d,s)&&u(a,d,s);return c(a,d),a};Object.defineProperty(o,"__esModule",{value:!0}),o.UISplitButton=void 0;const l=S(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),t=e("./src/components/UIButton/UIDefaultButton.tsx"),r=e("./src/components/UIContextualMenu/index.tsx"),n=e("./src/components/Icons.tsx"),i=e("./src/utilities/index.ts");class B extends l.Component{constructor(a){super(a),this.id=this.props.id?this.props.id:(0,i.getUIId)("ui-split-button-"),this.onClick=()=>{this.props.callback(this.props.button.key)},this.onMenuItemClick=(s,b)=>{b!=null&&b.key&&this.props.callback(b.key)},this.state={menu:{items:a.menuItems,onItemClick:this.onMenuItemClick}},this.onClick=this.onClick.bind(this)}static getDerivedStateFromProps(a,s){return{menu:{items:a.menuItems,onItemClick:s.menu.onItemClick}}}render(){return l.createElement(t.UIDefaultButton,{ariaLabel:this.props.ariaLabel,ariaDescription:this.props.ariaDescription,id:this.id,className:"ui-split-button",primary:!0,split:!0,onClick:this.onClick.bind(this),menuProps:this.state.menu,menuIconProps:{iconName:n.UiIcons.ArrowDown},menuAs:r.UIContextualMenu,disabled:this.props.disabled},this.props.button.text)}}o.UISplitButton=B},"./src/components/UIButton/index.tsx":function(g,o,e){var u=this&&this.__createBinding||(Object.create?function(l,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(l,n,i)}:function(l,t,r,n){n===void 0&&(n=r),l[n]=t[r]}),c=this&&this.__exportStar||function(l,t){for(var r in l)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&u(t,l,r)};Object.defineProperty(o,"__esModule",{value:!0}),o.UIButtonInterface=void 0;const S=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"UIButtonInterface",{enumerable:!0,get:function(){return S.IButton}}),c(e("./src/components/UIButton/UIActionButton.tsx"),o),c(e("./src/components/UIButton/UIDefaultButton.tsx"),o),c(e("./src/components/UIButton/UIIconButton.tsx"),o),c(e("./src/components/UIButton/UISplitButton.tsx"),o),c(e("./src/components/UIButton/UISmallButton.tsx"),o)},"./src/utilities/Dom.ts":(g,o)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.isHTMLInputElement=o.isHTMLElement=void 0;function e(c){return"title"in c}o.isHTMLElement=e;function u(c){return"value"in c&&"tagName"in c&&c.tagName==="INPUT"}o.isHTMLInputElement=u},"./src/utilities/Focus.ts":(g,o,e)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.focusToSibling=o.getPreviousElement=o.getNextElement=o.setUIFocusVisibility=o.getUILastFocusable=o.getUIFirstFocusable=void 0;const u=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"getUIFirstFocusable",{enumerable:!0,get:function(){return u.getFirstFocusable}}),Object.defineProperty(o,"getUILastFocusable",{enumerable:!0,get:function(){return u.getLastFocusable}}),Object.defineProperty(o,"setUIFocusVisibility",{enumerable:!0,get:function(){return u.setFocusVisibility}}),Object.defineProperty(o,"getNextElement",{enumerable:!0,get:function(){return u.getNextElement}}),Object.defineProperty(o,"getPreviousElement",{enumerable:!0,get:function(){return u.getPreviousElement}});function c(S,l){const t=(0,u.getDocument)();if(t){let r=null;if(l?r=(0,u.getNextElement)(t.body,S,!1,!1,!0,!0):r=(0,u.getPreviousElement)(t.body,S,!1,!1,!0,!0),r)return r.focus(),r}return null}o.focusToSibling=c},"./src/utilities/Id.ts":(g,o,e)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.getUIId=void 0;const u=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"getUIId",{enumerable:!0,get:function(){return u.getId}})},"./src/utilities/Keys.ts":(g,o,e)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.UIKeyCodes=void 0;const u=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"UIKeyCodes",{enumerable:!0,get:function(){return u.KeyCodes}})},"./src/utilities/index.ts":function(g,o,e){var u=this&&this.__createBinding||(Object.create?function(S,l,t,r){r===void 0&&(r=t);var n=Object.getOwnPropertyDescriptor(l,t);(!n||("get"in n?!l.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return l[t]}}),Object.defineProperty(S,r,n)}:function(S,l,t,r){r===void 0&&(r=t),S[r]=l[t]}),c=this&&this.__exportStar||function(S,l){for(var t in S)t!=="default"&&!Object.prototype.hasOwnProperty.call(l,t)&&u(l,S,t)};Object.defineProperty(o,"__esModule",{value:!0}),c(e("./src/utilities/Dom.ts"),o),c(e("./src/utilities/Focus.ts"),o),c(e("./src/utilities/Id.ts"),o),c(e("./src/utilities/Keys.ts"),o)}}]);})();
@@ -488,7 +488,7 @@
488
488
  window['TAGS_OPTIONS'] = {"dev-only":{"excludeFromDocsStories":true},"docs-only":{"excludeFromSidebar":true},"test-only":{"excludeFromSidebar":true,"excludeFromDocsStories":true}};</script><script type="module">import './sb-preview/runtime.js';
489
489
 
490
490
 
491
- import './runtime~main.15f68d5c.iframe.bundle.js';
491
+ import './runtime~main.98e0e637.iframe.bundle.js';
492
492
 
493
493
  import './917.e36fe354.iframe.bundle.js';
494
494
 
@@ -1 +1 @@
1
- {"generatedAt":1724137994461,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"testPackages":{"@testing-library/jest-dom":"5.17.0","@testing-library/react":"12.1.5","babel-jest":"29.7.0","jest-environment-jsdom":"29.7.0","jest-scss-transform":"1.0.3"},"monorepo":"Nx","packageManager":{"type":"pnpm","version":"8.14.0"},"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"8.1.11","storybookVersionSpecifier":"8.1.11","language":"typescript","storybookPackages":{"@storybook/react":{"version":"8.1.11"},"@storybook/react-webpack5":{"version":"8.1.11"},"eslint-plugin-storybook":{"version":"0.6.15"},"storybook":{"version":"8.1.11"}},"addons":{"storybook-addon-turbo-build":{"version":"2.0.1"}}}
1
+ {"generatedAt":1724164038407,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"testPackages":{"@testing-library/jest-dom":"5.17.0","@testing-library/react":"12.1.5","babel-jest":"29.7.0","jest-environment-jsdom":"29.7.0","jest-scss-transform":"1.0.3"},"monorepo":"Nx","packageManager":{"type":"pnpm","version":"8.14.0"},"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"8.1.11","storybookVersionSpecifier":"8.1.11","language":"typescript","storybookPackages":{"@storybook/react":{"version":"8.1.11"},"@storybook/react-webpack5":{"version":"8.1.11"},"eslint-plugin-storybook":{"version":"0.6.15"},"storybook":{"version":"8.1.11"}},"addons":{"storybook-addon-turbo-build":{"version":"2.0.1"}}}
@@ -1,2 +1,2 @@
1
- (()=>{(()=>{"use strict";var y={},g={};function r(e){var f=g[e];if(f!==void 0)return f.exports;var t=g[e]={id:e,exports:{}};return y[e].call(t.exports,t,t.exports,r),t.exports}r.m=y,(()=>{var e=[];r.O=(f,t,a,i)=>{if(t){i=i||0;for(var n=e.length;n>0&&e[n-1][2]>i;n--)e[n]=e[n-1];e[n]=[t,a,i];return}for(var o=1/0,n=0;n<e.length;n++){for(var[t,a,i]=e[n],d=!0,s=0;s<t.length;s++)(i&!1||o>=i)&&Object.keys(r.O).every(p=>r.O[p](t[s]))?t.splice(s--,1):(d=!1,i<o&&(o=i));if(d){e.splice(n--,1);var l=a();l!==void 0&&(f=l)}}return f}})(),r.n=e=>{var f=e&&e.__esModule?()=>e.default:()=>e;return r.d(f,{a:f}),f},(()=>{var e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,f;r.t=function(t,a){if(a&1&&(t=this(t)),a&8||typeof t=="object"&&t&&(a&4&&t.__esModule||a&16&&typeof t.then=="function"))return t;var i=Object.create(null);r.r(i);var n={};f=f||[null,e({}),e([]),e(e)];for(var o=a&2&&t;typeof o=="object"&&!~f.indexOf(o);o=e(o))Object.getOwnPropertyNames(o).forEach(d=>n[d]=()=>t[d]);return n.default=()=>t,r.d(i,n),i}})(),r.d=(e,f)=>{for(var t in f)r.o(f,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:f[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((f,t)=>(r.f[t](e,f),f),[])),r.u=e=>""+({29:"UITreedropdown-story",84:"UIActionCallout-story",210:"UIFlexibleTable-story",218:"UIPersona-story",244:"UICalloutCollisionTransform-story",248:"UISections-story",292:"UICallout-story",294:"UICheckbox-story",295:"UICombobox-story",302:"UITranslationInput-story",309:"UITable-story",328:"UIMessageBar-story",398:"UILabel-story",456:"UISeparator-story",469:"UILink-story",520:"UIDropdown-story",524:"UIIcon-story",535:"UIQuickNavigation-story",626:"UIToggle-story",672:"Utilities-story",682:"UILoader-story",693:"UIDialog-story",740:"UIButton-story",761:"UICreateSelect-story",778:"UIContextualMenu-story",786:"UISearchBox-story",797:"UITextInput-story",835:"UIDatePicker-story",844:"UIToggleGroup-story",900:"UIChoiceGroup-story",963:"UITooltip-story"}[e]||e)+"."+{16:"a38966a1",29:"3d63b270",84:"cd9a4beb",125:"46be9266",210:"faa649e8",217:"a4fe3cf8",218:"64e359c0",244:"741a4d8c",248:"facfd664",254:"480f8d47",292:"7cd26cda",294:"dcd576b7",295:"5b7d9ef6",302:"d78a0bfb",309:"6aac2419",328:"979ecd75",336:"0ca2c0c2",398:"e4308889",412:"d3210aac",416:"dd07bcba",454:"2a9a7de4",456:"f9a9d365",469:"c9176893",491:"4bd20b35",520:"0082feff",524:"501aaad6",535:"b13443bd",589:"c64b5c08",626:"24e13647",672:"b51f0de1",682:"20aa84cf",690:"42cf7065",693:"f1ca99dd",740:"6d8e1074",761:"add34304",778:"9ed0b679",786:"204c5642",797:"094d2f36",835:"6dc50d40",844:"b0c82239",871:"464dbe9f",900:"cb945b22",921:"a72c9992",930:"63eedb91",963:"5ea93f7a",988:"55289599"}[e]+".iframe.bundle.js",r.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(e){if(typeof window=="object")return window}}(),r.o=(e,f)=>Object.prototype.hasOwnProperty.call(e,f),(()=>{var e={},f="@sap-ux/ui-components:";r.l=(t,a,i,n)=>{if(e[t]){e[t].push(a);return}var o,d;if(i!==void 0)for(var s=document.getElementsByTagName("script"),l=0;l<s.length;l++){var c=s[l];if(c.getAttribute("src")==t||c.getAttribute("data-webpack")==f+i){o=c;break}}o||(d=!0,o=document.createElement("script"),o.charset="utf-8",o.timeout=120,r.nc&&o.setAttribute("nonce",r.nc),o.setAttribute("data-webpack",f+i),o.src=t),e[t]=[a];var u=(_,p)=>{o.onerror=o.onload=null,clearTimeout(b);var U=e[t];if(delete e[t],o.parentNode&&o.parentNode.removeChild(o),U&&U.forEach(h=>h(p)),_)return _(p)},b=setTimeout(u.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=u.bind(null,o.onerror),o.onload=u.bind(null,o.onload),d&&document.head.appendChild(o)}})(),r.r=e=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="",(()=>{var e={303:0};r.f.j=(a,i)=>{var n=r.o(e,a)?e[a]:void 0;if(n!==0)if(n)i.push(n[2]);else if(a!=303){var o=new Promise((c,u)=>n=e[a]=[c,u]);i.push(n[2]=o);var d=r.p+r.u(a),s=new Error,l=c=>{if(r.o(e,a)&&(n=e[a],n!==0&&(e[a]=void 0),n)){var u=c&&(c.type==="load"?"missing":c.type),b=c&&c.target&&c.target.src;s.message="Loading chunk "+a+` failed.
2
- (`+u+": "+b+")",s.name="ChunkLoadError",s.type=u,s.request=b,n[1](s)}};r.l(d,l,"chunk-"+a,a)}else e[a]=0},r.O.j=a=>e[a]===0;var f=(a,i)=>{var[n,o,d]=i,s,l,c=0;if(n.some(b=>e[b]!==0)){for(s in o)r.o(o,s)&&(r.m[s]=o[s]);if(d)var u=d(r)}for(a&&a(i);c<n.length;c++)l=n[c],r.o(e,l)&&e[l]&&e[l][0](),e[l]=0;return r.O(u)},t=self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[];t.forEach(f.bind(null,0)),t.push=f.bind(null,t.push.bind(t))})(),r.nc=void 0})();})();
1
+ (()=>{(()=>{"use strict";var y={},g={};function r(e){var f=g[e];if(f!==void 0)return f.exports;var t=g[e]={id:e,exports:{}};return y[e].call(t.exports,t,t.exports,r),t.exports}r.m=y,(()=>{var e=[];r.O=(f,t,a,i)=>{if(t){i=i||0;for(var n=e.length;n>0&&e[n-1][2]>i;n--)e[n]=e[n-1];e[n]=[t,a,i];return}for(var o=1/0,n=0;n<e.length;n++){for(var[t,a,i]=e[n],l=!0,s=0;s<t.length;s++)(i&!1||o>=i)&&Object.keys(r.O).every(p=>r.O[p](t[s]))?t.splice(s--,1):(l=!1,i<o&&(o=i));if(l){e.splice(n--,1);var d=a();d!==void 0&&(f=d)}}return f}})(),r.n=e=>{var f=e&&e.__esModule?()=>e.default:()=>e;return r.d(f,{a:f}),f},(()=>{var e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,f;r.t=function(t,a){if(a&1&&(t=this(t)),a&8||typeof t=="object"&&t&&(a&4&&t.__esModule||a&16&&typeof t.then=="function"))return t;var i=Object.create(null);r.r(i);var n={};f=f||[null,e({}),e([]),e(e)];for(var o=a&2&&t;typeof o=="object"&&!~f.indexOf(o);o=e(o))Object.getOwnPropertyNames(o).forEach(l=>n[l]=()=>t[l]);return n.default=()=>t,r.d(i,n),i}})(),r.d=(e,f)=>{for(var t in f)r.o(f,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:f[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((f,t)=>(r.f[t](e,f),f),[])),r.u=e=>""+({29:"UITreedropdown-story",84:"UIActionCallout-story",210:"UIFlexibleTable-story",218:"UIPersona-story",244:"UICalloutCollisionTransform-story",248:"UISections-story",292:"UICallout-story",294:"UICheckbox-story",295:"UICombobox-story",302:"UITranslationInput-story",309:"UITable-story",328:"UIMessageBar-story",398:"UILabel-story",456:"UISeparator-story",469:"UILink-story",520:"UIDropdown-story",524:"UIIcon-story",535:"UIQuickNavigation-story",626:"UIToggle-story",672:"Utilities-story",682:"UILoader-story",693:"UIDialog-story",740:"UIButton-story",761:"UICreateSelect-story",778:"UIContextualMenu-story",786:"UISearchBox-story",797:"UITextInput-story",835:"UIDatePicker-story",844:"UIToggleGroup-story",900:"UIChoiceGroup-story",963:"UITooltip-story"}[e]||e)+"."+{16:"a38966a1",29:"3d63b270",84:"cd9a4beb",125:"46be9266",210:"faa649e8",217:"a4fe3cf8",218:"64e359c0",244:"741a4d8c",248:"facfd664",254:"480f8d47",292:"7cd26cda",294:"dcd576b7",295:"5b7d9ef6",302:"d78a0bfb",309:"6aac2419",328:"979ecd75",336:"0ca2c0c2",398:"e4308889",412:"d3210aac",416:"dd07bcba",454:"2a9a7de4",456:"f9a9d365",469:"c9176893",491:"520ba7fd",520:"0082feff",524:"501aaad6",535:"b13443bd",589:"c64b5c08",626:"24e13647",672:"b51f0de1",682:"20aa84cf",690:"42cf7065",693:"f1ca99dd",740:"6d8e1074",761:"add34304",778:"9ed0b679",786:"204c5642",797:"094d2f36",835:"6dc50d40",844:"b0c82239",871:"464dbe9f",900:"cb945b22",921:"a72c9992",930:"63eedb91",963:"5ea93f7a",988:"55289599"}[e]+".iframe.bundle.js",r.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(e){if(typeof window=="object")return window}}(),r.o=(e,f)=>Object.prototype.hasOwnProperty.call(e,f),(()=>{var e={},f="@sap-ux/ui-components:";r.l=(t,a,i,n)=>{if(e[t]){e[t].push(a);return}var o,l;if(i!==void 0)for(var s=document.getElementsByTagName("script"),d=0;d<s.length;d++){var c=s[d];if(c.getAttribute("src")==t||c.getAttribute("data-webpack")==f+i){o=c;break}}o||(l=!0,o=document.createElement("script"),o.charset="utf-8",o.timeout=120,r.nc&&o.setAttribute("nonce",r.nc),o.setAttribute("data-webpack",f+i),o.src=t),e[t]=[a];var u=(_,p)=>{o.onerror=o.onload=null,clearTimeout(b);var U=e[t];if(delete e[t],o.parentNode&&o.parentNode.removeChild(o),U&&U.forEach(h=>h(p)),_)return _(p)},b=setTimeout(u.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=u.bind(null,o.onerror),o.onload=u.bind(null,o.onload),l&&document.head.appendChild(o)}})(),r.r=e=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="",(()=>{var e={303:0};r.f.j=(a,i)=>{var n=r.o(e,a)?e[a]:void 0;if(n!==0)if(n)i.push(n[2]);else if(a!=303){var o=new Promise((c,u)=>n=e[a]=[c,u]);i.push(n[2]=o);var l=r.p+r.u(a),s=new Error,d=c=>{if(r.o(e,a)&&(n=e[a],n!==0&&(e[a]=void 0),n)){var u=c&&(c.type==="load"?"missing":c.type),b=c&&c.target&&c.target.src;s.message="Loading chunk "+a+` failed.
2
+ (`+u+": "+b+")",s.name="ChunkLoadError",s.type=u,s.request=b,n[1](s)}};r.l(l,d,"chunk-"+a,a)}else e[a]=0},r.O.j=a=>e[a]===0;var f=(a,i)=>{var[n,o,l]=i,s,d,c=0;if(n.some(b=>e[b]!==0)){for(s in o)r.o(o,s)&&(r.m[s]=o[s]);if(l)var u=l(r)}for(a&&a(i);c<n.length;c++)d=n[c],r.o(e,d)&&e[d]&&e[d][0](),e[d]=0;return r.O(u)},t=self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[];t.forEach(f.bind(null,0)),t.push=f.bind(null,t.push.bind(t))})(),r.nc=void 0})();})();
@@ -1 +0,0 @@
1
- "use strict";(()=>{var E=Object.defineProperty,y=Object.defineProperties;var I=Object.getOwnPropertyDescriptors;var C=Object.getOwnPropertySymbols;var k=Object.prototype.hasOwnProperty,L=Object.prototype.propertyIsEnumerable;var p=(v,o,e)=>o in v?E(v,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):v[o]=e,b=(v,o)=>{for(var e in o||(o={}))k.call(o,e)&&p(v,e,o[e]);if(C)for(var e of C(o))L.call(o,e)&&p(v,e,o[e]);return v},m=(v,o)=>y(v,I(o));(self.webpackChunk_sap_ux_ui_components=self.webpackChunk_sap_ux_ui_components||[]).push([[491],{"./src/components/UIButton/UIActionButton.tsx":function(v,o,e){var u=this&&this.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(o,"__esModule",{value:!0}),o.UIActionButton=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),f=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js"),l=e("./src/components/UIContextualMenu/index.tsx");class t extends c.default.Component{constructor(n){super(n),this.setStyle=()=>({root:{minWidth:"initial",height:22,fontSize:"13px",fontWeight:400,color:"var(--vscode-foreground)",borderRadius:0,whiteSpace:"nowrap",backgroundColor:"transparent",selectors:{"&:active":{textDecoration:"underline"},".ms-Fabric--isFocusVisible &:focus:after":{outline:"1px solid var(--vscode-focusBorder)"}}},label:{marginLeft:0,marginRight:0,fontSize:"13px",fontWeight:400,fontFamily:"var(--vscode-font-family)"},rootDisabled:{backgroundColor:"transparent",color:"var(--vscode-foreground)",opacity:"0.4",pointerEvents:"none"},rootHovered:{color:"var(--vscode-foreground)",textDecoration:"underline",backgroundColor:"transparent",selectors:{color:"var(--vscode-foreground)"}},icon:{height:16,lineHeight:16,marginLeft:-3,position:"relative",top:1},menuIcon:{position:"relative",top:1}})}render(){return c.default.createElement(f.ActionButton,m(b({},this.props),{styles:this.setStyle(),menuAs:l.UIContextualMenu}))}}o.UIActionButton=t},"./src/components/UIButton/UIDefaultButton.tsx":function(v,o,e){var u=this&&this.__importDefault||function(d){return d&&d.__esModule?d:{default:d}};Object.defineProperty(o,"__esModule",{value:!0}),o.UIDefaultButton=o.BASE_STYLES=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),f=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js"),l=e("./src/components/UIContextualMenu/index.tsx"),t=e("./src/components/UIInput/index.tsx"),r=e("./src/components/Icons.tsx"),n="var(--vscode-button-border, transparent)";o.BASE_STYLES={color:"var(--vscode-button-foreground)",checkedBorderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-border, transparent))",primary:{backgroundColor:"var(--vscode-button-background)",disabledBorderColor:n,borderColor:n,hoverBackgroundColor:"var(--vscode-button-hoverBackground)",hoverBorderColor:n},secondary:{backgroundColor:"var(--vscode-button-secondaryBackground)",disabledBorderColor:n,borderColor:n,hoverBackgroundColor:"var(--vscode-button-secondaryHoverBackground)",hoverBorderColor:n,color:"var(--vscode-button-secondaryForeground)"},transparent:{backgroundColor:"transparent",disabledBorderColor:"transparent",borderColor:"transparent",hoverBackgroundColor:"var(--vscode-toolbar-hoverBackground, var(--vscode-menubar-selectionBackground))",hoverBorderColor:"var(--vscode-contrastActiveBorder, transparent)",hoverBorderStyle:"dashed",color:"var(--vscode-foreground)",checkedBackgroundColor:"var(--vscode-button-background)",checkedColor:"var(--vscode-button-foreground)",checkedBorderStyle:"solid"}};const i="svg > path, svg > rect";class B extends c.default.Component{constructor(a){super(a),this.setStyle=g=>{const{primary:s,transparent:S}=g,_={position:"absolute",width:1,right:21,top:0,bottom:0,backgroundColor:"var(--vscode-editor-background)"},h={root:this.getInteractionStyle(!1,s,S),checked:this.getInteractionStyle(!0,s,S)};return{root:m(b(b({minWidth:"initial",height:22,fontSize:"13px",fontWeight:400,fontFamily:"var(--vscode-font-family)",borderRadius:t.COMMON_INPUT_STYLES.borderRadius,paddingLeft:13,paddingRight:13,backgroundColor:o.BASE_STYLES.secondary.backgroundColor,borderColor:o.BASE_STYLES.secondary.borderColor,color:o.BASE_STYLES.secondary.color},s&&{backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.borderColor,color:o.BASE_STYLES.color}),S&&{backgroundColor:o.BASE_STYLES.transparent.backgroundColor,borderColor:o.BASE_STYLES.transparent.borderColor,color:o.BASE_STYLES.transparent.color}),{selectors:{".ms-Fabric--isFocusVisible &:focus:after":{outlineColor:"var(--vscode-focusBorder)",inset:-3}}}),flexContainer:{height:18},label:{marginLeft:0,marginRight:0,fontWeight:400,lineHeight:20,whiteSpace:"nowrap"},rootDisabled:b(b({opacity:"0.5 !important",backgroundColor:o.BASE_STYLES.secondary.backgroundColor,borderColor:o.BASE_STYLES.secondary.disabledBorderColor,color:o.BASE_STYLES.secondary.color},s&&{opacity:"0.5 !important",color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.disabledBorderColor}),S&&{color:o.BASE_STYLES.transparent.color,backgroundColor:o.BASE_STYLES.transparent.backgroundColor,borderColor:o.BASE_STYLES.transparent.disabledBorderColor}),rootPressed:h.root,rootHovered:h.root,icon:b(b({height:16,lineHeight:16,marginLeft:-3,color:o.BASE_STYLES.secondary.color,selectors:{[i]:{fill:o.BASE_STYLES.secondary.color}}},s&&{color:o.BASE_STYLES.color,selectors:{[i]:{fill:o.BASE_STYLES.color}}}),S&&{color:o.BASE_STYLES.transparent.color,selectors:{[i]:{fill:o.BASE_STYLES.transparent.color}}}),menuIcon:{selectors:b({"svg > path":{fill:o.BASE_STYLES.secondary.color}},s&&{"svg > path":{fill:o.BASE_STYLES.color}})},rootChecked:b(b({backgroundColor:o.BASE_STYLES.secondary.backgroundColor,color:o.BASE_STYLES.secondary.color,borderColor:o.BASE_STYLES.checkedBorderColor},s&&{backgroundColor:o.BASE_STYLES.primary.backgroundColor,color:o.BASE_STYLES.color}),S&&{backgroundColor:o.BASE_STYLES.transparent.checkedBackgroundColor,color:o.BASE_STYLES.transparent.checkedColor,borderStyle:o.BASE_STYLES.transparent.checkedBorderStyle}),rootCheckedHovered:h.checked,rootCheckedPressed:h.checked,splitButtonMenuButton:{padding:6,height:22,boxSizing:"border-box",borderRadius:`0 ${t.COMMON_INPUT_STYLES.borderRadius}px ${t.COMMON_INPUT_STYLES.borderRadius}px 0 !important`,borderLeft:"none",outline:"transparent",userSelect:"none",display:"inline-block",textDecoration:"none",textAlign:"center",cursor:"pointer",verticalAlign:"top",width:22,marginLeft:-1,marginTop:0,marginRight:0,marginBottom:0,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.borderColor,color:o.BASE_STYLES.color,selectors:{"&:hover":{color:o.BASE_STYLES.color,backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{[i]:{fill:o.BASE_STYLES.color}}}}},splitButtonMenuButtonDisabled:b({opacity:"0.5 !important",backgroundColor:"var(--vscode-button-secondaryBackground,#5f6a79)",borderColor:o.BASE_STYLES.secondary.backgroundColor,color:o.BASE_STYLES.secondary.color},s&&{color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:"var(--vscode-button-background)"}),splitButtonMenuFocused:{selectors:{"&:focus":{color:"red"}}},splitButtonMenuButtonExpanded:{color:o.BASE_STYLES.color,backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{[i]:{fill:o.BASE_STYLES.color},"&:hover":{color:o.BASE_STYLES.color,backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{[i]:{fill:o.BASE_STYLES.color}}}}},splitButtonDivider:_,splitButtonDividerDisabled:_,splitButtonContainerFocused:{".ms-Fabric--isFocusVisible &:focus:after":{border:"none",outlineColor:"var(--vscode-focusBorder)",inset:-2}}}}}getInteractionStyle(a,g,s){let S=b(b({color:o.BASE_STYLES.secondary.color,backgroundColor:o.BASE_STYLES.secondary.hoverBackgroundColor,borderColor:o.BASE_STYLES.secondary.hoverBorderColor,selectors:{[i]:{fill:o.BASE_STYLES.secondary.color}}},g&&{color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.hoverBackgroundColor,borderColor:o.BASE_STYLES.primary.hoverBorderColor,selectors:{[i]:{fill:o.BASE_STYLES.color}}}),a&&{borderColor:o.BASE_STYLES.checkedBorderColor});return s&&(a?S=m(b({},S),{color:o.BASE_STYLES.color,backgroundColor:o.BASE_STYLES.primary.backgroundColor,borderColor:o.BASE_STYLES.primary.borderColor,selectors:{[i]:{fill:o.BASE_STYLES.color}}}):S=m(b({},S),{color:o.BASE_STYLES.transparent.color,backgroundColor:o.BASE_STYLES.transparent.hoverBackgroundColor,borderColor:o.BASE_STYLES.transparent.hoverBorderColor,borderStyle:o.BASE_STYLES.transparent.hoverBorderStyle,selectors:{[i]:{fill:o.BASE_STYLES.transparent.color}}})),a&&(S=m(b({},S),{borderColor:o.BASE_STYLES.checkedBorderColor})),S}render(){return c.default.createElement(f.DefaultButton,m(b({menuIconProps:{iconName:r.UiIcons.ArrowDown}},this.props),{styles:this.setStyle(this.props),menuAs:l.UIContextualMenu}))}}o.UIDefaultButton=B},"./src/components/UIButton/UIIconButton.tsx":function(v,o,e){var u=this&&this.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(o,"__esModule",{value:!0}),o.UIIconButton=o.UIIconButtonSizes=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),f=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js"),l=e("./src/components/UIContextualMenu/index.tsx");var t;(function(n){n.Default="Default",n.Wide="Wide"})(t||(o.UIIconButtonSizes=t={}));class r extends c.default.Component{constructor(i){super(i),this.setStyle=B=>{var g;const a=((g=B.sizeType)!=null?g:t.Default)===t.Default?16:26;return{root:{minWidth:"initial",height:16,width:a,boxSizing:"content-box",padding:3,backgroundColor:"transparent",borderRadius:4,selectors:{".ms-Fabric--isFocusVisible &:focus:after":{outline:"1px solid var(--vscode-focusBorder)"}}},rootDisabled:{backgroundColor:"transparent",opacity:"0.4"},rootHasMenu:{width:a},rootHovered:{backgroundColor:this.getButtonInteractionBackgroundColor("--vscode-toolbar-hoverBackground"),outline:"1px dashed var(--vscode-contrastActiveBorder)"},rootPressed:{backgroundColor:this.getButtonInteractionBackgroundColor("--vscode-toolbar-activeBackground")},rootExpanded:{backgroundColor:this.getButtonInteractionBackgroundColor("--vscode-toolbar-hoverBackground"),width:a},rootExpandedHovered:{backgroundColor:"transparent"},flexContainer:{width:"100%",height:"100%"},icon:{height:16,width:a,lineHeight:16,display:"flex",alignItems:"center",justifyContent:"center"},iconHovered:{backgroundColor:"transparent"},menuIconExpanded:{display:"none"},menuIcon:{display:"none"},rootChecked:{backgroundColor:"var(--vscode-button-background)",color:"var(--vscode-button-foreground)",outline:"1px solid var(--vscode-contrastActiveBorder)",selectors:{".ms-Fabric--isFocusVisible &:focus:after":{inset:"-1px"}}},rootCheckedHovered:{backgroundColor:"var(--vscode-button-background)",outline:"1px dashed var(--vscode-contrastActiveBorder)"},iconChecked:{color:"var(--vscode-button-foreground)",selectors:{"> svg *":{fill:"currentColor"}}}}}}getButtonInteractionBackgroundColor(i){return`var(${i}, var(--vscode-menubar-selectionBackground))`}render(){return c.default.createElement(f.IconButton,m(b({},this.props),{styles:this.setStyle(this.props),menuAs:l.UIContextualMenu}))}}o.UIIconButton=r},"./src/components/UIButton/UISmallButton.tsx":function(v,o,e){var u=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(o,"__esModule",{value:!0}),o.UISmallButton=void 0;const c=u(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),f=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");class l extends c.default.Component{constructor(r){super(r),this.buttonSecondaryForeground="--vscode-button-secondaryForeground",this.setStyle=n=>({root:m(b({minWidth:"initial",height:16,fontSize:"11px",fontWeight:400,fontFamily:"var(--vscode-font-family)",borderRadius:20,paddingLeft:13,paddingRight:13,backgroundColor:"var(--vscode-button-secondaryBackground, #5f6a79)",borderColor:"var(--vscode-contrastBorder, var(--vscode-button-secondaryBackground, #5f6a79))",color:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff")},n.primary&&{backgroundColor:this.getColor("--vscode-button-background"),borderColor:"var(--vscode-contrastBorder, var(--vscode-button-background))",color:this.getColor("--vscode-button-foreground")}),{selectors:{".ms-Fabric--isFocusVisible &:focus:after":{outlineColor:"var(--vscode-focusBorder)",inset:-3}}}),label:{marginLeft:0,marginRight:0,fontWeight:400,lineHeight:11,whiteSpace:"nowrap"},rootDisabled:b({opacity:"0.5 !important",backgroundColor:"var(--vscode-button-secondaryBackground,#5f6a79)",borderColor:"var(--vscode-button-secondaryBackground, #5f6a79)",color:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff")},n.primary&&{opacity:"0.5 !important",color:this.getColor("--vscode-button-foreground"),backgroundColor:"var(--vscode-button-background)",borderColor:"var(--vscode-button-background)"}),rootHovered:b({color:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff"),backgroundColor:"var(--vscode-button-secondaryHoverBackground, #4c5561)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-secondaryHoverBackground, #4c5561))",selectors:{"svg > path, svg > rect":{fill:this.getColorwithFallback(this.buttonSecondaryForeground,"#ffffff")}}},n.primary&&{color:"var(--vscode-button-foreground)",backgroundColor:"var(--vscode-button-hoverBackground)",borderColor:"var(--vscode-contrastActiveBorder, var(--vscode-button-hoverBackground))",selectors:{"svg > path, svg > rect":{fill:"var(--vscode-button-foreground)"}}})})}getColor(r){return`var(${r})`}getColorwithFallback(r,n){return`var(${r}, ${n})`}render(){return c.default.createElement(f.DefaultButton,m(b({},this.props),{styles:this.setStyle(this.props)}))}}o.UISmallButton=l},"./src/components/UIButton/UISplitButton.tsx":function(v,o,e){var u=this&&this.__createBinding||(Object.create?function(d,a,g,s){s===void 0&&(s=g);var S=Object.getOwnPropertyDescriptor(a,g);(!S||("get"in S?!a.__esModule:S.writable||S.configurable))&&(S={enumerable:!0,get:function(){return a[g]}}),Object.defineProperty(d,s,S)}:function(d,a,g,s){s===void 0&&(s=g),d[s]=a[g]}),c=this&&this.__setModuleDefault||(Object.create?function(d,a){Object.defineProperty(d,"default",{enumerable:!0,value:a})}:function(d,a){d.default=a}),f=this&&this.__importStar||function(d){if(d&&d.__esModule)return d;var a={};if(d!=null)for(var g in d)g!=="default"&&Object.prototype.hasOwnProperty.call(d,g)&&u(a,d,g);return c(a,d),a};Object.defineProperty(o,"__esModule",{value:!0}),o.UISplitButton=void 0;const l=f(e("../../node_modules/.pnpm/react@16.14.0/node_modules/react/index.js")),t=e("./src/components/UIButton/UIDefaultButton.tsx"),r=e("./src/components/UIContextualMenu/index.tsx"),n=e("./src/components/Icons.tsx"),i=e("./src/utilities/index.ts");class B extends l.Component{constructor(a){super(a),this.id=this.props.id?this.props.id:(0,i.getUIId)("ui-split-button-"),this.onClick=()=>{this.props.callback(this.props.button.key)},this.onMenuItemClick=(g,s)=>{s!=null&&s.key&&this.props.callback(s.key)},this.state={menu:{items:a.menuItems,onItemClick:this.onMenuItemClick}},this.onClick=this.onClick.bind(this)}static getDerivedStateFromProps(a,g){return{menu:{items:a.menuItems,onItemClick:g.menu.onItemClick}}}render(){return l.createElement(t.UIDefaultButton,{ariaLabel:this.props.ariaLabel,ariaDescription:this.props.ariaDescription,id:this.id,className:"ui-split-button",primary:!0,split:!0,onClick:this.onClick.bind(this),menuProps:this.state.menu,menuIconProps:{iconName:n.UiIcons.ArrowDown},menuAs:r.UIContextualMenu,disabled:this.props.disabled},this.props.button.text)}}o.UISplitButton=B},"./src/components/UIButton/index.tsx":function(v,o,e){var u=this&&this.__createBinding||(Object.create?function(l,t,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(l,n,i)}:function(l,t,r,n){n===void 0&&(n=r),l[n]=t[r]}),c=this&&this.__exportStar||function(l,t){for(var r in l)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&u(t,l,r)};Object.defineProperty(o,"__esModule",{value:!0}),o.UIButtonInterface=void 0;const f=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"UIButtonInterface",{enumerable:!0,get:function(){return f.IButton}}),c(e("./src/components/UIButton/UIActionButton.tsx"),o),c(e("./src/components/UIButton/UIDefaultButton.tsx"),o),c(e("./src/components/UIButton/UIIconButton.tsx"),o),c(e("./src/components/UIButton/UISplitButton.tsx"),o),c(e("./src/components/UIButton/UISmallButton.tsx"),o)},"./src/utilities/Dom.ts":(v,o)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.isHTMLInputElement=o.isHTMLElement=void 0;function e(c){return"title"in c}o.isHTMLElement=e;function u(c){return"value"in c&&"tagName"in c&&c.tagName==="INPUT"}o.isHTMLInputElement=u},"./src/utilities/Focus.ts":(v,o,e)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.focusToSibling=o.getPreviousElement=o.getNextElement=o.setUIFocusVisibility=o.getUILastFocusable=o.getUIFirstFocusable=void 0;const u=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"getUIFirstFocusable",{enumerable:!0,get:function(){return u.getFirstFocusable}}),Object.defineProperty(o,"getUILastFocusable",{enumerable:!0,get:function(){return u.getLastFocusable}}),Object.defineProperty(o,"setUIFocusVisibility",{enumerable:!0,get:function(){return u.setFocusVisibility}}),Object.defineProperty(o,"getNextElement",{enumerable:!0,get:function(){return u.getNextElement}}),Object.defineProperty(o,"getPreviousElement",{enumerable:!0,get:function(){return u.getPreviousElement}});function c(f,l){const t=(0,u.getDocument)();if(t){let r=null;if(l?r=(0,u.getNextElement)(t.body,f,!1,!1,!0,!0):r=(0,u.getPreviousElement)(t.body,f,!1,!1,!0,!0),r)return r.focus(),r}return null}o.focusToSibling=c},"./src/utilities/Id.ts":(v,o,e)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.getUIId=void 0;const u=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"getUIId",{enumerable:!0,get:function(){return u.getId}})},"./src/utilities/Keys.ts":(v,o,e)=>{Object.defineProperty(o,"__esModule",{value:!0}),o.UIKeyCodes=void 0;const u=e("../../node_modules/.pnpm/@fluentui+react@8.100.0_@types+react-dom@16.9.24_@types+react@16.14.55_react-dom@16.14.0_react@16.14.0/node_modules/@fluentui/react/lib-commonjs/index.js");Object.defineProperty(o,"UIKeyCodes",{enumerable:!0,get:function(){return u.KeyCodes}})},"./src/utilities/index.ts":function(v,o,e){var u=this&&this.__createBinding||(Object.create?function(f,l,t,r){r===void 0&&(r=t);var n=Object.getOwnPropertyDescriptor(l,t);(!n||("get"in n?!l.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return l[t]}}),Object.defineProperty(f,r,n)}:function(f,l,t,r){r===void 0&&(r=t),f[r]=l[t]}),c=this&&this.__exportStar||function(f,l){for(var t in f)t!=="default"&&!Object.prototype.hasOwnProperty.call(l,t)&&u(l,f,t)};Object.defineProperty(o,"__esModule",{value:!0}),c(e("./src/utilities/Dom.ts"),o),c(e("./src/utilities/Focus.ts"),o),c(e("./src/utilities/Id.ts"),o),c(e("./src/utilities/Keys.ts"),o)}}]);})();