x-block-lib 0.7.10 → 0.7.12

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
  type __VLS_PublicProps = {
2
2
  modelValue: boolean;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (value: boolean) => any;
6
6
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
7
7
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -3,7 +3,7 @@ interface Props {
3
3
  title: string;
4
4
  select: boolean;
5
5
  }
6
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ declare const _default: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  "x-click": (...args: any[]) => void;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
9
  "onX-click"?: ((...args: any[]) => any) | undefined;
@@ -2,5 +2,5 @@ import 'highlight.js/styles/default.min.css';
2
2
  interface Props {
3
3
  code: string;
4
4
  }
5
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
@@ -1,2 +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, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -420,9 +420,6 @@ declare const _default: {
420
420
  UI_ENV_DEV: string;
421
421
  UI_ENV_PROD: string;
422
422
  UI_LABEL: string;
423
- UI_MODE: string;
424
- UI_NAVIGATE_MODE_PUSH: string;
425
- UI_NAVIGATE_MODE_REPLACE: string;
426
423
  UI_POPUP_MESSAGE_TYPE_ERROR: string;
427
424
  UI_POPUP_MESSAGE_TYPE_INFO: string;
428
425
  UI_POPUP_MESSAGE_TYPE_SUCCESS: string;
@@ -420,9 +420,6 @@ declare const _default: {
420
420
  UI_ENV_DEV: string;
421
421
  UI_ENV_PROD: string;
422
422
  UI_LABEL: string;
423
- UI_MODE: string;
424
- UI_NAVIGATE_MODE_PUSH: string;
425
- UI_NAVIGATE_MODE_REPLACE: string;
426
423
  UI_POPUP_MESSAGE_TYPE_ERROR: string;
427
424
  UI_POPUP_MESSAGE_TYPE_INFO: string;
428
425
  UI_POPUP_MESSAGE_TYPE_SUCCESS: string;