@public-ui/sample-react 2.0.8 → 2.0.10

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 (324) hide show
  1. package/dist/1051.js +2 -0
  2. package/dist/1278.js +2 -0
  3. package/dist/1499.js +2 -0
  4. package/dist/1502.js +2 -0
  5. package/dist/1517.js +2 -0
  6. package/dist/1699.js +2 -0
  7. package/dist/1731.js +2 -0
  8. package/dist/1848.js +2 -0
  9. package/dist/1940.js +2 -0
  10. package/dist/2015.js +2 -0
  11. package/dist/2156.js +2 -0
  12. package/dist/2182.js +2 -0
  13. package/dist/{3384.js → 2186.js} +2 -2
  14. package/dist/2439.js +2 -0
  15. package/dist/2563.js +2 -0
  16. package/dist/2619.js +2 -0
  17. package/dist/2624.js +2 -0
  18. package/dist/2671.js +2 -0
  19. package/dist/2926.js +2 -0
  20. package/dist/3028.js +2 -0
  21. package/dist/{2984.js → 3073.js} +2 -2
  22. package/dist/351.js +2 -0
  23. package/dist/3625.js +2 -0
  24. package/dist/4619.js +2 -0
  25. package/dist/{9340.js → 4627.js} +2 -2
  26. package/dist/4937.js +2 -0
  27. package/dist/5172.js +2 -0
  28. package/dist/528.js +2 -0
  29. package/dist/5342.js +2 -0
  30. package/dist/5431.js +2 -0
  31. package/dist/5784.js +2 -0
  32. package/dist/5896.js +2 -0
  33. package/dist/6114.js +2 -0
  34. package/dist/6329.js +2 -0
  35. package/dist/6357.js +2 -0
  36. package/dist/6511.js +2 -0
  37. package/dist/7086.js +2 -0
  38. package/dist/710.js +2 -0
  39. package/dist/7160.js +2 -0
  40. package/dist/7240.js +2 -0
  41. package/dist/7435.js +2 -0
  42. package/dist/7628.js +2 -0
  43. package/dist/7732.js +2 -0
  44. package/dist/7748.js +2 -0
  45. package/dist/7950.js +2 -0
  46. package/dist/7986.js +2 -0
  47. package/dist/8240.js +2 -0
  48. package/dist/8247.js +2 -0
  49. package/dist/8256.js +2 -0
  50. package/dist/8494.js +2 -0
  51. package/dist/8507.js +2 -0
  52. package/dist/{6476.js → 9014.js} +2 -2
  53. package/dist/9035.js +2 -0
  54. package/dist/9094.js +2 -0
  55. package/dist/9179.js +2 -0
  56. package/dist/9183.js +2 -0
  57. package/dist/{9224.js → 9190.js} +2 -2
  58. package/dist/9237.js +2 -0
  59. package/dist/9246.js +2 -0
  60. package/dist/9424.js +1 -1
  61. package/dist/9456.js +2 -0
  62. package/dist/9483.js +2 -0
  63. package/dist/9485.js +2 -0
  64. package/dist/9528.js +2 -0
  65. package/dist/9622.js +2 -0
  66. package/dist/97.js +2 -0
  67. package/dist/9758.js +2 -0
  68. package/dist/9758.js.LICENSE.txt +3 -0
  69. package/dist/9829.js +2 -0
  70. package/dist/9829.js.LICENSE.txt +3 -0
  71. package/dist/9918.js +2 -0
  72. package/dist/9918.js.LICENSE.txt +3 -0
  73. package/dist/{6112.js → 9993.js} +2 -2
  74. package/dist/9993.js.LICENSE.txt +3 -0
  75. package/dist/main.css +1 -1
  76. package/dist/main.js +1 -17750
  77. package/dist/main.js.LICENSE.txt +2 -2
  78. package/package.json +16 -16
  79. package/src/App.tsx +7 -6
  80. package/src/components/Sidebar.tsx +1 -1
  81. package/src/components/abbr/basic.tsx +9 -5
  82. package/src/components/accordion/basic.tsx +17 -11
  83. package/src/components/accordion/headlines.tsx +26 -20
  84. package/src/components/accordion/list.tsx +13 -7
  85. package/src/components/alert/basic.tsx +16 -9
  86. package/src/components/alert/html.tsx +26 -21
  87. package/src/components/avatar/basic.tsx +14 -9
  88. package/src/components/badge/basic.tsx +13 -7
  89. package/src/components/badge/button.tsx +19 -10
  90. package/src/components/breadcrumb/basic.tsx +52 -46
  91. package/src/components/button/access-key.tsx +22 -17
  92. package/src/components/button/baselined.tsx +12 -6
  93. package/src/components/button/basic.tsx +9 -1
  94. package/src/components/button/hide-label.tsx +24 -15
  95. package/src/components/button/icons.tsx +25 -19
  96. package/src/components/button/width.tsx +21 -15
  97. package/src/components/button-group/basic.tsx +12 -6
  98. package/src/components/button-link/icons.tsx +36 -30
  99. package/src/components/button-link/image.tsx +13 -7
  100. package/src/components/card/basic.tsx +9 -3
  101. package/src/components/card/confirm.tsx +19 -13
  102. package/src/components/card/flex.tsx +36 -27
  103. package/src/components/card/routes.ts +2 -0
  104. package/src/components/card/selection.tsx +53 -47
  105. package/src/components/details/basic.tsx +26 -17
  106. package/src/components/handout/basic.tsx +59 -28
  107. package/src/components/heading/badged.tsx +38 -32
  108. package/src/components/heading/basic.tsx +14 -8
  109. package/src/components/heading/paragraph.tsx +47 -38
  110. package/src/components/icon/basic.tsx +16 -10
  111. package/src/components/image/basic.tsx +9 -2
  112. package/src/components/indented-text/basic.tsx +23 -17
  113. package/src/components/input-checkbox/basic.tsx +13 -1
  114. package/src/components/input-checkbox/button.tsx +14 -1
  115. package/src/components/input-checkbox/partials/cases.tsx +1 -1
  116. package/src/components/input-checkbox/switch.tsx +16 -3
  117. package/src/components/input-color/basic.tsx +12 -1
  118. package/src/components/input-color/partials/cases.tsx +8 -2
  119. package/src/components/input-date/basic.tsx +14 -1
  120. package/src/components/input-date/partials/cases.tsx +9 -1
  121. package/src/components/input-email/basic.tsx +9 -1
  122. package/src/components/input-email/partials/cases.tsx +2 -2
  123. package/src/components/input-file/basic.tsx +12 -1
  124. package/src/components/input-file/partials/cases.tsx +2 -2
  125. package/src/components/input-number/partials/cases.tsx +1 -1
  126. package/src/components/input-password/basic.tsx +9 -1
  127. package/src/components/input-password/partials/cases.tsx +2 -2
  128. package/src/components/input-password/show-password.tsx +28 -19
  129. package/src/components/input-radio/basic.tsx +9 -1
  130. package/src/components/input-radio/objectValue.tsx +37 -0
  131. package/src/components/input-radio/partials/cases.tsx +2 -2
  132. package/src/components/input-radio/routes.ts +2 -0
  133. package/src/components/input-radio/select.tsx +9 -3
  134. package/src/components/input-range/basic.tsx +9 -1
  135. package/src/components/input-range/partials/cases.tsx +12 -2
  136. package/src/components/input-text/basic.tsx +9 -1
  137. package/src/components/input-text/blur.tsx +17 -12
  138. package/src/components/input-text/focus.tsx +14 -8
  139. package/src/components/input-text/hide-errors.tsx +3 -3
  140. package/src/components/input-text/partials/cases.tsx +4 -4
  141. package/src/components/link/basic.tsx +25 -19
  142. package/src/components/link/icons.tsx +40 -34
  143. package/src/components/link/image.tsx +18 -12
  144. package/src/components/link/target.tsx +14 -8
  145. package/src/components/link-button/basic.tsx +14 -8
  146. package/src/components/link-group/basic.tsx +9 -1
  147. package/src/components/link-group/horizontal.tsx +9 -1
  148. package/src/components/logo/basic.tsx +9 -1
  149. package/src/components/modal/basic.tsx +37 -28
  150. package/src/components/nav/basic.tsx +7 -1
  151. package/src/components/nav/horizontal.tsx +12 -3
  152. package/src/components/nav/links.ts +18 -2
  153. package/src/components/pagination/basic.tsx +24 -16
  154. package/src/components/progress/basic.tsx +10 -4
  155. package/src/components/quote/basic.tsx +7 -1
  156. package/src/components/quote/block.tsx +15 -6
  157. package/src/components/select/basic.tsx +12 -1
  158. package/src/components/select/partials/cases.tsx +10 -2
  159. package/src/components/spin/basic.tsx +9 -1
  160. package/src/components/spin/custom.tsx +12 -3
  161. package/src/components/spin/cycle.tsx +9 -1
  162. package/src/components/split-button/basic.tsx +18 -9
  163. package/src/components/table/badge-size.tsx +12 -1
  164. package/src/components/table/sort-data.tsx +14 -4
  165. package/src/components/table/with-pagination.tsx +12 -3
  166. package/src/components/tabs/basic.tsx +18 -12
  167. package/src/components/tabs/icons-only.tsx +12 -6
  168. package/src/components/textarea/adjust-height.tsx +14 -8
  169. package/src/components/textarea/basic.tsx +9 -1
  170. package/src/components/textarea/counter.tsx +13 -1
  171. package/src/components/textarea/disabled.tsx +14 -3
  172. package/src/components/textarea/partials/cases.tsx +1 -1
  173. package/src/components/textarea/placeholder.tsx +9 -3
  174. package/src/components/textarea/readonly.tsx +14 -3
  175. package/src/components/textarea/resize.tsx +13 -7
  176. package/src/components/textarea/rows.tsx +9 -3
  177. package/src/components/toast/basic.tsx +18 -12
  178. package/src/components/version/basic.tsx +9 -2
  179. package/src/components/version/context.tsx +11 -5
  180. package/src/react.main.tsx +44 -18
  181. package/src/scenarios/appointment-form/AvailableAppointmentsForm.tsx +11 -4
  182. package/src/scenarios/appointment-form/DistrictForm.tsx +9 -2
  183. package/src/scenarios/appointment-form/PersonalInformationForm.tsx +8 -2
  184. package/src/scenarios/appointment-form/formUtils.ts +6 -0
  185. package/src/scenarios/routes.ts +0 -2
  186. package/src/scenarios/static-form.tsx +15 -0
  187. package/src/shares/store.ts +5 -5
  188. package/src/shares/theme.ts +6 -5
  189. package/src/shares/types.ts +1 -1
  190. package/webpack.config.js +1 -0
  191. package/dist/104.js +0 -2
  192. package/dist/1296.js +0 -2
  193. package/dist/1461.js +0 -2
  194. package/dist/1684.js +0 -2
  195. package/dist/1685.js +0 -2
  196. package/dist/1888.js +0 -2
  197. package/dist/2120.js +0 -2
  198. package/dist/2240.js +0 -2
  199. package/dist/2364.js +0 -2
  200. package/dist/2392.js +0 -2
  201. package/dist/2444.js +0 -2
  202. package/dist/2628.js +0 -2
  203. package/dist/2740.js +0 -2
  204. package/dist/2764.js +0 -2
  205. package/dist/2782.js +0 -2
  206. package/dist/2812.js +0 -2
  207. package/dist/3200.js +0 -2
  208. package/dist/3204.js +0 -2
  209. package/dist/352.js +0 -2
  210. package/dist/3564.js +0 -2
  211. package/dist/3920.js +0 -2
  212. package/dist/4064.js +0 -2
  213. package/dist/4136.js +0 -1
  214. package/dist/4544.js +0 -2
  215. package/dist/4728.js +0 -2
  216. package/dist/4915.js +0 -2
  217. package/dist/4988.js +0 -2
  218. package/dist/5376.js +0 -2
  219. package/dist/5456.js +0 -2
  220. package/dist/5615.js +0 -2
  221. package/dist/5628.js +0 -2
  222. package/dist/5744.js +0 -2
  223. package/dist/5768.js +0 -2
  224. package/dist/5839.js +0 -2
  225. package/dist/5956.js +0 -2
  226. package/dist/5972.js +0 -2
  227. package/dist/6040.js +0 -2
  228. package/dist/7192.js +0 -2
  229. package/dist/72.js +0 -2
  230. package/dist/7312.js +0 -2
  231. package/dist/736.js +0 -2
  232. package/dist/7496.js +0 -2
  233. package/dist/7508.js +0 -2
  234. package/dist/7596.js +0 -2
  235. package/dist/7712.js +0 -2
  236. package/dist/7804.js +0 -2
  237. package/dist/7808.js +0 -2
  238. package/dist/8188.js +0 -2
  239. package/dist/8232.js +0 -2
  240. package/dist/8248.js +0 -2
  241. package/dist/828.js +0 -2
  242. package/dist/8476.js +0 -2
  243. package/dist/8524.js +0 -2
  244. package/dist/9072.js +0 -2
  245. package/dist/9088.js +0 -2
  246. package/dist/9200.js +0 -2
  247. package/dist/9404.js +0 -2
  248. package/dist/9680.js +0 -2
  249. package/dist/9888.js +0 -2
  250. package/dist/9984.js +0 -2
  251. package/src/components/abbr/basic.html +0 -6
  252. package/src/scenarios/complex-form/common/form/component.tsx +0 -25
  253. package/src/scenarios/complex-form/common/form/types.ts +0 -13
  254. package/src/scenarios/complex-form/component.tsx +0 -163
  255. package/src/scenarios/complex-form/kopfdaten/component.tsx +0 -51
  256. package/src/scenarios/complex-form/location/component.tsx +0 -17
  257. package/src/scenarios/complex-form/location/location.form.ts +0 -22
  258. package/src/scenarios/complex-form/schedule/component.tsx +0 -17
  259. package/src/scenarios/complex-form/schedule/schedule.form.ts +0 -34
  260. /package/dist/{104.js.LICENSE.txt → 1051.js.LICENSE.txt} +0 -0
  261. /package/dist/{1296.js.LICENSE.txt → 1278.js.LICENSE.txt} +0 -0
  262. /package/dist/{1461.js.LICENSE.txt → 1499.js.LICENSE.txt} +0 -0
  263. /package/dist/{1684.js.LICENSE.txt → 1502.js.LICENSE.txt} +0 -0
  264. /package/dist/{1685.js.LICENSE.txt → 1517.js.LICENSE.txt} +0 -0
  265. /package/dist/{1888.js.LICENSE.txt → 1699.js.LICENSE.txt} +0 -0
  266. /package/dist/{2120.js.LICENSE.txt → 1731.js.LICENSE.txt} +0 -0
  267. /package/dist/{2240.js.LICENSE.txt → 1848.js.LICENSE.txt} +0 -0
  268. /package/dist/{2364.js.LICENSE.txt → 1940.js.LICENSE.txt} +0 -0
  269. /package/dist/{2392.js.LICENSE.txt → 2015.js.LICENSE.txt} +0 -0
  270. /package/dist/{2444.js.LICENSE.txt → 2156.js.LICENSE.txt} +0 -0
  271. /package/dist/{2628.js.LICENSE.txt → 2182.js.LICENSE.txt} +0 -0
  272. /package/dist/{2740.js.LICENSE.txt → 2186.js.LICENSE.txt} +0 -0
  273. /package/dist/{2764.js.LICENSE.txt → 2439.js.LICENSE.txt} +0 -0
  274. /package/dist/{2782.js.LICENSE.txt → 2563.js.LICENSE.txt} +0 -0
  275. /package/dist/{2812.js.LICENSE.txt → 2619.js.LICENSE.txt} +0 -0
  276. /package/dist/{2984.js.LICENSE.txt → 2624.js.LICENSE.txt} +0 -0
  277. /package/dist/{3200.js.LICENSE.txt → 2671.js.LICENSE.txt} +0 -0
  278. /package/dist/{3204.js.LICENSE.txt → 2926.js.LICENSE.txt} +0 -0
  279. /package/dist/{3384.js.LICENSE.txt → 3028.js.LICENSE.txt} +0 -0
  280. /package/dist/{352.js.LICENSE.txt → 3073.js.LICENSE.txt} +0 -0
  281. /package/dist/{3564.js.LICENSE.txt → 351.js.LICENSE.txt} +0 -0
  282. /package/dist/{3920.js.LICENSE.txt → 3625.js.LICENSE.txt} +0 -0
  283. /package/dist/{4064.js.LICENSE.txt → 4619.js.LICENSE.txt} +0 -0
  284. /package/dist/{4544.js.LICENSE.txt → 4627.js.LICENSE.txt} +0 -0
  285. /package/dist/{4728.js.LICENSE.txt → 4937.js.LICENSE.txt} +0 -0
  286. /package/dist/{4915.js.LICENSE.txt → 5172.js.LICENSE.txt} +0 -0
  287. /package/dist/{4988.js.LICENSE.txt → 528.js.LICENSE.txt} +0 -0
  288. /package/dist/{5376.js.LICENSE.txt → 5342.js.LICENSE.txt} +0 -0
  289. /package/dist/{5456.js.LICENSE.txt → 5431.js.LICENSE.txt} +0 -0
  290. /package/dist/{5615.js.LICENSE.txt → 5784.js.LICENSE.txt} +0 -0
  291. /package/dist/{5628.js.LICENSE.txt → 5896.js.LICENSE.txt} +0 -0
  292. /package/dist/{5744.js.LICENSE.txt → 6114.js.LICENSE.txt} +0 -0
  293. /package/dist/{5768.js.LICENSE.txt → 6329.js.LICENSE.txt} +0 -0
  294. /package/dist/{5839.js.LICENSE.txt → 6357.js.LICENSE.txt} +0 -0
  295. /package/dist/{5956.js.LICENSE.txt → 6511.js.LICENSE.txt} +0 -0
  296. /package/dist/{5972.js.LICENSE.txt → 7086.js.LICENSE.txt} +0 -0
  297. /package/dist/{6040.js.LICENSE.txt → 710.js.LICENSE.txt} +0 -0
  298. /package/dist/{6112.js.LICENSE.txt → 7160.js.LICENSE.txt} +0 -0
  299. /package/dist/{6476.js.LICENSE.txt → 7240.js.LICENSE.txt} +0 -0
  300. /package/dist/{7192.js.LICENSE.txt → 7435.js.LICENSE.txt} +0 -0
  301. /package/dist/{72.js.LICENSE.txt → 7628.js.LICENSE.txt} +0 -0
  302. /package/dist/{7312.js.LICENSE.txt → 7732.js.LICENSE.txt} +0 -0
  303. /package/dist/{736.js.LICENSE.txt → 7748.js.LICENSE.txt} +0 -0
  304. /package/dist/{7496.js.LICENSE.txt → 7950.js.LICENSE.txt} +0 -0
  305. /package/dist/{7508.js.LICENSE.txt → 7986.js.LICENSE.txt} +0 -0
  306. /package/dist/{7596.js.LICENSE.txt → 8240.js.LICENSE.txt} +0 -0
  307. /package/dist/{7712.js.LICENSE.txt → 8247.js.LICENSE.txt} +0 -0
  308. /package/dist/{7804.js.LICENSE.txt → 8256.js.LICENSE.txt} +0 -0
  309. /package/dist/{7808.js.LICENSE.txt → 8494.js.LICENSE.txt} +0 -0
  310. /package/dist/{8188.js.LICENSE.txt → 8507.js.LICENSE.txt} +0 -0
  311. /package/dist/{8232.js.LICENSE.txt → 9014.js.LICENSE.txt} +0 -0
  312. /package/dist/{8248.js.LICENSE.txt → 9035.js.LICENSE.txt} +0 -0
  313. /package/dist/{828.js.LICENSE.txt → 9094.js.LICENSE.txt} +0 -0
  314. /package/dist/{8476.js.LICENSE.txt → 9179.js.LICENSE.txt} +0 -0
  315. /package/dist/{8524.js.LICENSE.txt → 9183.js.LICENSE.txt} +0 -0
  316. /package/dist/{9072.js.LICENSE.txt → 9190.js.LICENSE.txt} +0 -0
  317. /package/dist/{9088.js.LICENSE.txt → 9237.js.LICENSE.txt} +0 -0
  318. /package/dist/{9200.js.LICENSE.txt → 9246.js.LICENSE.txt} +0 -0
  319. /package/dist/{9224.js.LICENSE.txt → 9456.js.LICENSE.txt} +0 -0
  320. /package/dist/{9340.js.LICENSE.txt → 9483.js.LICENSE.txt} +0 -0
  321. /package/dist/{9404.js.LICENSE.txt → 9485.js.LICENSE.txt} +0 -0
  322. /package/dist/{9680.js.LICENSE.txt → 9528.js.LICENSE.txt} +0 -0
  323. /package/dist/{9888.js.LICENSE.txt → 9622.js.LICENSE.txt} +0 -0
  324. /package/dist/{9984.js.LICENSE.txt → 97.js.LICENSE.txt} +0 -0
