@nextcloud/vue 8.0.0-beta.9 → 8.0.1

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 (292) hide show
  1. package/CHANGELOG.md +52 -2
  2. package/dist/Components/NcActionButton.cjs +23 -12
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +21 -9
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionInput.cjs +1 -1
  7. package/dist/Components/NcActionInput.mjs +1 -1
  8. package/dist/Components/NcActionLink.cjs +1 -1
  9. package/dist/Components/NcActionLink.mjs +1 -1
  10. package/dist/Components/NcActionRouter.cjs +1 -1
  11. package/dist/Components/NcActionRouter.mjs +1 -1
  12. package/dist/Components/NcActionText.cjs +1 -1
  13. package/dist/Components/NcActionText.mjs +1 -1
  14. package/dist/Components/NcActionTextEditable.cjs +10 -10
  15. package/dist/Components/NcActionTextEditable.cjs.map +1 -1
  16. package/dist/Components/NcActionTextEditable.mjs +1 -1
  17. package/dist/Components/NcActions.cjs +55 -52
  18. package/dist/Components/NcActions.cjs.map +1 -1
  19. package/dist/Components/NcActions.mjs +44 -41
  20. package/dist/Components/NcActions.mjs.map +1 -1
  21. package/dist/Components/NcAppContent.cjs +19 -20
  22. package/dist/Components/NcAppContent.cjs.map +1 -1
  23. package/dist/Components/NcAppContent.mjs +8 -8
  24. package/dist/Components/NcAppContent.mjs.map +1 -1
  25. package/dist/Components/NcAppNavigation.cjs +58 -27
  26. package/dist/Components/NcAppNavigation.cjs.map +1 -1
  27. package/dist/Components/NcAppNavigation.mjs +67 -34
  28. package/dist/Components/NcAppNavigation.mjs.map +1 -1
  29. package/dist/Components/NcAppNavigationItem.cjs +166 -62
  30. package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
  31. package/dist/Components/NcAppNavigationItem.mjs +145 -43
  32. package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
  33. package/dist/Components/NcAppNavigationNew.cjs +6 -6
  34. package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
  35. package/dist/Components/NcAppNavigationNew.mjs +17 -17
  36. package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
  37. package/dist/Components/NcAppNavigationNewItem.cjs +7 -7
  38. package/dist/Components/NcAppNavigationNewItem.cjs.map +1 -1
  39. package/dist/Components/NcAppNavigationNewItem.mjs +5 -5
  40. package/dist/Components/NcAppNavigationNewItem.mjs.map +1 -1
  41. package/dist/Components/NcAppNavigationSettings.cjs +46 -14
  42. package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
  43. package/dist/Components/NcAppNavigationSettings.mjs +48 -16
  44. package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
  45. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  46. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  47. package/dist/Components/NcAppSettingsDialog.cjs +75 -54
  48. package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
  49. package/dist/Components/NcAppSettingsDialog.mjs +79 -57
  50. package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
  51. package/dist/Components/NcAppSettingsSection.cjs +29 -10
  52. package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
  53. package/dist/Components/NcAppSettingsSection.mjs +29 -10
  54. package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
  55. package/dist/Components/NcAppSidebar.cjs +99 -33
  56. package/dist/Components/NcAppSidebar.cjs.map +1 -1
  57. package/dist/Components/NcAppSidebar.mjs +156 -92
  58. package/dist/Components/NcAppSidebar.mjs.map +1 -1
  59. package/dist/Components/NcAppSidebarTab.cjs +7 -7
  60. package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
  61. package/dist/Components/NcAppSidebarTab.mjs +6 -6
  62. package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
  63. package/dist/Components/NcAvatar.cjs +1 -1
  64. package/dist/Components/NcAvatar.mjs +1 -1
  65. package/dist/Components/NcBreadcrumb.cjs +10 -10
  66. package/dist/Components/NcBreadcrumb.cjs.map +1 -1
  67. package/dist/Components/NcBreadcrumb.mjs +1 -1
  68. package/dist/Components/NcBreadcrumbs.cjs +85 -53
  69. package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
  70. package/dist/Components/NcBreadcrumbs.mjs +91 -60
  71. package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
  72. package/dist/Components/NcButton.cjs +25 -25
  73. package/dist/Components/NcButton.cjs.map +1 -1
  74. package/dist/Components/NcButton.mjs +25 -25
  75. package/dist/Components/NcButton.mjs.map +1 -1
  76. package/dist/Components/NcCheckboxRadioSwitch.cjs +305 -67
  77. package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
  78. package/dist/Components/NcCheckboxRadioSwitch.mjs +307 -75
  79. package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
  80. package/dist/Components/NcColorPicker.cjs +18 -18
  81. package/dist/Components/NcColorPicker.cjs.map +1 -1
  82. package/dist/Components/NcColorPicker.mjs +17 -17
  83. package/dist/Components/NcColorPicker.mjs.map +1 -1
  84. package/dist/Components/NcCounterBubble.cjs +6 -6
  85. package/dist/Components/NcCounterBubble.cjs.map +1 -1
  86. package/dist/Components/NcCounterBubble.mjs +2 -2
  87. package/dist/Components/NcCounterBubble.mjs.map +1 -1
  88. package/dist/Components/NcDashboardWidget.cjs +30 -30
  89. package/dist/Components/NcDashboardWidget.cjs.map +1 -1
  90. package/dist/Components/NcDashboardWidget.mjs +3 -3
  91. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  92. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  93. package/dist/Components/NcDateTime.cjs +1 -1
  94. package/dist/Components/NcDateTime.mjs +1 -1
  95. package/dist/Components/NcDateTimePicker.cjs +109 -44
  96. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  97. package/dist/Components/NcDateTimePicker.mjs +115 -52
  98. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  99. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  100. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  101. package/dist/Components/NcDialogButton.cjs +11 -11
  102. package/dist/Components/NcDialogButton.cjs.map +1 -1
  103. package/dist/Components/NcDialogButton.mjs +14 -14
  104. package/dist/Components/NcDialogButton.mjs.map +1 -1
  105. package/dist/Components/NcEmojiPicker.cjs +1 -1
  106. package/dist/Components/NcEmojiPicker.mjs +1 -1
  107. package/dist/Components/NcEmptyContent.cjs +14 -14
  108. package/dist/Components/NcEmptyContent.cjs.map +1 -1
  109. package/dist/Components/NcEmptyContent.mjs +7 -7
  110. package/dist/Components/NcEmptyContent.mjs.map +1 -1
  111. package/dist/Components/NcInputField.cjs +16 -16
  112. package/dist/Components/NcInputField.cjs.map +1 -1
  113. package/dist/Components/NcInputField.mjs +5 -5
  114. package/dist/Components/NcInputField.mjs.map +1 -1
  115. package/dist/Components/NcListItem.cjs +3 -3
  116. package/dist/Components/NcListItem.cjs.map +1 -1
  117. package/dist/Components/NcListItem.mjs +3 -3
  118. package/dist/Components/NcListItem.mjs.map +1 -1
  119. package/dist/Components/NcListItemIcon.cjs +1 -1
  120. package/dist/Components/NcListItemIcon.mjs +1 -1
  121. package/dist/Components/NcModal.cjs +165 -68
  122. package/dist/Components/NcModal.cjs.map +1 -1
  123. package/dist/Components/NcModal.mjs +129 -35
  124. package/dist/Components/NcModal.mjs.map +1 -1
  125. package/dist/Components/NcNoteCard.cjs +146 -18
  126. package/dist/Components/NcNoteCard.cjs.map +1 -1
  127. package/dist/Components/NcNoteCard.mjs +146 -21
  128. package/dist/Components/NcNoteCard.mjs.map +1 -1
  129. package/dist/Components/NcPasswordField.cjs +84 -20
  130. package/dist/Components/NcPasswordField.cjs.map +1 -1
  131. package/dist/Components/NcPasswordField.mjs +104 -42
  132. package/dist/Components/NcPasswordField.mjs.map +1 -1
  133. package/dist/Components/NcRelatedResourcesPanel.cjs +48 -31
  134. package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
  135. package/dist/Components/NcRelatedResourcesPanel.mjs +31 -14
  136. package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
  137. package/dist/Components/NcRichContenteditable.cjs +22 -18
  138. package/dist/Components/NcRichContenteditable.cjs.map +1 -1
  139. package/dist/Components/NcRichContenteditable.mjs +32 -28
  140. package/dist/Components/NcRichContenteditable.mjs.map +1 -1
  141. package/dist/Components/NcRichText.cjs +1 -1
  142. package/dist/Components/NcRichText.mjs +3 -3
  143. package/dist/Components/NcSelect.cjs +80 -57
  144. package/dist/Components/NcSelect.cjs.map +1 -1
  145. package/dist/Components/NcSelect.mjs +75 -50
  146. package/dist/Components/NcSelect.mjs.map +1 -1
  147. package/dist/Components/NcSelectTags.cjs +2 -2
  148. package/dist/Components/NcSelectTags.cjs.map +1 -1
  149. package/dist/Components/NcSelectTags.mjs +4 -4
  150. package/dist/Components/NcSelectTags.mjs.map +1 -1
  151. package/dist/Components/NcSettingsInputText.cjs +1 -1
  152. package/dist/Components/NcSettingsInputText.mjs +1 -1
  153. package/dist/Components/NcSettingsSection.cjs +46 -14
  154. package/dist/Components/NcSettingsSection.cjs.map +1 -1
  155. package/dist/Components/NcSettingsSection.mjs +44 -12
  156. package/dist/Components/NcSettingsSection.mjs.map +1 -1
  157. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  158. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  159. package/dist/Components/NcTextArea.cjs +14 -14
  160. package/dist/Components/NcTextArea.cjs.map +1 -1
  161. package/dist/Components/NcTextArea.mjs +6 -6
  162. package/dist/Components/NcTextArea.mjs.map +1 -1
  163. package/dist/Components/NcTextField.cjs +51 -19
  164. package/dist/Components/NcTextField.cjs.map +1 -1
  165. package/dist/Components/NcTextField.mjs +59 -28
  166. package/dist/Components/NcTextField.mjs.map +1 -1
  167. package/dist/Components/NcTimezonePicker.cjs +32 -24
  168. package/dist/Components/NcTimezonePicker.cjs.map +1 -1
  169. package/dist/Components/NcTimezonePicker.mjs +36 -27
  170. package/dist/Components/NcTimezonePicker.mjs.map +1 -1
  171. package/dist/Components/NcUserBubble.cjs +24 -20
  172. package/dist/Components/NcUserBubble.cjs.map +1 -1
  173. package/dist/Components/NcUserBubble.mjs +25 -20
  174. package/dist/Components/NcUserBubble.mjs.map +1 -1
  175. package/dist/assets/{NcAppNavigationToggle-2cc5b864.css → NcAppNavigationToggle-9e170630.css} +3 -2
  176. package/dist/assets/{NcInputConfirmCancel-2ba60a52.css → NcInputConfirmCancel-45d1d76b.css} +7 -7
  177. package/dist/assets/{index-af72a30b.css → index-05760fea.css} +5 -1
  178. package/dist/assets/{index-30e099f7.css → index-0ac09203.css} +3 -3
  179. package/dist/assets/{index-eea65531.css → index-0e9b11c7.css} +20 -16
  180. package/dist/assets/{index-7813bab3.css → index-17673ea1.css} +7 -9
  181. package/dist/assets/{index-1151d229.css → index-1f25a3c0.css} +3 -3
  182. package/dist/assets/{index-9dcf6260.css → index-2e5e3b55.css} +30 -30
  183. package/dist/assets/{index-ed4adf1d.css → index-4271da53.css} +18 -17
  184. package/dist/assets/{index-abb90c97.css → index-4e03d941.css} +48 -48
  185. package/dist/assets/{index-4b75fe20.css → index-55600948.css} +11 -11
  186. package/dist/assets/{index-236620b0.css → index-6899d75b.css} +29 -29
  187. package/dist/assets/{index-5ee8a575.css → index-73ded07b.css} +63 -63
  188. package/dist/assets/{index-1beccc92.css → index-750c02cc.css} +28 -10
  189. package/dist/assets/{index-9e9587e1.css → index-77a548be.css} +4 -4
  190. package/dist/assets/{index-c5ae3bc4.css → index-7d211db9.css} +11 -11
  191. package/dist/assets/{index-8304db49.css → index-802d2118.css} +5 -1
  192. package/dist/assets/{index-a2d55f92.css → index-9176105d.css} +41 -41
  193. package/dist/assets/index-93bc89ef.css +197 -0
  194. package/dist/assets/{index-50b0766d.css → index-a0532427.css} +55 -70
  195. package/dist/assets/{index-e828b286.css → index-ab715d82.css} +4 -4
  196. package/dist/assets/{index-9e44e336.css → index-c221fe05.css} +9 -9
  197. package/dist/assets/{index-c6f0da2e.css → index-c239a2fc.css} +14 -8
  198. package/dist/assets/{index-73867d38.css → index-d3702c91.css} +5 -1
  199. package/dist/assets/{index-4a775ba1.css → index-d812ed9e.css} +43 -43
  200. package/dist/assets/{index-793eae6b.css → index-d9ae9479.css} +6 -6
  201. package/dist/assets/{index-f85aa003.css → index-db5a8b1c.css} +22 -10
  202. package/dist/assets/{index-574438d6.css → index-dea0aef3.css} +10 -10
  203. package/dist/assets/{index-0adc989c.css → index-ebbb7829.css} +9 -13
  204. package/dist/assets/{index-c06ad941.css → index-fbc0b606.css} +58 -42
  205. package/dist/chunks/AlertCircleOutline-7085c10f.cjs +35 -0
  206. package/dist/chunks/AlertCircleOutline-7085c10f.cjs.map +1 -0
  207. package/dist/chunks/AlertCircleOutline-b73838e0.mjs +37 -0
  208. package/dist/chunks/AlertCircleOutline-b73838e0.mjs.map +1 -0
  209. package/dist/chunks/ArrowLeft-2f9b9323.cjs +35 -0
  210. package/dist/chunks/ArrowLeft-2f9b9323.cjs.map +1 -0
  211. package/dist/chunks/ArrowLeft-3779ba88.mjs +37 -0
  212. package/dist/chunks/ArrowLeft-3779ba88.mjs.map +1 -0
  213. package/dist/chunks/ArrowRight-7315f6c1.cjs +35 -0
  214. package/dist/chunks/ArrowRight-7315f6c1.cjs.map +1 -0
  215. package/dist/chunks/ArrowRight-74a9fcb2.mjs +37 -0
  216. package/dist/chunks/ArrowRight-74a9fcb2.mjs.map +1 -0
  217. package/dist/chunks/Check-2ea0a88a.mjs +37 -0
  218. package/dist/chunks/Check-2ea0a88a.mjs.map +1 -0
  219. package/dist/chunks/Check-be8cd6af.cjs +35 -0
  220. package/dist/chunks/Check-be8cd6af.cjs.map +1 -0
  221. package/dist/chunks/ChevronDown-a72d365d.mjs +37 -0
  222. package/dist/chunks/ChevronDown-a72d365d.mjs.map +1 -0
  223. package/dist/chunks/ChevronDown-dc32e51d.cjs +35 -0
  224. package/dist/chunks/ChevronDown-dc32e51d.cjs.map +1 -0
  225. package/dist/chunks/ChevronRight-1a6a6cf2.mjs +37 -0
  226. package/dist/chunks/ChevronRight-1a6a6cf2.mjs.map +1 -0
  227. package/dist/chunks/ChevronRight-a4c1e0d3.cjs +35 -0
  228. package/dist/chunks/ChevronRight-a4c1e0d3.cjs.map +1 -0
  229. package/dist/chunks/Close-271f72e2.mjs +37 -0
  230. package/dist/chunks/Close-271f72e2.mjs.map +1 -0
  231. package/dist/chunks/Close-98cb6f12.cjs +35 -0
  232. package/dist/chunks/Close-98cb6f12.cjs.map +1 -0
  233. package/dist/chunks/DotsHorizontal-0ee7d901.mjs +37 -0
  234. package/dist/chunks/DotsHorizontal-0ee7d901.mjs.map +1 -0
  235. package/dist/chunks/DotsHorizontal-ac96129a.cjs +35 -0
  236. package/dist/chunks/DotsHorizontal-ac96129a.cjs.map +1 -0
  237. package/dist/chunks/NcAppNavigationToggle-60664a28.cjs +113 -0
  238. package/dist/chunks/NcAppNavigationToggle-60664a28.cjs.map +1 -0
  239. package/dist/chunks/NcAppNavigationToggle-82764816.mjs +118 -0
  240. package/dist/chunks/NcAppNavigationToggle-82764816.mjs.map +1 -0
  241. package/dist/chunks/NcInputConfirmCancel-262d455f.cjs +90 -0
  242. package/dist/chunks/{NcInputConfirmCancel-44052477.mjs.map → NcInputConfirmCancel-262d455f.cjs.map} +1 -1
  243. package/dist/chunks/{NcInputConfirmCancel-44052477.mjs → NcInputConfirmCancel-906c7816.mjs} +11 -11
  244. package/dist/chunks/{NcInputConfirmCancel-6bea0fdc.cjs.map → NcInputConfirmCancel-906c7816.mjs.map} +1 -1
  245. package/dist/chunks/{NcRichText-8fda53c8.mjs → NcRichText-1e8fd02d.mjs} +1 -1
  246. package/dist/chunks/{NcRichText-8fda53c8.mjs.map → NcRichText-1e8fd02d.mjs.map} +1 -1
  247. package/dist/chunks/{NcRichText-332fe454.cjs → NcRichText-ae95c854.cjs} +1 -1
  248. package/dist/chunks/{NcRichText-332fe454.cjs.map → NcRichText-ae95c854.cjs.map} +1 -1
  249. package/dist/chunks/{NcSettingsSelectGroup-fdd3309c.mjs → NcSettingsSelectGroup-ae323579.mjs} +2 -2
  250. package/dist/chunks/{NcSettingsSelectGroup-fdd3309c.mjs.map → NcSettingsSelectGroup-ae323579.mjs.map} +1 -1
  251. package/dist/chunks/{NcSettingsSelectGroup-a5ff8c36.cjs → NcSettingsSelectGroup-e8f9f9fe.cjs} +1 -1
  252. package/dist/chunks/{NcSettingsSelectGroup-a5ff8c36.cjs.map → NcSettingsSelectGroup-e8f9f9fe.cjs.map} +1 -1
  253. package/dist/chunks/{ScopeComponent-9519afcc.mjs → ScopeComponent-1ab1ebb9.mjs} +1 -1
  254. package/dist/chunks/{ScopeComponent-9519afcc.mjs.map → ScopeComponent-1ab1ebb9.mjs.map} +1 -1
  255. package/dist/chunks/{ScopeComponent-e060526a.cjs → ScopeComponent-50287dad.cjs} +1 -1
  256. package/dist/chunks/{ScopeComponent-e060526a.cjs.map → ScopeComponent-50287dad.cjs.map} +1 -1
  257. package/dist/chunks/{index-032137a6.cjs → index-e06b96d3.cjs} +56 -47
  258. package/dist/chunks/index-e06b96d3.cjs.map +1 -0
  259. package/dist/chunks/{index-fb2ee22c.mjs → index-fbf943b3.mjs} +93 -84
  260. package/dist/chunks/index-fbf943b3.mjs.map +1 -0
  261. package/dist/chunks/{l10n-9aa6482d.mjs → l10n-9fc9974f.mjs} +1 -1
  262. package/dist/chunks/{l10n-9aa6482d.mjs.map → l10n-9fc9974f.mjs.map} +1 -1
  263. package/dist/chunks/{l10n-c7bd0ea6.cjs → l10n-ec2d3010.cjs} +1 -1
  264. package/dist/chunks/{l10n-c7bd0ea6.cjs.map → l10n-ec2d3010.cjs.map} +1 -1
  265. package/dist/chunks/l10n-f491109d.cjs +29 -0
  266. package/dist/chunks/l10n-f491109d.cjs.map +1 -0
  267. package/dist/chunks/l10n-f692947e.mjs +31 -0
  268. package/dist/chunks/l10n-f692947e.mjs.map +1 -0
  269. package/dist/chunks/{referencePickerModal-443a4c57.mjs → referencePickerModal-6bc8f6b9.mjs} +156 -124
  270. package/dist/chunks/referencePickerModal-6bc8f6b9.mjs.map +1 -0
  271. package/dist/chunks/{referencePickerModal-279a483d.cjs → referencePickerModal-e033bf2c.cjs} +144 -111
  272. package/dist/chunks/referencePickerModal-e033bf2c.cjs.map +1 -0
  273. package/dist/index.cjs +4 -8
  274. package/dist/index.cjs.map +1 -1
  275. package/dist/index.mjs +26 -30
  276. package/dist/index.mjs.map +1 -1
  277. package/dist/vendor.LICENSE.txt +5 -1
  278. package/package.json +3 -3
  279. package/dist/assets/index-d646553d.css +0 -41
  280. package/dist/chunks/NcAppNavigationToggle-841d3015.cjs +0 -49
  281. package/dist/chunks/NcAppNavigationToggle-841d3015.cjs.map +0 -1
  282. package/dist/chunks/NcAppNavigationToggle-e358aa47.mjs +0 -55
  283. package/dist/chunks/NcAppNavigationToggle-e358aa47.mjs.map +0 -1
  284. package/dist/chunks/NcInputConfirmCancel-6bea0fdc.cjs +0 -90
  285. package/dist/chunks/index-032137a6.cjs.map +0 -1
  286. package/dist/chunks/index-fb2ee22c.mjs.map +0 -1
  287. package/dist/chunks/l10n-05a09c66.mjs +0 -31
  288. package/dist/chunks/l10n-05a09c66.mjs.map +0 -1
  289. package/dist/chunks/l10n-b1d264c7.cjs +0 -29
  290. package/dist/chunks/l10n-b1d264c7.cjs.map +0 -1
  291. package/dist/chunks/referencePickerModal-279a483d.cjs.map +0 -1
  292. package/dist/chunks/referencePickerModal-443a4c57.mjs.map +0 -1
