SYMBOL INDEX (2452 symbols across 243 files) FILE: packages/cpro/sum.cpp function sum (line 6) | std::string sum(double a,double b) { function EMSCRIPTEN_BINDINGS (line 11) | EMSCRIPTEN_BINDINGS(myModule) { FILE: packages/debug/koaStatic/index.ts constant PORT (line 12) | const PORT = 5555; constant STATIC_DIR (line 14) | const STATIC_DIR = 'dist'; FILE: packages/docs/.vitepress/common/index.ts constant GTAG (line 3) | const GTAG = 'https://www.googletagmanager.com/gtag/js?id=G-0MPS5WH1C0'; constant GOOGLE_ANALYSE (line 5) | const GOOGLE_ANALYSE = `;window.dataLayer = window.dataLayer || [];funct... constant BD_ANALYSE (line 7) | const BD_ANALYSE = ` constant PREVIEW_CODE (line 17) | const PREVIEW_CODE = ` constant DESCRIPTION (line 37) | const DESCRIPTION = constant HOME (line 40) | const HOME = 'https://chaxus.github.io/ran/'; constant BASE_PATH (line 42) | const BASE_PATH = '/ran/'; constant HOME_ICON (line 44) | const HOME_ICON = `${HOME}home.svg`; constant UTILS_PATH (line 46) | const UTILS_PATH = `${HOME}src/ranuts/utils/`; constant RANUI_PATH (line 48) | const RANUI_PATH = `${HOME}src/ranui/`; constant ARTICLE_PATH (line 50) | const ARTICLE_PATH = `${HOME}src/article/designMode.html`; constant KEY_WORDS (line 52) | const KEY_WORDS = 'ran,component,components,ui,design,ranui,web-componen... constant GITHUB (line 54) | const GITHUB = 'https://github.com/chaxus/ran'; constant SERVICE_WORK (line 56) | const SERVICE_WORK = ` constant SET_FONT_SIZE (line 80) | const SET_FONT_SIZE = ` FILE: packages/docs/.vitepress/lib/constant.ts type INPUT_STATUS (line 1) | enum INPUT_STATUS { type LANGS_DICT (line 7) | enum LANGS_DICT { constant RAN_CHAXUS_LANG (line 12) | const RAN_CHAXUS_LANG = 'ran_chaxus_lang'; constant LOADED_LOCALES (line 14) | const LOADED_LOCALES: string[] = []; constant LANG_MESSAGES (line 16) | const LANG_MESSAGES = { type I18N_MODE (line 25) | enum I18N_MODE { constant PWA_INSTALL_ID (line 29) | const PWA_INSTALL_ID = 'PWA_INSTALL_ID'; constant PWA_ELEMENT_NAME (line 30) | const PWA_ELEMENT_NAME = 'pwa-install'; constant MANIFEST_PATH_ROOT (line 31) | const MANIFEST_PATH_ROOT = '/ran/manifest.json'; FILE: packages/docs/.vitepress/plugins/env.ts type Env (line 12) | interface Env { FILE: packages/docs/.vitepress/theme/index.ts type ImportMeta (line 15) | interface ImportMeta { method enhanceApp (line 39) | enhanceApp({ app }: EnhanceAppContext): void { FILE: packages/docs/public/sw.js constant CACHE_NAME (line 1) | const CACHE_NAME = 'chaxus_ran_' + VERSION constant IGNORE_REQUEST_LIST (line 3) | const IGNORE_REQUEST_LIST = [ constant REQUEST_METHOD (line 15) | const REQUEST_METHOD = { constant RESPONSE_STATUS (line 19) | const RESPONSE_STATUS = { constant SERVICE_WORK (line 23) | const SERVICE_WORK = { FILE: packages/docs/typings.d.ts type Window (line 2) | interface Window { type Process (line 8) | interface Process { FILE: packages/docs/variable/SERVICE_WORK_VERSION.ts constant SERVICE_WORK_VERSION (line 1) | const SERVICE_WORK_VERSION = '1763186055'; FILE: packages/im/app/controllers/home.ts class HomeController (line 14) | class HomeController { method index (line 15) | async index(ctx: Context): Promise { FILE: packages/im/app/controllers/im.ts constant STR (line 3) | const STR = class IMController (line 6) | class IMController { method dialog (line 7) | dialog(ctx: Context): void { FILE: packages/im/app/controllers/user.ts class UserController (line 3) | class UserController { method login (line 4) | async login(ctx: Context): Promise { method list (line 14) | async list(ctx: Context): Promise { FILE: packages/im/app/lib/constant.ts constant DDTOKEN (line 2) | const DDTOKEN = '4e6add99ad420323a61b0ad4caa4940ec2806670a20ff00d32adbe8... constant ADMINISTRATOR (line 3) | const ADMINISTRATOR = 1; constant HTML_PATH_DEV (line 5) | const HTML_PATH_DEV = '../../views/index.html'; constant FORMAT (line 6) | const FORMAT = 'utf-8'; constant TEMPLATE_REPLACE (line 7) | const TEMPLATE_REPLACE = ''; constant RENDER_PATH_DEV (line 8) | const RENDER_PATH_DEV = '/client/server.tsx'; constant HTML_PATH_PROD (line 9) | const HTML_PATH_PROD = '../../dist/client/views/index.html'; constant RENDER_PATH_PROD (line 10) | const RENDER_PATH_PROD = '../../dist/server/server.js'; constant HTML_PATH_MAP (line 11) | const HTML_PATH_MAP: Record = { constant RENDER_PATH_MAP (line 15) | const RENDER_PATH_MAP: Record = { constant PRODUCTION (line 20) | const PRODUCTION = 'production'; constant PRODUCTION_DIR (line 22) | const PRODUCTION_DIR = '../../dist/'; constant DEVELOPMENT_DIR (line 23) | const DEVELOPMENT_DIR = '../../dist/views/'; constant PORT (line 25) | const PORT = 30102; constant LOCAL_URL (line 26) | const LOCAL_URL = `http://localhost:${PORT}`; constant TYPE_OPJECT (line 27) | const TYPE_OPJECT = '[object Object]'; constant TYPE_FUNCTION (line 28) | const TYPE_FUNCTION = '[object Function]'; constant MIME_TYPES (line 30) | const MIME_TYPES: Record = { FILE: packages/im/app/lib/index.ts class HtmlWritable (line 5) | class HtmlWritable extends Writable { method constructor (line 8) | constructor() { method getHtml (line 14) | getHtml(): string { method getFragment (line 18) | getFragment(): string { method _write (line 22) | _write(chunk: Uint8Array, _: string, callback = noop): void { method _final (line 27) | _final(callback = noop): void { FILE: packages/im/app/lib/request.ts function parseURL (line 5) | function parseURL(requestUrl: string): { query: UrlWithParsedQuery['quer... function extractParams (line 15) | function extractParams(pathname: string, pathPattern: string): Record>; type Chemical (line 6) | type Chemical = Record; type RequestBody (line 8) | type RequestBody = any; type ResponseWriteChunk (line 10) | type ResponseWriteChunk = any; type ContextRquest (line 12) | interface ContextRquest { type ContextResponse (line 20) | interface ContextResponse { type Context (line 26) | interface Context { FILE: packages/im/client/app.tsx function RoutesContent (line 13) | function RoutesContent(): JSX.Element { FILE: packages/im/client/components/backdrop/index.tsx type BackDropProps (line 9) | interface BackDropProps { FILE: packages/im/client/lib/eventSource.ts type RequestOption (line 1) | interface RequestOption { type EventSourceStatus (line 8) | enum EventSourceStatus { class EventStreamFetch (line 15) | class EventStreamFetch { method constructor (line 18) | constructor() { class EventStreamSource (line 96) | class EventStreamSource { method constructor (line 100) | constructor() { FILE: packages/im/client/lib/index.ts type Polygon (line 1) | interface Polygon { FILE: packages/im/client/pages/home/index.tsx type IMResponse (line 4) | interface IMResponse { FILE: packages/im/client/router/index.tsx type Redirect (line 14) | interface Redirect { FILE: packages/im/client/server.tsx function render (line 8) | function render(ctx: Context, options: RenderToPipeableStreamOptions = {... FILE: packages/image-process/main.c function main (line 5) | int main(int argc, char **argv) { FILE: packages/image-process/src/image_processing.c function process_image (line 6) | int process_image(const char *infile, const char *outfile) { FILE: packages/ml/client/components/BinaryModel.tsx type Window (line 13) | interface Window { type TensorLike2D (line 22) | type TensorLike2D = type HouseSaleDataSet (line 33) | interface HouseSaleDataSet extends TensorContainerObject { class BinaryModel (line 127) | class BinaryModel { FILE: packages/ml/client/components/Emotion.tsx type Window (line 13) | interface Window { type TextEmotionData (line 93) | interface TextEmotionData extends TensorContainerObject { class EmotionModel (line 98) | class EmotionModel { method constructor (line 107) | constructor() { FILE: packages/ml/client/components/LineModel.tsx type Window (line 13) | interface Window { type TensorLike2D (line 21) | type TensorLike2D = type HouseSaleDataSet (line 32) | interface HouseSaleDataSet extends TensorContainerObject { class LineModel (line 37) | class LineModel { FILE: packages/ml/client/components/MultiModel.tsx type TensorLike2D (line 17) | type TensorLike2D = type HouseSaleDataSet (line 28) | interface HouseSaleDataSet extends TensorContainerObject { class MultiModel (line 140) | class MultiModel { FILE: packages/ml/client/lib.ts type TfVersion (line 6) | interface TfVersion { type TfInfo (line 16) | interface TfInfo { type Normalise (line 27) | interface Normalise { function createLotsOfTensors (line 36) | function createLotsOfTensors(): void { FILE: packages/ml/src/ebook/index.ts type Window (line 5) | interface Window { type ChapterInfo (line 13) | interface ChapterInfo { type TrainingData (line 20) | interface TrainingData { type ModelData (line 25) | interface ModelData { class ChapterDetector (line 32) | class ChapterDetector { method buildVocabulary (line 48) | private buildVocabulary(content: string) { method preprocessText (line 64) | private preprocessText(text: string): number[] { method generateLabels (line 80) | private generateLabels(text: string, chapters: ChapterInfo[]): string[] { method buildModel (line 119) | private async buildModel() { method saveModel (line 176) | public async saveModel(): Promise { method loadModel (line 211) | public async loadModel(file: File): Promise { method train (line 229) | public async train( method detectChapters (line 331) | public async detectChapters(contents: string[]): Promise { FILE: packages/ranite/src/client/client.ts type Update (line 9) | interface Update { function handleMessage (line 16) | async function handleMessage(payload: any) { type HotModule (line 33) | interface HotModule { type HotCallback (line 38) | interface HotCallback { function acceptDeps (line 53) | function acceptDeps(deps: string[], callback: any) { method accept (line 67) | accept(deps: any) { method prune (line 76) | prune(cb: (data: any) => void) { function fetchUpdate (line 86) | async function fetchUpdate({ path, timestamp }: Update) { function updateStyle (line 119) | function updateStyle(id: string, content: string): void { function removeStyle (line 134) | function removeStyle(id: string): void { FILE: packages/ranite/src/node/ModuleGraph.ts type ResolvedId (line 3) | interface ResolvedId extends ModuleOptions { type ModuleInfo (line 7) | interface ModuleInfo extends ModuleOptions { type ExistingRawSourceMap (line 29) | interface ExistingRawSourceMap { type SourceMapInput (line 39) | type SourceMapInput = ExistingRawSourceMap | string | null | { mappings:... type AcornNode (line 41) | interface AcornNode { type SourceDescription (line 46) | interface SourceDescription extends Partial> { type NullValue (line 52) | type NullValue = null | undefined | void; type TransformResult (line 54) | type TransformResult = string | NullValue | Partial; type CustomPluginOptions (line 56) | type CustomPluginOptions = Record; type ModuleOptions (line 58) | interface ModuleOptions { type PartialNull (line 65) | type PartialNull = { type PartialResolvedId (line 68) | interface PartialResolvedId extends Partial> { class ModuleNode (line 81) | class ModuleNode { method constructor (line 109) | constructor(url: string) { class ModuleGraph (line 115) | class ModuleGraph { method constructor (line 123) | constructor( method getModuleById (line 128) | getModuleById(id: string): ModuleNode | undefined { method getModuleByUrl (line 132) | async getModuleByUrl(rawUrl: string): Promise { method ensureEntryFromUrl (line 141) | async ensureEntryFromUrl(rawUrl: string): Promise { method updateModuleInfo (line 155) | async updateModuleInfo(mod: ModuleNode, importedModules: Set { FILE: packages/ranite/src/node/optimizer/preBundlePlugin.ts function preBundlePlugin (line 19) | function preBundlePlugin(deps: Set): Plugin { FILE: packages/ranite/src/node/optimizer/scanPlugin.ts function scanPlugin (line 7) | function scanPlugin(deps: Set): Plugin { FILE: packages/ranite/src/node/plugin.ts type CustomPluginOptions (line 3) | type CustomPluginOptions = Record; type ModuleOptions (line 5) | interface ModuleOptions { type PartialNull (line 12) | type PartialNull = { type NullValue (line 16) | type NullValue = null | undefined | void; type ServerHook (line 18) | type ServerHook = (server: ServerContext) => (() => void) | void | Promi... type Plugin (line 21) | interface Plugin { type AcornNode (line 30) | interface AcornNode { type ExistingRawSourceMap (line 36) | interface ExistingRawSourceMap { type SourceMapInput (line 46) | type SourceMapInput = ExistingRawSourceMap | string | null | { mappings:... type SourceDescription (line 48) | interface SourceDescription extends Partial> { type PartialResolvedId (line 54) | interface PartialResolvedId extends Partial> { type LoadResult (line 59) | type LoadResult = SourceDescription | string | NullValue; type ResolvedId (line 61) | interface ResolvedId extends ModuleOptions { FILE: packages/ranite/src/node/pluginContainer.ts type PluginContainer (line 3) | interface PluginContainer { class Context (line 16) | class Context { method resolve (line 17) | async resolve(id: string, importer?: string) { method resolveId (line 30) | async resolveId(id: string, importer?: string) { method load (line 48) | async load(id) { method transform (line 66) | async transform(code, id) { FILE: packages/ranite/src/node/plugins/assets.ts function assetPlugin (line 4) | function assetPlugin(): Plugin { FILE: packages/ranite/src/node/plugins/clientInject.ts function clientInjectPlugin (line 7) | function clientInjectPlugin(): Plugin { FILE: packages/ranite/src/node/plugins/css.ts function cssPlugin (line 7) | function cssPlugin(): Plugin { FILE: packages/ranite/src/node/plugins/esbuild.ts function esbuildTransformPlugin (line 7) | function esbuildTransformPlugin(): Plugin { FILE: packages/ranite/src/node/plugins/importAnalysis.ts function importAnalysisPlugin (line 9) | function importAnalysisPlugin(): Plugin { FILE: packages/ranite/src/node/plugins/index.ts function resolvePlugins (line 10) | function resolvePlugins(): Plugin[] { FILE: packages/ranite/src/node/plugins/react-hmr.ts function loadPlugin (line 8) | function loadPlugin(path: string): Promise { constant RUNTIME_PUBLIC_PATH (line 15) | const RUNTIME_PUBLIC_PATH = '/@react-refresh'; function reactHMRPlugin (line 76) | function reactHMRPlugin(): Plugin { FILE: packages/ranite/src/node/plugins/resolve.ts function resolvePlugin (line 12) | function resolvePlugin(): Plugin { FILE: packages/ranite/src/node/server/index.ts type ServerContext (line 17) | interface ServerContext { function startDevServer (line 27) | async function startDevServer(): Promise { FILE: packages/ranite/src/node/server/middlewares/indexHtml.ts function indexHtmlMiddleware (line 6) | function indexHtmlMiddleware(serverContext: ServerContext): NextHandleFu... FILE: packages/ranite/src/node/server/middlewares/static.ts function staticMiddleware (line 6) | function staticMiddleware(): NextHandleFunction { FILE: packages/ranite/src/node/server/middlewares/transform.ts function transformRequest (line 8) | async function transformRequest(url: string, serverContext: ServerContex... function transformMiddleware (line 33) | function transformMiddleware(serverContext: ServerContext): NextHandleFu... FILE: packages/ranite/src/node/utils.ts constant INTERNAL_LIST (line 5) | const INTERNAL_LIST = [CLIENT_PUBLIC_PATH, '/@react-refresh']; function slash (line 7) | function slash(p: string): string { function normalizePath (line 14) | function normalizePath(id: string): string { function isImportRequest (line 33) | function isImportRequest(url: string): boolean { function isInternalRequest (line 37) | function isInternalRequest(url: string): boolean { function removeImportQuery (line 41) | function removeImportQuery(url: string): string { function isPlainObject (line 45) | function isPlainObject(obj: any): boolean { function getShortName (line 49) | function getShortName(file: string, root: string): string { FILE: packages/ranite/src/node/ws.ts function createWebSocketServer (line 5) | function createWebSocketServer(): { FILE: packages/ranui/assets/js/hls.js function r (line 7) | function r(t, e) { function i (line 19) | function i(t) { function n (line 34) | function n(t, e) { function a (line 43) | function a(t, e, r) { function s (line 46) | function s(t, e, r) { function o (line 54) | function o() { function l (line 68) | function l(t, e) { function u (line 71) | function u(t) { function h (line 81) | function h(t, e) { function d (line 91) | function d() { function c (line 101) | function c(t, e, r) { function f (line 114) | function f(t) { function g (line 138) | function g(t, e) { function v (line 143) | function v(t, e) { function m (line 174) | function m(t) { function p (line 187) | function p(t) { function D (line 383) | function D(t) { function I (line 387) | function I(t, e) { function t (line 406) | function t(e) { function x (line 462) | function x(t) { function t (line 466) | function t(t, e) { function t (line 569) | function t(t) { function e (line 625) | function e(e, r) { function e (line 737) | function e(e, r, i, n, a) { function t (line 783) | function t(t) { function V (line 914) | function V(t) { function Y (line 919) | function Y(t) { function W (line 937) | function W(t) { function $ (line 952) | function $(t) { function Z (line 965) | function Z(t) { function tt (line 977) | function tt(t) { function rt (line 991) | function rt(t, e, r) { function yt (line 1135) | function yt() { function Rt (line 1148) | function Rt(t) { function At (line 1151) | function At(t, e) { function kt (line 1155) | function kt(t, e) { function bt (line 1159) | function bt(t, e) { function Dt (line 1162) | function Dt(t, e, r) { function It (line 1165) | function It(t, e) { function wt (line 1181) | function wt(t) { function Ct (line 1204) | function Ct(t) { function _t (line 1239) | function _t(t) { function Pt (line 1247) | function Pt(t) { function xt (line 1255) | function xt(t, e) { function Ft (line 1259) | function Ft(t, e) { function Mt (line 1337) | function Mt(t, e) { function Ot (line 1344) | function Ot(t, e, r, i) { function Nt (line 1394) | function Nt(t) { function Ut (line 1404) | function Ut(t, e, r) { function t (line 1443) | function t(t, e, r, i, n) { function Ht (line 1551) | function Ht(t) { function Vt (line 1554) | function Vt(t, e, r) { function Yt (line 1562) | function Yt(t, e) { function Wt (line 1579) | function Wt(t, e, r) { function jt (line 1598) | function jt(t, e, r) { function qt (line 1609) | function qt() { function Qt (line 1681) | function Qt(t, e) { function t (line 1711) | function t() {} function ie (line 2076) | function ie(t, e, r) { function ne (line 2091) | function ne(t) { function ae (line 2095) | function ae(t, e) { function se (line 2115) | function se(t, e, r) { function oe (line 2119) | function oe(t, e) { function le (line 2125) | function le(t, e, r, i) { function ue (line 2133) | function ue(t, e, r) { function pe (line 2149) | function pe(t) { function ye (line 2159) | function ye(t, e) { function t (line 2164) | function t(t) { function Ee (line 2553) | function Ee(t, e) { function Se (line 2562) | function Se(t, e) { function Le (line 2578) | function Le(t) { function Re (line 2584) | function Re(t, e, r, i) { function De (line 2622) | function De() { function we (line 2634) | function we(t, e) { function t (line 2638) | function t(t) { function t (line 2863) | function t(t) { function t (line 3045) | function t(t, e, r) { function t (line 3067) | function t(t) { function Ue (line 3163) | function Ue(t, e) { function Be (line 3177) | function Be(t, e, r, i, n, a) { function Ge (line 3212) | function Ge(t, e) { function Ke (line 3325) | function Ke(t, e) { function He (line 3330) | function He(t, e) { function Ve (line 3336) | function Ve(t, e, r) { function Ye (line 3340) | function Ye(t, e, r) { function We (line 3348) | function We(t) { function je (line 3358) | function je(t, e) { function qe (line 3362) | function qe(t, e) { function Xe (line 3366) | function Xe(t) { function ze (line 3369) | function ze(t, e, r, i) { function $e (line 3390) | function $e(t, e, r, i) { function Je (line 3400) | function Je(t, e, r) { function Ze (line 3405) | function Ze(t, e, r) { function t (line 3418) | function t(t) { function t (line 3721) | function t(t, e) { function e (line 3945) | function e(e, r) { function dr (line 4340) | function dr(t, e, r) { function cr (line 4346) | function cr(t) { function t (line 4358) | function t(t) { function yr (line 4601) | function yr(t) { function Tr (line 4611) | function Tr(t) { function t (line 4616) | function t(t) { function Lr (line 4825) | function Lr(t, e) { function Rr (line 4843) | function Rr(t, e) { function e (line 4849) | function e(e) { function t (line 4856) | function t(t) { function t (line 5059) | function t() { function t (line 5115) | function t() {} function Cr (line 5197) | function Cr(t, e) { function _r (line 5207) | function _r(t, e) { function Pr (line 5213) | function Pr(t, e) { function xr (line 5217) | function xr(t, e, r) { function Fr (line 5263) | function Fr(t, e) { function t (line 5277) | function t(t, e) { function t (line 5288) | function t(t, e) { function t (line 5299) | function t() { function t (line 5503) | function t(t, e) { function e (line 5640) | function e(e, r, i, n, a) { function Zr (line 6695) | function Zr() { function ti (line 6698) | function ti(t, e) { function t (line 6706) | function t() { function ii (line 6809) | function ii(t, e) { function ni (line 6812) | function ni(t, e) { function ai (line 6815) | function ai(t, e) { function si (line 6818) | function si(t, e) { function oi (line 6821) | function oi(t, e) { function li (line 6832) | function li(t, e, r, i, n) { function ui (line 6886) | function ui(t) { function hi (line 6889) | function hi(t, e, r, i, n) { function e (line 6915) | function e(e, r) { function t (line 6967) | function t(t, e) { function Ti (line 7135) | function Ti(t, e, r, i, n) { function Ei (line 7151) | function Ei(t, e) { function Si (line 7176) | function Si(t, e) { function Li (line 7179) | function Li(t, e) { function Ri (line 7182) | function Ri(t, e) { function t (line 7193) | function t(t) { function t (line 7393) | function t(t, e, r) { function t (line 7466) | function t(t, e, r) { function Ii (line 7924) | function Ii(t, e, r, i) { function wi (line 7927) | function wi(t, e) { function Ci (line 7930) | function Ci(t, e) { function _i (line 7933) | function _i(t, e, r, i) { function Pi (line 7971) | function Pi(t) { function xi (line 8022) | function xi(t, e) { function e (line 8036) | function e() { function t (line 8076) | function t() {} function t (line 8120) | function t() {} function Ui (line 8881) | function Ui(t, e, r, i) { function Bi (line 8886) | function Bi(t, e) { function t (line 8903) | function t(t, e, r, i) { function Vi (line 9386) | function Vi(t, e) { function Yi (line 9392) | function Yi(t, e, r, i) { function Wi (line 9404) | function Wi(t, e, r) { function t (line 9440) | function t() { function Qi (line 9654) | function Qi(t, e) { function t (line 9679) | function t(t, e, r, i, n) { function tn (line 9891) | function tn(t) { function i (line 9924) | function i() {} function n (line 9925) | function n(t, e, r) { function a (line 9928) | function a(t, e, i, a, s) { function s (line 9941) | function s(t, e) { function o (line 9944) | function o() { function sn (line 10052) | function sn(t, e) { function on (line 10061) | function on(t, e) { function ln (line 10064) | function ln(t, e, r) { function e (line 10148) | function e(e, r, i, n) { function t (line 10393) | function t(t, e, r, i) { function e (line 10584) | function e(e, r, i) { function t (line 11417) | function t(t, e, r) { function t (line 11449) | function t(t, e, r, i) { function t (line 11502) | function t(t) { function t (line 11804) | function t() { function e (line 11838) | function e(e, r, i) { function e (line 12385) | function e(e) { function Tn (line 12592) | function Tn(t, e) { function En (line 12597) | function En(t, e) { function e (line 12606) | function e(e, r, i) { method length (line 12880) | get length() { function e (line 12892) | function e(e) { function An (line 13155) | function An(t) { function t (line 13163) | function t(t) { function t (line 13211) | function t(t) { function t (line 13908) | function t() { function t (line 13926) | function t(t, e, r, i, n) { function t (line 13996) | function t(t, e, r, i, n, a) { function t (line 14026) | function t(t) { function t (line 14105) | function t(t) { function t (line 14235) | function t(t, e, r) { function t (line 14402) | function t(t, e, r) { function jn (line 14586) | function jn(t, e, r) { function qn (line 14589) | function qn(t, e, r) { function t (line 14593) | function t(t, e) { function r (line 14632) | function r(t, e) { function i (line 14638) | function i(t) { function n (line 14641) | function n(t) { function a (line 14649) | function a(e, a, s) { function t (line 14861) | function t() {} function $n (line 14871) | function $n(t) { function t (line 14879) | function t() { function Zn (line 14913) | function Zn(t, e, r, i) { function ra (line 14923) | function ra(t, e, r) { function ia (line 14995) | function ia(t) { function t (line 14999) | function t() { function r (line 15013) | function r() { function la (line 15105) | function la(t, e, r) { function ua (line 15108) | function ua(t, e, r, i, n, a, s) { function ga (line 15194) | function ga(t, e, r, i) { function va (line 15269) | function va(t, e, r) { function ma (line 15273) | function ma(t) { function pa (line 15279) | function pa(t, e) { function ya (line 15291) | function ya(t, e, r) { function Ta (line 15294) | function Ta(t) { function Ea (line 15297) | function Ea(t, e) { function t (line 15330) | function t(t) { function La (line 15744) | function La(t, e) { function t (line 15748) | function t(t) { function t (line 15912) | function t(t) { function t (line 15990) | function t(e) { function e (line 16836) | function e(e, r) { function t (line 16855) | function t(e) { function t (line 17008) | function t(t) { function t (line 17045) | function t(t) { function t (line 17182) | function t(t) { function Oa (line 17436) | function Oa(t, e, r, i) { function Na (line 17457) | function Na(t, e, r, i) { function t (line 17477) | function t(t) { function t (line 17665) | function t(t) { function Ha (line 17825) | function Ha(t, e) { function e (line 17829) | function e(e, r, i) { function ja (line 18026) | function ja(t) { function qa (line 18035) | function qa(t) { function t (line 18052) | function t(e) { FILE: packages/ranui/assets/js/katex/katex-es-core.js class SourceLocation (line 5) | class SourceLocation { method constructor (line 8) | constructor(lexer, start, end) { method range (line 28) | static range(first, second) { class Token (line 57) | class Token { method constructor (line 60) | constructor( method range (line 78) | range( class ParseError (line 95) | class ParseError { method constructor (line 98) | constructor( function escape (line 203) | function escape(text) { function getDefaultValue (line 407) | function getDefaultValue(schema) { class Settings (line 438) | class Settings { method constructor (line 439) | constructor(options) { method reportNonstrict (line 476) | reportNonstrict(errorCode, errorMsg, token) { method useStrictBehavior (line 513) | useStrictBehavior(errorCode, errorMsg, token) { method isTrusted (line 555) | isTrusted(context) { class Style (line 579) | class Style { method constructor (line 580) | constructor(id, size, cramped) { method sup (line 592) | sup() { method sub (line 599) | sub() { method fracNum (line 607) | fracNum() { method fracDen (line 615) | fracDen() { method cramp (line 623) | cramp() { method text (line 630) | text() { method isTight (line 637) | isTight() { function scriptFromCodepoint (line 768) | function scriptFromCodepoint(codepoint) { function supportedCodepoint (line 796) | function supportedCodepoint(codepoint) { class DocumentFragment (line 1249) | class DocumentFragment { method constructor (line 1252) | constructor(children) { method hasClass (line 1267) | hasClass(className) { method toNode (line 1272) | toNode() { method toMarkup (line 1281) | toMarkup() { method toText (line 1295) | toText() { function setFontMetrics (line 3581) | function setFontMetrics(fontName, metrics) { function getCharacterMetrics (line 3592) | function getCharacterMetrics(character, font, mode) { function getGlobalMetrics (line 3630) | function getGlobalMetrics(size) { class Options (line 3701) | class Options { method constructor (line 3702) | constructor(data) { method extend (line 3738) | extend(extension) { method havingStyle (line 3764) | havingStyle(style) { method havingCrampedStyle (line 3779) | havingCrampedStyle() { method havingSize (line 3787) | havingSize(size) { method havingBaseStyle (line 3804) | havingBaseStyle(style) { method havingBaseSizing (line 3821) | havingBaseSizing() { method withColor (line 3845) | withColor(color) { method withPhantom (line 3854) | withPhantom() { method withFont (line 3864) | withFont(font) { method withTextFontFamily (line 3873) | withTextFontFamily(fontFamily) { method withTextFontWeight (line 3883) | withTextFontWeight(fontWeight) { method withTextFontShape (line 3893) | withTextFontShape(fontShape) { method sizingClasses (line 3904) | sizingClasses(oldOptions) { method baseSizingClasses (line 3916) | baseSizingClasses() { method fontMetrics (line 3927) | fontMetrics() { method getColor (line 3937) | getColor() { class Span (line 4187) | class Span { method constructor (line 4188) | constructor(classes, children, options, style) { method setAttribute (line 4206) | setAttribute(attribute, value) { method hasClass (line 4209) | hasClass(className) { method toNode (line 4212) | toNode() { method toMarkup (line 4215) | toMarkup() { class Anchor (line 4224) | class Anchor { method constructor (line 4225) | constructor(href, classes, children, options) { method setAttribute (line 4237) | setAttribute(attribute, value) { method hasClass (line 4240) | hasClass(className) { method toNode (line 4243) | toNode() { method toMarkup (line 4246) | toMarkup() { class Img (line 4254) | class Img { method constructor (line 4255) | constructor(src, alt, style) { method hasClass (line 4268) | hasClass(className) { method toNode (line 4271) | toNode() { method toMarkup (line 4286) | toMarkup() { class SymbolNode (line 4316) | class SymbolNode { method constructor (line 4317) | constructor(text, height, depth, italic, skew, width, classes, style) { method hasClass (line 4353) | hasClass(className) { method toNode (line 4361) | toNode() { method toMarkup (line 4390) | toMarkup() { class SvgNode (line 4429) | class SvgNode { method constructor (line 4430) | constructor(children, attributes) { method toNode (line 4436) | toNode() { method toMarkup (line 4451) | toMarkup() { class PathNode (line 4468) | class PathNode { method constructor (line 4469) | constructor(pathName, alternate) { method toNode (line 4475) | toNode() { method toMarkup (line 4485) | toMarkup() { class LineNode (line 4493) | class LineNode { method constructor (line 4494) | constructor(attributes) { method toNode (line 4498) | toNode() { method toMarkup (line 4510) | toMarkup() { function assertSymbolDomNode (line 4521) | function assertSymbolDomNode(group) { function assertSpan (line 4528) | function assertSpan(group) { function defineSymbol (line 4578) | function defineSymbol(mode, font, group, replace, name, acceptUnicodeCha... function defineFunction (line 6266) | function defineFunction(_ref) { function defineFunctionBuilders (line 6299) | function defineFunctionBuilders(_ref2) { function buildHTMLUnbreakable (line 6579) | function buildHTMLUnbreakable(children, options) { function buildHTML (line 6599) | function buildHTML(tree, options) { function newDocumentFragment (line 6700) | function newDocumentFragment(children) { class MathNode (line 6709) | class MathNode { method constructor (line 6710) | constructor(type, children, classes) { method setAttribute (line 6725) | setAttribute(name, value) { method getAttribute (line 6732) | getAttribute(name) { method toNode (line 6739) | toNode() { method toMarkup (line 6758) | toMarkup() { method toText (line 6783) | toText() { class TextNode (line 6791) | class TextNode { method constructor (line 6792) | constructor(text) { method toNode (line 6800) | toNode() { method toMarkup (line 6808) | toMarkup() { method toText (line 6816) | toText() { class SpaceNode (line 6825) | class SpaceNode { method constructor (line 6829) | constructor(width) { method toNode (line 6861) | toNode() { method toMarkup (line 6874) | toMarkup() { method toText (line 6885) | toText() { function buildMathML (line 7098) | function buildMathML(tree, texExpression, options, isDisplayMode, forMat... function buildSvgSpan_ (line 7340) | function buildSvgSpan_() { function assertNodeType (line 7524) | function assertNodeType(node, type) { function assertSymbolNodeType (line 7538) | function assertSymbolNodeType(node) { function checkSymbolNodeType (line 7552) | function checkSymbolNodeType(node) { method handler (line 7954) | handler(_ref, args, optArgs) { method htmlBuilder (line 7966) | htmlBuilder(group, options) { method mathmlBuilder (line 8048) | mathmlBuilder(group, options) { function htmlBuilder$9 (line 8074) | function htmlBuilder$9(group, options) { function mathmlBuilder$8 (line 8078) | function mathmlBuilder$8(group, options) { method handler (line 8127) | handler(_ref, args) { method handler (line 8163) | handler(_ref2, args) { method handler (line 8182) | handler(_ref3, args) { method handler (line 8234) | handler(_ref, args) { method htmlBuilder (line 8243) | htmlBuilder(group, options) { method mathmlBuilder (line 8249) | mathmlBuilder(group, style) { function cdArrow (line 8286) | function cdArrow(arrowChar, labels, parser) { function parseCD (line 8330) | function parseCD(parser) { method handler (line 8489) | handler(_ref, args) { method htmlBuilder (line 8498) | htmlBuilder(group, options) { method mathmlBuilder (line 8509) | mathmlBuilder(group, options) { method handler (line 8531) | handler(_ref2, args) { method htmlBuilder (line 8539) | htmlBuilder(group, options) { method mathmlBuilder (line 8547) | mathmlBuilder(group, options) { method handler (line 8562) | handler(_ref, args) { method handler (line 8617) | handler(_ref, args) { method handler (line 8639) | handler(_ref2, args) { method handler (line 8673) | handler(_ref, args, optArgs) { method htmlBuilder (line 8692) | htmlBuilder(group, options) { method mathmlBuilder (line 8702) | mathmlBuilder(group, options) { method handler (line 8775) | handler(_ref) { method handler (line 8802) | handler(_ref2) { method handler (line 8884) | handler(_ref3) { method handler (line 8909) | handler(_ref4) { function checkDelimiter (line 9830) | function checkDelimiter(delim, context) { function assertParsed (line 9906) | function assertParsed(group) { method handler (line 10327) | handler(_ref, args, optArgs) { method handler (line 10350) | handler(_ref2, args, optArgs) { method handler (line 10375) | handler(_ref3, args) { method handler (line 10391) | handler(_ref4, args) { method handler (line 10412) | handler(_ref5, args) { function defineEnvironment (line 10458) | function defineEnvironment(_ref) { function defineMacro (line 10497) | function defineMacro(name, body) { function getHLines (line 10506) | function getHLines(parser) { function getAutoTag (line 10538) | function getAutoTag(name) { function parseArray (line 10551) | function parseArray(parser, _ref, style) { function dCellStyle (line 10711) | function dCellStyle(envName) { function setHLinePos (line 10766) | function setHLinePos(hlinesInGap) { method handler (line 11228) | handler(context, args) { method handler (line 11291) | handler(context) { method handler (line 11362) | handler(context) { method handler (line 11379) | handler(context, args) { method handler (line 11425) | handler(context) { method handler (line 11487) | handler(context) { method handler (line 11529) | handler(context) { method handler (line 11549) | handler(context) { method handler (line 11569) | handler(context, args) { method handler (line 11585) | handler(_ref, args) { method handler (line 12066) | handler(_ref3) { method handler (line 12113) | handler(_ref4, args) { method handler (line 12174) | handler(_ref5, args) { method handler (line 12362) | handler(_ref, args) { method handler (line 12476) | handler(_ref, args) { method htmlBuilder (line 12484) | htmlBuilder(group, options) { method mathmlBuilder (line 12488) | mathmlBuilder(group, options) { method handler (line 12761) | handler(_ref, args) { method htmlBuilder (line 12790) | htmlBuilder(group, options) { method mathmlBuilder (line 12793) | mathmlBuilder(group, options) { method handler (line 12869) | handler(_ref, args) { method handler (line 12896) | handler(context, args) { method handler (line 13382) | handler(_ref3) { method handler (line 13404) | handler(_ref4) { method handler (line 13439) | handler(_ref5) { method htmlBuilder (line 13593) | htmlBuilder(group, options) { method mathmlBuilder (line 13599) | mathmlBuilder(group, options) { method handler (line 13610) | handler(_ref, args) { method htmlBuilder (line 13619) | htmlBuilder(group, options) { method mathmlBuilder (line 13656) | mathmlBuilder(group, options) { method handler (line 13785) | handler(_ref, args) { method htmlBuilder (line 13796) | htmlBuilder(group, options) { method mathmlBuilder (line 13813) | mathmlBuilder(group, options) { method handler (line 13828) | handler(_ref) { method handler (line 13845) | handler(_ref, args, optArgs) { method htmlBuilder (line 13858) | htmlBuilder(group, options) { method mathmlBuilder (line 13882) | mathmlBuilder(group, options) { function sizingGroup (line 13903) | function sizingGroup(value, options, baseOptions) { method handler (line 14087) | handler(_ref, args, optArgs) { method htmlBuilder (line 14098) | htmlBuilder(group, options) { method mathmlBuilder (line 14197) | mathmlBuilder(group, options) { method handler (line 14219) | handler(_ref, args) { method htmlBuilder (line 14237) | htmlBuilder(group, options) { method mathmlBuilder (line 14243) | mathmlBuilder(group, options) { method htmlBuilder (line 14295) | htmlBuilder(group, options) { method mathmlBuilder (line 14443) | mathmlBuilder(group, options) { method htmlBuilder (line 14524) | htmlBuilder(group, options) { method mathmlBuilder (line 14527) | mathmlBuilder(group, options) { method htmlBuilder (line 14555) | htmlBuilder(group, options) { method mathmlBuilder (line 14558) | mathmlBuilder(group, options) { method htmlBuilder (line 14569) | htmlBuilder(group, options) { method mathmlBuilder (line 14572) | mathmlBuilder(group, options) { method htmlBuilder (line 14619) | htmlBuilder(group, options) { method mathmlBuilder (line 14643) | mathmlBuilder(group, options) { method mathmlBuilder (line 14664) | mathmlBuilder(group, options) { method handler (line 14739) | handler(_ref, args) { method htmlBuilder (line 14749) | htmlBuilder(group, options) { method mathmlBuilder (line 14754) | mathmlBuilder(group, options) { method handler (line 14767) | handler(_ref, args) { method htmlBuilder (line 14775) | htmlBuilder(group, options) { method mathmlBuilder (line 14812) | mathmlBuilder(group, options) { method handler (line 14832) | handler(_ref, args) { method htmlBuilder (line 14840) | htmlBuilder(group, options) { method mathmlBuilder (line 14858) | mathmlBuilder(group, options) { method handler (line 14873) | handler(context, args, optArgs) { method htmlBuilder (line 14880) | htmlBuilder(group, options) { method mathmlBuilder (line 14898) | mathmlBuilder(group, options) { class Lexer (line 14978) | class Lexer { method constructor (line 14979) | constructor(input, settings) { method setCatcode (line 14996) | setCatcode(char, code) { method lex (line 15003) | lex() { class Namespace (line 15043) | class Namespace { method constructor (line 15050) | constructor(builtins, globalMacros) { method beginGroup (line 15068) | beginGroup() { method endGroup (line 15075) | endGroup() { method endGroups (line 15097) | endGroups() { method has (line 15107) | has(name) { method get (line 15119) | get(name) { method set (line 15134) | set(name, value, global) { class MacroExpander (line 16236) | class MacroExpander { method constructor (line 16237) | constructor(input, settings, mode) { method feed (line 16257) | feed(input) { method switchMode (line 16264) | switchMode(newMode) { method beginGroup (line 16271) | beginGroup() { method endGroup (line 16278) | endGroup() { method endGroups (line 16286) | endGroups() { method future (line 16294) | future() { method popToken (line 16304) | popToken() { method pushToken (line 16313) | pushToken(token) { method pushTokens (line 16320) | pushTokens(tokens) { method scanArgument (line 16328) | scanArgument(isOptional) { method consumeSpaces (line 16352) | consumeSpaces() { method consumeArg (line 16367) | consumeArg(delims) { method consumeArgs (line 16437) | consumeArgs(numArgs, delimiters) { method countExpansion (line 16461) | countExpansion(amount) { method expandOnce (line 16487) | expandOnce(expandableOnly) { method expandAfterFuture (line 16534) | expandAfterFuture() { method expandNextToken (line 16542) | expandNextToken() { method expandMacro (line 16565) | expandMacro(name) { method expandTokens (line 16574) | expandTokens(tokens) { method expandMacroAsText (line 16601) | expandMacroAsText(name) { method _getExpansion (line 16614) | _getExpansion(name) { method isDefined (line 16660) | isDefined(name) { method isExpandable (line 16673) | isExpandable(name) { class Parser (line 17216) | class Parser { method constructor (line 17217) | constructor(input, settings) { method expect (line 17238) | expect(text, consume) { method consume (line 17253) | consume() { method fetch (line 17262) | fetch() { method switchMode (line 17272) | switchMode(newMode) { method parse (line 17280) | parse() { method subparse (line 17316) | subparse(tokens) { method parseExpression (line 17342) | parseExpression(breakOnInfix, breakOnTokenText) { method handleInfixNodes (line 17382) | handleInfixNodes(body) { method handleSupSubscript (line 17432) | handleSupSubscript( method formatUnsupportedCmd (line 17450) | formatUnsupportedCmd(text) { method parseAtom (line 17476) | parseAtom(breakOnTokenText) { method parseFunction (line 17615) | parseFunction( method callFunction (line 17641) | callFunction(name, args, optArgs, token, breakOnTokenText) { method parseArguments (line 17659) | parseArguments( method parseGroupOfType (line 17702) | parseGroupOfType(name, type, optional) { method consumeSpaces (line 17758) | consumeSpaces() { method parseStringGroup (line 17768) | parseStringGroup( method parseRegexGroup (line 17793) | parseRegexGroup( method parseColorGroup (line 17815) | parseColorGroup(optional) { method parseSizeGroup (line 17841) | parseSizeGroup(optional) { method parseUrlGroup (line 17885) | parseUrlGroup(optional) { method parseArgumentGroup (line 17909) | parseArgumentGroup(optional, mode) { method parseGroup (line 17943) | parseGroup( method formLigatures (line 17995) | formLigatures(group) { method parseSymbol (line 18036) | parseSymbol() { FILE: packages/ranui/build/config.ts constant TIME_OUT (line 1) | const TIME_OUT = 1000; constant PORT (line 3) | const PORT = 5173; constant DEV_SERVER (line 5) | const DEV_SERVER = `http://localhost:${PORT}/`; FILE: packages/ranui/components/button/index.ts class Button (line 4) | class Button extends (HTMLElementSSR()!) { method observedAttributes (line 11) | static get observedAttributes(): string[] { method constructor (line 14) | constructor() { method sheet (line 31) | get sheet(): string { method sheet (line 34) | set sheet(value: string) { method disabled (line 37) | get disabled(): boolean | string { method disabled (line 40) | set disabled(value: boolean | string | undefined | null) { method iconSize (line 49) | get iconSize(): string { method iconSize (line 52) | set iconSize(value: string | undefined | null) { method icon (line 60) | get icon(): string { method icon (line 63) | set icon(value: string | null) { method effect (line 71) | get effect(): string { method effect (line 74) | set effect(value: string | null) { method connectedCallback (line 142) | connectedCallback(): void { method disconnectCallback (line 150) | disconnectCallback(): void { method attributeChangedCallback (line 154) | attributeChangedCallback(name: string, oldValue: string, newValue: str... function Custom (line 169) | function Custom() { FILE: packages/ranui/components/checkbox/index.ts type Context (line 4) | interface Context { class Checkbox (line 8) | class Checkbox extends (HTMLElementSSR()!) { method observedAttributes (line 14) | static get observedAttributes(): string[] { method constructor (line 17) | constructor() { method disabled (line 34) | get disabled(): string { method disabled (line 37) | set disabled(value: string) { method value (line 40) | get value(): string { method value (line 47) | set value(value: string) { method checked (line 57) | get checked(): string { method checked (line 64) | set checked(value: string) { method connectedCallback (line 103) | connectedCallback(): void { method disconnectCallback (line 106) | disconnectCallback(): void { method attributeChangedCallback (line 109) | attributeChangedCallback(name: string, oldValue: string, newValue: str... function Custom (line 123) | function Custom() { FILE: packages/ranui/components/colorpicker/index.ts constant BOT_WIDTH (line 15) | const BOT_WIDTH = 8; constant HUE (line 17) | const HUE = 360; type Context (line 19) | interface Context { type RGBA (line 28) | interface RGBA { type Signal (line 35) | interface Signal { class ColorPicker (line 43) | class ColorPicker extends (HTMLElementSSR()!) { method observedAttributes (line 69) | static get observedAttributes(): string[] { method constructor (line 72) | constructor() { method value (line 90) | get value(): string { method value (line 93) | set value(value: string) { method connectedCallback (line 423) | connectedCallback(): void { method disconnectCallback (line 426) | disconnectCallback(): void { method attributeChangedCallback (line 433) | attributeChangedCallback(n: string, o: string, v: string): void { function Custom (line 442) | function Custom() { FILE: packages/ranui/components/dropdown/index.ts type ARROW_TYPE (line 7) | enum ARROW_TYPE { class Dropdown (line 14) | class Dropdown extends (HTMLElementSSR()!) { method observedAttributes (line 20) | static get observedAttributes(): string[] { method constructor (line 23) | constructor() { method transit (line 37) | get transit(): string { method transit (line 40) | set transit(value: string) { method arrow (line 47) | get arrow(): string { method arrow (line 50) | set arrow(value: string) { method show (line 57) | get show(): string { method show (line 60) | set show(value: string) { method connectedCallback (line 85) | connectedCallback(): void { method disconnectedCallback (line 89) | disconnectedCallback(): void { method attributeChangedCallback (line 92) | attributeChangedCallback(name: string, _: string, newValue: string): v... function Custom (line 105) | function Custom() { FILE: packages/ranui/components/form/index.ts function Component (line 1) | function Component() { FILE: packages/ranui/components/icon/index.ts constant X_LINKS_NS (line 3) | const X_LINKS_NS = 'http://www.w3.org/1999/xlink'; constant X_LINK_HREF (line 4) | const X_LINK_HREF = 'xlink:href'; function Custom (line 6) | function Custom() { FILE: packages/ranui/components/image/index.ts function Custom (line 3) | function Custom() { FILE: packages/ranui/components/input/index.ts class Input (line 4) | class Input extends (HTMLElementSSR()!) { method observedAttributes (line 5) | static get observedAttributes(): string[] { method constructor (line 31) | constructor() { method value (line 47) | get value(): string { method value (line 54) | set value(value: string) { method placeholder (line 67) | get placeholder(): string { method placeholder (line 74) | set placeholder(value: string) { method required (line 85) | get required(): string { method required (line 92) | set required(value: string) { method disabled (line 103) | get disabled(): string { method disabled (line 110) | set disabled(value: string) { method label (line 124) | get label(): string { method label (line 130) | set label(value: string) { method status (line 136) | get status(): string { method status (line 142) | set status(value: string) { method name (line 155) | get name(): string { method name (line 162) | set name(value: string) { method min (line 169) | get min(): string { method min (line 176) | set min(value: string) { method max (line 183) | get max(): string { method max (line 190) | set max(value: string) { method step (line 197) | get step(): string { method step (line 204) | set step(value: string) { method icon (line 211) | get icon(): string { method icon (line 218) | set icon(value: string) { method prefix (line 229) | get prefix(): string { method prefix (line 236) | set prefix(value: string) { method suffix (line 247) | get suffix(): string { method suffix (line 254) | set suffix(value: string) { method type (line 265) | get type(): string { method type (line 272) | set type(value: string) { method connectedCallback (line 437) | connectedCallback(): void { method disconnectCallback (line 458) | disconnectCallback(): void { method attributeChangedCallback (line 461) | attributeChangedCallback(name: string, oldValue: string, newValue: str... function Custom (line 466) | function Custom() { FILE: packages/ranui/components/loading/index.ts type ICON_NAME_AMP (line 4) | enum ICON_NAME_AMP { class Loading (line 36) | class Loading extends (HTMLElementSSR()!) { method observedAttributes (line 38) | static get observedAttributes(): string[] { method constructor (line 41) | constructor() { method name (line 48) | get name(): ICON_NAME_AMP { method name (line 53) | set name(value: string) { method connectedCallback (line 447) | connectedCallback(): void { method attributeChangedCallback (line 450) | attributeChangedCallback(k: string, o: string, n: string): void { function Custom (line 459) | function Custom() { FILE: packages/ranui/components/math/index.ts class Math (line 3) | class Math extends (HTMLElementSSR()!) { method observedAttributes (line 5) | static get observedAttributes(): string[] { method constructor (line 8) | constructor() { method latex (line 14) | get latex(): string { method latex (line 18) | set latex(value: string) { method render (line 21) | render(): void { method connectedCallback (line 35) | connectedCallback(): void { method attributeChangedCallback (line 38) | attributeChangedCallback(k: string, o: string, n: string): void { function Custom (line 47) | async function Custom() { FILE: packages/ranui/components/message/index.ts function Custom (line 26) | function Custom() { type Window (line 152) | interface Window { FILE: packages/ranui/components/modal/index.ts function Custom (line 1) | function Custom() { FILE: packages/ranui/components/player/index.ts constant PLAY_STATE_LIST (line 16) | const PLAY_STATE_LIST = ['play', 'playing', 'timeupdate']; type Callback (line 20) | type Callback = (...args: unknown[]) => unknown; type EventName (line 21) | type EventName = string | symbol; type EventItem (line 22) | type EventItem = { class SHook (line 28) | class SHook { type HlsPlayer (line 38) | interface HlsPlayer { type Level (line 47) | interface Level { type Context (line 57) | interface Context { type Hls (line 71) | interface Hls { type HLS (line 79) | type HLS = Hls & (new () => HlsPlayer); type Window (line 82) | interface Window { constant SPEED (line 87) | const SPEED = [ class RanPlayer (line 95) | class RanPlayer extends (HTMLElementSSR()!) { method observedAttributes (line 129) | static get observedAttributes(): string[] { method constructor (line 136) | constructor() { method src (line 275) | get src(): string { method src (line 278) | set src(value: string) { method debug (line 281) | get debug(): string { method debug (line 284) | set debug(value: string) { method volume (line 287) | get volume(): string { method volume (line 290) | set volume(value: string) { method currentTime (line 293) | get currentTime(): string { method currentTime (line 296) | set currentTime(value: string) { method playbackRate (line 299) | get playbackRate(): string { method playbackRate (line 302) | set playbackRate(value: string) { method connectedCallback (line 973) | connectedCallback(): void { method disconnectCallback (line 992) | disconnectCallback(): void { function Custom (line 1012) | function Custom() { FILE: packages/ranui/components/popover/content/index.ts class Content (line 5) | class Content extends (HTMLElementSSR()!) { method constructor (line 9) | constructor() { method connectedCallback (line 40) | connectedCallback(): void { method disconnectCallback (line 43) | disconnectCallback(): void { function Custom (line 48) | function Custom() { FILE: packages/ranui/components/popover/index.ts constant HOVER_TIME (line 19) | const HOVER_TIME = 16; type PlacementDirection (line 21) | type PlacementDirection = Record>; type PLACEMENT_TYPE (line 42) | enum PLACEMENT_TYPE { class Popover (line 49) | class Popover extends (HTMLElementSSR()!) { method observedAttributes (line 59) | static get observedAttributes(): string[] { method constructor (line 65) | constructor() { method placement (line 77) | get placement(): string { method placement (line 80) | set placement(value: string) { method arrow (line 83) | get arrow(): string { method arrow (line 86) | set arrow(value: string) { method trigger (line 89) | get trigger(): string { method trigger (line 92) | set trigger(value: string) { method getPopupContainerId (line 95) | get getPopupContainerId(): string { method getPopupContainerId (line 98) | set getPopupContainerId(value: string) { method connectedCallback (line 293) | connectedCallback(): void { method disconnectCallback (line 304) | disconnectCallback(): void { method attributeChangedCallback (line 310) | attributeChangedCallback(n: string, o: string, v: string): void { function Custom (line 322) | function Custom() { FILE: packages/ranui/components/progress/index.ts class Progress (line 6) | class Progress extends (HTMLElementSSR()!) { method constructor (line 13) | constructor() { method observedAttributes (line 34) | static get observedAttributes(): string[] { method percent (line 37) | get percent(): string { method percent (line 46) | set percent(value: string) { method total (line 50) | get total(): string { method total (line 55) | set total(value: string) { method type (line 58) | get type(): string { method type (line 67) | set type(value: string) { method animation (line 70) | get animation(): string { method animation (line 79) | set animation(value: string) { method dot (line 82) | get dot(): string { method dot (line 91) | set dot(value: string) { method connectedCallback (line 154) | connectedCallback(): void { method disconnectCallback (line 163) | disconnectCallback(): void { method attributeChangedCallback (line 170) | attributeChangedCallback(k: string, o: string, n: string): void { function Custom (line 182) | function Custom() { FILE: packages/ranui/components/radar/index.ts type AbilityTags (line 4) | interface AbilityTags { constant BACKGROUND_COLOR (line 13) | const BACKGROUND_COLOR = 'rgba(0,0,0,0)'; constant FONT_COLOR (line 14) | const FONT_COLOR = 'rgba(0,0,0,1)'; constant POLYGON_COLOR (line 15) | const POLYGON_COLOR = '#e6e6e6'; constant LINE_COLOR (line 16) | const LINE_COLOR = '#e6e6e6'; constant FONT_FAMILY (line 17) | const FONT_FAMILY = '黑体'; constant FILL_COLOR (line 18) | const FILL_COLOR = 'rgba(255,121,35,0.60)'; constant STROKE_COLOR (line 19) | const STROKE_COLOR = 'rgba(255,121,35,0.60)'; function Custom (line 21) | function Custom() { FILE: packages/ranui/components/scratch/index.ts class ScratchTicket (line 3) | class ScratchTicket extends (HTMLElementSSR()!) { method observedAttributes (line 8) | static get observedAttributes(): string[] { method constructor (line 11) | constructor() { method attributeChangedCallback (line 106) | attributeChangedCallback(): void { FILE: packages/ranui/components/select/dropdown-item/index.ts class DropdownItem (line 6) | class DropdownItem extends (HTMLElementSSR()!) { method observedAttributes (line 11) | static get observedAttributes(): string[] { method constructor (line 14) | constructor() { method value (line 31) | get value(): string { method value (line 34) | set value(value: string) { method active (line 41) | get active(): string { method active (line 44) | set active(value: string) { method title (line 51) | get title(): string { method title (line 54) | set title(value: string) { method connectedCallback (line 61) | connectedCallback(): void { method attributeChangedCallback (line 66) | attributeChangedCallback(name: string, _: string, newValue: string): v... function Custom (line 75) | function Custom() { FILE: packages/ranui/components/select/index.ts type Option (line 10) | interface Option { type PlacementDirection (line 15) | type PlacementDirection = Record>; class Select (line 32) | class Select extends (HTMLElementSSR()!) { method observedAttributes (line 51) | static get observedAttributes(): string[] { method constructor (line 65) | constructor() { method value (line 103) | get value(): string { method value (line 106) | set value(value: string) { method defaultValue (line 113) | get defaultValue(): string { method defaultValue (line 116) | set defaultValue(value: string) { method showSearch (line 119) | get showSearch(): string { method showSearch (line 122) | set showSearch(value: string) { method type (line 125) | get type(): string { method type (line 128) | set type(value: string) { method placement (line 131) | get placement(): string { method placement (line 134) | set placement(value: string) { method sheet (line 137) | get sheet(): string { method sheet (line 140) | set sheet(value: string) { method getPopupContainerId (line 143) | get getPopupContainerId(): string { method getPopupContainerId (line 146) | set getPopupContainerId(value: string) { method dropdownclass (line 149) | get dropdownclass(): string { method dropdownclass (line 152) | set dropdownclass(value: string) { method trigger (line 155) | get trigger(): string { method trigger (line 158) | set trigger(value: string) { method disabled (line 161) | get disabled(): boolean { method disabled (line 164) | set disabled(value: boolean | string | undefined | null) { method handlerExternalCss (line 173) | handlerExternalCss(): void { method connectedCallback (line 461) | connectedCallback(): void { method disconnectCallback (line 469) | disconnectCallback(): void { method attributeChangedCallback (line 479) | attributeChangedCallback(name: string, oldValue: string, newValue: str... function Custom (line 495) | function Custom() { FILE: packages/ranui/components/select/option/index.ts function Custom (line 3) | function Custom() { FILE: packages/ranui/components/skeleton/index.ts function Skeleton (line 1) | function Skeleton() { FILE: packages/ranui/components/tab/index.ts function CustomElement (line 4) | function CustomElement() { FILE: packages/ranui/components/tabpane/index.ts type ExtendParentNode (line 1) | interface ExtendParentNode { function CustomElement (line 5) | function CustomElement() { FILE: packages/ranui/plugins/load-style.ts type Options (line 2) | interface Options { function loadStylePlugin (line 6) | function loadStylePlugin(options?: Options): Plugin { FILE: packages/ranui/plugins/load-svg.ts type Options (line 6) | interface Options { function loadSvgPlugin (line 12) | function loadSvgPlugin(options: Options = {}): Plugin { FILE: packages/ranui/rollup.d.ts type BaseNodeWithoutComments (line 20) | interface BaseNodeWithoutComments { type BaseNode (line 29) | interface BaseNode extends BaseNodeWithoutComments { type NodeMap (line 34) | interface NodeMap { type Node (line 59) | type Node = NodeMap[keyof NodeMap]; type Comment (line 61) | interface Comment extends BaseNodeWithoutComments { type SourceLocation (line 66) | interface SourceLocation { type Position (line 72) | interface Position { type Program (line 79) | interface Program extends BaseNode { type Directive (line 86) | interface Directive extends BaseNode { type BaseFunction (line 92) | interface BaseFunction extends BaseNode { type Function (line 102) | type Function = FunctionDeclaration | FunctionExpression | ArrowFunction... type Statement (line 104) | type Statement = type BaseStatement (line 126) | interface BaseStatement extends BaseNode {} type EmptyStatement (line 128) | interface EmptyStatement extends BaseStatement { type BlockStatement (line 132) | interface BlockStatement extends BaseStatement { type StaticBlock (line 138) | interface StaticBlock extends Omit { type ExpressionStatement (line 142) | interface ExpressionStatement extends BaseStatement { type IfStatement (line 147) | interface IfStatement extends BaseStatement { type LabeledStatement (line 154) | interface LabeledStatement extends BaseStatement { type BreakStatement (line 160) | interface BreakStatement extends BaseStatement { type ContinueStatement (line 165) | interface ContinueStatement extends BaseStatement { type WithStatement (line 170) | interface WithStatement extends BaseStatement { type SwitchStatement (line 176) | interface SwitchStatement extends BaseStatement { type ReturnStatement (line 182) | interface ReturnStatement extends BaseStatement { type ThrowStatement (line 187) | interface ThrowStatement extends BaseStatement { type TryStatement (line 192) | interface TryStatement extends BaseStatement { type WhileStatement (line 199) | interface WhileStatement extends BaseStatement { type DoWhileStatement (line 205) | interface DoWhileStatement extends BaseStatement { type ForStatement (line 211) | interface ForStatement extends BaseStatement { type BaseForXStatement (line 219) | interface BaseForXStatement extends BaseStatement { type ForInStatement (line 225) | interface ForInStatement extends BaseForXStatement { type DebuggerStatement (line 229) | interface DebuggerStatement extends BaseStatement { type Declaration (line 233) | type Declaration = FunctionDeclaration | VariableDeclaration | ClassDecl... type BaseDeclaration (line 235) | interface BaseDeclaration extends BaseStatement {} type MaybeNamedFunctionDeclaration (line 237) | interface MaybeNamedFunctionDeclaration extends BaseFunction, BaseDeclar... type FunctionDeclaration (line 244) | interface FunctionDeclaration extends MaybeNamedFunctionDeclaration { type VariableDeclaration (line 248) | interface VariableDeclaration extends BaseDeclaration { type VariableDeclarator (line 254) | interface VariableDeclarator extends BaseNode { type ExpressionMap (line 260) | interface ExpressionMap { type Expression (line 288) | type Expression = ExpressionMap[keyof ExpressionMap]; type BaseExpression (line 290) | interface BaseExpression extends BaseNode {} type ChainElement (line 292) | type ChainElement = SimpleCallExpression | MemberExpression; type ChainExpression (line 294) | interface ChainExpression extends BaseExpression { type ThisExpression (line 299) | interface ThisExpression extends BaseExpression { type ArrayExpression (line 303) | interface ArrayExpression extends BaseExpression { type ObjectExpression (line 308) | interface ObjectExpression extends BaseExpression { type PrivateIdentifier (line 313) | interface PrivateIdentifier extends BaseNode { type Property (line 318) | interface Property extends BaseNode { type PropertyDefinition (line 328) | interface PropertyDefinition extends BaseNode { type FunctionExpression (line 336) | interface FunctionExpression extends BaseFunction, BaseExpression { type SequenceExpression (line 342) | interface SequenceExpression extends BaseExpression { type UnaryExpression (line 347) | interface UnaryExpression extends BaseExpression { type BinaryExpression (line 354) | interface BinaryExpression extends BaseExpression { type AssignmentExpression (line 361) | interface AssignmentExpression extends BaseExpression { type UpdateExpression (line 368) | interface UpdateExpression extends BaseExpression { type LogicalExpression (line 375) | interface LogicalExpression extends BaseExpression { type ConditionalExpression (line 382) | interface ConditionalExpression extends BaseExpression { type BaseCallExpression (line 389) | interface BaseCallExpression extends BaseExpression { type CallExpression (line 393) | type CallExpression = SimpleCallExpression | NewExpression; type SimpleCallExpression (line 395) | interface SimpleCallExpression extends BaseCallExpression { type NewExpression (line 400) | interface NewExpression extends BaseCallExpression { type MemberExpression (line 404) | interface MemberExpression extends BaseExpression, BasePattern { type Pattern (line 412) | type Pattern = Identifier | ObjectPattern | ArrayPattern | RestElement |... type BasePattern (line 414) | interface BasePattern extends BaseNode {} type SwitchCase (line 416) | interface SwitchCase extends BaseNode { type CatchClause (line 422) | interface CatchClause extends BaseNode { type Identifier (line 428) | interface Identifier extends BaseNode, BaseExpression, BasePattern { type Literal (line 433) | type Literal = SimpleLiteral | RegExpLiteral | BigIntLiteral; type SimpleLiteral (line 435) | interface SimpleLiteral extends BaseNode, BaseExpression { type RegExpLiteral (line 441) | interface RegExpLiteral extends BaseNode, BaseExpression { type BigIntLiteral (line 451) | interface BigIntLiteral extends BaseNode, BaseExpression { type UnaryOperator (line 458) | type UnaryOperator = '-' | '+' | '!' | '~' | 'typeof' | 'void' | 'delete'; type BinaryOperator (line 460) | type BinaryOperator = type LogicalOperator (line 484) | type LogicalOperator = '||' | '&&' | '??'; type AssignmentOperator (line 486) | type AssignmentOperator = type UpdateOperator (line 504) | type UpdateOperator = '++' | '--'; type ForOfStatement (line 506) | interface ForOfStatement extends BaseForXStatement { type Super (line 511) | interface Super extends BaseNode { type SpreadElement (line 515) | interface SpreadElement extends BaseNode { type ArrowFunctionExpression (line 520) | interface ArrowFunctionExpression extends BaseExpression, BaseFunction { type YieldExpression (line 526) | interface YieldExpression extends BaseExpression { type TemplateLiteral (line 532) | interface TemplateLiteral extends BaseExpression { type TaggedTemplateExpression (line 538) | interface TaggedTemplateExpression extends BaseExpression { type TemplateElement (line 544) | interface TemplateElement extends BaseNode { type AssignmentProperty (line 554) | interface AssignmentProperty extends Property { type ObjectPattern (line 560) | interface ObjectPattern extends BasePattern { type ArrayPattern (line 565) | interface ArrayPattern extends BasePattern { type RestElement (line 570) | interface RestElement extends BasePattern { type AssignmentPattern (line 575) | interface AssignmentPattern extends BasePattern { type Class (line 581) | type Class = ClassDeclaration | ClassExpression; type BaseClass (line 582) | interface BaseClass extends BaseNode { type ClassBody (line 587) | interface ClassBody extends BaseNode { type MethodDefinition (line 592) | interface MethodDefinition extends BaseNode { type MaybeNamedClassDeclaration (line 601) | interface MaybeNamedClassDeclaration extends BaseClass, BaseDeclaration { type ClassDeclaration (line 607) | interface ClassDeclaration extends MaybeNamedClassDeclaration { type ClassExpression (line 611) | interface ClassExpression extends BaseClass, BaseExpression { type MetaProperty (line 616) | interface MetaProperty extends BaseExpression { type ModuleDeclaration (line 622) | type ModuleDeclaration = type BaseModuleDeclaration (line 627) | interface BaseModuleDeclaration extends BaseNode {} type ModuleSpecifier (line 629) | type ModuleSpecifier = ImportSpecifier | ImportDefaultSpecifier | Import... type BaseModuleSpecifier (line 630) | interface BaseModuleSpecifier extends BaseNode { type ImportDeclaration (line 634) | interface ImportDeclaration extends BaseModuleDeclaration { type ImportSpecifier (line 640) | interface ImportSpecifier extends BaseModuleSpecifier { type ImportExpression (line 645) | interface ImportExpression extends BaseExpression { type ImportDefaultSpecifier (line 650) | interface ImportDefaultSpecifier extends BaseModuleSpecifier { type ImportNamespaceSpecifier (line 654) | interface ImportNamespaceSpecifier extends BaseModuleSpecifier { type ExportNamedDeclaration (line 658) | interface ExportNamedDeclaration extends BaseModuleDeclaration { type ExportSpecifier (line 665) | interface ExportSpecifier extends BaseModuleSpecifier { type ExportDefaultDeclaration (line 670) | interface ExportDefaultDeclaration extends BaseModuleDeclaration { type ExportAllDeclaration (line 675) | interface ExportAllDeclaration extends BaseModuleDeclaration { type AwaitExpression (line 681) | interface AwaitExpression extends BaseExpression { constant VERSION (line 686) | const VERSION: string; type NullValue (line 689) | type NullValue = null | undefined | void; type MaybeArray (line 690) | type MaybeArray = T | T[]; type MaybePromise (line 691) | type MaybePromise = T | Promise; type PartialNull (line 693) | type PartialNull = { type RollupError (line 697) | interface RollupError extends RollupLog { type RollupLog (line 703) | interface RollupLog { type LogLevel (line 728) | type LogLevel = 'warn' | 'info' | 'debug'; type LogLevelOption (line 729) | type LogLevelOption = LogLevel | 'silent'; type SourceMapSegment (line 731) | type SourceMapSegment = [number] | [number, number, number, number] | [n... type ExistingDecodedSourceMap (line 733) | interface ExistingDecodedSourceMap { type ExistingRawSourceMap (line 744) | interface ExistingRawSourceMap { type DecodedSourceMapOrMissing (line 755) | type DecodedSourceMapOrMissing = type SourceMap (line 762) | interface SourceMap { type SourceMapInput (line 773) | type SourceMapInput = ExistingRawSourceMap | string | null | { mappings:... type ModuleOptions (line 775) | interface ModuleOptions { type SourceDescription (line 782) | interface SourceDescription extends Partial> { type TransformModuleJSON (line 788) | interface TransformModuleJSON { type ModuleJSON (line 799) | interface ModuleJSON extends TransformModuleJSON, ModuleOptions { type PluginCache (line 807) | interface PluginCache { type LoggingFunction (line 814) | type LoggingFunction = (log: RollupLog | string | (() => RollupLog | str... type MinimalPluginContext (line 816) | interface MinimalPluginContext { type EmittedAsset (line 824) | interface EmittedAsset { type EmittedChunk (line 832) | interface EmittedChunk { type EmittedPrebuiltChunk (line 842) | interface EmittedPrebuiltChunk { type EmittedFile (line 851) | type EmittedFile = EmittedAsset | EmittedChunk | EmittedPrebuiltChunk; type EmitFile (line 853) | type EmitFile = (emittedFile: EmittedFile) => string; type ModuleInfo (line 855) | interface ModuleInfo extends ModuleOptions { type GetModuleInfo (line 875) | type GetModuleInfo = (moduleId: string) => ModuleInfo | null; type CustomPluginOptions (line 877) | interface CustomPluginOptions { type LoggingFunctionWithPosition (line 881) | type LoggingFunctionWithPosition = ( type ParseAst (line 886) | type ParseAst = (input: string, options?: { allowReturnOutsideFunction?:... type AbortSignal (line 890) | interface AbortSignal {} type ParseAstAsync (line 893) | type ParseAstAsync = ( type PluginContext (line 898) | interface PluginContext extends MinimalPluginContext { type PluginContextMeta (line 927) | interface PluginContextMeta { type ResolvedId (line 932) | interface ResolvedId extends ModuleOptions { type ResolvedIdMap (line 938) | interface ResolvedIdMap { type PartialResolvedId (line 942) | interface PartialResolvedId extends Partial> { type ResolveIdResult (line 948) | type ResolveIdResult = string | NullValue | false | PartialResolvedId; type ResolveIdResultWithoutNullValue (line 950) | type ResolveIdResultWithoutNullValue = string | false | PartialResolvedId; type ResolveIdHook (line 952) | type ResolveIdHook = ( type ShouldTransformCachedModuleHook (line 959) | type ShouldTransformCachedModuleHook = ( type IsExternal (line 972) | type IsExternal = (source: string, importer: string | undefined, isResol... type HasModuleSideEffects (line 974) | type HasModuleSideEffects = (id: string, external: boolean) => boolean; type LoadResult (line 976) | type LoadResult = SourceDescription | string | NullValue; type LoadHook (line 978) | type LoadHook = (this: PluginContext, id: string) => LoadResult; type TransformPluginContext (line 980) | interface TransformPluginContext extends PluginContext { type TransformResult (line 988) | type TransformResult = string | NullValue | Partial; type TransformHook (line 990) | type TransformHook = (this: TransformPluginContext, code: string, id: st... type ModuleParsedHook (line 992) | type ModuleParsedHook = (this: PluginContext, info: ModuleInfo) => void; type RenderChunkHook (line 994) | type RenderChunkHook = ( type ResolveDynamicImportHook (line 1002) | type ResolveDynamicImportHook = ( type ResolveImportMetaHook (line 1009) | type ResolveImportMetaHook = ( type ResolveFileUrlHook (line 1015) | type ResolveFileUrlHook = ( type AddonHookFunction (line 1027) | type AddonHookFunction = (this: PluginContext, chunk: RenderedChunk) => ... type AddonHook (line 1028) | type AddonHook = string | AddonHookFunction; type ChangeEvent (line 1030) | type ChangeEvent = 'create' | 'update' | 'delete'; type WatchChangeHook (line 1031) | type WatchChangeHook = (this: PluginContext, id: string, change: { event... type PluginImpl (line 1044) | type PluginImpl = (options?: O) => P... type OutputBundle (line 1046) | interface OutputBundle { type FunctionPluginHooks (line 1050) | interface FunctionPluginHooks { type OutputPluginHooks (line 1093) | type OutputPluginHooks = type InputPluginHooks (line 1105) | type InputPluginHooks = Exclude = Function_ extends (this: infer This, ...para... type ObjectHook (line 1146) | type ObjectHook = T | ({ handler: T; order?: 'pre' | 'post' |... type PluginHooks (line 1148) | type PluginHooks = { type OutputPlugin (line 1155) | interface OutputPlugin type Plugin (line 1163) | interface Plugin extends OutputPlugin, Partial { type TreeshakingPreset (line 1168) | type TreeshakingPreset = 'smallest' | 'safest' | 'recommended'; type NormalizedTreeshakingOptions (line 1170) | interface NormalizedTreeshakingOptions { type TreeshakingOptions (line 1180) | interface TreeshakingOptions extends Partial string | Nu... type ExternalOption (line 1191) | type ExternalOption = type GlobalsOption (line 1197) | type GlobalsOption = { [name: string]: string } | ((name: string) => str... type InputOption (line 1199) | type InputOption = string | string[] | { [entryAlias: string]: string }; type ManualChunksOption (line 1201) | type ManualChunksOption = { [chunkAlias: string]: string[] } | GetManual... type LogHandlerWithDefault (line 1203) | type LogHandlerWithDefault = (level: LogLevel, log: RollupLog, defaultHa... type LogOrStringHandler (line 1205) | type LogOrStringHandler = (level: LogLevel | 'error', log: RollupLog | s... type LogHandler (line 1207) | type LogHandler = (level: LogLevel, log: RollupLog) => void; type ModuleSideEffectsOption (line 1209) | type ModuleSideEffectsOption = boolean | 'no-external' | string[] | HasM... type PreserveEntrySignaturesOption (line 1211) | type PreserveEntrySignaturesOption = false | 'strict' | 'allow-extension... type SourcemapPathTransformOption (line 1213) | type SourcemapPathTransformOption = (relativeSourcePath: string, sourcem... type SourcemapIgnoreListOption (line 1215) | type SourcemapIgnoreListOption = (relativeSourcePath: string, sourcemapP... type InputPluginOption (line 1217) | type InputPluginOption = MaybePromise | ((id: string) => string); type InteropType (line 1287) | type InteropType = 'compat' | 'auto' | 'esModule' | 'default' | 'default... type GetInterop (line 1289) | type GetInterop = (id: string | null) => InteropType; type AmdOptions (line 1291) | type AmdOptions = ( type NormalizedAmdOptions (line 1310) | type NormalizedAmdOptions = ( type AddonFunction (line 1324) | type AddonFunction = (chunk: RenderedChunk) => string | Promise; type OutputPluginOption (line 1326) | type OutputPluginOption = MaybePromise>; class Select (line 29) | class Select extends (HTMLElementSSR()!) { method observedAttributes (line 46) | static get observedAttributes(): string[] { method constructor (line 60) | constructor() { method value (line 92) | get value(): string { method value (line 95) | set value(value: string) { method defaultValue (line 102) | get defaultValue(): string { method defaultValue (line 105) | set defaultValue(value: string) { method showSearch (line 108) | get showSearch(): string { method showSearch (line 111) | set showSearch(value: string) { method type (line 114) | get type(): string { method type (line 117) | set type(value: string) { method placement (line 120) | get placement(): string { method placement (line 123) | set placement(value: string) { method sheet (line 126) | get sheet(): string { method sheet (line 129) | set sheet(value: string) { method getPopupContainerId (line 132) | get getPopupContainerId(): string { method getPopupContainerId (line 135) | set getPopupContainerId(value: string) { method dropdownclass (line 138) | get dropdownclass(): string { method dropdownclass (line 141) | set dropdownclass(value: string) { method trigger (line 144) | get trigger(): string { method trigger (line 147) | set trigger(value: string) { method disabled (line 150) | get disabled(): boolean { method disabled (line 153) | set disabled(value: boolean | string | undefined | null) { method connectedCallback (line 448) | connectedCallback(): void { method disconnectCallback (line 454) | disconnectCallback(): void { method attributeChangedCallback (line 463) | attributeChangedCallback(name: string, _: string, newValue: string): v... function Custom (line 476) | function Custom() { FILE: packages/ranui/shadowless/select/option/index.ts function Custom (line 3) | function Custom() { FILE: packages/ranui/typings.d.ts type Prompt (line 11) | interface Prompt { type Hint (line 17) | type Hint = (options: Prompt | string | undefined | null) => void; type Message (line 19) | interface Message { type Ranui (line 28) | interface Ranui { type HlsPlayer (line 32) | interface HlsPlayer { type Hls (line 41) | interface Hls { type HLS (line 49) | type HLS = Hls & (new () => HlsPlayer); type Viewport (line 51) | interface Viewport { type RenderContext (line 56) | interface RenderContext { type PDFPageProxy (line 62) | interface PDFPageProxy { type PDFDocumentProxy (line 68) | interface PDFDocumentProxy { type HTMLElement (line 73) | interface HTMLElement { type Document (line 80) | interface Document { type MathJax (line 87) | interface MathJax { type Window (line 94) | interface Window { type ICON_NAME_AMP (line 112) | enum ICON_NAME_AMP { type BaseIntrinsicElements (line 143) | interface BaseIntrinsicElements { type IntrinsicElements (line 248) | interface IntrinsicElements extends BaseIntrinsicElements {} type IntrinsicElements (line 253) | interface IntrinsicElements extends BaseIntrinsicElements {} FILE: packages/ranui/utils/color.ts constant HEX_COLOR_REGEX (line 144) | const HEX_COLOR_REGEX = /^#([\da-f]{6}|[\da-f]{3})$/i; constant RGB_REGEX (line 146) | const RGB_REGEX = /^rgb\((\d{1,3}),(\d{1,3}),(\d{1,3})\)$/; constant RGBA_REGEX (line 148) | const RGBA_REGEX = /^rgba\((\d{1,3}),(\d{1,3}),(\d{1,3}),(\d{1,3}(\.\d+)... FILE: packages/ranui/utils/image.ts type ImgType (line 3) | type ImgType = HTMLImageElement | HTMLCanvasElement; FILE: packages/ranui/utils/index.ts type CustomErrorType (line 103) | interface CustomErrorType { function createCustomError (line 107) | function createCustomError(msg: string = ''): CustomErrorType { function getMimeTypeFromExtension (line 212) | function getMimeTypeFromExtension(fileName: string): string { FILE: packages/ranui/utils/tween.ts type SpeedType (line 11) | interface SpeedType { FILE: packages/ranui/vite.config.ts type chunkOptimization (line 18) | interface chunkOptimization { FILE: packages/ranuts/assets/wasm/word/wasmjieba-web.d.ts type TokenizeMode (line 51) | enum TokenizeMode { type InitInput (line 56) | type InitInput = RequestInfo | URL | Response | BufferSource | WebAssemb... type InitOutput (line 58) | interface InitOutput { type SyncInitInput (line 74) | type SyncInitInput = BufferSource | WebAssembly.Module; FILE: packages/ranuts/assets/wasm/word/wasmjieba-web.js function getObject (line 7) | function getObject(idx) { function dropObject (line 13) | function dropObject(idx) { function takeObject (line 19) | function takeObject(idx) { function getUint8Memory0 (line 40) | function getUint8Memory0() { function getStringFromWasm0 (line 47) | function getStringFromWasm0(ptr, len) { function addHeapObject (line 52) | function addHeapObject(obj) { function debugString (line 61) | function debugString(val) { constant WASM_VECTOR_LEN (line 126) | let WASM_VECTOR_LEN = 0; function passStringToWasm0 (line 151) | function passStringToWasm0(arg, malloc, realloc) { function getInt32Memory0 (line 192) | function getInt32Memory0() { function getUint32Memory0 (line 201) | function getUint32Memory0() { function getArrayJsValueFromWasm0 (line 208) | function getArrayJsValueFromWasm0(ptr, len) { function cut (line 223) | function cut(text, hmm) { function cutAll (line 243) | function cutAll(text) { function cutForSearch (line 264) | function cutForSearch(text, hmm) { function isLikeNone (line 280) | function isLikeNone(x) { function tokenize (line 289) | function tokenize(text, mode, hmm) { function tag (line 310) | function tag(sentence, hmm) { function suggestFreq (line 330) | function suggestFreq(segment) { function addWord (line 343) | function addWord(word, freq, tag) { function loadDict (line 355) | function loadDict(dict) { function __wbg_load (line 365) | async function __wbg_load(module, imports) { function __wbg_get_imports (line 395) | function __wbg_get_imports() { function __wbg_init_memory (line 464) | function __wbg_init_memory(imports, maybe_memory) {} function __wbg_finalize_init (line 466) | function __wbg_finalize_init(instance, module) { function initSync (line 476) | function initSync(module) { function __wbg_init (line 492) | async function __wbg_init(input) { FILE: packages/ranuts/examples/clone-deep-example.ts class Person (line 152) | class Person { method constructor (line 156) | constructor(name: string, age: number) { method greet (line 161) | greet() { FILE: packages/ranuts/plugins/vite-plugins-banner.ts function vitePluginBanner (line 12) | function vitePluginBanner(): Plugin { FILE: packages/ranuts/rollup.d.ts type BaseNodeWithoutComments (line 20) | interface BaseNodeWithoutComments { type BaseNode (line 29) | interface BaseNode extends BaseNodeWithoutComments { type NodeMap (line 34) | interface NodeMap { type Node (line 59) | type Node = NodeMap[keyof NodeMap]; type Comment (line 61) | interface Comment extends BaseNodeWithoutComments { type SourceLocation (line 66) | interface SourceLocation { type Position (line 72) | interface Position { type Program (line 79) | interface Program extends BaseNode { type Directive (line 86) | interface Directive extends BaseNode { type BaseFunction (line 92) | interface BaseFunction extends BaseNode { type Function (line 102) | type Function = FunctionDeclaration | FunctionExpression | ArrowFunction... type Statement (line 104) | type Statement = type BaseStatement (line 126) | interface BaseStatement extends BaseNode {} type EmptyStatement (line 128) | interface EmptyStatement extends BaseStatement { type BlockStatement (line 132) | interface BlockStatement extends BaseStatement { type StaticBlock (line 138) | interface StaticBlock extends Omit { type ExpressionStatement (line 142) | interface ExpressionStatement extends BaseStatement { type IfStatement (line 147) | interface IfStatement extends BaseStatement { type LabeledStatement (line 154) | interface LabeledStatement extends BaseStatement { type BreakStatement (line 160) | interface BreakStatement extends BaseStatement { type ContinueStatement (line 165) | interface ContinueStatement extends BaseStatement { type WithStatement (line 170) | interface WithStatement extends BaseStatement { type SwitchStatement (line 176) | interface SwitchStatement extends BaseStatement { type ReturnStatement (line 182) | interface ReturnStatement extends BaseStatement { type ThrowStatement (line 187) | interface ThrowStatement extends BaseStatement { type TryStatement (line 192) | interface TryStatement extends BaseStatement { type WhileStatement (line 199) | interface WhileStatement extends BaseStatement { type DoWhileStatement (line 205) | interface DoWhileStatement extends BaseStatement { type ForStatement (line 211) | interface ForStatement extends BaseStatement { type BaseForXStatement (line 219) | interface BaseForXStatement extends BaseStatement { type ForInStatement (line 225) | interface ForInStatement extends BaseForXStatement { type DebuggerStatement (line 229) | interface DebuggerStatement extends BaseStatement { type Declaration (line 233) | type Declaration = FunctionDeclaration | VariableDeclaration | ClassDecl... type BaseDeclaration (line 235) | interface BaseDeclaration extends BaseStatement {} type MaybeNamedFunctionDeclaration (line 237) | interface MaybeNamedFunctionDeclaration extends BaseFunction, BaseDeclar... type FunctionDeclaration (line 244) | interface FunctionDeclaration extends MaybeNamedFunctionDeclaration { type VariableDeclaration (line 248) | interface VariableDeclaration extends BaseDeclaration { type VariableDeclarator (line 254) | interface VariableDeclarator extends BaseNode { type ExpressionMap (line 260) | interface ExpressionMap { type Expression (line 288) | type Expression = ExpressionMap[keyof ExpressionMap]; type BaseExpression (line 290) | interface BaseExpression extends BaseNode {} type ChainElement (line 292) | type ChainElement = SimpleCallExpression | MemberExpression; type ChainExpression (line 294) | interface ChainExpression extends BaseExpression { type ThisExpression (line 299) | interface ThisExpression extends BaseExpression { type ArrayExpression (line 303) | interface ArrayExpression extends BaseExpression { type ObjectExpression (line 308) | interface ObjectExpression extends BaseExpression { type PrivateIdentifier (line 313) | interface PrivateIdentifier extends BaseNode { type Property (line 318) | interface Property extends BaseNode { type PropertyDefinition (line 328) | interface PropertyDefinition extends BaseNode { type FunctionExpression (line 336) | interface FunctionExpression extends BaseFunction, BaseExpression { type SequenceExpression (line 342) | interface SequenceExpression extends BaseExpression { type UnaryExpression (line 347) | interface UnaryExpression extends BaseExpression { type BinaryExpression (line 354) | interface BinaryExpression extends BaseExpression { type AssignmentExpression (line 361) | interface AssignmentExpression extends BaseExpression { type UpdateExpression (line 368) | interface UpdateExpression extends BaseExpression { type LogicalExpression (line 375) | interface LogicalExpression extends BaseExpression { type ConditionalExpression (line 382) | interface ConditionalExpression extends BaseExpression { type BaseCallExpression (line 389) | interface BaseCallExpression extends BaseExpression { type CallExpression (line 393) | type CallExpression = SimpleCallExpression | NewExpression; type SimpleCallExpression (line 395) | interface SimpleCallExpression extends BaseCallExpression { type NewExpression (line 400) | interface NewExpression extends BaseCallExpression { type MemberExpression (line 404) | interface MemberExpression extends BaseExpression, BasePattern { type Pattern (line 412) | type Pattern = Identifier | ObjectPattern | ArrayPattern | RestElement |... type BasePattern (line 414) | interface BasePattern extends BaseNode {} type SwitchCase (line 416) | interface SwitchCase extends BaseNode { type CatchClause (line 422) | interface CatchClause extends BaseNode { type Identifier (line 428) | interface Identifier extends BaseNode, BaseExpression, BasePattern { type Literal (line 433) | type Literal = SimpleLiteral | RegExpLiteral | BigIntLiteral; type SimpleLiteral (line 435) | interface SimpleLiteral extends BaseNode, BaseExpression { type RegExpLiteral (line 441) | interface RegExpLiteral extends BaseNode, BaseExpression { type BigIntLiteral (line 451) | interface BigIntLiteral extends BaseNode, BaseExpression { type UnaryOperator (line 458) | type UnaryOperator = '-' | '+' | '!' | '~' | 'typeof' | 'void' | 'delete'; type BinaryOperator (line 460) | type BinaryOperator = type LogicalOperator (line 484) | type LogicalOperator = '||' | '&&' | '??'; type AssignmentOperator (line 486) | type AssignmentOperator = type UpdateOperator (line 504) | type UpdateOperator = '++' | '--'; type ForOfStatement (line 506) | interface ForOfStatement extends BaseForXStatement { type Super (line 511) | interface Super extends BaseNode { type SpreadElement (line 515) | interface SpreadElement extends BaseNode { type ArrowFunctionExpression (line 520) | interface ArrowFunctionExpression extends BaseExpression, BaseFunction { type YieldExpression (line 526) | interface YieldExpression extends BaseExpression { type TemplateLiteral (line 532) | interface TemplateLiteral extends BaseExpression { type TaggedTemplateExpression (line 538) | interface TaggedTemplateExpression extends BaseExpression { type TemplateElement (line 544) | interface TemplateElement extends BaseNode { type AssignmentProperty (line 554) | interface AssignmentProperty extends Property { type ObjectPattern (line 560) | interface ObjectPattern extends BasePattern { type ArrayPattern (line 565) | interface ArrayPattern extends BasePattern { type RestElement (line 570) | interface RestElement extends BasePattern { type AssignmentPattern (line 575) | interface AssignmentPattern extends BasePattern { type Class (line 581) | type Class = ClassDeclaration | ClassExpression; type BaseClass (line 582) | interface BaseClass extends BaseNode { type ClassBody (line 587) | interface ClassBody extends BaseNode { type MethodDefinition (line 592) | interface MethodDefinition extends BaseNode { type MaybeNamedClassDeclaration (line 601) | interface MaybeNamedClassDeclaration extends BaseClass, BaseDeclaration { type ClassDeclaration (line 607) | interface ClassDeclaration extends MaybeNamedClassDeclaration { type ClassExpression (line 611) | interface ClassExpression extends BaseClass, BaseExpression { type MetaProperty (line 616) | interface MetaProperty extends BaseExpression { type ModuleDeclaration (line 622) | type ModuleDeclaration = type BaseModuleDeclaration (line 627) | interface BaseModuleDeclaration extends BaseNode {} type ModuleSpecifier (line 629) | type ModuleSpecifier = ImportSpecifier | ImportDefaultSpecifier | Import... type BaseModuleSpecifier (line 630) | interface BaseModuleSpecifier extends BaseNode { type ImportDeclaration (line 634) | interface ImportDeclaration extends BaseModuleDeclaration { type ImportSpecifier (line 640) | interface ImportSpecifier extends BaseModuleSpecifier { type ImportExpression (line 645) | interface ImportExpression extends BaseExpression { type ImportDefaultSpecifier (line 650) | interface ImportDefaultSpecifier extends BaseModuleSpecifier { type ImportNamespaceSpecifier (line 654) | interface ImportNamespaceSpecifier extends BaseModuleSpecifier { type ExportNamedDeclaration (line 658) | interface ExportNamedDeclaration extends BaseModuleDeclaration { type ExportSpecifier (line 665) | interface ExportSpecifier extends BaseModuleSpecifier { type ExportDefaultDeclaration (line 670) | interface ExportDefaultDeclaration extends BaseModuleDeclaration { type ExportAllDeclaration (line 675) | interface ExportAllDeclaration extends BaseModuleDeclaration { type AwaitExpression (line 681) | interface AwaitExpression extends BaseExpression { constant VERSION (line 686) | const VERSION: string; type NullValue (line 689) | type NullValue = null | undefined | void; type MaybeArray (line 690) | type MaybeArray = T | T[]; type MaybePromise (line 691) | type MaybePromise = T | Promise; type PartialNull (line 693) | type PartialNull = { type RollupError (line 697) | interface RollupError extends RollupLog { type RollupLog (line 703) | interface RollupLog { type LogLevel (line 728) | type LogLevel = 'warn' | 'info' | 'debug'; type LogLevelOption (line 729) | type LogLevelOption = LogLevel | 'silent'; type SourceMapSegment (line 731) | type SourceMapSegment = [number] | [number, number, number, number] | [n... type ExistingDecodedSourceMap (line 733) | interface ExistingDecodedSourceMap { type ExistingRawSourceMap (line 744) | interface ExistingRawSourceMap { type DecodedSourceMapOrMissing (line 755) | type DecodedSourceMapOrMissing = type SourceMap (line 762) | interface SourceMap { type SourceMapInput (line 773) | type SourceMapInput = ExistingRawSourceMap | string | null | { mappings:... type ModuleOptions (line 775) | interface ModuleOptions { type SourceDescription (line 782) | interface SourceDescription extends Partial> { type TransformModuleJSON (line 788) | interface TransformModuleJSON { type ModuleJSON (line 799) | interface ModuleJSON extends TransformModuleJSON, ModuleOptions { type PluginCache (line 807) | interface PluginCache { type LoggingFunction (line 814) | type LoggingFunction = (log: RollupLog | string | (() => RollupLog | str... type MinimalPluginContext (line 816) | interface MinimalPluginContext { type EmittedAsset (line 824) | interface EmittedAsset { type EmittedChunk (line 832) | interface EmittedChunk { type EmittedPrebuiltChunk (line 842) | interface EmittedPrebuiltChunk { type EmittedFile (line 851) | type EmittedFile = EmittedAsset | EmittedChunk | EmittedPrebuiltChunk; type EmitFile (line 853) | type EmitFile = (emittedFile: EmittedFile) => string; type ModuleInfo (line 855) | interface ModuleInfo extends ModuleOptions { type GetModuleInfo (line 875) | type GetModuleInfo = (moduleId: string) => ModuleInfo | null; type CustomPluginOptions (line 877) | interface CustomPluginOptions { type LoggingFunctionWithPosition (line 881) | type LoggingFunctionWithPosition = ( type ParseAst (line 886) | type ParseAst = (input: string, options?: { allowReturnOutsideFunction?:... type AbortSignal (line 890) | interface AbortSignal {} type ParseAstAsync (line 893) | type ParseAstAsync = ( type PluginContext (line 898) | interface PluginContext extends MinimalPluginContext { type PluginContextMeta (line 927) | interface PluginContextMeta { type ResolvedId (line 932) | interface ResolvedId extends ModuleOptions { type ResolvedIdMap (line 938) | interface ResolvedIdMap { type PartialResolvedId (line 942) | interface PartialResolvedId extends Partial> { type ResolveIdResult (line 948) | type ResolveIdResult = string | NullValue | false | PartialResolvedId; type ResolveIdResultWithoutNullValue (line 950) | type ResolveIdResultWithoutNullValue = string | false | PartialResolvedId; type ResolveIdHook (line 952) | type ResolveIdHook = ( type ShouldTransformCachedModuleHook (line 959) | type ShouldTransformCachedModuleHook = ( type IsExternal (line 972) | type IsExternal = (source: string, importer: string | undefined, isResol... type HasModuleSideEffects (line 974) | type HasModuleSideEffects = (id: string, external: boolean) => boolean; type LoadResult (line 976) | type LoadResult = SourceDescription | string | NullValue; type LoadHook (line 978) | type LoadHook = (this: PluginContext, id: string) => LoadResult; type TransformPluginContext (line 980) | interface TransformPluginContext extends PluginContext { type TransformResult (line 988) | type TransformResult = string | NullValue | Partial; type TransformHook (line 990) | type TransformHook = (this: TransformPluginContext, code: string, id: st... type ModuleParsedHook (line 992) | type ModuleParsedHook = (this: PluginContext, info: ModuleInfo) => void; type RenderChunkHook (line 994) | type RenderChunkHook = ( type ResolveDynamicImportHook (line 1002) | type ResolveDynamicImportHook = ( type ResolveImportMetaHook (line 1009) | type ResolveImportMetaHook = ( type ResolveFileUrlHook (line 1015) | type ResolveFileUrlHook = ( type AddonHookFunction (line 1027) | type AddonHookFunction = (this: PluginContext, chunk: RenderedChunk) => ... type AddonHook (line 1028) | type AddonHook = string | AddonHookFunction; type ChangeEvent (line 1030) | type ChangeEvent = 'create' | 'update' | 'delete'; type WatchChangeHook (line 1031) | type WatchChangeHook = (this: PluginContext, id: string, change: { event... type PluginImpl (line 1044) | type PluginImpl = (options?: O) => P... type OutputBundle (line 1046) | interface OutputBundle { type FunctionPluginHooks (line 1050) | interface FunctionPluginHooks { type OutputPluginHooks (line 1093) | type OutputPluginHooks = type InputPluginHooks (line 1105) | type InputPluginHooks = Exclude = Function_ extends (this: infer This, ...para... type ObjectHook (line 1146) | type ObjectHook = T | ({ handler: T; order?: 'pre' | 'post' |... type PluginHooks (line 1148) | type PluginHooks = { type OutputPlugin (line 1155) | interface OutputPlugin type Plugin (line 1163) | interface Plugin extends OutputPlugin, Partial { type TreeshakingPreset (line 1168) | type TreeshakingPreset = 'smallest' | 'safest' | 'recommended'; type NormalizedTreeshakingOptions (line 1170) | interface NormalizedTreeshakingOptions { type TreeshakingOptions (line 1180) | interface TreeshakingOptions extends Partial string | Nu... type ExternalOption (line 1191) | type ExternalOption = type GlobalsOption (line 1197) | type GlobalsOption = { [name: string]: string } | ((name: string) => str... type InputOption (line 1199) | type InputOption = string | string[] | { [entryAlias: string]: string }; type ManualChunksOption (line 1201) | type ManualChunksOption = { [chunkAlias: string]: string[] } | GetManual... type LogHandlerWithDefault (line 1203) | type LogHandlerWithDefault = (level: LogLevel, log: RollupLog, defaultHa... type LogOrStringHandler (line 1205) | type LogOrStringHandler = (level: LogLevel | 'error', log: RollupLog | s... type LogHandler (line 1207) | type LogHandler = (level: LogLevel, log: RollupLog) => void; type ModuleSideEffectsOption (line 1209) | type ModuleSideEffectsOption = boolean | 'no-external' | string[] | HasM... type PreserveEntrySignaturesOption (line 1211) | type PreserveEntrySignaturesOption = false | 'strict' | 'allow-extension... type SourcemapPathTransformOption (line 1213) | type SourcemapPathTransformOption = (relativeSourcePath: string, sourcem... type SourcemapIgnoreListOption (line 1215) | type SourcemapIgnoreListOption = (relativeSourcePath: string, sourcemapP... type InputPluginOption (line 1217) | type InputPluginOption = MaybePromise | ((id: string) => string); type InteropType (line 1287) | type InteropType = 'compat' | 'auto' | 'esModule' | 'default' | 'default... type GetInterop (line 1289) | type GetInterop = (id: string | null) => InteropType; type AmdOptions (line 1291) | type AmdOptions = ( type NormalizedAmdOptions (line 1310) | type NormalizedAmdOptions = ( type AddonFunction (line 1324) | type AddonFunction = (chunk: RenderedChunk) => string | Promise; type OutputPluginOption (line 1326) | type OutputPluginOption = MaybePromise) { constant PENDING (line 427) | const PENDING = 'pending'; constant RESOLVED (line 428) | const RESOLVED = 'resolved'; constant REJECTED (line 429) | const REJECTED = 'rejected'; class CustomPromise (line 431) | class CustomPromise { method constructor (line 437) | constructor(cb: unknown) { FILE: packages/ranuts/src/ml/ocr.ts type Options (line 10) | interface Options { type OcrReturn (line 16) | interface OcrReturn extends BaseReturn { FILE: packages/ranuts/src/node/body.ts type ServerBody (line 8) | interface ServerBody { FILE: packages/ranuts/src/node/color.ts constant OPEN (line 4) | const OPEN = 0; constant CLOSE (line 5) | const CLOSE = 1; type Formatter (line 7) | type Formatter = (open: string, close: string, replace?: string) => (inp... FILE: packages/ranuts/src/node/command.ts type PromptOption (line 15) | interface PromptOption { FILE: packages/ranuts/src/node/ctx2req.ts type ConnectMiddleware (line 4) | type ConnectMiddleware = (req: IncomingMessage, res: ServerResponse, nex... constant PARAM_LENGTH (line 8) | const PARAM_LENGTH = 3; function noCallbackHandler (line 10) | function noCallbackHandler(ctx: Context, connectMiddleware: ConnectMiddl... function withCallbackHandler (line 15) | function withCallbackHandler(ctx: Context, connectMiddleware: ConnectMid... function connect (line 23) | function connect(connectMiddleware: ConnectMiddleware): MiddlewareFuncti... FILE: packages/ranuts/src/node/fs.ts type FilePromiseResult (line 4) | type FilePromiseResult = Promise & { type Error (line 8) | type Error = NodeJS.ErrnoException | null; FILE: packages/ranuts/src/node/get.ts type Request (line 3) | interface Request { type Response (line 7) | interface Response { FILE: packages/ranuts/src/node/paresUrl.ts type ParseUrl (line 3) | interface ParseUrl { type Req (line 11) | interface Req extends IncomingMessage { FILE: packages/ranuts/src/node/readDir.ts type Options (line 3) | interface Options { FILE: packages/ranuts/src/node/router.ts type Handler (line 25) | type Handler = (ctx: Context, next: Next) => void; class Router (line 27) | class Router { method constructor (line 32) | constructor() { method get (line 37) | get(url: string, handler: Handler): void { method post (line 40) | post(url: string, handler: Handler): void { method put (line 43) | put(url: string, handler: Handler): void { method patch (line 46) | patch(url: string, handler: Handler): void { method del (line 49) | del(url: string, handler: Handler): void { method head (line 52) | head(url: string, handler: Handler): void { method options (line 55) | options(url: string, handler: Handler): void { method addHandlerToMap (line 58) | private addHandlerToMap(method: string) { method routes (line 70) | routes(): MiddlewareFunction { method allowedMethods (line 79) | allowedMethods(): MiddlewareFunction { FILE: packages/ranuts/src/node/send.ts type Option (line 6) | interface Option { FILE: packages/ranuts/src/node/server.ts type Next (line 6) | type Next = () => Promise | Promise; type MiddlewareFunction (line 8) | type MiddlewareFunction = (ctx: Context, next: Next) => void | Promise) { FILE: packages/ranuts/src/node/stream.ts type ReadOption (line 4) | interface ReadOption { type WriteOption (line 12) | interface WriteOption { FILE: packages/ranuts/src/node/traverse.ts type Caller (line 9) | type Caller = (relPath: string, absPath: string, stats: Stats) => any; function traverse (line 16) | async function traverse(dir: string, callback: Caller, pre = ''): Promis... function traverseSync (line 35) | function traverseSync(dir: string, callback: Caller, pre = ''): void { FILE: packages/ranuts/src/node/websocket.ts type FrameMeta (line 6) | interface FrameMeta { class Client (line 22) | class Client extends EventEmitter { method constructor (line 25) | constructor(socket: internal.Duplex) { method createFrame (line 30) | createFrame(content: string, options?: { opcode: number }): Buffer { method send (line 54) | send(data: string, options?: { opcode: number }): void { method ping (line 57) | ping(): void { method pong (line 60) | pong(): void { method close (line 63) | close(): void { class WebSocket (line 70) | class WebSocket extends EventEmitter { method constructor (line 73) | constructor({ port = 30104 }: { port: number }) { method broadcast (line 84) | broadcast(data: string): void { method create (line 92) | create(req: http.IncomingMessage, socket: internal.Duplex): void { method addListenCloseClient (line 158) | addListenCloseClient(client: Client): void { method parseFrameMeta (line 170) | parseFrameMeta(source: Buffer): FrameMeta { method iMask (line 196) | iMask(data: Buffer, key: Buffer | null): Buffer { FILE: packages/ranuts/src/node/writeFile.ts type Error (line 3) | type Error = NodeJS.ErrnoException | null; FILE: packages/ranuts/src/node/ws.ts function createFrame (line 13) | function createFrame(content: string, options: { opcode: any }) { function parseFrameMeta (line 48) | function parseFrameMeta(source: Buffer) { function iMask (line 83) | function iMask(data: Uint8Array, key: Buffer | null) { function Event (line 95) | function Event(this: any) { type DateList (line 110) | interface DateList { function WSS (line 119) | function WSS(this: any, server: http.Server): void { FILE: packages/ranuts/src/optimize/index.ts function customNew (line 37) | function customNew(...args: unknown[]): Record { function debounce (line 54) | function debounce any>( function throttle (line 76) | function throttle(fn: Function, wait: number = 3000): Function { FILE: packages/ranuts/src/ran/index.ts type InventedElementProps (line 12) | type InventedElementProps = any; type FiberProps (line 14) | type FiberProps = any; type AuthenticElement (line 16) | type AuthenticElement = any; type InventedElement (line 18) | interface InventedElement { type Fiber (line 23) | interface Fiber { function createTextInventedElement (line 70) | function createTextInventedElement(text: string): InventedElement { function createElement (line 86) | function createElement(type: string, config: InventedElementProps, child... function fiberToAuthenticElement (line 103) | function fiberToAuthenticElement(fiber: Fiber): AuthenticElement { function reconcile (line 124) | function reconcile(fiber: Fiber) { function reconcileFiberNode (line 152) | function reconcileFiberNode(fiber: Fiber) { function reconcileChildren (line 164) | function reconcileChildren(fiber: Fiber) { function schedule (line 258) | function schedule(deadline: IdleDeadline) { function commitFiber (line 276) | function commitFiber() { function replacementHandler (line 282) | function replacementHandler(fiber: Fiber) { function deletionHandler (line 288) | function deletionHandler(fiber: Fiber) { function updateHandler (line 294) | function updateHandler(fiber: Fiber) { function fiberHandler (line 327) | function fiberHandler(fiber: Fiber) { function render (line 348) | function render(inventedElement: InventedElement, root: Element): void { FILE: packages/ranuts/src/ran/min.ts type Fiber (line 9) | interface Fiber { class Concurrent (line 88) | class Concurrent { method constructor (line 91) | constructor(element: Fiber, container: HTMLElement) { method workLoop (line 101) | workLoop(deadline: IdleDeadline): void { method performUnitOfWork (line 118) | performUnitOfWork(fiber: Fiber): Fiber | undefined { method startWork (line 159) | startWork(): void { method commitRoot (line 162) | commitRoot(): void { method commitWork (line 166) | commitWork(fiber: Fiber | undefined): void { FILE: packages/ranuts/src/sort/heap.ts class Heap (line 1) | class Heap { method constructor (line 4) | constructor(arr: Array = []) { FILE: packages/ranuts/src/utils/audioRecorder.ts type Section (line 17) | interface Section { class WebmBase (line 249) | class WebmBase { method constructor (line 253) | constructor( method updateBySource (line 258) | updateBySource() { method setSource (line 262) | setSource(source: Uint8Array) { method updateByData (line 267) | updateByData() { method setData (line 271) | setData(data: T) { type ContainerData (line 277) | interface ContainerData { function padHex (line 283) | function padHex(hex: string) { class WebmUint (line 287) | class WebmUint extends WebmBase { method constructor (line 288) | constructor(name: string, type: string) { method updateBySource (line 292) | updateBySource() { method updateByData (line 301) | updateByData() { method getValue (line 310) | getValue() { method setValue (line 314) | setValue(value: number) { class WebmFloat (line 319) | class WebmFloat extends WebmBase { method constructor (line 320) | constructor(name: string, type: string) { method getFloatArrayType (line 324) | getFloatArrayType() { method updateBySource (line 327) | updateBySource() { method updateByData (line 333) | updateByData() { method getValue (line 339) | getValue() { method setValue (line 342) | setValue(value: number) { class WebmContainer (line 347) | class WebmContainer extends WebmBase { method constructor (line 351) | constructor(name: string, type: string) { method readByte (line 355) | readByte() { method readUint (line 358) | readUint() { method updateBySource (line 369) | updateBySource() { method writeUint (line 400) | writeUint(x: number, draft = false) { method writeSections (line 419) | writeSections(draft = false) { method updateByData (line 435) | updateByData() { method getSectionById (line 443) | getSectionById(id: number) { class WebmFile (line 455) | class WebmFile extends WebmContainer { method constructor (line 456) | constructor(source: Uint8Array) { method fixDuration (line 461) | fixDuration(duration: number) { method toBlob (line 503) | toBlob(type = 'video/webm') { function getMimeType (line 536) | function getMimeType() { class AudioRecorder (line 549) | class AudioRecorder { method constructor (line 554) | constructor() { method init (line 569) | private init(stream: MediaStream) { method start (line 590) | start(): MediaRecorder | undefined { method pause (line 596) | pause(): MediaRecorder | undefined { method stop (line 602) | stop(): Blob | undefined { FILE: packages/ranuts/src/utils/behavior.ts function getHardwareInfo (line 49) | function getHardwareInfo(gl: WebGL2RenderingContext) { type AudioCompressor (line 85) | enum AudioCompressor { FILE: packages/ranuts/src/utils/bom.ts type RequestUrlToArraybufferOption (line 41) | interface RequestUrlToArraybufferOption { type requestUrlToArraybufferReturn (line 50) | interface requestUrlToArraybufferReturn extends BaseReturn { type BaseReturn (line 54) | interface BaseReturn { type Context (line 100) | interface Context { function appendUrl (line 253) | function appendUrl(url: string, params: Record = {}): st... function getCookieByName (line 289) | function getCookieByName(name: string): string { type ClientRatio (line 296) | interface ClientRatio { constant ENCODE_CHARS_REGEXP (line 330) | const ENCODE_CHARS_REGEXP = /(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F... constant UNMATCHED_SURROGATE_PAIR_REGEXP (line 337) | const UNMATCHED_SURROGATE_PAIR_REGEXP = /(^|[^\uD800-\uDBFF])[\uDC00-\uD... constant UNMATCHED_SURROGATE_PAIR_REPLACE (line 344) | const UNMATCHED_SURROGATE_PAIR_REPLACE = '$1\uFFFD$2'; function encodeUrl (line 364) | function encodeUrl(url: string): string { type Options (line 370) | interface Options { type ReturnType (line 376) | interface ReturnType { type MessageHandler (line 469) | interface MessageHandler { type MessageData (line 473) | interface MessageData { type PendingRequest (line 481) | interface PendingRequest { constant DEFAULT_TIMEOUT (line 486) | const DEFAULT_TIMEOUT = 120000; class PostMessageBridge (line 494) | class PostMessageBridge { method constructor (line 500) | constructor(targetWindow: Window = window, targetOrigin = '*') { type BridgeManagerOptions (line 625) | interface BridgeManagerOptions { class BridgeManager (line 631) | class BridgeManager { method constructor (line 637) | private constructor() {} method getInstance (line 639) | static getInstance(): BridgeManager { type BroadcastPayload (line 709) | interface BroadcastPayload { type CallToPayload (line 714) | interface CallToPayload { FILE: packages/ranuts/src/utils/color.ts constant FMT (line 1) | const FMT: Record> = { type ColorVal (line 31) | type ColorVal = (string | number)[]; class Rgb (line 33) | class Rgb { method constructor (line 37) | constructor(col: Array) { method toString (line 43) | toString(): string { class Rgba (line 48) | class Rgba extends Rgb { method constructor (line 50) | constructor(col: Array) { method toString (line 55) | toString(): string { class Hsl (line 60) | class Hsl { method constructor (line 64) | constructor(col: Array) { method toString (line 70) | toString(): string { class Hsla (line 75) | class Hsla extends Hsl { method constructor (line 77) | constructor(col: Array) { method toString (line 82) | toString(): string { class Color (line 87) | class Color { method constructor (line 100) | constructor( method setHue (line 136) | setHue(newHue: string | number): void { method setSat (line 143) | setSat(newSat: string | number): void { method setLum (line 150) | setLum(newLum: number): void { method setAlpha (line 157) | setAlpha(newAlpha: string | number): void { method updateFromHsl (line 163) | updateFromHsl(): void { class ColorScheme (line 400) | class ColorScheme { method constructor (line 402) | constructor(colorVal: (string | number)[], angleArray: number[]) { method createFromColors (line 412) | createFromColors(colorVal: (string | number)[]): Color[] { method createFromAngles (line 421) | createFromAngles(colorVal: string | number | (string | number)[], angl... method Compl (line 432) | static Compl(colorVal: ColorVal): ColorScheme { method Triad (line 436) | static Triad(colorVal: ColorVal): ColorScheme { method Tetrad (line 440) | static Tetrad(colorVal: ColorVal): ColorScheme { method Analog (line 444) | static Analog(colorVal: ColorVal): ColorScheme { method Split (line 448) | static Split(colorVal: ColorVal): ColorScheme { method Accent (line 452) | static Accent(colorVal: ColorVal): ColorScheme { FILE: packages/ranuts/src/utils/compose.ts type Next (line 1) | type Next = () => Promise | Promise; type Middleware (line 3) | type Middleware = (context: T, next: Next) => any; type ComposedMiddleware (line 5) | type ComposedMiddleware = (context: T, next?: Next) => Promise; function compose (line 11) | function compose(middleware: Array>): ComposedMiddlewar... FILE: packages/ranuts/src/utils/device.ts type DEVICE (line 6) | enum DEVICE { type CurrentDevice (line 12) | type CurrentDevice = 'ipad' | 'android' | 'iphone' | 'pc'; FILE: packages/ranuts/src/utils/dom.ts function escapeHtml (line 41) | function escapeHtml(string?: string | number | null): string { function setFontSize (line 100) | function setFontSize() { constant SVG_NS (line 167) | const SVG_NS = 'http://www.w3.org/2000/svg'; constant SVG_TAG_NAMES (line 168) | const SVG_TAG_NAMES = [ class Chain (line 201) | class Chain { method constructor (line 204) | constructor(tagName: string, options?: ElementCreationOptions) { FILE: packages/ranuts/src/utils/img.ts type convertImageToBase64Return (line 28) | interface convertImageToBase64Return extends BaseReturn { FILE: packages/ranuts/src/utils/memoize.ts type Func (line 1) | type Func = () => unknown; FILE: packages/ranuts/src/utils/mimeType.ts function getMime (line 828) | function getMime(ext: string): string | undefined { FILE: packages/ranuts/src/utils/monitor.ts type Payload (line 9) | interface Payload { class Monitor (line 13) | class Monitor { method constructor (line 14) | constructor() { method reportPerformance (line 21) | reportPerformance(): void { method log (line 36) | log(payload: Record): void { method reportClick (line 43) | reportClick(): void { method reportXhr (line 59) | reportXhr(): void { method reportFetch (line 82) | reportFetch(): void { method reportError (line 105) | reportError(): void { method reportConsole (line 118) | reportConsole(): void { method initialize (line 135) | initialize(): void { FILE: packages/ranuts/src/utils/network.ts function createMessageToStatusCodeMap (line 106) | function createMessageToStatusCodeMap(codes: Map) { function createStatusCodeList (line 119) | function createStatusCodeList(codes: Map) { function getStatusCode (line 132) | function getStatusCode(message: string) { function getStatusMessage (line 147) | function getStatusMessage(code: number) { function getStatus (line 169) | function getStatus(code?: number | string): number | string | undefined { FILE: packages/ranuts/src/utils/noop.ts type Noop (line 3) | type Noop = () => void; FILE: packages/ranuts/src/utils/number.ts type ComputeNumberResult (line 2) | interface ComputeNumberResult { class Mathjs (line 41) | class Mathjs { function mathjs (line 85) | function mathjs(a: number, type: string, b: number): ComputeNumberResult { FILE: packages/ranuts/src/utils/obj.ts function querystring (line 7) | function querystring(data = {}): string { type Obj (line 160) | type Obj = Record; function replaceOld (line 185) | function replaceOld( function sameValueZero (line 257) | function sameValueZero(x: any, y: any): boolean { function isObjectLike (line 275) | function isObjectLike(value: any): boolean { function getTag (line 282) | function getTag(value: any): string { function isArrayLike (line 289) | function isArrayLike(value: any): boolean { function isEqual (line 305) | function isEqual(value: any, other: any, seen = new Map()): boolean { FILE: packages/ranuts/src/utils/performance.ts type BasicType (line 20) | interface BasicType { function getPerformance (line 40) | function getPerformance(): BasicType | undefined { FILE: packages/ranuts/src/utils/queue.ts type QuestQueueOptions (line 2) | interface QuestQueueOptions { type Fun (line 7) | type Fun = Function | Func; class QuestQueue (line 8) | class QuestQueue { method constructor (line 14) | constructor({ simultaneous, total }: QuestQueueOptions) { FILE: packages/ranuts/src/utils/report.ts type BeaconPayload (line 5) | interface BeaconPayload { function createData (line 46) | function createData(params: Record = {}): Record void; type Options (line 6) | interface Options { FILE: packages/ranuts/src/utils/str.ts function randomString (line 61) | function randomString(len: number = 8): string { function changeHumpToLowerCase (line 71) | function changeHumpToLowerCase(str: string): string { type ClearStrOption (line 84) | interface ClearStrOption { function getMatchingSentences (line 105) | function getMatchingSentences(text: string, searchValue: string): string... type TransformText (line 193) | interface TransformText { function rotateLeft (line 224) | function rotateLeft(lValue: number, iShiftBits: number): number { function addUnsigned (line 228) | function addUnsigned(lX: number, lY: number): number { function F (line 241) | function F(x: number, y: number, z: number): number { function G (line 245) | function G(x: number, y: number, z: number): number { function H (line 249) | function H(x: number, y: number, z: number): number { function I (line 253) | function I(x: number, y: number, z: number): number { function FF (line 257) | function FF(a: number, b: number, c: number, d: number, x: number, s: nu... function GG (line 262) | function GG(a: number, b: number, c: number, d: number, x: number, s: nu... function HH (line 267) | function HH(a: number, b: number, c: number, d: number, x: number, s: nu... function II (line 272) | function II(a: number, b: number, c: number, d: number, x: number, s: nu... function convertToWordArray (line 277) | function convertToWordArray(str: string): number[] { function wordToHex (line 300) | function wordToHex(lValue: number): string { function utf8Encode (line 313) | function utf8Encode(str: string): string { type FileMetadata (line 431) | type FileMetadata = { type BlobMetadata (line 440) | type BlobMetadata = { type FileChunk (line 447) | type FileChunk = { class MessageCodecError (line 458) | class MessageCodecError extends Error { method constructor (line 459) | constructor( method encode (line 481) | encode(data: any): string { method decode (line 498) | decode(encodedStr: string): T | null { method encodeFile (line 520) | async encodeFile(file: File): Promise { method decodeFile (line 545) | decodeFile(encoded: string): File { method encodeBlob (line 578) | async encodeBlob(blob: Blob): Promise { method decodeBlob (line 601) | decodeBlob(encoded: string): Blob { method encodeDate (line 630) | encodeDate(date: Date): string { method decodeDate (line 647) | decodeDate(encodedStr: string): Date { method encodeRegExp (line 665) | encodeRegExp(regexp: RegExp): string { method decodeRegExp (line 683) | decodeRegExp(encodedStr: string): RegExp { method encodeMap (line 701) | encodeMap(map: Map): string { method decodeMap (line 718) | decodeMap(encodedStr: string): Map { method encodeSet (line 736) | encodeSet(set: Set): string { method decodeSet (line 753) | decodeSet(encodedStr: string): Set { method encodeError (line 771) | encodeError(error: Error): string { method decodeError (line 790) | decodeError(encodedStr: string): Error { method encodeArrayBuffer (line 811) | encodeArrayBuffer(buffer: ArrayBuffer): string { method decodeArrayBuffer (line 828) | decodeArrayBuffer(encodedStr: string): ArrayBuffer { method encodeTypedArray (line 846) | encodeTypedArray(typedArray: ArrayBufferView): string { method decodeTypedArray (line 864) | decodeTypedArray(encodedStr: string): ArrayBufferView { method encodeFileChunked (line 885) | async encodeFileChunked( method decodeFileChunked (line 934) | async decodeFileChunked(chunks: FileChunk[]): Promise { FILE: packages/ranuts/src/utils/subscribe.ts type Callback (line 1) | type Callback = Function; type EventName (line 3) | type EventName = string | symbol; type EventItem (line 5) | type EventItem = { constant NEW_LISTENER (line 11) | const NEW_LISTENER = 'NEW_LISTENER'; class SyncHook (line 13) | class SyncHook { FILE: packages/ranuts/src/utils/throttle.ts type ThrottleFunc (line 1) | type ThrottleFunc void> = (...args: Parame... function throttle (line 9) | function throttle any>(func: T, delay: num... FILE: packages/ranuts/src/utils/time.ts function formatDuration (line 1) | function formatDuration(time: number): string | number { function timestampToTime (line 10) | function timestampToTime(timestamp?: number | string): Date & { format?:... FILE: packages/ranuts/src/utils/totp/sha/common.ts constant TWO_PWR_32 (line 13) | const TWO_PWR_32 = 4294967296; function packedLEConcat (line 43) | function packedLEConcat(a: packedValue, b: packedValue): packedValue { function getOutputOpts (line 80) | function getOutputOpts(options?: { function parseInputOption (line 127) | function parseInputOption( method constructor (line 201) | protected constructor(variant: any, inputFormat: any, options?: any) { method update (line 230) | update(srcString: string | ArrayBuffer | Uint8Array): this { method getHash (line 267) | getHash(format: any, options?: any): any { method setHMACKey (line 322) | setHMACKey(key: any, inputFormat: any, options?: any): void { method _setHMACKey (line 342) | protected _setHMACKey(key: packedValue): void { method getHMAC (line 393) | getHMAC(format: any, options?: any): any { method _getHMAC (line 403) | protected _getHMAC(): number[] { FILE: packages/ranuts/src/utils/totp/sha/converters.ts function str2packed (line 24) | function str2packed( function hex2packed (line 115) | function hex2packed( function bytes2packed (line 158) | function bytes2packed( function b642packed (line 194) | function b642packed( function uint8array2packed (line 257) | function uint8array2packed( function arraybuffer2packed (line 291) | function arraybuffer2packed( function getStrConverter (line 308) | function getStrConverter( function packed2hex (line 415) | function packed2hex( function packed2b64 (line 447) | function packed2b64( function packed2bytes (line 489) | function packed2bytes(packed: number[], outputLength: number, bigEndianM... function packed2arraybuffer (line 513) | function packed2arraybuffer(packed: number[], outputLength: number, bigE... function packed2uint8array (line 535) | function packed2uint8array(packed: number[], outputLength: number, bigEn... function getOutputConverter (line 577) | function getOutputConverter(format: any, outputBinLen: any, bigEndianMod... FILE: packages/ranuts/src/utils/totp/sha/custom_types.ts type EncodingType (line 2) | type EncodingType = 'UTF8' | 'UTF16BE' | 'UTF16LE'; type FormatNoTextType (line 3) | type FormatNoTextType = 'HEX' | 'B64' | 'BYTES' | 'ARRAYBUFFER' | 'UINT8... type FormatType (line 4) | type FormatType = 'TEXT' | FormatNoTextType; type GenericInputType (line 6) | type GenericInputType = type FixedLengthOptionsNoEncodingType (line 25) | type FixedLengthOptionsNoEncodingType = type FixedLengthOptionsEncodingType (line 33) | type FixedLengthOptionsEncodingType = type packedValue (line 43) | interface packedValue { type SHAKEOptionsNoEncodingType (line 48) | interface SHAKEOptionsNoEncodingType { type SHAKEOptionsEncodingType (line 52) | interface SHAKEOptionsEncodingType extends SHAKEOptionsNoEncodingType { type CSHAKEOptionsNoEncodingType (line 56) | interface CSHAKEOptionsNoEncodingType { type CSHAKEOptionsEncodingType (line 61) | interface CSHAKEOptionsEncodingType extends CSHAKEOptionsNoEncodingType { type KMACOptionsNoEncodingType (line 65) | interface KMACOptionsNoEncodingType { type KMACOptionsEncodingType (line 70) | interface KMACOptionsEncodingType extends KMACOptionsNoEncodingType { type ResolvedCSHAKEOptionsNoEncodingType (line 74) | interface ResolvedCSHAKEOptionsNoEncodingType { type ResolvedKMACOptionsNoEncodingType (line 79) | interface ResolvedKMACOptionsNoEncodingType extends ResolvedCSHAKEOption... FILE: packages/ranuts/src/utils/totp/sha/primitives_32.ts function rotl_32 (line 17) | function rotl_32(x: number, n: number): number { function rotr_32 (line 28) | function rotr_32(x: number, n: number): number { function shr_32 (line 39) | function shr_32(x: number, n: number): number { function parity_32 (line 51) | function parity_32(x: number, y: number, z: number): number { function ch_32 (line 63) | function ch_32(x: number, y: number, z: number): number { function maj_32 (line 75) | function maj_32(x: number, y: number, z: number): number { function sigma0_32 (line 85) | function sigma0_32(x: number): number { function safeAdd_32_2 (line 98) | function safeAdd_32_2(a: number, b: number): number { function safeAdd_32_4 (line 116) | function safeAdd_32_4(a: number, b: number, c: number, d: number): number { function safeAdd_32_5 (line 135) | function safeAdd_32_5(a: number, b: number, c: number, d: number, e: num... function gamma1_32 (line 148) | function gamma1_32(x: number): number { function gamma0_32 (line 158) | function gamma0_32(x: number): number { function sigma1_32 (line 168) | function sigma1_32(x: number): number { FILE: packages/ranuts/src/utils/totp/sha/primitives_64.ts class Int_64 (line 13) | class Int_64 { method constructor (line 20) | constructor(msint_32: number, lsint_32: number) { function rotl_64 (line 35) | function rotl_64(x: Int_64, n: number): Int_64 { function rotr_64 (line 57) | function rotr_64(x: Int_64, n: number): Int_64 { function shr_64 (line 77) | function shr_64(x: Int_64, n: number): Int_64 { function ch_64 (line 89) | function ch_64(x: Int_64, y: Int_64, z: Int_64): Int_64 { function maj_64 (line 104) | function maj_64(x: Int_64, y: Int_64, z: Int_64): Int_64 { function sigma0_64 (line 117) | function sigma0_64(x: Int_64): Int_64 { function safeAdd_64_2 (line 135) | function safeAdd_64_2(x: Int_64, y: Int_64): Int_64 { function safeAdd_64_4 (line 158) | function safeAdd_64_4(a: Int_64, b: Int_64, c: Int_64, d: Int_64): Int_64 { function safeAdd_64_5 (line 183) | function safeAdd_64_5(a: Int_64, b: Int_64, c: Int_64, d: Int_64, e: Int... function xor_64_2 (line 227) | function xor_64_2(a: Int_64, b: Int_64): Int_64 { function xor_64_5 (line 241) | function xor_64_5(a: Int_64, b: Int_64, c: Int_64, d: Int_64, e: Int_64)... function gamma1_64 (line 254) | function gamma1_64(x: Int_64): Int_64 { function gamma0_64 (line 271) | function gamma0_64(x: Int_64): Int_64 { function sigma1_64 (line 288) | function sigma1_64(x: Int_64): Int_64 { FILE: packages/ranuts/src/utils/totp/sha/sha.ts type FixedLengthVariantType (line 19) | type FixedLengthVariantType = class jsSHA (line 30) | class jsSHA { method constructor (line 62) | constructor(variant: any, inputFormat: any, options?: any) { method update (line 93) | update(input: string | ArrayBuffer | Uint8Array): this { method getHash (line 115) | getHash(format: any, options?: any): any { method setHMACKey (line 133) | setHMACKey(key: any, inputFormat: any, options?: any): void { method getHMAC (line 152) | getHMAC(format: any, options?: any): any { FILE: packages/ranuts/src/utils/totp/sha/sha1.ts function getNewState (line 17) | function getNewState(_variant: 'SHA-1'): number[] { function roundSHA1 (line 28) | function roundSHA1(block: number[], H: number[]): number[] { function finalizeSHA1 (line 80) | function finalizeSHA1(remainder: number[], remainderBinLen: number, proc... class jsSHA (line 114) | class jsSHA extends jsSHABase { method constructor (line 132) | constructor(variant: any, inputFormat: any, options?: any) { FILE: packages/ranuts/src/utils/totp/sha/sha256.ts type VariantType (line 21) | type VariantType = 'SHA-224' | 'SHA-256'; function getNewState256 (line 29) | function getNewState256(variant: VariantType): number[] { function roundSHA256 (line 48) | function roundSHA256(block: number[], H: number[]): number[] { function finalizeSHA256 (line 102) | function finalizeSHA256( class jsSHA (line 147) | class jsSHA extends jsSHABase { method constructor (line 165) | constructor(variant: any, inputFormat: any, options?: any) { FILE: packages/ranuts/src/utils/totp/sha/sha3.ts type FixedLengthVariantType (line 19) | type FixedLengthVariantType = 'SHA3-224' | 'SHA3-256' | 'SHA3-384' | 'SH... type VariantType (line 21) | type VariantType = FixedLengthVariantType | 'SHAKE128' | 'SHAKE256' | 'C... function getNewState (line 64) | function getNewState(_variant: VariantType): Int_64[][] { function cloneSHA3State (line 81) | function cloneSHA3State(state: Int_64[][]): Int_64[][] { function roundSHA3 (line 98) | function roundSHA3(block: number[] | null, state: Int_64[][]): Int_64[][] { function finalizeSHA3 (line 168) | function finalizeSHA3( function left_encode (line 231) | function left_encode(x: number): packedValue { function right_encode (line 262) | function right_encode(x: number): packedValue { function encode_string (line 293) | function encode_string(input: packedValue): packedValue { function byte_pad (line 304) | function byte_pad(packed: packedValue, outputByteLen: number): number[] { function resolveCSHAKEOptions (line 324) | function resolveCSHAKEOptions(options: CSHAKEOptionsNoEncodingType): Res... function resolveKMACOptions (line 338) | function resolveKMACOptions(options: KMACOptionsNoEncodingType): Resolve... class jsSHA (line 349) | class jsSHA extends jsSHABase { method constructor (line 383) | constructor(variant: any, inputFormat: any, options?: any) { method _initializeCSHAKE (line 523) | protected _initializeCSHAKE(options?: CSHAKEOptionsNoEncodingType, fun... method _initializeKMAC (line 555) | protected _initializeKMAC(options: KMACOptionsNoEncodingType): void { method _getKMAC (line 577) | protected _getKMAC(options: { outputLen: number }): number[] { FILE: packages/ranuts/src/utils/totp/sha/sha512.ts type VariantType (line 22) | type VariantType = 'SHA-384' | 'SHA-512'; function getNewState512 (line 113) | function getNewState512(variant: VariantType): Int_64[] { function roundSHA512 (line 147) | function roundSHA512(block: number[], H: Int_64[]): Int_64[] { function finalizeSHA512 (line 202) | function finalizeSHA512( class jsSHA (line 278) | class jsSHA extends jsSHABase { method constructor (line 296) | constructor(variant: any, inputFormat: any, options?: any) { FILE: packages/ranuts/src/utils/totp/totp.ts type Options (line 8) | type Options = { class TOTP (line 24) | class TOTP { method generate (line 25) | static generate(key: string, options?: Options): { otp: string; expire... method hex2dec (line 47) | private static hex2dec(hex: string) { method dec2hex (line 51) | private static dec2hex(dec: number) { method base32tohex (line 55) | private static base32tohex(base32: string) { method leftpad (line 75) | private static leftpad(str: string, len: number, pad: string) { FILE: packages/ranuts/src/utils/visual/application.ts class Application (line 9) | class Application { method constructor (line 16) | constructor(options: IApplicationOptions) { method render (line 26) | public render(): void { method start (line 30) | public start(): void { method stop (line 38) | public stop(): void { FILE: packages/ranuts/src/utils/visual/demo/sankey.ts class Sankey (line 2) | class Sankey {} FILE: packages/ranuts/src/utils/visual/enums.ts type SHAPE_TYPE (line 2) | enum SHAPE_TYPE { type LINE_CAP (line 10) | enum LINE_CAP { type LINE_JOIN (line 16) | enum LINE_JOIN { type RENDERER_TYPE (line 23) | enum RENDERER_TYPE { constant MAX_VERTEX_COUNT (line 29) | const MAX_VERTEX_COUNT = 65536; constant BYTES_PER_VERTEX (line 32) | const BYTES_PER_VERTEX = 12; constant CONTAINER (line 34) | const CONTAINER = 'container'; constant GRAPHICS (line 36) | const GRAPHICS = 'graphics'; constant OBJECT (line 38) | const OBJECT = 'object'; FILE: packages/ranuts/src/utils/visual/event/boundary.ts class EventBoundary (line 6) | class EventBoundary { method constructor (line 14) | constructor(stage: Container) { FILE: packages/ranuts/src/utils/visual/event/event.ts class EventSystem (line 6) | class EventSystem { method constructor (line 10) | constructor(canvasEle: HTMLCanvasElement, stage: Container) { FILE: packages/ranuts/src/utils/visual/event/types.ts type EventPhase (line 4) | enum EventPhase { class FederatedMouseEvent (line 11) | class FederatedMouseEvent { method stopPropagation (line 23) | public stopPropagation(): void { type FederatedEventMap (line 28) | type FederatedEventMap = { type Cursor (line 39) | type Cursor = FILE: packages/ranuts/src/utils/visual/graphics/graphics.ts class Graphics (line 22) | class Graphics extends Container { method constructor (line 28) | constructor() { method lineStyle (line 34) | public lineStyle(options: ILineStyleOptions | number, color: string = ... FILE: packages/ranuts/src/utils/visual/graphics/graphicsData.ts class GraphicsData (line 5) | class GraphicsData { method constructor (line 13) | constructor(shape: Shape, fillStyle: Fill, lineStyle: Line) { FILE: packages/ranuts/src/utils/visual/graphics/graphicsGeometry.ts class GraphicsGeometry (line 10) | class GraphicsGeometry { method drawShape (line 26) | public drawShape(shape: Shape, fillStyle: Fill, lineStyle: Line): void { method containsPoint (line 34) | public containsPoint(p: Point): boolean { method buildVerticesAndTriangulate (line 49) | public buildVerticesAndTriangulate(): void { method clear (line 64) | public clear(): void { FILE: packages/ranuts/src/utils/visual/math/enums.ts constant DEG_TO_RAD (line 1) | const DEG_TO_RAD = Math.PI / 180; constant RAD_TO_DEG (line 2) | const RAD_TO_DEG = 180 / Math.PI; constant PI_2 (line 3) | const PI_2 = Math.PI * 2; FILE: packages/ranuts/src/utils/visual/math/matrix.ts type TransformableObject (line 4) | interface TransformableObject { class Matrix (line 17) | class Matrix { method constructor (line 25) | constructor(a = 1, b = 0, c = 0, d = 1, tx = 0, ty = 0) { FILE: packages/ranuts/src/utils/visual/math/transform.ts class Transform (line 6) | class Transform { method constructor (line 21) | constructor() { method rotation (line 28) | get rotation(): number { method rotation (line 32) | set rotation(r: number) { method updateLocalTransform (line 63) | public updateLocalTransform(): void { method updateTransform (line 100) | public updateTransform(parentTransform: Transform): void { FILE: packages/ranuts/src/utils/visual/render/batchRenderer.ts method constructor (line 47) | constructor(options: IApplicationOptions) { method addBatch (line 58) | public addBatch(batch: Batch): void { method startBuild (line 68) | protected startBuild(): void { method buildEnd (line 75) | protected buildEnd(): void { method resizeBufferIfNeeded (line 83) | protected resizeBufferIfNeeded(): void { method packData (line 98) | protected packData(): void { method updateChildrenTransform (line 132) | protected updateChildrenTransform(rootContainer: Container): void { method render (line 155) | public render(rootContainer: Container): void { FILE: packages/ranuts/src/utils/visual/render/canvasRenderer.ts class CanvasRenderer (line 5) | class CanvasRenderer extends Renderer { method constructor (line 9) | constructor(options: IApplicationOptions) { method render (line 18) | public render(container: Container): void { FILE: packages/ranuts/src/utils/visual/render/render.ts method constructor (line 12) | constructor(options: IApplicationOptions) { method resizeView (line 18) | public resizeView(width: number, height: number): void { method init (line 23) | public async init(): Promise { FILE: packages/ranuts/src/utils/visual/render/utils/batch/index.ts class BatchPart (line 82) | class BatchPart { method constructor (line 88) | constructor(style: Fill) { method start (line 91) | public start(vertexStart: number, indexStart: number): void { method end (line 95) | public end(vertexCount: number, indexCount: number): void { method reset (line 104) | reset(): void { class GraphicsBatchPool (line 109) | class GraphicsBatchPool extends BatchPool { method constructor (line 111) | constructor() { method getOne (line 114) | public getOne(): GraphicsBatch { class GraphicsBatch (line 122) | class GraphicsBatch extends Batch { method packVertices (line 138) | packVertices(floatView: Float32Array, intView: Uint32Array): void { method packIndices (line 163) | packIndices(int32: Uint32Array): void { method updateVertices (line 173) | updateVertices(floatView: Float32Array): void { class BatchPools (line 194) | class BatchPools { method get (line 198) | public get(type: string) { method reset (line 201) | public reset() { FILE: packages/ranuts/src/utils/visual/render/utils/float.ts class CustomFloatArray (line 3) | class CustomFloatArray { method length (line 13) | get length(): number { method concat (line 20) | public concat(arr: number[]): void { method push (line 37) | public push(num: number): void { method expandCapacity (line 49) | public expandCapacity(): void { method data (line 60) | get data(): Float32Array { method clear (line 71) | public clear(): void { class CustomIntArray (line 77) | class CustomIntArray { method length (line 87) | get length(): number { method concat (line 94) | public concat(arr: number[]): void { method concatUInt16 (line 110) | public concatUInt16(uint16: Uint32Array): void { method expandCapacity (line 125) | public expandCapacity(): void { method data (line 136) | get data(): Uint32Array { method clear (line 148) | public clear(): void { FILE: packages/ranuts/src/utils/visual/render/utils/webgl/batchPool.ts type Batch (line 4) | interface Batch { class BatchPool (line 10) | class BatchPool { method constructor (line 31) | constructor(renderer: WebGLRenderer) { method setBuffer (line 47) | private setBuffer(vertexCount: number, vertexIndexCount: number) { method push (line 81) | public push(batch: Batch): void { method draw (line 91) | private draw() { method packData (line 96) | private packData() { method flush (line 138) | public flush(): void { FILE: packages/ranuts/src/utils/visual/render/webGPURenderer.ts class WebGPURenderer (line 7) | class WebGPURenderer extends BatchRenderer { method constructor (line 40) | constructor(options: IApplicationOptions) { method init (line 53) | public async init(): Promise { method draw (line 66) | protected draw(): void { method initUniformBindGroup (line 100) | private initUniformBindGroup() { method initGpuBuffer (line 133) | private initGpuBuffer() { method updateBuffer (line 149) | protected updateBuffer(): void { method setRootTransform (line 179) | protected setRootTransform(a: number, b: number, c: number, d: number,... method setProjectionMatrix (line 200) | protected setProjectionMatrix(): void { method createPipeline (line 230) | private createPipeline() { method initDevice (line 292) | private async initDevice() { method initRenderPassDescriptor (line 311) | private initRenderPassDescriptor() { FILE: packages/ranuts/src/utils/visual/render/webGlRenderer.ts class WebGLRenderer (line 8) | class WebGLRenderer extends Renderer { method constructor (line 16) | constructor(options: IApplicationOptions) { method setProjectionMatrix (line 51) | private setProjectionMatrix() { method setRootTransform (line 65) | private setRootTransform(a: number, b: number, c: number, d: number, t... method render (line 73) | public render(rootContainer: Container): void { FILE: packages/ranuts/src/utils/visual/shape/circle.ts class Circle (line 5) | class Circle extends Shape { method constructor (line 10) | constructor(x = 0, y = 0, radius = 0) { method contains (line 16) | public contains(p: Point): boolean { FILE: packages/ranuts/src/utils/visual/shape/ellipse.ts class Ellipse (line 5) | class Ellipse extends Shape { method constructor (line 11) | constructor(x = 0, y = 0, radiusX = 0, radiusY = 0) { method contains (line 18) | public contains(p: Point): boolean { FILE: packages/ranuts/src/utils/visual/shape/polygon.ts class Polygon (line 6) | class Polygon extends Shape { method constructor (line 10) | constructor(points: number[] = []) { method isIntersect (line 15) | private isIntersect(px: number, py: number, p1x: number, p1y: number, ... method contains (line 47) | public contains(p: Point): boolean { FILE: packages/ranuts/src/utils/visual/shape/rectangle.ts class Rectangle (line 6) | class Rectangle extends Shape { method constructor (line 12) | constructor(x = 0, y = 0, width = 0, height = 0) { method contains (line 19) | public contains(p: Point): boolean { FILE: packages/ranuts/src/utils/visual/shape/roundedRectangle.ts class RoundedRectangle (line 5) | class RoundedRectangle extends Shape { method constructor (line 12) | constructor(x = 0, y = 0, width = 0, height = 0, radius = 20) { method contains (line 21) | public contains(p: Point): boolean { FILE: packages/ranuts/src/utils/visual/style/fill.ts class Fill (line 1) | class Fill { method constructor (line 6) | constructor() { method clone (line 10) | public clone(): Fill { method reset (line 18) | public reset(): void { FILE: packages/ranuts/src/utils/visual/style/line.ts class Line (line 4) | class Line extends Fill { method clone (line 10) | public clone(): Line { method reset (line 22) | public reset(): void { FILE: packages/ranuts/src/utils/visual/types.ts type IApplicationOptions (line 3) | interface IApplicationOptions { type IFillStyleOptions (line 10) | interface IFillStyleOptions { type ILineStyleOptions (line 16) | interface ILineStyleOptions extends IFillStyleOptions { FILE: packages/ranuts/src/utils/visual/vertex/container.ts class Container (line 13) | class Container extends Vertex { method constructor (line 32) | constructor() { method renderCanvas (line 72) | protected renderCanvas(render: CanvasRenderer): void { method renderWebGL (line 114) | protected renderWebGL(renderer: WebGLRenderer): void { method renderWebGLRecursive (line 122) | public renderWebGLRecursive(renderer: WebGLRenderer): void { method buildBatches (line 136) | public buildBatches(batchRenderer: BatchRenderer): void { method updateBatches (line 144) | public updateBatches(floatView: Float32Array): void { FILE: packages/ranuts/src/utils/visual/vertex/point.ts class Point (line 2) | class Point { method constructor (line 5) | constructor(x = 0, y = 0) { method set (line 10) | public set(x = 0, y = x): void { class ObservablePoint (line 19) | class ObservablePoint { method constructor (line 23) | constructor(cb: (...args: T[]) => void, x = 0, y = 0) { method set (line 29) | set(x = 0, y = x): void { method x (line 35) | get x(): number { method x (line 39) | set x(value: number) { method y (line 46) | get y(): number { method y (line 50) | set y(value: number) { FILE: packages/ranuts/src/utils/visual/vertex/vertex.ts method zIndex (line 23) | get zIndex(): number { method zIndex (line 27) | set zIndex(value: number) { method position (line 34) | get position(): ObservablePoint { method localTransform (line 38) | get localTransform(): Matrix { method worldTransform (line 42) | get worldTransform(): Matrix { method x (line 46) | get x(): number { method x (line 50) | set x(value: number) { method y (line 54) | get y(): number { method y (line 58) | set y(value: number) { method scale (line 62) | get scale(): ObservablePoint { method pivot (line 66) | get pivot(): ObservablePoint { method skew (line 70) | get skew(): ObservablePoint { method rotation (line 74) | get rotation(): number { method rotation (line 78) | set rotation(value: number) { method angle (line 82) | get angle(): number { method angle (line 86) | set angle(value: number) { method updateTransform (line 90) | public updateTransform(): void { FILE: packages/ranuts/src/vnode/chainDom.ts class Chain (line 5) | class Chain { method constructor (line 7) | constructor(tagName: string, options?: ElementCreationOptions) { FILE: packages/ranuts/src/vnode/h.ts function addNS (line 6) | function addNS( function h (line 29) | function h(sel: string, b?: VNodeData | null | VNodeChildren, c?: VNodeC... FILE: packages/ranuts/src/vnode/hooks.ts type PreHook (line 3) | type PreHook = () => any; type InitHook (line 4) | type InitHook = (vNode: VNode) => any; type CreateHook (line 5) | type CreateHook = (emptyVNode: VNode, vNode: VNode) => any; type InsertHook (line 6) | type InsertHook = (vNode: VNode) => any; type PrePatchHook (line 7) | type PrePatchHook = (oldVNode: VNode, vNode: VNode) => any; type UpdateHook (line 8) | type UpdateHook = (oldVNode: VNode, vNode: VNode) => any; type PostPatchHook (line 9) | type PostPatchHook = (oldVNode: VNode, vNode: VNode) => any; type DestroyHook (line 10) | type DestroyHook = (vNode: VNode) => any; type RemoveHook (line 11) | type RemoveHook = (vNode: VNode, removeCallback: () => void) => any; type PostHook (line 12) | type PostHook = () => any; type Hooks (line 14) | interface Hooks { FILE: packages/ranuts/src/vnode/htmlDomApi.ts type Fragment (line 1) | interface Fragment extends DocumentFragment { type DOMAPI (line 7) | interface DOMAPI { function createElement (line 49) | function createElement(tagName: any, options?: ElementCreationOptions): ... function createElementNS (line 53) | function createElementNS(namespaceURI: string, qualifiedName: string, op... function createDocumentFragment (line 57) | function createDocumentFragment(): Fragment { function createTextNode (line 61) | function createTextNode(text: string): Text { function createComment (line 65) | function createComment(text: string): Comment { function insertBefore (line 69) | function insertBefore(parentNode: Node, newNode: Node, referenceNode: No... function removeChild (line 87) | function removeChild(node: Node, child: Node): void { function appendChild (line 91) | function appendChild(node: Node, child: Node): void { function parentNode (line 98) | function parentNode(node: Node): Node | null { function nextSibling (line 109) | function nextSibling(node: Node): Node | null { function tagName (line 123) | function tagName(elm: Element): string { function setTextContent (line 127) | function setTextContent(node: Node, text: string | null): void { function getTextContent (line 131) | function getTextContent(node: Node): string | null { function isElement (line 135) | function isElement(node: Node): node is Element { function isText (line 139) | function isText(node: Node): node is Text { function isComment (line 143) | function isComment(node: Node): node is Comment { function isDocumentFragment (line 147) | function isDocumentFragment(node: Node): node is DocumentFragment { function parseFragment (line 151) | function parseFragment(fragmentNode: DocumentFragment, parentNode?: Node... FILE: packages/ranuts/src/vnode/init.ts type NonUndefined (line 13) | type NonUndefined = T extends undefined ? never : T; type KeyToIndexMap (line 15) | type KeyToIndexMap = Record; type Cbs (line 17) | interface Cbs { function sameVnode (line 25) | function sameVnode(vnode1: VNode, vnode2: VNode): boolean { function isVnode (line 30) | function isVnode(vnode: any): vnode is VNode { function createKeyToOldIdx (line 35) | function createKeyToOldIdx(children: VNode[], beginIdx: number, endIdx: ... function init (line 49) | function init(): (oldVnode: VNode | Element, vnode: VNode) => VNode { FILE: packages/ranuts/src/vnode/is.ts function primitive (line 10) | function primitive(s: unknown): s is string | number { function isVnode (line 14) | function isVnode(s: any): s is VNode { FILE: packages/ranuts/src/vnode/modules/attributes.ts type Attrs (line 3) | type Attrs = Record; function updateAttrs (line 10) | function updateAttrs(oldVnode: VNode, vnode: VNode): void { FILE: packages/ranuts/src/vnode/modules/class.ts type Classes (line 3) | type Classes = Record; function updateClass (line 5) | function updateClass(oldVnode: VNode, vnode: VNode): void { FILE: packages/ranuts/src/vnode/modules/index.ts type ModuleHook (line 7) | type ModuleHook = any; type Modules (line 9) | type Modules = Record>; FILE: packages/ranuts/src/vnode/modules/listeners.ts type Listener (line 7) | type Listener = (this: VNode, ev: T, vnode: VNode) => void; type On (line 9) | type On = { type SomeListener (line 13) | type SomeListener = Listener( function handleEvent (line 31) | function handleEvent(event: Event, vnode: VNode) { function createListener (line 42) | function createListener() { function updateEventListeners (line 48) | function updateEventListeners(oldVnode: VNode, vnode?: VNode): void { FILE: packages/ranuts/src/vnode/modules/props.ts type Props (line 3) | type Props = Record; function updateProps (line 5) | function updateProps(oldVnode: VNode, vnode: VNode): void { FILE: packages/ranuts/src/vnode/modules/style.ts type VNodeStyle (line 3) | type VNodeStyle = Record; function updateStyle (line 12) | function updateStyle(oldVnode: VNode, vnode: VNode): void { function forceReflow (line 63) | function forceReflow(): void { function applyDestroyStyle (line 67) | function applyDestroyStyle(vnode: VNode): void { function applyRemoveStyle (line 78) | function applyRemoveStyle(vnode: VNode, rm: () => void): void { FILE: packages/ranuts/src/vnode/vnode.ts type VNodes (line 8) | type VNodes = VNode[]; type VNodeChildElement (line 9) | type VNodeChildElement = VNode | string | number; type ArrayOrElement (line 10) | type ArrayOrElement = T | T[]; type VNodeChildren (line 11) | type VNodeChildren = ArrayOrElement; type Key (line 14) | type Key = string | number; type VNode (line 17) | interface VNode { type VNodeData (line 35) | interface VNodeData { function vnode (line 53) | function vnode( FILE: packages/ranuts/src/wasm/word.ts type TokenWord (line 4) | interface TokenWord { type Word (line 10) | interface Word { FILE: packages/ranuts/src/wicket/index.ts type ActionOption (line 30) | interface ActionOption { type wicketMap (line 37) | interface wicketMap { type WicketOption (line 44) | interface WicketOption { class WebView (line 49) | class WebView { method constructor (line 54) | constructor(options: WicketOption) { method size (line 62) | get size(): number { method size (line 66) | set size(size: number) { FILE: packages/ranuts/test/cloneDeep.test.ts class Person (line 185) | class Person { method constructor (line 189) | constructor(name: string, age: number) { method greet (line 194) | greet() { FILE: packages/ranuts/test/server.test.ts constant PORT (line 5) | const PORT = 30103; FILE: packages/ranuts/test/utils/compose.test.ts function wait (line 12) | function wait(ms: number) { FILE: packages/ranuts/typings.d.ts type Identification (line 2) | interface Identification { type Window (line 10) | interface Window { type global (line 22) | interface global { type Process (line 25) | interface Process { FILE: packages/ranuts/vite.config.ts type chunkOptimization (line 52) | interface chunkOptimization { FILE: packages/solidity/ignition/modules/Lock.ts constant JAN_1ST_2030 (line 4) | const JAN_1ST_2030 = 1893456000; constant ONE_GWEI (line 5) | const ONE_GWEI: bigint = parseEther('0.001'); FILE: packages/visual/components/bar/index.ts class Bar (line 2) | class Bar {} FILE: packages/visual/components/line/index.ts class Line (line 1) | class Line {} FILE: packages/visual/components/pie/index.ts class Pie (line 2) | class Pie {} FILE: packages/visual/components/sankey/index.ts type ISankeyOptions (line 4) | interface ISankeyOptions { type ISankeyNode (line 8) | interface ISankeyNode { type ISankeyLink (line 21) | interface ISankeyLink { type ISankeyData (line 27) | interface ISankeyData { constant NODE_BASE_WIDTH (line 410) | const NODE_BASE_WIDTH = 10; constant NODE_BASE_HEIGHT (line 411) | const NODE_BASE_HEIGHT = 120; constant FONT_SIZE_DEFAULT (line 412) | const FONT_SIZE_DEFAULT = 12; constant FONT_FAMILY (line 413) | const FONT_FAMILY = 'PingFang SC'; constant TEXT_MAX_WIDTH (line 415) | const TEXT_MAX_WIDTH = 120; constant LAYER_BASE_SPACE (line 416) | const LAYER_BASE_SPACE = 80; constant BASE_CROSS_SPACE (line 417) | const BASE_CROSS_SPACE = 2; constant BASE_VERTICAL_SPACE (line 418) | const BASE_VERTICAL_SPACE = 4; constant FONT_WEIGHT (line 419) | const FONT_WEIGHT = 'normal'; type TEXT_POSITION (line 421) | enum TEXT_POSITION { class Sankey (line 635) | class Sankey { method constructor (line 641) | constructor(options: ISankeyOptions) { FILE: packages/visual/src/application.ts class Application (line 8) | class Application { method constructor (line 15) | constructor(options?: IApplicationOptions) { method render (line 27) | public render(): void { method start (line 31) | public start(): void { method stop (line 39) | public stop(): void { FILE: packages/visual/src/enums.ts type RENDERER_TYPE (line 2) | enum RENDERER_TYPE { constant CONTAINER (line 8) | const CONTAINER = 'container'; constant GRAPHICS (line 10) | const GRAPHICS = 'graphics'; FILE: packages/visual/src/event/boundry.ts class EventBoundary (line 6) | class EventBoundary { method constructor (line 14) | constructor(stage: Container) { FILE: packages/visual/src/event/enums.ts type EventPhase (line 1) | enum EventPhase { FILE: packages/visual/src/event/event.ts class EventSystem (line 7) | class EventSystem { method constructor (line 11) | constructor(canvasEle: HTMLCanvasElement, stage: Container) { FILE: packages/visual/src/event/types.ts class FederatedMouseEvent (line 5) | class FederatedMouseEvent { method stopPropagation (line 17) | public stopPropagation(): void { type FederatedEventMap (line 22) | type FederatedEventMap = { type Cursor (line 33) | type Cursor = FILE: packages/visual/src/graphics/geometry.ts class GraphicsGeometry (line 5) | class GraphicsGeometry { method drawShape (line 7) | public drawShape(shape: Shape, fillStyle: Fill, lineStyle: Line): void { method containsPoint (line 15) | public containsPoint(p: Point): boolean { method clear (line 27) | public clear(): void { FILE: packages/visual/src/graphics/graphics.ts class Graphics (line 20) | class Graphics extends Container { method constructor (line 26) | constructor() { method lineStyle (line 32) | public lineStyle(options: ILineStyleOptions | number, color: string = ... FILE: packages/visual/src/graphics/graphicsData.ts class GraphicsData (line 3) | class GraphicsData { method constructor (line 11) | constructor(shape: Shape, fillStyle: Fill, lineStyle: Line) { FILE: packages/visual/src/render/canvasRender.ts class CanvasRenderer (line 5) | class CanvasRenderer extends Renderer { method constructor (line 10) | constructor(options: IApplicationOptions) { method render (line 21) | public render(container: Container): void { FILE: packages/visual/src/render/render.ts method constructor (line 8) | constructor(options: IApplicationOptions) { method resizeView (line 14) | public resizeView(width: number, height: number): void { FILE: packages/visual/src/render/webGLRender.ts class WebGLRenderer (line 4) | class WebGLRenderer extends Renderer { method constructor (line 5) | constructor(options: IApplicationOptions) { method render (line 9) | render(): void { FILE: packages/visual/src/render/webGPURender.ts class WebGPURenderer (line 4) | class WebGPURenderer extends Renderer { method constructor (line 5) | constructor(options: IApplicationOptions) { method render (line 9) | render(): void { FILE: packages/visual/src/shape/circle.ts class Circle (line 5) | class Circle extends Shape { method constructor (line 10) | constructor(x = 0, y = 0, radius = 0) { method contains (line 16) | public contains(p: Point): boolean { FILE: packages/visual/src/shape/ellipse.ts class Ellipse (line 6) | class Ellipse extends Shape { method constructor (line 12) | constructor(x = 0, y = 0, radiusX = 0, radiusY = 0) { method contains (line 19) | public contains(p: Point): boolean { FILE: packages/visual/src/shape/enums.ts type SHAPE_TYPE (line 2) | enum SHAPE_TYPE { type LINE_CAP (line 10) | enum LINE_CAP { type LINE_JOIN (line 16) | enum LINE_JOIN { FILE: packages/visual/src/shape/fill.ts class Fill (line 1) | class Fill { method constructor (line 6) | constructor() { method clone (line 10) | public clone(): Fill { method reset (line 18) | public reset(): void { FILE: packages/visual/src/shape/line.ts class Line (line 4) | class Line extends Fill { method clone (line 10) | public clone(): Line { method reset (line 22) | public reset(): void { FILE: packages/visual/src/shape/polygon.ts class Polygon (line 6) | class Polygon extends Shape { method constructor (line 10) | constructor(points: number[] = []) { method isIntersect (line 15) | private isIntersect(px: number, py: number, p1x: number, p1y: number, ... method contains (line 47) | public contains(p: Point): boolean { FILE: packages/visual/src/shape/rectangle.ts class Rectangle (line 6) | class Rectangle extends Shape { method constructor (line 12) | constructor(x = 0, y = 0, width = 0, height = 0) { method contains (line 19) | public contains(p: Point): boolean { FILE: packages/visual/src/shape/roundedRectangle.ts class RoundedRectangle (line 5) | class RoundedRectangle extends Shape { method constructor (line 12) | constructor(x = 0, y = 0, width = 0, height = 0, radius = 20) { method contains (line 21) | public contains(p: Point): boolean { FILE: packages/visual/src/shape/types.ts type IFillStyleOptions (line 3) | interface IFillStyleOptions { type ILineStyleOptions (line 9) | interface ILineStyleOptions extends IFillStyleOptions { FILE: packages/visual/src/transform/enums.ts constant PI_2 (line 2) | const PI_2 = Math.PI * 2; constant DEG_TO_RAD (line 4) | const DEG_TO_RAD = Math.PI / 180; constant RAD_TO_DEG (line 6) | const RAD_TO_DEG = 180 / Math.PI; FILE: packages/visual/src/transform/matrix.ts class Matrix (line 10) | class Matrix { method constructor (line 18) | constructor(a = 1, b = 0, c = 0, d = 1, tx = 0, ty = 0) { FILE: packages/visual/src/transform/transform.ts class Transform (line 5) | class Transform { method constructor (line 20) | constructor() { method rotation (line 27) | get rotation(): number { method rotation (line 31) | set rotation(r: number) { method updateLocalTransform (line 62) | public updateLocalTransform(): void { method updateTransform (line 99) | public updateTransform(parentTransform: Transform): void { FILE: packages/visual/src/transform/types.ts type TransformableObject (line 3) | interface TransformableObject { FILE: packages/visual/src/types.ts type IApplicationOptions (line 3) | interface IApplicationOptions { FILE: packages/visual/src/vertex/container.ts class Container (line 9) | class Container extends Vertex { method constructor (line 20) | constructor() { method renderCanvas (line 60) | protected renderCanvas(render: CanvasRenderer): void { FILE: packages/visual/src/vertex/point.ts class Point (line 2) | class Point { method constructor (line 5) | constructor(x = 0, y = 0) { method set (line 10) | public set(x = 0, y = x): void { class ObservablePoint (line 19) | class ObservablePoint { method constructor (line 23) | constructor(cb: (...args: T[]) => void, x = 0, y = 0) { method set (line 29) | set(x = 0, y = x): void { method x (line 35) | get x(): number { method x (line 39) | set x(value: number) { method y (line 46) | get y(): number { method y (line 50) | set y(value: number) { FILE: packages/visual/src/vertex/vertex.ts method zIndex (line 22) | get zIndex(): number { method zIndex (line 26) | set zIndex(value: number) { method position (line 33) | get position(): ObservablePoint { method localTransform (line 37) | get localTransform(): Matrix { method worldTransform (line 41) | get worldTransform(): Matrix { method x (line 45) | get x(): number { method x (line 49) | set x(value: number) { method y (line 53) | get y(): number { method y (line 57) | set y(value: number) { method scale (line 61) | get scale(): ObservablePoint { method pivot (line 65) | get pivot(): ObservablePoint { method skew (line 69) | get skew(): ObservablePoint { method rotation (line 73) | get rotation(): number { method rotation (line 77) | set rotation(value: number) { method angle (line 81) | get angle(): number { method angle (line 85) | set angle(value: number) { method updateTransform (line 89) | public updateTransform(): void {