@onereach/ui-components 2.62.3-beta.1902.0 → 2.63.0-beta.1894.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/v2/{OrConfirm-f3aed6d3.js → OrConfirm-8d149ece.js} +1 -1
- package/dist/v2/{OrIconButton-94c69467.js → OrIconButton-5883eba0.js} +2 -2
- package/dist/v2/{OrInlineInput-50da2b1f.js → OrInlineInput-16a343c1.js} +1 -1
- package/dist/v2/{OrInlineTextarea-94253b64.js → OrInlineTextarea-f154bdf5.js} +1 -1
- package/dist/v2/{OrInput-040147f3.js → OrInput-4a50fe57.js} +1 -1
- package/dist/v2/{OrModal-e4439825.js → OrModal-64c5ae2e.js} +1 -1
- package/dist/v2/{OrNotification-be6132e6.js → OrNotification-9c164908.js} +1 -1
- package/dist/v2/{OrSearch-375ad422.js → OrSearch-a247f072.js} +1 -1
- package/dist/v2/{OrSelect-846e9a87.js → OrSelect-bb223cce.js} +2 -2
- package/dist/v2/{OrTag-02320f5f.js → OrTag-ab03c4f7.js} +1 -1
- package/dist/v2/{OrTooltip-afe7030b.js → OrTooltip-caeac590.js} +3 -33
- package/dist/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
- package/dist/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +111 -0
- package/dist/v2/components/or-rich-text-editor-v3/index.d.ts +1 -0
- package/dist/v2/components/or-rich-text-editor-v3/styles.d.ts +7 -0
- package/dist/v2/components/or-tooltip-v3/styles.d.ts +0 -2
- package/dist/v2/index.js +12 -12
- package/dist/v2/index2.js +12 -12
- package/dist/v2/index20.js +4 -4
- package/dist/v2/index31.js +2 -2
- package/dist/v2/index34.js +3 -3
- package/dist/v2/index36.js +3 -3
- package/dist/v2/index38.js +3 -3
- package/dist/v2/index50.js +3 -3
- package/dist/v2/index52.js +3 -3
- package/dist/v2/index62.js +306 -12
- package/dist/v2/index63.js +18 -15
- package/dist/v2/index64.js +15 -23
- package/dist/v2/index65.js +25 -4
- package/dist/v2/index66.js +2 -1
- package/dist/v2/index67.js +3 -4
- package/dist/v2/index68.js +3 -4
- package/dist/v2/index69.js +3 -10
- package/dist/v2/index70.js +3 -6
- package/dist/v2/index71.js +13 -2
- package/dist/v2/index72.js +4 -6
- package/dist/v2/index73.js +6 -4
- package/dist/v2/index74.js +2 -1
- package/dist/v2/index75.js +3 -3
- package/dist/v2/index76.js +3 -4
- package/dist/v2/index77.js +4 -15
- package/dist/v2/index78.js +14 -11
- package/dist/v2/index79.js +11 -13
- package/dist/v2/index80.js +14 -2
- package/dist/v2/index81.js +2 -2
- package/dist/v2/index82.js +2 -3
- package/dist/v2/index83.js +1 -6
- package/dist/v2/index84.js +7 -20
- package/dist/v2/index85.js +12 -9
- package/dist/v2/index86.js +18 -1
- package/dist/v2/index87.js +2 -18
- package/dist/v2/index88.js +18 -2
- package/dist/v2/index89.js +2 -10
- package/dist/v2/index90.js +9 -11
- package/dist/v2/index91.js +12 -6
- package/dist/v2/index92.js +5 -1
- package/dist/v2/index93.js +3 -0
- package/dist/v2/{types-dd4c7282.js → types-fb93ea4e.js} +1 -1
- package/dist/v3/{OrConfirm-58aa4260.js → OrConfirm-456ddee1.js} +1 -1
- package/dist/v3/{OrIconButton-eef9eb43.js → OrIconButton-b8066b5d.js} +2 -2
- package/dist/v3/{OrInlineInput-0c87838c.js → OrInlineInput-280768ba.js} +1 -1
- package/dist/v3/{OrInlineTextarea-d50f03b7.js → OrInlineTextarea-0f63f344.js} +1 -1
- package/dist/v3/{OrInput-d34c8571.js → OrInput-3eef7945.js} +1 -1
- package/dist/v3/{OrModal-179f5a1a.js → OrModal-f67d37d3.js} +1 -1
- package/dist/v3/{OrNotification-4a0dc24a.js → OrNotification-fefa1cb4.js} +1 -1
- package/dist/v3/{OrSearch-95d4e098.js → OrSearch-15a70678.js} +1 -1
- package/dist/v3/{OrSelect-32f188bd.js → OrSelect-63ada65d.js} +2 -2
- package/dist/v3/{OrTag-d1f3a0d0.js → OrTag-144b4ab8.js} +1 -1
- package/dist/v3/{OrTooltip-36c6728c.js → OrTooltip-30e05f9e.js} +3 -33
- package/dist/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
- package/dist/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +111 -0
- package/dist/v3/components/or-rich-text-editor-v3/index.d.ts +1 -0
- package/dist/v3/components/or-rich-text-editor-v3/styles.d.ts +7 -0
- package/dist/v3/components/or-tooltip-v3/styles.d.ts +0 -2
- package/dist/v3/index.js +12 -12
- package/dist/v3/index2.js +12 -12
- package/dist/v3/index20.js +4 -4
- package/dist/v3/index31.js +2 -2
- package/dist/v3/index34.js +3 -3
- package/dist/v3/index36.js +3 -3
- package/dist/v3/index38.js +3 -3
- package/dist/v3/index50.js +3 -3
- package/dist/v3/index52.js +3 -3
- package/dist/v3/index62.js +280 -12
- package/dist/v3/index63.js +17 -14
- package/dist/v3/index64.js +13 -21
- package/dist/v3/index65.js +23 -3
- package/dist/v3/index66.js +2 -1
- package/dist/v3/index67.js +3 -4
- package/dist/v3/index68.js +3 -4
- package/dist/v3/index69.js +3 -9
- package/dist/v3/index70.js +3 -4
- package/dist/v3/index71.js +10 -2
- package/dist/v3/index72.js +3 -5
- package/dist/v3/index73.js +5 -3
- package/dist/v3/index74.js +2 -1
- package/dist/v3/index75.js +3 -3
- package/dist/v3/index76.js +3 -4
- package/dist/v3/index77.js +4 -14
- package/dist/v3/index78.js +13 -10
- package/dist/v3/index79.js +10 -12
- package/dist/v3/index80.js +13 -1
- package/dist/v3/index81.js +1 -1
- package/dist/v3/index82.js +1 -3
- package/dist/v3/index83.js +1 -6
- package/dist/v3/index84.js +6 -16
- package/dist/v3/index85.js +12 -9
- package/dist/v3/index86.js +15 -1
- package/dist/v3/index87.js +2 -17
- package/dist/v3/index88.js +17 -2
- package/dist/v3/index89.js +2 -8
- package/dist/v3/index90.js +6 -9
- package/dist/v3/index91.js +11 -6
- package/dist/v3/index92.js +5 -1
- package/dist/v3/index93.js +3 -0
- package/dist/v3/{types-8ff779b1.js → types-a2a8f948.js} +1 -1
- package/package.json +7 -1
- package/src/components/or-avatar-v3/OrAvatar.docs.mdx +0 -4
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.docs.mdx +0 -4
- package/src/components/or-button-v3/OrButton.docs.mdx +0 -4
- package/src/components/or-card-v3/OrCard.docs.mdx +0 -4
- package/src/components/or-checkbox-v3/OrCheckbox.docs.mdx +0 -4
- package/src/components/or-confirm-v3/OrConfirm.docs.mdx +0 -4
- package/src/components/or-error-tag-v3/OrErrorTag.docs.mdx +0 -5
- package/src/components/or-error-v3/OrError.docs.mdx +0 -4
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.docs.mdx +0 -4
- package/src/components/or-fab-v3/OrFab.docs.mdx +0 -4
- package/src/components/or-hint-v3/OrHint.docs.mdx +0 -4
- package/src/components/or-icon-button-v3/OrIconButton.docs.mdx +0 -4
- package/src/components/or-icon-button-v3/styles.ts +1 -0
- package/src/components/or-icon-v3/OrIcon.docs.mdx +0 -4
- package/src/components/or-inline-input-v3/OrInlineInput.docs.mdx +0 -4
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.docs.mdx +0 -4
- package/src/components/or-input-v3/OrInput.docs.mdx +0 -4
- package/src/components/or-label-v3/OrLabel.docs.mdx +0 -4
- package/src/components/or-link-v3/OrLink.docs.mdx +0 -4
- package/src/components/or-loader-v3/OrLoader.docs.mdx +0 -4
- package/src/components/or-menu-item-v3/OrMenuItem.docs.mdx +0 -4
- package/src/components/or-menu-v3/OrMenu.docs.mdx +0 -4
- package/src/components/or-modal-v3/OrModal.docs.mdx +0 -4
- package/src/components/or-notification-v3/OrNotification.docs.mdx +0 -4
- package/src/components/or-overlay-v3/OrOverlay.docs.mdx +0 -4
- package/src/components/or-popover-v3/OrPopover.docs.mdx +0 -4
- package/src/components/or-progress-v3/OrProgress.docs.mdx +0 -4
- package/src/components/or-radio-v3/OrRadio.docs.mdx +0 -4
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +16 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +57 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +295 -0
- package/src/components/or-rich-text-editor-v3/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/styles.ts +71 -0
- package/src/components/or-search-v3/OrSearch.docs.mdx +0 -4
- package/src/components/or-select-v3/OrSelect.docs.mdx +0 -4
- package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +0 -4
- package/src/components/or-skeleton-v3/OrSkeleton.docs.mdx +0 -8
- package/src/components/or-switch-v3/OrSwitch.docs.mdx +0 -4
- package/src/components/or-tab-v3/OrTab.docs.mdx +0 -4
- package/src/components/or-tabs-v3/OrTabs.docs.mdx +0 -4
- package/src/components/or-tag-v3/OrTag.docs.mdx +0 -4
- package/src/components/or-teleport-v3/OrTeleport.docs.mdx +0 -4
- package/src/components/or-text-v3/OrText.docs.mdx +0 -4
- package/src/components/or-textarea-v3/OrTextarea.docs.mdx +0 -4
- package/src/components/or-tooltip-v3/OrTooltip.docs.mdx +0 -3
- package/src/components/or-tooltip-v3/OrTooltip.vue +2 -3
- package/src/components/or-tooltip-v3/styles.ts +0 -55
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-eb895669.js';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
|
|
4
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$3 } from './OrInput-4a50fe57.js';
|
|
5
5
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
6
6
|
import { logicAnd } from '@vueuse/math';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed } from 'vue-demi';
|
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrIcon-124f3bad.js';
|
|
5
|
-
import { _ as __vue_component__$2 } from './OrTooltip-
|
|
5
|
+
import { _ as __vue_component__$2 } from './OrTooltip-caeac590.js';
|
|
6
6
|
import './OrPopover-9080fc00.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
@@ -37,7 +37,7 @@ const IconButtonRootColors = {
|
|
|
37
37
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark'],
|
|
38
38
|
'inherit': [
|
|
39
39
|
// Theme
|
|
40
|
-
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit']
|
|
40
|
+
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit']
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
var script = defineComponent({
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrError-be656098.js';
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-44356417.js';
|
|
6
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$3 } from './OrIconButton-5883eba0.js';
|
|
7
7
|
import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-6a15ea2b.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrError-be656098.js';
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-44356417.js';
|
|
6
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$3 } from './OrIconButton-5883eba0.js';
|
|
7
7
|
import { _ as __vue_component__$4 } from './OrInlineInputBox-6a15ea2b.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -3,7 +3,7 @@ import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrError-be656098.js';
|
|
5
5
|
import { _ as __vue_component__$2 } from './OrHint-44356417.js';
|
|
6
|
-
import { _ as __vue_component__$4 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$4 } from './OrIconButton-5883eba0.js';
|
|
7
7
|
import { _ as __vue_component__$3 } from './OrIcon-124f3bad.js';
|
|
8
8
|
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-208dceac.js';
|
|
9
9
|
import { _ as __vue_component__$6 } from './OrLabel-5670468e.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
4
|
+
import { _ as __vue_component__$2 } from './OrIconButton-5883eba0.js';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrOverlay-4838a9b0.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
4
|
+
import { _ as __vue_component__$2 } from './OrIconButton-5883eba0.js';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrIcon-124f3bad.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { debouncedWatch } from '@vueuse/core';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
4
|
+
import { _ as __vue_component__$1 } from './OrInput-4a50fe57.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox-208dceac.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
@@ -8,11 +8,11 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-ce82a6fd.js';
|
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-44356417.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-124f3bad.js';
|
|
10
10
|
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-208dceac.js';
|
|
11
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
11
|
+
import { _ as __vue_component__$6 } from './OrInput-4a50fe57.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrLabel-5670468e.js';
|
|
13
13
|
import { _ as __vue_component__$9 } from './OrMenuItem-3a28db7b.js';
|
|
14
14
|
import { _ as __vue_component__$a } from './OrPopover-9080fc00.js';
|
|
15
|
-
import { _ as __vue_component__$b } from './OrTag-
|
|
15
|
+
import { _ as __vue_component__$b } from './OrTag-ab03c4f7.js';
|
|
16
16
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
17
|
|
|
18
18
|
const created$1 = (element, binding) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { _ as __vue_component__$1 } from './OrIconButton-
|
|
4
|
+
import { _ as __vue_component__$1 } from './OrIconButton-5883eba0.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
7
7
|
var TagVariant;
|
|
@@ -11,41 +11,11 @@ const TooltipBody = [
|
|
|
11
11
|
// Box
|
|
12
12
|
'max-w-max', 'rounded-sm',
|
|
13
13
|
// Sizing
|
|
14
|
-
'
|
|
14
|
+
'px-sm', 'py-xs',
|
|
15
15
|
// Typography
|
|
16
16
|
'typography-caption-regular',
|
|
17
17
|
// Theme
|
|
18
18
|
'bg-inverse-surface', 'dark:bg-inverse-surface-dark', 'text-inverse-on-surface', 'dark:text-inverse-on-surface-dark'];
|
|
19
|
-
const TooltipBodyPlacements = {
|
|
20
|
-
'top': [],
|
|
21
|
-
'top-start': [
|
|
22
|
-
// Sizing
|
|
23
|
-
'ml-none'],
|
|
24
|
-
'top-end': [
|
|
25
|
-
// Sizing
|
|
26
|
-
'mr-none'],
|
|
27
|
-
'bottom': [],
|
|
28
|
-
'bottom-start': [
|
|
29
|
-
// Sizing
|
|
30
|
-
'ml-none'],
|
|
31
|
-
'bottom-end': [
|
|
32
|
-
// Sizing
|
|
33
|
-
'mr-none'],
|
|
34
|
-
'left': [],
|
|
35
|
-
'left-start': [
|
|
36
|
-
// Sizing
|
|
37
|
-
'mt-none'],
|
|
38
|
-
'left-end': [
|
|
39
|
-
// Sizing
|
|
40
|
-
'mb-none'],
|
|
41
|
-
'right': [],
|
|
42
|
-
'right-start': [
|
|
43
|
-
// Sizing
|
|
44
|
-
'mt-none'],
|
|
45
|
-
'right-end': [
|
|
46
|
-
// Sizing
|
|
47
|
-
'mb-none']
|
|
48
|
-
};
|
|
49
19
|
|
|
50
20
|
var script = defineComponent({
|
|
51
21
|
name: 'OrTooltip',
|
|
@@ -65,7 +35,7 @@ var script = defineComponent({
|
|
|
65
35
|
},
|
|
66
36
|
emits: ['update:state'],
|
|
67
37
|
expose: ['root', 'open', 'close'],
|
|
68
|
-
setup(
|
|
38
|
+
setup() {
|
|
69
39
|
// Refs
|
|
70
40
|
const root = ref();
|
|
71
41
|
const popover = ref();
|
|
@@ -76,7 +46,7 @@ var script = defineComponent({
|
|
|
76
46
|
// Styles
|
|
77
47
|
const classAttribute = useClassAttribute();
|
|
78
48
|
const rootStyles = computed(() => ['or-tooltip', ...TooltipRoot, classAttribute.value]);
|
|
79
|
-
const bodyStyles = computed(() => [...TooltipBody
|
|
49
|
+
const bodyStyles = computed(() => [...TooltipBody]);
|
|
80
50
|
// Methods
|
|
81
51
|
function open() {
|
|
82
52
|
const popoverInstance = popover.value;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const RichTextEditor: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { Editor } from '@tiptap/core';
|
|
2
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
|
+
editor: Editor | null;
|
|
4
|
+
editorRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
5
|
+
containerRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
6
|
+
iconsEnum: import("@vue/composition-api").Ref<{
|
|
7
|
+
[x: string]: string;
|
|
8
|
+
}>;
|
|
9
|
+
handleToolbarClick: (item: string) => void;
|
|
10
|
+
handleEditorClick: () => void;
|
|
11
|
+
isActive: import("@vue/composition-api").Ref<{
|
|
12
|
+
[x: string]: boolean;
|
|
13
|
+
}>;
|
|
14
|
+
iconTooltipsEnum: import("@vue/composition-api").Ref<{
|
|
15
|
+
[x: string]: string;
|
|
16
|
+
}>;
|
|
17
|
+
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
18
|
+
toolbarContainerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
19
|
+
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
20
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
21
|
+
toolbarButtonStyles: (item: string) => string[];
|
|
22
|
+
editorInputStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
23
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
24
|
+
modelValue: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
toolbar: {
|
|
30
|
+
type: ArrayConstructor;
|
|
31
|
+
default: () => string[][];
|
|
32
|
+
};
|
|
33
|
+
description: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
placeholder: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
autofocus: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
46
|
+
modelValue: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
51
|
+
toolbar: {
|
|
52
|
+
type: ArrayConstructor;
|
|
53
|
+
default: () => string[][];
|
|
54
|
+
};
|
|
55
|
+
description: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
placeholder: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
autofocus: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
68
|
+
modelValue: string;
|
|
69
|
+
toolbar: unknown[];
|
|
70
|
+
description: string;
|
|
71
|
+
placeholder: string;
|
|
72
|
+
autofocus: boolean;
|
|
73
|
+
} & {} & {
|
|
74
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
75
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
76
|
+
editor: Editor | null;
|
|
77
|
+
editorRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
78
|
+
containerRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
79
|
+
iconsEnum: import("@vue/composition-api").Ref<{
|
|
80
|
+
[x: string]: string;
|
|
81
|
+
}>;
|
|
82
|
+
handleToolbarClick: (item: string) => void;
|
|
83
|
+
handleEditorClick: () => void;
|
|
84
|
+
isActive: import("@vue/composition-api").Ref<{
|
|
85
|
+
[x: string]: boolean;
|
|
86
|
+
}>;
|
|
87
|
+
iconTooltipsEnum: import("@vue/composition-api").Ref<{
|
|
88
|
+
[x: string]: string;
|
|
89
|
+
}>;
|
|
90
|
+
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
91
|
+
toolbarContainerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
92
|
+
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
93
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
94
|
+
toolbarButtonStyles: (item: string) => string[];
|
|
95
|
+
editorInputStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
96
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
97
|
+
modelValue: string;
|
|
98
|
+
toolbar: unknown[];
|
|
99
|
+
description: string;
|
|
100
|
+
placeholder: string;
|
|
101
|
+
autofocus: boolean;
|
|
102
|
+
} & {} & {
|
|
103
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
104
|
+
}, {
|
|
105
|
+
modelValue: string;
|
|
106
|
+
toolbar: unknown[];
|
|
107
|
+
description: string;
|
|
108
|
+
placeholder: string;
|
|
109
|
+
autofocus: boolean;
|
|
110
|
+
}, true>);
|
|
111
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrRichTextEditor } from './OrRichTextEditor.vue';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const EditorContainer: string[];
|
|
2
|
+
export declare const EditorContainerFilled: string[];
|
|
3
|
+
export declare const ToolbarContainer: string[];
|
|
4
|
+
export declare const Toolbar: string[];
|
|
5
|
+
export declare const ToolbarButton: string[];
|
|
6
|
+
export declare const ToolbarButtonActive: string[];
|
|
7
|
+
export declare const EditorInput: string[];
|
package/dist/v2/index.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
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-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-8d149ece.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-9d592185.js';
|
|
@@ -29,14 +29,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
29
29
|
export { _ as OrHint } from './OrHint-fe65fbe6.js';
|
|
30
30
|
export { _ as OrHintV3 } from './OrHint-44356417.js';
|
|
31
31
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
|
|
32
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
32
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-5883eba0.js';
|
|
33
33
|
export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
|
|
34
34
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
|
|
35
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
35
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-16a343c1.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
37
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-f154bdf5.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-4a50fe57.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -51,9 +51,9 @@ export { _ as OrMenuItemV3 } from './OrMenuItem-3a28db7b.js';
|
|
|
51
51
|
export { _ as OrMenuV3 } from './OrMenu-bb81644d.js';
|
|
52
52
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-9080fc00.js';
|
|
53
53
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-64c5ae2e.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
|
|
56
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-9c164908.js';
|
|
57
57
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
|
|
58
58
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
59
59
|
export { _ as OrOverlayV3 } from './OrOverlay-4838a9b0.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-a247f072.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-bb223cce.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -79,7 +79,7 @@ export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
|
79
79
|
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
80
80
|
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b4a9740b.js';
|
|
81
81
|
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
82
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
82
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-ab03c4f7.js';
|
|
83
83
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
84
84
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
85
85
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
@@ -87,11 +87,11 @@ export { _ as OrTextareaV3 } from './OrTextarea-8773d494.js';
|
|
|
87
87
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
88
88
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
89
89
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
90
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
90
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-fb93ea4e.js';
|
|
91
91
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
92
92
|
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
93
93
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
94
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
94
|
+
export { _ as OrTooltipV3 } from './OrTooltip-caeac590.js';
|
|
95
95
|
export { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
96
96
|
export { u as useElevation } from './useElevation-0e973238.js';
|
|
97
97
|
export { u as useOverflow } from './useOverflow-ac506c65.js';
|
package/dist/v2/index2.js
CHANGED
|
@@ -18,7 +18,7 @@ export { _ as OrCode, O as OrCodeLanguages } from './OrCode-da64b7ee.js';
|
|
|
18
18
|
export { _ as OrCollapse } from './OrCollapse-50e3914c.js';
|
|
19
19
|
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-0abe3636.js';
|
|
20
20
|
export { _ as OrConfirm } from './OrConfirm-812badbf.js';
|
|
21
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
21
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-8d149ece.js';
|
|
22
22
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-63b2d841.js';
|
|
23
23
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
24
24
|
export { _ as OrErrorTagV3 } from './OrErrorTag-9d592185.js';
|
|
@@ -29,14 +29,14 @@ export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
29
29
|
export { _ as OrHint } from './OrHint-fe65fbe6.js';
|
|
30
30
|
export { _ as OrHintV3 } from './OrHint-44356417.js';
|
|
31
31
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-7cd10497.js';
|
|
32
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
32
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-5883eba0.js';
|
|
33
33
|
export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-124f3bad.js';
|
|
34
34
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-6a15ea2b.js';
|
|
35
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
35
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-16a343c1.js';
|
|
36
36
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-60227e46.js';
|
|
37
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
37
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-f154bdf5.js';
|
|
38
38
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, _ as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from './OrInputBox-208dceac.js';
|
|
39
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
39
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-4a50fe57.js';
|
|
40
40
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from './OrPassword-a8b36c5b.js';
|
|
41
41
|
export { _ as OrInput } from './OrSearch.vue_rollup-plugin-vue_styles.0-aafbcd86.js';
|
|
42
42
|
export { _ as OrSearch } from './OrSearch-b228915a.js';
|
|
@@ -51,9 +51,9 @@ export { _ as OrMenuItemV3 } from './OrMenuItem-3a28db7b.js';
|
|
|
51
51
|
export { _ as OrMenuV3 } from './OrMenu-bb81644d.js';
|
|
52
52
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-9080fc00.js';
|
|
53
53
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-5c491f46.js';
|
|
54
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
54
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-64c5ae2e.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-3294cb13.js';
|
|
56
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
56
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-9c164908.js';
|
|
57
57
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-572ba5ac.js';
|
|
58
58
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
59
59
|
export { _ as OrOverlayV3 } from './OrOverlay-4838a9b0.js';
|
|
@@ -62,9 +62,9 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrPr
|
|
|
62
62
|
export { _ as OrRadio } from './OrRadio-514e8de8.js';
|
|
63
63
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
64
64
|
export { _ as OrRadioV3 } from './OrRadio-4ba56887.js';
|
|
65
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
65
|
+
export { _ as OrSearchV3 } from './OrSearch-a247f072.js';
|
|
66
66
|
export { _ as OrSelect } from './OrSelect-ea27a70e.js';
|
|
67
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
67
|
+
export { _ as OrSelectV3 } from './OrSelect-bb223cce.js';
|
|
68
68
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
69
69
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from './OrSidebar-fabc7bc9.js';
|
|
70
70
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './OrSkeletonText-38aef640.js';
|
|
@@ -79,7 +79,7 @@ export { _ as OrTabV3 } from './OrTab-4e6ff742.js';
|
|
|
79
79
|
export { _ as OrTabs } from './OrTabs-12138346.js';
|
|
80
80
|
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-b4a9740b.js';
|
|
81
81
|
export { _ as OrTag } from './OrTag-140d4f72.js';
|
|
82
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
82
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-ab03c4f7.js';
|
|
83
83
|
export { _ as OrTeleport } from './OrTeleportVue2-fce4676d.js';
|
|
84
84
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-fb92f29f.js';
|
|
85
85
|
export { _ as OrTextV3 } from './OrText-ba5a2b6c.js';
|
|
@@ -87,11 +87,11 @@ export { _ as OrTextareaV3 } from './OrTextarea-8773d494.js';
|
|
|
87
87
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-91382d58.js';
|
|
88
88
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-e285a86c.js';
|
|
89
89
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-4fbe0e5a.js';
|
|
90
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
90
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-fb93ea4e.js';
|
|
91
91
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-0665462d.js';
|
|
92
92
|
export { _ as OrTooltip } from './OrTooltip-b31bd78d.js';
|
|
93
93
|
export { _ as OrTooltipContent } from './OrTooltip.vue_rollup-plugin-vue_styles.0-54c17910.js';
|
|
94
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
94
|
+
export { _ as OrTooltipV3 } from './OrTooltip-caeac590.js';
|
|
95
95
|
import 'vue-demi';
|
|
96
96
|
import 'lodash';
|
|
97
97
|
import './style-inject.es-4c6f2515.js';
|
package/dist/v2/index20.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-8d149ece.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './OrButton-eb895669.js';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -9,12 +9,12 @@ import './OrOverlay-4838a9b0.js';
|
|
|
9
9
|
import './useElevation-0e973238.js';
|
|
10
10
|
import './OrTeleport.vue2-fb92f29f.js';
|
|
11
11
|
import 'portal-vue';
|
|
12
|
-
import './OrInput-
|
|
12
|
+
import './OrInput-4a50fe57.js';
|
|
13
13
|
import './OrError-be656098.js';
|
|
14
14
|
import './OrHint-44356417.js';
|
|
15
|
-
import './OrIconButton-
|
|
15
|
+
import './OrIconButton-5883eba0.js';
|
|
16
16
|
import './OrIcon-124f3bad.js';
|
|
17
|
-
import './OrTooltip-
|
|
17
|
+
import './OrTooltip-caeac590.js';
|
|
18
18
|
import './OrPopover-9080fc00.js';
|
|
19
19
|
import '@floating-ui/dom';
|
|
20
20
|
import './useResponsive-a02e95b7.js';
|
package/dist/v2/index31.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-5883eba0.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './OrIcon-124f3bad.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
|
-
import './OrTooltip-
|
|
7
|
+
import './OrTooltip-caeac590.js';
|
|
8
8
|
import './OrPopover-9080fc00.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import './useElevation-0e973238.js';
|
package/dist/v2/index34.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-16a343c1.js';
|
|
2
2
|
export { I as InlineInputSize } from './OrInlineInputBox-6a15ea2b.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -6,9 +6,9 @@ import '@vueuse/core';
|
|
|
6
6
|
import './OrError-be656098.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
8
|
import './OrHint-44356417.js';
|
|
9
|
-
import './OrIconButton-
|
|
9
|
+
import './OrIconButton-5883eba0.js';
|
|
10
10
|
import './OrIcon-124f3bad.js';
|
|
11
|
-
import './OrTooltip-
|
|
11
|
+
import './OrTooltip-caeac590.js';
|
|
12
12
|
import './OrPopover-9080fc00.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import './useElevation-0e973238.js';
|
package/dist/v2/index36.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-f154bdf5.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import './OrError-be656098.js';
|
|
6
6
|
import './normalize-component-6e8e3d80.js';
|
|
7
7
|
import './OrHint-44356417.js';
|
|
8
|
-
import './OrIconButton-
|
|
8
|
+
import './OrIconButton-5883eba0.js';
|
|
9
9
|
import './OrIcon-124f3bad.js';
|
|
10
|
-
import './OrTooltip-
|
|
10
|
+
import './OrTooltip-caeac590.js';
|
|
11
11
|
import './OrPopover-9080fc00.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import './useElevation-0e973238.js';
|
package/dist/v2/index38.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-4a50fe57.js';
|
|
2
2
|
export { a as InputSize } from './OrInputBox-208dceac.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './useClassAttribute-47fdb016.js';
|
|
@@ -6,9 +6,9 @@ import '@vueuse/core';
|
|
|
6
6
|
import './OrError-be656098.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
8
|
import './OrHint-44356417.js';
|
|
9
|
-
import './OrIconButton-
|
|
9
|
+
import './OrIconButton-5883eba0.js';
|
|
10
10
|
import './OrIcon-124f3bad.js';
|
|
11
|
-
import './OrTooltip-
|
|
11
|
+
import './OrTooltip-caeac590.js';
|
|
12
12
|
import './OrPopover-9080fc00.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import './useElevation-0e973238.js';
|
package/dist/v2/index50.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-64c5ae2e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import './OrIconButton-
|
|
5
|
+
import './OrIconButton-5883eba0.js';
|
|
6
6
|
import './OrIcon-124f3bad.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrTooltip-
|
|
8
|
+
import './OrTooltip-caeac590.js';
|
|
9
9
|
import './OrPopover-9080fc00.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import './useElevation-0e973238.js';
|
package/dist/v2/index52.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-9c164908.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import './useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import './OrIconButton-
|
|
5
|
+
import './OrIconButton-5883eba0.js';
|
|
6
6
|
import './OrIcon-124f3bad.js';
|
|
7
7
|
import './normalize-component-6e8e3d80.js';
|
|
8
|
-
import './OrTooltip-
|
|
8
|
+
import './OrTooltip-caeac590.js';
|
|
9
9
|
import './OrPopover-9080fc00.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import './useElevation-0e973238.js';
|