master-control 0.2.14 → 0.2.16

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 (330) hide show
  1. package/esm2022/lib/add-document/add-document.component.mjs +18 -0
  2. package/esm2022/lib/addition-button/addition-button.component.mjs +14 -0
  3. package/esm2022/lib/age-date/age-date.component.mjs +132 -0
  4. package/esm2022/lib/amount-textbox/amount-textbox.component.mjs +63 -0
  5. package/esm2022/lib/annuity-rate-logo/annuity-rate-logo.component.mjs +15 -0
  6. package/esm2022/lib/autocomplete/autocomplete.component.mjs +90 -0
  7. package/esm2022/lib/benefit-card/benefit-card.component.mjs +14 -0
  8. package/esm2022/lib/button/button.component.mjs +19 -0
  9. package/esm2022/lib/card/card.component.mjs +14 -0
  10. package/esm2022/lib/checkbox/checkbox.component.mjs +79 -0
  11. package/esm2022/lib/discount/discount.component.mjs +14 -0
  12. package/esm2022/lib/discount-v2/discount-v2.component.mjs +16 -0
  13. package/esm2022/lib/dob/dob.component.mjs +118 -0
  14. package/esm2022/lib/download-document/download-document.component.mjs +18 -0
  15. package/esm2022/lib/email-with-domain/email-with-domain.component.mjs +60 -0
  16. package/esm2022/lib/error-snackbar/error-snackbar.component.mjs +21 -0
  17. package/esm2022/lib/grey-label/grey-label.component.mjs +14 -0
  18. package/esm2022/lib/header/header.component.mjs +14 -0
  19. package/esm2022/lib/hr-line/hr-line.component.mjs +14 -0
  20. package/esm2022/lib/hyperlink/hyperlink.component.mjs +14 -0
  21. package/esm2022/lib/icon-button/icon-button.component.mjs +14 -0
  22. package/esm2022/lib/iframe/iframe.component.mjs +32 -0
  23. package/esm2022/lib/image/image.component.mjs +14 -0
  24. package/esm2022/lib/image-upload/image-upload.component.mjs +18 -0
  25. package/esm2022/lib/in-built-benefit/in-built-benefit.component.mjs +20 -0
  26. package/esm2022/lib/info/info.component.mjs +19 -0
  27. package/esm2022/lib/info-textbox/info-textbox.component.mjs +62 -0
  28. package/esm2022/lib/label/label.component.mjs +14 -0
  29. package/esm2022/lib/label-value-card/label-value-card.component.mjs +15 -0
  30. package/esm2022/lib/loader/loader.component.mjs +14 -0
  31. package/esm2022/lib/master-control.component.mjs +142 -0
  32. package/esm2022/lib/master-control.service.mjs +212 -0
  33. package/esm2022/lib/medial-questions/medial-questions.component.mjs +601 -0
  34. package/{src → esm2022}/lib/medial-questions/questions.json +39682 -39682
  35. package/esm2022/lib/mob-number/mob-number.component.mjs +65 -0
  36. package/esm2022/lib/multiple-select/multiple-select.component.mjs +119 -0
  37. package/esm2022/lib/neutral-snackbar/neutral-snackbar.component.mjs +21 -0
  38. package/esm2022/lib/other-benefits/other-benefits.component.mjs +14 -0
  39. package/esm2022/lib/otp-mob-number/otp-mob-number.component.mjs +63 -0
  40. package/esm2022/lib/otp-textbox/otp-textbox.component.mjs +68 -0
  41. package/esm2022/lib/page-nudge/page-nudge.component.mjs +14 -0
  42. package/esm2022/lib/pay-get-card/pay-get-card.component.mjs +29 -0
  43. package/esm2022/lib/radio/radio.component.mjs +58 -0
  44. package/esm2022/lib/search-multi-select/search-multi-select.component.mjs +127 -0
  45. package/esm2022/lib/select/select.component.mjs +99 -0
  46. package/esm2022/lib/select-textbox/select-textbox.component.mjs +83 -0
  47. package/esm2022/lib/stepper/stepper.component.mjs +25 -0
  48. package/esm2022/lib/sub-header/sub-header.component.mjs +14 -0
  49. package/esm2022/lib/subscript-textbox/subscript-textbox.component.mjs +62 -0
  50. package/esm2022/lib/success-snackbar/success-snackbar.component.mjs +21 -0
  51. package/esm2022/lib/suffix-textbox/suffix-textbox.component.mjs +65 -0
  52. package/esm2022/lib/tab/tab.component.mjs +32 -0
  53. package/esm2022/lib/table/table.component.mjs +82 -0
  54. package/esm2022/lib/tag-mob-number/tag-mob-number.component.mjs +66 -0
  55. package/esm2022/lib/textarea/textarea.component.mjs +20 -0
  56. package/esm2022/lib/textbox/textbox.component.mjs +67 -0
  57. package/esm2022/lib/textbox-with-image/textbox-with-image.component.mjs +57 -0
  58. package/esm2022/lib/textbox-with-text/textbox-with-text.component.mjs +58 -0
  59. package/esm2022/lib/textbox-with-underscore/textbox-with-underscore.component.mjs +71 -0
  60. package/esm2022/lib/toggle/toggle.component.mjs +20 -0
  61. package/esm2022/lib/toggle-button/toggle-button.component.mjs +16 -0
  62. package/esm2022/lib/underscore-mob-number/underscore-mob-number.component.mjs +74 -0
  63. package/esm2022/lib/upload/upload.component.mjs +24 -0
  64. package/esm2022/lib/warning-snackbar/warning-snackbar.component.mjs +21 -0
  65. package/esm2022/master-control.mjs +5 -0
  66. package/esm2022/public-api.mjs +60 -0
  67. package/fesm2022/master-control.mjs +42763 -0
  68. package/fesm2022/master-control.mjs.map +1 -0
  69. package/index.d.ts +5 -0
  70. package/lib/add-document/add-document.component.d.ts +6 -0
  71. package/lib/addition-button/addition-button.component.d.ts +6 -0
  72. package/lib/age-date/age-date.component.d.ts +20 -0
  73. package/lib/amount-textbox/amount-textbox.component.d.ts +17 -0
  74. package/lib/annuity-rate-logo/annuity-rate-logo.component.d.ts +7 -0
  75. package/lib/autocomplete/autocomplete.component.d.ts +25 -0
  76. package/lib/benefit-card/benefit-card.component.d.ts +6 -0
  77. package/lib/button/button.component.d.ts +9 -0
  78. package/lib/card/card.component.d.ts +6 -0
  79. package/lib/checkbox/checkbox.component.d.ts +20 -0
  80. package/lib/discount/discount.component.d.ts +6 -0
  81. package/lib/discount-v2/discount-v2.component.d.ts +6 -0
  82. package/lib/dob/dob.component.d.ts +32 -0
  83. package/lib/download-document/download-document.component.d.ts +6 -0
  84. package/lib/email-with-domain/email-with-domain.component.d.ts +19 -0
  85. package/lib/error-snackbar/error-snackbar.component.d.ts +10 -0
  86. package/lib/grey-label/grey-label.component.d.ts +6 -0
  87. package/lib/header/header.component.d.ts +6 -0
  88. package/lib/hr-line/hr-line.component.d.ts +6 -0
  89. package/lib/hyperlink/hyperlink.component.d.ts +6 -0
  90. package/lib/icon-button/icon-button.component.d.ts +6 -0
  91. package/lib/iframe/iframe.component.d.ts +13 -0
  92. package/lib/image/image.component.d.ts +6 -0
  93. package/lib/image-upload/image-upload.component.d.ts +6 -0
  94. package/lib/in-built-benefit/in-built-benefit.component.d.ts +8 -0
  95. package/lib/info/info.component.d.ts +9 -0
  96. package/lib/info-textbox/info-textbox.component.d.ts +16 -0
  97. package/lib/label/label.component.d.ts +6 -0
  98. package/lib/label-value-card/label-value-card.component.d.ts +7 -0
  99. package/lib/loader/loader.component.d.ts +6 -0
  100. package/lib/master-control.component.d.ts +9 -0
  101. package/lib/master-control.service.d.ts +11 -0
  102. package/lib/medial-questions/medial-questions.component.d.ts +62 -0
  103. package/lib/mob-number/mob-number.component.d.ts +21 -0
  104. package/lib/multiple-select/multiple-select.component.d.ts +27 -0
  105. package/lib/neutral-snackbar/neutral-snackbar.component.d.ts +10 -0
  106. package/lib/other-benefits/other-benefits.component.d.ts +6 -0
  107. package/lib/otp-mob-number/otp-mob-number.component.d.ts +17 -0
  108. package/lib/otp-textbox/otp-textbox.component.d.ts +17 -0
  109. package/lib/page-nudge/page-nudge.component.d.ts +6 -0
  110. package/lib/pay-get-card/pay-get-card.component.d.ts +11 -0
  111. package/lib/radio/radio.component.d.ts +18 -0
  112. package/lib/search-multi-select/search-multi-select.component.d.ts +27 -0
  113. package/lib/select/select.component.d.ts +22 -0
  114. package/lib/select-textbox/select-textbox.component.d.ts +17 -0
  115. package/lib/stepper/stepper.component.d.ts +11 -0
  116. package/lib/sub-header/sub-header.component.d.ts +6 -0
  117. package/lib/subscript-textbox/subscript-textbox.component.d.ts +16 -0
  118. package/lib/success-snackbar/success-snackbar.component.d.ts +10 -0
  119. package/lib/suffix-textbox/suffix-textbox.component.d.ts +16 -0
  120. package/lib/tab/tab.component.d.ts +14 -0
  121. package/lib/table/table.component.d.ts +23 -0
  122. package/lib/tag-mob-number/tag-mob-number.component.d.ts +17 -0
  123. package/lib/textarea/textarea.component.d.ts +9 -0
  124. package/lib/textbox/textbox.component.d.ts +20 -0
  125. package/lib/textbox-with-image/textbox-with-image.component.d.ts +16 -0
  126. package/lib/textbox-with-text/textbox-with-text.component.d.ts +16 -0
  127. package/lib/textbox-with-underscore/textbox-with-underscore.component.d.ts +18 -0
  128. package/lib/toggle/toggle.component.d.ts +9 -0
  129. package/lib/toggle-button/toggle-button.component.d.ts +6 -0
  130. package/lib/underscore-mob-number/underscore-mob-number.component.d.ts +19 -0
  131. package/lib/upload/upload.component.d.ts +9 -0
  132. package/lib/warning-snackbar/warning-snackbar.component.d.ts +10 -0
  133. package/master-control-0.2.16.tgz +0 -0
  134. package/package.json +25 -12
  135. package/{src/public-api.ts → public-api.d.ts} +56 -60
  136. package/ng-package.json +0 -7
  137. package/src/lib/add-document/add-document.component.css +0 -50
  138. package/src/lib/add-document/add-document.component.html +0 -31
  139. package/src/lib/add-document/add-document.component.ts +0 -17
  140. package/src/lib/addition-button/addition-button.component.css +0 -16
  141. package/src/lib/addition-button/addition-button.component.html +0 -20
  142. package/src/lib/addition-button/addition-button.component.ts +0 -13
  143. package/src/lib/age-date/age-date.component.css +0 -126
  144. package/src/lib/age-date/age-date.component.html +0 -82
  145. package/src/lib/age-date/age-date.component.ts +0 -104
  146. package/src/lib/amount-textbox/amount-textbox.component.css +0 -131
  147. package/src/lib/amount-textbox/amount-textbox.component.html +0 -69
  148. package/src/lib/amount-textbox/amount-textbox.component.ts +0 -53
  149. package/src/lib/annuity-rate-logo/annuity-rate-logo.component.css +0 -9
  150. package/src/lib/annuity-rate-logo/annuity-rate-logo.component.html +0 -6
  151. package/src/lib/annuity-rate-logo/annuity-rate-logo.component.ts +0 -13
  152. package/src/lib/autocomplete/autocomplete.component.css +0 -240
  153. package/src/lib/autocomplete/autocomplete.component.html +0 -61
  154. package/src/lib/autocomplete/autocomplete.component.ts +0 -85
  155. package/src/lib/benefit-card/benefit-card.component.css +0 -46
  156. package/src/lib/benefit-card/benefit-card.component.html +0 -25
  157. package/src/lib/benefit-card/benefit-card.component.ts +0 -13
  158. package/src/lib/button/button.component.css +0 -24
  159. package/src/lib/button/button.component.html +0 -22
  160. package/src/lib/button/button.component.ts +0 -16
  161. package/src/lib/card/card.component.css +0 -37
  162. package/src/lib/card/card.component.html +0 -24
  163. package/src/lib/card/card.component.ts +0 -13
  164. package/src/lib/checkbox/checkbox.component.css +0 -65
  165. package/src/lib/checkbox/checkbox.component.html +0 -23
  166. package/src/lib/checkbox/checkbox.component.ts +0 -70
  167. package/src/lib/discount/discount.component.css +0 -45
  168. package/src/lib/discount/discount.component.html +0 -51
  169. package/src/lib/discount/discount.component.ts +0 -14
  170. package/src/lib/discount-v2/discount-v2.component.css +0 -34
  171. package/src/lib/discount-v2/discount-v2.component.html +0 -20
  172. package/src/lib/discount-v2/discount-v2.component.ts +0 -14
  173. package/src/lib/dob/dob.component.css +0 -117
  174. package/src/lib/dob/dob.component.html +0 -88
  175. package/src/lib/dob/dob.component.ts +0 -107
  176. package/src/lib/download-document/download-document.component.css +0 -53
  177. package/src/lib/download-document/download-document.component.html +0 -38
  178. package/src/lib/download-document/download-document.component.ts +0 -17
  179. package/src/lib/email-with-domain/email-with-domain.component.css +0 -130
  180. package/src/lib/email-with-domain/email-with-domain.component.html +0 -73
  181. package/src/lib/email-with-domain/email-with-domain.component.ts +0 -51
  182. package/src/lib/error-snackbar/error-snackbar.component.css +0 -36
  183. package/src/lib/error-snackbar/error-snackbar.component.html +0 -21
  184. package/src/lib/error-snackbar/error-snackbar.component.ts +0 -19
  185. package/src/lib/grey-label/grey-label.component.css +0 -13
  186. package/src/lib/grey-label/grey-label.component.html +0 -7
  187. package/src/lib/grey-label/grey-label.component.ts +0 -13
  188. package/src/lib/header/header.component.css +0 -13
  189. package/src/lib/header/header.component.html +0 -9
  190. package/src/lib/header/header.component.ts +0 -14
  191. package/src/lib/hr-line/hr-line.component.css +0 -13
  192. package/src/lib/hr-line/hr-line.component.html +0 -7
  193. package/src/lib/hr-line/hr-line.component.ts +0 -13
  194. package/src/lib/hyperlink/hyperlink.component.css +0 -18
  195. package/src/lib/hyperlink/hyperlink.component.html +0 -8
  196. package/src/lib/hyperlink/hyperlink.component.ts +0 -13
  197. package/src/lib/icon-button/icon-button.component.css +0 -20
  198. package/src/lib/icon-button/icon-button.component.html +0 -17
  199. package/src/lib/icon-button/icon-button.component.ts +0 -13
  200. package/src/lib/iframe/iframe.component.css +0 -0
  201. package/src/lib/iframe/iframe.component.html +0 -7
  202. package/src/lib/iframe/iframe.component.ts +0 -32
  203. package/src/lib/image/image.component.css +0 -7
  204. package/src/lib/image/image.component.html +0 -3
  205. package/src/lib/image/image.component.ts +0 -13
  206. package/src/lib/image-upload/image-upload.component.css +0 -67
  207. package/src/lib/image-upload/image-upload.component.html +0 -61
  208. package/src/lib/image-upload/image-upload.component.ts +0 -17
  209. package/src/lib/in-built-benefit/in-built-benefit.component.css +0 -58
  210. package/src/lib/in-built-benefit/in-built-benefit.component.html +0 -30
  211. package/src/lib/in-built-benefit/in-built-benefit.component.ts +0 -16
  212. package/src/lib/info/info.component.css +0 -25
  213. package/src/lib/info/info.component.html +0 -21
  214. package/src/lib/info/info.component.ts +0 -15
  215. package/src/lib/info-textbox/info-textbox.component.css +0 -121
  216. package/src/lib/info-textbox/info-textbox.component.html +0 -83
  217. package/src/lib/info-textbox/info-textbox.component.ts +0 -52
  218. package/src/lib/label/label.component.css +0 -13
  219. package/src/lib/label/label.component.html +0 -7
  220. package/src/lib/label/label.component.ts +0 -14
  221. package/src/lib/label-value-card/label-value-card.component.css +0 -34
  222. package/src/lib/label-value-card/label-value-card.component.html +0 -12
  223. package/src/lib/label-value-card/label-value-card.component.ts +0 -15
  224. package/src/lib/loader/loader.component.css +0 -127
  225. package/src/lib/loader/loader.component.html +0 -37
  226. package/src/lib/loader/loader.component.spec.ts +0 -23
  227. package/src/lib/loader/loader.component.ts +0 -13
  228. package/src/lib/master-control.component.css +0 -0
  229. package/src/lib/master-control.component.html +0 -216
  230. package/src/lib/master-control.component.spec.ts +0 -23
  231. package/src/lib/master-control.component.ts +0 -143
  232. package/src/lib/master-control.service.spec.ts +0 -16
  233. package/src/lib/master-control.service.ts +0 -214
  234. package/src/lib/medial-questions/medial-questions.component.css +0 -52
  235. package/src/lib/medial-questions/medial-questions.component.html +0 -250
  236. package/src/lib/medial-questions/medial-questions.component.ts +0 -40371
  237. package/src/lib/mob-number/mob-number.component.css +0 -141
  238. package/src/lib/mob-number/mob-number.component.html +0 -82
  239. package/src/lib/mob-number/mob-number.component.ts +0 -53
  240. package/src/lib/multiple-select/multiple-select.component.css +0 -331
  241. package/src/lib/multiple-select/multiple-select.component.html +0 -100
  242. package/src/lib/multiple-select/multiple-select.component.ts +0 -115
  243. package/src/lib/neutral-snackbar/neutral-snackbar.component.css +0 -31
  244. package/src/lib/neutral-snackbar/neutral-snackbar.component.html +0 -21
  245. package/src/lib/neutral-snackbar/neutral-snackbar.component.ts +0 -19
  246. package/src/lib/other-benefits/other-benefits.component.css +0 -78
  247. package/src/lib/other-benefits/other-benefits.component.html +0 -21
  248. package/src/lib/other-benefits/other-benefits.component.ts +0 -13
  249. package/src/lib/otp-mob-number/otp-mob-number.component.css +0 -171
  250. package/src/lib/otp-mob-number/otp-mob-number.component.html +0 -101
  251. package/src/lib/otp-mob-number/otp-mob-number.component.ts +0 -54
  252. package/src/lib/otp-textbox/otp-textbox.component.css +0 -168
  253. package/src/lib/otp-textbox/otp-textbox.component.html +0 -84
  254. package/src/lib/otp-textbox/otp-textbox.component.ts +0 -57
  255. package/src/lib/page-nudge/page-nudge.component.css +0 -35
  256. package/src/lib/page-nudge/page-nudge.component.html +0 -13
  257. package/src/lib/page-nudge/page-nudge.component.ts +0 -13
  258. package/src/lib/pay-get-card/pay-get-card.component.css +0 -36
  259. package/src/lib/pay-get-card/pay-get-card.component.html +0 -20
  260. package/src/lib/pay-get-card/pay-get-card.component.ts +0 -18
  261. package/src/lib/radio/radio.component.css +0 -57
  262. package/src/lib/radio/radio.component.html +0 -37
  263. package/src/lib/radio/radio.component.ts +0 -55
  264. package/src/lib/search-multi-select/search-multi-select.component.css +0 -325
  265. package/src/lib/search-multi-select/search-multi-select.component.html +0 -125
  266. package/src/lib/search-multi-select/search-multi-select.component.ts +0 -164
  267. package/src/lib/select/select.component.css +0 -246
  268. package/src/lib/select/select.component.html +0 -72
  269. package/src/lib/select/select.component.ts +0 -95
  270. package/src/lib/select-textbox/select-textbox.component.css +0 -262
  271. package/src/lib/select-textbox/select-textbox.component.html +0 -77
  272. package/src/lib/select-textbox/select-textbox.component.ts +0 -72
  273. package/src/lib/stepper/stepper.component.css +0 -25
  274. package/src/lib/stepper/stepper.component.html +0 -16
  275. package/src/lib/stepper/stepper.component.ts +0 -20
  276. package/src/lib/sub-header/sub-header.component.css +0 -13
  277. package/src/lib/sub-header/sub-header.component.html +0 -9
  278. package/src/lib/sub-header/sub-header.component.ts +0 -13
  279. package/src/lib/subscript-textbox/subscript-textbox.component.css +0 -139
  280. package/src/lib/subscript-textbox/subscript-textbox.component.html +0 -85
  281. package/src/lib/subscript-textbox/subscript-textbox.component.ts +0 -53
  282. package/src/lib/success-snackbar/success-snackbar.component.css +0 -32
  283. package/src/lib/success-snackbar/success-snackbar.component.html +0 -21
  284. package/src/lib/success-snackbar/success-snackbar.component.ts +0 -19
  285. package/src/lib/suffix-textbox/suffix-textbox.component.css +0 -157
  286. package/src/lib/suffix-textbox/suffix-textbox.component.html +0 -84
  287. package/src/lib/suffix-textbox/suffix-textbox.component.ts +0 -54
  288. package/src/lib/tab/tab.component.css +0 -19
  289. package/src/lib/tab/tab.component.html +0 -17
  290. package/src/lib/tab/tab.component.ts +0 -27
  291. package/src/lib/table/table.component.css +0 -121
  292. package/src/lib/table/table.component.html +0 -41
  293. package/src/lib/table/table.component.spec.ts +0 -23
  294. package/src/lib/table/table.component.ts +0 -84
  295. package/src/lib/tag-mob-number/tag-mob-number.component.css +0 -167
  296. package/src/lib/tag-mob-number/tag-mob-number.component.html +0 -95
  297. package/src/lib/tag-mob-number/tag-mob-number.component.ts +0 -55
  298. package/src/lib/textarea/textarea.component.css +0 -34
  299. package/src/lib/textarea/textarea.component.html +0 -23
  300. package/src/lib/textarea/textarea.component.ts +0 -16
  301. package/src/lib/textbox/textbox.component.css +0 -118
  302. package/src/lib/textbox/textbox.component.html +0 -80
  303. package/src/lib/textbox/textbox.component.ts +0 -55
  304. package/src/lib/textbox-with-image/textbox-with-image.component.css +0 -118
  305. package/src/lib/textbox-with-image/textbox-with-image.component.html +0 -82
  306. package/src/lib/textbox-with-image/textbox-with-image.component.ts +0 -47
  307. package/src/lib/textbox-with-text/textbox-with-text.component.css +0 -124
  308. package/src/lib/textbox-with-text/textbox-with-text.component.html +0 -84
  309. package/src/lib/textbox-with-text/textbox-with-text.component.ts +0 -53
  310. package/src/lib/textbox-with-underscore/textbox-with-underscore.component.css +0 -121
  311. package/src/lib/textbox-with-underscore/textbox-with-underscore.component.html +0 -79
  312. package/src/lib/textbox-with-underscore/textbox-with-underscore.component.ts +0 -62
  313. package/src/lib/toggle/toggle.component.css +0 -101
  314. package/src/lib/toggle/toggle.component.html +0 -39
  315. package/src/lib/toggle/toggle.component.ts +0 -16
  316. package/src/lib/toggle-button/toggle-button.component.css +0 -87
  317. package/src/lib/toggle-button/toggle-button.component.html +0 -34
  318. package/src/lib/toggle-button/toggle-button.component.ts +0 -14
  319. package/src/lib/underscore-mob-number/underscore-mob-number.component.css +0 -147
  320. package/src/lib/underscore-mob-number/underscore-mob-number.component.html +0 -87
  321. package/src/lib/underscore-mob-number/underscore-mob-number.component.ts +0 -65
  322. package/src/lib/upload/upload.component.css +0 -81
  323. package/src/lib/upload/upload.component.html +0 -62
  324. package/src/lib/upload/upload.component.ts +0 -20
  325. package/src/lib/warning-snackbar/warning-snackbar.component.css +0 -29
  326. package/src/lib/warning-snackbar/warning-snackbar.component.html +0 -21
  327. package/src/lib/warning-snackbar/warning-snackbar.component.ts +0 -19
  328. package/tsconfig.lib.json +0 -15
  329. package/tsconfig.lib.prod.json +0 -11
  330. package/tsconfig.spec.json +0 -15
