Skip to content

Commit

Permalink
Display Livewire 3 data
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and timvandijck committed Apr 9, 2024
1 parent d2cec22 commit b8801b7
Show file tree
Hide file tree
Showing 3 changed files with 23,873 additions and 10 deletions.
3,402 changes: 3,400 additions & 2 deletions resources/compiled/ignition.css

Large diffs are not rendered by default.

20,471 changes: 20,465 additions & 6 deletions resources/compiled/ignition.js

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions resources/js/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,20 @@ export type IgnitionErrorOccurrence = {
isDirty: boolean;
};
livewire?: {
component_alias: string;
component_class: string;
component_alias?: string;
component_class?: string;
component_id: string;
data: Record<string, any>;
memo?: Record<string, string | object>;
updates: Array<{
payload: Record<string, any>;
type: string;
}>;
calls?: Array<{
path: string,
method: string,
params: Record<string, any>;
}>
};
view: ViewContext | null;

Expand Down

0 comments on commit b8801b7

Please sign in to comment.