@amiceli/papierjs 0.7.0 → 0.8.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.
Files changed (196) hide show
  1. package/dist/cjs/{index-875ceae0.js → index-e53c626b.js} +39 -6
  2. package/dist/cjs/index-e53c626b.js.map +1 -0
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/p-accordion.cjs.entry.js +1 -1
  5. package/dist/cjs/p-alert.cjs.entry.js +1 -1
  6. package/dist/cjs/p-badge.cjs.entry.js +1 -1
  7. package/dist/cjs/p-breadcrumb-item.cjs.entry.js +1 -1
  8. package/dist/cjs/p-breadcrumb.cjs.entry.js +1 -1
  9. package/dist/cjs/p-button_3.cjs.entry.js +1 -1
  10. package/dist/cjs/p-dropdown-preview.cjs.entry.js +1 -1
  11. package/dist/cjs/p-icon.cjs.entry.js +513 -0
  12. package/dist/cjs/p-icon.cjs.entry.js.map +1 -0
  13. package/dist/cjs/p-input-text.cjs.entry.js +13 -7
  14. package/dist/cjs/p-input-text.cjs.entry.js.map +1 -1
  15. package/dist/cjs/p-leaf.cjs.entry.js +2 -2
  16. package/dist/cjs/p-modal-preview.cjs.entry.js +2 -2
  17. package/dist/cjs/p-modal.cjs.entry.js +3 -3
  18. package/dist/cjs/p-modal.cjs.entry.js.map +1 -1
  19. package/dist/cjs/p-notification-handler.cjs.entry.js +1 -1
  20. package/dist/cjs/p-notification-preview.cjs.entry.js +5 -5
  21. package/dist/cjs/p-notification.cjs.entry.js +2 -2
  22. package/dist/cjs/p-progress-bar.cjs.entry.js +12 -2
  23. package/dist/cjs/p-progress-bar.cjs.entry.js.map +1 -1
  24. package/dist/cjs/p-slider.cjs.entry.js +3 -3
  25. package/dist/cjs/p-switch-tile.cjs.entry.js +3 -3
  26. package/dist/cjs/p-switch.cjs.entry.js +4 -4
  27. package/dist/cjs/p-tab.cjs.entry.js +3 -3
  28. package/dist/cjs/p-tabs.cjs.entry.js +4 -4
  29. package/dist/cjs/p-tooltip.cjs.entry.js +3 -3
  30. package/dist/cjs/p-tooltip.cjs.entry.js.map +1 -1
  31. package/dist/cjs/papierjs.cjs.js +2 -2
  32. package/dist/collection/collection-manifest.json +1 -0
  33. package/dist/collection/components/form/input-text/input-text.css +3 -0
  34. package/dist/collection/components/form/input-text/input-text.js +32 -13
  35. package/dist/collection/components/form/input-text/input-text.js.map +1 -1
  36. package/dist/collection/components/form/slider/sliders.js +2 -2
  37. package/dist/collection/components/form/switch/switch.js +3 -3
  38. package/dist/collection/components/form/switch-tile/switch-tile.js +2 -2
  39. package/dist/collection/components/leaf/leaf.js +1 -1
  40. package/dist/collection/components/modal/modal.css +3 -0
  41. package/dist/collection/components/modal/modal.js +1 -1
  42. package/dist/collection/components/modal/stories/modal.preview.js +1 -1
  43. package/dist/collection/components/notification/p-notification/p-notification.js +1 -1
  44. package/dist/collection/components/notification/p-notification-handler/stories/p-notification-preview.js +4 -4
  45. package/dist/collection/components/p-icon/icons.js +489 -0
  46. package/dist/collection/components/p-icon/icons.js.map +1 -0
  47. package/dist/collection/components/p-icon/p-icon.css +6 -0
  48. package/dist/collection/components/p-icon/p-icon.js +92 -0
  49. package/dist/collection/components/p-icon/p-icon.js.map +1 -0
  50. package/dist/collection/components/p-icon/stories/p-icon-playground.stories.js +34 -0
  51. package/dist/collection/components/progress-bar/progress-bar.js +35 -1
  52. package/dist/collection/components/progress-bar/progress-bar.js.map +1 -1
  53. package/dist/collection/components/tabs/tab/tab.js +2 -2
  54. package/dist/collection/components/tabs/tabs/tabs.js +3 -3
  55. package/dist/collection/components/tooltip/tooltip.css +3 -0
  56. package/dist/collection/components/tooltip/tooltip.js +1 -1
  57. package/dist/components/index.js +1 -1
  58. package/dist/components/{p-c3c46963.js → p-5422fb93.js} +3 -3
  59. package/dist/components/{p-c3c46963.js.map → p-5422fb93.js.map} +1 -1
  60. package/dist/components/{p-3e858546.js → p-5f80356d.js} +2 -2
  61. package/dist/components/{p-3e858546.js.map → p-5f80356d.js.map} +1 -1
  62. package/dist/components/{p-555df865.js → p-8d6f74ef.js} +4 -4
  63. package/dist/components/p-8d6f74ef.js.map +1 -0
  64. package/dist/components/{p-ef7a623f.js → p-9d035fcd.js} +3 -3
  65. package/dist/components/{p-ef7a623f.js.map → p-9d035fcd.js.map} +1 -1
  66. package/dist/components/p-accordion.js +1 -1
  67. package/dist/components/p-alert.js +1 -1
  68. package/dist/components/{p-51fafe64.js → p-b79c14df.js} +2 -2
  69. package/dist/components/{p-51fafe64.js.map → p-b79c14df.js.map} +1 -1
  70. package/dist/components/p-badge.js +1 -1
  71. package/dist/components/p-breadcrumb-item.js +1 -1
  72. package/dist/components/p-breadcrumb.js +1 -1
  73. package/dist/components/p-button.js +1 -1
  74. package/dist/components/{p-af62ba98.js → p-c65086ec.js} +32 -4
  75. package/dist/components/p-c65086ec.js.map +1 -0
  76. package/dist/components/{p-c8138bbd.js → p-df78f867.js} +2 -2
  77. package/dist/components/{p-c8138bbd.js.map → p-df78f867.js.map} +1 -1
  78. package/dist/components/p-dropdown-item.js +1 -1
  79. package/dist/components/p-dropdown-preview.js +5 -5
  80. package/dist/components/p-dropdown.js +1 -1
  81. package/dist/components/p-icon.d.ts +11 -0
  82. package/dist/components/p-icon.js +533 -0
  83. package/dist/components/p-icon.js.map +1 -0
  84. package/dist/components/p-input-text.js +15 -9
  85. package/dist/components/p-input-text.js.map +1 -1
  86. package/dist/components/p-leaf.js +2 -2
  87. package/dist/components/p-modal-preview.js +4 -4
  88. package/dist/components/p-modal.js +1 -1
  89. package/dist/components/p-notification-handler.js +1 -1
  90. package/dist/components/p-notification-preview.js +10 -10
  91. package/dist/components/p-notification.js +1 -1
  92. package/dist/components/p-progress-bar.js +15 -3
  93. package/dist/components/p-progress-bar.js.map +1 -1
  94. package/dist/components/p-slider.js +3 -3
  95. package/dist/components/p-switch-tile.js +3 -3
  96. package/dist/components/p-switch.js +4 -4
  97. package/dist/components/p-tab.js +3 -3
  98. package/dist/components/p-tabs.js +4 -4
  99. package/dist/components/p-tooltip.js +3 -3
  100. package/dist/components/p-tooltip.js.map +1 -1
  101. package/dist/esm/{index-7ee4e700.js → index-aee2eada.js} +39 -6
  102. package/dist/esm/index-aee2eada.js.map +1 -0
  103. package/dist/esm/loader.js +3 -3
  104. package/dist/esm/p-accordion.entry.js +1 -1
  105. package/dist/esm/p-alert.entry.js +1 -1
  106. package/dist/esm/p-badge.entry.js +1 -1
  107. package/dist/esm/p-breadcrumb-item.entry.js +1 -1
  108. package/dist/esm/p-breadcrumb.entry.js +1 -1
  109. package/dist/esm/p-button_3.entry.js +1 -1
  110. package/dist/esm/p-dropdown-preview.entry.js +1 -1
  111. package/dist/esm/p-icon.entry.js +509 -0
  112. package/dist/esm/p-icon.entry.js.map +1 -0
  113. package/dist/esm/p-input-text.entry.js +13 -7
  114. package/dist/esm/p-input-text.entry.js.map +1 -1
  115. package/dist/esm/p-leaf.entry.js +2 -2
  116. package/dist/esm/p-modal-preview.entry.js +2 -2
  117. package/dist/esm/p-modal.entry.js +3 -3
  118. package/dist/esm/p-modal.entry.js.map +1 -1
  119. package/dist/esm/p-notification-handler.entry.js +1 -1
  120. package/dist/esm/p-notification-preview.entry.js +5 -5
  121. package/dist/esm/p-notification.entry.js +2 -2
  122. package/dist/esm/p-progress-bar.entry.js +12 -2
  123. package/dist/esm/p-progress-bar.entry.js.map +1 -1
  124. package/dist/esm/p-slider.entry.js +3 -3
  125. package/dist/esm/p-switch-tile.entry.js +3 -3
  126. package/dist/esm/p-switch.entry.js +4 -4
  127. package/dist/esm/p-tab.entry.js +3 -3
  128. package/dist/esm/p-tabs.entry.js +4 -4
  129. package/dist/esm/p-tooltip.entry.js +3 -3
  130. package/dist/esm/p-tooltip.entry.js.map +1 -1
  131. package/dist/esm/papierjs.js +3 -3
  132. package/dist/papierjs/{p-bc16a85a.entry.js → p-1ebff2d7.entry.js} +2 -2
  133. package/dist/papierjs/{p-d9e3c9ca.entry.js → p-23b08b62.entry.js} +2 -2
  134. package/dist/papierjs/{p-a40b185f.entry.js → p-3bffe4aa.entry.js} +2 -2
  135. package/dist/papierjs/p-3bffe4aa.entry.js.map +1 -0
  136. package/dist/papierjs/{p-edbf5d19.entry.js → p-3e170867.entry.js} +2 -2
  137. package/dist/papierjs/p-3e170867.entry.js.map +1 -0
  138. package/dist/papierjs/{p-f7bc7154.entry.js → p-3efab78f.entry.js} +2 -2
  139. package/dist/papierjs/p-4cb8bb30.js +3 -0
  140. package/dist/{cjs/index-875ceae0.js.map → papierjs/p-4cb8bb30.js.map} +1 -1
  141. package/dist/papierjs/{p-55975574.entry.js → p-67278128.entry.js} +2 -2
  142. package/dist/papierjs/p-67278128.entry.js.map +1 -0
  143. package/dist/papierjs/{p-57f13bee.entry.js → p-71473b6e.entry.js} +2 -2
  144. package/dist/papierjs/{p-4de54c9d.entry.js → p-7cdc4dca.entry.js} +2 -2
  145. package/dist/papierjs/{p-4ef52ae1.entry.js → p-7db7534b.entry.js} +2 -2
  146. package/dist/papierjs/{p-963f21b8.entry.js → p-907ecded.entry.js} +2 -2
  147. package/dist/papierjs/{p-a2523f10.entry.js → p-91b8f71b.entry.js} +2 -2
  148. package/dist/papierjs/{p-acf916fa.entry.js → p-9bf96d13.entry.js} +2 -2
  149. package/dist/papierjs/{p-21ae2040.entry.js → p-a502278a.entry.js} +2 -2
  150. package/dist/papierjs/{p-d583fd92.entry.js → p-b8e34895.entry.js} +2 -2
  151. package/dist/papierjs/p-c6b354fb.entry.js +2 -0
  152. package/dist/papierjs/p-c6b354fb.entry.js.map +1 -0
  153. package/dist/papierjs/{p-4e8985c5.entry.js → p-cc121ae9.entry.js} +2 -2
  154. package/dist/papierjs/p-cc121ae9.entry.js.map +1 -0
  155. package/dist/papierjs/{p-3149398f.entry.js → p-cce903e9.entry.js} +2 -2
  156. package/dist/papierjs/{p-5e68bd6c.entry.js → p-cec4e9a5.entry.js} +2 -2
  157. package/dist/papierjs/p-d3e11d7d.entry.js +2 -0
  158. package/dist/papierjs/{p-743abca9.entry.js → p-d9e2e92c.entry.js} +2 -2
  159. package/dist/papierjs/{p-ef8536b9.entry.js → p-db166642.entry.js} +2 -2
  160. package/dist/papierjs/{p-b783633d.entry.js → p-f2b657b2.entry.js} +2 -2
  161. package/dist/papierjs/papierjs.esm.js +1 -1
  162. package/dist/papierjs/papierjs.esm.js.map +1 -1
  163. package/dist/types/components/form/input-text/input-text.d.ts +4 -2
  164. package/dist/types/components/p-icon/icons.d.ts +1 -0
  165. package/dist/types/components/p-icon/p-icon.d.ts +7 -0
  166. package/dist/types/components/progress-bar/progress-bar.d.ts +4 -0
  167. package/dist/types/components.d.ts +25 -2
  168. package/package.json +7 -4
  169. package/readme.md +1 -0
  170. package/dist/components/p-555df865.js.map +0 -1
  171. package/dist/components/p-af62ba98.js.map +0 -1
  172. package/dist/esm/index-7ee4e700.js.map +0 -1
  173. package/dist/papierjs/p-34a520d8.js +0 -3
  174. package/dist/papierjs/p-34a520d8.js.map +0 -1
  175. package/dist/papierjs/p-4e8985c5.entry.js.map +0 -1
  176. package/dist/papierjs/p-55975574.entry.js.map +0 -1
  177. package/dist/papierjs/p-7b6c5a15.entry.js +0 -2
  178. package/dist/papierjs/p-a40b185f.entry.js.map +0 -1
  179. package/dist/papierjs/p-edbf5d19.entry.js.map +0 -1
  180. /package/dist/papierjs/{p-bc16a85a.entry.js.map → p-1ebff2d7.entry.js.map} +0 -0
  181. /package/dist/papierjs/{p-d9e3c9ca.entry.js.map → p-23b08b62.entry.js.map} +0 -0
  182. /package/dist/papierjs/{p-f7bc7154.entry.js.map → p-3efab78f.entry.js.map} +0 -0
  183. /package/dist/papierjs/{p-57f13bee.entry.js.map → p-71473b6e.entry.js.map} +0 -0
  184. /package/dist/papierjs/{p-4de54c9d.entry.js.map → p-7cdc4dca.entry.js.map} +0 -0
  185. /package/dist/papierjs/{p-4ef52ae1.entry.js.map → p-7db7534b.entry.js.map} +0 -0
  186. /package/dist/papierjs/{p-963f21b8.entry.js.map → p-907ecded.entry.js.map} +0 -0
  187. /package/dist/papierjs/{p-a2523f10.entry.js.map → p-91b8f71b.entry.js.map} +0 -0
  188. /package/dist/papierjs/{p-acf916fa.entry.js.map → p-9bf96d13.entry.js.map} +0 -0
  189. /package/dist/papierjs/{p-21ae2040.entry.js.map → p-a502278a.entry.js.map} +0 -0
  190. /package/dist/papierjs/{p-d583fd92.entry.js.map → p-b8e34895.entry.js.map} +0 -0
  191. /package/dist/papierjs/{p-3149398f.entry.js.map → p-cce903e9.entry.js.map} +0 -0
  192. /package/dist/papierjs/{p-5e68bd6c.entry.js.map → p-cec4e9a5.entry.js.map} +0 -0
  193. /package/dist/papierjs/{p-7b6c5a15.entry.js.map → p-d3e11d7d.entry.js.map} +0 -0
  194. /package/dist/papierjs/{p-743abca9.entry.js.map → p-d9e2e92c.entry.js.map} +0 -0
  195. /package/dist/papierjs/{p-ef8536b9.entry.js.map → p-db166642.entry.js.map} +0 -0
  196. /package/dist/papierjs/{p-b783633d.entry.js.map → p-f2b657b2.entry.js.map} +0 -0
@@ -1,2 +0,0 @@
1
- import{r as e,h as t,g as c}from"./p-34a520d8.js";const i=class{constructor(t){e(this,t)}addNotification(e){const t=this.el.querySelector("p-notification-handler");if(t){t.pushNotification(Object.assign({type:this.notificationType,canclose:false,text:`${this.notificationType||"primary"} notification`},e))}}render(){return t("div",{key:"a8249a75ec65b727c90914ce2e684b9bf3697945"},t("p-notification-handler",{key:"664695f2c9fafdfc68bd092096c9ca6ddd0359f6"}),t("p-dropdown",{key:"da5dc45e74d800b221f6833aabc19a40e0cca57b",placeholder:"Choose notification type",onSelect:e=>{this.notificationType=e.detail}},["primary","secondary","success","warning","danger"].map((e=>t("p-dropdown-item",{key:e,value:e},e)))),t("div",{key:"1d4cf0a74eecda4aa147541ceea1d8f99ece39b2",style:{marginTop:"20px"}},t("p-button",{key:"348695d918d61dd858e6c660caa2a73e9e3ded79",style:{marginRight:"20px"},type:"primary",onClick:()=>{this.addNotification({})}},"Add notification"),t("p-button",{key:"0e6cc40f30f61cf28013dfc697e183db27097499",type:"secondary",style:{marginRight:"20px"},onClick:()=>{this.addNotification({canclose:true})}},"Add closable notification"),t("p-button",{key:"0648fbaeec551c170a5ea9680cb8770bec229a1b",type:"success",onClick:()=>{this.addNotification({timeout:2e3})}},"Add timeout notification")))}get el(){return c(this)}};export{i as p_notification_preview};
2
- //# sourceMappingURL=p-7b6c5a15.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["inputTextCss","PInputTextStyle0","InputText","constructor","hostRef","this","value","required","dark","disabled","block","hasError","getParentClass","cssClass","onChange","e","changeEvent","emit","target","render","h","key","class","label","htmlFor","type","placeholder","id"],"sources":["src/components/form/input-text/input-text.scss?tag=p-input-text&encapsulation=shadow","src/components/form/input-text/input-text.tsx"],"sourcesContent":[":host {\n @import \"../../common\";\n\n @include useBlock();\n\n label {\n color : var(--primary);\n }\n\n .is--block {\n display: block;\n width: 100%;\n box-sizing: border-box;\n\n input {\n display: block;\n width: 100%;\n box-sizing: border-box;\n }\n }\n\n .papier {\n &.is--dark {\n\n &.has--error {\n label {\n color : var(--danger-light);\n }\n input {\n border-color : var(--danger-light);\n }\n }\n }\n &:not(.is--dark) {\n &.has--error {\n label {\n color : var(--danger-text);\n }\n input {\n border-color : var(--danger-text);\n }\n }\n }\n }\n}","import { Component, Event, type EventEmitter, Prop, h } from '@stencil/core'\n\n@Component({\n tag: 'p-input-text',\n styleUrl: 'input-text.scss',\n shadow: true,\n})\nexport class InputText {\n @Prop()\n placeholder?: string\n @Prop()\n value?: string = ''\n @Prop()\n required?: boolean = false\n @Prop()\n dark?: boolean = false\n @Prop()\n label?: string\n @Prop()\n disabled?: boolean = false\n @Prop()\n block?: boolean = false\n @Prop()\n hasError?: boolean = false\n\n @Event({ eventName: 'change' })\n public changeEvent: EventEmitter<string>\n\n public getParentClass() {\n let cssClass = 'papier form-group'\n\n if (this.dark) {\n cssClass = `${cssClass} is--dark`\n }\n if (this.block) {\n cssClass = `${cssClass} is--block`\n }\n if (this.hasError) {\n cssClass = `${cssClass} has--error`\n }\n\n return cssClass\n }\n\n public onChange(e: Event) {\n this.changeEvent.emit((e.target as HTMLInputElement).value)\n }\n\n render() {\n return (\n <div class={this.getParentClass()}>\n {this.label && (\n <label htmlFor=\"paperInputs1\">\n {this.label}\n {this.required ? '*' : ''}\n </label>\n )}\n <input\n type=\"text\"\n placeholder={this.placeholder}\n id=\"paperInputs1\"\n disabled={this.disabled}\n value={this.value}\n onChange={(e) => this.onChange(e)}\n />\n </div>\n )\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAe,gnrFACrB,MAAAC,EAAeD,E,MCMFE,EAAS,MALtB,WAAAC,CAAAC,G,8CASIC,KAAAC,MAAiB,GAEjBD,KAAAE,SAAqB,MAErBF,KAAAG,KAAiB,MAIjBH,KAAAI,SAAqB,MAErBJ,KAAAK,MAAkB,MAElBL,KAAAM,SAAqB,K,CAKd,cAAAC,GACH,IAAIC,EAAW,oBAEf,GAAIR,KAAKG,KAAM,CACXK,EAAW,GAAGA,Y,CAElB,GAAIR,KAAKK,MAAO,CACZG,EAAW,GAAGA,a,CAElB,GAAIR,KAAKM,SAAU,CACfE,EAAW,GAAGA,c,CAGlB,OAAOA,C,CAGJ,QAAAC,CAASC,GACZV,KAAKW,YAAYC,KAAMF,EAAEG,OAA4BZ,M,CAGzD,MAAAa,GACI,OACIC,EAAA,OAAAC,IAAA,2CAAKC,MAAOjB,KAAKO,kBACZP,KAAKkB,OACFH,EAAA,SAAAC,IAAA,2CAAOG,QAAQ,gBACVnB,KAAKkB,MACLlB,KAAKE,SAAW,IAAM,IAG/Ba,EAAA,SAAAC,IAAA,2CACII,KAAK,OACLC,YAAarB,KAAKqB,YAClBC,GAAG,eACHlB,SAAUJ,KAAKI,SACfH,MAAOD,KAAKC,MACZQ,SAAWC,GAAMV,KAAKS,SAASC,K","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["progressBarCss","PProgressBarStyle0","ProgressBar","constructor","hostRef","this","type","value","striped","dark","getClass","types","cssClass","includes","getParentClass","render","h","key","class"],"sources":["src/components/progress-bar/progress-bar.scss?tag=p-progress-bar&encapsulation=shadow","src/components/progress-bar/progress-bar.tsx"],"sourcesContent":[":host {\n @import \"../common\";\n\n @include useBlock();\n\n .is--dark {\n .progress {\n border-color : white;\n }\n }\n}","import { Component, Prop, h } from '@stencil/core'\n\ntype ProgressBarColor =\n | 'secondary'\n | 'success'\n | 'warning'\n | 'danger'\n | 'muted'\n | 'primary'\n\n@Component({\n tag: 'p-progress-bar',\n styleUrl: 'progress-bar.scss',\n shadow: true,\n})\nexport class ProgressBar {\n @Prop()\n type?: ProgressBarColor = 'primary'\n @Prop()\n value?: number = 0\n @Prop()\n striped?: boolean = false\n @Prop()\n dark?: boolean = false\n\n public getClass(): string {\n const types = [\n 'secondary',\n 'success',\n 'warning',\n 'danger',\n 'muted',\n 'primary',\n ]\n const value = this.value < 0 ? 0 : this.value > 100 ? 100 : this.value\n\n let cssClass = `bar w-${value}`\n\n if (!types.includes(this.type)) {\n cssClass = `${cssClass} primary`\n } else {\n cssClass = `${cssClass} ${this.type}`\n }\n\n if (this.striped) {\n cssClass = `${cssClass} striped`\n }\n\n return cssClass\n }\n\n public getParentClass() {\n let cssClass = 'papier is--block'\n\n if (this.dark) {\n cssClass = `${cssClass} is--dark`\n }\n\n return cssClass\n }\n\n render() {\n return (\n <div class={this.getParentClass()}>\n <div class=\"progress\">\n <div class={this.getClass()}>\n <slot />\n </div>\n </div>\n </div>\n )\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAiB,goqFACvB,MAAAC,EAAeD,E,MCcFE,EAAW,MALxB,WAAAC,CAAAC,G,UAOIC,KAAAC,KAA0B,UAE1BD,KAAAE,MAAiB,EAEjBF,KAAAG,QAAoB,MAEpBH,KAAAI,KAAiB,K,CAEV,QAAAC,GACH,MAAMC,EAAQ,CACV,YACA,UACA,UACA,SACA,QACA,WAEJ,MAAMJ,EAAQF,KAAKE,MAAQ,EAAI,EAAIF,KAAKE,MAAQ,IAAM,IAAMF,KAAKE,MAEjE,IAAIK,EAAW,SAASL,IAExB,IAAKI,EAAME,SAASR,KAAKC,MAAO,CAC5BM,EAAW,GAAGA,W,KACX,CACHA,EAAW,GAAGA,KAAYP,KAAKC,M,CAGnC,GAAID,KAAKG,QAAS,CACdI,EAAW,GAAGA,W,CAGlB,OAAOA,C,CAGJ,cAAAE,GACH,IAAIF,EAAW,mBAEf,GAAIP,KAAKI,KAAM,CACXG,EAAW,GAAGA,Y,CAGlB,OAAOA,C,CAGX,MAAAG,GACI,OACIC,EAAA,OAAAC,IAAA,2CAAKC,MAAOb,KAAKS,kBACbE,EAAA,OAAAC,IAAA,2CAAKC,MAAM,YACPF,EAAA,OAAAC,IAAA,2CAAKC,MAAOb,KAAKK,YACbM,EAAA,QAAAC,IAAA,+C","ignoreList":[]}