@paperless/core 1.38.2 → 1.38.4

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/build/{p-73d5583a.entry.js → p-c9295061.entry.js} +2 -2
  3. package/dist/{paperless/p-73d5583a.entry.js.map → build/p-c9295061.entry.js.map} +1 -1
  4. package/dist/{paperless/p-ba960c96.entry.js → build/p-eebab75d.entry.js} +2 -2
  5. package/dist/build/p-eebab75d.entry.js.map +1 -0
  6. package/dist/build/paperless.esm.js +1 -1
  7. package/dist/cjs/p-stepper-item.cjs.entry.js +1 -1
  8. package/dist/cjs/p-stepper-item.cjs.entry.js.map +1 -1
  9. package/dist/cjs/p-stepper.cjs.entry.js +1 -1
  10. package/dist/cjs/p-stepper.cjs.entry.js.map +1 -1
  11. package/dist/collection/components/atoms/stepper-item/stepper-item.component.css +1 -1
  12. package/dist/collection/components/molecules/stepper/stepper.component.js +1 -1
  13. package/dist/collection/components/molecules/stepper/stepper.component.js.map +1 -1
  14. package/dist/components/p-stepper-item.js +1 -1
  15. package/dist/components/p-stepper-item.js.map +1 -1
  16. package/dist/components/p-stepper.js +1 -1
  17. package/dist/components/p-stepper.js.map +1 -1
  18. package/dist/esm/p-stepper-item.entry.js +1 -1
  19. package/dist/esm/p-stepper-item.entry.js.map +1 -1
  20. package/dist/esm/p-stepper.entry.js +1 -1
  21. package/dist/esm/p-stepper.entry.js.map +1 -1
  22. package/dist/index.html +1 -1
  23. package/dist/paperless/{p-73d5583a.entry.js → p-c9295061.entry.js} +2 -2
  24. package/dist/{build/p-73d5583a.entry.js.map → paperless/p-c9295061.entry.js.map} +1 -1
  25. package/dist/{build/p-ba960c96.entry.js → paperless/p-eebab75d.entry.js} +2 -2
  26. package/dist/paperless/p-eebab75d.entry.js.map +1 -0
  27. package/dist/paperless/paperless.esm.js +1 -1
  28. package/dist/sw.js +1 -1
  29. package/dist/sw.js.map +1 -1
  30. package/hydrate/index.js +2 -2
  31. package/package.json +1 -1
  32. package/dist/build/p-ba960c96.entry.js.map +0 -1
  33. package/dist/paperless/p-ba960c96.entry.js.map +0 -1
package/hydrate/index.js CHANGED
@@ -21437,7 +21437,7 @@ class Stepper {
21437
21437
  }
21438
21438
  // remove duplicate lines
21439
21439
  const lines = this._el.querySelectorAll('p-stepper-line');
