@onereach/ui-components 20.1.1 → 20.1.3

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 (601) hide show
  1. package/dist/esm/components/OrAutocompleteV3-a5edfe9f.js +919 -0
  2. package/dist/{esm-deps/components/or-editor-tabs-v3/index.js → esm/components/OrEditorTabsV3-743f0eb4.js} +124 -34
  3. package/dist/esm/components/OrInlineInputV3-e5c2b0c8.js +292 -0
  4. package/dist/{esm-deps → esm}/components/index.js +51 -83
  5. package/dist/esm/components/or-autocomplete-v3/index.js +29 -0
  6. package/dist/{esm-deps → esm}/components/or-avatar-v3/index.js +48 -4
  7. package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/index.js +50 -4
  8. package/dist/esm/components/or-button-group-v3/index.js +92 -0
  9. package/dist/{esm-deps → esm}/components/or-button-v3/index.js +84 -4
  10. package/dist/{esm-deps → esm}/components/or-card-collection-v3/index.js +96 -87
  11. package/dist/{esm-deps → esm}/components/or-card-v3/index.js +13 -1
  12. package/dist/esm/components/or-checkbox-group-v3/index.js +116 -0
  13. package/dist/esm/components/or-checkbox-tree-v3/index.js +235 -0
  14. package/dist/{esm-deps → esm}/components/or-checkbox-v3/index.js +68 -7
  15. package/dist/esm/components/or-code-v3/index.js +496 -0
  16. package/dist/esm/components/or-combined-input-v3/index.js +123 -0
  17. package/dist/{esm-deps → esm}/components/or-confirm-v3/index.js +84 -40
  18. package/dist/{esm-deps → esm}/components/or-context-menu-v3/index.js +42 -11
  19. package/dist/esm/components/or-data-grid-v3/index.js +1378 -0
  20. package/dist/esm/components/or-date-format-v3/index.js +93 -0
  21. package/dist/esm/components/or-date-picker-v3/index.js +345 -0
  22. package/dist/esm/components/or-date-range-picker-v3/index.js +430 -0
  23. package/dist/esm/components/or-date-time-format-v3/index.js +100 -0
  24. package/dist/esm/components/or-date-time-picker-v3/index.js +1522 -0
  25. package/dist/{esm-deps → esm}/components/or-drawer-v3/index.js +43 -4
  26. package/dist/{esm-deps → esm}/components/or-drop-area-v3/index.js +84 -5
  27. package/dist/esm/components/or-editor-tabs-v3/index.js +31 -0
  28. package/dist/{esm-deps → esm}/components/or-empty-state-v3/index.js +24 -1
  29. package/dist/esm/components/or-error-tag-v3/index.js +53 -0
  30. package/dist/{esm-deps → esm}/components/or-error-v3/index.js +17 -1
  31. package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/index.js +70 -5
  32. package/dist/esm/components/or-fab-v3/index.js +114 -0
  33. package/dist/{esm-deps/components/or-filter-v3 → esm/components/or-filter-popover-v3}/index.js +144 -129
  34. package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/index.js +54 -15
  35. package/dist/esm/components/or-filter-v3/index.js +128 -0
  36. package/dist/esm/components/or-form-group-v3/index.js +111 -0
  37. package/dist/{esm-deps → esm}/components/or-hint-v3/index.js +17 -1
  38. package/dist/{esm-deps → esm}/components/or-icon-button-v3/index.js +53 -13
  39. package/dist/{esm-deps → esm}/components/or-icon-v3/index.js +12 -1
  40. package/dist/{esm-deps → esm}/components/or-indicator-v3/index.js +15 -2
  41. package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/index.js +14 -1
  42. package/dist/esm/components/or-inline-input-v3/index.js +29 -0
  43. package/dist/esm/components/or-inline-textarea-v3/index.js +248 -0
  44. package/dist/{esm-deps → esm}/components/or-input-box-v3/index.js +54 -6
  45. package/dist/{esm-deps/OrInput-4fcaf87c.js → esm/components/or-input-v3/index.js} +202 -3
  46. package/dist/{esm-deps → esm}/components/or-label-v3/index.js +24 -1
  47. package/dist/{esm-deps → esm}/components/or-link-v3/index.js +18 -1
  48. package/dist/esm/components/or-list-v3/index.js +294 -0
  49. package/dist/esm/components/or-loader-v3/index.js +190 -0
  50. package/dist/{esm-deps → esm}/components/or-menu-item-v3/index.js +61 -13
  51. package/dist/esm/components/or-menu-v3/index.js +128 -0
  52. package/dist/{esm-deps → esm}/components/or-modal-v3/index.js +61 -20
  53. package/dist/{esm-deps → esm}/components/or-notification-v3/index.js +47 -16
  54. package/dist/esm/components/or-overlay-v3/index.js +92 -0
  55. package/dist/esm/components/or-pagination-v3/index.js +356 -0
  56. package/dist/{esm-deps → esm}/components/or-popover-v3/OrPopover.vue.d.ts +9 -0
  57. package/dist/esm/components/or-popover-v3/index.js +448 -0
  58. package/dist/{esm-deps → esm}/components/or-progress-v3/index.js +101 -3
  59. package/dist/esm/components/or-radio-group-v3/index.js +116 -0
  60. package/dist/{esm-deps → esm}/components/or-radio-v3/index.js +72 -7
  61. package/dist/{esm-deps → esm}/components/or-range-slider-v3/index.js +120 -11
  62. package/dist/{esm-deps → esm}/components/or-rating-v3/index.js +60 -5
  63. package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/index.js +56 -13
  64. package/dist/esm/components/or-rich-text-editor-v3/index.js +1250 -0
  65. package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/index.js +58 -9
  66. package/dist/{esm-deps → esm}/components/or-search-v3/index.js +40 -24
  67. package/dist/{esm-deps → esm}/components/or-segmented-control-v3/index.js +51 -6
  68. package/dist/{esm-deps → esm}/components/or-select-v3/index.js +293 -99
  69. package/dist/{esm-deps → esm}/components/or-sidebar-v3/index.js +58 -52
  70. package/dist/esm/components/or-skeleton-v3/index.js +250 -0
  71. package/dist/{esm-deps → esm}/components/or-slider-v3/index.js +103 -11
  72. package/dist/esm/components/or-sorting-v3/index.js +137 -0
  73. package/dist/{esm-deps → esm}/components/or-status-v3/index.js +18 -3
  74. package/dist/{esm-deps → esm}/components/or-switch-v3/index.js +79 -8
  75. package/dist/{esm-deps → esm}/components/or-tab-v3/index.js +18 -1
  76. package/dist/{esm-deps → esm}/components/or-tabs-v3/index.js +94 -42
  77. package/dist/{esm-deps → esm}/components/or-tag-input-v3/index.js +144 -24
  78. package/dist/{esm-deps → esm}/components/or-tag-v3/index.js +51 -16
  79. package/dist/esm/components/or-tags-v3/index.js +252 -0
  80. package/dist/esm/components/or-teleport-v3/index.js +27 -0
  81. package/dist/{esm-deps → esm}/components/or-text-v3/index.js +17 -1
  82. package/dist/esm/components/or-textarea-v3/index.js +265 -0
  83. package/dist/esm/components/or-time-format-v3/index.js +93 -0
  84. package/dist/esm/components/or-time-picker-v3/index.js +340 -0
  85. package/dist/esm/components/or-time-range-picker-v3/index.js +415 -0
  86. package/dist/{esm-deps → esm}/components/or-toast-v3/index.js +62 -22
  87. package/dist/{esm-deps → esm}/components/or-tooltip-v3/index.js +54 -10
  88. package/dist/{esm-deps → esm}/components/or-tree-v3/index.js +55 -8
  89. package/dist/esm/constants.d.ts +2 -0
  90. package/dist/esm/index.js +129 -0
  91. package/package.json +11 -12
  92. package/src/constants.ts +1 -1
  93. package/dist/esm-deps/OrButton-91f48227.js +0 -39
  94. package/dist/esm-deps/OrCheckbox-cfd587f1.js +0 -43
  95. package/dist/esm-deps/OrDateTimePicker.vue_vue_type_script_lang-92237043.js +0 -275
  96. package/dist/esm-deps/OrDateTimePickerMonthSelect-8ff9ca1b.js +0 -507
  97. package/dist/esm-deps/OrDateTimePickerPopoverHeader-b4f2d13e.js +0 -162
  98. package/dist/esm-deps/OrDateTimePickerTimeSelect-92ce3cf8.js +0 -382
  99. package/dist/esm-deps/OrFormGroup-081248a1.js +0 -38
  100. package/dist/esm-deps/OrHint-fcdf591c.js +0 -35
  101. package/dist/esm-deps/OrIcon-cd8db2b5.js +0 -13
  102. package/dist/esm-deps/OrIconButton-b7d4175c.js +0 -34
  103. package/dist/esm-deps/OrIndicator-c4efdee9.js +0 -16
  104. package/dist/esm-deps/OrInlineInputBox-d9dc104a.js +0 -15
  105. package/dist/esm-deps/OrInputBox-e79531c2.js +0 -34
  106. package/dist/esm-deps/OrLabel-d50a3ebb.js +0 -25
  107. package/dist/esm-deps/OrLoader-4e331586.js +0 -75
  108. package/dist/esm-deps/OrMenu-13beee12.js +0 -26
  109. package/dist/esm-deps/OrMenuItem-c40a275b.js +0 -44
  110. package/dist/esm-deps/OrModal-b06077ec.js +0 -37
  111. package/dist/esm-deps/OrOverlay-d67e7093.js +0 -19
  112. package/dist/esm-deps/OrPopover-bd078650.js +0 -38
  113. package/dist/esm-deps/OrSearch-8e817fad.js +0 -25
  114. package/dist/esm-deps/OrSkeletonText.vue_vue_type_script_lang-890c25e3.js +0 -104
  115. package/dist/esm-deps/OrTagInput-4439b294.js +0 -133
  116. package/dist/esm-deps/OrTags-995e4846.js +0 -73
  117. package/dist/esm-deps/OrTooltip-62181b78.js +0 -32
  118. package/dist/esm-deps/components/or-autocomplete-v3/index.js +0 -383
  119. package/dist/esm-deps/components/or-button-group-v3/index.js +0 -55
  120. package/dist/esm-deps/components/or-checkbox-group-v3/index.js +0 -155
  121. package/dist/esm-deps/components/or-checkbox-tree-v3/index.js +0 -148
  122. package/dist/esm-deps/components/or-code-v3/index.js +0 -1413
  123. package/dist/esm-deps/components/or-combined-input-v3/index.js +0 -83
  124. package/dist/esm-deps/components/or-data-grid-v3/index.js +0 -2111
  125. package/dist/esm-deps/components/or-date-format-v3/index.js +0 -55
  126. package/dist/esm-deps/components/or-date-picker-v3/index.js +0 -232
  127. package/dist/esm-deps/components/or-date-range-picker-v3/index.js +0 -278
  128. package/dist/esm-deps/components/or-date-time-format-v3/index.js +0 -63
  129. package/dist/esm-deps/components/or-date-time-picker-v3/index.js +0 -48
  130. package/dist/esm-deps/components/or-error-tag-v3/index.js +0 -37
  131. package/dist/esm-deps/components/or-fab-v3/index.js +0 -64
  132. package/dist/esm-deps/components/or-filter-popover-v3/index.js +0 -146
  133. package/dist/esm-deps/components/or-form-group-v3/index.js +0 -77
  134. package/dist/esm-deps/components/or-inline-input-v3/index.js +0 -220
  135. package/dist/esm-deps/components/or-inline-textarea-v3/index.js +0 -174
  136. package/dist/esm-deps/components/or-input-v3/index.js +0 -206
  137. package/dist/esm-deps/components/or-list-v3/index.js +0 -3307
  138. package/dist/esm-deps/components/or-loader-v3/index.js +0 -117
  139. package/dist/esm-deps/components/or-menu-v3/index.js +0 -90
  140. package/dist/esm-deps/components/or-overlay-v3/index.js +0 -63
  141. package/dist/esm-deps/components/or-pagination-v3/index.js +0 -232
  142. package/dist/esm-deps/components/or-popover-v3/index.js +0 -1010
  143. package/dist/esm-deps/components/or-radio-group-v3/index.js +0 -115
  144. package/dist/esm-deps/components/or-rich-text-editor-v3/index.js +0 -14305
  145. package/dist/esm-deps/components/or-skeleton-v3/index.js +0 -91
  146. package/dist/esm-deps/components/or-sorting-v3/index.js +0 -92
  147. package/dist/esm-deps/components/or-tags-v3/index.js +0 -210
  148. package/dist/esm-deps/components/or-teleport-v3/index.js +0 -17
  149. package/dist/esm-deps/components/or-textarea-v3/index.js +0 -174
  150. package/dist/esm-deps/components/or-time-format-v3/index.js +0 -55
  151. package/dist/esm-deps/components/or-time-picker-v3/index.js +0 -226
  152. package/dist/esm-deps/components/or-time-range-picker-v3/index.js +0 -265
  153. package/dist/esm-deps/constants-57e8b5da.js +0 -6
  154. package/dist/esm-deps/constants.d.ts +0 -2
  155. package/dist/esm-deps/dom-CwV-xS38-5babad01.js +0 -72
  156. package/dist/esm-deps/dropdown-open-k6cFnrqA-b1726667.js +0 -17
  157. package/dist/esm-deps/extractCssVarName-IHa2pGlF-614fb8d2.js +0 -85
  158. package/dist/esm-deps/formatDate-0536a8d5.js +0 -11
  159. package/dist/esm-deps/formatTime-6d5fedb0.js +0 -14
  160. package/dist/esm-deps/getNextMonthDate-25fe3c1a.js +0 -6
  161. package/dist/esm-deps/index-df637b06.js +0 -407
  162. package/dist/esm-deps/index-f0e8521b.js +0 -19754
  163. package/dist/esm-deps/index.js +0 -2658
  164. package/dist/esm-deps/props-bba3dca8.js +0 -21
  165. package/dist/esm-deps/searchItemsByLabel-BhinsABA-b8049fb6.js +0 -11
  166. package/dist/esm-deps/style-inject.es-87955792.js +0 -26
  167. package/dist/esm-deps/types-75a1cc13.js +0 -14
  168. package/dist/esm-deps/types-98e9a758.js +0 -18
  169. package/dist/esm-deps/useValidationAttributes-DxhcSj_h-3380c3cf.js +0 -4004
  170. /package/dist/{esm-deps → esm}/components/index.d.ts +0 -0
  171. /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +0 -0
  172. /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/index.d.ts +0 -0
  173. /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/styles.d.ts +0 -0
  174. /package/dist/{esm-deps → esm}/components/or-autocomplete-v3/types.d.ts +0 -0
  175. /package/dist/{esm-deps → esm}/components/or-avatar-v3/OrAvatar.vue.d.ts +0 -0
  176. /package/dist/{esm-deps → esm}/components/or-avatar-v3/index.d.ts +0 -0
  177. /package/dist/{esm-deps → esm}/components/or-avatar-v3/props.d.ts +0 -0
  178. /package/dist/{esm-deps → esm}/components/or-avatar-v3/styles.d.ts +0 -0
  179. /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +0 -0
  180. /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/hooks/useBottomSheetSwipeState.d.ts +0 -0
  181. /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/index.d.ts +0 -0
  182. /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/props.d.ts +0 -0
  183. /package/dist/{esm-deps → esm}/components/or-bottom-sheet-v3/styles.d.ts +0 -0
  184. /package/dist/{esm-deps → esm}/components/or-button-group-v3/OrButtonGroup.vue.d.ts +0 -0
  185. /package/dist/{esm-deps → esm}/components/or-button-group-v3/index.d.ts +0 -0
  186. /package/dist/{esm-deps → esm}/components/or-button-group-v3/styles.d.ts +0 -0
  187. /package/dist/{esm-deps → esm}/components/or-button-v3/OrButton.vue.d.ts +0 -0
  188. /package/dist/{esm-deps → esm}/components/or-button-v3/constants.d.ts +0 -0
  189. /package/dist/{esm-deps → esm}/components/or-button-v3/index.d.ts +0 -0
  190. /package/dist/{esm-deps → esm}/components/or-button-v3/props.d.ts +0 -0
  191. /package/dist/{esm-deps → esm}/components/or-button-v3/styles.d.ts +0 -0
  192. /package/dist/{esm-deps → esm}/components/or-card-collection-v3/OrCardCollection.vue.d.ts +0 -0
  193. /package/dist/{esm-deps → esm}/components/or-card-collection-v3/index.d.ts +0 -0
  194. /package/dist/{esm-deps → esm}/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +0 -0
  195. /package/dist/{esm-deps → esm}/components/or-card-collection-v3/props.d.ts +0 -0
  196. /package/dist/{esm-deps → esm}/components/or-card-collection-v3/styles.d.ts +0 -0
  197. /package/dist/{esm-deps → esm}/components/or-card-collection-v3/types.d.ts +0 -0
  198. /package/dist/{esm-deps → esm}/components/or-card-v3/OrCard.vue.d.ts +0 -0
  199. /package/dist/{esm-deps → esm}/components/or-card-v3/index.d.ts +0 -0
  200. /package/dist/{esm-deps → esm}/components/or-card-v3/props.d.ts +0 -0
  201. /package/dist/{esm-deps → esm}/components/or-card-v3/styles.d.ts +0 -0
  202. /package/dist/{esm-deps → esm}/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +0 -0
  203. /package/dist/{esm-deps → esm}/components/or-checkbox-group-v3/index.d.ts +0 -0
  204. /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +0 -0
  205. /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/index.d.ts +0 -0
  206. /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/styles.d.ts +0 -0
  207. /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/types.d.ts +0 -0
  208. /package/dist/{esm-deps → esm}/components/or-checkbox-tree-v3/utils/extractChildrenValues.d.ts +0 -0
  209. /package/dist/{esm-deps → esm}/components/or-checkbox-v3/OrCheckbox.vue.d.ts +0 -0
  210. /package/dist/{esm-deps → esm}/components/or-checkbox-v3/index.d.ts +0 -0
  211. /package/dist/{esm-deps → esm}/components/or-checkbox-v3/styles.d.ts +0 -0
  212. /package/dist/{esm-deps → esm}/components/or-checkbox-v3/types.d.ts +0 -0
  213. /package/dist/{esm-deps → esm}/components/or-code-v3/OrCode.vue.d.ts +0 -0
  214. /package/dist/{esm-deps → esm}/components/or-code-v3/index.d.ts +0 -0
  215. /package/dist/{esm-deps → esm}/components/or-code-v3/libs.d.ts +0 -0
  216. /package/dist/{esm-deps → esm}/components/or-code-v3/partials/OrCodeControl.vue.d.ts +0 -0
  217. /package/dist/{esm-deps → esm}/components/or-code-v3/props.d.ts +0 -0
  218. /package/dist/{esm-deps → esm}/components/or-code-v3/styles.d.ts +0 -0
  219. /package/dist/{esm-deps → esm}/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +0 -0
  220. /package/dist/{esm-deps → esm}/components/or-combined-input-v3/index.d.ts +0 -0
  221. /package/dist/{esm-deps → esm}/components/or-combined-input-v3/styles.d.ts +0 -0
  222. /package/dist/{esm-deps → esm}/components/or-confirm-v3/OrConfirm.vue.d.ts +0 -0
  223. /package/dist/{esm-deps → esm}/components/or-confirm-v3/index.d.ts +0 -0
  224. /package/dist/{esm-deps → esm}/components/or-confirm-v3/props.d.ts +0 -0
  225. /package/dist/{esm-deps → esm}/components/or-confirm-v3/styles.d.ts +0 -0
  226. /package/dist/{esm-deps → esm}/components/or-context-menu-v3/OrContextMenu.vue.d.ts +0 -0
  227. /package/dist/{esm-deps → esm}/components/or-context-menu-v3/index.d.ts +0 -0
  228. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/OrDataGrid.vue.d.ts +0 -0
  229. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/index.d.ts +0 -0
  230. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/index.d.ts +0 -0
  231. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-footer/OrDataGridFooter.vue.d.ts +0 -0
  232. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-footer/styles.d.ts +0 -0
  233. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-header/OrDataGridHeader.vue.d.ts +0 -0
  234. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-header/styles.d.ts +0 -0
  235. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table/OrDataGridTable.vue.d.ts +0 -0
  236. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table/styles.d.ts +0 -0
  237. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content/OrDataGridTableContent.vue.d.ts +0 -0
  238. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content/styles.d.ts +0 -0
  239. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/OrDataGridTableContentCell.vue.d.ts +0 -0
  240. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-cell/styles.d.ts +0 -0
  241. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-row/OrDataGridTableContentRow.vue.d.ts +0 -0
  242. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-content-row/styles.d.ts +0 -0
  243. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer/OrDataGridTableFooter.vue.d.ts +0 -0
  244. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer/styles.d.ts +0 -0
  245. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/OrDataGridTableFooterCell.vue.d.ts +0 -0
  246. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-cell/styles.d.ts +0 -0
  247. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/OrDataGridTableFooterRow.vue.d.ts +0 -0
  248. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-footer-row/styles.d.ts +0 -0
  249. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header/OrDataGridTableHeader.vue.d.ts +0 -0
  250. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header/styles.d.ts +0 -0
  251. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/OrDataGridTableHeaderCell.vue.d.ts +0 -0
  252. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-cell/styles.d.ts +0 -0
  253. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-row/OrDataGridTableHeaderRow.vue.d.ts +0 -0
  254. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-header-row/styles.d.ts +0 -0
  255. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/OrDataGridTablePlaceholder.vue.d.ts +0 -0
  256. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-table-placeholder/styles.d.ts +0 -0
  257. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-toolbar/OrDataGridToolbar.vue.d.ts +0 -0
  258. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/partials/or-data-grid-toolbar/styles.d.ts +0 -0
  259. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/styles.d.ts +0 -0
  260. /package/dist/{esm-deps → esm}/components/or-data-grid-v3/types.d.ts +0 -0
  261. /package/dist/{esm-deps → esm}/components/or-date-format-v3/OrDateFormat.vue.d.ts +0 -0
  262. /package/dist/{esm-deps → esm}/components/or-date-format-v3/index.d.ts +0 -0
  263. /package/dist/{esm-deps → esm}/components/or-date-format-v3/styles.d.ts +0 -0
  264. /package/dist/{esm-deps → esm}/components/or-date-picker-v3/OrDatePicker.vue.d.ts +0 -0
  265. /package/dist/{esm-deps → esm}/components/or-date-picker-v3/index.d.ts +0 -0
  266. /package/dist/{esm-deps → esm}/components/or-date-picker-v3/styles.d.ts +0 -0
  267. /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +0 -0
  268. /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/index.d.ts +0 -0
  269. /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/styles.d.ts +0 -0
  270. /package/dist/{esm-deps → esm}/components/or-date-range-picker-v3/types.d.ts +0 -0
  271. /package/dist/{esm-deps → esm}/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +0 -0
  272. /package/dist/{esm-deps → esm}/components/or-date-time-format-v3/index.d.ts +0 -0
  273. /package/dist/{esm-deps → esm}/components/or-date-time-format-v3/styles.d.ts +0 -0
  274. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +0 -0
  275. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/index.d.ts +0 -0
  276. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/index.d.ts +0 -0
  277. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +0 -0
  278. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.d.ts +0 -0
  279. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +0 -0
  280. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.d.ts +0 -0
  281. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +0 -0
  282. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/styles.d.ts +0 -0
  283. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +0 -0
  284. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/styles.d.ts +0 -0
  285. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +0 -0
  286. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/styles.d.ts +0 -0
  287. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +0 -0
  288. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/styles.d.ts +0 -0
  289. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +0 -0
  290. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.d.ts +0 -0
  291. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +0 -0
  292. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/styles.d.ts +0 -0
  293. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/styles.d.ts +0 -0
  294. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/types.d.ts +0 -0
  295. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatDate.d.ts +0 -0
  296. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatMobileDate.d.ts +0 -0
  297. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatMobileTime.d.ts +0 -0
  298. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/formatTime.d.ts +0 -0
  299. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/getCurrentDate.d.ts +0 -0
  300. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/getNextMonthDate.d.ts +0 -0
  301. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/index.d.ts +0 -0
  302. /package/dist/{esm-deps → esm}/components/or-date-time-picker-v3/utils/scrollToElementWithinContainer.d.ts +0 -0
  303. /package/dist/{esm-deps → esm}/components/or-drawer-v3/OrDrawer.vue.d.ts +0 -0
  304. /package/dist/{esm-deps → esm}/components/or-drawer-v3/index.d.ts +0 -0
  305. /package/dist/{esm-deps → esm}/components/or-drawer-v3/styles.d.ts +0 -0
  306. /package/dist/{esm-deps → esm}/components/or-drawer-v3/types.d.ts +0 -0
  307. /package/dist/{esm-deps → esm}/components/or-drop-area-v3/OrDropArea.vue.d.ts +0 -0
  308. /package/dist/{esm-deps → esm}/components/or-drop-area-v3/index.d.ts +0 -0
  309. /package/dist/{esm-deps → esm}/components/or-drop-area-v3/props.d.ts +0 -0
  310. /package/dist/{esm-deps → esm}/components/or-drop-area-v3/styles.d.ts +0 -0
  311. /package/dist/{esm-deps → esm}/components/or-drop-area-v3/utils/approximateFileSize.d.ts +0 -0
  312. /package/dist/{esm-deps → esm}/components/or-drop-area-v3/utils/index.d.ts +0 -0
  313. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +0 -0
  314. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/constants.d.ts +0 -0
  315. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/index.d.ts +0 -0
  316. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/partials/index.d.ts +0 -0
  317. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +0 -0
  318. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +0 -0
  319. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/props.d.ts +0 -0
  320. /package/dist/{esm-deps → esm}/components/or-editor-tabs-v3/styles.d.ts +0 -0
  321. /package/dist/{esm-deps → esm}/components/or-empty-state-v3/OrEmptyState.vue.d.ts +0 -0
  322. /package/dist/{esm-deps → esm}/components/or-empty-state-v3/index.d.ts +0 -0
  323. /package/dist/{esm-deps → esm}/components/or-empty-state-v3/props.d.ts +0 -0
  324. /package/dist/{esm-deps → esm}/components/or-empty-state-v3/styles.d.ts +0 -0
  325. /package/dist/{esm-deps → esm}/components/or-empty-state-v3/types.d.ts +0 -0
  326. /package/dist/{esm-deps → esm}/components/or-error-tag-v3/OrErrorTag.vue.d.ts +0 -0
  327. /package/dist/{esm-deps → esm}/components/or-error-tag-v3/index.d.ts +0 -0
  328. /package/dist/{esm-deps → esm}/components/or-error-tag-v3/styles.d.ts +0 -0
  329. /package/dist/{esm-deps → esm}/components/or-error-v3/OrError.vue.d.ts +0 -0
  330. /package/dist/{esm-deps → esm}/components/or-error-v3/index.d.ts +0 -0
  331. /package/dist/{esm-deps → esm}/components/or-error-v3/styles.d.ts +0 -0
  332. /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +0 -0
  333. /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/index.d.ts +0 -0
  334. /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/props.d.ts +0 -0
  335. /package/dist/{esm-deps → esm}/components/or-expansion-panel-v3/styles.d.ts +0 -0
  336. /package/dist/{esm-deps → esm}/components/or-fab-v3/OrFab.vue.d.ts +0 -0
  337. /package/dist/{esm-deps → esm}/components/or-fab-v3/constants.d.ts +0 -0
  338. /package/dist/{esm-deps → esm}/components/or-fab-v3/index.d.ts +0 -0
  339. /package/dist/{esm-deps → esm}/components/or-fab-v3/props.d.ts +0 -0
  340. /package/dist/{esm-deps → esm}/components/or-fab-v3/styles.d.ts +0 -0
  341. /package/dist/{esm-deps → esm}/components/or-filter-popover-v3/OrFilterPopover.vue.d.ts +0 -0
  342. /package/dist/{esm-deps → esm}/components/or-filter-popover-v3/index.d.ts +0 -0
  343. /package/dist/{esm-deps → esm}/components/or-filter-popover-v3/styles.d.ts +0 -0
  344. /package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/OrFilterTrigger.vue.d.ts +0 -0
  345. /package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/index.d.ts +0 -0
  346. /package/dist/{esm-deps → esm}/components/or-filter-trigger-v3/styles.d.ts +0 -0
  347. /package/dist/{esm-deps → esm}/components/or-filter-v3/OrFilter.vue.d.ts +0 -0
  348. /package/dist/{esm-deps → esm}/components/or-filter-v3/index.d.ts +0 -0
  349. /package/dist/{esm-deps → esm}/components/or-filter-v3/styles.d.ts +0 -0
  350. /package/dist/{esm-deps → esm}/components/or-form-group-v3/OrFormGroup.vue.d.ts +0 -0
  351. /package/dist/{esm-deps → esm}/components/or-form-group-v3/index.d.ts +0 -0
  352. /package/dist/{esm-deps → esm}/components/or-form-group-v3/styles.d.ts +0 -0
  353. /package/dist/{esm-deps → esm}/components/or-form-group-v3/types.d.ts +0 -0
  354. /package/dist/{esm-deps → esm}/components/or-hint-v3/OrHint.vue.d.ts +0 -0
  355. /package/dist/{esm-deps → esm}/components/or-hint-v3/index.d.ts +0 -0
  356. /package/dist/{esm-deps → esm}/components/or-hint-v3/styles.d.ts +0 -0
  357. /package/dist/{esm-deps → esm}/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -0
  358. /package/dist/{esm-deps → esm}/components/or-icon-button-v3/constants.d.ts +0 -0
  359. /package/dist/{esm-deps → esm}/components/or-icon-button-v3/index.d.ts +0 -0
  360. /package/dist/{esm-deps → esm}/components/or-icon-button-v3/props.d.ts +0 -0
  361. /package/dist/{esm-deps → esm}/components/or-icon-button-v3/styles.d.ts +0 -0
  362. /package/dist/{esm-deps → esm}/components/or-icon-v3/OrIcon.vue.d.ts +0 -0
  363. /package/dist/{esm-deps → esm}/components/or-icon-v3/index.d.ts +0 -0
  364. /package/dist/{esm-deps → esm}/components/or-icon-v3/props.d.ts +0 -0
  365. /package/dist/{esm-deps → esm}/components/or-icon-v3/styles.d.ts +0 -0
  366. /package/dist/{esm-deps → esm}/components/or-indicator-v3/OrIndicator.vue.d.ts +0 -0
  367. /package/dist/{esm-deps → esm}/components/or-indicator-v3/index.d.ts +0 -0
  368. /package/dist/{esm-deps → esm}/components/or-indicator-v3/props.d.ts +0 -0
  369. /package/dist/{esm-deps → esm}/components/or-indicator-v3/styles.d.ts +0 -0
  370. /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +0 -0
  371. /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/index.d.ts +0 -0
  372. /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/props.d.ts +0 -0
  373. /package/dist/{esm-deps → esm}/components/or-inline-input-box-v3/styles.d.ts +0 -0
  374. /package/dist/{esm-deps → esm}/components/or-inline-input-v3/OrInlineInput.vue.d.ts +0 -0
  375. /package/dist/{esm-deps → esm}/components/or-inline-input-v3/index.d.ts +0 -0
  376. /package/dist/{esm-deps → esm}/components/or-inline-input-v3/styles.d.ts +0 -0
  377. /package/dist/{esm-deps → esm}/components/or-inline-input-v3/types.d.ts +0 -0
  378. /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +0 -0
  379. /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/index.d.ts +0 -0
  380. /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/styles.d.ts +0 -0
  381. /package/dist/{esm-deps → esm}/components/or-inline-textarea-v3/types.d.ts +0 -0
  382. /package/dist/{esm-deps → esm}/components/or-input-box-v3/OrInputBox.vue.d.ts +0 -0
  383. /package/dist/{esm-deps → esm}/components/or-input-box-v3/index.d.ts +0 -0
  384. /package/dist/{esm-deps → esm}/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +0 -0
  385. /package/dist/{esm-deps → esm}/components/or-input-box-v3/partials/or-input-box-addon/styles.d.ts +0 -0
  386. /package/dist/{esm-deps → esm}/components/or-input-box-v3/styles.d.ts +0 -0
  387. /package/dist/{esm-deps → esm}/components/or-input-box-v3/types.d.ts +0 -0
  388. /package/dist/{esm-deps → esm}/components/or-input-v3/OrInput.vue.d.ts +0 -0
  389. /package/dist/{esm-deps → esm}/components/or-input-v3/index.d.ts +0 -0
  390. /package/dist/{esm-deps → esm}/components/or-input-v3/styles.d.ts +0 -0
  391. /package/dist/{esm-deps → esm}/components/or-input-v3/types.d.ts +0 -0
  392. /package/dist/{esm-deps → esm}/components/or-label-v3/OrLabel.vue.d.ts +0 -0
  393. /package/dist/{esm-deps → esm}/components/or-label-v3/index.d.ts +0 -0
  394. /package/dist/{esm-deps → esm}/components/or-label-v3/styles.d.ts +0 -0
  395. /package/dist/{esm-deps → esm}/components/or-label-v3/types.d.ts +0 -0
  396. /package/dist/{esm-deps → esm}/components/or-link-v3/OrLink.vue.d.ts +0 -0
  397. /package/dist/{esm-deps → esm}/components/or-link-v3/index.d.ts +0 -0
  398. /package/dist/{esm-deps → esm}/components/or-link-v3/props.d.ts +0 -0
  399. /package/dist/{esm-deps → esm}/components/or-link-v3/styles.d.ts +0 -0
  400. /package/dist/{esm-deps → esm}/components/or-list-v3/OrList.vue.d.ts +0 -0
  401. /package/dist/{esm-deps → esm}/components/or-list-v3/index.d.ts +0 -0
  402. /package/dist/{esm-deps → esm}/components/or-list-v3/partials/index.d.ts +0 -0
  403. /package/dist/{esm-deps → esm}/components/or-list-v3/partials/or-list-item/OrListItem.vue.d.ts +0 -0
  404. /package/dist/{esm-deps → esm}/components/or-list-v3/partials/or-list-item/styles.d.ts +0 -0
  405. /package/dist/{esm-deps → esm}/components/or-list-v3/styles.d.ts +0 -0
  406. /package/dist/{esm-deps → esm}/components/or-list-v3/types.d.ts +0 -0
  407. /package/dist/{esm-deps → esm}/components/or-loader-v3/OrLoader.vue.d.ts +0 -0
  408. /package/dist/{esm-deps → esm}/components/or-loader-v3/index.d.ts +0 -0
  409. /package/dist/{esm-deps → esm}/components/or-loader-v3/props.d.ts +0 -0
  410. /package/dist/{esm-deps → esm}/components/or-loader-v3/styles.d.ts +0 -0
  411. /package/dist/{esm-deps → esm}/components/or-menu-item-v3/OrMenuItem.vue.d.ts +0 -0
  412. /package/dist/{esm-deps → esm}/components/or-menu-item-v3/index.d.ts +0 -0
  413. /package/dist/{esm-deps → esm}/components/or-menu-item-v3/styles.d.ts +0 -0
  414. /package/dist/{esm-deps → esm}/components/or-menu-v3/OrMenu.vue.d.ts +0 -0
  415. /package/dist/{esm-deps → esm}/components/or-menu-v3/index.d.ts +0 -0
  416. /package/dist/{esm-deps → esm}/components/or-menu-v3/styles.d.ts +0 -0
  417. /package/dist/{esm-deps → esm}/components/or-modal-v3/OrModal.vue.d.ts +0 -0
  418. /package/dist/{esm-deps → esm}/components/or-modal-v3/index.d.ts +0 -0
  419. /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +0 -0
  420. /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-content/styles.d.ts +0 -0
  421. /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +0 -0
  422. /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +0 -0
  423. /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +0 -0
  424. /package/dist/{esm-deps → esm}/components/or-modal-v3/partials/or-modal-header/styles.d.ts +0 -0
  425. /package/dist/{esm-deps → esm}/components/or-modal-v3/props.d.ts +0 -0
  426. /package/dist/{esm-deps → esm}/components/or-modal-v3/styles.d.ts +0 -0
  427. /package/dist/{esm-deps → esm}/components/or-notification-v3/OrNotification.vue.d.ts +0 -0
  428. /package/dist/{esm-deps → esm}/components/or-notification-v3/index.d.ts +0 -0
  429. /package/dist/{esm-deps → esm}/components/or-notification-v3/props.d.ts +0 -0
  430. /package/dist/{esm-deps → esm}/components/or-notification-v3/styles.d.ts +0 -0
  431. /package/dist/{esm-deps → esm}/components/or-overlay-v3/OrOverlay.vue.d.ts +0 -0
  432. /package/dist/{esm-deps → esm}/components/or-overlay-v3/constants.d.ts +0 -0
  433. /package/dist/{esm-deps → esm}/components/or-overlay-v3/index.d.ts +0 -0
  434. /package/dist/{esm-deps → esm}/components/or-overlay-v3/styles.d.ts +0 -0
  435. /package/dist/{esm-deps → esm}/components/or-pagination-v3/OrPagination.vue.d.ts +0 -0
  436. /package/dist/{esm-deps → esm}/components/or-pagination-v3/index.d.ts +0 -0
  437. /package/dist/{esm-deps → esm}/components/or-pagination-v3/styles.d.ts +0 -0
  438. /package/dist/{esm-deps → esm}/components/or-pagination-v3/types.d.ts +0 -0
  439. /package/dist/{esm-deps → esm}/components/or-popover-v3/hooks/types.d.ts +0 -0
  440. /package/dist/{esm-deps → esm}/components/or-popover-v3/hooks/useFloating.d.ts +0 -0
  441. /package/dist/{esm-deps → esm}/components/or-popover-v3/index.d.ts +0 -0
  442. /package/dist/{esm-deps → esm}/components/or-popover-v3/props.d.ts +0 -0
  443. /package/dist/{esm-deps → esm}/components/or-popover-v3/styles.d.ts +0 -0
  444. /package/dist/{esm-deps → esm}/components/or-popover-v3/utils/index.d.ts +0 -0
  445. /package/dist/{esm-deps → esm}/components/or-popover-v3/utils/isPrevented.d.ts +0 -0
  446. /package/dist/{esm-deps → esm}/components/or-progress-v3/OrProgress.vue.d.ts +0 -0
  447. /package/dist/{esm-deps → esm}/components/or-progress-v3/index.d.ts +0 -0
  448. /package/dist/{esm-deps → esm}/components/or-progress-v3/props.d.ts +0 -0
  449. /package/dist/{esm-deps → esm}/components/or-progress-v3/styles.d.ts +0 -0
  450. /package/dist/{esm-deps → esm}/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +0 -0
  451. /package/dist/{esm-deps → esm}/components/or-radio-group-v3/index.d.ts +0 -0
  452. /package/dist/{esm-deps → esm}/components/or-radio-group-v3/types.d.ts +0 -0
  453. /package/dist/{esm-deps → esm}/components/or-radio-v3/OrRadio.vue.d.ts +0 -0
  454. /package/dist/{esm-deps → esm}/components/or-radio-v3/index.d.ts +0 -0
  455. /package/dist/{esm-deps → esm}/components/or-radio-v3/styles.d.ts +0 -0
  456. /package/dist/{esm-deps → esm}/components/or-radio-v3/types.d.ts +0 -0
  457. /package/dist/{esm-deps → esm}/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +0 -0
  458. /package/dist/{esm-deps → esm}/components/or-range-slider-v3/index.d.ts +0 -0
  459. /package/dist/{esm-deps → esm}/components/or-range-slider-v3/styles.d.ts +0 -0
  460. /package/dist/{esm-deps → esm}/components/or-range-slider-v3/types.d.ts +0 -0
  461. /package/dist/{esm-deps → esm}/components/or-rating-v3/OrRating.vue.d.ts +0 -0
  462. /package/dist/{esm-deps → esm}/components/or-rating-v3/index.d.ts +0 -0
  463. /package/dist/{esm-deps → esm}/components/or-rating-v3/styles.d.ts +0 -0
  464. /package/dist/{esm-deps → esm}/components/or-rating-v3/types.d.ts +0 -0
  465. /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/OrResizeablePanel.vue.d.ts +0 -0
  466. /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/index.d.ts +0 -0
  467. /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/props.d.ts +0 -0
  468. /package/dist/{esm-deps → esm}/components/or-resizeable-panel-v3/styles.d.ts +0 -0
  469. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -0
  470. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/index.d.ts +0 -0
  471. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/props.d.ts +0 -0
  472. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/styles.d.ts +0 -0
  473. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -0
  474. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -0
  475. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -0
  476. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -0
  477. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -0
  478. /package/dist/{esm-deps → esm}/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -0
  479. /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/OrRichTooltip.vue.d.ts +0 -0
  480. /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/index.d.ts +0 -0
  481. /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/styles.d.ts +0 -0
  482. /package/dist/{esm-deps → esm}/components/or-rich-tooltip-v3/types.d.ts +0 -0
  483. /package/dist/{esm-deps → esm}/components/or-search-v3/OrSearch.vue.d.ts +0 -0
  484. /package/dist/{esm-deps → esm}/components/or-search-v3/index.d.ts +0 -0
  485. /package/dist/{esm-deps → esm}/components/or-search-v3/types.d.ts +0 -0
  486. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +0 -0
  487. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/constants.d.ts +0 -0
  488. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/index.d.ts +0 -0
  489. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -0
  490. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +0 -0
  491. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/props.d.ts +0 -0
  492. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/styles.d.ts +0 -0
  493. /package/dist/{esm-deps → esm}/components/or-segmented-control-v3/types.d.ts +0 -0
  494. /package/dist/{esm-deps → esm}/components/or-select-v3/OrSelect.vue.d.ts +0 -0
  495. /package/dist/{esm-deps → esm}/components/or-select-v3/index.d.ts +0 -0
  496. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/index.d.ts +0 -0
  497. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -0
  498. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -0
  499. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -0
  500. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -0
  501. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -0
  502. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -0
  503. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue.d.ts +0 -0
  504. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -0
  505. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-placeholder/styles.d.ts +0 -0
  506. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -0
  507. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -0
  508. /package/dist/{esm-deps → esm}/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -0
  509. /package/dist/{esm-deps → esm}/components/or-select-v3/styles.d.ts +0 -0
  510. /package/dist/{esm-deps → esm}/components/or-select-v3/types.d.ts +0 -0
  511. /package/dist/{esm-deps → esm}/components/or-sidebar-v3/OrSidebar.vue.d.ts +0 -0
  512. /package/dist/{esm-deps → esm}/components/or-sidebar-v3/index.d.ts +0 -0
  513. /package/dist/{esm-deps → esm}/components/or-sidebar-v3/props.d.ts +0 -0
  514. /package/dist/{esm-deps → esm}/components/or-sidebar-v3/styles.d.ts +0 -0
  515. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/index.d.ts +0 -0
  516. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +0 -0
  517. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +0 -0
  518. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +0 -0
  519. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +0 -0
  520. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +0 -0
  521. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +0 -0
  522. /package/dist/{esm-deps → esm}/components/or-skeleton-v3/styles.d.ts +0 -0
  523. /package/dist/{esm-deps → esm}/components/or-slider-v3/OrSlider.vue.d.ts +0 -0
  524. /package/dist/{esm-deps → esm}/components/or-slider-v3/index.d.ts +0 -0
  525. /package/dist/{esm-deps → esm}/components/or-slider-v3/styles.d.ts +0 -0
  526. /package/dist/{esm-deps → esm}/components/or-slider-v3/types.d.ts +0 -0
  527. /package/dist/{esm-deps → esm}/components/or-sorting-v3/OrSorting.vue.d.ts +0 -0
  528. /package/dist/{esm-deps → esm}/components/or-sorting-v3/index.d.ts +0 -0
  529. /package/dist/{esm-deps → esm}/components/or-sorting-v3/styles.d.ts +0 -0
  530. /package/dist/{esm-deps → esm}/components/or-sorting-v3/types.d.ts +0 -0
  531. /package/dist/{esm-deps → esm}/components/or-status-v3/OrStatus.vue.d.ts +0 -0
  532. /package/dist/{esm-deps → esm}/components/or-status-v3/index.d.ts +0 -0
  533. /package/dist/{esm-deps → esm}/components/or-status-v3/props.d.ts +0 -0
  534. /package/dist/{esm-deps → esm}/components/or-status-v3/styles.d.ts +0 -0
  535. /package/dist/{esm-deps → esm}/components/or-switch-v3/OrSwitch.vue.d.ts +0 -0
  536. /package/dist/{esm-deps → esm}/components/or-switch-v3/index.d.ts +0 -0
  537. /package/dist/{esm-deps → esm}/components/or-switch-v3/styles.d.ts +0 -0
  538. /package/dist/{esm-deps → esm}/components/or-switch-v3/types.d.ts +0 -0
  539. /package/dist/{esm-deps → esm}/components/or-tab-v3/OrTab.vue.d.ts +0 -0
  540. /package/dist/{esm-deps → esm}/components/or-tab-v3/index.d.ts +0 -0
  541. /package/dist/{esm-deps → esm}/components/or-tab-v3/styles.d.ts +0 -0
  542. /package/dist/{esm-deps → esm}/components/or-tabs-v3/OrTabs.vue.d.ts +0 -0
  543. /package/dist/{esm-deps → esm}/components/or-tabs-v3/index.d.ts +0 -0
  544. /package/dist/{esm-deps → esm}/components/or-tabs-v3/props.d.ts +0 -0
  545. /package/dist/{esm-deps → esm}/components/or-tabs-v3/styles.d.ts +0 -0
  546. /package/dist/{esm-deps → esm}/components/or-tabs-v3/types.d.ts +0 -0
  547. /package/dist/{esm-deps → esm}/components/or-tag-input-v3/OrTagInput.vue.d.ts +0 -0
  548. /package/dist/{esm-deps → esm}/components/or-tag-input-v3/index.d.ts +0 -0
  549. /package/dist/{esm-deps → esm}/components/or-tag-input-v3/styles.d.ts +0 -0
  550. /package/dist/{esm-deps → esm}/components/or-tag-input-v3/types.d.ts +0 -0
  551. /package/dist/{esm-deps → esm}/components/or-tag-v3/OrTag.vue.d.ts +0 -0
  552. /package/dist/{esm-deps → esm}/components/or-tag-v3/index.d.ts +0 -0
  553. /package/dist/{esm-deps → esm}/components/or-tag-v3/props.d.ts +0 -0
  554. /package/dist/{esm-deps → esm}/components/or-tag-v3/styles.d.ts +0 -0
  555. /package/dist/{esm-deps → esm}/components/or-tags-v3/OrTags.vue.d.ts +0 -0
  556. /package/dist/{esm-deps → esm}/components/or-tags-v3/index.d.ts +0 -0
  557. /package/dist/{esm-deps → esm}/components/or-tags-v3/props.d.ts +0 -0
  558. /package/dist/{esm-deps → esm}/components/or-tags-v3/styles.d.ts +0 -0
  559. /package/dist/{esm-deps → esm}/components/or-tags-v3/types.d.ts +0 -0
  560. /package/dist/{esm-deps → esm}/components/or-tags-v3/utils/castToTag.d.ts +0 -0
  561. /package/dist/{esm-deps → esm}/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +0 -0
  562. /package/dist/{esm-deps → esm}/components/or-teleport-v3/index.d.ts +0 -0
  563. /package/dist/{esm-deps → esm}/components/or-text-v3/OrText.vue.d.ts +0 -0
  564. /package/dist/{esm-deps → esm}/components/or-text-v3/index.d.ts +0 -0
  565. /package/dist/{esm-deps → esm}/components/or-text-v3/styles.d.ts +0 -0
  566. /package/dist/{esm-deps → esm}/components/or-textarea-v3/OrTextarea.vue.d.ts +0 -0
  567. /package/dist/{esm-deps → esm}/components/or-textarea-v3/index.d.ts +0 -0
  568. /package/dist/{esm-deps → esm}/components/or-textarea-v3/styles.d.ts +0 -0
  569. /package/dist/{esm-deps → esm}/components/or-textarea-v3/types.d.ts +0 -0
  570. /package/dist/{esm-deps → esm}/components/or-time-format-v3/OrTimeFormat.vue.d.ts +0 -0
  571. /package/dist/{esm-deps → esm}/components/or-time-format-v3/index.d.ts +0 -0
  572. /package/dist/{esm-deps → esm}/components/or-time-format-v3/styles.d.ts +0 -0
  573. /package/dist/{esm-deps → esm}/components/or-time-picker-v3/OrTimePicker.vue.d.ts +0 -0
  574. /package/dist/{esm-deps → esm}/components/or-time-picker-v3/index.d.ts +0 -0
  575. /package/dist/{esm-deps → esm}/components/or-time-picker-v3/styles.d.ts +0 -0
  576. /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +0 -0
  577. /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/index.d.ts +0 -0
  578. /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/styles.d.ts +0 -0
  579. /package/dist/{esm-deps → esm}/components/or-time-range-picker-v3/types.d.ts +0 -0
  580. /package/dist/{esm-deps → esm}/components/or-toast-v3/OrToast.vue.d.ts +0 -0
  581. /package/dist/{esm-deps → esm}/components/or-toast-v3/Timer.d.ts +0 -0
  582. /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/index.d.ts +0 -0
  583. /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/useQueue.d.ts +0 -0
  584. /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/useToast.d.ts +0 -0
  585. /package/dist/{esm-deps → esm}/components/or-toast-v3/composable/useToastEventBus.d.ts +0 -0
  586. /package/dist/{esm-deps → esm}/components/or-toast-v3/index.d.ts +0 -0
  587. /package/dist/{esm-deps → esm}/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +0 -0
  588. /package/dist/{esm-deps → esm}/components/or-toast-v3/or-toast-container-v3/index.d.ts +0 -0
  589. /package/dist/{esm-deps → esm}/components/or-toast-v3/props.d.ts +0 -0
  590. /package/dist/{esm-deps → esm}/components/or-toast-v3/styles.d.ts +0 -0
  591. /package/dist/{esm-deps → esm}/components/or-toast-v3/types.d.ts +0 -0
  592. /package/dist/{esm-deps → esm}/components/or-tooltip-v3/OrTooltip.vue.d.ts +0 -0
  593. /package/dist/{esm-deps → esm}/components/or-tooltip-v3/index.d.ts +0 -0
  594. /package/dist/{esm-deps → esm}/components/or-tooltip-v3/styles.d.ts +0 -0
  595. /package/dist/{esm-deps → esm}/components/or-tree-v3/OrTree.vue.d.ts +0 -0
  596. /package/dist/{esm-deps → esm}/components/or-tree-v3/index.d.ts +0 -0
  597. /package/dist/{esm-deps → esm}/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +0 -0
  598. /package/dist/{esm-deps → esm}/components/or-tree-v3/partials/or-tree-node/styles.d.ts +0 -0
  599. /package/dist/{esm-deps → esm}/components/or-tree-v3/partials/or-tree-node/utils.d.ts +0 -0
  600. /package/dist/{esm-deps → esm}/components/or-tree-v3/types.d.ts +0 -0
  601. /package/dist/{esm-deps → esm}/index.d.ts +0 -0
@@ -1,2658 +0,0 @@
1
- export { s as DropdownClose, c as DropdownOpen } from './dropdown-open-k6cFnrqA-b1726667.js';
2
- export { a as getItemByValue, m as getItemsByValue, l as searchItemsByLabel } from './searchItemsByLabel-BhinsABA-b8049fb6.js';
3
- export { q as DATE_FORMAT, a as DateFormat, L as LOCALE, N as TIME_FORMAT, h as TimeFormat, t as isVisible, _ as useControlAttributes, k as useDateFormat, G as useDateMask, J as useElevation, K as useIdAttribute, X as useLocale, e as useOverflow, b as usePopoverState, r as useProxyModelValue, n as useResponsive, u as useTheme, o as useTimeFormat, s as useTimeMask, c as useToggle, i as useValidationAttributes } from './useValidationAttributes-DxhcSj_h-3380c3cf.js';
4
- export { H as CODE_BACKSPACE, $ as CODE_BREAK, y as CODE_DELETE, B as CODE_DOWN, F as CODE_END, m as CODE_ENTER, G as CODE_ESC, b as CODE_HOME, U as CODE_LEFT, l as CODE_PAGEDOWN, x as CODE_PAGEUP, j as CODE_RIGHT, K as CODE_SPACE, V as CODE_UP, R as HSL_LIMITS, z as PLACEMENT_BOTTOM_END, w as PLACEMENT_BOTTOM_START, Q as PLACEMENT_LEFT_END, q as PLACEMENT_LEFT_START, Z as PLACEMENT_RIGHT_END, Y as PLACEMENT_RIGHT_START, k as PLACEMENT_TOP_END, W as PLACEMENT_TOP_START, C as RX_ABBREVIATION_FROM_STRING, J as RX_ARRAY_NOTATION, v as RX_BV_PREFIX, N as RX_DATE, S as RX_DATE_SPLIT, s as RX_DIGITS, a as RX_ENCODED_COMMA, p as RX_ENCODE_REVERSE, n as RX_EXTENSION, t as RX_HASH, r as RX_HASH_ID, X as RX_HREF, c as RX_HTML_TAGS, o as RX_HYPHENATE, d as RX_LONG_COLOR, e as RX_LOWER_UPPER, f as RX_NUMBER, E as RX_PLUS, P as RX_QUERY_START, _ as RX_REGEXP_REPLACE, g as RX_SHORT_COLOR, u as RX_SPACES, T as RX_SPACE_SPLIT, A as RX_STAR, D as RX_START_SPACE_WORD, I as RX_TIME, L as RX_TRIM_LEFT, O as RX_TRIM_RIGHT, M as RX_UNDERSCORE, a0 as RX_UN_KEBAB, a1 as exclude, a2 as extractCssVarName, a3 as flattenDeep, a4 as generateColorFromString, a5 as generateHslFromString, a6 as getAbbreviation, a7 as getHashOfString, a8 as hexToRgb, a9 as hslToColorString, aa as include, ab as isAncestor, ac as isArray, ad as isDescendant, ae as isEmpty, af as isEqual, ag as isNil, ah as isNull, ai as isNumber, aj as isObject, ak as isString, i as isUndefined, al as normalize, h as pxToRem, am as rgbToHex, an as toArray } from './extractCssVarName-IHa2pGlF-614fb8d2.js';
5
- export { g as MutationObs, S as addClass, y as cancelAF, v as contains, M as getAttr, m as getBCR, C as getById, c as getCS, _ as getMaxZIndex, B as getStyle, R as hasAttr, E as hasClass, u as offset, P as position, w as reflow, x as removeAttr, q as removeClass, b as removeNode, T as removeStyle, A as requestAF, h as select, F as selectAll, L as setAttr, z as setStyle } from './dom-CwV-xS38-5babad01.js';
6
- import { OrAutocompleteV3 as script } from './components/or-autocomplete-v3/index.js';
7
- import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createSlots, createElementVNode, mergeProps, createVNode, Fragment, renderList, vShow, normalizeStyle, normalizeProps, guardReactiveProps, withModifiers, toHandlers, vModelDynamic, vModelText, TransitionGroup } from 'vue';
8
- import { OrAvatarV3 as script$1 } from './components/or-avatar-v3/index.js';
9
- export { AvatarColor, AvatarSize } from './components/or-avatar-v3/index.js';
10
- import { OrButtonGroupV3 as script$2 } from './components/or-button-group-v3/index.js';
11
- import { OrCardCollectionV3 as script$3 } from './components/or-card-collection-v3/index.js';
12
- export { CardCollectionView, defaultViewModes, gridView, listView } from './components/or-card-collection-v3/index.js';
13
- import { OrCardV3 as script$4 } from './components/or-card-v3/index.js';
14
- export { CardPadding } from './components/or-card-v3/index.js';
15
- import { OrCheckboxGroupV3 as script$5 } from './components/or-checkbox-group-v3/index.js';
16
- import { OrCodeV3 as script$6 } from './components/or-code-v3/index.js';
17
- export { CodeLanguage, html, json, jsonParseLinter } from './components/or-code-v3/index.js';
18
- import { OrCombinedInputV3 as script$7 } from './components/or-combined-input-v3/index.js';
19
- import { OrConfirmV3 as script$8 } from './components/or-confirm-v3/index.js';
20
- export { ConfirmType } from './components/or-confirm-v3/index.js';
21
- import { OrContextMenuV3 as script$9 } from './components/or-context-menu-v3/index.js';
22
- import { OrDataGridV3 as script$c } from './components/or-data-grid-v3/index.js';
23
- export { DataGridVariant } from './components/or-data-grid-v3/index.js';
24
- import { OrDateFormatV3 as script$d } from './components/or-date-format-v3/index.js';
25
- import { OrDateRangePickerV3 as script$e } from './components/or-date-range-picker-v3/index.js';
26
- import { OrDateTimeFormatV3 as script$f } from './components/or-date-time-format-v3/index.js';
27
- import { OrDrawerV3 as script$g } from './components/or-drawer-v3/index.js';
28
- export { DrawerPlacement } from './components/or-drawer-v3/index.js';
29
- import { OrDropAreaV3 as script$h } from './components/or-drop-area-v3/index.js';
30
- export { DropAreaSize, approximateFileSize } from './components/or-drop-area-v3/index.js';
31
- import { OrEditorTabsV3 as script$i } from './components/or-editor-tabs-v3/index.js';
32
- export { EditorTabsOverflow } from './components/or-editor-tabs-v3/index.js';
33
- import { OrEmptyStateV3 as script$j } from './components/or-empty-state-v3/index.js';
34
- export { EmptyStateSize } from './components/or-empty-state-v3/index.js';
35
- import { OrErrorTagV3 as script$k } from './components/or-error-tag-v3/index.js';
36
- import { OrFabV3 as script$l } from './components/or-fab-v3/index.js';
37
- export { FabColor } from './components/or-fab-v3/index.js';
38
- import { OrFilterV3 as script$m } from './components/or-filter-v3/index.js';
39
- export { OrFilterPopoverV3 } from './components/or-filter-popover-v3/index.js';
40
- export { OrFilterTriggerV3 } from './components/or-filter-trigger-v3/index.js';
41
- import './OrInlineInputBox-d9dc104a.js';
42
- export { InlineInputBoxSize, OrInlineInputBoxV3 } from './components/or-inline-input-box-v3/index.js';
43
- import { OrInlineInputV3 as script$n } from './components/or-inline-input-v3/index.js';
44
- export { InlineInputType } from './components/or-inline-input-v3/index.js';
45
- import { s as styleInject } from './style-inject.es-87955792.js';
46
- import { OrInlineTextareaV3 as script$o } from './components/or-inline-textarea-v3/index.js';
47
- import { OrLinkV3 as script$p } from './components/or-link-v3/index.js';
48
- export { LinkColor } from './components/or-link-v3/index.js';
49
- import { OrListV3 as script$q } from './components/or-list-v3/index.js';
50
- export { OrListItem } from './components/or-list-v3/index.js';
51
- import { OrProgressV3 as script$r } from './components/or-progress-v3/index.js';
52
- export { ProgressColor, ProgressType } from './components/or-progress-v3/index.js';
53
- import { OrRadioGroupV3 as script$s } from './components/or-radio-group-v3/index.js';
54
- import { OrRangeSliderV3 as script$u } from './components/or-range-slider-v3/index.js';
55
- import { OrSidebarV3 as script$y } from './components/or-sidebar-v3/index.js';
56
- export { SidebarPlacement } from './components/or-sidebar-v3/index.js';
57
- export { OrResizeablePanelV3, ResizeablePanelPadding, ResizeablePanelPlacement } from './components/or-resizeable-panel-v3/index.js';
58
- import { OrRichTextEditorV3 as script$v } from './components/or-rich-text-editor-v3/index.js';
59
- export { Formats, RichTextEditorIcons, RichTextEditorTooltips } from './components/or-rich-text-editor-v3/index.js';
60
- import { OrRichTooltipV3 as script$w } from './components/or-rich-tooltip-v3/index.js';
61
- export { RichTooltipBehavior } from './components/or-rich-tooltip-v3/index.js';
62
- import { OrSegmentedControlV3 as script$x } from './components/or-segmented-control-v3/index.js';
63
- export { SegmentedControlSize } from './components/or-segmented-control-v3/index.js';
64
- import { OrSkeletonCircleV3 as script$a, OrSkeletonRectV3 as script$b } from './components/or-skeleton-v3/index.js';
65
- import { OrSliderV3 as script$t } from './components/or-slider-v3/index.js';
66
- import { OrStatusV3 as script$z } from './components/or-status-v3/index.js';
67
- export { StatusSize, StatusVariant } from './components/or-status-v3/index.js';
68
- import { OrTabsV3 as script$A } from './components/or-tabs-v3/index.js';
69
- export { TabsVariant } from './components/or-tabs-v3/index.js';
70
- export { OrTabV3 } from './components/or-tab-v3/index.js';
71
- import { OrTextareaV3 as script$B } from './components/or-textarea-v3/index.js';
72
- import { OrTimeFormatV3 as script$C } from './components/or-time-format-v3/index.js';
73
- import { OrTimeRangePickerV3 as script$D } from './components/or-time-range-picker-v3/index.js';
74
- import { OrToastContainerV3 as script$E } from './components/or-toast-v3/index.js';
75
- export { OrToastV3, PropsV3, TypesV3, useQueueV3, useToastV3 } from './components/or-toast-v3/index.js';
76
- import { OrTreeV3 as script$F } from './components/or-tree-v3/index.js';
77
- export { TreeNodeDropPosition } from './components/or-tree-v3/index.js';
78
- export { BottomSheetVariant, OrBottomSheetV3 } from './components/or-bottom-sheet-v3/index.js';
79
- export { OrButtonV3 } from './components/or-button-v3/index.js';
80
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant } from './props-bba3dca8.js';
81
- export { OrCheckboxTreeV3 } from './components/or-checkbox-tree-v3/index.js';
82
- export { OrCheckboxV3 } from './components/or-checkbox-v3/index.js';
83
- export { b as EditorState, E as EditorView, j as javascript, a as lintGutter, l as linter } from './index-f0e8521b.js';
84
- export { OrDatePickerV3 } from './components/or-date-picker-v3/index.js';
85
- export { s as OrDateTimePickerV3 } from './OrDateTimePicker.vue_vue_type_script_lang-92237043.js';
86
- export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect, f as formatMobileDate } from './OrDateTimePickerMonthSelect-8ff9ca1b.js';
87
- export { s as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader, g as getCurrentDate } from './OrDateTimePickerPopoverHeader-b4f2d13e.js';
88
- export { s as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect, f as formatMobileTime, b as scrollToElementWithinContainer } from './OrDateTimePickerTimeSelect-92ce3cf8.js';
89
- export { f as formatDate } from './formatDate-0536a8d5.js';
90
- export { f as formatTime } from './formatTime-6d5fedb0.js';
91
- export { g as getNextMonthDate } from './getNextMonthDate-25fe3c1a.js';
92
- export { OrErrorV3 } from './components/or-error-v3/index.js';
93
- export { ExpansionPanelBackgroundColor, ExpansionPanelColor, ExpansionPanelVariant, OrExpansionPanelV3 } from './components/or-expansion-panel-v3/index.js';
94
- export { FormGroupDirection, OrFormGroupV3 } from './components/or-form-group-v3/index.js';
95
- export { OrHintV3 } from './components/or-hint-v3/index.js';
96
- export { IconButtonColor, OrIconButtonV3 } from './components/or-icon-button-v3/index.js';
97
- export { IconSize, IconVariant, OrIconV3 } from './components/or-icon-v3/index.js';
98
- export { IndicatorColor, IndicatorSize, OrIndicatorV3 } from './components/or-indicator-v3/index.js';
99
- export { OrInputBoxV3 } from './components/or-input-box-v3/index.js';
100
- export { I as InputBoxDirection, b as InputBoxSize, a as InputBoxVariant } from './types-98e9a758.js';
101
- export { InputMode, InputType, OrInputV3 } from './components/or-input-v3/index.js';
102
- export { LabelVariant, OrLabelV3 } from './components/or-label-v3/index.js';
103
- export { LoaderColor, LoaderSize, LoaderVariant, OrLoaderV3 } from './components/or-loader-v3/index.js';
104
- export { OrMenuItemV3 } from './components/or-menu-item-v3/index.js';
105
- export { OrMenuV3 } from './components/or-menu-v3/index.js';
106
- export { ModalSize, OrModalV3 } from './components/or-modal-v3/index.js';
107
- export { NotificationVariant, OrNotificationV3, VariantToIconName } from './components/or-notification-v3/index.js';
108
- export { OrOverlayV3 } from './components/or-overlay-v3/index.js';
109
- export { OrPaginationV3 } from './components/or-pagination-v3/index.js';
110
- export { OrPopoverV3, PopoverPlacement, PopoverVariant, isPrevented } from './components/or-popover-v3/index.js';
111
- export { OrRadioV3 } from './components/or-radio-v3/index.js';
112
- export { OrRatingV3, RatingVariant } from './components/or-rating-v3/index.js';
113
- export { OrSearchV3 } from './components/or-search-v3/index.js';
114
- export { OrSelectV3 } from './components/or-select-v3/index.js';
115
- export { s as OrSkeletonTextV3 } from './OrSkeletonText.vue_vue_type_script_lang-890c25e3.js';
116
- export { S as SliderColor, a as SliderOrientation } from './types-75a1cc13.js';
117
- export { OrSortingV3 } from './components/or-sorting-v3/index.js';
118
- export { OrSwitchV3 } from './components/or-switch-v3/index.js';
119
- export { OrTagInputV3 } from './components/or-tag-input-v3/index.js';
120
- export { OrTagV3, TagColor, TagVariant } from './components/or-tag-v3/index.js';
121
- export { OrTagsV3, TagsOverflow } from './components/or-tags-v3/index.js';
122
- export { OrTeleportV3 } from './components/or-teleport-v3/index.js';
123
- export { OrTextV3 } from './components/or-text-v3/index.js';
124
- export { OrTimePickerV3 } from './components/or-time-picker-v3/index.js';
125
- export { OrTooltipV3 } from './components/or-tooltip-v3/index.js';
126
- import '@vueuse/core';
127
- import 'lodash/get';
128
- import 'lodash/isElement';
129
- import './OrHint-fcdf591c.js';
130
- import './OrIconButton-b7d4175c.js';
131
- import './OrInputBox-e79531c2.js';
132
- import './OrInput-4fcaf87c.js';
133
- import './OrLabel-d50a3ebb.js';
134
- import './OrLoader-4e331586.js';
135
- import './OrMenuItem-c40a275b.js';
136
- import './OrPopover-bd078650.js';
137
- import './OrTagInput-4439b294.js';
138
- import './OrIcon-cd8db2b5.js';
139
- import './OrSearch-8e817fad.js';
140
- import './OrFormGroup-081248a1.js';
141
- import '@lezer/json';
142
- import '@lezer/html';
143
- import '@lezer/css';
144
- import '@lezer/common';
145
- import './OrModal-b06077ec.js';
146
- import 'vue-demi';
147
- import '@vueuse/shared';
148
- import './OrOverlay-d67e7093.js';
149
- import './OrButton-91f48227.js';
150
- import './OrMenu-13beee12.js';
151
- import './OrCheckbox-cfd587f1.js';
152
- import './constants-57e8b5da.js';
153
- import 'lodash/round';
154
- import './OrTooltip-62181b78.js';
155
- import '@tiptap/pm/state';
156
- import '@tiptap/pm/view';
157
- import '@tiptap/pm/keymap';
158
- import '@tiptap/pm/model';
159
- import '@tiptap/pm/transform';
160
- import '@tiptap/pm/commands';
161
- import '@tiptap/pm/schema-list';
162
- import 'linkifyjs';
163
- import '@tiptap/extension-code';
164
- import '@tiptap/extension-document';
165
- import '@tiptap/extension-dropcursor';
166
- import '@tiptap/extension-gapcursor';
167
- import '@tiptap/extension-history';
168
- import '@tiptap/extension-text';
169
- import 'tabbable';
170
- import 'orderedmap';
171
- import 'prosemirror-transform';
172
- import 'markdown-it';
173
- import './OrIndicator-c4efdee9.js';
174
- import '@codemirror/search';
175
- import '@codemirror/autocomplete';
176
- import 'crelt';
177
- import '@lezer/javascript';
178
- import 'style-mod';
179
- import 'w3c-keyname';
180
- import '@floating-ui/core';
181
- import '@floating-ui/utils';
182
- import '@floating-ui/utils/dom';
183
- import './OrTags-995e4846.js';
184
- import 'lodash/range';
185
-
186
- const _hoisted_1$n = ["value", "placeholder", "required", "readonly", "disabled"];
187
- const _hoisted_2$b = {
188
- key: 0,
189
- class: "py-sm px-lg"
190
- };
191
- function render$F(_ctx, _cache, $props, $setup, $data, $options) {
192
- const _component_OrLabel = resolveComponent("OrLabel");
193
- const _component_OrTagInput = resolveComponent("OrTagInput");
194
- const _component_OrIconButton = resolveComponent("OrIconButton");
195
- const _component_OrInputBox = resolveComponent("OrInputBox");
196
- const _component_OrInput = resolveComponent("OrInput");
197
- const _component_OrLoader = resolveComponent("OrLoader");
198
- const _component_OrMenuItem = resolveComponent("OrMenuItem");
199
- const _component_OrPopover = resolveComponent("OrPopover");
200
- const _component_OrHint = resolveComponent("OrHint");
201
- const _component_OrError = resolveComponent("OrError");
202
- const _directive_dropdown_open = resolveDirective("dropdown-open");
203
- return openBlock(), createElementBlock("div", {
204
- ref: 'root',
205
- class: normalizeClass(_ctx.rootStyles)
206
- }, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
207
- key: 0,
208
- "control-id": _ctx.attributes.id,
209
- variant: 'input',
210
- required: _ctx.required,
211
- disabled: _ctx.disabled
212
- }, {
213
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
214
- default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
215
- _: 3 /* FORWARDED */
216
- }, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), _ctx.multiple ? withDirectives((openBlock(), createBlock(_component_OrTagInput, {
217
- key: 1,
218
- ref: 'tagInput',
219
- modelValue: _ctx.model,
220
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.model = $event),
221
- overflow: _ctx.overflow,
222
- variant: _ctx.variant,
223
- "additional-input-box-styles": _ctx.boxOpenStyles,
224
- placeholder: _ctx.placeholder,
225
- error: !!_ctx.error,
226
- required: _ctx.required,
227
- readonly: _ctx.readonly,
228
- disabled: _ctx.disabled,
229
- "enable-clear": _ctx.enableClear,
230
- onInput: _cache[1] || (_cache[1] = $event => _ctx.onInput($event)),
231
- onFocus: _cache[2] || (_cache[2] = $event => {
232
- _ctx.onFocus($event);
233
- })
234
- }, {
235
- tag: withCtx(({
236
- item
237
- }) => [renderSlot(_ctx.$slots, "tag", {
238
- item: item
239
- }, () => [createTextVNode(toDisplayString(item.label), 1 /* TEXT */)])]),
240
- _: 3 /* FORWARDED */
241
- }, 8 /* PROPS */, ["modelValue", "overflow", "variant", "additional-input-box-styles", "placeholder", "error", "required", "readonly", "disabled", "enable-clear"])), [[_directive_dropdown_open, _ctx.openMobilePopover]]) : (openBlock(), createBlock(_component_OrInputBox, {
242
- key: 2,
243
- ref: 'inputBox',
244
- class: normalizeClass(_ctx.boxOpenStyles),
245
- variant: _ctx.variant,
246
- size: _ctx.size,
247
- invalid: !!_ctx.error,
248
- readonly: _ctx.readonly,
249
- disabled: _ctx.disabled
250
- }, createSlots({
251
- default: withCtx(() => [withDirectives(createElementVNode("input", mergeProps({
252
- ref: 'control'
253
- }, _ctx.attributes, {
254
- class: _ctx.controlStyles,
255
- type: 'text',
256
- value: _ctx.searchText || _ctx.model,
257
- autocomplete: 'off',
258
- placeholder: _ctx.placeholder,
259
- required: _ctx.required,
260
- readonly: _ctx.readonly,
261
- disabled: _ctx.disabled,
262
- onInput: _cache[3] || (_cache[3] = $event => {
263
- _ctx.$emit('input', $event);
264
- _ctx.onInput($event);
265
- _ctx.model = _ctx.searchText;
266
- }),
267
- onKeydown: _cache[4] || (_cache[4] = $event => _ctx.$emit('keydown', $event)),
268
- onKeyup: _cache[5] || (_cache[5] = $event => _ctx.$emit('keyup', $event)),
269
- onFocus: _cache[6] || (_cache[6] = $event => {
270
- _ctx.onFocus($event);
271
- }),
272
- onBlur: _cache[7] || (_cache[7] = $event => {
273
- _ctx.onBlur($event);
274
- })
275
- }), null, 16 /* FULL_PROPS */, _hoisted_1$n), [[_directive_dropdown_open, _ctx.openMobilePopover]])]),
276
- _: 2 /* DYNAMIC */
277
- }, [_ctx.enableClear && !_ctx.readonly && !_ctx.disabled ? {
278
- name: "addon",
279
- fn: withCtx(() => [_ctx.model && _ctx.model.length > 0 ? (openBlock(), createBlock(_component_OrIconButton, {
280
- key: 0,
281
- icon: 'close',
282
- color: 'inherit',
283
- onClick: _cache[8] || (_cache[8] = $event => _ctx.reset())
284
- })) : createCommentVNode("v-if", true)]),
285
- key: "0"
286
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), createVNode(_component_OrPopover, {
287
- ref: 'popover',
288
- class: normalizeClass(_ctx.dropdownStyles),
289
- "custom-styles": _ctx.dropdownStyles,
290
- trigger: _ctx.tagInputRoot || _ctx.inputBoxRoot,
291
- placement: 'bottom',
292
- offset: 0,
293
- "full-width": true,
294
- "disable-default-styles": true,
295
- "bottom-sheet-props": {
296
- isFullscreen: true
297
- }
298
- }, {
299
- default: withCtx(() => [_ctx.isMobile ? (openBlock(), createElementBlock("div", _hoisted_2$b, [_ctx.multiple ? (openBlock(), createBlock(_component_OrTagInput, {
300
- key: 0,
301
- ref: 'mobileMultipleControl',
302
- modelValue: _ctx.model,
303
- "onUpdate:modelValue": _cache[9] || (_cache[9] = $event => _ctx.model = $event),
304
- overflow: 'scroll',
305
- placeholder: _ctx.placeholder,
306
- error: !!_ctx.error,
307
- "enable-clear": false,
308
- onInput: _cache[10] || (_cache[10] = $event => _ctx.onInput($event))
309
- }, {
310
- tag: withCtx(({
311
- item
312
- }) => [renderSlot(_ctx.$slots, "tag", {
313
- item: item
314
- }, () => [createTextVNode(toDisplayString(item.label), 1 /* TEXT */)])]),
315
- appendInner: withCtx(() => [createVNode(_component_OrIconButton, {
316
- icon: 'check',
317
- color: 'inherit',
318
- onClick: _ctx.closeMobilePopover
319
- }, null, 8 /* PROPS */, ["onClick"])]),
320
- _: 3 /* FORWARDED */
321
- }, 8 /* PROPS */, ["modelValue", "placeholder", "error"])) : (openBlock(), createBlock(_component_OrInput, {
322
- key: 1,
323
- ref: "mobileSingleControl",
324
- "model-value": _ctx.searchText || _ctx.model && _ctx.model.toString(),
325
- placeholder: _ctx.placeholder,
326
- onInput: _cache[11] || (_cache[11] = $event => {
327
- _ctx.$emit('input', $event);
328
- _ctx.onInput($event);
329
- _ctx.model = _ctx.searchText;
330
- })
331
- }, {
332
- appendInner: withCtx(() => [createVNode(_component_OrIconButton, {
333
- icon: 'check',
334
- color: 'inherit',
335
- onClick: _ctx.closeMobilePopover
336
- }, null, 8 /* PROPS */, ["onClick"])]),
337
- _: 1 /* STABLE */
338
- }, 8 /* PROPS */, ["model-value", "placeholder"]))])) : createCommentVNode("v-if", true), _ctx.loading ? (openBlock(), createElementBlock("div", {
339
- key: 1,
340
- class: normalizeClass(_ctx.loaderContainerStyles)
341
- }, [renderSlot(_ctx.$slots, "loading", {}, () => [createVNode(_component_OrLoader, {
342
- class: normalizeClass(_ctx.loaderStyles),
343
- variant: "text",
344
- text: _ctx.loadingText
345
- }, null, 8 /* PROPS */, ["class", "text"])])], 2 /* CLASS */)) : (openBlock(), createElementBlock("div", {
346
- key: 2,
347
- class: normalizeClass(_ctx.isMobile ? 'overflow-auto' : 'contains')
348
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.filteredItems, (item, i) => {
349
- return openBlock(), createBlock(_component_OrMenuItem, {
350
- key: i,
351
- class: normalizeClass(_ctx.dropdownItemStyles),
352
- onClick: $event => _ctx.add(item)
353
- }, {
354
- default: withCtx(() => [renderSlot(_ctx.$slots, "item", {
355
- item: item
356
- }, () => [createTextVNode(toDisplayString(item), 1 /* TEXT */)])]),
357
- _: 2 /* DYNAMIC */
358
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["class", "onClick"]);
359
- }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */))]),
360
- _: 3 /* FORWARDED */
361
- }, 8 /* PROPS */, ["class", "custom-styles", "trigger"]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
362
- key: 3,
363
- disabled: _ctx.disabled
364
- }, {
365
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
366
- _: 3 /* FORWARDED */
367
- }, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
368
- disabled: _ctx.disabled
369
- }, {
370
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
371
- _: 1 /* STABLE */
372
- }, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
373
- }
374
-
375
- script.render = render$F;
376
- script.__file = "src/components/or-autocomplete-v3/OrAutocomplete.vue";
377
-
378
- const _hoisted_1$m = ["src"];
379
- function render$E(_ctx, _cache, $props, $setup, $data, $options) {
380
- const _component_OrIcon = resolveComponent("OrIcon");
381
- return openBlock(), createElementBlock("div", {
382
- ref: 'root',
383
- class: normalizeClass(_ctx.rootStyles),
384
- style: normalizeStyle(_ctx.rootInlineStyles)
385
- }, [renderSlot(_ctx.$slots, "default", {}, () => [_ctx.src ? (openBlock(), createElementBlock("img", {
386
- key: 0,
387
- class: normalizeClass(['w-full', 'h-full', 'object-cover']),
388
- src: _ctx.src,
389
- alt: ''
390
- }, null, 8 /* PROPS */, _hoisted_1$m)) : _ctx.icon ? (openBlock(), createBlock(_component_OrIcon, {
391
- key: 1,
392
- icon: _ctx.icon,
393
- size: 'inherit'
394
- }, null, 8 /* PROPS */, ["icon"])) : createCommentVNode("v-if", true)])], 6 /* CLASS, STYLE */);
395
- }
396
-
397
- script$1.render = render$E;
398
- script$1.__file = "src/components/or-avatar-v3/OrAvatar.vue";
399
-
400
- function render$D(_ctx, _cache, $props, $setup, $data, $options) {
401
- return openBlock(), createElementBlock("div", {
402
- ref: 'root',
403
- class: normalizeClass(_ctx.rootStyles)
404
- }, [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(_ctx.$props)))], 2 /* CLASS */);
405
- }
406
-
407
- script$2.render = render$D;
408
- script$2.__file = "src/components/or-button-group-v3/OrButtonGroup.vue";
409
-
410
- const _hoisted_1$l = {
411
- key: 1,
412
- class: "layout-row gap-sm"
413
- };
414
- function render$C(_ctx, _cache, $props, $setup, $data, $options) {
415
- const _component_OrSorting = resolveComponent("OrSorting");
416
- const _component_OrSearch = resolveComponent("OrSearch");
417
- const _component_OrIconButton = resolveComponent("OrIconButton");
418
- const _component_OrCardCollectionView = resolveComponent("OrCardCollectionView");
419
- const _component_OrLoader = resolveComponent("OrLoader");
420
- return openBlock(), createElementBlock("div", {
421
- ref: 'root',
422
- class: normalizeClass(_ctx.rootStyles)
423
- }, [createElementVNode("div", {
424
- class: normalizeClass(_ctx.toolbarStyles)
425
- }, [createElementVNode("div", {
426
- class: normalizeClass(_ctx.toolbarPanelStyles)
427
- }, [_ctx.sortOptions.length ? (openBlock(), createBlock(_component_OrSorting, {
428
- key: 0,
429
- "model-value": _ctx.sort,
430
- options: _ctx.sortOptions,
431
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.$emit('sortChange', $event))
432
- }, null, 8 /* PROPS */, ["model-value", "options"])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "toolbar")], 2 /* CLASS */), createElementVNode("div", {
433
- class: normalizeClass(_ctx.toolbarPanelStyles)
434
- }, [_ctx.enableSearch ? renderSlot(_ctx.$slots, "search", {
435
- key: 0
436
- }, () => [createVNode(_component_OrSearch, {
437
- "model-value": _ctx.proxySearch,
438
- class: "md:w-[350px]",
439
- placeholder: _ctx.searchPlaceholder,
440
- debounce: _ctx.searchDebounce,
441
- onSearch: _ctx.handleSearch
442
- }, null, 8 /* PROPS */, ["model-value", "placeholder", "debounce", "onSearch"])]) : createCommentVNode("v-if", true), _ctx.viewModes.length > 1 ? (openBlock(), createElementBlock("div", _hoisted_1$l, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.viewModes, viewOption => {
443
- return openBlock(), createBlock(_component_OrIconButton, {
444
- key: viewOption.view,
445
- icon: viewOption.icon,
446
- size: 'l',
447
- selected: viewOption.view === _ctx.proxyView,
448
- onClick: $event => _ctx.switchView(viewOption.view)
449
- }, null, 8 /* PROPS */, ["icon", "selected", "onClick"]);
450
- }), 128 /* KEYED_FRAGMENT */))])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "addon")], 2 /* CLASS */)], 2 /* CLASS */), renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
451
- items: _ctx.items,
452
- mode: _ctx.proxyView
453
- }))), _ctx.items.length && !_ctx.loading ? renderSlot(_ctx.$slots, _ctx.proxyView, normalizeProps(mergeProps({
454
- key: 0
455
- }, {
456
- items: _ctx.items
457
- })), () => [createVNode(_component_OrCardCollectionView, {
458
- items: _ctx.items,
459
- mode: _ctx.proxyView
460
- }, {
461
- item: withCtx(props => [renderSlot(_ctx.$slots, "item", normalizeProps(guardReactiveProps(props)))]),
462
- viewEnd: withCtx(() => [renderSlot(_ctx.$slots, "viewEnd")]),
463
- _: 3 /* FORWARDED */
464
- }, 8 /* PROPS */, ["items", "mode"])]) : createCommentVNode("v-if", true), _ctx.items.length === 0 || _ctx.loading ? (openBlock(), createElementBlock("div", {
465
- key: 1,
466
- class: normalizeClass(_ctx.emptyContainerStyles)
467
- }, [_ctx.proxySearch.length > 0 && !_ctx.loading ? renderSlot(_ctx.$slots, "noSearchResults", {
468
- key: 0,
469
- search: _ctx.proxySearch
470
- }, () => [createTextVNode(" No results ")]) : createCommentVNode("v-if", true), _ctx.loading ? renderSlot(_ctx.$slots, "loading", {
471
- key: 1
472
- }, () => [createVNode(_component_OrLoader)]) : createCommentVNode("v-if", true), _ctx.items.length === 0 && _ctx.proxySearch.length === 0 && !_ctx.loading ? renderSlot(_ctx.$slots, "empty", {
473
- key: 2
474
- }) : createCommentVNode("v-if", true)], 2 /* CLASS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
475
- }
476
-
477
- script$3.render = render$C;
478
- script$3.__file = "src/components/or-card-collection-v3/OrCardCollection.vue";
479
-
480
- const _hoisted_1$k = ["selected"];
481
- function render$B(_ctx, _cache, $props, $setup, $data, $options) {
482
- return openBlock(), createElementBlock("div", {
483
- ref: 'root',
484
- class: normalizeClass(_ctx.rootStyles),
485
- selected: _ctx.selected
486
- }, [renderSlot(_ctx.$slots, "default")], 10 /* CLASS, PROPS */, _hoisted_1$k);
487
- }
488
-
489
- script$4.render = render$B;
490
- script$4.__file = "src/components/or-card-v3/OrCard.vue";
491
-
492
- function render$A(_ctx, _cache, $props, $setup, $data, $options) {
493
- const _component_OrCheckboxTree = resolveComponent("OrCheckboxTree");
494
- const _component_OrFormGroup = resolveComponent("OrFormGroup");
495
- return openBlock(), createBlock(_component_OrFormGroup, {
496
- label: _ctx.label,
497
- error: _ctx.error,
498
- hint: _ctx.hint,
499
- disabled: _ctx.disabled,
500
- direction: _ctx.direction
501
- }, {
502
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
503
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, option => {
504
- return openBlock(), createBlock(_component_OrCheckboxTree, {
505
- key: option.value,
506
- modelValue: _ctx.proxyModelValue,
507
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event),
508
- item: option,
509
- disabled: _ctx.disabled || option.disabled,
510
- readonly: _ctx.readonly || option.readonly,
511
- collapsible: option.collapsible,
512
- expanded: option.expanded
513
- }, null, 8 /* PROPS */, ["modelValue", "item", "disabled", "readonly", "collapsible", "expanded"]);
514
- }), 128 /* KEYED_FRAGMENT */))]),
515
- _: 3 /* FORWARDED */
516
- }, 8 /* PROPS */, ["label", "error", "hint", "disabled", "direction"]);
517
- }
518
-
519
- script$5.render = render$A;
520
- script$5.__file = "src/components/or-checkbox-group-v3/OrCheckboxGroup.vue";
521
-
522
- const _hoisted_1$j = {
523
- class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-xs'])
524
- };
525
- function render$z(_ctx, _cache, $props, $setup, $data, $options) {
526
- const _component_OrIconButton = resolveComponent("OrIconButton");
527
- const _component_OrCodeControl = resolveComponent("OrCodeControl");
528
- const _component_OrModal = resolveComponent("OrModal");
529
- return openBlock(), createElementBlock("div", {
530
- ref: 'root',
531
- class: normalizeClass(_ctx.rootStyles)
532
- }, [createVNode(_component_OrCodeControl, {
533
- ref: 'control',
534
- "control-id": _ctx.controlAttributes.id,
535
- label: _ctx.label,
536
- hint: _ctx.hint,
537
- error: _ctx.error,
538
- disabled: _ctx.disabled,
539
- readonly: _ctx.readonly
540
- }, createSlots({
541
- label: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
542
- addon: withCtx(() => [createElementVNode("div", _hoisted_1$j, [renderSlot(_ctx.$slots, "addon"), _ctx.enableFullscreen ? (openBlock(), createBlock(_component_OrIconButton, {
543
- key: 0,
544
- icon: 'fullscreen',
545
- onClick: _cache[0] || (_cache[0] = withModifiers($event => _ctx.openFullscreen(), ["stop"]))
546
- })) : createCommentVNode("v-if", true)])]),
547
- hint: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
548
- _: 2 /* DYNAMIC */
549
- }, [_ctx.$slots.error ? {
550
- name: "error",
551
- fn: withCtx(() => [renderSlot(_ctx.$slots, "error")]),
552
- key: "0"
553
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["control-id", "label", "hint", "error", "disabled", "readonly"]), createVNode(_component_OrModal, {
554
- ref: 'modal',
555
- "additional-styles": _ctx.modalStyles,
556
- size: 'l'
557
- }, createSlots({
558
- header: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
559
- default: withCtx(() => [createVNode(_component_OrCodeControl, {
560
- ref: 'fullscreenControl',
561
- "control-id": _ctx.controlAttributes.id,
562
- hint: _ctx.hint,
563
- error: _ctx.error,
564
- disabled: _ctx.disabled,
565
- readonly: _ctx.readonly
566
- }, createSlots({
567
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
568
- _: 2 /* DYNAMIC */
569
- }, [_ctx.$slots.error ? {
570
- name: "error",
571
- fn: withCtx(() => [renderSlot(_ctx.$slots, "error")]),
572
- key: "0"
573
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["control-id", "hint", "error", "disabled", "readonly"])]),
574
- _: 2 /* DYNAMIC */
575
- }, [_ctx.$slots.modalFooter ? {
576
- name: "footer",
577
- fn: withCtx(() => [renderSlot(_ctx.$slots, "modalFooter")]),
578
- key: "0"
579
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["additional-styles"])], 2 /* CLASS */);
580
- }
581
-
582
- script$6.render = render$z;
583
- script$6.__file = "src/components/or-code-v3/OrCode.vue";
584
-
585
- function render$y(_ctx, _cache, $props, $setup, $data, $options) {
586
- const _component_OrLabel = resolveComponent("OrLabel");
587
- const _component_OrHint = resolveComponent("OrHint");
588
- const _component_OrError = resolveComponent("OrError");
589
- return openBlock(), createElementBlock("div", {
590
- ref: 'root',
591
- class: normalizeClass(_ctx.rootStyles)
592
- }, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
593
- key: 0,
594
- variant: 'input',
595
- required: _ctx.required,
596
- disabled: _ctx.disabled
597
- }, {
598
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
599
- default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
600
- _: 3 /* FORWARDED */
601
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createElementVNode("div", {
602
- class: normalizeClass(_ctx.controlGroup)
603
- }, [renderSlot(_ctx.$slots, "default", {
604
- variant: _ctx.variant,
605
- size: _ctx.size,
606
- error: !!_ctx.error,
607
- required: _ctx.required,
608
- readonly: _ctx.readonly,
609
- disabled: _ctx.disabled
610
- })], 2 /* CLASS */), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
611
- key: 1,
612
- disabled: _ctx.disabled
613
- }, {
614
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
615
- _: 3 /* FORWARDED */
616
- }, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
617
- disabled: _ctx.disabled
618
- }, {
619
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
620
- _: 1 /* STABLE */
621
- }, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
622
- }
623
-
624
- script$7.render = render$y;
625
- script$7.__file = "src/components/or-combined-input-v3/OrCombinedInput.vue";
626
-
627
- const _hoisted_1$i = {
628
- class: /*#__PURE__*/normalizeClass(['grow', 'overflow-y-auto', 'overflow-x-hidden'])
629
- };
630
- function render$x(_ctx, _cache, $props, $setup, $data, $options) {
631
- const _component_OrInput = resolveComponent("OrInput");
632
- const _component_OrButton = resolveComponent("OrButton");
633
- const _component_OrOverlay = resolveComponent("OrOverlay");
634
- return _ctx.state === 'open' ? (openBlock(), createBlock(_component_OrOverlay, {
635
- key: 0,
636
- fullscreen: true
637
- }, {
638
- default: withCtx(() => [createElementVNode("div", mergeProps(_ctx.$attrs, {
639
- ref: 'root',
640
- class: _ctx.rootStyles,
641
- role: 'alertdialog'
642
- }), [createElementVNode("div", {
643
- class: normalizeClass(_ctx.headerStyles)
644
- }, [renderSlot(_ctx.$slots, "header", {}, () => [createTextVNode(toDisplayString(_ctx.titleText), 1 /* TEXT */)])], 2 /* CLASS */), createElementVNode("div", _hoisted_1$i, [renderSlot(_ctx.$slots, "default"), _ctx.confirmationText ? (openBlock(), createElementBlock("div", {
645
- key: 0,
646
- class: normalizeClass(_ctx.inputBoxStyles)
647
- }, [createVNode(_component_OrInput, {
648
- ref: 'confirmationInput',
649
- modelValue: _ctx.confirmationValue,
650
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.confirmationValue = $event),
651
- label: _ctx.textConfirmationLabel,
652
- placeholder: _ctx.textConfirmationPlaceholder,
653
- onFocus: _ctx.onInputFocus,
654
- onBlur: _ctx.onInputBlur
655
- }, null, 8 /* PROPS */, ["modelValue", "label", "placeholder", "onFocus", "onBlur"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), renderSlot(_ctx.$slots, "footer", {
656
- confirm: _ctx.confirm,
657
- cancel: _ctx.close
658
- }, () => [createElementVNode("div", {
659
- class: normalizeClass(_ctx.footerStyles)
660
- }, [createVNode(_component_OrButton, {
661
- class: normalizeClass(_ctx.buttonsStyles),
662
- variant: 'outlined',
663
- disabled: _ctx.loading,
664
- onClick: _cache[1] || (_cache[1] = $event => _ctx.close())
665
- }, {
666
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.cancelButtonText), 1 /* TEXT */)]),
667
- _: 1 /* STABLE */
668
- }, 8 /* PROPS */, ["class", "disabled"]), createVNode(_component_OrButton, {
669
- ref: 'confirmationButton',
670
- class: normalizeClass(_ctx.buttonsStyles),
671
- color: _ctx.confirmButtonColor,
672
- loading: _ctx.loading,
673
- disabled: _ctx.isConfirmationButtonDisabled,
674
- onClick: _ctx.onConfirmClick
675
- }, {
676
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1 /* TEXT */)]),
677
- _: 1 /* STABLE */
678
- }, 8 /* PROPS */, ["class", "color", "loading", "disabled", "onClick"])], 2 /* CLASS */)])], 16 /* FULL_PROPS */)]),
679
- _: 3 /* FORWARDED */
680
- })) : createCommentVNode("v-if", true);
681
- }
682
-
683
- script$8.render = render$x;
684
- script$8.__file = "src/components/or-confirm-v3/OrConfirm.vue";
685
-
686
- function render$w(_ctx, _cache, $props, $setup, $data, $options) {
687
- const _component_OrMenu = resolveComponent("OrMenu");
688
- return openBlock(), createBlock(_component_OrMenu, {
689
- "is-open": _ctx.state === 'open',
690
- trigger: _ctx.triggerPoint,
691
- placement: _ctx.placement,
692
- offset: _ctx.offset,
693
- "onUpdate:state": _cache[0] || (_cache[0] = $event => $event === 'open' ? _ctx.open() : _ctx.close())
694
- }, {
695
- default: withCtx(() => [renderSlot(_ctx.$slots, "default", {
696
- reference: _ctx.reference
697
- })]),
698
- _: 3 /* FORWARDED */
699
- }, 8 /* PROPS */, ["is-open", "trigger", "placement", "offset"]);
700
- }
701
-
702
- script$9.render = render$w;
703
- script$9.__file = "src/components/or-context-menu-v3/OrContextMenu.vue";
704
-
705
- function render$v(_ctx, _cache, $props, $setup, $data, $options) {
706
- return openBlock(), createElementBlock("div", {
707
- ref: 'root',
708
- class: normalizeClass(_ctx.rootStyles),
709
- style: normalizeStyle(_ctx.rootStyle)
710
- }, null, 6 /* CLASS, STYLE */);
711
- }
712
-
713
- script$a.render = render$v;
714
- script$a.__file = "src/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue";
715
-
716
- function render$u(_ctx, _cache, $props, $setup, $data, $options) {
717
- return openBlock(), createElementBlock("div", {
718
- ref: 'root',
719
- class: normalizeClass(_ctx.rootStyles),
720
- style: normalizeStyle(_ctx.rootStyle)
721
- }, null, 6 /* CLASS, STYLE */);
722
- }
723
-
724
- script$b.render = render$u;
725
- script$b.__file = "src/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue";
726
-
727
- const _hoisted_1$h = {
728
- key: 0,
729
- class: "grid col-span-full"
730
- };
731
- function render$t(_ctx, _cache, $props, $setup, $data, $options) {
732
- const _component_OrSearch = resolveComponent("OrSearch");
733
- const _component_OrDataGridHeader = resolveComponent("OrDataGridHeader");
734
- const _component_OrDataGridToolbar = resolveComponent("OrDataGridToolbar");
735
- const _component_OrCheckbox = resolveComponent("OrCheckbox");
736
- const _component_OrDataGridTableHeaderCell = resolveComponent("OrDataGridTableHeaderCell");
737
- const _component_OrDataGridTableHeaderRow = resolveComponent("OrDataGridTableHeaderRow");
738
- const _component_OrDataGridTableHeader = resolveComponent("OrDataGridTableHeader");
739
- const _component_OrNotification = resolveComponent("OrNotification");
740
- const _component_OrSkeletonText = resolveComponent("OrSkeletonText");
741
- const _component_OrDataGridTableContentCell = resolveComponent("OrDataGridTableContentCell");
742
- const _component_OrDataGridTableContentRow = resolveComponent("OrDataGridTableContentRow");
743
- const _component_OrDataGridTablePlaceholder = resolveComponent("OrDataGridTablePlaceholder");
744
- const _component_OrDataGridTableContent = resolveComponent("OrDataGridTableContent");
745
- const _component_OrDataGridTable = resolveComponent("OrDataGridTable");
746
- const _component_OrDataGridTableFooterCell = resolveComponent("OrDataGridTableFooterCell");
747
- const _component_OrDataGridTableFooterRow = resolveComponent("OrDataGridTableFooterRow");
748
- const _component_OrDataGridTableFooter = resolveComponent("OrDataGridTableFooter");
749
- const _component_OrPagination = resolveComponent("OrPagination");
750
- const _component_OrDataGridFooter = resolveComponent("OrDataGridFooter");
751
- return openBlock(), createElementBlock("div", {
752
- ref: 'root',
753
- class: normalizeClass(_ctx.rootStyles)
754
- }, [_ctx.$slots['title'] || _ctx.features.searching || _ctx.$slots['search'] ? (openBlock(), createBlock(_component_OrDataGridHeader, {
755
- key: 0,
756
- class: normalizeClass(['shrink-0'])
757
- }, createSlots({
758
- _: 2 /* DYNAMIC */
759
- }, [_ctx.$slots['title'] ? {
760
- name: "title",
761
- fn: withCtx(() => [renderSlot(_ctx.$slots, 'title')]),
762
- key: "0"
763
- } : undefined, _ctx.features.searching ? {
764
- name: "searching",
765
- fn: withCtx(() => [renderSlot(_ctx.$slots, "search", normalizeProps(guardReactiveProps({
766
- updateSearchingModel: _ctx.updateSearchingModel,
767
- searchingModel: _ctx.searchingModel
768
- })), () => [createVNode(_component_OrSearch, {
769
- modelValue: _ctx.searchingModel,
770
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.searchingModel = $event)
771
- }, null, 8 /* PROPS */, ["modelValue"])])]),
772
- key: "1"
773
- } : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true), _ctx.$slots['toolbar'] ? (openBlock(), createBlock(_component_OrDataGridToolbar, {
774
- key: 1,
775
- class: normalizeClass(['shrink-0'])
776
- }, {
777
- default: withCtx(() => [renderSlot(_ctx.$slots, 'toolbar')]),
778
- _: 3 /* FORWARDED */
779
- })) : createCommentVNode("v-if", true), createVNode(_component_OrDataGridTable, {
780
- class: normalizeClass(['grow', {
781
- 'grid-rows-[auto_1fr]': _ctx.items.length === 0
782
- }]),
783
- style: normalizeStyle(_ctx.tableInlineStyles),
784
- columns: _ctx.columns,
785
- features: _ctx.features
786
- }, {
787
- default: withCtx(() => [createVNode(_component_OrDataGridTableHeader, null, {
788
- default: withCtx(() => [createVNode(_component_OrDataGridTableHeaderRow, {
789
- variant: _ctx.variant
790
- }, {
791
- default: withCtx(() => [_ctx.features.selecting ? (openBlock(), createBlock(_component_OrDataGridTableHeaderCell, {
792
- key: 0,
793
- column: {
794
- stickiness: 'start'
795
- },
796
- "onUpdate:scrollOffset": _ctx.updateScrollOffset,
797
- "onRemove:scrollOffset": _ctx.removeScrollOffset
798
- }, {
799
- default: withCtx(() => [createVNode(_component_OrCheckbox, {
800
- modelValue: _ctx.selectingIndicator,
801
- "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.selectingIndicator = $event),
802
- indeterminate: !_ctx.selectingIndicator && _ctx.selectingModel.length > 0,
803
- disabled: _ctx.selectingDisabled
804
- }, null, 8 /* PROPS */, ["modelValue", "indeterminate", "disabled"])]),
805
- _: 1 /* STABLE */
806
- }, 8 /* PROPS */, ["onUpdate:scrollOffset", "onRemove:scrollOffset"])) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, column => {
807
- return openBlock(), createBlock(_component_OrDataGridTableHeaderCell, {
808
- key: column.name,
809
- modelValue: _ctx.sortingModel,
810
- "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.sortingModel = $event),
811
- column: column,
812
- features: _ctx.features,
813
- "onUpdate:scrollOffset": _ctx.updateScrollOffset,
814
- "onRemove:scrollOffset": _ctx.removeScrollOffset
815
- }, {
816
- default: withCtx(() => [createTextVNode(toDisplayString(column.label), 1 /* TEXT */)]),
817
- _: 2 /* DYNAMIC */
818
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["modelValue", "column", "features", "onUpdate:scrollOffset", "onRemove:scrollOffset"]);
819
- }), 128 /* KEYED_FRAGMENT */))]),
820
- _: 1 /* STABLE */
821
- }, 8 /* PROPS */, ["variant"])]),
822
- _: 1 /* STABLE */
823
- }), _ctx.notification ? (openBlock(), createElementBlock("div", _hoisted_1$h, [createVNode(_component_OrNotification, mergeProps(_ctx.notification, {
824
- class: "rounded-0",
825
- onClose: _cache[3] || (_cache[3] = $event => _ctx.$emit('close-notification'))
826
- }), {
827
- default: withCtx(() => [_ctx.$slots['notification'] ? renderSlot(_ctx.$slots, 'notification', {
828
- key: 0
829
- }) : createCommentVNode("v-if", true)]),
830
- _: 3 /* FORWARDED */
831
- }, 16 /* FULL_PROPS */)])) : createCommentVNode("v-if", true), createVNode(_component_OrDataGridTableContent, null, {
832
- default: withCtx(() => [_ctx.loading ? (openBlock(), createElementBlock(Fragment, {
833
- key: 0
834
- }, renderList(10, n => {
835
- return createVNode(_component_OrDataGridTableContentRow, {
836
- key: n,
837
- variant: _ctx.variant
838
- }, {
839
- default: withCtx(() => [_ctx.features.selecting ? (openBlock(), createBlock(_component_OrDataGridTableContentCell, {
840
- key: 0,
841
- column: {
842
- stickiness: 'start'
843
- },
844
- override: true
845
- }, {
846
- default: withCtx(() => [createVNode(_component_OrSkeletonText)]),
847
- _: 1 /* STABLE */
848
- })) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, column => {
849
- return openBlock(), createBlock(_component_OrDataGridTableContentCell, {
850
- key: column.name,
851
- column: column,
852
- features: _ctx.features,
853
- override: true
854
- }, {
855
- default: withCtx(() => [createVNode(_component_OrSkeletonText)]),
856
- _: 2 /* DYNAMIC */
857
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["column", "features"]);
858
- }), 128 /* KEYED_FRAGMENT */))]),
859
- _: 2 /* DYNAMIC */
860
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant"]);
861
- }), 64 /* STABLE_FRAGMENT */)) : _ctx.items.length > 0 ? (openBlock(true), createElementBlock(Fragment, {
862
- key: 1
863
- }, renderList(_ctx.items, item => {
864
- return openBlock(), createBlock(_component_OrDataGridTableContentRow, {
865
- key: item.id,
866
- variant: _ctx.variant,
867
- selected: _ctx.selectingModel.includes(item.id)
868
- }, {
869
- default: withCtx(() => [_ctx.features.selecting ? (openBlock(), createBlock(_component_OrDataGridTableContentCell, {
870
- key: 0,
871
- column: {
872
- stickiness: 'start'
873
- },
874
- "force-state": 'none'
875
- }, {
876
- default: withCtx(() => [createVNode(_component_OrCheckbox, {
877
- modelValue: _ctx.selectingModel,
878
- "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => _ctx.selectingModel = $event),
879
- value: item.id,
880
- disabled: _ctx.selectingDisabled
881
- }, null, 8 /* PROPS */, ["modelValue", "value", "disabled"])]),
882
- _: 2 /* DYNAMIC */
883
- }, 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, column => {
884
- return openBlock(), createBlock(_component_OrDataGridTableContentCell, {
885
- key: column.name,
886
- "model-value": item[column.name],
887
- column: column,
888
- features: _ctx.features,
889
- onInput: value => {
890
- item[column.name] = value;
891
- _ctx.$emit('update:item', item);
892
- },
893
- onFocusin: _cache[5] || (_cache[5] = $event => _ctx.scrollTo($event))
894
- }, {
895
- default: withCtx(() => [renderSlot(_ctx.$slots, column.name, {
896
- column: column,
897
- item: item
898
- }, () => [createTextVNode(toDisplayString(item[column.name]), 1 /* TEXT */)])]),
899
- _: 2 /* DYNAMIC */
900
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["model-value", "column", "features", "onInput"]);
901
- }), 128 /* KEYED_FRAGMENT */))]),
902
- _: 2 /* DYNAMIC */
903
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "selected"]);
904
- }), 128 /* KEYED_FRAGMENT */)) : _ctx.$slots['noSearchResults'] && (_ctx.features.filtering && _ctx.filteringModel || _ctx.features.searching && _ctx.searchingModel) ? (openBlock(), createBlock(_component_OrDataGridTablePlaceholder, {
905
- key: 2,
906
- class: normalizeClass(['col-span-full']),
907
- variant: _ctx.variant
908
- }, {
909
- default: withCtx(() => [renderSlot(_ctx.$slots, 'noSearchResults', {
910
- filter: _ctx.filteringModel,
911
- search: _ctx.searchingModel
912
- })]),
913
- _: 3 /* FORWARDED */
914
- }, 8 /* PROPS */, ["variant"])) : _ctx.$slots['empty'] ? (openBlock(), createBlock(_component_OrDataGridTablePlaceholder, {
915
- key: 3,
916
- class: normalizeClass(['col-span-full']),
917
- variant: _ctx.variant
918
- }, {
919
- default: withCtx(() => [renderSlot(_ctx.$slots, 'empty')]),
920
- _: 3 /* FORWARDED */
921
- }, 8 /* PROPS */, ["variant"])) : createCommentVNode("v-if", true)]),
922
- _: 3 /* FORWARDED */
923
- })]),
924
- _: 3 /* FORWARDED */
925
- }, 8 /* PROPS */, ["class", "style", "columns", "features"]), _ctx.$slots['extra-row'] ? (openBlock(), createBlock(_component_OrDataGridTableFooter, {
926
- key: 2
927
- }, {
928
- default: withCtx(() => [createVNode(_component_OrDataGridTableFooterRow, {
929
- class: normalizeClass(['shrink-0']),
930
- variant: _ctx.variant
931
- }, {
932
- default: withCtx(() => [createVNode(_component_OrDataGridTableFooterCell, null, {
933
- default: withCtx(() => [renderSlot(_ctx.$slots, 'extra-row')]),
934
- _: 3 /* FORWARDED */
935
- })]),
936
- _: 3 /* FORWARDED */
937
- }, 8 /* PROPS */, ["variant"])]),
938
- _: 3 /* FORWARDED */
939
- })) : createCommentVNode("v-if", true), _ctx.$slots['actions'] || _ctx.showSelectingCouter || _ctx.features.paging ? (openBlock(), createBlock(_component_OrDataGridFooter, {
940
- key: 3,
941
- class: normalizeClass(['shrink-0'])
942
- }, createSlots({
943
- _: 2 /* DYNAMIC */
944
- }, [_ctx.features.selecting && _ctx.selectingModel.length > 0 ? {
945
- name: "status",
946
- fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.selectingModel.length) + " row(s) selected ", 1 /* TEXT */)]),
947
- key: "0"
948
- } : undefined, _ctx.$slots['actions'] ? {
949
- name: "actions",
950
- fn: withCtx(() => [renderSlot(_ctx.$slots, 'actions')]),
951
- key: "1"
952
- } : undefined, _ctx.features.paging ? {
953
- name: "paging",
954
- fn: withCtx(() => [createVNode(_component_OrPagination, {
955
- modelValue: _ctx.pagingModel,
956
- "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => _ctx.pagingModel = $event),
957
- length: _ctx.features.paging.length,
958
- options: _ctx.features.paging.options
959
- }, null, 8 /* PROPS */, ["modelValue", "length", "options"])]),
960
- key: "2"
961
- } : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
962
- }
963
-
964
- script$c.render = render$t;
965
- script$c.__file = "src/components/or-data-grid-v3/OrDataGrid.vue";
966
-
967
- function render$s(_ctx, _cache, $props, $setup, $data, $options) {
968
- return openBlock(), createElementBlock("div", {
969
- ref: 'root',
970
- class: normalizeClass(_ctx.rootStyles)
971
- }, [_ctx.modelValue ? (openBlock(), createElementBlock(Fragment, {
972
- key: 0
973
- }, [createTextVNode(toDisplayString(_ctx.formatDate(_ctx.modelValue, _ctx.resolvedFormat, _ctx.resolvedLocale)), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock(Fragment, {
974
- key: 1
975
- }, [createTextVNode(toDisplayString(_ctx.placeholder), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */))], 2 /* CLASS */);
976
- }
977
-
978
- script$d.render = render$s;
979
- script$d.__file = "src/components/or-date-format-v3/OrDateFormat.vue";
980
-
981
- const _hoisted_1$g = {
982
- class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-md'])
983
- };
984
- const _hoisted_2$a = {
985
- key: 0,
986
- class: /*#__PURE__*/normalizeClass(['layout-column', 'grow'])
987
- };
988
- const _hoisted_3$6 = {
989
- key: 1,
990
- class: /*#__PURE__*/normalizeClass(['layout-column', 'grow'])
991
- };
992
- const _hoisted_4$6 = /*#__PURE__*/createElementVNode("div", {
993
- class: /*#__PURE__*/normalizeClass(['grow'])
994
- }, null, -1 /* HOISTED */);
995
- function render$r(_ctx, _cache, $props, $setup, $data, $options) {
996
- const _component_OrLabel = resolveComponent("OrLabel");
997
- const _component_OrDateTimePickerDateControl = resolveComponent("OrDateTimePickerDateControl");
998
- const _component_OrDateTimePickerMobileControl = resolveComponent("OrDateTimePickerMobileControl");
999
- const _component_OrDateTimePickerPopoverHeader = resolveComponent("OrDateTimePickerPopoverHeader");
1000
- const _component_OrDateTimePickerMonthSelect = resolveComponent("OrDateTimePickerMonthSelect");
1001
- const _component_OrDateTimePickerDateSelect = resolveComponent("OrDateTimePickerDateSelect");
1002
- const _component_OrDateTimePickerPopoverFooter = resolveComponent("OrDateTimePickerPopoverFooter");
1003
- const _component_OrPopover = resolveComponent("OrPopover");
1004
- const _component_OrIconButton = resolveComponent("OrIconButton");
1005
- const _component_OrIcon = resolveComponent("OrIcon");
1006
- const _component_OrInputBox = resolveComponent("OrInputBox");
1007
- const _component_OrHint = resolveComponent("OrHint");
1008
- const _component_OrError = resolveComponent("OrError");
1009
- const _directive_dropdown_open = resolveDirective("dropdown-open");
1010
- const _directive_dropdown_close = resolveDirective("dropdown-close");
1011
- return openBlock(), createElementBlock("div", {
1012
- ref: 'root',
1013
- class: normalizeClass(_ctx.rootStyles)
1014
- }, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
1015
- key: 0,
1016
- variant: 'input',
1017
- required: _ctx.required,
1018
- disabled: _ctx.disabled
1019
- }, {
1020
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
1021
- default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
1022
- _: 3 /* FORWARDED */
1023
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
1024
- ref: 'inputBox',
1025
- variant: _ctx.variant,
1026
- size: _ctx.size,
1027
- invalid: !!_ctx.error,
1028
- readonly: _ctx.readonly,
1029
- disabled: _ctx.disabled
1030
- }, {
1031
- addon: withCtx(() => [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
1032
- key: 0,
1033
- icon: 'close',
1034
- color: 'inherit',
1035
- disabled: _ctx.readonly || _ctx.disabled,
1036
- onClick: _cache[13] || (_cache[13] = withModifiers($event => _ctx.$emit('update:modelValue', undefined), ["stop"]))
1037
- }, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
1038
- key: 1,
1039
- icon: 'calendar_month',
1040
- variant: 'outlined'
1041
- }))]),
1042
- default: withCtx(() => [withDirectives(createVNode(_component_OrDateTimePickerDateControl, {
1043
- modelValue: _ctx.draftFrom,
1044
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draftFrom = $event),
1045
- format: _ctx.resolvedFormat,
1046
- locale: _ctx.resolvedLocale,
1047
- selected: _ctx.popover && _ctx.popover.state === 'open' && _ctx.activeControl === 'from',
1048
- required: _ctx.required,
1049
- readonly: _ctx.readonly,
1050
- disabled: _ctx.disabled
1051
- }, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), createTextVNode(" - "), withDirectives(createVNode(_component_OrDateTimePickerDateControl, {
1052
- modelValue: _ctx.draftTo,
1053
- "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.draftTo = $event),
1054
- format: _ctx.resolvedFormat,
1055
- locale: _ctx.resolvedLocale,
1056
- selected: _ctx.popover && _ctx.popover.state === 'open' && _ctx.activeControl === 'to',
1057
- required: _ctx.required,
1058
- readonly: _ctx.readonly,
1059
- disabled: _ctx.disabled
1060
- }, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, () => _ctx.openPopover('to')], [_directive_dropdown_close, _ctx.closePopover]]), createVNode(_component_OrPopover, {
1061
- ref: 'popover',
1062
- class: normalizeClass(_ctx.popoverStyles),
1063
- "custom-styles": _ctx.popoverStyles,
1064
- variant: 'auto',
1065
- "bottom-sheet-props": {
1066
- variant: 'basic'
1067
- },
1068
- trigger: _ctx.anchor || _ctx.inputBoxRoot,
1069
- placement: 'bottom-start',
1070
- "fallback-placement": 'start',
1071
- onClose: _cache[12] || (_cache[12] = $event => _ctx.reset())
1072
- }, {
1073
- default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
1074
- default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
1075
- label: 'Start Date',
1076
- selected: _ctx.activeControl === 'from',
1077
- onClick: _cache[2] || (_cache[2] = $event => _ctx.activeControl = 'from')
1078
- }, {
1079
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draftFrom ? _ctx.formatMobileDate(_ctx.draftFrom, _ctx.resolvedFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
1080
- _: 1 /* STABLE */
1081
- }, 8 /* PROPS */, ["selected"]), createTextVNode(" - "), createVNode(_component_OrDateTimePickerMobileControl, {
1082
- label: 'End Date',
1083
- selected: _ctx.activeControl === 'to',
1084
- onClick: _cache[3] || (_cache[3] = $event => _ctx.activeControl = 'to')
1085
- }, {
1086
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draftTo ? _ctx.formatMobileDate(_ctx.draftTo, _ctx.resolvedFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
1087
- _: 1 /* STABLE */
1088
- }, 8 /* PROPS */, ["selected"])]),
1089
- _: 1 /* STABLE */
1090
- }), createElementVNode("div", _hoisted_1$g, [_ctx.isDesktop || _ctx.isMobile && _ctx.activeControl === 'from' ? (openBlock(), createElementBlock("div", _hoisted_2$a, [createVNode(_component_OrDateTimePickerMonthSelect, {
1091
- modelValue: _ctx.initialValueFrom,
1092
- "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => _ctx.initialValueFrom = $event),
1093
- locale: _ctx.resolvedLocale
1094
- }, null, 8 /* PROPS */, ["modelValue", "locale"]), createVNode(_component_OrDateTimePickerDateSelect, {
1095
- modelValue: _ctx.activeControlDraft,
1096
- "onUpdate:modelValue": [_cache[5] || (_cache[5] = $event => _ctx.activeControlDraft = $event), _cache[6] || (_cache[6] = $event => _ctx.toggleControl())],
1097
- "initial-value": _ctx.initialValueFrom,
1098
- format: _ctx.resolvedFormat,
1099
- locale: _ctx.resolvedLocale,
1100
- "range-start": _ctx.draftFrom || _ctx.initialValueFrom,
1101
- "range-end": _ctx.draftTo || _ctx.initialValueTo,
1102
- "date-filter": _ctx.startDateFilter
1103
- }, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "range-start", "range-end", "date-filter"])])) : createCommentVNode("v-if", true), _ctx.isDesktop || _ctx.isMobile && _ctx.activeControl === 'to' ? (openBlock(), createElementBlock("div", _hoisted_3$6, [createVNode(_component_OrDateTimePickerMonthSelect, {
1104
- modelValue: _ctx.initialValueTo,
1105
- "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.initialValueTo = $event),
1106
- locale: _ctx.resolvedLocale
1107
- }, null, 8 /* PROPS */, ["modelValue", "locale"]), createVNode(_component_OrDateTimePickerDateSelect, {
1108
- modelValue: _ctx.activeControlDraft,
1109
- "onUpdate:modelValue": [_cache[8] || (_cache[8] = $event => _ctx.activeControlDraft = $event), _cache[9] || (_cache[9] = $event => _ctx.toggleControl())],
1110
- "initial-value": _ctx.initialValueTo,
1111
- format: _ctx.resolvedFormat,
1112
- locale: _ctx.resolvedLocale,
1113
- "range-start": _ctx.draftFrom || _ctx.initialValueFrom,
1114
- "range-end": _ctx.draftTo || _ctx.initialValueTo,
1115
- "date-filter": _ctx.endDateFilter
1116
- }, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "range-start", "range-end", "date-filter"])])) : createCommentVNode("v-if", true)]), createVNode(_component_OrDateTimePickerPopoverFooter, {
1117
- disabled: _ctx.invalid,
1118
- onApply: _cache[10] || (_cache[10] = $event => {
1119
- _ctx.apply();
1120
- _ctx.popover && _ctx.popover.close();
1121
- }),
1122
- onReset: _cache[11] || (_cache[11] = $event => {
1123
- _ctx.reset();
1124
- _ctx.popover && _ctx.popover.close();
1125
- })
1126
- }, null, 8 /* PROPS */, ["disabled"])]),
1127
- _: 1 /* STABLE */
1128
- }, 8 /* PROPS */, ["class", "custom-styles", "trigger"]), _hoisted_4$6]),
1129
- _: 1 /* STABLE */
1130
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
1131
- key: 1,
1132
- disabled: _ctx.disabled
1133
- }, {
1134
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
1135
- _: 3 /* FORWARDED */
1136
- }, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
1137
- disabled: _ctx.disabled
1138
- }, {
1139
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
1140
- _: 1 /* STABLE */
1141
- }, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
1142
- }
1143
-
1144
- script$e.render = render$r;
1145
- script$e.__file = "src/components/or-date-range-picker-v3/OrDateRangePicker.vue";
1146
-
1147
- function render$q(_ctx, _cache, $props, $setup, $data, $options) {
1148
- return openBlock(), createElementBlock("div", {
1149
- ref: 'root',
1150
- class: normalizeClass(_ctx.rootStyles)
1151
- }, [_ctx.modelValue ? (openBlock(), createElementBlock(Fragment, {
1152
- key: 0
1153
- }, [createTextVNode(toDisplayString(`${_ctx.formatDate(_ctx.modelValue, _ctx.resolvedDateFormat, _ctx.resolvedLocale)} ${_ctx.formatTime(_ctx.modelValue, _ctx.resolvedTimeFormat, _ctx.resolvedLocale)}`), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock(Fragment, {
1154
- key: 1
1155
- }, [createTextVNode(toDisplayString(_ctx.placeholder), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */))], 2 /* CLASS */);
1156
- }
1157
-
1158
- script$f.render = render$q;
1159
- script$f.__file = "src/components/or-date-time-format-v3/OrDateTimeFormat.vue";
1160
-
1161
- function render$p(_ctx, _cache, $props, $setup, $data, $options) {
1162
- const _component_OrOverlay = resolveComponent("OrOverlay");
1163
- return _ctx.state === 'open' ? (openBlock(), createBlock(_component_OrOverlay, {
1164
- key: 0,
1165
- fullscreen: true
1166
- }, {
1167
- default: withCtx(() => [createElementVNode("div", mergeProps(_ctx.$attrs, {
1168
- ref: 'root',
1169
- class: _ctx.rootStyles
1170
- }), [createElementVNode("div", {
1171
- class: normalizeClass(_ctx.contentStyles)
1172
- }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)], 16 /* FULL_PROPS */)]),
1173
- _: 3 /* FORWARDED */
1174
- })) : createCommentVNode("v-if", true);
1175
- }
1176
-
1177
- script$g.render = render$p;
1178
- script$g.__file = "src/components/or-drawer-v3/OrDrawer.vue";
1179
-
1180
- const _hoisted_1$f = ["invalid", "disabled"];
1181
- const _hoisted_2$9 = ["accept", "multiple", "disabled"];
1182
- const _hoisted_3$5 = ["invalid", "disabled"];
1183
- const _hoisted_4$5 = ["disabled"];
1184
- const _hoisted_5$4 = /*#__PURE__*/createElementVNode("div", null, "Drag file here", -1 /* HOISTED */);
1185
- const _hoisted_6$4 = ["invalid", "disabled"];
1186
- const _hoisted_7$3 = ["invalid", "disabled"];
1187
- const _hoisted_8$1 = ["disabled"];
1188
- function render$o(_ctx, _cache, $props, $setup, $data, $options) {
1189
- const _component_OrIcon = resolveComponent("OrIcon");
1190
- return openBlock(), createElementBlock("div", {
1191
- ref: 'root',
1192
- class: normalizeClass(_ctx.rootStyles),
1193
- invalid: _ctx.invalid,
1194
- disabled: _ctx.disabled
1195
- }, [createElementVNode("input", {
1196
- class: normalizeClass(_ctx.controlStyles),
1197
- type: 'file',
1198
- accept: _ctx.accept,
1199
- multiple: _ctx.maxFiles > 1,
1200
- disabled: _ctx.disabled,
1201
- onChange: _cache[0] || (_cache[0] = $event => _ctx.onChange($event))
1202
- }, null, 42 /* CLASS, PROPS, NEED_HYDRATION */, _hoisted_2$9), createElementVNode("div", {
1203
- class: normalizeClass(_ctx.iconStyles),
1204
- invalid: _ctx.invalid,
1205
- disabled: _ctx.disabled
1206
- }, [createVNode(_component_OrIcon, {
1207
- icon: 'cloud_upload',
1208
- size: 'inherit'
1209
- })], 10 /* CLASS, PROPS */, _hoisted_3$5), createElementVNode("div", {
1210
- class: normalizeClass(_ctx.textStyles),
1211
- disabled: _ctx.disabled
1212
- }, [renderSlot(_ctx.$slots, "default", {
1213
- invalid: _ctx.invalid,
1214
- disabled: _ctx.disabled
1215
- }, () => [_ctx.isDesktop ? (openBlock(), createElementBlock(Fragment, {
1216
- key: 0
1217
- }, [_hoisted_5$4, createElementVNode("div", null, [createTextVNode(" or "), createElementVNode("span", {
1218
- class: normalizeClass(_ctx.textEmphasisStyles),
1219
- invalid: _ctx.invalid,
1220
- disabled: _ctx.disabled
1221
- }, " Upload from your computer ", 10 /* CLASS, PROPS */, _hoisted_6$4)])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), _ctx.isMobile ? (openBlock(), createElementBlock("span", {
1222
- key: 1,
1223
- class: normalizeClass(_ctx.textEmphasisStyles),
1224
- invalid: _ctx.invalid,
1225
- disabled: _ctx.disabled
1226
- }, " Upload from your device ", 10 /* CLASS, PROPS */, _hoisted_7$3)) : createCommentVNode("v-if", true)])], 10 /* CLASS, PROPS */, _hoisted_4$5), createElementVNode("div", {
1227
- class: normalizeClass(_ctx.constraintsStyles),
1228
- disabled: _ctx.disabled
1229
- }, [renderSlot(_ctx.$slots, "constraints", {
1230
- invalid: _ctx.invalid,
1231
- disabled: _ctx.disabled
1232
- }, () => [createTextVNode(" Maximum files: " + toDisplayString(_ctx.maxFiles) + ", maximum file size: " + toDisplayString(_ctx.approximateFileSize(_ctx.maxFileSize)), 1 /* TEXT */)])], 10 /* CLASS, PROPS */, _hoisted_8$1)], 10 /* CLASS, PROPS */, _hoisted_1$f);
1233
- }
1234
-
1235
- script$h.render = render$o;
1236
- script$h.__file = "src/components/or-drop-area-v3/OrDropArea.vue";
1237
-
1238
- const _hoisted_1$e = {
1239
- class: /*#__PURE__*/normalizeClass(['truncate'])
1240
- };
1241
- const _hoisted_2$8 = {
1242
- class: /*#__PURE__*/normalizeClass(['truncate'])
1243
- };
1244
- const _hoisted_3$4 = {
1245
- class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-sm'])
1246
- };
1247
- const _hoisted_4$4 = {
1248
- class: /*#__PURE__*/normalizeClass(['truncate'])
1249
- };
1250
- function render$n(_ctx, _cache, $props, $setup, $data, $options) {
1251
- const _component_OrEditorTabsItem = resolveComponent("OrEditorTabsItem");
1252
- const _component_OrIcon = resolveComponent("OrIcon");
1253
- const _component_OrMenuItem = resolveComponent("OrMenuItem");
1254
- const _component_OrMenu = resolveComponent("OrMenu");
1255
- return openBlock(), createElementBlock("div", {
1256
- ref: 'root',
1257
- class: normalizeClass(_ctx.rootStyles)
1258
- }, [createElementVNode("div", {
1259
- class: normalizeClass(_ctx.headerStyles)
1260
- }, [createElementVNode("div", {
1261
- ref: 'headerTabs',
1262
- class: normalizeClass(_ctx.headerTabsStyles),
1263
- onWheel: _cache[1] || (_cache[1] = withModifiers($event => _ctx.onWheel($event), ["prevent"]))
1264
- }, [_ctx.isDesktop ? (openBlock(true), createElementBlock(Fragment, {
1265
- key: 0
1266
- }, renderList(_ctx.items, item => {
1267
- return openBlock(), createBlock(_component_OrEditorTabsItem, {
1268
- ref_for: true,
1269
- ref: 'editorTabsItems',
1270
- key: item.value,
1271
- "close-button": _ctx.closeButton && !item.pinned,
1272
- selected: item.value === _ctx.proxyModelValue,
1273
- disabled: item.disabled,
1274
- onClick: $event => _ctx.proxyModelValue = item.value,
1275
- onClose: $event => _ctx.close(item)
1276
- }, {
1277
- default: withCtx(() => [renderSlot(_ctx.$slots, `${item.value}-label`, {
1278
- label: item.label
1279
- }, () => [createElementVNode("div", _hoisted_1$e, toDisplayString(item.label), 1 /* TEXT */)])]),
1280
- _: 2 /* DYNAMIC */
1281
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["close-button", "selected", "disabled", "onClick", "onClose"]);
1282
- }), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true), _ctx.isMobile && _ctx.selectedItem ? (openBlock(), createBlock(_component_OrEditorTabsItem, {
1283
- key: 1,
1284
- class: normalizeClass(['grow']),
1285
- "close-button": _ctx.closeButton && !_ctx.selectedItem.pinned,
1286
- selected: true,
1287
- disabled: _ctx.selectedItem.disabled,
1288
- onClose: _cache[0] || (_cache[0] = $event => _ctx.close(_ctx.selectedItem))
1289
- }, {
1290
- default: withCtx(() => [renderSlot(_ctx.$slots, `${_ctx.selectedItem.value}-label`, {
1291
- label: _ctx.selectedItem.label
1292
- }, () => [createElementVNode("div", _hoisted_2$8, toDisplayString(_ctx.selectedItem.label), 1 /* TEXT */)])]),
1293
- _: 3 /* FORWARDED */
1294
- }, 8 /* PROPS */, ["close-button", "disabled"])) : createCommentVNode("v-if", true)], 34 /* CLASS, NEED_HYDRATION */), _ctx.addButton ? (openBlock(), createBlock(_component_OrEditorTabsItem, {
1295
- key: 0,
1296
- "close-button": false,
1297
- onClick: _cache[2] || (_cache[2] = $event => _ctx.open())
1298
- }, {
1299
- default: withCtx(() => [createVNode(_component_OrIcon, {
1300
- icon: 'add',
1301
- size: 'm'
1302
- })]),
1303
- _: 1 /* STABLE */
1304
- })) : createCommentVNode("v-if", true), _ctx.isMobile && _ctx.items.length > 1 ? (openBlock(), createElementBlock(Fragment, {
1305
- key: 1
1306
- }, [createVNode(_component_OrEditorTabsItem, {
1307
- "close-button": false,
1308
- onClick: _cache[3] || (_cache[3] = $event => _ctx.showOverflowMenu = true)
1309
- }, {
1310
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.overflowItems.length) + " ", 1 /* TEXT */), createVNode(_component_OrIcon, {
1311
- icon: 'more_vert',
1312
- size: 'm'
1313
- })]),
1314
- _: 1 /* STABLE */
1315
- }), createVNode(_component_OrMenu, {
1316
- "is-open": _ctx.showOverflowMenu,
1317
- onClose: _cache[4] || (_cache[4] = $event => _ctx.showOverflowMenu = false)
1318
- }, {
1319
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.overflowItems, item => {
1320
- return openBlock(), createBlock(_component_OrMenuItem, {
1321
- key: item.value,
1322
- "close-button": _ctx.closeButton && !item.pinned,
1323
- disabled: item.disabled,
1324
- onClick: $event => _ctx.proxyModelValue = item.value,
1325
- onClose: $event => _ctx.close(item)
1326
- }, {
1327
- default: withCtx(() => [createElementVNode("div", _hoisted_3$4, [renderSlot(_ctx.$slots, `${item.value}-label`, {
1328
- label: item.label
1329
- }, () => [createElementVNode("div", _hoisted_4$4, toDisplayString(item.label), 1 /* TEXT */)])])]),
1330
- _: 2 /* DYNAMIC */
1331
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["close-button", "disabled", "onClick", "onClose"]);
1332
- }), 128 /* KEYED_FRAGMENT */))]),
1333
- _: 3 /* FORWARDED */
1334
- }, 8 /* PROPS */, ["is-open"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
1335
- class: normalizeClass(_ctx.contentStyles)
1336
- }, [renderSlot(_ctx.$slots, _ctx.proxyModelValue)], 2 /* CLASS */)], 2 /* CLASS */);
1337
- }
1338
-
1339
- script$i.render = render$n;
1340
- script$i.__file = "src/components/or-editor-tabs-v3/OrEditorTabs.vue";
1341
-
1342
- const _hoisted_1$d = ["src"];
1343
- function render$m(_ctx, _cache, $props, $setup, $data, $options) {
1344
- return openBlock(), createElementBlock("div", {
1345
- ref: 'root',
1346
- class: normalizeClass(_ctx.rootClasses)
1347
- }, [_ctx.imageSrc ? (openBlock(), createElementBlock("img", {
1348
- key: 0,
1349
- src: _ctx.imageSrc,
1350
- class: normalizeClass(_ctx.imageClasses),
1351
- alt: ""
1352
- }, null, 10 /* CLASS, PROPS */, _hoisted_1$d)) : createCommentVNode("v-if", true), createElementVNode("div", {
1353
- class: normalizeClass(_ctx.headingClasses)
1354
- }, toDisplayString(_ctx.heading), 3 /* TEXT, CLASS */), _ctx.$slots.default ? (openBlock(), createElementBlock("div", {
1355
- key: 1,
1356
- class: normalizeClass(_ctx.slotClasses)
1357
- }, [createCommentVNode(" @slot Additional content can be inserted via default slot. The slot uses the same font as a `text` prop. "), renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
1358
- class: normalizeClass(_ctx.textClasses)
1359
- }, toDisplayString(_ctx.text), 3 /* TEXT, CLASS */)], 2 /* CLASS */);
1360
- }
1361
-
1362
- script$j.render = render$m;
1363
- script$j.__file = "src/components/or-empty-state-v3/OrEmptyState.vue";
1364
-
1365
- const _hoisted_1$c = {
1366
- class: /*#__PURE__*/normalizeClass(['layout-inline-row', 'm-[-4px] md:m-[-2px]'])
1367
- };
1368
- function render$l(_ctx, _cache, $props, $setup, $data, $options) {
1369
- const _component_OrIcon = resolveComponent("OrIcon");
1370
- return openBlock(), createElementBlock("div", {
1371
- ref: 'root',
1372
- class: normalizeClass(_ctx.rootStyles)
1373
- }, [createElementVNode("div", _hoisted_1$c, [createVNode(_component_OrIcon, {
1374
- icon: 'error',
1375
- variant: 'filled-bold'
1376
- })]), renderSlot(_ctx.$slots, "default")], 2 /* CLASS */);
1377
- }
1378
-
1379
- script$k.render = render$l;
1380
- script$k.__file = "src/components/or-error-tag-v3/OrErrorTag.vue";
1381
-
1382
- const _hoisted_1$b = ["disabled"];
1383
- function render$k(_ctx, _cache, $props, $setup, $data, $options) {
1384
- const _component_OrIcon = resolveComponent("OrIcon");
1385
- return openBlock(), createElementBlock("button", mergeProps({
1386
- ref: 'root',
1387
- class: _ctx.rootStyles,
1388
- type: 'button',
1389
- disabled: _ctx.disabled
1390
- }, toHandlers({
1391
- ...(_ctx.isVue3 ? {} : _ctx.$listeners),
1392
- click: e => _ctx.$emit('click', e),
1393
- focus: e => _ctx.$emit('focus', e),
1394
- blur: e => _ctx.$emit('blur', e)
1395
- }, true)), [createVNode(_component_OrIcon, normalizeProps(guardReactiveProps(typeof _ctx.icon === 'string' ? {
1396
- icon: _ctx.icon,
1397
- size: 'l'
1398
- } : {
1399
- size: 'l',
1400
- ..._ctx.icon
1401
- })), null, 16 /* FULL_PROPS */)], 16 /* FULL_PROPS */, _hoisted_1$b);
1402
- }
1403
-
1404
- script$l.render = render$k;
1405
- script$l.__file = "src/components/or-fab-v3/OrFab.vue";
1406
-
1407
- function render$j(_ctx, _cache, $props, $setup, $data, $options) {
1408
- const _component_OrFilterTrigger = resolveComponent("OrFilterTrigger");
1409
- const _component_OrFilterPopover = resolveComponent("OrFilterPopover");
1410
- return openBlock(), createElementBlock("div", {
1411
- ref: 'root',
1412
- class: normalizeClass(_ctx.rootStyles)
1413
- }, [createVNode(_component_OrFilterTrigger, mergeProps({
1414
- ref: 'trigger',
1415
- "is-open": _ctx.state === 'open'
1416
- }, _ctx.triggerProps, {
1417
- onClick: _cache[0] || (_cache[0] = $event => _ctx.toggle()),
1418
- onReset: _cache[1] || (_cache[1] = $event => _ctx.reset())
1419
- }), null, 16 /* FULL_PROPS */, ["is-open"]), createVNode(_component_OrFilterPopover, mergeProps({
1420
- ref: 'popover',
1421
- "is-open": _ctx.state === 'open',
1422
- trigger: _ctx.triggerRoot
1423
- }, _ctx.popoverProps, {
1424
- "onUpdate:state": _cache[2] || (_cache[2] = $event => $event === 'open' ? _ctx.open() : _ctx.close()),
1425
- onApply: _cache[3] || (_cache[3] = $event => _ctx.apply()),
1426
- onReset: _cache[4] || (_cache[4] = $event => _ctx.reset())
1427
- }), {
1428
- actions: withCtx(props => [renderSlot(_ctx.$slots, 'actions', normalizeProps(guardReactiveProps(props)))]),
1429
- default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
1430
- _: 3 /* FORWARDED */
1431
- }, 16 /* FULL_PROPS */, ["is-open", "trigger"])], 2 /* CLASS */);
1432
- }
1433
-
1434
- script$m.render = render$j;
1435
- script$m.__file = "src/components/or-filter-v3/OrFilter.vue";
1436
-
1437
- const _hoisted_1$a = {
1438
- class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-sm'])
1439
- };
1440
- const _hoisted_2$7 = ["type", "placeholder", "activated"];
1441
- function render$i(_ctx, _cache, $props, $setup, $data, $options) {
1442
- const _component_OrText = resolveComponent("OrText");
1443
- const _component_OrInlineInputBox = resolveComponent("OrInlineInputBox");
1444
- const _component_OrIconButton = resolveComponent("OrIconButton");
1445
- const _component_OrHint = resolveComponent("OrHint");
1446
- const _component_OrError = resolveComponent("OrError");
1447
- return openBlock(), createElementBlock("div", {
1448
- ref: 'root',
1449
- class: normalizeClass(_ctx.rootStyles)
1450
- }, [createElementVNode("div", _hoisted_1$a, [createVNode(_component_OrInlineInputBox, {
1451
- size: _ctx.size,
1452
- invalid: !!_ctx.error,
1453
- activated: _ctx.activated
1454
- }, {
1455
- default: withCtx(() => [_ctx.activated || !_ctx.draft ? withDirectives((openBlock(), createElementBlock("input", mergeProps({
1456
- key: 0,
1457
- ref: 'control'
1458
- }, _ctx.attributes, {
1459
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draft = $event),
1460
- class: _ctx.controlStyles,
1461
- type: _ctx.type,
1462
- placeholder: _ctx.placeholder,
1463
- activated: _ctx.activated,
1464
- onInput: _cache[1] || (_cache[1] = $event => _ctx.$emit('input', $event)),
1465
- onKeydown: _cache[2] || (_cache[2] = $event => _ctx.$emit('keydown', $event)),
1466
- onKeyup: _cache[3] || (_cache[3] = $event => _ctx.$emit('keyup', $event)),
1467
- onFocus: _cache[4] || (_cache[4] = $event => {
1468
- _ctx.$emit('focus', $event);
1469
- _ctx.onFocus();
1470
- }),
1471
- onBlur: _cache[5] || (_cache[5] = $event => {
1472
- _ctx.$emit('blur', $event);
1473
- _ctx.onBlur();
1474
- })
1475
- }), null, 16 /* FULL_PROPS */, _hoisted_2$7)), [[vModelDynamic, _ctx.draft, void 0, {
1476
- trim: true
1477
- }]]) : (openBlock(), createBlock(_component_OrText, {
1478
- key: 1,
1479
- text: _ctx.draft.toString(),
1480
- "slice-index": _ctx.sliceIndex,
1481
- class: normalizeClass(_ctx.controlStyles),
1482
- onClick: _ctx.onTextClick
1483
- }, null, 8 /* PROPS */, ["text", "slice-index", "class", "onClick"]))]),
1484
- _: 1 /* STABLE */
1485
- }, 8 /* PROPS */, ["size", "invalid", "activated"]), _ctx.activated && !_ctx.saveOnBlur ? (openBlock(), createElementBlock("div", {
1486
- key: 0,
1487
- class: normalizeClass(_ctx.actionStyles)
1488
- }, [createVNode(_component_OrIconButton, {
1489
- icon: 'done',
1490
- color: 'inherit',
1491
- onClick: withModifiers(_ctx.apply, ["stop"])
1492
- }, null, 8 /* PROPS */, ["onClick"]), createVNode(_component_OrIconButton, {
1493
- icon: 'close',
1494
- color: 'inherit',
1495
- onClick: withModifiers(_ctx.reset, ["stop"])
1496
- }, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? withDirectives((openBlock(), createBlock(_component_OrHint, {
1497
- key: 0
1498
- }, createSlots({
1499
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
1500
- _: 2 /* DYNAMIC */
1501
- }, [_ctx.maxLength ? {
1502
- name: "addon",
1503
- fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
1504
- key: "0"
1505
- } : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */)), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, null, createSlots({
1506
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
1507
- _: 2 /* DYNAMIC */
1508
- }, [_ctx.maxLength ? {
1509
- name: "addon",
1510
- fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
1511
- key: "0"
1512
- } : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
1513
- }
1514
-
1515
- var css_248z$4 = "\ninput[data-v-29d9ad19] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-29d9ad19]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-29d9ad19]::-webkit-search-cancel-button {\n display: none;\n}\n";
1516
- styleInject(css_248z$4);
1517
-
1518
- script$n.render = render$i;
1519
- script$n.__scopeId = "data-v-29d9ad19";
1520
- script$n.__file = "src/components/or-inline-input-v3/OrInlineInput.vue";
1521
-
1522
- const _hoisted_1$9 = {
1523
- class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-sm'])
1524
- };
1525
- const _hoisted_2$6 = ["placeholder", "activated"];
1526
- function render$h(_ctx, _cache, $props, $setup, $data, $options) {
1527
- const _component_OrInlineInputBox = resolveComponent("OrInlineInputBox");
1528
- const _component_OrIconButton = resolveComponent("OrIconButton");
1529
- const _component_OrHint = resolveComponent("OrHint");
1530
- const _component_OrError = resolveComponent("OrError");
1531
- return openBlock(), createElementBlock("div", {
1532
- ref: 'root',
1533
- class: normalizeClass(_ctx.rootStyles)
1534
- }, [createElementVNode("div", _hoisted_1$9, [createVNode(_component_OrInlineInputBox, {
1535
- invalid: !!_ctx.error,
1536
- activated: _ctx.activated
1537
- }, {
1538
- default: withCtx(() => [withDirectives(createElementVNode("textarea", mergeProps({
1539
- ref: 'control'
1540
- }, _ctx.attributes, {
1541
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draft = $event),
1542
- class: _ctx.controlStyles,
1543
- placeholder: _ctx.placeholder,
1544
- activated: _ctx.activated,
1545
- onInput: _cache[1] || (_cache[1] = $event => _ctx.$emit('input', $event)),
1546
- onKeydown: _cache[2] || (_cache[2] = $event => _ctx.$emit('keydown', $event)),
1547
- onKeyup: _cache[3] || (_cache[3] = $event => _ctx.$emit('keyup', $event)),
1548
- onFocus: _cache[4] || (_cache[4] = $event => {
1549
- _ctx.$emit('focus', $event);
1550
- _ctx.onFocus();
1551
- }),
1552
- onBlur: _cache[5] || (_cache[5] = $event => {
1553
- _ctx.$emit('blur', $event);
1554
- _ctx.onBlur();
1555
- })
1556
- }), null, 16 /* FULL_PROPS */, _hoisted_2$6), [[vModelText, _ctx.draft]])]),
1557
- _: 1 /* STABLE */
1558
- }, 8 /* PROPS */, ["invalid", "activated"]), _ctx.activated && !_ctx.saveOnBlur ? (openBlock(), createElementBlock("div", {
1559
- key: 0,
1560
- class: normalizeClass(_ctx.actionStyles)
1561
- }, [createVNode(_component_OrIconButton, {
1562
- icon: 'done',
1563
- color: 'inherit',
1564
- onClick: withModifiers(_ctx.apply, ["stop"])
1565
- }, null, 8 /* PROPS */, ["onClick"]), createVNode(_component_OrIconButton, {
1566
- icon: 'close',
1567
- color: 'inherit',
1568
- onClick: withModifiers(_ctx.reset, ["stop"])
1569
- }, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? withDirectives((openBlock(), createBlock(_component_OrHint, {
1570
- key: 0
1571
- }, createSlots({
1572
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
1573
- _: 2 /* DYNAMIC */
1574
- }, [_ctx.maxLength ? {
1575
- name: "addon",
1576
- fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
1577
- key: "0"
1578
- } : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */)), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, null, createSlots({
1579
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
1580
- _: 2 /* DYNAMIC */
1581
- }, [_ctx.maxLength ? {
1582
- name: "addon",
1583
- fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
1584
- key: "0"
1585
- } : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
1586
- }
1587
-
1588
- var css_248z$3 = "\ntextarea[data-v-3f016b22] {\n min-width: 0;\n background: none;\n outline: none;\n}\n";
1589
- styleInject(css_248z$3);
1590
-
1591
- script$o.render = render$h;
1592
- script$o.__scopeId = "data-v-3f016b22";
1593
- script$o.__file = "src/components/or-inline-textarea-v3/OrInlineTextarea.vue";
1594
-
1595
- const _hoisted_1$8 = ["href", "disabled"];
1596
- function render$g(_ctx, _cache, $props, $setup, $data, $options) {
1597
- return openBlock(), createElementBlock("a", {
1598
- ref: 'root',
1599
- class: normalizeClass(_ctx.rootStyles),
1600
- href: _ctx.href,
1601
- disabled: _ctx.disabled
1602
- }, [_ctx.loading ? (openBlock(), createElementBlock(Fragment, {
1603
- key: 0
1604
- }, [createTextVNode(toDisplayString(_ctx.loadingText + '…'), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : renderSlot(_ctx.$slots, "default", {
1605
- key: 1
1606
- })], 10 /* CLASS, PROPS */, _hoisted_1$8);
1607
- }
1608
-
1609
- script$p.render = render$g;
1610
- script$p.__file = "src/components/or-link-v3/OrLink.vue";
1611
-
1612
- const _hoisted_1$7 = ["disabled"];
1613
- const _hoisted_2$5 = {
1614
- class: /*#__PURE__*/normalizeClass(['grow'])
1615
- };
1616
- function render$f(_ctx, _cache, $props, $setup, $data, $options) {
1617
- const _component_OrLabel = resolveComponent("OrLabel");
1618
- const _component_OrIconButton = resolveComponent("OrIconButton");
1619
- const _component_OrListItem = resolveComponent("OrListItem");
1620
- const _component_OrIcon = resolveComponent("OrIcon");
1621
- const _component_OrButton = resolveComponent("OrButton");
1622
- return openBlock(), createElementBlock("div", {
1623
- ref: 'root',
1624
- class: normalizeClass(_ctx.rootStyles),
1625
- disabled: _ctx.disabled
1626
- }, [_ctx.$slots['header'] || _ctx.$slots['label'] || _ctx.$slots['label-addon'] || _ctx.label ? (openBlock(), createElementBlock("div", {
1627
- key: 0,
1628
- class: normalizeClass(_ctx.headerStyles)
1629
- }, [renderSlot(_ctx.$slots, "header", {
1630
- addItem: _ctx.addItem,
1631
- deleteItem: _ctx.deleteItem
1632
- }, () => [createVNode(_component_OrLabel, {
1633
- disabled: _ctx.disabled
1634
- }, {
1635
- addon: withCtx(() => [renderSlot(_ctx.$slots, "label-addon")]),
1636
- default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
1637
- _: 3 /* FORWARDED */
1638
- }, 8 /* PROPS */, ["disabled"])])], 2 /* CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
1639
- ref: 'content',
1640
- class: normalizeClass(_ctx.contentStyles)
1641
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.model, (item, index) => {
1642
- return openBlock(), createBlock(_component_OrListItem, {
1643
- key: item.key || _ctx.uuid(),
1644
- draggable: _ctx.canReorder,
1645
- selected: _ctx.selection.includes(item),
1646
- disabled: _ctx.disabled
1647
- }, {
1648
- default: withCtx(() => [createElementVNode("div", _hoisted_2$5, [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({
1649
- item,
1650
- index,
1651
- items: _ctx.model,
1652
- addItem: _ctx.addItem,
1653
- deleteItem: _ctx.deleteItem
1654
- })), () => [createTextVNode(toDisplayString(item), 1 /* TEXT */)])]), _ctx.canDelete ? (openBlock(), createBlock(_component_OrIconButton, {
1655
- key: 0,
1656
- icon: 'delete',
1657
- disabled: _ctx.disabled,
1658
- onClick: $event => _ctx.deleteItem(index)
1659
- }, null, 8 /* PROPS */, ["disabled", "onClick"])) : createCommentVNode("v-if", true)]),
1660
- _: 2 /* DYNAMIC */
1661
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["draggable", "selected", "disabled"]);
1662
- }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */), _ctx.$slots['footer'] || _ctx.canAdd ? (openBlock(), createElementBlock("div", {
1663
- key: 1,
1664
- class: normalizeClass(_ctx.footerStyles)
1665
- }, [renderSlot(_ctx.$slots, "footer", {
1666
- addItem: _ctx.addItem,
1667
- deleteItem: _ctx.deleteItem
1668
- }, () => [_ctx.canAdd ? (openBlock(), createBlock(_component_OrButton, {
1669
- key: 0,
1670
- variant: 'link',
1671
- disabled: _ctx.disabled,
1672
- onClick: _cache[0] || (_cache[0] = $event => _ctx.addItem())
1673
- }, {
1674
- default: withCtx(() => [renderSlot(_ctx.$slots, "add-button", {}, () => [createVNode(_component_OrIcon, {
1675
- icon: 'add'
1676
- }), createTextVNode(" " + toDisplayString(_ctx.addButtonLabel), 1 /* TEXT */)])]),
1677
- _: 3 /* FORWARDED */
1678
- }, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)])], 2 /* CLASS */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_1$7);
1679
- }
1680
-
1681
- script$q.render = render$f;
1682
- script$q.__file = "src/components/or-list-v3/OrList.vue";
1683
-
1684
- const _hoisted_1$6 = {
1685
- width: "100%",
1686
- height: "2"
1687
- };
1688
- const _hoisted_2$4 = {
1689
- fill: "none",
1690
- "stroke-width": "2",
1691
- "stroke-linecap": "round"
1692
- };
1693
- const _hoisted_3$3 = ["x2"];
1694
- const _hoisted_4$3 = ["x2", "stroke-dasharray", "stroke-dashoffset"];
1695
- const _hoisted_5$3 = ["width", "height"];
1696
- const _hoisted_6$3 = {
1697
- fill: "none",
1698
- "stroke-width": "2",
1699
- "stroke-linecap": "round"
1700
- };
1701
- const _hoisted_7$2 = ["stroke-dasharray", "stroke-dashoffset"];
1702
- function render$e(_ctx, _cache, $props, $setup, $data, $options) {
1703
- return openBlock(), createElementBlock("div", {
1704
- ref: 'root',
1705
- class: normalizeClass(_ctx.rootStyles)
1706
- }, [_ctx.isLinearType ? (openBlock(), createElementBlock(Fragment, {
1707
- key: 0
1708
- }, [_ctx.isShowingHeader ? (openBlock(), createElementBlock("div", {
1709
- key: 0,
1710
- class: normalizeClass(_ctx.headerStyles)
1711
- }, [renderSlot(_ctx.$slots, "header", {}, () => [createElementVNode("div", {
1712
- class: normalizeClass(_ctx.labelStyles)
1713
- }, [renderSlot(_ctx.$slots, "label")], 2 /* CLASS */), createElementVNode("div", {
1714
- class: normalizeClass(_ctx.percentStyles)
1715
- }, [renderSlot(_ctx.$slots, "percent", {
1716
- value: _ctx.percent
1717
- }, () => [createTextVNode(toDisplayString(_ctx.percent), 1 /* TEXT */)])], 2 /* CLASS */)])], 2 /* CLASS */)) : createCommentVNode("v-if", true), (openBlock(), createElementBlock("svg", _hoisted_1$6, [createElementVNode("g", _hoisted_2$4, [createElementVNode("line", {
1718
- class: normalizeClass(_ctx.progressBarBackgroundStyles),
1719
- x1: "2",
1720
- y1: "50%",
1721
- x2: _ctx.strokeWidth,
1722
- y2: "50%"
1723
- }, null, 10 /* CLASS, PROPS */, _hoisted_3$3), createElementVNode("line", {
1724
- class: normalizeClass(_ctx.progressBarMainPartStyles),
1725
- x1: "2",
1726
- y1: "50%",
1727
- x2: _ctx.strokeWidth,
1728
- y2: "50%",
1729
- "stroke-dasharray": _ctx.strokeDasharray,
1730
- "stroke-dashoffset": _ctx.strokeDashoffset
1731
- }, null, 10 /* CLASS, PROPS */, _hoisted_4$3)])])), _ctx.isShowingFooter ? (openBlock(), createElementBlock("div", {
1732
- key: 1,
1733
- class: normalizeClass(_ctx.footerStyles)
1734
- }, [renderSlot(_ctx.$slots, "footer", {
1735
- value: _ctx.localValue
1736
- })], 2 /* CLASS */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : _ctx.isCircleType ? (openBlock(), createElementBlock("svg", {
1737
- key: 1,
1738
- viewBox: "0 0 16 16",
1739
- width: _ctx.computedSize,
1740
- height: _ctx.computedSize
1741
- }, [createElementVNode("g", _hoisted_6$3, [createElementVNode("circle", {
1742
- class: normalizeClass(_ctx.progressBarBackgroundStyles),
1743
- cx: "50%",
1744
- cy: "50%",
1745
- r: "7"
1746
- }, null, 2 /* CLASS */), createElementVNode("circle", {
1747
- class: normalizeClass(_ctx.progressBarMainPartStyles),
1748
- cx: "50%",
1749
- cy: "50%",
1750
- r: "7",
1751
- "stroke-dasharray": _ctx.strokeDasharray,
1752
- "stroke-dashoffset": _ctx.strokeDashoffset
1753
- }, null, 10 /* CLASS, PROPS */, _hoisted_7$2)])], 8 /* PROPS */, _hoisted_5$3)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
1754
- }
1755
-
1756
- script$r.render = render$e;
1757
- script$r.__file = "src/components/or-progress-v3/OrProgress.vue";
1758
-
1759
- function render$d(_ctx, _cache, $props, $setup, $data, $options) {
1760
- const _component_OrRadio = resolveComponent("OrRadio");
1761
- const _component_OrFormGroup = resolveComponent("OrFormGroup");
1762
- return openBlock(), createBlock(_component_OrFormGroup, {
1763
- direction: _ctx.direction,
1764
- label: _ctx.label,
1765
- hint: _ctx.hint,
1766
- error: _ctx.error,
1767
- disabled: _ctx.disabled
1768
- }, {
1769
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
1770
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, option => {
1771
- return openBlock(), createBlock(_component_OrRadio, {
1772
- key: option.label,
1773
- modelValue: _ctx.proxyModelValue,
1774
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event),
1775
- value: option.value,
1776
- label: option.label,
1777
- disabled: _ctx.disabled || option.disabled,
1778
- readonly: _ctx.readonly || option.readonly
1779
- }, null, 8 /* PROPS */, ["modelValue", "value", "label", "disabled", "readonly"]);
1780
- }), 128 /* KEYED_FRAGMENT */))]),
1781
- _: 3 /* FORWARDED */
1782
- }, 8 /* PROPS */, ["direction", "label", "hint", "error", "disabled"]);
1783
- }
1784
-
1785
- script$s.render = render$d;
1786
- script$s.__file = "src/components/or-radio-group-v3/OrRadioGroup.vue";
1787
-
1788
- const _hoisted_1$5 = ["disabled"];
1789
- const _hoisted_2$3 = ["disabled"];
1790
- const _hoisted_3$2 = ["disabled"];
1791
- const _hoisted_4$2 = ["disabled"];
1792
- const _hoisted_5$2 = ["activated", "disabled", "onMouseenter"];
1793
- const _hoisted_6$2 = ["disabled", "force-state", "onMouseenter", "onClick"];
1794
- function render$c(_ctx, _cache, $props, $setup, $data, $options) {
1795
- const _component_OrTooltip = resolveComponent("OrTooltip");
1796
- return openBlock(), createElementBlock("div", {
1797
- ref: 'root',
1798
- class: normalizeClass(_ctx.rootStyles),
1799
- disabled: _ctx.disabled
1800
- }, [createElementVNode("div", {
1801
- ref: 'rail',
1802
- class: normalizeClass(_ctx.railStyles),
1803
- disabled: _ctx.disabled
1804
- }, [createElementVNode("div", {
1805
- class: normalizeClass(_ctx.trackStyles),
1806
- style: normalizeStyle(_ctx.trackInlineStyles),
1807
- disabled: _ctx.disabled
1808
- }, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_3$2), createVNode(_component_OrTooltip, mergeProps({
1809
- class: ['relative', 'z-10'],
1810
- "is-open": _ctx.isHovering || _ctx.isDragging,
1811
- placement: _ctx.tooltipPlacement,
1812
- offset: 24,
1813
- "external-control": true
1814
- }, _ctx.tooltip), {
1815
- content: withCtx(() => [renderSlot(_ctx.$slots, "tooltipContent", {
1816
- value: _ctx.proxyModelValue
1817
- }, () => [createTextVNode(toDisplayString(_ctx.proxyModelValue), 1 /* TEXT */)])]),
1818
- default: withCtx(() => [createElementVNode("div", {
1819
- ref: 'thumb',
1820
- class: normalizeClass(_ctx.thumbStyles),
1821
- disabled: _ctx.disabled
1822
- }, null, 10 /* CLASS, PROPS */, _hoisted_4$2)]),
1823
- _: 3 /* FORWARDED */
1824
- }, 16 /* FULL_PROPS */, ["is-open", "placement"]), _ctx.breakpoints.length > 0 ? (openBlock(true), createElementBlock(Fragment, {
1825
- key: 0
1826
- }, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
1827
- return openBlock(), createElementBlock("div", {
1828
- key: breakpoint,
1829
- class: normalizeClass(_ctx.breakpointMarkStyles),
1830
- style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
1831
- activated: breakpoint <= _ctx.proxyModelValue,
1832
- disabled: _ctx.disabled,
1833
- onMouseenter: $event => _ctx.highlightedBreakpoint = breakpoint,
1834
- onMouseleave: _cache[0] || (_cache[0] = $event => _ctx.highlightedBreakpoint = undefined)
1835
- }, null, 46 /* CLASS, STYLE, PROPS, NEED_HYDRATION */, _hoisted_5$2);
1836
- }), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_2$3), createElementVNode("div", {
1837
- class: normalizeClass(_ctx.labelStyles)
1838
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
1839
- return openBlock(), createElementBlock("div", {
1840
- key: breakpoint,
1841
- class: normalizeClass(_ctx.labelMarkStyles),
1842
- style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
1843
- disabled: _ctx.disabled,
1844
- "force-state": _ctx.highlightedBreakpoint === breakpoint ? 'hover' : undefined,
1845
- onMouseenter: $event => _ctx.highlightedBreakpoint = breakpoint,
1846
- onMouseleave: _cache[1] || (_cache[1] = $event => _ctx.highlightedBreakpoint = undefined),
1847
- onClick: $event => _ctx.proxyModelValue = breakpoint
1848
- }, [renderSlot(_ctx.$slots, `${breakpoint}-label`, {
1849
- value: breakpoint
1850
- }, () => [createTextVNode(toDisplayString(breakpoint), 1 /* TEXT */)])], 46 /* CLASS, STYLE, PROPS, NEED_HYDRATION */, _hoisted_6$2);
1851
- }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1$5);
1852
- }
1853
-
1854
- script$t.render = render$c;
1855
- script$t.__file = "src/components/or-slider-v3/OrSlider.vue";
1856
-
1857
- const _hoisted_1$4 = ["disabled"];
1858
- const _hoisted_2$2 = ["disabled"];
1859
- const _hoisted_3$1 = ["disabled"];
1860
- const _hoisted_4$1 = ["disabled"];
1861
- const _hoisted_5$1 = ["disabled"];
1862
- const _hoisted_6$1 = ["disabled"];
1863
- const _hoisted_7$1 = ["disabled"];
1864
- const _hoisted_8 = ["activated", "disabled", "onMouseenter"];
1865
- const _hoisted_9 = ["disabled", "force-state", "onMouseenter", "onClick"];
1866
- function render$b(_ctx, _cache, $props, $setup, $data, $options) {
1867
- const _component_OrTooltip = resolveComponent("OrTooltip");
1868
- return openBlock(), createElementBlock("div", {
1869
- ref: 'root',
1870
- class: normalizeClass(_ctx.rootStyles),
1871
- disabled: _ctx.disabled
1872
- }, [createElementVNode("div", {
1873
- ref: 'rail',
1874
- class: normalizeClass(_ctx.railStyles),
1875
- disabled: _ctx.disabled
1876
- }, [createElementVNode("div", {
1877
- ref: 'offset',
1878
- class: normalizeClass(_ctx.offsetStyles),
1879
- style: normalizeStyle(_ctx.offsetInlineStyles),
1880
- disabled: _ctx.disabled
1881
- }, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_3$1), createVNode(_component_OrTooltip, mergeProps({
1882
- class: ['relative', 'z-10'],
1883
- "is-open": !_ctx.isDragging && (_ctx.isHoveringRail || _ctx.isHoveringThumbFrom) || _ctx.isDragging && _ctx.selectedControl === 'from',
1884
- placement: _ctx.tooltipPlacement,
1885
- offset: 24,
1886
- "external-control": true
1887
- }, _ctx.tooltip), {
1888
- content: withCtx(() => [renderSlot(_ctx.$slots, "tooltipContent", {
1889
- value: _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 1 : 0]
1890
- }, () => [createTextVNode(toDisplayString(_ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 1 : 0]), 1 /* TEXT */)])]),
1891
- default: withCtx(() => [createElementVNode("div", {
1892
- ref: 'thumbFrom',
1893
- class: normalizeClass(_ctx.thumbStyles),
1894
- disabled: _ctx.disabled
1895
- }, null, 10 /* CLASS, PROPS */, _hoisted_4$1)]),
1896
- _: 3 /* FORWARDED */
1897
- }, 16 /* FULL_PROPS */, ["is-open", "placement"]), createElementVNode("div", {
1898
- ref: 'track',
1899
- class: normalizeClass(_ctx.trackStyles),
1900
- style: normalizeStyle(_ctx.trackInlineStyles),
1901
- disabled: _ctx.disabled
1902
- }, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_5$1), createVNode(_component_OrTooltip, mergeProps({
1903
- class: ['relative', 'z-10'],
1904
- "is-open": !_ctx.isDragging && (_ctx.isHoveringRail || _ctx.isHoveringThumbTo) || _ctx.isDragging && _ctx.selectedControl === 'to',
1905
- placement: _ctx.tooltipPlacement,
1906
- offset: 24,
1907
- "external-control": true
1908
- }, _ctx.tooltip), {
1909
- content: withCtx(() => [renderSlot(_ctx.$slots, "tooltipContent", {
1910
- value: _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 0 : 1]
1911
- }, () => [createTextVNode(toDisplayString(_ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 0 : 1]), 1 /* TEXT */)])]),
1912
- default: withCtx(() => [createElementVNode("div", {
1913
- ref: 'thumbTo',
1914
- class: normalizeClass(_ctx.thumbStyles),
1915
- disabled: _ctx.disabled
1916
- }, null, 10 /* CLASS, PROPS */, _hoisted_6$1)]),
1917
- _: 3 /* FORWARDED */
1918
- }, 16 /* FULL_PROPS */, ["is-open", "placement"]), createElementVNode("div", {
1919
- ref: 'filler',
1920
- class: normalizeClass(['grow', ..._ctx.offsetStyles]),
1921
- disabled: _ctx.disabled
1922
- }, null, 10 /* CLASS, PROPS */, _hoisted_7$1), _ctx.breakpoints.length > 0 ? (openBlock(true), createElementBlock(Fragment, {
1923
- key: 0
1924
- }, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
1925
- return openBlock(), createElementBlock("div", {
1926
- key: breakpoint,
1927
- class: normalizeClass(_ctx.breakpointMarkStyles),
1928
- style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
1929
- activated: breakpoint >= _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 1 : 0] && breakpoint <= _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 0 : 1],
1930
- disabled: _ctx.disabled,
1931
- onMouseenter: $event => _ctx.highlightedBreakpoint = breakpoint,
1932
- onMouseleave: _cache[0] || (_cache[0] = $event => _ctx.highlightedBreakpoint = undefined)
1933
- }, null, 46 /* CLASS, STYLE, PROPS, NEED_HYDRATION */, _hoisted_8);
1934
- }), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_2$2), createElementVNode("div", {
1935
- class: normalizeClass(_ctx.labelStyles)
1936
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
1937
- return openBlock(), createElementBlock("div", {
1938
- key: breakpoint,
1939
- class: normalizeClass(_ctx.labelMarkStyles),
1940
- style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
1941
- disabled: _ctx.disabled,
1942
- "force-state": _ctx.highlightedBreakpoint === breakpoint ? 'hover' : undefined,
1943
- onMouseenter: $event => _ctx.highlightedBreakpoint = breakpoint,
1944
- onMouseleave: _cache[1] || (_cache[1] = $event => _ctx.highlightedBreakpoint = undefined),
1945
- onClick: $event => _ctx.onClick(breakpoint)
1946
- }, [renderSlot(_ctx.$slots, `${breakpoint}-label`, {
1947
- value: breakpoint
1948
- }, () => [createTextVNode(toDisplayString(breakpoint), 1 /* TEXT */)])], 46 /* CLASS, STYLE, PROPS, NEED_HYDRATION */, _hoisted_9);
1949
- }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1$4);
1950
- }
1951
-
1952
- script$u.render = render$b;
1953
- script$u.__file = "src/components/or-range-slider-v3/OrRangeSlider.vue";
1954
-
1955
- const _hoisted_1$3 = ["disabled"];
1956
- const _hoisted_2$1 = ["disabled"];
1957
- const _hoisted_3 = {
1958
- class: /*#__PURE__*/normalizeClass(['p-sm', 'overflow-auto', 'min-h-[88px]', 'h-full'])
1959
- };
1960
- const _hoisted_4 = ["activated"];
1961
- const _hoisted_5 = {
1962
- class: "flex p-sm gap-md"
1963
- };
1964
- const _hoisted_6 = {
1965
- class: /*#__PURE__*/normalizeClass(['layout-column', 'gap-md'])
1966
- };
1967
- const _hoisted_7 = {
1968
- class: /*#__PURE__*/normalizeClass(['layout-row-reverse', 'gap-md'])
1969
- };
1970
- function render$a(_ctx, _cache, $props, $setup, $data, $options) {
1971
- const _component_OrLabel = resolveComponent("OrLabel");
1972
- const _component_OrIconButton = resolveComponent("OrIconButton");
1973
- const _component_OrInputBox = resolveComponent("OrInputBox");
1974
- const _component_OrHint = resolveComponent("OrHint");
1975
- const _component_OrError = resolveComponent("OrError");
1976
- const _component_OrPopover = resolveComponent("OrPopover");
1977
- const _component_OrMenuItem = resolveComponent("OrMenuItem");
1978
- const _component_OrMenu = resolveComponent("OrMenu");
1979
- const _component_OrInput = resolveComponent("OrInput");
1980
- const _component_OrButton = resolveComponent("OrButton");
1981
- const _component_OrModal = resolveComponent("OrModal");
1982
- return openBlock(), createElementBlock("div", {
1983
- ref: 'root',
1984
- class: normalizeClass(_ctx.rootStyles)
1985
- }, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
1986
- key: 0,
1987
- variant: 'input',
1988
- required: _ctx.required,
1989
- disabled: _ctx.disabled
1990
- }, {
1991
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
1992
- default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
1993
- _: 3 /* FORWARDED */
1994
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
1995
- ref: 'containerRef',
1996
- class: "grow",
1997
- direction: 'column',
1998
- invalid: !!_ctx.error,
1999
- disabled: _ctx.disabled,
2000
- onClick: _cache[4] || (_cache[4] = $event => _ctx.handleEditorClick())
2001
- }, {
2002
- default: withCtx(() => [createElementVNode("div", {
2003
- ref: 'toolbarRef',
2004
- class: normalizeClass(_ctx.toolbarStyles),
2005
- disabled: _ctx.disabled || !_ctx.isFocused
2006
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.toolbar, (tools, index) => {
2007
- return openBlock(), createElementBlock("div", {
2008
- key: index,
2009
- class: normalizeClass([..._ctx.toolbarGroupStyles, {
2010
- 'hidden': _ctx.isVisible(tools)
2011
- }]),
2012
- disabled: _ctx.disabled || !_ctx.isFocused
2013
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(tools, item => {
2014
- return openBlock(), createElementBlock("div", {
2015
- key: item,
2016
- class: normalizeClass(['flex gap-md', {
2017
- 'hidden': !_ctx.isVisible(item)
2018
- }])
2019
- }, [item === 'heading' ? (openBlock(), createBlock(_component_OrIconButton, {
2020
- key: 0,
2021
- ref_for: true,
2022
- ref: 'toolbarButtonRef',
2023
- icon: {
2024
- icon: _ctx.headingIcon,
2025
- variant: 'inherit'
2026
- },
2027
- tooltip: {
2028
- content: item,
2029
- placement: 'top'
2030
- },
2031
- selected: _ctx.isActive[item],
2032
- disabled: _ctx.disabled || !_ctx.isFocused,
2033
- onClick: _cache[0] || (_cache[0] = $event => _ctx.menuRef && _ctx.menuRef.toggle())
2034
- }, null, 8 /* PROPS */, ["icon", "tooltip", "selected", "disabled"])) : _ctx.isVisible(item) ? (openBlock(), createBlock(_component_OrIconButton, {
2035
- key: 1,
2036
- icon: {
2037
- icon: _ctx.getRichTextEditorIcon(item),
2038
- variant: 'inherit'
2039
- },
2040
- tooltip: {
2041
- content: _ctx.getRichTextEditorTooltipIcon(item),
2042
- placement: 'top'
2043
- },
2044
- selected: _ctx.isActive[item],
2045
- disabled: _ctx.disabled || !_ctx.isFocused,
2046
- onClick: $event => _ctx.handleToolbarClick(item)
2047
- }, null, 8 /* PROPS */, ["icon", "tooltip", "selected", "disabled", "onClick"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
2048
- }), 128 /* KEYED_FRAGMENT */))], 10 /* CLASS, PROPS */, _hoisted_2$1);
2049
- }), 128 /* KEYED_FRAGMENT */)), _ctx.countOfNotVisibleTools > 0 ? (openBlock(), createBlock(_component_OrIconButton, {
2050
- key: 0,
2051
- ref: 'moreButtonRef',
2052
- class: normalizeClass(['px-sm']),
2053
- icon: {
2054
- icon: 'more_horiz',
2055
- variant: 'inherit'
2056
- },
2057
- disabled: _ctx.disabled || !_ctx.isFocused,
2058
- onClick: _cache[1] || (_cache[1] = $event => _ctx.moreRef && _ctx.moreRef.open())
2059
- }, null, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_1$3), createElementVNode("div", _hoisted_3, [withDirectives(createElementVNode("textarea", {
2060
- ref: 'textareaRef',
2061
- "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.sourceValue = $event),
2062
- activated: _ctx.disableMarkdown,
2063
- class: "block w-full h-full resize-none border-none outline-none bg-transparent typography-body-2-regular",
2064
- onInput: _cache[3] || (_cache[3] = (...args) => _ctx.handleInput && _ctx.handleInput(...args))
2065
- }, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_4), [[vShow, _ctx.disableMarkdown], [vModelText, _ctx.sourceValue]]), withDirectives(createElementVNode("div", {
2066
- ref: 'controlRef',
2067
- class: normalizeClass(_ctx.controlStyles)
2068
- }, null, 2 /* CLASS */), [[vShow, !_ctx.disableMarkdown]]), renderSlot(_ctx.$slots, "files")])]),
2069
- _: 3 /* FORWARDED */
2070
- }, 8 /* PROPS */, ["invalid", "disabled"]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
2071
- key: 1,
2072
- disabled: _ctx.disabled
2073
- }, {
2074
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
2075
- _: 3 /* FORWARDED */
2076
- }, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
2077
- disabled: _ctx.disabled
2078
- }, {
2079
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
2080
- _: 1 /* STABLE */
2081
- }, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]]), _ctx.moreButtonRef ? (openBlock(), createBlock(_component_OrPopover, {
2082
- key: 2,
2083
- ref: 'moreRef',
2084
- trigger: _ctx.moreButtonRef && _ctx.moreButtonRef.root,
2085
- placement: 'top-end'
2086
- }, {
2087
- default: withCtx(() => [createElementVNode("div", _hoisted_5, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.notVisibleTools, item => {
2088
- return openBlock(), createBlock(_component_OrIconButton, {
2089
- key: item,
2090
- icon: {
2091
- icon: _ctx.getRichTextEditorIcon(item),
2092
- variant: 'inherit'
2093
- },
2094
- tooltip: {
2095
- content: _ctx.getRichTextEditorTooltipIcon(item),
2096
- placement: 'top'
2097
- },
2098
- selected: _ctx.isActive[item],
2099
- onClick: $event => _ctx.handleToolbarClick(item)
2100
- }, null, 8 /* PROPS */, ["icon", "tooltip", "selected", "onClick"]);
2101
- }), 128 /* KEYED_FRAGMENT */))])]),
2102
- _: 1 /* STABLE */
2103
- }, 8 /* PROPS */, ["trigger"])) : createCommentVNode("v-if", true), _ctx.toolbarButtonRef ? (openBlock(), createBlock(_component_OrMenu, {
2104
- key: 3,
2105
- ref: 'menuRef',
2106
- trigger: _ctx.toolbarButtonRef[_ctx.getIndexOfHeading] && _ctx.toolbarButtonRef[_ctx.getIndexOfHeading].root,
2107
- placement: 'bottom-start'
2108
- }, {
2109
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.headingLevels, heading => {
2110
- return openBlock(), createBlock(_component_OrMenuItem, {
2111
- key: heading,
2112
- selected: _ctx.activeHeadingLevel === heading,
2113
- onClick: $event => _ctx.handleToolbarClick('heading', heading)
2114
- }, {
2115
- default: withCtx(() => [createTextVNode(" Heading " + toDisplayString(heading), 1 /* TEXT */)]),
2116
- _: 2 /* DYNAMIC */
2117
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["selected", "onClick"]);
2118
- }), 128 /* KEYED_FRAGMENT */)), createVNode(_component_OrMenuItem, {
2119
- selected: !_ctx.activeHeadingLevel,
2120
- onClick: _cache[5] || (_cache[5] = $event => _ctx.handleToolbarClick('heading'))
2121
- }, {
2122
- default: withCtx(() => [createTextVNode(" None ")]),
2123
- _: 1 /* STABLE */
2124
- }, 8 /* PROPS */, ["selected"])]),
2125
- _: 1 /* STABLE */
2126
- }, 8 /* PROPS */, ["trigger"])) : createCommentVNode("v-if", true), createVNode(_component_OrModal, {
2127
- "is-open": _ctx.isOpenLinkModal,
2128
- size: 's'
2129
- }, {
2130
- header: withCtx(() => [createTextVNode(" Add Link ")]),
2131
- footer: withCtx(() => [createElementVNode("div", _hoisted_7, [createVNode(_component_OrButton, {
2132
- variant: 'contained',
2133
- onClick: _cache[8] || (_cache[8] = $event => _ctx.attachLink())
2134
- }, {
2135
- default: withCtx(() => [createTextVNode(" Save ")]),
2136
- _: 1 /* STABLE */
2137
- }), createVNode(_component_OrButton, {
2138
- variant: 'outlined',
2139
- onClick: _cache[9] || (_cache[9] = $event => _ctx.discardLink())
2140
- }, {
2141
- default: withCtx(() => [createTextVNode(" Cancel ")]),
2142
- _: 1 /* STABLE */
2143
- })])]),
2144
- default: withCtx(() => [createElementVNode("div", _hoisted_6, [createVNode(_component_OrInput, {
2145
- modelValue: _ctx.text,
2146
- "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => _ctx.text = $event),
2147
- label: 'Text',
2148
- placeholder: 'Enter text'
2149
- }, null, 8 /* PROPS */, ["modelValue"]), createVNode(_component_OrInput, {
2150
- modelValue: _ctx.link,
2151
- "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.link = $event),
2152
- label: 'Link',
2153
- placeholder: 'Enter link'
2154
- }, null, 8 /* PROPS */, ["modelValue"])])]),
2155
- _: 1 /* STABLE */
2156
- }, 8 /* PROPS */, ["is-open"])], 2 /* CLASS */);
2157
- }
2158
-
2159
- var css_248z$2 = ".tiptap-editor-v3 .is-editor-empty::before {\n float: left;\n height: 0;\n pointer-events: none;\n content: attr(data-placeholder);\n}";
2160
- styleInject(css_248z$2);
2161
-
2162
- script$v.render = render$a;
2163
- script$v.__file = "src/components/or-rich-text-editor-v3/OrRichTextEditor.vue";
2164
-
2165
- function render$9(_ctx, _cache, $props, $setup, $data, $options) {
2166
- const _component_OrPopover = resolveComponent("OrPopover");
2167
- return openBlock(), createElementBlock("div", {
2168
- ref: 'root',
2169
- class: normalizeClass(_ctx.rootStyles),
2170
- onClick: _cache[1] || (_cache[1] = $event => _ctx.behavior === 'click' && _ctx.toggle())
2171
- }, [renderSlot(_ctx.$slots, "default"), _ctx.$slots['header'] || _ctx.$slots['content'] || _ctx.$slots['footer'] ? (openBlock(), createBlock(_component_OrPopover, {
2172
- key: 0,
2173
- ref: 'popover',
2174
- class: normalizeClass(_ctx.popoverStyles),
2175
- "custom-styles": _ctx.popoverStyles,
2176
- "is-open": _ctx.state === 'open',
2177
- variant: 'popover',
2178
- trigger: _ctx.root,
2179
- placement: _ctx.placement,
2180
- offset: _ctx.offset,
2181
- "disable-default-styles": true,
2182
- "onUpdate:state": _cache[0] || (_cache[0] = $event => $event === 'open' ? _ctx.open() : _ctx.close())
2183
- }, {
2184
- default: withCtx(() => [_ctx.$slots['header'] ? (openBlock(), createElementBlock("div", {
2185
- key: 0,
2186
- class: normalizeClass(_ctx.headerStyles)
2187
- }, [renderSlot(_ctx.$slots, "header")], 2 /* CLASS */)) : createCommentVNode("v-if", true), _ctx.$slots['content'] ? (openBlock(), createElementBlock("div", {
2188
- key: 1,
2189
- class: normalizeClass(_ctx.contentStyles)
2190
- }, [renderSlot(_ctx.$slots, "content")], 2 /* CLASS */)) : createCommentVNode("v-if", true), _ctx.$slots['footer'] ? (openBlock(), createElementBlock("div", {
2191
- key: 2,
2192
- class: normalizeClass(_ctx.footerStyles)
2193
- }, [renderSlot(_ctx.$slots, "footer")], 2 /* CLASS */)) : createCommentVNode("v-if", true)]),
2194
- _: 3 /* FORWARDED */
2195
- }, 8 /* PROPS */, ["class", "custom-styles", "is-open", "trigger", "placement", "offset"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
2196
- }
2197
-
2198
- script$w.render = render$9;
2199
- script$w.__file = "src/components/or-rich-tooltip-v3/OrRichTooltip.vue";
2200
-
2201
- function render$8(_ctx, _cache, $props, $setup, $data, $options) {
2202
- const _component_OrSegmentedControlItem = resolveComponent("OrSegmentedControlItem");
2203
- return openBlock(), createElementBlock("div", {
2204
- ref: 'root',
2205
- class: normalizeClass(_ctx.rootStyles)
2206
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, option => {
2207
- return openBlock(), createBlock(_component_OrSegmentedControlItem, {
2208
- key: option.value,
2209
- size: _ctx.size,
2210
- selected: option.value === _ctx.proxyModelValue,
2211
- disabled: _ctx.disabled,
2212
- onClick: withModifiers($event => _ctx.proxyModelValue = option.value, ["stop"])
2213
- }, {
2214
- default: withCtx(() => [createTextVNode(toDisplayString(option.label), 1 /* TEXT */)]),
2215
- _: 2 /* DYNAMIC */
2216
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["size", "selected", "disabled", "onClick"]);
2217
- }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */);
2218
- }
2219
-
2220
- script$x.render = render$8;
2221
- script$x.__file = "src/components/or-segmented-control-v3/OrSegmentedControl.vue";
2222
-
2223
- function render$7(_ctx, _cache, $props, $setup, $data, $options) {
2224
- const _component_OrResizeablePanel = resolveComponent("OrResizeablePanel");
2225
- return openBlock(), createBlock(_component_OrResizeablePanel, {
2226
- "is-open": _ctx.state === 'open',
2227
- width: _ctx.width,
2228
- "min-width": _ctx.minWidth,
2229
- "max-width": _ctx.maxWidth,
2230
- padding: 'none',
2231
- placement: _ctx.placement,
2232
- resizeable: _ctx.resizeable,
2233
- collapsible: _ctx.collapsible,
2234
- "onUpdate:state": _cache[0] || (_cache[0] = $event => $event === 'open' ? _ctx.open() : _ctx.close()),
2235
- onResize: _cache[1] || (_cache[1] = $event => _ctx.$emit('resize', $event))
2236
- }, createSlots({
2237
- default: withCtx(() => [createElementVNode("div", {
2238
- ref: 'root',
2239
- class: normalizeClass(_ctx.rootStyles)
2240
- }, [_ctx.$slots.header ? (openBlock(), createElementBlock("header", {
2241
- key: 0,
2242
- class: normalizeClass(_ctx.headerStyles)
2243
- }, [renderSlot(_ctx.$slots, "header")], 2 /* CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
2244
- class: normalizeClass(_ctx.contentStyles)
2245
- }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */), _ctx.$slots.footer ? (openBlock(), createElementBlock("footer", {
2246
- key: 1,
2247
- class: normalizeClass(_ctx.footerStyles)
2248
- }, [renderSlot(_ctx.$slots, "footer")], 2 /* CLASS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */)]),
2249
- _: 2 /* DYNAMIC */
2250
- }, [!!_ctx.$slots.toolbar ? {
2251
- name: "toolbar",
2252
- fn: withCtx(() => [renderSlot(_ctx.$slots, "toolbar")]),
2253
- key: "0"
2254
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["is-open", "width", "min-width", "max-width", "placement", "resizeable", "collapsible"]);
2255
- }
2256
-
2257
- script$y.render = render$7;
2258
- script$y.__file = "src/components/or-sidebar-v3/OrSidebar.vue";
2259
-
2260
- const _hoisted_1$2 = {
2261
- class: /*#__PURE__*/normalizeClass(['truncate'])
2262
- };
2263
- function render$6(_ctx, _cache, $props, $setup, $data, $options) {
2264
- const _component_OrIndicator = resolveComponent("OrIndicator");
2265
- return openBlock(), createElementBlock("div", {
2266
- ref: 'root',
2267
- class: normalizeClass(_ctx.rootStyles)
2268
- }, [createVNode(_component_OrIndicator, normalizeProps(guardReactiveProps(_ctx.indicatorProps)), null, 16 /* FULL_PROPS */), createElementVNode("span", _hoisted_1$2, [renderSlot(_ctx.$slots, "default")]), _ctx.timestamp ? (openBlock(), createElementBlock("span", {
2269
- key: 0,
2270
- class: normalizeClass(_ctx.timestampStyles)
2271
- }, " (" + toDisplayString(_ctx.formatTimeAgo(_ctx.timestamp)) + ") ", 3 /* TEXT, CLASS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
2272
- }
2273
-
2274
- script$z.render = render$6;
2275
- script$z.__file = "src/components/or-status-v3/OrStatus.vue";
2276
-
2277
- function render$5(_ctx, _cache, $props, $setup, $data, $options) {
2278
- const _component_OrTab = resolveComponent("OrTab");
2279
- const _component_OrIcon = resolveComponent("OrIcon");
2280
- const _component_OrMenuItem = resolveComponent("OrMenuItem");
2281
- const _component_OrMenu = resolveComponent("OrMenu");
2282
- return openBlock(), createElementBlock("div", {
2283
- class: normalizeClass(_ctx.containerStyles)
2284
- }, [createElementVNode("div", {
2285
- ref: 'root',
2286
- class: normalizeClass(_ctx.rootStyles)
2287
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs.normal, tab => {
2288
- return openBlock(), createBlock(_component_OrTab, {
2289
- key: tab.value,
2290
- selected: tab.value === _ctx.proxyModelValue,
2291
- invalid: tab.invalid,
2292
- disabled: tab.disabled,
2293
- onClick: withModifiers($event => _ctx.selectTab(tab), ["stop"])
2294
- }, {
2295
- default: withCtx(() => [renderSlot(_ctx.$slots, "tab", {
2296
- tab: tab,
2297
- activeTab: _ctx.activeTab
2298
- }, () => [createTextVNode(toDisplayString(tab.label), 1 /* TEXT */)])]),
2299
- _: 2 /* DYNAMIC */
2300
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["selected", "invalid", "disabled", "onClick"]);
2301
- }), 128 /* KEYED_FRAGMENT */)), _ctx.tabs.hidden.length > 0 ? (openBlock(), createElementBlock(Fragment, {
2302
- key: 0
2303
- }, [createVNode(_component_OrTab, {
2304
- ref: 'overflowTab',
2305
- onClick: _cache[0] || (_cache[0] = withModifiers($event => _ctx.overflowMenu && _ctx.overflowMenu.toggle(), ["stop"]))
2306
- }, {
2307
- default: withCtx(() => [createVNode(_component_OrIcon, {
2308
- icon: 'more_horiz',
2309
- variant: 'filled-bold'
2310
- })]),
2311
- _: 1 /* STABLE */
2312
- }), createVNode(_component_OrMenu, {
2313
- ref: 'overflowMenu',
2314
- trigger: _ctx.overflowTabRoot
2315
- }, {
2316
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs.hidden, tab => {
2317
- return openBlock(), createBlock(_component_OrMenuItem, {
2318
- key: tab.value,
2319
- disabled: tab.disabled,
2320
- onClick: withModifiers($event => {
2321
- _ctx.selectTab(tab);
2322
- _ctx.overflowMenu && _ctx.overflowMenu.close();
2323
- }, ["stop"])
2324
- }, {
2325
- default: withCtx(() => [createTextVNode(toDisplayString(tab.label), 1 /* TEXT */)]),
2326
- _: 2 /* DYNAMIC */
2327
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled", "onClick"]);
2328
- }), 128 /* KEYED_FRAGMENT */))]),
2329
- _: 1 /* STABLE */
2330
- }, 8 /* PROPS */, ["trigger"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
2331
- class: normalizeClass(_ctx.contentStyles)
2332
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, tab => {
2333
- return openBlock(), createElementBlock(Fragment, null, [_ctx.isTabRendered(tab.value) ? withDirectives((openBlock(), createElementBlock("div", {
2334
- key: tab.value,
2335
- class: "contents"
2336
- }, [renderSlot(_ctx.$slots, String(tab.value))])), [[vShow, String(_ctx.proxyModelValue) === String(tab.value)]]) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */);
2337
- }), 256 /* UNKEYED_FRAGMENT */))], 2 /* CLASS */)], 2 /* CLASS */);
2338
- }
2339
-
2340
- script$A.render = render$5;
2341
- script$A.__file = "src/components/or-tabs-v3/OrTabs.vue";
2342
-
2343
- const _hoisted_1$1 = ["name", "rows", "autocomplete", "placeholder", "required", "readonly", "disabled"];
2344
- function render$4(_ctx, _cache, $props, $setup, $data, $options) {
2345
- const _component_OrLabel = resolveComponent("OrLabel");
2346
- const _component_OrInputBox = resolveComponent("OrInputBox");
2347
- const _component_OrHint = resolveComponent("OrHint");
2348
- const _component_OrError = resolveComponent("OrError");
2349
- return openBlock(), createElementBlock("div", {
2350
- ref: 'root',
2351
- class: normalizeClass(_ctx.rootStyles)
2352
- }, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
2353
- key: 0,
2354
- "control-id": _ctx.attributes.id,
2355
- variant: 'input',
2356
- required: _ctx.required,
2357
- disabled: _ctx.disabled
2358
- }, {
2359
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
2360
- default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
2361
- _: 3 /* FORWARDED */
2362
- }, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
2363
- variant: _ctx.variant,
2364
- size: _ctx.size,
2365
- invalid: !!_ctx.error,
2366
- readonly: _ctx.readonly,
2367
- disabled: _ctx.disabled
2368
- }, {
2369
- default: withCtx(() => [withDirectives(createElementVNode("textarea", mergeProps({
2370
- ref: 'control'
2371
- }, _ctx.attributes, {
2372
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.model = $event),
2373
- class: _ctx.controlStyles,
2374
- style: _ctx.controlInlineStyles,
2375
- name: _ctx.name,
2376
- rows: _ctx.rows,
2377
- autocomplete: _ctx.autocomplete,
2378
- placeholder: _ctx.placeholder,
2379
- required: _ctx.required,
2380
- readonly: _ctx.readonly,
2381
- disabled: _ctx.disabled,
2382
- onInput: _cache[1] || (_cache[1] = $event => _ctx.$emit('input', $event)),
2383
- onKeydown: _cache[2] || (_cache[2] = $event => _ctx.$emit('keydown', $event)),
2384
- onKeyup: _cache[3] || (_cache[3] = $event => _ctx.$emit('keyup', $event)),
2385
- onFocus: _cache[4] || (_cache[4] = $event => _ctx.$emit('focus', $event)),
2386
- onBlur: _cache[5] || (_cache[5] = $event => _ctx.$emit('blur', $event))
2387
- }), null, 16 /* FULL_PROPS */, _hoisted_1$1), [[vModelText, _ctx.model, void 0, {
2388
- trim: true
2389
- }]])]),
2390
- _: 1 /* STABLE */
2391
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? withDirectives((openBlock(), createBlock(_component_OrHint, {
2392
- key: 1,
2393
- disabled: _ctx.disabled
2394
- }, createSlots({
2395
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
2396
- _: 2 /* DYNAMIC */
2397
- }, [_ctx.maxLength ? {
2398
- name: "addon",
2399
- fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
2400
- key: "0"
2401
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
2402
- disabled: _ctx.disabled
2403
- }, createSlots({
2404
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
2405
- _: 2 /* DYNAMIC */
2406
- }, [_ctx.maxLength ? {
2407
- name: "addon",
2408
- fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
2409
- key: "0"
2410
- } : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
2411
- }
2412
-
2413
- var css_248z$1 = "\ntextarea[data-v-10a22fb4] {\n min-width: 0;\n background: none;\n outline: none;\n}\n";
2414
- styleInject(css_248z$1);
2415
-
2416
- script$B.render = render$4;
2417
- script$B.__scopeId = "data-v-10a22fb4";
2418
- script$B.__file = "src/components/or-textarea-v3/OrTextarea.vue";
2419
-
2420
- function render$3(_ctx, _cache, $props, $setup, $data, $options) {
2421
- return openBlock(), createElementBlock("div", {
2422
- ref: 'root',
2423
- class: normalizeClass(_ctx.rootStyles)
2424
- }, [_ctx.modelValue ? (openBlock(), createElementBlock(Fragment, {
2425
- key: 0
2426
- }, [createTextVNode(toDisplayString(_ctx.formatTime(_ctx.modelValue, _ctx.resolvedFormat, _ctx.resolvedLocale)), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock(Fragment, {
2427
- key: 1
2428
- }, [createTextVNode(toDisplayString(_ctx.placeholder), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */))], 2 /* CLASS */);
2429
- }
2430
-
2431
- script$C.render = render$3;
2432
- script$C.__file = "src/components/or-time-format-v3/OrTimeFormat.vue";
2433
-
2434
- const _hoisted_1 = {
2435
- class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-md'])
2436
- };
2437
- const _hoisted_2 = /*#__PURE__*/createElementVNode("div", {
2438
- class: /*#__PURE__*/normalizeClass(['grow'])
2439
- }, null, -1 /* HOISTED */);
2440
- function render$2(_ctx, _cache, $props, $setup, $data, $options) {
2441
- const _component_OrLabel = resolveComponent("OrLabel");
2442
- const _component_OrDateTimePickerTimeControl = resolveComponent("OrDateTimePickerTimeControl");
2443
- const _component_OrDateTimePickerMobileControl = resolveComponent("OrDateTimePickerMobileControl");
2444
- const _component_OrDateTimePickerPopoverHeader = resolveComponent("OrDateTimePickerPopoverHeader");
2445
- const _component_OrDateTimePickerTimeSelect = resolveComponent("OrDateTimePickerTimeSelect");
2446
- const _component_OrDateTimePickerPopoverFooter = resolveComponent("OrDateTimePickerPopoverFooter");
2447
- const _component_OrPopover = resolveComponent("OrPopover");
2448
- const _component_OrIconButton = resolveComponent("OrIconButton");
2449
- const _component_OrIcon = resolveComponent("OrIcon");
2450
- const _component_OrInputBox = resolveComponent("OrInputBox");
2451
- const _component_OrHint = resolveComponent("OrHint");
2452
- const _component_OrError = resolveComponent("OrError");
2453
- const _directive_dropdown_open = resolveDirective("dropdown-open");
2454
- const _directive_dropdown_close = resolveDirective("dropdown-close");
2455
- return openBlock(), createElementBlock("div", {
2456
- ref: 'root',
2457
- class: normalizeClass(_ctx.rootStyles)
2458
- }, [_ctx.$slots.label || _ctx.$slots.addon || _ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
2459
- key: 0,
2460
- variant: 'input',
2461
- required: _ctx.required,
2462
- disabled: _ctx.disabled
2463
- }, {
2464
- addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
2465
- default: withCtx(() => [renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
2466
- _: 3 /* FORWARDED */
2467
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
2468
- ref: 'inputBox',
2469
- variant: _ctx.variant,
2470
- size: _ctx.size,
2471
- invalid: !!_ctx.error,
2472
- readonly: _ctx.readonly,
2473
- disabled: _ctx.disabled
2474
- }, {
2475
- addon: withCtx(() => [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
2476
- key: 0,
2477
- icon: 'close',
2478
- color: 'inherit',
2479
- disabled: _ctx.readonly || _ctx.disabled,
2480
- onClick: _cache[9] || (_cache[9] = withModifiers($event => _ctx.$emit('update:modelValue', undefined), ["stop"]))
2481
- }, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
2482
- key: 1,
2483
- icon: 'schedule',
2484
- variant: 'outlined'
2485
- }))]),
2486
- default: withCtx(() => [withDirectives(createVNode(_component_OrDateTimePickerTimeControl, {
2487
- modelValue: _ctx.draftFrom,
2488
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.draftFrom = $event),
2489
- class: normalizeClass(['!border-0']),
2490
- format: _ctx.resolvedFormat,
2491
- locale: _ctx.resolvedLocale,
2492
- selected: _ctx.popover && _ctx.popover.state === 'open' && _ctx.activeControl === 'from',
2493
- required: _ctx.required,
2494
- readonly: _ctx.readonly,
2495
- disabled: _ctx.disabled
2496
- }, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), createTextVNode(" - "), withDirectives(createVNode(_component_OrDateTimePickerTimeControl, {
2497
- modelValue: _ctx.draftTo,
2498
- "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.draftTo = $event),
2499
- class: normalizeClass(['!border-0']),
2500
- format: _ctx.resolvedFormat,
2501
- locale: _ctx.resolvedLocale,
2502
- selected: _ctx.popover && _ctx.popover.state === 'open' && _ctx.activeControl === 'to',
2503
- required: _ctx.required,
2504
- readonly: _ctx.readonly,
2505
- disabled: _ctx.disabled
2506
- }, null, 8 /* PROPS */, ["modelValue", "format", "locale", "selected", "required", "readonly", "disabled"]), [[_directive_dropdown_open, () => _ctx.openPopover('to')], [_directive_dropdown_close, _ctx.closePopover]]), createVNode(_component_OrPopover, {
2507
- ref: 'popover',
2508
- class: normalizeClass(_ctx.popoverStyles),
2509
- "custom-styles": _ctx.popoverStyles,
2510
- variant: 'auto',
2511
- "bottom-sheet-props": {
2512
- variant: 'basic'
2513
- },
2514
- trigger: _ctx.anchor || _ctx.inputBoxRoot,
2515
- placement: 'bottom-start',
2516
- "fallback-placement": 'start',
2517
- onClose: _cache[8] || (_cache[8] = $event => _ctx.reset())
2518
- }, {
2519
- default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
2520
- default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
2521
- label: 'Start Time',
2522
- selected: _ctx.activeControl === 'from',
2523
- onClick: _cache[2] || (_cache[2] = $event => _ctx.activeControl = 'from')
2524
- }, {
2525
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draftFrom ? _ctx.formatMobileTime(_ctx.draftFrom, _ctx.resolvedFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
2526
- _: 1 /* STABLE */
2527
- }, 8 /* PROPS */, ["selected"]), createTextVNode(" - "), createVNode(_component_OrDateTimePickerMobileControl, {
2528
- label: 'End Time',
2529
- selected: _ctx.activeControl === 'to',
2530
- onClick: _cache[3] || (_cache[3] = $event => _ctx.activeControl = 'to')
2531
- }, {
2532
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.draftTo ? _ctx.formatMobileTime(_ctx.draftTo, _ctx.resolvedFormat, _ctx.resolvedLocale) : '--'), 1 /* TEXT */)]),
2533
- _: 1 /* STABLE */
2534
- }, 8 /* PROPS */, ["selected"])]),
2535
- _: 1 /* STABLE */
2536
- }), createElementVNode("div", _hoisted_1, [_ctx.isDesktop || _ctx.isMobile && _ctx.activeControl === 'from' ? (openBlock(), createBlock(_component_OrDateTimePickerTimeSelect, {
2537
- key: 0,
2538
- modelValue: _ctx.draftFrom,
2539
- "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => _ctx.draftFrom = $event),
2540
- class: normalizeClass(['grow']),
2541
- "initial-value": _ctx.initialValueFrom,
2542
- format: _ctx.resolvedFormat,
2543
- locale: _ctx.resolvedLocale,
2544
- "hour-step": _ctx.hourStep,
2545
- "minute-step": _ctx.minuteStep,
2546
- "hours-filter": _ctx.startTimeHoursFilter,
2547
- "minutes-filter": _ctx.startTimeMinutesFilter,
2548
- "is-active": _ctx.popover && _ctx.popover.state === 'open'
2549
- }, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "hour-step", "minute-step", "hours-filter", "minutes-filter", "is-active"])) : createCommentVNode("v-if", true), _ctx.isDesktop || _ctx.isMobile && _ctx.activeControl === 'to' ? (openBlock(), createBlock(_component_OrDateTimePickerTimeSelect, {
2550
- key: 1,
2551
- modelValue: _ctx.draftTo,
2552
- "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => _ctx.draftTo = $event),
2553
- class: normalizeClass(['grow']),
2554
- "initial-value": _ctx.initialValueTo,
2555
- format: _ctx.resolvedFormat,
2556
- locale: _ctx.resolvedLocale,
2557
- "hour-step": _ctx.hourStep,
2558
- "minute-step": _ctx.minuteStep,
2559
- "hours-filter": _ctx.endTimeHoursFilter,
2560
- "minutes-filter": _ctx.endTimeMinutesFilter,
2561
- "is-active": _ctx.popover && _ctx.popover.state === 'open'
2562
- }, null, 8 /* PROPS */, ["modelValue", "initial-value", "format", "locale", "hour-step", "minute-step", "hours-filter", "minutes-filter", "is-active"])) : createCommentVNode("v-if", true)]), createVNode(_component_OrDateTimePickerPopoverFooter, {
2563
- disabled: _ctx.invalid,
2564
- onApply: _cache[6] || (_cache[6] = $event => {
2565
- _ctx.apply();
2566
- _ctx.popover && _ctx.popover.close();
2567
- }),
2568
- onReset: _cache[7] || (_cache[7] = $event => {
2569
- _ctx.reset();
2570
- _ctx.popover && _ctx.popover.close();
2571
- })
2572
- }, null, 8 /* PROPS */, ["disabled"])]),
2573
- _: 1 /* STABLE */
2574
- }, 8 /* PROPS */, ["class", "custom-styles", "trigger"]), _hoisted_2]),
2575
- _: 1 /* STABLE */
2576
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, () => _ctx.openPopover('from')], [_directive_dropdown_close, _ctx.closePopover]]), _ctx.$slots.hint || _ctx.hint ? withDirectives((openBlock(), createBlock(_component_OrHint, {
2577
- key: 1,
2578
- disabled: _ctx.disabled
2579
- }, {
2580
- default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
2581
- _: 3 /* FORWARDED */
2582
- }, 8 /* PROPS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
2583
- disabled: _ctx.disabled
2584
- }, {
2585
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
2586
- _: 1 /* STABLE */
2587
- }, 8 /* PROPS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
2588
- }
2589
-
2590
- script$D.render = render$2;
2591
- script$D.__file = "src/components/or-time-range-picker-v3/OrTimeRangePicker.vue";
2592
-
2593
- function render$1(_ctx, _cache, $props, $setup, $data, $options) {
2594
- const _component_OrToast = resolveComponent("OrToast");
2595
- const _component_OrTeleport = resolveComponent("OrTeleport");
2596
- return openBlock(), createBlock(_component_OrTeleport, {
2597
- disabled: _ctx.isActive
2598
- }, {
2599
- default: withCtx(() => [createElementVNode("div", {
2600
- ref: 'root',
2601
- class: normalizeClass(_ctx.classes)
2602
- }, [createVNode(TransitionGroup, {
2603
- name: _ctx.transitionName,
2604
- tag: "div",
2605
- class: "contents",
2606
- onAfterLeave: _ctx.onToastHidden
2607
- }, {
2608
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.queue, toastConfiguration => {
2609
- return openBlock(), createBlock(_component_OrToast, mergeProps(toastConfiguration.toastProps, {
2610
- key: toastConfiguration.hash,
2611
- onClick: $event => _ctx.onClick(toastConfiguration.toastBehaviour),
2612
- onMouseenter: $event => _ctx.onToastEnter(toastConfiguration),
2613
- onMouseleave: $event => _ctx.onToastLeave(toastConfiguration),
2614
- onClose: $event => _ctx.toastRemove(toastConfiguration)
2615
- }), null, 16 /* FULL_PROPS */, ["onClick", "onMouseenter", "onMouseleave", "onClose"]);
2616
- }), 128 /* KEYED_FRAGMENT */))]),
2617
- _: 1 /* STABLE */
2618
- }, 8 /* PROPS */, ["name", "onAfterLeave"])], 2 /* CLASS */)]),
2619
- _: 1 /* STABLE */
2620
- }, 8 /* PROPS */, ["disabled"]);
2621
- }
2622
-
2623
- var css_248z = ".or-toast--transition-slide-enter-active[data-v-f1d54776],\n.or-toast--transition-slide-leave-active[data-v-f1d54776] {\n transition: transform 0.4s ease;\n}\n.or-toast--transition-slide-enter-from.or-toast--position-right[data-v-f1d54776],\n.or-toast--transition-slide-leave-to.or-toast--position-right[data-v-f1d54776] {\n transform: translateX(999px);\n}\n.or-toast--transition-slide-enter-from.or-toast--position-left[data-v-f1d54776],\n.or-toast--transition-slide-leave-to.or-toast--position-left[data-v-f1d54776] {\n transform: translateX(-999px);\n}\n.or-toast--transition-fade-enter-active[data-v-f1d54776],\n.or-toast--transition-fade-leave-active[data-v-f1d54776] {\n transition: opacity 0.4s ease;\n}\n.or-toast--transition-fade-enter-from[data-v-f1d54776],\n.or-toast--transition-fade-leave-to[data-v-f1d54776] {\n opacity: 0;\n}";
2624
- styleInject(css_248z);
2625
-
2626
- script$E.render = render$1;
2627
- script$E.__scopeId = "data-v-f1d54776";
2628
- script$E.__file = "src/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue";
2629
-
2630
- function render(_ctx, _cache, $props, $setup, $data, $options) {
2631
- const _component_OrTreeNode = resolveComponent("OrTreeNode");
2632
- return openBlock(), createElementBlock("div", {
2633
- ref: 'root',
2634
- class: normalizeClass(_ctx.rootStyles)
2635
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.nodes, item => {
2636
- return openBlock(), createBlock(_component_OrTreeNode, {
2637
- key: item.key,
2638
- node: item,
2639
- expanded: item.expanded,
2640
- selected: item.selected,
2641
- draggable: !item.hasOwnProperty('draggable') || item.draggable === null ? _ctx.draggable : item.draggable,
2642
- onDrop: _cache[0] || (_cache[0] = $event => _ctx.$emit('drop', $event)),
2643
- onDragstart: _cache[1] || (_cache[1] = $event => _ctx.$emit('dragstart', $event)),
2644
- onClick: _cache[2] || (_cache[2] = $event => _ctx.$emit('click', $event)),
2645
- onCollapse: _cache[3] || (_cache[3] = $event => _ctx.$emit('collapse', $event)),
2646
- onExpand: _cache[4] || (_cache[4] = $event => _ctx.$emit('expand', $event)),
2647
- onContextmenu: _cache[5] || (_cache[5] = $event => _ctx.$emit('contextmenu', $event))
2648
- }, {
2649
- node: withCtx(props => [renderSlot(_ctx.$slots, "node", normalizeProps(guardReactiveProps(props)))]),
2650
- _: 2 /* DYNAMIC */
2651
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["node", "expanded", "selected", "draggable"]);
2652
- }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */);
2653
- }
2654
-
2655
- script$F.render = render;
2656
- script$F.__file = "src/components/or-tree-v3/OrTree.vue";
2657
-
2658
- export { script as OrAutocompleteV3, script$1 as OrAvatarV3, script$2 as OrButtonGroupV3, script$3 as OrCardCollectionV3, script$4 as OrCardV3, script$5 as OrCheckboxGroupV3, script$6 as OrCodeV3, script$7 as OrCombinedInputV3, script$8 as OrConfirmV3, script$9 as OrContextMenuV3, script$c as OrDataGridV3, script$d as OrDateFormatV3, script$e as OrDateRangePickerV3, script$f as OrDateTimeFormatV3, script$g as OrDrawerV3, script$h as OrDropAreaV3, script$i as OrEditorTabsV3, script$j as OrEmptyStateV3, script$k as OrErrorTagV3, script$l as OrFabV3, script$m as OrFilterV3, script$n as OrInlineInputV3, script$o as OrInlineTextareaV3, script$p as OrLinkV3, script$q as OrListV3, script$r as OrProgressV3, script$s as OrRadioGroupV3, script$u as OrRangeSliderV3, script$v as OrRichTextEditorV3, script$w as OrRichTooltipV3, script$x as OrSegmentedControlV3, script$y as OrSidebarV3, script$a as OrSkeletonCircleV3, script$b as OrSkeletonRectV3, script$t as OrSliderV3, script$z as OrStatusV3, script$A as OrTabsV3, script$B as OrTextareaV3, script$C as OrTimeFormatV3, script$D as OrTimeRangePickerV3, script$E as OrToastContainerV3, script$F as OrTreeV3 };