@lemon30_npm/csit-vue3 1.0.55 → 1.0.56

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.
@@ -3,8 +3,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bl
3
3
  title: string;
4
4
  color: string;
5
5
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
6
- 'slot-left'?(_: {}): any;
7
- 'slot-right'?(_: {}): any;
6
+ default?(_: {}): any;
7
+ left?(_: {}): any;
8
+ right?(_: {}): any;
8
9
  }>;
9
10
  export default _default;
10
11
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -10,6 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Ci
10
10
  messageBoxMessage: string;
11
11
  messageBoxTitle: string;
12
12
  isShowMessageBox: boolean;
13
+ isShowClose: boolean;
13
14
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
14
15
  left?(_: {}): any;
15
16
  right?(_: {}): any;
@@ -11,4 +11,5 @@ export interface CiPageHeaderProps {
11
11
  * 一般用于页面上方区域,与下方内容区有视觉分隔。
12
12
  */
13
13
  backgroundColor?: string;
14
+ isShowClose?: boolean;
14
15
  }
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ path: string;
3
+ name: string;
4
+ component: () => Promise<typeof import("../index.vue")>;
5
+ meta: {
6
+ track_path: string;
7
+ };
8
+ }[];
9
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon30_npm/csit-vue3",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "type": "module",
5
5
  "author": "cuiwq",
6
6
  "license": "MIT",