@nextcloud/vue 8.0.0-beta.8 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/CHANGELOG.md +64 -2
  2. package/dist/Components/NcActionButton.cjs +22 -11
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +24 -12
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionInput.cjs +23 -18
  7. package/dist/Components/NcActionInput.cjs.map +1 -1
  8. package/dist/Components/NcActionInput.mjs +20 -14
  9. package/dist/Components/NcActionInput.mjs.map +1 -1
  10. package/dist/Components/NcActionLink.cjs +7 -7
  11. package/dist/Components/NcActionLink.cjs.map +1 -1
  12. package/dist/Components/NcActionLink.mjs +4 -4
  13. package/dist/Components/NcActionLink.mjs.map +1 -1
  14. package/dist/Components/NcActionRouter.cjs +8 -8
  15. package/dist/Components/NcActionRouter.cjs.map +1 -1
  16. package/dist/Components/NcActionRouter.mjs +4 -4
  17. package/dist/Components/NcActionRouter.mjs.map +1 -1
  18. package/dist/Components/NcActionText.cjs +10 -10
  19. package/dist/Components/NcActionText.cjs.map +1 -1
  20. package/dist/Components/NcActionText.mjs +11 -11
  21. package/dist/Components/NcActionText.mjs.map +1 -1
  22. package/dist/Components/NcActionTextEditable.cjs +10 -10
  23. package/dist/Components/NcActionTextEditable.cjs.map +1 -1
  24. package/dist/Components/NcActionTextEditable.mjs +2 -2
  25. package/dist/Components/NcActions.cjs +64 -57
  26. package/dist/Components/NcActions.cjs.map +1 -1
  27. package/dist/Components/NcActions.mjs +76 -69
  28. package/dist/Components/NcActions.mjs.map +1 -1
  29. package/dist/Components/NcAppContent.cjs +19 -20
  30. package/dist/Components/NcAppContent.cjs.map +1 -1
  31. package/dist/Components/NcAppContent.mjs +8 -8
  32. package/dist/Components/NcAppContent.mjs.map +1 -1
  33. package/dist/Components/NcAppNavigation.cjs +58 -27
  34. package/dist/Components/NcAppNavigation.cjs.map +1 -1
  35. package/dist/Components/NcAppNavigation.mjs +67 -34
  36. package/dist/Components/NcAppNavigation.mjs.map +1 -1
  37. package/dist/Components/NcAppNavigationItem.cjs +167 -63
  38. package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
  39. package/dist/Components/NcAppNavigationItem.mjs +142 -40
  40. package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
  41. package/dist/Components/NcAppNavigationNew.cjs +6 -6
  42. package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
  43. package/dist/Components/NcAppNavigationNew.mjs +17 -17
  44. package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
  45. package/dist/Components/NcAppNavigationNewItem.cjs +7 -7
  46. package/dist/Components/NcAppNavigationNewItem.cjs.map +1 -1
  47. package/dist/Components/NcAppNavigationNewItem.mjs +5 -5
  48. package/dist/Components/NcAppNavigationNewItem.mjs.map +1 -1
  49. package/dist/Components/NcAppNavigationSettings.cjs +46 -14
  50. package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
  51. package/dist/Components/NcAppNavigationSettings.mjs +48 -16
  52. package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
  53. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  54. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  55. package/dist/Components/NcAppSettingsDialog.cjs +87 -117
  56. package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
  57. package/dist/Components/NcAppSettingsDialog.mjs +95 -124
  58. package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
  59. package/dist/Components/NcAppSettingsSection.cjs +29 -10
  60. package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
  61. package/dist/Components/NcAppSettingsSection.mjs +29 -10
  62. package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
  63. package/dist/Components/NcAppSidebar.cjs +100 -34
  64. package/dist/Components/NcAppSidebar.cjs.map +1 -1
  65. package/dist/Components/NcAppSidebar.mjs +157 -93
  66. package/dist/Components/NcAppSidebar.mjs.map +1 -1
  67. package/dist/Components/NcAppSidebarTab.cjs +7 -7
  68. package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
  69. package/dist/Components/NcAppSidebarTab.mjs +4 -4
  70. package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
  71. package/dist/Components/NcAvatar.cjs +1 -1
  72. package/dist/Components/NcAvatar.mjs +1 -1
  73. package/dist/Components/NcBreadcrumb.cjs +10 -10
  74. package/dist/Components/NcBreadcrumb.cjs.map +1 -1
  75. package/dist/Components/NcBreadcrumb.mjs +1 -1
  76. package/dist/Components/NcBreadcrumbs.cjs +86 -54
  77. package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
  78. package/dist/Components/NcBreadcrumbs.mjs +93 -62
  79. package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
  80. package/dist/Components/NcButton.cjs +25 -25
  81. package/dist/Components/NcButton.cjs.map +1 -1
  82. package/dist/Components/NcButton.mjs +25 -25
  83. package/dist/Components/NcButton.mjs.map +1 -1
  84. package/dist/Components/NcCheckboxRadioSwitch.cjs +400 -54
  85. package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
  86. package/dist/Components/NcCheckboxRadioSwitch.mjs +398 -58
  87. package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
  88. package/dist/Components/NcColorPicker.cjs +18 -18
  89. package/dist/Components/NcColorPicker.cjs.map +1 -1
  90. package/dist/Components/NcColorPicker.mjs +17 -17
  91. package/dist/Components/NcColorPicker.mjs.map +1 -1
  92. package/dist/Components/NcDashboardWidget.cjs +30 -30
  93. package/dist/Components/NcDashboardWidget.cjs.map +1 -1
  94. package/dist/Components/NcDashboardWidget.mjs +3 -3
  95. package/dist/Components/NcDashboardWidgetItem.cjs +11 -11
  96. package/dist/Components/NcDashboardWidgetItem.cjs.map +1 -1
  97. package/dist/Components/NcDashboardWidgetItem.mjs +9 -9
  98. package/dist/Components/NcDashboardWidgetItem.mjs.map +1 -1
  99. package/dist/Components/NcDateTime.cjs +1 -1
  100. package/dist/Components/NcDateTime.mjs +1 -1
  101. package/dist/Components/NcDateTimePicker.cjs +109 -44
  102. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  103. package/dist/Components/NcDateTimePicker.mjs +115 -52
  104. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  105. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  106. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  107. package/dist/Components/NcDialog.cjs +171 -0
  108. package/dist/Components/NcDialog.cjs.map +1 -0
  109. package/dist/Components/NcDialog.mjs +177 -0
  110. package/dist/Components/NcDialog.mjs.map +1 -0
  111. package/dist/Components/NcDialogButton.cjs +69 -0
  112. package/dist/Components/NcDialogButton.cjs.map +1 -0
  113. package/dist/Components/NcDialogButton.mjs +74 -0
  114. package/dist/Components/NcDialogButton.mjs.map +1 -0
  115. package/dist/Components/NcEmojiPicker.cjs +1 -1
  116. package/dist/Components/NcEmojiPicker.mjs +1 -1
  117. package/dist/Components/NcEmptyContent.cjs +14 -14
  118. package/dist/Components/NcEmptyContent.cjs.map +1 -1
  119. package/dist/Components/NcEmptyContent.mjs +7 -7
  120. package/dist/Components/NcEmptyContent.mjs.map +1 -1
  121. package/dist/Components/NcIconSvgWrapper.cjs +29 -14
  122. package/dist/Components/NcIconSvgWrapper.cjs.map +1 -1
  123. package/dist/Components/NcIconSvgWrapper.mjs +32 -17
  124. package/dist/Components/NcIconSvgWrapper.mjs.map +1 -1
  125. package/dist/Components/NcInputField.cjs +16 -16
  126. package/dist/Components/NcInputField.cjs.map +1 -1
  127. package/dist/Components/NcInputField.mjs +5 -5
  128. package/dist/Components/NcInputField.mjs.map +1 -1
  129. package/dist/Components/NcListItem.cjs +3 -3
  130. package/dist/Components/NcListItem.cjs.map +1 -1
  131. package/dist/Components/NcListItem.mjs +3 -3
  132. package/dist/Components/NcListItem.mjs.map +1 -1
  133. package/dist/Components/NcListItemIcon.cjs +20 -12
  134. package/dist/Components/NcListItemIcon.cjs.map +1 -1
  135. package/dist/Components/NcListItemIcon.mjs +21 -13
  136. package/dist/Components/NcListItemIcon.mjs.map +1 -1
  137. package/dist/Components/NcModal.cjs +167 -72
  138. package/dist/Components/NcModal.cjs.map +1 -1
  139. package/dist/Components/NcModal.mjs +171 -79
  140. package/dist/Components/NcModal.mjs.map +1 -1
  141. package/dist/Components/NcNoteCard.cjs +147 -19
  142. package/dist/Components/NcNoteCard.cjs.map +1 -1
  143. package/dist/Components/NcNoteCard.mjs +148 -23
  144. package/dist/Components/NcNoteCard.mjs.map +1 -1
  145. package/dist/Components/NcPasswordField.cjs +114 -39
  146. package/dist/Components/NcPasswordField.cjs.map +1 -1
  147. package/dist/Components/NcPasswordField.mjs +125 -52
  148. package/dist/Components/NcPasswordField.mjs.map +1 -1
  149. package/dist/Components/NcRelatedResourcesPanel.cjs +70 -37
  150. package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
  151. package/dist/Components/NcRelatedResourcesPanel.mjs +60 -27
  152. package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
  153. package/dist/Components/NcRichContenteditable.cjs +22 -18
  154. package/dist/Components/NcRichContenteditable.cjs.map +1 -1
  155. package/dist/Components/NcRichContenteditable.mjs +32 -28
  156. package/dist/Components/NcRichContenteditable.mjs.map +1 -1
  157. package/dist/Components/NcRichText.cjs +1 -1
  158. package/dist/Components/NcRichText.mjs +3 -3
  159. package/dist/Components/NcSelect.cjs +82 -54
  160. package/dist/Components/NcSelect.cjs.map +1 -1
  161. package/dist/Components/NcSelect.mjs +77 -47
  162. package/dist/Components/NcSelect.mjs.map +1 -1
  163. package/dist/Components/NcSelectTags.cjs +2 -2
  164. package/dist/Components/NcSelectTags.cjs.map +1 -1
  165. package/dist/Components/NcSelectTags.mjs +4 -4
  166. package/dist/Components/NcSelectTags.mjs.map +1 -1
  167. package/dist/Components/NcSettingsInputText.cjs +1 -1
  168. package/dist/Components/NcSettingsInputText.mjs +1 -1
  169. package/dist/Components/NcSettingsSection.cjs +46 -14
  170. package/dist/Components/NcSettingsSection.cjs.map +1 -1
  171. package/dist/Components/NcSettingsSection.mjs +44 -12
  172. package/dist/Components/NcSettingsSection.mjs.map +1 -1
  173. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  174. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  175. package/dist/Components/NcTextArea.cjs +167 -0
  176. package/dist/Components/NcTextArea.cjs.map +1 -0
  177. package/dist/Components/NcTextArea.mjs +172 -0
  178. package/dist/Components/NcTextArea.mjs.map +1 -0
  179. package/dist/Components/NcTextField.cjs +79 -23
  180. package/dist/Components/NcTextField.cjs.map +1 -1
  181. package/dist/Components/NcTextField.mjs +82 -27
  182. package/dist/Components/NcTextField.mjs.map +1 -1
  183. package/dist/Components/NcTimezonePicker.cjs +26 -19
  184. package/dist/Components/NcTimezonePicker.cjs.map +1 -1
  185. package/dist/Components/NcTimezonePicker.mjs +31 -23
  186. package/dist/Components/NcTimezonePicker.mjs.map +1 -1
  187. package/dist/Components/NcUserBubble.cjs +24 -20
  188. package/dist/Components/NcUserBubble.cjs.map +1 -1
  189. package/dist/Components/NcUserBubble.mjs +25 -20
  190. package/dist/Components/NcUserBubble.mjs.map +1 -1
  191. package/dist/assets/{NcAppNavigationToggle-2cc5b864.css → NcAppNavigationToggle-9e170630.css} +3 -2
  192. package/dist/assets/{NcInputConfirmCancel-2ba60a52.css → NcInputConfirmCancel-45d1d76b.css} +7 -7
  193. package/dist/assets/{index-5072b6ee.css → index-05760fea.css} +16 -11
  194. package/dist/assets/{index-30e099f7.css → index-0ac09203.css} +3 -3
  195. package/dist/assets/{index-0ab8e182.css → index-0e9b11c7.css} +27 -22
  196. package/dist/assets/{index-1151d229.css → index-1f25a3c0.css} +3 -3
  197. package/dist/assets/{index-5eff69c7.css → index-2e5e3b55.css} +32 -30
  198. package/dist/assets/{index-03ec5f40.css → index-400b48a6.css} +7 -7
  199. package/dist/assets/{index-ed4adf1d.css → index-4271da53.css} +18 -17
  200. package/dist/assets/{index-33da80f0.css → index-4611417f.css} +8 -9
  201. package/dist/assets/{index-01e5adf4.css → index-55600948.css} +11 -11
  202. package/dist/assets/{index-c7905a53.css → index-57b305d3.css} +3 -3
  203. package/dist/assets/{index-de0326c7.css → index-5ee8a575.css} +69 -78
  204. package/dist/assets/index-6899d75b.css +150 -0
  205. package/dist/assets/{index-9354264c.css → index-6f721577.css} +16 -16
  206. package/dist/assets/{index-1beccc92.css → index-750c02cc.css} +28 -10
  207. package/dist/assets/{index-0557f12a.css → index-77a548be.css} +4 -4
  208. package/dist/assets/{index-fbdeb5ab.css → index-7d211db9.css} +11 -11
  209. package/dist/assets/{index-becfbea7.css → index-802d2118.css} +28 -23
  210. package/dist/assets/{index-a2d55f92.css → index-9176105d.css} +41 -41
  211. package/dist/assets/index-93bc89ef.css +197 -0
  212. package/dist/assets/{index-50b0766d.css → index-a0532427.css} +55 -70
  213. package/dist/assets/{index-6405cd50.css → index-ab715d82.css} +4 -4
  214. package/dist/assets/index-abb90c97.css +164 -0
  215. package/dist/assets/{index-23e64bbb.css → index-c221fe05.css} +9 -9
  216. package/dist/assets/{index-c6f0da2e.css → index-c239a2fc.css} +14 -8
  217. package/dist/assets/{index-fec4bb7b.css → index-d3702c91.css} +22 -17
  218. package/dist/assets/{index-194e9415.css → index-d5716ef0.css} +74 -59
  219. package/dist/assets/{index-4a775ba1.css → index-d812ed9e.css} +43 -43
  220. package/dist/assets/{index-793eae6b.css → index-d9ae9479.css} +6 -6
  221. package/dist/assets/{index-1cf8eeb4.css → index-db5a8b1c.css} +26 -33
  222. package/dist/assets/index-dc612aa3.css +112 -0
  223. package/dist/assets/{index-294382c8.css → index-e1a7aa6f.css} +43 -38
  224. package/dist/assets/{index-376d2dec.css → index-e7c55791.css} +67 -67
  225. package/dist/assets/{index-165fce0e.css → index-e7eadba7.css} +13 -13
  226. package/dist/assets/{index-0adc989c.css → index-ebbb7829.css} +9 -13
  227. package/dist/assets/{referencePickerModal-0acecb5e.css → referencePickerModal-3a127978.css} +55 -55
  228. package/dist/chunks/AlertCircleOutline-7085c10f.cjs +35 -0
  229. package/dist/chunks/AlertCircleOutline-7085c10f.cjs.map +1 -0
  230. package/dist/chunks/AlertCircleOutline-b73838e0.mjs +37 -0
  231. package/dist/chunks/AlertCircleOutline-b73838e0.mjs.map +1 -0
  232. package/dist/chunks/ArrowLeft-2f9b9323.cjs +35 -0
  233. package/dist/chunks/ArrowLeft-2f9b9323.cjs.map +1 -0
  234. package/dist/chunks/ArrowLeft-3779ba88.mjs +37 -0
  235. package/dist/chunks/ArrowLeft-3779ba88.mjs.map +1 -0
  236. package/dist/chunks/ArrowRight-7315f6c1.cjs +35 -0
  237. package/dist/chunks/ArrowRight-7315f6c1.cjs.map +1 -0
  238. package/dist/chunks/ArrowRight-74a9fcb2.mjs +37 -0
  239. package/dist/chunks/ArrowRight-74a9fcb2.mjs.map +1 -0
  240. package/dist/chunks/Check-2ea0a88a.mjs +37 -0
  241. package/dist/chunks/Check-2ea0a88a.mjs.map +1 -0
  242. package/dist/chunks/Check-be8cd6af.cjs +35 -0
  243. package/dist/chunks/Check-be8cd6af.cjs.map +1 -0
  244. package/dist/chunks/ChevronDown-a72d365d.mjs +37 -0
  245. package/dist/chunks/ChevronDown-a72d365d.mjs.map +1 -0
  246. package/dist/chunks/ChevronDown-dc32e51d.cjs +35 -0
  247. package/dist/chunks/ChevronDown-dc32e51d.cjs.map +1 -0
  248. package/dist/chunks/ChevronRight-1a6a6cf2.mjs +37 -0
  249. package/dist/chunks/ChevronRight-1a6a6cf2.mjs.map +1 -0
  250. package/dist/chunks/ChevronRight-a4c1e0d3.cjs +35 -0
  251. package/dist/chunks/ChevronRight-a4c1e0d3.cjs.map +1 -0
  252. package/dist/chunks/Close-271f72e2.mjs +37 -0
  253. package/dist/chunks/Close-271f72e2.mjs.map +1 -0
  254. package/dist/chunks/Close-98cb6f12.cjs +35 -0
  255. package/dist/chunks/Close-98cb6f12.cjs.map +1 -0
  256. package/dist/chunks/DotsHorizontal-0ee7d901.mjs +37 -0
  257. package/dist/chunks/DotsHorizontal-0ee7d901.mjs.map +1 -0
  258. package/dist/chunks/DotsHorizontal-ac96129a.cjs +35 -0
  259. package/dist/chunks/DotsHorizontal-ac96129a.cjs.map +1 -0
  260. package/dist/chunks/NcAppNavigationToggle-364eb664.cjs +113 -0
  261. package/dist/chunks/NcAppNavigationToggle-364eb664.cjs.map +1 -0
  262. package/dist/chunks/NcAppNavigationToggle-cd2ef112.mjs +118 -0
  263. package/dist/chunks/NcAppNavigationToggle-cd2ef112.mjs.map +1 -0
  264. package/dist/chunks/{NcInputConfirmCancel-f881168d.mjs → NcInputConfirmCancel-304f0b74.mjs} +22 -15
  265. package/dist/chunks/NcInputConfirmCancel-304f0b74.mjs.map +1 -0
  266. package/dist/chunks/NcInputConfirmCancel-c873bb9b.cjs +90 -0
  267. package/dist/chunks/NcInputConfirmCancel-c873bb9b.cjs.map +1 -0
  268. package/dist/chunks/{NcRichText-1c3d2654.mjs → NcRichText-25edeb8e.mjs} +9 -9
  269. package/dist/chunks/{NcRichText-d385dc10.cjs.map → NcRichText-25edeb8e.mjs.map} +1 -1
  270. package/dist/chunks/{NcRichText-d385dc10.cjs → NcRichText-dcb4fb97.cjs} +2 -2
  271. package/dist/chunks/{NcRichText-1c3d2654.mjs.map → NcRichText-dcb4fb97.cjs.map} +1 -1
  272. package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs → NcSettingsSelectGroup-d639533d.cjs} +1 -1
  273. package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs.map → NcSettingsSelectGroup-d639533d.cjs.map} +1 -1
  274. package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs → NcSettingsSelectGroup-fd91d31a.mjs} +2 -2
  275. package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs.map → NcSettingsSelectGroup-fd91d31a.mjs.map} +1 -1
  276. package/dist/chunks/{ScopeComponent-97a014a1.mjs → ScopeComponent-5b9e60d8.mjs} +3 -3
  277. package/dist/chunks/{ScopeComponent-97a014a1.mjs.map → ScopeComponent-5b9e60d8.mjs.map} +1 -1
  278. package/dist/chunks/{ScopeComponent-1c75ec38.cjs → ScopeComponent-dfa5ec75.cjs} +1 -1
  279. package/dist/chunks/{ScopeComponent-1c75ec38.cjs.map → ScopeComponent-dfa5ec75.cjs.map} +1 -1
  280. package/dist/chunks/{actionText-b0bd6eb7.cjs → actionText-54bc24a6.cjs} +1 -1
  281. package/dist/chunks/{actionText-9f5c55bd.mjs.map → actionText-54bc24a6.cjs.map} +1 -1
  282. package/dist/chunks/{actionText-9f5c55bd.mjs → actionText-a64be267.mjs} +1 -1
  283. package/dist/chunks/{actionText-b0bd6eb7.cjs.map → actionText-a64be267.mjs.map} +1 -1
  284. package/dist/chunks/{index-2a5b8ace.cjs → index-343ecbe5.cjs} +98 -55
  285. package/dist/chunks/index-343ecbe5.cjs.map +1 -0
  286. package/dist/chunks/{index-6c221fa0.mjs → index-a01ff595.mjs} +143 -100
  287. package/dist/chunks/index-a01ff595.mjs.map +1 -0
  288. package/dist/chunks/{l10n-4326316a.cjs → l10n-9321b50d.cjs} +1 -1
  289. package/dist/chunks/{l10n-4326316a.cjs.map → l10n-9321b50d.cjs.map} +1 -1
  290. package/dist/chunks/l10n-9f3afaf5.cjs +29 -0
  291. package/dist/chunks/l10n-9f3afaf5.cjs.map +1 -0
  292. package/dist/chunks/l10n-b6d21146.mjs +31 -0
  293. package/dist/chunks/l10n-b6d21146.mjs.map +1 -0
  294. package/dist/chunks/{l10n-c5f5f001.mjs → l10n-bef4ea85.mjs} +1 -1
  295. package/dist/chunks/{l10n-c5f5f001.mjs.map → l10n-bef4ea85.mjs.map} +1 -1
  296. package/dist/chunks/{referencePickerModal-0fde503d.mjs → referencePickerModal-58498cac.mjs} +157 -125
  297. package/dist/chunks/referencePickerModal-58498cac.mjs.map +1 -0
  298. package/dist/chunks/{referencePickerModal-9b4ff88d.cjs → referencePickerModal-a739a17b.cjs} +145 -112
  299. package/dist/chunks/referencePickerModal-a739a17b.cjs.map +1 -0
  300. package/dist/index.cjs +105 -103
  301. package/dist/index.cjs.map +1 -1
  302. package/dist/index.mjs +138 -133
  303. package/dist/index.mjs.map +1 -1
  304. package/dist/vendor.LICENSE.txt +5 -1
  305. package/package.json +8 -5
  306. package/dist/assets/index-7768d5e5.css +0 -148
  307. package/dist/assets/index-d646553d.css +0 -41
  308. package/dist/chunks/NcAppNavigationToggle-960658a0.cjs +0 -49
  309. package/dist/chunks/NcAppNavigationToggle-960658a0.cjs.map +0 -1
  310. package/dist/chunks/NcAppNavigationToggle-d868f651.mjs +0 -55
  311. package/dist/chunks/NcAppNavigationToggle-d868f651.mjs.map +0 -1
  312. package/dist/chunks/NcInputConfirmCancel-0c4bee9a.cjs +0 -83
  313. package/dist/chunks/NcInputConfirmCancel-0c4bee9a.cjs.map +0 -1
  314. package/dist/chunks/NcInputConfirmCancel-f881168d.mjs.map +0 -1
  315. package/dist/chunks/index-2a5b8ace.cjs.map +0 -1
  316. package/dist/chunks/index-6c221fa0.mjs.map +0 -1
  317. package/dist/chunks/l10n-27a75c40.mjs +0 -31
  318. package/dist/chunks/l10n-27a75c40.mjs.map +0 -1
  319. package/dist/chunks/l10n-903083c4.cjs +0 -29
  320. package/dist/chunks/l10n-903083c4.cjs.map +0 -1
  321. package/dist/chunks/referencePickerModal-0fde503d.mjs.map +0 -1
  322. package/dist/chunks/referencePickerModal-9b4ff88d.cjs.map +0 -1
