@aiursoft/uistack 1.0.1 → 1.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 (322) hide show
  1. package/.gitlab-ci.yml +8 -0
  2. package/Dockerfile +12 -0
  3. package/README.md +1 -0
  4. package/{css → dist/css}/app.css +3 -3
  5. package/dist/js/app.js +2 -0
  6. package/{js → dist/js}/app.js.LICENSE.txt +8 -0
  7. package/package.json +73 -14
  8. package/postcss.config.js +5 -0
  9. package/webpack.config.js +115 -0
  10. package/js/app.js +0 -2
  11. package/js/settings.js +0 -1
  12. /package/{fonts → dist/fonts}/fa-brands-400.ttf +0 -0
  13. /package/{fonts → dist/fonts}/fa-brands-400.woff2 +0 -0
  14. /package/{fonts → dist/fonts}/fa-regular-400.ttf +0 -0
  15. /package/{fonts → dist/fonts}/fa-regular-400.woff2 +0 -0
  16. /package/{fonts → dist/fonts}/fa-solid-900.ttf +0 -0
  17. /package/{fonts → dist/fonts}/fa-solid-900.woff2 +0 -0
  18. /package/{img → dist/img}/avatars/avatar-2.jpg +0 -0
  19. /package/{img → dist/img}/avatars/avatar-3.jpg +0 -0
  20. /package/{img → dist/img}/avatars/avatar-4.jpg +0 -0
  21. /package/{img → dist/img}/avatars/avatar-5.jpg +0 -0
  22. /package/{img → dist/img}/avatars/avatar.jpg +0 -0
  23. /package/{img → dist/img}/brands/bootstrap.svg +0 -0
  24. /package/{img → dist/img}/brands/brand-1.svg +0 -0
  25. /package/{img → dist/img}/brands/brand-2.svg +0 -0
  26. /package/{img → dist/img}/brands/brand-3.svg +0 -0
  27. /package/{img → dist/img}/brands/brand-4.svg +0 -0
  28. /package/{img → dist/img}/brands/brand-5.svg +0 -0
  29. /package/{img → dist/img}/favicon.ico +0 -0
  30. /package/{img → dist/img}/flags/ad.png +0 -0
  31. /package/{img → dist/img}/flags/ae.png +0 -0
  32. /package/{img → dist/img}/flags/af.png +0 -0
  33. /package/{img → dist/img}/flags/ag.png +0 -0
  34. /package/{img → dist/img}/flags/ai.png +0 -0
  35. /package/{img → dist/img}/flags/al.png +0 -0
  36. /package/{img → dist/img}/flags/am.png +0 -0
  37. /package/{img → dist/img}/flags/an.png +0 -0
  38. /package/{img → dist/img}/flags/ao.png +0 -0
  39. /package/{img → dist/img}/flags/aq.png +0 -0
  40. /package/{img → dist/img}/flags/ar.png +0 -0
  41. /package/{img → dist/img}/flags/as.png +0 -0
  42. /package/{img → dist/img}/flags/at.png +0 -0
  43. /package/{img → dist/img}/flags/au.png +0 -0
  44. /package/{img → dist/img}/flags/aw.png +0 -0
  45. /package/{img → dist/img}/flags/ax.png +0 -0
  46. /package/{img → dist/img}/flags/az.png +0 -0
  47. /package/{img → dist/img}/flags/ba.png +0 -0
  48. /package/{img → dist/img}/flags/bb.png +0 -0
  49. /package/{img → dist/img}/flags/bd.png +0 -0
  50. /package/{img → dist/img}/flags/be.png +0 -0
  51. /package/{img → dist/img}/flags/bf.png +0 -0
  52. /package/{img → dist/img}/flags/bg.png +0 -0
  53. /package/{img → dist/img}/flags/bh.png +0 -0
  54. /package/{img → dist/img}/flags/bi.png +0 -0
  55. /package/{img → dist/img}/flags/bj.png +0 -0
  56. /package/{img → dist/img}/flags/bl.png +0 -0
  57. /package/{img → dist/img}/flags/bm.png +0 -0
  58. /package/{img → dist/img}/flags/bn.png +0 -0
  59. /package/{img → dist/img}/flags/bo.png +0 -0
  60. /package/{img → dist/img}/flags/bq.png +0 -0
  61. /package/{img → dist/img}/flags/br.png +0 -0
  62. /package/{img → dist/img}/flags/bs.png +0 -0
  63. /package/{img → dist/img}/flags/bt.png +0 -0
  64. /package/{img → dist/img}/flags/bv.png +0 -0
  65. /package/{img → dist/img}/flags/bw.png +0 -0
  66. /package/{img → dist/img}/flags/by.png +0 -0
  67. /package/{img → dist/img}/flags/bz.png +0 -0
  68. /package/{img → dist/img}/flags/ca.png +0 -0
  69. /package/{img → dist/img}/flags/cc.png +0 -0
  70. /package/{img → dist/img}/flags/cd.png +0 -0
  71. /package/{img → dist/img}/flags/cf.png +0 -0
  72. /package/{img → dist/img}/flags/cg.png +0 -0
  73. /package/{img → dist/img}/flags/ch.png +0 -0
  74. /package/{img → dist/img}/flags/ci.png +0 -0
  75. /package/{img → dist/img}/flags/ck.png +0 -0
  76. /package/{img → dist/img}/flags/cl.png +0 -0
  77. /package/{img → dist/img}/flags/cm.png +0 -0
  78. /package/{img → dist/img}/flags/cn.png +0 -0
  79. /package/{img → dist/img}/flags/co.png +0 -0
  80. /package/{img → dist/img}/flags/cr.png +0 -0
  81. /package/{img → dist/img}/flags/cu.png +0 -0
  82. /package/{img → dist/img}/flags/cv.png +0 -0
  83. /package/{img → dist/img}/flags/cw.png +0 -0
  84. /package/{img → dist/img}/flags/cx.png +0 -0
  85. /package/{img → dist/img}/flags/cy.png +0 -0
  86. /package/{img → dist/img}/flags/cz.png +0 -0
  87. /package/{img → dist/img}/flags/de.png +0 -0
  88. /package/{img → dist/img}/flags/dj.png +0 -0
  89. /package/{img → dist/img}/flags/dk.png +0 -0
  90. /package/{img → dist/img}/flags/dm.png +0 -0
  91. /package/{img → dist/img}/flags/do.png +0 -0
  92. /package/{img → dist/img}/flags/dz.png +0 -0
  93. /package/{img → dist/img}/flags/ec.png +0 -0
  94. /package/{img → dist/img}/flags/ee.png +0 -0
  95. /package/{img → dist/img}/flags/eg.png +0 -0
  96. /package/{img → dist/img}/flags/eh.png +0 -0
  97. /package/{img → dist/img}/flags/er.png +0 -0
  98. /package/{img → dist/img}/flags/es.png +0 -0
  99. /package/{img → dist/img}/flags/et.png +0 -0
  100. /package/{img → dist/img}/flags/eu.png +0 -0
  101. /package/{img → dist/img}/flags/fi.png +0 -0
  102. /package/{img → dist/img}/flags/fj.png +0 -0
  103. /package/{img → dist/img}/flags/fk.png +0 -0
  104. /package/{img → dist/img}/flags/fm.png +0 -0
  105. /package/{img → dist/img}/flags/fo.png +0 -0
  106. /package/{img → dist/img}/flags/fr.png +0 -0
  107. /package/{img → dist/img}/flags/ga.png +0 -0
  108. /package/{img → dist/img}/flags/gb-eng.png +0 -0
  109. /package/{img → dist/img}/flags/gb-nir.png +0 -0
  110. /package/{img → dist/img}/flags/gb-sct.png +0 -0
  111. /package/{img → dist/img}/flags/gb-wls.png +0 -0
  112. /package/{img → dist/img}/flags/gb.png +0 -0
  113. /package/{img → dist/img}/flags/gd.png +0 -0
  114. /package/{img → dist/img}/flags/ge.png +0 -0
  115. /package/{img → dist/img}/flags/gf.png +0 -0
  116. /package/{img → dist/img}/flags/gg.png +0 -0
  117. /package/{img → dist/img}/flags/gh.png +0 -0
  118. /package/{img → dist/img}/flags/gi.png +0 -0
  119. /package/{img → dist/img}/flags/gl.png +0 -0
  120. /package/{img → dist/img}/flags/gm.png +0 -0
  121. /package/{img → dist/img}/flags/gn.png +0 -0
  122. /package/{img → dist/img}/flags/gp.png +0 -0
  123. /package/{img → dist/img}/flags/gq.png +0 -0
  124. /package/{img → dist/img}/flags/gr.png +0 -0
  125. /package/{img → dist/img}/flags/gs.png +0 -0
  126. /package/{img → dist/img}/flags/gt.png +0 -0
  127. /package/{img → dist/img}/flags/gu.png +0 -0
  128. /package/{img → dist/img}/flags/gw.png +0 -0
  129. /package/{img → dist/img}/flags/gy.png +0 -0
  130. /package/{img → dist/img}/flags/hk.png +0 -0
  131. /package/{img → dist/img}/flags/hm.png +0 -0
  132. /package/{img → dist/img}/flags/hn.png +0 -0
  133. /package/{img → dist/img}/flags/hr.png +0 -0
  134. /package/{img → dist/img}/flags/ht.png +0 -0
  135. /package/{img → dist/img}/flags/hu.png +0 -0
  136. /package/{img → dist/img}/flags/id.png +0 -0
  137. /package/{img → dist/img}/flags/ie.png +0 -0
  138. /package/{img → dist/img}/flags/il.png +0 -0
  139. /package/{img → dist/img}/flags/im.png +0 -0
  140. /package/{img → dist/img}/flags/in.png +0 -0
  141. /package/{img → dist/img}/flags/io.png +0 -0
  142. /package/{img → dist/img}/flags/iq.png +0 -0
  143. /package/{img → dist/img}/flags/ir.png +0 -0
  144. /package/{img → dist/img}/flags/is.png +0 -0
  145. /package/{img → dist/img}/flags/it.png +0 -0
  146. /package/{img → dist/img}/flags/je.png +0 -0
  147. /package/{img → dist/img}/flags/jm.png +0 -0
  148. /package/{img → dist/img}/flags/jo.png +0 -0
  149. /package/{img → dist/img}/flags/jp.png +0 -0
  150. /package/{img → dist/img}/flags/ke.png +0 -0
  151. /package/{img → dist/img}/flags/kg.png +0 -0
  152. /package/{img → dist/img}/flags/kh.png +0 -0
  153. /package/{img → dist/img}/flags/ki.png +0 -0
  154. /package/{img → dist/img}/flags/km.png +0 -0
  155. /package/{img → dist/img}/flags/kn.png +0 -0
  156. /package/{img → dist/img}/flags/kp.png +0 -0
  157. /package/{img → dist/img}/flags/kr.png +0 -0
  158. /package/{img → dist/img}/flags/kw.png +0 -0
  159. /package/{img → dist/img}/flags/ky.png +0 -0
  160. /package/{img → dist/img}/flags/kz.png +0 -0
  161. /package/{img → dist/img}/flags/la.png +0 -0
  162. /package/{img → dist/img}/flags/lb.png +0 -0
  163. /package/{img → dist/img}/flags/lc.png +0 -0
  164. /package/{img → dist/img}/flags/li.png +0 -0
  165. /package/{img → dist/img}/flags/lk.png +0 -0
  166. /package/{img → dist/img}/flags/lr.png +0 -0
  167. /package/{img → dist/img}/flags/ls.png +0 -0
  168. /package/{img → dist/img}/flags/lt.png +0 -0
  169. /package/{img → dist/img}/flags/lu.png +0 -0
  170. /package/{img → dist/img}/flags/lv.png +0 -0
  171. /package/{img → dist/img}/flags/ly.png +0 -0
  172. /package/{img → dist/img}/flags/ma.png +0 -0
  173. /package/{img → dist/img}/flags/mc.png +0 -0
  174. /package/{img → dist/img}/flags/md.png +0 -0
  175. /package/{img → dist/img}/flags/me.png +0 -0
  176. /package/{img → dist/img}/flags/mf.png +0 -0
  177. /package/{img → dist/img}/flags/mg.png +0 -0
  178. /package/{img → dist/img}/flags/mh.png +0 -0
  179. /package/{img → dist/img}/flags/mk.png +0 -0
  180. /package/{img → dist/img}/flags/ml.png +0 -0
  181. /package/{img → dist/img}/flags/mm.png +0 -0
  182. /package/{img → dist/img}/flags/mn.png +0 -0
  183. /package/{img → dist/img}/flags/mo.png +0 -0
  184. /package/{img → dist/img}/flags/mp.png +0 -0
  185. /package/{img → dist/img}/flags/mq.png +0 -0
  186. /package/{img → dist/img}/flags/mr.png +0 -0
  187. /package/{img → dist/img}/flags/ms.png +0 -0
  188. /package/{img → dist/img}/flags/mt.png +0 -0
  189. /package/{img → dist/img}/flags/mu.png +0 -0
  190. /package/{img → dist/img}/flags/mv.png +0 -0
  191. /package/{img → dist/img}/flags/mw.png +0 -0
  192. /package/{img → dist/img}/flags/mx.png +0 -0
  193. /package/{img → dist/img}/flags/my.png +0 -0
  194. /package/{img → dist/img}/flags/mz.png +0 -0
  195. /package/{img → dist/img}/flags/na.png +0 -0
  196. /package/{img → dist/img}/flags/nc.png +0 -0
  197. /package/{img → dist/img}/flags/ne.png +0 -0
  198. /package/{img → dist/img}/flags/nf.png +0 -0
  199. /package/{img → dist/img}/flags/ng.png +0 -0
  200. /package/{img → dist/img}/flags/ni.png +0 -0
  201. /package/{img → dist/img}/flags/nl.png +0 -0
  202. /package/{img → dist/img}/flags/no.png +0 -0
  203. /package/{img → dist/img}/flags/np.png +0 -0
  204. /package/{img → dist/img}/flags/nr.png +0 -0
  205. /package/{img → dist/img}/flags/nu.png +0 -0
  206. /package/{img → dist/img}/flags/nz.png +0 -0
  207. /package/{img → dist/img}/flags/om.png +0 -0
  208. /package/{img → dist/img}/flags/pa.png +0 -0
  209. /package/{img → dist/img}/flags/pe.png +0 -0
  210. /package/{img → dist/img}/flags/pf.png +0 -0
  211. /package/{img → dist/img}/flags/pg.png +0 -0
  212. /package/{img → dist/img}/flags/ph.png +0 -0
  213. /package/{img → dist/img}/flags/pk.png +0 -0
  214. /package/{img → dist/img}/flags/pl.png +0 -0
  215. /package/{img → dist/img}/flags/pm.png +0 -0
  216. /package/{img → dist/img}/flags/pn.png +0 -0
  217. /package/{img → dist/img}/flags/pr.png +0 -0
  218. /package/{img → dist/img}/flags/ps.png +0 -0
  219. /package/{img → dist/img}/flags/pt.png +0 -0
  220. /package/{img → dist/img}/flags/pw.png +0 -0
  221. /package/{img → dist/img}/flags/py.png +0 -0
  222. /package/{img → dist/img}/flags/qa.png +0 -0
  223. /package/{img → dist/img}/flags/re.png +0 -0
  224. /package/{img → dist/img}/flags/ro.png +0 -0
  225. /package/{img → dist/img}/flags/rs.png +0 -0
  226. /package/{img → dist/img}/flags/ru.png +0 -0
  227. /package/{img → dist/img}/flags/rw.png +0 -0
  228. /package/{img → dist/img}/flags/sa.png +0 -0
  229. /package/{img → dist/img}/flags/sb.png +0 -0
  230. /package/{img → dist/img}/flags/sc.png +0 -0
  231. /package/{img → dist/img}/flags/sd.png +0 -0
  232. /package/{img → dist/img}/flags/se.png +0 -0
  233. /package/{img → dist/img}/flags/sg.png +0 -0
  234. /package/{img → dist/img}/flags/sh.png +0 -0
  235. /package/{img → dist/img}/flags/si.png +0 -0
  236. /package/{img → dist/img}/flags/sj.png +0 -0
  237. /package/{img → dist/img}/flags/sk.png +0 -0
  238. /package/{img → dist/img}/flags/sl.png +0 -0
  239. /package/{img → dist/img}/flags/sm.png +0 -0
  240. /package/{img → dist/img}/flags/sn.png +0 -0
  241. /package/{img → dist/img}/flags/so.png +0 -0
  242. /package/{img → dist/img}/flags/sr.png +0 -0
  243. /package/{img → dist/img}/flags/ss.png +0 -0
  244. /package/{img → dist/img}/flags/st.png +0 -0
  245. /package/{img → dist/img}/flags/sv.png +0 -0
  246. /package/{img → dist/img}/flags/sx.png +0 -0
  247. /package/{img → dist/img}/flags/sy.png +0 -0
  248. /package/{img → dist/img}/flags/sz.png +0 -0
  249. /package/{img → dist/img}/flags/tc.png +0 -0
  250. /package/{img → dist/img}/flags/td.png +0 -0
  251. /package/{img → dist/img}/flags/tf.png +0 -0
  252. /package/{img → dist/img}/flags/tg.png +0 -0
  253. /package/{img → dist/img}/flags/th.png +0 -0
  254. /package/{img → dist/img}/flags/tj.png +0 -0
  255. /package/{img → dist/img}/flags/tk.png +0 -0
  256. /package/{img → dist/img}/flags/tl.png +0 -0
  257. /package/{img → dist/img}/flags/tm.png +0 -0
  258. /package/{img → dist/img}/flags/tn.png +0 -0
  259. /package/{img → dist/img}/flags/to.png +0 -0
  260. /package/{img → dist/img}/flags/tr.png +0 -0
  261. /package/{img → dist/img}/flags/tt.png +0 -0
  262. /package/{img → dist/img}/flags/tv.png +0 -0
  263. /package/{img → dist/img}/flags/tw.png +0 -0
  264. /package/{img → dist/img}/flags/tz.png +0 -0
  265. /package/{img → dist/img}/flags/ua.png +0 -0
  266. /package/{img → dist/img}/flags/ug.png +0 -0
  267. /package/{img → dist/img}/flags/um.png +0 -0
  268. /package/{img → dist/img}/flags/us.png +0 -0
  269. /package/{img → dist/img}/flags/uy.png +0 -0
  270. /package/{img → dist/img}/flags/uz.png +0 -0
  271. /package/{img → dist/img}/flags/va.png +0 -0
  272. /package/{img → dist/img}/flags/vc.png +0 -0
  273. /package/{img → dist/img}/flags/ve.png +0 -0
  274. /package/{img → dist/img}/flags/vg.png +0 -0
  275. /package/{img → dist/img}/flags/vi.png +0 -0
  276. /package/{img → dist/img}/flags/vn.png +0 -0
  277. /package/{img → dist/img}/flags/vu.png +0 -0
  278. /package/{img → dist/img}/flags/wf.png +0 -0
  279. /package/{img → dist/img}/flags/ws.png +0 -0
  280. /package/{img → dist/img}/flags/xk.png +0 -0
  281. /package/{img → dist/img}/flags/ye.png +0 -0
  282. /package/{img → dist/img}/flags/yt.png +0 -0
  283. /package/{img → dist/img}/flags/za.png +0 -0
  284. /package/{img → dist/img}/flags/zm.png +0 -0
  285. /package/{img → dist/img}/flags/zw.png +0 -0
  286. /package/{img → dist/img}/illustrations/customer-support.png +0 -0
  287. /package/{img → dist/img}/illustrations/searching.png +0 -0
  288. /package/{img → dist/img}/illustrations/social.png +0 -0
  289. /package/{img → dist/img}/logo.svg +0 -0
  290. /package/{img → dist/img}/photos/unsplash-1.jpg +0 -0
  291. /package/{img → dist/img}/photos/unsplash-2.jpg +0 -0
  292. /package/{img → dist/img}/photos/unsplash-3.jpg +0 -0
  293. /package/{img → dist/img}/products/product-1.png +0 -0
  294. /package/{img → dist/img}/products/product-10.png +0 -0
  295. /package/{img → dist/img}/products/product-11.png +0 -0
  296. /package/{img → dist/img}/products/product-12.png +0 -0
  297. /package/{img → dist/img}/products/product-2.png +0 -0
  298. /package/{img → dist/img}/products/product-3.png +0 -0
  299. /package/{img → dist/img}/products/product-4.png +0 -0
  300. /package/{img → dist/img}/products/product-5.png +0 -0
  301. /package/{img → dist/img}/products/product-6.png +0 -0
  302. /package/{img → dist/img}/products/product-7.png +0 -0
  303. /package/{img → dist/img}/products/product-8.png +0 -0
  304. /package/{img → dist/img}/products/product-9.png +0 -0
  305. /package/{img → dist/img}/products/product-detail-1.png +0 -0
  306. /package/{img → dist/img}/products/product-detail-2.png +0 -0
  307. /package/{img → dist/img}/products/product-detail-3.png +0 -0
  308. /package/{img → dist/img}/products/product-detail-4.png +0 -0
  309. /package/{img → dist/img}/screenshots/dashboard-analytics.jpg +0 -0
  310. /package/{img → dist/img}/screenshots/dashboard-crypto.jpg +0 -0
  311. /package/{img → dist/img}/screenshots/dashboard-default.jpg +0 -0
  312. /package/{img → dist/img}/screenshots/dashboard-saas.jpg +0 -0
  313. /package/{img → dist/img}/screenshots/dashboard-social.jpg +0 -0
  314. /package/{img → dist/img}/screenshots/landing.jpg +0 -0
  315. /package/{img → dist/img}/screenshots/mixed.jpg +0 -0
  316. /package/{img → dist/img}/screenshots/pages-projects-list.jpg +0 -0
  317. /package/{img → dist/img}/screenshots/sidebar-compact.jpg +0 -0
  318. /package/{img → dist/img}/screenshots/sidebar-right.jpg +0 -0
  319. /package/{img → dist/img}/screenshots/theme-colored.jpg +0 -0
  320. /package/{img → dist/img}/screenshots/theme-dark.jpg +0 -0
  321. /package/{img → dist/img}/screenshots/theme-default.jpg +0 -0
  322. /package/{img → dist/img}/screenshots/theme-light.jpg +0 -0
