@onereach/ui-components 4.4.5 → 4.4.6-beta.2742.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.
Files changed (26) hide show
  1. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +11 -0
  2. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +11 -0
  3. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +11 -0
  4. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +3 -3
  5. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
  6. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
  7. package/dist/esm/v2/{OrDatePicker-564505ef.js → OrDatePicker-b6ebf44a.js} +11 -0
  8. package/dist/esm/v2/{OrDateTimePicker-3a624934.js → OrDateTimePicker-85c08b90.js} +11 -0
  9. package/dist/esm/v2/{OrTimePicker-196e9c5e.js → OrTimePicker-696e29ed.js} +11 -0
  10. package/dist/esm/v2/components/index.js +3 -3
  11. package/dist/esm/v2/components/or-date-picker-v3/index.js +1 -1
  12. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +1 -1
  13. package/dist/esm/v2/components/or-time-picker-v3/index.js +1 -1
  14. package/dist/esm/v2/index.js +3 -3
  15. package/dist/esm/v3/{OrDatePicker-fffdd7ba.js → OrDatePicker-f144d074.js} +3 -3
  16. package/dist/esm/v3/{OrDateTimePicker-77983f83.js → OrDateTimePicker-2214cd85.js} +3 -3
  17. package/dist/esm/v3/{OrTimePicker-e27e87ec.js → OrTimePicker-68de86d9.js} +3 -3
  18. package/dist/esm/v3/components/index.js +3 -3
  19. package/dist/esm/v3/components/or-date-picker-v3/index.js +1 -1
  20. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +1 -1
  21. package/dist/esm/v3/components/or-time-picker-v3/index.js +1 -1
  22. package/dist/esm/v3/index.js +3 -3
  23. package/package.json +2 -3
  24. package/src/components/or-date-picker-v3/OrDatePicker.vue +2 -0
  25. package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +2 -0
  26. package/src/components/or-time-picker-v3/OrTimePicker.vue +2 -0
@@ -236,6 +236,17 @@ var __vue_render__ = function () {
236
236
  proxy: true
237
237
  }], null, true)
238
238
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
239
+ directives: [{
240
+ name: "dropdown-open",
241
+ rawName: "v-dropdown-open",
242
+ value: _vm.togglePopover,
243
+ expression: "togglePopover"
244
+ }, {
245
+ name: "dropdown-close",
246
+ rawName: "v-dropdown-close",
247
+ value: _vm.closePopover,
248
+ expression: "closePopover"
249
+ }],
239
250
  ref: "inputBox",
240
251
  attrs: {
241
252
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
@@ -287,6 +287,17 @@ var __vue_render__ = function () {
287
287
  proxy: true
288
288
  }], null, true)
289
289
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
290
+ directives: [{
291
+ name: "dropdown-open",
292
+ rawName: "v-dropdown-open",
293
+ value: _vm.toggleDatePopover,
294
+ expression: "toggleDatePopover"
295
+ }, {
296
+ name: "dropdown-close",
297
+ rawName: "v-dropdown-close",
298
+ value: _vm.closeDatePopover,
299
+ expression: "closeDatePopover"
300
+ }],
290
301
  ref: "inputBox",
291
302
  attrs: {
292
303
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
@@ -227,6 +227,17 @@ var __vue_render__ = function () {
227
227
  proxy: true
228
228
  }], null, true)
229
229
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
230
+ directives: [{
231
+ name: "dropdown-open",
232
+ rawName: "v-dropdown-open",
233
+ value: _vm.togglePopover,
234
+ expression: "togglePopover"
235
+ }, {
236
+ name: "dropdown-close",
237
+ rawName: "v-dropdown-close",
238
+ value: _vm.closePopover,
239
+ expression: "closePopover"
240
+ }],
230
241
  ref: "inputBox",
231
242
  attrs: {
232
243
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
@@ -1,6 +1,6 @@
1
1
  import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-d071d109.js';
2
2
  export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-d071d109.js';
3
- import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
3
+ import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createVNode, createElementVNode, withModifiers, Fragment } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
6
6
  import '../../OrDateTimePickerMonthSelect-387c2096.js';
