1
+ /* eslint-disable */
1
2
/* tslint:disable */
2
3
/**
3
4
* This is an autogenerated file created by the Stencil compiler.
@@ -495,25 +496,25 @@ declare global {
495
496
}
496
497
497
498
declare namespace LocalJSX {
498
- interface CodeColor extends JSXBase . HTMLAttributes < HTMLCodeColorElement > {
499
+ interface CodeColor {
499
500
'display' ?: string ;
500
501
'mode' ?: string ;
501
502
'value' ?: string ;
502
503
}
503
- interface ColorAccordion extends JSXBase . HTMLAttributes < HTMLColorAccordionElement > { }
504
- interface ColorGenCssText extends JSXBase . HTMLAttributes < HTMLColorGenCssTextElement > {
504
+ interface ColorAccordion { }
505
+ interface ColorGenCssText {
505
506
'cssText' ?: string ;
506
507
'header' ?: boolean ;
507
508
'onCssTextChange' ?: ( event : CustomEvent < any > ) => void ;
508
509
}
509
- interface ColorGenPreview extends JSXBase . HTMLAttributes < HTMLColorGenPreviewElement > {
510
+ interface ColorGenPreview {
510
511
'cssText' ?: string ;
511
512
'demoMode' ?: string ;
512
513
}
513
- interface ColorGenSelectColors extends JSXBase . HTMLAttributes < HTMLColorGenSelectColorsElement > {
514
+ interface ColorGenSelectColors {
514
515
'colors' ?: ColorVariable [ ] ;
515
516
}
516
- interface ColorGenVariableSelector extends JSXBase . HTMLAttributes < HTMLColorGenVariableSelectorElement > {
517
+ interface ColorGenVariableSelector {
517
518
'editable' ?: boolean ;
518
519
'isNew' ?: boolean ;
519
520
'isParentOpen' ?: boolean ;
@@ -523,37 +524,37 @@ declare namespace LocalJSX {
523
524
'property' ?: string ;
524
525
'value' ?: string ;
525
526
}
526
- interface ColorGenerator extends JSXBase . HTMLAttributes < HTMLColorGeneratorElement > {
527
+ interface ColorGenerator {
527
528
'onDemoMessage' ?: ( event : CustomEvent < any > ) => void ;
528
529
}
529
- interface CommandCursor extends JSXBase . HTMLAttributes < HTMLCommandCursorElement > {
530
+ interface CommandCursor {
530
531
'blink' ?: boolean ;
531
532
}
532
- interface CommandLine extends JSXBase . HTMLAttributes < HTMLCommandLineElement > {
533
+ interface CommandLine {
533
534
'nobuttons' ?: boolean ;
534
535
}
535
- interface CommandOutput extends JSXBase . HTMLAttributes < HTMLCommandOutputElement > { }
536
- interface CommandPrompt extends JSXBase . HTMLAttributes < HTMLCommandPromptElement > { }
537
- interface ContributorList extends JSXBase . HTMLAttributes < HTMLContributorListElement > {
536
+ interface CommandOutput { }
537
+ interface CommandPrompt { }
538
+ interface ContributorList {
538
539
'contributors' ?: string [ ] ;
539
540
'link' ?: ( contributor : string ) => string ;
540
541
}
541
- interface DocsButton extends JSXBase . HTMLAttributes < HTMLDocsButtonElement > {
542
+ interface DocsButton {
542
543
'href' ?: string ;
543
544
'round' ?: boolean ;
544
545
}
545
- interface DocsCard extends JSXBase . HTMLAttributes < HTMLDocsCardElement > {
546
+ interface DocsCard {
546
547
'header' ?: string ;
547
548
'href' ?: string ;
548
549
'icon' ?: string ;
549
550
'img' ?: string ;
550
551
'ionicon' ?: string ;
551
552
}
552
- interface DocsCards extends JSXBase . HTMLAttributes < HTMLDocsCardsElement > { }
553
- interface DocsCode extends JSXBase . HTMLAttributes < HTMLDocsCodeElement > {
553
+ interface DocsCards { }
554
+ interface DocsCode {
554
555
'language' ?: string ;
555
556
}
556
- interface DocsCodepen extends JSXBase . HTMLAttributes < HTMLDocsCodepenElement > {
557
+ interface DocsCodepen {
557
558
'defaultTab' ?: string ;
558
559
'height' ?: string | number ;
559
560
'penTitle' ?: string ;
@@ -562,90 +563,90 @@ declare namespace LocalJSX {
562
563
'theme' ?: string ;
563
564
'user' ?: string ;
564
565
}
565
- interface DocsDemo extends JSXBase . HTMLAttributes < HTMLDocsDemoElement > {
566
+ interface DocsDemo {
566
567
'source' ?: string ;
567
568
'url' ?: string ;
568
569
}
569
- interface DocsDropdown extends JSXBase . HTMLAttributes < HTMLDocsDropdownElement > {
570
+ interface DocsDropdown {
570
571
'align' ?: 'left' | 'right' | 'center' ;
571
572
'icon' ?: ( props : any ) => JSX . Element ;
572
573
'label' ?: string ;
573
574
}
574
- interface DocsHeader extends JSXBase . HTMLAttributes < HTMLDocsHeaderElement > {
575
+ interface DocsHeader {
575
576
'onToggleClick' ?: ( e : Event ) => void ;
576
577
}
577
- interface DocsMenu extends JSXBase . HTMLAttributes < HTMLDocsMenuElement > {
578
+ interface DocsMenu {
578
579
'onToggleClick' ?: ( e : Event ) => void ;
579
580
}
580
- interface DocsMenuToggle extends JSXBase . HTMLAttributes < HTMLDocsMenuToggleElement > { }
581
- interface DocsNav extends JSXBase . HTMLAttributes < HTMLDocsNavElement > {
581
+ interface DocsMenuToggle { }
582
+ interface DocsNav {
582
583
'items' ?: MenuItems ;
583
584
}
584
- interface DocsPage extends JSXBase . HTMLAttributes < HTMLDocsPageElement > {
585
+ interface DocsPage {
585
586
'history' ?: RouterHistory ;
586
587
'path' ?: string ;
587
588
}
588
- interface DocsPageFooter extends JSXBase . HTMLAttributes < HTMLDocsPageFooterElement > {
589
+ interface DocsPageFooter {
589
590
'page' ?: Page ;
590
591
}
591
- interface DocsPagination extends JSXBase . HTMLAttributes < HTMLDocsPaginationElement > {
592
+ interface DocsPagination {
592
593
'page' ?: Page ;
593
594
}
594
- interface DocsReference extends JSXBase . HTMLAttributes < HTMLDocsReferenceElement > {
595
+ interface DocsReference {
595
596
'data' ?: any [ ] ;
596
597
'keys' ?: ReferenceKeys ;
597
598
}
598
- interface DocsRoot extends JSXBase . HTMLAttributes < HTMLDocsRootElement > {
599
+ interface DocsRoot {
599
600
'onPageChanged' ?: ( event : CustomEvent < any > ) => void ;
600
601
}
601
- interface DocsSelect extends JSXBase . HTMLAttributes < HTMLDocsSelectElement > {
602
+ interface DocsSelect {
602
603
'initializer' ?: ( options : string [ ] ) => string ;
603
604
'onSelection' ?: ( event : CustomEvent < string > ) => void ;
604
605
'optionRenderer' ?: ( option : string ) => any ;
605
606
'options' ?: string [ ] ;
606
607
}
607
- interface DocsTab extends JSXBase . HTMLAttributes < HTMLDocsTabElement > {
608
+ interface DocsTab {
608
609
'selected' ?: boolean ;
609
610
'tab' ?: string ;
610
611
}
611
- interface DocsTableOfContents extends JSXBase . HTMLAttributes < HTMLDocsTableOfContentsElement > {
612
+ interface DocsTableOfContents {
612
613
'basepath' ?: string ;
613
614
'label' ?: string ;
614
615
'links' ?: Link [ ] ;
615
616
}
616
- interface DocsTabs extends JSXBase . HTMLAttributes < HTMLDocsTabsElement > {
617
+ interface DocsTabs {
617
618
'listenFor' ?: string ;
618
619
}
619
- interface FileTree extends JSXBase . HTMLAttributes < HTMLFileTreeElement > { }
620
- interface FileTreeDirectory extends JSXBase . HTMLAttributes < HTMLFileTreeDirectoryElement > {
620
+ interface FileTree { }
621
+ interface FileTreeDirectory {
621
622
'collapsed' ?: boolean ;
622
623
'name' ?: string ;
623
624
}
624
- interface FileTreeFile extends JSXBase . HTMLAttributes < HTMLFileTreeFileElement > {
625
+ interface FileTreeFile {
625
626
'name' ?: string ;
626
627
}
627
- interface FrameworkSelect extends JSXBase . HTMLAttributes < HTMLFrameworkSelectElement > {
628
+ interface FrameworkSelect {
628
629
'onToggleClick' ?: ( e : Event ) => void ;
629
630
}
630
- interface HeaderMobileCollapse extends JSXBase . HTMLAttributes < HTMLHeaderMobileCollapseElement > {
631
+ interface HeaderMobileCollapse {
631
632
'darkMode' ?: boolean ;
632
633
}
633
- interface HubspotForm extends JSXBase . HTMLAttributes < HTMLHubspotFormElement > {
634
+ interface HubspotForm {
634
635
'formId' ?: string ;
635
636
}
636
- interface IonicSearch extends JSXBase . HTMLAttributes < HTMLIonicSearchElement > {
637
+ interface IonicSearch {
637
638
'mobile' ?: boolean ;
638
639
}
639
- interface LayeredColorsSelect extends JSXBase . HTMLAttributes < HTMLLayeredColorsSelectElement > { }
640
- interface NativeEntInstall extends JSXBase . HTMLAttributes < HTMLNativeEntInstallElement > {
640
+ interface LayeredColorsSelect { }
641
+ interface NativeEntInstall {
641
642
'capacitorSlug' ?: string ;
642
643
'pluginId' ?: string ;
643
644
'variables' ?: string ;
644
645
}
645
- interface NewColorGenerator extends JSXBase . HTMLAttributes < HTMLNewColorGeneratorElement > { }
646
- interface SmsForm extends JSXBase . HTMLAttributes < HTMLSmsFormElement > { }
647
- interface SteppedColorGenerator extends JSXBase . HTMLAttributes < HTMLSteppedColorGeneratorElement > { }
648
- interface WistiaVideo extends JSXBase . HTMLAttributes < HTMLWistiaVideoElement > {
646
+ interface NewColorGenerator { }
647
+ interface SmsForm { }
648
+ interface SteppedColorGenerator { }
649
+ interface WistiaVideo {
649
650
'videoId' ?: string ;
650
651
}
651
652
@@ -703,7 +704,53 @@ export { LocalJSX as JSX };
703
704
704
705
declare module "@stencil/core" {
705
706
export namespace JSX {
706
- interface IntrinsicElements extends LocalJSX . IntrinsicElements { }
707
+ interface IntrinsicElements {
708
+ 'code-color' : LocalJSX . CodeColor & JSXBase . HTMLAttributes < HTMLCodeColorElement > ;
709
+ 'color-accordion' : LocalJSX . ColorAccordion & JSXBase . HTMLAttributes < HTMLColorAccordionElement > ;
710
+ 'color-gen-css-text' : LocalJSX . ColorGenCssText & JSXBase . HTMLAttributes < HTMLColorGenCssTextElement > ;
711
+ 'color-gen-preview' : LocalJSX . ColorGenPreview & JSXBase . HTMLAttributes < HTMLColorGenPreviewElement > ;
712
+ 'color-gen-select-colors' : LocalJSX . ColorGenSelectColors & JSXBase . HTMLAttributes < HTMLColorGenSelectColorsElement > ;
713
+ 'color-gen-variable-selector' : LocalJSX . ColorGenVariableSelector & JSXBase . HTMLAttributes < HTMLColorGenVariableSelectorElement > ;
714
+ 'color-generator' : LocalJSX . ColorGenerator & JSXBase . HTMLAttributes < HTMLColorGeneratorElement > ;
715
+ 'command-cursor' : LocalJSX . CommandCursor & JSXBase . HTMLAttributes < HTMLCommandCursorElement > ;
716
+ 'command-line' : LocalJSX . CommandLine & JSXBase . HTMLAttributes < HTMLCommandLineElement > ;
717
+ 'command-output' : LocalJSX . CommandOutput & JSXBase . HTMLAttributes < HTMLCommandOutputElement > ;
718
+ 'command-prompt' : LocalJSX . CommandPrompt & JSXBase . HTMLAttributes < HTMLCommandPromptElement > ;
719
+ 'contributor-list' : LocalJSX . ContributorList & JSXBase . HTMLAttributes < HTMLContributorListElement > ;
720
+ 'docs-button' : LocalJSX . DocsButton & JSXBase . HTMLAttributes < HTMLDocsButtonElement > ;
721
+ 'docs-card' : LocalJSX . DocsCard & JSXBase . HTMLAttributes < HTMLDocsCardElement > ;
722
+ 'docs-cards' : LocalJSX . DocsCards & JSXBase . HTMLAttributes < HTMLDocsCardsElement > ;
723
+ 'docs-code' : LocalJSX . DocsCode & JSXBase . HTMLAttributes < HTMLDocsCodeElement > ;
724
+ 'docs-codepen' : LocalJSX . DocsCodepen & JSXBase . HTMLAttributes < HTMLDocsCodepenElement > ;
725
+ 'docs-demo' : LocalJSX . DocsDemo & JSXBase . HTMLAttributes < HTMLDocsDemoElement > ;
726
+ 'docs-dropdown' : LocalJSX . DocsDropdown & JSXBase . HTMLAttributes < HTMLDocsDropdownElement > ;
727
+ 'docs-header' : LocalJSX . DocsHeader & JSXBase . HTMLAttributes < HTMLDocsHeaderElement > ;
728
+ 'docs-menu' : LocalJSX . DocsMenu & JSXBase . HTMLAttributes < HTMLDocsMenuElement > ;
729
+ 'docs-menu-toggle' : LocalJSX . DocsMenuToggle & JSXBase . HTMLAttributes < HTMLDocsMenuToggleElement > ;
730
+ 'docs-nav' : LocalJSX . DocsNav & JSXBase . HTMLAttributes < HTMLDocsNavElement > ;
731
+ 'docs-page' : LocalJSX . DocsPage & JSXBase . HTMLAttributes < HTMLDocsPageElement > ;
732
+ 'docs-page-footer' : LocalJSX . DocsPageFooter & JSXBase . HTMLAttributes < HTMLDocsPageFooterElement > ;
733
+ 'docs-pagination' : LocalJSX . DocsPagination & JSXBase . HTMLAttributes < HTMLDocsPaginationElement > ;
734
+ 'docs-reference' : LocalJSX . DocsReference & JSXBase . HTMLAttributes < HTMLDocsReferenceElement > ;
735
+ 'docs-root' : LocalJSX . DocsRoot & JSXBase . HTMLAttributes < HTMLDocsRootElement > ;
736
+ 'docs-select' : LocalJSX . DocsSelect & JSXBase . HTMLAttributes < HTMLDocsSelectElement > ;
737
+ 'docs-tab' : LocalJSX . DocsTab & JSXBase . HTMLAttributes < HTMLDocsTabElement > ;
738
+ 'docs-table-of-contents' : LocalJSX . DocsTableOfContents & JSXBase . HTMLAttributes < HTMLDocsTableOfContentsElement > ;
739
+ 'docs-tabs' : LocalJSX . DocsTabs & JSXBase . HTMLAttributes < HTMLDocsTabsElement > ;
740
+ 'file-tree' : LocalJSX . FileTree & JSXBase . HTMLAttributes < HTMLFileTreeElement > ;
741
+ 'file-tree-directory' : LocalJSX . FileTreeDirectory & JSXBase . HTMLAttributes < HTMLFileTreeDirectoryElement > ;
742
+ 'file-tree-file' : LocalJSX . FileTreeFile & JSXBase . HTMLAttributes < HTMLFileTreeFileElement > ;
743
+ 'framework-select' : LocalJSX . FrameworkSelect & JSXBase . HTMLAttributes < HTMLFrameworkSelectElement > ;
744
+ 'header-mobile-collapse' : LocalJSX . HeaderMobileCollapse & JSXBase . HTMLAttributes < HTMLHeaderMobileCollapseElement > ;
745
+ 'hubspot-form' : LocalJSX . HubspotForm & JSXBase . HTMLAttributes < HTMLHubspotFormElement > ;
746
+ 'ionic-search' : LocalJSX . IonicSearch & JSXBase . HTMLAttributes < HTMLIonicSearchElement > ;
747
+ 'layered-colors-select' : LocalJSX . LayeredColorsSelect & JSXBase . HTMLAttributes < HTMLLayeredColorsSelectElement > ;
748
+ 'native-ent-install' : LocalJSX . NativeEntInstall & JSXBase . HTMLAttributes < HTMLNativeEntInstallElement > ;
749
+ 'new-color-generator' : LocalJSX . NewColorGenerator & JSXBase . HTMLAttributes < HTMLNewColorGeneratorElement > ;
750
+ 'sms-form' : LocalJSX . SmsForm & JSXBase . HTMLAttributes < HTMLSmsFormElement > ;
751
+ 'stepped-color-generator' : LocalJSX . SteppedColorGenerator & JSXBase . HTMLAttributes < HTMLSteppedColorGeneratorElement > ;
752
+ 'wistia-video' : LocalJSX . WistiaVideo & JSXBase . HTMLAttributes < HTMLWistiaVideoElement > ;
753
+ }
707
754
}
708
755
}
709
756
0 commit comments