@onereach/ui-components 8.17.2-beta.3891.0 → 8.17.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { FilterFunction } from '../or-date-time-picker-v3';
|
|
3
3
|
import { TimePickerFormat, TimePickerSize } from './props';
|
|
4
|
-
declare const _default: import("
|
|
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;
|
|
@@ -124,7 +124,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
124
124
|
type: BooleanConstructor;
|
|
125
125
|
default: boolean;
|
|
126
126
|
};
|
|
127
|
-
}>> & Omit<import("
|
|
127
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
128
128
|
modelValue: Date;
|
|
129
129
|
format: "auto" | "h12" | "h23";
|
|
130
130
|
hoursFilter: FilterFunction;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Ellipsis can be placed in the end or in the middle of the text. Convenient for displaying long labels,
|
|
4
4
|
* that have same beginning and differ in the ending part.
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: import("
|
|
6
|
+
declare const _default: import("vue").ComponentOptions<import("vue").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
|
mainTextStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
48
48
|
type: NumberConstructor;
|
|
49
49
|
default: number;
|
|
50
50
|
};
|
|
51
|
-
}>> & Omit<import("
|
|
51
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
52
52
|
text: string;
|
|
53
53
|
sliceIndex: number;
|
|
54
54
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "8.17.2
|
|
3
|
+
"version": "8.17.2",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -176,5 +176,6 @@
|
|
|
176
176
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
177
177
|
},
|
|
178
178
|
"./package.json": "./package.json"
|
|
179
|
-
}
|
|
179
|
+
},
|
|
180
|
+
"gitHead": "94aca12364b885966643237850771858ce599851"
|
|
180
181
|
}
|