@lattice-php/lattice 0.22.0 → 0.23.0
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.
- package/dist/action/components/action-form.js +1 -1
- package/dist/action/components/action-group.js +1 -1
- package/dist/action/hooks/use-action.js +1 -1
- package/dist/chat/components/chat-box.js +1 -1
- package/dist/chat/components/prompt-input.js +1 -1
- package/dist/core/index.d.ts +4 -0
- package/dist/core/index.js +4 -1
- package/dist/core/registry.d.ts +5 -0
- package/dist/core/registry.js.map +1 -1
- package/dist/create-app.d.ts +6 -2
- package/dist/create-app.js +12 -1
- package/dist/create-app.js.map +1 -1
- package/dist/form/components/fields/rich-editor-field.js +1 -1
- package/dist/form/components/fields/row-actions.js +1 -1
- package/dist/form/components/fields/row-item.js +1 -1
- package/dist/form/components/fields/select.js +1 -1
- package/dist/form/components/fields/table-rows.js +1 -1
- package/dist/form/components/form.js +26 -5
- package/dist/form/components/form.js.map +1 -1
- package/dist/form/rich-editor/builtins.js +1 -1
- package/dist/i18n/backend.js +1 -1
- package/dist/i18n/index.js +2 -2
- package/dist/i18n/instance.d.ts +1 -0
- package/dist/i18n/instance.js +5 -5
- package/dist/i18n/instance.js.map +1 -1
- package/dist/i18n/timezone.js +1 -1
- package/dist/layout/components/callouts.js +1 -1
- package/dist/notifications/components/empty-state.js +1 -1
- package/dist/notifications/components/notification-item.js +1 -1
- package/dist/notifications/components/notifications.js +1 -1
- package/dist/remote/components/data-list.js +1 -1
- package/dist/table/components/cells/boolean-cell.js +1 -1
- package/dist/table/components/column-header.js +1 -1
- package/dist/table/components/filter-controls.js +1 -1
- package/dist/table/components/filter-value-input.js +1 -1
- package/dist/table/components/sort-bar.js +1 -1
- package/dist/table/components/table-search.js +1 -1
- package/dist/table/components/table.js +1 -1
- package/dist/toast/toaster.js +1 -1
- package/dist/types/generated.d.ts +3 -0
- package/dist/ui/combobox.js +1 -1
- package/dist/ui/copyable-text.js +1 -1
- package/dist/ui/info-tooltip.js +1 -1
- package/dist/ui/spinner.js +1 -1
- package/dist/ui/tabs.js +1 -1
- package/dist/ui/tree.js +1 -1
- package/dist/vite.d.ts +3 -2
- package/dist/vite.js +5 -2
- package/dist/vite.js.map +1 -1
- package/dist-standalone/chunks/{chart-view-C6R5iPra.js → chart-view-DEwGTt9d.js} +2 -2
- package/dist-standalone/chunks/{date-picker-field-DhhEB-Mh.js → date-picker-field-CCQ9nWx0.js} +1 -1
- package/dist-standalone/chunks/{page-props-DOfg30l5.js → page-props-D3FnL614.js} +1 -1
- package/dist-standalone/chunks/{rich-editor-field-DORXTHPw.js → rich-editor-field-B9Nv1qia.js} +2 -2
- package/dist-standalone/chunks/{subscriptions-DK_s_F2g.js → subscriptions-C-0lSr7X.js} +1 -1
- package/dist-standalone/lattice.css +1 -1
- package/dist-standalone/lattice.js +6 -6
- package/dist-standalone/manifest.json +7 -7
- package/package.json +2 -2
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.23.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"lattice.js": "
|
|
5
|
-
"chunks/chart-view-
|
|
6
|
-
"chunks/date-picker-field-
|
|
4
|
+
"lattice.js": "6f4566a831f1",
|
|
5
|
+
"chunks/chart-view-DEwGTt9d.js": "3e80210cc3d7",
|
|
6
|
+
"chunks/date-picker-field-CCQ9nWx0.js": "d97e934b112d",
|
|
7
7
|
"chunks/dist-PaT1gYi_.js": "4da471d00496",
|
|
8
8
|
"chunks/jsx-runtime-Drll_-DD.js": "8b19a461876f",
|
|
9
9
|
"chunks/locale-CXqr7LPR.js": "2a76bdb158f8",
|
|
10
10
|
"chunks/notifications-echo-DsfNc4Ge.js": "5db566efbeff",
|
|
11
|
-
"chunks/page-props-
|
|
11
|
+
"chunks/page-props-D3FnL614.js": "f9f21ad6a8cf",
|
|
12
12
|
"chunks/react-B8IZ02wI.js": "20382cff872b",
|
|
13
|
-
"chunks/rich-editor-field-
|
|
14
|
-
"chunks/subscriptions-
|
|
13
|
+
"chunks/rich-editor-field-B9Nv1qia.js": "8e5b934b930d",
|
|
14
|
+
"chunks/subscriptions-C-0lSr7X.js": "e0cce9f71071",
|
|
15
15
|
"chunks/test-id-Dh3L6Gfh.js": "7958de4f0270",
|
|
16
16
|
"chunks/use-effect-dispatcher-EVZxmfoo.js": "b914dd46ba28",
|
|
17
17
|
"chunks/with-selector-BwDoCrJJ.js": "6ccd3ad62b42",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lattice-php/lattice",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"description": "Server-driven React components for Laravel and Inertia.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Manuel Christlieb <manuel@christlieb.eu>",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
},
|
|
171
171
|
"dependencies": {
|
|
172
172
|
"@internationalized/date": "^3.12.2",
|
|
173
|
-
"@lattice-php/vite-svg-sprite": "^0.
|
|
173
|
+
"@lattice-php/vite-svg-sprite": "^0.3.0",
|
|
174
174
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
175
175
|
"@radix-ui/react-dialog": "^1.1.16",
|
|
176
176
|
"@radix-ui/react-label": "^2.1.2",
|