@e-llm-studio/instant-learning 0.1.1-alpha.39 → 0.1.1-alpha.40
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/dist/cjs/features/LearningManagement/LearningManagement.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/RuleContent.js +1 -1
- package/dist/cjs/features/LearningManagement/apis/apiConfig.js +1 -1
- package/dist/cjs/features/LearningManagement/apis/scopeApis.js +1 -1
- package/dist/cjs/features/LearningManagement/components/InstantLearningModal.js +1 -1
- package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeNode.js +1 -1
- package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeSidebar.js +1 -1
- package/dist/cjs/features/LearningManagement/components/StationOnboarding/StationOnboardModal.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/ScopeTree.module.css.js +1 -1
- package/dist/cjs/plugins/ValueTypes/Default/DefaultTeachMeRenderer.js +1 -1
- package/dist/features/LearningManagement/LearningManagement.js +1 -1
- package/dist/features/LearningManagement/RuleContent/RuleContent.js +1 -1
- package/dist/features/LearningManagement/apis/apiConfig.js +1 -1
- package/dist/features/LearningManagement/apis/scopeApis.js +1 -1
- package/dist/features/LearningManagement/components/InstantLearningModal.js +1 -1
- package/dist/features/LearningManagement/components/ScopeTree/TreeNode.js +1 -1
- package/dist/features/LearningManagement/components/ScopeTree/TreeSidebar.js +1 -1
- package/dist/features/LearningManagement/components/StationOnboarding/StationOnboardModal.js +1 -1
- package/dist/features/LearningManagement/styles/ScopeTree.module.css.js +1 -1
- package/dist/plugins/ValueTypes/Default/DefaultTeachMeRenderer.js +1 -1
- package/dist/types/src/features/LearningManagement/LearningManagement.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/apis/apiConfig.d.ts +1 -0
- package/dist/types/src/features/LearningManagement/apis/apiConfig.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/apis/scopeApis.d.ts +24 -0
- package/dist/types/src/features/LearningManagement/apis/scopeApis.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNode.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/StationOnboarding/StationOnboardModal.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__spreadArray as e,__assign as n}from"tslib";import{jsxs as i,jsx as o}from"react/jsx-runtime";import{Plus as d,Pencil as l,Trash2 as t}from"lucide-react";import r from"../../styles/ScopeTree.module.css.js";import{TreeNodeHeader as
|
|
1
|
+
import{__spreadArray as e,__assign as n}from"tslib";import{jsxs as i,jsx as o}from"react/jsx-runtime";import{Plus as d,Pencil as l,Trash2 as t}from"lucide-react";import r from"../../styles/ScopeTree.module.css.js";import{TreeNodeHeader as a}from"./TreeNodeHeader.js";import{TreeSectionItem as c}from"./TreeSectionItem.js";import{TreeAddAction as s}from"./TreeAddAction.js";var u=function(h){var m,p,v=h.node,C=h.depth,f=void 0===C?0:C,g=h.nodePath,b=void 0===g?[]:g,T=h.expandedNodeIds,y=h.activeSelection,x=h.onToggleExpand,A=h.onSectionSelect,N=h.onNodeOptionsClick,S=h.onAddChild,k=h.onRenameChild,P=h.onDeleteChild,j=h.searchQuery,E=h.sectionsConfig,I=void 0===E?[]:E,L=h.nodeTypesConfig,D=void 0===L?[]:L,O=e(e([],b,!0),[v.id],!1),Q=T.has(v.id),R=!!y&&y.nodePath[y.nodePath.length-1]===v.id,w=!!y&&(y.nodePath.includes(v.id)&&!R),K=function(e,n){if(!n)return!0;var i=n.toLowerCase();return!!e.name.toLowerCase().includes(i)||!!e.children&&e.children.some(function(e){return K(e,n)})};if(!K(v,j||""))return null;var V=f>=D.length-1?D[D.length-1]:D[f],W=!!(null==V?void 0:V.addChildType);return i("div",n({className:r.nodeWrapper,style:{"--tree-depth":f}},{children:[o(a,{name:v.name,isExpanded:Q,isSelected:R,isAncestor:w,childrenCount:null===(m=v.children)||void 0===m?void 0:m.length,onToggleExpand:function(e){e.stopPropagation(),x(v.id)},onClick:function(){A(O,"learnings")},searchQuery:j,menuOptions:e(e([],W?[{label:V.addChildLabel||"Add Child",icon:d,onClick:function(){return null==S?void 0:S(v.id,V.addChildType,v.name)}}]:[],!0),[{label:"Rename",icon:l,onClick:function(){return null==k?void 0:k(v.id,v.name)}},{label:"Delete ".concat((null==V?void 0:V.label)||"Node"),icon:t,onClick:function(){var e;return null==P?void 0:P(v.id,v.name,(null===(e=v.metrics)||void 0===e?void 0:e.learningsCount)||0)},disabled:v.children&&v.children.length>0,tooltip:"This scope cannot be deleted because other scopes inherit learnings from it.",className:"text-red-500 hover:text-red-600 hover:bg-red-50"}],!1)}),Q&&i("div",n({className:r.childrenWrapper},{children:[I.filter(function(e){return!e.isVisible||e.isVisible(v,f)}).map(function(e){var n;return o(c,{icon:e.icon,label:e.label,badgeCount:e.badgeKey?null===(n=v.metrics)||void 0===n?void 0:n[e.badgeKey]:void 0,isActive:R&&(null==y?void 0:y.sectionId)===e.id,onClick:function(){return A(O,e.id)}},"".concat(v.id,"-").concat(e.id))}),null===(p=v.children)||void 0===p?void 0:p.map(function(e){return o(u,{node:e,depth:f+1,nodePath:O,expandedNodeIds:T,activeSelection:y,onToggleExpand:x,onSectionSelect:A,onNodeOptionsClick:N,onAddChild:S,onRenameChild:k,onDeleteChild:P,searchQuery:j,sectionsConfig:I,nodeTypesConfig:D},e.id)}),W&&o(s,{label:V.addChildLabel||"Add Child",onAdd:function(){return null==S?void 0:S(v.id,V.addChildType,v.name)}})]}))]}))};export{u as TreeNode};
|
|
2
2
|
//# sourceMappingURL=TreeNode.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__spreadArray as e,__assign as n}from"tslib";import{jsx as o}from"react/jsx-runtime";import{useState as t,useEffect as i}from"react";import r from"../../styles/ScopeTree.module.css.js";import{findNodePathById as d}from"../../utils/treeUtils.js";import{TreeNode as c}from"./TreeNode.js";var a=function(a){var
|
|
1
|
+
import{__spreadArray as e,__assign as n}from"tslib";import{jsx as o}from"react/jsx-runtime";import{useState as t,useEffect as i}from"react";import r from"../../styles/ScopeTree.module.css.js";import{findNodePathById as d}from"../../utils/treeUtils.js";import{TreeNode as c}from"./TreeNode.js";var a=function(a){var l=a.data,u=a.defaultExpandedIds,f=void 0===u?[]:u,s=a.onSectionSelect,h=a.onNodeOptionsClick,m=a.onAddChild,C=a.onRenameChild,v=a.onDeleteChild,S=a.searchQuery,p=void 0===S?"":S,g=a.onSearchCountChange,w=a.sectionsConfig,I=a.nodeTypesConfig,x=a.selectedRuleSetId,y=a.activeSectionId,E=t(new Set(l?e([l.id],f,!0):f)),N=E[0],T=E[1],j=t(null),L=j[0],R=j[1];i(function(){l&&T(function(e){if(!e.has(l.id)){var n=new Set(e);return n.add(l.id),n}return e})},[null==l?void 0:l.id]),i(function(){if(l&&x&&y){var e=d(l,x);e&&(R({nodePath:e,sectionId:y}),T(function(n){var o=new Set(n);return e.forEach(function(e){return o.add(e)}),o}))}},[l,x,y]),i(function(){if(p&&l){var e=new Set,n=function(o){var t=p.toLowerCase(),i=o.name.toLowerCase().includes(t),r=!1;o.children&&o.children.forEach(function(e){n(e)&&(r=!0)});var d=i||r;return d&&r&&e.add(o.id),d};n(l),T(e)}},[p,l]);var k=function(e,n){if(!n)return 0;var o=0,t=n.toLowerCase();return e.name.toLowerCase().includes(t)&&o++,e.children&&e.children.forEach(function(e){o+=k(e,n)}),o};i(function(){g&&l&&g(k(l,p))},[p,l,g]);return l?o("div",n({className:r.treeContainer},{children:o(c,{node:l,expandedNodeIds:N,activeSelection:L,onToggleExpand:function(e){T(function(n){var o=new Set(n);return o.has(e)?o.delete(e):o.add(e),o})},onSectionSelect:function(e,n){console.log("handleSectionSelect",e,n),R({nodePath:e,sectionId:n}),s&&s(e[e.length-1],n)},onNodeOptionsClick:function(e){h&&h(e)},onAddChild:function(e,n,o){m&&m(e,n,o)},onRenameChild:function(e,n){C&&C(e,n)},onDeleteChild:function(e,n,o){v&&v(e,n,o)},searchQuery:p,sectionsConfig:w,nodeTypesConfig:I})})):null};export{a as TreeSidebar};
|
|
2
2
|
//# sourceMappingURL=TreeSidebar.js.map
|
package/dist/features/LearningManagement/components/StationOnboarding/StationOnboardModal.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e,__awaiter as o,__generator as n,__spreadArray as t}from"tslib";import{jsxs as r,jsx as i,Fragment as l}from"react/jsx-runtime";import{useState as a,useRef as s,useMemo as c,useEffect as u}from"react";import{Dialog as d,Box as p,Typography as m,IconButton as f,DialogContent as h,CircularProgress as g}from"@mui/material";import{X as v,Brush as b,Search as S,ArrowRight as x}from"lucide-react";import{Toast as y}from"primereact/toast";import{v4 as C}from"uuid";import{retrieveGenreScopes as w,searchScopes as T,inheritScope as _,deleteRuleSet as O,updateStation as F,createRuleSet as k}from"../../apis/scopeApis.js";import z from"./StationAutocomplete.js";import N from"../CardSkeleton.js";import D from"./OnboardingLoader.js";import E from"./TemplateCard.js";import I from"../../styles/StationOnboardModal.module.css.js";import A from"./InputField.js";import M from"../../store/useAuthStore.js";import{useConfigStore as j}from"../../store/useConfigStore.js";import{useLearningTemplateStore as P}from"../../store/useLearningTemplateStore.js";import{IL_CONFIG_CONSTANTS as B}from"../../config.js";var R=[{label:"PT - Pacific Time",value:"Pacific Time"},{label:"MT - Mountain Time",value:"Mountain Time"},{label:"CT - Central Time",value:"Central Time"},{label:"ET - Eastern Time",value:"Eastern Time"}],L=[{label:"6am to 7pm",value:"06:00 AM - 7:00 PM"},{label:"5am to 7pm",value:"05:00 AM - 7:00 PM"}],W=[{label:"Low Sellout",value:"Low Sellout"},{label:"High Sellout",value:"High Sellout"},{label:"None",value:""}],U=[{label:"None",value:"None"},{label:"Distribute spots evenly across all breaks in the hour",value:"Distribute spots evenly across all breaks in the hour"}],q=function(q){var G,Y=q.isOpen,H=q.onClose,Z=q.onBoardStation,K=q.app_integration_id,X=q.token,J=a(null),Q=J[0],V=J[1],$=a([]),ee=$[0],oe=$[1],ne=a(0),te=ne[0],re=ne[1],ie=a(!0),le=ie[0],ae=ie[1],se=a(!1),ce=se[0],ue=se[1],de=a([]),pe=de[0],me=de[1],fe=a(""),he=fe[0],ge=fe[1],ve=a(""),be=ve[0],Se=ve[1],xe=a(!1),ye=xe[0],Ce=xe[1],we=a(!1),Te=we[0],_e=we[1],Oe=a(null),Fe=Oe[0],ke=Oe[1],ze=a(!1),Ne=ze[0],De=ze[1],Ee=a(0),Ie=Ee[0],Ae=Ee[1],Me=a(""),je=Me[0],Pe=Me[1],Be=M().user,Re=s(null),Le=s(null),We=s(null),Ue=s(null);j().configuration;var qe=a({region:"",timezone:"",primeTime:[],genre:"",type:"",lowSelloutConfig:""}),Ge=qe[0],Ye=qe[1],He=function(e,o){return e.find(function(e){return e.value===o})||null},Ze=c(function(){return ee.map(function(e){return{label:e.scope_name,value:e.scope_name}})},[ee]),Ke=c(function(){var e,o,n;if(!Ge.genre)return null;var t=ee.find(function(e){return e.scope_name===Ge.genre});return t?{id:t.id,title:t.scope_name||"Unnamed Template",description:(null===(e=t.description)||void 0===e?void 0:e.trim())||"No description available.",inheritedText:(null===(o=t.inheritance)||void 0===o?void 0:o[0])||void 0,rulesCount:t.rules_count||0,tiersCount:t.tier_count||0,isCopy:null!==(n=t.is_copy)&&void 0!==n&&n}:null},[Ge.genre,ee]);u(function(){return function(){We.current&&clearTimeout(We.current)}},[]);var Xe=function(e){return o(void 0,void 0,void 0,function(){var o,r,i;return n(this,function(n){switch(n.label){case 0:if(ce)return[2];ue(!0),n.label=1;case 1:return n.trys.push([1,3,4,5]),[4,w({limit:"20",offset:String(e)})];case 2:return"success"===(null==(o=n.sent())?void 0:o.status)&&Array.isArray(null==o?void 0:o.data)?(r=o.data,oe(function(o){if(0===e)return r;var n=new Set(o.map(function(e){return e.id})),i=r.filter(function(e){return!n.has(e.id)});return t(t([],o,!0),i,!0)}),r.length<20?ae(!1):ae(!0),re(e+20)):ae(!1),[3,5];case 3:return i=n.sent(),console.error("[StationOnboard] Failed to fetch genre scopes:",i),ae(!1),[3,5];case 4:return ue(!1),[7];case 5:return[2]}})})};u(function(){Y&&(oe([]),re(0),ae(!0),Xe(0))},[Y]);u(function(){Ye(Q?function(o){var n;return e(e({},o),{region:null!==(n=Q.market)&&void 0!==n?n:""})}:{region:"",timezone:"",primeTime:[],genre:"",type:"",lowSelloutConfig:""})},[Q]),u(function(){var e=setTimeout(function(){Se(he)},500);return function(){return clearTimeout(e)}},[he]),u(function(){o(void 0,void 0,void 0,function(){var e,o,t;return n(this,function(n){switch(n.label){case 0:if(!be.trim())return me([]),[2];Ce(!0),n.label=1;case 1:return n.trys.push([1,3,4,5]),[4,T({search_string:be})];case 2:return"success"===(null==(e=n.sent())?void 0:e.status)&&Array.isArray(null==e?void 0:e.data)?(o=e.data.map(function(e){var o,n,t;return{id:e.id,title:e.scope_name||"Unnamed Template",description:(null===(o=e.description)||void 0===o?void 0:o.trim())||"No description available.",inheritedText:(null===(n=e.inheritance)||void 0===n?void 0:n[0])||void 0,rulesCount:e.rules_count||0,tiersCount:e.tier_count||0,isCopy:null!==(t=e.is_copy)&&void 0!==t&&t}}),me(o)):me([]),[3,5];case 3:return t=n.sent(),console.error("[StationOnboard] Error searching scopes:",t),me([]),[3,5];case 4:return Ce(!1),[7];case 5:return[2]}})})},[be]),u(function(){!be.trim()&&Ke&&ke(Ke.id)},[be,Ke]);var Je=function(){setTimeout(function(){Ue.current&&Ue.current.scrollTo({top:Ue.current.scrollHeight,behavior:"smooth"})},100)},Qe=function(){Pe(""),V(null),Ye({region:"",timezone:"",primeTime:[],genre:"",type:"",lowSelloutConfig:""}),me([]),ge(""),ke(null),H()},Ve=function(o,n){var t;if("primeTime"!==o){var r=null!==(t=null==n?void 0:n.value)&&void 0!==t?t:"";Ye(function(n){var t;return e(e({},n),((t={})[o]=String(r),t))}),"genre"===o&&(_e(!0),We.current&&clearTimeout(We.current),We.current=setTimeout(function(){var e=ee.find(function(e){return e.scope_name===r});ke(e?e.id:null),_e(!1)},800))}else{var i=(null==n?void 0:n.value)?String(n.value):"";Ye(function(o){return e(e({},o),{primeTime:i?[i]:[]})})}},$e=Boolean(Q&&Ge.region&&Ge.timezone&&Ge.primeTime.length>0&&Ge.genre);return r(d,e({open:Y,onClose:Qe,maxWidth:!1,disableEscapeKeyDown:!0,PaperProps:{sx:{width:"90vw",height:"90vh",borderRadius:"12px",display:"flex",flexDirection:"column",overflow:"hidden",fontFamily:"sans-serif"}}},{children:[i(y,{ref:Re}),r(p,e({sx:{p:"20px 20px 20px 27px",borderBottom:"1px solid #F0F2F5",display:"flex",justifyContent:"space-between",alignItems:"center",bgcolor:"#fff"}},{children:[r(p,e({sx:{display:"flex",flexDirection:"column",gap:.5}},{children:[i(m,e({sx:{fontSize:"18px",fontWeight:600,color:"#19213D"}},{children:"Onboard a Station"})),i(m,e({sx:{fontSize:"16px",fontWeight:400,color:"#666F8D"}},{children:"Onboard a station to start configuring learnings."}))]})),i(f,e({onClick:Qe,disabled:Ne,sx:{color:"#19213D"}},{children:i(v,{size:24})}))]})),r(h,e({sx:{p:0,bgcolor:"#F8FAFC",display:"flex",flexDirection:"row",overflow:"hidden",position:"relative"}},{children:[i(D,{isLoading:Ne,currentStep:Ie,onComplete:function(){De(!1);var e=Le.current;Qe(),Z(e||void 0),Le.current=null}}),r(p,e({sx:{display:"flex",flex:1,paddingY:"14px",paddingX:"20px",gap:3,overflowY:"hidden"}},{children:[r(p,e({ref:Ue,sx:{flex:1,bgcolor:"#fff",p:3,borderRadius:"16px",border:"1px solid #F0F2F5",height:"100%",overflowY:"auto"}},{children:[i(m,e({sx:{fontSize:"1rem",fontWeight:600,mb:.5,color:"#19213D"}},{children:"Basic Details"})),i(m,e({sx:{fontSize:"0.75rem",color:"#00000080",mb:"20px"}},{children:"Set up basic station details to unlock AI recommended scopes."})),r(p,e({sx:{display:"flex",flexDirection:"column",gap:"16px"}},{children:[r(p,e({className:I.formGroup},{children:[r("label",e({className:I.label},{children:[i("span",e({className:I.asterisk},{children:"*"})),"Station Name/Call Letters"]})),i(z,{value:je,onChange:Pe,onStationSelect:function(e){return V(e)}})]})),i(A,{required:!0,disabled:!0,label:"Region",placeholder:"Select Region",value:Ge.region||void 0,isSearchable:!1}),i(A,{required:!0,label:"TimeZone",placeholder:"Select TimeZone",options:R,value:He(R,Ge.timezone),onOptionChange:function(e){return Ve("timezone",e)},isSearchable:!1}),i(A,{required:!0,label:"Prime Time Window",placeholder:"Select Prime Time",options:L,value:He(L,(null===(G=Ge.primeTime)||void 0===G?void 0:G[0])||""),onOptionChange:function(e){return Ve("primeTime",e)},isSearchable:!1}),i(p,e({onClick:Je,sx:{width:"100%"}},{children:i(A,{required:!0,label:"Genre",placeholder:"Select Genre",options:Ze,value:He(Ze,Ge.genre),onOptionChange:function(e){return Ve("genre",e)},isSearchable:!1,onMenuScrollToBottom:function(){!ce&&le&&Xe(te)},isLoadingOptions:ce,hasMoreOptions:le})})),i(p,e({onClick:Je,sx:{width:"100%"}},{children:i(A,{label:"Station Type",placeholder:"None",options:W,value:He(W,Ge.type),onOptionChange:function(o){Ve("type",o),"Low Sellout"!==(null==o?void 0:o.value)&&Ye(function(o){return e(e({},o),{lowSelloutConfig:""})})},isSearchable:!1})})),"Low Sellout"===Ge.type&&i(p,e({onClick:Je,sx:{width:"100%"}},{children:i(A,{label:"Low Sell Out Configurations",placeholder:"Select Configuration",options:U,value:He(U,Ge.lowSelloutConfig),onOptionChange:function(e){return Ve("lowSelloutConfig",e)},isSearchable:!1})}))]}))]})),i(p,e({sx:{flex:1,bgcolor:"#fff",p:3,borderRadius:"12px",border:"1px solid #F0F2F5",display:"flex",flexDirection:"column",height:"100%",overflowY:"auto"}},{children:Ge.genre?r(l,{children:[i(m,e({sx:{fontSize:"1rem",fontWeight:500,mb:1.5}},{children:"Matching scope for your station"})),i(p,e({sx:{display:"flex",flexDirection:"column",gap:2,mb:4}},{children:Te?i(N,{}):Ke?i(E,e({},Ke,{isSelected:Fe===Ke.id,onSelect:ke}),Ke.id):null})),i(m,e({sx:{fontSize:"1rem",fontWeight:500,mb:1.5}},{children:"Other available stations"})),r("div",e({className:I.searchWrapper},{children:[i("input",{type:"text",value:he,onChange:function(e){return ge(e.target.value)},placeholder:"Search for station...",className:I.searchInput}),i(S,{className:I.searchIcon,size:16})]})),r(p,e({sx:{display:"flex",flexDirection:"column",gap:2}},{children:[ye&&i(N,{}),!ye&&0===pe.length&&be.trim()&&r(m,e({sx:{fontSize:"0.875rem",color:"#64748B",textAlign:"center",py:4}},{children:['No scopes found matching "',be,'".']})),!ye&&pe.map(function(o){return i(E,e({},o,{isSelected:Fe===o.id,onSelect:ke}),o.id)})]}))]}):r(l,{children:[i(m,e({sx:{fontSize:"1rem",fontWeight:500,mb:1.5}},{children:"Fill in the station details to load AI recommended scopes"})),i(m,e({sx:{fontSize:"0.75rem",color:"#64748B",mb:3}},{children:"AI will recommend the most relevant scope for this station."})),i(p,e({sx:{flex:1,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",opacity:.5,py:10}},{children:i(b,{})}))]})}))]}))]})),r(p,e({sx:{p:"12px 20px",borderTop:"1px solid #F0F2F5",display:"flex",justifyContent:"flex-end",gap:2,bgcolor:"#fff"}},{children:[i("button",e({onClick:Qe,disabled:Ne,style:{padding:"7px 10px",borderRadius:"6px",color:"#64748B",border:"1px solid #E2E8F0",backgroundColor:"#fff",cursor:"pointer",fontSize:"14px",fontWeight:500}},{children:"Cancel"})),i("button",e({onClick:function(){return o(void 0,void 0,void 0,function(){var o,r,i,l,a,s,c,u,d,p,m,f,h,g,v,b,S,x,y;return n(this,function(n){switch(n.label){case 0:if(!Q||!Fe)return console.error("[StationOnboard] Missing required data for onboarding"),[2];o=Ke?t([Ke],pe,!0):pe,r=o.find(function(e){return e.id===Fe}),i=null!==(g=null==r?void 0:r.isCopy)&&void 0!==g&&g,De(!0),Ae(0),l=null,n.label=1;case 1:return n.trys.push([1,3,,4]),u=P.getState().backwardCompatibility,a=u?{topic:"customRuleSet",customScopeGroupName:B.CUSTOM_SCOPE_GROUP_NAME,scopeDescription:Q.station_name||"New Station",parentScopeId:null,customScopeName:Q.station_name||"New Station",customScopeId:C(),createByName:(null==Be?void 0:Be.firstname)||"System",createdBy:(null==Be?void 0:Be.email)||"system@audacy.com"}:{topic:"customRuleSet",scope_reference_id:null,scopeDescription:"demo",parentScopeId:null,scopeName:Q.station_name||"New Station",scopeReferenceMetadata:{},applicationMappingId:K},u&&console.log("[StationOnboard] Using legacy payload structure for createRuleSet API"),console.log("[StationOnboard] Step 1: Creating rule set with payload:",a),[4,k(a,X)];case 2:if(s=n.sent(),!(l=null===(v=null==s?void 0:s.data)||void 0===v?void 0:v.scopeId))throw new Error("Failed to create scope - no scopeId returned");return console.log("[StationOnboard] Step 1 Complete: Created scope with ID:",l),Ae(1),[3,4];case 3:return c=n.sent(),console.error("[StationOnboard] Error creating rule set:",c),null===(b=Re.current)||void 0===b||b.show({severity:"error",life:3e3,summary:"Error",detail:"Failed to create rule set. Please try again."}),De(!1),Ae(0),[2];case 4:return n.trys.push([4,6,,11]),u=P.getState().backwardCompatibility,d=e(e({market:Q.market,region:Q.region},u?{}:{timezone:Ge.timezone}),{primetime_windows:Ge.primeTime,genre:Ge.genre,station_type:""===Ge.type?null:Ge.type,low_sellout_configurations:"Low Sellout"===Ge.type?Ge.lowSelloutConfig:null,ruleset_id:l,station_guid:Q.station_guid,station_name:Q.station_name||"New Station"}),console.log("[StationOnboard] Step 2: Updating station with payload:",d),[4,F(d)];case 5:return n.sent(),console.log("[StationOnboard] Step 2 Complete: Station updated"),Ae(2),[3,11];case 6:p=n.sent(),console.error("[StationOnboard] Error updating station, rolling back rule set:",p),409===p.status?(null===(S=Re.current)||void 0===S||S.show({severity:"error",life:2500,summary:"Error updating station",detail:"Station already Onboarded."}),V(null),ke(null),Pe(""),Ye(function(o){return e(e({},o),{region:""})})):null===(x=Re.current)||void 0===x||x.show({severity:"error",life:2500,summary:"Error updating station",detail:"Please try again."}),n.label=7;case 7:return n.trys.push([7,9,,10]),[4,O(l,X)];case 8:return n.sent(),console.log("[StationOnboard] Rollback complete: Deleted rule set",l),[3,10];case 9:return m=n.sent(),console.error("[StationOnboard] Failed to rollback rule set deletion:",m),[3,10];case 10:return De(!1),Ae(0),[2];case 11:return n.trys.push([11,13,,14]),f={source_scope_id:Fe,target_scope_id:l,is_copy_parent_variant_id:i},console.log("[StationOnboard] Step 3: Inheriting scope with payload:",f),[4,_(f)];case 12:return n.sent(),console.log("[StationOnboard] Step 3 Complete: Scope inherited"),Ae(3),[3,14];case 13:return h=n.sent(),console.error("[StationOnboard] Error inheriting scope (no rollback):",h),null===(y=Re.current)||void 0===y||y.show({severity:"error",life:3e3,summary:"Error",detail:"Failed to apply rule template. Please try again."}),De(!1),Ae(0),[2];case 14:return Le.current=l,console.log("[StationOnboard] Onboarding completed successfully!"),[2]}})})},disabled:!$e||Ne,style:{padding:"7px 10px",borderRadius:"6px",border:"none",backgroundColor:$e?"#2563EB":"#BFDBFE",color:"#fff",cursor:$e&&!Ne?"pointer":"not-allowed",fontSize:"14px",fontWeight:500,display:"flex",alignItems:"center",gap:"7px"}},{children:r(l,Ne?{children:[i(g,{size:16,color:"inherit"}),i("span",{children:"Onboarding..."})]}:{children:[i("span",{children:"Onboard Station"}),i(x,{size:16})]})}))]}))]}))};export{q as default};
|
|
1
|
+
import{__assign as e,__awaiter as o,__generator as n,__spreadArray as t}from"tslib";import{jsxs as r,jsx as i,Fragment as l}from"react/jsx-runtime";import{useState as a,useRef as s,useMemo as c,useEffect as u}from"react";import{Dialog as d,Box as p,Typography as m,IconButton as f,DialogContent as h,CircularProgress as g}from"@mui/material";import{X as v,Brush as b,Search as S,ArrowRight as x}from"lucide-react";import{Toast as y}from"primereact/toast";import{v4 as C}from"uuid";import{retrieveGenreScopes as w,searchScopes as T,inheritScopeBackwardCompatible as _,deleteRuleSet as O,updateStation as F,createRuleSet as k}from"../../apis/scopeApis.js";import z from"./StationAutocomplete.js";import N from"../CardSkeleton.js";import D from"./OnboardingLoader.js";import E from"./TemplateCard.js";import I from"../../styles/StationOnboardModal.module.css.js";import A from"./InputField.js";import M from"../../store/useAuthStore.js";import{useConfigStore as j}from"../../store/useConfigStore.js";import{useLearningTemplateStore as P}from"../../store/useLearningTemplateStore.js";import{IL_CONFIG_CONSTANTS as B}from"../../config.js";var R=[{label:"PT - Pacific Time",value:"Pacific Time"},{label:"MT - Mountain Time",value:"Mountain Time"},{label:"CT - Central Time",value:"Central Time"},{label:"ET - Eastern Time",value:"Eastern Time"}],L=[{label:"6am to 7pm",value:"06:00 AM - 7:00 PM"},{label:"5am to 7pm",value:"05:00 AM - 7:00 PM"}],W=[{label:"Low Sellout",value:"Low Sellout"},{label:"High Sellout",value:"High Sellout"},{label:"None",value:""}],U=[{label:"None",value:"None"},{label:"Distribute spots evenly across all breaks in the hour",value:"Distribute spots evenly across all breaks in the hour"}],q=function(q){var G,Y=q.isOpen,H=q.onClose,Z=q.onBoardStation,K=q.app_integration_id,X=q.token,J=a(null),Q=J[0],V=J[1],$=a([]),ee=$[0],oe=$[1],ne=a(0),te=ne[0],re=ne[1],ie=a(!0),le=ie[0],ae=ie[1],se=a(!1),ce=se[0],ue=se[1],de=a([]),pe=de[0],me=de[1],fe=a(""),he=fe[0],ge=fe[1],ve=a(""),be=ve[0],Se=ve[1],xe=a(!1),ye=xe[0],Ce=xe[1],we=a(!1),Te=we[0],_e=we[1],Oe=a(null),Fe=Oe[0],ke=Oe[1],ze=a(!1),Ne=ze[0],De=ze[1],Ee=a(0),Ie=Ee[0],Ae=Ee[1],Me=a(""),je=Me[0],Pe=Me[1],Be=M().user,Re=s(null),Le=s(null),We=s(null),Ue=s(null);j().configuration;var qe=a({region:"",timezone:"",primeTime:[],genre:"",type:"",lowSelloutConfig:""}),Ge=qe[0],Ye=qe[1],He=function(e,o){return e.find(function(e){return e.value===o})||null},Ze=c(function(){return ee.map(function(e){return{label:e.scope_name,value:e.scope_name}})},[ee]),Ke=c(function(){var e,o,n;if(!Ge.genre)return null;var t=ee.find(function(e){return e.scope_name===Ge.genre});return t?{id:t.id,title:t.scope_name||"Unnamed Template",description:(null===(e=t.description)||void 0===e?void 0:e.trim())||"No description available.",inheritedText:(null===(o=t.inheritance)||void 0===o?void 0:o[0])||void 0,rulesCount:t.rules_count||0,tiersCount:t.tier_count||0,isCopy:null!==(n=t.is_copy)&&void 0!==n&&n}:null},[Ge.genre,ee]);u(function(){return function(){We.current&&clearTimeout(We.current)}},[]);var Xe=function(e){return o(void 0,void 0,void 0,function(){var o,r,i;return n(this,function(n){switch(n.label){case 0:if(ce)return[2];ue(!0),n.label=1;case 1:return n.trys.push([1,3,4,5]),[4,w({limit:"20",offset:String(e)})];case 2:return"success"===(null==(o=n.sent())?void 0:o.status)&&Array.isArray(null==o?void 0:o.data)?(r=o.data,oe(function(o){if(0===e)return r;var n=new Set(o.map(function(e){return e.id})),i=r.filter(function(e){return!n.has(e.id)});return t(t([],o,!0),i,!0)}),r.length<20?ae(!1):ae(!0),re(e+20)):ae(!1),[3,5];case 3:return i=n.sent(),console.error("[StationOnboard] Failed to fetch genre scopes:",i),ae(!1),[3,5];case 4:return ue(!1),[7];case 5:return[2]}})})};u(function(){Y&&(oe([]),re(0),ae(!0),Xe(0))},[Y]);u(function(){Ye(Q?function(o){var n;return e(e({},o),{region:null!==(n=Q.market)&&void 0!==n?n:""})}:{region:"",timezone:"",primeTime:[],genre:"",type:"",lowSelloutConfig:""})},[Q]),u(function(){var e=setTimeout(function(){Se(he)},500);return function(){return clearTimeout(e)}},[he]),u(function(){o(void 0,void 0,void 0,function(){var e,o,t;return n(this,function(n){switch(n.label){case 0:if(!be.trim())return me([]),[2];Ce(!0),n.label=1;case 1:return n.trys.push([1,3,4,5]),[4,T({search_string:be})];case 2:return"success"===(null==(e=n.sent())?void 0:e.status)&&Array.isArray(null==e?void 0:e.data)?(o=e.data.map(function(e){var o,n,t;return{id:e.id,title:e.scope_name||"Unnamed Template",description:(null===(o=e.description)||void 0===o?void 0:o.trim())||"No description available.",inheritedText:(null===(n=e.inheritance)||void 0===n?void 0:n[0])||void 0,rulesCount:e.rules_count||0,tiersCount:e.tier_count||0,isCopy:null!==(t=e.is_copy)&&void 0!==t&&t}}),me(o)):me([]),[3,5];case 3:return t=n.sent(),console.error("[StationOnboard] Error searching scopes:",t),me([]),[3,5];case 4:return Ce(!1),[7];case 5:return[2]}})})},[be]),u(function(){!be.trim()&&Ke&&ke(Ke.id)},[be,Ke]);var Je=function(){setTimeout(function(){Ue.current&&Ue.current.scrollTo({top:Ue.current.scrollHeight,behavior:"smooth"})},100)},Qe=function(){Pe(""),V(null),Ye({region:"",timezone:"",primeTime:[],genre:"",type:"",lowSelloutConfig:""}),me([]),ge(""),ke(null),H()},Ve=function(o,n){var t;if("primeTime"!==o){var r=null!==(t=null==n?void 0:n.value)&&void 0!==t?t:"";Ye(function(n){var t;return e(e({},n),((t={})[o]=String(r),t))}),"genre"===o&&(_e(!0),We.current&&clearTimeout(We.current),We.current=setTimeout(function(){var e=ee.find(function(e){return e.scope_name===r});ke(e?e.id:null),_e(!1)},800))}else{var i=(null==n?void 0:n.value)?String(n.value):"";Ye(function(o){return e(e({},o),{primeTime:i?[i]:[]})})}},$e=Boolean(Q&&Ge.region&&Ge.timezone&&Ge.primeTime.length>0&&Ge.genre);return r(d,e({open:Y,onClose:Qe,maxWidth:!1,disableEscapeKeyDown:!0,PaperProps:{sx:{width:"90vw",height:"90vh",borderRadius:"12px",display:"flex",flexDirection:"column",overflow:"hidden",fontFamily:"sans-serif"}}},{children:[i(y,{ref:Re}),r(p,e({sx:{p:"20px 20px 20px 27px",borderBottom:"1px solid #F0F2F5",display:"flex",justifyContent:"space-between",alignItems:"center",bgcolor:"#fff"}},{children:[r(p,e({sx:{display:"flex",flexDirection:"column",gap:.5}},{children:[i(m,e({sx:{fontSize:"18px",fontWeight:600,color:"#19213D"}},{children:"Onboard a Station"})),i(m,e({sx:{fontSize:"16px",fontWeight:400,color:"#666F8D"}},{children:"Onboard a station to start configuring learnings."}))]})),i(f,e({onClick:Qe,disabled:Ne,sx:{color:"#19213D"}},{children:i(v,{size:24})}))]})),r(h,e({sx:{p:0,bgcolor:"#F8FAFC",display:"flex",flexDirection:"row",overflow:"hidden",position:"relative"}},{children:[i(D,{isLoading:Ne,currentStep:Ie,onComplete:function(){De(!1);var e=Le.current;Qe(),Z(e||void 0),Le.current=null}}),r(p,e({sx:{display:"flex",flex:1,paddingY:"14px",paddingX:"20px",gap:3,overflowY:"hidden"}},{children:[r(p,e({ref:Ue,sx:{flex:1,bgcolor:"#fff",p:3,borderRadius:"16px",border:"1px solid #F0F2F5",height:"100%",overflowY:"auto"}},{children:[i(m,e({sx:{fontSize:"1rem",fontWeight:600,mb:.5,color:"#19213D"}},{children:"Basic Details"})),i(m,e({sx:{fontSize:"0.75rem",color:"#00000080",mb:"20px"}},{children:"Set up basic station details to unlock AI recommended scopes."})),r(p,e({sx:{display:"flex",flexDirection:"column",gap:"16px"}},{children:[r(p,e({className:I.formGroup},{children:[r("label",e({className:I.label},{children:[i("span",e({className:I.asterisk},{children:"*"})),"Station Name/Call Letters"]})),i(z,{value:je,onChange:Pe,onStationSelect:function(e){return V(e)}})]})),i(A,{required:!0,disabled:!0,label:"Region",placeholder:"Select Region",value:Ge.region||void 0,isSearchable:!1}),i(A,{required:!0,label:"TimeZone",placeholder:"Select TimeZone",options:R,value:He(R,Ge.timezone),onOptionChange:function(e){return Ve("timezone",e)},isSearchable:!1}),i(A,{required:!0,label:"Prime Time Window",placeholder:"Select Prime Time",options:L,value:He(L,(null===(G=Ge.primeTime)||void 0===G?void 0:G[0])||""),onOptionChange:function(e){return Ve("primeTime",e)},isSearchable:!1}),i(p,e({onClick:Je,sx:{width:"100%"}},{children:i(A,{required:!0,label:"Genre",placeholder:"Select Genre",options:Ze,value:He(Ze,Ge.genre),onOptionChange:function(e){return Ve("genre",e)},isSearchable:!1,onMenuScrollToBottom:function(){!ce&&le&&Xe(te)},isLoadingOptions:ce,hasMoreOptions:le})})),i(p,e({onClick:Je,sx:{width:"100%"}},{children:i(A,{label:"Station Type",placeholder:"None",options:W,value:He(W,Ge.type),onOptionChange:function(o){Ve("type",o),"Low Sellout"!==(null==o?void 0:o.value)&&Ye(function(o){return e(e({},o),{lowSelloutConfig:""})})},isSearchable:!1})})),"Low Sellout"===Ge.type&&i(p,e({onClick:Je,sx:{width:"100%"}},{children:i(A,{label:"Low Sell Out Configurations",placeholder:"Select Configuration",options:U,value:He(U,Ge.lowSelloutConfig),onOptionChange:function(e){return Ve("lowSelloutConfig",e)},isSearchable:!1})}))]}))]})),i(p,e({sx:{flex:1,bgcolor:"#fff",p:3,borderRadius:"12px",border:"1px solid #F0F2F5",display:"flex",flexDirection:"column",height:"100%",overflowY:"auto"}},{children:Ge.genre?r(l,{children:[i(m,e({sx:{fontSize:"1rem",fontWeight:500,mb:1.5}},{children:"Matching scope for your station"})),i(p,e({sx:{display:"flex",flexDirection:"column",gap:2,mb:4}},{children:Te?i(N,{}):Ke?i(E,e({},Ke,{isSelected:Fe===Ke.id,onSelect:ke}),Ke.id):null})),i(m,e({sx:{fontSize:"1rem",fontWeight:500,mb:1.5}},{children:"Other available stations"})),r("div",e({className:I.searchWrapper},{children:[i("input",{type:"text",value:he,onChange:function(e){return ge(e.target.value)},placeholder:"Search for station...",className:I.searchInput}),i(S,{className:I.searchIcon,size:16})]})),r(p,e({sx:{display:"flex",flexDirection:"column",gap:2}},{children:[ye&&i(N,{}),!ye&&0===pe.length&&be.trim()&&r(m,e({sx:{fontSize:"0.875rem",color:"#64748B",textAlign:"center",py:4}},{children:['No scopes found matching "',be,'".']})),!ye&&pe.map(function(o){return i(E,e({},o,{isSelected:Fe===o.id,onSelect:ke}),o.id)})]}))]}):r(l,{children:[i(m,e({sx:{fontSize:"1rem",fontWeight:500,mb:1.5}},{children:"Fill in the station details to load AI recommended scopes"})),i(m,e({sx:{fontSize:"0.75rem",color:"#64748B",mb:3}},{children:"AI will recommend the most relevant scope for this station."})),i(p,e({sx:{flex:1,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",opacity:.5,py:10}},{children:i(b,{})}))]})}))]}))]})),r(p,e({sx:{p:"12px 20px",borderTop:"1px solid #F0F2F5",display:"flex",justifyContent:"flex-end",gap:2,bgcolor:"#fff"}},{children:[i("button",e({onClick:Qe,disabled:Ne,style:{padding:"7px 10px",borderRadius:"6px",color:"#64748B",border:"1px solid #E2E8F0",backgroundColor:"#fff",cursor:"pointer",fontSize:"14px",fontWeight:500}},{children:"Cancel"})),i("button",e({onClick:function(){return o(void 0,void 0,void 0,function(){var o,r,i,l,a,s,c,u,d,p,m,f,h,g,v,b,S,x,y;return n(this,function(n){switch(n.label){case 0:if(!Q||!Fe)return console.error("[StationOnboard] Missing required data for onboarding"),[2];o=Ke?t([Ke],pe,!0):pe,r=o.find(function(e){return e.id===Fe}),i=null!==(g=null==r?void 0:r.isCopy)&&void 0!==g&&g,De(!0),Ae(0),l=null,n.label=1;case 1:return n.trys.push([1,3,,4]),u=P.getState().backwardCompatibility,a=u?{topic:"customRuleSet",customScopeGroupName:B.CUSTOM_SCOPE_GROUP_NAME,scopeDescription:Q.station_name||"New Station",parentScopeId:null,customScopeName:Q.station_name||"New Station",customScopeId:C(),createByName:(null==Be?void 0:Be.firstname)||"System",createdBy:(null==Be?void 0:Be.email)||"system@audacy.com"}:{topic:"customRuleSet",scope_reference_id:null,scopeDescription:"demo",parentScopeId:null,scopeName:Q.station_name||"New Station",scopeReferenceMetadata:{},applicationMappingId:K},u&&console.log("[StationOnboard] Using legacy payload structure for createRuleSet API"),console.log("[StationOnboard] Step 1: Creating rule set with payload:",a),[4,k(a,X)];case 2:if(s=n.sent(),!(l=null===(v=null==s?void 0:s.data)||void 0===v?void 0:v.scopeId))throw new Error("Failed to create scope - no scopeId returned");return console.log("[StationOnboard] Step 1 Complete: Created scope with ID:",l),Ae(1),[3,4];case 3:return c=n.sent(),console.error("[StationOnboard] Error creating rule set:",c),null===(b=Re.current)||void 0===b||b.show({severity:"error",life:3e3,summary:"Error",detail:"Failed to create rule set. Please try again."}),De(!1),Ae(0),[2];case 4:return n.trys.push([4,6,,11]),u=P.getState().backwardCompatibility,d=e(e({market:Q.market,region:Q.region},u?{}:{timezone:Ge.timezone}),{primetime_windows:Ge.primeTime,genre:Ge.genre,station_type:""===Ge.type?null:Ge.type,low_sellout_configurations:"Low Sellout"===Ge.type?Ge.lowSelloutConfig:null,ruleset_id:l,station_guid:Q.station_guid,station_name:Q.station_name||"New Station"}),console.log("[StationOnboard] Step 2: Updating station with payload:",d),[4,F(d)];case 5:return n.sent(),console.log("[StationOnboard] Step 2 Complete: Station updated"),Ae(2),[3,11];case 6:p=n.sent(),console.error("[StationOnboard] Error updating station, rolling back rule set:",p),409===p.status?(null===(S=Re.current)||void 0===S||S.show({severity:"error",life:2500,summary:"Error updating station",detail:"Station already Onboarded."}),V(null),ke(null),Pe(""),Ye(function(o){return e(e({},o),{region:""})})):null===(x=Re.current)||void 0===x||x.show({severity:"error",life:2500,summary:"Error updating station",detail:"Please try again."}),n.label=7;case 7:return n.trys.push([7,9,,10]),[4,O(l,X)];case 8:return n.sent(),console.log("[StationOnboard] Rollback complete: Deleted rule set",l),[3,10];case 9:return m=n.sent(),console.error("[StationOnboard] Failed to rollback rule set deletion:",m),[3,10];case 10:return De(!1),Ae(0),[2];case 11:return n.trys.push([11,13,,14]),f={source_scope_id:Fe,target_scope_id:l,is_copy_parent_variant_id:i},console.log("[StationOnboard] Step 3: Inheriting scope with payload:",f),[4,_(f)];case 12:return n.sent(),console.log("[StationOnboard] Step 3 Complete: Scope inherited"),Ae(3),[3,14];case 13:return h=n.sent(),console.error("[StationOnboard] Error inheriting scope (no rollback):",h),null===(y=Re.current)||void 0===y||y.show({severity:"error",life:3e3,summary:"Error",detail:"Failed to apply rule template. Please try again."}),De(!1),Ae(0),[2];case 14:return Le.current=l,console.log("[StationOnboard] Onboarding completed successfully!"),[2]}})})},disabled:!$e||Ne,style:{padding:"7px 10px",borderRadius:"6px",border:"none",backgroundColor:$e?"#2563EB":"#BFDBFE",color:"#fff",cursor:$e&&!Ne?"pointer":"not-allowed",fontSize:"14px",fontWeight:500,display:"flex",alignItems:"center",gap:"7px"}},{children:r(l,Ne?{children:[i(g,{size:16,color:"inherit"}),i("span",{children:"Onboarding..."})]}:{children:[i("span",{children:"Onboard Station"}),i(x,{size:16})]})}))]}))]}))};export{q as default};
|
|
2
2
|
//# sourceMappingURL=StationOnboardModal.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"../../../node_modules/style-inject/dist/style-inject.es.js";var o={treeContainer:"ScopeTree-module_treeContainer__IfdEO",nodeWrapper:"ScopeTree-module_nodeWrapper__zt96G",childrenWrapper:"ScopeTree-module_childrenWrapper__uggxw",nodeHeader:"ScopeTree-module_nodeHeader__qxJAp",nodeHeaderSelected:"ScopeTree-module_nodeHeaderSelected__UTNOH",nodeHeaderAncestor:"ScopeTree-module_nodeHeaderAncestor__Cjnkv",chevron:"ScopeTree-module_chevron__bmchk",chevronExpanded:"ScopeTree-module_chevronExpanded__aZNQo",chevronHidden:"ScopeTree-module_chevronHidden__dfrws",folderIcon:"ScopeTree-module_folderIcon__93n7V",nodeName:"ScopeTree-module_nodeName__-o5cw",optionsButton:"ScopeTree-module_optionsButton__KD0N8",pill:"ScopeTree-module_pill__LfoFO",pillActive:"ScopeTree-module_pillActive__hV98M",pillIcon:"ScopeTree-module_pillIcon__qOzv0",pillLabel:"ScopeTree-module_pillLabel__-pnNE",badge:"ScopeTree-module_badge__0M-VE",badgeActive:"ScopeTree-module_badgeActive__lFpKZ",addAction:"ScopeTree-module_addAction__alNAW",addIcon:"ScopeTree-module_addIcon__Rx81g",menuContainer:"ScopeTree-module_menuContainer__IyejG",menuDropdown:"ScopeTree-module_menuDropdown__12xxX",menuDropdownTop:"ScopeTree-module_menuDropdownTop__hkZpa",menuDropdownBottom:"ScopeTree-module_menuDropdownBottom__w53jm",menuOption:"ScopeTree-module_menuOption__wcvl7",menuOptionDisabled:"ScopeTree-module_menuOptionDisabled__1FaQQ",menuOptionIcon:"ScopeTree-module_menuOptionIcon__s2FWC",tooltipWrapper:"ScopeTree-module_tooltipWrapper__Jhz1M",tooltipContent:"ScopeTree-module_tooltipContent__J02zm",tooltipFadeIn:"ScopeTree-module_tooltipFadeIn__of1bQ",tooltipArrow:"ScopeTree-module_tooltipArrow__m9eHn",highlightText:"ScopeTree-module_highlightText__mHYra"};e(".ScopeTree-module_treeContainer__IfdEO{display:flex;flex:1;flex-direction:column;gap:.5rem;height:100%;overflow:auto;padding:0 1.25rem 80px}.ScopeTree-module_treeContainer__IfdEO::-webkit-scrollbar{height:4px;width:4px}.ScopeTree-module_treeContainer__IfdEO::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:9999px}.ScopeTree-module_nodeWrapper__zt96G{display:flex;flex-direction:column;min-width:max-content;position:relative}.ScopeTree-module_childrenWrapper__uggxw{border-left:1px solid #e3e6ea;display:flex;flex-direction:column;gap:.5rem;margin-left:calc(var(--tree-depth, 0)*0px + .875rem);margin-top:.5rem;min-width:max-content;padding-left:1rem}.ScopeTree-module_nodeHeader__qxJAp{align-items:center;border:1px solid #0000;border-radius:.375rem;color:#19213d;cursor:pointer;display:flex;gap:.5rem;min-width:max-content;padding:.5rem;transition:all .2s}.ScopeTree-module_nodeHeader__qxJAp:hover{background-color:#f7f8fa}.ScopeTree-module_nodeHeaderSelected__UTNOH{border-color:#2563eb;color:#2563eb}.ScopeTree-module_nodeHeaderAncestor__Cjnkv{color:#2563eb}.ScopeTree-module_chevron__bmchk{align-items:center;color:#9ca3af;display:flex;flex-shrink:0;justify-content:center;transition:transform .2s}.ScopeTree-module_chevronExpanded__aZNQo{transform:rotate(180deg)}.ScopeTree-module_chevronHidden__dfrws{visibility:hidden;width:16px}.ScopeTree-module_folderIcon__93n7V{align-items:center;color:inherit;display:flex;flex-shrink:0;justify-content:center}.ScopeTree-module_nodeName__-o5cw{flex:1;font-size:.875rem;font-weight:500;white-space:nowrap}.ScopeTree-module_optionsButton__KD0N8{align-items:center;background:#0000;border:none;border-radius:.25rem;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.ScopeTree-module_optionsButton__KD0N8:hover{background-color:#e2e8f0;color:#19213d}.ScopeTree-module_pill__LfoFO{align-items:center;border:1px solid #0000;border-radius:.5rem;color:#64748b;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.ScopeTree-module_pill__LfoFO:hover{background-color:#f7f8fa;color:#19213d}.ScopeTree-module_pillActive__hV98M{background-color:#f0f5ff;border-color:#2563eb;color:#2563eb}.ScopeTree-module_pillActive__hV98M:hover{background-color:#e0ebff;color:#2563eb}.ScopeTree-module_pillIcon__qOzv0{align-items:center;display:flex;justify-content:center}.ScopeTree-module_pillLabel__-pnNE{flex:1;font-size:.875rem;font-weight:500}.ScopeTree-module_badge__0M-VE{align-items:center;background-color:#f1f5f9;border-radius:9999px;color:#475569;display:inline-flex;font-size:.625rem;font-weight:600;height:1.25rem;justify-content:center;min-width:1.25rem;padding:0 .375rem}.ScopeTree-module_badgeActive__lFpKZ{background-color:#2563eb;color:#fff}.ScopeTree-module_addAction__alNAW{align-items:center;background:#0000;border:none;border-radius:.375rem;color:#2563eb;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-top:.25rem;padding:.5rem;transition:all .2s;width:fit-content}.ScopeTree-module_addAction__alNAW:hover{background-color:#f0f5ff}.ScopeTree-module_addIcon__Rx81g{align-items:center;display:flex;justify-content:center}.ScopeTree-module_menuContainer__IyejG{display:inline-block;position:relative;text-align:left}.ScopeTree-module_menuDropdown__12xxX{background-color:#fff;border:1px solid #0000000d;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;outline:none;padding:.25rem 0;position:absolute;width:12rem;z-index:9999}.ScopeTree-module_menuDropdownTop__hkZpa{bottom:100%;margin-bottom:.25rem;right:0}.ScopeTree-module_menuDropdownBottom__w53jm{margin-top:.25rem;right:0;top:100%}.ScopeTree-module_menuOption__wcvl7{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:.875rem;padding:.5rem 1rem;text-align:left;width:100%}.ScopeTree-module_menuOption__wcvl7:not(:disabled):hover{background-color:#f3f4f6;color:#111827}.ScopeTree-module_menuOptionDisabled__1FaQQ{color:#9ca3af;cursor:not-allowed;opacity:.6}.ScopeTree-module_menuOptionIcon__s2FWC{flex-shrink:0;margin-right:.75rem}.ScopeTree-module_tooltipWrapper__Jhz1M{position:relative;width:100%}.ScopeTree-module_tooltipContent__J02zm{animation:ScopeTree-module_tooltipFadeIn__of1bQ .15s ease-out;background-color:#2a3547;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a;color:#fff;font-family:sans-serif;font-size:.875rem;max-width:280px;padding:.5rem .75rem;position:relative;z-index:9999}.ScopeTree-module_tooltipArrow__m9eHn{fill:#2a3547;position:absolute}@keyframes ScopeTree-module_tooltipFadeIn__of1bQ{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ScopeTree-module_highlightText__mHYra{background-color:#fde047;border-radius:.125rem;color:#111827}");export{o as default};
|
|
1
|
+
import e from"../../../node_modules/style-inject/dist/style-inject.es.js";var o={treeContainer:"ScopeTree-module_treeContainer__IfdEO",nodeWrapper:"ScopeTree-module_nodeWrapper__zt96G",childrenWrapper:"ScopeTree-module_childrenWrapper__uggxw",nodeHeader:"ScopeTree-module_nodeHeader__qxJAp",nodeHeaderSelected:"ScopeTree-module_nodeHeaderSelected__UTNOH",nodeHeaderAncestor:"ScopeTree-module_nodeHeaderAncestor__Cjnkv",chevron:"ScopeTree-module_chevron__bmchk",chevronExpanded:"ScopeTree-module_chevronExpanded__aZNQo",chevronHidden:"ScopeTree-module_chevronHidden__dfrws",folderIcon:"ScopeTree-module_folderIcon__93n7V",nodeName:"ScopeTree-module_nodeName__-o5cw",optionsButton:"ScopeTree-module_optionsButton__KD0N8",pill:"ScopeTree-module_pill__LfoFO",pillActive:"ScopeTree-module_pillActive__hV98M",pillIcon:"ScopeTree-module_pillIcon__qOzv0",pillLabel:"ScopeTree-module_pillLabel__-pnNE",badge:"ScopeTree-module_badge__0M-VE",badgeActive:"ScopeTree-module_badgeActive__lFpKZ",addAction:"ScopeTree-module_addAction__alNAW",addIcon:"ScopeTree-module_addIcon__Rx81g",menuContainer:"ScopeTree-module_menuContainer__IyejG",menuDropdown:"ScopeTree-module_menuDropdown__12xxX",menuDropdownTop:"ScopeTree-module_menuDropdownTop__hkZpa",menuDropdownBottom:"ScopeTree-module_menuDropdownBottom__w53jm",menuOption:"ScopeTree-module_menuOption__wcvl7",menuOptionDisabled:"ScopeTree-module_menuOptionDisabled__1FaQQ",menuOptionIcon:"ScopeTree-module_menuOptionIcon__s2FWC",tooltipWrapper:"ScopeTree-module_tooltipWrapper__Jhz1M",tooltipContent:"ScopeTree-module_tooltipContent__J02zm",tooltipFadeIn:"ScopeTree-module_tooltipFadeIn__of1bQ",tooltipArrow:"ScopeTree-module_tooltipArrow__m9eHn",highlightText:"ScopeTree-module_highlightText__mHYra"};e(".ScopeTree-module_treeContainer__IfdEO{display:flex;flex:1;flex-direction:column;gap:.5rem;height:100%;overflow:auto;padding:0 1.25rem 80px}.ScopeTree-module_treeContainer__IfdEO::-webkit-scrollbar{height:4px;width:4px}.ScopeTree-module_treeContainer__IfdEO::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:9999px}.ScopeTree-module_nodeWrapper__zt96G{display:flex;flex-direction:column;min-width:max-content;position:relative}.ScopeTree-module_childrenWrapper__uggxw{border-left:1px solid #e3e6ea;display:flex;flex-direction:column;gap:.5rem;margin-left:calc(var(--tree-depth, 0)*0px + .875rem);margin-top:.5rem;min-width:max-content;padding-left:1rem}.ScopeTree-module_nodeHeader__qxJAp{align-items:center;border:1px solid #0000;border-radius:.375rem;color:#19213d;cursor:pointer;display:flex;gap:.5rem;min-width:max-content;padding:.5rem;transition:all .2s}.ScopeTree-module_nodeHeader__qxJAp:hover{background-color:#f7f8fa}.ScopeTree-module_nodeHeaderSelected__UTNOH{border-color:#2563eb;color:#2563eb}.ScopeTree-module_nodeHeaderAncestor__Cjnkv{color:#2563eb}.ScopeTree-module_chevron__bmchk{align-items:center;border-radius:50px;color:#9ca3af;display:flex;flex-shrink:0;justify-content:center;padding:5px;transition:transform .2s;transition:background-color .3s ease-in-out}.ScopeTree-module_chevron__bmchk:hover{background:#e8ebf0}.ScopeTree-module_chevronExpanded__aZNQo{transform:rotate(180deg)}.ScopeTree-module_chevronHidden__dfrws{visibility:hidden;width:16px}.ScopeTree-module_folderIcon__93n7V{align-items:center;color:inherit;display:flex;flex-shrink:0;justify-content:center}.ScopeTree-module_nodeName__-o5cw{flex:1;font-size:.875rem;font-weight:500;white-space:nowrap}.ScopeTree-module_optionsButton__KD0N8{align-items:center;background:#0000;border:none;border-radius:.25rem;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.ScopeTree-module_optionsButton__KD0N8:hover{background-color:#e2e8f0;color:#19213d}.ScopeTree-module_pill__LfoFO{align-items:center;border:1px solid #0000;border-radius:.5rem;color:#64748b;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.ScopeTree-module_pill__LfoFO:hover{background-color:#f7f8fa;color:#19213d}.ScopeTree-module_pillActive__hV98M{background-color:#f0f5ff;border-color:#2563eb;color:#2563eb}.ScopeTree-module_pillActive__hV98M:hover{background-color:#e0ebff;color:#2563eb}.ScopeTree-module_pillIcon__qOzv0{align-items:center;display:flex;justify-content:center}.ScopeTree-module_pillLabel__-pnNE{flex:1;font-size:.875rem;font-weight:500}.ScopeTree-module_badge__0M-VE{align-items:center;background-color:#f1f5f9;border-radius:9999px;color:#475569;display:inline-flex;font-size:.625rem;font-weight:600;height:1.25rem;justify-content:center;min-width:1.25rem;padding:0 .375rem}.ScopeTree-module_badgeActive__lFpKZ{background-color:#2563eb;color:#fff}.ScopeTree-module_addAction__alNAW{align-items:center;background:#0000;border:none;border-radius:.375rem;color:#2563eb;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-top:.25rem;padding:.5rem;transition:all .2s;width:fit-content}.ScopeTree-module_addAction__alNAW:hover{background-color:#f0f5ff}.ScopeTree-module_addIcon__Rx81g{align-items:center;display:flex;justify-content:center}.ScopeTree-module_menuContainer__IyejG{display:inline-block;position:relative;text-align:left}.ScopeTree-module_menuDropdown__12xxX{background-color:#fff;border:1px solid #0000000d;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;outline:none;padding:.25rem 0;position:absolute;width:12rem;z-index:9999}.ScopeTree-module_menuDropdownTop__hkZpa{bottom:100%;margin-bottom:.25rem;right:0}.ScopeTree-module_menuDropdownBottom__w53jm{margin-top:.25rem;right:0;top:100%}.ScopeTree-module_menuOption__wcvl7{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:.875rem;padding:.5rem 1rem;text-align:left;width:100%}.ScopeTree-module_menuOption__wcvl7:not(:disabled):hover{background-color:#f3f4f6;color:#111827}.ScopeTree-module_menuOptionDisabled__1FaQQ{color:#9ca3af;cursor:not-allowed;opacity:.6}.ScopeTree-module_menuOptionIcon__s2FWC{flex-shrink:0;margin-right:.75rem}.ScopeTree-module_tooltipWrapper__Jhz1M{position:relative;width:100%}.ScopeTree-module_tooltipContent__J02zm{animation:ScopeTree-module_tooltipFadeIn__of1bQ .15s ease-out;background-color:#2a3547;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a;color:#fff;font-family:sans-serif;font-size:.875rem;max-width:280px;padding:.5rem .75rem;position:relative;z-index:9999}.ScopeTree-module_tooltipArrow__m9eHn{fill:#2a3547;position:absolute}@keyframes ScopeTree-module_tooltipFadeIn__of1bQ{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ScopeTree-module_highlightText__mHYra{background-color:#fde047;border-radius:.125rem;color:#111827}");export{o as default};
|
|
2
2
|
//# sourceMappingURL=ScopeTree.module.css.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e,__spreadArray as t}from"tslib";import{jsx as o,Fragment as n,jsxs as r}from"react/jsx-runtime";import{useState as a,useCallback as i}from"react";import{Lightbulb as s}from"lucide-react";import"../../../features/IL-OTJ/_components/atoms/Textarea/Textarea.js";import"../../../features/IL-OTJ/_components/InputDataReasoningCard.js";import"../../../features/IL-OTJ/_components/TooltipComponent.js";import{TemplateList as l}from"../../../features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js";import"../../../features/IL-OTJ/store/CitationsContext.js";import"@mui/material";import"uuid";import"@mui/material/Tooltip";import"react-markdown";import"rehype-raw";import"axios";import"@e-llm-studio/streaming-response";import"@e-llm-studio/watch-me-work";import"../../../features/IL-OTJ/_components/ChatComponents/ChatHeader.js";import"remark-gfm";import"../../../features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js";import"../../../features/IL-OTJ/_components/CitationLink.js";import"@e-llm-studio/citation";import"@viswa-test/test-citation";import"../../../features/LearningManagement/store/useLearningTemplateStore.js";import"primereact/toast";import"../../../features/LearningManagement/apis/scopeApis.js";import"../../../features/LearningManagement/components/ToolTip.js";import"../../../features/LearningManagement/store/useAuthStore.js";import"date-fns";import"framer-motion";import"@mui/icons-material/Close";import p from"../../../features/IL-OTJ/_components/AccordianSection.js";import u from"../../../features/IL-OTJ/ILOTJ.js";import"../../../features/LearningManagement/store/useConfigStore.js";import"../../../features/LearningManagement/config.js";import"@radix-ui/react-tooltip";import"../../../features/LearningManagement/components/StationOnboarding/InputField.js";import"../../../features/LearningManagement/store/useEnvStore.js";var c={order_rules:{enabled:!1,global_min_separation_seconds:0},advertiser_rules:{enabled:!1,global_min_separation_seconds:0},inventory_rules:{respect_inventory_code:!1},break_code_rules:{respect_break_code:!1},is_default_enabled:!1},m=[{label:"Global Scope",value:"global"},{label:"Genre Scope",value:"genre"},{label:"Custom Scope",value:"custom"}],d=["Tier 1"],f=function(){var f=a(!0),_=f[0],g=f[1],b=a(""),v=b[0],h=b[1],T=a(""),y=T[0],L=T[1],k=a({station:"",tiers:["Tier 1"]}),C=k[0],w=k[1],A=a([]),j=A[0],I=A[1],S=a([]),x=S[0],O=S[1],M=a(c),N=M[0],J=M[1],D=i(function(t,o){w(function(n){var r;return e(e({},n),((r={})[t]=o,r))})},[]),E=i(function(t,o){J(function(n){var r=e({},n);switch(t){case"order_rules":case"advertiser_rules":r[t]="boolean"==typeof o?e(e({},n[t]),{enabled:o}):{enabled:o.enabled,global_min_separation_seconds:o.global_min_separation_seconds};break;case"inventory_rules":r.inventory_rules={respect_inventory_code:"boolean"==typeof o?o:o.respect_inventory_code};break;case"break_code_rules":r.break_code_rules={respect_break_code:"boolean"==typeof o?o:o.respect_break_code};break;case"is_default_enabled":r.is_default_enabled="boolean"==typeof o?o:!!o}return r})},[]),W=function(e){e(function(e){return t(t([],e,!0),[{id:Date.now(),text:"",reasoning:""}],!1)})},B=function(e,t){e(function(e){return e.filter(function(e){return e.id!==t})})},R=function(t,o,n){t(function(t){return t.map(function(t){return String(t.id)===String(o)?e(e({},t),{text:n}):t})})},U=[e({key:"order_rules",label:"Order"},N.order_rules),e({key:"advertiser_rules",label:"Advertiser"},N.advertiser_rules)],H=[{key:"inventory_rules",label:"Inventory code",enabled:N.inventory_rules.respect_inventory_code},{key:"break_code_rules",label:"Break Code",enabled:N.break_code_rules.respect_break_code},{key:"is_default_enabled",label:"Default Variant",enabled:N.is_default_enabled}];return o(u,{open:_,closeFunction:function(){return g(!1)},chatAssistantName:"defaultAssistant",organizationName:"techolution",baseUrl:"https://devllmstudio.creativeworkspace.ai",baseWebsocketUrl:"wss://devllmstudio.creativeworkspace.ai/graphql",ThinkingBulbIconComponent:o(s,{}),customSections:o(n,{}),isUseNormalChat:!0,chatTitle:"Create New Learning",formTitle:"Learning Details",initialChatMessage:"Hey! How can I assist you?",template:l.BaseTemplate,templateProps:{state:{title:v,description:y,scopeData:C,whenToApplyConditions:j,whenNotToApplyConditions:x,configData:N,citations:[],citation:{}},handlers:{onTitleChange:function(e){var t,o;return h(null!==(o=null===(t=null==e?void 0:e.target)||void 0===t?void 0:t.value)&&void 0!==o?o:e)},onDescriptionChange:function(e){var t,o;return L(null!==(o=null===(t=null==e?void 0:e.target)||void 0===t?void 0:t.value)&&void 0!==o?o:e)},onAddWhenToApply:function(){return W(I)},onRemoveWhenToApply:function(e){return B(I,e)},onEditWhenToApply:function(e,t){return R(I,e,t)},onAddWhenNotToApply:function(){return W(O)},onRemoveWhenNotToApply:function(e){return B(O,e)},onEditWhenNotToApply:function(e,t){return R(O,e,t)},onScopeChange:D,onConfigChange:E},uiState:{showScope:!1,showConfiguration:!0,titleLabel:"Main Rule Name",scopeLabel:"Define Scope",tierLabel:"Select Tier",descriptionLabel:"Learning Explanation",whenToApplyLabel:"Trigger Events (When to Apply)",whenNotToApplyLabel:"Exclusion Events (When NOT to Apply)",configLabel:"Advanced Settings",stationOptions:m,tierOptions:d,separationItems:U,toggles:H},customNodes:{afterDescription:o(p,e({title:{type:"other",label:"Extra Context Panel"}},{children:o("p",e({style:{padding:"12px",fontSize:"14px",color:"#64748b"}},{children:"Because you decoupled the template, I can inject anything I want here without touching BaseTemplate logic!"}))})),afterTitle:r("div",e({style:{marginBottom:"12px",padding:"8px",backgroundColor:"#f0f4ff",borderRadius:"4px"}},{children:[o("strong",{children:"Tip:"})," Use a clear and descriptive title for your rule to make it easily identifiable later."]}))}}})};export{f as default};
|
|
1
|
+
import{__assign as e,__spreadArray as t}from"tslib";import{jsx as o,Fragment as n,jsxs as r}from"react/jsx-runtime";import{useState as a,useCallback as i}from"react";import{Lightbulb as s}from"lucide-react";import"../../../features/IL-OTJ/_components/atoms/Textarea/Textarea.js";import"../../../features/IL-OTJ/_components/InputDataReasoningCard.js";import"../../../features/IL-OTJ/_components/TooltipComponent.js";import{TemplateList as l}from"../../../features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js";import"../../../features/IL-OTJ/store/CitationsContext.js";import"@mui/material";import"uuid";import"@mui/material/Tooltip";import"react-markdown";import"rehype-raw";import"axios";import"@e-llm-studio/streaming-response";import"@e-llm-studio/watch-me-work";import"../../../features/IL-OTJ/_components/ChatComponents/ChatHeader.js";import"remark-gfm";import"../../../features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js";import"../../../features/IL-OTJ/_components/CitationLink.js";import"@e-llm-studio/citation";import"@viswa-test/test-citation";import"../../../features/LearningManagement/store/useLearningTemplateStore.js";import"primereact/toast";import"../../../features/LearningManagement/apis/scopeApis.js";import"../../../features/LearningManagement/components/ToolTip.js";import"../../../features/LearningManagement/store/useAuthStore.js";import"date-fns";import"framer-motion";import"@mui/icons-material/Close";import p from"../../../features/IL-OTJ/_components/AccordianSection.js";import u from"../../../features/IL-OTJ/ILOTJ.js";import"../../../features/LearningManagement/store/useConfigStore.js";import"../../../features/LearningManagement/config.js";import"@radix-ui/react-tooltip";import"../../../features/LearningManagement/components/StationOnboarding/InputField.js";import"../../../features/LearningManagement/store/useEnvStore.js";import"react-router-dom";var c={order_rules:{enabled:!1,global_min_separation_seconds:0},advertiser_rules:{enabled:!1,global_min_separation_seconds:0},inventory_rules:{respect_inventory_code:!1},break_code_rules:{respect_break_code:!1},is_default_enabled:!1},m=[{label:"Global Scope",value:"global"},{label:"Genre Scope",value:"genre"},{label:"Custom Scope",value:"custom"}],d=["Tier 1"],f=function(){var f=a(!0),_=f[0],g=f[1],b=a(""),v=b[0],h=b[1],T=a(""),y=T[0],L=T[1],k=a({station:"",tiers:["Tier 1"]}),C=k[0],w=k[1],A=a([]),j=A[0],I=A[1],S=a([]),x=S[0],O=S[1],M=a(c),N=M[0],J=M[1],D=i(function(t,o){w(function(n){var r;return e(e({},n),((r={})[t]=o,r))})},[]),E=i(function(t,o){J(function(n){var r=e({},n);switch(t){case"order_rules":case"advertiser_rules":r[t]="boolean"==typeof o?e(e({},n[t]),{enabled:o}):{enabled:o.enabled,global_min_separation_seconds:o.global_min_separation_seconds};break;case"inventory_rules":r.inventory_rules={respect_inventory_code:"boolean"==typeof o?o:o.respect_inventory_code};break;case"break_code_rules":r.break_code_rules={respect_break_code:"boolean"==typeof o?o:o.respect_break_code};break;case"is_default_enabled":r.is_default_enabled="boolean"==typeof o?o:!!o}return r})},[]),W=function(e){e(function(e){return t(t([],e,!0),[{id:Date.now(),text:"",reasoning:""}],!1)})},B=function(e,t){e(function(e){return e.filter(function(e){return e.id!==t})})},R=function(t,o,n){t(function(t){return t.map(function(t){return String(t.id)===String(o)?e(e({},t),{text:n}):t})})},U=[e({key:"order_rules",label:"Order"},N.order_rules),e({key:"advertiser_rules",label:"Advertiser"},N.advertiser_rules)],H=[{key:"inventory_rules",label:"Inventory code",enabled:N.inventory_rules.respect_inventory_code},{key:"break_code_rules",label:"Break Code",enabled:N.break_code_rules.respect_break_code},{key:"is_default_enabled",label:"Default Variant",enabled:N.is_default_enabled}];return o(u,{open:_,closeFunction:function(){return g(!1)},chatAssistantName:"defaultAssistant",organizationName:"techolution",baseUrl:"https://devllmstudio.creativeworkspace.ai",baseWebsocketUrl:"wss://devllmstudio.creativeworkspace.ai/graphql",ThinkingBulbIconComponent:o(s,{}),customSections:o(n,{}),isUseNormalChat:!0,chatTitle:"Create New Learning",formTitle:"Learning Details",initialChatMessage:"Hey! How can I assist you?",template:l.BaseTemplate,templateProps:{state:{title:v,description:y,scopeData:C,whenToApplyConditions:j,whenNotToApplyConditions:x,configData:N,citations:[],citation:{}},handlers:{onTitleChange:function(e){var t,o;return h(null!==(o=null===(t=null==e?void 0:e.target)||void 0===t?void 0:t.value)&&void 0!==o?o:e)},onDescriptionChange:function(e){var t,o;return L(null!==(o=null===(t=null==e?void 0:e.target)||void 0===t?void 0:t.value)&&void 0!==o?o:e)},onAddWhenToApply:function(){return W(I)},onRemoveWhenToApply:function(e){return B(I,e)},onEditWhenToApply:function(e,t){return R(I,e,t)},onAddWhenNotToApply:function(){return W(O)},onRemoveWhenNotToApply:function(e){return B(O,e)},onEditWhenNotToApply:function(e,t){return R(O,e,t)},onScopeChange:D,onConfigChange:E},uiState:{showScope:!1,showConfiguration:!0,titleLabel:"Main Rule Name",scopeLabel:"Define Scope",tierLabel:"Select Tier",descriptionLabel:"Learning Explanation",whenToApplyLabel:"Trigger Events (When to Apply)",whenNotToApplyLabel:"Exclusion Events (When NOT to Apply)",configLabel:"Advanced Settings",stationOptions:m,tierOptions:d,separationItems:U,toggles:H},customNodes:{afterDescription:o(p,e({title:{type:"other",label:"Extra Context Panel"}},{children:o("p",e({style:{padding:"12px",fontSize:"14px",color:"#64748b"}},{children:"Because you decoupled the template, I can inject anything I want here without touching BaseTemplate logic!"}))})),afterTitle:r("div",e({style:{marginBottom:"12px",padding:"8px",backgroundColor:"#f0f4ff",borderRadius:"4px"}},{children:[o("strong",{children:"Tip:"})," Use a clear and descriptive title for your rule to make it easily identifiable later."]}))}}})};export{f as default};
|
|
2
2
|
//# sourceMappingURL=DefaultTeachMeRenderer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LearningManagement.d.ts","sourceRoot":"","sources":["../../../../../src/features/LearningManagement/LearningManagement.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAMrC,OAAO,EAA6E,IAAI,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"LearningManagement.d.ts","sourceRoot":"","sources":["../../../../../src/features/LearningManagement/LearningManagement.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAMrC,OAAO,EAA6E,IAAI,EAAE,MAAM,SAAS,CAAC;AAyE1G,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,UAAU,uBAAuB;IAC/B,WAAW,EAAE,IAAI,CAAC;IAClB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,GAAG,CAAC;IACZ,QAAQ,EAAE;QACR,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,oBAAoB,EAAE,MAAM,CAAC;KAC9B,CAAA;IACD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED;;;GAGG;AACH,iBAAS,kBAAkB,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,EAAE,kBAAkB,EAAE,qBAA2B,EAAE,EAAE,uBAAuB,2CA2b7K;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiConfig.d.ts","sourceRoot":"","sources":["../../../../../../src/features/LearningManagement/apis/apiConfig.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CA4BzB,CAAC;AACF,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"apiConfig.d.ts","sourceRoot":"","sources":["../../../../../../src/features/LearningManagement/apis/apiConfig.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CA4BzB,CAAC;AACF,eAAO,MAAM,oBAAoB;;;;;;;CAOhC,CAAA"}
|
|
@@ -177,11 +177,35 @@ export interface UpdateVariantPayload {
|
|
|
177
177
|
* @returns Promise with success response
|
|
178
178
|
*/
|
|
179
179
|
export declare const updateVariant: (payload: UpdateVariantPayload, updatedBy: string) => Promise<any>;
|
|
180
|
+
/**
|
|
181
|
+
* Backward Compatible w/o app mapping ID
|
|
182
|
+
*/
|
|
183
|
+
export interface InheritScopePayloadBackwardCompatible {
|
|
184
|
+
source_scope_id: string;
|
|
185
|
+
target_scope_id: string;
|
|
186
|
+
is_copy_parent_variant_id?: boolean;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Payload for federated ILOTJ
|
|
190
|
+
*/
|
|
180
191
|
export interface InheritScopePayload {
|
|
181
192
|
source_scope_id: string;
|
|
182
193
|
target_scope_id: string;
|
|
183
194
|
is_copy_parent_variant_id?: boolean;
|
|
195
|
+
application_mapping_id: string;
|
|
184
196
|
}
|
|
197
|
+
/**
|
|
198
|
+
* Old Inherit scope used for Audacy backward compatibility
|
|
199
|
+
* @param payload
|
|
200
|
+
* @returns
|
|
201
|
+
* @deprecated
|
|
202
|
+
*/
|
|
203
|
+
export declare const inheritScopeBackwardCompatible: (payload: InheritScopePayloadBackwardCompatible) => Promise<any>;
|
|
204
|
+
/**
|
|
205
|
+
* New Inherit Scope with App Mapping ID support
|
|
206
|
+
* @param payload
|
|
207
|
+
* @returns
|
|
208
|
+
*/
|
|
185
209
|
export declare const inheritScope: (payload: InheritScopePayload) => Promise<any>;
|
|
186
210
|
export interface UpdateStationPayload {
|
|
187
211
|
station_name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scopeApis.d.ts","sourceRoot":"","sources":["../../../../../../src/features/LearningManagement/apis/scopeApis.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,UAAU,GAAG,UAAU,CAAC;IAChC,QAAQ,EAAE;QACR,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,GAAG,EAAE,MAAM,CAAC;QACZ,aAAa,EAAE,OAAO,CAAC;QACvB,MAAM,CAAC,EAAE;YACP,WAAW,EAAE,MAAM,CAAC;YACpB,gBAAgB,CAAC,EAAE;gBACjB,iBAAiB,EAAE,GAAG,CAAC;aACxB,CAAC;YACF,WAAW,CAAC,EAAE;gBACZ,iBAAiB,EAAE,GAAG,CAAC;aACxB,CAAC;SACH,CAAC;QACF,UAAU,CAAC,EAAE;YACX,IAAI,EAAE,MAAM,CAAC;YACb,GAAG,EAAE,MAAM,CAAC;YACZ,GAAG,EAAE,MAAM,CAAC;SACb,CAAC;QACF,OAAO,EAAE;YAEP,OAAO,EAAE,MAAM,CAAC;YAChB,sBAAsB,EAAE,MAAM,CAAC;YAC/B,yBAAyB,EAAE,MAAM,CAAC;YAClC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACnC,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC1C,KAAK,EAAE;gBACL,IAAI,EAAE,MAAM,CAAC;gBACb,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;gBAC1B,KAAK,EAAE;oBACL,SAAS,EAAE,MAAM,CAAC;oBAClB,OAAO,EAAE,MAAM,CAAC;oBAChB,oBAAoB,CAAC,EAAE,MAAM,CAAC;oBAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;iBACtB,CAAC;aACH,CAAC;YACF,SAAS,EAAE,OAAO,CAAC;YACnB,SAAS,EAAE,OAAO,CAAC;YACnB,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAC;gBACb,aAAa,EAAE,MAAM,CAAC;gBACtB,YAAY,EAAE,MAAM,CAAC;gBACrB,OAAO,CAAC,EAAE,MAAM,CAAC;aAClB,CAAC;YACF,KAAK,EAAE;gBACL,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAClB,KAAK,EAAE,MAAM,CAAC;gBACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;aAC5B,CAAC;YACF,UAAU,EAAE,KAAK,CAAC;gBAChB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;gBAClB,KAAK,EAAE,MAAM,CAAC;gBACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;aAC5B,CAAC,CAAC;YACH,gBAAgB,EAAE,MAAM,CAAC;YACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC7B,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;YACrC,UAAU,EAAE,MAAM,CAAC;YACnB,UAAU,EAAE,MAAM,CAAC;YACnB,mBAAmB,EAAE,MAAM,CAAC;YAC5B,aAAa,EAAE,MAAM,EAAE,CAAC;YACxB,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;YACzC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC3B,qEAAqE;YACrE,qBAAqB,CAAC,EAAE,OAAO,CAAC;SACjC,CAAC;QACF,gBAAgB,EAAE,OAAO,CAAC;KAC3B,CAAC;CACH;AAED,MAAM,WAAW,kCAAkC;IACjD,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB;AAGD,MAAM,WAAW,0BAA0B;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AA6BD,eAAO,MAAM,SAAS,KAOrB,CAAC;AAEF,QAAA,MAAM,MAAM,KAOX,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,MAAM,QAS1C,CAAC;AAEJ,eAAe,MAAM,CAAC;AAEtB;;;GAGG;AACH,eAAO,MAAM,eAAe,YAAmB,GAAG,iBAAiB,MAAM,iBAUxE,CAAC;AAEF,eAAO,MAAM,kBAAkB,YAAmB,mBAAmB,iBAQpE,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAAmB,kCAAkC,iBAQ5F,CAAC;AAEF,eAAO,MAAM,WAAW,qBAA4B,MAAM,GAAG,SAAS,SAAS,MAAM,iBAcpF,CAAC;AAEF,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,YAAmB,kBAAkB,iBAS5D,CAAC;AAEF,eAAO,MAAM,qBAAqB,cAAqB,MAAM,SAAS,MAAM,iBAU3E,CAAC;AAEF,eAAO,MAAM,sBAAsB,cAAqB,MAAM,iBAS7D,CAAC;AAEF,eAAO,MAAM,aAAa,YAAmB,GAAG,SAAS,MAAM,iBAW9D,CAAC;AAEF,eAAO,MAAM,sBAAsB,YACxB,MAAM,qBACG,OAAO,iBAU1B,CAAC;AAEF,eAAO,MAAM,WAAW,YAAmB,GAAG,iBAS7C,CAAC;AAEF,eAAO,MAAM,aAAa,cAAqB,MAAM,SAAS,MAAM,iBAWnE,CAAC;AAEF,eAAO,MAAM,UAAU,WAAkB,MAAM,iBAS9C,CAAC;AACF,eAAO,MAAM,cAAc,eAAsB,MAAM,iBAStD,CAAC;AAGF,eAAO,MAAM,UAAU,YAAmB,MAAM,UAAU,MAAM,iBAW/D,CAAC;AAGF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,2BAA2B;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,WAAW,EAAE,MAAM,CAAC;IACpB,0DAA0D;IAC1D,cAAc,EAAE,MAAM,CAAC;IACvB,0CAA0C;IAC1C,SAAS,EAAE,OAAO,CAAC;IACnB,oCAAoC;IACpC,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;KAC9B,CAAC;IACF,uBAAuB;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gCAAgC;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IAC1C,gDAAgD;IAChD,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,4CAA4C;IAC5C,UAAU,CAAC,EAAE;QACX,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,gDAAgD;IAChD,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qEAAqE;IACrE,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AACD;;;;;GAKG;AACH,eAAO,MAAM,aAAa,YAAmB,oBAAoB,aAAa,MAAM,iBAQnF,CAAC;
|
|
1
|
+
{"version":3,"file":"scopeApis.d.ts","sourceRoot":"","sources":["../../../../../../src/features/LearningManagement/apis/scopeApis.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreeNode.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/LearningManagement/components/ScopeTree/TreeNode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAK/E,UAAU,aAAa;IACrB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,eAAe,EAAE;QAAE,QAAQ,EAAE,MAAM,EAAE,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAClE,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,kBAAkB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9F,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IACrF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;CACpC;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"TreeNode.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/LearningManagement/components/ScopeTree/TreeNode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAK/E,UAAU,aAAa;IACrB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,eAAe,EAAE;QAAE,QAAQ,EAAE,MAAM,EAAE,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAClE,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,kBAAkB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9F,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IACrF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;CACpC;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAoJ5C,CAAC"}
|
package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreeSidebar.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/LearningManagement/components/ScopeTree/TreeSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAI/E,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IAG3B,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,kBAAkB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9F,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IACrF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"TreeSidebar.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/LearningManagement/components/ScopeTree/TreeSidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAI/E,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IAG3B,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9D,kBAAkB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9F,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IACrF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA2KlD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StationOnboardModal.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/LearningManagement/components/StationOnboarding/StationOnboardModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"StationOnboardModal.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/LearningManagement/components/StationOnboarding/StationOnboardModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAgEpE,UAAU,wBAAwB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,qEAAqE;IACrE,cAAc,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAmxB3D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|