@genesislcap/ai-assistant 14.458.3 → 14.459.0
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/dist/ai-assistant.api.json +37 -10
- package/dist/ai-assistant.d.ts +46 -4
- package/dist/dts/components/flowing-waves-indicator.d.ts +32 -0
- package/dist/dts/components/flowing-waves-indicator.d.ts.map +1 -0
- package/dist/dts/components/plasma-orb-indicator.d.ts +22 -0
- package/dist/dts/components/plasma-orb-indicator.d.ts.map +1 -0
- package/dist/dts/components/waves-indicator.d.ts +30 -0
- package/dist/dts/components/waves-indicator.d.ts.map +1 -0
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/main/main.styles.d.ts.map +1 -1
- package/dist/dts/main/main.template.d.ts.map +1 -1
- package/dist/dts/main/main.types.d.ts +44 -4
- package/dist/dts/main/main.types.d.ts.map +1 -1
- package/dist/dts/utils/animation-exclusivity.d.ts +23 -0
- package/dist/dts/utils/animation-exclusivity.d.ts.map +1 -0
- package/dist/dts/utils/animation-exclusivity.test.d.ts +2 -0
- package/dist/dts/utils/animation-exclusivity.test.d.ts.map +1 -0
- package/dist/esm/components/flowing-waves-indicator.js +222 -0
- package/dist/esm/components/plasma-orb-indicator.js +280 -0
- package/dist/esm/components/waves-indicator.js +189 -0
- package/dist/esm/main/main.js +20 -9
- package/dist/esm/main/main.styles.js +40 -6
- package/dist/esm/main/main.template.js +58 -17
- package/dist/esm/main/main.types.js +46 -3
- package/dist/esm/utils/animation-exclusivity.js +33 -0
- package/dist/esm/utils/animation-exclusivity.test.js +52 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +16 -16
- package/src/components/flowing-waves-indicator.ts +260 -0
- package/src/components/plasma-orb-indicator.ts +281 -0
- package/src/components/waves-indicator.ts +221 -0
- package/src/main/main.styles.ts +40 -6
- package/src/main/main.template.ts +60 -18
- package/src/main/main.ts +24 -8
- package/src/main/main.types.ts +56 -5
- package/src/utils/animation-exclusivity.test.ts +72 -0
- package/src/utils/animation-exclusivity.ts +40 -0
|
@@ -1528,12 +1528,12 @@
|
|
|
1528
1528
|
"members": [
|
|
1529
1529
|
{
|
|
1530
1530
|
"kind": "PropertySignature",
|
|
1531
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiAssistantAnimationDef#
|
|
1532
|
-
"docComment": "/**\n *
|
|
1531
|
+
"canonicalReference": "@genesislcap/ai-assistant!AiAssistantAnimationDef#category:member",
|
|
1532
|
+
"docComment": "/**\n * Group heading the option is listed under in the settings multiselect.\n */\n",
|
|
1533
1533
|
"excerptTokens": [
|
|
1534
1534
|
{
|
|
1535
1535
|
"kind": "Content",
|
|
1536
|
-
"text": "
|
|
1536
|
+
"text": "category: "
|
|
1537
1537
|
},
|
|
1538
1538
|
{
|
|
1539
1539
|
"kind": "Content",
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
"isReadonly": false,
|
|
1548
1548
|
"isOptional": false,
|
|
1549
1549
|
"releaseTag": "Beta",
|
|
1550
|
-
"name": "
|
|
1550
|
+
"name": "category",
|
|
1551
1551
|
"propertyTypeTokenRange": {
|
|
1552
1552
|
"startIndex": 1,
|
|
1553
1553
|
"endIndex": 2
|
|
@@ -1555,12 +1555,12 @@
|
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
1557
1557
|
"kind": "PropertySignature",
|
|
1558
|
-
"canonicalReference": "@genesislcap/ai-assistant!AiAssistantAnimationDef#
|
|
1559
|
-
"docComment": "/**\n * Short description shown
|
|
1558
|
+
"canonicalReference": "@genesislcap/ai-assistant!AiAssistantAnimationDef#description:member",
|
|
1559
|
+
"docComment": "/**\n * Short description shown beneath the label in the categorized multiselect.\n */\n",
|
|
1560
1560
|
"excerptTokens": [
|
|
1561
1561
|
{
|
|
1562
1562
|
"kind": "Content",
|
|
1563
|
-
"text": "
|
|
1563
|
+
"text": "description: "
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
|
1566
1566
|
"kind": "Content",
|
|
@@ -1574,7 +1574,34 @@
|
|
|
1574
1574
|
"isReadonly": false,
|
|
1575
1575
|
"isOptional": false,
|
|
1576
1576
|
"releaseTag": "Beta",
|
|
1577
|
-
"name": "
|
|
1577
|
+
"name": "description",
|
|
1578
|
+
"propertyTypeTokenRange": {
|
|
1579
|
+
"startIndex": 1,
|
|
1580
|
+
"endIndex": 2
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "PropertySignature",
|
|
1585
|
+
"canonicalReference": "@genesislcap/ai-assistant!AiAssistantAnimationDef#label:member",
|
|
1586
|
+
"docComment": "/**\n * Display label shown in the settings multiselect.\n */\n",
|
|
1587
|
+
"excerptTokens": [
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "Content",
|
|
1590
|
+
"text": "label: "
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "Content",
|
|
1594
|
+
"text": "string"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "Content",
|
|
1598
|
+
"text": ";"
|
|
1599
|
+
}
|
|
1600
|
+
],
|
|
1601
|
+
"isReadonly": false,
|
|
1602
|
+
"isOptional": false,
|
|
1603
|
+
"releaseTag": "Beta",
|
|
1604
|
+
"name": "label",
|
|
1578
1605
|
"propertyTypeTokenRange": {
|
|
1579
1606
|
"startIndex": 1,
|
|
1580
1607
|
"endIndex": 2
|
|
@@ -2503,7 +2530,7 @@
|
|
|
2503
2530
|
{
|
|
2504
2531
|
"kind": "Variable",
|
|
2505
2532
|
"canonicalReference": "@genesislcap/ai-assistant!ANIMATION_DEFS:var",
|
|
2506
|
-
"docComment": "/**\n * Registry of all available animations with their display metadata. Adding an entry here automatically extends the {@link AiAssistantAnimation} type.\n *\n * @beta\n */\n",
|
|
2533
|
+
"docComment": "/**\n * Registry of all available animations with their display metadata. Adding an entry here automatically extends the {@link AiAssistantAnimation} type.\n *\n * @remarks\n *\n * `loading` (dots), `waves`, `flowingWaves` and `plasma` are interchangeable styles of the same \"is the assistant working\" indicator and are therefore grouped under the same {@link AiAssistantAnimationDef.category}. They are mutually exclusive — see `LOADING_STYLE_ANIMATIONS`.\n *\n * @beta\n */\n",
|
|
2507
2534
|
"excerptTokens": [
|
|
2508
2535
|
{
|
|
2509
2536
|
"kind": "Content",
|
|
@@ -2511,7 +2538,7 @@
|
|
|
2511
2538
|
},
|
|
2512
2539
|
{
|
|
2513
2540
|
"kind": "Content",
|
|
2514
|
-
"text": "{\n loading: {\n label: string;\n
|
|
2541
|
+
"text": "{\n loading: {\n label: string;\n description: string;\n category: string;\n };\n waves: {\n label: string;\n description: string;\n category: string;\n };\n flowingWaves: {\n label: string;\n description: string;\n category: string;\n };\n plasma: {\n label: string;\n description: string;\n category: string;\n };\n halo: {\n label: string;\n description: string;\n category: string;\n };\n}"
|
|
2515
2542
|
}
|
|
2516
2543
|
],
|
|
2517
2544
|
"fileUrlPath": "src/main/main.types.ts",
|
package/dist/ai-assistant.d.ts
CHANGED
|
@@ -280,8 +280,10 @@ export declare type AiAssistantAnimation = keyof typeof ANIMATION_DEFS;
|
|
|
280
280
|
export declare interface AiAssistantAnimationDef {
|
|
281
281
|
/** Display label shown in the settings multiselect. */
|
|
282
282
|
label: string;
|
|
283
|
-
/** Short description shown
|
|
284
|
-
|
|
283
|
+
/** Short description shown beneath the label in the categorized multiselect. */
|
|
284
|
+
description: string;
|
|
285
|
+
/** Group heading the option is listed under in the settings multiselect. */
|
|
286
|
+
category: string;
|
|
285
287
|
}
|
|
286
288
|
|
|
287
289
|
/**
|
|
@@ -438,16 +440,39 @@ declare interface AllAgentSummary {
|
|
|
438
440
|
* Registry of all available animations with their display metadata.
|
|
439
441
|
* Adding an entry here automatically extends the {@link AiAssistantAnimation} type.
|
|
440
442
|
*
|
|
443
|
+
* @remarks
|
|
444
|
+
* `loading` (dots), `waves`, `flowingWaves` and `plasma` are interchangeable
|
|
445
|
+
* styles of the same "is the assistant working" indicator and are therefore
|
|
446
|
+
* grouped under the same {@link AiAssistantAnimationDef.category}. They are
|
|
447
|
+
* mutually exclusive — see `LOADING_STYLE_ANIMATIONS`.
|
|
448
|
+
*
|
|
441
449
|
* @beta
|
|
442
450
|
*/
|
|
443
451
|
export declare const ANIMATION_DEFS: {
|
|
444
452
|
loading: {
|
|
445
453
|
label: string;
|
|
446
|
-
|
|
454
|
+
description: string;
|
|
455
|
+
category: string;
|
|
456
|
+
};
|
|
457
|
+
waves: {
|
|
458
|
+
label: string;
|
|
459
|
+
description: string;
|
|
460
|
+
category: string;
|
|
461
|
+
};
|
|
462
|
+
flowingWaves: {
|
|
463
|
+
label: string;
|
|
464
|
+
description: string;
|
|
465
|
+
category: string;
|
|
466
|
+
};
|
|
467
|
+
plasma: {
|
|
468
|
+
label: string;
|
|
469
|
+
description: string;
|
|
470
|
+
category: string;
|
|
447
471
|
};
|
|
448
472
|
halo: {
|
|
449
473
|
label: string;
|
|
450
|
-
|
|
474
|
+
description: string;
|
|
475
|
+
category: string;
|
|
451
476
|
};
|
|
452
477
|
};
|
|
453
478
|
|
|
@@ -1097,6 +1122,15 @@ export declare function createToolFold(config: {
|
|
|
1097
1122
|
exclusive?: boolean;
|
|
1098
1123
|
}): ToolFoldResult;
|
|
1099
1124
|
|
|
1125
|
+
/**
|
|
1126
|
+
* Animations enabled by default when a consumer opts into the animations
|
|
1127
|
+
* feature without specifying an explicit `enabled` list. Keeps the dots loading
|
|
1128
|
+
* style (the long-standing default); the waves style is opt-in.
|
|
1129
|
+
*
|
|
1130
|
+
* @internal
|
|
1131
|
+
*/
|
|
1132
|
+
export declare const DEFAULT_ANIMATIONS: AiAssistantAnimation[];
|
|
1133
|
+
|
|
1100
1134
|
/**
|
|
1101
1135
|
* Identity helper that infers the narrowest possible type for an agent config,
|
|
1102
1136
|
* preserving string literal types (including `name`) without requiring `as const`.
|
|
@@ -1806,6 +1840,14 @@ declare interface InputOverride {
|
|
|
1806
1840
|
mode: ChatInputDuringExecutionMode;
|
|
1807
1841
|
}
|
|
1808
1842
|
|
|
1843
|
+
/**
|
|
1844
|
+
* The interchangeable "assistant is working" loading-indicator styles. At most
|
|
1845
|
+
* one of these may be enabled at a time — enabling one disables the other.
|
|
1846
|
+
*
|
|
1847
|
+
* @internal
|
|
1848
|
+
*/
|
|
1849
|
+
export declare const LOADING_STYLE_ANIMATIONS: readonly ["loading", "waves", "flowingWaves", "plasma"];
|
|
1850
|
+
|
|
1809
1851
|
/**
|
|
1810
1852
|
* Opts an agent in to manual selection from the assistant's agent picker.
|
|
1811
1853
|
*
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
/**
|
|
3
|
+
* Animated "flowing waves" loading indicator — coloured organic waves (in the
|
|
4
|
+
* four brand colours) whose bumps swell, shrink, merge and split across a line,
|
|
5
|
+
* tapering to nothing at both ends. Where the colours overlap they blend
|
|
6
|
+
* additively toward white.
|
|
7
|
+
*
|
|
8
|
+
* Visual sibling of the dots loading indicator; interchangeable with the other
|
|
9
|
+
* loading styles for the "assistant is working" state.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```html
|
|
13
|
+
* <ai-flowing-waves-indicator></ai-flowing-waves-indicator>
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* @beta
|
|
17
|
+
*/
|
|
18
|
+
export declare class AiFlowingWavesIndicator extends GenesisElement {
|
|
19
|
+
private frame;
|
|
20
|
+
private animFrame?;
|
|
21
|
+
private bandPaths?;
|
|
22
|
+
connectedCallback(): void;
|
|
23
|
+
disconnectedCallback(): void;
|
|
24
|
+
private tick;
|
|
25
|
+
/**
|
|
26
|
+
* Trace one band for the given frame: a baseline-plus-harmonics half-thickness
|
|
27
|
+
* profile, clamped at 0 (so the band pinches to nothing between bumps) and
|
|
28
|
+
* tapered to 0 at both ends.
|
|
29
|
+
*/
|
|
30
|
+
private static buildBand;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=flowing-waves-indicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flowing-waves-indicator.d.ts","sourceRoot":"","sources":["../../../src/components/flowing-waves-indicator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAQ,MAAM,uBAAuB,CAAC;AA6GjF;;;;;;;;;;;;;;;GAeG;AACH,qBAwDa,uBAAwB,SAAQ,cAAc;IAKzD,OAAO,CAAC,KAAK,CAAK;IAClB,OAAO,CAAC,SAAS,CAAC,CAAS;IAC3B,OAAO,CAAC,SAAS,CAAC,CAAmB;IAErC,iBAAiB;IAQjB,oBAAoB;IAQpB,OAAO,CAAC,IAAI;IAmBZ;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,SAAS;CA6BzB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
/**
|
|
3
|
+
* Animated "plasma orb" loading indicator — a fixed glowing energy sphere whose
|
|
4
|
+
* luminous filaments and swirls drift and rotate inside it, like a plasma ball.
|
|
5
|
+
* The globe never resizes; only the energy moves.
|
|
6
|
+
*
|
|
7
|
+
* Brand-coloured: a violet energy core, a slow cyan/pink tint wash, and a warm
|
|
8
|
+
* amber hot-spot — covering all four brand colours.
|
|
9
|
+
*
|
|
10
|
+
* Visual sibling of the dots loading indicator; interchangeable with the other
|
|
11
|
+
* loading styles for the "assistant is working" state.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```html
|
|
15
|
+
* <ai-plasma-orb-indicator></ai-plasma-orb-indicator>
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* @beta
|
|
19
|
+
*/
|
|
20
|
+
export declare class AiPlasmaOrbIndicator extends GenesisElement {
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=plasma-orb-indicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plasma-orb-indicator.d.ts","sourceRoot":"","sources":["../../../src/components/plasma-orb-indicator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAQ,MAAM,uBAAuB,CAAC;AAQjF;;;;;;;;;;;;;;;;;GAiBG;AACH,qBA8Pa,oBAAqB,SAAQ,cAAc;CAAG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { GenesisElement } from '@genesislcap/web-core';
|
|
2
|
+
/**
|
|
3
|
+
* Animated "waves inside a circle" loading indicator — coloured sine waves that
|
|
4
|
+
* slosh like glowing liquid inside a circular window, ringed by a rotating
|
|
5
|
+
* gradient halo (the same effect as `<ai-halo-overlay>`).
|
|
6
|
+
*
|
|
7
|
+
* Visual sibling of the dots loading indicator; the two are interchangeable
|
|
8
|
+
* styles of the same "assistant is working" state.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```html
|
|
12
|
+
* <ai-waves-indicator size="56"></ai-waves-indicator>
|
|
13
|
+
* ```
|
|
14
|
+
*
|
|
15
|
+
* @beta
|
|
16
|
+
*/
|
|
17
|
+
export declare class AiWavesIndicator extends GenesisElement {
|
|
18
|
+
/** Diameter of the circular window in px. Default: 56. */
|
|
19
|
+
size: number;
|
|
20
|
+
sizeChanged(): void;
|
|
21
|
+
private frame;
|
|
22
|
+
private animFrame?;
|
|
23
|
+
private wavePaths?;
|
|
24
|
+
connectedCallback(): void;
|
|
25
|
+
disconnectedCallback(): void;
|
|
26
|
+
private tick;
|
|
27
|
+
/** Trace one wave's polyline `d` attribute for the given frame. */
|
|
28
|
+
private static buildWavePath;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=waves-indicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"waves-indicator.d.ts","sourceRoot":"","sources":["../../../src/components/waves-indicator.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,EAAQ,MAAM,uBAAuB,CAAC;AAwFvF;;;;;;;;;;;;;;GAcG;AACH,qBAkDa,gBAAiB,SAAQ,cAAc;IAClD,0DAA0D;IACC,IAAI,EAAE,MAAM,CAAsB;IAE7F,WAAW;IAQX,OAAO,CAAC,KAAK,CAAK;IAClB,OAAO,CAAC,SAAS,CAAC,CAAS;IAC3B,OAAO,CAAC,SAAS,CAAC,CAAmB;IAErC,iBAAiB;IAQjB,oBAAoB;IAQpB,OAAO,CAAC,IAAI;IAkBZ,mEAAmE;IACnE,OAAO,CAAC,MAAM,CAAC,aAAa;CAY7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACV,6BAA6B,EAC7B,cAAc,EACd,UAAU,EACV,4BAA4B,EAC5B,WAAW,EACZ,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,EAGL,cAAc,EAIf,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"main.styles.d.ts","sourceRoot":"","sources":["../../../src/main/main.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM,iDAy2BlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AASH,OAAO,EAAuC,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AASH,OAAO,EAAuC,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,QAAQ,CAAC;AA2MpD,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,GACxC,oBAAoB,MAAM,KACzB,YAAY,CAAC,qBAAqB,CAijBpC,CAAC"}
|
|
@@ -54,23 +54,48 @@ export type SuggestionsState = {
|
|
|
54
54
|
export interface AiAssistantAnimationDef {
|
|
55
55
|
/** Display label shown in the settings multiselect. */
|
|
56
56
|
label: string;
|
|
57
|
-
/** Short description shown
|
|
58
|
-
|
|
57
|
+
/** Short description shown beneath the label in the categorized multiselect. */
|
|
58
|
+
description: string;
|
|
59
|
+
/** Group heading the option is listed under in the settings multiselect. */
|
|
60
|
+
category: string;
|
|
59
61
|
}
|
|
60
62
|
/**
|
|
61
63
|
* Registry of all available animations with their display metadata.
|
|
62
64
|
* Adding an entry here automatically extends the {@link AiAssistantAnimation} type.
|
|
63
65
|
*
|
|
66
|
+
* @remarks
|
|
67
|
+
* `loading` (dots), `waves`, `flowingWaves` and `plasma` are interchangeable
|
|
68
|
+
* styles of the same "is the assistant working" indicator and are therefore
|
|
69
|
+
* grouped under the same {@link AiAssistantAnimationDef.category}. They are
|
|
70
|
+
* mutually exclusive — see `LOADING_STYLE_ANIMATIONS`.
|
|
71
|
+
*
|
|
64
72
|
* @beta
|
|
65
73
|
*/
|
|
66
74
|
export declare const ANIMATION_DEFS: {
|
|
67
75
|
loading: {
|
|
68
76
|
label: string;
|
|
69
|
-
|
|
77
|
+
description: string;
|
|
78
|
+
category: string;
|
|
79
|
+
};
|
|
80
|
+
waves: {
|
|
81
|
+
label: string;
|
|
82
|
+
description: string;
|
|
83
|
+
category: string;
|
|
84
|
+
};
|
|
85
|
+
flowingWaves: {
|
|
86
|
+
label: string;
|
|
87
|
+
description: string;
|
|
88
|
+
category: string;
|
|
89
|
+
};
|
|
90
|
+
plasma: {
|
|
91
|
+
label: string;
|
|
92
|
+
description: string;
|
|
93
|
+
category: string;
|
|
70
94
|
};
|
|
71
95
|
halo: {
|
|
72
96
|
label: string;
|
|
73
|
-
|
|
97
|
+
description: string;
|
|
98
|
+
category: string;
|
|
74
99
|
};
|
|
75
100
|
};
|
|
76
101
|
/**
|
|
@@ -85,4 +110,19 @@ export type AiAssistantAnimation = keyof typeof ANIMATION_DEFS;
|
|
|
85
110
|
* @internal
|
|
86
111
|
*/
|
|
87
112
|
export declare const ALL_ANIMATIONS: AiAssistantAnimation[];
|
|
113
|
+
/**
|
|
114
|
+
* The interchangeable "assistant is working" loading-indicator styles. At most
|
|
115
|
+
* one of these may be enabled at a time — enabling one disables the other.
|
|
116
|
+
*
|
|
117
|
+
* @internal
|
|
118
|
+
*/
|
|
119
|
+
export declare const LOADING_STYLE_ANIMATIONS: readonly ["loading", "waves", "flowingWaves", "plasma"];
|
|
120
|
+
/**
|
|
121
|
+
* Animations enabled by default when a consumer opts into the animations
|
|
122
|
+
* feature without specifying an explicit `enabled` list. Keeps the dots loading
|
|
123
|
+
* style (the long-standing default); the waves style is opt-in.
|
|
124
|
+
*
|
|
125
|
+
* @internal
|
|
126
|
+
*/
|
|
127
|
+
export declare const DEFAULT_ANIMATIONS: AiAssistantAnimation[];
|
|
88
128
|
//# sourceMappingURL=main.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.types.d.ts","sourceRoot":"","sources":["../../../src/main/main.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,SAAS,GAAG,YAAY,GAAG,OAAO,CAAC;AAE3E;;;;;;GAMG;AACH,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE/C,YAAY,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElE;;;;;;;;GAQG;AACH,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,OAAO,CAAC;IACZ,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GACxB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAClB;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GACrB;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,WAAW,EAAE,MAAM,EAAE,CAAA;CAAE,GAC3C;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAEzC;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,
|
|
1
|
+
{"version":3,"file":"main.types.d.ts","sourceRoot":"","sources":["../../../src/main/main.types.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,SAAS,GAAG,YAAY,GAAG,OAAO,CAAC;AAE3E;;;;;;GAMG;AACH,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAC;AAE/C,YAAY,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAElE;;;;;;;;GAQG;AACH,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,OAAO,CAAC;IACZ,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GACxB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAClB;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GACrB;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,WAAW,EAAE,MAAM,EAAE,CAAA;CAAE,GAC3C;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAEzC;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,gFAAgF;IAChF,WAAW,EAAE,MAAM,CAAC;IACpB,4EAA4E;IAC5E,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BwB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE/D;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAkC,oBAAoB,EAAE,CAAC;AAEpF;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,yDAKe,CAAC;AAErD;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAwB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { AiAssistantAnimation } from '../main/main.types';
|
|
2
|
+
/**
|
|
3
|
+
* Enforces that at most one loading-indicator style (dots vs. waves) is enabled
|
|
4
|
+
* at a time. The two are alternative presentations of the same "assistant is
|
|
5
|
+
* working" state, so selecting one must deselect the other.
|
|
6
|
+
*
|
|
7
|
+
* The settings control is a multiselect (checkboxes), which permits selecting
|
|
8
|
+
* both; this resolver makes the loading-style group behave like a radio group
|
|
9
|
+
* by dropping the previously-selected style whenever a new one is added.
|
|
10
|
+
*
|
|
11
|
+
* @param next - The freshly-selected animation list (e.g. emitted by the
|
|
12
|
+
* multiselect, or read from consumer config).
|
|
13
|
+
* @param previous - The animation list in effect before this change. Used to
|
|
14
|
+
* work out which loading style was just added so the other can be dropped.
|
|
15
|
+
* Pass `[]` when resolving an initial/config value with no prior state.
|
|
16
|
+
* @returns `next` with at most one loading style retained. When both are
|
|
17
|
+
* present and neither is newly added (e.g. a misconfigured `enabled` list),
|
|
18
|
+
* the first entry of `LOADING_STYLE_ANIMATIONS` (dots) wins.
|
|
19
|
+
*
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
export declare function resolveExclusiveLoadingStyle(next: AiAssistantAnimation[], previous?: AiAssistantAnimation[]): AiAssistantAnimation[];
|
|
23
|
+
//# sourceMappingURL=animation-exclusivity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animation-exclusivity.d.ts","sourceRoot":"","sources":["../../../src/utils/animation-exclusivity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAG/D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,oBAAoB,EAAE,EAC5B,QAAQ,GAAE,oBAAoB,EAAO,GACpC,oBAAoB,EAAE,CAaxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animation-exclusivity.test.d.ts","sourceRoot":"","sources":["../../../src/utils/animation-exclusivity.test.ts"],"names":[],"mappings":""}
|