@@ -102,7 +102,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
102
102
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
103
103
 
104
104
  _: 3 /* FORWARDED */
105
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
105
+ }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
106
106
  ref: "inputBox",
107
107
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
108
108
  size: _ctx.size,
@@ -171,7 +171,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
171
171
  variant: 'outlined'
172
172
  }))])]),
173
173
  _: 1 /* STABLE */
174
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
174
+ }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.togglePopover], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
175
175
  key: 1
176
176
  }, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
177
177
  key: 0,
@@ -1,6 +1,6 @@
1
1
  import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js';
2
2
  export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js';
3
- import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
3
+ import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createVNode, createElementVNode, withModifiers, Fragment } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './hooks/useCurrentDate.js';
6
6
  import '../../OrDateTimePickerMonthSelect-387c2096.js';
@@ -106,7 +106,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
106
106
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
107
107
 
108
108
  _: 3 /* FORWARDED */
109
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
109
+ }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
110
110
  ref: "inputBox",
111
111
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
112
112
  size: _ctx.size,
@@ -231,7 +231,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
231
231
  variant: 'outlined'
232
232
  }))])]),
233
233
  _: 1 /* STABLE */
234
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
234
+ }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggleDatePopover], [_directive_dropdown_close, _ctx.closeDatePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
235
235
  key: 1
236
236
  }, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
237
237
  key: 0,
@@ -1,6 +1,6 @@
1
1
  import { s as script } from '../../OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js';
2
2
  export { s as default } from '../../OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js';
3
- import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
3
+ import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createVNode, createElementVNode, withModifiers, Fragment } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
6
6
  import '../../OrDateTimePickerPopoverHeader-f81b902f.js';
@@ -95,7 +95,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
95
95
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
96
96
 
97
97
  _: 3 /* FORWARDED */
98
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
98
+ }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
99
99
  ref: "inputBox",
100
100
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
101
101
  size: _ctx.size,
@@ -159,7 +159,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
159
159
  variant: 'outlined'
160
160
  }))])]),
161
161
  _: 1 /* STABLE */
162
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
162
+ }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.togglePopover], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
163
163
  key: 1
164
164
  }, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
165
165
  key: 0,
@@ -206,6 +206,17 @@ var __vue_render__ = function () {
206
206
  proxy: true
207
207
  }], null, true)
208
208
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
209
+ directives: [{
210
+ name: "dropdown-open",
211
+ rawName: "v-dropdown-open",
212
+ value: _vm.togglePopover,
213
+ expression: "togglePopover"
214
+ }, {
215
+ name: "dropdown-close",
216
+ rawName: "v-dropdown-close",
217
+ value: _vm.closePopover,
218
+ expression: "closePopover"
219
+ }],
209
220
  ref: "inputBox",
210
221
  attrs: {
211
222
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
@@ -259,6 +259,17 @@ var __vue_render__ = function () {
259
259
  proxy: true
260
260
  }], null, true)
261
261
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
262
+ directives: [{
263
+ name: "dropdown-open",
264
+ rawName: "v-dropdown-open",
265
+ value: _vm.toggleDatePopover,
266
+ expression: "toggleDatePopover"
267
+ }, {
268
+ name: "dropdown-close",
269
+ rawName: "v-dropdown-close",
270
+ value: _vm.closeDatePopover,
271
+ expression: "closeDatePopover"
272
+ }],
262
273
  ref: "inputBox",
263
274
  attrs: {
264
275
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
@@ -201,6 +201,17 @@ var __vue_render__ = function () {
201
201
  proxy: true
202
202
  }], null, true)
203
203
  }, [_vm._v("\n " + _vm._s(_vm.label) + "\n\n ")])] : _vm._e(), _vm._v(" "), _c('OrInputBox', {
204
+ directives: [{
205
+ name: "dropdown-open",
206
+ rawName: "v-dropdown-open",
207
+ value: _vm.togglePopover,
208
+ expression: "togglePopover"
209
+ }, {
210
+ name: "dropdown-close",
211
+ rawName: "v-dropdown-close",
212
+ value: _vm.closePopover,
213
+ expression: "closePopover"
214
+ }],
204
215
  ref: "inputBox",
205
216
  attrs: {
206
217
  "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
@@ -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-564505ef.js';
29
+ export { _ as OrDatePickerV3 } from '../OrDatePicker-b6ebf44a.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-3a624934.js';
31
+ export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-85c08b90.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-196e9c5e.js';
111
+ export { _ as OrTimePickerV3 } from '../OrTimePicker-696e29ed.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';
@@ -1,4 +1,4 @@
1
- export { _ as OrDatePickerV3 } from '../../OrDatePicker-564505ef.js';
1
+ export { _ as OrDatePickerV3 } from '../../OrDatePicker-b6ebf44a.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';
@@ -1,4 +1,4 @@
1
- export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-3a624934.js';
1
+ export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-85c08b90.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';
@@ -1,4 +1,4 @@
1
- export { _ as OrTimePickerV3 } from '../../OrTimePicker-196e9c5e.js';
1
+ export { _ as OrTimePickerV3 } from '../../OrTimePicker-696e29ed.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';
@@ -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-564505ef.js';
29
+ export { _ as OrDatePickerV3 } from './OrDatePicker-b6ebf44a.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-3a624934.js';
31
+ export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-85c08b90.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-196e9c5e.js';
111
+ export { _ as OrTimePickerV3 } from './OrTimePicker-696e29ed.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';
@@ -9,7 +9,7 @@ import { s as script$9 } from './OrIcon-62793572.js';
9
9
  import { s as script$b, I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
10
10
  import { s as script$c } from './OrLabel-4da56db0.js';
11
11
  import { s as script$d } from './OrPopover-15c2968f.js';
12
- import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
12
+ import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createVNode, createElementVNode, withModifiers, Fragment } from 'vue';
13
13
 
14
14
  const DatePicker = [
15
15
  // Layout
@@ -215,7 +215,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
215
215
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
216
216
 
217
217
  _: 3 /* FORWARDED */
218
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
218
+ }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
219
219
  ref: "inputBox",
220
220
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
221
221
  size: _ctx.size,
@@ -284,7 +284,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
284
284
  variant: 'outlined'
285
285
  }))])]),
286
286
  _: 1 /* STABLE */
287
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
287
+ }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.togglePopover], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
288
288
  key: 1
289
289
  }, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
290
290
  key: 0,
@@ -10,7 +10,7 @@ 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
11
  import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-5a7b7b5c.js';
12
12
  import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-e404e826.js';
13
- import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
13
+ import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createVNode, createElementVNode, withModifiers, Fragment } from 'vue';
14
14
 
15
15
  const DateTimePicker = [
16
16
  // Layout
@@ -270,7 +270,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
270
270
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
271
271
 
272
272
  _: 3 /* FORWARDED */
273
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
273
+ }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
274
274
  ref: "inputBox",
275
275
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
276
276
  size: _ctx.size,
@@ -395,7 +395,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
395
395
  variant: 'outlined'
396
396
  }))])]),
397
397
  _: 1 /* STABLE */
398
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
398
+ }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggleDatePopover], [_directive_dropdown_close, _ctx.closeDatePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
399
399
  key: 1
400
400
  }, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
401
401
  key: 0,
@@ -9,7 +9,7 @@ import { s as script$8 } from './OrIcon-62793572.js';
9
9
  import { s as script$a, I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
10
10
  import { s as script$b } from './OrLabel-4da56db0.js';
11
11
  import { s as script$c } from './OrPopover-15c2968f.js';
12
- import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
12
+ import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createVNode, createElementVNode, withModifiers, Fragment } from 'vue';
13
13
 
