Skip to content

Commit 1494452

Browse files
authored
NPM Dependencies (#2)
* wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 1f62a22 commit 1494452

File tree

8 files changed

+165
-134
lines changed

8 files changed

+165
-134
lines changed

dist/mixins/DependentFormField.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ declare namespace _default {
3030
*/
3131
function fillIfVisible(formData: FormData, attribute: string, value: any): void;
3232
function syncField(): void;
33+
function revertSyncedFieldToPreviousValue(field: any): void;
3334
function onSyncedField(): void;
3435
function emitOnSyncedFieldValueChange(): void;
3536
/**

dist/nova.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ export default class Nova {
2828
* @type {boolean}
2929
*/
3030
private useShortcuts;
31+
/**
32+
* @private
33+
* @type {boolean}
34+
*/
35+
private ignoreHistoryState;
3136
/**
3237
* @protected
3338
* @type {{[key: string]: VueComponent|DefineComponent}}

package-lock.json

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

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

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1616
};
1717
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1818
[key: string]: any;
19-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
19+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20+
icon: {};
21+
rounded: {
22+
type: BooleanConstructor;
23+
};
24+
variant: {
25+
default: string;
26+
};
27+
type: {
28+
default: string;
29+
};
30+
extraClasses: {};
31+
removable: {
32+
type: BooleanConstructor;
33+
default: boolean;
34+
};
35+
}>> & Readonly<{}>, {
2036
type: string;
21-
rounded: boolean;
2237
variant: string;
23-
removable: boolean;
24-
} & {
25-
icon?: unknown;
26-
extraClasses?: unknown;
27-
} & {}>, {
28-
type: string;
2938
rounded: boolean;
30-
variant: string;
3139
removable: boolean;
32-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
40+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3341
export default _default;

0 commit comments

Comments
 (0)