adp-web-components 0.1.105 → 0.2.2

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 (220) hide show
  1. package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +2 -2
  2. package/dist/cjs/flexible-container.cjs.entry.js +1 -1
  3. package/dist/cjs/form-checkbox.cjs.entry.js +1 -1
  4. package/dist/cjs/form-date-picker.cjs.entry.js +1 -1
  5. package/dist/cjs/form-dialog_13.cjs.entry.js +33 -16
  6. package/dist/cjs/form-input_7.cjs.entry.js +7 -7
  7. package/dist/cjs/form-switch.cjs.entry.js +1 -1
  8. package/dist/cjs/form-time-picker.cjs.entry.js +1 -1
  9. package/dist/cjs/{functions-b6ICLBHC.js → functions-BdvBUzsC.js} +1 -1
  10. package/dist/cjs/general-form.cjs.entry.js +3 -3
  11. package/dist/cjs/general-inquiry-form.cjs.entry.js +3 -3
  12. package/dist/cjs/{get-local-language-D4Xm-FRS.js → get-local-language-AMO6arFV.js} +1 -1
  13. package/dist/cjs/{get-mock-files-C0vItsmH.js → get-mock-files-BmG4h0sO.js} +1 -1
  14. package/dist/cjs/information-table.cjs.entry.js +1 -1
  15. package/dist/cjs/loader.cjs.js +1 -1
  16. package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
  17. package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +1 -1
  18. package/dist/cjs/part-lookup.cjs.entry.js +1 -1
  19. package/dist/cjs/service-booking-form.cjs.entry.js +3 -3
  20. package/dist/cjs/shift-checkbox.cjs.entry.js +1 -1
  21. package/dist/cjs/shift-components.cjs.js +1 -1
  22. package/dist/cjs/shift-switch.cjs.entry.js +1 -1
  23. package/dist/cjs/shift-tab-content.cjs.entry.js +1 -1
  24. package/dist/cjs/shift-tabs_2.cjs.entry.js +2 -2
  25. package/dist/cjs/ssc-lookup-form.cjs.entry.js +3 -3
  26. package/dist/cjs/test-drive-form.cjs.entry.js +3 -3
  27. package/dist/cjs/vehicle-accessories_7.cjs.entry.js +8 -8
  28. package/dist/cjs/vehicle-lookup.cjs.entry.js +3 -3
  29. package/dist/cjs/vehicle-quotation-form.cjs.entry.js +2 -2
  30. package/dist/collection/components/components/empty.css +1 -1
  31. package/dist/collection/components/components/flexible-container.css +1 -1
  32. package/dist/collection/components/components/information-table.css +1 -1
  33. package/dist/collection/components/components/loading-spinner.css +1 -1
  34. package/dist/collection/components/components/shift-portal.css +1 -1
  35. package/dist/collection/components/components/shift-select-dropdown.css +1 -1
  36. package/dist/collection/components/components/shift-select.css +1 -1
  37. package/dist/collection/components/components/shift-tab-content.css +1 -1
  38. package/dist/collection/components/components/shift-tabs.css +1 -1
  39. package/dist/collection/components/form-elements/form-dialog.css +1 -1
  40. package/dist/collection/components/form-elements/form-inputs.css +1 -1
  41. package/dist/collection/components/forms/defaults/style.css +1 -1
  42. package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
  43. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
  44. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
  45. package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
  46. package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
  47. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
  48. package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
  49. package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
  50. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
  51. package/dist/collection/components/vin-extractor/vin-extractor.css +1 -1
  52. package/dist/collection/components/vin-extractor/vin-extractor.js +39 -2
  53. package/dist/components/dead-stock-lookup.js +1 -1
  54. package/dist/components/distributor-lookup.js +1 -1
  55. package/dist/components/flexible-container.js +1 -1
  56. package/dist/components/form-checkbox.js +1 -1
  57. package/dist/components/form-date-picker.js +1 -1
  58. package/dist/components/form-dialog.js +1 -1
  59. package/dist/components/form-file.js +1 -1
  60. package/dist/components/form-input-preview.js +1 -1
  61. package/dist/components/form-input.js +1 -1
  62. package/dist/components/form-phone-number.js +1 -1
  63. package/dist/components/form-picker-input.js +1 -1
  64. package/dist/components/form-select.js +1 -1
  65. package/dist/components/form-shadow-input.js +1 -1
  66. package/dist/components/form-stepper-control.js +1 -1
  67. package/dist/components/form-stepper-submit.js +1 -1
  68. package/dist/components/form-stepper.js +1 -1
  69. package/dist/components/form-structure-error.js +1 -1
  70. package/dist/components/form-structure.js +1 -1
  71. package/dist/components/form-submit.js +1 -1
  72. package/dist/components/form-switch.js +1 -1
  73. package/dist/components/form-text-area.js +1 -1
  74. package/dist/components/form-time-picker.js +1 -1
  75. package/dist/components/form-vin-input.js +1 -1
  76. package/dist/components/general-form.js +1 -1
  77. package/dist/components/general-inquiry-form.js +1 -1
  78. package/dist/components/information-table.js +1 -1
  79. package/dist/components/loading-spinner.js +1 -1
  80. package/dist/components/manufacturer-lookup.js +1 -1
  81. package/dist/components/manufacturer-part-lookup.js +1 -1
  82. package/dist/components/p-3ViBaVS-.js +5 -0
  83. package/dist/components/{p-DQ2NX4b7.js → p-5eg99bw8.js} +1 -1
  84. package/dist/components/{p-B3GY0WZf.js → p-B-UOZqbq.js} +1 -1
  85. package/dist/components/{p-D8J5mUrR.js → p-B1X4y-t8.js} +1 -1
  86. package/dist/components/{p-B2BB_BKB.js → p-B20_3DOf.js} +1 -1
  87. package/dist/components/{p-D1pkYZ7k.js → p-BETPcTFQ.js} +1 -1
  88. package/dist/components/p-BQljL38D.js +5 -0
  89. package/dist/components/{p-4jVDQYT6.js → p-BU7wbwT0.js} +1 -1
  90. package/dist/components/{p-BQvn4Lg1.js → p-BaMt7aiD.js} +1 -1
  91. package/dist/components/{p-QjlNL4x7.js → p-BgB0HKvQ.js} +1 -1
  92. package/dist/components/{p-CVFPg7ir.js → p-BlmQNC8Q.js} +1 -1
  93. package/dist/components/{p-D7bMAfFD.js → p-Bq3jMnKE.js} +1 -1
  94. package/dist/components/{p-C5JI5Ev4.js → p-C0j86yOX.js} +1 -1
  95. package/dist/components/{p-5IIHEdU9.js → p-C5TxTW-3.js} +1 -1
  96. package/dist/components/{p-CgltW5WN.js → p-CADvFpWY.js} +1 -1
  97. package/dist/components/{p-Cdfig7hw.js → p-CElSZ3OW.js} +1 -1
  98. package/dist/components/{p-I9AWLDMF.js → p-CFUn2vBb.js} +1 -1
  99. package/dist/components/{p-DyOaym_7.js → p-CSjMkIDX.js} +1 -1
  100. package/dist/components/{p-DK-kpC0q.js → p-Cbda4mAT.js} +1 -1
  101. package/dist/components/{p-CAt3zSsv.js → p-Cf32sKRu.js} +1 -1
  102. package/dist/components/{p-C8jtBy5G.js → p-CnmhhEYe.js} +1 -1
  103. package/dist/components/{p-3m0VCz1F.js → p-D50EjCx6.js} +1 -1
  104. package/dist/components/p-D7jVy5Zf.js +5 -0
  105. package/dist/components/{p-CfDi1b1Z.js → p-DAqGEY0o.js} +1 -1
  106. package/dist/components/p-DC-EzHUp.js +5 -0
  107. package/dist/components/{p-Cn4HnC-Q.js → p-DDcjXy0U.js} +1 -1
  108. package/dist/components/p-DFHtjPOL.js +5 -0
  109. package/dist/components/{p-DQMlVxcY.js → p-DKfvoYvv.js} +1 -1
  110. package/dist/components/{p-CCcvvhAq.js → p-DZ4pfzXN.js} +1 -1
  111. package/dist/components/{p-D-oztFLx.js → p-D_cvXRSc.js} +1 -1
  112. package/dist/components/{p-JwVO0_C8.js → p-D_shrVdC.js} +1 -1
  113. package/dist/components/{p-C9LpgLIf.js → p-DcfjDmF9.js} +1 -1
  114. package/dist/components/{p-DvldTYH-.js → p-DnbKmpVc.js} +1 -1
  115. package/dist/components/{p-C4-cP-xR.js → p-Dnzj_qIp.js} +1 -1
  116. package/dist/components/{p-Cf6Ec1Z7.js → p-Dydbw3F7.js} +1 -1
  117. package/dist/components/{p-BQ41eLcI.js → p-EuJflAOm.js} +1 -1
  118. package/dist/components/{p-BGCLAMwS.js → p-GVVze530.js} +1 -1
  119. package/dist/components/{p-CNDugPQa.js → p-OkAI0c6H.js} +1 -1
  120. package/dist/components/p-TnK5rC34.js +5 -0
  121. package/dist/components/{p--IrcIOME.js → p-uxEjAM7d.js} +1 -1
  122. package/dist/components/{p-BNPO8VME.js → p-wQZf5hHe.js} +1 -1
  123. package/dist/components/{p-C0YkBJrb.js → p-xelUyZe8.js} +1 -1
  124. package/dist/components/{p--IWxa3kK.js → p-xpgSZr2d.js} +1 -1
  125. package/dist/components/part-lookup.js +1 -1
  126. package/dist/components/service-booking-form.js +1 -1
  127. package/dist/components/shift-accordion.js +1 -1
  128. package/dist/components/shift-checkbox.js +1 -1
  129. package/dist/components/shift-portal.js +1 -1
  130. package/dist/components/shift-select-dropdown.js +1 -1
  131. package/dist/components/shift-select.js +1 -1
  132. package/dist/components/shift-slider.js +1 -1
  133. package/dist/components/shift-switch.js +1 -1
  134. package/dist/components/shift-tab-content.js +1 -1
  135. package/dist/components/shift-tabs.js +1 -1
  136. package/dist/components/ssc-lookup-form.js +1 -1
  137. package/dist/components/test-drive-form.js +1 -1
  138. package/dist/components/vehicle-accessories.js +1 -1
  139. package/dist/components/vehicle-claimable-items.js +1 -1
  140. package/dist/components/vehicle-item-claim-form.js +1 -1
  141. package/dist/components/vehicle-lookup.js +1 -1
  142. package/dist/components/vehicle-paint-thickness.js +1 -1
  143. package/dist/components/vehicle-quotation-form.js +1 -1
  144. package/dist/components/vehicle-sale-information.js +1 -1
  145. package/dist/components/vehicle-service-history.js +1 -1
  146. package/dist/components/vehicle-specification.js +1 -1
  147. package/dist/components/vehicle-warranty-details.js +1 -1
  148. package/dist/components/vin-extractor.js +1 -1
  149. package/dist/esm/dead-stock-lookup_3.entry.js +2 -2
  150. package/dist/esm/flexible-container.entry.js +1 -1
  151. package/dist/esm/form-checkbox.entry.js +1 -1
  152. package/dist/esm/form-date-picker.entry.js +1 -1
  153. package/dist/esm/form-dialog_13.entry.js +33 -16
  154. package/dist/esm/form-input_7.entry.js +7 -7
  155. package/dist/esm/form-switch.entry.js +1 -1
  156. package/dist/esm/form-time-picker.entry.js +1 -1
  157. package/dist/esm/{functions-CuKbL6Vh.js → functions-BQE6JNaq.js} +1 -1
  158. package/dist/esm/general-form.entry.js +3 -3
  159. package/dist/esm/general-inquiry-form.entry.js +3 -3
  160. package/dist/esm/{get-local-language-Du7pNUfR.js → get-local-language-DoL0BHe1.js} +1 -1
  161. package/dist/esm/{get-mock-files-Votbw-D-.js → get-mock-files-BTgqYRuE.js} +1 -1
  162. package/dist/esm/information-table.entry.js +1 -1
  163. package/dist/esm/loader.js +1 -1
  164. package/dist/esm/loading-spinner.entry.js +1 -1
  165. package/dist/esm/manufacturer-part-lookup.entry.js +1 -1
  166. package/dist/esm/part-lookup.entry.js +1 -1
  167. package/dist/esm/service-booking-form.entry.js +3 -3
  168. package/dist/esm/shift-checkbox.entry.js +1 -1
  169. package/dist/esm/shift-components.js +1 -1
  170. package/dist/esm/shift-switch.entry.js +1 -1
  171. package/dist/esm/shift-tab-content.entry.js +1 -1
  172. package/dist/esm/shift-tabs_2.entry.js +2 -2
  173. package/dist/esm/ssc-lookup-form.entry.js +3 -3
  174. package/dist/esm/test-drive-form.entry.js +3 -3
  175. package/dist/esm/vehicle-accessories_7.entry.js +8 -8
  176. package/dist/esm/vehicle-lookup.entry.js +3 -3
  177. package/dist/esm/vehicle-quotation-form.entry.js +2 -2
  178. package/dist/mocks/generated/broker-dealer/vehicle-lookup.json +26 -18
  179. package/dist/mocks/generated/standard-dealer/vehicle-lookup.json +18 -14
  180. package/dist/shift-components/{p-a8718412.entry.js → p-02df3bf4.entry.js} +1 -1
  181. package/dist/shift-components/{p-15cfbddf.entry.js → p-07c2b9e0.entry.js} +1 -1
  182. package/dist/shift-components/{p-ca34e894.entry.js → p-214646dd.entry.js} +1 -1
  183. package/dist/shift-components/{p-e075929e.entry.js → p-222559ac.entry.js} +1 -1
  184. package/dist/shift-components/{p-9a71c06f.entry.js → p-2e5b4a4f.entry.js} +1 -1
  185. package/dist/shift-components/{p-a2a253da.entry.js → p-3a066747.entry.js} +1 -1
  186. package/dist/shift-components/{p-ddf4b39c.entry.js → p-48428b05.entry.js} +1 -1
  187. package/dist/shift-components/{p-29fb799d.entry.js → p-4e9e9228.entry.js} +1 -1
  188. package/dist/shift-components/p-53e560b8.entry.js +5 -0
  189. package/dist/shift-components/{p-4f751fe3.entry.js → p-65681d30.entry.js} +1 -1
  190. package/dist/shift-components/p-6833feb0.entry.js +5 -0
  191. package/dist/shift-components/{p-321666d4.entry.js → p-76709443.entry.js} +1 -1
  192. package/dist/shift-components/{p-2a83b13d.entry.js → p-7fad08ea.entry.js} +1 -1
  193. package/dist/shift-components/p-859a2b79.entry.js +5 -0
  194. package/dist/shift-components/{p-c47acd42.entry.js → p-8871202a.entry.js} +1 -1
  195. package/dist/shift-components/{p-9fe4bd88.entry.js → p-96fcfb25.entry.js} +1 -1
  196. package/dist/shift-components/{p-CaIuWYeP.js → p-BTpY3KlV.js} +1 -1
  197. package/dist/shift-components/p-CxV8_Lyy.js +5 -0
  198. package/dist/shift-components/{p-DfSQN090.js → p-DCg0cCd0.js} +1 -1
  199. package/dist/shift-components/{p-ef8106fa.entry.js → p-a332321b.entry.js} +1 -1
  200. package/dist/shift-components/{p-e5a28059.entry.js → p-ca4e0e03.entry.js} +1 -1
  201. package/dist/shift-components/{p-5e25e2ae.entry.js → p-cdef5ee7.entry.js} +1 -1
  202. package/dist/shift-components/{p-09176d2f.entry.js → p-cf45477b.entry.js} +1 -1
  203. package/dist/shift-components/{p-2e0af4f7.entry.js → p-d7340805.entry.js} +1 -1
  204. package/dist/shift-components/{p-1b2ec056.entry.js → p-dfd3981f.entry.js} +1 -1
  205. package/dist/shift-components/{p-7280ade4.entry.js → p-e59bbbd4.entry.js} +1 -1
  206. package/dist/shift-components/{p-e3a3421a.entry.js → p-f132518f.entry.js} +1 -1
  207. package/dist/shift-components/shift-components.esm.js +1 -1
  208. package/dist/types/components/vin-extractor/vin-extractor.d.ts +1 -0
  209. package/dist/types/components.d.ts +8 -0
  210. package/package.json +1 -1
  211. package/dist/components/p-4YhoC53g.js +0 -5
  212. package/dist/components/p-Bbhf9PDG.js +0 -5
  213. package/dist/components/p-CUtO_JOH.js +0 -5
  214. package/dist/components/p-Dp2m_4sX.js +0 -5
  215. package/dist/components/p-DyLFOpRx.js +0 -5
  216. package/dist/components/p-ds5BXVr0.js +0 -5
  217. package/dist/shift-components/p-207381ee.entry.js +0 -5
  218. package/dist/shift-components/p-B7nj1p2b.js +0 -5
  219. package/dist/shift-components/p-e1f680ae.entry.js +0 -5
  220. package/dist/shift-components/p-faf866cb.entry.js +0 -5
