tutor-pro-ui-vue 1.2.78-beta → 1.2.82-beta

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.
@@ -0,0 +1,4 @@
1
+ import { SFCWithInstall } from '../typescript';
2
+ import { default as Carousel } from './src/index.vue';
3
+ declare const CommonCarousel: SFCWithInstall<typeof Carousel>;
4
+ export default CommonCarousel;
@@ -0,0 +1,25 @@
1
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{
3
+ list: T[];
4
+ keyName: string;
5
+ }> & Omit<{
6
+ readonly list: T[];
7
+ readonly keyName: string;
8
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "list" | "keyName">, "list" | "keyName"> & {}> & import('vue').PublicProps;
9
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
10
+ attrs: any;
11
+ slots: {
12
+ default?(_: {
13
+ item: T;
14
+ }): any;
15
+ };
16
+ emit: {};
17
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
18
+ [key: string]: any;
19
+ }> & {
20
+ __ctx?: Awaited<typeof __VLS_setup>;
21
+ };
22
+ export default _default;
23
+ type __VLS_PrettifyLocal<T> = {
24
+ [K in keyof T]: T[K];
25
+ } & {};
@@ -12,4 +12,5 @@ import { default as CommonDescriptions } from './CommonDescriptions';
12
12
  import { default as CommonTable } from './CommonTable';
13
13
  import { default as CommonPagination } from './CommonPagination';
14
14
  import { default as CommonIcon } from './CommonIcon';
15
- export { CommonButton, CommonButtonGroup, CommonTabs, InfiniteScroll, InfiniteVirtualScroll, CommonForm, CommonDescriptions, CommonTable, CommonPagination, CommonRadio, CommonRadioGroup, CommonCheckbox, CommonCheckboxGroup, CommonDatePicker, CommonIcon, };
15
+ import { default as CommonCarousel } from './CommonCarousel';
16
+ export { CommonButton, CommonButtonGroup, CommonTabs, InfiniteScroll, InfiniteVirtualScroll, CommonForm, CommonDescriptions, CommonTable, CommonPagination, CommonRadio, CommonRadioGroup, CommonCheckbox, CommonCheckboxGroup, CommonDatePicker, CommonIcon, CommonCarousel };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tutor-pro-ui-vue",
3
3
  "private": false,
4
- "version": "1.2.78-beta",
4
+ "version": "1.2.82-beta",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",