From d1576e0974e7606cd841e4aab3b044c488323c42 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 27 Nov 2023 03:36:21 +0200 Subject: [PATCH] squash! --- Documentation/Class/Theme.Theme.html | 40 +++++++++---------- Documentation/Function/Build.Build.html | 2 +- Documentation/Function/Build.Exec.html | 2 +- Documentation/Function/Build.Merge.html | 4 +- Documentation/Function/Build.resolve.html | 4 +- Documentation/Function/Exec.Exec.html | 2 +- Documentation/Function/File.File.html | 2 +- Documentation/Function/JSON.JSON.html | 2 +- Documentation/Function/Load.load-1.html | 2 +- Documentation/Function/Merge.Merge.html | 4 +- .../Function/Theme.applyAnchorUrl.html | 4 +- Documentation/Function/Theme.getUrl.html | 4 +- Documentation/Interface/Build.Type.html | 2 +- Documentation/Interface/Exec.Type.html | 2 +- Documentation/Interface/File.Type.html | 2 +- .../Interface/Interface_Mapping.Type.html | 2 +- .../Interface/Interface_Merge.Generic.html | 2 +- .../Interface/Interface_Merge.Type.html | 4 +- .../Interface/Interface_Theme.Type.html | 30 +++++++------- Documentation/Interface/JSON.Type.html | 2 +- Documentation/Interface/Load.Type.html | 2 +- Documentation/Module/Build.html | 2 +- Documentation/Module/Exec.html | 2 +- Documentation/Module/File.html | 2 +- Documentation/Module/Interface_Merge.html | 2 +- Documentation/Module/JSON.html | 2 +- Documentation/Type/Value.Type.html | 2 +- Documentation/Variable/Load.Theme.html | 2 +- .../Variable/Theme.DeclarationReflection.html | 2 +- Documentation/Variable/Theme.UrlMapping.html | 2 +- Documentation/assets/navigation.js | 2 +- Documentation/assets/search.js | 2 +- Documentation/assets/style.css | 11 +++++ 33 files changed, 82 insertions(+), 71 deletions(-) diff --git a/Documentation/Class/Theme.Theme.html b/Documentation/Class/Theme.Theme.html index 427f9012..90f37940 100644 --- a/Documentation/Class/Theme.Theme.html +++ b/Documentation/Class/Theme.Theme.html @@ -28,49 +28,49 @@ trigger applyAnchorUrl getUrl -

Constructors

  • Create a new DefaultTheme instance.

    +

Constructors

  • Create a new DefaultTheme instance.

    Parameters

    • renderer: Renderer

      The renderer this theme is attached to.

      -

    Returns theme

Properties

Mapping: Type[] = ...

An array of Mappings representing the theme's mapping configuration.

+

Returns theme

Properties

Mapping: Type[] = ...

An array of Mappings representing the theme's mapping configuration.

componentName: string

The name of this component as set by the @Component decorator.

-
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

URL_PREFIX: RegExp

Accessors

  • get _listenId(): any
  • A unique id that identifies this instance.

    -

    Returns any

  • get application(): Application
  • Return the application / root component instance.

    -

    Returns Application

  • get owner(): O
  • Return the owner of this component.

    -

    Returns O

Methods

  • A function that maps a DeclarationReflection to a Mapping or returns undefined.

    +
defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

Type declaration

    • (pageEvent, template): JsxElement
    • Parameters

      • pageEvent: PageEvent<Reflection>
      • template: RenderTemplate<PageEvent<Reflection>>

      Returns JsxElement

indexTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ProjectReflection>

      Returns JsxElement

markedPlugin: MarkedPlugin
reflectionTemplate: ((pageEvent) => JsxElement)

Type declaration

    • (pageEvent): JsxElement
    • Parameters

      • pageEvent: PageEvent<ContainerReflection>

      Returns JsxElement

URL_PREFIX: RegExp

Accessors

  • get _listenId(): any
  • A unique id that identifies this instance.

    +

    Returns any

  • get application(): Application
  • Return the application / root component instance.

    +

    Returns Application

  • get owner(): O
  • Return the owner of this component.

    +

    Returns O

Methods

  • Parameters

    • name: string | Event | EventMap
    • Rest ...args: any[]

    Returns theme

  • Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • A function that builds URLs for a given DeclarationReflection and an array of URLs mappings.

    +

Returns undefined | Type

  • Parameters

    • name: string | Event | EventMap
    • Rest ...args: any[]

    Returns theme

  • Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • A function that builds URLs for a given DeclarationReflection and an array of URLs mappings.

    Parameters

    • Rest ...__namedParameters: [Reflection: DeclarationReflection, URLs: UrlMapping<any>[]]

      The DeclarationReflection for which URLs are being built.

      -

    Returns UrlMapping<any>[]

  • If implementing a custom theme, it is recommended to override buildNavigation instead.

    -

    Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • Parameters

    • reflection: DeclarationReflection

    Returns string

  • Parameters

    • pageEvent: PageEvent<Reflection>

    Returns DefaultThemeRenderContext

  • Map the models of the given project to the desired output files.

    +

