@onereach/ui-components 8.18.3 → 8.18.4-beta.3953.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/OrContextMenuV3/OrContextMenu.js +1 -1
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +1 -1
- package/dist/esm/v2/{OrContextMenu-c8932997.js → OrContextMenu-9ea6cb18.js} +1 -1
- package/dist/esm/v2/components/index.js +1 -1
- package/dist/esm/v2/components/or-context-menu-v3/index.js +1 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v3/{OrContextMenu-5174d0f9.js → OrContextMenu-d684e134.js} +1 -1
- package/dist/esm/v3/components/index.js +1 -1
- package/dist/esm/v3/components/or-context-menu-v3/index.js +1 -1
- package/dist/esm/v3/index.js +1 -1
- package/package.json +2 -3
- package/src/components/or-context-menu-v3/OrContextMenu.vue +1 -1
|
@@ -35,7 +35,7 @@ var script = defineComponent({
|
|
|
35
35
|
// #region Trigger Point
|
|
36
36
|
const triggerPoint = ref();
|
|
37
37
|
function onContextMenu(event) {
|
|
38
|
-
event.preventDefault();
|
|
38
|
+
// event.preventDefault();
|
|
39
39
|
triggerPoint.value = {
|
|
40
40
|
getBoundingClientRect: () => new DOMRect(event.x, event.y)
|
|
41
41
|
};
|
|
@@ -36,7 +36,7 @@ var script = defineComponent({
|
|
|
36
36
|
// #region Trigger Point
|
|
37
37
|
const triggerPoint = ref();
|
|
38
38
|
function onContextMenu(event) {
|
|
39
|
-
event.preventDefault();
|
|
39
|
+
// event.preventDefault();
|
|
40
40
|
triggerPoint.value = {
|
|
41
41
|
getBoundingClientRect: () => new DOMRect(event.x, event.y)
|
|
42
42
|
};
|
|
@@ -39,7 +39,7 @@ var script = defineComponent({
|
|
|
39
39
|
// #region Trigger Point
|
|
40
40
|
const triggerPoint = ref();
|
|
41
41
|
function onContextMenu(event) {
|
|
42
|
-
event.preventDefault();
|
|
42
|
+
// event.preventDefault();
|
|
43
43
|
triggerPoint.value = {
|
|
44
44
|
getBoundingClientRect: () => new DOMRect(event.x, event.y)
|
|
45
45
|
};
|
|
@@ -34,7 +34,7 @@ export { _ as OrInputBoxV3 } from '../OrInputBox-140c344d.js';
|
|
|
34
34
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, 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, I as TimeRangePickerSize } from '../OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
35
35
|
export { _ as OrConfirm } from '../OrConfirm-f3f7ec59.js';
|
|
36
36
|
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-0543208c.js';
|
|
37
|
-
export { _ as OrContextMenuV3 } from '../OrContextMenu-
|
|
37
|
+
export { _ as OrContextMenuV3 } from '../OrContextMenu-9ea6cb18.js';
|
|
38
38
|
export { _ as OrMenuV3 } from '../OrMenu-8802ee12.js';
|
|
39
39
|
export { P as ContextMenuPlacement, P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-7d9405fb.js';
|
|
40
40
|
export { _ as OrDateFormatV3 } from '../OrDateFormat-5e3b12fc.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrContextMenuV3 } from '../../OrContextMenu-
|
|
1
|
+
export { _ as OrContextMenuV3 } from '../../OrContextMenu-9ea6cb18.js';
|
|
2
2
|
import '../../OrMenu-8802ee12.js';
|
|
3
3
|
export { P as ContextMenuPlacement } from '../../OrPopover-7d9405fb.js';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -34,7 +34,7 @@ export { _ as OrInputBoxV3 } from './OrInputBox-140c344d.js';
|
|
|
34
34
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, 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, I as TimeRangePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-65ebcf4d.js';
|
|
35
35
|
export { _ as OrConfirm } from './OrConfirm-f3f7ec59.js';
|
|
36
36
|
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-0543208c.js';
|
|
37
|
-
export { _ as OrContextMenuV3 } from './OrContextMenu-
|
|
37
|
+
export { _ as OrContextMenuV3 } from './OrContextMenu-9ea6cb18.js';
|
|
38
38
|
export { _ as OrMenuV3 } from './OrMenu-8802ee12.js';
|
|
39
39
|
export { P as ContextMenuPlacement, P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-7d9405fb.js';
|
|
40
40
|
export { _ as OrDateFormatV3 } from './OrDateFormat-5e3b12fc.js';
|
|
@@ -39,7 +39,7 @@ var script = defineComponent({
|
|
|
39
39
|
// #region Trigger Point
|
|
40
40
|
const triggerPoint = ref();
|
|
41
41
|
function onContextMenu(event) {
|
|
42
|
-
event.preventDefault();
|
|
42
|
+
// event.preventDefault();
|
|
43
43
|
triggerPoint.value = {
|
|
44
44
|
getBoundingClientRect: () => new DOMRect(event.x, event.y)
|
|
45
45
|
};
|
|
@@ -31,7 +31,7 @@ export { s as OrCombinedInputV3 } from '../OrCombinedInput-889bfdc0.js';
|
|
|
31
31
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize, I as TimeRangePickerSize } from '../OrInputBox-8c1a29dd.js';
|
|
32
32
|
export { s as OrConfirm } from '../OrConfirm-859ff5a2.js';
|
|
33
33
|
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-c5fe5075.js';
|
|
34
|
-
export { s as OrContextMenuV3 } from '../OrContextMenu-
|
|
34
|
+
export { s as OrContextMenuV3 } from '../OrContextMenu-d684e134.js';
|
|
35
35
|
export { s as OrMenuV3 } from '../OrMenu-192543a9.js';
|
|
36
36
|
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-79d76269.js';
|
|
37
37
|
export { s as OrDateFormatV3 } from '../OrDateFormat-5fee3e3a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrContextMenuV3 } from '../../OrContextMenu-
|
|
1
|
+
export { s as OrContextMenuV3 } from '../../OrContextMenu-d684e134.js';
|
|
2
2
|
import '../../OrMenu-192543a9.js';
|
|
3
3
|
export { P as ContextMenuPlacement } from '../../OrPopover-79d76269.js';
|
|
4
4
|
import 'vue-demi';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -31,7 +31,7 @@ export { s as OrCombinedInputV3 } from './OrCombinedInput-889bfdc0.js';
|
|
|
31
31
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize, I as TimeRangePickerSize } from './OrInputBox-8c1a29dd.js';
|
|
32
32
|
export { s as OrConfirm } from './OrConfirm-859ff5a2.js';
|
|
33
33
|
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-c5fe5075.js';
|
|
34
|
-
export { s as OrContextMenuV3 } from './OrContextMenu-
|
|
34
|
+
export { s as OrContextMenuV3 } from './OrContextMenu-d684e134.js';
|
|
35
35
|
export { s as OrMenuV3 } from './OrMenu-192543a9.js';
|
|
36
36
|
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-79d76269.js';
|
|
37
37
|
export { s as OrDateFormatV3 } from './OrDateFormat-5fee3e3a.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "8.18.
|
|
3
|
+
"version": "8.18.4-beta.3953.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -176,6 +176,5 @@
|
|
|
176
176
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
177
177
|
},
|
|
178
178
|
"./package.json": "./package.json"
|
|
179
|
-
}
|
|
180
|
-
"gitHead": "f62a00e1643ef244ed6dd3101d477d8b84f361ef"
|
|
179
|
+
}
|
|
181
180
|
}
|
|
@@ -62,7 +62,7 @@ export default defineComponent({
|
|
|
62
62
|
const triggerPoint = ref<VirtualElement>();
|
|
63
63
|
|
|
64
64
|
function onContextMenu(event: MouseEvent): void {
|
|
65
|
-
event.preventDefault();
|
|
65
|
+
// event.preventDefault();
|
|
66
66
|
|
|
67
67
|
triggerPoint.value = {
|
|
68
68
|
getBoundingClientRect: () => new DOMRect(event.x, event.y),
|