@paperless/core 0.1.0-alpha.64 → 0.1.0-alpha.67
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/CHANGELOG.md +33 -0
- package/dist/build/p-41693695.entry.js +1 -0
- package/dist/{paperless/p-7b2b7cc7.entry.js → build/p-591c4817.entry.js} +1 -1
- package/dist/build/p-6421cd2a.entry.js +1 -0
- package/dist/build/p-7b71c73b.entry.js +1 -0
- package/dist/{paperless/p-83e63409.entry.js → build/p-a28114e6.entry.js} +1 -1
- package/dist/build/p-bf2e2185.entry.js +1 -0
- package/dist/build/p-f8bb6e8d.entry.js +1 -0
- package/dist/build/paperless.css +18 -150
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/index-f9c302b6.js +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +1 -1
- package/dist/cjs/p-divider.cjs.entry.js +1 -1
- package/dist/cjs/p-helper.cjs.entry.js +6 -2
- package/dist/cjs/p-input-group.cjs.entry.js +12 -2
- package/dist/cjs/p-layout.cjs.entry.js +23 -0
- package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +5 -5
- package/dist/cjs/p-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.js +33 -2
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/layout/layout.component.css +59 -0
- package/dist/collection/components/atoms/layout/layout.component.js +47 -0
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +1 -1
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +2 -2
- package/dist/collection/components/atoms/tooltip/tooltip.component.js +2 -2
- package/dist/collection/components/molecules/input-group/input-group.component.css +185 -2
- package/dist/collection/components/molecules/input-group/input-group.component.js +56 -7
- package/dist/collection/tailwind/screens.js +8 -0
- package/dist/collection/tailwind/spacing.js +10 -0
- package/dist/collection/tailwind/width.js +18 -0
- package/dist/collection/tailwind.config.js +6 -0
- package/dist/components/divider.component.js +1 -1
- package/dist/components/helper.component.js +9 -3
- package/dist/components/icon.component.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/modal-backdrop.component.js +1 -1
- package/dist/components/modal-body.component.js +1 -1
- package/dist/components/modal-container.component.js +1 -1
- package/dist/components/modal-footer.component.js +1 -1
- package/dist/components/modal-header.component.js +1 -1
- package/dist/components/p-input-group.js +17 -4
- package/dist/components/p-layout.d.ts +11 -0
- package/dist/components/p-layout.js +39 -0
- package/dist/components/tooltip.component.js +2 -2
- package/dist/esm/index-fff70567.js +4 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-button_3.entry.js +1 -1
- package/dist/esm/p-divider.entry.js +1 -1
- package/dist/esm/p-helper.entry.js +6 -2
- package/dist/esm/p-input-group.entry.js +12 -2
- package/dist/esm/p-layout.entry.js +19 -0
- package/dist/esm/p-modal-backdrop_5.entry.js +5 -5
- package/dist/esm/p-tooltip.entry.js +2 -2
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-41693695.entry.js +1 -0
- package/dist/{build/p-7b2b7cc7.entry.js → paperless/p-591c4817.entry.js} +1 -1
- package/dist/paperless/p-6421cd2a.entry.js +1 -0
- package/dist/paperless/p-7b71c73b.entry.js +1 -0
- package/dist/{build/p-83e63409.entry.js → paperless/p-a28114e6.entry.js} +1 -1
- package/dist/paperless/p-bf2e2185.entry.js +1 -0
- package/dist/paperless/p-f8bb6e8d.entry.js +1 -0
- package/dist/paperless/paperless.css +25 -191
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/tailwind/screens.js +8 -0
- package/dist/tailwind/spacing.js +10 -0
- package/dist/tailwind/width.js +18 -0
- package/dist/tailwind.config.js +6 -0
- package/dist/types/components/atoms/helper/helper.component.d.ts +5 -0
- package/dist/types/components/atoms/layout/layout.component.d.ts +7 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +1 -1
- package/dist/types/components/molecules/input-group/input-group.component.d.ts +8 -0
- package/dist/types/components.d.ts +48 -3
- package/package.json +1 -1
- package/dist/build/p-5101f35f.entry.js +0 -1
- package/dist/build/p-7cf14eba.entry.js +0 -1
- package/dist/build/p-bd7fa75d.entry.js +0 -1
- package/dist/build/p-d2fddcde.entry.js +0 -1
- package/dist/paperless/p-5101f35f.entry.js +0 -1
- package/dist/paperless/p-7cf14eba.entry.js +0 -1
- package/dist/paperless/p-bd7fa75d.entry.js +0 -1
- package/dist/paperless/p-d2fddcde.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r,H as o,g as a}from"./p-0100c1a2.js";import{c as e}from"./p-a7086ffa.js";const i=class{constructor(r){t(this,r),this.variant="hover",this.popover=null,this.placement="top",this.show=!1,this.canManuallyClose=!0,this._loaded=!1}componentShouldUpdate(){this._setOptions(),this._loaded&&this.show&&this._show()}render(){return r(o,{class:"p-popover"},r("slot",{name:"content"}),r("div",{class:`popover variant-${this.variant}`,role:"popover",ref:t=>this._load(t)},this.popover?this.popover:r("slot",{name:"popover"}),r("div",{class:"arrow","data-popper-arrow":!0})))}clickHandler(){"click"===this.variant&&(this._popover.hasAttribute("data-show")||this._show())}documentClickHandler(){"click"===this.variant&&this.canManuallyClose&&this._popover.hasAttribute("data-show")&&this._hide()}mouseEnterHandler(){"click"!==this.variant&&this._show()}mouseLeaveHandler(){this.show||"click"===this.variant||this._hide()}_show(){this._loaded&&(this._popover.setAttribute("data-show",""),this._popper.setOptions((t=>Object.assign(Object.assign({},t),{modifiers:[...t.modifiers,{name:"eventListeners",enabled:!0}]}))),this._popper.update())}_hide(){this._loaded&&(this._popover.removeAttribute("data-show"),this._popper.setOptions((t=>Object.assign(Object.assign({},t),{modifiers:[...t.modifiers,{name:"eventListeners",enabled:!1}]}))))}_load(t){this._popover=t,t&&(this._popper=e(this._el,t),this._setOptions(),this._loaded=!0,this.show&&setTimeout((()=>this._show()),100))}_setOptions(){this._popper&&this._popper.setOptions({placement:"error"===this.variant?"top-end":this.placement,modifiers:[{name:"offset",options:{offset:"error"===this.variant?[8,14]:[0,8]}},{name:"arrow",options:{padding:4}}]})}get _el(){return a(this)}};i.style='.visible{visibility:visible!important}.static{position:static!important}.absolute{position:absolute!important}.ml-2{margin-left:.5rem!important}.block{display:block!important}.flex{display:flex!important}.hidden{display:none!important}.w-2{width:.5rem!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.rounded{border-radius:.25rem!important}.bg-white{background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-storm,.bg-white{--tw-bg-opacity:1!important}.bg-storm{background-color:rgb(81 83 107/var(--tw-bg-opacity))!important}.bg-negative{--tw-bg-opacity:1!important;background-color:rgb(185 30 40/var(--tw-bg-opacity))!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-medium{font-weight:500!important}.uppercase{text-transform:uppercase!important}.text-white{color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-negative-light,.text-white{--tw-text-opacity:1!important}.text-negative-light{color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;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)!important}:host{cursor:pointer;display:flex}:host .popover{--tw-bg-opacity:1;--tw-drop-shadow:drop-shadow(0px 0.3125rem 1rem rgba(0,24,98,.08)) drop-shadow(0px 0.0625rem 0.1875rem rgba(0,24,98,.13));background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.25rem;display:none;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);font-size:.75rem;font-weight:500;line-height:1rem;max-width:14.5rem;padding:.5rem .75rem}:host .popover.variant-error,:host .popover.variant-hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(81 83 107/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));padding-bottom:.25rem;padding-top:.25rem}:host .popover.variant-error{--tw-bg-opacity:1;background-color:rgb(185 30 40/var(--tw-bg-opacity));letter-spacing:.05em;text-transform:uppercase}:host .popover[data-show]{display:block}:host .popover .arrow,:host .popover .arrow:before{background:inherit;height:.5rem;position:absolute;width:.5rem}:host .popover .arrow{visibility:hidden}:host .popover .arrow:before{--tw-rotate:45deg;content:"";transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));visibility:visible}:host .popover[data-popper-placement^=top]>.arrow{bottom:-.25rem}:host .popover[data-popper-placement^=bottom]>.arrow{top:-.25rem}:host .popover[data-popper-placement^=left]>.arrow{right:-.25rem}:host .popover[data-popper-placement^=right]>.arrow{left:-.25rem}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}';export{i as p_tooltip}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o,H as e,g as r}from"./p-0100c1a2.js";const p=class{constructor(o){t(this,o),this.disabled=!1,this.focused=!1}render(){var t;const r=!!this._el.querySelector('[slot="helper"]'),p=!!this._el.querySelector('[slot="label"]'),i=!!this._el.querySelector('[slot="prefix"]'),n=!!this._el.querySelector('[slot="suffix"]'),u=!!this._el.querySelector('[slot="header"]'),s=r?o("slot",{name:"helper"}):this.helper,l=p?o("slot",{name:"label"}):this.label,d=i?o("slot",{name:"prefix"}):this.prefix,a=n?o("slot",{name:"suffix"}):this.suffix;console.log(s);const h=this.error&&"string"==typeof this.error&&"true"!==this.error;return o(e,{class:"p-input-group"},o("div",{class:`input-group ${(null===(t=this.error)||void 0===t?void 0:t.length)&&"error"} ${this.disabled&&"disabled"} ${this.focused&&"focused"}`},o("div",{class:"flex justify-between items-end"},l&&o("div",{class:"input-label"},l),(s||u)&&o("div",{class:"input-header"},u&&o("slot",{name:"header"}),s&&o("p-helper",{class:"flex "+(u?"ml-2":""),placement:"top-end"},s))),o("div",{class:"content"},(d||this.icon)&&o("div",{class:"prefix"},this.icon?o("p-icon",{class:"flex",variant:this.icon,rotate:this.iconRotate,flip:this.iconFlip}):d),(a||h)&&o("div",{class:"suffix"},h?o("p-tooltip",{class:"flex",variant:"error",popover:this.error},o("p-icon",{class:"flex text-negative-light hover:text-negative",slot:"content",variant:"explanation"})):a),o("slot",{name:"input"}))))}get _el(){return r(this)}};p.style=".visible{visibility:visible!important}.static{position:static!important}.mb-\\[2px\\]{margin-bottom:2px!important}.ml-2{margin-left:.5rem!important}.block{display:block!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-between{justify-content:space-between!important}.gap-2{gap:.5rem!important}.rounded-tr-none{border-top-right-radius:0!important}.rounded-tl-none{border-top-left-radius:0!important}.rounded-bl-none{border-bottom-left-radius:0!important}.rounded-br-none{border-bottom-right-radius:0!important}.border{border-width:1px!important}.border-r-0{border-right-width:0!important}.border-l-0{border-left-width:0!important}.border-solid{border-style:solid!important}.border-mystic-dark{--tw-border-opacity:1!important;border-color:rgb(218 230 240/var(--tw-border-opacity))!important}.border-indigo{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}.border-negative{--tw-border-opacity:1!important;border-color:rgb(185 30 40/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.text-storm{color:rgb(81 83 107/var(--tw-text-opacity))!important}.text-negative-light,.text-storm{--tw-text-opacity:1!important}.text-negative-light{color:rgb(255 204 211/var(--tw-text-opacity))!important}.outline-0{outline-width:0!important}.blur{--tw-blur:blur(8px)!important;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)!important}:host{display:block;width:100%}:host .input-group{display:flex;flex-direction:column;width:100%}:host .input-group .input-label{--tw-text-opacity:1;color:rgb(152 154 183/var(--tw-text-opacity));font-size:.75rem;font-weight:600;letter-spacing:.05em;line-height:1rem;text-transform:uppercase}:host .input-group .input-header{align-items:flex-end;display:flex;gap:.5rem;margin-bottom:2px}:host .input-group .content{display:flex}:host .input-group .content .prefix,:host .input-group .content .suffix{--tw-bg-opacity:1;--tw-border-opacity:1!important;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(218 230 240/var(--tw-border-opacity))!important;border-radius:.375rem;border-style:solid!important;border-width:1px!important;box-sizing:border-box;color:rgb(39 40 56/var(--tw-text-opacity));color:rgb(81 83 107/var(--tw-text-opacity));display:flex;flex:1 1 0%;height:2.5rem;justify-content:flex-start;outline-width:0!important;padding-left:1rem;padding-right:1rem;width:100%}:host .input-group .content .prefix::-moz-placeholder,:host .input-group .content .suffix::-moz-placeholder{--tw-text-opacity:1;color:rgb(128 130 158/var(--tw-text-opacity))}:host .input-group .content .prefix::placeholder,:host .input-group .content .suffix::placeholder{--tw-text-opacity:1;color:rgb(128 130 158/var(--tw-text-opacity))}:host .input-group .content .prefix.focus,:host .input-group .content .prefix:focus,:host .input-group .content .prefix:focus-visible,:host .input-group .content .suffix.focus,:host .input-group .content .suffix:focus,:host .input-group .content .suffix:focus-visible{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}:host .input-group .content .prefix{border-bottom-right-radius:0;border-right-width:0!important;border-top-right-radius:0;order:1;padding-right:.5rem}:host .input-group .content .suffix{border-bottom-left-radius:0;border-left-width:0!important;border-top-left-radius:0;order:3;padding-left:.5rem}:host .input-group .content ::slotted(input[type=date]),:host .input-group .content ::slotted(input[type=datetime-local]),:host .input-group .content ::slotted(input[type=email]),:host .input-group .content ::slotted(input[type=month]),:host .input-group .content ::slotted(input[type=number]),:host .input-group .content ::slotted(input[type=password]),:host .input-group .content ::slotted(input[type=tel]),:host .input-group .content ::slotted(input[type=text]),:host .input-group .content ::slotted(input[type=time]){order:2}:host .input-group .content .prefix+::slotted(input[type=date]),:host .input-group .content .prefix+::slotted(input[type=datetime-local]),:host .input-group .content .prefix+::slotted(input[type=email]),:host .input-group .content .prefix+::slotted(input[type=month]),:host .input-group .content .prefix+::slotted(input[type=number]),:host .input-group .content .prefix+::slotted(input[type=password]),:host .input-group .content .prefix+::slotted(input[type=tel]),:host .input-group .content .prefix+::slotted(input[type=text]),:host .input-group .content .prefix+::slotted(input[type=time]){border-bottom-left-radius:0!important;border-left-width:0!important;border-top-left-radius:0!important;flex:1 1 auto;padding-left:0!important}:host .input-group .content .suffix+::slotted(input[type=date]),:host .input-group .content .suffix+::slotted(input[type=datetime-local]),:host .input-group .content .suffix+::slotted(input[type=email]),:host .input-group .content .suffix+::slotted(input[type=month]),:host .input-group .content .suffix+::slotted(input[type=number]),:host .input-group .content .suffix+::slotted(input[type=password]),:host .input-group .content .suffix+::slotted(input[type=tel]),:host .input-group .content .suffix+::slotted(input[type=text]),:host .input-group .content .suffix+::slotted(input[type=time]){border-bottom-right-radius:0!important;border-right-width:0!important;border-top-right-radius:0!important;flex:1 1 auto;padding-right:0!important}:host .input-group.focused .prefix,:host .input-group.focused .suffix,:host .input-group:focus-within .prefix,:host .input-group:focus-within .suffix{--tw-border-opacity:1!important;--tw-text-opacity:1;border-color:rgb(82 138 250/var(--tw-border-opacity))!important;color:rgb(82 138 250/var(--tw-text-opacity))}:host .input-group.focused ::slotted(input[type=date]),:host .input-group.focused ::slotted(input[type=datetime-local]),:host .input-group.focused ::slotted(input[type=email]),:host .input-group.focused ::slotted(input[type=month]),:host .input-group.focused ::slotted(input[type=number]),:host .input-group.focused ::slotted(input[type=password]),:host .input-group.focused ::slotted(input[type=tel]),:host .input-group.focused ::slotted(input[type=text]),:host .input-group.focused ::slotted(input[type=time]),:host .input-group:focus-within ::slotted(input[type=date]),:host .input-group:focus-within ::slotted(input[type=datetime-local]),:host .input-group:focus-within ::slotted(input[type=email]),:host .input-group:focus-within ::slotted(input[type=month]),:host .input-group:focus-within ::slotted(input[type=number]),:host .input-group:focus-within ::slotted(input[type=password]),:host .input-group:focus-within ::slotted(input[type=tel]),:host .input-group:focus-within ::slotted(input[type=text]),:host .input-group:focus-within ::slotted(input[type=time]){--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}:host .input-group.error .prefix,:host .input-group.error .suffix,:host .input-group[error] .prefix,:host .input-group[error] .suffix{--tw-border-opacity:1!important;--tw-text-opacity:1;border-color:rgb(185 30 40/var(--tw-border-opacity))!important;color:rgb(138 15 29/var(--tw-text-opacity));color:rgb(185 30 40/var(--tw-text-opacity))}:host .input-group.error .prefix::-moz-placeholder,:host .input-group.error .suffix::-moz-placeholder,:host .input-group[error] .prefix::-moz-placeholder,:host .input-group[error] .suffix::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.error .prefix::placeholder,:host .input-group.error .suffix::placeholder,:host .input-group[error] .prefix::placeholder,:host .input-group[error] .suffix::placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.error ::slotted(input[type=date]),:host .input-group.error ::slotted(input[type=datetime-local]),:host .input-group.error ::slotted(input[type=email]),:host .input-group.error ::slotted(input[type=month]),:host .input-group.error ::slotted(input[type=number]),:host .input-group.error ::slotted(input[type=password]),:host .input-group.error ::slotted(input[type=tel]),:host .input-group.error ::slotted(input[type=text]),:host .input-group.error ::slotted(input[type=time]),:host .input-group[error] ::slotted(input[type=date]),:host .input-group[error] ::slotted(input[type=datetime-local]),:host .input-group[error] ::slotted(input[type=email]),:host .input-group[error] ::slotted(input[type=month]),:host .input-group[error] ::slotted(input[type=number]),:host .input-group[error] ::slotted(input[type=password]),:host .input-group[error] ::slotted(input[type=tel]),:host .input-group[error] ::slotted(input[type=text]),:host .input-group[error] ::slotted(input[type=time]){--tw-text-opacity:1;--tw-border-opacity:1!important;border-color:rgb(185 30 40/var(--tw-border-opacity))!important;color:rgb(138 15 29/var(--tw-text-opacity))}:host .input-group.error ::slotted(input[type=date])::-moz-placeholder,:host .input-group.error ::slotted(input[type=datetime-local])::-moz-placeholder,:host .input-group.error ::slotted(input[type=email])::-moz-placeholder,:host .input-group.error ::slotted(input[type=month])::-moz-placeholder,:host .input-group.error ::slotted(input[type=number])::-moz-placeholder,:host .input-group.error ::slotted(input[type=password])::-moz-placeholder,:host .input-group.error ::slotted(input[type=tel])::-moz-placeholder,:host .input-group.error ::slotted(input[type=text])::-moz-placeholder,:host .input-group.error ::slotted(input[type=time])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=date])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=datetime-local])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=email])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=month])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=number])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=password])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=tel])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=text])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=time])::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.error ::slotted(input[type=date])::placeholder,:host .input-group.error ::slotted(input[type=datetime-local])::placeholder,:host .input-group.error ::slotted(input[type=email])::placeholder,:host .input-group.error ::slotted(input[type=month])::placeholder,:host .input-group.error ::slotted(input[type=number])::placeholder,:host .input-group.error ::slotted(input[type=password])::placeholder,:host .input-group.error ::slotted(input[type=tel])::placeholder,:host .input-group.error ::slotted(input[type=text])::placeholder,:host .input-group.error ::slotted(input[type=time])::placeholder,:host .input-group[error] ::slotted(input[type=date])::placeholder,:host .input-group[error] ::slotted(input[type=datetime-local])::placeholder,:host .input-group[error] ::slotted(input[type=email])::placeholder,:host .input-group[error] ::slotted(input[type=month])::placeholder,:host .input-group[error] ::slotted(input[type=number])::placeholder,:host .input-group[error] ::slotted(input[type=password])::placeholder,:host .input-group[error] ::slotted(input[type=tel])::placeholder,:host .input-group[error] ::slotted(input[type=text])::placeholder,:host .input-group[error] ::slotted(input[type=time])::placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.disabled .prefix,:host .input-group.disabled .suffix,:host .input-group[disabled] .prefix,:host .input-group[disabled] .suffix{opacity:.4}:host .input-group.disabled ::slotted(input[type=date]),:host .input-group.disabled ::slotted(input[type=datetime-local]),:host .input-group.disabled ::slotted(input[type=email]),:host .input-group.disabled ::slotted(input[type=month]),:host .input-group.disabled ::slotted(input[type=number]),:host .input-group.disabled ::slotted(input[type=password]),:host .input-group.disabled ::slotted(input[type=tel]),:host .input-group.disabled ::slotted(input[type=text]),:host .input-group.disabled ::slotted(input[type=time]),:host .input-group[disabled] ::slotted(input[type=date]),:host .input-group[disabled] ::slotted(input[type=datetime-local]),:host .input-group[disabled] ::slotted(input[type=email]),:host .input-group[disabled] ::slotted(input[type=month]),:host .input-group[disabled] ::slotted(input[type=number]),:host .input-group[disabled] ::slotted(input[type=password]),:host .input-group[disabled] ::slotted(input[type=tel]),:host .input-group[disabled] ::slotted(input[type=text]),:host .input-group[disabled] ::slotted(input[type=time]){opacity:.4;pointer-events:none}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";export{p as p_input_group}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,h as a,H as r}from"./p-0100c1a2.js";const e=class{constructor(a){t(this,a)}render(){return a(r,{class:"p-divider"})}};e.style=".static{position:static!important}.m-0{margin:0!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.h-px{height:1px!important}.w-80{width:20rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-center{align-items:center!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.bg-mystic-medium{--tw-bg-opacity:1!important;background-color:rgb(227 236 243/var(--tw-bg-opacity))!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;background-color:rgb(227 236 243/var(--tw-bg-opacity));display:block;height:1px;margin-bottom:.5rem;margin-top:.5rem;width:100%}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.text-lg,.text-xl{line-height:1.75rem!important}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";export{e as p_divider}
|
|
1
|
+
import{r as t,h as a,H as r}from"./p-0100c1a2.js";const e=class{constructor(a){t(this,a)}render(){return a(r,{class:"p-divider"})}};e.style=".static{position:static!important}.m-0{margin:0!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.h-px{height:1px!important}.w-80{width:20rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-center{align-items:center!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.bg-mystic-medium{--tw-bg-opacity:1!important;background-color:rgb(227 236 243/var(--tw-bg-opacity))!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;background-color:rgb(227 236 243/var(--tw-bg-opacity));display:block;height:1px;margin-bottom:.5rem;margin-top:.5rem;width:100%}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.text-lg,.text-xl{line-height:1.75rem!important}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";export{e as p_divider}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,H as e}from"./p-0100c1a2.js";const n=class{constructor(i){t(this,i),this.variant="default"}render(){return i(e,{class:`p-layout variant-${this.variant}`},i("div",{class:"topbar"},i("slot",{name:"topbar"})),i("div",{class:"sidebar"},i("slot",{name:"sidebar"})),i("div",{class:"content"},i("div",{class:"inner-content"},i("slot",{name:"content"}))))}};n.style='.static{position:static!important}.relative{position:relative!important}.sticky{position:-webkit-sticky!important;position:sticky!important}.order-2{order:2!important}.order-1{order:1!important}.order-3{order:3!important}.flex{display:flex!important}.grid{display:grid!important}.hidden{display:none!important}.h-screen{height:100vh!important}.h-full{height:100%!important}.w-sidebar-mobile{width:100%!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.content-start{align-content:flex-start!important}.px-content-mobile-x{padding-left:1rem!important;padding-right:1rem!important}:host{align-content:flex-start;display:grid;gap:0;grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;height:100vh;overflow:hidden}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;order:2;position:-webkit-sticky;position:sticky;width:100%}@media (min-width:40rem){:host .topbar{order:1}}:host .sidebar{box-sizing:border-box;display:flex;grid-area:sidebar;height:100%;order:1;width:100%}@media (min-width:40rem){:host .sidebar{order:2;width:15rem}}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;order:3;overflow-y:auto;position:relative}:host .content .inner-content{padding:1.5rem 1rem;position:relative}@media (min-width:40rem){:host .content .inner-content{padding:2rem}}@media (min-width:64rem){:host .content .inner-content{width:45rem}}@media (min-width:80rem){:host .content .inner-content{width:60rem}}@media (min-width:85.375rem){:host .content .inner-content{width:65rem}}@media (min-width:90rem){:host .content .inner-content{width:65rem}}@media (min-width:120rem){:host .content .inner-content{width:70rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;order:3;overflow:hidden;padding:.5rem;width:unset}@media (min-width:40rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{order:3}@media (min-width:40rem){:host(.variant-login) .content{justify-content:center;order:2}}:host(.variant-login) .content .inner-content{box-sizing:border-box}@media (min-width:40rem){:host(.variant-login) .content .inner-content{padding:0 4.5rem;width:30rem}}@media (min-width:40rem){.tablet\\:flex{display:flex!important}.tablet\\:px-content-desktop-x{padding-left:2rem!important;padding-right:2rem!important}.tablet\\:py-0{padding-bottom:0!important;padding-top:0!important}}@media (min-width:64rem){.desktop-xs\\:w-content-desktop-xs{width:45rem!important}}@media (min-width:80rem){.desktop-sm\\:w-content-desktop-sm{width:60rem!important}}@media (min-width:85.375rem){.desktop\\:w-content-desktop{width:65rem!important}}@media (min-width:90rem){.desktop-lg\\:w-content-desktop-lg{width:65rem!important}}';export{n as p_layout}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r,H as e}from"./p-0100c1a2.js";const i=class{constructor(r){t(this,r),this.placement="top"}render(){return r(e,{class:"p-helper"},r("p-tooltip",{placement:this.placement},r("div",{slot:"popover"},r("slot",null)),r("div",{slot:"content",class:"helper"})))}};i.style=".visible{visibility:visible!important}.static{position:static!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.w-3{width:.75rem!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.bg-center{background-position:50%!important}.bg-no-repeat{background-repeat:no-repeat!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;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)!important}:host .helper{background-image:url(/assets/images/helper/helper.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:.75rem;width:.75rem}:host .helper:hover{background-image:url(/assets/images/helper/helper-hover.svg)}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";export{i as p_helper}
|
package/dist/build/paperless.css
CHANGED
|
@@ -98,14 +98,13 @@ input[type=datetime-local],
|
|
|
98
98
|
input[type=time],
|
|
99
99
|
input[type=tel],
|
|
100
100
|
input[type=password],
|
|
101
|
-
input[type=email]
|
|
102
|
-
textarea {
|
|
101
|
+
input[type=email] {
|
|
103
102
|
@apply flex justify-start items-center h-10;
|
|
104
103
|
@apply text-storm-dark;
|
|
105
104
|
@apply bg-white px-4 w-full;
|
|
106
105
|
@apply rounded-large;
|
|
107
|
-
@apply border border-mystic-dark !important;
|
|
108
|
-
@apply outline-
|
|
106
|
+
@apply border border-mystic-dark border-solid !important;
|
|
107
|
+
@apply outline-0 !important;
|
|
109
108
|
}
|
|
110
109
|
input[type=text]::placeholder,
|
|
111
110
|
input[type=number]::placeholder,
|
|
@@ -115,8 +114,7 @@ input[type=datetime-local]::placeholder,
|
|
|
115
114
|
input[type=time]::placeholder,
|
|
116
115
|
input[type=tel]::placeholder,
|
|
117
116
|
input[type=password]::placeholder,
|
|
118
|
-
input[type=email]::placeholder
|
|
119
|
-
textarea::placeholder {
|
|
117
|
+
input[type=email]::placeholder {
|
|
120
118
|
@apply text-storm-medium;
|
|
121
119
|
}
|
|
122
120
|
input[type=text]:focus, input[type=text]:focus-visible, input[type=text].focus,
|
|
@@ -143,10 +141,7 @@ input[type=password]:focus-visible,
|
|
|
143
141
|
input[type=password].focus,
|
|
144
142
|
input[type=email]:focus,
|
|
145
143
|
input[type=email]:focus-visible,
|
|
146
|
-
input[type=email].focus
|
|
147
|
-
textarea:focus,
|
|
148
|
-
textarea:focus-visible,
|
|
149
|
-
textarea.focus {
|
|
144
|
+
input[type=email].focus {
|
|
150
145
|
@apply border-indigo !important;
|
|
151
146
|
}
|
|
152
147
|
input[type=text][error], input[type=text].error,
|
|
@@ -165,9 +160,7 @@ input[type=tel].error,
|
|
|
165
160
|
input[type=password][error],
|
|
166
161
|
input[type=password].error,
|
|
167
162
|
input[type=email][error],
|
|
168
|
-
input[type=email].error
|
|
169
|
-
textarea[error],
|
|
170
|
-
textarea.error {
|
|
163
|
+
input[type=email].error {
|
|
171
164
|
@apply text-negative-dark;
|
|
172
165
|
@apply border-negative !important;
|
|
173
166
|
}
|
|
@@ -187,9 +180,7 @@ input[type=tel].error::placeholder,
|
|
|
187
180
|
input[type=password][error]::placeholder,
|
|
188
181
|
input[type=password].error::placeholder,
|
|
189
182
|
input[type=email][error]::placeholder,
|
|
190
|
-
input[type=email].error::placeholder
|
|
191
|
-
textarea[error]::placeholder,
|
|
192
|
-
textarea.error::placeholder {
|
|
183
|
+
input[type=email].error::placeholder {
|
|
193
184
|
@apply text-negative-light;
|
|
194
185
|
}
|
|
195
186
|
input[type=text][disabled], input[type=text]:disabled, input[type=text].disabled,
|
|
@@ -216,10 +207,7 @@ input[type=password]:disabled,
|
|
|
216
207
|
input[type=password].disabled,
|
|
217
208
|
input[type=email][disabled],
|
|
218
209
|
input[type=email]:disabled,
|
|
219
|
-
input[type=email].disabled
|
|
220
|
-
textarea[disabled],
|
|
221
|
-
textarea:disabled,
|
|
222
|
-
textarea.disabled {
|
|
210
|
+
input[type=email].disabled {
|
|
223
211
|
@apply opacity-40;
|
|
224
212
|
}
|
|
225
213
|
input[type=text].clean::-webkit-calendar-picker-indicator,
|
|
@@ -230,152 +218,32 @@ input[type=datetime-local].clean::-webkit-calendar-picker-indicator,
|
|
|
230
218
|
input[type=time].clean::-webkit-calendar-picker-indicator,
|
|
231
219
|
input[type=tel].clean::-webkit-calendar-picker-indicator,
|
|
232
220
|
input[type=password].clean::-webkit-calendar-picker-indicator,
|
|
233
|
-
input[type=email].clean::-webkit-calendar-picker-indicator
|
|
234
|
-
textarea.clean::-webkit-calendar-picker-indicator {
|
|
221
|
+
input[type=email].clean::-webkit-calendar-picker-indicator {
|
|
235
222
|
display: none;
|
|
236
223
|
}
|
|
237
224
|
|
|
238
225
|
textarea {
|
|
239
|
-
@apply h-auto;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.input-group {
|
|
243
|
-
@apply flex flex-col w-full;
|
|
244
|
-
}
|
|
245
|
-
.input-group .input-label {
|
|
246
|
-
@apply text-xs text-storm-vague font-semibold uppercase tracking-wider;
|
|
247
|
-
}
|
|
248
|
-
.input-group .input-header {
|
|
249
|
-
@apply flex gap-4;
|
|
250
|
-
}
|
|
251
|
-
.input-group .content {
|
|
252
|
-
@apply flex;
|
|
253
|
-
}
|
|
254
|
-
.input-group .content .prefix,
|
|
255
|
-
.input-group .content .suffix {
|
|
256
226
|
@apply flex justify-start items-center h-10;
|
|
257
227
|
@apply text-storm-dark;
|
|
258
228
|
@apply bg-white px-4 w-full;
|
|
259
229
|
@apply rounded-large;
|
|
260
|
-
@apply border border-mystic-dark !important;
|
|
261
|
-
@apply outline-
|
|
262
|
-
@apply
|
|
263
|
-
@apply text-storm;
|
|
230
|
+
@apply border border-mystic-dark border-solid !important;
|
|
231
|
+
@apply outline-0 !important;
|
|
232
|
+
@apply h-auto py-2;
|
|
264
233
|
}
|
|
265
|
-
|
|
266
|
-
.input-group .content .suffix::placeholder {
|
|
234
|
+
textarea::placeholder {
|
|
267
235
|
@apply text-storm-medium;
|
|
268
236
|
}
|
|
269
|
-
|
|
270
|
-
.input-group .content .suffix:focus,
|
|
271
|
-
.input-group .content .suffix:focus-visible,
|
|
272
|
-
.input-group .content .suffix.focus {
|
|
237
|
+
textarea:focus, textarea:focus-visible, textarea.focus {
|
|
273
238
|
@apply border-indigo !important;
|
|
274
239
|
}
|
|
275
|
-
|
|
276
|
-
@apply rounded-tr-none rounded-br-none;
|
|
277
|
-
@apply border-r-0 !important;
|
|
278
|
-
@apply order-1;
|
|
279
|
-
@apply pr-2;
|
|
280
|
-
}
|
|
281
|
-
.input-group .content .suffix {
|
|
282
|
-
@apply rounded-tl-none rounded-bl-none;
|
|
283
|
-
@apply border-l-0 !important;
|
|
284
|
-
@apply order-3;
|
|
285
|
-
@apply pl-2;
|
|
286
|
-
}
|
|
287
|
-
.input-group .content input[type=text],
|
|
288
|
-
.input-group .content input[type=number],
|
|
289
|
-
.input-group .content input[type=date],
|
|
290
|
-
.input-group .content input[type=month],
|
|
291
|
-
.input-group .content input[type=datetime-local],
|
|
292
|
-
.input-group .content input[type=time],
|
|
293
|
-
.input-group .content input[type=tel],
|
|
294
|
-
.input-group .content input[type=password],
|
|
295
|
-
.input-group .content input[type=email] {
|
|
296
|
-
@apply order-2;
|
|
297
|
-
}
|
|
298
|
-
.input-group .content .prefix + input[type=text],
|
|
299
|
-
.input-group .content .prefix + input[type=number],
|
|
300
|
-
.input-group .content .prefix + input[type=date],
|
|
301
|
-
.input-group .content .prefix + input[type=month],
|
|
302
|
-
.input-group .content .prefix + input[type=datetime-local],
|
|
303
|
-
.input-group .content .prefix + input[type=time],
|
|
304
|
-
.input-group .content .prefix + input[type=tel],
|
|
305
|
-
.input-group .content .prefix + input[type=password],
|
|
306
|
-
.input-group .content .prefix + input[type=email] {
|
|
307
|
-
@apply rounded-tl-none rounded-bl-none;
|
|
308
|
-
@apply flex-auto;
|
|
309
|
-
@apply border-l-0 pl-0 !important;
|
|
310
|
-
}
|
|
311
|
-
.input-group .content .suffix + input[type=text],
|
|
312
|
-
.input-group .content .suffix + input[type=number],
|
|
313
|
-
.input-group .content .suffix + input[type=date],
|
|
314
|
-
.input-group .content .suffix + input[type=month],
|
|
315
|
-
.input-group .content .suffix + input[type=datetime-local],
|
|
316
|
-
.input-group .content .suffix + input[type=time],
|
|
317
|
-
.input-group .content .suffix + input[type=tel],
|
|
318
|
-
.input-group .content .suffix + input[type=password],
|
|
319
|
-
.input-group .content .suffix + input[type=email] {
|
|
320
|
-
@apply rounded-tr-none rounded-br-none;
|
|
321
|
-
@apply flex-auto;
|
|
322
|
-
@apply border-r-0 pr-0 !important;
|
|
323
|
-
}
|
|
324
|
-
.input-group.error input[type=text],
|
|
325
|
-
.input-group.error input[type=number],
|
|
326
|
-
.input-group.error input[type=date],
|
|
327
|
-
.input-group.error input[type=month],
|
|
328
|
-
.input-group.error input[type=datetime-local],
|
|
329
|
-
.input-group.error input[type=time],
|
|
330
|
-
.input-group.error input[type=tel],
|
|
331
|
-
.input-group.error input[type=password],
|
|
332
|
-
.input-group.error input[type=email], .input-group[error] input[type=text],
|
|
333
|
-
.input-group[error] input[type=number],
|
|
334
|
-
.input-group[error] input[type=date],
|
|
335
|
-
.input-group[error] input[type=month],
|
|
336
|
-
.input-group[error] input[type=datetime-local],
|
|
337
|
-
.input-group[error] input[type=time],
|
|
338
|
-
.input-group[error] input[type=tel],
|
|
339
|
-
.input-group[error] input[type=password],
|
|
340
|
-
.input-group[error] input[type=email] {
|
|
341
|
-
@apply text-negative-dark;
|
|
342
|
-
@apply border-negative !important;
|
|
343
|
-
@apply text-negative;
|
|
344
|
-
}
|
|
345
|
-
.input-group.error input[type=text]::placeholder,
|
|
346
|
-
.input-group.error input[type=number]::placeholder,
|
|
347
|
-
.input-group.error input[type=date]::placeholder,
|
|
348
|
-
.input-group.error input[type=month]::placeholder,
|
|
349
|
-
.input-group.error input[type=datetime-local]::placeholder,
|
|
350
|
-
.input-group.error input[type=time]::placeholder,
|
|
351
|
-
.input-group.error input[type=tel]::placeholder,
|
|
352
|
-
.input-group.error input[type=password]::placeholder,
|
|
353
|
-
.input-group.error input[type=email]::placeholder, .input-group[error] input[type=text]::placeholder,
|
|
354
|
-
.input-group[error] input[type=number]::placeholder,
|
|
355
|
-
.input-group[error] input[type=date]::placeholder,
|
|
356
|
-
.input-group[error] input[type=month]::placeholder,
|
|
357
|
-
.input-group[error] input[type=datetime-local]::placeholder,
|
|
358
|
-
.input-group[error] input[type=time]::placeholder,
|
|
359
|
-
.input-group[error] input[type=tel]::placeholder,
|
|
360
|
-
.input-group[error] input[type=password]::placeholder,
|
|
361
|
-
.input-group[error] input[type=email]::placeholder {
|
|
362
|
-
@apply text-negative-light;
|
|
363
|
-
}
|
|
364
|
-
.input-group.error .prefix,
|
|
365
|
-
.input-group.error .suffix, .input-group[error] .prefix,
|
|
366
|
-
.input-group[error] .suffix {
|
|
240
|
+
textarea[error], textarea.error {
|
|
367
241
|
@apply text-negative-dark;
|
|
368
242
|
@apply border-negative !important;
|
|
369
|
-
@apply text-negative;
|
|
370
243
|
}
|
|
371
|
-
|
|
372
|
-
.input-group.error .suffix::placeholder, .input-group[error] .prefix::placeholder,
|
|
373
|
-
.input-group[error] .suffix::placeholder {
|
|
244
|
+
textarea[error]::placeholder, textarea.error::placeholder {
|
|
374
245
|
@apply text-negative-light;
|
|
375
246
|
}
|
|
376
|
-
.
|
|
377
|
-
|
|
378
|
-
.input-group:focus-within .suffix {
|
|
379
|
-
@apply border-indigo !important;
|
|
380
|
-
@apply text-indigo;
|
|
247
|
+
textarea[disabled], textarea:disabled, textarea.disabled {
|
|
248
|
+
@apply opacity-40;
|
|
381
249
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as
|
|
1
|
+
import{p as e,b as a}from"./p-0100c1a2.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-19254809",[[1,"p-modal",{size:[1],variant:[1],header:[1],show:[4]}]]],["p-591c4817",[[4,"p-button",{variant:[1],href:[1],target:[1],size:[1],loading:[4],chevron:[8],disabled:[4],icon:[1],iconOnly:[4,"icon-only"],iconPosition:[1,"icon-position"],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],inheritText:[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{show:[4],variant:[1],color:[1],modalTitle:[1,"modal-title"],modalDescription:[1,"modal-description"]}],[0,"p-icon",{variant:[1],size:[1],rotate:[2],flip:[1]}]]],["p-7b71c73b",[[1,"p-input-group",{prefix:[1],suffix:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],label:[1],helper:[1],error:[513],disabled:[4],focused:[4]}]]],["p-e8dfce4a",[[1,"p-stepper",{activeStep:[2,"active-step"],direction:[513]}]]],["p-cadb7366",[[1,"p-accordion",{header:[1],open:[4],closeable:[4],openable:[4]}]]],["p-fb1e33eb",[[1,"p-navigation-item",{active:[4],icon:[1],counter:[8],href:[1],target:[1]}]]],["p-ffeed7c6",[[0,"p-pagination",{page:[1538],pageSize:[2,"page-size"],total:[2]}]]],["p-75c92a9d",[[4,"p-card-header",{header:[1],arrow:[4]}]]],["p-b68368f3",[[1,"p-dropdown",{placement:[1],show:[4],insideClick:[4,"inside-click"],disableTriggerClick:[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-4a85b858",[[1,"p-info-panel",{variant:[1],header:[1],content:[1],closeable:[4]}]]],["p-30026c58",[[1,"p-profile"]]],["p-a5b0a5bd",[[1,"p-segment-item",{active:[4],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-7784ee14",[[4,"p-status",{variant:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-2a3dd70b",[[1,"p-tab-group"]]],["p-2c7eebe0",[[4,"p-avatar-group",{extra:[2]}]]],["p-df237d9a",[[4,"p-card-body",{inheritText:[516,"inherit-text"]}]]],["p-fcd30824",[[1,"p-card-container",{hoverable:[516],shadow:[516]}]]],["p-3f6d3736",[[1,"p-dropdown-menu-item",{active:[4]}]]],["p-d069673f",[[0,"p-illustration",{variant:[1]}]]],["p-bf2e2185",[[1,"p-layout",{variant:[1]}]]],["p-864ac423",[[4,"p-segment-container"]]],["p-7e05bc4b",[[1,"p-tab-item",{active:[4]}]]],["p-73184004",[[1,"p-tag",{variant:[513],circle:[516]}]]],["p-6421cd2a",[[1,"p-tooltip",{variant:[1],popover:[8],placement:[1],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"]]]]],["p-f8bb6e8d",[[1,"p-helper",{placement:[1]}]]],["p-a69581db",[[0,"p-avatar",{variant:[513],size:[513],defaultImage:[1,"default-image"],src:[1],_src:[32]}]]],["p-11d24001",[[1,"p-counter"]]],["p-c64e2313",[[4,"p-dropdown-menu-container"]]],["p-2120a0b7",[[1,"p-pagination-item",{active:[4]}]]],["p-7933cf7c",[[1,"p-stepper-item",{align:[513],direction:[513],finished:[516],active:[516]}],[1,"p-stepper-line",{active:[516],direction:[513]}]]],["p-a28114e6",[[1,"p-divider"]]],["p-41693695",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{variant:[1]}],[4,"p-modal-container",{size:[1]}],[1,"p-modal-header"]]]],e)));
|
|
@@ -1657,6 +1657,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
1657
1657
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1658
1658
|
/* webpackMode: "lazy" */
|
|
1659
1659
|
'./p-input-group.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1660
|
+
case 'p-layout.cjs':
|
|
1661
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1662
|
+
/* webpackMode: "lazy" */
|
|
1663
|
+
'./p-layout.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1660
1664
|
case 'p-modal.cjs':
|
|
1661
1665
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1662
1666
|
/* webpackMode: "lazy" */
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -14,7 +14,7 @@ const patchEsm = () => {
|
|
|
14
14
|
const defineCustomElements = (win, options) => {
|
|
15
15
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
16
|
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4]}]]],["p-button_3.cjs",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"loading":[4],"chevron":[8],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-input-group.cjs",[[
|
|
17
|
+
return index.bootstrapLazy([["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4]}]]],["p-button_3.cjs",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"loading":[4],"chevron":[8],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-input-group.cjs",[[1,"p-input-group",{"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"label":[1],"helper":[1],"error":[513],"disabled":[4],"focused":[4]}]]],["p-stepper.cjs",[[1,"p-stepper",{"activeStep":[2,"active-step"],"direction":[513]}]]],["p-accordion.cjs",[[1,"p-accordion",{"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-navigation-item.cjs",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-pagination.cjs",[[0,"p-pagination",{"page":[1538],"pageSize":[2,"page-size"],"total":[2]}]]],["p-card-header.cjs",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-dropdown.cjs",[[1,"p-dropdown",{"placement":[1],"show":[4],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-info-panel.cjs",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-profile.cjs",[[1,"p-profile"]]],["p-segment-item.cjs",[[1,"p-segment-item",{"active":[4],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-status.cjs",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-tab-group.cjs",[[1,"p-tab-group"]]],["p-avatar-group.cjs",[[4,"p-avatar-group",{"extra":[2]}]]],["p-card-body.cjs",[[4,"p-card-body",{"inheritText":[516,"inherit-text"]}]]],["p-card-container.cjs",[[1,"p-card-container",{"hoverable":[516],"shadow":[516]}]]],["p-dropdown-menu-item.cjs",[[1,"p-dropdown-menu-item",{"active":[4]}]]],["p-illustration.cjs",[[0,"p-illustration",{"variant":[1]}]]],["p-layout.cjs",[[1,"p-layout",{"variant":[1]}]]],["p-segment-container.cjs",[[4,"p-segment-container"]]],["p-tab-item.cjs",[[1,"p-tab-item",{"active":[4]}]]],["p-tag.cjs",[[1,"p-tag",{"variant":[513],"circle":[516]}]]],["p-tooltip.cjs",[[1,"p-tooltip",{"variant":[1],"popover":[8],"placement":[1],"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"]]]]],["p-helper.cjs",[[1,"p-helper",{"placement":[1]}]]],["p-avatar.cjs",[[0,"p-avatar",{"variant":[513],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-counter.cjs",[[1,"p-counter"]]],["p-dropdown-menu-container.cjs",[[4,"p-dropdown-menu-container"]]],["p-pagination-item.cjs",[[1,"p-pagination-item",{"active":[4]}]]],["p-stepper-item_2.cjs",[[1,"p-stepper-item",{"align":[513],"direction":[513],"finished":[516],"active":[516]}],[1,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-divider.cjs",[[1,"p-divider"]]],["p-modal-backdrop_5.cjs",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{"variant":[1]}],[4,"p-modal-container",{"size":[1]}],[1,"p-modal-header"]]]], options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -938,7 +938,7 @@ const icons = {
|
|
|
938
938
|
warning,
|
|
939
939
|
};
|
|
940
940
|
|
|
941
|
-
const iconComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.m-0{margin:0!important}.mt-6{margin-top:1.5rem!important}.
|
|
941
|
+
const iconComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.m-0{margin:0!important}.mt-6{margin-top:1.5rem!important}.ml-2{margin-left:.5rem!important}.mb-3{margin-bottom:.75rem!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.w-full{width:100%!important}.flex-auto{flex:1 1 auto!important}.-translate-y-1{--tw-translate-y:-0.25rem!important}.-translate-x-1,.-translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1{--tw-translate-x:-0.25rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.border-t-2{border-top-width:2px!important}.border-r-2{border-right-width:2px!important}.border-indigo{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}.border-mystic-dark{--tw-border-opacity:1!important;border-color:rgb(218 230 240/var(--tw-border-opacity))!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important}.text-lg,.text-xl{line-height:1.75rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{color:rgb(152 154 183/var(--tw-text-opacity))!important}.text-negative-light,.text-storm-vague{--tw-text-opacity:1!important}.text-negative-light{color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;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)!important}.transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-500{transition-duration:.5s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}.-translate-y-1\\/2{--tw-translate-y:-50%!important}.-translate-x-1\\/2,.-translate-y-1\\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\\/2{--tw-translate-x:-50%!important}.border-indigo,.border-mystic-dark{--tw-border-opacity:1!important}";
|
|
942
942
|
|
|
943
943
|
const Icon = class {
|
|
944
944
|
constructor(hostRef) {
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f9c302b6.js');
|
|
6
6
|
|
|
7
|
-
const dividerComponentCss = ".static{position:static!important}.m-0{margin:0!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.h-px{height:1px!important}.w-80{width:20rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-center{align-items:center!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.bg-mystic-medium{--tw-bg-opacity:1!important;background-color:rgb(227 236 243/var(--tw-bg-opacity))!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;background-color:rgb(227 236 243/var(--tw-bg-opacity));display:block;height:1px;margin-bottom:.5rem;margin-top:.5rem;width:100%}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.text-lg,.text-xl{line-height:1.75rem!important}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
7
|
+
const dividerComponentCss = ".static{position:static!important}.m-0{margin:0!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.h-px{height:1px!important}.w-80{width:20rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-center{align-items:center!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.bg-mystic-medium{--tw-bg-opacity:1!important;background-color:rgb(227 236 243/var(--tw-bg-opacity))!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;background-color:rgb(227 236 243/var(--tw-bg-opacity));display:block;height:1px;margin-bottom:.5rem;margin-top:.5rem;width:100%}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.text-lg,.text-xl{line-height:1.75rem!important}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
8
8
|
|
|
9
9
|
const Divider = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -4,14 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f9c302b6.js');
|
|
6
6
|
|
|
7
|
-
const helperComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.w-3{width:.75rem!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.bg-center{background-position:50%!important}.bg-no-repeat{background-repeat:no-repeat!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;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)!important}:host .helper{background-image:url(/assets/images/helper/helper.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:.75rem;width:.75rem}:host .helper:hover{background-image:url(/assets/images/helper/helper-hover.svg)}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";
|
|
7
|
+
const helperComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.w-3{width:.75rem!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.bg-center{background-position:50%!important}.bg-no-repeat{background-repeat:no-repeat!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;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)!important}:host .helper{background-image:url(/assets/images/helper/helper.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:.75rem;width:.75rem}:host .helper:hover{background-image:url(/assets/images/helper/helper-hover.svg)}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";
|
|
8
8
|
|
|
9
9
|
const Helper = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
|
+
/**
|
|
13
|
+
* The placement of the helper popover
|
|
14
|
+
*/
|
|
15
|
+
this.placement = 'top';
|
|
12
16
|
}
|
|
13
17
|
render() {
|
|
14
|
-
return (index.h(index.Host, { class: "p-helper" }, index.h("p-tooltip",
|
|
18
|
+
return (index.h(index.Host, { class: "p-helper" }, index.h("p-tooltip", { placement: this.placement }, index.h("div", { slot: "popover" }, index.h("slot", null)), index.h("div", { slot: "content", class: "helper" }))));
|
|
15
19
|
}
|
|
16
20
|
};
|
|
17
21
|
Helper.style = helperComponentCss;
|
|
@@ -4,11 +4,19 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f9c302b6.js');
|
|
6
6
|
|
|
7
|
-
const inputGroupComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.block{display:block!important}.flex{display:flex!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;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)!important}p-input-group{display:block;width:100%}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";
|
|
7
|
+
const inputGroupComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.mb-\\[2px\\]{margin-bottom:2px!important}.ml-2{margin-left:.5rem!important}.block{display:block!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-between{justify-content:space-between!important}.gap-2{gap:.5rem!important}.rounded-tr-none{border-top-right-radius:0!important}.rounded-tl-none{border-top-left-radius:0!important}.rounded-bl-none{border-bottom-left-radius:0!important}.rounded-br-none{border-bottom-right-radius:0!important}.border{border-width:1px!important}.border-r-0{border-right-width:0!important}.border-l-0{border-left-width:0!important}.border-solid{border-style:solid!important}.border-mystic-dark{--tw-border-opacity:1!important;border-color:rgb(218 230 240/var(--tw-border-opacity))!important}.border-indigo{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}.border-negative{--tw-border-opacity:1!important;border-color:rgb(185 30 40/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.text-storm{color:rgb(81 83 107/var(--tw-text-opacity))!important}.text-negative-light,.text-storm{--tw-text-opacity:1!important}.text-negative-light{color:rgb(255 204 211/var(--tw-text-opacity))!important}.outline-0{outline-width:0!important}.blur{--tw-blur:blur(8px)!important;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)!important}:host{display:block;width:100%}:host .input-group{display:flex;flex-direction:column;width:100%}:host .input-group .input-label{--tw-text-opacity:1;color:rgb(152 154 183/var(--tw-text-opacity));font-size:.75rem;font-weight:600;letter-spacing:.05em;line-height:1rem;text-transform:uppercase}:host .input-group .input-header{align-items:flex-end;display:flex;gap:.5rem;margin-bottom:2px}:host .input-group .content{display:flex}:host .input-group .content .prefix,:host .input-group .content .suffix{--tw-bg-opacity:1;--tw-border-opacity:1!important;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(218 230 240/var(--tw-border-opacity))!important;border-radius:.375rem;border-style:solid!important;border-width:1px!important;box-sizing:border-box;color:rgb(39 40 56/var(--tw-text-opacity));color:rgb(81 83 107/var(--tw-text-opacity));display:flex;flex:1 1 0%;height:2.5rem;justify-content:flex-start;outline-width:0!important;padding-left:1rem;padding-right:1rem;width:100%}:host .input-group .content .prefix::-moz-placeholder,:host .input-group .content .suffix::-moz-placeholder{--tw-text-opacity:1;color:rgb(128 130 158/var(--tw-text-opacity))}:host .input-group .content .prefix::placeholder,:host .input-group .content .suffix::placeholder{--tw-text-opacity:1;color:rgb(128 130 158/var(--tw-text-opacity))}:host .input-group .content .prefix.focus,:host .input-group .content .prefix:focus,:host .input-group .content .prefix:focus-visible,:host .input-group .content .suffix.focus,:host .input-group .content .suffix:focus,:host .input-group .content .suffix:focus-visible{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}:host .input-group .content .prefix{border-bottom-right-radius:0;border-right-width:0!important;border-top-right-radius:0;order:1;padding-right:.5rem}:host .input-group .content .suffix{border-bottom-left-radius:0;border-left-width:0!important;border-top-left-radius:0;order:3;padding-left:.5rem}:host .input-group .content ::slotted(input[type=date]),:host .input-group .content ::slotted(input[type=datetime-local]),:host .input-group .content ::slotted(input[type=email]),:host .input-group .content ::slotted(input[type=month]),:host .input-group .content ::slotted(input[type=number]),:host .input-group .content ::slotted(input[type=password]),:host .input-group .content ::slotted(input[type=tel]),:host .input-group .content ::slotted(input[type=text]),:host .input-group .content ::slotted(input[type=time]){order:2}:host .input-group .content .prefix+::slotted(input[type=date]),:host .input-group .content .prefix+::slotted(input[type=datetime-local]),:host .input-group .content .prefix+::slotted(input[type=email]),:host .input-group .content .prefix+::slotted(input[type=month]),:host .input-group .content .prefix+::slotted(input[type=number]),:host .input-group .content .prefix+::slotted(input[type=password]),:host .input-group .content .prefix+::slotted(input[type=tel]),:host .input-group .content .prefix+::slotted(input[type=text]),:host .input-group .content .prefix+::slotted(input[type=time]){border-bottom-left-radius:0!important;border-left-width:0!important;border-top-left-radius:0!important;flex:1 1 auto;padding-left:0!important}:host .input-group .content .suffix+::slotted(input[type=date]),:host .input-group .content .suffix+::slotted(input[type=datetime-local]),:host .input-group .content .suffix+::slotted(input[type=email]),:host .input-group .content .suffix+::slotted(input[type=month]),:host .input-group .content .suffix+::slotted(input[type=number]),:host .input-group .content .suffix+::slotted(input[type=password]),:host .input-group .content .suffix+::slotted(input[type=tel]),:host .input-group .content .suffix+::slotted(input[type=text]),:host .input-group .content .suffix+::slotted(input[type=time]){border-bottom-right-radius:0!important;border-right-width:0!important;border-top-right-radius:0!important;flex:1 1 auto;padding-right:0!important}:host .input-group.focused .prefix,:host .input-group.focused .suffix,:host .input-group:focus-within .prefix,:host .input-group:focus-within .suffix{--tw-border-opacity:1!important;--tw-text-opacity:1;border-color:rgb(82 138 250/var(--tw-border-opacity))!important;color:rgb(82 138 250/var(--tw-text-opacity))}:host .input-group.focused ::slotted(input[type=date]),:host .input-group.focused ::slotted(input[type=datetime-local]),:host .input-group.focused ::slotted(input[type=email]),:host .input-group.focused ::slotted(input[type=month]),:host .input-group.focused ::slotted(input[type=number]),:host .input-group.focused ::slotted(input[type=password]),:host .input-group.focused ::slotted(input[type=tel]),:host .input-group.focused ::slotted(input[type=text]),:host .input-group.focused ::slotted(input[type=time]),:host .input-group:focus-within ::slotted(input[type=date]),:host .input-group:focus-within ::slotted(input[type=datetime-local]),:host .input-group:focus-within ::slotted(input[type=email]),:host .input-group:focus-within ::slotted(input[type=month]),:host .input-group:focus-within ::slotted(input[type=number]),:host .input-group:focus-within ::slotted(input[type=password]),:host .input-group:focus-within ::slotted(input[type=tel]),:host .input-group:focus-within ::slotted(input[type=text]),:host .input-group:focus-within ::slotted(input[type=time]){--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}:host .input-group.error .prefix,:host .input-group.error .suffix,:host .input-group[error] .prefix,:host .input-group[error] .suffix{--tw-border-opacity:1!important;--tw-text-opacity:1;border-color:rgb(185 30 40/var(--tw-border-opacity))!important;color:rgb(138 15 29/var(--tw-text-opacity));color:rgb(185 30 40/var(--tw-text-opacity))}:host .input-group.error .prefix::-moz-placeholder,:host .input-group.error .suffix::-moz-placeholder,:host .input-group[error] .prefix::-moz-placeholder,:host .input-group[error] .suffix::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.error .prefix::placeholder,:host .input-group.error .suffix::placeholder,:host .input-group[error] .prefix::placeholder,:host .input-group[error] .suffix::placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.error ::slotted(input[type=date]),:host .input-group.error ::slotted(input[type=datetime-local]),:host .input-group.error ::slotted(input[type=email]),:host .input-group.error ::slotted(input[type=month]),:host .input-group.error ::slotted(input[type=number]),:host .input-group.error ::slotted(input[type=password]),:host .input-group.error ::slotted(input[type=tel]),:host .input-group.error ::slotted(input[type=text]),:host .input-group.error ::slotted(input[type=time]),:host .input-group[error] ::slotted(input[type=date]),:host .input-group[error] ::slotted(input[type=datetime-local]),:host .input-group[error] ::slotted(input[type=email]),:host .input-group[error] ::slotted(input[type=month]),:host .input-group[error] ::slotted(input[type=number]),:host .input-group[error] ::slotted(input[type=password]),:host .input-group[error] ::slotted(input[type=tel]),:host .input-group[error] ::slotted(input[type=text]),:host .input-group[error] ::slotted(input[type=time]){--tw-text-opacity:1;--tw-border-opacity:1!important;border-color:rgb(185 30 40/var(--tw-border-opacity))!important;color:rgb(138 15 29/var(--tw-text-opacity))}:host .input-group.error ::slotted(input[type=date])::-moz-placeholder,:host .input-group.error ::slotted(input[type=datetime-local])::-moz-placeholder,:host .input-group.error ::slotted(input[type=email])::-moz-placeholder,:host .input-group.error ::slotted(input[type=month])::-moz-placeholder,:host .input-group.error ::slotted(input[type=number])::-moz-placeholder,:host .input-group.error ::slotted(input[type=password])::-moz-placeholder,:host .input-group.error ::slotted(input[type=tel])::-moz-placeholder,:host .input-group.error ::slotted(input[type=text])::-moz-placeholder,:host .input-group.error ::slotted(input[type=time])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=date])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=datetime-local])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=email])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=month])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=number])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=password])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=tel])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=text])::-moz-placeholder,:host .input-group[error] ::slotted(input[type=time])::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.error ::slotted(input[type=date])::placeholder,:host .input-group.error ::slotted(input[type=datetime-local])::placeholder,:host .input-group.error ::slotted(input[type=email])::placeholder,:host .input-group.error ::slotted(input[type=month])::placeholder,:host .input-group.error ::slotted(input[type=number])::placeholder,:host .input-group.error ::slotted(input[type=password])::placeholder,:host .input-group.error ::slotted(input[type=tel])::placeholder,:host .input-group.error ::slotted(input[type=text])::placeholder,:host .input-group.error ::slotted(input[type=time])::placeholder,:host .input-group[error] ::slotted(input[type=date])::placeholder,:host .input-group[error] ::slotted(input[type=datetime-local])::placeholder,:host .input-group[error] ::slotted(input[type=email])::placeholder,:host .input-group[error] ::slotted(input[type=month])::placeholder,:host .input-group[error] ::slotted(input[type=number])::placeholder,:host .input-group[error] ::slotted(input[type=password])::placeholder,:host .input-group[error] ::slotted(input[type=tel])::placeholder,:host .input-group[error] ::slotted(input[type=text])::placeholder,:host .input-group[error] ::slotted(input[type=time])::placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host .input-group.disabled .prefix,:host .input-group.disabled .suffix,:host .input-group[disabled] .prefix,:host .input-group[disabled] .suffix{opacity:.4}:host .input-group.disabled ::slotted(input[type=date]),:host .input-group.disabled ::slotted(input[type=datetime-local]),:host .input-group.disabled ::slotted(input[type=email]),:host .input-group.disabled ::slotted(input[type=month]),:host .input-group.disabled ::slotted(input[type=number]),:host .input-group.disabled ::slotted(input[type=password]),:host .input-group.disabled ::slotted(input[type=tel]),:host .input-group.disabled ::slotted(input[type=text]),:host .input-group.disabled ::slotted(input[type=time]),:host .input-group[disabled] ::slotted(input[type=date]),:host .input-group[disabled] ::slotted(input[type=datetime-local]),:host .input-group[disabled] ::slotted(input[type=email]),:host .input-group[disabled] ::slotted(input[type=month]),:host .input-group[disabled] ::slotted(input[type=number]),:host .input-group[disabled] ::slotted(input[type=password]),:host .input-group[disabled] ::slotted(input[type=tel]),:host .input-group[disabled] ::slotted(input[type=text]),:host .input-group[disabled] ::slotted(input[type=time]){opacity:.4;pointer-events:none}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";
|
|
8
8
|
|
|
9
9
|
const InputGroup = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
|
+
/**
|
|
13
|
+
* Wether the input group is disabled
|
|
14
|
+
*/
|
|
15
|
+
this.disabled = false;
|
|
16
|
+
/**
|
|
17
|
+
* Wether the input group is focused
|
|
18
|
+
*/
|
|
19
|
+
this.focused = false;
|
|
12
20
|
}
|
|
13
21
|
render() {
|
|
14
22
|
var _a;
|
|
@@ -16,14 +24,16 @@ const InputGroup = class {
|
|
|
16
24
|
const hasLabelSlot = !!this._el.querySelector('[slot="label"]');
|
|
17
25
|
const hasPrefixSlot = !!this._el.querySelector('[slot="prefix"]');
|
|
18
26
|
const hasSuffixSlot = !!this._el.querySelector('[slot="suffix"]');
|
|
27
|
+
const hasHeaderSlot = !!this._el.querySelector('[slot="header"]');
|
|
19
28
|
const helper = hasHelperSlot ? index.h("slot", { name: "helper" }) : this.helper;
|
|
20
29
|
const label = hasLabelSlot ? index.h("slot", { name: "label" }) : this.label;
|
|
21
30
|
const prefix = hasPrefixSlot ? index.h("slot", { name: "prefix" }) : this.prefix;
|
|
22
31
|
const suffix = hasSuffixSlot ? index.h("slot", { name: "suffix" }) : this.suffix;
|
|
32
|
+
console.log(helper);
|
|
23
33
|
const errorAndErrorIsNotBoolean = this.error &&
|
|
24
34
|
typeof this.error === 'string' &&
|
|
25
35
|
this.error !== 'true';
|
|
26
|
-
return (index.h(index.Host, { class: "p-input-group" }, index.h("div", { class: `input-group ${((_a = this.error) === null || _a === void 0 ? void 0 : _a.length) && 'error'}` }, index.h("div", { class: "flex justify-between items-end" }, index.h("div", { class: "input-label" }, label), index.h("div", { class: "input-header" }, index.h("slot", { name: "header" }), helper && index.h("p-helper",
|
|
36
|
+
return (index.h(index.Host, { class: "p-input-group" }, index.h("div", { class: `input-group ${((_a = this.error) === null || _a === void 0 ? void 0 : _a.length) && 'error'} ${this.disabled && 'disabled'} ${this.focused && 'focused'}` }, index.h("div", { class: "flex justify-between items-end" }, label && index.h("div", { class: "input-label" }, label), (helper || hasHeaderSlot) && (index.h("div", { class: "input-header" }, hasHeaderSlot && index.h("slot", { name: "header" }), helper && (index.h("p-helper", { class: `flex ${hasHeaderSlot ? 'ml-2' : ''}`, placement: "top-end" }, helper))))), index.h("div", { class: "content" }, (prefix || this.icon) && (index.h("div", { class: "prefix" }, this.icon ? (index.h("p-icon", { class: "flex", variant: this.icon, rotate: this.iconRotate, flip: this.iconFlip })) : (prefix))), (suffix || errorAndErrorIsNotBoolean) && (index.h("div", { class: "suffix" }, errorAndErrorIsNotBoolean ? (index.h("p-tooltip", { class: "flex", variant: "error", popover: this.error }, index.h("p-icon", { class: "flex text-negative-light hover:text-negative", slot: "content", variant: "explanation" }))) : (suffix))), index.h("slot", { name: "input" })))));
|
|
27
37
|
}
|
|
28
38
|
get _el() { return index.getElement(this); }
|
|
29
39
|
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-f9c302b6.js');
|
|
6
|
+
|
|
7
|
+
const layoutComponentCss = ".static{position:static!important}.relative{position:relative!important}.sticky{position:-webkit-sticky!important;position:sticky!important}.order-2{order:2!important}.order-1{order:1!important}.order-3{order:3!important}.flex{display:flex!important}.grid{display:grid!important}.hidden{display:none!important}.h-screen{height:100vh!important}.h-full{height:100%!important}.w-sidebar-mobile{width:100%!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.content-start{align-content:flex-start!important}.px-content-mobile-x{padding-left:1rem!important;padding-right:1rem!important}:host{align-content:flex-start;display:grid;gap:0;grid-template-areas:\"topbar topbar\" \"sidebar content\";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;height:100vh;overflow:hidden}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;order:2;position:-webkit-sticky;position:sticky;width:100%}@media (min-width:40rem){:host .topbar{order:1}}:host .sidebar{box-sizing:border-box;display:flex;grid-area:sidebar;height:100%;order:1;width:100%}@media (min-width:40rem){:host .sidebar{order:2;width:15rem}}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;order:3;overflow-y:auto;position:relative}:host .content .inner-content{padding:1.5rem 1rem;position:relative}@media (min-width:40rem){:host .content .inner-content{padding:2rem}}@media (min-width:64rem){:host .content .inner-content{width:45rem}}@media (min-width:80rem){:host .content .inner-content{width:60rem}}@media (min-width:85.375rem){:host .content .inner-content{width:65rem}}@media (min-width:90rem){:host .content .inner-content{width:65rem}}@media (min-width:120rem){:host .content .inner-content{width:70rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:\"topbar topbar\" \"content sidebar\"}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;order:3;overflow:hidden;padding:.5rem;width:unset}@media (min-width:40rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{order:3}@media (min-width:40rem){:host(.variant-login) .content{justify-content:center;order:2}}:host(.variant-login) .content .inner-content{box-sizing:border-box}@media (min-width:40rem){:host(.variant-login) .content .inner-content{padding:0 4.5rem;width:30rem}}@media (min-width:40rem){.tablet\\:flex{display:flex!important}.tablet\\:px-content-desktop-x{padding-left:2rem!important;padding-right:2rem!important}.tablet\\:py-0{padding-bottom:0!important;padding-top:0!important}}@media (min-width:64rem){.desktop-xs\\:w-content-desktop-xs{width:45rem!important}}@media (min-width:80rem){.desktop-sm\\:w-content-desktop-sm{width:60rem!important}}@media (min-width:85.375rem){.desktop\\:w-content-desktop{width:65rem!important}}@media (min-width:90rem){.desktop-lg\\:w-content-desktop-lg{width:65rem!important}}";
|
|
8
|
+
|
|
9
|
+
const Layout = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
/**
|
|
13
|
+
* Variant of the layout
|
|
14
|
+
*/
|
|
15
|
+
this.variant = 'default';
|
|
16
|
+
}
|
|
17
|
+
render() {
|
|
18
|
+
return (index.h(index.Host, { class: `p-layout variant-${this.variant}` }, index.h("div", { class: "topbar" }, index.h("slot", { name: "topbar" })), index.h("div", { class: "sidebar" }, index.h("slot", { name: "sidebar" })), index.h("div", { class: "content" }, index.h("div", { class: "inner-content" }, index.h("slot", { name: "content" })))));
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
Layout.style = layoutComponentCss;
|
|
22
|
+
|
|
23
|
+
exports.p_layout = Layout;
|