Skip to content

Commit 4799b92

Browse files
build
1 parent 9bf6e3d commit 4799b92

File tree

8 files changed

+35
-39
lines changed

8 files changed

+35
-39
lines changed

dist/plugin/VCodeBlock.vue.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { Props } from './types';
2+
23
declare function copyCode(): void;
34
declare function runCode(): void;
4-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
5+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
56
browserWindow: boolean;
67
cssPath: undefined;
78
code: string;
@@ -27,10 +28,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
2728
tabGap: string;
2829
tabs: boolean;
2930
theme: string;
30-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3132
run: (...args: any[]) => void;
3233
"update:copy-status": (...args: any[]) => void;
33-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
34+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
3435
browserWindow: boolean;
3536
cssPath: undefined;
3637
code: string;

dist/plugin/components/StatusIcons.vue.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
declare const _default: import("vue").DefineComponent<{
1+
declare const _default: import('vue').DefineComponent<{
22
icon: {
33
type: StringConstructor;
44
required: true;
55
};
6-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
77
icon: {
88
type: StringConstructor;
99
required: true;

dist/plugin/composables/classes.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { UseCodeBlockClasses, UseCopyButtonClasses, UseIconClasses, UseLabelClasses, UseTabClasses } from '../types';
2+
23
export declare const useCodeBlockClasses: UseCodeBlockClasses;
34
export declare const useCopyButtonClasses: UseCopyButtonClasses;
45
export declare const useIconClasses: UseIconClasses;

dist/plugin/composables/helpers.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { UseConvertToUnit } from '../types';
2+
23
/**
34
* Converts a string to a number with a unit.
45
*/

dist/plugin/composables/styles.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { UseCodeTagStyles, UseHeaderStyles, UsePreTagStyles, UseTabGroupStyles } from '../types';
2+
23
export declare const useCodeTagStyles: UseCodeTagStyles;
34
export declare const useHeaderStyles: UseHeaderStyles;
45
export declare const usePreTagStyles: UsePreTagStyles;

dist/plugin/index.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import type { App } from 'vue';
2-
import type { Props } from './types';
3-
import VCodeBlock from './VCodeBlock.vue';
1+
import { App } from 'vue';
2+
import { Props } from './types';
3+
import { default as VCodeBlock } from './VCodeBlock.vue';
4+
45
export declare const codeBlockOptions: unique symbol;
56
export declare function createVCodeBlock(options?: Props): {
67
install: (app: App) => void;

dist/plugin/types/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import type { CSSProperties, MaybeRef } from 'vue';
2-
import VCodeBlock from '../VCodeBlock.vue';
1+
import { CSSProperties, MaybeRef } from 'vue';
2+
import { default as VCodeBlock } from '../VCodeBlock.vue';
3+
34
export * from '../index';
45
export type UseTheme = MaybeRef<string | boolean>;
56
export type CopyStatus = MaybeRef<'copy' | 'success' | 'failed'>;

dist/vue-code-block.es.js

Lines changed: 19 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy