@tmesoft/data-screen-show 0.0.1 → 0.0.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.
- package/dist/data-screen-show-lib.d.ts +103 -0
- package/dist/{data-screen-show.es.js → data-screen-show-lib.es.js} +2 -2
- package/dist/{data-screen-show.umd.js → data-screen-show-lib.umd.js} +2 -2
- package/package.json +7 -7
- package/dist/components/data-screen-show/components/index.d.ts +0 -13
- package/dist/components/data-screen-show/components/public/block-wrap/index.vue.d.ts +0 -33
- package/dist/components/data-screen-show/components/public/null-tips/index.vue.d.ts +0 -2
- package/dist/components/data-screen-show/components/screen/base-header/index.vue.d.ts +0 -24
- package/dist/components/data-screen-show/components/screen/custom-moveable/image-moveable/index.vue.d.ts +0 -16
- package/dist/components/data-screen-show/components/screen/custom-moveable/text-moveable/index.vue.d.ts +0 -16
- package/dist/components/data-screen-show/components/screen/custom-moveable/video-moveable/index.vue.d.ts +0 -16
- package/dist/components/data-screen-show/components/screen/equipment-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/experimental-communication-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/experimental-results-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/person-time-info/components/flip-number/index.vue.d.ts +0 -14
- package/dist/components/data-screen-show/components/screen/person-time-info/components/semester-counts/index.vue.d.ts +0 -2
- package/dist/components/data-screen-show/components/screen/person-time-info/components/today-counts/index.vue.d.ts +0 -2
- package/dist/components/data-screen-show/components/screen/person-time-info/index.vue.d.ts +0 -2
- package/dist/components/data-screen-show/components/screen/report-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/reservation-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/safe-module/components/chart-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/safe-module/components/dispose-detail/index.vue.d.ts +0 -2
- package/dist/components/data-screen-show/components/screen/safe-module/components/warn-count/index.vue.d.ts +0 -2
- package/dist/components/data-screen-show/components/screen/safe-module/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/scientific-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/components/screen/teachers-info/index.vue.d.ts +0 -4
- package/dist/components/data-screen-show/index.d.ts +0 -1
- package/dist/components/data-screen-show/index.vue.d.ts +0 -66
- package/dist/components/data-screen-show/types.d.ts +0 -58
- package/dist/components/index.d.ts +0 -25
- package/dist/data-screen-show.d.ts +0 -1
- package/dist/main.d.ts +0 -3
- /package/dist/{assets → public}/front/din-bold-2.ttf +0 -0
- /package/dist/{assets → public}/screen/appointment-open/icon.png +0 -0
- /package/dist/{assets → public}/screen/device-assets/icon.png +0 -0
- /package/dist/{assets → public}/screen/image/icon.png +0 -0
- /package/dist/{assets → public}/screen/lab-discuss/icon.png +0 -0
- /package/dist/{assets → public}/screen/lab-grade/icon.png +0 -0
- /package/dist/{assets → public}/screen/lab-number/card-bottom.png +0 -0
- /package/dist/{assets → public}/screen/lab-number/card-top.png +0 -0
- /package/dist/{assets → public}/screen/lab-number/icon.png +0 -0
- /package/dist/{assets → public}/screen/lab-number/semester-label.png +0 -0
- /package/dist/{assets → public}/screen/lab-number/today-label.png +0 -0
- /package/dist/{assets → public}/screen/lab-report/icon.png +0 -0
- /package/dist/{assets → public}/screen/normal-box.png +0 -0
- /package/dist/{assets → public}/screen/null-icon.png +0 -0
- /package/dist/{assets → public}/screen/research-result/icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/bg-image.png +0 -0
- /package/dist/{assets → public}/screen/safe/electricity-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/monitor-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/person-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/poison-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/safe-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/safe-warn.png +0 -0
- /package/dist/{assets → public}/screen/safe/smoke-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/warn-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/water-icon.png +0 -0
- /package/dist/{assets → public}/screen/safe/window-icon.png +0 -0
- /package/dist/{assets → public}/screen/teach-team/chart-icon.png +0 -0
- /package/dist/{assets → public}/screen/teach-team/icon.png +0 -0
- /package/dist/{assets → public}/screen/text/icon.png +0 -0
- /package/dist/{assets → public}/screen/video/icon.png +0 -0
- /package/dist/{assets → public}/screen/video/video-play.png +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmesoft/data-screen-show",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"types": "./dist/data-screen-show.d.ts",
|
|
6
|
+
"types": "./dist/data-screen-show-lib.d.ts",
|
|
7
7
|
"description": "a data-screen-show",
|
|
8
8
|
"author": "caiailing",
|
|
9
9
|
"keywords": [
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
|
-
"main": "./dist/data-screen-show.umd.js",
|
|
19
|
-
"module": "./dist/data-screen-show.es.js",
|
|
18
|
+
"main": "./dist/data-screen-show-lib.umd.js",
|
|
19
|
+
"module": "./dist/data-screen-show-lib.es.js",
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
22
|
-
"import": "./dist/data-screen-show.es.js",
|
|
23
|
-
"require": "./dist/data-screen-show.umd.js",
|
|
24
|
-
"types": "./dist/data-screen-show.d.ts"
|
|
22
|
+
"import": "./dist/data-screen-show-lib.es.js",
|
|
23
|
+
"require": "./dist/data-screen-show-lib.umd.js",
|
|
24
|
+
"types": "./dist/data-screen-show-lib.d.ts"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { default as BaseHeader } from './screen/base-header/index.vue';
|
|
2
|
-
export { default as TeachInfo } from './screen/teachers-info/index.vue';
|
|
3
|
-
export { default as ScientificInfo } from './screen/scientific-info/index.vue';
|
|
4
|
-
export { default as EquipmentInfo } from './screen/equipment-info/index.vue';
|
|
5
|
-
export { default as ReservationInfo } from './screen/reservation-info/index.vue';
|
|
6
|
-
export { default as PersonTimeInfo } from './screen/person-time-info/index.vue';
|
|
7
|
-
export { default as ReportInfo } from './screen/report-info/index.vue';
|
|
8
|
-
export { default as ExperimentalResultsInfo } from './screen/experimental-results-info/index.vue';
|
|
9
|
-
export { default as ExperimentalCommunicationInfo } from './screen/experimental-communication-info/index.vue';
|
|
10
|
-
export { default as SafeModule } from './screen/safe-module/index.vue';
|
|
11
|
-
export { default as VideoMoveale } from './screen/custom-moveable/video-moveable/index.vue';
|
|
12
|
-
export { default as ImageMoveale } from './screen/custom-moveable/image-moveable/index.vue';
|
|
13
|
-
export { default as TextMoveale } from './screen/custom-moveable/text-moveable/index.vue';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
titleRight?(_: {}): any;
|
|
3
|
-
default?(_: {}): any;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
6
|
-
icon: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
title: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
-
icon: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
title: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
}>> & Readonly<{}>, {
|
|
24
|
-
title: string;
|
|
25
|
-
icon: string;
|
|
26
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
28
|
-
export default _default;
|
|
29
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
-
new (): {
|
|
31
|
-
$slots: S;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
|
-
subTitle: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
pageTitle: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
-
subTitle: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
pageTitle: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
}>> & Readonly<{}>, {
|
|
21
|
-
subTitle: string;
|
|
22
|
-
pageTitle: string;
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CustomListPage } from '../../../../../index.ts';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
-
item: {
|
|
5
|
-
type: PropType<CustomListPage>;
|
|
6
|
-
default: () => void;
|
|
7
|
-
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
|
-
item: {
|
|
10
|
-
type: PropType<CustomListPage>;
|
|
11
|
-
default: () => void;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{}>, {
|
|
14
|
-
item: CustomListPage;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CustomListPage } from '../../../../../index.ts';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
-
item: {
|
|
5
|
-
type: PropType<CustomListPage>;
|
|
6
|
-
default: () => void;
|
|
7
|
-
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
|
-
item: {
|
|
10
|
-
type: PropType<CustomListPage>;
|
|
11
|
-
default: () => void;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{}>, {
|
|
14
|
-
item: CustomListPage;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CustomListPage } from '../../../../../index.ts';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
-
item: {
|
|
5
|
-
type: PropType<CustomListPage>;
|
|
6
|
-
default: () => void;
|
|
7
|
-
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
|
-
item: {
|
|
10
|
-
type: PropType<CustomListPage>;
|
|
11
|
-
default: () => void;
|
|
12
|
-
};
|
|
13
|
-
}>> & Readonly<{}>, {
|
|
14
|
-
item: CustomListPage;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
package/dist/components/data-screen-show/components/screen/experimental-results-info/index.vue.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
value: {
|
|
3
|
-
type: NumberConstructor;
|
|
4
|
-
default: number;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
7
|
-
value: {
|
|
8
|
-
type: NumberConstructor;
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
value: number;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
resize: () => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getFontSize: (value: number) => number;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { ICoordinateItem } from './types.ts';
|
|
3
|
-
import { CustomListPage } from '../index.ts';
|
|
4
|
-
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
"main-floor"?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
9
|
-
subTitle: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
pageTitle: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
dataCardIdListIds: {
|
|
18
|
-
type: PropType<number[]>;
|
|
19
|
-
default: () => never[];
|
|
20
|
-
};
|
|
21
|
-
updataCardCoordinateList: {
|
|
22
|
-
type: PropType<ICoordinateItem[]>;
|
|
23
|
-
default: () => never[];
|
|
24
|
-
};
|
|
25
|
-
customCardList: {
|
|
26
|
-
type: PropType<CustomListPage[]>;
|
|
27
|
-
default: () => never[];
|
|
28
|
-
};
|
|
29
|
-
}>, {
|
|
30
|
-
chartResize: () => void;
|
|
31
|
-
setDataCardJson: (_dataCardJson: any) => void;
|
|
32
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
33
|
-
subTitle: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
pageTitle: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
dataCardIdListIds: {
|
|
42
|
-
type: PropType<number[]>;
|
|
43
|
-
default: () => never[];
|
|
44
|
-
};
|
|
45
|
-
updataCardCoordinateList: {
|
|
46
|
-
type: PropType<ICoordinateItem[]>;
|
|
47
|
-
default: () => never[];
|
|
48
|
-
};
|
|
49
|
-
customCardList: {
|
|
50
|
-
type: PropType<CustomListPage[]>;
|
|
51
|
-
default: () => never[];
|
|
52
|
-
};
|
|
53
|
-
}>> & Readonly<{}>, {
|
|
54
|
-
subTitle: string;
|
|
55
|
-
pageTitle: string;
|
|
56
|
-
dataCardIdListIds: number[];
|
|
57
|
-
updataCardCoordinateList: ICoordinateItem[];
|
|
58
|
-
customCardList: CustomListPage[];
|
|
59
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
60
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
61
|
-
export default _default;
|
|
62
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
63
|
-
new (): {
|
|
64
|
-
$slots: S;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export interface ITeacherItem {
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
count: number;
|
|
5
|
-
}
|
|
6
|
-
export interface ICoordinateItem {
|
|
7
|
-
id: number;
|
|
8
|
-
width: number;
|
|
9
|
-
height: number;
|
|
10
|
-
}
|
|
11
|
-
export interface IAchievementItem {
|
|
12
|
-
id: number;
|
|
13
|
-
name: string;
|
|
14
|
-
detail: string;
|
|
15
|
-
}
|
|
16
|
-
export interface IReservationMonthItem {
|
|
17
|
-
month: number;
|
|
18
|
-
count: number;
|
|
19
|
-
}
|
|
20
|
-
export interface IReservationCountResponsePieData {
|
|
21
|
-
sign: number;
|
|
22
|
-
noSign: number;
|
|
23
|
-
}
|
|
24
|
-
export interface IEquipmentItem {
|
|
25
|
-
typeId: number;
|
|
26
|
-
type: string;
|
|
27
|
-
totalCount: number;
|
|
28
|
-
normalCount: number;
|
|
29
|
-
repairCount: number;
|
|
30
|
-
scrapCount: number;
|
|
31
|
-
}
|
|
32
|
-
export interface IExperimentCountsResponseData {
|
|
33
|
-
currentSemesterCount: number;
|
|
34
|
-
currentDayCount: number;
|
|
35
|
-
}
|
|
36
|
-
export interface IReportItem {
|
|
37
|
-
month: number;
|
|
38
|
-
count: number;
|
|
39
|
-
}
|
|
40
|
-
export interface IReportScoreItem {
|
|
41
|
-
x: string;
|
|
42
|
-
count: number;
|
|
43
|
-
}
|
|
44
|
-
export interface IReportResponsePieData {
|
|
45
|
-
submit: number;
|
|
46
|
-
noSubmit: number;
|
|
47
|
-
}
|
|
48
|
-
export interface IExchangeProjectItem {
|
|
49
|
-
projectName: string;
|
|
50
|
-
readCount: number;
|
|
51
|
-
}
|
|
52
|
-
export interface IWarnScreenRespVO {
|
|
53
|
-
labName: string;
|
|
54
|
-
type: number;
|
|
55
|
-
typeName: string;
|
|
56
|
-
event: string;
|
|
57
|
-
addTime: string;
|
|
58
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { default as DataScreenShow } from './data-screen-show/index.vue';
|
|
2
|
-
|
|
3
|
-
export interface IbigScreenCoordinate {
|
|
4
|
-
left: number;
|
|
5
|
-
width: number;
|
|
6
|
-
top: number;
|
|
7
|
-
height: number;
|
|
8
|
-
}
|
|
9
|
-
export declare enum EbigScreenCustomCardType {
|
|
10
|
-
'图集' = 1,
|
|
11
|
-
'视频' = 2,
|
|
12
|
-
'文本' = 3
|
|
13
|
-
}
|
|
14
|
-
export interface CustomListPage {
|
|
15
|
-
id: number;
|
|
16
|
-
bigScreenVersionId: number;
|
|
17
|
-
type: EbigScreenCustomCardType;
|
|
18
|
-
name: string;
|
|
19
|
-
list: any[];
|
|
20
|
-
swiperTime?: number;
|
|
21
|
-
isLoop?: boolean;
|
|
22
|
-
volume?: boolean;
|
|
23
|
-
isEdit?: boolean;
|
|
24
|
-
}
|
|
25
|
-
export { DataScreenShow };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './components/index'
|
package/dist/main.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|