@onereach/ui-components 11.2.2-beta.4406.0 → 11.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import { FormatFunction } from '../../types';
3
3
  import { DateTimePickerModelValue } from '../or-date-time-picker-v3';
4
4
  import { InputBoxSize } from '../or-input-box-v3';
5
5
  import { TimeRangePickerModelValue } from './types';
6
- declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
6
+ declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
7
7
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
8
8
  rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
9
9
  inputBox: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
@@ -126,7 +126,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
126
126
  type: BooleanConstructor;
127
127
  default: boolean;
128
128
  };
129
- }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
129
+ }>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
130
130
  modelValue: TimeRangePickerModelValue;
131
131
  format: "auto" | "h12" | "h23" | FormatFunction<DateTimePickerModelValue>;
132
132
  locale: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "11.2.2-beta.4406.0",
3
+ "version": "11.2.2",
4
4
  "npmUnpacked": "4.15.2",
5
5
  "description": "Vue components library for v2/3",
6
6
  "sideEffects": false,
@@ -179,5 +179,6 @@
179
179
  "default": "./dist/bundled/v3/components/*/index.js"
180
180
  },
181
181
  "./package.json": "./package.json"
182
- }
182
+ },
183
+ "gitHead": "fcdf74f897a286c66380cf2cfd832fe46057935e"
183
184
  }