iss-ctrl 0.0.2-beta-2 → 0.0.3

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 (1042) hide show
  1. package/.editorconfig +13 -0
  2. package/.eslintrc.json +90 -0
  3. package/README.md +25 -26
  4. package/angular.json +190 -0
  5. package/bun.lock +1998 -0
  6. package/package.json +48 -25
  7. package/projects/iss/.eslintrc.json +37 -0
  8. package/projects/iss/README.md +24 -0
  9. package/projects/iss/ng-package.json +10 -0
  10. package/projects/iss/package.json +17 -0
  11. package/projects/iss/src/components/controls/base/control.base.ts +77 -0
  12. package/projects/iss/src/components/controls/base/viewer.base.ts +8 -0
  13. package/projects/iss/src/components/controls/base/wrapper.base.ts +85 -0
  14. package/projects/iss/src/components/controls/checkbox/checkbox.control.ts +93 -0
  15. package/projects/iss/src/components/controls/checkbox/checkbox.viewer.ts +15 -0
  16. package/projects/iss/src/components/controls/checkbox/checkbox.wrapper.ts +36 -0
  17. package/projects/iss/src/components/controls/chips/chips.control.ts +99 -0
  18. package/projects/iss/src/components/controls/chips/chips.viewer.ts +23 -0
  19. package/projects/iss/src/components/controls/chips/chips.wrapper.ts +31 -0
  20. package/projects/iss/src/components/controls/date-picker/date-picker.control.ts +85 -0
  21. package/projects/iss/src/components/controls/date-picker/date-picker.viewer.ts +14 -0
  22. package/projects/iss/src/components/controls/date-picker/date-picker.wrapper.ts +35 -0
  23. package/projects/iss/src/components/controls/date-range-picker/date-range-picker.control.ts +143 -0
  24. package/projects/iss/src/components/controls/date-range-picker/date-range-picker.viewer.ts +22 -0
  25. package/projects/iss/src/components/controls/date-range-picker/date-range-picker.wrapper.ts +35 -0
  26. package/projects/iss/src/components/controls/datetime-picker/datetime-picker.control.ts +109 -0
  27. package/projects/iss/src/components/controls/datetime-picker/datetime-picker.viewer.ts +17 -0
  28. package/projects/iss/src/components/controls/datetime-picker/datetime-picker.wrapper.ts +38 -0
  29. package/projects/iss/src/components/controls/file-picker/attachment.viewer.ts +165 -0
  30. package/projects/iss/src/components/controls/file-picker/droppable.directive.ts +28 -0
  31. package/projects/iss/src/components/controls/file-picker/file-handler.service.ts +115 -0
  32. package/projects/iss/src/components/controls/file-picker/file-picker.control.ts +187 -0
  33. package/projects/iss/src/components/controls/file-picker/file-picker.wrapper.ts +120 -0
  34. package/projects/iss/src/components/controls/input/input.control.ts +95 -0
  35. package/projects/iss/src/components/controls/input/input.viewer.ts +11 -0
  36. package/projects/iss/src/components/controls/input/input.wrapper.ts +40 -0
  37. package/projects/iss/src/components/controls/mobile/flags/ad.svg +282 -0
  38. package/projects/iss/src/components/controls/mobile/flags/ae.svg +6 -0
  39. package/projects/iss/src/components/controls/mobile/flags/af.svg +9 -0
  40. package/projects/iss/src/components/controls/mobile/flags/ag.svg +15 -0
  41. package/projects/iss/src/components/controls/mobile/flags/ai.svg +35 -0
  42. package/projects/iss/src/components/controls/mobile/flags/al.svg +7 -0
  43. package/projects/iss/src/components/controls/mobile/flags/am.svg +5 -0
  44. package/projects/iss/src/components/controls/mobile/flags/ao.svg +19 -0
  45. package/projects/iss/src/components/controls/mobile/flags/aq.svg +45 -0
  46. package/projects/iss/src/components/controls/mobile/flags/ar.svg +66 -0
  47. package/projects/iss/src/components/controls/mobile/flags/as.svg +225 -0
  48. package/projects/iss/src/components/controls/mobile/flags/at.svg +4 -0
  49. package/projects/iss/src/components/controls/mobile/flags/au.svg +32 -0
  50. package/projects/iss/src/components/controls/mobile/flags/aw.svg +11 -0
  51. package/projects/iss/src/components/controls/mobile/flags/ax.svg +11 -0
  52. package/projects/iss/src/components/controls/mobile/flags/az.svg +11 -0
  53. package/projects/iss/src/components/controls/mobile/flags/ba.svg +18 -0
  54. package/projects/iss/src/components/controls/mobile/flags/bb.svg +11 -0
  55. package/projects/iss/src/components/controls/mobile/flags/bd.svg +4 -0
  56. package/projects/iss/src/components/controls/mobile/flags/be.svg +5 -0
  57. package/projects/iss/src/components/controls/mobile/flags/bf.svg +14 -0
  58. package/projects/iss/src/components/controls/mobile/flags/bg.svg +5 -0
  59. package/projects/iss/src/components/controls/mobile/flags/bh.svg +4 -0
  60. package/projects/iss/src/components/controls/mobile/flags/bi.svg +26 -0
  61. package/projects/iss/src/components/controls/mobile/flags/bj.svg +5 -0
  62. package/projects/iss/src/components/controls/mobile/flags/bl.svg +5 -0
  63. package/projects/iss/src/components/controls/mobile/flags/bm.svg +374 -0
  64. package/projects/iss/src/components/controls/mobile/flags/bn.svg +70 -0
  65. package/projects/iss/src/components/controls/mobile/flags/bo.svg +3625 -0
  66. package/projects/iss/src/components/controls/mobile/flags/bq.svg +5 -0
  67. package/projects/iss/src/components/controls/mobile/flags/br.svg +92 -0
  68. package/projects/iss/src/components/controls/mobile/flags/bs.svg +5 -0
  69. package/projects/iss/src/components/controls/mobile/flags/bt.svg +487 -0
  70. package/projects/iss/src/components/controls/mobile/flags/bv.svg +11 -0
  71. package/projects/iss/src/components/controls/mobile/flags/bw.svg +5 -0
  72. package/projects/iss/src/components/controls/mobile/flags/by.svg +15 -0
  73. package/projects/iss/src/components/controls/mobile/flags/bz.svg +629 -0
  74. package/projects/iss/src/components/controls/mobile/flags/ca.svg +7 -0
  75. package/projects/iss/src/components/controls/mobile/flags/cc.svg +33 -0
  76. package/projects/iss/src/components/controls/mobile/flags/cd.svg +5 -0
  77. package/projects/iss/src/components/controls/mobile/flags/cf.svg +7 -0
  78. package/projects/iss/src/components/controls/mobile/flags/cg.svg +5 -0
  79. package/projects/iss/src/components/controls/mobile/flags/ch.svg +4 -0
  80. package/projects/iss/src/components/controls/mobile/flags/ci.svg +5 -0
  81. package/projects/iss/src/components/controls/mobile/flags/ck.svg +29 -0
  82. package/projects/iss/src/components/controls/mobile/flags/cl.svg +14 -0
  83. package/projects/iss/src/components/controls/mobile/flags/cm.svg +15 -0
  84. package/projects/iss/src/components/controls/mobile/flags/cn.svg +11 -0
  85. package/projects/iss/src/components/controls/mobile/flags/co.svg +5 -0
  86. package/projects/iss/src/components/controls/mobile/flags/cr.svg +1332 -0
  87. package/projects/iss/src/components/controls/mobile/flags/cu.svg +6 -0
  88. package/projects/iss/src/components/controls/mobile/flags/cv.svg +24 -0
  89. package/projects/iss/src/components/controls/mobile/flags/cw.svg +16 -0
  90. package/projects/iss/src/components/controls/mobile/flags/cx.svg +24 -0
  91. package/projects/iss/src/components/controls/mobile/flags/cy.svg +13 -0
  92. package/projects/iss/src/components/controls/mobile/flags/cz.svg +5 -0
  93. package/projects/iss/src/components/controls/mobile/flags/de.svg +5 -0
  94. package/projects/iss/src/components/controls/mobile/flags/dj.svg +6 -0
  95. package/projects/iss/src/components/controls/mobile/flags/dk.svg +5 -0
  96. package/projects/iss/src/components/controls/mobile/flags/dm.svg +198 -0
  97. package/projects/iss/src/components/controls/mobile/flags/do.svg +238 -0
  98. package/projects/iss/src/components/controls/mobile/flags/dz.svg +5 -0
  99. package/projects/iss/src/components/controls/mobile/flags/ec.svg +1292 -0
  100. package/projects/iss/src/components/controls/mobile/flags/ee.svg +5 -0
  101. package/projects/iss/src/components/controls/mobile/flags/eg.svg +125 -0
  102. package/projects/iss/src/components/controls/mobile/flags/eh.svg +12 -0
  103. package/projects/iss/src/components/controls/mobile/flags/er.svg +9 -0
  104. package/projects/iss/src/components/controls/mobile/flags/es.svg +445 -0
  105. package/projects/iss/src/components/controls/mobile/flags/et.svg +16 -0
  106. package/projects/iss/src/components/controls/mobile/flags/eu.svg +28 -0
  107. package/projects/iss/src/components/controls/mobile/flags/fi.svg +5 -0
  108. package/projects/iss/src/components/controls/mobile/flags/fj.svg +203 -0
  109. package/projects/iss/src/components/controls/mobile/flags/fk.svg +922 -0
  110. package/projects/iss/src/components/controls/mobile/flags/flags.png +0 -0
  111. package/projects/iss/src/components/controls/mobile/flags/flags@2x.png +0 -0
  112. package/projects/iss/src/components/controls/mobile/flags/fm.svg +16 -0
  113. package/projects/iss/src/components/controls/mobile/flags/fo.svg +11 -0
  114. package/projects/iss/src/components/controls/mobile/flags/fonts.css +271 -0
  115. package/projects/iss/src/components/controls/mobile/flags/fr.svg +5 -0
  116. package/projects/iss/src/components/controls/mobile/flags/ga.svg +5 -0
  117. package/projects/iss/src/components/controls/mobile/flags/gb-eng.svg +7 -0
  118. package/projects/iss/src/components/controls/mobile/flags/gb-nir.svg +15 -0
  119. package/projects/iss/src/components/controls/mobile/flags/gb-sct.svg +11 -0
  120. package/projects/iss/src/components/controls/mobile/flags/gb-wls.svg +16 -0
  121. package/projects/iss/src/components/controls/mobile/flags/gb.svg +15 -0
  122. package/projects/iss/src/components/controls/mobile/flags/gd.svg +11 -0
  123. package/projects/iss/src/components/controls/mobile/flags/ge.svg +17 -0
  124. package/projects/iss/src/components/controls/mobile/flags/gf.svg +5 -0
  125. package/projects/iss/src/components/controls/mobile/flags/gg.svg +8 -0
  126. package/projects/iss/src/components/controls/mobile/flags/gh.svg +6 -0
  127. package/projects/iss/src/components/controls/mobile/flags/gi.svg +69 -0
  128. package/projects/iss/src/components/controls/mobile/flags/gl.svg +4 -0
  129. package/projects/iss/src/components/controls/mobile/flags/gm.svg +7 -0
  130. package/projects/iss/src/components/controls/mobile/flags/gn.svg +5 -0
  131. package/projects/iss/src/components/controls/mobile/flags/gp.svg +5 -0
  132. package/projects/iss/src/components/controls/mobile/flags/gq.svg +88 -0
  133. package/projects/iss/src/components/controls/mobile/flags/gr.svg +4 -0
  134. package/projects/iss/src/components/controls/mobile/flags/gs.svg +693 -0
  135. package/projects/iss/src/components/controls/mobile/flags/gt.svg +317 -0
  136. package/projects/iss/src/components/controls/mobile/flags/gu.svg +58 -0
  137. package/projects/iss/src/components/controls/mobile/flags/gw.svg +13 -0
  138. package/projects/iss/src/components/controls/mobile/flags/gy.svg +7 -0
  139. package/projects/iss/src/components/controls/mobile/flags/hk.svg +17 -0
  140. package/projects/iss/src/components/controls/mobile/flags/hm.svg +32 -0
  141. package/projects/iss/src/components/controls/mobile/flags/hn.svg +10 -0
  142. package/projects/iss/src/components/controls/mobile/flags/hr.svg +282 -0
  143. package/projects/iss/src/components/controls/mobile/flags/ht.svg +1470 -0
  144. package/projects/iss/src/components/controls/mobile/flags/hu.svg +5 -0
  145. package/projects/iss/src/components/controls/mobile/flags/id.svg +4 -0
  146. package/projects/iss/src/components/controls/mobile/flags/ie.svg +5 -0
  147. package/projects/iss/src/components/controls/mobile/flags/il.svg +5 -0
  148. package/projects/iss/src/components/controls/mobile/flags/im.svg +33 -0
  149. package/projects/iss/src/components/controls/mobile/flags/in.svg +25 -0
  150. package/projects/iss/src/components/controls/mobile/flags/io.svg +895 -0
  151. package/projects/iss/src/components/controls/mobile/flags/iq.svg +12 -0
  152. package/projects/iss/src/components/controls/mobile/flags/ir.svg +31 -0
  153. package/projects/iss/src/components/controls/mobile/flags/is.svg +5 -0
  154. package/projects/iss/src/components/controls/mobile/flags/it.svg +5 -0
  155. package/projects/iss/src/components/controls/mobile/flags/je.svg +40 -0
  156. package/projects/iss/src/components/controls/mobile/flags/jm.svg +9 -0
  157. package/projects/iss/src/components/controls/mobile/flags/jo.svg +10 -0
  158. package/projects/iss/src/components/controls/mobile/flags/jp.svg +4 -0
  159. package/projects/iss/src/components/controls/mobile/flags/ke.svg +28 -0
  160. package/projects/iss/src/components/controls/mobile/flags/kg.svg +7 -0
  161. package/projects/iss/src/components/controls/mobile/flags/kh.svg +133 -0
  162. package/projects/iss/src/components/controls/mobile/flags/ki.svg +54 -0
  163. package/projects/iss/src/components/controls/mobile/flags/km.svg +13 -0
  164. package/projects/iss/src/components/controls/mobile/flags/kn.svg +24 -0
  165. package/projects/iss/src/components/controls/mobile/flags/kp.svg +16 -0
  166. package/projects/iss/src/components/controls/mobile/flags/kr.svg +16 -0
  167. package/projects/iss/src/components/controls/mobile/flags/kw.svg +6 -0
  168. package/projects/iss/src/components/controls/mobile/flags/ky.svg +153 -0
  169. package/projects/iss/src/components/controls/mobile/flags/kz.svg +49 -0
  170. package/projects/iss/src/components/controls/mobile/flags/la.svg +5 -0
  171. package/projects/iss/src/components/controls/mobile/flags/lb.svg +8 -0
  172. package/projects/iss/src/components/controls/mobile/flags/lc.svg +6 -0
  173. package/projects/iss/src/components/controls/mobile/flags/li.svg +75 -0
  174. package/projects/iss/src/components/controls/mobile/flags/lk.svg +50 -0
  175. package/projects/iss/src/components/controls/mobile/flags/lr.svg +15 -0
  176. package/projects/iss/src/components/controls/mobile/flags/ls.svg +32 -0
  177. package/projects/iss/src/components/controls/mobile/flags/lt.svg +5 -0
  178. package/projects/iss/src/components/controls/mobile/flags/lu.svg +5 -0
  179. package/projects/iss/src/components/controls/mobile/flags/lv.svg +4 -0
  180. package/projects/iss/src/components/controls/mobile/flags/ly.svg +8 -0
  181. package/projects/iss/src/components/controls/mobile/flags/ma.svg +4 -0
  182. package/projects/iss/src/components/controls/mobile/flags/mc.svg +4 -0
  183. package/projects/iss/src/components/controls/mobile/flags/md.svg +102 -0
  184. package/projects/iss/src/components/controls/mobile/flags/me.svg +240 -0
  185. package/projects/iss/src/components/controls/mobile/flags/mf.svg +5 -0
  186. package/projects/iss/src/components/controls/mobile/flags/mg.svg +5 -0
  187. package/projects/iss/src/components/controls/mobile/flags/mh.svg +18 -0
  188. package/projects/iss/src/components/controls/mobile/flags/mk.svg +6 -0
  189. package/projects/iss/src/components/controls/mobile/flags/ml.svg +5 -0
  190. package/projects/iss/src/components/controls/mobile/flags/mm.svg +12 -0
  191. package/projects/iss/src/components/controls/mobile/flags/mn.svg +12 -0
  192. package/projects/iss/src/components/controls/mobile/flags/mo.svg +13 -0
  193. package/projects/iss/src/components/controls/mobile/flags/mp.svg +2919 -0
  194. package/projects/iss/src/components/controls/mobile/flags/mq.svg +5 -0
  195. package/projects/iss/src/components/controls/mobile/flags/mr.svg +5 -0
  196. package/projects/iss/src/components/controls/mobile/flags/ms.svg +59 -0
  197. package/projects/iss/src/components/controls/mobile/flags/mt.svg +52 -0
  198. package/projects/iss/src/components/controls/mobile/flags/mu.svg +6 -0
  199. package/projects/iss/src/components/controls/mobile/flags/mv.svg +8 -0
  200. package/projects/iss/src/components/controls/mobile/flags/mw.svg +24 -0
  201. package/projects/iss/src/components/controls/mobile/flags/mx.svg +1129 -0
  202. package/projects/iss/src/components/controls/mobile/flags/my.svg +12 -0
  203. package/projects/iss/src/components/controls/mobile/flags/mz.svg +50 -0
  204. package/projects/iss/src/components/controls/mobile/flags/na.svg +17 -0
  205. package/projects/iss/src/components/controls/mobile/flags/nc.svg +5 -0
  206. package/projects/iss/src/components/controls/mobile/flags/ne.svg +6 -0
  207. package/projects/iss/src/components/controls/mobile/flags/nf.svg +8 -0
  208. package/projects/iss/src/components/controls/mobile/flags/ng.svg +4 -0
  209. package/projects/iss/src/components/controls/mobile/flags/ni.svg +281 -0
  210. package/projects/iss/src/components/controls/mobile/flags/nl.svg +5 -0
  211. package/projects/iss/src/components/controls/mobile/flags/no.svg +11 -0
  212. package/projects/iss/src/components/controls/mobile/flags/np.svg +33 -0
  213. package/projects/iss/src/components/controls/mobile/flags/nr.svg +8 -0
  214. package/projects/iss/src/components/controls/mobile/flags/nu.svg +23 -0
  215. package/projects/iss/src/components/controls/mobile/flags/nz.svg +37 -0
  216. package/projects/iss/src/components/controls/mobile/flags/om.svg +307 -0
  217. package/projects/iss/src/components/controls/mobile/flags/pa.svg +15 -0
  218. package/projects/iss/src/components/controls/mobile/flags/pe.svg +767 -0
  219. package/projects/iss/src/components/controls/mobile/flags/pf.svg +38 -0
  220. package/projects/iss/src/components/controls/mobile/flags/pg.svg +16 -0
  221. package/projects/iss/src/components/controls/mobile/flags/ph.svg +28 -0
  222. package/projects/iss/src/components/controls/mobile/flags/pk.svg +7 -0
  223. package/projects/iss/src/components/controls/mobile/flags/pl.svg +4 -0
  224. package/projects/iss/src/components/controls/mobile/flags/pm.svg +5 -0
  225. package/projects/iss/src/components/controls/mobile/flags/pn.svg +131 -0
  226. package/projects/iss/src/components/controls/mobile/flags/pr.svg +6 -0
  227. package/projects/iss/src/components/controls/mobile/flags/ps.svg +6 -0
  228. package/projects/iss/src/components/controls/mobile/flags/pt.svg +79 -0
  229. package/projects/iss/src/components/controls/mobile/flags/pw.svg +4 -0
  230. package/projects/iss/src/components/controls/mobile/flags/py.svg +192 -0
  231. package/projects/iss/src/components/controls/mobile/flags/qa.svg +7 -0
  232. package/projects/iss/src/components/controls/mobile/flags/re.svg +5 -0
  233. package/projects/iss/src/components/controls/mobile/flags/ro.svg +5 -0
  234. package/projects/iss/src/components/controls/mobile/flags/rs.svg +1143 -0
  235. package/projects/iss/src/components/controls/mobile/flags/ru.svg +5 -0
  236. package/projects/iss/src/components/controls/mobile/flags/rw.svg +17 -0
  237. package/projects/iss/src/components/controls/mobile/flags/sa.svg +23 -0
  238. package/projects/iss/src/components/controls/mobile/flags/sb.svg +30 -0
  239. package/projects/iss/src/components/controls/mobile/flags/sc.svg +7 -0
  240. package/projects/iss/src/components/controls/mobile/flags/sd.svg +6 -0
  241. package/projects/iss/src/components/controls/mobile/flags/se.svg +5 -0
  242. package/projects/iss/src/components/controls/mobile/flags/sg.svg +15 -0
  243. package/projects/iss/src/components/controls/mobile/flags/sh.svg +15 -0
  244. package/projects/iss/src/components/controls/mobile/flags/si.svg +30 -0
  245. package/projects/iss/src/components/controls/mobile/flags/sj.svg +11 -0
  246. package/projects/iss/src/components/controls/mobile/flags/sk.svg +21 -0
  247. package/projects/iss/src/components/controls/mobile/flags/sl.svg +5 -0
  248. package/projects/iss/src/components/controls/mobile/flags/sm.svg +847 -0
  249. package/projects/iss/src/components/controls/mobile/flags/sn.svg +15 -0
  250. package/projects/iss/src/components/controls/mobile/flags/so.svg +13 -0
  251. package/projects/iss/src/components/controls/mobile/flags/sr.svg +6 -0
  252. package/projects/iss/src/components/controls/mobile/flags/ss.svg +8 -0
  253. package/projects/iss/src/components/controls/mobile/flags/st.svg +16 -0
  254. package/projects/iss/src/components/controls/mobile/flags/stc-icons.css +1 -0
  255. package/projects/iss/src/components/controls/mobile/flags/sv.svg +3368 -0
  256. package/projects/iss/src/components/controls/mobile/flags/sx.svg +172 -0
  257. package/projects/iss/src/components/controls/mobile/flags/sy.svg +6 -0
  258. package/projects/iss/src/components/controls/mobile/flags/sz.svg +54 -0
  259. package/projects/iss/src/components/controls/mobile/flags/tc.svg +88 -0
  260. package/projects/iss/src/components/controls/mobile/flags/td.svg +5 -0
  261. package/projects/iss/src/components/controls/mobile/flags/tf.svg +18 -0
  262. package/projects/iss/src/components/controls/mobile/flags/tg.svg +15 -0
  263. package/projects/iss/src/components/controls/mobile/flags/th.svg +5 -0
  264. package/projects/iss/src/components/controls/mobile/flags/tj.svg +32 -0
  265. package/projects/iss/src/components/controls/mobile/flags/tk.svg +25 -0
  266. package/projects/iss/src/components/controls/mobile/flags/tl.svg +6 -0
  267. package/projects/iss/src/components/controls/mobile/flags/tm.svg +349 -0
  268. package/projects/iss/src/components/controls/mobile/flags/tn.svg +9 -0
  269. package/projects/iss/src/components/controls/mobile/flags/to.svg +8 -0
  270. package/projects/iss/src/components/controls/mobile/flags/tr.svg +6 -0
  271. package/projects/iss/src/components/controls/mobile/flags/tt.svg +5 -0
  272. package/projects/iss/src/components/controls/mobile/flags/tv.svg +18 -0
  273. package/projects/iss/src/components/controls/mobile/flags/tw.svg +12 -0
  274. package/projects/iss/src/components/controls/mobile/flags/tz.svg +13 -0
  275. package/projects/iss/src/components/controls/mobile/flags/ua.svg +4 -0
  276. package/projects/iss/src/components/controls/mobile/flags/ug.svg +46 -0
  277. package/projects/iss/src/components/controls/mobile/flags/um.svg +25 -0
  278. package/projects/iss/src/components/controls/mobile/flags/us.svg +25 -0
  279. package/projects/iss/src/components/controls/mobile/flags/uy.svg +138 -0
  280. package/projects/iss/src/components/controls/mobile/flags/uz.svg +30 -0
  281. package/projects/iss/src/components/controls/mobile/flags/va.svg +277 -0
  282. package/projects/iss/src/components/controls/mobile/flags/vc.svg +9 -0
  283. package/projects/iss/src/components/controls/mobile/flags/ve.svg +28 -0
  284. package/projects/iss/src/components/controls/mobile/flags/vg.svg +96 -0
  285. package/projects/iss/src/components/controls/mobile/flags/vi.svg +311 -0
  286. package/projects/iss/src/components/controls/mobile/flags/vn.svg +12 -0
  287. package/projects/iss/src/components/controls/mobile/flags/vu.svg +20 -0
  288. package/projects/iss/src/components/controls/mobile/flags/wf.svg +7 -0
  289. package/projects/iss/src/components/controls/mobile/flags/ws.svg +14 -0
  290. package/projects/iss/src/components/controls/mobile/flags/xk.svg +11 -0
  291. package/projects/iss/src/components/controls/mobile/flags/ye.svg +5 -0
  292. package/projects/iss/src/components/controls/mobile/flags/yt.svg +5 -0
  293. package/projects/iss/src/components/controls/mobile/flags/za.svg +17 -0
  294. package/projects/iss/src/components/controls/mobile/flags/zm.svg +20 -0
  295. package/projects/iss/src/components/controls/mobile/flags/zw.svg +130 -0
  296. package/projects/iss/src/components/controls/mobile/mobile.control.ts +222 -0
  297. package/projects/iss/src/components/controls/mobile/mobile.viewer.ts +11 -0
  298. package/projects/iss/src/components/controls/mobile/mobile.wrapper.ts +32 -0
  299. package/projects/iss/src/components/controls/mobile/phone.service.ts +96 -0
  300. package/projects/iss/src/components/controls/note/note.wrapper.ts +25 -0
  301. package/projects/iss/src/components/controls/plate/plate-letter.pipe.ts +14 -0
  302. package/projects/iss/src/components/controls/plate/plate-number.wrapper.ts +36 -0
  303. package/projects/iss/src/components/controls/plate/plate.control.ts +481 -0
  304. package/projects/iss/src/components/controls/plate/plate.viewer.ts +289 -0
  305. package/projects/iss/src/components/controls/radio/radio.control.ts +48 -0
  306. package/projects/iss/src/components/controls/radio/radio.viewer.ts +14 -0
  307. package/projects/iss/src/components/controls/radio/radio.wrapper.ts +38 -0
  308. package/projects/iss/src/components/controls/select/select.control.ts +261 -0
  309. package/projects/iss/src/components/controls/select/select.viewer.ts +14 -0
  310. package/projects/iss/src/components/controls/select/select.wrapper.ts +41 -0
  311. package/projects/iss/src/components/controls/slide-toggle/slide-toggle.control.ts +24 -0
  312. package/projects/iss/src/components/controls/slide-toggle/slide-toggle.viewer.ts +14 -0
  313. package/projects/iss/src/components/controls/slide-toggle/slide-toggle.wrapper.ts +31 -0
  314. package/projects/iss/src/components/controls/table/field.viewer.ts +23 -0
  315. package/projects/iss/src/components/controls/table/table.wrapper.ts +233 -0
  316. package/projects/iss/src/components/controls/textarea/textarea.control.ts +54 -0
  317. package/projects/iss/src/components/controls/textarea/textarea.viewer.ts +11 -0
  318. package/projects/iss/src/components/controls/textarea/textarea.wrapper.ts +34 -0
  319. package/projects/iss/src/components/controls/time-picker/time-picker.control.ts +86 -0
  320. package/projects/iss/src/components/controls/time-picker/time-picker.viewer.ts +10 -0
  321. package/projects/iss/src/components/controls/time-picker/time-picker.wrapper.ts +31 -0
  322. package/projects/iss/src/components/controls/toggle-button/toggle-button.control.ts +105 -0
  323. package/projects/iss/src/components/controls/toggle-button/toggle-button.viewer.ts +15 -0
  324. package/projects/iss/src/components/controls/toggle-button/toggle-button.wrapper.ts +40 -0
  325. package/projects/iss/src/components/controls/user-picker/employee.service.ts +73 -0
  326. package/projects/iss/src/components/controls/user-picker/user-picker.wrapper.ts +128 -0
  327. package/projects/iss/src/components/outlet/field-data-injector.pipe.ts +20 -0
  328. package/projects/iss/src/components/outlet/outlet.ts +152 -0
  329. package/projects/iss/src/components/shared/hints.component.ts +38 -0
  330. package/projects/iss/src/components/shared/validation-message.component.ts +36 -0
  331. package/projects/iss/src/events/event-handler.service.ts +47 -0
  332. package/projects/iss/src/events/load/after-fetch.service.ts +29 -0
  333. package/projects/iss/src/events/load/load-event.service.ts +26 -0
  334. package/projects/iss/src/events/load/load-options-event.service.ts +51 -0
  335. package/projects/iss/src/events/load/load-value-event.service.ts +50 -0
  336. package/projects/iss/src/events/load/replace-api-keys.service.ts +55 -0
  337. package/projects/iss/src/events/set-value/get-value-to-set.service.ts +29 -0
  338. package/projects/iss/src/events/set-value/set-value-event.service.ts +33 -0
  339. package/projects/iss/src/events/show/show-event.service.ts +11 -0
  340. package/projects/iss/src/events/triggers/action-trigger-manager.service.ts +51 -0
  341. package/projects/iss/src/events/triggers/action-trigger.service.ts +30 -0
  342. package/projects/iss/src/events/triggers/trigger-based-on-json-value.service.ts +19 -0
  343. package/projects/iss/src/public-api.ts +102 -0
  344. package/projects/iss/src/shared/classes/field-action-config.ts +56 -0
  345. package/projects/iss/src/shared/classes/field-action.ts +28 -0
  346. package/projects/iss/src/shared/classes/field-async-validation.ts +7 -0
  347. package/projects/iss/src/shared/classes/field-config.ts +113 -0
  348. package/projects/iss/src/shared/classes/field-option.ts +9 -0
  349. package/projects/iss/src/shared/classes/field-validation.ts +15 -0
  350. package/projects/iss/src/shared/classes/form-field.ts +94 -0
  351. package/projects/iss/src/shared/constants/countries.const.ts +2051 -0
  352. package/projects/iss/src/shared/constants/date.const.ts +18 -0
  353. package/projects/iss/src/shared/constants/plate-letters.const.ts +21 -0
  354. package/projects/iss/src/shared/constants/provider.const.ts +7 -0
  355. package/projects/iss/src/shared/constants/regex.const.ts +1 -0
  356. package/projects/iss/src/shared/constants/validation.const.ts +115 -0
  357. package/projects/iss/src/shared/indexes/components.index.ts +27 -0
  358. package/projects/iss/src/shared/indexes/services.index.ts +11 -0
  359. package/projects/iss/src/shared/indexes/validators.index.ts +21 -0
  360. package/projects/iss/src/shared/interfaces/action.interface.ts +7 -0
  361. package/projects/iss/src/shared/interfaces/attachment.interface.ts +7 -0
  362. package/projects/iss/src/shared/interfaces/country.interface.ts +11 -0
  363. package/projects/iss/src/shared/interfaces/date-range.interface.ts +5 -0
  364. package/projects/iss/src/shared/interfaces/datetime.interface.ts +4 -0
  365. package/projects/iss/src/shared/interfaces/dto.interface.ts +12 -0
  366. package/projects/iss/src/shared/interfaces/field.interface.ts +27 -0
  367. package/projects/iss/src/shared/interfaces/file.interface.ts +9 -0
  368. package/projects/iss/src/shared/interfaces/hint.interface.ts +8 -0
  369. package/projects/iss/src/shared/interfaces/i18n.interface.ts +4 -0
  370. package/projects/iss/src/shared/interfaces/import.interface.ts +3 -0
  371. package/projects/iss/src/shared/interfaces/mobile.interface.ts +12 -0
  372. package/projects/iss/src/shared/interfaces/option.interface.ts +4 -0
  373. package/projects/iss/src/shared/interfaces/outlet.interface.ts +8 -0
  374. package/projects/iss/src/shared/interfaces/plate-letter.interface.ts +7 -0
  375. package/projects/iss/src/shared/interfaces/validation.interface.ts +5 -0
  376. package/projects/iss/src/shared/pipes/arabic-number.pipe.ts +14 -0
  377. package/projects/iss/src/shared/pipes/select-status.pipe.ts +10 -0
  378. package/projects/iss/src/shared/pipes/translate.pipe.ts +20 -0
  379. package/projects/iss/src/shared/services/form-engine.service.ts +121 -0
  380. package/projects/iss/src/shared/services/loader.service.ts +51 -0
  381. package/projects/iss/src/shared/tokens/api-response-mapper.token.ts +4 -0
  382. package/projects/iss/src/shared/tokens/attachment.token.ts +6 -0
  383. package/projects/iss/src/shared/tokens/field.token.ts +4 -0
  384. package/projects/iss/src/shared/tokens/host.token.ts +3 -0
  385. package/projects/iss/src/shared/tokens/language.token.ts +3 -0
  386. package/projects/iss/src/shared/tokens/url.token.ts +3 -0
  387. package/projects/iss/src/shared/types/iso2.type.ts +244 -0
  388. package/projects/iss/src/shared/types/validation.type.ts +3 -0
  389. package/projects/iss/src/shared/utilities/array-from.util.ts +7 -0
  390. package/projects/iss/src/shared/utilities/format-file-size.util.ts +9 -0
  391. package/projects/iss/src/shared/utilities/get-property-by-path.util.ts +30 -0
  392. package/projects/iss/src/shared/utilities/http.util.service.ts +19 -0
  393. package/projects/iss/src/shared/utilities/is-valid-api.util.ts +8 -0
  394. package/projects/iss/src/shared/utilities/replace-placeholder.util.ts +12 -0
  395. package/projects/iss/src/validators/core.validator.ts +39 -0
  396. package/projects/iss/src/validators/file.validator.ts +100 -0
  397. package/projects/iss/src/validators/time.validator.ts +31 -0
  398. package/projects/iss/tsconfig.lib.json +13 -0
  399. package/projects/iss/tsconfig.lib.prod.json +9 -0
  400. package/projects/iss/tsconfig.spec.json +13 -0
  401. package/projects/iss/upgrade.scss +68 -0
  402. package/projects/playground/.eslintrc.json +37 -0
  403. package/projects/playground/public/favicon.ico +0 -0
  404. package/projects/playground/public/flags/ad.svg +282 -0
  405. package/projects/playground/public/flags/ae.svg +6 -0
  406. package/projects/playground/public/flags/af.svg +9 -0
  407. package/projects/playground/public/flags/ag.svg +15 -0
  408. package/projects/playground/public/flags/ai.svg +35 -0
  409. package/projects/playground/public/flags/al.svg +7 -0
  410. package/projects/playground/public/flags/am.svg +5 -0
  411. package/projects/playground/public/flags/ao.svg +19 -0
  412. package/projects/playground/public/flags/aq.svg +45 -0
  413. package/projects/playground/public/flags/ar.svg +66 -0
  414. package/projects/playground/public/flags/as.svg +225 -0
  415. package/projects/playground/public/flags/at.svg +4 -0
  416. package/projects/playground/public/flags/au.svg +32 -0
  417. package/projects/playground/public/flags/aw.svg +11 -0
  418. package/projects/playground/public/flags/ax.svg +11 -0
  419. package/projects/playground/public/flags/az.svg +11 -0
  420. package/projects/playground/public/flags/ba.svg +18 -0
  421. package/projects/playground/public/flags/bb.svg +11 -0
  422. package/projects/playground/public/flags/bd.svg +4 -0
  423. package/projects/playground/public/flags/be.svg +5 -0
  424. package/projects/playground/public/flags/bf.svg +14 -0
  425. package/projects/playground/public/flags/bg.svg +5 -0
  426. package/projects/playground/public/flags/bh.svg +4 -0
  427. package/projects/playground/public/flags/bi.svg +26 -0
  428. package/projects/playground/public/flags/bj.svg +5 -0
  429. package/projects/playground/public/flags/bl.svg +5 -0
  430. package/projects/playground/public/flags/bm.svg +374 -0
  431. package/projects/playground/public/flags/bn.svg +70 -0
  432. package/projects/playground/public/flags/bo.svg +3625 -0
  433. package/projects/playground/public/flags/bq.svg +5 -0
  434. package/projects/playground/public/flags/br.svg +92 -0
  435. package/projects/playground/public/flags/bs.svg +5 -0
  436. package/projects/playground/public/flags/bt.svg +487 -0
  437. package/projects/playground/public/flags/bv.svg +11 -0
  438. package/projects/playground/public/flags/bw.svg +5 -0
  439. package/projects/playground/public/flags/by.svg +15 -0
  440. package/projects/playground/public/flags/bz.svg +629 -0
  441. package/projects/playground/public/flags/ca.svg +7 -0
  442. package/projects/playground/public/flags/cc.svg +33 -0
  443. package/projects/playground/public/flags/cd.svg +5 -0
  444. package/projects/playground/public/flags/cf.svg +7 -0
  445. package/projects/playground/public/flags/cg.svg +5 -0
  446. package/projects/playground/public/flags/ch.svg +4 -0
  447. package/projects/playground/public/flags/ci.svg +5 -0
  448. package/projects/playground/public/flags/ck.svg +29 -0
  449. package/projects/playground/public/flags/cl.svg +14 -0
  450. package/projects/playground/public/flags/cm.svg +15 -0
  451. package/projects/playground/public/flags/cn.svg +11 -0
  452. package/projects/playground/public/flags/co.svg +5 -0
  453. package/projects/playground/public/flags/cr.svg +1332 -0
  454. package/projects/playground/public/flags/cu.svg +6 -0
  455. package/projects/playground/public/flags/cv.svg +24 -0
  456. package/projects/playground/public/flags/cw.svg +16 -0
  457. package/projects/playground/public/flags/cx.svg +24 -0
  458. package/projects/playground/public/flags/cy.svg +13 -0
  459. package/projects/playground/public/flags/cz.svg +5 -0
  460. package/projects/playground/public/flags/de.svg +5 -0
  461. package/projects/playground/public/flags/dj.svg +6 -0
  462. package/projects/playground/public/flags/dk.svg +5 -0
  463. package/projects/playground/public/flags/dm.svg +198 -0
  464. package/projects/playground/public/flags/do.svg +238 -0
  465. package/projects/playground/public/flags/dz.svg +5 -0
  466. package/projects/playground/public/flags/ec.svg +1292 -0
  467. package/projects/playground/public/flags/ee.svg +5 -0
  468. package/projects/playground/public/flags/eg.svg +125 -0
  469. package/projects/playground/public/flags/eh.svg +12 -0
  470. package/projects/playground/public/flags/er.svg +9 -0
  471. package/projects/playground/public/flags/es.svg +445 -0
  472. package/projects/playground/public/flags/et.svg +16 -0
  473. package/projects/playground/public/flags/eu.svg +28 -0
  474. package/projects/playground/public/flags/fi.svg +5 -0
  475. package/projects/playground/public/flags/fj.svg +203 -0
  476. package/projects/playground/public/flags/fk.svg +922 -0
  477. package/projects/playground/public/flags/flags.png +0 -0
  478. package/projects/playground/public/flags/flags@2x.png +0 -0
  479. package/projects/playground/public/flags/fm.svg +16 -0
  480. package/projects/playground/public/flags/fo.svg +11 -0
  481. package/projects/playground/public/flags/fonts.css +271 -0
  482. package/projects/playground/public/flags/fr.svg +5 -0
  483. package/projects/playground/public/flags/ga.svg +5 -0
  484. package/projects/playground/public/flags/gb-eng.svg +7 -0
  485. package/projects/playground/public/flags/gb-nir.svg +15 -0
  486. package/projects/playground/public/flags/gb-sct.svg +11 -0
  487. package/projects/playground/public/flags/gb-wls.svg +16 -0
  488. package/projects/playground/public/flags/gb.svg +15 -0
  489. package/projects/playground/public/flags/gd.svg +11 -0
  490. package/projects/playground/public/flags/ge.svg +17 -0
  491. package/projects/playground/public/flags/gf.svg +5 -0
  492. package/projects/playground/public/flags/gg.svg +8 -0
  493. package/projects/playground/public/flags/gh.svg +6 -0
  494. package/projects/playground/public/flags/gi.svg +69 -0
  495. package/projects/playground/public/flags/gl.svg +4 -0
  496. package/projects/playground/public/flags/gm.svg +7 -0
  497. package/projects/playground/public/flags/gn.svg +5 -0
  498. package/projects/playground/public/flags/gp.svg +5 -0
  499. package/projects/playground/public/flags/gq.svg +88 -0
  500. package/projects/playground/public/flags/gr.svg +4 -0
  501. package/projects/playground/public/flags/gs.svg +693 -0
  502. package/projects/playground/public/flags/gt.svg +317 -0
  503. package/projects/playground/public/flags/gu.svg +58 -0
  504. package/projects/playground/public/flags/gw.svg +13 -0
  505. package/projects/playground/public/flags/gy.svg +7 -0
  506. package/projects/playground/public/flags/hk.svg +17 -0
  507. package/projects/playground/public/flags/hm.svg +32 -0
  508. package/projects/playground/public/flags/hn.svg +10 -0
  509. package/projects/playground/public/flags/hr.svg +282 -0
  510. package/projects/playground/public/flags/ht.svg +1470 -0
  511. package/projects/playground/public/flags/hu.svg +5 -0
  512. package/projects/playground/public/flags/id.svg +4 -0
  513. package/projects/playground/public/flags/ie.svg +5 -0
  514. package/projects/playground/public/flags/il.svg +5 -0
  515. package/projects/playground/public/flags/im.svg +33 -0
  516. package/projects/playground/public/flags/in.svg +25 -0
  517. package/projects/playground/public/flags/io.svg +895 -0
  518. package/projects/playground/public/flags/iq.svg +12 -0
  519. package/projects/playground/public/flags/ir.svg +31 -0
  520. package/projects/playground/public/flags/is.svg +5 -0
  521. package/projects/playground/public/flags/it.svg +5 -0
  522. package/projects/playground/public/flags/je.svg +40 -0
  523. package/projects/playground/public/flags/jm.svg +9 -0
  524. package/projects/playground/public/flags/jo.svg +10 -0
  525. package/projects/playground/public/flags/jp.svg +4 -0
  526. package/projects/playground/public/flags/ke.svg +28 -0
  527. package/projects/playground/public/flags/kg.svg +7 -0
  528. package/projects/playground/public/flags/kh.svg +133 -0
  529. package/projects/playground/public/flags/ki.svg +54 -0
  530. package/projects/playground/public/flags/km.svg +13 -0
  531. package/projects/playground/public/flags/kn.svg +24 -0
  532. package/projects/playground/public/flags/kp.svg +16 -0
  533. package/projects/playground/public/flags/kr.svg +16 -0
  534. package/projects/playground/public/flags/kw.svg +6 -0
  535. package/projects/playground/public/flags/ky.svg +153 -0
  536. package/projects/playground/public/flags/kz.svg +49 -0
  537. package/projects/playground/public/flags/la.svg +5 -0
  538. package/projects/playground/public/flags/lb.svg +8 -0
  539. package/projects/playground/public/flags/lc.svg +6 -0
  540. package/projects/playground/public/flags/li.svg +79 -0
  541. package/projects/playground/public/flags/lk.svg +50 -0
  542. package/projects/playground/public/flags/lr.svg +15 -0
  543. package/projects/playground/public/flags/ls.svg +32 -0
  544. package/projects/playground/public/flags/lt.svg +5 -0
  545. package/projects/playground/public/flags/lu.svg +5 -0
  546. package/projects/playground/public/flags/lv.svg +4 -0
  547. package/projects/playground/public/flags/ly.svg +8 -0
  548. package/projects/playground/public/flags/ma.svg +4 -0
  549. package/projects/playground/public/flags/mc.svg +4 -0
  550. package/projects/playground/public/flags/md.svg +102 -0
  551. package/projects/playground/public/flags/me.svg +240 -0
  552. package/projects/playground/public/flags/mf.svg +5 -0
  553. package/projects/playground/public/flags/mg.svg +5 -0
  554. package/projects/playground/public/flags/mh.svg +18 -0
  555. package/projects/playground/public/flags/mk.svg +6 -0
  556. package/projects/playground/public/flags/ml.svg +5 -0
  557. package/projects/playground/public/flags/mm.svg +12 -0
  558. package/projects/playground/public/flags/mn.svg +12 -0
  559. package/projects/playground/public/flags/mo.svg +13 -0
  560. package/projects/playground/public/flags/mp.svg +2919 -0
  561. package/projects/playground/public/flags/mq.svg +5 -0
  562. package/projects/playground/public/flags/mr.svg +5 -0
  563. package/projects/playground/public/flags/ms.svg +59 -0
  564. package/projects/playground/public/flags/mt.svg +52 -0
  565. package/projects/playground/public/flags/mu.svg +6 -0
  566. package/projects/playground/public/flags/mv.svg +8 -0
  567. package/projects/playground/public/flags/mw.svg +24 -0
  568. package/projects/playground/public/flags/mx.svg +1129 -0
  569. package/projects/playground/public/flags/my.svg +12 -0
  570. package/projects/playground/public/flags/mz.svg +50 -0
  571. package/projects/playground/public/flags/na.svg +17 -0
  572. package/projects/playground/public/flags/nc.svg +5 -0
  573. package/projects/playground/public/flags/ne.svg +6 -0
  574. package/projects/playground/public/flags/nf.svg +8 -0
  575. package/projects/playground/public/flags/ng.svg +4 -0
  576. package/projects/playground/public/flags/ni.svg +281 -0
  577. package/projects/playground/public/flags/nl.svg +5 -0
  578. package/projects/playground/public/flags/no.svg +11 -0
  579. package/projects/playground/public/flags/np.svg +33 -0
  580. package/projects/playground/public/flags/nr.svg +8 -0
  581. package/projects/playground/public/flags/nu.svg +23 -0
  582. package/projects/playground/public/flags/nz.svg +37 -0
  583. package/projects/playground/public/flags/om.svg +307 -0
  584. package/projects/playground/public/flags/pa.svg +15 -0
  585. package/projects/playground/public/flags/pe.svg +767 -0
  586. package/projects/playground/public/flags/pf.svg +38 -0
  587. package/projects/playground/public/flags/pg.svg +16 -0
  588. package/projects/playground/public/flags/ph.svg +28 -0
  589. package/projects/playground/public/flags/pk.svg +7 -0
  590. package/projects/playground/public/flags/pl.svg +4 -0
  591. package/projects/playground/public/flags/pm.svg +5 -0
  592. package/projects/playground/public/flags/pn.svg +131 -0
  593. package/projects/playground/public/flags/pr.svg +6 -0
  594. package/projects/playground/public/flags/ps.svg +6 -0
  595. package/projects/playground/public/flags/pt.svg +79 -0
  596. package/projects/playground/public/flags/pw.svg +4 -0
  597. package/projects/playground/public/flags/py.svg +192 -0
  598. package/projects/playground/public/flags/qa.svg +7 -0
  599. package/projects/playground/public/flags/re.svg +5 -0
  600. package/projects/playground/public/flags/ro.svg +5 -0
  601. package/projects/playground/public/flags/rs.svg +1143 -0
  602. package/projects/playground/public/flags/ru.svg +5 -0
  603. package/projects/playground/public/flags/rw.svg +17 -0
  604. package/projects/playground/public/flags/sa.svg +23 -0
  605. package/projects/playground/public/flags/sb.svg +30 -0
  606. package/projects/playground/public/flags/sc.svg +7 -0
  607. package/projects/playground/public/flags/sd.svg +6 -0
  608. package/projects/playground/public/flags/se.svg +5 -0
  609. package/projects/playground/public/flags/sg.svg +15 -0
  610. package/projects/playground/public/flags/sh.svg +15 -0
  611. package/projects/playground/public/flags/si.svg +30 -0
  612. package/projects/playground/public/flags/sj.svg +11 -0
  613. package/projects/playground/public/flags/sk.svg +21 -0
  614. package/projects/playground/public/flags/sl.svg +5 -0
  615. package/projects/playground/public/flags/sm.svg +847 -0
  616. package/projects/playground/public/flags/sn.svg +15 -0
  617. package/projects/playground/public/flags/so.svg +13 -0
  618. package/projects/playground/public/flags/sr.svg +6 -0
  619. package/projects/playground/public/flags/ss.svg +8 -0
  620. package/projects/playground/public/flags/st.svg +16 -0
  621. package/projects/playground/public/flags/stc-icons.css +1 -0
  622. package/projects/playground/public/flags/sv.svg +3368 -0
  623. package/projects/playground/public/flags/sx.svg +172 -0
  624. package/projects/playground/public/flags/sy.svg +6 -0
  625. package/projects/playground/public/flags/sz.svg +54 -0
  626. package/projects/playground/public/flags/tc.svg +88 -0
  627. package/projects/playground/public/flags/td.svg +5 -0
  628. package/projects/playground/public/flags/tf.svg +18 -0
  629. package/projects/playground/public/flags/tg.svg +15 -0
  630. package/projects/playground/public/flags/th.svg +5 -0
  631. package/projects/playground/public/flags/tj.svg +32 -0
  632. package/projects/playground/public/flags/tk.svg +25 -0
  633. package/projects/playground/public/flags/tl.svg +6 -0
  634. package/projects/playground/public/flags/tm.svg +349 -0
  635. package/projects/playground/public/flags/tn.svg +9 -0
  636. package/projects/playground/public/flags/to.svg +8 -0
  637. package/projects/playground/public/flags/tr.svg +6 -0
  638. package/projects/playground/public/flags/tt.svg +5 -0
  639. package/projects/playground/public/flags/tv.svg +18 -0
  640. package/projects/playground/public/flags/tw.svg +12 -0
  641. package/projects/playground/public/flags/tz.svg +13 -0
  642. package/projects/playground/public/flags/ua.svg +4 -0
  643. package/projects/playground/public/flags/ug.svg +46 -0
  644. package/projects/playground/public/flags/um.svg +25 -0
  645. package/projects/playground/public/flags/us.svg +25 -0
  646. package/projects/playground/public/flags/uy.svg +138 -0
  647. package/projects/playground/public/flags/uz.svg +30 -0
  648. package/projects/playground/public/flags/va.svg +277 -0
  649. package/projects/playground/public/flags/vc.svg +9 -0
  650. package/projects/playground/public/flags/ve.svg +28 -0
  651. package/projects/playground/public/flags/vg.svg +96 -0
  652. package/projects/playground/public/flags/vi.svg +311 -0
  653. package/projects/playground/public/flags/vn.svg +12 -0
  654. package/projects/playground/public/flags/vu.svg +20 -0
  655. package/projects/playground/public/flags/wf.svg +7 -0
  656. package/projects/playground/public/flags/ws.svg +14 -0
  657. package/projects/playground/public/flags/xk.svg +11 -0
  658. package/projects/playground/public/flags/ye.svg +5 -0
  659. package/projects/playground/public/flags/yt.svg +5 -0
  660. package/projects/playground/public/flags/za.svg +17 -0
  661. package/projects/playground/public/flags/zm.svg +20 -0
  662. package/projects/playground/public/flags/zw.svg +130 -0
  663. package/projects/playground/src/app/app.component.ts +119 -0
  664. package/projects/playground/src/app/app.config.ts +51 -0
  665. package/projects/playground/src/app/app.routes.ts +41 -0
  666. package/projects/playground/src/app/login.service.ts +21 -0
  667. package/projects/playground/src/components/attachment-wrapper.component.ts +45 -0
  668. package/projects/playground/src/components/attachment.component.ts +35 -0
  669. package/projects/playground/src/components/checkbox-wrapper.component.ts +43 -0
  670. package/projects/playground/src/components/chips-wrapper.component.ts +37 -0
  671. package/projects/playground/src/components/ctrl-array-wrapper.component.ts +76 -0
  672. package/projects/playground/src/components/date-picker-container.component.ts +22 -0
  673. package/projects/playground/src/components/date-picker-wrapper.component.ts +41 -0
  674. package/projects/playground/src/components/date-range-picker-container.component.ts +24 -0
  675. package/projects/playground/src/components/date-range-picker-wrapper.component.ts +41 -0
  676. package/projects/playground/src/components/datetime-container.component.ts +25 -0
  677. package/projects/playground/src/components/datetime-picker-wrapper.component.ts +62 -0
  678. package/projects/playground/src/components/input-container.component.ts +35 -0
  679. package/projects/playground/src/components/input-wrapper.component.ts +41 -0
  680. package/projects/playground/src/components/mobile-container.component.ts +23 -0
  681. package/projects/playground/src/components/mobile-wrapper.component.ts +36 -0
  682. package/projects/playground/src/components/note-wrapper.component.ts +37 -0
  683. package/projects/playground/src/components/outlet-container.component.ts +144 -0
  684. package/projects/playground/src/components/plate-container.component.ts +22 -0
  685. package/projects/playground/src/components/plate-wrapper.component.ts +39 -0
  686. package/projects/playground/src/components/radio-wrapper.component.ts +45 -0
  687. package/projects/playground/src/components/select-container.component.ts +31 -0
  688. package/projects/playground/src/components/select-wrapper.component.ts +48 -0
  689. package/projects/playground/src/components/ships-container.component.ts +23 -0
  690. package/projects/playground/src/components/slide-toggle-wrapper.component.ts +40 -0
  691. package/projects/playground/src/components/textarea-container.component.ts +23 -0
  692. package/projects/playground/src/components/textarea-wrapper.component.ts +54 -0
  693. package/projects/playground/src/components/time-picker-container.component.ts +23 -0
  694. package/projects/playground/src/components/time-picker-wrapper.component.ts +43 -0
  695. package/projects/playground/src/components/toggle-button-wrapper.component.ts +49 -0
  696. package/projects/playground/src/components/user-picker-wrapper.component.ts +37 -0
  697. package/projects/playground/src/eServices/create-request.component.ts +28 -0
  698. package/projects/playground/src/eServices/e-service.component.ts +112 -0
  699. package/projects/playground/src/eServices/view-request.component.ts +13 -0
  700. package/projects/playground/src/index.html +13 -0
  701. package/projects/playground/src/interceptors/header.interceptor.ts +71 -0
  702. package/projects/playground/src/main.ts +8 -0
  703. package/projects/playground/src/services/ss.service.ts +62 -0
  704. package/projects/playground/src/styles.scss +33 -0
  705. package/projects/playground/src/validators/customValidator.validator.ts +10 -0
  706. package/projects/playground/tsconfig.app.json +15 -0
  707. package/tsconfig.json +31 -0
  708. package/components/autocomplete/autocomplete.component.d.ts +0 -6
  709. package/components/base-ctrl.d.ts +0 -31
  710. package/components/checkbox/checkbox.component.d.ts +0 -16
  711. package/components/chips/chips.component.d.ts +0 -14
  712. package/components/ctrl-array/ctrl-array.component.d.ts +0 -6
  713. package/components/date-picker/date-adapter.d.ts +0 -37
  714. package/components/date-picker/date-picker.component.d.ts +0 -15
  715. package/components/date-range-picker/date-range-picker.component.d.ts +0 -19
  716. package/components/datetime-picker/datetime-picker.component.d.ts +0 -14
  717. package/components/datetime-range-picker/datetime-range-picker.component.d.ts +0 -6
  718. package/components/file-picker/file-picker.component.d.ts +0 -17
  719. package/components/hints/hints.component.d.ts +0 -9
  720. package/components/input/input.component.d.ts +0 -19
  721. package/components/mobile/COUNTRIES.d.ts +0 -2
  722. package/components/mobile/mobile.component.d.ts +0 -26
  723. package/components/mobile/phone.service.d.ts +0 -17
  724. package/components/note/note.component.d.ts +0 -6
  725. package/components/plate/PLATE_LETTERS.d.ts +0 -8
  726. package/components/plate/plate.component.d.ts +0 -15
  727. package/components/radio/radio.component.d.ts +0 -11
  728. package/components/select/select.component.d.ts +0 -22
  729. package/components/slide-toggle/slide-toggle.component.d.ts +0 -7
  730. package/components/textarea/textarea.component.d.ts +0 -6
  731. package/components/time-picker/time-picker.component.d.ts +0 -19
  732. package/components/toggle-button/toggle-button.component.d.ts +0 -16
  733. package/directives/droppable.directive.d.ts +0 -10
  734. package/esm2022/components/autocomplete/autocomplete.component.mjs +0 -17
  735. package/esm2022/components/base-ctrl.mjs +0 -93
  736. package/esm2022/components/checkbox/checkbox.component.mjs +0 -73
  737. package/esm2022/components/chips/chips.component.mjs +0 -77
  738. package/esm2022/components/ctrl-array/ctrl-array.component.mjs +0 -17
  739. package/esm2022/components/date-picker/date-adapter.mjs +0 -183
  740. package/esm2022/components/date-picker/date-picker.component.mjs +0 -55
  741. package/esm2022/components/date-range-picker/date-range-picker.component.mjs +0 -101
  742. package/esm2022/components/datetime-picker/datetime-picker.component.mjs +0 -79
  743. package/esm2022/components/datetime-range-picker/datetime-range-picker.component.mjs +0 -17
  744. package/esm2022/components/file-picker/file-picker.component.mjs +0 -121
  745. package/esm2022/components/hints/hints.component.mjs +0 -66
  746. package/esm2022/components/input/input.component.mjs +0 -57
  747. package/esm2022/components/mobile/COUNTRIES.mjs +0 -2041
  748. package/esm2022/components/mobile/mobile.component.mjs +0 -141
  749. package/esm2022/components/mobile/phone.service.mjs +0 -99
  750. package/esm2022/components/note/note.component.mjs +0 -17
  751. package/esm2022/components/plate/PLATE_LETTERS.mjs +0 -20
  752. package/esm2022/components/plate/plate.component.mjs +0 -101
  753. package/esm2022/components/radio/radio.component.mjs +0 -40
  754. package/esm2022/components/select/select.component.mjs +0 -154
  755. package/esm2022/components/slide-toggle/slide-toggle.component.mjs +0 -23
  756. package/esm2022/components/textarea/textarea.component.mjs +0 -29
  757. package/esm2022/components/time-picker/time-picker.component.mjs +0 -169
  758. package/esm2022/components/toggle-button/toggle-button.component.mjs +0 -87
  759. package/esm2022/directives/droppable.directive.mjs +0 -39
  760. package/esm2022/interfaces/country.interface.mjs +0 -2
  761. package/esm2022/interfaces/date-range-emission-object.mjs +0 -2
  762. package/esm2022/interfaces/hint-alignment.type.mjs +0 -2
  763. package/esm2022/interfaces/hint.interface.mjs +0 -2
  764. package/esm2022/interfaces/iso2.interface.mjs +0 -2
  765. package/esm2022/interfaces/mobile.interface.mjs +0 -2
  766. package/esm2022/interfaces/option.interface.mjs +0 -2
  767. package/esm2022/interfaces/time.interface.mjs +0 -2
  768. package/esm2022/iss-ctrl.mjs +0 -5
  769. package/esm2022/pipes/arabic-number.pipe.mjs +0 -23
  770. package/esm2022/pipes/plate-letter.pipe.mjs +0 -22
  771. package/esm2022/pipes/select-status.pipe.mjs +0 -18
  772. package/esm2022/public-api.mjs +0 -20
  773. package/fesm2022/iss-ctrl.mjs +0 -3822
  774. package/fesm2022/iss-ctrl.mjs.map +0 -1
  775. package/index.d.ts +0 -5
  776. package/interfaces/country.interface.d.ts +0 -10
  777. package/interfaces/date-range-emission-object.d.ts +0 -5
  778. package/interfaces/hint-alignment.type.d.ts +0 -1
  779. package/interfaces/hint.interface.d.ts +0 -7
  780. package/interfaces/iso2.interface.d.ts +0 -1
  781. package/interfaces/mobile.interface.d.ts +0 -11
  782. package/interfaces/option.interface.d.ts +0 -5
  783. package/interfaces/time.interface.d.ts +0 -5
  784. package/pipes/arabic-number.pipe.d.ts +0 -7
  785. package/pipes/plate-letter.pipe.d.ts +0 -7
  786. package/pipes/select-status.pipe.d.ts +0 -8
  787. package/public-api.d.ts +0 -19
  788. package/src/components/mobile/flags/ad.svg +0 -154
  789. package/src/components/mobile/flags/ae.svg +0 -1
  790. package/src/components/mobile/flags/af.svg +0 -1
  791. package/src/components/mobile/flags/ag.svg +0 -1
  792. package/src/components/mobile/flags/ai.svg +0 -1
  793. package/src/components/mobile/flags/al.svg +0 -1
  794. package/src/components/mobile/flags/am.svg +0 -1
  795. package/src/components/mobile/flags/ao.svg +0 -1
  796. package/src/components/mobile/flags/aq.svg +0 -1
  797. package/src/components/mobile/flags/ar.svg +0 -1
  798. package/src/components/mobile/flags/as.svg +0 -1
  799. package/src/components/mobile/flags/at.svg +0 -1
  800. package/src/components/mobile/flags/au.svg +0 -1
  801. package/src/components/mobile/flags/aw.svg +0 -1
  802. package/src/components/mobile/flags/ax.svg +0 -1
  803. package/src/components/mobile/flags/az.svg +0 -1
  804. package/src/components/mobile/flags/ba.svg +0 -1
  805. package/src/components/mobile/flags/bb.svg +0 -7
  806. package/src/components/mobile/flags/bd.svg +0 -1
  807. package/src/components/mobile/flags/be.svg +0 -1
  808. package/src/components/mobile/flags/bf.svg +0 -1
  809. package/src/components/mobile/flags/bg.svg +0 -1
  810. package/src/components/mobile/flags/bh.svg +0 -1
  811. package/src/components/mobile/flags/bi.svg +0 -26
  812. package/src/components/mobile/flags/bj.svg +0 -1
  813. package/src/components/mobile/flags/bl.svg +0 -1
  814. package/src/components/mobile/flags/bm.svg +0 -1
  815. package/src/components/mobile/flags/bn.svg +0 -58
  816. package/src/components/mobile/flags/bo.svg +0 -1
  817. package/src/components/mobile/flags/bq.svg +0 -1
  818. package/src/components/mobile/flags/br.svg +0 -1
  819. package/src/components/mobile/flags/bs.svg +0 -1
  820. package/src/components/mobile/flags/bt.svg +0 -466
  821. package/src/components/mobile/flags/bv.svg +0 -1
  822. package/src/components/mobile/flags/bw.svg +0 -1
  823. package/src/components/mobile/flags/by.svg +0 -1
  824. package/src/components/mobile/flags/bz.svg +0 -1
  825. package/src/components/mobile/flags/ca.svg +0 -1
  826. package/src/components/mobile/flags/cc.svg +0 -19
  827. package/src/components/mobile/flags/cd.svg +0 -1
  828. package/src/components/mobile/flags/cf.svg +0 -1
  829. package/src/components/mobile/flags/cg.svg +0 -5
  830. package/src/components/mobile/flags/ch.svg +0 -1
  831. package/src/components/mobile/flags/ci.svg +0 -1
  832. package/src/components/mobile/flags/ck.svg +0 -1
  833. package/src/components/mobile/flags/cl.svg +0 -14
  834. package/src/components/mobile/flags/cm.svg +0 -15
  835. package/src/components/mobile/flags/cn.svg +0 -1
  836. package/src/components/mobile/flags/co.svg +0 -5
  837. package/src/components/mobile/flags/cr.svg +0 -1
  838. package/src/components/mobile/flags/cu.svg +0 -6
  839. package/src/components/mobile/flags/cv.svg +0 -24
  840. package/src/components/mobile/flags/cw.svg +0 -16
  841. package/src/components/mobile/flags/cx.svg +0 -15
  842. package/src/components/mobile/flags/cy.svg +0 -1
  843. package/src/components/mobile/flags/cz.svg +0 -5
  844. package/src/components/mobile/flags/de.svg +0 -1
  845. package/src/components/mobile/flags/dj.svg +0 -1
  846. package/src/components/mobile/flags/dk.svg +0 -5
  847. package/src/components/mobile/flags/dm.svg +0 -1
  848. package/src/components/mobile/flags/do.svg +0 -1
  849. package/src/components/mobile/flags/dz.svg +0 -5
  850. package/src/components/mobile/flags/ec.svg +0 -519
  851. package/src/components/mobile/flags/ee.svg +0 -1
  852. package/src/components/mobile/flags/eg.svg +0 -78
  853. package/src/components/mobile/flags/eh.svg +0 -9
  854. package/src/components/mobile/flags/er.svg +0 -6
  855. package/src/components/mobile/flags/es.svg +0 -1
  856. package/src/components/mobile/flags/et.svg +0 -1
  857. package/src/components/mobile/flags/eu.svg +0 -1
  858. package/src/components/mobile/flags/fi.svg +0 -5
  859. package/src/components/mobile/flags/fj.svg +0 -1
  860. package/src/components/mobile/flags/fk.svg +0 -1
  861. package/src/components/mobile/flags/fm.svg +0 -16
  862. package/src/components/mobile/flags/fo.svg +0 -11
  863. package/src/components/mobile/flags/fr.svg +0 -1
  864. package/src/components/mobile/flags/ga.svg +0 -5
  865. package/src/components/mobile/flags/gb-eng.svg +0 -7
  866. package/src/components/mobile/flags/gb-nir.svg +0 -1
  867. package/src/components/mobile/flags/gb-sct.svg +0 -1
  868. package/src/components/mobile/flags/gb-wls.svg +0 -9
  869. package/src/components/mobile/flags/gb.svg +0 -1
  870. package/src/components/mobile/flags/gd.svg +0 -1
  871. package/src/components/mobile/flags/ge.svg +0 -1
  872. package/src/components/mobile/flags/gf.svg +0 -1
  873. package/src/components/mobile/flags/gg.svg +0 -8
  874. package/src/components/mobile/flags/gh.svg +0 -6
  875. package/src/components/mobile/flags/gi.svg +0 -54
  876. package/src/components/mobile/flags/gl.svg +0 -4
  877. package/src/components/mobile/flags/gm.svg +0 -7
  878. package/src/components/mobile/flags/gn.svg +0 -5
  879. package/src/components/mobile/flags/gp.svg +0 -1
  880. package/src/components/mobile/flags/gq.svg +0 -75
  881. package/src/components/mobile/flags/gr.svg +0 -1
  882. package/src/components/mobile/flags/gs.svg +0 -1
  883. package/src/components/mobile/flags/gt.svg +0 -214
  884. package/src/components/mobile/flags/gu.svg +0 -1
  885. package/src/components/mobile/flags/gw.svg +0 -13
  886. package/src/components/mobile/flags/gy.svg +0 -7
  887. package/src/components/mobile/flags/hk.svg +0 -1
  888. package/src/components/mobile/flags/hm.svg +0 -1
  889. package/src/components/mobile/flags/hn.svg +0 -1
  890. package/src/components/mobile/flags/hr.svg +0 -1
  891. package/src/components/mobile/flags/ht.svg +0 -1
  892. package/src/components/mobile/flags/hu.svg +0 -1
  893. package/src/components/mobile/flags/id.svg +0 -1
  894. package/src/components/mobile/flags/ie.svg +0 -1
  895. package/src/components/mobile/flags/il.svg +0 -1
  896. package/src/components/mobile/flags/im.svg +0 -1
  897. package/src/components/mobile/flags/in.svg +0 -1
  898. package/src/components/mobile/flags/io.svg +0 -1
  899. package/src/components/mobile/flags/iq.svg +0 -1
  900. package/src/components/mobile/flags/ir.svg +0 -31
  901. package/src/components/mobile/flags/is.svg +0 -1
  902. package/src/components/mobile/flags/it.svg +0 -1
  903. package/src/components/mobile/flags/je.svg +0 -1
  904. package/src/components/mobile/flags/jm.svg +0 -1
  905. package/src/components/mobile/flags/jo.svg +0 -7
  906. package/src/components/mobile/flags/jp.svg +0 -4
  907. package/src/components/mobile/flags/ke.svg +0 -23
  908. package/src/components/mobile/flags/kg.svg +0 -1
  909. package/src/components/mobile/flags/kh.svg +0 -116
  910. package/src/components/mobile/flags/ki.svg +0 -1
  911. package/src/components/mobile/flags/km.svg +0 -13
  912. package/src/components/mobile/flags/kn.svg +0 -1
  913. package/src/components/mobile/flags/kp.svg +0 -16
  914. package/src/components/mobile/flags/kr.svg +0 -1
  915. package/src/components/mobile/flags/kw.svg +0 -6
  916. package/src/components/mobile/flags/ky.svg +0 -1
  917. package/src/components/mobile/flags/kz.svg +0 -37
  918. package/src/components/mobile/flags/la.svg +0 -1
  919. package/src/components/mobile/flags/lb.svg +0 -5
  920. package/src/components/mobile/flags/lc.svg +0 -6
  921. package/src/components/mobile/flags/li.svg +0 -56
  922. package/src/components/mobile/flags/lk.svg +0 -1
  923. package/src/components/mobile/flags/lr.svg +0 -15
  924. package/src/components/mobile/flags/ls.svg +0 -23
  925. package/src/components/mobile/flags/lt.svg +0 -1
  926. package/src/components/mobile/flags/lu.svg +0 -1
  927. package/src/components/mobile/flags/lv.svg +0 -1
  928. package/src/components/mobile/flags/ly.svg +0 -8
  929. package/src/components/mobile/flags/ma.svg +0 -1
  930. package/src/components/mobile/flags/mc.svg +0 -1
  931. package/src/components/mobile/flags/md.svg +0 -1
  932. package/src/components/mobile/flags/me.svg +0 -93
  933. package/src/components/mobile/flags/mf.svg +0 -1
  934. package/src/components/mobile/flags/mg.svg +0 -1
  935. package/src/components/mobile/flags/mh.svg +0 -1
  936. package/src/components/mobile/flags/mk.svg +0 -1
  937. package/src/components/mobile/flags/ml.svg +0 -5
  938. package/src/components/mobile/flags/mm.svg +0 -12
  939. package/src/components/mobile/flags/mn.svg +0 -1
  940. package/src/components/mobile/flags/mo.svg +0 -10
  941. package/src/components/mobile/flags/mp.svg +0 -1
  942. package/src/components/mobile/flags/mq.svg +0 -1
  943. package/src/components/mobile/flags/mr.svg +0 -1
  944. package/src/components/mobile/flags/ms.svg +0 -1
  945. package/src/components/mobile/flags/mt.svg +0 -1
  946. package/src/components/mobile/flags/mu.svg +0 -1
  947. package/src/components/mobile/flags/mv.svg +0 -1
  948. package/src/components/mobile/flags/mw.svg +0 -24
  949. package/src/components/mobile/flags/mx.svg +0 -1
  950. package/src/components/mobile/flags/my.svg +0 -1
  951. package/src/components/mobile/flags/mz.svg +0 -13
  952. package/src/components/mobile/flags/na.svg +0 -1
  953. package/src/components/mobile/flags/nc.svg +0 -1
  954. package/src/components/mobile/flags/ne.svg +0 -6
  955. package/src/components/mobile/flags/nf.svg +0 -5
  956. package/src/components/mobile/flags/ng.svg +0 -4
  957. package/src/components/mobile/flags/ni.svg +0 -161
  958. package/src/components/mobile/flags/nl.svg +0 -1
  959. package/src/components/mobile/flags/no.svg +0 -1
  960. package/src/components/mobile/flags/np.svg +0 -33
  961. package/src/components/mobile/flags/nr.svg +0 -1
  962. package/src/components/mobile/flags/nu.svg +0 -1
  963. package/src/components/mobile/flags/nz.svg +0 -1
  964. package/src/components/mobile/flags/om.svg +0 -1
  965. package/src/components/mobile/flags/pa.svg +0 -1
  966. package/src/components/mobile/flags/pe.svg +0 -320
  967. package/src/components/mobile/flags/pf.svg +0 -1
  968. package/src/components/mobile/flags/pg.svg +0 -13
  969. package/src/components/mobile/flags/ph.svg +0 -1
  970. package/src/components/mobile/flags/pk.svg +0 -1
  971. package/src/components/mobile/flags/pl.svg +0 -1
  972. package/src/components/mobile/flags/pm.svg +0 -1
  973. package/src/components/mobile/flags/pn.svg +0 -1
  974. package/src/components/mobile/flags/pr.svg +0 -1
  975. package/src/components/mobile/flags/ps.svg +0 -1
  976. package/src/components/mobile/flags/pt.svg +0 -1
  977. package/src/components/mobile/flags/pw.svg +0 -1
  978. package/src/components/mobile/flags/py.svg +0 -1
  979. package/src/components/mobile/flags/qa.svg +0 -1
  980. package/src/components/mobile/flags/re.svg +0 -1
  981. package/src/components/mobile/flags/ro.svg +0 -1
  982. package/src/components/mobile/flags/rs.svg +0 -1
  983. package/src/components/mobile/flags/ru.svg +0 -1
  984. package/src/components/mobile/flags/rw.svg +0 -13
  985. package/src/components/mobile/flags/sa.svg +0 -1
  986. package/src/components/mobile/flags/sb.svg +0 -1
  987. package/src/components/mobile/flags/sc.svg +0 -7
  988. package/src/components/mobile/flags/sd.svg +0 -6
  989. package/src/components/mobile/flags/se.svg +0 -5
  990. package/src/components/mobile/flags/sg.svg +0 -11
  991. package/src/components/mobile/flags/sh.svg +0 -1
  992. package/src/components/mobile/flags/si.svg +0 -1
  993. package/src/components/mobile/flags/sj.svg +0 -1
  994. package/src/components/mobile/flags/sk.svg +0 -1
  995. package/src/components/mobile/flags/sl.svg +0 -1
  996. package/src/components/mobile/flags/sm.svg +0 -1
  997. package/src/components/mobile/flags/sn.svg +0 -1
  998. package/src/components/mobile/flags/so.svg +0 -1
  999. package/src/components/mobile/flags/sr.svg +0 -1
  1000. package/src/components/mobile/flags/ss.svg +0 -1
  1001. package/src/components/mobile/flags/st.svg +0 -1
  1002. package/src/components/mobile/flags/sv.svg +0 -1
  1003. package/src/components/mobile/flags/sx.svg +0 -1
  1004. package/src/components/mobile/flags/sy.svg +0 -1
  1005. package/src/components/mobile/flags/sz.svg +0 -1
  1006. package/src/components/mobile/flags/tc.svg +0 -1
  1007. package/src/components/mobile/flags/td.svg +0 -1
  1008. package/src/components/mobile/flags/tf.svg +0 -1
  1009. package/src/components/mobile/flags/tg.svg +0 -1
  1010. package/src/components/mobile/flags/th.svg +0 -1
  1011. package/src/components/mobile/flags/tj.svg +0 -1
  1012. package/src/components/mobile/flags/tk.svg +0 -1
  1013. package/src/components/mobile/flags/tl.svg +0 -1
  1014. package/src/components/mobile/flags/tm.svg +0 -1
  1015. package/src/components/mobile/flags/tn.svg +0 -9
  1016. package/src/components/mobile/flags/to.svg +0 -1
  1017. package/src/components/mobile/flags/tr.svg +0 -1
  1018. package/src/components/mobile/flags/tt.svg +0 -5
  1019. package/src/components/mobile/flags/tv.svg +0 -1
  1020. package/src/components/mobile/flags/tw.svg +0 -1
  1021. package/src/components/mobile/flags/tz.svg +0 -1
  1022. package/src/components/mobile/flags/ua.svg +0 -1
  1023. package/src/components/mobile/flags/ug.svg +0 -1
  1024. package/src/components/mobile/flags/um.svg +0 -1
  1025. package/src/components/mobile/flags/us.svg +0 -1
  1026. package/src/components/mobile/flags/uy.svg +0 -1
  1027. package/src/components/mobile/flags/uz.svg +0 -1
  1028. package/src/components/mobile/flags/va.svg +0 -1
  1029. package/src/components/mobile/flags/vc.svg +0 -1
  1030. package/src/components/mobile/flags/ve.svg +0 -1
  1031. package/src/components/mobile/flags/vg.svg +0 -1
  1032. package/src/components/mobile/flags/vi.svg +0 -1
  1033. package/src/components/mobile/flags/vn.svg +0 -1
  1034. package/src/components/mobile/flags/vu.svg +0 -1
  1035. package/src/components/mobile/flags/wf.svg +0 -1
  1036. package/src/components/mobile/flags/ws.svg +0 -1
  1037. package/src/components/mobile/flags/xk.svg +0 -1
  1038. package/src/components/mobile/flags/ye.svg +0 -1
  1039. package/src/components/mobile/flags/yt.svg +0 -1
  1040. package/src/components/mobile/flags/za.svg +0 -1
  1041. package/src/components/mobile/flags/zm.svg +0 -1
  1042. package/src/components/mobile/flags/zw.svg +0 -1