21440
- for (let j = lines === null || lines === void 0 ? void 0 : lines.length; j != 0; j--) {
21440
+ for (let j = lines.length - 1; j >= 0; j--) {
21441
21441
  const line = lines.item(j);
21442
21442
  const previousItem = line.previousElementSibling;
21443
21443
  if (previousItem.tagName.toLowerCase() === 'p-stepper-line') {
@@ -21464,7 +21464,7 @@ class Stepper {
21464
21464
  }; }
21465
21465
  }
21466
21466
 
21467
- const stepperItemComponentCss = "/*!@.absolute*/.absolute.sc-p-stepper-item{position:absolute!important}/*!@.relative*/.relative.sc-p-stepper-item{position:relative!important}/*!@.left-1\\/2*/.left-1\\/2.sc-p-stepper-item{left:50%!important}/*!@.top-0*/.top-0.sc-p-stepper-item{top:0!important}/*!@.order-2*/.order-2.sc-p-stepper-item{order:2!important}/*!@.ml-0*/.ml-0.sc-p-stepper-item{margin-left:0!important}/*!@.mr-4*/.mr-4.sc-p-stepper-item{margin-right:1rem!important}/*!@.flex*/.flex.sc-p-stepper-item{display:flex!important}/*!@.h-4*/.h-4.sc-p-stepper-item{height:1rem!important}/*!@.min-h-\\[1rem\\]*/.min-h-\\[1rem\\].sc-p-stepper-item{min-height:1rem!important}/*!@.w-4*/.w-4.sc-p-stepper-item{width:1rem!important}/*!@.w-full*/.w-full.sc-p-stepper-item{width:100%!important}/*!@.min-w-\\[calc\\(100\\%-2rem\\)\\]*/.min-w-\\[calc\\(100\\%-2rem\\)\\].sc-p-stepper-item{min-width:calc(100% - 2rem)!important}/*!@.-translate-x-1\\/2*/.-translate-x-1\\/2.sc-p-stepper-item{--tw-translate-x:-50%!important}/*!@.-translate-x-1\\/2,.transform*/.-translate-x-1\\/2.sc-p-stepper-item,.transform.sc-p-stepper-item{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*/.items-end.sc-p-stepper-item{align-items:flex-end!important}/*!@.items-center*/.items-center.sc-p-stepper-item{align-items:center!important}/*!@.justify-center*/.justify-center.sc-p-stepper-item{justify-content:center!important}/*!@.bg-mystic-dark*/.bg-mystic-dark.sc-p-stepper-item{--tw-bg-opacity:1!important;background-color:rgb(218 230 240/var(--tw-bg-opacity))!important}/*!@.text-sm*/.text-sm.sc-p-stepper-item{font-size:.875rem!important;line-height:1.25rem!important}/*!@.transition*/.transition.sc-p-stepper-item{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}/*!@.duration-500*/.duration-500.sc-p-stepper-item{transition-duration:.5s!important}/*!@**/*.sc-p-stepper-item{box-sizing:border-box}/*!@:host*/.sc-p-stepper-item-h{align-items:flex-end;display:flex;justify-content:center;position:relative;width:100%}/*!@:host .content*/.sc-p-stepper-item-h .content.sc-p-stepper-item{--tw-text-opacity:1;color:rgb(176 178 203/var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem;min-width:calc(100% - 2rem);white-space:nowrap}/*!@:host .circle*/.sc-p-stepper-item-h .circle.sc-p-stepper-item{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(218 230 240/var(--tw-bg-opacity));border-radius:100%;color:rgb(255 255 255/var(--tw-text-opacity));display:flex;flex-shrink:0;height:1rem;justify-content:center;transition-duration:.5s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}/*!@:host .circle p-icon*/.sc-p-stepper-item-h .circle.sc-p-stepper-item p-icon.sc-p-stepper-item{display:flex!important;font-size:.625rem}/*!@:host([direction=horizontal])*/[direction=horizontal].sc-p-stepper-item-h{height:2.5rem}/*!@:host([direction=horizontal]) .content*/[direction=horizontal].sc-p-stepper-item-h .content.sc-p-stepper-item{min-width:0;order:1;position:absolute;top:0}/*!@:host([direction=horizontal]) .circle*/[direction=horizontal].sc-p-stepper-item-h .circle.sc-p-stepper-item{order:2}/*!@:host([direction=vertical])*/[direction=vertical].sc-p-stepper-item-h{align-items:center;min-height:1rem}/*!@:host([direction=vertical]) .content*/[direction=vertical].sc-p-stepper-item-h .content.sc-p-stepper-item{margin-left:1rem;order:2}/*!@:host([direction=vertical]) .circle*/[direction=vertical].sc-p-stepper-item-h .circle.sc-p-stepper-item{order:1}/*!@:host([active]) .content,:host([finished]) .content*/[active].sc-p-stepper-item-h .content.sc-p-stepper-item,[finished].sc-p-stepper-item-h .content.sc-p-stepper-item{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}/*!@:host([active]) .circle,:host([finished]) .circle*/[active].sc-p-stepper-item-h .circle.sc-p-stepper-item,[finished].sc-p-stepper-item-h .circle.sc-p-stepper-item{--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity))}/*!@:host([direction=horizontal][align=start]) .content*/[direction=horizontal][align=start].sc-p-stepper-item-h .content.sc-p-stepper-item{left:0}/*!@:host([direction=horizontal][align=end]) .content*/[direction=horizontal][align=end].sc-p-stepper-item-h .content.sc-p-stepper-item{right:0}/*!@:host([direction=horizontal][align=center]) .content*/[direction=horizontal][align=center].sc-p-stepper-item-h .content.sc-p-stepper-item{--tw-translate-x:-50%;left:50%;text-align:center;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))}/*!@:host([direction=vertical][content-position=start])*/[direction=vertical][content-position=start].sc-p-stepper-item-h{flex-direction:row-reverse}/*!@:host([direction=vertical][content-position=start]) .content*/[direction=vertical][content-position=start].sc-p-stepper-item-h .content.sc-p-stepper-item{display:flex;justify-content:flex-end;margin-left:0;margin-right:1rem}/*!@.static*/.static.sc-p-stepper-item{position:static!important}";
21467
+ const stepperItemComponentCss = "/*!@.absolute*/.absolute.sc-p-stepper-item{position:absolute!important}/*!@.relative*/.relative.sc-p-stepper-item{position:relative!important}/*!@.left-1\\/2*/.left-1\\/2.sc-p-stepper-item{left:50%!important}/*!@.top-0*/.top-0.sc-p-stepper-item{top:0!important}/*!@.order-2*/.order-2.sc-p-stepper-item{order:2!important}/*!@.ml-0*/.ml-0.sc-p-stepper-item{margin-left:0!important}/*!@.mr-4*/.mr-4.sc-p-stepper-item{margin-right:1rem!important}/*!@.flex*/.flex.sc-p-stepper-item{display:flex!important}/*!@.h-4*/.h-4.sc-p-stepper-item{height:1rem!important}/*!@.min-h-\\[1rem\\]*/.min-h-\\[1rem\\].sc-p-stepper-item{min-height:1rem!important}/*!@.w-4*/.w-4.sc-p-stepper-item{width:1rem!important}/*!@.w-full*/.w-full.sc-p-stepper-item{width:100%!important}/*!@.min-w-\\[calc\\(100\\%-2rem\\)\\]*/.min-w-\\[calc\\(100\\%-2rem\\)\\].sc-p-stepper-item{min-width:calc(100% - 2rem)!important}/*!@.-translate-x-1\\/2*/.-translate-x-1\\/2.sc-p-stepper-item{--tw-translate-x:-50%!important}/*!@.-translate-x-1\\/2,.transform*/.-translate-x-1\\/2.sc-p-stepper-item,.transform.sc-p-stepper-item{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*/.items-end.sc-p-stepper-item{align-items:flex-end!important}/*!@.items-center*/.items-center.sc-p-stepper-item{align-items:center!important}/*!@.justify-center*/.justify-center.sc-p-stepper-item{justify-content:center!important}/*!@.bg-mystic-dark*/.bg-mystic-dark.sc-p-stepper-item{--tw-bg-opacity:1!important;background-color:rgb(218 230 240/var(--tw-bg-opacity))!important}/*!@.text-sm*/.text-sm.sc-p-stepper-item{font-size:.875rem!important;line-height:1.25rem!important}/*!@.transition*/.transition.sc-p-stepper-item{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}/*!@.duration-500*/.duration-500.sc-p-stepper-item{transition-duration:.5s!important}/*!@**/*.sc-p-stepper-item{box-sizing:border-box}/*!@:host*/.sc-p-stepper-item-h{align-items:flex-end;display:flex;justify-content:center;position:relative;width:100%}/*!@:host .content*/.sc-p-stepper-item-h .content.sc-p-stepper-item{--tw-text-opacity:1;color:rgb(176 178 203/var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem;min-width:calc(100% - 2rem);white-space:nowrap}/*!@:host .circle*/.sc-p-stepper-item-h .circle.sc-p-stepper-item{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(218 230 240/var(--tw-bg-opacity));border-radius:100%;color:rgb(255 255 255/var(--tw-text-opacity));display:flex;flex-shrink:0;height:1rem;justify-content:center;transition-duration:.5s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}/*!@:host .circle p-icon*/.sc-p-stepper-item-h .circle.sc-p-stepper-item p-icon.sc-p-stepper-item{display:flex!important;font-size:.625rem}/*!@:host([direction=horizontal])*/[direction=horizontal].sc-p-stepper-item-h{flex:0;height:2.5rem}/*!@:host([direction=horizontal]) .content*/[direction=horizontal].sc-p-stepper-item-h .content.sc-p-stepper-item{min-width:0;order:1;position:absolute;top:0}/*!@:host([direction=horizontal]) .circle*/[direction=horizontal].sc-p-stepper-item-h .circle.sc-p-stepper-item{order:2}/*!@:host([direction=vertical])*/[direction=vertical].sc-p-stepper-item-h{align-items:center;min-height:1rem}/*!@:host([direction=vertical]) .content*/[direction=vertical].sc-p-stepper-item-h .content.sc-p-stepper-item{margin-left:1rem;order:2}/*!@:host([direction=vertical]) .circle*/[direction=vertical].sc-p-stepper-item-h .circle.sc-p-stepper-item{order:1}/*!@:host([active]) .content,:host([finished]) .content*/[active].sc-p-stepper-item-h .content.sc-p-stepper-item,[finished].sc-p-stepper-item-h .content.sc-p-stepper-item{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}/*!@:host([active]) .circle,:host([finished]) .circle*/[active].sc-p-stepper-item-h .circle.sc-p-stepper-item,[finished].sc-p-stepper-item-h .circle.sc-p-stepper-item{--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity))}/*!@:host([direction=horizontal][align=start]) .content*/[direction=horizontal][align=start].sc-p-stepper-item-h .content.sc-p-stepper-item{left:0}/*!@:host([direction=horizontal][align=end]) .content*/[direction=horizontal][align=end].sc-p-stepper-item-h .content.sc-p-stepper-item{right:0}/*!@:host([direction=horizontal][align=center]) .content*/[direction=horizontal][align=center].sc-p-stepper-item-h .content.sc-p-stepper-item{--tw-translate-x:-50%;left:50%;text-align:center;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))}/*!@:host([direction=vertical][content-position=start])*/[direction=vertical][content-position=start].sc-p-stepper-item-h{flex-direction:row-reverse}/*!@:host([direction=vertical][content-position=start]) .content*/[direction=vertical][content-position=start].sc-p-stepper-item-h .content.sc-p-stepper-item{display:flex;justify-content:flex-end;margin-left:0;margin-right:1rem}/*!@.static*/.static.sc-p-stepper-item{position:static!important}";
21468
21468
 
21469
21469
  class StepperItem {
21470
21470
  constructor(hostRef) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "1.38.2",
3
+ "version": "1.38.4",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -1 +0,0 @@
1
- {"version":3,"names":["stepperItemComponentCss","StepperItem","render","h","Host","class","this","finished","variant","name"],"sources":["src/components/atoms/stepper-item/stepper-item.component.scss?tag=p-stepper-item&encapsulation=shadow","src/components/atoms/stepper-item/stepper-item.component.tsx"],"sourcesContent":[":host {\n\t@apply relative flex w-full items-end justify-center;\n\n\t.content {\n\t\t@apply min-w-[calc(100%-2rem)] whitespace-nowrap;\n\t\t@apply text-sm text-storm-light;\n\t}\n\n\t.circle {\n\t\t@apply transition duration-500 ease-in-out;\n\t\t@apply flex items-center justify-center flex-shrink-0;\n\t\t@apply h-4 w-4 rounded-round;\n\t\t@apply bg-mystic-dark text-white;\n\n\t\tp-icon {\n\t\t\t@apply flex #{!important};\n\t\t\tfont-size: 0.625rem;\n\t\t}\n\t}\n}\n\n:host([direction='horizontal']) {\n\t@apply h-10;\n\n\t.content {\n\t\t@apply absolute top-0 min-w-0;\n\t\t@apply order-1;\n\t}\n\n\t.circle {\n\t\t@apply order-2;\n\t}\n}\n\n:host([direction='vertical']) {\n\t@apply min-h-[1rem] items-center;\n\n\t.content {\n\t\t@apply order-2 ml-4;\n\t}\n\n\t.circle {\n\t\t@apply order-1;\n\t}\n}\n\n:host([active]),\n:host([finished]) {\n\t.content {\n\t\t@apply text-indigo;\n\t}\n\n\t.circle {\n\t\t@apply bg-indigo;\n\t}\n}\n\n:host([direction='horizontal'][align='start']) {\n\t.content {\n\t\t@apply left-0;\n\t}\n}\n\n:host([direction='horizontal'][align='end']) {\n\t.content {\n\t\t@apply right-0;\n\t}\n}\n\n:host([direction='horizontal'][align='center']) {\n\t.content {\n\t\t@apply left-1/2 -translate-x-1/2 transform text-center;\n\t}\n}\n\n:host([direction='vertical'][content-position='start']) {\n\t@apply flex-row-reverse;\n\n\t.content {\n\t\t@apply ml-0 mr-4 flex justify-end;\n\t}\n}\n","import { Component, h, Host, Prop } from '@stencil/core';\n\n@Component({\n\ttag: 'p-stepper-item',\n\tstyleUrl: 'stepper-item.component.scss',\n\tshadow: true,\n})\nexport class StepperItem {\n\t/**\n\t * The alignment of the step content\n\t */\n\t@Prop({ reflect: true }) align: 'start' | 'center' | 'end' = 'center';\n\n\t/**\n\t * The direction of the stepper step\n\t */\n\t@Prop({ reflect: true }) direction: 'horizontal' | 'vertical' =\n\t\t'horizontal';\n\n\t/**\n\t * The position of the content in case of vertical direction\n\t */\n\t@Prop({ reflect: true }) contentPosition: 'start' | 'end' = 'end';\n\n\t/**\n\t * Wether the step is finished\n\t */\n\t@Prop({ reflect: true }) finished: boolean = false;\n\n\t/**\n\t * Wether the step is active\n\t */\n\t@Prop({ reflect: true }) active: boolean = false;\n\n\trender() {\n\t\treturn (\n\t\t\t<Host class=\"p-stepper-item\">\n\t\t\t\t<div class=\"circle\">\n\t\t\t\t\t{this.finished && <p-icon variant=\"checkmark\" />}\n\t\t\t\t</div>\n\t\t\t\t<div class=\"content\">\n\t\t\t\t\t<slot name=\"content\" />\n\t\t\t\t</div>\n\t\t\t</Host>\n\t\t);\n\t}\n}\n"],"mappings":"kDAAA,MAAMA,EAA0B,o1G,MCOnBC,EAAW,M,oCAIsC,S,eAM5D,a,qBAK2D,M,cAKf,M,YAKF,K,CAE3C,MAAAC,GACC,OACCC,EAACC,EAAI,CAACC,MAAM,kBACXF,EAAA,OAAKE,MAAM,UACTC,KAAKC,UAAYJ,EAAA,UAAQK,QAAQ,eAEnCL,EAAA,OAAKE,MAAM,WACVF,EAAA,QAAMM,KAAK,a"}
@@ -1 +0,0 @@
1
- {"version":3,"names":["stepperItemComponentCss","StepperItem","render","h","Host","class","this","finished","variant","name"],"sources":["src/components/atoms/stepper-item/stepper-item.component.scss?tag=p-stepper-item&encapsulation=shadow","src/components/atoms/stepper-item/stepper-item.component.tsx"],"sourcesContent":[":host {\n\t@apply relative flex w-full items-end justify-center;\n\n\t.content {\n\t\t@apply min-w-[calc(100%-2rem)] whitespace-nowrap;\n\t\t@apply text-sm text-storm-light;\n\t}\n\n\t.circle {\n\t\t@apply transition duration-500 ease-in-out;\n\t\t@apply flex items-center justify-center flex-shrink-0;\n\t\t@apply h-4 w-4 rounded-round;\n\t\t@apply bg-mystic-dark text-white;\n\n\t\tp-icon {\n\t\t\t@apply flex #{!important};\n\t\t\tfont-size: 0.625rem;\n\t\t}\n\t}\n}\n\n:host([direction='horizontal']) {\n\t@apply h-10;\n\n\t.content {\n\t\t@apply absolute top-0 min-w-0;\n\t\t@apply order-1;\n\t}\n\n\t.circle {\n\t\t@apply order-2;\n\t}\n}\n\n:host([direction='vertical']) {\n\t@apply min-h-[1rem] items-center;\n\n\t.content {\n\t\t@apply order-2 ml-4;\n\t}\n\n\t.circle {\n\t\t@apply order-1;\n\t}\n}\n\n:host([active]),\n:host([finished]) {\n\t.content {\n\t\t@apply text-indigo;\n\t}\n\n\t.circle {\n\t\t@apply bg-indigo;\n\t}\n}\n\n:host([direction='horizontal'][align='start']) {\n\t.content {\n\t\t@apply left-0;\n\t}\n}\n\n:host([direction='horizontal'][align='end']) {\n\t.content {\n\t\t@apply right-0;\n\t}\n}\n\n:host([direction='horizontal'][align='center']) {\n\t.content {\n\t\t@apply left-1/2 -translate-x-1/2 transform text-center;\n\t}\n}\n\n:host([direction='vertical'][content-position='start']) {\n\t@apply flex-row-reverse;\n\n\t.content {\n\t\t@apply ml-0 mr-4 flex justify-end;\n\t}\n}\n","import { Component, h, Host, Prop } from '@stencil/core';\n\n@Component({\n\ttag: 'p-stepper-item',\n\tstyleUrl: 'stepper-item.component.scss',\n\tshadow: true,\n})\nexport class StepperItem {\n\t/**\n\t * The alignment of the step content\n\t */\n\t@Prop({ reflect: true }) align: 'start' | 'center' | 'end' = 'center';\n\n\t/**\n\t * The direction of the stepper step\n\t */\n\t@Prop({ reflect: true }) direction: 'horizontal' | 'vertical' =\n\t\t'horizontal';\n\n\t/**\n\t * The position of the content in case of vertical direction\n\t */\n\t@Prop({ reflect: true }) contentPosition: 'start' | 'end' = 'end';\n\n\t/**\n\t * Wether the step is finished\n\t */\n\t@Prop({ reflect: true }) finished: boolean = false;\n\n\t/**\n\t * Wether the step is active\n\t */\n\t@Prop({ reflect: true }) active: boolean = false;\n\n\trender() {\n\t\treturn (\n\t\t\t<Host class=\"p-stepper-item\">\n\t\t\t\t<div class=\"circle\">\n\t\t\t\t\t{this.finished && <p-icon variant=\"checkmark\" />}\n\t\t\t\t</div>\n\t\t\t\t<div class=\"content\">\n\t\t\t\t\t<slot name=\"content\" />\n\t\t\t\t</div>\n\t\t\t</Host>\n\t\t);\n\t}\n}\n"],"mappings":"kDAAA,MAAMA,EAA0B,o1G,MCOnBC,EAAW,M,oCAIsC,S,eAM5D,a,qBAK2D,M,cAKf,M,YAKF,K,CAE3C,MAAAC,GACC,OACCC,EAACC,EAAI,CAACC,MAAM,kBACXF,EAAA,OAAKE,MAAM,UACTC,KAAKC,UAAYJ,EAAA,UAAQK,QAAQ,eAEnCL,EAAA,OAAKE,MAAM,WACVF,EAAA,QAAMM,KAAK,a"}