@paperless/core 0.1.0-alpha.443 → 0.1.0-alpha.444

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 (117) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/build/index.esm.js +1 -1
  3. package/dist/build/index.esm.js.map +1 -1
  4. package/dist/build/{p-8090cd82.entry.js → p-0bb68da7.entry.js} +2 -2
  5. package/dist/build/p-211cfabb.entry.js +2 -0
  6. package/dist/build/p-211cfabb.entry.js.map +1 -0
  7. package/dist/{paperless/p-9ea23833.entry.js → build/p-2782933b.entry.js} +2 -2
  8. package/dist/{paperless/p-ef66de21.entry.js → build/p-3e761571.entry.js} +2 -2
  9. package/dist/build/{p-7dea5378.entry.js → p-4559af3f.entry.js} +2 -2
  10. package/dist/build/p-9bae58fe.entry.js.map +1 -1
  11. package/dist/{paperless/p-a751f1a4.entry.js → build/p-b865c6a3.entry.js} +2 -2
  12. package/dist/build/p-da2426c7.js +2 -0
  13. package/dist/build/p-da2426c7.js.map +1 -0
  14. package/dist/build/paperless.esm.js +1 -1
  15. package/dist/cjs/index.cjs.js +3 -2
  16. package/dist/cjs/index.cjs.js.map +1 -1
  17. package/dist/cjs/{object-get-by-path-6dc21ed5.js → object-get-by-path-ee5540a5.js} +6 -1
  18. package/dist/cjs/object-get-by-path-ee5540a5.js.map +1 -0
  19. package/dist/cjs/p-dropdown_2.cjs.entry.js +1 -1
  20. package/dist/cjs/p-illustration_6.cjs.entry.js +45 -8
  21. package/dist/cjs/p-illustration_6.cjs.entry.js.map +1 -1
  22. package/dist/cjs/p-label_3.cjs.entry.js +3 -3
  23. package/dist/cjs/p-page-size-select_3.cjs.entry.js +2 -2
  24. package/dist/cjs/p-select.cjs.entry.js +1 -1
  25. package/dist/cjs/p-table-column.cjs.entry.js.map +1 -1
  26. package/dist/cjs/p-table.cjs.entry.js +1 -1
  27. package/dist/collection/components/atoms/divider/divider.component.css +1 -1
  28. package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
  29. package/dist/collection/components/atoms/icon/icon.component.css +1 -1
  30. package/dist/collection/components/atoms/label/label.component.css +1 -1
  31. package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
  32. package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
  33. package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
  34. package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
  35. package/dist/collection/components/helpers/table-column/table-column.component.js +2 -2
  36. package/dist/collection/components/helpers/table-column/table-column.component.js.map +1 -1
  37. package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
  38. package/dist/collection/components/molecules/select/select.component.css +1 -1
  39. package/dist/collection/components/molecules/table-cell/table-cell.component.css +1 -1
  40. package/dist/collection/components/molecules/table-cell/table-cell.component.js +40 -2
  41. package/dist/collection/components/molecules/table-cell/table-cell.component.js.map +1 -1
  42. package/dist/collection/components/molecules/table-footer/table-footer.component.css +1 -1
  43. package/dist/collection/components/molecules/table-header/table-header.component.css +1 -1
  44. package/dist/collection/components/molecules/table-row/table-row.component.css +1 -1
  45. package/dist/collection/components/organisms/table/table.component.css +1 -1
  46. package/dist/collection/types/table.js +3 -1
  47. package/dist/collection/types/table.js.map +1 -1
  48. package/dist/components/dropdown-menu-item.component.js +1 -1
  49. package/dist/components/index.js +1 -1
  50. package/dist/components/label.component.js +1 -1
  51. package/dist/components/object-get-by-path.js +5 -1
  52. package/dist/components/object-get-by-path.js.map +1 -1
  53. package/dist/components/p-select.js +1 -1
  54. package/dist/components/p-table-column.js.map +1 -1
  55. package/dist/components/p-table.js +1 -1
  56. package/dist/components/pagination-item.component.js +1 -1
  57. package/dist/components/pagination.component.js +1 -1
  58. package/dist/components/segment-container.component.js +1 -1
  59. package/dist/components/segment-item.component.js +1 -1
  60. package/dist/components/table-cell.component.js +41 -4
  61. package/dist/components/table-cell.component.js.map +1 -1
  62. package/dist/components/table-container.component.js +1 -1
  63. package/dist/components/table-footer.component.js +1 -1
  64. package/dist/components/table-header.component.js +1 -1
  65. package/dist/components/table-row.component.js +1 -1
  66. package/dist/esm/index.js +1 -1
  67. package/dist/esm/{object-get-by-path-d6427a61.js → object-get-by-path-8f4f94b8.js} +6 -2
  68. package/dist/esm/object-get-by-path-8f4f94b8.js.map +1 -0
  69. package/dist/esm/p-dropdown_2.entry.js +1 -1
  70. package/dist/esm/p-illustration_6.entry.js +45 -8
  71. package/dist/esm/p-illustration_6.entry.js.map +1 -1
  72. package/dist/esm/p-label_3.entry.js +3 -3
  73. package/dist/esm/p-page-size-select_3.entry.js +2 -2
  74. package/dist/esm/p-select.entry.js +1 -1
  75. package/dist/esm/p-table-column.entry.js.map +1 -1
  76. package/dist/esm/p-table.entry.js +1 -1
  77. package/dist/index.html +1 -1
  78. package/dist/paperless/index.esm.js +1 -1
  79. package/dist/paperless/index.esm.js.map +1 -1
  80. package/dist/paperless/{p-8090cd82.entry.js → p-0bb68da7.entry.js} +2 -2
  81. package/dist/paperless/p-211cfabb.entry.js +2 -0
  82. package/dist/paperless/p-211cfabb.entry.js.map +1 -0
  83. package/dist/{build/p-9ea23833.entry.js → paperless/p-2782933b.entry.js} +2 -2
  84. package/dist/{build/p-ef66de21.entry.js → paperless/p-3e761571.entry.js} +2 -2
  85. package/dist/paperless/{p-7dea5378.entry.js → p-4559af3f.entry.js} +2 -2
  86. package/dist/paperless/p-9bae58fe.entry.js.map +1 -1
  87. package/dist/{build/p-a751f1a4.entry.js → paperless/p-b865c6a3.entry.js} +2 -2
  88. package/dist/paperless/p-da2426c7.js +2 -0
  89. package/dist/paperless/p-da2426c7.js.map +1 -0
  90. package/dist/paperless/paperless.esm.js +1 -1
  91. package/dist/sw.js +1 -1
  92. package/dist/sw.js.map +1 -1
  93. package/dist/types/components/helpers/table-column/table-column.component.d.ts +1 -1
  94. package/dist/types/components.d.ts +2 -0
  95. package/dist/types/types/table.d.ts +9 -7
  96. package/hydrate/index.js +57 -16
  97. package/package.json +1 -1
  98. package/dist/build/p-09ea2a1a.js +0 -2
  99. package/dist/build/p-09ea2a1a.js.map +0 -1
  100. package/dist/build/p-ddcd9637.entry.js +0 -2
  101. package/dist/build/p-ddcd9637.entry.js.map +0 -1
  102. package/dist/cjs/object-get-by-path-6dc21ed5.js.map +0 -1
  103. package/dist/esm/object-get-by-path-d6427a61.js.map +0 -1
  104. package/dist/paperless/p-09ea2a1a.js +0 -2
  105. package/dist/paperless/p-09ea2a1a.js.map +0 -1
  106. package/dist/paperless/p-ddcd9637.entry.js +0 -2
  107. package/dist/paperless/p-ddcd9637.entry.js.map +0 -1
  108. /package/dist/build/{p-8090cd82.entry.js.map → p-0bb68da7.entry.js.map} +0 -0
  109. /package/dist/build/{p-9ea23833.entry.js.map → p-2782933b.entry.js.map} +0 -0
  110. /package/dist/build/{p-ef66de21.entry.js.map → p-3e761571.entry.js.map} +0 -0
  111. /package/dist/build/{p-7dea5378.entry.js.map → p-4559af3f.entry.js.map} +0 -0
  112. /package/dist/build/{p-a751f1a4.entry.js.map → p-b865c6a3.entry.js.map} +0 -0
  113. /package/dist/paperless/{p-8090cd82.entry.js.map → p-0bb68da7.entry.js.map} +0 -0
  114. /package/dist/paperless/{p-9ea23833.entry.js.map → p-2782933b.entry.js.map} +0 -0
  115. /package/dist/paperless/{p-ef66de21.entry.js.map → p-3e761571.entry.js.map} +0 -0
  116. /package/dist/paperless/{p-7dea5378.entry.js.map → p-4559af3f.entry.js.map} +0 -0
  117. /package/dist/paperless/{p-a751f1a4.entry.js.map → p-b865c6a3.entry.js.map} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "0.1.0-alpha.443",
