@onereach/ui-components 2.62.7 → 2.62.8-beta.1934.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2/{OrInlineInput-8455f9da.js → OrInlineInput-f00cba5e.js} +5 -4
- package/dist/v2/{OrInlineTextarea-1127e512.js → OrInlineTextarea-75de33d0.js} +5 -4
- package/dist/v2/OrSegmentedControl-17df63b8.js +236 -0
- package/dist/v2/{OrTabs-b4a9740b.js → OrTabs-f2a60b41.js} +1 -1
- package/dist/v2/components/index.d.ts +1 -0
- package/dist/v2/components/or-segmented-control-v3/OrSegmentedControl.stories3.d.ts +12 -0
- package/dist/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +77 -0
- package/dist/v2/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +47 -0
- package/dist/v2/components/or-segmented-control-v3/components/or-segmented-control-item/styles.d.ts +3 -0
- package/dist/v2/components/or-segmented-control-v3/index.d.ts +3 -0
- package/dist/v2/components/or-segmented-control-v3/props.d.ts +4 -0
- package/dist/v2/components/or-segmented-control-v3/styles.d.ts +3 -0
- package/dist/v2/components/or-segmented-control-v3/types.d.ts +4 -0
- package/dist/v2/index.js +4 -3
- package/dist/v2/index2.js +4 -3
- package/dist/v2/index34.js +1 -1
- package/dist/v2/index36.js +1 -1
- package/dist/v2/index63.js +2 -16
- package/dist/v2/index64.js +15 -24
- package/dist/v2/index65.js +26 -4
- package/dist/v2/index66.js +2 -1
- package/dist/v2/index67.js +3 -4
- package/dist/v2/index68.js +3 -4
- package/dist/v2/index69.js +3 -10
- package/dist/v2/index70.js +3 -6
- package/dist/v2/index71.js +13 -2
- package/dist/v2/index72.js +4 -6
- package/dist/v2/index73.js +6 -4
- package/dist/v2/index74.js +2 -1
- package/dist/v2/index75.js +3 -3
- package/dist/v2/index76.js +3 -4
- package/dist/v2/index77.js +4 -15
- package/dist/v2/index78.js +14 -11
- package/dist/v2/index79.js +11 -13
- package/dist/v2/index80.js +14 -2
- package/dist/v2/index81.js +2 -2
- package/dist/v2/index82.js +2 -3
- package/dist/v2/index83.js +1 -6
- package/dist/v2/index84.js +7 -20
- package/dist/v2/index85.js +12 -9
- package/dist/v2/index86.js +18 -1
- package/dist/v2/index87.js +2 -18
- package/dist/v2/index88.js +18 -2
- package/dist/v2/index89.js +2 -10
- package/dist/v2/index90.js +9 -11
- package/dist/v2/index91.js +12 -1
- package/dist/v2/index92.js +1 -6
- package/dist/v2/index93.js +5 -1
- package/dist/v2/index94.js +3 -0
- package/dist/v3/{OrInlineInput-a080b0a3.js → OrInlineInput-bac4abdd.js} +3 -2
- package/dist/v3/{OrInlineTextarea-08767485.js → OrInlineTextarea-d1ec1bba.js} +3 -2
- package/dist/v3/OrSegmentedControl-2bbc0f22.js +184 -0
- package/dist/v3/{OrTabs-194ca950.js → OrTabs-ac0be933.js} +1 -1
- package/dist/v3/components/index.d.ts +1 -0
- package/dist/v3/components/or-segmented-control-v3/OrSegmentedControl.stories3.d.ts +12 -0
- package/dist/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +77 -0
- package/dist/v3/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +47 -0
- package/dist/v3/components/or-segmented-control-v3/components/or-segmented-control-item/styles.d.ts +3 -0
- package/dist/v3/components/or-segmented-control-v3/index.d.ts +3 -0
- package/dist/v3/components/or-segmented-control-v3/props.d.ts +4 -0
- package/dist/v3/components/or-segmented-control-v3/styles.d.ts +3 -0
- package/dist/v3/components/or-segmented-control-v3/types.d.ts +4 -0
- package/dist/v3/index.js +4 -3
- package/dist/v3/index2.js +4 -3
- package/dist/v3/index34.js +1 -1
- package/dist/v3/index36.js +1 -1
- package/dist/v3/index63.js +2 -15
- package/dist/v3/index64.js +13 -22
- package/dist/v3/index65.js +24 -3
- package/dist/v3/index66.js +2 -1
- package/dist/v3/index67.js +3 -4
- package/dist/v3/index68.js +3 -4
- package/dist/v3/index69.js +3 -9
- package/dist/v3/index70.js +3 -4
- package/dist/v3/index71.js +10 -2
- package/dist/v3/index72.js +3 -5
- package/dist/v3/index73.js +5 -3
- package/dist/v3/index74.js +2 -1
- package/dist/v3/index75.js +3 -3
- package/dist/v3/index76.js +3 -4
- package/dist/v3/index77.js +4 -14
- package/dist/v3/index78.js +13 -10
- package/dist/v3/index79.js +10 -12
- package/dist/v3/index80.js +13 -1
- package/dist/v3/index81.js +1 -1
- package/dist/v3/index82.js +1 -3
- package/dist/v3/index83.js +1 -6
- package/dist/v3/index84.js +6 -16
- package/dist/v3/index85.js +12 -9
- package/dist/v3/index86.js +15 -1
- package/dist/v3/index87.js +2 -17
- package/dist/v3/index88.js +17 -2
- package/dist/v3/index89.js +2 -8
- package/dist/v3/index90.js +6 -9
- package/dist/v3/index91.js +11 -1
- package/dist/v3/index92.js +1 -6
- package/dist/v3/index93.js +5 -1
- package/dist/v3/index94.js +3 -0
- package/package.json +2 -3
- package/src/components/index.ts +1 -0
- package/src/components/or-checkbox-v3/OrCheckbox.stories3.ts +1 -1
- package/src/components/or-inline-input-v3/OrInlineInput.vue +2 -2
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +2 -2
- package/src/components/or-radio-v3/OrRadio.stories3.ts +1 -1
- package/src/components/or-segmented-control-v3/OrSegmentedControl.docs.mdx +7 -0
- package/src/components/or-segmented-control-v3/OrSegmentedControl.stories3.ts +106 -0
- package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +107 -0
- package/src/components/or-segmented-control-v3/components/or-segmented-control-item/OrSegmentedControlItem.vue +64 -0
- package/src/components/or-segmented-control-v3/components/or-segmented-control-item/styles.ts +50 -0
- package/src/components/or-segmented-control-v3/index.ts +3 -0
- package/src/components/or-segmented-control-v3/props.ts +4 -0
- package/src/components/or-segmented-control-v3/styles.ts +24 -0
- package/src/components/or-segmented-control-v3/types.ts +4 -0
- package/src/components/or-switch-v3/OrSwitch.stories3.ts +1 -1
- package/src/components/or-tabs-v3/OrTabs.stories3.ts +9 -4
- package/src/components/or-tabs-v3/OrTabs.vue +1 -1
- package/src/hooks/useClassAttribute.ts +1 -1
package/dist/v2/index65.js
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
|
|
3
|
-
import 'lodash';
|
|
1
|
+
export { _ as OrSelectV3 } from './OrSelect-c6d0a69e.js';
|
|
2
|
+
export { a as SelectSize } from './OrInputBox-208dceac.js';
|
|
4
3
|
import 'vue-demi';
|
|
5
|
-
import './
|
|
4
|
+
import './dropdown-open-0d314aa4.js';
|
|
5
|
+
import './useClassAttribute-47fdb016.js';
|
|
6
|
+
import './useOverflow-ac506c65.js';
|
|
7
|
+
import '@vueuse/core';
|
|
8
|
+
import './OrCheckbox-eb833bab.js';
|
|
9
|
+
import './OrLabel-5670468e.js';
|
|
6
10
|
import './normalize-component-6e8e3d80.js';
|
|
11
|
+
import './style-inject.es-4c6f2515.js';
|
|
12
|
+
import './OrError-be656098.js';
|
|
13
|
+
import './OrExpansionPanel-ce82a6fd.js';
|
|
14
|
+
import './OrIcon-124f3bad.js';
|
|
15
|
+
import './OrHint-44356417.js';
|
|
16
|
+
import './OrInput-24028f23.js';
|
|
17
|
+
import './OrIconButton-2088a37f.js';
|
|
18
|
+
import './OrTooltip-afe7030b.js';
|
|
19
|
+
import './OrPopover-9080fc00.js';
|
|
20
|
+
import '@floating-ui/dom';
|
|
21
|
+
import './useElevation-0e973238.js';
|
|
22
|
+
import './useResponsive-a02e95b7.js';
|
|
23
|
+
import './OrBottomSheet-f09adbbb.js';
|
|
24
|
+
import './OrOverlay-4838a9b0.js';
|
|
25
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
26
|
+
import 'portal-vue';
|
|
27
|
+
import './OrMenuItem-3a28db7b.js';
|
|
28
|
+
import './OrTag-1ced4e58.js';
|
package/dist/v2/index66.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'lodash';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
+
import './style-inject.es-4c6f2515.js';
|
|
5
6
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index67.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export {
|
|
2
|
-
import '
|
|
3
|
-
import './px-to-rem-0b26b83e.js';
|
|
1
|
+
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
|
|
2
|
+
import '@vueuse/core';
|
|
4
3
|
import 'lodash';
|
|
5
|
-
import '
|
|
4
|
+
import 'vue-demi';
|
|
6
5
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index68.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import 'lodash';
|
|
4
3
|
import './px-to-rem-0b26b83e.js';
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
4
|
+
import 'lodash';
|
|
5
|
+
import './style-inject.es-4c6f2515.js';
|
|
7
6
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index69.js
CHANGED
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
import './OrIcon-7cd10497.js';
|
|
1
|
+
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from './OrSkeletonText-950be6a2.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
3
|
import 'lodash';
|
|
5
|
-
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
|
-
import './style-inject.es-4c6f2515.js';
|
|
7
|
-
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrFloating-b15309d1.js';
|
|
9
|
-
import '@floating-ui/dom';
|
|
10
|
-
import './OrTeleportVue2-fce4676d.js';
|
|
11
|
-
import 'vue';
|
|
12
|
-
import './dom-7a41831b.js';
|
|
13
4
|
import './px-to-rem-0b26b83e.js';
|
|
5
|
+
import './useClassAttribute-47fdb016.js';
|
|
14
6
|
import '@vueuse/core';
|
|
7
|
+
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index70.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
import 'vue-demi';
|
|
3
|
-
import './OrButton-56baef5e.js';
|
|
4
|
-
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
1
|
+
export { _ as OrSlider } from './OrSlider-021736ec.js';
|
|
5
2
|
import './OrIcon-7cd10497.js';
|
|
3
|
+
import 'vue-demi';
|
|
6
4
|
import 'lodash';
|
|
7
5
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
8
6
|
import './style-inject.es-4c6f2515.js';
|
|
@@ -13,5 +11,4 @@ import './OrTeleportVue2-fce4676d.js';
|
|
|
13
11
|
import 'vue';
|
|
14
12
|
import './dom-7a41831b.js';
|
|
15
13
|
import './px-to-rem-0b26b83e.js';
|
|
16
|
-
import '
|
|
17
|
-
import './OrTooltip-b31bd78d.js';
|
|
14
|
+
import '@vueuse/core';
|
package/dist/v2/index71.js
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrStepper } from './OrStepper-a0b4da52.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import './OrButton-56baef5e.js';
|
|
4
|
+
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
5
|
+
import './OrIcon-7cd10497.js';
|
|
3
6
|
import 'lodash';
|
|
4
|
-
import './
|
|
7
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
5
8
|
import './style-inject.es-4c6f2515.js';
|
|
6
9
|
import './normalize-component-6e8e3d80.js';
|
|
10
|
+
import './OrFloating-b15309d1.js';
|
|
11
|
+
import '@floating-ui/dom';
|
|
12
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
13
|
+
import 'vue';
|
|
14
|
+
import './dom-7a41831b.js';
|
|
15
|
+
import './px-to-rem-0b26b83e.js';
|
|
16
|
+
import './OrLoader-212ef381.js';
|
|
17
|
+
import './OrTooltip-b31bd78d.js';
|
package/dist/v2/index72.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrSwitch } from './OrSwitch-cd24ee40.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import './OrLabel-5670468e.js';
|
|
6
|
-
import './normalize-component-6e8e3d80.js';
|
|
7
|
-
import './OrLoader-bd088836.js';
|
|
3
|
+
import 'lodash';
|
|
4
|
+
import './OrLoader-212ef381.js';
|
|
8
5
|
import './style-inject.es-4c6f2515.js';
|
|
6
|
+
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index73.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrSwitchV3 } from './OrSwitch-21a7e693.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import './
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import './OrLabel-5670468e.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
|
+
import './OrLoader-bd088836.js';
|
|
8
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index74.js
CHANGED
package/dist/v2/index75.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-6a08756e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
3
|
+
import 'lodash';
|
|
4
|
+
import './style-inject.es-4c6f2515.js';
|
|
5
5
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index76.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './style-inject.es-4c6f2515.js';
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
6
5
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index77.js
CHANGED
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
import '@vueuse/core';
|
|
1
|
+
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
|
-
import './
|
|
5
|
-
import '
|
|
3
|
+
import './OrTabHeaderItem-6a08756e.js';
|
|
4
|
+
import 'lodash';
|
|
5
|
+
import './style-inject.es-4c6f2515.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
|
-
import './OrMenuItem-3a28db7b.js';
|
|
8
|
-
import './OrMenu-bb81644d.js';
|
|
9
|
-
import './OrPopover-9080fc00.js';
|
|
10
|
-
import '@floating-ui/dom';
|
|
11
|
-
import './useElevation-0e973238.js';
|
|
12
|
-
import './useResponsive-a02e95b7.js';
|
|
13
|
-
import './OrBottomSheet-f09adbbb.js';
|
|
14
|
-
import './OrOverlay-4838a9b0.js';
|
|
15
|
-
import './OrTeleport.vue2-fb92f29f.js';
|
|
16
|
-
import 'portal-vue';
|
|
17
|
-
import './OrTab-4e6ff742.js';
|
package/dist/v2/index78.js
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-f2a60b41.js';
|
|
2
|
+
import '@vueuse/core';
|
|
2
3
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
|
-
import './style-inject.es-4c6f2515.js';
|
|
4
|
+
import './useClassAttribute-47fdb016.js';
|
|
5
|
+
import './OrIcon-124f3bad.js';
|
|
7
6
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './
|
|
7
|
+
import './OrMenuItem-3a28db7b.js';
|
|
8
|
+
import './OrMenu-bb81644d.js';
|
|
9
|
+
import './OrPopover-9080fc00.js';
|
|
9
10
|
import '@floating-ui/dom';
|
|
10
|
-
import './
|
|
11
|
-
import '
|
|
12
|
-
import './
|
|
13
|
-
import './
|
|
14
|
-
import './
|
|
11
|
+
import './useElevation-0e973238.js';
|
|
12
|
+
import './useResponsive-a02e95b7.js';
|
|
13
|
+
import './OrBottomSheet-f09adbbb.js';
|
|
14
|
+
import './OrOverlay-4838a9b0.js';
|
|
15
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
16
|
+
import 'portal-vue';
|
|
17
|
+
import './OrTab-4e6ff742.js';
|
package/dist/v2/index79.js
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import './
|
|
4
|
-
import '
|
|
5
|
-
import './
|
|
6
|
-
import './
|
|
3
|
+
import './OrIcon-7cd10497.js';
|
|
4
|
+
import 'lodash';
|
|
5
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
|
+
import './style-inject.es-4c6f2515.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './
|
|
9
|
-
import './OrPopover-9080fc00.js';
|
|
8
|
+
import './OrFloating-b15309d1.js';
|
|
10
9
|
import '@floating-ui/dom';
|
|
11
|
-
import './
|
|
12
|
-
import '
|
|
13
|
-
import './
|
|
14
|
-
import './
|
|
15
|
-
import './
|
|
16
|
-
import 'portal-vue';
|
|
10
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
11
|
+
import 'vue';
|
|
12
|
+
import './dom-7a41831b.js';
|
|
13
|
+
import './px-to-rem-0b26b83e.js';
|
|
14
|
+
import './color-1f348774.js';
|
package/dist/v2/index80.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-1ced4e58.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '
|
|
3
|
+
import './useClassAttribute-47fdb016.js';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import './OrIconButton-2088a37f.js';
|
|
6
|
+
import './OrIcon-124f3bad.js';
|
|
4
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
+
import './OrTooltip-afe7030b.js';
|
|
9
|
+
import './OrPopover-9080fc00.js';
|
|
10
|
+
import '@floating-ui/dom';
|
|
11
|
+
import './useElevation-0e973238.js';
|
|
12
|
+
import './useResponsive-a02e95b7.js';
|
|
13
|
+
import './OrBottomSheet-f09adbbb.js';
|
|
14
|
+
import './OrOverlay-4838a9b0.js';
|
|
15
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
16
|
+
import 'portal-vue';
|
package/dist/v2/index81.js
CHANGED
package/dist/v2/index82.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
2
|
+
import 'portal-vue';
|
|
2
3
|
import 'vue-demi';
|
|
3
|
-
import './useClassAttribute-47fdb016.js';
|
|
4
|
-
import '@vueuse/core';
|
|
5
4
|
import './normalize-component-6e8e3d80.js';
|
package/dist/v2/index83.js
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
export { a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
1
|
+
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
3
2
|
import 'vue-demi';
|
|
4
3
|
import './useClassAttribute-47fdb016.js';
|
|
5
4
|
import '@vueuse/core';
|
|
6
|
-
import './OrError-be656098.js';
|
|
7
5
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrHint-44356417.js';
|
|
9
|
-
import './OrLabel-5670468e.js';
|
|
10
|
-
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index84.js
CHANGED
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
export { _ as
|
|
1
|
+
export { _ as OrTextareaV3 } from './OrTextarea-8773d494.js';
|
|
2
|
+
export { a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
2
3
|
import 'vue-demi';
|
|
4
|
+
import './useClassAttribute-47fdb016.js';
|
|
3
5
|
import '@vueuse/core';
|
|
4
|
-
import './
|
|
5
|
-
import './px-to-rem-0b26b83e.js';
|
|
6
|
-
import './dom-7a41831b.js';
|
|
7
|
-
import 'lodash';
|
|
8
|
-
import './OrLabel-931394a5.js';
|
|
9
|
-
import './style-inject.es-4c6f2515.js';
|
|
6
|
+
import './OrError-be656098.js';
|
|
10
7
|
import './normalize-component-6e8e3d80.js';
|
|
11
|
-
import './
|
|
12
|
-
import './
|
|
13
|
-
import './
|
|
14
|
-
import './OrFloating-b15309d1.js';
|
|
15
|
-
import '@floating-ui/dom';
|
|
16
|
-
import './OrTeleportVue2-fce4676d.js';
|
|
17
|
-
import 'vue';
|
|
18
|
-
import './OrLoader-212ef381.js';
|
|
19
|
-
import './OrTooltip-b31bd78d.js';
|
|
20
|
-
import './OrIconButton-cab39659.js';
|
|
21
|
-
import './OrHint-fe65fbe6.js';
|
|
22
|
-
import './OrError-efc74907.js';
|
|
23
|
-
import './OrCollapse-50e3914c.js';
|
|
8
|
+
import './OrHint-44356417.js';
|
|
9
|
+
import './OrLabel-5670468e.js';
|
|
10
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index85.js
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
3
|
-
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
1
|
+
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
4
2
|
import 'vue-demi';
|
|
5
|
-
import '
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import './useToggle-29e4d7c7.js';
|
|
5
|
+
import './px-to-rem-0b26b83e.js';
|
|
6
|
+
import './dom-7a41831b.js';
|
|
6
7
|
import 'lodash';
|
|
7
|
-
import './
|
|
8
|
+
import './OrLabel-931394a5.js';
|
|
8
9
|
import './style-inject.es-4c6f2515.js';
|
|
9
10
|
import './normalize-component-6e8e3d80.js';
|
|
11
|
+
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
12
|
+
import './OrIcon-7cd10497.js';
|
|
13
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
10
14
|
import './OrFloating-b15309d1.js';
|
|
11
15
|
import '@floating-ui/dom';
|
|
12
16
|
import './OrTeleportVue2-fce4676d.js';
|
|
13
17
|
import 'vue';
|
|
14
|
-
import './dom-7a41831b.js';
|
|
15
|
-
import './px-to-rem-0b26b83e.js';
|
|
16
18
|
import './OrLoader-212ef381.js';
|
|
17
19
|
import './OrTooltip-b31bd78d.js';
|
|
18
20
|
import './OrIconButton-cab39659.js';
|
|
19
|
-
import './
|
|
20
|
-
import '
|
|
21
|
+
import './OrHint-fe65fbe6.js';
|
|
22
|
+
import './OrError-efc74907.js';
|
|
23
|
+
import './OrCollapse-50e3914c.js';
|
package/dist/v2/index86.js
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
2
|
+
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
3
|
+
import './OrIconButton.vue_rollup-plugin-vue_styles.0-dc224e53.js';
|
|
2
4
|
import 'vue-demi';
|
|
5
|
+
import './OrIcon-7cd10497.js';
|
|
6
|
+
import 'lodash';
|
|
7
|
+
import './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
8
|
+
import './style-inject.es-4c6f2515.js';
|
|
9
|
+
import './normalize-component-6e8e3d80.js';
|
|
10
|
+
import './OrFloating-b15309d1.js';
|
|
11
|
+
import '@floating-ui/dom';
|
|
12
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
13
|
+
import 'vue';
|
|
14
|
+
import './dom-7a41831b.js';
|
|
15
|
+
import './px-to-rem-0b26b83e.js';
|
|
16
|
+
import './OrLoader-212ef381.js';
|
|
17
|
+
import './OrTooltip-b31bd78d.js';
|
|
18
|
+
import './OrIconButton-cab39659.js';
|
|
19
|
+
import './OrProgress-e6f20dc1.js';
|
|
3
20
|
import '@vueuse/core';
|
package/dist/v2/index87.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
export { a as
|
|
2
|
-
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
3
|
-
import '@vueuse/core';
|
|
1
|
+
export { a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
4
2
|
import 'vue-demi';
|
|
5
|
-
import '
|
|
6
|
-
import 'portal-vue';
|
|
7
|
-
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrIconButton-2088a37f.js';
|
|
9
|
-
import './useClassAttribute-47fdb016.js';
|
|
10
|
-
import './OrIcon-124f3bad.js';
|
|
11
|
-
import './OrTooltip-afe7030b.js';
|
|
12
|
-
import './OrPopover-9080fc00.js';
|
|
13
|
-
import '@floating-ui/dom';
|
|
14
|
-
import './useElevation-0e973238.js';
|
|
15
|
-
import './useResponsive-a02e95b7.js';
|
|
16
|
-
import './OrBottomSheet-f09adbbb.js';
|
|
17
|
-
import './OrOverlay-4838a9b0.js';
|
|
18
|
-
import './OrLoader-bd088836.js';
|
|
19
|
-
import './style-inject.es-4c6f2515.js';
|
|
3
|
+
import '@vueuse/core';
|
package/dist/v2/index88.js
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
export { a as
|
|
2
|
-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-89aad7fb.js';
|
|
2
|
+
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
6
|
+
import 'portal-vue';
|
|
7
|
+
import './normalize-component-6e8e3d80.js';
|
|
8
|
+
import './OrIconButton-2088a37f.js';
|
|
9
|
+
import './useClassAttribute-47fdb016.js';
|
|
10
|
+
import './OrIcon-124f3bad.js';
|
|
11
|
+
import './OrTooltip-afe7030b.js';
|
|
12
|
+
import './OrPopover-9080fc00.js';
|
|
13
|
+
import '@floating-ui/dom';
|
|
14
|
+
import './useElevation-0e973238.js';
|
|
15
|
+
import './useResponsive-a02e95b7.js';
|
|
16
|
+
import './OrBottomSheet-f09adbbb.js';
|
|
17
|
+
import './OrOverlay-4838a9b0.js';
|
|
18
|
+
import './OrLoader-bd088836.js';
|
|
19
|
+
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index89.js
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
3
|
-
import './normalize-component-6e8e3d80.js';
|
|
1
|
+
export { a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
4
2
|
import 'vue-demi';
|
|
5
|
-
import '
|
|
6
|
-
import './style-inject.es-4c6f2515.js';
|
|
7
|
-
import './OrFloating-b15309d1.js';
|
|
8
|
-
import '@floating-ui/dom';
|
|
9
|
-
import './OrTeleportVue2-fce4676d.js';
|
|
10
|
-
import 'vue';
|
|
11
|
-
import './dom-7a41831b.js';
|
|
3
|
+
import '@vueuse/core';
|
package/dist/v2/index90.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
export { _ as
|
|
2
|
-
export {
|
|
3
|
-
import '@vueuse/core';
|
|
4
|
-
import 'vue-demi';
|
|
5
|
-
import './useClassAttribute-47fdb016.js';
|
|
1
|
+
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
2
|
+
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
6
3
|
import './normalize-component-6e8e3d80.js';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import 'lodash';
|
|
6
|
+
import './style-inject.es-4c6f2515.js';
|
|
7
|
+
import './OrFloating-b15309d1.js';
|
|
7
8
|
import '@floating-ui/dom';
|
|
8
|
-
import './
|
|
9
|
-
import '
|
|
10
|
-
import './
|
|
11
|
-
import './OrOverlay-4838a9b0.js';
|
|
12
|
-
import './OrTeleport.vue2-fb92f29f.js';
|
|
13
|
-
import 'portal-vue';
|
|
9
|
+
import './OrTeleportVue2-fce4676d.js';
|
|
10
|
+
import 'vue';
|
|
11
|
+
import './dom-7a41831b.js';
|
package/dist/v2/index91.js
CHANGED
|
@@ -1,2 +1,13 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { _ as OrTooltipV3 } from './OrTooltip-afe7030b.js';
|
|
2
|
+
export { P as TooltipPlacement } from './OrPopover-9080fc00.js';
|
|
3
|
+
import '@vueuse/core';
|
|
2
4
|
import 'vue-demi';
|
|
5
|
+
import './useClassAttribute-47fdb016.js';
|
|
6
|
+
import './normalize-component-6e8e3d80.js';
|
|
7
|
+
import '@floating-ui/dom';
|
|
8
|
+
import './useElevation-0e973238.js';
|
|
9
|
+
import './useResponsive-a02e95b7.js';
|
|
10
|
+
import './OrBottomSheet-f09adbbb.js';
|
|
11
|
+
import './OrOverlay-4838a9b0.js';
|
|
12
|
+
import './OrTeleport.vue2-fb92f29f.js';
|
|
13
|
+
import 'portal-vue';
|
package/dist/v2/index92.js
CHANGED
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { u as useElevation } from './useElevation-0e973238.js';
|
|
3
|
-
export { u as useOverflow } from './useOverflow-ac506c65.js';
|
|
4
|
-
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
5
|
-
export { u as useToggle } from './useToggle-29e4d7c7.js';
|
|
1
|
+
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.js';
|
|
6
2
|
import 'vue-demi';
|
|
7
|
-
import '@vueuse/core';
|
package/dist/v2/index93.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
2
|
+
export { u as useElevation } from './useElevation-0e973238.js';
|
|
3
|
+
export { u as useOverflow } from './useOverflow-ac506c65.js';
|
|
1
4
|
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
2
|
-
|
|
5
|
+
export { u as useToggle } from './useToggle-29e4d7c7.js';
|
|
3
6
|
import 'vue-demi';
|
|
7
|
+
import '@vueuse/core';
|
|
@@ -129,14 +129,15 @@ var script = defineComponent({
|
|
|
129
129
|
activated.value = false;
|
|
130
130
|
}
|
|
131
131
|
function reset() {
|
|
132
|
+
var _a;
|
|
132
133
|
if (draftModelValue.value !== proxyModelValue.value) {
|
|
133
|
-
draftModelValue.value = proxyModelValue.value;
|
|
134
|
+
draftModelValue.value = (_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : '';
|
|
134
135
|
}
|
|
135
136
|
activated.value = false;
|
|
136
137
|
}
|
|
137
138
|
// Effects
|
|
138
139
|
watch(proxyModelValue, value => {
|
|
139
|
-
draftModelValue.value = value;
|
|
140
|
+
draftModelValue.value = value !== null && value !== void 0 ? value : '';
|
|
140
141
|
}, {
|
|
141
142
|
immediate: true
|
|
142
143
|
});
|
|
@@ -115,14 +115,15 @@ var script = defineComponent({
|
|
|
115
115
|
activated.value = false;
|
|
116
116
|
}
|
|
117
117
|
function reset() {
|
|
118
|
+
var _a;
|
|
118
119
|
if (draftModelValue.value !== proxyModelValue.value) {
|
|
119
|
-
draftModelValue.value = proxyModelValue.value;
|
|
120
|
+
draftModelValue.value = (_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : '';
|
|
120
121
|
}
|
|
121
122
|
activated.value = false;
|
|
122
123
|
}
|
|
123
124
|
// Effects
|
|
124
125
|
watch(proxyModelValue, value => {
|
|
125
|
-
draftModelValue.value = value;
|
|
126
|
+
draftModelValue.value = value !== null && value !== void 0 ? value : '';
|
|
126
127
|
}, {
|
|
127
128
|
immediate: true
|
|
128
129
|
});
|