@descope/web-component 3.65.0 → 3.66.1
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/index.d.ts
CHANGED
|
@@ -276,12 +276,12 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
276
276
|
readonly cssRules: CSSRuleList;
|
|
277
277
|
} | CSSStyleSheet;
|
|
278
278
|
nonce: string;
|
|
279
|
-
"__#
|
|
279
|
+
"__#34165@#setNonce"(): void;
|
|
280
280
|
init(): Promise<void>;
|
|
281
|
-
"__#
|
|
281
|
+
"__#34160@#observeMappings": {};
|
|
282
282
|
observeAttribute(attrName: string, onAttrChange: (attrName: string, value: string) => void): () => any;
|
|
283
283
|
observeAttributes(attrs: string[], cb: (attrName: string, value: string) => void): () => void;
|
|
284
|
-
"__#
|
|
284
|
+
"__#34159@#isInit": boolean;
|
|
285
285
|
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
286
286
|
accessKey: string;
|
|
287
287
|
readonly accessKeyLabel: string;
|
|
@@ -607,8 +607,8 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
607
607
|
tabIndex: number;
|
|
608
608
|
blur(): void;
|
|
609
609
|
focus(options?: FocusOptions): void;
|
|
610
|
-
"__#
|
|
611
|
-
"__#
|
|
610
|
+
"__#34158@#logger": _descope_sdk_mixins_static_resources_mixin.Logger;
|
|
611
|
+
"__#34158@#wrapLogger"(logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>): _descope_sdk_mixins_static_resources_mixin.Logger;
|
|
612
612
|
get logger(): _descope_sdk_mixins_static_resources_mixin.Logger;
|
|
613
613
|
set logger(logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>);
|
|
614
614
|
onLogEvent(logLevel: "error" | "warn" | "info" | "debug", data: any[]): void;
|
|
@@ -944,15 +944,15 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
944
944
|
focus(options?: FocusOptions): void;
|
|
945
945
|
};
|
|
946
946
|
} & (new (...params: any[]) => {
|
|
947
|
-
"__#
|
|
948
|
-
"__#
|
|
949
|
-
"__#
|
|
950
|
-
"__#
|
|
947
|
+
"__#34162@#lastBaseUrl"?: string;
|
|
948
|
+
"__#34162@#workingBaseUrl"?: string;
|
|
949
|
+
"__#34162@#failedUrls": Set<string>;
|
|
950
|
+
"__#34162@#getResourceUrls"(filename: string): (URL & {
|
|
951
951
|
baseUrl: string;
|
|
952
952
|
}) | (URL & {
|
|
953
953
|
baseUrl: string;
|
|
954
954
|
})[];
|
|
955
|
-
"__#
|
|
955
|
+
"__#34162@#createResourceUrl"(filename: string, baseUrl: string): URL & {
|
|
956
956
|
baseUrl: string;
|
|
957
957
|
};
|
|
958
958
|
fetchStaticResource<F extends "text" | "json">(filename: string, format: F): Promise<{
|
|
@@ -1288,38 +1288,43 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
1288
1288
|
blur(): void;
|
|
1289
1289
|
focus(options?: FocusOptions): void;
|
|
1290
1290
|
readonly projectId: string;
|
|
1291
|
-
"__#
|
|
1291
|
+
"__#34161@#handleError"(attrName: string, newValue: string): void;
|
|
1292
1292
|
init(): Promise<void>;
|
|
1293
|
-
"__#
|
|
1293
|
+
"__#34160@#observeMappings": {};
|
|
1294
1294
|
observeAttribute(attrName: string, onAttrChange: (attrName: string, value: string) => void): () => any;
|
|
1295
1295
|
observeAttributes(attrs: string[], cb: (attrName: string, value: string) => void): () => void;
|
|
1296
|
-
"__#
|
|
1297
|
-
"__#
|
|
1298
|
-
"__#
|
|
1296
|
+
"__#34159@#isInit": boolean;
|
|
1297
|
+
"__#34158@#logger": _descope_sdk_mixins_static_resources_mixin.Logger;
|
|
1298
|
+
"__#34158@#wrapLogger": ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger);
|
|
1299
1299
|
get logger(): _descope_sdk_mixins_static_resources_mixin.Logger;
|
|
1300
1300
|
set logger(logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>);
|
|
1301
1301
|
onLogEvent: ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void);
|
|
1302
1302
|
}) & (new (...params: any[]) => {
|
|
1303
|
-
"__#
|
|
1304
|
-
"__#
|
|
1303
|
+
"__#34174@#globalStyle": _descope_sdk_mixins_static_resources_mixin.InjectedStyle;
|
|
1304
|
+
"__#34174@#tenantStyle": _descope_sdk_mixins_static_resources_mixin.InjectedStyle;
|
|
1305
|
+
"__#34174@#customStyle": _descope_sdk_mixins_static_resources_mixin.InjectedStyle;
|
|
1305
1306
|
readonly theme: _descope_sdk_mixins_static_resources_mixin.ThemeOptions;
|
|
1306
1307
|
readonly styleId: string;
|
|
1307
1308
|
readonly themeOverride: Record<string, any>;
|
|
1308
|
-
"__#
|
|
1309
|
-
"__#
|
|
1310
|
-
"__#
|
|
1311
|
-
|
|
1312
|
-
"__#
|
|
1313
|
-
"__#
|
|
1314
|
-
"__#
|
|
1315
|
-
"__#
|
|
1309
|
+
"__#34174@#getThemeOverrideString"(): string;
|
|
1310
|
+
"__#34174@#_themeResource": Promise<void | Record<string, any>>;
|
|
1311
|
+
"__#34174@#_tenantThemeResource": Promise<Record<string, any>>;
|
|
1312
|
+
"__#34174@#fetchTheme"(): Promise<Record<string, any>>;
|
|
1313
|
+
readonly "__#34174@#themeResource": Promise<void | Record<string, any>>;
|
|
1314
|
+
"__#34174@#loadGlobalStyle"(): Promise<void>;
|
|
1315
|
+
"__#34174@#fetchTenantTheme"(): Promise<Record<string, any>>;
|
|
1316
|
+
readonly "__#34174@#tenantThemeResource": Promise<Record<string, any>>;
|
|
1317
|
+
"__#34174@#loadTenantStyle"(): Promise<void>;
|
|
1318
|
+
"__#34174@#loadCustomStyle"(): Promise<void>;
|
|
1319
|
+
"__#34174@#loadComponentsStyle"(): Promise<void>;
|
|
1320
|
+
"__#34174@#getFontsConfig"(): Promise<Record<string, {
|
|
1316
1321
|
url?: string;
|
|
1317
1322
|
}>>;
|
|
1318
|
-
"__#
|
|
1319
|
-
"__#
|
|
1320
|
-
"__#
|
|
1321
|
-
"__#
|
|
1322
|
-
"__#
|
|
1323
|
+
"__#34174@#loadFonts"(): Promise<void>;
|
|
1324
|
+
"__#34174@#applyTheme"(): Promise<void>;
|
|
1325
|
+
"__#34174@#onThemeChange": () => void;
|
|
1326
|
+
"__#34174@#loadTheme"(): void;
|
|
1327
|
+
"__#34174@#toggleOsThemeChangeListener": (listen: boolean) => void;
|
|
1323
1328
|
init(): Promise<void>;
|
|
1324
1329
|
injectStyle: ((cssString: string, { prepend }?: {
|
|
1325
1330
|
prepend?: boolean;
|
|
@@ -1337,12 +1342,12 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
1337
1342
|
readonly cssRules: CSSRuleList;
|
|
1338
1343
|
});
|
|
1339
1344
|
nonce: string;
|
|
1340
|
-
"__#
|
|
1341
|
-
"__#
|
|
1342
|
-
observeAttribute: ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any);
|
|
1343
|
-
observeAttributes: ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void);
|
|
1344
|
-
"__#
|
|
1345
|
-
connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
1345
|
+
"__#34165@#setNonce": (() => void) & (() => void);
|
|
1346
|
+
"__#34160@#observeMappings": {};
|
|
1347
|
+
observeAttribute: ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any);
|
|
1348
|
+
observeAttributes: ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void);
|
|
1349
|
+
"__#34159@#isInit": boolean;
|
|
1350
|
+
connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
1346
1351
|
accessKey: string;
|
|
1347
1352
|
readonly accessKeyLabel: string;
|
|
1348
1353
|
autocapitalize: string;
|
|
@@ -1667,25 +1672,25 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
1667
1672
|
tabIndex: number;
|
|
1668
1673
|
blur(): void;
|
|
1669
1674
|
focus(options?: FocusOptions): void;
|
|
1670
|
-
"__#
|
|
1671
|
-
"__#
|
|
1675
|
+
"__#34158@#logger": _descope_sdk_mixins_static_resources_mixin.Logger;
|
|
1676
|
+
"__#34158@#wrapLogger": ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger) & ((logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>) => _descope_sdk_mixins_static_resources_mixin.Logger);
|
|
1672
1677
|
get logger(): _descope_sdk_mixins_static_resources_mixin.Logger;
|
|
1673
1678
|
set logger(logger: Partial<_descope_sdk_mixins_static_resources_mixin.Logger>);
|
|
1674
|
-
onLogEvent: ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void);
|
|
1679
|
+
onLogEvent: ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void) & ((logLevel: "error" | "warn" | "info" | "debug", data: any[]) => void);
|
|
1675
1680
|
contentRootElement: HTMLElement;
|
|
1676
1681
|
rootElement: HTMLElement;
|
|
1677
1682
|
readonly config: Promise<_descope_sdk_mixins_static_resources_mixin.Config>;
|
|
1678
|
-
"__#
|
|
1679
|
-
"__#
|
|
1680
|
-
"__#
|
|
1681
|
-
"__#
|
|
1683
|
+
"__#34164@#configCacheClear": (() => void) & (() => void);
|
|
1684
|
+
"__#34164@#_configResource": Promise<_descope_sdk_mixins_static_resources_mixin.Config>;
|
|
1685
|
+
"__#34164@#fetchConfig": (() => Promise<_descope_sdk_mixins_static_resources_mixin.Config>) & (() => Promise<_descope_sdk_mixins_static_resources_mixin.Config>);
|
|
1686
|
+
"__#34163@#callbacks": Map<string, () => void> & Map<string, () => void>;
|
|
1682
1687
|
onReset: ((sectionId: string, callback: () => void | Promise<void>) => () => void) & ((sectionId: string, callback: () => void | Promise<void>) => () => void);
|
|
1683
1688
|
reset: ((...sectionIds: string[]) => Promise<void>) & ((...sectionIds: string[]) => Promise<void>);
|
|
1684
|
-
"__#
|
|
1685
|
-
"__#
|
|
1686
|
-
"__#
|
|
1687
|
-
"__#
|
|
1688
|
-
"__#
|
|
1689
|
+
"__#34161@#handleError": ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void);
|
|
1690
|
+
"__#34162@#lastBaseUrl"?: string;
|
|
1691
|
+
"__#34162@#workingBaseUrl"?: string;
|
|
1692
|
+
"__#34162@#failedUrls": Set<string>;
|
|
1693
|
+
"__#34162@#getResourceUrls": ((filename: string) => (URL & {
|
|
1689
1694
|
baseUrl: string;
|
|
1690
1695
|
}) | (URL & {
|
|
1691
1696
|
baseUrl: string;
|
|
@@ -1698,7 +1703,7 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
1698
1703
|
}) | (URL & {
|
|
1699
1704
|
baseUrl: string;
|
|
1700
1705
|
})[]);
|
|
1701
|
-
"__#
|
|
1706
|
+
"__#34162@#createResourceUrl": ((filename: string, baseUrl: string) => URL & {
|
|
1702
1707
|
baseUrl: string;
|
|
1703
1708
|
}) & ((filename: string, baseUrl: string) => URL & {
|
|
1704
1709
|
baseUrl: string;
|
|
@@ -1718,12 +1723,12 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
1718
1723
|
readonly baseStaticUrl: string;
|
|
1719
1724
|
readonly baseUrl: string;
|
|
1720
1725
|
readonly projectId: string;
|
|
1721
|
-
"__#
|
|
1722
|
-
"__#
|
|
1723
|
-
"__#
|
|
1726
|
+
"__#34168@#getComponentsVersion"(): Promise<string>;
|
|
1727
|
+
"__#34168@#getComponentsVersionSri"(): Promise<string>;
|
|
1728
|
+
"__#34168@#descopeUi": Promise<any>;
|
|
1724
1729
|
readonly descopeUi: Promise<any>;
|
|
1725
|
-
"__#
|
|
1726
|
-
"__#
|
|
1730
|
+
"__#34168@#loadDescopeUiComponent"(componentName: string): Promise<any>;
|
|
1731
|
+
"__#34168@#getDescopeUi"(): Promise<any>;
|
|
1727
1732
|
loadDescopeUiComponents(templateOrComponentNames: string[] | HTMLTemplateElement): Promise<any[]>;
|
|
1728
1733
|
readonly baseCdnUrl: string;
|
|
1729
1734
|
injectNpmLib(libName: string, version: string, filePath?: string, overrides?: string[], integrity?: string): Promise<{
|
|
@@ -1731,6 +1736,7 @@ declare const BaseClass: (new (...params: any[]) => {
|
|
|
1731
1736
|
url: URL;
|
|
1732
1737
|
integrity?: string;
|
|
1733
1738
|
}>;
|
|
1739
|
+
readonly tenantId: string;
|
|
1734
1740
|
}) & {
|
|
1735
1741
|
new (): HTMLElement;
|
|
1736
1742
|
prototype: HTMLElement;
|
|
@@ -1758,7 +1764,6 @@ declare class BaseDescopeWc extends BaseClass {
|
|
|
1758
1764
|
constructor(updateExecState: FlowStateUpdateFn);
|
|
1759
1765
|
get flowId(): string;
|
|
1760
1766
|
get client(): Record<string, any>;
|
|
1761
|
-
get tenantId(): string;
|
|
1762
1767
|
get redirectUrl(): string;
|
|
1763
1768
|
get debug(): boolean;
|
|
1764
1769
|
get locale(): string;
|