@tylertech/forge 2.16.0 → 2.16.1

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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2023 Tyler Technologies, Inc.
4
+ * License: Apache-2.0
5
+ */
6
+ import{a as h,v as i,x as k}from"./chunk.6LMDKS5P.js";import{a as L}from"./chunk.G5MGGEFP.js";import{a as c}from"./chunk.KTGSZEAG.js";import{a as O}from"./chunk.BE7PZANN.js";import{a as C,e as y,g as I,l as E}from"./chunk.Y4GKBJGI.js";import{k as b,l as S,p as w}from"./chunk.J2M2MXP2.js";import{f as d}from"./chunk.MCIQXNKY.js";var r=class{static observe(t,e,l){var a,o;r._targets.has(t)&&((a=r._observer)===null||a===void 0||a.unobserve(t)),r._targets.set(t,e),r._countTargets(),(o=r._observer)===null||o===void 0||o.observe(t,l)}static unobserve(t){var e;r._targets.delete(t),(e=r._observer)===null||e===void 0||e.unobserve(t),r._countTargets()}static _countTargets(){r._observer?r._targets.size<1&&(r._observer=void 0):r._targets.size&&(r._observer=new ResizeObserver(r._handleResize))}};r._targets=new Map;r._handleResize=f=>{f.forEach(t=>{var e;(e=r._targets.get(t.target))===null||e===void 0||e(t)})};var v=class extends L{constructor(e){super(e);this._root=I(e,i.selectors.ROOT)}registerSlotListener(e){this._root.addEventListener("slotchange",e)}registerDidOpenListener(e){this._root.addEventListener(h.events.DID_OPEN,e)}registerDidCloseListener(e){this._root.addEventListener(h.events.DID_CLOSE,e)}observeResize(e){r.observe(this._root,e)}unobserveResize(){r.unobserve(this._root)}getSlottedPanels(){let e=this._component.querySelectorAll(i.selectors.PANEL);return Array.from(e).filter(o=>o.parentElement===this._component)}refitSlottedPanels(e){let l=e==="horizontal"?this._root.clientWidth:this._root.clientHeight,a=this.getSlottedPanels(),o=a.map(p=>{var m;let n=(m=p.shadowRoot)==null?void 0:m.querySelector(h.selectors.ROOT),u=e==="horizontal"?n==null?void 0:n.clientWidth:n==null?void 0:n.clientHeight;return u!=null?u:0}).reduce((p,n)=>p+n,0);if(o<=l)return;let _=o-l;a.slice().reverse().forEach(p=>{if(_<=0)return;let n=p.getContentSize(),u=p.getCollapsibleSize(),m=Math.min(_,u),T=n-m;p.setContentSize(T),_-=m})}};var g=class{constructor(t){this._adapter=t;this._orientation="horizontal";this._disabled=!1;this._allowClose=!1;this._autoClose=!1;this._autoCloseThreshold=0;this._isInitialized=!1;this._slotListener=e=>this._onSlotChange(e),this._didOpenListener=()=>this._onDidOpen(),this._didCloseListener=()=>this._onDidClose(),this._resizeObserverCallback=w(e=>this._onResize(e),i.numbers.RESIZE_THROTTLE_THRESHOLD)}initialize(){this._adapter.registerSlotListener(this._slotListener),this._adapter.registerDidOpenListener(this._didOpenListener),this._adapter.registerDidCloseListener(this._didCloseListener),this._adapter.observeResize(this._resizeObserverCallback),this._applyOrientation(),this._isInitialized=!0}disconnect(){this._adapter.unobserveResize()}_onSlotChange(t){this._layoutSlottedPanels(),this.update({accessibility:!0,cursor:!0,orientation:this._orientation})}_onDidOpen(){this._adapter.refitSlottedPanels(this._orientation),this.update({accessibility:!0,cursor:!0,size:!0})}_onDidClose(){this._adapter.refitSlottedPanels(this._orientation),this.update({accessibility:!0,cursor:!0,size:!0})}_onResize(t){this.update({accessibility:!0,cursor:!0,size:!0})}_layoutSlottedPanels(){let t=this._adapter.getSlottedPanels();t.length<2||t.some(e=>e.resizable!=="off")||t.slice(1).forEach(e=>e.resizable="start")}get orientation(){return this._orientation}set orientation(t){this._orientation!==t&&(this._orientation=t,this._applyOrientation())}_applyOrientation(){this._adapter.setHostAttribute(i.attributes.ORIENTATION,this._orientation),this.update({orientation:this._orientation}),this._isInitialized&&this._adapter.refitSlottedPanels(this._orientation),this.update({accessibility:!0,cursor:!0})}get disabled(){return this._disabled}set disabled(t){this._disabled!==t&&(this._disabled=t,this._applyDisabled())}_applyDisabled(){this._adapter.toggleHostAttribute(i.attributes.DISABLED,this._disabled),this.update({properties:{disabled:this._disabled}})}get allowClose(){return this._allowClose}set allowClose(t){this._allowClose!==t&&(this._allowClose=t,this._applyAllowClose())}_applyAllowClose(){this._adapter.toggleHostAttribute(i.attributes.ALLOW_CLOSE,this._allowClose),this.update({properties:{allowClose:this._allowClose}})}get autoClose(){return this._autoClose}set autoClose(t){this._autoClose!==t&&(this._autoClose=t,this._applyAutoClose())}_applyAutoClose(){this._adapter.toggleHostAttribute(i.attributes.AUTO_CLOSE,this._autoClose),this.update({properties:{autoClose:this._autoClose}})}get autoCloseThreshold(){return this._autoCloseThreshold}set autoCloseThreshold(t){this._autoCloseThreshold!==t&&(this._autoCloseThreshold=t,this._applyAutoCloseThreshold())}_applyAutoCloseThreshold(){this._adapter.setHostAttribute(i.attributes.AUTO_CLOSE_THRESHOLD,this._autoCloseThreshold.toString()),this.update({properties:{autoCloseThreshold:this._autoCloseThreshold}})}layerSlottedPanels(t){let e=this._adapter.getSlottedPanels(),l=t.resizable==="start"?1:-1,a=t.resizable==="start"?1:3;e.forEach(o=>{(o===t||a===2)&&(a+=l),o.style.setProperty(i.customCssProperties.ANIMATING_LAYER,a.toString())})}unlayerSlottedPanels(){this._adapter.getSlottedPanels().forEach(e=>{e.style.removeProperty(i.customCssProperties.ANIMATING_LAYER)})}update(t){this._adapter.getSlottedPanels().forEach(l=>{l.update(t)})}refitSlottedPanels(){this._adapter.refitSlottedPanels(this._orientation)}};var P='<template><div class="forge-split-view" id="root" part="root"><slot></slot></div></template>',A='@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;position:relative;outline:0;overflow:hidden}.mdc-ripple-surface::after,.mdc-ripple-surface::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:mdc-ripple-fg-opacity-out 150ms;animation:mdc-ripple-fg-opacity-out 150ms;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface::after,.mdc-ripple-surface::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-upgraded--unbounded::after,.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-ripple-surface.mdc-ripple-surface--hover::before,.mdc-ripple-surface:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{--mdc-ripple-color:var(--mdc-theme-on-surface)}.forge-split-view{display:-webkit-box;display:flex;width:100%;height:100%}:host{--forge-split-view-handle-width:8px;display:block;height:100%;width:100%;overflow:hidden;contain:paint size}:host([hidden]){display:none}:host([orientation=horizontal]) .forge-split-view{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}:host([orientation=vertical]) .forge-split-view{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}',s=class extends E{constructor(){super();y(this,P,A),this._foundation=new g(new v(this))}static get observedAttributes(){return[i.attributes.ORIENTATION,i.attributes.DISABLED,i.attributes.ALLOW_CLOSE,i.attributes.AUTO_CLOSE,i.attributes.AUTO_CLOSE_THRESHOLD]}connectedCallback(){this._foundation.initialize()}disconnectedCallback(){this._foundation.disconnect()}attributeChangedCallback(e,l,a){switch(e){case i.attributes.ORIENTATION:this.orientation=a;break;case i.attributes.DISABLED:this.disabled=b(a);break;case i.attributes.ALLOW_CLOSE:this.allowClose=b(a);break;case i.attributes.AUTO_CLOSE:this.autoClose=b(a);break;case i.attributes.AUTO_CLOSE_THRESHOLD:this.autoCloseThreshold=S(a);break}}layerSlottedPanels(e){this._foundation.layerSlottedPanels(e)}unlayerSlottedPanels(){this._foundation.unlayerSlottedPanels()}update(e){this._foundation.update(e)}refit(){this._foundation.refitSlottedPanels()}};d([c()],s.prototype,"orientation",2),d([c()],s.prototype,"disabled",2),d([c()],s.prototype,"allowClose",2),d([c()],s.prototype,"autoClose",2),d([c()],s.prototype,"autoCloseThreshold",2),s=d([O({name:i.elementName,dependencies:[k]})],s);function de(){C(s)}export{v as a,g as b,s as c,de as d};
7
+ //# sourceMappingURL=chunk.TQCGXWZF.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../../node_modules/@tylertech/forge-core/esm/resize/resize-observer.js", "../../src/split-view/split-view/split-view-adapter.ts", "../../src/split-view/split-view/split-view-foundation.ts", "../../src/split-view/split-view/split-view.ts", "../../src/split-view/split-view/index.ts"],
4
+ "sourcesContent": ["/**\n * Provides a set of methods for observing and responding to resizing of elements.\n */\nexport class ForgeResizeObserver {\n /**\n * Initiates the observing of a specified `Element`. Calling with an already observed `Element`\n * overwrites the exisiting observation. It is expected that the consumer will eventually\n * {@link unobserve} the `Element` to avoid memory leaks.\n *\n * @param target An `Element` reference.\n * @param callback A function that accepts a `ResizeObserverEntry` for the `Element`.\n * @param options An options object allowing you to set options for the observation.\n */\n static observe(target, callback, options) {\n var _a, _b;\n if (ForgeResizeObserver._targets.has(target)) {\n (_a = ForgeResizeObserver._observer) === null || _a === void 0 ? void 0 : _a.unobserve(target);\n }\n ForgeResizeObserver._targets.set(target, callback);\n ForgeResizeObserver._countTargets();\n (_b = ForgeResizeObserver._observer) === null || _b === void 0 ? void 0 : _b.observe(target, options);\n }\n /**\n * Ends the observing of a specified `Element`.\n *\n * @param target An `Element` reference.\n */\n static unobserve(target) {\n var _a;\n ForgeResizeObserver._targets.delete(target);\n (_a = ForgeResizeObserver._observer) === null || _a === void 0 ? void 0 : _a.unobserve(target);\n ForgeResizeObserver._countTargets();\n }\n /**\n * Creates or destroys the `ResizeObserver` based on whether targets exist.\n */\n static _countTargets() {\n if (ForgeResizeObserver._observer) {\n // If there are no targets destroy the observer\n if (ForgeResizeObserver._targets.size < 1) {\n ForgeResizeObserver._observer = undefined;\n }\n }\n else {\n // If there are targets create the observer\n if (ForgeResizeObserver._targets.size) {\n ForgeResizeObserver._observer = new ResizeObserver(ForgeResizeObserver._handleResize);\n }\n }\n }\n}\nForgeResizeObserver._targets = new Map();\n/**\n * Runs the callback function of targets when they are resized.\n *\n * @param entries An array of `ResizeObserverEntry`s.\n */\nForgeResizeObserver._handleResize = entries => {\n entries.forEach(entry => {\n var _a;\n (_a = ForgeResizeObserver._targets.get(entry.target)) === null || _a === void 0 ? void 0 : _a(entry);\n });\n};\n", "import { ForgeResizeObserver, getShadowElement } from '@tylertech/forge-core';\n\nimport { BaseAdapter, IBaseAdapter } from '../../core/base/base-adapter';\nimport { ISplitViewPanelComponent, SPLIT_VIEW_PANEL_CONSTANTS } from '../split-view-panel';\nimport { ISplitViewComponent } from './split-view';\nimport { SplitViewOrientation, SPLIT_VIEW_CONSTANTS } from './split-view-constants';\n\nexport interface ISplitViewAdapter extends IBaseAdapter {\n registerSlotListener(listener: (evt: Event) => void): void;\n registerDidOpenListener(listener: () => void): void;\n registerDidCloseListener(listener: () => void): void;\n observeResize(callback: (entry: ResizeObserverEntry) => void): void;\n unobserveResize(): void;\n getSlottedPanels(): ISplitViewPanelComponent[];\n refitSlottedPanels(orientation: SplitViewOrientation): void;\n}\n\nexport class SplitViewAdapter extends BaseAdapter<ISplitViewComponent> implements ISplitViewAdapter {\n private _root: HTMLElement;\n\n constructor(component: ISplitViewComponent) {\n super(component);\n this._root = getShadowElement(component, SPLIT_VIEW_CONSTANTS.selectors.ROOT);\n }\n\n public registerSlotListener(listener: (evt: Event) => void): void {\n this._root.addEventListener('slotchange', listener);\n }\n\n public registerDidOpenListener(listener: () => void): void {\n this._root.addEventListener(SPLIT_VIEW_PANEL_CONSTANTS.events.DID_OPEN, listener);\n }\n\n public registerDidCloseListener(listener: () => void): void {\n this._root.addEventListener(SPLIT_VIEW_PANEL_CONSTANTS.events.DID_CLOSE, listener);\n }\n\n public observeResize(callback: (entry: ResizeObserverEntry) => void): void {\n ForgeResizeObserver.observe(this._root, callback);\n }\n \n public unobserveResize(): void {\n ForgeResizeObserver.unobserve(this._root);\n }\n \n /**\n * Gets all child panels.\n * @returns All child panels.\n */\n public getSlottedPanels(): ISplitViewPanelComponent[] {\n const nodeList = this._component.querySelectorAll<ISplitViewPanelComponent>(SPLIT_VIEW_CONSTANTS.selectors.PANEL);\n const panelArray = Array.from(nodeList);\n const immediateChildPanels = panelArray.filter(panel => panel.parentElement === this._component);\n return immediateChildPanels;\n }\n\n public refitSlottedPanels(orientation: SplitViewOrientation): void {\n // Check if the combined panel size is greater than the split view size along the relevant axis\n const size = orientation === 'horizontal' ? this._root.clientWidth : this._root.clientHeight;\n const panels = this.getSlottedPanels();\n const combinedPanelSize = panels.map(panel => {\n const panelRoot = panel.shadowRoot?.querySelector(SPLIT_VIEW_PANEL_CONSTANTS.selectors.ROOT);\n const panelSize = orientation === 'horizontal' ? panelRoot?.clientWidth : panelRoot?.clientHeight;\n return panelSize ?? 0;\n }).reduce((cur, acc) => cur + acc, 0);\n\n // Do nothing if all the panels fit\n if (combinedPanelSize <= size) {\n return;\n }\n\n // Get the size adjustment needed to fit\n let diff = combinedPanelSize - size;\n\n // Size down the panels as needed in reverse order, adjusting diff accordingly\n panels.slice().reverse().forEach(panel => {\n if (diff <= 0) {\n return;\n }\n\n const panelSize = panel.getContentSize();\n const collapsibleSize = panel.getCollapsibleSize();\n const reduceBy = Math.min(diff, collapsibleSize);\n const newSize = panelSize - reduceBy;\n\n panel.setContentSize(newSize);\n\n diff -= reduceBy;\n });\n\n // If there's still overflow nothing else can be done\n }\n}\n", "import { ForgeResizeObserverCallback, ICustomElementFoundation, throttle } from '@tylertech/forge-core';\n\nimport { ISplitViewBase } from '../core/split-view-base';\nimport { ISplitViewPanelComponent, SplitViewAnimatingLayer } from '../split-view-panel';\nimport { ISplitViewAdapter } from './split-view-adapter';\nimport { ISplitViewUpdateConfig, SplitViewOrientation, SPLIT_VIEW_CONSTANTS } from './split-view-constants';\n\nexport interface ISplitViewFoundation extends ISplitViewBase, ICustomElementFoundation {\n orientation: SplitViewOrientation;\n layerSlottedPanels(target: ISplitViewPanelComponent): void;\n unlayerSlottedPanels(): void;\n update(config: ISplitViewUpdateConfig): void;\n refitSlottedPanels(): void;\n}\n\nexport class SplitViewFoundation implements ISplitViewFoundation {\n private _orientation: SplitViewOrientation = 'horizontal';\n private _disabled = false;\n private _allowClose = false;\n private _autoClose = false;\n private _autoCloseThreshold = 0;\n private _slotListener: (evt: Event) => void;\n private _didOpenListener: () => void;\n private _didCloseListener: () => void;\n private _resizeObserverCallback: ForgeResizeObserverCallback;\n private _isInitialized = false;\n\n constructor(private _adapter: ISplitViewAdapter) {\n this._slotListener = evt => this._onSlotChange(evt);\n this._didOpenListener = () => this._onDidOpen();\n this._didCloseListener = () => this._onDidClose();\n this._resizeObserverCallback = throttle((entry: ResizeObserverEntry) => this._onResize(entry), SPLIT_VIEW_CONSTANTS.numbers.RESIZE_THROTTLE_THRESHOLD);\n }\n\n public initialize(): void {\n this._adapter.registerSlotListener(this._slotListener);\n this._adapter.registerDidOpenListener(this._didOpenListener);\n this._adapter.registerDidCloseListener(this._didCloseListener);\n this._adapter.observeResize(this._resizeObserverCallback);\n \n this._applyOrientation();\n this._isInitialized = true;\n }\n\n public disconnect(): void {\n this._adapter.unobserveResize();\n }\n\n private _onSlotChange(evt: Event): void {\n this._layoutSlottedPanels();\n this.update({ accessibility: true, cursor: true, orientation: this._orientation });\n }\n\n private _onDidOpen(): void {\n this._adapter.refitSlottedPanels(this._orientation);\n this.update({ accessibility: true, cursor: true, size: true});\n }\n\n private _onDidClose(): void {\n this._adapter.refitSlottedPanels(this._orientation);\n this.update({ accessibility: true, cursor: true, size: true});\n }\n\n private _onResize(entry: ResizeObserverEntry): void {\n this.update({ accessibility: true, cursor: true, size: true });\n }\n\n /**\n * Sets the resizable value of slotted panels with no resizable value set.\n */\n private _layoutSlottedPanels(): void {\n const panels = this._adapter.getSlottedPanels();\n\n // A single panel should have resizable set to off. Just leave it alone.\n if (panels.length < 2) {\n return;\n }\n\n // Don't change any panels if resizable is already set.\n if (panels.some(panel => panel.resizable !== 'off')) {\n return;\n }\n\n // All panels after the first have resizable set to start.\n panels.slice(1).forEach(panel => panel.resizable = 'start');\n }\n\n /**\n * Get/set whether panels are arranged horizontally or vertically.\n */\n public get orientation(): SplitViewOrientation {\n return this._orientation;\n }\n public set orientation(value: SplitViewOrientation) {\n if (this._orientation !== value) {\n this._orientation = value;\n this._applyOrientation();\n }\n }\n\n private _applyOrientation(): void {\n this._adapter.setHostAttribute(SPLIT_VIEW_CONSTANTS.attributes.ORIENTATION, this._orientation);\n this.update({ orientation: this._orientation });\n\n if (this._isInitialized) {\n this._adapter.refitSlottedPanels(this._orientation);\n }\n this.update({ accessibility: true, cursor: true });\n }\n\n /**\n * Get/set whether interactions are disabled.\n */\n public get disabled(): boolean {\n return this._disabled;\n }\n public set disabled(value: boolean) {\n if (this._disabled !== value) {\n this._disabled = value;\n this._applyDisabled();\n }\n }\n\n private _applyDisabled(): void {\n this._adapter.toggleHostAttribute(SPLIT_VIEW_CONSTANTS.attributes.DISABLED, this._disabled);\n this.update({ properties: { disabled: this._disabled } });\n }\n\n /**\n * Get/set whether closing the panel is disabled.\n */\n public get allowClose(): boolean {\n return this._allowClose;\n }\n public set allowClose(value: boolean) {\n if (this._allowClose !== value) {\n this._allowClose = value;\n this._applyAllowClose();\n }\n }\n\n private _applyAllowClose(): void {\n this._adapter.toggleHostAttribute(SPLIT_VIEW_CONSTANTS.attributes.ALLOW_CLOSE, this._allowClose);\n this.update({ properties: { allowClose: this._allowClose } });\n }\n\n /**\n * Get/set whether the panel closes when a threshold size is reached.\n */\n public get autoClose(): boolean {\n return this._autoClose;\n }\n public set autoClose(value: boolean) {\n if (this._autoClose !== value) {\n this._autoClose = value;\n this._applyAutoClose();\n }\n }\n\n private _applyAutoClose(): void {\n this._adapter.toggleHostAttribute(SPLIT_VIEW_CONSTANTS.attributes.AUTO_CLOSE, this._autoClose);\n this.update({ properties: { autoClose: this._autoClose } });\n }\n\n /**\n * Get/set the size at which panels auto close.\n */\n public get autoCloseThreshold(): number {\n return this._autoCloseThreshold;\n }\n public set autoCloseThreshold(value: number) {\n if (this._autoCloseThreshold !== value) {\n this._autoCloseThreshold = value;\n this._applyAutoCloseThreshold();\n }\n }\n\n private _applyAutoCloseThreshold(): void {\n this._adapter.setHostAttribute(SPLIT_VIEW_CONSTANTS.attributes.AUTO_CLOSE_THRESHOLD, this._autoCloseThreshold.toString());\n this.update({ properties: { autoCloseThreshold: this._autoCloseThreshold } });\n }\n\n /**\n * Layers panels in a set order during an animation. Panels that the target is animating toward\n * stack above it and other layers stack under it.\n * @param target The animating panel.\n */\n public layerSlottedPanels(target: ISplitViewPanelComponent): void {\n const panels = this._adapter.getSlottedPanels();\n const increment = target.resizable === 'start' ? 1 : -1;\n let layer = target.resizable === 'start' ? SplitViewAnimatingLayer.Under : SplitViewAnimatingLayer.Above;\n\n panels.forEach(panel => {\n // Increment the layer if moving into or out of the target panel\n if (panel === target || layer === SplitViewAnimatingLayer.Active) {\n layer += increment;\n }\n panel.style.setProperty(SPLIT_VIEW_CONSTANTS.customCssProperties.ANIMATING_LAYER, layer.toString());\n });\n }\n\n /**\n * Removes layering after an animation.\n */\n public unlayerSlottedPanels(): void {\n const panels = this._adapter.getSlottedPanels();\n panels.forEach(panel => {\n panel.style.removeProperty(SPLIT_VIEW_CONSTANTS.customCssProperties.ANIMATING_LAYER);\n });\n }\n\n /**\n * Updates the provided characteristics of each panel.\n * @param config An update configuration.\n */\n public update(config: ISplitViewUpdateConfig): void {\n const panels = this._adapter.getSlottedPanels();\n panels.forEach(panel => {\n panel.update(config);\n });\n }\n\n /**\n * Resizes panels within the split view to avoid overflow.\n */\n public refitSlottedPanels(): void {\n this._adapter.refitSlottedPanels(this._orientation);\n }\n}\n", "import { CustomElement, attachShadowTemplate, FoundationProperty, coerceBoolean, coerceNumber } from '@tylertech/forge-core';\n\nimport { BaseComponent, IBaseComponent } from '../../core/base/base-component';\nimport { SplitViewAdapter } from './split-view-adapter';\nimport { SplitViewFoundation } from './split-view-foundation';\nimport { ISplitViewUpdateConfig, SplitViewOrientation, SPLIT_VIEW_CONSTANTS } from './split-view-constants';\nimport { ISplitViewPanelComponent, SplitViewPanelComponent } from '../split-view-panel';\nimport { ISplitViewBase } from '../core/split-view-base';\n\nconst template = '<template><div class=\\\"forge-split-view\\\" id=\\\"root\\\" part=\\\"root\\\"><slot></slot></div></template>';\nconst styles = '@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;position:relative;outline:0;overflow:hidden}.mdc-ripple-surface::after,.mdc-ripple-surface::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\\\"\\\"}.mdc-ripple-surface::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:mdc-ripple-fg-opacity-out 150ms;animation:mdc-ripple-fg-opacity-out 150ms;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface::after,.mdc-ripple-surface::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-upgraded--unbounded::after,.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-ripple-surface.mdc-ripple-surface--hover::before,.mdc-ripple-surface:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{--mdc-ripple-color:var(--mdc-theme-on-surface)}.forge-split-view{display:-webkit-box;display:flex;width:100%;height:100%}:host{--forge-split-view-handle-width:8px;display:block;height:100%;width:100%;overflow:hidden;contain:paint size}:host([hidden]){display:none}:host([orientation=horizontal]) .forge-split-view{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}:host([orientation=vertical]) .forge-split-view{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}';\n\nexport interface ISplitViewComponent extends ISplitViewBase, IBaseComponent {\n orientation: SplitViewOrientation;\n layerSlottedPanels(target: ISplitViewPanelComponent): void;\n unlayerSlottedPanels(): void;\n update(config: ISplitViewUpdateConfig): void;\n refit(): void;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'forge-split-view': ISplitViewComponent;\n }\n}\n\n/**\n * The custom element class behind the `<forge-split-view>` element.\n * \n * @tag forge-split-view\n */\n@CustomElement({\n name: SPLIT_VIEW_CONSTANTS.elementName,\n dependencies: [\n SplitViewPanelComponent\n ]\n})\nexport class SplitViewComponent extends BaseComponent implements ISplitViewComponent {\n public static get observedAttributes(): string[] {\n return [\n SPLIT_VIEW_CONSTANTS.attributes.ORIENTATION,\n SPLIT_VIEW_CONSTANTS.attributes.DISABLED,\n SPLIT_VIEW_CONSTANTS.attributes.ALLOW_CLOSE,\n SPLIT_VIEW_CONSTANTS.attributes.AUTO_CLOSE,\n SPLIT_VIEW_CONSTANTS.attributes.AUTO_CLOSE_THRESHOLD\n ];\n }\n\n private _foundation: SplitViewFoundation;\n\n constructor() {\n super();\n attachShadowTemplate(this, template, styles);\n this._foundation = new SplitViewFoundation(new SplitViewAdapter(this));\n }\n\n public connectedCallback(): void {\n this._foundation.initialize();\n }\n\n public disconnectedCallback(): void {\n this._foundation.disconnect();\n }\n\n public attributeChangedCallback(name: string, oldValue: string, newValue: string): void {\n switch (name) {\n case SPLIT_VIEW_CONSTANTS.attributes.ORIENTATION:\n this.orientation = newValue as SplitViewOrientation;\n break;\n case SPLIT_VIEW_CONSTANTS.attributes.DISABLED:\n this.disabled = coerceBoolean(newValue);\n break;\n case SPLIT_VIEW_CONSTANTS.attributes.ALLOW_CLOSE:\n this.allowClose = coerceBoolean(newValue);\n break;\n case SPLIT_VIEW_CONSTANTS.attributes.AUTO_CLOSE:\n this.autoClose = coerceBoolean(newValue);\n break;\n case SPLIT_VIEW_CONSTANTS.attributes.AUTO_CLOSE_THRESHOLD:\n this.autoCloseThreshold = coerceNumber(newValue);\n break;\n }\n }\n\n /**\n * Whether child split view panels are laid out and resize horizontally or vertically.\n */\n @FoundationProperty()\n public orientation: SplitViewOrientation;\n\n /**\n * Whether child split view panels have resize interactions disabled or enabled.\n */\n @FoundationProperty()\n public disabled: boolean;\n\n /**\n * Whether child split view panels can be closed via keyboard interaction.\n */\n @FoundationProperty()\n public allowClose: boolean;\n\n /**\n * Whether child split view panels automatically close when they reach a size of 0.\n */\n @FoundationProperty()\n public autoClose: boolean;\n\n /**\n * The size at which panels auto close.\n */\n @FoundationProperty()\n public autoCloseThreshold: number;\n\n /**\n * Arranges split view panels to avoid overlapping during animations.\n * @param target The originating split view panel component.\n */\n public layerSlottedPanels(target: ISplitViewPanelComponent): void {\n this._foundation.layerSlottedPanels(target);\n }\n\n /**\n * Removes presentation data set during an animation.\n */\n public unlayerSlottedPanels(): void {\n this._foundation.unlayerSlottedPanels();\n }\n\n /**\n * Updates the provided characteristics of each slotted panel.\n * @param config An update configuration.\n */\n public update(config: ISplitViewUpdateConfig): void {\n this._foundation.update(config);\n }\n\n /**\n * Resizes panels within the split view to avoid overflow.\n */\n public refit(): void {\n this._foundation.refitSlottedPanels();\n }\n}\n", "import { defineCustomElement } from '@tylertech/forge-core';\n\nimport { SplitViewComponent } from './split-view';\n\nexport * from './split-view-adapter';\nexport * from './split-view-constants';\nexport * from './split-view-foundation';\nexport * from './split-view';\n\nexport function defineSplitViewComponent(): void {\n defineCustomElement(SplitViewComponent);\n}\n"],
5
+ "mappings": "yUAGO,IAAMA,EAAN,KAA0B,CAU7B,OAAO,QAAQC,EAAQC,EAAUC,EAAS,CACtC,IAAIC,EAAIC,EACJL,EAAoB,SAAS,IAAIC,CAAM,KACtCG,EAAKJ,EAAoB,aAAe,MAAQI,IAAO,QAAkBA,EAAG,UAAUH,CAAM,GAEjGD,EAAoB,SAAS,IAAIC,EAAQC,CAAQ,EACjDF,EAAoB,cAAc,GACjCK,EAAKL,EAAoB,aAAe,MAAQK,IAAO,QAAkBA,EAAG,QAAQJ,EAAQE,CAAO,CACxG,CAMA,OAAO,UAAUF,EAAQ,CACrB,IAAIG,EACJJ,EAAoB,SAAS,OAAOC,CAAM,GACzCG,EAAKJ,EAAoB,aAAe,MAAQI,IAAO,QAAkBA,EAAG,UAAUH,CAAM,EAC7FD,EAAoB,cAAc,CACtC,CAIA,OAAO,eAAgB,CACfA,EAAoB,UAEhBA,EAAoB,SAAS,KAAO,IACpCA,EAAoB,UAAY,QAKhCA,EAAoB,SAAS,OAC7BA,EAAoB,UAAY,IAAI,eAAeA,EAAoB,aAAa,EAGhG,CACJ,EACAA,EAAoB,SAAW,IAAI,IAMnCA,EAAoB,cAAgBM,GAAW,CAC3CA,EAAQ,QAAQC,GAAS,CACrB,IAAIH,GACHA,EAAKJ,EAAoB,SAAS,IAAIO,EAAM,MAAM,KAAO,MAAQH,IAAO,QAAkBA,EAAGG,CAAK,CACvG,CAAC,CACL,EC7CO,IAAMC,EAAN,cAA+BC,CAA8D,CAGlG,YAAYC,EAAgC,CAC1C,MAAMA,CAAS,EACf,KAAK,MAAQC,EAAiBD,EAAWE,EAAqB,UAAU,IAAI,CAC9E,CAEO,qBAAqBC,EAAsC,CAChE,KAAK,MAAM,iBAAiB,aAAcA,CAAQ,CACpD,CAEO,wBAAwBA,EAA4B,CACzD,KAAK,MAAM,iBAAiBC,EAA2B,OAAO,SAAUD,CAAQ,CAClF,CAEO,yBAAyBA,EAA4B,CAC1D,KAAK,MAAM,iBAAiBC,EAA2B,OAAO,UAAWD,CAAQ,CACnF,CAEO,cAAcE,EAAsD,CACzEC,EAAoB,QAAQ,KAAK,MAAOD,CAAQ,CAClD,CAEO,iBAAwB,CAC7BC,EAAoB,UAAU,KAAK,KAAK,CAC1C,CAMO,kBAA+C,CACpD,IAAMC,EAAW,KAAK,WAAW,iBAA2CL,EAAqB,UAAU,KAAK,EAGhH,OAFmB,MAAM,KAAKK,CAAQ,EACE,OAAOC,GAASA,EAAM,gBAAkB,KAAK,UAAU,CAEjG,CAEO,mBAAmBC,EAAyC,CAEjE,IAAMC,EAAOD,IAAgB,aAAe,KAAK,MAAM,YAAc,KAAK,MAAM,aAC1EE,EAAS,KAAK,iBAAiB,EAC/BC,EAAoBD,EAAO,IAAIH,GAAS,CA5DlD,IAAAK,EA6DM,IAAMC,GAAYD,EAAAL,EAAM,aAAN,YAAAK,EAAkB,cAAcT,EAA2B,UAAU,MACjFW,EAAYN,IAAgB,aAAeK,GAAA,YAAAA,EAAW,YAAcA,GAAA,YAAAA,EAAW,aACrF,OAAOC,GAAA,KAAAA,EAAa,CACtB,CAAC,EAAE,OAAO,CAACC,EAAKC,IAAQD,EAAMC,EAAK,CAAC,EAGpC,GAAIL,GAAqBF,EACvB,OAIF,IAAIQ,EAAON,EAAoBF,EAG/BC,EAAO,MAAM,EAAE,QAAQ,EAAE,QAAQH,GAAS,CACxC,GAAIU,GAAQ,EACV,OAGF,IAAMH,EAAYP,EAAM,eAAe,EACjCW,EAAkBX,EAAM,mBAAmB,EAC3CY,EAAW,KAAK,IAAIF,EAAMC,CAAe,EACzCE,EAAUN,EAAYK,EAE5BZ,EAAM,eAAea,CAAO,EAE5BH,GAAQE,CACV,CAAC,CAGH,CACF,EC7EO,IAAME,EAAN,KAA0D,CAY/D,YAAoBC,EAA6B,CAA7B,cAAAA,EAXpB,KAAQ,aAAqC,aAC7C,KAAQ,UAAY,GACpB,KAAQ,YAAc,GACtB,KAAQ,WAAa,GACrB,KAAQ,oBAAsB,EAK9B,KAAQ,eAAiB,GAGvB,KAAK,cAAgBC,GAAO,KAAK,cAAcA,CAAG,EAClD,KAAK,iBAAmB,IAAM,KAAK,WAAW,EAC9C,KAAK,kBAAoB,IAAM,KAAK,YAAY,EAChD,KAAK,wBAA0BC,EAAUC,GAA+B,KAAK,UAAUA,CAAK,EAAGC,EAAqB,QAAQ,yBAAyB,CACvJ,CAEO,YAAmB,CACxB,KAAK,SAAS,qBAAqB,KAAK,aAAa,EACrD,KAAK,SAAS,wBAAwB,KAAK,gBAAgB,EAC3D,KAAK,SAAS,yBAAyB,KAAK,iBAAiB,EAC7D,KAAK,SAAS,cAAc,KAAK,uBAAuB,EAExD,KAAK,kBAAkB,EACvB,KAAK,eAAiB,EACxB,CAEO,YAAmB,CACxB,KAAK,SAAS,gBAAgB,CAChC,CAEQ,cAAcH,EAAkB,CACtC,KAAK,qBAAqB,EAC1B,KAAK,OAAO,CAAE,cAAe,GAAM,OAAQ,GAAM,YAAa,KAAK,YAAa,CAAC,CACnF,CAEQ,YAAmB,CACzB,KAAK,SAAS,mBAAmB,KAAK,YAAY,EAClD,KAAK,OAAO,CAAE,cAAe,GAAM,OAAQ,GAAM,KAAM,EAAI,CAAC,CAC9D,CAEQ,aAAoB,CAC1B,KAAK,SAAS,mBAAmB,KAAK,YAAY,EAClD,KAAK,OAAO,CAAE,cAAe,GAAM,OAAQ,GAAM,KAAM,EAAI,CAAC,CAC9D,CAEQ,UAAUE,EAAkC,CAClD,KAAK,OAAO,CAAE,cAAe,GAAM,OAAQ,GAAM,KAAM,EAAK,CAAC,CAC/D,CAKQ,sBAA6B,CACnC,IAAME,EAAS,KAAK,SAAS,iBAAiB,EAG1CA,EAAO,OAAS,GAKhBA,EAAO,KAAKC,GAASA,EAAM,YAAc,KAAK,GAKlDD,EAAO,MAAM,CAAC,EAAE,QAAQC,GAASA,EAAM,UAAY,OAAO,CAC5D,CAKA,IAAW,aAAoC,CAC7C,OAAO,KAAK,YACd,CACA,IAAW,YAAYC,EAA6B,CAC9C,KAAK,eAAiBA,IACxB,KAAK,aAAeA,EACpB,KAAK,kBAAkB,EAE3B,CAEQ,mBAA0B,CAChC,KAAK,SAAS,iBAAiBH,EAAqB,WAAW,YAAa,KAAK,YAAY,EAC7F,KAAK,OAAO,CAAE,YAAa,KAAK,YAAa,CAAC,EAE1C,KAAK,gBACP,KAAK,SAAS,mBAAmB,KAAK,YAAY,EAEpD,KAAK,OAAO,CAAE,cAAe,GAAM,OAAQ,EAAK,CAAC,CACnD,CAKA,IAAW,UAAoB,CAC7B,OAAO,KAAK,SACd,CACA,IAAW,SAASG,EAAgB,CAC9B,KAAK,YAAcA,IACrB,KAAK,UAAYA,EACjB,KAAK,eAAe,EAExB,CAEQ,gBAAuB,CAC7B,KAAK,SAAS,oBAAoBH,EAAqB,WAAW,SAAU,KAAK,SAAS,EAC1F,KAAK,OAAO,CAAE,WAAY,CAAE,SAAU,KAAK,SAAU,CAAE,CAAC,CAC1D,CAKA,IAAW,YAAsB,CAC/B,OAAO,KAAK,WACd,CACA,IAAW,WAAWG,EAAgB,CAChC,KAAK,cAAgBA,IACvB,KAAK,YAAcA,EACnB,KAAK,iBAAiB,EAE1B,CAEQ,kBAAyB,CAC/B,KAAK,SAAS,oBAAoBH,EAAqB,WAAW,YAAa,KAAK,WAAW,EAC/F,KAAK,OAAO,CAAE,WAAY,CAAE,WAAY,KAAK,WAAY,CAAE,CAAC,CAC9D,CAKA,IAAW,WAAqB,CAC9B,OAAO,KAAK,UACd,CACA,IAAW,UAAUG,EAAgB,CAC/B,KAAK,aAAeA,IACtB,KAAK,WAAaA,EAClB,KAAK,gBAAgB,EAEzB,CAEQ,iBAAwB,CAC9B,KAAK,SAAS,oBAAoBH,EAAqB,WAAW,WAAY,KAAK,UAAU,EAC7F,KAAK,OAAO,CAAE,WAAY,CAAE,UAAW,KAAK,UAAW,CAAE,CAAC,CAC5D,CAKA,IAAW,oBAA6B,CACtC,OAAO,KAAK,mBACd,CACA,IAAW,mBAAmBG,EAAe,CACvC,KAAK,sBAAwBA,IAC/B,KAAK,oBAAsBA,EAC3B,KAAK,yBAAyB,EAElC,CAEQ,0BAAiC,CACvC,KAAK,SAAS,iBAAiBH,EAAqB,WAAW,qBAAsB,KAAK,oBAAoB,SAAS,CAAC,EACxH,KAAK,OAAO,CAAE,WAAY,CAAE,mBAAoB,KAAK,mBAAoB,CAAE,CAAC,CAC9E,CAOO,mBAAmBI,EAAwC,CAChE,IAAMH,EAAS,KAAK,SAAS,iBAAiB,EACxCI,EAAYD,EAAO,YAAc,QAAU,EAAI,GACjDE,EAAQF,EAAO,YAAc,YAEjCH,EAAO,QAAQC,GAAS,EAElBA,IAAUE,GAAUE,IAAU,KAChCA,GAASD,GAEXH,EAAM,MAAM,YAAYF,EAAqB,oBAAoB,gBAAiBM,EAAM,SAAS,CAAC,CACpG,CAAC,CACH,CAKO,sBAA6B,CACnB,KAAK,SAAS,iBAAiB,EACvC,QAAQJ,GAAS,CACtBA,EAAM,MAAM,eAAeF,EAAqB,oBAAoB,eAAe,CACrF,CAAC,CACH,CAMO,OAAOO,EAAsC,CACnC,KAAK,SAAS,iBAAiB,EACvC,QAAQL,GAAS,CACtBA,EAAM,OAAOK,CAAM,CACrB,CAAC,CACH,CAKO,oBAA2B,CAChC,KAAK,SAAS,mBAAmB,KAAK,YAAY,CACpD,CACF,EC3NA,IAAMC,EAAW,+FACXC,EAAS,qiMA2BFC,EAAN,cAAiCC,CAA6C,CAanF,aAAc,CACZ,MAAM,EACNC,EAAqB,KAAMJ,EAAUC,CAAM,EAC3C,KAAK,YAAc,IAAII,EAAoB,IAAIC,EAAiB,IAAI,CAAC,CACvE,CAhBA,WAAkB,oBAA+B,CAC/C,MAAO,CACLC,EAAqB,WAAW,YAChCA,EAAqB,WAAW,SAChCA,EAAqB,WAAW,YAChCA,EAAqB,WAAW,WAChCA,EAAqB,WAAW,oBAClC,CACF,CAUO,mBAA0B,CAC/B,KAAK,YAAY,WAAW,CAC9B,CAEO,sBAA6B,CAClC,KAAK,YAAY,WAAW,CAC9B,CAEO,yBAAyBC,EAAcC,EAAkBC,EAAwB,CACtF,OAAQF,QACDD,EAAqB,WAAW,YACnC,KAAK,YAAcG,EACnB,WACGH,EAAqB,WAAW,SACnC,KAAK,SAAWI,EAAcD,CAAQ,EACtC,WACGH,EAAqB,WAAW,YACnC,KAAK,WAAaI,EAAcD,CAAQ,EACxC,WACGH,EAAqB,WAAW,WACnC,KAAK,UAAYI,EAAcD,CAAQ,EACvC,WACGH,EAAqB,WAAW,qBACnC,KAAK,mBAAqBK,EAAaF,CAAQ,EAC/C,MAEN,CAoCO,mBAAmBG,EAAwC,CAChE,KAAK,YAAY,mBAAmBA,CAAM,CAC5C,CAKO,sBAA6B,CAClC,KAAK,YAAY,qBAAqB,CACxC,CAMO,OAAOC,EAAsC,CAClD,KAAK,YAAY,OAAOA,CAAM,CAChC,CAKO,OAAc,CACnB,KAAK,YAAY,mBAAmB,CACtC,CACF,EAvDSC,EAAA,CADNC,EAAmB,GAlDTd,EAmDJ,2BAMAa,EAAA,CADNC,EAAmB,GAxDTd,EAyDJ,wBAMAa,EAAA,CADNC,EAAmB,GA9DTd,EA+DJ,0BAMAa,EAAA,CADNC,EAAmB,GApETd,EAqEJ,yBAMAa,EAAA,CADNC,EAAmB,GA1ETd,EA2EJ,kCA3EIA,EAANa,EAAA,CANNE,EAAc,CACb,KAAMV,EAAqB,YAC3B,aAAc,CACZW,CACF,CACF,CAAC,GACYhB,GC5BN,SAASiB,IAAiC,CAC/CC,EAAoBC,CAAkB,CACxC",
6
+ "names": ["ForgeResizeObserver", "target", "callback", "options", "_a", "_b", "entries", "entry", "SplitViewAdapter", "BaseAdapter", "component", "getShadowElement", "SPLIT_VIEW_CONSTANTS", "listener", "SPLIT_VIEW_PANEL_CONSTANTS", "callback", "ForgeResizeObserver", "nodeList", "panel", "orientation", "size", "panels", "combinedPanelSize", "_a", "panelRoot", "panelSize", "cur", "acc", "diff", "collapsibleSize", "reduceBy", "newSize", "SplitViewFoundation", "_adapter", "evt", "throttle", "entry", "SPLIT_VIEW_CONSTANTS", "panels", "panel", "value", "target", "increment", "layer", "config", "template", "styles", "SplitViewComponent", "BaseComponent", "attachShadowTemplate", "SplitViewFoundation", "SplitViewAdapter", "SPLIT_VIEW_CONSTANTS", "name", "oldValue", "newValue", "coerceBoolean", "coerceNumber", "target", "config", "__decorateClass", "FoundationProperty", "CustomElement", "SplitViewPanelComponent", "defineSplitViewComponent", "defineCustomElement", "SplitViewComponent"]
7
+ }
@@ -3,5 +3,5 @@
3
3
  * Copyright 2023 Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- import{a as w,b as L,d as O,e as B}from"./chunk.4RPIQ65C.js";import{E as N}from"./chunk.6OKJPSUE.js";import{F as S}from"./chunk.DT7MZR5Y.js";import{b as y}from"./chunk.MLV25D2G.js";import{e as g}from"./chunk.DONAMICM.js";import{e as V}from"./chunk.V7WKXEZC.js";import{b as M}from"./chunk.7A6MX6CS.js";import{p as P}from"./chunk.MZLPUI6R.js";import{a as D}from"./chunk.YI4JTY4T.js";import{d as T,l as F}from"./chunk.JHBCYICS.js";import{a as x}from"./chunk.ARJ3EVVO.js";import{b as A}from"./chunk.FVRSGKJD.js";import{e as m}from"./chunk.U6WGJELL.js";import{a as b,b as k}from"./chunk.BE7PZANN.js";import{a as E,e as C,i as I}from"./chunk.Y4GKBJGI.js";import{s as f}from"./chunk.PN26D52V.js";import{f as v}from"./chunk.J2M2MXP2.js";import{a as d,f as _}from"./chunk.MCIQXNKY.js";var r=`${k}date-picker`,z={VALUE:"value"},U={INPUT:"input,input[forge-date-picker-input]"},R={CHANGE:`${r}-change`,OPEN:`${r}-open`,CLOSE:`${r}-close`,INPUT:`${r}-input`},n={elementName:r,selectors:U,events:R,observedAttributes:z};var l=class extends O{constructor(e){super(e);this._dropdownIdentifier=`forge-date-picker-${this._identifier}`}_initializeInput(){this._inputElement=this._component.querySelector(n.selectors.INPUT)}_initializeCalendarDropdown(){let e=this._getDefaultTargetElement();this._calendarDropdown=new S(e,this._dropdownIdentifier)}initializeMask(e){var t;(t=this._inputMask)==null||t.destroy(),this._inputMask=new A(this._inputElement,e)}destroyMask(){var e;(e=this._inputMask)==null||e.destroy(),this._inputMask=void 0}initializeAccessibility(){this._inputElement.setAttribute("autocomplete","off"),this._inputElement.setAttribute("autocorrect","off"),this._inputElement.setAttribute("autocapitalize","off"),this._inputElement.setAttribute("spellcheck","false"),this._inputElement.setAttribute("role","combobox"),this._inputElement.setAttribute("aria-live","assertive"),this._inputElement.setAttribute("aria-atomic","true"),this._inputElement.setAttribute("aria-haspopup","true"),this._inputElement.setAttribute("aria-expanded","false"),this._inputElement.setAttribute("aria-owns",this._dropdownIdentifier)}addInputListener(e,t,i){var a;(a=this._inputElement)==null||a.addEventListener(e,t,{capture:i})}removeInputListener(e,t,i){var a;(a=this._inputElement)==null||a.removeEventListener(e,t,{capture:i})}setInputValueChangedListener(e,t){this.destroyValueChangeListener();let i=g(e,this._inputElement,"value",t);this._valueChangeListeners.push(i)}hasInputElement(){return!!this._inputElement}attachCalendar(e,t){super.attachCalendar(e,t),this._inputElement.setAttribute("aria-expanded","true")}detachCalendar(){super.detachCalendar(),this._inputElement&&(this._inputElement.setAttribute("aria-expanded","false"),this._inputElement.removeAttribute("aria-activedescendant"))}setActiveDescendant(e){this._inputElement.setAttribute("aria-activedescendant",e)}setInputValue(e,t){this._inputElement.value!==e&&(this._inputElement.value=e,this._inputMask&&this._inputMask.updateMask(),t&&(this._inputElement.dispatchEvent(new Event("change")),this._inputElement.dispatchEvent(new Event("input"))))}isInputDisabled(){return this._inputElement.disabled}isInputFocused(){return f()===this._inputElement}getInputValue(){return this._inputMask?this._inputMask.maskedValue:this._inputElement.value}setDisabled(e){this._inputElement.disabled=e,this._inputElement.setAttribute("aria-disabled",e.toString()),this._toggleElement&&(this._toggleElement.setAttribute("aria-disabled",e.toString()),this._toggleElement.hasOwnProperty("disabled")&&(this._toggleElement.disabled=e))}tryFocusInput(){this._inputElement.focus()}tryBlurInput(){this._inputElement.blur()}selectInputText(){this._inputElement.select()}emitInputEvent(e,t){I(this._inputElement,e,t)}};var p=class extends B{constructor(e){super(e);this._mode="single"}_initializeState(){this._value||(this._value=this._coerceDateValue(this._adapter.getInputValue()))}_emitChangeEvent(e,t){let i=this._getTypedValue(e);return this._adapter.emitHostEvent(n.events.CHANGE,i,!0,!t)?(this._setValue(e),!0):!1}_emitOpenEvent(){this._adapter.emitHostEvent(n.events.OPEN,void 0,!1)}_emitCloseEvent(){this._adapter.emitHostEvent(n.events.CLOSE,void 0,!1)}_onToday(){let e=new Date;e.setHours(0,0,0,0),this._onDateSelected({date:e,selected:!0,type:"date"})}_onClear(){this._onDateSelected({date:null,selected:!1,type:"date"})}_getCurrentValue(){return this._value}_setFormattedInputValue(e){let t=this._formatDate(this._value);t?this._adapter.setInputValue(t,e?!1:this._notifyInputValueChanges):this._allowInvalidDate||this._adapter.setInputValue("",e?!1:this._notifyInputValueChanges)}_setValue(e){(!e||this._isDateValueAcceptable(e))&&(this._value=e)}_onDateSelected(e){let t=e.date;if(e.type==="date"&&this._closeCalendar(!0),!this._emitChangeEvent(t))return;let i=this._formatDate(t);this._adapter.setInputValue(i,this._notifyInputValueChanges),this._formatInputValue(),D.isMobile||this._adapter.selectInputText()}_openCalendar(e){super._openCalendar(e);let t=this._getCurrentValue();t&&this._adapter.goToCalendarDate(new Date(t))}_applyMin(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue()),super._applyMin()}_applyMax(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue()),super._applyMax()}_applyDisabledDates(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue())}_applyDisabledDaysOfWeek(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue())}_handleInput(e){let t=this._getSanitizedDateString(e),i=this._coerceDateValue(t);this._masked&&this._adapter.emitInputEvent(n.events.INPUT,t),!m(i,this._value)&&this._isDateValueAcceptable(i)&&this._emitChangeEvent(i)}_onInputValueChanged(e){let t=this._getSanitizedDateString(e);if(this._masked&&t)return;let i=this._coerceDateValue(t);!m(i,this._value)&&this._isDateValueAcceptable(i)&&(this.value=i,this._emitChangeEvent(this._value))}_applyValue(){this._setFormattedInputValue(),this._open&&this._adapter.setCalendarValue(this._value)}get value(){let e=this._getTypedValue(this._value);return e?v(e)?new Date(e.getTime()):e:null}set value(e){this._value!==e&&(this._setValue(this._coerceDateValue(e)),this._isInitialized&&this._applyValue())}};var K="<template><slot></slot></template>",$=":host{display:block}:host([hidden]){display:none}",o=class extends L{static get observedAttributes(){return[...Object.values(w.observedAttributes),n.observedAttributes.VALUE]}constructor(){super(),T.define(P),C(this,K,$),this._foundation=new p(new l(this))}attributeChangedCallback(s,e,t){switch(s){case n.observedAttributes.VALUE:this.value=t;return}super.attributeChangedCallback(s,e,t)}};o=_([b({name:n.elementName,dependencies:[V,N,M,F]})],o);var H=class extends x{constructor(e){super(e)}_build(){let e=document.createElement(n.elementName);return this._attachTextField(e),e}getInputElement(){return this._textFieldDelegate.inputElement}getTextFieldElement(){return this._textFieldDelegate.element}get value(){return this._element.value}set value(e){this._element.value=e}get disabled(){return this._element.disabled}set disabled(e){this._element.disabled=e}get invalid(){return this._textFieldDelegate.invalid||!1}set invalid(e){this._textFieldDelegate.invalid=e}onChange(e){this._element.masked?this._element.addEventListener(n.events.INPUT,t=>e(t.target.value)):this.getInputElement().addEventListener("input",t=>e(t.target.value))}onInput(e){this._element.masked?this._element.addEventListener(n.events.INPUT,t=>e(t.detail)):this._textFieldDelegate.inputElement.addEventListener("input",t=>e(t.target.value))}onFocus(e){this._textFieldDelegate.inputElement.addEventListener("focus",t=>e(t))}onBlur(e){this._textFieldDelegate.inputElement.addEventListener("blur",t=>e(t))}_attachTextField(e){var i,a,c,h;let t={props:d({},(a=(i=this._config.options)==null?void 0:i.textFieldDelegateConfig)==null?void 0:a.props),options:d({},(h=(c=this._config.options)==null?void 0:c.textFieldDelegateConfig)==null?void 0:h.options)};this._textFieldDelegate=new y(t),e.appendChild(this._textFieldDelegate.element)}};function Fe(){E(o)}export{n as a,l as b,p as c,o as d,H as e,Fe as f};
