@xxmachina/components 0.0.0-PLACEHOLDER
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/extras/flow/index.d.ts +183 -0
- package/features/command/index.d.ts +67 -0
- package/features/query/index.d.ts +162 -0
- package/fesm2022/xxmachina-components-extras-flow.mjs +397 -0
- package/fesm2022/xxmachina-components-extras-flow.mjs.map +1 -0
- package/fesm2022/xxmachina-components-features-command.mjs +93 -0
- package/fesm2022/xxmachina-components-features-command.mjs.map +1 -0
- package/fesm2022/xxmachina-components-features-query.mjs +256 -0
- package/fesm2022/xxmachina-components-features-query.mjs.map +1 -0
- package/fesm2022/xxmachina-components-groups-command-form.mjs +73 -0
- package/fesm2022/xxmachina-components-groups-command-form.mjs.map +1 -0
- package/fesm2022/xxmachina-components-groups-query-form.mjs +215 -0
- package/fesm2022/xxmachina-components-groups-query-form.mjs.map +1 -0
- package/fesm2022/xxmachina-components-molecules-calendar-paginator.mjs +51 -0
- package/fesm2022/xxmachina-components-molecules-calendar-paginator.mjs.map +1 -0
- package/fesm2022/xxmachina-components-molecules-daily-cell.mjs +158 -0
- package/fesm2022/xxmachina-components-molecules-daily-cell.mjs.map +1 -0
- package/fesm2022/xxmachina-components-molecules-weekly-header.mjs +33 -0
- package/fesm2022/xxmachina-components-molecules-weekly-header.mjs.map +1 -0
- package/fesm2022/xxmachina-components-organisms-calendar-section.mjs +123 -0
- package/fesm2022/xxmachina-components-organisms-calendar-section.mjs.map +1 -0
- package/fesm2022/xxmachina-components-organisms-event-input-section.mjs +150 -0
- package/fesm2022/xxmachina-components-organisms-event-input-section.mjs.map +1 -0
- package/fesm2022/xxmachina-components-organisms-terminal-input-section.mjs +123 -0
- package/fesm2022/xxmachina-components-organisms-terminal-input-section.mjs.map +1 -0
- package/fesm2022/xxmachina-components-organisms-video-trimmer-section.mjs +93 -0
- package/fesm2022/xxmachina-components-organisms-video-trimmer-section.mjs.map +1 -0
- package/fesm2022/xxmachina-components-organisms-xterm.mjs +94 -0
- package/fesm2022/xxmachina-components-organisms-xterm.mjs.map +1 -0
- package/fesm2022/xxmachina-components-pages-command.mjs +482 -0
- package/fesm2022/xxmachina-components-pages-command.mjs.map +1 -0
- package/fesm2022/xxmachina-components-pages-query-v2.mjs +198 -0
- package/fesm2022/xxmachina-components-pages-query-v2.mjs.map +1 -0
- package/fesm2022/xxmachina-components-pages-query.mjs +782 -0
- package/fesm2022/xxmachina-components-pages-query.mjs.map +1 -0
- package/fesm2022/xxmachina-components-pages-thread.mjs +176 -0
- package/fesm2022/xxmachina-components-pages-thread.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-commands-command.routes-CSwIdXZg.mjs +19 -0
- package/fesm2022/xxmachina-components-routes-commands-command.routes-CSwIdXZg.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-commands-pages.routes-j2xVop4W.mjs +10 -0
- package/fesm2022/xxmachina-components-routes-commands-pages.routes-j2xVop4W.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-commands.mjs +104 -0
- package/fesm2022/xxmachina-components-routes-commands.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-pages.mjs +62 -0
- package/fesm2022/xxmachina-components-routes-pages.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-preloading.mjs +22 -0
- package/fesm2022/xxmachina-components-routes-preloading.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-queries-pages.routes-CfrglCIL.mjs +9 -0
- package/fesm2022/xxmachina-components-routes-queries-pages.routes-CfrglCIL.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-queries.mjs +147 -0
- package/fesm2022/xxmachina-components-routes-queries.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-query-pages.routes-CxTbOJDQ.mjs +17 -0
- package/fesm2022/xxmachina-components-routes-query-pages.routes-CxTbOJDQ.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-query.mjs +42 -0
- package/fesm2022/xxmachina-components-routes-query.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-resources-pages.routes-CzjQOxwT.mjs +9 -0
- package/fesm2022/xxmachina-components-routes-resources-pages.routes-CzjQOxwT.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-resources-resource.routes-C5KpB3KM.mjs +131 -0
- package/fesm2022/xxmachina-components-routes-resources-resource.routes-C5KpB3KM.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-resources.mjs +130 -0
- package/fesm2022/xxmachina-components-routes-resources.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-side-chat.mjs +19 -0
- package/fesm2022/xxmachina-components-routes-side-chat.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-side.mjs +18 -0
- package/fesm2022/xxmachina-components-routes-side.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-transformer.mjs +99 -0
- package/fesm2022/xxmachina-components-routes-transformer.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-transformers-pages.routes-02pVsNas.mjs +9 -0
- package/fesm2022/xxmachina-components-routes-transformers-pages.routes-02pVsNas.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes-transformers.mjs +75 -0
- package/fesm2022/xxmachina-components-routes-transformers.mjs.map +1 -0
- package/fesm2022/xxmachina-components-routes.mjs +35 -0
- package/fesm2022/xxmachina-components-routes.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-app.mjs +30 -0
- package/fesm2022/xxmachina-components-services-app.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-assistant.mjs +43 -0
- package/fesm2022/xxmachina-components-services-assistant.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-calendar.mjs +27 -0
- package/fesm2022/xxmachina-components-services-calendar.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-command.mjs +138 -0
- package/fesm2022/xxmachina-components-services-command.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-context.mjs +23 -0
- package/fesm2022/xxmachina-components-services-context.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-contract.mjs +29 -0
- package/fesm2022/xxmachina-components-services-contract.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-debug.mjs +48 -0
- package/fesm2022/xxmachina-components-services-debug.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-forms-query.mjs +70 -0
- package/fesm2022/xxmachina-components-services-forms-query.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-forms-schedule.mjs +78 -0
- package/fesm2022/xxmachina-components-services-forms-schedule.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-forms-variables.mjs +34 -0
- package/fesm2022/xxmachina-components-services-forms-variables.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-graphql.mjs +34 -0
- package/fesm2022/xxmachina-components-services-graphql.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-invoice.mjs +130 -0
- package/fesm2022/xxmachina-components-services-invoice.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-json-schema.mjs +61 -0
- package/fesm2022/xxmachina-components-services-json-schema.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-link.mjs +31 -0
- package/fesm2022/xxmachina-components-services-link.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-message.mjs +50 -0
- package/fesm2022/xxmachina-components-services-message.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-openai.mjs +113 -0
- package/fesm2022/xxmachina-components-services-openai.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-openapi.mjs +40 -0
- package/fesm2022/xxmachina-components-services-openapi.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-order.mjs +37 -0
- package/fesm2022/xxmachina-components-services-order.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-partner.mjs +42 -0
- package/fesm2022/xxmachina-components-services-partner.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-query.mjs +66 -0
- package/fesm2022/xxmachina-components-services-query.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-recording.mjs +71 -0
- package/fesm2022/xxmachina-components-services-recording.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-schedule.mjs +53 -0
- package/fesm2022/xxmachina-components-services-schedule.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-thread.mjs +125 -0
- package/fesm2022/xxmachina-components-services-thread.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-transformer.mjs +31 -0
- package/fesm2022/xxmachina-components-services-transformer.mjs.map +1 -0
- package/fesm2022/xxmachina-components-services-youtube.mjs +28 -0
- package/fesm2022/xxmachina-components-services-youtube.mjs.map +1 -0
- package/fesm2022/xxmachina-components-templates-agent.mjs +549 -0
- package/fesm2022/xxmachina-components-templates-agent.mjs.map +1 -0
- package/fesm2022/xxmachina-components-templates-background.mjs +309 -0
- package/fesm2022/xxmachina-components-templates-background.mjs.map +1 -0
- package/fesm2022/xxmachina-components-templates-invoice-iframe.mjs +48 -0
- package/fesm2022/xxmachina-components-templates-invoice-iframe.mjs.map +1 -0
- package/fesm2022/xxmachina-components-templates-scheduler.mjs +178 -0
- package/fesm2022/xxmachina-components-templates-scheduler.mjs.map +1 -0
- package/fesm2022/xxmachina-components-templates-video.mjs +101 -0
- package/fesm2022/xxmachina-components-templates-video.mjs.map +1 -0
- package/fesm2022/xxmachina-components-validators-query.mjs +38 -0
- package/fesm2022/xxmachina-components-validators-query.mjs.map +1 -0
- package/fesm2022/xxmachina-components.mjs +278 -0
- package/fesm2022/xxmachina-components.mjs.map +1 -0
- package/groups/command-form/index.d.ts +13 -0
- package/groups/query-form/index.d.ts +56 -0
- package/index.d.ts +71 -0
- package/molecules/calendar-paginator/index.d.ts +14 -0
- package/molecules/daily-cell/index.d.ts +35 -0
- package/molecules/weekly-header/index.d.ts +11 -0
- package/organisms/calendar-section/index.d.ts +25 -0
- package/organisms/event-input-section/index.d.ts +45 -0
- package/organisms/terminal-input-section/index.d.ts +37 -0
- package/organisms/video-trimmer-section/index.d.ts +30 -0
- package/organisms/xterm/index.d.ts +23 -0
- package/package.json +258 -0
- package/pages/command/index.d.ts +217 -0
- package/pages/query/index.d.ts +292 -0
- package/pages/query-v2/index.d.ts +68 -0
- package/pages/thread/index.d.ts +109 -0
- package/routes/commands/index.d.ts +5 -0
- package/routes/index.d.ts +5 -0
- package/routes/pages/index.d.ts +5 -0
- package/routes/preloading/index.d.ts +11 -0
- package/routes/queries/index.d.ts +5 -0
- package/routes/query/index.d.ts +5 -0
- package/routes/resources/index.d.ts +5 -0
- package/routes/side/chat/index.d.ts +5 -0
- package/routes/side/index.d.ts +5 -0
- package/routes/transformer/index.d.ts +5 -0
- package/routes/transformers/index.d.ts +5 -0
- package/services/app/index.d.ts +17 -0
- package/services/assistant/index.d.ts +20 -0
- package/services/calendar/index.d.ts +13 -0
- package/services/command/index.d.ts +54 -0
- package/services/context/index.d.ts +10 -0
- package/services/contract/index.d.ts +11 -0
- package/services/debug/index.d.ts +14 -0
- package/services/forms/query/index.d.ts +46 -0
- package/services/forms/schedule/index.d.ts +42 -0
- package/services/forms/variables/index.d.ts +12 -0
- package/services/graphql/index.d.ts +20 -0
- package/services/invoice/index.d.ts +19 -0
- package/services/json-schema/index.d.ts +15 -0
- package/services/link/index.d.ts +13 -0
- package/services/message/index.d.ts +23 -0
- package/services/openai/index.d.ts +35 -0
- package/services/openapi/index.d.ts +17 -0
- package/services/order/index.d.ts +13 -0
- package/services/partner/index.d.ts +11 -0
- package/services/query/index.d.ts +42 -0
- package/services/recording/index.d.ts +20 -0
- package/services/schedule/index.d.ts +26 -0
- package/services/thread/index.d.ts +30 -0
- package/services/transformer/index.d.ts +19 -0
- package/services/youtube/index.d.ts +10 -0
- package/templates/agent/index.d.ts +54 -0
- package/templates/background/index.d.ts +44 -0
- package/templates/invoice-iframe/index.d.ts +13 -0
- package/templates/scheduler/index.d.ts +31 -0
- package/templates/video/index.d.ts +36 -0
- package/validators/query/index.d.ts +7 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as _codemirror_language from '@codemirror/language';
|
|
2
|
+
import * as _xxmachina_components_features_query from '@xxmachina/components/features/query';
|
|
3
|
+
import { QueryGraphqlSchemaFeature } from '@xxmachina/components/features/query';
|
|
4
|
+
import * as _angular_core from '@angular/core';
|
|
5
|
+
import * as _angular_forms from '@angular/forms';
|
|
6
|
+
import { Extension } from '@codemirror/state';
|
|
7
|
+
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
8
|
+
import { Resource } from '@xxmachina/common/domain/models';
|
|
9
|
+
import { HttpClient } from '@angular/common/http';
|
|
10
|
+
|
|
11
|
+
declare class QueryFormGroup extends NgAtomicComponent {
|
|
12
|
+
#private;
|
|
13
|
+
readonly form: _angular_core.InputSignal<_angular_forms.FormGroup<{
|
|
14
|
+
id: _angular_forms.FormControl<string>;
|
|
15
|
+
title: _angular_forms.FormControl<string>;
|
|
16
|
+
type: _angular_forms.FormControl<string>;
|
|
17
|
+
graphql: _angular_forms.FormGroup<{
|
|
18
|
+
endpoint: _angular_forms.FormControl<string>;
|
|
19
|
+
query: _angular_forms.FormControl<string>;
|
|
20
|
+
variablesJson: _angular_forms.FormControl<string>;
|
|
21
|
+
headersJson: _angular_forms.FormControl<string>;
|
|
22
|
+
transformerTs: _angular_forms.FormControl<any>;
|
|
23
|
+
transformer: _angular_forms.FormControl<any>;
|
|
24
|
+
}>;
|
|
25
|
+
}>>;
|
|
26
|
+
readonly formValue: _angular_core.Signal<Partial<{
|
|
27
|
+
id: string;
|
|
28
|
+
title: string;
|
|
29
|
+
type: string;
|
|
30
|
+
graphql: Partial<{
|
|
31
|
+
endpoint: string;
|
|
32
|
+
query: string;
|
|
33
|
+
variablesJson: string;
|
|
34
|
+
headersJson: string;
|
|
35
|
+
transformerTs: any;
|
|
36
|
+
transformer: any;
|
|
37
|
+
}>;
|
|
38
|
+
}>>;
|
|
39
|
+
protected readonly graphqlSchemaFeature: QueryGraphqlSchemaFeature;
|
|
40
|
+
protected readonly keyActions: _angular_core.InputSignal<{
|
|
41
|
+
key: string;
|
|
42
|
+
actionId: _xxmachina_components_features_query.ActionId;
|
|
43
|
+
}[]>;
|
|
44
|
+
protected readonly resources: _angular_core.Signal<Resource[]>;
|
|
45
|
+
readonly endpointAutoCompleteOptions: _angular_core.Signal<string[]>;
|
|
46
|
+
readonly queryExtensions: _angular_core.Signal<Extension[]>;
|
|
47
|
+
readonly variablesExtensions: _angular_core.Signal<_codemirror_language.LanguageSupport[]>;
|
|
48
|
+
readonly headersExtensions: _angular_core.Signal<_codemirror_language.LanguageSupport[]>;
|
|
49
|
+
readonly http: HttpClient;
|
|
50
|
+
readonly libFile: _angular_core.Signal<string>;
|
|
51
|
+
readonly transformerExtensions: _angular_core.Signal<_codemirror_language.LanguageSupport[]>;
|
|
52
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<QueryFormGroup, never>;
|
|
53
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<QueryFormGroup, "groups-query-form", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "keyActions": { "alias": "keyActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export { QueryFormGroup };
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Signal } from '@angular/core';
|
|
3
|
+
import { NgAtomicComponent, InjectableComponent, Actions, Action } from '@ng-atomic/core';
|
|
4
|
+
import * as i1 from '@ng-atomic/components/atoms/logo';
|
|
5
|
+
import { LogoAtomStore } from '@ng-atomic/components/atoms/logo';
|
|
6
|
+
import { AppFrameStore } from '@ng-atomic/components/frames/app';
|
|
7
|
+
import { RootPropertyService } from '@ng-atomic/common/services/root-property';
|
|
8
|
+
import { LoadChildrenCallback } from '@angular/router';
|
|
9
|
+
import * as _ng_atomic_common_services_ui from '@ng-atomic/common/services/ui';
|
|
10
|
+
|
|
11
|
+
declare class LogoAtom extends NgAtomicComponent {
|
|
12
|
+
protected readonly store: LogoAtomStore;
|
|
13
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LogoAtom, never>;
|
|
14
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LogoAtom, "atoms-logo", never, {}, {}, never, never, true, [{ directive: typeof i1.LogoAtomStore; inputs: { "alt": "alt"; "height": "height"; "width": "width"; }; outputs: {}; }]>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
type UnwrapSignal<T> = T extends Signal<infer U> ? U : never;
|
|
18
|
+
declare function provideMachinaApp(config?: {
|
|
19
|
+
appFrame?: Partial<UnwrapSignal<ReturnType<typeof AppFrameStore.DI.Config.inject>>>;
|
|
20
|
+
style?: Partial<UnwrapSignal<ReturnType<typeof RootPropertyService.Config.inject>>>;
|
|
21
|
+
}): (_angular_core.EnvironmentProviders | {
|
|
22
|
+
provide: any;
|
|
23
|
+
useValue: () => Promise<_angular_core.Type<LogoAtom>>;
|
|
24
|
+
} | _angular_core.Provider)[];
|
|
25
|
+
|
|
26
|
+
declare function provideMachinaRouter({ appLoadChildren, sideAppLoadChildren, }: {
|
|
27
|
+
appLoadChildren: LoadChildrenCallback;
|
|
28
|
+
sideAppLoadChildren?: LoadChildrenCallback;
|
|
29
|
+
}): _angular_core.EnvironmentProviders;
|
|
30
|
+
|
|
31
|
+
declare class SessionNavigatorOrganismStore extends InjectableComponent {
|
|
32
|
+
static readonly Config: {
|
|
33
|
+
provide(useFactory?: _ng_atomic_common_services_ui.ReducerFactory<{
|
|
34
|
+
title: string | undefined;
|
|
35
|
+
startActions: Actions;
|
|
36
|
+
endActions: Actions | Action[][];
|
|
37
|
+
}>, label?: string): _angular_core.Provider;
|
|
38
|
+
inject(): _angular_core.Signal<{
|
|
39
|
+
title: string | undefined;
|
|
40
|
+
startActions: Actions;
|
|
41
|
+
endActions: Actions | Action[][];
|
|
42
|
+
}>;
|
|
43
|
+
};
|
|
44
|
+
protected readonly config: _angular_core.Signal<{
|
|
45
|
+
title: string | undefined;
|
|
46
|
+
startActions: Actions;
|
|
47
|
+
endActions: Actions | Action[][];
|
|
48
|
+
}>;
|
|
49
|
+
readonly startActions: _angular_core.InputSignal<Actions>;
|
|
50
|
+
readonly resolvedStartActions: _angular_core.Signal<Action<any>[]>;
|
|
51
|
+
readonly endActions: _angular_core.InputSignal<Actions | Action<any>[][]>;
|
|
52
|
+
readonly resolvedEndActions: _angular_core.Signal<Action<any>[]>;
|
|
53
|
+
readonly title: _angular_core.InputSignal<string>;
|
|
54
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SessionNavigatorOrganismStore, never>;
|
|
55
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<SessionNavigatorOrganismStore, "organisms-session-navigator", never, { "startActions": { "alias": "startActions"; "required": false; "isSignal": true; }; "endActions": { "alias": "endActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
56
|
+
}
|
|
57
|
+
declare class SessionNavigatorOrganism extends NgAtomicComponent {
|
|
58
|
+
protected readonly store: SessionNavigatorOrganismStore;
|
|
59
|
+
trackByFn: (_: number, action: Action) => Action<any>;
|
|
60
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SessionNavigatorOrganism, never>;
|
|
61
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SessionNavigatorOrganism, "organisms-session-navigator", never, {}, {}, never, ["*"], true, [{ directive: typeof SessionNavigatorOrganismStore; inputs: { "startActions": "startActions"; "endActions": "endActions"; "title": "title"; }; outputs: {}; }]>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
declare enum InvoiceAppActionId {
|
|
65
|
+
UPDATE_JSON = "UPDATE_JSON",
|
|
66
|
+
NEXT_KEY_DOWN = "NEXT_KEY_DOWN",
|
|
67
|
+
PRE_KEY_DOWN = "PRE_KEY_DOWN",
|
|
68
|
+
DOWNLOAD_PDF = "DOWNLOAD_PDF"
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export { InvoiceAppActionId, SessionNavigatorOrganism, SessionNavigatorOrganismStore, provideMachinaApp, provideMachinaRouter };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import dayjs from 'dayjs';
|
|
4
|
+
|
|
5
|
+
declare class CalendarPaginatorMolecule {
|
|
6
|
+
date: dayjs.Dayjs;
|
|
7
|
+
dateChange: EventEmitter<dayjs.Dayjs>;
|
|
8
|
+
onPrevButtonClick(): void;
|
|
9
|
+
onNextButtonClick(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarPaginatorMolecule, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarPaginatorMolecule, "molecules-calendar-paginator", never, { "date": { "alias": "date"; "required": false; }; }, { "dateChange": "dateChange"; }, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { CalendarPaginatorMolecule };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { PipeTransform } from '@angular/core';
|
|
3
|
+
import { Schedule } from '@xxmachina/common/domain/models';
|
|
4
|
+
import dayjs from 'dayjs';
|
|
5
|
+
|
|
6
|
+
declare class PercentagePipe implements PipeTransform {
|
|
7
|
+
transform(date: dayjs.Dayjs, base: dayjs.Dayjs): number;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PercentagePipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PercentagePipe, "percentage", true>;
|
|
10
|
+
}
|
|
11
|
+
declare class FilterByDatePipe implements PipeTransform {
|
|
12
|
+
transform(schedules: Schedule[], date?: dayjs.Dayjs): Schedule[];
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterByDatePipe, never>;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FilterByDatePipe, "filterByDate", true>;
|
|
15
|
+
}
|
|
16
|
+
declare class ScheduleToolTipTextPipe implements PipeTransform {
|
|
17
|
+
transform(schedule: Schedule): string;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleToolTipTextPipe, never>;
|
|
19
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ScheduleToolTipTextPipe, "tooltipText", true>;
|
|
20
|
+
}
|
|
21
|
+
declare class DailyCellMolecule {
|
|
22
|
+
date: dayjs.Dayjs;
|
|
23
|
+
schedules: Schedule[];
|
|
24
|
+
displayDate: boolean;
|
|
25
|
+
noSchedulesText: string;
|
|
26
|
+
toolTipText: string;
|
|
27
|
+
marked: string;
|
|
28
|
+
markingColor: string;
|
|
29
|
+
getScheduleText(schedule: Schedule): string;
|
|
30
|
+
getToolTipText(schedules: Schedule[]): string;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DailyCellMolecule, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DailyCellMolecule, "molecules-daily-cell", never, { "date": { "alias": "date"; "required": false; }; "schedules": { "alias": "schedules"; "required": false; }; "displayDate": { "alias": "displayDate"; "required": false; }; "noSchedulesText": { "alias": "noSchedulesText"; "required": false; }; "toolTipText": { "alias": "toolTipText"; "required": false; }; "marked": { "alias": "marked"; "required": false; }; "markingColor": { "alias": "markingColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { DailyCellMolecule, FilterByDatePipe, PercentagePipe, ScheduleToolTipTextPipe };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class WeeklyHeaderMolecule implements OnInit {
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WeeklyHeaderMolecule, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WeeklyHeaderMolecule, "molecules-weekly-header", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { WeeklyHeaderMolecule };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { CalendarDate, Schedule } from '@xxmachina/common/domain/models';
|
|
4
|
+
import dayjs from 'dayjs';
|
|
5
|
+
|
|
6
|
+
declare class CalendarSectionOrganism implements OnChanges {
|
|
7
|
+
private el;
|
|
8
|
+
label: string;
|
|
9
|
+
displayDays: boolean;
|
|
10
|
+
readonly calendar: CalendarDate[][];
|
|
11
|
+
schedules: Schedule[];
|
|
12
|
+
date: dayjs.Dayjs;
|
|
13
|
+
today: dayjs.Dayjs;
|
|
14
|
+
displayPaginator: boolean;
|
|
15
|
+
displayDescription: boolean;
|
|
16
|
+
onDateClick: EventEmitter<any>;
|
|
17
|
+
dateChange: EventEmitter<any>;
|
|
18
|
+
isToday(date: CalendarDate): boolean;
|
|
19
|
+
isEndDay(date: CalendarDate): boolean;
|
|
20
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarSectionOrganism, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarSectionOrganism, "organisms-calendar-section", never, { "label": { "alias": "label"; "required": false; }; "displayDays": { "alias": "displayDays"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; }; "schedules": { "alias": "schedules"; "required": false; }; "date": { "alias": "date"; "required": false; }; "today": { "alias": "today"; "required": false; }; "displayPaginator": { "alias": "displayPaginator"; "required": false; }; "displayDescription": { "alias": "displayDescription"; "required": false; }; }, { "onDateClick": "onDateClick"; "dateChange": "dateChange"; }, never, never, true, never>;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { CalendarSectionOrganism };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { FormGroup, FormControl } from '@angular/forms';
|
|
4
|
+
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
5
|
+
import dayjs from 'dayjs';
|
|
6
|
+
|
|
7
|
+
declare enum ActionId {
|
|
8
|
+
FIX_BUTTON_CLICK = "[@xxmachina/scheduler] Fix Button Click",
|
|
9
|
+
DELETE_BUTTON_CLICK = "[@xxmachina/scheduler] Delete Button Click"
|
|
10
|
+
}
|
|
11
|
+
declare class EventInputSectionOrganism extends NgAtomicComponent implements OnInit {
|
|
12
|
+
static readonly ActionId: typeof ActionId;
|
|
13
|
+
protected form: FormGroup<{
|
|
14
|
+
date: FormControl<dayjs.Dayjs>;
|
|
15
|
+
startAt: FormControl<string>;
|
|
16
|
+
endAt: FormControl<string>;
|
|
17
|
+
}>;
|
|
18
|
+
fixActions: {
|
|
19
|
+
id: ActionId;
|
|
20
|
+
name: string;
|
|
21
|
+
icon: string;
|
|
22
|
+
}[];
|
|
23
|
+
actions: {
|
|
24
|
+
id: ActionId;
|
|
25
|
+
name: string;
|
|
26
|
+
icon: string;
|
|
27
|
+
}[];
|
|
28
|
+
label: string;
|
|
29
|
+
control: FormGroup<{
|
|
30
|
+
startAt: FormControl<dayjs.Dayjs>;
|
|
31
|
+
endAt: FormControl<dayjs.Dayjs>;
|
|
32
|
+
}>;
|
|
33
|
+
readonly startValue: _angular_core.Signal<any>;
|
|
34
|
+
protected startAutoComplete: _angular_core.WritableSignal<string[]>;
|
|
35
|
+
protected options: _angular_core.Signal<{
|
|
36
|
+
value: string;
|
|
37
|
+
name: string;
|
|
38
|
+
}[]>;
|
|
39
|
+
protected endAutoComplete: _angular_core.WritableSignal<string[]>;
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EventInputSectionOrganism, never>;
|
|
42
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EventInputSectionOrganism, "organisms-event-input-section", never, { "label": { "alias": "label"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export { EventInputSectionOrganism };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
import { FormControl } from '@angular/forms';
|
|
4
|
+
import { Action } from '@ng-atomic/core';
|
|
5
|
+
import { SpeechService } from '@xxmachina/common/services/speech';
|
|
6
|
+
|
|
7
|
+
declare enum ActionId {
|
|
8
|
+
SEND = "send"
|
|
9
|
+
}
|
|
10
|
+
declare class TerminalInputSectionOrganism {
|
|
11
|
+
static readonly ActionId: typeof ActionId;
|
|
12
|
+
readonly speechService: SpeechService;
|
|
13
|
+
readonly control: _angular_core.InputSignal<FormControl<string>>;
|
|
14
|
+
readonly placeholder: _angular_core.InputSignal<string>;
|
|
15
|
+
readonly prefix: _angular_core.InputSignal<string>;
|
|
16
|
+
readonly clearOnSend: _angular_core.InputSignal<boolean>;
|
|
17
|
+
readonly enableVoiceInput: _angular_core.InputSignal<boolean>;
|
|
18
|
+
readonly action: _angular_core.OutputEmitterRef<Action<string>>;
|
|
19
|
+
readonly inputField: _angular_core.Signal<ElementRef<HTMLTextAreaElement>>;
|
|
20
|
+
private readonly componentId;
|
|
21
|
+
readonly isRecording: _angular_core.Signal<boolean>;
|
|
22
|
+
private isComposing;
|
|
23
|
+
constructor();
|
|
24
|
+
onCompositionStart(): void;
|
|
25
|
+
onCompositionEnd(): void;
|
|
26
|
+
handleKeydown(event: KeyboardEvent): void;
|
|
27
|
+
onInput(): void;
|
|
28
|
+
send(): void;
|
|
29
|
+
private adjustTextareaHeight;
|
|
30
|
+
private resetTextareaHeight;
|
|
31
|
+
focus(): void;
|
|
32
|
+
toggleVoiceInput(): void;
|
|
33
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TerminalInputSectionOrganism, never>;
|
|
34
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TerminalInputSectionOrganism, "organisms-terminal-input-section", never, { "control": { "alias": "control"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "clearOnSend": { "alias": "clearOnSend"; "required": false; "isSignal": true; }; "enableVoiceInput": { "alias": "enableVoiceInput"; "required": false; "isSignal": true; }; }, { "action": "action"; }, never, never, true, never>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { ActionId, TerminalInputSectionOrganism };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as rxjs from 'rxjs';
|
|
2
|
+
import * as _angular_forms from '@angular/forms';
|
|
3
|
+
import * as _angular_core from '@angular/core';
|
|
4
|
+
import { ElementRef } from '@angular/core';
|
|
5
|
+
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
6
|
+
|
|
7
|
+
declare class VideoTrimmerSectionOrganismStore {
|
|
8
|
+
readonly images: _angular_core.InputSignal<Blob[]>;
|
|
9
|
+
readonly imageSrcList: _angular_core.Signal<string[]>;
|
|
10
|
+
readonly control: _angular_core.InputSignal<_angular_forms.FormGroup<{
|
|
11
|
+
duration: _angular_forms.FormControl<number>;
|
|
12
|
+
start: _angular_forms.FormControl<number>;
|
|
13
|
+
end: _angular_forms.FormControl<number>;
|
|
14
|
+
}>>;
|
|
15
|
+
readonly el: ElementRef<any>;
|
|
16
|
+
readonly width$: rxjs.Observable<any>;
|
|
17
|
+
readonly width: _angular_core.Signal<any>;
|
|
18
|
+
readonly frameSize: _angular_core.Signal<number>;
|
|
19
|
+
readonly frames: _angular_core.Signal<string[]>;
|
|
20
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VideoTrimmerSectionOrganismStore, never>;
|
|
21
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<VideoTrimmerSectionOrganismStore, never, never, { "images": { "alias": "images"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
23
|
+
declare class VideoTrimmerSectionOrganism extends NgAtomicComponent {
|
|
24
|
+
protected store: VideoTrimmerSectionOrganismStore;
|
|
25
|
+
formatLabel: (value: number) => string;
|
|
26
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VideoTrimmerSectionOrganism, never>;
|
|
27
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<VideoTrimmerSectionOrganism, "organisms-video-trimmer-section", never, {}, {}, never, never, true, [{ directive: typeof VideoTrimmerSectionOrganismStore; inputs: { "images": "images"; "control": "control"; }; outputs: {}; }]>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { VideoTrimmerSectionOrganism, VideoTrimmerSectionOrganismStore };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
|
|
3
|
+
import { Terminal } from '@xterm/xterm';
|
|
4
|
+
|
|
5
|
+
declare class XtermOrganism implements AfterViewInit, OnDestroy {
|
|
6
|
+
readonly container: _angular_core.Signal<ElementRef<HTMLDivElement>>;
|
|
7
|
+
readonly terminalReady: _angular_core.OutputEmitterRef<Terminal>;
|
|
8
|
+
private terminal;
|
|
9
|
+
private fitAddon;
|
|
10
|
+
private resizeObserver?;
|
|
11
|
+
ngAfterViewInit(): void;
|
|
12
|
+
ngOnDestroy(): void;
|
|
13
|
+
write(text: string): void;
|
|
14
|
+
writeln(text: string): void;
|
|
15
|
+
clear(): void;
|
|
16
|
+
scrollToBottom(): void;
|
|
17
|
+
scrollToTop(): void;
|
|
18
|
+
scrollLines(lines: number): void;
|
|
19
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<XtermOrganism, never>;
|
|
20
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<XtermOrganism, "organisms-xterm", never, {}, { "terminalReady": "terminalReady"; }, never, never, true, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { XtermOrganism };
|
package/package.json
ADDED
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@xxmachina/components",
|
|
3
|
+
"version": "0.0.0-PLACEHOLDER",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"main": "./index.js",
|
|
6
|
+
"types": "./index.d.ts",
|
|
7
|
+
"module": "fesm2022/xxmachina-components.mjs",
|
|
8
|
+
"typings": "index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
"./package.json": {
|
|
11
|
+
"default": "./package.json"
|
|
12
|
+
},
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./index.d.ts",
|
|
15
|
+
"default": "./fesm2022/xxmachina-components.mjs"
|
|
16
|
+
},
|
|
17
|
+
"./routes": {
|
|
18
|
+
"types": "./routes/index.d.ts",
|
|
19
|
+
"default": "./fesm2022/xxmachina-components-routes.mjs"
|
|
20
|
+
},
|
|
21
|
+
"./extras/flow": {
|
|
22
|
+
"types": "./extras/flow/index.d.ts",
|
|
23
|
+
"default": "./fesm2022/xxmachina-components-extras-flow.mjs"
|
|
24
|
+
},
|
|
25
|
+
"./features/command": {
|
|
26
|
+
"types": "./features/command/index.d.ts",
|
|
27
|
+
"default": "./fesm2022/xxmachina-components-features-command.mjs"
|
|
28
|
+
},
|
|
29
|
+
"./features/query": {
|
|
30
|
+
"types": "./features/query/index.d.ts",
|
|
31
|
+
"default": "./fesm2022/xxmachina-components-features-query.mjs"
|
|
32
|
+
},
|
|
33
|
+
"./groups/command-form": {
|
|
34
|
+
"types": "./groups/command-form/index.d.ts",
|
|
35
|
+
"default": "./fesm2022/xxmachina-components-groups-command-form.mjs"
|
|
36
|
+
},
|
|
37
|
+
"./groups/query-form": {
|
|
38
|
+
"types": "./groups/query-form/index.d.ts",
|
|
39
|
+
"default": "./fesm2022/xxmachina-components-groups-query-form.mjs"
|
|
40
|
+
},
|
|
41
|
+
"./molecules/calendar-paginator": {
|
|
42
|
+
"types": "./molecules/calendar-paginator/index.d.ts",
|
|
43
|
+
"default": "./fesm2022/xxmachina-components-molecules-calendar-paginator.mjs"
|
|
44
|
+
},
|
|
45
|
+
"./molecules/daily-cell": {
|
|
46
|
+
"types": "./molecules/daily-cell/index.d.ts",
|
|
47
|
+
"default": "./fesm2022/xxmachina-components-molecules-daily-cell.mjs"
|
|
48
|
+
},
|
|
49
|
+
"./molecules/weekly-header": {
|
|
50
|
+
"types": "./molecules/weekly-header/index.d.ts",
|
|
51
|
+
"default": "./fesm2022/xxmachina-components-molecules-weekly-header.mjs"
|
|
52
|
+
},
|
|
53
|
+
"./organisms/calendar-section": {
|
|
54
|
+
"types": "./organisms/calendar-section/index.d.ts",
|
|
55
|
+
"default": "./fesm2022/xxmachina-components-organisms-calendar-section.mjs"
|
|
56
|
+
},
|
|
57
|
+
"./organisms/event-input-section": {
|
|
58
|
+
"types": "./organisms/event-input-section/index.d.ts",
|
|
59
|
+
"default": "./fesm2022/xxmachina-components-organisms-event-input-section.mjs"
|
|
60
|
+
},
|
|
61
|
+
"./organisms/terminal-input-section": {
|
|
62
|
+
"types": "./organisms/terminal-input-section/index.d.ts",
|
|
63
|
+
"default": "./fesm2022/xxmachina-components-organisms-terminal-input-section.mjs"
|
|
64
|
+
},
|
|
65
|
+
"./organisms/video-trimmer-section": {
|
|
66
|
+
"types": "./organisms/video-trimmer-section/index.d.ts",
|
|
67
|
+
"default": "./fesm2022/xxmachina-components-organisms-video-trimmer-section.mjs"
|
|
68
|
+
},
|
|
69
|
+
"./organisms/xterm": {
|
|
70
|
+
"types": "./organisms/xterm/index.d.ts",
|
|
71
|
+
"default": "./fesm2022/xxmachina-components-organisms-xterm.mjs"
|
|
72
|
+
},
|
|
73
|
+
"./pages/command": {
|
|
74
|
+
"types": "./pages/command/index.d.ts",
|
|
75
|
+
"default": "./fesm2022/xxmachina-components-pages-command.mjs"
|
|
76
|
+
},
|
|
77
|
+
"./pages/query": {
|
|
78
|
+
"types": "./pages/query/index.d.ts",
|
|
79
|
+
"default": "./fesm2022/xxmachina-components-pages-query.mjs"
|
|
80
|
+
},
|
|
81
|
+
"./pages/query-v2": {
|
|
82
|
+
"types": "./pages/query-v2/index.d.ts",
|
|
83
|
+
"default": "./fesm2022/xxmachina-components-pages-query-v2.mjs"
|
|
84
|
+
},
|
|
85
|
+
"./pages/thread": {
|
|
86
|
+
"types": "./pages/thread/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/xxmachina-components-pages-thread.mjs"
|
|
88
|
+
},
|
|
89
|
+
"./routes/commands": {
|
|
90
|
+
"types": "./routes/commands/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/xxmachina-components-routes-commands.mjs"
|
|
92
|
+
},
|
|
93
|
+
"./routes/pages": {
|
|
94
|
+
"types": "./routes/pages/index.d.ts",
|
|
95
|
+
"default": "./fesm2022/xxmachina-components-routes-pages.mjs"
|
|
96
|
+
},
|
|
97
|
+
"./routes/preloading": {
|
|
98
|
+
"types": "./routes/preloading/index.d.ts",
|
|
99
|
+
"default": "./fesm2022/xxmachina-components-routes-preloading.mjs"
|
|
100
|
+
},
|
|
101
|
+
"./routes/queries": {
|
|
102
|
+
"types": "./routes/queries/index.d.ts",
|
|
103
|
+
"default": "./fesm2022/xxmachina-components-routes-queries.mjs"
|
|
104
|
+
},
|
|
105
|
+
"./routes/query": {
|
|
106
|
+
"types": "./routes/query/index.d.ts",
|
|
107
|
+
"default": "./fesm2022/xxmachina-components-routes-query.mjs"
|
|
108
|
+
},
|
|
109
|
+
"./routes/resources": {
|
|
110
|
+
"types": "./routes/resources/index.d.ts",
|
|
111
|
+
"default": "./fesm2022/xxmachina-components-routes-resources.mjs"
|
|
112
|
+
},
|
|
113
|
+
"./routes/side": {
|
|
114
|
+
"types": "./routes/side/index.d.ts",
|
|
115
|
+
"default": "./fesm2022/xxmachina-components-routes-side.mjs"
|
|
116
|
+
},
|
|
117
|
+
"./routes/transformer": {
|
|
118
|
+
"types": "./routes/transformer/index.d.ts",
|
|
119
|
+
"default": "./fesm2022/xxmachina-components-routes-transformer.mjs"
|
|
120
|
+
},
|
|
121
|
+
"./routes/transformers": {
|
|
122
|
+
"types": "./routes/transformers/index.d.ts",
|
|
123
|
+
"default": "./fesm2022/xxmachina-components-routes-transformers.mjs"
|
|
124
|
+
},
|
|
125
|
+
"./services/app": {
|
|
126
|
+
"types": "./services/app/index.d.ts",
|
|
127
|
+
"default": "./fesm2022/xxmachina-components-services-app.mjs"
|
|
128
|
+
},
|
|
129
|
+
"./services/assistant": {
|
|
130
|
+
"types": "./services/assistant/index.d.ts",
|
|
131
|
+
"default": "./fesm2022/xxmachina-components-services-assistant.mjs"
|
|
132
|
+
},
|
|
133
|
+
"./services/calendar": {
|
|
134
|
+
"types": "./services/calendar/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/xxmachina-components-services-calendar.mjs"
|
|
136
|
+
},
|
|
137
|
+
"./services/command": {
|
|
138
|
+
"types": "./services/command/index.d.ts",
|
|
139
|
+
"default": "./fesm2022/xxmachina-components-services-command.mjs"
|
|
140
|
+
},
|
|
141
|
+
"./services/context": {
|
|
142
|
+
"types": "./services/context/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/xxmachina-components-services-context.mjs"
|
|
144
|
+
},
|
|
145
|
+
"./services/contract": {
|
|
146
|
+
"types": "./services/contract/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/xxmachina-components-services-contract.mjs"
|
|
148
|
+
},
|
|
149
|
+
"./services/debug": {
|
|
150
|
+
"types": "./services/debug/index.d.ts",
|
|
151
|
+
"default": "./fesm2022/xxmachina-components-services-debug.mjs"
|
|
152
|
+
},
|
|
153
|
+
"./services/graphql": {
|
|
154
|
+
"types": "./services/graphql/index.d.ts",
|
|
155
|
+
"default": "./fesm2022/xxmachina-components-services-graphql.mjs"
|
|
156
|
+
},
|
|
157
|
+
"./services/invoice": {
|
|
158
|
+
"types": "./services/invoice/index.d.ts",
|
|
159
|
+
"default": "./fesm2022/xxmachina-components-services-invoice.mjs"
|
|
160
|
+
},
|
|
161
|
+
"./services/json-schema": {
|
|
162
|
+
"types": "./services/json-schema/index.d.ts",
|
|
163
|
+
"default": "./fesm2022/xxmachina-components-services-json-schema.mjs"
|
|
164
|
+
},
|
|
165
|
+
"./services/link": {
|
|
166
|
+
"types": "./services/link/index.d.ts",
|
|
167
|
+
"default": "./fesm2022/xxmachina-components-services-link.mjs"
|
|
168
|
+
},
|
|
169
|
+
"./services/message": {
|
|
170
|
+
"types": "./services/message/index.d.ts",
|
|
171
|
+
"default": "./fesm2022/xxmachina-components-services-message.mjs"
|
|
172
|
+
},
|
|
173
|
+
"./services/openai": {
|
|
174
|
+
"types": "./services/openai/index.d.ts",
|
|
175
|
+
"default": "./fesm2022/xxmachina-components-services-openai.mjs"
|
|
176
|
+
},
|
|
177
|
+
"./services/openapi": {
|
|
178
|
+
"types": "./services/openapi/index.d.ts",
|
|
179
|
+
"default": "./fesm2022/xxmachina-components-services-openapi.mjs"
|
|
180
|
+
},
|
|
181
|
+
"./services/order": {
|
|
182
|
+
"types": "./services/order/index.d.ts",
|
|
183
|
+
"default": "./fesm2022/xxmachina-components-services-order.mjs"
|
|
184
|
+
},
|
|
185
|
+
"./services/partner": {
|
|
186
|
+
"types": "./services/partner/index.d.ts",
|
|
187
|
+
"default": "./fesm2022/xxmachina-components-services-partner.mjs"
|
|
188
|
+
},
|
|
189
|
+
"./services/query": {
|
|
190
|
+
"types": "./services/query/index.d.ts",
|
|
191
|
+
"default": "./fesm2022/xxmachina-components-services-query.mjs"
|
|
192
|
+
},
|
|
193
|
+
"./services/recording": {
|
|
194
|
+
"types": "./services/recording/index.d.ts",
|
|
195
|
+
"default": "./fesm2022/xxmachina-components-services-recording.mjs"
|
|
196
|
+
},
|
|
197
|
+
"./services/schedule": {
|
|
198
|
+
"types": "./services/schedule/index.d.ts",
|
|
199
|
+
"default": "./fesm2022/xxmachina-components-services-schedule.mjs"
|
|
200
|
+
},
|
|
201
|
+
"./services/thread": {
|
|
202
|
+
"types": "./services/thread/index.d.ts",
|
|
203
|
+
"default": "./fesm2022/xxmachina-components-services-thread.mjs"
|
|
204
|
+
},
|
|
205
|
+
"./services/transformer": {
|
|
206
|
+
"types": "./services/transformer/index.d.ts",
|
|
207
|
+
"default": "./fesm2022/xxmachina-components-services-transformer.mjs"
|
|
208
|
+
},
|
|
209
|
+
"./services/youtube": {
|
|
210
|
+
"types": "./services/youtube/index.d.ts",
|
|
211
|
+
"default": "./fesm2022/xxmachina-components-services-youtube.mjs"
|
|
212
|
+
},
|
|
213
|
+
"./templates/agent": {
|
|
214
|
+
"types": "./templates/agent/index.d.ts",
|
|
215
|
+
"default": "./fesm2022/xxmachina-components-templates-agent.mjs"
|
|
216
|
+
},
|
|
217
|
+
"./templates/background": {
|
|
218
|
+
"types": "./templates/background/index.d.ts",
|
|
219
|
+
"default": "./fesm2022/xxmachina-components-templates-background.mjs"
|
|
220
|
+
},
|
|
221
|
+
"./templates/invoice-iframe": {
|
|
222
|
+
"types": "./templates/invoice-iframe/index.d.ts",
|
|
223
|
+
"default": "./fesm2022/xxmachina-components-templates-invoice-iframe.mjs"
|
|
224
|
+
},
|
|
225
|
+
"./templates/scheduler": {
|
|
226
|
+
"types": "./templates/scheduler/index.d.ts",
|
|
227
|
+
"default": "./fesm2022/xxmachina-components-templates-scheduler.mjs"
|
|
228
|
+
},
|
|
229
|
+
"./templates/video": {
|
|
230
|
+
"types": "./templates/video/index.d.ts",
|
|
231
|
+
"default": "./fesm2022/xxmachina-components-templates-video.mjs"
|
|
232
|
+
},
|
|
233
|
+
"./validators/query": {
|
|
234
|
+
"types": "./validators/query/index.d.ts",
|
|
235
|
+
"default": "./fesm2022/xxmachina-components-validators-query.mjs"
|
|
236
|
+
},
|
|
237
|
+
"./routes/side/chat": {
|
|
238
|
+
"types": "./routes/side/chat/index.d.ts",
|
|
239
|
+
"default": "./fesm2022/xxmachina-components-routes-side-chat.mjs"
|
|
240
|
+
},
|
|
241
|
+
"./services/forms/schedule": {
|
|
242
|
+
"types": "./services/forms/schedule/index.d.ts",
|
|
243
|
+
"default": "./fesm2022/xxmachina-components-services-forms-schedule.mjs"
|
|
244
|
+
},
|
|
245
|
+
"./services/forms/query": {
|
|
246
|
+
"types": "./services/forms/query/index.d.ts",
|
|
247
|
+
"default": "./fesm2022/xxmachina-components-services-forms-query.mjs"
|
|
248
|
+
},
|
|
249
|
+
"./services/forms/variables": {
|
|
250
|
+
"types": "./services/forms/variables/index.d.ts",
|
|
251
|
+
"default": "./fesm2022/xxmachina-components-services-forms-variables.mjs"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"sideEffects": false,
|
|
255
|
+
"dependencies": {
|
|
256
|
+
"tslib": "^2.3.0"
|
|
257
|
+
}
|
|
258
|
+
}
|