diff --git a/.github/workflows/ghp-deploy.yml b/.github/workflows/ghp-deploy.yml index f1b8f4d..436ba6c 100644 --- a/.github/workflows/ghp-deploy.yml +++ b/.github/workflows/ghp-deploy.yml @@ -9,6 +9,7 @@ on: jobs: build: + if: startsWith(github.repository_owner, 'ngx') runs-on: ubuntu-latest name: Deploying package to github packages registry diff --git a/.github/workflows/npm-deploy.yml b/.github/workflows/npm-deploy.yml index 047de20..226ab6e 100644 --- a/.github/workflows/npm-deploy.yml +++ b/.github/workflows/npm-deploy.yml @@ -9,6 +9,7 @@ on: jobs: build: + if: startsWith(github.repository_owner, 'ngx') runs-on: ubuntu-latest name: Deploying package to npm packages registry diff --git a/docs/3rdpartylicenses.txt b/docs/3rdpartylicenses.txt index a52baaa..ede87eb 100644 --- a/docs/3rdpartylicenses.txt +++ b/docs/3rdpartylicenses.txt @@ -85,7 +85,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -ngx-dummy +@ngx-dummy/accordion-simple LGPL-3.0-or-later GNU Lesser General Public License Version 3, 29 June 2007 diff --git a/docs/typedocs/classes/AccordionComponent.html b/docs/typedocs/classes/AccordionComponent.html index 2d9caa8..af1a3e8 100644 --- a/docs/typedocs/classes/AccordionComponent.html +++ b/docs/typedocs/classes/AccordionComponent.html @@ -1,4 +1,4 @@ -
Static
idx(Optional) Id property of accordion components. Would be
Could be omitted (in the case id
attribute would be set by AccordionComponent
itself)
items[].body
Optional
name(Optional) Name property of accordion components. Would b
Could be omitted (in the case name
attribute would be set by AccordionComponent
itself)
body.itemTemplate the TemplateRef
to be used as b
body.itemBody string(/html) to be interpolated to itemBody
Optional
idOptional
Memberid id of accordion item
items[].title title
of an accordion item
items[].body
Optional
bodyOptional
bodyOptional
bodyOptional
bodyOptional
bodyOptional
bodyOptional
headOptional
headOptional
headOptional
headOptional
marginOptional
marginOptional
paddingData type accordion component accepts as an ../accordion-item.component.ts|#accordionStyling Input
Comprises AccordionComponent styling, as well as ../accordion-item.component.ts|AccordionItemComponent stylings
- Stylings type accordion component accepts as an ../accordion-item.component.ts|AccordionComponent#accordionStyling Input
ngx-dummy
Stylings type accordion component accepts as an ../accordion-item.component.ts|AccordionComponent#accordionStyling Input
@ngx-dummy/accordion-simple
Optional
defines whether every accordion item element could be collapsed on double-click inside (previously) opened items' body element
Optional
isdefines whether every accordion item element should be collapsed upon opening another item of the same accordion component
Optional
itemOptional
MemberitemStyling styles and settings for every accordion item element in a particular Accordion
Optional
itemsdefines margins between accordion elements
Optional
margindefines margin
styles within accordion elements
Optional
maxmax-width
css style for accordion element
Optional
numbereddefines whether every accordion item element for particular accordion component should be numbered (have numbers in header element)
combined stylings for AccordionComponent
chi
comprises font-styles of every accordion item element, as well as spacing styles, and margins, paddings, colors and other styles for both items' header and body elements
Hierarchy