7
- //# sourceMappingURL=chunk.PWKRTM6B.js.map
6
+ import{a as w,b as L,d as O,e as B}from"./chunk.27TSALYN.js";import{E as N}from"./chunk.6OKJPSUE.js";import{F as S}from"./chunk.DT7MZR5Y.js";import{b as y}from"./chunk.MLV25D2G.js";import{e as g}from"./chunk.DONAMICM.js";import{e as V}from"./chunk.V7WKXEZC.js";import{b as M}from"./chunk.7A6MX6CS.js";import{p as P}from"./chunk.MZLPUI6R.js";import{a as D}from"./chunk.YI4JTY4T.js";import{d as T,l as F}from"./chunk.JHBCYICS.js";import{a as x}from"./chunk.ARJ3EVVO.js";import{b as A}from"./chunk.FVRSGKJD.js";import{e as m}from"./chunk.U6WGJELL.js";import{a as b,b as k}from"./chunk.BE7PZANN.js";import{a as E,e as C,i as I}from"./chunk.Y4GKBJGI.js";import{s as f}from"./chunk.PN26D52V.js";import{f as v}from"./chunk.J2M2MXP2.js";import{a as d,f as _}from"./chunk.MCIQXNKY.js";var r=`${k}date-picker`,z={VALUE:"value"},U={INPUT:"input,input[forge-date-picker-input]"},R={CHANGE:`${r}-change`,OPEN:`${r}-open`,CLOSE:`${r}-close`,INPUT:`${r}-input`},n={elementName:r,selectors:U,events:R,observedAttributes:z};var l=class extends O{constructor(e){super(e);this._dropdownIdentifier=`forge-date-picker-${this._identifier}`}_initializeInput(){this._inputElement=this._component.querySelector(n.selectors.INPUT)}_initializeCalendarDropdown(){let e=this._getDefaultTargetElement();this._calendarDropdown=new S(e,this._dropdownIdentifier)}initializeMask(e){var t;(t=this._inputMask)==null||t.destroy(),this._inputMask=new A(this._inputElement,e)}destroyMask(){var e;(e=this._inputMask)==null||e.destroy(),this._inputMask=void 0}initializeAccessibility(){this._inputElement.setAttribute("autocomplete","off"),this._inputElement.setAttribute("autocorrect","off"),this._inputElement.setAttribute("autocapitalize","off"),this._inputElement.setAttribute("spellcheck","false"),this._inputElement.setAttribute("role","combobox"),this._inputElement.setAttribute("aria-live","assertive"),this._inputElement.setAttribute("aria-atomic","true"),this._inputElement.setAttribute("aria-haspopup","true"),this._inputElement.setAttribute("aria-expanded","false"),this._inputElement.setAttribute("aria-owns",this._dropdownIdentifier)}addInputListener(e,t,i){var a;(a=this._inputElement)==null||a.addEventListener(e,t,{capture:i})}removeInputListener(e,t,i){var a;(a=this._inputElement)==null||a.removeEventListener(e,t,{capture:i})}setInputValueChangedListener(e,t){this.destroyValueChangeListener();let i=g(e,this._inputElement,"value",t);this._valueChangeListeners.push(i)}hasInputElement(){return!!this._inputElement}attachCalendar(e,t){super.attachCalendar(e,t),this._inputElement.setAttribute("aria-expanded","true")}detachCalendar(){super.detachCalendar(),this._inputElement&&(this._inputElement.setAttribute("aria-expanded","false"),this._inputElement.removeAttribute("aria-activedescendant"))}setActiveDescendant(e){this._inputElement.setAttribute("aria-activedescendant",e)}setInputValue(e,t){this._inputElement.value!==e&&(this._inputElement.value=e,this._inputMask&&this._inputMask.updateMask(),t&&(this._inputElement.dispatchEvent(new Event("change")),this._inputElement.dispatchEvent(new Event("input"))))}isInputDisabled(){return this._inputElement.disabled}isInputFocused(){return f()===this._inputElement}getInputValue(){return this._inputMask?this._inputMask.maskedValue:this._inputElement.value}setDisabled(e){this._inputElement.disabled=e,this._inputElement.setAttribute("aria-disabled",e.toString()),this._toggleElement&&(this._toggleElement.setAttribute("aria-disabled",e.toString()),this._toggleElement.hasOwnProperty("disabled")&&(this._toggleElement.disabled=e))}tryFocusInput(){this._inputElement.focus()}tryBlurInput(){this._inputElement.blur()}selectInputText(){this._inputElement.select()}emitInputEvent(e,t){I(this._inputElement,e,t)}};var p=class extends B{constructor(e){super(e);this._mode="single"}_initializeState(){this._value||(this._value=this._coerceDateValue(this._adapter.getInputValue()))}_emitChangeEvent(e,t){let i=this._getTypedValue(e);return this._adapter.emitHostEvent(n.events.CHANGE,i,!0,!t)?(this._setValue(e),!0):!1}_emitOpenEvent(){this._adapter.emitHostEvent(n.events.OPEN,void 0,!1)}_emitCloseEvent(){this._adapter.emitHostEvent(n.events.CLOSE,void 0,!1)}_onToday(){let e=new Date;e.setHours(0,0,0,0),this._onDateSelected({date:e,selected:!0,type:"date"})}_onClear(){this._onDateSelected({date:null,selected:!1,type:"date"})}_getCurrentValue(){return this._value}_setFormattedInputValue(e){let t=this._formatDate(this._value);t?this._adapter.setInputValue(t,e?!1:this._notifyInputValueChanges):this._allowInvalidDate||this._adapter.setInputValue("",e?!1:this._notifyInputValueChanges)}_setValue(e){(!e||this._isDateValueAcceptable(e))&&(this._value=e)}_onDateSelected(e){let t=e.date;if(e.type==="date"&&this._closeCalendar(!0),!this._emitChangeEvent(t))return;let i=this._formatDate(t);this._adapter.setInputValue(i,this._notifyInputValueChanges),this._formatInputValue(),D.isMobile||this._adapter.selectInputText()}_openCalendar(e){super._openCalendar(e);let t=this._getCurrentValue();t&&this._adapter.goToCalendarDate(new Date(t))}_applyMin(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue()),super._applyMin()}_applyMax(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue()),super._applyMax()}_applyDisabledDates(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue())}_applyDisabledDaysOfWeek(){this._value&&!this._isDateValueAcceptable(this._value)&&(this._emitChangeEvent(null,!0),this._setFormattedInputValue())}_handleInput(e){let t=this._getSanitizedDateString(e),i=this._coerceDateValue(t);this._masked&&this._adapter.emitInputEvent(n.events.INPUT,t),!m(i,this._value)&&this._isDateValueAcceptable(i)&&this._emitChangeEvent(i)}_onInputValueChanged(e){let t=this._getSanitizedDateString(e);if(this._masked&&t)return;let i=this._coerceDateValue(t);!m(i,this._value)&&this._isDateValueAcceptable(i)&&(this.value=i,this._emitChangeEvent(this._value))}_applyValue(){this._setFormattedInputValue(),this._open&&this._adapter.setCalendarValue(this._value)}get value(){let e=this._getTypedValue(this._value);return e?v(e)?new Date(e.getTime()):e:null}set value(e){this._value!==e&&(this._setValue(this._coerceDateValue(e)),this._isInitialized&&this._applyValue())}};var K="<template><slot></slot></template>",$=":host{display:block}:host([hidden]){display:none}",o=class extends L{static get observedAttributes(){return[...Object.values(w.observedAttributes),n.observedAttributes.VALUE]}constructor(){super(),T.define(P),C(this,K,$),this._foundation=new p(new l(this))}attributeChangedCallback(s,e,t){switch(s){case n.observedAttributes.VALUE:this.value=t;return}super.attributeChangedCallback(s,e,t)}};o=_([b({name:n.elementName,dependencies:[V,N,M,F]})],o);var H=class extends x{constructor(e){super(e)}_build(){let e=document.createElement(n.elementName);return this._attachTextField(e),e}getInputElement(){return this._textFieldDelegate.inputElement}getTextFieldElement(){return this._textFieldDelegate.element}get value(){return this._element.value}set value(e){this._element.value=e}get disabled(){return this._element.disabled}set disabled(e){this._element.disabled=e}get invalid(){return this._textFieldDelegate.invalid||!1}set invalid(e){this._textFieldDelegate.invalid=e}onChange(e){this._element.masked?this._element.addEventListener(n.events.INPUT,t=>e(t.target.value)):this.getInputElement().addEventListener("input",t=>e(t.target.value))}onInput(e){this._element.masked?this._element.addEventListener(n.events.INPUT,t=>e(t.detail)):this._textFieldDelegate.inputElement.addEventListener("input",t=>e(t.target.value))}onFocus(e){this._textFieldDelegate.inputElement.addEventListener("focus",t=>e(t))}onBlur(e){this._textFieldDelegate.inputElement.addEventListener("blur",t=>e(t))}_attachTextField(e){var i,a,c,h;let t={props:d({},(a=(i=this._config.options)==null?void 0:i.textFieldDelegateConfig)==null?void 0:a.props),options:d({},(h=(c=this._config.options)==null?void 0:c.textFieldDelegateConfig)==null?void 0:h.options)};this._textFieldDelegate=new y(t),e.appendChild(this._textFieldDelegate.element)}};function Fe(){E(o)}export{n as a,l as b,p as c,o as d,H as e,Fe as f};
7
+ //# sourceMappingURL=chunk.XZOIRI4V.js.map
@@ -3,5 +3,5 @@
3
3
  * Copyright 2023 Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- import{a,b,c,d,e,f}from"../chunks/chunk.PWKRTM6B.js";import"../chunks/chunk.4RPIQ65C.js";import"../chunks/chunk.6OKJPSUE.js";import"../chunks/chunk.DT7MZR5Y.js";import"../chunks/chunk.O4FB4BV5.js";import"../chunks/chunk.YPZNIYQL.js";import"../chunks/chunk.YWVKDJXZ.js";import"../chunks/chunk.MLV25D2G.js";import"../chunks/chunk.A47X5VG3.js";import"../chunks/chunk.DONAMICM.js";import"../chunks/chunk.ZUNZKRRK.js";import"../chunks/chunk.GO5A4GKZ.js";import"../chunks/chunk.6YPD6CQM.js";import"../chunks/chunk.4DAIIJ37.js";import"../chunks/chunk.I5BAZWUF.js";import"../chunks/chunk.V7WKXEZC.js";import"../chunks/chunk.7A6MX6CS.js";import"../chunks/chunk.WY7DECJD.js";import"../chunks/chunk.2DXG2R3M.js";import"../chunks/chunk.F3MP6AXF.js";import"../chunks/chunk.MZLPUI6R.js";import"../chunks/chunk.4WPFFNLH.js";import"../chunks/chunk.G45OZEIS.js";import"../chunks/chunk.YI4JTY4T.js";import"../chunks/chunk.3KQL7VAZ.js";import"../chunks/chunk.JHBCYICS.js";import"../chunks/chunk.6KTLOA7V.js";import"../chunks/chunk.SKLCDWYQ.js";import"../chunks/chunk.ARJ3EVVO.js";import"../chunks/chunk.FVRSGKJD.js";import"../chunks/chunk.U6WGJELL.js";import"../chunks/chunk.7XFU2W25.js";import"../chunks/chunk.U6FJJGO3.js";import"../chunks/chunk.Y66GSZJB.js";import"../chunks/chunk.47A2CN5U.js";import"../chunks/chunk.G5MGGEFP.js";import"../chunks/chunk.KTGSZEAG.js";import"../chunks/chunk.BE7PZANN.js";import"../chunks/chunk.Y4GKBJGI.js";import"../chunks/chunk.PN26D52V.js";import"../chunks/chunk.J2M2MXP2.js";import"../chunks/chunk.MCIQXNKY.js";export{a as DATE_PICKER_CONSTANTS,b as DatePickerAdapter,d as DatePickerComponent,e as DatePickerComponentDelegate,c as DatePickerFoundation,f as defineDatePickerComponent};
6
+ import{a,b,c,d,e,f}from"../chunks/chunk.XZOIRI4V.js";import"../chunks/chunk.27TSALYN.js";import"../chunks/chunk.6OKJPSUE.js";import"../chunks/chunk.DT7MZR5Y.js";import"../chunks/chunk.O4FB4BV5.js";import"../chunks/chunk.YPZNIYQL.js";import"../chunks/chunk.YWVKDJXZ.js";import"../chunks/chunk.MLV25D2G.js";import"../chunks/chunk.A47X5VG3.js";import"../chunks/chunk.DONAMICM.js";import"../chunks/chunk.ZUNZKRRK.js";import"../chunks/chunk.GO5A4GKZ.js";import"../chunks/chunk.6YPD6CQM.js";import"../chunks/chunk.4DAIIJ37.js";import"../chunks/chunk.I5BAZWUF.js";import"../chunks/chunk.V7WKXEZC.js";import"../chunks/chunk.7A6MX6CS.js";import"../chunks/chunk.WY7DECJD.js";import"../chunks/chunk.2DXG2R3M.js";import"../chunks/chunk.F3MP6AXF.js";import"../chunks/chunk.MZLPUI6R.js";import"../chunks/chunk.4WPFFNLH.js";import"../chunks/chunk.G45OZEIS.js";import"../chunks/chunk.YI4JTY4T.js";import"../chunks/chunk.3KQL7VAZ.js";import"../chunks/chunk.JHBCYICS.js";import"../chunks/chunk.6KTLOA7V.js";import"../chunks/chunk.SKLCDWYQ.js";import"../chunks/chunk.ARJ3EVVO.js";import"../chunks/chunk.FVRSGKJD.js";import"../chunks/chunk.U6WGJELL.js";import"../chunks/chunk.7XFU2W25.js";import"../chunks/chunk.U6FJJGO3.js";import"../chunks/chunk.Y66GSZJB.js";import"../chunks/chunk.47A2CN5U.js";import"../chunks/chunk.G5MGGEFP.js";import"../chunks/chunk.KTGSZEAG.js";import"../chunks/chunk.BE7PZANN.js";import"../chunks/chunk.Y4GKBJGI.js";import"../chunks/chunk.PN26D52V.js";import"../chunks/chunk.J2M2MXP2.js";import"../chunks/chunk.MCIQXNKY.js";export{a as DATE_PICKER_CONSTANTS,b as DatePickerAdapter,d as DatePickerComponent,e as DatePickerComponentDelegate,c as DatePickerFoundation,f as defineDatePickerComponent};
7
7
  //# sourceMappingURL=index.js.map
