@onereach/ui-components 2.75.2-beta.2393.0 → 2.76.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/bundled/v2/{OrCardCollection-04e767c2.js → OrCardCollection-a9cc4cd6.js} +1 -1
- package/dist/bundled/v2/{OrConfirm-a76ff6d2.js → OrConfirm-de17ffd2.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-9304f205.js → OrInlineInput-20e93482.js} +9 -11
- package/dist/bundled/v2/{OrInlineTextarea-e0d28fc6.js → OrInlineTextarea-e849ae9b.js} +9 -11
- package/dist/bundled/v2/{OrInput-b8511a0c.js → OrInput-7e5430e1.js} +11 -12
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
- package/dist/bundled/v2/{OrSearch-60b64568.js → OrSearch-b3f34499.js} +2 -2
- package/dist/bundled/v2/{OrSelect-752bdd3b.js → OrSelect-982350b0.js} +11 -10
- package/dist/bundled/v2/{OrTextarea-5fdf63d0.js → OrTextarea-53d756e4.js} +11 -12
- package/dist/bundled/v2/components/index.js +10 -9
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +146 -0
- package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-confirm-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-select-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/bundled/v2/index.js +11 -10
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-e71a0ea0.js → OrCardCollection.vue_vue_type_script_lang-fdf213e1.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b550c3d3.js → OrConfirm.vue_vue_type_script_lang-7a81cfa6.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-cd4a64f6.js → OrInlineInput.vue_vue_type_script_lang-18853dd7.js} +3 -5
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a73ff1ee.js → OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js} +3 -5
- package/dist/bundled/v3/{OrInput-6d49f353.js → OrInput-c514ceff.js} +5 -5
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-af68d0e7.js → OrInput.vue_vue_type_script_lang-09a6138d.js} +6 -7
- package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
- package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8c37e5a7.js → OrSearch.vue_vue_type_script_lang-42283e88.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-35ac0247.js → OrSelect.vue_vue_type_script_lang-c43b8138.js} +9 -8
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-de99a858.js → OrTextarea.vue_vue_type_script_lang-b2899ba6.js} +6 -7
- package/dist/bundled/v3/components/index.js +12 -11
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +7 -6
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +128 -0
- package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-confirm-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-search-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-select-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +4 -3
- package/dist/bundled/v3/index.js +35 -34
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/esm/v2/{OrCardCollection-f7856175.js → OrCardCollection-77a9b0b5.js} +2 -2
- package/dist/esm/v2/{OrConfirm-98d62065.js → OrConfirm-81ae8af5.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-df02ab5d.js → OrInlineInput-b003ddde.js} +9 -11
- package/dist/esm/v2/{OrInlineTextarea-ad120656.js → OrInlineTextarea-6349b529.js} +9 -11
- package/dist/esm/v2/{OrInput-3bb91436.js → OrInput-d4707fb9.js} +11 -12
- package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
- package/dist/esm/v2/{OrSearch-dad9b02f.js → OrSearch-5b257f78.js} +2 -2
- package/dist/esm/v2/{OrSelect-7ef80130.js → OrSelect-246d8584.js} +11 -10
- package/dist/esm/v2/{OrTextarea-0a64f718.js → OrTextarea-0bf9bf33.js} +11 -12
- package/dist/esm/v2/components/index.js +10 -9
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -4
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.js +143 -0
- package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -3
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-input-v3/index.js +3 -2
- package/dist/esm/v2/components/or-search-v3/index.js +4 -3
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-select-v3/index.js +4 -3
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -2
- package/dist/esm/v2/index.js +10 -9
- package/dist/esm/v3/{OrCardCollection-4cb41408.js → OrCardCollection-e8ab1e4f.js} +1 -1
- package/dist/esm/v3/{OrConfirm-19da64d1.js → OrConfirm-19397045.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-cd3753ee.js → OrInlineInput-65127ed7.js} +7 -9
- package/dist/esm/v3/{OrInlineTextarea-4c5b0390.js → OrInlineTextarea-176a2701.js} +7 -9
- package/dist/esm/v3/{OrInput-ae9f6871.js → OrInput-209bd3fc.js} +7 -9
- package/dist/esm/v3/{OrSearch-6f6b4fcd.js → OrSearch-3bba0a99.js} +1 -1
- package/dist/esm/v3/{OrSelect-96bf9b63.js → OrSelect-ba567dd1.js} +9 -9
- package/dist/esm/v3/{OrTextarea-42d21f77.js → OrTextarea-14a6b456.js} +7 -9
- package/dist/esm/v3/components/index.js +8 -8
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.js +127 -0
- package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-search-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
- package/dist/esm/v3/index.js +8 -8
- package/package.json +4 -3
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +127 -0
- package/src/components/or-combined-input-v3/index.ts +2 -0
- package/src/components/or-combined-input-v3/props.ts +1 -0
- package/src/components/or-combined-input-v3/styles.ts +25 -0
- package/src/components/or-inline-input-v3/OrInlineInput.vue +4 -7
- package/src/components/or-inline-input-v3/styles.ts +2 -2
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +4 -7
- package/src/components/or-inline-textarea-v3/styles.ts +2 -2
- package/src/components/or-input-v3/OrInput.vue +4 -7
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +4 -6
- package/src/components/or-select-v3/styles.ts +4 -1
- package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +1 -1
- package/src/components/or-textarea-v3/OrTextarea.vue +4 -7
- package/src/components/or-textarea-v3/styles.ts +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from '../../OrTextarea-
|
|
2
|
-
export { a as TextareaSize } from '../../OrInputBox-
|
|
1
|
+
export { _ as OrTextareaV3 } from '../../OrTextarea-0bf9bf33.js';
|
|
2
|
+
export { a as TextareaSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
@@ -7,5 +7,6 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-13845bb0.js';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
9
|
import '../../OrHint-78b399cb.js';
|
|
10
|
+
import '../../OrInputBox-5c4b3104.js';
|
|
10
11
|
import '../../OrLabel-0945a4d9.js';
|
|
11
12
|
import '../../style-inject.es-4c6f2515.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-c5ec96e7.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-050fb8d2.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-77a9b0b5.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-e89c44ef.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from './OrCarouselItem-d20717ec.js';
|
|
14
14
|
export { _ as OrCheckbox } from './OrCheckbox-63d444f1.js';
|
|
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-930709c5.js';
|
|
|
19
19
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
20
20
|
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-fa92b4fa.js';
|
|
21
21
|
export { _ as OrConfirm } from './OrConfirm-f7c58a78.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-81ae8af5.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-4059980e.js';
|
|
24
24
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
25
25
|
export { _ as OrErrorTagV3 } from './OrErrorTag-7cd5dc68.js';
|
|
@@ -34,11 +34,12 @@ export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-dd72b5
|
|
|
34
34
|
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-fa9bff07.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-c434985a.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-46146af0.js';
|
|
37
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
37
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-b003ddde.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-b914488a.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
40
|
-
export {
|
|
41
|
-
export { I as
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-6349b529.js';
|
|
40
|
+
export { _ as OrInputBoxV3 } from './OrInputBox-5c4b3104.js';
|
|
41
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js';
|
|
42
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-d4707fb9.js';
|
|
42
43
|
export { _ as OrInput } from './OrInput-c005a759.js';
|
|
43
44
|
export { _ as OrLabel } from './OrLabel-931394a5.js';
|
|
44
45
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-0945a4d9.js';
|
|
@@ -66,10 +67,10 @@ export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
|
66
67
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
67
68
|
export { _ as OrRadioV3 } from './OrRadio-06a54f1e.js';
|
|
68
69
|
export { _ as OrSearch } from './OrSearch-1d7880eb.js';
|
|
69
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
70
|
+
export { _ as OrSearchV3 } from './OrSearch-5b257f78.js';
|
|
70
71
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-7486115b.js';
|
|
71
72
|
export { _ as OrSelect } from './OrSelect-03e79c4b.js';
|
|
72
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
73
|
+
export { _ as OrSelectV3 } from './OrSelect-246d8584.js';
|
|
73
74
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
74
75
|
export { _ as OrSidebarV3 } from './OrSidebar-89711112.js';
|
|
75
76
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-81c77db0.js';
|
|
@@ -91,7 +92,7 @@ export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
|
91
92
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
92
93
|
export { _ as OrTextV3 } from './OrText-91d662a0.js';
|
|
93
94
|
export { _ as OrTextarea } from './OrTextarea-724a4d6f.js';
|
|
94
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
95
|
+
export { _ as OrTextareaV3 } from './OrTextarea-0bf9bf33.js';
|
|
95
96
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-a2cc5280.js';
|
|
96
97
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-8566bc09.js';
|
|
97
98
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
@@ -5,7 +5,7 @@ import { s as script$6 } from './OrIcon-ea40e58c.js';
|
|
|
5
5
|
import { s as script$5 } from './OrMenuItem-de91aded.js';
|
|
6
6
|
import { s as script$4 } from './OrMenu-b4e8136c.js';
|
|
7
7
|
import './OrPopover-35ee1b1e.js';
|
|
8
|
-
import { s as script$7 } from './OrSearch-
|
|
8
|
+
import { s as script$7 } from './OrSearch-3bba0a99.js';
|
|
9
9
|
import './OrInputBox-2467d7e4.js';
|
|
10
10
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
|
|
11
11
|
|
|
@@ -2,7 +2,7 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
|
2
2
|
import { logicAnd } from '@vueuse/math';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
4
4
|
import { s as script$2, a as ButtonColor } from './OrButton-9f059df6.js';
|
|
5
|
-
import { s as script$3 } from './OrInput-
|
|
5
|
+
import { s as script$3 } from './OrInput-209bd3fc.js';
|
|
6
6
|
import { s as script$1 } from './OrOverlay-55f6cf9c.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
8
8
|
|
|
@@ -21,8 +21,8 @@ const InlineInputRoot = [
|
|
|
21
21
|
// Spacing
|
|
22
22
|
'gap-xs'];
|
|
23
23
|
const InlineInputControl = [
|
|
24
|
-
//
|
|
25
|
-
'
|
|
24
|
+
// Box
|
|
25
|
+
'w-full',
|
|
26
26
|
// Typography
|
|
27
27
|
'typography-inherit',
|
|
28
28
|
// Theme
|
|
@@ -81,7 +81,7 @@ var script = defineComponent({
|
|
|
81
81
|
default: undefined
|
|
82
82
|
},
|
|
83
83
|
error: {
|
|
84
|
-
type: String,
|
|
84
|
+
type: [String, Boolean],
|
|
85
85
|
default: undefined
|
|
86
86
|
}
|
|
87
87
|
},
|
|
@@ -113,7 +113,6 @@ var script = defineComponent({
|
|
|
113
113
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
114
114
|
});
|
|
115
115
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
116
|
-
const invalid = computed(() => !!props.error);
|
|
117
116
|
const activated = ref(false);
|
|
118
117
|
// Handlers
|
|
119
118
|
function onFocus(event) {
|
|
@@ -165,7 +164,6 @@ var script = defineComponent({
|
|
|
165
164
|
draftModelValue,
|
|
166
165
|
currentLength,
|
|
167
166
|
maxLength,
|
|
168
|
-
invalid,
|
|
169
167
|
activated,
|
|
170
168
|
onFocus,
|
|
171
169
|
onBlur,
|
|
@@ -191,7 +189,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
191
189
|
class: normalizeClass(_ctx.rootStyles)
|
|
192
190
|
}, [createElementVNode("div", _hoisted_1, [createVNode(_component_OrInlineInputBox, {
|
|
193
191
|
size: _ctx.size,
|
|
194
|
-
invalid: _ctx.
|
|
192
|
+
invalid: !!_ctx.error
|
|
195
193
|
}, {
|
|
196
194
|
default: withCtx(() => [withDirectives(createElementVNode("input", mergeProps({
|
|
197
195
|
ref: "control",
|
|
@@ -218,7 +216,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
218
216
|
icon: 'close',
|
|
219
217
|
color: 'inherit',
|
|
220
218
|
onClick: withModifiers(_ctx.reset, ["stop"])
|
|
221
|
-
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), !_ctx.
|
|
219
|
+
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
222
220
|
key: 0
|
|
223
221
|
}, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
224
222
|
key: 0
|
|
@@ -231,7 +229,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
231
229
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
232
230
|
|
|
233
231
|
key: "0"
|
|
234
|
-
} : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createBlock(_component_OrError, {
|
|
232
|
+
} : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
235
233
|
key: 1
|
|
236
234
|
}, createSlots({
|
|
237
235
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
|
|
@@ -242,7 +240,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
242
240
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
243
241
|
|
|
244
242
|
key: "0"
|
|
245
|
-
} : undefined]), 1024 /* DYNAMIC_SLOTS */))], 2 /* CLASS */);
|
|
243
|
+
} : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
246
244
|
}
|
|
247
245
|
|
|
248
246
|
var css_248z = "\ninput[data-v-29d9ad19] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-29d9ad19]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-29d9ad19]::-webkit-search-cancel-button {\n display: none;\n}\n";
|
|
@@ -15,8 +15,8 @@ const InlineTextareaRoot = [
|
|
|
15
15
|
// Spacing
|
|
16
16
|
'gap-xs'];
|
|
17
17
|
const InlineTextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
18
|
+
// Box
|
|
19
|
+
'w-full',
|
|
20
20
|
// Typography
|
|
21
21
|
'typography-inherit',
|
|
22
22
|
// Theme
|
|
@@ -59,7 +59,7 @@ var script = defineComponent({
|
|
|
59
59
|
default: undefined
|
|
60
60
|
},
|
|
61
61
|
error: {
|
|
62
|
-
type: String,
|
|
62
|
+
type: [String, Boolean],
|
|
63
63
|
default: undefined
|
|
64
64
|
}
|
|
65
65
|
},
|
|
@@ -91,7 +91,6 @@ var script = defineComponent({
|
|
|
91
91
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
92
92
|
});
|
|
93
93
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
94
|
-
const invalid = computed(() => !!props.error);
|
|
95
94
|
const activated = ref(false);
|
|
96
95
|
// Handlers
|
|
97
96
|
function onFocus(event) {
|
|
@@ -143,7 +142,6 @@ var script = defineComponent({
|
|
|
143
142
|
draftModelValue,
|
|
144
143
|
currentLength,
|
|
145
144
|
maxLength,
|
|
146
|
-
invalid,
|
|
147
145
|
activated,
|
|
148
146
|
onFocus,
|
|
149
147
|
onBlur,
|
|
@@ -169,7 +167,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
169
167
|
class: normalizeClass(_ctx.rootStyles)
|
|
170
168
|
}, [createElementVNode("div", _hoisted_1, [createVNode(_component_OrInlineInputBox, {
|
|
171
169
|
size: 's',
|
|
172
|
-
invalid: _ctx.
|
|
170
|
+
invalid: !!_ctx.error
|
|
173
171
|
}, {
|
|
174
172
|
default: withCtx(() => [withDirectives(createElementVNode("textarea", mergeProps({
|
|
175
173
|
ref: "control",
|
|
@@ -195,7 +193,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
195
193
|
icon: 'close',
|
|
196
194
|
color: 'inherit',
|
|
197
195
|
onClick: withModifiers(_ctx.reset, ["stop"])
|
|
198
|
-
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), !_ctx.
|
|
196
|
+
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
199
197
|
key: 0
|
|
200
198
|
}, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
201
199
|
key: 0
|
|
@@ -208,7 +206,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
208
206
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
209
207
|
|
|
210
208
|
key: "0"
|
|
211
|
-
} : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createBlock(_component_OrError, {
|
|
209
|
+
} : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
212
210
|
key: 1
|
|
213
211
|
}, createSlots({
|
|
214
212
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
|
|
@@ -219,7 +217,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
219
217
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
220
218
|
|
|
221
219
|
key: "0"
|
|
222
|
-
} : undefined]), 1024 /* DYNAMIC_SLOTS */))], 2 /* CLASS */);
|
|
220
|
+
} : undefined]), 1024 /* DYNAMIC_SLOTS */)) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
223
221
|
}
|
|
224
222
|
|
|
225
223
|
var css_248z = "\ntextarea[data-v-3f016b22] {\n min-width: 0;\n background: none;\n outline: none;\n}\n";
|
|
@@ -27,8 +27,8 @@ const InputRoot = [
|
|
|
27
27
|
// Spacing
|
|
28
28
|
'gap-xs'];
|
|
29
29
|
const InputControl = [
|
|
30
|
-
//
|
|
31
|
-
'
|
|
30
|
+
// Box
|
|
31
|
+
'w-full',
|
|
32
32
|
// Typography
|
|
33
33
|
'typography-inherit',
|
|
34
34
|
// Theme
|
|
@@ -75,7 +75,7 @@ var script = defineComponent({
|
|
|
75
75
|
default: undefined
|
|
76
76
|
},
|
|
77
77
|
error: {
|
|
78
|
-
type: String,
|
|
78
|
+
type: [String, Boolean],
|
|
79
79
|
default: undefined
|
|
80
80
|
},
|
|
81
81
|
loading: {
|
|
@@ -129,7 +129,6 @@ var script = defineComponent({
|
|
|
129
129
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
130
130
|
});
|
|
131
131
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
132
|
-
const invalid = computed(() => !!props.error);
|
|
133
132
|
const disclosed = ref(false);
|
|
134
133
|
const {
|
|
135
134
|
isMobile
|
|
@@ -152,7 +151,6 @@ var script = defineComponent({
|
|
|
152
151
|
proxyModelValue,
|
|
153
152
|
currentLength,
|
|
154
153
|
maxLength,
|
|
155
|
-
invalid,
|
|
156
154
|
disclosed,
|
|
157
155
|
isMobile,
|
|
158
156
|
focus,
|
|
@@ -190,7 +188,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
190
188
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
|
|
191
189
|
variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
192
190
|
size: _ctx.size,
|
|
193
|
-
invalid: _ctx.
|
|
191
|
+
invalid: !!_ctx.error,
|
|
194
192
|
readonly: _ctx.readonly || _ctx.loading,
|
|
195
193
|
disabled: _ctx.disabled
|
|
196
194
|
}, {
|
|
@@ -240,7 +238,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
240
238
|
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))])]),
|
|
241
239
|
|
|
242
240
|
_: 1 /* STABLE */
|
|
243
|
-
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.
|
|
241
|
+
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
244
242
|
key: 1
|
|
245
243
|
}, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
246
244
|
key: 0,
|
|
@@ -254,7 +252,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
254
252
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
255
253
|
|
|
256
254
|
key: "0"
|
|
257
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createBlock(_component_OrError, {
|
|
255
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
258
256
|
key: 2,
|
|
259
257
|
disabled: _ctx.disabled
|
|
260
258
|
}, createSlots({
|
|
@@ -266,7 +264,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
266
264
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
267
265
|
|
|
268
266
|
key: "0"
|
|
269
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 2 /* CLASS */);
|
|
267
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
270
268
|
}
|
|
271
269
|
|
|
272
270
|
var css_248z = "\ninput[data-v-78975fa2] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-78975fa2]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-78975fa2]::-webkit-search-cancel-button {\n display: none;\n}\n";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrInput-
|
|
3
|
+
import { s as script$1 } from './OrInput-209bd3fc.js';
|
|
4
4
|
import { a as InputBoxSize } from './OrInputBox-2467d7e4.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ import { s as script$3 } from './OrExpansionPanel-541cc4c1.js';
|
|
|
8
8
|
import { s as script$4 } from './OrHint-6863124f.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-ea40e58c.js';
|
|
10
10
|
import { s as script$7, a as InputBoxSize } from './OrInputBox-2467d7e4.js';
|
|
11
|
-
import { s as script$6 } from './OrInput-
|
|
11
|
+
import { s as script$6 } from './OrInput-209bd3fc.js';
|
|
12
12
|
import { s as script$8 } from './OrLabel-f700f9fb.js';
|
|
13
13
|
import { s as script$9 } from './OrMenuItem-de91aded.js';
|
|
14
14
|
import { s as script$a } from './OrPopover-35ee1b1e.js';
|
|
@@ -22,7 +22,9 @@ const SelectRoot = [
|
|
|
22
22
|
'gap-xs'];
|
|
23
23
|
const SelectControl = [
|
|
24
24
|
// Layout
|
|
25
|
-
'layout-row
|
|
25
|
+
'layout-row',
|
|
26
|
+
// Box
|
|
27
|
+
'w-full',
|
|
26
28
|
// Overflow
|
|
27
29
|
'overflow-hidden',
|
|
28
30
|
// Spacing
|
|
@@ -112,7 +114,7 @@ var script = defineComponent({
|
|
|
112
114
|
default: undefined
|
|
113
115
|
},
|
|
114
116
|
error: {
|
|
115
|
-
type: String,
|
|
117
|
+
type: [String, Boolean],
|
|
116
118
|
default: undefined
|
|
117
119
|
},
|
|
118
120
|
required: {
|
|
@@ -189,7 +191,6 @@ var script = defineComponent({
|
|
|
189
191
|
proxyModelValue.value = [];
|
|
190
192
|
}
|
|
191
193
|
});
|
|
192
|
-
const invalid = computed(() => !!props.error);
|
|
193
194
|
const readonly = computed(() => context.attrs.readonly);
|
|
194
195
|
const selection = computed(() => {
|
|
195
196
|
const modelValue = proxyModelValue.value;
|
|
@@ -270,7 +271,6 @@ var script = defineComponent({
|
|
|
270
271
|
noSearchResultsStyles,
|
|
271
272
|
controlId,
|
|
272
273
|
proxyModelValue,
|
|
273
|
-
invalid,
|
|
274
274
|
readonly,
|
|
275
275
|
selection,
|
|
276
276
|
searchText,
|
|
@@ -326,7 +326,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
326
326
|
class: normalizeClass([_ctx.popoverState === 'open' && 'rounded-b-0']),
|
|
327
327
|
variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
328
328
|
size: _ctx.size,
|
|
329
|
-
invalid: _ctx.
|
|
329
|
+
invalid: !!_ctx.error,
|
|
330
330
|
readonly: _ctx.readonly,
|
|
331
331
|
disabled: _ctx.disabled
|
|
332
332
|
}, {
|
|
@@ -479,7 +479,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
479
479
|
_: 3 /* FORWARDED */
|
|
480
480
|
}, 8 /* PROPS */, ["class", "trigger"])]),
|
|
481
481
|
_: 3 /* FORWARDED */
|
|
482
|
-
}, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), !_ctx.
|
|
482
|
+
}, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
483
483
|
key: 1
|
|
484
484
|
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
485
485
|
key: 0,
|
|
@@ -488,14 +488,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
488
488
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
489
489
|
|
|
490
490
|
_: 1 /* STABLE */
|
|
491
|
-
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createBlock(_component_OrError, {
|
|
491
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
492
492
|
key: 2,
|
|
493
493
|
disabled: _ctx.disabled
|
|
494
494
|
}, {
|
|
495
495
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
496
496
|
|
|
497
497
|
_: 1 /* STABLE */
|
|
498
|
-
}, 8 /* PROPS */, ["disabled"]))], 2 /* CLASS */);
|
|
498
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
script.render = render;
|
|
@@ -15,8 +15,8 @@ const TextareaRoot = [
|
|
|
15
15
|
// Spacing
|
|
16
16
|
'gap-xs'];
|
|
17
17
|
const TextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
18
|
+
// Box
|
|
19
|
+
'w-full',
|
|
20
20
|
// Typography
|
|
21
21
|
'typography-inherit',
|
|
22
22
|
// Theme
|
|
@@ -56,7 +56,7 @@ var script = defineComponent({
|
|
|
56
56
|
default: undefined
|
|
57
57
|
},
|
|
58
58
|
error: {
|
|
59
|
-
type: String,
|
|
59
|
+
type: [String, Boolean],
|
|
60
60
|
default: undefined
|
|
61
61
|
},
|
|
62
62
|
required: {
|
|
@@ -98,7 +98,6 @@ var script = defineComponent({
|
|
|
98
98
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
99
99
|
});
|
|
100
100
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
101
|
-
const invalid = computed(() => !!props.error);
|
|
102
101
|
// Methods
|
|
103
102
|
function focus() {
|
|
104
103
|
var _a;
|
|
@@ -117,7 +116,6 @@ var script = defineComponent({
|
|
|
117
116
|
proxyModelValue,
|
|
118
117
|
currentLength,
|
|
119
118
|
maxLength,
|
|
120
|
-
invalid,
|
|
121
119
|
focus,
|
|
122
120
|
blur
|
|
123
121
|
};
|
|
@@ -146,7 +144,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
146
144
|
_: 3 /* FORWARDED */
|
|
147
145
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
|
|
148
146
|
size: _ctx.size,
|
|
149
|
-
invalid: _ctx.
|
|
147
|
+
invalid: !!_ctx.error,
|
|
150
148
|
readonly: _ctx.readonly,
|
|
151
149
|
disabled: _ctx.disabled
|
|
152
150
|
}, {
|
|
@@ -165,7 +163,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
165
163
|
onBlur: _cache[4] || (_cache[4] = $event => _ctx.$emit('blur', $event))
|
|
166
164
|
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelText, _ctx.proxyModelValue]])]),
|
|
167
165
|
_: 1 /* STABLE */
|
|
168
|
-
}, 8 /* PROPS */, ["size", "invalid", "readonly", "disabled"]), !_ctx.
|
|
166
|
+
}, 8 /* PROPS */, ["size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
|
|
169
167
|
key: 1
|
|
170
168
|
}, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
171
169
|
key: 0,
|
|
@@ -179,7 +177,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
179
177
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
180
178
|
|
|
181
179
|
key: "0"
|
|
182
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createBlock(_component_OrError, {
|
|
180
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), typeof _ctx.error === 'string' ? (openBlock(), createBlock(_component_OrError, {
|
|
183
181
|
key: 2,
|
|
184
182
|
disabled: _ctx.disabled
|
|
185
183
|
}, createSlots({
|
|
@@ -191,7 +189,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
191
189
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
192
190
|
|
|
193
191
|
key: "0"
|
|
194
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))], 2 /* CLASS */);
|
|
192
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
195
193
|
}
|
|
196
194
|
|
|
197
195
|
var css_248z = "\ntextarea[data-v-10a22fb4] {\n min-width: 0;\n background: none;\n outline: none;\n}\n";
|
|
@@ -6,7 +6,7 @@ export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTT
|
|
|
6
6
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-9f059df6.js';
|
|
7
7
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
8
8
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-1258cd45.js';
|
|
9
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
9
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-e8ab1e4f.js';
|
|
10
10
|
export { s as OrCardV3 } from '../OrCard-cd6af82e.js';
|
|
11
11
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem-a3a855e8.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-8d8887ea.js';
|
|
@@ -16,7 +16,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode-fe49ca8e.js';
|
|
|
16
16
|
export { s as OrCollapse } from '../OrCollapse-37a52e8f.js';
|
|
17
17
|
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-9a149e6b.js';
|
|
18
18
|
export { s as OrConfirm } from '../OrConfirm-45796889.js';
|
|
19
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
19
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-19397045.js';
|
|
20
20
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-efd8aae7.js';
|
|
21
21
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
22
22
|
export { s as OrErrorTagV3 } from '../OrErrorTag-0025b17c.js';
|
|
@@ -31,11 +31,11 @@ export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-ed3e1
|
|
|
31
31
|
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-385e997c.js';
|
|
32
32
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-ea40e58c.js';
|
|
33
33
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-09b33e18.js';
|
|
34
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
34
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-65127ed7.js';
|
|
35
35
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-adf71cc1.js';
|
|
36
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
36
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-176a2701.js';
|
|
37
37
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-2467d7e4.js';
|
|
38
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
38
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-209bd3fc.js';
|
|
39
39
|
export { s as OrInput } from '../OrInput-0dbd5a01.js';
|
|
40
40
|
export { s as OrLabel } from '../OrLabel-876f8729.js';
|
|
41
41
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-f700f9fb.js';
|
|
@@ -63,10 +63,10 @@ export { s as OrRadio } from '../OrRadio-c3ab11f2.js';
|
|
|
63
63
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
64
64
|
export { s as OrRadioV3 } from '../OrRadio-97fb105f.js';
|
|
65
65
|
export { s as OrSearch } from '../OrSearch-4a5c943b.js';
|
|
66
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
66
|
+
export { s as OrSearchV3 } from '../OrSearch-3bba0a99.js';
|
|
67
67
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-880b4911.js';
|
|
68
68
|
export { s as OrSelect } from '../OrSelect-88e5dfaf.js';
|
|
69
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
69
|
+
export { s as OrSelectV3 } from '../OrSelect-ba567dd1.js';
|
|
70
70
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
|
|
71
71
|
export { s as OrSidebarV3 } from '../OrSidebar-64703ef6.js';
|
|
72
72
|
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-506fc73c.js';
|
|
@@ -88,7 +88,7 @@ export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
|
|
|
88
88
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
89
89
|
export { s as OrTextV3 } from '../OrText-a3b00048.js';
|
|
90
90
|
export { s as OrTextarea } from '../OrTextarea-de1ecb0f.js';
|
|
91
|
-
export { s as OrTextareaV3 } from '../OrTextarea-
|
|
91
|
+
export { s as OrTextareaV3 } from '../OrTextarea-14a6b456.js';
|
|
92
92
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-5c1cf735.js';
|
|
93
93
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-11a58425.js';
|
|
94
94
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-e8ab1e4f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-9f059df6.js';
|
|
4
4
|
import '../../OrLoader-18f66bca.js';
|
|
@@ -16,8 +16,8 @@ import '../../OrOverlay-55f6cf9c.js';
|
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
17
17
|
import '../../OrMenuItem-de91aded.js';
|
|
18
18
|
import '../../OrMenu-b4e8136c.js';
|
|
19
|
-
import '../../OrSearch-
|
|
20
|
-
import '../../OrInput-
|
|
19
|
+
import '../../OrSearch-3bba0a99.js';
|
|
20
|
+
import '../../OrInput-209bd3fc.js';
|
|
21
21
|
import '../../useIdAttribute-859439f0.js';
|
|
22
22
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
23
23
|
import '../../OrError-19198748.js';
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { CombinedInputSize } from './props';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
+
controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
8
|
+
size: {
|
|
9
|
+
type: PropType<CombinedInputSize>;
|
|
10
|
+
default: CombinedInputSize;
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
hint: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
error: {
|
|
21
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
required: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
readonly: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
disableDefaultStyles: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
41
|
+
size: {
|
|
42
|
+
type: PropType<CombinedInputSize>;
|
|
43
|
+
default: CombinedInputSize;
|
|
44
|
+
};
|
|
45
|
+
label: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
49
|
+
hint: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: undefined;
|
|
52
|
+
};
|
|
53
|
+
error: {
|
|
54
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
55
|
+
default: undefined;
|
|
56
|
+
};
|
|
57
|
+
required: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
readonly: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
disabled: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
disableDefaultStyles: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
74
|
+
size: CombinedInputSize;
|
|
75
|
+
label: string;
|
|
76
|
+
hint: string;
|
|
77
|
+
error: string | boolean;
|
|
78
|
+
required: boolean;
|
|
79
|
+
readonly: boolean;
|
|
80
|
+
disabled: boolean;
|
|
81
|
+
disableDefaultStyles: boolean;
|
|
82
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
83
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
84
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
85
|
+
controlGroup: import("@vue/composition-api").ComputedRef<string[]>;
|
|
86
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
87
|
+
size: CombinedInputSize;
|
|
88
|
+
label: string;
|
|
89
|
+
hint: string;
|
|
90
|
+
error: string | boolean;
|
|
91
|
+
required: boolean;
|
|
92
|
+
readonly: boolean;
|
|
93
|
+
disabled: boolean;
|
|
94
|
+
disableDefaultStyles: boolean;
|
|
95
|
+
} & {}, {
|
|
96
|
+
size: CombinedInputSize;
|
|
97
|
+
label: string;
|
|
98
|
+
hint: string;
|
|
99
|
+
error: string | boolean;
|
|
100
|
+
required: boolean;
|
|
101
|
+
readonly: boolean;
|
|
102
|
+
disabled: boolean;
|
|
103
|
+
disableDefaultStyles: boolean;
|
|
104
|
+
}, true>);
|
|
105
|
+
export default _default;
|