openstack-uicore-foundation 5.0.9-beta.1 → 5.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.codegraph/config.json +140 -0
- package/docs/plans/2026-04-09-showconfirmdialog-react16-compat.md +83 -0
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/mui/editable-table.js +1 -1
- package/lib/components/mui/editable-table.js.map +1 -1
- package/lib/components/mui/sortable-table.js +1 -1
- package/lib/components/mui/sortable-table.js.map +1 -1
- package/lib/components/mui/table.js +1 -1
- package/lib/components/mui/table.js.map +1 -1
- package/lib/css/components/index.css +1 -1
- package/lib/css/components/index.css.map +1 -1
- package/lib/css/components/mui/editable-table.css +2 -0
- package/lib/css/components/mui/editable-table.css.map +1 -0
- package/package.json +1 -1
- package/.claude/settings.local.json +0 -12
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("openstack-uicore-foundation",[],t):"object"==typeof exports?exports["openstack-uicore-foundation"]=t():e["openstack-uicore-foundation"]=t()}(this,(()=>(()=>{"use strict";var e={4574:(e,t,n)=>{var r=n(2015),o=n.n(r),a=n(9825),l=n.n(a),i=n(8619),c=n(5814);const s={warning:o().createElement(c.Warning,{color:"warning"}),success:o().createElement(c.CheckCircle,{color:"success"}),error:o().createElement(c.Error,{color:"error"}),info:o().createElement(c.Info,{color:"info"})},u=({open:e,title:t,text:n,iconType:r="",onConfirm:a,onCancel:l,confirmButtonText:c="Confirm",confirmButtonColor:u="primary",cancelButtonText:m="Cancel",cancelButtonColor:d="primary"})=>o().createElement(i.Dialog,{open:e,onClose:l},o().createElement(i.DialogTitle,{sx:{p:2},component:"div"},o().createElement(i.Typography,{variant:"h5"},t)),o().createElement(i.Divider,null),o().createElement(i.DialogContent,{sx:{p:2}},o().createElement("div",{style:{display:"flex",alignItems:"center"}},s[r]&&o().createElement("div",{style:{marginRight:10}},s[r]),o().createElement(i.Typography,{variant:"body1"},n))),o().createElement(i.Divider,{sx:{margin:"10px 0px 10px 0px"}}),o().createElement(i.DialogActions,null,o().createElement(i.Button,{fullWidth:!0,onClick:l,color:d,variant:"outlined",sx:{whiteSpace:"nowrap",minWidth:100}},m),o().createElement(i.Button,{fullWidth:!0,onClick:a,color:u,variant:"contained",sx:{whiteSpace:"nowrap",minWidth:100}},c)));u.propTypes={open:l().bool,title:l().string.isRequired,text:l().string.isRequired,iconType:l().string,onConfirm:l().func.isRequired,onCancel:l().func.isRequired,confirmButtonText:l().string,confirmButtonColor:l().string,cancelButtonText:l().string,cancelButtonColor:l().string},u.defaultProps={open:!1,iconType:"warning",confirmButtonText:"Confirm",confirmButtonColor:"primary",cancelButtonText:"Cancel",cancelButtonColor:"default"}},6130:(e,t,n)=>{n.d(t,{default:()=>a});n(1116),n(2015),n(4574);const r="__oif_confirm_dialog_bridge__",o="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{},a=({title:e,text:t,iconType:n="",confirmButtonText:a="Confirm",cancelButtonText:l="Cancel",confirmButtonColor:i="primary",cancelButtonColor:c="primary"})=>{if(!o[r])throw new Error("[openstack-uicore-foundation] showConfirmDialog: <GlobalConfirmDialog /> is not mounted. Add <GlobalConfirmDialog /> to the root of your app.");return o[r]({title:e,text:t,iconType:n,confirmButtonText:a,cancelButtonText:l,confirmButtonColor:i,cancelButtonColor:c})}},3209:(e,t,n)=>{n.d(t,{Lr:()=>a,WU:()=>r,k6:()=>o});const r=10,o=20,a=50},1116:e=>{e.exports=require("@babel/runtime/helpers/defineProperty")},5814:e=>{e.exports=require("@mui/icons-material")},4325:e=>{e.exports=require("@mui/icons-material/Close")},6084:e=>{e.exports=require("@mui/icons-material/Delete")},9247:e=>{e.exports=require("@mui/icons-material/Edit")},8619:e=>{e.exports=require("@mui/material")},6831:e=>{e.exports=require("@mui/utils")},6842:e=>{e.exports=require("i18n-react/dist/i18n-react")},7825:e=>{e.exports=require("lodash")},9825:e=>{e.exports=require("prop-types")},2015:e=>{e.exports=require("react")}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={exports:{}};return e[r](a,a.exports,n),a.exports}(()=>{n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t}})(),(()=>{n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}})(),(()=>{n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var r={};n.r(r),n.d(r,{default:()=>j});var o=n(1116),a=n.n(o),l=n(2015),i=n(6842),c=n.n(i),s=n(7825),u=n(8619),m=n(9247),d=n.n(m),p=n(6084),g=n.n(p);const f=require("@mui/icons-material/Check");var b=n.n(f),y=n(4325),x=n.n(y),h=n(6831),C=n(3209),E=n(6130);const w="mx3fuojj3xuUbN9ch3eB",T=require("@mui/icons-material/ArrowForward");var P=n.n(T),B=n(9825),v=n.n(B);function D(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function _(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?D(Object(n),!0).forEach((function(t){a()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}const O={backgroundColor:"background.light",color:"text.disabled"},k=({columns:e=[],data:t=[],children:n,totalRows:r,perPage:o,currentPage:a,onPageChange:i,onPerPageChange:m,onSort:p,options:f={sortCol:"",sortDir:1,disableProp:null},getName:y=e=>e.name,onEdit:T,onArchive:B,onDelete:v,onSelect:D,canDelete:k=()=>!0,deleteDialogTitle:j=null,deleteDialogBody:S=null,deleteDialogConfirmText:q=null,confirmButtonColor:R=null})=>{const W=e.length+(T?1:0)+(v?1:0)+(B?1:0)+(D?1:0),z=[C.WU,C.k6,C.Lr],K=l.useRef(o);let N=z.includes(K.current)?z:[...z,K.current].sort(((e,t)=>e-t));m||(N=[K.current]);const{sortCol:A,sortDir:I}=f,M=(e,t={})=>_(_({},t),(e=>f.disableProp&&e[f.disableProp]?O:null)(e)||{});return l.createElement(u.Box,{sx:{width:"100%"}},l.createElement(u.Paper,{elevation:0,sx:{width:"100%",mb:2}},l.createElement(u.TableContainer,{component:u.Paper,sx:{borderRadius:0,boxShadow:"none"}},l.createElement(u.Table,null,l.createElement(u.TableHead,{sx:{backgroundColor:"#EAEAEA"}},l.createElement(u.TableRow,null,e.map((e=>l.createElement(u.TableCell,{key:e.columnKey,sx:{width:e.width,minWidth:e.width,maxWidth:e.width},align:e.align??"left"},e.sortable?l.createElement(u.TableSortLabel,{active:A===e.columnKey,direction:A===e.columnKey&&-1===I?"desc":"asc",onClick:()=>p(e.columnKey,-1*I)},e.header,A===e.columnKey?l.createElement(u.Box,{component:"span",sx:h.visuallyHidden},-1===I?c().translate("mui_table.sorted_desc"):c().translate("mui_table.sorted_asc")):null):e.header))),T&&l.createElement(u.TableCell,{sx:{width:40}}),B&&l.createElement(u.TableCell,{sx:{width:80}}),v&&l.createElement(u.TableCell,{sx:{width:40}}),D&&l.createElement(u.TableCell,{sx:{width:40}}))),l.createElement(u.TableBody,null,t.map((t=>l.createElement(u.TableRow,{key:t.id},e.map((e=>l.createElement(u.TableCell,{key:e.columnKey,align:e.align??"left",className:`${e.dottedBorder&&w} ${e.className}`,sx:M(t)},((e,t)=>t.render?t.render(e):(0,s.isBoolean)(e[t.columnKey])?e[t.columnKey]?l.createElement(b(),{fontSize:"large"}):l.createElement(x(),{fontSize:"large"}):e[t.columnKey])(t,e)))),T&&l.createElement(u.TableCell,{align:"center",className:w,sx:M(t,{width:40})},l.createElement(u.IconButton,{size:"large",onClick:()=>T(t),"data-testid":"action-edit"},l.createElement(d(),{fontSize:"large"}))),B&&l.createElement(u.TableCell,{align:"center",sx:{width:80},className:w},l.createElement(u.Button,{variant:"text",color:"inherit",size:"small",onClick:()=>B(t),"data-testid":"action-archive",sx:{fontSize:"1.3rem",fontWeight:
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("openstack-uicore-foundation",[],t):"object"==typeof exports?exports["openstack-uicore-foundation"]=t():e["openstack-uicore-foundation"]=t()}(this,(()=>(()=>{"use strict";var e={4574:(e,t,n)=>{var r=n(2015),o=n.n(r),a=n(9825),l=n.n(a),i=n(8619),c=n(5814);const s={warning:o().createElement(c.Warning,{color:"warning"}),success:o().createElement(c.CheckCircle,{color:"success"}),error:o().createElement(c.Error,{color:"error"}),info:o().createElement(c.Info,{color:"info"})},u=({open:e,title:t,text:n,iconType:r="",onConfirm:a,onCancel:l,confirmButtonText:c="Confirm",confirmButtonColor:u="primary",cancelButtonText:m="Cancel",cancelButtonColor:d="primary"})=>o().createElement(i.Dialog,{open:e,onClose:l},o().createElement(i.DialogTitle,{sx:{p:2},component:"div"},o().createElement(i.Typography,{variant:"h5"},t)),o().createElement(i.Divider,null),o().createElement(i.DialogContent,{sx:{p:2}},o().createElement("div",{style:{display:"flex",alignItems:"center"}},s[r]&&o().createElement("div",{style:{marginRight:10}},s[r]),o().createElement(i.Typography,{variant:"body1"},n))),o().createElement(i.Divider,{sx:{margin:"10px 0px 10px 0px"}}),o().createElement(i.DialogActions,null,o().createElement(i.Button,{fullWidth:!0,onClick:l,color:d,variant:"outlined",sx:{whiteSpace:"nowrap",minWidth:100}},m),o().createElement(i.Button,{fullWidth:!0,onClick:a,color:u,variant:"contained",sx:{whiteSpace:"nowrap",minWidth:100}},c)));u.propTypes={open:l().bool,title:l().string.isRequired,text:l().string.isRequired,iconType:l().string,onConfirm:l().func.isRequired,onCancel:l().func.isRequired,confirmButtonText:l().string,confirmButtonColor:l().string,cancelButtonText:l().string,cancelButtonColor:l().string},u.defaultProps={open:!1,iconType:"warning",confirmButtonText:"Confirm",confirmButtonColor:"primary",cancelButtonText:"Cancel",cancelButtonColor:"default"}},6130:(e,t,n)=>{n.d(t,{default:()=>a});n(1116),n(2015),n(4574);const r="__oif_confirm_dialog_bridge__",o="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{},a=({title:e,text:t,iconType:n="",confirmButtonText:a="Confirm",cancelButtonText:l="Cancel",confirmButtonColor:i="primary",cancelButtonColor:c="primary"})=>{if(!o[r])throw new Error("[openstack-uicore-foundation] showConfirmDialog: <GlobalConfirmDialog /> is not mounted. Add <GlobalConfirmDialog /> to the root of your app.");return o[r]({title:e,text:t,iconType:n,confirmButtonText:a,cancelButtonText:l,confirmButtonColor:i,cancelButtonColor:c})}},3209:(e,t,n)=>{n.d(t,{Lr:()=>a,WU:()=>r,k6:()=>o});const r=10,o=20,a=50},1116:e=>{e.exports=require("@babel/runtime/helpers/defineProperty")},5814:e=>{e.exports=require("@mui/icons-material")},4325:e=>{e.exports=require("@mui/icons-material/Close")},6084:e=>{e.exports=require("@mui/icons-material/Delete")},9247:e=>{e.exports=require("@mui/icons-material/Edit")},8619:e=>{e.exports=require("@mui/material")},6831:e=>{e.exports=require("@mui/utils")},6842:e=>{e.exports=require("i18n-react/dist/i18n-react")},7825:e=>{e.exports=require("lodash")},9825:e=>{e.exports=require("prop-types")},2015:e=>{e.exports=require("react")}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={exports:{}};return e[r](a,a.exports,n),a.exports}(()=>{n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t}})(),(()=>{n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}})(),(()=>{n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var r={};n.r(r),n.d(r,{default:()=>j});var o=n(1116),a=n.n(o),l=n(2015),i=n(6842),c=n.n(i),s=n(7825),u=n(8619),m=n(9247),d=n.n(m),p=n(6084),g=n.n(p);const f=require("@mui/icons-material/Check");var b=n.n(f),y=n(4325),x=n.n(y),h=n(6831),C=n(3209),E=n(6130);const w="mx3fuojj3xuUbN9ch3eB",T=require("@mui/icons-material/ArrowForward");var P=n.n(T),B=n(9825),v=n.n(B);function D(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function _(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?D(Object(n),!0).forEach((function(t){a()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}const O={backgroundColor:"background.light",color:"text.disabled"},k=({columns:e=[],data:t=[],children:n,totalRows:r,perPage:o,currentPage:a,onPageChange:i,onPerPageChange:m,onSort:p,options:f={sortCol:"",sortDir:1,disableProp:null},getName:y=e=>e.name,onEdit:T,onArchive:B,onDelete:v,onSelect:D,canDelete:k=()=>!0,deleteDialogTitle:j=null,deleteDialogBody:S=null,deleteDialogConfirmText:q=null,confirmButtonColor:R=null})=>{const W=e.length+(T?1:0)+(v?1:0)+(B?1:0)+(D?1:0),z=[C.WU,C.k6,C.Lr],K=l.useRef(o);let N=z.includes(K.current)?z:[...z,K.current].sort(((e,t)=>e-t));m||(N=[K.current]);const{sortCol:A,sortDir:I}=f,M=(e,t={})=>_(_({},t),(e=>f.disableProp&&e[f.disableProp]?O:null)(e)||{});return l.createElement(u.Box,{sx:{width:"100%"}},l.createElement(u.Paper,{elevation:0,sx:{width:"100%",mb:2}},l.createElement(u.TableContainer,{component:u.Paper,sx:{borderRadius:0,boxShadow:"none"}},l.createElement(u.Table,null,l.createElement(u.TableHead,{sx:{backgroundColor:"#EAEAEA"}},l.createElement(u.TableRow,null,e.map((e=>l.createElement(u.TableCell,{key:e.columnKey,sx:{width:e.width,minWidth:e.width,maxWidth:e.width},align:e.align??"left"},e.sortable?l.createElement(u.TableSortLabel,{active:A===e.columnKey,direction:A===e.columnKey&&-1===I?"desc":"asc",onClick:()=>p(e.columnKey,-1*I)},e.header,A===e.columnKey?l.createElement(u.Box,{component:"span",sx:h.visuallyHidden},-1===I?c().translate("mui_table.sorted_desc"):c().translate("mui_table.sorted_asc")):null):e.header))),T&&l.createElement(u.TableCell,{sx:{width:40}}),B&&l.createElement(u.TableCell,{sx:{width:80}}),v&&l.createElement(u.TableCell,{sx:{width:40}}),D&&l.createElement(u.TableCell,{sx:{width:40}}))),l.createElement(u.TableBody,null,t.map((t=>l.createElement(u.TableRow,{key:t.id},e.map((e=>l.createElement(u.TableCell,{key:e.columnKey,align:e.align??"left",className:`${e.dottedBorder&&w} ${e.className}`,sx:_(_({},M(t)),{},{fontWeight:"normal"})},((e,t)=>t.render?t.render(e):(0,s.isBoolean)(e[t.columnKey])?e[t.columnKey]?l.createElement(b(),{fontSize:"large"}):l.createElement(x(),{fontSize:"large"}):l.createElement("span",{style:{fontWeight:"normal"}},e[t.columnKey]))(t,e)))),T&&l.createElement(u.TableCell,{align:"center",className:w,sx:M(t,{width:40})},l.createElement(u.IconButton,{size:"large",onClick:()=>T(t),sx:{padding:0},"data-testid":"action-edit"},l.createElement(d(),{fontSize:"large"}))),B&&l.createElement(u.TableCell,{align:"center",sx:_({},M(t,{width:80})),className:w},l.createElement(u.Button,{variant:"text",color:"inherit",size:"small",onClick:()=>B(t),"data-testid":"action-archive",sx:{fontSize:"1.3rem",fontWeight:"normal",lineHeight:"2.2rem",padding:0,color:"rgba(0,0,0,0.56)"}},t.is_archived?c().translate("general.unarchive"):c().translate("general.archive"))),v&&l.createElement(u.TableCell,{align:"center",className:w,sx:M(t,{width:40})},k(t)&&l.createElement(u.IconButton,{size:"large",onClick:()=>(async e=>{await(0,E.default)({title:j||c().translate("general.are_you_sure"),text:"function"==typeof S?S(y(e)):S||`${c().translate("general.row_remove_warning")} ${y(e)}`,type:"warning",showCancelButton:!0,confirmButtonColor:R||"#DD6B55",confirmButtonText:q||c().translate("general.yes_delete")})&&v(e.id)})(t),"data-testid":"action-delete",sx:{padding:0}},l.createElement(g(),{fontSize:"large"}))),D&&l.createElement(u.TableCell,{align:"center",sx:{width:40},className:w},l.createElement(u.IconButton,{size:"large",onClick:()=>D(t),"data-testid":"action-select"},l.createElement(P(),null)))))),n,0===t.length&&l.createElement(u.TableRow,null,l.createElement(u.TableCell,{colSpan:W,align:"center"},c().translate("mui_table.no_items")))))),o&&a&&l.createElement(u.TablePagination,{component:"div",count:r,rowsPerPageOptions:N,rowsPerPage:o,page:a-1,onPageChange:(e,t)=>{i(t+1)},onRowsPerPageChange:e=>{m(e.target.value)},labelRowsPerPage:c().translate("mui_table.rows_per_page"),sx:{".MuiTablePagination-toolbar":{alignItems:"baseline",marginTop:"1.6rem"},".MuiTablePagination-spacer":{display:"none"},".MuiTablePagination-displayedRows":{marginLeft:"auto"}}})))};k.propTypes={columns:v().array,data:v().array,children:v().node,totalRows:v().number,perPage:v().number,currentPage:v().number,onPageChange:v().func,onPerPageChange:v().func,onSort:v().func,options:v().object,getName:v().func,onEdit:v().func,onArchive:v().func,onDelete:v().func,onSelect:v().func,canDelete:v().func,deleteDialogTitle:v().string,deleteDialogBody:v().oneOfType([v().func,v().string]),deleteDialogConfirmText:v().string,confirmButtonColor:v().string};const j=k;return r})()));
|
|
2
2
|
//# sourceMappingURL=table.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components/mui/table.js","mappings":"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","sources":["webpack://openstack-uicore-foundation/webpack/universalModuleDefinition","webpack://openstack-uicore-foundation/./src/components/mui/confirm-dialog.js","webpack://openstack-uicore-foundation/./src/components/mui/showConfirmDialog.js","webpack://openstack-uicore-foundation/./src/utils/constants.js","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/defineProperty\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Close\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Delete\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Edit\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/utils\"","webpack://openstack-uicore-foundation/external commonjs \"i18n-react/dist/i18n-react\"","webpack://openstack-uicore-foundation/external commonjs \"lodash\"","webpack://openstack-uicore-foundation/external commonjs \"prop-types\"","webpack://openstack-uicore-foundation/external commonjs \"react\"","webpack://openstack-uicore-foundation/webpack/bootstrap","webpack://openstack-uicore-foundation/webpack/runtime/compat get default export","webpack://openstack-uicore-foundation/webpack/runtime/define property getters","webpack://openstack-uicore-foundation/webpack/runtime/hasOwnProperty shorthand","webpack://openstack-uicore-foundation/webpack/runtime/make namespace object","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Check\"","webpack://openstack-uicore-foundation/./src/components/mui/table/mui-table.module.less?e9a1","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/ArrowForward\"","webpack://openstack-uicore-foundation/./src/components/mui/table/mui-table.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"openstack-uicore-foundation\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"openstack-uicore-foundation\"] = factory();\n\telse\n\t\troot[\"openstack-uicore-foundation\"] = factory();\n})(this, () => {\nreturn ","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport {\n Button,\n Dialog,\n DialogActions,\n DialogContent,\n DialogTitle,\n Divider,\n Typography\n} from \"@mui/material\";\nimport { CheckCircle, Error, Info, Warning } from \"@mui/icons-material\";\n\nconst iconMap = {\n warning: <Warning color=\"warning\" />,\n success: <CheckCircle color=\"success\" />,\n error: <Error color=\"error\" />,\n info: <Info color=\"info\" />\n};\n\nconst ConfirmDialog = ({\n open,\n title,\n text,\n iconType = \"\",\n onConfirm,\n onCancel,\n confirmButtonText = \"Confirm\",\n confirmButtonColor = \"primary\",\n cancelButtonText = \"Cancel\",\n cancelButtonColor = \"primary\"\n}) => (\n <Dialog open={open} onClose={onCancel}>\n <DialogTitle sx={{ p: 2 }} component=\"div\">\n <Typography variant=\"h5\">{title}</Typography>\n </DialogTitle>\n <Divider />\n <DialogContent sx={{ p: 2 }}>\n <div style={{ display: \"flex\", alignItems: \"center\" }}>\n {iconMap[iconType] && (\n <div style={{ marginRight: 10 }}>{iconMap[iconType]}</div>\n )}\n <Typography variant=\"body1\">{text}</Typography>\n </div>\n </DialogContent>\n <Divider sx={{ margin: \"10px 0px 10px 0px\" }} />\n <DialogActions>\n <Button\n fullWidth\n onClick={onCancel}\n color={cancelButtonColor}\n variant=\"outlined\"\n sx={{ whiteSpace: \"nowrap\", minWidth: 100 }}\n >\n {cancelButtonText}\n </Button>\n <Button\n fullWidth\n onClick={onConfirm}\n color={confirmButtonColor}\n variant=\"contained\"\n sx={{ whiteSpace: \"nowrap\", minWidth: 100 }}\n >\n {confirmButtonText}\n </Button>\n </DialogActions>\n </Dialog>\n);\n\nConfirmDialog.propTypes = {\n open: PropTypes.bool,\n title: PropTypes.string.isRequired,\n text: PropTypes.string.isRequired,\n iconType: PropTypes.string,\n onConfirm: PropTypes.func.isRequired,\n onCancel: PropTypes.func.isRequired,\n confirmButtonText: PropTypes.string,\n confirmButtonColor: PropTypes.string,\n cancelButtonText: PropTypes.string,\n cancelButtonColor: PropTypes.string\n};\n\nConfirmDialog.defaultProps = {\n open: false,\n iconType: \"warning\",\n confirmButtonText: \"Confirm\",\n confirmButtonColor: \"primary\",\n cancelButtonText: \"Cancel\",\n cancelButtonColor: \"default\"\n};\n\nexport default ConfirmDialog;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React, { useState, useEffect } from \"react\";\nimport ConfirmDialog from \"./confirm-dialog\";\n\n/**\n * Imperative confirm dialog API.\n *\n * SETUP (required):\n * Place <GlobalConfirmDialog /> at the root of your app:\n *\n * import { GlobalConfirmDialog } from\n * 'openstack-uicore-foundation/lib/components/mui/show-confirm-dialog';\n *\n * function App() {\n * return (\n * <>\n * <YourApp />\n * <GlobalConfirmDialog />\n * </>\n * );\n * }\n *\n * USAGE (works from any file — the bridge is shared via globalThis):\n * import showConfirmDialog from\n * 'openstack-uicore-foundation/lib/components/mui/show-confirm-dialog';\n *\n * const confirmed = await showConfirmDialog({\n * title: 'Delete Item?',\n * text: 'This cannot be undone'\n * });\n */\n\n// Shared bridge reference stored on globalThis so that all webpack bundles\n// (table, sortable-table, show-confirm-dialog, index, etc.) read/write the\n// same callback. A module-level variable would be duplicated per bundle.\nconst BRIDGE_KEY = \"__oif_confirm_dialog_bridge__\";\nconst _global = typeof globalThis !== \"undefined\" ? globalThis : typeof window !== \"undefined\" ? window : {};\n\n/**\n * @param param0\n * @param param0.title\n * @param param0.text\n * @param param0.iconType\n * @param param0.confirmButtonText\n * @param param0.cancelButtonText\n * @param param0.confirmButtonColor\n * @param param0.cancelButtonColor\n * @returns {Promise<boolean>}\n */\nconst showConfirmDialog = ({\n title,\n text,\n iconType = \"\",\n confirmButtonText = \"Confirm\",\n cancelButtonText = \"Cancel\",\n confirmButtonColor = \"primary\",\n cancelButtonColor = \"primary\"\n}) => {\n if (!_global[BRIDGE_KEY]) {\n throw new Error(\n \"[openstack-uicore-foundation] showConfirmDialog: <GlobalConfirmDialog /> is not mounted. \" +\n \"Add <GlobalConfirmDialog /> to the root of your app.\"\n );\n }\n\n return _global[BRIDGE_KEY]({\n title,\n text,\n iconType,\n confirmButtonText,\n cancelButtonText,\n confirmButtonColor,\n cancelButtonColor\n });\n};\n\n/**\n * Global confirm dialog component. Place at the root of your app:\n *\n * <App>\n * ...\n * <GlobalConfirmDialog />\n * </App>\n *\n * Then call showConfirmDialog() anywhere.\n */\nexport const GlobalConfirmDialog = () => {\n const [dialogState, setDialogState] = useState(null);\n\n useEffect(() => {\n _global[BRIDGE_KEY] = (options) => {\n return new Promise((resolve) => {\n setDialogState({ ...options, open: true, onResolve: resolve });\n });\n };\n return () => { _global[BRIDGE_KEY] = null; };\n }, []);\n\n const handleConfirm = () => {\n if (dialogState?.onResolve) dialogState.onResolve(true);\n setDialogState(null);\n };\n\n const handleCancel = () => {\n if (dialogState?.onResolve) dialogState.onResolve(false);\n setDialogState(null);\n };\n\n if (!dialogState) return null;\n\n return (\n <ConfirmDialog\n open={dialogState.open}\n title={dialogState.title}\n text={dialogState.text}\n iconType={dialogState.iconType}\n confirmButtonText={dialogState.confirmButtonText}\n cancelButtonText={dialogState.cancelButtonText}\n confirmButtonColor={dialogState.confirmButtonColor}\n cancelButtonColor={dialogState.cancelButtonColor}\n onConfirm={handleConfirm}\n onCancel={handleCancel}\n />\n );\n};\n\nexport default showConfirmDialog;\n","export const CENTS_FACTOR = 100n;\nexport const TWO_DECIMAL_PLACES = 2;\nexport const THREE_DECIMAL_PLACES = 3;\nexport const ONE_CENT = 1n;\nexport const ZERO_INT = 0;\n\nexport const CODE_200 = 200;\n\nexport const DEBOUNCE_WAIT_250 = 250;\nexport const DEBOUNCE_WAIT = 500;\n\nexport const NOTIFICATION_TIMEOUT = 2000;\nexport const DEFAULT_PER_PAGE = 10;\nexport const TWENTY_PER_PAGE = 20;\nexport const FIFTY_PER_PAGE = 50;\nexport const MAX_PER_PAGE = 100;\n\nexport const INT_BASE = 10;\n\nexport const ONE_HUNDRED = 100;\nexport const MILLISECONDS_IN_SECOND = 1000;\n\nexport const MILLISECONDS_TO_SECONDS = 1000;\n\nexport const BYTES_PER_MB = 1_048_576; // 1024 * 1024\n\nexport const MAX_INVENTORY_IMAGE_UPLOAD_SIZE = 512000;\nexport const MAX_INVENTORY_IMAGES_UPLOAD_QTY = 5;\nexport const ALLOWED_INVENTORY_IMAGE_FORMATS = [\"jpg\", \"jpeg\", \"png\"];\n\nexport const METAFIELD_TYPES_WITH_OPTIONS = [\n \"CheckBoxList\",\n \"ComboBox\",\n \"RadioButtonList\"\n];\n\nexport const METAFIELD_TYPES = [\n \"CheckBox\",\n ...METAFIELD_TYPES_WITH_OPTIONS,\n \"Text\",\n \"TextArea\",\n \"Quantity\",\n \"DateTime\",\n \"Time\"\n];\n\nexport const DISCOUNT_TYPES = {\n AMOUNT: \"Amount\",\n RATE: \"Rate\"\n};\n\nexport const RATE_FIELDS = {\n EARLY_BIRD: \"early_bird_rate\",\n STANDARD: \"standard_rate\",\n ONSITE: \"onsite_rate\"\n};\n\nexport const DECIMAL_DIGITS = 2;\n\nexport const FILE_UPLOAD_STATUS = {\n PENDING: \"PENDING\",\n DEADLINE_ALERT: \"DEADLINE ALERT\",\n DEADLINE_MISSED: \"DEADLINE MISSED\",\n COMPLETE: \"COMPLETE\"\n};\n\nexport const FILE_UPLOAD_STATUS_COLOR = {\n [FILE_UPLOAD_STATUS.COMPLETE]: \"success.light\",\n [FILE_UPLOAD_STATUS.DEADLINE_MISSED]: \"error\",\n [FILE_UPLOAD_STATUS.DEADLINE_ALERT]: \"warning.light\",\n [FILE_UPLOAD_STATUS.PENDING]: \"default\"\n};\n\nexport const FILE_UPLOAD_STATUS_BKGR_COLOR = {\n [FILE_UPLOAD_STATUS.COMPLETE]: \"white\",\n [FILE_UPLOAD_STATUS.DEADLINE_MISSED]: \"#D32F2F0A\",\n [FILE_UPLOAD_STATUS.DEADLINE_ALERT]: \"#EF6C000A\",\n [FILE_UPLOAD_STATUS.PENDING]: \"white\"\n};","module.exports = require(\"@babel/runtime/helpers/defineProperty\");","module.exports = require(\"@mui/icons-material\");","module.exports = require(\"@mui/icons-material/Close\");","module.exports = require(\"@mui/icons-material/Delete\");","module.exports = require(\"@mui/icons-material/Edit\");","module.exports = require(\"@mui/material\");","module.exports = require(\"@mui/utils\");","module.exports = require(\"i18n-react/dist/i18n-react\");","module.exports = require(\"lodash\");","module.exports = require(\"prop-types\");","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/icons-material/Check\");","// extracted by mini-css-extract-plugin\nexport default {\"dottedBorderLeft\":\"mx3fuojj3xuUbN9ch3eB\"};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/icons-material/ArrowForward\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport * as React from \"react\";\nimport T from \"i18n-react/dist/i18n-react\";\nimport {isBoolean} from \"lodash\";\nimport {\n Box,\n Button,\n IconButton,\n Paper,\n Table,\n TableBody,\n TableCell,\n TableContainer,\n TableHead,\n TablePagination,\n TableRow,\n TableSortLabel\n} from \"@mui/material\";\nimport EditIcon from \"@mui/icons-material/Edit\";\nimport DeleteIcon from \"@mui/icons-material/Delete\";\nimport CheckIcon from \"@mui/icons-material/Check\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport {visuallyHidden} from \"@mui/utils\";\nimport {DEFAULT_PER_PAGE, FIFTY_PER_PAGE, TWENTY_PER_PAGE} from \"../../../utils/constants\";\nimport showConfirmDialog from \"../showConfirmDialog\";\nimport styles from \"./mui-table.module.less\";\nimport ArrowForwardIcon from \"@mui/icons-material/ArrowForward\";\nimport PropTypes from \"prop-types\";\n\nconst ARCHIVED_CELL_SX = {\n backgroundColor: \"background.light\",\n color: \"text.disabled\"\n};\n\nconst MuiTable = ({\n columns = [],\n data = [],\n children,\n totalRows,\n perPage,\n currentPage,\n onPageChange,\n onPerPageChange,\n onSort,\n options = {sortCol: \"\", sortDir: 1, disableProp: null}, // disableProp is the prop that will disable the row\n getName = (item) => item.name,\n onEdit,\n onArchive,\n onDelete,\n onSelect,\n canDelete = () => true,\n deleteDialogTitle = null,\n deleteDialogBody = null,\n deleteDialogConfirmText = null,\n confirmButtonColor = null\n }) => {\n const totalColumnsCount =\n columns.length + (onEdit ? 1 : 0) + (onDelete ? 1 : 0) + (onArchive ? 1 : 0) + (onSelect ? 1 : 0);\n\n const handleChangePage = (_, newPage) => {\n onPageChange(newPage + 1);\n };\n\n const handleChangeRowsPerPage = (ev) => {\n onPerPageChange(ev.target.value);\n };\n\n const basePerPageOptions = [\n DEFAULT_PER_PAGE,\n TWENTY_PER_PAGE,\n FIFTY_PER_PAGE\n ];\n\n const initialPerPage = React.useRef(perPage);\n\n let customPerPageOptions = basePerPageOptions.includes(initialPerPage.current)\n ? basePerPageOptions\n : [...basePerPageOptions, initialPerPage.current].sort((a, b) => a - b);\n\n // remove per page selection if no action passed\n if (!onPerPageChange) {\n customPerPageOptions = [initialPerPage.current];\n }\n\n const {sortCol, sortDir} = options;\n\n const getArchivedCellSx = (row) =>\n options.disableProp && row[options.disableProp] ? ARCHIVED_CELL_SX : null;\n\n const getCellSx = (row, baseSx = {}) => ({\n ...baseSx,\n ...(getArchivedCellSx(row) || {})\n });\n\n const handleDelete = async (item) => {\n const isConfirmed = await showConfirmDialog({\n title: deleteDialogTitle || T.translate(\"general.are_you_sure\"),\n text:\n typeof deleteDialogBody === \"function\"\n ? deleteDialogBody(getName(item))\n : deleteDialogBody ||\n `${T.translate(\"general.row_remove_warning\")} ${getName(item)}`,\n type: \"warning\",\n showCancelButton: true,\n confirmButtonColor: confirmButtonColor || \"#DD6B55\",\n confirmButtonText:\n deleteDialogConfirmText || T.translate(\"general.yes_delete\")\n });\n\n if (isConfirmed) {\n onDelete(item.id);\n }\n };\n\n const renderCell = (row, col) => {\n if (col.render) {\n return col.render(row);\n }\n\n if (isBoolean(row[col.columnKey])) {\n return row[col.columnKey] ? (\n <CheckIcon fontSize=\"large\"/>\n ) : (\n <CloseIcon fontSize=\"large\"/>\n );\n }\n\n return row[col.columnKey];\n };\n\n return (\n <Box sx={{width: \"100%\"}}>\n <Paper elevation={0} sx={{width: \"100%\", mb: 2}}>\n <TableContainer\n component={Paper}\n sx={{borderRadius: 0, boxShadow: \"none\"}}\n >\n <Table>\n {/* TABLE HEADER */}\n <TableHead sx={{backgroundColor: \"#EAEAEA\"}}>\n <TableRow>\n {columns.map((col) => (\n <TableCell\n key={col.columnKey}\n sx={{\n width: col.width,\n minWidth: col.width,\n maxWidth: col.width\n }}\n align={col.align ?? \"left\"}\n >\n {col.sortable ? (\n <TableSortLabel\n active={sortCol === col.columnKey}\n direction={\n sortCol === col.columnKey && sortDir === -1\n ? \"desc\"\n : \"asc\"\n }\n onClick={() => onSort(col.columnKey, sortDir * -1)}\n >\n {col.header}\n {sortCol === col.columnKey ? (\n <Box component=\"span\" sx={visuallyHidden}>\n {sortDir === -1\n ? T.translate(\"mui_table.sorted_desc\")\n : T.translate(\"mui_table.sorted_asc\")}\n </Box>\n ) : null}\n </TableSortLabel>\n ) : (\n col.header\n )}\n </TableCell>\n ))}\n {onEdit && <TableCell sx={{width: 40}}/>}\n {onArchive && <TableCell sx={{width: 80}}/>}\n {onDelete && <TableCell sx={{width: 40}}/>}\n {onSelect && <TableCell sx={{width: 40}}/>}\n </TableRow>\n </TableHead>\n\n {/* TABLE BODY */}\n <TableBody>\n {data.map((row) => (\n <TableRow key={row.id}>\n {/* Main content columns */}\n {columns.map((col) => (\n <TableCell\n key={col.columnKey}\n align={col.align ?? \"left\"}\n className={`${\n col.dottedBorder && styles.dottedBorderLeft\n } ${col.className}`}\n sx={getCellSx(row)}\n >\n {renderCell(row, col)}\n </TableCell>\n ))}\n {/* Edit column */}\n {onEdit && (\n <TableCell\n align=\"center\"\n className={styles.dottedBorderLeft}\n sx={getCellSx(row, {width: 40})}\n >\n <IconButton size=\"large\" onClick={() => onEdit(row)} data-testid=\"action-edit\">\n <EditIcon fontSize=\"large\"/>\n </IconButton>\n </TableCell>\n )}\n {/* Archive column */}\n {onArchive && (\n <TableCell\n align=\"center\"\n sx={{width: 80}}\n className={styles.dottedBorderLeft}\n >\n <Button\n variant=\"text\"\n color=\"inherit\"\n size=\"small\"\n onClick={() => onArchive(row)}\n data-testid=\"action-archive\"\n sx={{\n fontSize: \"1.3rem\",\n fontWeight: 500,\n lineHeight: \"2.2rem\",\n padding: \"4px 5px\"\n }}\n >\n {row.is_archived\n ? T.translate(\"general.unarchive\")\n : T.translate(\"general.archive\")}\n </Button>\n </TableCell>\n )}\n {/* Delete column */}\n {onDelete && (\n <TableCell\n align=\"center\"\n className={styles.dottedBorderLeft}\n sx={getCellSx(row, {width: 40})}\n >\n {canDelete(row) && (\n <IconButton\n size=\"large\"\n onClick={() => handleDelete(row)}\n data-testid=\"action-delete\"\n >\n <DeleteIcon fontSize=\"large\"/>\n </IconButton>\n )}\n </TableCell>\n )}\n {onSelect && (\n <TableCell\n align=\"center\"\n sx={{width: 40}}\n className={styles.dottedBorderLeft}\n >\n <IconButton\n size=\"large\"\n onClick={() => onSelect(row)}\n data-testid=\"action-select\"\n >\n <ArrowForwardIcon/>\n </IconButton>\n </TableCell>\n )}\n </TableRow>\n ))}\n {/* Here we inject extra rows passed as children */}\n {children}\n {data.length === 0 && (\n <TableRow>\n <TableCell colSpan={totalColumnsCount} align=\"center\">\n {T.translate(\"mui_table.no_items\")}\n </TableCell>\n </TableRow>\n )}\n </TableBody>\n </Table>\n </TableContainer>\n\n {/* PAGINATION */}\n {perPage && currentPage && (\n <TablePagination\n component=\"div\"\n count={totalRows}\n rowsPerPageOptions={customPerPageOptions}\n rowsPerPage={perPage}\n page={currentPage - 1}\n onPageChange={handleChangePage}\n onRowsPerPageChange={handleChangeRowsPerPage}\n labelRowsPerPage={T.translate(\"mui_table.rows_per_page\")}\n sx={{\n \".MuiTablePagination-toolbar\": {\n alignItems: \"baseline\",\n marginTop: \"1.6rem\"\n },\n \".MuiTablePagination-spacer\": {\n display: \"none\"\n },\n \".MuiTablePagination-displayedRows\": {\n marginLeft: \"auto\"\n }\n }}\n />\n )}\n </Paper>\n </Box>\n );\n};\n\nMuiTable.propTypes = {\n columns: PropTypes.array,\n data: PropTypes.array,\n children: PropTypes.node,\n totalRows: PropTypes.number,\n perPage: PropTypes.number,\n currentPage: PropTypes.number,\n onPageChange: PropTypes.func,\n onPerPageChange: PropTypes.func,\n onSort: PropTypes.func,\n options: PropTypes.object,\n getName: PropTypes.func,\n onEdit: PropTypes.func,\n onArchive: PropTypes.func,\n onDelete: PropTypes.func,\n onSelect: PropTypes.func,\n canDelete: PropTypes.func,\n deleteDialogTitle: PropTypes.string,\n deleteDialogBody: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),\n deleteDialogConfirmText: PropTypes.string,\n confirmButtonColor: PropTypes.string\n};\n\nexport default MuiTable;\n"],"names":["root","factory","exports","module","define","amd","this","iconMap","warning","React","Warning","color","success","CheckCircle","error","Error","info","Info","ConfirmDialog","open","title","text","iconType","onConfirm","onCancel","confirmButtonText","confirmButtonColor","cancelButtonText","cancelButtonColor","Dialog","onClose","DialogTitle","sx","p","component","Typography","variant","Divider","DialogContent","style","display","alignItems","marginRight","margin","DialogActions","Button","fullWidth","onClick","whiteSpace","minWidth","propTypes","PropTypes","isRequired","defaultProps","BRIDGE_KEY","_global","globalThis","window","showConfirmDialog","DEFAULT_PER_PAGE","TWENTY_PER_PAGE","FIFTY_PER_PAGE","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","ARCHIVED_CELL_SX","backgroundColor","MuiTable","columns","data","children","totalRows","perPage","currentPage","onPageChange","onPerPageChange","onSort","options","sortCol","sortDir","disableProp","getName","item","name","onEdit","onArchive","onDelete","onSelect","canDelete","deleteDialogTitle","deleteDialogBody","deleteDialogConfirmText","totalColumnsCount","length","basePerPageOptions","initialPerPage","customPerPageOptions","includes","current","sort","b","getCellSx","row","baseSx","_objectSpread","getArchivedCellSx","Box","width","Paper","elevation","mb","TableContainer","borderRadius","boxShadow","Table","TableHead","TableRow","map","col","TableCell","columnKey","maxWidth","align","sortable","TableSortLabel","active","direction","header","visuallyHidden","T","TableBody","id","className","dottedBorder","styles","renderCell","render","isBoolean","CheckIcon","fontSize","CloseIcon","IconButton","size","EditIcon","fontWeight","lineHeight","padding","is_archived","async","type","showCancelButton","handleDelete","DeleteIcon","ArrowForwardIcon","colSpan","TablePagination","count","rowsPerPageOptions","rowsPerPage","page","handleChangePage","_","newPage","onRowsPerPageChange","ev","target","labelRowsPerPage","marginTop","marginLeft"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"components/mui/table.js","mappings":"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","sources":["webpack://openstack-uicore-foundation/webpack/universalModuleDefinition","webpack://openstack-uicore-foundation/./src/components/mui/confirm-dialog.js","webpack://openstack-uicore-foundation/./src/components/mui/showConfirmDialog.js","webpack://openstack-uicore-foundation/./src/utils/constants.js","webpack://openstack-uicore-foundation/external commonjs \"@babel/runtime/helpers/defineProperty\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Close\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Delete\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Edit\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/material\"","webpack://openstack-uicore-foundation/external commonjs \"@mui/utils\"","webpack://openstack-uicore-foundation/external commonjs \"i18n-react/dist/i18n-react\"","webpack://openstack-uicore-foundation/external commonjs \"lodash\"","webpack://openstack-uicore-foundation/external commonjs \"prop-types\"","webpack://openstack-uicore-foundation/external commonjs \"react\"","webpack://openstack-uicore-foundation/webpack/bootstrap","webpack://openstack-uicore-foundation/webpack/runtime/compat get default export","webpack://openstack-uicore-foundation/webpack/runtime/define property getters","webpack://openstack-uicore-foundation/webpack/runtime/hasOwnProperty shorthand","webpack://openstack-uicore-foundation/webpack/runtime/make namespace object","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/Check\"","webpack://openstack-uicore-foundation/./src/components/mui/table/mui-table.module.less?e9a1","webpack://openstack-uicore-foundation/external commonjs \"@mui/icons-material/ArrowForward\"","webpack://openstack-uicore-foundation/./src/components/mui/table/mui-table.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"openstack-uicore-foundation\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"openstack-uicore-foundation\"] = factory();\n\telse\n\t\troot[\"openstack-uicore-foundation\"] = factory();\n})(this, () => {\nreturn ","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React from \"react\";\nimport PropTypes from \"prop-types\";\nimport {\n Button,\n Dialog,\n DialogActions,\n DialogContent,\n DialogTitle,\n Divider,\n Typography\n} from \"@mui/material\";\nimport { CheckCircle, Error, Info, Warning } from \"@mui/icons-material\";\n\nconst iconMap = {\n warning: <Warning color=\"warning\" />,\n success: <CheckCircle color=\"success\" />,\n error: <Error color=\"error\" />,\n info: <Info color=\"info\" />\n};\n\nconst ConfirmDialog = ({\n open,\n title,\n text,\n iconType = \"\",\n onConfirm,\n onCancel,\n confirmButtonText = \"Confirm\",\n confirmButtonColor = \"primary\",\n cancelButtonText = \"Cancel\",\n cancelButtonColor = \"primary\"\n}) => (\n <Dialog open={open} onClose={onCancel}>\n <DialogTitle sx={{ p: 2 }} component=\"div\">\n <Typography variant=\"h5\">{title}</Typography>\n </DialogTitle>\n <Divider />\n <DialogContent sx={{ p: 2 }}>\n <div style={{ display: \"flex\", alignItems: \"center\" }}>\n {iconMap[iconType] && (\n <div style={{ marginRight: 10 }}>{iconMap[iconType]}</div>\n )}\n <Typography variant=\"body1\">{text}</Typography>\n </div>\n </DialogContent>\n <Divider sx={{ margin: \"10px 0px 10px 0px\" }} />\n <DialogActions>\n <Button\n fullWidth\n onClick={onCancel}\n color={cancelButtonColor}\n variant=\"outlined\"\n sx={{ whiteSpace: \"nowrap\", minWidth: 100 }}\n >\n {cancelButtonText}\n </Button>\n <Button\n fullWidth\n onClick={onConfirm}\n color={confirmButtonColor}\n variant=\"contained\"\n sx={{ whiteSpace: \"nowrap\", minWidth: 100 }}\n >\n {confirmButtonText}\n </Button>\n </DialogActions>\n </Dialog>\n);\n\nConfirmDialog.propTypes = {\n open: PropTypes.bool,\n title: PropTypes.string.isRequired,\n text: PropTypes.string.isRequired,\n iconType: PropTypes.string,\n onConfirm: PropTypes.func.isRequired,\n onCancel: PropTypes.func.isRequired,\n confirmButtonText: PropTypes.string,\n confirmButtonColor: PropTypes.string,\n cancelButtonText: PropTypes.string,\n cancelButtonColor: PropTypes.string\n};\n\nConfirmDialog.defaultProps = {\n open: false,\n iconType: \"warning\",\n confirmButtonText: \"Confirm\",\n confirmButtonColor: \"primary\",\n cancelButtonText: \"Cancel\",\n cancelButtonColor: \"default\"\n};\n\nexport default ConfirmDialog;\n","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport React, { useState, useEffect } from \"react\";\nimport ConfirmDialog from \"./confirm-dialog\";\n\n/**\n * Imperative confirm dialog API.\n *\n * SETUP (required):\n * Place <GlobalConfirmDialog /> at the root of your app:\n *\n * import { GlobalConfirmDialog } from\n * 'openstack-uicore-foundation/lib/components/mui/show-confirm-dialog';\n *\n * function App() {\n * return (\n * <>\n * <YourApp />\n * <GlobalConfirmDialog />\n * </>\n * );\n * }\n *\n * USAGE (works from any file — the bridge is shared via globalThis):\n * import showConfirmDialog from\n * 'openstack-uicore-foundation/lib/components/mui/show-confirm-dialog';\n *\n * const confirmed = await showConfirmDialog({\n * title: 'Delete Item?',\n * text: 'This cannot be undone'\n * });\n */\n\n// Shared bridge reference stored on globalThis so that all webpack bundles\n// (table, sortable-table, show-confirm-dialog, index, etc.) read/write the\n// same callback. A module-level variable would be duplicated per bundle.\nconst BRIDGE_KEY = \"__oif_confirm_dialog_bridge__\";\nconst _global = typeof globalThis !== \"undefined\" ? globalThis : typeof window !== \"undefined\" ? window : {};\n\n/**\n * @param param0\n * @param param0.title\n * @param param0.text\n * @param param0.iconType\n * @param param0.confirmButtonText\n * @param param0.cancelButtonText\n * @param param0.confirmButtonColor\n * @param param0.cancelButtonColor\n * @returns {Promise<boolean>}\n */\nconst showConfirmDialog = ({\n title,\n text,\n iconType = \"\",\n confirmButtonText = \"Confirm\",\n cancelButtonText = \"Cancel\",\n confirmButtonColor = \"primary\",\n cancelButtonColor = \"primary\"\n}) => {\n if (!_global[BRIDGE_KEY]) {\n throw new Error(\n \"[openstack-uicore-foundation] showConfirmDialog: <GlobalConfirmDialog /> is not mounted. \" +\n \"Add <GlobalConfirmDialog /> to the root of your app.\"\n );\n }\n\n return _global[BRIDGE_KEY]({\n title,\n text,\n iconType,\n confirmButtonText,\n cancelButtonText,\n confirmButtonColor,\n cancelButtonColor\n });\n};\n\n/**\n * Global confirm dialog component. Place at the root of your app:\n *\n * <App>\n * ...\n * <GlobalConfirmDialog />\n * </App>\n *\n * Then call showConfirmDialog() anywhere.\n */\nexport const GlobalConfirmDialog = () => {\n const [dialogState, setDialogState] = useState(null);\n\n useEffect(() => {\n _global[BRIDGE_KEY] = (options) => {\n return new Promise((resolve) => {\n setDialogState({ ...options, open: true, onResolve: resolve });\n });\n };\n return () => { _global[BRIDGE_KEY] = null; };\n }, []);\n\n const handleConfirm = () => {\n if (dialogState?.onResolve) dialogState.onResolve(true);\n setDialogState(null);\n };\n\n const handleCancel = () => {\n if (dialogState?.onResolve) dialogState.onResolve(false);\n setDialogState(null);\n };\n\n if (!dialogState) return null;\n\n return (\n <ConfirmDialog\n open={dialogState.open}\n title={dialogState.title}\n text={dialogState.text}\n iconType={dialogState.iconType}\n confirmButtonText={dialogState.confirmButtonText}\n cancelButtonText={dialogState.cancelButtonText}\n confirmButtonColor={dialogState.confirmButtonColor}\n cancelButtonColor={dialogState.cancelButtonColor}\n onConfirm={handleConfirm}\n onCancel={handleCancel}\n />\n );\n};\n\nexport default showConfirmDialog;\n","export const CENTS_FACTOR = 100n;\nexport const TWO_DECIMAL_PLACES = 2;\nexport const THREE_DECIMAL_PLACES = 3;\nexport const ONE_CENT = 1n;\nexport const ZERO_INT = 0;\n\nexport const CODE_200 = 200;\n\nexport const DEBOUNCE_WAIT_250 = 250;\nexport const DEBOUNCE_WAIT = 500;\n\nexport const NOTIFICATION_TIMEOUT = 2000;\nexport const DEFAULT_PER_PAGE = 10;\nexport const TWENTY_PER_PAGE = 20;\nexport const FIFTY_PER_PAGE = 50;\nexport const MAX_PER_PAGE = 100;\n\nexport const INT_BASE = 10;\n\nexport const ONE_HUNDRED = 100;\nexport const MILLISECONDS_IN_SECOND = 1000;\n\nexport const MILLISECONDS_TO_SECONDS = 1000;\n\nexport const BYTES_PER_MB = 1_048_576; // 1024 * 1024\n\nexport const MAX_INVENTORY_IMAGE_UPLOAD_SIZE = 512000;\nexport const MAX_INVENTORY_IMAGES_UPLOAD_QTY = 5;\nexport const ALLOWED_INVENTORY_IMAGE_FORMATS = [\"jpg\", \"jpeg\", \"png\"];\n\nexport const METAFIELD_TYPES_WITH_OPTIONS = [\n \"CheckBoxList\",\n \"ComboBox\",\n \"RadioButtonList\"\n];\n\nexport const METAFIELD_TYPES = [\n \"CheckBox\",\n ...METAFIELD_TYPES_WITH_OPTIONS,\n \"Text\",\n \"TextArea\",\n \"Quantity\",\n \"DateTime\",\n \"Time\"\n];\n\nexport const DISCOUNT_TYPES = {\n AMOUNT: \"Amount\",\n RATE: \"Rate\"\n};\n\nexport const RATE_FIELDS = {\n EARLY_BIRD: \"early_bird_rate\",\n STANDARD: \"standard_rate\",\n ONSITE: \"onsite_rate\"\n};\n\nexport const DECIMAL_DIGITS = 2;\n\nexport const FILE_UPLOAD_STATUS = {\n PENDING: \"PENDING\",\n DEADLINE_ALERT: \"DEADLINE ALERT\",\n DEADLINE_MISSED: \"DEADLINE MISSED\",\n COMPLETE: \"COMPLETE\"\n};\n\nexport const FILE_UPLOAD_STATUS_COLOR = {\n [FILE_UPLOAD_STATUS.COMPLETE]: \"success.light\",\n [FILE_UPLOAD_STATUS.DEADLINE_MISSED]: \"error\",\n [FILE_UPLOAD_STATUS.DEADLINE_ALERT]: \"warning.light\",\n [FILE_UPLOAD_STATUS.PENDING]: \"default\"\n};\n\nexport const FILE_UPLOAD_STATUS_BKGR_COLOR = {\n [FILE_UPLOAD_STATUS.COMPLETE]: \"white\",\n [FILE_UPLOAD_STATUS.DEADLINE_MISSED]: \"#D32F2F0A\",\n [FILE_UPLOAD_STATUS.DEADLINE_ALERT]: \"#EF6C000A\",\n [FILE_UPLOAD_STATUS.PENDING]: \"white\"\n};","module.exports = require(\"@babel/runtime/helpers/defineProperty\");","module.exports = require(\"@mui/icons-material\");","module.exports = require(\"@mui/icons-material/Close\");","module.exports = require(\"@mui/icons-material/Delete\");","module.exports = require(\"@mui/icons-material/Edit\");","module.exports = require(\"@mui/material\");","module.exports = require(\"@mui/utils\");","module.exports = require(\"i18n-react/dist/i18n-react\");","module.exports = require(\"lodash\");","module.exports = require(\"prop-types\");","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/icons-material/Check\");","// extracted by mini-css-extract-plugin\nexport default {\"dottedBorderLeft\":\"mx3fuojj3xuUbN9ch3eB\"};","const __WEBPACK_NAMESPACE_OBJECT__ = require(\"@mui/icons-material/ArrowForward\");","/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\nimport * as React from \"react\";\nimport T from \"i18n-react/dist/i18n-react\";\nimport {isBoolean} from \"lodash\";\nimport {\n Box,\n Button,\n IconButton,\n Paper,\n Table,\n TableBody,\n TableCell,\n TableContainer,\n TableHead,\n TablePagination,\n TableRow,\n TableSortLabel\n} from \"@mui/material\";\nimport EditIcon from \"@mui/icons-material/Edit\";\nimport DeleteIcon from \"@mui/icons-material/Delete\";\nimport CheckIcon from \"@mui/icons-material/Check\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport {visuallyHidden} from \"@mui/utils\";\nimport {DEFAULT_PER_PAGE, FIFTY_PER_PAGE, TWENTY_PER_PAGE} from \"../../../utils/constants\";\nimport showConfirmDialog from \"../showConfirmDialog\";\nimport styles from \"./mui-table.module.less\";\nimport ArrowForwardIcon from \"@mui/icons-material/ArrowForward\";\nimport PropTypes from \"prop-types\";\n\nconst ARCHIVED_CELL_SX = {\n backgroundColor: \"background.light\",\n color: \"text.disabled\"\n};\n\nconst MuiTable = ({\n columns = [],\n data = [],\n children,\n totalRows,\n perPage,\n currentPage,\n onPageChange,\n onPerPageChange,\n onSort,\n options = {sortCol: \"\", sortDir: 1, disableProp: null}, // disableProp is the prop that will disable the row\n getName = (item) => item.name,\n onEdit,\n onArchive,\n onDelete,\n onSelect,\n canDelete = () => true,\n deleteDialogTitle = null,\n deleteDialogBody = null,\n deleteDialogConfirmText = null,\n confirmButtonColor = null\n }) => {\n const totalColumnsCount =\n columns.length + (onEdit ? 1 : 0) + (onDelete ? 1 : 0) + (onArchive ? 1 : 0) + (onSelect ? 1 : 0);\n\n const handleChangePage = (_, newPage) => {\n onPageChange(newPage + 1);\n };\n\n const handleChangeRowsPerPage = (ev) => {\n onPerPageChange(ev.target.value);\n };\n\n const basePerPageOptions = [\n DEFAULT_PER_PAGE,\n TWENTY_PER_PAGE,\n FIFTY_PER_PAGE\n ];\n\n const initialPerPage = React.useRef(perPage);\n\n let customPerPageOptions = basePerPageOptions.includes(initialPerPage.current)\n ? basePerPageOptions\n : [...basePerPageOptions, initialPerPage.current].sort((a, b) => a - b);\n\n // remove per page selection if no action passed\n if (!onPerPageChange) {\n customPerPageOptions = [initialPerPage.current];\n }\n\n const {sortCol, sortDir} = options;\n\n const getArchivedCellSx = (row) =>\n options.disableProp && row[options.disableProp] ? ARCHIVED_CELL_SX : null;\n\n const getCellSx = (row, baseSx = {}) => ({\n ...baseSx,\n ...(getArchivedCellSx(row) || {})\n });\n\n const handleDelete = async (item) => {\n const isConfirmed = await showConfirmDialog({\n title: deleteDialogTitle || T.translate(\"general.are_you_sure\"),\n text:\n typeof deleteDialogBody === \"function\"\n ? deleteDialogBody(getName(item))\n : deleteDialogBody ||\n `${T.translate(\"general.row_remove_warning\")} ${getName(item)}`,\n type: \"warning\",\n showCancelButton: true,\n confirmButtonColor: confirmButtonColor || \"#DD6B55\",\n confirmButtonText:\n deleteDialogConfirmText || T.translate(\"general.yes_delete\")\n });\n\n if (isConfirmed) {\n onDelete(item.id);\n }\n };\n\n const renderCell = (row, col) => {\n if (col.render) {\n return col.render(row);\n }\n\n if (isBoolean(row[col.columnKey])) {\n return row[col.columnKey] ? (\n <CheckIcon fontSize=\"large\"/>\n ) : (\n <CloseIcon fontSize=\"large\"/>\n );\n }\n\n return <span style={{ fontWeight: \"normal\" }}>{row[col.columnKey]}</span>;\n };\n\n return (\n <Box sx={{width: \"100%\"}}>\n <Paper elevation={0} sx={{width: \"100%\", mb: 2}}>\n <TableContainer\n component={Paper}\n sx={{borderRadius: 0, boxShadow: \"none\"}}\n >\n <Table>\n {/* TABLE HEADER */}\n <TableHead sx={{backgroundColor: \"#EAEAEA\"}}>\n <TableRow>\n {columns.map((col) => (\n <TableCell\n key={col.columnKey}\n sx={{\n width: col.width,\n minWidth: col.width,\n maxWidth: col.width\n }}\n align={col.align ?? \"left\"}\n >\n {col.sortable ? (\n <TableSortLabel\n active={sortCol === col.columnKey}\n direction={\n sortCol === col.columnKey && sortDir === -1\n ? \"desc\"\n : \"asc\"\n }\n onClick={() => onSort(col.columnKey, sortDir * -1)}\n >\n {col.header}\n {sortCol === col.columnKey ? (\n <Box component=\"span\" sx={visuallyHidden}>\n {sortDir === -1\n ? T.translate(\"mui_table.sorted_desc\")\n : T.translate(\"mui_table.sorted_asc\")}\n </Box>\n ) : null}\n </TableSortLabel>\n ) : (\n col.header\n )}\n </TableCell>\n ))}\n {onEdit && <TableCell sx={{width: 40}}/>}\n {onArchive && <TableCell sx={{width: 80}}/>}\n {onDelete && <TableCell sx={{width: 40}}/>}\n {onSelect && <TableCell sx={{width: 40}}/>}\n </TableRow>\n </TableHead>\n\n {/* TABLE BODY */}\n <TableBody>\n {data.map((row) => (\n <TableRow key={row.id}>\n {/* Main content columns */}\n {columns.map((col) => (\n <TableCell\n key={col.columnKey}\n align={col.align ?? \"left\"}\n className={`${\n col.dottedBorder && styles.dottedBorderLeft\n } ${col.className}`}\n sx={{ ...getCellSx(row), fontWeight: \"normal\" }}\n >\n {renderCell(row, col)}\n </TableCell>\n ))}\n {/* Edit column */}\n {onEdit && (\n <TableCell\n align=\"center\"\n className={styles.dottedBorderLeft}\n sx={getCellSx(row, {width: 40})}\n >\n <IconButton\n size=\"large\"\n onClick={() => onEdit(row)}\n sx={{ padding: 0 }}\n data-testid=\"action-edit\"\n >\n <EditIcon fontSize=\"large\" />\n </IconButton>\n </TableCell>\n )}\n {/* Archive column */}\n {onArchive && (\n <TableCell\n align=\"center\"\n sx={{ ...getCellSx(row, { width: 80 }) }}\n className={styles.dottedBorderLeft}\n >\n <Button\n variant=\"text\"\n color=\"inherit\"\n size=\"small\"\n onClick={() => onArchive(row)}\n data-testid=\"action-archive\"\n sx={{\n fontSize: \"1.3rem\",\n fontWeight: \"normal\",\n lineHeight: \"2.2rem\",\n padding: 0,\n color: \"rgba(0,0,0,0.56)\"\n }}\n >\n {row.is_archived\n ? T.translate(\"general.unarchive\")\n : T.translate(\"general.archive\")}\n </Button>\n </TableCell>\n )}\n {/* Delete column */}\n {onDelete && (\n <TableCell\n align=\"center\"\n className={styles.dottedBorderLeft}\n sx={getCellSx(row, {width: 40})}\n >\n {canDelete(row) && (\n <IconButton\n size=\"large\"\n onClick={() => handleDelete(row)}\n data-testid=\"action-delete\"\n sx={{ padding: 0 }}\n >\n <DeleteIcon fontSize=\"large\"/>\n </IconButton>\n )}\n </TableCell>\n )}\n {onSelect && (\n <TableCell\n align=\"center\"\n sx={{width: 40}}\n className={styles.dottedBorderLeft}\n >\n <IconButton\n size=\"large\"\n onClick={() => onSelect(row)}\n data-testid=\"action-select\"\n >\n <ArrowForwardIcon/>\n </IconButton>\n </TableCell>\n )}\n </TableRow>\n ))}\n {/* Here we inject extra rows passed as children */}\n {children}\n {data.length === 0 && (\n <TableRow>\n <TableCell colSpan={totalColumnsCount} align=\"center\">\n {T.translate(\"mui_table.no_items\")}\n </TableCell>\n </TableRow>\n )}\n </TableBody>\n </Table>\n </TableContainer>\n\n {/* PAGINATION */}\n {perPage && currentPage && (\n <TablePagination\n component=\"div\"\n count={totalRows}\n rowsPerPageOptions={customPerPageOptions}\n rowsPerPage={perPage}\n page={currentPage - 1}\n onPageChange={handleChangePage}\n onRowsPerPageChange={handleChangeRowsPerPage}\n labelRowsPerPage={T.translate(\"mui_table.rows_per_page\")}\n sx={{\n \".MuiTablePagination-toolbar\": {\n alignItems: \"baseline\",\n marginTop: \"1.6rem\"\n },\n \".MuiTablePagination-spacer\": {\n display: \"none\"\n },\n \".MuiTablePagination-displayedRows\": {\n marginLeft: \"auto\"\n }\n }}\n />\n )}\n </Paper>\n </Box>\n );\n};\n\nMuiTable.propTypes = {\n columns: PropTypes.array,\n data: PropTypes.array,\n children: PropTypes.node,\n totalRows: PropTypes.number,\n perPage: PropTypes.number,\n currentPage: PropTypes.number,\n onPageChange: PropTypes.func,\n onPerPageChange: PropTypes.func,\n onSort: PropTypes.func,\n options: PropTypes.object,\n getName: PropTypes.func,\n onEdit: PropTypes.func,\n onArchive: PropTypes.func,\n onDelete: PropTypes.func,\n onSelect: PropTypes.func,\n canDelete: PropTypes.func,\n deleteDialogTitle: PropTypes.string,\n deleteDialogBody: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),\n deleteDialogConfirmText: PropTypes.string,\n confirmButtonColor: PropTypes.string\n};\n\nexport default MuiTable;\n"],"names":["root","factory","exports","module","define","amd","this","iconMap","warning","React","Warning","color","success","CheckCircle","error","Error","info","Info","ConfirmDialog","open","title","text","iconType","onConfirm","onCancel","confirmButtonText","confirmButtonColor","cancelButtonText","cancelButtonColor","Dialog","onClose","DialogTitle","sx","p","component","Typography","variant","Divider","DialogContent","style","display","alignItems","marginRight","margin","DialogActions","Button","fullWidth","onClick","whiteSpace","minWidth","propTypes","PropTypes","isRequired","defaultProps","BRIDGE_KEY","_global","globalThis","window","showConfirmDialog","DEFAULT_PER_PAGE","TWENTY_PER_PAGE","FIFTY_PER_PAGE","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","ARCHIVED_CELL_SX","backgroundColor","MuiTable","columns","data","children","totalRows","perPage","currentPage","onPageChange","onPerPageChange","onSort","options","sortCol","sortDir","disableProp","getName","item","name","onEdit","onArchive","onDelete","onSelect","canDelete","deleteDialogTitle","deleteDialogBody","deleteDialogConfirmText","totalColumnsCount","length","basePerPageOptions","initialPerPage","customPerPageOptions","includes","current","sort","b","getCellSx","row","baseSx","_objectSpread","getArchivedCellSx","Box","width","Paper","elevation","mb","TableContainer","borderRadius","boxShadow","Table","TableHead","TableRow","map","col","TableCell","columnKey","maxWidth","align","sortable","TableSortLabel","active","direction","header","visuallyHidden","T","TableBody","id","className","dottedBorder","styles","fontWeight","renderCell","render","isBoolean","CheckIcon","fontSize","CloseIcon","IconButton","size","padding","EditIcon","lineHeight","is_archived","async","type","showCancelButton","handleDelete","DeleteIcon","ArrowForwardIcon","colSpan","TablePagination","count","rowsPerPageOptions","rowsPerPage","page","handleChangePage","_","newPage","onRowsPerPageChange","ev","target","labelRowsPerPage","marginTop","marginLeft"],"sourceRoot":""}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
/*!
|
|
4
4
|
* https://github.com/YouCanBookMe/react-datetime
|
|
5
|
-
*/.rdt{position:relative}.rdtPicker{background:#fff;border:1px solid #e4e3e3;box-shadow:0 1px 3px rgba(0,0,0,.1);display:none;margin-top:1px;padding:4px;position:absolute;width:auto;z-index:9999999!important}.rdtOpen .rdtPicker{display:block}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center}.rdtPicker table{margin:0;width:100%}.rdtPicker td,.rdtPicker th{height:28px;text-align:center}.rdtPicker td{cursor:pointer}.rdtPicker .rdtTimeToggle:hover,.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtNew,.rdtPicker td.rdtOld{color:#999}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtToday:before{border-bottom:7px solid #428bca;border-left:7px solid transparent;border-top-color:rgba(0,0,0,.2);bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker th{border-bottom:1px solid #f9f9f9}.rdtPicker .dow{border-bottom:none;width:14.2857%}.rdtPicker th.rdtSwitch{width:100px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}.rdtNext span,.rdtPrev span{-webkit-touch-callout:none;display:block;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-child th{cursor:pointer}.rdtPicker thead tr:first-child th:hover{background:#eee}.rdtPicker tfoot{border-top:1px solid #f9f9f9}.rdtPicker button{background:none;border:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{height:100%;width:100%}td.rdtMonth,td.rdtYear{cursor:pointer;height:50px;width:25%}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left}.rdtCounter{height:100px;width:40px}.rdtCounterSeparator{line-height:100px}.rdtCounter .rdtBtn{-webkit-touch-callout:none;cursor:pointer;display:block;height:40%;line-height:40px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee}.rdtCounter .rdtCount{font-size:1.2em;height:20%}.rdtMilli{padding-left:8px;vertical-align:middle;width:48px}.rdtMilli input{font-size:1.2em;margin-top:37px;width:100%}.option-group{font-style:italic;font-weight:700}.option-child{padding-left:15px}.dropzone{border:2px dashed gray;color:gray;height:150px;padding:20px;text-align:center}.file-box{max-height:50px;max-width:50px;position:relative;text-align:center}.file-box img{width:100%}.file-box .remove{color:red;cursor:pointer;height:20px;position:absolute;right:-10px;top:-5px;width:20px}.filepicker{font-family:sans-serif}div.filepicker{background-color:#e1e1e1;border:2px dashed #c7c7c7;border-radius:5px;height:100%;min-height:100px;padding:5px;text-align:center}div.filepicker.disabled{cursor:not-allowed;padding-top:30px}.filepicker-file-icon{color:#000;display:inline-block;margin:1.5em 0 2.5em;padding-left:45px;position:relative}.filepicker-file-icon:before{border:2px solid #7f7f7f;border-radius:2px;content:"";height:34px;left:0;position:absolute;top:-7px;width:29px}.filepicker-file-icon:after{background-color:#000;color:#fff;content:"file";content:attr(data-filetype);font-size:11px;left:-4px;letter-spacing:1px;line-height:1.3;padding:0 2px;position:absolute;text-align:right;text-transform:uppercase;top:9px}.filepicker-file-icon .fileCorner{border-color:#fff transparent transparent #920035;border-style:solid;border-width:11px 0 0 11px;height:0;left:22px;position:absolute;top:-7px;width:0}.upload-input-v2-preview-container{list-style:none}.upload-input-v2-preview-container li{align-items:center;border:1px solid #e1e1e1;display:grid;grid-template-columns:25% 70% 5%;margin:1em}.upload-input-v2-preview-container li .file-preview img{height:100px;max-height:100px;max-width:110px;object-fit:contain;padding:1em;width:auto}.upload-input-v2-preview-container li .file-name{margin-left:2em;text-align:left}.upload-input-v2-preview-container li .file-delete{text-align:center}.T1PEDYso224efj98hUw9{clip-path:inset(0);filter:blur(10px)}.HydBuzzegFMoqMkrptg7{filter:blur(0);transition:filter .1s linear}.Pq0tg32DAJ33TmIQMvMs{display:block;height:auto;max-width:100%}.upload-input-v3 .dropzone{align-items:center;background-color:#fff;border:1px dashed #d0d5dd;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:160px;padding:40px 20px;transition:background-color .2s ease,border-color .2s ease}.upload-input-v3 .dropzone.dz-drag-hover{background-color:#e8f0fe;border-color:#1976d2}.upload-input-v3 .dropzone .dz-message,.upload-input-v3 .dropzone .dz-preview{display:none}.upload-input-v3 .dropzone .dz-custom-content{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none;text-align:center}.upload-input-v3 .dropzone .dz-custom-content .dz-custom-icon{color:#1976d2;font-size:40px!important;margin-bottom:8px}.upload-input-v3 .dropzone .dz-custom-content .dz-click-text{color:#1976d2;text-decoration:underline}.upload-input-v3 .dropzone .dz-custom-content .dz-custom-hint{color:#9e9e9e;margin-top:4px}.editor-input div a{color:#337ab7}.editor-input div a a:focus,.editor-input div a:hover{color:#23527c;text-decoration:underline}.simple-link-list{display:flex;flex-direction:column;margin-top:40px}.simple-link-list .link-select{width:200px}.simple-link-list .link-select .Select-control{border-radius:4px 0 0 4px;height:100%}.simple-link-list .link-select .Select-control .Select-input{height:32px}.simple-link-list .add-button{border-color:#afafaf;height:38px}.simple-link-list:not(.panel .simple-link-list){border:1px solid #ccc;border-radius:3px;margin:5px;padding:10px}.panel .simple-link-list .simple-link-list-title{display:none}.panel .simple-link-list .simple-link-list-buttons{display:flex;justify-content:flex-end}.summit-dropdown .summit-select{width:150px}.summit-dropdown .summit-select>div{border-bottom-right-radius:unset;border-top-right-radius:unset}.summit-dropdown .btn{border-left-color:#e7e7e7;height:38px}.summit-dropdown.big .summit-select input{height:32px}.summit-dropdown.big .btn{height:46px}.sortable-table-box{margin-top:20px}.checkbox-cell{text-align:center;vertical-align:middle}table.table{clear:both;margin-bottom:6px!important;margin-top:6px!important;max-width:none!important}table.table td,table.table th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.table td.tables_empty,table.table th.tables_empty{text-align:center}table.table thead tr td.sorting,table.table thead tr td.sorting_asc,table.table thead tr td.sorting_desc,table.table thead tr th.sorting,table.table thead tr th.sorting_asc,table.table thead tr th.sorting_desc{min-width:30px;padding-right:10px}table.table thead tr td.sorting,table.table thead tr td.sorting_asc,table.table thead tr td.sorting_asc_disabled,table.table thead tr td.sorting_desc,table.table thead tr td.sorting_desc_disabled,table.table thead tr th.sorting,table.table thead tr th.sorting_asc,table.table thead tr th.sorting_asc_disabled,table.table thead tr th.sorting_desc,table.table thead tr th.sorting_desc_disabled{cursor:pointer;position:relative}table.table thead tr td.sorting:after,table.table thead tr td.sorting_asc:after,table.table thead tr td.sorting_asc_disabled:after,table.table thead tr td.sorting_desc:after,table.table thead tr td.sorting_desc_disabled:after,table.table thead tr th.sorting:after,table.table thead tr th.sorting_asc:after,table.table thead tr th.sorting_asc_disabled:after,table.table thead tr th.sorting_desc:after,table.table thead tr th.sorting_desc_disabled:after{display:inline-block;font-family:Glyphicons Halflings,sans-serif;left:8px;opacity:.5;position:relative;top:2px}table.table thead tr td:active,table.table thead tr th:active{outline:none}table.table thead tr td.sorting:after,table.table thead tr th.sorting:after{content:"\e150";opacity:.2}table.table thead tr td.sorting_asc:after,table.table thead tr th.sorting_asc:after{content:"\e155"}table.table thead tr td.sorting_desc:after,table.table thead tr th.sorting_desc:after{content:"\e156"}table.table thead tr td.sorting_asc_disabled:after,table.table thead tr td.sorting_desc_disabled:after,table.table thead tr th.sorting_asc_disabled:after,table.table thead tr th.sorting_desc_disabled:after{color:#eee}table.table.nowrap td,table.table.nowrap th{white-space:nowrap}table.table tbody tr.child{padding:.5em 1em}table.table tbody tr.child:hover{background:transparent!important}table.table tbody tr.child ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.table tbody tr.child ul li{border-bottom:1px solid #efefef;padding:.5em 0}table.table tbody tr.child ul li:first-child{padding-top:0}table.table tbody tr.child ul li:last-child{border-bottom:none}table.table tbody tr.can-edit{cursor:pointer}table.table .actions{width:70px}table.table .actions a{margin-left:10px}table.table .actions a .delete-icon:hover{color:#da0000!important}table.table .actions a .fa:hover{color:#024c85}table.table-bordered.table{border-collapse:separate!important}table.table-bordered.table td,table.table-bordered.table th{border-left-width:0}table.table-bordered.table td:last-child,table.table-bordered.table th:last-child{border-right-width:0}table.table-bordered.table tbody td,table.table-bordered.table tbody th{border-bottom-width:0}.action-dropdown .action-select{width:250px}.action-dropdown .action-select .Select-control{border-radius:4px 0 0 4px;height:100%}.action-dropdown .action-select .Select-control .Select-input{height:32px}.action-dropdown.small :global .Select-control{height:30px}.action-dropdown.small :global .Select-placeholder{line-height:20px}.action-dropdown.small :global .Select-value{line-height:26px!important}.action-dropdown.small :global .Select-value-label{line-height:26px}.action-dropdown.small :global .Select-input{height:26px}.action-dropdown.normal .btn{height:38px}.pTjbvR2PI3JIAfGGYR5C{border-color:transparent;border-radius:20px;bottom:0;color:#fff;font-size:20px;height:30px;padding:0;position:absolute;right:0;text-align:center;width:30px}.pTjbvR2PI3JIAfGGYR5C.BnU6_vcWc8sasL8roBPA{background-color:#e39900}.pTjbvR2PI3JIAfGGYR5C.yREg1belHCLDAYYfAg77{background-color:#7ed321}.pTjbvR2PI3JIAfGGYR5C.mFp_9X3SzjgPNXRSXiFR{background-color:#396bd0}.pTjbvR2PI3JIAfGGYR5C i{margin-top:4px}.tDZTa8dy9OMVyGAtxNOS .VoBl8JcsRZelj8EKGKtC{display:inline-block;margin-left:10px;margin-right:10px;text-align:center}.bulk-actions-selector-container{min-height:90px}.bulk-actions-selector-container div{padding:1em}.bulk-actions-selector-container div input[type=checkbox]{margin-right:1em}.bulk-actions-selector-container div select{height:30px;width:90%}.XZyB3zy09oNiJPYXzMaR{align-items:center;box-shadow:none!important;display:inline-flex;padding:.375rem .75rem;text-decoration:none}.XZyB3zy09oNiJPYXzMaR i{margin-right:5px}.XZyB3zy09oNiJPYXzMaR.V8lrMEK6XXJUFDwsrtSs{background-color:#fff;border:1px solid #999;border-radius:4px;color:#4a4a4a;font-size:15px;height:39px;line-height:18px;margin-right:8px}.schedule-view-wrapper .schedule-event{-webkit-touch-callout:none;background-color:#b3d6ed;margin:0!important;overflow:hidden;position:absolute;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:10}.schedule-view-wrapper .schedule-event .row{height:100%}.schedule-view-wrapper .schedule-event .row .col-md-12{height:100%;position:relative}.schedule-view-wrapper .schedule-event .event-container{float:left;height:calc(100% - 10px);margin:5px 10px;overflow:hidden;padding:0!important;width:85%}.schedule-view-wrapper .schedule-event .event-actions{display:flex;float:right;margin:0 5px 0 0}.schedule-view-wrapper .schedule-event .event-select-wrapper{float:left;margin:5px 0 0 5px}.schedule-view-wrapper .is-static{background:repeating-linear-gradient(-45deg,#e1e1e1,#e1e1e1 2px,#fff 0,#fff 20px);color:gray;cursor:not-allowed!important}.schedule-view-wrapper .is-resizable{overflow:hidden}.schedule-view-wrapper .is-resizable:after,.schedule-view-wrapper .is-resizable:before{background-color:#fff;border:1px solid #000;border-radius:5px;content:" ";cursor:ns-resize;display:block;height:5px;left:15%;position:absolute;right:15%;visibility:hidden;z-index:11}.schedule-view-wrapper .is-resizable:before{top:0}.schedule-view-wrapper .is-resizable:after{bottom:0}.schedule-view-wrapper .is-resizable:hover:after,.schedule-view-wrapper .is-resizable:hover:before{visibility:visible}.schedule-view-wrapper .schedule-events-container{position:relative}.schedule-view-wrapper .event-content{height:100%;width:100%}.schedule-view-wrapper .event-content-half{height:90%;width:50%}.schedule-view-wrapper .time-slot{background-color:gray;border-left:1px solid #000;color:#fff;font-weight:700}.schedule-view-wrapper .time-slot,.schedule-view-wrapper .time-slot-container{border-bottom:1px solid #000;border-right:1px solid #000;height:30px!important;margin:0;padding:0}.schedule-view-wrapper .time-slot-container{position:relative;width:100%}.schedule-view-wrapper .time-slot-container .col-md-12{margin:0!important;padding:0!important}.schedule-view-wrapper .time-slot-container .col-md-12 .minute-container{border-bottom:1px solid #000}.schedule-view-wrapper .time-slot-overlay{height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:100}.schedule-view-wrapper .no-padding{padding:0!important}.schedule-view-wrapper .no-margin{margin:0!important}.schedule-view-wrapper .location-option-venue{font-weight:700}.schedule-view-wrapper .location-option-room{margin-left:15px}.schedule-view-wrapper .swal2-container{z-index:12}.schedule-view-wrapper .day-selector,.schedule-view-wrapper .event-type-selector,.schedule-view-wrapper .venues-selector{padding-bottom:10px;z-index:21}.schedule-view-wrapper .track-selector{z-index:22}.schedule-view-wrapper .outer-schedule-events-container{border-top:1px solid #000;max-height:800px;overflow-x:hidden;overflow-y:auto}.schedule-view-wrapper .empty-list-message{font-weight:700}.schedule-view-wrapper .fa-spinner{z-index:12}.schedule-view-wrapper .Select-menu-outer{z-index:12!important}.schedule-view-wrapper .swal2-container{z-index:23!important}.schedule-view-wrapper .select-event-btn{cursor:pointer;z-index:11}.schedule-view-wrapper .event-action-btn{cursor:pointer;margin-left:10px;padding-top:10px;z-index:11}.schedule-view-wrapper .popover{max-width:60%!important;z-index:14!important}.schedule-view-wrapper .event-title.withTooltip:hover{cursor:pointer}.schedule-view-wrapper .ajax-loader-container{z-index:25!important}.schedule-view-wrapper .bulk-actions-editor-container{background-color:#fff;margin:1em;padding:1em}.schedule-view-wrapper .bulk-actions-editor-container .col-title{font-weight:700;padding:1em}.schedule-view-wrapper .bulk-actions-editor-container .col-form-buttons button{margin-right:10px}.sYyWOBs7DxfIdU_ztAqL{border-left:none;position:relative}.sYyWOBs7DxfIdU_ztAqL:before{border-left:1px dashed #e0e0e0;bottom:0;content:"";height:3em;left:0;margin-top:2em;position:absolute;top:0}.mx3fuojj3xuUbN9ch3eB{border-left:none;position:relative}.mx3fuojj3xuUbN9ch3eB:before{align-self:center;border-left:1px dashed #e0e0e0;bottom:0;content:"";height:60%;left:0;position:absolute;top:0}.UD7OIFgwF1LOfPJP234A{cursor:pointer;height:40px;position:absolute;right:34px;top:12px;width:140px}.jWfqKg10xvcVZqMUgbLQ{text-align:right;width:100%}.V05WfzCpIdOS1YlQd1Hq{right:4px;top:4px}.cNjqYzfITmntvsDuBdU8{background-size:cover;border:1px solid #afafaf;border-radius:20px;float:right;height:40px;overflow:hidden;width:40px}.DlGPMKE5AoCGWcm7YIz8{background-color:#fff;border-bottom:1px solid #b3b3b3;height:64px}.Tgph56OyA6q8xx1m43xR{font-size:16px;height:100%;line-height:60px;text-align:center}
|
|
5
|
+
*/.rdt{position:relative}.rdtPicker{background:#fff;border:1px solid #e4e3e3;box-shadow:0 1px 3px rgba(0,0,0,.1);display:none;margin-top:1px;padding:4px;position:absolute;width:auto;z-index:9999999!important}.rdtOpen .rdtPicker{display:block}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center}.rdtPicker table{margin:0;width:100%}.rdtPicker td,.rdtPicker th{height:28px;text-align:center}.rdtPicker td{cursor:pointer}.rdtPicker .rdtTimeToggle:hover,.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtNew,.rdtPicker td.rdtOld{color:#999}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtToday:before{border-bottom:7px solid #428bca;border-left:7px solid transparent;border-top-color:rgba(0,0,0,.2);bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker th{border-bottom:1px solid #f9f9f9}.rdtPicker .dow{border-bottom:none;width:14.2857%}.rdtPicker th.rdtSwitch{width:100px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}.rdtNext span,.rdtPrev span{-webkit-touch-callout:none;display:block;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-child th{cursor:pointer}.rdtPicker thead tr:first-child th:hover{background:#eee}.rdtPicker tfoot{border-top:1px solid #f9f9f9}.rdtPicker button{background:none;border:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{height:100%;width:100%}td.rdtMonth,td.rdtYear{cursor:pointer;height:50px;width:25%}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left}.rdtCounter{height:100px;width:40px}.rdtCounterSeparator{line-height:100px}.rdtCounter .rdtBtn{-webkit-touch-callout:none;cursor:pointer;display:block;height:40%;line-height:40px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee}.rdtCounter .rdtCount{font-size:1.2em;height:20%}.rdtMilli{padding-left:8px;vertical-align:middle;width:48px}.rdtMilli input{font-size:1.2em;margin-top:37px;width:100%}.option-group{font-style:italic;font-weight:700}.option-child{padding-left:15px}.dropzone{border:2px dashed gray;color:gray;height:150px;padding:20px;text-align:center}.file-box{max-height:50px;max-width:50px;position:relative;text-align:center}.file-box img{width:100%}.file-box .remove{color:red;cursor:pointer;height:20px;position:absolute;right:-10px;top:-5px;width:20px}.filepicker{font-family:sans-serif}div.filepicker{background-color:#e1e1e1;border:2px dashed #c7c7c7;border-radius:5px;height:100%;min-height:100px;padding:5px;text-align:center}div.filepicker.disabled{cursor:not-allowed;padding-top:30px}.filepicker-file-icon{color:#000;display:inline-block;margin:1.5em 0 2.5em;padding-left:45px;position:relative}.filepicker-file-icon:before{border:2px solid #7f7f7f;border-radius:2px;content:"";height:34px;left:0;position:absolute;top:-7px;width:29px}.filepicker-file-icon:after{background-color:#000;color:#fff;content:"file";content:attr(data-filetype);font-size:11px;left:-4px;letter-spacing:1px;line-height:1.3;padding:0 2px;position:absolute;text-align:right;text-transform:uppercase;top:9px}.filepicker-file-icon .fileCorner{border-color:#fff transparent transparent #920035;border-style:solid;border-width:11px 0 0 11px;height:0;left:22px;position:absolute;top:-7px;width:0}.upload-input-v2-preview-container{list-style:none}.upload-input-v2-preview-container li{align-items:center;border:1px solid #e1e1e1;display:grid;grid-template-columns:25% 70% 5%;margin:1em}.upload-input-v2-preview-container li .file-preview img{height:100px;max-height:100px;max-width:110px;object-fit:contain;padding:1em;width:auto}.upload-input-v2-preview-container li .file-name{margin-left:2em;text-align:left}.upload-input-v2-preview-container li .file-delete{text-align:center}.T1PEDYso224efj98hUw9{clip-path:inset(0);filter:blur(10px)}.HydBuzzegFMoqMkrptg7{filter:blur(0);transition:filter .1s linear}.Pq0tg32DAJ33TmIQMvMs{display:block;height:auto;max-width:100%}.upload-input-v3 .dropzone{align-items:center;background-color:#fff;border:1px dashed #d0d5dd;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-height:160px;padding:40px 20px;transition:background-color .2s ease,border-color .2s ease}.upload-input-v3 .dropzone.dz-drag-hover{background-color:#e8f0fe;border-color:#1976d2}.upload-input-v3 .dropzone .dz-message,.upload-input-v3 .dropzone .dz-preview{display:none}.upload-input-v3 .dropzone .dz-custom-content{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none;text-align:center}.upload-input-v3 .dropzone .dz-custom-content .dz-custom-icon{color:#1976d2;font-size:40px!important;margin-bottom:8px}.upload-input-v3 .dropzone .dz-custom-content .dz-click-text{color:#1976d2;text-decoration:underline}.upload-input-v3 .dropzone .dz-custom-content .dz-custom-hint{color:#9e9e9e;margin-top:4px}.editor-input div a{color:#337ab7}.editor-input div a a:focus,.editor-input div a:hover{color:#23527c;text-decoration:underline}.simple-link-list{display:flex;flex-direction:column;margin-top:40px}.simple-link-list .link-select{width:200px}.simple-link-list .link-select .Select-control{border-radius:4px 0 0 4px;height:100%}.simple-link-list .link-select .Select-control .Select-input{height:32px}.simple-link-list .add-button{border-color:#afafaf;height:38px}.simple-link-list:not(.panel .simple-link-list){border:1px solid #ccc;border-radius:3px;margin:5px;padding:10px}.panel .simple-link-list .simple-link-list-title{display:none}.panel .simple-link-list .simple-link-list-buttons{display:flex;justify-content:flex-end}.summit-dropdown .summit-select{width:150px}.summit-dropdown .summit-select>div{border-bottom-right-radius:unset;border-top-right-radius:unset}.summit-dropdown .btn{border-left-color:#e7e7e7;height:38px}.summit-dropdown.big .summit-select input{height:32px}.summit-dropdown.big .btn{height:46px}.sortable-table-box{margin-top:20px}.checkbox-cell{text-align:center;vertical-align:middle}table.table{clear:both;margin-bottom:6px!important;margin-top:6px!important;max-width:none!important}table.table td,table.table th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.table td.tables_empty,table.table th.tables_empty{text-align:center}table.table thead tr td.sorting,table.table thead tr td.sorting_asc,table.table thead tr td.sorting_desc,table.table thead tr th.sorting,table.table thead tr th.sorting_asc,table.table thead tr th.sorting_desc{min-width:30px;padding-right:10px}table.table thead tr td.sorting,table.table thead tr td.sorting_asc,table.table thead tr td.sorting_asc_disabled,table.table thead tr td.sorting_desc,table.table thead tr td.sorting_desc_disabled,table.table thead tr th.sorting,table.table thead tr th.sorting_asc,table.table thead tr th.sorting_asc_disabled,table.table thead tr th.sorting_desc,table.table thead tr th.sorting_desc_disabled{cursor:pointer;position:relative}table.table thead tr td.sorting:after,table.table thead tr td.sorting_asc:after,table.table thead tr td.sorting_asc_disabled:after,table.table thead tr td.sorting_desc:after,table.table thead tr td.sorting_desc_disabled:after,table.table thead tr th.sorting:after,table.table thead tr th.sorting_asc:after,table.table thead tr th.sorting_asc_disabled:after,table.table thead tr th.sorting_desc:after,table.table thead tr th.sorting_desc_disabled:after{display:inline-block;font-family:Glyphicons Halflings,sans-serif;left:8px;opacity:.5;position:relative;top:2px}table.table thead tr td:active,table.table thead tr th:active{outline:none}table.table thead tr td.sorting:after,table.table thead tr th.sorting:after{content:"\e150";opacity:.2}table.table thead tr td.sorting_asc:after,table.table thead tr th.sorting_asc:after{content:"\e155"}table.table thead tr td.sorting_desc:after,table.table thead tr th.sorting_desc:after{content:"\e156"}table.table thead tr td.sorting_asc_disabled:after,table.table thead tr td.sorting_desc_disabled:after,table.table thead tr th.sorting_asc_disabled:after,table.table thead tr th.sorting_desc_disabled:after{color:#eee}table.table.nowrap td,table.table.nowrap th{white-space:nowrap}table.table tbody tr.child{padding:.5em 1em}table.table tbody tr.child:hover{background:transparent!important}table.table tbody tr.child ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.table tbody tr.child ul li{border-bottom:1px solid #efefef;padding:.5em 0}table.table tbody tr.child ul li:first-child{padding-top:0}table.table tbody tr.child ul li:last-child{border-bottom:none}table.table tbody tr.can-edit{cursor:pointer}table.table .actions{width:70px}table.table .actions a{margin-left:10px}table.table .actions a .delete-icon:hover{color:#da0000!important}table.table .actions a .fa:hover{color:#024c85}table.table-bordered.table{border-collapse:separate!important}table.table-bordered.table td,table.table-bordered.table th{border-left-width:0}table.table-bordered.table td:last-child,table.table-bordered.table th:last-child{border-right-width:0}table.table-bordered.table tbody td,table.table-bordered.table tbody th{border-bottom-width:0}.action-dropdown .action-select{width:250px}.action-dropdown .action-select .Select-control{border-radius:4px 0 0 4px;height:100%}.action-dropdown .action-select .Select-control .Select-input{height:32px}.action-dropdown.small :global .Select-control{height:30px}.action-dropdown.small :global .Select-placeholder{line-height:20px}.action-dropdown.small :global .Select-value{line-height:26px!important}.action-dropdown.small :global .Select-value-label{line-height:26px}.action-dropdown.small :global .Select-input{height:26px}.action-dropdown.normal .btn{height:38px}.pTjbvR2PI3JIAfGGYR5C{border-color:transparent;border-radius:20px;bottom:0;color:#fff;font-size:20px;height:30px;padding:0;position:absolute;right:0;text-align:center;width:30px}.pTjbvR2PI3JIAfGGYR5C.BnU6_vcWc8sasL8roBPA{background-color:#e39900}.pTjbvR2PI3JIAfGGYR5C.yREg1belHCLDAYYfAg77{background-color:#7ed321}.pTjbvR2PI3JIAfGGYR5C.mFp_9X3SzjgPNXRSXiFR{background-color:#396bd0}.pTjbvR2PI3JIAfGGYR5C i{margin-top:4px}.tDZTa8dy9OMVyGAtxNOS .VoBl8JcsRZelj8EKGKtC{display:inline-block;margin-left:10px;margin-right:10px;text-align:center}.bulk-actions-selector-container{min-height:90px}.bulk-actions-selector-container div{padding:1em}.bulk-actions-selector-container div input[type=checkbox]{margin-right:1em}.bulk-actions-selector-container div select{height:30px;width:90%}.XZyB3zy09oNiJPYXzMaR{align-items:center;box-shadow:none!important;display:inline-flex;padding:.375rem .75rem;text-decoration:none}.XZyB3zy09oNiJPYXzMaR i{margin-right:5px}.XZyB3zy09oNiJPYXzMaR.V8lrMEK6XXJUFDwsrtSs{background-color:#fff;border:1px solid #999;border-radius:4px;color:#4a4a4a;font-size:15px;height:39px;line-height:18px;margin-right:8px}.schedule-view-wrapper .schedule-event{-webkit-touch-callout:none;background-color:#b3d6ed;margin:0!important;overflow:hidden;position:absolute;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:10}.schedule-view-wrapper .schedule-event .row{height:100%}.schedule-view-wrapper .schedule-event .row .col-md-12{height:100%;position:relative}.schedule-view-wrapper .schedule-event .event-container{float:left;height:calc(100% - 10px);margin:5px 10px;overflow:hidden;padding:0!important;width:85%}.schedule-view-wrapper .schedule-event .event-actions{display:flex;float:right;margin:0 5px 0 0}.schedule-view-wrapper .schedule-event .event-select-wrapper{float:left;margin:5px 0 0 5px}.schedule-view-wrapper .is-static{background:repeating-linear-gradient(-45deg,#e1e1e1,#e1e1e1 2px,#fff 0,#fff 20px);color:gray;cursor:not-allowed!important}.schedule-view-wrapper .is-resizable{overflow:hidden}.schedule-view-wrapper .is-resizable:after,.schedule-view-wrapper .is-resizable:before{background-color:#fff;border:1px solid #000;border-radius:5px;content:" ";cursor:ns-resize;display:block;height:5px;left:15%;position:absolute;right:15%;visibility:hidden;z-index:11}.schedule-view-wrapper .is-resizable:before{top:0}.schedule-view-wrapper .is-resizable:after{bottom:0}.schedule-view-wrapper .is-resizable:hover:after,.schedule-view-wrapper .is-resizable:hover:before{visibility:visible}.schedule-view-wrapper .schedule-events-container{position:relative}.schedule-view-wrapper .event-content{height:100%;width:100%}.schedule-view-wrapper .event-content-half{height:90%;width:50%}.schedule-view-wrapper .time-slot{background-color:gray;border-left:1px solid #000;color:#fff;font-weight:700}.schedule-view-wrapper .time-slot,.schedule-view-wrapper .time-slot-container{border-bottom:1px solid #000;border-right:1px solid #000;height:30px!important;margin:0;padding:0}.schedule-view-wrapper .time-slot-container{position:relative;width:100%}.schedule-view-wrapper .time-slot-container .col-md-12{margin:0!important;padding:0!important}.schedule-view-wrapper .time-slot-container .col-md-12 .minute-container{border-bottom:1px solid #000}.schedule-view-wrapper .time-slot-overlay{height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:100}.schedule-view-wrapper .no-padding{padding:0!important}.schedule-view-wrapper .no-margin{margin:0!important}.schedule-view-wrapper .location-option-venue{font-weight:700}.schedule-view-wrapper .location-option-room{margin-left:15px}.schedule-view-wrapper .swal2-container{z-index:12}.schedule-view-wrapper .day-selector,.schedule-view-wrapper .event-type-selector,.schedule-view-wrapper .venues-selector{padding-bottom:10px;z-index:21}.schedule-view-wrapper .track-selector{z-index:22}.schedule-view-wrapper .outer-schedule-events-container{border-top:1px solid #000;max-height:800px;overflow-x:hidden;overflow-y:auto}.schedule-view-wrapper .empty-list-message{font-weight:700}.schedule-view-wrapper .fa-spinner{z-index:12}.schedule-view-wrapper .Select-menu-outer{z-index:12!important}.schedule-view-wrapper .swal2-container{z-index:23!important}.schedule-view-wrapper .select-event-btn{cursor:pointer;z-index:11}.schedule-view-wrapper .event-action-btn{cursor:pointer;margin-left:10px;padding-top:10px;z-index:11}.schedule-view-wrapper .popover{max-width:60%!important;z-index:14!important}.schedule-view-wrapper .event-title.withTooltip:hover{cursor:pointer}.schedule-view-wrapper .ajax-loader-container{z-index:25!important}.schedule-view-wrapper .bulk-actions-editor-container{background-color:#fff;margin:1em;padding:1em}.schedule-view-wrapper .bulk-actions-editor-container .col-title{font-weight:700;padding:1em}.schedule-view-wrapper .bulk-actions-editor-container .col-form-buttons button{margin-right:10px}.sYyWOBs7DxfIdU_ztAqL{border-left:none;position:relative}.sYyWOBs7DxfIdU_ztAqL:before{border-left:1px dashed #e0e0e0;bottom:0;content:"";height:3em;left:0;margin-top:2em;position:absolute;top:0}.Z35249KJgMpoE1f5td0j{border-left:none;position:relative}.Z35249KJgMpoE1f5td0j:before{border-left:1px dashed #e0e0e0;bottom:0;content:"";height:auto;left:0;margin:20px 0;position:absolute;top:0}.mx3fuojj3xuUbN9ch3eB{border-left:none;position:relative}.mx3fuojj3xuUbN9ch3eB:before{align-self:center;border-left:1px dashed #e0e0e0;bottom:0;content:"";height:60%;left:0;position:absolute;top:0}.UD7OIFgwF1LOfPJP234A{cursor:pointer;height:40px;position:absolute;right:34px;top:12px;width:140px}.jWfqKg10xvcVZqMUgbLQ{text-align:right;width:100%}.V05WfzCpIdOS1YlQd1Hq{right:4px;top:4px}.cNjqYzfITmntvsDuBdU8{background-size:cover;border:1px solid #afafaf;border-radius:20px;float:right;height:40px;overflow:hidden;width:40px}.DlGPMKE5AoCGWcm7YIz8{background-color:#fff;border-bottom:1px solid #b3b3b3;height:64px}.Tgph56OyA6q8xx1m43xR{font-size:16px;height:100%;line-height:60px;text-align:center}
|
|
6
6
|
/*# sourceMappingURL=index.css.map*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css/components/index.css","mappings":"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","sources":["webpack://openstack-uicore-foundation/./src/components/extra-questions/index.scss","webpack://openstack-uicore-foundation/./src/components/inputs/datetimepicker/datetimepicker.less","webpack://openstack-uicore-foundation/./src/components/inputs/grouped-dropdown/optiongroup.less","webpack://openstack-uicore-foundation/./src/components/inputs/upload-input/upload.less","webpack://openstack-uicore-foundation/./src/components/inputs/upload-input-v2/index.less","webpack://openstack-uicore-foundation/./src/components/inputs/upload-input-v3/index.less","webpack://openstack-uicore-foundation/./src/components/inputs/editor-input/editor-input.less","webpack://openstack-uicore-foundation/./src/components/simple-link-list/simple-link-list.less","webpack://openstack-uicore-foundation/./src/components/summit-dropdown/summit-dropdown.less","webpack://openstack-uicore-foundation/./src/components/table-sortable/table-sortable.less","webpack://openstack-uicore-foundation/./src/components/table/table.less","webpack://openstack-uicore-foundation/./src/components/table-selectable/selectable-table.less","webpack://openstack-uicore-foundation/./src/components/inputs/action-dropdown/action-dropdown.less","webpack://openstack-uicore-foundation/./src/components/inputs/stepped-select/index.module.less","webpack://openstack-uicore-foundation/./src/components/bulk-actions-selector/styles.less","webpack://openstack-uicore-foundation/./src/components/schedule-builder-view/schedule-builder-view.less","webpack://openstack-uicore-foundation/./src/components/mui/infinite-table/styles.module.less","webpack://openstack-uicore-foundation/./src/components/mui/table/mui-table.module.less"],"sourcesContent":["\n.extra-question-error {\n display: block;\n color: red;\n font-size: 12px;\n font-weight: bold;\n padding: 0;\n margin: auto 0;\n}\n\n.extra-question-error:before{\n font-family: FontAwesome;\n content: \"\\f071\";\n padding-right: 5px;\n}\n\n.question-label-container{\n a{\n text-decoration: underline !important;\n }\n}\n.questions-form {\n h4{\n font-size: 12pt;\n }\n .abc-checkbox{\n padding: 0 !important;\n }\n .form-check-label{\n font-weight: normal !important;\n }\n padding-bottom: 5em;\n .abc-radio label{\n max-width: 90%;\n }\n form > div.checkbox-wrapper {\n display: grid;\n gap: 15px;\n grid-template-columns: 0fr 14fr;\n grid-template-rows: 1fr;\n align-items: start;\n .input-wrapper {\n width: 35px;\n .form-check {\n width: 35px;\n }\n }\n .checkbox-mandatory {\n position: absolute;\n color: #FF0000;\n }\n .eq-checkbox-label {\n padding-top: 0px;\n }\n }\n}\n","/*!\n * https://github.com/YouCanBookMe/react-datetime\n */\n\n.rdt {\n position: relative;\n}\n.rdtPicker {\n display: none;\n position: absolute;\n width: auto;\n padding: 4px;\n margin-top: 1px;\n z-index: 9999999 !important;\n background: #fff;\n box-shadow: 0 1px 3px rgba(0,0,0,.1);\n border: 1px solid rgb(228, 227, 227);\n}\n.rdtOpen .rdtPicker {\n display: block;\n}\n.rdtStatic .rdtPicker {\n box-shadow: none;\n position: static;\n}\n\n.rdtPicker .rdtTimeToggle {\n text-align: center;\n}\n\n.rdtPicker table {\n width: 100%;\n margin: 0;\n}\n.rdtPicker td,\n.rdtPicker th {\n text-align: center;\n height: 28px;\n}\n.rdtPicker td {\n cursor: pointer;\n}\n.rdtPicker td.rdtDay:hover,\n.rdtPicker td.rdtHour:hover,\n.rdtPicker td.rdtMinute:hover,\n.rdtPicker td.rdtSecond:hover,\n.rdtPicker .rdtTimeToggle:hover {\n background: #eeeeee;\n cursor: pointer;\n}\n.rdtPicker td.rdtOld,\n.rdtPicker td.rdtNew {\n color: #999999;\n}\n.rdtPicker td.rdtToday {\n position: relative;\n}\n.rdtPicker td.rdtToday:before {\n content: '';\n display: inline-block;\n border-left: 7px solid transparent;\n border-bottom: 7px solid #428bca;\n border-top-color: rgba(0, 0, 0, 0.2);\n position: absolute;\n bottom: 4px;\n right: 4px;\n}\n.rdtPicker td.rdtActive,\n.rdtPicker td.rdtActive:hover {\n background-color: #428bca;\n color: #fff;\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n.rdtPicker td.rdtActive.rdtToday:before {\n border-bottom-color: #fff;\n}\n.rdtPicker td.rdtDisabled,\n.rdtPicker td.rdtDisabled:hover {\n background: none;\n color: #999999;\n cursor: not-allowed;\n}\n\n.rdtPicker td span.rdtOld {\n color: #999999;\n}\n.rdtPicker td span.rdtDisabled,\n.rdtPicker td span.rdtDisabled:hover {\n background: none;\n color: #999999;\n cursor: not-allowed;\n}\n.rdtPicker th {\n border-bottom: 1px solid #f9f9f9;\n}\n.rdtPicker .dow {\n width: 14.2857%;\n border-bottom: none;\n}\n.rdtPicker th.rdtSwitch {\n width: 100px;\n}\n.rdtPicker th.rdtNext,\n.rdtPicker th.rdtPrev {\n font-size: 21px;\n vertical-align: top;\n}\n\n.rdtPrev span,\n.rdtNext span {\n display: block;\n -webkit-touch-callout: none; /* iOS Safari */\n -webkit-user-select: none; /* Chrome/Safari/Opera */\n -khtml-user-select: none; /* Konqueror */\n -moz-user-select: none; /* Firefox */\n -ms-user-select: none; /* Internet Explorer/Edge */\n user-select: none;\n}\n\n.rdtPicker th.rdtDisabled,\n.rdtPicker th.rdtDisabled:hover {\n background: none;\n color: #999999;\n cursor: not-allowed;\n}\n.rdtPicker thead tr:first-child th {\n cursor: pointer;\n}\n.rdtPicker thead tr:first-child th:hover {\n background: #eeeeee;\n}\n\n.rdtPicker tfoot {\n border-top: 1px solid #f9f9f9;\n}\n\n.rdtPicker button {\n border: none;\n background: none;\n cursor: pointer;\n}\n.rdtPicker button:hover {\n background-color: #eee;\n}\n\n.rdtPicker thead button {\n width: 100%;\n height: 100%;\n}\n\ntd.rdtMonth,\ntd.rdtYear {\n height: 50px;\n width: 25%;\n cursor: pointer;\n}\ntd.rdtMonth:hover,\ntd.rdtYear:hover {\n background: #eee;\n}\n\n.rdtCounters {\n display: inline-block;\n}\n\n.rdtCounters > div {\n float: left;\n}\n\n.rdtCounter {\n height: 100px;\n}\n\n.rdtCounter {\n width: 40px;\n}\n\n.rdtCounterSeparator {\n line-height: 100px;\n}\n\n.rdtCounter .rdtBtn {\n height: 40%;\n line-height: 40px;\n cursor: pointer;\n display: block;\n\n -webkit-touch-callout: none; /* iOS Safari */\n -webkit-user-select: none; /* Chrome/Safari/Opera */\n -khtml-user-select: none; /* Konqueror */\n -moz-user-select: none; /* Firefox */\n -ms-user-select: none; /* Internet Explorer/Edge */\n user-select: none;\n}\n.rdtCounter .rdtBtn:hover {\n background: #eee;\n}\n.rdtCounter .rdtCount {\n height: 20%;\n font-size: 1.2em;\n}\n\n.rdtMilli {\n vertical-align: middle;\n padding-left: 8px;\n width: 48px;\n}\n\n.rdtMilli input {\n width: 100%;\n font-size: 1.2em;\n margin-top: 37px;\n}\n","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.option-group {\n font-weight: bold;\n font-style: italic;\n}\n\n.option-child {\n padding-left: 15px;\n}","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n\n.dropzone {\n height: 150px;\n border: 2px dashed gray;\n padding: 20px;\n color: gray;\n text-align: center;\n}\n\n.file-box {\n max-width: 50px;\n max-height: 50px;\n position: relative;\n text-align: center;\n\n img {\n width: 100%;\n }\n\n .remove {\n position: absolute;\n top: -5px;\n right: -10px;\n height: 20px;\n width: 20px;\n cursor: pointer;\n color: red;\n }\n}\n\n\n","/* Filepicker CSS */\n.filepicker {\n font-family: sans-serif;\n}\n\ndiv.filepicker {\n text-align: center;\n padding: 5px;\n background-color: #E1E1E1;\n border-radius: 5px;\n min-height: 100px;\n height: 100%;\n border: 2px dashed #C7C7C7;\n}\n\ndiv.filepicker.disabled {\n cursor: not-allowed;\n padding-top: 30px;\n}\n\n/* Icon */\n.filepicker-file-icon\n{\n position: relative;\n\n display: inline-block;\n\n margin: 1.5em 0 2.5em 0;\n padding-left: 45px;\n\n color: black;\n}\n\n.filepicker-file-icon::before\n{\n position: absolute;\n top: -7px;\n left: 0;\n\n width: 29px;\n height: 34px;\n\n content: '';\n\n border: solid 2px #7F7F7F;\n border-radius: 2px;\n}\n\n.filepicker-file-icon::after\n{\n font-size: 11px;\n line-height: 1.3;\n\n position: absolute;\n top: 9px;\n left: -4px;\n\n padding: 0 2px;\n\n content: 'file';\n content: attr(data-filetype);\n text-align: right;\n letter-spacing: 1px;\n text-transform: uppercase;\n\n color: #fff;\n background-color: #000;\n}\n.filepicker-file-icon .fileCorner\n{\n position: absolute;\n top: -7px;\n left: 22px;\n\n width: 0;\n height: 0;\n\n border-width: 11px 0 0 11px;\n border-style: solid;\n border-color: white transparent transparent #920035;\n}\n.upload-input-v2-preview-container{\n list-style: none;\n li {\n display: grid;\n grid-template-columns: 25% 70% 5%;\n align-items: center;\n border: 1px solid #E1E1E1;\n margin: 1em;\n\n .file-preview {\n img {\n max-width: 110px;\n max-height: 100px;\n object-fit: contain;\n width: auto;\n height: 100px;\n padding: 1em;\n }\n }\n\n .file-name {\n margin-left: 2em;\n text-align: left;\n }\n\n .file-delete {\n text-align: center;\n }\n }\n}\n","/* Dropzone styles for v3 with MUI */\n.upload-input-v3 {\n .dropzone {\n border: 1px dashed #d0d5dd;\n border-radius: 8px;\n background-color: #ffffff;\n padding: 40px 20px;\n min-height: 160px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n transition: background-color 0.2s ease, border-color 0.2s ease;\n\n &.dz-drag-hover {\n border-color: #1976d2;\n background-color: #e8f0fe;\n }\n\n .dz-message,\n .dz-preview {\n display: none;\n }\n\n .dz-custom-content {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n pointer-events: none;\n\n .dz-custom-icon {\n font-size: 40px !important;\n color: #1976d2;\n margin-bottom: 8px;\n }\n\n .dz-click-text {\n color: #1976d2;\n text-decoration: underline;\n }\n\n .dz-custom-hint {\n color: #9e9e9e;\n margin-top: 4px;\n }\n }\n }\n}\n",".editor-input {\n div {\n a {\n color: #337ab7;\n &:hover,\n a:focus {\n color: #23527c;\n text-decoration: underline;\n }\n }\n }\n}\n","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.simple-link-list {\n margin-top: 40px;\n display: flex;\n flex-direction: column;\n .link-select {\n width: 200px;\n .Select-control {\n border-radius: 4px 0 0 4px;\n height: 100%;\n .Select-input {\n height: 32px;\n }\n }\n }\n .add-button {\n height: 38px;\n border-color: #afafaf;\n }\n}\n\n.simple-link-list:not(.panel .simple-link-list) {\n padding: 10px;\n border: 1px solid #cccccc;\n margin: 5px;\n border-radius: 3px;\n}\n\n.panel .simple-link-list {\n .simple-link-list-title {\n display: none;\n }\n .simple-link-list-buttons {\n display: flex;\n justify-content: flex-end;\n }\n}","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.summit-dropdown {\n .summit-select {\n width: 150px;\n\n & > div {\n border-top-right-radius: unset;\n border-bottom-right-radius: unset;\n }\n }\n\n .btn {\n border-left-color: #e7e7e7;\n height: 38px;\n }\n\n &.big {\n .summit-select input {\n height: 32px\n }\n\n .btn {\n height: 46px;\n }\n }\n}\n","@import \"../table/table.less\";\n\n.sortable-table-box {\n margin-top: 20px;\n}\n\n.checkbox-cell{\n text-align: center;\n /* center checkbox horizontally */\n vertical-align: middle;\n /* center checkbox vertically */\n}\n\n","table.table {\n clear: both;\n margin-top: 6px !important;\n margin-bottom: 6px !important;\n max-width: none !important;\n\n td, th {\n -webkit-box-sizing: content-box;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n\n &.tables_empty {\n text-align: center\n }\n }\n\n thead {\n tr {\n th, td {\n &.sorting,\n &.sorting_asc,\n &.sorting_desc {\n min-width: 30px;\n padding-right: 10px\n }\n\n &.sorting,\n &.sorting_asc,\n &.sorting_desc,\n &.sorting_asc_disabled,\n &.sorting_desc_disabled {\n cursor: pointer;\n position: relative;\n\n &:after {\n position: relative;\n left: 8px;\n top: 2px;\n display: inline-block;\n font-family: 'Glyphicons Halflings', sans-serif;\n opacity: 0.5;\n }\n }\n\n &:active {\n outline: none\n }\n\n &.sorting:after {\n opacity: 0.2;\n content: \"\\e150\"\n }\n\n &.sorting_asc:after {\n content: \"\\e155\"\n }\n\n &.sorting_desc:after {\n content: \"\\e156\"\n }\n\n &.sorting_asc_disabled:after,\n &.sorting_desc_disabled:after {\n color: #eee\n }\n }\n }\n }\n\n &.nowrap {\n th, td {\n white-space: nowrap\n }\n }\n\n tbody {\n tr {\n &.child {\n padding: 0.5em 1em;\n\n &:hover {\n background: transparent !important\n }\n\n ul {\n display: inline-block;\n list-style-type: none;\n margin: 0;\n padding: 0;\n\n li {\n border-bottom: 1px solid #efefef;\n padding: 0.5em 0;\n\n &:first-child {\n padding-top: 0\n }\n\n &:last-child {\n border-bottom: none\n }\n }\n }\n }\n\n &.can-edit {\n cursor:pointer\n }\n }\n }\n\n\n .actions {\n width: 70px;\n\n a {\n margin-left: 10px;\n\n .delete-icon:hover {\n color: #da0000 !important;\n }\n\n .fa:hover {\n color: #024c85;\n }\n }\n }\n}\n\ntable.table-bordered.table {\n border-collapse: separate !important;\n\n th, td {\n border-left-width: 0;\n\n &:last-child {\n border-right-width: 0\n }\n }\n\n tbody {\n th, td {\n border-bottom-width: 0\n }\n }\n\n}\n\n\n\n\n","table.table {\n clear: both;\n margin-top: 6px !important;\n margin-bottom: 6px !important;\n max-width: none !important;\n}\ntable.table td,\ntable.table th {\n -webkit-box-sizing: content-box;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n}\ntable.table td.tables_empty,\ntable.table th.tables_empty {\n text-align: center;\n}\ntable.table thead tr th.sorting,\ntable.table thead tr td.sorting,\ntable.table thead tr th.sorting_asc,\ntable.table thead tr td.sorting_asc,\ntable.table thead tr th.sorting_desc,\ntable.table thead tr td.sorting_desc {\n min-width: 30px;\n padding-right: 10px;\n}\ntable.table thead tr th.sorting,\ntable.table thead tr td.sorting,\ntable.table thead tr th.sorting_asc,\ntable.table thead tr td.sorting_asc,\ntable.table thead tr th.sorting_desc,\ntable.table thead tr td.sorting_desc,\ntable.table thead tr th.sorting_asc_disabled,\ntable.table thead tr td.sorting_asc_disabled,\ntable.table thead tr th.sorting_desc_disabled,\ntable.table thead tr td.sorting_desc_disabled {\n cursor: pointer;\n position: relative;\n}\ntable.table thead tr th.sorting:after,\ntable.table thead tr td.sorting:after,\ntable.table thead tr th.sorting_asc:after,\ntable.table thead tr td.sorting_asc:after,\ntable.table thead tr th.sorting_desc:after,\ntable.table thead tr td.sorting_desc:after,\ntable.table thead tr th.sorting_asc_disabled:after,\ntable.table thead tr td.sorting_asc_disabled:after,\ntable.table thead tr th.sorting_desc_disabled:after,\ntable.table thead tr td.sorting_desc_disabled:after {\n position: relative;\n left: 8px;\n top: 2px;\n display: inline-block;\n font-family: 'Glyphicons Halflings', sans-serif;\n opacity: 0.5;\n}\ntable.table thead tr th:active,\ntable.table thead tr td:active {\n outline: none;\n}\ntable.table thead tr th.sorting:after,\ntable.table thead tr td.sorting:after {\n opacity: 0.2;\n content: \"\\e150\";\n}\ntable.table thead tr th.sorting_asc:after,\ntable.table thead tr td.sorting_asc:after {\n content: \"\\e155\";\n}\ntable.table thead tr th.sorting_desc:after,\ntable.table thead tr td.sorting_desc:after {\n content: \"\\e156\";\n}\ntable.table thead tr th.sorting_asc_disabled:after,\ntable.table thead tr td.sorting_asc_disabled:after,\ntable.table thead tr th.sorting_desc_disabled:after,\ntable.table thead tr td.sorting_desc_disabled:after {\n color: #eee;\n}\ntable.table.nowrap th,\ntable.table.nowrap td {\n white-space: nowrap;\n}\ntable.table tbody tr.child {\n padding: 0.5em 1em;\n}\ntable.table tbody tr.child:hover {\n background: transparent !important;\n}\ntable.table tbody tr.child ul {\n display: inline-block;\n list-style-type: none;\n margin: 0;\n padding: 0;\n}\ntable.table tbody tr.child ul li {\n border-bottom: 1px solid #efefef;\n padding: 0.5em 0;\n}\ntable.table tbody tr.child ul li:first-child {\n padding-top: 0;\n}\ntable.table tbody tr.child ul li:last-child {\n border-bottom: none;\n}\ntable.table tbody tr.can-edit {\n cursor: pointer;\n}\ntable.table .actions {\n width: 70px;\n}\ntable.table .actions a {\n margin-left: 10px;\n}\ntable.table .actions a .delete-icon:hover {\n color: #da0000 !important;\n}\ntable.table .actions a .fa:hover {\n color: #024c85;\n}\ntable.table-bordered.table {\n border-collapse: separate !important;\n}\ntable.table-bordered.table th,\ntable.table-bordered.table td {\n border-left-width: 0;\n}\ntable.table-bordered.table th:last-child,\ntable.table-bordered.table td:last-child {\n border-right-width: 0;\n}\ntable.table-bordered.table tbody th,\ntable.table-bordered.table tbody td {\n border-bottom-width: 0;\n}\n","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.action-dropdown {\n .action-select {\n width: 250px;\n .Select-control {\n border-radius: 4px 0 0 4px;\n height: 100%;\n .Select-input {\n height: 32px;\n }\n }\n }\n &.small {\n :global .Select-control {\n height: 30px;\n }\n :global .Select-placeholder {\n line-height: 20px\n }\n :global .Select-value {\n line-height: 26px !important;\n }\n\n :global .Select-value-label {\n line-height: 26px;\n }\n\n :global .Select-input {\n height: 26px;\n }\n }\n &.normal {\n .btn {\n height: 38px;\n }\n }\n\n}\n",".wrapper {\n\n .valueBox {\n margin-left: 10px;\n margin-right: 10px;\n display: inline-block;\n text-align: center;\n }\n}",".bulk-actions-selector-container{\n min-height: 90px;\n\n div {\n\n padding:1em;\n\n input[type=checkbox]{\n margin-right: 1em;\n }\n\n select {\n height: 30px;\n width: 90%;\n }\n }\n}\n","@event_initial_height: 30px;\n@event_spacing: 5px;\n@event_z_index: 10;\n@time_slot_overlay_z_index: 100;\n@schedule_border_color : #000000;\n@schedule_event_background_color: #b3d6ed;\n@unschedule_event_background_color: #f37878;\n@unschedule_event_text_color: #ffffff;\n@time_slot_color: gray;\n\n.schedule-view-wrapper {\n .unselectable-text(){\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n }\n\n .no-margin(){\n margin: 0px !important;\n }\n\n .no-padding(){\n padding: 0px !important;\n }\n\n .schedule-event {\n background-color: @schedule_event_background_color;\n z-index: @event_z_index;\n width: 100%;\n position: absolute;\n overflow: hidden;\n\n .no-margin;\n .unselectable-text;\n .row{\n height: 100%;\n .col-md-12{\n height: 100%;\n position: relative;\n }\n }\n .event-container{\n float: left;\n margin: 5px 10px;\n width: 85%;\n height: calc(100% - 10px);\n overflow: hidden;\n .no-padding;\n }\n .event-actions {\n float: right;\n margin: 0 5px 0 0;\n display: flex;\n }\n .event-select-wrapper {\n margin: 5px 0 0 5px;\n float: left;\n }\n }\n\n .is-static {\n background: repeating-linear-gradient( -45deg, #e1e1e1 0px, #e1e1e1 2px, #ffffff 2px, #ffffff 20px);\n color: gray;\n cursor: not-allowed !important;\n }\n\n .is-resizable {\n overflow: hidden;\n /*transition: height 50ms linear;*/\n &:before,\n &:after {\n content: \" \";\n height: 5px;\n border: 1px solid black;\n right: 15%;\n left: 15%;\n display: block;\n position: absolute;\n border-radius: 5px;\n visibility: hidden;\n cursor: ns-resize;\n background-color: white;\n z-index: @event_z_index + 1;\n }\n\n &:before {\n top: 0px;\n }\n &:after {\n bottom: 0px;\n }\n\n &:hover {\n &:before, &:after {\n visibility: visible;\n }\n }\n }\n\n .schedule-events-container{\n position: relative;\n }\n\n .event-content{\n height: 100%;\n width: 100%;\n }\n\n .event-content-half{\n height: 90%;\n width: 50%;\n }\n\n .border-left() {\n border-left: 1px solid @schedule_border_color;\n }\n\n .border-bottom() {\n border-bottom: 1px solid @schedule_border_color;\n }\n\n .border-right() {\n border-right: 1px solid @schedule_border_color;\n }\n\n .time-slot{\n margin: 0;\n padding: 0;\n height: @event_initial_height !important;\n .border-bottom;\n .border-right;\n .border-left;\n background-color: @time_slot_color;\n color: white;\n font-weight: bold;\n }\n\n .time-slot-container{\n margin: 0;\n padding: 0;\n height: @event_initial_height !important;\n position: relative;\n width: 100%;\n .border-bottom;\n .border-right;\n .col-md-12 {\n .no-margin();\n .no-padding();\n .minute-container{\n .border-bottom;\n }\n }\n }\n\n .base-time-slot-overlay(){\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n opacity: 0.5;\n }\n\n .time-slot-overlay{\n .base-time-slot-overlay;\n z-index: @time_slot_overlay_z_index;\n }\n\n .no-padding{\n .no-padding\n }\n\n .no-margin{\n .no-margin\n }\n\n .location-option-venue{\n font-weight: bold;\n }\n\n .location-option-room{\n margin-left: 15px;\n }\n\n .swal2-container{\n z-index: @event_z_index + 2;\n }\n\n .venues-selector, .day-selector, .event-type-selector {\n padding-bottom: 10px;\n z-index: @event_z_index + 11;\n }\n\n .track-selector {\n z-index: @event_z_index + 12;\n }\n\n .outer-schedule-events-container{\n border-top: 1px solid @schedule_border_color;\n max-height: 800px;\n overflow-x: hidden;\n overflow-y: auto;\n }\n\n .empty-list-message{\n font-weight: bold;\n }\n\n .fa-spinner{\n z-index: @event_z_index + 2;\n }\n\n .Select-menu-outer{\n z-index: @event_z_index + 2 !important;\n }\n\n .swal2-container {\n z-index: @event_z_index + 13 !important;\n }\n\n .select-event-btn{\n z-index: @event_z_index + 1;\n cursor: pointer;\n }\n\n .event-action-btn{\n cursor: pointer;\n padding-top: 10px;\n margin-left: 10px;\n z-index: @event_z_index + 1;\n }\n\n .popover{\n max-width: 60% !important;\n z-index: @event_z_index + 4 !important;\n }\n\n .event-title {\n &.withTooltip:hover{\n cursor: pointer;\n }\n }\n\n .ajax-loader-container{\n z-index: @event_z_index + 15 !important;\n }\n .bulk-actions-editor-container {\n margin: 1em;\n padding: 1em;\n background-color: #FFFFFF;\n .col-title{\n font-weight: bold;\n padding: 1em;\n }\n .col-form-buttons {\n button {\n margin-right: 10px;\n }\n }\n }\n\n}\n",".dottedBorderLeft {\n position: relative;\n border-left: none;\n &::before {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n border-left: 1px dashed #e0e0e0;\n height: 3em;\n margin-top: 2em;\n }\n}\n",".dottedBorderLeft {\n position: relative;\n border-left: none;\n &::before {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n border-left: 1px dashed #e0e0e0;\n height: 60%;\n align-self: center;\n }\n}\n"],"names":[],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"css/components/index.css","mappings":"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","sources":["webpack://openstack-uicore-foundation/./src/components/extra-questions/index.scss","webpack://openstack-uicore-foundation/./src/components/inputs/datetimepicker/datetimepicker.less","webpack://openstack-uicore-foundation/./src/components/inputs/grouped-dropdown/optiongroup.less","webpack://openstack-uicore-foundation/./src/components/inputs/upload-input/upload.less","webpack://openstack-uicore-foundation/./src/components/inputs/upload-input-v2/index.less","webpack://openstack-uicore-foundation/./src/components/inputs/upload-input-v3/index.less","webpack://openstack-uicore-foundation/./src/components/inputs/editor-input/editor-input.less","webpack://openstack-uicore-foundation/./src/components/simple-link-list/simple-link-list.less","webpack://openstack-uicore-foundation/./src/components/summit-dropdown/summit-dropdown.less","webpack://openstack-uicore-foundation/./src/components/table-sortable/table-sortable.less","webpack://openstack-uicore-foundation/./src/components/table/table.less","webpack://openstack-uicore-foundation/./src/components/table-selectable/selectable-table.less","webpack://openstack-uicore-foundation/./src/components/inputs/action-dropdown/action-dropdown.less","webpack://openstack-uicore-foundation/./src/components/inputs/stepped-select/index.module.less","webpack://openstack-uicore-foundation/./src/components/bulk-actions-selector/styles.less","webpack://openstack-uicore-foundation/./src/components/schedule-builder-view/schedule-builder-view.less","webpack://openstack-uicore-foundation/./src/components/mui/infinite-table/styles.module.less","webpack://openstack-uicore-foundation/./src/components/mui/editable-table/mui-table-editable.module.less","webpack://openstack-uicore-foundation/./src/components/mui/table/mui-table.module.less"],"sourcesContent":["\n.extra-question-error {\n display: block;\n color: red;\n font-size: 12px;\n font-weight: bold;\n padding: 0;\n margin: auto 0;\n}\n\n.extra-question-error:before{\n font-family: FontAwesome;\n content: \"\\f071\";\n padding-right: 5px;\n}\n\n.question-label-container{\n a{\n text-decoration: underline !important;\n }\n}\n.questions-form {\n h4{\n font-size: 12pt;\n }\n .abc-checkbox{\n padding: 0 !important;\n }\n .form-check-label{\n font-weight: normal !important;\n }\n padding-bottom: 5em;\n .abc-radio label{\n max-width: 90%;\n }\n form > div.checkbox-wrapper {\n display: grid;\n gap: 15px;\n grid-template-columns: 0fr 14fr;\n grid-template-rows: 1fr;\n align-items: start;\n .input-wrapper {\n width: 35px;\n .form-check {\n width: 35px;\n }\n }\n .checkbox-mandatory {\n position: absolute;\n color: #FF0000;\n }\n .eq-checkbox-label {\n padding-top: 0px;\n }\n }\n}\n","/*!\n * https://github.com/YouCanBookMe/react-datetime\n */\n\n.rdt {\n position: relative;\n}\n.rdtPicker {\n display: none;\n position: absolute;\n width: auto;\n padding: 4px;\n margin-top: 1px;\n z-index: 9999999 !important;\n background: #fff;\n box-shadow: 0 1px 3px rgba(0,0,0,.1);\n border: 1px solid rgb(228, 227, 227);\n}\n.rdtOpen .rdtPicker {\n display: block;\n}\n.rdtStatic .rdtPicker {\n box-shadow: none;\n position: static;\n}\n\n.rdtPicker .rdtTimeToggle {\n text-align: center;\n}\n\n.rdtPicker table {\n width: 100%;\n margin: 0;\n}\n.rdtPicker td,\n.rdtPicker th {\n text-align: center;\n height: 28px;\n}\n.rdtPicker td {\n cursor: pointer;\n}\n.rdtPicker td.rdtDay:hover,\n.rdtPicker td.rdtHour:hover,\n.rdtPicker td.rdtMinute:hover,\n.rdtPicker td.rdtSecond:hover,\n.rdtPicker .rdtTimeToggle:hover {\n background: #eeeeee;\n cursor: pointer;\n}\n.rdtPicker td.rdtOld,\n.rdtPicker td.rdtNew {\n color: #999999;\n}\n.rdtPicker td.rdtToday {\n position: relative;\n}\n.rdtPicker td.rdtToday:before {\n content: '';\n display: inline-block;\n border-left: 7px solid transparent;\n border-bottom: 7px solid #428bca;\n border-top-color: rgba(0, 0, 0, 0.2);\n position: absolute;\n bottom: 4px;\n right: 4px;\n}\n.rdtPicker td.rdtActive,\n.rdtPicker td.rdtActive:hover {\n background-color: #428bca;\n color: #fff;\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n.rdtPicker td.rdtActive.rdtToday:before {\n border-bottom-color: #fff;\n}\n.rdtPicker td.rdtDisabled,\n.rdtPicker td.rdtDisabled:hover {\n background: none;\n color: #999999;\n cursor: not-allowed;\n}\n\n.rdtPicker td span.rdtOld {\n color: #999999;\n}\n.rdtPicker td span.rdtDisabled,\n.rdtPicker td span.rdtDisabled:hover {\n background: none;\n color: #999999;\n cursor: not-allowed;\n}\n.rdtPicker th {\n border-bottom: 1px solid #f9f9f9;\n}\n.rdtPicker .dow {\n width: 14.2857%;\n border-bottom: none;\n}\n.rdtPicker th.rdtSwitch {\n width: 100px;\n}\n.rdtPicker th.rdtNext,\n.rdtPicker th.rdtPrev {\n font-size: 21px;\n vertical-align: top;\n}\n\n.rdtPrev span,\n.rdtNext span {\n display: block;\n -webkit-touch-callout: none; /* iOS Safari */\n -webkit-user-select: none; /* Chrome/Safari/Opera */\n -khtml-user-select: none; /* Konqueror */\n -moz-user-select: none; /* Firefox */\n -ms-user-select: none; /* Internet Explorer/Edge */\n user-select: none;\n}\n\n.rdtPicker th.rdtDisabled,\n.rdtPicker th.rdtDisabled:hover {\n background: none;\n color: #999999;\n cursor: not-allowed;\n}\n.rdtPicker thead tr:first-child th {\n cursor: pointer;\n}\n.rdtPicker thead tr:first-child th:hover {\n background: #eeeeee;\n}\n\n.rdtPicker tfoot {\n border-top: 1px solid #f9f9f9;\n}\n\n.rdtPicker button {\n border: none;\n background: none;\n cursor: pointer;\n}\n.rdtPicker button:hover {\n background-color: #eee;\n}\n\n.rdtPicker thead button {\n width: 100%;\n height: 100%;\n}\n\ntd.rdtMonth,\ntd.rdtYear {\n height: 50px;\n width: 25%;\n cursor: pointer;\n}\ntd.rdtMonth:hover,\ntd.rdtYear:hover {\n background: #eee;\n}\n\n.rdtCounters {\n display: inline-block;\n}\n\n.rdtCounters > div {\n float: left;\n}\n\n.rdtCounter {\n height: 100px;\n}\n\n.rdtCounter {\n width: 40px;\n}\n\n.rdtCounterSeparator {\n line-height: 100px;\n}\n\n.rdtCounter .rdtBtn {\n height: 40%;\n line-height: 40px;\n cursor: pointer;\n display: block;\n\n -webkit-touch-callout: none; /* iOS Safari */\n -webkit-user-select: none; /* Chrome/Safari/Opera */\n -khtml-user-select: none; /* Konqueror */\n -moz-user-select: none; /* Firefox */\n -ms-user-select: none; /* Internet Explorer/Edge */\n user-select: none;\n}\n.rdtCounter .rdtBtn:hover {\n background: #eee;\n}\n.rdtCounter .rdtCount {\n height: 20%;\n font-size: 1.2em;\n}\n\n.rdtMilli {\n vertical-align: middle;\n padding-left: 8px;\n width: 48px;\n}\n\n.rdtMilli input {\n width: 100%;\n font-size: 1.2em;\n margin-top: 37px;\n}\n","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.option-group {\n font-weight: bold;\n font-style: italic;\n}\n\n.option-child {\n padding-left: 15px;\n}","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n\n.dropzone {\n height: 150px;\n border: 2px dashed gray;\n padding: 20px;\n color: gray;\n text-align: center;\n}\n\n.file-box {\n max-width: 50px;\n max-height: 50px;\n position: relative;\n text-align: center;\n\n img {\n width: 100%;\n }\n\n .remove {\n position: absolute;\n top: -5px;\n right: -10px;\n height: 20px;\n width: 20px;\n cursor: pointer;\n color: red;\n }\n}\n\n\n","/* Filepicker CSS */\n.filepicker {\n font-family: sans-serif;\n}\n\ndiv.filepicker {\n text-align: center;\n padding: 5px;\n background-color: #E1E1E1;\n border-radius: 5px;\n min-height: 100px;\n height: 100%;\n border: 2px dashed #C7C7C7;\n}\n\ndiv.filepicker.disabled {\n cursor: not-allowed;\n padding-top: 30px;\n}\n\n/* Icon */\n.filepicker-file-icon\n{\n position: relative;\n\n display: inline-block;\n\n margin: 1.5em 0 2.5em 0;\n padding-left: 45px;\n\n color: black;\n}\n\n.filepicker-file-icon::before\n{\n position: absolute;\n top: -7px;\n left: 0;\n\n width: 29px;\n height: 34px;\n\n content: '';\n\n border: solid 2px #7F7F7F;\n border-radius: 2px;\n}\n\n.filepicker-file-icon::after\n{\n font-size: 11px;\n line-height: 1.3;\n\n position: absolute;\n top: 9px;\n left: -4px;\n\n padding: 0 2px;\n\n content: 'file';\n content: attr(data-filetype);\n text-align: right;\n letter-spacing: 1px;\n text-transform: uppercase;\n\n color: #fff;\n background-color: #000;\n}\n.filepicker-file-icon .fileCorner\n{\n position: absolute;\n top: -7px;\n left: 22px;\n\n width: 0;\n height: 0;\n\n border-width: 11px 0 0 11px;\n border-style: solid;\n border-color: white transparent transparent #920035;\n}\n.upload-input-v2-preview-container{\n list-style: none;\n li {\n display: grid;\n grid-template-columns: 25% 70% 5%;\n align-items: center;\n border: 1px solid #E1E1E1;\n margin: 1em;\n\n .file-preview {\n img {\n max-width: 110px;\n max-height: 100px;\n object-fit: contain;\n width: auto;\n height: 100px;\n padding: 1em;\n }\n }\n\n .file-name {\n margin-left: 2em;\n text-align: left;\n }\n\n .file-delete {\n text-align: center;\n }\n }\n}\n","/* Dropzone styles for v3 with MUI */\n.upload-input-v3 {\n .dropzone {\n border: 1px dashed #d0d5dd;\n border-radius: 8px;\n background-color: #ffffff;\n padding: 40px 20px;\n min-height: 160px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n transition: background-color 0.2s ease, border-color 0.2s ease;\n\n &.dz-drag-hover {\n border-color: #1976d2;\n background-color: #e8f0fe;\n }\n\n .dz-message,\n .dz-preview {\n display: none;\n }\n\n .dz-custom-content {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n pointer-events: none;\n\n .dz-custom-icon {\n font-size: 40px !important;\n color: #1976d2;\n margin-bottom: 8px;\n }\n\n .dz-click-text {\n color: #1976d2;\n text-decoration: underline;\n }\n\n .dz-custom-hint {\n color: #9e9e9e;\n margin-top: 4px;\n }\n }\n }\n}\n",".editor-input {\n div {\n a {\n color: #337ab7;\n &:hover,\n a:focus {\n color: #23527c;\n text-decoration: underline;\n }\n }\n }\n}\n","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.simple-link-list {\n margin-top: 40px;\n display: flex;\n flex-direction: column;\n .link-select {\n width: 200px;\n .Select-control {\n border-radius: 4px 0 0 4px;\n height: 100%;\n .Select-input {\n height: 32px;\n }\n }\n }\n .add-button {\n height: 38px;\n border-color: #afafaf;\n }\n}\n\n.simple-link-list:not(.panel .simple-link-list) {\n padding: 10px;\n border: 1px solid #cccccc;\n margin: 5px;\n border-radius: 3px;\n}\n\n.panel .simple-link-list {\n .simple-link-list-title {\n display: none;\n }\n .simple-link-list-buttons {\n display: flex;\n justify-content: flex-end;\n }\n}","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.summit-dropdown {\n .summit-select {\n width: 150px;\n\n & > div {\n border-top-right-radius: unset;\n border-bottom-right-radius: unset;\n }\n }\n\n .btn {\n border-left-color: #e7e7e7;\n height: 38px;\n }\n\n &.big {\n .summit-select input {\n height: 32px\n }\n\n .btn {\n height: 46px;\n }\n }\n}\n","@import \"../table/table.less\";\n\n.sortable-table-box {\n margin-top: 20px;\n}\n\n.checkbox-cell{\n text-align: center;\n /* center checkbox horizontally */\n vertical-align: middle;\n /* center checkbox vertically */\n}\n\n","table.table {\n clear: both;\n margin-top: 6px !important;\n margin-bottom: 6px !important;\n max-width: none !important;\n\n td, th {\n -webkit-box-sizing: content-box;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n\n &.tables_empty {\n text-align: center\n }\n }\n\n thead {\n tr {\n th, td {\n &.sorting,\n &.sorting_asc,\n &.sorting_desc {\n min-width: 30px;\n padding-right: 10px\n }\n\n &.sorting,\n &.sorting_asc,\n &.sorting_desc,\n &.sorting_asc_disabled,\n &.sorting_desc_disabled {\n cursor: pointer;\n position: relative;\n\n &:after {\n position: relative;\n left: 8px;\n top: 2px;\n display: inline-block;\n font-family: 'Glyphicons Halflings', sans-serif;\n opacity: 0.5;\n }\n }\n\n &:active {\n outline: none\n }\n\n &.sorting:after {\n opacity: 0.2;\n content: \"\\e150\"\n }\n\n &.sorting_asc:after {\n content: \"\\e155\"\n }\n\n &.sorting_desc:after {\n content: \"\\e156\"\n }\n\n &.sorting_asc_disabled:after,\n &.sorting_desc_disabled:after {\n color: #eee\n }\n }\n }\n }\n\n &.nowrap {\n th, td {\n white-space: nowrap\n }\n }\n\n tbody {\n tr {\n &.child {\n padding: 0.5em 1em;\n\n &:hover {\n background: transparent !important\n }\n\n ul {\n display: inline-block;\n list-style-type: none;\n margin: 0;\n padding: 0;\n\n li {\n border-bottom: 1px solid #efefef;\n padding: 0.5em 0;\n\n &:first-child {\n padding-top: 0\n }\n\n &:last-child {\n border-bottom: none\n }\n }\n }\n }\n\n &.can-edit {\n cursor:pointer\n }\n }\n }\n\n\n .actions {\n width: 70px;\n\n a {\n margin-left: 10px;\n\n .delete-icon:hover {\n color: #da0000 !important;\n }\n\n .fa:hover {\n color: #024c85;\n }\n }\n }\n}\n\ntable.table-bordered.table {\n border-collapse: separate !important;\n\n th, td {\n border-left-width: 0;\n\n &:last-child {\n border-right-width: 0\n }\n }\n\n tbody {\n th, td {\n border-bottom-width: 0\n }\n }\n\n}\n\n\n\n\n","table.table {\n clear: both;\n margin-top: 6px !important;\n margin-bottom: 6px !important;\n max-width: none !important;\n}\ntable.table td,\ntable.table th {\n -webkit-box-sizing: content-box;\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n}\ntable.table td.tables_empty,\ntable.table th.tables_empty {\n text-align: center;\n}\ntable.table thead tr th.sorting,\ntable.table thead tr td.sorting,\ntable.table thead tr th.sorting_asc,\ntable.table thead tr td.sorting_asc,\ntable.table thead tr th.sorting_desc,\ntable.table thead tr td.sorting_desc {\n min-width: 30px;\n padding-right: 10px;\n}\ntable.table thead tr th.sorting,\ntable.table thead tr td.sorting,\ntable.table thead tr th.sorting_asc,\ntable.table thead tr td.sorting_asc,\ntable.table thead tr th.sorting_desc,\ntable.table thead tr td.sorting_desc,\ntable.table thead tr th.sorting_asc_disabled,\ntable.table thead tr td.sorting_asc_disabled,\ntable.table thead tr th.sorting_desc_disabled,\ntable.table thead tr td.sorting_desc_disabled {\n cursor: pointer;\n position: relative;\n}\ntable.table thead tr th.sorting:after,\ntable.table thead tr td.sorting:after,\ntable.table thead tr th.sorting_asc:after,\ntable.table thead tr td.sorting_asc:after,\ntable.table thead tr th.sorting_desc:after,\ntable.table thead tr td.sorting_desc:after,\ntable.table thead tr th.sorting_asc_disabled:after,\ntable.table thead tr td.sorting_asc_disabled:after,\ntable.table thead tr th.sorting_desc_disabled:after,\ntable.table thead tr td.sorting_desc_disabled:after {\n position: relative;\n left: 8px;\n top: 2px;\n display: inline-block;\n font-family: 'Glyphicons Halflings', sans-serif;\n opacity: 0.5;\n}\ntable.table thead tr th:active,\ntable.table thead tr td:active {\n outline: none;\n}\ntable.table thead tr th.sorting:after,\ntable.table thead tr td.sorting:after {\n opacity: 0.2;\n content: \"\\e150\";\n}\ntable.table thead tr th.sorting_asc:after,\ntable.table thead tr td.sorting_asc:after {\n content: \"\\e155\";\n}\ntable.table thead tr th.sorting_desc:after,\ntable.table thead tr td.sorting_desc:after {\n content: \"\\e156\";\n}\ntable.table thead tr th.sorting_asc_disabled:after,\ntable.table thead tr td.sorting_asc_disabled:after,\ntable.table thead tr th.sorting_desc_disabled:after,\ntable.table thead tr td.sorting_desc_disabled:after {\n color: #eee;\n}\ntable.table.nowrap th,\ntable.table.nowrap td {\n white-space: nowrap;\n}\ntable.table tbody tr.child {\n padding: 0.5em 1em;\n}\ntable.table tbody tr.child:hover {\n background: transparent !important;\n}\ntable.table tbody tr.child ul {\n display: inline-block;\n list-style-type: none;\n margin: 0;\n padding: 0;\n}\ntable.table tbody tr.child ul li {\n border-bottom: 1px solid #efefef;\n padding: 0.5em 0;\n}\ntable.table tbody tr.child ul li:first-child {\n padding-top: 0;\n}\ntable.table tbody tr.child ul li:last-child {\n border-bottom: none;\n}\ntable.table tbody tr.can-edit {\n cursor: pointer;\n}\ntable.table .actions {\n width: 70px;\n}\ntable.table .actions a {\n margin-left: 10px;\n}\ntable.table .actions a .delete-icon:hover {\n color: #da0000 !important;\n}\ntable.table .actions a .fa:hover {\n color: #024c85;\n}\ntable.table-bordered.table {\n border-collapse: separate !important;\n}\ntable.table-bordered.table th,\ntable.table-bordered.table td {\n border-left-width: 0;\n}\ntable.table-bordered.table th:last-child,\ntable.table-bordered.table td:last-child {\n border-right-width: 0;\n}\ntable.table-bordered.table tbody th,\ntable.table-bordered.table tbody td {\n border-bottom-width: 0;\n}\n","/**\n * Copyright 2017 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n **/\n\n.action-dropdown {\n .action-select {\n width: 250px;\n .Select-control {\n border-radius: 4px 0 0 4px;\n height: 100%;\n .Select-input {\n height: 32px;\n }\n }\n }\n &.small {\n :global .Select-control {\n height: 30px;\n }\n :global .Select-placeholder {\n line-height: 20px\n }\n :global .Select-value {\n line-height: 26px !important;\n }\n\n :global .Select-value-label {\n line-height: 26px;\n }\n\n :global .Select-input {\n height: 26px;\n }\n }\n &.normal {\n .btn {\n height: 38px;\n }\n }\n\n}\n",".wrapper {\n\n .valueBox {\n margin-left: 10px;\n margin-right: 10px;\n display: inline-block;\n text-align: center;\n }\n}",".bulk-actions-selector-container{\n min-height: 90px;\n\n div {\n\n padding:1em;\n\n input[type=checkbox]{\n margin-right: 1em;\n }\n\n select {\n height: 30px;\n width: 90%;\n }\n }\n}\n","@event_initial_height: 30px;\n@event_spacing: 5px;\n@event_z_index: 10;\n@time_slot_overlay_z_index: 100;\n@schedule_border_color : #000000;\n@schedule_event_background_color: #b3d6ed;\n@unschedule_event_background_color: #f37878;\n@unschedule_event_text_color: #ffffff;\n@time_slot_color: gray;\n\n.schedule-view-wrapper {\n .unselectable-text(){\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n }\n\n .no-margin(){\n margin: 0px !important;\n }\n\n .no-padding(){\n padding: 0px !important;\n }\n\n .schedule-event {\n background-color: @schedule_event_background_color;\n z-index: @event_z_index;\n width: 100%;\n position: absolute;\n overflow: hidden;\n\n .no-margin;\n .unselectable-text;\n .row{\n height: 100%;\n .col-md-12{\n height: 100%;\n position: relative;\n }\n }\n .event-container{\n float: left;\n margin: 5px 10px;\n width: 85%;\n height: calc(100% - 10px);\n overflow: hidden;\n .no-padding;\n }\n .event-actions {\n float: right;\n margin: 0 5px 0 0;\n display: flex;\n }\n .event-select-wrapper {\n margin: 5px 0 0 5px;\n float: left;\n }\n }\n\n .is-static {\n background: repeating-linear-gradient( -45deg, #e1e1e1 0px, #e1e1e1 2px, #ffffff 2px, #ffffff 20px);\n color: gray;\n cursor: not-allowed !important;\n }\n\n .is-resizable {\n overflow: hidden;\n /*transition: height 50ms linear;*/\n &:before,\n &:after {\n content: \" \";\n height: 5px;\n border: 1px solid black;\n right: 15%;\n left: 15%;\n display: block;\n position: absolute;\n border-radius: 5px;\n visibility: hidden;\n cursor: ns-resize;\n background-color: white;\n z-index: @event_z_index + 1;\n }\n\n &:before {\n top: 0px;\n }\n &:after {\n bottom: 0px;\n }\n\n &:hover {\n &:before, &:after {\n visibility: visible;\n }\n }\n }\n\n .schedule-events-container{\n position: relative;\n }\n\n .event-content{\n height: 100%;\n width: 100%;\n }\n\n .event-content-half{\n height: 90%;\n width: 50%;\n }\n\n .border-left() {\n border-left: 1px solid @schedule_border_color;\n }\n\n .border-bottom() {\n border-bottom: 1px solid @schedule_border_color;\n }\n\n .border-right() {\n border-right: 1px solid @schedule_border_color;\n }\n\n .time-slot{\n margin: 0;\n padding: 0;\n height: @event_initial_height !important;\n .border-bottom;\n .border-right;\n .border-left;\n background-color: @time_slot_color;\n color: white;\n font-weight: bold;\n }\n\n .time-slot-container{\n margin: 0;\n padding: 0;\n height: @event_initial_height !important;\n position: relative;\n width: 100%;\n .border-bottom;\n .border-right;\n .col-md-12 {\n .no-margin();\n .no-padding();\n .minute-container{\n .border-bottom;\n }\n }\n }\n\n .base-time-slot-overlay(){\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n opacity: 0.5;\n }\n\n .time-slot-overlay{\n .base-time-slot-overlay;\n z-index: @time_slot_overlay_z_index;\n }\n\n .no-padding{\n .no-padding\n }\n\n .no-margin{\n .no-margin\n }\n\n .location-option-venue{\n font-weight: bold;\n }\n\n .location-option-room{\n margin-left: 15px;\n }\n\n .swal2-container{\n z-index: @event_z_index + 2;\n }\n\n .venues-selector, .day-selector, .event-type-selector {\n padding-bottom: 10px;\n z-index: @event_z_index + 11;\n }\n\n .track-selector {\n z-index: @event_z_index + 12;\n }\n\n .outer-schedule-events-container{\n border-top: 1px solid @schedule_border_color;\n max-height: 800px;\n overflow-x: hidden;\n overflow-y: auto;\n }\n\n .empty-list-message{\n font-weight: bold;\n }\n\n .fa-spinner{\n z-index: @event_z_index + 2;\n }\n\n .Select-menu-outer{\n z-index: @event_z_index + 2 !important;\n }\n\n .swal2-container {\n z-index: @event_z_index + 13 !important;\n }\n\n .select-event-btn{\n z-index: @event_z_index + 1;\n cursor: pointer;\n }\n\n .event-action-btn{\n cursor: pointer;\n padding-top: 10px;\n margin-left: 10px;\n z-index: @event_z_index + 1;\n }\n\n .popover{\n max-width: 60% !important;\n z-index: @event_z_index + 4 !important;\n }\n\n .event-title {\n &.withTooltip:hover{\n cursor: pointer;\n }\n }\n\n .ajax-loader-container{\n z-index: @event_z_index + 15 !important;\n }\n .bulk-actions-editor-container {\n margin: 1em;\n padding: 1em;\n background-color: #FFFFFF;\n .col-title{\n font-weight: bold;\n padding: 1em;\n }\n .col-form-buttons {\n button {\n margin-right: 10px;\n }\n }\n }\n\n}\n",".dottedBorderLeft {\n position: relative;\n border-left: none;\n &::before {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n border-left: 1px dashed #e0e0e0;\n height: 3em;\n margin-top: 2em;\n }\n}\n",".dottedBorderLeft {\n position: relative;\n border-left: none;\n &::before {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n border-left: 1px dashed #e0e0e0;\n height: auto;\n margin: 20px 0;\n }\n}\n",".dottedBorderLeft {\n position: relative;\n border-left: none;\n &::before {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n border-left: 1px dashed #e0e0e0;\n height: 60%;\n align-self: center;\n }\n}\n"],"names":[],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css/components/mui/editable-table.css","mappings":"AAAA,sBAEE,gBAAiB,CADjB,iBAEF,CAAE,6BAME,8BAA+B,CAF/B,QAAS,CAHT,UAAW,CAMX,WAAY,CAFZ,MAAO,CAGP,aAAc,CANd,iBAAkB,CAClB,KAOJ","sources":["webpack://openstack-uicore-foundation/./src/components/mui/editable-table/mui-table-editable.module.less"],"sourcesContent":[".dottedBorderLeft {\n position: relative;\n border-left: none;\n &::before {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n border-left: 1px dashed #e0e0e0;\n height: auto;\n margin: 20px 0;\n }\n}\n"],"names":[],"sourceRoot":""}
|
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
4
|
-
"Bash(sed -i 's|from \"\"openstack-uicore-foundation/lib/components\"\"|from \"\"../../inputs/upload-input-v2\"\"|' /home/santi/dev/openstack-uicore-foundation/src/components/mui/formik-inputs/mui-formik-upload.js)",
|
|
5
|
-
"Bash(sed -i 's|from \"\"openstack-uicore-foundation/lib/utils/money\"\"|from \"\"../../../utils/money\"\"|' /home/santi/dev/openstack-uicore-foundation/src/components/mui/FormItemTable/index.js)",
|
|
6
|
-
"Bash(sed -i 's|from \"\"openstack-uicore-foundation/lib/utils/methods\"\"|from \"\"../../../utils/methods\"\"|' /home/santi/dev/openstack-uicore-foundation/src/components/mui/FormItemTable/helpers.js)",
|
|
7
|
-
"Bash(python3 -c \"import json,sys; p=json.load\\(sys.stdin\\); print\\(''''scripts:'''', json.dumps\\(p.get\\(''''scripts'''',{}\\), indent=2\\)\\); print\\(''''jest:'''', json.dumps\\(p.get\\(''''jest'''',{}\\), indent=2\\)\\)\")",
|
|
8
|
-
"Bash(npx jest:*)",
|
|
9
|
-
"Bash(yarn test:*)"
|
|
10
|
-
]
|
|
11
|
-
}
|
|
12
|
-
}
|