@onereach/ui-components 4.4.4 → 4.4.5
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/{OrDateTimePickerMonthSelect-5fa6caa0.js → OrDateTimePickerMonthSelect-75089f80.js} +6 -3
- package/dist/bundled/v2/{OrDateTimePickerTimeSelect-aa60911c.js → OrDateTimePickerTimeSelect-3d0ef650.js} +6 -3
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/index.js +2 -2
- package/dist/bundled/v2/index.js +2 -2
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-33719f37.js → OrDatePicker.vue_vue_type_script_lang-d071d109.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-ef95eeb6.js → OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-fe878127.js → OrDateTimePickerMonthSelect-387c2096.js} +6 -4
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-b962e4d5.js → OrDateTimePickerTimeSelect-8bdb97b7.js} +6 -4
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-dd7222e8.js → OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js} +1 -1
- 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 +4 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +3 -3
- 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.js +5 -5
- package/dist/bundled/v3/index.js +5 -5
- package/dist/esm/v2/{OrDatePicker-a8c95da8.js → OrDatePicker-564505ef.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker-9271659e.js → OrDateTimePicker-3a624934.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-a3a0fb4e.js → OrDateTimePickerMonthSelect-e35404a7.js} +6 -3
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-0b70d0df.js → OrDateTimePickerTimeSelect-aed7d33d.js} +6 -3
- package/dist/esm/v2/{OrTimePicker-0c6a05f1.js → OrTimePicker-196e9c5e.js} +1 -1
- package/dist/esm/v2/components/index.js +5 -5
- package/dist/esm/v2/components/or-date-picker-v3/index.js +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +3 -3
- package/dist/esm/v2/components/or-time-picker-v3/index.js +2 -2
- package/dist/esm/v2/index.js +5 -5
- package/dist/esm/v3/{OrDatePicker-759653a5.js → OrDatePicker-fffdd7ba.js} +1 -1
- package/dist/esm/v3/{OrDateTimePicker-4768a411.js → OrDateTimePicker-77983f83.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-c07806a0.js → OrDateTimePickerMonthSelect-5a7b7b5c.js} +6 -4
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-9309c434.js → OrDateTimePickerTimeSelect-e404e826.js} +6 -4
- package/dist/esm/v3/{OrTimePicker-ba6e6857.js → OrTimePicker-e27e87ec.js} +1 -1
- package/dist/esm/v3/components/index.js +5 -5
- 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 +3 -3
- package/dist/esm/v3/components/or-time-picker-v3/index.js +2 -2
- package/dist/esm/v3/index.js +5 -5
- package/package.json +2 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +7 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +7 -2
|
@@ -87,14 +87,17 @@ var __vue_render__$2 = function () {
|
|
|
87
87
|
ref: "root",
|
|
88
88
|
class: _vm.rootStyles,
|
|
89
89
|
attrs: {
|
|
90
|
-
"contenteditable": '',
|
|
90
|
+
"contenteditable": !_vm.disabled ? '' : null,
|
|
91
91
|
"required": _vm.required ? '' : null,
|
|
92
92
|
"readonly": _vm.readonly ? '' : null,
|
|
93
93
|
"disabled": _vm.disabled ? '' : null
|
|
94
94
|
}
|
|
95
95
|
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatModelValue(_vm.proxyModelValue)) + "\n ")] : [_c('span', {
|
|
96
|
-
class: _vm.placeholderStyles
|
|
97
|
-
|
|
96
|
+
class: _vm.placeholderStyles,
|
|
97
|
+
attrs: {
|
|
98
|
+
"disabled": _vm.disabled ? '' : null
|
|
99
|
+
}
|
|
100
|
+
}, [_vm._v("\n " + _vm._s(_vm.placeholder) + "\n ")])]], 2);
|
|
98
101
|
};
|
|
99
102
|
var __vue_staticRenderFns__$2 = [];
|
|
100
103
|
|
|
@@ -83,14 +83,17 @@ var __vue_render__$1 = function () {
|
|
|
83
83
|
ref: "root",
|
|
84
84
|
class: _vm.rootStyles,
|
|
85
85
|
attrs: {
|
|
86
|
-
"contenteditable": '',
|
|
86
|
+
"contenteditable": !_vm.disabled ? '' : null,
|
|
87
87
|
"required": _vm.required ? '' : null,
|
|
88
88
|
"readonly": _vm.readonly ? '' : null,
|
|
89
89
|
"disabled": _vm.disabled ? '' : null
|
|
90
90
|
}
|
|
91
91
|
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatModelValue(_vm.proxyModelValue)) + "\n ")] : [_c('span', {
|
|
92
|
-
class: _vm.placeholderStyles
|
|
93
|
-
|
|
92
|
+
class: _vm.placeholderStyles,
|
|
93
|
+
attrs: {
|
|
94
|
+
"disabled": _vm.disabled ? '' : null
|
|
95
|
+
}
|
|
96
|
+
}, [_vm._v("\n " + _vm._s(_vm.placeholder) + "\n ")])]], 2);
|
|
94
97
|
};
|
|
95
98
|
var __vue_staticRenderFns__$1 = [];
|
|
96
99
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-
|
|
3
|
+
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-75089f80.js';
|
|
4
4
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader-7c87f38a.js';
|
|
5
5
|
import { DatePicker, DatePickerPopover } from './styles.js';
|
|
6
6
|
import __vue_component__$1 from '../OrErrorV3/OrError.js';
|
|
@@ -2,7 +2,7 @@ export { default as OrDatePickerV3 } from './OrDatePicker.js';
|
|
|
2
2
|
export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
5
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
5
|
+
import '../../OrDateTimePickerMonthSelect-75089f80.js';
|
|
6
6
|
import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../OrButtonV3/OrButton.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './hooks/useCurrentDate.js';
|
|
3
|
-
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-
|
|
3
|
+
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-75089f80.js';
|
|
4
4
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader-7c87f38a.js';
|
|
5
|
-
import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-
|
|
5
|
+
import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-3d0ef650.js';
|
|
6
6
|
import { DateTimePicker, DateTimePickerDatePopover, DateTimePickerTimePopover } from './styles.js';
|
|
7
7
|
import __vue_component__$1 from '../OrErrorV3/OrError.js';
|
|
8
8
|
import __vue_component__$2 from '../OrHintV3/OrHint.js';
|
|
@@ -2,7 +2,7 @@ export { default as OrDateTimePickerV3 } from './OrDateTimePicker.js';
|
|
|
2
2
|
export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './hooks/useCurrentDate.js';
|
|
5
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
5
|
+
import '../../OrDateTimePickerMonthSelect-75089f80.js';
|
|
6
6
|
import './hooks/useDatePlaceholder.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../OrButtonV3/OrButton.js';
|
|
@@ -42,7 +42,7 @@ import '../../OrDateTimePickerPopoverHeader-7c87f38a.js';
|
|
|
42
42
|
import '../OrLabelV3/OrLabel.js';
|
|
43
43
|
import '../OrLabelV3/props.js';
|
|
44
44
|
import '../OrLabelV3/styles.js';
|
|
45
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
45
|
+
import '../../OrDateTimePickerTimeSelect-3d0ef650.js';
|
|
46
46
|
import './hooks/useTimePlaceholder.js';
|
|
47
47
|
import './styles.js';
|
|
48
48
|
import '../OrErrorV3/OrError.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
3
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader-7c87f38a.js';
|
|
4
|
-
import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-
|
|
4
|
+
import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-3d0ef650.js';
|
|
5
5
|
import { TimePicker, TimePickerPopover } from './styles.js';
|
|
6
6
|
import __vue_component__$1 from '../OrErrorV3/OrError.js';
|
|
7
7
|
import __vue_component__$2 from '../OrHintV3/OrHint.js';
|
|
@@ -14,7 +14,7 @@ import '../OrLoaderV3/OrLoader.js';
|
|
|
14
14
|
import '@vueuse/core';
|
|
15
15
|
import '../OrLoaderV3/props.js';
|
|
16
16
|
import '../OrLoaderV3/styles.js';
|
|
17
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
17
|
+
import '../../OrDateTimePickerTimeSelect-3d0ef650.js';
|
|
18
18
|
import '../OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
19
19
|
import './styles.js';
|
|
20
20
|
import '../OrErrorV3/OrError.js';
|
|
@@ -215,13 +215,13 @@ import './OrCombinedInputV3/styles.js';
|
|
|
215
215
|
import '../index-968c331a.js';
|
|
216
216
|
import './OrConfirmV3/styles.js';
|
|
217
217
|
import './OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
218
|
-
import '../OrDateTimePickerMonthSelect-
|
|
218
|
+
import '../OrDateTimePickerMonthSelect-75089f80.js';
|
|
219
219
|
import './OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
220
220
|
import '../OrDateTimePickerPopoverHeader-7c87f38a.js';
|
|
221
221
|
import './OrDatePickerV3/styles.js';
|
|
222
222
|
import '../directives/dropdown-close.js';
|
|
223
223
|
import '../directives/dropdown-open.js';
|
|
224
|
-
import '../OrDateTimePickerTimeSelect-
|
|
224
|
+
import '../OrDateTimePickerTimeSelect-3d0ef650.js';
|
|
225
225
|
import './OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
226
226
|
import './OrDateTimePickerV3/styles.js';
|
|
227
227
|
import './OrEmptyStateV3/styles.js';
|
package/dist/bundled/v2/index.js
CHANGED
|
@@ -195,13 +195,13 @@ import './components/OrCombinedInputV3/styles.js';
|
|
|
195
195
|
import './index-968c331a.js';
|
|
196
196
|
import './components/OrConfirmV3/styles.js';
|
|
197
197
|
import './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
198
|
-
import './OrDateTimePickerMonthSelect-
|
|
198
|
+
import './OrDateTimePickerMonthSelect-75089f80.js';
|
|
199
199
|
import './components/OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
200
200
|
import './OrDateTimePickerPopoverHeader-7c87f38a.js';
|
|
201
201
|
import './components/OrDatePickerV3/styles.js';
|
|
202
202
|
import './utils/functions/dom.js';
|
|
203
203
|
import './utils/functions/px-to-rem.js';
|
|
204
|
-
import './OrDateTimePickerTimeSelect-
|
|
204
|
+
import './OrDateTimePickerTimeSelect-3d0ef650.js';
|
|
205
205
|
import './components/OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
206
206
|
import './components/OrDateTimePickerV3/styles.js';
|
|
207
207
|
import './components/OrEmptyStateV3/styles.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-387c2096.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-f81b902f.js';
|
|
5
5
|
import { DatePicker, DatePickerPopover } from './components/OrDatePickerV3/styles.js';
|
|
6
6
|
import './components/OrErrorV3/OrError.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-387c2096.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-f81b902f.js';
|
|
5
|
-
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-
|
|
5
|
+
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
6
6
|
import { DateTimePicker, DateTimePickerDatePopover, DateTimePickerTimePopover } from './components/OrDateTimePickerV3/styles.js';
|
|
7
7
|
import './components/OrErrorV3/OrError.js';
|
|
8
8
|
import './components/OrHintV3/OrHint.js';
|
|
@@ -80,12 +80,13 @@ var script$2 = defineComponent({
|
|
|
80
80
|
}
|
|
81
81
|
});
|
|
82
82
|
|
|
83
|
-
const _hoisted_1$1 = ["required", "readonly", "disabled"];
|
|
83
|
+
const _hoisted_1$1 = ["contenteditable", "required", "readonly", "disabled"];
|
|
84
|
+
const _hoisted_2 = ["disabled"];
|
|
84
85
|
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
85
86
|
return openBlock(), createElementBlock("div", {
|
|
86
87
|
ref: "root",
|
|
87
88
|
class: normalizeClass(_ctx.rootStyles),
|
|
88
|
-
contenteditable: '',
|
|
89
|
+
contenteditable: !_ctx.disabled ? '' : null,
|
|
89
90
|
required: _ctx.required ? '' : null,
|
|
90
91
|
readonly: _ctx.readonly ? '' : null,
|
|
91
92
|
disabled: _ctx.disabled ? '' : null
|
|
@@ -93,8 +94,9 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
93
94
|
key: 0
|
|
94
95
|
}, [createTextVNode(toDisplayString(_ctx.formatModelValue(_ctx.proxyModelValue)), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("span", {
|
|
95
96
|
key: 1,
|
|
96
|
-
class: normalizeClass(_ctx.placeholderStyles)
|
|
97
|
-
|
|
97
|
+
class: normalizeClass(_ctx.placeholderStyles),
|
|
98
|
+
disabled: _ctx.disabled ? '' : null
|
|
99
|
+
}, toDisplayString(_ctx.placeholder), 11 /* TEXT, CLASS, PROPS */, _hoisted_2))], 10 /* CLASS, PROPS */, _hoisted_1$1);
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
script$2.render = render$2;
|
|
@@ -72,12 +72,13 @@ var script$1 = defineComponent({
|
|
|
72
72
|
}
|
|
73
73
|
});
|
|
74
74
|
|
|
75
|
-
const _hoisted_1 = ["required", "readonly", "disabled"];
|
|
75
|
+
const _hoisted_1 = ["contenteditable", "required", "readonly", "disabled"];
|
|
76
|
+
const _hoisted_2 = ["disabled"];
|
|
76
77
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
77
78
|
return openBlock(), createElementBlock("div", {
|
|
78
79
|
ref: "root",
|
|
79
80
|
class: normalizeClass(_ctx.rootStyles),
|
|
80
|
-
contenteditable: '',
|
|
81
|
+
contenteditable: !_ctx.disabled ? '' : null,
|
|
81
82
|
required: _ctx.required ? '' : null,
|
|
82
83
|
readonly: _ctx.readonly ? '' : null,
|
|
83
84
|
disabled: _ctx.disabled ? '' : null
|
|
@@ -85,8 +86,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
85
86
|
key: 0
|
|
86
87
|
}, [createTextVNode(toDisplayString(_ctx.formatModelValue(_ctx.proxyModelValue)), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("span", {
|
|
87
88
|
key: 1,
|
|
88
|
-
class: normalizeClass(_ctx.placeholderStyles)
|
|
89
|
-
|
|
89
|
+
class: normalizeClass(_ctx.placeholderStyles),
|
|
90
|
+
disabled: _ctx.disabled ? '' : null
|
|
91
|
+
}, toDisplayString(_ctx.placeholder), 11 /* TEXT, CLASS, PROPS */, _hoisted_2))], 10 /* CLASS, PROPS */, _hoisted_1);
|
|
90
92
|
}
|
|
91
93
|
|
|
92
94
|
script$1.render = render$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
3
|
import { s as script$1, a as script$2, b as script$3 } from './OrDateTimePickerPopoverHeader-f81b902f.js';
|
|
4
|
-
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-
|
|
4
|
+
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
5
5
|
import { TimePicker, TimePickerPopover } from './components/OrTimePickerV3/styles.js';
|
|
6
6
|
import './components/OrErrorV3/OrError.js';
|
|
7
7
|
import './components/OrHintV3/OrHint.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-d071d109.js';
|
|
2
|
+
export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-d071d109.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
6
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
6
|
+
import '../../OrDateTimePickerMonthSelect-387c2096.js';
|
|
7
7
|
import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
8
8
|
import '../OrButtonV3/OrButton.js';
|
|
9
9
|
import '../../OrButton.vue_vue_type_script_lang-f58fa1b8.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-d071d109.js';
|
|
2
2
|
export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
5
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
5
|
+
import '../../OrDateTimePickerMonthSelect-387c2096.js';
|
|
6
6
|
import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../OrButtonV3/OrButton.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js';
|
|
2
|
+
export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './hooks/useCurrentDate.js';
|
|
6
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
6
|
+
import '../../OrDateTimePickerMonthSelect-387c2096.js';
|
|
7
7
|
import './hooks/useDatePlaceholder.js';
|
|
8
8
|
import '../OrButtonV3/OrButton.js';
|
|
9
9
|
import '../../OrButton.vue_vue_type_script_lang-f58fa1b8.js';
|
|
@@ -53,7 +53,7 @@ import '../OrLabelV3/OrLabel.js';
|
|
|
53
53
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
54
54
|
import '../OrLabelV3/props.js';
|
|
55
55
|
import '../OrLabelV3/styles.js';
|
|
56
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
56
|
+
import '../../OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
57
57
|
import './hooks/useTimePlaceholder.js';
|
|
58
58
|
import './styles.js';
|
|
59
59
|
import '../OrErrorV3/OrError.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js';
|
|
2
2
|
export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './hooks/useCurrentDate.js';
|
|
5
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
5
|
+
import '../../OrDateTimePickerMonthSelect-387c2096.js';
|
|
6
6
|
import './hooks/useDatePlaceholder.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../OrButtonV3/OrButton.js';
|
|
@@ -53,7 +53,7 @@ import '../OrLabelV3/OrLabel.js';
|
|
|
53
53
|
import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
54
54
|
import '../OrLabelV3/props.js';
|
|
55
55
|
import '../OrLabelV3/styles.js';
|
|
56
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
56
|
+
import '../../OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
57
57
|
import './hooks/useTimePlaceholder.js';
|
|
58
58
|
import './styles.js';
|
|
59
59
|
import '../OrErrorV3/OrError.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrTimePicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js';
|
|
2
|
+
export { s as default } from '../../OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js';
|
|
3
3
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
@@ -17,7 +17,7 @@ import '../../OrLoader.vue_vue_type_script_lang-49907820.js';
|
|
|
17
17
|
import '@vueuse/core';
|
|
18
18
|
import '../OrLoaderV3/props.js';
|
|
19
19
|
import '../OrLoaderV3/styles.js';
|
|
20
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
20
|
+
import '../../OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
21
21
|
import '../OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
22
22
|
import './styles.js';
|
|
23
23
|
import '../OrErrorV3/OrError.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTimePickerV3 } from '../../OrTimePicker.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTimePickerV3 } from '../../OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js';
|
|
2
2
|
export { InputBoxSize as TimePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
@@ -17,7 +17,7 @@ import '../../OrLoader.vue_vue_type_script_lang-49907820.js';
|
|
|
17
17
|
import '@vueuse/core';
|
|
18
18
|
import '../OrLoaderV3/props.js';
|
|
19
19
|
import '../OrLoaderV3/styles.js';
|
|
20
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
20
|
+
import '../../OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
21
21
|
import '../OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
22
22
|
import './styles.js';
|
|
23
23
|
import '../OrErrorV3/OrError.js';
|
|
@@ -35,10 +35,10 @@ export { InputBoxSize as CombinedInputSize, InputBoxSize as DatePickerSize, Inpu
|
|
|
35
35
|
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-e5a8f92a.js';
|
|
36
36
|
export { s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-e1390930.js';
|
|
37
37
|
export { ConfirmType } from './OrConfirmV3/props.js';
|
|
38
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker.vue_vue_type_script_lang-
|
|
38
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker.vue_vue_type_script_lang-d071d109.js';
|
|
39
39
|
export { s as OrDateTimePicker } from '../OrDateTimePicker.vue_vue_type_script_lang-6fd7c75e.js';
|
|
40
40
|
export { DEFAULT_TEXT, OrDateTimePickerItemTypes, OrDateTimePickerTypes } from './OrDateTimePicker/constants.js';
|
|
41
|
-
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker.vue_vue_type_script_lang-
|
|
41
|
+
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js';
|
|
42
42
|
export { s as OrEmptyStateV3 } from '../OrEmptyState.vue_vue_type_script_lang-2c1f09ef.js';
|
|
43
43
|
export { EmptyStateSize } from './OrEmptyStateV3/props.js';
|
|
44
44
|
export { s as OrError } from '../OrError.vue_vue_type_script_lang-450321b8.js';
|
|
@@ -147,7 +147,7 @@ export { s as OrTextarea } from '../OrTextarea.vue_vue_type_script_lang-048cb245
|
|
|
147
147
|
export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-f287189f.js';
|
|
148
148
|
export { s as OrTextbox } from '../OrTextbox.vue_vue_type_script_lang-dad835c3.js';
|
|
149
149
|
export { TextboxTypes } from './OrTextbox/constants.js';
|
|
150
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker.vue_vue_type_script_lang-
|
|
150
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js';
|
|
151
151
|
export { default as OrToast } from './OrToast/OrToast.js';
|
|
152
152
|
export { s as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-b8184db5.js';
|
|
153
153
|
export { default as useToast } from './OrToast/composable/useToast.js';
|
|
@@ -250,13 +250,13 @@ import '../index-968c331a.js';
|
|
|
250
250
|
import './OrButtonV2/OrButton.js';
|
|
251
251
|
import './OrConfirmV3/styles.js';
|
|
252
252
|
import './OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
253
|
-
import '../OrDateTimePickerMonthSelect-
|
|
253
|
+
import '../OrDateTimePickerMonthSelect-387c2096.js';
|
|
254
254
|
import './OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
255
255
|
import '../OrDateTimePickerPopoverHeader-f81b902f.js';
|
|
256
256
|
import './OrDatePickerV3/styles.js';
|
|
257
257
|
import '../directives/dropdown-close.js';
|
|
258
258
|
import '../directives/dropdown-open.js';
|
|
259
|
-
import '../OrDateTimePickerTimeSelect-
|
|
259
|
+
import '../OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
260
260
|
import './OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
261
261
|
import './OrDateTimePickerV3/styles.js';
|
|
262
262
|
import './OrEmptyStateV3/styles.js';
|
package/dist/bundled/v3/index.js
CHANGED
|
@@ -32,11 +32,11 @@ export { s as OrConfirm } from './OrConfirm.vue_vue_type_script_lang-e5a8f92a.js
|
|
|
32
32
|
import './components/OrConfirmV3/OrConfirm.js';
|
|
33
33
|
export { s as OrConfirmV3 } from './OrConfirm.vue_vue_type_script_lang-e1390930.js';
|
|
34
34
|
import './components/OrDatePickerV3/OrDatePicker.js';
|
|
35
|
-
export { s as OrDatePickerV3 } from './OrDatePicker.vue_vue_type_script_lang-
|
|
35
|
+
export { s as OrDatePickerV3 } from './OrDatePicker.vue_vue_type_script_lang-d071d109.js';
|
|
36
36
|
import './components/OrDateTimePicker/OrDateTimePicker.js';
|
|
37
37
|
export { s as OrDateTimePicker } from './OrDateTimePicker.vue_vue_type_script_lang-6fd7c75e.js';
|
|
38
38
|
import './components/OrDateTimePickerV3/OrDateTimePicker.js';
|
|
39
|
-
export { s as OrDateTimePickerV3 } from './OrDateTimePicker.vue_vue_type_script_lang-
|
|
39
|
+
export { s as OrDateTimePickerV3 } from './OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js';
|
|
40
40
|
import './components/OrEmptyStateV3/OrEmptyState.js';
|
|
41
41
|
export { s as OrEmptyStateV3 } from './OrEmptyState.vue_vue_type_script_lang-2c1f09ef.js';
|
|
42
42
|
import './components/OrErrorTagV3/OrErrorTag.js';
|
|
@@ -126,7 +126,7 @@ export { s as OrTextareaV3 } from './OrTextarea.vue_vue_type_script_lang-f287189
|
|
|
126
126
|
import './components/OrTextbox/OrTextbox.js';
|
|
127
127
|
export { s as OrTextbox } from './OrTextbox.vue_vue_type_script_lang-dad835c3.js';
|
|
128
128
|
import './components/OrTimePickerV3/OrTimePicker.js';
|
|
129
|
-
export { s as OrTimePickerV3 } from './OrTimePicker.vue_vue_type_script_lang-
|
|
129
|
+
export { s as OrTimePickerV3 } from './OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js';
|
|
130
130
|
import './components/OrToastContainer/OrToastContainer.js';
|
|
131
131
|
export { s as OrToastContainer } from './OrToastContainer.vue_vue_type_script_lang-b8184db5.js';
|
|
132
132
|
export { default as useToast } from './components/OrToast/composable/useToast.js';
|
|
@@ -286,7 +286,7 @@ import './components/OrConfirmV3/styles.js';
|
|
|
286
286
|
import './components/OrOverlayV3/OrOverlay.js';
|
|
287
287
|
import './components/OrInputV3/OrInput.js';
|
|
288
288
|
import './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
289
|
-
import './OrDateTimePickerMonthSelect-
|
|
289
|
+
import './OrDateTimePickerMonthSelect-387c2096.js';
|
|
290
290
|
import './components/OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
291
291
|
import './OrDateTimePickerPopoverHeader-f81b902f.js';
|
|
292
292
|
import './components/OrDatePickerV3/styles.js';
|
|
@@ -295,7 +295,7 @@ import './components/OrPopoverV3/OrPopover.js';
|
|
|
295
295
|
import './utils/functions/dom.js';
|
|
296
296
|
import './utils/functions/px-to-rem.js';
|
|
297
297
|
import './components/OrCollapse/OrCollapse.js';
|
|
298
|
-
import './OrDateTimePickerTimeSelect-
|
|
298
|
+
import './OrDateTimePickerTimeSelect-8bdb97b7.js';
|
|
299
299
|
import './components/OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
300
300
|
import './components/OrDateTimePickerV3/styles.js';
|
|
301
301
|
import './components/OrEmptyStateV3/styles.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
3
|
import { _ as __vue_component__$3, a as __vue_component__$5, b as __vue_component__$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
4
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$4 } from './OrDateTimePickerMonthSelect-
|
|
4
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$4 } from './OrDateTimePickerMonthSelect-e35404a7.js';
|
|
5
5
|
import { _ as __vue_component__$7 } from './OrError-4ffc1c39.js';
|
|
6
6
|
import { _ as __vue_component__$8 } from './OrHint-aa221198.js';
|
|
7
7
|
import { _ as __vue_component__$a } from './OrIconButton-ee747c71.js';
|
|
@@ -9,8 +9,8 @@ import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-fe2
|
|
|
9
9
|
import { _ as __vue_component__$e } from './OrLabel-63380256.js';
|
|
10
10
|
import { _ as __vue_component__$f } from './OrPopover-80459663.js';
|
|
11
11
|
import { _ as __vue_component__$3, a as __vue_component__$5, b as __vue_component__$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
12
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$4 } from './OrDateTimePickerMonthSelect-
|
|
13
|
-
import { _ as __vue_component__$7, a as __vue_component__$8 } from './OrDateTimePickerTimeSelect-
|
|
12
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$4 } from './OrDateTimePickerMonthSelect-e35404a7.js';
|
|
13
|
+
import { _ as __vue_component__$7, a as __vue_component__$8 } from './OrDateTimePickerTimeSelect-aed7d33d.js';
|
|
14
14
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
15
15
|
|
|
16
16
|
const DateTimePicker = [
|
|
@@ -95,14 +95,17 @@ var __vue_render__$2 = function () {
|
|
|
95
95
|
ref: "root",
|
|
96
96
|
class: _vm.rootStyles,
|
|
97
97
|
attrs: {
|
|
98
|
-
"contenteditable": '',
|
|
98
|
+
"contenteditable": !_vm.disabled ? '' : null,
|
|
99
99
|
"required": _vm.required ? '' : null,
|
|
100
100
|
"readonly": _vm.readonly ? '' : null,
|
|
101
101
|
"disabled": _vm.disabled ? '' : null
|
|
102
102
|
}
|
|
103
103
|
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatModelValue(_vm.proxyModelValue)) + "\n ")] : [_c('span', {
|
|
104
|
-
class: _vm.placeholderStyles
|
|
105
|
-
|
|
104
|
+
class: _vm.placeholderStyles,
|
|
105
|
+
attrs: {
|
|
106
|
+
"disabled": _vm.disabled ? '' : null
|
|
107
|
+
}
|
|
108
|
+
}, [_vm._v("\n " + _vm._s(_vm.placeholder) + "\n ")])]], 2);
|
|
106
109
|
};
|
|
107
110
|
var __vue_staticRenderFns__$2 = [];
|
|
108
111
|
|
|
@@ -90,14 +90,17 @@ var __vue_render__$1 = function () {
|
|
|
90
90
|
ref: "root",
|
|
91
91
|
class: _vm.rootStyles,
|
|
92
92
|
attrs: {
|
|
93
|
-
"contenteditable": '',
|
|
93
|
+
"contenteditable": !_vm.disabled ? '' : null,
|
|
94
94
|
"required": _vm.required ? '' : null,
|
|
95
95
|
"readonly": _vm.readonly ? '' : null,
|
|
96
96
|
"disabled": _vm.disabled ? '' : null
|
|
97
97
|
}
|
|
98
98
|
}, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatModelValue(_vm.proxyModelValue)) + "\n ")] : [_c('span', {
|
|
99
|
-
class: _vm.placeholderStyles
|
|
100
|
-
|
|
99
|
+
class: _vm.placeholderStyles,
|
|
100
|
+
attrs: {
|
|
101
|
+
"disabled": _vm.disabled ? '' : null
|
|
102
|
+
}
|
|
103
|
+
}, [_vm._v("\n " + _vm._s(_vm.placeholder) + "\n ")])]], 2);
|
|
101
104
|
};
|
|
102
105
|
var __vue_staticRenderFns__$1 = [];
|
|
103
106
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
3
|
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
4
|
-
import { _ as __vue_component__$4, a as __vue_component__$5 } from './OrDateTimePickerTimeSelect-
|
|
4
|
+
import { _ as __vue_component__$4, a as __vue_component__$5 } from './OrDateTimePickerTimeSelect-aed7d33d.js';
|
|
5
5
|
import { _ as __vue_component__$6 } from './OrError-4ffc1c39.js';
|
|
6
6
|
import { _ as __vue_component__$7 } from './OrHint-aa221198.js';
|
|
7
7
|
import { _ as __vue_component__$9 } from './OrIconButton-ee747c71.js';
|
|
@@ -26,9 +26,9 @@ export { _ as OrInputBoxV3 } from '../OrInputBox-d36b1323.js';
|
|
|
26
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-fe250f7a.js';
|
|
27
27
|
export { _ as OrConfirm } from '../OrConfirm-d0d9d56c.js';
|
|
28
28
|
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-8ec55f84.js';
|
|
29
|
-
export { _ as OrDatePickerV3 } from '../OrDatePicker-
|
|
29
|
+
export { _ as OrDatePickerV3 } from '../OrDatePicker-564505ef.js';
|
|
30
30
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-77ef1975.js';
|
|
31
|
-
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
31
|
+
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-3a624934.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';
|
|
@@ -108,7 +108,7 @@ export { _ as OrTextV3 } from '../OrText-44449e7b.js';
|
|
|
108
108
|
export { _ as OrTextarea } from '../OrTextarea-226ab7a2.js';
|
|
109
109
|
export { _ as OrTextareaV3 } from '../OrTextarea-800f63d4.js';
|
|
110
110
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-90badc95.js';
|
|
111
|
-
export { _ as OrTimePickerV3 } from '../OrTimePicker-
|
|
111
|
+
export { _ as OrTimePickerV3 } from '../OrTimePicker-196e9c5e.js';
|
|
112
112
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-2f530752.js';
|
|
113
113
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-b5ea5cb2.js';
|
|
114
114
|
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-4a7d24f3.js';
|
|
@@ -143,8 +143,8 @@ import '../dom-7a41831b.js';
|
|
|
143
143
|
import '@vueuse/math';
|
|
144
144
|
import '../dropdown-open-e1f90e0a.js';
|
|
145
145
|
import '../OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
146
|
-
import '../OrDateTimePickerMonthSelect-
|
|
147
|
-
import '../OrDateTimePickerTimeSelect-
|
|
146
|
+
import '../OrDateTimePickerMonthSelect-e35404a7.js';
|
|
147
|
+
import '../OrDateTimePickerTimeSelect-aed7d33d.js';
|
|
148
148
|
import '@floating-ui/dom';
|
|
149
149
|
import '../OrTooltip.vue_rollup-plugin-vue_styles.0-a256ac18.js';
|
|
150
150
|
import '../useValidationAttributes-d1abbe34.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { _ as OrDatePickerV3 } from '../../OrDatePicker-564505ef.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -8,7 +8,7 @@ import '../../normalize-component-6e8e3d80.js';
|
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
11
|
+
import '../../OrDateTimePickerMonthSelect-e35404a7.js';
|
|
12
12
|
import '../../OrIconButton-ee747c71.js';
|
|
13
13
|
import '../../OrIcon-d35a84d8.js';
|
|
14
14
|
import '../../OrTooltip-5a6e0f64.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
1
|
+
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-3a624934.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -22,7 +22,7 @@ import '../../OrLabel-63380256.js';
|
|
|
22
22
|
import '../../OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
23
23
|
import '../../OrButton-9622e713.js';
|
|
24
24
|
import '../../OrLoader-b0c381f9.js';
|
|
25
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
25
|
+
import '../../OrDateTimePickerMonthSelect-e35404a7.js';
|
|
26
26
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
27
27
|
import '../../OrMenu-8b902c22.js';
|
|
28
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
28
|
+
import '../../OrDateTimePickerTimeSelect-aed7d33d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-196e9c5e.js';
|
|
2
2
|
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -8,7 +8,7 @@ import '../../normalize-component-6e8e3d80.js';
|
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
11
|
+
import '../../OrDateTimePickerTimeSelect-aed7d33d.js';
|
|
12
12
|
import '../../OrError-4ffc1c39.js';
|
|
13
13
|
import '../../OrHint-aa221198.js';
|
|
14
14
|
import '../../OrIconButton-ee747c71.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -26,9 +26,9 @@ export { _ as OrInputBoxV3 } from './OrInputBox-d36b1323.js';
|
|
|
26
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-fe250f7a.js';
|
|
27
27
|
export { _ as OrConfirm } from './OrConfirm-d0d9d56c.js';
|
|
28
28
|
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-8ec55f84.js';
|
|
29
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
29
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-564505ef.js';
|
|
30
30
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-77ef1975.js';
|
|
31
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
31
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-3a624934.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';
|
|
@@ -108,7 +108,7 @@ export { _ as OrTextV3 } from './OrText-44449e7b.js';
|
|
|
108
108
|
export { _ as OrTextarea } from './OrTextarea-226ab7a2.js';
|
|
109
109
|
export { _ as OrTextareaV3 } from './OrTextarea-800f63d4.js';
|
|
110
110
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-90badc95.js';
|
|
111
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
111
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-196e9c5e.js';
|
|
112
112
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-2f530752.js';
|
|
113
113
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
114
114
|
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-4a7d24f3.js';
|
|
@@ -148,8 +148,8 @@ import './px-to-rem-0b26b83e.js';
|
|
|
148
148
|
import './dom-7a41831b.js';
|
|
149
149
|
import '@vueuse/math';
|
|
150
150
|
import './OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
151
|
-
import './OrDateTimePickerMonthSelect-
|
|
152
|
-
import './OrDateTimePickerTimeSelect-
|
|
151
|
+
import './OrDateTimePickerMonthSelect-e35404a7.js';
|
|
152
|
+
import './OrDateTimePickerTimeSelect-aed7d33d.js';
|
|
153
153
|
import '@floating-ui/dom';
|
|
154
154
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-a256ac18.js';
|
|
155
155
|
import 'uuid';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
3
|
import { s as script$3, a as script$5, b as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-042566f4.js';
|
|
4
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
4
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-5a7b7b5c.js';
|
|
5
5
|
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-b7217ea5.js';
|
|
@@ -8,8 +8,8 @@ import { s as script$d, I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
|
|
|
8
8
|
import { s as script$e } from './OrLabel-4da56db0.js';
|
|
9
9
|
import { s as script$f } from './OrPopover-15c2968f.js';
|
|
10
10
|
import { s as script$3, a as script$5, b as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-042566f4.js';
|
|
11
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
12
|
-
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-
|
|
11
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-5a7b7b5c.js';
|
|
12
|
+
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-e404e826.js';
|
|
13
13
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
|
|
14
14
|
|
|
15
15
|
const DateTimePicker = [
|
|
@@ -83,12 +83,13 @@ var script$2 = defineComponent({
|
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
85
|
|
|
86
|
-
const _hoisted_1$1 = ["required", "readonly", "disabled"];
|
|
86
|
+
const _hoisted_1$1 = ["contenteditable", "required", "readonly", "disabled"];
|
|
87
|
+
const _hoisted_2 = ["disabled"];
|
|
87
88
|
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
88
89
|
return openBlock(), createElementBlock("div", {
|
|
89
90
|
ref: "root",
|
|
90
91
|
class: normalizeClass(_ctx.rootStyles),
|
|
91
|
-
contenteditable: '',
|
|
92
|
+
contenteditable: !_ctx.disabled ? '' : null,
|
|
92
93
|
required: _ctx.required ? '' : null,
|
|
93
94
|
readonly: _ctx.readonly ? '' : null,
|
|
94
95
|
disabled: _ctx.disabled ? '' : null
|
|
@@ -96,8 +97,9 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
96
97
|
key: 0
|
|
97
98
|
}, [createTextVNode(toDisplayString(_ctx.formatModelValue(_ctx.proxyModelValue)), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("span", {
|
|
98
99
|
key: 1,
|
|
99
|
-
class: normalizeClass(_ctx.placeholderStyles)
|
|
100
|
-
|
|
100
|
+
class: normalizeClass(_ctx.placeholderStyles),
|
|
101
|
+
disabled: _ctx.disabled ? '' : null
|
|
102
|
+
}, toDisplayString(_ctx.placeholder), 11 /* TEXT, CLASS, PROPS */, _hoisted_2))], 10 /* CLASS, PROPS */, _hoisted_1$1);
|
|
101
103
|
}
|
|
102
104
|
|
|
103
105
|
script$2.render = render$2;
|
|
@@ -78,12 +78,13 @@ var script$1 = defineComponent({
|
|
|
78
78
|
}
|
|
79
79
|
});
|
|
80
80
|
|
|
81
|
-
const _hoisted_1 = ["required", "readonly", "disabled"];
|
|
81
|
+
const _hoisted_1 = ["contenteditable", "required", "readonly", "disabled"];
|
|
82
|
+
const _hoisted_2 = ["disabled"];
|
|
82
83
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
83
84
|
return openBlock(), createElementBlock("div", {
|
|
84
85
|
ref: "root",
|
|
85
86
|
class: normalizeClass(_ctx.rootStyles),
|
|
86
|
-
contenteditable: '',
|
|
87
|
+
contenteditable: !_ctx.disabled ? '' : null,
|
|
87
88
|
required: _ctx.required ? '' : null,
|
|
88
89
|
readonly: _ctx.readonly ? '' : null,
|
|
89
90
|
disabled: _ctx.disabled ? '' : null
|
|
@@ -91,8 +92,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
91
92
|
key: 0
|
|
92
93
|
}, [createTextVNode(toDisplayString(_ctx.formatModelValue(_ctx.proxyModelValue)), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("span", {
|
|
93
94
|
key: 1,
|
|
94
|
-
class: normalizeClass(_ctx.placeholderStyles)
|
|
95
|
-
|
|
95
|
+
class: normalizeClass(_ctx.placeholderStyles),
|
|
96
|
+
disabled: _ctx.disabled ? '' : null
|
|
97
|
+
}, toDisplayString(_ctx.placeholder), 11 /* TEXT, CLASS, PROPS */, _hoisted_2))], 10 /* CLASS, PROPS */, _hoisted_1);
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
script$1.render = render$1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
3
|
import { s as script$1, a as script$2, b as script$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-042566f4.js';
|
|
4
|
-
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-
|
|
4
|
+
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-e404e826.js';
|
|
5
5
|
import { s as script$6 } from './OrError-c01d0c29.js';
|
|
6
6
|
import { s as script$7 } from './OrHint-06ab89d7.js';
|
|
7
7
|
import { s as script$9 } from './OrIconButton-b7217ea5.js';
|
|
@@ -24,9 +24,9 @@ export { s as OrCombinedInputV3 } from '../OrCombinedInput-14c23a04.js';
|
|
|
24
24
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-ba40bbdf.js';
|
|
25
25
|
export { s as OrConfirm } from '../OrConfirm-410da5b4.js';
|
|
26
26
|
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-fe8617ac.js';
|
|
27
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker-
|
|
27
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker-fffdd7ba.js';
|
|
28
28
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-2af19719.js';
|
|
29
|
-
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
29
|
+
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-77983f83.js';
|
|
30
30
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
|
|
31
31
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
32
32
|
export { s as OrErrorTagV3 } from '../OrErrorTag-ade9192b.js';
|
|
@@ -106,7 +106,7 @@ export { s as OrTextV3 } from '../OrText-d54c951d.js';
|
|
|
106
106
|
export { s as OrTextarea } from '../OrTextarea-f6722edc.js';
|
|
107
107
|
export { s as OrTextareaV3 } from '../OrTextarea-fa1454e3.js';
|
|
108
108
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-6e585202.js';
|
|
109
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker-
|
|
109
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker-e27e87ec.js';
|
|
110
110
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-24839efd.js';
|
|
111
111
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-b5ea5cb2.js';
|
|
112
112
|
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-9e1555eb.js';
|
|
@@ -139,8 +139,8 @@ import '../dom-7a41831b.js';
|
|
|
139
139
|
import '@vueuse/math';
|
|
140
140
|
import '../dropdown-open-e1f90e0a.js';
|
|
141
141
|
import '../OrDateTimePickerPopoverHeader-042566f4.js';
|
|
142
|
-
import '../OrDateTimePickerMonthSelect-
|
|
143
|
-
import '../OrDateTimePickerTimeSelect-
|
|
142
|
+
import '../OrDateTimePickerMonthSelect-5a7b7b5c.js';
|
|
143
|
+
import '../OrDateTimePickerTimeSelect-e404e826.js';
|
|
144
144
|
import '@floating-ui/dom';
|
|
145
145
|
import '../useValidationAttributes-d1abbe34.js';
|
|
146
146
|
import '../useResponsive-a02e95b7.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker-fffdd7ba.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox-ba40bbdf.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -8,7 +8,7 @@ import 'vue';
|
|
|
8
8
|
import '../../OrButton-c2b6aa9e.js';
|
|
9
9
|
import '../../OrLoader-b79022da.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
11
|
+
import '../../OrDateTimePickerMonthSelect-5a7b7b5c.js';
|
|
12
12
|
import '../../OrIconButton-b7217ea5.js';
|
|
13
13
|
import '../../OrIcon-62793572.js';
|
|
14
14
|
import '../../OrTooltip-3d5fcaf9.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
1
|
+
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-77983f83.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../../OrInputBox-ba40bbdf.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -20,7 +20,7 @@ import '../../OrLabel-4da56db0.js';
|
|
|
20
20
|
import '../../OrDateTimePickerPopoverHeader-042566f4.js';
|
|
21
21
|
import '../../OrButton-c2b6aa9e.js';
|
|
22
22
|
import '../../OrLoader-b79022da.js';
|
|
23
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
23
|
+
import '../../OrDateTimePickerMonthSelect-5a7b7b5c.js';
|
|
24
24
|
import '../../OrMenuItem-dbee450f.js';
|
|
25
25
|
import '../../OrMenu-8a53ccf9.js';
|
|
26
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
26
|
+
import '../../OrDateTimePickerTimeSelect-e404e826.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTimePickerV3 } from '../../OrTimePicker-
|
|
1
|
+
export { s as OrTimePickerV3 } from '../../OrTimePicker-e27e87ec.js';
|
|
2
2
|
export { I as TimePickerSize } from '../../OrInputBox-ba40bbdf.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -8,7 +8,7 @@ import 'vue';
|
|
|
8
8
|
import '../../OrButton-c2b6aa9e.js';
|
|
9
9
|
import '../../OrLoader-b79022da.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
11
|
+
import '../../OrDateTimePickerTimeSelect-e404e826.js';
|
|
12
12
|
import '../../OrError-c01d0c29.js';
|
|
13
13
|
import '../../OrHint-06ab89d7.js';
|
|
14
14
|
import '../../OrIconButton-b7217ea5.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -24,9 +24,9 @@ export { s as OrCombinedInputV3 } from './OrCombinedInput-14c23a04.js';
|
|
|
24
24
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox-ba40bbdf.js';
|
|
25
25
|
export { s as OrConfirm } from './OrConfirm-410da5b4.js';
|
|
26
26
|
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-fe8617ac.js';
|
|
27
|
-
export { s as OrDatePickerV3 } from './OrDatePicker-
|
|
27
|
+
export { s as OrDatePickerV3 } from './OrDatePicker-fffdd7ba.js';
|
|
28
28
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-2af19719.js';
|
|
29
|
-
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
29
|
+
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-77983f83.js';
|
|
30
30
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-5349a1f9.js';
|
|
31
31
|
export { s as OrError } from './OrError-f90296db.js';
|
|
32
32
|
export { s as OrErrorTagV3 } from './OrErrorTag-ade9192b.js';
|
|
@@ -106,7 +106,7 @@ export { s as OrTextV3 } from './OrText-d54c951d.js';
|
|
|
106
106
|
export { s as OrTextarea } from './OrTextarea-f6722edc.js';
|
|
107
107
|
export { s as OrTextareaV3 } from './OrTextarea-fa1454e3.js';
|
|
108
108
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-6e585202.js';
|
|
109
|
-
export { s as OrTimePickerV3 } from './OrTimePicker-
|
|
109
|
+
export { s as OrTimePickerV3 } from './OrTimePicker-e27e87ec.js';
|
|
110
110
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-24839efd.js';
|
|
111
111
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
112
112
|
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-9e1555eb.js';
|
|
@@ -144,8 +144,8 @@ import './px-to-rem-0b26b83e.js';
|
|
|
144
144
|
import './dom-7a41831b.js';
|
|
145
145
|
import '@vueuse/math';
|
|
146
146
|
import './OrDateTimePickerPopoverHeader-042566f4.js';
|
|
147
|
-
import './OrDateTimePickerMonthSelect-
|
|
148
|
-
import './OrDateTimePickerTimeSelect-
|
|
147
|
+
import './OrDateTimePickerMonthSelect-5a7b7b5c.js';
|
|
148
|
+
import './OrDateTimePickerTimeSelect-e404e826.js';
|
|
149
149
|
import '@floating-ui/dom';
|
|
150
150
|
import 'uuid';
|
|
151
151
|
import 'sortablejs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.5",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
},
|
|
155
155
|
"./package.json": "./package.json"
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "2e1ebf9c11ae611ee09f6fc4d3d55078213f5292"
|
|
158
158
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div
|
|
3
3
|
ref="root"
|
|
4
4
|
:class="rootStyles"
|
|
5
|
-
:contenteditable="''"
|
|
5
|
+
:contenteditable="!disabled ? '' : null"
|
|
6
6
|
:required="required ? '' : null"
|
|
7
7
|
:readonly="readonly ? '' : null"
|
|
8
8
|
:disabled="disabled ? '' : null"
|
|
@@ -12,7 +12,12 @@
|
|
|
12
12
|
</template>
|
|
13
13
|
|
|
14
14
|
<template v-else>
|
|
15
|
-
<span
|
|
15
|
+
<span
|
|
16
|
+
:class="placeholderStyles"
|
|
17
|
+
:disabled="disabled ? '' : null"
|
|
18
|
+
>
|
|
19
|
+
{{ placeholder }}
|
|
20
|
+
</span>
|
|
16
21
|
</template>
|
|
17
22
|
</div>
|
|
18
23
|
</template>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div
|
|
3
3
|
ref="root"
|
|
4
4
|
:class="rootStyles"
|
|
5
|
-
:contenteditable="''"
|
|
5
|
+
:contenteditable="!disabled ? '' : null"
|
|
6
6
|
:required="required ? '' : null"
|
|
7
7
|
:readonly="readonly ? '' : null"
|
|
8
8
|
:disabled="disabled ? '' : null"
|
|
@@ -12,7 +12,12 @@
|
|
|
12
12
|
</template>
|
|
13
13
|
|
|
14
14
|
<template v-else>
|
|
15
|
-
<span
|
|
15
|
+
<span
|
|
16
|
+
:class="placeholderStyles"
|
|
17
|
+
:disabled="disabled ? '' : null"
|
|
18
|
+
>
|
|
19
|
+
{{ placeholder }}
|
|
20
|
+
</span>
|
|
16
21
|
</template>
|
|
17
22
|
</div>
|
|
18
23
|
</template>
|