@paperless/core 1.22.3 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/{paperless/p-9d3d72fa.entry.js → build/p-2d8f2cbb.entry.js} +2 -2
- package/dist/build/p-2d8f2cbb.entry.js.map +1 -0
- package/dist/build/p-2f2747cd.entry.js +2 -0
- package/dist/build/p-2f2747cd.entry.js.map +1 -0
- package/dist/build/{p-d02f985a.entry.js → p-897d7385.entry.js} +2 -2
- package/dist/build/p-897d7385.entry.js.map +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/build/paperless.esm.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-floating-menu-container_8.cjs.entry.js +3 -2
- package/dist/cjs/p-floating-menu-container_8.cjs.entry.js.map +1 -1
- package/dist/cjs/p-select.cjs.entry.js +4 -4
- package/dist/cjs/p-select.cjs.entry.js.map +1 -1
- package/dist/cjs/p-table.cjs.entry.js +2 -1
- package/dist/cjs/p-table.cjs.entry.js.map +1 -1
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.js +26 -1
- package/dist/collection/components/atoms/table-container/table-container.component.js.map +1 -1
- package/dist/collection/components/molecules/select/select.component.js +4 -4
- package/dist/collection/components/molecules/select/select.component.js.map +1 -1
- package/dist/collection/components/organisms/table/table.component.js +20 -1
- package/dist/collection/components/organisms/table/table.component.js.map +1 -1
- package/dist/components/p-select.js +4 -4
- package/dist/components/p-select.js.map +1 -1
- package/dist/components/p-table.js +3 -1
- package/dist/components/p-table.js.map +1 -1
- package/dist/components/table-container.component.js +6 -3
- package/dist/components/table-container.component.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-floating-menu-container_8.entry.js +3 -2
- package/dist/esm/p-floating-menu-container_8.entry.js.map +1 -1
- package/dist/esm/p-select.entry.js +4 -4
- package/dist/esm/p-select.entry.js.map +1 -1
- package/dist/esm/p-table.entry.js +2 -1
- package/dist/esm/p-table.entry.js.map +1 -1
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/{build/p-9d3d72fa.entry.js → paperless/p-2d8f2cbb.entry.js} +2 -2
- package/dist/paperless/p-2d8f2cbb.entry.js.map +1 -0
- package/dist/paperless/p-2f2747cd.entry.js +2 -0
- package/dist/paperless/p-2f2747cd.entry.js.map +1 -0
- package/dist/paperless/{p-d02f985a.entry.js → p-897d7385.entry.js} +2 -2
- package/dist/paperless/p-897d7385.entry.js.map +1 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/paperless/paperless.esm.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/types/components/atoms/table-container/table-container.component.d.ts +1 -0
- package/dist/types/components/organisms/table/table.component.d.ts +1 -0
- package/dist/types/components.d.ts +4 -0
- package/hydrate/index.js +13 -8
- package/package.json +1 -1
- package/dist/build/p-9c914665.entry.js +0 -2
- package/dist/build/p-9c914665.entry.js.map +0 -1
- package/dist/build/p-9d3d72fa.entry.js.map +0 -1
- package/dist/build/p-d02f985a.entry.js.map +0 -1
- package/dist/paperless/p-9c914665.entry.js +0 -2
- package/dist/paperless/p-9c914665.entry.js.map +0 -1
- package/dist/paperless/p-9d3d72fa.entry.js.map +0 -1
- package/dist/paperless/p-d02f985a.entry.js.map +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
|
+
# [1.23.0](https://github.com/ionic-team/stencil-component-starter/compare/v1.22.4...v1.23.0) (2024-02-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Atoms/Table/Container:** Add prop to disable shadow ([f646314](https://github.com/ionic-team/stencil-component-starter/commit/f646314ba7416bf3ed1b754902a61aa35fb7fab4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.22.4](https://github.com/ionic-team/stencil-component-starter/compare/v1.22.3...v1.22.4) (2024-02-14)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **Molecules/Select:** Make `forceBlur` optional ([a1a2b20](https://github.com/ionic-team/stencil-component-starter/commit/a1a2b20cea31f7252af148cfe05132312c38a33f))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [1.22.3](https://github.com/ionic-team/stencil-component-starter/compare/v1.22.2...v1.22.3) (2024-02-14)
|
|
7
29
|
|
|
8
30
|
|