Returns UrlMapping<any>[]

  • If implementing a custom theme, it is recommended to override buildNavigation instead.

    +

    Parameters

    • project: ProjectReflection

    Returns NavigationElement[]

  • Parameters

    • reflection: DeclarationReflection

    Returns string

  • Parameters

    • pageEvent: PageEvent<Reflection>

    Returns DefaultThemeRenderContext

  • Map the models of the given project to the desired output files.

    Parameters

    • project: ProjectReflection

      The project whose urls should be generated.

    Returns UrlMapping<any>[]

    A list of UrlMapping instances defining which models should be rendered to which files.

    -
  • Initialize this component.

    -

    Returns void

  • Inversion-of-control versions of on. Tell this object to listen to +

  • Initialize this component.

    +

    Returns void

  • Inversion-of-control versions of on. Tell this object to listen to an event in another object... keeping track of what it's listening to for easier unbinding later.

    -

    Parameters

    • obj: EventDispatcher
    • name: string | EventMap
    • Optional callback: EventCallback
    • Optional priority: number

    Returns theme

  • Inversion-of-control versions of once.

    -

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns theme

  • Parameters

    • obj: EventDispatcher
    • name: string
    • callback: EventCallback
    • Optional priority: number

    Returns theme

  • Remove one or many callbacks. If context is null, removes all +

    Parameters

    • obj: EventDispatcher
    • name: string | EventMap
    • Optional callback: EventCallback
    • Optional priority: number

    Returns theme

  • Inversion-of-control versions of once.

    +

    Parameters

    • obj: EventDispatcher
    • eventMap: EventMap

    Returns theme

  • Parameters

    • obj: EventDispatcher
    • name: string
    • callback: EventCallback
    • Optional priority: number

    Returns theme

  • Remove one or many callbacks. If context is null, removes all callbacks with that function. If callback is null, removes all callbacks for the event. If name is null, removes all bound callbacks for all events.

    -

    Returns theme

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns theme

  • Parameters

    • name: undefined | string
    • Optional callback: EventCallback
    • Optional context: any

    Returns theme

  • Bind an event to a callback function. Passing "all" will bind +

    Returns theme

  • Parameters

    • eventMap: undefined | EventMap
    • Optional context: any

    Returns theme

  • Parameters

    • name: undefined | string
    • Optional callback: EventCallback
    • Optional context: any

    Returns theme

  • Bind an event to a callback function. Passing "all" will bind the callback to all events fired.

    -

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns theme

  • Parameters

    • eventMap: EventMap
    • Optional callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns theme

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns theme

  • Bind an event to only be triggered a single time. After the first time +

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns theme

  • Parameters

    • eventMap: EventMap
    • Optional callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns theme

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: number

    Returns theme

  • Bind an event to only be triggered a single time. After the first time the callback is invoked, its listener will be removed. If multiple events are passed in using the space-separated syntax, the handler will fire once for each event, not once for a combination of all events.

    -

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns theme

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: any

    Returns theme

  • Parameters

    • page: PageEvent<Reflection>
    • template: RenderTemplate<PageEvent<Reflection>>

    Returns string

  • Tell this object to stop listening to either specific events ... or +

    Parameters

    • eventMap: EventMap
    • Optional context: any

    Returns theme

  • Parameters

    • name: string
    • callback: EventCallback
    • Optional context: any
    • Optional priority: any

    Returns theme

  • Parameters

    • page: PageEvent<Reflection>
    • template: RenderTemplate<PageEvent<Reflection>>

    Returns string

  • Tell this object to stop listening to either specific events ... or to every object it's currently listening to.

    -

    Parameters

    • Optional obj: EventDispatcher
    • Optional name: string | EventMap
    • Optional callback: EventCallback

    Returns theme

  • Trigger one or many events, firing all bound callbacks. Callbacks are +

    Parameters

    • Optional obj: EventDispatcher
    • Optional name: string | EventMap
    • Optional callback: EventCallback

    Returns theme

  • Trigger one or many events, firing all bound callbacks. Callbacks are passed the same arguments as trigger is, apart from the event name (unless you're listening on "all", which will cause your callback to receive the true name of the event as the first argument).

    -

    Parameters

    • name: string | Event | EventMap
    • Rest ...args: any[]

    Returns theme

  • Generate an anchor url for the given reflection and all of its children.

    +

    Parameters

    • name: string | Event | EventMap
    • Rest ...args: any[]

    Returns theme

  • Generate an anchor url for the given reflection and all of its children.

    Parameters

    • reflection: Reflection

      The reflection an anchor url should be created for.

    • container: Reflection

      The nearest reflection having an own document.

      -

    Returns void

  • Return a url for the given reflection.

    +

Returns void

  • Return a url for the given reflection.

    Parameters

    • reflection: Reflection

      The reflection the url should be generated for.

    • Optional relative: Reflection

      The parent reflection the url generation should stop on.

    • Optional separator: string

      The separator used to generate the url.

    Returns string

    The generated url.

    -

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/Documentation/Function/Build.Build.html b/Documentation/Function/Build.Build.html index dea072dd..cb1a2704 100644 --- a/Documentation/Function/Build.Build.html +++ b/Documentation/Function/Build.Build.html @@ -1,4 +1,4 @@ -build | typescript-esbuild - v0.3.1
  • Represents a function that processes file patterns.

    +build | typescript-esbuild - v0.3.1
    • Represents a function that processes file patterns.

      Parameters

      • File: string[]

        An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.

      • Optional Option: {
            ESBuild?: string;
            TypeScript?: string;
        }

        An optional object that can contain two properties.

        • Optional ESBuild?: string

          A string representing the ESBuild option.

          diff --git a/Documentation/Function/Build.Exec.html b/Documentation/Function/Build.Exec.html index fd36913f..65aa7d7d 100644 --- a/Documentation/Function/Build.Exec.html +++ b/Documentation/Function/Build.Exec.html @@ -1,4 +1,4 @@ -Exec | typescript-esbuild - v0.3.1
          • The 'Exec' function is an asynchronous function that executes a command and logs the +Exec | typescript-esbuild - v0.3.1

            • The 'Exec' function is an asynchronous function that executes a command and logs the stdout of the child process.

              Parameters

              • Command: string

                The 'Command' parameter is a string that represents the command you want to execute. It can be any valid command that can be executed in a diff --git a/Documentation/Function/Build.Merge.html b/Documentation/Function/Build.Merge.html index 4c89aed0..17ca68ca 100644 --- a/Documentation/Function/Build.Merge.html +++ b/Documentation/Function/Build.Merge.html @@ -1,2 +1,2 @@ -Merge | typescript-esbuild - v0.3.1

                • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

                  -

                  Type Parameters

                  • Ts extends readonly unknown[]

                  Parameters

                  • Rest ...Objects: Ts

                  Returns DeepMergeHKT<Ts, Readonly<{
                      DeepMergeArraysURI: "DeepMergeLeafURI";
                      DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
                      DeepMergeOthersURI: "DeepMergeLeafURI";
                      DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
                      DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
                  }>, Readonly<{
                      key: PropertyKey;
                      parents: readonly Readonly<Record<PropertyKey, unknown>>[];
                  }>>

                Generated using TypeDoc

                \ No newline at end of file +Merge | typescript-esbuild - v0.3.1
                • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

                  +

                  Type Parameters

                  • Ts extends readonly unknown[]

                  Parameters

                  • Rest ...Objects: Ts

                  Returns DeepMergeHKT<Ts, Readonly<{
                      DeepMergeArraysURI: "DeepMergeLeafURI";
                      DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
                      DeepMergeOthersURI: "DeepMergeLeafURI";
                      DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
                      DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
                  }>, Readonly<{
                      key: PropertyKey;
                      parents: readonly Readonly<Record<PropertyKey, unknown>>[];
                  }>>

                Generated using TypeDoc

                \ No newline at end of file diff --git a/Documentation/Function/Build.resolve.html b/Documentation/Function/Build.resolve.html index a7a3c324..105f6b13 100644 --- a/Documentation/Function/Build.resolve.html +++ b/Documentation/Function/Build.resolve.html @@ -1,4 +1,4 @@ -resolve | typescript-esbuild - v0.3.1
                • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

                  +resolve | typescript-esbuild - v0.3.1
                  • The right-most parameter is considered {to}. Other parameters are considered an array of {from}.

                    Starting from leftmost {from} parameter, resolves {to} to an absolute path.

                    If {to} isn't already absolute, {from} arguments are prepended in right to left order, until an absolute path is found. If after using all {from} paths still no absolute path is found, @@ -6,4 +6,4 @@ and trailing slashes are removed unless the path gets resolved to the root directory.

                    Parameters

                    • Rest ...paths: string[]

                      A sequence of paths or path segments.

                    Returns string

                    Throws

                    if any of the arguments is not a string.

                    -

                  Generated using TypeDoc

                  \ No newline at end of file +

                Generated using TypeDoc

                \ No newline at end of file diff --git a/Documentation/Function/Exec.Exec.html b/Documentation/Function/Exec.Exec.html index 51f7e007..f56d7e5a 100644 --- a/Documentation/Function/Exec.Exec.html +++ b/Documentation/Function/Exec.Exec.html @@ -1,4 +1,4 @@ -exec | typescript-esbuild - v0.3.1
                • The 'Exec' function is an asynchronous function that executes a command and logs the +exec | typescript-esbuild - v0.3.1

                  • The 'Exec' function is an asynchronous function that executes a command and logs the stdout of the child process.

                    Parameters

                    • Command: string

                      The 'Command' parameter is a string that represents the command you want to execute. It can be any valid command that can be executed in a diff --git a/Documentation/Function/File.File.html b/Documentation/Function/File.File.html index e2226b7e..73c4cea9 100644 --- a/Documentation/Function/File.File.html +++ b/Documentation/Function/File.File.html @@ -1,2 +1,2 @@ -file | typescript-esbuild - v0.3.1

                      • biome-ignore lint/suspicious/noExplicitAny:

                        +file | typescript-esbuild - v0.3.1

                        Generated using TypeDoc

                        \ No newline at end of file diff --git a/Documentation/Function/JSON.JSON.html b/Documentation/Function/JSON.JSON.html index 780abf11..431c3e85 100644 --- a/Documentation/Function/JSON.JSON.html +++ b/Documentation/Function/JSON.JSON.html @@ -1,4 +1,4 @@ -JSON | typescript-esbuild - v0.3.1
                        • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +JSON | typescript-esbuild - v0.3.1

                          Generated using TypeDoc

                          \ No newline at end of file diff --git a/Documentation/Function/Theme.getUrl.html b/Documentation/Function/Theme.getUrl.html index 8ccd80c0..9201a711 100644 --- a/Documentation/Function/Theme.getUrl.html +++ b/Documentation/Function/Theme.getUrl.html @@ -1,6 +1,6 @@ -getUrl | typescript-esbuild - v0.3.1
                          • Return a url for the given reflection.

                            +getUrl | typescript-esbuild - v0.3.1
                            • Return a url for the given reflection.

                              Parameters

                              • reflection: Reflection

                                The reflection the url should be generated for.

                              • Optional relative: Reflection

                                The parent reflection the url generation should stop on.

                              • Optional separator: string

                                The separator used to generate the url.

                              Returns string

                              The generated url.

                              -

                            Generated using TypeDoc

                            \ No newline at end of file +

                          Generated using TypeDoc

                          \ No newline at end of file diff --git a/Documentation/Interface/Build.Type.html b/Documentation/Interface/Build.Type.html index ae579e4f..b3ad7088 100644 --- a/Documentation/Interface/Build.Type.html +++ b/Documentation/Interface/Build.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.1

                          Hierarchy

                          • Type
                          • Represents a function that processes file patterns.

                            +Type | typescript-esbuild - v0.3.1
                            interface Type ((File, Option?) => Promise<void>)
                            • Represents a function that processes file patterns.

                              Parameters

                              • File: string[]

                                An array of file patterns to be processed. Each pattern can include wildcards (*) to match multiple files.

                              • Optional Option: {
                                    ESBuild?: string;
                                    TypeScript?: string;
                                }

                                An optional object that can contain two properties.

                                • Optional ESBuild?: string

                                  A string representing the ESBuild option.

                                  diff --git a/Documentation/Interface/Exec.Type.html b/Documentation/Interface/Exec.Type.html index 15f19ff3..ed6e1a60 100644 --- a/Documentation/Interface/Exec.Type.html +++ b/Documentation/Interface/Exec.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.1

                                  Hierarchy

                                  • Type
                                  • The 'Exec' function is an asynchronous function that executes a command and logs the +Type | typescript-esbuild - v0.3.1

                                    interface Type ((Command, Echo?) => Promise<void>)
                                    • The 'Exec' function is an asynchronous function that executes a command and logs the stdout of the child process.

                                      Parameters

                                      • Command: string

                                        The 'Command' parameter is a string that represents the command you want to execute. It can be any valid command that can be executed in a diff --git a/Documentation/Interface/File.Type.html b/Documentation/Interface/File.Type.html index 0401e520..4f566029 100644 --- a/Documentation/Interface/File.Type.html +++ b/Documentation/Interface/File.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.3.1

                                        Hierarchy

                                        • Type
                                        • biome-ignore lint/suspicious/noExplicitAny:

                                          +Type | typescript-esbuild - v0.3.1
                                          interface Type ((Path) => Promise<any>)

                                          Generated using TypeDoc

                                          \ No newline at end of file diff --git a/Documentation/Interface/Interface_Mapping.Type.html b/Documentation/Interface/Interface_Mapping.Type.html index e9a73d04..a39f5f43 100644 --- a/Documentation/Interface/Interface_Mapping.Type.html +++ b/Documentation/Interface/Interface_Mapping.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.1

                                          Hierarchy

                                          • Type

                                          Properties

                                          Directory +Type | typescript-esbuild - v0.3.1
                                          interface Type {
                                              Directory: string;
                                              Kind: ReflectionKind[];
                                          }

                                          Properties

                                          Properties

                                          Directory: string

                                          The name of the directory the output files should be written to.

                                          Kind: ReflectionKind[]

                                          DeclarationReflection.kind this rule applies to.

                                          diff --git a/Documentation/Interface/Interface_Merge.Generic.html b/Documentation/Interface/Interface_Merge.Generic.html index 1446af0c..e01dc8b6 100644 --- a/Documentation/Interface/Interface_Merge.Generic.html +++ b/Documentation/Interface/Interface_Merge.Generic.html @@ -1,2 +1,2 @@ -Generic | typescript-esbuild - v0.3.1

                                          Hierarchy

                                          • Generic

                                          Properties

                                          DeepMergeArraysURI +Generic | typescript-esbuild - v0.3.1
                                          interface Generic {
                                              DeepMergeArraysURI: "DeepMergeLeafURI";
                                          }

                                          Properties

                                          DeepMergeArraysURI: "DeepMergeLeafURI"

                                          Generated using TypeDoc

                                          \ No newline at end of file diff --git a/Documentation/Interface/Interface_Merge.Type.html b/Documentation/Interface/Interface_Merge.Type.html index 5d028772..6f257df2 100644 --- a/Documentation/Interface/Interface_Merge.Type.html +++ b/Documentation/Interface/Interface_Merge.Type.html @@ -1,2 +1,2 @@ -Type | typescript-esbuild - v0.3.1

                                          Type Parameters

                                          • PMF extends Partial<DeepMergeMergeFunctionsURIs>

                                          Hierarchy

                                          • Type
                                          • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

                                            -

                                            Type Parameters

                                            • Ts extends readonly unknown[]

                                            Parameters

                                            • Rest ...Objects: Ts

                                            Returns DeepMergeHKT<Ts, Readonly<{
                                                DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeArraysDefaultURI";
                                                DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeMapsDefaultURI";
                                                DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeLeafURI";
                                                DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeRecordsDefaultURI";
                                                DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeSetsDefaultURI";
                                            }>, Readonly<{
                                                key: PropertyKey;
                                                parents: readonly Readonly<Record<PropertyKey, unknown>>[];
                                            }>>

                                          Generated using TypeDoc

                                          \ No newline at end of file +Type | typescript-esbuild - v0.3.1
                                          interface Type (<Ts>(...Objects) => DeepMergeHKT<Ts, Readonly<{
                                              DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                  ? any[any]
                                                  : "DeepMergeArraysDefaultURI";
                                              DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                  ? any[any]
                                                  : "DeepMergeMapsDefaultURI";
                                              DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                  ? any[any]
                                                  : "DeepMergeLeafURI";
                                              DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                  ? any[any]
                                                  : "DeepMergeRecordsDefaultURI";
                                              DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                  ? any[any]
                                                  : "DeepMergeSetsDefaultURI";
                                          }>, Readonly<{
                                              key: PropertyKey;
                                              parents: readonly Readonly<Record<PropertyKey, unknown>>[];
                                          }>>)

                                          Type Parameters

                                          • PMF extends Partial<DeepMergeMergeFunctionsURIs>

                                          • Merges multiple objects of type Ts using the provided merge functions and built-in metadata.

                                            +

                                            Type Parameters

                                            • Ts extends readonly unknown[]

                                            Parameters

                                            • Rest ...Objects: Ts

                                            Returns DeepMergeHKT<Ts, Readonly<{
                                                DeepMergeArraysURI: PMF["DeepMergeArraysURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeArraysDefaultURI";
                                                DeepMergeMapsURI: PMF["DeepMergeMapsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeMapsDefaultURI";
                                                DeepMergeOthersURI: PMF["DeepMergeOthersURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeLeafURI";
                                                DeepMergeRecordsURI: PMF["DeepMergeRecordsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeRecordsDefaultURI";
                                                DeepMergeSetsURI: PMF["DeepMergeSetsURI"] extends keyof DeepMergeMergeFunctionURItoKind<any, any, any>
                                                    ? any[any]
                                                    : "DeepMergeSetsDefaultURI";
                                            }>, Readonly<{
                                                key: PropertyKey;
                                                parents: readonly Readonly<Record<PropertyKey, unknown>>[];
                                            }>>

                                          Generated using TypeDoc

                                          \ No newline at end of file diff --git a/Documentation/Interface/Interface_Theme.Type.html b/Documentation/Interface/Interface_Theme.Type.html index 550dabd8..716a128f 100644 --- a/Documentation/Interface/Interface_Theme.Type.html +++ b/Documentation/Interface/Interface_Theme.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.1

                                          Hierarchy

                                          • DefaultTheme
                                            • Type

                                          Implemented by

                                          Properties

                                          Mapping +Type | typescript-esbuild - v0.3.1
                                          interface Type {
                                              Mapping: Type[];
                                              _Mapping: ((Reflection) => undefined | Type);
                                              buildUrls: ((Reflection, URLs) => UrlMapping<any>[]);
                                              componentName: string;
                                              defaultLayoutTemplate: ((pageEvent, template) => JsxElement);
                                              indexTemplate: ((pageEvent) => JsxElement);
                                              markedPlugin: MarkedPlugin;
                                              reflectionTemplate: ((pageEvent) => JsxElement);
                                              get _listenId(): any;
                                              get application(): Application;
                                              get owner(): O;
                                              bubble(name, ...args): Type;
                                              buildNavigation(project): NavigationElement[];
                                              getNavigation(project): NavigationElement[];
                                              getReflectionClasses(reflection): string;
                                              getRenderContext(pageEvent): DefaultThemeRenderContext;
                                              getUrls(project): UrlMapping<any>[];
                                              initialize(): void;
                                              listenTo(obj, name, callback?, priority?): Type;
                                              listenToOnce(obj, eventMap): Type;
                                              listenToOnce(obj, name, callback, priority?): Type;
                                              off(): Type;
                                              off(eventMap, context?): Type;
                                              off(name, callback?, context?): Type;
                                              on(eventMap, context?): Type;
                                              on(eventMap, callback?, context?, priority?): Type;
                                              on(name, callback, context?, priority?): Type;
                                              once(eventMap, context?): Type;
                                              once(name, callback, context?, priority?): Type;
                                              render(page, template): string;
                                              stopListening(obj?, name?, callback?): Type;
                                              trigger(name, ...args): Type;
                                          }

                                          Hierarchy

                                          • DefaultTheme
                                            • Type

                                          Implemented by

                                          Properties

                                          Parameters

                                          • Reflection: DeclarationReflection

                                            The DeclarationReflection for which URLs are being built.

                                          • URLs: UrlMapping<any>[]

                                            An array of URLs mappings with any data type.

                                          Returns UrlMapping<any>[]

                                    componentName: string

                                    The name of this component as set by the @Component decorator.

                                    -
                                    defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

                                    Type declaration

                                      • (pageEvent, template): JsxElement
                                      • Parameters

                                        • pageEvent: PageEvent<Reflection>
                                        • template: RenderTemplate<PageEvent<Reflection>>

                                        Returns JsxElement

                                    indexTemplate: ((pageEvent) => JsxElement)

                                    Type declaration

                                      • (pageEvent): JsxElement
                                      • Parameters

                                        • pageEvent: PageEvent<ProjectReflection>

                                        Returns JsxElement

                                    markedPlugin: MarkedPlugin
                                    reflectionTemplate: ((pageEvent) => JsxElement)

                                    Type declaration

                                      • (pageEvent): JsxElement
                                      • Parameters

                                        • pageEvent: PageEvent<ContainerReflection>

                                        Returns JsxElement

                                  Accessors

                                  • get _listenId(): any
                                  • A unique id that identifies this instance.

                                    -

                                    Returns any

                                  • get application(): Application
                                  • Return the application / root component instance.

                                    -

                                    Returns Application

                                  • get owner(): O
                                  • Return the owner of this component.

                                    -

                                    Returns O

                                  Methods

                                  • Parameters

                                    • name: string | Event | EventMap
                                    • Rest ...args: any[]

                                    Returns Type

                                  • Parameters

                                    • project: ProjectReflection

                                    Returns NavigationElement[]

                                  • If implementing a custom theme, it is recommended to override buildNavigation instead.

                                    -

                                    Parameters

                                    • project: ProjectReflection

                                    Returns NavigationElement[]

                                  • Parameters

                                    • reflection: DeclarationReflection

                                    Returns string

                                  • Parameters

                                    • pageEvent: PageEvent<Reflection>

                                    Returns DefaultThemeRenderContext

                                  • Map the models of the given project to the desired output files.

                                    +
                                  defaultLayoutTemplate: ((pageEvent, template) => JsxElement)

                                  Type declaration

                                    • (pageEvent, template): JsxElement
                                    • Parameters

                                      • pageEvent: PageEvent<Reflection>
                                      • template: RenderTemplate<PageEvent<Reflection>>

                                      Returns JsxElement

                                  indexTemplate: ((pageEvent) => JsxElement)

                                  Type declaration

                                    • (pageEvent): JsxElement
                                    • Parameters

                                      • pageEvent: PageEvent<ProjectReflection>

                                      Returns JsxElement

                                  markedPlugin: MarkedPlugin
                                  reflectionTemplate: ((pageEvent) => JsxElement)

                                  Type declaration

                                    • (pageEvent): JsxElement
                                    • Parameters

                                      • pageEvent: PageEvent<ContainerReflection>

                                      Returns JsxElement

                                  Accessors

                                  • get _listenId(): any
                                  • A unique id that identifies this instance.

                                    +

                                    Returns any

                                  • get application(): Application
                                  • Return the application / root component instance.

                                    +

                                    Returns Application

                                  • get owner(): O
                                  • Return the owner of this component.

                                    +

                                    Returns O

                                  Methods

                                  • Parameters

                                    • name: string | Event | EventMap
                                    • Rest ...args: any[]

                                    Returns Type

                                  • Parameters

                                    • project: ProjectReflection

                                    Returns NavigationElement[]

                                  • If implementing a custom theme, it is recommended to override buildNavigation instead.

                                    +

                                    Parameters

                                    • project: ProjectReflection

                                    Returns NavigationElement[]

                                  • Parameters

                                    • reflection: DeclarationReflection

                                    Returns string

                                  • Parameters

                                    • pageEvent: PageEvent<Reflection>

                                    Returns DefaultThemeRenderContext

                                  • Map the models of the given project to the desired output files.

                                    Parameters

                                    • project: ProjectReflection

                                      The project whose urls should be generated.

                                    Returns UrlMapping<any>[]

                                    A list of UrlMapping instances defining which models should be rendered to which files.

                                    -
                                  • Initialize this component.

                                    -

                                    Returns void

                                  • Inversion-of-control versions of on. Tell this object to listen to +

                                  • Initialize this component.

                                    +

                                    Returns void

                                  • Inversion-of-control versions of on. Tell this object to listen to an event in another object... keeping track of what it's listening to for easier unbinding later.

                                    -

                                    Parameters

                                    • obj: EventDispatcher
                                    • name: string | EventMap
                                    • Optional callback: EventCallback
                                    • Optional priority: number

                                    Returns Type

                                  • Inversion-of-control versions of once.

                                    -

                                    Parameters

                                    • obj: EventDispatcher
                                    • eventMap: EventMap

                                    Returns Type

                                  • Parameters

                                    • obj: EventDispatcher
                                    • name: string
                                    • callback: EventCallback
                                    • Optional priority: number

                                    Returns Type

                                  • Remove one or many callbacks. If context is null, removes all +

                                    Parameters

                                    • obj: EventDispatcher
                                    • name: string | EventMap
                                    • Optional callback: EventCallback
                                    • Optional priority: number

                                    Returns Type

                                  • Inversion-of-control versions of once.

                                    +

                                    Parameters

                                    • obj: EventDispatcher
                                    • eventMap: EventMap

                                    Returns Type

                                  • Parameters

                                    • obj: EventDispatcher
                                    • name: string
                                    • callback: EventCallback
                                    • Optional priority: number

                                    Returns Type

                                  • Remove one or many callbacks. If context is null, removes all callbacks with that function. If callback is null, removes all callbacks for the event. If name is null, removes all bound callbacks for all events.

                                    -

                                    Returns Type

                                  • Parameters

                                    • eventMap: undefined | EventMap
                                    • Optional context: any

                                    Returns Type

                                  • Parameters

                                    • name: undefined | string
                                    • Optional callback: EventCallback
                                    • Optional context: any

                                    Returns Type

                                  • Bind an event to a callback function. Passing "all" will bind +

                                    Returns Type

                                  • Parameters

                                    • eventMap: undefined | EventMap
                                    • Optional context: any

                                    Returns Type

                                  • Parameters

                                    • name: undefined | string
                                    • Optional callback: EventCallback
                                    • Optional context: any

                                    Returns Type

                                  • Bind an event to a callback function. Passing "all" will bind the callback to all events fired.

                                    -

                                    Parameters

                                    • eventMap: EventMap
                                    • Optional context: any

                                    Returns Type

                                  • Parameters

                                    • eventMap: EventMap
                                    • Optional callback: EventCallback
                                    • Optional context: any
                                    • Optional priority: number

                                    Returns Type

                                  • Parameters

                                    • name: string
                                    • callback: EventCallback
                                    • Optional context: any
                                    • Optional priority: number

                                    Returns Type

                                  • Bind an event to only be triggered a single time. After the first time +

                                    Parameters

                                    • eventMap: EventMap
                                    • Optional context: any

                                    Returns Type

                                  • Parameters

                                    • eventMap: EventMap
                                    • Optional callback: EventCallback
                                    • Optional context: any
                                    • Optional priority: number

                                    Returns Type

                                  • Parameters

                                    • name: string
                                    • callback: EventCallback
                                    • Optional context: any
                                    • Optional priority: number

                                    Returns Type

                                  • Bind an event to only be triggered a single time. After the first time the callback is invoked, its listener will be removed. If multiple events are passed in using the space-separated syntax, the handler will fire once for each event, not once for a combination of all events.

                                    -

                                    Parameters

                                    • eventMap: EventMap
                                    • Optional context: any

                                    Returns Type

                                  • Parameters

                                    • name: string
                                    • callback: EventCallback
                                    • Optional context: any
                                    • Optional priority: any

                                    Returns Type

                                  • Parameters

                                    • page: PageEvent<Reflection>
                                    • template: RenderTemplate<PageEvent<Reflection>>

                                    Returns string

                                  • Tell this object to stop listening to either specific events ... or +

                                    Parameters

                                    • eventMap: EventMap
                                    • Optional context: any

                                    Returns Type

                                  • Parameters

                                    • name: string
                                    • callback: EventCallback
                                    • Optional context: any
                                    • Optional priority: any

                                    Returns Type

                                  • Parameters

                                    • page: PageEvent<Reflection>
                                    • template: RenderTemplate<PageEvent<Reflection>>

                                    Returns string

                                  • Tell this object to stop listening to either specific events ... or to every object it's currently listening to.

                                    -

                                    Parameters

                                    • Optional obj: EventDispatcher
                                    • Optional name: string | EventMap
                                    • Optional callback: EventCallback

                                    Returns Type

                                  • Trigger one or many events, firing all bound callbacks. Callbacks are +

                                    Parameters

                                    • Optional obj: EventDispatcher
                                    • Optional name: string | EventMap
                                    • Optional callback: EventCallback

                                    Returns Type

                                  • Trigger one or many events, firing all bound callbacks. Callbacks are passed the same arguments as trigger is, apart from the event name (unless you're listening on "all", which will cause your callback to receive the true name of the event as the first argument).

                                    -

                                    Parameters

                                    • name: string | Event | EventMap
                                    • Rest ...args: any[]

                                    Returns Type

                                  Generated using TypeDoc

                                  \ No newline at end of file +

                                  Parameters

                                  • name: string | Event | EventMap
                                  • Rest ...args: any[]

                                  Returns Type

                          Generated using TypeDoc

                          \ No newline at end of file diff --git a/Documentation/Interface/JSON.Type.html b/Documentation/Interface/JSON.Type.html index 0cf04360..d7f72b79 100644 --- a/Documentation/Interface/JSON.Type.html +++ b/Documentation/Interface/JSON.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.1

                          Hierarchy

                          • Type
                          • The function 'JSON' is a TypeScript function that reads a JSON file and returns its +Type | typescript-esbuild - v0.3.1

                            interface Type ((File, From?) => Promise<any>)
                            • The function 'JSON' is a TypeScript function that reads a JSON file and returns its parsed content.

                              Parameters

                              • File: string

                                The File parameter is a string that represents the name or path of the JSON file that you want to parse.

                                diff --git a/Documentation/Interface/Load.Type.html b/Documentation/Interface/Load.Type.html index f42ccc3c..2f7d1490 100644 --- a/Documentation/Interface/Load.Type.html +++ b/Documentation/Interface/Load.Type.html @@ -1,4 +1,4 @@ -Type | typescript-esbuild - v0.3.1

                                Hierarchy

                                • Type

                                Properties

                                load +Type | typescript-esbuild - v0.3.1
                                interface Type {
                                    load: ((Application) => void);
                                }

                                Properties

                                Properties

                                load: ((Application) => void)

                                Type declaration

                                  • (Application): void
                                  • The Load function is responsible for loading a plugin into the TypeDoc instance.

                                    Parameters

                                    • Application: Application

                                      The Application parameter is an instance of TypeDoc's Application class, representing the TypeDoc application to which the plugin should be loaded.

                                      diff --git a/Documentation/Module/Build.html b/Documentation/Module/Build.html index e7426691..5f8a59af 100644 --- a/Documentation/Module/Build.html +++ b/Documentation/Module/Build.html @@ -1,4 +1,4 @@ -Build | typescript-esbuild - v0.3.1

                                      Index

                                      Interfaces

                                      Type +Build | typescript-esbuild - v0.3.1

                                      Index

                                      Interfaces

                                      Variables

                                      Functions

                                      Exec diff --git a/Documentation/Module/Exec.html b/Documentation/Module/Exec.html index 4a4039a7..cd69e295 100644 --- a/Documentation/Module/Exec.html +++ b/Documentation/Module/Exec.html @@ -1,3 +1,3 @@ -Exec | typescript-esbuild - v0.3.1

                                      Index

                                      Interfaces

                                      Type +Exec | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/Module/File.html b/Documentation/Module/File.html index 98d1ce80..7a5c59a2 100644 --- a/Documentation/Module/File.html +++ b/Documentation/Module/File.html @@ -1,3 +1,3 @@ -File | typescript-esbuild - v0.3.1

                                      Index

                                      Interfaces

                                      Type +File | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/Module/Interface_Merge.html b/Documentation/Module/Interface_Merge.html index cf3a23dc..d971e315 100644 --- a/Documentation/Module/Interface_Merge.html +++ b/Documentation/Module/Interface_Merge.html @@ -1,4 +1,4 @@ -Interface/Merge | typescript-esbuild - v0.3.1

                                      Module Interface/Merge

                                      Template

                                      A type parameter representing Partial.

                                      +Interface/Merge | typescript-esbuild - v0.3.1

                                      Module Interface/Merge

                                      Template: PMF

                                      A type parameter representing Partial.

                                      Index

                                      Interfaces

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/Module/JSON.html b/Documentation/Module/JSON.html index 83372f29..a82efd24 100644 --- a/Documentation/Module/JSON.html +++ b/Documentation/Module/JSON.html @@ -1,3 +1,3 @@ -JSON | typescript-esbuild - v0.3.1

                                      Index

                                      Interfaces

                                      Type +JSON | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/Type/Value.Type.html b/Documentation/Type/Value.Type.html index f4c7d5db..b2187bdf 100644 --- a/Documentation/Type/Value.Type.html +++ b/Documentation/Type/Value.Type.html @@ -1 +1 @@ -Type | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file +Type | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/Variable/Load.Theme.html b/Documentation/Variable/Load.Theme.html index c7483fcd..0f246c28 100644 --- a/Documentation/Variable/Load.Theme.html +++ b/Documentation/Variable/Load.Theme.html @@ -1 +1 @@ -Theme | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file +Theme | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/Variable/Theme.DeclarationReflection.html b/Documentation/Variable/Theme.DeclarationReflection.html index 10da1424..268bf326 100644 --- a/Documentation/Variable/Theme.DeclarationReflection.html +++ b/Documentation/Variable/Theme.DeclarationReflection.html @@ -1 +1 @@ -DeclarationReflection | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file +DeclarationReflection | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/Variable/Theme.UrlMapping.html b/Documentation/Variable/Theme.UrlMapping.html index 0e4bff08..86916a22 100644 --- a/Documentation/Variable/Theme.UrlMapping.html +++ b/Documentation/Variable/Theme.UrlMapping.html @@ -1 +1 @@ -UrlMapping | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file +UrlMapping | typescript-esbuild - v0.3.1

                                      Generated using TypeDoc

                                      \ No newline at end of file diff --git a/Documentation/assets/navigation.js b/Documentation/assets/navigation.js index 4e23162f..e48f983d 100644 --- a/Documentation/assets/navigation.js +++ b/Documentation/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAACq2WXW/bIBSG/4uvs4+ka7flru2aqVPTVUlXTaqiiDgkRsMfInhqNe2/12AbGx84dpddmnPeh5dzwPD4J5D0SQbT4CJnfBuMgozIqPicp9uc03d69G0kY16EfrFkG0wnoyCMilFBk2D6aPT3zxlt5NeJpGJHwpqgoh3M6dnfkVFf5qLgyQbwQAQjG+OgituIk0mLcMfa83fkKohor55o2GhneRJKliaVVgVt7dmHlnZOxZ56xTqKqDd21TvqDay+pRb0kPLf/tmrOCCs2mtfujtfjQ/qPWCY8tcUJ63owcrbhdoGqP4r958G9G0/6t4AWktd/W/7njFOgW81eJRvDejzvbOmNr61dgccdHw3c81JlrFkDxZhMtZVxlErgjT38jwe7XMGHcKT5vH3lSZUsLDHosZVqVgLBqxWo16z1vuIxthadfw/9aJk9bv7tvx+CyypwaN8aEDfLrenNrtca6GDzi6/SQn8uanBo3xrQJ/vThvNT7EUwx5adxK3fNtaDuwjUlMvI30zRivmPmnDz1fsuRFLQuy8EVf+slXzD9/z0tZfcnI4VHIJIePJp/Y7RCU7yl7KdRQp/BcaciKIWu2C7jjV6/bSnNnYKyXJYy9MBRGt2blegMlAKGUrvIgyjOhvSUwPGebCZCAUdezOOSP+PpkMhPJjcbO+W1zNrn96MU0KxhEcXJ9djklBOLXGS6k/Eca6PmteiMlAKIVV/nyehFEqCueOg1yi7DTklbqnEuOUYfyPUPRzGQqWSd9rFWQM+1P4uU3dABmo0FftA+E5/Jvp0X+4gdRXJXbcPu8/fxyfqulXL6e0XgLYDQAA" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAACq2Wb2/bIBDGvwuvs25J127Lu65rpk5NVyVtNamKIuJcYjT8RwRPjaZ99wpsY2PgnDZ7ae6eHw93YHj6SyQ8SzImXwvG12RAcipjMibTbF1weK9HT2KZcDIgv1m6JuPRgEQx42sBKRk/Gf39PodGfp1KEBsa1QQV7WDOzv8NjPqyEAJS2QAeqWB0ZRxUcRtxOmoR7lh7/o5cBRHt1TNEjXZSpJFkWVppVdDWnn9saacgthAU6yiiXtlV76hXbvUttYBdxv+EZ6/iDmHRXvvc3/lq/KDeOwxT/pripZ2ObCdWF2obTvVfuf80oG/7gX8DaC34+t/2PWEcHN9q8CjfGtDne2NNbXxr7cZx0PHdzDWlec7SrbMIk7GsMo5akUvzLy/g0T5nrkP3pAX8fYcUBIt6LGpclYq14IDVatRr1nofQ4KtVcf/Uy9KVr+7H/Oft44lNXiUDw3o2+X21GaXa63roLPLbzLq/tzU4FG+NaDPd6eN5qdYit0eWncSt3zbWu7YR6SmXkb6bohWzH/SDj9fSeBGLAmJ90ZchMtWzX/4npe2/pLT3a6SSxcyHH1uv0NUsqfspVxHkcJ/g4hTQdVqZ7DhoNcdpHmzsVdKWiRBmAoiWrNzgwCTgVDKVgQRZRjR39IEdjnmwmQgFHXsLjij4T6ZDITyMLtZ3s2uJte/gpgmBeMI7lyfXY5JQTi1JkipPxHGsj5rQYjJQCg0z/n+Io3iTDwI7jnIJcpOQ16pW5AYpwzjf4R9DvNIsFyGXqtOxmF/ijC3qZtDdlToq/aR8sL9m+nRN9xA6qsSe26fD18+Dc/U9IsXp7ReAtgNAAA=" \ No newline at end of file diff --git a/Documentation/assets/search.js b/Documentation/assets/search.js index a23756ed..e1455c66 100644 --- a/Documentation/assets/search.js +++ b/Documentation/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/Documentation/assets/style.css b/Documentation/assets/style.css index 108428c3..07a385b7 100644 --- a/Documentation/assets/style.css +++ b/Documentation/assets/style.css @@ -11,6 +11,7 @@ --light-color-text-aside: #6e6e6e; --light-color-link: #1f70c2; + --light-color-ts-keyword: #056bd6; --light-color-ts-project: #b111c9; --light-color-ts-module: var(--light-color-ts-project); --light-color-ts-namespace: var(--light-color-ts-project); @@ -50,6 +51,7 @@ --dark-color-text-aside: #dddddd; --dark-color-link: #00aff4; + --dark-color-ts-keyword: #3399ff; --dark-color-ts-project: #e358ff; --dark-color-ts-module: var(--dark-color-ts-project); --dark-color-ts-namespace: var(--dark-color-ts-project); @@ -91,6 +93,7 @@ --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); + --color-ts-keyword: var(--light-color-ts-keyword); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -132,6 +135,7 @@ --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); + --color-ts-keyword: var(--dark-color-ts-keyword); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -180,6 +184,7 @@ body { --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); + --color-ts-keyword: var(--light-color-ts-keyword); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -219,6 +224,7 @@ body { --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); + --color-ts-keyword: var(--dark-color-ts-keyword); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -984,6 +990,11 @@ a.tsd-index-link { overflow-x: auto; } +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + .tsd-signature-symbol { color: var(--color-text-aside); font-weight: normal;