@paperless/core 0.1.0-alpha.46 → 0.1.0-alpha.49

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 (80) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/{paperless/p-63e5f5e1.entry.js → build/p-0fc4e043.entry.js} +1 -1
  3. package/dist/build/p-19254809.entry.js +1 -0
  4. package/dist/build/p-27914eed.entry.js +1 -0
  5. package/dist/build/p-2c23d197.entry.js +1 -0
  6. package/dist/build/p-7cf04cb4.entry.js +1 -0
  7. package/dist/build/paperless.esm.js +1 -1
  8. package/dist/cjs/index-f9c302b6.js +8 -0
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/cjs/p-button_3.cjs.entry.js +1 -1
  11. package/dist/cjs/p-card-header.cjs.entry.js +1 -1
  12. package/dist/cjs/p-modal.cjs.entry.js +2 -2
  13. package/dist/cjs/p-stepper-line_2.cjs.entry.js +56 -0
  14. package/dist/cjs/p-stepper.cjs.entry.js +72 -0
  15. package/dist/cjs/paperless.cjs.js +1 -1
  16. package/dist/collection/collection-manifest.json +5 -2
  17. package/dist/collection/components/atoms/card-header/card-header.component.js +4 -4
  18. package/dist/collection/components/atoms/divider/divider.component.css +1 -1
  19. package/dist/collection/components/atoms/icon/icon.component.css +1 -1
  20. package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +1 -1
  21. package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
  22. package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
  23. package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
  24. package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
  25. package/dist/collection/components/atoms/stepper-line/stepper-line.component.css +18 -0
  26. package/dist/collection/components/atoms/stepper-line/stepper-line.component.js +62 -0
  27. package/dist/collection/components/atoms/stepper-step/stepper-step.component.css +59 -0
  28. package/dist/collection/components/atoms/stepper-step/stepper-step.component.js +109 -0
  29. package/dist/collection/components/molecules/stepper/stepper.component.css +12 -0
  30. package/dist/collection/components/molecules/stepper/stepper.component.js +107 -0
  31. package/dist/collection/components/{molecules → organisms}/modal/modal.component.js +5 -5
  32. package/dist/components/icon.component.js +1 -1
  33. package/dist/components/index.d.ts +3 -0
  34. package/dist/components/index.js +3 -0
  35. package/dist/components/p-card-header.js +2 -2
  36. package/dist/components/p-modal.js +3 -3
  37. package/dist/components/p-stepper-line.d.ts +11 -0
  38. package/dist/components/p-stepper-line.js +6 -0
  39. package/dist/components/p-stepper-step.d.ts +11 -0
  40. package/dist/components/p-stepper-step.js +6 -0
  41. package/dist/components/p-stepper.d.ts +11 -0
  42. package/dist/components/p-stepper.js +107 -0
  43. package/dist/components/stepper-line.component.js +41 -0
  44. package/dist/components/stepper-step.component.js +57 -0
  45. package/dist/esm/index-fff70567.js +8 -0
  46. package/dist/esm/loader.js +1 -1
  47. package/dist/esm/p-button_3.entry.js +1 -1
  48. package/dist/esm/p-card-header.entry.js +1 -1
  49. package/dist/esm/p-modal.entry.js +2 -2
  50. package/dist/esm/p-stepper-line_2.entry.js +51 -0
  51. package/dist/esm/p-stepper.entry.js +68 -0
  52. package/dist/esm/paperless.js +1 -1
  53. package/dist/esm/polyfills/core-js.js +0 -0
  54. package/dist/esm/polyfills/dom.js +0 -0
  55. package/dist/esm/polyfills/es5-html-element.js +0 -0
  56. package/dist/esm/polyfills/index.js +0 -0
  57. package/dist/esm/polyfills/system.js +0 -0
  58. package/dist/index.html +1 -1
  59. package/dist/{build/p-63e5f5e1.entry.js → paperless/p-0fc4e043.entry.js} +1 -1
  60. package/dist/paperless/p-19254809.entry.js +1 -0
  61. package/dist/paperless/p-27914eed.entry.js +1 -0
  62. package/dist/paperless/p-2c23d197.entry.js +1 -0
  63. package/dist/paperless/p-7cf04cb4.entry.js +1 -0
  64. package/dist/paperless/paperless.css +1 -1
  65. package/dist/paperless/paperless.esm.js +1 -1
  66. package/dist/sw.js +2 -906
  67. package/dist/sw.js.map +1 -0
  68. package/dist/types/components/atoms/card-header/card-header.component.d.ts +2 -2
  69. package/dist/types/components/atoms/stepper-line/stepper-line.component.d.ts +11 -0
  70. package/dist/types/components/atoms/stepper-step/stepper-step.component.d.ts +19 -0
  71. package/dist/types/components/molecules/stepper/stepper.component.d.ts +18 -0
  72. package/dist/types/components/{molecules → organisms}/modal/modal.component.d.ts +2 -2
  73. package/dist/types/components.d.ts +115 -12
  74. package/dist/workbox-5fe694da.js +2 -0
  75. package/dist/workbox-5fe694da.js.map +1 -0
  76. package/package.json +17 -17
  77. package/dist/build/p-463f354c.entry.js +0 -1
  78. package/dist/build/p-94cef335.entry.js +0 -1
  79. package/dist/paperless/p-463f354c.entry.js +0 -1
  80. package/dist/paperless/p-94cef335.entry.js +0 -1
