@paperless/core 3.6.5 → 3.7.0
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/build/p-30e187cd.entry.js +1 -0
- package/dist/build/{p-59830918.js → p-484e9f15.js} +1 -1
- package/dist/build/p-75918198.entry.js +1 -0
- package/dist/build/p-ad0caa7e.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-attachment.cjs.entry.js +11 -11
- package/dist/cjs/p-calendar.cjs.entry.js +4 -1
- package/dist/cjs/p-datepicker.cjs.entry.js +6 -3
- package/dist/collection/components/molecules/attachment/attachment.component.js +12 -12
- package/dist/collection/components/molecules/calendar/calendar.component.js +4 -1
- package/dist/collection/components/molecules/datepicker/datepicker.component.js +6 -3
- package/dist/components/{p-B6Eg4keN.js → p-CqInd6A4.js} +1 -1
- package/dist/components/p-attachment.js +1 -1
- package/dist/components/p-calendar.js +1 -1
- package/dist/components/p-datepicker.js +1 -1
- package/dist/esm/p-attachment.entry.js +12 -12
- package/dist/esm/p-calendar.entry.js +4 -1
- package/dist/esm/p-datepicker.entry.js +6 -3
- package/dist/index.html +1 -1
- package/dist/paperless/p-30e187cd.entry.js +1 -0
- package/dist/paperless/p-75918198.entry.js +1 -0
- package/dist/paperless/p-ad0caa7e.entry.js +1 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/hydrate/index.js +21 -21
- package/hydrate/index.mjs +21 -21
- package/package.json +1 -1
- package/dist/build/p-62f87c18.entry.js +0 -1
- package/dist/build/p-8b38c26b.entry.js +0 -1
- package/dist/build/p-df709c40.entry.js +0 -1
- package/dist/paperless/p-62f87c18.entry.js +0 -1
- package/dist/paperless/p-8b38c26b.entry.js +0 -1
- package/dist/paperless/p-df709c40.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,a as e,h as r}from"./p-yFtRjnrU.js";import{c as a}from"./p-CBWjHURv.js";import{d as i,l as s}from"./p-B_lDCj8j.js";import{T as o}from"./p-CSySY6aC.js";import{s as h}from"./p-6XOzWrsN.js";import{c as n}from"./p-xs4N_Y-0.js";import"./p-ChV9xqsO.js";const d=a(["flex w-[17.5rem] flex-col gap-4"],{variants:{variant:{default:["rounded-lg p-2 drop-shadow-2","border border-storm-100"],embedded:"p-1"}}}),c=a(["flex items-center gap-2","w-full rounded-lg p-2","\n bg-off-white-300\n dark:bg-white/15\n "],{variants:{type:{day:"justify-between",month:"justify-between",year:"justify-center"}}}),l=a(["flex flex-col gap-2","w-full"],{variants:{view:{day:"h-auto min-h-[12rem]",month:"min-h-[15rem]",year:"max-h-[15rem]"}}}),m=class{constructor(r){t(this,r),this.valueChange=e(this,"valueChange",3)}variant="default";value;preselectToday=!1;disabledDates;minDate=null;maxDate=null;disableWeekends=!1;enableToday=!0;todayText="today";mode="day";valueChange;_today=new Date;_view=this.mode;_viewDate=this._today;_value;_minDate;_maxDate;_disabledDates=[];_enableToday=!0;_weekDays=[...Array.from({length:7}).keys()];_yearItemsRef;componentWillLoad(){this.disabledDates&&this._parseDisabledDates(this.disabledDates),this._parseMinDate(this.minDate),this._parseMaxDate(this.maxDate),this._parseValue(this.value),this._value&&(this._viewDate=this._value),i.isBefore(this._viewDate,this._minDate)&&(this._viewDate=this._minDate),i.isAfter(this._viewDate,this._maxDate)&&(this._viewDate=this._maxDate),this._modeChange(this.mode)}componentWillRender(){this._enableToday=this.enableToday&&this._checkTodayButton()}componentDidRender(){"year"===this._view&&this._scrollYearIntoView()}_parseValue(t){!t&&this.preselectToday&&(t=new Date),"string"==typeof t&&(t=new Date(t)),i.isValid(t)&&!i.isSameDay(t,this._viewDate)&&(this._viewDate=t),t?.getTime()!==this._value?.getTime()&&this._setValue(t)}_parseMinDate(t){null!==t&&""!==t?("string"==typeof t&&(t=new Date(t)),i.isValid(t)&&(this._minDate=t,i.isBefore(this._viewDate,this._minDate)&&(this._viewDate=this._minDate))):this.minDate=new Date(i.getYear(i.subYears(new Date,100)),0,1)}_parseMaxDate(t){null!==t&&""!==t?("string"==typeof t&&(t=new Date(t)),i.isValid(t)&&(this._maxDate=t,i.isAfter(this._viewDate,this._maxDate)&&(this._viewDate=this._maxDate))):this.maxDate=this._getAutomaticMax()}_parseDisabledDates(t){"string"==typeof t&&(t=JSON.parse(t)),t&&Array.isArray(t)&&(this._disabledDates=t.map((t=>"string"==typeof t?new Date(t):t)).filter((t=>i.isValid(t))))}_modeChange(t){"year"===t&&"year"!==this._view&&(this._view="year"),"month"===t&&"day"===this._view&&(this._view="month")}render(){return r(o,{key:"b14ca11713b5ee2c0a5775230987b1654a3c58cc"},r("div",{key:"467ce8181c5cbbec87de1ae4817ed47183dca8e8",class:d({variant:this.variant})},this._getView()))}_checkTodayButton(){return!(this._maxDate&&i.isAfter(this._today,this._maxDate)||this._minDate&&i.isBefore(this._today,this._minDate)||this.disableWeekends&&i.isWeekend(this._today)||"day"!==this.mode)}_getView(){return"year"===this._view?this._getYearView():"month"===this._view?this._getMonthView():this._getDayView()}_getDayView(){const t=this._generateDaysInMonth();return r("div",{class:l({view:"day"})},this._getHeader("day"),r("div",{class:"grid grid-cols-7 justify-between gap-1"},this._weekDays.map((t=>r("span",{class:"w-8 text-center text-xs text-storm-200"},i.format(i.addDays(new Date(2022,7,1),t),"nl"===h.locale?"EEEEEE":"eee",{locale:"nl"===h.locale?s.nl:s.enUS})))),t.map((t=>t.active?r("p-button",{class:n("w-8",`\n col-start-${t.offset}\n `),tabIndex:-1,variant:"primary",onClick:()=>this._setValue(t.date)},t.day):r("time",{class:n("normal flex items-center justify-center rounded-lg","h-8 w-8 text-sm font-semibold","text-storm-300","dark:bg-white/15",{"cursor-pointer hover:bg-white-600 hover:text-storm-500 dark:text-white dark:hover:bg-hurricane-300 dark:hover:text-white":!t.disabled,"dark:text-hurricane-200":t.disabled},`\n col-start-${t.offset}\n `,{"cursor-not-allowed opacity-60":t.disabled},{"border border-solid border-off-white-700 bg-off-white-300 text-storm-500 dark:border-none dark:bg-hurricane-200 dark:text-white":!t.disabled&&i.isSameDay(t.date,new Date)}),onClick:()=>this._setValue(t.date)},t.day)))))}_getMonthView(){const t=this._generateMonths();return r("div",{class:l({view:"month"})},this._getHeader("month"),r("div",{class:"flex flex-wrap items-start gap-2"},t.map((t=>r("p-button",{disabled:t.disabled,tabIndex:-1,variant:t.active?"primary":"secondary",onClick:()=>this._setMonth(t.month)},i.format(i.setMonth(new Date,t.month),"MMMM",{locale:"nl"===h.locale?s.nl:s.enUS}))))))}_getYearView(){const t=this._generateYears();return r("div",{class:l({view:"year"})},this._getHeader("year"),r("div",{class:"grid h-full grid-cols-4 gap-2 overflow-scroll",ref:t=>this._yearItemsRef=t},t.map((t=>r("p-button",{class:"w-full","data-active":t.active,"data-current":t.current,tabIndex:-1,variant:t.active?"primary":"secondary",onClick:()=>this._setYear(t.year)},t.year)))))}_getHeader(t="day"){let e=t=>this._changeMonth(t),a="month";return"month"!==t&&"year"!==t||(e=t=>this._changeYear(t),a="year"),r("div",{class:c({type:this.mode})},"year"!==this.mode&&r("p-button",{disabled:!this._canSetAmount(a,-1)||"year"===this._view,icon:"caret",iconRotate:90,size:"sm",tabIndex:-1,variant:"secondary",iconOnly:!0,onClick:()=>e(-1)}),r("div",{class:n("flex gap-2",{"flex-1":this._enableToday})},"year"!==this.mode&&r("p-button",{active:"month"===this._view&&"month"!==this.mode,disabled:!this._canChangeView("month"),size:"sm",tabIndex:-1,variant:"secondary",onClick:()=>this._changeView("month")},i.format(this._viewDate,"MMMM",{locale:"nl"===h.locale?s.nl:s.enUS})),r("p-button",{active:"year"===this._view&&"year"!==this.mode,disabled:!this._canChangeView("year"),size:"sm",tabIndex:-1,variant:"secondary",onClick:()=>this._changeView("year")},i.getYear(this._viewDate)),this._enableToday&&r("p-tooltip",{class:"ml-auto",content:this.todayText},r("p-button",{icon:"calendar",iconOnly:!0,size:"sm",slot:"trigger",tabIndex:-1,variant:"secondary",onClick:()=>this._setToday()}))),"year"!==this.mode&&r("p-button",{disabled:!this._canSetAmount(a,1)||"year"==this._view,icon:"caret",iconRotate:-90,size:"sm",tabIndex:-1,variant:"secondary",iconOnly:!0,onClick:()=>e(1)}))}_setYear(t){const e=i.setYear(this._viewDate,t);if("year"!==this.mode)return this._viewDate=e,void(this._view="month");this._viewDate=e,this._setValue(i.setMonth(i.setDate(e,1),0))}_setMonth(t){const e=i.setMonth(this._viewDate,t);if("day"===this.mode)return this._viewDate=e,void(this._view="day");this._viewDate=e,this._setValue(i.setDate(e,1))}_setToday(){this._viewDate=this._today,this._setValue(this._today),this._view="day"}_changeMonth(t=1){if(!this._canSetAmount("month",t))return;const e=i.addMonths(this._viewDate,t);this._viewDate=e}_changeYear(t=1){if(!this._canSetAmount("year",t))return;let e=i.addYears(this._viewDate,t);this._viewDate=e}_setValue(t){if(null===t)return this._value=null,void this.valueChange.emit(null);i.isValid(t)&&(this._isDisabledDay(t)||(t=i.startOfDay(t),i.isSameDay(t,this._value)||(this._value=t,this.valueChange.emit(t))))}_generateDaysInMonth(){return[...new Array(i.getDaysInMonth(this._viewDate)).keys()].map((t=>{const e=i.startOfDay(i.setDate(this._viewDate,t+=1)),r=i.getDay(e);return{day:t,date:e,offset:1===t&&(0===r?7:r),current:i.isSameDay(e,this._today),active:i.isSameDay(e,this._value),disabled:this._isDisabledDay(e)}}))}_isDisabledDay(t){return i.isBefore(t,this._minDate)&&!i.isSameDay(t,this._maxDate)||i.isAfter(t,this._maxDate)&&!i.isSameDay(t,this._maxDate)||(0===i.getDay(t)||6===i.getDay(t))&&this.disableWeekends||this._disabledDates.some((e=>i.isSameDay(e,t)))}_generateMonths(){const t=i.getYear(this._viewDate);return[...Array.from({length:12}).keys()].map((e=>{const r=new Date(t,e,1);return{month:e,current:i.isSameMonth(this._today,r),active:i.isSameMonth(this._value,r),disabled:i.isAfter(r,this._maxDate)||i.isBefore(i.endOfMonth(r),this._minDate)}}))}_generateYears(){const t=i.getYear(this._maxDate)+1,e=i.getYear(this._minDate);return[...new Array(t-e).keys()].map((t=>{const r=e+t;return{year:r,current:i.getYear(this._today)===r,active:i.getYear(this._value)===r}}))}_scrollYearIntoView(){const t=this._yearItemsRef;if(!t)return;const e=t.querySelector("p-button[data-active]");if(e)return t.scrollTo({top:e.offsetTop-100});const r=t.querySelector("p-button[data-current]");return r?t.scrollTo({top:r.offsetTop-100}):void 0}_changeView(t){this._canChangeView(t)&&(this._view=t)}_canChangeView(t){return"year"===t?!i.isSameYear(this._minDate,this._maxDate):!i.isSameMonth(this._minDate,this._maxDate)}_canSetAmount(t,e=1){if("month"===t){const t=i.addMonths(this._viewDate,e),r=i.startOfMonth(t);if(i.isBefore(r,i.startOfMonth(this._minDate))&&!i.isSameDay(r,this._minDate)||i.isAfter(r,i.endOfMonth(this._maxDate)))return!1}if("year"===t){let t=i.addYears(this._viewDate,e);const r=i.getYear(t);if(r<i.getYear(this._minDate)||r>i.getYear(this._maxDate))return!1}return!0}_getAutomaticMax(){const t=i.addYears(new Date,50);let e=i.getYear(t);return e=10*Math.ceil(e/10),i.setYear(t,e)}static get watchers(){return{value:[{_parseValue:0}],minDate:[{_parseMinDate:0}],maxDate:[{_parseMaxDate:0}],disabledDates:[{_parseDisabledDates:0}],mode:[{_modeChange:0}]}}};m.style="*{box-sizing:border-box}.static{position:static}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.ml-auto{margin-left:auto}.flex{display:flex}.grid{display:grid}.h-8{height:2rem}.h-auto{height:auto}.h-full{height:100%}.max-h-\\[15rem\\]{max-height:15rem}.min-h-\\[12rem\\]{min-height:12rem}.min-h-\\[15rem\\]{min-height:15rem}.w-8{width:2rem}.w-\\[17\\.5rem\\]{width:17.5rem}.w-full{width:100%}.flex-1{flex:1 1 0%}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.overflow-scroll{overflow:scroll}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-solid{border-style:solid}.border-off-white-700{--tw-border-opacity:1;border-color:rgb(222 219 213/var(--tw-border-opacity,1))}.border-storm-100{--tw-border-opacity:1;border-color:rgb(209 210 212/var(--tw-border-opacity,1))}.bg-off-white-300{--tw-bg-opacity:1;background-color:rgb(248 247 244/var(--tw-bg-opacity,1))}.p-1{padding:.25rem}.p-2{padding:.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-semibold{font-weight:600}.text-hurricane-200,.text-storm-200{--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.text-storm-300{--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.text-storm-500{--tw-text-opacity:1;color:rgb(24 30 41/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.opacity-60{opacity:.6}.drop-shadow-2{--tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,2,2,.04)) drop-shadow(0 2px 2px rgba(0,2,2,.04)) drop-shadow(0 4px 4px rgba(0,2,2,.04))}.drop-shadow-2,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\\:bg-white-600:hover{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.hover\\:text-storm-500:hover{--tw-text-opacity:1;color:rgb(24 30 41/var(--tw-text-opacity,1))}.dark\\:border-none:where(:host([data-theme=dark]),:host([data-theme=dark]) *){border-style:none}.dark\\:bg-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-white\\/15:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:hsla(0,0%,100%,.15)}.dark\\:text-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:hover\\:bg-hurricane-300:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:hover\\:text-white:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:border-none:where([data-theme=dark],[data-theme=dark] *){border-style:none}.dark\\:bg-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-white\\/15:where([data-theme=dark],[data-theme=dark] *){background-color:hsla(0,0%,100%,.15)}.dark\\:text-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-white:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:hover\\:bg-hurricane-300:hover:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:hover\\:text-white:hover:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}";export{m as p_calendar}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,B as a,c as o,w as t,N as n,H as i,g as l,b as c}from"./p-yFtRjnrU.js";export{s as setNonce}from"./p-yFtRjnrU.js";var r=e=>{const a=e.cloneNode;e.cloneNode=function(e){if("TEMPLATE"===this.nodeName)return a.call(this,e);const o=a.call(this,!1),t=this.childNodes;if(e)for(let e=0;e<t.length;e++)2!==t[e].nodeType&&o.appendChild(t[e].cloneNode(!0));return o}};(()=>{a.isDev&&!a.isTesting&&o("Running in development mode."),a.cloneNodeFix&&r(i.prototype);const l=a.scriptDataOpts?t.document&&Array.from(t.document.querySelectorAll("script")).find((e=>new RegExp(`/${n}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===n)):null,c=import.meta.url,s=a.scriptDataOpts&&(l||{})["data-opts"]||{};return""!==c&&(s.resourcesUrl=new URL(".",c).href),e(s)})().then((async e=>(await l(),c(JSON.parse('[["p-9f1beebc",[[769,"p-button",{"label":[1],"as":[1],"underline":[4],"tabIndex":[2,"tab-index"],"variant":[1],"active":[4],"error":[4],"href":[1],"target":[1],"size":[1],"type":[1],"loading":[4],"chevron":[8],"chevronPosition":[1,"chevron-position"],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconClass":[1,"icon-class"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"],"buttonGroupPosition":[1,"button-group-position"],"class":[1]},[[2,"click","handleClick"]]],[769,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[513,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-8a2690df",[[772,"p-table",{"items":[1],"loading":[4],"headerLoading":[4,"header-loading"],"footerLoading":[4,"footer-loading"],"amountOfLoadingRows":[2,"amount-of-loading-rows"],"enableRowSelection":[4,"enable-row-selection"],"rowSelectionLimit":[2,"row-selection-limit"],"enableRowClick":[4,"enable-row-click"],"selectedRows":[16],"enableFloatingMenu":[4,"enable-floating-menu"],"floatingMenuAmountSelectedTemplate":[16],"selectionKey":[1,"selection-key"],"canSelectKey":[1,"can-select-key"],"enableHeader":[4,"enable-header"],"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionButtonLoading":[4,"action-button-loading"],"actionButtonEnabled":[4,"action-button-enabled"],"actionButtonIcon":[1,"action-button-icon"],"actionButtonText":[1,"action-button-text"],"actionButtonTemplate":[16],"enableFooter":[4,"enable-footer"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"hideOnSinglePage":[4,"hide-on-single-page"],"emptyStateHeader":[16],"emptyStateContent":[16],"emptyStateAction":[16],"enableEmptyStateAction":[4,"enable-empty-state-action"],"emptyStateFilteredHeader":[16],"emptyStateFilteredContent":[16],"shadow":[4],"_locales":[32],"_extraHeaders":[32],"_columns":[32],"_items":[32],"_enableRowSelection":[32],"_rowSelectionLimit":[32],"_rowActionsFloating":[32],"_rowActionsRow":[32],"_footerHidden":[32]},[[16,"localeChanged","_setLocales"],[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"],[9,"resize","_setRowSelectionData"]],{"items":[{"_parseItems":0}],"enableRowSelection":[{"_setRowSelectionData":0}],"rowSelectionLimit":[{"_setRowSelectionData":0}],"selectedRows":[{"_setRowSelectionData":0}]}]]],["p-8e7069b0",[[576,"p-select",{"items":[1],"multi":[516],"strategy":[1],"icon":[1],"query":[1],"placeholder":[1],"autocompletePlaceholder":[1,"autocomplete-placeholder"],"value":[8],"displayKey":[1,"display-key"],"dropdownDisplayKey":[1,"dropdown-display-key"],"selectionDisplayKey":[1,"selection-display-key"],"valueKey":[1,"value-key"],"avatarKey":[1,"avatar-key"],"iconKey":[1,"icon-key"],"iconClassKey":[1,"icon-class-key"],"showIconOnSelectedItem":[1,"show-icon-on-selected-item"],"classKey":[1,"class-key"],"applyClassOnSelectedItem":[4,"apply-class-on-selected-item"],"applyClassOnSelectedItemInMenu":[4,"apply-class-on-selected-item-in-menu"],"avatarLettersKey":[1,"avatar-letters-key"],"identifierKey":[1,"identifier-key"],"queryKey":[1,"query-key"],"autoSelectFirst":[4,"auto-select-first"],"showChevron":[4,"show-chevron"],"maxDisplayedItems":[2,"max-displayed-items"],"enableAutocomplete":[4,"enable-autocomplete"],"enableTextWrap":[4,"enable-text-wrap"],"asyncFilter":[4,"async-filter"],"loading":[4],"enableSelectAll":[4,"enable-select-all"],"selectAllText":[1,"select-all-text"],"selectAllIcon":[1,"select-all-icon"],"size":[1],"prefix":[1],"label":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"showAddItem":[4,"show-add-item"],"addItemText":[1,"add-item-text"],"emptyStateText":[1,"empty-state-text"],"_showDropdown":[32],"_selectedItem":[32],"_allSelected":[32],"_amountHidden":[32]},[[6,"click","documentClickHandler"]],{"value":[{"_valueChange":0}],"items":[{"itemChanges":0}],"_showDropdown":[{"_showDropdownChanges":0}],"multi":[{"multiChanges":0}]}]]],["p-df709c40",[[576,"p-datepicker",{"placeholder":[1],"value":[1],"preselectToday":[4,"preselect-today"],"enableNativePicker":[4,"enable-native-picker"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"format":[1],"hideIconWhenFilled":[4,"hide-icon-when-filled"],"size":[1],"prefix":[1],"label":[1],"loading":[4],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"strategy":[1],"placement":[513],"_showDropdown":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_isMobileBrowser":[32]},[[6,"click","documentClickHandler"]],{"value":[{"parseValue":0}],"minDate":[{"parseMinDate":0}],"maxDate":[{"parseMaxDate":0}],"disabledDates":[{"parseDisabledDates":0}]}]]],["p-cfd7eb55",[[769,"p-modal",{"size":[1],"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"showMobileFooter":[4,"show-mobile-footer"],"backdropClickClose":[4,"backdrop-click-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeModal","handleCloseModal"]]]]],["p-2c68cb4f",[[769,"p-drawer",{"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"backdropClickClose":[4,"backdrop-click-close"],"canClose":[4,"can-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeDrawer","handleCloseDrawer"],[8,"forceCloseDrawer","handleForceCloseDrawer"]]]]],["p-8b38c26b",[[513,"p-attachment",{"enableCameraOnMobile":[4,"enable-camera-on-mobile"],"value":[1],"fileId":[1,"file-id"],"accept":[1],"label":[1],"helper":[1],"required":[516],"mode":[1],"placeholder":[1],"cameraTooltip":[1,"camera-tooltip"],"downloadTooltip":[1,"download-tooltip"],"uploadTooltip":[1,"upload-tooltip"],"deleteTooltip":[1,"delete-tooltip"],"loading":[4],"error":[1]}]]],["p-d6958e7a",[[769,"p-profile",{"dropdownLocation":[1,"dropdown-location"],"_dropdownOpen":[32],"_hasDropdownSlot":[32]},[[0,"slotchange","slotchange"]]]]],["p-6b1c18a6",[[769,"p-navbar",{"_show":[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-0b4b4cf7",[[769,"p-card-header",{"variant":[1],"header":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"divider":[4]}]]],["p-2388a075",[[774,"p-navigation-item",{"icon":[1],"active":[4],"loading":[4],"as":[1],"counter":[8],"href":[1],"target":[1],"class":[1],"applyFullWidth":[4,"apply-full-width"]}]]],["p-8d67b17e",[[769,"p-accordion",{"variant":[1],"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-2f9a3144",[[513,"p-cropper",{"value":[1],"returnType":[1,"return-type"],"_loaded":[32],"_currentScale":[32]},[[9,"resize","onResize"]]]]],["p-d43e5a94",[[769,"p-stepper",{"steps":[1],"activeStep":[2,"active-step"],"enableAutoStatus":[4,"enable-auto-status"],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"_generatedOnce":[32],"_loaded":[32]},null,{"align":[{"_onAlignChange":0}],"direction":[{"_onDirectionChange":0}],"activeStep":[{"_onActiveStepChange":0}]}]]],["p-16c98151",[[769,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-e021a548",[[769,"p-label",{"variant":[513],"iconOnly":[516,"icon-only"],"icon":[513],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"keepMobileContent":[516,"keep-mobile-content"]}]]],["p-7868dc58",[[769,"p-listing",{"_generatedOnce":[32]}]]],["p-aca48431",[[769,"p-listing-item",{"icon":[1]}]]],["p-c4af6a8c",[[772,"p-navigation-section",{"header":[1]}]]],["p-1c6555d0",[[257,"p-tab-container"]]],["p-748c6ed3",[[769,"p-toast",{"variant":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionIcon":[1,"action-icon"],"actionIconFlip":[1,"action-icon-flip"],"actionIconRotate":[2,"action-icon-rotate"]}]]],["p-8ed51b6d",[[772,"p-avatar-group",{"extra":[2]}]]],["p-980f3529",[[769,"p-button-group",{"size":[1]},[[0,"slotchange","slotchange"]]]]],["p-b98a72c3",[[257,"p-card-body"]]],["p-2eb0963d",[[769,"p-card-container",{"variant":[1],"bgClass":[1,"bg-class"],"active":[4],"hoverable":[4],"shadow":[4],"border":[4]}]]],["p-1e9233ac",[[769,"p-content-slider",{"hideMobileIndicator":[4,"hide-mobile-indicator"],"disableDrag":[4,"disable-drag"],"disableAutoCenter":[4,"disable-auto-center"],"disableIndicatorClick":[4,"disable-indicator-click"],"_visibleIndex":[32],"_outerHeight":[32],"_totalWidth":[32],"_dragging":[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-ff8efea6",[[513,"p-iban-icon",{"iban":[513],"variant":[513]}]]],["p-0f206cdb",[[769,"p-layout",{"variant":[1]}]]],["p-edc7c624",[[836,"p-radio",{"value":[1],"disabled":[516],"required":[516],"id":[513],"name":[513],"checked":[516],"_nonce":[32]}]]],["p-99522e10",[[769,"p-tab-item",{"active":[4]}]]],["p-79657959",[[512,"p-table-column",{"path":[1537],"variant":[1537],"name":[1537],"flex":[1540],"useSlot":[1540,"use-slot"],"hasCheckbox":[1540,"has-checkbox"],"align":[1537],"headerAlign":[1537,"header-align"],"sticky":[1544],"parsedSizes":[1040],"sizes":[1032]}]]],["p-a65cd6ad",[[512,"p-table-extra-header",{"name":[1537],"sticky":[1544],"useSlot":[1540,"use-slot"],"align":[1537],"parsedSizes":[1040],"sizes":[1032]}]]],["p-2cefa6ba",[[512,"p-table-row-action",{"type":[1537],"icon":[1],"iconOnly":[4,"icon-only"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"label":[1],"action":[16],"disabled":[4],"loading":[4],"showFunction":[16]}]]],["p-33fc3203",[[769,"p-toast-container",{"placement":[1]}]]],["p-bcfbb856",[[836,"p-toggle",{"checked":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}]]],["p-62f87c18",[[513,"p-calendar",{"variant":[1],"value":[1],"preselectToday":[4,"preselect-today"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"_view":[32],"_viewDate":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_enableToday":[32]},null,{"value":[{"_parseValue":0}],"minDate":[{"_parseMinDate":0}],"maxDate":[{"_parseMaxDate":0}],"disabledDates":[{"_parseDisabledDates":0}],"mode":[{"_modeChange":0}]}]]],["p-db387f26",[[513,"p-range",{"min":[2],"max":[2],"step":[2],"value":[2]}]]],["p-4536b546",[[512,"p-avatar",{"variant":[1],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"letters":[1],"_src":[32],"_failed":[32]},null,{"src":[{"onSrchChange":0}]}]]],["p-219131e2",[[1,"p-listing-line"]]],["p-7be1c70d",[[257,"p-navigation-title"]]],["p-e00be7e7",[[772,"p-floating-menu-item",{"hover":[4],"disabled":[4],"loading":[4],"icon":[1],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-7c4f3d89",[[769,"p-stepper-item",{"number":[2],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"finished":[4],"active":[4]}],[513,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-2dfbfe7a",[[512,"p-illustration",{"variant":[1]}]]],["p-0da11431",[[769,"p-drawer-header",{"showClose":[4,"show-close"]}],[257,"p-drawer-body"],[769,"p-drawer-container",{"closing":[4]}]]],["p-e2219fa7",[[769,"p-backdrop",{"variant":[1],"applyBlur":[4,"apply-blur"],"closing":[4],"scrollLock":[4,"scroll-lock"],"class":[1]},[[2,"click","handleClick"]]]]],["p-5f2b2731",[[512,"p-smile",{"variant":[1]}]]],["p-d58fe6e4",[[769,"p-modal-header",{"showClose":[4,"show-close"]}],[257,"p-modal-footer"],[769,"p-modal-body",{"roundedBottom":[4,"rounded-bottom"],"roundedTop":[4,"rounded-top"]}],[769,"p-modal-container",{"size":[1],"closing":[4]}]]],["p-ecc80c01",[[769,"p-segment-item",{"variant":[1],"active":[4],"iconOnly":[4,"icon-only"],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}],[257,"p-segment-container"],[257,"p-badge"]]],["p-4baa94c0",[[769,"p-tooltip",{"variant":[1],"content":[1],"placement":[1],"offset":[2],"strategy":[1],"enableUserInput":[4,"enable-user-input"],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]],{"show":[{"onShowChange":0}],"content":[{"onContentChange":0}]}]]],["p-9ec433b0",[[836,"p-checkbox",{"checked":[4],"indeterminate":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}],[769,"p-dropdown",{"variant":[1],"placement":[513],"offset":[2],"strategy":[1],"show":[4],"applyMaxWidth":[4,"apply-max-width"],"applyFullWidth":[4,"apply-full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"],"manual":[4],"applyChevron":[4,"apply-chevron"],"manualChevron":[4,"manual-chevron"],"chevronPosition":[1,"chevron-position"],"chevronDirection":[1,"chevron-direction"],"containerClass":[1,"container-class"],"isDatepicker":[4,"is-datepicker"]},[[6,"click","documentClickHandler"]],{"show":[{"onShowChange":0}]}],[769,"p-dropdown-menu-container",{"variant":[1],"maxWidth":[4,"max-width"],"class":[1],"fullWidth":[4,"full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8]}]]],["p-5b87fab2",[[769,"p-pagination-pages-item",{"variant":[1],"active":[4],"hover":[4],"disabled":[4]}],[769,"p-dropdown-menu-item",{"active":[4],"checkbox":[4],"variant":[1],"enableHover":[4,"enable-hover"],"enableTextWrap":[4,"enable-text-wrap"],"disabled":[4],"icon":[1],"iconWave":[4,"icon-wave"],"useContainer":[4,"use-container"],"autoHeight":[4,"auto-height"]}]]],["p-dbac42ad",[[769,"p-divider",{"variant":[513],"alignContent":[513,"align-content"]}]]],["p-187a4dda",[[833,"p-field",{"align":[1],"variant":[1],"id":[1],"size":[1],"type":[1],"properties":[8],"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"iconPosition":[1,"icon-position"],"value":[8],"label":[1],"loading":[4],"placeholder":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"showAddOnEmpty":[516,"show-add-on-empty"],"addText":[513,"add-text"],"autofocus":[516],"error":[513],"autoShowError":[516,"auto-show-error"],"errorPlacement":[1,"error-placement"],"disabled":[516],"focused":[516],"forceShowTooltip":[516,"force-show-tooltip"],"selectAllOnFocus":[516,"select-all-on-focus"],"focusMethod":[1,"focus-method"],"optionalTemplate":[16],"_focused":[32],"_nonce":[32]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"],[2,"keyup","handleKeyup"],[2,"keydown","handleKeydown"]],{"value":[{"watchvalue":0}]}],[769,"p-field-container",{"id":[1],"align":[1],"label":[1],"loading":[4],"loadingSize":[1,"loading-size"],"variant":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"errorPlacement":[1,"error-placement"],"forceShowTooltip":[516,"force-show-tooltip"],"optionalTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-helper",{"strategy":[1],"placement":[1]}]]],["p-c3cab1ca",[[513,"p-pagination",{"hideOnSinglePage":[4,"hide-on-single-page"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"_hasPaginationPages":[32]}],[513,"p-pagination-pages",{"page":[1538],"dropdownPageTemplate":[16],"pageSize":[2,"page-size"],"hideOnSinglePage":[4,"hide-on-single-page"],"total":[2],"_showDropdown":[32],"_dropdowns":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"],[6,"click","documentClickHandler"]],{"page":[{"pageChangeHandler":0}],"pageSize":[{"pageChangeHandler":0}],"total":[{"pageChangeHandler":0}]}],[769,"p-pagination-size",{"size":[1538],"sizeOptions":[16],"itemTemplate":[16],"hidden":[4],"dropdownIsOpen":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"]]]]],["p-c004664b",[[513,"p-table-footer",{"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"loading":[4],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"tableHeaderHasAction":[4,"table-header-has-action"],"hideOnSinglePage":[4,"hide-on-single-page"],"_isPinned":[32],"_hasPaginationPages":[32]},[[9,"scroll","onScroll"]]],[769,"p-table-header",{"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"loading":[4],"enableSearch":[4,"enable-search"],"itemsSelectedAmount":[2,"items-selected-amount"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableExport":[4,"enable-export"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionLoading":[4,"action-loading"],"actionIcon":[1,"action-icon"],"actionText":[1,"action-text"],"canUseAction":[1028,"can-use-action"],"actionButtonTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-empty-state",{"illustration":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionText":[1,"action-text"],"actionVariant":[1,"action-variant"],"actionIcon":[1,"action-icon"],"actionIconPosition":[1,"action-icon-position"],"actionLoading":[4,"action-loading"]}],[769,"p-floating-menu-container",{"usedInTable":[4,"used-in-table"],"enableAmountSelected":[4,"enable-amount-selected"],"amount":[2],"enableClose":[4,"enable-close"],"amountSelectedTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[772,"p-table-cell",{"variant":[1],"index":[2],"rowIndex":[2,"row-index"],"definition":[8],"item":[8],"value":[8],"checkbox":[8],"checkboxOffset":[4,"checkbox-offset"],"template":[16]}],[769,"p-table-row",{"variant":[1],"enableHover":[4,"enable-hover"],"checked":[4],"isLast":[4,"is-last"]}],[260,"p-table-container"],[769,"p-table-row-actions-container",{"checked":[4]}]]]]'),e))));
|
|
1
|
+
import{p as e,B as a,c as o,w as t,N as n,H as i,g as l,b as c}from"./p-yFtRjnrU.js";export{s as setNonce}from"./p-yFtRjnrU.js";var r=e=>{const a=e.cloneNode;e.cloneNode=function(e){if("TEMPLATE"===this.nodeName)return a.call(this,e);const o=a.call(this,!1),t=this.childNodes;if(e)for(let e=0;e<t.length;e++)2!==t[e].nodeType&&o.appendChild(t[e].cloneNode(!0));return o}};(()=>{a.isDev&&!a.isTesting&&o("Running in development mode."),a.cloneNodeFix&&r(i.prototype);const l=a.scriptDataOpts?t.document&&Array.from(t.document.querySelectorAll("script")).find((e=>new RegExp(`/${n}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===n)):null,c=import.meta.url,s=a.scriptDataOpts&&(l||{})["data-opts"]||{};return""!==c&&(s.resourcesUrl=new URL(".",c).href),e(s)})().then((async e=>(await l(),c(JSON.parse('[["p-9f1beebc",[[769,"p-button",{"label":[1],"as":[1],"underline":[4],"tabIndex":[2,"tab-index"],"variant":[1],"active":[4],"error":[4],"href":[1],"target":[1],"size":[1],"type":[1],"loading":[4],"chevron":[8],"chevronPosition":[1,"chevron-position"],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconClass":[1,"icon-class"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"],"buttonGroupPosition":[1,"button-group-position"],"class":[1]},[[2,"click","handleClick"]]],[769,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[513,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-8a2690df",[[772,"p-table",{"items":[1],"loading":[4],"headerLoading":[4,"header-loading"],"footerLoading":[4,"footer-loading"],"amountOfLoadingRows":[2,"amount-of-loading-rows"],"enableRowSelection":[4,"enable-row-selection"],"rowSelectionLimit":[2,"row-selection-limit"],"enableRowClick":[4,"enable-row-click"],"selectedRows":[16],"enableFloatingMenu":[4,"enable-floating-menu"],"floatingMenuAmountSelectedTemplate":[16],"selectionKey":[1,"selection-key"],"canSelectKey":[1,"can-select-key"],"enableHeader":[4,"enable-header"],"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionButtonLoading":[4,"action-button-loading"],"actionButtonEnabled":[4,"action-button-enabled"],"actionButtonIcon":[1,"action-button-icon"],"actionButtonText":[1,"action-button-text"],"actionButtonTemplate":[16],"enableFooter":[4,"enable-footer"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"hideOnSinglePage":[4,"hide-on-single-page"],"emptyStateHeader":[16],"emptyStateContent":[16],"emptyStateAction":[16],"enableEmptyStateAction":[4,"enable-empty-state-action"],"emptyStateFilteredHeader":[16],"emptyStateFilteredContent":[16],"shadow":[4],"_locales":[32],"_extraHeaders":[32],"_columns":[32],"_items":[32],"_enableRowSelection":[32],"_rowSelectionLimit":[32],"_rowActionsFloating":[32],"_rowActionsRow":[32],"_footerHidden":[32]},[[16,"localeChanged","_setLocales"],[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"],[9,"resize","_setRowSelectionData"]],{"items":[{"_parseItems":0}],"enableRowSelection":[{"_setRowSelectionData":0}],"rowSelectionLimit":[{"_setRowSelectionData":0}],"selectedRows":[{"_setRowSelectionData":0}]}]]],["p-8e7069b0",[[576,"p-select",{"items":[1],"multi":[516],"strategy":[1],"icon":[1],"query":[1],"placeholder":[1],"autocompletePlaceholder":[1,"autocomplete-placeholder"],"value":[8],"displayKey":[1,"display-key"],"dropdownDisplayKey":[1,"dropdown-display-key"],"selectionDisplayKey":[1,"selection-display-key"],"valueKey":[1,"value-key"],"avatarKey":[1,"avatar-key"],"iconKey":[1,"icon-key"],"iconClassKey":[1,"icon-class-key"],"showIconOnSelectedItem":[1,"show-icon-on-selected-item"],"classKey":[1,"class-key"],"applyClassOnSelectedItem":[4,"apply-class-on-selected-item"],"applyClassOnSelectedItemInMenu":[4,"apply-class-on-selected-item-in-menu"],"avatarLettersKey":[1,"avatar-letters-key"],"identifierKey":[1,"identifier-key"],"queryKey":[1,"query-key"],"autoSelectFirst":[4,"auto-select-first"],"showChevron":[4,"show-chevron"],"maxDisplayedItems":[2,"max-displayed-items"],"enableAutocomplete":[4,"enable-autocomplete"],"enableTextWrap":[4,"enable-text-wrap"],"asyncFilter":[4,"async-filter"],"loading":[4],"enableSelectAll":[4,"enable-select-all"],"selectAllText":[1,"select-all-text"],"selectAllIcon":[1,"select-all-icon"],"size":[1],"prefix":[1],"label":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"showAddItem":[4,"show-add-item"],"addItemText":[1,"add-item-text"],"emptyStateText":[1,"empty-state-text"],"_showDropdown":[32],"_selectedItem":[32],"_allSelected":[32],"_amountHidden":[32]},[[6,"click","documentClickHandler"]],{"value":[{"_valueChange":0}],"items":[{"itemChanges":0}],"_showDropdown":[{"_showDropdownChanges":0}],"multi":[{"multiChanges":0}]}]]],["p-ad0caa7e",[[576,"p-datepicker",{"placeholder":[1],"value":[1],"preselectToday":[4,"preselect-today"],"enableNativePicker":[4,"enable-native-picker"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"format":[1],"hideIconWhenFilled":[4,"hide-icon-when-filled"],"size":[1],"prefix":[1],"label":[1],"loading":[4],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"strategy":[1],"placement":[513],"_showDropdown":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_isMobileBrowser":[32]},[[6,"click","documentClickHandler"]],{"value":[{"parseValue":0}],"minDate":[{"parseMinDate":0}],"maxDate":[{"parseMaxDate":0}],"disabledDates":[{"parseDisabledDates":0}]}]]],["p-cfd7eb55",[[769,"p-modal",{"size":[1],"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"showMobileFooter":[4,"show-mobile-footer"],"backdropClickClose":[4,"backdrop-click-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeModal","handleCloseModal"]]]]],["p-2c68cb4f",[[769,"p-drawer",{"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"backdropClickClose":[4,"backdrop-click-close"],"canClose":[4,"can-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeDrawer","handleCloseDrawer"],[8,"forceCloseDrawer","handleForceCloseDrawer"]]]]],["p-75918198",[[513,"p-attachment",{"enableCameraOnMobile":[4,"enable-camera-on-mobile"],"value":[1],"fileId":[1,"file-id"],"accept":[1],"label":[1],"helper":[1],"required":[516],"mode":[1],"placeholder":[1],"cameraTooltip":[1,"camera-tooltip"],"downloadTooltip":[1,"download-tooltip"],"uploadTooltip":[1,"upload-tooltip"],"deleteTooltip":[1,"delete-tooltip"],"loading":[4],"error":[1]}]]],["p-d6958e7a",[[769,"p-profile",{"dropdownLocation":[1,"dropdown-location"],"_dropdownOpen":[32],"_hasDropdownSlot":[32]},[[0,"slotchange","slotchange"]]]]],["p-6b1c18a6",[[769,"p-navbar",{"_show":[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-0b4b4cf7",[[769,"p-card-header",{"variant":[1],"header":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"divider":[4]}]]],["p-2388a075",[[774,"p-navigation-item",{"icon":[1],"active":[4],"loading":[4],"as":[1],"counter":[8],"href":[1],"target":[1],"class":[1],"applyFullWidth":[4,"apply-full-width"]}]]],["p-8d67b17e",[[769,"p-accordion",{"variant":[1],"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-2f9a3144",[[513,"p-cropper",{"value":[1],"returnType":[1,"return-type"],"_loaded":[32],"_currentScale":[32]},[[9,"resize","onResize"]]]]],["p-d43e5a94",[[769,"p-stepper",{"steps":[1],"activeStep":[2,"active-step"],"enableAutoStatus":[4,"enable-auto-status"],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"_generatedOnce":[32],"_loaded":[32]},null,{"align":[{"_onAlignChange":0}],"direction":[{"_onDirectionChange":0}],"activeStep":[{"_onActiveStepChange":0}]}]]],["p-16c98151",[[769,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-e021a548",[[769,"p-label",{"variant":[513],"iconOnly":[516,"icon-only"],"icon":[513],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"keepMobileContent":[516,"keep-mobile-content"]}]]],["p-7868dc58",[[769,"p-listing",{"_generatedOnce":[32]}]]],["p-aca48431",[[769,"p-listing-item",{"icon":[1]}]]],["p-c4af6a8c",[[772,"p-navigation-section",{"header":[1]}]]],["p-1c6555d0",[[257,"p-tab-container"]]],["p-748c6ed3",[[769,"p-toast",{"variant":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionIcon":[1,"action-icon"],"actionIconFlip":[1,"action-icon-flip"],"actionIconRotate":[2,"action-icon-rotate"]}]]],["p-8ed51b6d",[[772,"p-avatar-group",{"extra":[2]}]]],["p-980f3529",[[769,"p-button-group",{"size":[1]},[[0,"slotchange","slotchange"]]]]],["p-b98a72c3",[[257,"p-card-body"]]],["p-2eb0963d",[[769,"p-card-container",{"variant":[1],"bgClass":[1,"bg-class"],"active":[4],"hoverable":[4],"shadow":[4],"border":[4]}]]],["p-1e9233ac",[[769,"p-content-slider",{"hideMobileIndicator":[4,"hide-mobile-indicator"],"disableDrag":[4,"disable-drag"],"disableAutoCenter":[4,"disable-auto-center"],"disableIndicatorClick":[4,"disable-indicator-click"],"_visibleIndex":[32],"_outerHeight":[32],"_totalWidth":[32],"_dragging":[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-ff8efea6",[[513,"p-iban-icon",{"iban":[513],"variant":[513]}]]],["p-0f206cdb",[[769,"p-layout",{"variant":[1]}]]],["p-edc7c624",[[836,"p-radio",{"value":[1],"disabled":[516],"required":[516],"id":[513],"name":[513],"checked":[516],"_nonce":[32]}]]],["p-99522e10",[[769,"p-tab-item",{"active":[4]}]]],["p-79657959",[[512,"p-table-column",{"path":[1537],"variant":[1537],"name":[1537],"flex":[1540],"useSlot":[1540,"use-slot"],"hasCheckbox":[1540,"has-checkbox"],"align":[1537],"headerAlign":[1537,"header-align"],"sticky":[1544],"parsedSizes":[1040],"sizes":[1032]}]]],["p-a65cd6ad",[[512,"p-table-extra-header",{"name":[1537],"sticky":[1544],"useSlot":[1540,"use-slot"],"align":[1537],"parsedSizes":[1040],"sizes":[1032]}]]],["p-2cefa6ba",[[512,"p-table-row-action",{"type":[1537],"icon":[1],"iconOnly":[4,"icon-only"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"label":[1],"action":[16],"disabled":[4],"loading":[4],"showFunction":[16]}]]],["p-33fc3203",[[769,"p-toast-container",{"placement":[1]}]]],["p-bcfbb856",[[836,"p-toggle",{"checked":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}]]],["p-30e187cd",[[513,"p-calendar",{"variant":[1],"value":[1],"preselectToday":[4,"preselect-today"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"_view":[32],"_viewDate":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_enableToday":[32]},null,{"value":[{"_parseValue":0}],"minDate":[{"_parseMinDate":0}],"maxDate":[{"_parseMaxDate":0}],"disabledDates":[{"_parseDisabledDates":0}],"mode":[{"_modeChange":0}]}]]],["p-db387f26",[[513,"p-range",{"min":[2],"max":[2],"step":[2],"value":[2]}]]],["p-4536b546",[[512,"p-avatar",{"variant":[1],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"letters":[1],"_src":[32],"_failed":[32]},null,{"src":[{"onSrchChange":0}]}]]],["p-219131e2",[[1,"p-listing-line"]]],["p-7be1c70d",[[257,"p-navigation-title"]]],["p-e00be7e7",[[772,"p-floating-menu-item",{"hover":[4],"disabled":[4],"loading":[4],"icon":[1],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-7c4f3d89",[[769,"p-stepper-item",{"number":[2],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"finished":[4],"active":[4]}],[513,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-2dfbfe7a",[[512,"p-illustration",{"variant":[1]}]]],["p-0da11431",[[769,"p-drawer-header",{"showClose":[4,"show-close"]}],[257,"p-drawer-body"],[769,"p-drawer-container",{"closing":[4]}]]],["p-e2219fa7",[[769,"p-backdrop",{"variant":[1],"applyBlur":[4,"apply-blur"],"closing":[4],"scrollLock":[4,"scroll-lock"],"class":[1]},[[2,"click","handleClick"]]]]],["p-5f2b2731",[[512,"p-smile",{"variant":[1]}]]],["p-d58fe6e4",[[769,"p-modal-header",{"showClose":[4,"show-close"]}],[257,"p-modal-footer"],[769,"p-modal-body",{"roundedBottom":[4,"rounded-bottom"],"roundedTop":[4,"rounded-top"]}],[769,"p-modal-container",{"size":[1],"closing":[4]}]]],["p-ecc80c01",[[769,"p-segment-item",{"variant":[1],"active":[4],"iconOnly":[4,"icon-only"],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}],[257,"p-segment-container"],[257,"p-badge"]]],["p-4baa94c0",[[769,"p-tooltip",{"variant":[1],"content":[1],"placement":[1],"offset":[2],"strategy":[1],"enableUserInput":[4,"enable-user-input"],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]],{"show":[{"onShowChange":0}],"content":[{"onContentChange":0}]}]]],["p-9ec433b0",[[836,"p-checkbox",{"checked":[4],"indeterminate":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}],[769,"p-dropdown",{"variant":[1],"placement":[513],"offset":[2],"strategy":[1],"show":[4],"applyMaxWidth":[4,"apply-max-width"],"applyFullWidth":[4,"apply-full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"],"manual":[4],"applyChevron":[4,"apply-chevron"],"manualChevron":[4,"manual-chevron"],"chevronPosition":[1,"chevron-position"],"chevronDirection":[1,"chevron-direction"],"containerClass":[1,"container-class"],"isDatepicker":[4,"is-datepicker"]},[[6,"click","documentClickHandler"]],{"show":[{"onShowChange":0}]}],[769,"p-dropdown-menu-container",{"variant":[1],"maxWidth":[4,"max-width"],"class":[1],"fullWidth":[4,"full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8]}]]],["p-5b87fab2",[[769,"p-pagination-pages-item",{"variant":[1],"active":[4],"hover":[4],"disabled":[4]}],[769,"p-dropdown-menu-item",{"active":[4],"checkbox":[4],"variant":[1],"enableHover":[4,"enable-hover"],"enableTextWrap":[4,"enable-text-wrap"],"disabled":[4],"icon":[1],"iconWave":[4,"icon-wave"],"useContainer":[4,"use-container"],"autoHeight":[4,"auto-height"]}]]],["p-dbac42ad",[[769,"p-divider",{"variant":[513],"alignContent":[513,"align-content"]}]]],["p-187a4dda",[[833,"p-field",{"align":[1],"variant":[1],"id":[1],"size":[1],"type":[1],"properties":[8],"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"iconPosition":[1,"icon-position"],"value":[8],"label":[1],"loading":[4],"placeholder":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"showAddOnEmpty":[516,"show-add-on-empty"],"addText":[513,"add-text"],"autofocus":[516],"error":[513],"autoShowError":[516,"auto-show-error"],"errorPlacement":[1,"error-placement"],"disabled":[516],"focused":[516],"forceShowTooltip":[516,"force-show-tooltip"],"selectAllOnFocus":[516,"select-all-on-focus"],"focusMethod":[1,"focus-method"],"optionalTemplate":[16],"_focused":[32],"_nonce":[32]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"],[2,"keyup","handleKeyup"],[2,"keydown","handleKeydown"]],{"value":[{"watchvalue":0}]}],[769,"p-field-container",{"id":[1],"align":[1],"label":[1],"loading":[4],"loadingSize":[1,"loading-size"],"variant":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"errorPlacement":[1,"error-placement"],"forceShowTooltip":[516,"force-show-tooltip"],"optionalTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-helper",{"strategy":[1],"placement":[1]}]]],["p-c3cab1ca",[[513,"p-pagination",{"hideOnSinglePage":[4,"hide-on-single-page"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"_hasPaginationPages":[32]}],[513,"p-pagination-pages",{"page":[1538],"dropdownPageTemplate":[16],"pageSize":[2,"page-size"],"hideOnSinglePage":[4,"hide-on-single-page"],"total":[2],"_showDropdown":[32],"_dropdowns":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"],[6,"click","documentClickHandler"]],{"page":[{"pageChangeHandler":0}],"pageSize":[{"pageChangeHandler":0}],"total":[{"pageChangeHandler":0}]}],[769,"p-pagination-size",{"size":[1538],"sizeOptions":[16],"itemTemplate":[16],"hidden":[4],"dropdownIsOpen":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"]]]]],["p-c004664b",[[513,"p-table-footer",{"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"loading":[4],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"tableHeaderHasAction":[4,"table-header-has-action"],"hideOnSinglePage":[4,"hide-on-single-page"],"_isPinned":[32],"_hasPaginationPages":[32]},[[9,"scroll","onScroll"]]],[769,"p-table-header",{"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"loading":[4],"enableSearch":[4,"enable-search"],"itemsSelectedAmount":[2,"items-selected-amount"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableExport":[4,"enable-export"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionLoading":[4,"action-loading"],"actionIcon":[1,"action-icon"],"actionText":[1,"action-text"],"canUseAction":[1028,"can-use-action"],"actionButtonTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-empty-state",{"illustration":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionText":[1,"action-text"],"actionVariant":[1,"action-variant"],"actionIcon":[1,"action-icon"],"actionIconPosition":[1,"action-icon-position"],"actionLoading":[4,"action-loading"]}],[769,"p-floating-menu-container",{"usedInTable":[4,"used-in-table"],"enableAmountSelected":[4,"enable-amount-selected"],"amount":[2],"enableClose":[4,"enable-close"],"amountSelectedTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[772,"p-table-cell",{"variant":[1],"index":[2],"rowIndex":[2,"row-index"],"definition":[8],"item":[8],"value":[8],"checkbox":[8],"checkboxOffset":[4,"checkbox-offset"],"template":[16]}],[769,"p-table-row",{"variant":[1],"enableHover":[4,"enable-hover"],"checked":[4],"isLast":[4,"is-last"]}],[260,"p-table-container"],[769,"p-table-row-actions-container",{"checked":[4]}]]]]'),e))));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,a as t,h as r,F as a}from"./p-yFtRjnrU.js";import{c as i}from"./p-CBWjHURv.js";import{e as o}from"./p-CWO2YJCh.js";import{c as d}from"./p-xs4N_Y-0.js";import"./p-ChV9xqsO.js";const s=i(["flex flex-1 items-center justify-start gap-2","h-8 min-w-0 rounded-lg px-2","border border-solid","bg-white-600 text-storm-200","dark:bg-white/15 dark:text-hurricane-200"],{variants:{click:{false:null,true:"cursor-pointer"},error:{false:"\n border-storm-100\n dark:border-white/15\n ",true:"\n border-negative-red-500\n dark:border-negative-red-alternative\n "}}}),h=class{constructor(r){e(this,r),this.upload=t(this,"upload",3),this.download=t(this,"download",3),this.delete=t(this,"delete",3)}enableCameraOnMobile=!1;value;fileId;accept=null;label;helper;required=!0;mode="read";placeholder="Upload a file...";cameraTooltip="Camera";downloadTooltip="Download";uploadTooltip="Upload";deleteTooltip="Delete";loading=!1;error;upload;download;delete;_fileRef;_cameraFileRef;render(){let e=r("p-icon",{key:"dd6a4fddd6e60cafff196b0229b125bc4475837f",class:"text-storm-300",variant:"attachment"});this.error&&(e=r("p-icon",{key:"3afb112898ac70c5c07f36d1824f9ef982994185",class:"text-negative-red-500",variant:"warning"}));const t=o(),i="min-w-0 flex-1 overflow-hidden text-ellipsis whitespace-nowrap text-sm";return r(a,{key:"a60e9e326e5c70edb39e2c16353e30638ed04fbb"},r("p-field-container",{key:"95255c8b0648f11d336fb5bb74e230bc8a15499e",error:this.error,forceShowTooltip:!!this.error?.length,helper:this.helper,label:this.label,required:this.required,variant:"write"},r("div",{key:"c6bb34cd296d4159c5cc1941af8a80d46b5b387e",class:"flex w-full items-start gap-2",slot:"content"},r("div",{key:"b208ca920c5ff5b240d8226551b791d239ebf2c6",class:s({click:"write"===this.mode&&!this.value?.length,error:!!this.error?.length}),onClick:()=>this._uploadClick()},e,r("span",{key:"8235dce3bc34299e779d435749ee27f40360e1be",class:d(i,"\n peer\n empty:hidden\n dark:text-white\n ")},this.value),r("span",{key:"9227af7beb22f08663854ad118269879f5dc28d2",class:d(i,"\n hidden\n peer-empty:block\n ")},this.placeholder)),r("p-tooltip",{key:"461c9426b1068552248d9a99810157a5dc437d35",class:"w-8",content:"read"===this.mode?this.downloadTooltip:this.value?.length?this.deleteTooltip:this.uploadTooltip},r("p-button",{key:"a61a19eca51f65b887cb5bc30c707903acdbed5e",disabled:this.loading,icon:"read"===this.mode?"download":this.value?.length?"trash":"upload",iconOnly:!0,loading:this.loading,slot:"trigger",variant:"secondary",onOnClick:()=>"write"!==this.mode||this.value?.length?("read"===this.mode?this.download:this.delete).emit():this._uploadClick()})),this.enableCameraOnMobile&&"write"===this.mode&&t&&!this.value?.length&&r("p-tooltip",{key:"92eb29f63074268f3787fdd338bf52ab538652a4",class:"\n w-8\n desktop-xs:hidden\n ",content:this.cameraTooltip},r("p-button",{key:"d16292a48b3b65b88d3102ae9fd2a0b88905b117",icon:"camera",iconOnly:!0,slot:"trigger",variant:"secondary",onOnClick:()=>this._cameraClick()})))),r("input",{key:"8d4671d6374ff5c71a159113351fa2f8aabde9d7",accept:Array.isArray(this.accept)?this.accept?.join(","):this.accept,class:"hidden",ref:e=>this._fileRef=e,type:"file",onChange:e=>this._onFileChange(e)}),r("input",{key:"d5d605e25ff006625eab9e3bd91c804f376f8945",accept:"image/*",capture:"true",class:"hidden",ref:e=>this._cameraFileRef=e,type:"file",onChange:e=>this._onFileChange(e)}))}_uploadClick(){this._fileRef&&"write"===this.mode&&!this.value?.length&&this._fileRef.click()}_cameraClick(){this.enableCameraOnMobile&&o()&&this._cameraFileRef&&"write"===this.mode&&this._cameraFileRef?.click()}_onFileChange(e){const t=e.target,r=t.files?.[0];if(r){this.loading=!0;const e=new FileReader;e.addEventListener("load",(e=>this._onLoad(r,e?.currentTarget?.result))),e.readAsDataURL(r)}}_onLoad(e,t){this.upload.emit({fileId:this.fileId,result:t,file:e}),this._fileRef&&(this._fileRef.value=""),this._cameraFileRef&&(this._cameraFileRef.value=""),this.loading=!1}};h.style=".block{display:block}*{box-sizing:border-box}:host{display:block;width:100%}.static{position:static}.flex{display:flex}.hidden{display:none}.h-8{height:2rem}.w-8{width:2rem}.w-full{width:100%}.min-w-0{min-width:0}.flex-1{flex:1 1 0%}.cursor-pointer{cursor:pointer}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.gap-2{gap:.5rem}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-solid{border-style:solid}.border-negative-red-500{--tw-border-opacity:1;border-color:rgb(230 30 30/var(--tw-border-opacity,1))}.border-storm-100{--tw-border-opacity:1;border-color:rgb(209 210 212/var(--tw-border-opacity,1))}.bg-white-600{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.px-2{padding-left:.5rem;padding-right:.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-negative-red-500{--tw-text-opacity:1;color:rgb(230 30 30/var(--tw-text-opacity,1))}.text-storm-200{--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.text-storm-300{--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.empty\\:hidden:empty{display:none}.peer:empty~.peer-empty\\:block{display:block}@media (min-width:64rem){.desktop-xs\\:hidden{display:none}}.dark\\:border-negative-red-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-border-opacity:1;border-color:rgb(255 92 92/var(--tw-border-opacity,1))}.dark\\:border-white\\/15:where(:host([data-theme=dark]),:host([data-theme=dark]) *){border-color:hsla(0,0%,100%,.15)}.dark\\:bg-white\\/15:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:hsla(0,0%,100%,.15)}.dark\\:text-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:border-negative-red-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(255 92 92/var(--tw-border-opacity,1))}.dark\\:border-white\\/15:where([data-theme=dark],[data-theme=dark] *){border-color:hsla(0,0%,100%,.15)}.dark\\:bg-white\\/15:where([data-theme=dark],[data-theme=dark] *){background-color:hsla(0,0%,100%,.15)}.dark\\:text-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-white:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}";export{h as p_attachment}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,a as e,d as i,h as s}from"./p-yFtRjnrU.js";import{d as a,l as h}from"./p-B_lDCj8j.js";import{s as l}from"./p-6XOzWrsN.js";import{c as n}from"./p-TyZ7uPES.js";import{i as r}from"./p-DPc49L2n.js";import{a as o}from"./p-C5CTp9IA.js";const d=class{constructor(i){t(this,i),this.valueChange=e(this,"valueChange",3),i.$hostElement$["s-ei"]?this._internals=i.$hostElement$["s-ei"]:(this._internals=i.$hostElement$.attachInternals(),i.$hostElement$["s-ei"]=this._internals)}placeholder;value;preselectToday=!1;enableNativePicker=!0;disabledDates;minDate=null;maxDate=null;disableWeekends=!1;enableToday=!0;todayText="today";mode="day";valueChange;format="dd-MM-yyyy";hideIconWhenFilled=!1;size="base";prefix;label;loading=!1;helper;required;showOptional=!0;error;disabled=!1;strategy="absolute";placement="bottom-start";get _el(){return i(this)}_showDropdown=!1;_value;_minDate;_maxDate;_disabledDates=[];_isMobileBrowser=!1;_internals;_onInputTimeout;_inputRef;_dateInputRef;_defaultFormats={year:"yyyy",month:"LLLL, yyyy",day:"dd-MM-yyyy",dayNoDashes:"ddMMyyyy"};parseValue(t){!t&&this.preselectToday&&(t=new Date),"string"==typeof t&&(t=new Date(t)),t?.getTime()!==this._value?.getTime()&&this._setValue(t,!0)}parseMinDate(t){null!==t&&""!==t?("string"==typeof t&&(t=new Date(t)),a.isValid(t)&&(this._minDate=t,a.isBefore(this._value,this._minDate)&&this._setValue(null))):this.minDate=new Date(a.getYear(a.subYears(new Date,100)),0,1)}parseMaxDate(t){null!==t&&""!==t?("string"==typeof t&&(t=new Date(t)),a.isValid(t)&&(this._maxDate=t,a.isAfter(this._value,this._maxDate)&&this._setValue(null))):this.maxDate=this._getAutomaticMax()}parseDisabledDates(t){"string"==typeof t&&(t=JSON.parse(t)),t&&Array.isArray(t)&&(this._disabledDates=t.map((t=>"string"==typeof t?new Date(t):t)).filter((t=>a.isValid(t))),this._isDisabledDay(this._value)&&this._setValue(null))}formResetCallback(){this._setValue(null)}formDisabledCallback(t){this._internals.form&&(this.disabled=t)}componentWillLoad(){this.disabledDates&&this.parseDisabledDates(this.disabledDates),this.parseMinDate(this.minDate),this.parseMaxDate(this.maxDate),this._isMobileBrowser=r(),this.parseValue(this.value)}componentWillRender(){"day"!==this.mode&&this.format===this._defaultFormats.day&&(this.format=this._defaultFormats[this.mode])}render(){return s("p-dropdown",{key:"e329571548f7fc670ea27b9096e43179bf575f48",allowOverflow:!0,applyFullWidth:!1,applyMaxWidth:!1,disableTriggerClick:!0,insideClick:!0,isDatepicker:!0,placement:this.placement,show:this._showDropdown,strategy:this.strategy},s("p-field",{key:"5904684c137055d5b2eb25890363ee8b458ce9ff",autoShowError:!1,disabled:o(this.disabled),error:this.error,focused:this._showDropdown,forceShowTooltip:!!this.error?.length&&!this._showDropdown,helper:this.helper,icon:this.hideIconWhenFilled&&this._value?null:"calendar-multi",iconPosition:"start",label:this.label,loading:this.loading,placeholder:this.placeholder,prefix:this.prefix,required:o(this.required),showOptional:o(this.showOptional),size:this.size,slot:"trigger",value:this._getFormattedDate(),onBlur:t=>this._onBlur(t),onFocus:()=>this._onFocus(),onInputRefChange:t=>this._inputRef=t.detail,onValueChange:t=>this._onValueChange(t.detail)}),this.enableNativePicker&&this._isMobileBrowser&&s("input",{key:"18243b5177bf1ccafc938199d17303a13e9c0a2d",class:"\n pointer-events-none absolute left-0 top-0 z-[-10] overflow-hidden\n opacity-0\n ",max:this.maxDate&&a.format(new Date(this.maxDate),"yyyy-MM-dd",{locale:"nl"===l.locale?h.nl:h.enUS}),min:this._minDate&&a.format(new Date(this._minDate),"yyyy-MM-dd",{locale:"nl"===l.locale?h.nl:h.enUS}),ref:t=>this._dateInputRef=t,slot:"trigger",type:"day"===this.mode?"date":"month",value:this._value&&a.format(this._value,"yyyy-MM-dd",{locale:"nl"===l.locale?h.nl:h.enUS}),onInput:t=>this._onNativeInput(t)}),s("div",{key:"72072c39f6b9f4234c39474084e10625bb739ff4",slot:"items",tabIndex:-1},s("p-calendar",{key:"374b07930dfaa7f1c1cfdf528fd0b53158d482bc",disableWeekends:this.disableWeekends,disabledDates:this.disabledDates,enableToday:this.enableToday,maxDate:this.maxDate,minDate:this.minDate,mode:this.mode,preselectToday:this.preselectToday,todayText:this.todayText,value:this._value,variant:"embedded",onValueChange:({detail:t})=>this.value=t})))}documentClickHandler({target:t}){this._showDropdown&&!n(t,this._el)&&(this._showDropdown=!1)}_onFocus(){if(this._isMobileBrowser&&this._dateInputRef)return this._dateInputRef.focus(),this._dateInputRef.showPicker(),void this._inputRef.blur();this._showDropdown=!0}_onBlur(t,e){if(e=e||this.format,this._isMobileBrowser&&this._dateInputRef)return;t.relatedTarget&&!n(t.relatedTarget,this._el)&&(this._showDropdown=!1);const i=this._inputRef;if(null===i.value)return;const s=a.parse(i.value,e,new Date,{locale:"nl"===l.locale?h.nl:h.enUS});if(s===this._value)return;const r=a.isValid(s);if(!r&&e===this.format&&"day"===this.mode)return this._onBlur(t,this._defaultFormats.dayNoDashes);r&&!this._isDisabledDay(s)?this._setValue(s,!1):i.value=this._getFormattedDate()}_onValueChange(t,e=this.format){this._onInputTimeout&&(clearTimeout(this._onInputTimeout),this._onInputTimeout=null),this._onInputTimeout=setTimeout((()=>{if(0===t.length){if(null===this._value)return;return void this._setValue(null)}const i=a.parse(t,e,new Date);a.isValid(i)&&a.format(i,e,{locale:"nl"===l.locale?h.nl:h.enUS})===t?this._setValue(i,!1):"day"===this.mode&&this._onValueChange(t,this._defaultFormats.dayNoDashes)}),300)}_onNativeInput(t){t.target&&(this._onInputTimeout&&(clearTimeout(this._onInputTimeout),this._onInputTimeout=null),this._onInputTimeout=setTimeout((()=>{this._setValue(""===t.target.value?null:new Date(t.target.value),!1)})))}_setValue(t,e=!0){if(null===t)return this._value=null,void this.valueChange.emit(null);a.isValid(t)&&(this._isDisabledDay(t)?this._dateInputRef?.value&&(this._dateInputRef.value=this._value?a.format(this._value,"yyyy-MM-dd",{locale:"nl"===l.locale?h.nl:h.enUS}):null):(t="day"===this.mode?a.startOfDay(t):"month"===this.mode?a.startOfMonth(t):a.startOfYear(t),a.isSameDay(t,this._value)||(e&&(this._showDropdown=!1),this._value=t,this.valueChange.emit(t))))}_isDisabledDay(t){return this.disableWeekends&&a.isWeekend(t)||a.isBefore(t,this._minDate)&&!a.isSameDay(t,this._minDate)||a.isAfter(t,this._maxDate)&&!a.isSameDay(t,this._maxDate)||this._disabledDates.some((e=>a.isSameDay(e,t)))}_getFormattedDate(){return this._value?a.format(this._value,this.format,{locale:"nl"===l.locale?h.nl:h.enUS}):""}_getAutomaticMax(){const t=a.addYears(new Date,50);let e=a.getYear(t);return e=10*Math.ceil(e/10),a.setYear(t,e)}static get formAssociated(){return!0}static get watchers(){return{value:[{parseValue:0}],minDate:[{parseMinDate:0}],maxDate:[{parseMaxDate:0}],disabledDates:[{parseDisabledDates:0}]}}};d.style="*{box-sizing:border-box}.pointer-events-none{pointer-events:none}.static{position:static}.absolute{position:absolute}.left-0{left:0}.top-0{top:0}.z-\\[-10\\]{z-index:-10}.overflow-hidden{overflow:hidden}.opacity-0{opacity:0}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}";export{d as p_datepicker}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,B as a,c as o,w as t,N as n,H as i,g as l,b as c}from"./p-yFtRjnrU.js";export{s as setNonce}from"./p-yFtRjnrU.js";var r=e=>{const a=e.cloneNode;e.cloneNode=function(e){if("TEMPLATE"===this.nodeName)return a.call(this,e);const o=a.call(this,!1),t=this.childNodes;if(e)for(let e=0;e<t.length;e++)2!==t[e].nodeType&&o.appendChild(t[e].cloneNode(!0));return o}};(()=>{a.isDev&&!a.isTesting&&o("Running in development mode."),a.cloneNodeFix&&r(i.prototype);const l=a.scriptDataOpts?t.document&&Array.from(t.document.querySelectorAll("script")).find((e=>new RegExp(`/${n}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===n)):null,c=import.meta.url,s=a.scriptDataOpts&&(l||{})["data-opts"]||{};return""!==c&&(s.resourcesUrl=new URL(".",c).href),e(s)})().then((async e=>(await l(),c(JSON.parse('[["p-9f1beebc",[[769,"p-button",{"label":[1],"as":[1],"underline":[4],"tabIndex":[2,"tab-index"],"variant":[1],"active":[4],"error":[4],"href":[1],"target":[1],"size":[1],"type":[1],"loading":[4],"chevron":[8],"chevronPosition":[1,"chevron-position"],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconClass":[1,"icon-class"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"],"buttonGroupPosition":[1,"button-group-position"],"class":[1]},[[2,"click","handleClick"]]],[769,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[513,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-8a2690df",[[772,"p-table",{"items":[1],"loading":[4],"headerLoading":[4,"header-loading"],"footerLoading":[4,"footer-loading"],"amountOfLoadingRows":[2,"amount-of-loading-rows"],"enableRowSelection":[4,"enable-row-selection"],"rowSelectionLimit":[2,"row-selection-limit"],"enableRowClick":[4,"enable-row-click"],"selectedRows":[16],"enableFloatingMenu":[4,"enable-floating-menu"],"floatingMenuAmountSelectedTemplate":[16],"selectionKey":[1,"selection-key"],"canSelectKey":[1,"can-select-key"],"enableHeader":[4,"enable-header"],"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionButtonLoading":[4,"action-button-loading"],"actionButtonEnabled":[4,"action-button-enabled"],"actionButtonIcon":[1,"action-button-icon"],"actionButtonText":[1,"action-button-text"],"actionButtonTemplate":[16],"enableFooter":[4,"enable-footer"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"hideOnSinglePage":[4,"hide-on-single-page"],"emptyStateHeader":[16],"emptyStateContent":[16],"emptyStateAction":[16],"enableEmptyStateAction":[4,"enable-empty-state-action"],"emptyStateFilteredHeader":[16],"emptyStateFilteredContent":[16],"shadow":[4],"_locales":[32],"_extraHeaders":[32],"_columns":[32],"_items":[32],"_enableRowSelection":[32],"_rowSelectionLimit":[32],"_rowActionsFloating":[32],"_rowActionsRow":[32],"_footerHidden":[32]},[[16,"localeChanged","_setLocales"],[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"],[9,"resize","_setRowSelectionData"]],{"items":[{"_parseItems":0}],"enableRowSelection":[{"_setRowSelectionData":0}],"rowSelectionLimit":[{"_setRowSelectionData":0}],"selectedRows":[{"_setRowSelectionData":0}]}]]],["p-8e7069b0",[[576,"p-select",{"items":[1],"multi":[516],"strategy":[1],"icon":[1],"query":[1],"placeholder":[1],"autocompletePlaceholder":[1,"autocomplete-placeholder"],"value":[8],"displayKey":[1,"display-key"],"dropdownDisplayKey":[1,"dropdown-display-key"],"selectionDisplayKey":[1,"selection-display-key"],"valueKey":[1,"value-key"],"avatarKey":[1,"avatar-key"],"iconKey":[1,"icon-key"],"iconClassKey":[1,"icon-class-key"],"showIconOnSelectedItem":[1,"show-icon-on-selected-item"],"classKey":[1,"class-key"],"applyClassOnSelectedItem":[4,"apply-class-on-selected-item"],"applyClassOnSelectedItemInMenu":[4,"apply-class-on-selected-item-in-menu"],"avatarLettersKey":[1,"avatar-letters-key"],"identifierKey":[1,"identifier-key"],"queryKey":[1,"query-key"],"autoSelectFirst":[4,"auto-select-first"],"showChevron":[4,"show-chevron"],"maxDisplayedItems":[2,"max-displayed-items"],"enableAutocomplete":[4,"enable-autocomplete"],"enableTextWrap":[4,"enable-text-wrap"],"asyncFilter":[4,"async-filter"],"loading":[4],"enableSelectAll":[4,"enable-select-all"],"selectAllText":[1,"select-all-text"],"selectAllIcon":[1,"select-all-icon"],"size":[1],"prefix":[1],"label":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"showAddItem":[4,"show-add-item"],"addItemText":[1,"add-item-text"],"emptyStateText":[1,"empty-state-text"],"_showDropdown":[32],"_selectedItem":[32],"_allSelected":[32],"_amountHidden":[32]},[[6,"click","documentClickHandler"]],{"value":[{"_valueChange":0}],"items":[{"itemChanges":0}],"_showDropdown":[{"_showDropdownChanges":0}],"multi":[{"multiChanges":0}]}]]],["p-df709c40",[[576,"p-datepicker",{"placeholder":[1],"value":[1],"preselectToday":[4,"preselect-today"],"enableNativePicker":[4,"enable-native-picker"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"format":[1],"hideIconWhenFilled":[4,"hide-icon-when-filled"],"size":[1],"prefix":[1],"label":[1],"loading":[4],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"strategy":[1],"placement":[513],"_showDropdown":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_isMobileBrowser":[32]},[[6,"click","documentClickHandler"]],{"value":[{"parseValue":0}],"minDate":[{"parseMinDate":0}],"maxDate":[{"parseMaxDate":0}],"disabledDates":[{"parseDisabledDates":0}]}]]],["p-cfd7eb55",[[769,"p-modal",{"size":[1],"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"showMobileFooter":[4,"show-mobile-footer"],"backdropClickClose":[4,"backdrop-click-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeModal","handleCloseModal"]]]]],["p-2c68cb4f",[[769,"p-drawer",{"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"backdropClickClose":[4,"backdrop-click-close"],"canClose":[4,"can-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeDrawer","handleCloseDrawer"],[8,"forceCloseDrawer","handleForceCloseDrawer"]]]]],["p-8b38c26b",[[513,"p-attachment",{"enableCameraOnMobile":[4,"enable-camera-on-mobile"],"value":[1],"fileId":[1,"file-id"],"accept":[1],"label":[1],"helper":[1],"required":[516],"mode":[1],"placeholder":[1],"cameraTooltip":[1,"camera-tooltip"],"downloadTooltip":[1,"download-tooltip"],"uploadTooltip":[1,"upload-tooltip"],"deleteTooltip":[1,"delete-tooltip"],"loading":[4],"error":[1]}]]],["p-d6958e7a",[[769,"p-profile",{"dropdownLocation":[1,"dropdown-location"],"_dropdownOpen":[32],"_hasDropdownSlot":[32]},[[0,"slotchange","slotchange"]]]]],["p-6b1c18a6",[[769,"p-navbar",{"_show":[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-0b4b4cf7",[[769,"p-card-header",{"variant":[1],"header":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"divider":[4]}]]],["p-2388a075",[[774,"p-navigation-item",{"icon":[1],"active":[4],"loading":[4],"as":[1],"counter":[8],"href":[1],"target":[1],"class":[1],"applyFullWidth":[4,"apply-full-width"]}]]],["p-8d67b17e",[[769,"p-accordion",{"variant":[1],"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-2f9a3144",[[513,"p-cropper",{"value":[1],"returnType":[1,"return-type"],"_loaded":[32],"_currentScale":[32]},[[9,"resize","onResize"]]]]],["p-d43e5a94",[[769,"p-stepper",{"steps":[1],"activeStep":[2,"active-step"],"enableAutoStatus":[4,"enable-auto-status"],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"_generatedOnce":[32],"_loaded":[32]},null,{"align":[{"_onAlignChange":0}],"direction":[{"_onDirectionChange":0}],"activeStep":[{"_onActiveStepChange":0}]}]]],["p-16c98151",[[769,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-e021a548",[[769,"p-label",{"variant":[513],"iconOnly":[516,"icon-only"],"icon":[513],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"keepMobileContent":[516,"keep-mobile-content"]}]]],["p-7868dc58",[[769,"p-listing",{"_generatedOnce":[32]}]]],["p-aca48431",[[769,"p-listing-item",{"icon":[1]}]]],["p-c4af6a8c",[[772,"p-navigation-section",{"header":[1]}]]],["p-1c6555d0",[[257,"p-tab-container"]]],["p-748c6ed3",[[769,"p-toast",{"variant":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionIcon":[1,"action-icon"],"actionIconFlip":[1,"action-icon-flip"],"actionIconRotate":[2,"action-icon-rotate"]}]]],["p-8ed51b6d",[[772,"p-avatar-group",{"extra":[2]}]]],["p-980f3529",[[769,"p-button-group",{"size":[1]},[[0,"slotchange","slotchange"]]]]],["p-b98a72c3",[[257,"p-card-body"]]],["p-2eb0963d",[[769,"p-card-container",{"variant":[1],"bgClass":[1,"bg-class"],"active":[4],"hoverable":[4],"shadow":[4],"border":[4]}]]],["p-1e9233ac",[[769,"p-content-slider",{"hideMobileIndicator":[4,"hide-mobile-indicator"],"disableDrag":[4,"disable-drag"],"disableAutoCenter":[4,"disable-auto-center"],"disableIndicatorClick":[4,"disable-indicator-click"],"_visibleIndex":[32],"_outerHeight":[32],"_totalWidth":[32],"_dragging":[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-ff8efea6",[[513,"p-iban-icon",{"iban":[513],"variant":[513]}]]],["p-0f206cdb",[[769,"p-layout",{"variant":[1]}]]],["p-edc7c624",[[836,"p-radio",{"value":[1],"disabled":[516],"required":[516],"id":[513],"name":[513],"checked":[516],"_nonce":[32]}]]],["p-99522e10",[[769,"p-tab-item",{"active":[4]}]]],["p-79657959",[[512,"p-table-column",{"path":[1537],"variant":[1537],"name":[1537],"flex":[1540],"useSlot":[1540,"use-slot"],"hasCheckbox":[1540,"has-checkbox"],"align":[1537],"headerAlign":[1537,"header-align"],"sticky":[1544],"parsedSizes":[1040],"sizes":[1032]}]]],["p-a65cd6ad",[[512,"p-table-extra-header",{"name":[1537],"sticky":[1544],"useSlot":[1540,"use-slot"],"align":[1537],"parsedSizes":[1040],"sizes":[1032]}]]],["p-2cefa6ba",[[512,"p-table-row-action",{"type":[1537],"icon":[1],"iconOnly":[4,"icon-only"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"label":[1],"action":[16],"disabled":[4],"loading":[4],"showFunction":[16]}]]],["p-33fc3203",[[769,"p-toast-container",{"placement":[1]}]]],["p-bcfbb856",[[836,"p-toggle",{"checked":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}]]],["p-62f87c18",[[513,"p-calendar",{"variant":[1],"value":[1],"preselectToday":[4,"preselect-today"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"_view":[32],"_viewDate":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_enableToday":[32]},null,{"value":[{"_parseValue":0}],"minDate":[{"_parseMinDate":0}],"maxDate":[{"_parseMaxDate":0}],"disabledDates":[{"_parseDisabledDates":0}],"mode":[{"_modeChange":0}]}]]],["p-db387f26",[[513,"p-range",{"min":[2],"max":[2],"step":[2],"value":[2]}]]],["p-4536b546",[[512,"p-avatar",{"variant":[1],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"letters":[1],"_src":[32],"_failed":[32]},null,{"src":[{"onSrchChange":0}]}]]],["p-219131e2",[[1,"p-listing-line"]]],["p-7be1c70d",[[257,"p-navigation-title"]]],["p-e00be7e7",[[772,"p-floating-menu-item",{"hover":[4],"disabled":[4],"loading":[4],"icon":[1],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-7c4f3d89",[[769,"p-stepper-item",{"number":[2],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"finished":[4],"active":[4]}],[513,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-2dfbfe7a",[[512,"p-illustration",{"variant":[1]}]]],["p-0da11431",[[769,"p-drawer-header",{"showClose":[4,"show-close"]}],[257,"p-drawer-body"],[769,"p-drawer-container",{"closing":[4]}]]],["p-e2219fa7",[[769,"p-backdrop",{"variant":[1],"applyBlur":[4,"apply-blur"],"closing":[4],"scrollLock":[4,"scroll-lock"],"class":[1]},[[2,"click","handleClick"]]]]],["p-5f2b2731",[[512,"p-smile",{"variant":[1]}]]],["p-d58fe6e4",[[769,"p-modal-header",{"showClose":[4,"show-close"]}],[257,"p-modal-footer"],[769,"p-modal-body",{"roundedBottom":[4,"rounded-bottom"],"roundedTop":[4,"rounded-top"]}],[769,"p-modal-container",{"size":[1],"closing":[4]}]]],["p-ecc80c01",[[769,"p-segment-item",{"variant":[1],"active":[4],"iconOnly":[4,"icon-only"],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}],[257,"p-segment-container"],[257,"p-badge"]]],["p-4baa94c0",[[769,"p-tooltip",{"variant":[1],"content":[1],"placement":[1],"offset":[2],"strategy":[1],"enableUserInput":[4,"enable-user-input"],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]],{"show":[{"onShowChange":0}],"content":[{"onContentChange":0}]}]]],["p-9ec433b0",[[836,"p-checkbox",{"checked":[4],"indeterminate":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}],[769,"p-dropdown",{"variant":[1],"placement":[513],"offset":[2],"strategy":[1],"show":[4],"applyMaxWidth":[4,"apply-max-width"],"applyFullWidth":[4,"apply-full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"],"manual":[4],"applyChevron":[4,"apply-chevron"],"manualChevron":[4,"manual-chevron"],"chevronPosition":[1,"chevron-position"],"chevronDirection":[1,"chevron-direction"],"containerClass":[1,"container-class"],"isDatepicker":[4,"is-datepicker"]},[[6,"click","documentClickHandler"]],{"show":[{"onShowChange":0}]}],[769,"p-dropdown-menu-container",{"variant":[1],"maxWidth":[4,"max-width"],"class":[1],"fullWidth":[4,"full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8]}]]],["p-5b87fab2",[[769,"p-pagination-pages-item",{"variant":[1],"active":[4],"hover":[4],"disabled":[4]}],[769,"p-dropdown-menu-item",{"active":[4],"checkbox":[4],"variant":[1],"enableHover":[4,"enable-hover"],"enableTextWrap":[4,"enable-text-wrap"],"disabled":[4],"icon":[1],"iconWave":[4,"icon-wave"],"useContainer":[4,"use-container"],"autoHeight":[4,"auto-height"]}]]],["p-dbac42ad",[[769,"p-divider",{"variant":[513],"alignContent":[513,"align-content"]}]]],["p-187a4dda",[[833,"p-field",{"align":[1],"variant":[1],"id":[1],"size":[1],"type":[1],"properties":[8],"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"iconPosition":[1,"icon-position"],"value":[8],"label":[1],"loading":[4],"placeholder":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"showAddOnEmpty":[516,"show-add-on-empty"],"addText":[513,"add-text"],"autofocus":[516],"error":[513],"autoShowError":[516,"auto-show-error"],"errorPlacement":[1,"error-placement"],"disabled":[516],"focused":[516],"forceShowTooltip":[516,"force-show-tooltip"],"selectAllOnFocus":[516,"select-all-on-focus"],"focusMethod":[1,"focus-method"],"optionalTemplate":[16],"_focused":[32],"_nonce":[32]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"],[2,"keyup","handleKeyup"],[2,"keydown","handleKeydown"]],{"value":[{"watchvalue":0}]}],[769,"p-field-container",{"id":[1],"align":[1],"label":[1],"loading":[4],"loadingSize":[1,"loading-size"],"variant":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"errorPlacement":[1,"error-placement"],"forceShowTooltip":[516,"force-show-tooltip"],"optionalTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-helper",{"strategy":[1],"placement":[1]}]]],["p-c3cab1ca",[[513,"p-pagination",{"hideOnSinglePage":[4,"hide-on-single-page"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"_hasPaginationPages":[32]}],[513,"p-pagination-pages",{"page":[1538],"dropdownPageTemplate":[16],"pageSize":[2,"page-size"],"hideOnSinglePage":[4,"hide-on-single-page"],"total":[2],"_showDropdown":[32],"_dropdowns":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"],[6,"click","documentClickHandler"]],{"page":[{"pageChangeHandler":0}],"pageSize":[{"pageChangeHandler":0}],"total":[{"pageChangeHandler":0}]}],[769,"p-pagination-size",{"size":[1538],"sizeOptions":[16],"itemTemplate":[16],"hidden":[4],"dropdownIsOpen":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"]]]]],["p-c004664b",[[513,"p-table-footer",{"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"loading":[4],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"tableHeaderHasAction":[4,"table-header-has-action"],"hideOnSinglePage":[4,"hide-on-single-page"],"_isPinned":[32],"_hasPaginationPages":[32]},[[9,"scroll","onScroll"]]],[769,"p-table-header",{"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"loading":[4],"enableSearch":[4,"enable-search"],"itemsSelectedAmount":[2,"items-selected-amount"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableExport":[4,"enable-export"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionLoading":[4,"action-loading"],"actionIcon":[1,"action-icon"],"actionText":[1,"action-text"],"canUseAction":[1028,"can-use-action"],"actionButtonTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-empty-state",{"illustration":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionText":[1,"action-text"],"actionVariant":[1,"action-variant"],"actionIcon":[1,"action-icon"],"actionIconPosition":[1,"action-icon-position"],"actionLoading":[4,"action-loading"]}],[769,"p-floating-menu-container",{"usedInTable":[4,"used-in-table"],"enableAmountSelected":[4,"enable-amount-selected"],"amount":[2],"enableClose":[4,"enable-close"],"amountSelectedTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[772,"p-table-cell",{"variant":[1],"index":[2],"rowIndex":[2,"row-index"],"definition":[8],"item":[8],"value":[8],"checkbox":[8],"checkboxOffset":[4,"checkbox-offset"],"template":[16]}],[769,"p-table-row",{"variant":[1],"enableHover":[4,"enable-hover"],"checked":[4],"isLast":[4,"is-last"]}],[260,"p-table-container"],[769,"p-table-row-actions-container",{"checked":[4]}]]]]'),e))));
|
|
1
|
+
import{p as e,B as a,c as o,w as t,N as n,H as i,g as l,b as c}from"./p-yFtRjnrU.js";export{s as setNonce}from"./p-yFtRjnrU.js";var r=e=>{const a=e.cloneNode;e.cloneNode=function(e){if("TEMPLATE"===this.nodeName)return a.call(this,e);const o=a.call(this,!1),t=this.childNodes;if(e)for(let e=0;e<t.length;e++)2!==t[e].nodeType&&o.appendChild(t[e].cloneNode(!0));return o}};(()=>{a.isDev&&!a.isTesting&&o("Running in development mode."),a.cloneNodeFix&&r(i.prototype);const l=a.scriptDataOpts?t.document&&Array.from(t.document.querySelectorAll("script")).find((e=>new RegExp(`/${n}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===n)):null,c=import.meta.url,s=a.scriptDataOpts&&(l||{})["data-opts"]||{};return""!==c&&(s.resourcesUrl=new URL(".",c).href),e(s)})().then((async e=>(await l(),c(JSON.parse('[["p-9f1beebc",[[769,"p-button",{"label":[1],"as":[1],"underline":[4],"tabIndex":[2,"tab-index"],"variant":[1],"active":[4],"error":[4],"href":[1],"target":[1],"size":[1],"type":[1],"loading":[4],"chevron":[8],"chevronPosition":[1,"chevron-position"],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconClass":[1,"icon-class"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"],"buttonGroupPosition":[1,"button-group-position"],"class":[1]},[[2,"click","handleClick"]]],[769,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[513,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-8a2690df",[[772,"p-table",{"items":[1],"loading":[4],"headerLoading":[4,"header-loading"],"footerLoading":[4,"footer-loading"],"amountOfLoadingRows":[2,"amount-of-loading-rows"],"enableRowSelection":[4,"enable-row-selection"],"rowSelectionLimit":[2,"row-selection-limit"],"enableRowClick":[4,"enable-row-click"],"selectedRows":[16],"enableFloatingMenu":[4,"enable-floating-menu"],"floatingMenuAmountSelectedTemplate":[16],"selectionKey":[1,"selection-key"],"canSelectKey":[1,"can-select-key"],"enableHeader":[4,"enable-header"],"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"enableSearch":[4,"enable-search"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionButtonLoading":[4,"action-button-loading"],"actionButtonEnabled":[4,"action-button-enabled"],"actionButtonIcon":[1,"action-button-icon"],"actionButtonText":[1,"action-button-text"],"actionButtonTemplate":[16],"enableFooter":[4,"enable-footer"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"enableExport":[4,"enable-export"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"hideOnSinglePage":[4,"hide-on-single-page"],"emptyStateHeader":[16],"emptyStateContent":[16],"emptyStateAction":[16],"enableEmptyStateAction":[4,"enable-empty-state-action"],"emptyStateFilteredHeader":[16],"emptyStateFilteredContent":[16],"shadow":[4],"_locales":[32],"_extraHeaders":[32],"_columns":[32],"_items":[32],"_enableRowSelection":[32],"_rowSelectionLimit":[32],"_rowActionsFloating":[32],"_rowActionsRow":[32],"_footerHidden":[32]},[[16,"localeChanged","_setLocales"],[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"],[9,"resize","_setRowSelectionData"]],{"items":[{"_parseItems":0}],"enableRowSelection":[{"_setRowSelectionData":0}],"rowSelectionLimit":[{"_setRowSelectionData":0}],"selectedRows":[{"_setRowSelectionData":0}]}]]],["p-8e7069b0",[[576,"p-select",{"items":[1],"multi":[516],"strategy":[1],"icon":[1],"query":[1],"placeholder":[1],"autocompletePlaceholder":[1,"autocomplete-placeholder"],"value":[8],"displayKey":[1,"display-key"],"dropdownDisplayKey":[1,"dropdown-display-key"],"selectionDisplayKey":[1,"selection-display-key"],"valueKey":[1,"value-key"],"avatarKey":[1,"avatar-key"],"iconKey":[1,"icon-key"],"iconClassKey":[1,"icon-class-key"],"showIconOnSelectedItem":[1,"show-icon-on-selected-item"],"classKey":[1,"class-key"],"applyClassOnSelectedItem":[4,"apply-class-on-selected-item"],"applyClassOnSelectedItemInMenu":[4,"apply-class-on-selected-item-in-menu"],"avatarLettersKey":[1,"avatar-letters-key"],"identifierKey":[1,"identifier-key"],"queryKey":[1,"query-key"],"autoSelectFirst":[4,"auto-select-first"],"showChevron":[4,"show-chevron"],"maxDisplayedItems":[2,"max-displayed-items"],"enableAutocomplete":[4,"enable-autocomplete"],"enableTextWrap":[4,"enable-text-wrap"],"asyncFilter":[4,"async-filter"],"loading":[4],"enableSelectAll":[4,"enable-select-all"],"selectAllText":[1,"select-all-text"],"selectAllIcon":[1,"select-all-icon"],"size":[1],"prefix":[1],"label":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"showAddItem":[4,"show-add-item"],"addItemText":[1,"add-item-text"],"emptyStateText":[1,"empty-state-text"],"_showDropdown":[32],"_selectedItem":[32],"_allSelected":[32],"_amountHidden":[32]},[[6,"click","documentClickHandler"]],{"value":[{"_valueChange":0}],"items":[{"itemChanges":0}],"_showDropdown":[{"_showDropdownChanges":0}],"multi":[{"multiChanges":0}]}]]],["p-ad0caa7e",[[576,"p-datepicker",{"placeholder":[1],"value":[1],"preselectToday":[4,"preselect-today"],"enableNativePicker":[4,"enable-native-picker"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"format":[1],"hideIconWhenFilled":[4,"hide-icon-when-filled"],"size":[1],"prefix":[1],"label":[1],"loading":[4],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"disabled":[516],"strategy":[1],"placement":[513],"_showDropdown":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_isMobileBrowser":[32]},[[6,"click","documentClickHandler"]],{"value":[{"parseValue":0}],"minDate":[{"parseMinDate":0}],"maxDate":[{"parseMaxDate":0}],"disabledDates":[{"parseDisabledDates":0}]}]]],["p-cfd7eb55",[[769,"p-modal",{"size":[1],"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"showMobileFooter":[4,"show-mobile-footer"],"backdropClickClose":[4,"backdrop-click-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeModal","handleCloseModal"]]]]],["p-2c68cb4f",[[769,"p-drawer",{"header":[1],"show":[4],"applyBlur":[4,"apply-blur"],"showClose":[4,"show-close"],"backdropClickClose":[4,"backdrop-click-close"],"canClose":[4,"can-close"],"scrollLock":[4,"scroll-lock"],"_closing":[32]},[[8,"closeDrawer","handleCloseDrawer"],[8,"forceCloseDrawer","handleForceCloseDrawer"]]]]],["p-75918198",[[513,"p-attachment",{"enableCameraOnMobile":[4,"enable-camera-on-mobile"],"value":[1],"fileId":[1,"file-id"],"accept":[1],"label":[1],"helper":[1],"required":[516],"mode":[1],"placeholder":[1],"cameraTooltip":[1,"camera-tooltip"],"downloadTooltip":[1,"download-tooltip"],"uploadTooltip":[1,"upload-tooltip"],"deleteTooltip":[1,"delete-tooltip"],"loading":[4],"error":[1]}]]],["p-d6958e7a",[[769,"p-profile",{"dropdownLocation":[1,"dropdown-location"],"_dropdownOpen":[32],"_hasDropdownSlot":[32]},[[0,"slotchange","slotchange"]]]]],["p-6b1c18a6",[[769,"p-navbar",{"_show":[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-0b4b4cf7",[[769,"p-card-header",{"variant":[1],"header":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"divider":[4]}]]],["p-2388a075",[[774,"p-navigation-item",{"icon":[1],"active":[4],"loading":[4],"as":[1],"counter":[8],"href":[1],"target":[1],"class":[1],"applyFullWidth":[4,"apply-full-width"]}]]],["p-8d67b17e",[[769,"p-accordion",{"variant":[1],"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-2f9a3144",[[513,"p-cropper",{"value":[1],"returnType":[1,"return-type"],"_loaded":[32],"_currentScale":[32]},[[9,"resize","onResize"]]]]],["p-d43e5a94",[[769,"p-stepper",{"steps":[1],"activeStep":[2,"active-step"],"enableAutoStatus":[4,"enable-auto-status"],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"_generatedOnce":[32],"_loaded":[32]},null,{"align":[{"_onAlignChange":0}],"direction":[{"_onDirectionChange":0}],"activeStep":[{"_onActiveStepChange":0}]}]]],["p-16c98151",[[769,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-e021a548",[[769,"p-label",{"variant":[513],"iconOnly":[516,"icon-only"],"icon":[513],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"keepMobileContent":[516,"keep-mobile-content"]}]]],["p-7868dc58",[[769,"p-listing",{"_generatedOnce":[32]}]]],["p-aca48431",[[769,"p-listing-item",{"icon":[1]}]]],["p-c4af6a8c",[[772,"p-navigation-section",{"header":[1]}]]],["p-1c6555d0",[[257,"p-tab-container"]]],["p-748c6ed3",[[769,"p-toast",{"variant":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionIcon":[1,"action-icon"],"actionIconFlip":[1,"action-icon-flip"],"actionIconRotate":[2,"action-icon-rotate"]}]]],["p-8ed51b6d",[[772,"p-avatar-group",{"extra":[2]}]]],["p-980f3529",[[769,"p-button-group",{"size":[1]},[[0,"slotchange","slotchange"]]]]],["p-b98a72c3",[[257,"p-card-body"]]],["p-2eb0963d",[[769,"p-card-container",{"variant":[1],"bgClass":[1,"bg-class"],"active":[4],"hoverable":[4],"shadow":[4],"border":[4]}]]],["p-1e9233ac",[[769,"p-content-slider",{"hideMobileIndicator":[4,"hide-mobile-indicator"],"disableDrag":[4,"disable-drag"],"disableAutoCenter":[4,"disable-auto-center"],"disableIndicatorClick":[4,"disable-indicator-click"],"_visibleIndex":[32],"_outerHeight":[32],"_totalWidth":[32],"_dragging":[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-ff8efea6",[[513,"p-iban-icon",{"iban":[513],"variant":[513]}]]],["p-0f206cdb",[[769,"p-layout",{"variant":[1]}]]],["p-edc7c624",[[836,"p-radio",{"value":[1],"disabled":[516],"required":[516],"id":[513],"name":[513],"checked":[516],"_nonce":[32]}]]],["p-99522e10",[[769,"p-tab-item",{"active":[4]}]]],["p-79657959",[[512,"p-table-column",{"path":[1537],"variant":[1537],"name":[1537],"flex":[1540],"useSlot":[1540,"use-slot"],"hasCheckbox":[1540,"has-checkbox"],"align":[1537],"headerAlign":[1537,"header-align"],"sticky":[1544],"parsedSizes":[1040],"sizes":[1032]}]]],["p-a65cd6ad",[[512,"p-table-extra-header",{"name":[1537],"sticky":[1544],"useSlot":[1540,"use-slot"],"align":[1537],"parsedSizes":[1040],"sizes":[1032]}]]],["p-2cefa6ba",[[512,"p-table-row-action",{"type":[1537],"icon":[1],"iconOnly":[4,"icon-only"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"label":[1],"action":[16],"disabled":[4],"loading":[4],"showFunction":[16]}]]],["p-33fc3203",[[769,"p-toast-container",{"placement":[1]}]]],["p-bcfbb856",[[836,"p-toggle",{"checked":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}]]],["p-30e187cd",[[513,"p-calendar",{"variant":[1],"value":[1],"preselectToday":[4,"preselect-today"],"disabledDates":[1,"disabled-dates"],"minDate":[1,"min-date"],"maxDate":[1,"max-date"],"disableWeekends":[4,"disable-weekends"],"enableToday":[4,"enable-today"],"todayText":[1,"today-text"],"mode":[1],"_view":[32],"_viewDate":[32],"_value":[32],"_minDate":[32],"_maxDate":[32],"_disabledDates":[32],"_enableToday":[32]},null,{"value":[{"_parseValue":0}],"minDate":[{"_parseMinDate":0}],"maxDate":[{"_parseMaxDate":0}],"disabledDates":[{"_parseDisabledDates":0}],"mode":[{"_modeChange":0}]}]]],["p-db387f26",[[513,"p-range",{"min":[2],"max":[2],"step":[2],"value":[2]}]]],["p-4536b546",[[512,"p-avatar",{"variant":[1],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"letters":[1],"_src":[32],"_failed":[32]},null,{"src":[{"onSrchChange":0}]}]]],["p-219131e2",[[1,"p-listing-line"]]],["p-7be1c70d",[[257,"p-navigation-title"]]],["p-e00be7e7",[[772,"p-floating-menu-item",{"hover":[4],"disabled":[4],"loading":[4],"icon":[1],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-7c4f3d89",[[769,"p-stepper-item",{"number":[2],"direction":[1],"align":[1],"contentPosition":[1,"content-position"],"finished":[4],"active":[4]}],[513,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-2dfbfe7a",[[512,"p-illustration",{"variant":[1]}]]],["p-0da11431",[[769,"p-drawer-header",{"showClose":[4,"show-close"]}],[257,"p-drawer-body"],[769,"p-drawer-container",{"closing":[4]}]]],["p-e2219fa7",[[769,"p-backdrop",{"variant":[1],"applyBlur":[4,"apply-blur"],"closing":[4],"scrollLock":[4,"scroll-lock"],"class":[1]},[[2,"click","handleClick"]]]]],["p-5f2b2731",[[512,"p-smile",{"variant":[1]}]]],["p-d58fe6e4",[[769,"p-modal-header",{"showClose":[4,"show-close"]}],[257,"p-modal-footer"],[769,"p-modal-body",{"roundedBottom":[4,"rounded-bottom"],"roundedTop":[4,"rounded-top"]}],[769,"p-modal-container",{"size":[1],"closing":[4]}]]],["p-ecc80c01",[[769,"p-segment-item",{"variant":[1],"active":[4],"iconOnly":[4,"icon-only"],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}],[257,"p-segment-container"],[257,"p-badge"]]],["p-4baa94c0",[[769,"p-tooltip",{"variant":[1],"content":[1],"placement":[1],"offset":[2],"strategy":[1],"enableUserInput":[4,"enable-user-input"],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]],{"show":[{"onShowChange":0}],"content":[{"onContentChange":0}]}]]],["p-9ec433b0",[[836,"p-checkbox",{"checked":[4],"indeterminate":[4],"disabled":[516],"required":[516],"id":[513],"name":[513],"_nonce":[32]}],[769,"p-dropdown",{"variant":[1],"placement":[513],"offset":[2],"strategy":[1],"show":[4],"applyMaxWidth":[4,"apply-max-width"],"applyFullWidth":[4,"apply-full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"],"manual":[4],"applyChevron":[4,"apply-chevron"],"manualChevron":[4,"manual-chevron"],"chevronPosition":[1,"chevron-position"],"chevronDirection":[1,"chevron-direction"],"containerClass":[1,"container-class"],"isDatepicker":[4,"is-datepicker"]},[[6,"click","documentClickHandler"]],{"show":[{"onShowChange":0}]}],[769,"p-dropdown-menu-container",{"variant":[1],"maxWidth":[4,"max-width"],"class":[1],"fullWidth":[4,"full-width"],"allowOverflow":[4,"allow-overflow"],"scrollable":[8]}]]],["p-5b87fab2",[[769,"p-pagination-pages-item",{"variant":[1],"active":[4],"hover":[4],"disabled":[4]}],[769,"p-dropdown-menu-item",{"active":[4],"checkbox":[4],"variant":[1],"enableHover":[4,"enable-hover"],"enableTextWrap":[4,"enable-text-wrap"],"disabled":[4],"icon":[1],"iconWave":[4,"icon-wave"],"useContainer":[4,"use-container"],"autoHeight":[4,"auto-height"]}]]],["p-dbac42ad",[[769,"p-divider",{"variant":[513],"alignContent":[513,"align-content"]}]]],["p-187a4dda",[[833,"p-field",{"align":[1],"variant":[1],"id":[1],"size":[1],"type":[1],"properties":[8],"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"iconPosition":[1,"icon-position"],"value":[8],"label":[1],"loading":[4],"placeholder":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"showAddOnEmpty":[516,"show-add-on-empty"],"addText":[513,"add-text"],"autofocus":[516],"error":[513],"autoShowError":[516,"auto-show-error"],"errorPlacement":[1,"error-placement"],"disabled":[516],"focused":[516],"forceShowTooltip":[516,"force-show-tooltip"],"selectAllOnFocus":[516,"select-all-on-focus"],"focusMethod":[1,"focus-method"],"optionalTemplate":[16],"_focused":[32],"_nonce":[32]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"],[2,"keyup","handleKeyup"],[2,"keydown","handleKeydown"]],{"value":[{"watchvalue":0}]}],[769,"p-field-container",{"id":[1],"align":[1],"label":[1],"loading":[4],"loadingSize":[1,"loading-size"],"variant":[1],"helper":[1],"required":[516],"showOptional":[516,"show-optional"],"error":[513],"errorPlacement":[1,"error-placement"],"forceShowTooltip":[516,"force-show-tooltip"],"optionalTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-helper",{"strategy":[1],"placement":[1]}]]],["p-c3cab1ca",[[513,"p-pagination",{"hideOnSinglePage":[4,"hide-on-single-page"],"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"_hasPaginationPages":[32]}],[513,"p-pagination-pages",{"page":[1538],"dropdownPageTemplate":[16],"pageSize":[2,"page-size"],"hideOnSinglePage":[4,"hide-on-single-page"],"total":[2],"_showDropdown":[32],"_dropdowns":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"],[6,"click","documentClickHandler"]],{"page":[{"pageChangeHandler":0}],"pageSize":[{"pageChangeHandler":0}],"total":[{"pageChangeHandler":0}]}],[769,"p-pagination-size",{"size":[1538],"sizeOptions":[16],"itemTemplate":[16],"hidden":[4],"dropdownIsOpen":[32],"_locales":[32]},[[16,"localeChanged","_setLocales"]]]]],["p-c004664b",[[513,"p-table-footer",{"enablePaginationSize":[4,"enable-pagination-size"],"enablePaginationPages":[4,"enable-pagination-pages"],"loading":[4],"page":[1538],"total":[2],"pageSize":[2,"page-size"],"pageSizeOptions":[16],"tableHeaderHasAction":[4,"table-header-has-action"],"hideOnSinglePage":[4,"hide-on-single-page"],"_isPinned":[32],"_hasPaginationPages":[32]},[[9,"scroll","onScroll"]]],[769,"p-table-header",{"quickFilters":[1,"quick-filters"],"activeQuickFilterIdentifier":[1,"active-quick-filter-identifier"],"loading":[4],"enableSearch":[4,"enable-search"],"itemsSelectedAmount":[2,"items-selected-amount"],"query":[1025],"enableFilter":[4,"enable-filter"],"enableExport":[4,"enable-export"],"enableFilterDesktop":[4,"enable-filter-desktop"],"selectedFiltersAmount":[2,"selected-filters-amount"],"filterButtonTemplate":[16],"enableAction":[4,"enable-action"],"actionLoading":[4,"action-loading"],"actionIcon":[1,"action-icon"],"actionText":[1,"action-text"],"canUseAction":[1028,"can-use-action"],"actionButtonTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[769,"p-empty-state",{"illustration":[1],"header":[1],"content":[1],"enableAction":[4,"enable-action"],"actionText":[1,"action-text"],"actionVariant":[1,"action-variant"],"actionIcon":[1,"action-icon"],"actionIconPosition":[1,"action-icon-position"],"actionLoading":[4,"action-loading"]}],[769,"p-floating-menu-container",{"usedInTable":[4,"used-in-table"],"enableAmountSelected":[4,"enable-amount-selected"],"amount":[2],"enableClose":[4,"enable-close"],"amountSelectedTemplate":[16],"_locales":[32]},[[16,"localeChanged","_setLocales"]]],[772,"p-table-cell",{"variant":[1],"index":[2],"rowIndex":[2,"row-index"],"definition":[8],"item":[8],"value":[8],"checkbox":[8],"checkboxOffset":[4,"checkbox-offset"],"template":[16]}],[769,"p-table-row",{"variant":[1],"enableHover":[4,"enable-hover"],"checked":[4],"isLast":[4,"is-last"]}],[260,"p-table-container"],[769,"p-table-row-actions-container",{"checked":[4]}]]]]'),e))));
|
|
@@ -114,27 +114,27 @@ const Attachment = class {
|
|
|
114
114
|
_fileRef;
|
|
115
115
|
_cameraFileRef;
|
|
116
116
|
render() {
|
|
117
|
-
let prefix = (index.h("p-icon", { key: '
|
|
117
|
+
let prefix = (index.h("p-icon", { key: 'dd6a4fddd6e60cafff196b0229b125bc4475837f', class: 'text-storm-300', variant: 'attachment' }));
|
|
118
118
|
if (this.error) {
|
|
119
|
-
prefix = (index.h("p-icon", { key: '
|
|
119
|
+
prefix = (index.h("p-icon", { key: '3afb112898ac70c5c07f36d1824f9ef982994185', class: 'text-negative-red-500', variant: 'warning' }));
|
|
120
120
|
}
|
|
121
|
-
const
|
|
121
|
+
const isTouch = screens.isTouchDevice();
|
|
122
122
|
const baseText = 'min-w-0 flex-1 overflow-hidden text-ellipsis whitespace-nowrap text-sm';
|
|
123
|
-
return (index.h(index.Fragment, { key: '
|
|
123
|
+
return (index.h(index.Fragment, { key: 'a60e9e326e5c70edb39e2c16353e30638ed04fbb' }, index.h("p-field-container", { key: '95255c8b0648f11d336fb5bb74e230bc8a15499e', error: this.error, forceShowTooltip: !!this.error?.length, helper: this.helper, label: this.label, required: this.required, variant: 'write' }, index.h("div", { key: 'c6bb34cd296d4159c5cc1941af8a80d46b5b387e', class: 'flex w-full items-start gap-2', slot: 'content' }, index.h("div", { key: 'b208ca920c5ff5b240d8226551b791d239ebf2c6', class: attachment({
|
|
124
124
|
click: this.mode === 'write' && !this.value?.length,
|
|
125
125
|
error: !!this.error?.length,
|
|
126
|
-
}), onClick: () => this._uploadClick() }, prefix, index.h("span", { key: '
|
|
126
|
+
}), onClick: () => this._uploadClick() }, prefix, index.h("span", { key: '8235dce3bc34299e779d435749ee27f40360e1be', class: cn.cn(baseText, `
|
|
127
127
|
peer
|
|
128
128
|
empty:hidden
|
|
129
129
|
dark:text-white
|
|
130
|
-
`) }, this.value), index.h("span", { key: '
|
|
130
|
+
`) }, this.value), index.h("span", { key: '9227af7beb22f08663854ad118269879f5dc28d2', class: cn.cn(baseText, `
|
|
131
131
|
hidden
|
|
132
132
|
peer-empty:block
|
|
133
|
-
`) }, this.placeholder)), index.h("p-tooltip", { key: '
|
|
133
|
+
`) }, this.placeholder)), index.h("p-tooltip", { key: '461c9426b1068552248d9a99810157a5dc437d35', class: 'w-8', content: this.mode === 'read'
|
|
134
134
|
? this.downloadTooltip
|
|
135
135
|
: this.value?.length
|
|
136
136
|
? this.deleteTooltip
|
|
137
|
-
: this.uploadTooltip }, index.h("p-button", { key: '
|
|
137
|
+
: this.uploadTooltip }, index.h("p-button", { key: 'a61a19eca51f65b887cb5bc30c707903acdbed5e', disabled: this.loading, icon: this.mode === 'read'
|
|
138
138
|
? 'download'
|
|
139
139
|
: this.value?.length
|
|
140
140
|
? 'trash'
|
|
@@ -144,8 +144,8 @@ const Attachment = class {
|
|
|
144
144
|
? this.download
|
|
145
145
|
: this.delete).emit() })), this.enableCameraOnMobile &&
|
|
146
146
|
this.mode === 'write' &&
|
|
147
|
-
|
|
148
|
-
!this.value?.length && (index.h("p-tooltip", { key: '
|
|
147
|
+
isTouch &&
|
|
148
|
+
!this.value?.length && (index.h("p-tooltip", { key: '92eb29f63074268f3787fdd338bf52ab538652a4', class: '\n w-8\n desktop-xs:hidden\n ', content: this.cameraTooltip }, index.h("p-button", { key: 'd16292a48b3b65b88d3102ae9fd2a0b88905b117', icon: 'camera', iconOnly: true, slot: 'trigger', variant: 'secondary', onOnClick: () => this._cameraClick() }))))), index.h("input", { key: '8d4671d6374ff5c71a159113351fa2f8aabde9d7', accept: Array.isArray(this.accept) ? this.accept?.join(',') : this.accept, class: 'hidden', ref: el => (this._fileRef = el), type: 'file', onChange: ev => this._onFileChange(ev) }), index.h("input", { key: 'd5d605e25ff006625eab9e3bd91c804f376f8945', accept: 'image/*', capture: 'true', class: 'hidden', ref: el => (this._cameraFileRef = el), type: 'file', onChange: ev => this._onFileChange(ev) })));
|
|
149
149
|
}
|
|
150
150
|
_uploadClick() {
|
|
151
151
|
if (!this._fileRef || this.mode !== 'write' || this.value?.length) {
|
|
@@ -154,7 +154,7 @@ const Attachment = class {
|
|
|
154
154
|
this._fileRef.click();
|
|
155
155
|
}
|
|
156
156
|
_cameraClick() {
|
|
157
|
-
if (!this.enableCameraOnMobile || screens.
|
|
157
|
+
if (!this.enableCameraOnMobile || !screens.isTouchDevice()) {
|
|
158
158
|
return;
|
|
159
159
|
}
|
|
160
160
|
if (!this._cameraFileRef || this.mode !== 'write') {
|
|
@@ -138,6 +138,9 @@ const Calendar = class {
|
|
|
138
138
|
if (locale.dateFnsExports.isValid(value) && !locale.dateFnsExports.isSameDay(value, this._viewDate)) {
|
|
139
139
|
this._viewDate = value;
|
|
140
140
|
}
|
|
141
|
+
if (value?.getTime() === this._value?.getTime()) {
|
|
142
|
+
return;
|
|
143
|
+
}
|
|
141
144
|
this._setValue(value);
|
|
142
145
|
}
|
|
143
146
|
_parseMinDate(minDate) {
|
|
@@ -198,7 +201,7 @@ const Calendar = class {
|
|
|
198
201
|
}
|
|
199
202
|
}
|
|
200
203
|
render() {
|
|
201
|
-
return (index.h(themedHost_component.ThemedHost, { key: '
|
|
204
|
+
return (index.h(themedHost_component.ThemedHost, { key: 'b14ca11713b5ee2c0a5775230987b1654a3c58cc' }, index.h("div", { key: '467ce8181c5cbbec87de1ae4817ed47183dca8e8', class: calendar({ variant: this.variant }) }, this._getView())));
|
|
202
205
|
}
|
|
203
206
|
_checkTodayButton() {
|
|
204
207
|
if (this._maxDate && locale.dateFnsExports.isAfter(this._today, this._maxDate)) {
|
|
@@ -145,7 +145,10 @@ const Datepicker = class {
|
|
|
145
145
|
if (typeof value === 'string') {
|
|
146
146
|
value = new Date(value);
|
|
147
147
|
}
|
|
148
|
-
this.
|
|
148
|
+
if (value?.getTime() === this._value?.getTime()) {
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
this._setValue(value, true);
|
|
149
152
|
}
|
|
150
153
|
parseMinDate(minDate) {
|
|
151
154
|
if (minDate === null || minDate === '') {
|
|
@@ -223,7 +226,7 @@ const Datepicker = class {
|
|
|
223
226
|
}
|
|
224
227
|
}
|
|
225
228
|
render() {
|
|
226
|
-
return (index.h("p-dropdown", { key: '
|
|
229
|
+
return (index.h("p-dropdown", { key: 'e329571548f7fc670ea27b9096e43179bf575f48', allowOverflow: true, applyFullWidth: false, applyMaxWidth: false, disableTriggerClick: true, insideClick: true, isDatepicker: true, placement: this.placement, show: this._showDropdown, strategy: this.strategy }, index.h("p-field", { key: '5904684c137055d5b2eb25890363ee8b458ce9ff', autoShowError: false, disabled: asBoolean.asBoolean(this.disabled), error: this.error, focused: this._showDropdown, forceShowTooltip: !!this.error?.length && !this._showDropdown, helper: this.helper, icon: this.hideIconWhenFilled && !!this._value ? null : 'calendar-multi', iconPosition: 'start', label: this.label, loading: this.loading, placeholder: this.placeholder, prefix: this.prefix, required: asBoolean.asBoolean(this.required), showOptional: asBoolean.asBoolean(this.showOptional), size: this.size, slot: 'trigger', value: this._getFormattedDate(), onBlur: (ev) => this._onBlur(ev), onFocus: () => this._onFocus(), onInputRefChange: ev => (this._inputRef = ev.detail), onValueChange: ev => this._onValueChange(ev.detail) }), this.enableNativePicker && this._isMobileBrowser && (index.h("input", { key: '18243b5177bf1ccafc938199d17303a13e9c0a2d', class: '\n pointer-events-none absolute left-0 top-0 z-[-10] overflow-hidden\n opacity-0\n ', max: this.maxDate &&
|
|
227
230
|
locale.dateFnsExports.format(new Date(this.maxDate), 'yyyy-MM-dd', {
|
|
228
231
|
locale: state.state.locale === 'nl' ? locale.localeExports.nl : locale.localeExports.enUS,
|
|
229
232
|
}), min: this._minDate &&
|
|
@@ -232,7 +235,7 @@ const Datepicker = class {
|
|
|
232
235
|
}), ref: ref => (this._dateInputRef = ref), slot: 'trigger', type: this.mode === 'day' ? 'date' : 'month', value: this._value &&
|
|
233
236
|
locale.dateFnsExports.format(this._value, 'yyyy-MM-dd', {
|
|
234
237
|
locale: state.state.locale === 'nl' ? locale.localeExports.nl : locale.localeExports.enUS,
|
|
235
|
-
}), onInput: ev => this._onNativeInput(ev) })), index.h("div", { key: '
|
|
238
|
+
}), onInput: ev => this._onNativeInput(ev) })), index.h("div", { key: '72072c39f6b9f4234c39474084e10625bb739ff4', slot: 'items', tabIndex: -1 }, index.h("p-calendar", { key: '374b07930dfaa7f1c1cfdf528fd0b53158d482bc', disableWeekends: this.disableWeekends, disabledDates: this.disabledDates, enableToday: this.enableToday, maxDate: this.maxDate, minDate: this.minDate, mode: this.mode, preselectToday: this.preselectToday, todayText: this.todayText, value: this._value, variant: 'embedded', onValueChange: ({ detail }) => (this.value = detail) }))));
|
|
236
239
|
}
|
|
237
240
|
documentClickHandler({ target }) {
|
|
238
241
|
if (!this._showDropdown || childOf.childOf(target, this._el)) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Fragment, h, } from "@stencil/core";
|
|
2
2
|
import { cva } from "class-variance-authority";
|
|
3
|
-
import { cn,
|
|
3
|
+
import { cn, isTouchDevice } from "../../../utils";
|
|
4
4
|
const attachment = cva([
|
|
5
5
|
'flex flex-1 items-center justify-start gap-2',
|
|
6
6
|
'h-8 min-w-0 rounded-lg px-2',
|
|
@@ -101,27 +101,27 @@ export class Attachment {
|
|
|
101
101
|
_fileRef;
|
|
102
102
|
_cameraFileRef;
|
|
103
103
|
render() {
|
|
104
|
-
let prefix = (h("p-icon", { key: '
|
|
104
|
+
let prefix = (h("p-icon", { key: 'dd6a4fddd6e60cafff196b0229b125bc4475837f', class: 'text-storm-300', variant: 'attachment' }));
|
|
105
105
|
if (this.error) {
|
|
106
|
-
prefix = (h("p-icon", { key: '
|
|
106
|
+
prefix = (h("p-icon", { key: '3afb112898ac70c5c07f36d1824f9ef982994185', class: 'text-negative-red-500', variant: 'warning' }));
|
|
107
107
|
}
|
|
108
|
-
const
|
|
108
|
+
const isTouch = isTouchDevice();
|
|
109
109
|
const baseText = 'min-w-0 flex-1 overflow-hidden text-ellipsis whitespace-nowrap text-sm';
|
|
110
|
-
return (h(Fragment, { key: '
|
|
110
|
+
return (h(Fragment, { key: 'a60e9e326e5c70edb39e2c16353e30638ed04fbb' }, h("p-field-container", { key: '95255c8b0648f11d336fb5bb74e230bc8a15499e', error: this.error, forceShowTooltip: !!this.error?.length, helper: this.helper, label: this.label, required: this.required, variant: 'write' }, h("div", { key: 'c6bb34cd296d4159c5cc1941af8a80d46b5b387e', class: 'flex w-full items-start gap-2', slot: 'content' }, h("div", { key: 'b208ca920c5ff5b240d8226551b791d239ebf2c6', class: attachment({
|
|
111
111
|
click: this.mode === 'write' && !this.value?.length,
|
|
112
112
|
error: !!this.error?.length,
|
|
113
|
-
}), onClick: () => this._uploadClick() }, prefix, h("span", { key: '
|
|
113
|
+
}), onClick: () => this._uploadClick() }, prefix, h("span", { key: '8235dce3bc34299e779d435749ee27f40360e1be', class: cn(baseText, `
|
|
114
114
|
peer
|
|
115
115
|
empty:hidden
|
|
116
116
|
dark:text-white
|
|
117
|
-
`) }, this.value), h("span", { key: '
|
|
117
|
+
`) }, this.value), h("span", { key: '9227af7beb22f08663854ad118269879f5dc28d2', class: cn(baseText, `
|
|
118
118
|
hidden
|
|
119
119
|
peer-empty:block
|
|
120
|
-
`) }, this.placeholder)), h("p-tooltip", { key: '
|
|
120
|
+
`) }, this.placeholder)), h("p-tooltip", { key: '461c9426b1068552248d9a99810157a5dc437d35', class: 'w-8', content: this.mode === 'read'
|
|
121
121
|
? this.downloadTooltip
|
|
122
122
|
: this.value?.length
|
|
123
123
|
? this.deleteTooltip
|
|
124
|
-
: this.uploadTooltip }, h("p-button", { key: '
|
|
124
|
+
: this.uploadTooltip }, h("p-button", { key: 'a61a19eca51f65b887cb5bc30c707903acdbed5e', disabled: this.loading, icon: this.mode === 'read'
|
|
125
125
|
? 'download'
|
|
126
126
|
: this.value?.length
|
|
127
127
|
? 'trash'
|
|
@@ -131,8 +131,8 @@ export class Attachment {
|
|
|
131
131
|
? this.download
|
|
132
132
|
: this.delete).emit() })), this.enableCameraOnMobile &&
|
|
133
133
|
this.mode === 'write' &&
|
|
134
|
-
|
|
135
|
-
!this.value?.length && (h("p-tooltip", { key: '
|
|
134
|
+
isTouch &&
|
|
135
|
+
!this.value?.length && (h("p-tooltip", { key: '92eb29f63074268f3787fdd338bf52ab538652a4', class: '\n w-8\n desktop-xs:hidden\n ', content: this.cameraTooltip }, h("p-button", { key: 'd16292a48b3b65b88d3102ae9fd2a0b88905b117', icon: 'camera', iconOnly: true, slot: 'trigger', variant: 'secondary', onOnClick: () => this._cameraClick() }))))), h("input", { key: '8d4671d6374ff5c71a159113351fa2f8aabde9d7', accept: Array.isArray(this.accept) ? this.accept?.join(',') : this.accept, class: 'hidden', ref: el => (this._fileRef = el), type: 'file', onChange: ev => this._onFileChange(ev) }), h("input", { key: 'd5d605e25ff006625eab9e3bd91c804f376f8945', accept: 'image/*', capture: 'true', class: 'hidden', ref: el => (this._cameraFileRef = el), type: 'file', onChange: ev => this._onFileChange(ev) })));
|
|
136
136
|
}
|
|
137
137
|
_uploadClick() {
|
|
138
138
|
if (!this._fileRef || this.mode !== 'write' || this.value?.length) {
|
|
@@ -141,7 +141,7 @@ export class Attachment {
|
|
|
141
141
|
this._fileRef.click();
|
|
142
142
|
}
|
|
143
143
|
_cameraClick() {
|
|
144
|
-
if (!this.enableCameraOnMobile ||
|
|
144
|
+
if (!this.enableCameraOnMobile || !isTouchDevice()) {
|
|
145
145
|
return;
|
|
146
146
|
}
|
|
147
147
|
if (!this._cameraFileRef || this.mode !== 'write') {
|
|
@@ -129,6 +129,9 @@ export class Calendar {
|
|
|
129
129
|
if (isValid(value) && !isSameDay(value, this._viewDate)) {
|
|
130
130
|
this._viewDate = value;
|
|
131
131
|
}
|
|
132
|
+
if (value?.getTime() === this._value?.getTime()) {
|
|
133
|
+
return;
|
|
134
|
+
}
|
|
132
135
|
this._setValue(value);
|
|
133
136
|
}
|
|
134
137
|
_parseMinDate(minDate) {
|
|
@@ -189,7 +192,7 @@ export class Calendar {
|
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
render() {
|
|
192
|
-
return (h(ThemedHost, { key: '
|
|
195
|
+
return (h(ThemedHost, { key: 'b14ca11713b5ee2c0a5775230987b1654a3c58cc' }, h("div", { key: '467ce8181c5cbbec87de1ae4817ed47183dca8e8', class: calendar({ variant: this.variant }) }, this._getView())));
|
|
193
196
|
}
|
|
194
197
|
_checkTodayButton() {
|
|
195
198
|
if (this._maxDate && isAfter(this._today, this._maxDate)) {
|