@naniteninja/dashboard-components-lib 2.1.3 → 2.1.4
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/index.d.ts
CHANGED
|
@@ -1792,8 +1792,6 @@ declare class StandardChatHeadComponent implements OnInit, OnDestroy, OnChanges
|
|
|
1792
1792
|
ngOnDestroy(): void;
|
|
1793
1793
|
ngOnChanges(_changes: SimpleChanges): void;
|
|
1794
1794
|
private rebuild;
|
|
1795
|
-
private pad2;
|
|
1796
|
-
private donutArcPath;
|
|
1797
1795
|
private buildSVG;
|
|
1798
1796
|
static ɵfac: i0.ɵɵFactoryDeclaration<StandardChatHeadComponent, never>;
|
|
1799
1797
|
static ɵcmp: i0.ɵɵComponentDeclaration<StandardChatHeadComponent, "lib-standard-chat-head", never, { "data": { "alias": "data"; "required": false; }; "size": { "alias": "size"; "required": false; }; "model": { "alias": "model"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1834,9 +1832,9 @@ declare class ClientChatHeadComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
1834
1832
|
private computeOuterPct;
|
|
1835
1833
|
private computeInnerState;
|
|
1836
1834
|
private r4;
|
|
1837
|
-
private
|
|
1838
|
-
private
|
|
1839
|
-
private
|
|
1835
|
+
private openArcPath;
|
|
1836
|
+
private arcBandPath;
|
|
1837
|
+
private arcBandRoundedPath;
|
|
1840
1838
|
private buildSVG;
|
|
1841
1839
|
private pad2;
|
|
1842
1840
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClientChatHeadComponent, never>;
|