package/.editorconfig ADDED
@@ -0,0 +1,13 @@
1
+ # Editor configuration, see https://editorconfig.org
2
+ root = true
3
+
4
+ [*]
5
+ charset = utf-8
6
+ indent_style = space
7
+ indent_size = 2
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
10
+
11
+ [*.md]
12
+ max_line_length = off
13
+ trim_trailing_whitespace = false
package/.eslintrc.json ADDED
@@ -0,0 +1,90 @@
1
+ {
2
+ "root": true,
3
+ "ignorePatterns": [
4
+ "projects/**/*"
5
+ ],
6
+ "plugins": [
7
+ "unused-imports",
8
+ "simple-import-sort"
9
+ ],
10
+ "parserOptions": {
11
+ "project": "./tsconfig.json"
12
+ },
13
+ "overrides": [
14
+ {
15
+ "files": [
16
+ "*.ts"
17
+ ],
18
+ "extends": [
19
+ "airbnb-base",
20
+ "airbnb-typescript/base",
21
+ "plugin:@typescript-eslint/recommended",
22
+ "plugin:@angular-eslint/recommended",
23
+ "plugin:@angular-eslint/template/process-inline-templates"
24
+ ],
25
+ "rules": {
26
+ // ESLint rules
27
+ "import/prefer-default-export": "off",
28
+ "import/first": "error",
29
+ "import/newline-after-import": "error",
30
+ "import/no-duplicates": "error",
31
+ "max-len": [
32
+ "error",
33
+ 200
34
+ ],
35
+ "simple-import-sort/imports": "error",
36
+ "simple-import-sort/exports": "error",
37
+ // eslint-plugin-unused-imports rules
38
+ "unused-imports/no-unused-imports": "error",
39
+ "unused-imports/no-unused-vars": [
40
+ "warn",
41
+ {
42
+ "vars": "all",
43
+ "varsIgnorePattern": "^_",
44
+ "args": "after-used",
45
+ "argsIgnorePattern": "^_"
46
+ }
47
+ ],
48
+ // TypeScript Eslint rules
49
+ "@typescript-eslint/indent": [
50
+ "error",
51
+ 2
52
+ ],
53
+ "@typescript-eslint/comma-dangle": "off",
54
+ "@typescript-eslint/lines-between-class-members": "off",
55
+ "@typescript-eslint/object-curly-spacing": "off",
56
+ "object-curly-newline": "off",
57
+ "@typescript-eslint/quotes": [
58
+ "error",
59
+ "double"
60
+ ],
61
+ "@typescript-eslint/no-shadow": "error",
62
+ "@typescript-eslint/no-explicit-any": 0,
63
+ // Angular ESLint rules
64
+ "@angular-eslint/directive-selector": [
65
+ "error",
66
+ {
67
+ "type": "attribute",
68
+ "style": "camelCase"
69
+ }
70
+ ],
71
+ "@angular-eslint/component-selector": [
72
+ "error",
73
+ {
74
+ "type": "element",
75
+ "style": "kebab-case"
76
+ }
77
+ ],
78
+ "linebreak-style": 0
79
+ }
80
+ },
81
+ {
82
+ "files": [
83
+ "*.html"
84
+ ],
85
+ "extends": [
86
+ "plugin:@angular-eslint/template/recommended"
87
+ ]
88
+ }
89
+ ]
90
+ }
package/README.md CHANGED
@@ -1,26 +1,25 @@
1
- # iss-Ctrl
2
-
3
-
4
- ## Usage notes
5
-
6
- 1. Add the below code to main.ts file.
7
-
8
- ```
9
- import {applyPolyfills, defineCustomElements} from "basic-ui-components/loader";
10
-
11
- applyPolyfills().then(() => { defineCustomElements(window).then(); });
12
- ```
13
- 2. Add `provideAnimations()` in `app.config.ts` providers array.
14
-
15
- 3. Add the material style to angular json.
16
-
17
- ```
18
- "@angular/material/prebuilt-themes/indigo-pink.css"
19
- ```
20
-
21
- 4. Import needed styles in the beginning of styles.scss file.
22
-
23
- ```
24
- @import 'basic-ui-components/dist/assets/scss/base';
25
- @import 'basic-ui-components/dist/assets/scss/bootstrap';
26
- ```
1
+ # iss
2
+
3
+ ## Usage notes
4
+
5
+ 1. Add the below code to main.ts file.
6
+
7
+ ```
8
+ import {applyPolyfills, defineCustomElements} from "basic-ui-components/loader";
9
+
10
+ applyPolyfills().then(() => { defineCustomElements(window).then(); });
11
+ ```
12
+
13
+ 2. Add `provideAnimations()` in `app.config.ts` providers array.
14
+ 3. Add the material style to angular json.
15
+
16
+ ```
17
+ "@angular/material/prebuilt-themes/indigo-pink.css"
18
+ ```
19
+
20
+ 4. Import needed styles in the beginning of styles.scss file.
21
+
22
+ ```
23
+ @import 'basic-ui-components/dist/assets/scss/base';
24
+ @import 'basic-ui-components/dist/assets/scss/bootstrap';
25
+ ```
package/angular.json ADDED
@@ -0,0 +1,190 @@
1
+ {
2
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
+ "version": 1,
4
+ "newProjectRoot": "projects",
5
+ "projects": {
6
+ "iss": {
7
+ "projectType": "library",
8
+ "root": "projects/iss",
9
+ "sourceRoot": "projects/iss/src",
10
+ "prefix": "iss",
11
+ "architect": {
12
+ "build": {
13
+ "builder": "@angular/build:ng-packagr",
14
+ "options": {
15
+ "project": "projects/iss/ng-package.json"
16
+ },
17
+ "configurations": {
18
+ "production": {
19
+ "tsConfig": "projects/iss/tsconfig.lib.prod.json"
20
+ },
21
+ "development": {
22
+ "tsConfig": "projects/iss/tsconfig.lib.json"
23
+ }
24
+ },
25
+ "defaultConfiguration": "production"
26
+ },
27
+ "test": {
28
+ "builder": "@angular/build:karma",
29
+ "options": {
30
+ "tsConfig": "projects/iss/tsconfig.spec.json",
31
+ "polyfills": [
32
+ "zone.js",
33
+ "zone.js/testing"
34
+ ]
35
+ }
36
+ },
37
+ "lint": {
38
+ "builder": "@angular-eslint/builder:lint",
39
+ "options": {
40
+ "lintFilePatterns": [
41
+ "projects/iss/**/*.ts",
42
+ "projects/iss/**/*.html"
43
+ ]
44
+ }
45
+ }
46
+ }
47
+ },
48
+ "playground": {
49
+ "projectType": "application",
50
+ "schematics": {
51
+ "@schematics/angular:component": {
52
+ "inlineTemplate": true,
53
+ "inlineStyle": true,
54
+ "style": "scss",
55
+ "skipTests": true,
56
+ "flat": true
57
+ },
58
+ "@schematics/angular:class": {
59
+ "skipTests": true
60
+ },
61
+ "@schematics/angular:directive": {
62
+ "skipTests": true
63
+ },
64
+ "@schematics/angular:guard": {
65
+ "skipTests": true
66
+ },
67
+ "@schematics/angular:interceptor": {
68
+ "skipTests": true
69
+ },
70
+ "@schematics/angular:pipe": {
71
+ "skipTests": true
72
+ },
73
+ "@schematics/angular:resolver": {
74
+ "skipTests": true
75
+ },
76
+ "@schematics/angular:service": {
77
+ "skipTests": true
78
+ }
79
+ },
80
+ "root": "projects/playground",
81
+ "sourceRoot": "projects/playground/src",
82
+ "prefix": "app",
83
+ "architect": {
84
+ "build": {
85
+ "builder": "@angular/build:application",
86
+ "options": {
87
+ "outputPath": "dist/playground",
88
+ "index": "projects/playground/src/index.html",
89
+ "browser": "projects/playground/src/main.ts",
90
+ "polyfills": [
91
+ "zone.js"
92
+ ],
93
+ "tsConfig": "projects/playground/tsconfig.app.json",
94
+ "inlineStyleLanguage": "scss",
95
+ "assets": [
96
+ {
97
+ "glob": "**/*",
98
+ "input": "projects/playground/public"
99
+ }
100
+ ],
101
+ "styles": [
102
+ "node_modules/bootstrap/dist/css/bootstrap.min.css",
103
+ "@angular/material/prebuilt-themes/indigo-pink.css",
104
+ "node_modules/@basic-ui-components-stc/basic-ui-components/dist/assets/scss/base.scss",
105
+ "projects/playground/src/styles.scss",
106
+ "projects/iss/upgrade.scss"
107
+ ],
108
+ "scripts": []
109
+ },
110
+ "configurations": {
111
+ "production": {
112
+ "budgets": [
113
+ {
114
+ "type": "initial",
115
+ "maximumWarning": "500kB",
116
+ "maximumError": "1MB"
117
+ },
118
+ {
119
+ "type": "anyComponentStyle",
120
+ "maximumWarning": "2kB",
121
+ "maximumError": "4kB"
122
+ }
123
+ ],
124
+ "outputHashing": "all"
125
+ },
126
+ "development": {
127
+ "optimization": false,
128
+ "extractLicenses": false,
129
+ "sourceMap": true
130
+ }
131
+ },
132
+ "defaultConfiguration": "production"
133
+ },
134
+ "serve": {
135
+ "builder": "@angular/build:dev-server",
136
+ "configurations": {
137
+ "production": {
138
+ "buildTarget": "playground:build:production"
139
+ },
140
+ "development": {
141
+ "buildTarget": "playground:build:development"
142
+ }
143
+ },
144
+ "defaultConfiguration": "development"
145
+ },
146
+ "extract-i18n": {
147
+ "builder": "@angular/build:extract-i18n"
148
+ },
149
+ "lint": {
150
+ "builder": "@angular-eslint/builder:lint",
151
+ "options": {
152
+ "lintFilePatterns": [
153
+ "projects/playground/**/*.ts",
154
+ "projects/playground/**/*.html"
155
+ ]
156
+ }
157
+ }
158
+ }
159
+ }
160
+ },
161
+ "cli": {
162
+ "analytics": "4096ae83-91ed-4122-a653-31b7bfaad5e0"
163
+ },
164
+ "schematics": {
165
+ "@schematics/angular:component": {
166
+ "type": "component"
167
+ },
168
+ "@schematics/angular:directive": {
169
+ "type": "directive"
170
+ },
171
+ "@schematics/angular:service": {
172
+ "type": "service"
173
+ },
174
+ "@schematics/angular:guard": {
175
+ "typeSeparator": "."
176
+ },
177
+ "@schematics/angular:interceptor": {
178
+ "typeSeparator": "."
179
+ },
180
+ "@schematics/angular:module": {
181
+ "typeSeparator": "."
182
+ },
183
+ "@schematics/angular:pipe": {
184
+ "typeSeparator": "."
185
+ },
186
+ "@schematics/angular:resolver": {
187
+ "typeSeparator": "."
188
+ }
189
+ }
190
+ }