osi-cards-lib 1.5.29 → 1.5.31
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.
|
@@ -26404,14 +26404,14 @@ class OsiCardsComponent {
|
|
|
26404
26404
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.14", ngImport: i0, type: OsiCardsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
26405
26405
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.14", type: OsiCardsComponent, isStandalone: true, selector: "osi-cards", inputs: { card: "card", theme: "theme", fullscreen: "fullscreen", tiltEnabled: "tiltEnabled", containerWidth: "containerWidth", streamingStage: "streamingStage", streamingProgress: "streamingProgress", isStreaming: "isStreaming", showLoadingByDefault: "showLoadingByDefault", loadingMessages: "loadingMessages", loadingTitle: "loadingTitle" }, outputs: { fieldClick: "fieldClick", actionClick: "actionClick", fullscreenChange: "fullscreenChange", agentAction: "agentAction", questionAction: "questionAction", export: "export" }, ngImport: i0, template: `
|
|
26406
26406
|
<div
|
|
26407
|
-
class="osi-cards-root"
|
|
26407
|
+
class="osi-cards-container osi-cards-root"
|
|
26408
26408
|
[attr.data-theme]="effectiveTheme"
|
|
26409
26409
|
[class.osi-cards-fullscreen]="fullscreen"
|
|
26410
26410
|
>
|
|
26411
26411
|
<app-ai-card-renderer
|
|
26412
26412
|
[cardConfig]="card"
|
|
26413
26413
|
[isFullscreen]="fullscreen"
|
|
26414
|
-
[tiltEnabled]="
|
|
26414
|
+
[tiltEnabled]="shouldEnableTilt"
|
|
26415
26415
|
[streamingStage]="streamingStage"
|
|
26416
26416
|
[streamingProgress]="streamingProgress ?? 0"
|
|
26417
26417
|
[isStreaming]="isStreaming"
|
|
@@ -26434,14 +26434,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.14", ngImpo
|
|
|
26434
26434
|
type: Component,
|
|
26435
26435
|
args: [{ selector: 'osi-cards', standalone: true, imports: [CommonModule, AICardRendererComponent], template: `
|
|
26436
26436
|
<div
|
|
26437
|
-
class="osi-cards-root"
|
|
26437
|
+
class="osi-cards-container osi-cards-root"
|
|
26438
26438
|
[attr.data-theme]="effectiveTheme"
|
|
26439
26439
|
[class.osi-cards-fullscreen]="fullscreen"
|
|
26440
26440
|
>
|
|
26441
26441
|
<app-ai-card-renderer
|
|
26442
26442
|
[cardConfig]="card"
|
|
26443
26443
|
[isFullscreen]="fullscreen"
|
|
26444
|
-
[tiltEnabled]="
|
|
26444
|
+
[tiltEnabled]="shouldEnableTilt"
|
|
26445
26445
|
[streamingStage]="streamingStage"
|
|
26446
26446
|
[streamingProgress]="streamingProgress ?? 0"
|
|
26447
26447
|
[isStreaming]="isStreaming"
|
|
@@ -31794,10 +31794,10 @@ class SubscriptionPool {
|
|
|
31794
31794
|
* Do not edit manually - generated by scripts/generate-version.js
|
|
31795
31795
|
*
|
|
31796
31796
|
* Source of truth: version.config.json
|
|
31797
|
-
* Last synced: 2025-12-12T19:
|
|
31797
|
+
* Last synced: 2025-12-12T19:25:18.901Z
|
|
31798
31798
|
*/
|
|
31799
31799
|
const VERSION = '1.5.19';
|
|
31800
|
-
const BUILD_DATE = '2025-12-12T19:
|
|
31800
|
+
const BUILD_DATE = '2025-12-12T19:25:18.901Z';
|
|
31801
31801
|
const BUILD_HASH = 'fbe56c9';
|
|
31802
31802
|
const BUILD_BRANCH = 'main';
|
|
31803
31803
|
const VERSION_INFO = {
|