@@ -1,9 +1,233 @@
1
- var P = require("../assets/index-c06ad941.css");
2
- const u = require("vue-material-design-icons/CheckboxBlankOutline.vue"), l = require("vue-material-design-icons/MinusBox.vue"), d = require("vue-material-design-icons/CheckboxMarked.vue"), h = require("vue-material-design-icons/RadioboxMarked.vue"), p = require("vue-material-design-icons/RadioboxBlank.vue"), f = require("vue-material-design-icons/ToggleSwitchOff.vue"), _ = require("vue-material-design-icons/ToggleSwitch.vue"), b = require("./NcLoadingIcon.cjs"), c = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), k = require("../chunks/GenRandomId-c214d235.cjs"), y = require("../chunks/l10n-c7bd0ea6.cjs"), o = (t) => t && t.__esModule ? t : { default: t }, m = /* @__PURE__ */ o(u), x = /* @__PURE__ */ o(l), g = /* @__PURE__ */ o(d), C = /* @__PURE__ */ o(h), v = /* @__PURE__ */ o(p), w = /* @__PURE__ */ o(f), B = /* @__PURE__ */ o(_);
3
- const T = {
1
+ var nt = require("../assets/index-fbc0b606.css");
2
+ const s = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), c = require("./NcLoadingIcon.cjs"), u = require("../chunks/GenRandomId-c214d235.cjs"), d = require("../chunks/l10n-ec2d3010.cjs"), _ = {
3
+ name: "CheckboxBlankOutlineIcon",
4
+ emits: ["click"],
5
+ props: {
6
+ title: {
7
+ type: String
8
+ },
9
+ fillColor: {
10
+ type: String,
11
+ default: "currentColor"
12
+ },
13
+ size: {
14
+ type: Number,
15
+ default: 24
16
+ }
17
+ }
18
+ };
19
+ var p = function() {
20
+ var t = this, e = t._self._c;
21
+ return e("span", t._b({ staticClass: "material-design-icon checkbox-blank-outline-icon", attrs: { "aria-hidden": !t.title, "aria-label": t.title, role: "img" }, on: { click: function(n) {
22
+ return t.$emit("click", n);
23
+ } } }, "span", t.$attrs, !1), [e("svg", { staticClass: "material-design-icon__svg", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: "0 0 24 24" } }, [e("path", { attrs: { d: "M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z" } }, [t.title ? e("title", [t._v(t._s(t.title))]) : t._e()])])]);
24
+ }, h = [], f = /* @__PURE__ */ s.normalizeComponent(
25
+ _,
26
+ p,
27
+ h,
28
+ !1,
29
+ null,
30
+ null,
31
+ null,
32
+ null
33
+ );
34
+ const m = f.exports, g = {
35
+ name: "MinusBoxIcon",
36
+ emits: ["click"],
37
+ props: {
38
+ title: {
39
+ type: String
40
+ },
41
+ fillColor: {
42
+ type: String,
43
+ default: "currentColor"
44
+ },
45
+ size: {
46
+ type: Number,
47
+ default: 24
48
+ }
49
+ }
50
+ };
51
+ var b = function() {
52
+ var t = this, e = t._self._c;
53
+ return e("span", t._b({ staticClass: "material-design-icon minus-box-icon", attrs: { "aria-hidden": !t.title, "aria-label": t.title, role: "img" }, on: { click: function(n) {
54
+ return t.$emit("click", n);
55
+ } } }, "span", t.$attrs, !1), [e("svg", { staticClass: "material-design-icon__svg", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: "0 0 24 24" } }, [e("path", { attrs: { d: "M17,13H7V11H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" } }, [t.title ? e("title", [t._v(t._s(t.title))]) : t._e()])])]);
56
+ }, k = [], v = /* @__PURE__ */ s.normalizeComponent(
57
+ g,
58
+ b,
59
+ k,
60
+ !1,
61
+ null,
62
+ null,
63
+ null,
64
+ null
65
+ );
66
+ const y = v.exports, C = {
67
+ name: "CheckboxMarkedIcon",
68
+ emits: ["click"],
69
+ props: {
70
+ title: {
71
+ type: String
72
+ },
73
+ fillColor: {
74
+ type: String,
75
+ default: "currentColor"
76
+ },
77
+ size: {
78
+ type: Number,
79
+ default: 24
80
+ }
81
+ }
82
+ };
83
+ var x = function() {
84
+ var t = this, e = t._self._c;
85
+ return e("span", t._b({ staticClass: "material-design-icon checkbox-marked-icon", attrs: { "aria-hidden": !t.title, "aria-label": t.title, role: "img" }, on: { click: function(n) {
86
+ return t.$emit("click", n);
87
+ } } }, "span", t.$attrs, !1), [e("svg", { staticClass: "material-design-icon__svg", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: "0 0 24 24" } }, [e("path", { attrs: { d: "M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z" } }, [t.title ? e("title", [t._v(t._s(t.title))]) : t._e()])])]);
88
+ }, w = [], $ = /* @__PURE__ */ s.normalizeComponent(
89
+ C,
90
+ x,
91
+ w,
92
+ !1,
93
+ null,
94
+ null,
95
+ null,
96
+ null
97
+ );
98
+ const A = $.exports, z = {
99
+ name: "RadioboxMarkedIcon",
100
+ emits: ["click"],
101
+ props: {
102
+ title: {
103
+ type: String
104
+ },
105
+ fillColor: {
106
+ type: String,
107
+ default: "currentColor"
108
+ },
109
+ size: {
110
+ type: Number,
111
+ default: 24
112
+ }
113
+ }
114
+ };
115
+ var S = function() {
116
+ var t = this, e = t._self._c;
117
+ return e("span", t._b({ staticClass: "material-design-icon radiobox-marked-icon", attrs: { "aria-hidden": !t.title, "aria-label": t.title, role: "img" }, on: { click: function(n) {
118
+ return t.$emit("click", n);
119
+ } } }, "span", t.$attrs, !1), [e("svg", { staticClass: "material-design-icon__svg", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: "0 0 24 24" } }, [e("path", { attrs: { d: "M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7Z" } }, [t.title ? e("title", [t._v(t._s(t.title))]) : t._e()])])]);
120
+ }, B = [], T = /* @__PURE__ */ s.normalizeComponent(
121
+ z,
122
+ S,
123
+ B,
124
+ !1,
125
+ null,
126
+ null,
127
+ null,
128
+ null
129
+ );
130
+ const V = T.exports, M = {
131
+ name: "RadioboxBlankIcon",
132
+ emits: ["click"],
133
+ props: {
134
+ title: {
135
+ type: String
136
+ },
137
+ fillColor: {
138
+ type: String,
139
+ default: "currentColor"
140
+ },
141
+ size: {
142
+ type: Number,
143
+ default: 24
144
+ }
145
+ }
146
+ };
147
+ var R = function() {
148
+ var t = this, e = t._self._c;
149
+ return e("span", t._b({ staticClass: "material-design-icon radiobox-blank-icon", attrs: { "aria-hidden": !t.title, "aria-label": t.title, role: "img" }, on: { click: function(n) {
150
+ return t.$emit("click", n);
151
+ } } }, "span", t.$attrs, !1), [e("svg", { staticClass: "material-design-icon__svg", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: "0 0 24 24" } }, [e("path", { attrs: { d: "M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" } }, [t.title ? e("title", [t._v(t._s(t.title))]) : t._e()])])]);
152
+ }, I = [], N = /* @__PURE__ */ s.normalizeComponent(
153
+ M,
154
+ R,
155
+ I,
156
+ !1,
157
+ null,
158
+ null,
159
+ null,
160
+ null
161
+ );
162
+ const E = N.exports, H = {
163
+ name: "ToggleSwitchOffIcon",
164
+ emits: ["click"],
165
+ props: {
166
+ title: {
167
+ type: String
168
+ },
169
+ fillColor: {
170
+ type: String,
171
+ default: "currentColor"
172
+ },
173
+ size: {
174
+ type: Number,
175
+ default: 24
176
+ }
177
+ }
178
+ };
179
+ var O = function() {
180
+ var t = this, e = t._self._c;
181
+ return e("span", t._b({ staticClass: "material-design-icon toggle-switch-off-icon", attrs: { "aria-hidden": !t.title, "aria-label": t.title, role: "img" }, on: { click: function(n) {
182
+ return t.$emit("click", n);
183
+ } } }, "span", t.$attrs, !1), [e("svg", { staticClass: "material-design-icon__svg", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: "0 0 24 24" } }, [e("path", { attrs: { d: "M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M7,15A3,3 0 0,1 4,12A3,3 0 0,1 7,9A3,3 0 0,1 10,12A3,3 0 0,1 7,15Z" } }, [t.title ? e("title", [t._v(t._s(t.title))]) : t._e()])])]);
184
+ }, F = [], L = /* @__PURE__ */ s.normalizeComponent(
185
+ H,
186
+ O,
187
+ F,
188
+ !1,
189
+ null,
190
+ null,
191
+ null,
192
+ null
193
+ );
194
+ const P = L.exports, q = {
195
+ name: "ToggleSwitchIcon",
196
+ emits: ["click"],
197
+ props: {
198
+ title: {
199
+ type: String
200
+ },
201
+ fillColor: {
202
+ type: String,
203
+ default: "currentColor"
204
+ },
205
+ size: {
206
+ type: Number,
207
+ default: 24
208
+ }
209
+ }
210
+ };
211
+ var Z = function() {
212
+ var t = this, e = t._self._c;
213
+ return e("span", t._b({ staticClass: "material-design-icon toggle-switch-icon", attrs: { "aria-hidden": !t.title, "aria-label": t.title, role: "img" }, on: { click: function(n) {
214
+ return t.$emit("click", n);
215
+ } } }, "span", t.$attrs, !1), [e("svg", { staticClass: "material-design-icon__svg", attrs: { fill: t.fillColor, width: t.size, height: t.size, viewBox: "0 0 24 24" } }, [e("path", { attrs: { d: "M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M17,15A3,3 0 0,1 14,12A3,3 0 0,1 17,9A3,3 0 0,1 20,12A3,3 0 0,1 17,15Z" } }, [t.title ? e("title", [t._v(t._s(t.title))]) : t._e()])])]);
216
+ }, G = [], W = /* @__PURE__ */ s.normalizeComponent(
217
+ q,
218
+ Z,
219
+ G,
220
+ !1,
221
+ null,
222
+ null,
223
+ null,
224
+ null
225
+ );
226
+ const Y = W.exports;
227
+ const r = "checkbox", l = "radio", a = "switch", o = "button", j = {
4
228
  name: "NcCheckboxContent",
5
229
  components: {
6
- NcLoadingIcon: b
230
+ NcLoadingIcon: c
7
231
  },
8
232
  props: {
9
233
  /**
@@ -36,12 +260,12 @@ const T = {
36
260
  type: {
37
261
  type: String,
38
262
  default: "checkbox",
39
- validator: (t) => [
263
+ validator: (i) => [
264
+ r,
265
+ l,
40
266
  a,
41
- s,
42
- i,
43
- r
44
- ].includes(t)
267
+ o
268
+ ].includes(i)
45
269
  },
46
270
  /**
47
271
  * Toggle the alternative button style
@@ -57,6 +281,13 @@ const T = {
57
281
  type: Boolean,
58
282
  default: !1
59
283
  },
284
+ /**
285
+ * Indeterminate state
286
+ */
287
+ indeterminate: {
288
+ type: Boolean,
289
+ default: !1
290
+ },
60
291
  /**
61
292
  * Loading state
62
293
  */
@@ -74,7 +305,7 @@ const T = {
74
305
  },
75
306
  computed: {
76
307
  isButtonType() {
77
- return this.type === r;
308
+ return this.type === o;
78
309
  },
79
310
  wrapperElement() {
80
311
  return this.isButtonType ? "span" : "label";
@@ -85,40 +316,47 @@ const T = {
85
316
  * @return {object}
86
317
  */
87
318
  checkboxRadioIconElement() {
88
- return this.type === s ? this.isChecked ? C.default : v.default : this.type === i ? this.isChecked ? B.default : w.default : this.indeterminate ? x.default : this.isChecked ? g.default : m.default;
319
+ return this.type === l ? this.isChecked ? V : E : this.type === a ? this.isChecked ? Y : P : this.indeterminate ? y : this.isChecked ? A : m;
89
320
  }
90
321
  }
91
322
  };
92
- var S = function() {
93
- var e = this, n = e._self._c;
94
- return n(e.wrapperElement, { tag: "component", staticClass: "checkbox-content", attrs: { for: e.isButtonType ? null : e.id } }, [n("span", { class: ["checkbox-content__icon", e.iconClass], attrs: { "aria-hidden": !0 } }, [e._t("icon", function() {
95
- return [e.loading ? n("NcLoadingIcon") : e.buttonVariant ? e._e() : n(e.checkboxRadioIconElement, { tag: "component", attrs: { size: e.size } })];
96
- }, { checked: e.isChecked, loading: e.loading })], 2), n("span", { class: ["checkbox-content__text", e.textClass] }, [e._t("default")], 2)]);
97
- }, E = [], q = /* @__PURE__ */ c.normalizeComponent(
98
- T,
99
- S,
100
- E,
323
+ var D = function() {
324
+ var t = this, e = t._self._c;
325
+ return e(t.wrapperElement, { tag: "component", staticClass: "checkbox-content", class: {
326
+ ["checkbox-content-" + t.type]: !0,
327
+ "checkbox-content--button-variant": t.buttonVariant
328
+ }, attrs: { for: t.isButtonType ? null : t.id } }, [e("span", { class: {
329
+ "checkbox-content__icon": !0,
330
+ "checkbox-content__icon--checked": t.isChecked,
331
+ [t.iconClass]: !0
332
+ }, attrs: { "aria-hidden": !0 } }, [t._t("icon", function() {
333
+ return [t.loading ? e("NcLoadingIcon") : t.buttonVariant ? t._e() : e(t.checkboxRadioIconElement, { tag: "component", attrs: { size: t.size } })];
334
+ }, { checked: t.isChecked, loading: t.loading })], 2), e("span", { class: ["checkbox-content__text", t.textClass] }, [t._t("default")], 2)]);
335
+ }, K = [], U = /* @__PURE__ */ s.normalizeComponent(
336
+ j,
337
+ D,
338
+ K,
101
339
  !1,
102
340
  null,
103
- "ad1f8733",
341
+ "af4ec574",
104
342
  null,
105
343
  null
106
344
  );
107
- const R = q.exports;
108
- const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
345
+ const X = U.exports;
346
+ const J = {
109
347
  name: "NcCheckboxRadioSwitch",
110
348
  components: {
111
- NcCheckboxContent: R
349
+ NcCheckboxContent: X
112
350
  },
113
- mixins: [y.l10n],
351
+ mixins: [d.l10n],
114
352
  props: {
115
353
  /**
116
354
  * Unique id attribute of the input
117
355
  */
118
356
  id: {
119
357
  type: String,
120
- default: () => "checkbox-radio-switch-" + k.GenRandomId(),
121
- validator: (t) => t.trim() !== ""
358
+ default: () => "checkbox-radio-switch-" + u.GenRandomId(),
359
+ validator: (i) => i.trim() !== ""
122
360
  },
123
361
  /**
124
362
  * Unique id attribute of the wrapper element
@@ -144,12 +382,12 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
144
382
  type: {
145
383
  type: String,
146
384
  default: "checkbox",
147
- validator: (t) => [
385
+ validator: (i) => [
386
+ r,
387
+ l,
148
388
  a,
149
- s,
150
- i,
151
- r
152
- ].includes(t)
389
+ o
390
+ ].includes(i)
153
391
  },
154
392
  /**
155
393
  * Toggle the alternative button style
@@ -166,7 +404,7 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
166
404
  buttonVariantGrouped: {
167
405
  type: String,
168
406
  default: "no",
169
- validator: (t) => ["no", "vertical", "horizontal"].includes(t)
407
+ validator: (i) => ["no", "vertical", "horizontal"].includes(i)
170
408
  },
171
409
  /**
172
410
  * Checked state. To be used with `:value.sync`
@@ -225,7 +463,7 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
225
463
  emits: ["update:checked"],
226
464
  computed: {
227
465
  isButtonType() {
228
- return this.type === r;
466
+ return this.type === o;
229
467
  },
230
468
  computedWrapperElement() {
231
469
  return this.isButtonType ? "button" : this.wrapperElement !== null ? this.wrapperElement : "span";
@@ -251,7 +489,7 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
251
489
  * @return {number}
252
490
  */
253
491
  size() {
254
- return this.type === i ? 36 : 24;
492
+ return this.type === a ? 36 : 24;
255
493
  },
256
494
  /**
257
495
  * Css local variables for this component
@@ -271,10 +509,10 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
271
509
  */
272
510
  inputType() {
273
511
  return [
274
- a,
275
- s,
276
- r
277
- ].includes(this.type) ? this.type : a;
512
+ r,
513
+ l,
514
+ o
515
+ ].includes(this.type) ? this.type : r;
278
516
  },
279
517
  /**
280
518
  * Check if that entry is checked
@@ -288,22 +526,22 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
288
526
  }
289
527
  },
290
528
  mounted() {
291
- if (this.name && this.type === a && !Array.isArray(this.checked))
529
+ if (this.name && this.type === r && !Array.isArray(this.checked))
292
530
  throw new Error("When using groups of checkboxes, the updated value will be an array.");
293
- if (this.name && this.type === i)
531
+ if (this.name && this.type === a)
294
532
  throw new Error("Switches are not made to be used for data sets. Please use checkboxes instead.");
295
- if (typeof this.checked != "boolean" && this.type === i)
533
+ if (typeof this.checked != "boolean" && this.type === a)
296
534
  throw new Error("Switches can only be used with boolean as checked prop.");
297
535
  },
298
536
  methods: {
299
537
  onToggle() {
300
538
  if (this.disabled)
301
539
  return;
302
- if (this.type === s) {
540
+ if (this.type === l) {
303
541
  this.$emit("update:checked", this.value);
304
542
  return;
305
543
  }
306
- if (this.type === i) {
544
+ if (this.type === a) {
307
545
  this.$emit("update:checked", !this.isChecked);
308
546
  return;
309
547
  }
@@ -311,8 +549,8 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
311
549
  this.$emit("update:checked", !this.isChecked);
312
550
  return;
313
551
  }
314
- const t = this.getInputsSet().filter((e) => e.checked).map((e) => e.value);
315
- this.$emit("update:checked", t);
552
+ const i = this.getInputsSet().filter((t) => t.checked).map((t) => t.value);
553
+ this.$emit("update:checked", i);
316
554
  },
317
555
  /**
318
556
  * Get the input set based on this name
@@ -324,29 +562,29 @@ const a = "checkbox", s = "radio", i = "switch", r = "button", z = {
324
562
  }
325
563
  }
326
564
  };
327
- var I = function() {
328
- var e = this, n = e._self._c;
329
- return n(e.computedWrapperElement, e._g({ tag: "component", staticClass: "checkbox-radio-switch", class: {
330
- ["checkbox-radio-switch-" + e.type]: e.type,
331
- "checkbox-radio-switch--checked": e.isChecked,
332
- "checkbox-radio-switch--disabled": e.disabled,
333
- "checkbox-radio-switch--indeterminate": e.indeterminate,
334
- "checkbox-radio-switch--button-variant": e.buttonVariant,
335
- "checkbox-radio-switch--button-variant-v-grouped": e.buttonVariant && e.buttonVariantGrouped === "vertical",
336
- "checkbox-radio-switch--button-variant-h-grouped": e.buttonVariant && e.buttonVariantGrouped === "horizontal",
337
- "button-vue": e.isButtonType
338
- }, style: e.cssVars, attrs: { id: e.wrapperId, type: e.isButtonType ? "button" : null } }, e.isButtonType ? e.listeners : null), [e.isButtonType ? e._e() : n("input", e._g(e._b({ staticClass: "checkbox-radio-switch__input", attrs: { id: e.id, disabled: e.disabled, type: e.inputType }, domProps: { value: e.value } }, "input", e.inputProps, !1), e.listeners)), n("NcCheckboxContent", { staticClass: "checkbox-radio-switch__content", attrs: { id: e.id, "icon-class": "checkbox-radio-switch__icon", "text-class": "checkbox-radio-switch__text", type: e.type, "button-variant": e.buttonVariant, "is-checked": e.isChecked, loading: e.loading, size: e.size }, scopedSlots: e._u([{ key: "icon", fn: function() {
339
- return [e._t("icon")];
340
- }, proxy: !0 }], null, !0) }, [e._t("default")], 2)], 1);
341
- }, N = [], V = /* @__PURE__ */ c.normalizeComponent(
342
- z,
343
- I,
344
- N,
565
+ var Q = function() {
566
+ var t = this, e = t._self._c;
567
+ return e(t.computedWrapperElement, t._g({ tag: "component", staticClass: "checkbox-radio-switch", class: {
568
+ ["checkbox-radio-switch-" + t.type]: t.type,
569
+ "checkbox-radio-switch--checked": t.isChecked,
570
+ "checkbox-radio-switch--disabled": t.disabled,
571
+ "checkbox-radio-switch--indeterminate": t.indeterminate,
572
+ "checkbox-radio-switch--button-variant": t.buttonVariant,
573
+ "checkbox-radio-switch--button-variant-v-grouped": t.buttonVariant && t.buttonVariantGrouped === "vertical",
574
+ "checkbox-radio-switch--button-variant-h-grouped": t.buttonVariant && t.buttonVariantGrouped === "horizontal",
575
+ "button-vue": t.isButtonType
576
+ }, style: t.cssVars, attrs: { id: t.wrapperId, type: t.isButtonType ? "button" : null } }, t.isButtonType ? t.listeners : null), [t.isButtonType ? t._e() : e("input", t._g(t._b({ staticClass: "checkbox-radio-switch__input", attrs: { id: t.id, disabled: t.disabled, type: t.inputType }, domProps: { value: t.value } }, "input", t.inputProps, !1), t.listeners)), e("NcCheckboxContent", { staticClass: "checkbox-radio-switch__content", attrs: { id: t.id, "icon-class": "checkbox-radio-switch__icon", "text-class": "checkbox-radio-switch__text", type: t.type, indeterminate: t.indeterminate, "button-variant": t.buttonVariant, "is-checked": t.isChecked, loading: t.loading, size: t.size }, scopedSlots: t._u([{ key: "icon", fn: function() {
577
+ return [t._t("icon")];
578
+ }, proxy: !0 }], null, !0) }, [t._t("default")], 2)], 1);
579
+ }, tt = [], et = /* @__PURE__ */ s.normalizeComponent(
580
+ J,
581
+ Q,
582
+ tt,
345
583
  !1,
346
584
  null,
347
- "dcc8fabc",
585
+ "9005171d",
348
586
  null,
349
587
  null
350
588
  );
351
- const O = V.exports;
352
- module.exports = O;
589
+ const it = et.exports;
590
+ module.exports = it;