@onereach/ui-components 4.4.4-beta.2734.0 → 4.4.4

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.
@@ -1,7 +1,7 @@
1
1
  import { PropType } from 'vue-demi';
2
2
  import { FilterFunction } from '../or-date-time-picker-v3/types';
3
3
  import { TimePickerSize } from './props';
4
- declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
4
+ declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
5
5
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
6
6
  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, {
7
7
  [x: string]: ((...args: any[]) => any) | null;
@@ -115,7 +115,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
115
115
  type: BooleanConstructor;
116
116
  default: boolean;
117
117
  };
118
- }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
118
+ }>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
119
119
  modelValue: Date;
120
120
  hoursFilter: FilterFunction;
121
121
  minutesFilter: FilterFunction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "4.4.4-beta.2734.0",
3
+ "version": "4.4.4",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -153,5 +153,6 @@
153
153
  "default": "./dist/bundled/v3/components/*/index.js"
154
154
  },
155
155
  "./package.json": "./package.json"
156
- }
156
+ },
157
+ "gitHead": "3bf6391c955c1441f67faa4c61b48b8a18a7c78b"
157
158
  }