package/js/settings.js DELETED
@@ -1 +0,0 @@
1
- !function(){var e={7999:function(e,t,n){!function(e){"use strict";var t,s=/^[a-z]+:/,o=/[-a-z0-9]+(\.[-a-z0-9])*:\d+/i,i=/\/\/(.*?)(?::(.*?))?@/,a=/^win/i,r=/:$/,l=/^\?/,c=/^#/,d=/(.*\/)/,u=/^\/{2,}/,h=/(^\/?)/,p=/'/g,b=/%([ef][0-9a-f])%([89ab][0-9a-f])%([89ab][0-9a-f])/gi,g=/%([cd][0-9a-f])%([89ab][0-9a-f])/gi,m=/%([0-7][0-9a-f])/gi,v=/\+/g,y=/^\w:$/,f=/[^/#?]/,x="undefined"==typeof window&&void 0!==n.g&&!0,w=!x&&e.navigator&&e.navigator.userAgent&&~e.navigator.userAgent.indexOf("MSIE"),k=x?e.require:null,q={protocol:"protocol",host:"hostname",port:"port",path:"pathname",query:"search",hash:"hash"},P={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443};function C(){return x?t=t||"file://"+(process.platform.match(a)?"/":"")+k("fs").realpathSync("."):"about:srcdoc"===document.location.href?self.parent.document.location.href:document.location.href}function S(e){return encodeURIComponent(e).replace(p,"%27")}function B(e){return(e=(e=(e=e.replace(v," ")).replace(b,(function(e,t,n,s){var o=parseInt(t,16)-224,i=parseInt(n,16)-128;if(0==o&&i<32)return e;var a=(o<<12)+(i<<6)+(parseInt(s,16)-128);return 65535<a?e:String.fromCharCode(a)}))).replace(g,(function(e,t,n){var s=parseInt(t,16)-192;if(s<2)return e;var o=parseInt(n,16)-128;return String.fromCharCode((s<<6)+o)}))).replace(m,(function(e,t){return String.fromCharCode(parseInt(t,16))}))}function j(e){for(var t=e.split("&"),n=0,s=t.length;n<s;n++){var o=t[n].split("="),i=decodeURIComponent(o[0].replace(v," "));if(i){var a=void 0!==o[1]?B(o[1]):null;void 0===this[i]?this[i]=a:(this[i]instanceof Array||(this[i]=[this[i]]),this[i].push(a))}}}function T(e,t){!function(e,t,n){var a,p,b;t=t||C(),x?a=k("url").parse(t):(a=document.createElement("a")).href=t;var g,m,v=(m={path:!0,query:!0,hash:!0},(g=t)&&s.test(g)&&(m.protocol=!0,m.host=!0,o.test(g)&&(m.port=!0),i.test(g)&&(m.user=!0,m.pass=!0)),m);for(p in b=t.match(i)||[],q)v[p]?e[p]=a[q[p]]||"":e[p]="";if(e.protocol=e.protocol.replace(r,""),e.query=e.query.replace(l,""),e.hash=B(e.hash.replace(c,"")),e.user=B(b[1]||""),e.pass=B(b[2]||""),e.port=P[e.protocol]==e.port||0==e.port?"":e.port,!v.protocol&&f.test(t.charAt(0))&&(e.path=t.split("?")[0].split("#")[0]),!v.protocol&&n){var y=new T(C().match(d)[0]),S=y.path.split("/"),V=e.path.split("/"),E=["protocol","user","pass","host","port"],L=E.length;for(S.pop(),p=0;p<L;p++)e[E[p]]=y[E[p]];for(;".."===V[0];)S.pop(),V.shift();e.path=("/"!==t.charAt(0)?S.join("/"):"")+"/"+V.join("/")}e.path=e.path.replace(u,"/"),w&&(e.path=e.path.replace(h,"/")),e.paths(e.paths()),e.query=new j(e.query)}(this,e,!t)}j.prototype.toString=function(){var e,t,n="",s=S;for(e in this){var o=this[e];if(!(o instanceof Function||void 0===o))if(o instanceof Array){var i=o.length;if(!i){n+=(n?"&":"")+s(e)+"=";continue}for(t=0;t<i;t++){var a=o[t];void 0!==a&&(n+=n?"&":"",n+=s(e)+(null===a?"":"="+s(a)))}}else n+=n?"&":"",n+=s(e)+(null===o?"":"="+s(o))}return n},T.prototype.clearQuery=function(){for(var e in this.query)this.query[e]instanceof Function||delete this.query[e];return this},T.prototype.queryLength=function(){var e=0;for(var t in this.query)this.query[t]instanceof Function||e++;return e},T.prototype.isEmptyQuery=function(){return 0===this.queryLength()},T.prototype.paths=function(e){var t,n="",s=0;if(e&&e.length&&e+""!==e){for(this.isAbsolute()&&(n="/"),t=e.length;s<t;s++)e[s]=!s&&y.test(e[s])?e[s]:S(e[s]);this.path=n+e.join("/")}for(s=0,t=(e=("/"===this.path.charAt(0)?this.path.slice(1):this.path).split("/")).length;s<t;s++)e[s]=B(e[s]);return e},T.prototype.encode=S,T.prototype.decode=B,T.prototype.isAbsolute=function(){return this.protocol||"/"===this.path.charAt(0)},T.prototype.toString=function(){return(this.protocol&&this.protocol+"://")+(this.user&&S(this.user)+(this.pass&&":"+S(this.pass))+"@")+(this.host&&this.host)+(this.port&&":"+this.port)+(this.path&&this.path)+(this.query.toString()&&"?"+this.query)+(this.hash&&"#"+S(this.hash))},e[e.exports?"exports":"Url"]=T}((e=n.nmd(e)).exports?e:window)}},t={};function n(s){var o=t[s];if(void 0!==o)return o.exports;var i=t[s]={id:s,loaded:!1,exports:{}};return e[s](i,i.exports,n),i.loaded=!0,i.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var s in t)n.o(t,s)&&!n.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e},function(){"use strict";var e=n(7999),t=n.n(e);const s=()=>{const e=getComputedStyle(document.documentElement);return{primary:e.getPropertyValue("--bs-primary"),primarySubtle:e.getPropertyValue("--bs-primary-subtle"),secondary:e.getPropertyValue("--bs-secondary"),success:e.getPropertyValue("--bs-success"),warning:e.getPropertyValue("--bs-warning"),danger:e.getPropertyValue("--bs-danger"),info:e.getPropertyValue("--bs-info"),bodyBg:e.getPropertyValue("--bs-body-bg"),bodyColor:e.getPropertyValue("--bs-body-color"),secondaryBg:e.getPropertyValue("--bs-secondary-bg"),secondaryColor:e.getPropertyValue("--bs-secondary-color"),tertiaryBg:e.getPropertyValue("--bs-tertiary-bg"),tertiaryColor:e.getPropertyValue("--bs-tertiary-color"),quaternaryBg:e.getPropertyValue("--bs-quaternary-bg"),quaternaryColor:e.getPropertyValue("--bs-quaternary-color")}};window.cssVariables=s();let o=!1;const i=new(t()),a="appstack-config-",r=".js-settings",l={theme:"default",layout:"fluid",sidebarPosition:"left",sidebarBehavior:"sticky"},c={theme:{default:{bsTheme:"light",sidebarTheme:"dark"},colored:{bsTheme:"light",sidebarTheme:"colored"},light:{bsTheme:"light",sidebarTheme:"light"},dark:{bsTheme:"dark",sidebarTheme:"dark"}},layout:{fluid:{layout:"fluid"},boxed:{layout:"boxed"}},sidebarPosition:{left:{sidebarPosition:"left"},right:{sidebarPosition:"right"}},sidebarBehavior:{sticky:{sidebarBehavior:"sticky"},fixed:{sidebarBehavior:"fixed"},compact:{sidebarBehavior:"compact"}}},d=()=>{o||(document.body.appendChild((e=>{const t=document.createElement("template");return t.innerHTML=e,t.content.firstChild})('<div class="settings js-settings">\n <div class="settings-toggle">\n <div class="settings-toggle-option settings-toggle-option-text js-settings-toggle" title="Theme Builder">\n <svg\n class="lucide align-middle mb-1"\n xmlns="http://www.w3.org/2000/svg"\n width="24"\n height="24"\n viewBox="0 0 24 24"\n fill="none"\n stroke="currentColor"\n stroke-width="2"\n stroke-linecap="round"\n stroke-linejoin="round"\n >\n <line x1="4" x2="4" y1="21" y2="14" />\n <line x1="4" x2="4" y1="10" y2="3" />\n <line x1="12" x2="12" y1="21" y2="12" />\n <line x1="12" x2="12" y1="8" y2="3" />\n <line x1="20" x2="20" y1="21" y2="16" />\n <line x1="20" x2="20" y1="12" y2="3" />\n <line x1="2" x2="6" y1="14" y2="14" />\n <line x1="10" x2="14" y1="8" y2="8" />\n <line x1="18" x2="22" y1="16" y2="16" />\n </svg>\n Builder\n </div>\n <a class="settings-toggle-option" title="Documentation" href="docs-introduction.html" target="_blank">\n <svg\n class="lucide align-middle"\n xmlns="http://www.w3.org/2000/svg"\n width="24"\n height="24"\n viewBox="0 0 24 24"\n fill="none"\n stroke="currentColor"\n stroke-width="2"\n stroke-linecap="round"\n stroke-linejoin="round"\n >\n <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" />\n <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" />\n </svg>\n \n </a>\n </div>\n\n <div class="settings-panel">\n <div class="settings-content">\n <div class="settings-title d-flex align-items-center">\n <button type="button" class="btn-close float-right js-settings-toggle" aria-label="Close"></button>\n\n <h4 class="mb-0 ms-2 d-inline-block">Theme Builder</h4>\n </div>\n\n <div class="settings-body">\n\n <div class="alert alert-primary" role="alert">\n <div class="alert-message">\n <strong>Hey there!</strong> Set your own customized style below. Choose the ones that best fits your needs.\n </div>\n </div>\n\n <div class="mb-3">\n <span class="d-block font-size-lg font-weight-bold">Color scheme</span>\n <span class="d-block text-muted mb-2">The perfect color mode for your app.</span>\n\n <div class="row g-0 text-center mx-n1 mb-2">\n <div class="col">\n <label class="mx-1 d-block mb-1">\n <input class="settings-scheme-label" type="radio" name="theme" value="default">\n <div class="settings-scheme">\n <div class="settings-scheme-theme settings-scheme-theme-default"></div>\n </div>\n </label>\n Default\n </div>\n <div class="col">\n <label class="mx-1 d-block mb-1">\n <input class="settings-scheme-label" type="radio" name="theme" value="colored">\n <div class="settings-scheme">\n <div class="settings-scheme-theme settings-scheme-theme-colored"></div>\n </div>\n </label>\n Colored\n </div>\n </div>\n <div class="row g-0 text-center mx-n1">\n <div class="col">\n <label class="mx-1 d-block mb-1">\n <input class="settings-scheme-label" type="radio" name="theme" value="dark">\n <div class="settings-scheme">\n <div class="settings-scheme-theme settings-scheme-theme-dark"></div>\n </div>\n </label>\n Dark\n </div>\n <div class="col">\n <label class="mx-1 d-block mb-1">\n <input class="settings-scheme-label" type="radio" name="theme" value="light">\n <div class="settings-scheme">\n <div class="settings-scheme-theme settings-scheme-theme-light"></div>\n </div>\n </label>\n Light\n </div>\n </div>\n </div>\n \n <hr />\n\n <div class="mb-3">\n <span class="d-block font-size-lg font-weight-bold">Sidebar position</span>\n <span class="d-block text-muted mb-2">Toggle the position of the sidebar.</span>\n\n <div>\n <label>\n <input class="settings-button-label" type="radio" name="sidebarPosition" value="left">\n <div class="settings-button">\n Left\n </div>\n </label>\n <label>\n <input class="settings-button-label" type="radio" name="sidebarPosition" value="right">\n <div class="settings-button">\n Right\n </div>\n </label>\n </div>\n </div>\n\n <hr />\n\n <div class="mb-3">\n <span class="d-block font-size-lg font-weight-bold">Sidebar behavior</span>\n <span class="d-block text-muted mb-2">Change the behavior of the sidebar.</span>\n\n <div>\n <label>\n <input class="settings-button-label" type="radio" name="sidebarBehavior" value="sticky">\n <div class="settings-button">\n Sticky\n </div>\n </label>\n <label>\n <input class="settings-button-label" type="radio" name="sidebarBehavior" value="fixed">\n <div class="settings-button">\n Fixed\n </div>\n </label>\n <label>\n <input class="settings-button-label" type="radio" name="sidebarBehavior" value="compact">\n <div class="settings-button">\n Compact\n </div>\n </label>\n </div>\n </div>\n\n <hr />\n\n <div class="mb-3">\n <span class="d-block font-size-lg font-weight-bold">Layout</span>\n <span class="d-block text-muted mb-2">Toggle container layout system.</span>\n\n <div>\n <label>\n <input class="settings-button-label" type="radio" name="layout" value="fluid">\n <div class="settings-button">\n Fluid\n </div>\n </label>\n <label>\n <input class="settings-button-label" type="radio" name="layout" value="boxed">\n <div class="settings-button">\n Boxed\n </div>\n </label>\n </div>\n </div>\n\n </div>\n\n <div class="settings-footer">\n <div class="d-grid">\n <a class="btn btn-primary btn-lg btn-block" href="https://themes.getbootstrap.com/product/appstack-responsive-admin-template/" target="_blank">Purchase</a>\n </div>\n </div>\n\n </div>\n </div>\n</div>')),u(),h(),p(),b(),o=!0)},u=()=>{const e=document.querySelector(r);document.querySelectorAll(".js-settings-toggle").forEach((t=>{t.onclick=t=>{t.preventDefault(),e.classList.toggle("open"),p()}})),document.body.onclick=t=>{e.contains(t.target)||e.classList.remove("open")}},h=()=>{document.querySelector(r).querySelectorAll("input[type=radio]").forEach((e=>{e.addEventListener("change",(e=>{m(e.target.name,e.target.value),x(e.target.name,e.target.value),"theme"===e.target.name&&(window.cssVariables=s(),window.document.dispatchEvent(new Event("DOMContentLoaded",{bubbles:!0,cancelable:!0})))}))}))},p=()=>{for(let[e,t]of Object.entries(v())){const n=t||l[e];document.querySelector(`input[name="${e}"][value="${n}"]`).checked=!0}},b=()=>{setTimeout((()=>{if(!f("visited")){document.querySelector(r).classList.toggle("open"),x("visited",!0)}}),1e3)},g=()=>{for(let[e,t]of Object.entries(v())){m(e,t||l[e])}},m=(e,t)=>{for(let[n,s]of Object.entries(c[e][t]))document.documentElement.dataset[n]=s},v=()=>({theme:f("theme"),layout:f("layout"),sidebarPosition:f("sidebarPosition"),sidebarBehavior:f("sidebarBehavior")}),y=()=>{w("theme"),w("layout"),w("sidebarPosition"),w("sidebarBehavior")},f=e=>localStorage.getItem(`${a}${e}`),x=(e,t)=>{localStorage.setItem(`${a}${e}`,t)},w=e=>{localStorage.removeItem(`${a}${e}`)};document.addEventListener("DOMContentLoaded",(()=>d()));const k=new MutationObserver((function(){document.documentElement&&(Object.keys(i.query).length>0?(y(),Object.entries(i.query).forEach((([e,t])=>{c[e]&&c[e][t]&&(m(e,t),x(e,t))}))):g(),k.disconnect())}));k.observe(document.documentElement,{childList:!0})}()}();
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes