@xxmachina/components 19.0.0-preview.14 → 19.0.0-preview.16
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/xxmachina-components-molecules-weekly-header.mjs +2 -2
- package/fesm2022/xxmachina-components-organisms-calendar-section.mjs +2 -2
- package/fesm2022/xxmachina-components-pages-command.mjs +2 -2
- package/fesm2022/xxmachina-components-pages-query.mjs +2 -2
- package/fesm2022/xxmachina-components-services-thread.mjs +1 -1
- package/fesm2022/xxmachina-components-services-thread.mjs.map +1 -1
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@ class WeeklyHeaderMolecule {
|
|
|
12
12
|
<div class="day-container" *ngFor="let day of ['日', '月', '火', '水', '木', '金', '土']">
|
|
13
13
|
<span>{{ day }}</span>
|
|
14
14
|
</div>
|
|
15
|
-
`, isInline: true, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-
|
|
15
|
+
`, isInline: true, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-dOfLFDv0: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-dOfLFDv0: var(--secondary-color)}:host{display:grid;width:100%;grid-template-columns:repeat(7,1fr);background-color:var(--primary-color-SCOPED-IN-dOfLFDv0)}:host .day-container{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;width:calc(hvar(--width) / 7)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
|
|
16
16
|
}
|
|
17
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: WeeklyHeaderMolecule, decorators: [{
|
|
18
18
|
type: Component,
|
|
@@ -22,7 +22,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
|
|
|
22
22
|
<div class="day-container" *ngFor="let day of ['日', '月', '火', '水', '木', '金', '土']">
|
|
23
23
|
<span>{{ day }}</span>
|
|
24
24
|
</div>
|
|
25
|
-
`, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-
|
|
25
|
+
`, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-dOfLFDv0: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-dOfLFDv0: var(--secondary-color)}:host{display:grid;width:100%;grid-template-columns:repeat(7,1fr);background-color:var(--primary-color-SCOPED-IN-dOfLFDv0)}:host .day-container{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;width:calc(hvar(--width) / 7)}\n"] }]
|
|
26
26
|
}], ctorParameters: () => [] });
|
|
27
27
|
|
|
28
28
|
/**
|
|
@@ -58,7 +58,7 @@ class CalendarSectionOrganism {
|
|
|
58
58
|
></molecules-daily-cell>
|
|
59
59
|
</ng-container>
|
|
60
60
|
</div>
|
|
61
|
-
`, isInline: true, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-
|
|
61
|
+
`, isInline: true, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-dXQqRcFP: var(--row);--row-num: 0;--row-num-SCOPED-IN-dXQqRcFP: var(--row-num);--border-color: #9E9E9E;--border-color-SCOPED-IN-dXQqRcFP: var(--border-color);--primary-color: #404040;--primary-color-SCOPED-IN-dXQqRcFP: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-dXQqRcFP: var(--secondary-color)}:host{width:100%;height:auto}:host .calendar.header molecules-weekly-header{--height: 32px}:host .calendar.contents{display:grid;width:var(--width);border:1px solid var(--border-color-SCOPED-IN-dXQqRcFP);grid-gap:1px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(var(--row-num-SCOPED-IN-dXQqRcFP),var(--row-SCOPED-IN-dXQqRcFP));box-sizing:border-box;background-color:var(--border-color-SCOPED-IN-dXQqRcFP)}:host .calendar.contents molecules-daily-cell{--width: calc((var(--width) - 8px) / 7);--height: var(--row-SCOPED-IN-dXQqRcFP);background-color:#fff}:host .calendar.description{display:flex;justify-content:flex-end;width:var(--width);height:32px;padding-right:16px}:host .calendar.description .description.container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:12px}:host .calendar.description .description.container .circle{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;color:#fff;background:#00f}:host .calendar.description .description.container label{padding-left:4px;padding-right:8px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DailyCellMolecule, selector: "molecules-daily-cell", inputs: ["date", "schedules", "displayDate", "noSchedulesText", "toolTipText", "marked", "markingColor"] }, { kind: "component", type: WeeklyHeaderMolecule, selector: "molecules-weekly-header" }, { kind: "ngmodule", type: MatRippleModule }, { kind: "directive", type: i2.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
62
62
|
}
|
|
63
63
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CalendarSectionOrganism, decorators: [{
|
|
64
64
|
type: Component,
|
|
@@ -92,7 +92,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
|
|
|
92
92
|
></molecules-daily-cell>
|
|
93
93
|
</ng-container>
|
|
94
94
|
</div>
|
|
95
|
-
`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-
|
|
95
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-dXQqRcFP: var(--row);--row-num: 0;--row-num-SCOPED-IN-dXQqRcFP: var(--row-num);--border-color: #9E9E9E;--border-color-SCOPED-IN-dXQqRcFP: var(--border-color);--primary-color: #404040;--primary-color-SCOPED-IN-dXQqRcFP: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-dXQqRcFP: var(--secondary-color)}:host{width:100%;height:auto}:host .calendar.header molecules-weekly-header{--height: 32px}:host .calendar.contents{display:grid;width:var(--width);border:1px solid var(--border-color-SCOPED-IN-dXQqRcFP);grid-gap:1px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(var(--row-num-SCOPED-IN-dXQqRcFP),var(--row-SCOPED-IN-dXQqRcFP));box-sizing:border-box;background-color:var(--border-color-SCOPED-IN-dXQqRcFP)}:host .calendar.contents molecules-daily-cell{--width: calc((var(--width) - 8px) / 7);--height: var(--row-SCOPED-IN-dXQqRcFP);background-color:#fff}:host .calendar.description{display:flex;justify-content:flex-end;width:var(--width);height:32px;padding-right:16px}:host .calendar.description .description.container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:12px}:host .calendar.description .description.container .circle{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;color:#fff;background:#00f}:host .calendar.description .description.container label{padding-left:4px;padding-right:8px}\n"] }]
|
|
96
96
|
}], propDecorators: { label: [{
|
|
97
97
|
type: Input
|
|
98
98
|
}], displayDays: [{
|
|
@@ -280,7 +280,7 @@ class CommandPage extends NgAtomicComponent {
|
|
|
280
280
|
</frames-tabs>
|
|
281
281
|
</templates-form>
|
|
282
282
|
</frames-router-outlet>
|
|
283
|
-
`, isInline: true, styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-
|
|
283
|
+
`, isInline: true, styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-ifOY: var(--page-width-lv1)}:host .template{--first-content-height: 0px;width:var(--page-width-lv1-SCOPED-IN-command-ifOY)}:host .template div[dashboard]{padding:0;box-sizing:border-box}\n"], dependencies: [{ kind: "component", type: RouterOutletFrame, selector: "frames-router-outlet", outputs: ["events"] }, { kind: "component", type: FormTemplate, selector: "templates-form" }, { kind: "component", type: TabsFrame, selector: "frames-tabs", inputs: ["labels"] }, { kind: "component", type: CommandFormGroup, selector: "groups-command-form", inputs: ["apiJsonUrls"] }, { kind: "component", type: QueryFormGroup, selector: "groups-query-form", inputs: ["keyActions"] }] }); }
|
|
284
284
|
}
|
|
285
285
|
__decorate([
|
|
286
286
|
Effect(FormTemplateStore.ActionId.FILE_SELECTED),
|
|
@@ -329,7 +329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
|
|
|
329
329
|
'formFieldMap',
|
|
330
330
|
]
|
|
331
331
|
},
|
|
332
|
-
], styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-
|
|
332
|
+
], styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-ifOY: var(--page-width-lv1)}:host .template{--first-content-height: 0px;width:var(--page-width-lv1-SCOPED-IN-command-ifOY)}:host .template div[dashboard]{padding:0;box-sizing:border-box}\n"] }]
|
|
333
333
|
}], propDecorators: { onFileSelected: [] } });
|
|
334
334
|
|
|
335
335
|
/**
|
|
@@ -403,7 +403,7 @@ class QueryPage extends NgAtomicComponent {
|
|
|
403
403
|
<groups-query-form dashboard (action)="dispatch($event)" />
|
|
404
404
|
</templates-index>
|
|
405
405
|
</frames-router-outlet>
|
|
406
|
-
`, isInline: true, styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-
|
|
406
|
+
`, isInline: true, styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-HDI9: var(--page-width-lv1)}:host templates-index{--first-content-height: 300px;padding-left:0;box-sizing:border-box;transition:padding-left .3s}:host templates-index div[navDashboard]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:16px;box-sizing:border-box}:host templates-index div[navDashboard] ng-atomic-form-section-builder{--horizontal-padding: 0}\n"], dependencies: [{ kind: "component", type: IndexTemplate, selector: "templates-index" }, { kind: "component", type: RouterOutletFrame, selector: "frames-router-outlet", outputs: ["events"] }, { kind: "component", type: NgAtomicFormSectionBuilder, selector: "ng-atomic-form-section-builder", inputs: ["form", "formFlatExcludes", "fieldMap"] }, { kind: "component", type: QueryFormGroup, selector: "groups-query-form", inputs: ["keyActions"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
407
407
|
}
|
|
408
408
|
__decorate([
|
|
409
409
|
Effect(IndexTemplateStore.ActionId.BACK),
|
|
@@ -473,7 +473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
|
|
|
473
473
|
'variablesFormFieldMap',
|
|
474
474
|
]
|
|
475
475
|
},
|
|
476
|
-
], styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-
|
|
476
|
+
], styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-HDI9: var(--page-width-lv1)}:host templates-index{--first-content-height: 300px;padding-left:0;box-sizing:border-box;transition:padding-left .3s}:host templates-index div[navDashboard]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:16px;box-sizing:border-box}:host templates-index div[navDashboard] ng-atomic-form-section-builder{--horizontal-padding: 0}\n"] }]
|
|
477
477
|
}], ctorParameters: () => [], propDecorators: { back: [], navigateToIframe: [], expandPage: [] } });
|
|
478
478
|
|
|
479
479
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { inject, Injectable } from '@angular/core';
|
|
4
|
-
import { message } from '@nx-ddd/common
|
|
4
|
+
import { message } from '@nx-ddd/common';
|
|
5
5
|
import { lastValueFrom, ReplaySubject, interval, startWith, takeUntil, switchMap, catchError, NEVER, map } from 'rxjs';
|
|
6
6
|
|
|
7
7
|
class ThreadService {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"xxmachina-components-services-thread.mjs","sources":["../../../../../packages/@xxmachina/components/src/lib/services/thread/thread.service.ts","../../../../../packages/@xxmachina/components/src/lib/services/thread/xxmachina-components-services-thread.ts"],"sourcesContent":["import { HttpClient } from '@angular/common/http';\nimport { Injectable, inject } from '@angular/core';\nimport { message } from '@nx-ddd/common
|
|
1
|
+
{"version":3,"file":"xxmachina-components-services-thread.mjs","sources":["../../../../../packages/@xxmachina/components/src/lib/services/thread/thread.service.ts","../../../../../packages/@xxmachina/components/src/lib/services/thread/xxmachina-components-services-thread.ts"],"sourcesContent":["import { HttpClient } from '@angular/common/http';\nimport { Injectable, inject } from '@angular/core';\nimport { message } from '@nx-ddd/common';\nimport { NEVER, Observable, ReplaySubject, catchError, interval, lastValueFrom, map, startWith, switchMap, takeUntil } from 'rxjs';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ThreadService {\n readonly http = inject(HttpClient);\n\n getThread(id: string) {\n return this.http.get(`/api/threads/${id}`);\n }\n\n create() {\n return lastValueFrom(this.http.post<{id: string}>('/api/threads', {}));\n }\n\n listMessages(threadId: string) {\n return this.http.get<any[]>(`/api/threads/${threadId}/messages`);\n }\n\n createMessage(message: {threadId: string, role: 'user', content: string}) {\n return lastValueFrom(this.http.post(`/api/threads/${message.threadId}/messages`, message));\n }\n\n run(assistantId: string, threadId: string) {\n return lastValueFrom(this.http.post<{id: string}>(`/api/threads/${threadId}/runs`, {\n assistantId,\n instructions: message``,\n tools: [],\n }));\n }\n\n submitToolOutputs(threadId: string, runId: string, toolOutputs: any[]) {\n return lastValueFrom(this.http.post<any>(`/api/threads/${threadId}/runs/${runId}/submit_tool_outputs`, {\n toolOutputs,\n }));\n }\n\n retrieveRun(threadId: string, runId: string) {\n return lastValueFrom(this.http.get<any>(`/api/threads/${threadId}/runs/${runId}`));\n }\n\n retrieveRunSteps(threadId: string, runId: string) {\n return this.http.get<any>(`/api/threads/${threadId}/runs/${runId}/steps`);\n }\n\n observeSteps(threadId: string, runId: string): Observable<'dealing' | 'message_creating' | 'function_calling' | 'done'> {\n const stop$ = new ReplaySubject<void>();\n return interval(1000).pipe(\n startWith(null),\n takeUntil(stop$),\n switchMap(() => this.retrieveRunSteps(threadId, runId).pipe(\n catchError((error) => (console.error(error), NEVER)),\n )),\n map(steps => {\n if (steps.some(step => step.status === 'in_progress')) {\n const inProgress = steps.find(step => step.status === 'in_progress');\n switch (inProgress.type) {\n case 'message_creation': return 'message_creating';\n default: return 'function_calling'\n }\n }\n \n if (steps.find(step => step.type === 'message_creation')?.status === 'completed') {\n stop$.next();\n return 'done';\n }\n return 'dealing';\n \n })\n );\n }\n\n async watchSteps(\n threadId: string,\n runId: string,\n onStatusChanged: (status: string) => void,\n ) {\n while (true) {\n const steps = await lastValueFrom(this.retrieveRunSteps(threadId, runId));\n console.debug('steps:', steps);\n if (steps.some(step => step.status === 'in_progress')) {\n const inProgress = steps.find(step => step.status === 'in_progress');\n switch (inProgress.type) {\n case 'message_creation': {\n onStatusChanged('message_creating');\n break;\n }\n default: {\n onStatusChanged('function_calling');\n break;\n }\n }\n }\n\n onStatusChanged('dealing');\n\n if (steps.find(step => step.type === 'message_creation')?.status === 'completed') {\n onStatusChanged('done');\n break;\n }\n\n await new Promise(resolve => setTimeout(resolve, 1000));\n }\n }\n\n async watch(\n threadId: string,\n runId: string,\n onFunctionCalled: (toolCall: any) => Promise<object> | object,\n onCompleted: () => void,\n onError: (error: any) => void,\n ) {\n while (true) {\n const run = await this.retrieveRun(threadId, runId);\n switch (run.status) {\n case 'requires_action': {\n try {\n const toolCalls = run.required_action.submit_tool_outputs.tool_calls;\n const result = await onFunctionCalled(toolCalls[0]);\n this.submitToolOutputs(threadId, runId, [{ toolCallId: toolCalls[0].id, output: JSON.stringify(result) }]);\n } catch (error) {\n onError(error);\n // this.snackBar.open('エラーが発生しました。更新して再度、お試しください。');\n }\n }\n case 'completed': {\n console.debug(`run ${runId} completed`);\n onCompleted();\n // this$.next();\n return;\n }\n case 'failed': {\n console.debug(`run ${runId} failed`);\n return;\n }\n }\n await new Promise(resolve => setTimeout(resolve, 1000));\n }\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAQa,aAAa,CAAA;AAH1B,IAAA,WAAA,GAAA;AAIW,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,UAAU,CAAC;AAsInC;AApIC,IAAA,SAAS,CAAC,EAAU,EAAA;QAClB,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAgB,aAAA,EAAA,EAAE,CAAE,CAAA,CAAC;;IAG5C,MAAM,GAAA;AACJ,QAAA,OAAO,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAe,cAAc,EAAE,EAAE,CAAC,CAAC;;AAGxE,IAAA,YAAY,CAAC,QAAgB,EAAA;QAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAQ,CAAgB,aAAA,EAAA,QAAQ,CAAW,SAAA,CAAA,CAAC;;AAGlE,IAAA,aAAa,CAAC,OAA0D,EAAA;AACtE,QAAA,OAAO,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAgB,aAAA,EAAA,OAAO,CAAC,QAAQ,CAAA,SAAA,CAAW,EAAE,OAAO,CAAC,CAAC;;IAG5F,GAAG,CAAC,WAAmB,EAAE,QAAgB,EAAA;QACvC,OAAO,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAe,CAAA,aAAA,EAAgB,QAAQ,CAAA,KAAA,CAAO,EAAE;YACjF,WAAW;YACX,YAAY,EAAE,OAAO,CAAA,CAAE,CAAA;AACvB,YAAA,KAAK,EAAE,EAAE;AACV,SAAA,CAAC,CAAC;;AAGL,IAAA,iBAAiB,CAAC,QAAgB,EAAE,KAAa,EAAE,WAAkB,EAAA;AACnE,QAAA,OAAO,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAM,CAAgB,aAAA,EAAA,QAAQ,CAAS,MAAA,EAAA,KAAK,sBAAsB,EAAE;YACrG,WAAW;AACZ,SAAA,CAAC,CAAC;;IAGL,WAAW,CAAC,QAAgB,EAAE,KAAa,EAAA;AACzC,QAAA,OAAO,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAM,CAAA,aAAA,EAAgB,QAAQ,CAAS,MAAA,EAAA,KAAK,CAAE,CAAA,CAAC,CAAC;;IAGpF,gBAAgB,CAAC,QAAgB,EAAE,KAAa,EAAA;AAC9C,QAAA,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAM,CAAgB,aAAA,EAAA,QAAQ,CAAS,MAAA,EAAA,KAAK,CAAQ,MAAA,CAAA,CAAC;;IAG3E,YAAY,CAAC,QAAgB,EAAE,KAAa,EAAA;AAC1C,QAAA,MAAM,KAAK,GAAG,IAAI,aAAa,EAAQ;QACvC,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC,IAAI,CACxB,SAAS,CAAC,IAAI,CAAC,EACf,SAAS,CAAC,KAAK,CAAC,EAChB,SAAS,CAAC,MAAM,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC,IAAI,CACzD,UAAU,CAAC,CAAC,KAAK,MAAM,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC,CACrD,CAAC,EACF,GAAG,CAAC,KAAK,IAAG;AACV,YAAA,IAAI,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,aAAa,CAAC,EAAE;AACrD,gBAAA,MAAM,UAAU,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,aAAa,CAAC;AACpE,gBAAA,QAAQ,UAAU,CAAC,IAAI;AACrB,oBAAA,KAAK,kBAAkB,EAAE,OAAO,kBAAkB;AAClD,oBAAA,SAAS,OAAO,kBAAkB;;;AAItC,YAAA,IAAI,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,kBAAkB,CAAC,EAAE,MAAM,KAAK,WAAW,EAAE;gBAChF,KAAK,CAAC,IAAI,EAAE;AACZ,gBAAA,OAAO,MAAM;;AAEf,YAAA,OAAO,SAAS;SAEjB,CAAC,CACH;;AAGH,IAAA,MAAM,UAAU,CACd,QAAgB,EAChB,KAAa,EACb,eAAyC,EAAA;QAEzC,OAAO,IAAI,EAAE;AACX,YAAA,MAAM,KAAK,GAAG,MAAM,aAAa,CAAC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;AACzE,YAAA,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC;AAC9B,YAAA,IAAI,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,aAAa,CAAC,EAAE;AACrD,gBAAA,MAAM,UAAU,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,aAAa,CAAC;AACpE,gBAAA,QAAQ,UAAU,CAAC,IAAI;oBACrB,KAAK,kBAAkB,EAAE;wBACvB,eAAe,CAAC,kBAAkB,CAAC;wBACnC;;oBAEF,SAAS;wBACP,eAAe,CAAC,kBAAkB,CAAC;wBACnC;;;;YAKN,eAAe,CAAC,SAAS,CAAC;AAE1B,YAAA,IAAI,KAAK,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,kBAAkB,CAAC,EAAE,MAAM,KAAK,WAAW,EAAE;gBAChF,eAAe,CAAC,MAAM,CAAC;gBACvB;;AAGF,YAAA,MAAM,IAAI,OAAO,CAAC,OAAO,IAAI,UAAU,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;;;IAI3D,MAAM,KAAK,CACT,QAAgB,EAChB,KAAa,EACb,gBAA6D,EAC7D,WAAuB,EACvB,OAA6B,EAAA;QAE7B,OAAO,IAAI,EAAE;YACX,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,QAAQ,EAAE,KAAK,CAAC;AACnD,YAAA,QAAQ,GAAG,CAAC,MAAM;gBAChB,KAAK,iBAAiB,EAAE;AACtB,oBAAA,IAAI;wBACF,MAAM,SAAS,GAAG,GAAG,CAAC,eAAe,CAAC,mBAAmB,CAAC,UAAU;wBACpE,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AACnD,wBAAA,IAAI,CAAC,iBAAiB,CAAC,QAAQ,EAAE,KAAK,EAAE,CAAC,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;;oBAC1G,OAAO,KAAK,EAAE;wBACd,OAAO,CAAC,KAAK,CAAC;;;;gBAIlB,KAAK,WAAW,EAAE;AAChB,oBAAA,OAAO,CAAC,KAAK,CAAC,OAAO,KAAK,CAAA,UAAA,CAAY,CAAC;AACvC,oBAAA,WAAW,EAAE;;oBAEb;;gBAEF,KAAK,QAAQ,EAAE;AACb,oBAAA,OAAO,CAAC,KAAK,CAAC,OAAO,KAAK,CAAA,OAAA,CAAS,CAAC;oBACpC;;;AAGJ,YAAA,MAAM,IAAI,OAAO,CAAC,OAAO,IAAI,UAAU,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;;;8GApIhD,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,cAFZ,MAAM,EAAA,CAAA,CAAA;;2FAEP,aAAa,EAAA,UAAA,EAAA,CAAA;kBAHzB,UAAU;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE;AACb,iBAAA;;;ACPD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xxmachina/components",
|
|
3
|
-
"version": "19.0.0-preview.
|
|
3
|
+
"version": "19.0.0-preview.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"types": "./routes/index.d.ts",
|
|
19
19
|
"default": "./fesm2022/xxmachina-components-routes.mjs"
|
|
20
20
|
},
|
|
21
|
-
"./features/query": {
|
|
22
|
-
"types": "./features/query/index.d.ts",
|
|
23
|
-
"default": "./fesm2022/xxmachina-components-features-query.mjs"
|
|
24
|
-
},
|
|
25
21
|
"./features/command": {
|
|
26
22
|
"types": "./features/command/index.d.ts",
|
|
27
23
|
"default": "./fesm2022/xxmachina-components-features-command.mjs"
|
|
28
24
|
},
|
|
25
|
+
"./features/query": {
|
|
26
|
+
"types": "./features/query/index.d.ts",
|
|
27
|
+
"default": "./fesm2022/xxmachina-components-features-query.mjs"
|
|
28
|
+
},
|
|
29
29
|
"./groups/command-form": {
|
|
30
30
|
"types": "./groups/command-form/index.d.ts",
|
|
31
31
|
"default": "./fesm2022/xxmachina-components-groups-command-form.mjs"
|
|
@@ -170,22 +170,22 @@
|
|
|
170
170
|
"types": "./templates/background/index.d.ts",
|
|
171
171
|
"default": "./fesm2022/xxmachina-components-templates-background.mjs"
|
|
172
172
|
},
|
|
173
|
-
"./templates/scheduler": {
|
|
174
|
-
"types": "./templates/scheduler/index.d.ts",
|
|
175
|
-
"default": "./fesm2022/xxmachina-components-templates-scheduler.mjs"
|
|
176
|
-
},
|
|
177
173
|
"./templates/invoice-iframe": {
|
|
178
174
|
"types": "./templates/invoice-iframe/index.d.ts",
|
|
179
175
|
"default": "./fesm2022/xxmachina-components-templates-invoice-iframe.mjs"
|
|
180
176
|
},
|
|
181
|
-
"./
|
|
182
|
-
"types": "./
|
|
183
|
-
"default": "./fesm2022/xxmachina-components-
|
|
177
|
+
"./templates/scheduler": {
|
|
178
|
+
"types": "./templates/scheduler/index.d.ts",
|
|
179
|
+
"default": "./fesm2022/xxmachina-components-templates-scheduler.mjs"
|
|
184
180
|
},
|
|
185
181
|
"./templates/video": {
|
|
186
182
|
"types": "./templates/video/index.d.ts",
|
|
187
183
|
"default": "./fesm2022/xxmachina-components-templates-video.mjs"
|
|
188
184
|
},
|
|
185
|
+
"./validators/query": {
|
|
186
|
+
"types": "./validators/query/index.d.ts",
|
|
187
|
+
"default": "./fesm2022/xxmachina-components-validators-query.mjs"
|
|
188
|
+
},
|
|
189
189
|
"./routes/side/chat": {
|
|
190
190
|
"types": "./routes/side/chat/index.d.ts",
|
|
191
191
|
"default": "./fesm2022/xxmachina-components-routes-side-chat.mjs"
|