origam 0.3.5 → 0.3.6

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 (226) hide show
  1. package/dist/src/components/Dialog/OrigamDialog.vue +1 -1
  2. package/dist/src/components/Dialog/OrigamDialogConfirmation.vue +1 -1
  3. package/dist/src/components/Divider/OrigamDivider.vue +1 -1
  4. package/dist/src/components/Drawer/OrigamDrawer.vue +13 -13
  5. package/dist/src/components/ExpansionPanel/OrigamExpansionPanel.vue +1 -1
  6. package/dist/src/components/ExpansionPanel/OrigamExpansionPanelContent.vue +1 -1
  7. package/dist/src/components/ExpansionPanel/OrigamExpansionPanelHeader.vue +1 -1
  8. package/dist/src/components/ExpansionPanel/OrigamExpansionPanels.vue +1 -1
  9. package/dist/src/components/Field/OrigamField.vue +1 -1
  10. package/dist/src/components/FileField/OrigamFileField.vue +1 -1
  11. package/dist/src/components/Form/OrigamForm.vue +1 -1
  12. package/dist/src/components/Grids/OrigamRow.vue +1 -1
  13. package/dist/src/components/Grids/OrigamSpacer.vue +1 -1
  14. package/dist/src/components/Highlight/OrigamHighlight.vue +1 -1
  15. package/dist/src/components/Icon/OrigamIcon.vue +1 -1
  16. package/dist/src/components/Icon/OrigamLigatureIcon.vue +1 -1
  17. package/dist/src/components/Icon/OrigamSvgIcon.vue +4 -4
  18. package/dist/src/components/Img/OrigamImg.vue +6 -6
  19. package/dist/src/components/InfiniteScroll/OrigamInfiniteScroll.vue +8 -2
  20. package/dist/src/components/InfiniteScroll/OrigamInfiniteScrollIntersect.vue +1 -1
  21. package/dist/src/components/Input/OrigamInput.vue +1 -1
  22. package/dist/src/components/Label/OrigamLabel.vue +1 -1
  23. package/dist/src/components/Layout/OrigamLayout.vue +1 -1
  24. package/dist/src/components/Lazy/OrigamLazy.vue +1 -1
  25. package/dist/src/components/List/OrigamList.vue +1 -1
  26. package/dist/src/components/List/OrigamListChildren.vue +1 -1
  27. package/dist/src/components/List/OrigamListGroup.vue +1 -1
  28. package/dist/src/components/List/OrigamListGroupActivator.vue +1 -1
  29. package/dist/src/components/List/OrigamListItem.vue +1 -1
  30. package/dist/src/components/List/OrigamListSubheader.vue +1 -1
  31. package/dist/src/components/Loader/OrigamLoader.vue +1 -1
  32. package/dist/src/components/Main/OrigamMain.vue +1 -1
  33. package/dist/src/components/Menu/OrigamMenu.vue +1 -1
  34. package/dist/src/components/Messages/OrigamMessages.vue +1 -1
  35. package/dist/src/components/NumberField/OrigamNumberField.vue +1 -1
  36. package/dist/src/components/OtpInputField/OrigamOtpInputField.vue +1 -1
  37. package/dist/src/components/Overlay/OrigamOverlay.vue +1 -1
  38. package/dist/src/components/Overlay/OrigamOverlayScrim.vue +1 -1
  39. package/dist/src/components/PageBuilder/OrigamEditWrapper.vue +1 -1
  40. package/dist/src/components/PageBuilder/OrigamPageBuilder.vue +1 -1
  41. package/dist/src/components/Pagination/OrigamPagination.vue +1 -1
  42. package/dist/src/components/Parallax/OrigamParallax.vue +1 -1
  43. package/dist/src/components/Parallax/OrigamParallaxElement.vue +1 -1
  44. package/dist/src/components/PasswordField/OrigamPasswordField.vue +1 -1
  45. package/dist/src/components/Picker/OrigamPicker.vue +1 -1
  46. package/dist/src/components/Picker/OrigamPickerTitle.vue +1 -1
  47. package/dist/src/components/Progress/OrigamProgress.vue +1 -1
  48. package/dist/src/components/Progress/OrigamProgressCircular.vue +1 -1
  49. package/dist/src/components/Progress/OrigamProgressLinear.vue +1 -1
  50. package/dist/src/components/Radio/OrigamRadio.vue +1 -1
  51. package/dist/src/components/Radio/OrigamRadioBtn.vue +1 -1
  52. package/dist/src/components/Radio/OrigamRadioGroup.vue +1 -1
  53. package/dist/src/components/RatingField/OrigamRatingField.vue +1 -1
  54. package/dist/src/components/RatingField/OrigamRatingFieldItem.vue +1 -1
  55. package/dist/src/components/Responsive/OrigamResponsive.vue +9 -1
  56. package/dist/src/components/Select/OrigamSelect.vue +13 -13
  57. package/dist/src/components/SelectionControl/OrigamSelectionControl.vue +1 -1
  58. package/dist/src/components/SelectionControl/OrigamSelectionControlGroup.vue +1 -1
  59. package/dist/src/components/Sheet/OrigamSheet.vue +1 -1
  60. package/dist/src/components/Slide/OrigamSlideGroup.vue +1 -1
  61. package/dist/src/components/SliderField/OrigamSliderField.vue +1 -1
  62. package/dist/src/components/SliderField/OrigamSliderFieldThumb.vue +1 -1
  63. package/dist/src/components/SliderField/OrigamSliderFieldTrack.vue +1 -1
  64. package/dist/src/components/Snackbar/OrigamSnackbar.vue +13 -13
  65. package/dist/src/components/Switch/OrigamSwitch.vue +8 -2
  66. package/dist/src/components/SystemBar/OrigamSystemBar.vue +1 -1
  67. package/dist/src/components/Table/OrigamTable.vue +1 -1
  68. package/dist/src/components/TextField/OrigamTextField.vue +1 -1
  69. package/dist/src/components/TextareaField/OrigamTextareaField.vue +5 -5
  70. package/dist/src/components/Title/OrigamTitle.vue +1 -1
  71. package/dist/src/components/Toolbar/OrigamToolbar.vue +1 -1
  72. package/dist/src/components/Tooltip/OrigamTooltip.vue +1 -1
  73. package/dist/src/components/Transition/OrigamExpandX.vue +1 -1
  74. package/dist/src/components/Transition/OrigamExpandY.vue +1 -1
  75. package/dist/src/components/Transition/OrigamTransition.vue +1 -1
  76. package/dist/src/components/Transition/OrigamTranslateScale.vue +1 -1
  77. package/dist/src/components/VirtualScroll/OrigamVirtualScroll.vue +1 -1
  78. package/dist/src/components/VirtualScroll/OrigamVirtualScrollItem.vue +1 -1
  79. package/dist/src/components/Window/OrigamWindow.vue +1 -1
  80. package/dist/src/components/Window/OrigamWindowItem.vue +1 -1
  81. package/dist/src/composables/Commons/activator.composable.cjs +1 -1
  82. package/dist/src/composables/Commons/activator.composable.d.ts +1 -1
  83. package/dist/src/composables/Commons/activator.composable.js +1 -1
  84. package/dist/src/composables/Commons/active.composable.cjs +1 -1
  85. package/dist/src/composables/Commons/active.composable.js +1 -1
  86. package/dist/src/composables/Commons/adjacent.composable.cjs +1 -1
  87. package/dist/src/composables/Commons/adjacent.composable.d.ts +1 -1
  88. package/dist/src/composables/Commons/adjacent.composable.js +1 -1
  89. package/dist/src/composables/Commons/border.composable.cjs +1 -1
  90. package/dist/src/composables/Commons/border.composable.d.ts +1 -1
  91. package/dist/src/composables/Commons/border.composable.js +1 -1
  92. package/dist/src/composables/Commons/calendar.composable.cjs +1 -1
  93. package/dist/src/composables/Commons/calendar.composable.js +1 -1
  94. package/dist/src/composables/Commons/color.composable.cjs +1 -1
  95. package/dist/src/composables/Commons/color.composable.d.ts +1 -1
  96. package/dist/src/composables/Commons/color.composable.js +1 -1
  97. package/dist/src/composables/Commons/date.composable.cjs +1 -1
  98. package/dist/src/composables/Commons/date.composable.js +1 -1
  99. package/dist/src/composables/Commons/density.composable.cjs +1 -1
  100. package/dist/src/composables/Commons/density.composable.d.ts +1 -1
  101. package/dist/src/composables/Commons/density.composable.js +1 -1
  102. package/dist/src/composables/Commons/dimension.composable.cjs +1 -1
  103. package/dist/src/composables/Commons/dimension.composable.js +1 -1
  104. package/dist/src/composables/Commons/display.composable.cjs +1 -1
  105. package/dist/src/composables/Commons/display.composable.js +1 -1
  106. package/dist/src/composables/Commons/dragResizer.composable.cjs +1 -1
  107. package/dist/src/composables/Commons/dragResizer.composable.d.ts +1 -1
  108. package/dist/src/composables/Commons/dragResizer.composable.js +1 -1
  109. package/dist/src/composables/Commons/elevation.composable.cjs +1 -1
  110. package/dist/src/composables/Commons/elevation.composable.d.ts +1 -1
  111. package/dist/src/composables/Commons/elevation.composable.js +1 -1
  112. package/dist/src/composables/Commons/eventListener.composable.cjs +1 -1
  113. package/dist/src/composables/Commons/eventListener.composable.js +1 -1
  114. package/dist/src/composables/Commons/filters.composable.cjs +1 -1
  115. package/dist/src/composables/Commons/filters.composable.d.ts +1 -1
  116. package/dist/src/composables/Commons/filters.composable.js +1 -1
  117. package/dist/src/composables/Commons/focus.composable.cjs +1 -1
  118. package/dist/src/composables/Commons/focus.composable.js +1 -1
  119. package/dist/src/composables/Commons/goTo.composable.cjs +1 -1
  120. package/dist/src/composables/Commons/goTo.composable.d.ts +1 -1
  121. package/dist/src/composables/Commons/goTo.composable.js +1 -1
  122. package/dist/src/composables/Commons/group.composable.cjs +1 -1
  123. package/dist/src/composables/Commons/group.composable.d.ts +1 -1
  124. package/dist/src/composables/Commons/group.composable.js +11 -11
  125. package/dist/src/composables/Commons/hotkey.composable.cjs +1 -1
  126. package/dist/src/composables/Commons/hotkey.composable.d.ts +1 -1
  127. package/dist/src/composables/Commons/hotkey.composable.js +1 -1
  128. package/dist/src/composables/Commons/hover.composable.cjs +1 -1
  129. package/dist/src/composables/Commons/hover.composable.js +1 -1
  130. package/dist/src/composables/Commons/hydration.composable.cjs +1 -1
  131. package/dist/src/composables/Commons/hydration.composable.js +1 -1
  132. package/dist/src/composables/Commons/intersectionObserver.composable.cjs +1 -1
  133. package/dist/src/composables/Commons/intersectionObserver.composable.js +1 -1
  134. package/dist/src/composables/Commons/items.composable.cjs +1 -1
  135. package/dist/src/composables/Commons/items.composable.js +1 -1
  136. package/dist/src/composables/Commons/layout.composable.cjs +1 -1
  137. package/dist/src/composables/Commons/layout.composable.d.ts +1 -1
  138. package/dist/src/composables/Commons/layout.composable.js +3 -3
  139. package/dist/src/composables/Commons/loader.composable.cjs +1 -1
  140. package/dist/src/composables/Commons/loader.composable.js +1 -1
  141. package/dist/src/composables/Commons/locale.composable.cjs +2 -2
  142. package/dist/src/composables/Commons/locale.composable.js +2 -2
  143. package/dist/src/composables/Commons/location.composable.cjs +1 -1
  144. package/dist/src/composables/Commons/location.composable.js +1 -1
  145. package/dist/src/composables/Commons/margin.composable.cjs +1 -1
  146. package/dist/src/composables/Commons/margin.composable.js +1 -1
  147. package/dist/src/composables/Commons/padding.composable.cjs +1 -1
  148. package/dist/src/composables/Commons/padding.composable.js +1 -1
  149. package/dist/src/composables/DataTable/expand.composable.cjs +1 -1
  150. package/dist/src/composables/DataTable/expand.composable.js +1 -1
  151. package/dist/src/composables/DataTable/group.composable.cjs +1 -1
  152. package/dist/src/composables/DataTable/group.composable.d.ts +1 -1
  153. package/dist/src/composables/DataTable/group.composable.js +1 -1
  154. package/dist/src/composables/DataTable/headers.composable.cjs +1 -1
  155. package/dist/src/composables/DataTable/headers.composable.d.ts +1 -1
  156. package/dist/src/composables/DataTable/headers.composable.js +1 -1
  157. package/dist/src/composables/DataTable/items.composable.cjs +1 -1
  158. package/dist/src/composables/DataTable/items.composable.d.ts +1 -1
  159. package/dist/src/composables/DataTable/items.composable.js +1 -1
  160. package/dist/src/composables/DataTable/pagination.composable.cjs +1 -1
  161. package/dist/src/composables/DataTable/pagination.composable.d.ts +1 -1
  162. package/dist/src/composables/DataTable/pagination.composable.js +1 -1
  163. package/dist/src/composables/Form/form.composable.cjs +1 -1
  164. package/dist/src/composables/Form/form.composable.js +1 -1
  165. package/dist/src/composables/Icon/icon.composable.cjs +1 -1
  166. package/dist/src/composables/Icon/icon.composable.d.ts +1 -1
  167. package/dist/src/composables/Icon/icon.composable.js +1 -1
  168. package/dist/src/composables/List/list.composable.cjs +1 -1
  169. package/dist/src/composables/List/list.composable.js +1 -1
  170. package/dist/src/composables/PageBuilder/editor.composable.cjs +1 -1
  171. package/dist/src/composables/PageBuilder/editor.composable.js +1 -1
  172. package/dist/src/consts/Btn/btn-toggle.const.d.ts +1 -1
  173. package/dist/src/consts/Commons/commons.const.d.ts +1 -1
  174. package/dist/src/consts/Commons/date.const.d.ts +1 -1
  175. package/dist/src/consts/Commons/display.const.d.ts +1 -1
  176. package/dist/src/consts/Commons/goTo.const.d.ts +1 -1
  177. package/dist/src/consts/Commons/layout.const.d.ts +1 -1
  178. package/dist/src/consts/Commons/locale.const.d.ts +1 -1
  179. package/dist/src/consts/DataTable/expand.const.d.ts +1 -1
  180. package/dist/src/consts/DataTable/group.const.d.ts +1 -1
  181. package/dist/src/consts/DataTable/headers.const.d.ts +1 -1
  182. package/dist/src/consts/ExpansionPanel/expansion-panel.const.d.ts +1 -1
  183. package/dist/src/consts/Form/form.const.d.ts +1 -1
  184. package/dist/src/consts/Icon/icon.const.d.ts +1 -1
  185. package/dist/src/consts/Icon/mdi.const.cjs +1 -1
  186. package/dist/src/consts/Icon/mdi.const.js +1 -1
  187. package/dist/src/consts/Menu/menu.const.d.ts +1 -1
  188. package/dist/src/consts/PageBuilder/edit.const.d.ts +1 -1
  189. package/dist/src/interfaces/Commons/activator.interface.d.ts +1 -1
  190. package/dist/src/interfaces/Commons/commons.interface.d.ts +1 -1
  191. package/dist/src/interfaces/Commons/display.interface.d.ts +1 -1
  192. package/dist/src/interfaces/Commons/intersect.interface.d.ts +1 -1
  193. package/dist/src/interfaces/Commons/layout.interface.d.ts +1 -1
  194. package/dist/src/interfaces/Commons/location.interface.d.ts +1 -1
  195. package/dist/src/interfaces/DataTable/data-table.interface.d.ts +1 -1
  196. package/dist/src/interfaces/DataTable/expand.interface.d.ts +1 -1
  197. package/dist/src/interfaces/DataTable/group.interface.d.ts +1 -1
  198. package/dist/src/interfaces/DataTable/headers.interface.d.ts +1 -1
  199. package/dist/src/interfaces/DataTable/items.interface.d.ts +1 -1
  200. package/dist/src/interfaces/ExpensionPanel/expansion-panel-content.interface.d.ts +1 -1
  201. package/dist/src/interfaces/Form/form.interface.d.ts +1 -1
  202. package/dist/src/types/Commons/commons.type.d.ts +1 -1
  203. package/dist/src/types/Commons/layout.type.d.ts +1 -1
  204. package/dist/src/types/Commons/location.type.d.ts +1 -1
  205. package/dist/src/types/Icon/icon.type.d.ts +1 -1
  206. package/dist/src/utils/Commons/activator.util.cjs +1 -1
  207. package/dist/src/utils/Commons/activator.util.d.ts +1 -1
  208. package/dist/src/utils/Commons/activator.util.js +1 -1
  209. package/dist/src/utils/Commons/commons.util.cjs +1 -1
  210. package/dist/src/utils/Commons/commons.util.d.ts +1 -1
  211. package/dist/src/utils/Commons/commons.util.js +3 -3
  212. package/dist/src/utils/Commons/date.util.cjs +1 -1
  213. package/dist/src/utils/Commons/date.util.js +1 -1
  214. package/dist/src/utils/Commons/forwardRefs.util.d.ts +1 -1
  215. package/dist/src/utils/Commons/getCurrentInstance.util.cjs +1 -1
  216. package/dist/src/utils/Commons/getCurrentInstance.util.js +1 -1
  217. package/dist/src/utils/Commons/goTo.util.d.ts +1 -1
  218. package/dist/src/utils/Commons/group.util.d.ts +1 -1
  219. package/dist/src/utils/Commons/layout.util.d.ts +1 -1
  220. package/dist/src/utils/Commons/locale.util.cjs +1 -1
  221. package/dist/src/utils/Commons/locale.util.d.ts +1 -1
  222. package/dist/src/utils/Commons/locale.util.js +1 -1
  223. package/dist/src/utils/Commons/location.util.cjs +1 -1
  224. package/dist/src/utils/Commons/location.util.d.ts +1 -1
  225. package/dist/src/utils/Commons/location.util.js +1 -1
  226. package/package.json +2 -3
