@things-factory/setting-ui 7.0.44 → 7.0.49
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-client/pages/partner-setting-list.d.ts +1 -1
- package/dist-client/pages/setting-list.d.ts +1 -1
- package/dist-client/pages/setting.d.ts +1 -1
- package/dist-client/setting-lets/domain-switch-let.d.ts +1 -1
- package/dist-client/setting-lets/secure-iplist-setting-let.d.ts +1 -1
- package/dist-client/setting-lets/theme-mode-setting-let.d.ts +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
|
@@ -15,7 +15,7 @@ export declare class PartnerSettingList extends PartnerSettingList_base {
|
|
|
15
15
|
private partnerDomain;
|
|
16
16
|
private mode;
|
|
17
17
|
private dataGrist;
|
|
18
|
-
render(): import("lit
|
|
18
|
+
render(): import("lit").TemplateResult<1>;
|
|
19
19
|
get context(): {
|
|
20
20
|
title: string;
|
|
21
21
|
help: string;
|
|
@@ -17,7 +17,7 @@ export declare class SettingList extends SettingList_base {
|
|
|
17
17
|
private mode;
|
|
18
18
|
private refreshHandlers;
|
|
19
19
|
private dataGrist;
|
|
20
|
-
render(): import("lit
|
|
20
|
+
render(): import("lit").TemplateResult<1>;
|
|
21
21
|
get context(): {
|
|
22
22
|
title: string;
|
|
23
23
|
help: string;
|
|
@@ -9,7 +9,7 @@ declare const SettingPage_base: (new (...args: any[]) => {
|
|
|
9
9
|
export declare class SettingPage extends SettingPage_base {
|
|
10
10
|
static styles: import("lit").CSSResult[];
|
|
11
11
|
private _settings;
|
|
12
|
-
render(): import("lit
|
|
12
|
+
render(): import("lit").TemplateResult<1>;
|
|
13
13
|
stateChanged(state: any): void;
|
|
14
14
|
get context(): {
|
|
15
15
|
title: string;
|
|
@@ -12,7 +12,7 @@ export declare class DomainSwitchLet extends DomainSwitchLet_base {
|
|
|
12
12
|
static styles: import("lit").CSSResult[];
|
|
13
13
|
domains: any[];
|
|
14
14
|
domain: any;
|
|
15
|
-
render(): import("lit
|
|
15
|
+
render(): import("lit").TemplateResult<1>;
|
|
16
16
|
stateChanged(state: any): void;
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -15,7 +15,7 @@ export declare class SecureIPListSettingLet extends LitElement {
|
|
|
15
15
|
blacklist: any;
|
|
16
16
|
protectedlist: any;
|
|
17
17
|
protectedPrivileges: any;
|
|
18
|
-
render(): import("lit
|
|
18
|
+
render(): import("lit").TemplateResult<1>;
|
|
19
19
|
firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): Promise<void>;
|
|
20
20
|
checkAll(checked: any): void;
|
|
21
21
|
oncheckAll(e: any): void;
|
|
@@ -5,7 +5,7 @@ declare const ThemeModeSettingLet_base: (new (...args: any[]) => LitElement) & t
|
|
|
5
5
|
export declare class ThemeModeSettingLet extends ThemeModeSettingLet_base {
|
|
6
6
|
static styles: import("lit").CSSResult[];
|
|
7
7
|
themeMode: 'dark' | 'light' | 'auto';
|
|
8
|
-
render(): import("lit
|
|
8
|
+
render(): import("lit").TemplateResult<1>;
|
|
9
9
|
firstUpdated(): Promise<void>;
|
|
10
10
|
onChangeThemeMode(e: Event): Promise<void>;
|
|
11
11
|
}
|