@genesislcap/design-system-configurator 14.472.1 → 14.472.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- "use strict";(self.webpackChunk_genesislcap_design_system_configurator=self.webpackChunk_genesislcap_design_system_configurator||[]).push([[995],{14609(e,t,i){i.d(t,{b:()=>s});const o=(0,i(66506).createLogger)("foundation-criteria");var n=i(86636);const a="default";class s{constructor(){this.expressions={},this.And=(e,t={})=>this.withExpression(e,t,n.r.And()),this.Or=(e,t={})=>this.withExpression(e,t,n.r.Or()),this.Not=(e,t={})=>this.withExpression(e,t,n.r.Not())}withExpression(e,t={},i=n.r.And()){const{condition:s,join:r,groupName:l}=t,d=(e,t=a)=>{var o;const n=null!==(o=this.expressions[t])&&void 0!==o?o:[];this.expressions[t]=[...n,{join:i||r,condition:s,expression:e}]};if(Array.isArray(e))if(r){const t=e.filter(e=>{const t=e instanceof n.r;return t&&o.warn("Inline joins will be discarded when join is defined in ExpressionOptions"),!t});if(l)t.forEach(e=>{d(e,l)});else{const e=(c=r,t.flat().flatMap((e,t,i)=>i.length-1!==t?[e,c]:e));d(e,a)}}else d(e,a);else d(e,"string"==typeof e?a:e.group);var c;return this}build(e){const t=Object.entries(this.expressions).reduce((e,[t,i])=>Object.assign(Object.assign({},e),{[t]:`(${i.filter(({condition:e})=>!e||e()).map(({expression:e,join:t},i,o)=>this.parseExpression(e,o[i-1],t)).join("")})`}),{});return e?e(t):`(${Object.values(t).join(" && ")})`}reset(){this.expressions={}}parseExpression(e,t,i){const o=[];return i&&t&&o.push(` ${i.operator} `),"string"==typeof e?o.push(e):Array.isArray(e)?(e.forEach((e,t,i)=>{if(e instanceof n.r){if(i[t-1]instanceof n.r)throw new Error("Adjacent Join operations detected")}}),o.push(`(${e.map(e=>this.parseExpression(e,void 0)).join("")})`)):e instanceof n.r?o.push(` ${e.operator} `):e&&o.push(e.serialiser(e)),o.join("")}}},58749(e,t,i){i.d(t,{K:()=>n});var o=i(95553);class n{constructor(e){this.serialiser=o.n.EQ,this.build=()=>{if(!this.field)throw new Error("Missing required param 'field'");if(void 0===this.value)throw new Error("Missing required param 'value'");if(!this.serialiser)throw new Error("Missing required param 'serialise'");return{field:this.field,value:this.value,serialiser:this.serialiser,params:this.params,valueGetter:this.valueGetter,group:this.group}},e&&(this.field=e.field,this.value=e.value,this.serialiser=e.serialiser,this.params=e.params,this.valueGetter=e.valueGetter,this.group=e.group)}withField(e){return this.field=e,this}withValue(e){return this.value=e,this}withSerialiser(e){return this.serialiser=e,this}withParams(e){return this.params=e,this}withValueGetter(e){return this.valueGetter=e,this}withGroup(e){return this.group=e,this}}},95553(e,t,i){i.d(t,{n:()=>s});var o=i(86636);const n=e=>{const{value:t}=e;return e.valueGetter?e.valueGetter(t):"function"==typeof t?t(e):Array.isArray(t)?t.join(","):"string"==typeof t?`"${t}"`:t},a=e=>t=>`${t.field} ${e} ${n(t)}`,s={AND:e=>a(o.X.AND)(e),OR:e=>a(o.X.OR)(e),NOT:e=>a(o.X.NOT)(e),GT:e=>a(o.X.GT)(e),GE:e=>a(o.X.GE)(e),LT:e=>a(o.X.LT)(e),LE:e=>a(o.X.LE)(e),NE:e=>a(o.X.NE)(e),EQ:e=>a(o.X.EQ)(e),equals:e=>`${e.field}.equals(${n(e)})`,equalsIgnoreCase:e=>`${e.field}.equalsIgnoreCase(${n(e)})`,contains:e=>`Expr.contains(${e.field}, ${n(e)})`,fieldContains:e=>`${e.field}.contains(${n(e)})`,containsIgnoreCase:e=>`Expr.containsIgnoreCase(${e.field}, ${n(e)})`,startsWith:e=>`${e.field}.startsWith(${n(e)})`,endsWith:e=>`${e.field}.endsWith(${n(e)})`,dateIsToday:e=>`Expr.dateIsToday(${e.field})`,dateIsEqual:e=>`Expr.dateIsEqual(${e.field}, ${n(e)})`,dateIsGreaterEqual:e=>`Expr.dateIsGreaterEqual(${e.field}, ${n(e)})`,dateIsLessEqual:e=>`Expr.dateIsLessEqual(${e.field}, ${n(e)})`,dateTimeIsGreaterEqual:e=>`Expr.dateTimeIsGreaterEqual(${e.field}, ${n(e)})`,dateTimeIsLessEqual:e=>`Expr.dateTimeIsLessEqual(${e.field}, ${n(e)})`}},86636(e,t,i){var o;i.d(t,{X:()=>o,r:()=>n}),function(e){e.AND="&&",e.OR="||",e.NOT="!",e.GT=">",e.GE=">=",e.LT="<",e.LE="<=",e.NE="!=",e.EQ="=="}(o||(o={}));class n{constructor(e){this.$$operator=e}static And(){return new n(o.AND)}static Or(){return new n(o.OR)}static Not(){return new n(o.NOT)}static GreaterThan(){return new n(o.GT)}static GreaterThanOrEqual(){return new n(o.GE)}static LessThan(){return new n(o.LT)}static LessThanOrEqual(){return new n(o.LE)}static NotEqual(){return new n(o.NE)}static Equal(){return new n(o.EQ)}get operator(){return this.$$operator}}},31274(e,t,i){i.d(t,{u:()=>n});var o=i(60416);const n=(e,t,i)=>{(0,o.u_)(e);const n=t.split("-")[0],a=document.createElement(`${n}-dialog`),s=i?(e=>{let t=e.querySelector("#dialog-container");return t||(t=document.createElement("div"),t.setAttribute("id","dialog-container"),t.style.position="relative",e.appendChild(t)),t})(i):(0,o.jE)("dialog-container",t);s.appendChild(a),a.notification=e,a.show()}},60416(e,t,i){i.d(t,{cL:()=>h,jE:()=>u,uP:()=>d,u_:()=>c});var o=i(66506),n=i(52945),a=i(68424);const s=(0,o.createLogger)("foundation-notifications");let r=null;const l=new Map,d=e=>{var t,i;return`${null!==(t=null==e?void 0:e.title)&&void 0!==t?t:"Error"}: ${null!==(i=null==e?void 0:e.body)&&void 0!==i?i:"Something went wrong"}`},c=e=>{var t,i;s.log({message:d(e),level:(t=e,(null==t?void 0:t.logLevel)||(null===(i=null==t?void 0:t.config)||void 0===i?void 0:i.logLevel)||o.LogLevels.debug)})},u=(e,t)=>{let i=document.querySelector(`#${e}`);if(!i)if(l.has(e))i=l.get(e);else{const t=(0,n.fI)(document).find(t=>t.id===e);t&&(i=t,l.set(e,t))}if(!i){i=document.createElement("div"),i.setAttribute("id",e),i.style.zIndex="9999";const{element:t,prefix:o}=(0,a.DW)(document.body,"rapid");if(t)t.appendChild(i),r=t;else if(r)r.appendChild(i);else{const e=document.createElement(`${o}-design-system-provider`);e.appendChild(i),document.body.appendChild(e),r=e}}return i},h=e=>{for(var t,i;e&&!(e instanceof ShadowRoot);){const o=null===(t=null==e?void 0:e.getRootNode())||void 0===t?void 0:t.getElementById("banner-anchor");if(o)return o.style.position="relative",o;e=null===(i=null==e?void 0:e.getRootNode())||void 0===i?void 0:i.host}return p()},p=()=>{const e=document.createElement("div");return e.setAttribute("id","banner-anchor"),e.style.position="relative",document.body.insertBefore(e,document.body.firstChild),e}},85995(e,t,i){i.r(t),i.d(t,{Accordion:()=>u,AccordionItem:()=>f,ActionsMenu:()=>R,AffixMixin:()=>pl,AiCriteriaSearch:()=>ye,AiIndicator:()=>Ee,Anchor:()=>Ie,AnchoredRegion:()=>Fe,Avatar:()=>Be,BASE_EDITABLE_ELEMENT_SELECTORS:()=>zv,Badge:()=>qe,Banner:()=>nt,BaseDatasource:()=>di,BaseFileComponent:()=>Aa,Breadcrumb:()=>lt,BreadcrumbItem:()=>mt,Button:()=>wt,COMBO_INPUT_MIN_LENGTH:()=>Jc,CSSVarsTokenMapper:()=>sm,Calendar:()=>Ot,Card:()=>At,CategorizedMultiselect:()=>Gt,Checkbox:()=>Yt,Combobox:()=>fi,ConnectionIndicator:()=>Si,DATETIME_OPERATORS:()=>ee,DATE_OPERATORS:()=>Z,DATE_PICKER_VALUE_FORMAT:()=>uo,DEFUALT_FILTER_BAR_COLUMNS:()=>bs,DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS:()=>Uv,DataGrid:()=>ki,DataGridCell:()=>Li,DataGridDatasource:()=>rm,DataGridRow:()=>Hi,DatePicker:()=>bo,DefaultRouter:()=>pv,DesignTokensObservable:()=>Go,Dialog:()=>On,DialogElement:()=>En,Disclosure:()=>Dn,Divider:()=>Mn,DropdownMenu:()=>jn,EnvironmentIndicator:()=>aa,ErrorBanner:()=>ca,ErrorBoundary:()=>Sa,ErrorBoundaryEvent:()=>ha,ErrorDialog:()=>Da,ExpressionBuilderConfig:()=>a,ExpressionBuilderCore:()=>Eg,FaPrefixFromStyle:()=>wr,FileReader:()=>_a,FileUpload:()=>Qa,Filter:()=>cs,FilterBar:()=>ys,FilterEvents:()=>ds,FlexLayout:()=>Ts,FlexMediaQueriesEnum:()=>Cs,Flipper:()=>Rs,Flyout:()=>zs,FoundationDesignSystemProvider:()=>gn,FoundationExpressionBuilder:()=>cg,FoundationRouteCollection:()=>Ov,FoundationRouteNav:()=>xv,FoundationRouter:()=>Dv,FoundationRouterConfiguration:()=>Tv,FoundationRuleExpressionBuilder:()=>Ug,FoundationValueExpressionBuilder:()=>Yg,GenerateNavigationPathEventType:()=>Iv,GridLayout:()=>Xs,GridLayoutItem:()=>tr,GridMediaQueriesEnum:()=>Gs,HorizontalScroll:()=>ar,INPUT_MIN_LENGTH:()=>Qc,Icon:()=>$r,Listbox:()=>Tr,ListboxOption:()=>Lr,Menu:()=>zr,MenuItem:()=>jr,Modal:()=>Zr,Multiselect:()=>ll,MultiselectDatasource:()=>ol,NUMERIC_OPERATORS:()=>J,NavigateToEventType:()=>kv,NotificationListener:()=>Qg,NumberField:()=>Ol,OPERATOR_DISPLAY_LABEL:()=>te,Optgroup:()=>Al,OptionsDatasource:()=>hi,Popper:()=>bd,Position:()=>Mt,Progress:()=>id,ProgressRing:()=>Sd,Radio:()=>Dd,RadioGroup:()=>Md,Router:()=>hv,RuleExpression:()=>Og,SCROLL_TIMEOUT:()=>Xc,SECTION_NAVIGATOR_EVENTS:()=>gu,SNACKBAR_CLOSE_TIMEOUT:()=>lh,SNACKBAR_EVENTS_NAMES:()=>dh,SNACKBAR_TYPES:()=>rh,SNACKBAR_TYPE_DEFAULT:()=>sh,STRING_OPERATORS:()=>Q,Scheduler:()=>Gd,SchedulerCronBuilder:()=>Nc,SchedulerTimezone:()=>Uc,SearchBar:()=>eu,SearchBarCombobox:()=>ru,SectionNavigator:()=>bu,SegmentedControl:()=>Su,SegmentedItem:()=>Du,Select:()=>Mu,Skeleton:()=>Bu,Slider:()=>Xu,SliderLabel:()=>ih,Snackbar:()=>mh,StackingIcons:()=>bh,StatusPill:()=>$h,Stepper:()=>Nv,StepperTab:()=>kh,StepperTabPanel:()=>Lh,Switch:()=>zh,SystemHealthOverlay:()=>cd,Tab:()=>jh,TabPanel:()=>Qh,Tabs:()=>op,TextArea:()=>dp,TextField:()=>fp,Toast:()=>Op,Toolbar:()=>Dp,Tooltip:()=>Mp,TreeItem:()=>Bp,TreeView:()=>qp,UrlInput:()=>om,accentFillActive:()=>r.accentFillActive,accentFillActiveDelta:()=>r.accentFillActiveDelta,accentFillFocus:()=>r.accentFillFocus,accentFillFocusDelta:()=>r.accentFillFocusDelta,accentFillHover:()=>r.accentFillHover,accentFillHoverDelta:()=>r.accentFillHoverDelta,accentFillRest:()=>r.accentFillRest,accentFillRestDelta:()=>r.accentFillRestDelta,accentForegroundActive:()=>r.accentForegroundActive,accentForegroundActiveDelta:()=>r.accentForegroundActiveDelta,accentForegroundFocus:()=>r.accentForegroundFocus,accentForegroundFocusDelta:()=>r.accentForegroundFocusDelta,accentForegroundHover:()=>r.accentForegroundHover,accentForegroundHoverDelta:()=>r.accentForegroundHoverDelta,accentForegroundRest:()=>r.accentForegroundRest,accentForegroundRestDelta:()=>r.accentForegroundRestDelta,accentPalette:()=>r.accentPalette,accentPaletteValue:()=>nn,actionsMenuBaseStyles:()=>$,applyCustomTokens:()=>Ko,baseComponents:()=>am,baseHeightMultiplier:()=>r.baseHeightMultiplier,baseLayerLuminance:()=>r.baseLayerLuminance,baseLayerLuminanceValue:()=>sn,black:()=>xo,bodyFont:()=>r.bodyFont,buildEditableElementSelector:()=>Bv,categorizedMultiselectStyles:()=>Ht,categorizedMultiselectTemplate:()=>Pt,clientOperators:()=>kg,closeIcon:()=>is,configureDesignSystem:()=>on,configureEnvironmentIndicator:()=>oa,controlCornerRadius:()=>r.controlCornerRadius,controlCornerRadiusValue:()=>ln,createDesignSystemProxy:()=>sd,createFormData:()=>Va,crossIcon:()=>Wc,defaultAccordionConfig:()=>p,defaultAccordionItemConfig:()=>y,defaultAiCriteriaSearchConfig:()=>Ce,defaultAnchorConfig:()=>Re,defaultAnchoredRegionConfig:()=>_e,defaultAvatarConfig:()=>Ve,defaultBadgeConfig:()=>Xe,defaultBreadcrumbConfig:()=>ct,defaultBreadcrumbItemConfig:()=>vt,defaultButtonConfig:()=>xt,defaultCalendarConfig:()=>kt,defaultCardConfig:()=>Nt,defaultCategorizedMultiselectConfig:()=>Bt,defaultCheckboxConfig:()=>Kt,defaultComboboxConfig:()=>yi,defaultConfig:()=>jd,defaultCronBuilderConfig:()=>Mc,defaultDataGridCellConfig:()=>Fi,defaultDataGridConfig:()=>Di,defaultDataGridRowConfig:()=>Pi,defaultDatePickerConfig:()=>fo,defaultDialogConfig:()=>Sn,defaultDisclosureConfig:()=>An,defaultDividerConfig:()=>Hn,defaultFileUploadConfig:()=>Za,defaultFillColor:()=>So,defaultFlexLayoutConfig:()=>Os,defaultFlipperConfig:()=>Ls,defaultFlyoutConfig:()=>Us,defaultGridLayoutConfig:()=>qs,defaultGridLayoutItemConfig:()=>er,defaultHorizontalScrollConfig:()=>rr,defaultIconConfig:()=>yr,defaultListboxConfig:()=>Ir,defaultListboxOptionConfig:()=>Fr,defaultMenuConfig:()=>Ur,defaultMenuItemConfig:()=>Yr,defaultModalConfig:()=>Jr,defaultMultiselectConfig:()=>rl,defaultNavItemPredicate:()=>$v,defaultNeutralForegroundContrast:()=>_o,defaultNumberFieldConfig:()=>kl,defaultPlacementIndexPadding:()=>Sv,defaultProgressConfig:()=>nd,defaultProgressRingConfig:()=>Od,defaultRadioConfig:()=>Ad,defaultRadioGroupConfig:()=>Hd,defaultSearchBarComboboxConfig:()=>du,defaultSearchBarConfig:()=>iu,defaultSectionNavigatorConfig:()=>wu,defaultSegmentedControlConfig:()=>Ou,defaultSegmentedItemConfig:()=>Au,defaultSelectConfig:()=>Hu,defaultSkeletonConfig:()=>Vu,defaultSliderConfig:()=>Ju,defaultSliderLabelConfig:()=>nh,defaultStepperConfig:()=>Mv,defaultStepperTabConfig:()=>Dh,defaultStepperTabPanelConfig:()=>Fh,defaultSwitchConfig:()=>Uh,defaultSystemHealthOverlayConfig:()=>md,defaultTabConfig:()=>Yh,defaultTabPanelConfig:()=>Zh,defaultTabsConfig:()=>ap,defaultTextAreaConfig:()=>up,defaultTextFieldConfig:()=>yp,defaultTimezoneConfig:()=>Gc,defaultToastConfig:()=>Ep,defaultToolbarConfig:()=>Ap,defaultTooltipConfig:()=>Hp,defaultTreeItemConfig:()=>Vp,defaultTreeViewConfig:()=>Xp,defaultUrlInputConfig:()=>im,defineFactory:()=>Zg,density:()=>r.density,designToken:()=>Wo,designTokensMap:()=>en,designUnit:()=>r.designUnit,designUnitValue:()=>dn,direction:()=>r.direction,directionValue:()=>rn,disabledOpacity:()=>r.disabledOpacity,downloadFile:()=>Wa,dropdownMenuBaseStyles:()=>Pn,environmentIndicatorStyles:()=>qn,errorDialogTemplate:()=>ka,extractMenuItems:()=>Bn,faSizeValueDefault:()=>Cr,faSizeValues:()=>xr,fileReaderStyles:()=>La,fileReaderTemplate:()=>Ma,fillColor:()=>r.fillColor,filterBarTemplate:()=>vs,findParentRouter:()=>fv,findRouter:()=>vv,findTopLevelRouter:()=>bv,flyoutAnimationTime:()=>Fs,focusStrokeInner:()=>r.focusStrokeInner,focusStrokeOuter:()=>r.focusStrokeOuter,focusStrokeWidth:()=>r.focusStrokeWidth,foregroundOnAccentActive:()=>r.foregroundOnAccentActive,foregroundOnAccentActiveLarge:()=>r.foregroundOnAccentActiveLarge,foregroundOnAccentFocus:()=>r.foregroundOnAccentFocus,foregroundOnAccentFocusLarge:()=>r.foregroundOnAccentFocusLarge,foregroundOnAccentHover:()=>r.foregroundOnAccentHover,foregroundOnAccentHoverLarge:()=>r.foregroundOnAccentHoverLarge,foregroundOnAccentRest:()=>r.foregroundOnAccentRest,foregroundOnAccentRestLarge:()=>r.foregroundOnAccentRestLarge,formatTimeForCountDown:()=>xh,formatToPlaceholder:()=>lo,foundationAccordion:()=>m,foundationAccordionItem:()=>w,foundationAccordionItemShadowOptions:()=>b,foundationAccordionItemStyles:()=>g,foundationAccordionItemTemplate:()=>v,foundationAccordionShadowOptions:()=>h,foundationAccordionStyles:()=>d,foundationAccordionTemplate:()=>c,foundationActionsMenu:()=>A,foundationActionsMenuStyles:()=>S,foundationActionsMenuTemplate:()=>D,foundationAiCriteriaSearch:()=>xe,foundationAiCriteriaSearchShadowOptions:()=>we,foundationAiCriteriaSearchStyles:()=>_,foundationAiCriteriaSearchTemplate:()=>B,foundationAiIndicator:()=>Oe,foundationAiIndicatorStyles:()=>$e,foundationAiIndicatorTemplate:()=>Se,foundationAnchor:()=>Ae,foundationAnchorShadowOptions:()=>De,foundationAnchorStyles:()=>Te,foundationAnchorTemplate:()=>ke,foundationAnchoredRegion:()=>He,foundationAnchoredRegionShadowOptions:()=>Me,foundationAnchoredRegionStyles:()=>Ne,foundationAnchoredRegionTemplate:()=>Le,foundationAvatar:()=>je,foundationAvatarShadowOptions:()=>Ge,foundationAvatarStyles:()=>ze,foundationAvatarTemplate:()=>Pe,foundationBadge:()=>Qe,foundationBadgeShadowOptions:()=>Ke,foundationBadgeStyles:()=>We,foundationBadgeTemplate:()=>Ye,foundationBanner:()=>at,foundationBannerShadowOptions:()=>ot,foundationBannerStyles:()=>et,foundationBannerTemplate:()=>it,foundationBreadcrumb:()=>ut,foundationBreadcrumbItem:()=>ft,foundationBreadcrumbItemShadowOptions:()=>gt,foundationBreadcrumbItemStyles:()=>ht,foundationBreadcrumbItemTemplate:()=>pt,foundationBreadcrumbShadowOptions:()=>dt,foundationBreadcrumbStyles:()=>st,foundationBreadcrumbTemplate:()=>rt,foundationButton:()=>$t,foundationButtonShadowOptions:()=>Ct,foundationButtonStyles:()=>bt,foundationButtonTemplate:()=>yt,foundationCalendar:()=>It,foundationCalendarShadowOptions:()=>Tt,foundationCalendarStyles:()=>St,foundationCalendarTemplate:()=>Et,foundationCard:()=>Ft,foundationCardShadowOptions:()=>Lt,foundationCardStyles:()=>Dt,foundationCardTemplate:()=>Rt,foundationCategorizedMultiselect:()=>Vt,foundationCategorizedMultiselectShadowOptions:()=>Ut,foundationCheckbox:()=>Xt,foundationCheckboxShadowOptions:()=>qt,foundationCheckboxStyles:()=>jt,foundationCheckboxTemplate:()=>Wt,foundationCombobox:()=>wi,foundationComboboxShadowOptions:()=>bi,foundationComboboxStyles:()=>pi,foundationComboboxTemplate:()=>mi,foundationConnectionIndicator:()=>Ei,foundationConnectionIndicatorStyles:()=>xi,foundationConnectionIndicatorTemplate:()=>$i,foundationDataGrid:()=>Ri,foundationDataGridCell:()=>Mi,foundationDataGridCellShadowOptions:()=>Ni,foundationDataGridCellStyles:()=>Ai,foundationDataGridCellTemplate:()=>s.dataGridCellTemplate,foundationDataGridRow:()=>Ui,foundationDataGridRowShadowOptions:()=>zi,foundationDataGridRowStyles:()=>_i,foundationDataGridRowTemplate:()=>s.dataGridRowTemplate,foundationDataGridShadowOptions:()=>Ii,foundationDataGridStyles:()=>Oi,foundationDataGridTemplate:()=>Ti,foundationDatePicker:()=>yo,foundationDatePickerShadowOptions:()=>vo,foundationDatePickerStyles:()=>to,foundationDatePickerTemplate:()=>no,foundationDesignSystemProvider:()=>vn,foundationDialog:()=>Tn,foundationDialogShadowOptions:()=>$n,foundationDialogStyles:()=>bn,foundationDialogTemplate:()=>xn,foundationDisclosure:()=>Ln,foundationDisclosureShadowOptions:()=>Rn,foundationDisclosureStyles:()=>kn,foundationDisclosureTemplate:()=>In,foundationDivider:()=>zn,foundationDividerShadowOptions:()=>_n,foundationDividerStyles:()=>Nn,foundationDividerTemplate:()=>Fn,foundationDropdownMenu:()=>Wn,foundationDropdownMenuStyles:()=>Un,foundationDropdownMenuTemplate:()=>Vn,foundationEnvironmentIndicator:()=>sa,foundationEnvironmentIndicatorTemplate:()=>Kn,foundationErrorBanner:()=>ua,foundationErrorBannerShadowOptions:()=>da,foundationErrorBannerTemplate:()=>la,foundationErrorBoundary:()=>Ea,foundationErrorBoundaryShadowOptions:()=>$a,foundationErrorBoundaryTemplate:()=>xa,foundationErrorDialog:()=>Ra,foundationErrorDialogShadowOptions:()=>Ia,foundationErrorDialogStyles:()=>Oa,foundationFileReader:()=>Ha,foundationFileReaderStyles:()=>Na,foundationFileUpload:()=>es,foundationFileUploadShadowOptions:()=>Ja,foundationFileUploadStyles:()=>Ua,foundationFileUploadTemplate:()=>Ga,foundationFilter:()=>us,foundationFilterBar:()=>ws,foundationFilterBarStyles:()=>ps,foundationFilterBarTemplate:()=>fs,foundationFilterStyles:()=>ts,foundationFilterTemplate:()=>ls,foundationFlexLayout:()=>ks,foundationFlexLayoutShadowOptions:()=>Es,foundationFlexLayoutStyles:()=>$s,foundationFlexLayoutTemplate:()=>Ss,foundationFlipper:()=>Ns,foundationFlipperShadowOptions:()=>As,foundationFlipperStyles:()=>Is,foundationFlipperTemplate:()=>Ds,foundationFlyout:()=>Bs,foundationFlyoutShadowOptions:()=>Ps,foundationFlyoutStyles:()=>Ms,foundationFlyoutTemplate:()=>Hs,foundationGridLayout:()=>Qs,foundationGridLayoutItem:()=>ir,foundationGridLayoutItemShadowOptions:()=>Zs,foundationGridLayoutItemTemplate:()=>Js,foundationGridLayoutShadowOptions:()=>Ys,foundationGridLayoutStyles:()=>js,foundationGridLayoutTemplate:()=>Ws,foundationHorizontalScroll:()=>lr,foundationHorizontalScrollShadowOptions:()=>sr,foundationHorizontalScrollStyles:()=>or,foundationHorizontalScrollTemplate:()=>nr,foundationIcon:()=>Sr,foundationIconShadowOptions:()=>br,foundationIconStyles:()=>gr,foundationIconTemplate:()=>fr,foundationListbox:()=>Dr,foundationListboxOption:()=>Mr,foundationListboxOptionShadowOptions:()=>Nr,foundationListboxOptionStyles:()=>Rr,foundationListboxOptionTemplate:()=>Ar,foundationListboxShadowOptions:()=>kr,foundationListboxStyles:()=>Er,foundationListboxTemplate:()=>Or,foundationMenu:()=>Br,foundationMenuItem:()=>qr,foundationMenuItemShadowOptions:()=>Wr,foundationMenuItemStyles:()=>Gr,foundationMenuItemTemplate:()=>Vr,foundationMenuShadowOptions:()=>Pr,foundationMenuStyles:()=>_r,foundationMenuTemplate:()=>Hr,foundationModal:()=>el,foundationModalShadowOptions:()=>Qr,foundationModalStyles:()=>Kr,foundationModalTemplate:()=>Xr,foundationMultiselect:()=>dl,foundationMultiselectShadowOptions:()=>sl,foundationNotificationListener:()=>Jg,foundationNotificationListenerShadowOptions:()=>Xg,foundationNotificationListenerTemplate:()=>qg,foundationNumberField:()=>Il,foundationNumberFieldShadowOptions:()=>Tl,foundationNumberFieldStyles:()=>gl,foundationNumberFieldTemplate:()=>vl,foundationOptgroup:()=>Ll,foundationOptgroupStyles:()=>Dl,foundationOptgroupTemplate:()=>Rl,foundationPopper:()=>Cd,foundationProgress:()=>ad,foundationProgressRing:()=>Td,foundationProgressRingShadowOptions:()=>Ed,foundationProgressRingStyles:()=>xd,foundationProgressRingTemplate:()=>$d,foundationProgressShadowOptions:()=>od,foundationProgressStyles:()=>ed,foundationProgressTemplate:()=>td,foundationRadio:()=>Ld,foundationRadioGroup:()=>zd,foundationRadioGroupShadowOptions:()=>_d,foundationRadioGroupStyles:()=>Nd,foundationRadioGroupTemplate:()=>Fd,foundationRadioShadowOptions:()=>Rd,foundationRadioStyles:()=>kd,foundationRadioTemplate:()=>Id,foundationScheduler:()=>Wd,foundationSchedulerCronBuilder:()=>_c,foundationSchedulerCronBuilderShadowOptions:()=>Fc,foundationSchedulerCronBuilderTemplate:()=>Lc,foundationSchedulerShadowOptions:()=>Vd,foundationSchedulerTemplate:()=>Bd,foundationSchedulerTimezone:()=>Vc,foundationSchedulerTimezoneShadowOptions:()=>Bc,foundationSchedulerTimezoneTemplate:()=>Pc,foundationSearchBar:()=>ou,foundationSearchBarCombobox:()=>cu,foundationSearchBarComboboxShadowOptions:()=>lu,foundationSearchBarComboboxStyles:()=>nu,foundationSearchBarComboboxTemplate:()=>au,foundationSearchBarShadowOptions:()=>tu,foundationSearchBarStyles:()=>jc,foundationSearchBarTemplate:()=>Kc,foundationSectionNavigator:()=>Cu,foundationSectionNavigatorShadowOptions:()=>yu,foundationSectionNavigatorStyles:()=>uu,foundationSectionNavigatorTemplate:()=>hu,foundationSegmentedControl:()=>Tu,foundationSegmentedControlShadowOptions:()=>Eu,foundationSegmentedControlStyles:()=>xu,foundationSegmentedControlTemplate:()=>$u,foundationSegmentedItem:()=>Lu,foundationSegmentedItemShadowOptions:()=>Ru,foundationSegmentedItemStyles:()=>ku,foundationSegmentedItemTemplate:()=>Iu,foundationSelect:()=>zu,foundationSelectShadowOptions:()=>_u,foundationSelectStyles:()=>Nu,foundationSelectTemplate:()=>Fu,foundationSkeleton:()=>ju,foundationSkeletonShadowOptions:()=>Gu,foundationSkeletonStyles:()=>Pu,foundationSkeletonTemplate:()=>Uu,foundationSlider:()=>Zu,foundationSliderLabel:()=>ah,foundationSliderLabelShadowOptions:()=>oh,foundationSliderLabelStyles:()=>eh,foundationSliderLabelTemplate:()=>th,foundationSliderShadowOptions:()=>Qu,foundationSliderStyles:()=>Wu,foundationSliderTemplate:()=>Ku,foundationSnackbar:()=>gh,foundationSnackbarShadowOptions:()=>ph,foundationSnackbarStyles:()=>ch,foundationSnackbarTemplate:()=>hh,foundationStackingIcons:()=>yh,foundationStackingIconsStyles:()=>vh,foundationStackingIconsTemplate:()=>fh,foundationStatusPill:()=>Sh,foundationStatusPillTemplate:()=>Ch,foundationStepper:()=>_v,foundationStepperShadowOptions:()=>Fv,foundationStepperStyles:()=>Lv,foundationStepperTab:()=>Rh,foundationStepperTabPanel:()=>Mh,foundationStepperTabPanelShadowOptions:()=>Nh,foundationStepperTabPanelTemplate:()=>Ah,foundationStepperTabShadowOptions:()=>Ih,foundationStepperTabStyles:()=>Eh,foundationStepperTabTemplate:()=>Th,foundationStepperTemplate:()=>Av,foundationSwitch:()=>Bh,foundationSwitchShadowOptions:()=>Ph,foundationSwitchStyles:()=>_h,foundationSwitchTemplate:()=>Hh,foundationSystemHealthOverlay:()=>gd,foundationSystemHealthOverlayShadowOptions:()=>pd,foundationSystemHealthOverlayStyles:()=>hd,foundationSystemHealthOverlayTemplate:()=>ud,foundationTab:()=>qh,foundationTabPanel:()=>ep,foundationTabPanelShadowOptions:()=>Jh,foundationTabPanelStyles:()=>Kh,foundationTabPanelTemplate:()=>Xh,foundationTabShadowOptions:()=>Wh,foundationTabStyles:()=>Gh,foundationTabTemplate:()=>Vh,foundationTabs:()=>sp,foundationTabsShadowOptions:()=>np,foundationTabsStyles:()=>tp,foundationTabsTemplate:()=>ip,foundationTextArea:()=>hp,foundationTextAreaShadowOptions:()=>cp,foundationTextAreaStyles:()=>rp,foundationTextAreaTemplate:()=>lp,foundationTextField:()=>wp,foundationTextFieldShadowOptions:()=>bp,foundationTextFieldStyles:()=>gp,foundationTextFieldTemplate:()=>vp,foundationToast:()=>Tp,foundationToastShadowOptions:()=>Sp,foundationToastStyles:()=>Cp,foundationToastTemplate:()=>$p,foundationToolbar:()=>Lp,foundationToolbarShadowOptions:()=>Rp,foundationToolbarStyles:()=>kp,foundationToolbarTemplate:()=>Ip,foundationTooltip:()=>zp,foundationTooltipShadowOptions:()=>_p,foundationTooltipStyles:()=>Np,foundationTooltipTemplate:()=>Fp,foundationTreeItem:()=>jp,foundationTreeItemShadowOptions:()=>Gp,foundationTreeItemStyles:()=>Pp,foundationTreeItemTemplate:()=>Up,foundationTreeView:()=>Qp,foundationTreeViewShadowOptions:()=>Kp,foundationTreeViewStyles:()=>Wp,foundationTreeViewTemplate:()=>Yp,foundationUrlInput:()=>nm,foundationUrlInputShadowOptions:()=>tm,foundationUrlInputStyles:()=>Jp,foundationUrlInputTemplate:()=>em,fromBinaryExpression:()=>Hg,fromMethodExpression:()=>zg,fuiAccentPalette:()=>Lo,fuiAccentSwatch:()=>Ao,fuiCardFillColor:()=>Mo,fuiCardForegroundColor:()=>zo,fuiDefaultCardFillColor:()=>Oo,fuiDefaultCardPalette:()=>To,fuiFillColor:()=>Fo,fuiNeutralPalette:()=>Do,fuiNeutralSwatch:()=>Io,getBannerTemplate:()=>tt,getBrowserLocale:()=>so,getCriteriaBuilder:()=>Zc,getDefaultConfig:()=>Qo,getDesignSystemPrefix:()=>T,getDialogTemplate:()=>Cn,getDisplayFormatForLang:()=>ro,getDropdownMenuTemplate:()=>Gn,getErrorDialogTemplate:()=>Ta,getExports:()=>Jo,getFontawesomeIconsCss:()=>mr,getNavItems:()=>Ev,getPrefixedCategorizedMultiselect:()=>zt,getPrefixedCronBuilder:()=>Ac,getPrefixedDatePicker:()=>oo,getPrefixedErrorBanner:()=>ra,getPrefixedFileReader:()=>Fa,getPrefixedFileUpload:()=>Ba,getPrefixedFilterTemplate:()=>rs,getPrefixedFlyout:()=>_s,getPrefixedIcon:()=>vr,getPrefixedMultiselect:()=>nl,getPrefixedScheduler:()=>Ud,getPrefixedSchedulerTimezone:()=>zc,getPrefixedSearchBar:()=>qc,getPrefixedSnackbar:()=>uh,getPrefixedStepper:()=>Rv,getPrefixedStepperTab:()=>Oh,getPrefixedToast:()=>xp,getPrefixedUrlInput:()=>Zp,getTypeRampValue:()=>Zo,groupsToCriteria:()=>X,hasDateValue:()=>co,inputControls:()=>uc,isAbsoluteUrl:()=>gv,jsonConverter:()=>fd,mapType:()=>ms,maxheight:()=>tl,media:()=>Ue,menuTemplate:()=>k,mixinFoundationFontFamily:()=>un,multiselectStyles:()=>il,multiselectTemplate:()=>al,neutralFillActive:()=>r.neutralFillActive,neutralFillActiveDelta:()=>r.neutralFillActiveDelta,neutralFillFocus:()=>r.neutralFillFocus,neutralFillFocusDelta:()=>r.neutralFillFocusDelta,neutralFillHover:()=>r.neutralFillHover,neutralFillHoverDelta:()=>r.neutralFillHoverDelta,neutralFillInputActive:()=>r.neutralFillInputActive,neutralFillInputActiveDelta:()=>r.neutralFillInputActiveDelta,neutralFillInputFocus:()=>r.neutralFillInputFocus,neutralFillInputFocusDelta:()=>r.neutralFillInputFocusDelta,neutralFillInputHover:()=>r.neutralFillInputHover,neutralFillInputHoverDelta:()=>r.neutralFillInputHoverDelta,neutralFillInputRest:()=>r.neutralFillInputRest,neutralFillInputRestDelta:()=>r.neutralFillInputRestDelta,neutralFillLayerRest:()=>r.neutralFillLayerRest,neutralFillLayerRestDelta:()=>r.neutralFillLayerRestDelta,neutralFillRest:()=>r.neutralFillRest,neutralFillRestDelta:()=>r.neutralFillRestDelta,neutralFillStealthActive:()=>r.neutralFillStealthActive,neutralFillStealthActiveDelta:()=>r.neutralFillStealthActiveDelta,neutralFillStealthFocus:()=>r.neutralFillStealthFocus,neutralFillStealthFocusDelta:()=>r.neutralFillStealthFocusDelta,neutralFillStealthHover:()=>r.neutralFillStealthHover,neutralFillStealthHoverDelta:()=>r.neutralFillStealthHoverDelta,neutralFillStealthRest:()=>r.neutralFillStealthRest,neutralFillStealthRestDelta:()=>r.neutralFillStealthRestDelta,neutralFillStrongActive:()=>r.neutralFillStrongActive,neutralFillStrongActiveDelta:()=>r.neutralFillStrongActiveDelta,neutralFillStrongFocus:()=>r.neutralFillStrongFocus,neutralFillStrongFocusDelta:()=>r.neutralFillStrongFocusDelta,neutralFillStrongHover:()=>r.neutralFillStrongHover,neutralFillStrongHoverDelta:()=>r.neutralFillStrongHoverDelta,neutralFillStrongRest:()=>r.neutralFillStrongRest,neutralFillStrongRestDelta:()=>r.neutralFillStrongRestDelta,neutralForeground:()=>Ho,neutralForegroundHint:()=>r.neutralForegroundHint,neutralForegroundRest:()=>r.neutralForegroundRest,neutralLayer1:()=>r.neutralLayer1,neutralLayer2:()=>r.neutralLayer2,neutralLayer3:()=>r.neutralLayer3,neutralLayer4:()=>r.neutralLayer4,neutralLayerCardContainer:()=>r.neutralLayerCardContainer,neutralLayerFloating:()=>r.neutralLayerFloating,neutralPalette:()=>r.neutralPalette,neutralPaletteValue:()=>an,neutralStrokeActive:()=>r.neutralStrokeActive,neutralStrokeActiveDelta:()=>r.neutralStrokeActiveDelta,neutralStrokeDividerRest:()=>r.neutralStrokeDividerRest,neutralStrokeDividerRestDelta:()=>r.neutralStrokeDividerRestDelta,neutralStrokeFocus:()=>r.neutralStrokeFocus,neutralStrokeFocusDelta:()=>r.neutralStrokeFocusDelta,neutralStrokeHover:()=>r.neutralStrokeHover,neutralStrokeHoverDelta:()=>r.neutralStrokeHoverDelta,neutralStrokeRest:()=>r.neutralStrokeRest,neutralStrokeRestDelta:()=>r.neutralStrokeRestDelta,optionsMaxheight:()=>_t,paletteFromHex:()=>qo,parseDatePickerValue:()=>ho,pathJoin:()=>yv,plusIcon:()=>Yc,provideDesignSystem:()=>rd,provideTokens:()=>jo,rebuildOperator:()=>_g,registerFoundationDesignSystem:()=>Gv,removeChildRouteParameter:()=>Cv,removeLastPathSegment:()=>wv,resolveDayjsLocale:()=>ao,routerLogger:()=>rv,routerProperty:()=>uv,ruleExpressionToGroup:()=>Pg,ruleToRuleExpression:()=>Fg,ruleToRuleMethodExpression:()=>Ng,schedulerCronBuilderStyles:()=>hc,schedulerStyles:()=>Pd,schedulerTimezoneStyles:()=>Hc,selectCustomToken:()=>tn,sharedFieldStyles:()=>ml,singleOptionTemplate:()=>I,statusPillStyles:()=>wh,strokeWidth:()=>r.strokeWidth,swatchConverter:()=>Yo,tagFor:()=>ev,transformOperatorNameToServerName:()=>Lg,transformServerNameToOperatorName:()=>Mg,typeRampBaseFontSize:()=>r.typeRampBaseFontSize,typeRampBaseLineHeight:()=>r.typeRampBaseLineHeight,typeRampMinus1FontSize:()=>r.typeRampMinus1FontSize,typeRampMinus1LineHeight:()=>r.typeRampMinus1LineHeight,typeRampMinus2FontSize:()=>r.typeRampMinus2FontSize,typeRampMinus2LineHeight:()=>r.typeRampMinus2LineHeight,typeRampPlus1FontSize:()=>r.typeRampPlus1FontSize,typeRampPlus1LineHeight:()=>r.typeRampPlus1LineHeight,typeRampPlus2FontSize:()=>r.typeRampPlus2FontSize,typeRampPlus2LineHeight:()=>r.typeRampPlus2LineHeight,typeRampPlus3FontSize:()=>r.typeRampPlus3FontSize,typeRampPlus3LineHeight:()=>r.typeRampPlus3LineHeight,typeRampPlus4FontSize:()=>r.typeRampPlus4FontSize,typeRampPlus4LineHeight:()=>r.typeRampPlus4LineHeight,typeRampPlus5FontSize:()=>r.typeRampPlus5FontSize,typeRampPlus5LineHeight:()=>r.typeRampPlus5LineHeight,typeRampPlus6FontSize:()=>r.typeRampPlus6FontSize,typeRampPlus6LineHeight:()=>r.typeRampPlus6LineHeight,uploadFiles:()=>ja,validateClauses:()=>ce,validateGroups:()=>ue,white:()=>Co});var o={};i.r(o),i.d(o,{accentFillActive:()=>r.accentFillActive,accentFillActiveDelta:()=>r.accentFillActiveDelta,accentFillFocus:()=>r.accentFillFocus,accentFillFocusDelta:()=>r.accentFillFocusDelta,accentFillHover:()=>r.accentFillHover,accentFillHoverDelta:()=>r.accentFillHoverDelta,accentFillRest:()=>r.accentFillRest,accentFillRestDelta:()=>r.accentFillRestDelta,accentForegroundActive:()=>r.accentForegroundActive,accentForegroundActiveDelta:()=>r.accentForegroundActiveDelta,accentForegroundFocus:()=>r.accentForegroundFocus,accentForegroundFocusDelta:()=>r.accentForegroundFocusDelta,accentForegroundHover:()=>r.accentForegroundHover,accentForegroundHoverDelta:()=>r.accentForegroundHoverDelta,accentForegroundRest:()=>r.accentForegroundRest,accentForegroundRestDelta:()=>r.accentForegroundRestDelta,accentPalette:()=>r.accentPalette,baseHeightMultiplier:()=>r.baseHeightMultiplier,baseLayerLuminance:()=>r.baseLayerLuminance,bodyFont:()=>r.bodyFont,controlCornerRadius:()=>r.controlCornerRadius,defaultNeutralForegroundContrast:()=>_o,density:()=>r.density,designUnit:()=>r.designUnit,direction:()=>r.direction,disabledOpacity:()=>r.disabledOpacity,fillColor:()=>r.fillColor,focusStrokeInner:()=>r.focusStrokeInner,focusStrokeOuter:()=>r.focusStrokeOuter,focusStrokeWidth:()=>r.focusStrokeWidth,foregroundOnAccentActive:()=>r.foregroundOnAccentActive,foregroundOnAccentActiveLarge:()=>r.foregroundOnAccentActiveLarge,foregroundOnAccentFocus:()=>r.foregroundOnAccentFocus,foregroundOnAccentFocusLarge:()=>r.foregroundOnAccentFocusLarge,foregroundOnAccentHover:()=>r.foregroundOnAccentHover,foregroundOnAccentHoverLarge:()=>r.foregroundOnAccentHoverLarge,foregroundOnAccentRest:()=>r.foregroundOnAccentRest,foregroundOnAccentRestLarge:()=>r.foregroundOnAccentRestLarge,fuiCardFillColor:()=>Mo,fuiCardForegroundColor:()=>zo,fuiFillColor:()=>Fo,neutralFillActive:()=>r.neutralFillActive,neutralFillActiveDelta:()=>r.neutralFillActiveDelta,neutralFillFocus:()=>r.neutralFillFocus,neutralFillFocusDelta:()=>r.neutralFillFocusDelta,neutralFillHover:()=>r.neutralFillHover,neutralFillHoverDelta:()=>r.neutralFillHoverDelta,neutralFillInputActive:()=>r.neutralFillInputActive,neutralFillInputActiveDelta:()=>r.neutralFillInputActiveDelta,neutralFillInputFocus:()=>r.neutralFillInputFocus,neutralFillInputFocusDelta:()=>r.neutralFillInputFocusDelta,neutralFillInputHover:()=>r.neutralFillInputHover,neutralFillInputHoverDelta:()=>r.neutralFillInputHoverDelta,neutralFillInputRest:()=>r.neutralFillInputRest,neutralFillInputRestDelta:()=>r.neutralFillInputRestDelta,neutralFillLayerRest:()=>r.neutralFillLayerRest,neutralFillLayerRestDelta:()=>r.neutralFillLayerRestDelta,neutralFillRest:()=>r.neutralFillRest,neutralFillRestDelta:()=>r.neutralFillRestDelta,neutralFillStealthActive:()=>r.neutralFillStealthActive,neutralFillStealthActiveDelta:()=>r.neutralFillStealthActiveDelta,neutralFillStealthFocus:()=>r.neutralFillStealthFocus,neutralFillStealthFocusDelta:()=>r.neutralFillStealthFocusDelta,neutralFillStealthHover:()=>r.neutralFillStealthHover,neutralFillStealthHoverDelta:()=>r.neutralFillStealthHoverDelta,neutralFillStealthRest:()=>r.neutralFillStealthRest,neutralFillStealthRestDelta:()=>r.neutralFillStealthRestDelta,neutralFillStrongActive:()=>r.neutralFillStrongActive,neutralFillStrongActiveDelta:()=>r.neutralFillStrongActiveDelta,neutralFillStrongFocus:()=>r.neutralFillStrongFocus,neutralFillStrongFocusDelta:()=>r.neutralFillStrongFocusDelta,neutralFillStrongHover:()=>r.neutralFillStrongHover,neutralFillStrongHoverDelta:()=>r.neutralFillStrongHoverDelta,neutralFillStrongRest:()=>r.neutralFillStrongRest,neutralFillStrongRestDelta:()=>r.neutralFillStrongRestDelta,neutralForeground:()=>Ho,neutralForegroundHint:()=>r.neutralForegroundHint,neutralForegroundRest:()=>r.neutralForegroundRest,neutralLayer1:()=>r.neutralLayer1,neutralLayer2:()=>r.neutralLayer2,neutralLayer3:()=>r.neutralLayer3,neutralLayer4:()=>r.neutralLayer4,neutralLayerCardContainer:()=>r.neutralLayerCardContainer,neutralLayerFloating:()=>r.neutralLayerFloating,neutralPalette:()=>r.neutralPalette,neutralStrokeActive:()=>r.neutralStrokeActive,neutralStrokeActiveDelta:()=>r.neutralStrokeActiveDelta,neutralStrokeDividerRest:()=>r.neutralStrokeDividerRest,neutralStrokeDividerRestDelta:()=>r.neutralStrokeDividerRestDelta,neutralStrokeFocus:()=>r.neutralStrokeFocus,neutralStrokeFocusDelta:()=>r.neutralStrokeFocusDelta,neutralStrokeHover:()=>r.neutralStrokeHover,neutralStrokeHoverDelta:()=>r.neutralStrokeHoverDelta,neutralStrokeRest:()=>r.neutralStrokeRest,neutralStrokeRestDelta:()=>r.neutralStrokeRestDelta,strokeWidth:()=>r.strokeWidth,typeRampBaseFontSize:()=>r.typeRampBaseFontSize,typeRampBaseLineHeight:()=>r.typeRampBaseLineHeight,typeRampMinus1FontSize:()=>r.typeRampMinus1FontSize,typeRampMinus1LineHeight:()=>r.typeRampMinus1LineHeight,typeRampMinus2FontSize:()=>r.typeRampMinus2FontSize,typeRampMinus2LineHeight:()=>r.typeRampMinus2LineHeight,typeRampPlus1FontSize:()=>r.typeRampPlus1FontSize,typeRampPlus1LineHeight:()=>r.typeRampPlus1LineHeight,typeRampPlus2FontSize:()=>r.typeRampPlus2FontSize,typeRampPlus2LineHeight:()=>r.typeRampPlus2LineHeight,typeRampPlus3FontSize:()=>r.typeRampPlus3FontSize,typeRampPlus3LineHeight:()=>r.typeRampPlus3LineHeight,typeRampPlus4FontSize:()=>r.typeRampPlus4FontSize,typeRampPlus4LineHeight:()=>r.typeRampPlus4LineHeight,typeRampPlus5FontSize:()=>r.typeRampPlus5FontSize,typeRampPlus5LineHeight:()=>r.typeRampPlus5LineHeight,typeRampPlus6FontSize:()=>r.typeRampPlus6FontSize,typeRampPlus6LineHeight:()=>r.typeRampPlus6LineHeight});var n={};i.r(n),i.d(n,{accentPaletteValue:()=>nn,baseLayerLuminanceValue:()=>sn,controlCornerRadiusValue:()=>ln,designUnitValue:()=>dn,directionValue:()=>rn,neutralPaletteValue:()=>an});var a={};i.r(a),i.d(a,{BASE_LOGICAL_COMBINATORS:()=>lm,BASE_OPERATORS:()=>mm,LOGICAL_COMBINATORS:()=>dm,NULL_COMBINATOR:()=>cm});var s=i(38370),r=i(54634),l=i(33681);const d=(e,t)=>l.css`
1
+ (self.webpackChunk_genesislcap_design_system_configurator=self.webpackChunk_genesislcap_design_system_configurator||[]).push([[995],{8420(e,t,i){e.exports=function(e){"use strict";function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=t(e),o={name:"en-gb",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekStart:1,yearStart:4,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},ordinal:function(e){var t=["th","st","nd","rd"],i=e%100;return"["+e+(t[(i-20)%10]||t[i]||t[0])+"]"}};return i.default.locale(o,null,!0),o}(i(94343))},58915(e){e.exports=function(){"use strict";var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,i=/\d/,o=/\d\d/,n=/\d\d?/,a=/\d*[^-_:/,()\s\d]+/,s={},r=function(e){return(e=+e)+(e>68?1900:2e3)},l=function(e){return function(t){this[e]=+t}},d=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),i=60*t[1]+(+t[2]||0);return 0===i?0:"+"===t[0]?-i:i}(e)}],c=function(e){var t=s[e];return t&&(t.indexOf?t:t.s.concat(t.f))},u=function(e,t){var i,o=s.meridiem;if(o){for(var n=1;n<=24;n+=1)if(e.indexOf(o(n,0,t))>-1){i=n>12;break}}else i=e===(t?"pm":"PM");return i},h={A:[a,function(e){this.afternoon=u(e,!1)}],a:[a,function(e){this.afternoon=u(e,!0)}],Q:[i,function(e){this.month=3*(e-1)+1}],S:[i,function(e){this.milliseconds=100*+e}],SS:[o,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[n,l("seconds")],ss:[n,l("seconds")],m:[n,l("minutes")],mm:[n,l("minutes")],H:[n,l("hours")],h:[n,l("hours")],HH:[n,l("hours")],hh:[n,l("hours")],D:[n,l("day")],DD:[o,l("day")],Do:[a,function(e){var t=s.ordinal,i=e.match(/\d+/);if(this.day=i[0],t)for(var o=1;o<=31;o+=1)t(o).replace(/\[|\]/g,"")===e&&(this.day=o)}],w:[n,l("week")],ww:[o,l("week")],M:[n,l("month")],MM:[o,l("month")],MMM:[a,function(e){var t=c("months"),i=(c("monthsShort")||t.map(function(e){return e.slice(0,3)})).indexOf(e)+1;if(i<1)throw new Error;this.month=i%12||i}],MMMM:[a,function(e){var t=c("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,l("year")],YY:[o,function(e){this.year=r(e)}],YYYY:[/\d{4}/,l("year")],Z:d,ZZ:d};function p(i){var o,n;o=i,n=s&&s.formats;for(var a=(i=o.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(t,i,o){var a=o&&o.toUpperCase();return i||n[o]||e[o]||n[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,i){return t||i.slice(1)})})).match(t),r=a.length,l=0;l<r;l+=1){var d=a[l],c=h[d],u=c&&c[0],p=c&&c[1];a[l]=p?{regex:u,parser:p}:d.replace(/^\[|\]$/g,"")}return function(e){for(var t={},i=0,o=0;i<r;i+=1){var n=a[i];if("string"==typeof n)o+=n.length;else{var s=n.regex,l=n.parser,d=e.slice(o),c=s.exec(d)[0];l.call(t,c),e=e.replace(c,"")}}return function(e){var t=e.afternoon;if(void 0!==t){var i=e.hours;t?i<12&&(e.hours+=12):12===i&&(e.hours=0),delete e.afternoon}}(t),t}}return function(e,t,i){i.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(r=e.parseTwoDigitYear);var o=t.prototype,n=o.parse;o.parse=function(e){var t=e.date,o=e.utc,a=e.args;this.$u=o;var r=a[1];if("string"==typeof r){var l=!0===a[2],d=!0===a[3],c=l||d,u=a[2];d&&(u=a[2]),s=this.$locale(),!l&&u&&(s=i.Ls[u]),this.$d=function(e,t,i,o){try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);var n=p(t)(e),a=n.year,s=n.month,r=n.day,l=n.hours,d=n.minutes,c=n.seconds,u=n.milliseconds,h=n.zone,m=n.week,g=new Date,v=r||(a||s?1:g.getDate()),f=a||g.getFullYear(),b=0;a&&!s||(b=s>0?s-1:g.getMonth());var y,w=l||0,C=d||0,x=c||0,$=u||0;return h?new Date(Date.UTC(f,b,v,w,C,x,$+60*h.offset*1e3)):i?new Date(Date.UTC(f,b,v,w,C,x,$)):(y=new Date(f,b,v,w,C,x,$),m&&(y=o(y).week(m).toDate()),y)}catch(e){return new Date("")}}(t,r,o,i),this.init(),u&&!0!==u&&(this.$L=this.locale(u).$L),c&&t!=this.format(r)&&(this.$d=new Date("")),s={}}else if(r instanceof Array)for(var h=r.length,m=1;m<=h;m+=1){a[1]=r[m-1];var g=i.apply(this,a);if(g.isValid()){this.$d=g.$d,this.$L=g.$L,this.init();break}m===h&&(this.$d=new Date(""))}else n.call(this,e)}}}()},33839(e){e.exports=function(){"use strict";return function(e,t){t.prototype.isLeapYear=function(){return this.$y%4==0&&this.$y%100!=0||this.$y%400==0}}}()},7554(e){e.exports=function(){"use strict";return function(e,t,i){var o=t.prototype,n=function(e){return e&&(e.indexOf?e:e.s)},a=function(e,t,i,o,a){var s=e.name?e:e.$locale(),r=n(s[t]),l=n(s[i]),d=r||l.map(function(e){return e.slice(0,o)});if(!a)return d;var c=s.weekStart;return d.map(function(e,t){return d[(t+(c||0))%7]})},s=function(){return i.Ls[i.locale()]},r=function(e,t){return e.formats[t]||function(e){return e.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,i){return t||i.slice(1)})}(e.formats[t.toUpperCase()])},l=function(){var e=this;return{months:function(t){return t?t.format("MMMM"):a(e,"months")},monthsShort:function(t){return t?t.format("MMM"):a(e,"monthsShort","months",3)},firstDayOfWeek:function(){return e.$locale().weekStart||0},weekdays:function(t){return t?t.format("dddd"):a(e,"weekdays")},weekdaysMin:function(t){return t?t.format("dd"):a(e,"weekdaysMin","weekdays",2)},weekdaysShort:function(t){return t?t.format("ddd"):a(e,"weekdaysShort","weekdays",3)},longDateFormat:function(t){return r(e.$locale(),t)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};o.localeData=function(){return l.bind(this)()},i.localeData=function(){var e=s();return{firstDayOfWeek:function(){return e.weekStart||0},weekdays:function(){return i.weekdays()},weekdaysShort:function(){return i.weekdaysShort()},weekdaysMin:function(){return i.weekdaysMin()},months:function(){return i.months()},monthsShort:function(){return i.monthsShort()},longDateFormat:function(t){return r(e,t)},meridiem:e.meridiem,ordinal:e.ordinal}},i.months=function(){return a(s(),"months")},i.monthsShort=function(){return a(s(),"monthsShort","months",3)},i.weekdays=function(e){return a(s(),"weekdays",null,null,e)},i.weekdaysShort=function(e){return a(s(),"weekdaysShort","weekdays",3,e)},i.weekdaysMin=function(e){return a(s(),"weekdaysMin","weekdays",2,e)}}}()},49916(e){e.exports=function(){"use strict";var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(t,i,o){var n=i.prototype,a=n.format;o.en.formats=e,n.format=function(t){void 0===t&&(t="YYYY-MM-DDTHH:mm:ssZ");var i=this.$locale().formats,o=function(t,i){return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(t,o,n){var a=n&&n.toUpperCase();return o||i[n]||e[n]||i[a].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,i){return t||i.slice(1)})})}(t,void 0===i?{}:i);return a.call(this,o)}}}()},57565(e){e.exports=s,s.default=s,s.stable=c,s.stableStringify=c;var t="[...]",i="[Circular]",o=[],n=[];function a(){return{depthLimit:Number.MAX_SAFE_INTEGER,edgesLimit:Number.MAX_SAFE_INTEGER}}function s(e,t,i,s){var r;void 0===s&&(s=a()),l(e,"",0,[],void 0,0,s);try{r=0===n.length?JSON.stringify(e,t,i):JSON.stringify(e,h(t),i)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==o.length;){var d=o.pop();4===d.length?Object.defineProperty(d[0],d[1],d[3]):d[0][d[1]]=d[2]}}return r}function r(e,t,i,a){var s=Object.getOwnPropertyDescriptor(a,i);void 0!==s.get?s.configurable?(Object.defineProperty(a,i,{value:e}),o.push([a,i,t,s])):n.push([t,i,e]):(a[i]=e,o.push([a,i,t]))}function l(e,o,n,a,s,d,c){var u;if(d+=1,"object"==typeof e&&null!==e){for(u=0;u<a.length;u++)if(a[u]===e)return void r(i,e,o,s);if(void 0!==c.depthLimit&&d>c.depthLimit)return void r(t,e,o,s);if(void 0!==c.edgesLimit&&n+1>c.edgesLimit)return void r(t,e,o,s);if(a.push(e),Array.isArray(e))for(u=0;u<e.length;u++)l(e[u],u,u,a,e,d,c);else{var h=Object.keys(e);for(u=0;u<h.length;u++){var p=h[u];l(e[p],p,u,a,e,d,c)}}a.pop()}}function d(e,t){return e<t?-1:e>t?1:0}function c(e,t,i,s){void 0===s&&(s=a());var r,l=u(e,"",0,[],void 0,0,s)||e;try{r=0===n.length?JSON.stringify(l,t,i):JSON.stringify(l,h(t),i)}catch(e){return JSON.stringify("[unable to serialize, circular reference is too complex to analyze]")}finally{for(;0!==o.length;){var d=o.pop();4===d.length?Object.defineProperty(d[0],d[1],d[3]):d[0][d[1]]=d[2]}}return r}function u(e,n,a,s,l,c,h){var p;if(c+=1,"object"==typeof e&&null!==e){for(p=0;p<s.length;p++)if(s[p]===e)return void r(i,e,n,l);try{if("function"==typeof e.toJSON)return}catch(e){return}if(void 0!==h.depthLimit&&c>h.depthLimit)return void r(t,e,n,l);if(void 0!==h.edgesLimit&&a+1>h.edgesLimit)return void r(t,e,n,l);if(s.push(e),Array.isArray(e))for(p=0;p<e.length;p++)u(e[p],p,p,s,e,c,h);else{var m={},g=Object.keys(e).sort(d);for(p=0;p<g.length;p++){var v=g[p];u(e[v],v,p,s,e,c,h),m[v]=e[v]}if(void 0===l)return m;o.push([l,n,e]),l[n]=m}s.pop()}}function h(e){return e=void 0!==e?e:function(e,t){return t},function(t,i){if(n.length>0)for(var o=0;o<n.length;o++){var a=n[o];if(a[1]===t&&a[0]===i){i=a[2],n.splice(o,1);break}}return e.call(this,t,i)}}},93678(e){"use strict";function t(e){return e instanceof Buffer?Buffer.from(e):new e.constructor(e.buffer.slice(),e.byteOffset,e.length)}e.exports=function(e){if((e=e||{}).circles)return function(e){const i=[],o=[],n=new Map;if(n.set(Date,e=>new Date(e)),n.set(Map,(e,t)=>new Map(s(Array.from(e),t))),n.set(Set,(e,t)=>new Set(s(Array.from(e),t))),e.constructorHandlers)for(const t of e.constructorHandlers)n.set(t[0],t[1]);let a=null;return e.proto?l:r;function s(e,s){const r=Object.keys(e),l=new Array(r.length);for(let d=0;d<r.length;d++){const c=r[d],u=e[c];if("object"!=typeof u||null===u)l[c]=u;else if(u.constructor!==Object&&(a=n.get(u.constructor)))l[c]=a(u,s);else if(ArrayBuffer.isView(u))l[c]=t(u);else{const e=i.indexOf(u);l[c]=-1!==e?o[e]:s(u)}}return l}function r(e){if("object"!=typeof e||null===e)return e;if(Array.isArray(e))return s(e,r);if(e.constructor!==Object&&(a=n.get(e.constructor)))return a(e,r);const l={};i.push(e),o.push(l);for(const s in e){if(!1===Object.hasOwnProperty.call(e,s))continue;const d=e[s];if("object"!=typeof d||null===d)l[s]=d;else if(d.constructor!==Object&&(a=n.get(d.constructor)))l[s]=a(d,r);else if(ArrayBuffer.isView(d))l[s]=t(d);else{const e=i.indexOf(d);l[s]=-1!==e?o[e]:r(d)}}return i.pop(),o.pop(),l}function l(e){if("object"!=typeof e||null===e)return e;if(Array.isArray(e))return s(e,l);if(e.constructor!==Object&&(a=n.get(e.constructor)))return a(e,l);const r={};i.push(e),o.push(r);for(const s in e){const d=e[s];if("object"!=typeof d||null===d)r[s]=d;else if(d.constructor!==Object&&(a=n.get(d.constructor)))r[s]=a(d,l);else if(ArrayBuffer.isView(d))r[s]=t(d);else{const e=i.indexOf(d);r[s]=-1!==e?o[e]:l(d)}}return i.pop(),o.pop(),r}}(e);const i=new Map;if(i.set(Date,e=>new Date(e)),i.set(Map,(e,t)=>new Map(n(Array.from(e),t))),i.set(Set,(e,t)=>new Set(n(Array.from(e),t))),e.constructorHandlers)for(const t of e.constructorHandlers)i.set(t[0],t[1]);let o=null;return e.proto?function e(a){if("object"!=typeof a||null===a)return a;if(Array.isArray(a))return n(a,e);if(a.constructor!==Object&&(o=i.get(a.constructor)))return o(a,e);const s={};for(const n in a){const r=a[n];"object"!=typeof r||null===r?s[n]=r:r.constructor!==Object&&(o=i.get(r.constructor))?s[n]=o(r,e):ArrayBuffer.isView(r)?s[n]=t(r):s[n]=e(r)}return s}:function e(a){if("object"!=typeof a||null===a)return a;if(Array.isArray(a))return n(a,e);if(a.constructor!==Object&&(o=i.get(a.constructor)))return o(a,e);const s={};for(const n in a){if(!1===Object.hasOwnProperty.call(a,n))continue;const r=a[n];"object"!=typeof r||null===r?s[n]=r:r.constructor!==Object&&(o=i.get(r.constructor))?s[n]=o(r,e):ArrayBuffer.isView(r)?s[n]=t(r):s[n]=e(r)}return s};function n(e,n){const a=Object.keys(e),s=new Array(a.length);for(let r=0;r<a.length;r++){const l=a[r],d=e[l];"object"!=typeof d||null===d?s[l]=d:d.constructor!==Object&&(o=i.get(d.constructor))?s[l]=o(d,n):ArrayBuffer.isView(d)?s[l]=t(d):s[l]=n(d)}return s}}},14609(e,t,i){"use strict";i.d(t,{b:()=>s});const o=(0,i(66506).createLogger)("foundation-criteria");var n=i(86636);const a="default";class s{constructor(){this.expressions={},this.And=(e,t={})=>this.withExpression(e,t,n.r.And()),this.Or=(e,t={})=>this.withExpression(e,t,n.r.Or()),this.Not=(e,t={})=>this.withExpression(e,t,n.r.Not())}withExpression(e,t={},i=n.r.And()){const{condition:s,join:r,groupName:l}=t,d=(e,t=a)=>{var o;const n=null!==(o=this.expressions[t])&&void 0!==o?o:[];this.expressions[t]=[...n,{join:i||r,condition:s,expression:e}]};if(Array.isArray(e))if(r){const t=e.filter(e=>{const t=e instanceof n.r;return t&&o.warn("Inline joins will be discarded when join is defined in ExpressionOptions"),!t});if(l)t.forEach(e=>{d(e,l)});else{const e=(c=r,t.flat().flatMap((e,t,i)=>i.length-1!==t?[e,c]:e));d(e,a)}}else d(e,a);else d(e,"string"==typeof e?a:e.group);var c;return this}build(e){const t=Object.entries(this.expressions).reduce((e,[t,i])=>Object.assign(Object.assign({},e),{[t]:`(${i.filter(({condition:e})=>!e||e()).map(({expression:e,join:t},i,o)=>this.parseExpression(e,o[i-1],t)).join("")})`}),{});return e?e(t):`(${Object.values(t).join(" && ")})`}reset(){this.expressions={}}parseExpression(e,t,i){const o=[];return i&&t&&o.push(` ${i.operator} `),"string"==typeof e?o.push(e):Array.isArray(e)?(e.forEach((e,t,i)=>{if(e instanceof n.r){if(i[t-1]instanceof n.r)throw new Error("Adjacent Join operations detected")}}),o.push(`(${e.map(e=>this.parseExpression(e,void 0)).join("")})`)):e instanceof n.r?o.push(` ${e.operator} `):e&&o.push(e.serialiser(e)),o.join("")}}},58749(e,t,i){"use strict";i.d(t,{K:()=>n});var o=i(95553);class n{constructor(e){this.serialiser=o.n.EQ,this.build=()=>{if(!this.field)throw new Error("Missing required param 'field'");if(void 0===this.value)throw new Error("Missing required param 'value'");if(!this.serialiser)throw new Error("Missing required param 'serialise'");return{field:this.field,value:this.value,serialiser:this.serialiser,params:this.params,valueGetter:this.valueGetter,group:this.group}},e&&(this.field=e.field,this.value=e.value,this.serialiser=e.serialiser,this.params=e.params,this.valueGetter=e.valueGetter,this.group=e.group)}withField(e){return this.field=e,this}withValue(e){return this.value=e,this}withSerialiser(e){return this.serialiser=e,this}withParams(e){return this.params=e,this}withValueGetter(e){return this.valueGetter=e,this}withGroup(e){return this.group=e,this}}},95553(e,t,i){"use strict";i.d(t,{n:()=>s});var o=i(86636);const n=e=>{const{value:t}=e;return e.valueGetter?e.valueGetter(t):"function"==typeof t?t(e):Array.isArray(t)?t.join(","):"string"==typeof t?`"${t}"`:t},a=e=>t=>`${t.field} ${e} ${n(t)}`,s={AND:e=>a(o.X.AND)(e),OR:e=>a(o.X.OR)(e),NOT:e=>a(o.X.NOT)(e),GT:e=>a(o.X.GT)(e),GE:e=>a(o.X.GE)(e),LT:e=>a(o.X.LT)(e),LE:e=>a(o.X.LE)(e),NE:e=>a(o.X.NE)(e),EQ:e=>a(o.X.EQ)(e),equals:e=>`${e.field}.equals(${n(e)})`,equalsIgnoreCase:e=>`${e.field}.equalsIgnoreCase(${n(e)})`,contains:e=>`Expr.contains(${e.field}, ${n(e)})`,fieldContains:e=>`${e.field}.contains(${n(e)})`,containsIgnoreCase:e=>`Expr.containsIgnoreCase(${e.field}, ${n(e)})`,startsWith:e=>`${e.field}.startsWith(${n(e)})`,endsWith:e=>`${e.field}.endsWith(${n(e)})`,dateIsToday:e=>`Expr.dateIsToday(${e.field})`,dateIsEqual:e=>`Expr.dateIsEqual(${e.field}, ${n(e)})`,dateIsGreaterEqual:e=>`Expr.dateIsGreaterEqual(${e.field}, ${n(e)})`,dateIsLessEqual:e=>`Expr.dateIsLessEqual(${e.field}, ${n(e)})`,dateTimeIsGreaterEqual:e=>`Expr.dateTimeIsGreaterEqual(${e.field}, ${n(e)})`,dateTimeIsLessEqual:e=>`Expr.dateTimeIsLessEqual(${e.field}, ${n(e)})`}},86636(e,t,i){"use strict";var o;i.d(t,{X:()=>o,r:()=>n}),function(e){e.AND="&&",e.OR="||",e.NOT="!",e.GT=">",e.GE=">=",e.LT="<",e.LE="<=",e.NE="!=",e.EQ="=="}(o||(o={}));class n{constructor(e){this.$$operator=e}static And(){return new n(o.AND)}static Or(){return new n(o.OR)}static Not(){return new n(o.NOT)}static GreaterThan(){return new n(o.GT)}static GreaterThanOrEqual(){return new n(o.GE)}static LessThan(){return new n(o.LT)}static LessThanOrEqual(){return new n(o.LE)}static NotEqual(){return new n(o.NE)}static Equal(){return new n(o.EQ)}get operator(){return this.$$operator}}},31274(e,t,i){"use strict";i.d(t,{u:()=>n});var o=i(60416);const n=(e,t,i)=>{(0,o.u_)(e);const n=t.split("-")[0],a=document.createElement(`${n}-dialog`),s=i?(e=>{let t=e.querySelector("#dialog-container");return t||(t=document.createElement("div"),t.setAttribute("id","dialog-container"),t.style.position="relative",e.appendChild(t)),t})(i):(0,o.jE)("dialog-container",t);s.appendChild(a),a.notification=e,a.show()}},60416(e,t,i){"use strict";i.d(t,{cL:()=>h,jE:()=>u,uP:()=>d,u_:()=>c});var o=i(66506),n=i(52945),a=i(68424);const s=(0,o.createLogger)("foundation-notifications");let r=null;const l=new Map,d=e=>{var t,i;return`${null!==(t=null==e?void 0:e.title)&&void 0!==t?t:"Error"}: ${null!==(i=null==e?void 0:e.body)&&void 0!==i?i:"Something went wrong"}`},c=e=>{var t,i;s.log({message:d(e),level:(t=e,(null==t?void 0:t.logLevel)||(null===(i=null==t?void 0:t.config)||void 0===i?void 0:i.logLevel)||o.LogLevels.debug)})},u=(e,t)=>{let i=document.querySelector(`#${e}`);if(!i)if(l.has(e))i=l.get(e);else{const t=(0,n.fI)(document).find(t=>t.id===e);t&&(i=t,l.set(e,t))}if(!i){i=document.createElement("div"),i.setAttribute("id",e),i.style.zIndex="9999";const{element:t,prefix:o}=(0,a.DW)(document.body,"rapid");if(t)t.appendChild(i),r=t;else if(r)r.appendChild(i);else{const e=document.createElement(`${o}-design-system-provider`);e.appendChild(i),document.body.appendChild(e),r=e}}return i},h=e=>{for(var t,i;e&&!(e instanceof ShadowRoot);){const o=null===(t=null==e?void 0:e.getRootNode())||void 0===t?void 0:t.getElementById("banner-anchor");if(o)return o.style.position="relative",o;e=null===(i=null==e?void 0:e.getRootNode())||void 0===i?void 0:i.host}return p()},p=()=>{const e=document.createElement("div");return e.setAttribute("id","banner-anchor"),e.style.position="relative",document.body.insertBefore(e,document.body.firstChild),e}},85995(e,t,i){"use strict";i.r(t),i.d(t,{Accordion:()=>u,AccordionItem:()=>f,ActionsMenu:()=>A,AffixMixin:()=>pl,AiCriteriaSearch:()=>ye,AiIndicator:()=>Ee,Anchor:()=>De,AnchoredRegion:()=>Fe,Avatar:()=>Be,BASE_EDITABLE_ELEMENT_SELECTORS:()=>Hv,Badge:()=>qe,Banner:()=>nt,BaseDatasource:()=>di,BaseFileComponent:()=>La,Breadcrumb:()=>lt,BreadcrumbItem:()=>mt,Button:()=>wt,COMBO_INPUT_MIN_LENGTH:()=>Qc,CSSVarsTokenMapper:()=>sm,Calendar:()=>Ot,Card:()=>Lt,CategorizedMultiselect:()=>Gt,Checkbox:()=>Wt,Combobox:()=>fi,ConnectionIndicator:()=>Si,DATETIME_OPERATORS:()=>ee,DATE_OPERATORS:()=>Z,DATE_PICKER_VALUE_FORMAT:()=>uo,DEFUALT_FILTER_BAR_COLUMNS:()=>bs,DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS:()=>Pv,DataGrid:()=>ki,DataGridCell:()=>Ri,DataGridDatasource:()=>rm,DataGridRow:()=>Hi,DatePicker:()=>bo,DefaultRouter:()=>hv,DesignTokensObservable:()=>Go,Dialog:()=>On,DialogElement:()=>En,Disclosure:()=>In,Divider:()=>Mn,DropdownMenu:()=>Vn,EnvironmentIndicator:()=>aa,ErrorBanner:()=>ca,ErrorBoundary:()=>Sa,ErrorBoundaryEvent:()=>ha,ErrorDialog:()=>Ia,ExpressionBuilderConfig:()=>a,ExpressionBuilderCore:()=>Eg,FaPrefixFromStyle:()=>wr,FileReader:()=>_a,FileUpload:()=>Ja,Filter:()=>cs,FilterBar:()=>ys,FilterEvents:()=>ds,FlexLayout:()=>Ts,FlexMediaQueriesEnum:()=>Cs,Flipper:()=>As,Flyout:()=>zs,FoundationDesignSystemProvider:()=>gn,FoundationExpressionBuilder:()=>cg,FoundationRouteCollection:()=>Ev,FoundationRouteNav:()=>Cv,FoundationRouter:()=>Dv,FoundationRouterConfiguration:()=>Ov,FoundationRuleExpressionBuilder:()=>Ug,FoundationValueExpressionBuilder:()=>Wg,GenerateNavigationPathEventType:()=>kv,GridLayout:()=>Xs,GridLayoutItem:()=>tr,GridMediaQueriesEnum:()=>Gs,HorizontalScroll:()=>ar,INPUT_MIN_LENGTH:()=>Jc,Icon:()=>$r,Listbox:()=>Tr,ListboxOption:()=>Rr,Menu:()=>zr,MenuItem:()=>Vr,Modal:()=>Zr,Multiselect:()=>ll,MultiselectDatasource:()=>ol,NUMERIC_OPERATORS:()=>Q,NavigateToEventType:()=>Tv,NotificationListener:()=>Jg,NumberField:()=>Ol,OPERATOR_DISPLAY_LABEL:()=>te,Optgroup:()=>Ll,OptionsDatasource:()=>hi,Popper:()=>bd,Position:()=>Mt,Progress:()=>id,ProgressRing:()=>Sd,Radio:()=>Id,RadioGroup:()=>Md,Router:()=>uv,RuleExpression:()=>Og,SCROLL_TIMEOUT:()=>Xc,SECTION_NAVIGATOR_EVENTS:()=>gu,SNACKBAR_CLOSE_TIMEOUT:()=>lh,SNACKBAR_EVENTS_NAMES:()=>dh,SNACKBAR_TYPES:()=>rh,SNACKBAR_TYPE_DEFAULT:()=>sh,STRING_OPERATORS:()=>J,Scheduler:()=>Gd,SchedulerCronBuilder:()=>Nc,SchedulerTimezone:()=>Uc,SearchBar:()=>eu,SearchBarCombobox:()=>ru,SectionNavigator:()=>bu,SegmentedControl:()=>Su,SegmentedItem:()=>Iu,Select:()=>Mu,Skeleton:()=>Bu,Slider:()=>Xu,SliderLabel:()=>ih,Snackbar:()=>mh,StackingIcons:()=>bh,StatusPill:()=>$h,Stepper:()=>Rv,StepperTab:()=>kh,StepperTabPanel:()=>Rh,Switch:()=>zh,SystemHealthOverlay:()=>cd,Tab:()=>Vh,TabPanel:()=>Jh,Tabs:()=>op,TextArea:()=>dp,TextField:()=>fp,Toast:()=>Op,Toolbar:()=>Ip,Tooltip:()=>Mp,TreeItem:()=>Bp,TreeView:()=>qp,UrlInput:()=>om,accentFillActive:()=>r.accentFillActive,accentFillActiveDelta:()=>r.accentFillActiveDelta,accentFillFocus:()=>r.accentFillFocus,accentFillFocusDelta:()=>r.accentFillFocusDelta,accentFillHover:()=>r.accentFillHover,accentFillHoverDelta:()=>r.accentFillHoverDelta,accentFillRest:()=>r.accentFillRest,accentFillRestDelta:()=>r.accentFillRestDelta,accentForegroundActive:()=>r.accentForegroundActive,accentForegroundActiveDelta:()=>r.accentForegroundActiveDelta,accentForegroundFocus:()=>r.accentForegroundFocus,accentForegroundFocusDelta:()=>r.accentForegroundFocusDelta,accentForegroundHover:()=>r.accentForegroundHover,accentForegroundHoverDelta:()=>r.accentForegroundHoverDelta,accentForegroundRest:()=>r.accentForegroundRest,accentForegroundRestDelta:()=>r.accentForegroundRestDelta,accentPalette:()=>r.accentPalette,accentPaletteValue:()=>nn,actionsMenuBaseStyles:()=>$,applyCustomTokens:()=>Ko,baseComponents:()=>am,baseHeightMultiplier:()=>r.baseHeightMultiplier,baseLayerLuminance:()=>r.baseLayerLuminance,baseLayerLuminanceValue:()=>sn,black:()=>xo,bodyFont:()=>r.bodyFont,buildEditableElementSelector:()=>Uv,categorizedMultiselectStyles:()=>Ht,categorizedMultiselectTemplate:()=>Pt,clientOperators:()=>kg,closeIcon:()=>is,configureDesignSystem:()=>on,configureEnvironmentIndicator:()=>oa,controlCornerRadius:()=>r.controlCornerRadius,controlCornerRadiusValue:()=>ln,createDesignSystemProxy:()=>sd,createFormData:()=>ja,crossIcon:()=>Yc,defaultAccordionConfig:()=>p,defaultAccordionItemConfig:()=>y,defaultAiCriteriaSearchConfig:()=>Ce,defaultAnchorConfig:()=>Ae,defaultAnchoredRegionConfig:()=>_e,defaultAvatarConfig:()=>je,defaultBadgeConfig:()=>Xe,defaultBreadcrumbConfig:()=>ct,defaultBreadcrumbItemConfig:()=>vt,defaultButtonConfig:()=>xt,defaultCalendarConfig:()=>kt,defaultCardConfig:()=>Nt,defaultCategorizedMultiselectConfig:()=>Bt,defaultCheckboxConfig:()=>Kt,defaultComboboxConfig:()=>yi,defaultConfig:()=>Vd,defaultCronBuilderConfig:()=>Mc,defaultDataGridCellConfig:()=>Fi,defaultDataGridConfig:()=>Ii,defaultDataGridRowConfig:()=>Pi,defaultDatePickerConfig:()=>fo,defaultDialogConfig:()=>Sn,defaultDisclosureConfig:()=>Ln,defaultDividerConfig:()=>Hn,defaultFileUploadConfig:()=>Za,defaultFillColor:()=>So,defaultFlexLayoutConfig:()=>Os,defaultFlipperConfig:()=>Rs,defaultFlyoutConfig:()=>Us,defaultGridLayoutConfig:()=>qs,defaultGridLayoutItemConfig:()=>er,defaultHorizontalScrollConfig:()=>rr,defaultIconConfig:()=>yr,defaultListboxConfig:()=>Dr,defaultListboxOptionConfig:()=>Fr,defaultMenuConfig:()=>Ur,defaultMenuItemConfig:()=>Wr,defaultModalConfig:()=>Qr,defaultMultiselectConfig:()=>rl,defaultNavItemPredicate:()=>xv,defaultNeutralForegroundContrast:()=>_o,defaultNumberFieldConfig:()=>kl,defaultPlacementIndexPadding:()=>$v,defaultProgressConfig:()=>nd,defaultProgressRingConfig:()=>Od,defaultRadioConfig:()=>Ld,defaultRadioGroupConfig:()=>Hd,defaultSearchBarComboboxConfig:()=>du,defaultSearchBarConfig:()=>iu,defaultSectionNavigatorConfig:()=>wu,defaultSegmentedControlConfig:()=>Ou,defaultSegmentedItemConfig:()=>Lu,defaultSelectConfig:()=>Hu,defaultSkeletonConfig:()=>ju,defaultSliderConfig:()=>Qu,defaultSliderLabelConfig:()=>nh,defaultStepperConfig:()=>Fv,defaultStepperTabConfig:()=>Ih,defaultStepperTabPanelConfig:()=>Fh,defaultSwitchConfig:()=>Uh,defaultSystemHealthOverlayConfig:()=>md,defaultTabConfig:()=>Wh,defaultTabPanelConfig:()=>Zh,defaultTabsConfig:()=>ap,defaultTextAreaConfig:()=>up,defaultTextFieldConfig:()=>yp,defaultTimezoneConfig:()=>Gc,defaultToastConfig:()=>Ep,defaultToolbarConfig:()=>Lp,defaultTooltipConfig:()=>Hp,defaultTreeItemConfig:()=>jp,defaultTreeViewConfig:()=>Xp,defaultUrlInputConfig:()=>im,defineFactory:()=>Zg,density:()=>r.density,designToken:()=>Yo,designTokensMap:()=>en,designUnit:()=>r.designUnit,designUnitValue:()=>dn,direction:()=>r.direction,directionValue:()=>rn,disabledOpacity:()=>r.disabledOpacity,downloadFile:()=>Ya,dropdownMenuBaseStyles:()=>Pn,environmentIndicatorStyles:()=>qn,errorDialogTemplate:()=>ka,extractMenuItems:()=>Bn,faSizeValueDefault:()=>Cr,faSizeValues:()=>xr,fileReaderStyles:()=>Ra,fileReaderTemplate:()=>Ma,fillColor:()=>r.fillColor,filterBarTemplate:()=>vs,findParentRouter:()=>vv,findRouter:()=>gv,findTopLevelRouter:()=>fv,flyoutAnimationTime:()=>Fs,focusStrokeInner:()=>r.focusStrokeInner,focusStrokeOuter:()=>r.focusStrokeOuter,focusStrokeWidth:()=>r.focusStrokeWidth,foregroundOnAccentActive:()=>r.foregroundOnAccentActive,foregroundOnAccentActiveLarge:()=>r.foregroundOnAccentActiveLarge,foregroundOnAccentFocus:()=>r.foregroundOnAccentFocus,foregroundOnAccentFocusLarge:()=>r.foregroundOnAccentFocusLarge,foregroundOnAccentHover:()=>r.foregroundOnAccentHover,foregroundOnAccentHoverLarge:()=>r.foregroundOnAccentHoverLarge,foregroundOnAccentRest:()=>r.foregroundOnAccentRest,foregroundOnAccentRestLarge:()=>r.foregroundOnAccentRestLarge,formatTimeForCountDown:()=>xh,formatToPlaceholder:()=>lo,foundationAccordion:()=>m,foundationAccordionItem:()=>w,foundationAccordionItemShadowOptions:()=>b,foundationAccordionItemStyles:()=>g,foundationAccordionItemTemplate:()=>v,foundationAccordionShadowOptions:()=>h,foundationAccordionStyles:()=>d,foundationAccordionTemplate:()=>c,foundationActionsMenu:()=>L,foundationActionsMenuStyles:()=>S,foundationActionsMenuTemplate:()=>I,foundationAiCriteriaSearch:()=>xe,foundationAiCriteriaSearchShadowOptions:()=>we,foundationAiCriteriaSearchStyles:()=>_,foundationAiCriteriaSearchTemplate:()=>B,foundationAiIndicator:()=>Oe,foundationAiIndicatorStyles:()=>$e,foundationAiIndicatorTemplate:()=>Se,foundationAnchor:()=>Le,foundationAnchorShadowOptions:()=>Ie,foundationAnchorStyles:()=>Te,foundationAnchorTemplate:()=>ke,foundationAnchoredRegion:()=>He,foundationAnchoredRegionShadowOptions:()=>Me,foundationAnchoredRegionStyles:()=>Ne,foundationAnchoredRegionTemplate:()=>Re,foundationAvatar:()=>Ve,foundationAvatarShadowOptions:()=>Ge,foundationAvatarStyles:()=>ze,foundationAvatarTemplate:()=>Pe,foundationBadge:()=>Je,foundationBadgeShadowOptions:()=>Ke,foundationBadgeStyles:()=>Ye,foundationBadgeTemplate:()=>We,foundationBanner:()=>at,foundationBannerShadowOptions:()=>ot,foundationBannerStyles:()=>et,foundationBannerTemplate:()=>it,foundationBreadcrumb:()=>ut,foundationBreadcrumbItem:()=>ft,foundationBreadcrumbItemShadowOptions:()=>gt,foundationBreadcrumbItemStyles:()=>ht,foundationBreadcrumbItemTemplate:()=>pt,foundationBreadcrumbShadowOptions:()=>dt,foundationBreadcrumbStyles:()=>st,foundationBreadcrumbTemplate:()=>rt,foundationButton:()=>$t,foundationButtonShadowOptions:()=>Ct,foundationButtonStyles:()=>bt,foundationButtonTemplate:()=>yt,foundationCalendar:()=>Dt,foundationCalendarShadowOptions:()=>Tt,foundationCalendarStyles:()=>St,foundationCalendarTemplate:()=>Et,foundationCard:()=>Ft,foundationCardShadowOptions:()=>Rt,foundationCardStyles:()=>It,foundationCardTemplate:()=>At,foundationCategorizedMultiselect:()=>jt,foundationCategorizedMultiselectShadowOptions:()=>Ut,foundationCheckbox:()=>Xt,foundationCheckboxShadowOptions:()=>qt,foundationCheckboxStyles:()=>Vt,foundationCheckboxTemplate:()=>Yt,foundationCombobox:()=>wi,foundationComboboxShadowOptions:()=>bi,foundationComboboxStyles:()=>pi,foundationComboboxTemplate:()=>mi,foundationConnectionIndicator:()=>Ei,foundationConnectionIndicatorStyles:()=>xi,foundationConnectionIndicatorTemplate:()=>$i,foundationDataGrid:()=>Ai,foundationDataGridCell:()=>Mi,foundationDataGridCellShadowOptions:()=>Ni,foundationDataGridCellStyles:()=>Li,foundationDataGridCellTemplate:()=>s.dataGridCellTemplate,foundationDataGridRow:()=>Ui,foundationDataGridRowShadowOptions:()=>zi,foundationDataGridRowStyles:()=>_i,foundationDataGridRowTemplate:()=>s.dataGridRowTemplate,foundationDataGridShadowOptions:()=>Di,foundationDataGridStyles:()=>Oi,foundationDataGridTemplate:()=>Ti,foundationDatePicker:()=>yo,foundationDatePickerShadowOptions:()=>vo,foundationDatePickerStyles:()=>to,foundationDatePickerTemplate:()=>no,foundationDesignSystemProvider:()=>vn,foundationDialog:()=>Tn,foundationDialogShadowOptions:()=>$n,foundationDialogStyles:()=>bn,foundationDialogTemplate:()=>xn,foundationDisclosure:()=>Rn,foundationDisclosureShadowOptions:()=>An,foundationDisclosureStyles:()=>kn,foundationDisclosureTemplate:()=>Dn,foundationDivider:()=>zn,foundationDividerShadowOptions:()=>_n,foundationDividerStyles:()=>Nn,foundationDividerTemplate:()=>Fn,foundationDropdownMenu:()=>Yn,foundationDropdownMenuStyles:()=>Un,foundationDropdownMenuTemplate:()=>jn,foundationEnvironmentIndicator:()=>sa,foundationEnvironmentIndicatorTemplate:()=>Kn,foundationErrorBanner:()=>ua,foundationErrorBannerShadowOptions:()=>da,foundationErrorBannerTemplate:()=>la,foundationErrorBoundary:()=>Ea,foundationErrorBoundaryShadowOptions:()=>$a,foundationErrorBoundaryTemplate:()=>xa,foundationErrorDialog:()=>Aa,foundationErrorDialogShadowOptions:()=>Da,foundationErrorDialogStyles:()=>Oa,foundationFileReader:()=>Ha,foundationFileReaderStyles:()=>Na,foundationFileUpload:()=>es,foundationFileUploadShadowOptions:()=>Qa,foundationFileUploadStyles:()=>Ua,foundationFileUploadTemplate:()=>Ga,foundationFilter:()=>us,foundationFilterBar:()=>ws,foundationFilterBarStyles:()=>ps,foundationFilterBarTemplate:()=>fs,foundationFilterStyles:()=>ts,foundationFilterTemplate:()=>ls,foundationFlexLayout:()=>ks,foundationFlexLayoutShadowOptions:()=>Es,foundationFlexLayoutStyles:()=>$s,foundationFlexLayoutTemplate:()=>Ss,foundationFlipper:()=>Ns,foundationFlipperShadowOptions:()=>Ls,foundationFlipperStyles:()=>Ds,foundationFlipperTemplate:()=>Is,foundationFlyout:()=>Bs,foundationFlyoutShadowOptions:()=>Ps,foundationFlyoutStyles:()=>Ms,foundationFlyoutTemplate:()=>Hs,foundationGridLayout:()=>Js,foundationGridLayoutItem:()=>ir,foundationGridLayoutItemShadowOptions:()=>Zs,foundationGridLayoutItemTemplate:()=>Qs,foundationGridLayoutShadowOptions:()=>Ws,foundationGridLayoutStyles:()=>Vs,foundationGridLayoutTemplate:()=>Ys,foundationHorizontalScroll:()=>lr,foundationHorizontalScrollShadowOptions:()=>sr,foundationHorizontalScrollStyles:()=>or,foundationHorizontalScrollTemplate:()=>nr,foundationIcon:()=>Sr,foundationIconShadowOptions:()=>br,foundationIconStyles:()=>gr,foundationIconTemplate:()=>fr,foundationListbox:()=>Ir,foundationListboxOption:()=>Mr,foundationListboxOptionShadowOptions:()=>Nr,foundationListboxOptionStyles:()=>Ar,foundationListboxOptionTemplate:()=>Lr,foundationListboxShadowOptions:()=>kr,foundationListboxStyles:()=>Er,foundationListboxTemplate:()=>Or,foundationMenu:()=>Br,foundationMenuItem:()=>qr,foundationMenuItemShadowOptions:()=>Yr,foundationMenuItemStyles:()=>Gr,foundationMenuItemTemplate:()=>jr,foundationMenuShadowOptions:()=>Pr,foundationMenuStyles:()=>_r,foundationMenuTemplate:()=>Hr,foundationModal:()=>el,foundationModalShadowOptions:()=>Jr,foundationModalStyles:()=>Kr,foundationModalTemplate:()=>Xr,foundationMultiselect:()=>dl,foundationMultiselectShadowOptions:()=>sl,foundationNotificationListener:()=>Qg,foundationNotificationListenerShadowOptions:()=>Xg,foundationNotificationListenerTemplate:()=>qg,foundationNumberField:()=>Dl,foundationNumberFieldShadowOptions:()=>Tl,foundationNumberFieldStyles:()=>gl,foundationNumberFieldTemplate:()=>vl,foundationOptgroup:()=>Rl,foundationOptgroupStyles:()=>Il,foundationOptgroupTemplate:()=>Al,foundationPopper:()=>Cd,foundationProgress:()=>ad,foundationProgressRing:()=>Td,foundationProgressRingShadowOptions:()=>Ed,foundationProgressRingStyles:()=>xd,foundationProgressRingTemplate:()=>$d,foundationProgressShadowOptions:()=>od,foundationProgressStyles:()=>ed,foundationProgressTemplate:()=>td,foundationRadio:()=>Rd,foundationRadioGroup:()=>zd,foundationRadioGroupShadowOptions:()=>_d,foundationRadioGroupStyles:()=>Nd,foundationRadioGroupTemplate:()=>Fd,foundationRadioShadowOptions:()=>Ad,foundationRadioStyles:()=>kd,foundationRadioTemplate:()=>Dd,foundationScheduler:()=>Yd,foundationSchedulerCronBuilder:()=>_c,foundationSchedulerCronBuilderShadowOptions:()=>Fc,foundationSchedulerCronBuilderTemplate:()=>Rc,foundationSchedulerShadowOptions:()=>jd,foundationSchedulerTemplate:()=>Bd,foundationSchedulerTimezone:()=>jc,foundationSchedulerTimezoneShadowOptions:()=>Bc,foundationSchedulerTimezoneTemplate:()=>Pc,foundationSearchBar:()=>ou,foundationSearchBarCombobox:()=>cu,foundationSearchBarComboboxShadowOptions:()=>lu,foundationSearchBarComboboxStyles:()=>nu,foundationSearchBarComboboxTemplate:()=>au,foundationSearchBarShadowOptions:()=>tu,foundationSearchBarStyles:()=>Vc,foundationSearchBarTemplate:()=>Kc,foundationSectionNavigator:()=>Cu,foundationSectionNavigatorShadowOptions:()=>yu,foundationSectionNavigatorStyles:()=>uu,foundationSectionNavigatorTemplate:()=>hu,foundationSegmentedControl:()=>Tu,foundationSegmentedControlShadowOptions:()=>Eu,foundationSegmentedControlStyles:()=>xu,foundationSegmentedControlTemplate:()=>$u,foundationSegmentedItem:()=>Ru,foundationSegmentedItemShadowOptions:()=>Au,foundationSegmentedItemStyles:()=>ku,foundationSegmentedItemTemplate:()=>Du,foundationSelect:()=>zu,foundationSelectShadowOptions:()=>_u,foundationSelectStyles:()=>Nu,foundationSelectTemplate:()=>Fu,foundationSkeleton:()=>Vu,foundationSkeletonShadowOptions:()=>Gu,foundationSkeletonStyles:()=>Pu,foundationSkeletonTemplate:()=>Uu,foundationSlider:()=>Zu,foundationSliderLabel:()=>ah,foundationSliderLabelShadowOptions:()=>oh,foundationSliderLabelStyles:()=>eh,foundationSliderLabelTemplate:()=>th,foundationSliderShadowOptions:()=>Ju,foundationSliderStyles:()=>Yu,foundationSliderTemplate:()=>Ku,foundationSnackbar:()=>gh,foundationSnackbarShadowOptions:()=>ph,foundationSnackbarStyles:()=>ch,foundationSnackbarTemplate:()=>hh,foundationStackingIcons:()=>yh,foundationStackingIconsStyles:()=>vh,foundationStackingIconsTemplate:()=>fh,foundationStatusPill:()=>Sh,foundationStatusPillTemplate:()=>Ch,foundationStepper:()=>Mv,foundationStepperShadowOptions:()=>Nv,foundationStepperStyles:()=>Lv,foundationStepperTab:()=>Ah,foundationStepperTabPanel:()=>Mh,foundationStepperTabPanelShadowOptions:()=>Nh,foundationStepperTabPanelTemplate:()=>Lh,foundationStepperTabShadowOptions:()=>Dh,foundationStepperTabStyles:()=>Eh,foundationStepperTabTemplate:()=>Th,foundationStepperTemplate:()=>Av,foundationSwitch:()=>Bh,foundationSwitchShadowOptions:()=>Ph,foundationSwitchStyles:()=>_h,foundationSwitchTemplate:()=>Hh,foundationSystemHealthOverlay:()=>gd,foundationSystemHealthOverlayShadowOptions:()=>pd,foundationSystemHealthOverlayStyles:()=>hd,foundationSystemHealthOverlayTemplate:()=>ud,foundationTab:()=>qh,foundationTabPanel:()=>ep,foundationTabPanelShadowOptions:()=>Qh,foundationTabPanelStyles:()=>Kh,foundationTabPanelTemplate:()=>Xh,foundationTabShadowOptions:()=>Yh,foundationTabStyles:()=>Gh,foundationTabTemplate:()=>jh,foundationTabs:()=>sp,foundationTabsShadowOptions:()=>np,foundationTabsStyles:()=>tp,foundationTabsTemplate:()=>ip,foundationTextArea:()=>hp,foundationTextAreaShadowOptions:()=>cp,foundationTextAreaStyles:()=>rp,foundationTextAreaTemplate:()=>lp,foundationTextField:()=>wp,foundationTextFieldShadowOptions:()=>bp,foundationTextFieldStyles:()=>gp,foundationTextFieldTemplate:()=>vp,foundationToast:()=>Tp,foundationToastShadowOptions:()=>Sp,foundationToastStyles:()=>Cp,foundationToastTemplate:()=>$p,foundationToolbar:()=>Rp,foundationToolbarShadowOptions:()=>Ap,foundationToolbarStyles:()=>kp,foundationToolbarTemplate:()=>Dp,foundationTooltip:()=>zp,foundationTooltipShadowOptions:()=>_p,foundationTooltipStyles:()=>Np,foundationTooltipTemplate:()=>Fp,foundationTreeItem:()=>Vp,foundationTreeItemShadowOptions:()=>Gp,foundationTreeItemStyles:()=>Pp,foundationTreeItemTemplate:()=>Up,foundationTreeView:()=>Jp,foundationTreeViewShadowOptions:()=>Kp,foundationTreeViewStyles:()=>Yp,foundationTreeViewTemplate:()=>Wp,foundationUrlInput:()=>nm,foundationUrlInputShadowOptions:()=>tm,foundationUrlInputStyles:()=>Qp,foundationUrlInputTemplate:()=>em,fromBinaryExpression:()=>Hg,fromMethodExpression:()=>zg,fuiAccentPalette:()=>Ro,fuiAccentSwatch:()=>Lo,fuiCardFillColor:()=>Mo,fuiCardForegroundColor:()=>zo,fuiDefaultCardFillColor:()=>Oo,fuiDefaultCardPalette:()=>To,fuiFillColor:()=>Fo,fuiNeutralPalette:()=>Io,fuiNeutralSwatch:()=>Do,getBannerTemplate:()=>tt,getBrowserLocale:()=>so,getCriteriaBuilder:()=>Zc,getDefaultConfig:()=>Jo,getDesignSystemPrefix:()=>T,getDialogTemplate:()=>Cn,getDisplayFormatForLang:()=>ro,getDropdownMenuTemplate:()=>Gn,getErrorDialogTemplate:()=>Ta,getExports:()=>Qo,getFontawesomeIconsCss:()=>mr,getNavItems:()=>Sv,getPrefixedCategorizedMultiselect:()=>zt,getPrefixedCronBuilder:()=>Lc,getPrefixedDatePicker:()=>oo,getPrefixedErrorBanner:()=>ra,getPrefixedFileReader:()=>Fa,getPrefixedFileUpload:()=>Ba,getPrefixedFilterTemplate:()=>rs,getPrefixedFlyout:()=>_s,getPrefixedIcon:()=>vr,getPrefixedMultiselect:()=>nl,getPrefixedScheduler:()=>Ud,getPrefixedSchedulerTimezone:()=>zc,getPrefixedSearchBar:()=>qc,getPrefixedSnackbar:()=>uh,getPrefixedStepper:()=>Iv,getPrefixedStepperTab:()=>Oh,getPrefixedToast:()=>xp,getPrefixedUrlInput:()=>Zp,getTypeRampValue:()=>Zo,groupsToCriteria:()=>X,hasDateValue:()=>co,inputControls:()=>uc,isAbsoluteUrl:()=>mv,jsonConverter:()=>fd,mapType:()=>ms,maxheight:()=>tl,media:()=>Ue,menuTemplate:()=>k,mixinFoundationFontFamily:()=>un,multiselectStyles:()=>il,multiselectTemplate:()=>al,neutralFillActive:()=>r.neutralFillActive,neutralFillActiveDelta:()=>r.neutralFillActiveDelta,neutralFillFocus:()=>r.neutralFillFocus,neutralFillFocusDelta:()=>r.neutralFillFocusDelta,neutralFillHover:()=>r.neutralFillHover,neutralFillHoverDelta:()=>r.neutralFillHoverDelta,neutralFillInputActive:()=>r.neutralFillInputActive,neutralFillInputActiveDelta:()=>r.neutralFillInputActiveDelta,neutralFillInputFocus:()=>r.neutralFillInputFocus,neutralFillInputFocusDelta:()=>r.neutralFillInputFocusDelta,neutralFillInputHover:()=>r.neutralFillInputHover,neutralFillInputHoverDelta:()=>r.neutralFillInputHoverDelta,neutralFillInputRest:()=>r.neutralFillInputRest,neutralFillInputRestDelta:()=>r.neutralFillInputRestDelta,neutralFillLayerRest:()=>r.neutralFillLayerRest,neutralFillLayerRestDelta:()=>r.neutralFillLayerRestDelta,neutralFillRest:()=>r.neutralFillRest,neutralFillRestDelta:()=>r.neutralFillRestDelta,neutralFillStealthActive:()=>r.neutralFillStealthActive,neutralFillStealthActiveDelta:()=>r.neutralFillStealthActiveDelta,neutralFillStealthFocus:()=>r.neutralFillStealthFocus,neutralFillStealthFocusDelta:()=>r.neutralFillStealthFocusDelta,neutralFillStealthHover:()=>r.neutralFillStealthHover,neutralFillStealthHoverDelta:()=>r.neutralFillStealthHoverDelta,neutralFillStealthRest:()=>r.neutralFillStealthRest,neutralFillStealthRestDelta:()=>r.neutralFillStealthRestDelta,neutralFillStrongActive:()=>r.neutralFillStrongActive,neutralFillStrongActiveDelta:()=>r.neutralFillStrongActiveDelta,neutralFillStrongFocus:()=>r.neutralFillStrongFocus,neutralFillStrongFocusDelta:()=>r.neutralFillStrongFocusDelta,neutralFillStrongHover:()=>r.neutralFillStrongHover,neutralFillStrongHoverDelta:()=>r.neutralFillStrongHoverDelta,neutralFillStrongRest:()=>r.neutralFillStrongRest,neutralFillStrongRestDelta:()=>r.neutralFillStrongRestDelta,neutralForeground:()=>Ho,neutralForegroundHint:()=>r.neutralForegroundHint,neutralForegroundRest:()=>r.neutralForegroundRest,neutralLayer1:()=>r.neutralLayer1,neutralLayer2:()=>r.neutralLayer2,neutralLayer3:()=>r.neutralLayer3,neutralLayer4:()=>r.neutralLayer4,neutralLayerCardContainer:()=>r.neutralLayerCardContainer,neutralLayerFloating:()=>r.neutralLayerFloating,neutralPalette:()=>r.neutralPalette,neutralPaletteValue:()=>an,neutralStrokeActive:()=>r.neutralStrokeActive,neutralStrokeActiveDelta:()=>r.neutralStrokeActiveDelta,neutralStrokeDividerRest:()=>r.neutralStrokeDividerRest,neutralStrokeDividerRestDelta:()=>r.neutralStrokeDividerRestDelta,neutralStrokeFocus:()=>r.neutralStrokeFocus,neutralStrokeFocusDelta:()=>r.neutralStrokeFocusDelta,neutralStrokeHover:()=>r.neutralStrokeHover,neutralStrokeHoverDelta:()=>r.neutralStrokeHoverDelta,neutralStrokeRest:()=>r.neutralStrokeRest,neutralStrokeRestDelta:()=>r.neutralStrokeRestDelta,optionsMaxheight:()=>_t,paletteFromHex:()=>qo,parseDatePickerValue:()=>ho,pathJoin:()=>bv,plusIcon:()=>Wc,provideDesignSystem:()=>rd,provideTokens:()=>Vo,rebuildOperator:()=>_g,registerFoundationDesignSystem:()=>Bv,removeChildRouteParameter:()=>wv,removeLastPathSegment:()=>yv,resolveDayjsLocale:()=>ao,routerLogger:()=>sv,routerProperty:()=>cv,ruleExpressionToGroup:()=>Pg,ruleToRuleExpression:()=>Fg,ruleToRuleMethodExpression:()=>Ng,schedulerCronBuilderStyles:()=>hc,schedulerStyles:()=>Pd,schedulerTimezoneStyles:()=>Hc,selectCustomToken:()=>tn,sharedFieldStyles:()=>ml,singleOptionTemplate:()=>D,statusPillStyles:()=>wh,strokeWidth:()=>r.strokeWidth,swatchConverter:()=>Wo,tagFor:()=>ev,transformOperatorNameToServerName:()=>Rg,transformServerNameToOperatorName:()=>Mg,typeRampBaseFontSize:()=>r.typeRampBaseFontSize,typeRampBaseLineHeight:()=>r.typeRampBaseLineHeight,typeRampMinus1FontSize:()=>r.typeRampMinus1FontSize,typeRampMinus1LineHeight:()=>r.typeRampMinus1LineHeight,typeRampMinus2FontSize:()=>r.typeRampMinus2FontSize,typeRampMinus2LineHeight:()=>r.typeRampMinus2LineHeight,typeRampPlus1FontSize:()=>r.typeRampPlus1FontSize,typeRampPlus1LineHeight:()=>r.typeRampPlus1LineHeight,typeRampPlus2FontSize:()=>r.typeRampPlus2FontSize,typeRampPlus2LineHeight:()=>r.typeRampPlus2LineHeight,typeRampPlus3FontSize:()=>r.typeRampPlus3FontSize,typeRampPlus3LineHeight:()=>r.typeRampPlus3LineHeight,typeRampPlus4FontSize:()=>r.typeRampPlus4FontSize,typeRampPlus4LineHeight:()=>r.typeRampPlus4LineHeight,typeRampPlus5FontSize:()=>r.typeRampPlus5FontSize,typeRampPlus5LineHeight:()=>r.typeRampPlus5LineHeight,typeRampPlus6FontSize:()=>r.typeRampPlus6FontSize,typeRampPlus6LineHeight:()=>r.typeRampPlus6LineHeight,uploadFiles:()=>Va,validateClauses:()=>ce,validateGroups:()=>ue,white:()=>Co});var o={};i.r(o),i.d(o,{accentFillActive:()=>r.accentFillActive,accentFillActiveDelta:()=>r.accentFillActiveDelta,accentFillFocus:()=>r.accentFillFocus,accentFillFocusDelta:()=>r.accentFillFocusDelta,accentFillHover:()=>r.accentFillHover,accentFillHoverDelta:()=>r.accentFillHoverDelta,accentFillRest:()=>r.accentFillRest,accentFillRestDelta:()=>r.accentFillRestDelta,accentForegroundActive:()=>r.accentForegroundActive,accentForegroundActiveDelta:()=>r.accentForegroundActiveDelta,accentForegroundFocus:()=>r.accentForegroundFocus,accentForegroundFocusDelta:()=>r.accentForegroundFocusDelta,accentForegroundHover:()=>r.accentForegroundHover,accentForegroundHoverDelta:()=>r.accentForegroundHoverDelta,accentForegroundRest:()=>r.accentForegroundRest,accentForegroundRestDelta:()=>r.accentForegroundRestDelta,accentPalette:()=>r.accentPalette,baseHeightMultiplier:()=>r.baseHeightMultiplier,baseLayerLuminance:()=>r.baseLayerLuminance,bodyFont:()=>r.bodyFont,controlCornerRadius:()=>r.controlCornerRadius,defaultNeutralForegroundContrast:()=>_o,density:()=>r.density,designUnit:()=>r.designUnit,direction:()=>r.direction,disabledOpacity:()=>r.disabledOpacity,fillColor:()=>r.fillColor,focusStrokeInner:()=>r.focusStrokeInner,focusStrokeOuter:()=>r.focusStrokeOuter,focusStrokeWidth:()=>r.focusStrokeWidth,foregroundOnAccentActive:()=>r.foregroundOnAccentActive,foregroundOnAccentActiveLarge:()=>r.foregroundOnAccentActiveLarge,foregroundOnAccentFocus:()=>r.foregroundOnAccentFocus,foregroundOnAccentFocusLarge:()=>r.foregroundOnAccentFocusLarge,foregroundOnAccentHover:()=>r.foregroundOnAccentHover,foregroundOnAccentHoverLarge:()=>r.foregroundOnAccentHoverLarge,foregroundOnAccentRest:()=>r.foregroundOnAccentRest,foregroundOnAccentRestLarge:()=>r.foregroundOnAccentRestLarge,fuiCardFillColor:()=>Mo,fuiCardForegroundColor:()=>zo,fuiFillColor:()=>Fo,neutralFillActive:()=>r.neutralFillActive,neutralFillActiveDelta:()=>r.neutralFillActiveDelta,neutralFillFocus:()=>r.neutralFillFocus,neutralFillFocusDelta:()=>r.neutralFillFocusDelta,neutralFillHover:()=>r.neutralFillHover,neutralFillHoverDelta:()=>r.neutralFillHoverDelta,neutralFillInputActive:()=>r.neutralFillInputActive,neutralFillInputActiveDelta:()=>r.neutralFillInputActiveDelta,neutralFillInputFocus:()=>r.neutralFillInputFocus,neutralFillInputFocusDelta:()=>r.neutralFillInputFocusDelta,neutralFillInputHover:()=>r.neutralFillInputHover,neutralFillInputHoverDelta:()=>r.neutralFillInputHoverDelta,neutralFillInputRest:()=>r.neutralFillInputRest,neutralFillInputRestDelta:()=>r.neutralFillInputRestDelta,neutralFillLayerRest:()=>r.neutralFillLayerRest,neutralFillLayerRestDelta:()=>r.neutralFillLayerRestDelta,neutralFillRest:()=>r.neutralFillRest,neutralFillRestDelta:()=>r.neutralFillRestDelta,neutralFillStealthActive:()=>r.neutralFillStealthActive,neutralFillStealthActiveDelta:()=>r.neutralFillStealthActiveDelta,neutralFillStealthFocus:()=>r.neutralFillStealthFocus,neutralFillStealthFocusDelta:()=>r.neutralFillStealthFocusDelta,neutralFillStealthHover:()=>r.neutralFillStealthHover,neutralFillStealthHoverDelta:()=>r.neutralFillStealthHoverDelta,neutralFillStealthRest:()=>r.neutralFillStealthRest,neutralFillStealthRestDelta:()=>r.neutralFillStealthRestDelta,neutralFillStrongActive:()=>r.neutralFillStrongActive,neutralFillStrongActiveDelta:()=>r.neutralFillStrongActiveDelta,neutralFillStrongFocus:()=>r.neutralFillStrongFocus,neutralFillStrongFocusDelta:()=>r.neutralFillStrongFocusDelta,neutralFillStrongHover:()=>r.neutralFillStrongHover,neutralFillStrongHoverDelta:()=>r.neutralFillStrongHoverDelta,neutralFillStrongRest:()=>r.neutralFillStrongRest,neutralFillStrongRestDelta:()=>r.neutralFillStrongRestDelta,neutralForeground:()=>Ho,neutralForegroundHint:()=>r.neutralForegroundHint,neutralForegroundRest:()=>r.neutralForegroundRest,neutralLayer1:()=>r.neutralLayer1,neutralLayer2:()=>r.neutralLayer2,neutralLayer3:()=>r.neutralLayer3,neutralLayer4:()=>r.neutralLayer4,neutralLayerCardContainer:()=>r.neutralLayerCardContainer,neutralLayerFloating:()=>r.neutralLayerFloating,neutralPalette:()=>r.neutralPalette,neutralStrokeActive:()=>r.neutralStrokeActive,neutralStrokeActiveDelta:()=>r.neutralStrokeActiveDelta,neutralStrokeDividerRest:()=>r.neutralStrokeDividerRest,neutralStrokeDividerRestDelta:()=>r.neutralStrokeDividerRestDelta,neutralStrokeFocus:()=>r.neutralStrokeFocus,neutralStrokeFocusDelta:()=>r.neutralStrokeFocusDelta,neutralStrokeHover:()=>r.neutralStrokeHover,neutralStrokeHoverDelta:()=>r.neutralStrokeHoverDelta,neutralStrokeRest:()=>r.neutralStrokeRest,neutralStrokeRestDelta:()=>r.neutralStrokeRestDelta,strokeWidth:()=>r.strokeWidth,typeRampBaseFontSize:()=>r.typeRampBaseFontSize,typeRampBaseLineHeight:()=>r.typeRampBaseLineHeight,typeRampMinus1FontSize:()=>r.typeRampMinus1FontSize,typeRampMinus1LineHeight:()=>r.typeRampMinus1LineHeight,typeRampMinus2FontSize:()=>r.typeRampMinus2FontSize,typeRampMinus2LineHeight:()=>r.typeRampMinus2LineHeight,typeRampPlus1FontSize:()=>r.typeRampPlus1FontSize,typeRampPlus1LineHeight:()=>r.typeRampPlus1LineHeight,typeRampPlus2FontSize:()=>r.typeRampPlus2FontSize,typeRampPlus2LineHeight:()=>r.typeRampPlus2LineHeight,typeRampPlus3FontSize:()=>r.typeRampPlus3FontSize,typeRampPlus3LineHeight:()=>r.typeRampPlus3LineHeight,typeRampPlus4FontSize:()=>r.typeRampPlus4FontSize,typeRampPlus4LineHeight:()=>r.typeRampPlus4LineHeight,typeRampPlus5FontSize:()=>r.typeRampPlus5FontSize,typeRampPlus5LineHeight:()=>r.typeRampPlus5LineHeight,typeRampPlus6FontSize:()=>r.typeRampPlus6FontSize,typeRampPlus6LineHeight:()=>r.typeRampPlus6LineHeight});var n={};i.r(n),i.d(n,{accentPaletteValue:()=>nn,baseLayerLuminanceValue:()=>sn,controlCornerRadiusValue:()=>ln,designUnitValue:()=>dn,directionValue:()=>rn,neutralPaletteValue:()=>an});var a={};i.r(a),i.d(a,{BASE_LOGICAL_COMBINATORS:()=>lm,BASE_OPERATORS:()=>mm,LOGICAL_COMBINATORS:()=>dm,NULL_COMBINATOR:()=>cm});var s=i(38370),r=i(54634),l=i(33681);const d=(e,t)=>l.css`
2
2
  ${(0,r.accordionStyles)(e,t)}
3
3
  `,c=(e,t)=>(0,s.accordionTemplate)(e,t);class u extends s.Accordion{}const h={delegatesFocus:!0,mode:"open"},p={},m=u.compose(Object.assign({baseName:"accordion",template:c,styles:d,shadowOptions:h},p)),g=(e,t)=>l.css`
4
4
  ${(0,r.accordionItemStyles)(e,t)}
@@ -143,7 +143,7 @@
143
143
  `)}
144
144
  `,{positioning:!0})}
145
145
  </${e}-menu>
146
- `,I=e=>l.html`
146
+ `,D=e=>l.html`
147
147
  <${e}-button
148
148
  appearance="${e=>e.buttonAppearance}"
149
149
  part="actions-opener"
@@ -153,14 +153,14 @@
153
153
  >
154
154
  ${e=>e.getLabel(null==e?void 0:e.singleOption.name)}
155
155
  </${e}-button>
156
- `,D=l.html`
156
+ `,I=l.html`
157
157
  <div
158
158
  class="actions-container${e=>e.isVertical?" actions-vertical":""}"
159
159
  part="actions-container"
160
160
  >
161
161
  ${e=>e.getTemplate(T(e))}
162
162
  </div>
163
- `;class R extends s.FoundationElement{constructor(){super(...arguments),this.isVertical=!1,this.addDefaultActions=!0,this.autoCloseOnAction=!0,this.name="Actions",this.open=!1,this.hideDisabled=!1,this.hideMenuSingleOption=!1}definitionChanged(e,t){var i;this.actions=null!==(i=null==t?void 0:t.actions)&&void 0!==i?i:[],delete this.definition.actions,t.buttonText&&(this.name=t.buttonText,delete this.definition.customButtonText),t.isVertical&&(this.isVertical=t.isVertical,delete this.definition.isVertical),t.buttonAppearance&&(this.buttonAppearance=t.buttonAppearance,delete this.definition.buttonAppearance),t.hideMenuSingleOption&&(this.hideMenuSingleOption=t.hideMenuSingleOption,delete this.definition.hideMenuSingleOption)}openChanged(){this.classNames=(0,x.x)(["visible",this.open],["hidden",!this.open])}toggleActionsMenuVisibility(){this.open=!this.open}onActionMenuItemClick(e){this.autoCloseOnAction&&(this.open=!1),e(this.rowData)}get allActions(){var e;const t=[{name:"✖",callback:()=>this.open=!1}];return this.addDefaultActions?[...null!==(e=this.actions)&&void 0!==e?e:[],...t]:this.actions}get rowData(){if(!this.definition)return;const{node:e,data:t}=this.definition;return(null==e?void 0:e.data)||t}getLabel(e){return"function"==typeof e?e(this.rowData):e}getTemplate(e){if(!this.hideMenuSingleOption)return k(e);const t=this.actions.filter(e=>!e.isDisabled||!e.isDisabled(this.rowData));return this.singleOption=null,0!==t.length?1===t.length?(this.singleOption=t[0],I(e)):k(e):void 0}}(0,C.Cg)([l.observable],R.prototype,"actions",void 0),(0,C.Cg)([(0,l.attr)({attribute:"is-vertical",mode:"boolean"})],R.prototype,"isVertical",void 0),(0,C.Cg)([(0,l.attr)({attribute:"add-default-actions",mode:"boolean"})],R.prototype,"addDefaultActions",void 0),(0,C.Cg)([(0,l.attr)({attribute:"auto-close-on-action",mode:"boolean"})],R.prototype,"autoCloseOnAction",void 0),(0,C.Cg)([l.observable],R.prototype,"classNames",void 0),(0,C.Cg)([l.observable],R.prototype,"definition",void 0),(0,C.Cg)([l.attr],R.prototype,"name",void 0),(0,C.Cg)([(0,l.attr)({attribute:"open",mode:"boolean"})],R.prototype,"open",void 0),(0,C.Cg)([l.attr],R.prototype,"buttonAppearance",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-disabled",mode:"boolean"})],R.prototype,"hideDisabled",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-menu-single-option",mode:"boolean"})],R.prototype,"hideMenuSingleOption",void 0),(0,C.Cg)([l.observable],R.prototype,"singleOption",void 0);const A=R.compose({baseName:"actions-menu",styles:S,template:D});function L(){return"undefined"!=typeof window&&("SpeechRecognition"in window||"webkitSpeechRecognition"in window)}class N{getStatus(){return(0,C.sH)(this,void 0,void 0,function*(){return{provider:"none",model:""}})}interpretCriteria(e,t){return(0,C.sH)(this,void 0,void 0,function*(){return null})}}class F{constructor(){this.noopProvider=new N}get(e){return e===F.DEFAULT_NAME?this.noopProvider:void 0}default(){return this.noopProvider}defaultName(){return F.DEFAULT_NAME}names(){return[F.DEFAULT_NAME]}getStatus(e){return(0,C.sH)(this,void 0,void 0,function*(){var t,i,o;return void 0!==e&&e!==F.DEFAULT_NAME?null:null!==(o=yield null===(i=(t=this.noopProvider).getStatus)||void 0===i?void 0:i.call(t))&&void 0!==o?o:null})}listStatuses(){return(0,C.sH)(this,void 0,void 0,function*(){var e,t,i;const o=null!==(i=yield null===(t=(e=this.noopProvider).getStatus)||void 0===t?void 0:t.call(e))&&void 0!==i?i:null;return[{name:F.DEFAULT_NAME,isDefault:!0,status:o}]})}}F.DEFAULT_NAME="default";const M=s.DI.createInterface(e=>e.singleton(F));const _=l.css`
163
+ `;class A extends s.FoundationElement{constructor(){super(...arguments),this.isVertical=!1,this.addDefaultActions=!0,this.autoCloseOnAction=!0,this.name="Actions",this.open=!1,this.hideDisabled=!1,this.hideMenuSingleOption=!1}definitionChanged(e,t){var i;this.actions=null!==(i=null==t?void 0:t.actions)&&void 0!==i?i:[],delete this.definition.actions,t.buttonText&&(this.name=t.buttonText,delete this.definition.customButtonText),t.isVertical&&(this.isVertical=t.isVertical,delete this.definition.isVertical),t.buttonAppearance&&(this.buttonAppearance=t.buttonAppearance,delete this.definition.buttonAppearance),t.hideMenuSingleOption&&(this.hideMenuSingleOption=t.hideMenuSingleOption,delete this.definition.hideMenuSingleOption)}openChanged(){this.classNames=(0,x.x)(["visible",this.open],["hidden",!this.open])}toggleActionsMenuVisibility(){this.open=!this.open}onActionMenuItemClick(e){this.autoCloseOnAction&&(this.open=!1),e(this.rowData)}get allActions(){var e;const t=[{name:"✖",callback:()=>this.open=!1}];return this.addDefaultActions?[...null!==(e=this.actions)&&void 0!==e?e:[],...t]:this.actions}get rowData(){if(!this.definition)return;const{node:e,data:t}=this.definition;return(null==e?void 0:e.data)||t}getLabel(e){return"function"==typeof e?e(this.rowData):e}getTemplate(e){if(!this.hideMenuSingleOption)return k(e);const t=this.actions.filter(e=>!e.isDisabled||!e.isDisabled(this.rowData));return this.singleOption=null,0!==t.length?1===t.length?(this.singleOption=t[0],D(e)):k(e):void 0}}(0,C.Cg)([l.observable],A.prototype,"actions",void 0),(0,C.Cg)([(0,l.attr)({attribute:"is-vertical",mode:"boolean"})],A.prototype,"isVertical",void 0),(0,C.Cg)([(0,l.attr)({attribute:"add-default-actions",mode:"boolean"})],A.prototype,"addDefaultActions",void 0),(0,C.Cg)([(0,l.attr)({attribute:"auto-close-on-action",mode:"boolean"})],A.prototype,"autoCloseOnAction",void 0),(0,C.Cg)([l.observable],A.prototype,"classNames",void 0),(0,C.Cg)([l.observable],A.prototype,"definition",void 0),(0,C.Cg)([l.attr],A.prototype,"name",void 0),(0,C.Cg)([(0,l.attr)({attribute:"open",mode:"boolean"})],A.prototype,"open",void 0),(0,C.Cg)([l.attr],A.prototype,"buttonAppearance",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-disabled",mode:"boolean"})],A.prototype,"hideDisabled",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-menu-single-option",mode:"boolean"})],A.prototype,"hideMenuSingleOption",void 0),(0,C.Cg)([l.observable],A.prototype,"singleOption",void 0);const L=A.compose({baseName:"actions-menu",styles:S,template:I});function R(){return"undefined"!=typeof window&&("SpeechRecognition"in window||"webkitSpeechRecognition"in window)}class N{getStatus(){return(0,C.sH)(this,void 0,void 0,function*(){return{provider:"none",model:""}})}interpretCriteria(e,t){return(0,C.sH)(this,void 0,void 0,function*(){return null})}}class F{constructor(){this.noopProvider=new N}get(e){return e===F.DEFAULT_NAME?this.noopProvider:void 0}default(){return this.noopProvider}defaultName(){return F.DEFAULT_NAME}names(){return[F.DEFAULT_NAME]}getStatus(e){return(0,C.sH)(this,void 0,void 0,function*(){var t,i,o;return void 0!==e&&e!==F.DEFAULT_NAME?null:null!==(o=yield null===(i=(t=this.noopProvider).getStatus)||void 0===i?void 0:i.call(t))&&void 0!==o?o:null})}listStatuses(){return(0,C.sH)(this,void 0,void 0,function*(){var e,t,i;const o=null!==(i=yield null===(t=(e=this.noopProvider).getStatus)||void 0===t?void 0:t.call(e))&&void 0!==i?i:null;return[{name:F.DEFAULT_NAME,isDefault:!0,status:o}]})}}F.DEFAULT_NAME="default";const M=s.DI.createInterface(e=>e.singleton(F));const _=l.css`
164
164
  :host {
165
165
  display: block;
166
166
  width: 800px;
@@ -258,7 +258,7 @@
258
258
  background: var(--neutral-fill-hover);
259
259
  color: var(--neutral-foreground-rest);
260
260
  }
261
- `;var H=i(77679);let z=!1;try{"undefined"!=typeof GENX_ENABLE_AI&&(z="true"===GENX_ENABLE_AI)}catch(Wl){}const P=()=>z||(0,H.m)("ai");var U=i(40729);const B=l.html`
261
+ `;var H=i(77679);let z=!1;try{"undefined"!=typeof GENX_ENABLE_AI&&(z="true"===GENX_ENABLE_AI)}catch(Yl){}const P=()=>z||(0,H.m)("ai");var U=i(40729);const B=l.html`
262
262
  ${e=>{return t=T(e),l.html`
263
263
  ${(0,l.when)(()=>P(),l.html`
264
264
  <div class="ai-criteria-search">
@@ -332,7 +332,7 @@
332
332
  </div>
333
333
  `)}
334
334
  `;var t}}
335
- `;var G=i(95553),V=i(58749),j=i(14609),W=i(86636);const Y={contains:G.n.containsIgnoreCase,equals:G.n.EQ,startsWith:G.n.startsWith,endsWith:G.n.endsWith,greaterThan:G.n.GT,lessThan:G.n.LT,greaterThanOrEqual:G.n.GE,lessThanOrEqual:G.n.LE,notEqual:G.n.NE,dateIsToday:G.n.dateIsToday,dateIsAfter:G.n.dateIsGreaterEqual,dateIsGreaterEqual:G.n.dateIsGreaterEqual,dateIsBefore:G.n.dateIsLessEqual,dateIsLessEqual:G.n.dateIsLessEqual,dateIsEqual:G.n.dateIsEqual,dateTimeIsAfter:G.n.dateTimeIsGreaterEqual,dateTimeIsGreaterEqual:G.n.dateTimeIsGreaterEqual,dateTimeIsBefore:G.n.dateTimeIsLessEqual,dateTimeIsLessEqual:G.n.dateTimeIsLessEqual};function q(e){var t,i;const o=null!==(t=Y[e.operator])&&void 0!==t?t:G.n.containsIgnoreCase;return(new V.K).withField(e.field).withValue(null!==(i=e.value)&&void 0!==i?i:null).withSerialiser(o).withGroup("default").build()}function K(e,t){return 1===e.length?e[0]:e.reduce((e,i,o)=>0===o?[i]:[...e,t,i],[])}function X(e){var t;const i=new j.b;let o=!1;for(const n of e){if(!(null===(t=n.clauses)||void 0===t?void 0:t.length))continue;const e=n.clauses.map(q),a="or"===n.logic?W.r.Or():W.r.And(),s=K(e,a),r=e.length>1?{join:a}:{};n.negated?i.And([W.r.Not(),s]):i.And(1===e.length?e[0]:e,r),o=!0}return o?i.build():""}const Q=["contains","equals","startsWith","endsWith","notEqual"],J=["equals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","notEqual"],Z=["dateIsToday","dateIsAfter","dateIsBefore","dateIsEqual","dateIsGreaterEqual","dateIsLessEqual"],ee=["dateTimeIsAfter","dateTimeIsBefore","dateTimeIsGreaterEqual","dateTimeIsLessEqual"],te={contains:"contains",equals:"=",startsWith:"starts with",endsWith:"ends with",notEqual:"≠",greaterThan:">",lessThan:"<",greaterThanOrEqual:"≥",lessThanOrEqual:"≤",dateIsToday:"is today",dateIsAfter:"after",dateIsBefore:"before",dateIsEqual:"=",dateIsGreaterEqual:"≥",dateIsLessEqual:"≤",dateTimeIsAfter:"after",dateTimeIsBefore:"before",dateTimeIsGreaterEqual:"≥",dateTimeIsLessEqual:"≤"},ie=new Set(["DATE","LOCALDATE"]),oe=new Set(["DATETIME","NANO_TIMESTAMP","LOCALDATETIME","TIMESTAMP"]),ne=new Set(["INT","INTEGER","LONG","SHORT","DOUBLE","BIGDECIMAL","DECIMAL"]);function ae(e){return(e||"").toUpperCase().trim().split("(")[0].trim()}function se(e){const t=ae(e);return ie.has(t)?Z:oe.has(t)?ee:ne.has(t)?J:Q}function re(e){return ne.has(ae(e))}function le(e){return null!=e&&("number"==typeof e?!Number.isNaN(e)&&e>0:"string"==typeof e&&(/^\d{8}$/.test(e)||/^\d{4}-\d{2}-\d{2}$/.test(e)||/^\d{8}-\d{2}:\d{2}(:\d{2})?$/.test(e)))}function de(e){return null!=e&&("number"==typeof e?!Number.isNaN(e):"string"==typeof e&&!Number.isNaN(Number(e)))}function ce(e,t){const i=[],o=[],n=new Map;if(Array.isArray(t)&&t.length>0){"string"==typeof t[0]?t.forEach(e=>n.set(e,void 0)):t.forEach(e=>n.set(e.NAME,e))}for(const t of e){const{field:e,operator:a,value:s}=t;if(!e||"string"!=typeof e){o.push({field:String(e),message:"Field name is required"});continue}const r=n.get(e),l=r&&"TYPE"in r?r.TYPE:"STRING";se(l).includes(a)?!Z.includes(a)&&!ee.includes(a)||"dateIsToday"===a||le(s)?re(l)&&J.includes(a)&&!de(s)?o.push({field:e,operator:a,value:s,message:"Invalid numeric value"}):n.size>0&&!n.has(e)?o.push({field:e,operator:a,value:s,message:`Unknown field '${e}'`}):i.push(t):o.push({field:e,operator:a,value:s,message:"Invalid date/datetime value; use yyyyMMdd, yyyy-MM-dd, or epoch"}):o.push({field:e,operator:a,value:s,message:`Operator '${a}' is not allowed for field type ${l}`})}return{valid:i,invalid:o}}function ue(e,t){var i;const o=[],n=[];for(const a of e){if(!(null==a?void 0:a.clauses)||!Array.isArray(a.clauses)){n.push({field:"",message:"Group must have a clauses array"});continue}const{valid:e,invalid:s}=ce(a.clauses,t);n.push(...s),e.length>0&&o.push({logic:null!==(i=a.logic)&&void 0!==i?i:"and",negated:a.negated,clauses:e})}return{valid:o,invalid:n}}var he=i(60416);var pe=i(31274);var me=i(52945);const ge=(e,t,i)=>{var o,n,a,s,r,l,d,c,u,h,p,m,g,v,f,b,y,w,C;(0,he.u_)(e);const x=t.split("-")[0],$=(null===(n=null===(o=null==e?void 0:e.config)||void 0===o?void 0:o.toast)||void 0===n?void 0:n.position)||"top-right",S=null!==(a=null!=i?i:(e=>(0,me.fI)(document.body).find(t=>"notify-container"===t.tagName.toLowerCase()&&t.position===e))($))&&void 0!==a?a:(0,he.jE)("notify-container",t);S&&"notify-container"!==S.tagName.toLowerCase()&&function(e,t){var i,o;switch(t.style.position="fixed",null===(o=null===(i=null==e?void 0:e.config)||void 0===i?void 0:i.toast)||void 0===o?void 0:o.position){case"top-left":t.style.top="var(--nav-height, 0)",t.style.left="0";break;case"bottom-left":t.style.bottom="0",t.style.left="0";break;case"bottom-right":t.style.bottom="0",t.style.right="0";break;default:t.style.top="var(--nav-height, 0)",t.style.right="0"}}(e,S);const E=document.createElement(`${x}-toast`),O=document.createElement("div");O.setAttribute("slot","top"),O.textContent=e.title;const T=document.createElement("div");T.setAttribute("slot","content"),T.textContent=(null==e?void 0:e.body)||"";const k=document.createElement("div");let I;k.setAttribute("slot","date"),k.textContent=(null===(s=null==e?void 0:e.createdAt)||void 0===s?void 0:s.toLocaleTimeString())||"",(null===(l=null===(r=null==e?void 0:e.config)||void 0===r?void 0:r.toast)||void 0===l?void 0:l.buttons)&&(null===(u=null===(c=null===(d=null==e?void 0:e.config)||void 0===d?void 0:d.toast)||void 0===c?void 0:c.buttons)||void 0===u?void 0:u.length)&&(I=document.createElement("div"),I.setAttribute("slot","bottom"),e.config.toast.buttons.forEach(t=>{const i=document.createElement(`${x}-button`);i.textContent=t.placeholder||"example placeholder",i.addEventListener("click",()=>{const{details:o}=e.config.toast;if(t.action)return t.action({details:o,buttonElement:i,toastElement:E})}),t.appearance&&i.setAttribute("appearance",t.appearance),I.appendChild(i)})),E.setAttribute("notify",(null===(p=null===(h=null==e?void 0:e.config)||void 0===h?void 0:h.toast)||void 0===p?void 0:p.type)||""),e.iconName&&E.setAttribute("notification-icon",e.iconName),(null===(g=null===(m=null==e?void 0:e.config)||void 0===m?void 0:m.toast)||void 0===g?void 0:g.autoClose)&&E.setAttribute("auto-close",`${null===(f=null===(v=null==e?void 0:e.config)||void 0===v?void 0:v.toast)||void 0===f?void 0:f.autoClose}`),(null===(y=null===(b=null==e?void 0:e.config)||void 0===b?void 0:b.toast)||void 0===y?void 0:y.closeTimeout)&&E.setAttribute("close-timeout",`${null===(C=null===(w=null==e?void 0:e.config)||void 0===w?void 0:w.toast)||void 0===C?void 0:C.closeTimeout}`),E.appendChild(O),E.appendChild(T),E.appendChild(k),I&&E.appendChild(I),S.prepend(E)},ve={alert:e=>{(0,he.u_)(e),alert((0,he.uP)(e))},toast:ge,dialog:pe.u,snackbar:(e,t)=>{(0,he.u_)(e);const i=t.split("-")[0],o=document.createElement(`${i}-snackbar`),n=(0,he.jE)("snack-container",t);n&&(n.style.position="fixed",n.style.bottom="0",n.style.left="0"),n.appendChild(o),o.notification=e},banner:(e,t,i)=>{var o;(0,he.u_)(e);const n=t.split("-")[0],a=document.createElement(`${n}-banner`),s=(0,he.cL)(i);(null===(o=null==s?void 0:s.children)||void 0===o?void 0:o.length)>0&&(a.style.position="absolute",a.style.top="0",a.style.left="0",a.style.width="100%"),s.appendChild(a),a.notification=e}},fe=(e,t,i)=>{Object.keys((null==e?void 0:e.config)||{}).forEach(o=>{ve[o]&&ve[o](e,t,i)})};function be(e,t,i){(null==t?void 0:t.trim())&&fe({title:e,body:t,config:{toast:{autoClose:!0,closeTimeout:4e3,type:"error"}}},i)}class ye extends s.FoundationElement{constructor(){super(...arguments),this.placeholder="Describe your search criteria in natural language...",this.inputValue="",this.isInterpreting=!1,this.lastValidCriteria=null,this.activeGroups=[],this.showingChips=!1,this.fieldMetadata=[],this.isRecording=!1,this.stopRecording=null,this.speechApplyDebounceTimer=null}get speechAvailable(){return L()}get criteriaChips(){return this.activeGroups.flatMap((e,t)=>e.clauses.map((e,i)=>{var o,n;return{groupIndex:t,clauseIndex:i,fieldLabel:this.getFieldLabel(e.field),operatorLabel:null!==(o=te[e.operator])&&void 0!==o?o:e.operator,valueLabel:"dateIsToday"===e.operator?"":String(null!==(n=e.value)&&void 0!==n?n:"")}}))}getFieldLabel(e){var t,i;if(!Array.isArray(this.fieldMetadata)||0===this.fieldMetadata.length)return e;if("string"==typeof this.fieldMetadata[0])return e;const o=this.fieldMetadata.find(t=>t.NAME===e);return null!==(i=null!==(t=null==o?void 0:o.UI_LABEL)&&void 0!==t?t:null==o?void 0:o.NAME)&&void 0!==i?i:e}toggleCriteriaView(){this.showingChips?(this.inputValue="",this.showingChips=!1):this.showingChips=!0}removeChip(e,t){var i;const o=this.activeGroups.map(e=>Object.assign(Object.assign({},e),{clauses:[...e.clauses]}));null===(i=o[e])||void 0===i||i.clauses.splice(t,1);const n=o.filter(e=>e.clauses.length>0);if(this.activeGroups=n,0===n.length)this.showingChips=!1,this.lastValidCriteria=null,this.$emit("criteria-changed",null);else{const e=X(n);this.lastValidCriteria=e,this.$emit("criteria-changed",e)}}clearChips(){this.activeGroups=[],this.showingChips=!1,this.lastValidCriteria=null,this.$emit("criteria-changed",null)}handleSubmit(){return(0,C.sH)(this,void 0,void 0,function*(){var e,t,i;const o=null===(e=this.inputValue)||void 0===e?void 0:e.trim();if(!o||this.isInterpreting)return;const n=null===(t=this.providerRegistry)||void 0===t?void 0:t.default();if(null==n?void 0:n.interpretCriteria){this.isInterpreting=!0;try{const e=Array.isArray(this.fieldMetadata)?this.fieldMetadata:[],t=yield n.interpretCriteria(o,{fields:e});if(!(null===(i=null==t?void 0:t.groups)||void 0===i?void 0:i.some(e=>{var t;return null===(t=e.clauses)||void 0===t?void 0:t.length})))return be("AI criteria search","AI could not interpret the criteria",T(this)),void(this.isInterpreting=!1);const{valid:s,invalid:r}=ue(t.groups,this.fieldMetadata);if(r.length>0&&(be("Criteria validation error",0===(a=r).length?"":1===a.length?a[0].message:a.map(e=>e.message).join("; "),T(this)),this.$emit("validation-errors",r)),s.length>0){const e=[...this.activeGroups,...s],t=X(e);this.lastValidCriteria=t,this.activeGroups=e,this.inputValue="",this.showingChips=!0,this.$emit("criteria-changed",t)}}catch(e){be("AI criteria search",e instanceof Error?e.message:"Interpretation failed",T(this))}finally{this.isInterpreting=!1}var a}else be("AI criteria search","AI provider not configured",T(this))})}handleBlur(){var e;if(this.isRecording)return;(null===(e=this.inputValue)||void 0===e?void 0:e.trim())?this.handleSubmit():this.activeGroups.length>0&&(this.showingChips=!0)}clear(){this.inputValue="",this.lastValidCriteria=null,this.activeGroups=[],this.showingChips=!1,this.$emit("criteria-changed",null)}toggleSpeechInput(){if(this.isRecording&&this.stopRecording)return this.clearSpeechApplyDebounce(),this.stopRecording(),this.stopRecording=null,void(this.isRecording=!1);this.inputValue="",this.showingChips=!1,this.stopRecording=function(e,t){if(!L())return null;const i=new(window.SpeechRecognition||window.webkitSpeechRecognition);i.continuous=!0,i.interimResults=!0,i.lang="en-US";let o="";return i.onresult=t=>{let i="",n="";for(let e=t.resultIndex;e<t.results.length;e+=1){const o=t.results[e][0].transcript;t.results[e].isFinal?n+=o:i+=o}n?(o+=n,e(o,!0)):i&&e(o+i,!1)},i.onerror=e=>{"aborted"!==e.error&&(null==t||t(e.error||"Speech recognition error"))},i.start(),()=>{try{i.stop()}catch(e){}}}((e,t)=>{this.inputValue=e,t&&(null==e?void 0:e.trim())&&(this.clearSpeechApplyDebounce(),this.stopRecording&&(this.stopRecording(),this.stopRecording=null,this.isRecording=!1),this.speechApplyDebounceTimer=setTimeout(()=>{this.speechApplyDebounceTimer=null,this.handleSubmit()},700))},()=>{this.clearSpeechApplyDebounce(),this.isRecording=!1,this.stopRecording=null}),this.stopRecording&&(this.isRecording=!0)}clearSpeechApplyDebounce(){this.speechApplyDebounceTimer&&(clearTimeout(this.speechApplyDebounceTimer),this.speechApplyDebounceTimer=null)}}(0,C.Cg)([M],ye.prototype,"providerRegistry",void 0),(0,C.Cg)([l.attr],ye.prototype,"placeholder",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],ye.prototype,"disabled",void 0),(0,C.Cg)([l.observable],ye.prototype,"inputValue",void 0),(0,C.Cg)([l.observable],ye.prototype,"isInterpreting",void 0),(0,C.Cg)([l.observable],ye.prototype,"lastValidCriteria",void 0),(0,C.Cg)([l.observable],ye.prototype,"activeGroups",void 0),(0,C.Cg)([l.observable],ye.prototype,"showingChips",void 0),(0,C.Cg)([l.observable],ye.prototype,"fieldMetadata",void 0),(0,C.Cg)([l.observable],ye.prototype,"isRecording",void 0),(0,C.Cg)([l.volatile],ye.prototype,"speechAvailable",null),(0,C.Cg)([l.volatile],ye.prototype,"criteriaChips",null);const we=void 0,Ce={},xe=ye.compose(Object.assign({baseName:"ai-criteria-search",template:B,styles:_,shadowOptions:we},Ce)),$e=(e,t)=>l.css`
335
+ `;var G=i(95553),j=i(58749),V=i(14609),Y=i(86636);const W={contains:G.n.containsIgnoreCase,equals:G.n.EQ,startsWith:G.n.startsWith,endsWith:G.n.endsWith,greaterThan:G.n.GT,lessThan:G.n.LT,greaterThanOrEqual:G.n.GE,lessThanOrEqual:G.n.LE,notEqual:G.n.NE,dateIsToday:G.n.dateIsToday,dateIsAfter:G.n.dateIsGreaterEqual,dateIsGreaterEqual:G.n.dateIsGreaterEqual,dateIsBefore:G.n.dateIsLessEqual,dateIsLessEqual:G.n.dateIsLessEqual,dateIsEqual:G.n.dateIsEqual,dateTimeIsAfter:G.n.dateTimeIsGreaterEqual,dateTimeIsGreaterEqual:G.n.dateTimeIsGreaterEqual,dateTimeIsBefore:G.n.dateTimeIsLessEqual,dateTimeIsLessEqual:G.n.dateTimeIsLessEqual};function q(e){var t,i;const o=null!==(t=W[e.operator])&&void 0!==t?t:G.n.containsIgnoreCase;return(new j.K).withField(e.field).withValue(null!==(i=e.value)&&void 0!==i?i:null).withSerialiser(o).withGroup("default").build()}function K(e,t){return 1===e.length?e[0]:e.reduce((e,i,o)=>0===o?[i]:[...e,t,i],[])}function X(e){var t;const i=new V.b;let o=!1;for(const n of e){if(!(null===(t=n.clauses)||void 0===t?void 0:t.length))continue;const e=n.clauses.map(q),a="or"===n.logic?Y.r.Or():Y.r.And(),s=K(e,a),r=e.length>1?{join:a}:{};n.negated?i.And([Y.r.Not(),s]):i.And(1===e.length?e[0]:e,r),o=!0}return o?i.build():""}const J=["contains","equals","startsWith","endsWith","notEqual"],Q=["equals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","notEqual"],Z=["dateIsToday","dateIsAfter","dateIsBefore","dateIsEqual","dateIsGreaterEqual","dateIsLessEqual"],ee=["dateTimeIsAfter","dateTimeIsBefore","dateTimeIsGreaterEqual","dateTimeIsLessEqual"],te={contains:"contains",equals:"=",startsWith:"starts with",endsWith:"ends with",notEqual:"≠",greaterThan:">",lessThan:"<",greaterThanOrEqual:"≥",lessThanOrEqual:"≤",dateIsToday:"is today",dateIsAfter:"after",dateIsBefore:"before",dateIsEqual:"=",dateIsGreaterEqual:"≥",dateIsLessEqual:"≤",dateTimeIsAfter:"after",dateTimeIsBefore:"before",dateTimeIsGreaterEqual:"≥",dateTimeIsLessEqual:"≤"},ie=new Set(["DATE","LOCALDATE"]),oe=new Set(["DATETIME","NANO_TIMESTAMP","LOCALDATETIME","TIMESTAMP"]),ne=new Set(["INT","INTEGER","LONG","SHORT","DOUBLE","BIGDECIMAL","DECIMAL"]);function ae(e){return(e||"").toUpperCase().trim().split("(")[0].trim()}function se(e){const t=ae(e);return ie.has(t)?Z:oe.has(t)?ee:ne.has(t)?Q:J}function re(e){return ne.has(ae(e))}function le(e){return null!=e&&("number"==typeof e?!Number.isNaN(e)&&e>0:"string"==typeof e&&(/^\d{8}$/.test(e)||/^\d{4}-\d{2}-\d{2}$/.test(e)||/^\d{8}-\d{2}:\d{2}(:\d{2})?$/.test(e)))}function de(e){return null!=e&&("number"==typeof e?!Number.isNaN(e):"string"==typeof e&&!Number.isNaN(Number(e)))}function ce(e,t){const i=[],o=[],n=new Map;if(Array.isArray(t)&&t.length>0){"string"==typeof t[0]?t.forEach(e=>n.set(e,void 0)):t.forEach(e=>n.set(e.NAME,e))}for(const t of e){const{field:e,operator:a,value:s}=t;if(!e||"string"!=typeof e){o.push({field:String(e),message:"Field name is required"});continue}const r=n.get(e),l=r&&"TYPE"in r?r.TYPE:"STRING";se(l).includes(a)?!Z.includes(a)&&!ee.includes(a)||"dateIsToday"===a||le(s)?re(l)&&Q.includes(a)&&!de(s)?o.push({field:e,operator:a,value:s,message:"Invalid numeric value"}):n.size>0&&!n.has(e)?o.push({field:e,operator:a,value:s,message:`Unknown field '${e}'`}):i.push(t):o.push({field:e,operator:a,value:s,message:"Invalid date/datetime value; use yyyyMMdd, yyyy-MM-dd, or epoch"}):o.push({field:e,operator:a,value:s,message:`Operator '${a}' is not allowed for field type ${l}`})}return{valid:i,invalid:o}}function ue(e,t){var i;const o=[],n=[];for(const a of e){if(!(null==a?void 0:a.clauses)||!Array.isArray(a.clauses)){n.push({field:"",message:"Group must have a clauses array"});continue}const{valid:e,invalid:s}=ce(a.clauses,t);n.push(...s),e.length>0&&o.push({logic:null!==(i=a.logic)&&void 0!==i?i:"and",negated:a.negated,clauses:e})}return{valid:o,invalid:n}}var he=i(60416);var pe=i(31274);var me=i(52945);const ge=(e,t,i)=>{var o,n,a,s,r,l,d,c,u,h,p,m,g,v,f,b,y,w,C;(0,he.u_)(e);const x=t.split("-")[0],$=(null===(n=null===(o=null==e?void 0:e.config)||void 0===o?void 0:o.toast)||void 0===n?void 0:n.position)||"top-right",S=null!==(a=null!=i?i:(e=>(0,me.fI)(document.body).find(t=>"notify-container"===t.tagName.toLowerCase()&&t.position===e))($))&&void 0!==a?a:(0,he.jE)("notify-container",t);S&&"notify-container"!==S.tagName.toLowerCase()&&function(e,t){var i,o;switch(t.style.position="fixed",null===(o=null===(i=null==e?void 0:e.config)||void 0===i?void 0:i.toast)||void 0===o?void 0:o.position){case"top-left":t.style.top="var(--nav-height, 0)",t.style.left="0";break;case"bottom-left":t.style.bottom="0",t.style.left="0";break;case"bottom-right":t.style.bottom="0",t.style.right="0";break;default:t.style.top="var(--nav-height, 0)",t.style.right="0"}}(e,S);const E=document.createElement(`${x}-toast`),O=document.createElement("div");O.setAttribute("slot","top"),O.textContent=e.title;const T=document.createElement("div");T.setAttribute("slot","content"),T.textContent=(null==e?void 0:e.body)||"";const k=document.createElement("div");let D;k.setAttribute("slot","date"),k.textContent=(null===(s=null==e?void 0:e.createdAt)||void 0===s?void 0:s.toLocaleTimeString())||"",(null===(l=null===(r=null==e?void 0:e.config)||void 0===r?void 0:r.toast)||void 0===l?void 0:l.buttons)&&(null===(u=null===(c=null===(d=null==e?void 0:e.config)||void 0===d?void 0:d.toast)||void 0===c?void 0:c.buttons)||void 0===u?void 0:u.length)&&(D=document.createElement("div"),D.setAttribute("slot","bottom"),e.config.toast.buttons.forEach(t=>{const i=document.createElement(`${x}-button`);i.textContent=t.placeholder||"example placeholder",i.addEventListener("click",()=>{const{details:o}=e.config.toast;if(t.action)return t.action({details:o,buttonElement:i,toastElement:E})}),t.appearance&&i.setAttribute("appearance",t.appearance),D.appendChild(i)})),E.setAttribute("notify",(null===(p=null===(h=null==e?void 0:e.config)||void 0===h?void 0:h.toast)||void 0===p?void 0:p.type)||""),e.iconName&&E.setAttribute("notification-icon",e.iconName),(null===(g=null===(m=null==e?void 0:e.config)||void 0===m?void 0:m.toast)||void 0===g?void 0:g.autoClose)&&E.setAttribute("auto-close",`${null===(f=null===(v=null==e?void 0:e.config)||void 0===v?void 0:v.toast)||void 0===f?void 0:f.autoClose}`),(null===(y=null===(b=null==e?void 0:e.config)||void 0===b?void 0:b.toast)||void 0===y?void 0:y.closeTimeout)&&E.setAttribute("close-timeout",`${null===(C=null===(w=null==e?void 0:e.config)||void 0===w?void 0:w.toast)||void 0===C?void 0:C.closeTimeout}`),E.appendChild(O),E.appendChild(T),E.appendChild(k),D&&E.appendChild(D),S.prepend(E)},ve={alert:e=>{(0,he.u_)(e),alert((0,he.uP)(e))},toast:ge,dialog:pe.u,snackbar:(e,t)=>{(0,he.u_)(e);const i=t.split("-")[0],o=document.createElement(`${i}-snackbar`),n=(0,he.jE)("snack-container",t);n&&(n.style.position="fixed",n.style.bottom="0",n.style.left="0"),n.appendChild(o),o.notification=e},banner:(e,t,i)=>{var o;(0,he.u_)(e);const n=t.split("-")[0],a=document.createElement(`${n}-banner`),s=(0,he.cL)(i);(null===(o=null==s?void 0:s.children)||void 0===o?void 0:o.length)>0&&(a.style.position="absolute",a.style.top="0",a.style.left="0",a.style.width="100%"),s.appendChild(a),a.notification=e}},fe=(e,t,i)=>{Object.keys((null==e?void 0:e.config)||{}).forEach(o=>{ve[o]&&ve[o](e,t,i)})};function be(e,t,i){(null==t?void 0:t.trim())&&fe({title:e,body:t,config:{toast:{autoClose:!0,closeTimeout:4e3,type:"error"}}},i)}class ye extends s.FoundationElement{constructor(){super(...arguments),this.placeholder="Describe your search criteria in natural language...",this.inputValue="",this.isInterpreting=!1,this.lastValidCriteria=null,this.activeGroups=[],this.showingChips=!1,this.fieldMetadata=[],this.isRecording=!1,this.stopRecording=null,this.speechApplyDebounceTimer=null}get speechAvailable(){return R()}get criteriaChips(){return this.activeGroups.flatMap((e,t)=>e.clauses.map((e,i)=>{var o,n;return{groupIndex:t,clauseIndex:i,fieldLabel:this.getFieldLabel(e.field),operatorLabel:null!==(o=te[e.operator])&&void 0!==o?o:e.operator,valueLabel:"dateIsToday"===e.operator?"":String(null!==(n=e.value)&&void 0!==n?n:"")}}))}getFieldLabel(e){var t,i;if(!Array.isArray(this.fieldMetadata)||0===this.fieldMetadata.length)return e;if("string"==typeof this.fieldMetadata[0])return e;const o=this.fieldMetadata.find(t=>t.NAME===e);return null!==(i=null!==(t=null==o?void 0:o.UI_LABEL)&&void 0!==t?t:null==o?void 0:o.NAME)&&void 0!==i?i:e}toggleCriteriaView(){this.showingChips?(this.inputValue="",this.showingChips=!1):this.showingChips=!0}removeChip(e,t){var i;const o=this.activeGroups.map(e=>Object.assign(Object.assign({},e),{clauses:[...e.clauses]}));null===(i=o[e])||void 0===i||i.clauses.splice(t,1);const n=o.filter(e=>e.clauses.length>0);if(this.activeGroups=n,0===n.length)this.showingChips=!1,this.lastValidCriteria=null,this.$emit("criteria-changed",null);else{const e=X(n);this.lastValidCriteria=e,this.$emit("criteria-changed",e)}}clearChips(){this.activeGroups=[],this.showingChips=!1,this.lastValidCriteria=null,this.$emit("criteria-changed",null)}handleSubmit(){return(0,C.sH)(this,void 0,void 0,function*(){var e,t,i;const o=null===(e=this.inputValue)||void 0===e?void 0:e.trim();if(!o||this.isInterpreting)return;const n=null===(t=this.providerRegistry)||void 0===t?void 0:t.default();if(null==n?void 0:n.interpretCriteria){this.isInterpreting=!0;try{const e=Array.isArray(this.fieldMetadata)?this.fieldMetadata:[],t=yield n.interpretCriteria(o,{fields:e});if(!(null===(i=null==t?void 0:t.groups)||void 0===i?void 0:i.some(e=>{var t;return null===(t=e.clauses)||void 0===t?void 0:t.length})))return be("AI criteria search","AI could not interpret the criteria",T(this)),void(this.isInterpreting=!1);const{valid:s,invalid:r}=ue(t.groups,this.fieldMetadata);if(r.length>0&&(be("Criteria validation error",0===(a=r).length?"":1===a.length?a[0].message:a.map(e=>e.message).join("; "),T(this)),this.$emit("validation-errors",r)),s.length>0){const e=[...this.activeGroups,...s],t=X(e);this.lastValidCriteria=t,this.activeGroups=e,this.inputValue="",this.showingChips=!0,this.$emit("criteria-changed",t)}}catch(e){be("AI criteria search",e instanceof Error?e.message:"Interpretation failed",T(this))}finally{this.isInterpreting=!1}var a}else be("AI criteria search","AI provider not configured",T(this))})}handleBlur(){var e;if(this.isRecording)return;(null===(e=this.inputValue)||void 0===e?void 0:e.trim())?this.handleSubmit():this.activeGroups.length>0&&(this.showingChips=!0)}clear(){this.inputValue="",this.lastValidCriteria=null,this.activeGroups=[],this.showingChips=!1,this.$emit("criteria-changed",null)}toggleSpeechInput(){if(this.isRecording&&this.stopRecording)return this.clearSpeechApplyDebounce(),this.stopRecording(),this.stopRecording=null,void(this.isRecording=!1);this.inputValue="",this.showingChips=!1,this.stopRecording=function(e,t){if(!R())return null;const i=new(window.SpeechRecognition||window.webkitSpeechRecognition);i.continuous=!0,i.interimResults=!0,i.lang="en-US";let o="";return i.onresult=t=>{let i="",n="";for(let e=t.resultIndex;e<t.results.length;e+=1){const o=t.results[e][0].transcript;t.results[e].isFinal?n+=o:i+=o}n?(o+=n,e(o,!0)):i&&e(o+i,!1)},i.onerror=e=>{"aborted"!==e.error&&(null==t||t(e.error||"Speech recognition error"))},i.start(),()=>{try{i.stop()}catch(e){}}}((e,t)=>{this.inputValue=e,t&&(null==e?void 0:e.trim())&&(this.clearSpeechApplyDebounce(),this.stopRecording&&(this.stopRecording(),this.stopRecording=null,this.isRecording=!1),this.speechApplyDebounceTimer=setTimeout(()=>{this.speechApplyDebounceTimer=null,this.handleSubmit()},700))},()=>{this.clearSpeechApplyDebounce(),this.isRecording=!1,this.stopRecording=null}),this.stopRecording&&(this.isRecording=!0)}clearSpeechApplyDebounce(){this.speechApplyDebounceTimer&&(clearTimeout(this.speechApplyDebounceTimer),this.speechApplyDebounceTimer=null)}}(0,C.Cg)([M],ye.prototype,"providerRegistry",void 0),(0,C.Cg)([l.attr],ye.prototype,"placeholder",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],ye.prototype,"disabled",void 0),(0,C.Cg)([l.observable],ye.prototype,"inputValue",void 0),(0,C.Cg)([l.observable],ye.prototype,"isInterpreting",void 0),(0,C.Cg)([l.observable],ye.prototype,"lastValidCriteria",void 0),(0,C.Cg)([l.observable],ye.prototype,"activeGroups",void 0),(0,C.Cg)([l.observable],ye.prototype,"showingChips",void 0),(0,C.Cg)([l.observable],ye.prototype,"fieldMetadata",void 0),(0,C.Cg)([l.observable],ye.prototype,"isRecording",void 0),(0,C.Cg)([l.volatile],ye.prototype,"speechAvailable",null),(0,C.Cg)([l.volatile],ye.prototype,"criteriaChips",null);const we=void 0,Ce={},xe=ye.compose(Object.assign({baseName:"ai-criteria-search",template:B,styles:_,shadowOptions:we},Ce)),$e=(e,t)=>l.css`
336
336
  :host {
337
337
  display: flex;
338
338
  justify-content: center;
@@ -521,17 +521,17 @@
521
521
  `;var t}}
522
522
  `;class Ee extends s.FoundationElement{constructor(){super(...arguments),this.status=null,this.open=!1,this.state="none",this.isInstalling=!1,this.pollTimer=null,this.clickOutside=e=>this.handleClickOutside(e)}get aiProvider(){var e;return null===(e=this.providerRegistry)||void 0===e?void 0:e.default()}get chromeStatusLabel(){var e,t;if("chrome"!==(null===(e=this.status)||void 0===e?void 0:e.provider))return null;const i=null===(t=this.status)||void 0===t?void 0:t.chromeAvailability;return"available"===i?"Installed":"downloading"===i||this.isInstalling?"Downloading…":"downloadable"===i?"Downloadable":"unavailable"===i?"Unavailable":null}get canInstall(){var e,t,i;return!!(null===(e=this.aiProvider)||void 0===e?void 0:e.triggerDownload)&&"chrome"===(null===(t=this.status)||void 0===t?void 0:t.provider)&&"downloadable"===(null===(i=this.status)||void 0===i?void 0:i.chromeAvailability)&&!this.isInstalling}get isDownloading(){var e;return"downloading"===(null===(e=this.status)||void 0===e?void 0:e.chromeAvailability)||this.isInstalling}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){e.connectedCallback.call(this),yield this.refreshStatus(),this.maybeStartPolling()})}disconnectedCallback(){this.stopPolling(),document.removeEventListener("mousedown",this.clickOutside)}openChanged(){this.open?(document.addEventListener("mousedown",this.clickOutside),this.refreshStatus()):document.removeEventListener("mousedown",this.clickOutside)}handleClickOutside(e){E(e,this)&&(this.open=!1)}toggleDropdown(){this.open=!this.open}refreshStatus(){return(0,C.sH)(this,void 0,void 0,function*(){var e;if(!(null===(e=this.aiProvider)||void 0===e?void 0:e.getStatus))return this.status=null,void(this.state="none");try{const e=yield this.aiProvider.getStatus();this.status=e,this.state=this.deriveState(e),"available"===this.state&&(this.isInstalling=!1)}catch(e){this.status=null,this.state="none",this.isInstalling=!1}})}deriveState(e){if(!e||"none"===e.provider)return"none";if("chrome"===e.provider){const t=e.chromeAvailability;return"available"===t?"available":"downloading"===t?"downloading":"downloadable"===t?"downloadable":"unavailable"}return"server"}maybeStartPolling(){var e;"downloading"===(null===(e=this.status)||void 0===e?void 0:e.chromeAvailability)||this.isInstalling?this.startPolling():this.stopPolling()}startPolling(){this.pollTimer||(this.pollTimer=setInterval(()=>{this.refreshStatus().then(()=>{this.maybeStartPolling()})},2500))}stopPolling(){this.pollTimer&&(clearInterval(this.pollTimer),this.pollTimer=null)}onInstall(){return(0,C.sH)(this,void 0,void 0,function*(){var e;if(this.canInstall&&(null===(e=this.aiProvider)||void 0===e?void 0:e.triggerDownload)){this.isInstalling=!0;try{yield this.aiProvider.triggerDownload(),this.startPolling()}catch(e){this.isInstalling=!1}finally{yield this.refreshStatus()}}})}}(0,C.Cg)([M],Ee.prototype,"providerRegistry",void 0),(0,C.Cg)([l.observable],Ee.prototype,"status",void 0),(0,C.Cg)([l.observable],Ee.prototype,"open",void 0),(0,C.Cg)([l.observable],Ee.prototype,"state",void 0),(0,C.Cg)([l.observable],Ee.prototype,"isInstalling",void 0),(0,C.Cg)([l.volatile],Ee.prototype,"chromeStatusLabel",null),(0,C.Cg)([l.volatile],Ee.prototype,"canInstall",null),(0,C.Cg)([l.volatile],Ee.prototype,"isDownloading",null);const Oe=Ee.compose({baseName:"ai-indicator",template:Se,styles:$e}),Te=(e,t)=>l.css`
523
523
  ${(0,r.anchorStyles)(e,t)}
524
- `,ke=(e,t)=>(0,s.anchorTemplate)(e,t);class Ie extends r.Anchor{}const De={delegatesFocus:!0,mode:"open"},Re={},Ae=Ie.compose(Object.assign({baseName:"anchor",template:ke,styles:Te,shadowOptions:De},Re)),Le=(e,t)=>(0,s.anchoredRegionTemplate)(e,t),Ne=(e,t)=>l.css`
524
+ `,ke=(e,t)=>(0,s.anchorTemplate)(e,t);class De extends r.Anchor{}const Ie={delegatesFocus:!0,mode:"open"},Ae={},Le=De.compose(Object.assign({baseName:"anchor",template:ke,styles:Te,shadowOptions:Ie},Ae)),Re=(e,t)=>(0,s.anchoredRegionTemplate)(e,t),Ne=(e,t)=>l.css`
525
525
  ${(0,r.anchoredRegionStyles)(e,t)}
526
- `;class Fe extends r.AnchoredRegion{}const Me={delegatesFocus:!0,mode:"open"},_e={},He=Fe.compose(Object.assign({baseName:"anchored-region",template:Le,styles:Ne,shadowOptions:Me},_e)),ze=(e,t)=>l.css`
526
+ `;class Fe extends r.AnchoredRegion{}const Me={delegatesFocus:!0,mode:"open"},_e={},He=Fe.compose(Object.assign({baseName:"anchored-region",template:Re,styles:Ne,shadowOptions:Me},_e)),ze=(e,t)=>l.css`
527
527
  ${(0,r.avatarStyles)(e,t)}
528
528
  `,Pe=(e,t)=>(0,s.avatarTemplate)(e,t),Ue=l.html`
529
529
  ${(0,l.when)(e=>e.imgSrc,l.html`
530
530
  <img src="${e=>e.imgSrc}" alt="${e=>e.alt}" slot="media" class="media" part="media" />
531
531
  `)}
532
- `;class Be extends r.Avatar{}const Ge={delegatesFocus:!0,mode:"open"},Ve={media:Ue},je=Be.compose(Object.assign({baseName:"avatar",template:Pe,styles:ze,shadowOptions:Ge},Ve)),We=(e,t)=>l.css`
532
+ `;class Be extends r.Avatar{}const Ge={delegatesFocus:!0,mode:"open"},je={media:Ue},Ve=Be.compose(Object.assign({baseName:"avatar",template:Pe,styles:ze,shadowOptions:Ge},je)),Ye=(e,t)=>l.css`
533
533
  ${(0,r.badgeStyles)(e,t)}
534
- `,Ye=(e,t)=>(0,s.badgeTemplate)(e,t);class qe extends r.Badge{}const Ke=void 0,Xe={},Qe=qe.compose(Object.assign({baseName:"badge",template:Ye,styles:We,shadowOptions:Ke},Xe));var Je=i(66506);const Ze=(0,Je.createLogger)("foundation-ui"),et=l.css`
534
+ `,We=(e,t)=>(0,s.badgeTemplate)(e,t);class qe extends r.Badge{}const Ke=void 0,Xe={},Je=qe.compose(Object.assign({baseName:"badge",template:We,styles:Ye,shadowOptions:Ke},Xe));var Qe=i(66506);const Ze=(0,Qe.createLogger)("foundation-ui"),et=l.css`
535
535
  @keyframes delete-animate {
536
536
  from {
537
537
  height: 100px;
@@ -642,13 +642,13 @@
642
642
  ${(0,r.buttonStyles)(e,t)}
643
643
  `,yt=(e,t)=>(0,s.buttonTemplate)(e,t);class wt extends r.Button{}const Ct={delegatesFocus:!0,mode:"open"},xt={},$t=wt.compose(Object.assign({baseName:"button",template:yt,styles:bt,shadowOptions:Ct},xt)),St=()=>l.css`
644
644
  ${r.CalendarStyles}
645
- `,Et=(e,t)=>(0,s.calendarTemplate)(e,t);class Ot extends r.Calendar{}const Tt={delegatesFocus:!0,mode:"open"},kt={},It=Ot.compose(Object.assign({baseName:"calendar",template:Et,styles:St,shadowOptions:Tt},kt)),Dt=(e,t)=>l.css`
645
+ `,Et=(e,t)=>(0,s.calendarTemplate)(e,t);class Ot extends r.Calendar{}const Tt={delegatesFocus:!0,mode:"open"},kt={},Dt=Ot.compose(Object.assign({baseName:"calendar",template:Et,styles:St,shadowOptions:Tt},kt)),It=(e,t)=>l.css`
646
646
  ${(0,r.cardStyles)(e,t)}
647
647
  :host {
648
648
  background-color: var(--fui-card-fill-color);
649
649
  color: var(--fui-card-foreground-color);
650
650
  }
651
- `,Rt=(e,t)=>(0,s.cardTemplate)(e,t);class At extends r.Card{}const Lt=void 0,Nt={},Ft=At.compose(Object.assign({baseName:"card",template:Rt,styles:Dt,shadowOptions:Lt},Nt));var Mt;!function(e){e.BELOW="below",e.ABOVE="above"}(Mt||(Mt={}));const _t=450,Ht=l.css`
651
+ `,At=(e,t)=>(0,s.cardTemplate)(e,t);class Lt extends r.Card{}const Rt=void 0,Nt={},Ft=Lt.compose(Object.assign({baseName:"card",template:At,styles:It,shadowOptions:Rt},Nt));var Mt;!function(e){e.BELOW="below",e.ABOVE="above"}(Mt||(Mt={}));const _t=450,Ht=l.css`
652
652
  .root {
653
653
  position: relative;
654
654
  width: 100%;
@@ -909,9 +909,9 @@
909
909
  </div>
910
910
  `,Pt=l.html`
911
911
  ${zt()}
912
- `,Ut=void 0,Bt={};class Gt extends s.FoundationElement{constructor(){super(...arguments),this.name="",this.autoPosition=!0,this.search=!0,this.disabled=!1,this.clickOutside=e=>this.handleClickOutside(e),this.open=!1,this.options=[],this.selectedOptions=[],this.position=Mt.BELOW}openChanged(e,t){var i,o;t?(document.addEventListener("mousedown",this.clickOutside),null===(i=this.optionsElement)||void 0===i||i.classList.add("visible")):(document.removeEventListener("mousedown",this.clickOutside),null===(o=this.optionsElement)||void 0===o||o.classList.remove("visible"))}connectedCallback(){var e;super.connectedCallback(),this.position===Mt.ABOVE&&(null===(e=this.optionsElement)||void 0===e||e.classList.add("position-above"))}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.clickOutside)}toggle(){this.open||this.setDropdownPosition(),this.open=!this.open}sortFilteredOptions(e){const t=(null!=e?e:this.options).reduce((e,t)=>{const i=t.type||"Other";return e[i]?e[i].options.push(t):e[i]={type:i,options:[t]},e},{});return Object.values(t)}optionsChanged(){this.filteredAvailableOptions=this.sortFilteredOptions()}setDropdownPosition(){let e=this.position;if(this.autoPosition){let t=this.assignedSlot?this.assignedSlot.parentElement:this.parentElement;for(;t&&!t.classList.contains("content-wrapper");)t=t.parentElement;if(t){const i=t.getBoundingClientRect(),o=this.getBoundingClientRect(),n=i.top+i.height/2;e=o.top<n?Mt.BELOW:Mt.ABOVE}else{const t=this.getBoundingClientRect(),i=window.innerHeight,o=t.top,n=i-t.bottom;e=n<t.height&&o>n?Mt.ABOVE:Mt.BELOW}}e===Mt.ABOVE?(this.optionsElement.classList.add("position-above"),this.optionsElement.classList.remove("position-below")):e===Mt.BELOW&&(this.optionsElement.classList.add("position-below"),this.optionsElement.classList.remove("position-above"))}optionGetter(e){return e.value}getItemLabel(e){let t;return e?(t=e.label||e.value||"",this.valueFormatter?this.valueFormatter(t):t):""}isOptionDisabled(e){return e&&"string"!=typeof e&&e.disabled||!1}get getPlaceholder(){return`Search ${this.name}`.trim().concat("...")}isOptionSelected(e){return this.selectedOptions.includes(this.optionGetter(e))}selectCheckboxOne(e){const t=this.optionGetter(e);this.selectedOptions.includes(t)?(this.selectedOptions=[...this.selectedOptions],this.selectedOptions.splice(this.selectedOptions.indexOf(t),1)):this.selectedOptions=[...this.selectedOptions,t],this.$emit("selectionChange",this.selectedOptions)}setFilter(){const e=this.options.filter(e=>{var t;const i=e.description,o=null!==(t=e.label)&&void 0!==t?t:e.value;return(null==i?void 0:i.toLowerCase().includes(this.filterSearchValue.toLowerCase()))||o.toLowerCase().includes(this.filterSearchValue.toLowerCase())?e:void 0});this.filteredAvailableOptions=this.sortFilteredOptions(e)}changeHandler(e){e.preventDefault(),e.stopImmediatePropagation()}handleClickOutside(e){E(e,this)&&(this.open=!1)}}(0,C.Cg)([l.attr],Gt.prototype,"name",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"auto-position"})],Gt.prototype,"autoPosition",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Gt.prototype,"search",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Gt.prototype,"disabled",void 0),(0,C.Cg)([l.observable],Gt.prototype,"defaultSlottedNodes",void 0),(0,C.Cg)([l.observable],Gt.prototype,"valueFormatter",void 0),(0,C.Cg)([l.observable],Gt.prototype,"filterSearchValue",void 0),(0,C.Cg)([l.observable],Gt.prototype,"open",void 0),(0,C.Cg)([l.observable],Gt.prototype,"options",void 0),(0,C.Cg)([l.observable],Gt.prototype,"selectedOptions",void 0),(0,C.Cg)([l.observable],Gt.prototype,"filteredAvailableOptions",void 0),(0,C.Cg)([l.observable],Gt.prototype,"position",void 0),(0,C.Cg)([l.volatile],Gt.prototype,"getPlaceholder",null);const Vt=Gt.compose(Object.assign({baseName:"categorized-multiselect",template:Pt,styles:Ht,shadowOptions:Ut},Bt)),jt=(e,t)=>l.css`
912
+ `,Ut=void 0,Bt={};class Gt extends s.FoundationElement{constructor(){super(...arguments),this.name="",this.autoPosition=!0,this.search=!0,this.disabled=!1,this.clickOutside=e=>this.handleClickOutside(e),this.open=!1,this.options=[],this.selectedOptions=[],this.position=Mt.BELOW}openChanged(e,t){var i,o;t?(document.addEventListener("mousedown",this.clickOutside),null===(i=this.optionsElement)||void 0===i||i.classList.add("visible")):(document.removeEventListener("mousedown",this.clickOutside),null===(o=this.optionsElement)||void 0===o||o.classList.remove("visible"))}connectedCallback(){var e;super.connectedCallback(),this.position===Mt.ABOVE&&(null===(e=this.optionsElement)||void 0===e||e.classList.add("position-above"))}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.clickOutside)}toggle(){this.open||this.setDropdownPosition(),this.open=!this.open}sortFilteredOptions(e){const t=(null!=e?e:this.options).reduce((e,t)=>{const i=t.type||"Other";return e[i]?e[i].options.push(t):e[i]={type:i,options:[t]},e},{});return Object.values(t)}optionsChanged(){this.filteredAvailableOptions=this.sortFilteredOptions()}setDropdownPosition(){let e=this.position;if(this.autoPosition){let t=this.assignedSlot?this.assignedSlot.parentElement:this.parentElement;for(;t&&!t.classList.contains("content-wrapper");)t=t.parentElement;if(t){const i=t.getBoundingClientRect(),o=this.getBoundingClientRect(),n=i.top+i.height/2;e=o.top<n?Mt.BELOW:Mt.ABOVE}else{const t=this.getBoundingClientRect(),i=window.innerHeight,o=t.top,n=i-t.bottom;e=n<t.height&&o>n?Mt.ABOVE:Mt.BELOW}}e===Mt.ABOVE?(this.optionsElement.classList.add("position-above"),this.optionsElement.classList.remove("position-below")):e===Mt.BELOW&&(this.optionsElement.classList.add("position-below"),this.optionsElement.classList.remove("position-above"))}optionGetter(e){return e.value}getItemLabel(e){let t;return e?(t=e.label||e.value||"",this.valueFormatter?this.valueFormatter(t):t):""}isOptionDisabled(e){return e&&"string"!=typeof e&&e.disabled||!1}get getPlaceholder(){return`Search ${this.name}`.trim().concat("...")}isOptionSelected(e){return this.selectedOptions.includes(this.optionGetter(e))}selectCheckboxOne(e){const t=this.optionGetter(e);this.selectedOptions.includes(t)?(this.selectedOptions=[...this.selectedOptions],this.selectedOptions.splice(this.selectedOptions.indexOf(t),1)):this.selectedOptions=[...this.selectedOptions,t],this.$emit("selectionChange",this.selectedOptions)}setFilter(){const e=this.options.filter(e=>{var t;const i=e.description,o=null!==(t=e.label)&&void 0!==t?t:e.value;return(null==i?void 0:i.toLowerCase().includes(this.filterSearchValue.toLowerCase()))||o.toLowerCase().includes(this.filterSearchValue.toLowerCase())?e:void 0});this.filteredAvailableOptions=this.sortFilteredOptions(e)}changeHandler(e){e.preventDefault(),e.stopImmediatePropagation()}handleClickOutside(e){E(e,this)&&(this.open=!1)}}(0,C.Cg)([l.attr],Gt.prototype,"name",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"auto-position"})],Gt.prototype,"autoPosition",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Gt.prototype,"search",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Gt.prototype,"disabled",void 0),(0,C.Cg)([l.observable],Gt.prototype,"defaultSlottedNodes",void 0),(0,C.Cg)([l.observable],Gt.prototype,"valueFormatter",void 0),(0,C.Cg)([l.observable],Gt.prototype,"filterSearchValue",void 0),(0,C.Cg)([l.observable],Gt.prototype,"open",void 0),(0,C.Cg)([l.observable],Gt.prototype,"options",void 0),(0,C.Cg)([l.observable],Gt.prototype,"selectedOptions",void 0),(0,C.Cg)([l.observable],Gt.prototype,"filteredAvailableOptions",void 0),(0,C.Cg)([l.observable],Gt.prototype,"position",void 0),(0,C.Cg)([l.volatile],Gt.prototype,"getPlaceholder",null);const jt=Gt.compose(Object.assign({baseName:"categorized-multiselect",template:Pt,styles:Ht,shadowOptions:Ut},Bt)),Vt=(e,t)=>l.css`
913
913
  ${(0,r.checkboxStyles)(e,t)}
914
- `,Wt=(e,t)=>(0,s.checkboxTemplate)(e,t);class Yt extends r.Checkbox{}const qt=void 0,Kt={checkedIndicator:'\n <svg\n aria-hidden="true"\n part="checked-indicator"\n class="checked-indicator"\n viewBox="0 0 20 20"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M8.143 12.6697L15.235 4.5L16.8 5.90363L8.23812 15.7667L3.80005 11.2556L5.27591 9.7555L8.143 12.6697Z"\n />\n </svg>\n ',indeterminateIndicator:'\n <div part="indeterminate-indicator" class="indeterminate-indicator"></div>\n '},Xt=Yt.compose(Object.assign({baseName:"checkbox",template:Wt,styles:jt,shadowOptions:qt},Kt));var Qt=i(62051),Jt=i.n(Qt),Zt=i(40370),ei=i(6884),ti=i(96730),ii=i(21281),oi=i(34193),ni=i(41119),ai=i(26347),si=i(9033),ri=i(12066),li=i(97156);class di extends((0,Zt.C)(s.FoundationElement)){constructor(){super(...arguments),this.withGridInit=!0,this.isSnapshot=!1,this.maxRows=ei.OD.MAX_ROWS_250,this.maxView=ei.OD.MAX_VIEW_1000,this.resourceName="",this.reverse=!1,this.rowId="ROW_REF",this.withTimestampFormatting=!0,this.requiresFullDataRefresh=!0,this.rowsSyncedWithStream=new Map,this.dataSubWasLoggedOff=!1,this.criteriaFromFilters=new Map,this.update=new li.t(new Map),this.fetchGeneration=0}criteriaChanged(e,t){const i=e!==(0,ti.Q)(t,";");this.refetchIfInitializedAndChanged(i)}dataChanged(e){e&&(this.clearData(),this.reset())}requestChanged(e,t){const i=JSON.stringify(e)!==JSON.stringify(t);this.refetchIfInitializedAndChanged(i)}refetchIfInitializedAndChanged(e){this.datasource.initialized&&e&&this.fetchGenesisData(null)}set datasourceConfig(e){e&&Object.keys(e).forEach(t=>{void 0!==e[t]&&(this[t]=e[t])})}disconnectedCallback(){var e,t;super.disconnectedCallback(),this.clearData(),null===(e=this.dataSub)||void 0===e||e.unsubscribe(),null===(t=this.update)||void 0===t||t.unsubscribe(),delete this.dataSub,delete this.update,this.datasource.destroy(),delete this.datasource}reset(){this.requiresFullDataRefresh=!0,this.fetchGenesisData()}fetchGenesisData(){return(0,C.sH)(this,arguments,void 0,function*(e=!0){var t;null===(t=this.dataSub)||void 0===t||t.unsubscribe(),this.dataSub=void 0,this.fetchGeneration+=1;const i=this.fetchGeneration,o=()=>i!==this.fetchGeneration;if(this.data)return void this.syncComponentData(this.data);const n=e||!this.datasource.initialized;n||(this.connect.dataLogoff(this.sourceRef),this.clearData());const a=yield this.datasource.init(this.datasourceOptions(),n);if(!o())if(a){if(this.isSnapshot){const e=yield this.datasource.snapshotFiltered();if(o())return;return void this.syncComponentData(e)}Ze.debug(`requesting stream for ${this.resourceName}`),this.dataSub=this.datasource.stream.subscribe(e=>{if(o())return;e.DISCONNECTED&&this.handleError({message:`Genesis Datasource disconnected for ${this.resourceName}`,loggerType:"error"}),this.sourceRef=e.SOURCE_REF;const t=e.MESSAGE_TYPE;if(t&&t===ii.Go.LOGOFF_ACK)this.dataSubWasLoggedOff=!0;else if(this.dataSubWasLoggedOff=!1,e.ROW){const t=(0,oi.d)(e);this.handleStreamUpdate(t)}else this.handleStreamUpdate(e)})}else this.handleError({message:`Genesis Datasource init failed for ${this.resourceName}`,loggerType:"error"})})}initDatasource(){return(0,C.sH)(this,void 0,void 0,function*(){yield this.datasource.init(this.datasourceOptions(),!0)})}datasourceOptions(){return{criteria:this.buildCriteria(),fields:this.fields,isSnapshot:this.isSnapshot,orderBy:this.orderBy,resourceName:this.resourceName,request:this.request,reverse:this.reverse,maxRows:this.maxRows,maxView:this.maxView}}handleStreamUpdate(e){if(!e)return;e.hasOwnProperty("REPLY")?this.applyRequestServerData(e):this.applyDataserverData(e)}applyRequestServerData(e){var t,i;if(!Array.isArray(e.REPLY)||!(null===(t=e.MESSAGE_TYPE)||void 0===t?void 0:t.startsWith("REP_")))return void this.handleError({message:"received invalid RequestServerResult",loggerType:"error",loggerArgs:[e]});if(this.requiresFullDataRefresh){"ROW_REF"!==this.rowId&&(null===(i=e.REPLY)||void 0===i||i.forEach(e=>{this.rowsSyncedWithStream.set(e[this.rowId],e)}));const t=this.rowsSyncedWithStream.size>0?Array.from(this.rowsSyncedWithStream.values()):e.REPLY;return void this.syncComponentData(t)}this.handleStreamInserts(e.REPLY);const o=Array.from(this.rowsSyncedWithStream.values()).filter(t=>!e.REPLY.includes(t));this.handleStreamDeletes(o)}applyDataserverData(e){var t,i,o,n;if(this.requiresFullDataRefresh){null===(t=e.inserts)||void 0===t||t.forEach(e=>{this.rowsSyncedWithStream.set(e[this.rowId],e)});const i=Array.from(this.rowsSyncedWithStream.values());return void this.syncComponentData(i)}(null===(i=e.inserts)||void 0===i?void 0:i.length)>0&&this.handleStreamInserts(e.inserts),(null===(o=e.deletes)||void 0===o?void 0:o.length)>0&&this.handleStreamDeletes(e.deletes),(null===(n=e.updates)||void 0===n?void 0:n.length)>0&&this.handleStreamUpdates(e.updates)}buildCriteria(){var e;const t=(null===(e=this.criteria)||void 0===e?void 0:e.split(";"))||[];return(0,ti.Q)(t.join(" && "),";")}setFilter(e,t){this.criteriaFromFilters.set(e,t),this.update.next(this.criteriaFromFilters)}removeFilter(e){this.criteriaFromFilters.delete(e),this.update.next(this.criteriaFromFilters)}handleError(e={}){const{message:t,loggerType:i,loggerArgs:o=[]}=e;t&&Ze[i](t,...o)}getFieldMetadata(e){var t;return null===(t=this.datasource.fieldMetadata)||void 0===t?void 0:t.find(t=>t.name===e)}getDefaultLabelFormat(e,t){return t===ni.w.DATE||t===ni.w.DATETIME?(0,ri.Ey)(e,t===ni.w.DATETIME):e}}function ci(e,t){var i;const o=new j.b;o.withExpression((new V.K).withField(null!==(i=e.labelField)&&void 0!==i?i:e.valueField).withValue(t).withSerialiser(G.n.containsIgnoreCase).build()),e.baseCriteria?e.criteria=`${e.baseCriteria} && ${o.build()}`:e.criteria=o.build()}var ui;(0,C.Cg)([ai.dm],di.prototype,"connect",void 0),(0,C.Cg)([si.yW],di.prototype,"datasource",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],di.prototype,"withGridInit",void 0),(0,C.Cg)([l.attr],di.prototype,"criteria",void 0),(0,C.Cg)([l.observable],di.prototype,"data",void 0),(0,C.Cg)([l.attr],di.prototype,"fields",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],di.prototype,"isSnapshot",void 0),(0,C.Cg)([l.attr],di.prototype,"maxRows",void 0),(0,C.Cg)([l.attr],di.prototype,"maxView",void 0),(0,C.Cg)([l.attr],di.prototype,"orderBy",void 0),(0,C.Cg)([l.attr],di.prototype,"request",void 0),(0,C.Cg)([l.attr],di.prototype,"resourceName",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],di.prototype,"reverse",void 0),(0,C.Cg)([l.attr],di.prototype,"rowId",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"with-timestamp-formatting"})],di.prototype,"withTimestampFormatting",void 0);let hi=ui=class extends di{constructor(){super(...arguments),this.emptyDataLabel="No matching records",this.allowCustomOptions=!1,this.initalSelectedValueInitialized=!1,this.isSnapshot=!0,this.baseCriteria="",this.resizeObserverCallback=e=>{e.forEach(e=>{this.checkOverflow(e.target)})},this.selectChangeHandler=e=>{var t;const i=e.target.value,o=null===(t=this.options)||void 0===t?void 0:t.find(e=>String(e.label)===i);!o&&this.allowCustomOptions&&this.select instanceof r.Combobox?this.select.$emit("value-change",{label:i,value:i}):this.select.$emit("value-change",o)}}initialSelectedValueChanged(e,t){t&&t!==e&&(this.select&&this.getDisplayForValue(t)===String(this.select.value||"")||(this.initalSelectedValueInitialized=!1,this.clearData(),this.fetchData()))}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){var t,i;e.connectedCallback.call(this),this.baseCriteria=this.criteria,this.fields=this.labelField?null===(t=this.valueField)||void 0===t?void 0:t.concat(" ",this.labelField):this.valueField,this.select=this.parentElement,this.optionElement=null!==(i=this.optionElement)&&void 0!==i?i:`${T(this.select)}-option`,this.select.addEventListener("change",this.selectChangeHandler),this.resizeObserver=new ResizeObserver(this.resizeObserverCallback),this.fetchData(),this.valueField||Ze.warn('Specify field for values in options (e.g value-field="VALUE") and optionally field for label (e.g label-field="NAME")')})}disconnectedCallback(){super.disconnectedCallback(),this.resizeObserver.disconnect(),this.select.removeEventListener("change",this.selectChangeHandler)}fetchData(){this.select&&this.valueField&&(this.resourceName&&this.connect.isConnected||this.data)&&(this.select instanceof r.Combobox&&this.select.async&&this.initialSelectedValue?this.asyncModeIntialization():this.fetchGenesisData())}asyncModeIntialization(){return(0,C.sH)(this,void 0,void 0,function*(){(yield this.datasource.init(this.datasourceOptions(),!0))?ci(this,this.initialSelectedValue):this.handleError({message:`Genesis Datasource async mode initialization failed for ${this.resourceName}`,loggerType:"error"})})}clearData(){this.select&&(Array.from(this.select.children).forEach(e=>{e instanceof ui||this.select.removeChild(e)}),this.select.value="",this.select.initialValue="")}checkOverflow(e){const t=e.shadowRoot.querySelector(".content");t&&(t.scrollWidth>t.clientWidth?e.setAttribute("title",e.textContent):e.removeAttribute("title"))}syncComponentData(e){const t=null!=e?e:Array.from(this.rowsSyncedWithStream.values());if(t.length>0){this.options=t.map(e=>{var t;return{value:e[this.valueField],label:this.labelRowFormatter?this.labelRowFormatter(e):this.labelFormatter?this.labelFormatter(e[this.labelField]):this.getDefaultLabelFormat(e[this.labelField],null===(t=this.getFieldMetadata(this.labelField))||void 0===t?void 0:t.type)}});if(this.options.map(({value:e,label:t})=>{const i=document.createElement(this.optionElement);return i.textContent=t||e,i.value=e,i}).forEach(e=>{this.select.appendChild(e),this.resizeObserver.observe(e)}),!this.initalSelectedValueInitialized||this.select instanceof r.Combobox&&!this.select.async){this.resetCombobox();const e=this.getInitialLabel();l.DOM.queueUpdate(()=>{this.select.value=String(e),this.select instanceof r.Combobox&&this.select.async&&this.selectChangeHandler({target:{value:e}})}),this.initalSelectedValueInitialized=!0}}else{this.allowCustomOptions&&this.initialSelectedValue&&(!this.initalSelectedValueInitialized||this.select instanceof r.Combobox&&!this.select.async)&&(this.resetCombobox(),l.DOM.queueUpdate(()=>{this.select.value=String(this.initialSelectedValue)}),this.initalSelectedValueInitialized=!0);const e=document.createElement(this.optionElement);e.textContent=this.emptyDataLabel,e.value="",e.disabled=!0,this.select.appendChild(e)}}getInitialLabel(){return this.getDisplayForValue(this.initialSelectedValue)}getDisplayForValue(e){var t;if(null==e||0!==e&&!e)return"";const i=null===(t=this.options)||void 0===t?void 0:t.find(t=>t.value===e);return this.allowCustomOptions&&this.select instanceof r.Combobox?String(i?i.label:e):i?String(i.label):""}resetCombobox(){this.select&&this.select instanceof r.Combobox&&this.select.resetCombobox()}handleStreamInserts(e){Ze.debug("handleStreamInserts - Method not implemented.")}handleStreamDeletes(e){Ze.debug("handleStreamDeletes - Method not implemented.")}handleStreamUpdates(e){Ze.debug("handleStreamUpdates - Method not implemented.")}};(0,C.Cg)([(0,l.attr)({attribute:"label-field"})],hi.prototype,"labelField",void 0),(0,C.Cg)([(0,l.attr)({attribute:"option-element"})],hi.prototype,"optionElement",void 0),(0,C.Cg)([(0,l.attr)({attribute:"value-field"})],hi.prototype,"valueField",void 0),(0,C.Cg)([(0,l.attr)({attribute:"empty-data-label"})],hi.prototype,"emptyDataLabel",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"allow-custom-options"})],hi.prototype,"allowCustomOptions",void 0),(0,C.Cg)([l.observable],hi.prototype,"labelFormatter",void 0),(0,C.Cg)([l.observable],hi.prototype,"labelRowFormatter",void 0),(0,C.Cg)([l.observable],hi.prototype,"initialSelectedValue",void 0),hi=ui=(0,C.Cg)([(0,l.customElement)({name:"options-datasource"})],hi);const pi=(e,t)=>l.css`
914
+ `,Yt=(e,t)=>(0,s.checkboxTemplate)(e,t);class Wt extends r.Checkbox{}const qt=void 0,Kt={checkedIndicator:'\n <svg\n aria-hidden="true"\n part="checked-indicator"\n class="checked-indicator"\n viewBox="0 0 20 20"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M8.143 12.6697L15.235 4.5L16.8 5.90363L8.23812 15.7667L3.80005 11.2556L5.27591 9.7555L8.143 12.6697Z"\n />\n </svg>\n ',indeterminateIndicator:'\n <div part="indeterminate-indicator" class="indeterminate-indicator"></div>\n '},Xt=Wt.compose(Object.assign({baseName:"checkbox",template:Yt,styles:Vt,shadowOptions:qt},Kt));var Jt=i(62051),Qt=i.n(Jt),Zt=i(40370),ei=i(6884),ti=i(96730),ii=i(21281),oi=i(34193),ni=i(41119),ai=i(26347),si=i(9033),ri=i(12066),li=i(97156);class di extends((0,Zt.C)(s.FoundationElement)){constructor(){super(...arguments),this.withGridInit=!0,this.isSnapshot=!1,this.maxRows=ei.OD.MAX_ROWS_250,this.maxView=ei.OD.MAX_VIEW_1000,this.resourceName="",this.reverse=!1,this.rowId="ROW_REF",this.withTimestampFormatting=!0,this.requiresFullDataRefresh=!0,this.rowsSyncedWithStream=new Map,this.dataSubWasLoggedOff=!1,this.criteriaFromFilters=new Map,this.update=new li.t(new Map),this.fetchGeneration=0}criteriaChanged(e,t){const i=e!==(0,ti.Q)(t,";");this.refetchIfInitializedAndChanged(i)}dataChanged(e){e&&(this.clearData(),this.reset())}requestChanged(e,t){const i=JSON.stringify(e)!==JSON.stringify(t);this.refetchIfInitializedAndChanged(i)}refetchIfInitializedAndChanged(e){this.datasource.initialized&&e&&this.fetchGenesisData(null)}set datasourceConfig(e){e&&Object.keys(e).forEach(t=>{void 0!==e[t]&&(this[t]=e[t])})}disconnectedCallback(){var e,t;super.disconnectedCallback(),this.clearData(),null===(e=this.dataSub)||void 0===e||e.unsubscribe(),null===(t=this.update)||void 0===t||t.unsubscribe(),delete this.dataSub,delete this.update,this.datasource.destroy(),delete this.datasource}reset(){this.requiresFullDataRefresh=!0,this.fetchGenesisData()}fetchGenesisData(){return(0,C.sH)(this,arguments,void 0,function*(e=!0){var t;null===(t=this.dataSub)||void 0===t||t.unsubscribe(),this.dataSub=void 0,this.fetchGeneration+=1;const i=this.fetchGeneration,o=()=>i!==this.fetchGeneration;if(this.data)return void this.syncComponentData(this.data);const n=e||!this.datasource.initialized;n||(this.connect.dataLogoff(this.sourceRef),this.clearData());const a=yield this.datasource.init(this.datasourceOptions(),n);if(!o())if(a){if(this.isSnapshot){const e=yield this.datasource.snapshotFiltered();if(o())return;return void this.syncComponentData(e)}Ze.debug(`requesting stream for ${this.resourceName}`),this.dataSub=this.datasource.stream.subscribe(e=>{if(o())return;e.DISCONNECTED&&this.handleError({message:`Genesis Datasource disconnected for ${this.resourceName}`,loggerType:"error"}),this.sourceRef=e.SOURCE_REF;const t=e.MESSAGE_TYPE;if(t&&t===ii.Go.LOGOFF_ACK)this.dataSubWasLoggedOff=!0;else if(this.dataSubWasLoggedOff=!1,e.ROW){const t=(0,oi.d)(e);this.handleStreamUpdate(t)}else this.handleStreamUpdate(e)})}else this.handleError({message:`Genesis Datasource init failed for ${this.resourceName}`,loggerType:"error"})})}initDatasource(){return(0,C.sH)(this,void 0,void 0,function*(){yield this.datasource.init(this.datasourceOptions(),!0)})}datasourceOptions(){return{criteria:this.buildCriteria(),fields:this.fields,isSnapshot:this.isSnapshot,orderBy:this.orderBy,resourceName:this.resourceName,request:this.request,reverse:this.reverse,maxRows:this.maxRows,maxView:this.maxView}}handleStreamUpdate(e){if(!e)return;e.hasOwnProperty("REPLY")?this.applyRequestServerData(e):this.applyDataserverData(e)}applyRequestServerData(e){var t,i;if(!Array.isArray(e.REPLY)||!(null===(t=e.MESSAGE_TYPE)||void 0===t?void 0:t.startsWith("REP_")))return void this.handleError({message:"received invalid RequestServerResult",loggerType:"error",loggerArgs:[e]});if(this.requiresFullDataRefresh){"ROW_REF"!==this.rowId&&(null===(i=e.REPLY)||void 0===i||i.forEach(e=>{this.rowsSyncedWithStream.set(e[this.rowId],e)}));const t=this.rowsSyncedWithStream.size>0?Array.from(this.rowsSyncedWithStream.values()):e.REPLY;return void this.syncComponentData(t)}this.handleStreamInserts(e.REPLY);const o=Array.from(this.rowsSyncedWithStream.values()).filter(t=>!e.REPLY.includes(t));this.handleStreamDeletes(o)}applyDataserverData(e){var t,i,o,n;if(this.requiresFullDataRefresh){null===(t=e.inserts)||void 0===t||t.forEach(e=>{this.rowsSyncedWithStream.set(e[this.rowId],e)});const i=Array.from(this.rowsSyncedWithStream.values());return void this.syncComponentData(i)}(null===(i=e.inserts)||void 0===i?void 0:i.length)>0&&this.handleStreamInserts(e.inserts),(null===(o=e.deletes)||void 0===o?void 0:o.length)>0&&this.handleStreamDeletes(e.deletes),(null===(n=e.updates)||void 0===n?void 0:n.length)>0&&this.handleStreamUpdates(e.updates)}buildCriteria(){var e;const t=(null===(e=this.criteria)||void 0===e?void 0:e.split(";"))||[];return(0,ti.Q)(t.join(" && "),";")}setFilter(e,t){this.criteriaFromFilters.set(e,t),this.update.next(this.criteriaFromFilters)}removeFilter(e){this.criteriaFromFilters.delete(e),this.update.next(this.criteriaFromFilters)}handleError(e={}){const{message:t,loggerType:i,loggerArgs:o=[]}=e;t&&Ze[i](t,...o)}getFieldMetadata(e){var t;return null===(t=this.datasource.fieldMetadata)||void 0===t?void 0:t.find(t=>t.name===e)}getDefaultLabelFormat(e,t){return t===ni.w.DATE||t===ni.w.DATETIME?(0,ri.Ey)(e,t===ni.w.DATETIME):e}}function ci(e,t){var i;const o=new V.b;o.withExpression((new j.K).withField(null!==(i=e.labelField)&&void 0!==i?i:e.valueField).withValue(t).withSerialiser(G.n.containsIgnoreCase).build()),e.baseCriteria?e.criteria=`${e.baseCriteria} && ${o.build()}`:e.criteria=o.build()}var ui;(0,C.Cg)([ai.dm],di.prototype,"connect",void 0),(0,C.Cg)([si.yW],di.prototype,"datasource",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],di.prototype,"withGridInit",void 0),(0,C.Cg)([l.attr],di.prototype,"criteria",void 0),(0,C.Cg)([l.observable],di.prototype,"data",void 0),(0,C.Cg)([l.attr],di.prototype,"fields",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],di.prototype,"isSnapshot",void 0),(0,C.Cg)([l.attr],di.prototype,"maxRows",void 0),(0,C.Cg)([l.attr],di.prototype,"maxView",void 0),(0,C.Cg)([l.attr],di.prototype,"orderBy",void 0),(0,C.Cg)([l.attr],di.prototype,"request",void 0),(0,C.Cg)([l.attr],di.prototype,"resourceName",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],di.prototype,"reverse",void 0),(0,C.Cg)([l.attr],di.prototype,"rowId",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"with-timestamp-formatting"})],di.prototype,"withTimestampFormatting",void 0);let hi=ui=class extends di{constructor(){super(...arguments),this.emptyDataLabel="No matching records",this.allowCustomOptions=!1,this.initalSelectedValueInitialized=!1,this.isSnapshot=!0,this.baseCriteria="",this.resizeObserverCallback=e=>{e.forEach(e=>{this.checkOverflow(e.target)})},this.selectChangeHandler=e=>{var t;const i=e.target.value,o=null===(t=this.options)||void 0===t?void 0:t.find(e=>String(e.label)===i);!o&&this.allowCustomOptions&&this.select instanceof r.Combobox?this.select.$emit("value-change",{label:i,value:i}):this.select.$emit("value-change",o)}}initialSelectedValueChanged(e,t){t&&t!==e&&(this.select&&this.getDisplayForValue(t)===String(this.select.value||"")||(this.initalSelectedValueInitialized=!1,this.clearData(),this.fetchData()))}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){var t,i;e.connectedCallback.call(this),this.baseCriteria=this.criteria,this.fields=this.labelField?null===(t=this.valueField)||void 0===t?void 0:t.concat(" ",this.labelField):this.valueField,this.select=this.parentElement,this.optionElement=null!==(i=this.optionElement)&&void 0!==i?i:`${T(this.select)}-option`,this.select.addEventListener("change",this.selectChangeHandler),this.resizeObserver=new ResizeObserver(this.resizeObserverCallback),this.fetchData(),this.valueField||Ze.warn('Specify field for values in options (e.g value-field="VALUE") and optionally field for label (e.g label-field="NAME")')})}disconnectedCallback(){super.disconnectedCallback(),this.resizeObserver.disconnect(),this.select.removeEventListener("change",this.selectChangeHandler)}fetchData(){this.select&&this.valueField&&(this.resourceName&&this.connect.isConnected||this.data)&&(this.select instanceof r.Combobox&&this.select.async&&this.initialSelectedValue?this.asyncModeIntialization():this.fetchGenesisData())}asyncModeIntialization(){return(0,C.sH)(this,void 0,void 0,function*(){(yield this.datasource.init(this.datasourceOptions(),!0))?ci(this,this.initialSelectedValue):this.handleError({message:`Genesis Datasource async mode initialization failed for ${this.resourceName}`,loggerType:"error"})})}clearData(){this.select&&(Array.from(this.select.children).forEach(e=>{e instanceof ui||this.select.removeChild(e)}),this.select.value="",this.select.initialValue="")}checkOverflow(e){const t=e.shadowRoot.querySelector(".content");t&&(t.scrollWidth>t.clientWidth?e.setAttribute("title",e.textContent):e.removeAttribute("title"))}syncComponentData(e){const t=null!=e?e:Array.from(this.rowsSyncedWithStream.values());if(t.length>0){this.options=t.map(e=>{var t;return{value:e[this.valueField],label:this.labelRowFormatter?this.labelRowFormatter(e):this.labelFormatter?this.labelFormatter(e[this.labelField]):this.getDefaultLabelFormat(e[this.labelField],null===(t=this.getFieldMetadata(this.labelField))||void 0===t?void 0:t.type)}});if(this.options.map(({value:e,label:t})=>{const i=document.createElement(this.optionElement);return i.textContent=t||e,i.value=e,i}).forEach(e=>{this.select.appendChild(e),this.resizeObserver.observe(e)}),!this.initalSelectedValueInitialized||this.select instanceof r.Combobox&&!this.select.async){this.resetCombobox();const e=this.getInitialLabel();l.DOM.queueUpdate(()=>{this.select.value=String(e),this.select instanceof r.Combobox&&this.select.async&&this.selectChangeHandler({target:{value:e}})}),this.initalSelectedValueInitialized=!0}}else{this.allowCustomOptions&&this.initialSelectedValue&&(!this.initalSelectedValueInitialized||this.select instanceof r.Combobox&&!this.select.async)&&(this.resetCombobox(),l.DOM.queueUpdate(()=>{this.select.value=String(this.initialSelectedValue)}),this.initalSelectedValueInitialized=!0);const e=document.createElement(this.optionElement);e.textContent=this.emptyDataLabel,e.value="",e.disabled=!0,this.select.appendChild(e)}}getInitialLabel(){return this.getDisplayForValue(this.initialSelectedValue)}getDisplayForValue(e){var t;if(null==e||0!==e&&!e)return"";const i=null===(t=this.options)||void 0===t?void 0:t.find(t=>t.value===e);return this.allowCustomOptions&&this.select instanceof r.Combobox?String(i?i.label:e):i?String(i.label):""}resetCombobox(){this.select&&this.select instanceof r.Combobox&&this.select.resetCombobox()}handleStreamInserts(e){Ze.debug("handleStreamInserts - Method not implemented.")}handleStreamDeletes(e){Ze.debug("handleStreamDeletes - Method not implemented.")}handleStreamUpdates(e){Ze.debug("handleStreamUpdates - Method not implemented.")}};(0,C.Cg)([(0,l.attr)({attribute:"label-field"})],hi.prototype,"labelField",void 0),(0,C.Cg)([(0,l.attr)({attribute:"option-element"})],hi.prototype,"optionElement",void 0),(0,C.Cg)([(0,l.attr)({attribute:"value-field"})],hi.prototype,"valueField",void 0),(0,C.Cg)([(0,l.attr)({attribute:"empty-data-label"})],hi.prototype,"emptyDataLabel",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"allow-custom-options"})],hi.prototype,"allowCustomOptions",void 0),(0,C.Cg)([l.observable],hi.prototype,"labelFormatter",void 0),(0,C.Cg)([l.observable],hi.prototype,"labelRowFormatter",void 0),(0,C.Cg)([l.observable],hi.prototype,"initialSelectedValue",void 0),hi=ui=(0,C.Cg)([(0,l.customElement)({name:"options-datasource"})],hi);const pi=(e,t)=>l.css`
915
915
  .combo-box-indicator {
916
916
  transition-property: transform;
917
917
  transition-duration: 0.2s;
@@ -977,7 +977,7 @@
977
977
  ></slot>
978
978
  </div>
979
979
  </template>
980
- `;var gi,vi;class fi extends r.Combobox{constructor(){super(...arguments),gi.set(this,void 0),vi.set(this,!1),this.needManualChangeEventDispatch=!1,this.async=!1,this.debounce=500,this.caseSensitive=!1,this.ignoreInputClick=!1,this.filterMode="startsWith",this.scrollToSelectedWhenOpening=!1,this.scrollToSelectedWhenOpeningOptions={behavior:"auto",block:"nearest"},this.scrollWhenSelectionChanges=!1,this.scrollWhenSelectionChangesOptions={behavior:"auto",block:"center"},this.resetCombobox=()=>{this.selectedOptions=[],this.selectedIndex=-1,this.value="",this.control.value="",this.filter="",this.filterOptions()}}get activeDescendant(){var e,t;if(this.selectedOptions&&0!==this.selectedOptions.length)return this.ariaActiveDescendant=null===(e=this.selectedOptions[0])||void 0===e?void 0:e.id,null===(t=this.selectedOptions[0])||void 0===t?void 0:t.id}debounceChanged(e,t){this.debouncedInputHandler=Jt()(this.asyncSetFilter,t)}openChanged(){super.openChanged(),this.open?this.scrollToSelectedWhenOpening&&setTimeout(()=>{const e=this.options[this.selectedIndex];null==e||e.scrollIntoView(this.scrollToSelectedWhenOpeningOptions)},500):(this.manuallyDispatchChangeEvent(),this.filter="",this.filterOptions())}get value(){return l.Observable.track(this,"value"),this._ourValue}set value(e){var t,i,o;if(void 0===e)return;const n=`${this._ourValue}`;if(this.$fastController.isConnected&&this.options){const n=this.caseSensitive?t=>t.text===e:t=>t.text.toLowerCase()===String(e).toLowerCase(),a=this.options?this.options.findIndex(n):-1,s=null===(t=this.options[this.selectedIndex])||void 0===t?void 0:t.text,r=null===(i=this.options[a])||void 0===i?void 0:i.text;this.selectedIndex=r&&r!==s?a:this.selectedIndex,e&&""!==e.trim()&&-1===a&&(e=(null===(o=this.firstSelectedOption)||void 0===o?void 0:o.text)||e)}n!==e&&(this._ourValue=e,super.valueChanged(n,e),l.Observable.notify(this,"value"))}slottedOptionsChanged(e,t){const i=!!this.async;super.slottedOptionsChanged(e,t),this.updateValue(i)}filterOptions(){this.autocomplete&&this.autocomplete!==s.ComboboxAutocomplete.none||(this.filter="");const e=this.filter,t=this.caseSensitive?e:e.toLowerCase();this.filteredOptions=this._options.filter(e=>{const i=this.caseSensitive?e.text:e.text.toLowerCase();return"contains"===this.filterMode?i.includes(t):i.startsWith(t)}),this.isAutocompleteList&&(this.filteredOptions.length||t||(this.filteredOptions=this._options),this._options.forEach(e=>e.hidden=!this.filteredOptions.includes(e)))}clickHandler(e){if(!this.disabled)if(E(e,this))this.open=!1;else{if(O(e,this.indicator))return this.open=!this.open,void(this.open&&this.control.focus());if(!this.ignoreInputClick||!O(e,this.control))return super.clickHandler(e)}}keydownHandler(e){const t=e.key;if(e.ctrlKey||e.shiftKey)return!0;switch(t){case"Enter":if((0,C.GG)(this,vi,this.open,"f"),!this.open)return this.open=!0,!0;break;case"ArrowDown":case"ArrowUp":if(!this.open)return this.open=!0,!0;if(this.scrollWhenSelectionChanges){const e=this.options[this.selectedIndex];null==e||e.scrollIntoView(this.scrollWhenSelectionChangesOptions)}break;case"Escape":if(this.control.value!==this.currentValue)return this.filter="",this.filterOptions(),this.control.value=this.currentValue,this.selectItemByValue(this.currentValue),void(this.open=!1);if(!this.open)return!0}const i=super.keydownHandler(e);return"Enter"!==t?i:void 0}keyupHandler(e){var t;const i=e.key;if(e.ctrlKey||e.shiftKey)return!0;switch(i){case"Enter":return!(0,C.gn)(this,vi,"f");case"ArrowDown":case"ArrowUp":this.open&&this.firstSelectedOption&&this.autocomplete===s.ComboboxAutocomplete.both&&(this.needManualChangeEventDispatch=!0,this.currentValue=null===(t=this.firstSelectedOption)||void 0===t?void 0:t.value);break;case"Home":case"End":return;case"Backspace":case"Delete":const i=super.keyupHandler(e);return this.selectItemByValue(this.control.value),i}return super.keyupHandler(e)}get indicator(){return(0,C.gn)(this,gi,"f")||(0,C.GG)(this,gi,this.shadowRoot.querySelector('[part="indicator"]'),"f"),(0,C.gn)(this,gi,"f")}selectItemByValue(e){var t,i,o;this.selectedIndex=null!==(i=null===(t=this.options)||void 0===t?void 0:t.findIndex(t=>t.text===e))&&void 0!==i?i:-1,null===(o=this.options)||void 0===o||o.forEach((e,t)=>e.selected=t===this.selectedIndex)}inputHandler(e){this.async?this.debouncedInputHandler():super.inputHandler(e)}asyncSetFilter(){const e=this.control.value,t=this.slottedDatasource.assignedNodes().filter(e=>e instanceof hi);t.length>0?(ci(t[0],this.control.value),l.DOM.queueUpdate(()=>{this.control.value=e})):Ze.warn("Options-datasource is not connected. Please add a datasource to use this functionality.")}manuallyDispatchChangeEvent(){this.needManualChangeEventDispatch&&this.firstSelectedOption&&this.autocomplete===s.ComboboxAutocomplete.both&&(this.dispatchEvent(new Event("change",{bubbles:!0})),this.needManualChangeEventDispatch=!1)}}gi=new WeakMap,vi=new WeakMap,(0,C.Cg)([l.observable],fi.prototype,"activeDescendant",null),(0,C.Cg)([l.observable],fi.prototype,"slottedDatasource",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],fi.prototype,"async",void 0),(0,C.Cg)([l.attr],fi.prototype,"debounce",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"case-sensitive"})],fi.prototype,"caseSensitive",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"ignore-input-click"})],fi.prototype,"ignoreInputClick",void 0),(0,C.Cg)([(0,l.attr)({attribute:"filter-mode"})],fi.prototype,"filterMode",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"scroll-to-selected-when-opening"})],fi.prototype,"scrollToSelectedWhenOpening",void 0),(0,C.Cg)([l.observable],fi.prototype,"scrollToSelectedWhenOpeningOptions",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"scroll-when-selection-changes"})],fi.prototype,"scrollWhenSelectionChanges",void 0),(0,C.Cg)([l.observable],fi.prototype,"scrollWhenSelectionChangesOptions",void 0);const bi={delegatesFocus:!0,mode:"open"},yi={indicator:'\n <svg\n class="combo-box-indicator"\n part="combo-box-indicator"\n viewBox="0 0 12 7"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M11.85.65c.2.2.2.5 0 .7L6.4 6.84a.55.55 0 01-.78 0L.14 1.35a.5.5 0 11.71-.7L6 5.8 11.15.65c.2-.2.5-.2.7 0z"\n />\n </svg>\n '},wi=fi.compose(Object.assign({baseName:"combobox",template:mi,styles:pi,shadowOptions:bi},yi));var Ci=i(98316);const xi=(e,t)=>l.css`
980
+ `;var gi,vi;class fi extends r.Combobox{constructor(){super(...arguments),gi.set(this,void 0),vi.set(this,!1),this.needManualChangeEventDispatch=!1,this.async=!1,this.debounce=500,this.caseSensitive=!1,this.ignoreInputClick=!1,this.filterMode="startsWith",this.scrollToSelectedWhenOpening=!1,this.scrollToSelectedWhenOpeningOptions={behavior:"auto",block:"nearest"},this.scrollWhenSelectionChanges=!1,this.scrollWhenSelectionChangesOptions={behavior:"auto",block:"center"},this.resetCombobox=()=>{this.selectedOptions=[],this.selectedIndex=-1,this.value="",this.control.value="",this.filter="",this.filterOptions()}}get activeDescendant(){var e,t;if(this.selectedOptions&&0!==this.selectedOptions.length)return this.ariaActiveDescendant=null===(e=this.selectedOptions[0])||void 0===e?void 0:e.id,null===(t=this.selectedOptions[0])||void 0===t?void 0:t.id}debounceChanged(e,t){this.debouncedInputHandler=Qt()(this.asyncSetFilter,t)}openChanged(){super.openChanged(),this.open?this.scrollToSelectedWhenOpening&&setTimeout(()=>{const e=this.options[this.selectedIndex];null==e||e.scrollIntoView(this.scrollToSelectedWhenOpeningOptions)},500):(this.manuallyDispatchChangeEvent(),this.filter="",this.filterOptions())}get value(){return l.Observable.track(this,"value"),this._ourValue}set value(e){var t,i,o;if(void 0===e)return;const n=`${this._ourValue}`;if(this.$fastController.isConnected&&this.options){const n=this.caseSensitive?t=>t.text===e:t=>t.text.toLowerCase()===String(e).toLowerCase(),a=this.options?this.options.findIndex(n):-1,s=null===(t=this.options[this.selectedIndex])||void 0===t?void 0:t.text,r=null===(i=this.options[a])||void 0===i?void 0:i.text;this.selectedIndex=r&&r!==s?a:this.selectedIndex,e&&""!==e.trim()&&-1===a&&(e=(null===(o=this.firstSelectedOption)||void 0===o?void 0:o.text)||e)}n!==e&&(this._ourValue=e,super.valueChanged(n,e),l.Observable.notify(this,"value"))}slottedOptionsChanged(e,t){const i=!!this.async;super.slottedOptionsChanged(e,t),this.updateValue(i)}filterOptions(){this.autocomplete&&this.autocomplete!==s.ComboboxAutocomplete.none||(this.filter="");const e=this.filter,t=this.caseSensitive?e:e.toLowerCase();this.filteredOptions=this._options.filter(e=>{const i=this.caseSensitive?e.text:e.text.toLowerCase();return"contains"===this.filterMode?i.includes(t):i.startsWith(t)}),this.isAutocompleteList&&(this.filteredOptions.length||t||(this.filteredOptions=this._options),this._options.forEach(e=>e.hidden=!this.filteredOptions.includes(e)))}clickHandler(e){if(!this.disabled)if(E(e,this))this.open=!1;else{if(O(e,this.indicator))return this.open=!this.open,void(this.open&&this.control.focus());if(!this.ignoreInputClick||!O(e,this.control))return super.clickHandler(e)}}keydownHandler(e){const t=e.key;if(e.ctrlKey||e.shiftKey)return!0;switch(t){case"Enter":if((0,C.GG)(this,vi,this.open,"f"),!this.open)return this.open=!0,!0;break;case"ArrowDown":case"ArrowUp":if(!this.open)return this.open=!0,!0;if(this.scrollWhenSelectionChanges){const e=this.options[this.selectedIndex];null==e||e.scrollIntoView(this.scrollWhenSelectionChangesOptions)}break;case"Escape":if(this.control.value!==this.currentValue)return this.filter="",this.filterOptions(),this.control.value=this.currentValue,this.selectItemByValue(this.currentValue),void(this.open=!1);if(!this.open)return!0}const i=super.keydownHandler(e);return"Enter"!==t?i:void 0}keyupHandler(e){var t;const i=e.key;if(e.ctrlKey||e.shiftKey)return!0;switch(i){case"Enter":return!(0,C.gn)(this,vi,"f");case"ArrowDown":case"ArrowUp":this.open&&this.firstSelectedOption&&this.autocomplete===s.ComboboxAutocomplete.both&&(this.needManualChangeEventDispatch=!0,this.currentValue=null===(t=this.firstSelectedOption)||void 0===t?void 0:t.value);break;case"Home":case"End":return;case"Backspace":case"Delete":const i=super.keyupHandler(e);return this.selectItemByValue(this.control.value),i}return super.keyupHandler(e)}get indicator(){return(0,C.gn)(this,gi,"f")||(0,C.GG)(this,gi,this.shadowRoot.querySelector('[part="indicator"]'),"f"),(0,C.gn)(this,gi,"f")}selectItemByValue(e){var t,i,o;this.selectedIndex=null!==(i=null===(t=this.options)||void 0===t?void 0:t.findIndex(t=>t.text===e))&&void 0!==i?i:-1,null===(o=this.options)||void 0===o||o.forEach((e,t)=>e.selected=t===this.selectedIndex)}inputHandler(e){this.async?this.debouncedInputHandler():super.inputHandler(e)}asyncSetFilter(){const e=this.control.value,t=this.slottedDatasource.assignedNodes().filter(e=>e instanceof hi);t.length>0?(ci(t[0],this.control.value),l.DOM.queueUpdate(()=>{this.control.value=e})):Ze.warn("Options-datasource is not connected. Please add a datasource to use this functionality.")}manuallyDispatchChangeEvent(){this.needManualChangeEventDispatch&&this.firstSelectedOption&&this.autocomplete===s.ComboboxAutocomplete.both&&(this.dispatchEvent(new Event("change",{bubbles:!0})),this.needManualChangeEventDispatch=!1)}}gi=new WeakMap,vi=new WeakMap,(0,C.Cg)([l.observable],fi.prototype,"activeDescendant",null),(0,C.Cg)([l.observable],fi.prototype,"slottedDatasource",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],fi.prototype,"async",void 0),(0,C.Cg)([l.attr],fi.prototype,"debounce",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"case-sensitive"})],fi.prototype,"caseSensitive",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"ignore-input-click"})],fi.prototype,"ignoreInputClick",void 0),(0,C.Cg)([(0,l.attr)({attribute:"filter-mode"})],fi.prototype,"filterMode",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"scroll-to-selected-when-opening"})],fi.prototype,"scrollToSelectedWhenOpening",void 0),(0,C.Cg)([l.observable],fi.prototype,"scrollToSelectedWhenOpeningOptions",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"scroll-when-selection-changes"})],fi.prototype,"scrollWhenSelectionChanges",void 0),(0,C.Cg)([l.observable],fi.prototype,"scrollWhenSelectionChangesOptions",void 0);const bi={delegatesFocus:!0,mode:"open"},yi={indicator:'\n <svg\n class="combo-box-indicator"\n part="combo-box-indicator"\n viewBox="0 0 12 7"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M11.85.65c.2.2.2.5 0 .7L6.4 6.84a.55.55 0 01-.78 0L.14 1.35a.5.5 0 11.71-.7L6 5.8 11.15.65c.2-.2.5-.2.7 0z"\n />\n </svg>\n '},wi=fi.compose(Object.assign({baseName:"combobox",template:mi,styles:pi,shadowOptions:bi},yi));var Ci=i(98316);const xi=(e,t)=>l.css`
981
981
  :host {
982
982
  --light-size: 12px;
983
983
  --height: calc(var(--design-unit) * 2px + var(--light-size));
@@ -1032,11 +1032,11 @@
1032
1032
  `)}
1033
1033
  `;class Si extends s.FoundationElement{constructor(){super(...arguments),this.showLabel=!1,this.label="disconnected",this.colour="red"}connectedCallback(){super.connectedCallback(),this.subscription=this.connect.isConnectedSubject.subscribe(e=>{this.label=this.getLabel(e),this.colour=e?"green":"red"})}disconnectedCallback(){var e;null===(e=this.subscription)||void 0===e||e.unsubscribe()}getLabel(e){if(!e)return"disconnected";return`${this.session.getSessionStorageItem("hostUrl")} ✔`}}(0,C.Cg)([ai.dm],Si.prototype,"connect",void 0),(0,C.Cg)([Ci.N],Si.prototype,"session",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"show-label"})],Si.prototype,"showLabel",void 0),(0,C.Cg)([l.observable],Si.prototype,"label",void 0),(0,C.Cg)([l.observable],Si.prototype,"colour",void 0);const Ei=Si.compose({baseName:"connection-indicator",template:$i,styles:xi}),Oi=(e,t)=>l.css`
1034
1034
  ${(0,r.dataGridStyles)(e,t)}
1035
- `,Ti=(e,t)=>(0,s.dataGridTemplate)(e,t);class ki extends r.DataGrid{}const Ii=void 0,Di={},Ri=ki.compose(Object.assign({baseName:"data-grid",template:Ti,styles:Oi,shadowOptions:Ii},Di)),Ai=(e,t)=>l.css`
1035
+ `,Ti=(e,t)=>(0,s.dataGridTemplate)(e,t);class ki extends r.DataGrid{}const Di=void 0,Ii={},Ai=ki.compose(Object.assign({baseName:"data-grid",template:Ti,styles:Oi,shadowOptions:Di},Ii)),Li=(e,t)=>l.css`
1036
1036
  ${(0,r.dataGridCellStyles)(e,t)}
1037
- `;class Li extends r.DataGridCell{}const Ni=void 0,Fi={},Mi=Li.compose(Object.assign({baseName:"data-grid-cell",template:s.dataGridCellTemplate,styles:Ai,shadowOptions:Ni},Fi)),_i=(e,t)=>l.css`
1037
+ `;class Ri extends r.DataGridCell{}const Ni=void 0,Fi={},Mi=Ri.compose(Object.assign({baseName:"data-grid-cell",template:s.dataGridCellTemplate,styles:Li,shadowOptions:Ni},Fi)),_i=(e,t)=>l.css`
1038
1038
  ${(0,r.dataGridRowStyles)(e,t)}
1039
- `;class Hi extends r.DataGridRow{}const zi=void 0,Pi={},Ui=Hi.compose(Object.assign({baseName:"data-grid-row",template:s.dataGridRowTemplate,styles:_i,shadowOptions:zi},Pi));var Bi=i(94343),Gi=i.n(Bi),Vi=i(58915),ji=i.n(Vi),Wi=i(7554),Yi=i.n(Wi),qi=i(49916),Ki=i.n(qi),Xi=i(33839),Qi=i.n(Xi);class Ji{constructor(e,t="default"){e=null!=e?e:new Date,this.Date=e,this.date=e.getDate(),this.day=e.toLocaleString(t,{weekday:"long"}),this.dayNumber=e.getDay()+1,this.dayShort=e.toLocaleString(t,{weekday:"short"}),this.year=e.getFullYear(),this.yearShort=Number(e.toLocaleString(t,{year:"2-digit"})),this.month=e.toLocaleString(t,{month:"long"}),this.monthShort=e.toLocaleString(t,{month:"short"}),this.monthNumber=e.getMonth()+1,this.timestamp=e.getTime()}}Gi().extend(Qi());class Zi{constructor(e=null,t="default"){const i=new Ji(e,t);this.lang=t,this.name=i.month,this.number=i.monthNumber,this.year=i.year,this.numberOfDays=[31,28,31,30,31,30,31,31,30,31,30,31][this.number-1],2===this.number&&(this.numberOfDays+=Gi()(i.date).isLeapYear()?1:0)}getDay(e){return new Ji(new Date(this.year,this.number-1,e),this.lang)}}Gi().extend(Qi());class eo{constructor(e=null,t=null,i="default"){this.weekDays=Array.from({length:7}),this.today=new Ji(null,i),this.year=null!=e?e:this.today.year,this.month=new Zi(new Date(this.year,(t||this.today.monthNumber)-1),i),this.lang=i,this.weekDays.forEach((e,t)=>{const i=this.month.getDay(t);this.weekDays[i.dayNumber-1]=i.day})}getMonth(e){return new Zi(new Date(this.year,e-1),this.lang)}getPreviousMonth(){return 1===this.month.number?new Zi(new Date(this.year-1,11),this.lang):new Zi(new Date(this.year,this.month.number-2),this.lang)}getNextMonth(){return 1===this.month.number?new Zi(new Date(this.year+1,0),this.lang):new Zi(new Date(this.year,this.month.number+2),this.lang)}goToDate(e,t){this.month=new Zi(new Date(t,e-1),this.lang),this.year=t}goToNextYear(){this.year+=1,this.month=new Zi(new Date(this.year,0),this.lang)}goToPreviousYear(){this.year-=1,this.month=new Zi(new Date(this.year,11),this.lang)}goToNextMonth(){if(12===this.month.number)return this.goToNextYear();this.month=new Zi(new Date(this.year,this.month.number+1-1),this.lang)}goToPreviousMonth(){if(1===this.month.number)return this.goToPreviousYear();this.month=new Zi(new Date(this.year,this.month.number-1-1),this.lang)}}const to=l.css`
1039
+ `;class Hi extends r.DataGridRow{}const zi=void 0,Pi={},Ui=Hi.compose(Object.assign({baseName:"data-grid-row",template:s.dataGridRowTemplate,styles:_i,shadowOptions:zi},Pi));var Bi=i(94343),Gi=i.n(Bi),ji=i(58915),Vi=i.n(ji),Yi=i(7554),Wi=i.n(Yi),qi=i(49916),Ki=i.n(qi),Xi=i(33839),Ji=i.n(Xi);class Qi{constructor(e,t="default"){e=null!=e?e:new Date,this.Date=e,this.date=e.getDate(),this.day=e.toLocaleString(t,{weekday:"long"}),this.dayNumber=e.getDay()+1,this.dayShort=e.toLocaleString(t,{weekday:"short"}),this.year=e.getFullYear(),this.yearShort=Number(e.toLocaleString(t,{year:"2-digit"})),this.month=e.toLocaleString(t,{month:"long"}),this.monthShort=e.toLocaleString(t,{month:"short"}),this.monthNumber=e.getMonth()+1,this.timestamp=e.getTime()}}Gi().extend(Ji());class Zi{constructor(e=null,t="default"){const i=new Qi(e,t);this.lang=t,this.name=i.month,this.number=i.monthNumber,this.year=i.year,this.numberOfDays=[31,28,31,30,31,30,31,31,30,31,30,31][this.number-1],2===this.number&&(this.numberOfDays+=Gi()(i.date).isLeapYear()?1:0)}getDay(e){return new Qi(new Date(this.year,this.number-1,e),this.lang)}}Gi().extend(Ji());class eo{constructor(e=null,t=null,i="default"){this.weekDays=Array.from({length:7}),this.today=new Qi(null,i),this.year=null!=e?e:this.today.year,this.month=new Zi(new Date(this.year,(t||this.today.monthNumber)-1),i),this.lang=i,this.weekDays.forEach((e,t)=>{const i=this.month.getDay(t);this.weekDays[i.dayNumber-1]=i.day})}getMonth(e){return new Zi(new Date(this.year,e-1),this.lang)}getPreviousMonth(){return 1===this.month.number?new Zi(new Date(this.year-1,11),this.lang):new Zi(new Date(this.year,this.month.number-2),this.lang)}getNextMonth(){return 1===this.month.number?new Zi(new Date(this.year+1,0),this.lang):new Zi(new Date(this.year,this.month.number+2),this.lang)}goToDate(e,t){this.month=new Zi(new Date(t,e-1),this.lang),this.year=t}goToNextYear(){this.year+=1,this.month=new Zi(new Date(this.year,0),this.lang)}goToPreviousYear(){this.year-=1,this.month=new Zi(new Date(this.year,11),this.lang)}goToNextMonth(){if(12===this.month.number)return this.goToNextYear();this.month=new Zi(new Date(this.year,this.month.number+1-1),this.lang)}goToPreviousMonth(){if(1===this.month.number)return this.goToPreviousYear();this.month=new Zi(new Date(this.year,this.month.number-1-1),this.lang)}}const to=l.css`
1040
1040
  :host {
1041
1041
  position: relative;
1042
1042
  }
@@ -1247,7 +1247,7 @@
1247
1247
  </div>
1248
1248
  `,no=l.html`
1249
1249
  ${e=>oo(T(e))}
1250
- `;i(8420);function ao(e){const t=((null==e?void 0:e.trim())||"en").toLowerCase().replace(/_/g,"-");return"en-us"===t||"en"===t?"en":"en-gb"===t?"en-gb":t}function so(){return"undefined"!=typeof navigator&&navigator.language?navigator.language:"en"}function ro(e="en"){const t=ao(e),i=Gi()().locale(t),o=i.locale();return(n=t)!==(a=o)&&a!==n.split("-")[0]?Gi()().locale("en").localeData().longDateFormat("L")||"MM/DD/YYYY":i.localeData().longDateFormat("L")||"MM/DD/YYYY";var n,a}function lo(e){return e.replace(/YYYY/g,"yyyy").replace(/YY(?!Y)/g,"yy").replace(/DD/g,"dd").replace(/D(?!D)/g,"d").replace(/MM/g,"mm").replace(/M(?!M)/g,"m")}function co(e){return null!=e&&""!==String(e).trim()}Gi().extend(ji()),Gi().extend(Yi()),Gi().extend(Ki());const uo="MM-DD-YYYY";function ho(e,t){const i=String(e).trim(),o=Gi()(i,t,!0);if(o.isValid())return o;const n=Gi()(i,uo,!0);return n.isValid()?n:null}var po=i(28745);const mo=[1,2,3,4,5,6,7],go=(e,t,i)=>{if(o=t,-1===e.indexOf(o.dayNumber))return t;var o;const n=mo.filter(t=>-1===e.indexOf(t));let a=n.find(e=>e>t.dayNumber);a||(a=Math.min(...n));const s=t.dayNumber<a?a-t.dayNumber:a-t.dayNumber+7;return n.length?new Ji(((e,t=1)=>{const i=new Date(e);return i.setDate(e.getDate()+t),i})(t.Date,s),i):(po.v.warn("Date picker disabled days - all days of week have been disabled"),t)},vo=void 0,fo={};class bo extends s.FoundationElement{constructor(){super(...arguments),this.format=uo,this.lang="en-US",this.visible=!1,this.position="bottom",this.disabledDaysOfWeek=[],this.suppressValueChanged=!1,this.cachedFormat=uo,this.clickOutside=e=>this.handleClickOutside(e),this.keydownOutside=e=>this.handleKeydownOutside(e)}formatChanged(e,t){!this.useLocaleFormat&&t&&this.cacheUserFormat(t),t&&this.calendar&&co(this.value)&&(this.formatDate=Gi()(this.currentDate.Date).format(t))}langChanged(){this.applyEffectiveLangChange()}useLocaleFormatChanged(e,t){this.calendar&&(t&&!e?this.cacheUserFormat(this.format):!t&&e&&this.restoreUserFormat(),this.applyEffectiveLangChange())}inlineCalendarChanged(){this.inlineCalendar?(document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("keydown",this.keydownOutside)):this.visible&&(document.addEventListener("mousedown",this.clickOutside),document.addEventListener("keydown",this.keydownOutside)),this.toggleVisibility()}hideWeekendsCalendarChanged(){this.toggleVisibility()}valueChanged(e,t){this.suppressValueChanged||this.calendar&&(co(t)?this.applyValue(t):this.allowEmpty?this.clearToEmpty(!1):this.resetToDefaultDate())}disconnectedCallback(){document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("keydown",this.keydownOutside),super.disconnectedCallback()}connectedCallback(){super.connectedCallback(),Gi().extend(ji()),Gi().extend(Ki()),Gi().extend(Yi()),this.substringNumber=3,this.useLocaleFormat&&(this.cacheUserFormat(this.format),this.applyLocaleFormat());const e=this.value;!this.allowEmpty||co(e)?co(e)?this.applyValue(e):this.initializeWithDefaultDate():this.initializeEmpty()}clear(){this.allowEmpty&&this.clearToEmpty(!0)}get inputValue(){return co(this.value)?this.formatDate:""}get inputPlaceholder(){var e;return!this.allowEmpty||co(this.value)?"":(null===(e=this.placeholder)||void 0===e?void 0:e.trim())||lo(this.format)}get effectiveLang(){return this.useLocaleFormat&&!this.hasAttribute("lang")?so():this.lang}applyLocaleFormat(){this.format=ro(this.effectiveLang)}cacheUserFormat(e){const t=null==e?void 0:e.trim();t&&(this.cachedFormat=t)}restoreUserFormat(){this.format=this.cachedFormat}applyEffectiveLangChange(){var e,t;if(!this.calendar)return;this.useLocaleFormat&&this.applyLocaleFormat();const i=this.calendar.year,o=this.calendar.month.number,n=null!==(t=null===(e=this.currentDate)||void 0===e?void 0:e.Date)&&void 0!==t?t:Gi()().toDate();this.currentDate=new Ji(n,this.effectiveLang),this.calendar=new eo(i,o,this.effectiveLang),co(this.value)&&(this.formatDate=Gi()(this.currentDate.Date).format(this.format)),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()}syncValueAttribute(e){this.suppressValueChanged=!0,this.value=e,this.suppressValueChanged=!1}initializeEmpty(){const e=Gi()();this.currentDate=new Ji(e.toDate(),this.effectiveLang),this.calendar=new eo(this.currentDate.year,this.currentDate.monthNumber,this.effectiveLang),this.formatDate="",this.syncValueAttribute(""),this.currentMonth=this.calendar.month.name,this.currentYear=this.calendar.year,this.monthList=this.getMonthDaysGrid()}initializeWithDefaultDate(){this.resetToDefaultDate(!0)}resetToDefaultDate(e=!1){var t;let i=new Ji(Gi()().toDate(),this.effectiveLang);(null===(t=this.disabledDaysOfWeek)||void 0===t?void 0:t.length)&&(i=go(this.disabledDaysOfWeek,i,this.effectiveLang)),this.currentDate=i,e||!this.calendar?this.calendar=new eo(this.currentDate.year,this.currentDate.monthNumber,this.effectiveLang):this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year),this.formatDate=Gi()(this.currentDate.Date).format(this.format),this.syncValueAttribute(Gi()(this.currentDate.Date).format(uo)),this.currentMonth=this.calendar.month.name,this.currentYear=this.calendar.year,this.monthList=this.getMonthDaysGrid()}applyValue(e){const t=ho(e,this.format);t?(this.currentDate=new Ji(t.toDate(),this.effectiveLang),this.calendar?this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year):this.calendar=new eo(this.currentDate.year,this.currentDate.monthNumber,this.effectiveLang),this.formatDate=Gi()(this.currentDate.Date).format(this.format),this.syncValueAttribute(Gi()(this.currentDate.Date).format(uo)),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()):this.allowEmpty?this.clearToEmpty(!1):this.resetToDefaultDate()}clearToEmpty(e){const t=Gi()();this.currentDate=new Ji(t.toDate(),this.effectiveLang),this.calendar&&(this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()),this.formatDate="",this.syncValueAttribute(""),e&&this.$emit("value-changed",void 0)}updateHeaderText(){this.currentMonth=this.calendar.month.name,this.currentYear=this.calendar.year}visibleChanged(e,t){this.inlineCalendar||(t?(document.addEventListener("mousedown",this.clickOutside),document.addEventListener("keydown",this.keydownOutside)):(document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("keydown",this.keydownOutside)))}handleKeydownOutside(e){!this.inlineCalendar&&this.visible&&"Escape"===e.key&&(e.preventDefault(),this.closeCalendar())}handleClickOutside(e){!this.inlineCalendar&&this.visible&&E(e,this)&&this.closeCalendar()}closeCalendar(){this.visible&&(this.visible=!1,this.toggleVisibility())}toggleCalendar(){this.visible=!this.visible,this.toggleVisibility(),this.isCurrentCalendarMonth()||(this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year),this.updateHeaderText())}toggleVisibility(){this.calendarDropdownClasses=(0,x.x)(["visible",this.visible],this.position,["inline",this.inlineCalendar],["hide-weekends",this.hideWeekends])}isSelectedDate(e){return!(this.allowEmpty&&!co(this.value))&&Gi()(e.Date).isSame(this.currentDate.Date,"day")}isCurrentCalendarMonth(){return this.currentMonth===this.currentDate.monthNumber&&this.currentYear===this.currentDate.year}prevMonth(){this.calendar.goToPreviousMonth(),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()}nextMonth(){this.calendar.goToNextMonth(),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()}selectDay(e){Gi()(e.Date).isSame(this.currentDate.Date,"day")&&co(this.value)||(this.currentDate=e,e.monthNumber!==this.calendar.month.number&&this.prevMonth(),this.formatDate=Gi()(this.currentDate.Date).format(this.format),this.syncValueAttribute(Gi()(e.Date).format(uo)),this.$emit("value-changed",this.value),this.toggleCalendar())}getMonthDaysGrid(){const e=this.calendar.month.getDay(1),t=this.calendar.getPreviousMonth(),i=e.dayNumber-1,o=this.calendar.month.numberOfDays+i,n=Array.from({length:o});for(let e=i;e<o;e+=1)n[e]=this.calendar.month.getDay(e+1-i);for(let e=0;e<i;e+=1){const o=i-(e+1);n[e]=t.getDay(t.numberOfDays-o)}return n}}(0,C.Cg)([l.attr],bo.prototype,"format",void 0),(0,C.Cg)([l.attr],bo.prototype,"lang",void 0),(0,C.Cg)([(0,l.attr)({attribute:"use-locale-format",mode:"boolean"})],bo.prototype,"useLocaleFormat",void 0),(0,C.Cg)([l.attr],bo.prototype,"visible",void 0),(0,C.Cg)([(0,l.attr)({attribute:"inline-calendar",mode:"boolean"})],bo.prototype,"inlineCalendar",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-weekends",mode:"boolean"})],bo.prototype,"hideWeekends",void 0),(0,C.Cg)([l.attr],bo.prototype,"position",void 0),(0,C.Cg)([l.attr],bo.prototype,"label",void 0),(0,C.Cg)([(0,l.attr)({attribute:"allow-empty",mode:"boolean"})],bo.prototype,"allowEmpty",void 0),(0,C.Cg)([l.attr],bo.prototype,"placeholder",void 0),(0,C.Cg)([l.attr],bo.prototype,"value",void 0),(0,C.Cg)([l.observable],bo.prototype,"currentDate",void 0),(0,C.Cg)([l.observable],bo.prototype,"currentMonth",void 0),(0,C.Cg)([l.observable],bo.prototype,"currentYear",void 0),(0,C.Cg)([l.observable],bo.prototype,"calendarDropdownClasses",void 0),(0,C.Cg)([l.observable],bo.prototype,"formatDate",void 0),(0,C.Cg)([l.observable],bo.prototype,"monthList",void 0),(0,C.Cg)([l.observable],bo.prototype,"disabledDaysOfWeek",void 0),(0,C.Cg)([l.observable],bo.prototype,"calendar",void 0);const yo=bo.compose(Object.assign({baseName:"date-picker",styles:to,template:no,shadowOptions:vo},fo));var wo=i(83912);const Co=r.SwatchRGB.create(1,1,1),xo=r.SwatchRGB.create(0,0,0),$o=(0,wo.parseColorHexRGB)("#585858"),So=r.SwatchRGB.create($o.r,$o.g,$o.b),Eo=(0,wo.parseColorHexRGB)("#ffffff"),Oo=r.SwatchRGB.create(Eo.r,Eo.g,Eo.b),To=r.PaletteRGB.from(Oo),ko=(0,wo.parseColorHexRGB)("#eeeeee"),Io=r.SwatchRGB.create(ko.r,ko.g,ko.b),Do=r.PaletteRGB.from(Io),Ro=(0,wo.parseColorHexRGB)("#08c3a5"),Ao=r.SwatchRGB.create(Ro.r,Ro.g,Ro.b),Lo=r.PaletteRGB.from(Ao),{create:No}=s.DesignToken,Fo=No("fui-fill-color").withDefault(So),Mo=No({name:"card-fill-color",cssCustomPropertyName:"fui-card-fill-color"}).withDefault(Oo),_o=14;function Ho(e,t){return e.colorContrast(t,_o)}const zo=No({name:"card-foreground-color",cssCustomPropertyName:"fui-card-foreground-color"}).withDefault(e=>Ho(No("fui-card-palette").withDefault(To).getValueFor(e),Mo.getValueFor(e))),Po=(e,t)=>{const i=structuredClone(e);return!t||"object"!=typeof t||Array.isArray(t)?void 0!==t?t:i:(Object.keys(t).forEach(e=>{const o=t[e],n=i[e];if(null==o)return;const a=e=>e instanceof Date;!o||"object"!=typeof o||Array.isArray(o)||a(o)||!n||"object"!=typeof n||Array.isArray(n)||a(n)?i[e]=o:i[e]=Po(n,o)}),i)};var Uo=i(80273);const Bo={design_tokens:{color:{accent:{$value:"#0EAFE2",$type:"color"},neutral:{$value:"#7C909B",$type:"color"}},fontFamily:{bodyFont:{$value:'Roboto, "Segoe UI", Arial, Helvetica, sans-serif',$type:"fontFamily"}},typography:{baseFontSize:{$value:"14px",$type:"dimension"},baseLineHeight:{$value:"20px",$type:"dimension"}},mode:{luminance:{$value:.23,$type:"number"}},style:{density:{$value:0,$type:"number"},baseHeightMultiplier:{$value:10,$type:"number"},borderRadius:{$value:4,$type:"number"},strokeWidth:{$value:1,$type:"number"}},space:{designUnit:{$value:4,$type:"number"}}}};class Go{constructor(){this.value=null}}(0,C.Cg)([l.observable],Go.prototype,"value",void 0);const Vo=new Go,jo=(e,t,i)=>{const o=i?(e,t)=>e.setValueFor(i,t):(e,t)=>e.withDefault(t);Object.keys(e).forEach(i=>{const n=`${i}Value`;t[n]&&o(e[i],t[n])})};function Wo(e){return(t,i)=>{t[i+"Changed"]=function(t,i){null!=i?e.setValueFor(this,i):e.deleteValueFor(this)}}}const Yo={toView:e=>null==e?null:null==e?void 0:e.toColorString(),fromView(e){if(null==e)return null;const t=(0,wo.parseColorHexRGB)(e);return t?r.SwatchRGB.create(t.r,t.g,t.b):null}},qo=e=>r.PaletteRGB.from(r.SwatchRGB.from((0,wo.parseColorHexRGB)(e))),Ko=(e,t,i="")=>{Object.entries(t).forEach(([t,o])=>{const n=i?`${i}-${t}`:t;o&&"object"==typeof o&&("$value"in o?e.style.setProperty(`--${n}`,String(o.$value)):Ko(e,o,n))})},Xo=["baseClass","baseName","shadowOptions","styles","template"],Qo=(e,t=Xo)=>Object.keys(e).filter(e=>!t.includes(e)).reduce((t,i)=>(t[i]=e[i],t),{}),Jo=e=>{const{definition:t}=e(),{shadowOptions:i,styles:o,template:n}=t;return{shadowOptions:i,styles:o,template:n,defaultConfig:Qo(t)}},Zo=(e,t)=>{const i=e.match(/^(\d+)([a-z]+)/i),o=i[1],n=i[2];return Number(o)+t+n},en=()=>Vo,tn=(...e)=>{const t=Vo.value;if(!(null==t?void 0:t.customTokens)||0===e.length)return null;return function e(t,i){const[o,...n]=t;if(0===n.length){const e=i[o];return e&&e.$value?e:null}const a=i[o];return a?e(n,a):null}(e,t.customTokens)},on=(e,t)=>{const i=Po(Bo,t);const o=i.design_tokens;r.accentPalette.setValueFor(e,qo(o.color.accent.$value)),r.neutralPalette.setValueFor(e,qo(o.color.neutral.$value)),r.bodyFont.setValueFor(e,o.fontFamily.bodyFont.$value),r.baseLayerLuminance.setValueFor(e,o.mode.luminance.$value),r.density.setValueFor(e,o.style.density.$value),r.baseHeightMultiplier.setValueFor(e,o.style.baseHeightMultiplier.$value),r.controlCornerRadius.setValueFor(e,o.style.borderRadius.$value),r.strokeWidth.setValueFor(e,o.style.strokeWidth.$value),r.designUnit.setValueFor(e,o.space.designUnit.$value),r.typeRampBaseFontSize.setValueFor(e,o.typography.baseFontSize.$value),r.typeRampBaseLineHeight.setValueFor(e,o.typography.baseLineHeight.$value);const n=r.typeRampBaseFontSize.getValueFor(e),a=r.typeRampBaseLineHeight.getValueFor(e);r.typeRampMinus1FontSize.setValueFor(e,Zo(n,Uo.Du.minusOne)),r.typeRampMinus1LineHeight.setValueFor(e,Zo(a,Uo.Du.minusOne)),r.typeRampMinus2FontSize.setValueFor(e,Zo(n,Uo.Du.minusTwo)),r.typeRampMinus2LineHeight.setValueFor(e,Zo(a,Uo.Du.minusTwo)),r.typeRampPlus1FontSize.setValueFor(e,Zo(n,Uo.Du.plusOne)),r.typeRampPlus1LineHeight.setValueFor(e,Zo(a,Uo.Du.plusOne)),r.typeRampPlus2FontSize.setValueFor(e,Zo(n,Uo.Du.plusTwo)),r.typeRampPlus2LineHeight.setValueFor(e,Zo(a,Uo.Du.plusTwo)),r.typeRampPlus3FontSize.setValueFor(e,Zo(n,Uo.Du.plusThree)),r.typeRampPlus3LineHeight.setValueFor(e,Zo(a,Uo.Du.plusThree)),r.typeRampPlus4FontSize.setValueFor(e,Zo(n,Uo.Du.plusFour)),r.typeRampPlus4LineHeight.setValueFor(e,Zo(a,Uo.Du.plusFour)),r.typeRampPlus5FontSize.setValueFor(e,Zo(n,Uo.Du.plusFive)),r.typeRampPlus5LineHeight.setValueFor(e,Zo(a,Uo.Du.plusFive)),r.typeRampPlus6FontSize.setValueFor(e,Zo(n,Uo.Du.plusSix)),r.typeRampPlus6LineHeight.setValueFor(e,Zo(a,Uo.Du.plusSix)),i.customTokens&&Ko(e,i.customTokens),Vo.value=structuredClone(i)},nn=qo("#08c3a5"),an=qo("#eeeeee"),sn=r.StandardLuminance.DarkMode;const rn=i(85109).O.ltr,ln=4,dn=4;var cn=i(85090);const un=(e="normal",t="normal")=>`\n font-family: ${r.bodyFont};\n font-style: ${e};\n font-weight: ${t};\n`,hn=l.css`
1250
+ `;i(8420);function ao(e){const t=((null==e?void 0:e.trim())||"en").toLowerCase().replace(/_/g,"-");return"en-us"===t||"en"===t?"en":"en-gb"===t?"en-gb":t}function so(){return"undefined"!=typeof navigator&&navigator.language?navigator.language:"en"}function ro(e="en"){const t=ao(e),i=Gi()().locale(t),o=i.locale();return(n=t)!==(a=o)&&a!==n.split("-")[0]?Gi()().locale("en").localeData().longDateFormat("L")||"MM/DD/YYYY":i.localeData().longDateFormat("L")||"MM/DD/YYYY";var n,a}function lo(e){return e.replace(/YYYY/g,"yyyy").replace(/YY(?!Y)/g,"yy").replace(/DD/g,"dd").replace(/D(?!D)/g,"d").replace(/MM/g,"mm").replace(/M(?!M)/g,"m")}function co(e){return null!=e&&""!==String(e).trim()}Gi().extend(Vi()),Gi().extend(Wi()),Gi().extend(Ki());const uo="MM-DD-YYYY";function ho(e,t){const i=String(e).trim(),o=Gi()(i,t,!0);if(o.isValid())return o;const n=Gi()(i,uo,!0);return n.isValid()?n:null}var po=i(28745);const mo=[1,2,3,4,5,6,7],go=(e,t,i)=>{if(o=t,-1===e.indexOf(o.dayNumber))return t;var o;const n=mo.filter(t=>-1===e.indexOf(t));let a=n.find(e=>e>t.dayNumber);a||(a=Math.min(...n));const s=t.dayNumber<a?a-t.dayNumber:a-t.dayNumber+7;return n.length?new Qi(((e,t=1)=>{const i=new Date(e);return i.setDate(e.getDate()+t),i})(t.Date,s),i):(po.v.warn("Date picker disabled days - all days of week have been disabled"),t)},vo=void 0,fo={};class bo extends s.FoundationElement{constructor(){super(...arguments),this.format=uo,this.lang="en-US",this.visible=!1,this.position="bottom",this.disabledDaysOfWeek=[],this.suppressValueChanged=!1,this.cachedFormat=uo,this.clickOutside=e=>this.handleClickOutside(e),this.keydownOutside=e=>this.handleKeydownOutside(e)}formatChanged(e,t){!this.useLocaleFormat&&t&&this.cacheUserFormat(t),t&&this.calendar&&co(this.value)&&(this.formatDate=Gi()(this.currentDate.Date).format(t))}langChanged(){this.applyEffectiveLangChange()}useLocaleFormatChanged(e,t){this.calendar&&(t&&!e?this.cacheUserFormat(this.format):!t&&e&&this.restoreUserFormat(),this.applyEffectiveLangChange())}inlineCalendarChanged(){this.inlineCalendar?(document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("keydown",this.keydownOutside)):this.visible&&(document.addEventListener("mousedown",this.clickOutside),document.addEventListener("keydown",this.keydownOutside)),this.toggleVisibility()}hideWeekendsCalendarChanged(){this.toggleVisibility()}valueChanged(e,t){this.suppressValueChanged||this.calendar&&(co(t)?this.applyValue(t):this.allowEmpty?this.clearToEmpty(!1):this.resetToDefaultDate())}disconnectedCallback(){document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("keydown",this.keydownOutside),super.disconnectedCallback()}connectedCallback(){super.connectedCallback(),Gi().extend(Vi()),Gi().extend(Ki()),Gi().extend(Wi()),this.substringNumber=3,this.useLocaleFormat&&(this.cacheUserFormat(this.format),this.applyLocaleFormat());const e=this.value;!this.allowEmpty||co(e)?co(e)?this.applyValue(e):this.initializeWithDefaultDate():this.initializeEmpty()}clear(){this.allowEmpty&&this.clearToEmpty(!0)}get inputValue(){return co(this.value)?this.formatDate:""}get inputPlaceholder(){var e;return!this.allowEmpty||co(this.value)?"":(null===(e=this.placeholder)||void 0===e?void 0:e.trim())||lo(this.format)}get effectiveLang(){return this.useLocaleFormat&&!this.hasAttribute("lang")?so():this.lang}applyLocaleFormat(){this.format=ro(this.effectiveLang)}cacheUserFormat(e){const t=null==e?void 0:e.trim();t&&(this.cachedFormat=t)}restoreUserFormat(){this.format=this.cachedFormat}applyEffectiveLangChange(){var e,t;if(!this.calendar)return;this.useLocaleFormat&&this.applyLocaleFormat();const i=this.calendar.year,o=this.calendar.month.number,n=null!==(t=null===(e=this.currentDate)||void 0===e?void 0:e.Date)&&void 0!==t?t:Gi()().toDate();this.currentDate=new Qi(n,this.effectiveLang),this.calendar=new eo(i,o,this.effectiveLang),co(this.value)&&(this.formatDate=Gi()(this.currentDate.Date).format(this.format)),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()}syncValueAttribute(e){this.suppressValueChanged=!0,this.value=e,this.suppressValueChanged=!1}initializeEmpty(){const e=Gi()();this.currentDate=new Qi(e.toDate(),this.effectiveLang),this.calendar=new eo(this.currentDate.year,this.currentDate.monthNumber,this.effectiveLang),this.formatDate="",this.syncValueAttribute(""),this.currentMonth=this.calendar.month.name,this.currentYear=this.calendar.year,this.monthList=this.getMonthDaysGrid()}initializeWithDefaultDate(){this.resetToDefaultDate(!0)}resetToDefaultDate(e=!1){var t;let i=new Qi(Gi()().toDate(),this.effectiveLang);(null===(t=this.disabledDaysOfWeek)||void 0===t?void 0:t.length)&&(i=go(this.disabledDaysOfWeek,i,this.effectiveLang)),this.currentDate=i,e||!this.calendar?this.calendar=new eo(this.currentDate.year,this.currentDate.monthNumber,this.effectiveLang):this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year),this.formatDate=Gi()(this.currentDate.Date).format(this.format),this.syncValueAttribute(Gi()(this.currentDate.Date).format(uo)),this.currentMonth=this.calendar.month.name,this.currentYear=this.calendar.year,this.monthList=this.getMonthDaysGrid()}applyValue(e){const t=ho(e,this.format);t?(this.currentDate=new Qi(t.toDate(),this.effectiveLang),this.calendar?this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year):this.calendar=new eo(this.currentDate.year,this.currentDate.monthNumber,this.effectiveLang),this.formatDate=Gi()(this.currentDate.Date).format(this.format),this.syncValueAttribute(Gi()(this.currentDate.Date).format(uo)),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()):this.allowEmpty?this.clearToEmpty(!1):this.resetToDefaultDate()}clearToEmpty(e){const t=Gi()();this.currentDate=new Qi(t.toDate(),this.effectiveLang),this.calendar&&(this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()),this.formatDate="",this.syncValueAttribute(""),e&&this.$emit("value-changed",void 0)}updateHeaderText(){this.currentMonth=this.calendar.month.name,this.currentYear=this.calendar.year}visibleChanged(e,t){this.inlineCalendar||(t?(document.addEventListener("mousedown",this.clickOutside),document.addEventListener("keydown",this.keydownOutside)):(document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("keydown",this.keydownOutside)))}handleKeydownOutside(e){!this.inlineCalendar&&this.visible&&"Escape"===e.key&&(e.preventDefault(),this.closeCalendar())}handleClickOutside(e){!this.inlineCalendar&&this.visible&&E(e,this)&&this.closeCalendar()}closeCalendar(){this.visible&&(this.visible=!1,this.toggleVisibility())}toggleCalendar(){this.visible=!this.visible,this.toggleVisibility(),this.isCurrentCalendarMonth()||(this.calendar.goToDate(this.currentDate.monthNumber,this.currentDate.year),this.updateHeaderText())}toggleVisibility(){this.calendarDropdownClasses=(0,x.x)(["visible",this.visible],this.position,["inline",this.inlineCalendar],["hide-weekends",this.hideWeekends])}isSelectedDate(e){return!(this.allowEmpty&&!co(this.value))&&Gi()(e.Date).isSame(this.currentDate.Date,"day")}isCurrentCalendarMonth(){return this.currentMonth===this.currentDate.monthNumber&&this.currentYear===this.currentDate.year}prevMonth(){this.calendar.goToPreviousMonth(),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()}nextMonth(){this.calendar.goToNextMonth(),this.updateHeaderText(),this.monthList=this.getMonthDaysGrid()}selectDay(e){Gi()(e.Date).isSame(this.currentDate.Date,"day")&&co(this.value)||(this.currentDate=e,e.monthNumber!==this.calendar.month.number&&this.prevMonth(),this.formatDate=Gi()(this.currentDate.Date).format(this.format),this.syncValueAttribute(Gi()(e.Date).format(uo)),this.$emit("value-changed",this.value),this.toggleCalendar())}getMonthDaysGrid(){const e=this.calendar.month.getDay(1),t=this.calendar.getPreviousMonth(),i=e.dayNumber-1,o=this.calendar.month.numberOfDays+i,n=Array.from({length:o});for(let e=i;e<o;e+=1)n[e]=this.calendar.month.getDay(e+1-i);for(let e=0;e<i;e+=1){const o=i-(e+1);n[e]=t.getDay(t.numberOfDays-o)}return n}}(0,C.Cg)([l.attr],bo.prototype,"format",void 0),(0,C.Cg)([l.attr],bo.prototype,"lang",void 0),(0,C.Cg)([(0,l.attr)({attribute:"use-locale-format",mode:"boolean"})],bo.prototype,"useLocaleFormat",void 0),(0,C.Cg)([l.attr],bo.prototype,"visible",void 0),(0,C.Cg)([(0,l.attr)({attribute:"inline-calendar",mode:"boolean"})],bo.prototype,"inlineCalendar",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-weekends",mode:"boolean"})],bo.prototype,"hideWeekends",void 0),(0,C.Cg)([l.attr],bo.prototype,"position",void 0),(0,C.Cg)([l.attr],bo.prototype,"label",void 0),(0,C.Cg)([(0,l.attr)({attribute:"allow-empty",mode:"boolean"})],bo.prototype,"allowEmpty",void 0),(0,C.Cg)([l.attr],bo.prototype,"placeholder",void 0),(0,C.Cg)([l.attr],bo.prototype,"value",void 0),(0,C.Cg)([l.observable],bo.prototype,"currentDate",void 0),(0,C.Cg)([l.observable],bo.prototype,"currentMonth",void 0),(0,C.Cg)([l.observable],bo.prototype,"currentYear",void 0),(0,C.Cg)([l.observable],bo.prototype,"calendarDropdownClasses",void 0),(0,C.Cg)([l.observable],bo.prototype,"formatDate",void 0),(0,C.Cg)([l.observable],bo.prototype,"monthList",void 0),(0,C.Cg)([l.observable],bo.prototype,"disabledDaysOfWeek",void 0),(0,C.Cg)([l.observable],bo.prototype,"calendar",void 0);const yo=bo.compose(Object.assign({baseName:"date-picker",styles:to,template:no,shadowOptions:vo},fo));var wo=i(83912);const Co=r.SwatchRGB.create(1,1,1),xo=r.SwatchRGB.create(0,0,0),$o=(0,wo.parseColorHexRGB)("#585858"),So=r.SwatchRGB.create($o.r,$o.g,$o.b),Eo=(0,wo.parseColorHexRGB)("#ffffff"),Oo=r.SwatchRGB.create(Eo.r,Eo.g,Eo.b),To=r.PaletteRGB.from(Oo),ko=(0,wo.parseColorHexRGB)("#eeeeee"),Do=r.SwatchRGB.create(ko.r,ko.g,ko.b),Io=r.PaletteRGB.from(Do),Ao=(0,wo.parseColorHexRGB)("#08c3a5"),Lo=r.SwatchRGB.create(Ao.r,Ao.g,Ao.b),Ro=r.PaletteRGB.from(Lo),{create:No}=s.DesignToken,Fo=No("fui-fill-color").withDefault(So),Mo=No({name:"card-fill-color",cssCustomPropertyName:"fui-card-fill-color"}).withDefault(Oo),_o=14;function Ho(e,t){return e.colorContrast(t,_o)}const zo=No({name:"card-foreground-color",cssCustomPropertyName:"fui-card-foreground-color"}).withDefault(e=>Ho(No("fui-card-palette").withDefault(To).getValueFor(e),Mo.getValueFor(e))),Po=(e,t)=>{const i=structuredClone(e);return!t||"object"!=typeof t||Array.isArray(t)?void 0!==t?t:i:(Object.keys(t).forEach(e=>{const o=t[e],n=i[e];if(null==o)return;const a=e=>e instanceof Date;!o||"object"!=typeof o||Array.isArray(o)||a(o)||!n||"object"!=typeof n||Array.isArray(n)||a(n)?i[e]=o:i[e]=Po(n,o)}),i)};var Uo=i(80273);const Bo={design_tokens:{color:{accent:{$value:"#0EAFE2",$type:"color"},neutral:{$value:"#7C909B",$type:"color"}},fontFamily:{bodyFont:{$value:'Roboto, "Segoe UI", Arial, Helvetica, sans-serif',$type:"fontFamily"}},typography:{baseFontSize:{$value:"14px",$type:"dimension"},baseLineHeight:{$value:"20px",$type:"dimension"}},mode:{luminance:{$value:.23,$type:"number"}},style:{density:{$value:0,$type:"number"},baseHeightMultiplier:{$value:10,$type:"number"},borderRadius:{$value:4,$type:"number"},strokeWidth:{$value:1,$type:"number"}},space:{designUnit:{$value:4,$type:"number"}}}};class Go{constructor(){this.value=null}}(0,C.Cg)([l.observable],Go.prototype,"value",void 0);const jo=new Go,Vo=(e,t,i)=>{const o=i?(e,t)=>e.setValueFor(i,t):(e,t)=>e.withDefault(t);Object.keys(e).forEach(i=>{const n=`${i}Value`;t[n]&&o(e[i],t[n])})};function Yo(e){return(t,i)=>{t[i+"Changed"]=function(t,i){null!=i?e.setValueFor(this,i):e.deleteValueFor(this)}}}const Wo={toView:e=>null==e?null:null==e?void 0:e.toColorString(),fromView(e){if(null==e)return null;const t=(0,wo.parseColorHexRGB)(e);return t?r.SwatchRGB.create(t.r,t.g,t.b):null}},qo=e=>r.PaletteRGB.from(r.SwatchRGB.from((0,wo.parseColorHexRGB)(e))),Ko=(e,t,i="")=>{Object.entries(t).forEach(([t,o])=>{const n=i?`${i}-${t}`:t;o&&"object"==typeof o&&("$value"in o?e.style.setProperty(`--${n}`,String(o.$value)):Ko(e,o,n))})},Xo=["baseClass","baseName","shadowOptions","styles","template"],Jo=(e,t=Xo)=>Object.keys(e).filter(e=>!t.includes(e)).reduce((t,i)=>(t[i]=e[i],t),{}),Qo=e=>{const{definition:t}=e(),{shadowOptions:i,styles:o,template:n}=t;return{shadowOptions:i,styles:o,template:n,defaultConfig:Jo(t)}},Zo=(e,t)=>{const i=e.match(/^(\d+)([a-z]+)/i),o=i[1],n=i[2];return Number(o)+t+n},en=()=>jo,tn=(...e)=>{const t=jo.value;if(!(null==t?void 0:t.customTokens)||0===e.length)return null;return function e(t,i){const[o,...n]=t;if(0===n.length){const e=i[o];return e&&e.$value?e:null}const a=i[o];return a?e(n,a):null}(e,t.customTokens)},on=(e,t)=>{const i=Po(Bo,t);const o=i.design_tokens;r.accentPalette.setValueFor(e,qo(o.color.accent.$value)),r.neutralPalette.setValueFor(e,qo(o.color.neutral.$value)),r.bodyFont.setValueFor(e,o.fontFamily.bodyFont.$value),r.baseLayerLuminance.setValueFor(e,o.mode.luminance.$value),r.density.setValueFor(e,o.style.density.$value),r.baseHeightMultiplier.setValueFor(e,o.style.baseHeightMultiplier.$value),r.controlCornerRadius.setValueFor(e,o.style.borderRadius.$value),r.strokeWidth.setValueFor(e,o.style.strokeWidth.$value),r.designUnit.setValueFor(e,o.space.designUnit.$value),r.typeRampBaseFontSize.setValueFor(e,o.typography.baseFontSize.$value),r.typeRampBaseLineHeight.setValueFor(e,o.typography.baseLineHeight.$value);const n=r.typeRampBaseFontSize.getValueFor(e),a=r.typeRampBaseLineHeight.getValueFor(e);r.typeRampMinus1FontSize.setValueFor(e,Zo(n,Uo.Du.minusOne)),r.typeRampMinus1LineHeight.setValueFor(e,Zo(a,Uo.Du.minusOne)),r.typeRampMinus2FontSize.setValueFor(e,Zo(n,Uo.Du.minusTwo)),r.typeRampMinus2LineHeight.setValueFor(e,Zo(a,Uo.Du.minusTwo)),r.typeRampPlus1FontSize.setValueFor(e,Zo(n,Uo.Du.plusOne)),r.typeRampPlus1LineHeight.setValueFor(e,Zo(a,Uo.Du.plusOne)),r.typeRampPlus2FontSize.setValueFor(e,Zo(n,Uo.Du.plusTwo)),r.typeRampPlus2LineHeight.setValueFor(e,Zo(a,Uo.Du.plusTwo)),r.typeRampPlus3FontSize.setValueFor(e,Zo(n,Uo.Du.plusThree)),r.typeRampPlus3LineHeight.setValueFor(e,Zo(a,Uo.Du.plusThree)),r.typeRampPlus4FontSize.setValueFor(e,Zo(n,Uo.Du.plusFour)),r.typeRampPlus4LineHeight.setValueFor(e,Zo(a,Uo.Du.plusFour)),r.typeRampPlus5FontSize.setValueFor(e,Zo(n,Uo.Du.plusFive)),r.typeRampPlus5LineHeight.setValueFor(e,Zo(a,Uo.Du.plusFive)),r.typeRampPlus6FontSize.setValueFor(e,Zo(n,Uo.Du.plusSix)),r.typeRampPlus6LineHeight.setValueFor(e,Zo(a,Uo.Du.plusSix)),i.customTokens&&Ko(e,i.customTokens),jo.value=structuredClone(i)},nn=qo("#08c3a5"),an=qo("#eeeeee"),sn=r.StandardLuminance.DarkMode;const rn=i(85109).O.ltr,ln=4,dn=4;var cn=i(85090);const un=(e="normal",t="normal")=>`\n font-family: ${r.bodyFont};\n font-style: ${e};\n font-weight: ${t};\n`,hn=l.css`
1251
1251
  ${(0,s.display)("flex")}
1252
1252
  :host {
1253
1253
  flex: 1;
@@ -1266,7 +1266,7 @@
1266
1266
  ${e.name} ${"h"+t} {
1267
1267
  margin: 0;
1268
1268
  }
1269
- `;class gn extends r.DesignSystemProvider{constructor(){super(),jo(o,n,this)}}(0,C.Cg)([(0,l.attr)({attribute:"card-fill-color",converter:Yo}),Wo(Mo)],gn.prototype,"cardFillColor",void 0),(0,C.Cg)([(0,l.attr)({attribute:"card-foreground-color",converter:Yo}),Wo(zo)],gn.prototype,"cardForegroundColor",void 0);const vn=gn.compose({baseName:"design-system-provider",template:l.html`
1269
+ `;class gn extends r.DesignSystemProvider{constructor(){super(),Vo(o,n,this)}}(0,C.Cg)([(0,l.attr)({attribute:"card-fill-color",converter:Wo}),Yo(Mo)],gn.prototype,"cardFillColor",void 0),(0,C.Cg)([(0,l.attr)({attribute:"card-foreground-color",converter:Wo}),Yo(zo)],gn.prototype,"cardForegroundColor",void 0);const vn=gn.compose({baseName:"design-system-provider",template:l.html`
1270
1270
  <slot></slot>
1271
1271
  `,styles:e=>{const t=(e=>l.css`
1272
1272
  ${mn(e,"1")}
@@ -1619,7 +1619,7 @@
1619
1619
  ${e=>Cn(T(e))}
1620
1620
  `,$n={mode:"open",delegatesFocus:!0},Sn={};class En extends s.FoundationElement{constructor(){super(...arguments),this.type="default",this.position="center",this.showCloseIcon=!0,this.resizable=!1,this.draggable=!1,this.minWidth=300,this.minHeight=200,this.isResizing=!1,this.currentResizeHandle=null,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.startLeft=0,this.startTop=0,this.resizeOffsetX=0,this.resizeOffsetY=0,this.originalWidth="",this.originalHeight="",this.originalPosition="",this.originalLeft="",this.originalTop="",this.originalMargin="",this.isMaximized=!1,this.hasBeenResized=!1,this.isDragging=!1,this.dragOffsetX=0,this.dragOffsetY=0,this.dragDialogWidth=0,this.dragDialogHeight=0,this.onMouseDownBound=null,this.onMouseMoveBound=null,this.onMouseUpBound=null}notificationChanged(){this.notification&&(this.showCloseIcon=!1)}draggableChanged(e,t){t?this.attachDragMouseDown():(this.detachDragMouseDown(),this.removeDraggableEventListeners())}connectedCallback(){super.connectedCallback(),window.HTMLDialogElement||fn.A.registerDialog(this.mainElement),this.mainElement.addEventListener("close",()=>{this.resetDraggableStyle(),this.onCloseCallback&&this.onCloseCallback(),this.$emit("close")}),this.hasAttribute("open")&&this.shadowRoot.querySelector("dialog").setAttribute("open",""),this.setupResizeHandlers(),this.attachDragMouseDown()}disconnectedCallback(){super.disconnectedCallback(),this.removeResizeHandlers(),this.detachDragMouseDown(),this.removeDraggableEventListeners()}setupResizeHandlers(){if(!this.resizable)return;const e=window.innerWidth,t=window.innerHeight;let i=this.minWidth,o=this.minHeight;void 0!==this.initialWidth&&(i=Math.max(this.minWidth,Math.min(this.initialWidth,e))),void 0!==this.initialHeight&&(o=Math.max(this.minHeight,Math.min(this.initialHeight,t))),this.originalWidth=this.mainElement.style.width||`${i}px`,this.originalHeight=this.mainElement.style.height||`${o}px`,this.originalPosition=this.mainElement.style.position||"",this.originalLeft=this.mainElement.style.left||"",this.originalTop=this.mainElement.style.top||"",this.originalMargin=this.mainElement.style.margin||"",this.mainElement.style.height=`${o}px`,this.mainElement.style.minHeight=`${this.minHeight}px`,this.mainElement.style.width=`${i}px`,this.mainElement.style.minWidth=`${this.minWidth}px`,this.originalWidth=this.mainElement.style.width,this.originalHeight=this.mainElement.style.height;this.shadowRoot.querySelectorAll(".resize-handle").forEach(e=>{e.addEventListener("mousedown",this.handleResizeStart.bind(this)),e.addEventListener("dblclick",this.handleEdgeDoubleClick.bind(this))})}removeResizeHandlers(){var e;document.removeEventListener("mousemove",this.handleResizeMove.bind(this)),document.removeEventListener("mouseup",this.handleResizeEnd.bind(this));const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".resize-handle");null==t||t.forEach(e=>{e.removeEventListener("dblclick",this.handleEdgeDoubleClick.bind(this))})}handleEdgeDoubleClick(e){if(!this.resizable)return;e.preventDefault(),e.stopPropagation();const t=e.target.dataset.direction;if(!["n","s","e","w"].includes(t))return;const i=this.mainElement.getBoundingClientRect(),o=window.innerWidth,n=window.innerHeight;switch(this.mainElement.style.position="fixed",this.mainElement.style.margin="0",t){case"n":this.mainElement.style.height=`${i.bottom}px`,this.mainElement.style.top="0px";break;case"s":this.mainElement.style.height=n-i.top+"px";break;case"e":this.mainElement.style.width=o-i.left+"px";break;case"w":this.mainElement.style.width=`${i.right}px`,this.mainElement.style.left="0px"}this.hasBeenResized=!0,this.$emit("resize",{width:this.mainElement.offsetWidth,height:this.mainElement.offsetHeight})}handleResizeStart(e){if(!this.resizable)return;e.preventDefault(),e.stopPropagation(),this.isResizing=!0;const t=e.target;this.currentResizeHandle=t.dataset.direction,this.startX=e.clientX,this.startY=e.clientY;const i=this.mainElement.getBoundingClientRect();switch(this.startWidth=i.width,this.startHeight=i.height,this.startLeft=i.left,this.startTop=i.top,this.resizeOffsetX=0,this.resizeOffsetY=0,this.currentResizeHandle){case"n":this.resizeOffsetY=e.clientY-i.top;break;case"s":this.resizeOffsetY=e.clientY-i.bottom;break;case"e":this.resizeOffsetX=e.clientX-i.right;break;case"w":this.resizeOffsetX=e.clientX-i.left;break;case"ne":this.resizeOffsetX=e.clientX-i.right,this.resizeOffsetY=e.clientY-i.top;break;case"nw":this.resizeOffsetX=e.clientX-i.left,this.resizeOffsetY=e.clientY-i.top;break;case"se":this.resizeOffsetX=e.clientX-i.right,this.resizeOffsetY=e.clientY-i.bottom;break;case"sw":this.resizeOffsetX=e.clientX-i.left,this.resizeOffsetY=e.clientY-i.bottom}this.mainElement.style.position="fixed",this.mainElement.style.left=`${i.left}px`,this.mainElement.style.top=`${i.top}px`,this.mainElement.style.margin="0",document.addEventListener("mousemove",this.handleResizeMove.bind(this)),document.addEventListener("mouseup",this.handleResizeEnd.bind(this)),this.mainElement.classList.add("resizing")}handleResizeMove(e){if(!this.isResizing||!this.currentResizeHandle)return;e.preventDefault();const t=e.clientX-this.startX-this.resizeOffsetX,i=e.clientY-this.startY-this.resizeOffsetY;let o=this.startWidth,n=this.startHeight,a=this.startLeft,s=this.startTop,r=!1;switch(this.currentResizeHandle){case"se":o=this.startWidth+t,n=this.startHeight+i;break;case"sw":o=this.startWidth-t,n=this.startHeight+i,a=this.startLeft+t,r=!0;break;case"ne":o=this.startWidth+t,n=this.startHeight-i,s=this.startTop+i,r=!0;break;case"nw":o=this.startWidth-t,n=this.startHeight-i,a=this.startLeft+t,s=this.startTop+i,r=!0;break;case"e":o=this.startWidth+t;break;case"w":o=this.startWidth-t,a=this.startLeft+t,r=!0;break;case"s":n=this.startHeight+i;break;case"n":n=this.startHeight-i,s=this.startTop+i,r=!0}const l=window.innerWidth,d=window.innerHeight;if(this.resizable){if(o<this.minWidth){const e=this.minWidth-o;o=this.minWidth,this.currentResizeHandle.includes("w")&&(a-=e)}if(n<this.minHeight){const e=this.minHeight-n;n=this.minHeight,this.currentResizeHandle.includes("n")&&(s-=e)}if(this.currentResizeHandle.includes("e")){const e=l-this.startLeft;o>e&&(o=e)}if(this.currentResizeHandle.includes("s")){const e=d-this.startTop;n>e&&(n=e)}if(this.currentResizeHandle.includes("w")){a<0&&(o+=a,a=0);const e=l-a;o>e&&(o=e)}if(this.currentResizeHandle.includes("n")){s<0&&(n+=s,s=0);const e=d-s;n>e&&(n=e)}}this.mainElement.style.width=`${o}px`,this.mainElement.style.height=`${n}px`,r&&(this.mainElement.style.left=`${a}px`,this.mainElement.style.top=`${s}px`)}handleResizeEnd(e){if(!this.isResizing)return;e.preventDefault(),this.isResizing=!1,this.currentResizeHandle=null,this.resizeOffsetX=0,this.resizeOffsetY=0,document.removeEventListener("mousemove",this.handleResizeMove.bind(this)),document.removeEventListener("mouseup",this.handleResizeEnd.bind(this)),this.mainElement.classList.remove("resizing");const t=this.mainElement.style.width,i=this.mainElement.style.height;t===this.originalWidth&&i===this.originalHeight||(this.hasBeenResized=!0),this.$emit("resize",{width:this.mainElement.offsetWidth,height:this.mainElement.offsetHeight})}get open(){return this.mainElement.hasAttribute("open")}get resizeIconName(){return this.hasBeenResized||this.isMaximized?"compress":"expand"}close(){this.mainElement.close()}dismiss(){var e,t,i,o;(null===(o=null===(i=null===(t=null===(e=this.notification)||void 0===e?void 0:e.config)||void 0===t?void 0:t.dialog)||void 0===i?void 0:i.dismissingAction)||void 0===o?void 0:o.action)&&this.notification.config.dialog.dismissingAction.action(),this.closeDialog()}closeDialog(){try{this.mainElement.close(),this.remove()}catch(e){Ze.error(e)}}maximize(){this.resizable&&this.mainElement&&(this.mainElement.style.position="fixed",this.mainElement.style.left="0px",this.mainElement.style.top="0px",this.mainElement.style.margin="0",this.mainElement.style.width="100vw",this.mainElement.style.height="100vh",this.isMaximized=!0,this.hasBeenResized=!0,this.$emit("resize",{width:this.mainElement.offsetWidth,height:this.mainElement.offsetHeight}))}resetSize(){this.resizable&&this.mainElement&&(this.hasBeenResized||this.isMaximized?(this.mainElement.style.width=this.originalWidth,this.mainElement.style.height=this.originalHeight,this.mainElement.style.position=this.originalPosition,this.mainElement.style.left=this.originalLeft,this.mainElement.style.top=this.originalTop,this.mainElement.style.margin=this.originalMargin,this.isMaximized=!1,this.hasBeenResized=!1,this.$emit("resize",{width:this.mainElement.offsetWidth,height:this.mainElement.offsetHeight})):this.maximize())}attachDragMouseDown(){this.draggable&&this.mainElement&&(this.onMouseDownBound||(this.onMouseDownBound=this.onMouseDown.bind(this)),this.mainElement.removeEventListener("mousedown",this.onMouseDownBound),this.mainElement.addEventListener("mousedown",this.onMouseDownBound))}detachDragMouseDown(){this.onMouseDownBound&&this.mainElement&&(this.mainElement.removeEventListener("mousedown",this.onMouseDownBound),this.onMouseDownBound=null)}isEventTargetInDraggableTarget(e){var t;return(null===(t=this.topElement)||void 0===t?void 0:t.contains(e.target))||this.isInsideTopSlot(e.target)}isInsideTopSlot(e){if(!this.topElementSlot)return!1;return this.topElementSlot.assignedNodes().some(t=>t===e||t.contains(e))}onMouseDown(e){if(!this.topElement||!this.isEventTargetInDraggableTarget(e)||this.isDragging)return;this.isDragging=!0;const t=this.mainElement.getBoundingClientRect();this.dragOffsetX=e.clientX-t.left,this.dragOffsetY=e.clientY-t.top,this.dragDialogWidth=t.width,this.dragDialogHeight=t.height,this.onMouseMoveBound=this.onMouseMove.bind(this),this.onMouseUpBound=this.onMouseUp.bind(this),document.addEventListener("mousemove",this.onMouseMoveBound),document.addEventListener("mouseup",this.onMouseUpBound)}onMouseMove(e){if(!this.isDragging||!this.mainElement)return;const t=window.innerWidth,i=window.innerHeight;let o=e.clientX-this.dragOffsetX,n=e.clientY-this.dragOffsetY;o=Math.max(0,Math.min(t-this.dragDialogWidth,o)),n=Math.max(0,Math.min(i-this.dragDialogHeight,n)),requestAnimationFrame(()=>{Object.assign(this.mainElement.style,{position:"absolute",left:`${o}px`,top:`${n}px`,margin:"0"})})}onMouseUp(){this.isDragging=!1,this.removeDraggableEventListeners()}removeDraggableEventListeners(){this.onMouseMoveBound&&(document.removeEventListener("mousemove",this.onMouseMoveBound),this.onMouseMoveBound=null),this.onMouseUpBound&&(document.removeEventListener("mouseup",this.onMouseUpBound),this.onMouseUpBound=null)}resetDraggableStyle(){this.draggable&&this.mainElement instanceof HTMLElement&&Object.assign(this.mainElement.style,{position:"",left:"",top:"",margin:""})}}(0,C.Cg)([l.observable],En.prototype,"notification",void 0),(0,C.Cg)([(0,l.attr)({attribute:"type"})],En.prototype,"type",void 0),(0,C.Cg)([l.attr],En.prototype,"position",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"show-close-icon"})],En.prototype,"showCloseIcon",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"resizable"})],En.prototype,"resizable",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],En.prototype,"draggable",void 0),(0,C.Cg)([(0,l.attr)({attribute:"min-width"})],En.prototype,"minWidth",void 0),(0,C.Cg)([(0,l.attr)({attribute:"min-height"})],En.prototype,"minHeight",void 0),(0,C.Cg)([(0,l.attr)({attribute:"initial-width"})],En.prototype,"initialWidth",void 0),(0,C.Cg)([(0,l.attr)({attribute:"initial-height"})],En.prototype,"initialHeight",void 0),(0,C.Cg)([l.observable],En.prototype,"onShowCallback",void 0),(0,C.Cg)([l.observable],En.prototype,"onCloseCallback",void 0),(0,C.Cg)([l.observable],En.prototype,"isMaximized",void 0),(0,C.Cg)([l.observable],En.prototype,"hasBeenResized",void 0),(0,C.Cg)([l.volatile],En.prototype,"open",null),(0,C.Cg)([l.volatile],En.prototype,"resizeIconName",null);class On extends En{show(){this.onShowCallback&&this.onShowCallback(),this.mainElement.show()}}const Tn=On.compose(Object.assign({baseName:"dialog",styles:bn,template:xn,shadowOptions:$n},Sn)),kn=(e,t)=>l.css`
1621
1621
  ${(0,r.disclosureStyles)(e,t)}
1622
- `,In=(e,t)=>(0,s.disclosureTemplate)(e,t);class Dn extends s.Disclosure{}const Rn=void 0,An={},Ln=Dn.compose(Object.assign({baseName:"disclosure",template:In,styles:kn,shadowOptions:Rn},An)),Nn=(e,t)=>l.css`
1622
+ `,Dn=(e,t)=>(0,s.disclosureTemplate)(e,t);class In extends s.Disclosure{}const An=void 0,Ln={},Rn=In.compose(Object.assign({baseName:"disclosure",template:Dn,styles:kn,shadowOptions:An},Ln)),Nn=(e,t)=>l.css`
1623
1623
  ${(0,r.dividerStyles)(e,t)}
1624
1624
  `,Fn=(e,t)=>(0,s.dividerTemplate)(e,t);class Mn extends s.Divider{}const _n=void 0,Hn={},zn=Mn.compose(Object.assign({baseName:"divider",template:Fn,styles:Nn,shadowOptions:_n},Hn)),Pn=(e,t,i)=>l.css`
1625
1625
  :host {
@@ -1732,9 +1732,9 @@
1732
1732
  ${t=>Bn(t.allItems,e)}
1733
1733
  </${e}-menu>
1734
1734
  </div>
1735
- `,Vn=l.html`
1735
+ `,jn=l.html`
1736
1736
  ${e=>Gn(T(e))}
1737
- `;class jn extends s.FoundationElement{constructor(){super(...arguments),this.autoClose=!0,this.disabled=!1,this.name="Dropdown Menu",this.open=!1,this.clickOutside=e=>this.handleClickOutside(e)}connectedCallback(){super.connectedCallback(),this.addEventListener("onMenuClick",this.onDropdownMenuItemClick)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.clickOutside)}handleClickOutside(e){E(e,this)&&(this.open=!1)}openChanged(){this.classNames=(0,x.x)(["hidden",!this.open]),this.open?document.addEventListener("mousedown",this.clickOutside):document.removeEventListener("mousedown",this.clickOutside)}toggleDropdownMenuVisibility(){this.open=!this.open}onDropdownMenuItemClick(){this.autoClose&&(this.open=!1)}get allItems(){return this.items}}(0,C.Cg)([l.observable],jn.prototype,"items",void 0),(0,C.Cg)([(0,l.attr)({attribute:"auto-close",mode:"boolean"})],jn.prototype,"autoClose",void 0),(0,C.Cg)([(0,l.attr)({attribute:"disable-button",mode:"boolean"})],jn.prototype,"disabled",void 0),(0,C.Cg)([l.observable],jn.prototype,"classNames",void 0),(0,C.Cg)([l.attr],jn.prototype,"name",void 0),(0,C.Cg)([(0,l.attr)({attribute:"open",mode:"boolean"})],jn.prototype,"open",void 0),(0,C.Cg)([l.attr],jn.prototype,"buttonAppearance",void 0);const Wn=jn.compose({baseName:"dropdown-menu",styles:Un,template:Vn});var Yn=i(84686);const qn=l.css`
1737
+ `;class Vn extends s.FoundationElement{constructor(){super(...arguments),this.autoClose=!0,this.disabled=!1,this.name="Dropdown Menu",this.open=!1,this.clickOutside=e=>this.handleClickOutside(e)}connectedCallback(){super.connectedCallback(),this.addEventListener("onMenuClick",this.onDropdownMenuItemClick)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.clickOutside)}handleClickOutside(e){E(e,this)&&(this.open=!1)}openChanged(){this.classNames=(0,x.x)(["hidden",!this.open]),this.open?document.addEventListener("mousedown",this.clickOutside):document.removeEventListener("mousedown",this.clickOutside)}toggleDropdownMenuVisibility(){this.open=!this.open}onDropdownMenuItemClick(){this.autoClose&&(this.open=!1)}get allItems(){return this.items}}(0,C.Cg)([l.observable],Vn.prototype,"items",void 0),(0,C.Cg)([(0,l.attr)({attribute:"auto-close",mode:"boolean"})],Vn.prototype,"autoClose",void 0),(0,C.Cg)([(0,l.attr)({attribute:"disable-button",mode:"boolean"})],Vn.prototype,"disabled",void 0),(0,C.Cg)([l.observable],Vn.prototype,"classNames",void 0),(0,C.Cg)([l.attr],Vn.prototype,"name",void 0),(0,C.Cg)([(0,l.attr)({attribute:"open",mode:"boolean"})],Vn.prototype,"open",void 0),(0,C.Cg)([l.attr],Vn.prototype,"buttonAppearance",void 0);const Yn=Vn.compose({baseName:"dropdown-menu",styles:Un,template:jn});var Wn=i(84686);const qn=l.css`
1738
1738
  .environment-indicator {
1739
1739
  font-size: 12px;
1740
1740
  display: inline-flex;
@@ -1786,7 +1786,7 @@
1786
1786
  </div>
1787
1787
  `)}
1788
1788
  `;var t}}
1789
- `;var Xn=i(17190);const Qn="default",Jn={level:Qn,showIcon:!1,iconSize:"sm",backgroundColor:"#2222ff",textColor:"#ffffff",label:"DEFAULT"},Zn=[Jn,{level:"dev",showIcon:!1,icon:"code",backgroundColor:"#ff6b35",label:"DEV"},{level:"prod",showIcon:!1,icon:"check-circle",backgroundColor:"#28a745",label:"PROD"}],ea=(0,Xn.r)(),ta=s.DI.createInterface(e=>e.instance(ea),e=>e.instance(ea)),ia=s.DI.createInterface("EnvironmentIndicatorConfig");function oa(){return(0,C.sH)(this,arguments,void 0,function*(e={configs:[]}){const{configs:t,currentLevel:i}=e,o={currentLevel:i,configs:t&&t.length>0?t:[Jn]};s.DI.getOrCreateDOMContainer().register(s.Registration.instance(ta,ea),s.Registration.instance(ia,o)),ea.publish(o)})}const na=(0,Je.createLogger)("EnvironmentIndicator");class aa extends s.FoundationElement{constructor(){super(...arguments),this.size="sm",this.textColor="#ffffff",this.icon="check-circle",this.iconSize="sm",this.useDefaultConfig=!1,this.config=Jn,this.envConfigs=Zn}envConfigsChanged(){this.config=this.getEnvConfigByLevel()}diConfigChanged(){this.config=this.getEnvConfigByLevel()}subscribeToDiConfig(){const e=s.DI.getOrCreateDOMContainer().get(ta);e&&"function"==typeof e.subscribe?this.unsubscribeConfig=e.subscribe(e=>{this.diConfig=e}):na.error("Observer not found or invalid in DI container")}connectedCallback(){super.connectedCallback(),this.diConfig=function(){try{const e=s.DI.getOrCreateDOMContainer().get(ia);if(e)return e}catch(e){return}}(),this.subscribeToDiConfig(),this.config=this.getEnvConfigByLevel()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeConfig&&(this.unsubscribeConfig(),this.unsubscribeConfig=void 0)}getAttributesConfig(){const e={};return["label","size","showIcon","icon","iconSize","backgroundColor","textColor"].filter(e=>!!this[e]).forEach(t=>{e[t]=this[t]}),e||{}}getCurrentEnvironmentLevel(){if(this.level)return this.level;if(this.diConfig)try{const{currentLevel:e}=this.diConfig;if(e)return e}catch(e){na.error(e)}return Yn.H6!==Qn?Yn.H6:this.useDefaultConfig?Qn:void 0}getEnvConfigByLevel(){const e=this.getAttributesConfig(),t=this.getCurrentEnvironmentLevel();if(!t)return this.useDefaultConfig?Jn:void 0;if(this.label)return Object.assign(Object.assign(Object.assign({},Jn),{level:t}),e);if(this.diConfig){const{configs:i}=this.diConfig;if(i&&i.length>0){const o=i.find(({level:e})=>e===t);if(o)return Object.assign(Object.assign({},o),e)}}const i=this.envConfigs.find(({level:e})=>e===t);return i?Object.assign(Object.assign({},i),e):void 0}attributeChangedCallback(e,t,i){super.attributeChangedCallback(e,t,i);["level","label","show-icon","icon-size","size","background-color","text-color","icon"].includes(e)&&t!==i&&(this.config=this.getEnvConfigByLevel())}setEnvConfigs(e){this.envConfigs=e}}(0,C.Cg)([l.attr],aa.prototype,"level",void 0),(0,C.Cg)([l.attr],aa.prototype,"label",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"show-icon"})],aa.prototype,"showIcon",void 0),(0,C.Cg)([l.attr],aa.prototype,"size",void 0),(0,C.Cg)([(0,l.attr)({attribute:"background-color"})],aa.prototype,"backgroundColor",void 0),(0,C.Cg)([(0,l.attr)({attribute:"text-color"})],aa.prototype,"textColor",void 0),(0,C.Cg)([l.attr],aa.prototype,"icon",void 0),(0,C.Cg)([(0,l.attr)({attribute:"icon-size"})],aa.prototype,"iconSize",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"use-default-config"})],aa.prototype,"useDefaultConfig",void 0),(0,C.Cg)([l.observable],aa.prototype,"config",void 0),(0,C.Cg)([l.observable],aa.prototype,"envConfigs",void 0),(0,C.Cg)([l.observable],aa.prototype,"diConfig",void 0);const sa=aa.compose({baseName:"environment-indicator",template:Kn,styles:qn}),ra=e=>l.html`
1789
+ `;var Xn=i(17190);const Jn="default",Qn={level:Jn,showIcon:!1,iconSize:"sm",backgroundColor:"#2222ff",textColor:"#ffffff",label:"DEFAULT"},Zn=[Qn,{level:"dev",showIcon:!1,icon:"code",backgroundColor:"#ff6b35",label:"DEV"},{level:"prod",showIcon:!1,icon:"check-circle",backgroundColor:"#28a745",label:"PROD"}],ea=(0,Xn.r)(),ta=s.DI.createInterface(e=>e.instance(ea),e=>e.instance(ea)),ia=s.DI.createInterface("EnvironmentIndicatorConfig");function oa(){return(0,C.sH)(this,arguments,void 0,function*(e={configs:[]}){const{configs:t,currentLevel:i}=e,o={currentLevel:i,configs:t&&t.length>0?t:[Qn]};s.DI.getOrCreateDOMContainer().register(s.Registration.instance(ta,ea),s.Registration.instance(ia,o)),ea.publish(o)})}const na=(0,Qe.createLogger)("EnvironmentIndicator");class aa extends s.FoundationElement{constructor(){super(...arguments),this.size="sm",this.textColor="#ffffff",this.icon="check-circle",this.iconSize="sm",this.useDefaultConfig=!1,this.config=Qn,this.envConfigs=Zn}envConfigsChanged(){this.config=this.getEnvConfigByLevel()}diConfigChanged(){this.config=this.getEnvConfigByLevel()}subscribeToDiConfig(){const e=s.DI.getOrCreateDOMContainer().get(ta);e&&"function"==typeof e.subscribe?this.unsubscribeConfig=e.subscribe(e=>{this.diConfig=e}):na.error("Observer not found or invalid in DI container")}connectedCallback(){super.connectedCallback(),this.diConfig=function(){try{const e=s.DI.getOrCreateDOMContainer().get(ia);if(e)return e}catch(e){return}}(),this.subscribeToDiConfig(),this.config=this.getEnvConfigByLevel()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeConfig&&(this.unsubscribeConfig(),this.unsubscribeConfig=void 0)}getAttributesConfig(){const e={};return["label","size","showIcon","icon","iconSize","backgroundColor","textColor"].filter(e=>!!this[e]).forEach(t=>{e[t]=this[t]}),e||{}}getCurrentEnvironmentLevel(){if(this.level)return this.level;if(this.diConfig)try{const{currentLevel:e}=this.diConfig;if(e)return e}catch(e){na.error(e)}return Wn.H6!==Jn?Wn.H6:this.useDefaultConfig?Jn:void 0}getEnvConfigByLevel(){const e=this.getAttributesConfig(),t=this.getCurrentEnvironmentLevel();if(!t)return this.useDefaultConfig?Qn:void 0;if(this.label)return Object.assign(Object.assign(Object.assign({},Qn),{level:t}),e);if(this.diConfig){const{configs:i}=this.diConfig;if(i&&i.length>0){const o=i.find(({level:e})=>e===t);if(o)return Object.assign(Object.assign({},o),e)}}const i=this.envConfigs.find(({level:e})=>e===t);return i?Object.assign(Object.assign({},i),e):void 0}attributeChangedCallback(e,t,i){super.attributeChangedCallback(e,t,i);["level","label","show-icon","icon-size","size","background-color","text-color","icon"].includes(e)&&t!==i&&(this.config=this.getEnvConfigByLevel())}setEnvConfigs(e){this.envConfigs=e}}(0,C.Cg)([l.attr],aa.prototype,"level",void 0),(0,C.Cg)([l.attr],aa.prototype,"label",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"show-icon"})],aa.prototype,"showIcon",void 0),(0,C.Cg)([l.attr],aa.prototype,"size",void 0),(0,C.Cg)([(0,l.attr)({attribute:"background-color"})],aa.prototype,"backgroundColor",void 0),(0,C.Cg)([(0,l.attr)({attribute:"text-color"})],aa.prototype,"textColor",void 0),(0,C.Cg)([l.attr],aa.prototype,"icon",void 0),(0,C.Cg)([(0,l.attr)({attribute:"icon-size"})],aa.prototype,"iconSize",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"use-default-config"})],aa.prototype,"useDefaultConfig",void 0),(0,C.Cg)([l.observable],aa.prototype,"config",void 0),(0,C.Cg)([l.observable],aa.prototype,"envConfigs",void 0),(0,C.Cg)([l.observable],aa.prototype,"diConfig",void 0);const sa=aa.compose({baseName:"environment-indicator",template:Kn,styles:qn}),ra=e=>l.html`
1790
1790
  <${e}-banner ${(0,l.ref)("banner")}>
1791
1791
  <div slot="content">
1792
1792
  <div>
@@ -1809,11 +1809,11 @@
1809
1809
  </${e}-banner>
1810
1810
  `,la=l.html`
1811
1811
  ${e=>ra(T(e))}
1812
- `,da={mode:"open",delegatesFocus:!0};class ca extends s.FoundationElement{connectedCallback(){super.connectedCallback(),Ze.deprecated("ErrorBanner","Use `${prefix}-banner` instead.")}dismiss(){return(0,C.sH)(this,void 0,void 0,function*(){try{yield this.banner.dismiss(),this.remove()}catch(e){Ze.error(e)}})}}(0,C.Cg)([l.observable],ca.prototype,"error",void 0),(0,C.Cg)([l.observable],ca.prototype,"notification",void 0);const ua=ca.compose({baseName:"error-banner",template:la,shadowOptions:da});var ha;!function(e){e.ERROR_BOUNDARY_EVENT="error-boundary-event"}(ha||(ha={}));const pa=e=>{var t,i;return`${null!==(t=null==e?void 0:e.title)&&void 0!==t?t:"Error"}: ${null!==(i=null==e?void 0:e.errorDetails)&&void 0!==i?i:"Something went wrong"}`},ma=e=>{var t;return(null==e?void 0:e.logLevel)||(null===(t=null==e?void 0:e.config)||void 0===t?void 0:t.logLevel)||Je.LogLevels.error},ga=(e,t)=>{const i=t.split("-")[0];let o=document.querySelector(`#${e}`);if(!o){o=document.createElement("div"),o.setAttribute("id",e);const t=document.createElement(`${i}-design-system-provider`);t.appendChild(o),document.body.appendChild(t)}return o},va=()=>{const e=document.createElement("div");return e.setAttribute("id","error-banner-anchor"),e.style.position="relative",document.body.insertBefore(e,document.body.firstChild),e},fa=(0,Je.createLogger)("foundation-error"),ba={alert:e=>{alert(pa(e))},notification:(e,t)=>{var i,o,n,a,s,r,l,d,c,u,h,p,m;const g=t.split("-")[0],v=ga("notify-container",t);if(v)switch(v.style.position="fixed",null===(o=null===(i=null==e?void 0:e.config)||void 0===i?void 0:i.notification)||void 0===o?void 0:o.position){case"top-left":v.style.top="0",v.style.left="0";break;case"bottom-left":v.style.bottom="0",v.style.left="0";break;case"bottom-right":v.style.bottom="0",v.style.right="0";break;default:v.style.top="0",v.style.right="0"}const f=document.createElement(`${g}-toast`),b=document.createElement("div");b.setAttribute("slot","top"),b.textContent=null!==(n=e.title)&&void 0!==n?n:"Error";const y=document.createElement("div");y.setAttribute("slot","content"),y.textContent=(null==e?void 0:e.errorDetails)||"";const w=document.createElement("div");w.setAttribute("slot","date"),w.textContent=(new Date).toLocaleTimeString(),f.setAttribute("notify",(null===(s=null===(a=null==e?void 0:e.config)||void 0===a?void 0:a.notification)||void 0===s?void 0:s.type)||""),(null===(l=null===(r=null==e?void 0:e.config)||void 0===r?void 0:r.notification)||void 0===l?void 0:l.autoClose)&&f.setAttribute("auto-close",`${null===(c=null===(d=null==e?void 0:e.config)||void 0===d?void 0:d.notification)||void 0===c?void 0:c.autoClose}`),(null===(h=null===(u=null==e?void 0:e.config)||void 0===u?void 0:u.notification)||void 0===h?void 0:h.closeTimeout)&&f.setAttribute("close-timeout",`${null===(m=null===(p=null==e?void 0:e.config)||void 0===p?void 0:p.notification)||void 0===m?void 0:m.closeTimeout}`),f.appendChild(b),f.appendChild(y),f.appendChild(w),v.appendChild(f)},dialog:(e,t)=>{const i=t.split("-")[0],o=document.createElement(`${i}-error-dialog`);ga("dialog-container",t).appendChild(o),o.error=e,o.show()},snackbar:(e,t)=>{const i=t.split("-")[0],o=document.createElement(`${i}-snackbar`);ga("snack-container",t).appendChild(o),o.error=e},banner:(e,t,i)=>{var o;const n=t.split("-")[0],a=document.createElement(`${n}-error-banner`),s=(e=>{for(var t,i;e&&!(e instanceof ShadowRoot);){const o=null===(t=null==e?void 0:e.getRootNode())||void 0===t?void 0:t.getElementById("error-banner-anchor");if(o)return o.style.position="relative",o;e=null===(i=null==e?void 0:e.getRootNode())||void 0===i?void 0:i.host}return va()})(i);(null===(o=null==s?void 0:s.children)||void 0===o?void 0:o.length)>0&&(a.style.position="absolute",a.style.top="0",a.style.left="0",a.style.width="100%"),s.appendChild(a),a.error=e}},ya=(e,t,i)=>{fa.log({message:pa(e),level:ma(e)});Object.keys((null==e?void 0:e.config)||{}).forEach(o=>{ba[o]&&ba[o](e,t,i)})};class wa{withTitle(e){return this.title=e,this}withErrorDetails(e){return this.errorDetails=e,this}withLogLevel(e){return this.logLevel=e,this}withAlert(e){return this.alert=e,this}withNotification(e){return this.notification=e,this}withBanner(e){return this.banner=e,this}withSnackbar(e){return this.snackbar=e,this}withDialog(e){return this.dialog=e,this}build(){if(!this.title)throw new Error("Title is required");if(!this.errorDetails)throw new Error("Missing required param 'errorDetails'");let e={title:this.title,errorDetails:this.errorDetails},t={};return null!=this.logLevel&&(e=Object.assign({logLevel:this.logLevel},e)),this.alert&&(t=Object.assign({alert:this.alert},t),e=Object.assign({config:t},e)),this.notification&&(t=Object.assign({notification:this.notification},t),e=Object.assign({config:t},e)),this.banner&&(t=Object.assign({banner:this.banner},t),e=Object.assign({config:t},e)),this.snackbar&&(t=Object.assign({snackbar:this.snackbar},t),e=Object.assign({config:t},e)),this.dialog&&(t=Object.assign({dialog:this.dialog},t),e=Object.assign({config:t},e)),e}}class Ca{withPosition(e){return this.position=e,this}withAutoClose(e){return this.autoClose=e,this}withCloseTimeout(e){return this.closeTimeout=e,this}withType(e){return this.type=e,this}build(){let e={};return this.position&&(e=Object.assign({position:this.position},e)),this.autoClose&&(e=Object.assign({autoClose:this.autoClose},e)),this.closeTimeout&&(e=Object.assign({closeTimeout:this.closeTimeout},e)),this.type&&(e=Object.assign({type:this.type},e)),e}}const xa=l.html`
1812
+ `,da={mode:"open",delegatesFocus:!0};class ca extends s.FoundationElement{connectedCallback(){super.connectedCallback(),Ze.deprecated("ErrorBanner","Use `${prefix}-banner` instead.")}dismiss(){return(0,C.sH)(this,void 0,void 0,function*(){try{yield this.banner.dismiss(),this.remove()}catch(e){Ze.error(e)}})}}(0,C.Cg)([l.observable],ca.prototype,"error",void 0),(0,C.Cg)([l.observable],ca.prototype,"notification",void 0);const ua=ca.compose({baseName:"error-banner",template:la,shadowOptions:da});var ha;!function(e){e.ERROR_BOUNDARY_EVENT="error-boundary-event"}(ha||(ha={}));const pa=e=>{var t,i;return`${null!==(t=null==e?void 0:e.title)&&void 0!==t?t:"Error"}: ${null!==(i=null==e?void 0:e.errorDetails)&&void 0!==i?i:"Something went wrong"}`},ma=e=>{var t;return(null==e?void 0:e.logLevel)||(null===(t=null==e?void 0:e.config)||void 0===t?void 0:t.logLevel)||Qe.LogLevels.error},ga=(e,t)=>{const i=t.split("-")[0];let o=document.querySelector(`#${e}`);if(!o){o=document.createElement("div"),o.setAttribute("id",e);const t=document.createElement(`${i}-design-system-provider`);t.appendChild(o),document.body.appendChild(t)}return o},va=()=>{const e=document.createElement("div");return e.setAttribute("id","error-banner-anchor"),e.style.position="relative",document.body.insertBefore(e,document.body.firstChild),e},fa=(0,Qe.createLogger)("foundation-error"),ba={alert:e=>{alert(pa(e))},notification:(e,t)=>{var i,o,n,a,s,r,l,d,c,u,h,p,m;const g=t.split("-")[0],v=ga("notify-container",t);if(v)switch(v.style.position="fixed",null===(o=null===(i=null==e?void 0:e.config)||void 0===i?void 0:i.notification)||void 0===o?void 0:o.position){case"top-left":v.style.top="0",v.style.left="0";break;case"bottom-left":v.style.bottom="0",v.style.left="0";break;case"bottom-right":v.style.bottom="0",v.style.right="0";break;default:v.style.top="0",v.style.right="0"}const f=document.createElement(`${g}-toast`),b=document.createElement("div");b.setAttribute("slot","top"),b.textContent=null!==(n=e.title)&&void 0!==n?n:"Error";const y=document.createElement("div");y.setAttribute("slot","content"),y.textContent=(null==e?void 0:e.errorDetails)||"";const w=document.createElement("div");w.setAttribute("slot","date"),w.textContent=(new Date).toLocaleTimeString(),f.setAttribute("notify",(null===(s=null===(a=null==e?void 0:e.config)||void 0===a?void 0:a.notification)||void 0===s?void 0:s.type)||""),(null===(l=null===(r=null==e?void 0:e.config)||void 0===r?void 0:r.notification)||void 0===l?void 0:l.autoClose)&&f.setAttribute("auto-close",`${null===(c=null===(d=null==e?void 0:e.config)||void 0===d?void 0:d.notification)||void 0===c?void 0:c.autoClose}`),(null===(h=null===(u=null==e?void 0:e.config)||void 0===u?void 0:u.notification)||void 0===h?void 0:h.closeTimeout)&&f.setAttribute("close-timeout",`${null===(m=null===(p=null==e?void 0:e.config)||void 0===p?void 0:p.notification)||void 0===m?void 0:m.closeTimeout}`),f.appendChild(b),f.appendChild(y),f.appendChild(w),v.appendChild(f)},dialog:(e,t)=>{const i=t.split("-")[0],o=document.createElement(`${i}-error-dialog`);ga("dialog-container",t).appendChild(o),o.error=e,o.show()},snackbar:(e,t)=>{const i=t.split("-")[0],o=document.createElement(`${i}-snackbar`);ga("snack-container",t).appendChild(o),o.error=e},banner:(e,t,i)=>{var o;const n=t.split("-")[0],a=document.createElement(`${n}-error-banner`),s=(e=>{for(var t,i;e&&!(e instanceof ShadowRoot);){const o=null===(t=null==e?void 0:e.getRootNode())||void 0===t?void 0:t.getElementById("error-banner-anchor");if(o)return o.style.position="relative",o;e=null===(i=null==e?void 0:e.getRootNode())||void 0===i?void 0:i.host}return va()})(i);(null===(o=null==s?void 0:s.children)||void 0===o?void 0:o.length)>0&&(a.style.position="absolute",a.style.top="0",a.style.left="0",a.style.width="100%"),s.appendChild(a),a.error=e}},ya=(e,t,i)=>{fa.log({message:pa(e),level:ma(e)});Object.keys((null==e?void 0:e.config)||{}).forEach(o=>{ba[o]&&ba[o](e,t,i)})};class wa{withTitle(e){return this.title=e,this}withErrorDetails(e){return this.errorDetails=e,this}withLogLevel(e){return this.logLevel=e,this}withAlert(e){return this.alert=e,this}withNotification(e){return this.notification=e,this}withBanner(e){return this.banner=e,this}withSnackbar(e){return this.snackbar=e,this}withDialog(e){return this.dialog=e,this}build(){if(!this.title)throw new Error("Title is required");if(!this.errorDetails)throw new Error("Missing required param 'errorDetails'");let e={title:this.title,errorDetails:this.errorDetails},t={};return null!=this.logLevel&&(e=Object.assign({logLevel:this.logLevel},e)),this.alert&&(t=Object.assign({alert:this.alert},t),e=Object.assign({config:t},e)),this.notification&&(t=Object.assign({notification:this.notification},t),e=Object.assign({config:t},e)),this.banner&&(t=Object.assign({banner:this.banner},t),e=Object.assign({config:t},e)),this.snackbar&&(t=Object.assign({snackbar:this.snackbar},t),e=Object.assign({config:t},e)),this.dialog&&(t=Object.assign({dialog:this.dialog},t),e=Object.assign({config:t},e)),e}}class Ca{withPosition(e){return this.position=e,this}withAutoClose(e){return this.autoClose=e,this}withCloseTimeout(e){return this.closeTimeout=e,this}withType(e){return this.type=e,this}build(){let e={};return this.position&&(e=Object.assign({position:this.position},e)),this.autoClose&&(e=Object.assign({autoClose:this.autoClose},e)),this.closeTimeout&&(e=Object.assign({closeTimeout:this.closeTimeout},e)),this.type&&(e=Object.assign({type:this.type},e)),e}}const xa=l.html`
1813
1813
  <template ${(0,l.ref)("errorBoundary")}>
1814
1814
  <slot></slot>
1815
1815
  </template>
1816
- `,$a={mode:"open",delegatesFocus:!0};class Sa extends s.FoundationElement{constructor(){super(...arguments),this.logger=(0,Je.createLogger)("error-boundary"),this.closeTimeout=0}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){var t;if(e.connectedCallback.call(this),this.addEventListener(ha.ERROR_BOUNDARY_EVENT,e=>{e.stopImmediatePropagation(),ya(e.detail,this.tagName,this.errorBoundary)}),this.resourceName){if(!(yield this.datasource.init({resourceName:this.resourceName},!0)))return void Ze.debug(`Genesis Datasource init failed for ${this.resourceName}`);this.dataSub=null===(t=this.datasource.stream)||void 0===t?void 0:t.subscribe(e=>{if(!e.ROW)return;const t=null==e?void 0:e.ROW[0];if(e.SEQUENCE_ID>1){const e=t.HEADER,i=null==t?void 0:t.BODY,o=t.NOTIFY_SEVERITY;ya((new wa).withTitle(e).withErrorDetails(i).withNotification((new Ca).withType(o).withAutoClose(!!this.closeTimeout).withCloseTimeout(this.closeTimeout).build()).build(),this.tagName,this.errorBoundary)}})}})}disconnectedCallback(){var e,t;super.disconnectedCallback(),null===(e=this.dataSub)||void 0===e||e.unsubscribe(),delete this.dataSub,null===(t=this.datasource)||void 0===t||t.destroy(),delete this.datasource}}(0,C.Cg)([l.observable],Sa.prototype,"errorBoundary",void 0),(0,C.Cg)([(0,l.attr)({attribute:"resource-name"})],Sa.prototype,"resourceName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"close-timeout",converter:l.nullableNumberConverter})],Sa.prototype,"closeTimeout",void 0),(0,C.Cg)([si.yW],Sa.prototype,"datasource",void 0);const Ea=Sa.compose({baseName:"error-boundary",template:xa,shadowOptions:$a}),Oa=l.css`
1816
+ `,$a={mode:"open",delegatesFocus:!0};class Sa extends s.FoundationElement{constructor(){super(...arguments),this.logger=(0,Qe.createLogger)("error-boundary"),this.closeTimeout=0}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){var t;if(e.connectedCallback.call(this),this.addEventListener(ha.ERROR_BOUNDARY_EVENT,e=>{e.stopImmediatePropagation(),ya(e.detail,this.tagName,this.errorBoundary)}),this.resourceName){if(!(yield this.datasource.init({resourceName:this.resourceName},!0)))return void Ze.debug(`Genesis Datasource init failed for ${this.resourceName}`);this.dataSub=null===(t=this.datasource.stream)||void 0===t?void 0:t.subscribe(e=>{if(!e.ROW)return;const t=null==e?void 0:e.ROW[0];if(e.SEQUENCE_ID>1){const e=t.HEADER,i=null==t?void 0:t.BODY,o=t.NOTIFY_SEVERITY;ya((new wa).withTitle(e).withErrorDetails(i).withNotification((new Ca).withType(o).withAutoClose(!!this.closeTimeout).withCloseTimeout(this.closeTimeout).build()).build(),this.tagName,this.errorBoundary)}})}})}disconnectedCallback(){var e,t;super.disconnectedCallback(),null===(e=this.dataSub)||void 0===e||e.unsubscribe(),delete this.dataSub,null===(t=this.datasource)||void 0===t||t.destroy(),delete this.datasource}}(0,C.Cg)([l.observable],Sa.prototype,"errorBoundary",void 0),(0,C.Cg)([(0,l.attr)({attribute:"resource-name"})],Sa.prototype,"resourceName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"close-timeout",converter:l.nullableNumberConverter})],Sa.prototype,"closeTimeout",void 0),(0,C.Cg)([si.yW],Sa.prototype,"datasource",void 0);const Ea=Sa.compose({baseName:"error-boundary",template:xa,shadowOptions:$a}),Oa=l.css`
1817
1817
  :host {
1818
1818
  --design-unit: 3;
1819
1819
  --dialog-max-width: 358px;
@@ -1851,7 +1851,7 @@
1851
1851
  </${e}-dialog>
1852
1852
  `,ka=l.html`
1853
1853
  ${e=>Ta(T(e))}
1854
- `,Ia={mode:"open",delegatesFocus:!0};class Da extends s.FoundationElement{connectedCallback(){super.connectedCallback(),Ze.deprecated("ErrorDialog","Use `${prefix}-dialog` instead.")}show(){this.dialog.show()}dismiss(){var e,t,i,o,n,a,s,r;(null===(o=null===(i=null===(t=null===(e=this.error)||void 0===e?void 0:e.config)||void 0===t?void 0:t.dialog)||void 0===i?void 0:i.dismissingAction)||void 0===o?void 0:o.action)&&this.error.config.dialog.dismissingAction.action(),(null===(r=null===(s=null===(a=null===(n=this.notification)||void 0===n?void 0:n.config)||void 0===a?void 0:a.dialog)||void 0===s?void 0:s.dismissingAction)||void 0===r?void 0:r.action)&&this.notification.config.dialog.dismissingAction.action(),this.closeDialog()}closeDialog(){try{this.dialog.close(),this.remove()}catch(e){Ze.error(e)}}}(0,C.Cg)([l.observable],Da.prototype,"error",void 0),(0,C.Cg)([l.observable],Da.prototype,"notification",void 0);const Ra=Da.compose({baseName:"error-dialog",template:ka,styles:Oa,shadowOptions:Ia});class Aa extends s.FoundationElement{constructor(){super(...arguments),this.selectedFile=null,this.accept="",this.fileSizeLimitBytes=10485760,this.fileName="",this.isProcessing=!1}handleClick(){this.fileInput.value=null,this.fileInput.click()}onInputChange(e){var t;const i=null==e?void 0:e.target,o=Array.from(null!==(t=null==i?void 0:i.files)&&void 0!==t?t:[]),n=o.find(e=>e.size>this.fileSizeLimitBytes);if(n){const e=`File "${n.name}" exceeds size limit of ${this.fileSizeLimitBytes} bytes`;return this.showError("File Size Error",e),void this.$emit("error",new Error(e))}this.onFileSelected(o)}clearSelection(){this.fileName="",this.selectedFile=null,this.isProcessing=!1,this.fileInput&&(this.fileInput.value=""),this.onFileCleared(),this.$emit("clear")}getSelectedFile(){return this.selectedFile}showError(e,t){fe({title:e,body:t,config:{toast:{type:"warning",autoClose:!0,closeTimeout:5e3}}},this.tagName)}}(0,C.Cg)([l.attr],Aa.prototype,"label",void 0),(0,C.Cg)([l.attr],Aa.prototype,"accept",void 0),(0,C.Cg)([(0,l.attr)({attribute:"file-size-limit-bytes"})],Aa.prototype,"fileSizeLimitBytes",void 0),(0,C.Cg)([l.observable],Aa.prototype,"fileName",void 0),(0,C.Cg)([l.observable],Aa.prototype,"isProcessing",void 0);const La=(e,t,i)=>l.css`
1854
+ `,Da={mode:"open",delegatesFocus:!0};class Ia extends s.FoundationElement{connectedCallback(){super.connectedCallback(),Ze.deprecated("ErrorDialog","Use `${prefix}-dialog` instead.")}show(){this.dialog.show()}dismiss(){var e,t,i,o,n,a,s,r;(null===(o=null===(i=null===(t=null===(e=this.error)||void 0===e?void 0:e.config)||void 0===t?void 0:t.dialog)||void 0===i?void 0:i.dismissingAction)||void 0===o?void 0:o.action)&&this.error.config.dialog.dismissingAction.action(),(null===(r=null===(s=null===(a=null===(n=this.notification)||void 0===n?void 0:n.config)||void 0===a?void 0:a.dialog)||void 0===s?void 0:s.dismissingAction)||void 0===r?void 0:r.action)&&this.notification.config.dialog.dismissingAction.action(),this.closeDialog()}closeDialog(){try{this.dialog.close(),this.remove()}catch(e){Ze.error(e)}}}(0,C.Cg)([l.observable],Ia.prototype,"error",void 0),(0,C.Cg)([l.observable],Ia.prototype,"notification",void 0);const Aa=Ia.compose({baseName:"error-dialog",template:ka,styles:Oa,shadowOptions:Da});class La extends s.FoundationElement{constructor(){super(...arguments),this.selectedFile=null,this.accept="",this.fileSizeLimitBytes=10485760,this.fileName="",this.isProcessing=!1}handleClick(){this.fileInput.value=null,this.fileInput.click()}onInputChange(e){var t;const i=null==e?void 0:e.target,o=Array.from(null!==(t=null==i?void 0:i.files)&&void 0!==t?t:[]),n=o.find(e=>e.size>this.fileSizeLimitBytes);if(n){const e=`File "${n.name}" exceeds size limit of ${this.fileSizeLimitBytes} bytes`;return this.showError("File Size Error",e),void this.$emit("error",new Error(e))}this.onFileSelected(o)}clearSelection(){this.fileName="",this.selectedFile=null,this.isProcessing=!1,this.fileInput&&(this.fileInput.value=""),this.onFileCleared(),this.$emit("clear")}getSelectedFile(){return this.selectedFile}showError(e,t){fe({title:e,body:t,config:{toast:{type:"warning",autoClose:!0,closeTimeout:5e3}}},this.tagName)}}(0,C.Cg)([l.attr],La.prototype,"label",void 0),(0,C.Cg)([l.attr],La.prototype,"accept",void 0),(0,C.Cg)([(0,l.attr)({attribute:"file-size-limit-bytes"})],La.prototype,"fileSizeLimitBytes",void 0),(0,C.Cg)([l.observable],La.prototype,"fileName",void 0),(0,C.Cg)([l.observable],La.prototype,"isProcessing",void 0);const Ra=(e,t,i)=>l.css`
1855
1855
  /* Host */
1856
1856
  :host {
1857
1857
  display: flex;
@@ -1902,7 +1902,7 @@
1902
1902
  z-index: 2;
1903
1903
  }
1904
1904
  `,Na=(e,t)=>l.css`
1905
- ${La("foundation",e,t)}
1905
+ ${Ra("foundation",e,t)}
1906
1906
  `,Fa=e=>l.html`
1907
1907
  <template>
1908
1908
  <div class="file-reader">
@@ -1941,7 +1941,7 @@
1941
1941
  </template>
1942
1942
  `,Ma=l.html`
1943
1943
  ${e=>Fa(T(e))}
1944
- `;class _a extends Aa{constructor(){super(),this.processingTimeout=null,this.autoProcess=!1,this.processingDelayMs=1e3,this.fileContent=null,this.accept=".json,application/json"}onFileSelected(e){var t,i;const o=e[0];if(o&&this.accept.includes("json")&&!(null===(i=null===(t=null==o?void 0:o.name)||void 0===t?void 0:t.toLowerCase())||void 0===i?void 0:i.endsWith(".json"))){const e="Selected file is not a JSON file";return this.showError("File Type Error",e),void this.$emit("error",new Error(e))}this.selectedFile=o,this.fileName=o.name,this.autoProcess&&this.handleFileProcessing()}onFileCleared(){this.fileContent=null,this.processingTimeout&&(clearTimeout(this.processingTimeout),this.processingTimeout=null)}handleFileProcessing(){return(0,C.sH)(this,void 0,void 0,function*(){var e;if(this.getSelectedFile()){this.processingTimeout&&clearTimeout(this.processingTimeout),this.isProcessing=!0;try{const t=yield this.getSelectedFile().text();let i;try{i=JSON.parse(t)}catch(e){return this.showError("Invalid JSON Format","The selected file contains invalid JSON"),void this.$emit("error",e)}this.fileContent=i,this.$emit("file-read",{fileName:this.fileName,content:this.fileContent,file:this.getSelectedFile()}),null===(e=this.onFileRead)||void 0===e||e.call(this,this.fileContent)}catch(e){this.showError("File Processing Error","An error occurred while processing the file"),this.$emit("error",e)}finally{this.processingTimeout=window.setTimeout(()=>{this.isProcessing=!1,this.processingTimeout=null},this.processingDelayMs)}}else this.showError("No File Selected","Please select a file to process")})}getFileContent(){return this.fileContent}disconnectedCallback(){super.disconnectedCallback(),this.processingTimeout&&(clearTimeout(this.processingTimeout),this.processingTimeout=null)}}(0,C.Cg)([(0,l.attr)({attribute:"auto-process",mode:"boolean"})],_a.prototype,"autoProcess",void 0),(0,C.Cg)([(0,l.attr)({attribute:"processing-delay-ms"})],_a.prototype,"processingDelayMs",void 0),(0,C.Cg)([l.observable],_a.prototype,"fileContent",void 0),(0,C.Cg)([l.observable],_a.prototype,"onFileRead",void 0);const Ha=_a.compose({baseName:"file-reader",styles:Na,template:Ma});var za=i(17465),Pa=i(32748);const Ua=l.css`
1944
+ `;class _a extends La{constructor(){super(),this.processingTimeout=null,this.autoProcess=!1,this.processingDelayMs=1e3,this.fileContent=null,this.accept=".json,application/json"}onFileSelected(e){var t,i;const o=e[0];if(o&&this.accept.includes("json")&&!(null===(i=null===(t=null==o?void 0:o.name)||void 0===t?void 0:t.toLowerCase())||void 0===i?void 0:i.endsWith(".json"))){const e="Selected file is not a JSON file";return this.showError("File Type Error",e),void this.$emit("error",new Error(e))}this.selectedFile=o,this.fileName=o.name,this.autoProcess&&this.handleFileProcessing()}onFileCleared(){this.fileContent=null,this.processingTimeout&&(clearTimeout(this.processingTimeout),this.processingTimeout=null)}handleFileProcessing(){return(0,C.sH)(this,void 0,void 0,function*(){var e;if(this.getSelectedFile()){this.processingTimeout&&clearTimeout(this.processingTimeout),this.isProcessing=!0;try{const t=yield this.getSelectedFile().text();let i;try{i=JSON.parse(t)}catch(e){return this.showError("Invalid JSON Format","The selected file contains invalid JSON"),void this.$emit("error",e)}this.fileContent=i,this.$emit("file-read",{fileName:this.fileName,content:this.fileContent,file:this.getSelectedFile()}),null===(e=this.onFileRead)||void 0===e||e.call(this,this.fileContent)}catch(e){this.showError("File Processing Error","An error occurred while processing the file"),this.$emit("error",e)}finally{this.processingTimeout=window.setTimeout(()=>{this.isProcessing=!1,this.processingTimeout=null},this.processingDelayMs)}}else this.showError("No File Selected","Please select a file to process")})}getFileContent(){return this.fileContent}disconnectedCallback(){super.disconnectedCallback(),this.processingTimeout&&(clearTimeout(this.processingTimeout),this.processingTimeout=null)}}(0,C.Cg)([(0,l.attr)({attribute:"auto-process",mode:"boolean"})],_a.prototype,"autoProcess",void 0),(0,C.Cg)([(0,l.attr)({attribute:"processing-delay-ms"})],_a.prototype,"processingDelayMs",void 0),(0,C.Cg)([l.observable],_a.prototype,"fileContent",void 0),(0,C.Cg)([l.observable],_a.prototype,"onFileRead",void 0);const Ha=_a.compose({baseName:"file-reader",styles:Na,template:Ma});var za=i(17465),Pa=i(32748);const Ua=l.css`
1945
1945
  /* Host */
1946
1946
  :host {
1947
1947
  display: flex;
@@ -2017,11 +2017,11 @@
2017
2017
  </template>
2018
2018
  `,Ga=l.html`
2019
2019
  ${e=>Ba(T(e))}
2020
- `,Va=e=>{const t=new FormData;return e.forEach(e=>{t.append(e.name,e)}),t},ja=(e,t,i,o)=>{const n=new Headers;return n.append("SESSION_AUTH_TOKEN",i),o.post(e,{body:t,headers:n})},Wa=(e,t,i,o="GET",n,a,s="zero")=>{const r=new Headers;r.append("SESSION_AUTH_TOKEN",i),fetch(e,{method:o,body:a,headers:r,credentials:"include"}).then(e=>(0,C.sH)(void 0,void 0,void 0,function*(){var t;if(e.ok)return e.blob();{const i=yield e.json();n&&fe({title:null==i?void 0:i.MESSAGE_TYPE,body:null===(t=null==i?void 0:i.DETAILS)||void 0===t?void 0:t.ERROR,config:{toast:{autoClose:!0,closeTimeout:5e3,type:"warning"}}},s),Ze.error(i||"An error occurred while downloading the file.")}})).then(e=>{if(e){const i=window.URL.createObjectURL(e),o=document.createElement("a");o.href=i,o.download=t,document.body.appendChild(o),o.click(),o.remove(),n&&fe({title:"Success",body:"File downloaded successfully",config:{toast:{autoClose:!0,closeTimeout:5e3,type:"success"}}},s),Ze.info("File downloaded successfully")}}).catch(e=>{Ze.error(e)})},Ya=["image/png","image/bmp","image/gif","image/jpeg","image/jpg"],qa=["text/plain","text/csv"],Ka=["application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.ms-powerpoint","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/pdf"],Xa=l.html`
2020
+ `,ja=e=>{const t=new FormData;return e.forEach(e=>{t.append(e.name,e)}),t},Va=(e,t,i,o)=>{const n=new Headers;return n.append("SESSION_AUTH_TOKEN",i),o.post(e,{body:t,headers:n})},Ya=(e,t,i,o="GET",n,a,s="zero")=>{const r=new Headers;r.append("SESSION_AUTH_TOKEN",i),fetch(e,{method:o,body:a,headers:r,credentials:"include"}).then(e=>(0,C.sH)(void 0,void 0,void 0,function*(){var t;if(e.ok)return e.blob();{const i=yield e.json();n&&fe({title:null==i?void 0:i.MESSAGE_TYPE,body:null===(t=null==i?void 0:i.DETAILS)||void 0===t?void 0:t.ERROR,config:{toast:{autoClose:!0,closeTimeout:5e3,type:"warning"}}},s),Ze.error(i||"An error occurred while downloading the file.")}})).then(e=>{if(e){const i=window.URL.createObjectURL(e),o=document.createElement("a");o.href=i,o.download=t,document.body.appendChild(o),o.click(),o.remove(),n&&fe({title:"Success",body:"File downloaded successfully",config:{toast:{autoClose:!0,closeTimeout:5e3,type:"success"}}},s),Ze.info("File downloaded successfully")}}).catch(e=>{Ze.error(e)})},Wa=["image/png","image/bmp","image/gif","image/jpeg","image/jpg"],qa=["text/plain","text/csv"],Ka=["application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.ms-powerpoint","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/pdf"],Xa=l.html`
2021
2021
  ${(0,l.when)(e=>e.rowData,l.html`
2022
2022
  ${e=>"DATETIME"===e.columnDefinition.type?(0,ri.zT)(e.rowData[e.columnDefinition.columnDataKey]):e.rowData[e.columnDefinition.columnDataKey]}
2023
2023
  `)}
2024
- `;class Qa extends Aa{constructor(){super(...arguments),this.acceptedFormats=[],this.selectedFiles=[],this.uploadedFilesResourceName="ALL_FILE_ATTACHMENTS",this.uploadEventName="gwf/attachment-handler/upload",this.gridFields="",this.fileName="",this.uploadedFilesList=[],this.filesGridColumnDefinitions=[]}acceptChanged(){let e=[];this.accept.length>0&&this.accept.split(",").forEach(t=>{"image/*"===t?e=[...e,...Ya]:"office/*"===t?e=[...e,...Ka]:"text/*"===t?e=[...e,...qa]:e.push(t)}),this.acceptedFormats=e}fieldNameChanged(){this.setupGrid()}entityIdChanged(){this.setupGrid()}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){var t;e.connectedCallback.call(this),(null===(t=this.filesGridColumnDefinitions)||void 0===t?void 0:t.length)||this.setColumnDefs()})}setupGrid(){void 0!==this.entityId&&void 0!==this.fieldName&&(this.gridCriteria=(new j.b).withExpression((new V.K).withField(this.fieldName).withValue(this.entityId).build()).build(),this.setRowData())}handleStreamRowOperation(e){let t;for(const i of e.ROW)if(i.DETAILS)switch(i.DETAILS.OPERATION){case"INSERT":this.uploadedFilesList.unshift(i);break;case"MODIFY":t=this.uploadedFilesList.findIndex(e=>e.FILE_ATTACHMENT_ID===i.FILE_ATTACHMENT_ID),this.uploadedFilesList.splice(t,1,i);break;case"DELETE":t=this.uploadedFilesList.findIndex(e=>e.FILE_ATTACHMENT_ID===i.FILE_ATTACHMENT_ID),this.uploadedFilesList.splice(t,1);break;default:za.v.error(`Unsupported operation type: ${i.DETAILS.OPERATION}`)}}setRowData(){return(0,C.sH)(this,void 0,void 0,function*(){yield this.connect.stream(this.uploadedFilesResourceName,e=>{var t;1===e.SEQUENCE_ID?this.uploadedFilesList=null!==(t=e.ROW)&&void 0!==t?t:[]:this.handleStreamRowOperation(e)},e=>{za.v.error(e)},{CRITERIA_MATCH:this.gridCriteria})})}setColumnDefs(){return(0,C.sH)(this,void 0,void 0,function*(){var e;const t=yield this.connect.getMetadata(this.uploadedFilesResourceName),i=[];this.gridFields.length>0?this.gridFields.split(" ").forEach(e=>{var o;const n=null===(o=t.FIELD)||void 0===o?void 0:o.find(t=>t.NAME===e);n?i.push(this.getColumnObject(n)):"DOWNLOAD"===e&&this.downloadEventName&&i.push(this.getDownloadColumn())}):(null===(e=t.FIELD)||void 0===e||e.forEach(e=>{i.push(this.getColumnObject(e))}),this.downloadEventName&&i.push(this.getDownloadColumn())),this.filesGridColumnDefinitions=i})}getDownloadColumn(){const e=this.tagName.toLowerCase().split("-")[0];return{columnDataKey:"FILE_NAME",title:"File",cellTemplate:l.html`
2024
+ `;class Ja extends La{constructor(){super(...arguments),this.acceptedFormats=[],this.selectedFiles=[],this.uploadedFilesResourceName="ALL_FILE_ATTACHMENTS",this.uploadEventName="gwf/attachment-handler/upload",this.gridFields="",this.fileName="",this.uploadedFilesList=[],this.filesGridColumnDefinitions=[]}acceptChanged(){let e=[];this.accept.length>0&&this.accept.split(",").forEach(t=>{"image/*"===t?e=[...e,...Wa]:"office/*"===t?e=[...e,...Ka]:"text/*"===t?e=[...e,...qa]:e.push(t)}),this.acceptedFormats=e}fieldNameChanged(){this.setupGrid()}entityIdChanged(){this.setupGrid()}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){var t;e.connectedCallback.call(this),(null===(t=this.filesGridColumnDefinitions)||void 0===t?void 0:t.length)||this.setColumnDefs()})}setupGrid(){void 0!==this.entityId&&void 0!==this.fieldName&&(this.gridCriteria=(new V.b).withExpression((new j.K).withField(this.fieldName).withValue(this.entityId).build()).build(),this.setRowData())}handleStreamRowOperation(e){let t;for(const i of e.ROW)if(i.DETAILS)switch(i.DETAILS.OPERATION){case"INSERT":this.uploadedFilesList.unshift(i);break;case"MODIFY":t=this.uploadedFilesList.findIndex(e=>e.FILE_ATTACHMENT_ID===i.FILE_ATTACHMENT_ID),this.uploadedFilesList.splice(t,1,i);break;case"DELETE":t=this.uploadedFilesList.findIndex(e=>e.FILE_ATTACHMENT_ID===i.FILE_ATTACHMENT_ID),this.uploadedFilesList.splice(t,1);break;default:za.v.error(`Unsupported operation type: ${i.DETAILS.OPERATION}`)}}setRowData(){return(0,C.sH)(this,void 0,void 0,function*(){yield this.connect.stream(this.uploadedFilesResourceName,e=>{var t;1===e.SEQUENCE_ID?this.uploadedFilesList=null!==(t=e.ROW)&&void 0!==t?t:[]:this.handleStreamRowOperation(e)},e=>{za.v.error(e)},{CRITERIA_MATCH:this.gridCriteria})})}setColumnDefs(){return(0,C.sH)(this,void 0,void 0,function*(){var e;const t=yield this.connect.getMetadata(this.uploadedFilesResourceName),i=[];this.gridFields.length>0?this.gridFields.split(" ").forEach(e=>{var o;const n=null===(o=t.FIELD)||void 0===o?void 0:o.find(t=>t.NAME===e);n?i.push(this.getColumnObject(n)):"DOWNLOAD"===e&&this.downloadEventName&&i.push(this.getDownloadColumn())}):(null===(e=t.FIELD)||void 0===e||e.forEach(e=>{i.push(this.getColumnObject(e))}),this.downloadEventName&&i.push(this.getDownloadColumn())),this.filesGridColumnDefinitions=i})}getDownloadColumn(){const e=this.tagName.toLowerCase().split("-")[0];return{columnDataKey:"FILE_NAME",title:"File",cellTemplate:l.html`
2025
2025
  <template>
2026
2026
  <div class="download-button-container">
2027
2027
  <${e}-button
@@ -2032,7 +2032,7 @@
2032
2032
  </${e}-button>
2033
2033
  </div>
2034
2034
  </template>
2035
- `}}getColumnObject(e){return{columnDataKey:e.NAME,title:e.NAME.toLowerCase().split("_").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(" "),type:e.TYPE,cellTemplate:Xa}}handleClick(){this.fileInput.value=null,this.fileInput.click()}onFileSelected(e){const t=Array.isArray(e)?e:[e];if(t.length>0&&this.acceptedFormats.length>0)for(const e of t)if(!(this.accept.split(",").includes(".msg")&&e.name&&e.name.endsWith("msg")||this.acceptedFormats.includes(e.type)))return void this.showError("File Type Error",`Not a valid file type. Accepted Formats are ${this.accept}`);this.selectedFiles=t,this.fileName=this.selectedFiles.map(e=>e.name.trim()).join(),this.$emit("file-selected",{files:this.selectedFiles})}onFileCleared(){this.fileName="",this.selectedFiles=[]}handleFileUpload(){return(0,C.sH)(this,void 0,void 0,function*(){try{const e=Va(this.selectedFiles);e.append(this.uploadKey,this.entityId);const t=yield ja(this.uploadEventName,e,this.session.getItem("authToken","session"),this.http);if(t.ERROR)return za.v.error(t.ERROR),void this.$emit("errorOut",t.ERROR);za.v.info(t),this.$emit("success",t),this.clearSelection()}catch(e){this.$emit("errorOut",e),za.v.error(e)}})}handleFileDownload(e){const t=this.tagName.toLowerCase().split("-")[0];Wa(this.downloadEventName(e),e.FILE_NAME,this.session.getItem("authToken","session"),"GET",!0,void 0,t)}}(0,C.Cg)([l.observable],Qa.prototype,"gridCriteria",void 0),(0,C.Cg)([ai.dm],Qa.prototype,"connect",void 0),(0,C.Cg)([Pa.l],Qa.prototype,"http",void 0),(0,C.Cg)([Ci.N],Qa.prototype,"session",void 0),(0,C.Cg)([(0,l.attr)({attribute:"uploaded-files-resource-name"})],Qa.prototype,"uploadedFilesResourceName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"upload-event-name"})],Qa.prototype,"uploadEventName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"field-name"})],Qa.prototype,"fieldName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"entity-id"})],Qa.prototype,"entityId",void 0),(0,C.Cg)([(0,l.attr)({attribute:"upload-key"})],Qa.prototype,"uploadKey",void 0),(0,C.Cg)([(0,l.attr)({attribute:"grid-fields"})],Qa.prototype,"gridFields",void 0),(0,C.Cg)([l.observable],Qa.prototype,"fileName",void 0),(0,C.Cg)([l.observable],Qa.prototype,"uploadedFilesList",void 0),(0,C.Cg)([l.observable],Qa.prototype,"filesGridColumnDefinitions",void 0);const Ja=void 0,Za={},es=Qa.compose(Object.assign({baseName:"file-upload",styles:Ua,template:Ga,shadowOptions:Ja},Za)),ts=l.css`
2035
+ `}}getColumnObject(e){return{columnDataKey:e.NAME,title:e.NAME.toLowerCase().split("_").map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(" "),type:e.TYPE,cellTemplate:Xa}}handleClick(){this.fileInput.value=null,this.fileInput.click()}onFileSelected(e){const t=Array.isArray(e)?e:[e];if(t.length>0&&this.acceptedFormats.length>0)for(const e of t)if(!(this.accept.split(",").includes(".msg")&&e.name&&e.name.endsWith("msg")||this.acceptedFormats.includes(e.type)))return void this.showError("File Type Error",`Not a valid file type. Accepted Formats are ${this.accept}`);this.selectedFiles=t,this.fileName=this.selectedFiles.map(e=>e.name.trim()).join(),this.$emit("file-selected",{files:this.selectedFiles})}onFileCleared(){this.fileName="",this.selectedFiles=[]}handleFileUpload(){return(0,C.sH)(this,void 0,void 0,function*(){try{const e=ja(this.selectedFiles);e.append(this.uploadKey,this.entityId);const t=yield Va(this.uploadEventName,e,this.session.getItem("authToken","session"),this.http);if(t.ERROR)return za.v.error(t.ERROR),void this.$emit("errorOut",t.ERROR);za.v.info(t),this.$emit("success",t),this.clearSelection()}catch(e){this.$emit("errorOut",e),za.v.error(e)}})}handleFileDownload(e){const t=this.tagName.toLowerCase().split("-")[0];Ya(this.downloadEventName(e),e.FILE_NAME,this.session.getItem("authToken","session"),"GET",!0,void 0,t)}}(0,C.Cg)([l.observable],Ja.prototype,"gridCriteria",void 0),(0,C.Cg)([ai.dm],Ja.prototype,"connect",void 0),(0,C.Cg)([Pa.l],Ja.prototype,"http",void 0),(0,C.Cg)([Ci.N],Ja.prototype,"session",void 0),(0,C.Cg)([(0,l.attr)({attribute:"uploaded-files-resource-name"})],Ja.prototype,"uploadedFilesResourceName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"upload-event-name"})],Ja.prototype,"uploadEventName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"field-name"})],Ja.prototype,"fieldName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"entity-id"})],Ja.prototype,"entityId",void 0),(0,C.Cg)([(0,l.attr)({attribute:"upload-key"})],Ja.prototype,"uploadKey",void 0),(0,C.Cg)([(0,l.attr)({attribute:"grid-fields"})],Ja.prototype,"gridFields",void 0),(0,C.Cg)([l.observable],Ja.prototype,"fileName",void 0),(0,C.Cg)([l.observable],Ja.prototype,"uploadedFilesList",void 0),(0,C.Cg)([l.observable],Ja.prototype,"filesGridColumnDefinitions",void 0);const Qa=void 0,Za={},es=Ja.compose(Object.assign({baseName:"file-upload",styles:Ua,template:Ga,shadowOptions:Qa},Za)),ts=l.css`
2036
2036
  .filter-wrapper {
2037
2037
  border: 1px solid gray;
2038
2038
  border-radius: calc(var(--design-unit) * 2px);
@@ -2370,9 +2370,9 @@
2370
2370
  <template>
2371
2371
  <slot></slot>
2372
2372
  </template>
2373
- `,Es=void 0,Os={};class Ts extends s.FoundationElement{}const ks=Ts.compose(Object.assign({baseName:"flex-layout",styles:$s,template:Ss,shadowOptions:Es},Os)),Is=(e,t)=>l.css`
2373
+ `,Es=void 0,Os={};class Ts extends s.FoundationElement{}const ks=Ts.compose(Object.assign({baseName:"flex-layout",styles:$s,template:Ss,shadowOptions:Es},Os)),Ds=(e,t)=>l.css`
2374
2374
  ${(0,r.flipperStyles)(e,t)}
2375
- `,Ds=(e,t)=>(0,s.flipperTemplate)(e,t);class Rs extends r.Flipper{}const As=void 0,Ls={next:'\n <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\n <path\n d="M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z"\n />\n </svg>\n ',previous:'\n <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\n <path\n d="M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z"\n />\n </svg>\n '},Ns=Rs.compose(Object.assign({baseName:"flipper",template:Ds,styles:Is,shadowOptions:As},Ls)),Fs=225,Ms=l.css`
2375
+ `,Is=(e,t)=>(0,s.flipperTemplate)(e,t);class As extends r.Flipper{}const Ls=void 0,Rs={next:'\n <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\n <path\n d="M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z"\n />\n </svg>\n ',previous:'\n <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">\n <path\n d="M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z"\n />\n </svg>\n '},Ns=As.compose(Object.assign({baseName:"flipper",template:Is,styles:Ds,shadowOptions:Ls},Rs)),Fs=225,Ms=l.css`
2376
2376
  /* Host */
2377
2377
  :host {
2378
2378
  display: inline-block;
@@ -2492,7 +2492,7 @@
2492
2492
  </div>
2493
2493
  `,Hs=l.html`
2494
2494
  ${e=>_s(T(e))}
2495
- `;class zs extends s.FoundationElement{constructor(){super(...arguments),this.position="right",this.flyoutWidth="20%",this.displayHeader=!0,this.closed=!0,this.visuallyhidden=!0}flyoutWidthChanged(){this.isConnected&&null!=this.flyoutWidth&&this.style.setProperty("--flyout-width",this.flyoutWidth)}closedChanged(){this.closed||(setTimeout(()=>this.visuallyhidden=!1,1),this.focusExit())}connectedCallback(){super.connectedCallback(),null!=this.flyoutWidth&&this.style.setProperty("--flyout-width",this.flyoutWidth)}closeFlyout(){this.visuallyhidden=!0}closingFinished(){this.visuallyhidden&&(this.closed=!0,this.$emit("closed"))}focusExit(){this.exit.focus()}}(0,C.Cg)([l.attr],zs.prototype,"position",void 0),(0,C.Cg)([(0,l.attr)({attribute:"flyout-width"})],zs.prototype,"flyoutWidth",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],zs.prototype,"displayHeader",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],zs.prototype,"closed",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],zs.prototype,"visuallyhidden",void 0);const Ps=void 0,Us={},Bs=zs.compose(Object.assign({baseName:"flyout",styles:Ms,template:Hs,shadowOptions:Ps},Us));var Gs;!function(e){e.sm="(max-width: 640px)",e.md="(min-width: 641px) and (max-width: 1023px)",e.lg="(min-width: 1024px)"}(Gs||(Gs={}));const Vs=e=>{const t=e?`-${e}`:"";return l.css`
2495
+ `;class zs extends s.FoundationElement{constructor(){super(...arguments),this.position="right",this.flyoutWidth="20%",this.displayHeader=!0,this.closed=!0,this.visuallyhidden=!0}flyoutWidthChanged(){this.isConnected&&null!=this.flyoutWidth&&this.style.setProperty("--flyout-width",this.flyoutWidth)}closedChanged(){this.closed||(setTimeout(()=>this.visuallyhidden=!1,1),this.focusExit())}connectedCallback(){super.connectedCallback(),null!=this.flyoutWidth&&this.style.setProperty("--flyout-width",this.flyoutWidth)}closeFlyout(){this.visuallyhidden=!0}closingFinished(){this.visuallyhidden&&(this.closed=!0,this.$emit("closed"))}focusExit(){this.exit.focus()}}(0,C.Cg)([l.attr],zs.prototype,"position",void 0),(0,C.Cg)([(0,l.attr)({attribute:"flyout-width"})],zs.prototype,"flyoutWidth",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],zs.prototype,"displayHeader",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],zs.prototype,"closed",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],zs.prototype,"visuallyhidden",void 0);const Ps=void 0,Us={},Bs=zs.compose(Object.assign({baseName:"flyout",styles:Ms,template:Hs,shadowOptions:Ps},Us));var Gs;!function(e){e.sm="(max-width: 640px)",e.md="(min-width: 641px) and (max-width: 1023px)",e.lg="(min-width: 1024px)"}(Gs||(Gs={}));const js=e=>{const t=e?`-${e}`:"";return l.css`
2496
2496
  ${t&&`@media only screen and ${Gs[e]} {`}
2497
2497
  :host(.spacing${t}-1x) slot {
2498
2498
  gap: calc(var(--design-unit) * 2px);
@@ -2578,22 +2578,22 @@
2578
2578
  place-items: stretch;
2579
2579
  }
2580
2580
  ${t&&"}"}
2581
- `},js=l.css`
2581
+ `},Vs=l.css`
2582
2582
  slot {
2583
2583
  width: 100%;
2584
2584
  height: 100%;
2585
2585
  display: grid;
2586
2586
  }
2587
2587
 
2588
- ${Vs()}
2589
- ${Vs("lg")}
2590
- ${Vs("md")}
2591
- ${Vs("sm")}
2592
- `,Ws=l.html`
2588
+ ${js()}
2589
+ ${js("lg")}
2590
+ ${js("md")}
2591
+ ${js("sm")}
2592
+ `,Ys=l.html`
2593
2593
  <template>
2594
2594
  <slot></slot>
2595
2595
  </template>
2596
- `,Ys=void 0,qs={};class Ks{constructor(e,t,i,o="1fr",n="1fr"){this.listenerCache=new WeakMap,this.query=window.matchMedia(e);const a=t&&l.cssPartial`grid-template-columns: repeat(${t}, ${o});`,s=i&&l.cssPartial`grid-template-rows: repeat(${i}, ${n});`;this.styles=l.css`
2596
+ `,Ws=void 0,qs={};class Ks{constructor(e,t,i,o="1fr",n="1fr"){this.listenerCache=new WeakMap,this.query=window.matchMedia(e);const a=t&&l.cssPartial`grid-template-columns: repeat(${t}, ${o});`,s=i&&l.cssPartial`grid-template-rows: repeat(${i}, ${n});`;this.styles=l.css`
2597
2597
  slot {
2598
2598
  ${s||""}
2599
2599
  ${a||""}
@@ -2603,7 +2603,7 @@
2603
2603
  ${e||""}
2604
2604
  ${t||""}
2605
2605
  }
2606
- `,this.$fastController.addStyles(this.baseStyles),this.$fastController.addBehaviors(this.behaviors)}disconnectedCallback(){super.disconnectedCallback(),this.$fastController.removeBehaviors(this.behaviors),this.baseStyles&&this.$fastController.removeStyles(this.baseStyles)}}(0,C.Cg)([l.attr],Xs.prototype,"col-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-lg-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-lg-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-md-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-md-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-sm-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-sm-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-height",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-lg-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-lg-height",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-md-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-md-height",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-sm-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-sm-height",void 0);const Qs=Xs.compose(Object.assign({baseName:"grid-layout",styles:js,template:Ws,shadowOptions:Ys},qs)),Js=l.html`
2606
+ `,this.$fastController.addStyles(this.baseStyles),this.$fastController.addBehaviors(this.behaviors)}disconnectedCallback(){super.disconnectedCallback(),this.$fastController.removeBehaviors(this.behaviors),this.baseStyles&&this.$fastController.removeStyles(this.baseStyles)}}(0,C.Cg)([l.attr],Xs.prototype,"col-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-lg-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-lg-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-md-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-md-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-sm-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"col-sm-width",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-height",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-lg-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-lg-height",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-md-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-md-height",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-sm-count",void 0),(0,C.Cg)([l.attr],Xs.prototype,"row-sm-height",void 0);const Js=Xs.compose(Object.assign({baseName:"grid-layout",styles:Vs,template:Ys,shadowOptions:Ws},qs)),Qs=l.html`
2607
2607
  <template>
2608
2608
  <style>
2609
2609
  :host {
@@ -2629,7 +2629,7 @@
2629
2629
  </style>
2630
2630
  <slot></slot>
2631
2631
  </template>
2632
- `,Zs=void 0,er={};class tr extends s.FoundationElement{setGridItemProperties(e,t,i,o){if(t&&e&&i&&o){return`grid-row: ${0===t||0===o?"auto":`${t} / ${Number(t)+Number(o)}`}; grid-column: ${0===e||0===i?"auto":`${e} / ${Number(e)+Number(i)}`}`}}}(0,C.Cg)([(0,l.attr)({attribute:"col-number"})],tr.prototype,"colNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"col-sm-number"})],tr.prototype,"colSmNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"col-md-number"})],tr.prototype,"colMdNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"col-lg-number"})],tr.prototype,"colLgNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-number"})],tr.prototype,"rowNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-sm-number"})],tr.prototype,"rowSmNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-md-number"})],tr.prototype,"rowMdNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-lg-number"})],tr.prototype,"rowLgNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width"})],tr.prototype,"width",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width-sm"})],tr.prototype,"widthSm",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width-md"})],tr.prototype,"widthMd",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width-lg"})],tr.prototype,"widthLg",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height"})],tr.prototype,"height",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height-sm"})],tr.prototype,"heightSm",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height-md"})],tr.prototype,"heightMd",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height-lg"})],tr.prototype,"heightLg",void 0);const ir=tr.compose(Object.assign({baseName:"grid-layout-item",template:Js,shadowOptions:Zs},er)),or=(e,t)=>l.css`
2632
+ `,Zs=void 0,er={};class tr extends s.FoundationElement{setGridItemProperties(e,t,i,o){if(t&&e&&i&&o){return`grid-row: ${0===t||0===o?"auto":`${t} / ${Number(t)+Number(o)}`}; grid-column: ${0===e||0===i?"auto":`${e} / ${Number(e)+Number(i)}`}`}}}(0,C.Cg)([(0,l.attr)({attribute:"col-number"})],tr.prototype,"colNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"col-sm-number"})],tr.prototype,"colSmNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"col-md-number"})],tr.prototype,"colMdNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"col-lg-number"})],tr.prototype,"colLgNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-number"})],tr.prototype,"rowNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-sm-number"})],tr.prototype,"rowSmNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-md-number"})],tr.prototype,"rowMdNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"row-lg-number"})],tr.prototype,"rowLgNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width"})],tr.prototype,"width",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width-sm"})],tr.prototype,"widthSm",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width-md"})],tr.prototype,"widthMd",void 0),(0,C.Cg)([(0,l.attr)({attribute:"width-lg"})],tr.prototype,"widthLg",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height"})],tr.prototype,"height",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height-sm"})],tr.prototype,"heightSm",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height-md"})],tr.prototype,"heightMd",void 0),(0,C.Cg)([(0,l.attr)({attribute:"height-lg"})],tr.prototype,"heightLg",void 0);const ir=tr.compose(Object.assign({baseName:"grid-layout-item",template:Qs,shadowOptions:Zs},er)),or=(e,t)=>l.css`
2633
2633
  ${(0,r.horizontalScrollStyles)(e,t)}
2634
2634
  `,nr=(e,t)=>(0,s.horizontalScrollTemplate)(e,t);class ar extends r.HorizontalScroll{}const sr={delegatesFocus:!0,mode:"open"},rr={nextFlipper:l.html`
2635
2635
  <foundation-flipper
@@ -2748,9 +2748,9 @@
2748
2748
  border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
2749
2749
  border-radius: calc(var(--control-corner-radius) * 1px);
2750
2750
  }
2751
- `,Or=(e,t)=>(0,s.listboxTemplate)(e,t);class Tr extends r.Listbox{}const kr=void 0,Ir={},Dr=Tr.compose(Object.assign({baseName:"listbox",template:Or,styles:Er,shadowOptions:kr},Ir)),Rr=(e,t)=>l.css`
2751
+ `,Or=(e,t)=>(0,s.listboxTemplate)(e,t);class Tr extends r.Listbox{}const kr=void 0,Dr={},Ir=Tr.compose(Object.assign({baseName:"listbox",template:Or,styles:Er,shadowOptions:kr},Dr)),Ar=(e,t)=>l.css`
2752
2752
  ${(0,r.optionStyles)(e,t)}
2753
- `,Ar=(e,t)=>(0,s.listboxOptionTemplate)(e,t);class Lr extends r.ListboxOption{}const Nr=void 0,Fr={},Mr=Lr.compose(Object.assign({baseName:"option",template:Ar,styles:Rr,shadowOptions:Nr},Fr)),_r=(e,t)=>l.css`
2753
+ `,Lr=(e,t)=>(0,s.listboxOptionTemplate)(e,t);class Rr extends r.ListboxOption{}const Nr=void 0,Fr={},Mr=Rr.compose(Object.assign({baseName:"option",template:Lr,styles:Ar,shadowOptions:Nr},Fr)),_r=(e,t)=>l.css`
2754
2754
  ${(0,r.menuStyles)(e,t)}
2755
2755
  `,Hr=(e,t)=>(0,s.menuTemplate)(e,t);class zr extends r.Menu{}const Pr=void 0,Ur={},Br=zr.compose(Object.assign({baseName:"menu",template:Hr,styles:_r,shadowOptions:Pr},Ur)),Gr=(e,t)=>l.css`
2756
2756
  ${(0,r.menuItemStyles)(e,t)}
@@ -2766,11 +2766,11 @@
2766
2766
  height: auto;
2767
2767
  width: auto;
2768
2768
  }
2769
- `,Vr=(e,t)=>(0,s.menuItemTemplate)(e,t);class jr extends r.MenuItem{connectedCallback(){super.connectedCallback(),this.addEventListener("click",()=>this.$emit("onMenuClick"))}}const Wr=void 0,Yr={expandCollapseGlyph:'\n <svg\n class="expand-collapse-glyph"\n part="expand-collapse-glyph"\n viewBox="0 0 16 16"\n xmlns="http://www.w3.org/2000/svg">\n <path\n d="M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z"\n />\n </svg>\n '},qr=jr.compose(Object.assign({baseName:"menu-item",template:Vr,styles:Gr,shadowOptions:Wr},Yr)),Kr=l.css`
2769
+ `,jr=(e,t)=>(0,s.menuItemTemplate)(e,t);class Vr extends r.MenuItem{connectedCallback(){super.connectedCallback(),this.addEventListener("click",()=>this.$emit("onMenuClick"))}}const Yr=void 0,Wr={expandCollapseGlyph:'\n <svg\n class="expand-collapse-glyph"\n part="expand-collapse-glyph"\n viewBox="0 0 16 16"\n xmlns="http://www.w3.org/2000/svg">\n <path\n d="M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z"\n />\n </svg>\n '},qr=Vr.compose(Object.assign({baseName:"menu-item",template:jr,styles:Gr,shadowOptions:Yr},Wr)),Kr=l.css`
2770
2770
  ${bn}
2771
2771
  `,Xr=l.html`
2772
2772
  ${xn}
2773
- `,Qr={mode:"open",delegatesFocus:!0},Jr={};class Zr extends En{show(){var e,t;null===(e=this.onShowCallback)||void 0===e||e.call(this),null===(t=this.mainElement)||void 0===t||t.showModal()}}const el=Zr.compose(Object.assign({baseName:"modal",template:Xr,styles:Kr,shadowOptions:Qr},Jr)),tl=230,il=l.css`
2773
+ `,Jr={mode:"open",delegatesFocus:!0},Qr={};class Zr extends En{show(){var e,t;null===(e=this.onShowCallback)||void 0===e||e.call(this),null===(t=this.mainElement)||void 0===t||t.showModal()}}const el=Zr.compose(Object.assign({baseName:"modal",template:Xr,styles:Kr,shadowOptions:Jr},Qr)),tl=230,il=l.css`
2774
2774
  :host {
2775
2775
  --scrollbar-width: 12px;
2776
2776
  --scrollbar-thumb-width: 8px;
@@ -3122,7 +3122,7 @@
3122
3122
  ></slot>
3123
3123
  `,al=l.html`
3124
3124
  ${nl()}
3125
- `,sl=void 0,rl={};class ll extends s.FoundationElement{constructor(){super(...arguments),this.name="",this.autoPosition=!0,this.all=!0,this.allSelected=!1,this.search=!0,this.disabled=!1,this.creatable=!1,this.async=!1,this.debounce=500,this.resizable=!1,this.filterByContains=!1,this.filterSearchValue="",this.clickOutside=e=>this.handleClickOutside(e),this.open=!1,this.options=[],this.selectedOptions=[],this.filteredAvailableOptions=[...this.options],this.position=Mt.BELOW,this.itemRenderer=this.defaultItemRenderer,this.initialisedOptions=!1,this.isResizing=!1,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.handleResizeStart=e=>{this.resizable&&this.multiselectDropdown&&(e.preventDefault(),e.stopPropagation(),this.isResizing=!0,this.startX=e.clientX,this.startY=e.clientY,this.startWidth=this.multiselectDropdown.offsetWidth,this.startHeight=this.multiselectDropdown.offsetHeight,this.multiselectDropdown.classList.add("is-resizing"),document.addEventListener("mousemove",this.handleResizeMove),document.addEventListener("mouseup",this.handleResizeEnd))},this.handleResizeMove=e=>{if(!this.isResizing||!this.multiselectDropdown)return;e.preventDefault();const t=e.clientX-this.startX,i=e.clientY-this.startY,o=Math.max(250,this.startWidth+t),n=Math.max(100,this.startHeight+i);this.multiselectDropdown&&(this.multiselectDropdown.style.width=`${o}px`,this.multiselectDropdown.style.maxHeight=`${n}px`)},this.handleResizeEnd=()=>{this.isResizing=!1,document.removeEventListener("mousemove",this.handleResizeMove),document.removeEventListener("mouseup",this.handleResizeEnd),this.multiselectDropdown&&(this.multiselectDropdown.classList.remove("is-resizing"),this.multiselectDropdown.style.setProperty("--custom-max-height",this.multiselectDropdown.style.maxHeight),this.multiselectDropdown.style.removeProperty("max-height"))}}debounceChanged(e,t){this.debouncedInputHandler=Jt()(this.asyncSetFilter,t)}openChanged(e,t){var i,o,n,a;t?(document.addEventListener("mousedown",this.clickOutside),null===(i=this.arrowIcon)||void 0===i||i.classList.add("flipped"),null===(o=this.multiselectDropdown)||void 0===o||o.classList.add("visible")):(document.removeEventListener("mousedown",this.clickOutside),null===(n=this.arrowIcon)||void 0===n||n.classList.remove("flipped"),null===(a=this.multiselectDropdown)||void 0===a||a.classList.remove("visible"))}connectedCallback(){var e;super.connectedCallback(),this.position===Mt.ABOVE&&(null===(e=this.multiselectDropdown)||void 0===e||e.classList.add("position-above"))}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("mousemove",this.handleResizeMove),document.removeEventListener("mouseup",this.handleResizeEnd)}defaultItemRenderer(e,t){return l.html`
3125
+ `,sl=void 0,rl={};class ll extends s.FoundationElement{constructor(){super(...arguments),this.name="",this.autoPosition=!0,this.all=!0,this.allSelected=!1,this.search=!0,this.disabled=!1,this.creatable=!1,this.async=!1,this.debounce=500,this.resizable=!1,this.filterByContains=!1,this.filterSearchValue="",this.clickOutside=e=>this.handleClickOutside(e),this.open=!1,this.options=[],this.selectedOptions=[],this.filteredAvailableOptions=[...this.options],this.position=Mt.BELOW,this.itemRenderer=this.defaultItemRenderer,this.initialisedOptions=!1,this.isResizing=!1,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.handleResizeStart=e=>{this.resizable&&this.multiselectDropdown&&(e.preventDefault(),e.stopPropagation(),this.isResizing=!0,this.startX=e.clientX,this.startY=e.clientY,this.startWidth=this.multiselectDropdown.offsetWidth,this.startHeight=this.multiselectDropdown.offsetHeight,this.multiselectDropdown.classList.add("is-resizing"),document.addEventListener("mousemove",this.handleResizeMove),document.addEventListener("mouseup",this.handleResizeEnd))},this.handleResizeMove=e=>{if(!this.isResizing||!this.multiselectDropdown)return;e.preventDefault();const t=e.clientX-this.startX,i=e.clientY-this.startY,o=Math.max(250,this.startWidth+t),n=Math.max(100,this.startHeight+i);this.multiselectDropdown&&(this.multiselectDropdown.style.width=`${o}px`,this.multiselectDropdown.style.maxHeight=`${n}px`)},this.handleResizeEnd=()=>{this.isResizing=!1,document.removeEventListener("mousemove",this.handleResizeMove),document.removeEventListener("mouseup",this.handleResizeEnd),this.multiselectDropdown&&(this.multiselectDropdown.classList.remove("is-resizing"),this.multiselectDropdown.style.setProperty("--custom-max-height",this.multiselectDropdown.style.maxHeight),this.multiselectDropdown.style.removeProperty("max-height"))}}debounceChanged(e,t){this.debouncedInputHandler=Qt()(this.asyncSetFilter,t)}openChanged(e,t){var i,o,n,a;t?(document.addEventListener("mousedown",this.clickOutside),null===(i=this.arrowIcon)||void 0===i||i.classList.add("flipped"),null===(o=this.multiselectDropdown)||void 0===o||o.classList.add("visible")):(document.removeEventListener("mousedown",this.clickOutside),null===(n=this.arrowIcon)||void 0===n||n.classList.remove("flipped"),null===(a=this.multiselectDropdown)||void 0===a||a.classList.remove("visible"))}connectedCallback(){var e;super.connectedCallback(),this.position===Mt.ABOVE&&(null===(e=this.multiselectDropdown)||void 0===e||e.classList.add("position-above"))}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("mousedown",this.clickOutside),document.removeEventListener("mousemove",this.handleResizeMove),document.removeEventListener("mouseup",this.handleResizeEnd)}defaultItemRenderer(e,t){return l.html`
3126
3126
  ${"string"==typeof e?l.html`
3127
3127
  <span part="option-label">${()=>t.getItemLabel(e)}</span>
3128
3128
  `:l.html`
@@ -3319,7 +3319,7 @@
3319
3319
  ${(0,s.endSlotTemplate)(e,t)}
3320
3320
  </div>
3321
3321
  </template>
3322
- `,fl=9,bl=(e,t)=>{var i;return{decimalSeparator:(null===(i=new Intl.NumberFormat(t).formatToParts(12345.6).find(e=>"decimal"===e.type))||void 0===i?void 0:i.value)||"."}},yl=(e,t)=>{const{decimalSeparator:i}=bl(0,t);return"."===i?e:e.replace(/\./g,i)},wl=(e,t,i)=>Intl.NumberFormat(t,i).format(Number(e)),Cl=(e,t)=>{if(!e||""===e)return e;const i=Number(e);if(isNaN(i))return e;const o=e.indexOf("."),n=-1!==o,a=n?e.length-o-1:0,s=t.minimumFractionDigits,r=t.maximumFractionDigits;if(a>=s&&a<=r)return e;let l=e;if(a<s){n||(l=e+".");l+="0".repeat(s-a)}if(a>r){const t=n?e.substring(0,o):e,i=(n?e.substring(o+1):"").substring(0,r);l=0===r?t:`${t}.${i}`}return l},xl=(e,t,i=!0,o)=>{if(null==e||""===e)return"";const n="number"==typeof e?e.toString():e,a=null!=o?o:12;let s;if(i)s=((e,t)=>String(new hl(t).parse(String(e))))(n,t);else{const{decimalSeparator:e}=bl(0,t);if("."!==e){s=n.replace(new RegExp(`\\${e}`,"g"),".");const t=s.indexOf(".");-1!==t&&(s=s.substring(0,t))}else s=n}s=String(s);if(!/^-?\d*\.?\d+$/.test(s))return"";if(void 0!==a){if(s.replace(".","").replace(/^0+/,"").length>a){const e=s.indexOf(".");if(-1!==e){const t=s.substring(0,e),i=t.length;if(i>=a)return s.substring(0,a);{const o=a-i;return`${t}.${s.substring(e+1).substring(0,o)}`}}return s.substring(0,a)}}return s},$l=(e,t,i)=>((e,t,i)=>{const{decimalSeparator:o}=bl(0,i),n=o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),a=new RegExp(`${n}(\\d*?)(0+)$`),s=e.match(a);if(s){const e=s[1],i=s[2],o=String(t);if(!isNaN(Number(t))){if(o.includes(".")){const t=o.split(".")[1],n=Math.max(0,i.length-(t.length-e.length));return o+"0".repeat(n)}return o+"."+e+i}}return String(t)})(e,xl(e,t,void 0,i),t),Sl=(e,t,i=!0,o,n,a)=>{let s=parseFloat(xl(e,t,i,a));return isNaN(s)?s="":(s=Math.min(s,null!=n?n:s),s=Math.max(s,null!=o?o:s)),String(s)},El=e=>{try{const t="string"==typeof e?e:e.toString(),i=t.indexOf(".");if(-1===i)return 1;const o=t.substring(i+1).length;if(0===o)return 1;const n=Math.pow(10,-o);return parseFloat(n.toFixed(o))}catch(t){const i="string"==typeof e?e:e.toString(),o=i.indexOf(".");if(-1===o)return 1;const n=i.substring(o+1).length;if(0===n)return 1;const a=Math.pow(10,-n);return parseFloat(a.toFixed(n))}};class Ol extends(pl(r.NumberField)){constructor(){super(...arguments),this.autocomplete="off",this.hideStep=!1,this.value="",this.withFormatting=!1,this.locale="en-US",this.autoStepPrecision=!1,this.maximumInputPrecision=12,this.options={maximumFractionDigits:3,minimumFractionDigits:0}}autocompleteChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.autocomplete=this.autocomplete)}stepUp(){if(/^-?\d*\.?\d+$/.test(this.value)&&""!==this.value){let e;e=this.autoStepPrecision?El(this.value):this.step;const t=((e,t)=>{try{const i="string"==typeof e?e:e.toString(),o=i.indexOf(".");if(-1===o)return(parseInt(i)+t).toString();const n=i.substring(o+1),a=n.length-1,s=parseInt(n.charAt(a))+1;if(s<=fl){const e=n.substring(0,a)+s;return i.substring(0,o+1)+e}{let e="",t=1;for(let i=a;i>=0;i-=1){const o=parseInt(n.charAt(i))+t;o<=fl?(e=o+e,t=0):(e="0"+e,t=1)}return 1===t?parseInt(i.substring(0,o))+1+"."+e:i.substring(0,o+1)+e}}catch(i){return(("string"==typeof e?parseFloat(e):e)+t).toString()}})(this.value,e);this.value=t.toString()}else{const e=this.min>0?this.min:this.max<0?this.max:this.min?0:this.step;this.value=e.toString()}this.control&&(void 0!==this.min||void 0!==this.max?this.control.value=Sl(this.value,this.locale,this.withFormatting,this.min,this.max,this.maximumInputPrecision):this.control.value=this.value),this.handleTextInput()}stepDown(){if(/^-?\d*\.?\d+$/.test(this.value)&&""!==this.value){let e;e=this.autoStepPrecision?El(this.value):this.step;const t=((e,t)=>{try{const i="string"==typeof e?e:e.toString(),o=i.indexOf(".");if(-1===o)return(parseInt(i)-t).toString();const n=i.substring(o+1),a=n.length-1,s=parseInt(n.charAt(a))-1;if(s>=0){const e=n.substring(0,a)+s;return i.substring(0,o+1)+e}{let e="",t=1;for(let i=a;i>=0;i-=1){const o=parseInt(n.charAt(i))-t;o>=0?(e=o+e,t=0):(e=fl.toString()+e,t=1)}return 1===t?parseInt(i.substring(0,o))-1+"."+e:i.substring(0,o+1)+e}}catch(i){return(("string"==typeof e?parseFloat(e):e)-t).toString()}})(this.value,e);this.value=t.toString()}else{const e=this.min>0?this.min:this.max<0?this.max:this.min?0:0-this.step;this.value=e.toString()}this.control&&(void 0!==this.min||void 0!==this.max?this.control.value=Sl(this.value,this.locale,this.withFormatting,this.min,this.max,this.maximumInputPrecision):this.control.value=this.value),this.handleTextInput()}hasSeparatorWithoutDecimals(){return new RegExp("[.]$")}handleTextInput(){this.control&&"-"!==this.control.value&&"-0"!==this.control.value&&(this.isUserInput=!0,this.withFormatting&&!new hl(this.locale).hasSeparator(this.control.value)?l.DOM.queueUpdate(()=>{const e=$l(this.control.value,this.locale,this.maximumInputPrecision);this.value=Cl(e,this.options),this.control&&(this.control.value=Cl(yl(e,this.locale),this.options)),this.$emit("input")}):this.withFormatting||this.hasSeparatorWithoutDecimals().test(this.control.value)||l.DOM.queueUpdate(()=>{var e;this.control&&(this.control.value=this.control.value.replace(/[^0-9\-+e.]/g,"")),this.value=(null===(e=this.control)||void 0===e?void 0:e.value)||"",this.$emit("input")}))}valueChanged(e,t){if(null==t&&this.control)this.control.value="";else if(null!=t&&t!==e){if(!this.isUserInput)return this.value=Sl(this.value,this.locale,!1,this.min,this.max,this.maximumInputPrecision),void l.DOM.queueUpdate(()=>{this.control&&(this.control.value=this.withFormatting&&this.value?wl(this.value,this.locale,this.options):this.value)});const e=t;l.DOM.queueUpdate(()=>{this.control&&(""!==this.control.value&&""!==this.value?(this.control.value=yl(String(e),this.locale),this.value=this.withFormatting?$l(this.control.value,this.locale,this.maximumInputPrecision):this.control.value):this.control.value=e)})}}handleBlur(){if(!this.control)return;this.isUserInput=!1;const e=Sl(this.control.value,this.locale,this.withFormatting,this.min,this.max,this.maximumInputPrecision);e&&/^-?\d*\.?\d+$/.test(e)&&(this.value=this.withFormatting?Cl(e,this.options):e),this.control.value=this.withFormatting&&this.value?wl(this.value,this.locale,this.options):e,this.$emit("input")}}(0,C.Cg)([l.attr],Ol.prototype,"autocomplete",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Ol.prototype,"hideStep",void 0),(0,C.Cg)([l.attr],Ol.prototype,"value",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Ol.prototype,"withFormatting",void 0),(0,C.Cg)([l.attr],Ol.prototype,"locale",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Ol.prototype,"autoStepPrecision",void 0),(0,C.Cg)([l.attr],Ol.prototype,"maximumInputPrecision",void 0);const Tl={delegatesFocus:!0,mode:"open"},kl={stepDownGlyph:'\n <svg class="step-down-glyph" viewBox="0 0 24 24" width="1rem" height="1rem" xmlns="http://www.w3.org/2000/svg">\n <path d="M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z"/>\n </svg>\n ',stepUpGlyph:'\n <svg class="step-up-glyph" viewBox="0 0 24 24" width="1rem" height="1rem" xmlns="http://www.w3.org/2000/svg">\n <path d="M6.1018 16.9814C5.02785 16.9814 4.45387 15.7165 5.16108 14.9083L10.6829 8.59762C11.3801 7.80079 12.6197 7.80079 13.3169 8.59762L18.8388 14.9083C19.5459 15.7165 18.972 16.9814 17.898 16.9814H6.1018Z"/>\n </svg>\n '},Il=Ol.compose(Object.assign({baseName:"number-field",template:vl,styles:gl,shadowOptions:Tl},kl)),Dl=(e,t)=>l.css`
3322
+ `,fl=9,bl=(e,t)=>{var i;return{decimalSeparator:(null===(i=new Intl.NumberFormat(t).formatToParts(12345.6).find(e=>"decimal"===e.type))||void 0===i?void 0:i.value)||"."}},yl=(e,t)=>{const{decimalSeparator:i}=bl(0,t);return"."===i?e:e.replace(/\./g,i)},wl=(e,t,i)=>Intl.NumberFormat(t,i).format(Number(e)),Cl=(e,t)=>{if(!e||""===e)return e;const i=Number(e);if(isNaN(i))return e;const o=e.indexOf("."),n=-1!==o,a=n?e.length-o-1:0,s=t.minimumFractionDigits,r=t.maximumFractionDigits;if(a>=s&&a<=r)return e;let l=e;if(a<s){n||(l=e+".");l+="0".repeat(s-a)}if(a>r){const t=n?e.substring(0,o):e,i=(n?e.substring(o+1):"").substring(0,r);l=0===r?t:`${t}.${i}`}return l},xl=(e,t,i=!0,o)=>{if(null==e||""===e)return"";const n="number"==typeof e?e.toString():e,a=null!=o?o:12;let s;if(i)s=((e,t)=>String(new hl(t).parse(String(e))))(n,t);else{const{decimalSeparator:e}=bl(0,t);if("."!==e){s=n.replace(new RegExp(`\\${e}`,"g"),".");const t=s.indexOf(".");-1!==t&&(s=s.substring(0,t))}else s=n}s=String(s);if(!/^-?\d*\.?\d+$/.test(s))return"";if(void 0!==a){if(s.replace(".","").replace(/^0+/,"").length>a){const e=s.indexOf(".");if(-1!==e){const t=s.substring(0,e),i=t.length;if(i>=a)return s.substring(0,a);{const o=a-i;return`${t}.${s.substring(e+1).substring(0,o)}`}}return s.substring(0,a)}}return s},$l=(e,t,i)=>((e,t,i)=>{const{decimalSeparator:o}=bl(0,i),n=o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),a=new RegExp(`${n}(\\d*?)(0+)$`),s=e.match(a);if(s){const e=s[1],i=s[2],o=String(t);if(!isNaN(Number(t))){if(o.includes(".")){const t=o.split(".")[1],n=Math.max(0,i.length-(t.length-e.length));return o+"0".repeat(n)}return o+"."+e+i}}return String(t)})(e,xl(e,t,void 0,i),t),Sl=(e,t,i=!0,o,n,a)=>{let s=parseFloat(xl(e,t,i,a));return isNaN(s)?s="":(s=Math.min(s,null!=n?n:s),s=Math.max(s,null!=o?o:s)),String(s)},El=e=>{try{const t="string"==typeof e?e:e.toString(),i=t.indexOf(".");if(-1===i)return 1;const o=t.substring(i+1).length;if(0===o)return 1;const n=Math.pow(10,-o);return parseFloat(n.toFixed(o))}catch(t){const i="string"==typeof e?e:e.toString(),o=i.indexOf(".");if(-1===o)return 1;const n=i.substring(o+1).length;if(0===n)return 1;const a=Math.pow(10,-n);return parseFloat(a.toFixed(n))}};class Ol extends(pl(r.NumberField)){constructor(){super(...arguments),this.autocomplete="off",this.hideStep=!1,this.value="",this.withFormatting=!1,this.locale="en-US",this.autoStepPrecision=!1,this.maximumInputPrecision=12,this.options={maximumFractionDigits:3,minimumFractionDigits:0}}autocompleteChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.autocomplete=this.autocomplete)}stepUp(){if(/^-?\d*\.?\d+$/.test(this.value)&&""!==this.value){let e;e=this.autoStepPrecision?El(this.value):this.step;const t=((e,t)=>{try{const i="string"==typeof e?e:e.toString(),o=i.indexOf(".");if(-1===o)return(parseInt(i)+t).toString();const n=i.substring(o+1),a=n.length-1,s=parseInt(n.charAt(a))+1;if(s<=fl){const e=n.substring(0,a)+s;return i.substring(0,o+1)+e}{let e="",t=1;for(let i=a;i>=0;i-=1){const o=parseInt(n.charAt(i))+t;o<=fl?(e=o+e,t=0):(e="0"+e,t=1)}return 1===t?parseInt(i.substring(0,o))+1+"."+e:i.substring(0,o+1)+e}}catch(i){return(("string"==typeof e?parseFloat(e):e)+t).toString()}})(this.value,e);this.value=t.toString()}else{const e=this.min>0?this.min:this.max<0?this.max:this.min?0:this.step;this.value=e.toString()}this.control&&(void 0!==this.min||void 0!==this.max?this.control.value=Sl(this.value,this.locale,this.withFormatting,this.min,this.max,this.maximumInputPrecision):this.control.value=this.value),this.handleTextInput()}stepDown(){if(/^-?\d*\.?\d+$/.test(this.value)&&""!==this.value){let e;e=this.autoStepPrecision?El(this.value):this.step;const t=((e,t)=>{try{const i="string"==typeof e?e:e.toString(),o=i.indexOf(".");if(-1===o)return(parseInt(i)-t).toString();const n=i.substring(o+1),a=n.length-1,s=parseInt(n.charAt(a))-1;if(s>=0){const e=n.substring(0,a)+s;return i.substring(0,o+1)+e}{let e="",t=1;for(let i=a;i>=0;i-=1){const o=parseInt(n.charAt(i))-t;o>=0?(e=o+e,t=0):(e=fl.toString()+e,t=1)}return 1===t?parseInt(i.substring(0,o))-1+"."+e:i.substring(0,o+1)+e}}catch(i){return(("string"==typeof e?parseFloat(e):e)-t).toString()}})(this.value,e);this.value=t.toString()}else{const e=this.min>0?this.min:this.max<0?this.max:this.min?0:0-this.step;this.value=e.toString()}this.control&&(void 0!==this.min||void 0!==this.max?this.control.value=Sl(this.value,this.locale,this.withFormatting,this.min,this.max,this.maximumInputPrecision):this.control.value=this.value),this.handleTextInput()}hasSeparatorWithoutDecimals(){return new RegExp("[.]$")}handleTextInput(){this.control&&"-"!==this.control.value&&"-0"!==this.control.value&&(this.isUserInput=!0,this.withFormatting&&!new hl(this.locale).hasSeparator(this.control.value)?l.DOM.queueUpdate(()=>{const e=$l(this.control.value,this.locale,this.maximumInputPrecision);this.value=Cl(e,this.options),this.control&&(this.control.value=Cl(yl(e,this.locale),this.options)),this.$emit("input")}):this.withFormatting||this.hasSeparatorWithoutDecimals().test(this.control.value)||l.DOM.queueUpdate(()=>{var e;this.control&&(this.control.value=this.control.value.replace(/[^0-9\-+e.]/g,"")),this.value=(null===(e=this.control)||void 0===e?void 0:e.value)||"",this.$emit("input")}))}valueChanged(e,t){if(null==t&&this.control)this.control.value="";else if(null!=t&&t!==e){if(!this.isUserInput)return this.value=Sl(this.value,this.locale,!1,this.min,this.max,this.maximumInputPrecision),void l.DOM.queueUpdate(()=>{this.control&&(this.control.value=this.withFormatting&&this.value?wl(this.value,this.locale,this.options):this.value)});const e=t;l.DOM.queueUpdate(()=>{this.control&&(""!==this.control.value&&""!==this.value?(this.control.value=yl(String(e),this.locale),this.value=this.withFormatting?$l(this.control.value,this.locale,this.maximumInputPrecision):this.control.value):this.control.value=e)})}}handleBlur(){if(!this.control)return;this.isUserInput=!1;const e=Sl(this.control.value,this.locale,this.withFormatting,this.min,this.max,this.maximumInputPrecision);e&&/^-?\d*\.?\d+$/.test(e)&&(this.value=this.withFormatting?Cl(e,this.options):e),this.control.value=this.withFormatting&&this.value?wl(this.value,this.locale,this.options):e,this.$emit("input")}}(0,C.Cg)([l.attr],Ol.prototype,"autocomplete",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Ol.prototype,"hideStep",void 0),(0,C.Cg)([l.attr],Ol.prototype,"value",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Ol.prototype,"withFormatting",void 0),(0,C.Cg)([l.attr],Ol.prototype,"locale",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],Ol.prototype,"autoStepPrecision",void 0),(0,C.Cg)([l.attr],Ol.prototype,"maximumInputPrecision",void 0);const Tl={delegatesFocus:!0,mode:"open"},kl={stepDownGlyph:'\n <svg class="step-down-glyph" viewBox="0 0 24 24" width="1rem" height="1rem" xmlns="http://www.w3.org/2000/svg">\n <path d="M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z"/>\n </svg>\n ',stepUpGlyph:'\n <svg class="step-up-glyph" viewBox="0 0 24 24" width="1rem" height="1rem" xmlns="http://www.w3.org/2000/svg">\n <path d="M6.1018 16.9814C5.02785 16.9814 4.45387 15.7165 5.16108 14.9083L10.6829 8.59762C11.3801 7.80079 12.6197 7.80079 13.3169 8.59762L18.8388 14.9083C19.5459 15.7165 18.972 16.9814 17.898 16.9814H6.1018Z"/>\n </svg>\n '},Dl=Ol.compose(Object.assign({baseName:"number-field",template:vl,styles:gl,shadowOptions:Tl},kl)),Il=(e,t)=>l.css`
3323
3323
  :host {
3324
3324
  display: block;
3325
3325
  }
@@ -3342,7 +3342,7 @@
3342
3342
  ::slotted(*) {
3343
3343
  padding-left: 20px;
3344
3344
  }
3345
- `,Rl=(e,t)=>l.html`
3345
+ `,Al=(e,t)=>l.html`
3346
3346
  <template role="option">
3347
3347
  <div class="label" part="label" role="presentation">${e=>e.groupLabel}</div>
3348
3348
 
@@ -3350,16 +3350,16 @@
3350
3350
  <slot></slot>
3351
3351
  </div>
3352
3352
  </template>
3353
- `;class Al extends s.ListboxOption{connectedCallback(){super.connectedCallback(),this.disabled=!0}}(0,C.Cg)([(0,l.attr)({attribute:"label"})],Al.prototype,"groupLabel",void 0);const Ll=Al.compose({baseName:"optgroup",template:Rl,styles:Dl});var Nl=i(92277);var Fl=i(72154),Ml=i.n(Fl),_l=i(57565),Hl=i.n(_l),zl=i(13160),Pl=i(24669),Ul=i(5709),Bl=i(45230);const Gl={windowEvents:["online","offline","pageshow"],documentEvents:["visibilitychange"],genesisConnectEvents:["stream","commit"],ignoredGenesisResources:[],startDelay:5e3,checkInterval:1e4,checkTimeout:3e3,resourceChecks:e=>(0,C.sH)(void 0,void 0,void 0,function*(){const t=(0,ai.tn)(),i=yield t.getMoreColumns(e),o=Date.now(),n=i;return{isConnected:i.MESSAGE_TYPE===ii.Go.MORE_COLUMNS_ACK,lastUpdated:o,lastMessage:n}}),resourceDataLogon:({message:e,functions:t})=>{const{onMessage:i,onError:o}=t;(0,Bl.Ol)().sendForStream(e,i,o)}},Vl=s.DI.createInterface(e=>e.instance(Gl)),jl="system-health-changed";var Wl;const Yl=(0,Je.createLogger)("network-monitor",{level:Je.LogLevels.info}),ql=Date.now(),Kl=(null===(Wl=window.navigator)||void 0===Wl?void 0:Wl.userAgent)?Ml().parse(window.navigator.userAgent):void 0,Xl=(e,t={depthLimit:10,edgesLimit:10})=>e instanceof Event?`'${e.type}' Event`:"string"==typeof e?e:Hl()(e,void 0,2,t);class Ql{constructor(){this.unsubscribableObservers=[],this.runAllChecks=(e,t)=>(0,C.sH)(this,void 0,void 0,function*(){if(!this.isReady||this.isRunningChecks&&!t)return;Yl.info("Run health checks, triggered by",Xl(e),"| Active resources",this.resources.size),this.isRunningChecks=!0,this.synchroniseCheckInterval();let i=this.getFormattedTimestamp(this.getNowTimestamp());const o=yield this.isOnlineCheck();o?Yl.debug(`Network connected at ${i}`):Yl.warn(`Network disconnected at ${i}`);const n=this.normaliseSerializedSocketStatus(this.socketStatus.serialize(),o),a=this.preFlightSocketChecks(n);if(a||Yl.debug("Socket pre-flight checks failed"),!o||!a){Yl.debug("Aborting remaining health checks");const e=[...this.resources].reduce((e,[t,i])=>{const n=e[i.resourceName];return n?(n.sourceRef=[...n.sourceRef,i.message.SOURCE_REF],e):Object.assign(Object.assign({},e),{[i.resourceName]:this.normaliseResourceHealth({name:i.resourceName,sourceRef:[i.message.SOURCE_REF],isConnected:i.isConnected,lastUpdated:i.lastUpdated},o)})},{});return this.reportSystemHealth({isAuthenticated:this.user.isAuthenticated,isOnline:o,resources:e,resourcesAllConnected:!1,socket:n}),void(this.isRunningChecks=!1)}let s=!0;const r=[];this.resources.forEach((e,t)=>{const{resourceName:o,message:n,functions:a}=e,{resourceChecks:l=this.config.resourceChecks,resourceDataLogon:d=this.config.resourceDataLogon}=a,{SOURCE_REF:c}=n;let u,h,p,m,g,v=!1;r.push((()=>(0,C.sH)(this,void 0,void 0,function*(){var n,a,r;try{Yl.debug(`Running health check against ${o}`);const e=yield Promise.race([l(c,t),(a=this.config.checkTimeout,r=()=>({isConnected:!1,lastUpdated:this.getNowTimestamp(),timeout:!0}),new Promise(e=>{setTimeout(()=>{e(r())},a)}))]);v=e.isConnected,u=e.lastUpdated,h=e.lastMessage,m=e.timeout}catch(e){v=!1,u=this.getNowTimestamp(),p=e,h=null!==(n=null==e?void 0:e.receivedMessage)&&void 0!==n?n:e}return g=(null==h?void 0:h.MESSAGE_TYPE)===ii.Go.MSG_NACK||(0,ii.z2)(h,zl.v.NOT_FOUND),i=this.getFormattedTimestamp(null!=u?u:this.getNowTimestamp()),v?Yl.debug(`${o} is healthy at ${i}`):Yl.warn(`${o} is not healthy at ${i}`),h&&Yl.debug(`${o} messaged at ${i}`,Xl(h)),p&&Yl.error(`${o} errored at ${i}`,Xl(p)),m&&Yl.warn(`${o} timed out at ${i}`),g&&(Yl.error(`${o} issue, re-attempting data logon at ${i}`),d(e)),s&&(s=v),{name:o,sourceRef:[c],isConnected:v,lastUpdated:u,lastError:p}}))())});const l=(yield Promise.allSettled(r)).reduce((e,t)=>{if("fulfilled"===t.status){const i=e[t.value.name];return i?(i.sourceRef=[...i.sourceRef,...t.value.sourceRef],e):Object.assign(Object.assign({},e),{[t.value.name]:this.normaliseResourceHealth(t.value)})}return Yl.warn("Unexpected promise rejection occurred. Please check any custom resourceChecks return MonitoredResourceChecksResult."),e},{});Yl.debug("Health checks complete"),this.reportSystemHealth({isAuthenticated:this.user.isAuthenticated,isOnline:o,resources:l,resourcesAllConnected:s,socket:n}),this.isRunningChecks=!1}),void 0!==this.config.logLevel&&(Yl.level=this.config.logLevel)}create(){this.resources?Yl.warn("NetworkMonitor already created. If this is intentional, please call NetworkMonitor.destroy first."):(this.addListeners(),this.resources=new Map,setTimeout(()=>{this.isReady=!0,this.synchroniseCheckInterval(),this.runAllChecks("NetworkMonitor.create()")},this.config.startDelay))}destroy(){this.removeListeners(),clearInterval(this.internalId),this.resources.clear(),this.resources=void 0,this.status=void 0,this.isReady=void 0}isOnlineCheck(){return Promise.resolve(navigator.onLine)}addResource(e,t){this.resources||this.create(),this.resources.set(e,t)}removeResource(e){this.resources.delete(e)}addListeners(){var e,t;null===(e=this.config.windowEvents)||void 0===e||e.forEach(e=>window.addEventListener(e,this.runAllChecks)),null===(t=this.config.documentEvents)||void 0===t||t.forEach(e=>document.addEventListener(e,this.runAllChecks)),this.config.genesisConnectEvents.includes("stream")&&this.unsubscribableObservers.push(this.connectEvents.addStreamListener(({detail:e})=>{const{functions:t,message:i,resourceName:o,stream:n}=e;this.config.ignoredGenesisResources.includes(o)||this.addResource(n,{functions:t,message:i,resourceName:o})},({detail:e})=>{const{resourceName:t,stream:i}=e;this.config.ignoredGenesisResources.includes(t)||this.removeResource(i)},({detail:e})=>{var t;const{resourceName:i,stream:o,error:n}=e,a=null!==(t=n.receivedMessage)&&void 0!==t?t:n;let s="";(0,ii.z2)(a,zl.v.NOT_FOUND)?s="Please check the resource is running.":(0,ii.z2)(a,zl.v.FORBIDDEN)&&(s="You are not authorised to access this resource, removing it from monitoring.",this.removeResource(o)),Yl.error(`${i} errored at ${this.getFormattedTimestamp(this.getNowTimestamp())}.`,s,n)})),this.config.genesisConnectEvents.includes("commit")&&this.unsubscribableObservers.push(this.connectEvents.addCommitListener(e=>{this.config.ignoredGenesisResources.includes(e.detail.eventName)||this.runAllChecks(e)})),this.unsubscribableObservers.push(this.connectEvents.addMetadataListener(({detail:e})=>{const{resourceName:t,error:i}=e;i&&Yl.error(`${t} had an unrecoverable error at ${this.getFormattedTimestamp(this.getNowTimestamp())}.`,"Please check the resource is running.",i)}))}removeListeners(){var e,t;null===(e=this.config.windowEvents)||void 0===e||e.forEach(e=>window.removeEventListener(e,this.runAllChecks)),null===(t=this.config.documentEvents)||void 0===t||t.forEach(e=>document.removeEventListener(e,this.runAllChecks)),this.unsubscribableObservers.forEach(e=>e()),this.unsubscribableObservers.length=0}reportSystemHealth(e){var t;const i=null!==(t=this.config.eventEmitter)&&void 0!==t?t:document;this.status=this.normaliseEventDetail(e);(this.status.isHealthy?Yl.debug:Yl.warn)("Emitting 'system-health-changed' event",Xl(this.status)),null==i||i.dispatchEvent(new CustomEvent(jl,{detail:this.status,bubbles:i!==document,composed:!0})),this.status.socket.reconnectionLimitReached&&(Yl.debug("Network monitoring no longer required. Please check your network and reload your application."),this.destroy())}reportStabilityToGenesis(e){return(0,C.sH)(this,void 0,void 0,function*(){return Yl.debug("User requested report stability to Genesis."),Yl.info("Please attach this data to your Genesis Support request: \n",JSON.stringify(e,null,2)),!0})}normaliseResourceHealth(e,t=!0){var i;const o=!!t&&e.isConnected,n=null!==(i=e.lastUpdated)&&void 0!==i?i:this.getNowTimestamp();return Object.assign(Object.assign({},e),{isConnected:o,lastUpdated:n})}normaliseSerializedSocketStatus(e,t=!0){const i=!!t&&e.isConnected,o=!i;return Object.assign(Object.assign({},e),{isConnected:i,isDisconnected:o})}normaliseEventDetail(e){var t,i,o,n;const a=!!((null===(t=e.socket)||void 0===t?void 0:t.isConfigured)?e.isOnline&&(null===(i=e.socket)||void 0===i?void 0:i.isConnected)&&e.resourcesAllConnected:e.isOnline),s=null!==(o=e.lastUpdated)&&void 0!==o?o:this.getNowTimestamp(),r=null!==(n=e.nextUpdate)&&void 0!==n?n:this.getNextTimestamp(),l=e.isAuthenticated&&this.user?this.user.username:void 0,d=Object.assign(Object.assign({},e),{browserInformation:Kl,username:l,isHealthy:a,lastUpdated:s,nextUpdate:r,firstUpdated:ql,runAllChecks:()=>{Yl.debug("User activated run checks command starting."),this.runAllChecks("user requested")},reportStabilityToGenesis:()=>this.reportStabilityToGenesis(d)});return d}preFlightSocketChecks(e){if(!e.isConfigured)return Yl.debug("Socket not configured"),!1;if(e.isReconnecting)return Yl.debug("Socket reconnecting"),!1;if(e.isConnecting)return Yl.debug("Socket connecting"),!1;if(e.isDisconnected){const t=e.isDisconnectedByServer?`by the server, code: ${e.closedCode}, reason: ${e.closedReason}`:"";return Yl.debug(`Socket disconnected ${t}`),e.reconnectionLimitReached&&Yl.debug("Socket reconnection limit reached"),!1}const t=this.user.isAuthenticated?"with":"without";return Yl.debug(`Socket connected ${t} valid session`),!0}getFormattedTimestamp(e){return(0,ri.zT)(e)}getNowTimestamp(){return Date.now()}getNextTimestamp(){return new Date(Date.now()+this.config.checkInterval).getTime()}synchroniseCheckInterval(){clearInterval(this.internalId),this.internalId=setInterval(()=>this.runAllChecks("check interval"),this.config.checkInterval)}}(0,C.Cg)([Vl],Ql.prototype,"config",void 0),(0,C.Cg)([Ul.S5],Ql.prototype,"socketStatus",void 0),(0,C.Cg)([Pl.a4],Ql.prototype,"connectEvents",void 0),(0,C.Cg)([Nl.KJ],Ql.prototype,"user",void 0),(0,C.Cg)([l.observable],Ql.prototype,"status",void 0);const Jl=s.DI.createInterface(e=>e.singleton(Ql));var Zl=i(6526);const ed=(e,t)=>l.css`
3353
+ `;class Ll extends s.ListboxOption{connectedCallback(){super.connectedCallback(),this.disabled=!0}}(0,C.Cg)([(0,l.attr)({attribute:"label"})],Ll.prototype,"groupLabel",void 0);const Rl=Ll.compose({baseName:"optgroup",template:Al,styles:Il});var Nl=i(92277);var Fl=i(72154),Ml=i.n(Fl),_l=i(57565),Hl=i.n(_l),zl=i(13160),Pl=i(24669),Ul=i(5709),Bl=i(45230);const Gl={windowEvents:["online","offline","pageshow"],documentEvents:["visibilitychange"],genesisConnectEvents:["stream","commit"],ignoredGenesisResources:[],startDelay:5e3,checkInterval:1e4,checkTimeout:3e3,resourceChecks:e=>(0,C.sH)(void 0,void 0,void 0,function*(){const t=(0,ai.tn)(),i=yield t.getMoreColumns(e),o=Date.now(),n=i;return{isConnected:i.MESSAGE_TYPE===ii.Go.MORE_COLUMNS_ACK,lastUpdated:o,lastMessage:n}}),resourceDataLogon:({message:e,functions:t})=>{const{onMessage:i,onError:o}=t;(0,Bl.Ol)().sendForStream(e,i,o)}},jl=s.DI.createInterface(e=>e.instance(Gl)),Vl="system-health-changed";var Yl;const Wl=(0,Qe.createLogger)("network-monitor",{level:Qe.LogLevels.info}),ql=Date.now(),Kl=(null===(Yl=window.navigator)||void 0===Yl?void 0:Yl.userAgent)?Ml().parse(window.navigator.userAgent):void 0,Xl=(e,t={depthLimit:10,edgesLimit:10})=>e instanceof Event?`'${e.type}' Event`:"string"==typeof e?e:Hl()(e,void 0,2,t);class Jl{constructor(){this.unsubscribableObservers=[],this.runAllChecks=(e,t)=>(0,C.sH)(this,void 0,void 0,function*(){if(!this.isReady||this.isRunningChecks&&!t)return;Wl.info("Run health checks, triggered by",Xl(e),"| Active resources",this.resources.size),this.isRunningChecks=!0,this.synchroniseCheckInterval();let i=this.getFormattedTimestamp(this.getNowTimestamp());const o=yield this.isOnlineCheck();o?Wl.debug(`Network connected at ${i}`):Wl.warn(`Network disconnected at ${i}`);const n=this.normaliseSerializedSocketStatus(this.socketStatus.serialize(),o),a=this.preFlightSocketChecks(n);if(a||Wl.debug("Socket pre-flight checks failed"),!o||!a){Wl.debug("Aborting remaining health checks");const e=[...this.resources].reduce((e,[t,i])=>{const n=e[i.resourceName];return n?(n.sourceRef=[...n.sourceRef,i.message.SOURCE_REF],e):Object.assign(Object.assign({},e),{[i.resourceName]:this.normaliseResourceHealth({name:i.resourceName,sourceRef:[i.message.SOURCE_REF],isConnected:i.isConnected,lastUpdated:i.lastUpdated},o)})},{});return this.reportSystemHealth({isAuthenticated:this.user.isAuthenticated,isOnline:o,resources:e,resourcesAllConnected:!1,socket:n}),void(this.isRunningChecks=!1)}let s=!0;const r=[];this.resources.forEach((e,t)=>{const{resourceName:o,message:n,functions:a}=e,{resourceChecks:l=this.config.resourceChecks,resourceDataLogon:d=this.config.resourceDataLogon}=a,{SOURCE_REF:c}=n;let u,h,p,m,g,v=!1;r.push((()=>(0,C.sH)(this,void 0,void 0,function*(){var n,a,r;try{Wl.debug(`Running health check against ${o}`);const e=yield Promise.race([l(c,t),(a=this.config.checkTimeout,r=()=>({isConnected:!1,lastUpdated:this.getNowTimestamp(),timeout:!0}),new Promise(e=>{setTimeout(()=>{e(r())},a)}))]);v=e.isConnected,u=e.lastUpdated,h=e.lastMessage,m=e.timeout}catch(e){v=!1,u=this.getNowTimestamp(),p=e,h=null!==(n=null==e?void 0:e.receivedMessage)&&void 0!==n?n:e}return g=(null==h?void 0:h.MESSAGE_TYPE)===ii.Go.MSG_NACK||(0,ii.z2)(h,zl.v.NOT_FOUND),i=this.getFormattedTimestamp(null!=u?u:this.getNowTimestamp()),v?Wl.debug(`${o} is healthy at ${i}`):Wl.warn(`${o} is not healthy at ${i}`),h&&Wl.debug(`${o} messaged at ${i}`,Xl(h)),p&&Wl.error(`${o} errored at ${i}`,Xl(p)),m&&Wl.warn(`${o} timed out at ${i}`),g&&(Wl.error(`${o} issue, re-attempting data logon at ${i}`),d(e)),s&&(s=v),{name:o,sourceRef:[c],isConnected:v,lastUpdated:u,lastError:p}}))())});const l=(yield Promise.allSettled(r)).reduce((e,t)=>{if("fulfilled"===t.status){const i=e[t.value.name];return i?(i.sourceRef=[...i.sourceRef,...t.value.sourceRef],e):Object.assign(Object.assign({},e),{[t.value.name]:this.normaliseResourceHealth(t.value)})}return Wl.warn("Unexpected promise rejection occurred. Please check any custom resourceChecks return MonitoredResourceChecksResult."),e},{});Wl.debug("Health checks complete"),this.reportSystemHealth({isAuthenticated:this.user.isAuthenticated,isOnline:o,resources:l,resourcesAllConnected:s,socket:n}),this.isRunningChecks=!1}),void 0!==this.config.logLevel&&(Wl.level=this.config.logLevel)}create(){this.resources?Wl.warn("NetworkMonitor already created. If this is intentional, please call NetworkMonitor.destroy first."):(this.addListeners(),this.resources=new Map,setTimeout(()=>{this.isReady=!0,this.synchroniseCheckInterval(),this.runAllChecks("NetworkMonitor.create()")},this.config.startDelay))}destroy(){this.removeListeners(),clearInterval(this.internalId),this.resources.clear(),this.resources=void 0,this.status=void 0,this.isReady=void 0}isOnlineCheck(){return Promise.resolve(navigator.onLine)}addResource(e,t){this.resources||this.create(),this.resources.set(e,t)}removeResource(e){this.resources.delete(e)}addListeners(){var e,t;null===(e=this.config.windowEvents)||void 0===e||e.forEach(e=>window.addEventListener(e,this.runAllChecks)),null===(t=this.config.documentEvents)||void 0===t||t.forEach(e=>document.addEventListener(e,this.runAllChecks)),this.config.genesisConnectEvents.includes("stream")&&this.unsubscribableObservers.push(this.connectEvents.addStreamListener(({detail:e})=>{const{functions:t,message:i,resourceName:o,stream:n}=e;this.config.ignoredGenesisResources.includes(o)||this.addResource(n,{functions:t,message:i,resourceName:o})},({detail:e})=>{const{resourceName:t,stream:i}=e;this.config.ignoredGenesisResources.includes(t)||this.removeResource(i)},({detail:e})=>{var t;const{resourceName:i,stream:o,error:n}=e,a=null!==(t=n.receivedMessage)&&void 0!==t?t:n;let s="";(0,ii.z2)(a,zl.v.NOT_FOUND)?s="Please check the resource is running.":(0,ii.z2)(a,zl.v.FORBIDDEN)&&(s="You are not authorised to access this resource, removing it from monitoring.",this.removeResource(o)),Wl.error(`${i} errored at ${this.getFormattedTimestamp(this.getNowTimestamp())}.`,s,n)})),this.config.genesisConnectEvents.includes("commit")&&this.unsubscribableObservers.push(this.connectEvents.addCommitListener(e=>{this.config.ignoredGenesisResources.includes(e.detail.eventName)||this.runAllChecks(e)})),this.unsubscribableObservers.push(this.connectEvents.addMetadataListener(({detail:e})=>{const{resourceName:t,error:i}=e;i&&Wl.error(`${t} had an unrecoverable error at ${this.getFormattedTimestamp(this.getNowTimestamp())}.`,"Please check the resource is running.",i)}))}removeListeners(){var e,t;null===(e=this.config.windowEvents)||void 0===e||e.forEach(e=>window.removeEventListener(e,this.runAllChecks)),null===(t=this.config.documentEvents)||void 0===t||t.forEach(e=>document.removeEventListener(e,this.runAllChecks)),this.unsubscribableObservers.forEach(e=>e()),this.unsubscribableObservers.length=0}reportSystemHealth(e){var t;const i=null!==(t=this.config.eventEmitter)&&void 0!==t?t:document;this.status=this.normaliseEventDetail(e);(this.status.isHealthy?Wl.debug:Wl.warn)("Emitting 'system-health-changed' event",Xl(this.status)),null==i||i.dispatchEvent(new CustomEvent(Vl,{detail:this.status,bubbles:i!==document,composed:!0})),this.status.socket.reconnectionLimitReached&&(Wl.debug("Network monitoring no longer required. Please check your network and reload your application."),this.destroy())}reportStabilityToGenesis(e){return(0,C.sH)(this,void 0,void 0,function*(){return Wl.debug("User requested report stability to Genesis."),Wl.info("Please attach this data to your Genesis Support request: \n",JSON.stringify(e,null,2)),!0})}normaliseResourceHealth(e,t=!0){var i;const o=!!t&&e.isConnected,n=null!==(i=e.lastUpdated)&&void 0!==i?i:this.getNowTimestamp();return Object.assign(Object.assign({},e),{isConnected:o,lastUpdated:n})}normaliseSerializedSocketStatus(e,t=!0){const i=!!t&&e.isConnected,o=!i;return Object.assign(Object.assign({},e),{isConnected:i,isDisconnected:o})}normaliseEventDetail(e){var t,i,o,n;const a=!!((null===(t=e.socket)||void 0===t?void 0:t.isConfigured)?e.isOnline&&(null===(i=e.socket)||void 0===i?void 0:i.isConnected)&&e.resourcesAllConnected:e.isOnline),s=null!==(o=e.lastUpdated)&&void 0!==o?o:this.getNowTimestamp(),r=null!==(n=e.nextUpdate)&&void 0!==n?n:this.getNextTimestamp(),l=e.isAuthenticated&&this.user?this.user.username:void 0,d=Object.assign(Object.assign({},e),{browserInformation:Kl,username:l,isHealthy:a,lastUpdated:s,nextUpdate:r,firstUpdated:ql,runAllChecks:()=>{Wl.debug("User activated run checks command starting."),this.runAllChecks("user requested")},reportStabilityToGenesis:()=>this.reportStabilityToGenesis(d)});return d}preFlightSocketChecks(e){if(!e.isConfigured)return Wl.debug("Socket not configured"),!1;if(e.isReconnecting)return Wl.debug("Socket reconnecting"),!1;if(e.isConnecting)return Wl.debug("Socket connecting"),!1;if(e.isDisconnected){const t=e.isDisconnectedByServer?`by the server, code: ${e.closedCode}, reason: ${e.closedReason}`:"";return Wl.debug(`Socket disconnected ${t}`),e.reconnectionLimitReached&&Wl.debug("Socket reconnection limit reached"),!1}const t=this.user.isAuthenticated?"with":"without";return Wl.debug(`Socket connected ${t} valid session`),!0}getFormattedTimestamp(e){return(0,ri.zT)(e)}getNowTimestamp(){return Date.now()}getNextTimestamp(){return new Date(Date.now()+this.config.checkInterval).getTime()}synchroniseCheckInterval(){clearInterval(this.internalId),this.internalId=setInterval(()=>this.runAllChecks("check interval"),this.config.checkInterval)}}(0,C.Cg)([jl],Jl.prototype,"config",void 0),(0,C.Cg)([Ul.S5],Jl.prototype,"socketStatus",void 0),(0,C.Cg)([Pl.a4],Jl.prototype,"connectEvents",void 0),(0,C.Cg)([Nl.KJ],Jl.prototype,"user",void 0),(0,C.Cg)([l.observable],Jl.prototype,"status",void 0);const Ql=s.DI.createInterface(e=>e.singleton(Jl));var Zl=i(6526);const ed=(e,t)=>l.css`
3354
3354
  ${(0,r.progressStyles)(e,t)}
3355
3355
  :host {
3356
3356
  height: calc(var(--design-unit) * 2px);
3357
3357
  }
3358
- `,td=(e,t)=>(0,s.progressTemplate)(e,t);class id extends r.Progress{}const od=void 0,nd={indeterminateIndicator1:'<span class="indeterminate-indicator-1" part="indeterminate-indicator-1"></span>',indeterminateIndicator2:'<span class="indeterminate-indicator-1" part="indeterminate-indicator-1"></span>'},ad=id.compose(Object.assign({baseName:"progress",template:td,styles:ed,shadowOptions:od},nd));function sd(e){return new Proxy(e,{get:(e,t,...i)=>{if(["withPrefix","withShadowRootMode","withElementDisambiguation"].includes(t))throw new Error("Modification of the Design System is not allowed.");return Reflect.get(e,t,...i)}})}const rd=(e,t="foundation",i,a)=>{e&&jo(null!=i?i:o,null!=a?a:n,e);return sd(s.DesignSystem.getOrCreate(e).withPrefix(t))},ld="app",dd="component";rd().register(ad({prefix:"next-update"}));class cd extends s.FoundationElement{constructor(){super(...arguments),this.timeTillNextUpdate={totalMs:1e4,remainMs:1e4,remainPercent:100},this.mode=ld,this.status={isOnline:!0,isHealthy:!0,browserInformation:{},socket:{},resources:{}},this.onSystemHealthChanged=e=>{this.status=e.detail,this.resourceList=Object.values(this.status.resources).sort((e,t)=>Number(t.isConnected)-Number(e.isConnected))},this.onOpen=(e=!1)=>{this.isOpen=!0,this.wasOpenedByUser=e,this.isDismissed=!1},this.onClose=()=>{this.isOpen=!1,this.wasOpenedByUser=!1,this.isDismissed=!1},this.onDismiss=()=>{this.isDismissed||this.status.isHealthy?this.onClose():this.isDismissed=!0},this.onUpdateStatus=()=>{this.status.runAllChecks()},this.onReportStatus=()=>{this.status.reportStabilityToGenesis()},this.onReloadWindow=()=>{location.reload()},this.onDocumentKeydown=e=>{if(!e.defaultPrevented)switch(e.key){case Zl.Is.ArrowUp:e.ctrlKey&&e.altKey&&!this.isOpen&&(this.onOpen(!0),e.preventDefault());break;case Zl.Is.ArrowDown:e.ctrlKey&&e.altKey&&this.isOpen&&(this.onClose(),e.preventDefault());break;case Zl.F9:this.isOpen&&(this.onDismiss(),e.preventDefault())}}}isOpenChanged(){this.updateTemplateClassNames()}isDismissedChanged(){this.updateTemplateClassNames()}modeChanged(){this.$fastController.isConnected&&this.mode===dd&&Ze.warn("SystemHealthOverlay has support for app overlays only right now.")}logLevelChanged(){Yl.level=this.logLevel}statusChanged(e,t){this.updateClassNames(),this.$fastController.isConnected&&(!1!==(null==t?void 0:t.isHealthy)||this.isOpen||this.onOpen(),!0===(null==t?void 0:t.isHealthy)&&this.isOpen&&!this.wasOpenedByUser&&this.onClose(),this.startTimeTillNextUpdateCountdown())}updateClassNames(){this.isOnlineClassNames=(0,x.x)(["healthy",this.status.isOnline],["unhealthy",!this.status.isOnline]),this.isHealthyClassNames=(0,x.x)(["healthy",this.status.isHealthy],["unhealthy",!this.status.isHealthy]),this.isSocketHealthyClassNames=(0,x.x)(["healthy",this.isSocketHealthy],["unhealthy",!this.isSocketHealthy]),this.resourcesAllConnectedClassNames=(0,x.x)(["healthy",this.status.resourcesAllConnected],["unhealthy",!this.status.resourcesAllConnected],["hidden",!this.validResourceList]),this.updateTemplateClassNames()}updateTemplateClassNames(){this.templateClassNames=(0,x.x)(["open",this.isOpen],["dismissed",this.isDismissed]),this.containerClassNames=(0,x.x)(this.isHealthyClassNames,["open",this.isOpen],["dismissed",this.isDismissed])}startTimeTillNextUpdateCountdown(){const e=this.status.nextUpdate-Date.now();let t=e,i=100;clearInterval(this.timeTillNextUpdateInterval),this.timeTillNextUpdate={totalMs:e,remainMs:t,remainPercent:i},this.timeTillNextUpdateInterval=setInterval(()=>{t-=1e3,i=Math.floor(t/e*100),this.timeTillNextUpdate={totalMs:e,remainMs:t,remainPercent:i},t<0&&clearInterval(this.timeTillNextUpdateInterval)},1e3)}connectedCallback(){super.connectedCallback(),this.networkMonitor.create(),this.addEventListeners()}disconnectedCallback(){super.disconnectedCallback(),this.networkMonitor.destroy(),this.removeEventListeners()}get isSocketHealthy(){return this.status.isOnline&&(!this.status.socket.isConfigured||this.status.socket.isConfigured&&this.status.socket.isConnected)}get validResourceList(){var e;return(null===(e=this.resourceList)||void 0===e?void 0:e.length)>0}eventBridge(){var e;return null!==(e=this.config.eventEmitter)&&void 0!==e?e:document}addEventListeners(){this.eventBridge().addEventListener(jl,this.onSystemHealthChanged,!0),document.addEventListener("keydown",this.onDocumentKeydown)}removeEventListeners(){this.eventBridge().removeEventListener(jl,this.onSystemHealthChanged,!0),document.removeEventListener("keydown",this.onDocumentKeydown)}static getCheckmarkTemplate(e){return e?l.html`
3358
+ `,td=(e,t)=>(0,s.progressTemplate)(e,t);class id extends r.Progress{}const od=void 0,nd={indeterminateIndicator1:'<span class="indeterminate-indicator-1" part="indeterminate-indicator-1"></span>',indeterminateIndicator2:'<span class="indeterminate-indicator-1" part="indeterminate-indicator-1"></span>'},ad=id.compose(Object.assign({baseName:"progress",template:td,styles:ed,shadowOptions:od},nd));function sd(e){return new Proxy(e,{get:(e,t,...i)=>{if(["withPrefix","withShadowRootMode","withElementDisambiguation"].includes(t))throw new Error("Modification of the Design System is not allowed.");return Reflect.get(e,t,...i)}})}const rd=(e,t="foundation",i,a)=>{e&&Vo(null!=i?i:o,null!=a?a:n,e);return sd(s.DesignSystem.getOrCreate(e).withPrefix(t))},ld="app",dd="component";rd().register(ad({prefix:"next-update"}));class cd extends s.FoundationElement{constructor(){super(...arguments),this.timeTillNextUpdate={totalMs:1e4,remainMs:1e4,remainPercent:100},this.mode=ld,this.status={isOnline:!0,isHealthy:!0,browserInformation:{},socket:{},resources:{}},this.onSystemHealthChanged=e=>{this.status=e.detail,this.resourceList=Object.values(this.status.resources).sort((e,t)=>Number(t.isConnected)-Number(e.isConnected))},this.onOpen=(e=!1)=>{this.isOpen=!0,this.wasOpenedByUser=e,this.isDismissed=!1},this.onClose=()=>{this.isOpen=!1,this.wasOpenedByUser=!1,this.isDismissed=!1},this.onDismiss=()=>{this.isDismissed||this.status.isHealthy?this.onClose():this.isDismissed=!0},this.onUpdateStatus=()=>{this.status.runAllChecks()},this.onReportStatus=()=>{this.status.reportStabilityToGenesis()},this.onReloadWindow=()=>{location.reload()},this.onDocumentKeydown=e=>{if(!e.defaultPrevented)switch(e.key){case Zl.Is.ArrowUp:e.ctrlKey&&e.altKey&&!this.isOpen&&(this.onOpen(!0),e.preventDefault());break;case Zl.Is.ArrowDown:e.ctrlKey&&e.altKey&&this.isOpen&&(this.onClose(),e.preventDefault());break;case Zl.F9:this.isOpen&&(this.onDismiss(),e.preventDefault())}}}isOpenChanged(){this.updateTemplateClassNames()}isDismissedChanged(){this.updateTemplateClassNames()}modeChanged(){this.$fastController.isConnected&&this.mode===dd&&Ze.warn("SystemHealthOverlay has support for app overlays only right now.")}logLevelChanged(){Wl.level=this.logLevel}statusChanged(e,t){this.updateClassNames(),this.$fastController.isConnected&&(!1!==(null==t?void 0:t.isHealthy)||this.isOpen||this.onOpen(),!0===(null==t?void 0:t.isHealthy)&&this.isOpen&&!this.wasOpenedByUser&&this.onClose(),this.startTimeTillNextUpdateCountdown())}updateClassNames(){this.isOnlineClassNames=(0,x.x)(["healthy",this.status.isOnline],["unhealthy",!this.status.isOnline]),this.isHealthyClassNames=(0,x.x)(["healthy",this.status.isHealthy],["unhealthy",!this.status.isHealthy]),this.isSocketHealthyClassNames=(0,x.x)(["healthy",this.isSocketHealthy],["unhealthy",!this.isSocketHealthy]),this.resourcesAllConnectedClassNames=(0,x.x)(["healthy",this.status.resourcesAllConnected],["unhealthy",!this.status.resourcesAllConnected],["hidden",!this.validResourceList]),this.updateTemplateClassNames()}updateTemplateClassNames(){this.templateClassNames=(0,x.x)(["open",this.isOpen],["dismissed",this.isDismissed]),this.containerClassNames=(0,x.x)(this.isHealthyClassNames,["open",this.isOpen],["dismissed",this.isDismissed])}startTimeTillNextUpdateCountdown(){const e=this.status.nextUpdate-Date.now();let t=e,i=100;clearInterval(this.timeTillNextUpdateInterval),this.timeTillNextUpdate={totalMs:e,remainMs:t,remainPercent:i},this.timeTillNextUpdateInterval=setInterval(()=>{t-=1e3,i=Math.floor(t/e*100),this.timeTillNextUpdate={totalMs:e,remainMs:t,remainPercent:i},t<0&&clearInterval(this.timeTillNextUpdateInterval)},1e3)}connectedCallback(){super.connectedCallback(),this.networkMonitor.create(),this.addEventListeners()}disconnectedCallback(){super.disconnectedCallback(),this.networkMonitor.destroy(),this.removeEventListeners()}get isSocketHealthy(){return this.status.isOnline&&(!this.status.socket.isConfigured||this.status.socket.isConfigured&&this.status.socket.isConnected)}get validResourceList(){var e;return(null===(e=this.resourceList)||void 0===e?void 0:e.length)>0}eventBridge(){var e;return null!==(e=this.config.eventEmitter)&&void 0!==e?e:document}addEventListeners(){this.eventBridge().addEventListener(Vl,this.onSystemHealthChanged,!0),document.addEventListener("keydown",this.onDocumentKeydown)}removeEventListeners(){this.eventBridge().removeEventListener(Vl,this.onSystemHealthChanged,!0),document.removeEventListener("keydown",this.onDocumentKeydown)}static getCheckmarkTemplate(e){return e?l.html`
3359
3359
  <span class="checkmark">&#x2714;</span>
3360
3360
  `:l.html`
3361
3361
  <span class="checkmark">&#10008;</span>
3362
- `}}(0,C.Cg)([Vl],cd.prototype,"config",void 0),(0,C.Cg)([Jl],cd.prototype,"networkMonitor",void 0),(0,C.Cg)([l.observable],cd.prototype,"resourceList",void 0),(0,C.Cg)([l.observable],cd.prototype,"isOpen",void 0),(0,C.Cg)([l.observable],cd.prototype,"wasOpenedByUser",void 0),(0,C.Cg)([l.observable],cd.prototype,"isDismissed",void 0),(0,C.Cg)([l.observable],cd.prototype,"templateClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"containerClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"isOnlineClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"isHealthyClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"isSocketHealthyClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"resourcesAllConnectedClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"timeTillNextUpdate",void 0),(0,C.Cg)([l.observable],cd.prototype,"saveDataCallback",void 0),(0,C.Cg)([l.attr],cd.prototype,"mode",void 0),(0,C.Cg)([(0,l.attr)({attribute:"log-level",converter:l.nullableNumberConverter})],cd.prototype,"logLevel",void 0),(0,C.Cg)([l.observable],cd.prototype,"status",void 0);const ud=(e,t)=>l.html`
3362
+ `}}(0,C.Cg)([jl],cd.prototype,"config",void 0),(0,C.Cg)([Ql],cd.prototype,"networkMonitor",void 0),(0,C.Cg)([l.observable],cd.prototype,"resourceList",void 0),(0,C.Cg)([l.observable],cd.prototype,"isOpen",void 0),(0,C.Cg)([l.observable],cd.prototype,"wasOpenedByUser",void 0),(0,C.Cg)([l.observable],cd.prototype,"isDismissed",void 0),(0,C.Cg)([l.observable],cd.prototype,"templateClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"containerClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"isOnlineClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"isHealthyClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"isSocketHealthyClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"resourcesAllConnectedClassNames",void 0),(0,C.Cg)([l.observable],cd.prototype,"timeTillNextUpdate",void 0),(0,C.Cg)([l.observable],cd.prototype,"saveDataCallback",void 0),(0,C.Cg)([l.attr],cd.prototype,"mode",void 0),(0,C.Cg)([(0,l.attr)({attribute:"log-level",converter:l.nullableNumberConverter})],cd.prototype,"logLevel",void 0),(0,C.Cg)([l.observable],cd.prototype,"status",void 0);const ud=(e,t)=>l.html`
3363
3363
  <template class="${e=>e.templateClassNames}">
3364
3364
  <header class="${e=>e.isHealthyClassNames}" part="header">
3365
3365
  <h1>System ${e=>(0,hs.fL)(e.isHealthyClassNames)}</h1>
@@ -3834,7 +3834,7 @@
3834
3834
  ${(0,r.progressRingStyles)(e,t)}
3835
3835
  `,$d=(e,t)=>(0,s.progressRingTemplate)(e,t);class Sd extends r.Progress{}const Ed=void 0,Od={indeterminateIndicator:'\n <svg class="progress" part="progress" viewBox="0 0 16 16">\n <circle class="background" part="background" cx="8px" cy="8px" r="7px"></circle>\n <circle class="indeterminate-indicator-1" part="indeterminate-indicator-1" cx="8px" cy="8px" r="7px"></circle>\n </svg>\n '},Td=Sd.compose(Object.assign({baseName:"progress-ring",template:$d,styles:xd,shadowOptions:Ed},Od)),kd=(e,t)=>l.css`
3836
3836
  ${(0,r.radioStyles)(e,t)}
3837
- `,Id=(e,t)=>(0,s.radioTemplate)(e,t);class Dd extends r.Radio{}const Rd=void 0,Ad={checkedIndicator:'\n <div part="checked-indicator" class="checked-indicator"></div>\n '},Ld=Dd.compose(Object.assign({baseName:"radio",template:Id,styles:kd,shadowOptions:Rd},Ad)),Nd=(e,t)=>l.css`
3837
+ `,Dd=(e,t)=>(0,s.radioTemplate)(e,t);class Id extends r.Radio{}const Ad=void 0,Ld={checkedIndicator:'\n <div part="checked-indicator" class="checked-indicator"></div>\n '},Rd=Id.compose(Object.assign({baseName:"radio",template:Dd,styles:kd,shadowOptions:Ad},Ld)),Nd=(e,t)=>l.css`
3838
3838
  ${(0,r.radioGroupStyles)(e,t)}
3839
3839
  `,Fd=(e,t)=>(0,s.radioGroupTemplate)(e,t);class Md extends r.RadioGroup{}const _d=void 0,Hd={},zd=Md.compose(Object.assign({baseName:"radio-group",template:Fd,styles:Nd,shadowOptions:_d},Hd)),Pd=l.css`
3840
3840
  /* Host */
@@ -3858,7 +3858,7 @@
3858
3858
  </template>
3859
3859
  `,Bd=l.html`
3860
3860
  ${e=>Ud(T(e))}
3861
- `;class Gd extends s.FoundationElement{constructor(){super(...arguments),this.disableTooltips=!1,this.timezone="",this.cron=""}cronConfigChanged(){var e,t;this.timezone=(null===(e=this.cronConfig)||void 0===e?void 0:e.timezone)||"",this.cron=(null===(t=this.cronConfig)||void 0===t?void 0:t.cronExpression)||""}handleChange(e,t){e.stopPropagation();const{value:i}=e.target;this.cronConfig=Object.assign(Object.assign({},this.cronConfig),{[t]:i}),this.$emit("change",this.cronConfig)}}(0,C.Cg)([(0,l.attr)({attribute:"min-minute-interval"})],Gd.prototype,"minMinuteInterval",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"disable-tooltips"})],Gd.prototype,"disableTooltips",void 0),(0,C.Cg)([l.observable],Gd.prototype,"timezone",void 0),(0,C.Cg)([l.observable],Gd.prototype,"cron",void 0),(0,C.Cg)([l.observable],Gd.prototype,"cronConfig",void 0);const Vd=void 0,jd={},Wd=Gd.compose(Object.assign({baseName:"scheduler",styles:Pd,template:Bd,shadowOptions:Vd},jd)),Yd=(e,t,i)=>{if(!e.title)throw new Error("Title is required");if(!e.body)throw new Error("Missing required param 'body'");let o={title:e.title,body:e.body,iconName:e.iconName},n={};e.createdAt&&(o=Object.assign({createdAt:e.createdAt},o)),null!=e.logLevel&&(o=Object.assign({logLevel:e.logLevel},o)),e.toast&&(n=Object.assign({toast:e.toast},n),o=Object.assign({config:n},o)),ge(o,t,i)};var qd,Kd,Xd;!function(e){e.MINUTES="Minutes",e.HOURLY="Hourly",e.DAILY="Daily",e.WEEKLY="Weekly",e.MONTHLY="Monthly",e.YEARLY="Yearly"}(qd||(qd={})),function(e){e.WEEK="Week",e.WORK_WEEK="Work week"}(Kd||(Kd={})),function(e){e.DATE="Date",e.DAY_OF_MONTH="Day of month"}(Xd||(Xd={}));const Qd=[{value:"2",label:"Monday"},{value:"3",label:"Tuesday"},{value:"4",label:"Wednesday"},{value:"5",label:"Thursday"},{value:"6",label:"Friday"},{value:"7",label:"Saturday"},{value:"1",label:"Sunday"}],Jd=[{value:"1",label:"First"},{value:"2",label:"Second"},{value:"3",label:"Third"},{value:"4",label:"Fourth"},{value:"-1",label:"Last"}],Zd=[{value:"1",label:"January"},{value:"2",label:"February"},{value:"3",label:"March"},{value:"4",label:"April"},{value:"5",label:"May"},{value:"6",label:"June"},{value:"7",label:"July"},{value:"8",label:"August"},{value:"9",label:"September"},{value:"10",label:"October"},{value:"11",label:"November"},{value:"12",label:"December"}];var ec;!function(e){e.updateCronConfig="update-cron-config"}(ec||(ec={}));const tc=e=>Number(e)>1?`/${e}`:"";const ic=(e,t,i)=>{const o=Number(e);return!isNaN(o)&&o<=i&&o>=t};function oc(e,t,i,o=!1,n=ic){if("*"===e)return!0;if(o&&("?"===e||"L"===e))return!0;if(o&&e.endsWith("L"))return n(e.slice(0,-1),t,i);if(e.startsWith("*/"))return n(e.substring(2),1,i);if(e.startsWith("0/"))return n(e.substring(2),1,i);if(o&&e.includes("#")){const[o,a]=e.split("#");return n(o,t,i)&&n(a,1,4)}if(n(e,t,i))return!0;if(e.includes("-")){const[o,a]=e.split("-");return n(o,t,i)&&n(a,t,i)}return!!e.includes(",")&&e.split(",").every(e=>oc(e,t,i,o,n))}function nc(e,t){return{type:qd.DAILY,frequency:e.startsWith("*/")?e.split("*/")[1]:"1",weekType:"?"===t?Kd.WEEK:Kd.WORK_WEEK}}function ac(e){const t=e.includes("/");return{type:qd.HOURLY,frequency:t?e.split("/")[1]:"1",during:t?"every_hour":"specific_hours",hours:t?void 0:e}}function sc(e,t="*"){const i="*"!==t&&"0/1"!==t;return{type:qd.MINUTES,frequency:e.includes("/")?e.split("/")[1]:"1",during:i?"specific_hours":"every_hour",hours:i?t:void 0}}function rc(e){return{type:qd.WEEKLY,selectedDays:"*"!==e?new Set(e.split(",")):new Set}}const lc=(e,t,i,o)=>{let n;return n="?"===t?{type:Xd.DAY_OF_MONTH,day:o.split(/[L#]/)[0],weekNumber:o.includes("#")?o.split("#")[1]:"-1"}:{type:Xd.DATE,dayDate:t},e===qd.YEARLY&&(n.month=i),n};function dc(e,t,i,o=lc){return{type:qd.YEARLY,frequency:2===i.split("/").length?i.split("/")[1]:"1",dateOrDay:o(qd.YEARLY,e,t,i.split("/")[0])}}function cc(e,t,i,o=lc){return{type:qd.MONTHLY,frequency:t.startsWith("*/")?t.split("*/")[1]:"1",dateOrDay:o(qd.MONTHLY,e,t,i.split("/")[0])}}const uc=l.css`
3861
+ `;class Gd extends s.FoundationElement{constructor(){super(...arguments),this.disableTooltips=!1,this.timezone="",this.cron=""}cronConfigChanged(){var e,t;this.timezone=(null===(e=this.cronConfig)||void 0===e?void 0:e.timezone)||"",this.cron=(null===(t=this.cronConfig)||void 0===t?void 0:t.cronExpression)||""}handleChange(e,t){e.stopPropagation();const{value:i}=e.target;this.cronConfig=Object.assign(Object.assign({},this.cronConfig),{[t]:i}),this.$emit("change",this.cronConfig)}}(0,C.Cg)([(0,l.attr)({attribute:"min-minute-interval"})],Gd.prototype,"minMinuteInterval",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"disable-tooltips"})],Gd.prototype,"disableTooltips",void 0),(0,C.Cg)([l.observable],Gd.prototype,"timezone",void 0),(0,C.Cg)([l.observable],Gd.prototype,"cron",void 0),(0,C.Cg)([l.observable],Gd.prototype,"cronConfig",void 0);const jd=void 0,Vd={},Yd=Gd.compose(Object.assign({baseName:"scheduler",styles:Pd,template:Bd,shadowOptions:jd},Vd)),Wd=(e,t,i)=>{if(!e.title)throw new Error("Title is required");if(!e.body)throw new Error("Missing required param 'body'");let o={title:e.title,body:e.body,iconName:e.iconName},n={};e.createdAt&&(o=Object.assign({createdAt:e.createdAt},o)),null!=e.logLevel&&(o=Object.assign({logLevel:e.logLevel},o)),e.toast&&(n=Object.assign({toast:e.toast},n),o=Object.assign({config:n},o)),ge(o,t,i)};var qd,Kd,Xd;!function(e){e.MINUTES="Minutes",e.HOURLY="Hourly",e.DAILY="Daily",e.WEEKLY="Weekly",e.MONTHLY="Monthly",e.YEARLY="Yearly"}(qd||(qd={})),function(e){e.WEEK="Week",e.WORK_WEEK="Work week"}(Kd||(Kd={})),function(e){e.DATE="Date",e.DAY_OF_MONTH="Day of month"}(Xd||(Xd={}));const Jd=[{value:"2",label:"Monday"},{value:"3",label:"Tuesday"},{value:"4",label:"Wednesday"},{value:"5",label:"Thursday"},{value:"6",label:"Friday"},{value:"7",label:"Saturday"},{value:"1",label:"Sunday"}],Qd=[{value:"1",label:"First"},{value:"2",label:"Second"},{value:"3",label:"Third"},{value:"4",label:"Fourth"},{value:"-1",label:"Last"}],Zd=[{value:"1",label:"January"},{value:"2",label:"February"},{value:"3",label:"March"},{value:"4",label:"April"},{value:"5",label:"May"},{value:"6",label:"June"},{value:"7",label:"July"},{value:"8",label:"August"},{value:"9",label:"September"},{value:"10",label:"October"},{value:"11",label:"November"},{value:"12",label:"December"}];var ec;!function(e){e.updateCronConfig="update-cron-config"}(ec||(ec={}));const tc=e=>Number(e)>1?`/${e}`:"";const ic=(e,t,i)=>{const o=Number(e);return!isNaN(o)&&o<=i&&o>=t};function oc(e,t,i,o=!1,n=ic){if("*"===e)return!0;if(o&&("?"===e||"L"===e))return!0;if(o&&e.endsWith("L"))return n(e.slice(0,-1),t,i);if(e.startsWith("*/"))return n(e.substring(2),1,i);if(e.startsWith("0/"))return n(e.substring(2),1,i);if(o&&e.includes("#")){const[o,a]=e.split("#");return n(o,t,i)&&n(a,1,4)}if(n(e,t,i))return!0;if(e.includes("-")){const[o,a]=e.split("-");return n(o,t,i)&&n(a,t,i)}return!!e.includes(",")&&e.split(",").every(e=>oc(e,t,i,o,n))}function nc(e,t){return{type:qd.DAILY,frequency:e.startsWith("*/")?e.split("*/")[1]:"1",weekType:"?"===t?Kd.WEEK:Kd.WORK_WEEK}}function ac(e){const t=e.includes("/");return{type:qd.HOURLY,frequency:t?e.split("/")[1]:"1",during:t?"every_hour":"specific_hours",hours:t?void 0:e}}function sc(e,t="*"){const i="*"!==t&&"0/1"!==t;return{type:qd.MINUTES,frequency:e.includes("/")?e.split("/")[1]:"1",during:i?"specific_hours":"every_hour",hours:i?t:void 0}}function rc(e){return{type:qd.WEEKLY,selectedDays:"*"!==e?new Set(e.split(",")):new Set}}const lc=(e,t,i,o)=>{let n;return n="?"===t?{type:Xd.DAY_OF_MONTH,day:o.split(/[L#]/)[0],weekNumber:o.includes("#")?o.split("#")[1]:"-1"}:{type:Xd.DATE,dayDate:t},e===qd.YEARLY&&(n.month=i),n};function dc(e,t,i,o=lc){return{type:qd.YEARLY,frequency:2===i.split("/").length?i.split("/")[1]:"1",dateOrDay:o(qd.YEARLY,e,t,i.split("/")[0])}}function cc(e,t,i,o=lc){return{type:qd.MONTHLY,frequency:t.startsWith("*/")?t.split("*/")[1]:"1",dateOrDay:o(qd.MONTHLY,e,t,i.split("/")[0])}}const uc=l.css`
3862
3862
  .input-container {
3863
3863
  display: flex;
3864
3864
  flex-direction: column;
@@ -4059,7 +4059,7 @@
4059
4059
  :value=${(0,U.O)(e=>e.weekNumber)}
4060
4060
  @change="${e=>e.updateCronConfig()}"
4061
4061
  >
4062
- ${(0,l.repeat)(()=>Jd,l.html`
4062
+ ${(0,l.repeat)(()=>Qd,l.html`
4063
4063
  <${e}-option value="${e=>e.value}">
4064
4064
  ${e=>e.label}
4065
4065
  </${e}-option>
@@ -4073,7 +4073,7 @@
4073
4073
  :value=${(0,U.O)(e=>e.day)}
4074
4074
  @change="${e=>e.updateCronConfig()}"
4075
4075
  >
4076
- ${(0,l.repeat)(()=>Qd,l.html`
4076
+ ${(0,l.repeat)(()=>Jd,l.html`
4077
4077
  <${e}-option value="${e=>e.value}">
4078
4078
  ${e=>e.label}
4079
4079
  </${e}-option>
@@ -4099,7 +4099,7 @@
4099
4099
  On ${e=>e.disableTooltips?"":mc("\n <p>Select which days to run this recurrence on. It's not valid to select no days, so if there is only a single day selected then its checkbox is disabled. </p>\n <p>If you need to change the day you can enable other days which will allow you to disable days until you only have a single day selected again.</p>\n",t)}
4100
4100
  </label>
4101
4101
  <div class="weekdays-row">
4102
- ${(0,l.repeat)(()=>Qd,l.html`
4102
+ ${(0,l.repeat)(()=>Jd,l.html`
4103
4103
  <${t}-checkbox
4104
4104
  part="weekdays-checkbox"
4105
4105
  class="weekdays-checkbox"
@@ -4120,7 +4120,7 @@
4120
4120
  :prefix=${()=>e}
4121
4121
  :config=${()=>t.cronConfig}
4122
4122
  ></monthly-yearly-recurrence>
4123
- `,Ic=(e,t,i)=>l.html`
4123
+ `,Dc=(e,t,i)=>l.html`
4124
4124
  <div class="input-container">
4125
4125
  ${(0,l.when)(()=>i,l.html`
4126
4126
  <label class="label">${i}</label>
@@ -4138,7 +4138,7 @@
4138
4138
  <div slot="end" class="suffix-label">${()=>t.frequencySuffix}</div>
4139
4139
  </${e}-select>
4140
4140
  </div>
4141
- `,Dc=(e,t,i,o)=>l.html`
4141
+ `,Ic=(e,t,i,o)=>l.html`
4142
4142
  <div class="input-container">
4143
4143
  <label class="label">Time </label>
4144
4144
  <div class="flex-row">
@@ -4164,7 +4164,7 @@
4164
4164
  </${e}-select>
4165
4165
  </div>
4166
4166
  </div>
4167
- `,Rc=(e,t,i)=>{switch(e){case qd.MINUTES:return l.html`
4167
+ `,Ac=(e,t,i)=>{switch(e){case qd.MINUTES:return l.html`
4168
4168
  <div class="minutes-options-row">
4169
4169
  <div class="input-container">
4170
4170
  <label class="label"
@@ -4204,8 +4204,8 @@
4204
4204
  `)}
4205
4205
  </div>
4206
4206
  <div class="row">
4207
- ${Ic(t,i,"Every")}
4208
- ${Dc(t,i,!1,!1)}
4207
+ ${Dc(t,i,"Every")}
4208
+ ${Ic(t,i,!1,!1)}
4209
4209
  </div>
4210
4210
  `;case qd.HOURLY:return l.html`
4211
4211
  <div class="row">
@@ -4223,7 +4223,7 @@
4223
4223
  <${t}-option value="specific_hours">Selected Hours</${t}-option>
4224
4224
  </${t}-select>
4225
4225
  </div>
4226
- ${(0,l.when)(()=>"every_hour"===i.during,Ic(t,i,"Every"))}
4226
+ ${(0,l.when)(()=>"every_hour"===i.during,Dc(t,i,"Every"))}
4227
4227
  ${(0,l.when)(()=>i.isSpecificHours,l.html`
4228
4228
  <div class="break"></div>
4229
4229
  <div class="input-container">
@@ -4240,7 +4240,7 @@
4240
4240
  ></${t}-multiselect>
4241
4241
  </div>
4242
4242
  `)}
4243
- ${Dc(t,i,!1,!0)}
4243
+ ${Ic(t,i,!1,!0)}
4244
4244
  </div>
4245
4245
  `;case qd.DAILY:return l.html`
4246
4246
  ${((e,t)=>l.html`
@@ -4251,8 +4251,8 @@
4251
4251
  ></daily-recurrence>
4252
4252
  `)(t,i)}
4253
4253
  <div class="row">
4254
- ${Ic(t,i,"Every")}
4255
- ${Dc(t,i,!0,!0)}
4254
+ ${Dc(t,i,"Every")}
4255
+ ${Ic(t,i,!0,!0)}
4256
4256
  </div>
4257
4257
  `;case qd.WEEKLY:return l.html`
4258
4258
  <div class="row">
@@ -4262,18 +4262,18 @@
4262
4262
  :config=${()=>t.cronConfig}
4263
4263
  ?disable-tooltips=${()=>t.disableTooltips}
4264
4264
  ></weekly-recurrence>
4265
- `)(t,i)} ${Dc(t,i,!0,!0)}
4265
+ `)(t,i)} ${Ic(t,i,!0,!0)}
4266
4266
  </div>
4267
4267
  `;case qd.MONTHLY:return l.html`
4268
4268
  <div class="row">
4269
- ${Ic(t,i,"Every")}
4270
- ${Dc(t,i,!0,!0)}
4269
+ ${Dc(t,i,"Every")}
4270
+ ${Ic(t,i,!0,!0)}
4271
4271
  </div>
4272
4272
  ${kc(t,i)}
4273
4273
  `;case qd.YEARLY:return l.html`
4274
- <div class="row">${Dc(t,i,!0,!0)}</div>
4274
+ <div class="row">${Ic(t,i,!0,!0)}</div>
4275
4275
  ${kc(t,i)}
4276
- `;default:return l.html``}},Ac=e=>l.html`
4276
+ `;default:return l.html``}},Lc=e=>l.html`
4277
4277
  <template>
4278
4278
  <div class="container">
4279
4279
  <div class="input-container">
@@ -4312,13 +4312,13 @@
4312
4312
  </div>
4313
4313
 
4314
4314
  ${(0,l.repeat)(e=>[`${e.recurrence}-${e.during}`],l.html`
4315
- ${(t,i)=>Rc(i.parent.recurrence,e,i.parent)}
4315
+ ${(t,i)=>Ac(i.parent.recurrence,e,i.parent)}
4316
4316
  `,{recycle:!1})}
4317
4317
  </div>
4318
4318
  </template>
4319
- `,Lc=l.html`
4320
- ${e=>Ac(T(e))}
4321
- `;class Nc extends s.FoundationElement{constructor(){super(...arguments),this.getConfigs={buildConfigForMinutesRecurrence:sc,buildConfigForHourlyRecurrence:ac,buildConfigForDailyRecurrence:nc,buildConfigForWeeklyRecurrence:rc,buildConfigForMonthlyRecurrence:cc,buildConfigForYearlyRecurrence:dc},this.recurrence=qd.DAILY,this.cron="",this.value=this.cron,this.cronConfig={type:qd.DAILY,weekType:Kd.WEEK,hours:"0",minutes:"0",seconds:"0"},this.frequency="1",this.during="every_hour",this.hours="0",this.minutes="0",this.seconds="0",this.disableTooltips=!1,this.timezone=""}cronChanged(){if(this.cron)try{if(!((e,t=oc)=>{const i=e.trim().split(" ");if(6!=i.length)return!1;const[o,n,a,s,r,l]=i;return t(o,0,59)&&t(n,0,59)&&t(a,0,23)&&t(s,1,31,!0)&&t(r,1,12)&&t(l,0,7,!0)})(this.cron))return void Yd({title:"Cron Scheduler",body:"Invalid Cron Expression",toast:{type:"critical"}},T(this));this.setsFieldsFromCronEx()}catch(e){return console.error("Error:",e),void Yd({title:"Cron Scheduler",body:e,toast:{type:"critical"}},T(this))}}get duringOptions(){return[{label:"Every hour",value:"every_hour"},{label:"Specific hours",value:"specific_hours"}]}get frequencySuffix(){switch(this.cronConfig.type){case qd.MINUTES:return"Minute(s)";case qd.HOURLY:return"Hour(s)";case qd.DAILY:return"Day(s)";case qd.MONTHLY:return"Month(s)";default:return""}}get frequencyList(){switch(this.cronConfig.type){case qd.MINUTES:const e=[1,2,3,4,5,6,10,12,15,20,30],t=this.minMinuteInterval?Number(this.minMinuteInterval):1;return e.filter(e=>e>=t);case qd.HOURLY:return Array.from({length:23},(e,t)=>t+1);case qd.DAILY:return Array.from({length:31},(e,t)=>t+1);case qd.MONTHLY:case qd.YEARLY:return Array.from({length:12},(e,t)=>t+1);case qd.WEEKLY:return[1];default:return[]}}get hourOptions(){return Array.from({length:24},(e,t)=>({label:t.toString(),value:t.toString()}))}get selectedHours(){return this.hours&&"*"!==this.hours&&"0"!==this.hours?this.hours.split(","):"*"===this.hours?this.hourOptions.map(e=>e.value):[this.hours]}handleHoursChange(e){const t=e.detail;24===t.length?(this.hours="*",this.frequency="1",this.cronConfig.frequency="1"):t&&0!==t.length?this.hours=t.sort((e,t)=>Number(e)-Number(t)).join(","):this.hours="0",this.handleChange("hours")}get isMinutesRecurrenceEnabled(){return!this.minMinuteInterval||Number(this.minMinuteInterval)<=30}get isSpecificHours(){return"specific_hours"===this.during}get isDailyFrequencyDisabled(){return this.cronConfig.type===qd.DAILY&&this.cronConfig.weekType===Kd.WORK_WEEK}minMinuteIntervalChanged(){this.minMinuteInterval>=60&&console.warn("Minimum minute interval has no effect on schedules with an hourly or longer recurrance")}connectedCallback(){super.connectedCallback(),this.addEventListener(ec.updateCronConfig,this.handleCronConfigUpdate)}disconnectedCallback(){this.removeEventListener(ec.updateCronConfig,this.handleCronConfigUpdate)}getBaseConfigFields(){return{frequency:this.frequency,hours:this.hours,minutes:this.minutes,seconds:this.seconds}}handleRecurrenceChange(){switch(this.recurrence){case qd.MINUTES:const e=this.getBaseConfigFields(),{minutes:t}=e,i=(0,C.Tt)(e,["minutes"]);this.during="every_hour",this.hours="*";const o=[1,2,3,4,5,6,10,12,15,20,30],n=this.minMinuteInterval?Number(this.minMinuteInterval):1,a=o.find(e=>e>=n)||1;this.cronConfig=Object.assign(Object.assign({type:qd.MINUTES},i),{frequency:a.toString(),during:"every_hour",hours:"*"}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.HOURLY:const s=this.getBaseConfigFields(),{hours:r}=s,l=(0,C.Tt)(s,["hours"]);this.during="every_hour",this.hours="0",this.cronConfig=Object.assign(Object.assign({type:qd.HOURLY},l),{frequency:"1",during:"every_hour",hours:"0"}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.DAILY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.DAILY},this.getBaseConfigFields()),{frequency:"1",weekType:Kd.WEEK}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.WEEKLY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.WEEKLY},this.getBaseConfigFields()),{frequency:"1",selectedDays:new Set(["2"])}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.MONTHLY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.MONTHLY},this.getBaseConfigFields()),{frequency:"1",dateOrDay:{type:Xd.DATE,dayDate:"1"}}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.YEARLY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.YEARLY},this.getBaseConfigFields()),{frequency:"1",dateOrDay:{type:Xd.DATE,dayDate:"1",month:"1"}}),this.generateCronExpressionFromConfig(this.cronConfig);break;default:Yd({title:"Cron Scheduler",body:"Recurrence type should be one of the known types: Daily, Weekly,Monthly or Yearly",toast:{type:"critical"}},T(this))}}handleChange(e){if("frequency"===e&&0===Number(this.frequency))throw new Error("Frequency must be greater than 0");this.cronConfig[e]=this[e],this.generateCronExpressionFromConfig(this.cronConfig)}handleDuringChange(){"every_hour"===this.during?this.hours="*":"*"===this.hours&&(this.hours="0"),this.cronConfig.type!==qd.MINUTES&&this.cronConfig.type!==qd.HOURLY||(this.cronConfig.during=this.during,this.cronConfig.hours=this.hours),this.generateCronExpressionFromConfig(this.cronConfig)}handleCronConfigUpdate({detail:e}){this.cronConfig=Object.assign(Object.assign({},this.getBaseConfigFields()),e),this.generateCronExpressionFromConfig(this.cronConfig)}generateCronExpressionFromConfig(e){switch(e.type){case qd.MINUTES:this.cron=function(e){const t="specific_hours"===e.during&&e.hours?e.hours:"*";return`${e.seconds} 0/${e.frequency} ${t} ? * *`}(e);break;case qd.HOURLY:this.cron=function(e){return"specific_hours"===e.during&&e.hours&&"*"!==e.hours?`${e.seconds} ${e.minutes} ${e.hours} ? * *`:`${e.seconds} ${e.minutes} 0/${e.frequency} ? * *`}(e);break;case qd.DAILY:this.cron=function(e,t=tc){const i=e.weekType===Kd.WORK_WEEK?"?":`*${t(e.frequency)}`;return`${e.seconds} ${e.minutes} ${e.hours} ${i} * ${e.weekType===Kd.WORK_WEEK?"2-6":"?"}`}(e,tc);break;case qd.WEEKLY:this.cron=function(e){const t=[...e.selectedDays].join(",")||"*";return`${e.seconds} ${e.minutes} ${e.hours} ? * ${t}`}(e);break;case qd.MONTHLY:this.cron=function(e,t=tc){const{dateOrDay:i,minutes:o,hours:n,seconds:a,frequency:s}=e,r=t(s);return i.type===Xd.DATE?`${a} ${o} ${n} ${i.dayDate} *${r} ?`:"-1"===i.weekNumber?`${a} ${o} ${n} ? *${r} ${i.day}L`:`${e.seconds} ${o} ${n} ? *${r} ${i.day}#${i.weekNumber}`}(e,tc);break;case qd.YEARLY:this.cron=function(e){const{dateOrDay:t,minutes:i,seconds:o,hours:n}=e;return t.type===Xd.DATE?`${o} ${i} ${n} ${t.dayDate} ${t.month} ?`:"-1"===t.weekNumber?`${o} ${i} ${n} ? ${t.month} ${t.day}L`:`${o} ${i} ${n} ? ${t.month} ${t.day}#${t.weekNumber}`}(e);break;default:Yd({title:"Cron Scheduler",body:"Recurrence type should be one of the known types: Daily, Weekly,Monthly or Yearly",toast:{type:"critical"}},T(this))}this.value=this.cron,this.$emit("change")}setsFieldsFromCronEx(){this.cronConfig=function(e,t){if(!e)return;const i=e.split(" "),[o,n,a,s,r,l]=i;if("?"!==l&&"?"!==s)throw new Error("Support for specifying both a day-of-week AND a day-of-month parameter is not implemented");if(/^(0|\*)\/\d+$/.test(n))return Object.assign({seconds:o},t.buildConfigForMinutesRecurrence(n,a));if(/^(0|\*)\/\d+$/.test(a))return Object.assign({minutes:n,seconds:o},t.buildConfigForHourlyRecurrence(a));if("?"===s&&"*"===l)return Object.assign({minutes:n,seconds:o},t.buildConfigForHourlyRecurrence(a));if("2-6"===l||"?"===l&&("*"===s||s.startsWith("*")))return Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForDailyRecurrence(s,l));if(/^([1-7](,[1-7])*)$/.test(l)||"*"===l)return Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForWeeklyRecurrence(l));if(l.includes("L")||l.includes("#")||/^([1-9]|[12]\d|3[01])$/.test(s)&&"?"===l)return"*"==r||r.startsWith("*/")?Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForMonthlyRecurrence(s,r,l)):Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForYearlyRecurrence(s,r,l));throw new Error("Invalid Cron Expression")}(this.cron,this.getConfigs),this.recurrence=this.cronConfig.type,this.frequency=this.cronConfig.frequency;const e=this.cronConfig;"minutes"in e&&(this.minutes=e.minutes),e.type!==qd.MINUTES&&e.type!==qd.HOURLY||(this.during=e.during||"every_hour",e.hours&&(this.hours=e.hours)),this.seconds=e.seconds,e.type!==qd.HOURLY&&e.type!==qd.MINUTES&&(this.hours=e.hours)}}(0,C.Cg)([l.observable],Nc.prototype,"recurrence",void 0),(0,C.Cg)([l.observable],Nc.prototype,"cron",void 0),(0,C.Cg)([l.observable],Nc.prototype,"cronConfig",void 0),(0,C.Cg)([l.observable],Nc.prototype,"frequency",void 0),(0,C.Cg)([l.observable],Nc.prototype,"during",void 0),(0,C.Cg)([l.volatile],Nc.prototype,"duringOptions",null),(0,C.Cg)([l.observable],Nc.prototype,"hours",void 0),(0,C.Cg)([l.observable],Nc.prototype,"minutes",void 0),(0,C.Cg)([l.observable],Nc.prototype,"seconds",void 0),(0,C.Cg)([l.volatile],Nc.prototype,"frequencySuffix",null),(0,C.Cg)([l.volatile],Nc.prototype,"frequencyList",null),(0,C.Cg)([l.volatile],Nc.prototype,"hourOptions",null),(0,C.Cg)([l.volatile],Nc.prototype,"selectedHours",null),(0,C.Cg)([(0,l.attr)({attribute:"min-minute-interval"})],Nc.prototype,"minMinuteInterval",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"disable-tooltips"})],Nc.prototype,"disableTooltips",void 0),(0,C.Cg)([l.volatile],Nc.prototype,"isMinutesRecurrenceEnabled",null),(0,C.Cg)([l.volatile],Nc.prototype,"isSpecificHours",null),(0,C.Cg)([l.volatile],Nc.prototype,"isDailyFrequencyDisabled",null),(0,C.Cg)([l.attr],Nc.prototype,"timezone",void 0);const Fc=void 0,Mc={},_c=Nc.compose(Object.assign({baseName:"scheduler-cron-builder",styles:hc,template:Lc,shadowOptions:Fc},Mc)),Hc=l.css`
4319
+ `,Rc=l.html`
4320
+ ${e=>Lc(T(e))}
4321
+ `;class Nc extends s.FoundationElement{constructor(){super(...arguments),this.getConfigs={buildConfigForMinutesRecurrence:sc,buildConfigForHourlyRecurrence:ac,buildConfigForDailyRecurrence:nc,buildConfigForWeeklyRecurrence:rc,buildConfigForMonthlyRecurrence:cc,buildConfigForYearlyRecurrence:dc},this.recurrence=qd.DAILY,this.cron="",this.value=this.cron,this.cronConfig={type:qd.DAILY,weekType:Kd.WEEK,hours:"0",minutes:"0",seconds:"0"},this.frequency="1",this.during="every_hour",this.hours="0",this.minutes="0",this.seconds="0",this.disableTooltips=!1,this.timezone=""}cronChanged(){if(this.cron)try{if(!((e,t=oc)=>{const i=e.trim().split(" ");if(6!=i.length)return!1;const[o,n,a,s,r,l]=i;return t(o,0,59)&&t(n,0,59)&&t(a,0,23)&&t(s,1,31,!0)&&t(r,1,12)&&t(l,0,7,!0)})(this.cron))return void Wd({title:"Cron Scheduler",body:"Invalid Cron Expression",toast:{type:"critical"}},T(this));this.setsFieldsFromCronEx()}catch(e){return console.error("Error:",e),void Wd({title:"Cron Scheduler",body:e,toast:{type:"critical"}},T(this))}}get duringOptions(){return[{label:"Every hour",value:"every_hour"},{label:"Specific hours",value:"specific_hours"}]}get frequencySuffix(){switch(this.cronConfig.type){case qd.MINUTES:return"Minute(s)";case qd.HOURLY:return"Hour(s)";case qd.DAILY:return"Day(s)";case qd.MONTHLY:return"Month(s)";default:return""}}get frequencyList(){switch(this.cronConfig.type){case qd.MINUTES:const e=[1,2,3,4,5,6,10,12,15,20,30],t=this.minMinuteInterval?Number(this.minMinuteInterval):1;return e.filter(e=>e>=t);case qd.HOURLY:return Array.from({length:23},(e,t)=>t+1);case qd.DAILY:return Array.from({length:31},(e,t)=>t+1);case qd.MONTHLY:case qd.YEARLY:return Array.from({length:12},(e,t)=>t+1);case qd.WEEKLY:return[1];default:return[]}}get hourOptions(){return Array.from({length:24},(e,t)=>({label:t.toString(),value:t.toString()}))}get selectedHours(){return this.hours&&"*"!==this.hours&&"0"!==this.hours?this.hours.split(","):"*"===this.hours?this.hourOptions.map(e=>e.value):[this.hours]}handleHoursChange(e){const t=e.detail;24===t.length?(this.hours="*",this.frequency="1",this.cronConfig.frequency="1"):t&&0!==t.length?this.hours=t.sort((e,t)=>Number(e)-Number(t)).join(","):this.hours="0",this.handleChange("hours")}get isMinutesRecurrenceEnabled(){return!this.minMinuteInterval||Number(this.minMinuteInterval)<=30}get isSpecificHours(){return"specific_hours"===this.during}get isDailyFrequencyDisabled(){return this.cronConfig.type===qd.DAILY&&this.cronConfig.weekType===Kd.WORK_WEEK}minMinuteIntervalChanged(){this.minMinuteInterval>=60&&console.warn("Minimum minute interval has no effect on schedules with an hourly or longer recurrance")}connectedCallback(){super.connectedCallback(),this.addEventListener(ec.updateCronConfig,this.handleCronConfigUpdate)}disconnectedCallback(){this.removeEventListener(ec.updateCronConfig,this.handleCronConfigUpdate)}getBaseConfigFields(){return{frequency:this.frequency,hours:this.hours,minutes:this.minutes,seconds:this.seconds}}handleRecurrenceChange(){switch(this.recurrence){case qd.MINUTES:const e=this.getBaseConfigFields(),{minutes:t}=e,i=(0,C.Tt)(e,["minutes"]);this.during="every_hour",this.hours="*";const o=[1,2,3,4,5,6,10,12,15,20,30],n=this.minMinuteInterval?Number(this.minMinuteInterval):1,a=o.find(e=>e>=n)||1;this.cronConfig=Object.assign(Object.assign({type:qd.MINUTES},i),{frequency:a.toString(),during:"every_hour",hours:"*"}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.HOURLY:const s=this.getBaseConfigFields(),{hours:r}=s,l=(0,C.Tt)(s,["hours"]);this.during="every_hour",this.hours="0",this.cronConfig=Object.assign(Object.assign({type:qd.HOURLY},l),{frequency:"1",during:"every_hour",hours:"0"}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.DAILY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.DAILY},this.getBaseConfigFields()),{frequency:"1",weekType:Kd.WEEK}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.WEEKLY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.WEEKLY},this.getBaseConfigFields()),{frequency:"1",selectedDays:new Set(["2"])}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.MONTHLY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.MONTHLY},this.getBaseConfigFields()),{frequency:"1",dateOrDay:{type:Xd.DATE,dayDate:"1"}}),this.generateCronExpressionFromConfig(this.cronConfig);break;case qd.YEARLY:("*"===this.hours||this.hours.includes(","))&&(this.hours="0"),this.cronConfig=Object.assign(Object.assign({type:qd.YEARLY},this.getBaseConfigFields()),{frequency:"1",dateOrDay:{type:Xd.DATE,dayDate:"1",month:"1"}}),this.generateCronExpressionFromConfig(this.cronConfig);break;default:Wd({title:"Cron Scheduler",body:"Recurrence type should be one of the known types: Daily, Weekly,Monthly or Yearly",toast:{type:"critical"}},T(this))}}handleChange(e){if("frequency"===e&&0===Number(this.frequency))throw new Error("Frequency must be greater than 0");this.cronConfig[e]=this[e],this.generateCronExpressionFromConfig(this.cronConfig)}handleDuringChange(){"every_hour"===this.during?this.hours="*":"*"===this.hours&&(this.hours="0"),this.cronConfig.type!==qd.MINUTES&&this.cronConfig.type!==qd.HOURLY||(this.cronConfig.during=this.during,this.cronConfig.hours=this.hours),this.generateCronExpressionFromConfig(this.cronConfig)}handleCronConfigUpdate({detail:e}){this.cronConfig=Object.assign(Object.assign({},this.getBaseConfigFields()),e),this.generateCronExpressionFromConfig(this.cronConfig)}generateCronExpressionFromConfig(e){switch(e.type){case qd.MINUTES:this.cron=function(e){const t="specific_hours"===e.during&&e.hours?e.hours:"*";return`${e.seconds} 0/${e.frequency} ${t} ? * *`}(e);break;case qd.HOURLY:this.cron=function(e){return"specific_hours"===e.during&&e.hours&&"*"!==e.hours?`${e.seconds} ${e.minutes} ${e.hours} ? * *`:`${e.seconds} ${e.minutes} 0/${e.frequency} ? * *`}(e);break;case qd.DAILY:this.cron=function(e,t=tc){const i=e.weekType===Kd.WORK_WEEK?"?":`*${t(e.frequency)}`;return`${e.seconds} ${e.minutes} ${e.hours} ${i} * ${e.weekType===Kd.WORK_WEEK?"2-6":"?"}`}(e,tc);break;case qd.WEEKLY:this.cron=function(e){const t=[...e.selectedDays].join(",")||"*";return`${e.seconds} ${e.minutes} ${e.hours} ? * ${t}`}(e);break;case qd.MONTHLY:this.cron=function(e,t=tc){const{dateOrDay:i,minutes:o,hours:n,seconds:a,frequency:s}=e,r=t(s);return i.type===Xd.DATE?`${a} ${o} ${n} ${i.dayDate} *${r} ?`:"-1"===i.weekNumber?`${a} ${o} ${n} ? *${r} ${i.day}L`:`${e.seconds} ${o} ${n} ? *${r} ${i.day}#${i.weekNumber}`}(e,tc);break;case qd.YEARLY:this.cron=function(e){const{dateOrDay:t,minutes:i,seconds:o,hours:n}=e;return t.type===Xd.DATE?`${o} ${i} ${n} ${t.dayDate} ${t.month} ?`:"-1"===t.weekNumber?`${o} ${i} ${n} ? ${t.month} ${t.day}L`:`${o} ${i} ${n} ? ${t.month} ${t.day}#${t.weekNumber}`}(e);break;default:Wd({title:"Cron Scheduler",body:"Recurrence type should be one of the known types: Daily, Weekly,Monthly or Yearly",toast:{type:"critical"}},T(this))}this.value=this.cron,this.$emit("change")}setsFieldsFromCronEx(){this.cronConfig=function(e,t){if(!e)return;const i=e.split(" "),[o,n,a,s,r,l]=i;if("?"!==l&&"?"!==s)throw new Error("Support for specifying both a day-of-week AND a day-of-month parameter is not implemented");if(/^(0|\*)\/\d+$/.test(n))return Object.assign({seconds:o},t.buildConfigForMinutesRecurrence(n,a));if(/^(0|\*)\/\d+$/.test(a))return Object.assign({minutes:n,seconds:o},t.buildConfigForHourlyRecurrence(a));if("?"===s&&"*"===l)return Object.assign({minutes:n,seconds:o},t.buildConfigForHourlyRecurrence(a));if("2-6"===l||"?"===l&&("*"===s||s.startsWith("*")))return Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForDailyRecurrence(s,l));if(/^([1-7](,[1-7])*)$/.test(l)||"*"===l)return Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForWeeklyRecurrence(l));if(l.includes("L")||l.includes("#")||/^([1-9]|[12]\d|3[01])$/.test(s)&&"?"===l)return"*"==r||r.startsWith("*/")?Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForMonthlyRecurrence(s,r,l)):Object.assign({hours:a,minutes:n,seconds:o},t.buildConfigForYearlyRecurrence(s,r,l));throw new Error("Invalid Cron Expression")}(this.cron,this.getConfigs),this.recurrence=this.cronConfig.type,this.frequency=this.cronConfig.frequency;const e=this.cronConfig;"minutes"in e&&(this.minutes=e.minutes),e.type!==qd.MINUTES&&e.type!==qd.HOURLY||(this.during=e.during||"every_hour",e.hours&&(this.hours=e.hours)),this.seconds=e.seconds,e.type!==qd.HOURLY&&e.type!==qd.MINUTES&&(this.hours=e.hours)}}(0,C.Cg)([l.observable],Nc.prototype,"recurrence",void 0),(0,C.Cg)([l.observable],Nc.prototype,"cron",void 0),(0,C.Cg)([l.observable],Nc.prototype,"cronConfig",void 0),(0,C.Cg)([l.observable],Nc.prototype,"frequency",void 0),(0,C.Cg)([l.observable],Nc.prototype,"during",void 0),(0,C.Cg)([l.volatile],Nc.prototype,"duringOptions",null),(0,C.Cg)([l.observable],Nc.prototype,"hours",void 0),(0,C.Cg)([l.observable],Nc.prototype,"minutes",void 0),(0,C.Cg)([l.observable],Nc.prototype,"seconds",void 0),(0,C.Cg)([l.volatile],Nc.prototype,"frequencySuffix",null),(0,C.Cg)([l.volatile],Nc.prototype,"frequencyList",null),(0,C.Cg)([l.volatile],Nc.prototype,"hourOptions",null),(0,C.Cg)([l.volatile],Nc.prototype,"selectedHours",null),(0,C.Cg)([(0,l.attr)({attribute:"min-minute-interval"})],Nc.prototype,"minMinuteInterval",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"disable-tooltips"})],Nc.prototype,"disableTooltips",void 0),(0,C.Cg)([l.volatile],Nc.prototype,"isMinutesRecurrenceEnabled",null),(0,C.Cg)([l.volatile],Nc.prototype,"isSpecificHours",null),(0,C.Cg)([l.volatile],Nc.prototype,"isDailyFrequencyDisabled",null),(0,C.Cg)([l.attr],Nc.prototype,"timezone",void 0);const Fc=void 0,Mc={},_c=Nc.compose(Object.assign({baseName:"scheduler-cron-builder",styles:hc,template:Rc,shadowOptions:Fc},Mc)),Hc=l.css`
4322
4322
  /* Host */
4323
4323
  :host {
4324
4324
  display: flex;
@@ -4363,7 +4363,7 @@
4363
4363
  </template>
4364
4364
  `,Pc=l.html`
4365
4365
  ${e=>zc(T(e))}
4366
- `;class Uc extends s.FoundationElement{constructor(){super(...arguments),this.timezone="",this.value=this.timezone}timezoneChanged(){this.value=this.timezone,this.$emit("change")}connectedCallback(){super.connectedCallback(),this.getTimeZones()}getTimeZones(){return(0,C.sH)(this,void 0,void 0,function*(){const e=["Europe/London","America/New_York"];try{const t=yield this.connect.request("VALID_TIME_ZONE",{REQUEST:{}});if(!t.REPLY||!Array.isArray(t.REPLY))throw new Error("Invalid data returned for Timezones");this.timeZones=t.REPLY.map(e=>e.ZONE_ID).sort((t,i)=>e.includes(t)&&!e.includes(i)?-1:!e.includes(t)&&e.includes(i)?1:t.localeCompare(i))}catch(e){Yd({title:"Cron Scheduler",body:"Unable to fetch timezones data.",toast:{type:"critical"}},"rapid"),za.v.error(e)}})}}(0,C.Cg)([l.observable],Uc.prototype,"timezone",void 0),(0,C.Cg)([ai.dm],Uc.prototype,"connect",void 0),(0,C.Cg)([l.observable],Uc.prototype,"timeZones",void 0);const Bc=void 0,Gc={},Vc=Uc.compose(Object.assign({baseName:"scheduler-timezone",styles:Hc,template:Pc,shadowOptions:Bc},Gc)),jc=l.css`
4366
+ `;class Uc extends s.FoundationElement{constructor(){super(...arguments),this.timezone="",this.value=this.timezone}timezoneChanged(){this.value=this.timezone,this.$emit("change")}connectedCallback(){super.connectedCallback(),this.getTimeZones()}getTimeZones(){return(0,C.sH)(this,void 0,void 0,function*(){const e=["Europe/London","America/New_York"];try{const t=yield this.connect.request("VALID_TIME_ZONE",{REQUEST:{}});if(!t.REPLY||!Array.isArray(t.REPLY))throw new Error("Invalid data returned for Timezones");this.timeZones=t.REPLY.map(e=>e.ZONE_ID).sort((t,i)=>e.includes(t)&&!e.includes(i)?-1:!e.includes(t)&&e.includes(i)?1:t.localeCompare(i))}catch(e){Wd({title:"Cron Scheduler",body:"Unable to fetch timezones data.",toast:{type:"critical"}},"rapid"),za.v.error(e)}})}}(0,C.Cg)([l.observable],Uc.prototype,"timezone",void 0),(0,C.Cg)([ai.dm],Uc.prototype,"connect",void 0),(0,C.Cg)([l.observable],Uc.prototype,"timeZones",void 0);const Bc=void 0,Gc={},jc=Uc.compose(Object.assign({baseName:"scheduler-timezone",styles:Hc,template:Pc,shadowOptions:Bc},Gc)),Vc=l.css`
4367
4367
  .search-bar-combobox {
4368
4368
  width: 100%;
4369
4369
  min-width: auto;
@@ -4439,7 +4439,7 @@
4439
4439
  .close-icon {
4440
4440
  color: var(--accent-fill-rest);
4441
4441
  }
4442
- `,Wc=(e="start")=>'\n<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1" width="10px" height="10px">\n <g transform="matrix(1 0 0 1 -256 -14 )">\n <path class="cross-icon" fill="white" d="M 9.9265625 8.865937499999998 L 6.060625000000001 5 L 9.265625 1.795 L 9.9265625 1.1340624999999993 C 10.0240625 1.0365624999999996 10.0240625 0.8781249999999996 9.9265625 0.7806249999999992 L 9.219375 0.07343749999999982 C 9.121875 -0.024062500000000542 8.9634375 -0.024062500000000542 8.8659375 0.07343749999999982 L 5 3.9393750000000005 L 1.1340625 0.073125 C 1.0365625 -0.02437500000000037 0.8781250000000002 -0.02437500000000037 0.7806249999999999 0.073125 L 0.073125 0.7803125 C -0.024375000000000008 0.8778124999999998 -0.024375000000000008 1.0362499999999997 0.073125 1.13375 L 3.9393750000000005 5 L 0.073125 8.865937499999998 C -0.024375000000000008 8.9634375 -0.024375000000000008 9.121875 0.073125 9.219375000000001 L 0.7803125 9.9265625 C 0.8778125000000001 10.0240625 1.03625 10.0240625 1.13375 9.9265625 L 5 6.060625 L 8.205 9.265625 L 8.8659375 9.9265625 C 8.9634375 10.0240625 9.121875 10.0240625 9.219375 9.9265625 L 9.9265625 9.219375000000001 C 10.0240625 9.121875 10.0240625 8.9634375 9.9265625 8.865937499999998 Z " fill-rule="nonzero" fill="#c9c9c9" stroke="none" fill-opacity="0.8" transform="matrix(1 0 0 1 256 14 )"/>\n </g>\n</svg>\n',Yc=()=>'\n<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="30px" height="30px" class="bi bi-plus" viewBox="0 0 16 16">\n <path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>\n</svg>',qc=e=>l.html`
4442
+ `,Yc=(e="start")=>'\n<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1" width="10px" height="10px">\n <g transform="matrix(1 0 0 1 -256 -14 )">\n <path class="cross-icon" fill="white" d="M 9.9265625 8.865937499999998 L 6.060625000000001 5 L 9.265625 1.795 L 9.9265625 1.1340624999999993 C 10.0240625 1.0365624999999996 10.0240625 0.8781249999999996 9.9265625 0.7806249999999992 L 9.219375 0.07343749999999982 C 9.121875 -0.024062500000000542 8.9634375 -0.024062500000000542 8.8659375 0.07343749999999982 L 5 3.9393750000000005 L 1.1340625 0.073125 C 1.0365625 -0.02437500000000037 0.8781250000000002 -0.02437500000000037 0.7806249999999999 0.073125 L 0.073125 0.7803125 C -0.024375000000000008 0.8778124999999998 -0.024375000000000008 1.0362499999999997 0.073125 1.13375 L 3.9393750000000005 5 L 0.073125 8.865937499999998 C -0.024375000000000008 8.9634375 -0.024375000000000008 9.121875 0.073125 9.219375000000001 L 0.7803125 9.9265625 C 0.8778125000000001 10.0240625 1.03625 10.0240625 1.13375 9.9265625 L 5 6.060625 L 8.205 9.265625 L 8.8659375 9.9265625 C 8.9634375 10.0240625 9.121875 10.0240625 9.219375 9.9265625 L 9.9265625 9.219375000000001 C 10.0240625 9.121875 10.0240625 8.9634375 9.9265625 8.865937499999998 Z " fill-rule="nonzero" fill="#c9c9c9" stroke="none" fill-opacity="0.8" transform="matrix(1 0 0 1 256 14 )"/>\n </g>\n</svg>\n',Wc=()=>'\n<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" width="30px" height="30px" class="bi bi-plus" viewBox="0 0 16 16">\n <path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>\n</svg>',qc=e=>l.html`
4443
4443
 
4444
4444
  <label part="label" for="control" data-test-id="label" class=${e=>{var t;return(0,x.x)("label",["label-hidden",!(null===(t=e.defaultSlottedNodes)||void 0===t?void 0:t.length)])}}
4445
4445
  >
@@ -4521,7 +4521,7 @@
4521
4521
  </${e}-search-bar-combobox>
4522
4522
  `,Kc=l.html`
4523
4523
  ${e=>qc(T(e))}
4524
- `,Xc=10,Qc=3,Jc=1,Zc=(e,t)=>(new j.b).withExpression((new V.K).withField(e).withValue(t).withSerialiser(G.n.containsIgnoreCase).build()).build();class eu extends s.FoundationElement{constructor(){super(...arguments),this.searchTerm="",this.appearance="neutral",this.minlength=Qc,this.position=Mt.BELOW,this.placeholder="Start typing to search",this.clearButton=!0,this.selectedOptions=[],this.normalizeDelimiter=e=>e.trim().replace(/\t|\r\n|\n|\r|,/g," "),this.addOrReplaceSelectedText=(e,t,i)=>(null==t?void 0:t.length)>0?e.replace(t,i):e.concat(i)}clear(){this.selectedOptions=[],this.searchTerm="",this.combobox&&(this.combobox.currentValue="",this.combobox.value=""),this.$emit("selectionChange",[])}clearSearch(){this.clear()}get showClearAffordance(){var e,t,i;if(!this.clearButton)return!1;const o=(null!==(i=null!==(e=this.searchTerm)&&void 0!==e?e:null===(t=this.combobox)||void 0===t?void 0:t.value)&&void 0!==i?i:"").trim();return this.selectedOptions.length>0||o.length>0}get allSearchFieldsUsed(){var e;return!!(null===(e=this.options)||void 0===e?void 0:e.length)&&this.options.every(e=>this.selectedOptions.some(t=>t.field===e.field))}isOptionEnabled(e){return e.isEnabled?e.isEnabled(this.searchTerm,this.selectedOptions,this.minlength):this.searchTerm.length>=this.minlength&&!this.selectedOptions.some(t=>t.field===e.field)}selectedOptionsChanged(){this.applySearchInputLock()}optionsChanged(){this.applySearchInputLock()}applySearchInputLock(){this.combobox&&this.allSearchFieldsUsed&&(this.searchTerm="",this.combobox.value="",this.combobox.currentValue="",this.combobox.open=!1,this.filteredOptions=[])}inputdeleted(){this.selectedOptions.length>0&&this.unselectOption(this.selectedOptions[this.selectedOptions.length-1])}changeHandler(){const e=[];this.combobox.selectedOptions.forEach(t=>{var i,o,n;const a=t.value,s=this.searchTerm.trim();e.push({field:a,term:s,label:(null===(i=this.options.find(e=>e.field===a))||void 0===i?void 0:i.label(s))||t.text,createCriteria:null===(o=this.options.find(e=>e.field===a))||void 0===o?void 0:o.createCriteria,resourceType:null===(n=this.options.find(e=>e.field===a))||void 0===n?void 0:n.resourceType})}),this.selectedOptions=[...this.selectedOptions,...e],this.selectedOptions=this.selectedOptions.filter((e,t,i)=>t===i.findIndex(t=>e.field===t.field&&e.term===t.term)),this.combobox.value="",this.combobox.open=!1,this.$emit("selectionChange",this.selectedOptions),l.DOM.queueUpdate(()=>{setTimeout(()=>{this.selectedOptionsDiv.scrollTo(this.selectedOptionsDiv.scrollWidth,0)},Xc)})}pasteHandler(e){var t;if(this.allSearchFieldsUsed)return void e.preventDefault();this.loading=!0;const i=e.clipboardData.getData("text/plain"),o=this.normalizeDelimiter(i),n=null===(t=window.getSelection())||void 0===t?void 0:t.toString(),a=this.addOrReplaceSelectedText(this.combobox.value,n,o);(null==a?void 0:a.length)>=this.minlength&&(this.combobox.value=a,this.searchTerm=a,this.combobox.open=!0),this.loading=!1}hasSelectedOption(e,t){return this.selectedOptions.some(i=>i.term===e&&i.field===t)}unselectOption(e){this.selectedOptions=this.selectedOptions.filter(t=>t!==e),this.$emit("selectionChange",this.selectedOptions)}inputHandler(){return(0,C.sH)(this,void 0,void 0,function*(){this.allSearchFieldsUsed?this.applySearchInputLock():(this.loading=!0,this.searchTerm=this.combobox.value,this.combobox.value.length>=this.minlength&&this.filterSelectedOptions(this.combobox.value),this.loading=!1)})}filterSelectedOptions(e){this.filteredOptions=this.options.filter(t=>!this.selectedOptions.find(i=>i.field===t.field&&i.term.trim()===e.trim()))}}(0,C.Cg)([l.observable],eu.prototype,"defaultSlottedNodes",void 0),(0,C.Cg)([l.observable],eu.prototype,"options",void 0),(0,C.Cg)([l.observable],eu.prototype,"searchTerm",void 0),(0,C.Cg)([l.attr],eu.prototype,"appearance",void 0),(0,C.Cg)([l.attr],eu.prototype,"minlength",void 0),(0,C.Cg)([l.attr],eu.prototype,"position",void 0),(0,C.Cg)([l.attr],eu.prototype,"placeholder",void 0),(0,C.Cg)([l.attr],eu.prototype,"disabled",void 0),(0,C.Cg)([(0,l.attr)({attribute:"clear-button",mode:"boolean"})],eu.prototype,"clearButton",void 0),(0,C.Cg)([l.observable],eu.prototype,"loading",void 0),(0,C.Cg)([l.observable],eu.prototype,"selectedOptions",void 0),(0,C.Cg)([l.observable],eu.prototype,"filteredOptions",void 0);const tu=void 0,iu={},ou=eu.compose(Object.assign({baseName:"search-bar",template:Kc,styles:jc,shadowOptions:tu},iu)),nu=(e,t)=>l.css`
4524
+ `,Xc=10,Jc=3,Qc=1,Zc=(e,t)=>(new V.b).withExpression((new j.K).withField(e).withValue(t).withSerialiser(G.n.containsIgnoreCase).build()).build();class eu extends s.FoundationElement{constructor(){super(...arguments),this.searchTerm="",this.appearance="neutral",this.minlength=Jc,this.position=Mt.BELOW,this.placeholder="Start typing to search",this.clearButton=!0,this.selectedOptions=[],this.normalizeDelimiter=e=>e.trim().replace(/\t|\r\n|\n|\r|,/g," "),this.addOrReplaceSelectedText=(e,t,i)=>(null==t?void 0:t.length)>0?e.replace(t,i):e.concat(i)}clear(){this.selectedOptions=[],this.searchTerm="",this.combobox&&(this.combobox.currentValue="",this.combobox.value=""),this.$emit("selectionChange",[])}clearSearch(){this.clear()}get showClearAffordance(){var e,t,i;if(!this.clearButton)return!1;const o=(null!==(i=null!==(e=this.searchTerm)&&void 0!==e?e:null===(t=this.combobox)||void 0===t?void 0:t.value)&&void 0!==i?i:"").trim();return this.selectedOptions.length>0||o.length>0}get allSearchFieldsUsed(){var e;return!!(null===(e=this.options)||void 0===e?void 0:e.length)&&this.options.every(e=>this.selectedOptions.some(t=>t.field===e.field))}isOptionEnabled(e){return e.isEnabled?e.isEnabled(this.searchTerm,this.selectedOptions,this.minlength):this.searchTerm.length>=this.minlength&&!this.selectedOptions.some(t=>t.field===e.field)}selectedOptionsChanged(){this.applySearchInputLock()}optionsChanged(){this.applySearchInputLock()}applySearchInputLock(){this.combobox&&this.allSearchFieldsUsed&&(this.searchTerm="",this.combobox.value="",this.combobox.currentValue="",this.combobox.open=!1,this.filteredOptions=[])}inputdeleted(){this.selectedOptions.length>0&&this.unselectOption(this.selectedOptions[this.selectedOptions.length-1])}changeHandler(){const e=[];this.combobox.selectedOptions.forEach(t=>{var i,o,n;const a=t.value,s=this.searchTerm.trim();e.push({field:a,term:s,label:(null===(i=this.options.find(e=>e.field===a))||void 0===i?void 0:i.label(s))||t.text,createCriteria:null===(o=this.options.find(e=>e.field===a))||void 0===o?void 0:o.createCriteria,resourceType:null===(n=this.options.find(e=>e.field===a))||void 0===n?void 0:n.resourceType})}),this.selectedOptions=[...this.selectedOptions,...e],this.selectedOptions=this.selectedOptions.filter((e,t,i)=>t===i.findIndex(t=>e.field===t.field&&e.term===t.term)),this.combobox.value="",this.combobox.open=!1,this.$emit("selectionChange",this.selectedOptions),l.DOM.queueUpdate(()=>{setTimeout(()=>{this.selectedOptionsDiv.scrollTo(this.selectedOptionsDiv.scrollWidth,0)},Xc)})}pasteHandler(e){var t;if(this.allSearchFieldsUsed)return void e.preventDefault();this.loading=!0;const i=e.clipboardData.getData("text/plain"),o=this.normalizeDelimiter(i),n=null===(t=window.getSelection())||void 0===t?void 0:t.toString(),a=this.addOrReplaceSelectedText(this.combobox.value,n,o);(null==a?void 0:a.length)>=this.minlength&&(this.combobox.value=a,this.searchTerm=a,this.combobox.open=!0),this.loading=!1}hasSelectedOption(e,t){return this.selectedOptions.some(i=>i.term===e&&i.field===t)}unselectOption(e){this.selectedOptions=this.selectedOptions.filter(t=>t!==e),this.$emit("selectionChange",this.selectedOptions)}inputHandler(){return(0,C.sH)(this,void 0,void 0,function*(){this.allSearchFieldsUsed?this.applySearchInputLock():(this.loading=!0,this.searchTerm=this.combobox.value,this.combobox.value.length>=this.minlength&&this.filterSelectedOptions(this.combobox.value),this.loading=!1)})}filterSelectedOptions(e){this.filteredOptions=this.options.filter(t=>!this.selectedOptions.find(i=>i.field===t.field&&i.term.trim()===e.trim()))}}(0,C.Cg)([l.observable],eu.prototype,"defaultSlottedNodes",void 0),(0,C.Cg)([l.observable],eu.prototype,"options",void 0),(0,C.Cg)([l.observable],eu.prototype,"searchTerm",void 0),(0,C.Cg)([l.attr],eu.prototype,"appearance",void 0),(0,C.Cg)([l.attr],eu.prototype,"minlength",void 0),(0,C.Cg)([l.attr],eu.prototype,"position",void 0),(0,C.Cg)([l.attr],eu.prototype,"placeholder",void 0),(0,C.Cg)([l.attr],eu.prototype,"disabled",void 0),(0,C.Cg)([(0,l.attr)({attribute:"clear-button",mode:"boolean"})],eu.prototype,"clearButton",void 0),(0,C.Cg)([l.observable],eu.prototype,"loading",void 0),(0,C.Cg)([l.observable],eu.prototype,"selectedOptions",void 0),(0,C.Cg)([l.observable],eu.prototype,"filteredOptions",void 0);const tu=void 0,iu={},ou=eu.compose(Object.assign({baseName:"search-bar",template:Kc,styles:Vc,shadowOptions:tu},iu)),nu=(e,t)=>l.css`
4525
4525
  ${pi(e,t)}
4526
4526
  .control {
4527
4527
  width: auto;
@@ -4610,7 +4610,7 @@
4610
4610
  ></slot>
4611
4611
  </div>
4612
4612
  </template>
4613
- `,su=new Set(["Backspace","Delete","Tab","Escape","ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Home","End"]);class ru extends r.Combobox{constructor(){super(...arguments),this.minlength=Jc,this.previousLength=-1,this.changeListener=e=>{this.previousLength=0}}connectedCallback(){super.connectedCallback(),this.addEventListener("change",this.changeListener)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("change",this.changeListener)}clickHandler(e){if(!this.disabled){if(this.open){const t=e.target.closest("option,[role=option]");if(!t||t.disabled)return;this.selectedOptions=[t],this.control.value=t.text,this.value=this.control.value,this.$emit("change")}this.control.focus()}}keyupHandler(e){switch(e.key){case"Backspace":case"Delete":this.previousLength<0?this.$emit("inputdeleted"):this.previousLength=this.previousLength-1;break;case"Enter":if(this.open&&-1!==this.selectedIndex){const e=this.slottedOptions[0];this.selectedOptions=[e],this.control.value=e.text,this.value=this.control.value,this.$emit("change")}}super.keyupHandler(e)}keydownHandler(e){const t=e.key;if(this.inputLocked){const i=e.ctrlKey||e.metaKey||e.altKey;if(!(su.has(t)||i))return e.preventDefault(),!1}switch(t){case"ArrowUp":case"ArrowDown":return this.control.value.length<this.minlength?void 0:super.keydownHandler(e);case"Enter":return-1!==this.selectedIndex&&super.keydownHandler(e);case"Tab":if(!this.open)return!0;e.shiftKey?this.selectPreviousOption():this.selectNextOption();break;default:return super.keydownHandler(e)}}inputHandler(e){if(this.inputLocked)return this.control.value="",this.value="",this.open=!1,void e.stopImmediatePropagation();this.control.value.length>=this.minlength?this.open=!0:(e.stopImmediatePropagation(),this.open=!1),this.value=this.control.value,this.previousLength=this.control.value.length}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),void this.focusAndScrollOptionIntoView();this.ariaControls="",this.ariaExpanded="false"}}(0,C.Cg)([l.attr],ru.prototype,"minlength",void 0),(0,C.Cg)([l.observable],ru.prototype,"inputLocked",void 0);const lu={delegatesFocus:!0,mode:"open"},du={},cu=ru.compose(Object.assign({baseName:"search-bar-combobox",template:au,styles:nu,shadowOptions:lu},du)),uu=l.css`
4613
+ `,su=new Set(["Backspace","Delete","Tab","Escape","ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Home","End"]);class ru extends r.Combobox{constructor(){super(...arguments),this.minlength=Qc,this.previousLength=-1,this.changeListener=e=>{this.previousLength=0}}connectedCallback(){super.connectedCallback(),this.addEventListener("change",this.changeListener)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("change",this.changeListener)}clickHandler(e){if(!this.disabled){if(this.open){const t=e.target.closest("option,[role=option]");if(!t||t.disabled)return;this.selectedOptions=[t],this.control.value=t.text,this.value=this.control.value,this.$emit("change")}this.control.focus()}}keyupHandler(e){switch(e.key){case"Backspace":case"Delete":this.previousLength<0?this.$emit("inputdeleted"):this.previousLength=this.previousLength-1;break;case"Enter":if(this.open&&-1!==this.selectedIndex){const e=this.slottedOptions[0];this.selectedOptions=[e],this.control.value=e.text,this.value=this.control.value,this.$emit("change")}}super.keyupHandler(e)}keydownHandler(e){const t=e.key;if(this.inputLocked){const i=e.ctrlKey||e.metaKey||e.altKey;if(!(su.has(t)||i))return e.preventDefault(),!1}switch(t){case"ArrowUp":case"ArrowDown":return this.control.value.length<this.minlength?void 0:super.keydownHandler(e);case"Enter":return-1!==this.selectedIndex&&super.keydownHandler(e);case"Tab":if(!this.open)return!0;e.shiftKey?this.selectPreviousOption():this.selectNextOption();break;default:return super.keydownHandler(e)}}inputHandler(e){if(this.inputLocked)return this.control.value="",this.value="",this.open=!1,void e.stopImmediatePropagation();this.control.value.length>=this.minlength?this.open=!0:(e.stopImmediatePropagation(),this.open=!1),this.value=this.control.value,this.previousLength=this.control.value.length}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),void this.focusAndScrollOptionIntoView();this.ariaControls="",this.ariaExpanded="false"}}(0,C.Cg)([l.attr],ru.prototype,"minlength",void 0),(0,C.Cg)([l.observable],ru.prototype,"inputLocked",void 0);const lu={delegatesFocus:!0,mode:"open"},du={},cu=ru.compose(Object.assign({baseName:"search-bar-combobox",template:au,styles:nu,shadowOptions:lu},du)),uu=l.css`
4614
4614
  :host {
4615
4615
  display: block;
4616
4616
  width: 100%;
@@ -4848,7 +4848,7 @@
4848
4848
  </div>
4849
4849
  </template>
4850
4850
  `;var t}}
4851
- `,pu=(0,Je.createLogger)("SectionNavigator"),mu="section-navigator",gu={setState:`${mu}-set-state`,setStates:`${mu}-set-states`,clearState:`${mu}-clear-state`,clearAllStates:`${mu}-clear-all-states`},vu={active:"Active",inactive:"Inactive",pending:"Pending",disabled:"Disabled",error:"Error",completed:"Completed"},fu={active:{name:"circle-dot",variant:"solid"},inactive:{name:"times-circle",variant:"regular"},pending:{name:"clock",variant:"solid"},disabled:{name:"ban",variant:"solid"},error:{name:"times",variant:"solid"},completed:{name:"check",variant:"solid"}};class bu extends s.FoundationElement{constructor(){super(...arguments),this.sections=[],this.scrollBehavior="top",this.stateTooltips=vu,this.stateIcons=fu,this.disableAutoScrollDetection=!1,this.userClickedSection=!1,this.isUserScrolling=!1,this.sectionItems=[],this.activeSection=""}sectionsChanged(){this.setSectionItems(),this.setActiveSection(),this.updateScrollDetection()}disableAutoScrollDetectionChanged(){this.updateScrollDetection()}scrollBehaviorChanged(){this.updateSpacer()}connectedCallback(){super.connectedCallback(),this.setSectionItems(),this.setActiveSection(),this.updateSpacer(),this.setupStateEventListeners(),this.updateScrollDetection()}setSectionItems(){if(!Array.isArray(this.sections))return pu.warn("Sections must be an array"),void(this.sectionItems=[]);this.sectionItems=this.sections}setActiveSection(){this.sectionItems.length>0&&!this.activeSection&&(this.activeSection=this.sectionItems[0].name)}handleSectionClick(e){this.activeSection=e,this.userClickedSection=!0,this.scrollToSection(e)}updateSpacer(){var e;if(this.sectionContent){if(null===(e=this.spacerElement)||void 0===e||e.remove(),this.spacerElement=void 0,"top"===this.scrollBehavior)try{const e=this.sectionContent.clientHeight,t=this.sectionContent.querySelector(".content-section:last-child");if(t){const i=t.offsetHeight,o=20,n=Math.max(0,e-i-o);this.spacerElement=document.createElement("div"),this.spacerElement.className="scroll-spacer",this.spacerElement.style.height=`${n}px`,this.spacerElement.style.pointerEvents="none",this.sectionContent.appendChild(this.spacerElement)}}catch(e){pu.error("Error updating spacer:",e)}}else pu.warn("Section content element not found")}scrollToSection(e){if(this.sectionContent)try{const t=this.sectionContent.querySelector(`[data-section="${e}"]`);if(!t)return void pu.warn(`Section "${e}" not found`);const i=t.offsetTop-this.sectionContent.offsetTop;this.sectionContent.scrollTo({top:i,behavior:"smooth"}),this.setupScrollEndDetection()}catch(e){pu.error("Error scrolling to section:",e)}else pu.warn("Section content not available")}updateScrollDetection(){this.cleanupScrollDetection(),!this.disableAutoScrollDetection&&this.sectionContent&&this.setupScrollDetection()}setupScrollDetection(){if(this.sectionContent)try{this.scrollCheckHandler=()=>{this.isUserScrolling&&!this.userClickedSection&&(this.scrollDebounceTimeout&&clearTimeout(this.scrollDebounceTimeout),this.scrollDebounceTimeout=window.setTimeout(()=>{this.updateActiveSectionBasedOnScrollPosition()},bu.SCROLL_DEBOUNCE_TIMEOUT))},this.sectionContent.addEventListener("scroll",this.scrollCheckHandler,{passive:!0});const e=()=>{this.isUserScrolling=!0},t=()=>{this.isUserScrolling=!1,this.userClickedSection=!1};let i;this.sectionContent.addEventListener("wheel",e,{passive:!0}),this.sectionContent.addEventListener("touchstart",e,{passive:!0}),this.sectionContent.addEventListener("mousedown",e,{passive:!0}),this.sectionContent.addEventListener("scrollend",t,{passive:!0}),this.sectionContent.addEventListener("scroll",()=>{clearTimeout(i),i=window.setTimeout(t,bu.SCROLL_END_TIMEOUT)},{passive:!0})}catch(e){pu.error("Error setting up scroll detection:",e)}else pu.warn("Section content not available for scroll detection")}updateActiveSectionBasedOnScrollPosition(){if(!this.sectionContent)return;const e=this.sectionContent.scrollTop+this.sectionContent.clientHeight/2;let t=null,i=1/0;this.sectionItems.forEach(o=>{const n=this.sectionContent.querySelector(`[data-section="${o.name}"]`);if(n){const a=n.offsetTop+n.clientHeight/2,s=Math.abs(a-e);s<i&&(i=s,t=o.name)}}),t&&t!==this.activeSection&&(this.activeSection=t)}setupScrollEndDetection(){this.sectionContent&&(this.cleanupScrollEndDetection(),this.scrollEndHandler=()=>{this.userClickedSection=!1,this.cleanupScrollEndDetection()},this.sectionContent.addEventListener("scroll",this.scrollEndHandler,{passive:!0}))}cleanupScrollEndDetection(){this.scrollEndHandler&&this.sectionContent&&(this.sectionContent.removeEventListener("scroll",this.scrollEndHandler),this.scrollEndHandler=void 0)}cleanupScrollDetection(){this.scrollCheckHandler&&this.sectionContent&&(this.sectionContent.removeEventListener("scroll",this.scrollCheckHandler),this.scrollCheckHandler=void 0),this.scrollDebounceTimeout&&(clearTimeout(this.scrollDebounceTimeout),this.scrollDebounceTimeout=void 0),this.cleanupScrollEndDetection()}setupStateEventListeners(){this.sectionContent?(this.handleSetStateRef=e=>{try{const{sectionName:t,stateName:i}=e.detail;this.addState(t,i)}catch(e){pu.error("Error handling set-state event:",e)}},this.handleSetStatesRef=e=>{try{const{sectionName:t,stateNames:i}=e.detail;this.addStates(t,i)}catch(e){pu.error("Error handling set-states event:",e)}},this.handleClearStateRef=e=>{try{const{sectionName:t,stateName:i}=e.detail;this.clearState(t,i)}catch(e){pu.error("Error handling clear-state event:",e)}},this.handleClearAllStatesRef=e=>{try{const{sectionName:t}=e.detail;t?this.clearAllStates(t):this.clearAllStatesInAllSections()}catch(e){pu.error("Error handling clear-all-states event:",e)}},this.handleGenericStateEventRef=e=>{try{const t=e.type,i=e.detail;if(null==i?void 0:i.sectionName)return;const o=e.target.closest("[data-section]");let n=null==o?void 0:o.getAttribute("data-section");if(!n){const t=e.target.closest("[slot]");n=(null==t?void 0:t.getAttribute("slot"))||this.activeSection}n||(n=this.activeSection),e.stopPropagation(),e.preventDefault();const a=Object.assign(Object.assign({},i),{sectionName:n}),s=new CustomEvent(t,{detail:a,bubbles:!0,cancelable:!0});this.dispatchEvent(s)}catch(e){pu.error("Error handling generic state event:",e)}},this.addEventListener(gu.setState,this.handleSetStateRef),this.addEventListener(gu.setStates,this.handleSetStatesRef),this.addEventListener(gu.clearState,this.handleClearStateRef),this.addEventListener(gu.clearAllStates,this.handleClearAllStatesRef),this.sectionContent.addEventListener(gu.setState,this.handleGenericStateEventRef,!0),this.sectionContent.addEventListener(gu.setStates,this.handleGenericStateEventRef,!0),this.sectionContent.addEventListener(gu.clearState,this.handleGenericStateEventRef,!0),this.sectionContent.addEventListener(gu.clearAllStates,this.handleGenericStateEventRef,!0)):pu.warn("Section content not available for event listeners")}updateSectionStates(e,t){const i=this.sectionItems.findIndex(t=>t.name===e);if(-1!==i){const e=Object.assign(Object.assign({},this.sectionItems[i]),{states:t});this.sectionItems=[...this.sectionItems.slice(0,i),e,...this.sectionItems.slice(i+1)]}}addState(e,t){if(!e||!t)return void pu.warn("Section name and state name are required");const i=this.sectionItems.findIndex(t=>t.name===e);if(-1===i)return void pu.warn(`Section "${e}" not found`);const o=this.sectionItems[i].states||[];if(!o.includes(t)){const i=[...o,t];this.updateSectionStates(e,i)}}addStates(e,t){if(!e||!Array.isArray(t))return void pu.warn("Section name and state names array are required");const i=this.sectionItems.findIndex(t=>t.name===e);if(-1===i)return void pu.warn(`Section "${e}" not found`);const o=[...this.sectionItems[i].states||[]];t.forEach(e=>{o.includes(e)||o.push(e)}),this.updateSectionStates(e,o)}clearState(e,t){if(!e||!t)return void pu.warn("Section name and state name are required");const i=this.sectionItems.findIndex(t=>t.name===e);if(-1===i)return void pu.warn(`Section "${e}" not found`);const o=this.sectionItems[i].states||[],n=o.indexOf(t);if(n>-1){const t=o.filter((e,t)=>t!==n);this.updateSectionStates(e,t)}}clearAllStates(e){if(!e)return void pu.warn("Section name is required");-1!==this.sectionItems.findIndex(t=>t.name===e)?this.updateSectionStates(e,[]):pu.warn(`Section "${e}" not found`)}clearAllStatesInAllSections(){this.sectionItems=this.sectionItems.map(e=>Object.assign(Object.assign({},e),{states:[]}))}getStateTooltip(e){return e?this.stateTooltips[e]||"":(pu.warn("State name is required"),"")}getSectionStateClass(e){if(!e)return pu.warn("Section is required"),"state-none";const t=e.states||[];if(0===t.length)return"state-none";if(t.length>1)return"state-multiple";return`state-${t[0]}`}getStateIcon(e){return e?this.stateIcons[e]||fu[e]:(pu.warn("State name is required"),fu.active)}disconnectedCallback(){var e;super.disconnectedCallback(),this.handleSetStateRef&&this.removeEventListener(gu.setState,this.handleSetStateRef),this.handleSetStatesRef&&this.removeEventListener(gu.setStates,this.handleSetStatesRef),this.handleClearStateRef&&this.removeEventListener(gu.clearState,this.handleClearStateRef),this.handleClearAllStatesRef&&this.removeEventListener(gu.clearAllStates,this.handleClearAllStatesRef),this.handleGenericStateEventRef&&this.sectionContent&&(this.sectionContent.removeEventListener(gu.setState,this.handleGenericStateEventRef,!0),this.sectionContent.removeEventListener(gu.setStates,this.handleGenericStateEventRef,!0),this.sectionContent.removeEventListener(gu.clearState,this.handleGenericStateEventRef,!0),this.sectionContent.removeEventListener(gu.clearAllStates,this.handleGenericStateEventRef,!0)),this.cleanupScrollDetection(),null===(e=this.spacerElement)||void 0===e||e.remove(),this.spacerElement=void 0}}bu.SCROLL_END_TIMEOUT=150,bu.SCROLL_DEBOUNCE_TIMEOUT=100,(0,C.Cg)([l.observable],bu.prototype,"sections",void 0),(0,C.Cg)([(0,l.attr)({attribute:"scroll-behavior"})],bu.prototype,"scrollBehavior",void 0),(0,C.Cg)([(0,l.attr)({attribute:"state-tooltips"})],bu.prototype,"stateTooltips",void 0),(0,C.Cg)([(0,l.attr)({attribute:"state-icons"})],bu.prototype,"stateIcons",void 0),(0,C.Cg)([(0,l.attr)({attribute:"disable-auto-scroll-detection",mode:"boolean"})],bu.prototype,"disableAutoScrollDetection",void 0),(0,C.Cg)([l.observable],bu.prototype,"sectionItems",void 0),(0,C.Cg)([l.observable],bu.prototype,"activeSection",void 0);const yu={mode:"open"},wu={},Cu=bu.compose(Object.assign({baseName:"foundation-section-navigator",template:hu,styles:uu,shadowOptions:yu},wu)),xu=(e,t)=>l.css`
4851
+ `,pu=(0,Qe.createLogger)("SectionNavigator"),mu="section-navigator",gu={setState:`${mu}-set-state`,setStates:`${mu}-set-states`,clearState:`${mu}-clear-state`,clearAllStates:`${mu}-clear-all-states`},vu={active:"Active",inactive:"Inactive",pending:"Pending",disabled:"Disabled",error:"Error",completed:"Completed"},fu={active:{name:"circle-dot",variant:"solid"},inactive:{name:"times-circle",variant:"regular"},pending:{name:"clock",variant:"solid"},disabled:{name:"ban",variant:"solid"},error:{name:"times",variant:"solid"},completed:{name:"check",variant:"solid"}};class bu extends s.FoundationElement{constructor(){super(...arguments),this.sections=[],this.scrollBehavior="top",this.stateTooltips=vu,this.stateIcons=fu,this.disableAutoScrollDetection=!1,this.userClickedSection=!1,this.isUserScrolling=!1,this.sectionItems=[],this.activeSection=""}sectionsChanged(){this.setSectionItems(),this.setActiveSection(),this.updateScrollDetection()}disableAutoScrollDetectionChanged(){this.updateScrollDetection()}scrollBehaviorChanged(){this.updateSpacer()}connectedCallback(){super.connectedCallback(),this.setSectionItems(),this.setActiveSection(),this.updateSpacer(),this.setupStateEventListeners(),this.updateScrollDetection()}setSectionItems(){if(!Array.isArray(this.sections))return pu.warn("Sections must be an array"),void(this.sectionItems=[]);this.sectionItems=this.sections}setActiveSection(){this.sectionItems.length>0&&!this.activeSection&&(this.activeSection=this.sectionItems[0].name)}handleSectionClick(e){this.activeSection=e,this.userClickedSection=!0,this.scrollToSection(e)}updateSpacer(){var e;if(this.sectionContent){if(null===(e=this.spacerElement)||void 0===e||e.remove(),this.spacerElement=void 0,"top"===this.scrollBehavior)try{const e=this.sectionContent.clientHeight,t=this.sectionContent.querySelector(".content-section:last-child");if(t){const i=t.offsetHeight,o=20,n=Math.max(0,e-i-o);this.spacerElement=document.createElement("div"),this.spacerElement.className="scroll-spacer",this.spacerElement.style.height=`${n}px`,this.spacerElement.style.pointerEvents="none",this.sectionContent.appendChild(this.spacerElement)}}catch(e){pu.error("Error updating spacer:",e)}}else pu.warn("Section content element not found")}scrollToSection(e){if(this.sectionContent)try{const t=this.sectionContent.querySelector(`[data-section="${e}"]`);if(!t)return void pu.warn(`Section "${e}" not found`);const i=t.offsetTop-this.sectionContent.offsetTop;this.sectionContent.scrollTo({top:i,behavior:"smooth"}),this.setupScrollEndDetection()}catch(e){pu.error("Error scrolling to section:",e)}else pu.warn("Section content not available")}updateScrollDetection(){this.cleanupScrollDetection(),!this.disableAutoScrollDetection&&this.sectionContent&&this.setupScrollDetection()}setupScrollDetection(){if(this.sectionContent)try{this.scrollCheckHandler=()=>{this.isUserScrolling&&!this.userClickedSection&&(this.scrollDebounceTimeout&&clearTimeout(this.scrollDebounceTimeout),this.scrollDebounceTimeout=window.setTimeout(()=>{this.updateActiveSectionBasedOnScrollPosition()},bu.SCROLL_DEBOUNCE_TIMEOUT))},this.sectionContent.addEventListener("scroll",this.scrollCheckHandler,{passive:!0});const e=()=>{this.isUserScrolling=!0},t=()=>{this.isUserScrolling=!1,this.userClickedSection=!1};let i;this.sectionContent.addEventListener("wheel",e,{passive:!0}),this.sectionContent.addEventListener("touchstart",e,{passive:!0}),this.sectionContent.addEventListener("mousedown",e,{passive:!0}),this.sectionContent.addEventListener("scrollend",t,{passive:!0}),this.sectionContent.addEventListener("scroll",()=>{clearTimeout(i),i=window.setTimeout(t,bu.SCROLL_END_TIMEOUT)},{passive:!0})}catch(e){pu.error("Error setting up scroll detection:",e)}else pu.warn("Section content not available for scroll detection")}updateActiveSectionBasedOnScrollPosition(){if(!this.sectionContent)return;const e=this.sectionContent.scrollTop+this.sectionContent.clientHeight/2;let t=null,i=1/0;this.sectionItems.forEach(o=>{const n=this.sectionContent.querySelector(`[data-section="${o.name}"]`);if(n){const a=n.offsetTop+n.clientHeight/2,s=Math.abs(a-e);s<i&&(i=s,t=o.name)}}),t&&t!==this.activeSection&&(this.activeSection=t)}setupScrollEndDetection(){this.sectionContent&&(this.cleanupScrollEndDetection(),this.scrollEndHandler=()=>{this.userClickedSection=!1,this.cleanupScrollEndDetection()},this.sectionContent.addEventListener("scroll",this.scrollEndHandler,{passive:!0}))}cleanupScrollEndDetection(){this.scrollEndHandler&&this.sectionContent&&(this.sectionContent.removeEventListener("scroll",this.scrollEndHandler),this.scrollEndHandler=void 0)}cleanupScrollDetection(){this.scrollCheckHandler&&this.sectionContent&&(this.sectionContent.removeEventListener("scroll",this.scrollCheckHandler),this.scrollCheckHandler=void 0),this.scrollDebounceTimeout&&(clearTimeout(this.scrollDebounceTimeout),this.scrollDebounceTimeout=void 0),this.cleanupScrollEndDetection()}setupStateEventListeners(){this.sectionContent?(this.handleSetStateRef=e=>{try{const{sectionName:t,stateName:i}=e.detail;this.addState(t,i)}catch(e){pu.error("Error handling set-state event:",e)}},this.handleSetStatesRef=e=>{try{const{sectionName:t,stateNames:i}=e.detail;this.addStates(t,i)}catch(e){pu.error("Error handling set-states event:",e)}},this.handleClearStateRef=e=>{try{const{sectionName:t,stateName:i}=e.detail;this.clearState(t,i)}catch(e){pu.error("Error handling clear-state event:",e)}},this.handleClearAllStatesRef=e=>{try{const{sectionName:t}=e.detail;t?this.clearAllStates(t):this.clearAllStatesInAllSections()}catch(e){pu.error("Error handling clear-all-states event:",e)}},this.handleGenericStateEventRef=e=>{try{const t=e.type,i=e.detail;if(null==i?void 0:i.sectionName)return;const o=e.target.closest("[data-section]");let n=null==o?void 0:o.getAttribute("data-section");if(!n){const t=e.target.closest("[slot]");n=(null==t?void 0:t.getAttribute("slot"))||this.activeSection}n||(n=this.activeSection),e.stopPropagation(),e.preventDefault();const a=Object.assign(Object.assign({},i),{sectionName:n}),s=new CustomEvent(t,{detail:a,bubbles:!0,cancelable:!0});this.dispatchEvent(s)}catch(e){pu.error("Error handling generic state event:",e)}},this.addEventListener(gu.setState,this.handleSetStateRef),this.addEventListener(gu.setStates,this.handleSetStatesRef),this.addEventListener(gu.clearState,this.handleClearStateRef),this.addEventListener(gu.clearAllStates,this.handleClearAllStatesRef),this.sectionContent.addEventListener(gu.setState,this.handleGenericStateEventRef,!0),this.sectionContent.addEventListener(gu.setStates,this.handleGenericStateEventRef,!0),this.sectionContent.addEventListener(gu.clearState,this.handleGenericStateEventRef,!0),this.sectionContent.addEventListener(gu.clearAllStates,this.handleGenericStateEventRef,!0)):pu.warn("Section content not available for event listeners")}updateSectionStates(e,t){const i=this.sectionItems.findIndex(t=>t.name===e);if(-1!==i){const e=Object.assign(Object.assign({},this.sectionItems[i]),{states:t});this.sectionItems=[...this.sectionItems.slice(0,i),e,...this.sectionItems.slice(i+1)]}}addState(e,t){if(!e||!t)return void pu.warn("Section name and state name are required");const i=this.sectionItems.findIndex(t=>t.name===e);if(-1===i)return void pu.warn(`Section "${e}" not found`);const o=this.sectionItems[i].states||[];if(!o.includes(t)){const i=[...o,t];this.updateSectionStates(e,i)}}addStates(e,t){if(!e||!Array.isArray(t))return void pu.warn("Section name and state names array are required");const i=this.sectionItems.findIndex(t=>t.name===e);if(-1===i)return void pu.warn(`Section "${e}" not found`);const o=[...this.sectionItems[i].states||[]];t.forEach(e=>{o.includes(e)||o.push(e)}),this.updateSectionStates(e,o)}clearState(e,t){if(!e||!t)return void pu.warn("Section name and state name are required");const i=this.sectionItems.findIndex(t=>t.name===e);if(-1===i)return void pu.warn(`Section "${e}" not found`);const o=this.sectionItems[i].states||[],n=o.indexOf(t);if(n>-1){const t=o.filter((e,t)=>t!==n);this.updateSectionStates(e,t)}}clearAllStates(e){if(!e)return void pu.warn("Section name is required");-1!==this.sectionItems.findIndex(t=>t.name===e)?this.updateSectionStates(e,[]):pu.warn(`Section "${e}" not found`)}clearAllStatesInAllSections(){this.sectionItems=this.sectionItems.map(e=>Object.assign(Object.assign({},e),{states:[]}))}getStateTooltip(e){return e?this.stateTooltips[e]||"":(pu.warn("State name is required"),"")}getSectionStateClass(e){if(!e)return pu.warn("Section is required"),"state-none";const t=e.states||[];if(0===t.length)return"state-none";if(t.length>1)return"state-multiple";return`state-${t[0]}`}getStateIcon(e){return e?this.stateIcons[e]||fu[e]:(pu.warn("State name is required"),fu.active)}disconnectedCallback(){var e;super.disconnectedCallback(),this.handleSetStateRef&&this.removeEventListener(gu.setState,this.handleSetStateRef),this.handleSetStatesRef&&this.removeEventListener(gu.setStates,this.handleSetStatesRef),this.handleClearStateRef&&this.removeEventListener(gu.clearState,this.handleClearStateRef),this.handleClearAllStatesRef&&this.removeEventListener(gu.clearAllStates,this.handleClearAllStatesRef),this.handleGenericStateEventRef&&this.sectionContent&&(this.sectionContent.removeEventListener(gu.setState,this.handleGenericStateEventRef,!0),this.sectionContent.removeEventListener(gu.setStates,this.handleGenericStateEventRef,!0),this.sectionContent.removeEventListener(gu.clearState,this.handleGenericStateEventRef,!0),this.sectionContent.removeEventListener(gu.clearAllStates,this.handleGenericStateEventRef,!0)),this.cleanupScrollDetection(),null===(e=this.spacerElement)||void 0===e||e.remove(),this.spacerElement=void 0}}bu.SCROLL_END_TIMEOUT=150,bu.SCROLL_DEBOUNCE_TIMEOUT=100,(0,C.Cg)([l.observable],bu.prototype,"sections",void 0),(0,C.Cg)([(0,l.attr)({attribute:"scroll-behavior"})],bu.prototype,"scrollBehavior",void 0),(0,C.Cg)([(0,l.attr)({attribute:"state-tooltips"})],bu.prototype,"stateTooltips",void 0),(0,C.Cg)([(0,l.attr)({attribute:"state-icons"})],bu.prototype,"stateIcons",void 0),(0,C.Cg)([(0,l.attr)({attribute:"disable-auto-scroll-detection",mode:"boolean"})],bu.prototype,"disableAutoScrollDetection",void 0),(0,C.Cg)([l.observable],bu.prototype,"sectionItems",void 0),(0,C.Cg)([l.observable],bu.prototype,"activeSection",void 0);const yu={mode:"open"},wu={},Cu=bu.compose(Object.assign({baseName:"foundation-section-navigator",template:hu,styles:uu,shadowOptions:yu},wu)),xu=(e,t)=>l.css`
4852
4852
  ${(0,r.radioGroupStyles)(e,t)}
4853
4853
  ::slotted(foundation-segmented-item:first-of-type) {
4854
4854
  border-radius: calc(var(--control-corner-radius) * 1px) 0 0
@@ -4872,7 +4872,7 @@
4872
4872
  :host([aria-checked='true']) {
4873
4873
  background: var(--accent-foreground-rest);
4874
4874
  }
4875
- `,Iu=(e,t)=>l.html`
4875
+ `,Du=(e,t)=>l.html`
4876
4876
  <template
4877
4877
  role="radio"
4878
4878
  aria-checked="${e=>e.checked}"
@@ -4886,7 +4886,7 @@
4886
4886
  <slot></slot>
4887
4887
  </span>
4888
4888
  </template>
4889
- `;class Du extends r.Radio{}const Ru=void 0,Au={},Lu=Du.compose(Object.assign({baseName:"segmented-item",template:Iu,styles:ku,shadowOptions:Ru},Au)),Nu=(e,t)=>l.css`
4889
+ `;class Iu extends r.Radio{}const Au=void 0,Lu={},Ru=Iu.compose(Object.assign({baseName:"segmented-item",template:Du,styles:ku,shadowOptions:Au},Lu)),Nu=(e,t)=>l.css`
4890
4890
  ${(0,r.selectStyles)(e,t)}
4891
4891
 
4892
4892
  :host(:not([size]):not([multiple]):not([open]):focus-visible), :host([multiple]:focus-visible), :host([size]:focus-visible),
@@ -4896,17 +4896,17 @@
4896
4896
  }
4897
4897
  `,Fu=(e,t)=>(0,s.selectTemplate)(e,t);class Mu extends r.Select{slottedOptionsChanged(e,t){const i=this.value;super.slottedOptionsChanged(e,t),this.selectedIndex=-1;const o=[];this.slottedOptions&&this.slottedOptions.forEach(e=>{const t=e.nodeName.toLowerCase();if(t.endsWith("-optgroup")){const t=Array.from(e.children).filter(e=>{const t=e.nodeName.toLowerCase();return"option"===e.getAttribute("role")||t.endsWith("-option")});o.push(...t)}else("option"===e.getAttribute("role")||t.endsWith("-option"))&&o.push(e)}),this.options=o,i&&(this.value=i),-1===this.selectedIndex&&this.options.length>0&&(this.selectedIndex=0)}focusAndScrollOptionIntoView(e=this.firstSelectedOption){this.contains(function(e){const t=e.getRootNode();return t instanceof ShadowRoot?t.activeElement:document.activeElement}(this))&&null!==e&&(e.focus(),requestAnimationFrame(()=>{e.scrollIntoView({block:"nearest"})}))}openChanged(e,t){if(this.collapsible){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),this.indexWhenOpened=this.selectedIndex,void l.DOM.queueUpdate(()=>this.focus());this.ariaControls="",this.ariaExpanded="false"}}keydownHandler(e){switch(e.key){case"ArrowDown":case"ArrowUp":if(this.open){const e=this.options[this.selectedIndex];null==e||e.scrollIntoView({block:"center",behavior:"auto"})}else this.open=!0}return super.keydownHandler(e)}}const _u=void 0,Hu={indicator:'\n <svg\n class="select-indicator"\n part="select-indicator"\n viewBox="0 0 12 7"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M11.85.65c.2.2.2.5 0 .7L6.4 6.84a.55.55 0 01-.78 0L.14 1.35a.5.5 0 11.71-.7L6 5.8 11.15.65c.2-.2.5-.2.7 0z"\n />\n </svg>\n '},zu=Mu.compose(Object.assign({baseName:"select",template:Fu,styles:Nu,shadowOptions:_u},Hu)),Pu=(e,t)=>l.css`
4898
4898
  ${(0,r.skeletonStyles)(e,t)}
4899
- `,Uu=(e,t)=>(0,s.skeletonTemplate)(e,t);class Bu extends r.Skeleton{}const Gu=void 0,Vu={},ju=Bu.compose(Object.assign({baseName:"skeleton",template:Uu,styles:Pu,shadowOptions:Gu},Vu)),Wu=(e,t)=>l.css`
4899
+ `,Uu=(e,t)=>(0,s.skeletonTemplate)(e,t);class Bu extends r.Skeleton{}const Gu=void 0,ju={},Vu=Bu.compose(Object.assign({baseName:"skeleton",template:Uu,styles:Pu,shadowOptions:Gu},ju)),Yu=(e,t)=>l.css`
4900
4900
  ${(0,r.sliderStyles)(e,t)}
4901
4901
  .track-progress {
4902
4902
  background-color: var(--accent-fill-rest);
4903
4903
  border-radius: calc(var(--control-corner-radius) * 1px);
4904
4904
  }
4905
- `;var Yu=i(17733),qu=i(54120);const Ku=(e,t)=>l.html`
4905
+ `;var Wu=i(17733),qu=i(54120);const Ku=(e,t)=>l.html`
4906
4906
  <template
4907
4907
  role="slider"
4908
4908
  class="${e=>e.readOnly?"readonly":""}
4909
- ${e=>e.orientation||Yu.t.horizontal}"
4909
+ ${e=>e.orientation||Wu.t.horizontal}"
4910
4910
  tabindex="${e=>e.disabled?null:0}"
4911
4911
  aria-valuetext="${e=>e.valueTextFormatter(e.value)}"
4912
4912
  aria-valuenow="${e=>e.value}"
@@ -4935,7 +4935,7 @@
4935
4935
  </div>
4936
4936
  </div>
4937
4937
  </template>
4938
- `;class Xu extends r.Slider{}const Qu=void 0,Ju={thumb:'\n <div class="thumb-cursor"></div>\n '},Zu=Xu.compose(Object.assign({baseName:"slider",template:Ku,styles:Wu,shadowOptions:Qu},Ju)),eh=(e,t)=>l.css`
4938
+ `;class Xu extends r.Slider{}const Ju=void 0,Qu={thumb:'\n <div class="thumb-cursor"></div>\n '},Zu=Xu.compose(Object.assign({baseName:"slider",template:Ku,styles:Yu,shadowOptions:Ju},Qu)),eh=(e,t)=>l.css`
4939
4939
  ${(0,r.sliderLabelStyles)(e,t)}
4940
4940
  `,th=(e,t)=>(0,s.sliderLabelTemplate)(e,t);class ih extends r.SliderLabel{}const oh=void 0,nh={},ah=ih.compose(Object.assign({baseName:"slider-label",template:th,styles:eh,shadowOptions:oh},nh)),sh="default",rh={DEFAULT:sh,ERROR:"error",SUCCESS:"success"},lh=1e4,dh={DISMISS:"dismiss",AUTO_DISMISS:"autoDismiss"},ch=l.css`
4941
4941
  @keyframes append-from-left-animate {
@@ -5343,11 +5343,11 @@
5343
5343
  `)}
5344
5344
  `,Th=l.html`
5345
5345
  ${e=>Oh(T(e))}
5346
- `;class kh extends s.FoundationElement{constructor(){super(...arguments),this.slot="tab",this.orientation=s.TabsOrientation.vertical}isCompleted(){return this.completed}selectedChanged(){this.treeItem&&(this.treeItem.selected=this.selected)}disconnectedCallback(){super.disconnectedCallback(),this.completed=void 0,this.error=void 0,this.selected=void 0}}(0,C.Cg)([l.attr],kh.prototype,"slot",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"selected",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"completed",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"error",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"isLast",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"hideStepNumber",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"showCursorPointer",void 0),(0,C.Cg)([(0,l.attr)({attribute:"tab-position"})],kh.prototype,"tabPosition",void 0),(0,C.Cg)([l.attr],kh.prototype,"orientation",void 0);const Ih=void 0,Dh={},Rh=kh.compose(Object.assign({baseName:"stepper-tab",template:Th,styles:Eh,shadowOptions:Ih},Dh)),Ah=()=>l.html`
5346
+ `;class kh extends s.FoundationElement{constructor(){super(...arguments),this.slot="tab",this.orientation=s.TabsOrientation.vertical}isCompleted(){return this.completed}selectedChanged(){this.treeItem&&(this.treeItem.selected=this.selected)}disconnectedCallback(){super.disconnectedCallback(),this.completed=void 0,this.error=void 0,this.selected=void 0}}(0,C.Cg)([l.attr],kh.prototype,"slot",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"selected",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"completed",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"error",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"isLast",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"hideStepNumber",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],kh.prototype,"showCursorPointer",void 0),(0,C.Cg)([(0,l.attr)({attribute:"tab-position"})],kh.prototype,"tabPosition",void 0),(0,C.Cg)([l.attr],kh.prototype,"orientation",void 0);const Dh=void 0,Ih={},Ah=kh.compose(Object.assign({baseName:"stepper-tab",template:Th,styles:Eh,shadowOptions:Dh},Ih)),Lh=()=>l.html`
5347
5347
  <template slot="tab-panel" role="stepper-tab-panel">
5348
5348
  <slot></slot>
5349
5349
  </template>
5350
- `;class Lh extends s.FoundationElement{}const Nh=void 0,Fh={},Mh=Lh.compose(Object.assign({baseName:"stepper-tab-panel",template:Ah,shadowOptions:Nh},Fh)),_h=(e,t)=>l.css`
5350
+ `;class Rh extends s.FoundationElement{}const Nh=void 0,Fh={},Mh=Rh.compose(Object.assign({baseName:"stepper-tab-panel",template:Lh,shadowOptions:Nh},Fh)),_h=(e,t)=>l.css`
5351
5351
  ${(0,r.switchStyles)(e,t)}
5352
5352
  .checked-indicator {
5353
5353
  transform: scale(1.3);
@@ -5366,14 +5366,14 @@
5366
5366
  :host {
5367
5367
  user-select: none;
5368
5368
  }
5369
- `,Vh=(e,t)=>(0,s.tabTemplate)(e,t);class jh extends r.Tab{}const Wh=void 0,Yh={},qh=jh.compose(Object.assign({baseName:"tab",template:Vh,styles:Gh,shadowOptions:Wh},Yh)),Kh=(e,t)=>l.css`
5369
+ `,jh=(e,t)=>(0,s.tabTemplate)(e,t);class Vh extends r.Tab{}const Yh=void 0,Wh={},qh=Vh.compose(Object.assign({baseName:"tab",template:jh,styles:Gh,shadowOptions:Yh},Wh)),Kh=(e,t)=>l.css`
5370
5370
  ${(0,r.tabPanelStyles)(e,t)}
5371
5371
 
5372
5372
  :host {
5373
5373
  height: 100%;
5374
5374
  padding: 0;
5375
5375
  }
5376
- `,Xh=(e,t)=>(0,s.tabPanelTemplate)(e,t);class Qh extends r.TabPanel{}const Jh=void 0,Zh={},ep=Qh.compose(Object.assign({baseName:"tab-panel",template:Xh,styles:Kh,shadowOptions:Jh},Zh)),tp=(e,t)=>l.css`
5376
+ `,Xh=(e,t)=>(0,s.tabPanelTemplate)(e,t);class Jh extends r.TabPanel{}const Qh=void 0,Zh={},ep=Jh.compose(Object.assign({baseName:"tab-panel",template:Xh,styles:Kh,shadowOptions:Qh},Zh)),tp=(e,t)=>l.css`
5377
5377
  ${(0,r.tabsStyles)(e,t)}
5378
5378
 
5379
5379
  :host {
@@ -5627,7 +5627,7 @@
5627
5627
  ${e=>xp(T(e))}
5628
5628
  `,Sp={mode:"open",delegatesFocus:!0},Ep={};class Op extends s.FoundationElement{constructor(){super(...arguments),this.deleteAnimation="",this.closeTimeout=1e4,this.autoClose=!1,this.closeTimer=null}connectedCallback(){super.connectedCallback(),this.autoClose&&(this.closeTimer=setTimeout(()=>{this.deleteAnimation="toast-delete",this.toast.onanimationend=()=>{this.remove()}},this.closeTimeout))}disconnectedCallback(){super.disconnectedCallback(),clearTimeout(this.closeTimer),this.closeTimer=null}close(){this.remove()}}(0,C.Cg)([l.observable],Op.prototype,"deleteAnimation",void 0),(0,C.Cg)([(0,l.attr)({attribute:"close-timeout"})],Op.prototype,"closeTimeout",void 0),(0,C.Cg)([(0,l.attr)({attribute:"auto-close"})],Op.prototype,"autoClose",void 0),(0,C.Cg)([(0,l.attr)({attribute:"notification-icon"})],Op.prototype,"notificationIcon",void 0);const Tp=Op.compose(Object.assign({baseName:"toast",styles:Cp,template:$p,shadowOptions:Sp},Ep)),kp=(e,t)=>l.css`
5629
5629
  ${(0,r.toolbarStyles)(e,t)}
5630
- `,Ip=(e,t)=>(0,s.toolbarTemplate)(e,t);class Dp extends r.Toolbar{}const Rp=void 0,Ap={},Lp=Dp.compose(Object.assign({baseName:"toolbar",template:Ip,styles:kp,shadowOptions:Rp},Ap)),Np=(e,t)=>l.css`
5630
+ `,Dp=(e,t)=>(0,s.toolbarTemplate)(e,t);class Ip extends r.Toolbar{}const Ap=void 0,Lp={},Rp=Ip.compose(Object.assign({baseName:"toolbar",template:Dp,styles:kp,shadowOptions:Ap},Lp)),Np=(e,t)=>l.css`
5631
5631
  ${(0,r.tooltipStyles)(e,t)}
5632
5632
  `,Fp=(e,t)=>(0,s.tooltipTemplate)(e,t);class Mp extends r.Tooltip{}const _p=void 0,Hp={},zp=Mp.compose(Object.assign({baseName:"tooltip",template:Fp,styles:Np,shadowOptions:_p},Hp)),Pp=(e,t)=>l.css`
5633
5633
  ${(0,r.treeItemStyles)(e,t)}
@@ -5646,9 +5646,9 @@
5646
5646
  .positioning-region {
5647
5647
  height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit)) * 1px);
5648
5648
  }
5649
- `,Up=(e,t)=>(0,s.treeItemTemplate)(e,t);class Bp extends r.TreeItem{}const Gp=void 0,Vp={expandCollapseGlyph:'\n <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="expand-collapse-glyph">\n <path d="M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z"></path>\n </svg>'},jp=Bp.compose(Object.assign({baseName:"tree-item",template:Up,styles:Pp,shadowOptions:Gp},Vp)),Wp=(e,t)=>l.css`
5649
+ `,Up=(e,t)=>(0,s.treeItemTemplate)(e,t);class Bp extends r.TreeItem{}const Gp=void 0,jp={expandCollapseGlyph:'\n <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="expand-collapse-glyph">\n <path d="M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z"></path>\n </svg>'},Vp=Bp.compose(Object.assign({baseName:"tree-item",template:Up,styles:Pp,shadowOptions:Gp},jp)),Yp=(e,t)=>l.css`
5650
5650
  ${(0,r.treeViewStyles)(e,t)}
5651
- `,Yp=(e,t)=>(0,s.treeViewTemplate)(e,t);class qp extends s.TreeView{}const Kp=void 0,Xp={},Qp=qp.compose(Object.assign({baseName:"tree-view",template:Yp,styles:Wp,shadowOptions:Kp},Xp)),Jp=(e,t)=>l.css`
5651
+ `,Wp=(e,t)=>(0,s.treeViewTemplate)(e,t);class qp extends s.TreeView{}const Kp=void 0,Xp={},Jp=qp.compose(Object.assign({baseName:"tree-view",template:Wp,styles:Yp,shadowOptions:Kp},Xp)),Qp=(e,t)=>l.css`
5652
5652
  .container {
5653
5653
  position: relative;
5654
5654
  width: 100%;
@@ -5685,7 +5685,7 @@
5685
5685
  </div>
5686
5686
  `,em=l.html`
5687
5687
  ${e=>Zp(T(e))}
5688
- `,tm=void 0,im={};class om extends r.TextField{constructor(){super(...arguments),this.value=""}saveUrl(e){this.value=e.startsWith("http")?e:"https://"+e,this.focused=!1}focus(){this.focused=!0}}(0,C.Cg)([l.observable],om.prototype,"value",void 0),(0,C.Cg)([l.observable],om.prototype,"focused",void 0);const nm=om.compose(Object.assign({baseName:"url-input",template:em,styles:Jp,shadowOptions:tm},im)),am={foundationAccordion:m,foundationAiCriteriaSearch:xe,foundationAiIndicator:Oe,foundationAccordionItem:w,foundationActionsMenu:A,foundationAnchor:Ae,foundationAnchoredRegion:He,foundationAvatar:je,foundationBadge:Qe,foundationBanner:at,foundationBreadcrumb:ut,foundationBreadcrumbItem:ft,foundationButton:$t,foundationCalendar:It,foundationCard:Ft,foundationCategorizedMultiselect:Vt,foundationCheckbox:Xt,foundationCombobox:wi,foundationConnectionIndicator:Ei,foundationDataGrid:Ri,foundationDataGridCell:Mi,foundationDataGridRow:Ui,foundationDatePicker:yo,foundationDesignSystemProvider:vn,foundationDialog:Tn,foundationDisclosure:Ln,foundationDivider:zn,foundationDropdownMenu:Wn,foundationErrorBanner:ua,foundationErrorBoundary:Ea,foundationErrorDialog:Ra,foundationFileReader:Ha,foundationFileUpload:es,foundationFilter:us,foundationFilterBar:ws,foundationFlexLayout:ks,foundationFlipper:Ns,foundationFlyout:Bs,foundationGridLayout:Qs,foundationGridLayoutItem:ir,foundationHorizontalScroll:lr,foundationIcon:Sr,foundationListbox:Dr,foundationListboxOption:Mr,foundationMenu:Br,foundationMenuItem:qr,foundationModal:el,foundationMultiselect:dl,foundationNumberField:Il,foundationOptgroup:Ll,foundationPopper:Cd,foundationProgress:ad,foundationProgressRing:Td,foundationRadio:Ld,foundationRadioGroup:zd,foundationScheduler:Wd,foundationSchedulerCronBuilder:_c,foundationSchedulerTimezone:Vc,foundationSearchBar:ou,foundationSearchBarCombobox:cu,foundationSegmentedControl:Tu,foundationSegmentedItem:Lu,foundationSelect:zu,foundationSkeleton:ju,foundationSlider:Zu,foundationSliderLabel:ah,foundationSnackbar:gh,foundationStackingIcons:yh,foundationStatusPill:Sh,foundationEnvironmentIndicator:sa,foundationStepperTab:Rh,foundationStepperTabPanel:Mh,foundationSwitch:Bh,foundationSystemHealthOverlay:gd,foundationTab:qh,foundationTabPanel:ep,foundationTabs:sp,foundationTextArea:hp,foundationTextField:wp,foundationToast:Tp,foundationToolbar:Lp,foundationTooltip:zp,foundationTreeItem:jp,foundationTreeView:Qp,foundationUrlInput:nm,foundationSectionNavigator:Cu,register(e,...t){if(e)for(const i in this)"register"!==i&&this[i]().register(e,...t)}};class sm extends l.CSSDirective{constructor(e){super(),this.tokenMap=e}createTokenPartial(e,t){return l.cssPartial`${e}: ${t}`}createTokensCSS(){const e=[];for(const[t,i]of Object.entries(this.tokenMap))e.push(this.createTokenPartial(t,i).createCSS());return e}createCSS(){return this.createTokensCSS().join(";")}}let rm=class extends di{constructor(){super(...arguments),this.isSnapshot=!0}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){e.connectedCallback.call(this),this.dataGrid=this.parentElement,this.dataGrid&&this.resourceName&&this.connect.isConnected&&this.fetchGenesisData()})}getColumnDefs(e){return null==e?void 0:e.flatMap(e=>this.fields&&!this.fields.includes(e.name)?[]:{columnDataKey:e.name})}clearData(){Ze.debug("clearData - Method not implemented.")}syncComponentData(e){const t=null!=e?e:Array.from(this.rowsSyncedWithStream.values()),i=this.getColumnDefs(this.datasource.fieldMetadata);this.dataGrid.columnDefinitions=i,this.dataGrid.rowsData=t}handleStreamInserts(e){Ze.debug("handleStreamInserts - Method not implemented.")}handleStreamDeletes(e){Ze.debug("handleStreamDeletes - Method not implemented.")}handleStreamUpdates(e){Ze.debug("handleStreamUpdates - Method not implemented.")}};rm=(0,C.Cg)([(0,l.customElement)({name:"data-grid-datasource"})],rm);const lm=[{type:"AND",maxRules:"many"},{type:"OR",maxRules:"many"}],dm=[...lm,{type:"NOT",maxRules:2},{type:"NAND",maxRules:"many"},{type:"NOR",maxRules:"many"},{type:"XOR",maxRules:2}],cm={type:"NULL",maxRules:1,invisible:!0},um=["int","short","long","bigdecimal","double"],hm=["date","date-time"],pm=["enum",...um,"string",...hm,"boolean"],mm=[{type:"equal",nbInputs:1,applyTo:pm,optgroup:"Equality"},{type:"not_equal",nbInputs:1,applyTo:pm,optgroup:"Equality"},{type:"greater",nbInputs:1,applyTo:[...um,...hm],optgroup:"Comparison"},{type:"less",nbInputs:1,applyTo:[...um,...hm],optgroup:"Comparison"},{type:"contains",nbInputs:1,applyTo:["string"],optgroup:"String"},{type:"starts_with",nbInputs:1,applyTo:["string"],optgroup:"String"},{type:"ends_with",nbInputs:1,applyTo:["string"],optgroup:"String"},{type:"one_of",nbInputs:"many",applyTo:[...pm].filter(e=>"boolean"!==e)},{type:"not_any_of",nbInputs:"many",applyTo:[...pm].filter(e=>"boolean"!==e)},{type:"within_inclusive",nbInputs:2,applyTo:[...um,...hm],optgroup:"Range"},{type:"within_exclusive",nbInputs:2,applyTo:[...um,...hm],optgroup:"Range"},{type:"is_null",nbInputs:0,applyTo:[...pm],optgroup:"Null"},{type:"not_null",nbInputs:0,applyTo:[...pm],optgroup:"Null"}];var gm=i(93678);const vm=i.n(gm)()();function fm(e,t,i){const o=function e(o){const n=vm(o);if(n.groupId===t)return n.children=i(n.children),n;const a=[];let s=!1;for(const t of n.children)if("children"in t){const i=e(t);i?(a.push(i),s=!0):a.push(t)}else a.push(t);return n.children=a,s?n:null}(e);if(!o)throw new Error(`Unable to find group with groupId ${t}`);return o}function bm(e,t,i){return function e(o){for(const n of o.children){if(i(n,t))return o;if("children"in n){const t=e(n);if(t)return t}}return null}(e)}function ym(e,t){const i=bm(e,t,(e,t)=>"children"in e&&e.groupId===t);if(!i)throw new Error(`No parent group found for group with ID ${t}`);return i}function wm(e,t){const i=bm(e,t,(e,t)=>"ruleId"in e&&e.ruleId===t);if(!i)throw new Error(`No parent group found for rule with ID ${t}`);return i}function Cm(e,t,i){return fm(e,t,e=>[...e,i])}const xm="group-root";function $m(e,t){const i=(e,o)=>{return"children"in e?function(e,o){return Object.assign(Object.assign({},e),{level:o,config:t.getConfig(),groupId:t.getGroupId(),children:e.children.map(e=>i(e,o+1))})}(e,o):(n=e,Object.assign(Object.assign({},n),{ruleId:t.getRuleId(),config:t.getConfig()}));var n};return Object.assign(Object.assign({},e),{config:t.getConfig(),level:1,groupId:xm,children:e.children.map(e=>i(e,2))})}function Sm(e){const t=e.children.map(e=>"children"in e?Sm(e):function(e){const{operator:t,field:i,value:o}=e;return{operator:t,field:i,value:o}}(e));return{combinator:e.combinator,children:t}}const Em=e=>`${e.getUTCFullYear()}-${String(e.getUTCMonth()+1).padStart(2,"0")}-${String(e.getUTCDate()).padStart(2,"0")}`,Om=e=>`${Em(e)}T${String(e.getUTCHours()).padStart(2,"0")}:${String(e.getUTCMinutes()).padStart(2,"0")}:${String(e.getUTCSeconds()).padStart(2,"0")}`,Tm=e=>{var t,i,o;return null!==(o=null===(i=null===(t=e.operator)||void 0===t?void 0:t.valueType)||void 0===i?void 0:i.input)&&void 0!==o?o:e.field.input},km=e=>{var t,i,o;return null!==(o=null===(i=null===(t=e.operator)||void 0===t?void 0:t.valueType)||void 0===i?void 0:i.type)&&void 0!==o?o:e.field.type},Im=e=>{const t={},i=[],o=e=>[...e].sort((e,t)=>"fieldId"in e&&"fieldId"in t?e.fieldId.localeCompare(t.fieldId):"type"in e&&"type"in t?e.type.localeCompare(t.type):0);e.forEach(e=>{if(e.optgroup){const i=e.optgroup;t[i]||(t[i]=[]),t[i].push(e)}else i.push(e)});const n=[];return Object.keys(t).sort().forEach(e=>{n.push({optgroup:e,xs:o(t[e])})}),[...n,...o(i)]};function Dm(e,t,i){if(!e.shadowRoot||!(null==t?void 0:t.customStyles))return;const o=t.customStyles[i];if(o){const t=document.createElement("style");t.textContent=o,e.shadowRoot.firstChild?e.shadowRoot.insertBefore(t,e.shadowRoot.firstChild):e.shadowRoot.appendChild(t)}}var Rm;!function(e){e.AddGroup="add-group",e.DelGroup="del-group",e.AddRule="add-rule",e.DelRule="del-rule",e.UpdateGroup="update-group",e.UpdateRule="update-rule",e.FieldSelected="field-selected",e.OperatorSelected="operator-selected",e.ValueUpdated="value-updated",e.RemoveVarArg="remove-variadic-operand"}(Rm||(Rm={}));const Am=l.css`
5688
+ `,tm=void 0,im={};class om extends r.TextField{constructor(){super(...arguments),this.value=""}saveUrl(e){this.value=e.startsWith("http")?e:"https://"+e,this.focused=!1}focus(){this.focused=!0}}(0,C.Cg)([l.observable],om.prototype,"value",void 0),(0,C.Cg)([l.observable],om.prototype,"focused",void 0);const nm=om.compose(Object.assign({baseName:"url-input",template:em,styles:Qp,shadowOptions:tm},im)),am={foundationAccordion:m,foundationAiCriteriaSearch:xe,foundationAiIndicator:Oe,foundationAccordionItem:w,foundationActionsMenu:L,foundationAnchor:Le,foundationAnchoredRegion:He,foundationAvatar:Ve,foundationBadge:Je,foundationBanner:at,foundationBreadcrumb:ut,foundationBreadcrumbItem:ft,foundationButton:$t,foundationCalendar:Dt,foundationCard:Ft,foundationCategorizedMultiselect:jt,foundationCheckbox:Xt,foundationCombobox:wi,foundationConnectionIndicator:Ei,foundationDataGrid:Ai,foundationDataGridCell:Mi,foundationDataGridRow:Ui,foundationDatePicker:yo,foundationDesignSystemProvider:vn,foundationDialog:Tn,foundationDisclosure:Rn,foundationDivider:zn,foundationDropdownMenu:Yn,foundationErrorBanner:ua,foundationErrorBoundary:Ea,foundationErrorDialog:Aa,foundationFileReader:Ha,foundationFileUpload:es,foundationFilter:us,foundationFilterBar:ws,foundationFlexLayout:ks,foundationFlipper:Ns,foundationFlyout:Bs,foundationGridLayout:Js,foundationGridLayoutItem:ir,foundationHorizontalScroll:lr,foundationIcon:Sr,foundationListbox:Ir,foundationListboxOption:Mr,foundationMenu:Br,foundationMenuItem:qr,foundationModal:el,foundationMultiselect:dl,foundationNumberField:Dl,foundationOptgroup:Rl,foundationPopper:Cd,foundationProgress:ad,foundationProgressRing:Td,foundationRadio:Rd,foundationRadioGroup:zd,foundationScheduler:Yd,foundationSchedulerCronBuilder:_c,foundationSchedulerTimezone:jc,foundationSearchBar:ou,foundationSearchBarCombobox:cu,foundationSegmentedControl:Tu,foundationSegmentedItem:Ru,foundationSelect:zu,foundationSkeleton:Vu,foundationSlider:Zu,foundationSliderLabel:ah,foundationSnackbar:gh,foundationStackingIcons:yh,foundationStatusPill:Sh,foundationEnvironmentIndicator:sa,foundationStepperTab:Ah,foundationStepperTabPanel:Mh,foundationSwitch:Bh,foundationSystemHealthOverlay:gd,foundationTab:qh,foundationTabPanel:ep,foundationTabs:sp,foundationTextArea:hp,foundationTextField:wp,foundationToast:Tp,foundationToolbar:Rp,foundationTooltip:zp,foundationTreeItem:Vp,foundationTreeView:Jp,foundationUrlInput:nm,foundationSectionNavigator:Cu,register(e,...t){if(e)for(const i in this)"register"!==i&&this[i]().register(e,...t)}};class sm extends l.CSSDirective{constructor(e){super(),this.tokenMap=e}createTokenPartial(e,t){return l.cssPartial`${e}: ${t}`}createTokensCSS(){const e=[];for(const[t,i]of Object.entries(this.tokenMap))e.push(this.createTokenPartial(t,i).createCSS());return e}createCSS(){return this.createTokensCSS().join(";")}}let rm=class extends di{constructor(){super(...arguments),this.isSnapshot=!0}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){e.connectedCallback.call(this),this.dataGrid=this.parentElement,this.dataGrid&&this.resourceName&&this.connect.isConnected&&this.fetchGenesisData()})}getColumnDefs(e){return null==e?void 0:e.flatMap(e=>this.fields&&!this.fields.includes(e.name)?[]:{columnDataKey:e.name})}clearData(){Ze.debug("clearData - Method not implemented.")}syncComponentData(e){const t=null!=e?e:Array.from(this.rowsSyncedWithStream.values()),i=this.getColumnDefs(this.datasource.fieldMetadata);this.dataGrid.columnDefinitions=i,this.dataGrid.rowsData=t}handleStreamInserts(e){Ze.debug("handleStreamInserts - Method not implemented.")}handleStreamDeletes(e){Ze.debug("handleStreamDeletes - Method not implemented.")}handleStreamUpdates(e){Ze.debug("handleStreamUpdates - Method not implemented.")}};rm=(0,C.Cg)([(0,l.customElement)({name:"data-grid-datasource"})],rm);const lm=[{type:"AND",maxRules:"many"},{type:"OR",maxRules:"many"}],dm=[...lm,{type:"NOT",maxRules:2},{type:"NAND",maxRules:"many"},{type:"NOR",maxRules:"many"},{type:"XOR",maxRules:2}],cm={type:"NULL",maxRules:1,invisible:!0},um=["int","short","long","bigdecimal","double"],hm=["date","date-time"],pm=["enum",...um,"string",...hm,"boolean"],mm=[{type:"equal",nbInputs:1,applyTo:pm,optgroup:"Equality"},{type:"not_equal",nbInputs:1,applyTo:pm,optgroup:"Equality"},{type:"greater",nbInputs:1,applyTo:[...um,...hm],optgroup:"Comparison"},{type:"less",nbInputs:1,applyTo:[...um,...hm],optgroup:"Comparison"},{type:"contains",nbInputs:1,applyTo:["string"],optgroup:"String"},{type:"starts_with",nbInputs:1,applyTo:["string"],optgroup:"String"},{type:"ends_with",nbInputs:1,applyTo:["string"],optgroup:"String"},{type:"one_of",nbInputs:"many",applyTo:[...pm].filter(e=>"boolean"!==e)},{type:"not_any_of",nbInputs:"many",applyTo:[...pm].filter(e=>"boolean"!==e)},{type:"within_inclusive",nbInputs:2,applyTo:[...um,...hm],optgroup:"Range"},{type:"within_exclusive",nbInputs:2,applyTo:[...um,...hm],optgroup:"Range"},{type:"is_null",nbInputs:0,applyTo:[...pm],optgroup:"Null"},{type:"not_null",nbInputs:0,applyTo:[...pm],optgroup:"Null"}];var gm=i(93678);const vm=i.n(gm)()();function fm(e,t,i){const o=function e(o){const n=vm(o);if(n.groupId===t)return n.children=i(n.children),n;const a=[];let s=!1;for(const t of n.children)if("children"in t){const i=e(t);i?(a.push(i),s=!0):a.push(t)}else a.push(t);return n.children=a,s?n:null}(e);if(!o)throw new Error(`Unable to find group with groupId ${t}`);return o}function bm(e,t,i){return function e(o){for(const n of o.children){if(i(n,t))return o;if("children"in n){const t=e(n);if(t)return t}}return null}(e)}function ym(e,t){const i=bm(e,t,(e,t)=>"children"in e&&e.groupId===t);if(!i)throw new Error(`No parent group found for group with ID ${t}`);return i}function wm(e,t){const i=bm(e,t,(e,t)=>"ruleId"in e&&e.ruleId===t);if(!i)throw new Error(`No parent group found for rule with ID ${t}`);return i}function Cm(e,t,i){return fm(e,t,e=>[...e,i])}const xm="group-root";function $m(e,t){const i=(e,o)=>{return"children"in e?function(e,o){return Object.assign(Object.assign({},e),{level:o,config:t.getConfig(),groupId:t.getGroupId(),children:e.children.map(e=>i(e,o+1))})}(e,o):(n=e,Object.assign(Object.assign({},n),{ruleId:t.getRuleId(),config:t.getConfig()}));var n};return Object.assign(Object.assign({},e),{config:t.getConfig(),level:1,groupId:xm,children:e.children.map(e=>i(e,2))})}function Sm(e){const t=e.children.map(e=>"children"in e?Sm(e):function(e){const{operator:t,field:i,value:o}=e;return{operator:t,field:i,value:o}}(e));return{combinator:e.combinator,children:t}}const Em=e=>`${e.getUTCFullYear()}-${String(e.getUTCMonth()+1).padStart(2,"0")}-${String(e.getUTCDate()).padStart(2,"0")}`,Om=e=>`${Em(e)}T${String(e.getUTCHours()).padStart(2,"0")}:${String(e.getUTCMinutes()).padStart(2,"0")}:${String(e.getUTCSeconds()).padStart(2,"0")}`,Tm=e=>{var t,i,o;return null!==(o=null===(i=null===(t=e.operator)||void 0===t?void 0:t.valueType)||void 0===i?void 0:i.input)&&void 0!==o?o:e.field.input},km=e=>{var t,i,o;return null!==(o=null===(i=null===(t=e.operator)||void 0===t?void 0:t.valueType)||void 0===i?void 0:i.type)&&void 0!==o?o:e.field.type},Dm=e=>{const t={},i=[],o=e=>[...e].sort((e,t)=>"fieldId"in e&&"fieldId"in t?e.fieldId.localeCompare(t.fieldId):"type"in e&&"type"in t?e.type.localeCompare(t.type):0);e.forEach(e=>{if(e.optgroup){const i=e.optgroup;t[i]||(t[i]=[]),t[i].push(e)}else i.push(e)});const n=[];return Object.keys(t).sort().forEach(e=>{n.push({optgroup:e,xs:o(t[e])})}),[...n,...o(i)]};function Im(e,t,i){if(!e.shadowRoot||!(null==t?void 0:t.customStyles))return;const o=t.customStyles[i];if(o){const t=document.createElement("style");t.textContent=o,e.shadowRoot.firstChild?e.shadowRoot.insertBefore(t,e.shadowRoot.firstChild):e.shadowRoot.appendChild(t)}}var Am;!function(e){e.AddGroup="add-group",e.DelGroup="del-group",e.AddRule="add-rule",e.DelRule="del-rule",e.UpdateGroup="update-group",e.UpdateRule="update-rule",e.FieldSelected="field-selected",e.OperatorSelected="operator-selected",e.ValueUpdated="value-updated",e.RemoveVarArg="remove-variadic-operand"}(Am||(Am={}));const Lm=l.css`
5689
5689
  :host {
5690
5690
  --item-vertical-spacing: 4px;
5691
5691
  --item-border-radius: 5px;
@@ -5859,7 +5859,7 @@
5859
5859
  .rules-list > *:last-child::after {
5860
5860
  display: none;
5861
5861
  }
5862
- `,Lm=l.css`
5862
+ `,Rm=l.css`
5863
5863
  .rules-group-container {
5864
5864
  border: 1px solid #ccc;
5865
5865
  margin-bottom: 10px;
@@ -6010,7 +6010,7 @@
6010
6010
  </div>
6011
6011
  </div>
6012
6012
  </div>
6013
- `;let Hm=class extends l.FASTElement{connectedCallback(){super.connectedCallback(),Dm(this,this.styles,"group")}get allowAddRule(){return!!this.model&&("many"===this.model.combinator.maxRules||this.model.children.length<this.model.combinator.maxRules)}get allowAddGroup(){var e,t;return!!this.model&&(1!==this.model.combinator.maxRules&&(!(2===this.model.combinator.maxRules&&this.model.children.length>=2)&&(!(null===(e=this.config)||void 0===e?void 0:e.maxNesting)||(null===(t=this.config)||void 0===t?void 0:t.maxNesting)<1||this.config.maxNesting>this.model.level)))}dispatchAddRule(e){if(e.stopPropagation(),!this.allowAddRule)throw new Error("Cannot add extra rules to group");const t={parentGroupId:this.model.groupId};this.dispatchEvent(new CustomEvent(Rm.AddRule,{detail:t,bubbles:!0,composed:!0}))}dispatchAddGroup(e){if(e.stopPropagation(),!this.allowAddGroup)throw new Error("Cannot add further nested groups");const t={parentGroupId:this.model.groupId,newGroup:{level:this.model.level+1}};this.dispatchEvent(new CustomEvent(Rm.AddGroup,{detail:t,bubbles:!0,composed:!0}))}dispatchDeleteGroup(e){e.stopPropagation();const t={groupId:this.model.groupId};this.dispatchEvent(new CustomEvent(Rm.DelGroup,{detail:t,bubbles:!0,composed:!0}))}handleCombinatorChange(e){e.stopPropagation();const t=e.target.value;this.updateCombinator(t)}handleCustomCombinatorChange(e){var t;if(e.stopPropagation(),!(null===(t=this.model)||void 0===t?void 0:t.groupId)||!e.target)return;const i=e.target.getAttribute("value");if(!i)throw new Error("No value found in the custom radio group event target");this.updateCombinator(i)}updateCombinator(e){var t,i;const o=this.config.combinators.find(({type:t})=>t===e);if(!o)throw new Error(`Cannot find selected combinator ${e}`);(null===(i=null===(t=this.model)||void 0===t?void 0:t.combinator)||void 0===i?void 0:i.type)!==o.type&&this.dispatchGroupDataUpdated(o)}dispatchGroupDataUpdated(e){const t={groupId:this.model.groupId,newData:{combinator:e}};this.dispatchEvent(new CustomEvent(Rm.UpdateGroup,{detail:t,bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],Hm.prototype,"config",void 0),(0,C.Cg)([l.observable],Hm.prototype,"styles",void 0),(0,C.Cg)([l.observable],Hm.prototype,"model",void 0),(0,C.Cg)([l.observable],Hm.prototype,"index",void 0),(0,C.Cg)([l.volatile],Hm.prototype,"allowAddRule",null),(0,C.Cg)([l.volatile],Hm.prototype,"allowAddGroup",null),Hm=(0,C.Cg)([(0,l.customElement)({name:"expression-group",template:_m,styles:Lm,shadowOptions:{delegatesFocus:!0}})],Hm);const zm=l.html`
6013
+ `;let Hm=class extends l.FASTElement{connectedCallback(){super.connectedCallback(),Im(this,this.styles,"group")}get allowAddRule(){return!!this.model&&("many"===this.model.combinator.maxRules||this.model.children.length<this.model.combinator.maxRules)}get allowAddGroup(){var e,t;return!!this.model&&(1!==this.model.combinator.maxRules&&(!(2===this.model.combinator.maxRules&&this.model.children.length>=2)&&(!(null===(e=this.config)||void 0===e?void 0:e.maxNesting)||(null===(t=this.config)||void 0===t?void 0:t.maxNesting)<1||this.config.maxNesting>this.model.level)))}dispatchAddRule(e){if(e.stopPropagation(),!this.allowAddRule)throw new Error("Cannot add extra rules to group");const t={parentGroupId:this.model.groupId};this.dispatchEvent(new CustomEvent(Am.AddRule,{detail:t,bubbles:!0,composed:!0}))}dispatchAddGroup(e){if(e.stopPropagation(),!this.allowAddGroup)throw new Error("Cannot add further nested groups");const t={parentGroupId:this.model.groupId,newGroup:{level:this.model.level+1}};this.dispatchEvent(new CustomEvent(Am.AddGroup,{detail:t,bubbles:!0,composed:!0}))}dispatchDeleteGroup(e){e.stopPropagation();const t={groupId:this.model.groupId};this.dispatchEvent(new CustomEvent(Am.DelGroup,{detail:t,bubbles:!0,composed:!0}))}handleCombinatorChange(e){e.stopPropagation();const t=e.target.value;this.updateCombinator(t)}handleCustomCombinatorChange(e){var t;if(e.stopPropagation(),!(null===(t=this.model)||void 0===t?void 0:t.groupId)||!e.target)return;const i=e.target.getAttribute("value");if(!i)throw new Error("No value found in the custom radio group event target");this.updateCombinator(i)}updateCombinator(e){var t,i;const o=this.config.combinators.find(({type:t})=>t===e);if(!o)throw new Error(`Cannot find selected combinator ${e}`);(null===(i=null===(t=this.model)||void 0===t?void 0:t.combinator)||void 0===i?void 0:i.type)!==o.type&&this.dispatchGroupDataUpdated(o)}dispatchGroupDataUpdated(e){const t={groupId:this.model.groupId,newData:{combinator:e}};this.dispatchEvent(new CustomEvent(Am.UpdateGroup,{detail:t,bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],Hm.prototype,"config",void 0),(0,C.Cg)([l.observable],Hm.prototype,"styles",void 0),(0,C.Cg)([l.observable],Hm.prototype,"model",void 0),(0,C.Cg)([l.observable],Hm.prototype,"index",void 0),(0,C.Cg)([l.volatile],Hm.prototype,"allowAddRule",null),(0,C.Cg)([l.volatile],Hm.prototype,"allowAddGroup",null),Hm=(0,C.Cg)([(0,l.customElement)({name:"expression-group",template:_m,styles:Rm,shadowOptions:{delegatesFocus:!0}})],Hm);const zm=l.html`
6014
6014
  <div class="query-builder">
6015
6015
  ${(0,l.when)(e=>null!==e.model,l.html`
6016
6016
  <expression-group
@@ -6051,7 +6051,7 @@
6051
6051
  `)}
6052
6052
  </${r}>
6053
6053
  `}}
6054
- `;let Um=class extends l.FASTElement{constructor(){super(...arguments),this.fields=[]}connectedCallback(){super.connectedCallback(),Dm(this,this.styles,"field")}get groupedFieldss(){return Im(this.fields)}dispatchFieldsChanged(e){e.stopPropagation();const t={fieldId:e.target.value};this.dispatchEvent(new CustomEvent(Rm.FieldSelected,{detail:t,bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],Um.prototype,"fields",void 0),(0,C.Cg)([l.observable],Um.prototype,"field",void 0),(0,C.Cg)([l.observable],Um.prototype,"config",void 0),(0,C.Cg)([l.observable],Um.prototype,"styles",void 0),(0,C.Cg)([l.volatile],Um.prototype,"groupedFieldss",null),Um=(0,C.Cg)([(0,l.customElement)({name:"expression-rule-field",template:Pm})],Um);const Bm=l.html`
6054
+ `;let Um=class extends l.FASTElement{constructor(){super(...arguments),this.fields=[]}connectedCallback(){super.connectedCallback(),Im(this,this.styles,"field")}get groupedFieldss(){return Dm(this.fields)}dispatchFieldsChanged(e){e.stopPropagation();const t={fieldId:e.target.value};this.dispatchEvent(new CustomEvent(Am.FieldSelected,{detail:t,bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],Um.prototype,"fields",void 0),(0,C.Cg)([l.observable],Um.prototype,"field",void 0),(0,C.Cg)([l.observable],Um.prototype,"config",void 0),(0,C.Cg)([l.observable],Um.prototype,"styles",void 0),(0,C.Cg)([l.volatile],Um.prototype,"groupedFieldss",null),Um=(0,C.Cg)([(0,l.customElement)({name:"expression-rule-field",template:Pm})],Um);const Bm=l.html`
6055
6055
  ${e=>{var t,i,o,n,a,s;const r=(null===(i=null===(t=e.styles)||void 0===t?void 0:t.customElements)||void 0===i?void 0:i.select)||"select",d=(null===(n=null===(o=e.styles)||void 0===o?void 0:o.customElements)||void 0===n?void 0:n.option)||"option",c=(null===(s=null===(a=e.styles)||void 0===a?void 0:a.customElements)||void 0===s?void 0:s.optgroup)||"optgroup";return l.html`
6056
6056
  <${r}
6057
6057
  class="form-select"
@@ -6084,7 +6084,7 @@
6084
6084
  `)}
6085
6085
  </${r}>
6086
6086
  `}}
6087
- `;let Gm=class extends l.FASTElement{constructor(){super(...arguments),this.operators=[],this.field=null}connectedCallback(){super.connectedCallback(),Dm(this,this.styles,"operator")}get allowedOperators(){const e=e=>{var t,i,o;return null===(o=null===(i=null===(t=this.field)||void 0===t?void 0:t.operators)||void 0===i?void 0:i.includes(e.type))||void 0===o||o},t=e=>{var t,i,o,n;return null===(n=null===(i=null===(t=null==e?void 0:e.applyTo)||void 0===t?void 0:t.includes)||void 0===i?void 0:i.call(t,null===(o=this.field)||void 0===o?void 0:o.type))||void 0===n||n};return this.operators.filter(i=>e(i)&&t(i))}get groupedOperators(){return Im(this.allowedOperators)}handleOperatorChange(e){e.stopPropagation();const t={operatorId:e.target.value};this.dispatchEvent(new CustomEvent(Rm.OperatorSelected,{detail:t,bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],Gm.prototype,"operators",void 0),(0,C.Cg)([l.observable],Gm.prototype,"operator",void 0),(0,C.Cg)([l.observable],Gm.prototype,"field",void 0),(0,C.Cg)([l.observable],Gm.prototype,"config",void 0),(0,C.Cg)([l.observable],Gm.prototype,"styles",void 0),(0,C.Cg)([l.volatile],Gm.prototype,"allowedOperators",null),(0,C.Cg)([l.volatile],Gm.prototype,"groupedOperators",null),Gm=(0,C.Cg)([(0,l.customElement)({name:"expression-rule-operator",template:Bm})],Gm);const Vm=e=>["short","int","long"].includes(e),jm=e=>["double","bigdecimal"].includes(e),Wm=(e,t)=>{var i,o;return null===(o=null===(i=(e=>Vm(e)?/^[+-]?[0-9]+$/:jm(e)?/[+-]?([0-9]*[.])?[0-9]+/:null)(e))||void 0===i?void 0:i.test(t))||void 0===o||o?null:"Invalid number format"},Ym=l.css`
6087
+ `;let Gm=class extends l.FASTElement{constructor(){super(...arguments),this.operators=[],this.field=null}connectedCallback(){super.connectedCallback(),Im(this,this.styles,"operator")}get allowedOperators(){const e=e=>{var t,i,o;return null===(o=null===(i=null===(t=this.field)||void 0===t?void 0:t.operators)||void 0===i?void 0:i.includes(e.type))||void 0===o||o},t=e=>{var t,i,o,n;return null===(n=null===(i=null===(t=null==e?void 0:e.applyTo)||void 0===t?void 0:t.includes)||void 0===i?void 0:i.call(t,null===(o=this.field)||void 0===o?void 0:o.type))||void 0===n||n};return this.operators.filter(i=>e(i)&&t(i))}get groupedOperators(){return Dm(this.allowedOperators)}handleOperatorChange(e){e.stopPropagation();const t={operatorId:e.target.value};this.dispatchEvent(new CustomEvent(Am.OperatorSelected,{detail:t,bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],Gm.prototype,"operators",void 0),(0,C.Cg)([l.observable],Gm.prototype,"operator",void 0),(0,C.Cg)([l.observable],Gm.prototype,"field",void 0),(0,C.Cg)([l.observable],Gm.prototype,"config",void 0),(0,C.Cg)([l.observable],Gm.prototype,"styles",void 0),(0,C.Cg)([l.volatile],Gm.prototype,"allowedOperators",null),(0,C.Cg)([l.volatile],Gm.prototype,"groupedOperators",null),Gm=(0,C.Cg)([(0,l.customElement)({name:"expression-rule-operator",template:Bm})],Gm);const jm=e=>["short","int","long"].includes(e),Vm=e=>["double","bigdecimal"].includes(e),Ym=(e,t)=>{var i,o;return null===(o=null===(i=(e=>jm(e)?/^[+-]?[0-9]+$/:Vm(e)?/[+-]?([0-9]*[.])?[0-9]+/:null)(e))||void 0===i?void 0:i.test(t))||void 0===o||o?null:"Invalid number format"},Wm=l.css`
6088
6088
  .text-input.error {
6089
6089
  color: red;
6090
6090
  }
@@ -6132,15 +6132,15 @@
6132
6132
  True
6133
6133
  </label>
6134
6134
  `}}
6135
- `,Qm=l.html`
6136
- <div>Input type "${e=>Tm(e)}" not yet supported.</div>
6137
6135
  `,Jm=l.html`
6136
+ <div>Input type "${e=>Tm(e)}" not yet supported.</div>
6137
+ `,Qm=l.html`
6138
6138
  ${e=>{const t=Tm(e);return l.html`
6139
6139
  <div class="value-and-validation">
6140
6140
  ${(0,l.when)(()=>["text","number","date","datetime-local"].includes(t),qm)}
6141
6141
  ${(0,l.when)(()=>"select"===t,Km)}
6142
6142
  ${(0,l.when)(()=>"checkbox"===t,Xm)}
6143
- ${(0,l.when)(()=>!["text","number","select","checkbox","date","datetime-local"].includes(t),Qm)}
6143
+ ${(0,l.when)(()=>!["text","number","select","checkbox","date","datetime-local"].includes(t),Jm)}
6144
6144
  ${(0,l.when)(e=>e.validationMsg,l.html`
6145
6145
  <p class="validation-msg">${e=>e.validationMsg}</p>
6146
6146
  `)}
@@ -6158,10 +6158,10 @@
6158
6158
  `)}
6159
6159
  `}}
6160
6160
  `,Zm=l.html`
6161
- ${Nm(e=>e.field,Jm,l.html`
6161
+ ${Nm(e=>e.field,Qm,l.html`
6162
6162
  <div>Select a field to set value</div>
6163
6163
  `)}
6164
- `;let eg=class extends l.FASTElement{constructor(){super(...arguments),this.variadic=!1,this.validationError=!1,this.field=null,this.operator=null}connectedCallback(){super.connectedCallback(),Dm(this,this.styles,"value")}validateInput(e){if(!this.field)return null;return["validation"in this.field?this.field.validation(e):null,Wm(km(this),e)].filter(e=>!!e).join(", ")||null}handleInputChange(e){e.stopPropagation();const t=e.target;if("checkbox"!==t.type&&"select-one"!==t.type){const e=this.validateInput(t.value);if(e)return this.validationError=!0,void(this.validationMsg=e);this.validationError=!1,this.validationMsg=null}let i;i="checkbox"===t.getAttribute("role")?t.checked:"select-one"===t.type?e.target.value:this.field&&Vm(km(this))?parseInt(t.value):this.field&&jm(km(this))?parseFloat(t.value):t.value,this.value=i;const o={value:i,index:parseInt(this.valueIndex)};this.dispatchEvent(new CustomEvent(Rm.ValueUpdated,{detail:o,bubbles:!0,composed:!0}))}handleRemoveVariadicOperand(){if(!this.variadic)throw new Error("Cannot remove inputs for non-variadic operator");const e={index:parseInt(this.valueIndex)};this.dispatchEvent(new CustomEvent(Rm.RemoveVarArg,{detail:e,bubbles:!0,composed:!0}))}};(0,C.Cg)([(0,l.attr)({attribute:"value-index"})],eg.prototype,"valueIndex",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],eg.prototype,"variadic",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"validation-error"})],eg.prototype,"validationError",void 0),(0,C.Cg)([(0,l.attr)({attribute:"validation-msg"})],eg.prototype,"validationMsg",void 0),(0,C.Cg)([l.observable],eg.prototype,"field",void 0),(0,C.Cg)([l.observable],eg.prototype,"operator",void 0),(0,C.Cg)([l.observable],eg.prototype,"value",void 0),(0,C.Cg)([l.observable],eg.prototype,"config",void 0),(0,C.Cg)([l.observable],eg.prototype,"styles",void 0),eg=(0,C.Cg)([(0,l.customElement)({name:"expression-rule-value",template:Zm,styles:Ym,shadowOptions:{delegatesFocus:!0}})],eg);const tg=(e,t)=>void 0!==t.field.defaultValue?t.field.defaultValue:ig(e,t),ig=(e,t)=>{var i,o;switch(km(Object.assign(Object.assign({},t),{operator:e}))){case"string":return"";case"boolean":return!1;case"date":return Em(new Date);case"date-time":return Om(new Date);case"double":case"int":case"bigdecimal":case"short":case"long":return 0;case"enum":{const n="enum"===(null===(i=null==e?void 0:e.valueType)||void 0===i?void 0:i.type)?null===(o=null==e?void 0:e.valueType)||void 0===o?void 0:o.values:"enum"===t.field.type?t.field.values:{};if(0===Object.keys(n).length)throw new Error("Enums require configured values");return Object.keys(n)[0]}}},og=(e,t)=>{var i,o,n,a;const s=(r=e,l=t,e=>{var t,i,o;if((null===(t=null==r?void 0:r.valueType)||void 0===t?void 0:t.type)!==(null===(o=null===(i=l.operator)||void 0===i?void 0:i.valueType)||void 0===o?void 0:o.type))return null;if(!("value"in l)||!l.value||!l.operator)return null;const n=1===l.operator.nbInputs?[l.value]:l.value;return e>=n.length?null:n[e]});var r,l;switch(e.nbInputs){case 0:return{field:t.field,operator:e,value:void 0};case 1:return{field:t.field,operator:e,value:null!==(i=s(0))&&void 0!==i?i:tg(e,t)};case 2:return{field:t.field,operator:e,value:[null!==(o=s(0))&&void 0!==o?o:tg(e,t),null!==(n=s(1))&&void 0!==n?n:tg(e,t)]};case"many":return{field:t.field,operator:e,value:[null!==(a=s(0))&&void 0!==a?a:tg(e,t)]}}},ng=(e,t,i)=>{switch(e.operator.nbInputs){case 0:throw new Error("Cannot set the value for a UniraryOperator");case 1:return{field:e.field,operator:e.operator,value:t};case 2:case"many":if(!("value"in e)||!Array.isArray(e.value))throw new Error("Invalid value shape for rule");return{field:e.field,operator:e.operator,value:e.value.map((e,o)=>o===i?t:e)}}},ag=e=>!e&&0!==e,sg=l.css`
6164
+ `;let eg=class extends l.FASTElement{constructor(){super(...arguments),this.variadic=!1,this.validationError=!1,this.field=null,this.operator=null}connectedCallback(){super.connectedCallback(),Im(this,this.styles,"value")}validateInput(e){if(!this.field)return null;return["validation"in this.field?this.field.validation(e):null,Ym(km(this),e)].filter(e=>!!e).join(", ")||null}handleInputChange(e){e.stopPropagation();const t=e.target;if("checkbox"!==t.type&&"select-one"!==t.type){const e=this.validateInput(t.value);if(e)return this.validationError=!0,void(this.validationMsg=e);this.validationError=!1,this.validationMsg=null}let i;i="checkbox"===t.getAttribute("role")?t.checked:"select-one"===t.type?e.target.value:this.field&&jm(km(this))?parseInt(t.value):this.field&&Vm(km(this))?parseFloat(t.value):t.value,this.value=i;const o={value:i,index:parseInt(this.valueIndex)};this.dispatchEvent(new CustomEvent(Am.ValueUpdated,{detail:o,bubbles:!0,composed:!0}))}handleRemoveVariadicOperand(){if(!this.variadic)throw new Error("Cannot remove inputs for non-variadic operator");const e={index:parseInt(this.valueIndex)};this.dispatchEvent(new CustomEvent(Am.RemoveVarArg,{detail:e,bubbles:!0,composed:!0}))}};(0,C.Cg)([(0,l.attr)({attribute:"value-index"})],eg.prototype,"valueIndex",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],eg.prototype,"variadic",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean",attribute:"validation-error"})],eg.prototype,"validationError",void 0),(0,C.Cg)([(0,l.attr)({attribute:"validation-msg"})],eg.prototype,"validationMsg",void 0),(0,C.Cg)([l.observable],eg.prototype,"field",void 0),(0,C.Cg)([l.observable],eg.prototype,"operator",void 0),(0,C.Cg)([l.observable],eg.prototype,"value",void 0),(0,C.Cg)([l.observable],eg.prototype,"config",void 0),(0,C.Cg)([l.observable],eg.prototype,"styles",void 0),eg=(0,C.Cg)([(0,l.customElement)({name:"expression-rule-value",template:Zm,styles:Wm,shadowOptions:{delegatesFocus:!0}})],eg);const tg=(e,t)=>void 0!==t.field.defaultValue?t.field.defaultValue:ig(e,t),ig=(e,t)=>{var i,o;switch(km(Object.assign(Object.assign({},t),{operator:e}))){case"string":return"";case"boolean":return!1;case"date":return Em(new Date);case"date-time":return Om(new Date);case"double":case"int":case"bigdecimal":case"short":case"long":return 0;case"enum":{const n="enum"===(null===(i=null==e?void 0:e.valueType)||void 0===i?void 0:i.type)?null===(o=null==e?void 0:e.valueType)||void 0===o?void 0:o.values:"enum"===t.field.type?t.field.values:{};if(0===Object.keys(n).length)throw new Error("Enums require configured values");return Object.keys(n)[0]}}},og=(e,t)=>{var i,o,n,a;const s=(r=e,l=t,e=>{var t,i,o;if((null===(t=null==r?void 0:r.valueType)||void 0===t?void 0:t.type)!==(null===(o=null===(i=l.operator)||void 0===i?void 0:i.valueType)||void 0===o?void 0:o.type))return null;if(!("value"in l)||!l.value||!l.operator)return null;const n=1===l.operator.nbInputs?[l.value]:l.value;return e>=n.length?null:n[e]});var r,l;switch(e.nbInputs){case 0:return{field:t.field,operator:e,value:void 0};case 1:return{field:t.field,operator:e,value:null!==(i=s(0))&&void 0!==i?i:tg(e,t)};case 2:return{field:t.field,operator:e,value:[null!==(o=s(0))&&void 0!==o?o:tg(e,t),null!==(n=s(1))&&void 0!==n?n:tg(e,t)]};case"many":return{field:t.field,operator:e,value:[null!==(a=s(0))&&void 0!==a?a:tg(e,t)]}}},ng=(e,t,i)=>{switch(e.operator.nbInputs){case 0:throw new Error("Cannot set the value for a UniraryOperator");case 1:return{field:e.field,operator:e.operator,value:t};case 2:case"many":if(!("value"in e)||!Array.isArray(e.value))throw new Error("Invalid value shape for rule");return{field:e.field,operator:e.operator,value:e.value.map((e,o)=>o===i?t:e)}}},ag=e=>!e&&0!==e,sg=l.css`
6165
6165
  .rule-container {
6166
6166
  border: 1px solid #eee;
6167
6167
  margin-bottom: 5px;
@@ -6280,11 +6280,11 @@ class="margin"
6280
6280
  </div>
6281
6281
  </div>
6282
6282
  `}}
6283
- `;let lg=class extends l.FASTElement{constructor(){super(...arguments),this.error=!1}connectedCallback(){super.connectedCallback(),Dm(this,this.styles,"rule"),this.config.partialRuleValidationWarning&&(this.error=(e=>{if(!e.field||!e.operator)return!0;if(0===e.operator.nbInputs)return!1;if(!("value"in e))throw new Error("No value set as required for operator");return"boolean"!==km(e)&&!!(Array.isArray(e.value)?e.value:[e.value]).some(ag)})(this.model))}variadicRule(e){return"many"===e.operator.nbInputs&&"value"in e&&Array.isArray(e.value)}get operandIterator(){var e,t,i;if("many"===(null===(e=this.model.operator)||void 0===e?void 0:e.nbInputs)){if(!this.variadicRule(this.model))throw new Error("Varargs disabled for many nbInputs");return Array(this.model.value.length).fill(!0)}return Array(null!==(i=null===(t=this.model.operator)||void 0===t?void 0:t.nbInputs)&&void 0!==i?i:0).fill(!0)}operandValue(e){if(this.model.operator){if(1===this.model.operator.nbInputs&&"value"in this.model)return this.model.value;if((2===this.model.operator.nbInputs||"many"===this.model.operator.nbInputs)&&"value"in this.model&&Array.isArray(this.model.value))return this.model.value[e];throw new Error("Invalid operand lookup")}}dispatchAddVarArg(){if(!this.variadicRule(this.model))throw new Error("Cannot add inputs for non-variadic operator, or invalid format");const e={ruleId:this.model.ruleId,newData:{operator:this.model.operator,field:this.model.field,value:[...this.model.value,tg(this.model.operator,this.model)]}};this.dispatchEvent(new CustomEvent(Rm.UpdateRule,{detail:e,bubbles:!0,composed:!0}))}handleRemoveVarArg(e){const{index:t}=e.detail;if(!this.variadicRule(this.model))throw new Error("Cannot remove inputs for non-variadic operator, or invalid format");const i={ruleId:this.model.ruleId,newData:{operator:this.model.operator,field:this.model.field,value:this.model.value.filter((e,i)=>i!==t)}};this.dispatchEvent(new CustomEvent(Rm.UpdateRule,{detail:i,bubbles:!0,composed:!0}))}dispatchDeleteRule(e){e.stopPropagation();const t={ruleId:this.model.ruleId};this.dispatchEvent(new CustomEvent(Rm.DelRule,{detail:t,bubbles:!0,composed:!0}))}handleFieldSelected(e){var t;e.stopPropagation();const{fieldId:i}=e.detail,o=null!==(t=this.config.fields.find(e=>e.fieldId===i))&&void 0!==t?t:null,n={ruleId:this.model.ruleId,newData:{field:o,value:null,operator:null}};this.dispatchEvent(new CustomEvent(Rm.UpdateRule,{detail:n,bubbles:!0,composed:!0}))}handleValueChanged(e){e.stopPropagation();const{value:t,index:i}=e.detail,o={ruleId:this.model.ruleId,newData:ng(this.model,t,i)};this.dispatchEvent(new CustomEvent(Rm.UpdateRule,{detail:o,bubbles:!0,composed:!0}))}handleOperatorSelected(e){var t;e.stopPropagation();const{operatorId:i}=e.detail;if(!i)return;const o=null!==(t=this.config.operators.find(e=>e.type===i))&&void 0!==t?t:null;if(!o)throw new Error(`Unable to find operator of type ${i}`);this.dispatchEvent(new CustomEvent(Rm.UpdateRule,{detail:{ruleId:this.model.ruleId,newData:og(o,this.model)},bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],lg.prototype,"config",void 0),(0,C.Cg)([l.observable],lg.prototype,"styles",void 0),(0,C.Cg)([l.observable],lg.prototype,"model",void 0),(0,C.Cg)([l.observable],lg.prototype,"index",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],lg.prototype,"error",void 0),(0,C.Cg)([l.volatile],lg.prototype,"operandIterator",null),lg=(0,C.Cg)([(0,l.customElement)({name:"expression-rule",template:rg,styles:sg,shadowOptions:{delegatesFocus:!0}})],lg);let dg=class extends l.FASTElement{constructor(){super(...arguments),this.model=null,this.ruleCount=0,this.groupCount=0,this.userUpdatingModel=!1,this.handleAddGroup=this._handleAddGroup.bind(this),this.handleAddRule=this._handleAddRule.bind(this),this.handleDeleteGroup=this._handleDeleteGroup.bind(this),this.handleDeleteRule=this._handleDeleteRule.bind(this),this.handleUpdateGroupData=this._handleUpdateGroupData.bind(this),this.handleUpdateRuleData=this._handleUpdateRuleData.bind(this)}configChanged(e,t){this.isValidConfig(t)?t.model?(this.ruleCount=0,this.groupCount=0,this.userUpdatingModel=!0,this.model=$m(t.model,this),this.userUpdatingModel=!1):null===this.model&&this.initBaseModel():console.warn("Invalid config passed to ExpressionBuilder. Verify you've defined operators, fields, and combinators.")}modelChanged(e,t){if(!t||this.userUpdatingModel)return;const i=Sm(t);this.dispatchChangeEvent(i)}dispatchChangeEvent(e){this.dispatchEvent(new CustomEvent("change",{detail:e,bubbles:!0,cancelable:!0,composed:!0}))}getConfig(){return this.config}getGroupId(){return this.groupCount+=1,`group-${this.groupCount}`}getRuleId(){return this.ruleCount+=1,`rule-${this.ruleCount}`}connectedCallback(){if(super.connectedCallback(),this.addEventListener(Rm.AddGroup,this.handleAddGroup),this.addEventListener(Rm.DelGroup,this.handleDeleteGroup),this.addEventListener(Rm.AddRule,this.handleAddRule),this.addEventListener(Rm.DelRule,this.handleDeleteRule),this.addEventListener(Rm.UpdateGroup,this.handleUpdateGroupData),this.addEventListener(Rm.UpdateRule,this.handleUpdateRuleData),!this.isValidConfig(this.config))return this.config&&console.warn("Config detected during connectedCallback but it isn't valid"),void(this.config=null);this.config.model||this.initBaseModel()}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener(Rm.AddGroup,this.handleAddGroup),this.removeEventListener(Rm.DelGroup,this.handleDeleteGroup),this.removeEventListener(Rm.AddRule,this.handleAddRule),this.removeEventListener(Rm.DelRule,this.handleDeleteRule),this.removeEventListener(Rm.UpdateGroup,this.handleUpdateGroupData),this.removeEventListener(Rm.UpdateRule,this.handleUpdateRuleData)}isValidConfig(e){var t,i,o;return Boolean(e&&(null===(t=e.combinators)||void 0===t?void 0:t.length)&&(null===(i=e.operators)||void 0===i?void 0:i.length)&&(null===(o=e.fields)||void 0===o?void 0:o.length))}initBaseModel(){if(!this.isValidConfig(this.config))throw new Error("Invalid config set on ExpressionBuilder. Verify you've defined operators, fields, and combinators.");this.model={children:[],level:1,groupId:xm,config:this.config,combinator:this.config.combinators[0]}}_handleAddGroup(e){const{parentGroupId:t,newGroup:i}=e.detail,o={groupId:this.getGroupId(),level:i.level,children:[],config:this.config,combinator:this.config.combinators[0]};this.model=Cm(this.model,t,o)}_handleAddRule(e){const{parentGroupId:t}=e.detail,i={ruleId:this.getRuleId(),config:this.config,field:null,operator:null,value:null};this.model=Cm(this.model,t,i)}_handleDeleteGroup(e){const{groupId:t}=e.detail;var i,o;this.model=fm(i=this.model,ym(i,o=t).groupId,e=>e.filter(e=>!("groupId"in e)||e.groupId!==o))}_handleDeleteRule(e){const{ruleId:t}=e.detail;var i,o;this.model=fm(i=this.model,wm(i,o=t).groupId,e=>e.filter(e=>!("ruleId"in e)||e.ruleId!==o))}_handleUpdateGroupData(e){const{groupId:t,newData:i}=e.detail;this.model=function(e,t,i){return t===xm?Object.assign(Object.assign({},e),i):fm(e,ym(e,t).groupId,e=>e.map(e=>"groupId"in e&&e.groupId===t?Object.assign(Object.assign({},e),i):e))}(this.model,t,i)}_handleUpdateRuleData(e){const{ruleId:t,newData:i}=e.detail;this.model=function(e,t,i){return fm(e,wm(e,t).groupId,e=>e.map(e=>"ruleId"in e&&e.ruleId===t?Object.assign(Object.assign({},e),i):e))}(this.model,t,i)}};(0,C.Cg)([l.observable],dg.prototype,"config",void 0),(0,C.Cg)([l.observable],dg.prototype,"styles",void 0),(0,C.Cg)([l.observable],dg.prototype,"model",void 0),dg=(0,C.Cg)([(0,l.customElement)({name:"expression-builder",template:zm,styles:Am})],dg);let cg=class extends dg{};cg=(0,C.Cg)([(0,l.customElement)({name:"foundation-expression-builder",styles:Am,template:zm})],cg);const ug=["int","short","long"],hg=["double","bigdecimal"],pg=[...ug,...hg],mg=["date","date-time"],gg=["string","enum"],vg=["boolean"],fg=e=>{var t,i,o;return null!==(o=null===(i=null===(t=e.operator)||void 0===t?void 0:t.valueType)||void 0===i?void 0:i.type)&&void 0!==o?o:e.field.type};function bg(e){switch(fg(e)){case"int":case"long":case"double":case"bigdecimal":case"date":case"date-time":case"short":return"NUMBER";case"string":case"enum":return"STRING";case"boolean":return"BOOLEAN"}}function yg(e,t,i){return"value"in e?{TYPE:"BINARY_EXPRESSION",LEFT:{TYPE:"FIELD",NAME:e.field.fieldId},OPERATION:t,RIGHT:{TYPE:i,VALUE:e.value}}:null}function wg(e,t,i){return{TYPE:"BINARY_EXPRESSION",LEFT:{TYPE:"FIELD",NAME:e.field.fieldId},OPERATION:t,RIGHT:i}}function Cg(e,t,i=[]){return"value"in e?{TYPE:"METHOD_EXPRESSION",PARAMETERS:[{TYPE:"FIELD",NAME:e.field.fieldId},...i],METHOD:t}:null}function xg(e){const t=!(!("value"in e)||void 0===e.value||null===e.value);return Object.assign(Object.assign({},e),t?{value:(t=>{const i=fg(e);if(gg.includes(i))return t;if(pg.includes(i))return t.toString();if(vg.includes(i))return t;if(Array.isArray(t))throw new Error("Not implemented TernararyOperator or VariadicOperator args in rule value transformer");if(mg.includes(i))return new Date(t).getTime().toString();throw new Error("Unhandled transformRuleValue case")})(e.value)}:{})}function $g(e,t){return{TYPE:"PREDICATE_EXPRESSION",OPERATION:e.combinator.type,EXPRESSIONS:e.children.map(e=>"children"in e?$g(e,t):t(e)).filter(Boolean)}}function Sg(e,t){const i=e.operator.nbInputs;if("many"===i||2===i)throw new Error("Not implemented TernararyOperator or VariadicOperator args in rebuildRuleValue");return Object.assign(Object.assign({},e),0===i?{}:{value:(t=>{const i=fg(e);if(gg.includes(i))return t;if(ug.includes(i))return parseInt(t);if(hg.includes(i))return parseFloat(t);if(vg.includes(i))return t;if(mg.includes(i)){const e=new Date(parseInt(t));return"date"===i?Em(e):Om(e)}throw new Error("Unhandled rebuildRuleValue case")})(t.VALUE)})}const Eg={template:zm,styles:Am};var Og;!function(e){e.methodCall={CONTAINS_IGNORE_CASE:"CONTAINS_IGNORE_CASE",CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE:"CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE",IS_NULL_OR_BLANK:"IS_NULL_OR_BLANK",NOT_NULL_OR_BLANK:"NOT_NULL_OR_BLANK",TRIM:"TRIM",LONG_TO_DATE:"LONG_TO_DATE",LONG_TO_DATE_TIME:"LONG_TO_DATE_TIME",DATE_TIME_IS_IN_RANGE:"DATE_TIME_IS_IN_RANGE"},e.logicalOperations={AND:"AND",OR:"OR"},e.operations=Object.assign(Object.assign({},e.logicalOperations),{GREATER_THAN:"GREATER_THAN",LESS_THAN:"LESS_THAN",GREATER_THAN_OR_EQUAL:"GREATER_THAN_OR_EQUAL",LESS_THAN_OR_EQUAL:"LESS_THAN_OR_EQUAL",EQUALS:"EQUALS",NOT_EQUALS:"NOT_EQUALS",PLUS:"PLUS",MINUS:"MINUS",MULTIPLY:"MULTIPLY",DIVIDE:"DIVIDE",BITWISE_AND:"BITWISE_AND",BITWISE_OR:"BITWISE_OR",ASSIGNMENT:"ASSIGNMENT",IS_CURRENT:"IS_CURRENT",IS_PREVIOUS:"IS_PREVIOUS"})}(Og||(Og={}));const Tg=[{type:Og.logicalOperations.AND,maxRules:"many"},{type:Og.logicalOperations.OR,maxRules:"many"}],kg={EQUALS:Og.operations.EQUALS,NOT_EQUALS:Og.operations.NOT_EQUALS,IS_NULL:"IS_NULL",NOT_NULL:"NOT_NULL",IS_NULL_OR_BLANK:"IS_NULL_OR_BLANK",NOT_NULL_OR_BLANK:"NOT_NULL_OR_BLANK",CONTAINS:"CONTAINS",CONTAINS_WORDS_STARTING_WITH:"CONTAINS_WORDS_STARTING_WITH",CONTAINS_WORDS_STARTING_SPLIT_DELIMITER:"CONTAINS_WORDS_STARTING_SPLIT_DELIMITER",GREATER_THAN:Og.operations.GREATER_THAN,GREATER_THAN_OR_EQUAL:Og.operations.GREATER_THAN_OR_EQUAL,LESS_THAN:Og.operations.LESS_THAN,LESS_THAN_OR_EQUAL:Og.operations.LESS_THAN_OR_EQUAL,IS_BEFORE:"IS_BEFORE",IS_AFTER:"IS_AFTER",ON_OR_BEFORE:"ON_OR_BEFORE",ON_OR_AFTER:"ON_OR_AFTER",IS_CURRENT:Og.operations.IS_CURRENT,IS_PREVIOUS:Og.operations.IS_PREVIOUS},Ig=e=>({type:"enum",input:"select",values:e}),Dg=Ig({HOUR:{label:"Hour",tooltip:"Beginning of the hour immediately preceding the current one to the current hour."},DAY:{label:"Day",tooltip:"Midnight on the day before today to midnight of the current day."},WEEK_DAY:{label:"Week day",tooltip:"Midnight on the day before today to midnight of the current day. If the current day is Monday then the previous day is Friday."},WEEK:{label:"Week",tooltip:"Midnight on the Monday of the previous week to midnight on the Monday of the current week."},MONTH:{label:"Month",tooltip:"Midnight on the 1st of the previous month to midnight on the 1st of the current month."},YEAR:{label:"Year",tooltip:"Midnight on Jan 1st of the previous year to midnight on the 1st Jan of the current year."}}),Rg=Ig({HOUR:{label:"Hour",tooltip:"Beginning of the current hour to beginning of the next hour."},DAY:{label:"Day",tooltip:"Midnight on the current day day to midnight of the next day."},WEEK_DAY:{label:"Week day",tooltip:"Midnight on the current day day to midnight of the next day. This filter will never match Sat or Sun, always returning false on the weekends."},WEEK:{label:"Week",tooltip:"Midnight on the Monday of the current week to midnight on the Monday of the next week."},MONTH:{label:"Month",tooltip:"Midnight on the 1st of the current month to midnight on the 1st of the next month."},YEAR:{label:"Year",tooltip:"Midnight on Jan 1st of the current year to midnight on the 1st Jan of the next year."}}),Ag=[{type:kg.EQUALS,label:"Equals",nbInputs:1,applyTo:[...gg,...vg,...pg,...mg],tooltip:"Check the equality of the field compared to a set value"},{type:kg.NOT_EQUALS,label:"Not equals",nbInputs:1,applyTo:[...gg,...vg,...pg,...mg],tooltip:"Check that the field is different from a set value"},{type:kg.IS_NULL,label:"Is null",nbInputs:0,applyTo:["enum",...vg,...pg,...mg],tooltip:"Check if the field value is null"},{type:kg.NOT_NULL,label:"Not null",nbInputs:0,applyTo:["enum",...vg,...pg,...mg],tooltip:"Check if the field value is not null"},{type:kg.IS_NULL_OR_BLANK,label:"Is null or blank",nbInputs:0,applyTo:["string"],tooltip:"Check if the field value is null or an empty string"},{type:kg.NOT_NULL_OR_BLANK,label:"Not null or blank",nbInputs:0,applyTo:["string"],tooltip:"Check if the field value is not null and not an empty string"},{type:kg.CONTAINS,label:"Contains",nbInputs:1,applyTo:["string"],tooltip:"Check if the field contains the specified text (case insensitive)"},{type:kg.CONTAINS_WORDS_STARTING_WITH,label:"Contains words starting with",nbInputs:1,applyTo:["string"],tooltip:"Check if the field contains words that start with the specified text, split by whitespace (case insensitive)"},{type:kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER,label:"Contains words starting with (split)",nbInputs:2,applyTo:["string"],tooltip:"Check if field contains words starting with text, split by a delimiter (case insensitive)"},{type:kg.GREATER_THAN,label:"Greater than",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is greater than a specified number"},{type:kg.GREATER_THAN_OR_EQUAL,label:"Greater than or equal to",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is greater than or equal to a specified number"},{type:kg.LESS_THAN,label:"Less than",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is less than a specified number"},{type:kg.LESS_THAN_OR_EQUAL,label:"Less than or equal to",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is less than or equal to a specified number"},{type:kg.IS_BEFORE,label:"Is before",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is before a specified date/time"},{type:kg.IS_AFTER,label:"Is after",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is after a specified date/time"},{type:kg.ON_OR_BEFORE,label:"On or before",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is on or before a specified date/time"},{type:kg.ON_OR_AFTER,label:"On or after",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is on or after a specified date/time"},{type:kg.IS_CURRENT,label:"Is current",nbInputs:1,applyTo:[...mg],tooltip:"Check whether the current date/time matches the current hour/day/work day/week/month/year.",valueType:Rg,optgroup:"Relative Period"},{type:kg.IS_PREVIOUS,label:"Is previous",nbInputs:1,applyTo:[...mg],tooltip:"Check whether the current date/time matches the previous hour/day/work day/week/month/year",valueType:Dg,optgroup:"Relative Period"}];function Lg(e){switch(e){case"IS_BEFORE":return"LESS_THAN";case"IS_AFTER":return"GREATER_THAN";case"ON_OR_BEFORE":return"LESS_THAN_OR_EQUAL";case"ON_OR_AFTER":return"GREATER_THAN_OR_EQUAL";default:return e}}function Ng(e,t){switch(t){case kg.IS_NULL_OR_BLANK:return Cg(e,Og.methodCall.IS_NULL_OR_BLANK,[]);case kg.NOT_NULL_OR_BLANK:return Cg(e,Og.methodCall.NOT_NULL_OR_BLANK,[]);case kg.CONTAINS:if(!("value"in e))throw new Error("Invalid shape for operator CONTAINS");return Cg(e,Og.methodCall.CONTAINS_IGNORE_CASE,[{TYPE:"STRING",VALUE:e.value}]);case kg.CONTAINS_WORDS_STARTING_WITH:if(!("value"in e))throw new Error("Invalid shape for operator CONTAINS_WORDS_STARTING_WITH");return Cg(e,Og.methodCall.CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE,[{TYPE:"STRING",VALUE:e.value}]);case kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER:if(!("value"in e)||!Array.isArray(e.value)||2!==e.value.length)throw new Error("Invalid shape for CONTAINS_WORDS_STARTING_SPLIT_DELIMITER");return Cg(e,Og.methodCall.CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE,e.value.map(e=>({TYPE:"STRING",VALUE:e})));case kg.IS_CURRENT:case kg.IS_PREVIOUS:if(!("value"in e))throw new Error("Invalid shape for operator IS_CURRENT | IS_PREVIOUS");return Cg(e,Og.methodCall.DATE_TIME_IS_IN_RANGE,[{TYPE:"STRING",VALUE:e.value},{TYPE:"STRING",VALUE:t===kg.IS_CURRENT?"CURRENT":"PREVIOUS"}]);default:throw new Error("Unreachable default case")}}function Fg(e){var t,i;if(!(null===(t=e.operator)||void 0===t?void 0:t.type)||!(null===(i=e.field)||void 0===i?void 0:i.fieldId))return null;const o=xg(e),n=bg(o),a=Lg(o.operator.type);switch(a){case kg.EQUALS:case kg.NOT_EQUALS:case kg.GREATER_THAN:case kg.GREATER_THAN_OR_EQUAL:case kg.LESS_THAN:case kg.LESS_THAN_OR_EQUAL:return yg(o,a,n);case kg.IS_NULL:return wg(o,Og.operations.EQUALS,{TYPE:"NULL"});case kg.NOT_NULL:return wg(o,Og.operations.NOT_EQUALS,{TYPE:"NULL"});case kg.IS_NULL_OR_BLANK:case kg.NOT_NULL_OR_BLANK:case kg.CONTAINS:case kg.CONTAINS_WORDS_STARTING_WITH:case kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER:case kg.IS_CURRENT:case kg.IS_PREVIOUS:return Ng(o,a);default:throw new Error(`Unmatched case for operator name: ${a}`)}}function Mg(e,t){if(!("date"===t.field.type||"date-time"===t.field.type))return e;switch(e){case"LESS_THAN":return"IS_BEFORE";case"GREATER_THAN":return"IS_AFTER";case"LESS_THAN_OR_EQUAL":return"ON_OR_BEFORE";case"GREATER_THAN_OR_EQUAL":return"ON_OR_AFTER";default:return e}}function _g(e,t){const i=(()=>{if("NULL"===t.RIGHT.TYPE){const e="EQUALS"===t.OPERATION?kg[kg.IS_NULL]:kg[kg.NOT_NULL];return Ag.find(t=>t.type===e)}const i=Mg(t.OPERATION,e);return Ag.find(e=>e.type===i)})();return Object.assign(Object.assign({},e),{operator:i})}function Hg(e,t){if("FIELD"!==t.LEFT.TYPE)throw new Error("BinaryExpression LHS must be TYPE === FIELD");if(!["STRING","NUMBER","BOOLEAN","NULL"].includes(t.RIGHT.TYPE))throw new Error("BinaryExpression RHS must be TYPE === NUMBER | STRING | BOOLEAN | NULL");return Sg(_g({field:e.find(e=>e.fieldId===t.LEFT.NAME)},t),t.RIGHT)}function zg(e,t){const[i,o]=(()=>{switch(!0){case"IS_NULL_OR_BLANK"===t.METHOD:return[kg[kg.IS_NULL_OR_BLANK],void 0];case"NOT_NULL_OR_BLANK"===t.METHOD:return[kg[kg.NOT_NULL_OR_BLANK],void 0];case"CONTAINS_IGNORE_CASE"===t.METHOD:return[kg[kg.CONTAINS],t.PARAMETERS[1].VALUE];case"CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE"===t.METHOD&&2===t.PARAMETERS.length:return[kg[kg.CONTAINS_WORDS_STARTING_WITH],t.PARAMETERS[1].VALUE];case"CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE"===t.METHOD&&3===t.PARAMETERS.length:return[kg[kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER],t.PARAMETERS.slice(1).map(e=>e.VALUE)];case t.METHOD===Og.methodCall.DATE_TIME_IS_IN_RANGE&&3===t.PARAMETERS.length&&"STRING"===t.PARAMETERS[2].TYPE&&("CURRENT"===t.PARAMETERS[2].VALUE||"PREVIOUS"===t.PARAMETERS[2].VALUE):return[kg["CURRENT"===t.PARAMETERS[2].VALUE?kg.IS_CURRENT:kg.IS_PREVIOUS],t.PARAMETERS[1].VALUE];default:throw new Error("Unhandled fromMethodExpression case")}})();return{field:e.find(e=>e.fieldId===t.PARAMETERS[0].NAME),operator:Ag.find(e=>e.type===i),value:o}}function Pg(e,t){return{combinator:Tg.find(e=>e.type===t.OPERATION),children:t.EXPRESSIONS.map(t=>{if(!("TYPE"in t))throw new Error("RuleExpression format not yet supported - no TYPE");if("PREDICATE_EXPRESSION"===t.TYPE)return Pg(e,t);if("BINARY_EXPRESSION"===t.TYPE)return Hg(e,t);if("METHOD_EXPRESSION"===t.TYPE)return zg(e,t);throw new Error("RuleExpression format not yet supported - unsupported TYPE")})}}let Ug=class extends dg{ruleConfigChanged(e,t){this.config=Object.assign({combinators:Tg,operators:Ag,fields:t.fields,maxNesting:t.maxNesting,partialRuleValidationWarning:t.partialRuleValidationWarning},(null==t?void 0:t.model)?{model:Pg(t.fields,t.model)}:{})}configChanged(e,t){if(null!==t){if(!t.operators||!t.combinators)throw new Error("Unable to detect operators or combinators. Did you set the config on the rule builder via the config property? Use the ruleConfig property instead");super.configChanged(e,t)}}dispatchChangeEvent(e){const t=$g(e,Fg);this.dispatchEvent(new CustomEvent("change",{detail:t,bubbles:!0,cancelable:!0,composed:!0}))}};(0,C.Cg)([l.observable],Ug.prototype,"ruleConfig",void 0),Ug=(0,C.Cg)([(0,l.customElement)({name:"foundation-rule-expression-builder",styles:Am,template:zm})],Ug);const Bg={TRIM:"TRIM",PLUS:"PLUS",MINUS:"MINUS",MULTIPLY:"MULTIPLY",DIVIDE:"DIVIDE",CONVERT_TO_DATE:"CONVERT_TO_DATE",CONVERT_TO_DATE_TIME:"CONVERT_TO_DATE_TIME"},Gg=[{type:Bg.PLUS,label:"Add (+)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically added to the specified rule value. FIELD + VALUE"},{type:Bg.MINUS,label:"Subtract (-)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically subtracted by the specified rule value. FIELD - VALUE"},{type:Bg.MULTIPLY,label:"Multiply (*)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically multiplied by the specified rule value. FIELD * VALUE"},{type:Bg.DIVIDE,label:"Divide (/)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically divided by the specified rule value. FIELD / VALUE"},{type:Bg.CONVERT_TO_DATE,label:"Convert to date",applyTo:["date"],nbInputs:0,tooltip:"Returns the date, which is stored as the epoch time, as a formatted date YYYY/dd/mm"},{type:Bg.CONVERT_TO_DATE_TIME,label:"Convert to date time",applyTo:["date-time"],nbInputs:0,tooltip:"Returns the date-time, which is stored as the epoch time, as a formatted date YYYY/dd/mm HH:mm:ss"}];function Vg(e){var t,i;if(!(null===(t=e.operator)||void 0===t?void 0:t.type)||!(null===(i=e.field)||void 0===i?void 0:i.fieldId))return null;const o=xg(e),n=bg(o),a=o.operator.type;switch(a){case Bg.TRIM:case Bg.CONVERT_TO_DATE:case Bg.CONVERT_TO_DATE_TIME:return function(e,t){switch(t){case Bg.TRIM:return Cg(e,Og.methodCall.TRIM,[]);case Bg.CONVERT_TO_DATE:return Cg(e,Og.methodCall.LONG_TO_DATE,[]);case Bg.CONVERT_TO_DATE_TIME:return Cg(e,Og.methodCall.LONG_TO_DATE_TIME,[])}}(o,a);case Bg.PLUS:case Bg.MINUS:case Bg.DIVIDE:case Bg.MULTIPLY:return yg(o,a,n);default:throw new Error(`Unmatched case for operator name: ${a}`)}}function jg(e,t){if("FIELD"!==t.LEFT.TYPE)throw new Error("BinaryExpression LHS must be TYPE === FIELD");if(!["STRING","NUMBER","BOOLEAN","NULL"].includes(t.RIGHT.TYPE))throw new Error("BinaryExpression RHS must be TYPE === NUMBER | STRING | BOOLEAN | NULL");return Sg(function(e,t){const i=(()=>{const i=function(e,t){return"date"===t.field.type||t.field.type,e}(t.OPERATION,e);return Gg.find(e=>e.type===i)})();return Object.assign(Object.assign({},e),{operator:i})}({field:e.find(e=>e.fieldId===t.LEFT.NAME)},t),t.RIGHT)}function Wg(e,t){return{combinator:cm,children:t.EXPRESSIONS.map(t=>{if(!("TYPE"in t))throw new Error("RuleExpression format not yet supported - no TYPE");if("PREDICATE_EXPRESSION"===t.TYPE)return Wg(e,t);if("BINARY_EXPRESSION"===t.TYPE)return jg(e,t);if("METHOD_EXPRESSION"===t.TYPE)return function(e,t){const[i,o]=(()=>{switch(!0){case"TRIM"===t.METHOD:return[Bg[Bg.TRIM],void 0];case"LONG_TO_DATE"===t.METHOD:return[Bg[Bg.CONVERT_TO_DATE],void 0];case"LONG_TO_DATE_TIME"===t.METHOD:return[Bg[Bg.CONVERT_TO_DATE_TIME],void 0];default:throw new Error("Unhandled fromMethodExpression case")}})();return{field:e.find(e=>e.fieldId===t.PARAMETERS[0].NAME),operator:Gg.find(e=>e.type===i),value:o}}(e,t);throw new Error("RuleExpression format not yet supported - unsupported TYPE")})}}let Yg=class extends dg{valueConfigChanged(e,t){const i={TYPE:"PREDICATE_EXPRESSION",OPERATION:"NULL",EXPRESSIONS:t.model?[t.model]:[]},o=Wg(t.fields,i);this.config={combinators:[cm],operators:Gg,fields:t.fields,model:o,maxNesting:t.maxNesting,partialRuleValidationWarning:t.partialRuleValidationWarning}}configChanged(e,t){if(null!==t){if(!t.operators||!t.combinators)throw new Error("Unable to detect operators or combinators. Did you set the config on the rule builder via the config property? Use the valueConfig property instead");super.configChanged(e,t)}}dispatchChangeEvent(e){if(!("children"in e))throw new Error("Invalid top level group hierarchy");if(e.children.length>1)throw new Error("Value expressions should not have multiple rules");if(e.children[0]&&"children"in e.children[0])throw new Error("Trying to convert group to rule");const t=0===e.children.length?void 0:Vg(e.children[0]);this.dispatchEvent(new CustomEvent("change",{detail:t,bubbles:!0,cancelable:!0,composed:!0}))}};(0,C.Cg)([l.observable],Yg.prototype,"valueConfig",void 0),Yg=(0,C.Cg)([(0,l.customElement)({name:"foundation-value-expression-builder",styles:Am,template:zm})],Yg);const qg=l.html`
6283
+ `;let lg=class extends l.FASTElement{constructor(){super(...arguments),this.error=!1}connectedCallback(){super.connectedCallback(),Im(this,this.styles,"rule"),this.config.partialRuleValidationWarning&&(this.error=(e=>{if(!e.field||!e.operator)return!0;if(0===e.operator.nbInputs)return!1;if(!("value"in e))throw new Error("No value set as required for operator");return"boolean"!==km(e)&&!!(Array.isArray(e.value)?e.value:[e.value]).some(ag)})(this.model))}variadicRule(e){return"many"===e.operator.nbInputs&&"value"in e&&Array.isArray(e.value)}get operandIterator(){var e,t,i;if("many"===(null===(e=this.model.operator)||void 0===e?void 0:e.nbInputs)){if(!this.variadicRule(this.model))throw new Error("Varargs disabled for many nbInputs");return Array(this.model.value.length).fill(!0)}return Array(null!==(i=null===(t=this.model.operator)||void 0===t?void 0:t.nbInputs)&&void 0!==i?i:0).fill(!0)}operandValue(e){if(this.model.operator){if(1===this.model.operator.nbInputs&&"value"in this.model)return this.model.value;if((2===this.model.operator.nbInputs||"many"===this.model.operator.nbInputs)&&"value"in this.model&&Array.isArray(this.model.value))return this.model.value[e];throw new Error("Invalid operand lookup")}}dispatchAddVarArg(){if(!this.variadicRule(this.model))throw new Error("Cannot add inputs for non-variadic operator, or invalid format");const e={ruleId:this.model.ruleId,newData:{operator:this.model.operator,field:this.model.field,value:[...this.model.value,tg(this.model.operator,this.model)]}};this.dispatchEvent(new CustomEvent(Am.UpdateRule,{detail:e,bubbles:!0,composed:!0}))}handleRemoveVarArg(e){const{index:t}=e.detail;if(!this.variadicRule(this.model))throw new Error("Cannot remove inputs for non-variadic operator, or invalid format");const i={ruleId:this.model.ruleId,newData:{operator:this.model.operator,field:this.model.field,value:this.model.value.filter((e,i)=>i!==t)}};this.dispatchEvent(new CustomEvent(Am.UpdateRule,{detail:i,bubbles:!0,composed:!0}))}dispatchDeleteRule(e){e.stopPropagation();const t={ruleId:this.model.ruleId};this.dispatchEvent(new CustomEvent(Am.DelRule,{detail:t,bubbles:!0,composed:!0}))}handleFieldSelected(e){var t;e.stopPropagation();const{fieldId:i}=e.detail,o=null!==(t=this.config.fields.find(e=>e.fieldId===i))&&void 0!==t?t:null,n={ruleId:this.model.ruleId,newData:{field:o,value:null,operator:null}};this.dispatchEvent(new CustomEvent(Am.UpdateRule,{detail:n,bubbles:!0,composed:!0}))}handleValueChanged(e){e.stopPropagation();const{value:t,index:i}=e.detail,o={ruleId:this.model.ruleId,newData:ng(this.model,t,i)};this.dispatchEvent(new CustomEvent(Am.UpdateRule,{detail:o,bubbles:!0,composed:!0}))}handleOperatorSelected(e){var t;e.stopPropagation();const{operatorId:i}=e.detail;if(!i)return;const o=null!==(t=this.config.operators.find(e=>e.type===i))&&void 0!==t?t:null;if(!o)throw new Error(`Unable to find operator of type ${i}`);this.dispatchEvent(new CustomEvent(Am.UpdateRule,{detail:{ruleId:this.model.ruleId,newData:og(o,this.model)},bubbles:!0,composed:!0}))}};(0,C.Cg)([l.observable],lg.prototype,"config",void 0),(0,C.Cg)([l.observable],lg.prototype,"styles",void 0),(0,C.Cg)([l.observable],lg.prototype,"model",void 0),(0,C.Cg)([l.observable],lg.prototype,"index",void 0),(0,C.Cg)([(0,l.attr)({mode:"boolean"})],lg.prototype,"error",void 0),(0,C.Cg)([l.volatile],lg.prototype,"operandIterator",null),lg=(0,C.Cg)([(0,l.customElement)({name:"expression-rule",template:rg,styles:sg,shadowOptions:{delegatesFocus:!0}})],lg);let dg=class extends l.FASTElement{constructor(){super(...arguments),this.model=null,this.ruleCount=0,this.groupCount=0,this.userUpdatingModel=!1,this.handleAddGroup=this._handleAddGroup.bind(this),this.handleAddRule=this._handleAddRule.bind(this),this.handleDeleteGroup=this._handleDeleteGroup.bind(this),this.handleDeleteRule=this._handleDeleteRule.bind(this),this.handleUpdateGroupData=this._handleUpdateGroupData.bind(this),this.handleUpdateRuleData=this._handleUpdateRuleData.bind(this)}configChanged(e,t){this.isValidConfig(t)?t.model?(this.ruleCount=0,this.groupCount=0,this.userUpdatingModel=!0,this.model=$m(t.model,this),this.userUpdatingModel=!1):null===this.model&&this.initBaseModel():console.warn("Invalid config passed to ExpressionBuilder. Verify you've defined operators, fields, and combinators.")}modelChanged(e,t){if(!t||this.userUpdatingModel)return;const i=Sm(t);this.dispatchChangeEvent(i)}dispatchChangeEvent(e){this.dispatchEvent(new CustomEvent("change",{detail:e,bubbles:!0,cancelable:!0,composed:!0}))}getConfig(){return this.config}getGroupId(){return this.groupCount+=1,`group-${this.groupCount}`}getRuleId(){return this.ruleCount+=1,`rule-${this.ruleCount}`}connectedCallback(){if(super.connectedCallback(),this.addEventListener(Am.AddGroup,this.handleAddGroup),this.addEventListener(Am.DelGroup,this.handleDeleteGroup),this.addEventListener(Am.AddRule,this.handleAddRule),this.addEventListener(Am.DelRule,this.handleDeleteRule),this.addEventListener(Am.UpdateGroup,this.handleUpdateGroupData),this.addEventListener(Am.UpdateRule,this.handleUpdateRuleData),!this.isValidConfig(this.config))return this.config&&console.warn("Config detected during connectedCallback but it isn't valid"),void(this.config=null);this.config.model||this.initBaseModel()}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener(Am.AddGroup,this.handleAddGroup),this.removeEventListener(Am.DelGroup,this.handleDeleteGroup),this.removeEventListener(Am.AddRule,this.handleAddRule),this.removeEventListener(Am.DelRule,this.handleDeleteRule),this.removeEventListener(Am.UpdateGroup,this.handleUpdateGroupData),this.removeEventListener(Am.UpdateRule,this.handleUpdateRuleData)}isValidConfig(e){var t,i,o;return Boolean(e&&(null===(t=e.combinators)||void 0===t?void 0:t.length)&&(null===(i=e.operators)||void 0===i?void 0:i.length)&&(null===(o=e.fields)||void 0===o?void 0:o.length))}initBaseModel(){if(!this.isValidConfig(this.config))throw new Error("Invalid config set on ExpressionBuilder. Verify you've defined operators, fields, and combinators.");this.model={children:[],level:1,groupId:xm,config:this.config,combinator:this.config.combinators[0]}}_handleAddGroup(e){const{parentGroupId:t,newGroup:i}=e.detail,o={groupId:this.getGroupId(),level:i.level,children:[],config:this.config,combinator:this.config.combinators[0]};this.model=Cm(this.model,t,o)}_handleAddRule(e){const{parentGroupId:t}=e.detail,i={ruleId:this.getRuleId(),config:this.config,field:null,operator:null,value:null};this.model=Cm(this.model,t,i)}_handleDeleteGroup(e){const{groupId:t}=e.detail;var i,o;this.model=fm(i=this.model,ym(i,o=t).groupId,e=>e.filter(e=>!("groupId"in e)||e.groupId!==o))}_handleDeleteRule(e){const{ruleId:t}=e.detail;var i,o;this.model=fm(i=this.model,wm(i,o=t).groupId,e=>e.filter(e=>!("ruleId"in e)||e.ruleId!==o))}_handleUpdateGroupData(e){const{groupId:t,newData:i}=e.detail;this.model=function(e,t,i){return t===xm?Object.assign(Object.assign({},e),i):fm(e,ym(e,t).groupId,e=>e.map(e=>"groupId"in e&&e.groupId===t?Object.assign(Object.assign({},e),i):e))}(this.model,t,i)}_handleUpdateRuleData(e){const{ruleId:t,newData:i}=e.detail;this.model=function(e,t,i){return fm(e,wm(e,t).groupId,e=>e.map(e=>"ruleId"in e&&e.ruleId===t?Object.assign(Object.assign({},e),i):e))}(this.model,t,i)}};(0,C.Cg)([l.observable],dg.prototype,"config",void 0),(0,C.Cg)([l.observable],dg.prototype,"styles",void 0),(0,C.Cg)([l.observable],dg.prototype,"model",void 0),dg=(0,C.Cg)([(0,l.customElement)({name:"expression-builder",template:zm,styles:Lm})],dg);let cg=class extends dg{};cg=(0,C.Cg)([(0,l.customElement)({name:"foundation-expression-builder",styles:Lm,template:zm})],cg);const ug=["int","short","long"],hg=["double","bigdecimal"],pg=[...ug,...hg],mg=["date","date-time"],gg=["string","enum"],vg=["boolean"],fg=e=>{var t,i,o;return null!==(o=null===(i=null===(t=e.operator)||void 0===t?void 0:t.valueType)||void 0===i?void 0:i.type)&&void 0!==o?o:e.field.type};function bg(e){switch(fg(e)){case"int":case"long":case"double":case"bigdecimal":case"date":case"date-time":case"short":return"NUMBER";case"string":case"enum":return"STRING";case"boolean":return"BOOLEAN"}}function yg(e,t,i){return"value"in e?{TYPE:"BINARY_EXPRESSION",LEFT:{TYPE:"FIELD",NAME:e.field.fieldId},OPERATION:t,RIGHT:{TYPE:i,VALUE:e.value}}:null}function wg(e,t,i){return{TYPE:"BINARY_EXPRESSION",LEFT:{TYPE:"FIELD",NAME:e.field.fieldId},OPERATION:t,RIGHT:i}}function Cg(e,t,i=[]){return"value"in e?{TYPE:"METHOD_EXPRESSION",PARAMETERS:[{TYPE:"FIELD",NAME:e.field.fieldId},...i],METHOD:t}:null}function xg(e){const t=!(!("value"in e)||void 0===e.value||null===e.value);return Object.assign(Object.assign({},e),t?{value:(t=>{const i=fg(e);if(gg.includes(i))return t;if(pg.includes(i))return t.toString();if(vg.includes(i))return t;if(Array.isArray(t))throw new Error("Not implemented TernararyOperator or VariadicOperator args in rule value transformer");if(mg.includes(i))return new Date(t).getTime().toString();throw new Error("Unhandled transformRuleValue case")})(e.value)}:{})}function $g(e,t){return{TYPE:"PREDICATE_EXPRESSION",OPERATION:e.combinator.type,EXPRESSIONS:e.children.map(e=>"children"in e?$g(e,t):t(e)).filter(Boolean)}}function Sg(e,t){const i=e.operator.nbInputs;if("many"===i||2===i)throw new Error("Not implemented TernararyOperator or VariadicOperator args in rebuildRuleValue");return Object.assign(Object.assign({},e),0===i?{}:{value:(t=>{const i=fg(e);if(gg.includes(i))return t;if(ug.includes(i))return parseInt(t);if(hg.includes(i))return parseFloat(t);if(vg.includes(i))return t;if(mg.includes(i)){const e=new Date(parseInt(t));return"date"===i?Em(e):Om(e)}throw new Error("Unhandled rebuildRuleValue case")})(t.VALUE)})}const Eg={template:zm,styles:Lm};var Og;!function(e){e.methodCall={CONTAINS_IGNORE_CASE:"CONTAINS_IGNORE_CASE",CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE:"CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE",IS_NULL_OR_BLANK:"IS_NULL_OR_BLANK",NOT_NULL_OR_BLANK:"NOT_NULL_OR_BLANK",TRIM:"TRIM",LONG_TO_DATE:"LONG_TO_DATE",LONG_TO_DATE_TIME:"LONG_TO_DATE_TIME",DATE_TIME_IS_IN_RANGE:"DATE_TIME_IS_IN_RANGE"},e.logicalOperations={AND:"AND",OR:"OR"},e.operations=Object.assign(Object.assign({},e.logicalOperations),{GREATER_THAN:"GREATER_THAN",LESS_THAN:"LESS_THAN",GREATER_THAN_OR_EQUAL:"GREATER_THAN_OR_EQUAL",LESS_THAN_OR_EQUAL:"LESS_THAN_OR_EQUAL",EQUALS:"EQUALS",NOT_EQUALS:"NOT_EQUALS",PLUS:"PLUS",MINUS:"MINUS",MULTIPLY:"MULTIPLY",DIVIDE:"DIVIDE",BITWISE_AND:"BITWISE_AND",BITWISE_OR:"BITWISE_OR",ASSIGNMENT:"ASSIGNMENT",IS_CURRENT:"IS_CURRENT",IS_PREVIOUS:"IS_PREVIOUS"})}(Og||(Og={}));const Tg=[{type:Og.logicalOperations.AND,maxRules:"many"},{type:Og.logicalOperations.OR,maxRules:"many"}],kg={EQUALS:Og.operations.EQUALS,NOT_EQUALS:Og.operations.NOT_EQUALS,IS_NULL:"IS_NULL",NOT_NULL:"NOT_NULL",IS_NULL_OR_BLANK:"IS_NULL_OR_BLANK",NOT_NULL_OR_BLANK:"NOT_NULL_OR_BLANK",CONTAINS:"CONTAINS",CONTAINS_WORDS_STARTING_WITH:"CONTAINS_WORDS_STARTING_WITH",CONTAINS_WORDS_STARTING_SPLIT_DELIMITER:"CONTAINS_WORDS_STARTING_SPLIT_DELIMITER",GREATER_THAN:Og.operations.GREATER_THAN,GREATER_THAN_OR_EQUAL:Og.operations.GREATER_THAN_OR_EQUAL,LESS_THAN:Og.operations.LESS_THAN,LESS_THAN_OR_EQUAL:Og.operations.LESS_THAN_OR_EQUAL,IS_BEFORE:"IS_BEFORE",IS_AFTER:"IS_AFTER",ON_OR_BEFORE:"ON_OR_BEFORE",ON_OR_AFTER:"ON_OR_AFTER",IS_CURRENT:Og.operations.IS_CURRENT,IS_PREVIOUS:Og.operations.IS_PREVIOUS},Dg=e=>({type:"enum",input:"select",values:e}),Ig=Dg({HOUR:{label:"Hour",tooltip:"Beginning of the hour immediately preceding the current one to the current hour."},DAY:{label:"Day",tooltip:"Midnight on the day before today to midnight of the current day."},WEEK_DAY:{label:"Week day",tooltip:"Midnight on the day before today to midnight of the current day. If the current day is Monday then the previous day is Friday."},WEEK:{label:"Week",tooltip:"Midnight on the Monday of the previous week to midnight on the Monday of the current week."},MONTH:{label:"Month",tooltip:"Midnight on the 1st of the previous month to midnight on the 1st of the current month."},YEAR:{label:"Year",tooltip:"Midnight on Jan 1st of the previous year to midnight on the 1st Jan of the current year."}}),Ag=Dg({HOUR:{label:"Hour",tooltip:"Beginning of the current hour to beginning of the next hour."},DAY:{label:"Day",tooltip:"Midnight on the current day day to midnight of the next day."},WEEK_DAY:{label:"Week day",tooltip:"Midnight on the current day day to midnight of the next day. This filter will never match Sat or Sun, always returning false on the weekends."},WEEK:{label:"Week",tooltip:"Midnight on the Monday of the current week to midnight on the Monday of the next week."},MONTH:{label:"Month",tooltip:"Midnight on the 1st of the current month to midnight on the 1st of the next month."},YEAR:{label:"Year",tooltip:"Midnight on Jan 1st of the current year to midnight on the 1st Jan of the next year."}}),Lg=[{type:kg.EQUALS,label:"Equals",nbInputs:1,applyTo:[...gg,...vg,...pg,...mg],tooltip:"Check the equality of the field compared to a set value"},{type:kg.NOT_EQUALS,label:"Not equals",nbInputs:1,applyTo:[...gg,...vg,...pg,...mg],tooltip:"Check that the field is different from a set value"},{type:kg.IS_NULL,label:"Is null",nbInputs:0,applyTo:["enum",...vg,...pg,...mg],tooltip:"Check if the field value is null"},{type:kg.NOT_NULL,label:"Not null",nbInputs:0,applyTo:["enum",...vg,...pg,...mg],tooltip:"Check if the field value is not null"},{type:kg.IS_NULL_OR_BLANK,label:"Is null or blank",nbInputs:0,applyTo:["string"],tooltip:"Check if the field value is null or an empty string"},{type:kg.NOT_NULL_OR_BLANK,label:"Not null or blank",nbInputs:0,applyTo:["string"],tooltip:"Check if the field value is not null and not an empty string"},{type:kg.CONTAINS,label:"Contains",nbInputs:1,applyTo:["string"],tooltip:"Check if the field contains the specified text (case insensitive)"},{type:kg.CONTAINS_WORDS_STARTING_WITH,label:"Contains words starting with",nbInputs:1,applyTo:["string"],tooltip:"Check if the field contains words that start with the specified text, split by whitespace (case insensitive)"},{type:kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER,label:"Contains words starting with (split)",nbInputs:2,applyTo:["string"],tooltip:"Check if field contains words starting with text, split by a delimiter (case insensitive)"},{type:kg.GREATER_THAN,label:"Greater than",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is greater than a specified number"},{type:kg.GREATER_THAN_OR_EQUAL,label:"Greater than or equal to",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is greater than or equal to a specified number"},{type:kg.LESS_THAN,label:"Less than",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is less than a specified number"},{type:kg.LESS_THAN_OR_EQUAL,label:"Less than or equal to",nbInputs:1,applyTo:[...pg],tooltip:"Check if the field value is less than or equal to a specified number"},{type:kg.IS_BEFORE,label:"Is before",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is before a specified date/time"},{type:kg.IS_AFTER,label:"Is after",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is after a specified date/time"},{type:kg.ON_OR_BEFORE,label:"On or before",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is on or before a specified date/time"},{type:kg.ON_OR_AFTER,label:"On or after",nbInputs:1,applyTo:[...mg],tooltip:"Check if the field is on or after a specified date/time"},{type:kg.IS_CURRENT,label:"Is current",nbInputs:1,applyTo:[...mg],tooltip:"Check whether the current date/time matches the current hour/day/work day/week/month/year.",valueType:Ag,optgroup:"Relative Period"},{type:kg.IS_PREVIOUS,label:"Is previous",nbInputs:1,applyTo:[...mg],tooltip:"Check whether the current date/time matches the previous hour/day/work day/week/month/year",valueType:Ig,optgroup:"Relative Period"}];function Rg(e){switch(e){case"IS_BEFORE":return"LESS_THAN";case"IS_AFTER":return"GREATER_THAN";case"ON_OR_BEFORE":return"LESS_THAN_OR_EQUAL";case"ON_OR_AFTER":return"GREATER_THAN_OR_EQUAL";default:return e}}function Ng(e,t){switch(t){case kg.IS_NULL_OR_BLANK:return Cg(e,Og.methodCall.IS_NULL_OR_BLANK,[]);case kg.NOT_NULL_OR_BLANK:return Cg(e,Og.methodCall.NOT_NULL_OR_BLANK,[]);case kg.CONTAINS:if(!("value"in e))throw new Error("Invalid shape for operator CONTAINS");return Cg(e,Og.methodCall.CONTAINS_IGNORE_CASE,[{TYPE:"STRING",VALUE:e.value}]);case kg.CONTAINS_WORDS_STARTING_WITH:if(!("value"in e))throw new Error("Invalid shape for operator CONTAINS_WORDS_STARTING_WITH");return Cg(e,Og.methodCall.CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE,[{TYPE:"STRING",VALUE:e.value}]);case kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER:if(!("value"in e)||!Array.isArray(e.value)||2!==e.value.length)throw new Error("Invalid shape for CONTAINS_WORDS_STARTING_SPLIT_DELIMITER");return Cg(e,Og.methodCall.CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE,e.value.map(e=>({TYPE:"STRING",VALUE:e})));case kg.IS_CURRENT:case kg.IS_PREVIOUS:if(!("value"in e))throw new Error("Invalid shape for operator IS_CURRENT | IS_PREVIOUS");return Cg(e,Og.methodCall.DATE_TIME_IS_IN_RANGE,[{TYPE:"STRING",VALUE:e.value},{TYPE:"STRING",VALUE:t===kg.IS_CURRENT?"CURRENT":"PREVIOUS"}]);default:throw new Error("Unreachable default case")}}function Fg(e){var t,i;if(!(null===(t=e.operator)||void 0===t?void 0:t.type)||!(null===(i=e.field)||void 0===i?void 0:i.fieldId))return null;const o=xg(e),n=bg(o),a=Rg(o.operator.type);switch(a){case kg.EQUALS:case kg.NOT_EQUALS:case kg.GREATER_THAN:case kg.GREATER_THAN_OR_EQUAL:case kg.LESS_THAN:case kg.LESS_THAN_OR_EQUAL:return yg(o,a,n);case kg.IS_NULL:return wg(o,Og.operations.EQUALS,{TYPE:"NULL"});case kg.NOT_NULL:return wg(o,Og.operations.NOT_EQUALS,{TYPE:"NULL"});case kg.IS_NULL_OR_BLANK:case kg.NOT_NULL_OR_BLANK:case kg.CONTAINS:case kg.CONTAINS_WORDS_STARTING_WITH:case kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER:case kg.IS_CURRENT:case kg.IS_PREVIOUS:return Ng(o,a);default:throw new Error(`Unmatched case for operator name: ${a}`)}}function Mg(e,t){if(!("date"===t.field.type||"date-time"===t.field.type))return e;switch(e){case"LESS_THAN":return"IS_BEFORE";case"GREATER_THAN":return"IS_AFTER";case"LESS_THAN_OR_EQUAL":return"ON_OR_BEFORE";case"GREATER_THAN_OR_EQUAL":return"ON_OR_AFTER";default:return e}}function _g(e,t){const i=(()=>{if("NULL"===t.RIGHT.TYPE){const e="EQUALS"===t.OPERATION?kg[kg.IS_NULL]:kg[kg.NOT_NULL];return Lg.find(t=>t.type===e)}const i=Mg(t.OPERATION,e);return Lg.find(e=>e.type===i)})();return Object.assign(Object.assign({},e),{operator:i})}function Hg(e,t){if("FIELD"!==t.LEFT.TYPE)throw new Error("BinaryExpression LHS must be TYPE === FIELD");if(!["STRING","NUMBER","BOOLEAN","NULL"].includes(t.RIGHT.TYPE))throw new Error("BinaryExpression RHS must be TYPE === NUMBER | STRING | BOOLEAN | NULL");return Sg(_g({field:e.find(e=>e.fieldId===t.LEFT.NAME)},t),t.RIGHT)}function zg(e,t){const[i,o]=(()=>{switch(!0){case"IS_NULL_OR_BLANK"===t.METHOD:return[kg[kg.IS_NULL_OR_BLANK],void 0];case"NOT_NULL_OR_BLANK"===t.METHOD:return[kg[kg.NOT_NULL_OR_BLANK],void 0];case"CONTAINS_IGNORE_CASE"===t.METHOD:return[kg[kg.CONTAINS],t.PARAMETERS[1].VALUE];case"CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE"===t.METHOD&&2===t.PARAMETERS.length:return[kg[kg.CONTAINS_WORDS_STARTING_WITH],t.PARAMETERS[1].VALUE];case"CONTAINS_WORDS_STARTING_WITH_IGNORE_CASE"===t.METHOD&&3===t.PARAMETERS.length:return[kg[kg.CONTAINS_WORDS_STARTING_SPLIT_DELIMITER],t.PARAMETERS.slice(1).map(e=>e.VALUE)];case t.METHOD===Og.methodCall.DATE_TIME_IS_IN_RANGE&&3===t.PARAMETERS.length&&"STRING"===t.PARAMETERS[2].TYPE&&("CURRENT"===t.PARAMETERS[2].VALUE||"PREVIOUS"===t.PARAMETERS[2].VALUE):return[kg["CURRENT"===t.PARAMETERS[2].VALUE?kg.IS_CURRENT:kg.IS_PREVIOUS],t.PARAMETERS[1].VALUE];default:throw new Error("Unhandled fromMethodExpression case")}})();return{field:e.find(e=>e.fieldId===t.PARAMETERS[0].NAME),operator:Lg.find(e=>e.type===i),value:o}}function Pg(e,t){return{combinator:Tg.find(e=>e.type===t.OPERATION),children:t.EXPRESSIONS.map(t=>{if(!("TYPE"in t))throw new Error("RuleExpression format not yet supported - no TYPE");if("PREDICATE_EXPRESSION"===t.TYPE)return Pg(e,t);if("BINARY_EXPRESSION"===t.TYPE)return Hg(e,t);if("METHOD_EXPRESSION"===t.TYPE)return zg(e,t);throw new Error("RuleExpression format not yet supported - unsupported TYPE")})}}let Ug=class extends dg{ruleConfigChanged(e,t){this.config=Object.assign({combinators:Tg,operators:Lg,fields:t.fields,maxNesting:t.maxNesting,partialRuleValidationWarning:t.partialRuleValidationWarning},(null==t?void 0:t.model)?{model:Pg(t.fields,t.model)}:{})}configChanged(e,t){if(null!==t){if(!t.operators||!t.combinators)throw new Error("Unable to detect operators or combinators. Did you set the config on the rule builder via the config property? Use the ruleConfig property instead");super.configChanged(e,t)}}dispatchChangeEvent(e){const t=$g(e,Fg);this.dispatchEvent(new CustomEvent("change",{detail:t,bubbles:!0,cancelable:!0,composed:!0}))}};(0,C.Cg)([l.observable],Ug.prototype,"ruleConfig",void 0),Ug=(0,C.Cg)([(0,l.customElement)({name:"foundation-rule-expression-builder",styles:Lm,template:zm})],Ug);const Bg={TRIM:"TRIM",PLUS:"PLUS",MINUS:"MINUS",MULTIPLY:"MULTIPLY",DIVIDE:"DIVIDE",CONVERT_TO_DATE:"CONVERT_TO_DATE",CONVERT_TO_DATE_TIME:"CONVERT_TO_DATE_TIME"},Gg=[{type:Bg.PLUS,label:"Add (+)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically added to the specified rule value. FIELD + VALUE"},{type:Bg.MINUS,label:"Subtract (-)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically subtracted by the specified rule value. FIELD - VALUE"},{type:Bg.MULTIPLY,label:"Multiply (*)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically multiplied by the specified rule value. FIELD * VALUE"},{type:Bg.DIVIDE,label:"Divide (/)",applyTo:[...pg],nbInputs:1,tooltip:"Returns the result of the field value mathematically divided by the specified rule value. FIELD / VALUE"},{type:Bg.CONVERT_TO_DATE,label:"Convert to date",applyTo:["date"],nbInputs:0,tooltip:"Returns the date, which is stored as the epoch time, as a formatted date YYYY/dd/mm"},{type:Bg.CONVERT_TO_DATE_TIME,label:"Convert to date time",applyTo:["date-time"],nbInputs:0,tooltip:"Returns the date-time, which is stored as the epoch time, as a formatted date YYYY/dd/mm HH:mm:ss"}];function jg(e){var t,i;if(!(null===(t=e.operator)||void 0===t?void 0:t.type)||!(null===(i=e.field)||void 0===i?void 0:i.fieldId))return null;const o=xg(e),n=bg(o),a=o.operator.type;switch(a){case Bg.TRIM:case Bg.CONVERT_TO_DATE:case Bg.CONVERT_TO_DATE_TIME:return function(e,t){switch(t){case Bg.TRIM:return Cg(e,Og.methodCall.TRIM,[]);case Bg.CONVERT_TO_DATE:return Cg(e,Og.methodCall.LONG_TO_DATE,[]);case Bg.CONVERT_TO_DATE_TIME:return Cg(e,Og.methodCall.LONG_TO_DATE_TIME,[])}}(o,a);case Bg.PLUS:case Bg.MINUS:case Bg.DIVIDE:case Bg.MULTIPLY:return yg(o,a,n);default:throw new Error(`Unmatched case for operator name: ${a}`)}}function Vg(e,t){if("FIELD"!==t.LEFT.TYPE)throw new Error("BinaryExpression LHS must be TYPE === FIELD");if(!["STRING","NUMBER","BOOLEAN","NULL"].includes(t.RIGHT.TYPE))throw new Error("BinaryExpression RHS must be TYPE === NUMBER | STRING | BOOLEAN | NULL");return Sg(function(e,t){const i=(()=>{const i=function(e,t){return"date"===t.field.type||t.field.type,e}(t.OPERATION,e);return Gg.find(e=>e.type===i)})();return Object.assign(Object.assign({},e),{operator:i})}({field:e.find(e=>e.fieldId===t.LEFT.NAME)},t),t.RIGHT)}function Yg(e,t){return{combinator:cm,children:t.EXPRESSIONS.map(t=>{if(!("TYPE"in t))throw new Error("RuleExpression format not yet supported - no TYPE");if("PREDICATE_EXPRESSION"===t.TYPE)return Yg(e,t);if("BINARY_EXPRESSION"===t.TYPE)return Vg(e,t);if("METHOD_EXPRESSION"===t.TYPE)return function(e,t){const[i,o]=(()=>{switch(!0){case"TRIM"===t.METHOD:return[Bg[Bg.TRIM],void 0];case"LONG_TO_DATE"===t.METHOD:return[Bg[Bg.CONVERT_TO_DATE],void 0];case"LONG_TO_DATE_TIME"===t.METHOD:return[Bg[Bg.CONVERT_TO_DATE_TIME],void 0];default:throw new Error("Unhandled fromMethodExpression case")}})();return{field:e.find(e=>e.fieldId===t.PARAMETERS[0].NAME),operator:Gg.find(e=>e.type===i),value:o}}(e,t);throw new Error("RuleExpression format not yet supported - unsupported TYPE")})}}let Wg=class extends dg{valueConfigChanged(e,t){const i={TYPE:"PREDICATE_EXPRESSION",OPERATION:"NULL",EXPRESSIONS:t.model?[t.model]:[]},o=Yg(t.fields,i);this.config={combinators:[cm],operators:Gg,fields:t.fields,model:o,maxNesting:t.maxNesting,partialRuleValidationWarning:t.partialRuleValidationWarning}}configChanged(e,t){if(null!==t){if(!t.operators||!t.combinators)throw new Error("Unable to detect operators or combinators. Did you set the config on the rule builder via the config property? Use the valueConfig property instead");super.configChanged(e,t)}}dispatchChangeEvent(e){if(!("children"in e))throw new Error("Invalid top level group hierarchy");if(e.children.length>1)throw new Error("Value expressions should not have multiple rules");if(e.children[0]&&"children"in e.children[0])throw new Error("Trying to convert group to rule");const t=0===e.children.length?void 0:jg(e.children[0]);this.dispatchEvent(new CustomEvent("change",{detail:t,bubbles:!0,cancelable:!0,composed:!0}))}};(0,C.Cg)([l.observable],Wg.prototype,"valueConfig",void 0),Wg=(0,C.Cg)([(0,l.customElement)({name:"foundation-value-expression-builder",styles:Lm,template:zm})],Wg);const qg=l.html`
6284
6284
  <template ${(0,l.ref)("notificationListener")}>
6285
6285
  <slot></slot>
6286
6286
  </template>
6287
- `;var Kg;!function(e){e.NOTIFICATION_EVENT="notification-event"}(Kg||(Kg={}));const Xg={mode:"open",delegatesFocus:!0};class Qg extends s.FoundationElement{constructor(){super(...arguments),this.closeTimeout=0,this.toastButtons=[]}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){e.connectedCallback.call(this),this.addEventListener(Kg.NOTIFICATION_EVENT,e=>{e.stopImmediatePropagation(),fe(e.detail,this.tagName,this.notificationListener)}),this.connectionSub=this.connect.isConnected$.subscribe(e=>(0,C.sH)(this,void 0,void 0,function*(){e&&(yield this.handleReconnection())}))})}handleReconnection(){return(0,C.sH)(this,void 0,void 0,function*(){this.resourceName&&(yield this.initializeDatasource(),this.setupDataSubscription())})}initializeDatasource(){return(0,C.sH)(this,void 0,void 0,function*(){var e;(null===(e=this.datasource)||void 0===e?void 0:e.initialized)&&this.datasource.destroy();if(!(yield this.datasource.init({resourceName:this.resourceName},!0)))throw new Error(`Failed to initialize datasource for ${this.resourceName}`)})}setupDataSubscription(){this.datasource.stream?this.dataSub=this.datasource.stream.subscribe(e=>{e.ROW&&e.SEQUENCE_ID>1&&this.handleStreamUpdate((0,oi.d)(e))}):Ze.warn(`No stream available for ${this.resourceName}`)}disconnectedCallback(){var e,t,i;super.disconnectedCallback(),null===(e=this.dataSub)||void 0===e||e.unsubscribe(),delete this.dataSub,null===(t=this.connectionSub)||void 0===t||t.unsubscribe(),delete this.connectionSub,null===(i=this.datasource)||void 0===i||i.destroy(),delete this.datasource}handleStreamUpdate(e){const t=e.inserts;t.length>0&&t.forEach(e=>{this.showNotificationToast(e)})}showNotificationToast(e){const{HEADER:t,MESSAGE:i,NOTIFY_SEVERITY:o}=e,n=e.CREATED_AT?new Date(e.CREATED_AT):void 0,a=e.EXPIRY?e.EXPIRY-e.CREATED_AT:void 0;let s=[];this.toastButtons&&this.toastButtons.length>0&&(s=this.toastButtons.filter(({condition:t})=>!t||t({details:e})));const r={title:t,body:i,createdAt:n,toast:{details:e,type:null==o?void 0:o.toLowerCase(),buttons:s,autoClose:void 0!==a?!!a:!!this.closeTimeout,closeTimeout:null!=a?a:this.closeTimeout,position:this.toastPosition}};Yd(r,this.tagName)}}(0,C.Cg)([l.observable],Qg.prototype,"notificationListener",void 0),(0,C.Cg)([ai.dm],Qg.prototype,"connect",void 0),(0,C.Cg)([(0,l.attr)({attribute:"resource-name"})],Qg.prototype,"resourceName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"close-timeout",converter:l.nullableNumberConverter})],Qg.prototype,"closeTimeout",void 0),(0,C.Cg)([l.observable],Qg.prototype,"toastButtons",void 0),(0,C.Cg)([(0,l.attr)({attribute:"toast-position"})],Qg.prototype,"toastPosition",void 0),(0,C.Cg)([si.yW],Qg.prototype,"datasource",void 0);const Jg=Qg.compose({baseName:"notification-listener",template:qg,shadowOptions:Xg}),Zg=(e,t)=>i=>{const o="function"==typeof t?t:(n=t,e=>Object.assign(Object.assign({},n),e));var n;return l.FASTElement.define(class extends e{},o(i))};function ev(e){if("string"==typeof e)return e;if("function"==typeof e&&!(e=l.FASTElementDefinition.forType(e)))throw new Error("Missing FASTElement definition.");return e.name}var tv,iv=i(16171);!function(e){e.controlClicked="controlClicked",e.routeChanged="routeChanged"}(tv||(tv={}));class ov{constructor(e){this.analytics=(0,iv.Ay)(e)}trackEvent(e,t){za.v.debug(`FoundationAnalytics.trackEvent ${e} : ${JSON.stringify(t)}`),this.analytics.track(e,t)}}const nv=s.DI.createInterface(e=>e.singleton(ov));var av=i(98647),sv=i(35044);const rv=(0,Je.createLogger)("foundation-router");var lv=i(36132),dv=i(80751),cv=i(3479);const uv="$router",hv=Object.freeze({getOrCreateFor:e=>{const t=e[uv];return void 0!==t?t:e[uv]=new pv(e)},find:e=>cv.Ix.find(e),from:e=>cv.Ix.from(e)});class pv extends cv.LK{}const mv=/^([a-z][a-z0-9+\-.]*:)?\/\//i;function gv(e){return mv.test(e)}function vv(e){return e.config instanceof av.Y?e:hv.find(e)}function fv(e){return vv(e).parent}function bv(e){let t=vv(e);for(;t&&t.level>0;)t=t.parent;return t}function yv(e,t="/",i=!1){const o=e.join(t).replace(new RegExp(t+"{1,}","g"),t);return!i&&o.endsWith(t)?o.slice(0,-1):o}function wv(e,t="/"){const i=e.split(t);return 2===i.length&&""===i[0]&&""!==i[1]?e:(i.length>1&&i.pop(),i.join(t))}function Cv(e){return e.replace(`/*${dv.N}`,"")}const xv=Object.freeze({path:Object.freeze({get current(){return lv.qh.path.current},generateRoute:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={}){let o=vv(e);for(;null!==o;){const e=yield o.config.generateRouteFromPath(t,i);if(null!==e)return e;o=o.parent}return null}),push:(e,t=!0)=>{e&&gv(e)?location.href=e:(history.pushState({},document.title,e),t&&xv.path.trigger(e))},replace:(e,t=!0)=>{e&&gv(e)?location.href=e:(history.replaceState({},document.title,e),t&&xv.path.trigger(e))},trigger:e=>{lv.qh.path.trigger(e)}}),name:Object.freeze({generateRoute:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={}){let o=vv(e);for(;null!==o;){const e=yield o.config.generateRouteFromName(t,i);if(null!==e)return e;o=o.parent}return null}),push:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={},o=!0){const n=yield xv.name.generateRoute(e,t,i);null!==n&&xv.path.push(n,o)}),replace:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={},o=!0){const n=yield xv.name.generateRoute(e,t,i);null!==n&&xv.path.replace(n,o)}),trigger:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={}){const o=yield xv.name.generateRoute(e,t,i);null!==o&&xv.path.trigger(o)})})}),$v=e=>!e.navId||"header"===e.navId||"side-nav"===e.navId,Sv=10;function Ev(e,t=$v,i=Sv){const o=[];return e.filter(e=>e.navItems&&e.navItems.some(t)).forEach((e,n)=>{e.navItems.filter(t).map((t,o)=>{var a,s,r,l;const d=null!==(a=t.placementIndex)&&void 0!==a?a:n*i+o;return Object.assign(Object.assign({},t),{navId:null!==(s=t.navId)&&void 0!==s?s:"header",placementIndex:d,routePath:null!==(r=t.routePath)&&void 0!==r?r:e.path,routeName:null!==(l=t.routeName)&&void 0!==l?l:e.name})}).forEach(e=>o.push(e))}),o.sort((e,t)=>e.placementIndex-t.placementIndex)}class Ov extends dv.s{constructor(){super(...arguments),this.definitions=[]}map(...e){const t=this.owner,i=!t.parent,o=t.basename;i&&(""!==o&&"/"!==o)&&(rv.debug("Route paths remap required due to detected sub-path deployment"),e=e.map(e=>{if(!e.path)return e;if(e.path.startsWith(o))return rv.debug(`'${e.path}' path okay as is`),e;const t="/"!==e.path.charAt(0)?"/":"",i=`${o}${t}${e.path}`;return rv.debug(`'${e.path}' path modified to '${i}'`),Object.assign(Object.assign({},e),{path:i})})),this.definitions=[...e,...this.definitions],super.map(...e)}}(0,C.Cg)([l.observable],Ov.prototype,"definitions",void 0);class Tv extends av.Y{constructor(){super(),this.logger=rv,this.loginPath="login",this.notFoundPath="not-found",this.notPermittedPath="not-permitted",this.routes=new Ov(this),this.basename=Yn.OB,this.routes=new Ov(this)}getNavItems(e=$v){return Ev(this.routes.definitions,e)}configureAnalytics(){this.contributors.push({navigate:e=>(0,C.sH)(this,void 0,void 0,function*(){this.analytics.trackEvent(tv.routeChanged,{path:e.route.endpoint.path})})})}configureRoutePermittedChecks(){this.contributors.push({navigate:e=>(0,C.sH)(this,void 0,void 0,function*(){var t;const{settings:i}=e.route;!1===(null===(t=null==i?void 0:i.isPermitted)||void 0===t?void 0:t.call(i))&&e.cancel(()=>{var t,o;if(this.user.isAuthenticated){const n=null!==(o=null===(t=i.notPermittedPath)||void 0===t?void 0:t.call(i))&&void 0!==o?o:this.notPermittedPath;this.logger.debug(`User not permitted to access route. Re-routing to ${n}.`),xv.name.replace(e.router,n)}else this.user.trackPath(),xv.name.replace(e.router,this.loginPath)})})})}configureFallbackRouteDefinition(){this.routes.fallback(()=>{let e={redirect:this.notFoundPath};return this.user.isAuthenticated||(this.user.trackPath(),this._session.captureReturnUrl(),e={redirect:this.loginPath}),this.logger.debug(`Route unresolved. Re-routing to ${e.redirect}.`),e})}navigationPhaseLoginRedirect(e){e.cancel(()=>{this.user.trackPath(),this._session.captureReturnUrl(),xv.name.replace(e.router,this.loginPath)})}generateRouteFromName(e,t){const i=Object.create(null,{generateRouteFromName:{get:()=>super.generateRouteFromName}});return(0,C.sH)(this,void 0,void 0,function*(){const o=yield i.generateRouteFromName.call(this,e,t);return o?this.generateNavigationPath(o):null})}navigateTo(e){return(0,C.sH)(this,void 0,void 0,function*(){if(e.name)return this.relativeTo||this.logger.error("unable to navigate by name as the relativeTo router is not set"),void(yield xv.name.push(this.relativeTo,e.name,e.params,e.trigger));e.path&&xv.path.push(this.generateNavigationPath(e.path,e.params),e.trigger)})}generateNavigationPath(e,t){const i=this.getNavigationPathBasename(),o=sv.C.build(t);let n=i&&!e.startsWith(i)?yv([i,e]):e;return n=o?`${n}?${o}`:n,n}getNavigationPathBasename(){var e,t;const i=this.parent,o=null===(t=null===(e=null==i?void 0:i.relativeTo)||void 0===e?void 0:e.route)||void 0===t?void 0:t.endpoint.route.path;return o?Cv(o):this.basename?this.basename:""}construct(e){return this.container.get(e)}}(0,C.Cg)([s.Container],Tv.prototype,"container",void 0),(0,C.Cg)([nv],Tv.prototype,"analytics",void 0),(0,C.Cg)([Nl.KJ],Tv.prototype,"user",void 0),(0,C.Cg)([Ci.N],Tv.prototype,"_session",void 0);const kv="navigate-to",Iv="generate-navigation-path";let Dv=class extends(hv.from(l.FASTElement)){constructor(){super(...arguments),this.logger=rv,this.onNavigateTo=e=>{e.stopImmediatePropagation(),this.config.navigateTo(e.detail)},this.onGenerateNavigationPath=e=>{e.stopImmediatePropagation();const{path:t,params:i,callback:o}=e.detail;if(!o)return;o(this.config.generateNavigationPath(t,i))}}get router(){return this[uv]}connectedCallback(){var e,t;super.connectedCallback(),this.config.isConfigured||(null!==(e=(t=this.config).relativeTo)&&void 0!==e||(t.relativeTo=this.router),l.DOM.queueUpdate(()=>(0,C.sH)(this,void 0,void 0,function*(){this.router.config?this.router.connect():this.router.config=this.config})),this.addEventListeners())}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListeners()}addEventListeners(){this.addEventListener(kv,this.onNavigateTo),this.addEventListener(Iv,this.onGenerateNavigationPath)}removeEventListeners(){this.removeEventListener(kv,this.onNavigateTo),this.removeEventListener(Iv,this.onGenerateNavigationPath)}};Dv=(0,C.Cg)([(0,l.customElement)({name:"foundation-router"})],Dv);const Rv=e=>l.html`
6287
+ `;var Kg;!function(e){e.NOTIFICATION_EVENT="notification-event"}(Kg||(Kg={}));const Xg={mode:"open",delegatesFocus:!0};class Jg extends s.FoundationElement{constructor(){super(...arguments),this.closeTimeout=0,this.toastButtons=[]}connectedCallback(){const e=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});return(0,C.sH)(this,void 0,void 0,function*(){e.connectedCallback.call(this),this.addEventListener(Kg.NOTIFICATION_EVENT,e=>{e.stopImmediatePropagation(),fe(e.detail,this.tagName,this.notificationListener)}),this.connectionSub=this.connect.isConnected$.subscribe(e=>(0,C.sH)(this,void 0,void 0,function*(){e&&(yield this.handleReconnection())}))})}handleReconnection(){return(0,C.sH)(this,void 0,void 0,function*(){this.resourceName&&(yield this.initializeDatasource(),this.setupDataSubscription())})}initializeDatasource(){return(0,C.sH)(this,void 0,void 0,function*(){var e;(null===(e=this.datasource)||void 0===e?void 0:e.initialized)&&this.datasource.destroy();if(!(yield this.datasource.init({resourceName:this.resourceName},!0)))throw new Error(`Failed to initialize datasource for ${this.resourceName}`)})}setupDataSubscription(){this.datasource.stream?this.dataSub=this.datasource.stream.subscribe(e=>{e.ROW&&e.SEQUENCE_ID>1&&this.handleStreamUpdate((0,oi.d)(e))}):Ze.warn(`No stream available for ${this.resourceName}`)}disconnectedCallback(){var e,t,i;super.disconnectedCallback(),null===(e=this.dataSub)||void 0===e||e.unsubscribe(),delete this.dataSub,null===(t=this.connectionSub)||void 0===t||t.unsubscribe(),delete this.connectionSub,null===(i=this.datasource)||void 0===i||i.destroy(),delete this.datasource}handleStreamUpdate(e){const t=e.inserts;t.length>0&&t.forEach(e=>{this.showNotificationToast(e)})}showNotificationToast(e){const{HEADER:t,MESSAGE:i,NOTIFY_SEVERITY:o}=e,n=e.CREATED_AT?new Date(e.CREATED_AT):void 0,a=e.EXPIRY?e.EXPIRY-e.CREATED_AT:void 0;let s=[];this.toastButtons&&this.toastButtons.length>0&&(s=this.toastButtons.filter(({condition:t})=>!t||t({details:e})));const r={title:t,body:i,createdAt:n,toast:{details:e,type:null==o?void 0:o.toLowerCase(),buttons:s,autoClose:void 0!==a?!!a:!!this.closeTimeout,closeTimeout:null!=a?a:this.closeTimeout,position:this.toastPosition}};Wd(r,this.tagName)}}(0,C.Cg)([l.observable],Jg.prototype,"notificationListener",void 0),(0,C.Cg)([ai.dm],Jg.prototype,"connect",void 0),(0,C.Cg)([(0,l.attr)({attribute:"resource-name"})],Jg.prototype,"resourceName",void 0),(0,C.Cg)([(0,l.attr)({attribute:"close-timeout",converter:l.nullableNumberConverter})],Jg.prototype,"closeTimeout",void 0),(0,C.Cg)([l.observable],Jg.prototype,"toastButtons",void 0),(0,C.Cg)([(0,l.attr)({attribute:"toast-position"})],Jg.prototype,"toastPosition",void 0),(0,C.Cg)([si.yW],Jg.prototype,"datasource",void 0);const Qg=Jg.compose({baseName:"notification-listener",template:qg,shadowOptions:Xg}),Zg=(e,t)=>i=>{const o="function"==typeof t?t:(n=t,e=>Object.assign(Object.assign({},n),e));var n;return l.FASTElement.define(class extends e{},o(i))};function ev(e){if("string"==typeof e)return e;if("function"==typeof e&&!(e=l.FASTElementDefinition.forType(e)))throw new Error("Missing FASTElement definition.");return e.name}var tv;!function(e){e.controlClicked="controlClicked",e.routeChanged="routeChanged"}(tv||(tv={}));class iv{trackEvent(e,t){za.v.debug(`FoundationAnalytics.trackEvent ${e} : ${JSON.stringify(t)}`)}}const ov=s.DI.createInterface(e=>e.singleton(iv));var nv=i(98647),av=i(35044);const sv=(0,Qe.createLogger)("foundation-router");var rv=i(36132),lv=i(80751),dv=i(3479);const cv="$router",uv=Object.freeze({getOrCreateFor:e=>{const t=e[cv];return void 0!==t?t:e[cv]=new hv(e)},find:e=>dv.Ix.find(e),from:e=>dv.Ix.from(e)});class hv extends dv.LK{}const pv=/^([a-z][a-z0-9+\-.]*:)?\/\//i;function mv(e){return pv.test(e)}function gv(e){return e.config instanceof nv.Y?e:uv.find(e)}function vv(e){return gv(e).parent}function fv(e){let t=gv(e);for(;t&&t.level>0;)t=t.parent;return t}function bv(e,t="/",i=!1){const o=e.join(t).replace(new RegExp(t+"{1,}","g"),t);return!i&&o.endsWith(t)?o.slice(0,-1):o}function yv(e,t="/"){const i=e.split(t);return 2===i.length&&""===i[0]&&""!==i[1]?e:(i.length>1&&i.pop(),i.join(t))}function wv(e){return e.replace(`/*${lv.N}`,"")}const Cv=Object.freeze({path:Object.freeze({get current(){return rv.qh.path.current},generateRoute:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={}){let o=gv(e);for(;null!==o;){const e=yield o.config.generateRouteFromPath(t,i);if(null!==e)return e;o=o.parent}return null}),push:(e,t=!0)=>{e&&mv(e)?location.href=e:(history.pushState({},document.title,e),t&&Cv.path.trigger(e))},replace:(e,t=!0)=>{e&&mv(e)?location.href=e:(history.replaceState({},document.title,e),t&&Cv.path.trigger(e))},trigger:e=>{rv.qh.path.trigger(e)}}),name:Object.freeze({generateRoute:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={}){let o=gv(e);for(;null!==o;){const e=yield o.config.generateRouteFromName(t,i);if(null!==e)return e;o=o.parent}return null}),push:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={},o=!0){const n=yield Cv.name.generateRoute(e,t,i);null!==n&&Cv.path.push(n,o)}),replace:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={},o=!0){const n=yield Cv.name.generateRoute(e,t,i);null!==n&&Cv.path.replace(n,o)}),trigger:(e,t,...i)=>(0,C.sH)(void 0,[e,t,...i],void 0,function*(e,t,i={}){const o=yield Cv.name.generateRoute(e,t,i);null!==o&&Cv.path.trigger(o)})})}),xv=e=>!e.navId||"header"===e.navId||"side-nav"===e.navId,$v=10;function Sv(e,t=xv,i=$v){const o=[];return e.filter(e=>e.navItems&&e.navItems.some(t)).forEach((e,n)=>{e.navItems.filter(t).map((t,o)=>{var a,s,r,l;const d=null!==(a=t.placementIndex)&&void 0!==a?a:n*i+o;return Object.assign(Object.assign({},t),{navId:null!==(s=t.navId)&&void 0!==s?s:"header",placementIndex:d,routePath:null!==(r=t.routePath)&&void 0!==r?r:e.path,routeName:null!==(l=t.routeName)&&void 0!==l?l:e.name})}).forEach(e=>o.push(e))}),o.sort((e,t)=>e.placementIndex-t.placementIndex)}class Ev extends lv.s{constructor(){super(...arguments),this.definitions=[]}map(...e){const t=this.owner,i=!t.parent,o=t.basename;i&&(""!==o&&"/"!==o)&&(sv.debug("Route paths remap required due to detected sub-path deployment"),e=e.map(e=>{if(!e.path)return e;if(e.path.startsWith(o))return sv.debug(`'${e.path}' path okay as is`),e;const t="/"!==e.path.charAt(0)?"/":"",i=`${o}${t}${e.path}`;return sv.debug(`'${e.path}' path modified to '${i}'`),Object.assign(Object.assign({},e),{path:i})})),this.definitions=[...e,...this.definitions],super.map(...e)}}(0,C.Cg)([l.observable],Ev.prototype,"definitions",void 0);class Ov extends nv.Y{constructor(){super(),this.logger=sv,this.loginPath="login",this.notFoundPath="not-found",this.notPermittedPath="not-permitted",this.routes=new Ev(this),this.basename=Wn.OB,this.routes=new Ev(this)}getNavItems(e=xv){return Sv(this.routes.definitions,e)}configureAnalytics(){this.contributors.push({navigate:e=>(0,C.sH)(this,void 0,void 0,function*(){this.analytics.trackEvent(tv.routeChanged,{path:e.route.endpoint.path})})})}configureRoutePermittedChecks(){this.contributors.push({navigate:e=>(0,C.sH)(this,void 0,void 0,function*(){var t;const{settings:i}=e.route;!1===(null===(t=null==i?void 0:i.isPermitted)||void 0===t?void 0:t.call(i))&&e.cancel(()=>{var t,o;if(this.user.isAuthenticated){const n=null!==(o=null===(t=i.notPermittedPath)||void 0===t?void 0:t.call(i))&&void 0!==o?o:this.notPermittedPath;this.logger.debug(`User not permitted to access route. Re-routing to ${n}.`),Cv.name.replace(e.router,n)}else this.user.trackPath(),Cv.name.replace(e.router,this.loginPath)})})})}configureFallbackRouteDefinition(){this.routes.fallback(()=>{let e={redirect:this.notFoundPath};return this.user.isAuthenticated||(this.user.trackPath(),this._session.captureReturnUrl(),e={redirect:this.loginPath}),this.logger.debug(`Route unresolved. Re-routing to ${e.redirect}.`),e})}navigationPhaseLoginRedirect(e){e.cancel(()=>{this.user.trackPath(),this._session.captureReturnUrl(),Cv.name.replace(e.router,this.loginPath)})}generateRouteFromName(e,t){const i=Object.create(null,{generateRouteFromName:{get:()=>super.generateRouteFromName}});return(0,C.sH)(this,void 0,void 0,function*(){const o=yield i.generateRouteFromName.call(this,e,t);return o?this.generateNavigationPath(o):null})}navigateTo(e){return(0,C.sH)(this,void 0,void 0,function*(){if(e.name)return this.relativeTo||this.logger.error("unable to navigate by name as the relativeTo router is not set"),void(yield Cv.name.push(this.relativeTo,e.name,e.params,e.trigger));e.path&&Cv.path.push(this.generateNavigationPath(e.path,e.params),e.trigger)})}generateNavigationPath(e,t){const i=this.getNavigationPathBasename(),o=av.C.build(t);let n=i&&!e.startsWith(i)?bv([i,e]):e;return n=o?`${n}?${o}`:n,n}getNavigationPathBasename(){var e,t;const i=this.parent,o=null===(t=null===(e=null==i?void 0:i.relativeTo)||void 0===e?void 0:e.route)||void 0===t?void 0:t.endpoint.route.path;return o?wv(o):this.basename?this.basename:""}construct(e){return this.container.get(e)}}(0,C.Cg)([s.Container],Ov.prototype,"container",void 0),(0,C.Cg)([ov],Ov.prototype,"analytics",void 0),(0,C.Cg)([Nl.KJ],Ov.prototype,"user",void 0),(0,C.Cg)([Ci.N],Ov.prototype,"_session",void 0);const Tv="navigate-to",kv="generate-navigation-path";let Dv=class extends(uv.from(l.FASTElement)){constructor(){super(...arguments),this.logger=sv,this.onNavigateTo=e=>{e.stopImmediatePropagation(),this.config.navigateTo(e.detail)},this.onGenerateNavigationPath=e=>{e.stopImmediatePropagation();const{path:t,params:i,callback:o}=e.detail;if(!o)return;o(this.config.generateNavigationPath(t,i))}}get router(){return this[cv]}connectedCallback(){var e,t;super.connectedCallback(),this.config.isConfigured||(null!==(e=(t=this.config).relativeTo)&&void 0!==e||(t.relativeTo=this.router),l.DOM.queueUpdate(()=>(0,C.sH)(this,void 0,void 0,function*(){this.router.config?this.router.connect():this.router.config=this.config})),this.addEventListeners())}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListeners()}addEventListeners(){this.addEventListener(Tv,this.onNavigateTo),this.addEventListener(kv,this.onGenerateNavigationPath)}removeEventListeners(){this.removeEventListener(Tv,this.onNavigateTo),this.removeEventListener(kv,this.onGenerateNavigationPath)}};Dv=(0,C.Cg)([(0,l.customElement)({name:"foundation-router"})],Dv);const Iv=e=>l.html`
6288
6288
 
6289
6289
  <${e}-card class=${e=>(0,x.x)("stepper-tab",["stepper-tab-hidden",e.hideTabs])} part="stepper-tab" @tab-clicked="${(e,t)=>e.handleStepClick(t.event.detail)}" role="stepper-tab" data-test-id="stepper-tab">
6290
6290
  <div class=${e=>(0,x.x)("stepper-tab-menu",["stepper-tab-menu-hidden",e.hideTabs])} part="stepper-tab-menu">
@@ -6318,7 +6318,7 @@ class="margin"
6318
6318
  </${e}-card>
6319
6319
  `)}
6320
6320
  `,Av=l.html`
6321
- ${e=>Rv(T(e))}
6321
+ ${e=>Iv(T(e))}
6322
6322
  `,Lv=l.css`
6323
6323
  :host {
6324
6324
  display: flex;
@@ -6418,5 +6418,5 @@ class="margin"
6418
6418
  max-height: 70px;
6419
6419
  height: 70px;
6420
6420
  }
6421
- `;class Nv extends s.FoundationElement{constructor(){super(...arguments),this.allowBackwardJumps=!1,this.allowForwardJumps=!1,this.hideAllButtons=!1,this.hideTabs=!1,this.indicatorOnly=!1,this.orientation=s.TabsOrientation.vertical,this.tabs=[],this.tabpanels=[],this.progressValue=0,this.activeTabIndex=0,this.pendingNextStep=!1,this.slotsInitialized=!1,this.setTabs=()=>{this.activeTabIndex=this.getActiveIndex(),this.tabs.forEach((e,t)=>{if("tab"===e.slot){const i=this.activeTabIndex===t,o=t+1===this.tabIds.length,n=this.tabIds[t],a=this.tabpanelIds[t];e.setAttribute("id",n),e.setAttribute("aria-selected",i?"true":"false"),e.setAttribute("aria-disabled",i?"false":"true"),e.setAttribute("selected",i?"true":"false"),e.setAttribute("orientation",this.orientation),a&&e.setAttribute("aria-controls",a),e.setAttribute("tab-position",String(t+1)),e.setAttribute("isLast",String(o)),e.setAttribute("hideStepNumber",String(!0===this.hideStepNumber)),e.setAttribute("tabindex",i?"0":"-1"),e.setAttribute("showCursorPointer",String(t<=this.activeTabIndex&&this.allowBackwardJumps||t>this.activeTabIndex&&this.allowForwardJumps)),i&&(this.activetab=e,this.activeid=n)}}),0===this.activeTabIndex&&this.resetCompletedState()},this.getCompletedTabs=()=>{let e=0;this.tabs.forEach(t=>{t.isCompleted()&&(e+=1)});const t=this.indicatorOnly?this.tabs.length:this.tabpanels.length;this.progressValue=t?Math.round(e/t*100):0},this.setTabPanels=()=>{this.tabpanels.forEach((e,t)=>{const i=this.tabIds[t],o=this.tabpanelIds[t];e.setAttribute("id",o),e.setAttribute("aria-labelledby",i),this.activeTabIndex!==t?e.setAttribute("hidden",""):e.removeAttribute("hidden")})}}orientationChanged(){this.$fastController.isConnected&&(this.setTabs(),this.setTabPanels())}activeidChanged(e,t){this.$fastController.isConnected&&(this.indicatorOnly||this.tabs.length<=this.tabpanels.length)&&(this.setTabs(),this.setTabPanels(),this.getCompletedTabs())}tabsChanged(){this.$fastController.isConnected&&(this.indicatorOnly||this.tabs.length<=this.tabpanels.length)&&(this.setTabsAndTabPanels(),this.checkAndExecutePendingNextStep())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.setTabsAndTabPanels(),this.checkAndExecutePendingNextStep())}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}setTabsAndTabPanels(){this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels(),this.getCompletedTabs(),this.slotsInitialized=this.tabs.length>0&&(this.indicatorOnly||this.tabpanels.length>0)}checkAndExecutePendingNextStep(){this.pendingNextStep&&this.slotsInitialized&&(this.pendingNextStep=!1,this.nextStep())}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}goToStep(e,t=!1){const i=e-1;if(e<1||e>this.tabs.length)return Ze.warn(`[Stepper] Invalid step number: ${e}. Must be between 1 and ${this.tabs.length}`),!1;if(i===this.activeTabIndex)return!1;if(t){if(i<this.activeTabIndex)return this.handleBackwardJump(i);if(i>this.activeTabIndex)return this.handleForwardJump(i)}if(i<this.activeTabIndex&&this.allowBackwardJumps){return this.handleBackwardJump(i)}if(i>this.activeTabIndex&&this.allowForwardJumps){return this.handleForwardJump(i)}return i===this.activeTabIndex+1?(this.nextStep(),!0):(Ze.warn(`[Stepper] Cannot jump to step ${e}. Jumps are not allowed or step is not adjacent.`),!1)}goToFirstStep(){return this.goToStep(1,!0)}goToLastStep(){return this.goToStep(this.tabs.length,!0)}handleStepClick(e){e<this.activeTabIndex&&this.allowBackwardJumps?this.handleBackwardJump(e):e>this.activeTabIndex&&this.allowForwardJumps&&this.handleForwardJump(e)}handleBackwardJump(e){for(let t=e+1;t<=this.activeTabIndex;t+=1)this.tabs[t].completed=!1;return this.activeTabIndex=e,this.activetab=this.tabs[e],this.activeid=this.tabIds[e],this.$emit("step-click",{activetab:this.activetab,activeid:this.activeid}),!0}handleForwardJump(e){for(let t=this.activeTabIndex;t<e;t+=1)if(this.validation&&this.validation[t]){if(!this.validation[t].isValid())return this.tabs[t].completed=!1,this.tabs[t].error=!0,this.getCompletedTabs(),this.$emit("validation-failure",{stepIndex:t,stepId:this.tabIds[t],message:`Validation failed for step ${t+1}`}),!1;this.tabs[t].error=!1}for(let t=this.activeTabIndex;t<e;t+=1)this.tabs[t].completed=!0,this.tabs[t].error=!1;return this.tabs[e].completed=!1,this.tabs[e].error=!1,this.activeTabIndex=e,this.activetab=this.tabs[e],this.activeid=this.tabIds[e],this.getCompletedTabs(),this.$emit("step-click",{activetab:this.activetab,activeid:this.activeid}),!0}get disabledPreviousStep(){return 0===this.activeTabIndex}get isLastStep(){return this.activeTabIndex+1===this.tabs.length}get islastStepValid(){var e;const t=this.tabs.length-1;return this.activeTabIndex===t&&(this.validation&&(null===(e=this.validation[t])||void 0===e?void 0:e.isValid())||!this.validation||!this.validation[t])?(this.tabs[t].completed=!0,this.getCompletedTabs(),!1):(this.tabs[t].completed=!1,this.getCompletedTabs(),!0)}_submit(){this.$emit("submit")}nextStep(){var e;if(!this.slotsInitialized)return void(this.pendingNextStep=!0);if(this.validation&&this.validation[this.activeTabIndex]){if(!this.validation[this.activeTabIndex].isValid())return this.tabs[this.activeTabIndex].completed=!1,this.tabs[this.activeTabIndex].error=!0,void this.getCompletedTabs();this.tabs[this.activeTabIndex].error=!1}this.activeTabIndex+2<=this.tabIds.length&&(this.tabs[this.activeTabIndex].completed=!0,this.activeTabIndex=this.activeTabIndex+1,this.activeid=this.tabIds[this.activeTabIndex],this.$emit("next-step"),this.$emit("validation-success"));const t=this.tabs.length-1,i=this.activeTabIndex===t;this.hideSubmitButton&&i&&(this.validation&&(null===(e=this.validation[t])||void 0===e?void 0:e.isValid())||!this.validation||!this.validation[t])?(this.tabs[t].completed=!0,this.getCompletedTabs()):(this.tabs[t].completed=!1,this.getCompletedTabs())}previousStep(){0!==this.activeTabIndex&&(this.tabs[this.activeTabIndex].completed=!1,this.activeTabIndex=this.activeTabIndex-1,this.activeid=this.tabIds[this.activeTabIndex])}getTabIds(){return this.tabs.map(e=>{var t;return null!==(t=e.getAttribute("id"))&&void 0!==t?t:`tab-${(0,hs.NF)()}`})}getTabPanelIds(){return this.tabpanels.map(e=>{var t;return null!==(t=e.getAttribute("id"))&&void 0!==t?t:`panel-${(0,hs.NF)()}`})}resetCompletedState(){this.tabs.forEach(e=>e.completed=!1)}}(0,C.Cg)([(0,l.attr)({attribute:"hide-submit-button",mode:"boolean"})],Nv.prototype,"hideSubmitButton",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-step-number",mode:"boolean"})],Nv.prototype,"hideStepNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"allow-backward-jumps",mode:"boolean"})],Nv.prototype,"allowBackwardJumps",void 0),(0,C.Cg)([(0,l.attr)({attribute:"allow-forward-jumps",mode:"boolean"})],Nv.prototype,"allowForwardJumps",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-all-buttons",mode:"boolean"})],Nv.prototype,"hideAllButtons",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-tabs",mode:"boolean"})],Nv.prototype,"hideTabs",void 0),(0,C.Cg)([(0,l.attr)({attribute:"indicator-only",mode:"boolean"})],Nv.prototype,"indicatorOnly",void 0),(0,C.Cg)([l.attr],Nv.prototype,"orientation",void 0),(0,C.Cg)([l.attr],Nv.prototype,"activeid",void 0),(0,C.Cg)([l.observable],Nv.prototype,"tabs",void 0),(0,C.Cg)([l.observable],Nv.prototype,"tabpanels",void 0),(0,C.Cg)([l.observable],Nv.prototype,"validation",void 0),(0,C.Cg)([l.observable],Nv.prototype,"progressValue",void 0),(0,C.Cg)([l.observable],Nv.prototype,"activeTabIndex",void 0),(0,C.Cg)([l.volatile],Nv.prototype,"disabledPreviousStep",null),(0,C.Cg)([l.volatile],Nv.prototype,"isLastStep",null),(0,C.Cg)([l.volatile],Nv.prototype,"islastStepValid",null);const Fv=void 0,Mv={},_v=Nv.compose(Object.assign({baseName:"stepper",template:Av,styles:Lv,shadowOptions:Fv},Mv)),Hv=["text-field","text-area","combobox"],zv=["input","textarea","select",'[contenteditable="true"]','[contenteditable=""]','[role="textbox"]','[role="searchbox"]','[role="combobox"]'],Pv=e=>Hv.map(t=>`${e}-${t}`),Uv={rapid:Pv("rapid"),zero:Pv("zero")};function Bv(e,t=[]){const i=e.flatMap(e=>{var t;return null!==(t=Uv[e])&&void 0!==t?t:[]}),o=t.filter(Boolean);return Array.from(new Set([...zv,...i,...o])).join(",")}const Gv=()=>rd().register(am)},70997(e,t,i){function o(e,t,i){const o=e=>"function"==typeof e?e:()=>e,n=o(t),a=o(i);return(t,i)=>e(t,i)?n(t,i):a(t,i)}i.d(t,{q:()=>o})},80273(e,t,i){i.d(t,{Du:()=>l,IT:()=>s,WP:()=>n,f4:()=>r,zz:()=>a});var o=i(52945);const n=(e,t)=>{(0,o.O5)(e,t)};var a,s;!function(e){e.Italic="italic",e.Normal="normal"}(a||(a={})),function(e){e[e.Thin=100]="Thin",e[e.Light=300]="Light",e[e.Regular=400]="Regular",e[e.Medium=500]="Medium",e[e.Bold=700]="Bold",e[e.Black=900]="Black"}(s||(s={}));const r=(e,t=a.Normal,i=s.Regular)=>`\n font-family: ${e};\n font-style: ${t};\n font-weight: ${i};\n`,l={minusOne:-1,minusTwo:-2,plusOne:1,plusTwo:2,plusThree:3,plusFour:4,plusFive:5,plusSix:6}}}]);
6422
- //# sourceMappingURL=995.7a028726030c0d10ad663e96a0d606bd.js.map
6421
+ `;class Rv extends s.FoundationElement{constructor(){super(...arguments),this.allowBackwardJumps=!1,this.allowForwardJumps=!1,this.hideAllButtons=!1,this.hideTabs=!1,this.indicatorOnly=!1,this.orientation=s.TabsOrientation.vertical,this.tabs=[],this.tabpanels=[],this.progressValue=0,this.activeTabIndex=0,this.pendingNextStep=!1,this.slotsInitialized=!1,this.setTabs=()=>{this.activeTabIndex=this.getActiveIndex(),this.tabs.forEach((e,t)=>{if("tab"===e.slot){const i=this.activeTabIndex===t,o=t+1===this.tabIds.length,n=this.tabIds[t],a=this.tabpanelIds[t];e.setAttribute("id",n),e.setAttribute("aria-selected",i?"true":"false"),e.setAttribute("aria-disabled",i?"false":"true"),e.setAttribute("selected",i?"true":"false"),e.setAttribute("orientation",this.orientation),a&&e.setAttribute("aria-controls",a),e.setAttribute("tab-position",String(t+1)),e.setAttribute("isLast",String(o)),e.setAttribute("hideStepNumber",String(!0===this.hideStepNumber)),e.setAttribute("tabindex",i?"0":"-1"),e.setAttribute("showCursorPointer",String(t<=this.activeTabIndex&&this.allowBackwardJumps||t>this.activeTabIndex&&this.allowForwardJumps)),i&&(this.activetab=e,this.activeid=n)}}),0===this.activeTabIndex&&this.resetCompletedState()},this.getCompletedTabs=()=>{let e=0;this.tabs.forEach(t=>{t.isCompleted()&&(e+=1)});const t=this.indicatorOnly?this.tabs.length:this.tabpanels.length;this.progressValue=t?Math.round(e/t*100):0},this.setTabPanels=()=>{this.tabpanels.forEach((e,t)=>{const i=this.tabIds[t],o=this.tabpanelIds[t];e.setAttribute("id",o),e.setAttribute("aria-labelledby",i),this.activeTabIndex!==t?e.setAttribute("hidden",""):e.removeAttribute("hidden")})}}orientationChanged(){this.$fastController.isConnected&&(this.setTabs(),this.setTabPanels())}activeidChanged(e,t){this.$fastController.isConnected&&(this.indicatorOnly||this.tabs.length<=this.tabpanels.length)&&(this.setTabs(),this.setTabPanels(),this.getCompletedTabs())}tabsChanged(){this.$fastController.isConnected&&(this.indicatorOnly||this.tabs.length<=this.tabpanels.length)&&(this.setTabsAndTabPanels(),this.checkAndExecutePendingNextStep())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.setTabsAndTabPanels(),this.checkAndExecutePendingNextStep())}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}setTabsAndTabPanels(){this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels(),this.getCompletedTabs(),this.slotsInitialized=this.tabs.length>0&&(this.indicatorOnly||this.tabpanels.length>0)}checkAndExecutePendingNextStep(){this.pendingNextStep&&this.slotsInitialized&&(this.pendingNextStep=!1,this.nextStep())}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}goToStep(e,t=!1){const i=e-1;if(e<1||e>this.tabs.length)return Ze.warn(`[Stepper] Invalid step number: ${e}. Must be between 1 and ${this.tabs.length}`),!1;if(i===this.activeTabIndex)return!1;if(t){if(i<this.activeTabIndex)return this.handleBackwardJump(i);if(i>this.activeTabIndex)return this.handleForwardJump(i)}if(i<this.activeTabIndex&&this.allowBackwardJumps){return this.handleBackwardJump(i)}if(i>this.activeTabIndex&&this.allowForwardJumps){return this.handleForwardJump(i)}return i===this.activeTabIndex+1?(this.nextStep(),!0):(Ze.warn(`[Stepper] Cannot jump to step ${e}. Jumps are not allowed or step is not adjacent.`),!1)}goToFirstStep(){return this.goToStep(1,!0)}goToLastStep(){return this.goToStep(this.tabs.length,!0)}handleStepClick(e){e<this.activeTabIndex&&this.allowBackwardJumps?this.handleBackwardJump(e):e>this.activeTabIndex&&this.allowForwardJumps&&this.handleForwardJump(e)}handleBackwardJump(e){for(let t=e+1;t<=this.activeTabIndex;t+=1)this.tabs[t].completed=!1;return this.activeTabIndex=e,this.activetab=this.tabs[e],this.activeid=this.tabIds[e],this.$emit("step-click",{activetab:this.activetab,activeid:this.activeid}),!0}handleForwardJump(e){for(let t=this.activeTabIndex;t<e;t+=1)if(this.validation&&this.validation[t]){if(!this.validation[t].isValid())return this.tabs[t].completed=!1,this.tabs[t].error=!0,this.getCompletedTabs(),this.$emit("validation-failure",{stepIndex:t,stepId:this.tabIds[t],message:`Validation failed for step ${t+1}`}),!1;this.tabs[t].error=!1}for(let t=this.activeTabIndex;t<e;t+=1)this.tabs[t].completed=!0,this.tabs[t].error=!1;return this.tabs[e].completed=!1,this.tabs[e].error=!1,this.activeTabIndex=e,this.activetab=this.tabs[e],this.activeid=this.tabIds[e],this.getCompletedTabs(),this.$emit("step-click",{activetab:this.activetab,activeid:this.activeid}),!0}get disabledPreviousStep(){return 0===this.activeTabIndex}get isLastStep(){return this.activeTabIndex+1===this.tabs.length}get islastStepValid(){var e;const t=this.tabs.length-1;return this.activeTabIndex===t&&(this.validation&&(null===(e=this.validation[t])||void 0===e?void 0:e.isValid())||!this.validation||!this.validation[t])?(this.tabs[t].completed=!0,this.getCompletedTabs(),!1):(this.tabs[t].completed=!1,this.getCompletedTabs(),!0)}_submit(){this.$emit("submit")}nextStep(){var e;if(!this.slotsInitialized)return void(this.pendingNextStep=!0);if(this.validation&&this.validation[this.activeTabIndex]){if(!this.validation[this.activeTabIndex].isValid())return this.tabs[this.activeTabIndex].completed=!1,this.tabs[this.activeTabIndex].error=!0,void this.getCompletedTabs();this.tabs[this.activeTabIndex].error=!1}this.activeTabIndex+2<=this.tabIds.length&&(this.tabs[this.activeTabIndex].completed=!0,this.activeTabIndex=this.activeTabIndex+1,this.activeid=this.tabIds[this.activeTabIndex],this.$emit("next-step"),this.$emit("validation-success"));const t=this.tabs.length-1,i=this.activeTabIndex===t;this.hideSubmitButton&&i&&(this.validation&&(null===(e=this.validation[t])||void 0===e?void 0:e.isValid())||!this.validation||!this.validation[t])?(this.tabs[t].completed=!0,this.getCompletedTabs()):(this.tabs[t].completed=!1,this.getCompletedTabs())}previousStep(){0!==this.activeTabIndex&&(this.tabs[this.activeTabIndex].completed=!1,this.activeTabIndex=this.activeTabIndex-1,this.activeid=this.tabIds[this.activeTabIndex])}getTabIds(){return this.tabs.map(e=>{var t;return null!==(t=e.getAttribute("id"))&&void 0!==t?t:`tab-${(0,hs.NF)()}`})}getTabPanelIds(){return this.tabpanels.map(e=>{var t;return null!==(t=e.getAttribute("id"))&&void 0!==t?t:`panel-${(0,hs.NF)()}`})}resetCompletedState(){this.tabs.forEach(e=>e.completed=!1)}}(0,C.Cg)([(0,l.attr)({attribute:"hide-submit-button",mode:"boolean"})],Rv.prototype,"hideSubmitButton",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-step-number",mode:"boolean"})],Rv.prototype,"hideStepNumber",void 0),(0,C.Cg)([(0,l.attr)({attribute:"allow-backward-jumps",mode:"boolean"})],Rv.prototype,"allowBackwardJumps",void 0),(0,C.Cg)([(0,l.attr)({attribute:"allow-forward-jumps",mode:"boolean"})],Rv.prototype,"allowForwardJumps",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-all-buttons",mode:"boolean"})],Rv.prototype,"hideAllButtons",void 0),(0,C.Cg)([(0,l.attr)({attribute:"hide-tabs",mode:"boolean"})],Rv.prototype,"hideTabs",void 0),(0,C.Cg)([(0,l.attr)({attribute:"indicator-only",mode:"boolean"})],Rv.prototype,"indicatorOnly",void 0),(0,C.Cg)([l.attr],Rv.prototype,"orientation",void 0),(0,C.Cg)([l.attr],Rv.prototype,"activeid",void 0),(0,C.Cg)([l.observable],Rv.prototype,"tabs",void 0),(0,C.Cg)([l.observable],Rv.prototype,"tabpanels",void 0),(0,C.Cg)([l.observable],Rv.prototype,"validation",void 0),(0,C.Cg)([l.observable],Rv.prototype,"progressValue",void 0),(0,C.Cg)([l.observable],Rv.prototype,"activeTabIndex",void 0),(0,C.Cg)([l.volatile],Rv.prototype,"disabledPreviousStep",null),(0,C.Cg)([l.volatile],Rv.prototype,"isLastStep",null),(0,C.Cg)([l.volatile],Rv.prototype,"islastStepValid",null);const Nv=void 0,Fv={},Mv=Rv.compose(Object.assign({baseName:"stepper",template:Av,styles:Lv,shadowOptions:Nv},Fv)),_v=["text-field","text-area","combobox"],Hv=["input","textarea","select",'[contenteditable="true"]','[contenteditable=""]','[role="textbox"]','[role="searchbox"]','[role="combobox"]'],zv=e=>_v.map(t=>`${e}-${t}`),Pv={rapid:zv("rapid"),zero:zv("zero")};function Uv(e,t=[]){const i=e.flatMap(e=>{var t;return null!==(t=Pv[e])&&void 0!==t?t:[]}),o=t.filter(Boolean);return Array.from(new Set([...Hv,...i,...o])).join(",")}const Bv=()=>rd().register(am)},70997(e,t,i){"use strict";function o(e,t,i){const o=e=>"function"==typeof e?e:()=>e,n=o(t),a=o(i);return(t,i)=>e(t,i)?n(t,i):a(t,i)}i.d(t,{q:()=>o})},80273(e,t,i){"use strict";i.d(t,{Du:()=>l,IT:()=>s,WP:()=>n,f4:()=>r,zz:()=>a});var o=i(52945);const n=(e,t)=>{(0,o.O5)(e,t)};var a,s;!function(e){e.Italic="italic",e.Normal="normal"}(a||(a={})),function(e){e[e.Thin=100]="Thin",e[e.Light=300]="Light",e[e.Regular=400]="Regular",e[e.Medium=500]="Medium",e[e.Bold=700]="Bold",e[e.Black=900]="Black"}(s||(s={}));const r=(e,t=a.Normal,i=s.Regular)=>`\n font-family: ${e};\n font-style: ${t};\n font-weight: ${i};\n`,l={minusOne:-1,minusTwo:-2,plusOne:1,plusTwo:2,plusThree:3,plusFour:4,plusFive:5,plusSix:6}}}]);
6422
+ //# sourceMappingURL=995.c82859be03fcb5fed727eeafab73add5.js.map