@@ -1,325 +0,0 @@
1
- .field-lable{
2
- font-size: 10px !important;
3
- font-weight: 700 !important;
4
- color: #444 !important;
5
- margin-bottom: 0px !important;
6
- }
7
- .error-message{
8
- color: red;
9
- }
10
- /* focus css for mat-form-field */
11
- ::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
12
- .mat-mdc-notch-piece {
13
- border-color: var(--custom-border-color-focus, #ffbb00) !important;
14
- border-width: var(--custom-border-width-focus, 1.5px) !important;
15
- }
16
-
17
- ::ng-deep .mat-mdc-form-field {
18
- background-color: var(--custom-bg-color, #ffffff) !important;
19
- border-radius: var(--custom-border-radius , 7px) !important;
20
- }
21
-
22
- /* hover css for mat-form-field */
23
-
24
- ::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
25
- .mdc-text-field--focused
26
- ):hover
27
- .mdc-notched-outline
28
- .mdc-notched-outline__leading {
29
- border-color: var(--custom-border-color-hover, #ffbb00) !important;
30
- border-width: var(--custom-border-width-hover, 1.5px) !important;
31
- }
32
-
33
- ::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
34
- .mdc-text-field--focused
35
- ):hover
36
- .mdc-notched-outline
37
- .mdc-notched-outline__notch {
38
- border-color: var(--custom-border-color-hover, #ffbb00) !important;
39
- border-width: var(--custom-border-width-hover, 1.5px) !important;
40
- }
41
-
42
- ::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(
43
- .mdc-text-field--focused
44
- ):hover
45
- .mdc-notched-outline
46
- .mdc-notched-outline__trailing {
47
- border-color: var(--custom-border-color-hover, #ffbb00) !important;
48
- border-width: var(--custom-border-width-hover, 1.5px) !important;
49
- }
50
-
51
- /* regular css for mat-form-field */
52
- ::ng-deep .mdc-text-field--outlined .mat-mdc-notch-piece {
53
- border-color: var(--custom-border-color, #dddddd) !important;
54
- border-width: var(--custom-border-width, 1.5px) !important;
55
- }
56
-
57
- /* field css for mat-form-input-field */
58
- ::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled)
59
- .mdc-text-field__input {
60
- caret-color: var(--custom-caret-color, #ffbb00) !important;
61
- /* font-size: var(--custom-font-size, 16px) !important; */
62
- font-size: 12px !important;
63
- font-weight: var(--custom-font-weight, 400) !important;
64
- font-family: var(--custom-font-family, 'Mulish') !important;
65
- color: var(--custom-font-color, #444444) !important;
66
- }
67
- /* Error state for mat-form-field */
68
- ::ng-deep .mat-form-field-invalid
69
- .mdc-text-field--outlined .mat-mdc-notch-piece {
70
- border-color: var(--custom-border-color-error, red) !important;
71
- border-width: var(--custom-border-width-error, 1.5px) !important;
72
- }
73
-
74
- ::ng-deep .mat-mdc-form-field.mat-form-field-disabled{
75
- background: var(--custom-bg-color-disabled, #ECECEC) !important;
76
- }
77
- ::ng-deep .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
78
- color : var(--custom-font-color-disabled, #999999) !important;
79
- }
80
- ::ng-deep .mdc-label {
81
- color: var(--custom-font-color, #444) !important;
82
- font-size: var(--custom-font-size, 16px) !important;
83
- font-weight: var(--custom-font-weight, 400) !important;
84
- font-family: var(--custom-font-family, 'Mulish') !important;
85
- }
86
- ::placeholder {
87
- color: #8f8f8f !important;
88
- font-size: 12px !important;
89
- }
90
- ::ng-deep .mat-mdc-form-field-hint-wrapper{
91
- padding: 0px !important;
92
- }
93
- ::ng-deep .mat-mdc-form-field-error-wrapper{
94
- padding: 0px !important;
95
- }
96
- ::ng-deep .mat-mdc-form-field-error{
97
- color: #EE0000 !important;
98
- font-size: 12px;
99
- font-weight: 500;
100
- font-family: "Mulish" !important;
101
- letter-spacing: 0;
102
- }
103
- ::ng-deep .mdc-text-field--outlined {
104
- --mdc-outlined-text-field-container-shape: var(--custom-border-radius , 7px) !important;
105
- }
106
- ::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mat-mdc-notch-piece {
107
- border-color: var(--custom-border-color-error, red) !important;
108
- border-width: var(--custom-border-width-error, 1.5px) !important;
109
- }
110
-
111
- ::ng-deep .mat-mdc-form-field-subscript-wrapper {
112
- display: none !important;
113
- }
114
-
115
- ::ng-deep .mat-mdc-form-field.mat-focused.mat-primary .mat-select-arrow {
116
- color: #fb0;
117
- }
118
- ::ng-deep .mat-mdc-select-arrow {
119
- border-style: solid !important;
120
- border-width: 0 2px 2px 0 !important;
121
- border-right: 2px solid !important;
122
- content: "" !important;
123
- display: inline-block !important;
124
- padding: 3px !important;
125
- transform: rotate(45deg) !important;
126
- vertical-align: middle !important;
127
- width: unset !important;
128
- height: unset !important;
129
- color: #444 !important;
130
- }
131
- ::ng-deep .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
132
- color: #fb0;
133
- }
134
- ::ng-deep .mat-mdc-select-arrow svg {
135
- display: none !important;
136
- }
137
- ::ng-deep .cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel {
138
- background: #fff !important;
139
- }
140
- ::ng-deep div.mat-mdc-select-panel{
141
- background: #fff !important;
142
- }
143
- ::ng-deep .mat-mdc-option.mdc-list-item {
144
- background: #fff !important;
145
- color: #444 !important;
146
- font-weight: 400;
147
- }
148
- ::ng-deep .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow {
149
- color: #ffbb00 !important;
150
- }
151
- ::ng-deep .mat-mdc-option:focus.mdc-list-item{
152
- background: #fffaeb !important;
153
- border-left: 4px solid #fb0;
154
- font-weight: 600;
155
- color: #444 !important;
156
- border-radius: 3px;
157
- }
158
- ::ng-deep .mat-mdc-option.mat-mdc-option-active.mdc-list-item {
159
- background: #fffaeb !important;
160
- border-left: 4px solid #fb0;
161
- font-weight: 600;
162
- color: #444 !important;
163
- border-radius: 3px;
164
- }
165
- ::ng-deep .mat-mdc-option.mdc-list-item {
166
- background: var(--custom-select-option-background-color, #fff) !important;
167
- color: var(--custom-select-option-font-color, #444) !important;
168
- font-weight: var(--custom-select-option-font-weight, 400) !important;
169
- }
170
- ::ng-deep .mat-mdc-option:focus.mdc-list-item {
171
- background: var(--custom-select-option-background-color-focus, #fffaeb) !important;
172
- color: var(--custom-select-option-font-color-focus, #444) !important;
173
- font-weight: var(--custom-select-option-font-weight-focus, 600) !important;
174
- border-left: var(--custom-select-option-border-left-focus, 4px solid #fb0) !important;
175
- border-radius: var(--custom-select-option-border-radius-focus, 3px) !important;
176
- }
177
- ::ng-deep .mat-mdc-option.mat-mdc-option-active.mdc-list-item {
178
- background: var(--custom-select-option-background-color-focus, #fffaeb) !important;
179
- color: var(--custom-select-option-font-color-focus, #444) !important;
180
- font-weight: var(--custom-select-option-font-weight-focus, 600) !important;
181
- border-left: var(--custom-select-option-border-left-focus, 4px solid #fb0) !important;
182
- border-radius: var(--custom-select-option-border-radius-focus, 3px) !important;
183
- }
184
- ::ng-deep .mat-mdc-option .mdc-list-item__primary-text {
185
- font-size: var(--custom-font-size, 12px) !important;
186
- }
187
- ::ng-deep .cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel {
188
- padding: 0px !important;
189
- background: #fafafa !important;
190
- }
191
- ::ng-deep .mat-mdc-form-field.mat-focused.mat-primary .mat-select-arrow {
192
- color: #fb0;
193
- }
194
- ::ng-deep .mat-mdc-option .mdc-list-item__primary-text {
195
- font-size: 12px !important;
196
- }
197
-
198
- ::ng-deep .mat-mdc-form-field.mat-focused.mat-primary .mat-select-arrow {
199
- color: #fb0;
200
- }
201
-
202
- ::ng-deep .mat-mdc-select-panel-above div.mat-mdc-select-panel{
203
- padding: 0px !important;
204
- }
205
- ::ng-deep .mat-mdc-select-panel-above div.mat-mdc-select-panel{
206
- padding: 0px !important
207
- }
208
- ::ng-deep .mat-mdc-optgroup-label{
209
- background: #f5f5f5;
210
- color: #444;
211
- font-weight: 800;
212
- }
213
-
214
- ::ng-deep .mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible{
215
- padding: 0px !important;
216
- background: #fff !important;
217
- }
218
- ::ng-deep .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple){
219
- background: #fffaeb !important;
220
- border-left: 4px solid #fb0;
221
- font-weight: 600 !important;
222
- color: #444 !important;
223
- border-radius: 3px;
224
- }
225
-
226
- ::ng-deep .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
227
- color: unset !important;
228
- }
229
-
230
- ::ng-deep .mat-mdc-option .mat-pseudo-checkbox-minimal {
231
- display: none !important;
232
- }
233
-
234
- ::ng-deep .mat-mdc-chip-set .mdc-evolution-chip{
235
- background-color: #FFF9E5 !important;
236
- }
237
- ::ng-deep .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{
238
- color: #444 !important;
239
- }
240
- ::ng-deep .mat-mdc-standard-chip .mdc-evolution-chip__text-label{
241
- font-size: 12px !important;
242
- font-weight: 400 !important;
243
- color: #444 !important;
244
- }
245
- ::ng-deep .mat-mdc-standard-chip .mdc-evolution-chip__icon--trailing{
246
- height: 12px !important;
247
- width: 12px !important;
248
- font-size: 12px !important;
249
- }
250
- ::ng-deep .multi-select .mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{
251
- padding-right: 0px !important;
252
- }
253
- ::ng-deep .mat-mdc-standard-chip{
254
- --mdc-chip-outline-width: 1px !important;
255
- border-radius: 18px !important;
256
- --mdc-chip-container-shape-radius: 19px !important;
257
- --mdc-chip-outline-color: #ffbb00 !important;
258
- }
259
- ::ng-deep .multi-select .mdc-text-field--outlined .mat-mdc-form-field-infix, .mdc-text-field--no-label .mat-mdc-form-field-infix{
260
- padding: 9px 0px 7px 0px;
261
- }
262
- ::ng-deep .multi-select .mat-mdc-select-arrow-wrapper{
263
- height: 37px;
264
- }
265
- ::ng-deep .mat-mdc-chip{
266
- height: 24px !important;
267
- }
268
-
269
- ::ng-deep .mat-mdc-optgroup-label{
270
- display: contents !important;
271
- }
272
- ::ng-deep .multiselect-search .mat-mdc-text-field-wrapper{
273
- background: #fff !important;
274
- }
275
- ::ng-deep .multiselect-search .mdc-text-field__input {
276
- color: #444 !important;
277
- }
278
- ::ng-deep .multiselect-search .mdc-line-ripple--active{
279
- opacity: 0 !important;
280
- transform: none !important;
281
- }
282
- ::ng-deep .mdc-line-ripple {
283
- opacity: 0 !important;
284
- transform: none !important;
285
- }
286
-
287
- ::ng-deep .mdc-evolution-chip-set__chips{
288
- flex-flow: unset !important;
289
- overflow: scroll !important;
290
- scrollbar-width: none !important;
291
- }
292
- ::ng-deep .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{
293
- color: #fff !important;
294
- }
295
- ::ng-deep .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked{
296
- background-color: #ffbb00 !important;
297
- border-radius: 4px !important;
298
- }
299
- ::ng-deep .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate {
300
- background-color: #ffbb00 !important;
301
- border-radius: 4px !important;
302
- }
303
- ::ng-deep .mat-mdc-option .mat-pseudo-checkbox {
304
- border: 1px solid #DADADA;
305
- }
306
-
307
- ::ng-deep .mat-mdc-option.mdc-list-item.mat-mdc-option-multiple.mdc-list-item--selected{
308
- background: #fffaeb !important;
309
- border-left: 4px solid #fb0;
310
- font-weight: 600;
311
- color: #444 !important;
312
- border-radius: 3px;
313
- }
314
- .select-container{
315
- background: #fff;
316
- }
317
- ::ng-deep .mat-mdc-form-field .mat-mdc-select-placeholder {
318
- color: #8f8f8f !important;
319
- font-size: 12px !important;
320
- vertical-align: sub;
321
- }
322
- * {
323
- font-family: "mulish" !important;
324
- }
325
-
@@ -1,125 +0,0 @@
1
- <label class="field-lable" *ngIf="field() && field()?.isVisible && field().isShowLabel"
2
- >{{ field()?.label
3
- }}<span style="color: red" *ngIf="field() && field()?.validators?.isRequired"
4
- >*</span
5
- ></label
6
- >
7
- <mat-form-field
8
- appearance="outline"
9
- class="input-full-width full-width w-100 multi-select"
10
- *ngIf="field() && field()?.isVisible"
11
- [ngStyle]="{
12
- '--custom-border-color': field()?.controlStyle?.borderColor ,
13
- '--custom-border-width': field()?.controlStyle?.borderWidth ,
14
- '--custom-border-radius': field()?.controlStyle?.borderRadius ,
15
- '--custom-bg-color': field()?.controlStyle?.background ,
16
- '--custom-border-color-focus': field()?.controlStyle?.focusBorderColor ,
17
- '--custom-border-width-focus': field()?.controlStyle?.focusBorderWidth ,
18
- '--custom-bg-color-focus': field()?.controlStyle?.focusBackground ,
19
- '--custom-border-color-hover': field()?.controlStyle?.hoverBorderColor ,
20
- '--custom-border-width-hover': field()?.controlStyle?.hoverBorderWidth ,
21
- '--custom-border-color-error': field()?.controlStyle?.errorBorderColor ,
22
- '--custom-border-width-error': field()?.controlStyle?.errorBorderWidth ,
23
- '--custom-font-color-disabled' : field()?.controlStyle?.disableColor ,
24
- '--custom-bg-color-disabled' : field()?.controlStyle?.disableBackground ,
25
- }"
26
- >
27
- @if(reactiveFormControlobject()) {
28
- <mat-select
29
- multiple
30
- [id]="field()?.fieldName"
31
- [attr.name]="field()?.fieldName"
32
- [(value)]="selectedValues"
33
- (selectionChange)="onSelectionChange()"
34
- [required]="field()?.validators?.isRequired"
35
- [placeholder]="field()?.placeHolder"
36
- [disabled]="field()?.isDisable"
37
- (openedChange)="onSelectOpened($event)"
38
- [value]="inputValue"
39
- [formControl]="reactiveFormControlobject()"
40
- >
41
- <mat-select-trigger>
42
- <mat-chip-listbox>
43
- @for (option of visibleChip; track option) {
44
- <mat-chip [removable]="true" (removed)="removeItem(option)">
45
- {{ option }}
46
- <mat-icon matChipRemove>close</mat-icon>
47
- </mat-chip>
48
- }
49
- <mat-chip *ngIf="remainingCount > 0"> +{{ remainingCount }} </mat-chip>
50
- </mat-chip-listbox>
51
- </mat-select-trigger>
52
- <div class="select-container">
53
- <mat-optgroup>
54
- <mat-form-field
55
- class="input-full-width full-width w-100 multiselect-search"
56
- >
57
- <input
58
- matInput
59
- #search
60
- autocomplete="off"
61
- placeholder="Search"
62
- [(ngModel)]="searchText"
63
- (ngModelChange)="filterOptions()"
64
- />
65
- </mat-form-field>
66
- </mat-optgroup>
67
- @for (option of filteredOptions; track option.label) {
68
- <mat-option [value]="option.label" autoActiveFirstOption>
69
- {{ option.label }}
70
- </mat-option>
71
- }
72
- </div>
73
- </mat-select>
74
- }@else {
75
- <mat-select
76
- multiple
77
- [id]="field()?.fieldName"
78
- [attr.name]="field()?.fieldName"
79
- [(value)]="selectedValues"
80
- (selectionChange)="onSelectionChange()"
81
- [required]="field()?.validators?.isRequired"
82
- [placeholder]="field()?.placeHolder"
83
- [disabled]="field()?.isDisable"
84
- (openedChange)="onSelectOpened($event)"
85
- [value]="inputValue"
86
- >
87
- <mat-select-trigger>
88
- <mat-chip-listbox>
89
- @for (option of visibleChip; track option) {
90
- <mat-chip [removable]="true" (removed)="removeItem(option)">
91
- {{ option }}
92
- <mat-icon matChipRemove>close</mat-icon>
93
- </mat-chip>
94
- }
95
- <mat-chip *ngIf="remainingCount > 0"> +{{ remainingCount }} </mat-chip>
96
- </mat-chip-listbox>
97
- </mat-select-trigger>
98
- <div class="select-container">
99
- <mat-optgroup>
100
- <mat-form-field
101
- class="input-full-width full-width w-100 multiselect-search"
102
- >
103
- <input
104
- matInput
105
- #search
106
- autocomplete="off"
107
- placeholder="Search"
108
- [(ngModel)]="searchText"
109
- (ngModelChange)="filterOptions()"
110
- />
111
- </mat-form-field>
112
- </mat-optgroup>
113
- @for (option of filteredOptions; track option.label) {
114
- <mat-option [value]="option.label" autoActiveFirstOption>
115
- {{ option.label }}
116
- </mat-option>
117
- }
118
- </div>
119
- </mat-select>
120
- }
121
-
122
- <mat-error *ngIf="false">
123
- {{ field()?.validators?.requiredMessage }}
124
- </mat-error>
125
- </mat-form-field>
@@ -1,164 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component, input } from '@angular/core';
3
- import { FormsModule, NG_VALUE_ACCESSOR, ReactiveFormsModule } from '@angular/forms';
4
- import { MatChipsModule } from '@angular/material/chips';
5
- import { MatFormFieldModule } from '@angular/material/form-field';
6
- import { MatIconModule } from '@angular/material/icon';
7
- import { MatInputModule } from '@angular/material/input';
8
- import { MatSelectChange, MatSelectModule } from '@angular/material/select';
9
-
10
- @Component({
11
- selector: 'lib-search-multi-select',
12
- standalone: true,
13
- imports: [
14
- MatSelectModule,
15
- MatFormFieldModule,
16
- CommonModule,
17
- MatChipsModule,
18
- MatIconModule,
19
- FormsModule,
20
- MatInputModule,
21
- ReactiveFormsModule
22
- ],
23
- templateUrl: './search-multi-select.component.html',
24
- styleUrl: './search-multi-select.component.css',
25
- providers: [
26
- {
27
- provide: NG_VALUE_ACCESSOR,
28
- useExisting: SearchMultiSelectComponent,
29
- multi: true
30
- }
31
- ]
32
- })
33
- export class SearchMultiSelectComponent {
34
- field: any = input.required<any>();
35
- selectedValues: any = [];
36
- visibleChip: any = [];
37
- remainingCount: any = 0;
38
- searchText: any = '';
39
- filteredOptions: any = [];
40
- inputValue: any = null;
41
- reactiveFormControlobject : any = input<any>();
42
- ngOnInit() {
43
- this.filteredOptions = this.field().options;
44
- }
45
-
46
- onChange: any = () => {};
47
- onTouched: any = () => {};
48
-
49
- writeValue(value: any): void {
50
- this.inputValue = value;
51
- }
52
-
53
- registerOnChange(fn: any): void {
54
- this.onChange = fn;
55
- }
56
-
57
- registerOnTouched(fn: any): void {
58
- this.onTouched = fn;
59
- }
60
-
61
- onValueChange(newValue: any): void {
62
- this.inputValue = newValue;
63
- this.onChange(newValue);
64
- this.onTouched();
65
- }
66
-
67
- selectionChanged(event: MatSelectChange) {
68
- this.inputValue = event.value;
69
- this.onChange(event.value);
70
- this.onTouched();
71
- }
72
- setDisabledState?(isDisabled: boolean): void {}
73
-
74
- removeItem(item: any) {
75
- const maxVisible = 2;
76
- this.visibleChip = this.visibleChip.filter(
77
- (element: any) => element !== item
78
- );
79
- this.selectedValues = this.selectedValues.filter(
80
- (element: any) => element !== item
81
- );
82
- const found = this.field().options.find((i: any) => i.label === item);
83
- if (found) {
84
- found.value = false;
85
- }
86
- this.visibleChip = this.selectedValues.slice(0, maxVisible);
87
- this.remainingCount = this.selectedValues.length - maxVisible;
88
- }
89
- onSelectionChange() {
90
- const maxVisible = 2;
91
- this.visibleChip = this.selectedValues.slice(0, maxVisible);
92
- this.remainingCount = this.selectedValues.length - maxVisible;
93
- }
94
-
95
- filterOptions() {
96
- if (!this.searchText) {
97
- this.filteredOptions = this.field().options;
98
- return;
99
- }
100
- const filterValue = this.searchText.toLowerCase();
101
- this.filteredOptions = this.field().options.filter((option: any) =>
102
- option.label.toLowerCase().includes(filterValue)
103
- );
104
- }
105
-
106
- onSelectOpened(opened: boolean) {
107
- const css = this.field()?.controlStyle;
108
- if (opened) {
109
- document.body.style.setProperty(
110
- '--custom-select-option-background-color',
111
- css?.dropdownOptionBgColor || '#fff'
112
- );
113
- document.body.style.setProperty(
114
- '--custom-select-option-font-color',
115
- css?.dropdownOptionColor || '#444'
116
- );
117
- document.body.style.setProperty(
118
- '--custom-select-option-font-weight',
119
- css?.dropdownOptionFontWeight || '400'
120
- );
121
- document.body.style.setProperty(
122
- '--custom-select-option-background-color-focus',
123
- css?.focusDropdownOptionBgColor || '#fff'
124
- );
125
- document.body.style.setProperty(
126
- '--custom-select-option-font-color-focus',
127
- css?.focusDropdownOptionColor || '#444'
128
- );
129
- document.body.style.setProperty(
130
- '--custom-select-option-font-weight-focus',
131
- css?.focusDropdownOptionFontWeight || '400'
132
- );
133
- document.body.style.setProperty(
134
- '--custom-select-option-border-left-focus',
135
- css?.focusDropdownOptionBorderLeft || '#ffbb00'
136
- );
137
- document.body.style.setProperty(
138
- '--custom-select-option-border-radius-focus',
139
- css?.focusDropdownOptionBorderRadius || '#ffbb00'
140
- );
141
- } else {
142
- document.body.style.removeProperty(
143
- '--custom-select-option-background-color'
144
- );
145
- document.body.style.removeProperty('--custom-select-option-font-color');
146
- document.body.style.removeProperty('--custom-select-option-font-weight');
147
- document.body.style.removeProperty(
148
- '--custom-select-option-background-color-focus'
149
- );
150
- document.body.style.removeProperty(
151
- '--custom-select-option-font-color-focus'
152
- );
153
- document.body.style.removeProperty(
154
- '--custom-select-option-font-weight-focus'
155
- );
156
- document.body.style.removeProperty(
157
- '--custom-select-option-border-left-focus'
158
- );
159
- document.body.style.removeProperty(
160
- '--custom-select-option-border-radius-focus'
161
- );
162
- }
163
- }
164
- }