@@ -3,5 +3,5 @@
3
3
  * Copyright 2023 Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- import{a,b,c,d,e,f,g}from"../chunks/chunk.7B3AZYBR.js";import"../chunks/chunk.4RPIQ65C.js";import"../chunks/chunk.6OKJPSUE.js";import"../chunks/chunk.DT7MZR5Y.js";import"../chunks/chunk.O4FB4BV5.js";import"../chunks/chunk.YPZNIYQL.js";import"../chunks/chunk.YWVKDJXZ.js";import"../chunks/chunk.MLV25D2G.js";import"../chunks/chunk.A47X5VG3.js";import"../chunks/chunk.DONAMICM.js";import"../chunks/chunk.ZUNZKRRK.js";import"../chunks/chunk.GO5A4GKZ.js";import"../chunks/chunk.6YPD6CQM.js";import"../chunks/chunk.4DAIIJ37.js";import"../chunks/chunk.I5BAZWUF.js";import"../chunks/chunk.V7WKXEZC.js";import"../chunks/chunk.7A6MX6CS.js";import"../chunks/chunk.WY7DECJD.js";import"../chunks/chunk.2DXG2R3M.js";import"../chunks/chunk.F3MP6AXF.js";import"../chunks/chunk.MZLPUI6R.js";import"../chunks/chunk.4WPFFNLH.js";import"../chunks/chunk.G45OZEIS.js";import"../chunks/chunk.YI4JTY4T.js";import"../chunks/chunk.3KQL7VAZ.js";import"../chunks/chunk.JHBCYICS.js";import"../chunks/chunk.6KTLOA7V.js";import"../chunks/chunk.SKLCDWYQ.js";import"../chunks/chunk.ARJ3EVVO.js";import"../chunks/chunk.FVRSGKJD.js";import"../chunks/chunk.U6WGJELL.js";import"../chunks/chunk.7XFU2W25.js";import"../chunks/chunk.U6FJJGO3.js";import"../chunks/chunk.Y66GSZJB.js";import"../chunks/chunk.47A2CN5U.js";import"../chunks/chunk.G5MGGEFP.js";import"../chunks/chunk.KTGSZEAG.js";import"../chunks/chunk.BE7PZANN.js";import"../chunks/chunk.Y4GKBJGI.js";import"../chunks/chunk.PN26D52V.js";import"../chunks/chunk.J2M2MXP2.js";import"../chunks/chunk.MCIQXNKY.js";export{b as DATE_RANGE_PICKER_CONSTANTS,a as DatePickerRange,f as DateRangeComponentDelegate,c as DateRangePickerAdapter,e as DateRangePickerComponent,d as DateRangePickerFoundation,g as defineDateRangePickerComponent};
6
+ import{a,b,c,d,e,f,g}from"../chunks/chunk.EE25TGNW.js";import"../chunks/chunk.27TSALYN.js";import"../chunks/chunk.6OKJPSUE.js";import"../chunks/chunk.DT7MZR5Y.js";import"../chunks/chunk.O4FB4BV5.js";import"../chunks/chunk.YPZNIYQL.js";import"../chunks/chunk.YWVKDJXZ.js";import"../chunks/chunk.MLV25D2G.js";import"../chunks/chunk.A47X5VG3.js";import"../chunks/chunk.DONAMICM.js";import"../chunks/chunk.ZUNZKRRK.js";import"../chunks/chunk.GO5A4GKZ.js";import"../chunks/chunk.6YPD6CQM.js";import"../chunks/chunk.4DAIIJ37.js";import"../chunks/chunk.I5BAZWUF.js";import"../chunks/chunk.V7WKXEZC.js";import"../chunks/chunk.7A6MX6CS.js";import"../chunks/chunk.WY7DECJD.js";import"../chunks/chunk.2DXG2R3M.js";import"../chunks/chunk.F3MP6AXF.js";import"../chunks/chunk.MZLPUI6R.js";import"../chunks/chunk.4WPFFNLH.js";import"../chunks/chunk.G45OZEIS.js";import"../chunks/chunk.YI4JTY4T.js";import"../chunks/chunk.3KQL7VAZ.js";import"../chunks/chunk.JHBCYICS.js";import"../chunks/chunk.6KTLOA7V.js";import"../chunks/chunk.SKLCDWYQ.js";import"../chunks/chunk.ARJ3EVVO.js";import"../chunks/chunk.FVRSGKJD.js";import"../chunks/chunk.U6WGJELL.js";import"../chunks/chunk.7XFU2W25.js";import"../chunks/chunk.U6FJJGO3.js";import"../chunks/chunk.Y66GSZJB.js";import"../chunks/chunk.47A2CN5U.js";import"../chunks/chunk.G5MGGEFP.js";import"../chunks/chunk.KTGSZEAG.js";import"../chunks/chunk.BE7PZANN.js";import"../chunks/chunk.Y4GKBJGI.js";import"../chunks/chunk.PN26D52V.js";import"../chunks/chunk.J2M2MXP2.js";import"../chunks/chunk.MCIQXNKY.js";export{b as DATE_RANGE_PICKER_CONSTANTS,a as DatePickerRange,f as DateRangeComponentDelegate,c as DateRangePickerAdapter,e as DateRangePickerComponent,d as DateRangePickerFoundation,g as defineDateRangePickerComponent};
7
7
  //# sourceMappingURL=index.js.map
