deep-chat-dev 9.0.152 → 9.0.154
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.
@@ -1,10 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { ButtonStateStyles } from '../../../../types/buttonInternal';
|
2
2
|
export declare class CustomButtonInnerElements {
|
3
3
|
private static createTextElement;
|
4
4
|
private static createElement;
|
5
5
|
static createCustomElement<T>(state: keyof T, customStyles?: ButtonStateStyles<T>): HTMLDivElement | SVGGraphicsElement | undefined;
|
6
6
|
private static processElement;
|
7
7
|
static createSpecificStateElement<T>(parentEl: HTMLElement, state: keyof T, customStyles?: ButtonStateStyles<T>): HTMLDivElement | SVGGraphicsElement | undefined;
|
8
|
-
static create<T>(parentEl: HTMLElement, states: (keyof T)[], styles?: ButtonStateStyles<T>): ButtonInnerElements<T>;
|
9
8
|
}
|
10
9
|
//# sourceMappingURL=customButtonInnerElements.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"customButtonInnerElements.d.ts","sourceRoot":"","sources":["../../../../../src/views/chat/input/buttons/customButtonInnerElements.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,
|
1
|
+
{"version":3,"file":"customButtonInnerElements.d.ts","sourceRoot":"","sources":["../../../../../src/views/chat/input/buttons/customButtonInnerElements.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAC;AAGnE,qBAAa,yBAAyB;IACpC,OAAO,CAAC,MAAM,CAAC,iBAAiB;IAOhC,OAAO,CAAC,MAAM,CAAC,aAAa;WAId,mBAAmB,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,YAAY,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAOxF,OAAO,CAAC,MAAM,CAAC,cAAc;WAQf,0BAA0B,CAAC,CAAC,EACtC,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,YAAY,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC;CAM/E"}
|