@onereach/ui-components 2.57.1 → 2.57.2-beta.1828.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/{OrConfirm-dbab3de0.js → OrConfirm-6196e3d4.js} +1 -1
- package/dist/v2/{OrInput-8da0aaa7.js → OrInput-2f78ab2e.js} +1 -1
- package/dist/v2/{OrInputBox-fd7cc45b.js → OrInputBox-f1453506.js} +3 -1
- package/dist/v2/{OrSearch-4b2313a2.js → OrSearch-b4ea0719.js} +2 -2
- package/dist/v2/{OrSelect-98aac302.js → OrSelect-7f3938f8.js} +2 -2
- package/dist/v2/{OrTextarea-bc89a104.js → OrTextarea-e8f9f2e7.js} +1 -1
- package/dist/v2/index.js +6 -6
- package/dist/v2/index2.js +6 -6
- package/dist/v2/index20.js +3 -3
- package/dist/v2/index37.js +1 -1
- package/dist/v2/index38.js +2 -2
- package/dist/v2/index62.js +3 -3
- package/dist/v2/index64.js +3 -3
- package/dist/v2/index82.js +2 -2
- package/dist/v3/{OrConfirm-a7cc89e7.js → OrConfirm-22329081.js} +1 -1
- package/dist/v3/{OrInput-7e61c7ea.js → OrInput-a653a674.js} +1 -1
- package/dist/v3/{OrInputBox-e0c82161.js → OrInputBox-052e85ce.js} +3 -1
- package/dist/v3/{OrSearch-43068bd7.js → OrSearch-06e3ebd8.js} +2 -2
- package/dist/v3/{OrSelect-dffa754b.js → OrSelect-e69ea23a.js} +2 -2
- package/dist/v3/{OrTextarea-37ec6826.js → OrTextarea-4eb4b448.js} +1 -1
- package/dist/v3/index.js +6 -6
- package/dist/v3/index2.js +6 -6
- package/dist/v3/index20.js +3 -3
- package/dist/v3/index37.js +1 -1
- package/dist/v3/index38.js +2 -2
- package/dist/v3/index62.js +3 -3
- package/dist/v3/index64.js +3 -3
- package/dist/v3/index82.js +2 -2
- package/package.json +2 -3
- package/src/components/or-input-box-v3/styles.ts +5 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-33df8e61.js';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrOverlay-cc919120.js';
|
|
4
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$3 } from './OrInput-2f78ab2e.js';
|
|
5
5
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
6
6
|
import { logicAnd } from '@vueuse/math';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -5,7 +5,7 @@ import { _ as __vue_component__$1 } from './OrError-5a4dcd6a.js';
|
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-5bf81754.js';
|
|
6
6
|
import { _ as __vue_component__$4 } from './OrIconButton-b36dbb59.js';
|
|
7
7
|
import { _ as __vue_component__$3 } from './OrIcon-763ed5e2.js';
|
|
8
|
-
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-
|
|
8
|
+
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-f1453506.js';
|
|
9
9
|
import { _ as __vue_component__$6 } from './OrLabel-8da1b4a7.js';
|
|
10
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -35,7 +35,9 @@ const InputBoxRootVariants = {
|
|
|
35
35
|
'invalid:focus-within:theme-background-error-opacity', 'dark:invalid:focus-within:theme-background-error-opacity-dark', 'invalid:focus-within:theme-border-1-error', 'dark:invalid:focus-within:theme-border-1-error-dark', 'invalid:focus-within:theme-outline-error', 'dark:invalid:focus-within:theme-outline-error-dark',
|
|
36
36
|
// Theme (invalid, read-only)
|
|
37
37
|
'invalid:read-only:bg-error-opacity-0-08', 'dark:invalid:read-only:bg-error-opacity-0-08-dark', 'invalid:read-only:!border-transparent', 'dark:invalid:read-only:!border-transparent'],
|
|
38
|
-
'unstyled': [
|
|
38
|
+
'unstyled': [
|
|
39
|
+
// Theme (disabled)
|
|
40
|
+
'disabled:theme-foreground-disabled', 'dark:disabled:theme-foreground-disabled-dark']
|
|
39
41
|
};
|
|
40
42
|
const InputBoxRootSizes = {
|
|
41
43
|
'm': [
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
5
|
-
import { a as InputBoxSize } from './OrInputBox-
|
|
4
|
+
import { _ as __vue_component__$1 } from './OrInput-2f78ab2e.js';
|
|
5
|
+
import { a as InputBoxSize } from './OrInputBox-f1453506.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
8
8
|
var script = defineComponent({
|
|
@@ -7,8 +7,8 @@ import { _ as __vue_component__$2 } from './OrError-5a4dcd6a.js';
|
|
|
7
7
|
import { _ as __vue_component__$3 } from './OrExpansionPanel-bb8cc08f.js';
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-5bf81754.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-763ed5e2.js';
|
|
10
|
-
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-
|
|
11
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
10
|
+
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-f1453506.js';
|
|
11
|
+
import { _ as __vue_component__$6 } from './OrInput-2f78ab2e.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrLabel-8da1b4a7.js';
|
|
13
13
|
import { _ as __vue_component__$9 } from './OrMenuItem-95f87752.js';
|
|
14
14
|
import { _ as __vue_component__$a } from './OrPopover-a2eac3ec.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrError-5a4dcd6a.js';
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-5bf81754.js';
|
|
6
|
-
import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-
|
|
6
|
+
import { _ as __vue_component__$3, a as InputBoxSize } from './OrInputBox-f1453506.js';
|
|
7
7
|
import { _ as __vue_component__$4 } from './OrLabel-8da1b4a7.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
package/dist/v2/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-6196e3d4.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a8b6f2ba.js';
|
|
@@ -35,8 +35,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3
|
|
|
35
35
|
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-4410e116.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
37
|
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3c666887.js';
|
|
38
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
38
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-f1453506.js';
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-2f78ab2e.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-fb6b4b6a.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-b4ea0719.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-7f3938f8.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -82,7 +82,7 @@ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-b6925a18.j
|
|
|
82
82
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
83
83
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
84
84
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
85
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
85
|
+
export { _ as OrTextareaV3 } from './OrTextarea-e8f9f2e7.js';
|
|
86
86
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
87
87
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
88
88
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
package/dist/v2/index2.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-6196e3d4.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a8b6f2ba.js';
|
|
@@ -35,8 +35,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3
|
|
|
35
35
|
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-4410e116.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
37
|
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-3c666887.js';
|
|
38
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
38
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-f1453506.js';
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-2f78ab2e.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-fb6b4b6a.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-b4ea0719.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-7f3938f8.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-2522cce0.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -82,7 +82,7 @@ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-b6925a18.j
|
|
|
82
82
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
83
83
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
84
84
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
85
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
85
|
+
export { _ as OrTextareaV3 } from './OrTextarea-e8f9f2e7.js';
|
|
86
86
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
87
87
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
88
88
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
package/dist/v2/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-6196e3d4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-33df8e61.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -9,7 +9,7 @@ import './OrOverlay-cc919120.js';
|
|
|
9
9
|
import './useElevation-0e973238.js';
|
|
10
10
|
import './OrTeleport.vue2-fb92f29f.js';
|
|
11
11
|
import 'portal-vue';
|
|
12
|
-
import './OrInput-
|
|
12
|
+
import './OrInput-2f78ab2e.js';
|
|
13
13
|
import './OrError-5a4dcd6a.js';
|
|
14
14
|
import './OrHint-5bf81754.js';
|
|
15
15
|
import './OrIconButton-b36dbb59.js';
|
|
@@ -19,7 +19,7 @@ import './OrPopover-a2eac3ec.js';
|
|
|
19
19
|
import '@floating-ui/dom';
|
|
20
20
|
import './useResponsive-a02e95b7.js';
|
|
21
21
|
import './OrBottomSheet-b2b5d31e.js';
|
|
22
|
-
import './OrInputBox-
|
|
22
|
+
import './OrInputBox-f1453506.js';
|
|
23
23
|
import './OrLabel-8da1b4a7.js';
|
|
24
24
|
import './style-inject.es-4c6f2515.js';
|
|
25
25
|
import '@vueuse/math';
|
package/dist/v2/index37.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from './OrInputBox-
|
|
1
|
+
export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from './OrInputBox-f1453506.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
package/dist/v2/index38.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
2
|
-
export { a as InputSize } from './OrInputBox-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-2f78ab2e.js';
|
|
2
|
+
export { a as InputSize } from './OrInputBox-f1453506.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
package/dist/v2/index62.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
2
|
-
export { a as SearchSize } from './OrInputBox-
|
|
1
|
+
export { _ as OrSearchV3 } from './OrSearch-b4ea0719.js';
|
|
2
|
+
export { a as SearchSize } from './OrInputBox-f1453506.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './useClassAttribute-47fdb016.js';
|
|
6
|
-
import './OrInput-
|
|
6
|
+
import './OrInput-2f78ab2e.js';
|
|
7
7
|
import './OrError-5a4dcd6a.js';
|
|
8
8
|
import './normalize-component-6e8e3d80.js';
|
|
9
9
|
import './OrHint-5bf81754.js';
|
package/dist/v2/index64.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
2
|
-
export { a as SelectSize } from './OrInputBox-
|
|
1
|
+
export { _ as OrSelectV3 } from './OrSelect-7f3938f8.js';
|
|
2
|
+
export { a as SelectSize } from './OrInputBox-f1453506.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import './useOverflow-ac506c65.js';
|
|
@@ -12,7 +12,7 @@ import './OrError-5a4dcd6a.js';
|
|
|
12
12
|
import './OrExpansionPanel-bb8cc08f.js';
|
|
13
13
|
import './OrIcon-763ed5e2.js';
|
|
14
14
|
import './OrHint-5bf81754.js';
|
|
15
|
-
import './OrInput-
|
|
15
|
+
import './OrInput-2f78ab2e.js';
|
|
16
16
|
import './OrIconButton-b36dbb59.js';
|
|
17
17
|
import './OrTooltip-7a0afca7.js';
|
|
18
18
|
import './OrPopover-a2eac3ec.js';
|
package/dist/v2/index82.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
2
|
-
export { a as TextareaSize } from './OrInputBox-
|
|
1
|
+
export { _ as OrTextareaV3 } from './OrTextarea-e8f9f2e7.js';
|
|
2
|
+
export { a as TextareaSize } from './OrInputBox-f1453506.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { s as script$2, a as ButtonColor } from './OrButton-b1472eab.js';
|
|
3
3
|
import { s as script$1 } from './OrOverlay-f7aa1e20.js';
|
|
4
|
-
import { s as script$3 } from './OrInput-
|
|
4
|
+
import { s as script$3 } from './OrInput-a653a674.js';
|
|
5
5
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
6
6
|
import { logicAnd } from '@vueuse/math';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
@@ -5,7 +5,7 @@ import { s as script$1 } from './OrError-a37964bc.js';
|
|
|
5
5
|
import { s as script$2 } from './OrHint-7016dc0d.js';
|
|
6
6
|
import { s as script$4 } from './OrIconButton-0b2b01cb.js';
|
|
7
7
|
import { s as script$3 } from './OrIcon-7aea0897.js';
|
|
8
|
-
import { s as script$5, a as InputBoxSize } from './OrInputBox-
|
|
8
|
+
import { s as script$5, a as InputBoxSize } from './OrInputBox-052e85ce.js';
|
|
9
9
|
import { s as script$6 } from './OrLabel-0d19ba7a.js';
|
|
10
10
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
|
|
11
11
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -35,7 +35,9 @@ const InputBoxRootVariants = {
|
|
|
35
35
|
'invalid:focus-within:theme-background-error-opacity', 'dark:invalid:focus-within:theme-background-error-opacity-dark', 'invalid:focus-within:theme-border-1-error', 'dark:invalid:focus-within:theme-border-1-error-dark', 'invalid:focus-within:theme-outline-error', 'dark:invalid:focus-within:theme-outline-error-dark',
|
|
36
36
|
// Theme (invalid, read-only)
|
|
37
37
|
'invalid:read-only:bg-error-opacity-0-08', 'dark:invalid:read-only:bg-error-opacity-0-08-dark', 'invalid:read-only:!border-transparent', 'dark:invalid:read-only:!border-transparent'],
|
|
38
|
-
'unstyled': [
|
|
38
|
+
'unstyled': [
|
|
39
|
+
// Theme (disabled)
|
|
40
|
+
'disabled:theme-foreground-disabled', 'dark:disabled:theme-foreground-disabled-dark']
|
|
39
41
|
};
|
|
40
42
|
const InputBoxRootSizes = {
|
|
41
43
|
'm': [
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import { s as script$1 } from './OrInput-
|
|
5
|
-
import { a as InputBoxSize } from './OrInputBox-
|
|
4
|
+
import { s as script$1 } from './OrInput-a653a674.js';
|
|
5
|
+
import { a as InputBoxSize } from './OrInputBox-052e85ce.js';
|
|
6
6
|
import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
|
|
7
7
|
|
|
8
8
|
var script = defineComponent({
|
|
@@ -7,8 +7,8 @@ import { s as script$2 } from './OrError-a37964bc.js';
|
|
|
7
7
|
import { s as script$3 } from './OrExpansionPanel-dddf09e4.js';
|
|
8
8
|
import { s as script$4 } from './OrHint-7016dc0d.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-7aea0897.js';
|
|
10
|
-
import { s as script$7, a as InputBoxSize } from './OrInputBox-
|
|
11
|
-
import { s as script$6 } from './OrInput-
|
|
10
|
+
import { s as script$7, a as InputBoxSize } from './OrInputBox-052e85ce.js';
|
|
11
|
+
import { s as script$6 } from './OrInput-a653a674.js';
|
|
12
12
|
import { s as script$8 } from './OrLabel-0d19ba7a.js';
|
|
13
13
|
import { s as script$9 } from './OrMenuItem-397a57e8.js';
|
|
14
14
|
import { s as script$a } from './OrPopover-45b1b10c.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { s as script$1 } from './OrError-a37964bc.js';
|
|
5
5
|
import { s as script$2 } from './OrHint-7016dc0d.js';
|
|
6
|
-
import { s as script$3, a as InputBoxSize } from './OrInputBox-
|
|
6
|
+
import { s as script$3, a as InputBoxSize } from './OrInputBox-052e85ce.js';
|
|
7
7
|
import { s as script$4 } from './OrLabel-0d19ba7a.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelText, createSlots } from 'vue';
|
|
9
9
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
package/dist/v3/index.js
CHANGED
|
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
|
|
|
15
15
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
|
|
16
16
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0a944d25.js';
|
|
17
17
|
export { s as OrConfirm } from './OrConfirm-00134f53.js';
|
|
18
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
18
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-22329081.js';
|
|
19
19
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
|
|
20
20
|
export { s as OrError } from './OrError-f90296db.js';
|
|
21
21
|
export { s as OrErrorTagV3 } from './OrErrorTag-1b9a7f87.js';
|
|
@@ -32,8 +32,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
|
|
|
32
32
|
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-f3a6fca3.js';
|
|
33
33
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
|
|
34
34
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-ca99d2ba.js';
|
|
35
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-
|
|
36
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
35
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-052e85ce.js';
|
|
36
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-a653a674.js';
|
|
37
37
|
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
|
|
38
38
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
39
39
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-0d19ba7a.js';
|
|
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
57
57
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
58
58
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
59
59
|
export { s as OrRadioV3 } from './OrRadio-9ad0a870.js';
|
|
60
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
60
|
+
export { s as OrSearchV3 } from './OrSearch-06e3ebd8.js';
|
|
61
61
|
export { s as OrSelect } from './OrSelect-056731af.js';
|
|
62
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
62
|
+
export { s as OrSelectV3 } from './OrSelect-e69ea23a.js';
|
|
63
63
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
64
64
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-96f8b7c3.js';
|
|
65
65
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
|
|
@@ -77,7 +77,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-15b3c712.j
|
|
|
77
77
|
export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
|
|
78
78
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
79
79
|
export { s as OrTextV3 } from './OrText-ecb46923.js';
|
|
80
|
-
export { s as OrTextareaV3 } from './OrTextarea-
|
|
80
|
+
export { s as OrTextareaV3 } from './OrTextarea-4eb4b448.js';
|
|
81
81
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
|
|
82
82
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
|
|
83
83
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
package/dist/v3/index2.js
CHANGED
|
@@ -15,7 +15,7 @@ export { s as OrCode, O as OrCodeLanguages } from './OrCode-feeec003.js';
|
|
|
15
15
|
export { s as OrCollapse } from './OrCollapse-37a52e8f.js';
|
|
16
16
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-0a944d25.js';
|
|
17
17
|
export { s as OrConfirm } from './OrConfirm-00134f53.js';
|
|
18
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
18
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-22329081.js';
|
|
19
19
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-6c79a764.js';
|
|
20
20
|
export { s as OrError } from './OrError-f90296db.js';
|
|
21
21
|
export { s as OrErrorTagV3 } from './OrErrorTag-1b9a7f87.js';
|
|
@@ -32,8 +32,8 @@ export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3
|
|
|
32
32
|
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-f3a6fca3.js';
|
|
33
33
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-455a2d64.js';
|
|
34
34
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-ca99d2ba.js';
|
|
35
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-
|
|
36
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
35
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-052e85ce.js';
|
|
36
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-a653a674.js';
|
|
37
37
|
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from './OrSearch-2874026c.js';
|
|
38
38
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
39
39
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-0d19ba7a.js';
|
|
@@ -57,9 +57,9 @@ export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
57
57
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
58
58
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
59
59
|
export { s as OrRadioV3 } from './OrRadio-9ad0a870.js';
|
|
60
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
60
|
+
export { s as OrSearchV3 } from './OrSearch-06e3ebd8.js';
|
|
61
61
|
export { s as OrSelect } from './OrSelect-056731af.js';
|
|
62
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
62
|
+
export { s as OrSelectV3 } from './OrSelect-e69ea23a.js';
|
|
63
63
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
64
64
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-96f8b7c3.js';
|
|
65
65
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
|
|
@@ -77,7 +77,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-15b3c712.j
|
|
|
77
77
|
export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
|
|
78
78
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
79
79
|
export { s as OrTextV3 } from './OrText-ecb46923.js';
|
|
80
|
-
export { s as OrTextareaV3 } from './OrTextarea-
|
|
80
|
+
export { s as OrTextareaV3 } from './OrTextarea-4eb4b448.js';
|
|
81
81
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-faa4f81a.js';
|
|
82
82
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-fe6abe90.js';
|
|
83
83
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
package/dist/v3/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-22329081.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-b1472eab.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -8,7 +8,7 @@ import 'vue';
|
|
|
8
8
|
import './OrOverlay-f7aa1e20.js';
|
|
9
9
|
import './useElevation-0e973238.js';
|
|
10
10
|
import './OrTeleport.vue3-8099178c.js';
|
|
11
|
-
import './OrInput-
|
|
11
|
+
import './OrInput-a653a674.js';
|
|
12
12
|
import './OrError-a37964bc.js';
|
|
13
13
|
import './OrHint-7016dc0d.js';
|
|
14
14
|
import './OrIconButton-0b2b01cb.js';
|
|
@@ -18,7 +18,7 @@ import './OrPopover-45b1b10c.js';
|
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
19
|
import './useResponsive-a02e95b7.js';
|
|
20
20
|
import './OrBottomSheet-c554736e.js';
|
|
21
|
-
import './OrInputBox-
|
|
21
|
+
import './OrInputBox-052e85ce.js';
|
|
22
22
|
import './OrLabel-0d19ba7a.js';
|
|
23
23
|
import './style-inject.es-4c6f2515.js';
|
|
24
24
|
import '@vueuse/math';
|
package/dist/v3/index37.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from './OrInputBox-
|
|
1
|
+
export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from './OrInputBox-052e85ce.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
package/dist/v3/index38.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
2
|
-
export { a as InputSize } from './OrInputBox-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-a653a674.js';
|
|
2
|
+
export { a as InputSize } from './OrInputBox-052e85ce.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
package/dist/v3/index62.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
2
|
-
export { a as SearchSize } from './OrInputBox-
|
|
1
|
+
export { s as OrSearchV3 } from './OrSearch-06e3ebd8.js';
|
|
2
|
+
export { a as SearchSize } from './OrInputBox-052e85ce.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './useClassAttribute-47fdb016.js';
|
|
6
|
-
import './OrInput-
|
|
6
|
+
import './OrInput-a653a674.js';
|
|
7
7
|
import './OrError-a37964bc.js';
|
|
8
8
|
import 'vue';
|
|
9
9
|
import './OrHint-7016dc0d.js';
|
package/dist/v3/index64.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
2
|
-
export { a as SelectSize } from './OrInputBox-
|
|
1
|
+
export { s as OrSelectV3 } from './OrSelect-e69ea23a.js';
|
|
2
|
+
export { a as SelectSize } from './OrInputBox-052e85ce.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import './useOverflow-ac506c65.js';
|
|
@@ -12,7 +12,7 @@ import './OrError-a37964bc.js';
|
|
|
12
12
|
import './OrExpansionPanel-dddf09e4.js';
|
|
13
13
|
import './OrIcon-7aea0897.js';
|
|
14
14
|
import './OrHint-7016dc0d.js';
|
|
15
|
-
import './OrInput-
|
|
15
|
+
import './OrInput-a653a674.js';
|
|
16
16
|
import './OrIconButton-0b2b01cb.js';
|
|
17
17
|
import './OrTooltip-46d77128.js';
|
|
18
18
|
import './OrPopover-45b1b10c.js';
|
package/dist/v3/index82.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as OrTextareaV3 } from './OrTextarea-
|
|
2
|
-
export { a as TextareaSize } from './OrInputBox-
|
|
1
|
+
export { s as OrTextareaV3 } from './OrTextarea-4eb4b448.js';
|
|
2
|
+
export { a as TextareaSize } from './OrInputBox-052e85ce.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.57.
|
|
3
|
+
"version": "2.57.2-beta.1828.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -75,6 +75,5 @@
|
|
|
75
75
|
"portal-vue": {
|
|
76
76
|
"optional": true
|
|
77
77
|
}
|
|
78
|
-
}
|
|
79
|
-
"gitHead": "fe05caed7aba26accac289497212a5458ff3b022"
|
|
78
|
+
}
|
|
80
79
|
}
|
|
@@ -80,7 +80,11 @@ export const InputBoxRootVariants: Record<InputBoxVariant, string[]> = {
|
|
|
80
80
|
'dark:invalid:read-only:!border-transparent',
|
|
81
81
|
],
|
|
82
82
|
|
|
83
|
-
'unstyled': [
|
|
83
|
+
'unstyled': [
|
|
84
|
+
// Theme (disabled)
|
|
85
|
+
'disabled:theme-foreground-disabled',
|
|
86
|
+
'dark:disabled:theme-foreground-disabled-dark',
|
|
87
|
+
],
|
|
84
88
|
};
|
|
85
89
|
|
|
86
90
|
export const InputBoxRootSizes: Record<InputBoxSize, string[]> = {
|