@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,19 +1,362 @@
1
- var I = require("../assets/index-194e9415.css");
2
- const c = require("./NcLoadingIcon.cjs"), d = require("../chunks/GenRandomId-c214d235.cjs"), u = require("../chunks/l10n-4326316a.cjs"), l = require("vue-material-design-icons/CheckboxBlankOutline.vue"), h = require("vue-material-design-icons/MinusBox.vue"), p = require("vue-material-design-icons/CheckboxMarked.vue"), f = require("vue-material-design-icons/RadioboxMarked.vue"), k = require("vue-material-design-icons/RadioboxBlank.vue"), _ = require("vue-material-design-icons/ToggleSwitchOff.vue"), b = require("vue-material-design-icons/ToggleSwitch.vue"), m = require("../chunks/_plugin-vue2_normalizer-7f9efb60.cjs"), n = (t) => t && t.__esModule ? t : { default: t }, y = /* @__PURE__ */ n(l), g = /* @__PURE__ */ n(h), x = /* @__PURE__ */ n(p), w = /* @__PURE__ */ n(f), v = /* @__PURE__ */ n(k), C = /* @__PURE__ */ n(_), S = /* @__PURE__ */ n(b);
3
- const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
4
- name: "NcCheckboxRadioSwitch",
1
+ var nt = require("../assets/index-d5716ef0.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-9321b50d.cjs"), p = {
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 _ = 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
+ p,
26
+ _,
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 = {
228
+ name: "NcCheckboxContent",
5
229
  components: {
6
230
  NcLoadingIcon: c
7
231
  },
8
- mixins: [u.l10n],
232
+ props: {
233
+ /**
234
+ * Unique id attribute of the input to label
235
+ */
236
+ id: {
237
+ type: String,
238
+ default: null
239
+ },
240
+ /**
241
+ * Class for the icon element
242
+ */
243
+ iconClass: {
244
+ type: [String, Object],
245
+ default: null
246
+ },
247
+ /**
248
+ * Class for the text element
249
+ */
250
+ textClass: {
251
+ type: [String, Object],
252
+ default: null
253
+ },
254
+ /**
255
+ * Type of the input. checkbox, radio, switch, or button.
256
+ *
257
+ * Only use button when used in a `tablist` container and the
258
+ * `tab` role is set.
259
+ */
260
+ type: {
261
+ type: String,
262
+ default: "checkbox",
263
+ validator: (i) => [
264
+ r,
265
+ l,
266
+ a,
267
+ o
268
+ ].includes(i)
269
+ },
270
+ /**
271
+ * Toggle the alternative button style
272
+ */
273
+ buttonVariant: {
274
+ type: Boolean,
275
+ default: !1
276
+ },
277
+ /**
278
+ * True if the entry is checked
279
+ */
280
+ isChecked: {
281
+ type: Boolean,
282
+ default: !1
283
+ },
284
+ /**
285
+ * Indeterminate state
286
+ */
287
+ indeterminate: {
288
+ type: Boolean,
289
+ default: !1
290
+ },
291
+ /**
292
+ * Loading state
293
+ */
294
+ loading: {
295
+ type: Boolean,
296
+ default: !1
297
+ },
298
+ /**
299
+ * Icon size
300
+ */
301
+ size: {
302
+ type: Number,
303
+ default: 24
304
+ }
305
+ },
306
+ computed: {
307
+ isButtonType() {
308
+ return this.type === o;
309
+ },
310
+ wrapperElement() {
311
+ return this.isButtonType ? "span" : "label";
312
+ },
313
+ /**
314
+ * Returns the proper Material icon depending on the select case
315
+ *
316
+ * @return {object}
317
+ */
318
+ checkboxRadioIconElement() {
319
+ return this.type === l ? this.isChecked ? V : E : this.type === a ? this.isChecked ? Y : P : this.indeterminate ? y : this.isChecked ? A : m;
320
+ }
321
+ }
322
+ };
323
+ var D = function() {
324
+ var t = this, e = t._self._c;
325
+ 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() {
326
+ return [t.loading ? e("NcLoadingIcon") : t.buttonVariant ? t._e() : e(t.checkboxRadioIconElement, { tag: "component", attrs: { size: t.size } })];
327
+ }, { checked: t.isChecked, loading: t.loading })], 2), e("span", { class: ["checkbox-content__text", t.textClass] }, [t._t("default")], 2)]);
328
+ }, K = [], U = /* @__PURE__ */ s.normalizeComponent(
329
+ j,
330
+ D,
331
+ K,
332
+ !1,
333
+ null,
334
+ "fae4dec7",
335
+ null,
336
+ null
337
+ );
338
+ const X = U.exports;
339
+ const J = {
340
+ name: "NcCheckboxRadioSwitch",
341
+ components: {
342
+ NcCheckboxContent: X
343
+ },
344
+ mixins: [d.l10n],
9
345
  props: {
10
346
  /**
11
347
  * Unique id attribute of the input
12
348
  */
13
349
  id: {
14
350
  type: String,
15
- default: () => "checkbox-radio-switch-" + d.GenRandomId(),
16
- validator: (t) => t.trim() !== ""
351
+ default: () => "checkbox-radio-switch-" + u.GenRandomId(),
352
+ validator: (i) => i.trim() !== ""
353
+ },
354
+ /**
355
+ * Unique id attribute of the wrapper element
356
+ */
357
+ wrapperId: {
358
+ type: String,
359
+ default: null
17
360
  },
18
361
  /**
19
362
  * Input name. Required for radio, optional for checkbox, and ignored
@@ -32,12 +375,12 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
32
375
  type: {
33
376
  type: String,
34
377
  default: "checkbox",
35
- validator: (t) => [
36
- o,
37
- s,
378
+ validator: (i) => [
379
+ r,
380
+ l,
38
381
  a,
39
- r
40
- ].includes(t)
382
+ o
383
+ ].includes(i)
41
384
  },
42
385
  /**
43
386
  * Toggle the alternative button style
@@ -54,7 +397,7 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
54
397
  buttonVariantGrouped: {
55
398
  type: String,
56
399
  default: "no",
57
- validator: (t) => ["no", "vertical", "horizontal"].includes(t)
400
+ validator: (i) => ["no", "vertical", "horizontal"].includes(i)
58
401
  },
59
402
  /**
60
403
  * Checked state. To be used with `:value.sync`
@@ -100,24 +443,34 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
100
443
  },
101
444
  /**
102
445
  * Wrapping element tag
446
+ *
447
+ * When `type` is set to `button` this will be ignored
448
+ *
449
+ * Defaults to `span`
103
450
  */
104
451
  wrapperElement: {
105
452
  type: String,
106
- default: "span"
453
+ default: null
107
454
  }
108
455
  },
109
456
  emits: ["update:checked"],
110
457
  computed: {
458
+ isButtonType() {
459
+ return this.type === o;
460
+ },
461
+ computedWrapperElement() {
462
+ return this.isButtonType ? "button" : this.wrapperElement !== null ? this.wrapperElement : "span";
463
+ },
111
464
  inputProps() {
112
- return this.type === r ? null : {
465
+ return this.isButtonType ? null : {
113
466
  checked: this.isChecked,
114
467
  indeterminate: this.indeterminate,
115
468
  required: this.required,
116
469
  name: this.name
117
470
  };
118
471
  },
119
- inputListeners() {
120
- return this.type === r ? {
472
+ listeners() {
473
+ return this.isButtonType ? {
121
474
  click: this.onToggle
122
475
  } : {
123
476
  change: this.onToggle
@@ -126,7 +479,7 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
126
479
  /**
127
480
  * Icon size
128
481
  *
129
- @return {number}
482
+ * @return {number}
130
483
  */
131
484
  size() {
132
485
  return this.type === a ? 36 : 24;
@@ -149,10 +502,10 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
149
502
  */
150
503
  inputType() {
151
504
  return [
152
- o,
153
- s,
154
- r
155
- ].includes(this.type) ? this.type : o;
505
+ r,
506
+ l,
507
+ o
508
+ ].includes(this.type) ? this.type : r;
156
509
  },
157
510
  /**
158
511
  * Check if that entry is checked
@@ -163,18 +516,10 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
163
516
  */
164
517
  isChecked() {
165
518
  return this.value !== null ? Array.isArray(this.checked) ? [...this.checked].indexOf(this.value) > -1 : this.checked === this.value : this.checked === !0;
166
- },
167
- /**
168
- * Returns the proper Material icon depending on the select case
169
- *
170
- * @return {object}
171
- */
172
- checkboxRadioIconElement() {
173
- return this.type === s ? this.isChecked ? w.default : v.default : this.type === a ? this.isChecked ? S.default : C.default : this.indeterminate ? g.default : this.isChecked ? x.default : y.default;
174
519
  }
175
520
  },
176
521
  mounted() {
177
- if (this.name && this.type === o && !Array.isArray(this.checked))
522
+ if (this.name && this.type === r && !Array.isArray(this.checked))
178
523
  throw new Error("When using groups of checkboxes, the updated value will be an array.");
179
524
  if (this.name && this.type === a)
180
525
  throw new Error("Switches are not made to be used for data sets. Please use checkboxes instead.");
@@ -185,7 +530,7 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
185
530
  onToggle() {
186
531
  if (this.disabled)
187
532
  return;
188
- if (this.type === s) {
533
+ if (this.type === l) {
189
534
  this.$emit("update:checked", this.value);
190
535
  return;
191
536
  }
@@ -197,8 +542,8 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
197
542
  this.$emit("update:checked", !this.isChecked);
198
543
  return;
199
544
  }
200
- const t = this.getInputsSet().filter((e) => e.checked).map((e) => e.value);
201
- this.$emit("update:checked", t);
545
+ const i = this.getInputsSet().filter((t) => t.checked).map((t) => t.value);
546
+ this.$emit("update:checked", i);
202
547
  },
203
548
  /**
204
549
  * Get the input set based on this name
@@ -210,28 +555,29 @@ const o = "checkbox", s = "radio", a = "switch", r = "button", T = {
210
555
  }
211
556
  }
212
557
  };
213
- var B = function() {
214
- var e = this, i = e._self._c;
215
- return i(e.wrapperElement, { tag: "component", staticClass: "checkbox-radio-switch", class: {
216
- ["checkbox-radio-switch-" + e.type]: e.type,
217
- "checkbox-radio-switch--checked": e.isChecked,
218
- "checkbox-radio-switch--disabled": e.disabled,
219
- "checkbox-radio-switch--indeterminate": e.indeterminate,
220
- "checkbox-radio-switch--button-variant": e.buttonVariant,
221
- "checkbox-radio-switch--button-variant-v-grouped": e.buttonVariant && e.buttonVariantGrouped === "vertical",
222
- "checkbox-radio-switch--button-variant-h-grouped": e.buttonVariant && e.buttonVariantGrouped === "horizontal"
223
- }, 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() {
224
- return [e.loading ? i("NcLoadingIcon") : e.buttonVariant ? e._e() : i(e.checkboxRadioIconElement, { tag: "component", attrs: { size: e.size } })];
225
- }, { checked: e.isChecked, loading: e.loading })], 2), i("span", { staticClass: "checkbox-radio-switch__label-text" }, [e._t("default")], 2)])]);
226
- }, q = [], E = /* @__PURE__ */ m.normalizeComponent(
227
- T,
228
- B,
229
- q,
558
+ var Q = function() {
559
+ var t = this, e = t._self._c;
560
+ return e(t.computedWrapperElement, t._g({ tag: "component", staticClass: "checkbox-radio-switch", class: {
561
+ ["checkbox-radio-switch-" + t.type]: t.type,
562
+ "checkbox-radio-switch--checked": t.isChecked,
563
+ "checkbox-radio-switch--disabled": t.disabled,
564
+ "checkbox-radio-switch--indeterminate": t.indeterminate,
565
+ "checkbox-radio-switch--button-variant": t.buttonVariant,
566
+ "checkbox-radio-switch--button-variant-v-grouped": t.buttonVariant && t.buttonVariantGrouped === "vertical",
567
+ "checkbox-radio-switch--button-variant-h-grouped": t.buttonVariant && t.buttonVariantGrouped === "horizontal",
568
+ "button-vue": t.isButtonType
569
+ }, 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() {
570
+ return [t._t("icon")];
571
+ }, proxy: !0 }], null, !0) }, [t._t("default")], 2)], 1);
572
+ }, tt = [], et = /* @__PURE__ */ s.normalizeComponent(
573
+ J,
574
+ Q,
575
+ tt,
230
576
  !1,
231
577
  null,
232
- "a6f82e18",
578
+ "cd8a5db4",
233
579
  null,
234
580
  null
235
581
  );
236
- const R = E.exports;
237
- module.exports = R;
582
+ const it = et.exports;
583
+ module.exports = it;