@paperless/core 0.1.0-alpha.443 → 0.1.0-alpha.445
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/index.esm.js +1 -1
- package/dist/build/index.esm.js.map +1 -1
- package/dist/build/p-9bae58fe.entry.js.map +1 -1
- package/dist/build/p-d2108cdd.entry.js +2 -0
- package/dist/build/p-d2108cdd.entry.js.map +1 -0
- package/dist/build/p-da2426c7.js +2 -0
- package/dist/build/p-da2426c7.js.map +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/index.cjs.js +3 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/{object-get-by-path-6dc21ed5.js → object-get-by-path-ee5540a5.js} +6 -1
- package/dist/cjs/object-get-by-path-ee5540a5.js.map +1 -0
- package/dist/cjs/p-illustration_6.cjs.entry.js +41 -4
- package/dist/cjs/p-illustration_6.cjs.entry.js.map +1 -1
- package/dist/cjs/p-table-column.cjs.entry.js.map +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/helpers/table-column/table-column.component.js +2 -2
- package/dist/collection/components/helpers/table-column/table-column.component.js.map +1 -1
- package/dist/collection/components/molecules/table-cell/table-cell.component.js +40 -2
- package/dist/collection/components/molecules/table-cell/table-cell.component.js.map +1 -1
- package/dist/collection/components/molecules/table-row/table-row.component.css +1 -1
- package/dist/collection/types/table.js +3 -1
- package/dist/collection/types/table.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/object-get-by-path.js +5 -1
- package/dist/components/object-get-by-path.js.map +1 -1
- package/dist/components/p-table-column.js.map +1 -1
- package/dist/components/table-cell.component.js +40 -3
- package/dist/components/table-cell.component.js.map +1 -1
- package/dist/components/table-row.component.js +1 -1
- package/dist/components/table-row.component.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{object-get-by-path-d6427a61.js → object-get-by-path-8f4f94b8.js} +6 -2
- package/dist/esm/object-get-by-path-8f4f94b8.js.map +1 -0
- package/dist/esm/p-illustration_6.entry.js +41 -4
- package/dist/esm/p-illustration_6.entry.js.map +1 -1
- package/dist/esm/p-table-column.entry.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/index.esm.js +1 -1
- package/dist/paperless/index.esm.js.map +1 -1
- package/dist/paperless/p-9bae58fe.entry.js.map +1 -1
- package/dist/paperless/p-d2108cdd.entry.js +2 -0
- package/dist/paperless/p-d2108cdd.entry.js.map +1 -0
- package/dist/paperless/p-da2426c7.js +2 -0
- package/dist/paperless/p-da2426c7.js.map +1 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/types/components/helpers/table-column/table-column.component.d.ts +1 -1
- package/dist/types/components.d.ts +2 -0
- package/dist/types/types/table.d.ts +9 -7
- package/hydrate/index.js +44 -3
- package/package.json +1 -1
- package/dist/build/p-09ea2a1a.js +0 -2
- package/dist/build/p-09ea2a1a.js.map +0 -1
- package/dist/build/p-ddcd9637.entry.js +0 -2
- package/dist/build/p-ddcd9637.entry.js.map +0 -1
- package/dist/cjs/object-get-by-path-6dc21ed5.js.map +0 -1
- package/dist/esm/object-get-by-path-d6427a61.js.map +0 -1
- package/dist/paperless/p-09ea2a1a.js +0 -2
- package/dist/paperless/p-09ea2a1a.js.map +0 -1
- package/dist/paperless/p-ddcd9637.entry.js +0 -2
- package/dist/paperless/p-ddcd9637.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
|
+
# [0.1.0-alpha.445](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.444...v0.1.0-alpha.445) (2023-05-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Molecules/Table/Row:** Add height specs ([ab3a4b7](https://github.com/ionic-team/stencil-component-starter/commit/ab3a4b71fea6ccecf59534e37490d32eab019903))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.1.0-alpha.444](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.443...v0.1.0-alpha.444) (2023-05-10)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **Organisms/Table:** Fix full size columns ([924d902](https://github.com/ionic-team/stencil-component-starter/commit/924d9029ac6e18325e0c321091e2c9579abcd30b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [0.1.0-alpha.443](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.442...v0.1.0-alpha.443) (2023-05-10)
|
|
7
29
|
|
|
8
30
|
|
package/dist/build/index.esm.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{i as isTableColumnSizesKey,o as objectGetByPath}from"./p-da2426c7.js";export{c as childOf}from"./p-8a6728d5.js";export{f as formatTranslation,g as getLocaleComponentStrings}from"./p-4e650fe4.js";const a=o=>o.replace(/[A-Z]/g,(o=>`_${o.toLowerCase()}`));const e=o=>o.toLowerCase().replace(/([-_][a-z])/g,(o=>o.toUpperCase().replace("-","").replace("_","")));export{a as camelToSnakeCase,e as snakeToCamelCase};
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["camelToSnakeCase","str","replace","letter","toLowerCase","snakeToCamelCase","group","toUpperCase"],"sources":["./src/utils/transformers.ts"],"sourcesContent":["export const camelToSnakeCase = (str) =>\n str.replace(/[A-Z]/g, (letter) => `_${letter.toLowerCase()}`);\n\nexport const snakeToCamelCase = (str) =>\n str\n .toLowerCase()\n .replace(/([-_][a-z])/g, (group) =>\n group.toUpperCase().replace('-', '').replace('_', '')\n );\n"],"mappings":"
|
|
1
|
+
{"version":3,"names":["camelToSnakeCase","str","replace","letter","toLowerCase","snakeToCamelCase","group","toUpperCase"],"sources":["./src/utils/transformers.ts"],"sourcesContent":["export const camelToSnakeCase = (str) =>\n str.replace(/[A-Z]/g, (letter) => `_${letter.toLowerCase()}`);\n\nexport const snakeToCamelCase = (str) =>\n str\n .toLowerCase()\n .replace(/([-_][a-z])/g, (group) =>\n group.toUpperCase().replace('-', '').replace('_', '')\n );\n"],"mappings":"gNAAaA,EAAoBC,GAC7BA,EAAIC,QAAQ,UAAWC,GAAW,IAAIA,EAAOC,kB,MAEpCC,EAAoBJ,GAC7BA,EACKG,cACAF,QAAQ,gBAAiBI,GACtBA,EAAMC,cAAcL,QAAQ,IAAK,IAAIA,QAAQ,IAAK,a"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["TableColumn","componentDidUpdate","this","tableDefinitionChanged","emit","render"],"sources":["./src/components/helpers/table-column/table-column.component.tsx"],"sourcesContent":["import { Component, Event, EventEmitter, Prop } from '@stencil/core';\nimport { TableColumnSizes } from '../../../types/table';\n\n@Component({\n tag: 'p-table-column',\n})\nexport class TableColumn {\n /**\n * The path of the value of the item you want to display\n */\n @Prop({ reflect: true, mutable: true }) path: string;\n\n /**\n * The type of the column\n */\n @Prop({ reflect: true, mutable: true }) type: 'td' | 'th' = 'td';\n\n /**\n * The name of the column\n */\n @Prop({ reflect: true, mutable: true }) name: string;\n\n /**\n * Wether the column should use the slot\n */\n @Prop({ reflect: true, mutable: true }) useSlot: boolean = false;\n\n /**\n * Wether the column should have a checkbox\n */\n @Prop({ reflect: true, mutable: true }) hasCheckbox: boolean = false;\n\n /**\n * The alignment of the column\n */\n @Prop({ reflect: true, mutable: true }) align: 'start' | 'center' | 'end' =\n 'start';\n\n /**\n * The sizes of the column\n */\n @Prop({ mutable: true }) sizes:\n | 'auto'\n | 'hidden'\n | number\n | TableColumnSizes = 'auto';\n\n /**\n * Event to let the table know it has to re render\n */\n @Event({ bubbles: true, composed: true })\n tableDefinitionChanged: EventEmitter<boolean>;\n\n componentDidUpdate() {\n this.tableDefinitionChanged.emit(true);\n }\n\n render() {\n return;\n }\n}\n"],"mappings":"iDAMaA,EAAW,M,sHASwC,K,iCAUD,M,iBAKI,M,WAM3D,Q,
|
|
1
|
+
{"version":3,"names":["TableColumn","componentDidUpdate","this","tableDefinitionChanged","emit","render"],"sources":["./src/components/helpers/table-column/table-column.component.tsx"],"sourcesContent":["import { Component, Event, EventEmitter, Prop } from '@stencil/core';\nimport { TableColumnSizes } from '../../../types/table';\n\n@Component({\n tag: 'p-table-column',\n})\nexport class TableColumn {\n /**\n * The path of the value of the item you want to display\n */\n @Prop({ reflect: true, mutable: true }) path: string;\n\n /**\n * The type of the column\n */\n @Prop({ reflect: true, mutable: true }) type: 'td' | 'th' = 'td';\n\n /**\n * The name of the column\n */\n @Prop({ reflect: true, mutable: true }) name: string;\n\n /**\n * Wether the column should use the slot\n */\n @Prop({ reflect: true, mutable: true }) useSlot: boolean = false;\n\n /**\n * Wether the column should have a checkbox\n */\n @Prop({ reflect: true, mutable: true }) hasCheckbox: boolean = false;\n\n /**\n * The alignment of the column\n */\n @Prop({ reflect: true, mutable: true }) align: 'start' | 'center' | 'end' =\n 'start';\n\n /**\n * The sizes of the column\n */\n @Prop({ mutable: true }) sizes:\n | 'auto'\n | 'hidden'\n | 'full'\n | number\n | TableColumnSizes = 'auto';\n\n /**\n * Event to let the table know it has to re render\n */\n @Event({ bubbles: true, composed: true })\n tableDefinitionChanged: EventEmitter<boolean>;\n\n componentDidUpdate() {\n this.tableDefinitionChanged.emit(true);\n }\n\n render() {\n return;\n }\n}\n"],"mappings":"iDAMaA,EAAW,M,sHASwC,K,iCAUD,M,iBAKI,M,WAM3D,Q,WAUqB,M,CAQzBC,qBACIC,KAAKC,uBAAuBC,KAAK,K,CAGrCC,SACI,M"}
|