package/dist/sw.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sw.js","sources":["../../../../../../../tmp/8fd826e536100b769a4c3187d0ecc692/sw.js"],"sourcesContent":["import {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/home/runner/work/Paperless/Paperless/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.addEventListener('message', (event) => {\n if (event.data && event.data.type === 'SKIP_WAITING') {\n self.skipWaiting();\n }\n});\n\n\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"index.html\",\n \"revision\": \"a69d6de6764b68552a3e2aa257c55b0f\"\n },\n {\n \"url\": \"build/index.esm.js\",\n \"revision\": \"d41d8cd98f00b204e9800998ecf8427e\"\n },\n {\n \"url\": \"build/p-0100c1a2.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-0fc4e043.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-11d24001.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-19254809.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-19d84fe7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-2120a0b7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-27914eed.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-2c23d197.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3b491ca2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3f6d3736.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-4a85b858.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5101f35f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5438d70e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-67fc89a6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-6e60b92a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-7784ee14.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-7cf04cb4.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-864ac423.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b68368f3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-c64e2313.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ccbddcbb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-d069673f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-f50c6e5b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-fb1e33eb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ffeed7c6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/index-f9c302b6.js\",\n \"revision\": \"1b010a0f4b5463feab4d0ad987ff0c6a\"\n },\n {\n \"url\": \"cjs/index.cjs.js\",\n \"revision\": \"1207512ab506f92d1258b295c8bf79f3\"\n },\n {\n \"url\": \"cjs/loader.cjs.js\",\n \"revision\": \"bdaaec33430593702cb9bc35c25040aa\"\n },\n {\n \"url\": \"cjs/p-avatar.cjs.entry.js\",\n \"revision\": \"a48e7835e0109b3c030159c588f73b3f\"\n },\n {\n \"url\": \"cjs/p-button_3.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-card-body.cjs.entry.js\",\n \"revision\": \"21aaf156df04b7056f9d3fc234a9cbc3\"\n },\n {\n \"url\": \"cjs/p-card-container.cjs.entry.js\",\n \"revision\": \"e30a1ab23ebdf7f1c420dcfc0e312952\"\n },\n {\n \"url\": \"cjs/p-card-header.cjs.entry.js\",\n \"revision\": \"32a74c5b8fd9667149cdb1f213dce9ff\"\n },\n {\n \"url\": \"cjs/p-counter.cjs.entry.js\",\n \"revision\": \"7063d4849ba38dff53567b53a366dfc4\"\n },\n {\n \"url\": \"cjs/p-divider.cjs.entry.js\",\n \"revision\": \"411766ed202e0ab7059a222344adec55\"\n },\n {\n \"url\": \"cjs/p-dropdown-menu-container.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-dropdown-menu-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-dropdown.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-helper.cjs.entry.js\",\n \"revision\": \"4f4b2ceb772e749e24830e74015e889c\"\n },\n {\n \"url\": \"cjs/p-illustration.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-info-panel.cjs.entry.js\",\n \"revision\": \"f244707c95b1898914ca1d1c268a6825\"\n },\n {\n \"url\": \"cjs/p-modal-backdrop_5.cjs.entry.js\",\n \"revision\": \"e596f0d999ff0ab8a004c901b2207672\"\n },\n {\n \"url\": \"cjs/p-modal.cjs.entry.js\",\n \"revision\": \"fca1e230a93214dcde204b17f17ebf48\"\n },\n {\n \"url\": \"cjs/p-navigation-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-pagination-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-pagination.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-segment-container.cjs.entry.js\",\n \"revision\": \"71c22fc10ccc5240a2f7765fc685edf3\"\n },\n {\n \"url\": \"cjs/p-segment-item.cjs.entry.js\",\n \"revision\": \"953e7722c7027b744bcd48a744aa6d7a\"\n },\n {\n \"url\": \"cjs/p-status.cjs.entry.js\",\n \"revision\": \"071456c4851f793a18f4881443bb5164\"\n },\n {\n \"url\": \"cjs/p-stepper-line_2.cjs.entry.js\",\n \"revision\": \"786647b29b31c84bd57a5192a5dadf76\"\n },\n {\n \"url\": \"cjs/p-stepper.cjs.entry.js\",\n \"revision\": \"3fea2a057bbcea85e6edb253b422e023\"\n },\n {\n \"url\": \"cjs/p-tooltip.cjs.entry.js\",\n \"revision\": \"4e3838d66b790bbbf687124657a7ce62\"\n },\n {\n \"url\": \"cjs/paperless.cjs.js\",\n \"revision\": \"c4f869d02b018ab093b31a190a2cb064\"\n },\n {\n \"url\": \"cjs/popper-e0c4ed4c.js\",\n \"revision\": \"486ead87dcd025f29b1c268de734debb\"\n },\n {\n \"url\": \"collection/collection-manifest.json\",\n \"revision\": \"ab20dbcaba867edf377cf491b494be65\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.css\",\n \"revision\": \"49db9f776f1d2c6b800cd3061905bb57\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.js\",\n \"revision\": \"0a8b847d99daa9e01ac412968799b194\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.css\",\n \"revision\": \"128cca848f8e02a6a7fbb50e753a78e2\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.js\",\n \"revision\": \"aea822e0d9199a479c6a5f9dc0fd68fe\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.css\",\n \"revision\": \"ddef935f00f94270913f8af0f3df84c9\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.js\",\n \"revision\": \"a467d0e94b673a342fe43fcd3e803569\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.css\",\n \"revision\": \"25355e8c6346bd0bb1c81fde319335de\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.js\",\n \"revision\": \"d09f3c365ec05396204ab2695e429be1\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.css\",\n \"revision\": \"15b7187f3480a02ce18e0f8d2fad0cd1\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.js\",\n \"revision\": \"07691fcf6c61a393282a85e067021264\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.css\",\n \"revision\": \"deb0cc3298ec2108abcb6ac3eded78fe\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.js\",\n \"revision\": \"08a4509548d9bdcacabf5986ce2f79d9\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.css\",\n \"revision\": \"b2a9971728dc02eafa1c6619d3b3792c\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.js\",\n \"revision\": \"9f833473cedfa73656dd1ae6f6efdfec\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css\",\n \"revision\": \"c87dce91cd824808ec2a136b99f36478\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js\",\n \"revision\": \"90fc54ed817087efa2fdbc14adc33504\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css\",\n \"revision\": \"b05290541b7b70cb58f22ba4705ee30b\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js\",\n \"revision\": \"cf1c4aab721756bc702125fda8eb588c\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.css\",\n \"revision\": \"a25c2f55095d31f0a62ad28687b79fab\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.js\",\n \"revision\": \"4fe8f01eed15d2b36dbcbf24a2b4c0af\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.css\",\n \"revision\": \"14da729da0d5b58a4c7c4def57989ee4\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.js\",\n \"revision\": \"10810337127df095ad617042af20aabe\"\n },\n {\n \"url\": \"collection/components/atoms/illustration/illustration.component.js\",\n \"revision\": \"6d2af6f5039a97474e2032af508eb9fa\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.css\",\n \"revision\": \"10bf84c4f8484c81105cef87c358b0cf\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.js\",\n \"revision\": \"93c1e96ee080a2978c92d6451d743475\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.css\",\n \"revision\": \"1a32546858be1dc486e87986c465e773\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.js\",\n \"revision\": \"0101bde8e828882a33e1e89f91eff683\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.css\",\n \"revision\": \"ab036e471f6d614b0e708b806f9bbd75\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.js\",\n \"revision\": \"b147f496bc7bfb57e16973bd36492c6e\"\n },\n {\n \"url\": \"collection/components/atoms/modal-body/modal-body.component.css\",\n \"revision\": \"3519d349682075141e83cbfd5d26ae44\"\n },\n {\n \"url\": \"collection/components/atoms/modal-body/modal-body.component.js\",\n \"revision\": \"cf4bf60d570a434a99bbd6637d5cf1c2\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.css\",\n \"revision\": \"7b65f6b61343f1b3181e599b10a4f142\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.js\",\n \"revision\": \"4dd72fbe50e3eb20ba2c5d2d64089455\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.css\",\n \"revision\": \"25941abc141af39d4e050adb448a6914\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.js\",\n \"revision\": \"15de0165b468cff1d09647642fe5dd28\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.css\",\n \"revision\": \"c43a7e9e2718e1eccdf0801dd05e66a6\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.js\",\n \"revision\": \"8957c5f86cb3aaa4360283b28fec1a29\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.css\",\n \"revision\": \"3d54e3a23cdb292ff94b8570293af954\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.js\",\n \"revision\": \"98aed8c7967a53019965da0cc5706fa6\"\n },\n {\n \"url\": \"collection/components/atoms/segment-container/segment-container.component.css\",\n \"revision\": \"c9c317c37645e633652bae20290c6107\"\n },\n {\n \"url\": \"collection/components/atoms/segment-container/segment-container.component.js\",\n \"revision\": \"9db64a2befd0005d17c82a2062ce280e\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.css\",\n \"revision\": \"6db681acc19b3b77543769a278b44f42\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.js\",\n \"revision\": \"87028e26b4212e092a3a5c98f0df5e00\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.css\",\n \"revision\": \"a21a43cd62c519b3e1044198c60d88a0\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.js\",\n \"revision\": \"f6dbe9f13524767f26b8010e0cb134bf\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-line/stepper-line.component.css\",\n \"revision\": \"a0e0a62cfdb9fa531f0db015235d16d9\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-line/stepper-line.component.js\",\n \"revision\": \"bbb0fc3684db7d53d98f1cecd702cd4a\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-step/stepper-step.component.css\",\n \"revision\": \"6d352ae436f8233279797e5efc0a9eac\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-step/stepper-step.component.js\",\n \"revision\": \"8d1032e5f3586c87cee6666de289cf20\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.css\",\n \"revision\": \"1f1e184d0ee2288df7e63530b66820b1\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.js\",\n \"revision\": \"c3181550c1c764a3ed5db4b193542554\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.css\",\n \"revision\": \"5792fbc64739af776e865e3e04fb5e22\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.js\",\n \"revision\": \"a194fb2112d4b245ddffda9f46d1c0d2\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.css\",\n \"revision\": \"a9bfcbdd33452ea26632246d1d120510\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.js\",\n \"revision\": \"e42e8d0107c3c83f6867ead183de93cd\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.css\",\n \"revision\": \"aa24012da4135a95dd47583ae673d3b0\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.js\",\n \"revision\": \"c03e9d653b7536d523399e5762c26b8f\"\n },\n {\n \"url\": \"collection/components/molecules/stepper/stepper.component.css\",\n \"revision\": \"47e3f64d6314273adde03174ca2a6759\"\n },\n {\n \"url\": \"collection/components/molecules/stepper/stepper.component.js\",\n \"revision\": \"f5ea3922573c6438da2a563ca1f9afeb\"\n },\n {\n \"url\": \"collection/components/organisms/modal/modal.component.js\",\n \"revision\": \"fc8d60bd5899659725f8acaf773c9355\"\n },\n {\n \"url\": \"collection/index.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/tailwind.config.js\",\n \"revision\": \"536f18a6b3788f0438bf88b9c5d8fbaa\"\n },\n {\n \"url\": \"collection/tailwind/animation.js\",\n \"revision\": \"a3127019b37690ea725414dcdeb96661\"\n },\n {\n \"url\": \"collection/tailwind/backdrop-blur.js\",\n \"revision\": \"006247f96d8b05436254636f54f9980f\"\n },\n {\n \"url\": \"collection/tailwind/border-radius.js\",\n \"revision\": \"dd0f825fa408d2ba0176fd53862063d4\"\n },\n {\n \"url\": \"collection/tailwind/colors.js\",\n \"revision\": \"6a39b234fcf655ec34be7e367b0b3128\"\n },\n {\n \"url\": \"collection/tailwind/grid.js\",\n \"revision\": \"c6da38d71fa9e178c09e6caeb9214825\"\n },\n {\n \"url\": \"collection/tailwind/rotate.js\",\n \"revision\": \"6e10d60cb01221e64cf027d729886b6d\"\n },\n {\n \"url\": \"collection/tailwind/scale.js\",\n \"revision\": \"a839cb541613e836dc315f26e3e9a396\"\n },\n {\n \"url\": \"collection/tailwind/shadows.js\",\n \"revision\": \"90a3cc6f1c4f6714180ddbb3a0e40a53\"\n },\n {\n \"url\": \"collection/tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"collection/tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\n },\n {\n \"url\": \"collection/utils/child-of.js\",\n \"revision\": \"203ec62b662bb9bc96f309e4cebcbbcf\"\n },\n {\n \"url\": \"collection/utils/icons.js\",\n \"revision\": \"8a197929c1673d249d69ed47ea5df39f\"\n },\n {\n \"url\": \"collection/utils/illustrations.js\",\n \"revision\": \"743b24c925f2eedd1e005aa87dc5987b\"\n },\n {\n \"url\": \"collection/utils/types.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/utils/utils.js\",\n \"revision\": \"4beb8ca8a76230f44db73b6109a0043d\"\n },\n {\n \"url\": \"components/counter.component.js\",\n \"revision\": \"484bd5169e92032baf721ee5507aaaeb\"\n },\n {\n \"url\": \"components/divider.component.js\",\n \"revision\": \"cd32d7941871a96bec457e4f8f8358cd\"\n },\n {\n \"url\": \"components/dropdown-menu-container.component.js\",\n \"revision\": \"e97d863a1472ca4c1590e3f231c4fd87\"\n },\n {\n \"url\": \"components/icon.component.js\",\n \"revision\": \"72118401bf579526ca55358dff235471\"\n },\n {\n \"url\": \"components/index.js\",\n \"revision\": \"f2623e96a4b62f5d9b3641b2aed1f31c\"\n },\n {\n \"url\": \"components/loader.component.js\",\n \"revision\": \"1a9a7631820b8157c9ec1efe36092d08\"\n },\n {\n \"url\": \"components/modal-backdrop.component.js\",\n \"revision\": \"0e0acdbe812147e9d806579eac3998db\"\n },\n {\n \"url\": \"components/modal-body.component.js\",\n \"revision\": \"b1c55ae21eb2e5fe3b04d032f5057d0a\"\n },\n {\n \"url\": \"components/modal-container.component.js\",\n \"revision\": \"e3935d0b37948144655c36f0b2733a24\"\n },\n {\n \"url\": \"components/modal-footer.component.js\",\n \"revision\": \"0530a3ac6ae56bf1656cb9d5167133f7\"\n },\n {\n \"url\": \"components/modal-header.component.js\",\n \"revision\": \"0f776cdf75ba8e6d8f42bc40e7c97340\"\n },\n {\n \"url\": \"components/p-avatar.js\",\n \"revision\": \"b171e027198bb49fe3c3cafe4b9e0b2e\"\n },\n {\n \"url\": \"components/p-button.js\",\n \"revision\": \"e01e7e607897ac100a7fd3e831aa508c\"\n },\n {\n \"url\": \"components/p-card-body.js\",\n \"revision\": \"2502c2a0a20b8b8837b0ab602da0b8b8\"\n },\n {\n \"url\": \"components/p-card-container.js\",\n \"revision\": \"4c959770837ec3ba4c02c20294a9c90b\"\n },\n {\n \"url\": \"components/p-card-header.js\",\n \"revision\": \"0ca7f37d2c3ec2f25b8423b839ee0c25\"\n },\n {\n \"url\": \"components/p-counter.js\",\n \"revision\": \"f8970c28058f570a9d70ea483c91484f\"\n },\n {\n \"url\": \"components/p-divider.js\",\n \"revision\": \"5263d04558d1d14d3216cfbc846effda\"\n },\n {\n \"url\": \"components/p-dropdown-menu-container.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-dropdown-menu-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-dropdown.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-helper.js\",\n \"revision\": \"f3d3b0a38d2af0905b7523c07f1c17a9\"\n },\n {\n \"url\": \"components/p-icon.js\",\n \"revision\": \"89ede38633ef7c3b9ed45a67a2ffe2c8\"\n },\n {\n \"url\": \"components/p-illustration.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-info-panel.js\",\n \"revision\": \"f5c97078d819c112533ccf14bfcd5bde\"\n },\n {\n \"url\": \"components/p-loader.js\",\n \"revision\": \"850d0015b16c8a34f62568d99ccdd388\"\n },\n {\n \"url\": \"components/p-modal-backdrop.js\",\n \"revision\": \"015bc9ab0c57d97ae8831147e57c675c\"\n },\n {\n \"url\": \"components/p-modal-body.js\",\n \"revision\": \"5f9b8542aa0099c8badc01e137c1ddcd\"\n },\n {\n \"url\": \"components/p-modal-container.js\",\n \"revision\": \"00f5b34f22c2612fd438aea5b5416e5d\"\n },\n {\n \"url\": \"components/p-modal-footer.js\",\n \"revision\": \"ce5ceb7d9c28180af9e2fa4cf4555ae8\"\n },\n {\n \"url\": \"components/p-modal-header.js\",\n \"revision\": \"9499e4fb0a206ffc4ffbb4d212eb4c46\"\n },\n {\n \"url\": \"components/p-modal.js\",\n \"revision\": \"4916f338cbac0d4a27695562ae4961bc\"\n },\n {\n \"url\": \"components/p-navigation-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-pagination-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-pagination.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-segment-container.js\",\n \"revision\": \"f2aede928758e5ae70d8c13e819df2ea\"\n },\n {\n \"url\": \"components/p-segment-item.js\",\n \"revision\": \"90cbd4ae0875bb8a85e7a6dc11e15585\"\n },\n {\n \"url\": \"components/p-status.js\",\n \"revision\": \"54a17594fd09148d0f068fe80041be92\"\n },\n {\n \"url\": \"components/p-stepper-line.js\",\n \"revision\": \"ad79fabce981e21380b9d5fd82cef225\"\n },\n {\n \"url\": \"components/p-stepper-step.js\",\n \"revision\": \"2fc826b7115fe66d66bfb38fc6c711dd\"\n },\n {\n \"url\": \"components/p-stepper.js\",\n \"revision\": \"babee408818f0748cfb7f7dd6800d510\"\n },\n {\n \"url\": \"components/p-tooltip.js\",\n \"revision\": \"7648cc97b4186f3174a1230ee12c97ea\"\n },\n {\n \"url\": \"components/pagination-item.component.js\",\n \"revision\": \"14e150af80a3f90a94912483a8a669b9\"\n },\n {\n \"url\": \"components/popper.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"components/stepper-line.component.js\",\n \"revision\": \"facdefde6f556e86d1ccf6fac3d62eae\"\n },\n {\n \"url\": \"components/stepper-step.component.js\",\n \"revision\": \"8fe5383e1323b7c1be3c92a8ff246e5f\"\n },\n {\n \"url\": \"components/tooltip.component.js\",\n \"revision\": \"e40f909182126a8ec1c01ee975178fb2\"\n },\n {\n \"url\": \"esm/index-fff70567.js\",\n \"revision\": \"47e0d4e236e47399ad20ff77bec035fe\"\n },\n {\n \"url\": \"esm/index.js\",\n \"revision\": \"68b329da9893e34099c7d8ad5cb9c940\"\n },\n {\n \"url\": \"esm/loader.js\",\n \"revision\": \"5b27285292e70369b31beb79071d7999\"\n },\n {\n \"url\": \"esm/p-avatar.entry.js\",\n \"revision\": \"75d30eac8b291704de7fc62b133e15a0\"\n },\n {\n \"url\": \"esm/p-button_3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-card-body.entry.js\",\n \"revision\": \"8a9b09b3e134ea5ee930eb5e4fcb9c9d\"\n },\n {\n \"url\": \"esm/p-card-container.entry.js\",\n \"revision\": \"268b065305f0fd88f6b4af1400d98696\"\n },\n {\n \"url\": \"esm/p-card-header.entry.js\",\n \"revision\": \"e84f136c5289d857fec1146bf7868669\"\n },\n {\n \"url\": \"esm/p-counter.entry.js\",\n \"revision\": \"d36b3fdf9bdb6bd8ad905f897a2f9d9e\"\n },\n {\n \"url\": \"esm/p-divider.entry.js\",\n \"revision\": \"45f8a6940362d68168db6eca9cf381c1\"\n },\n {\n \"url\": \"esm/p-dropdown-menu-container.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-dropdown-menu-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-dropdown.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-helper.entry.js\",\n \"revision\": \"7498a01a67b2e7ff2648063154c950ea\"\n },\n {\n \"url\": \"esm/p-illustration.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-info-panel.entry.js\",\n \"revision\": \"f168efa8167b560ab81d587123b9e184\"\n },\n {\n \"url\": \"esm/p-modal-backdrop_5.entry.js\",\n \"revision\": \"a328bfbf18b4279cc7c32e7a0f0e4970\"\n },\n {\n \"url\": \"esm/p-modal.entry.js\",\n \"revision\": \"0e9ca28fa20b225730a3b23b9443eb1f\"\n },\n {\n \"url\": \"esm/p-navigation-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-pagination-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-pagination.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-segment-container.entry.js\",\n \"revision\": \"3856eac3915e23a3fcca327208b16cd0\"\n },\n {\n \"url\": \"esm/p-segment-item.entry.js\",\n \"revision\": \"385701db82fa51e5e3d0e50a1a88e391\"\n },\n {\n \"url\": \"esm/p-status.entry.js\",\n \"revision\": \"9584a63e3787bcc46a6febe851739105\"\n },\n {\n \"url\": \"esm/p-stepper-line_2.entry.js\",\n \"revision\": \"ff7f26c03f0e835955f7cb857ea1440f\"\n },\n {\n \"url\": \"esm/p-stepper.entry.js\",\n \"revision\": \"51f26e59077767d42aa54287cda59612\"\n },\n {\n \"url\": \"esm/p-tooltip.entry.js\",\n \"revision\": \"dbcc4128dfd6bd136a9922fd5da6cbc6\"\n },\n {\n \"url\": \"esm/polyfills/core-js.js\",\n \"revision\": \"dc27e0f38ebdd9196d36d393a6c60f4a\"\n },\n {\n \"url\": \"esm/polyfills/css-shim.js\",\n \"revision\": \"36323d0bd6801af0b90cc36af0a0ee8d\"\n },\n {\n \"url\": \"esm/polyfills/dom.js\",\n \"revision\": \"c59c209ccd8f829bb4bc0aaa99055edb\"\n },\n {\n \"url\": \"esm/polyfills/es5-html-element.js\",\n \"revision\": \"9cb6d45f69c87c978029d1aa0a05ac92\"\n },\n {\n \"url\": \"esm/polyfills/index.js\",\n \"revision\": \"d584dac684dbfccbd3271d63a2c59ed1\"\n },\n {\n \"url\": \"esm/polyfills/system.js\",\n \"revision\": \"e44813fe9fa71bac4abfeb30b88b457d\"\n },\n {\n \"url\": \"esm/popper-41c6f9cd.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"index.cjs.js\",\n \"revision\": \"66e04f2fb404ebfb2502d6647369ec3b\"\n },\n {\n \"url\": \"index.js\",\n \"revision\": \"6e3fc07b3d20cdc681502bff787b2041\"\n },\n {\n \"url\": \"paperless/index.esm.js\",\n \"revision\": \"d41d8cd98f00b204e9800998ecf8427e\"\n },\n {\n \"url\": \"paperless/p-0100c1a2.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-0fc4e043.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-11d24001.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-19254809.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-19d84fe7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-2120a0b7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-27914eed.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-2c23d197.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3b491ca2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3f6d3736.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-4a85b858.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5101f35f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5438d70e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-67fc89a6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-6e60b92a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-7784ee14.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-7cf04cb4.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-864ac423.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b68368f3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-c64e2313.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ccbddcbb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-d069673f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-f50c6e5b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-fb1e33eb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ffeed7c6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"tailwind.config.js\",\n \"revision\": \"536f18a6b3788f0438bf88b9c5d8fbaa\"\n },\n {\n \"url\": \"tailwind/animation.js\",\n \"revision\": \"a3127019b37690ea725414dcdeb96661\"\n },\n {\n \"url\": \"tailwind/backdrop-blur.js\",\n \"revision\": \"006247f96d8b05436254636f54f9980f\"\n },\n {\n \"url\": \"tailwind/border-radius.js\",\n \"revision\": \"dd0f825fa408d2ba0176fd53862063d4\"\n },\n {\n \"url\": \"tailwind/colors.js\",\n \"revision\": \"6a39b234fcf655ec34be7e367b0b3128\"\n },\n {\n \"url\": \"tailwind/grid.js\",\n \"revision\": \"c6da38d71fa9e178c09e6caeb9214825\"\n },\n {\n \"url\": \"tailwind/rotate.js\",\n \"revision\": \"6e10d60cb01221e64cf027d729886b6d\"\n },\n {\n \"url\": \"tailwind/scale.js\",\n \"revision\": \"a839cb541613e836dc315f26e3e9a396\"\n },\n {\n \"url\": \"tailwind/shadows.js\",\n \"revision\": \"90a3cc6f1c4f6714180ddbb3a0e40a53\"\n },\n {\n \"url\": \"tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","addEventListener","event","data","type","skipWaiting","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"0nBAmBAA,KAAKC,iBAAiB,WAAYC,IAC5BA,EAAMC,MAA4B,iBAApBD,EAAMC,KAAKC,MAC3BJ,KAAKK,aACN,IAWHC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6CACPC,SAAY,MAEd,CACED,IAAO,wCACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,4FACPC,SAAY,oCAEd,CACED,IAAO,2FACPC,SAAY,oCAEd,CACED,IAAO,kFACPC,SAAY,oCAEd,CACED,IAAO,iFACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,sDACPC,SAAY,oCAEd,CACED,IAAO,qDACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kDACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,MAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,MAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,MAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,MAEd,CACED,IAAO,oCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,WACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,qCAEb,CAAA"}
@@ -1,8 +1,8 @@
1
1
  export declare class CardHeader {
2
2
  /**
3
- * Title of the card header
3
+ * Content of the card header
4
4
  */
5
- title: string;
5
+ header: string;
6
6
  /**
7
7
  * Enable the title arrow
8
8
  */
@@ -0,0 +1,11 @@
1
+ export declare class StepperLine {
2
+ /**
3
+ * Wether the line is active
4
+ */
5
+ active: boolean;
6
+ /**
7
+ * The direction of the stepper line
8
+ */
9
+ direction: 'horizontal' | 'vertical';
10
+ render(): any;
11
+ }
@@ -0,0 +1,19 @@
1
+ export declare class StepperStep {
2
+ /**
3
+ * The alignment of the step content
4
+ */
5
+ align: 'start' | 'center' | 'end';
6
+ /**
7
+ * The direction of the stepper step
8
+ */
9
+ direction: 'horizontal' | 'vertical';
10
+ /**
11
+ * Wether the step is finished
12
+ */
13
+ finished: boolean;
14
+ /**
15
+ * Wether the step is active
16
+ */
17
+ active: boolean;
18
+ render(): any;
19
+ }
@@ -0,0 +1,18 @@
1
+ export declare class Stepper {
2
+ /**
3
+ * The currently active step
4
+ */
5
+ activeStep: number;
6
+ /**
7
+ * The direction of the stepper
8
+ */
9
+ direction: 'horizontal' | 'vertical';
10
+ /**
11
+ * The host element
12
+ */
13
+ private _el;
14
+ private _steps;
15
+ componentWillRender(): void;
16
+ render(): any;
17
+ private _generateSteps;
18
+ }
@@ -8,9 +8,9 @@ export declare class Modal {
8
8
  */
9
9
  variant: 'default' | 'table';
10
10
  /**
11
- * The title of the modal
11
+ * The Header of the modal
12
12
  */
13
- title: string;
13
+ header: string;
14
14
  /**
15
15
  * Wether to show the modal or not
16
16
  */
@@ -102,9 +102,9 @@ export namespace Components {
102
102
  */
103
103
  "arrow": boolean;
104
104
  /**
105
- * Title of the card header
105
+ * Content of the card header
106
106
  */
107
- "title": string;
107
+ "header": string;
108
108
  }
109
109
  interface PCounter {
110
110
  }
@@ -203,6 +203,10 @@ export namespace Components {
203
203
  "variant": 'inline' | 'full-width' | 'full-screen' | 'modal';
204
204
  }
205
205
  interface PModal {
206
+ /**
207
+ * The Header of the modal
208
+ */
209
+ "header": string;
206
210
  /**
207
211
  * Wether to show the modal or not
208
212
  */
@@ -211,10 +215,6 @@ export namespace Components {
211
215
  * The size of the modal container
212
216
  */
213
217
  "size": 'sm' | 'md' | 'lg' | 'xl';
214
- /**
215
- * The title of the modal
216
- */
217
- "title": string;
218
218
  /**
219
219
  * The variant of the modal body
220
220
  */
@@ -318,6 +318,44 @@ export namespace Components {
318
318
  */
319
319
  "variant": 'default' | 'positive' | 'unbiased' | 'negative';
320
320
  }
321
+ interface PStepper {
322
+ /**
323
+ * The currently active step
324
+ */
325
+ "activeStep": number;
326
+ /**
327
+ * The direction of the stepper
328
+ */
329
+ "direction": 'horizontal' | 'vertical';
330
+ }
331
+ interface PStepperLine {
332
+ /**
333
+ * Wether the line is active
334
+ */
335
+ "active": boolean;
336
+ /**
337
+ * The direction of the stepper line
338
+ */
339
+ "direction": 'horizontal' | 'vertical';
340
+ }
341
+ interface PStepperStep {
342
+ /**
343
+ * Wether the step is active
344
+ */
345
+ "active": boolean;
346
+ /**
347
+ * The alignment of the step content
348
+ */
349
+ "align": 'start' | 'center' | 'end';
350
+ /**
351
+ * The direction of the stepper step
352
+ */
353
+ "direction": 'horizontal' | 'vertical';
354
+ /**
355
+ * Wether the step is finished
356
+ */
357
+ "finished": boolean;
358
+ }
321
359
  interface PTooltip {
322
360
  /**
323
361
  * Wether to someone can manually close the popover
@@ -516,6 +554,24 @@ declare global {
516
554
  prototype: HTMLPStatusElement;
517
555
  new (): HTMLPStatusElement;
518
556
  };
557
+ interface HTMLPStepperElement extends Components.PStepper, HTMLStencilElement {
558
+ }
559
+ var HTMLPStepperElement: {
560
+ prototype: HTMLPStepperElement;
561
+ new (): HTMLPStepperElement;
562
+ };
563
+ interface HTMLPStepperLineElement extends Components.PStepperLine, HTMLStencilElement {
564
+ }
565
+ var HTMLPStepperLineElement: {
566
+ prototype: HTMLPStepperLineElement;
567
+ new (): HTMLPStepperLineElement;
568
+ };
569
+ interface HTMLPStepperStepElement extends Components.PStepperStep, HTMLStencilElement {
570
+ }
571
+ var HTMLPStepperStepElement: {
572
+ prototype: HTMLPStepperStepElement;
573
+ new (): HTMLPStepperStepElement;
574
+ };
519
575
  interface HTMLPTooltipElement extends Components.PTooltip, HTMLStencilElement {
520
576
  }
521
577
  var HTMLPTooltipElement: {
@@ -550,6 +606,9 @@ declare global {
550
606
  "p-segment-container": HTMLPSegmentContainerElement;
551
607
  "p-segment-item": HTMLPSegmentItemElement;
552
608
  "p-status": HTMLPStatusElement;
609
+ "p-stepper": HTMLPStepperElement;
610
+ "p-stepper-line": HTMLPStepperLineElement;
611
+ "p-stepper-step": HTMLPStepperStepElement;
553
612
  "p-tooltip": HTMLPTooltipElement;
554
613
  }
555
614
  }
@@ -648,9 +707,9 @@ declare namespace LocalJSX {
648
707
  */
649
708
  "arrow"?: boolean;
650
709
  /**
651
- * Title of the card header
710
+ * Content of the card header
652
711
  */
653
- "title"?: string;
712
+ "header"?: string;
654
713
  }
655
714
  interface PCounter {
656
715
  }
@@ -753,6 +812,10 @@ declare namespace LocalJSX {
753
812
  "variant"?: 'inline' | 'full-width' | 'full-screen' | 'modal';
754
813
  }
755
814
  interface PModal {
815
+ /**
816
+ * The Header of the modal
817
+ */
818
+ "header"?: string;
756
819
  /**
757
820
  * Wether to show the modal or not
758
821
  */
@@ -761,10 +824,6 @@ declare namespace LocalJSX {
761
824
  * The size of the modal container
762
825
  */
763
826
  "size"?: 'sm' | 'md' | 'lg' | 'xl';
764
- /**
765
- * The title of the modal
766
- */
767
- "title"?: string;
768
827
  /**
769
828
  * The variant of the modal body
770
829
  */
@@ -869,6 +928,44 @@ declare namespace LocalJSX {
869
928
  */
870
929
  "variant"?: 'default' | 'positive' | 'unbiased' | 'negative';
871
930
  }
931
+ interface PStepper {
932
+ /**
933
+ * The currently active step
934
+ */
935
+ "activeStep"?: number;
936
+ /**
937
+ * The direction of the stepper
938
+ */
939
+ "direction"?: 'horizontal' | 'vertical';
940
+ }
941
+ interface PStepperLine {
942
+ /**
943
+ * Wether the line is active
944
+ */
945
+ "active"?: boolean;
946
+ /**
947
+ * The direction of the stepper line
948
+ */
949
+ "direction"?: 'horizontal' | 'vertical';
950
+ }
951
+ interface PStepperStep {
952
+ /**
953
+ * Wether the step is active
954
+ */
955
+ "active"?: boolean;
956
+ /**
957
+ * The alignment of the step content
958
+ */
959
+ "align"?: 'start' | 'center' | 'end';
960
+ /**
961
+ * The direction of the stepper step
962
+ */
963
+ "direction"?: 'horizontal' | 'vertical';
964
+ /**
965
+ * Wether the step is finished
966
+ */
967
+ "finished"?: boolean;
968
+ }
872
969
  interface PTooltip {
873
970
  /**
874
971
  * Wether to someone can manually close the popover
@@ -919,6 +1016,9 @@ declare namespace LocalJSX {
919
1016
  "p-segment-container": PSegmentContainer;
920
1017
  "p-segment-item": PSegmentItem;
921
1018
  "p-status": PStatus;
1019
+ "p-stepper": PStepper;
1020
+ "p-stepper-line": PStepperLine;
1021
+ "p-stepper-step": PStepperStep;
922
1022
  "p-tooltip": PTooltip;
923
1023
  }
924
1024
  }
@@ -953,6 +1053,9 @@ declare module "@stencil/core" {
953
1053
  "p-segment-container": LocalJSX.PSegmentContainer & JSXBase.HTMLAttributes<HTMLPSegmentContainerElement>;
954
1054
  "p-segment-item": LocalJSX.PSegmentItem & JSXBase.HTMLAttributes<HTMLPSegmentItemElement>;
955
1055
  "p-status": LocalJSX.PStatus & JSXBase.HTMLAttributes<HTMLPStatusElement>;
1056
+ "p-stepper": LocalJSX.PStepper & JSXBase.HTMLAttributes<HTMLPStepperElement>;
1057
+ "p-stepper-line": LocalJSX.PStepperLine & JSXBase.HTMLAttributes<HTMLPStepperLineElement>;
1058
+ "p-stepper-step": LocalJSX.PStepperStep & JSXBase.HTMLAttributes<HTMLPStepperStepElement>;
956
1059
  "p-tooltip": LocalJSX.PTooltip & JSXBase.HTMLAttributes<HTMLPTooltipElement>;
957
1060
  }
958
1061
  }
@@ -0,0 +1,2 @@
1
+ define(["exports"],(function(t){"use strict";try{self["workbox:core:6.5.3"]&&_()}catch(t){}const e=(t,...e)=>{let s=t;return e.length>0&&(s+=` :: ${JSON.stringify(e)}`),s};class s extends Error{constructor(t,s){super(e(t,s)),this.name=t,this.details=s}}try{self["workbox:routing:6.5.3"]&&_()}catch(t){}const n=t=>t&&"object"==typeof t?t:{handle:t};class i{constructor(t,e,s="GET"){this.handler=n(e),this.match=t,this.method=s}setCatchHandler(t){this.catchHandler=n(t)}}class r extends i{constructor(t,e,s){super((({url:e})=>{const s=t.exec(e.href);if(s&&(e.origin===location.origin||0===s.index))return s.slice(1)}),e,s)}}class o{constructor(){this.t=new Map,this.i=new Map}get routes(){return this.t}addFetchListener(){self.addEventListener("fetch",(t=>{const{request:e}=t,s=this.handleRequest({request:e,event:t});s&&t.respondWith(s)}))}addCacheListener(){self.addEventListener("message",(t=>{if(t.data&&"CACHE_URLS"===t.data.type){const{payload:e}=t.data,s=Promise.all(e.urlsToCache.map((e=>{"string"==typeof e&&(e=[e]);const s=new Request(...e);return this.handleRequest({request:s,event:t})})));t.waitUntil(s),t.ports&&t.ports[0]&&s.then((()=>t.ports[0].postMessage(!0)))}}))}handleRequest({request:t,event:e}){const s=new URL(t.url,location.href);if(!s.protocol.startsWith("http"))return;const n=s.origin===location.origin,{params:i,route:r}=this.findMatchingRoute({event:e,request:t,sameOrigin:n,url:s});let o=r&&r.handler;const c=t.method;if(!o&&this.i.has(c)&&(o=this.i.get(c)),!o)return;let a;try{a=o.handle({url:s,request:t,event:e,params:i})}catch(t){a=Promise.reject(t)}const h=r&&r.catchHandler;return a instanceof Promise&&(this.o||h)&&(a=a.catch((async n=>{if(h)try{return await h.handle({url:s,request:t,event:e,params:i})}catch(t){t instanceof Error&&(n=t)}if(this.o)return this.o.handle({url:s,request:t,event:e});throw n}))),a}findMatchingRoute({url:t,sameOrigin:e,request:s,event:n}){const i=this.t.get(s.method)||[];for(const r of i){let i;const o=r.match({url:t,sameOrigin:e,request:s,event:n});if(o)return i=o,(Array.isArray(i)&&0===i.length||o.constructor===Object&&0===Object.keys(o).length||"boolean"==typeof o)&&(i=void 0),{route:r,params:i}}return{}}setDefaultHandler(t,e="GET"){this.i.set(e,n(t))}setCatchHandler(t){this.o=n(t)}registerRoute(t){this.t.has(t.method)||this.t.set(t.method,[]),this.t.get(t.method).push(t)}unregisterRoute(t){if(!this.t.has(t.method))throw new s("unregister-route-but-not-found-with-method",{method:t.method});const e=this.t.get(t.method).indexOf(t);if(!(e>-1))throw new s("unregister-route-route-not-registered");this.t.get(t.method).splice(e,1)}}let c;const a={googleAnalytics:"googleAnalytics",precache:"precache-v2",prefix:"workbox",runtime:"runtime",suffix:"undefined"!=typeof registration?registration.scope:""},h=t=>[a.prefix,t,a.suffix].filter((t=>t&&t.length>0)).join("-"),u=t=>t||h(a.precache),l=t=>t||h(a.runtime);function f(t,e){const s=e();return t.waitUntil(s),s}try{self["workbox:precaching:6.5.3"]&&_()}catch(t){}function w(t){if(!t)throw new s("add-to-cache-list-unexpected-type",{entry:t});if("string"==typeof t){const e=new URL(t,location.href);return{cacheKey:e.href,url:e.href}}const{revision:e,url:n}=t;if(!n)throw new s("add-to-cache-list-unexpected-type",{entry:t});if(!e){const t=new URL(n,location.href);return{cacheKey:t.href,url:t.href}}const i=new URL(n,location.href),r=new URL(n,location.href);return i.searchParams.set("__WB_REVISION__",e),{cacheKey:i.href,url:r.href}}class d{constructor(){this.updatedURLs=[],this.notUpdatedURLs=[],this.handlerWillStart=async({request:t,state:e})=>{e&&(e.originalRequest=t)},this.cachedResponseWillBeUsed=async({event:t,state:e,cachedResponse:s})=>{if("install"===t.type&&e&&e.originalRequest&&e.originalRequest instanceof Request){const t=e.originalRequest.url;s?this.notUpdatedURLs.push(t):this.updatedURLs.push(t)}return s}}}class p{constructor({precacheController:t}){this.cacheKeyWillBeUsed=async({request:t,params:e})=>{const s=(null==e?void 0:e.cacheKey)||this.h.getCacheKeyForURL(t.url);return s?new Request(s,{headers:t.headers}):t},this.h=t}}let y;async function g(t,e){let n=null;if(t.url){n=new URL(t.url).origin}if(n!==self.location.origin)throw new s("cross-origin-copy-response",{origin:n});const i=t.clone(),r={headers:new Headers(i.headers),status:i.status,statusText:i.statusText},o=e?e(r):r,c=function(){if(void 0===y){const t=new Response("");if("body"in t)try{new Response(t.body),y=!0}catch(t){y=!1}y=!1}return y}()?i.body:await i.blob();return new Response(c,o)}function R(t,e){const s=new URL(t);for(const t of e)s.searchParams.delete(t);return s.href}class m{constructor(){this.promise=new Promise(((t,e)=>{this.resolve=t,this.reject=e}))}}const v=new Set;try{self["workbox:strategies:6.5.3"]&&_()}catch(t){}function q(t){return"string"==typeof t?new Request(t):t}class U{constructor(t,e){this.u={},Object.assign(this,e),this.event=e.event,this.l=t,this.p=new m,this.g=[],this.R=[...t.plugins],this.m=new Map;for(const t of this.R)this.m.set(t,{});this.event.waitUntil(this.p.promise)}async fetch(t){const{event:e}=this;let n=q(t);if("navigate"===n.mode&&e instanceof FetchEvent&&e.preloadResponse){const t=await e.preloadResponse;if(t)return t}const i=this.hasCallback("fetchDidFail")?n.clone():null;try{for(const t of this.iterateCallbacks("requestWillFetch"))n=await t({request:n.clone(),event:e})}catch(t){if(t instanceof Error)throw new s("plugin-error-request-will-fetch",{thrownErrorMessage:t.message})}const r=n.clone();try{let t;t=await fetch(n,"navigate"===n.mode?void 0:this.l.fetchOptions);for(const s of this.iterateCallbacks("fetchDidSucceed"))t=await s({event:e,request:r,response:t});return t}catch(t){throw i&&await this.runCallbacks("fetchDidFail",{error:t,event:e,originalRequest:i.clone(),request:r.clone()}),t}}async fetchAndCachePut(t){const e=await this.fetch(t),s=e.clone();return this.waitUntil(this.cachePut(t,s)),e}async cacheMatch(t){const e=q(t);let s;const{cacheName:n,matchOptions:i}=this.l,r=await this.getCacheKey(e,"read"),o=Object.assign(Object.assign({},i),{cacheName:n});s=await caches.match(r,o);for(const t of this.iterateCallbacks("cachedResponseWillBeUsed"))s=await t({cacheName:n,matchOptions:i,cachedResponse:s,request:r,event:this.event})||void 0;return s}async cachePut(t,e){const n=q(t);var i;await(i=0,new Promise((t=>setTimeout(t,i))));const r=await this.getCacheKey(n,"write");if(!e)throw new s("cache-put-with-no-response",{url:(o=r.url,new URL(String(o),location.href).href.replace(new RegExp(`^${location.origin}`),""))});var o;const c=await this.v(e);if(!c)return!1;const{cacheName:a,matchOptions:h}=this.l,u=await self.caches.open(a),l=this.hasCallback("cacheDidUpdate"),f=l?await async function(t,e,s,n){const i=R(e.url,s);if(e.url===i)return t.match(e,n);const r=Object.assign(Object.assign({},n),{ignoreSearch:!0}),o=await t.keys(e,r);for(const e of o)if(i===R(e.url,s))return t.match(e,n)}(u,r.clone(),["__WB_REVISION__"],h):null;try{await u.put(r,l?c.clone():c)}catch(t){if(t instanceof Error)throw"QuotaExceededError"===t.name&&await async function(){for(const t of v)await t()}(),t}for(const t of this.iterateCallbacks("cacheDidUpdate"))await t({cacheName:a,oldResponse:f,newResponse:c.clone(),request:r,event:this.event});return!0}async getCacheKey(t,e){const s=`${t.url} | ${e}`;if(!this.u[s]){let n=t;for(const t of this.iterateCallbacks("cacheKeyWillBeUsed"))n=q(await t({mode:e,request:n,event:this.event,params:this.params}));this.u[s]=n}return this.u[s]}hasCallback(t){for(const e of this.l.plugins)if(t in e)return!0;return!1}async runCallbacks(t,e){for(const s of this.iterateCallbacks(t))await s(e)}*iterateCallbacks(t){for(const e of this.l.plugins)if("function"==typeof e[t]){const s=this.m.get(e),n=n=>{const i=Object.assign(Object.assign({},n),{state:s});return e[t](i)};yield n}}waitUntil(t){return this.g.push(t),t}async doneWaiting(){let t;for(;t=this.g.shift();)await t}destroy(){this.p.resolve(null)}async v(t){let e=t,s=!1;for(const t of this.iterateCallbacks("cacheWillUpdate"))if(e=await t({request:this.request,response:e,event:this.event})||void 0,s=!0,!e)break;return s||e&&200!==e.status&&(e=void 0),e}}class L extends class{constructor(t={}){this.cacheName=l(t.cacheName),this.plugins=t.plugins||[],this.fetchOptions=t.fetchOptions,this.matchOptions=t.matchOptions}handle(t){const[e]=this.handleAll(t);return e}handleAll(t){t instanceof FetchEvent&&(t={event:t,request:t.request});const e=t.event,s="string"==typeof t.request?new Request(t.request):t.request,n="params"in t?t.params:void 0,i=new U(this,{event:e,request:s,params:n}),r=this.q(i,s,e);return[r,this.U(r,i,s,e)]}async q(t,e,n){let i;await t.runCallbacks("handlerWillStart",{event:n,request:e});try{if(i=await this.L(e,t),!i||"error"===i.type)throw new s("no-response",{url:e.url})}catch(s){if(s instanceof Error)for(const r of t.iterateCallbacks("handlerDidError"))if(i=await r({error:s,event:n,request:e}),i)break;if(!i)throw s}for(const s of t.iterateCallbacks("handlerWillRespond"))i=await s({event:n,request:e,response:i});return i}async U(t,e,s,n){let i,r;try{i=await t}catch(r){}try{await e.runCallbacks("handlerDidRespond",{event:n,request:s,response:i}),await e.doneWaiting()}catch(t){t instanceof Error&&(r=t)}if(await e.runCallbacks("handlerDidComplete",{event:n,request:s,response:i,error:r}),e.destroy(),r)throw r}}{constructor(t={}){t.cacheName=u(t.cacheName),super(t),this._=!1!==t.fallbackToNetwork,this.plugins.push(L.copyRedirectedCacheableResponsesPlugin)}async L(t,e){const s=await e.cacheMatch(t);return s||(e.event&&"install"===e.event.type?await this.C(t,e):await this.O(t,e))}async O(t,e){let n;const i=e.params||{};if(!this._)throw new s("missing-precache-entry",{cacheName:this.cacheName,url:t.url});{const s=i.integrity,r=t.integrity,o=!r||r===s;n=await e.fetch(new Request(t,{integrity:"no-cors"!==t.mode?r||s:void 0})),s&&o&&"no-cors"!==t.mode&&(this.N(),await e.cachePut(t,n.clone()))}return n}async C(t,e){this.N();const n=await e.fetch(t);if(!await e.cachePut(t,n.clone()))throw new s("bad-precaching-response",{url:t.url,status:n.status});return n}N(){let t=null,e=0;for(const[s,n]of this.plugins.entries())n!==L.copyRedirectedCacheableResponsesPlugin&&(n===L.defaultPrecacheCacheabilityPlugin&&(t=s),n.cacheWillUpdate&&e++);0===e?this.plugins.push(L.defaultPrecacheCacheabilityPlugin):e>1&&null!==t&&this.plugins.splice(t,1)}}L.defaultPrecacheCacheabilityPlugin={cacheWillUpdate:async({response:t})=>!t||t.status>=400?null:t},L.copyRedirectedCacheableResponsesPlugin={cacheWillUpdate:async({response:t})=>t.redirected?await g(t):t};class b{constructor({cacheName:t,plugins:e=[],fallbackToNetwork:s=!0}={}){this.k=new Map,this.K=new Map,this.T=new Map,this.l=new L({cacheName:u(t),plugins:[...e,new p({precacheController:this})],fallbackToNetwork:s}),this.install=this.install.bind(this),this.activate=this.activate.bind(this)}get strategy(){return this.l}precache(t){this.addToCacheList(t),this.W||(self.addEventListener("install",this.install),self.addEventListener("activate",this.activate),this.W=!0)}addToCacheList(t){const e=[];for(const n of t){"string"==typeof n?e.push(n):n&&void 0===n.revision&&e.push(n.url);const{cacheKey:t,url:i}=w(n),r="string"!=typeof n&&n.revision?"reload":"default";if(this.k.has(i)&&this.k.get(i)!==t)throw new s("add-to-cache-list-conflicting-entries",{firstEntry:this.k.get(i),secondEntry:t});if("string"!=typeof n&&n.integrity){if(this.T.has(t)&&this.T.get(t)!==n.integrity)throw new s("add-to-cache-list-conflicting-integrities",{url:i});this.T.set(t,n.integrity)}if(this.k.set(i,t),this.K.set(i,r),e.length>0){const t=`Workbox is precaching URLs without revision info: ${e.join(", ")}\nThis is generally NOT safe. Learn more at https://bit.ly/wb-precache`;console.warn(t)}}}install(t){return f(t,(async()=>{const e=new d;this.strategy.plugins.push(e);for(const[e,s]of this.k){const n=this.T.get(s),i=this.K.get(e),r=new Request(e,{integrity:n,cache:i,credentials:"same-origin"});await Promise.all(this.strategy.handleAll({params:{cacheKey:s},request:r,event:t}))}const{updatedURLs:s,notUpdatedURLs:n}=e;return{updatedURLs:s,notUpdatedURLs:n}}))}activate(t){return f(t,(async()=>{const t=await self.caches.open(this.strategy.cacheName),e=await t.keys(),s=new Set(this.k.values()),n=[];for(const i of e)s.has(i.url)||(await t.delete(i),n.push(i.url));return{deletedURLs:n}}))}getURLsToCacheKeys(){return this.k}getCachedURLs(){return[...this.k.keys()]}getCacheKeyForURL(t){const e=new URL(t,location.href);return this.k.get(e.href)}getIntegrityForCacheKey(t){return this.T.get(t)}async matchPrecache(t){const e=t instanceof Request?t.url:t,s=this.getCacheKeyForURL(e);if(s){return(await self.caches.open(this.strategy.cacheName)).match(s)}}createHandlerBoundToURL(t){const e=this.getCacheKeyForURL(t);if(!e)throw new s("non-precached-url",{url:t});return s=>(s.request=new Request(t),s.params=Object.assign({cacheKey:e},s.params),this.strategy.handle(s))}}let C;const E=()=>(C||(C=new b),C);class O extends i{constructor(t,e){super((({request:s})=>{const n=t.getURLsToCacheKeys();for(const i of function*(t,{ignoreURLParametersMatching:e=[/^utm_/,/^fbclid$/],directoryIndex:s="index.html",cleanURLs:n=!0,urlManipulation:i}={}){const r=new URL(t,location.href);r.hash="",yield r.href;const o=function(t,e=[]){for(const s of[...t.searchParams.keys()])e.some((t=>t.test(s)))&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new URL(o.href);t.pathname+=s,yield t.href}if(n){const t=new URL(o.href);t.pathname+=".html",yield t.href}if(i){const t=i({url:r});for(const e of t)yield e.href}}(s.url,e)){const e=n.get(i);if(e){return{cacheKey:e,integrity:t.getIntegrityForCacheKey(e)}}}}),t.strategy)}}function x(t){const e=E();!function(t,e,n){let a;if("string"==typeof t){const s=new URL(t,location.href);a=new i((({url:t})=>t.href===s.href),e,n)}else if(t instanceof RegExp)a=new r(t,e,n);else if("function"==typeof t)a=new i(t,e,n);else{if(!(t instanceof i))throw new s("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",paramName:"capture"});a=t}(c||(c=new o,c.addFetchListener(),c.addCacheListener()),c).registerRoute(a)}(new O(e,t))}t.precacheAndRoute=function(t,e){!function(t){E().precache(t)}(t),x(e)}}));
2
+ //# sourceMappingURL=workbox-5fe694da.js.map