1.0.29 • Published 10 months ago

exc-controls v1.0.29

Weekly downloads
331
License
-
Repository
-
Last release
10 months ago

Documentation

Module Exc-Controls

The Exc-Controls module provides some custom controls, interfaces and services, validators and classes for creating an web application in our default behavior.

Controls

lib-exc-accordion

Example
<lib-exc-accordion #acc1 [singleMode]="true">
  <lib-exc-accordion-panel label="panel1" [checked]="true"></lib-exc-accordion-panel>
  <lib-exc-accordion-panel label="panel2"></lib-exc-accordion-panel>
  <lib-exc-accordion-panel label="panel3"></lib-exc-accordion-panel>
</lib-exc-accordion>
import {ViewChild} from '@angular/core'; 
import {ExcAccordionComponent} from 'exc-controls';
//...
export class CustomComponent{
  @ViewChild('acc1',{read:ExcAccordionComponent}) acc1:ExcAccordionComponent;

  close(){
    this.acc1.closeAll();
  }
}
Input
NameTypeDescription
singleModeBooleanProperty to only allow one open accordion panel simultaneously (default:true)
Output
@Viewchild-Instance
NameType / Return TypeDescription
closeAll()method / voidClose all open accordion panels
open(targetIndex:number,open:bool)method / voidOpens the accordion panel with the given index

lib-exc-accordion-panel

Example

See example of lib-exc-accordion

Input
NameTypeDescription
labelStringThe label of the panel
checkedBooleanDetermines if this panel should be open
Output

exc-action-list

Input
Output

exc-action-list-small

Input
Output

exc-chips

Input
Output

exc-comment

Input
Output

exc-history

Input
Output

exc-library

Input
Output

exc-list

Input
Output

exc-modal

Input
Output

exc-quick-glance

Input
Output

exc-responsive

Input
Output

exc-signature

Input
Output

exc-signature-pad

Input
Output

exc-slider-horz

Input
Output

exc-sort-helper

Input
Output

exc-tablelist

Input
Output

exc-viewer

Input
Output

exc-flip-card

Input
Output

exc-flip-card-site

Input
Output

exc-checkbox

Input
Output

exc-datepicker

Input
Output

exc-icon-toggle

Input
Output

exc-input

Input
Output

exc-multi-state-checkbox

Input
Output

exc-output

Input
Output

exc-radio

Input
Output

exc-select

Input
Output

exc-textarea

Input
Output

exc-section

Input
Output

exc-section-group

Input
Output

Services

Interfaces

1.0.29

10 months ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.4.25

4 years ago

0.4.24

4 years ago

0.4.22

4 years ago

0.4.23

4 years ago

0.4.21

4 years ago

0.4.20

4 years ago

0.4.19

4 years ago

0.4.18

4 years ago

0.4.17

4 years ago

0.4.16

4 years ago

0.4.15

4 years ago

0.4.14

4 years ago

0.4.13

4 years ago

0.4.12

4 years ago

0.4.11

4 years ago

0.4.10

4 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.29

5 years ago

0.3.28

5 years ago

0.3.27

5 years ago

0.3.26

5 years ago

0.3.25

5 years ago

0.3.24

5 years ago

0.3.23

5 years ago

0.3.22

5 years ago

0.3.21

5 years ago

0.3.20

5 years ago

0.3.19

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.14

5 years ago

0.3.13

5 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago