@onereach/ui-components 2.71.2-beta.2241.0 → 2.71.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrCardCollection-c1ccde63.js → OrCardCollection-091e2193.js} +1 -1
- package/dist/bundled/v2/{OrCardCollection-89428bbf.js → OrCardCollection-166cfcc6.js} +5 -5
- package/dist/bundled/v2/{OrConfirm-56d01cff.js → OrConfirm-55b89b17.js} +4 -4
- package/dist/bundled/v2/{OrConfirm-cc8b767f.js → OrConfirm-bb2df177.js} +1 -1
- package/dist/bundled/v2/{OrInput-c539e47c.js → OrInput-5404a234.js} +6 -23
- package/dist/bundled/v2/{OrListOfInputs-8f076650.js → OrListOfInputs-ab7f9d97.js} +4 -4
- package/dist/bundled/v2/OrNumberInput-face8ccc.js +227 -0
- package/dist/bundled/v2/OrPassword-a818e7b5.js +227 -0
- package/dist/bundled/v2/{OrSearch-f7cfa52f.js → OrSearch-832d7978.js} +4 -4
- package/dist/bundled/v2/{OrSearch-d7326373.js → OrSearch-d1169241.js} +1 -1
- package/dist/bundled/v2/{OrSelect-8802f330.js → OrSelect-5634790b.js} +1 -1
- package/dist/bundled/v2/{OrPassword-7da938aa.js → OrTextarea-71ff236d.js} +7 -449
- package/dist/bundled/v2/components/index.d.ts +5 -1
- package/dist/bundled/v2/components/index.js +15 -13
- package/dist/bundled/v2/components/or-card-collection/index.js +4 -4
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-confirm/index.js +2 -2
- package/dist/bundled/v2/components/or-confirm-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-input/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-input/index.js +13 -0
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/bundled/v2/components/or-input-v3/index.js +1 -2
- package/dist/bundled/v2/components/or-list-of-inputs/index.js +2 -2
- package/dist/bundled/v2/components/or-number-input/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-number-input/index.js +14 -0
- package/dist/bundled/v2/components/or-password/index.d.ts +1 -0
- package/dist/bundled/v2/components/{or-inputs → or-password}/index.js +3 -4
- package/dist/bundled/v2/components/or-search/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-search/index.js +25 -0
- package/dist/bundled/v2/components/or-search-v3/index.js +2 -3
- package/dist/bundled/v2/components/or-select-v3/index.js +2 -3
- package/dist/bundled/v2/components/or-textarea/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-textarea/index.js +13 -0
- package/dist/bundled/v2/index.js +13 -11
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f9897e01.js → OrCardCollection.vue_vue_type_script_lang-60403ae6.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-d8124dda.js → OrCardCollection.vue_vue_type_script_lang-cd84f344.js} +4 -4
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-0f16fc67.js → OrConfirm.vue_vue_type_script_lang-41b4d791.js} +2 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e9ba9909.js → OrConfirm.vue_vue_type_script_lang-9231d51e.js} +2 -2
- package/dist/bundled/v3/{OrInput-41f8351a.js → OrInput-2a7c6b57.js} +4 -13
- package/dist/bundled/v3/{OrInput-7d4b571a.js → OrInput-704e72ba.js} +5 -193
- package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-409235cc.js +190 -0
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-b88324b6.js → OrInput.vue_vue_type_script_lang-509de504.js} +1 -13
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-62dbf1e7.js → OrListOfInputs.vue_vue_type_script_lang-6c5cf7a5.js} +2 -1
- package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-f061d829.js +113 -0
- package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-b75f6543.js +99 -0
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-16fbccc0.js → OrSearch.vue_vue_type_script_lang-5356fa79.js} +2 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-56eb4e93.js → OrSearch.vue_vue_type_script_lang-ab2ef22c.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-ee433d47.js → OrSelect.vue_vue_type_script_lang-54f683a2.js} +2 -2
- package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-69ea22e9.js +187 -0
- package/dist/bundled/v3/components/index.d.ts +5 -1
- package/dist/bundled/v3/components/index.js +17 -14
- package/dist/bundled/v3/components/or-card-collection/index.js +5 -4
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-confirm/index.js +3 -2
- package/dist/bundled/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-input/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-input/index.js +14 -0
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/bundled/v3/components/or-input-v3/index.js +1 -3
- package/dist/bundled/v3/components/or-list-of-inputs/index.js +3 -2
- package/dist/bundled/v3/components/or-number-input/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-number-input/index.js +16 -0
- package/dist/bundled/v3/components/or-password/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-password/index.js +31 -0
- package/dist/bundled/v3/components/or-search/index.d.ts +1 -0
- package/dist/bundled/v3/components/{or-inputs → or-search}/index.js +4 -5
- package/dist/bundled/v3/components/or-search-v3/index.js +3 -5
- package/dist/bundled/v3/components/or-select-v3/index.js +3 -5
- package/dist/bundled/v3/components/or-textarea/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-textarea/index.js +14 -0
- package/dist/bundled/v3/index.js +664 -659
- package/dist/esm/v2/{OrCardCollection-f6b07557.js → OrCardCollection-19582949.js} +6 -7
- package/dist/esm/v2/{OrCardCollection-ff1e9819.js → OrCardCollection-bbdb6159.js} +1 -1
- package/dist/esm/v2/{OrConfirm-ec81498e.js → OrConfirm-cfaf4266.js} +1 -1
- package/dist/esm/v2/{OrConfirm-d7112dd3.js → OrConfirm-ede619eb.js} +4 -4
- package/dist/esm/v2/{OrSearch.vue_rollup-plugin-vue_script-197d77fc.js → OrInput-6e6cfd11.js} +4 -492
- package/dist/esm/v2/{OrInput-b029d058.js → OrInput-e8fe9102.js} +6 -23
- package/dist/esm/v2/{OrListOfInputs-50aa1ef1.js → OrListOfInputs-4298fa2c.js} +5 -5
- package/dist/esm/v2/OrNumberInput-b20d75d2.js +225 -0
- package/dist/esm/v2/OrPassword-e6d5e968.js +225 -0
- package/dist/esm/v2/{OrSearch-1c934f72.js → OrSearch-4b774707.js} +1 -1
- package/dist/esm/v2/{OrSearch-0589d17d.js → OrSearch-b4f4d59b.js} +122 -5
- package/dist/esm/v2/{OrSelect-cfcb233a.js → OrSelect-d7016575.js} +1 -1
- package/dist/esm/v2/{OrPassword-1fa97156.js → OrTextarea-91a95068.js} +187 -245
- package/dist/esm/v2/components/index.d.ts +5 -1
- package/dist/esm/v2/components/index.js +15 -13
- package/dist/esm/v2/components/or-card-collection/index.js +3 -4
- package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v2/components/or-confirm/index.js +2 -3
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v2/components/or-input/index.d.ts +1 -0
- package/dist/esm/v2/components/or-input/index.js +11 -0
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/esm/v2/components/or-input-v3/index.js +2 -3
- package/dist/esm/v2/components/or-list-of-inputs/index.js +2 -4
- package/dist/esm/v2/components/or-number-input/index.d.ts +1 -0
- package/dist/esm/v2/components/or-number-input/index.js +12 -0
- package/dist/esm/v2/components/or-password/index.d.ts +1 -0
- package/dist/esm/v2/components/{or-inputs → or-password}/index.js +5 -6
- package/dist/esm/v2/components/or-search/index.d.ts +1 -0
- package/dist/esm/v2/components/or-search/index.js +23 -0
- package/dist/esm/v2/components/or-search-v3/index.js +3 -4
- package/dist/esm/v2/components/or-select-v3/index.js +3 -4
- package/dist/esm/v2/components/or-textarea/index.d.ts +1 -0
- package/dist/esm/v2/components/or-textarea/index.js +11 -0
- package/dist/esm/v2/index.js +13 -11
- package/dist/esm/v3/{OrCardCollection-a5e326ef.js → OrCardCollection-1e44c758.js} +2 -2
- package/dist/esm/v3/{OrCardCollection-5ecdcbaf.js → OrCardCollection-47f61c40.js} +1 -1
- package/dist/esm/v3/{OrConfirm-f39bd784.js → OrConfirm-c11ee2ec.js} +1 -1
- package/dist/esm/v3/{OrConfirm-beeb74d6.js → OrConfirm-e7cbf54c.js} +1 -1
- package/dist/esm/v3/{OrInput-8a4573cd.js → OrInput-6fb81556.js} +4 -24
- package/dist/esm/v3/OrInput-81125804.js +295 -0
- package/dist/esm/v3/{OrListOfInputs-7a67440f.js → OrListOfInputs-508e056f.js} +1 -1
- package/dist/esm/v3/OrNumberInput-b32b5ce3.js +170 -0
- package/dist/esm/v3/OrPassword-b0cbb578.js +162 -0
- package/dist/esm/v3/OrSearch-11fdf667.js +188 -0
- package/dist/esm/v3/{OrSearch-10d09806.js → OrSearch-e15955a7.js} +1 -1
- package/dist/esm/v3/{OrSelect-1e4c6062.js → OrSelect-027b5e8f.js} +1 -1
- package/dist/esm/v3/OrTextarea-1f5c3be1.js +290 -0
- package/dist/esm/v3/components/index.d.ts +5 -1
- package/dist/esm/v3/components/index.js +15 -11
- package/dist/esm/v3/components/or-card-collection/index.js +3 -3
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-confirm/index.js +2 -3
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-input/index.d.ts +1 -0
- package/dist/esm/v3/components/or-input/index.js +11 -0
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +0 -13
- package/dist/esm/v3/components/or-input-v3/index.js +2 -3
- package/dist/esm/v3/components/or-list-of-inputs/index.js +2 -4
- package/dist/esm/v3/components/or-number-input/index.d.ts +1 -0
- package/dist/esm/v3/components/or-number-input/index.js +12 -0
- package/dist/esm/v3/components/or-password/index.d.ts +1 -0
- package/dist/esm/v3/components/{or-inputs → or-password}/index.js +3 -2
- package/dist/esm/v3/components/or-search/index.d.ts +1 -0
- package/dist/esm/v3/components/or-search/index.js +20 -0
- package/dist/esm/v3/components/or-search-v3/index.js +3 -4
- package/dist/esm/v3/components/or-select-v3/index.js +3 -4
- package/dist/esm/v3/components/or-textarea/index.d.ts +1 -0
- package/dist/esm/v3/components/or-textarea/index.js +11 -0
- package/dist/esm/v3/index.js +13 -9
- package/package.json +3 -2
- package/src/components/index.ts +5 -1
- package/src/components/or-card-collection/OrCardCollection.vue +8 -8
- package/src/components/or-confirm/OrConfirm.vue +1 -1
- package/src/components/or-input/index.ts +1 -0
- package/src/components/or-input-v3/OrInput.stories3.ts +0 -4
- package/src/components/or-input-v3/OrInput.vue +17 -37
- package/src/components/or-list/OrList.stories.ts +1 -1
- package/src/components/or-list-of-inputs/OrListOfInputs.vue +1 -1
- package/src/components/or-modal/OrModal.stories.ts +1 -1
- package/src/components/{or-inputs → or-number-input}/OrNumberInput.vue +1 -1
- package/src/components/or-number-input/index.ts +1 -0
- package/src/components/{or-inputs → or-password}/OrPassword.vue +1 -1
- package/src/components/or-password/index.ts +1 -0
- package/src/components/{or-inputs → or-search}/OrSearch.vue +1 -1
- package/src/components/or-search/index.ts +1 -0
- package/src/components/{or-inputs → or-textarea}/OrTextarea.vue +225 -6
- package/src/components/or-textarea/index.ts +1 -0
- package/dist/bundled/v2/components/or-inputs/index.d.ts +0 -5
- package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-13bc5b00.js +0 -390
- package/dist/bundled/v3/components/or-inputs/index.d.ts +0 -5
- package/dist/esm/v2/components/or-inputs/index.d.ts +0 -5
- package/dist/esm/v3/OrSearch-7cb2c91c.js +0 -1075
- package/dist/esm/v3/components/or-inputs/index.d.ts +0 -5
- package/src/components/or-inputs/index.ts +0 -5
- /package/dist/bundled/v2/{OrInput-08f2f666.js → OrInput-df1a14fa.js} +0 -0
- /package/dist/bundled/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
- /package/dist/bundled/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
- /package/dist/bundled/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
- /package/dist/bundled/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
- /package/dist/bundled/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
- /package/dist/bundled/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
- /package/dist/bundled/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
- /package/dist/bundled/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
- /package/dist/bundled/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
- /package/dist/bundled/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
- /package/dist/esm/v2/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
- /package/dist/esm/v2/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
- /package/dist/esm/v2/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
- /package/dist/esm/v2/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
- /package/dist/esm/v2/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
- /package/dist/esm/v3/components/{or-inputs → or-input}/OrInput.vue.d.ts +0 -0
- /package/dist/esm/v3/components/{or-inputs → or-number-input}/OrNumberInput.vue.d.ts +0 -0
- /package/dist/esm/v3/components/{or-inputs → or-password}/OrPassword.vue.d.ts +0 -0
- /package/dist/esm/v3/components/{or-inputs → or-search}/OrSearch.vue.d.ts +0 -0
- /package/dist/esm/v3/components/{or-inputs → or-textarea}/OrTextarea.vue.d.ts +0 -0
- /package/src/components/{or-inputs → or-input}/OrInput.stories.ts +0 -0
- /package/src/components/{or-inputs → or-input}/OrInput.vue +0 -0
- /package/src/components/{or-inputs → or-input}/or-textbox-migration.stories.mdx +0 -0
- /package/src/components/{or-inputs → or-input}/styles.scss +0 -0
- /package/src/components/{or-inputs → or-number-input}/OrNumberInput.stories.ts +0 -0
- /package/src/components/{or-inputs → or-password}/OrPassword.stories.ts +0 -0
- /package/src/components/{or-inputs → or-search}/OrSearch.stories.ts +0 -0
- /package/src/components/{or-inputs → or-textarea}/OrTextarea.stories.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrListOfInputs } from '../../OrListOfInputs-
|
|
1
|
+
export { s as OrListOfInputs } from '../../OrListOfInputs-508e056f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import 'lodash';
|
|
4
4
|
import '../../OrList-b740d13e.js';
|
|
@@ -17,8 +17,6 @@ import '../../px-to-rem-0b26b83e.js';
|
|
|
17
17
|
import '../../OrLoader-15174477.js';
|
|
18
18
|
import '../../OrError-f90296db.js';
|
|
19
19
|
import 'sortablejs';
|
|
20
|
-
import '../../
|
|
20
|
+
import '../../OrInput-81125804.js';
|
|
21
21
|
import '../../OrHint-1414c530.js';
|
|
22
22
|
import '../../OrCollapse-445141ab.js';
|
|
23
|
-
import '@vueuse/core';
|
|
24
|
-
import '../../useToggle-29e4d7c7.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrNumberInput } from './OrNumberInput.vue';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { s as OrNumberInput } from '../../OrNumberInput-b32b5ce3.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '../../OrInput-81125804.js';
|
|
4
|
+
import '../../px-to-rem-0b26b83e.js';
|
|
5
|
+
import '../../dom-3a15d036.js';
|
|
6
|
+
import 'lodash';
|
|
7
|
+
import '../../OrLabel-876f8729.js';
|
|
8
|
+
import 'vue';
|
|
9
|
+
import '../../style-inject.es-4c6f2515.js';
|
|
10
|
+
import '../../OrHint-1414c530.js';
|
|
11
|
+
import '../../OrError-f90296db.js';
|
|
12
|
+
import '../../OrCollapse-445141ab.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrPassword } from './OrPassword.vue';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { s as OrPassword } from '../../OrPassword-b0cbb578.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import '../../OrInput-81125804.js';
|
|
3
5
|
import '../../px-to-rem-0b26b83e.js';
|
|
4
6
|
import '../../dom-3a15d036.js';
|
|
5
7
|
import 'lodash';
|
|
@@ -9,7 +11,6 @@ import '../../style-inject.es-4c6f2515.js';
|
|
|
9
11
|
import '../../OrHint-1414c530.js';
|
|
10
12
|
import '../../OrError-f90296db.js';
|
|
11
13
|
import '../../OrCollapse-445141ab.js';
|
|
12
|
-
import '@vueuse/core';
|
|
13
14
|
import '../../useToggle-29e4d7c7.js';
|
|
14
15
|
import '../../OrIconButton-8be9c89f.js';
|
|
15
16
|
import '../../OrIcon-669503c3.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrSearch } from './OrSearch.vue';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export { s as OrSearch } from '../../OrSearch-11fdf667.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '../../OrInput-81125804.js';
|
|
4
|
+
import '../../px-to-rem-0b26b83e.js';
|
|
5
|
+
import '../../dom-3a15d036.js';
|
|
6
|
+
import 'lodash';
|
|
7
|
+
import '../../OrLabel-876f8729.js';
|
|
8
|
+
import 'vue';
|
|
9
|
+
import '../../style-inject.es-4c6f2515.js';
|
|
10
|
+
import '../../OrHint-1414c530.js';
|
|
11
|
+
import '../../OrError-f90296db.js';
|
|
12
|
+
import '../../OrCollapse-445141ab.js';
|
|
13
|
+
import '@vueuse/core';
|
|
14
|
+
import '../../OrIconButton-8be9c89f.js';
|
|
15
|
+
import '../../OrIcon-669503c3.js';
|
|
16
|
+
import '../../OrTooltip-78cd7f6b.js';
|
|
17
|
+
import '../../OrFloating-5240e758.js';
|
|
18
|
+
import '@floating-ui/dom';
|
|
19
|
+
import '../../OrTeleportVue3-ad639f12.js';
|
|
20
|
+
import '../../OrLoader-15174477.js';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch-e15955a7.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox-e16ade90.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-6fb81556.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
|
-
import '../../useResponsive-a02e95b7.js';
|
|
8
7
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
8
|
import '../../OrError-19198748.js';
|
|
10
9
|
import 'vue';
|
|
@@ -15,9 +14,9 @@ import '../../OrTooltip-b07616f4.js';
|
|
|
15
14
|
import '../../OrPopover-40217b49.js';
|
|
16
15
|
import '@floating-ui/dom';
|
|
17
16
|
import '../../useElevation-31bfe1f6.js';
|
|
17
|
+
import '../../useResponsive-a02e95b7.js';
|
|
18
18
|
import '../../OrBottomSheet-13a416ef.js';
|
|
19
19
|
import '../../OrOverlay-afad3aa4.js';
|
|
20
20
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
21
21
|
import '../../OrLabel-f700f9fb.js';
|
|
22
|
-
import '../../OrLoader-a53d2edf.js';
|
|
23
22
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-027b5e8f.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox-e16ade90.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-0d314aa4.js';
|
|
@@ -13,17 +13,16 @@ import '../../OrError-19198748.js';
|
|
|
13
13
|
import '../../OrExpansionPanel-3a4282da.js';
|
|
14
14
|
import '../../OrIcon-34f59f73.js';
|
|
15
15
|
import '../../OrHint-6863124f.js';
|
|
16
|
-
import '../../OrInput-
|
|
17
|
-
import '../../useResponsive-a02e95b7.js';
|
|
16
|
+
import '../../OrInput-6fb81556.js';
|
|
18
17
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
18
|
import '../../OrIconButton-e5781317.js';
|
|
20
19
|
import '../../OrTooltip-b07616f4.js';
|
|
21
20
|
import '../../OrPopover-40217b49.js';
|
|
22
21
|
import '@floating-ui/dom';
|
|
23
22
|
import '../../useElevation-31bfe1f6.js';
|
|
23
|
+
import '../../useResponsive-a02e95b7.js';
|
|
24
24
|
import '../../OrBottomSheet-13a416ef.js';
|
|
25
25
|
import '../../OrOverlay-afad3aa4.js';
|
|
26
26
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
27
|
-
import '../../OrLoader-a53d2edf.js';
|
|
28
27
|
import '../../OrMenuItem-58707d47.js';
|
|
29
28
|
import '../../OrTag-21ba5e15.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrTextarea } from './OrTextarea.vue';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { s as OrTextarea } from '../../OrTextarea-1f5c3be1.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '../../px-to-rem-0b26b83e.js';
|
|
4
|
+
import '../../dom-3a15d036.js';
|
|
5
|
+
import 'lodash';
|
|
6
|
+
import '../../OrLabel-876f8729.js';
|
|
7
|
+
import 'vue';
|
|
8
|
+
import '../../style-inject.es-4c6f2515.js';
|
|
9
|
+
import '../../OrHint-1414c530.js';
|
|
10
|
+
import '../../OrError-f90296db.js';
|
|
11
|
+
import '../../OrCollapse-445141ab.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -5,8 +5,8 @@ export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
|
|
|
5
5
|
export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2, a as OrIconButton } from './OrIconButton-8be9c89f.js';
|
|
6
6
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c56998e7.js';
|
|
7
7
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
8
|
-
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-
|
|
9
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
8
|
+
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-1e44c758.js';
|
|
9
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-47f61c40.js';
|
|
10
10
|
export { s as OrCardV3 } from './OrCard-cd6af82e.js';
|
|
11
11
|
export { a as OrCarousel, s as OrCarouselItem } from './OrCarouselItem-636d99a1.js';
|
|
12
12
|
export { s as OrCheckbox } from './OrCheckbox-ed4a19cf.js';
|
|
@@ -15,8 +15,8 @@ export { s as OrChip, a as OrChips } from './OrChips-9afba42f.js';
|
|
|
15
15
|
export { s as OrCode, O as OrCodeLanguages } from './OrCode-5ed69c23.js';
|
|
16
16
|
export { s as OrCollapse } from './OrCollapse-445141ab.js';
|
|
17
17
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-189cb097.js';
|
|
18
|
-
export { s as OrConfirm } from './OrConfirm-
|
|
19
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
18
|
+
export { s as OrConfirm } from './OrConfirm-c11ee2ec.js';
|
|
19
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-e7cbf54c.js';
|
|
20
20
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-f2e08564.js';
|
|
21
21
|
export { s as OrError } from './OrError-f90296db.js';
|
|
22
22
|
export { s as OrErrorTagV3 } from './OrErrorTag-308119de.js';
|
|
@@ -35,13 +35,13 @@ export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-09de
|
|
|
35
35
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-1aa477b5.js';
|
|
36
36
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-56328f22.js';
|
|
37
37
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-e16ade90.js';
|
|
38
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
39
|
-
export {
|
|
38
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-6fb81556.js';
|
|
39
|
+
export { s as OrInput } from './OrInput-81125804.js';
|
|
40
40
|
export { s as OrLabel } from './OrLabel-876f8729.js';
|
|
41
41
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-f700f9fb.js';
|
|
42
42
|
export { L as LinkColor, s as OrLinkV3 } from './OrLink-07f6f27d.js';
|
|
43
43
|
export { s as OrList } from './OrList-b740d13e.js';
|
|
44
|
-
export { s as OrListOfInputs } from './OrListOfInputs-
|
|
44
|
+
export { s as OrListOfInputs } from './OrListOfInputs-508e056f.js';
|
|
45
45
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-15174477.js';
|
|
46
46
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-a53d2edf.js';
|
|
47
47
|
export { s as OrMenuItemV3 } from './OrMenuItem-58707d47.js';
|
|
@@ -51,19 +51,22 @@ export { s as OrModal, O as OrModalSizes } from './OrModal-8b074b0c.js';
|
|
|
51
51
|
export { M as ModalSize, s as OrModalV3 } from './OrModal-10838da7.js';
|
|
52
52
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-e85a4956.js';
|
|
53
53
|
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-25da89ca.js';
|
|
54
|
+
export { s as OrNumberInput } from './OrNumberInput-b32b5ce3.js';
|
|
54
55
|
export { s as OrOverflowMenu } from './OrOverflowMenu-e82cbcbe.js';
|
|
55
56
|
export { s as OrOverlay } from './OrOverlay-451dce49.js';
|
|
56
57
|
export { s as OrOverlayV3 } from './OrOverlay-afad3aa4.js';
|
|
58
|
+
export { s as OrPassword } from './OrPassword-b0cbb578.js';
|
|
57
59
|
export { s as OrPaginationV3 } from './OrPagination-da9e5017.js';
|
|
58
60
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-d0d52c86.js';
|
|
59
61
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-639ed5e8.js';
|
|
60
62
|
export { s as OrRadio } from './OrRadio-c3ab11f2.js';
|
|
61
63
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
62
64
|
export { s as OrRadioV3 } from './OrRadio-bb9b37c1.js';
|
|
63
|
-
export { s as
|
|
65
|
+
export { s as OrSearch } from './OrSearch-11fdf667.js';
|
|
66
|
+
export { s as OrSearchV3 } from './OrSearch-e15955a7.js';
|
|
64
67
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-880b4911.js';
|
|
65
68
|
export { s as OrSelect } from './OrSelect-0821b907.js';
|
|
66
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
69
|
+
export { s as OrSelectV3 } from './OrSelect-027b5e8f.js';
|
|
67
70
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
68
71
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from './OrSidebar-a62972f5.js';
|
|
69
72
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-2b1610ce.js';
|
|
@@ -83,6 +86,7 @@ export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-21ba5e15.j
|
|
|
83
86
|
export { s as OrTeleport } from './OrTeleportVue3-ad639f12.js';
|
|
84
87
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
85
88
|
export { s as OrTextV3 } from './OrText-6b4f7cd1.js';
|
|
89
|
+
export { s as OrTextarea } from './OrTextarea-1f5c3be1.js';
|
|
86
90
|
export { s as OrTextareaV3 } from './OrTextarea-37566985.js';
|
|
87
91
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-2f33e9c3.js';
|
|
88
92
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-40c4c1c8.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "2.71.2
|
|
3
|
+
"version": "2.71.2",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -124,5 +124,6 @@
|
|
|
124
124
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
125
125
|
},
|
|
126
126
|
"./package.json": "./package.json"
|
|
127
|
-
}
|
|
127
|
+
},
|
|
128
|
+
"gitHead": "22b0512764d7b8174109011baa78afcb7dd9f85b"
|
|
128
129
|
}
|
package/src/components/index.ts
CHANGED
|
@@ -36,7 +36,7 @@ export * from './or-inline-text-edit';
|
|
|
36
36
|
export * from './or-inline-textarea-v3';
|
|
37
37
|
export * from './or-input-box-v3';
|
|
38
38
|
export * from './or-input-v3';
|
|
39
|
-
export * from './or-
|
|
39
|
+
export * from './or-input';
|
|
40
40
|
export * from './or-label';
|
|
41
41
|
export * from './or-label-v3';
|
|
42
42
|
export * from './or-link-v3';
|
|
@@ -50,9 +50,11 @@ export * from './or-modal';
|
|
|
50
50
|
export * from './or-modal-v3';
|
|
51
51
|
export * from './or-notification';
|
|
52
52
|
export * from './or-notification-v3';
|
|
53
|
+
export * from './or-number-input';
|
|
53
54
|
export * from './or-overflow-menu';
|
|
54
55
|
export * from './or-overlay';
|
|
55
56
|
export * from './or-overlay-v3';
|
|
57
|
+
export * from './or-password';
|
|
56
58
|
export * from './or-pagination-v3';
|
|
57
59
|
export * from './or-popover-v3';
|
|
58
60
|
export * from './or-progress';
|
|
@@ -60,6 +62,7 @@ export * from './or-progress-v3';
|
|
|
60
62
|
export * from './or-radio';
|
|
61
63
|
export * from './or-radio-group';
|
|
62
64
|
export * from './or-radio-v3';
|
|
65
|
+
export * from './or-search';
|
|
63
66
|
export * from './or-search-v3';
|
|
64
67
|
export * from './or-segmented-control-v3';
|
|
65
68
|
export * from './or-select';
|
|
@@ -83,6 +86,7 @@ export * from './or-tag-v3';
|
|
|
83
86
|
export * from './or-teleport';
|
|
84
87
|
export * from './or-teleport-v3';
|
|
85
88
|
export * from './or-text-v3';
|
|
89
|
+
export * from './or-textarea';
|
|
86
90
|
export * from './or-textarea-v3';
|
|
87
91
|
export * from './or-textbox';
|
|
88
92
|
export * from './or-toast';
|
|
@@ -73,7 +73,7 @@ import { defineComponent, PropType, ref } from 'vue-demi';
|
|
|
73
73
|
import { CARD_COLLECTION_LAYOUT } from './constants';
|
|
74
74
|
import { OrCard } from '../or-card';
|
|
75
75
|
import { OrIcon } from '../or-icon';
|
|
76
|
-
import { OrSearch } from '../or-
|
|
76
|
+
import { OrSearch } from '../or-search';
|
|
77
77
|
import { OrIconButton } from '../or-button-v2';
|
|
78
78
|
import { LayoutOption, SortableColumn } from './types';
|
|
79
79
|
|
|
@@ -177,9 +177,9 @@ export default defineComponent({
|
|
|
177
177
|
.or-card-collection {
|
|
178
178
|
.or-card-collection-toolbar {
|
|
179
179
|
display: flex;
|
|
180
|
-
justify-content: space-between;
|
|
181
|
-
align-items: center;
|
|
182
180
|
column-gap: $s-4;
|
|
181
|
+
align-items: center;
|
|
182
|
+
justify-content: space-between;
|
|
183
183
|
margin: 0 $s-4;
|
|
184
184
|
|
|
185
185
|
.or-card-collection-sorting {
|
|
@@ -189,21 +189,21 @@ export default defineComponent({
|
|
|
189
189
|
.or-card-collection-sorting-column {
|
|
190
190
|
display: inline-flex;
|
|
191
191
|
margin: $s-2 $s-6;
|
|
192
|
-
text-transform: capitalize;
|
|
193
|
-
color: $c-neutral-4;
|
|
194
192
|
font-size: $fs-0;
|
|
195
193
|
font-weight: $fw-0;
|
|
196
|
-
letter-spacing: 0;
|
|
197
194
|
line-height: $lh-0;
|
|
195
|
+
color: $c-neutral-4;
|
|
196
|
+
text-transform: capitalize;
|
|
197
|
+
letter-spacing: 0;
|
|
198
198
|
user-select: none;
|
|
199
199
|
|
|
200
200
|
&.sorting-selected {
|
|
201
|
-
color: $c-neutral-6;
|
|
202
201
|
font-weight: bold;
|
|
202
|
+
color: $c-neutral-6;
|
|
203
203
|
|
|
204
204
|
.or-card-collection-sort-direction {
|
|
205
|
-
height: 14px;
|
|
206
205
|
width: 14px;
|
|
206
|
+
height: 14px;
|
|
207
207
|
margin-left: $s-1;
|
|
208
208
|
}
|
|
209
209
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
import { computed, defineComponent, PropType, ref } from 'vue-demi';
|
|
54
54
|
import { OrButtonV2 as OrButton, BUTTON_COLOR } from '../or-button-v2';
|
|
55
55
|
import { OrModal, OrModalSizes } from '../or-modal';
|
|
56
|
-
import { OrInput } from '../or-
|
|
56
|
+
import { OrInput } from '../or-input';
|
|
57
57
|
import { useActiveElement, useMagicKeys, whenever } from '@vueuse/core';
|
|
58
58
|
import { logicAnd } from '@vueuse/math';
|
|
59
59
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrInput } from './OrInput.vue';
|
|
@@ -42,40 +42,30 @@
|
|
|
42
42
|
>
|
|
43
43
|
|
|
44
44
|
<div :class="['layout-row']">
|
|
45
|
-
<template v-if="
|
|
46
|
-
<
|
|
47
|
-
:
|
|
48
|
-
:color="'
|
|
49
|
-
:
|
|
45
|
+
<template v-if="type === 'password'">
|
|
46
|
+
<OrIconButton
|
|
47
|
+
:icon="{ icon: disclosed ? 'visibility_off' : 'visibility', variant: 'filled' }"
|
|
48
|
+
:color="'inherit'"
|
|
49
|
+
:disabled="disabled"
|
|
50
|
+
@click.stop="disclosed = !disclosed"
|
|
50
51
|
/>
|
|
51
52
|
</template>
|
|
52
53
|
|
|
53
|
-
<template v-
|
|
54
|
-
<template v-if="
|
|
54
|
+
<template v-if="type === 'search'">
|
|
55
|
+
<template v-if="modelValue">
|
|
55
56
|
<OrIconButton
|
|
56
|
-
:icon="
|
|
57
|
+
:icon="'close'"
|
|
57
58
|
:color="'inherit'"
|
|
58
|
-
:disabled="disabled"
|
|
59
|
-
@click.stop="
|
|
59
|
+
:disabled="readonly || disabled"
|
|
60
|
+
@click.stop="$emit('update:modelValue', '')"
|
|
60
61
|
/>
|
|
61
62
|
</template>
|
|
62
63
|
|
|
63
|
-
<template v-
|
|
64
|
-
<
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
:disabled="readonly || disabled"
|
|
69
|
-
@click.stop="$emit('update:modelValue', '')"
|
|
70
|
-
/>
|
|
71
|
-
</template>
|
|
72
|
-
|
|
73
|
-
<template v-else>
|
|
74
|
-
<OrIcon
|
|
75
|
-
:icon="'search'"
|
|
76
|
-
:variant="'outlined'"
|
|
77
|
-
/>
|
|
78
|
-
</template>
|
|
64
|
+
<template v-else>
|
|
65
|
+
<OrIcon
|
|
66
|
+
:icon="'search'"
|
|
67
|
+
:variant="'outlined'"
|
|
68
|
+
/>
|
|
79
69
|
</template>
|
|
80
70
|
</template>
|
|
81
71
|
</div>
|
|
@@ -113,14 +103,13 @@
|
|
|
113
103
|
|
|
114
104
|
<script lang="ts">
|
|
115
105
|
import { computed, defineComponent, PropType, reactive, ref } from 'vue-demi';
|
|
116
|
-
import { useControlAttributes, useIdAttribute,
|
|
106
|
+
import { useControlAttributes, useIdAttribute, useValidationAttributes } from '../../hooks';
|
|
117
107
|
import { OrErrorV3 as OrError } from '../or-error-v3';
|
|
118
108
|
import { OrHintV3 as OrHint } from '../or-hint-v3';
|
|
119
109
|
import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3';
|
|
120
110
|
import { OrIconV3 as OrIcon } from '../or-icon-v3';
|
|
121
111
|
import { OrInputBoxV3 as OrInputBox } from '../or-input-box-v3';
|
|
122
112
|
import { OrLabelV3 as OrLabel } from '../or-label-v3';
|
|
123
|
-
import { OrLoaderV3 as OrLoader } from '../or-loader-v3';
|
|
124
113
|
import { InputSize, InputType } from './props';
|
|
125
114
|
import { InputControl, InputRoot } from './styles';
|
|
126
115
|
|
|
@@ -134,7 +123,6 @@ export default defineComponent({
|
|
|
134
123
|
OrIconButton,
|
|
135
124
|
OrInputBox,
|
|
136
125
|
OrLabel,
|
|
137
|
-
OrLoader,
|
|
138
126
|
},
|
|
139
127
|
|
|
140
128
|
model: {
|
|
@@ -178,11 +166,6 @@ export default defineComponent({
|
|
|
178
166
|
default: undefined,
|
|
179
167
|
},
|
|
180
168
|
|
|
181
|
-
loading: {
|
|
182
|
-
type: Boolean,
|
|
183
|
-
default: false,
|
|
184
|
-
},
|
|
185
|
-
|
|
186
169
|
required: {
|
|
187
170
|
type: Boolean,
|
|
188
171
|
default: false,
|
|
@@ -257,8 +240,6 @@ export default defineComponent({
|
|
|
257
240
|
|
|
258
241
|
const disclosed = ref(false);
|
|
259
242
|
|
|
260
|
-
const { isMobile } = useResponsive();
|
|
261
|
-
|
|
262
243
|
// Methods
|
|
263
244
|
function focus(): void {
|
|
264
245
|
control.value?.focus();
|
|
@@ -279,7 +260,6 @@ export default defineComponent({
|
|
|
279
260
|
maxLength,
|
|
280
261
|
invalid,
|
|
281
262
|
disclosed,
|
|
282
|
-
isMobile,
|
|
283
263
|
focus,
|
|
284
264
|
blur,
|
|
285
265
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import OrList from './OrList.vue';
|
|
2
2
|
import { OrIcon } from '../or-icon';
|
|
3
3
|
import { OrButtonV2 as OrButton } from '../or-button-v2';
|
|
4
|
-
import { OrInput } from '../or-
|
|
4
|
+
import { OrInput } from '../or-input';
|
|
5
5
|
|
|
6
6
|
import { ArgTypes, Story } from '@storybook/vue';
|
|
7
7
|
import { action } from '@storybook/addon-actions';
|
|
@@ -76,7 +76,7 @@ import { defineComponent, PropType } from 'vue-demi';
|
|
|
76
76
|
import _ from 'lodash';
|
|
77
77
|
|
|
78
78
|
import { OrList } from '../or-list';
|
|
79
|
-
import { OrInput } from '../or-
|
|
79
|
+
import { OrInput } from '../or-input';
|
|
80
80
|
import { OrIcon } from '../or-icon';
|
|
81
81
|
import { OrIconButton } from '../or-button-v2';
|
|
82
82
|
|
|
@@ -7,7 +7,7 @@ import { OrOverflowMenu } from '../or-overflow-menu';
|
|
|
7
7
|
import { OrModalSizes } from './constants';
|
|
8
8
|
import { OrCollapse } from '../or-collapse';
|
|
9
9
|
import { OrSelect } from '../or-select';
|
|
10
|
-
import { OrInput } from '../or-
|
|
10
|
+
import { OrInput } from '../or-input';
|
|
11
11
|
import { getTestOption } from '../or-select/stories.helpers';
|
|
12
12
|
import _ from 'lodash';
|
|
13
13
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrNumberInput } from './OrNumberInput.vue';
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
</template>
|
|
65
65
|
<script lang="ts">
|
|
66
66
|
import { defineComponent, ref } from 'vue-demi';
|
|
67
|
-
import OrInput from './OrInput.vue';
|
|
68
67
|
import { useVModel } from '@vueuse/core';
|
|
68
|
+
import { OrInput } from '../or-input';
|
|
69
69
|
import { useToggle } from '../../hooks';
|
|
70
70
|
import { BUTTON_SIZE, OrIconButton } from '../or-button-v2';
|
|
71
71
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrPassword } from './OrPassword.vue';
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</template>
|
|
67
67
|
<script lang="ts">
|
|
68
68
|
import { defineComponent, ref } from 'vue-demi';
|
|
69
|
-
import OrInput from '
|
|
69
|
+
import { OrInput } from '../or-input';
|
|
70
70
|
import { debouncedWatch } from '@vueuse/core';
|
|
71
71
|
import { BUTTON_SIZE, OrIconButton } from '../or-button-v2';
|
|
72
72
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrSearch } from './OrSearch.vue';
|