@paperless/core 0.1.0-alpha.177 → 0.1.0-alpha.180
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 +22 -0
- package/dist/build/p-1dea3e25.entry.js +1 -0
- package/dist/build/p-2f401017.entry.js +1 -0
- package/dist/build/{p-13b56212.entry.js → p-311ff802.entry.js} +1 -1
- package/dist/build/p-99e45c0c.entry.js +1 -0
- package/dist/build/{p-8ad2b7ac.entry.js → p-b3cc0ec0.entry.js} +1 -1
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +1 -1
- package/dist/cjs/p-stepper-item_2.cjs.entry.js +2 -2
- package/dist/cjs/p-stepper.cjs.entry.js +1 -23
- package/dist/cjs/p-table-column_5.cjs.entry.js +5 -5
- package/dist/cjs/p-table.cjs.entry.js +1 -1
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/components/atoms/button/button.component.css +1 -1
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/loader/loader.component.css +1 -1
- 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/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
- package/dist/collection/components/atoms/stepper-item/stepper-item.component.css +1 -1
- package/dist/collection/components/atoms/stepper-line/stepper-line.component.css +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.css +2 -2
- package/dist/collection/components/atoms/table-container/table-container.component.js +0 -1
- package/dist/collection/components/atoms/tag/tag.component.css +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
- package/dist/collection/components/helpers/table-definition/table-definition.component.js +0 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/molecules/input-group/input-group.component.css +1 -1
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/components/molecules/stepper/stepper.component.css +1 -1
- package/dist/collection/components/molecules/stepper/stepper.component.js +0 -22
- package/dist/collection/components/molecules/table-column/table-column.component.css +2 -43
- package/dist/collection/components/molecules/table-column/table-column.component.js +0 -1
- package/dist/collection/components/molecules/table-footer/table-footer.component.css +9 -9
- package/dist/collection/components/molecules/table-footer/table-footer.component.js +0 -1
- package/dist/collection/components/molecules/table-header/table-header.component.css +5 -5
- package/dist/collection/components/molecules/table-header/table-header.component.js +0 -1
- package/dist/collection/components/molecules/table-row/table-row.component.css +6 -6
- package/dist/collection/components/molecules/table-row/table-row.component.js +0 -1
- package/dist/collection/components/organisms/table/table.component.css +2 -2
- package/dist/collection/components/organisms/table/table.component.js +2 -3
- package/dist/components/icon.component.js +1 -1
- package/dist/components/p-stepper.js +1 -23
- package/dist/components/p-table-definition.js +1 -2
- package/dist/components/p-table.js +2 -3
- package/dist/components/stepper-item.component.js +1 -1
- package/dist/components/stepper-line.component.js +1 -1
- package/dist/components/table-column.component.js +2 -3
- package/dist/components/table-container.component.js +2 -3
- package/dist/components/table-footer.component.js +2 -3
- package/dist/components/table-header.component.js +2 -3
- package/dist/components/table-row.component.js +2 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-button_3.entry.js +1 -1
- package/dist/esm/p-stepper-item_2.entry.js +2 -2
- package/dist/esm/p-stepper.entry.js +1 -23
- package/dist/esm/p-table-column_5.entry.js +5 -5
- package/dist/esm/p-table.entry.js +1 -1
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-1dea3e25.entry.js +1 -0
- package/dist/paperless/p-2f401017.entry.js +1 -0
- package/dist/paperless/{p-13b56212.entry.js → p-311ff802.entry.js} +1 -1
- package/dist/paperless/p-99e45c0c.entry.js +1 -0
- package/dist/paperless/{p-8ad2b7ac.entry.js → p-b3cc0ec0.entry.js} +1 -1
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/package.json +1 -1
- package/dist/build/p-1d160328.entry.js +0 -1
- package/dist/build/p-cfe0f01b.entry.js +0 -1
- package/dist/build/p-e3fa37d7.entry.js +0 -1
- package/dist/paperless/p-1d160328.entry.js +0 -1
- package/dist/paperless/p-cfe0f01b.entry.js +0 -1
- package/dist/paperless/p-e3fa37d7.entry.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.1.0-alpha.180](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.178...v0.1.0-alpha.180) (2022-10-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* lerna force publish ([aea4935](https://github.com/ionic-team/stencil-component-starter/commit/aea4935dae31278fc51c97265dea12748ef1f520))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.1.0-alpha.178](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.177...v0.1.0-alpha.178) (2022-10-28)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* Remove shadow dom ([9274156](https://github.com/ionic-team/stencil-component-starter/commit/927415635e3f6b5adeb6c1a891419bcd59dec30b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [0.1.0-alpha.177](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.175...v0.1.0-alpha.177) (2022-10-28)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,g as e,H as r}from"./p-a81035d0.js";const s=class{constructor(i){t(this,i),this.activeStep=1,this.direction="horizontal"}componentWillRender(){this._steps=this._generateSteps(this.activeStep-1)}render(){return i(r,{class:"p-stepper"},this._steps)}_generateSteps(t){const e=[],r=this._el.querySelectorAll("p-stepper-item");for(let s=0;s<(null==r?void 0:r.length);s++){const o=r.item(s);s>0&&e.push(i("p-stepper-line",{direction:this.direction,active:s<=t}));const n=i("p-stepper-item",{active:s===t,finished:s<t,direction:this.direction,align:0===s?"start":s===(null==r?void 0:r.length)-1?"end":"center"},o.innerHTML);e.push(n)}return e}get _el(){return e(this)}};s.style=".static{position:static!important}.flex{display:flex!important}.h-auto{height:auto!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}*{box-sizing:border-box}:host{display:flex}:host([direction=horizontal]){align-items:flex-end;height:auto}:host([direction=vertical]){align-items:flex-start;flex-direction:column;flex-wrap:wrap;min-height:100%;width:100%}";export{s as p_stepper}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o,H as r}from"./p-a81035d0.js";const i=class{constructor(o){t(this,o),this.align="center",this.direction="horizontal",this.finished=!1,this.active=!1}render(){return o(r,{class:"p-stepper-item"},o("div",{class:"content"},o("slot",null)),o("div",{class:"circle"},this.finished&&o("p-icon",{variant:"checkmark"})))}};i.style=".static{position:static!important}.absolute{position:absolute!important}.relative{position:relative!important}.left-1\\/2{left:50%!important}.ml-4{margin-left:1rem!important}.flex{display:flex!important}.h-4{height:1rem!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}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.rounded-round{border-radius:100%!important}.bg-mystic-dark{--tw-bg-opacity:1!important;background-color:rgb(218 230 240/var(--tw-bg-opacity))!important}.text-center{text-align:center!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.font-semibold{font-weight:600!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}*{box-sizing:border-box}:host{align-items:flex-end;display:flex;justify-content:center;position:relative}:host .content{--tw-text-opacity:1;color:rgb(176 178 203/var(--tw-text-opacity));font-size:.875rem;font-weight:600;line-height:1.25rem;white-space:nowrap}:host .circle{--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;height:1rem;justify-content:center;transition-duration:.5s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;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;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1rem}:host .circle p-icon{display:flex!important;font-size:.625rem}:host([direction=horizontal]){height:2.5rem}:host([direction=horizontal]) .content{order:1;position:absolute;top:0}:host([direction=horizontal]) .circle{order:2}:host([direction=vertical]){height:1rem}:host([direction=vertical]) .content{margin-left:1rem;order:2}:host([direction=vertical]) .circle{order:1}:host([active]) .content,:host([finished]) .content{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}:host([active]) .circle,:host([finished]) .circle{--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity))}:host([direction=horizontal][align=start]) .content{left:0}:host([direction=horizontal][align=end]) .content{right:0}:host([direction=horizontal][align=center]) .content{--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))}";const e=class{constructor(o){t(this,o),this.active=!1,this.direction="horizontal"}render(){return o(r,{class:"p-stepper-line"})}};e.style=".static{position:static!important}.mb-\\[calc\\(\\.5rem-1px\\)\\]{margin-bottom:calc(.5rem - 1px)!important}.ml-\\[calc\\(\\.5rem-1px\\)\\]{margin-left:calc(.5rem - 1px)!important}.block{display:block!important}.h-\\[2px\\]{height:2px!important}.w-\\[2px\\]{width:2px!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}*{box-sizing:border-box}:host{--tw-bg-opacity:1;background-color:rgb(218 230 240/var(--tw-bg-opacity));display:block;flex:1 1 auto;transition-duration:.5s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;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;transition-timing-function:cubic-bezier(.4,0,.2,1)}:host([direction=horizontal]){height:2px;margin-bottom:calc(.5rem - 1px)}:host([direction=vertical]){margin-left:calc(.5rem - 1px);width:2px}:host([active]){--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity))}";export{i as p_stepper_item,e as p_stepper_line}
|