canary/app/profile/-view.tree/profile.view.tree.d.ts
2025-08-17 18:20:07 +03:00

127 lines
No EOL
3.5 KiB
TypeScript

declare namespace $ {
type $mol_text__text_hd_canary_app_profile_1 = $mol_type_enforce<
string
,
ReturnType< $mol_text['text'] >
>
type $mol_password__value_hd_canary_app_profile_2 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['password'] >
,
ReturnType< $mol_password['value'] >
>
type $mol_form_field__name_hd_canary_app_profile_3 = $mol_type_enforce<
string
,
ReturnType< $mol_form_field['name'] >
>
type $mol_form_field__bids_hd_canary_app_profile_4 = $mol_type_enforce<
readonly(any)[]
,
ReturnType< $mol_form_field['bids'] >
>
type $mol_form_field__Content_hd_canary_app_profile_5 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['Password'] >
,
ReturnType< $mol_form_field['Content'] >
>
type $mol_list__rows_hd_canary_app_profile_6 = $mol_type_enforce<
readonly(any)[]
,
ReturnType< $mol_list['rows'] >
>
type $mol_link__uri_hd_canary_app_profile_7 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['export_link'] >
,
ReturnType< $mol_link['uri'] >
>
type $mol_link__title_hd_canary_app_profile_8 = $mol_type_enforce<
string
,
ReturnType< $mol_link['title'] >
>
type $mol_list__rows_hd_canary_app_profile_9 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['export_rows'] >
,
ReturnType< $mol_list['rows'] >
>
type $mol_text__text_hd_canary_app_profile_10 = $mol_type_enforce<
string
,
ReturnType< $mol_text['text'] >
>
type $mol_list__rows_hd_canary_app_profile_11 = $mol_type_enforce<
readonly(any)[]
,
ReturnType< $mol_list['rows'] >
>
type $mol_avatar__id_hd_canary_app_profile_12 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['peer_new'] >
,
ReturnType< $mol_avatar['id'] >
>
type $mol_button_minor__click_hd_canary_app_profile_13 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['import_switch'] >
,
ReturnType< $mol_button_minor['click'] >
>
type $mol_button_minor__sub_hd_canary_app_profile_14 = $mol_type_enforce<
readonly(any)[]
,
ReturnType< $mol_button_minor['sub'] >
>
type $mol_list__rows_hd_canary_app_profile_15 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['import_rows'] >
,
ReturnType< $mol_list['rows'] >
>
type $mol_list__rows_hd_canary_app_profile_16 = $mol_type_enforce<
ReturnType< $hd_canary_app_profile['content'] >
,
ReturnType< $mol_list['rows'] >
>
type $mol_labeler__title_hd_canary_app_profile_17 = $mol_type_enforce<
string
,
ReturnType< $mol_labeler['title'] >
>
type $mol_labeler__content_hd_canary_app_profile_18 = $mol_type_enforce<
readonly(any)[]
,
ReturnType< $mol_labeler['content'] >
>
export class $hd_canary_app_profile extends $mol_page {
Expot_bid( ): $mol_text
password_bid( ): string
password( next?: string ): string
Password( ): $mol_password
Password_field( ): $mol_form_field
Export_pass( ): $mol_list
export_link( ): string
Export_link( ): $mol_link
export_rows( ): readonly(any)[]
Export_block( ): $mol_list
Iport_descr( ): $mol_text
Import_pass( ): $mol_list
import_switch( next?: any ): any
peer_new( ): string
Peer_new( ): $mol_avatar
impot_switch_title( ): string
Import_switch( ): $mol_button_minor
import_rows( ): readonly(any)[]
Import_block( ): $mol_list
content( ): readonly(any)[]
Content( ): $mol_list
Auth_block( ): $mol_labeler
title( ): string
key_size( ): number
bid_pass_long( ): string
attr( ): ({
'mol_theme': string,
}) & ReturnType< $mol_page['attr'] >
body( ): readonly(any)[]
}
}
//# sourceMappingURL=profile.view.tree.d.ts.map