@onereach/ui-components 4.7.3 → 4.7.4-beta.2867.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 +355 -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 +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-1eb13525.js +148 -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 +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 +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-2d7a9ef2.js +332 -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-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-da823f11.js +257 -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 +291 -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,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-bd173449.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-9622e713.js';
|
|
4
4
|
import '../../OrLoader-b0c381f9.js';
|
|
@@ -20,13 +20,13 @@ import '../../OrTeleport.vue2-424c7f33.js';
|
|
|
20
20
|
import 'portal-vue';
|
|
21
21
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
22
22
|
import '../../OrMenu-d03831b0.js';
|
|
23
|
-
import '../../OrSearch-
|
|
24
|
-
import '../../OrInput-
|
|
23
|
+
import '../../OrSearch-33e3b0e4.js';
|
|
24
|
+
import '../../OrInput-2eeff16a.js';
|
|
25
25
|
import '../../useIdAttribute-859439f0.js';
|
|
26
26
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
27
27
|
import '../../OrError-4ffc1c39.js';
|
|
28
28
|
import '../../OrHint-aa221198.js';
|
|
29
|
-
import '../../OrInputBox-
|
|
30
|
-
import '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
29
|
+
import '../../OrInputBox-11227ecd.js';
|
|
30
|
+
import '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
31
31
|
import '../../OrLabel-63380256.js';
|
|
32
32
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrCombinedInputV3 } from '../../OrCombinedInput-
|
|
2
|
-
export { I as CombinedInputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrCombinedInputV3 } from '../../OrCombinedInput-ed20e33b.js';
|
|
2
|
+
export { I as CombinedInputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../OrError-4ffc1c39.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-0b56c11f.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../OrInput-
|
|
11
|
+
import '../../OrInput-2eeff16a.js';
|
|
12
12
|
import '../../useIdAttribute-859439f0.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
14
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -24,7 +24,7 @@ import '../../OrBottomSheet-af25c131.js';
|
|
|
24
24
|
import '../../OrOverlay-948346df.js';
|
|
25
25
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
26
26
|
import 'portal-vue';
|
|
27
|
-
import '../../OrInputBox-
|
|
28
|
-
import '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
27
|
+
import '../../OrInputBox-11227ecd.js';
|
|
28
|
+
import '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
29
29
|
import '../../OrLabel-63380256.js';
|
|
30
30
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrDatePickerV3 } from '../../OrDatePicker-
|
|
2
|
-
export { I as DatePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrDatePickerV3 } from '../../OrDatePicker-0989a40c.js';
|
|
2
|
+
export { I as DatePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../OrDateTimePickerPopoverHeader-a84af34e.js';
|
|
@@ -27,4 +27,4 @@ import '../../OrMenuItem-6f9b8a93.js';
|
|
|
27
27
|
import '../../OrMenu-d03831b0.js';
|
|
28
28
|
import '../../OrError-4ffc1c39.js';
|
|
29
29
|
import '../../OrHint-aa221198.js';
|
|
30
|
-
import '../../OrInputBox-
|
|
30
|
+
import '../../OrInputBox-11227ecd.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
2
|
-
export { I as DateTimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-ac766f04.js';
|
|
2
|
+
export { I as DateTimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../OrError-4ffc1c39.js';
|
|
@@ -20,7 +20,7 @@ import '../../OrBottomSheet-af25c131.js';
|
|
|
20
20
|
import '../../OrOverlay-948346df.js';
|
|
21
21
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
22
22
|
import 'portal-vue';
|
|
23
|
-
import '../../OrInputBox-
|
|
23
|
+
import '../../OrInputBox-11227ecd.js';
|
|
24
24
|
import '../../OrLabel-63380256.js';
|
|
25
25
|
import '../../OrDateTimePickerPopoverHeader-a84af34e.js';
|
|
26
26
|
import '../../OrButton-9622e713.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-84a8398c.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-19b49ee6.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrInputBoxV3 } from '../../OrInputBox-
|
|
2
|
-
export { I as InputBoxSize, a as InputBoxVariant } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrInputBoxV3 } from '../../OrInputBox-11227ecd.js';
|
|
2
|
+
export { I as InputBoxSize, a as InputBoxVariant } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import '../../normalize-component-6e8e3d80.js';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
2
|
-
export { I as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-2eeff16a.js';
|
|
2
|
+
export { I as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
@@ -21,7 +21,7 @@ import '../../OrBottomSheet-af25c131.js';
|
|
|
21
21
|
import '../../OrOverlay-948346df.js';
|
|
22
22
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
23
23
|
import 'portal-vue';
|
|
24
|
-
import '../../OrInputBox-
|
|
24
|
+
import '../../OrInputBox-11227ecd.js';
|
|
25
25
|
import '../../OrLabel-63380256.js';
|
|
26
26
|
import '../../OrLoader-b0c381f9.js';
|
|
27
27
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
2
|
-
export { I as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-33e3b0e4.js';
|
|
2
|
+
export { I as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-2eeff16a.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '@onereach/styles/tailwind.config';
|
|
@@ -22,7 +22,7 @@ import '../../OrBottomSheet-af25c131.js';
|
|
|
22
22
|
import '../../OrOverlay-948346df.js';
|
|
23
23
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
24
24
|
import 'portal-vue';
|
|
25
|
-
import '../../OrInputBox-
|
|
25
|
+
import '../../OrInputBox-11227ecd.js';
|
|
26
26
|
import '../../OrLabel-63380256.js';
|
|
27
27
|
import '../../OrLoader-b0c381f9.js';
|
|
28
28
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
2
|
-
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-340ae8d0.js';
|
|
2
|
+
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../useOverflow-c856b7b7.js';
|
|
@@ -15,8 +15,8 @@ import '../../OrError-4ffc1c39.js';
|
|
|
15
15
|
import '../../OrExpansionPanel-d3a2218d.js';
|
|
16
16
|
import '../../OrIcon-d35a84d8.js';
|
|
17
17
|
import '../../OrHint-aa221198.js';
|
|
18
|
-
import '../../OrInputBox-
|
|
19
|
-
import '../../OrInput-
|
|
18
|
+
import '../../OrInputBox-11227ecd.js';
|
|
19
|
+
import '../../OrInput-2eeff16a.js';
|
|
20
20
|
import '../../useResponsive-a02e95b7.js';
|
|
21
21
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
22
22
|
import '../../OrIconButton-ab726d49.js';
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { TagInputSize } 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
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
6
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
+
itemStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
+
controlAttributes: {
|
|
10
|
+
required: boolean | undefined;
|
|
11
|
+
minlength: number | undefined;
|
|
12
|
+
maxlength: number | undefined;
|
|
13
|
+
pattern: string | undefined;
|
|
14
|
+
min: number | undefined;
|
|
15
|
+
max: number | undefined;
|
|
16
|
+
step: number | undefined;
|
|
17
|
+
readonly: boolean | undefined;
|
|
18
|
+
disabled: boolean | undefined;
|
|
19
|
+
'force-state': string | undefined;
|
|
20
|
+
id: string | undefined;
|
|
21
|
+
};
|
|
22
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string[]>;
|
|
23
|
+
draftModelValue: import("@vue/composition-api").Ref<string | undefined>;
|
|
24
|
+
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
25
|
+
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
26
|
+
focus: () => void;
|
|
27
|
+
blur: () => void;
|
|
28
|
+
add: () => void;
|
|
29
|
+
remove: (value: string) => void;
|
|
30
|
+
reset: () => void;
|
|
31
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
32
|
+
modelValue: {
|
|
33
|
+
type: PropType<string[]>;
|
|
34
|
+
default: () => never[];
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: PropType<"m" | "s">;
|
|
38
|
+
default: TagInputSize;
|
|
39
|
+
};
|
|
40
|
+
label: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
placeholder: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
hint: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: undefined;
|
|
51
|
+
};
|
|
52
|
+
error: {
|
|
53
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
56
|
+
required: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
readonly: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
disabled: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
disableDefaultStyles: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
}, import("@vue/composition-api").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
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
114
|
+
modelValue: string[];
|
|
115
|
+
size: "m" | "s";
|
|
116
|
+
label: string;
|
|
117
|
+
placeholder: string;
|
|
118
|
+
hint: string;
|
|
119
|
+
error: string | boolean;
|
|
120
|
+
required: boolean;
|
|
121
|
+
readonly: boolean;
|
|
122
|
+
disabled: boolean;
|
|
123
|
+
disableDefaultStyles: boolean;
|
|
124
|
+
} & {} & {
|
|
125
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
126
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
127
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
128
|
+
control: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
129
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
130
|
+
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
131
|
+
itemStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
132
|
+
controlAttributes: {
|
|
133
|
+
required: boolean | undefined;
|
|
134
|
+
minlength: number | undefined;
|
|
135
|
+
maxlength: number | undefined;
|
|
136
|
+
pattern: string | undefined;
|
|
137
|
+
min: number | undefined;
|
|
138
|
+
max: number | undefined;
|
|
139
|
+
step: number | undefined;
|
|
140
|
+
readonly: boolean | undefined;
|
|
141
|
+
disabled: boolean | undefined;
|
|
142
|
+
'force-state': string | undefined;
|
|
143
|
+
id: string | undefined;
|
|
144
|
+
};
|
|
145
|
+
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string[]>;
|
|
146
|
+
draftModelValue: import("@vue/composition-api").Ref<string | undefined>;
|
|
147
|
+
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
148
|
+
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
149
|
+
focus: () => void;
|
|
150
|
+
blur: () => void;
|
|
151
|
+
add: () => void;
|
|
152
|
+
remove: (value: string) => void;
|
|
153
|
+
reset: () => void;
|
|
154
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
155
|
+
modelValue: string[];
|
|
156
|
+
size: "m" | "s";
|
|
157
|
+
label: string;
|
|
158
|
+
placeholder: string;
|
|
159
|
+
hint: string;
|
|
160
|
+
error: string | boolean;
|
|
161
|
+
required: boolean;
|
|
162
|
+
readonly: boolean;
|
|
163
|
+
disabled: boolean;
|
|
164
|
+
disableDefaultStyles: boolean;
|
|
165
|
+
} & {} & {
|
|
166
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
167
|
+
}, {
|
|
168
|
+
modelValue: string[];
|
|
169
|
+
size: "m" | "s";
|
|
170
|
+
label: string;
|
|
171
|
+
placeholder: string;
|
|
172
|
+
hint: string;
|
|
173
|
+
error: string | boolean;
|
|
174
|
+
required: boolean;
|
|
175
|
+
readonly: boolean;
|
|
176
|
+
disabled: boolean;
|
|
177
|
+
disableDefaultStyles: boolean;
|
|
178
|
+
}, true>);
|
|
179
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { _ as OrTagInputV3 } from '../../OrTagInput-2d7a9ef2.js';
|
|
2
|
+
export { I as TagInputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
|
+
import 'vue-demi';
|
|
4
|
+
import '../../useIdAttribute-859439f0.js';
|
|
5
|
+
import '@vueuse/core';
|
|
6
|
+
import '@onereach/styles/tailwind.config';
|
|
7
|
+
import 'tailwindcss/resolveConfig';
|
|
8
|
+
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
|
+
import '../../OrError-4ffc1c39.js';
|
|
10
|
+
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
+
import '../../OrHint-aa221198.js';
|
|
12
|
+
import '../../OrIconButton-ab726d49.js';
|
|
13
|
+
import '../../OrIcon-d35a84d8.js';
|
|
14
|
+
import '../../OrTooltip-bf4c725c.js';
|
|
15
|
+
import '../../usePopoverState-8a95a300.js';
|
|
16
|
+
import '../../OrPopover-ef16a904.js';
|
|
17
|
+
import '@floating-ui/dom';
|
|
18
|
+
import '../../useElevation-a50ec347.js';
|
|
19
|
+
import '../../useResponsive-a02e95b7.js';
|
|
20
|
+
import '../../OrBottomSheet-af25c131.js';
|
|
21
|
+
import '../../OrOverlay-948346df.js';
|
|
22
|
+
import '../../OrTeleport.vue2-424c7f33.js';
|
|
23
|
+
import 'portal-vue';
|
|
24
|
+
import '../../OrInputBox-11227ecd.js';
|
|
25
|
+
import '../../OrLabel-63380256.js';
|
|
26
|
+
import '../../OrTags-9048733c.js';
|
|
27
|
+
import '../../useOverflow-c856b7b7.js';
|
|
28
|
+
import '../../OrButton-9622e713.js';
|
|
29
|
+
import '../../OrLoader-b0c381f9.js';
|
|
30
|
+
import '../../OrTag-d16c9d12.js';
|
|
31
|
+
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InputBoxSize as TagInputSize } from '../or-input-box-v3';
|
|
@@ -46,7 +46,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
46
46
|
tagProps: Readonly<Partial<{
|
|
47
47
|
[x: number]: string;
|
|
48
48
|
} | {}> & Omit<{} & {}, never>>;
|
|
49
|
-
} & {}
|
|
49
|
+
} & {} & {
|
|
50
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
51
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
50
52
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
51
53
|
container: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
52
54
|
overflowButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
@@ -66,12 +68,14 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
66
68
|
overflowButtonStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
67
69
|
overflowPopoverStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
68
70
|
overflowItems: import("@vue/composition-api").ComputedRef<string[]>;
|
|
69
|
-
}>, import("@vue/composition-api").Data, {}, {}, {}, {},
|
|
71
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
70
72
|
items: string[];
|
|
71
73
|
tagProps: Readonly<Partial<{
|
|
72
74
|
[x: number]: string;
|
|
73
75
|
} | {}> & Omit<{} & {}, never>>;
|
|
74
|
-
} & {}
|
|
76
|
+
} & {} & {
|
|
77
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
78
|
+
}, {
|
|
75
79
|
items: string[];
|
|
76
80
|
tagProps: Readonly<Partial<{
|
|
77
81
|
[x: number]: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from '../../OrTextarea-
|
|
2
|
-
export { I as TextareaSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrTextareaV3 } from '../../OrTextarea-978fb518.js';
|
|
2
|
+
export { I as TextareaSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
@@ -9,6 +9,6 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
9
9
|
import '../../OrError-4ffc1c39.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../OrHint-aa221198.js';
|
|
12
|
-
import '../../OrInputBox-
|
|
12
|
+
import '../../OrInputBox-11227ecd.js';
|
|
13
13
|
import '../../OrLabel-63380256.js';
|
|
14
14
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
2
|
-
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-5fd08ad2.js';
|
|
2
|
+
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../OrDateTimePickerPopoverHeader-a84af34e.js';
|
|
@@ -25,4 +25,4 @@ import '../../OrBottomSheet-af25c131.js';
|
|
|
25
25
|
import '../../OrOverlay-948346df.js';
|
|
26
26
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
27
27
|
import 'portal-vue';
|
|
28
|
-
import '../../OrInputBox-
|
|
28
|
+
import '../../OrInputBox-11227ecd.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -8,27 +8,27 @@ 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-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-4eb5c533.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-bd173449.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCarousel } from './OrCarousel-b220cf82.js';
|
|
14
14
|
export { _ as OrCarouselItem } from './OrCarouselItem-c614bab9.js';
|
|
15
15
|
export { _ as OrCheckbox } from './OrCheckbox-91788c22.js';
|
|
16
|
-
export { _ as OrCheckboxV3 } from './OrCheckbox-41f2822d.js';
|
|
17
16
|
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-97cfcbda.js';
|
|
18
17
|
export { _ as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-a7dc126c.js';
|
|
18
|
+
export { _ as OrCheckboxV3 } from './OrCheckbox-41f2822d.js';
|
|
19
19
|
export { _ as OrChip } from './OrChip-a614bbb9.js';
|
|
20
20
|
export { _ as OrChips } from './OrChips-bdf51639.js';
|
|
21
21
|
export { _ as OrCode, O as OrCodeLanguages } from './OrCode-cbd05828.js';
|
|
22
22
|
export { _ as OrCollapse } from './OrCollapse-9b5d590f.js';
|
|
23
23
|
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-5370585d.js';
|
|
24
|
-
export { _ as OrCombinedInputV3 } from './OrCombinedInput-
|
|
25
|
-
export { _ as OrInputBoxV3 } from './OrInputBox-
|
|
26
|
-
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-
|
|
24
|
+
export { _ as OrCombinedInputV3 } from './OrCombinedInput-ed20e33b.js';
|
|
25
|
+
export { _ as OrInputBoxV3 } from './OrInputBox-11227ecd.js';
|
|
26
|
+
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
27
27
|
export { _ as OrConfirm } from './OrConfirm-f4eec5b2.js';
|
|
28
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
29
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
28
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-0b56c11f.js';
|
|
29
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-0989a40c.js';
|
|
30
30
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-fb410167.js';
|
|
31
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
31
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-ac766f04.js';
|
|
32
32
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
33
33
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
34
34
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
|
|
@@ -43,11 +43,11 @@ export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-fa826b
|
|
|
43
43
|
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-ab726d49.js';
|
|
44
44
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
|
|
45
45
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
|
|
46
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
46
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-84a8398c.js';
|
|
47
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-f52267aa.js';
|
|
48
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
48
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-f2ecbd39.js';
|
|
49
49
|
export { _ as OrInput } from './OrInput-014d2e47.js';
|
|
50
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-2eeff16a.js';
|
|
51
51
|
export { _ as OrLabel } from './OrLabel-fcceec1b.js';
|
|
52
52
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
|
|
53
53
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-3679a61f.js';
|
|
@@ -75,10 +75,10 @@ export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
|
75
75
|
export { _ as OrRadioGroupV3 } from './OrRadioGroup-0e1bf22c.js';
|
|
76
76
|
export { _ as OrRadioV3 } from './OrRadio-23810acd.js';
|
|
77
77
|
export { _ as OrSearch } from './OrSearch-e2941d35.js';
|
|
78
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
78
|
+
export { _ as OrSearchV3 } from './OrSearch-33e3b0e4.js';
|
|
79
79
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-a1ea5b72.js';
|
|
80
80
|
export { _ as OrSelect } from './OrSelect-49239b74.js';
|
|
81
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from './OrSelect-340ae8d0.js';
|
|
82
82
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
|
|
83
83
|
export { _ as OrSidebarV3 } from './OrSidebar-865f307e.js';
|
|
84
84
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-b3a41f02.js';
|
|
@@ -100,15 +100,16 @@ export { _ as OrTabV3 } from './OrTab-5b198746.js';
|
|
|
100
100
|
export { _ as OrTabs } from './OrTabs-62e7e478.js';
|
|
101
101
|
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-930e1c26.js';
|
|
102
102
|
export { _ as OrTag } from './OrTag-54778d09.js';
|
|
103
|
+
export { _ as OrTagInputV3 } from './OrTagInput-2d7a9ef2.js';
|
|
103
104
|
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-d16c9d12.js';
|
|
104
|
-
export { _ as OrTagsV3 } from './OrTags-
|
|
105
|
+
export { _ as OrTagsV3 } from './OrTags-9048733c.js';
|
|
105
106
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
106
107
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
107
108
|
export { _ as OrTextV3 } from './OrText-44449e7b.js';
|
|
108
109
|
export { _ as OrTextarea } from './OrTextarea-d36f4ec6.js';
|
|
109
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
110
|
+
export { _ as OrTextareaV3 } from './OrTextarea-978fb518.js';
|
|
110
111
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-a937432f.js';
|
|
111
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
112
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-5fd08ad2.js';
|
|
112
113
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-7017d12b.js';
|
|
113
114
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
114
115
|
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-6b40ad64.js';
|
|
@@ -5,8 +5,8 @@ import { s as script$6 } from './OrIcon-62793572.js';
|
|
|
5
5
|
import { s as script$5 } from './OrMenuItem-dbee450f.js';
|
|
6
6
|
import { s as script$4 } from './OrMenu-9659b8eb.js';
|
|
7
7
|
import './OrPopover-337df396.js';
|
|
8
|
-
import { s as script$7 } from './OrSearch-
|
|
9
|
-
import './OrInputBox-
|
|
8
|
+
import { s as script$7 } from './OrSearch-b945651d.js';
|
|
9
|
+
import './OrInputBox-32b37b17.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
|
|
|
12
12
|
const CardCollectionRoot = [
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed } from 'vue-demi';
|
|
|
2
2
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
3
3
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
4
4
|
import { s as script$3 } from './OrLabel-4da56db0.js';
|
|
5
|
-
import { I as InputBoxSize } from './OrInputBox-
|
|
5
|
+
import { I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
6
6
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, withDirectives, vShow, createVNode } from 'vue';
|
|
7
7
|
|
|
8
8
|
const CombinedInputRoot = [
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-8a95a300.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { s as script$2, a as ButtonColor } from './OrButton-c2b6aa9e.js';
|
|
8
|
-
import { s as script$3 } from './OrInput-
|
|
8
|
+
import { s as script$3 } from './OrInput-c653aedb.js';
|
|
9
9
|
import { s as script$1 } from './OrOverlay-489fdf76.js';
|
|
10
10
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
11
11
|
|
|
@@ -6,7 +6,7 @@ import { s as script$7 } from './OrError-c01d0c29.js';
|
|
|
6
6
|
import { s as script$8 } from './OrHint-06ab89d7.js';
|
|
7
7
|
import { s as script$a } from './OrIconButton-0aaadc68.js';
|
|
8
8
|
import { s as script$9 } from './OrIcon-62793572.js';
|
|
9
|
-
import { s as script$b, I as InputBoxSize } from './OrInputBox-
|
|
9
|
+
import { s as script$b, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
10
10
|
import { s as script$c } from './OrLabel-4da56db0.js';
|
|
11
11
|
import { s as script$d } from './OrPopover-337df396.js';
|
|
12
12
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
|
|
@@ -4,7 +4,7 @@ import { s as script$9 } from './OrError-c01d0c29.js';
|
|
|
4
4
|
import { s as script$a } from './OrHint-06ab89d7.js';
|
|
5
5
|
import { s as script$c } from './OrIconButton-0aaadc68.js';
|
|
6
6
|
import { s as script$b } from './OrIcon-62793572.js';
|
|
7
|
-
import { s as script$d, I as InputBoxSize } from './OrInputBox-
|
|
7
|
+
import { s as script$d, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
8
8
|
import { s as script$e } from './OrLabel-4da56db0.js';
|
|
9
9
|
import { s as script$f } from './OrPopover-337df396.js';
|
|
10
10
|
import { s as script$3, a as script$5, b as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-3ae517f8.js';
|
|
@@ -21,7 +21,7 @@ const InlineTextareaControl = [
|
|
|
21
21
|
'w-full',
|
|
22
22
|
// Typography
|
|
23
23
|
'typography-inherit',
|
|
24
|
-
// Theme
|
|
24
|
+
// Theme (placeholder)
|
|
25
25
|
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
|
|
26
26
|
const InlineTextareaAction = [
|
|
27
27
|
// Layout
|