lime-elements-vue 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.css +1 -0
- package/dist/components.d.ts +73 -0
- package/dist/index.cjs.js +3 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/loader/cdn.js +3 -0
- package/dist/loader/index.cjs.js +3 -0
- package/dist/loader/index.es2017.js +3 -0
- package/dist/loader/index.js +4 -0
- package/package.json +10 -8
- package/src/components.ts +0 -927
- package/src/index.ts +0 -10
package/dist/bundle.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { type StencilVueComponent } from '@stencil/vue-output-target/runtime';
|
|
2
|
+
import type { JSX } from '../lime-elements/dist/types/components';
|
|
3
|
+
export declare const Limel3dHoverEffectGlow: StencilVueComponent<JSX.Limel3dHoverEffectGlow>;
|
|
4
|
+
export declare const LimelActionBar: StencilVueComponent<JSX.LimelActionBar>;
|
|
5
|
+
export declare const LimelActionBarItem: StencilVueComponent<JSX.LimelActionBarItem>;
|
|
6
|
+
export declare const LimelActionBarOverflowMenu: StencilVueComponent<JSX.LimelActionBarOverflowMenu>;
|
|
7
|
+
export declare const LimelAiAvatar: StencilVueComponent<JSX.LimelAiAvatar>;
|
|
8
|
+
export declare const LimelBadge: StencilVueComponent<JSX.LimelBadge>;
|
|
9
|
+
export declare const LimelBanner: StencilVueComponent<JSX.LimelBanner>;
|
|
10
|
+
export declare const LimelBreadcrumbs: StencilVueComponent<JSX.LimelBreadcrumbs>;
|
|
11
|
+
export declare const LimelButton: StencilVueComponent<JSX.LimelButton>;
|
|
12
|
+
export declare const LimelButtonGroup: StencilVueComponent<JSX.LimelButtonGroup>;
|
|
13
|
+
export declare const LimelCallout: StencilVueComponent<JSX.LimelCallout>;
|
|
14
|
+
export declare const LimelCard: StencilVueComponent<JSX.LimelCard>;
|
|
15
|
+
export declare const LimelChart: StencilVueComponent<JSX.LimelChart>;
|
|
16
|
+
export declare const LimelCheckbox: StencilVueComponent<JSX.LimelCheckbox, JSX.LimelCheckbox["checked"]>;
|
|
17
|
+
export declare const LimelChip: StencilVueComponent<JSX.LimelChip>;
|
|
18
|
+
export declare const LimelChipSet: StencilVueComponent<JSX.LimelChipSet>;
|
|
19
|
+
export declare const LimelCircularProgress: StencilVueComponent<JSX.LimelCircularProgress>;
|
|
20
|
+
export declare const LimelCodeEditor: StencilVueComponent<JSX.LimelCodeEditor>;
|
|
21
|
+
export declare const LimelCollapsibleSection: StencilVueComponent<JSX.LimelCollapsibleSection>;
|
|
22
|
+
export declare const LimelColorPicker: StencilVueComponent<JSX.LimelColorPicker>;
|
|
23
|
+
export declare const LimelColorPickerPalette: StencilVueComponent<JSX.LimelColorPickerPalette>;
|
|
24
|
+
export declare const LimelConfig: StencilVueComponent<JSX.LimelConfig>;
|
|
25
|
+
export declare const LimelDatePicker: StencilVueComponent<JSX.LimelDatePicker>;
|
|
26
|
+
export declare const LimelDialog: StencilVueComponent<JSX.LimelDialog>;
|
|
27
|
+
export declare const LimelDock: StencilVueComponent<JSX.LimelDock>;
|
|
28
|
+
export declare const LimelDockButton: StencilVueComponent<JSX.LimelDockButton>;
|
|
29
|
+
export declare const LimelDynamicLabel: StencilVueComponent<JSX.LimelDynamicLabel>;
|
|
30
|
+
export declare const LimelFile: StencilVueComponent<JSX.LimelFile>;
|
|
31
|
+
export declare const LimelFileDropzone: StencilVueComponent<JSX.LimelFileDropzone>;
|
|
32
|
+
export declare const LimelFileInput: StencilVueComponent<JSX.LimelFileInput>;
|
|
33
|
+
export declare const LimelFileViewer: StencilVueComponent<JSX.LimelFileViewer>;
|
|
34
|
+
export declare const LimelFlatpickrAdapter: StencilVueComponent<JSX.LimelFlatpickrAdapter>;
|
|
35
|
+
export declare const LimelFlexContainer: StencilVueComponent<JSX.LimelFlexContainer>;
|
|
36
|
+
export declare const LimelForm: StencilVueComponent<JSX.LimelForm>;
|
|
37
|
+
export declare const LimelGrid: StencilVueComponent<JSX.LimelGrid>;
|
|
38
|
+
export declare const LimelHeader: StencilVueComponent<JSX.LimelHeader>;
|
|
39
|
+
export declare const LimelHelp: StencilVueComponent<JSX.LimelHelp>;
|
|
40
|
+
export declare const LimelHelpContent: StencilVueComponent<JSX.LimelHelpContent>;
|
|
41
|
+
export declare const LimelHelperLine: StencilVueComponent<JSX.LimelHelperLine>;
|
|
42
|
+
export declare const LimelIcon: StencilVueComponent<JSX.LimelIcon>;
|
|
43
|
+
export declare const LimelIconButton: StencilVueComponent<JSX.LimelIconButton>;
|
|
44
|
+
export declare const LimelInfoTile: StencilVueComponent<JSX.LimelInfoTile>;
|
|
45
|
+
export declare const LimelInputField: StencilVueComponent<JSX.LimelInputField>;
|
|
46
|
+
export declare const LimelLinearProgress: StencilVueComponent<JSX.LimelLinearProgress>;
|
|
47
|
+
export declare const LimelList: StencilVueComponent<JSX.LimelList>;
|
|
48
|
+
export declare const LimelMarkdown: StencilVueComponent<JSX.LimelMarkdown>;
|
|
49
|
+
export declare const LimelMenu: StencilVueComponent<JSX.LimelMenu>;
|
|
50
|
+
export declare const LimelMenuList: StencilVueComponent<JSX.LimelMenuList>;
|
|
51
|
+
export declare const LimelMenuSurface: StencilVueComponent<JSX.LimelMenuSurface>;
|
|
52
|
+
export declare const LimelNotchedOutline: StencilVueComponent<JSX.LimelNotchedOutline>;
|
|
53
|
+
export declare const LimelPicker: StencilVueComponent<JSX.LimelPicker>;
|
|
54
|
+
export declare const LimelPopover: StencilVueComponent<JSX.LimelPopover>;
|
|
55
|
+
export declare const LimelPopoverSurface: StencilVueComponent<JSX.LimelPopoverSurface>;
|
|
56
|
+
export declare const LimelPortal: StencilVueComponent<JSX.LimelPortal>;
|
|
57
|
+
export declare const LimelProgressFlow: StencilVueComponent<JSX.LimelProgressFlow>;
|
|
58
|
+
export declare const LimelProgressFlowItem: StencilVueComponent<JSX.LimelProgressFlowItem>;
|
|
59
|
+
export declare const LimelProsemirrorAdapter: StencilVueComponent<JSX.LimelProsemirrorAdapter>;
|
|
60
|
+
export declare const LimelSelect: StencilVueComponent<JSX.LimelSelect>;
|
|
61
|
+
export declare const LimelShortcut: StencilVueComponent<JSX.LimelShortcut>;
|
|
62
|
+
export declare const LimelSlider: StencilVueComponent<JSX.LimelSlider>;
|
|
63
|
+
export declare const LimelSnackbar: StencilVueComponent<JSX.LimelSnackbar>;
|
|
64
|
+
export declare const LimelSpinner: StencilVueComponent<JSX.LimelSpinner>;
|
|
65
|
+
export declare const LimelSplitButton: StencilVueComponent<JSX.LimelSplitButton>;
|
|
66
|
+
export declare const LimelSwitch: StencilVueComponent<JSX.LimelSwitch>;
|
|
67
|
+
export declare const LimelTabBar: StencilVueComponent<JSX.LimelTabBar>;
|
|
68
|
+
export declare const LimelTabPanel: StencilVueComponent<JSX.LimelTabPanel>;
|
|
69
|
+
export declare const LimelTable: StencilVueComponent<JSX.LimelTable>;
|
|
70
|
+
export declare const LimelTextEditor: StencilVueComponent<JSX.LimelTextEditor>;
|
|
71
|
+
export declare const LimelTextEditorLinkMenu: StencilVueComponent<JSX.LimelTextEditorLinkMenu>;
|
|
72
|
+
export declare const LimelTooltip: StencilVueComponent<JSX.LimelTooltip>;
|
|
73
|
+
export declare const LimelTooltipContent: StencilVueComponent<JSX.LimelTooltipContent>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("vue");function l(e){if(e&&e.__esModule)return e;var l=Object.create(null);return e&&Object.keys(e).forEach(function(t){if("default"!==t){var i=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,i.get?i:{enumerable:!0,get:function(){return e[t]}})}}),l.default=e,Object.freeze(l)}const t="update:modelValue",i="modelValue",a="routerLink",n="navManager",o=Symbol(),r={default:o},s=e=>e?.split(" ")||[],c=(e,l,t=[])=>{const i=new Set([...Array.from(e?.classList||[]),...Array.from(l),...t]);return Array.from(i)},d=(l,d,m=[],p=[],u,$,g)=>{void 0!==d&&d();const h=p,b=[a,...m].reduce((e,l)=>(e[l]=r,e),{});return u&&(h.push(t),b[i]=r),e.defineComponent((r,{attrs:d,slots:m,emit:h})=>{let b=u?r[u]:void 0;const f=e.ref(),v=new Set(s(d.class));e.onMounted(()=>{p.forEach(e=>{f.value?.addEventListener(e,l=>{h(e,l)})})});const y={created:e=>{(Array.isArray($)?$:[$]).forEach(l=>{e.addEventListener(l,l=>{if(l.target.tagName===e.tagName&&u){const e=(e,l)=>l.split(".").reduce((e,l)=>void 0!==e?e[l]:void 0,e),i=e(l,g??`target.${u}`);h(t,i)}})})}},x=e.getCurrentInstance(),L=x?.appContext?.provides[n],w=L?e.inject(n):void 0,k=x?.vnode.el;return()=>{b=r[u],s(d.class).forEach(e=>{v.add(e)});const t=r.onClick,n={ref:f,class:c(k,v),onClick:e=>{void 0!==t&&t(e),e.defaultPrevented||(e=>{const{routerLink:l}=r;if(l!==o)if(void 0!==w){e.preventDefault();let l={event:e};for(const e in r){const t=r[e];r.hasOwnProperty(e)&&e.startsWith("router")&&t!==o&&(l[e]=t)}w.navigate(l)}else console.warn("Tried to navigate, but no router was found. Make sure you have mounted Vue Router.")})(e)}};for(const e in r){const l=r[e];(r.hasOwnProperty(e)&&l!==o||e.startsWith("aria"))&&(n[e]=l);const t="on"+e.slice(0,1).toUpperCase()+e.slice(1),i=d[t];f.value&&d.hasOwnProperty(t)&&"addEventListener"in f.value&&f.value.addEventListener(e,i)}u&&(r[i]!==o?n[u]=r[i]:b!==o&&(n[u]=b)),a in r&&r[a]!==o&&(n.href=r[a]);const p=e.h(l,n,m.default&&m.default());return void 0===u?p:e.withDirectives(p,[[y]])}},{name:l,props:b,emits:h})},m=d("limel-3d-hover-effect-glow",()=>{}),p=d("limel-action-bar",()=>{},["actions","language","accessibleLabel","layout","collapsible","openDirection","itemSelected"],["itemSelected"]),u=d("limel-action-bar-item",()=>{},["item","isVisible","selected","select"],["select"]),$=d("limel-action-bar-overflow-menu",()=>{},["items","openDirection","overFlowIcon","select"],["select"]),g=d("limel-ai-avatar",()=>{},["isThinking","language"]),h=d("limel-badge",()=>{},["label"]),b=d("limel-banner",()=>{},["message","icon"]),f=d("limel-breadcrumbs",()=>{},["items","divider","select"],["select"]),v=d("limel-button",()=>{},["label","primary","outlined","icon","disabled","loading","loadingFailed"]),y=d("limel-button-group",()=>{},["value","disabled","change"],["change"]),x=d("limel-callout",()=>{},["heading","icon","type","language"]),L=d("limel-card",()=>{},["heading","subheading","image","icon","value","actions","clickable","orientation","actionSelected"],["actionSelected"]),w=d("limel-chart",()=>{},["language","accessibleLabel","accessibleItemsLabel","items","type","orientation","maxValue","axisIncrement","loading","interact"],["interact"]),k=d("limel-checkbox",()=>{},["disabled","readonly","invalid","label","helperText","checked","indeterminate","required","readonlyLabels","change","le-checked"],["change","le-checked"],"checked","le-checked","detail.checked"),S=d("limel-chip",()=>{},["language","text","icon","image","link","badge","disabled","readonly","selected","invalid","removable","type","loading","progress","identifier","size","menuItems","remove","menuItemSelected"],["remove","menuItemSelected"]),T=d("limel-chip-set",()=>{},["value","type","label","helperText","disabled","readonly","invalid","inputType","maxItems","required","searchLabel","emptyInputOnBlur","clearAllButton","leadingIcon","delimiter","autocomplete","language","interact","change","startEdit","stopEdit","input"],["interact","change","startEdit","stopEdit","input"]),I=d("limel-circular-progress",()=>{},["value","maxValue","prefix","suffix","displayPercentageColors","size"]),R=d("limel-code-editor",()=>{},["value","language","readonly","lineNumbers","fold","lint","colorScheme","change"],["change"]),C=d("limel-collapsible-section",()=>{},["isOpen","header","icon","invalid","actions","language","open","close","action"],["open","close","action"]),N=d("limel-color-picker",()=>{},["value","label","helperText","tooltipLabel","required","readonly","change"],["change"]),P=d("limel-color-picker-palette",()=>{},["value","label","helperText","required","change"],["change"]),E=d("limel-config",()=>{},["config"]),M=d("limel-date-picker",()=>{},["disabled","readonly","invalid","label","placeholder","helperText","required","value","type","format","language","formatter","change"],["change"]),O=d("limel-dialog",()=>{},["heading","fullscreen","open","closingActions","close","closing"],["close","closing"]),z=d("limel-dock",()=>{},["dockItems","dockFooterItems","accessibleLabel","expanded","allowResize","mobileBreakPoint","itemSelected","menuOpen","close","dockExpanded"],["itemSelected","menuOpen","close","dockExpanded"]),B=d("limel-dock-button",()=>{},["item","expanded","useMobileLayout","itemSelected","menuOpen","close"],["itemSelected","menuOpen","close"]),A=d("limel-dynamic-label",()=>{},["value","defaultLabel","labels"]),q=d("limel-file",()=>{},["value","label","required","disabled","readonly","invalid","accept","language","change","interact"],["change","interact"]),j=d("limel-file-dropzone",()=>{},["accept","disabled","text","helperText","filesSelected","filesRejected"],["filesSelected","filesRejected"]),F=d("limel-file-input",()=>{},["accept","disabled","multiple","filesSelected"],["filesSelected"]),D=d("limel-file-viewer",()=>{},["url","filename","alt","allowFullscreen","allowOpenInNewTab","allowDownload","language","officeViewer","actions","action"],["action"]),V=d("limel-flatpickr-adapter",()=>{},["value","type","format","isOpen","inputElement","language","formatter","change"],["change"]),H=d("limel-flex-container",()=>{},["direction","justify","align","reverse"]),_=d("limel-form",()=>{},["schema","value","disabled","propsFactory","transformErrors","errors","change","validate"],["change","validate"]),W=d("limel-grid",()=>{}),U=d("limel-header",()=>{},["icon","heading","subheading","supportingText","subheadingDivider"]),G=d("limel-help",()=>{},["value","trigger","readMoreLink","openDirection"]),J=d("limel-help-content",()=>{},["value","readMoreLink"]),K=d("limel-helper-line",()=>{},["helperText","length","maxLength","invalid","helperTextId"]),Q=d("limel-icon",()=>{},["size","name","badge"]),X=d("limel-icon-button",()=>{},["icon","elevated","label","disabled"]),Y=d("limel-info-tile",()=>{},["value","icon","label","prefix","suffix","disabled","badge","loading","link","progress"]),Z=d("limel-input-field",()=>{},["disabled","readonly","invalid","label","placeholder","helperText","prefix","suffix","required","value","trailingIcon","leadingIcon","pattern","type","formatNumber","step","max","min","maxlength","minlength","completions","showLink","locale","change","action"],["change","action"]),ee=d("limel-linear-progress",()=>{},["language","value","indeterminate","accessibleLabel"]),le=d("limel-list",()=>{},["items","badgeIcons","iconSize","type","maxLinesSecondaryText","change","select","interact"],["change","select","interact"]),te=d("limel-markdown",()=>{},["value","whitelist","lazyLoadImages"]),ie=d("limel-menu",()=>{},["items","disabled","openDirection","surfaceWidth","open","badgeIcons","gridLayout","loading","currentSubMenu","rootItem","searcher","emptyResultMessage","cancel","select","navigateMenu"],["cancel","select","navigateMenu"]),ae=d("limel-menu-list",()=>{},["items","badgeIcons","iconSize","maxLinesSecondaryText","select","interact"],["select","interact"]),ne=d("limel-menu-surface",()=>{},["open","allowClicksElement","dismiss"],["dismiss"]),oe=d("limel-notched-outline",()=>{},["required","readonly","invalid","disabled","label","labelId","hasValue","hasLeadingIcon","hasFloatingLabel"]),re=d("limel-picker",()=>{},["disabled","readonly","label","searchLabel","helperText","leadingIcon","emptyResultMessage","required","invalid","value","searcher","allItems","multiple","delimiter","actions","actionPosition","actionScrollBehavior","badgeIcons","change","interact","action"],["change","interact","action"]),se=d("limel-popover",()=>{},["open","openDirection","close"],["close"]),ce=d("limel-popover-surface",()=>{},["contentCollection"]),de=d("limel-portal",()=>{},["openDirection","position","containerId","containerStyle","inheritParentWidth","visible","anchor"]),me=d("limel-progress-flow",()=>{},["flowItems","disabled","readonly","change"],["change"]),pe=d("limel-progress-flow-item",()=>{},["item","disabled","readonly","currentStep","interact"],["interact"]),ue=d("limel-prosemirror-adapter",()=>{},["contentType","value","language","disabled","customElements","triggerCharacters","ui","change","imagePasted","imageRemoved","metadataChange"],["change","imagePasted","imageRemoved","metadataChange"]),$e=d("limel-select",()=>{},["disabled","readonly","invalid","required","label","helperText","value","options","multiple","change"],["change"]),ge=d("limel-shortcut",()=>{},["icon","label","disabled","badge","link"]),he=d("limel-slider",()=>{},["disabled","readonly","factor","label","helperText","unit","value","valuemax","valuemin","step","change"],["change"]),be=d("limel-snackbar",()=>{},["open","message","timeout","actionText","dismissible","multiline","language","action","hide"],["action","hide"]),fe=d("limel-spinner",()=>{},["size","limeBranded"]),ve=d("limel-split-button",()=>{},["label","primary","icon","disabled","loading","loadingFailed","items","select"],["select"]),ye=d("limel-switch",()=>{},["label","disabled","readonly","invalid","value","helperText","readonlyLabels","change"],["change"]),xe=d("limel-tab-bar",()=>{},["tabs","changeTab"],["changeTab"]),Le=d("limel-tab-panel",()=>{},["tabs","changeTab"],["changeTab"]),we=d("limel-table",()=>{},["data","columns","mode","layout","pageSize","totalRows","sorting","activeRow","movableColumns","loading","page","emptyMessage","aggregates","selectable","selection","sort","changePage","load","activate","changeColumns","select","selectAll"],["sort","changePage","load","activate","changeColumns","select","selectAll"]),ke=d("limel-text-editor",()=>{},["contentType","language","disabled","readonly","helperText","placeholder","label","invalid","value","customElements","triggers","required","allowResize","ui","change","imagePasted","imageRemoved","metadataChange","triggerStart","triggerStop","triggerChange"],["change","imagePasted","imageRemoved","metadataChange","triggerStart","triggerStop","triggerChange"]),Se=d("limel-text-editor-link-menu",()=>{},["link","language","isOpen","cancel","save","linkChange"],["cancel","save","linkChange"]),Te=d("limel-tooltip",()=>{},["elementId","label","helperLabel","maxlength","openDirection"]),Ie=d("limel-tooltip-content",()=>{},["label","helperLabel","maxlength"]);let Re,Ce,Ne,Pe=!1,Ee=!1,Me=!1,Oe=!1,ze=!1;const Be="http://www.w3.org/1999/xlink",Ae={},qe=e=>"object"===(e=typeof e)||"function"===e;function je(e){var l,t,i;return null!==(i=null===(t=null===(l=e.head)||void 0===l?void 0:l.querySelector('meta[name="csp-nonce"]'))||void 0===t?void 0:t.getAttribute("content"))&&void 0!==i?i:void 0}const Fe=(e,l,...t)=>{let i=null,a=null,n=null,o=!1,r=!1;const s=[],c=l=>{for(let t=0;t<l.length;t++)i=l[t],Array.isArray(i)?c(i):null!=i&&"boolean"!=typeof i&&((o="function"!=typeof e&&!qe(i))&&(i=String(i)),o&&r?s[s.length-1].$text$+=i:s.push(o?De(null,i):i),r=o)};if(c(t),l){l.key&&(a=l.key),l.name&&(n=l.name);{const e=l.className||l.class;e&&(l.class="object"!=typeof e?e:Object.keys(e).filter(l=>e[l]).join(" "))}}if("function"==typeof e)return e(null===l?{}:l,s,He);const d=De(e,null);return d.$attrs$=l,s.length>0&&(d.$children$=s),d.$key$=a,d.$name$=n,d},De=(e,l)=>{const t={$flags$:0,$tag$:e,$text$:l,$elm$:null,$children$:null,$attrs$:null,$key$:null,$name$:null};return t},Ve={},He={forEach:(e,l)=>e.map(_e).forEach(l),map:(e,l)=>e.map(_e).map(l).map(We)},_e=e=>({vattrs:e.$attrs$,vchildren:e.$children$,vkey:e.$key$,vname:e.$name$,vtag:e.$tag$,vtext:e.$text$}),We=e=>{if("function"==typeof e.vtag){const l=Object.assign({},e.vattrs);return e.vkey&&(l.key=e.vkey),e.vname&&(l.name=e.vname),Fe(e.vtag,l,...e.vchildren||[])}const l=De(e.vtag,e.vtext);return l.$attrs$=e.vattrs,l.$children$=e.vchildren,l.$key$=e.vkey,l.$name$=e.vname,l},Ue=new WeakMap,Ge=e=>{const l=e.$cmpMeta$,t=e.$hostElement$,i=l.$flags$,a=(l.$tagName$,()=>{}),n=((e,l)=>{var t;let i=Je(l);const a=Dl.get(i);if(e=11===e.nodeType?e:Hl,a)if("string"==typeof a){e=e.head||e;let l,n=Ue.get(e);if(n||Ue.set(e,n=new Set),!n.has(i)){{l=Hl.createElement("style"),l.innerHTML=a;const i=null!==(t=_l.$nonce$)&&void 0!==t?t:je(Hl);null!=i&&l.setAttribute("nonce",i),e.insertBefore(l,e.querySelector("link"))}n&&n.add(i)}}else e.adoptedStyleSheets.includes(a)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,a]);return i})(t.shadowRoot?t.shadowRoot:t.getRootNode(),l);10&i&&(t["s-sc"]=n,t.classList.add(n+"-h")),a()},Je=(e,l)=>"sc-"+e.$tagName$,Ke=(e,l,t,i,a,n)=>{if(t!==i){let o=Al(e,l),r=l.toLowerCase();if("class"===l){const l=e.classList,a=Xe(t),n=Xe(i);l.remove(...a.filter(e=>e&&!n.includes(e))),l.add(...n.filter(e=>e&&!a.includes(e)))}else if("style"===l){for(const l in t)i&&null!=i[l]||(l.includes("-")?e.style.removeProperty(l):e.style[l]="");for(const l in i)t&&i[l]===t[l]||(l.includes("-")?e.style.setProperty(l,i[l]):e.style[l]=i[l])}else if("key"===l);else if("ref"===l)i&&i(e);else if(o||"o"!==l[0]||"n"!==l[1]){const s=qe(i);if((o||s&&null!==i)&&!a)try{if(e.tagName.includes("-"))e[l]=i;else{const a=null==i?"":i;"list"===l?o=!1:null!=t&&e[l]==a||(e[l]=a)}}catch(e){}let c=!1;r!==(r=r.replace(/^xlink\:?/,""))&&(l=r,c=!0),null==i||!1===i?!1===i&&""!==e.getAttribute(l)||(c?e.removeAttributeNS(Be,l):e.removeAttribute(l)):(!o||4&n||a)&&!s&&(i=!0===i?"":i,c?e.setAttributeNS(Be,l,i):e.setAttribute(l,i))}else l="-"===l[2]?l.slice(3):Al(Vl,r)?r.slice(2):r[2]+l.slice(3),t&&_l.rel(e,l,t,!1),i&&_l.ael(e,l,i,!1)}},Qe=/\s/,Xe=e=>e?e.split(Qe):[],Ye=(e,l,t,i)=>{const a=11===l.$elm$.nodeType&&l.$elm$.host?l.$elm$.host:l.$elm$,n=e&&e.$attrs$||Ae,o=l.$attrs$||Ae;for(i in n)i in o||Ke(a,i,n[i],void 0,t,l.$flags$);for(i in o)Ke(a,i,n[i],o[i],t,l.$flags$)},Ze=(e,l,t,i)=>{const a=l.$children$[t];let n,o,r,s=0;if(Pe||(Me=!0,"slot"===a.$tag$&&(Re&&i.classList.add(Re+"-s"),a.$flags$|=a.$children$?2:1)),null!==a.$text$)n=a.$elm$=Hl.createTextNode(a.$text$);else if(1&a.$flags$)n=a.$elm$=Hl.createTextNode("");else{if(Oe||(Oe="svg"===a.$tag$),n=a.$elm$=Hl.createElementNS(Oe?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&a.$flags$?"slot-fb":a.$tag$),Oe&&"foreignObject"===a.$tag$&&(Oe=!1),Ye(null,a,Oe),null!=Re&&n["s-si"]!==Re&&n.classList.add(n["s-si"]=Re),a.$children$)for(s=0;s<a.$children$.length;++s)o=Ze(e,a,s,n),o&&n.appendChild(o);"svg"===a.$tag$?Oe=!1:"foreignObject"===n.tagName&&(Oe=!0)}return n["s-hn"]=Ne,3&a.$flags$&&(n["s-sr"]=!0,n["s-cr"]=Ce,n["s-sn"]=a.$name$||"",r=e&&e.$children$&&e.$children$[t],r&&r.$tag$===a.$tag$&&e.$elm$&&el(e.$elm$,!1)),n},el=(e,l)=>{_l.$flags$|=1;const t=e.childNodes;for(let e=t.length-1;e>=0;e--){const i=t[e];i["s-hn"]!==Ne&&i["s-ol"]&&(nl(i).insertBefore(i,al(i)),i["s-ol"].remove(),i["s-ol"]=void 0,Me=!0),l&&el(i,l)}_l.$flags$&=-2},ll=(e,l,t,i,a,n)=>{let o,r=e["s-cr"]&&e["s-cr"].parentNode||e;for(r.shadowRoot&&r.tagName===Ne&&(r=r.shadowRoot);a<=n;++a)i[a]&&(o=Ze(null,t,a,e),o&&(i[a].$elm$=o,r.insertBefore(o,al(l))))},tl=(e,l,t)=>{for(let i=l;i<=t;++i){const l=e[i];if(l){const e=l.$elm$;ml(l),e&&(Ee=!0,e["s-ol"]?e["s-ol"].remove():el(e,!0),e.remove())}}},il=(e,l)=>e.$tag$===l.$tag$&&("slot"===e.$tag$?e.$name$===l.$name$:e.$key$===l.$key$),al=e=>e&&e["s-ol"]||e,nl=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,ol=(e,l)=>{const t=l.$elm$=e.$elm$,i=e.$children$,a=l.$children$,n=l.$tag$,o=l.$text$;let r;null===o?(Oe="svg"===n||"foreignObject"!==n&&Oe,"slot"===n||Ye(e,l,Oe),null!==i&&null!==a?((e,l,t,i)=>{let a,n,o=0,r=0,s=0,c=0,d=l.length-1,m=l[0],p=l[d],u=i.length-1,$=i[0],g=i[u];for(;o<=d&&r<=u;)if(null==m)m=l[++o];else if(null==p)p=l[--d];else if(null==$)$=i[++r];else if(null==g)g=i[--u];else if(il(m,$))ol(m,$),m=l[++o],$=i[++r];else if(il(p,g))ol(p,g),p=l[--d],g=i[--u];else if(il(m,g))"slot"!==m.$tag$&&"slot"!==g.$tag$||el(m.$elm$.parentNode,!1),ol(m,g),e.insertBefore(m.$elm$,p.$elm$.nextSibling),m=l[++o],g=i[--u];else if(il(p,$))"slot"!==m.$tag$&&"slot"!==g.$tag$||el(p.$elm$.parentNode,!1),ol(p,$),e.insertBefore(p.$elm$,m.$elm$),p=l[--d],$=i[++r];else{for(s=-1,c=o;c<=d;++c)if(l[c]&&null!==l[c].$key$&&l[c].$key$===$.$key$){s=c;break}s>=0?(n=l[s],n.$tag$!==$.$tag$?a=Ze(l&&l[r],t,s,e):(ol(n,$),l[s]=void 0,a=n.$elm$),$=i[++r]):(a=Ze(l&&l[r],t,r,e),$=i[++r]),a&&nl(m.$elm$).insertBefore(a,al(m.$elm$))}o>d?ll(e,null==i[u+1]?null:i[u+1].$elm$,t,i,r,u):r>u&&tl(l,o,d)})(t,i,l,a):null!==a?(null!==e.$text$&&(t.textContent=""),ll(t,null,l,a,0,a.length-1)):null!==i&&tl(i,0,i.length-1),Oe&&"svg"===n&&(Oe=!1)):(r=t["s-cr"])?r.parentNode.textContent=o:e.$text$!==o&&(t.data=o)},rl=e=>{const l=e.childNodes;let t,i,a,n,o,r;for(i=0,a=l.length;i<a;i++)if(t=l[i],1===t.nodeType){if(t["s-sr"])for(o=t["s-sn"],t.hidden=!1,n=0;n<a;n++)if(r=l[n].nodeType,l[n]["s-hn"]!==t["s-hn"]||""!==o){if(1===r&&o===l[n].getAttribute("slot")){t.hidden=!0;break}}else if(1===r||3===r&&""!==l[n].textContent.trim()){t.hidden=!0;break}rl(t)}},sl=[],cl=e=>{let l,t,i,a,n,o,r=0;const s=e.childNodes,c=s.length;for(;r<c;r++){if(l=s[r],l["s-sr"]&&(t=l["s-cr"])&&t.parentNode)for(i=t.parentNode.childNodes,a=l["s-sn"],o=i.length-1;o>=0;o--)t=i[o],t["s-cn"]||t["s-nr"]||t["s-hn"]===l["s-hn"]||(dl(t,a)?(n=sl.find(e=>e.$nodeToRelocate$===t),Ee=!0,t["s-sn"]=t["s-sn"]||a,n?n.$slotRefNode$=l:sl.push({$slotRefNode$:l,$nodeToRelocate$:t}),t["s-sr"]&&sl.map(e=>{dl(e.$nodeToRelocate$,t["s-sn"])&&(n=sl.find(e=>e.$nodeToRelocate$===t),n&&!e.$slotRefNode$&&(e.$slotRefNode$=n.$slotRefNode$))})):sl.some(e=>e.$nodeToRelocate$===t)||sl.push({$nodeToRelocate$:t}));1===l.nodeType&&cl(l)}},dl=(e,l)=>1===e.nodeType?null===e.getAttribute("slot")&&""===l||e.getAttribute("slot")===l:e["s-sn"]===l||""===l,ml=e=>{e.$attrs$&&e.$attrs$.ref&&e.$attrs$.ref(null),e.$children$&&e.$children$.map(ml)},pl=(e,l)=>{const t=e.$hostElement$,i=e.$cmpMeta$,a=e.$vnode$||De(null,null),n=(o=l)&&o.$tag$===Ve?l:Fe(null,null,l);var o;if(Ne=t.tagName,i.$attrsToReflect$&&(n.$attrs$=n.$attrs$||{},i.$attrsToReflect$.map(([e,l])=>n.$attrs$[l]=t[e])),n.$tag$=null,n.$flags$|=4,e.$vnode$=n,n.$elm$=a.$elm$=t.shadowRoot||t,Re=t["s-sc"],Ce=t["s-cr"],Pe=!!(1&i.$flags$),Ee=!1,ol(a,n),_l.$flags$|=1,Me){let e,l,t,i,a,o;cl(n.$elm$);let r=0;for(;r<sl.length;r++)e=sl[r],l=e.$nodeToRelocate$,l["s-ol"]||(t=Hl.createTextNode(""),t["s-nr"]=l,l.parentNode.insertBefore(l["s-ol"]=t,l));for(r=0;r<sl.length;r++)if(e=sl[r],l=e.$nodeToRelocate$,e.$slotRefNode$){for(i=e.$slotRefNode$.parentNode,a=e.$slotRefNode$.nextSibling,t=l["s-ol"];t=t.previousSibling;)if(o=t["s-nr"],o&&o["s-sn"]===l["s-sn"]&&i===o.parentNode&&(o=o.nextSibling,!o||!o["s-nr"])){a=o;break}(!a&&i!==l.parentNode||l.nextSibling!==a)&&l!==a&&(!l["s-hn"]&&l["s-ol"]&&(l["s-hn"]=l["s-ol"].parentNode.nodeName),i.insertBefore(l,a))}else 1===l.nodeType&&(l.hidden=!0)}Ee&&rl(n.$elm$),_l.$flags$&=-2,sl.length=0},ul=(e,l)=>{l&&!e.$onRenderResolve$&&l["s-p"]&&l["s-p"].push(new Promise(l=>e.$onRenderResolve$=l))},$l=(e,l)=>{if(e.$flags$|=16,4&e.$flags$)return void(e.$flags$|=512);ul(e,e.$ancestorComponent$);return Zl(()=>gl(e,l))},gl=(e,l)=>{const t=(e.$cmpMeta$.$tagName$,()=>{}),i=e.$lazyInstance$;let a;return l?(e.$flags$|=256,e.$queuedListeners$&&(e.$queuedListeners$.map(([e,l])=>Ll(i,e,l)),e.$queuedListeners$=void 0),a=Ll(i,"componentWillLoad")):a=Ll(i,"componentWillUpdate"),t(),hl(a,()=>fl(e,i,l))},hl=(e,l)=>bl(e)?e.then(l):l(),bl=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,fl=async(e,l,t)=>{var i;const a=e.$hostElement$,n=(e.$cmpMeta$.$tagName$,()=>{}),o=a["s-rc"];t&&Ge(e);const r=(e.$cmpMeta$.$tagName$,()=>{});vl(e,l),o&&(o.map(e=>e()),a["s-rc"]=void 0),r(),n();{const l=null!==(i=a["s-p"])&&void 0!==i?i:[],t=()=>yl(e);0===l.length?t():(Promise.all(l).then(t),e.$flags$|=4,l.length=0)}},vl=(e,l,t)=>{try{l=l.render(),e.$flags$&=-17,e.$flags$|=2,pl(e,l)}catch(l){ql(l,e.$hostElement$)}return null},yl=e=>{e.$cmpMeta$.$tagName$;const l=e.$hostElement$,t=()=>{},i=e.$lazyInstance$,a=e.$ancestorComponent$;Ll(i,"componentDidRender"),64&e.$flags$?(Ll(i,"componentDidUpdate"),t()):(e.$flags$|=64,wl(l),Ll(i,"componentDidLoad"),t(),e.$onReadyResolve$(l),a||xl()),e.$onInstanceResolve$(l),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),512&e.$flags$&&Yl(()=>$l(e,!1)),e.$flags$&=-517},xl=e=>{wl(Hl.documentElement),Yl(()=>((e,l,t)=>{const i=_l.ce(l,t);return e.dispatchEvent(i),i})(Vl,"appload",{detail:{namespace:"lime-elements"}}))},Ll=(e,l,t)=>{if(e&&e[l])try{return e[l](t)}catch(e){ql(e)}},wl=e=>e.classList.add("hydrated"),kl=(e,l,t,i)=>{const a=zl(e),n=a.$hostElement$,o=a.$instanceValues$.get(l),r=a.$flags$,s=a.$lazyInstance$;var c,d;c=t,d=i.$members$[l][0],t=null==c||qe(c)?c:4&d?"false"!==c&&(""===c||!!c):2&d?parseFloat(c):1&d?String(c):c;const m=Number.isNaN(o)&&Number.isNaN(t);if((!(8&r)||void 0===o)&&(t!==o&&!m)&&(a.$instanceValues$.set(l,t),s)){if(i.$watchers$&&128&r){const e=i.$watchers$[l];e&&e.map(e=>{try{s[e](t,o,l)}catch(e){ql(e,n)}})}2==(18&r)&&$l(a,!1)}},Sl=(e,l,t)=>{if(l.$members$){e.watchers&&(l.$watchers$=e.watchers);const i=Object.entries(l.$members$),a=e.prototype;if(i.map(([e,[i]])=>{31&i||2&t&&32&i?Object.defineProperty(a,e,{get(){return l=e,zl(this).$instanceValues$.get(l);var l},set(t){kl(this,e,t,l)},configurable:!0,enumerable:!0}):1&t&&64&i&&Object.defineProperty(a,e,{value(...l){const t=zl(this);return t.$onInstancePromise$.then(()=>t.$lazyInstance$[e](...l))}})}),1&t){const t=new Map;a.attributeChangedCallback=function(e,l,i){_l.jmp(()=>{const l=t.get(e);if(this.hasOwnProperty(l))i=this[l],delete this[l];else if(a.hasOwnProperty(l)&&"number"==typeof this[l]&&this[l]==i)return;this[l]=(null!==i||"boolean"!=typeof this[l])&&i})},e.observedAttributes=i.filter(([e,l])=>15&l[0]).map(([e,i])=>{const a=i[1]||e;return t.set(a,e),512&i[0]&&l.$attrsToReflect$.push([e,a]),a})}}return e},Tl=async(e,l,t,i,a)=>{if(!(32&l.$flags$)){l.$flags$|=32;{if((a=Fl(t)).then){const e=()=>{};a=await a,e()}a.isProxied||(t.$watchers$=a.watchers,Sl(a,t,2),a.isProxied=!0);const e=(t.$tagName$,()=>{});l.$flags$|=8;try{new a(l)}catch(e){ql(e)}l.$flags$&=-9,l.$flags$|=128,e(),Il(l.$lazyInstance$)}if(a.style){let e=a.style;const l=Je(t);if(!Dl.has(l)){const i=(t.$tagName$,()=>{});((e,l,t)=>{let i=Dl.get(e);Ul&&t?(i=i||new CSSStyleSheet,"string"==typeof i?i=l:i.replaceSync(l)):i=l,Dl.set(e,i)})(l,e,!!(1&t.$flags$)),i()}}}const n=l.$ancestorComponent$,o=()=>$l(l,!0);n&&n["s-rc"]?n["s-rc"].push(o):o()},Il=e=>{Ll(e,"connectedCallback")},Rl=e=>{const l=e["s-cr"]=Hl.createComment("");l["s-cn"]=!0,e.insertBefore(l,e.firstChild)},Cl=(e,l={})=>{var t;const i=()=>{},a=[],n=l.exclude||[],o=Vl.customElements,r=Hl.head,s=r.querySelector("meta[charset]"),c=Hl.createElement("style"),d=[];let m,p=!0;Object.assign(_l,l),_l.$resourcesUrl$=new URL(l.resourcesUrl||"./",Hl.baseURI).href,e.map(e=>{e[1].map(l=>{const t={$flags$:l[0],$tagName$:l[1],$members$:l[2],$listeners$:l[3]};t.$members$=l[2],t.$listeners$=l[3],t.$attrsToReflect$=[],t.$watchers$={};const i=t.$tagName$,r=class extends HTMLElement{constructor(e){super(e),Bl(e=this,t),1&t.$flags$&&e.attachShadow({mode:"open",delegatesFocus:!!(16&t.$flags$)})}connectedCallback(){m&&(clearTimeout(m),m=null),p?d.push(this):_l.jmp(()=>(e=>{if(!(1&_l.$flags$)){const l=zl(e),t=l.$cmpMeta$,i=(t.$tagName$,()=>{});if(1&l.$flags$)Nl(e,l,t.$listeners$),Il(l.$lazyInstance$);else{l.$flags$|=1,12&t.$flags$&&Rl(e);{let t=e;for(;t=t.parentNode||t.host;)if(t["s-p"]){ul(l,l.$ancestorComponent$=t);break}}t.$members$&&Object.entries(t.$members$).map(([l,[t]])=>{if(31&t&&e.hasOwnProperty(l)){const t=e[l];delete e[l],e[l]=t}}),Tl(0,l,t)}i()}})(this))}disconnectedCallback(){_l.jmp(()=>(e=>{if(!(1&_l.$flags$)){const l=zl(e),t=l.$lazyInstance$;l.$rmListeners$&&(l.$rmListeners$.map(e=>e()),l.$rmListeners$=void 0),Ll(t,"disconnectedCallback")}})(this))}componentOnReady(){return zl(this).$onReadyPromise$}};t.$lazyBundleId$=e[0],n.includes(i)||o.get(i)||(a.push(i),o.define(i,Sl(r,t,1)))})});{c.innerHTML=a+"{visibility:hidden}.hydrated{visibility:inherit}",c.setAttribute("data-styles","");const e=null!==(t=_l.$nonce$)&&void 0!==t?t:je(Hl);null!=e&&c.setAttribute("nonce",e),r.insertBefore(c,s?s.nextSibling:r.firstChild)}p=!1,d.length?d.map(e=>e.connectedCallback()):_l.jmp(()=>m=setTimeout(xl,30)),i()},Nl=(e,l,t,i)=>{t&&t.map(([t,i,a])=>{const n=El(e,t),o=Pl(l,a),r=Ml(t);_l.ael(n,i,o,r),(l.$rmListeners$=l.$rmListeners$||[]).push(()=>_l.rel(n,i,o,r))})},Pl=(e,l)=>t=>{try{256&e.$flags$?e.$lazyInstance$[l](t):(e.$queuedListeners$=e.$queuedListeners$||[]).push([l,t])}catch(e){ql(e)}},El=(e,l)=>8&l?Vl:e,Ml=e=>!!(2&e),Ol=new WeakMap,zl=e=>Ol.get(e),Bl=(e,l)=>{const t={$flags$:0,$hostElement$:e,$cmpMeta$:l,$instanceValues$:new Map};return t.$onInstancePromise$=new Promise(e=>t.$onInstanceResolve$=e),t.$onReadyPromise$=new Promise(e=>t.$onReadyResolve$=e),e["s-p"]=[],e["s-rc"]=[],Nl(e,t,l.$listeners$),Ol.set(e,t)},Al=(e,l)=>l in e,ql=(e,l)=>(0,console.error)(e,l),jl=new Map,Fl=(e,t,i)=>{const a=e.$tagName$.replace(/-/g,"_"),n=e.$lazyBundleId$,o=jl.get(n);return o?o[a]:(r=`./${n}.entry.js`,Promise.resolve().then(function(){return l(require(r))})).then(e=>(jl.set(n,e),e[a]),ql)
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/;var r},Dl=new Map,Vl="undefined"!=typeof window?window:{},Hl=Vl.document||{head:{}},_l={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,l,t,i)=>e.addEventListener(l,t,i),rel:(e,l,t,i)=>e.removeEventListener(l,t,i),ce:(e,l)=>new CustomEvent(e,l)},Wl=e=>Promise.resolve(e),Ul=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),Gl=[],Jl=[],Kl=(e,l)=>t=>{e.push(t),ze||(ze=!0,l&&4&_l.$flags$?Yl(Xl):_l.raf(Xl))},Ql=e=>{for(let l=0;l<e.length;l++)try{e[l](performance.now())}catch(e){ql(e)}e.length=0},Xl=()=>{Ql(Gl),Ql(Jl),(ze=Gl.length>0)&&_l.raf(Xl)},Yl=e=>Wl().then(e),Zl=Kl(Jl,!0),et=(e,l)=>"undefined"==typeof window?Promise.resolve():Wl().then(()=>Cl(JSON.parse('[["limel-text-editor",[[17,"limel-text-editor",{"contentType":[1,"content-type"],"language":[513],"disabled":[516],"readonly":[516],"helperText":[513,"helper-text"],"placeholder":[513],"label":[513],"invalid":[516],"value":[513],"customElements":[16],"triggers":[16],"required":[516],"allowResize":[516,"allow-resize"],"ui":[513]}]]],["limel-card",[[1,"limel-card",{"heading":[513],"subheading":[513],"image":[16],"icon":[513],"value":[1],"actions":[16],"clickable":[516],"orientation":[513]}]]],["limel-file",[[1,"limel-file",{"value":[16],"label":[513],"required":[516],"disabled":[516],"readonly":[516],"invalid":[516],"accept":[513],"language":[1]}]]],["limel-picker",[[1,"limel-picker",{"disabled":[4],"readonly":[516],"label":[1],"searchLabel":[1,"search-label"],"helperText":[513,"helper-text"],"leadingIcon":[1,"leading-icon"],"emptyResultMessage":[1,"empty-result-message"],"required":[4],"invalid":[516],"value":[16],"searcher":[16],"allItems":[16],"multiple":[4],"delimiter":[513],"actions":[16],"actionPosition":[1,"action-position"],"actionScrollBehavior":[1,"action-scroll-behavior"],"badgeIcons":[516,"badge-icons"],"items":[32],"textValue":[32],"loading":[32],"chips":[32]}]]],["limel-split-button",[[17,"limel-split-button",{"label":[513],"primary":[516],"icon":[513],"disabled":[516],"loading":[516],"loadingFailed":[516,"loading-failed"],"items":[16]}]]],["limel-file-viewer",[[1,"limel-file-viewer",{"url":[513],"filename":[513],"alt":[513],"allowFullscreen":[516,"allow-fullscreen"],"allowOpenInNewTab":[516,"allow-open-in-new-tab"],"allowDownload":[516,"allow-download"],"language":[1],"officeViewer":[513,"office-viewer"],"actions":[16],"isFullscreen":[32],"fileType":[32],"loading":[32],"fileUrl":[32]}]]],["limel-color-picker",[[1,"limel-color-picker",{"value":[513],"label":[513],"helperText":[513,"helper-text"],"tooltipLabel":[513,"tooltip-label"],"required":[516],"readonly":[516],"isOpen":[32]}]]],["limel-date-picker",[[1,"limel-date-picker",{"disabled":[516],"readonly":[516],"invalid":[516],"label":[513],"placeholder":[513],"helperText":[513,"helper-text"],"required":[516],"value":[16],"type":[513],"format":[513],"language":[513],"formatter":[16],"internalFormat":[32],"showPortal":[32]}]]],["limel-dock",[[1,"limel-dock",{"dockItems":[16],"dockFooterItems":[16],"accessibleLabel":[513,"accessible-label"],"expanded":[516],"allowResize":[516,"allow-resize"],"mobileBreakPoint":[514,"mobile-break-point"],"useMobileLayout":[32]}]]],["limel-select",[[1,"limel-select",{"disabled":[516],"readonly":[516],"invalid":[516],"required":[516],"label":[513],"helperText":[513,"helper-text"],"value":[16],"options":[16],"multiple":[4],"menuOpen":[32]}]]],["limel-snackbar",[[1,"limel-snackbar",{"open":[516],"message":[1],"timeout":[514],"actionText":[1,"action-text"],"dismissible":[4],"multiline":[4],"language":[1],"offset":[32],"isOpen":[32],"closing":[32],"show":[64]},[[0,"changeOffset","onChangeIndex"]]]]],["limel-button-group",[[1,"limel-button-group",{"value":[16],"disabled":[516],"selectedButtonId":[32]}]]],["limel-chart",[[1,"limel-chart",{"language":[513],"accessibleLabel":[513,"accessible-label"],"accessibleItemsLabel":[513,"accessible-items-label"],"items":[16],"type":[513],"orientation":[513],"maxValue":[514,"max-value"],"axisIncrement":[514,"axis-increment"],"loading":[516]}]]],["limel-collapsible-section",[[1,"limel-collapsible-section",{"isOpen":[1540,"is-open"],"header":[513],"icon":[1],"invalid":[516],"actions":[16],"language":[513]}]]],["limel-help",[[1,"limel-help",{"value":[1],"trigger":[1],"readMoreLink":[16],"openDirection":[513,"open-direction"],"isOpen":[32]}]]],["limel-info-tile",[[1,"limel-info-tile",{"value":[520],"icon":[1],"label":[513],"prefix":[513],"suffix":[513],"disabled":[516],"badge":[520],"loading":[516],"link":[16],"progress":[16],"hasPrimarySlot":[32]}]]],["limel-table",[[1,"limel-table",{"data":[16],"columns":[16],"mode":[1],"layout":[1],"pageSize":[2,"page-size"],"totalRows":[2,"total-rows"],"sorting":[16],"activeRow":[1040],"movableColumns":[4,"movable-columns"],"loading":[4],"page":[2],"emptyMessage":[1,"empty-message"],"aggregates":[16],"selectable":[4],"selection":[16]}]]],["limel-shortcut",[[1,"limel-shortcut",{"icon":[513],"label":[513],"disabled":[516],"badge":[520],"link":[16]}]]],["limel-switch",[[1,"limel-switch",{"label":[513],"disabled":[516],"readonly":[516],"invalid":[516],"value":[516],"helperText":[513,"helper-text"],"readonlyLabels":[16],"fieldId":[32]}]]],["limel-tab-panel",[[1,"limel-tab-panel",{"tabs":[1040]}]]],["limel-dialog",[[1,"limel-dialog",{"heading":[1],"fullscreen":[516],"open":[1540],"closingActions":[16]}]]],["limel-progress-flow",[[1,"limel-progress-flow",{"flowItems":[16],"disabled":[4],"readonly":[4]}]]],["limel-banner",[[1,"limel-banner",{"message":[513],"icon":[513],"isOpen":[32],"open":[64],"close":[64]}]]],["limel-callout",[[1,"limel-callout",{"heading":[513],"icon":[513],"type":[513],"language":[1]}]]],["limel-slider",[[1,"limel-slider",{"disabled":[516],"readonly":[516],"factor":[514],"label":[513],"helperText":[513,"helper-text"],"unit":[513],"value":[514],"valuemax":[514],"valuemin":[514],"step":[514],"percentageClass":[32]}]]],["limel-ai-avatar",[[1,"limel-ai-avatar",{"isThinking":[516,"is-thinking"],"language":[513]}]]],["limel-code-editor",[[1,"limel-code-editor",{"value":[1],"language":[1],"readonly":[4],"lineNumbers":[4,"line-numbers"],"fold":[4],"lint":[4],"colorScheme":[1,"color-scheme"],"random":[32]}]]],["limel-config",[[1,"limel-config",{"config":[16]}]]],["limel-flex-container",[[1,"limel-flex-container",{"direction":[513],"justify":[513],"align":[513],"reverse":[516]}]]],["limel-form",[[1,"limel-form",{"schema":[16],"value":[16],"disabled":[4],"propsFactory":[16],"transformErrors":[16],"errors":[16]}]]],["limel-grid",[[1,"limel-grid"]]],["limel-icon",[[1,"limel-icon",{"size":[513],"name":[513],"badge":[516]}]]],["limel-prosemirror-adapter",[[17,"limel-prosemirror-adapter",{"contentType":[1,"content-type"],"value":[1],"language":[513],"disabled":[516],"customElements":[16],"triggerCharacters":[16],"ui":[1],"view":[32],"actionBarItems":[32],"link":[32],"isLinkMenuOpen":[32]}]]],["limel-color-picker-palette",[[17,"limel-color-picker-palette",{"value":[513],"label":[513],"helperText":[513,"helper-text"],"required":[516]}]]],["limel-dock-button",[[0,"limel-dock-button",{"item":[16],"expanded":[516],"useMobileLayout":[516,"use-mobile-layout"],"isOpen":[32]}]]],["limel-checkbox",[[1,"limel-checkbox",{"disabled":[516],"readonly":[516],"invalid":[516],"label":[513],"helperText":[513,"helper-text"],"checked":[516],"indeterminate":[516],"required":[516],"readonlyLabels":[16],"modified":[32]}]]],["limel-tab-bar",[[1,"limel-tab-bar",{"tabs":[1040],"canScrollLeft":[32],"canScrollRight":[32]},[[9,"resize","handleWindowResize"]]]]],["limel-header",[[1,"limel-header",{"icon":[1],"heading":[1],"subheading":[1],"supportingText":[1,"supporting-text"],"subheadingDivider":[1,"subheading-divider"]}]]],["limel-help-content",[[1,"limel-help-content",{"value":[1],"readMoreLink":[16]}]]],["limel-progress-flow-item",[[0,"limel-progress-flow-item",{"item":[16],"disabled":[4],"readonly":[4],"currentStep":[4,"current-step"]}]]],["limel-circular-progress",[[1,"limel-circular-progress",{"value":[2],"maxValue":[2,"max-value"],"prefix":[513],"suffix":[1],"displayPercentageColors":[4,"display-percentage-colors"],"size":[513]}]]],["limel-flatpickr-adapter",[[1,"limel-flatpickr-adapter",{"value":[16],"type":[1],"format":[1],"isOpen":[4,"is-open"],"inputElement":[16],"language":[1],"formatter":[16]}]]],["limel-portal_2",[[1,"limel-tooltip-content",{"label":[513],"helperLabel":[513,"helper-label"],"maxlength":[514]}],[1,"limel-portal",{"openDirection":[513,"open-direction"],"position":[513],"containerId":[513,"container-id"],"containerStyle":[16],"inheritParentWidth":[516,"inherit-parent-width"],"visible":[516],"anchor":[16]}]]],["limel-icon-button",[[17,"limel-icon-button",{"icon":[513],"elevated":[516],"label":[513],"disabled":[516]}]]],["limel-file-dropzone_2",[[1,"limel-file-dropzone",{"accept":[513],"disabled":[4],"text":[1],"helperText":[1,"helper-text"],"hasFileToDrop":[32]}],[1,"limel-file-input",{"accept":[513],"disabled":[516],"multiple":[516]}]]],["limel-3d-hover-effect-glow",[[1,"limel-3d-hover-effect-glow"]]],["limel-markdown",[[1,"limel-markdown",{"value":[1],"whitelist":[16],"lazyLoadImages":[4,"lazy-load-images"]}]]],["limel-badge_2",[[1,"limel-badge",{"label":[520]}],[1,"limel-tooltip",{"elementId":[513,"element-id"],"label":[513],"helperLabel":[513,"helper-label"],"maxlength":[514],"openDirection":[513,"open-direction"],"open":[32]}]]],["limel-dynamic-label_2",[[1,"limel-dynamic-label",{"value":[8],"defaultLabel":[16],"labels":[16]}],[1,"limel-helper-line",{"helperText":[513,"helper-text"],"length":[514],"maxLength":[514,"max-length"],"invalid":[516],"helperTextId":[513,"helper-text-id"]}]]],["limel-breadcrumbs_8",[[1,"limel-menu",{"items":[16],"disabled":[516],"openDirection":[513,"open-direction"],"surfaceWidth":[513,"surface-width"],"open":[1540],"badgeIcons":[516,"badge-icons"],"gridLayout":[516,"grid-layout"],"loading":[516],"currentSubMenu":[1040],"rootItem":[16],"searcher":[16],"emptyResultMessage":[1,"empty-result-message"],"loadingSubItems":[32],"searchValue":[32],"searchResults":[32]}],[1,"limel-breadcrumbs",{"items":[16],"divider":[1]}],[17,"limel-menu-list",{"items":[16],"badgeIcons":[4,"badge-icons"],"iconSize":[1,"icon-size"],"maxLinesSecondaryText":[2,"max-lines-secondary-text"]}],[1,"limel-input-field",{"disabled":[516],"readonly":[516],"invalid":[516],"label":[513],"placeholder":[513],"helperText":[513,"helper-text"],"prefix":[513],"suffix":[513],"required":[516],"value":[513],"trailingIcon":[513,"trailing-icon"],"leadingIcon":[513,"leading-icon"],"pattern":[513],"type":[513],"formatNumber":[516,"format-number"],"step":[520],"max":[514],"min":[514],"maxlength":[514],"minlength":[514],"completions":[16],"showLink":[516,"show-link"],"locale":[513],"isFocused":[32],"wasInvalid":[32],"showCompletions":[32]}],[1,"limel-spinner",{"size":[513],"limeBranded":[4,"lime-branded"]}],[17,"limel-list",{"items":[16],"badgeIcons":[4,"badge-icons"],"iconSize":[1,"icon-size"],"type":[1],"maxLinesSecondaryText":[2,"max-lines-secondary-text"]}],[1,"limel-menu-surface",{"open":[4],"allowClicksElement":[16]}],[4,"limel-notched-outline",{"required":[516],"readonly":[516],"invalid":[516],"disabled":[516],"label":[513],"labelId":[513,"label-id"],"hasValue":[516,"has-value"],"hasLeadingIcon":[516,"has-leading-icon"],"hasFloatingLabel":[516,"has-floating-label"]}]]],["limel-chip_2",[[1,"limel-chip-set",{"value":[16],"type":[513],"label":[513],"helperText":[513,"helper-text"],"disabled":[516],"readonly":[516],"invalid":[516],"inputType":[513,"input-type"],"maxItems":[514,"max-items"],"required":[516],"searchLabel":[513,"search-label"],"emptyInputOnBlur":[516,"empty-input-on-blur"],"clearAllButton":[4,"clear-all-button"],"leadingIcon":[513,"leading-icon"],"delimiter":[513],"autocomplete":[513],"language":[1],"editMode":[32],"textValue":[32],"blurred":[32],"inputChipIndexSelected":[32],"selectedChipIds":[32],"getEditMode":[64],"setFocus":[64],"emptyInput":[64]}],[17,"limel-chip",{"language":[513],"text":[513],"icon":[1],"image":[16],"link":[16],"badge":[520],"disabled":[516],"readonly":[516],"selected":[516],"invalid":[516],"removable":[516],"type":[513],"loading":[516],"progress":[514],"identifier":[520],"size":[513],"menuItems":[16]}]]],["limel-button",[[17,"limel-button",{"label":[513],"primary":[516],"outlined":[516],"icon":[513],"disabled":[516],"loading":[516],"loadingFailed":[516,"loading-failed"],"justLoaded":[32]}]]],["limel-linear-progress",[[1,"limel-linear-progress",{"language":[513],"value":[514],"indeterminate":[516],"accessibleLabel":[513,"accessible-label"]}]]],["limel-action-bar-item_2",[[0,"limel-action-bar-overflow-menu",{"items":[16],"openDirection":[513,"open-direction"],"overFlowIcon":[16]}],[0,"limel-action-bar-item",{"item":[16],"isVisible":[516,"is-visible"],"selected":[516]}]]],["limel-action-bar_2",[[1,"limel-text-editor-link-menu",{"link":[16],"language":[513],"isOpen":[516,"is-open"]}],[1,"limel-action-bar",{"actions":[16],"language":[513],"accessibleLabel":[513,"accessible-label"],"layout":[513],"collapsible":[516],"openDirection":[513,"open-direction"],"overflowCutoff":[32],"actionBarIsShrunk":[32]}]]],["limel-popover_2",[[1,"limel-popover",{"open":[4],"openDirection":[513,"open-direction"]}],[1,"limel-popover-surface",{"contentCollection":[16]}]]]]'),l));!function(){if("undefined"!=typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var e=HTMLElement;window.HTMLElement=function(){return Reflect.construct(e,[],this.constructor)},HTMLElement.prototype=e.prototype,HTMLElement.prototype.constructor=HTMLElement,Object.setPrototypeOf(HTMLElement,e)}}();const lt={async install(e){await et()}};exports.LimeElementsVue=lt,exports.Limel3dHoverEffectGlow=m,exports.LimelActionBar=p,exports.LimelActionBarItem=u,exports.LimelActionBarOverflowMenu=$,exports.LimelAiAvatar=g,exports.LimelBadge=h,exports.LimelBanner=b,exports.LimelBreadcrumbs=f,exports.LimelButton=v,exports.LimelButtonGroup=y,exports.LimelCallout=x,exports.LimelCard=L,exports.LimelChart=w,exports.LimelCheckbox=k,exports.LimelChip=S,exports.LimelChipSet=T,exports.LimelCircularProgress=I,exports.LimelCodeEditor=R,exports.LimelCollapsibleSection=C,exports.LimelColorPicker=N,exports.LimelColorPickerPalette=P,exports.LimelConfig=E,exports.LimelDatePicker=M,exports.LimelDialog=O,exports.LimelDock=z,exports.LimelDockButton=B,exports.LimelDynamicLabel=A,exports.LimelFile=q,exports.LimelFileDropzone=j,exports.LimelFileInput=F,exports.LimelFileViewer=D,exports.LimelFlatpickrAdapter=V,exports.LimelFlexContainer=H,exports.LimelForm=_,exports.LimelGrid=W,exports.LimelHeader=U,exports.LimelHelp=G,exports.LimelHelpContent=J,exports.LimelHelperLine=K,exports.LimelIcon=Q,exports.LimelIconButton=X,exports.LimelInfoTile=Y,exports.LimelInputField=Z,exports.LimelLinearProgress=ee,exports.LimelList=le,exports.LimelMarkdown=te,exports.LimelMenu=ie,exports.LimelMenuList=ae,exports.LimelMenuSurface=ne,exports.LimelNotchedOutline=oe,exports.LimelPicker=re,exports.LimelPopover=se,exports.LimelPopoverSurface=ce,exports.LimelPortal=de,exports.LimelProgressFlow=me,exports.LimelProgressFlowItem=pe,exports.LimelProsemirrorAdapter=ue,exports.LimelSelect=$e,exports.LimelShortcut=ge,exports.LimelSlider=he,exports.LimelSnackbar=be,exports.LimelSpinner=fe,exports.LimelSplitButton=ve,exports.LimelSwitch=ye,exports.LimelTabBar=xe,exports.LimelTabPanel=Le,exports.LimelTable=we,exports.LimelTextEditor=ke,exports.LimelTextEditorLinkMenu=Se,exports.LimelTooltip=Te,exports.LimelTooltipContent=Ie;
|
|
3
|
+
//# sourceMappingURL=index.cjs.js.map
|