3
+ "version": "0.1.0-alpha.444",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -1,2 +0,0 @@
1
- const n=(n,e,o=undefined)=>{const d=o=>String.prototype.split.call(e,o).filter(Boolean).reduce(((n,e)=>n!==null&&n!==undefined?n[e]:n),n);const t=d(/[,[\]]+?/)||d(/[,[\].]+?/);return t===undefined||t===n?o:t};export{n as o};
2
- //# sourceMappingURL=p-09ea2a1a.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["objectGetByPath","obj","path","defaultValue","undefined","travel","regexp","String","prototype","split","call","filter","Boolean","reduce","res","key","result"],"sources":["./src/utils/object-get-by-path.ts"],"sourcesContent":["export const objectGetByPath = (\n obj: any,\n path: string,\n defaultValue = undefined\n) => {\n const travel = (regexp) =>\n String.prototype.split\n .call(path, regexp)\n .filter(Boolean)\n .reduce(\n (res, key) =>\n res !== null && res !== undefined ? res[key] : res,\n obj\n );\n const result = travel(/[,[\\]]+?/) || travel(/[,[\\].]+?/);\n return result === undefined || result === obj ? defaultValue : result;\n};\n"],"mappings":"MAAaA,EAAkB,CAC3BC,EACAC,EACAC,EAAeC,aAEf,MAAMC,EAAUC,GACZC,OAAOC,UAAUC,MACZC,KAAKR,EAAMI,GACXK,OAAOC,SACPC,QACG,CAACC,EAAKC,IACFD,IAAQ,MAAQA,IAAQV,UAAYU,EAAIC,GAAOD,GACnDb,GAEZ,MAAMe,EAASX,EAAO,aAAeA,EAAO,aAC5C,OAAOW,IAAWZ,WAAaY,IAAWf,EAAME,EAAea,CAAM,S"}