Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10352673
password-with-generator.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
407 B
Referenced Files
None
Subscribers
None
password-with-generator.ts
View Options
import
{
FormField
}
from
"../../index.js"
;
import
{
SimpleInput
}
from
"./simple-input.js"
;
export
class
PasswordWithGenerator
extends
SimpleInput
{
constructor
(
field
:
FormField
)
{
super
(
field
,
{
type
:
"password"
});
}
async
preInput
()
{
return
/* HTML */
`<button
data-controller="password-generate-button"
data-action="password-generate-button#generate"
>
Generate
</button>`
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Nov 2, 17:55 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016003
Default Alt Text
password-with-generator.ts (407 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment