osi-cards-lib 1.5.48 → 1.5.50
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/fesm2022/osi-cards-lib-osi-cards-lib-Cg-ENr-a.mjs +36196 -0
- package/fesm2022/osi-cards-lib-osi-cards-lib-Cg-ENr-a.mjs.map +1 -0
- package/fesm2022/osi-cards-lib-overview-section.component-BcpudPjx.mjs +263 -0
- package/fesm2022/osi-cards-lib-overview-section.component-BcpudPjx.mjs.map +1 -0
- package/fesm2022/osi-cards-lib.mjs +1 -36456
- package/fesm2022/osi-cards-lib.mjs.map +1 -1
- package/index.d.ts +5 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1322,7 +1322,6 @@ type AnimationState = 'idle' | 'pending' | 'running' | 'paused' | 'finished';
|
|
|
1322
1322
|
type LayoutPhase = 'initial' | 'optimization' | 'finalization';
|
|
1323
1323
|
type PackingAlgorithm = 'skyline' | 'bin-packer' | 'row-packer';
|
|
1324
1324
|
type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1325
|
-
|
|
1326
1325
|
type ThemeMode = 'light' | 'dark' | 'auto' | 'system';
|
|
1327
1326
|
type TrendDirection = 'up' | 'down' | 'neutral' | 'stable';
|
|
1328
1327
|
type ChartType = 'bar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polar';
|
|
@@ -10283,7 +10282,7 @@ declare abstract class ChartSectionBaseComponent extends BaseSectionComponent {
|
|
|
10283
10282
|
/**
|
|
10284
10283
|
* Chart type (bar, line, pie, doughnut)
|
|
10285
10284
|
*/
|
|
10286
|
-
readonly chartType: i0.Signal<"
|
|
10285
|
+
readonly chartType: i0.Signal<"line" | "bar" | "pie" | "doughnut">;
|
|
10287
10286
|
/**
|
|
10288
10287
|
* Processed chart configuration
|
|
10289
10288
|
*/
|
|
@@ -11660,11 +11659,11 @@ declare function packWithZeroGapsGuarantee(sections: CardSection[], columns?: nu
|
|
|
11660
11659
|
* Do not edit manually - generated by scripts/generate-version.js
|
|
11661
11660
|
*
|
|
11662
11661
|
* Source of truth: version.config.json
|
|
11663
|
-
* Last synced: 2026-01-
|
|
11662
|
+
* Last synced: 2026-01-08T15:43:54.082Z
|
|
11664
11663
|
*/
|
|
11665
|
-
declare const VERSION = "1.5.
|
|
11666
|
-
declare const BUILD_DATE = "2026-01-
|
|
11667
|
-
declare const BUILD_HASH = "
|
|
11664
|
+
declare const VERSION = "1.5.50";
|
|
11665
|
+
declare const BUILD_DATE = "2026-01-08T15:43:54.082Z";
|
|
11666
|
+
declare const BUILD_HASH = "3f4ad1c";
|
|
11668
11667
|
declare const BUILD_BRANCH = "main";
|
|
11669
11668
|
interface VersionInfo {
|
|
11670
11669
|
version: string;
|