package/dist/esm/index.js CHANGED
@@ -3,5 +3,5 @@
3
3
  * Copyright 2023 Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- import{a as Cj}from"./chunks/chunk.4Y7EPWU2.js";import"./chunks/chunk.WINL2C7Q.js";import{a as mj,b as nj,c as oj,d as pj,e as qj,f as tj,g as vj}from"./chunks/chunk.P3IA2WTO.js";import{a as rj,b as sj,c as uj}from"./chunks/chunk.EGRUD7S7.js";import{a as vi,b as wi,c as xi,d as yi,e as zi,f as Ai,g as Bi,h as Ci,i as Di}from"./chunks/chunk.IJW7Z6YD.js";import"./chunks/chunk.TLCGGWBO.js";import{a as Ji,b as Ki,c as Li,d as Mi,e as Ni,f as Oi,g as Pi}from"./chunks/chunk.4FSAAN6W.js";import{a as Ii}from"./chunks/chunk.JHY2CKEH.js";import{a as Ei,b as Fi,c as Gi,d as Hi}from"./chunks/chunk.HPDBSBQJ.js";import{a as Qi,b as Ri,c as Si,d as Ti,e as Ui,f as Vi,g as Wi,h as Xi,i as Yi,j as Zi,k as _i,l as $i,m as aj,n as bj,o as cj,p as dj,q as ej,r as fj,s as gj}from"./chunks/chunk.26XTVQKW.js";import{a as hj,b as ij,c as jj,d as kj,e as lj}from"./chunks/chunk.4NI63FGK.js";import"./chunks/chunk.X2RP4QW3.js";import{a as hi,b as ii,c as ji,d as ki}from"./chunks/chunk.IP3OQKGW.js";import{a as Kh,b as Lh,c as Mh,d as Nh,e as Oh,f as Ph,g as Qh,h as Rh,i as Sh,j as Th,k as Uh,l as Vh,m as Wh,n as Xh,o as Yh,p as Zh,q as _h,r as $h,s as ai,t as bi,u as ci,v as di,w as ei,x as fi,y as gi}from"./chunks/chunk.J2VLKZWP.js";import"./chunks/chunk.LIKJD4SK.js";import{a as wj,b as xj,c as yj,d as zj,e as Aj,f as Bj}from"./chunks/chunk.Y5A7RQ5M.js";import"./chunks/chunk.E4NCI7MS.js";import{a as qi,b as ri,c as si,d as ti,e as ui}from"./chunks/chunk.BUCIIOGE.js";import{a as li,b as mi,c as ni,d as oi,e as pi}from"./chunks/chunk.HI2DQJZG.js";import{a as Gh,b as Hh,c as Ih,d as Jh}from"./chunks/chunk.ILRWZHH3.js";import"./chunks/chunk.AJJILT3A.js";import{a as vh,b as wh,c as xh,d as yh,e as zh}from"./chunks/chunk.7UKA4E5A.js";import{a as Ah,b as Bh,c as Ch,d as Dh,e as Eh,f as Fh}from"./chunks/chunk.BTBHIIGI.js";import{a as Lg,b as Mg,c as Ng}from"./chunks/chunk.AFLH5HUG.js";import{a as Og,b as Pg,c as Qg,d as th,e as uh}from"./chunks/chunk.UDAWTDPV.js";import{a as sh}from"./chunks/chunk.YUCLBBES.js";import{a as Xg,b as Yg,c as hh,d as lh,e as mh}from"./chunks/chunk.REH25ELY.js";import{a as nh,b as oh,c as ph,d as qh,e as rh}from"./chunks/chunk.K4DGAJOM.js";import{a as ih,b as jh,c as kh}from"./chunks/chunk.WP4QOOIS.js";import"./chunks/chunk.MNFGVNDI.js";import{a as Rg,b as Sg,c as Tg,d as Ug,e as Vg,f as Wg,g as Zg,h as gh}from"./chunks/chunk.7LI25R6R.js";import{a as dh,b as eh,c as fh}from"./chunks/chunk.77Y3EABF.js";import{a as _g,b as $g,c as ah,d as bh,e as ch}from"./chunks/chunk.LYOQ2RGP.js";import"./chunks/chunk.WF2MFLG4.js";import{a as Cf,b as Df,c as Ef}from"./chunks/chunk.H4Z4DHPA.js";import{a as Ff,b as Gf,c as Hf,d as If,e as Jf,f as Kf,g as Lf,h as Mf,i as Nf,j as Of,k as Pf}from"./chunks/chunk.ROR6JMAE.js";import{a as Qf,b as Rf,c as Sf,d as Tf,e as Uf,f as Vf}from"./chunks/chunk.INCKI5IX.js";import"./chunks/chunk.QQDDGRY6.js";import{a as gf,b as hf,c as jf}from"./chunks/chunk.RBAVT3XQ.js";import{a as pf,b as qf,c as rf}from"./chunks/chunk.JEN6YP2Q.js";import{a as kf,b as lf,c as mf,d as nf,e as of}from"./chunks/chunk.K2C4W3CO.js";import{a as cf,b as df,c as ef,d as ff}from"./chunks/chunk.UBD2DPQN.js";import{a as sf,b as tf,c as uf,d as vf,e as wf,f as xf}from"./chunks/chunk.RYMPSU4J.js";import{a as yf,b as zf,c as Af,d as Bf}from"./chunks/chunk.VC2BG2RS.js";import{a as Te,b as Ue,c as Ve,d as We,e as Xe,f as Ye}from"./chunks/chunk.PWKRTM6B.js";import{a as Me,b as Ne,c as Oe,d as Pe,e as Qe,f as Re,g as Se}from"./chunks/chunk.7B3AZYBR.js";import"./chunks/chunk.4RPIQ65C.js";import{a as Ze,b as _e,c as $e,d as af,e as bf}from"./chunks/chunk.PYIFIHDK.js";import{a as Fe,b as Ge,c as He,d as Ie,e as Je,f as Ke,g as Le}from"./chunks/chunk.2BNDXFI5.js";import"./chunks/chunk.MHEJZJT3.js";import{a as $c}from"./chunks/chunk.IGTXLDZS.js";import{A as te,B as ue,C as ve,D as we,E as xe,F as ye,G as Be,a as Vd,b as Wd,c as Xd,d as Yd,e as Zd,f as _d,g as $d,h as ae,i as be,j as ce,k as de,l as ee,m as fe,n as ge,o as he,p as ie,q as je,r as ke,s as le,t as me,u as ne,v as oe,w as pe,x as qe,y as re,z as se}from"./chunks/chunk.6OKJPSUE.js";import{A as Rd,B as Sd,C as Td,D as Ud,E as ze,F as Ae,a as qd,b as rd,c as sd,d as td,e as ud,f as vd,g as wd,h as xd,i as yd,j as zd,k as Bd,l as Cd,m as Dd,n as Ed,o as Fd,p as Gd,q as Hd,r as Id,s as Jd,t as Kd,u as Ld,v as Md,w as Nd,x as Od,y as Pd,z as Qd}from"./chunks/chunk.DT7MZR5Y.js";import{a as fd,b as gd,c as hd,d as id,e as jd,f as kd,g as ld,h as md,i as nd,j as od,k as pd}from"./chunks/chunk.O4FB4BV5.js";import{a as Ad}from"./chunks/chunk.YPZNIYQL.js";import{a as Ce,b as De,c as Ee}from"./chunks/chunk.Y72NANFX.js";import{a as eb,b as fb,c as wb,d as xb,e as yb,f as zb,g as Ab,h as Bb,i as Cb,j as Db,k as Eb}from"./chunks/chunk.VPH7GX4C.js";import{a as $a,b as ab,c as bb,d as db}from"./chunks/chunk.YWVKDJXZ.js";import{a as _a,b as cb}from"./chunks/chunk.MLV25D2G.js";import{a as qa,b as ra,c as sa}from"./chunks/chunk.UT7QUGAO.js";import{a as gb,b as hb,c as ib,d as tb,e as ub,f as vb}from"./chunks/chunk.HMCOY5WC.js";import"./chunks/chunk.A47X5VG3.js";import"./chunks/chunk.DONAMICM.js";import{a as Wa,b as Xa,c as Ya,d as Za}from"./chunks/chunk.ZUNZKRRK.js";import"./chunks/chunk.GO5A4GKZ.js";import"./chunks/chunk.CKS5A4YN.js";import{a as pb,b as qb,c as rb,d as sb}from"./chunks/chunk.5FPFRE4H.js";import{a as ob}from"./chunks/chunk.DYNEJBYK.js";import{a as jb,b as kb,c as lb,d as mb,e as nb}from"./chunks/chunk.C7AN6FMW.js";import{a as jc,b as kc,c as lc,d as mc,e as nc}from"./chunks/chunk.N4PVZUJX.js";import{a as Dc,b as Ec,c as Fc,d as Gc,e as Hc}from"./chunks/chunk.RB5BTA5N.js";import{a as zc,b as Ac,c as Bc,d as Cc}from"./chunks/chunk.RE5X26QT.js";import{a as wc,b as xc,c as yc}from"./chunks/chunk.72AUOVCD.js";import{a as oc,b as pc,c as qc,d as rc,e as sc,f as tc,g as uc,h as vc}from"./chunks/chunk.G3ZTZ4AN.js";import{a as Sc,b as Tc,c as Uc,d as Vc,e as Wc}from"./chunks/chunk.K6AFP52A.js";import{a as Qb,b as Rb,c as Sb,d as Tb,e as Ub}from"./chunks/chunk.F2B24WLK.js";import{a as ad,b as bd,c as cd,d as dd,e as ed}from"./chunks/chunk.PALRSBSY.js";import{a as Xc,b as Yc,c as Zc,d as _c}from"./chunks/chunk.BJE6O5ES.js";import{a as la,b as ma,c as na,d as oa,e as pa}from"./chunks/chunk.7BESNUTG.js";import{a as ga,b as ha,c as ia,d as ja,e as ka}from"./chunks/chunk.GCR7QZRO.js";import{a as g,b as h,c as da,d as ea,e as fa}from"./chunks/chunk.4BEI55KI.js";import{a as $f,b as ag,c as bg,d as cg,e as dg,f as Kg}from"./chunks/chunk.T76JYRPR.js";import{a as sg,b as tg,c as ug,d as vg,e as wg}from"./chunks/chunk.P4EW5GAS.js";import{a as Wf,b as Xf,c as Yf,d as Zf,e as _f}from"./chunks/chunk.22OZJNVS.js";import"./chunks/chunk.MUEXD4SD.js";import"./chunks/chunk.KKMKGN2I.js";import{a as Ta,b as Ua,c as Va}from"./chunks/chunk.KU5CXXGS.js";import"./chunks/chunk.FZQCBRPK.js";import{a as Ja,b as Ka,c as La,d as Ma}from"./chunks/chunk.KE6GOYAB.js";import{a as wa,b as xa,c as Fa,d as Ga,e as Ha,f as Ia}from"./chunks/chunk.RG6CDWEX.js";import"./chunks/chunk.6YPD6CQM.js";import{a as Nc,b as Oc,c as Pc,d as Qc,e as Rc}from"./chunks/chunk.TWZXQQQO.js";import{a as ta,b as ua,c as va}from"./chunks/chunk.VAKNDCLP.js";import"./chunks/chunk.V4TCOZLK.js";import"./chunks/chunk.4DAIIJ37.js";import{a as kg,b as lg,c as mg}from"./chunks/chunk.XUW3GG46.js";import{a as ng,b as og,c as pg,d as qg,e as rg}from"./chunks/chunk.XZ4WI7VK.js";import{a as Vb,b as Wb,c as Xb,d as Yb,e as Zb,f as _b}from"./chunks/chunk.TR5YMNJJ.js";import{a as Fg,b as Gg,c as Hg,d as Ig,e as Jg}from"./chunks/chunk.Q7LFOS2I.js";import{a as xg,b as yg,c as zg,d as Dg,e as Eg}from"./chunks/chunk.XQ2EQIDS.js";import{a as Ag,b as Bg,c as Cg}from"./chunks/chunk.HBMNXZES.js";import{a as Ib,b as Jb,c as Mb,d as Nb,e as Ob,f as Pb}from"./chunks/chunk.SXTTEIIH.js";import{a as Kb,b as Lb}from"./chunks/chunk.J6WCFQSS.js";import{a as Fb,b as Gb,c as Hb}from"./chunks/chunk.BJZ7RB5F.js";import{a as Ic,b as Jc,c as Kc,d as Lc,e as Mc}from"./chunks/chunk.I5BAZWUF.js";import{a as Na,b as Oa,c as Pa,d as Qa,e as Ra,f as Sa}from"./chunks/chunk.V7WKXEZC.js";import{a as $b,b as ac,c as bc,d as cc}from"./chunks/chunk.7A6MX6CS.js";import{a as ya,b as za,c as Aa,d as Ba,e as Ca,f as Da,g as Ea}from"./chunks/chunk.WY7DECJD.js";import"./chunks/chunk.2DXG2R3M.js";import"./chunks/chunk.F3MP6AXF.js";import{a as eg,b as fg,c as gg,d as hg,e as ig,f as jg}from"./chunks/chunk.FRYLJWYL.js";import"./chunks/chunk.MZLPUI6R.js";import{a as ec,b as fc,c as gc,d as hc,e as ic}from"./chunks/chunk.4WPFFNLH.js";import{a as dc}from"./chunks/chunk.G45OZEIS.js";import"./chunks/chunk.YI4JTY4T.js";import"./chunks/chunk.3KQL7VAZ.js";import{a as R,b as S,c as T,d as U,e as V,f as W,g as X,h as Y,i as Z,j as _,k as $,l as aa,m as ba,n as ca}from"./chunks/chunk.JHBCYICS.js";import"./chunks/chunk.6KTLOA7V.js";import"./chunks/chunk.SKLCDWYQ.js";import{a as j}from"./chunks/chunk.ARJ3EVVO.js";import{a as K,b as L,c as M,d as N,e as O,f as P,g as Q}from"./chunks/chunk.FVRSGKJD.js";import{a as k,b as l,c as m,d as n,e as o,f as p,g as q,h as t,i as u,j as v,k as w,l as x,m as y,n as z,o as A,p as B,q as C}from"./chunks/chunk.U6WGJELL.js";import{a as r,b as s}from"./chunks/chunk.7XFU2W25.js";import"./chunks/chunk.U6FJJGO3.js";import{a as D,b as E,c as F,d as G,e as H,f as I,g as J}from"./chunks/chunk.Y66GSZJB.js";import{a as i}from"./chunks/chunk.47A2CN5U.js";import{a as b}from"./chunks/chunk.G5MGGEFP.js";import"./chunks/chunk.KTGSZEAG.js";import{b as c,c as d,d as e,e as f}from"./chunks/chunk.BE7PZANN.js";import{l as a}from"./chunks/chunk.Y4GKBJGI.js";import"./chunks/chunk.PN26D52V.js";import"./chunks/chunk.J2M2MXP2.js";import"./chunks/chunk.MCIQXNKY.js";export{Ki as ACCEPTABLE_KEYS,ma as ACCORDION_CONSTANTS,Ic as ALLOWED_CHILDREN,ag as APP_BAR_CONSTANTS,ug as APP_BAR_HELP_BUTTON_CONSTANTS,kg as APP_BAR_MENU_BUTTON_CONSTANTS,og as APP_BAR_NOTIFICATION_BUTTON_CONSTANTS,Fg as APP_BAR_PROFILE_BUTTON_CONSTANTS,eg as APP_BAR_SEARCH_CONSTANTS,eb as AUTOCOMPLETE_CONSTANTS,Ib as AVATAR_CONSTANTS,la as AccordionAdapter,oa as AccordionComponent,na as AccordionFoundation,bg as AppBarAdapter,dg as AppBarComponent,cg as AppBarFoundation,sg as AppBarHelpButtonAdapter,vg as AppBarHelpButtonComponent,tg as AppBarHelpButtonFoundation,lg as AppBarMenuButtonComponent,ng as AppBarNotificationButtonAdapter,qg as AppBarNotificationButtonComponent,pg as AppBarNotificationButtonFoundation,Gg as AppBarProfileButtonAdapter,Ig as AppBarProfileButtonComponent,Hg as AppBarProfileButtonFoundation,hg as AppBarSearchAdapter,ig as AppBarSearchComponent,gg as AppBarSearchFoundation,wb as AutocompleteAdapter,Cb as AutocompleteComponent,Db as AutocompleteComponentDelegate,Bb as AutocompleteFoundation,fb as AutocompleteMode,Jb as AvatarAdapter,Nb as AvatarComponent,Ob as AvatarComponentDelegate,Mb as AvatarFoundation,Qb as BACKDROP_CONSTANTS,Vb as BADGE_CONSTANTS,jc as BANNER_CONSTANTS,cf as BASE_DRAWER_CONSTANTS,Rg as BASE_SELECT_CONSTANTS,Dc as BOTTOM_SHEET_CONSTANTS,Sc as BUSY_INDICATOR_CONSTANTS,Jc as BUTTON_CONSTANTS,Xc as BUTTON_TOGGLE_CONSTANTS,ad as BUTTON_TOGGLE_GROUP_CONSTANTS,Rb as BackdropAdapter,Tb as BackdropComponent,Sb as BackdropFoundation,Wb as BadgeAdapter,Yb as BadgeComponent,Zb as BadgeComponentDelegate,Xb as BadgeFoundation,kc as BannerAdapter,mc as BannerComponent,lc as BannerFoundation,b as BaseAdapter,a as BaseComponent,i as BaseComponentDelegate,df as BaseDrawerAdapter,ff as BaseDrawerComponent,ef as BaseDrawerFoundation,gh as BaseSelectAdapter,Zg as BaseSelectComponent,Wg as BaseSelectFoundation,Ec as BottomSheetAdapter,Gc as BottomSheetComponent,Fc as BottomSheetFoundation,Tc as BusyIndicatorAdapter,Vc as BusyIndicatorComponent,Uc as BusyIndicatorFoundation,Kc as ButtonComponent,Lc as ButtonComponentDelegate,Yc as ButtonToggleAdapter,_c as ButtonToggleComponent,Zc as ButtonToggleFoundation,bd as ButtonToggleGroupAdapter,dd as ButtonToggleGroupComponent,cd as ButtonToggleGroupFoundation,qd as CALENDAR_CONSTANTS,ze as CALENDAR_DROPDOWN_CONSTANTS,fd as CALENDAR_MENU_CONSTANTS,Ce as CARD_CONSTANTS,f as CDN_BASE_URL,qc as CHECKBOX_CONSTANTS,kb as CHIP_CONSTANTS,gb as CHIP_FIELD_CONSTANTS,jb as CHIP_SET_CONSTANTS,Nc as CIRCULAR_PROGRESS_CONSTANTS,Fb as COLOR_CONSTANTS,Fe as COLOR_PICKER_CONSTANTS,c as COMPONENT_NAME_PREFIX,ve as CalendarAdapter,xe as CalendarComponent,ye as CalendarComponentDelegate,Ae as CalendarDropdown,we as CalendarFoundation,md as CalendarMenuAdapter,od as CalendarMenuComponent,nd as CalendarMenuFoundation,sd as CalendarMonthFocus,De as CardComponent,wi as CellAlign,sc as CheckboxAdapter,tc as CheckboxComponent,uc as CheckboxComponentDelegate,rc as CheckboxFoundation,lb as ChipAdapter,nb as ChipComponent,hb as ChipFieldAdapter,tb as ChipFieldComponent,ub as ChipFieldComponentDelegate,ib as ChipFieldFoundation,mb as ChipFoundation,pb as ChipSetAdapter,rb as ChipSetComponent,qb as ChipSetFoundation,Oc as CircularProgressAdapter,Qc as CircularProgressComponent,Pc as CircularProgressFoundation,Ie as ColorPickerAdapter,Ke as ColorPickerComponent,Je as ColorPickerFoundation,He as ColorPickerValueType,Te as DATE_PICKER_CONSTANTS,Ne as DATE_RANGE_PICKER_CONSTANTS,Ge as DEFAULT_COLOR,fg as DEFAULT_COMBINED_OPTIONS,K as DEFAULT_DATE_MASK,Ze as DIALOG_CONSTANTS,qa as DIVIDER_CONSTANTS,gf as DRAWER_CONSTANTS,L as DateInputMask,Ue as DatePickerAdapter,We as DatePickerComponent,Xe as DatePickerComponentDelegate,Ve as DatePickerFoundation,Me as DatePickerRange,Ad as DateRange,Re as DateRangeComponentDelegate,Oe as DateRangePickerAdapter,Qe as DateRangePickerComponent,Pe as DateRangePickerFoundation,rd as DayOfWeek,$e as DialogAdapter,af as DialogComponent,_e as DialogFoundation,ra as DividerComponent,hf as DrawerComponent,ga as EXPANSION_PANEL_CONSTANTS,ha as ExpansionPanelAdapter,ja as ExpansionPanelComponent,ia as ExpansionPanelFoundation,sf as FILE_PICKER_CONSTANTS,yf as FLOATING_ACTION_BUTTON_CONSTANTS,Xa as FLOATING_LABEL_CONSTANTS,tf as FilePickerAdapter,vf as FilePickerComponent,wf as FilePickerComponentDelegate,uf as FilePickerFoundation,zf as FloatingActionButton,Af as FloatingActionButtonComponentDelegate,Za as FloatingLabel,Wa as FloatingLabelAdapter,Ya as FloatingLabelFoundation,za as ForgeRipple,Aa as ForgeRippleFoundation,j as FormFieldComponentDelegate,y as HAS_MERIDIEM_REGEX,$b as ICON_BUTTON_CONSTANTS,e as ICON_CLASS_NAME,R as ICON_CONSTANTS,S as ICON_REGISTRY_KEY,Cf as INLINE_MESSAGE_CONSTANTS,k as ISO_8601_REGEX,l as ISO_TIMEZONE_REGEX,T as IconAdapter,ac as IconButtonComponent,bc as IconButtonComponentDelegate,aa as IconComponent,ba as IconComponentDelegate,$ as IconFoundation,U as IconRegistry,Df as InlineMessageComponent,Ff as KEYBOARD_SHORTCUT_CONSTANTS,Li as KEYCODE_MAP,d as KEYSTROKE_DEBOUNCE_THRESHOLD,Hf as KeyboardShortcutAdapter,Of as KeyboardShortcutComponent,Nf as KeyboardShortcutFoundation,Qf as LABEL_VALUE_CONSTANTS,ta as LINEAR_PROGRESS_CONSTANTS,wa as LIST_CONSTANTS,xa as LIST_ITEM_CONSTANTS,Rf as LabelValueAdapter,Tf as LabelValueComponent,Uf as LabelValueComponentDelegate,Sf as LabelValueFoundation,ua as LinearProgressComponent,Ja as ListAdapter,La as ListComponent,Ka as ListFoundation,Fa as ListItemAdapter,Ha as ListItemComponent,Ga as ListItemFoundation,Wf as MENU_CONSTANTS,pf as MINI_DRAWER_CONSTANTS,lf as MODAL_DRAWER_CONSTANTS,Xf as MenuAdapter,Zf as MenuComponent,Yf as MenuFoundation,qf as MiniDrawerComponent,kf as ModalDrawerAdapter,nf as ModalDrawerComponent,mf as ModalDrawerFoundation,g as OPEN_ICON_CONSTANTS,$g as OPTION_CONSTANTS,dh as OPTION_GROUP_CONSTANTS,da as OpenIconAdapter,ea as OpenIconComponent,h as OpenIconFoundation,_g as OptionAdapter,bh as OptionComponent,ah as OptionFoundation,eh as OptionGroupComponent,xb as OptionType,Lg as PAGE_STATE_CONSTANTS,Og as PAGINATOR_CONSTANTS,x as PARSEABLE_TIME_FORMAT,Na as POPUP_CONSTANTS,vh as PRODUCT_ICON_CONSTANTS,xg as PROFILE_CARD_CONSTANTS,Mg as PageStateComponent,Qg as PaginatorAdapter,th as PaginatorComponent,Pg as PaginatorFoundation,Pa as PopupAdapter,Oa as PopupAnimationType,Ra as PopupComponent,Qa as PopupFoundation,wh as ProductIconAdapter,yh as ProductIconComponent,xh as ProductIconFoundation,yg as ProfileCardAdapter,Dg as ProfileCardComponent,zg as ProfileCardFoundation,Ah as QUANTITY_FIELD_CONSTANTS,Bh as QuantityFieldAdapter,Dh as QuantityFieldComponent,Eh as QuantityFieldComponentDelegate,Ch as QuantityFieldFoundation,wc as RADIO_CONSTANTS,ya as RIPPLE_CONSTANTS,xc as RadioComponent,Ba as RippleAdapter,Da as RippleComponent,Ca as RippleFoundation,ih as SCAFFOLD_CONSTANTS,nh as SELECT_CONSTANTS,Xg as SELECT_DROPDOWN_CONSTANTS,Ta as SKELETON_CONSTANTS,Gh as SLIDER_CONSTANTS,di as SPLIT_VIEW_CONSTANTS,Kh as SPLIT_VIEW_PANEL_CONSTANTS,wj as STACK_CONSTANTS,qi as STEPPER_CONSTANTS,li as STEP_CONSTANTS,zc as SWITCH_CONSTANTS,jh as ScaffoldComponent,oh as SelectAdapter,qh as SelectComponent,sh as SelectComponentDelegate,hh as SelectDropdownAdapter,lh as SelectDropdownComponent,Yg as SelectDropdownFoundation,ph as SelectFoundation,Sg as SelectOptionType,Ua as SkeletonComponent,Hh as SliderComponent,Ih as SliderComponentDelegate,xi as SortDirection,hi as SplitViewAdapter,Lh as SplitViewAnimatingLayer,ji as SplitViewComponent,ii as SplitViewFoundation,ei as SplitViewPanelAdapter,fi as SplitViewPanelComponent,ci as SplitViewPanelFoundation,yj as StackAdapter,xj as StackAlignMode,Aj as StackComponent,zj as StackFoundation,mi as StepAdapter,oi as StepComponent,ni as StepFoundation,ri as StepperAdapter,ti as StepperComponent,si as StepperFoundation,Ac as SwitchComponent,Bc as SwitchComponentDelegate,vi as TABLE_CONSTANTS,Ji as TAB_BAR_CONSTANTS,Ei as TAB_CONSTANTS,_a as TEXT_FIELD_CONSTANTS,Qi as TIME_PICKER_CONSTANTS,hj as TOAST_CONSTANTS,Ag as TOOLBAR_CONSTANTS,dc as TOOLTIP_CONSTANTS,M as TWELVE_HOUR_TIME_MASK,N as TWELVE_HOUR_TIME_MASK_WITH_SECONDS,w as TWELVE_HOUR_TIME_REGEX,O as TWENTY_FOUR_HOUR_TIME_MASK,P as TWENTY_FOUR_HOUR_TIME_MASK_WITH_SECONDS,v as TWENTY_FOUR_HOUR_TIME_REGEX,Fi as TabAdapter,Ni as TabBarAdapter,Oi as TabBarComponent,Mi as TabBarFoundation,Hi as TabComponent,Gi as TabFoundation,zi as TableAdapter,Ci as TableComponent,yi as TableFilterType,Bi as TableFoundation,Ai as TableRow,$a as TextFieldAdapter,bb as TextFieldComponent,cb as TextFieldComponentDelegate,ab as TextFieldFoundation,Q as TimeInputMask,Ri as TimePickerAdapter,ej as TimePickerComponent,fj as TimePickerComponentDelegate,dj as TimePickerFoundation,ij as ToastAdapter,kj as ToastComponent,jj as ToastFoundation,Bg as ToolbarComponent,fc as TooltipAdapter,hc as TooltipComponent,gc as TooltipFoundation,rj as VIEW_CONSTANTS,mj as VIEW_SWITCHER_CONSTANTS,nj as ViewAnimationDirection,sj as ViewComponent,pj as ViewSwitcherAdapter,oj as ViewSwitcherAnimationType,tj as ViewSwitcherComponent,qj as ViewSwitcherFoundation,ec as attachTooltip,X as awaitIconDefinition,Uh as clampSize,Oh as clearState,te as coerceDateFromValue,bi as createOverlay,t as createSvgFromString,pa as defineAccordionComponent,Kg as defineAppBarComponent,wg as defineAppBarHelpButtonComponent,mg as defineAppBarMenuButtonComponent,rg as defineAppBarNotificationButtonComponent,Jg as defineAppBarProfileButtonComponent,jg as defineAppBarSearchComponent,Eb as defineAutocompleteComponent,Pb as defineAvatarComponent,Ub as defineBackdropComponent,_b as defineBadgeComponent,nc as defineBannerComponent,Hc as defineBottomSheetComponent,Wc as defineBusyIndicatorComponent,Mc as defineButtonComponent,$c as defineButtonToggleComponent,ed as defineButtonToggleGroupComponent,Be as defineCalendarComponent,pd as defineCalendarMenuComponent,Ee as defineCardComponent,vc as defineCheckboxComponent,ob as defineChipComponent,vb as defineChipFieldComponent,sb as defineChipSetComponent,Rc as defineCircularProgressComponent,Le as defineColorPickerComponent,Cj as defineComponents,Ye as defineDatePickerComponent,Se as defineDateRangePickerComponent,bf as defineDialogComponent,sa as defineDividerComponent,jf as defineDrawerComponent,ka as defineExpansionPanelComponent,xf as defineFilePickerComponent,Bf as defineFloatingActionButtonComponent,cc as defineIconButtonComponent,ca as defineIconComponent,Ef as defineInlineMessageComponent,Pf as defineKeyboardShortcutComponent,Vf as defineLabelValueComponent,va as defineLinearProgressComponent,Ma as defineListComponent,Ia as defineListItemComponent,_f as defineMenuComponent,rf as defineMiniDrawerComponent,of as defineModalDrawerComponent,fa as defineOpenIconComponent,ch as defineOptionComponent,fh as defineOptionGroupComponent,Ng as definePageStateComponent,uh as definePaginatorComponent,Sa as definePopupComponent,zh as defineProductIconComponent,Eg as defineProfileCardComponent,Fh as defineQuantityFieldComponent,yc as defineRadioComponent,Ea as defineRippleComponent,kh as defineScaffoldComponent,rh as defineSelectComponent,mh as defineSelectDropdownComponent,Va as defineSkeletonComponent,Jh as defineSliderComponent,ki as defineSplitViewComponent,gi as defineSplitViewPanelComponent,Bj as defineStackComponent,pi as defineStepComponent,ui as defineStepperComponent,Cc as defineSwitchComponent,Pi as defineTabBarComponent,Ii as defineTabComponent,Di as defineTableComponent,db as defineTextFieldComponent,gj as defineTimePickerComponent,lj as defineToastComponent,Cg as defineToolbarComponent,ic as defineTooltipComponent,uj as defineViewComponent,vj as defineViewSwitcherComponent,If as elementAcceptsTextInput,$f as elementName,s as eventIncludesArrowKey,Sd as eventIncludesDate,Td as eventIncludesElement,Z as fetchIconContent,Mf as fixKey,n as formatDate,Od as getAccessibleHeader,ne as getAllYearOptions,W as getCachedIcon,Qd as getClearButton,Hb as getColor,bj as getCurrentTimeOfDayMillis,Yh as getCursor,Gd as getDateElement,Cd as getDateId,ee as getDateRangeFromDates,Fd as getDateRow,Hd as getDateSpacerElement,fe as getDatesFromDateRange,he as getDatesInRange,Ed as getDayElement,Bd as getDayId,ie as getEventDescriptions,Jd as getEventElement,Id as getEventWrapperElement,Dd as getEventWrapperId,re as getEventsOnDate,Xd as getFirstDateOfWeek,Zd as getFirstDayOfMonth,xd as getFirstDayOfWeekForLocale,Pd as getFooter,gd as getGrid,hd as getGridItems,Zh as getHandleIcon,Ld as getHeader,qe as getIndexOfDate,p as getLastDateOfMonth,Yd as getLastDateOfWeek,id as getList,jd as getListItems,ud as getLocalizedDayOfMonth,td as getLocalizedDayOfWeek,vd as getLocalizedMonth,wd as getLocalizedYear,ge as getMinAndMaxDates,Lf as getModiferKeysString,Md as getMonthButtonContent,Vd as getMonthDates,q as getMonthLength,le as getMonthOptions,se as getMultipleFromRange,ai as getPixelDimension,kd as getScrollSpy,zb as getSelectedOption,_d as getSortedDaysOfWeek,_h as getSplitViewPanelSibling,Lb as getTextColor,Gb as getThemeColor,Rd as getTodayButton,Kd as getTooltip,Xh as getValuenow,Wd as getWeekDates,yd as getWeekendDaysForLocale,Nd as getYearButtonContent,me as getYearOptions,Wh as handleBoundariesAfterResize,Vh as handleBoundariesDuringResize,D as highlightTextHTML,Zi as hoursToMillis,Mh as initState,pe as isDisabled,ae as isInMonth,be as isInRange,Ug as isOptionGroupObject,Vg as isOptionObject,yb as isOptionType,zd as isRtlLocale,u as isSafeSvg,o as isSameDate,Tg as isSelectOptionType,oe as isSelected,B as isSupportedTimeFormat,$d as isToday,Qh as keyboardResize,Kf as matchKeyCombination,Sh as maxResize,cj as mergeDateWithTime,Ui as millisToHours,Wi as millisToMinutes,Vi as millisToMinutesClamped,Yi as millisToSeconds,Xi as millisToSecondsClamped,Ti as millisToTimeString,Rh as minResize,_i as minutesToMillis,pc as numbers,Ab as optionEqualPredicate,je as parseDateOffset,m as parseDateString,Jf as parseKeyCombinations,$h as parseSize,ke as parseYearRange,F as percentToPixels,G as pixelsToPercent,Ph as pointerResize,r as proxyShadowScrollEvent,Kb as randomHexColor,ld as removeAllExceptLastChild,Y as removeIconListener,Th as resizeSibling,J as safeMax,I as safeMin,_ as sanitizeExternalType,V as sanitizeSvgContent,H as scaleValue,$i as secondsToMillis,Nh as setState,Ud as setTabindexOnElement,ue as shouldHandleEvent,ce as sortDates,de as splitIntoWeeks,oc as strings,aj as stripSecondsFromMillis,Gf as textInputTypes,Si as timeStringToMillis,A as tokenize12HourTimeString,z as tokenize24HourTimeString,C as tryCoerceTimeString,E as userInteractionListener};