package/dist/9072.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9072.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9072],{9072:(e,t,i)=>{i.r(t),i.d(t,{kol_tree_item_wc:()=>n});var s=i(224),a=i(3756),l=(e,t,i)=>new Promise(((s,a)=>{var l=e=>{try{h(i.next(e))}catch(e){a(e)}},n=e=>{try{h(i.throw(e))}catch(e){a(e)}},h=e=>e.done?s(e.value):Promise.resolve(e.value).then(l,n);h((i=i.apply(e,t)).next())}));const n=class{constructor(e){(0,s.r)(this,e),this.state={_active:!1,_hasChildren:!1,_href:"",_label:"",_open:!1},this._active=void 0,this._label=void 0,this._open=void 0,this._href=void 0}render(){return(0,s.h)(s.H,{key:"ba7536b4c6f3830d30cf9dfbdce43d0fa4f7c4fc",onSlotchange:this.handleSlotchange.bind(this)},(0,s.h)("li",{key:"768094efd223e5213e9db1bc301b98a25cfc8982",class:"tree-item"},(0,s.h)("kol-link",{key:"d70178ff1fb10c761ff39c147cad8e5025fb82b8",class:{"tree-link":!0,active:Boolean(this.state._active)},_label:"",_href:this.state._href,ref:e=>this.linkElement=e,_tabIndex:this.state._active?0:-1},(0,s.h)("span",{key:"116f34650bbd9ffe172cd508d3782b63379f7b1e",slot:"expert"},this.state._hasChildren&&(this.state._open?(0,s.h)("span",{class:"toggle-button",onClick:e=>{this.handleCollapseClick(e)}},"-"):(0,s.h)("span",{class:"toggle-button",onClick:e=>{this.handleExpandClick(e)}},"+"))," ",this.state._label)),(0,s.h)("ul",{key:"4ae5cd8eaee46ee7ae1a7404d2bee06bb6a89804",hidden:!this.state._hasChildren||!this.state._open,role:"group"},(0,s.h)("slot",{key:"6b99c6ab345710c2467cc3c19aa0c9684ae609f4"}))))}validateActive(e){(0,a.av)(this,e||!1)}validateLabel(e){(0,a.v)(this,e)}validateOpen(e){(0,a.n)(this,e)}validateHref(e){(0,a.aw)(this,e)}componentWillLoad(){this.validateActive(this._active),this.validateLabel(this._label),this.validateOpen(this._open),this.validateHref(this._href),this.checkForChildren()}handleSlotchange(){this.checkForChildren()}checkForChildren(){var e;this.state=Object.assign(Object.assign({},this.state),{_hasChildren:Boolean(null===(e=this.host.querySelector("slot"))||void 0===e?void 0:e.assignedElements().length)})}focusLink(){return l(this,null,(function*(){this.linkElement.focus()}))}handleExpandClick(e){return l(this,null,(function*(){e.preventDefault(),this.linkElement.focus(),yield this.expand()}))}expand(){return l(this,null,(function*(){this.state._hasChildren&&(this.state=Object.assign(Object.assign({},this.state),{_open:!0}))}))}handleCollapseClick(e){return l(this,null,(function*(){e.preventDefault(),this.linkElement.focus(),yield this.collapse()}))}collapse(){return l(this,null,(function*(){this.state._hasChildren&&(this.state=Object.assign(Object.assign({},this.state),{_open:!1}))}))}isOpen(){return l(this,null,(function*(){var e;return null!==(e=this.state._open)&&void 0!==e&&e}))}get host(){return(0,s.g)(this)}static get watchers(){return{_active:["validateActive"],_label:["validateLabel"],_open:["validateOpen"],_href:["validateHref"]}}}}}]);
package/dist/9088.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9088.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9088],{9088:(n,e,t)=>{t.r(e),t.d(e,{kol_modal:()=>o});var i=t(224),a=t(3756),l=t(8976);const o=class{constructor(n){(0,i.r)(this,n),this.onKeyDown=n=>{n&&"Escape"===n.code&&(this._activeElement=null)},this._activeElement=void 0,this._label=void 0,this._on=void 0,this._width="100%",this.state={_activeElement:null,_label:"",_width:"100%"}}componentDidRender(){this.hostElement&&(this.state._activeElement?(0,l.g)().Modal.openModal(this.hostElement,this.state._activeElement):(0,l.g)().Modal.closeModal(this.hostElement))}disconnectedCallback(){this.hostElement&&(0,l.g)().Modal.closeModal(this.hostElement)}render(){return(0,i.h)(i.H,{key:"c05ba4ba3aba8fc37144832e84f6fb6844199cf3",ref:n=>{this.hostElement=n}},this.state._activeElement&&(0,i.h)("div",{class:"overlay"},(0,i.h)("div",{class:"modal",style:{width:this.state._width},"aria-label":this.state._label,"aria-modal":"true",role:"dialog",onKeyDown:this.onKeyDown,ref:n=>{n&&(n.setAttribute("tabindex","0"),setTimeout((()=>n.focus()),250))}},(0,i.h)("slot",null))))}validateActiveElement(n){(0,a.w)(this,"_activeElement",(n=>"object"==typeof n||null===n),new Set(["HTMLElement","null"]),n,{defaultValue:null,hooks:{afterPatch:()=>{var n;null===this._activeElement&&(null===(n=this.state._on)||void 0===n?void 0:n.onClose)&&this.state._on.onClose()}}})}validateLabel(n){(0,a.v)(this,n,{required:!0})}validateOn(n){if("object"==typeof n&&null!==n){(0,a.j)("[KolTabs] Prüfen, wie man auch einen EventCallback einzeln ändern kann.");const e={};"function"!=typeof n.onClose&&!0!==n.onClose||(e.onClose=n.onClose),(0,a.m)(this,"_on",e)}}validateWidth(n){(0,a.C)(this,"_width",n,{defaultValue:"100%"})}componentWillLoad(){this.validateActiveElement(this._activeElement),this.validateLabel(this._label),this.validateOn(this._on),this.validateWidth(this._width)}static get watchers(){return{_activeElement:["validateActiveElement"],_label:["validateLabel"],_on:["validateOn"],_width:["validateWidth"]}}};o.style={default:"/*\n * This file contains all rules for accessibility.\n */\n@layer kol-global {\n :host {\n /*\n * Minimum size of interactive elements.\n */\n --a11y-min-size: 44px;\n /*\n * No element should be used without a background and font color whose contrast ratio has\n * not been checked. By initially setting the background color to white and the font color\n * to black, the contrast ratio is ensured and explicit adjustment is forced.\n */\n background-color: white;\n color: black;\n /*\n * Verdana is an accessible font that can be used without requiring additional loading time.\n */\n font-family: Verdana;\n }\n * {\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n hyphens: auto;\n /*\n * Letter spacing is required for all texts.\n */\n letter-spacing: inherit;\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n word-break: break-word;\n /*\n * Word spacing is required for all texts.\n */\n word-spacing: inherit;\n }\n /*\n * All interactive elements should have a minimum size of 44px.\n */\n /* input:not([type='checkbox'], [type='radio'], [type='range']), */\n /* option, */\n /* select, */\n /* textarea, */\n [role=button],\n button:not([role=link]),\n kol-input .input {\n min-height: var(--a11y-min-size);\n min-width: var(--a11y-min-size);\n }\n /*\n * Some interactive elements should not inherit the font-family and font-size.\n */\n a,\n button,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n input,\n option,\n select,\n textarea {\n /*\n * All elements should inherit the font family from his parent element.\n */\n font-family: inherit;\n /*\n * All elements should inherit the font size from his parent element.\n */\n font-size: inherit;\n }\n}\n/**\n * Sometimes we need the semantic element for accessibility reasons,\n * but we don't want to show it.\n *\n * - https://www.a11yproject.com/posts/how-to-hide-content/\n */\n.visually-hidden {\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n}\n\n@layer kol-global {\n /*\n * Dieses CSS stellt sicher, dass der Standard-Style\n * von A und Button resettet werden.\n */\n :is(a, button) {\n background-color: transparent;\n border: none;\n margin: 0;\n padding: 0;\n width: 100%; /* 100% needed for custom width from outside */\n }\n /*\n * Ensure elements with hidden attribute to be actually not visible\n * @see https://meowni.ca/hidden.is.a.lie.html\n */\n [hidden] {\n display: none !important;\n }\n}\n@layer kol-global {\n :host {\n /*\n * The max-width is needed to prevent the table from overflowing the\n * parent node, if the table is wider than the parent node.\n */\n max-width: 100%;\n }\n * {\n /*\n * We prefer to box-sizing: border-box for all elements.\n */\n box-sizing: border-box;\n }\n /* KolSpan is a layout component with icons in all directions and a label text in the middle. */\n kol-span-wc {\n display: grid;\n place-items: center;\n }\n /* The sub span in KolSpan is the horizontal span with icon left and right and the label text in the middle. */\n kol-span-wc > span {\n display: flex;\n place-items: center;\n }\n a,\n button {\n cursor: pointer;\n }\n .hidden {\n display: none;\n visibility: hidden;\n }\n /* This is the text label. */\n .hide-label > kol-span-wc > span > span {\n display: none;\n }\n /* Reset browser agent style. */\n button:disabled {\n color: unset;\n }\n .disabled label,\n .disabled:focus-within label,\n [aria-disabled=true],\n [aria-disabled=true]:focus,\n [disabled],\n [disabled]:focus {\n cursor: not-allowed !important;\n opacity: 0.5 !important;\n outline: none !important;\n }\n [aria-disabled=true]:focus kol-span-wc,\n [disabled]:focus kol-span-wc {\n outline: none !important;\n }\n}\n@layer kol-component {\n .overlay {\n background-color: rgba(0, 0, 0, 0.33);\n display: flex;\n height: 100%;\n inset: 0;\n position: fixed;\n width: 100%;\n z-index: 100;\n }\n .modal {\n margin: auto;\n max-height: 100%;\n max-width: 100%;\n }\n}"}}}]);
package/dist/9200.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9200.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9200],{9200:(t,e,i)=>{i.r(e),i.d(e,{initialize:()=>o});var l=i(3756),r=i(8976);function a(t,e){try{Object.defineProperty((0,r.g)(),t,{get:function(){return e}})}catch(e){l.L.debug(`KoliBri property ${t} is already bind.`)}}const n=(t,e)=>l.L.debug(`${t} ${e?"":"not "}activated`),o=()=>{if((0,r.i)(),(0,l.aR)()){(0,r.r)(),a("a11yColorContrast",l.aU),a("querySelector",l.at),a("querySelectorAll",l.aV),a("querySelectorColors",l.aW),a("utils",(function(){return l.aT})),a("parseJson",l.u),a("stringifyJson",l.aX);const t=(0,l.g)().body,e=(0,l.g)().createElement("svg");if(e.setAttribute("aria-label","KoliBri-DevTools"),e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e.setAttribute("role","toolbar"),e.setAttribute("style","position: fixed;color: black;font-size: 200%;bottom: 0.25rem;right: 0.25rem;"),e.innerHTML='<svg\n xmlns="http://www.w3.org/2000/svg"\n width="50"\n height="50"\n viewBox="0 0 600 600"\n>\n <path d="M353 322L213 304V434L353 322Z" fill="#047" />\n <path d="M209 564V304L149 434L209 564Z" fill="#047" />\n <path d="M357 316L417 250L361 210L275 244L357 316Z" fill="#047" />\n <path d="M353 318L35 36L213 300L353 318Z" fill="#047" />\n <path d="M329 218L237 92L250 222L272 241L329 218Z" fill="#047" />\n <path d="M391 286L565 272L421 252L391 286Z" fill="#047" />\n</svg>',(0,l.g)().body.appendChild(e),n("Development mode",(0,l.aR)()),n("Experimental mode",(0,l.a0)()),n("Color contrast analysis",(0,l.aS)()),(0,l.aS)()){const e=setTimeout((()=>{clearTimeout(e),setInterval((()=>{l.aT.queryHtmlElementColors((0,l.g)().createElement("div"),(0,l.aU)(t),!1,!1)}),1e4)}),2500)}}}}}]);
package/dist/9404.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9404.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9404],{9404:(n,e,o)=>{o.r(e),o.d(e,{kol_icon:()=>b});var c=o(224),t=o(3756);const b=class{constructor(n){(0,c.r)(this,n),this._icons=void 0,this._label=void 0,this.state={_icons:"codicon codicon-home",_label:""}}render(){const n=this.state._label.length>0;return(0,c.h)(c.H,{key:"bb1b08e5ef77c5b3f47b40cf5e573127892797c7",exportparts:"icon"},(0,c.h)("i",{key:"4b6922c75b794b9bd1f24a922f4410c1fed0d242","aria-hidden":n?void 0:"true","aria-label":n?this.state._label:void 0,class:this.state._icons,part:"icon",role:"img"}))}validateIcons(n){(0,t.C)(this,"_icons",n,{required:!0})}validateLabel(n){(0,t.v)(this,n,{required:!0})}componentWillLoad(){this.validateIcons(this._icons),this.validateLabel(this._label)}static get watchers(){return{_icons:["validateIcons"],_label:["validateLabel"]}}};b.style={default:'/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n@font-face {\n font-family: "codicon";\n font-display: block;\n src: url("./codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa") format("truetype");\n}\n.codicon[class*=codicon-] {\n font: normal normal normal 16px/1 codicon;\n display: inline-block;\n text-decoration: none;\n text-rendering: auto;\n text-align: center;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n user-select: none;\n -webkit-user-select: none;\n -ms-user-select: none;\n}\n\n/*---------------------\n * Modifiers\n *-------------------*/\n@keyframes codicon-spin {\n 100% {\n transform: rotate(360deg);\n }\n}\n.codicon-sync.codicon-modifier-spin,\n.codicon-loading.codicon-modifier-spin,\n.codicon-gear.codicon-modifier-spin {\n /* Use steps to throttle FPS to reduce CPU usage */\n animation: codicon-spin 1.5s steps(30) infinite;\n}\n\n.codicon-modifier-disabled {\n opacity: 0.5;\n}\n\n.codicon-modifier-hidden {\n opacity: 0;\n}\n\n/* custom speed & easing for loading icon */\n.codicon-loading {\n animation-duration: 1s !important;\n animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;\n}\n\n/*---------------------\n * Icons\n *-------------------*/\n.codicon-add:before {\n content: "\\ea60";\n}\n\n.codicon-plus:before {\n content: "\\ea60";\n}\n\n.codicon-gist-new:before {\n content: "\\ea60";\n}\n\n.codicon-repo-create:before {\n content: "\\ea60";\n}\n\n.codicon-lightbulb:before {\n content: "\\ea61";\n}\n\n.codicon-light-bulb:before {\n content: "\\ea61";\n}\n\n.codicon-repo:before {\n content: "\\ea62";\n}\n\n.codicon-repo-delete:before {\n content: "\\ea62";\n}\n\n.codicon-gist-fork:before {\n content: "\\ea63";\n}\n\n.codicon-repo-forked:before {\n content: "\\ea63";\n}\n\n.codicon-git-pull-request:before {\n content: "\\ea64";\n}\n\n.codicon-git-pull-request-abandoned:before {\n content: "\\ea64";\n}\n\n.codicon-record-keys:before {\n content: "\\ea65";\n}\n\n.codicon-keyboard:before {\n content: "\\ea65";\n}\n\n.codicon-tag:before {\n content: "\\ea66";\n}\n\n.codicon-tag-add:before {\n content: "\\ea66";\n}\n\n.codicon-tag-remove:before {\n content: "\\ea66";\n}\n\n.codicon-person:before {\n content: "\\ea67";\n}\n\n.codicon-person-follow:before {\n content: "\\ea67";\n}\n\n.codicon-person-outline:before {\n content: "\\ea67";\n}\n\n.codicon-person-filled:before {\n content: "\\ea67";\n}\n\n.codicon-git-branch:before {\n content: "\\ea68";\n}\n\n.codicon-git-branch-create:before {\n content: "\\ea68";\n}\n\n.codicon-git-branch-delete:before {\n content: "\\ea68";\n}\n\n.codicon-source-control:before {\n content: "\\ea68";\n}\n\n.codicon-mirror:before {\n content: "\\ea69";\n}\n\n.codicon-mirror-public:before {\n content: "\\ea69";\n}\n\n.codicon-star:before {\n content: "\\ea6a";\n}\n\n.codicon-star-add:before {\n content: "\\ea6a";\n}\n\n.codicon-star-delete:before {\n content: "\\ea6a";\n}\n\n.codicon-star-empty:before {\n content: "\\ea6a";\n}\n\n.codicon-comment:before {\n content: "\\ea6b";\n}\n\n.codicon-comment-add:before {\n content: "\\ea6b";\n}\n\n.codicon-alert:before {\n content: "\\ea6c";\n}\n\n.codicon-warning:before {\n content: "\\ea6c";\n}\n\n.codicon-search:before {\n content: "\\ea6d";\n}\n\n.codicon-search-save:before {\n content: "\\ea6d";\n}\n\n.codicon-log-out:before {\n content: "\\ea6e";\n}\n\n.codicon-sign-out:before {\n content: "\\ea6e";\n}\n\n.codicon-log-in:before {\n content: "\\ea6f";\n}\n\n.codicon-sign-in:before {\n content: "\\ea6f";\n}\n\n.codicon-eye:before {\n content: "\\ea70";\n}\n\n.codicon-eye-unwatch:before {\n content: "\\ea70";\n}\n\n.codicon-eye-watch:before {\n content: "\\ea70";\n}\n\n.codicon-circle-filled:before {\n content: "\\ea71";\n}\n\n.codicon-primitive-dot:before {\n content: "\\ea71";\n}\n\n.codicon-close-dirty:before {\n content: "\\ea71";\n}\n\n.codicon-debug-breakpoint:before {\n content: "\\ea71";\n}\n\n.codicon-debug-breakpoint-disabled:before {\n content: "\\ea71";\n}\n\n.codicon-debug-hint:before {\n content: "\\ea71";\n}\n\n.codicon-primitive-square:before {\n content: "\\ea72";\n}\n\n.codicon-edit:before {\n content: "\\ea73";\n}\n\n.codicon-pencil:before {\n content: "\\ea73";\n}\n\n.codicon-info:before {\n content: "\\ea74";\n}\n\n.codicon-issue-opened:before {\n content: "\\ea74";\n}\n\n.codicon-gist-private:before {\n content: "\\ea75";\n}\n\n.codicon-git-fork-private:before {\n content: "\\ea75";\n}\n\n.codicon-lock:before {\n content: "\\ea75";\n}\n\n.codicon-mirror-private:before {\n content: "\\ea75";\n}\n\n.codicon-close:before {\n content: "\\ea76";\n}\n\n.codicon-remove-close:before {\n content: "\\ea76";\n}\n\n.codicon-x:before {\n content: "\\ea76";\n}\n\n.codicon-repo-sync:before {\n content: "\\ea77";\n}\n\n.codicon-sync:before {\n content: "\\ea77";\n}\n\n.codicon-clone:before {\n content: "\\ea78";\n}\n\n.codicon-desktop-download:before {\n content: "\\ea78";\n}\n\n.codicon-beaker:before {\n content: "\\ea79";\n}\n\n.codicon-microscope:before {\n content: "\\ea79";\n}\n\n.codicon-vm:before {\n content: "\\ea7a";\n}\n\n.codicon-device-desktop:before {\n content: "\\ea7a";\n}\n\n.codicon-file:before {\n content: "\\ea7b";\n}\n\n.codicon-file-text:before {\n content: "\\ea7b";\n}\n\n.codicon-more:before {\n content: "\\ea7c";\n}\n\n.codicon-ellipsis:before {\n content: "\\ea7c";\n}\n\n.codicon-kebab-horizontal:before {\n content: "\\ea7c";\n}\n\n.codicon-mail-reply:before {\n content: "\\ea7d";\n}\n\n.codicon-reply:before {\n content: "\\ea7d";\n}\n\n.codicon-organization:before {\n content: "\\ea7e";\n}\n\n.codicon-organization-filled:before {\n content: "\\ea7e";\n}\n\n.codicon-organization-outline:before {\n content: "\\ea7e";\n}\n\n.codicon-new-file:before {\n content: "\\ea7f";\n}\n\n.codicon-file-add:before {\n content: "\\ea7f";\n}\n\n.codicon-new-folder:before {\n content: "\\ea80";\n}\n\n.codicon-file-directory-create:before {\n content: "\\ea80";\n}\n\n.codicon-trash:before {\n content: "\\ea81";\n}\n\n.codicon-trashcan:before {\n content: "\\ea81";\n}\n\n.codicon-history:before {\n content: "\\ea82";\n}\n\n.codicon-clock:before {\n content: "\\ea82";\n}\n\n.codicon-folder:before {\n content: "\\ea83";\n}\n\n.codicon-file-directory:before {\n content: "\\ea83";\n}\n\n.codicon-symbol-folder:before {\n content: "\\ea83";\n}\n\n.codicon-logo-github:before {\n content: "\\ea84";\n}\n\n.codicon-mark-github:before {\n content: "\\ea84";\n}\n\n.codicon-github:before {\n content: "\\ea84";\n}\n\n.codicon-terminal:before {\n content: "\\ea85";\n}\n\n.codicon-console:before {\n content: "\\ea85";\n}\n\n.codicon-repl:before {\n content: "\\ea85";\n}\n\n.codicon-zap:before {\n content: "\\ea86";\n}\n\n.codicon-symbol-event:before {\n content: "\\ea86";\n}\n\n.codicon-error:before {\n content: "\\ea87";\n}\n\n.codicon-stop:before {\n content: "\\ea87";\n}\n\n.codicon-variable:before {\n content: "\\ea88";\n}\n\n.codicon-symbol-variable:before {\n content: "\\ea88";\n}\n\n.codicon-array:before {\n content: "\\ea8a";\n}\n\n.codicon-symbol-array:before {\n content: "\\ea8a";\n}\n\n.codicon-symbol-module:before {\n content: "\\ea8b";\n}\n\n.codicon-symbol-package:before {\n content: "\\ea8b";\n}\n\n.codicon-symbol-namespace:before {\n content: "\\ea8b";\n}\n\n.codicon-symbol-object:before {\n content: "\\ea8b";\n}\n\n.codicon-symbol-method:before {\n content: "\\ea8c";\n}\n\n.codicon-symbol-function:before {\n content: "\\ea8c";\n}\n\n.codicon-symbol-constructor:before {\n content: "\\ea8c";\n}\n\n.codicon-symbol-boolean:before {\n content: "\\ea8f";\n}\n\n.codicon-symbol-null:before {\n content: "\\ea8f";\n}\n\n.codicon-symbol-numeric:before {\n content: "\\ea90";\n}\n\n.codicon-symbol-number:before {\n content: "\\ea90";\n}\n\n.codicon-symbol-structure:before {\n content: "\\ea91";\n}\n\n.codicon-symbol-struct:before {\n content: "\\ea91";\n}\n\n.codicon-symbol-parameter:before {\n content: "\\ea92";\n}\n\n.codicon-symbol-type-parameter:before {\n content: "\\ea92";\n}\n\n.codicon-symbol-key:before {\n content: "\\ea93";\n}\n\n.codicon-symbol-text:before {\n content: "\\ea93";\n}\n\n.codicon-symbol-reference:before {\n content: "\\ea94";\n}\n\n.codicon-go-to-file:before {\n content: "\\ea94";\n}\n\n.codicon-symbol-enum:before {\n content: "\\ea95";\n}\n\n.codicon-symbol-value:before {\n content: "\\ea95";\n}\n\n.codicon-symbol-ruler:before {\n content: "\\ea96";\n}\n\n.codicon-symbol-unit:before {\n content: "\\ea96";\n}\n\n.codicon-activate-breakpoints:before {\n content: "\\ea97";\n}\n\n.codicon-archive:before {\n content: "\\ea98";\n}\n\n.codicon-arrow-both:before {\n content: "\\ea99";\n}\n\n.codicon-arrow-down:before {\n content: "\\ea9a";\n}\n\n.codicon-arrow-left:before {\n content: "\\ea9b";\n}\n\n.codicon-arrow-right:before {\n content: "\\ea9c";\n}\n\n.codicon-arrow-small-down:before {\n content: "\\ea9d";\n}\n\n.codicon-arrow-small-left:before {\n content: "\\ea9e";\n}\n\n.codicon-arrow-small-right:before {\n content: "\\ea9f";\n}\n\n.codicon-arrow-small-up:before {\n content: "\\eaa0";\n}\n\n.codicon-arrow-up:before {\n content: "\\eaa1";\n}\n\n.codicon-bell:before {\n content: "\\eaa2";\n}\n\n.codicon-bold:before {\n content: "\\eaa3";\n}\n\n.codicon-book:before {\n content: "\\eaa4";\n}\n\n.codicon-bookmark:before {\n content: "\\eaa5";\n}\n\n.codicon-debug-breakpoint-conditional-unverified:before {\n content: "\\eaa6";\n}\n\n.codicon-debug-breakpoint-conditional:before {\n content: "\\eaa7";\n}\n\n.codicon-debug-breakpoint-conditional-disabled:before {\n content: "\\eaa7";\n}\n\n.codicon-debug-breakpoint-data-unverified:before {\n content: "\\eaa8";\n}\n\n.codicon-debug-breakpoint-data:before {\n content: "\\eaa9";\n}\n\n.codicon-debug-breakpoint-data-disabled:before {\n content: "\\eaa9";\n}\n\n.codicon-debug-breakpoint-log-unverified:before {\n content: "\\eaaa";\n}\n\n.codicon-debug-breakpoint-log:before {\n content: "\\eaab";\n}\n\n.codicon-debug-breakpoint-log-disabled:before {\n content: "\\eaab";\n}\n\n.codicon-briefcase:before {\n content: "\\eaac";\n}\n\n.codicon-broadcast:before {\n content: "\\eaad";\n}\n\n.codicon-browser:before {\n content: "\\eaae";\n}\n\n.codicon-bug:before {\n content: "\\eaaf";\n}\n\n.codicon-calendar:before {\n content: "\\eab0";\n}\n\n.codicon-case-sensitive:before {\n content: "\\eab1";\n}\n\n.codicon-check:before {\n content: "\\eab2";\n}\n\n.codicon-checklist:before {\n content: "\\eab3";\n}\n\n.codicon-chevron-down:before {\n content: "\\eab4";\n}\n\n.codicon-chevron-left:before {\n content: "\\eab5";\n}\n\n.codicon-chevron-right:before {\n content: "\\eab6";\n}\n\n.codicon-chevron-up:before {\n content: "\\eab7";\n}\n\n.codicon-chrome-close:before {\n content: "\\eab8";\n}\n\n.codicon-chrome-maximize:before {\n content: "\\eab9";\n}\n\n.codicon-chrome-minimize:before {\n content: "\\eaba";\n}\n\n.codicon-chrome-restore:before {\n content: "\\eabb";\n}\n\n.codicon-circle-outline:before {\n content: "\\eabc";\n}\n\n.codicon-debug-breakpoint-unverified:before {\n content: "\\eabc";\n}\n\n.codicon-circle-slash:before {\n content: "\\eabd";\n}\n\n.codicon-circuit-board:before {\n content: "\\eabe";\n}\n\n.codicon-clear-all:before {\n content: "\\eabf";\n}\n\n.codicon-clippy:before {\n content: "\\eac0";\n}\n\n.codicon-close-all:before {\n content: "\\eac1";\n}\n\n.codicon-cloud-download:before {\n content: "\\eac2";\n}\n\n.codicon-cloud-upload:before {\n content: "\\eac3";\n}\n\n.codicon-code:before {\n content: "\\eac4";\n}\n\n.codicon-collapse-all:before {\n content: "\\eac5";\n}\n\n.codicon-color-mode:before {\n content: "\\eac6";\n}\n\n.codicon-comment-discussion:before {\n content: "\\eac7";\n}\n\n.codicon-credit-card:before {\n content: "\\eac9";\n}\n\n.codicon-dash:before {\n content: "\\eacc";\n}\n\n.codicon-dashboard:before {\n content: "\\eacd";\n}\n\n.codicon-database:before {\n content: "\\eace";\n}\n\n.codicon-debug-continue:before {\n content: "\\eacf";\n}\n\n.codicon-debug-disconnect:before {\n content: "\\ead0";\n}\n\n.codicon-debug-pause:before {\n content: "\\ead1";\n}\n\n.codicon-debug-restart:before {\n content: "\\ead2";\n}\n\n.codicon-debug-start:before {\n content: "\\ead3";\n}\n\n.codicon-debug-step-into:before {\n content: "\\ead4";\n}\n\n.codicon-debug-step-out:before {\n content: "\\ead5";\n}\n\n.codicon-debug-step-over:before {\n content: "\\ead6";\n}\n\n.codicon-debug-stop:before {\n content: "\\ead7";\n}\n\n.codicon-debug:before {\n content: "\\ead8";\n}\n\n.codicon-device-camera-video:before {\n content: "\\ead9";\n}\n\n.codicon-device-camera:before {\n content: "\\eada";\n}\n\n.codicon-device-mobile:before {\n content: "\\eadb";\n}\n\n.codicon-diff-added:before {\n content: "\\eadc";\n}\n\n.codicon-diff-ignored:before {\n content: "\\eadd";\n}\n\n.codicon-diff-modified:before {\n content: "\\eade";\n}\n\n.codicon-diff-removed:before {\n content: "\\eadf";\n}\n\n.codicon-diff-renamed:before {\n content: "\\eae0";\n}\n\n.codicon-diff:before {\n content: "\\eae1";\n}\n\n.codicon-discard:before {\n content: "\\eae2";\n}\n\n.codicon-editor-layout:before {\n content: "\\eae3";\n}\n\n.codicon-empty-window:before {\n content: "\\eae4";\n}\n\n.codicon-exclude:before {\n content: "\\eae5";\n}\n\n.codicon-extensions:before {\n content: "\\eae6";\n}\n\n.codicon-eye-closed:before {\n content: "\\eae7";\n}\n\n.codicon-file-binary:before {\n content: "\\eae8";\n}\n\n.codicon-file-code:before {\n content: "\\eae9";\n}\n\n.codicon-file-media:before {\n content: "\\eaea";\n}\n\n.codicon-file-pdf:before {\n content: "\\eaeb";\n}\n\n.codicon-file-submodule:before {\n content: "\\eaec";\n}\n\n.codicon-file-symlink-directory:before {\n content: "\\eaed";\n}\n\n.codicon-file-symlink-file:before {\n content: "\\eaee";\n}\n\n.codicon-file-zip:before {\n content: "\\eaef";\n}\n\n.codicon-files:before {\n content: "\\eaf0";\n}\n\n.codicon-filter:before {\n content: "\\eaf1";\n}\n\n.codicon-flame:before {\n content: "\\eaf2";\n}\n\n.codicon-fold-down:before {\n content: "\\eaf3";\n}\n\n.codicon-fold-up:before {\n content: "\\eaf4";\n}\n\n.codicon-fold:before {\n content: "\\eaf5";\n}\n\n.codicon-folder-active:before {\n content: "\\eaf6";\n}\n\n.codicon-folder-opened:before {\n content: "\\eaf7";\n}\n\n.codicon-gear:before {\n content: "\\eaf8";\n}\n\n.codicon-gift:before {\n content: "\\eaf9";\n}\n\n.codicon-gist-secret:before {\n content: "\\eafa";\n}\n\n.codicon-gist:before {\n content: "\\eafb";\n}\n\n.codicon-git-commit:before {\n content: "\\eafc";\n}\n\n.codicon-git-compare:before {\n content: "\\eafd";\n}\n\n.codicon-compare-changes:before {\n content: "\\eafd";\n}\n\n.codicon-git-merge:before {\n content: "\\eafe";\n}\n\n.codicon-github-action:before {\n content: "\\eaff";\n}\n\n.codicon-github-alt:before {\n content: "\\eb00";\n}\n\n.codicon-globe:before {\n content: "\\eb01";\n}\n\n.codicon-grabber:before {\n content: "\\eb02";\n}\n\n.codicon-graph:before {\n content: "\\eb03";\n}\n\n.codicon-gripper:before {\n content: "\\eb04";\n}\n\n.codicon-heart:before {\n content: "\\eb05";\n}\n\n.codicon-home:before {\n content: "\\eb06";\n}\n\n.codicon-horizontal-rule:before {\n content: "\\eb07";\n}\n\n.codicon-hubot:before {\n content: "\\eb08";\n}\n\n.codicon-inbox:before {\n content: "\\eb09";\n}\n\n.codicon-issue-reopened:before {\n content: "\\eb0b";\n}\n\n.codicon-issues:before {\n content: "\\eb0c";\n}\n\n.codicon-italic:before {\n content: "\\eb0d";\n}\n\n.codicon-jersey:before {\n content: "\\eb0e";\n}\n\n.codicon-json:before {\n content: "\\eb0f";\n}\n\n.codicon-kebab-vertical:before {\n content: "\\eb10";\n}\n\n.codicon-key:before {\n content: "\\eb11";\n}\n\n.codicon-law:before {\n content: "\\eb12";\n}\n\n.codicon-lightbulb-autofix:before {\n content: "\\eb13";\n}\n\n.codicon-link-external:before {\n content: "\\eb14";\n}\n\n.codicon-link:before {\n content: "\\eb15";\n}\n\n.codicon-list-ordered:before {\n content: "\\eb16";\n}\n\n.codicon-list-unordered:before {\n content: "\\eb17";\n}\n\n.codicon-live-share:before {\n content: "\\eb18";\n}\n\n.codicon-loading:before {\n content: "\\eb19";\n}\n\n.codicon-location:before {\n content: "\\eb1a";\n}\n\n.codicon-mail-read:before {\n content: "\\eb1b";\n}\n\n.codicon-mail:before {\n content: "\\eb1c";\n}\n\n.codicon-markdown:before {\n content: "\\eb1d";\n}\n\n.codicon-megaphone:before {\n content: "\\eb1e";\n}\n\n.codicon-mention:before {\n content: "\\eb1f";\n}\n\n.codicon-milestone:before {\n content: "\\eb20";\n}\n\n.codicon-mortar-board:before {\n content: "\\eb21";\n}\n\n.codicon-move:before {\n content: "\\eb22";\n}\n\n.codicon-multiple-windows:before {\n content: "\\eb23";\n}\n\n.codicon-mute:before {\n content: "\\eb24";\n}\n\n.codicon-no-newline:before {\n content: "\\eb25";\n}\n\n.codicon-note:before {\n content: "\\eb26";\n}\n\n.codicon-octoface:before {\n content: "\\eb27";\n}\n\n.codicon-open-preview:before {\n content: "\\eb28";\n}\n\n.codicon-package:before {\n content: "\\eb29";\n}\n\n.codicon-paintcan:before {\n content: "\\eb2a";\n}\n\n.codicon-pin:before {\n content: "\\eb2b";\n}\n\n.codicon-play:before {\n content: "\\eb2c";\n}\n\n.codicon-run:before {\n content: "\\eb2c";\n}\n\n.codicon-plug:before {\n content: "\\eb2d";\n}\n\n.codicon-preserve-case:before {\n content: "\\eb2e";\n}\n\n.codicon-preview:before {\n content: "\\eb2f";\n}\n\n.codicon-project:before {\n content: "\\eb30";\n}\n\n.codicon-pulse:before {\n content: "\\eb31";\n}\n\n.codicon-question:before {\n content: "\\eb32";\n}\n\n.codicon-quote:before {\n content: "\\eb33";\n}\n\n.codicon-radio-tower:before {\n content: "\\eb34";\n}\n\n.codicon-reactions:before {\n content: "\\eb35";\n}\n\n.codicon-references:before {\n content: "\\eb36";\n}\n\n.codicon-refresh:before {\n content: "\\eb37";\n}\n\n.codicon-regex:before {\n content: "\\eb38";\n}\n\n.codicon-remote-explorer:before {\n content: "\\eb39";\n}\n\n.codicon-remote:before {\n content: "\\eb3a";\n}\n\n.codicon-remove:before {\n content: "\\eb3b";\n}\n\n.codicon-replace-all:before {\n content: "\\eb3c";\n}\n\n.codicon-replace:before {\n content: "\\eb3d";\n}\n\n.codicon-repo-clone:before {\n content: "\\eb3e";\n}\n\n.codicon-repo-force-push:before {\n content: "\\eb3f";\n}\n\n.codicon-repo-pull:before {\n content: "\\eb40";\n}\n\n.codicon-repo-push:before {\n content: "\\eb41";\n}\n\n.codicon-report:before {\n content: "\\eb42";\n}\n\n.codicon-request-changes:before {\n content: "\\eb43";\n}\n\n.codicon-rocket:before {\n content: "\\eb44";\n}\n\n.codicon-root-folder-opened:before {\n content: "\\eb45";\n}\n\n.codicon-root-folder:before {\n content: "\\eb46";\n}\n\n.codicon-rss:before {\n content: "\\eb47";\n}\n\n.codicon-ruby:before {\n content: "\\eb48";\n}\n\n.codicon-save-all:before {\n content: "\\eb49";\n}\n\n.codicon-save-as:before {\n content: "\\eb4a";\n}\n\n.codicon-save:before {\n content: "\\eb4b";\n}\n\n.codicon-screen-full:before {\n content: "\\eb4c";\n}\n\n.codicon-screen-normal:before {\n content: "\\eb4d";\n}\n\n.codicon-search-stop:before {\n content: "\\eb4e";\n}\n\n.codicon-server:before {\n content: "\\eb50";\n}\n\n.codicon-settings-gear:before {\n content: "\\eb51";\n}\n\n.codicon-settings:before {\n content: "\\eb52";\n}\n\n.codicon-shield:before {\n content: "\\eb53";\n}\n\n.codicon-smiley:before {\n content: "\\eb54";\n}\n\n.codicon-sort-precedence:before {\n content: "\\eb55";\n}\n\n.codicon-split-horizontal:before {\n content: "\\eb56";\n}\n\n.codicon-split-vertical:before {\n content: "\\eb57";\n}\n\n.codicon-squirrel:before {\n content: "\\eb58";\n}\n\n.codicon-star-full:before {\n content: "\\eb59";\n}\n\n.codicon-star-half:before {\n content: "\\eb5a";\n}\n\n.codicon-symbol-class:before {\n content: "\\eb5b";\n}\n\n.codicon-symbol-color:before {\n content: "\\eb5c";\n}\n\n.codicon-symbol-constant:before {\n content: "\\eb5d";\n}\n\n.codicon-symbol-enum-member:before {\n content: "\\eb5e";\n}\n\n.codicon-symbol-field:before {\n content: "\\eb5f";\n}\n\n.codicon-symbol-file:before {\n content: "\\eb60";\n}\n\n.codicon-symbol-interface:before {\n content: "\\eb61";\n}\n\n.codicon-symbol-keyword:before {\n content: "\\eb62";\n}\n\n.codicon-symbol-misc:before {\n content: "\\eb63";\n}\n\n.codicon-symbol-operator:before {\n content: "\\eb64";\n}\n\n.codicon-symbol-property:before {\n content: "\\eb65";\n}\n\n.codicon-wrench:before {\n content: "\\eb65";\n}\n\n.codicon-wrench-subaction:before {\n content: "\\eb65";\n}\n\n.codicon-symbol-snippet:before {\n content: "\\eb66";\n}\n\n.codicon-tasklist:before {\n content: "\\eb67";\n}\n\n.codicon-telescope:before {\n content: "\\eb68";\n}\n\n.codicon-text-size:before {\n content: "\\eb69";\n}\n\n.codicon-three-bars:before {\n content: "\\eb6a";\n}\n\n.codicon-thumbsdown:before {\n content: "\\eb6b";\n}\n\n.codicon-thumbsup:before {\n content: "\\eb6c";\n}\n\n.codicon-tools:before {\n content: "\\eb6d";\n}\n\n.codicon-triangle-down:before {\n content: "\\eb6e";\n}\n\n.codicon-triangle-left:before {\n content: "\\eb6f";\n}\n\n.codicon-triangle-right:before {\n content: "\\eb70";\n}\n\n.codicon-triangle-up:before {\n content: "\\eb71";\n}\n\n.codicon-twitter:before {\n content: "\\eb72";\n}\n\n.codicon-unfold:before {\n content: "\\eb73";\n}\n\n.codicon-unlock:before {\n content: "\\eb74";\n}\n\n.codicon-unmute:before {\n content: "\\eb75";\n}\n\n.codicon-unverified:before {\n content: "\\eb76";\n}\n\n.codicon-verified:before {\n content: "\\eb77";\n}\n\n.codicon-versions:before {\n content: "\\eb78";\n}\n\n.codicon-vm-active:before {\n content: "\\eb79";\n}\n\n.codicon-vm-outline:before {\n content: "\\eb7a";\n}\n\n.codicon-vm-running:before {\n content: "\\eb7b";\n}\n\n.codicon-watch:before {\n content: "\\eb7c";\n}\n\n.codicon-whitespace:before {\n content: "\\eb7d";\n}\n\n.codicon-whole-word:before {\n content: "\\eb7e";\n}\n\n.codicon-window:before {\n content: "\\eb7f";\n}\n\n.codicon-word-wrap:before {\n content: "\\eb80";\n}\n\n.codicon-zoom-in:before {\n content: "\\eb81";\n}\n\n.codicon-zoom-out:before {\n content: "\\eb82";\n}\n\n.codicon-list-filter:before {\n content: "\\eb83";\n}\n\n.codicon-list-flat:before {\n content: "\\eb84";\n}\n\n.codicon-list-selection:before {\n content: "\\eb85";\n}\n\n.codicon-selection:before {\n content: "\\eb85";\n}\n\n.codicon-list-tree:before {\n content: "\\eb86";\n}\n\n.codicon-debug-breakpoint-function-unverified:before {\n content: "\\eb87";\n}\n\n.codicon-debug-breakpoint-function:before {\n content: "\\eb88";\n}\n\n.codicon-debug-breakpoint-function-disabled:before {\n content: "\\eb88";\n}\n\n.codicon-debug-stackframe-active:before {\n content: "\\eb89";\n}\n\n.codicon-circle-small-filled:before {\n content: "\\eb8a";\n}\n\n.codicon-debug-stackframe-dot:before {\n content: "\\eb8a";\n}\n\n.codicon-debug-stackframe:before {\n content: "\\eb8b";\n}\n\n.codicon-debug-stackframe-focused:before {\n content: "\\eb8b";\n}\n\n.codicon-debug-breakpoint-unsupported:before {\n content: "\\eb8c";\n}\n\n.codicon-symbol-string:before {\n content: "\\eb8d";\n}\n\n.codicon-debug-reverse-continue:before {\n content: "\\eb8e";\n}\n\n.codicon-debug-step-back:before {\n content: "\\eb8f";\n}\n\n.codicon-debug-restart-frame:before {\n content: "\\eb90";\n}\n\n.codicon-debug-alt:before {\n content: "\\eb91";\n}\n\n.codicon-call-incoming:before {\n content: "\\eb92";\n}\n\n.codicon-call-outgoing:before {\n content: "\\eb93";\n}\n\n.codicon-menu:before {\n content: "\\eb94";\n}\n\n.codicon-expand-all:before {\n content: "\\eb95";\n}\n\n.codicon-feedback:before {\n content: "\\eb96";\n}\n\n.codicon-group-by-ref-type:before {\n content: "\\eb97";\n}\n\n.codicon-ungroup-by-ref-type:before {\n content: "\\eb98";\n}\n\n.codicon-account:before {\n content: "\\eb99";\n}\n\n.codicon-bell-dot:before {\n content: "\\eb9a";\n}\n\n.codicon-debug-console:before {\n content: "\\eb9b";\n}\n\n.codicon-library:before {\n content: "\\eb9c";\n}\n\n.codicon-output:before {\n content: "\\eb9d";\n}\n\n.codicon-run-all:before {\n content: "\\eb9e";\n}\n\n.codicon-sync-ignored:before {\n content: "\\eb9f";\n}\n\n.codicon-pinned:before {\n content: "\\eba0";\n}\n\n.codicon-github-inverted:before {\n content: "\\eba1";\n}\n\n.codicon-server-process:before {\n content: "\\eba2";\n}\n\n.codicon-server-environment:before {\n content: "\\eba3";\n}\n\n.codicon-pass:before {\n content: "\\eba4";\n}\n\n.codicon-issue-closed:before {\n content: "\\eba4";\n}\n\n.codicon-stop-circle:before {\n content: "\\eba5";\n}\n\n.codicon-play-circle:before {\n content: "\\eba6";\n}\n\n.codicon-record:before {\n content: "\\eba7";\n}\n\n.codicon-debug-alt-small:before {\n content: "\\eba8";\n}\n\n.codicon-vm-connect:before {\n content: "\\eba9";\n}\n\n.codicon-cloud:before {\n content: "\\ebaa";\n}\n\n.codicon-merge:before {\n content: "\\ebab";\n}\n\n.codicon-export:before {\n content: "\\ebac";\n}\n\n.codicon-graph-left:before {\n content: "\\ebad";\n}\n\n.codicon-magnet:before {\n content: "\\ebae";\n}\n\n.codicon-notebook:before {\n content: "\\ebaf";\n}\n\n.codicon-redo:before {\n content: "\\ebb0";\n}\n\n.codicon-check-all:before {\n content: "\\ebb1";\n}\n\n.codicon-pinned-dirty:before {\n content: "\\ebb2";\n}\n\n.codicon-pass-filled:before {\n content: "\\ebb3";\n}\n\n.codicon-circle-large-filled:before {\n content: "\\ebb4";\n}\n\n.codicon-circle-large-outline:before {\n content: "\\ebb5";\n}\n\n.codicon-combine:before {\n content: "\\ebb6";\n}\n\n.codicon-gather:before {\n content: "\\ebb6";\n}\n\n.codicon-table:before {\n content: "\\ebb7";\n}\n\n.codicon-variable-group:before {\n content: "\\ebb8";\n}\n\n.codicon-type-hierarchy:before {\n content: "\\ebb9";\n}\n\n.codicon-type-hierarchy-sub:before {\n content: "\\ebba";\n}\n\n.codicon-type-hierarchy-super:before {\n content: "\\ebbb";\n}\n\n.codicon-git-pull-request-create:before {\n content: "\\ebbc";\n}\n\n.codicon-run-above:before {\n content: "\\ebbd";\n}\n\n.codicon-run-below:before {\n content: "\\ebbe";\n}\n\n.codicon-notebook-template:before {\n content: "\\ebbf";\n}\n\n.codicon-debug-rerun:before {\n content: "\\ebc0";\n}\n\n.codicon-workspace-trusted:before {\n content: "\\ebc1";\n}\n\n.codicon-workspace-untrusted:before {\n content: "\\ebc2";\n}\n\n.codicon-workspace-unknown:before {\n content: "\\ebc3";\n}\n\n.codicon-terminal-cmd:before {\n content: "\\ebc4";\n}\n\n.codicon-terminal-debian:before {\n content: "\\ebc5";\n}\n\n.codicon-terminal-linux:before {\n content: "\\ebc6";\n}\n\n.codicon-terminal-powershell:before {\n content: "\\ebc7";\n}\n\n.codicon-terminal-tmux:before {\n content: "\\ebc8";\n}\n\n.codicon-terminal-ubuntu:before {\n content: "\\ebc9";\n}\n\n.codicon-terminal-bash:before {\n content: "\\ebca";\n}\n\n.codicon-arrow-swap:before {\n content: "\\ebcb";\n}\n\n.codicon-copy:before {\n content: "\\ebcc";\n}\n\n.codicon-person-add:before {\n content: "\\ebcd";\n}\n\n.codicon-filter-filled:before {\n content: "\\ebce";\n}\n\n.codicon-wand:before {\n content: "\\ebcf";\n}\n\n.codicon-debug-line-by-line:before {\n content: "\\ebd0";\n}\n\n.codicon-inspect:before {\n content: "\\ebd1";\n}\n\n.codicon-layers:before {\n content: "\\ebd2";\n}\n\n.codicon-layers-dot:before {\n content: "\\ebd3";\n}\n\n.codicon-layers-active:before {\n content: "\\ebd4";\n}\n\n.codicon-compass:before {\n content: "\\ebd5";\n}\n\n.codicon-compass-dot:before {\n content: "\\ebd6";\n}\n\n.codicon-compass-active:before {\n content: "\\ebd7";\n}\n\n.codicon-azure:before {\n content: "\\ebd8";\n}\n\n.codicon-issue-draft:before {\n content: "\\ebd9";\n}\n\n.codicon-git-pull-request-closed:before {\n content: "\\ebda";\n}\n\n.codicon-git-pull-request-draft:before {\n content: "\\ebdb";\n}\n\n.codicon-debug-all:before {\n content: "\\ebdc";\n}\n\n.codicon-debug-coverage:before {\n content: "\\ebdd";\n}\n\n.codicon-run-errors:before {\n content: "\\ebde";\n}\n\n.codicon-folder-library:before {\n content: "\\ebdf";\n}\n\n.codicon-debug-continue-small:before {\n content: "\\ebe0";\n}\n\n.codicon-beaker-stop:before {\n content: "\\ebe1";\n}\n\n.codicon-graph-line:before {\n content: "\\ebe2";\n}\n\n.codicon-graph-scatter:before {\n content: "\\ebe3";\n}\n\n.codicon-pie-chart:before {\n content: "\\ebe4";\n}\n\n.codicon-bracket:before {\n content: "\\eb0f";\n}\n\n.codicon-bracket-dot:before {\n content: "\\ebe5";\n}\n\n.codicon-bracket-error:before {\n content: "\\ebe6";\n}\n\n.codicon-lock-small:before {\n content: "\\ebe7";\n}\n\n.codicon-azure-devops:before {\n content: "\\ebe8";\n}\n\n.codicon-verified-filled:before {\n content: "\\ebe9";\n}\n\n.codicon-newline:before {\n content: "\\ebea";\n}\n\n.codicon-layout:before {\n content: "\\ebeb";\n}\n\n.codicon-layout-activitybar-left:before {\n content: "\\ebec";\n}\n\n.codicon-layout-activitybar-right:before {\n content: "\\ebed";\n}\n\n.codicon-layout-panel-left:before {\n content: "\\ebee";\n}\n\n.codicon-layout-panel-center:before {\n content: "\\ebef";\n}\n\n.codicon-layout-panel-justify:before {\n content: "\\ebf0";\n}\n\n.codicon-layout-panel-right:before {\n content: "\\ebf1";\n}\n\n.codicon-layout-panel:before {\n content: "\\ebf2";\n}\n\n.codicon-layout-sidebar-left:before {\n content: "\\ebf3";\n}\n\n.codicon-layout-sidebar-right:before {\n content: "\\ebf4";\n}\n\n.codicon-layout-statusbar:before {\n content: "\\ebf5";\n}\n\n.codicon-layout-menubar:before {\n content: "\\ebf6";\n}\n\n.codicon-layout-centered:before {\n content: "\\ebf7";\n}\n\n.codicon-target:before {\n content: "\\ebf8";\n}\n\n.codicon-indent:before {\n content: "\\ebf9";\n}\n\n.codicon-record-small:before {\n content: "\\ebfa";\n}\n\n.codicon-error-small:before {\n content: "\\ebfb";\n}\n\n.codicon-arrow-circle-down:before {\n content: "\\ebfc";\n}\n\n.codicon-arrow-circle-left:before {\n content: "\\ebfd";\n}\n\n.codicon-arrow-circle-right:before {\n content: "\\ebfe";\n}\n\n.codicon-arrow-circle-up:before {\n content: "\\ebff";\n}\n\n.codicon-layout-sidebar-right-off:before {\n content: "\\ec00";\n}\n\n.codicon-layout-panel-off:before {\n content: "\\ec01";\n}\n\n.codicon-layout-sidebar-left-off:before {\n content: "\\ec02";\n}\n\n.codicon-blank:before {\n content: "\\ec03";\n}\n\n.codicon-heart-filled:before {\n content: "\\ec04";\n}\n\n.codicon-map:before {\n content: "\\ec05";\n}\n\n.codicon-map-filled:before {\n content: "\\ec06";\n}\n\n.codicon-circle-small:before {\n content: "\\ec07";\n}\n\n.codicon-bell-slash:before {\n content: "\\ec08";\n}\n\n.codicon-bell-slash-dot:before {\n content: "\\ec09";\n}\n\n.codicon-comment-unresolved:before {\n content: "\\ec0a";\n}\n\n.codicon-git-pull-request-go-to-changes:before {\n content: "\\ec0b";\n}\n\n.codicon-git-pull-request-new-changes:before {\n content: "\\ec0c";\n}\n\n@layer kol-component {\n :host {\n color: inherit;\n display: contents;\n height: 1em;\n line-height: inherit;\n width: 1em;\n }\n :host > i {\n height: 1em;\n width: 1em;\n }\n /*\n * The <code>:important</code> is important, because we should always override the font icon style.\n */\n :host > i,\n :host > i:before {\n font-size: inherit !important;\n }\n}'}}}]);
package/dist/9680.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9680.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9680],{9488:(t,e,n)=>{n.d(e,{I:()=>a});var i=n(224);const a=({accessKey:t,label:e})=>{let[n,...a]=e.split(t);return 0===a.length&&(t=t.toUpperCase(),[n,...a]=e.split(t)),0===a.length&&(t=t.toLowerCase(),[n,...a]=e.split(t)),(0,i.h)(i.F,null,n,a.length?(0,i.h)(i.F,null,(0,i.h)("u",null,t),a.join(t)):null)}},8648:(t,e,n)=>{n.d(e,{A:()=>a});var i=n(3756);class a{constructor(t,e,n){var a,o,s,l;if(this.experimentalMode=(0,i.a0)(),this.setFormAssociatedValue=t=>{var e;const n=null===(e=this.formAssociated)||void 0===e?void 0:e.getAttribute("name");null!==n&&""!==n||(0,i.h)(` The form field (${this.type}) must have a name attribute to be form-associated. Please define the _name attribute.`);const a=this.tryToStringifyValue(t);this.syncValue(t,a,this.formAssociated),this.syncValue(t,a,this.syncToOwnInput)},this.component=t,this.host=this.findHostWithShadowRoot(n),this.type=e,this.experimentalMode&&("KOL-BUTTON"===(l=null===(a=this.host)||void 0===a?void 0:a.tagName)||"KOL-INPUT-CHECKBOX"===l||"KOL-INPUT-COLOR"===l||"KOL-INPUT-DATE"===l||"KOL-INPUT-EMAIL"===l||"KOL-INPUT-FILE"===l||"KOL-INPUT-NUMBER"===l||"KOL-INPUT-PASSWORD"===l||"KOL-INPUT-RADIO"===l||"KOL-INPUT-RANGE"===l||"KOL-INPUT-TEXT"===l||"KOL-SELECT"===l||"KOL-TEXTAREA"===l)){switch(null===(o=this.host)||void 0===o||o.querySelectorAll("input,select,textarea").forEach((t=>{var e;null===(e=this.host)||void 0===e||e.removeChild(t)})),this.type){case"button":case"color":case"date":case"email":case"file":case"number":case"password":case"radio":case"range":case"text":this.formAssociated=document.createElement("input"),this.formAssociated.setAttribute("type",this.type);break;case"select":this.formAssociated=document.createElement("select"),this.formAssociated.setAttribute("multiple","");break;case"textarea":this.formAssociated=document.createElement("textarea");break;default:this.formAssociated=document.createElement("input"),this.formAssociated.setAttribute("type","hidden")}this.formAssociated.setAttribute("aria-hidden","true"),this.formAssociated.setAttribute("data-form-associated",""),this.formAssociated.setAttribute("hidden",""),null===(s=this.host)||void 0===s||s.appendChild(this.formAssociated)}}findHostWithShadowRoot(t){for(;null===(null==t?void 0:t.shadowRoot)&&t!==document.body;)(t=null==t?void 0:t.parentNode).host&&(t=t.host);return t}setAttribute(t,e,n){if(this.experimentalMode)try{if("boolean"!=typeof(n="object"==typeof n&&null!==n?JSON.stringify(n):n)&&"number"!=typeof n&&"string"!=typeof n)throw new Error("Invalid value type: "+typeof n);null==e||e.setAttribute(t,`${n}`)}catch(n){null==e||e.removeAttribute(t)}}tryToStringifyValue(t){try{return"object"==typeof t&&null!==t?JSON.stringify(t).toString():null==t?null:t.toString()}catch(t){return(0,i.a1)(`The form field raw value is not able to stringify! ${t}`),""}}syncValue(t,e,n){if(n)switch(this.type){case"file":n.files=t;break;case"select":n.querySelectorAll("option").forEach((t=>{n.removeChild(t)})),Array.isArray(t)&&t.forEach((t=>{const e=this.tryToStringifyValue(t);if("string"==typeof e){const t=document.createElement("option");t.setAttribute("value",e),t.setAttribute("selected",""),n.appendChild(t)}}));break;default:"string"==typeof e?(n.setAttribute("value",e),n.value=e):(n.removeAttribute("value"),n.value="")}}validateName(t){(0,i.a2)(this.component,t,{hooks:{afterPatch:()=>{this.setAttribute("name",this.formAssociated,this.component.state._name)}}}),void 0===t&&(0,i.h)("Ein Name am Eingabefeldern oder Schalter ist nicht zwingend erforderlich, kann aber für die Autocomplete-Funktion und für das statische Versenden des Eingabefeldes relevant sein.")}validateSyncValueBySelector(t){if(this.experimentalMode&&"string"==typeof t){const e=document.querySelector(t);e&&(this.syncToOwnInput=e)}}componentWillLoad(){this.validateName(this.component._name),this.validateSyncValueBySelector(this.component._syncValueBySelector)}}},7888:(t,e,n)=>{n.d(e,{I:()=>r,g:()=>s});var i=n(3756),a=n(3344),o=n(8648);const s=t=>{const e="string"==typeof t._error&&t._error.length>0&&!0===t._touched,n="string"==typeof t._hint&&t._hint.length>0,i=[];return!0===e&&i.push(`${t._id}-error`),!0===n&&i.push(`${t._id}-hint`),{hasError:e,hasHint:n,ariaDescribedBy:i}};class l extends o.A{constructor(t,e,n){super(t,e,n),this.component=t}validateAlert(t){(0,i.B)(this.component,"_alert",t)}validateTouched(t){(0,i.N)(this.component,t)}componentWillLoad(){super.componentWillLoad(),this.validateAlert(this.component._alert),this.validateTouched(this.component._touched)}}class r extends l{constructor(t,e,n){super(t,e,n),this.valueChangeListeners=[],this.onFacade={onBlur:this.onBlur.bind(this),onChange:this.onChange.bind(this),onClick:this.onClick.bind(this),onFocus:this.onFocus.bind(this)},this.component=t}validateAccessKey(t){(0,i.C)(this.component,"_accessKey",t)}validateAdjustHeight(t){(0,i.O)(this.component,t)}validateDisabled(t){(0,i.B)(this.component,"_disabled",t),!0===t&&(0,i.P)()}validateError(t){(0,i.C)(this.component,"_error",t)}validateHideError(t){(0,i.Q)(this.component,t,{hooks:{afterPatch:()=>{this.component.state._hideError&&(0,i.T)("Property hide-error for inputs: Only use when the error message is shown outside of the input component.")}}})}validateHideLabel(t){(0,i.R)(this.component,t,{hooks:{afterPatch:()=>{this.component.state._hideLabel&&(0,i.T)("Property hide-label for inputs: Only use for exceptions like search inputs that are clearly identifiable by their context.")}}})}validateHint(t){(0,i.C)(this.component,"_hint",t)}validateId(t){(0,i.C)(this.component,"_id",t,{hooks:{afterPatch:()=>{this.setAttribute("id",this.formAssociated,this.component.state._id)}},minLength:1}),""!==t&&void 0!==t||(0,i.h)("Eine eindeutige ID an den Eingabefeldern ist nicht zwingend erforderlich, könnte aber für die E2E-Tests relevant sein.")}validateLabel(t){(0,i.U)(this.component,t,{required:!0})}validateOn(t){"object"==typeof t&&(0,i.m)(this.component,"_on",t)}validateSmartButton(t){(0,i.t)(t,(()=>{try{t=(0,i.u)(t)}catch(t){}(0,i.m)(this.component,"_smartButton",t)}))}validateTabIndex(t){(0,i.V)(this.component,t)}componentWillLoad(){super.componentWillLoad(),this.validateAccessKey(this.component._accessKey),this.validateAdjustHeight(this.component._adjustHeight),this.validateError(this.component._error),this.validateDisabled(this.component._disabled),this.validateHideError(this.component._hideError),this.validateHideLabel(this.component._hideLabel),this.validateHint(this.component._hint),this.validateId(this.component._id),this.validateLabel(this.component._label),this.validateSmartButton(this.component._smartButton),this.validateOn(this.component._on),this.validateTabIndex(this.component._tabIndex)}onBlur(t){var e;this.component._alert=!0,this.component._touched=!0,(0,a.s)(t),(0,a.t)("blur",this.host),"function"==typeof(null===(e=this.component._on)||void 0===e?void 0:e.onBlur)&&this.component._on.onBlur(t)}onChange(t){var e;const n=t.target.value;(0,a.t)("change",this.host,n),this.setFormAssociatedValue(n),"function"==typeof(null===(e=this.component._on)||void 0===e?void 0:e.onChange)&&this.component._on.onChange(t,n),this.valueChangeListeners.forEach((t=>t(n)))}onClick(t){var e;(0,a.s)(t),(0,a.t)("click",this.host),"function"==typeof(null===(e=this.component._on)||void 0===e?void 0:e.onClick)&&this.component._on.onClick(t)}onFocus(t){var e;this.component._alert=!0,(0,a.s)(t),(0,a.t)("focus",this.host),"function"==typeof(null===(e=this.component._on)||void 0===e?void 0:e.onFocus)&&this.component._on.onFocus(t)}addValueChangeListener(t){this.valueChangeListeners.push(t)}}},8384:(t,e,n)=>{n.d(e,{a:()=>o,p:()=>s});var i=n(3756);const a=t=>{for((0,i.a0)()&&((0,i.h)("↓ Search form element start."),console.log(t));t instanceof HTMLElement&&"FORM"!==t.tagName&&"KOL-FORM"!==t.tagName;){try{t=t.parentElement instanceof HTMLElement?t.parentElement:t.parentNode instanceof ShadowRoot?t.parentNode.host:null}catch(t){}(0,i.a0)()&&(console.log(t),(0,i.h)("↑ Search form element finished."))}return t},o=(t={})=>{var e,n;const o=a(t.form);if(o instanceof HTMLElement){const t=new Event("reset",{bubbles:!0,cancelable:!0});if("FORM"===o.tagName)(0,i.a9)(t,o),o.dispatchEvent(t);else if("KOL-FORM"===o.tagName){(0,i.a9)(t,i.K.querySelector("form",o));const a=o;"function"==typeof(null===(e=a._on)||void 0===e?void 0:e.onReset)&&(null===(n=a._on)||void 0===n||n.onReset(t))}}},s=(t={})=>{var e,n;const o=a(t.form);if(o instanceof HTMLElement){const t=new SubmitEvent("submit",{bubbles:!0,cancelable:!0,submitter:o});if("FORM"===o.tagName)(0,i.a9)(t,o),o.dispatchEvent(t),(0,i.a0)()&&!1===o.noValidate&&(0,i.h)("If you have not focusable or hidden form fields in your form, you should enable noValidate for your form.",{force:!0}),"function"==typeof o.requestSubmit&&o.requestSubmit();else if("KOL-FORM"===o.tagName){(0,i.a9)(t,i.K.querySelector("form",o));const a=o;"function"==typeof(null===(e=a._on)||void 0===e?void 0:e.onSubmit)&&(null===(n=a._on)||void 0===n||n.onSubmit(t))}}}},8192:(t,e,n)=>{n.d(e,{I:()=>s});var i=n(3756),a=n(7888);const o=(t,e)=>{const n=t;"object"==typeof n&&null!==n&&((0,i.H)(n.right,1)&&(n.right={icon:n.right}),(0,i.H)(n.left,1)&&(n.left={icon:n.left}),e.set("_icons",n))};class s extends a.I{constructor(t,e,n){super(t,e,n),this.component=t}validateIcon(t){this.validateIcons(t)}validateIcons(t){(0,i.t)(t,(()=>{try{t=(0,i.u)(t)}catch(t){}(0,i.w)(this.component,"_icons",(t=>"object"==typeof t&&null!==t&&((0,i.H)(t.left,1)||(0,i.a5)(t.left)||(0,i.H)(t.right,1)||(0,i.a5)(t.right))),new Set(["KoliBriHorizontalIcon"]),t,{hooks:{beforePatch:o},required:!0})}))}componentWillLoad(){super.componentWillLoad(),this.validateIcons(this.component._icons||this.component._icon)}}},3344:(t,e,n)=>{function i(t){t.stopImmediatePropagation(),t.stopPropagation()}function a(t,e,n){e&&function(t,e,n){const i=t.dispatchEvent(function(t,e){return new CustomEvent(`kol-${t}`,{bubbles:!0,cancelable:!0,composed:!0,detail:e})}(e,n))}(e,t,n)}function o(t){t.preventDefault(),i(t)}n.d(e,{p:()=>o,s:()=>i,t:()=>a})},9680:(t,e,n)=>{n.r(e),n.d(e,{kol_input_range:()=>c});var i=n(224),a=n(3756),o=n(8976),s=n(8384),l=n(7888),r=n(9488),h=n(8192);class d extends h.I{constructor(t,e,n){super(t,e,n),this.component=t}validateAutoComplete(t){(0,a.w)(this.component,"_autoComplete",(t=>"string"==typeof t&&("on"===t||"off"===t)),new Set(["on | off"]),t)}validateMax(t){(0,a.a7)(this.component,"_max",t)}validateMin(t){(0,a.a7)(this.component,"_min",t)}validateStep(t){(0,a.a7)(this.component,"_step",t)}validateSuggestions(t){(0,a.a4)(this.component,t)}validateValue(t){(0,a.a7)(this.component,"_value",t),this.setFormAssociatedValue(this.component.state._value)}componentWillLoad(){super.componentWillLoad(),this.validateAutoComplete(this.component._autoComplete),this.validateMax(this.component._max),this.validateMin(this.component._min),this.validateStep(this.component._step),this.validateSuggestions(this.component._suggestions),this.validateValue(this.component._value)}}const c=class{getSanitizedFloatValue(t){const e=parseFloat(t);return this.state._max&&e>this.state._max?this.state._max:this.state._min&&e<this.state._min?this.state._min:e}getValue(){return t=this,null,e=function*(){if(void 0!==this.refInputNumber){const t=this.refInputNumber.value;return this.getSanitizedFloatValue(t)}},new Promise(((n,i)=>{var a=t=>{try{s(e.next(t))}catch(t){i(t)}},o=t=>{try{s(e.throw(t))}catch(t){i(t)}},s=t=>t.done?n(t.value):Promise.resolve(t.value).then(a,o);s((e=e.apply(t,null)).next())}));var t,e}componentDidLoad(){var t;!this._value&&(null===(t=this.refInputRange)||void 0===t?void 0:t.value)&&this.validateValue(parseFloat(this.refInputRange.value))}render(){const{ariaDescribedBy:t}=(0,l.g)(this.state),e=Array.isArray(this.state._suggestions)&&this.state._suggestions.length>0,n=(0,a.M)(this.state._label);return(0,i.h)(i.H,{key:"42f9641c84242c68e72a969573c3d2e0b45e381f"},(0,i.h)("kol-input",{key:"9061d58fb8ba1cca9ca1d2b72b4799a7aaed957d",class:{range:!0,"hide-label":!!this.state._hideLabel},_accessKey:this.state._accessKey,_disabled:this.state._disabled,_error:this.state._error,_hideError:this.state._hideError,_hideLabel:this.state._hideLabel,_hint:this.state._hint,_icons:this.state._icons,_id:this.state._id,_label:this.state._label,_tooltipAlign:this._tooltipAlign,_touched:this.state._touched},(0,i.h)("span",{key:"1aab265fde62061efdae990a19d7d1b7cb8182d8",slot:"label"},n?(0,i.h)("slot",{name:"expert"}):"string"==typeof this.state._accessKey?(0,i.h)(i.F,null,(0,i.h)(r.I,{accessKey:this.state._accessKey,label:this.state._label})," ",(0,i.h)("span",{class:"access-key-hint","aria-hidden":"true"},this.state._accessKey)):(0,i.h)("span",null,this.state._label)),(0,i.h)("div",{key:"af75568d971bceec1bb50fcf09312b2e41032250",slot:"input"},(0,i.h)("div",{key:"f2c91b308a8a72175e8da8507127fcd3f0d00fe0",class:"inputs-wrapper",style:{"--kolibri-input-range--input-number--width":`${this.state._max}`.length+.5+"em"}},(0,i.h)("input",Object.assign({key:"c3bf4f708e76b034c67c20defbb7c4e151f5bef5",ref:this.catchInputRangeRef,title:"",accessKey:this.state._accessKey,"aria-describedby":t.length>0?t.join(" "):void 0,"aria-label":this.state._hideLabel&&"string"==typeof this.state._label?this.state._label:void 0,"aria-hidden":"true",autoCapitalize:"off",autoComplete:this.state._autoComplete,autoCorrect:"off",disabled:this.state._disabled,list:e?`${this.state._id}-list`:void 0,max:this.state._max,min:this.state._min,name:this.state._name?`${this.state._name}-range`:void 0,spellcheck:"false",step:this.state._step,tabIndex:-1,type:"range",value:this.state._value},this.controller.onFacade,{onChange:this.onChange})),(0,i.h)("input",Object.assign({key:"fdd8c0f9f1f1de87eabf6448fff622a48888afa3",ref:this.catchInputNumberRef,title:"",accessKey:this.state._accessKey,"aria-describedby":t.length>0?t.join(" "):void 0,"aria-label":this.state._hideLabel&&"string"==typeof this.state._label?this.state._label:void 0,autoCapitalize:"off",autoComplete:this.state._autoComplete,autoCorrect:"off",disabled:this.state._disabled,id:this.state._id,list:e?`${this.state._id}-list`:void 0,max:this.state._max,min:this.state._min,name:this.state._name?`${this.state._name}-number`:void 0,step:this.state._step,type:"number",value:this.state._value},this.controller.onFacade,{onKeyUp:this.onKeyUp,onChange:this.onChange}))),e&&[(0,i.h)("datalist",{id:`${this.state._id}-list`},this.state._suggestions.map((t=>(0,i.h)("option",{value:t}))))])))}constructor(t){(0,i.r)(this,t),this.catchInputNumberRef=t=>{var e;t&&(this.refInputNumber=t,(0,a.k)(this.host,t),!this._value&&(null===(e=this.refInputNumber)||void 0===e?void 0:e.value)&&this.validateValue(parseFloat(this.refInputNumber.value)))},this.catchInputRangeRef=t=>{t&&(this.refInputRange=t)},this.onChange=t=>{var e,n;const i=t.target.value,a=this.getSanitizedFloatValue(i);this.validateValue(a),"function"==typeof(null===(e=this.state._on)||void 0===e?void 0:e.onChange)&&(null===(n=this.state._on)||void 0===n||n.onChange(t,a))},this.onKeyUp=t=>{"Enter"===t.code?(0,s.p)({form:this.host,ref:this.refInputNumber}):this.onChange(t)},this._accessKey=void 0,this._alert=!0,this._autoComplete=void 0,this._disabled=!1,this._error=void 0,this._hideError=!1,this._hideLabel=!1,this._hint="",this._icons=void 0,this._id=void 0,this._label=void 0,this._max=void 0,this._min=void 0,this._name=void 0,this._on=void 0,this._step=void 0,this._suggestions=void 0,this._syncValueBySelector=void 0,this._tabIndex=void 0,this._tooltipAlign="top",this._touched=!1,this._value=void 0,this.state={_autoComplete:"off",_hideError:!1,_id:`id-${(0,o.n)()}`,_label:"",_suggestions:[]},this.controller=new d(this,"range",this.host)}validateAccessKey(t){this.controller.validateAccessKey(t)}validateAlert(t){this.controller.validateAlert(t)}validateAutoComplete(t){this.controller.validateAutoComplete(t)}validateDisabled(t){this.controller.validateDisabled(t)}validateError(t){this.controller.validateError(t)}validateHideError(t){this.controller.validateHideError(t)}validateHideLabel(t){this.controller.validateHideLabel(t)}validateHint(t){this.controller.validateHint(t)}validateIcons(t){this.controller.validateIcons(t)}validateId(t){this.controller.validateId(t)}validateLabel(t){this.controller.validateLabel(t)}validateMax(t){this.controller.validateMax(t)}validateMin(t){this.controller.validateMin(t)}validateName(t){this.controller.validateName(t)}validateOn(t){this.controller.validateOn(t)}validateStep(t){this.controller.validateStep(t)}validateSuggestions(t){this.controller.validateSuggestions(t)}validateSyncValueBySelector(t){this.controller.validateSyncValueBySelector(t)}validateTabIndex(t){this.controller.validateTabIndex(t)}validateTouched(t){this.controller.validateTouched(t)}validateValue(t){this.controller.validateValue(t)}componentWillLoad(){this._alert=!0===this._alert,this._touched=!0===this._touched,this.controller.componentWillLoad()}get host(){return(0,i.g)(this)}static get watchers(){return{_accessKey:["validateAccessKey"],_alert:["validateAlert"],_autoComplete:["validateAutoComplete"],_disabled:["validateDisabled"],_error:["validateError"],_hideError:["validateHideError"],_hideLabel:["validateHideLabel"],_hint:["validateHint"],_icons:["validateIcons"],_id:["validateId"],_label:["validateLabel"],_max:["validateMax"],_min:["validateMin"],_name:["validateName"],_on:["validateOn"],_step:["validateStep"],_suggestions:["validateSuggestions"],_syncValueBySelector:["validateSyncValueBySelector"],_tabIndex:["validateTabIndex"],_touched:["validateTouched"],_value:["validateValue"]}}};c.style={default:"/*\n * This file contains all rules for accessibility.\n */\n@layer kol-global {\n :host {\n /*\n * Minimum size of interactive elements.\n */\n --a11y-min-size: 44px;\n /*\n * No element should be used without a background and font color whose contrast ratio has\n * not been checked. By initially setting the background color to white and the font color\n * to black, the contrast ratio is ensured and explicit adjustment is forced.\n */\n background-color: white;\n color: black;\n /*\n * Verdana is an accessible font that can be used without requiring additional loading time.\n */\n font-family: Verdana;\n }\n * {\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n hyphens: auto;\n /*\n * Letter spacing is required for all texts.\n */\n letter-spacing: inherit;\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n word-break: break-word;\n /*\n * Word spacing is required for all texts.\n */\n word-spacing: inherit;\n }\n /*\n * All interactive elements should have a minimum size of 44px.\n */\n /* input:not([type='checkbox'], [type='radio'], [type='range']), */\n /* option, */\n /* select, */\n /* textarea, */\n [role=button],\n button:not([role=link]),\n kol-input .input {\n min-height: var(--a11y-min-size);\n min-width: var(--a11y-min-size);\n }\n /*\n * Some interactive elements should not inherit the font-family and font-size.\n */\n a,\n button,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n input,\n option,\n select,\n textarea {\n /*\n * All elements should inherit the font family from his parent element.\n */\n font-family: inherit;\n /*\n * All elements should inherit the font size from his parent element.\n */\n font-size: inherit;\n }\n}\n/**\n * Sometimes we need the semantic element for accessibility reasons,\n * but we don't want to show it.\n *\n * - https://www.a11yproject.com/posts/how-to-hide-content/\n */\n.visually-hidden {\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n}\n\n@layer kol-global {\n /*\n * Dieses CSS stellt sicher, dass der Standard-Style\n * von A und Button resettet werden.\n */\n :is(a, button) {\n background-color: transparent;\n border: none;\n margin: 0;\n padding: 0;\n width: 100%; /* 100% needed for custom width from outside */\n }\n /*\n * Ensure elements with hidden attribute to be actually not visible\n * @see https://meowni.ca/hidden.is.a.lie.html\n */\n [hidden] {\n display: none !important;\n }\n}\n@layer kol-global {\n :host {\n /*\n * The max-width is needed to prevent the table from overflowing the\n * parent node, if the table is wider than the parent node.\n */\n max-width: 100%;\n }\n * {\n /*\n * We prefer to box-sizing: border-box for all elements.\n */\n box-sizing: border-box;\n }\n /* KolSpan is a layout component with icons in all directions and a label text in the middle. */\n kol-span-wc {\n display: grid;\n place-items: center;\n }\n /* The sub span in KolSpan is the horizontal span with icon left and right and the label text in the middle. */\n kol-span-wc > span {\n display: flex;\n place-items: center;\n }\n a,\n button {\n cursor: pointer;\n }\n .hidden {\n display: none;\n visibility: hidden;\n }\n /* This is the text label. */\n .hide-label > kol-span-wc > span > span {\n display: none;\n }\n /* Reset browser agent style. */\n button:disabled {\n color: unset;\n }\n .disabled label,\n .disabled:focus-within label,\n [aria-disabled=true],\n [aria-disabled=true]:focus,\n [disabled],\n [disabled]:focus {\n cursor: not-allowed !important;\n opacity: 0.5 !important;\n outline: none !important;\n }\n [aria-disabled=true]:focus kol-span-wc,\n [disabled]:focus kol-span-wc {\n outline: none !important;\n }\n}\n@layer kol-component {\n .required label > span::after,\n .required legend > span::after {\n content: \"*\";\n }\n}\n@layer kol-component {\n :host {\n display: block;\n }\n}\n@layer kol-component {\n input,\n textarea {\n cursor: text;\n }\n input[type=checkbox],\n input[type=color],\n input[type=file],\n input[type=radio],\n input[type=range],\n label,\n option,\n select {\n cursor: pointer;\n }\n /* input[type='checkbox'], */\n /* input[type='radio'], */\n /* input[type='range'], */\n input[type=color],\n input[type=date],\n input[type=datetime-local],\n input[type=email],\n input[type=file],\n input[type=month],\n input[type=number],\n input[type=password],\n input[type=search],\n input[type=tel],\n input[type=text],\n input[type=time],\n input[type=url],\n input[type=week],\n select,\n select[multiple] option,\n textarea {\n font-size: 1rem;\n width: 100%;\n }\n /* needed hack for vertical alignment */\n input[type=file] {\n padding: calc((var(--a11y-min-size) - 1rem) / 10) 0.5em;\n }\n /* needed hack for vertical alignment */\n select[multiple] option {\n padding: calc((var(--a11y-min-size) - 1rem) / 2) 0.5em;\n }\n}\n@layer kol-component {\n kol-input {\n display: grid;\n }\n kol-input .input-slot {\n flex-grow: 1;\n }\n input:not([type=checkbox], [type=radio]),\n select:not([multiple], [size]) {\n height: 2.75em;\n }\n input:focus,\n option:focus,\n select:focus,\n textarea:focus {\n outline: 0;\n }\n .input {\n display: flex;\n align-items: center;\n }\n .input > kol-icon {\n display: grid;\n height: var(--a11y-min-size);\n place-items: center;\n }\n kol-input.required .input-tooltip .span-label::after {\n content: \"*\";\n }\n}\n@layer kol-component {\n .inputs-wrapper {\n align-items: center;\n display: flex;\n flex-direction: row;\n }\n input[type=number] {\n min-height: var(--a11y-min-size);\n min-width: var(--a11y-min-size);\n width: var(--kolibri-input-range--input-number--width);\n }\n /*\n * For Chrome and Firefox is it needed to use redundant style definitions with separate selectors. The reason is unknown.\n */\n input[type=range] {\n appearance: none;\n background-color: #d3d3d3;\n border: 1px solid #000;\n display: inline-block;\n flex-grow: 1;\n height: 0.5rem;\n line-height: 1.5em;\n padding: 0;\n margin: 0;\n /* Design-Hack - related with flex-grow */\n width: 0;\n }\n input[type=range]::-webkit-slider-thumb {\n box-sizing: border-box;\n background-color: #000;\n height: 20px;\n width: 20px;\n border-radius: 20px;\n cursor: pointer;\n -webkit-appearance: none;\n }\n input[type=range]::-moz-range-thumb {\n box-sizing: border-box;\n background-color: #000;\n height: 20px;\n width: 20px;\n border-radius: 20px;\n cursor: pointer;\n -moz-appearance: none;\n }\n}\n/* Fix missing outline in Chromium-based browsers on Windows in high contrast mode. */\n@media (prefers-contrast: more) {\n ::-webkit-slider-thumb {\n outline: 1px solid currentColor;\n }\n}"}}}]);
package/dist/9888.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9888.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9888],{5144:(e,a,i)=>{i.d(a,{a:()=>g});var t=i(3756),n=i(704);const r={error:"Fehler",warning:"Warnung",info:"Hinweis",success:"Erfolg",message:"Nachricht",close:"Schließen","form-description":"Formular-Felder, die mit einem Sternchen (*) gekennzeichnet sind, sind Pflichtangaben.",of:"von",characters:"Zeichen",new:"Neu","no-entries":"Es sind keine Einträge vorhanden.","change-order":"Sortierung von {{colLabel}} ändern","action-running":"Aktion wird ausgeführt...","action-done":"Aktion abgeschlossen",pagination:"Paginierung","page-first":"Direkt zur ersten Seite","page-back":"Eine Seite zurück","page-next":"Eine Seite weiter","page-last":"Direkt zur letzten Seite","entries-per-site":"Einträge pro Seite",page:"Seite","page-current":"Seite {{page}}","page-selected":"Seite {{page}} ist ausgewählt","page-per-site":"{{entries}} Einträge pro Seite","nav-maximize":"Navigation maximieren","nav-minimize":"Navigation minimieren","logo-description":"Logo {{orgShort}}. Bundesadler mit Flaggenstab und Schriftzug {{orgLong}}","open-link-in-tab":"Öffnet in neuem Tab.","kolibri-logo":"Logo von KoliBri","table-pagination-label":"Paginierung für die Tabelle {{label}}","avatar-alt":"Avatar von {{name}}","toast-close-all":"Alle schließen","error-list":"Fehlerliste","error-list-message":"Bitte korrigieren Sie folgende Fehler:",version:"Versionsnummer","table-visible-range":"Einträge {{start}} bis {{end}} von {{total}}"},o={error:"Error",warning:"Warning",info:"Note",success:"Success",message:"Message",close:"Close","form-description":"Form fields marked with an asterisk (*) are mandatory.",of:"of",characters:"characters",new:"New","no-entries":"No entries available.","change-order":"Change order of {{colLabel}}","action-running":"Action is running...","action-done":"Action done",pagination:"Pagination","page-first":"Directly to the first page","page-back":"One page back","page-next":"One page further","page-last":"Directly to the last page","entries-per-site":"Entries per page",page:"Page","page-current":"Page {{page}}","page-selected":"Page {{page}} is selected","page-per-site":"{{entries}} entries per page","nav-maximize":"Maximize navigation","nav-minimize":"Minimize navigation","logo-description":"Logo {{orgShort}}. Federal eagle with flag staff and lettering {{orgLong}}","open-link-in-tab":"Opens in new tab.","kolibri-logo":"KoliBri logo","table-pagination-label":"Pagination for table {{label}}","avatar-alt":"Avatar of {{name}}","toast-close-all":"Close all","error-list":"Error list","error-list-message":"Please correct the following errors",version:"Version number","table-visible-range":"Entries {{start}} to {{end}} of {{total}}"},l=e=>Object.keys(e).reduce(((a,i)=>(a[`kol-${i}`]=e[i],a)),{}),s=new Set([e=>e("en",l(o)),e=>e("de",l(r))]),g=(e,a)=>{const i=(0,n.g)();if(void 0===i)return(0,t.h)("[I18n] I18nService not available! Please call the global register function."),e;let r=i.translate(e,a);return r===e&&((0,t.h)("[I18n] Locales not initialized! Initialize default locales automatically."),s.forEach((e=>e(((e,a)=>(i.addResourceBundle(e,a),e))))),r=i.translate(e,a)),r}},7507:(e,a,i)=>{i.r(a),i.d(a,{kol_symbol:()=>o});var t=i(224),n=i(3756),r=i(5144);const o=class{constructor(e){(0,t.r)(this,e),this._label=void 0,this._symbol=void 0,this.state={_label:(0,r.a)("kol-warning"),_symbol:""}}render(){return(0,t.h)(t.H,{key:"c2f1d807eee08e97e9573ef9e9bf335ea22afb78"},(0,t.h)("span",{key:"ced032be84fad5ecafb51bad19c0262102755de8","aria-label":this.state._label,role:"term"},this.state._symbol))}validateLabel(e){(0,n.v)(this,e,{required:!0})}validateSymbol(e){(0,n.C)(this,"_symbol",e,{required:!0})}componentWillLoad(){this.validateLabel(this._label),this.validateSymbol(this._symbol)}static get watchers(){return{_label:["validateLabel"],_symbol:["validateSymbol"]}}}}}]);
package/dist/9984.js DELETED
@@ -1,2 +0,0 @@
1
- /*! For license information please see 9984.js.LICENSE.txt */
2
- "use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9984],{3344:(n,e,t)=>{function i(n){n.stopImmediatePropagation(),n.stopPropagation()}function s(n,e,t){e&&function(n,e,t){const i=n.dispatchEvent(function(n,e){return new CustomEvent(`kol-${n}`,{bubbles:!0,cancelable:!0,composed:!0,detail:e})}(e,t))}(e,n,t)}function a(n){n.preventDefault(),i(n)}t.d(e,{p:()=>a,s:()=>i,t:()=>s})},9984:(n,e,t)=>{t.r(e),t.d(e,{kol_details:()=>l});var i=t(224),s=t(3756),a=t(3344);class o{constructor(n,e,t){this.detailsElement=n,this.summaryElement=e,this.contentElement=t,this.isClosing=!1,this.isExpanding=!1,this.summaryElement.addEventListener("click",this.handleSummaryClick.bind(this))}handleSummaryClick(n){n.preventDefault(),this.isClosing||!this.detailsElement.open?this.open():(this.isExpanding||this.detailsElement.open)&&this.collapse()}open(){this.detailsElement.open=!0,window.requestAnimationFrame(this.expand.bind(this))}expand(){this.isExpanding=!0,this.animateContentHeight("expand")}collapse(){this.isClosing=!0,this.animateContentHeight("collapse")}animateContentHeight(n){let e="expand"===n?0:this.contentElement.offsetHeight,t="expand"===n?this.contentElement.offsetHeight:0;this.animation&&(e=this.contentElement.offsetHeight,this.animation.cancel(),"expand"===n&&(t=this.contentElement.offsetHeight)),this.animation=this.contentElement.animate({height:[`${e}px`,`${t}px`]},{duration:matchMedia("(prefers-reduced-motion)").matches?0:250,easing:"ease-out"}),this.animation.addEventListener("finish",(()=>{this.onAnimationFinish()}),{once:!0}),this.animation.addEventListener("cancel",(()=>{"expand"===n?this.isExpanding=!1:this.isClosing=!1}),{once:!0})}onAnimationFinish(){this.detailsElement.open=this.isExpanding,this.animation=void 0,this.isClosing=!1,this.isExpanding=!1}}const l=class{constructor(n){(0,i.r)(this,n),this.catchDetails=n=>{this.detailsElement=n},this.catchSummary=n=>{this.summaryElement=n,(0,s.k)(this.host,this.summaryElement)},this.preventToggleIfDisabled=n=>{!0===this.state._disabled&&(0,a.p)(n)},this.handleToggle=n=>{clearTimeout(this.toggleTimeout),this.toggleTimeout=setTimeout((()=>{var e,t,i,s;Boolean(null===(e=this.detailsElement)||void 0===e?void 0:e.open)!==this.state._open&&(this._open=Boolean(null===(t=this.detailsElement)||void 0===t?void 0:t.open),(0,a.t)("toggle",this.host,this._open),"function"==typeof(null===(i=this.state._on)||void 0===i?void 0:i.onToggle)&&(null===(s=this.state._on)||void 0===s||s.onToggle(n,this._open)))}),25)},this._disabled=!1,this._label=void 0,this._on=void 0,this._open=!1,this.state={_label:"",_on:{}}}render(){return(0,i.h)(i.H,{key:"19a9ba1643545d503b5c3c24da5bf25c00c7b5be"},(0,i.h)("details",{key:"3ab637c36145d8bfc38fd812301f9b2b39d93c0e",ref:this.catchDetails,class:{disabled:!0===this.state._disabled,open:!0===this.state._open},onToggle:this.handleToggle},(0,i.h)("summary",{key:"300c130a467763e1d484effebfe9ec4356db376f",ref:this.catchSummary,"aria-disabled":this.state._disabled?"true":void 0,onClick:this.preventToggleIfDisabled,onKeyPress:this.preventToggleIfDisabled,tabIndex:this.state._disabled?-1:void 0},(0,i.h)("kol-icon",{key:"5f936b81f501e1dc4e42949880557a2036b776a8",_label:"",_icons:"codicon codicon-chevron-right",class:"icon "+(this.state._open?"is-open":"")}),(0,i.h)("span",{key:"9919b851361c1f50b88b35035c8db92eecc86a8c"},this.state._label)),(0,i.h)("div",{key:"d07f7f1d5358b1f6363e0d3ee129054f77e63c7e","aria-hidden":!1===this.state._open?"true":void 0,class:"content",ref:n=>this.contentElement=n},(0,i.h)("kol-indented-text",{key:"673da4e5cf44d5e14106a76ec6032165f25aa1b4"},(0,i.h)("slot",{key:"ccc843d742d1fa91e9ddd38dce808d547a0f85b8"})))))}validateDisabled(n){(0,s.l)(this,n)}validateLabel(n){(0,s.v)(this,n,{required:!0})}validateOn(n){"object"==typeof n&&null!==n&&"function"==typeof n.onToggle&&(0,s.m)(this,"_on",n)}validateOpen(n){(0,s.n)(this,n)}componentWillLoad(){this.validateDisabled(this._disabled),this.validateLabel(this._label),this.validateOn(this._on),this.validateOpen(this._open)}componentDidLoad(){if(this.detailsElement&&this.summaryElement&&this.contentElement){const n=new o(this.detailsElement,this.summaryElement,this.contentElement);this.state._open&&n.open()}}get host(){return(0,i.g)(this)}static get watchers(){return{_disabled:["validateDisabled"],_label:["validateLabel"],_on:["validateOn"],_open:["validateOpen"]}}};l.style={default:"/*\n * This file contains all rules for accessibility.\n */\n@layer kol-global {\n :host {\n /*\n * Minimum size of interactive elements.\n */\n --a11y-min-size: 44px;\n /*\n * No element should be used without a background and font color whose contrast ratio has\n * not been checked. By initially setting the background color to white and the font color\n * to black, the contrast ratio is ensured and explicit adjustment is forced.\n */\n background-color: white;\n color: black;\n /*\n * Verdana is an accessible font that can be used without requiring additional loading time.\n */\n font-family: Verdana;\n }\n * {\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n hyphens: auto;\n /*\n * Letter spacing is required for all texts.\n */\n letter-spacing: inherit;\n /*\n * This rule enables the word dividing for all texts. That is important for high zoom levels.\n */\n word-break: break-word;\n /*\n * Word spacing is required for all texts.\n */\n word-spacing: inherit;\n }\n /*\n * All interactive elements should have a minimum size of 44px.\n */\n /* input:not([type='checkbox'], [type='radio'], [type='range']), */\n /* option, */\n /* select, */\n /* textarea, */\n [role=button],\n button:not([role=link]),\n kol-input .input {\n min-height: var(--a11y-min-size);\n min-width: var(--a11y-min-size);\n }\n /*\n * Some interactive elements should not inherit the font-family and font-size.\n */\n a,\n button,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n input,\n option,\n select,\n textarea {\n /*\n * All elements should inherit the font family from his parent element.\n */\n font-family: inherit;\n /*\n * All elements should inherit the font size from his parent element.\n */\n font-size: inherit;\n }\n}\n/**\n * Sometimes we need the semantic element for accessibility reasons,\n * but we don't want to show it.\n *\n * - https://www.a11yproject.com/posts/how-to-hide-content/\n */\n.visually-hidden {\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n height: 1px;\n overflow: hidden;\n position: absolute;\n white-space: nowrap;\n width: 1px;\n}\n\n@layer kol-global {\n /*\n * Dieses CSS stellt sicher, dass der Standard-Style\n * von A und Button resettet werden.\n */\n :is(a, button) {\n background-color: transparent;\n border: none;\n margin: 0;\n padding: 0;\n width: 100%; /* 100% needed for custom width from outside */\n }\n /*\n * Ensure elements with hidden attribute to be actually not visible\n * @see https://meowni.ca/hidden.is.a.lie.html\n */\n [hidden] {\n display: none !important;\n }\n}\n@layer kol-global {\n :host {\n /*\n * The max-width is needed to prevent the table from overflowing the\n * parent node, if the table is wider than the parent node.\n */\n max-width: 100%;\n }\n * {\n /*\n * We prefer to box-sizing: border-box for all elements.\n */\n box-sizing: border-box;\n }\n /* KolSpan is a layout component with icons in all directions and a label text in the middle. */\n kol-span-wc {\n display: grid;\n place-items: center;\n }\n /* The sub span in KolSpan is the horizontal span with icon left and right and the label text in the middle. */\n kol-span-wc > span {\n display: flex;\n place-items: center;\n }\n a,\n button {\n cursor: pointer;\n }\n .hidden {\n display: none;\n visibility: hidden;\n }\n /* This is the text label. */\n .hide-label > kol-span-wc > span > span {\n display: none;\n }\n /* Reset browser agent style. */\n button:disabled {\n color: unset;\n }\n .disabled label,\n .disabled:focus-within label,\n [aria-disabled=true],\n [aria-disabled=true]:focus,\n [disabled],\n [disabled]:focus {\n cursor: not-allowed !important;\n opacity: 0.5 !important;\n outline: none !important;\n }\n [aria-disabled=true]:focus kol-span-wc,\n [disabled]:focus kol-span-wc {\n outline: none !important;\n }\n}\n@layer kol-component {\n :host {\n display: block;\n }\n}\n@layer kol-component {\n details {\n display: grid;\n }\n details > summary {\n cursor: pointer;\n display: flex;\n place-items: center;\n }\n details > summary > span {\n border-bottom-color: grey;\n border-bottom-style: solid;\n }\n details > summary:focus > span,\n details > summary:hover > span,\n details[open] > summary > span {\n border-bottom-color: #000;\n }\n .content {\n overflow: hidden;\n }\n details > kol-indented-text {\n margin: 0.25em 0 0 0.5em;\n }\n .icon.is-open::part(icon) {\n transform: rotate(90deg);\n }\n}"}}}]);
@@ -1,6 +0,0 @@
1
- Ich bin <kol-abbr _label="Abkürzung">z.B.</kol-abbr> eine Abkürzung.<br />
2
- Ich bin <kol-abbr _label="Abkürzung" _tooltip-align="right">z.B.</kol-abbr> eine Abkürzung (rechts).<br />
3
- Ich bin
4
- <kol-abbr _label="Abkürzung" _tooltip-align="bottom">z.B.</kol-abbr> eine Abkürzung (unten).<br />
5
- Ich bin <kol-abbr _label="Abkürzung" _tooltip-align="left">z.B.</kol-abbr> eine Abkürzung (links).<br />
6
- Ich bin <kol-abbr _label="Abkürzung" _tooltip-align="top">z.B.</kol-abbr> eine Abkürzung (oben).
@@ -1,25 +0,0 @@
1
- import React, { FC, ReactNode } from 'react';
2
-
3
- import { KolForm, KolLinkGroup } from '@public-ui/react';
4
-
5
- type Props = {
6
- submitted: boolean;
7
- children: ReactNode;
8
- onSubmit: (event: Event) => void;
9
- };
10
-
11
- export const FromComponent: FC<Props> = (props) => (
12
- <>
13
- {props.submitted === true && (
14
- <KolLinkGroup tabIndex={0} class="fehlerliste" data-removed-_label="Fehlerliste" _label="Fehlerliste" _level={3} _links={[]} />
15
- )}
16
- <KolForm
17
- className="block mb-2"
18
- _on={{
19
- onSubmit: props.onSubmit,
20
- }}
21
- >
22
- {props.children}
23
- </KolForm>
24
- </>
25
- );
@@ -1,13 +0,0 @@
1
- export type Fehler = {
2
- _label: string;
3
- _selector: string;
4
- };
5
-
6
- export type FormProps = {
7
- onSubmitted: (event: Event) => void;
8
- };
9
-
10
- export type FormState = {
11
- loader: boolean;
12
- touched: boolean;
13
- };
@@ -1,163 +0,0 @@
1
- import React, { FC } from 'react';
2
-
3
- import { KolHeading, KolProgress, KolTable, KolTabs } from '@public-ui/react';
4
-
5
- import { TerminKopfdatenComponent } from './kopfdaten/component';
6
- import { TerminLocationComponent } from './location/component';
7
- import { TerminScheduleComponent } from './schedule/component';
8
-
9
- type Zeiten = {
10
- stadtteil: string;
11
- zeiten: string;
12
- montag: string;
13
- dienstag: string;
14
- mittwoch: string;
15
- donnerstag: string;
16
- freitag: string;
17
- };
18
-
19
- export const TerminComponent: FC = () => (
20
- <>
21
- <div className="grid sm:grid-cols-1 gap-2 my-3">
22
- <KolHeading _label="Terminreservierung" />
23
- <KolHeading _label="Termine für Einwohnermelde- (incl. Pass- und Ausweisangelegenheiten) und Kraftfahrzeugangelegenheiten" _level={2} />
24
- <div style={{ fontFamily: 'Arial' }}>
25
- <p className="py-2">Derzeit kann generell nur mit vorheriger Terminvereinbarung bei den Bürgerdiensten vorgesprochen werden.</p>
26
- <p className="py-2">
27
- Die Termine für Einwohnermelde- und Kraftfahrzeugangelegenheiten werden täglich ab 07:00 Uhr für den gleichen Tag, für den gleichen Tag 7 Tage und für
28
- den gleichen Tag 14 Tage später freigegeben. So können Sie jeden Tag spontan Termine für den gleichen Tag und planbar Termine für eine Woche oder zwei
29
- Wochen später erhalten.
30
- </p>
31
- <p className="py-2">
32
- Sofern online keine Termine innerhalb der nächsten 14 Tage mehr verfügbar sind, führt auch eine darüber hinaus gehende telefonische Kontaktaufnahme
33
- leider zu keinem anderen Ergebnis. In diesem Fall versuchen Sie es bitte am nächsten Morgen erneut.
34
- </p>
35
- <p className="py-2">
36
- Bitte achten Sie darauf, den richtigen Kalender für Ihr Anliegen auszuwählen. Hinweis: Bitte geben Sie bei Ihrer Terminvereinbarung zur lückenlosen
37
- Kontaktverfolgung immer Ihre korrekte Telefonnummer und E-Mail Adresse an. Wir behalten uns vor, gebuchte Termine mit falschen Angaben zu löschen.
38
- </p>
39
- </div>
40
- </div>
41
- <div className="grid sm:grid-cols-1 gap-2">
42
- <KolTable
43
- _label="Öffnungszeiten"
44
- _data={
45
- [
46
- {
47
- stadtteil: 'Brackel',
48
- montag: '08:00 - 12:00, 14:00 - 16:00',
49
- dienstag: '08:00 - 12:00, 14:00 - 15:00',
50
- mittwoch: '08:00 - 12:00, 14:00 - 15:00',
51
- donnerstag: '08:00 - 12:00, 14:00 - 18:00',
52
- freitag: '08:00 - 12:00',
53
- },
54
- {
55
- stadtteil: 'Dorstfeld',
56
- montag: '09:00 - 12:00, 14:00 - 16:00',
57
- dienstag: '09:00 - 12:00, 14:00 - 15:00',
58
- mittwoch: '09:00 - 12:00, 14:00 - 15:00',
59
- donnerstag: '09:00 - 12:00, 14:00 - 18:00',
60
- freitag: '09:00 - 12:00',
61
- },
62
- {
63
- stadtteil: 'Aplerbeck',
64
- montag: '08:00 - 12:00, 14:00 - 16:00',
65
- dienstag: '08:00 - 12:00, 14:00 - 15:00',
66
- mittwoch: '08:00 - 12:00, 14:00 - 15:00',
67
- donnerstag: '08:00 - 12:00, 14:00 - 18:00',
68
- freitag: '08:00 - 12:00',
69
- },
70
- {
71
- stadtteil: 'Innenstadt Ost',
72
- montag: '07:00 - 12:00, 14:00 - 16:00',
73
- dienstag: '07:00 - 12:00, 14:00 - 15:00',
74
- mittwoch: '07:00 - 12:00, 14:00 - 15:00',
75
- donnerstag: '07:00 - 12:00, 14:00 - 18:00',
76
- freitag: '07:00 - 12:00, 13:00 - 16:00',
77
- },
78
- {
79
- stadtteil: 'Innenstadt West',
80
- montag: '07:00 - 12:00, 14:00 - 16:00',
81
- dienstag: '07:00 - 12:00, 14:00 - 15:00',
82
- mittwoch: '07:00 - 12:00, 14:00 - 15:00',
83
- donnerstag: '07:00 - 12:00, 14:00 - 18:00',
84
- freitag: '07:00 - 12:00, 13:00 - 16:00',
85
- /*render: (el, data) => {
86
- el.innerHTML = `<kol-badge _color="#ff0000" _label="NIX"></kol-badge>`;
87
- },*/
88
- },
89
- ] as Zeiten[]
90
- }
91
- _headers={{
92
- horizontal: [
93
- [
94
- { label: '', asTd: true },
95
- { label: 'Tag', colSpan: 5 },
96
- ],
97
- [
98
- {
99
- label: 'Stadtteil',
100
- key: 'stadtteil',
101
- textAlign: 'left',
102
- sort: (data: Zeiten[]) => {
103
- return data.sort((first, second) => {
104
- if (first.stadtteil < second.stadtteil) {
105
- return -1;
106
- }
107
- if (first.stadtteil > second.stadtteil) {
108
- return 1;
109
- }
110
- return 0;
111
- });
112
- },
113
- },
114
- { label: 'Montag', key: 'montag', textAlign: 'center' },
115
- { label: 'Dienstag', key: 'dienstag', textAlign: 'center' },
116
- { label: 'Mittwoch', key: 'mittwoch', textAlign: 'center' },
117
- { label: 'Donnerstag', key: 'donnerstag', textAlign: 'center' },
118
- { label: 'Freitag', key: 'freitag', textAlign: 'center' },
119
- ],
120
- ],
121
- }}
122
- _minWidth="50em"
123
- style={{
124
- display: 'inline-grid',
125
- width: '100%',
126
- }}
127
- ></KolTable>
128
- <KolTabs
129
- className="block mt-4"
130
- _ariaLabel="Registerkarten"
131
- _tabs={[
132
- {
133
- _label: '1. Einwohnermeldeämter',
134
- },
135
- {
136
- _label: '2. Freie Termine',
137
- },
138
- {
139
- _label: '3. Persönliche Daten',
140
- },
141
- ]}
142
- >
143
- <div>
144
- <KolHeading _level={2} _label="Wählen Sie einen Stadtteil aus" />
145
- <TerminLocationComponent onSubmitted={() => {}} />
146
- </div>
147
- <div>
148
- <KolHeading _level={2} _label="Wählen Sie einen Termin aus" />
149
- <TerminScheduleComponent onSubmitted={() => {}} />
150
- </div>
151
- <div>
152
- <KolHeading _level={2} _label="Geben Sie Ihre Kontaktdaten ein" />
153
- <TerminKopfdatenComponent onSubmitted={() => {}} />
154
- </div>
155
- </KolTabs>
156
- </div>
157
- <div className="grid sm:grid-cols-1 gap-2">
158
- <div className="border-top"></div>
159
- <KolHeading _level={3} _label="Fortschritt" />
160
- <KolProgress _value={0} _max={100} _unit="Prozent des Formulars"></KolProgress>
161
- </div>
162
- </>
163
- );
@@ -1,51 +0,0 @@
1
- import React, { FC } from 'react';
2
-
3
- import { KolAbbr, KolButton, KolInputEmail, KolInputRadio, KolInputText, KolSpin } from '@public-ui/react';
4
-
5
- import { FromComponent } from '../common/form/component';
6
- import { FormProps } from '../common/form/types';
7
-
8
- export const TerminKopfdatenComponent: FC<FormProps> = (props) => (
9
- <FromComponent submitted={true} onSubmit={() => {}}>
10
- <div className="grid grid-cols-2 gap-4">
11
- <KolInputRadio
12
- _id="anrede"
13
- _list={[
14
- { label: 'Herr', value: 'Herr' },
15
- { label: 'Frau', value: 'Frau' },
16
- ]}
17
- _touched={true}
18
- ></KolInputRadio>
19
- <KolInputText _id="termin_kopfdaten_vorname" _type="text" _autoComplete="on" _touched={true}></KolInputText>
20
- <KolInputText _id="termin_kopfdaten_nachname" _type="text" _autoComplete="on" _touched={true}></KolInputText>
21
- <KolInputText _id="termin_kopfdaten_strasse" _type="text" _autoComplete="on" _touched={true}></KolInputText>
22
- <div className="grid grid-cols-6 gap-4">
23
- <KolInputText _id="termin_kopfdaten_plz" _type="text" _autoComplete="on" _touched={true}>
24
- <KolAbbr _title="Postleitzahl" _tooltipAlign="right">
25
- PLZ
26
- </KolAbbr>
27
- </KolInputText>
28
- <KolInputText _id="termin_kopfdaten_ort" _type="text" _autoComplete="on" _touched={true}></KolInputText>
29
- </div>
30
- <KolInputText
31
- _id="termin_kopfdaten_telefon"
32
- _icon="icofont-phone"
33
- _list={['01234 / 567890']}
34
- _type="tel"
35
- _autoComplete="on"
36
- _touched={true}
37
- ></KolInputText>
38
- <KolInputEmail
39
- _id="termin_kopfdaten_email"
40
- _icon="icofont-email"
41
- _list={['elke.mustermann@test.de', 'max.mustermann@test.de']}
42
- _touched={true}
43
- _autoComplete="on"
44
- ></KolInputEmail>
45
- <div>
46
- <KolButton className="inline-block my-1" _icon="icofont-paper-plane" _type="submit" _label="Terminanfrage absenden"></KolButton>
47
- <KolSpin _show={true} className="ml-4" />
48
- </div>
49
- </div>
50
- </FromComponent>
51
- );
@@ -1,17 +0,0 @@
1
- import React, { FC } from 'react';
2
-
3
- import { KolButton, KolSelect, KolSpin } from '@public-ui/react';
4
-
5
- import { FromComponent } from '../common/form/component';
6
- import { FormProps } from '../common/form/types';
7
- import { LOCATION_OPTIONS } from './location.form';
8
-
9
- export const TerminLocationComponent: FC<FormProps> = () => (
10
- <FromComponent submitted={true} onSubmit={() => {}}>
11
- <div className="grid sm:grid-cols-1 xl:grid-cols-2 gap-2 my-2">
12
- <KolSelect _id="termin-location-location" _list={LOCATION_OPTIONS} _touched={true}></KolSelect>
13
- </div>
14
- <KolButton className="inline-block my-1" _icon="icofont-arrow-right" _iconAlign="right" _label="Zur Terminauswahl" _type="submit"></KolButton>
15
- <KolSpin _show={true} className="ml-4" />
16
- </FromComponent>
17
- );
@@ -1,22 +0,0 @@
1
- export const LOCATION_OPTIONS = [
2
- {
3
- value: 'Aplerbeck',
4
- label: 'Aplerbeck',
5
- },
6
- {
7
- value: 'Brackel',
8
- label: 'Brackel',
9
- },
10
- {
11
- value: 'Dorstfeld',
12
- label: 'Dorstfeld',
13
- },
14
- {
15
- value: 'Innenstadt Ost',
16
- label: 'Innenstadt Ost',
17
- },
18
- {
19
- value: 'Innenstadt West',
20
- label: 'Innenstadt West',
21
- },
22
- ];
@@ -1,17 +0,0 @@
1
- import React, { FC } from 'react';
2
-
3
- import { KolButton, KolInputDate, KolSpin } from '@public-ui/react';
4
-
5
- import { FromComponent } from '../common/form/component';
6
- import { FormProps } from '../common/form/types';
7
-
8
- export const TerminScheduleComponent: FC<FormProps> = (props) => (
9
- <FromComponent submitted={true} onSubmit={() => {}}>
10
- <div className="grid sm:grid-cols-1 xl:grid-cols-2 gap-2 my-2">
11
- <KolInputDate _id="termin-schedule-schedule" _type="date" _touched={true}></KolInputDate>
12
- <KolInputDate _id="termin-schedule-time" _type="time" _touched={true}></KolInputDate>
13
- </div>
14
- <KolButton className="inline-block my-1" _icon="icofont-arrow-right" _iconAlign="right" _label="Zu den Kontaktdaten" _type="submit"></KolButton>
15
- <KolSpin _show={true} className="ml-4" />
16
- </FromComponent>
17
- );
@@ -1,34 +0,0 @@
1
- import { FormControl, InputControl, RequiredValidator, ValidationHandler } from '@leanup/form';
2
-
3
- export interface Schedule {
4
- schedule: string;
5
- time: string;
6
- }
7
-
8
- export class ScheduleForm extends FormControl {
9
- public constructor() {
10
- super('schedule');
11
-
12
- this.addControl(
13
- new InputControl('schedule', {
14
- label: 'Datum',
15
- mandatory: true,
16
- }),
17
- );
18
-
19
- this.addControl(
20
- new InputControl('time', {
21
- label: 'Uhrzeit',
22
- mandatory: true,
23
- }),
24
- );
25
-
26
- const validationHandler = new ValidationHandler();
27
- validationHandler.validators.add([new RequiredValidator('Bitte wählen Sie ein Datum aus.')]);
28
- this.getInput('schedule')?.setValidationHandler(validationHandler);
29
-
30
- const timeHandler = new ValidationHandler();
31
- timeHandler.validators.add([new RequiredValidator('Bitte wählen Sie eine Uhrzeit aus.')]);
32
- this.getInput('time')?.setValidationHandler(timeHandler);
33
- }
34
- }