@@ -2,4 +2,4 @@
2
2
  * Built by ShiftSoftware
3
3
  * Copyright (c)
4
4
  */
5
- import{r as e,h as t,H as r,a as o}from"./p-Bf4Ol6Qt.js";import{c as i}from"./p-BK16Cn81.js";import{C as a}from"./p-DtMv8M_j.js";const n=class{constructor(t){e(this,t)}async componentDidLoad(){this.inputRef=this.el.getElementsByClassName("shift-checkbox")[0]}async getInputRef(){return this.inputRef}async getIsChecked(){return this.inputRef.checked}render(){return t(r,{key:"e1fb79ca053e9dfad31a9de1c1fc767054b59a47",translate:"no"},t("label",{key:"4451ef709384f0ef13515e79df577006c72561ec",part:"shift-checkbox",class:i("relative flex items-center cursor-pointer select-none",{"opacity-75 cursor-default":this.disabled})},t("input",{key:"d8dfdebe2c84bb1884351f9767d9e60e921f66c3",type:"checkbox",value:"true",name:this.name,checked:this.checked,disabled:this.disabled,onChange:this.onChange,class:"shift-checkbox peer hidden"}),t("span",{key:"e747b08f8bdc8c5a3fcfdd61e3184daa3cf9085b",class:"relative size-[22px] rounded-[6px] flex items-center justify-center text-transparent peer-checked:text-white [&_.check-icon]:scale-0 peer-checked:[&_.check-icon]:scale-100 transition bg-transparent !duration-300 border-2 peer-checked:bg-blue-500 border-gray-400 peer-checked:border-blue-500 overflow-hidden"},t(a,{key:"95b098c225547869ca0f0ef846a4d7b8776fbbcf",class:"check-icon transition !duration-300 stroke-[3px]"})),t("span",{key:"8f95d2a2bde82ffece81d09e0c23555d24e76322",class:"ms-2 text-gray-700"},this.label)))}get el(){return o(this)}};n.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.relative{position:relative}.ms-2{margin-inline-start:.5rem}.flex{display:flex}.hidden{display:none}.size-\\[22px\\]{height:22px;width:22px}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{user-select:none}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-\\[6px\\]{border-radius:6px}.border-2{border-width:2px}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.bg-transparent{background-color:transparent}.stroke-\\[3px\\]{stroke-width:3px}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.opacity-75{opacity:.75}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\\!duration-300{transition-duration:.3s!important}.peer:checked~.peer-checked\\:border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.peer:checked~.peer-checked\\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\\[\\&_\\.check-icon\\]\\:scale-0 .check-icon{--tw-scale-x:0;--tw-scale-y:0}.\\[\\&_\\.check-icon\\]\\:scale-0 .check-icon,.peer:checked~.peer-checked\\:\\[\\&_\\.check-icon\\]\\:scale-100 .check-icon{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\\:\\[\\&_\\.check-icon\\]\\:scale-100 .check-icon{--tw-scale-x:1;--tw-scale-y:1}.static{position:static}.absolute{position:absolute}.left-\\[-2px\\]{left:-2px}.top-\\[-2px\\]{top:-2px}.size-\\[24px\\]{height:24px;width:24px}.h-\\[24px\\]{height:24px}.w-\\[50px\\]{width:50px}.rounded-full{border-radius:9999px}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.peer:checked~.peer-checked\\:\\[\\&_div\\]\\:translate-x-\\[28px\\] div{--tw-translate-x:28px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}';export{n as shift_checkbox}
5
+ import{r as e,h as t,H as r,a as o}from"./p-Bf4Ol6Qt.js";import{c as i}from"./p-BK16Cn81.js";import{C as a}from"./p-DtMv8M_j.js";const n=class{constructor(t){e(this,t)}async componentDidLoad(){this.inputRef=this.el.getElementsByClassName("shift-checkbox")[0]}async getInputRef(){return this.inputRef}async getIsChecked(){return this.inputRef.checked}render(){return t(r,{key:"e1fb79ca053e9dfad31a9de1c1fc767054b59a47",translate:"no"},t("label",{key:"4451ef709384f0ef13515e79df577006c72561ec",part:"shift-checkbox",class:i("relative flex items-center cursor-pointer select-none",{"opacity-75 cursor-default":this.disabled})},t("input",{key:"d8dfdebe2c84bb1884351f9767d9e60e921f66c3",type:"checkbox",value:"true",name:this.name,checked:this.checked,disabled:this.disabled,onChange:this.onChange,class:"shift-checkbox peer hidden"}),t("span",{key:"e747b08f8bdc8c5a3fcfdd61e3184daa3cf9085b",class:"relative size-[22px] rounded-[6px] flex items-center justify-center text-transparent peer-checked:text-white [&_.check-icon]:scale-0 peer-checked:[&_.check-icon]:scale-100 transition bg-transparent !duration-300 border-2 peer-checked:bg-blue-500 border-gray-400 peer-checked:border-blue-500 overflow-hidden"},t(a,{key:"95b098c225547869ca0f0ef846a4d7b8776fbbcf",class:"check-icon transition !duration-300 stroke-[3px]"})),t("span",{key:"8f95d2a2bde82ffece81d09e0c23555d24e76322",class:"ms-2 text-gray-700"},this.label)))}get el(){return o(this)}};n.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.static{position:static}.relative{position:relative}.ms-2{margin-inline-start:.5rem}.flex{display:flex}.hidden{display:none}.size-\\[22px\\]{height:22px;width:22px}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{user-select:none}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-\\[6px\\]{border-radius:6px}.border-2{border-width:2px}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.bg-transparent{background-color:transparent}.stroke-\\[3px\\]{stroke-width:3px}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.opacity-75{opacity:.75}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\\!duration-300{transition-duration:.3s!important}.peer:checked~.peer-checked\\:border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.peer:checked~.peer-checked\\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\\[\\&_\\.check-icon\\]\\:scale-0 .check-icon{--tw-scale-x:0;--tw-scale-y:0}.\\[\\&_\\.check-icon\\]\\:scale-0 .check-icon,.peer:checked~.peer-checked\\:\\[\\&_\\.check-icon\\]\\:scale-100 .check-icon{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\\:\\[\\&_\\.check-icon\\]\\:scale-100 .check-icon{--tw-scale-x:1;--tw-scale-y:1}.absolute{position:absolute}.left-\\[-2px\\]{left:-2px}.top-\\[-2px\\]{top:-2px}.size-\\[24px\\]{height:24px;width:24px}.h-\\[24px\\]{height:24px}.w-\\[50px\\]{width:50px}.rounded-full{border-radius:9999px}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.peer:checked~.peer-checked\\:\\[\\&_div\\]\\:translate-x-\\[28px\\] div{--tw-translate-x:28px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}';export{n as shift_checkbox}