6
+ import{a as Cj}from"./chunks/chunk.K4M53T3A.js";import"./chunks/chunk.WINL2C7Q.js";import{a as mj,b as nj,c as oj,d as pj,e as qj,f as tj,g as vj}from"./chunks/chunk.P3IA2WTO.js";import{a as rj,b as sj,c as uj}from"./chunks/chunk.EGRUD7S7.js";import{a as vi,b as wi,c as xi,d as yi,e as zi,f as Ai,g as Bi,h as Ci,i as Di}from"./chunks/chunk.IJW7Z6YD.js";import"./chunks/chunk.TLCGGWBO.js";import{a as Ji,b as Ki,c as Li,d as Mi,e as Ni,f as Oi,g as Pi}from"./chunks/chunk.4FSAAN6W.js";import{a as Ii}from"./chunks/chunk.JHY2CKEH.js";import{a as Ei,b as Fi,c as Gi,d as Hi}from"./chunks/chunk.HPDBSBQJ.js";import{a as Qi,b as Ri,c as Si,d as Ti,e as Ui,f as Vi,g as Wi,h as Xi,i as Yi,j as Zi,k as _i,l as $i,m as aj,n as bj,o as cj,p as dj,q as ej,r as fj,s as gj}from"./chunks/chunk.26XTVQKW.js";import{a as hj,b as ij,c as jj,d as kj,e as lj}from"./chunks/chunk.4NI63FGK.js";import"./chunks/chunk.X2RP4QW3.js";import{a as hi,b as ii,c as ji,d as ki}from"./chunks/chunk.TQCGXWZF.js";import{a as Kh,b as Lh,c as Mh,d as Nh,e as Oh,f as Ph,g as Qh,h as Rh,i as Sh,j as Th,k as Uh,l as Vh,m as Wh,n as Xh,o as Yh,p as Zh,q as _h,r as $h,s as ai,t as bi,u as ci,v as di,w as ei,x as fi,y as gi}from"./chunks/chunk.6LMDKS5P.js";import"./chunks/chunk.LIKJD4SK.js";import{a as wj,b as xj,c as yj,d as zj,e as Aj,f as Bj}from"./chunks/chunk.Y5A7RQ5M.js";import"./chunks/chunk.E4NCI7MS.js";import{a as qi,b as ri,c as si,d as ti,e as ui}from"./chunks/chunk.BUCIIOGE.js";import{a as li,b as mi,c as ni,d as oi,e as pi}from"./chunks/chunk.HI2DQJZG.js";import{a as Gh,b as Hh,c as Ih,d as Jh}from"./chunks/chunk.ILRWZHH3.js";import"./chunks/chunk.AJJILT3A.js";import{a as vh,b as wh,c as xh,d as yh,e as zh}from"./chunks/chunk.7UKA4E5A.js";import{a as Ah,b as Bh,c as Ch,d as Dh,e as Eh,f as Fh}from"./chunks/chunk.BTBHIIGI.js";import{a as Lg,b as Mg,c as Ng}from"./chunks/chunk.AFLH5HUG.js";import{a as Og,b as Pg,c as Qg,d as th,e as uh}from"./chunks/chunk.UDAWTDPV.js";import{a as sh}from"./chunks/chunk.YUCLBBES.js";import{a as Xg,b as Yg,c as hh,d as lh,e as mh}from"./chunks/chunk.REH25ELY.js";import{a as nh,b as oh,c as ph,d as qh,e as rh}from"./chunks/chunk.K4DGAJOM.js";import{a as ih,b as jh,c as kh}from"./chunks/chunk.WP4QOOIS.js";import"./chunks/chunk.MNFGVNDI.js";import{a as Rg,b as Sg,c as Tg,d as Ug,e as Vg,f as Wg,g as Zg,h as gh}from"./chunks/chunk.7LI25R6R.js";import{a as dh,b as eh,c as fh}from"./chunks/chunk.77Y3EABF.js";import{a as _g,b as $g,c as ah,d as bh,e as ch}from"./chunks/chunk.LYOQ2RGP.js";import"./chunks/chunk.WF2MFLG4.js";import{a as Cf,b as Df,c as Ef}from"./chunks/chunk.H4Z4DHPA.js";import{a as Ff,b as Gf,c as Hf,d as If,e as Jf,f as Kf,g as Lf,h as Mf,i as Nf,j as Of,k as Pf}from"./chunks/chunk.ROR6JMAE.js";import{a as Qf,b as Rf,c as Sf,d as Tf,e as Uf,f as Vf}from"./chunks/chunk.INCKI5IX.js";import"./chunks/chunk.QQDDGRY6.js";import{a as gf,b as hf,c as jf}from"./chunks/chunk.RBAVT3XQ.js";import{a as pf,b as qf,c as rf}from"./chunks/chunk.JEN6YP2Q.js";import{a as kf,b as lf,c as mf,d as nf,e as of}from"./chunks/chunk.K2C4W3CO.js";import{a as cf,b as df,c as ef,d as ff}from"./chunks/chunk.UBD2DPQN.js";import{a as sf,b as tf,c as uf,d as vf,e as wf,f as xf}from"./chunks/chunk.RYMPSU4J.js";import{a as yf,b as zf,c as Af,d as Bf}from"./chunks/chunk.VC2BG2RS.js";import{a as Te,b as Ue,c as Ve,d as We,e as Xe,f as Ye}from"./chunks/chunk.XZOIRI4V.js";import{a as Me,b as Ne,c as Oe,d as Pe,e as Qe,f as Re,g as Se}from"./chunks/chunk.EE25TGNW.js";import"./chunks/chunk.27TSALYN.js";import{a as Ze,b as _e,c as $e,d as af,e as bf}from"./chunks/chunk.PYIFIHDK.js";import{a as Fe,b as Ge,c as He,d as Ie,e as Je,f as Ke,g as Le}from"./chunks/chunk.2BNDXFI5.js";import"./chunks/chunk.MHEJZJT3.js";import{a as $c}from"./chunks/chunk.IGTXLDZS.js";import{A as te,B as ue,C as ve,D as we,E as xe,F as ye,G as Be,a as Vd,b as Wd,c as Xd,d as Yd,e as Zd,f as _d,g as $d,h as ae,i as be,j as ce,k as de,l as ee,m as fe,n as ge,o as he,p as ie,q as je,r as ke,s as le,t as me,u as ne,v as oe,w as pe,x as qe,y as re,z as se}from"./chunks/chunk.6OKJPSUE.js";import{A as Rd,B as Sd,C as Td,D as Ud,E as ze,F as Ae,a as qd,b as rd,c as sd,d as td,e as ud,f as vd,g as wd,h as xd,i as yd,j as zd,k as Bd,l as Cd,m as Dd,n as Ed,o as Fd,p as Gd,q as Hd,r as Id,s as Jd,t as Kd,u as Ld,v as Md,w as Nd,x as Od,y as Pd,z as Qd}from"./chunks/chunk.DT7MZR5Y.js";import{a as fd,b as gd,c as hd,d as id,e as jd,f as kd,g as ld,h as md,i as nd,j as od,k as pd}from"./chunks/chunk.O4FB4BV5.js";import{a as Ad}from"./chunks/chunk.YPZNIYQL.js";import{a as Ce,b as De,c as Ee}from"./chunks/chunk.Y72NANFX.js";import{a as eb,b as fb,c as wb,d as xb,e as yb,f as zb,g as Ab,h as Bb,i as Cb,j as Db,k as Eb}from"./chunks/chunk.VPH7GX4C.js";import{a as $a,b as ab,c as bb,d as db}from"./chunks/chunk.YWVKDJXZ.js";import{a as _a,b as cb}from"./chunks/chunk.MLV25D2G.js";import{a as qa,b as ra,c as sa}from"./chunks/chunk.UT7QUGAO.js";import{a as gb,b as hb,c as ib,d as tb,e as ub,f as vb}from"./chunks/chunk.HMCOY5WC.js";import"./chunks/chunk.A47X5VG3.js";import"./chunks/chunk.DONAMICM.js";import{a as Wa,b as Xa,c as Ya,d as Za}from"./chunks/chunk.ZUNZKRRK.js";import"./chunks/chunk.GO5A4GKZ.js";import"./chunks/chunk.CKS5A4YN.js";import{a as pb,b as qb,c as rb,d as sb}from"./chunks/chunk.5FPFRE4H.js";import{a as ob}from"./chunks/chunk.DYNEJBYK.js";import{a as jb,b as kb,c as lb,d as mb,e as nb}from"./chunks/chunk.C7AN6FMW.js";import{a as jc,b as kc,c as lc,d as mc,e as nc}from"./chunks/chunk.N4PVZUJX.js";import{a as Dc,b as Ec,c as Fc,d as Gc,e as Hc}from"./chunks/chunk.RB5BTA5N.js";import{a as zc,b as Ac,c as Bc,d as Cc}from"./chunks/chunk.RE5X26QT.js";import{a as wc,b as xc,c as yc}from"./chunks/chunk.72AUOVCD.js";import{a as oc,b as pc,c as qc,d as rc,e as sc,f as tc,g as uc,h as vc}from"./chunks/chunk.G3ZTZ4AN.js";import{a as Sc,b as Tc,c as Uc,d as Vc,e as Wc}from"./chunks/chunk.K6AFP52A.js";import{a as Qb,b as Rb,c as Sb,d as Tb,e as Ub}from"./chunks/chunk.F2B24WLK.js";import{a as ad,b as bd,c as cd,d as dd,e as ed}from"./chunks/chunk.PALRSBSY.js";import{a as Xc,b as Yc,c as Zc,d as _c}from"./chunks/chunk.BJE6O5ES.js";import{a as la,b as ma,c as na,d as oa,e as pa}from"./chunks/chunk.7BESNUTG.js";import{a as ga,b as ha,c as ia,d as ja,e as ka}from"./chunks/chunk.GCR7QZRO.js";import{a as g,b as h,c as da,d as ea,e as fa}from"./chunks/chunk.4BEI55KI.js";import{a as $f,b as ag,c as bg,d as cg,e as dg,f as Kg}from"./chunks/chunk.T76JYRPR.js";import{a as sg,b as tg,c as ug,d as vg,e as wg}from"./chunks/chunk.P4EW5GAS.js";import{a as Wf,b as Xf,c as Yf,d as Zf,e as _f}from"./chunks/chunk.22OZJNVS.js";import"./chunks/chunk.MUEXD4SD.js";import"./chunks/chunk.KKMKGN2I.js";import{a as Ta,b as Ua,c as Va}from"./chunks/chunk.KU5CXXGS.js";import"./chunks/chunk.FZQCBRPK.js";import{a as Ja,b as Ka,c as La,d as Ma}from"./chunks/chunk.KE6GOYAB.js";import{a as wa,b as xa,c as Fa,d as Ga,e as Ha,f as Ia}from"./chunks/chunk.RG6CDWEX.js";import"./chunks/chunk.6YPD6CQM.js";import{a as Nc,b as Oc,c as Pc,d as Qc,e as Rc}from"./chunks/chunk.TWZXQQQO.js";import{a as ta,b as ua,c as va}from"./chunks/chunk.VAKNDCLP.js";import"./chunks/chunk.V4TCOZLK.js";import"./chunks/chunk.4DAIIJ37.js";import{a as kg,b as lg,c as mg}from"./chunks/chunk.XUW3GG46.js";import{a as ng,b as og,c as pg,d as qg,e as rg}from"./chunks/chunk.XZ4WI7VK.js";import{a as Vb,b as Wb,c as Xb,d as Yb,e as Zb,f as _b}from"./chunks/chunk.TR5YMNJJ.js";import{a as Fg,b as Gg,c as Hg,d as Ig,e as Jg}from"./chunks/chunk.Q7LFOS2I.js";import{a as xg,b as yg,c as zg,d as Dg,e as Eg}from"./chunks/chunk.XQ2EQIDS.js";import{a as Ag,b as Bg,c as Cg}from"./chunks/chunk.HBMNXZES.js";import{a as Ib,b as Jb,c as Mb,d as Nb,e as Ob,f as Pb}from"./chunks/chunk.SXTTEIIH.js";import{a as Kb,b as Lb}from"./chunks/chunk.J6WCFQSS.js";import{a as Fb,b as Gb,c as Hb}from"./chunks/chunk.BJZ7RB5F.js";import{a as Ic,b as Jc,c as Kc,d as Lc,e as Mc}from"./chunks/chunk.I5BAZWUF.js";import{a as Na,b as Oa,c as Pa,d as Qa,e as Ra,f as Sa}from"./chunks/chunk.V7WKXEZC.js";import{a as $b,b as ac,c as bc,d as cc}from"./chunks/chunk.7A6MX6CS.js";import{a as ya,b as za,c as Aa,d as Ba,e as Ca,f as Da,g as Ea}from"./chunks/chunk.WY7DECJD.js";import"./chunks/chunk.2DXG2R3M.js";import"./chunks/chunk.F3MP6AXF.js";import{a as eg,b as fg,c as gg,d as hg,e as ig,f as jg}from"./chunks/chunk.FRYLJWYL.js";import"./chunks/chunk.MZLPUI6R.js";import{a as ec,b as fc,c as gc,d as hc,e as ic}from"./chunks/chunk.4WPFFNLH.js";import{a as dc}from"./chunks/chunk.G45OZEIS.js";import"./chunks/chunk.YI4JTY4T.js";import"./chunks/chunk.3KQL7VAZ.js";import{a as R,b as S,c as T,d as U,e as V,f as W,g as X,h as Y,i as Z,j as _,k as $,l as aa,m as ba,n as ca}from"./chunks/chunk.JHBCYICS.js";import"./chunks/chunk.6KTLOA7V.js";import"./chunks/chunk.SKLCDWYQ.js";import{a as j}from"./chunks/chunk.ARJ3EVVO.js";import{a as K,b as L,c as M,d as N,e as O,f as P,g as Q}from"./chunks/chunk.FVRSGKJD.js";import{a as k,b as l,c as m,d as n,e as o,f as p,g as q,h as t,i as u,j as v,k as w,l as x,m as y,n as z,o as A,p as B,q as C}from"./chunks/chunk.U6WGJELL.js";import{a as r,b as s}from"./chunks/chunk.7XFU2W25.js";import"./chunks/chunk.U6FJJGO3.js";import{a as D,b as E,c as F,d as G,e as H,f as I,g as J}from"./chunks/chunk.Y66GSZJB.js";import{a as i}from"./chunks/chunk.47A2CN5U.js";import{a as b}from"./chunks/chunk.G5MGGEFP.js";import"./chunks/chunk.KTGSZEAG.js";import{b as c,c as d,d as e,e as f}from"./chunks/chunk.BE7PZANN.js";import{l as a}from"./chunks/chunk.Y4GKBJGI.js";import"./chunks/chunk.PN26D52V.js";import"./chunks/chunk.J2M2MXP2.js";import"./chunks/chunk.MCIQXNKY.js";export{Ki as ACCEPTABLE_KEYS,ma as ACCORDION_CONSTANTS,Ic as ALLOWED_CHILDREN,ag as APP_BAR_CONSTANTS,ug as APP_BAR_HELP_BUTTON_CONSTANTS,kg as APP_BAR_MENU_BUTTON_CONSTANTS,og as APP_BAR_NOTIFICATION_BUTTON_CONSTANTS,Fg as APP_BAR_PROFILE_BUTTON_CONSTANTS,eg as APP_BAR_SEARCH_CONSTANTS,eb as AUTOCOMPLETE_CONSTANTS,Ib as AVATAR_CONSTANTS,la as AccordionAdapter,oa as AccordionComponent,na as AccordionFoundation,bg as AppBarAdapter,dg as AppBarComponent,cg as AppBarFoundation,sg as AppBarHelpButtonAdapter,vg as AppBarHelpButtonComponent,tg as AppBarHelpButtonFoundation,lg as AppBarMenuButtonComponent,ng as AppBarNotificationButtonAdapter,qg as AppBarNotificationButtonComponent,pg as AppBarNotificationButtonFoundation,Gg as AppBarProfileButtonAdapter,Ig as AppBarProfileButtonComponent,Hg as AppBarProfileButtonFoundation,hg as AppBarSearchAdapter,ig as AppBarSearchComponent,gg as AppBarSearchFoundation,wb as AutocompleteAdapter,Cb as AutocompleteComponent,Db as AutocompleteComponentDelegate,Bb as AutocompleteFoundation,fb as AutocompleteMode,Jb as AvatarAdapter,Nb as AvatarComponent,Ob as AvatarComponentDelegate,Mb as AvatarFoundation,Qb as BACKDROP_CONSTANTS,Vb as BADGE_CONSTANTS,jc as BANNER_CONSTANTS,cf as BASE_DRAWER_CONSTANTS,Rg as BASE_SELECT_CONSTANTS,Dc as BOTTOM_SHEET_CONSTANTS,Sc as BUSY_INDICATOR_CONSTANTS,Jc as BUTTON_CONSTANTS,Xc as BUTTON_TOGGLE_CONSTANTS,ad as BUTTON_TOGGLE_GROUP_CONSTANTS,Rb as BackdropAdapter,Tb as BackdropComponent,Sb as BackdropFoundation,Wb as BadgeAdapter,Yb as BadgeComponent,Zb as BadgeComponentDelegate,Xb as BadgeFoundation,kc as BannerAdapter,mc as BannerComponent,lc as BannerFoundation,b as BaseAdapter,a as BaseComponent,i as BaseComponentDelegate,df as BaseDrawerAdapter,ff as BaseDrawerComponent,ef as BaseDrawerFoundation,gh as BaseSelectAdapter,Zg as BaseSelectComponent,Wg as BaseSelectFoundation,Ec as BottomSheetAdapter,Gc as BottomSheetComponent,Fc as BottomSheetFoundation,Tc as BusyIndicatorAdapter,Vc as BusyIndicatorComponent,Uc as BusyIndicatorFoundation,Kc as ButtonComponent,Lc as ButtonComponentDelegate,Yc as ButtonToggleAdapter,_c as ButtonToggleComponent,Zc as ButtonToggleFoundation,bd as ButtonToggleGroupAdapter,dd as ButtonToggleGroupComponent,cd as ButtonToggleGroupFoundation,qd as CALENDAR_CONSTANTS,ze as CALENDAR_DROPDOWN_CONSTANTS,fd as CALENDAR_MENU_CONSTANTS,Ce as CARD_CONSTANTS,f as CDN_BASE_URL,qc as CHECKBOX_CONSTANTS,kb as CHIP_CONSTANTS,gb as CHIP_FIELD_CONSTANTS,jb as CHIP_SET_CONSTANTS,Nc as CIRCULAR_PROGRESS_CONSTANTS,Fb as COLOR_CONSTANTS,Fe as COLOR_PICKER_CONSTANTS,c as COMPONENT_NAME_PREFIX,ve as CalendarAdapter,xe as CalendarComponent,ye as CalendarComponentDelegate,Ae as CalendarDropdown,we as CalendarFoundation,md as CalendarMenuAdapter,od as CalendarMenuComponent,nd as CalendarMenuFoundation,sd as CalendarMonthFocus,De as CardComponent,wi as CellAlign,sc as CheckboxAdapter,tc as CheckboxComponent,uc as CheckboxComponentDelegate,rc as CheckboxFoundation,lb as ChipAdapter,nb as ChipComponent,hb as ChipFieldAdapter,tb as ChipFieldComponent,ub as ChipFieldComponentDelegate,ib as ChipFieldFoundation,mb as ChipFoundation,pb as ChipSetAdapter,rb as ChipSetComponent,qb as ChipSetFoundation,Oc as CircularProgressAdapter,Qc as CircularProgressComponent,Pc as CircularProgressFoundation,Ie as ColorPickerAdapter,Ke as ColorPickerComponent,Je as ColorPickerFoundation,He as ColorPickerValueType,Te as DATE_PICKER_CONSTANTS,Ne as DATE_RANGE_PICKER_CONSTANTS,Ge as DEFAULT_COLOR,fg as DEFAULT_COMBINED_OPTIONS,K as DEFAULT_DATE_MASK,Ze as DIALOG_CONSTANTS,qa as DIVIDER_CONSTANTS,gf as DRAWER_CONSTANTS,L as DateInputMask,Ue as DatePickerAdapter,We as DatePickerComponent,Xe as DatePickerComponentDelegate,Ve as DatePickerFoundation,Me as DatePickerRange,Ad as DateRange,Re as DateRangeComponentDelegate,Oe as DateRangePickerAdapter,Qe as DateRangePickerComponent,Pe as DateRangePickerFoundation,rd as DayOfWeek,$e as DialogAdapter,af as DialogComponent,_e as DialogFoundation,ra as DividerComponent,hf as DrawerComponent,ga as EXPANSION_PANEL_CONSTANTS,ha as ExpansionPanelAdapter,ja as ExpansionPanelComponent,ia as ExpansionPanelFoundation,sf as FILE_PICKER_CONSTANTS,yf as FLOATING_ACTION_BUTTON_CONSTANTS,Xa as FLOATING_LABEL_CONSTANTS,tf as FilePickerAdapter,vf as FilePickerComponent,wf as FilePickerComponentDelegate,uf as FilePickerFoundation,zf as FloatingActionButton,Af as FloatingActionButtonComponentDelegate,Za as FloatingLabel,Wa as FloatingLabelAdapter,Ya as FloatingLabelFoundation,za as ForgeRipple,Aa as ForgeRippleFoundation,j as FormFieldComponentDelegate,y as HAS_MERIDIEM_REGEX,$b as ICON_BUTTON_CONSTANTS,e as ICON_CLASS_NAME,R as ICON_CONSTANTS,S as ICON_REGISTRY_KEY,Cf as INLINE_MESSAGE_CONSTANTS,k as ISO_8601_REGEX,l as ISO_TIMEZONE_REGEX,T as IconAdapter,ac as IconButtonComponent,bc as IconButtonComponentDelegate,aa as IconComponent,ba as IconComponentDelegate,$ as IconFoundation,U as IconRegistry,Df as InlineMessageComponent,Ff as KEYBOARD_SHORTCUT_CONSTANTS,Li as KEYCODE_MAP,d as KEYSTROKE_DEBOUNCE_THRESHOLD,Hf as KeyboardShortcutAdapter,Of as KeyboardShortcutComponent,Nf as KeyboardShortcutFoundation,Qf as LABEL_VALUE_CONSTANTS,ta as LINEAR_PROGRESS_CONSTANTS,wa as LIST_CONSTANTS,xa as LIST_ITEM_CONSTANTS,Rf as LabelValueAdapter,Tf as LabelValueComponent,Uf as LabelValueComponentDelegate,Sf as LabelValueFoundation,ua as LinearProgressComponent,Ja as ListAdapter,La as ListComponent,Ka as ListFoundation,Fa as ListItemAdapter,Ha as ListItemComponent,Ga as ListItemFoundation,Wf as MENU_CONSTANTS,pf as MINI_DRAWER_CONSTANTS,lf as MODAL_DRAWER_CONSTANTS,Xf as MenuAdapter,Zf as MenuComponent,Yf as MenuFoundation,qf as MiniDrawerComponent,kf as ModalDrawerAdapter,nf as ModalDrawerComponent,mf as ModalDrawerFoundation,g as OPEN_ICON_CONSTANTS,$g as OPTION_CONSTANTS,dh as OPTION_GROUP_CONSTANTS,da as OpenIconAdapter,ea as OpenIconComponent,h as OpenIconFoundation,_g as OptionAdapter,bh as OptionComponent,ah as OptionFoundation,eh as OptionGroupComponent,xb as OptionType,Lg as PAGE_STATE_CONSTANTS,Og as PAGINATOR_CONSTANTS,x as PARSEABLE_TIME_FORMAT,Na as POPUP_CONSTANTS,vh as PRODUCT_ICON_CONSTANTS,xg as PROFILE_CARD_CONSTANTS,Mg as PageStateComponent,Qg as PaginatorAdapter,th as PaginatorComponent,Pg as PaginatorFoundation,Pa as PopupAdapter,Oa as PopupAnimationType,Ra as PopupComponent,Qa as PopupFoundation,wh as ProductIconAdapter,yh as ProductIconComponent,xh as ProductIconFoundation,yg as ProfileCardAdapter,Dg as ProfileCardComponent,zg as ProfileCardFoundation,Ah as QUANTITY_FIELD_CONSTANTS,Bh as QuantityFieldAdapter,Dh as QuantityFieldComponent,Eh as QuantityFieldComponentDelegate,Ch as QuantityFieldFoundation,wc as RADIO_CONSTANTS,ya as RIPPLE_CONSTANTS,xc as RadioComponent,Ba as RippleAdapter,Da as RippleComponent,Ca as RippleFoundation,ih as SCAFFOLD_CONSTANTS,nh as SELECT_CONSTANTS,Xg as SELECT_DROPDOWN_CONSTANTS,Ta as SKELETON_CONSTANTS,Gh as SLIDER_CONSTANTS,di as SPLIT_VIEW_CONSTANTS,Kh as SPLIT_VIEW_PANEL_CONSTANTS,wj as STACK_CONSTANTS,qi as STEPPER_CONSTANTS,li as STEP_CONSTANTS,zc as SWITCH_CONSTANTS,jh as ScaffoldComponent,oh as SelectAdapter,qh as SelectComponent,sh as SelectComponentDelegate,hh as SelectDropdownAdapter,lh as SelectDropdownComponent,Yg as SelectDropdownFoundation,ph as SelectFoundation,Sg as SelectOptionType,Ua as SkeletonComponent,Hh as SliderComponent,Ih as SliderComponentDelegate,xi as SortDirection,hi as SplitViewAdapter,Lh as SplitViewAnimatingLayer,ji as SplitViewComponent,ii as SplitViewFoundation,ei as SplitViewPanelAdapter,fi as SplitViewPanelComponent,ci as SplitViewPanelFoundation,yj as StackAdapter,xj as StackAlignMode,Aj as StackComponent,zj as StackFoundation,mi as StepAdapter,oi as StepComponent,ni as StepFoundation,ri as StepperAdapter,ti as StepperComponent,si as StepperFoundation,Ac as SwitchComponent,Bc as SwitchComponentDelegate,vi as TABLE_CONSTANTS,Ji as TAB_BAR_CONSTANTS,Ei as TAB_CONSTANTS,_a as TEXT_FIELD_CONSTANTS,Qi as TIME_PICKER_CONSTANTS,hj as TOAST_CONSTANTS,Ag as TOOLBAR_CONSTANTS,dc as TOOLTIP_CONSTANTS,M as TWELVE_HOUR_TIME_MASK,N as TWELVE_HOUR_TIME_MASK_WITH_SECONDS,w as TWELVE_HOUR_TIME_REGEX,O as TWENTY_FOUR_HOUR_TIME_MASK,P as TWENTY_FOUR_HOUR_TIME_MASK_WITH_SECONDS,v as TWENTY_FOUR_HOUR_TIME_REGEX,Fi as TabAdapter,Ni as TabBarAdapter,Oi as TabBarComponent,Mi as TabBarFoundation,Hi as TabComponent,Gi as TabFoundation,zi as TableAdapter,Ci as TableComponent,yi as TableFilterType,Bi as TableFoundation,Ai as TableRow,$a as TextFieldAdapter,bb as TextFieldComponent,cb as TextFieldComponentDelegate,ab as TextFieldFoundation,Q as TimeInputMask,Ri as TimePickerAdapter,ej as TimePickerComponent,fj as TimePickerComponentDelegate,dj as TimePickerFoundation,ij as ToastAdapter,kj as ToastComponent,jj as ToastFoundation,Bg as ToolbarComponent,fc as TooltipAdapter,hc as TooltipComponent,gc as TooltipFoundation,rj as VIEW_CONSTANTS,mj as VIEW_SWITCHER_CONSTANTS,nj as ViewAnimationDirection,sj as ViewComponent,pj as ViewSwitcherAdapter,oj as ViewSwitcherAnimationType,tj as ViewSwitcherComponent,qj as ViewSwitcherFoundation,ec as attachTooltip,X as awaitIconDefinition,Uh as clampSize,Oh as clearState,te as coerceDateFromValue,bi as createOverlay,t as createSvgFromString,pa as defineAccordionComponent,Kg as defineAppBarComponent,wg as defineAppBarHelpButtonComponent,mg as defineAppBarMenuButtonComponent,rg as defineAppBarNotificationButtonComponent,Jg as defineAppBarProfileButtonComponent,jg as defineAppBarSearchComponent,Eb as defineAutocompleteComponent,Pb as defineAvatarComponent,Ub as defineBackdropComponent,_b as defineBadgeComponent,nc as defineBannerComponent,Hc as defineBottomSheetComponent,Wc as defineBusyIndicatorComponent,Mc as defineButtonComponent,$c as defineButtonToggleComponent,ed as defineButtonToggleGroupComponent,Be as defineCalendarComponent,pd as defineCalendarMenuComponent,Ee as defineCardComponent,vc as defineCheckboxComponent,ob as defineChipComponent,vb as defineChipFieldComponent,sb as defineChipSetComponent,Rc as defineCircularProgressComponent,Le as defineColorPickerComponent,Cj as defineComponents,Ye as defineDatePickerComponent,Se as defineDateRangePickerComponent,bf as defineDialogComponent,sa as defineDividerComponent,jf as defineDrawerComponent,ka as defineExpansionPanelComponent,xf as defineFilePickerComponent,Bf as defineFloatingActionButtonComponent,cc as defineIconButtonComponent,ca as defineIconComponent,Ef as defineInlineMessageComponent,Pf as defineKeyboardShortcutComponent,Vf as defineLabelValueComponent,va as defineLinearProgressComponent,Ma as defineListComponent,Ia as defineListItemComponent,_f as defineMenuComponent,rf as defineMiniDrawerComponent,of as defineModalDrawerComponent,fa as defineOpenIconComponent,ch as defineOptionComponent,fh as defineOptionGroupComponent,Ng as definePageStateComponent,uh as definePaginatorComponent,Sa as definePopupComponent,zh as defineProductIconComponent,Eg as defineProfileCardComponent,Fh as defineQuantityFieldComponent,yc as defineRadioComponent,Ea as defineRippleComponent,kh as defineScaffoldComponent,rh as defineSelectComponent,mh as defineSelectDropdownComponent,Va as defineSkeletonComponent,Jh as defineSliderComponent,ki as defineSplitViewComponent,gi as defineSplitViewPanelComponent,Bj as defineStackComponent,pi as defineStepComponent,ui as defineStepperComponent,Cc as defineSwitchComponent,Pi as defineTabBarComponent,Ii as defineTabComponent,Di as defineTableComponent,db as defineTextFieldComponent,gj as defineTimePickerComponent,lj as defineToastComponent,Cg as defineToolbarComponent,ic as defineTooltipComponent,uj as defineViewComponent,vj as defineViewSwitcherComponent,If as elementAcceptsTextInput,$f as elementName,s as eventIncludesArrowKey,Sd as eventIncludesDate,Td as eventIncludesElement,Z as fetchIconContent,Mf as fixKey,n as formatDate,Od as getAccessibleHeader,ne as getAllYearOptions,W as getCachedIcon,Qd as getClearButton,Hb as getColor,bj as getCurrentTimeOfDayMillis,Yh as getCursor,Gd as getDateElement,Cd as getDateId,ee as getDateRangeFromDates,Fd as getDateRow,Hd as getDateSpacerElement,fe as getDatesFromDateRange,he as getDatesInRange,Ed as getDayElement,Bd as getDayId,ie as getEventDescriptions,Jd as getEventElement,Id as getEventWrapperElement,Dd as getEventWrapperId,re as getEventsOnDate,Xd as getFirstDateOfWeek,Zd as getFirstDayOfMonth,xd as getFirstDayOfWeekForLocale,Pd as getFooter,gd as getGrid,hd as getGridItems,Zh as getHandleIcon,Ld as getHeader,qe as getIndexOfDate,p as getLastDateOfMonth,Yd as getLastDateOfWeek,id as getList,jd as getListItems,ud as getLocalizedDayOfMonth,td as getLocalizedDayOfWeek,vd as getLocalizedMonth,wd as getLocalizedYear,ge as getMinAndMaxDates,Lf as getModiferKeysString,Md as getMonthButtonContent,Vd as getMonthDates,q as getMonthLength,le as getMonthOptions,se as getMultipleFromRange,ai as getPixelDimension,kd as getScrollSpy,zb as getSelectedOption,_d as getSortedDaysOfWeek,_h as getSplitViewPanelSibling,Lb as getTextColor,Gb as getThemeColor,Rd as getTodayButton,Kd as getTooltip,Xh as getValuenow,Wd as getWeekDates,yd as getWeekendDaysForLocale,Nd as getYearButtonContent,me as getYearOptions,Wh as handleBoundariesAfterResize,Vh as handleBoundariesDuringResize,D as highlightTextHTML,Zi as hoursToMillis,Mh as initState,pe as isDisabled,ae as isInMonth,be as isInRange,Ug as isOptionGroupObject,Vg as isOptionObject,yb as isOptionType,zd as isRtlLocale,u as isSafeSvg,o as isSameDate,Tg as isSelectOptionType,oe as isSelected,B as isSupportedTimeFormat,$d as isToday,Qh as keyboardResize,Kf as matchKeyCombination,Sh as maxResize,cj as mergeDateWithTime,Ui as millisToHours,Wi as millisToMinutes,Vi as millisToMinutesClamped,Yi as millisToSeconds,Xi as millisToSecondsClamped,Ti as millisToTimeString,Rh as minResize,_i as minutesToMillis,pc as numbers,Ab as optionEqualPredicate,je as parseDateOffset,m as parseDateString,Jf as parseKeyCombinations,$h as parseSize,ke as parseYearRange,F as percentToPixels,G as pixelsToPercent,Ph as pointerResize,r as proxyShadowScrollEvent,Kb as randomHexColor,ld as removeAllExceptLastChild,Y as removeIconListener,Th as resizeSibling,J as safeMax,I as safeMin,_ as sanitizeExternalType,V as sanitizeSvgContent,H as scaleValue,$i as secondsToMillis,Nh as setState,Ud as setTabindexOnElement,ue as shouldHandleEvent,ce as sortDates,de as splitIntoWeeks,oc as strings,aj as stripSecondsFromMillis,Gf as textInputTypes,Si as timeStringToMillis,A as tokenize12HourTimeString,z as tokenize24HourTimeString,C as tryCoerceTimeString,E as userInteractionListener};
7
7
  //# sourceMappingURL=index.js.map
@@ -3,5 +3,5 @@
3
3
  * Copyright 2023 Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- import"../chunks/chunk.X2RP4QW3.js";import{a as z,b as A,c as B,d as C}from"../chunks/chunk.IP3OQKGW.js";import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y}from"../chunks/chunk.J2VLKZWP.js";import"../chunks/chunk.LIKJD4SK.js";import"../chunks/chunk.AJJILT3A.js";import"../chunks/chunk.WY7DECJD.js";import"../chunks/chunk.2DXG2R3M.js";import"../chunks/chunk.F3MP6AXF.js";import"../chunks/chunk.MZLPUI6R.js";import"../chunks/chunk.JHBCYICS.js";import"../chunks/chunk.6KTLOA7V.js";import"../chunks/chunk.SKLCDWYQ.js";import"../chunks/chunk.ARJ3EVVO.js";import"../chunks/chunk.FVRSGKJD.js";import"../chunks/chunk.U6WGJELL.js";import"../chunks/chunk.7XFU2W25.js";import"../chunks/chunk.U6FJJGO3.js";import"../chunks/chunk.Y66GSZJB.js";import"../chunks/chunk.47A2CN5U.js";import"../chunks/chunk.G5MGGEFP.js";import"../chunks/chunk.KTGSZEAG.js";import"../chunks/chunk.BE7PZANN.js";import"../chunks/chunk.Y4GKBJGI.js";import"../chunks/chunk.PN26D52V.js";import"../chunks/chunk.J2M2MXP2.js";import"../chunks/chunk.MCIQXNKY.js";export{v as SPLIT_VIEW_CONSTANTS,a as SPLIT_VIEW_PANEL_CONSTANTS,z as SplitViewAdapter,b as SplitViewAnimatingLayer,B as SplitViewComponent,A as SplitViewFoundation,w as SplitViewPanelAdapter,x as SplitViewPanelComponent,u as SplitViewPanelFoundation,k as clampSize,e as clearState,t as createOverlay,C as defineSplitViewComponent,y as defineSplitViewPanelComponent,o as getCursor,p as getHandleIcon,s as getPixelDimension,q as getSplitViewPanelSibling,n as getValuenow,m as handleBoundariesAfterResize,l as handleBoundariesDuringResize,c as initState,g as keyboardResize,i as maxResize,h as minResize,r as parseSize,f as pointerResize,j as resizeSibling,d as setState};
6
+ import"../chunks/chunk.X2RP4QW3.js";import{a as z,b as A,c as B,d as C}from"../chunks/chunk.TQCGXWZF.js";import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y}from"../chunks/chunk.6LMDKS5P.js";import"../chunks/chunk.LIKJD4SK.js";import"../chunks/chunk.AJJILT3A.js";import"../chunks/chunk.WY7DECJD.js";import"../chunks/chunk.2DXG2R3M.js";import"../chunks/chunk.F3MP6AXF.js";import"../chunks/chunk.MZLPUI6R.js";import"../chunks/chunk.JHBCYICS.js";import"../chunks/chunk.6KTLOA7V.js";import"../chunks/chunk.SKLCDWYQ.js";import"../chunks/chunk.ARJ3EVVO.js";import"../chunks/chunk.FVRSGKJD.js";import"../chunks/chunk.U6WGJELL.js";import"../chunks/chunk.7XFU2W25.js";import"../chunks/chunk.U6FJJGO3.js";import"../chunks/chunk.Y66GSZJB.js";import"../chunks/chunk.47A2CN5U.js";import"../chunks/chunk.G5MGGEFP.js";import"../chunks/chunk.KTGSZEAG.js";import"../chunks/chunk.BE7PZANN.js";import"../chunks/chunk.Y4GKBJGI.js";import"../chunks/chunk.PN26D52V.js";import"../chunks/chunk.J2M2MXP2.js";import"../chunks/chunk.MCIQXNKY.js";export{v as SPLIT_VIEW_CONSTANTS,a as SPLIT_VIEW_PANEL_CONSTANTS,z as SplitViewAdapter,b as SplitViewAnimatingLayer,B as SplitViewComponent,A as SplitViewFoundation,w as SplitViewPanelAdapter,x as SplitViewPanelComponent,u as SplitViewPanelFoundation,k as clampSize,e as clearState,t as createOverlay,C as defineSplitViewComponent,y as defineSplitViewPanelComponent,o as getCursor,p as getHandleIcon,s as getPixelDimension,q as getSplitViewPanelSibling,n as getValuenow,m as handleBoundariesAfterResize,l as handleBoundariesDuringResize,c as initState,g as keyboardResize,i as maxResize,h as minResize,r as parseSize,f as pointerResize,j as resizeSibling,d as setState};
7
7
  //# sourceMappingURL=index.js.map
@@ -3,5 +3,5 @@
3
3
  * Copyright 2023 Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- import{a as b,b as c,c as d,d as e}from"../../chunks/chunk.IP3OQKGW.js";import{v as a}from"../../chunks/chunk.J2VLKZWP.js";import"../../chunks/chunk.LIKJD4SK.js";import"../../chunks/chunk.WY7DECJD.js";import"../../chunks/chunk.2DXG2R3M.js";import"../../chunks/chunk.F3MP6AXF.js";import"../../chunks/chunk.MZLPUI6R.js";import"../../chunks/chunk.JHBCYICS.js";import"../../chunks/chunk.6KTLOA7V.js";import"../../chunks/chunk.SKLCDWYQ.js";import"../../chunks/chunk.ARJ3EVVO.js";import"../../chunks/chunk.FVRSGKJD.js";import"../../chunks/chunk.U6WGJELL.js";import"../../chunks/chunk.7XFU2W25.js";import"../../chunks/chunk.U6FJJGO3.js";import"../../chunks/chunk.Y66GSZJB.js";import"../../chunks/chunk.47A2CN5U.js";import"../../chunks/chunk.G5MGGEFP.js";import"../../chunks/chunk.KTGSZEAG.js";import"../../chunks/chunk.BE7PZANN.js";import"../../chunks/chunk.Y4GKBJGI.js";import"../../chunks/chunk.PN26D52V.js";import"../../chunks/chunk.J2M2MXP2.js";import"../../chunks/chunk.MCIQXNKY.js";export{a as SPLIT_VIEW_CONSTANTS,b as SplitViewAdapter,d as SplitViewComponent,c as SplitViewFoundation,e as defineSplitViewComponent};
6
+ import{a as b,b as c,c as d,d as e}from"../../chunks/chunk.TQCGXWZF.js";import{v as a}from"../../chunks/chunk.6LMDKS5P.js";import"../../chunks/chunk.LIKJD4SK.js";import"../../chunks/chunk.WY7DECJD.js";import"../../chunks/chunk.2DXG2R3M.js";import"../../chunks/chunk.F3MP6AXF.js";import"../../chunks/chunk.MZLPUI6R.js";import"../../chunks/chunk.JHBCYICS.js";import"../../chunks/chunk.6KTLOA7V.js";import"../../chunks/chunk.SKLCDWYQ.js";import"../../chunks/chunk.ARJ3EVVO.js";import"../../chunks/chunk.FVRSGKJD.js";import"../../chunks/chunk.U6WGJELL.js";import"../../chunks/chunk.7XFU2W25.js";import"../../chunks/chunk.U6FJJGO3.js";import"../../chunks/chunk.Y66GSZJB.js";import"../../chunks/chunk.47A2CN5U.js";import"../../chunks/chunk.G5MGGEFP.js";import"../../chunks/chunk.KTGSZEAG.js";import"../../chunks/chunk.BE7PZANN.js";import"../../chunks/chunk.Y4GKBJGI.js";import"../../chunks/chunk.PN26D52V.js";import"../../chunks/chunk.J2M2MXP2.js";import"../../chunks/chunk.MCIQXNKY.js";export{a as SPLIT_VIEW_CONSTANTS,b as SplitViewAdapter,d as SplitViewComponent,c as SplitViewFoundation,e as defineSplitViewComponent};
7
7
  //# sourceMappingURL=index.js.map
@@ -3,5 +3,5 @@
3
3
  * Copyright 2023 Tyler Technologies, Inc.
4
4
  * License: Apache-2.0
5
5
  */
6
- import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,w as v,x as w,y as x}from"../../chunks/chunk.J2VLKZWP.js";import"../../chunks/chunk.LIKJD4SK.js";import"../../chunks/chunk.WY7DECJD.js";import"../../chunks/chunk.2DXG2R3M.js";import"../../chunks/chunk.F3MP6AXF.js";import"../../chunks/chunk.MZLPUI6R.js";import"../../chunks/chunk.JHBCYICS.js";import"../../chunks/chunk.6KTLOA7V.js";import"../../chunks/chunk.SKLCDWYQ.js";import"../../chunks/chunk.ARJ3EVVO.js";import"../../chunks/chunk.FVRSGKJD.js";import"../../chunks/chunk.U6WGJELL.js";import"../../chunks/chunk.7XFU2W25.js";import"../../chunks/chunk.U6FJJGO3.js";import"../../chunks/chunk.Y66GSZJB.js";import"../../chunks/chunk.47A2CN5U.js";import"../../chunks/chunk.G5MGGEFP.js";import"../../chunks/chunk.KTGSZEAG.js";import"../../chunks/chunk.BE7PZANN.js";import"../../chunks/chunk.Y4GKBJGI.js";import"../../chunks/chunk.PN26D52V.js";import"../../chunks/chunk.J2M2MXP2.js";import"../../chunks/chunk.MCIQXNKY.js";export{a as SPLIT_VIEW_PANEL_CONSTANTS,b as SplitViewAnimatingLayer,v as SplitViewPanelAdapter,w as SplitViewPanelComponent,u as SplitViewPanelFoundation,k as clampSize,e as clearState,t as createOverlay,x as defineSplitViewPanelComponent,o as getCursor,p as getHandleIcon,s as getPixelDimension,q as getSplitViewPanelSibling,n as getValuenow,m as handleBoundariesAfterResize,l as handleBoundariesDuringResize,c as initState,g as keyboardResize,i as maxResize,h as minResize,r as parseSize,f as pointerResize,j as resizeSibling,d as setState};
6
+ import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,w as v,x as w,y as x}from"../../chunks/chunk.6LMDKS5P.js";import"../../chunks/chunk.LIKJD4SK.js";import"../../chunks/chunk.WY7DECJD.js";import"../../chunks/chunk.2DXG2R3M.js";import"../../chunks/chunk.F3MP6AXF.js";import"../../chunks/chunk.MZLPUI6R.js";import"../../chunks/chunk.JHBCYICS.js";import"../../chunks/chunk.6KTLOA7V.js";import"../../chunks/chunk.SKLCDWYQ.js";import"../../chunks/chunk.ARJ3EVVO.js";import"../../chunks/chunk.FVRSGKJD.js";import"../../chunks/chunk.U6WGJELL.js";import"../../chunks/chunk.7XFU2W25.js";import"../../chunks/chunk.U6FJJGO3.js";import"../../chunks/chunk.Y66GSZJB.js";import"../../chunks/chunk.47A2CN5U.js";import"../../chunks/chunk.G5MGGEFP.js";import"../../chunks/chunk.KTGSZEAG.js";import"../../chunks/chunk.BE7PZANN.js";import"../../chunks/chunk.Y4GKBJGI.js";import"../../chunks/chunk.PN26D52V.js";import"../../chunks/chunk.J2M2MXP2.js";import"../../chunks/chunk.MCIQXNKY.js";export{a as SPLIT_VIEW_PANEL_CONSTANTS,b as SplitViewAnimatingLayer,v as SplitViewPanelAdapter,w as SplitViewPanelComponent,u as SplitViewPanelFoundation,k as clampSize,e as clearState,t as createOverlay,x as defineSplitViewPanelComponent,o as getCursor,p as getHandleIcon,s as getPixelDimension,q as getSplitViewPanelSibling,n as getValuenow,m as handleBoundariesAfterResize,l as handleBoundariesDuringResize,c as initState,g as keyboardResize,i as maxResize,h as minResize,r as parseSize,f as pointerResize,j as resizeSibling,d as setState};
7
7
  //# sourceMappingURL=index.js.map
@@ -332,7 +332,7 @@ export class BaseDatePickerFoundation {
332
332
  }
333
333
  }
334
334
  _isDateValueAcceptable(value) {
335
- if (!value) {
335
+ if (!value || this._allowInvalidDate) {
336
336
  return true;
337
337
  }
338
338
  const passesMinDate = () => this._min && !this._allowInvalidDate ? this._min.getTime() <= value.getTime() : true;
@@ -33,7 +33,9 @@ export class SplitViewAdapter extends BaseAdapter {
33
33
  */
34
34
  getSlottedPanels() {
35
35
  const nodeList = this._component.querySelectorAll(SPLIT_VIEW_CONSTANTS.selectors.PANEL);
36
- return Array.from(nodeList);
36
+ const panelArray = Array.from(nodeList);
37
+ const immediateChildPanels = panelArray.filter(panel => panel.parentElement === this._component);
38
+ return immediateChildPanels;
37
39
  }
38
40
  refitSlottedPanels(orientation) {
39
41
  // Check if the combined panel size is greater than the split view size along the relevant axis
@@ -14,7 +14,7 @@ import { SplitViewPanelAdapter } from './split-view-panel-adapter';
14
14
  import { IconComponent, IconRegistry } from '../../icon';
15
15
  import { RippleComponent } from '../../ripple';
16
16
  const template = '<template><div class=\"forge-split-view-panel\" id=\"root\" part=\"root\"><div class=\"forge-split-view-panel__handle\" id=\"handle\" part=\"handle\" role=\"separator\" aria-controls=\"content\" aria-grabbed=\"false\" tabindex=\"0\"><forge-icon class=\"forge-split-view-panel__icon\" id=\"icon\" part=\"icon\"></forge-icon><forge-ripple id=\"ripple\" part=\"ripple\"></forge-ripple></div><div class=\"forge-split-view-panel__content\" id=\"content\" part=\"content\" role=\"group\"><slot></slot></div></div></template>';
17
- const styles = '@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;position:relative;outline:0;overflow:hidden}.mdc-ripple-surface::after,.mdc-ripple-surface::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.mdc-ripple-surface::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:mdc-ripple-fg-opacity-out 150ms;animation:mdc-ripple-fg-opacity-out 150ms;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface::after,.mdc-ripple-surface::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-upgraded--unbounded::after,.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-ripple-surface.mdc-ripple-surface--hover::before,.mdc-ripple-surface:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{--mdc-ripple-color:var(--mdc-theme-on-surface)}.forge-split-view-panel{display:-webkit-box;display:flex;width:100%;height:100%;overflow:hidden;contain:paint size}.forge-split-view-panel__handle{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));background-color:#e0e0e0;background-color:var(--forge-theme-border-color,#e0e0e0);display:-webkit-box;display:flex;flex-shrink:0;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;outline:0}.forge-split-view-panel__content{-webkit-box-flex:1;flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:8px;min-width:var(--forge-split-view-handle-width,8px);width:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:8px;width:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:uemaehm;animation-name:uemaehm;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes uemaehm{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes uemaehm{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=start]{position:absolute;top:0;right:0;-webkit-animation-name:uemaei6;animation-name:uemaei6;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes uemaei6{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes uemaei6{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:uemaeix;animation-name:uemaeix;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes uemaeix{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes uemaeix{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=start]{position:absolute;top:0;right:0;-webkit-animation-name:uemaejm;animation-name:uemaejm;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes uemaejm{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes uemaejm{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.forge-split-view-panel[orientation=vertical]{min-height:8px;min-height:var(--forge-split-view-handle-width,8px);height:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.forge-split-view-panel[orientation=vertical] .forge-split-view-panel__handle{height:8px;height:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:uemaek6;animation-name:uemaek6;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes uemaek6{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes uemaek6{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=start]{position:absolute;bottom:0;left:0;-webkit-animation-name:uemaek7;animation-name:uemaek7;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes uemaek7{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes uemaek7{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:uemaeki;animation-name:uemaeki;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes uemaeki{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes uemaeki{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=start]{position:absolute;bottom:0;left:0;-webkit-animation-name:uemaekm;animation-name:uemaekm;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes uemaekm{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes uemaekm{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}:host{z-index:var(--forge-split-view-animating-layer)!important;display:block;position:relative;height:100%;width:100%;-webkit-box-flex:0;flex:0}:host([hidden]){display:none}:host(:not([resizable=start],[resizable=end])){-webkit-box-flex:1;flex:1}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel{width:100%;height:100%;min-width:0;min-height:0}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel__handle{display:none}';
17
+ const styles = '@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;position:relative;outline:0;overflow:hidden}.mdc-ripple-surface::after,.mdc-ripple-surface::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.mdc-ripple-surface::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:mdc-ripple-fg-opacity-out 150ms;animation:mdc-ripple-fg-opacity-out 150ms;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface::after,.mdc-ripple-surface::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-upgraded--unbounded::after,.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-ripple-surface.mdc-ripple-surface--hover::before,.mdc-ripple-surface:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{--mdc-ripple-color:var(--mdc-theme-on-surface)}.forge-split-view-panel{display:-webkit-box;display:flex;width:100%;height:100%;overflow:hidden;contain:paint size}.forge-split-view-panel__handle{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54));background-color:#e0e0e0;background-color:var(--forge-theme-border-color,#e0e0e0);display:-webkit-box;display:flex;flex-shrink:0;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;outline:0}.forge-split-view-panel__content{-webkit-box-flex:1;flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:8px;min-width:var(--forge-split-view-handle-width,8px);width:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:8px;width:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:un5krnz;animation-name:un5krnz;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes un5krnz{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes un5krnz{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=start]{position:absolute;top:0;right:0;-webkit-animation-name:un5kror;animation-name:un5kror;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes un5kror{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes un5kror{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:un5kroy;animation-name:un5kroy;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes un5kroy{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes un5kroy{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=start]{position:absolute;top:0;right:0;-webkit-animation-name:un5krpx;animation-name:un5krpx;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes un5krpx{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes un5krpx{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.forge-split-view-panel[orientation=vertical]{min-height:8px;min-height:var(--forge-split-view-handle-width,8px);height:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.forge-split-view-panel[orientation=vertical] .forge-split-view-panel__handle{height:8px;height:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:un5krqv;animation-name:un5krqv;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes un5krqv{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes un5krqv{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=start]{position:absolute;bottom:0;left:0;-webkit-animation-name:un5krqx;animation-name:un5krqx;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1)}@-webkit-keyframes un5krqx{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes un5krqx{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;-webkit-animation-name:un5krru;animation-name:un5krru;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes un5krru{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes un5krru{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=start]{position:absolute;bottom:0;left:0;-webkit-animation-name:un5krs8;animation-name:un5krs8;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-direction:reverse}@-webkit-keyframes un5krs8{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes un5krs8{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}:host{z-index:var(--forge-split-view-animating-layer)!important;display:block;position:relative;height:100%;width:100%;-webkit-box-flex:0;flex:0}:host([hidden]){display:none}:host(:not([resizable=start],[resizable=end])){-webkit-box-flex:1;flex:1}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel{width:100%;height:100%;min-width:0;min-height:0}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel__handle{display:none}';
18
18
  /**
19
19
  * The custom element class behind the `<forge-split-view-panel>` element.
20
20
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tylertech/forge",
3
3
  "description": "Tyler Forge™ Web Components library",
4
- "version": "2.16.0",
4
+ "version": "2.16.1",
5
5
  "author": "Tyler Technologies, Inc.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -1,7 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2023 Tyler Technologies, Inc.
4
- * License: Apache-2.0
5
- */
6
- import{a as h,v as i,x as k}from"./chunk.J2VLKZWP.js";import{a as E}from"./chunk.G5MGGEFP.js";import{a as c}from"./chunk.KTGSZEAG.js";import{a as O}from"./chunk.BE7PZANN.js";import{a as C,e as y,g as I,l as L}from"./chunk.Y4GKBJGI.js";import{k as b,l as S,p as w}from"./chunk.J2M2MXP2.js";import{f as d}from"./chunk.MCIQXNKY.js";var r=class{static observe(t,e,l){var o,n;r._targets.has(t)&&((o=r._observer)===null||o===void 0||o.unobserve(t)),r._targets.set(t,e),r._countTargets(),(n=r._observer)===null||n===void 0||n.observe(t,l)}static unobserve(t){var e;r._targets.delete(t),(e=r._observer)===null||e===void 0||e.unobserve(t),r._countTargets()}static _countTargets(){r._observer?r._targets.size<1&&(r._observer=void 0):r._targets.size&&(r._observer=new ResizeObserver(r._handleResize))}};r._targets=new Map;r._handleResize=f=>{f.forEach(t=>{var e;(e=r._targets.get(t.target))===null||e===void 0||e(t)})};var v=class extends E{constructor(e){super(e);this._root=I(e,i.selectors.ROOT)}registerSlotListener(e){this._root.addEventListener("slotchange",e)}registerDidOpenListener(e){this._root.addEventListener(h.events.DID_OPEN,e)}registerDidCloseListener(e){this._root.addEventListener(h.events.DID_CLOSE,e)}observeResize(e){r.observe(this._root,e)}unobserveResize(){r.unobserve(this._root)}getSlottedPanels(){let e=this._component.querySelectorAll(i.selectors.PANEL);return Array.from(e)}refitSlottedPanels(e){let l=e==="horizontal"?this._root.clientWidth:this._root.clientHeight,o=this.getSlottedPanels(),n=o.map(p=>{var m;let s=(m=p.shadowRoot)==null?void 0:m.querySelector(h.selectors.ROOT),u=e==="horizontal"?s==null?void 0:s.clientWidth:s==null?void 0:s.clientHeight;return u!=null?u:0}).reduce((p,s)=>p+s,0);if(n<=l)return;let _=n-l;o.slice().reverse().forEach(p=>{if(_<=0)return;let s=p.getContentSize(),u=p.getCollapsibleSize(),m=Math.min(_,u),T=s-m;p.setContentSize(T),_-=m})}};var g=class{constructor(t){this._adapter=t;this._orientation="horizontal";this._disabled=!1;this._allowClose=!1;this._autoClose=!1;this._autoCloseThreshold=0;this._isInitialized=!1;this._slotListener=e=>this._onSlotChange(e),this._didOpenListener=()=>this._onDidOpen(),this._didCloseListener=()=>this._onDidClose(),this._resizeObserverCallback=w(e=>this._onResize(e),i.numbers.RESIZE_THROTTLE_THRESHOLD)}initialize(){this._adapter.registerSlotListener(this._slotListener),this._adapter.registerDidOpenListener(this._didOpenListener),this._adapter.registerDidCloseListener(this._didCloseListener),this._adapter.observeResize(this._resizeObserverCallback),this._applyOrientation(),this._isInitialized=!0}disconnect(){this._adapter.unobserveResize()}_onSlotChange(t){this._layoutSlottedPanels(),this.update({accessibility:!0,cursor:!0,orientation:this._orientation})}_onDidOpen(){this._adapter.refitSlottedPanels(this._orientation),this.update({accessibility:!0,cursor:!0,size:!0})}_onDidClose(){this._adapter.refitSlottedPanels(this._orientation),this.update({accessibility:!0,cursor:!0,size:!0})}_onResize(t){this.update({accessibility:!0,cursor:!0,size:!0})}_layoutSlottedPanels(){let t=this._adapter.getSlottedPanels();t.length<2||t.some(e=>e.resizable!=="off")||t.slice(1).forEach(e=>e.resizable="start")}get orientation(){return this._orientation}set orientation(t){this._orientation!==t&&(this._orientation=t,this._applyOrientation())}_applyOrientation(){this._adapter.setHostAttribute(i.attributes.ORIENTATION,this._orientation),this.update({orientation:this._orientation}),this._isInitialized&&this._adapter.refitSlottedPanels(this._orientation),this.update({accessibility:!0,cursor:!0})}get disabled(){return this._disabled}set disabled(t){this._disabled!==t&&(this._disabled=t,this._applyDisabled())}_applyDisabled(){this._adapter.toggleHostAttribute(i.attributes.DISABLED,this._disabled),this.update({properties:{disabled:this._disabled}})}get allowClose(){return this._allowClose}set allowClose(t){this._allowClose!==t&&(this._allowClose=t,this._applyAllowClose())}_applyAllowClose(){this._adapter.toggleHostAttribute(i.attributes.ALLOW_CLOSE,this._allowClose),this.update({properties:{allowClose:this._allowClose}})}get autoClose(){return this._autoClose}set autoClose(t){this._autoClose!==t&&(this._autoClose=t,this._applyAutoClose())}_applyAutoClose(){this._adapter.toggleHostAttribute(i.attributes.AUTO_CLOSE,this._autoClose),this.update({properties:{autoClose:this._autoClose}})}get autoCloseThreshold(){return this._autoCloseThreshold}set autoCloseThreshold(t){this._autoCloseThreshold!==t&&(this._autoCloseThreshold=t,this._applyAutoCloseThreshold())}_applyAutoCloseThreshold(){this._adapter.setHostAttribute(i.attributes.AUTO_CLOSE_THRESHOLD,this._autoCloseThreshold.toString()),this.update({properties:{autoCloseThreshold:this._autoCloseThreshold}})}layerSlottedPanels(t){let e=this._adapter.getSlottedPanels(),l=t.resizable==="start"?1:-1,o=t.resizable==="start"?1:3;e.forEach(n=>{(n===t||o===2)&&(o+=l),n.style.setProperty(i.customCssProperties.ANIMATING_LAYER,o.toString())})}unlayerSlottedPanels(){this._adapter.getSlottedPanels().forEach(e=>{e.style.removeProperty(i.customCssProperties.ANIMATING_LAYER)})}update(t){this._adapter.getSlottedPanels().forEach(l=>{l.update(t)})}refitSlottedPanels(){this._adapter.refitSlottedPanels(this._orientation)}};var P='<template><div class="forge-split-view" id="root" part="root"><slot></slot></div></template>',A='@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;position:relative;outline:0;overflow:hidden}.mdc-ripple-surface::after,.mdc-ripple-surface::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-ripple-surface::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-ripple-surface::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-ripple-surface.mdc-ripple-upgraded::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface.mdc-ripple-upgraded::after{top:0;left:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center}.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after{-webkit-animation:mdc-ripple-fg-opacity-out 150ms;animation:mdc-ripple-fg-opacity-out 150ms;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-ripple-surface::after,.mdc-ripple-surface::before{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-ripple-surface.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded],.mdc-ripple-upgraded--unbounded{overflow:visible}.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,.mdc-ripple-upgraded--unbounded::after,.mdc-ripple-upgraded--unbounded::before{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-ripple-surface.mdc-ripple-surface--hover::before,.mdc-ripple-surface:hover::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after{-webkit-transition:opacity 150ms linear;transition:opacity 150ms linear}.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-ripple-surface.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}.mdc-ripple-surface::after,.mdc-ripple-surface::before{--mdc-ripple-color:var(--mdc-theme-on-surface)}.forge-split-view{display:-webkit-box;display:flex;width:100%;height:100%}:host{--forge-split-view-handle-width:8px;display:block;height:100%;width:100%;overflow:hidden;contain:paint size}:host([hidden]){display:none}:host([orientation=horizontal]) .forge-split-view{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}:host([orientation=vertical]) .forge-split-view{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}',a=class extends L{constructor(){super();y(this,P,A),this._foundation=new g(new v(this))}static get observedAttributes(){return[i.attributes.ORIENTATION,i.attributes.DISABLED,i.attributes.ALLOW_CLOSE,i.attributes.AUTO_CLOSE,i.attributes.AUTO_CLOSE_THRESHOLD]}connectedCallback(){this._foundation.initialize()}disconnectedCallback(){this._foundation.disconnect()}attributeChangedCallback(e,l,o){switch(e){case i.attributes.ORIENTATION:this.orientation=o;break;case i.attributes.DISABLED:this.disabled=b(o);break;case i.attributes.ALLOW_CLOSE:this.allowClose=b(o);break;case i.attributes.AUTO_CLOSE:this.autoClose=b(o);break;case i.attributes.AUTO_CLOSE_THRESHOLD:this.autoCloseThreshold=S(o);break}}layerSlottedPanels(e){this._foundation.layerSlottedPanels(e)}unlayerSlottedPanels(){this._foundation.unlayerSlottedPanels()}update(e){this._foundation.update(e)}refit(){this._foundation.refitSlottedPanels()}};d([c()],a.prototype,"orientation",2),d([c()],a.prototype,"disabled",2),d([c()],a.prototype,"allowClose",2),d([c()],a.prototype,"autoClose",2),d([c()],a.prototype,"autoCloseThreshold",2),a=d([O({name:i.elementName,dependencies:[k]})],a);function de(){C(a)}export{v as a,g as b,a as c,de as d};
7
- //# sourceMappingURL=chunk.IP3OQKGW.js.map