@onereach/ui-components 4.8.0 → 4.8.1-beta.2889.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 +359 -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 +14 -2
- 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 +8 -0
- package/dist/bundled/v2/index.js +8 -6
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-ec925f28.js → OrCardCollection.vue_vue_type_script_lang-3e7aa91a.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-85fcf3fa.js → OrSelect.vue_vue_type_script_lang-72c1db17.js} +2 -2
- package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-60f6d6de.js +149 -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 +171 -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 +8 -6
- 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 +8 -0
- package/dist/bundled/v3/index.js +22 -19
- package/dist/esm/v2/{OrCardCollection-a9736f16.js → OrCardCollection-79b90811.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-7f2d3a94.js → OrSelect-1ee299d9.js} +3 -3
- package/dist/esm/v2/OrTagInput-63697869.js +336 -0
- package/dist/esm/v2/{OrTags-e80cd854.js → OrTags-9048733c.js} +16 -2
- 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 +7 -3
- 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-8d41fafc.js → OrCardCollection-76f937d5.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-c931ed6e.js → OrSelect-5a2c078d.js} +2 -2
- package/dist/esm/v3/OrTagInput-6a6d1365.js +262 -0
- package/dist/esm/v3/{OrTags-3f0ab56f.js → OrTags-1621cbb9.js} +10 -4
- 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 +298 -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 +14 -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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrSelect.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrSelect.vue_vue_type_script_lang-72c1db17.js';
|
|
2
|
+
export { s as default } from '../../OrSelect.vue_vue_type_script_lang-72c1db17.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../utils/isEmptyValue.js';
|
|
@@ -32,7 +32,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
32
32
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
33
33
|
import '../OrHintV3/styles.js';
|
|
34
34
|
import '../OrInputV3/OrInput.js';
|
|
35
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
35
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
36
36
|
import '../OrInputV3/props.js';
|
|
37
37
|
import '../OrInputBoxV3/props.js';
|
|
38
38
|
import '../OrInputV3/styles.js';
|
|
@@ -61,7 +61,7 @@ import '../../hooks/useElevation.js';
|
|
|
61
61
|
import '../../utils/isVisible.js';
|
|
62
62
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
63
63
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
64
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
64
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
65
65
|
import '../OrInputBoxV3/styles.js';
|
|
66
66
|
import '../OrLoaderV3/OrLoader.js';
|
|
67
67
|
import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-72c1db17.js';
|
|
2
2
|
export { InputBoxSize as SelectSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../utils/isEmptyValue.js';
|
|
@@ -32,7 +32,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
32
32
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
33
33
|
import '../OrHintV3/styles.js';
|
|
34
34
|
import '../OrInputV3/OrInput.js';
|
|
35
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
35
|
+
import '../../OrInput.vue_vue_type_script_lang-66363c62.js';
|
|
36
36
|
import '../OrInputV3/props.js';
|
|
37
37
|
import '../OrInputV3/styles.js';
|
|
38
38
|
import '../OrIconButtonV3/OrIconButton.js';
|
|
@@ -60,7 +60,7 @@ import '../../hooks/useElevation.js';
|
|
|
60
60
|
import '../../utils/isVisible.js';
|
|
61
61
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
62
62
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
63
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
63
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
64
64
|
import '../OrInputBoxV3/styles.js';
|
|
65
65
|
import '../OrLoaderV3/OrLoader.js';
|
|
66
66
|
import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { s as script } from '../../OrTagInput.vue_vue_type_script_lang-60f6d6de.js';
|
|
2
|
+
export { s as default } from '../../OrTagInput.vue_vue_type_script_lang-60f6d6de.js';
|
|
3
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withModifiers, withDirectives, createElementVNode, mergeProps, withKeys, vModelDynamic, createSlots, vShow } from 'vue';
|
|
4
|
+
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
|
+
import 'vue-demi';
|
|
6
|
+
import './styles.js';
|
|
7
|
+
import '../OrErrorV3/OrError.js';
|
|
8
|
+
import '../../OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
9
|
+
import '../OrErrorV3/styles.js';
|
|
10
|
+
import '../OrHintV3/OrHint.js';
|
|
11
|
+
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
+
import '../OrHintV3/styles.js';
|
|
13
|
+
import '../OrIconButtonV3/OrIconButton.js';
|
|
14
|
+
import '../../OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
15
|
+
import '../OrIconButtonV3/props.js';
|
|
16
|
+
import '../OrIconV3/props.js';
|
|
17
|
+
import '../OrIconButtonV3/styles.js';
|
|
18
|
+
import '../OrIconV3/OrIcon.js';
|
|
19
|
+
import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
20
|
+
import '../OrIconV3/styles.js';
|
|
21
|
+
import '../OrTooltipV3/OrTooltip.js';
|
|
22
|
+
import '../../OrTooltip.vue_vue_type_script_lang-227592d8.js';
|
|
23
|
+
import '../OrTooltipV3/styles.js';
|
|
24
|
+
import '../OrPopoverV3/OrPopover.js';
|
|
25
|
+
import '../../OrPopover.vue_vue_type_script_lang-506ae7bb.js';
|
|
26
|
+
import '../../floating-ui.dom.esm-83eba816.js';
|
|
27
|
+
import '../../index-09d1cb24.js';
|
|
28
|
+
import '../../index-f4d8e24c.js';
|
|
29
|
+
import '../OrPopoverV3/props.js';
|
|
30
|
+
import '../OrPopoverV3/styles.js';
|
|
31
|
+
import '../OrBottomSheetV3/OrBottomSheet.js';
|
|
32
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-214a0eea.js';
|
|
33
|
+
import '../OrBottomSheetV3/props.js';
|
|
34
|
+
import '../OrBottomSheetV3/styles.js';
|
|
35
|
+
import '../OrOverlayV3/OrOverlay.js';
|
|
36
|
+
import '../../OrOverlay.vue_vue_type_script_lang-0fdf19ba.js';
|
|
37
|
+
import '../OrOverlayV3/styles.js';
|
|
38
|
+
import '../OrTeleportV3/OrTeleport.js';
|
|
39
|
+
import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
40
|
+
import '../../hooks/useElevation.js';
|
|
41
|
+
import '../../utils/isVisible.js';
|
|
42
|
+
import '../../hooks/usePopoverState.js';
|
|
43
|
+
import '../../hooks/useResponsive/useResponsive.js';
|
|
44
|
+
import '../OrInputBoxV3/OrInputBox.js';
|
|
45
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
46
|
+
import '../OrInputBoxV3/props.js';
|
|
47
|
+
import '../OrInputBoxV3/styles.js';
|
|
48
|
+
import '../OrLabelV3/OrLabel.js';
|
|
49
|
+
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
50
|
+
import '../OrLabelV3/props.js';
|
|
51
|
+
import '../OrLabelV3/styles.js';
|
|
52
|
+
import '../OrTagsV3/OrTags.js';
|
|
53
|
+
import '../../OrTags.vue_vue_type_script_lang-45bbc68e.js';
|
|
54
|
+
import '../OrTagsV3/styles.js';
|
|
55
|
+
import '../OrButtonV3/OrButton.js';
|
|
56
|
+
import '../../OrButton.vue_vue_type_script_lang-e8969bd3.js';
|
|
57
|
+
import '../OrButtonV3/props.js';
|
|
58
|
+
import '../OrButtonV3/styles.js';
|
|
59
|
+
import '../OrLoaderV3/OrLoader.js';
|
|
60
|
+
import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
|
|
61
|
+
import '../OrLoaderV3/props.js';
|
|
62
|
+
import '../OrLoaderV3/styles.js';
|
|
63
|
+
import '../OrTagV3/OrTag.js';
|
|
64
|
+
import '../../OrTag.vue_vue_type_script_lang-c7065625.js';
|
|
65
|
+
import '../OrTagV3/props.js';
|
|
66
|
+
import '../OrTagV3/styles.js';
|
|
67
|
+
import '../../hooks/useOverflow.js';
|
|
68
|
+
import '../../hooks/useIdAttribute.js';
|
|
69
|
+
import '../../hooks/useControlAttributes.js';
|
|
70
|
+
import '../../hooks/useValidationAttributes.js';
|
|
71
|
+
|
|
72
|
+
const _hoisted_1 = ["placeholder", "readonly", "disabled"];
|
|
73
|
+
const _hoisted_2 = {
|
|
74
|
+
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
75
|
+
};
|
|
76
|
+
const _hoisted_3 = {
|
|
77
|
+
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
78
|
+
};
|
|
79
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
80
|
+
const _component_OrLabel = resolveComponent("OrLabel");
|
|
81
|
+
const _component_OrTags = resolveComponent("OrTags");
|
|
82
|
+
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
83
|
+
const _component_OrInputBox = resolveComponent("OrInputBox");
|
|
84
|
+
const _component_OrHint = resolveComponent("OrHint");
|
|
85
|
+
const _component_OrError = resolveComponent("OrError");
|
|
86
|
+
return openBlock(), createElementBlock("div", {
|
|
87
|
+
ref: "root",
|
|
88
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
89
|
+
}, [_ctx.label ? (openBlock(), createBlock(_component_OrLabel, {
|
|
90
|
+
key: 0,
|
|
91
|
+
"control-id": _ctx.controlAttributes.id,
|
|
92
|
+
variant: 'input',
|
|
93
|
+
required: _ctx.required,
|
|
94
|
+
disabled: _ctx.disabled
|
|
95
|
+
}, {
|
|
96
|
+
addon: withCtx(() => [renderSlot(_ctx.$slots, "addon")]),
|
|
97
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
|
|
98
|
+
|
|
99
|
+
_: 3 /* FORWARDED */
|
|
100
|
+
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
|
|
101
|
+
variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
102
|
+
size: _ctx.size,
|
|
103
|
+
invalid: !!_ctx.error,
|
|
104
|
+
readonly: _ctx.readonly,
|
|
105
|
+
disabled: _ctx.disabled
|
|
106
|
+
}, {
|
|
107
|
+
addon: withCtx(() => [_ctx.proxyModelValue.length > 0 || _ctx.draftModelValue ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
108
|
+
key: 0,
|
|
109
|
+
icon: 'close',
|
|
110
|
+
color: 'inherit',
|
|
111
|
+
disabled: _ctx.readonly || _ctx.disabled,
|
|
112
|
+
onClick: _cache[7] || (_cache[7] = withModifiers($event => _ctx.reset(), ["stop"]))
|
|
113
|
+
}, null, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)]),
|
|
114
|
+
default: withCtx(() => [_ctx.proxyModelValue.length > 0 ? (openBlock(), createBlock(_component_OrTags, {
|
|
115
|
+
key: 0,
|
|
116
|
+
items: _ctx.proxyModelValue,
|
|
117
|
+
"tag-props": {
|
|
118
|
+
variant: _ctx.readonly || _ctx.disabled ? 'tag' : 'reset',
|
|
119
|
+
disabled: _ctx.disabled
|
|
120
|
+
},
|
|
121
|
+
onReset: _cache[0] || (_cache[0] = $event => _ctx.remove($event))
|
|
122
|
+
}, null, 8 /* PROPS */, ["items", "tag-props"])) : createCommentVNode("v-if", true), withDirectives(createElementVNode("input", mergeProps({
|
|
123
|
+
ref: "control",
|
|
124
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.draftModelValue = $event)
|
|
125
|
+
}, _ctx.controlAttributes, {
|
|
126
|
+
class: _ctx.controlStyles,
|
|
127
|
+
type: 'text',
|
|
128
|
+
placeholder: _ctx.proxyModelValue.length === 0 ? _ctx.placeholder : undefined,
|
|
129
|
+
readonly: _ctx.readonly,
|
|
130
|
+
disabled: _ctx.disabled,
|
|
131
|
+
autocomplete: 'off',
|
|
132
|
+
minlength: undefined,
|
|
133
|
+
maxlength: undefined,
|
|
134
|
+
onKeydown: [_cache[2] || (_cache[2] = withKeys($event => _ctx.add(), ["enter"])), _cache[3] || (_cache[3] = $event => _ctx.$emit('keydown', $event))],
|
|
135
|
+
onKeyup: _cache[4] || (_cache[4] = $event => _ctx.$emit('keyup', $event)),
|
|
136
|
+
onFocus: _cache[5] || (_cache[5] = $event => _ctx.$emit('focus', $event)),
|
|
137
|
+
onBlur: _cache[6] || (_cache[6] = $event => _ctx.$emit('blur', $event))
|
|
138
|
+
}), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelDynamic, _ctx.draftModelValue]])]),
|
|
139
|
+
_: 1 /* STABLE */
|
|
140
|
+
}, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_2, [_ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
141
|
+
key: 0,
|
|
142
|
+
disabled: _ctx.disabled
|
|
143
|
+
}, createSlots({
|
|
144
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint) + " ", 1 /* TEXT */)]),
|
|
145
|
+
|
|
146
|
+
_: 2 /* DYNAMIC */
|
|
147
|
+
}, [_ctx.maxLength ? {
|
|
148
|
+
name: "addon",
|
|
149
|
+
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
150
|
+
|
|
151
|
+
key: "0"
|
|
152
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_3, [createVNode(_component_OrError, {
|
|
153
|
+
disabled: _ctx.disabled
|
|
154
|
+
}, createSlots({
|
|
155
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
|
|
156
|
+
|
|
157
|
+
_: 2 /* DYNAMIC */
|
|
158
|
+
}, [_ctx.maxLength ? {
|
|
159
|
+
name: "addon",
|
|
160
|
+
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.currentLength) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
161
|
+
|
|
162
|
+
key: "0"
|
|
163
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])], 512 /* NEED_PATCH */), [[vShow, typeof _ctx.error === 'string']])], 2 /* CLASS */);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
var css_248z = "\ninput[data-v-368ea875] {\n min-width: 0;\n background: none;\n outline: none;\n}\n";
|
|
167
|
+
styleInject(css_248z);
|
|
168
|
+
|
|
169
|
+
script.render = render;
|
|
170
|
+
script.__scopeId = "data-v-368ea875";
|
|
171
|
+
script.__file = "src/components/or-tag-input-v3/OrTagInput.vue";
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { TagInputSize } from './props';
|
|
3
|
+
declare const _default: import("vue-demi").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
type: PropType<string[]>;
|
|
6
|
+
default: () => never[];
|
|
7
|
+
};
|
|
8
|
+
size: {
|
|
9
|
+
type: PropType<"m" | "s">;
|
|
10
|
+
default: TagInputSize;
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
placeholder: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
hint: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
error: {
|
|
25
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
28
|
+
required: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
readonly: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
disabled: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
disableDefaultStyles: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}, {
|
|
45
|
+
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
46
|
+
control: import("vue-demi").Ref<HTMLInputElement | undefined>;
|
|
47
|
+
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
48
|
+
controlStyles: import("vue-demi").ComputedRef<string[]>;
|
|
49
|
+
itemStyles: import("vue-demi").ComputedRef<string[]>;
|
|
50
|
+
controlAttributes: {
|
|
51
|
+
required: boolean | undefined;
|
|
52
|
+
minlength: number | undefined;
|
|
53
|
+
maxlength: number | undefined;
|
|
54
|
+
pattern: string | undefined;
|
|
55
|
+
min: number | undefined;
|
|
56
|
+
max: number | undefined;
|
|
57
|
+
step: number | undefined;
|
|
58
|
+
readonly: boolean | undefined;
|
|
59
|
+
disabled: boolean | undefined;
|
|
60
|
+
'force-state': string | undefined;
|
|
61
|
+
id: string | undefined;
|
|
62
|
+
};
|
|
63
|
+
proxyModelValue: import("vue-demi").WritableComputedRef<string[]>;
|
|
64
|
+
draftModelValue: import("vue-demi").Ref<string | undefined>;
|
|
65
|
+
currentLength: import("vue-demi").ComputedRef<number>;
|
|
66
|
+
maxLength: import("vue-demi").ComputedRef<number | undefined>;
|
|
67
|
+
focus: () => void;
|
|
68
|
+
blur: () => void;
|
|
69
|
+
add: () => void;
|
|
70
|
+
remove: (value: string) => void;
|
|
71
|
+
reset: () => void;
|
|
72
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:modelValue" | "keydown" | "keyup" | "focus" | "blur")[], "update:modelValue" | "keydown" | "keyup" | "focus" | "blur", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
73
|
+
modelValue: {
|
|
74
|
+
type: PropType<string[]>;
|
|
75
|
+
default: () => never[];
|
|
76
|
+
};
|
|
77
|
+
size: {
|
|
78
|
+
type: PropType<"m" | "s">;
|
|
79
|
+
default: TagInputSize;
|
|
80
|
+
};
|
|
81
|
+
label: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: undefined;
|
|
84
|
+
};
|
|
85
|
+
placeholder: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: undefined;
|
|
88
|
+
};
|
|
89
|
+
hint: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: undefined;
|
|
92
|
+
};
|
|
93
|
+
error: {
|
|
94
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
95
|
+
default: undefined;
|
|
96
|
+
};
|
|
97
|
+
required: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
readonly: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
disabled: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
disableDefaultStyles: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
}>> & {
|
|
114
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
116
|
+
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
117
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
118
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
119
|
+
}, {
|
|
120
|
+
modelValue: string[];
|
|
121
|
+
size: "m" | "s";
|
|
122
|
+
label: string;
|
|
123
|
+
placeholder: string;
|
|
124
|
+
hint: string;
|
|
125
|
+
error: string | boolean;
|
|
126
|
+
required: boolean;
|
|
127
|
+
readonly: boolean;
|
|
128
|
+
disabled: boolean;
|
|
129
|
+
disableDefaultStyles: boolean;
|
|
130
|
+
}>;
|
|
131
|
+
export default _default;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export { s as OrTagInputV3 } from '../../OrTagInput.vue_vue_type_script_lang-60f6d6de.js';
|
|
2
|
+
export { InputBoxSize as TagInputSize } from '../OrInputBoxV3/props.js';
|
|
3
|
+
import 'vue-demi';
|
|
4
|
+
import './styles.js';
|
|
5
|
+
import '../OrErrorV3/OrError.js';
|
|
6
|
+
import '../../OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
7
|
+
import '../OrErrorV3/styles.js';
|
|
8
|
+
import 'vue';
|
|
9
|
+
import '../OrHintV3/OrHint.js';
|
|
10
|
+
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
11
|
+
import '../OrHintV3/styles.js';
|
|
12
|
+
import '../OrIconButtonV3/OrIconButton.js';
|
|
13
|
+
import '../../OrIconButton.vue_vue_type_script_lang-c3a78c23.js';
|
|
14
|
+
import '../OrIconButtonV3/props.js';
|
|
15
|
+
import '../OrIconV3/props.js';
|
|
16
|
+
import '../OrIconButtonV3/styles.js';
|
|
17
|
+
import '../OrIconV3/OrIcon.js';
|
|
18
|
+
import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
19
|
+
import '../OrIconV3/styles.js';
|
|
20
|
+
import '../OrTooltipV3/OrTooltip.js';
|
|
21
|
+
import '../../OrTooltip.vue_vue_type_script_lang-227592d8.js';
|
|
22
|
+
import '../OrTooltipV3/styles.js';
|
|
23
|
+
import '../OrPopoverV3/OrPopover.js';
|
|
24
|
+
import '../../OrPopover.vue_vue_type_script_lang-506ae7bb.js';
|
|
25
|
+
import '../../floating-ui.dom.esm-83eba816.js';
|
|
26
|
+
import '../../index-09d1cb24.js';
|
|
27
|
+
import '../../index-f4d8e24c.js';
|
|
28
|
+
import '../OrPopoverV3/props.js';
|
|
29
|
+
import '../OrPopoverV3/styles.js';
|
|
30
|
+
import '../OrBottomSheetV3/OrBottomSheet.js';
|
|
31
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-214a0eea.js';
|
|
32
|
+
import '../OrBottomSheetV3/props.js';
|
|
33
|
+
import '../OrBottomSheetV3/styles.js';
|
|
34
|
+
import '../OrOverlayV3/OrOverlay.js';
|
|
35
|
+
import '../../OrOverlay.vue_vue_type_script_lang-0fdf19ba.js';
|
|
36
|
+
import '../OrOverlayV3/styles.js';
|
|
37
|
+
import '../OrTeleportV3/OrTeleport.js';
|
|
38
|
+
import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
39
|
+
import '../../hooks/useElevation.js';
|
|
40
|
+
import '../../utils/isVisible.js';
|
|
41
|
+
import '../../hooks/usePopoverState.js';
|
|
42
|
+
import '../../hooks/useResponsive/useResponsive.js';
|
|
43
|
+
import '../OrInputBoxV3/OrInputBox.js';
|
|
44
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
45
|
+
import '../OrInputBoxV3/styles.js';
|
|
46
|
+
import '../OrLabelV3/OrLabel.js';
|
|
47
|
+
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
48
|
+
import '../OrLabelV3/props.js';
|
|
49
|
+
import '../OrLabelV3/styles.js';
|
|
50
|
+
import '../OrTagsV3/OrTags.js';
|
|
51
|
+
import '../../OrTags.vue_vue_type_script_lang-45bbc68e.js';
|
|
52
|
+
import '../OrTagsV3/styles.js';
|
|
53
|
+
import '../OrButtonV3/OrButton.js';
|
|
54
|
+
import '../../OrButton.vue_vue_type_script_lang-e8969bd3.js';
|
|
55
|
+
import '../OrButtonV3/props.js';
|
|
56
|
+
import '../OrButtonV3/styles.js';
|
|
57
|
+
import '../OrLoaderV3/OrLoader.js';
|
|
58
|
+
import '../../OrLoader.vue_vue_type_script_lang-f076f6b3.js';
|
|
59
|
+
import '../OrLoaderV3/props.js';
|
|
60
|
+
import '../OrLoaderV3/styles.js';
|
|
61
|
+
import '../OrTagV3/OrTag.js';
|
|
62
|
+
import '../../OrTag.vue_vue_type_script_lang-c7065625.js';
|
|
63
|
+
import '../OrTagV3/props.js';
|
|
64
|
+
import '../OrTagV3/styles.js';
|
|
65
|
+
import '../../hooks/useOverflow.js';
|
|
66
|
+
import '../../hooks/useIdAttribute.js';
|
|
67
|
+
import '../../hooks/useControlAttributes.js';
|
|
68
|
+
import '../../hooks/useValidationAttributes.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as TagInputSize } from '../or-input-box-v3';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as TagInputSize } from '../OrInputBoxV3/props.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const TagInput = [
|
|
2
|
+
// Layout
|
|
3
|
+
'layout-column',
|
|
4
|
+
// Spacing
|
|
5
|
+
'gap-xs'];
|
|
6
|
+
const TagInputControl = [
|
|
7
|
+
// Layout
|
|
8
|
+
'flex-auto',
|
|
9
|
+
// Typography
|
|
10
|
+
'typography-inherit',
|
|
11
|
+
// Theme (placeholder)
|
|
12
|
+
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
|
|
13
|
+
const TagInputItem = [
|
|
14
|
+
// Box
|
|
15
|
+
'!min-h-0'];
|
|
16
|
+
|
|
17
|
+
export { TagInput, TagInputControl, TagInputItem };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrTags.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrTags.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrTags.vue_vue_type_script_lang-45bbc68e.js';
|
|
2
|
+
export { s as default } from '../../OrTags.vue_vue_type_script_lang-45bbc68e.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
@@ -60,12 +60,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
60
60
|
class: normalizeClass(_ctx.containerStyles)
|
|
61
61
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, item => {
|
|
62
62
|
return openBlock(), createBlock(_component_OrTag, mergeProps(_ctx.tagProps, {
|
|
63
|
-
key: item
|
|
63
|
+
key: item,
|
|
64
|
+
onReset: $event => _ctx.$emit('reset', item)
|
|
64
65
|
}), {
|
|
65
66
|
default: withCtx(() => [createTextVNode(toDisplayString(item), 1 /* TEXT */)]),
|
|
66
67
|
|
|
67
68
|
_: 2 /* DYNAMIC */
|
|
68
|
-
}, 1040 /* FULL_PROPS, DYNAMIC_SLOTS
|
|
69
|
+
}, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["onReset"]);
|
|
69
70
|
}), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */), _ctx.overflowItems.length > 0 ? (openBlock(), createElementBlock(Fragment, {
|
|
70
71
|
key: 0
|
|
71
72
|
}, [createVNode(_component_OrButton, {
|
|
@@ -87,12 +88,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
87
88
|
class: normalizeClass(_ctx.overflowPopoverStyles)
|
|
88
89
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.overflowItems, item => {
|
|
89
90
|
return openBlock(), createBlock(_component_OrTag, mergeProps(_ctx.tagProps, {
|
|
90
|
-
key: item
|
|
91
|
+
key: item,
|
|
92
|
+
onReset: $event => _ctx.$emit('reset', item)
|
|
91
93
|
}), {
|
|
92
94
|
default: withCtx(() => [createTextVNode(toDisplayString(item), 1 /* TEXT */)]),
|
|
93
95
|
|
|
94
96
|
_: 2 /* DYNAMIC */
|
|
95
|
-
}, 1040 /* FULL_PROPS, DYNAMIC_SLOTS
|
|
97
|
+
}, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["onReset"]);
|
|
96
98
|
}), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)]),
|
|
97
99
|
|
|
98
100
|
_: 1 /* STABLE */
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
20
20
|
overflowButtonStyles: import("vue-demi").ComputedRef<string[]>;
|
|
21
21
|
overflowPopoverStyles: import("vue-demi").ComputedRef<string[]>;
|
|
22
22
|
overflowItems: import("vue-demi").ComputedRef<string[]>;
|
|
23
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin,
|
|
23
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("click" | "focus" | "blur" | "reset")[], "click" | "focus" | "blur" | "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
24
24
|
items: {
|
|
25
25
|
type: PropType<string[]>;
|
|
26
26
|
default: () => never[];
|
|
@@ -29,7 +29,12 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
29
29
|
type: PropType<any>;
|
|
30
30
|
default: undefined;
|
|
31
31
|
};
|
|
32
|
-
}
|
|
32
|
+
}>> & {
|
|
33
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}, {
|
|
33
38
|
items: string[];
|
|
34
39
|
tagProps: any;
|
|
35
40
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrTextarea.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrTextarea.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrTextarea.vue_vue_type_script_lang-0d1a7a48.js';
|
|
2
|
+
export { s as default } from '../../OrTextarea.vue_vue_type_script_lang-0d1a7a48.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelText, createSlots, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
import 'vue-demi';
|
|
@@ -11,7 +11,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
11
11
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
12
|
import '../OrHintV3/styles.js';
|
|
13
13
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
14
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
14
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
15
15
|
import '../OrInputBoxV3/props.js';
|
|
16
16
|
import '../OrInputBoxV3/styles.js';
|
|
17
17
|
import '../OrLabelV3/OrLabel.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTextareaV3 } from '../../OrTextarea.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTextareaV3 } from '../../OrTextarea.vue_vue_type_script_lang-0d1a7a48.js';
|
|
2
2
|
export { InputBoxSize as TextareaSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './styles.js';
|
|
@@ -10,7 +10,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
10
10
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
11
11
|
import '../OrHintV3/styles.js';
|
|
12
12
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
13
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
14
14
|
import '../OrInputBoxV3/styles.js';
|
|
15
15
|
import '../OrLabelV3/OrLabel.js';
|
|
16
16
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
@@ -10,7 +10,7 @@ const TextareaControl = [
|
|
|
10
10
|
'px-md md:px-sm+', 'py-sm md:py-xs', '!m-none',
|
|
11
11
|
// Typography
|
|
12
12
|
'typography-inherit',
|
|
13
|
-
// Theme
|
|
13
|
+
// Theme (placeholder)
|
|
14
14
|
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
|
|
15
15
|
|
|
16
16
|
export { TextareaControl, TextareaRoot };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrTimePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrTimePicker.vue_vue_type_script_lang-c737eaa8.js';
|
|
2
|
+
export { s as default } from '../../OrTimePicker.vue_vue_type_script_lang-c737eaa8.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';
|
|
@@ -57,7 +57,7 @@ import '../../utils/isVisible.js';
|
|
|
57
57
|
import '../../hooks/usePopoverState.js';
|
|
58
58
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
59
59
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
60
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
60
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
61
61
|
import '../OrInputBoxV3/props.js';
|
|
62
62
|
import '../OrInputBoxV3/styles.js';
|
|
63
63
|
import '../../directives/dropdown-close.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTimePickerV3 } from '../../OrTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTimePickerV3 } from '../../OrTimePicker.vue_vue_type_script_lang-c737eaa8.js';
|
|
2
2
|
export { InputBoxSize as TimePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
@@ -57,7 +57,7 @@ import '../../utils/isVisible.js';
|
|
|
57
57
|
import '../../hooks/usePopoverState.js';
|
|
58
58
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
59
59
|
import '../OrInputBoxV3/OrInputBox.js';
|
|
60
|
-
import '../../OrInputBox.vue_vue_type_script_lang-
|
|
60
|
+
import '../../OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
61
61
|
import '../OrInputBoxV3/styles.js';
|
|
62
62
|
import '../../directives/dropdown-close.js';
|
|
63
63
|
import '../../directives/dropdown-open.js';
|
|
@@ -10,9 +10,9 @@ export * from './or-card-collection-v3';
|
|
|
10
10
|
export * from './or-card-v3';
|
|
11
11
|
export * from './or-carousel';
|
|
12
12
|
export * from './or-checkbox';
|
|
13
|
-
export * from './or-checkbox-v3';
|
|
14
13
|
export * from './or-checkbox-group-v3';
|
|
15
14
|
export * from './or-checkbox-tree-v3';
|
|
15
|
+
export * from './or-checkbox-v3';
|
|
16
16
|
export * from './or-chips';
|
|
17
17
|
export * from './or-code';
|
|
18
18
|
export * from './or-collapse';
|
|
@@ -90,6 +90,7 @@ export * from './or-tab-v3';
|
|
|
90
90
|
export * from './or-tabs';
|
|
91
91
|
export * from './or-tabs-v3';
|
|
92
92
|
export * from './or-tag';
|
|
93
|
+
export * from './or-tag-input-v3';
|
|
93
94
|
export * from './or-tag-v3';
|
|
94
95
|
export * from './or-tags-v3';
|
|
95
96
|
export * from './or-teleport';
|