14
14
  const TimePicker = [
15
15
  // Layout
@@ -209,7 +209,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
209
209
  default: withCtx(() => [createTextVNode(toDisplayString(_ctx.label) + " ", 1 /* TEXT */)]),
210
210
 
211
211
  _: 3 /* FORWARDED */
212
- }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrInputBox, {
212
+ }, 8 /* PROPS */, ["required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
213
213
  ref: "inputBox",
214
214
  variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
215
215
  size: _ctx.size,
@@ -273,7 +273,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
273
273
  variant: 'outlined'
274
274
  }))])]),
275
275
  _: 1 /* STABLE */
276
- }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
276
+ }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.togglePopover], [_directive_dropdown_close, _ctx.closePopover]]), !_ctx.error ? (openBlock(), createElementBlock(Fragment, {
277
277
  key: 1
278
278
  }, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
279
279
  key: 0,
@@ -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-fffdd7ba.js';
27
+ export { s as OrDatePickerV3 } from '../OrDatePicker-f144d074.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-77983f83.js';
29
+ export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-2214cd85.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-e27e87ec.js';
109
+ export { s as OrTimePickerV3 } from '../OrTimePicker-68de86d9.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';
@@ -1,4 +1,4 @@
1
- export { s as OrDatePickerV3 } from '../../OrDatePicker-fffdd7ba.js';
1
+ export { s as OrDatePickerV3 } from '../../OrDatePicker-f144d074.js';
2
2
  export { I as DatePickerSize } from '../../OrInputBox-ba40bbdf.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
@@ -1,4 +1,4 @@
1
- export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-77983f83.js';
1
+ export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-2214cd85.js';
2
2
  export { I as DateTimePickerSize } from '../../OrInputBox-ba40bbdf.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.js';
@@ -1,4 +1,4 @@
1
- export { s as OrTimePickerV3 } from '../../OrTimePicker-e27e87ec.js';
1
+ export { s as OrTimePickerV3 } from '../../OrTimePicker-68de86d9.js';
2
2
  export { I as TimePickerSize } from '../../OrInputBox-ba40bbdf.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-e1f90e0a.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-fffdd7ba.js';
27
+ export { s as OrDatePickerV3 } from './OrDatePicker-f144d074.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-77983f83.js';
29
+ export { s as OrDateTimePickerV3 } from './OrDateTimePicker-2214cd85.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-e27e87ec.js';
109
+ export { s as OrTimePickerV3 } from './OrTimePicker-68de86d9.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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "4.4.5",
3
+ "version": "4.4.6-beta.2742.0",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -153,6 +153,5 @@
153
153
  "default": "./dist/bundled/v3/components/*/index.js"
154
154
  },
155
155
  "./package.json": "./package.json"
156
- },
157
- "gitHead": "2e1ebf9c11ae611ee09f6fc4d3d55078213f5292"
156
+ }
158
157
  }
@@ -19,6 +19,8 @@
19
19
 
20
20
  <OrInputBox
21
21
  ref="inputBox"
22
+ v-dropdown-open="togglePopover"
23
+ v-dropdown-close="closePopover"
22
24
  :variant="disableDefaultStyles ? 'unstyled' : 'styled'"
23
25
  :size="size"
24
26
  :invalid="!!error"
@@ -19,6 +19,8 @@
19
19
 
20
20
  <OrInputBox
21
21
  ref="inputBox"
22
+ v-dropdown-open="toggleDatePopover"
23
+ v-dropdown-close="closeDatePopover"
22
24
  :variant="disableDefaultStyles ? 'unstyled' : 'styled'"
23
25
  :size="size"
24
26
  :invalid="!!error"
@@ -19,6 +19,8 @@
19
19
 
20
20
  <OrInputBox
21
21
  ref="inputBox"
22
+ v-dropdown-open="togglePopover"
23
+ v-dropdown-close="closePopover"
22
24
  :variant="disableDefaultStyles ? 'unstyled' : 'styled'"
23
25
  :size="size"
24
26
  :invalid="!!error"