@object-ui/components 4.0.6 → 4.0.8
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/CHANGELOG.md +44 -0
- package/dist/index.css +10 -7
- package/dist/index.js +2760 -2531
- package/dist/index.umd.cjs +5 -5
- package/dist/packages/components/src/custom/filter-builder.d.ts +21 -1
- package/dist/packages/components/src/lib/lazy-icon.d.ts +4 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @object-ui/components
|
|
2
2
|
|
|
3
|
+
## 4.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3d58eaa]
|
|
8
|
+
- @object-ui/i18n@4.0.8
|
|
9
|
+
- @object-ui/react@4.0.8
|
|
10
|
+
- @object-ui/types@4.0.8
|
|
11
|
+
- @object-ui/core@4.0.8
|
|
12
|
+
|
|
13
|
+
## 4.0.7
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 7c9b85c: Fix compatibility with the framework's normalized Expression envelope format.
|
|
18
|
+
|
|
19
|
+
`@objectstack/spec` now emits predicate (`visible` / `enabled`) and template
|
|
20
|
+
(`titleFormat`) fields as `{ dialect, source }` envelopes instead of bare
|
|
21
|
+
strings. The previous implementation assumed strings and crashed the record
|
|
22
|
+
detail view (`TypeError: titleFormat.replace is not a function`) and printed
|
|
23
|
+
`Failed to evaluate expression: ${[object Object]}` for every action visibility
|
|
24
|
+
predicate.
|
|
25
|
+
- `@object-ui/core`: `ExpressionEvaluator.evaluate` / `evaluateCondition` now
|
|
26
|
+
unwrap Expression envelopes transparently.
|
|
27
|
+
- `@object-ui/react`: new `toPredicateInput()` helper to safely normalize
|
|
28
|
+
`boolean | string | Expression` predicate inputs into the `${expr}` form
|
|
29
|
+
expected by `useCondition`.
|
|
30
|
+
- `@object-ui/components`: `action-bar`, `action-button`, `action-group`,
|
|
31
|
+
`action-icon`, `action-menu` renderers use `toPredicateInput()` instead of
|
|
32
|
+
template-literal interpolation that produced `${[object Object]}`.
|
|
33
|
+
- `@object-ui/plugin-detail`, `@object-ui/plugin-kanban`,
|
|
34
|
+
`@object-ui/plugin-calendar`, `@object-ui/app-shell`,
|
|
35
|
+
`@object-ui/console`: title-format helpers accept both legacy strings and
|
|
36
|
+
the new `{ source }` envelope.
|
|
37
|
+
|
|
38
|
+
All changes are backward-compatible — legacy bare strings continue to work.
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [7c9b85c]
|
|
41
|
+
- Updated dependencies [fd15918]
|
|
42
|
+
- @object-ui/core@4.0.7
|
|
43
|
+
- @object-ui/react@4.0.7
|
|
44
|
+
- @object-ui/i18n@4.0.7
|
|
45
|
+
- @object-ui/types@4.0.7
|
|
46
|
+
|
|
3
47
|
## 4.0.6
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -336,12 +336,6 @@
|
|
|
336
336
|
.inset-y-0 {
|
|
337
337
|
inset-block: calc(var(--spacing) * 0);
|
|
338
338
|
}
|
|
339
|
-
.start {
|
|
340
|
-
inset-inline-start: var(--spacing);
|
|
341
|
-
}
|
|
342
|
-
.end {
|
|
343
|
-
inset-inline-end: var(--spacing);
|
|
344
|
-
}
|
|
345
339
|
.\!top-14 {
|
|
346
340
|
top: calc(var(--spacing) * 14) !important;
|
|
347
341
|
}
|
|
@@ -809,6 +803,9 @@
|
|
|
809
803
|
.max-h-40 {
|
|
810
804
|
max-height: calc(var(--spacing) * 40);
|
|
811
805
|
}
|
|
806
|
+
.max-h-64 {
|
|
807
|
+
max-height: calc(var(--spacing) * 64);
|
|
808
|
+
}
|
|
812
809
|
.max-h-\[50vh\] {
|
|
813
810
|
max-height: 50vh;
|
|
814
811
|
}
|
|
@@ -3479,6 +3476,12 @@
|
|
|
3479
3476
|
--tw-ring-color: var(--color-ring);
|
|
3480
3477
|
}
|
|
3481
3478
|
}
|
|
3479
|
+
.focus\:ring-offset-1 {
|
|
3480
|
+
&:focus {
|
|
3481
|
+
--tw-ring-offset-width: 1px;
|
|
3482
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3482
3485
|
.focus\:ring-offset-2 {
|
|
3483
3486
|
&:focus {
|
|
3484
3487
|
--tw-ring-offset-width: 2px;
|