From 665bbc17ac49086c495fe5545299f50b7cf2f86c Mon Sep 17 00:00:00 2001 From: rossrobino Date: Wed, 7 Feb 2024 12:34:11 -0500 Subject: [PATCH] bump version minor --- package.json | 2 +- src/lib/docs/classes/animate.md | 32 +++++++-------- src/lib/docs/classes/base.md | 26 ++++++------- src/lib/docs/classes/breakpoint.md | 30 +++++++-------- src/lib/docs/classes/contextmenu.md | 40 +++++++++---------- src/lib/docs/classes/copy.md | 32 +++++++-------- src/lib/docs/classes/details.md | 40 +++++++++---------- src/lib/docs/classes/dialog.md | 40 +++++++++---------- src/lib/docs/classes/editor.md | 60 ++++++++++++++--------------- src/lib/docs/classes/fullscreen.md | 32 +++++++-------- src/lib/docs/classes/popover.md | 42 ++++++++++---------- src/lib/docs/classes/share.md | 34 ++++++++-------- src/lib/docs/classes/tablesort.md | 28 +++++++------- src/lib/docs/classes/wakelock.md | 36 ++++++++--------- src/lib/docs/classes/youtube.md | 44 ++++++++++----------- src/lib/docs/modules.md | 26 ++++++------- 16 files changed, 272 insertions(+), 272 deletions(-) diff --git a/package.json b/package.json index 64a462d..0fd5dbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "drab", "description": "A headless custom element library", - "version": "5.0.2", + "version": "5.1.0", "homepage": "https://drab.robino.dev", "license": "MIT", "author": { diff --git a/src/lib/docs/classes/animate.md b/src/lib/docs/classes/animate.md index d42b9a8..396cdf4 100644 --- a/src/lib/docs/classes/animate.md +++ b/src/lib/docs/classes/animate.md @@ -57,7 +57,7 @@ Animations `options` can be set: #### Defined in -[src/package/animate/index.ts:39](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L39) +[src/package/animate/index.ts:39](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L39) --- @@ -75,7 +75,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -93,7 +93,7 @@ An object containing the values of each `animation-option` attribute #### Defined in -[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L46) +[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L46) ### event @@ -119,7 +119,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -139,7 +139,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### keyframes @@ -151,7 +151,7 @@ Base.event #### Defined in -[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L128) +[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L128) --- @@ -185,7 +185,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L76) +[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L76) ### connectedCallback @@ -201,7 +201,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -219,7 +219,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -235,7 +235,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -271,7 +271,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -295,7 +295,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -315,7 +315,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/base/index.ts:149](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L149) +[src/package/base/index.ts:149](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L149) ### safeListener @@ -350,7 +350,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -376,7 +376,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -406,4 +406,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/base.md b/src/lib/docs/classes/base.md index 512b4cf..d2f9174 100644 --- a/src/lib/docs/classes/base.md +++ b/src/lib/docs/classes/base.md @@ -49,7 +49,7 @@ HTMLElement.constructor #### Defined in -[src/package/base/index.ts:19](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L19) +[src/package/base/index.ts:19](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L19) --- @@ -63,7 +63,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -89,7 +89,7 @@ keyof `HTMLElementEventMap` #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -105,7 +105,7 @@ keyof `HTMLElementEventMap` #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) --- @@ -121,7 +121,7 @@ keyof `HTMLElementEventMap` #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -135,7 +135,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -147,7 +147,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -179,7 +179,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -199,7 +199,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -215,7 +215,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/base/index.ts:149](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L149) +[src/package/base/index.ts:149](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L149) ### safeListener @@ -246,7 +246,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -268,7 +268,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -294,4 +294,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/breakpoint.md b/src/lib/docs/classes/breakpoint.md index 35fab48..71080a7 100644 --- a/src/lib/docs/classes/breakpoint.md +++ b/src/lib/docs/classes/breakpoint.md @@ -32,7 +32,7 @@ Provide alternate breakpoints by specifying `breakpoint` attributes: #### Defined in -[src/package/breakpoint/index.ts:27](https://github.com/rossrobino/components/blob/bbb65dd/src/package/breakpoint/index.ts#L27) +[src/package/breakpoint/index.ts:27](https://github.com/rossrobino/components/blob/dd63b43/src/package/breakpoint/index.ts#L27) --- @@ -50,7 +50,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) ### breakpoints @@ -58,7 +58,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/breakpoint/index.ts:19](https://github.com/rossrobino/components/blob/bbb65dd/src/package/breakpoint/index.ts#L19) +[src/package/breakpoint/index.ts:19](https://github.com/rossrobino/components/blob/dd63b43/src/package/breakpoint/index.ts#L19) --- @@ -76,7 +76,7 @@ finds the current breakpoint #### Defined in -[src/package/breakpoint/index.ts:51](https://github.com/rossrobino/components/blob/bbb65dd/src/package/breakpoint/index.ts#L51) +[src/package/breakpoint/index.ts:51](https://github.com/rossrobino/components/blob/dd63b43/src/package/breakpoint/index.ts#L51) ### event @@ -102,7 +102,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -122,7 +122,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) --- @@ -142,7 +142,7 @@ Base.event #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -160,7 +160,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -176,7 +176,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -212,7 +212,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -236,7 +236,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -256,7 +256,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/breakpoint/index.ts:63](https://github.com/rossrobino/components/blob/bbb65dd/src/package/breakpoint/index.ts#L63) +[src/package/breakpoint/index.ts:63](https://github.com/rossrobino/components/blob/dd63b43/src/package/breakpoint/index.ts#L63) ### safeListener @@ -291,7 +291,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -317,7 +317,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -347,4 +347,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/contextmenu.md b/src/lib/docs/classes/contextmenu.md index 3fc8e48..0ac10fb 100644 --- a/src/lib/docs/classes/contextmenu.md +++ b/src/lib/docs/classes/contextmenu.md @@ -26,7 +26,7 @@ Displays content when the `trigger` element is right clicked, or long pressed on #### Defined in -[src/package/contextmenu/index.ts:13](https://github.com/rossrobino/components/blob/bbb65dd/src/package/contextmenu/index.ts#L13) +[src/package/contextmenu/index.ts:13](https://github.com/rossrobino/components/blob/dd63b43/src/package/contextmenu/index.ts#L13) --- @@ -44,7 +44,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) ### #touchTimer @@ -54,7 +54,7 @@ Tracks the long press duration on mobile. #### Defined in -[src/package/contextmenu/index.ts:11](https://github.com/rossrobino/components/blob/bbb65dd/src/package/contextmenu/index.ts#L11) +[src/package/contextmenu/index.ts:11](https://github.com/rossrobino/components/blob/dd63b43/src/package/contextmenu/index.ts#L11) --- @@ -80,7 +80,7 @@ Sets the context menu's `style.left` and `style.top` position. #### Defined in -[src/package/contextmenu/index.ts:18](https://github.com/rossrobino/components/blob/bbb65dd/src/package/contextmenu/index.ts#L18) +[src/package/contextmenu/index.ts:18](https://github.com/rossrobino/components/blob/dd63b43/src/package/contextmenu/index.ts#L18) ### animationOptions @@ -98,7 +98,7 @@ Animate.animationOptions #### Defined in -[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L46) +[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L46) ### event @@ -124,7 +124,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -144,7 +144,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### keyframes @@ -160,7 +160,7 @@ Animate.keyframes #### Defined in -[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L128) +[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L128) --- @@ -198,7 +198,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L76) +[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L76) ### connectedCallback @@ -214,7 +214,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -232,7 +232,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -248,7 +248,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -284,7 +284,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -308,7 +308,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### hide @@ -320,7 +320,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/contextmenu/index.ts:57](https://github.com/rossrobino/components/blob/bbb65dd/src/package/contextmenu/index.ts#L57) +[src/package/contextmenu/index.ts:57](https://github.com/rossrobino/components/blob/dd63b43/src/package/contextmenu/index.ts#L57) ### mount @@ -340,7 +340,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/contextmenu/index.ts:66](https://github.com/rossrobino/components/blob/bbb65dd/src/package/contextmenu/index.ts#L66) +[src/package/contextmenu/index.ts:66](https://github.com/rossrobino/components/blob/dd63b43/src/package/contextmenu/index.ts#L66) ### safeListener @@ -375,7 +375,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### show @@ -393,7 +393,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/contextmenu/index.ts:23](https://github.com/rossrobino/components/blob/bbb65dd/src/package/contextmenu/index.ts#L23) +[src/package/contextmenu/index.ts:23](https://github.com/rossrobino/components/blob/dd63b43/src/package/contextmenu/index.ts#L23) ### swapContent @@ -419,7 +419,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -449,4 +449,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/copy.md b/src/lib/docs/classes/copy.md index 122e120..51ee2f5 100644 --- a/src/lib/docs/classes/copy.md +++ b/src/lib/docs/classes/copy.md @@ -27,7 +27,7 @@ BaseCopy.constructor #### Defined in -[src/package/copy/index.ts:11](https://github.com/rossrobino/components/blob/bbb65dd/src/package/copy/index.ts#L11) +[src/package/copy/index.ts:11](https://github.com/rossrobino/components/blob/dd63b43/src/package/copy/index.ts#L11) --- @@ -45,7 +45,7 @@ BaseCopy.#listenerController #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -75,7 +75,7 @@ BaseCopy.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -95,7 +95,7 @@ BaseCopy.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### value @@ -119,7 +119,7 @@ BaseCopy.value #### Defined in -[src/package/base/copy/index.ts:13](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/copy/index.ts#L13) +[src/package/base/copy/index.ts:13](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/copy/index.ts#L13) • `set` **value**(`value`): `void` @@ -139,7 +139,7 @@ BaseCopy.value #### Defined in -[src/package/base/copy/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/copy/index.ts#L17) +[src/package/base/copy/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/copy/index.ts#L17) --- @@ -159,7 +159,7 @@ BaseCopy.connectedCallback #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### copy @@ -183,7 +183,7 @@ BaseCopy.copy #### Defined in -[src/package/base/copy/index.ts:25](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/copy/index.ts#L25) +[src/package/base/copy/index.ts:25](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/copy/index.ts#L25) ### destroy @@ -201,7 +201,7 @@ BaseCopy.destroy #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -217,7 +217,7 @@ BaseCopy.disconnectedCallback #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -253,7 +253,7 @@ BaseCopy.getContent #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -277,7 +277,7 @@ BaseCopy.getTrigger #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -293,7 +293,7 @@ BaseCopy.mount #### Defined in -[src/package/copy/index.ts:15](https://github.com/rossrobino/components/blob/bbb65dd/src/package/copy/index.ts#L15) +[src/package/copy/index.ts:15](https://github.com/rossrobino/components/blob/dd63b43/src/package/copy/index.ts#L15) ### safeListener @@ -328,7 +328,7 @@ BaseCopy.safeListener #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -354,7 +354,7 @@ BaseCopy.swapContent #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -384,4 +384,4 @@ BaseCopy.triggerListener #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/details.md b/src/lib/docs/classes/details.md index 647f0f3..986c0e7 100644 --- a/src/lib/docs/classes/details.md +++ b/src/lib/docs/classes/details.md @@ -32,7 +32,7 @@ instead. #### Defined in -[src/package/details/index.ts:16](https://github.com/rossrobino/components/blob/bbb65dd/src/package/details/index.ts#L16) +[src/package/details/index.ts:16](https://github.com/rossrobino/components/blob/dd63b43/src/package/details/index.ts#L16) --- @@ -50,7 +50,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -72,7 +72,7 @@ Animate.animationOptions #### Defined in -[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L46) +[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L46) ### details @@ -84,7 +84,7 @@ Animate.animationOptions #### Defined in -[src/package/details/index.ts:20](https://github.com/rossrobino/components/blob/bbb65dd/src/package/details/index.ts#L20) +[src/package/details/index.ts:20](https://github.com/rossrobino/components/blob/dd63b43/src/package/details/index.ts#L20) ### event @@ -110,7 +110,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -130,7 +130,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### keyframes @@ -146,7 +146,7 @@ Animate.keyframes #### Defined in -[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L128) +[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L128) --- @@ -184,7 +184,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L76) +[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L76) ### close @@ -198,7 +198,7 @@ Closes details with animation. #### Defined in -[src/package/details/index.ts:33](https://github.com/rossrobino/components/blob/bbb65dd/src/package/details/index.ts#L33) +[src/package/details/index.ts:33](https://github.com/rossrobino/components/blob/dd63b43/src/package/details/index.ts#L33) ### connectedCallback @@ -214,7 +214,7 @@ Closes details with animation. #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -232,7 +232,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -248,7 +248,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -284,7 +284,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -308,7 +308,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -328,7 +328,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/details/index.ts:48](https://github.com/rossrobino/components/blob/bbb65dd/src/package/details/index.ts#L48) +[src/package/details/index.ts:48](https://github.com/rossrobino/components/blob/dd63b43/src/package/details/index.ts#L48) ### open @@ -340,7 +340,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/details/index.ts:27](https://github.com/rossrobino/components/blob/bbb65dd/src/package/details/index.ts#L27) +[src/package/details/index.ts:27](https://github.com/rossrobino/components/blob/dd63b43/src/package/details/index.ts#L27) ### safeListener @@ -375,7 +375,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -401,7 +401,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### toggle @@ -413,7 +413,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/details/index.ts:40](https://github.com/rossrobino/components/blob/bbb65dd/src/package/details/index.ts#L40) +[src/package/details/index.ts:40](https://github.com/rossrobino/components/blob/dd63b43/src/package/details/index.ts#L40) ### triggerListener @@ -443,4 +443,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/dialog.md b/src/lib/docs/classes/dialog.md index 77fba5d..a5d0a9e 100644 --- a/src/lib/docs/classes/dialog.md +++ b/src/lib/docs/classes/dialog.md @@ -26,7 +26,7 @@ Provides triggers and animations for the `HTMLDialogElement`. #### Defined in -[src/package/dialog/index.ts:10](https://github.com/rossrobino/components/blob/bbb65dd/src/package/dialog/index.ts#L10) +[src/package/dialog/index.ts:10](https://github.com/rossrobino/components/blob/dd63b43/src/package/dialog/index.ts#L10) --- @@ -44,7 +44,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -66,7 +66,7 @@ Animate.animationOptions #### Defined in -[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L46) +[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L46) ### dialog @@ -80,7 +80,7 @@ The `HTMLDialogElement` within the element. #### Defined in -[src/package/dialog/index.ts:15](https://github.com/rossrobino/components/blob/bbb65dd/src/package/dialog/index.ts#L15) +[src/package/dialog/index.ts:15](https://github.com/rossrobino/components/blob/dd63b43/src/package/dialog/index.ts#L15) ### event @@ -106,7 +106,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -126,7 +126,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### keyframes @@ -142,7 +142,7 @@ Animate.keyframes #### Defined in -[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L128) +[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L128) --- @@ -180,7 +180,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L76) +[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L76) ### close @@ -194,7 +194,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/dialog/index.ts:26](https://github.com/rossrobino/components/blob/bbb65dd/src/package/dialog/index.ts#L26) +[src/package/dialog/index.ts:26](https://github.com/rossrobino/components/blob/dd63b43/src/package/dialog/index.ts#L26) ### connectedCallback @@ -210,7 +210,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -228,7 +228,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -244,7 +244,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -280,7 +280,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -304,7 +304,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -324,7 +324,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/dialog/index.ts:41](https://github.com/rossrobino/components/blob/bbb65dd/src/package/dialog/index.ts#L41) +[src/package/dialog/index.ts:41](https://github.com/rossrobino/components/blob/dd63b43/src/package/dialog/index.ts#L41) ### safeListener @@ -359,7 +359,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### show @@ -373,7 +373,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/dialog/index.ts:20](https://github.com/rossrobino/components/blob/bbb65dd/src/package/dialog/index.ts#L20) +[src/package/dialog/index.ts:20](https://github.com/rossrobino/components/blob/dd63b43/src/package/dialog/index.ts#L20) ### swapContent @@ -399,7 +399,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### toggle @@ -413,7 +413,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/dialog/index.ts:36](https://github.com/rossrobino/components/blob/bbb65dd/src/package/dialog/index.ts#L36) +[src/package/dialog/index.ts:36](https://github.com/rossrobino/components/blob/dd63b43/src/package/dialog/index.ts#L36) ### triggerListener @@ -443,4 +443,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/editor.md b/src/lib/docs/classes/editor.md index 2d8389c..cf15200 100644 --- a/src/lib/docs/classes/editor.md +++ b/src/lib/docs/classes/editor.md @@ -52,7 +52,7 @@ Other features: #### Defined in -[src/package/editor/index.ts:63](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L63) +[src/package/editor/index.ts:63](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L63) --- @@ -70,7 +70,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) ### #openChars @@ -80,7 +80,7 @@ Array of keyPair characters that have been opened. #### Defined in -[src/package/editor/index.ts:51](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L51) +[src/package/editor/index.ts:51](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L51) ### keyPairs @@ -94,7 +94,7 @@ The characters that will be automatically closed when typed. #### Defined in -[src/package/editor/index.ts:54](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L54) +[src/package/editor/index.ts:54](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L54) --- @@ -112,7 +112,7 @@ An array of `ContentElement`s derived from each `trigger`'s data attributes. #### Defined in -[src/package/editor/index.ts:89](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L89) +[src/package/editor/index.ts:89](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L89) ### #currentBlock @@ -129,7 +129,7 @@ An array of `ContentElement`s derived from each `trigger`'s data attributes. #### Defined in -[src/package/editor/index.ts:103](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L103) +[src/package/editor/index.ts:103](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L103) ### #selectionEnd @@ -143,7 +143,7 @@ Gets the end position of the selection #### Defined in -[src/package/editor/index.ts:116](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L116) +[src/package/editor/index.ts:116](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L116) ### #selectionStart @@ -157,7 +157,7 @@ Gets the start position of the selection. #### Defined in -[src/package/editor/index.ts:121](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L121) +[src/package/editor/index.ts:121](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L121) ### event @@ -183,7 +183,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -203,7 +203,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### text @@ -217,7 +217,7 @@ The current `value` of the `textarea`. #### Defined in -[src/package/editor/index.ts:80](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L80) +[src/package/editor/index.ts:80](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L80) • `set` **text**(`value`): `void` @@ -233,7 +233,7 @@ The current `value` of the `textarea`. #### Defined in -[src/package/editor/index.ts:84](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L84) +[src/package/editor/index.ts:84](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L84) ### textArea @@ -247,7 +247,7 @@ The `content`, expects an `HTMLTextAreaElement`. #### Defined in -[src/package/editor/index.ts:75](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L75) +[src/package/editor/index.ts:75](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L75) --- @@ -272,7 +272,7 @@ The `content`, expects an `HTMLTextAreaElement`. #### Defined in -[src/package/editor/index.ts:227](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L227) +[src/package/editor/index.ts:227](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L227) ### #correctFollowing @@ -309,7 +309,7 @@ Instead: #### Defined in -[src/package/editor/index.ts:311](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L311) +[src/package/editor/index.ts:311](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L311) ### #getContentElement @@ -329,7 +329,7 @@ The ContentElement based on the `trigger`'s attributes. #### Defined in -[src/package/editor/index.ts:134](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L134) +[src/package/editor/index.ts:134](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L134) ### #getLineInfo @@ -355,7 +355,7 @@ const { lines, lineNumber, columnNumber } = getLineInfo(); #### Defined in -[src/package/editor/index.ts:269](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L269) +[src/package/editor/index.ts:269](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L269) ### #getRepeat @@ -378,7 +378,7 @@ what is found, or the empty string #### Defined in -[src/package/editor/index.ts:242](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L242) +[src/package/editor/index.ts:242](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L242) ### #insertText @@ -401,7 +401,7 @@ what is found, or the empty string #### Defined in -[src/package/editor/index.ts:149](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L149) +[src/package/editor/index.ts:149](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L149) ### #setCaretPosition @@ -425,7 +425,7 @@ what is found, or the empty string #### Defined in -[src/package/editor/index.ts:191](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L191) +[src/package/editor/index.ts:191](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L191) ### #setSelectionRange @@ -446,7 +446,7 @@ Sets the current cursor selection in the `textarea` #### Defined in -[src/package/editor/index.ts:126](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L126) +[src/package/editor/index.ts:126](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L126) ### connectedCallback @@ -462,7 +462,7 @@ Sets the current cursor selection in the `textarea` #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -480,7 +480,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -496,7 +496,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -532,7 +532,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -556,7 +556,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -576,7 +576,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/editor/index.ts:338](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L338) +[src/package/editor/index.ts:338](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L338) ### safeListener @@ -611,7 +611,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -637,7 +637,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -667,4 +667,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/fullscreen.md b/src/lib/docs/classes/fullscreen.md index b1c2274..98a21d1 100644 --- a/src/lib/docs/classes/fullscreen.md +++ b/src/lib/docs/classes/fullscreen.md @@ -28,7 +28,7 @@ Disables the `trigger` if fullscreen is not supported. #### Defined in -[src/package/fullscreen/index.ts:12](https://github.com/rossrobino/components/blob/bbb65dd/src/package/fullscreen/index.ts#L12) +[src/package/fullscreen/index.ts:12](https://github.com/rossrobino/components/blob/dd63b43/src/package/fullscreen/index.ts#L12) --- @@ -46,7 +46,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -76,7 +76,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -96,7 +96,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) --- @@ -116,7 +116,7 @@ Base.event #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -134,7 +134,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -150,7 +150,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### fullscreenSupported @@ -164,7 +164,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/fullscreen/index.ts:26](https://github.com/rossrobino/components/blob/bbb65dd/src/package/fullscreen/index.ts#L26) +[src/package/fullscreen/index.ts:26](https://github.com/rossrobino/components/blob/dd63b43/src/package/fullscreen/index.ts#L26) ### getContent @@ -200,7 +200,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -224,7 +224,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### isFullscreen @@ -238,7 +238,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/fullscreen/index.ts:19](https://github.com/rossrobino/components/blob/bbb65dd/src/package/fullscreen/index.ts#L19) +[src/package/fullscreen/index.ts:19](https://github.com/rossrobino/components/blob/dd63b43/src/package/fullscreen/index.ts#L19) ### mount @@ -258,7 +258,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/fullscreen/index.ts:44](https://github.com/rossrobino/components/blob/bbb65dd/src/package/fullscreen/index.ts#L44) +[src/package/fullscreen/index.ts:44](https://github.com/rossrobino/components/blob/dd63b43/src/package/fullscreen/index.ts#L44) ### safeListener @@ -293,7 +293,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -319,7 +319,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### toggle @@ -333,7 +333,7 @@ Enables or disables fullscreen mode based on the current state. #### Defined in -[src/package/fullscreen/index.ts:32](https://github.com/rossrobino/components/blob/bbb65dd/src/package/fullscreen/index.ts#L32) +[src/package/fullscreen/index.ts:32](https://github.com/rossrobino/components/blob/dd63b43/src/package/fullscreen/index.ts#L32) ### triggerListener @@ -363,4 +363,4 @@ Enables or disables fullscreen mode based on the current state. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/popover.md b/src/lib/docs/classes/popover.md index f3abf31..a2d3831 100644 --- a/src/lib/docs/classes/popover.md +++ b/src/lib/docs/classes/popover.md @@ -31,7 +31,7 @@ currently [only available in Chrome](https://developer.chrome.com/blog/introduci #### Defined in -[src/package/popover/index.ts:15](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L15) +[src/package/popover/index.ts:15](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L15) --- @@ -49,7 +49,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -71,7 +71,7 @@ Animate.animationOptions #### Defined in -[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L46) +[src/package/animate/index.ts:46](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L46) ### event @@ -97,7 +97,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -117,7 +117,7 @@ Animate.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### keyframes @@ -133,7 +133,7 @@ Animate.keyframes #### Defined in -[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L128) +[src/package/animate/index.ts:128](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L128) ### open @@ -148,7 +148,7 @@ automatically on the element like with the `HTMLDialogElement`. #### Defined in -[src/package/popover/index.ts:23](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L23) +[src/package/popover/index.ts:23](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L23) • `set` **open**(`value`): `void` @@ -164,7 +164,7 @@ automatically on the element like with the `HTMLDialogElement`. #### Defined in -[src/package/popover/index.ts:27](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L27) +[src/package/popover/index.ts:27](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L27) --- @@ -202,7 +202,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L76) +[src/package/animate/index.ts:76](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L76) ### connectedCallback @@ -218,7 +218,7 @@ Animates a particular element using the web animations API. #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -236,7 +236,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -252,7 +252,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -288,7 +288,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -312,7 +312,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### hide @@ -326,7 +326,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/popover/index.ts:43](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L43) +[src/package/popover/index.ts:43](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L43) ### mount @@ -346,7 +346,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/popover/index.ts:59](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L59) +[src/package/popover/index.ts:59](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L59) ### safeListener @@ -381,7 +381,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### show @@ -395,7 +395,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/popover/index.ts:36](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L36) +[src/package/popover/index.ts:36](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L36) ### swapContent @@ -421,7 +421,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### toggle @@ -435,7 +435,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/popover/index.ts:54](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L54) +[src/package/popover/index.ts:54](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L54) ### triggerListener @@ -465,4 +465,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/share.md b/src/lib/docs/classes/share.md index 560d35d..6c00c85 100644 --- a/src/lib/docs/classes/share.md +++ b/src/lib/docs/classes/share.md @@ -26,7 +26,7 @@ BaseCopy.constructor #### Defined in -[src/package/share/index.ts:10](https://github.com/rossrobino/components/blob/bbb65dd/src/package/share/index.ts#L10) +[src/package/share/index.ts:10](https://github.com/rossrobino/components/blob/dd63b43/src/package/share/index.ts#L10) --- @@ -44,7 +44,7 @@ BaseCopy.#listenerController #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -74,7 +74,7 @@ BaseCopy.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -94,7 +94,7 @@ BaseCopy.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### value @@ -118,7 +118,7 @@ BaseCopy.value #### Defined in -[src/package/base/copy/index.ts:13](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/copy/index.ts#L13) +[src/package/base/copy/index.ts:13](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/copy/index.ts#L13) • `set` **value**(`value`): `void` @@ -138,7 +138,7 @@ BaseCopy.value #### Defined in -[src/package/base/copy/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/copy/index.ts#L17) +[src/package/base/copy/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/copy/index.ts#L17) --- @@ -158,7 +158,7 @@ BaseCopy.connectedCallback #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### copy @@ -182,7 +182,7 @@ BaseCopy.copy #### Defined in -[src/package/base/copy/index.ts:25](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/copy/index.ts#L25) +[src/package/base/copy/index.ts:25](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/copy/index.ts#L25) ### destroy @@ -200,7 +200,7 @@ BaseCopy.destroy #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -216,7 +216,7 @@ BaseCopy.disconnectedCallback #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -252,7 +252,7 @@ BaseCopy.getContent #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -276,7 +276,7 @@ BaseCopy.getTrigger #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -292,7 +292,7 @@ BaseCopy.mount #### Defined in -[src/package/share/index.ts:35](https://github.com/rossrobino/components/blob/bbb65dd/src/package/share/index.ts#L35) +[src/package/share/index.ts:35](https://github.com/rossrobino/components/blob/dd63b43/src/package/share/index.ts#L35) ### safeListener @@ -327,7 +327,7 @@ BaseCopy.safeListener #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### share @@ -350,7 +350,7 @@ depending on browser support. #### Defined in -[src/package/share/index.ts:20](https://github.com/rossrobino/components/blob/bbb65dd/src/package/share/index.ts#L20) +[src/package/share/index.ts:20](https://github.com/rossrobino/components/blob/dd63b43/src/package/share/index.ts#L20) ### swapContent @@ -376,7 +376,7 @@ BaseCopy.swapContent #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -406,4 +406,4 @@ BaseCopy.triggerListener #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/tablesort.md b/src/lib/docs/classes/tablesort.md index a3d87a8..e15c05f 100644 --- a/src/lib/docs/classes/tablesort.md +++ b/src/lib/docs/classes/tablesort.md @@ -36,7 +36,7 @@ datatype `number` or `boolean`, set `data-type="number"` on the corresponding #### Defined in -[src/package/tablesort/index.ts:20](https://github.com/rossrobino/components/blob/bbb65dd/src/package/tablesort/index.ts#L20) +[src/package/tablesort/index.ts:20](https://github.com/rossrobino/components/blob/dd63b43/src/package/tablesort/index.ts#L20) --- @@ -54,7 +54,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) --- @@ -84,7 +84,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -104,7 +104,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) --- @@ -130,7 +130,7 @@ true if ascending, false if descending #### Defined in -[src/package/tablesort/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/tablesort/index.ts#L30) +[src/package/tablesort/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/tablesort/index.ts#L30) ### connectedCallback @@ -146,7 +146,7 @@ true if ascending, false if descending #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -164,7 +164,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -180,7 +180,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -216,7 +216,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -240,7 +240,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -260,7 +260,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/tablesort/index.ts:49](https://github.com/rossrobino/components/blob/bbb65dd/src/package/tablesort/index.ts#L49) +[src/package/tablesort/index.ts:49](https://github.com/rossrobino/components/blob/dd63b43/src/package/tablesort/index.ts#L49) ### safeListener @@ -295,7 +295,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -321,7 +321,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -351,4 +351,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/wakelock.md b/src/lib/docs/classes/wakelock.md index ae9a396..ca6ef46 100644 --- a/src/lib/docs/classes/wakelock.md +++ b/src/lib/docs/classes/wakelock.md @@ -36,7 +36,7 @@ #### Defined in -src/package/wakelock/index.ts:25 +[src/package/wakelock/index.ts:25](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L25) --- @@ -54,7 +54,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) ### wakeLock @@ -62,7 +62,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -src/package/wakelock/index.ts:23 +[src/package/wakelock/index.ts:23](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L23) --- @@ -80,7 +80,7 @@ the `auto-lock` attribute controls whether an active WakeLock should be restored #### Defined in -src/package/wakelock/index.ts:37 +[src/package/wakelock/index.ts:37](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L37) ### event @@ -106,7 +106,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -126,7 +126,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) --- @@ -144,7 +144,7 @@ If the WakeLock API is supported on the user's device. #### Defined in -src/package/wakelock/index.ts:30 +[src/package/wakelock/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L30) ### connectedCallback @@ -160,7 +160,7 @@ src/package/wakelock/index.ts:30 #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -178,7 +178,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -src/package/wakelock/index.ts:105 +[src/package/wakelock/index.ts:105](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L105) ### disconnectedCallback @@ -194,7 +194,7 @@ src/package/wakelock/index.ts:105 #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -230,7 +230,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -254,7 +254,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -274,7 +274,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -src/package/wakelock/index.ts:67 +[src/package/wakelock/index.ts:67](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L67) ### release @@ -288,7 +288,7 @@ Releases the WakeLock, sets `this.wakeLock` to null. #### Defined in -src/package/wakelock/index.ts:62 +[src/package/wakelock/index.ts:62](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L62) ### request @@ -302,7 +302,7 @@ Requests WakeLock on the current page. #### Defined in -src/package/wakelock/index.ts:42 +[src/package/wakelock/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L42) ### safeListener @@ -337,7 +337,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -363,7 +363,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -393,4 +393,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/classes/youtube.md b/src/lib/docs/classes/youtube.md index 2b0c558..df92f1e 100644 --- a/src/lib/docs/classes/youtube.md +++ b/src/lib/docs/classes/youtube.md @@ -26,7 +26,7 @@ Embeds a YouTube video iframe into a website with the video uid, using www.youtu #### Defined in -[src/package/youtube/index.ts:12](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L12) +[src/package/youtube/index.ts:12](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L12) --- @@ -44,7 +44,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L17) ### observedAttributes @@ -52,7 +52,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/youtube/index.ts:10](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L10) +[src/package/youtube/index.ts:10](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L10) --- @@ -70,7 +70,7 @@ Whether the video should start playing when loaded. #### Defined in -[src/package/youtube/index.ts:22](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L22) +[src/package/youtube/index.ts:22](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L22) • `set` **autoplay**(`value`): `void` @@ -86,7 +86,7 @@ Whether the video should start playing when loaded. #### Defined in -[src/package/youtube/index.ts:26](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L26) +[src/package/youtube/index.ts:26](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L26) ### event @@ -112,7 +112,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -132,7 +132,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L34) ### iframe @@ -146,7 +146,7 @@ The `HTMLIFrameElement` within the element. #### Defined in -[src/package/youtube/index.ts:17](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L17) +[src/package/youtube/index.ts:17](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L17) ### start @@ -160,7 +160,7 @@ The start time of the video (seconds). #### Defined in -[src/package/youtube/index.ts:32](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L32) +[src/package/youtube/index.ts:32](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L32) • `set` **start**(`value`): `void` @@ -176,7 +176,7 @@ The start time of the video (seconds). #### Defined in -[src/package/youtube/index.ts:36](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L36) +[src/package/youtube/index.ts:36](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L36) ### uid @@ -193,7 +193,7 @@ the `uid` is `"gouiY85kD2o"`. #### Defined in -[src/package/youtube/index.ts:46](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L46) +[src/package/youtube/index.ts:46](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L46) • `set` **uid**(`v`): `void` @@ -209,7 +209,7 @@ the `uid` is `"gouiY85kD2o"`. #### Defined in -[src/package/youtube/index.ts:52](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L52) +[src/package/youtube/index.ts:52](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L52) --- @@ -225,7 +225,7 @@ the `uid` is `"gouiY85kD2o"`. #### Defined in -[src/package/youtube/index.ts:62](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L62) +[src/package/youtube/index.ts:62](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L62) ### connectedCallback @@ -241,7 +241,7 @@ the `uid` is `"gouiY85kD2o"`. #### Defined in -[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L151) +[src/package/base/index.ts:151](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L151) ### destroy @@ -259,7 +259,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L158) +[src/package/base/index.ts:158](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L158) ### disconnectedCallback @@ -275,7 +275,7 @@ Passed into `disconnectedCallback`, since `Base` needs to run `disconnectedCallb #### Defined in -[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L160) +[src/package/base/index.ts:160](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L160) ### getContent @@ -311,7 +311,7 @@ this.querySelector("[data-content]"); #### Defined in -[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L55) +[src/package/base/index.ts:55](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L55) ### getTrigger @@ -335,7 +335,7 @@ this.querySelectorAll("[data-trigger]"); #### Defined in -[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L42) +[src/package/base/index.ts:42](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L42) ### mount @@ -355,7 +355,7 @@ The reason for this is to make these elements work better with frameworks like S #### Defined in -[src/package/youtube/index.ts:56](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L56) +[src/package/youtube/index.ts:56](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L56) ### safeListener @@ -390,7 +390,7 @@ element is removed from the DOM, these event listeners are cleaned up. #### Defined in -[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L118) +[src/package/base/index.ts:118](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L118) ### swapContent @@ -416,7 +416,7 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L72) +[src/package/base/index.ts:72](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L72) ### triggerListener @@ -446,4 +446,4 @@ swaps `this.content()` with the content of the element found. #### Defined in -[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/bbb65dd/src/package/base/index.ts#L135) +[src/package/base/index.ts:135](https://github.com/rossrobino/components/blob/dd63b43/src/package/base/index.ts#L135) diff --git a/src/lib/docs/modules.md b/src/lib/docs/modules.md index 83a3ddf..07e42cd 100644 --- a/src/lib/docs/modules.md +++ b/src/lib/docs/modules.md @@ -25,7 +25,7 @@ #### Defined in -[src/package/animate/index.ts:8](https://github.com/rossrobino/components/blob/bbb65dd/src/package/animate/index.ts#L8) +[src/package/animate/index.ts:8](https://github.com/rossrobino/components/blob/dd63b43/src/package/animate/index.ts#L8) --- @@ -35,7 +35,7 @@ #### Defined in -[src/package/breakpoint/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/breakpoint/index.ts#L4) +[src/package/breakpoint/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/breakpoint/index.ts#L4) --- @@ -45,7 +45,7 @@ #### Defined in -[src/package/contextmenu/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/contextmenu/index.ts#L4) +[src/package/contextmenu/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/contextmenu/index.ts#L4) --- @@ -55,7 +55,7 @@ #### Defined in -[src/package/copy/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/copy/index.ts#L4) +[src/package/copy/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/copy/index.ts#L4) --- @@ -65,7 +65,7 @@ #### Defined in -[src/package/details/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/details/index.ts#L4) +[src/package/details/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/details/index.ts#L4) --- @@ -75,7 +75,7 @@ #### Defined in -[src/package/dialog/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/dialog/index.ts#L4) +[src/package/dialog/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/dialog/index.ts#L4) --- @@ -85,7 +85,7 @@ #### Defined in -[src/package/editor/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/editor/index.ts#L4) +[src/package/editor/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/editor/index.ts#L4) --- @@ -95,7 +95,7 @@ #### Defined in -[src/package/fullscreen/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/fullscreen/index.ts#L4) +[src/package/fullscreen/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/fullscreen/index.ts#L4) --- @@ -105,7 +105,7 @@ #### Defined in -[src/package/popover/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/popover/index.ts#L4) +[src/package/popover/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/popover/index.ts#L4) --- @@ -115,7 +115,7 @@ #### Defined in -[src/package/share/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/share/index.ts#L4) +[src/package/share/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/share/index.ts#L4) --- @@ -125,7 +125,7 @@ #### Defined in -[src/package/tablesort/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/tablesort/index.ts#L4) +[src/package/tablesort/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/tablesort/index.ts#L4) --- @@ -135,7 +135,7 @@ #### Defined in -src/package/wakelock/index.ts:4 +[src/package/wakelock/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/wakelock/index.ts#L4) --- @@ -145,4 +145,4 @@ src/package/wakelock/index.ts:4 #### Defined in -[src/package/youtube/index.ts:4](https://github.com/rossrobino/components/blob/bbb65dd/src/package/youtube/index.ts#L4) +[src/package/youtube/index.ts:4](https://github.com/rossrobino/components/blob/dd63b43/src/package/youtube/index.ts#L4)