@@ -123,13 +123,13 @@
123
123
  </template>
124
124
 
125
125
  <script setup>
126
+ import { computed, mergeProps, nextTick, ref, StyleValue, useSlots, watch } from "vue";
126
127
  import { OrigamBtn, OrigamCard, OrigamIcon, OrigamOverlay, OrigamTranslateScale } from "../../components";
127
128
  import { useProps, useScopeId, useStatus, useVModel } from "../../composables";
128
129
  import { IN_BROWSER } from "../../consts";
129
130
  import { vIntersect } from "../../directives";
130
131
  import { MDI_ICONS } from "../../enums";
131
132
  import { focusableChildren, forwardRefs } from "../../utils";
132
- import { computed, mergeProps, nextTick, ref, StyleValue, useSlots, watch } from "vue";
133
133
  const props = defineProps({
134
134
  fullscreen: { type: Boolean, required: false },
135
135
  retainFocus: { type: Boolean, required: false, default: true },
@@ -119,10 +119,10 @@
119
119
  </template>
120
120
 
121
121
  <script setup>
122
+ import { computed, ref, useSlots } from "vue";
122
123
  import { OrigamBtn, OrigamCol, OrigamContainer, OrigamDialog, OrigamRow } from "../../components";
123
124
  import { useProps, useVModel } from "../../composables";
124
125
  import { JUSTIFY } from "../../enums";
125
- import { computed, ref, useSlots } from "vue";
126
126
  const props = defineProps({
127
127
  cancellable: { type: Boolean, required: false, default: true },
128
128
  fullscreen: { type: Boolean, required: false },
@@ -8,10 +8,10 @@
8
8
  </template>
9
9
 
10
10
  <script setup>
11
+ import { computed, StyleValue, useAttrs } from "vue";
11
12
  import { useMargin, useProps } from "../../composables";
12
13
  import { DIRECTION } from "../../enums";
13
14
  import { convertToUnit } from "../../utils";
14
- import { computed, StyleValue, useAttrs } from "vue";
15
15
  const attrs = useAttrs();
16
16
  const props = defineProps({
17
17
  inset: { type: Boolean, required: false },
@@ -48,6 +48,19 @@
48
48
  </template>
49
49
 
50
50
  <script setup>
51
+ import {
52
+ computed,
53
+ ComputedRef,
54
+ nextTick,
55
+ onBeforeMount,
56
+ Ref,
57
+ ref,
58
+ shallowRef,
59
+ StyleValue,
60
+ toRef,
61
+ useSlots,
62
+ watch
63
+ } from "vue";
51
64
  import { OrigamOverlayScrim } from "../../components";
52
65
  import {
53
66
  useBackgroundColor,
@@ -69,19 +82,6 @@ import {
69
82
  } from "../../composables";
70
83
  import { INLINE } from "../../enums";
71
84
  import { getUid, int } from "../../utils";
72
- import {
73
- computed,
74
- ComputedRef,
75
- nextTick,
76
- onBeforeMount,
77
- Ref,
78
- ref,
79
- shallowRef,
80
- StyleValue,
81
- toRef,
82
- useSlots,
83
- watch
84
- } from "vue";
85
85
  const props = defineProps({
86
86
  disableResizeWatcher: { type: Boolean, required: false },
87
87
  disableRouteWatcher: { type: Boolean, required: false },
@@ -81,6 +81,7 @@
81
81
  </template>
82
82
 
83
83
  <script setup>
84
+ import { computed, provide, ref, StyleValue, toRef, useSlots } from "vue";
84
85
  import { OrigamExpansionPanelContent, OrigamExpansionPanelHeader } from "../../components";
85
86
  import {
86
87
  useBorder,
@@ -94,7 +95,6 @@ import {
94
95
  useRounded
95
96
  } from "../../composables";
96
97
  import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
97
- import { computed, provide, ref, StyleValue, toRef, useSlots } from "vue";
98
98
  const props = defineProps({
99
99
  tag: { type: String, required: false, default: "div" },
100
100
  id: { type: String, required: false },
@@ -24,6 +24,7 @@
24
24
  </template>
25
25
 
26
26
  <script setup>
27
+ import { computed, inject, StyleValue, toRef } from "vue";
27
28
  import { OrigamExpandY } from "../../components";
28
29
  import {
29
30
  useBorder,
@@ -36,7 +37,6 @@ import {
36
37
  useRounded
37
38
  } from "../../composables";
38
39
  import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
39
- import { computed, inject, StyleValue, toRef } from "vue";
40
40
  const props = defineProps({
41
41
  content: { type: null, required: false },
42
42
  color: { type: [String, Boolean, null], required: false, skipCheck: true },
@@ -83,6 +83,7 @@
83
83
  </template>
84
84
 
85
85
  <script setup>
86
+ import { computed, inject, StyleValue, toRef, useSlots } from "vue";
86
87
  import { OrigamAvatar, OrigamIcon } from "../../components";
87
88
  import {
88
89
  useAdjacent,
@@ -97,7 +98,6 @@ import {
97
98
  import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
98
99
  import { vRipple } from "../../directives";
99
100
  import { MDI_ICONS } from "../../enums";
100
- import { computed, inject, StyleValue, toRef, useSlots } from "vue";
101
101
  const props = defineProps({
102
102
  expandIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_DOWN },
103
103
  collapseIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_UP },
@@ -110,6 +110,7 @@
110
110
  </template>
111
111
 
112
112
  <script setup>
113
+ import { computed, StyleValue, toRef, useSlots } from "vue";
113
114
  import { OrigamExpansionPanel } from "../../components";
114
115
  import {
115
116
  useBorder,
@@ -123,7 +124,6 @@ import {
123
124
  useRounded
124
125
  } from "../../composables";
125
126
  import { ORIGAM_EXPANSION_PANEL_KEY } from "../../consts";
126
- import { computed, StyleValue, toRef, useSlots } from "vue";
127
127
  const props = defineProps({
128
128
  flat: { type: Boolean, required: false },
129
129
  items: { type: Array, required: false },
@@ -156,11 +156,11 @@
156
156
  </template>
157
157
 
158
158
  <script setup>
159
+ import { computed, ref, StyleValue, useSlots, watch } from "vue";
159
160
  import { OrigamAvatar, OrigamExpandX, OrigamIcon, OrigamLabel, OrigamProgress } from "../../components";
160
161
  import { useAdjacentInner, useBothColor, useDensity, useFocus, useLoader, useProps, useRtl } from "../../composables";
161
162
  import { EASING, KEYBOARD_VALUES, PROGRESS_TYPE } from "../../enums";
162
163
  import { animate, convertToUnit, getUid, nullifyTransforms } from "../../utils";
163
- import { computed, ref, StyleValue, useSlots, watch } from "vue";
164
164
  const props = defineProps({
165
165
  active: { type: Boolean, required: false },
166
166
  centerAffix: { type: Boolean, required: false },
@@ -217,11 +217,11 @@
217
217
  </template>
218
218
 
219
219
  <script setup>
220
+ import { computed, nextTick, ref, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
220
221
  import { OrigamChip, OrigamCounter, OrigamField, OrigamInput } from "../../components";
221
222
  import { useAdjacent, useAdjacentInner, useFocus, useLocale, useProps, useVModel } from "../../composables";
222
223
  import { DENSITY, MDI_ICONS } from "../../enums";
223
224
  import { filterInputAttrs, forwardRefs, humanReadableFileSize, wrapInArray } from "../../utils";
224
- import { computed, nextTick, ref, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
225
225
  const props = defineProps({
226
226
  chips: { type: Boolean, required: false },
227
227
  counter: { type: Boolean, required: false },
@@ -15,9 +15,9 @@
15
15
  </template>
16
16
 
17
17
  <script setup>
18
+ import { computed, ref, StyleValue } from "vue";
18
19
  import { useForm, useProps } from "../../composables";
19
20
  import { forwardRefs } from "../../utils";
20
- import { computed, ref, StyleValue } from "vue";
21
21
  const props = defineProps({
22
22
  disabled: { type: Boolean, required: false },
23
23
  fastFail: { type: Boolean, required: false },
@@ -9,10 +9,10 @@
9
9
  </template>
10
10
 
11
11
  <script setup>
12
+ import { computed, StyleValue, toRef } from "vue";
12
13
  import { useBorder, useBothColor, useDensity, useMargin, usePadding, useProps } from "../../composables";
13
14
  import { DENSITY } from "../../enums";
14
15
  import { toKebabCase } from "../../utils";
15
- import { computed, StyleValue, toRef } from "vue";
16
16
  const props = defineProps({
17
17
  gutters: { type: [String, Number], required: false },
18
18
  direction: { type: null, required: false },
@@ -9,8 +9,8 @@
9
9
  </template>
10
10
 
11
11
  <script setup>
12
- import { useProps } from "../../composables";
13
12
  import { computed, StyleValue } from "vue";
13
+ import { useProps } from "../../composables";
14
14
  const props = defineProps({
15
15
  id: { type: String, required: false },
16
16
  class: { type: [String, Array, Object], required: false },
@@ -11,6 +11,7 @@
11
11
  </template>
12
12
 
13
13
  <script setup>
14
+ import { computed, StyleValue, toRef } from "vue";
14
15
  import {
15
16
  useBorder,
16
17
  useBothColor,
@@ -22,7 +23,6 @@ import {
22
23
  useVModel
23
24
  } from "../../composables";
24
25
  import { getContrast } from "../../utils";
25
- import { computed, StyleValue, toRef } from "vue";
26
26
  const props = defineProps({
27
27
  autoEscape: { type: Boolean, required: false, default: true },
28
28
  text: { type: String, required: true, default: "" },
@@ -14,9 +14,9 @@
14
14
  </template>
15
15
 
16
16
  <script setup>
17
+ import { computed, ref, StyleValue, toRef, useAttrs, useSlots } from "vue";
17
18
  import { useBorder, useBothColor, useIcon, useMargin, usePadding, useProps, useSize } from "../../composables";
18
19
  import { flattenFragments } from "../../utils";
19
- import { computed, ref, StyleValue, toRef, useAttrs, useSlots } from "vue";
20
20
  const attrs = useAttrs();
21
21
  const props = defineProps({
22
22
  disabled: { type: Boolean, required: false },
@@ -9,8 +9,8 @@
9
9
  </template>
10
10
 
11
11
  <script setup>
12
- import { useProps } from "../../composables";
13
12
  import { computed, StyleValue } from "vue";
13
+ import { useProps } from "../../composables";
14
14
  const props = defineProps({
15
15
  disabled: { type: Boolean, required: false },
16
16
  icon: { type: null, required: false },
@@ -12,7 +12,7 @@
12
12
  xmlns="http://www.w3.org/2000/svg"
13
13
  >
14
14
  <template v-if="!isArray(icon)">
15
- <path :d="icon as string"></path>
15
+ <path :d="icon"></path>
16
16
  </template>
17
17
  <template v-else>
18
18
  <template
@@ -21,12 +21,12 @@
21
21
  >
22
22
  <template v-if="!isArray(path)">
23
23
  <path
24
- :d="path[0] as string"
24
+ :d="path[0]"
25
25
  :fill-opacity="path[1]"
26
26
  ></path>
27
27
  </template>
28
28
  <template v-else>
29
- <path :d="path as string"></path>
29
+ <path :d="path"></path>
30
30
  </template>
31
31
  </template>
32
32
  </template>
@@ -35,8 +35,8 @@
35
35
  </template>
36
36
 
37
37
  <script setup>
38
- import { useProps } from "../../composables";
39
38
  import { computed, StyleValue } from "vue";
39
+ import { useProps } from "../../composables";
40
40
  const props = defineProps({
41
41
  disabled: { type: Boolean, required: false },
42
42
  icon: { type: null, required: false },
@@ -80,12 +80,6 @@
80
80
  </template>
81
81
 
82
82
  <script setup>
83
- import { OrigamResponsive, OrigamTransition } from "../../components";
84
- import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
85
- import { SUPPORTS_INTERSECTION } from "../../consts";
86
- import { vIntersect } from "../../directives";
87
- import { IMG_STATE } from "../../enums";
88
- import { convertToUnit, getCurrentInstance, pick } from "../../utils";
89
83
  import {
90
84
  computed,
91
85
  nextTick,
@@ -98,6 +92,12 @@ import {
98
92
  useSlots,
99
93
  watch
100
94
  } from "vue";
95
+ import { OrigamResponsive, OrigamTransition } from "../../components";
96
+ import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
97
+ import { SUPPORTS_INTERSECTION } from "../../consts";
98
+ import { vIntersect } from "../../directives";
99
+ import { IMG_STATE } from "../../enums";
100
+ import { convertToUnit, getCurrentInstance, pick } from "../../utils";
101
101
  const props = defineProps({
102
102
  alt: { type: String, required: false },
103
103
  cover: { type: Boolean, required: false },
@@ -114,10 +114,16 @@
114
114
  </template>
115
115
 
116
116
  <script setup>
117
+ import { computed, nextTick, onMounted, ref, shallowRef, StyleValue, toRef } from "vue";
117
118
  import { OrigamBtn, OrigamInfiniteScrollIntersect, OrigamProgress } from "../../components";
118
119
  import { useBothColor, useDimension, useLocale, useProps } from "../../composables";
119
- import { DIRECTION, INFINITE_SCROLL_MODE, INFINITE_SCROLL_SIDE, INFINITE_SCROLL_STATUS, PROGRESS_TYPE } from "../../enums";
120
- import { computed, nextTick, onMounted, ref, shallowRef, StyleValue, toRef } from "vue";
120
+ import {
121
+ DIRECTION,
122
+ INFINITE_SCROLL_MODE,
123
+ INFINITE_SCROLL_SIDE,
124
+ INFINITE_SCROLL_STATUS,
125
+ PROGRESS_TYPE
126
+ } from "../../enums";
121
127
  const props = defineProps({
122
128
  side: { type: null, required: false, default: INFINITE_SCROLL_SIDE.END },
123
129
  mode: { type: null, required: false, default: INFINITE_SCROLL_MODE.INTERSECT },
@@ -7,8 +7,8 @@
7
7
  </template>
8
8
 
9
9
  <script setup>
10
- import { useIntersectionObserver, useProps } from "../../composables";
11
10
  import { watch } from "vue";
11
+ import { useIntersectionObserver, useProps } from "../../composables";
12
12
  const props = defineProps({
13
13
  side: { type: null, required: false },
14
14
  rootRef: { type: null, required: true },
@@ -91,6 +91,7 @@
91
91
  </template>
92
92
 
93
93
  <script setup>
94
+ import { computed, StyleValue, toRef, useSlots } from "vue";
94
95
  import { OrigamAvatar, OrigamIcon } from "../../components";
95
96
  import { OrigamMessages } from "../../components/Messages";
96
97
  import {
@@ -109,7 +110,6 @@ import {
109
110
  } from "../../composables";
110
111
  import { DENSITY, DIRECTION } from "../../enums";
111
112
  import { getUid } from "../../utils";
112
- import { computed, StyleValue, toRef, useSlots } from "vue";
113
113
  const props = defineProps({
114
114
  centerAffix: { type: Boolean, required: false, default: true },
115
115
  hideDetails: { type: [Boolean, String], required: false },
@@ -14,8 +14,8 @@
14
14
  </template>
15
15
 
16
16
  <script setup>
17
- import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
18
17
  import { computed, StyleValue, toRef } from "vue";
18
+ import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
19
19
  const props = defineProps({
20
20
  text: { type: String, required: false },
21
21
  floating: { type: Boolean, required: false },
@@ -15,8 +15,8 @@
15
15
  </template>
16
16
 
17
17
  <script setup>
18
- import { useCreateLayout, useProps } from "../../composables";
19
18
  import { computed, StyleValue } from "vue";
19
+ import { useCreateLayout, useProps } from "../../composables";
20
20
  const props = defineProps({
21
21
  overlaps: { type: Array, required: false },
22
22
  fullHeight: { type: Boolean, required: false },
@@ -17,10 +17,10 @@
17
17
  </template>
18
18
 
19
19
  <script setup>
20
+ import { computed, StyleValue } from "vue";
20
21
  import { OrigamFade, OrigamTransition } from "../../components";
21
22
  import { useDimension, useProps, useVModel } from "../../composables";
22
23
  import { vIntersect } from "../../directives";
23
- import { computed, StyleValue } from "vue";
24
24
  const props = defineProps({
25
25
  modelValue: { type: Boolean, required: false },
26
26
  options: { type: null, required: false, default: () => ({
@@ -82,6 +82,7 @@
82
82
  </template>
83
83
 
84
84
  <script setup>
85
+ import { computed, ref, shallowRef, StyleValue, toRef, useSlots } from "vue";
85
86
  import { OrigamListChildren } from "../../components";
86
87
  import {
87
88
  useBorder,
@@ -99,7 +100,6 @@ import {
99
100
  } from "../../composables";
100
101
  import { DENSITY, KEYBOARD_VALUES, LINES, OPEN_STRATEGY, SELECT_STRATEGY } from "../../enums";
101
102
  import { deepEqual, focusChild } from "../../utils";
102
- import { computed, ref, shallowRef, StyleValue, toRef, useSlots } from "vue";
103
103
  const props = defineProps({
104
104
  activeClass: { type: String, required: false },
105
105
  disabled: { type: Boolean, required: false },
@@ -76,10 +76,10 @@
76
76
  </template>
77
77
 
78
78
  <script setup>
79
+ import { computed, useSlots } from "vue";
79
80
  import { OrigamDivider, OrigamListGroup, OrigamListItem, OrigamListSubheader } from "../../components";
80
81
  import { useCreateList, useProps } from "../../composables";
81
82
  import { LIST_ITEM_TYPE } from "../../enums";
82
- import { computed, useSlots } from "vue";
83
83
  const props = defineProps({
84
84
  items: { type: Array, required: true },
85
85
  returnObject: { type: Boolean, required: false }
@@ -40,6 +40,7 @@
40
40
  </template>
41
41
 
42
42
  <script setup>
43
+ import { computed, ref, StyleValue, toRef } from "vue";
43
44
  import { OrigamExpandY, OrigamListGroupActivator, OrigamListItem, OrigamTransition } from "../../components";
44
45
  import {
45
46
  useBorder,
@@ -53,7 +54,6 @@ import {
53
54
  useSsrBoot
54
55
  } from "../../composables";
55
56
  import { MDI_ICONS } from "../../enums";
56
- import { computed, ref, StyleValue, toRef } from "vue";
57
57
  const props = defineProps({
58
58
  collapseIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_UP },
59
59
  expandIcon: { type: null, required: false, default: MDI_ICONS.CHEVRON_DOWN },
@@ -9,8 +9,8 @@
9
9
  </template>
10
10
 
11
11
  <script setup>
12
- import { useNestedGroupActivator, useProps } from "../../composables";
13
12
  import { computed, StyleValue } from "vue";
13
+ import { useNestedGroupActivator, useProps } from "../../composables";
14
14
  const props = defineProps({
15
15
  id: { type: String, required: false },
16
16
  class: { type: [String, Array, Object], required: false },
@@ -108,6 +108,7 @@
108
108
  </template>
109
109
 
110
110
  <script setup>
111
+ import { computed, onBeforeMount, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
111
112
  import { OrigamAvatar, OrigamIcon } from "../../components";
112
113
  import {
113
114
  useAdjacent,
@@ -126,7 +127,6 @@ import {
126
127
  } from "../../composables";
127
128
  import { vRipple } from "../../directives";
128
129
  import { KEYBOARD_VALUES } from "../../enums";
129
- import { computed, onBeforeMount, StyleValue, toRef, useAttrs, useSlots, watch } from "vue";
130
130
  const attrs = useAttrs();
131
131
  const props = defineProps({
132
132
  active: { type: Boolean, required: false },
@@ -19,8 +19,8 @@
19
19
  </template>
20
20
 
21
21
  <script setup>
22
- import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
23
22
  import { computed, StyleValue, toRef, useSlots } from "vue";
23
+ import { useBorder, useBothColor, useMargin, usePadding, useProps, useRounded } from "../../composables";
24
24
  const props = defineProps({
25
25
  inset: { type: Boolean, required: false },
26
26
  sticky: { type: Boolean, required: false },
@@ -22,10 +22,10 @@
22
22
  </template>
23
23
 
24
24
  <script setup>
25
+ import { computed, StyleValue } from "vue";
25
26
  import { OrigamProgress } from "../../components";
26
27
  import { useProps } from "../../composables";
27
28
  import { PROGRESS_TYPE } from "../../enums";
28
- import { computed, StyleValue } from "vue";
29
29
  const props = defineProps({
30
30
  loading: { type: [Boolean, Number], required: false },
31
31
  loadingText: { type: String, required: false },
@@ -14,8 +14,8 @@
14
14
  </template>
15
15
 
16
16
  <script setup>
17
- import { useBorder, useLayout, useMargin, usePadding, useProps, useRounded, useSsrBoot } from "../../composables";
18
17
  import { computed, StyleValue } from "vue";
18
+ import { useBorder, useLayout, useMargin, usePadding, useProps, useRounded, useSsrBoot } from "../../composables";
19
19
  const props = defineProps({
20
20
  scrollable: { type: Boolean, required: false },
21
21
  tag: { type: String, required: false, default: "main" },
@@ -65,6 +65,7 @@
65
65
  </template>
66
66
 
67
67
  <script setup>
68
+ import { computed, inject, mergeProps, nextTick, provide, ref, shallowRef, StyleValue, watch } from "vue";
68
69
  import {
69
70
  OrigamList,
70
71
  OrigamListGroup,
@@ -77,7 +78,6 @@ import { useProps, useScopeId, useVModel } from "../../composables";
77
78
  import { ORIGAM_MENU_KEY } from "../../consts";
78
79
  import { INLINE, KEYBOARD_VALUES, LOCATION_STRATEGIES, MDI_ICONS, SCROLL_STRATEGIES } from "../../enums";
79
80
  import { focusableChildren, focusChild, forwardRefs, getNextElement, getUid } from "../../utils";
80
- import { computed, inject, mergeProps, nextTick, provide, ref, shallowRef, StyleValue, watch } from "vue";
81
81
  const props = defineProps({
82
82
  id: { type: String, required: false },
83
83
  absolute: { type: Boolean, required: false },
@@ -31,6 +31,7 @@
31
31
  </template>
32
32
 
33
33
  <script setup>
34
+ import { computed, StyleValue, toRef } from "vue";
34
35
  import { OrigamSlideY, OrigamTransition } from "../../components";
35
36
  import {
36
37
  useBorder,
@@ -44,7 +45,6 @@ import {
44
45
  } from "../../composables";
45
46
  import { DENSITY } from "../../enums";
46
47
  import { wrapInArray } from "../../utils";
47
- import { computed, StyleValue, toRef } from "vue";
48
48
  const props = defineProps({
49
49
  active: { type: Boolean, required: false },
50
50
  messages: { type: [Array, String], required: false },
@@ -211,11 +211,11 @@
211
211
  </template>
212
212
 
213
213
  <script setup>
214
+ import { computed, nextTick, onMounted, ref, shallowRef, StyleValue, useSlots, watch, watchEffect } from "vue";
214
215
  import { OrigamBtn, OrigamDivider, OrigamTextField } from "../../components";
215
216
  import { useAdjacentInner, useFocus, useForm, useHold, useProps, useVModel } from "../../composables";
216
217
  import { DIRECTION, MDI_ICONS, TEXT_FIELD_TYPE } from "../../enums";
217
218
  import { clamp, forwardRefs, omit } from "../../utils";
218
- import { computed, nextTick, onMounted, ref, shallowRef, StyleValue, useSlots, watch, watchEffect } from "vue";
219
219
  const props = defineProps({
220
220
  autofocus: { type: Boolean, required: false },
221
221
  placeholder: { type: String, required: false },
@@ -129,11 +129,11 @@
129
129
  </template>
130
130
 
131
131
  <script setup>
132
+ import { computed, nextTick, ref, StyleValue, useAttrs, useSlots, watch } from "vue";
132
133
  import { OrigamField, OrigamOverlay, OrigamProgress } from "../../components";
133
134
  import { useDimension, useFocus, useLocale, useProps, useVModel } from "../../composables";
134
135
  import { OTP_INPUT_FIELD_TYPE, PROGRESS_TYPE } from "../../enums";
135
136
  import { filterInputAttrs, focusChild } from "../../utils";
136
- import { computed, nextTick, ref, StyleValue, useAttrs, useSlots, watch } from "vue";
137
137
  const props = defineProps({
138
138
  autofocus: { type: Boolean, required: false },
139
139
  divider: { type: String, required: false },
@@ -47,6 +47,7 @@
47
47
  </template>
48
48
 
49
49
  <script setup>
50
+ import { computed, mergeProps, onBeforeUnmount, ref, StyleValue, toRef, watch } from "vue";
50
51
  import { OrigamFade, OrigamOverlayScrim, OrigamTransition } from "../../components";
51
52
  import {
52
53
  useActivator,
@@ -70,7 +71,6 @@ import { IN_BROWSER } from "../../consts";
70
71
  import { vClickOutside } from "../../directives";
71
72
  import { BLOCK, EASING, KEYBOARD_VALUES, LOCATION_STRATEGIES, SCROLL_STRATEGIES } from "../../enums";
72
73
  import { animate, convertToUnit, getScrollParent } from "../../utils";
73
- import { computed, mergeProps, onBeforeUnmount, ref, StyleValue, toRef, watch } from "vue";
74
74
  const props = defineProps({
75
75
  absolute: { type: Boolean, required: false },
76
76
  attach: { type: [Boolean, String], required: false, skipCheck: true },
@@ -13,9 +13,9 @@
13
13
  </template>
14
14
 
15
15
  <script setup>
16
+ import { computed, StyleValue } from "vue";
16
17
  import { OrigamFade, OrigamTransition } from "../../components";
17
18
  import { useBackgroundColor, useProps } from "../../composables";
18
- import { computed, StyleValue } from "vue";
19
19
  const props = defineProps({
20
20
  active: { type: Boolean, required: false },
21
21
  id: { type: String, required: false },
@@ -10,9 +10,9 @@
10
10
  </template>
11
11
 
12
12
  <script setup>
13
+ import { computed, ref, StyleValue, useSlots, watch } from "vue";
13
14
  import { useProps } from "../../composables";
14
15
  import { scanForAutoProps } from "../../utils";
15
- import { computed, ref, StyleValue, useSlots, watch } from "vue";
16
16
  const props = defineProps({
17
17
  slotName: { type: String, required: false, default: "default" },
18
18
  autoDetectProps: { type: Boolean, required: false, default: true },
@@ -11,9 +11,9 @@
11
11
  </template>
12
12
 
13
13
  <script setup>
14
+ import { computed, StyleValue } from "vue";
14
15
  import { OrigamLayout } from "../../components";
15
16
  import { useProps } from "../../composables";
16
- import { computed, StyleValue } from "vue";
17
17
  const props = defineProps({
18
18
  overlaps: { type: Array, required: false },
19
19
  fullHeight: { type: Boolean, required: false, default: true },
@@ -84,11 +84,11 @@
84
84
  </template>
85
85
 
86
86
  <script setup>
87
+ import { ComponentPublicInstance, computed, nextTick, shallowRef, StyleValue } from "vue";
87
88
  import { OrigamBtn } from "../../components";
88
89
  import { useDisplay, useLocale, useProps, useRefs, useResizeObserver, useVModel } from "../../composables";
89
90
  import { KEYBOARD_VALUES, MDI_ICONS } from "../../enums";
90
91
  import { createRange, int } from "../../utils";
91
- import { ComponentPublicInstance, computed, nextTick, shallowRef, StyleValue } from "vue";
92
92
  const props = defineProps({
93
93
  start: { type: Number, required: false, default: 1 },
94
94
  modelValue: { type: Number, required: false, default: 1 },