@onereach/ui-components 4.7.3 → 4.7.4-beta.2863.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/components/OrInlineInputV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrInputBoxV3/styles.js +2 -0
- package/dist/bundled/v2/components/OrInputV3/styles.js +2 -2
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +352 -0
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +179 -0
- package/dist/bundled/v2/components/OrTagInputV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrTagInputV3/index.js +55 -0
- package/dist/bundled/v2/components/OrTagInputV3/props.d.ts +1 -0
- package/dist/bundled/v2/components/OrTagInputV3/props.js +1 -0
- package/dist/bundled/v2/components/OrTagInputV3/styles.d.ts +3 -0
- package/dist/bundled/v2/components/OrTagInputV3/styles.js +17 -0
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +8 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +7 -3
- package/dist/bundled/v2/components/OrTagsV3/styles.js +2 -0
- package/dist/bundled/v2/components/OrTextareaV3/styles.js +1 -1
- package/dist/bundled/v2/components/index.d.ts +2 -1
- package/dist/bundled/v2/components/index.js +6 -4
- package/dist/bundled/v2/hooks/useTheme.js +6 -0
- package/dist/bundled/v2/index.js +8 -6
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-48bbd13c.js → OrCardCollection.vue_vue_type_script_lang-748fb337.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-0f1a6320.js → OrConfirm.vue_vue_type_script_lang-93458f1f.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-3f8700f9.js → OrDatePicker.vue_vue_type_script_lang-8ec017e2.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-ecd7cbd1.js → OrDateTimePicker.vue_vue_type_script_lang-fec947db.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-a9fe34c8.js → OrInput.vue_vue_type_script_lang-66363c62.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8a82fdc6.js → OrSearch.vue_vue_type_script_lang-18dc2df8.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-ba73f458.js → OrSelect.vue_vue_type_script_lang-359bac94.js} +2 -2
- package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-679e7b9d.js +145 -0
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-c14463c4.js → OrTags.vue_vue_type_script_lang-45bbc68e.js} +2 -0
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-af284089.js → OrTextarea.vue_vue_type_script_lang-0d1a7a48.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-845ec78b.js → OrTimePicker.vue_vue_type_script_lang-c737eaa8.js} +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +5 -5
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +4 -4
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
- package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +3 -3
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +2 -2
- package/dist/bundled/v3/components/OrInputBoxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/styles.js +2 -0
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
- package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/styles.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
- package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +4 -4
- package/dist/bundled/v3/components/OrSelectV3/index.js +3 -3
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +167 -0
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +131 -0
- package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrTagInputV3/index.js +68 -0
- package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +1 -0
- package/dist/bundled/v3/components/OrTagInputV3/props.js +1 -0
- package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +3 -0
- package/dist/bundled/v3/components/OrTagInputV3/styles.js +17 -0
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +5 -4
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +7 -2
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/styles.js +2 -0
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +3 -3
- package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +2 -1
- package/dist/bundled/v3/components/index.js +20 -17
- package/dist/bundled/v3/hooks/useTheme.js +6 -0
- package/dist/bundled/v3/index.js +22 -19
- package/dist/esm/v2/{OrCardCollection-2c9a3534.js → OrCardCollection-bd173449.js} +2 -2
- package/dist/esm/v2/{OrCombinedInput-9c2b15fe.js → OrCombinedInput-ed20e33b.js} +1 -1
- package/dist/esm/v2/{OrConfirm-fc656b7e.js → OrConfirm-0b56c11f.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-73c19c1c.js → OrDatePicker-0989a40c.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-aff87aaa.js → OrDateTimePicker-ac766f04.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-252510d7.js → OrInlineInput-84a8398c.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-8df56c4d.js → OrInlineTextarea-f2ecbd39.js} +1 -1
- package/dist/esm/v2/{OrInput-39feafce.js → OrInput-2eeff16a.js} +4 -4
- package/dist/esm/v2/{OrInputBox-7f3c0ee9.js → OrInputBox-11227ecd.js} +1 -1
- package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js → OrInputBox.vue_rollup-plugin-vue_script-1715021a.js} +2 -0
- package/dist/esm/v2/{OrSearch-cbd7fd0b.js → OrSearch-33e3b0e4.js} +2 -2
- package/dist/esm/v2/{OrSelect-1132c7dc.js → OrSelect-340ae8d0.js} +3 -3
- package/dist/esm/v2/OrTagInput-582e7f3a.js +329 -0
- package/dist/esm/v2/{OrTags-e80cd854.js → OrTags-5220304c.js} +10 -1
- package/dist/esm/v2/{OrTextarea-01df0715.js → OrTextarea-978fb518.js} +3 -3
- package/dist/esm/v2/{OrTimePicker-00b7319c.js → OrTimePicker-5fd08ad2.js} +2 -2
- package/dist/esm/v2/components/index.d.ts +2 -1
- package/dist/esm/v2/components/index.js +17 -16
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +3 -3
- package/dist/esm/v2/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v2/components/or-input-box-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-search-v3/index.js +4 -4
- package/dist/esm/v2/components/or-select-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +179 -0
- package/dist/esm/v2/components/or-tag-input-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-tag-input-v3/index.js +31 -0
- package/dist/esm/v2/components/or-tag-input-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-tag-input-v3/styles.d.ts +3 -0
- package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +9 -5
- package/dist/esm/v2/components/or-tags-v3/index.js +1 -1
- package/dist/esm/v2/components/or-textarea-v3/index.js +3 -3
- package/dist/esm/v2/components/or-time-picker-v3/index.js +3 -3
- package/dist/esm/v2/index.js +17 -16
- package/dist/esm/v3/{OrCardCollection-dcfaa692.js → OrCardCollection-c5d5506c.js} +2 -2
- package/dist/esm/v3/{OrCombinedInput-b5ba46a1.js → OrCombinedInput-e3891038.js} +1 -1
- package/dist/esm/v3/{OrConfirm-e8ee0b8f.js → OrConfirm-5509c440.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-19a07bb4.js → OrDatePicker-6ac8578a.js} +1 -1
- package/dist/esm/v3/{OrDateTimePicker-219fa71d.js → OrDateTimePicker-b15d4198.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-5d452b98.js → OrInlineInput-a6c33dc0.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-1a769972.js → OrInlineTextarea-f060dab5.js} +1 -1
- package/dist/esm/v3/{OrInput-a303f924.js → OrInput-c653aedb.js} +3 -3
- package/dist/esm/v3/{OrInputBox-32814878.js → OrInputBox-32b37b17.js} +2 -0
- package/dist/esm/v3/{OrSearch-c5ecb005.js → OrSearch-b945651d.js} +2 -2
- package/dist/esm/v3/{OrSelect-9432ac4d.js → OrSelect-a9be2490.js} +2 -2
- package/dist/esm/v3/OrTagInput-ea932f50.js +254 -0
- package/dist/esm/v3/{OrTags-3f0ab56f.js → OrTags-00bb5463.js} +7 -2
- package/dist/esm/v3/{OrTextarea-0f9a2a27.js → OrTextarea-1e19417a.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-5cb9eb34.js → OrTimePicker-d66edf77.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +2 -1
- package/dist/esm/v3/components/index.js +16 -15
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-picker-v3/index.js +2 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +131 -0
- package/dist/esm/v3/components/or-tag-input-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-tag-input-v3/index.js +29 -0
- package/dist/esm/v3/components/or-tag-input-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-tag-input-v3/styles.d.ts +3 -0
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +7 -2
- package/dist/esm/v3/components/or-tags-v3/index.js +1 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
- package/dist/esm/v3/index.js +16 -15
- package/package.json +3 -4
- package/src/components/index.ts +2 -1
- package/src/components/or-inline-input-v3/styles.ts +1 -1
- package/src/components/or-inline-textarea-v3/styles.ts +1 -1
- package/src/components/or-input-box-v3/styles.ts +3 -0
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-tag-input-v3/OrTagInput.vue +297 -0
- package/src/components/or-tag-input-v3/index.ts +2 -0
- package/src/components/or-tag-input-v3/props.ts +1 -0
- package/src/components/or-tag-input-v3/styles.ts +24 -0
- package/src/components/or-tags-v3/OrTags.vue +13 -0
- package/src/components/or-tags-v3/styles.ts +3 -0
- package/src/components/or-textarea-v3/styles.ts +1 -1
- /package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c4fb7c0e.js → OrInlineInput.vue_vue_type_script_lang-820cc7e9.js} +0 -0
- /package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-4569f111.js → OrInlineTextarea.vue_vue_type_script_lang-8e639991.js} +0 -0
- /package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-ede24b04.js → OrInputBox.vue_vue_type_script_lang-49fb179a.js} +0 -0
|
@@ -11,7 +11,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
11
11
|
import { s as script$5 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
12
12
|
import './components/OrIconV3/OrIcon.js';
|
|
13
13
|
import './components/OrSearchV3/OrSearch.js';
|
|
14
|
-
import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-
|
|
14
|
+
import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-18dc2df8.js';
|
|
15
15
|
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
16
16
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
17
|
|
|
@@ -10,7 +10,7 @@ import { usePopoverState } from './hooks/usePopoverState.js';
|
|
|
10
10
|
import { ButtonColor } from './components/OrButtonV3/props.js';
|
|
11
11
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-0fdf19ba.js';
|
|
12
12
|
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-e8969bd3.js';
|
|
13
|
-
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-
|
|
13
|
+
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
14
14
|
import { w as whenever } from './index-f4d8e24c.js';
|
|
15
15
|
|
|
16
16
|
var script = defineComponent({
|
|
@@ -16,7 +16,7 @@ import { s as script$7 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
|
16
16
|
import { s as script$8 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
17
17
|
import { s as script$9 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
18
18
|
import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
19
|
-
import { s as script$b } from './OrInputBox.vue_vue_type_script_lang-
|
|
19
|
+
import { s as script$b } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
20
20
|
import { s as script$c } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
21
21
|
import { s as script$d } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
|
|
22
22
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
@@ -15,7 +15,7 @@ import { s as script$9 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
|
15
15
|
import { s as script$a } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
16
16
|
import { s as script$b } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
17
|
import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
18
|
-
import { s as script$d } from './OrInputBox.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$d } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
19
19
|
import { s as script$e } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
20
20
|
import { s as script$f } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
|
|
21
21
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
@@ -9,7 +9,7 @@ import './components/OrIconV3/OrIcon.js';
|
|
|
9
9
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
10
10
|
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
11
11
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
12
|
-
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
13
13
|
import './components/OrLabelV3/OrLabel.js';
|
|
14
14
|
import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
15
15
|
import './components/OrLoaderV3/OrLoader.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import './components/OrInputV3/OrInput.js';
|
|
3
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
3
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
4
4
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
5
5
|
import { a as watchDebounced } from './index-f4d8e24c.js';
|
|
6
6
|
|
|
@@ -19,8 +19,8 @@ import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-616a0cce.js
|
|
|
19
19
|
import { s as script$2 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
20
20
|
import { s as script$4 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
21
21
|
import { s as script$5 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
22
|
-
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-
|
|
23
|
-
import { s as script$7 } from './OrInputBox.vue_vue_type_script_lang-
|
|
22
|
+
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
23
|
+
import { s as script$7 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
24
24
|
import { s as script$8 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
25
25
|
import { s as script$9 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
26
26
|
import { s as script$a } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
2
|
+
import { TagInput, TagInputControl, TagInputItem } from './components/OrTagInputV3/styles.js';
|
|
3
|
+
import './components/OrErrorV3/OrError.js';
|
|
4
|
+
import './components/OrHintV3/OrHint.js';
|
|
5
|
+
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
|
+
import './components/OrInputBoxV3/OrInputBox.js';
|
|
7
|
+
import './components/OrLabelV3/OrLabel.js';
|
|
8
|
+
import './components/OrTagsV3/OrTags.js';
|
|
9
|
+
import { s as script$6 } from './OrTags.vue_vue_type_script_lang-45bbc68e.js';
|
|
10
|
+
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
11
|
+
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
12
|
+
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
13
|
+
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
14
|
+
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
15
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
16
|
+
import { s as script$4 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
17
|
+
import { s as script$5 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
18
|
+
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
19
|
+
|
|
20
|
+
var script = defineComponent({
|
|
21
|
+
name: 'OrTagInput',
|
|
22
|
+
components: {
|
|
23
|
+
OrError: script$1,
|
|
24
|
+
OrHint: script$2,
|
|
25
|
+
OrIconButton: script$3,
|
|
26
|
+
OrInputBox: script$4,
|
|
27
|
+
OrLabel: script$5,
|
|
28
|
+
OrTags: script$6
|
|
29
|
+
},
|
|
30
|
+
model: {
|
|
31
|
+
prop: 'modelValue',
|
|
32
|
+
event: 'update:modelValue'
|
|
33
|
+
},
|
|
34
|
+
props: {
|
|
35
|
+
modelValue: {
|
|
36
|
+
type: Array,
|
|
37
|
+
default: () => []
|
|
38
|
+
},
|
|
39
|
+
size: {
|
|
40
|
+
type: String,
|
|
41
|
+
default: InputBoxSize.M
|
|
42
|
+
},
|
|
43
|
+
label: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: undefined
|
|
46
|
+
},
|
|
47
|
+
placeholder: {
|
|
48
|
+
type: String,
|
|
49
|
+
default: undefined
|
|
50
|
+
},
|
|
51
|
+
hint: {
|
|
52
|
+
type: String,
|
|
53
|
+
default: undefined
|
|
54
|
+
},
|
|
55
|
+
error: {
|
|
56
|
+
type: [String, Boolean],
|
|
57
|
+
default: undefined
|
|
58
|
+
},
|
|
59
|
+
required: {
|
|
60
|
+
type: Boolean,
|
|
61
|
+
default: false
|
|
62
|
+
},
|
|
63
|
+
readonly: {
|
|
64
|
+
type: Boolean,
|
|
65
|
+
default: false
|
|
66
|
+
},
|
|
67
|
+
disabled: {
|
|
68
|
+
type: Boolean,
|
|
69
|
+
default: false
|
|
70
|
+
},
|
|
71
|
+
disableDefaultStyles: {
|
|
72
|
+
type: Boolean,
|
|
73
|
+
default: false
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
|
|
77
|
+
expose: ['root', 'focus', 'blur'],
|
|
78
|
+
setup(props, context) {
|
|
79
|
+
// Refs
|
|
80
|
+
const root = ref();
|
|
81
|
+
const control = ref();
|
|
82
|
+
// Styles
|
|
83
|
+
const rootStyles = computed(() => ['or-tag-input-v3', ...TagInput]);
|
|
84
|
+
const controlStyles = computed(() => [...TagInputControl]);
|
|
85
|
+
const itemStyles = computed(() => [...TagInputItem]);
|
|
86
|
+
// State
|
|
87
|
+
const controlAttributes = reactive({
|
|
88
|
+
id: useIdAttribute(),
|
|
89
|
+
...useControlAttributes(),
|
|
90
|
+
...useValidationAttributes()
|
|
91
|
+
});
|
|
92
|
+
const proxyModelValue = computed({
|
|
93
|
+
get: () => props.modelValue,
|
|
94
|
+
set: value => {
|
|
95
|
+
context.emit('update:modelValue', value);
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
const draftModelValue = ref();
|
|
99
|
+
const currentLength = computed(() => {
|
|
100
|
+
var _a, _b;
|
|
101
|
+
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0;
|
|
102
|
+
});
|
|
103
|
+
const maxLength = computed(() => controlAttributes.maxlength);
|
|
104
|
+
// Methods
|
|
105
|
+
function focus() {
|
|
106
|
+
var _a;
|
|
107
|
+
(_a = control.value) === null || _a === void 0 ? void 0 : _a.focus();
|
|
108
|
+
}
|
|
109
|
+
function blur() {
|
|
110
|
+
var _a;
|
|
111
|
+
(_a = control.value) === null || _a === void 0 ? void 0 : _a.blur();
|
|
112
|
+
}
|
|
113
|
+
function add() {
|
|
114
|
+
if (draftModelValue.value) {
|
|
115
|
+
proxyModelValue.value = [...proxyModelValue.value, draftModelValue.value];
|
|
116
|
+
draftModelValue.value = undefined;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
function remove(value) {
|
|
120
|
+
proxyModelValue.value = proxyModelValue.value.filter(item => item !== value);
|
|
121
|
+
}
|
|
122
|
+
function reset() {
|
|
123
|
+
draftModelValue.value = undefined;
|
|
124
|
+
}
|
|
125
|
+
return {
|
|
126
|
+
root,
|
|
127
|
+
control,
|
|
128
|
+
rootStyles,
|
|
129
|
+
controlStyles,
|
|
130
|
+
itemStyles,
|
|
131
|
+
controlAttributes,
|
|
132
|
+
proxyModelValue,
|
|
133
|
+
draftModelValue,
|
|
134
|
+
currentLength,
|
|
135
|
+
maxLength,
|
|
136
|
+
focus,
|
|
137
|
+
blur,
|
|
138
|
+
add,
|
|
139
|
+
remove,
|
|
140
|
+
reset
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
export { script as s };
|
|
@@ -9,7 +9,7 @@ import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
|
9
9
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
-
import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
13
13
|
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
14
14
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
15
15
|
|
|
@@ -14,7 +14,7 @@ import { s as script$6 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
|
14
14
|
import { s as script$7 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
15
15
|
import { s as script$8 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
16
16
|
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
17
|
-
import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-
|
|
17
|
+
import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
18
18
|
import { s as script$b } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
19
19
|
import { s as script$c } from './OrPopover.vue_vue_type_script_lang-506ae7bb.js';
|
|
20
20
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-748fb337.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-748fb337.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, createVNode, withCtx, createTextVNode, toDisplayString, createBlock, createCommentVNode, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
@@ -50,9 +50,9 @@ import '../OrMenuItemV3/OrMenuItem.js';
|
|
|
50
50
|
import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
51
51
|
import '../OrMenuItemV3/styles.js';
|
|
52
52
|
import '../OrSearchV3/OrSearch.js';
|
|
53
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
53
|
+
import '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
|
|
54
54
|
import '../OrInputV3/OrInput.js';
|
|
55
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
55
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
56
56
|
import '../OrInputV3/props.js';
|
|
57
57
|
import '../OrInputBoxV3/props.js';
|
|
58
58
|
import '../OrInputV3/styles.js';
|
|
@@ -63,7 +63,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
63
63
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
64
64
|
import '../OrHintV3/styles.js';
|
|
65
65
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
66
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
66
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
67
67
|
import '../OrInputBoxV3/styles.js';
|
|
68
68
|
import '../OrLabelV3/OrLabel.js';
|
|
69
69
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { DefaultCardCollectionViews, defaultViewModes, gridView, listView } from './props.js';
|
|
2
|
-
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-748fb337.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './styles.js';
|
|
5
5
|
import 'vue';
|
|
@@ -49,9 +49,9 @@ import '../OrMenuItemV3/OrMenuItem.js';
|
|
|
49
49
|
import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
50
50
|
import '../OrMenuItemV3/styles.js';
|
|
51
51
|
import '../OrSearchV3/OrSearch.js';
|
|
52
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
52
|
+
import '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
|
|
53
53
|
import '../OrInputV3/OrInput.js';
|
|
54
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
54
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
55
55
|
import '../OrInputV3/props.js';
|
|
56
56
|
import '../OrInputBoxV3/props.js';
|
|
57
57
|
import '../OrInputV3/styles.js';
|
|
@@ -62,7 +62,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
62
62
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
63
63
|
import '../OrHintV3/styles.js';
|
|
64
64
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
65
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
65
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
66
66
|
import '../OrInputBoxV3/styles.js';
|
|
67
67
|
import '../OrLabelV3/OrLabel.js';
|
|
68
68
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-93458f1f.js';
|
|
2
|
+
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-93458f1f.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
4
4
|
import '../../index-09d1cb24.js';
|
|
5
5
|
import '../../index-f4d8e24c.js';
|
|
@@ -23,7 +23,7 @@ import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
|
|
|
23
23
|
import '../OrLoaderV3/props.js';
|
|
24
24
|
import '../OrLoaderV3/styles.js';
|
|
25
25
|
import '../OrInputV3/OrInput.js';
|
|
26
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
26
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
27
27
|
import '../OrInputV3/props.js';
|
|
28
28
|
import '../OrInputBoxV3/props.js';
|
|
29
29
|
import '../OrInputV3/styles.js';
|
|
@@ -56,7 +56,7 @@ import '../OrBottomSheetV3/styles.js';
|
|
|
56
56
|
import '../../hooks/usePopoverState.js';
|
|
57
57
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
58
58
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
59
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
59
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
60
60
|
import '../OrInputBoxV3/styles.js';
|
|
61
61
|
import '../OrLabelV3/OrLabel.js';
|
|
62
62
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { ConfirmType } from './props.js';
|
|
2
|
-
export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-93458f1f.js';
|
|
3
3
|
import '../../index-09d1cb24.js';
|
|
4
4
|
import '../../index-f4d8e24c.js';
|
|
5
5
|
import 'vue-demi';
|
|
@@ -22,7 +22,7 @@ import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
|
|
|
22
22
|
import '../OrLoaderV3/props.js';
|
|
23
23
|
import '../OrLoaderV3/styles.js';
|
|
24
24
|
import '../OrInputV3/OrInput.js';
|
|
25
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
25
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
26
26
|
import '../OrInputV3/props.js';
|
|
27
27
|
import '../OrInputBoxV3/props.js';
|
|
28
28
|
import '../OrInputV3/styles.js';
|
|
@@ -55,7 +55,7 @@ import '../OrBottomSheetV3/styles.js';
|
|
|
55
55
|
import '../../hooks/usePopoverState.js';
|
|
56
56
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
57
57
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
58
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
58
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
59
59
|
import '../OrInputBoxV3/styles.js';
|
|
60
60
|
import '../OrLabelV3/OrLabel.js';
|
|
61
61
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-8ec017e2.js';
|
|
2
|
+
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-8ec017e2.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
@@ -63,7 +63,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
63
63
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
64
64
|
import '../OrHintV3/styles.js';
|
|
65
65
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
66
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
66
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
67
67
|
import '../OrInputBoxV3/props.js';
|
|
68
68
|
import '../OrInputBoxV3/styles.js';
|
|
69
69
|
import '../../directives/dropdown-close.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-8ec017e2.js';
|
|
2
2
|
export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
@@ -63,7 +63,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
63
63
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
64
64
|
import '../OrHintV3/styles.js';
|
|
65
65
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
66
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
66
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
67
67
|
import '../OrInputBoxV3/styles.js';
|
|
68
68
|
import '../../directives/dropdown-close.js';
|
|
69
69
|
import '../../directives/dropdown-open.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-fec947db.js';
|
|
2
|
+
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-fec947db.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './hooks/useCurrentDate.js';
|
|
@@ -65,7 +65,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
65
65
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
66
66
|
import '../OrHintV3/styles.js';
|
|
67
67
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
68
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
68
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
69
69
|
import '../OrInputBoxV3/props.js';
|
|
70
70
|
import '../OrInputBoxV3/styles.js';
|
|
71
71
|
import '../../directives/dropdown-close.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-fec947db.js';
|
|
2
2
|
export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './hooks/useCurrentDate.js';
|
|
@@ -65,7 +65,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
65
65
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
66
66
|
import '../OrHintV3/styles.js';
|
|
67
67
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
68
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
68
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
69
69
|
import '../OrInputBoxV3/styles.js';
|
|
70
70
|
import '../../directives/dropdown-close.js';
|
|
71
71
|
import '../../directives/dropdown-open.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-820cc7e9.js';
|
|
2
|
+
export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-820cc7e9.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
import 'vue-demi';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { InlineInputType } from './props.js';
|
|
2
|
-
export { s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-820cc7e9.js';
|
|
3
3
|
export { InlineInputBoxSize as InlineInputSize } from '../OrInlineInputBoxV3/props.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrInlineTextarea.vue_vue_type_script_lang-8e639991.js';
|
|
2
|
+
export { s as default } from '../../OrInlineTextarea.vue_vue_type_script_lang-8e639991.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
import 'vue-demi';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-8e639991.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './styles.js';
|
|
4
4
|
import '../OrErrorV3/OrError.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrInputBox.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrInputBox.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
2
|
+
export { s as default } from '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createCommentVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './props.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { InputBoxSize, InputBoxVariant } from './props.js';
|
|
2
|
-
export { s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrInputBoxV3 } from '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import './styles.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrInput.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrInput.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
2
|
+
export { s as default } from '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, Fragment, withModifiers, withDirectives, createElementVNode, mergeProps, vModelDynamic, createSlots, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
import 'vue-demi';
|
|
@@ -44,7 +44,7 @@ import '../../utils/isVisible.js';
|
|
|
44
44
|
import '../../hooks/usePopoverState.js';
|
|
45
45
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
46
46
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
47
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
47
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
48
48
|
import '../OrInputBoxV3/styles.js';
|
|
49
49
|
import '../OrLabelV3/OrLabel.js';
|
|
50
50
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { InputType } from './props.js';
|
|
2
|
-
export { s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
3
3
|
export { InputBoxSize as InputSize } from '../OrInputBoxV3/props.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
@@ -42,7 +42,7 @@ import '../../utils/isVisible.js';
|
|
|
42
42
|
import '../../hooks/usePopoverState.js';
|
|
43
43
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
44
44
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
45
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
45
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
46
46
|
import '../OrInputBoxV3/styles.js';
|
|
47
47
|
import '../OrLabelV3/OrLabel.js';
|
|
48
48
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -5,10 +5,10 @@ const InputRoot = [
|
|
|
5
5
|
'gap-xs'];
|
|
6
6
|
const InputControl = [
|
|
7
7
|
// Box
|
|
8
|
-
'
|
|
8
|
+
'flex-auto',
|
|
9
9
|
// Typography
|
|
10
10
|
'typography-inherit',
|
|
11
|
-
// Theme
|
|
11
|
+
// Theme (placeholder)
|
|
12
12
|
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
|
|
13
13
|
|
|
14
14
|
export { InputControl, InputRoot };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { s as script } from '../../OrSearch.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrSearch.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
|
|
2
|
+
export { s as default } from '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../OrInputV3/OrInput.js';
|
|
6
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
6
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
7
7
|
import '../OrInputV3/props.js';
|
|
8
8
|
import '../OrInputBoxV3/props.js';
|
|
9
9
|
import '../OrInputV3/styles.js';
|
|
@@ -45,7 +45,7 @@ import '../../utils/isVisible.js';
|
|
|
45
45
|
import '../../hooks/usePopoverState.js';
|
|
46
46
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
47
47
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
48
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
48
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
49
49
|
import '../OrInputBoxV3/styles.js';
|
|
50
50
|
import '../OrLabelV3/OrLabel.js';
|
|
51
51
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-18dc2df8.js';
|
|
2
2
|
export { InputBoxSize as SearchSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrInputV3/OrInput.js';
|
|
5
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
6
6
|
import '../OrInputV3/props.js';
|
|
7
7
|
import '../OrInputV3/styles.js';
|
|
8
8
|
import '../OrErrorV3/OrError.js';
|
|
@@ -44,7 +44,7 @@ import '../../utils/isVisible.js';
|
|
|
44
44
|
import '../../hooks/usePopoverState.js';
|
|
45
45
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
46
46
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
47
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
47
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
48
48
|
import '../OrInputBoxV3/styles.js';
|
|
49
49
|
import '../OrLabelV3/OrLabel.js';
|
|
50
50
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|