@@ -1,29 +1,366 @@
1
- import "../assets/index-194e9415.css";
2
- import s from "./NcLoadingIcon.mjs";
3
- import { G as c } from "../chunks/GenRandomId-cb9ccebe.mjs";
4
- import { l as d } from "../chunks/l10n-c5f5f001.mjs";
5
- import h from "vue-material-design-icons/CheckboxBlankOutline.vue";
6
- import l from "vue-material-design-icons/MinusBox.vue";
7
- import u from "vue-material-design-icons/CheckboxMarked.vue";
8
- import p from "vue-material-design-icons/RadioboxMarked.vue";
9
- import f from "vue-material-design-icons/RadioboxBlank.vue";
10
- import m from "vue-material-design-icons/ToggleSwitchOff.vue";
11
- import k from "vue-material-design-icons/ToggleSwitch.vue";
12
- import { n as b } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
13
- const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
1
+ import "../assets/index-d5716ef0.css";
2
+ import { n as s } from "../chunks/_plugin-vue2_normalizer-71e2aa87.mjs";
3
+ import c from "./NcLoadingIcon.mjs";
4
+ import { G as d } from "../chunks/GenRandomId-cb9ccebe.mjs";
5
+ import { l as u } from "../chunks/l10n-bef4ea85.mjs";
6
+ const _ = {
7
+ name: "CheckboxBlankOutlineIcon",
8
+ emits: ["click"],
9
+ props: {
10
+ title: {
11
+ type: String
12
+ },
13
+ fillColor: {
14
+ type: String,
15
+ default: "currentColor"
16
+ },
17
+ size: {
18
+ type: Number,
19
+ default: 24
20
+ }
21
+ }
22
+ };
23
+ var p = function() {
24
+ var t = this, e = t._self._c;
25
+ 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) {
26
+ return t.$emit("click", n);
27
+ } } }, "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()])])]);
28
+ }, h = [], f = /* @__PURE__ */ s(
29
+ _,
30
+ p,
31
+ h,
32
+ !1,
33
+ null,
34
+ null,
35
+ null,
36
+ null
37
+ );
38
+ const m = f.exports, g = {
39
+ name: "MinusBoxIcon",
40
+ emits: ["click"],
41
+ props: {
42
+ title: {
43
+ type: String
44
+ },
45
+ fillColor: {
46
+ type: String,
47
+ default: "currentColor"
48
+ },
49
+ size: {
50
+ type: Number,
51
+ default: 24
52
+ }
53
+ }
54
+ };
55
+ var b = function() {
56
+ var t = this, e = t._self._c;
57
+ 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) {
58
+ return t.$emit("click", n);
59
+ } } }, "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()])])]);
60
+ }, k = [], v = /* @__PURE__ */ s(
61
+ g,
62
+ b,
63
+ k,
64
+ !1,
65
+ null,
66
+ null,
67
+ null,
68
+ null
69
+ );
70
+ const y = v.exports, C = {
71
+ name: "CheckboxMarkedIcon",
72
+ emits: ["click"],
73
+ props: {
74
+ title: {
75
+ type: String
76
+ },
77
+ fillColor: {
78
+ type: String,
79
+ default: "currentColor"
80
+ },
81
+ size: {
82
+ type: Number,
83
+ default: 24
84
+ }
85
+ }
86
+ };
87
+ var x = function() {
88
+ var t = this, e = t._self._c;
89
+ 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) {
90
+ return t.$emit("click", n);
91
+ } } }, "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()])])]);
92
+ }, w = [], $ = /* @__PURE__ */ s(
93
+ C,
94
+ x,
95
+ w,
96
+ !1,
97
+ null,
98
+ null,
99
+ null,
100
+ null
101
+ );
102
+ const A = $.exports, S = {
103
+ name: "RadioboxMarkedIcon",
104
+ emits: ["click"],
105
+ props: {
106
+ title: {
107
+ type: String
108
+ },
109
+ fillColor: {
110
+ type: String,
111
+ default: "currentColor"
112
+ },
113
+ size: {
114
+ type: Number,
115
+ default: 24
116
+ }
117
+ }
118
+ };
119
+ var B = function() {
120
+ var t = this, e = t._self._c;
121
+ 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) {
122
+ return t.$emit("click", n);
123
+ } } }, "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()])])]);
124
+ }, z = [], T = /* @__PURE__ */ s(
125
+ S,
126
+ B,
127
+ z,
128
+ !1,
129
+ null,
130
+ null,
131
+ null,
132
+ null
133
+ );
134
+ const M = T.exports, V = {
135
+ name: "RadioboxBlankIcon",
136
+ emits: ["click"],
137
+ props: {
138
+ title: {
139
+ type: String
140
+ },
141
+ fillColor: {
142
+ type: String,
143
+ default: "currentColor"
144
+ },
145
+ size: {
146
+ type: Number,
147
+ default: 24
148
+ }
149
+ }
150
+ };
151
+ var R = function() {
152
+ var t = this, e = t._self._c;
153
+ 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) {
154
+ return t.$emit("click", n);
155
+ } } }, "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()])])]);
156
+ }, N = [], E = /* @__PURE__ */ s(
157
+ V,
158
+ R,
159
+ N,
160
+ !1,
161
+ null,
162
+ null,
163
+ null,
164
+ null
165
+ );
166
+ const I = E.exports, H = {
167
+ name: "ToggleSwitchOffIcon",
168
+ emits: ["click"],
169
+ props: {
170
+ title: {
171
+ type: String
172
+ },
173
+ fillColor: {
174
+ type: String,
175
+ default: "currentColor"
176
+ },
177
+ size: {
178
+ type: Number,
179
+ default: 24
180
+ }
181
+ }
182
+ };
183
+ var O = function() {
184
+ var t = this, e = t._self._c;
185
+ 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) {
186
+ return t.$emit("click", n);
187
+ } } }, "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()])])]);
188
+ }, F = [], P = /* @__PURE__ */ s(
189
+ H,
190
+ O,
191
+ F,
192
+ !1,
193
+ null,
194
+ null,
195
+ null,
196
+ null
197
+ );
198
+ const L = P.exports, Z = {
199
+ name: "ToggleSwitchIcon",
200
+ emits: ["click"],
201
+ props: {
202
+ title: {
203
+ type: String
204
+ },
205
+ fillColor: {
206
+ type: String,
207
+ default: "currentColor"
208
+ },
209
+ size: {
210
+ type: Number,
211
+ default: 24
212
+ }
213
+ }
214
+ };
215
+ var G = function() {
216
+ var t = this, e = t._self._c;
217
+ 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) {
218
+ return t.$emit("click", n);
219
+ } } }, "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()])])]);
220
+ }, W = [], Y = /* @__PURE__ */ s(
221
+ Z,
222
+ G,
223
+ W,
224
+ !1,
225
+ null,
226
+ null,
227
+ null,
228
+ null
229
+ );
230
+ const q = Y.exports;
231
+ const r = "checkbox", l = "radio", a = "switch", o = "button", j = {
232
+ name: "NcCheckboxContent",
233
+ components: {
234
+ NcLoadingIcon: c
235
+ },
236
+ props: {
237
+ /**
238
+ * Unique id attribute of the input to label
239
+ */
240
+ id: {
241
+ type: String,
242
+ default: null
243
+ },
244
+ /**
245
+ * Class for the icon element
246
+ */
247
+ iconClass: {
248
+ type: [String, Object],
249
+ default: null
250
+ },
251
+ /**
252
+ * Class for the text element
253
+ */
254
+ textClass: {
255
+ type: [String, Object],
256
+ default: null
257
+ },
258
+ /**
259
+ * Type of the input. checkbox, radio, switch, or button.
260
+ *
261
+ * Only use button when used in a `tablist` container and the
262
+ * `tab` role is set.
263
+ */
264
+ type: {
265
+ type: String,
266
+ default: "checkbox",
267
+ validator: (i) => [
268
+ r,
269
+ l,
270
+ a,
271
+ o
272
+ ].includes(i)
273
+ },
274
+ /**
275
+ * Toggle the alternative button style
276
+ */
277
+ buttonVariant: {
278
+ type: Boolean,
279
+ default: !1
280
+ },
281
+ /**
282
+ * True if the entry is checked
283
+ */
284
+ isChecked: {
285
+ type: Boolean,
286
+ default: !1
287
+ },
288
+ /**
289
+ * Indeterminate state
290
+ */
291
+ indeterminate: {
292
+ type: Boolean,
293
+ default: !1
294
+ },
295
+ /**
296
+ * Loading state
297
+ */
298
+ loading: {
299
+ type: Boolean,
300
+ default: !1
301
+ },
302
+ /**
303
+ * Icon size
304
+ */
305
+ size: {
306
+ type: Number,
307
+ default: 24
308
+ }
309
+ },
310
+ computed: {
311
+ isButtonType() {
312
+ return this.type === o;
313
+ },
314
+ wrapperElement() {
315
+ return this.isButtonType ? "span" : "label";
316
+ },
317
+ /**
318
+ * Returns the proper Material icon depending on the select case
319
+ *
320
+ * @return {object}
321
+ */
322
+ checkboxRadioIconElement() {
323
+ return this.type === l ? this.isChecked ? M : I : this.type === a ? this.isChecked ? q : L : this.indeterminate ? y : this.isChecked ? A : m;
324
+ }
325
+ }
326
+ };
327
+ var D = function() {
328
+ var t = this, e = t._self._c;
329
+ return e(t.wrapperElement, { tag: "component", staticClass: "checkbox-content", attrs: { for: t.isButtonType ? null : t.id } }, [e("span", { class: ["checkbox-content__icon", t.iconClass], attrs: { "aria-hidden": !0 } }, [t._t("icon", function() {
330
+ return [t.loading ? e("NcLoadingIcon") : t.buttonVariant ? t._e() : e(t.checkboxRadioIconElement, { tag: "component", attrs: { size: t.size } })];
331
+ }, { checked: t.isChecked, loading: t.loading })], 2), e("span", { class: ["checkbox-content__text", t.textClass] }, [t._t("default")], 2)]);
332
+ }, K = [], U = /* @__PURE__ */ s(
333
+ j,
334
+ D,
335
+ K,
336
+ !1,
337
+ null,
338
+ "fae4dec7",
339
+ null,
340
+ null
341
+ );
342
+ const X = U.exports;
343
+ const J = {
14
344
  name: "NcCheckboxRadioSwitch",
15
345
  components: {
16
- NcLoadingIcon: s
346
+ NcCheckboxContent: X
17
347
  },
18
- mixins: [d],
348
+ mixins: [u],
19
349
  props: {
20
350
  /**
21
351
  * Unique id attribute of the input
22
352
  */
23
353
  id: {
24
354
  type: String,
25
- default: () => "checkbox-radio-switch-" + c(),
26
- validator: (t) => t.trim() !== ""
355
+ default: () => "checkbox-radio-switch-" + d(),
356
+ validator: (i) => i.trim() !== ""
357
+ },
358
+ /**
359
+ * Unique id attribute of the wrapper element
360
+ */
361
+ wrapperId: {
362
+ type: String,
363
+ default: null
27
364
  },
28
365
  /**
29
366
  * Input name. Required for radio, optional for checkbox, and ignored
@@ -42,12 +379,12 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
42
379
  type: {
43
380
  type: String,
44
381
  default: "checkbox",
45
- validator: (t) => [
382
+ validator: (i) => [
46
383
  r,
47
- n,
384
+ l,
48
385
  a,
49
386
  o
50
- ].includes(t)
387
+ ].includes(i)
51
388
  },
52
389
  /**
53
390
  * Toggle the alternative button style
@@ -64,7 +401,7 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
64
401
  buttonVariantGrouped: {
65
402
  type: String,
66
403
  default: "no",
67
- validator: (t) => ["no", "vertical", "horizontal"].includes(t)
404
+ validator: (i) => ["no", "vertical", "horizontal"].includes(i)
68
405
  },
69
406
  /**
70
407
  * Checked state. To be used with `:value.sync`
@@ -110,24 +447,34 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
110
447
  },
111
448
  /**
112
449
  * Wrapping element tag
450
+ *
451
+ * When `type` is set to `button` this will be ignored
452
+ *
453
+ * Defaults to `span`
113
454
  */
114
455
  wrapperElement: {
115
456
  type: String,
116
- default: "span"
457
+ default: null
117
458
  }
118
459
  },
119
460
  emits: ["update:checked"],
120
461
  computed: {
462
+ isButtonType() {
463
+ return this.type === o;
464
+ },
465
+ computedWrapperElement() {
466
+ return this.isButtonType ? "button" : this.wrapperElement !== null ? this.wrapperElement : "span";
467
+ },
121
468
  inputProps() {
122
- return this.type === o ? null : {
469
+ return this.isButtonType ? null : {
123
470
  checked: this.isChecked,
124
471
  indeterminate: this.indeterminate,
125
472
  required: this.required,
126
473
  name: this.name
127
474
  };
128
475
  },
129
- inputListeners() {
130
- return this.type === o ? {
476
+ listeners() {
477
+ return this.isButtonType ? {
131
478
  click: this.onToggle
132
479
  } : {
133
480
  change: this.onToggle
@@ -136,7 +483,7 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
136
483
  /**
137
484
  * Icon size
138
485
  *
139
- @return {number}
486
+ * @return {number}
140
487
  */
141
488
  size() {
142
489
  return this.type === a ? 36 : 24;
@@ -160,7 +507,7 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
160
507
  inputType() {
161
508
  return [
162
509
  r,
163
- n,
510
+ l,
164
511
  o
165
512
  ].includes(this.type) ? this.type : r;
166
513
  },
@@ -173,14 +520,6 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
173
520
  */
174
521
  isChecked() {
175
522
  return this.value !== null ? Array.isArray(this.checked) ? [...this.checked].indexOf(this.value) > -1 : this.checked === this.value : this.checked === !0;
176
- },
177
- /**
178
- * Returns the proper Material icon depending on the select case
179
- *
180
- * @return {object}
181
- */
182
- checkboxRadioIconElement() {
183
- return this.type === n ? this.isChecked ? p : f : this.type === a ? this.isChecked ? k : m : this.indeterminate ? l : this.isChecked ? u : h;
184
523
  }
185
524
  },
186
525
  mounted() {
@@ -195,7 +534,7 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
195
534
  onToggle() {
196
535
  if (this.disabled)
197
536
  return;
198
- if (this.type === n) {
537
+ if (this.type === l) {
199
538
  this.$emit("update:checked", this.value);
200
539
  return;
201
540
  }
@@ -207,8 +546,8 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
207
546
  this.$emit("update:checked", !this.isChecked);
208
547
  return;
209
548
  }
210
- const t = this.getInputsSet().filter((e) => e.checked).map((e) => e.value);
211
- this.$emit("update:checked", t);
549
+ const i = this.getInputsSet().filter((t) => t.checked).map((t) => t.value);
550
+ this.$emit("update:checked", i);
212
551
  },
213
552
  /**
214
553
  * Get the input set based on this name
@@ -220,30 +559,31 @@ const r = "checkbox", n = "radio", a = "switch", o = "button", y = {
220
559
  }
221
560
  }
222
561
  };
223
- var _ = function() {
224
- var e = this, i = e._self._c;
225
- return i(e.wrapperElement, { tag: "component", staticClass: "checkbox-radio-switch", class: {
226
- ["checkbox-radio-switch-" + e.type]: e.type,
227
- "checkbox-radio-switch--checked": e.isChecked,
228
- "checkbox-radio-switch--disabled": e.disabled,
229
- "checkbox-radio-switch--indeterminate": e.indeterminate,
230
- "checkbox-radio-switch--button-variant": e.buttonVariant,
231
- "checkbox-radio-switch--button-variant-v-grouped": e.buttonVariant && e.buttonVariantGrouped === "vertical",
232
- "checkbox-radio-switch--button-variant-h-grouped": e.buttonVariant && e.buttonVariantGrouped === "horizontal"
233
- }, style: e.cssVars }, [i("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.inputListeners)), i("label", { staticClass: "checkbox-radio-switch__label", attrs: { for: e.id } }, [i("div", { staticClass: "checkbox-radio-switch__icon" }, [e._t("icon", function() {
234
- return [e.loading ? i("NcLoadingIcon") : e.buttonVariant ? e._e() : i(e.checkboxRadioIconElement, { tag: "component", attrs: { size: e.size } })];
235
- }, { checked: e.isChecked, loading: e.loading })], 2), i("span", { staticClass: "checkbox-radio-switch__label-text" }, [e._t("default")], 2)])]);
236
- }, g = [], x = /* @__PURE__ */ b(
237
- y,
238
- _,
239
- g,
562
+ var Q = function() {
563
+ var t = this, e = t._self._c;
564
+ return e(t.computedWrapperElement, t._g({ tag: "component", staticClass: "checkbox-radio-switch", class: {
565
+ ["checkbox-radio-switch-" + t.type]: t.type,
566
+ "checkbox-radio-switch--checked": t.isChecked,
567
+ "checkbox-radio-switch--disabled": t.disabled,
568
+ "checkbox-radio-switch--indeterminate": t.indeterminate,
569
+ "checkbox-radio-switch--button-variant": t.buttonVariant,
570
+ "checkbox-radio-switch--button-variant-v-grouped": t.buttonVariant && t.buttonVariantGrouped === "vertical",
571
+ "checkbox-radio-switch--button-variant-h-grouped": t.buttonVariant && t.buttonVariantGrouped === "horizontal",
572
+ "button-vue": t.isButtonType
573
+ }, 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() {
574
+ return [t._t("icon")];
575
+ }, proxy: !0 }], null, !0) }, [t._t("default")], 2)], 1);
576
+ }, tt = [], et = /* @__PURE__ */ s(
577
+ J,
578
+ Q,
579
+ tt,
240
580
  !1,
241
581
  null,
242
- "a6f82e18",
582
+ "cd8a5db4",
243
583
  null,
244
584
  null
245
585
  );
246
- const N = x.exports;
586
+ const lt = et.exports;
247
587
  export {
248
- N as default
588
+ lt as default
249
589
  };