@onereach/ui-components 4.7.2-beta.2848.0 → 4.7.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,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
4
4
|
container: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
overflowButton: 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, {
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
41
41
|
} | {}> & Omit<{} & {}, never>>>;
|
|
42
42
|
default: undefined;
|
|
43
43
|
};
|
|
44
|
-
}>> & Omit<import("
|
|
44
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
45
45
|
items: string[];
|
|
46
46
|
tagProps: Readonly<Partial<{
|
|
47
47
|
[x: number]: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TextareaSize } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
control: import("@vue/composition-api").Ref<HTMLTextAreaElement | undefined>;
|
|
6
6
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -97,7 +97,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
97
97
|
type: BooleanConstructor;
|
|
98
98
|
default: boolean;
|
|
99
99
|
};
|
|
100
|
-
}>> & Omit<import("
|
|
100
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
101
101
|
modelValue: string;
|
|
102
102
|
size: TextareaSize;
|
|
103
103
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TextboxTypes } from './constants';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
inputRef: import("@vue/composition-api").Ref<HTMLInputElement | HTMLTextAreaElement | null>;
|
|
5
5
|
reqAF: import("@vue/composition-api").Ref<null>;
|
|
6
6
|
rootClasses: import("@vue/composition-api").ComputedRef<(string | {
|
|
@@ -228,7 +228,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
228
228
|
default: boolean;
|
|
229
229
|
required: false;
|
|
230
230
|
};
|
|
231
|
-
}>> & Omit<import("
|
|
231
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
232
232
|
modelValue: string;
|
|
233
233
|
id: string;
|
|
234
234
|
placeholder: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TooltipPlacement } from './props';
|
|
3
|
-
declare const _default: import("
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
34
34
|
type: PropType<TooltipPlacement>;
|
|
35
35
|
default: TooltipPlacement;
|
|
36
36
|
};
|
|
37
|
-
}>> & Omit<import("
|
|
37
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
38
38
|
isOpen: boolean;
|
|
39
39
|
text: string;
|
|
40
40
|
placement: TooltipPlacement;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.7.2
|
|
3
|
+
"version": "4.7.2",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@codemirror/lang-json": "6.0.0",
|
|
39
39
|
"@codemirror/lang-markdown": "6.0.1",
|
|
40
40
|
"@floating-ui/dom": "0.3.1",
|
|
41
|
-
"@onereach/styles": "^2.40.1
|
|
41
|
+
"@onereach/styles": "^2.40.1",
|
|
42
42
|
"@splidejs/splide": "4.0.6",
|
|
43
43
|
"@types/lodash": "4.14.173",
|
|
44
44
|
"@types/sortablejs": "1.10.7",
|
|
@@ -154,5 +154,6 @@
|
|
|
154
154
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
155
155
|
},
|
|
156
156
|
"./package.json": "./package.json"
|
|
157
|
-
}
|
|
157
|
+
},
|
|
158
|
+
"gitHead": "7fbef2539193e370bd0d42394fd5813c2eb4fbb7"
|
|
158
159
|
}
|