Skip to content

Commit 42bcee0

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent bf53bd8 commit 42bcee0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

dist/nova.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ export default class Nova {
4848
readonly $testing: {
4949
timezone: (timezone: any) => void;
5050
};
51+
/** @private */
52+
private __started;
53+
/** @private */
54+
private __booted;
55+
/** @private */
56+
private __deployed;
5157
/**
5258
* Register a callback to be called before Nova starts. This is used to bootstrap
5359
* addons, tools, custom fields, or anything else Nova needs
@@ -80,6 +86,7 @@ export default class Nova {
8086
liftOff(): void;
8187
/** @private */
8288
private notificationPollingInterval;
89+
deploy(): void;
8390
/**
8491
* Return configuration value from a key.
8592
*

types/@types/laravel-nova-ui/Button.vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5757
leadingIcon: {};
5858
trailingIcon: {};
5959
}>> & Readonly<{}>, {
60-
variant: string;
6160
size: string;
61+
variant: string;
6262
as: string;
6363
state: string;
6464
padding: string;

types/@types/laravel-nova-ui/Icon.vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1515
default: string;
1616
};
1717
}>> & Readonly<{}>, {
18-
type: string;
1918
name: string;
19+
type: string;
2020
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2121
export default _default;

0 commit comments

Comments
 (0)