@firestitch/report 18.0.10 → 18.0.12
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/app/reports/data/report.data.d.ts +4 -0
- package/app/reports/dialogs/entity-functions/entity-functions.component.d.ts +22 -0
- package/app/reports/dialogs/global-settings/components/general/general.component.d.ts +8 -0
- package/app/reports/dialogs/global-settings/components/semantic-database/semantic-database.component.d.ts +21 -21
- package/app/reports/dialogs/global-settings/global-settings.component.d.ts +8 -4
- package/app/reports/dialogs/instruction-history/instruction-history.component.d.ts +16 -0
- package/app/reports/interfaces/report.interface.d.ts +11 -1
- package/esm2022/app/reports/data/report.data.mjs +15 -1
- package/esm2022/app/reports/dialogs/entity-functions/entity-functions.component.mjs +81 -0
- package/esm2022/app/reports/dialogs/global-settings/components/general/general.component.mjs +34 -0
- package/esm2022/app/reports/dialogs/global-settings/components/semantic-database/semantic-database.component.mjs +70 -75
- package/esm2022/app/reports/dialogs/global-settings/global-settings.component.mjs +58 -24
- package/esm2022/app/reports/dialogs/instruction-history/instruction-history.component.mjs +60 -0
- package/esm2022/app/reports/interfaces/report.interface.mjs +1 -1
- package/fesm2022/{firestitch-report-echarts-Cel1iHUg.mjs → firestitch-report-echarts-1VNsyco5.mjs} +2 -2
- package/fesm2022/{firestitch-report-echarts-Cel1iHUg.mjs.map → firestitch-report-echarts-1VNsyco5.mjs.map} +1 -1
- package/fesm2022/{firestitch-report-firestitch-report-Y1XG_Gms.mjs → firestitch-report-firestitch-report-BNHGwPj2.mjs} +274 -119
- package/fesm2022/firestitch-report-firestitch-report-BNHGwPj2.mjs.map +1 -0
- package/fesm2022/firestitch-report.mjs +1 -1
- package/package.json +1 -1
- package/app/reports/dialogs/global-settings/components/history/history.component.d.ts +0 -8
- package/esm2022/app/reports/dialogs/global-settings/components/history/history.component.mjs +0 -32
- package/fesm2022/firestitch-report-firestitch-report-Y1XG_Gms.mjs.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as FREQUENCY_OPTIONS, b as FsAiReportComponent, F as FsAiReportsComponent, a as ReportComponent, c as ReportData, e as ReportFilterStateService, d as ReportService } from './firestitch-report-firestitch-report-
|
|
1
|
+
export { f as FREQUENCY_OPTIONS, b as FsAiReportComponent, F as FsAiReportsComponent, a as ReportComponent, c as ReportData, e as ReportFilterStateService, d as ReportService } from './firestitch-report-firestitch-report-BNHGwPj2.mjs';
|
|
2
2
|
//# sourceMappingURL=firestitch-report.mjs.map
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ReportInstruction } from '../../../../interfaces/report.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HistoryComponent {
|
|
4
|
-
readonly versions: import("@angular/core").InputSignal<ReportInstruction[]>;
|
|
5
|
-
readonly restore: import("@angular/core").OutputEmitterRef<ReportInstruction>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HistoryComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HistoryComponent, "fs-ai-report-global-settings-history", never, { "versions": { "alias": "versions"; "required": true; "isSignal": true; }; }, { "restore": "restore"; }, never, never, true, never>;
|
|
8
|
-
}
|
package/esm2022/app/reports/dialogs/global-settings/components/history/history.component.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, input, output } from '@angular/core';
|
|
2
|
-
import { MatButton } from '@angular/material/button';
|
|
3
|
-
import { FsChipModule } from '@firestitch/chip';
|
|
4
|
-
import { FsDateModule } from '@firestitch/date';
|
|
5
|
-
import { FsMarkdownRendererComponent } from '@firestitch/markdown-editor';
|
|
6
|
-
import { FsMessageModule } from '@firestitch/message';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@firestitch/chip";
|
|
9
|
-
import * as i2 from "@firestitch/date";
|
|
10
|
-
import * as i3 from "@firestitch/message";
|
|
11
|
-
// The History tab: every saved version of the AI Knowledge document
|
|
12
|
-
// (append-only), each previewed and restorable. Restoring mutates the current
|
|
13
|
-
// version and reseeds the editor — a parent concern — so this stays
|
|
14
|
-
// presentational: it renders the versions it is given and emits the one to
|
|
15
|
-
// restore.
|
|
16
|
-
export class HistoryComponent {
|
|
17
|
-
versions = input.required();
|
|
18
|
-
restore = output();
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HistoryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: HistoryComponent, isStandalone: true, selector: "fs-ai-report-global-settings-history", inputs: { versions: { classPropertyName: "versions", publicName: "versions", isSignal: true, isRequired: true, transformFunction: null } }, outputs: { restore: "restore" }, ngImport: i0, template: "<div class=\"fs-column tab-body\">\n @if (versions().length) {\n @for (version of versions(); track version.id) {\n <div class=\"version\">\n <div class=\"version-header\">\n <fs-date\n [date]=\"version.createDate\"\n format=\"date-time\">\n </fs-date>\n @if (version.accountName) {\n <span class=\"author\">{{ version.accountName }}</span>\n }\n <span class=\"spacer\"></span>\n @if (version.current) {\n <fs-chip\n size=\"tiny\"\n [backgroundColor]=\"'#2e7d32'\"\n color=\"#ffffff\">\n Current\n </fs-chip>\n } @else {\n <button\n type=\"button\"\n mat-stroked-button\n (click)=\"restore.emit(version)\">\n Restore\n </button>\n }\n </div>\n <div class=\"version-preview\">\n <fs-markdown-renderer [markdown]=\"version.content\"></fs-markdown-renderer>\n </div>\n </div>\n }\n } @else {\n <fs-message-info>\n No versions yet \u2014 every save of the AI Knowledge document lands here, and\n any version can be restored.\n </fs-message-info>\n }\n</div>\n", styles: [".tab-body{padding-top:16px}.version{border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:12px}.version+.version{margin-top:12px}.version .version-header{display:flex;align-items:center;gap:8px}.version .version-header .author{color:#0009}.version .version-header .spacer{flex:1}.version .version-preview{margin-top:8px;max-height:200px;overflow-y:auto;border-top:1px solid rgba(0,0,0,.08);padding-top:8px}\n"], dependencies: [{ kind: "component", type: MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: FsChipModule }, { kind: "component", type: i1.FsChipComponent, selector: "fs-chip", inputs: ["selectable", "removable", "value", "maxWidth", "width", "backgroundColor", "borderColor", "color", "shape", "outlined", "outlineDash", "icon", "image", "selected", "disabled", "padding", "contrastColor", "size"], outputs: ["selectedToggled", "removed", "click"] }, { kind: "ngmodule", type: FsDateModule }, { kind: "component", type: i2.FsDateComponent, selector: "fs-date", inputs: ["date", "format", "timezone"] }, { kind: "ngmodule", type: FsMessageModule }, { kind: "component", type: i3.FsMessageInfoComponent, selector: "fs-message-info" }, { kind: "component", type: FsMarkdownRendererComponent, selector: "fs-markdown-renderer", inputs: ["config", "markdown"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
-
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HistoryComponent, decorators: [{
|
|
23
|
-
type: Component,
|
|
24
|
-
args: [{ selector: 'fs-ai-report-global-settings-history', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
|
25
|
-
MatButton,
|
|
26
|
-
FsChipModule,
|
|
27
|
-
FsDateModule,
|
|
28
|
-
FsMessageModule,
|
|
29
|
-
FsMarkdownRendererComponent,
|
|
30
|
-
], template: "<div class=\"fs-column tab-body\">\n @if (versions().length) {\n @for (version of versions(); track version.id) {\n <div class=\"version\">\n <div class=\"version-header\">\n <fs-date\n [date]=\"version.createDate\"\n format=\"date-time\">\n </fs-date>\n @if (version.accountName) {\n <span class=\"author\">{{ version.accountName }}</span>\n }\n <span class=\"spacer\"></span>\n @if (version.current) {\n <fs-chip\n size=\"tiny\"\n [backgroundColor]=\"'#2e7d32'\"\n color=\"#ffffff\">\n Current\n </fs-chip>\n } @else {\n <button\n type=\"button\"\n mat-stroked-button\n (click)=\"restore.emit(version)\">\n Restore\n </button>\n }\n </div>\n <div class=\"version-preview\">\n <fs-markdown-renderer [markdown]=\"version.content\"></fs-markdown-renderer>\n </div>\n </div>\n }\n } @else {\n <fs-message-info>\n No versions yet \u2014 every save of the AI Knowledge document lands here, and\n any version can be restored.\n </fs-message-info>\n }\n</div>\n", styles: [".tab-body{padding-top:16px}.version{border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:12px}.version+.version{margin-top:12px}.version .version-header{display:flex;align-items:center;gap:8px}.version .version-header .author{color:#0009}.version .version-header .spacer{flex:1}.version .version-preview{margin-top:8px;max-height:200px;overflow-y:auto;border-top:1px solid rgba(0,0,0,.08);padding-top:8px}\n"] }]
|
|
31
|
-
}] });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGlzdG9yeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL3JlcG9ydHMvZGlhbG9ncy9nbG9iYWwtc2V0dGluZ3MvY29tcG9uZW50cy9oaXN0b3J5L2hpc3RvcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9yZXBvcnRzL2RpYWxvZ3MvZ2xvYmFsLXNldHRpbmdzL2NvbXBvbmVudHMvaGlzdG9yeS9oaXN0b3J5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVsRixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFckQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNoRCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7Ozs7O0FBS3RELG9FQUFvRTtBQUNwRSw4RUFBOEU7QUFDOUUsb0VBQW9FO0FBQ3BFLDJFQUEyRTtBQUMzRSxXQUFXO0FBZVgsTUFBTSxPQUFPLGdCQUFnQjtJQUVYLFFBQVEsR0FBRyxLQUFLLENBQUMsUUFBUSxFQUF1QixDQUFDO0lBQ2pELE9BQU8sR0FBRyxNQUFNLEVBQXFCLENBQUM7d0dBSDNDLGdCQUFnQjs0RkFBaEIsZ0JBQWdCLDZRQy9CN0Isa3hDQXlDQSx1ZERqQkksU0FBUyxnTEFDVCxZQUFZLHFYQUNaLFlBQVksNElBQ1osZUFBZSxvSEFDZiwyQkFBMkI7OzRGQUdsQixnQkFBZ0I7a0JBZDVCLFNBQVM7K0JBQ0Usc0NBQXNDLG1CQUcvQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUDt3QkFDUCxTQUFTO3dCQUNULFlBQVk7d0JBQ1osWUFBWTt3QkFDWixlQUFlO3dCQUNmLDJCQUEyQjtxQkFDNUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBpbnB1dCwgb3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IE1hdEJ1dHRvbiB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5cbmltcG9ydCB7IEZzQ2hpcE1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2NoaXAnO1xuaW1wb3J0IHsgRnNEYXRlTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvZGF0ZSc7XG5pbXBvcnQgeyBGc01hcmtkb3duUmVuZGVyZXJDb21wb25lbnQgfSBmcm9tICdAZmlyZXN0aXRjaC9tYXJrZG93bi1lZGl0b3InO1xuaW1wb3J0IHsgRnNNZXNzYWdlTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvbWVzc2FnZSc7XG5cbmltcG9ydCB7IFJlcG9ydEluc3RydWN0aW9uIH0gZnJvbSAnLi4vLi4vLi4vLi4vaW50ZXJmYWNlcy9yZXBvcnQuaW50ZXJmYWNlJztcblxuXG4vLyBUaGUgSGlzdG9yeSB0YWI6IGV2ZXJ5IHNhdmVkIHZlcnNpb24gb2YgdGhlIEFJIEtub3dsZWRnZSBkb2N1bWVudFxuLy8gKGFwcGVuZC1vbmx5KSwgZWFjaCBwcmV2aWV3ZWQgYW5kIHJlc3RvcmFibGUuIFJlc3RvcmluZyBtdXRhdGVzIHRoZSBjdXJyZW50XG4vLyB2ZXJzaW9uIGFuZCByZXNlZWRzIHRoZSBlZGl0b3Ig4oCUIGEgcGFyZW50IGNvbmNlcm4g4oCUIHNvIHRoaXMgc3RheXNcbi8vIHByZXNlbnRhdGlvbmFsOiBpdCByZW5kZXJzIHRoZSB2ZXJzaW9ucyBpdCBpcyBnaXZlbiBhbmQgZW1pdHMgdGhlIG9uZSB0b1xuLy8gcmVzdG9yZS5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2ZzLWFpLXJlcG9ydC1nbG9iYWwtc2V0dGluZ3MtaGlzdG9yeScsXG4gIHRlbXBsYXRlVXJsOiAnLi9oaXN0b3J5LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaGlzdG9yeS5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIE1hdEJ1dHRvbixcbiAgICBGc0NoaXBNb2R1bGUsXG4gICAgRnNEYXRlTW9kdWxlLFxuICAgIEZzTWVzc2FnZU1vZHVsZSxcbiAgICBGc01hcmtkb3duUmVuZGVyZXJDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEhpc3RvcnlDb21wb25lbnQge1xuXG4gIHB1YmxpYyByZWFkb25seSB2ZXJzaW9ucyA9IGlucHV0LnJlcXVpcmVkPFJlcG9ydEluc3RydWN0aW9uW10+KCk7XG4gIHB1YmxpYyByZWFkb25seSByZXN0b3JlID0gb3V0cHV0PFJlcG9ydEluc3RydWN0aW9uPigpO1xufVxuIiwiPGRpdiBjbGFzcz1cImZzLWNvbHVtbiB0YWItYm9keVwiPlxuICBAaWYgKHZlcnNpb25zKCkubGVuZ3RoKSB7XG4gICAgQGZvciAodmVyc2lvbiBvZiB2ZXJzaW9ucygpOyB0cmFjayB2ZXJzaW9uLmlkKSB7XG4gICAgICA8ZGl2IGNsYXNzPVwidmVyc2lvblwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwidmVyc2lvbi1oZWFkZXJcIj5cbiAgICAgICAgICA8ZnMtZGF0ZVxuICAgICAgICAgICAgICBbZGF0ZV09XCJ2ZXJzaW9uLmNyZWF0ZURhdGVcIlxuICAgICAgICAgICAgICBmb3JtYXQ9XCJkYXRlLXRpbWVcIj5cbiAgICAgICAgICA8L2ZzLWRhdGU+XG4gICAgICAgICAgQGlmICh2ZXJzaW9uLmFjY291bnROYW1lKSB7XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImF1dGhvclwiPnt7IHZlcnNpb24uYWNjb3VudE5hbWUgfX08L3NwYW4+XG4gICAgICAgICAgfVxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwic3BhY2VyXCI+PC9zcGFuPlxuICAgICAgICAgIEBpZiAodmVyc2lvbi5jdXJyZW50KSB7XG4gICAgICAgICAgICA8ZnMtY2hpcFxuICAgICAgICAgICAgICAgIHNpemU9XCJ0aW55XCJcbiAgICAgICAgICAgICAgICBbYmFja2dyb3VuZENvbG9yXT1cIicjMmU3ZDMyJ1wiXG4gICAgICAgICAgICAgICAgY29sb3I9XCIjZmZmZmZmXCI+XG4gICAgICAgICAgICAgIEN1cnJlbnRcbiAgICAgICAgICAgIDwvZnMtY2hpcD5cbiAgICAgICAgICB9IEBlbHNlIHtcbiAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgICAgICAgICBtYXQtc3Ryb2tlZC1idXR0b25cbiAgICAgICAgICAgICAgICAoY2xpY2spPVwicmVzdG9yZS5lbWl0KHZlcnNpb24pXCI+XG4gICAgICAgICAgICAgIFJlc3RvcmVcbiAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ2ZXJzaW9uLXByZXZpZXdcIj5cbiAgICAgICAgICA8ZnMtbWFya2Rvd24tcmVuZGVyZXIgW21hcmtkb3duXT1cInZlcnNpb24uY29udGVudFwiPjwvZnMtbWFya2Rvd24tcmVuZGVyZXI+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgfVxuICB9IEBlbHNlIHtcbiAgICA8ZnMtbWVzc2FnZS1pbmZvPlxuICAgICAgTm8gdmVyc2lvbnMgeWV0IOKAlCBldmVyeSBzYXZlIG9mIHRoZSBBSSBLbm93bGVkZ2UgZG9jdW1lbnQgbGFuZHMgaGVyZSwgYW5kXG4gICAgICBhbnkgdmVyc2lvbiBjYW4gYmUgcmVzdG9yZWQuXG4gICAgPC9mcy1tZXNzYWdlLWluZm8+XG4gIH1cbjwvZGl2PlxuIl19
|