@genesislcap/foundation-zero 14.123.0 → 14.124.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +919 -919
- package/package.json +7 -7
|
@@ -7561,7 +7561,7 @@
|
|
|
7561
7561
|
},
|
|
7562
7562
|
{
|
|
7563
7563
|
"kind": "javascript-module",
|
|
7564
|
-
"path": "src/
|
|
7564
|
+
"path": "src/checkbox/checkbox.stories.ts",
|
|
7565
7565
|
"declarations": [
|
|
7566
7566
|
{
|
|
7567
7567
|
"kind": "variable",
|
|
@@ -7569,7 +7569,7 @@
|
|
|
7569
7569
|
"type": {
|
|
7570
7570
|
"text": "Meta"
|
|
7571
7571
|
},
|
|
7572
|
-
"default": "{\n title: '
|
|
7572
|
+
"default": "{\n title: 'Checkbox',\n component: 'zero-checkbox>',\n}"
|
|
7573
7573
|
},
|
|
7574
7574
|
{
|
|
7575
7575
|
"kind": "variable",
|
|
@@ -7577,7 +7577,7 @@
|
|
|
7577
7577
|
"type": {
|
|
7578
7578
|
"text": "StoryObj"
|
|
7579
7579
|
},
|
|
7580
|
-
"default": "{\n
|
|
7580
|
+
"default": "{\n args: {\n customCheckboxText: 'Custom Zero Checkbox',\n customCheckboxDesignUnit: 8,\n customCheckboxCornerRadius: 4,\n },\n render: ({ customCheckboxText, customCheckboxDesignUnit, customCheckboxCornerRadius }) =>\n html`\n <div style=\"${wrapperStyle}\">\n <zero-checkbox>Default Zero Checkbox</zero-checkbox>\n\n <zero-design-system-provider\n design-unit=\"${customCheckboxDesignUnit}\"\n corner-radius=${customCheckboxCornerRadius}\"\n >\n <zero-checkbox>${customCheckboxText}</zero-checkbox>\n </zero-design-system-provider>\n </div>\n `,\n}"
|
|
7581
7581
|
}
|
|
7582
7582
|
],
|
|
7583
7583
|
"exports": [
|
|
@@ -7586,7 +7586,7 @@
|
|
|
7586
7586
|
"name": "default",
|
|
7587
7587
|
"declaration": {
|
|
7588
7588
|
"name": "meta",
|
|
7589
|
-
"module": "src/
|
|
7589
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
7590
7590
|
}
|
|
7591
7591
|
},
|
|
7592
7592
|
{
|
|
@@ -7594,18 +7594,18 @@
|
|
|
7594
7594
|
"name": "Primary",
|
|
7595
7595
|
"declaration": {
|
|
7596
7596
|
"name": "Primary",
|
|
7597
|
-
"module": "src/
|
|
7597
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
7598
7598
|
}
|
|
7599
7599
|
}
|
|
7600
7600
|
]
|
|
7601
7601
|
},
|
|
7602
7602
|
{
|
|
7603
7603
|
"kind": "javascript-module",
|
|
7604
|
-
"path": "src/
|
|
7604
|
+
"path": "src/checkbox/checkbox.styles.ts",
|
|
7605
7605
|
"declarations": [
|
|
7606
7606
|
{
|
|
7607
7607
|
"kind": "function",
|
|
7608
|
-
"name": "
|
|
7608
|
+
"name": "zeroCheckboxStyles",
|
|
7609
7609
|
"return": {
|
|
7610
7610
|
"type": {
|
|
7611
7611
|
"text": "ElementStyles"
|
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
{
|
|
7622
7622
|
"name": "definition",
|
|
7623
7623
|
"type": {
|
|
7624
|
-
"text": "
|
|
7624
|
+
"text": "CheckboxOptions"
|
|
7625
7625
|
}
|
|
7626
7626
|
}
|
|
7627
7627
|
]
|
|
@@ -7630,24 +7630,24 @@
|
|
|
7630
7630
|
"exports": [
|
|
7631
7631
|
{
|
|
7632
7632
|
"kind": "js",
|
|
7633
|
-
"name": "
|
|
7633
|
+
"name": "zeroCheckboxStyles",
|
|
7634
7634
|
"declaration": {
|
|
7635
|
-
"name": "
|
|
7636
|
-
"module": "src/
|
|
7635
|
+
"name": "zeroCheckboxStyles",
|
|
7636
|
+
"module": "src/checkbox/checkbox.styles.ts"
|
|
7637
7637
|
}
|
|
7638
7638
|
}
|
|
7639
7639
|
]
|
|
7640
7640
|
},
|
|
7641
7641
|
{
|
|
7642
7642
|
"kind": "javascript-module",
|
|
7643
|
-
"path": "src/
|
|
7643
|
+
"path": "src/checkbox/checkbox.template.ts",
|
|
7644
7644
|
"declarations": [
|
|
7645
7645
|
{
|
|
7646
7646
|
"kind": "function",
|
|
7647
|
-
"name": "
|
|
7647
|
+
"name": "zeroCheckboxTemplate",
|
|
7648
7648
|
"return": {
|
|
7649
7649
|
"type": {
|
|
7650
|
-
"text": "ViewTemplate<
|
|
7650
|
+
"text": "ViewTemplate<Checkbox>"
|
|
7651
7651
|
}
|
|
7652
7652
|
},
|
|
7653
7653
|
"parameters": [
|
|
@@ -7660,7 +7660,7 @@
|
|
|
7660
7660
|
{
|
|
7661
7661
|
"name": "definition",
|
|
7662
7662
|
"type": {
|
|
7663
|
-
"text": "
|
|
7663
|
+
"text": "CheckboxOptions"
|
|
7664
7664
|
}
|
|
7665
7665
|
}
|
|
7666
7666
|
]
|
|
@@ -7669,295 +7669,143 @@
|
|
|
7669
7669
|
"exports": [
|
|
7670
7670
|
{
|
|
7671
7671
|
"kind": "js",
|
|
7672
|
-
"name": "
|
|
7673
|
-
"declaration": {
|
|
7674
|
-
"name": "zeroComboboxTemplate",
|
|
7675
|
-
"module": "src/combobox/combobox.template.ts"
|
|
7676
|
-
}
|
|
7677
|
-
}
|
|
7678
|
-
]
|
|
7679
|
-
},
|
|
7680
|
-
{
|
|
7681
|
-
"kind": "javascript-module",
|
|
7682
|
-
"path": "src/combobox/combobox.ts",
|
|
7683
|
-
"declarations": [
|
|
7684
|
-
{
|
|
7685
|
-
"kind": "class",
|
|
7686
|
-
"description": "",
|
|
7687
|
-
"name": "Combobox",
|
|
7688
|
-
"superclass": {
|
|
7689
|
-
"name": "FoundationComboBox",
|
|
7690
|
-
"package": "@genesislcap/foundation-ui"
|
|
7691
|
-
},
|
|
7692
|
-
"tagName": "%%prefix%%-combobox",
|
|
7693
|
-
"customElement": true
|
|
7694
|
-
},
|
|
7695
|
-
{
|
|
7696
|
-
"kind": "variable",
|
|
7697
|
-
"name": "zeroCombobox"
|
|
7698
|
-
}
|
|
7699
|
-
],
|
|
7700
|
-
"exports": [
|
|
7701
|
-
{
|
|
7702
|
-
"kind": "js",
|
|
7703
|
-
"name": "Combobox",
|
|
7704
|
-
"declaration": {
|
|
7705
|
-
"name": "Combobox",
|
|
7706
|
-
"module": "src/combobox/combobox.ts"
|
|
7707
|
-
}
|
|
7708
|
-
},
|
|
7709
|
-
{
|
|
7710
|
-
"kind": "js",
|
|
7711
|
-
"name": "zeroCombobox",
|
|
7712
|
-
"declaration": {
|
|
7713
|
-
"name": "zeroCombobox",
|
|
7714
|
-
"module": "src/combobox/combobox.ts"
|
|
7715
|
-
}
|
|
7716
|
-
}
|
|
7717
|
-
]
|
|
7718
|
-
},
|
|
7719
|
-
{
|
|
7720
|
-
"kind": "javascript-module",
|
|
7721
|
-
"path": "src/combobox/index.ts",
|
|
7722
|
-
"declarations": [],
|
|
7723
|
-
"exports": [
|
|
7724
|
-
{
|
|
7725
|
-
"kind": "js",
|
|
7726
|
-
"name": "*",
|
|
7727
|
-
"declaration": {
|
|
7728
|
-
"name": "*",
|
|
7729
|
-
"package": "./combobox"
|
|
7730
|
-
}
|
|
7731
|
-
},
|
|
7732
|
-
{
|
|
7733
|
-
"kind": "js",
|
|
7734
|
-
"name": "*",
|
|
7735
|
-
"declaration": {
|
|
7736
|
-
"name": "*",
|
|
7737
|
-
"package": "./combobox.styles"
|
|
7738
|
-
}
|
|
7739
|
-
},
|
|
7740
|
-
{
|
|
7741
|
-
"kind": "js",
|
|
7742
|
-
"name": "*",
|
|
7743
|
-
"declaration": {
|
|
7744
|
-
"name": "*",
|
|
7745
|
-
"package": "./combobox.template"
|
|
7746
|
-
}
|
|
7747
|
-
}
|
|
7748
|
-
]
|
|
7749
|
-
},
|
|
7750
|
-
{
|
|
7751
|
-
"kind": "javascript-module",
|
|
7752
|
-
"path": "src/connection-indicator/connection-indicator.stories.ts",
|
|
7753
|
-
"declarations": [
|
|
7754
|
-
{
|
|
7755
|
-
"kind": "variable",
|
|
7756
|
-
"name": "meta",
|
|
7757
|
-
"type": {
|
|
7758
|
-
"text": "Meta"
|
|
7759
|
-
},
|
|
7760
|
-
"default": "{\n title: 'Connection Indicator',\n component: 'zero-connection-indicator',\n}"
|
|
7761
|
-
},
|
|
7762
|
-
{
|
|
7763
|
-
"kind": "variable",
|
|
7764
|
-
"name": "Primary",
|
|
7765
|
-
"type": {
|
|
7766
|
-
"text": "StoryObj"
|
|
7767
|
-
},
|
|
7768
|
-
"default": "{\n args: {\n showLabel: true,\n },\n render: ({ showLabel }) => html`\n <zero-connection-indicator show-label=\"${showLabel}\"></zero-connection-indicator>\n `,\n}"
|
|
7769
|
-
}
|
|
7770
|
-
],
|
|
7771
|
-
"exports": [
|
|
7772
|
-
{
|
|
7773
|
-
"kind": "js",
|
|
7774
|
-
"name": "default",
|
|
7775
|
-
"declaration": {
|
|
7776
|
-
"name": "meta",
|
|
7777
|
-
"module": "src/connection-indicator/connection-indicator.stories.ts"
|
|
7778
|
-
}
|
|
7779
|
-
},
|
|
7780
|
-
{
|
|
7781
|
-
"kind": "js",
|
|
7782
|
-
"name": "Primary",
|
|
7672
|
+
"name": "zeroCheckboxTemplate",
|
|
7783
7673
|
"declaration": {
|
|
7784
|
-
"name": "
|
|
7785
|
-
"module": "src/
|
|
7674
|
+
"name": "zeroCheckboxTemplate",
|
|
7675
|
+
"module": "src/checkbox/checkbox.template.ts"
|
|
7786
7676
|
}
|
|
7787
7677
|
}
|
|
7788
7678
|
]
|
|
7789
7679
|
},
|
|
7790
7680
|
{
|
|
7791
7681
|
"kind": "javascript-module",
|
|
7792
|
-
"path": "src/
|
|
7682
|
+
"path": "src/checkbox/checkbox.ts",
|
|
7793
7683
|
"declarations": [
|
|
7794
7684
|
{
|
|
7795
7685
|
"kind": "class",
|
|
7796
7686
|
"description": "",
|
|
7797
|
-
"name": "
|
|
7687
|
+
"name": "Checkbox",
|
|
7798
7688
|
"superclass": {
|
|
7799
|
-
"name": "
|
|
7689
|
+
"name": "FoundationCheckbox",
|
|
7800
7690
|
"package": "@genesislcap/foundation-ui"
|
|
7801
7691
|
},
|
|
7802
|
-
"tagName": "%%prefix%%-
|
|
7692
|
+
"tagName": "%%prefix%%-checkbox",
|
|
7803
7693
|
"customElement": true,
|
|
7804
7694
|
"attributes": [
|
|
7805
7695
|
{
|
|
7806
|
-
"name": "
|
|
7696
|
+
"name": "readonly",
|
|
7807
7697
|
"type": {
|
|
7808
7698
|
"text": "boolean"
|
|
7809
7699
|
},
|
|
7810
|
-
"
|
|
7811
|
-
"fieldName": "
|
|
7700
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
7701
|
+
"fieldName": "readOnly",
|
|
7812
7702
|
"inheritedFrom": {
|
|
7813
|
-
"name": "
|
|
7814
|
-
"module": "src/
|
|
7703
|
+
"name": "Checkbox",
|
|
7704
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7815
7705
|
}
|
|
7816
7706
|
}
|
|
7817
7707
|
],
|
|
7818
7708
|
"members": [
|
|
7819
7709
|
{
|
|
7820
7710
|
"kind": "field",
|
|
7821
|
-
"name": "
|
|
7711
|
+
"name": "readOnly",
|
|
7822
7712
|
"type": {
|
|
7823
|
-
"text": "
|
|
7713
|
+
"text": "boolean"
|
|
7824
7714
|
},
|
|
7715
|
+
"privacy": "public",
|
|
7716
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
7825
7717
|
"inheritedFrom": {
|
|
7826
|
-
"name": "
|
|
7827
|
-
"module": "src/
|
|
7718
|
+
"name": "Checkbox",
|
|
7719
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7828
7720
|
}
|
|
7829
7721
|
},
|
|
7830
7722
|
{
|
|
7831
|
-
"kind": "
|
|
7832
|
-
"name": "
|
|
7833
|
-
"
|
|
7834
|
-
|
|
7723
|
+
"kind": "method",
|
|
7724
|
+
"name": "readOnlyChanged",
|
|
7725
|
+
"privacy": "private",
|
|
7726
|
+
"return": {
|
|
7727
|
+
"type": {
|
|
7728
|
+
"text": "void"
|
|
7729
|
+
}
|
|
7835
7730
|
},
|
|
7836
7731
|
"inheritedFrom": {
|
|
7837
|
-
"name": "
|
|
7838
|
-
"module": "src/
|
|
7732
|
+
"name": "Checkbox",
|
|
7733
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7839
7734
|
}
|
|
7840
7735
|
},
|
|
7841
7736
|
{
|
|
7842
7737
|
"kind": "field",
|
|
7843
|
-
"name": "
|
|
7738
|
+
"name": "indeterminate",
|
|
7844
7739
|
"type": {
|
|
7845
7740
|
"text": "boolean"
|
|
7846
7741
|
},
|
|
7742
|
+
"privacy": "public",
|
|
7847
7743
|
"default": "false",
|
|
7744
|
+
"description": "The indeterminate state of the control",
|
|
7848
7745
|
"inheritedFrom": {
|
|
7849
|
-
"name": "
|
|
7850
|
-
"module": "src/
|
|
7746
|
+
"name": "Checkbox",
|
|
7747
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7851
7748
|
}
|
|
7852
7749
|
},
|
|
7853
7750
|
{
|
|
7854
7751
|
"kind": "field",
|
|
7855
|
-
"name": "
|
|
7752
|
+
"name": "proxy",
|
|
7753
|
+
"inheritedFrom": {
|
|
7754
|
+
"name": "Checkbox",
|
|
7755
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7756
|
+
}
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"kind": "field",
|
|
7760
|
+
"name": "_presentation",
|
|
7856
7761
|
"type": {
|
|
7857
|
-
"text": "
|
|
7762
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7858
7763
|
},
|
|
7859
|
-
"
|
|
7764
|
+
"privacy": "private",
|
|
7765
|
+
"default": "void 0",
|
|
7860
7766
|
"inheritedFrom": {
|
|
7861
|
-
"name": "
|
|
7862
|
-
"module": "src/
|
|
7767
|
+
"name": "Checkbox",
|
|
7768
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7863
7769
|
}
|
|
7864
7770
|
},
|
|
7865
7771
|
{
|
|
7866
7772
|
"kind": "field",
|
|
7867
|
-
"name": "
|
|
7773
|
+
"name": "$presentation",
|
|
7868
7774
|
"type": {
|
|
7869
|
-
"text": "
|
|
7775
|
+
"text": "ComponentPresentation | null"
|
|
7870
7776
|
},
|
|
7871
|
-
"
|
|
7777
|
+
"privacy": "public",
|
|
7778
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7872
7779
|
"inheritedFrom": {
|
|
7873
|
-
"name": "
|
|
7874
|
-
"module": "src/
|
|
7780
|
+
"name": "Checkbox",
|
|
7781
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7875
7782
|
}
|
|
7876
7783
|
},
|
|
7877
7784
|
{
|
|
7878
7785
|
"kind": "field",
|
|
7879
|
-
"name": "
|
|
7786
|
+
"name": "template",
|
|
7880
7787
|
"type": {
|
|
7881
|
-
"text": "
|
|
7788
|
+
"text": "ElementViewTemplate | void | null"
|
|
7882
7789
|
},
|
|
7883
|
-
"privacy": "
|
|
7790
|
+
"privacy": "public",
|
|
7791
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7884
7792
|
"inheritedFrom": {
|
|
7885
|
-
"name": "
|
|
7886
|
-
"module": "src/
|
|
7793
|
+
"name": "Checkbox",
|
|
7794
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7887
7795
|
}
|
|
7888
7796
|
},
|
|
7889
7797
|
{
|
|
7890
7798
|
"kind": "method",
|
|
7891
|
-
"name": "
|
|
7799
|
+
"name": "templateChanged",
|
|
7800
|
+
"privacy": "protected",
|
|
7892
7801
|
"return": {
|
|
7893
7802
|
"type": {
|
|
7894
|
-
"text": "
|
|
7803
|
+
"text": "void"
|
|
7895
7804
|
}
|
|
7896
7805
|
},
|
|
7897
|
-
"parameters": [
|
|
7898
|
-
{
|
|
7899
|
-
"name": "connected",
|
|
7900
|
-
"type": {
|
|
7901
|
-
"text": "boolean"
|
|
7902
|
-
}
|
|
7903
|
-
}
|
|
7904
|
-
],
|
|
7905
7806
|
"inheritedFrom": {
|
|
7906
|
-
"name": "
|
|
7907
|
-
"module": "src/
|
|
7908
|
-
}
|
|
7909
|
-
},
|
|
7910
|
-
{
|
|
7911
|
-
"kind": "field",
|
|
7912
|
-
"name": "_presentation",
|
|
7913
|
-
"type": {
|
|
7914
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7915
|
-
},
|
|
7916
|
-
"privacy": "private",
|
|
7917
|
-
"default": "void 0",
|
|
7918
|
-
"inheritedFrom": {
|
|
7919
|
-
"name": "FoundationElement",
|
|
7920
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7921
|
-
}
|
|
7922
|
-
},
|
|
7923
|
-
{
|
|
7924
|
-
"kind": "field",
|
|
7925
|
-
"name": "$presentation",
|
|
7926
|
-
"type": {
|
|
7927
|
-
"text": "ComponentPresentation | null"
|
|
7928
|
-
},
|
|
7929
|
-
"privacy": "public",
|
|
7930
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7931
|
-
"inheritedFrom": {
|
|
7932
|
-
"name": "FoundationElement",
|
|
7933
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7934
|
-
}
|
|
7935
|
-
},
|
|
7936
|
-
{
|
|
7937
|
-
"kind": "field",
|
|
7938
|
-
"name": "template",
|
|
7939
|
-
"type": {
|
|
7940
|
-
"text": "ElementViewTemplate | void | null"
|
|
7941
|
-
},
|
|
7942
|
-
"privacy": "public",
|
|
7943
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7944
|
-
"inheritedFrom": {
|
|
7945
|
-
"name": "FoundationElement",
|
|
7946
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7947
|
-
}
|
|
7948
|
-
},
|
|
7949
|
-
{
|
|
7950
|
-
"kind": "method",
|
|
7951
|
-
"name": "templateChanged",
|
|
7952
|
-
"privacy": "protected",
|
|
7953
|
-
"return": {
|
|
7954
|
-
"type": {
|
|
7955
|
-
"text": "void"
|
|
7956
|
-
}
|
|
7957
|
-
},
|
|
7958
|
-
"inheritedFrom": {
|
|
7959
|
-
"name": "FoundationElement",
|
|
7960
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7807
|
+
"name": "Checkbox",
|
|
7808
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7961
7809
|
}
|
|
7962
7810
|
},
|
|
7963
7811
|
{
|
|
@@ -7969,8 +7817,8 @@
|
|
|
7969
7817
|
"privacy": "public",
|
|
7970
7818
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7971
7819
|
"inheritedFrom": {
|
|
7972
|
-
"name": "
|
|
7973
|
-
"module": "src/
|
|
7820
|
+
"name": "Checkbox",
|
|
7821
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7974
7822
|
}
|
|
7975
7823
|
},
|
|
7976
7824
|
{
|
|
@@ -7983,8 +7831,8 @@
|
|
|
7983
7831
|
}
|
|
7984
7832
|
},
|
|
7985
7833
|
"inheritedFrom": {
|
|
7986
|
-
"name": "
|
|
7987
|
-
"module": "src/
|
|
7834
|
+
"name": "Checkbox",
|
|
7835
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7988
7836
|
}
|
|
7989
7837
|
},
|
|
7990
7838
|
{
|
|
@@ -8014,39 +7862,49 @@
|
|
|
8014
7862
|
],
|
|
8015
7863
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8016
7864
|
"inheritedFrom": {
|
|
8017
|
-
"name": "
|
|
8018
|
-
"module": "src/
|
|
7865
|
+
"name": "Checkbox",
|
|
7866
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7867
|
+
}
|
|
7868
|
+
}
|
|
7869
|
+
],
|
|
7870
|
+
"events": [
|
|
7871
|
+
{
|
|
7872
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
7873
|
+
"name": "change",
|
|
7874
|
+
"inheritedFrom": {
|
|
7875
|
+
"name": "Checkbox",
|
|
7876
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8019
7877
|
}
|
|
8020
7878
|
}
|
|
8021
7879
|
]
|
|
8022
7880
|
},
|
|
8023
7881
|
{
|
|
8024
7882
|
"kind": "variable",
|
|
8025
|
-
"name": "
|
|
7883
|
+
"name": "zeroCheckbox"
|
|
8026
7884
|
}
|
|
8027
7885
|
],
|
|
8028
7886
|
"exports": [
|
|
8029
7887
|
{
|
|
8030
7888
|
"kind": "js",
|
|
8031
|
-
"name": "
|
|
7889
|
+
"name": "Checkbox",
|
|
8032
7890
|
"declaration": {
|
|
8033
|
-
"name": "
|
|
8034
|
-
"module": "src/
|
|
7891
|
+
"name": "Checkbox",
|
|
7892
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8035
7893
|
}
|
|
8036
7894
|
},
|
|
8037
7895
|
{
|
|
8038
7896
|
"kind": "js",
|
|
8039
|
-
"name": "
|
|
7897
|
+
"name": "zeroCheckbox",
|
|
8040
7898
|
"declaration": {
|
|
8041
|
-
"name": "
|
|
8042
|
-
"module": "src/
|
|
7899
|
+
"name": "zeroCheckbox",
|
|
7900
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8043
7901
|
}
|
|
8044
7902
|
}
|
|
8045
7903
|
]
|
|
8046
7904
|
},
|
|
8047
7905
|
{
|
|
8048
7906
|
"kind": "javascript-module",
|
|
8049
|
-
"path": "src/
|
|
7907
|
+
"path": "src/checkbox/index.ts",
|
|
8050
7908
|
"declarations": [],
|
|
8051
7909
|
"exports": [
|
|
8052
7910
|
{
|
|
@@ -8054,92 +7912,30 @@
|
|
|
8054
7912
|
"name": "*",
|
|
8055
7913
|
"declaration": {
|
|
8056
7914
|
"name": "*",
|
|
8057
|
-
"package": "./
|
|
7915
|
+
"package": "./checkbox"
|
|
8058
7916
|
}
|
|
8059
|
-
}
|
|
8060
|
-
]
|
|
8061
|
-
},
|
|
8062
|
-
{
|
|
8063
|
-
"kind": "javascript-module",
|
|
8064
|
-
"path": "src/data-grid/data-grid-cell.styles.ts",
|
|
8065
|
-
"declarations": [
|
|
8066
|
-
{
|
|
8067
|
-
"kind": "function",
|
|
8068
|
-
"name": "zeroDataGridCellStyles",
|
|
8069
|
-
"return": {
|
|
8070
|
-
"type": {
|
|
8071
|
-
"text": "ElementStyles"
|
|
8072
|
-
}
|
|
8073
|
-
},
|
|
8074
|
-
"parameters": [
|
|
8075
|
-
{
|
|
8076
|
-
"name": "context",
|
|
8077
|
-
"type": {
|
|
8078
|
-
"text": "ElementDefinitionContext"
|
|
8079
|
-
}
|
|
8080
|
-
},
|
|
8081
|
-
{
|
|
8082
|
-
"name": "defintion",
|
|
8083
|
-
"type": {
|
|
8084
|
-
"text": "FoundationElementDefinition"
|
|
8085
|
-
}
|
|
8086
|
-
}
|
|
8087
|
-
]
|
|
8088
|
-
}
|
|
8089
|
-
],
|
|
8090
|
-
"exports": [
|
|
7917
|
+
},
|
|
8091
7918
|
{
|
|
8092
7919
|
"kind": "js",
|
|
8093
|
-
"name": "
|
|
7920
|
+
"name": "*",
|
|
8094
7921
|
"declaration": {
|
|
8095
|
-
"name": "
|
|
8096
|
-
"
|
|
7922
|
+
"name": "*",
|
|
7923
|
+
"package": "./checkbox.styles"
|
|
8097
7924
|
}
|
|
8098
|
-
}
|
|
8099
|
-
]
|
|
8100
|
-
},
|
|
8101
|
-
{
|
|
8102
|
-
"kind": "javascript-module",
|
|
8103
|
-
"path": "src/data-grid/data-grid-row.styles.ts",
|
|
8104
|
-
"declarations": [
|
|
8105
|
-
{
|
|
8106
|
-
"kind": "function",
|
|
8107
|
-
"name": "zeroDataGridRowStyles",
|
|
8108
|
-
"return": {
|
|
8109
|
-
"type": {
|
|
8110
|
-
"text": "ElementStyles"
|
|
8111
|
-
}
|
|
8112
|
-
},
|
|
8113
|
-
"parameters": [
|
|
8114
|
-
{
|
|
8115
|
-
"name": "context",
|
|
8116
|
-
"type": {
|
|
8117
|
-
"text": "ElementDefinitionContext"
|
|
8118
|
-
}
|
|
8119
|
-
},
|
|
8120
|
-
{
|
|
8121
|
-
"name": "defintion",
|
|
8122
|
-
"type": {
|
|
8123
|
-
"text": "FoundationElementDefinition"
|
|
8124
|
-
}
|
|
8125
|
-
}
|
|
8126
|
-
]
|
|
8127
|
-
}
|
|
8128
|
-
],
|
|
8129
|
-
"exports": [
|
|
7925
|
+
},
|
|
8130
7926
|
{
|
|
8131
7927
|
"kind": "js",
|
|
8132
|
-
"name": "
|
|
7928
|
+
"name": "*",
|
|
8133
7929
|
"declaration": {
|
|
8134
|
-
"name": "
|
|
8135
|
-
"
|
|
7930
|
+
"name": "*",
|
|
7931
|
+
"package": "./checkbox.template"
|
|
8136
7932
|
}
|
|
8137
7933
|
}
|
|
8138
7934
|
]
|
|
8139
7935
|
},
|
|
8140
7936
|
{
|
|
8141
7937
|
"kind": "javascript-module",
|
|
8142
|
-
"path": "src/
|
|
7938
|
+
"path": "src/combobox/combobox.stories.ts",
|
|
8143
7939
|
"declarations": [
|
|
8144
7940
|
{
|
|
8145
7941
|
"kind": "variable",
|
|
@@ -8147,7 +7943,7 @@
|
|
|
8147
7943
|
"type": {
|
|
8148
7944
|
"text": "Meta"
|
|
8149
7945
|
},
|
|
8150
|
-
"default": "{\n title: '
|
|
7946
|
+
"default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
|
|
8151
7947
|
},
|
|
8152
7948
|
{
|
|
8153
7949
|
"kind": "variable",
|
|
@@ -8155,7 +7951,7 @@
|
|
|
8155
7951
|
"type": {
|
|
8156
7952
|
"text": "StoryObj"
|
|
8157
7953
|
},
|
|
8158
|
-
"default": "{\n
|
|
7954
|
+
"default": "{\n ...OptionsMapperTemplate,\n argTypes: {\n position: {\n control: 'select',\n options: ['above', 'below'],\n },\n },\n args: {\n options: optionsData,\n position: 'below',\n },\n}"
|
|
8159
7955
|
}
|
|
8160
7956
|
],
|
|
8161
7957
|
"exports": [
|
|
@@ -8164,7 +7960,7 @@
|
|
|
8164
7960
|
"name": "default",
|
|
8165
7961
|
"declaration": {
|
|
8166
7962
|
"name": "meta",
|
|
8167
|
-
"module": "src/
|
|
7963
|
+
"module": "src/combobox/combobox.stories.ts"
|
|
8168
7964
|
}
|
|
8169
7965
|
},
|
|
8170
7966
|
{
|
|
@@ -8172,18 +7968,18 @@
|
|
|
8172
7968
|
"name": "Primary",
|
|
8173
7969
|
"declaration": {
|
|
8174
7970
|
"name": "Primary",
|
|
8175
|
-
"module": "src/
|
|
7971
|
+
"module": "src/combobox/combobox.stories.ts"
|
|
8176
7972
|
}
|
|
8177
7973
|
}
|
|
8178
7974
|
]
|
|
8179
7975
|
},
|
|
8180
7976
|
{
|
|
8181
7977
|
"kind": "javascript-module",
|
|
8182
|
-
"path": "src/
|
|
7978
|
+
"path": "src/combobox/combobox.styles.ts",
|
|
8183
7979
|
"declarations": [
|
|
8184
7980
|
{
|
|
8185
7981
|
"kind": "function",
|
|
8186
|
-
"name": "
|
|
7982
|
+
"name": "zeroComboboxStyles",
|
|
8187
7983
|
"return": {
|
|
8188
7984
|
"type": {
|
|
8189
7985
|
"text": "ElementStyles"
|
|
@@ -8197,7 +7993,7 @@
|
|
|
8197
7993
|
}
|
|
8198
7994
|
},
|
|
8199
7995
|
{
|
|
8200
|
-
"name": "
|
|
7996
|
+
"name": "definition",
|
|
8201
7997
|
"type": {
|
|
8202
7998
|
"text": "FoundationElementDefinition"
|
|
8203
7999
|
}
|
|
@@ -8208,24 +8004,24 @@
|
|
|
8208
8004
|
"exports": [
|
|
8209
8005
|
{
|
|
8210
8006
|
"kind": "js",
|
|
8211
|
-
"name": "
|
|
8007
|
+
"name": "zeroComboboxStyles",
|
|
8212
8008
|
"declaration": {
|
|
8213
|
-
"name": "
|
|
8214
|
-
"module": "src/
|
|
8009
|
+
"name": "zeroComboboxStyles",
|
|
8010
|
+
"module": "src/combobox/combobox.styles.ts"
|
|
8215
8011
|
}
|
|
8216
8012
|
}
|
|
8217
8013
|
]
|
|
8218
8014
|
},
|
|
8219
8015
|
{
|
|
8220
8016
|
"kind": "javascript-module",
|
|
8221
|
-
"path": "src/
|
|
8017
|
+
"path": "src/combobox/combobox.template.ts",
|
|
8222
8018
|
"declarations": [
|
|
8223
8019
|
{
|
|
8224
8020
|
"kind": "function",
|
|
8225
|
-
"name": "
|
|
8021
|
+
"name": "zeroComboboxTemplate",
|
|
8226
8022
|
"return": {
|
|
8227
8023
|
"type": {
|
|
8228
|
-
"text": "ViewTemplate<
|
|
8024
|
+
"text": "ViewTemplate<Combobox>"
|
|
8229
8025
|
}
|
|
8230
8026
|
},
|
|
8231
8027
|
"parameters": [
|
|
@@ -8247,72 +8043,650 @@
|
|
|
8247
8043
|
"exports": [
|
|
8248
8044
|
{
|
|
8249
8045
|
"kind": "js",
|
|
8250
|
-
"name": "
|
|
8046
|
+
"name": "zeroComboboxTemplate",
|
|
8251
8047
|
"declaration": {
|
|
8252
|
-
"name": "
|
|
8253
|
-
"module": "src/
|
|
8048
|
+
"name": "zeroComboboxTemplate",
|
|
8049
|
+
"module": "src/combobox/combobox.template.ts"
|
|
8254
8050
|
}
|
|
8255
8051
|
}
|
|
8256
8052
|
]
|
|
8257
8053
|
},
|
|
8258
8054
|
{
|
|
8259
8055
|
"kind": "javascript-module",
|
|
8260
|
-
"path": "src/
|
|
8056
|
+
"path": "src/combobox/combobox.ts",
|
|
8261
8057
|
"declarations": [
|
|
8262
8058
|
{
|
|
8263
8059
|
"kind": "class",
|
|
8264
8060
|
"description": "",
|
|
8265
|
-
"name": "
|
|
8061
|
+
"name": "Combobox",
|
|
8266
8062
|
"superclass": {
|
|
8267
|
-
"name": "
|
|
8063
|
+
"name": "FoundationComboBox",
|
|
8268
8064
|
"package": "@genesislcap/foundation-ui"
|
|
8269
8065
|
},
|
|
8270
|
-
"tagName": "%%prefix%%-
|
|
8271
|
-
"customElement": true
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8066
|
+
"tagName": "%%prefix%%-combobox",
|
|
8067
|
+
"customElement": true
|
|
8068
|
+
},
|
|
8069
|
+
{
|
|
8070
|
+
"kind": "variable",
|
|
8071
|
+
"name": "zeroCombobox"
|
|
8072
|
+
}
|
|
8073
|
+
],
|
|
8074
|
+
"exports": [
|
|
8075
|
+
{
|
|
8076
|
+
"kind": "js",
|
|
8077
|
+
"name": "Combobox",
|
|
8078
|
+
"declaration": {
|
|
8079
|
+
"name": "Combobox",
|
|
8080
|
+
"module": "src/combobox/combobox.ts"
|
|
8081
|
+
}
|
|
8082
|
+
},
|
|
8083
|
+
{
|
|
8084
|
+
"kind": "js",
|
|
8085
|
+
"name": "zeroCombobox",
|
|
8086
|
+
"declaration": {
|
|
8087
|
+
"name": "zeroCombobox",
|
|
8088
|
+
"module": "src/combobox/combobox.ts"
|
|
8089
|
+
}
|
|
8090
|
+
}
|
|
8091
|
+
]
|
|
8092
|
+
},
|
|
8093
|
+
{
|
|
8094
|
+
"kind": "javascript-module",
|
|
8095
|
+
"path": "src/combobox/index.ts",
|
|
8096
|
+
"declarations": [],
|
|
8097
|
+
"exports": [
|
|
8098
|
+
{
|
|
8099
|
+
"kind": "js",
|
|
8100
|
+
"name": "*",
|
|
8101
|
+
"declaration": {
|
|
8102
|
+
"name": "*",
|
|
8103
|
+
"package": "./combobox"
|
|
8104
|
+
}
|
|
8105
|
+
},
|
|
8106
|
+
{
|
|
8107
|
+
"kind": "js",
|
|
8108
|
+
"name": "*",
|
|
8109
|
+
"declaration": {
|
|
8110
|
+
"name": "*",
|
|
8111
|
+
"package": "./combobox.styles"
|
|
8112
|
+
}
|
|
8113
|
+
},
|
|
8114
|
+
{
|
|
8115
|
+
"kind": "js",
|
|
8116
|
+
"name": "*",
|
|
8117
|
+
"declaration": {
|
|
8118
|
+
"name": "*",
|
|
8119
|
+
"package": "./combobox.template"
|
|
8120
|
+
}
|
|
8121
|
+
}
|
|
8122
|
+
]
|
|
8123
|
+
},
|
|
8124
|
+
{
|
|
8125
|
+
"kind": "javascript-module",
|
|
8126
|
+
"path": "src/connection-indicator/connection-indicator.stories.ts",
|
|
8127
|
+
"declarations": [
|
|
8128
|
+
{
|
|
8129
|
+
"kind": "variable",
|
|
8130
|
+
"name": "meta",
|
|
8131
|
+
"type": {
|
|
8132
|
+
"text": "Meta"
|
|
8133
|
+
},
|
|
8134
|
+
"default": "{\n title: 'Connection Indicator',\n component: 'zero-connection-indicator',\n}"
|
|
8135
|
+
},
|
|
8136
|
+
{
|
|
8137
|
+
"kind": "variable",
|
|
8138
|
+
"name": "Primary",
|
|
8139
|
+
"type": {
|
|
8140
|
+
"text": "StoryObj"
|
|
8141
|
+
},
|
|
8142
|
+
"default": "{\n args: {\n showLabel: true,\n },\n render: ({ showLabel }) => html`\n <zero-connection-indicator show-label=\"${showLabel}\"></zero-connection-indicator>\n `,\n}"
|
|
8143
|
+
}
|
|
8144
|
+
],
|
|
8145
|
+
"exports": [
|
|
8146
|
+
{
|
|
8147
|
+
"kind": "js",
|
|
8148
|
+
"name": "default",
|
|
8149
|
+
"declaration": {
|
|
8150
|
+
"name": "meta",
|
|
8151
|
+
"module": "src/connection-indicator/connection-indicator.stories.ts"
|
|
8152
|
+
}
|
|
8153
|
+
},
|
|
8154
|
+
{
|
|
8155
|
+
"kind": "js",
|
|
8156
|
+
"name": "Primary",
|
|
8157
|
+
"declaration": {
|
|
8158
|
+
"name": "Primary",
|
|
8159
|
+
"module": "src/connection-indicator/connection-indicator.stories.ts"
|
|
8160
|
+
}
|
|
8161
|
+
}
|
|
8162
|
+
]
|
|
8163
|
+
},
|
|
8164
|
+
{
|
|
8165
|
+
"kind": "javascript-module",
|
|
8166
|
+
"path": "src/connection-indicator/connection-indicator.ts",
|
|
8167
|
+
"declarations": [
|
|
8168
|
+
{
|
|
8169
|
+
"kind": "class",
|
|
8170
|
+
"description": "",
|
|
8171
|
+
"name": "ConnectionIndicator",
|
|
8172
|
+
"superclass": {
|
|
8173
|
+
"name": "FoundationConnectionIndicator",
|
|
8174
|
+
"package": "@genesislcap/foundation-ui"
|
|
8175
|
+
},
|
|
8176
|
+
"tagName": "%%prefix%%-connection-indicator",
|
|
8177
|
+
"customElement": true,
|
|
8178
|
+
"attributes": [
|
|
8179
|
+
{
|
|
8180
|
+
"name": "show-label",
|
|
8181
|
+
"type": {
|
|
8182
|
+
"text": "boolean"
|
|
8183
|
+
},
|
|
8184
|
+
"default": "false",
|
|
8185
|
+
"fieldName": "showLabel",
|
|
8186
|
+
"inheritedFrom": {
|
|
8187
|
+
"name": "ConnectionIndicator",
|
|
8188
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8189
|
+
}
|
|
8190
|
+
}
|
|
8191
|
+
],
|
|
8192
|
+
"members": [
|
|
8193
|
+
{
|
|
8194
|
+
"kind": "field",
|
|
8195
|
+
"name": "connect",
|
|
8196
|
+
"type": {
|
|
8197
|
+
"text": "Connect"
|
|
8198
|
+
},
|
|
8199
|
+
"inheritedFrom": {
|
|
8200
|
+
"name": "ConnectionIndicator",
|
|
8201
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8202
|
+
}
|
|
8203
|
+
},
|
|
8204
|
+
{
|
|
8205
|
+
"kind": "field",
|
|
8206
|
+
"name": "session",
|
|
8207
|
+
"type": {
|
|
8208
|
+
"text": "Session"
|
|
8209
|
+
},
|
|
8210
|
+
"inheritedFrom": {
|
|
8211
|
+
"name": "ConnectionIndicator",
|
|
8212
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8213
|
+
}
|
|
8214
|
+
},
|
|
8215
|
+
{
|
|
8216
|
+
"kind": "field",
|
|
8217
|
+
"name": "showLabel",
|
|
8218
|
+
"type": {
|
|
8219
|
+
"text": "boolean"
|
|
8220
|
+
},
|
|
8221
|
+
"default": "false",
|
|
8222
|
+
"inheritedFrom": {
|
|
8223
|
+
"name": "ConnectionIndicator",
|
|
8224
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8225
|
+
}
|
|
8226
|
+
},
|
|
8227
|
+
{
|
|
8228
|
+
"kind": "field",
|
|
8229
|
+
"name": "label",
|
|
8230
|
+
"type": {
|
|
8231
|
+
"text": "string"
|
|
8232
|
+
},
|
|
8233
|
+
"default": "'disconnected'",
|
|
8234
|
+
"inheritedFrom": {
|
|
8235
|
+
"name": "ConnectionIndicator",
|
|
8236
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8237
|
+
}
|
|
8238
|
+
},
|
|
8239
|
+
{
|
|
8240
|
+
"kind": "field",
|
|
8241
|
+
"name": "colour",
|
|
8242
|
+
"type": {
|
|
8243
|
+
"text": "'red' | 'green'"
|
|
8244
|
+
},
|
|
8245
|
+
"default": "'red'",
|
|
8246
|
+
"inheritedFrom": {
|
|
8247
|
+
"name": "ConnectionIndicator",
|
|
8248
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8249
|
+
}
|
|
8250
|
+
},
|
|
8251
|
+
{
|
|
8252
|
+
"kind": "field",
|
|
8253
|
+
"name": "subscription",
|
|
8254
|
+
"type": {
|
|
8255
|
+
"text": "Subscription"
|
|
8256
|
+
},
|
|
8257
|
+
"privacy": "private",
|
|
8258
|
+
"inheritedFrom": {
|
|
8259
|
+
"name": "ConnectionIndicator",
|
|
8260
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8261
|
+
}
|
|
8262
|
+
},
|
|
8263
|
+
{
|
|
8264
|
+
"kind": "method",
|
|
8265
|
+
"name": "getLabel",
|
|
8266
|
+
"return": {
|
|
8267
|
+
"type": {
|
|
8268
|
+
"text": "string"
|
|
8269
|
+
}
|
|
8270
|
+
},
|
|
8271
|
+
"parameters": [
|
|
8272
|
+
{
|
|
8273
|
+
"name": "connected",
|
|
8274
|
+
"type": {
|
|
8275
|
+
"text": "boolean"
|
|
8276
|
+
}
|
|
8277
|
+
}
|
|
8278
|
+
],
|
|
8279
|
+
"inheritedFrom": {
|
|
8280
|
+
"name": "ConnectionIndicator",
|
|
8281
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8282
|
+
}
|
|
8283
|
+
},
|
|
8284
|
+
{
|
|
8285
|
+
"kind": "field",
|
|
8286
|
+
"name": "_presentation",
|
|
8287
|
+
"type": {
|
|
8288
|
+
"text": "ComponentPresentation | null | undefined"
|
|
8289
|
+
},
|
|
8290
|
+
"privacy": "private",
|
|
8291
|
+
"default": "void 0",
|
|
8292
|
+
"inheritedFrom": {
|
|
8293
|
+
"name": "FoundationElement",
|
|
8294
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8295
|
+
}
|
|
8296
|
+
},
|
|
8297
|
+
{
|
|
8298
|
+
"kind": "field",
|
|
8299
|
+
"name": "$presentation",
|
|
8300
|
+
"type": {
|
|
8301
|
+
"text": "ComponentPresentation | null"
|
|
8302
|
+
},
|
|
8303
|
+
"privacy": "public",
|
|
8304
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
8305
|
+
"inheritedFrom": {
|
|
8306
|
+
"name": "FoundationElement",
|
|
8307
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8308
|
+
}
|
|
8309
|
+
},
|
|
8310
|
+
{
|
|
8311
|
+
"kind": "field",
|
|
8312
|
+
"name": "template",
|
|
8313
|
+
"type": {
|
|
8314
|
+
"text": "ElementViewTemplate | void | null"
|
|
8315
|
+
},
|
|
8316
|
+
"privacy": "public",
|
|
8317
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
8318
|
+
"inheritedFrom": {
|
|
8319
|
+
"name": "FoundationElement",
|
|
8320
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8321
|
+
}
|
|
8322
|
+
},
|
|
8323
|
+
{
|
|
8324
|
+
"kind": "method",
|
|
8325
|
+
"name": "templateChanged",
|
|
8326
|
+
"privacy": "protected",
|
|
8327
|
+
"return": {
|
|
8328
|
+
"type": {
|
|
8329
|
+
"text": "void"
|
|
8330
|
+
}
|
|
8331
|
+
},
|
|
8332
|
+
"inheritedFrom": {
|
|
8333
|
+
"name": "FoundationElement",
|
|
8334
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8335
|
+
}
|
|
8336
|
+
},
|
|
8337
|
+
{
|
|
8338
|
+
"kind": "field",
|
|
8339
|
+
"name": "styles",
|
|
8340
|
+
"type": {
|
|
8341
|
+
"text": "ElementStyles | void | null"
|
|
8342
|
+
},
|
|
8343
|
+
"privacy": "public",
|
|
8344
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
8345
|
+
"inheritedFrom": {
|
|
8346
|
+
"name": "FoundationElement",
|
|
8347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8348
|
+
}
|
|
8349
|
+
},
|
|
8350
|
+
{
|
|
8351
|
+
"kind": "method",
|
|
8352
|
+
"name": "stylesChanged",
|
|
8353
|
+
"privacy": "protected",
|
|
8354
|
+
"return": {
|
|
8355
|
+
"type": {
|
|
8356
|
+
"text": "void"
|
|
8357
|
+
}
|
|
8358
|
+
},
|
|
8359
|
+
"inheritedFrom": {
|
|
8360
|
+
"name": "FoundationElement",
|
|
8361
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8362
|
+
}
|
|
8363
|
+
},
|
|
8364
|
+
{
|
|
8365
|
+
"kind": "method",
|
|
8366
|
+
"name": "compose",
|
|
8367
|
+
"privacy": "public",
|
|
8368
|
+
"static": true,
|
|
8369
|
+
"return": {
|
|
8370
|
+
"type": {
|
|
8371
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8372
|
+
}
|
|
8373
|
+
},
|
|
8374
|
+
"parameters": [
|
|
8375
|
+
{
|
|
8376
|
+
"name": "this",
|
|
8377
|
+
"type": {
|
|
8378
|
+
"text": "K"
|
|
8379
|
+
}
|
|
8380
|
+
},
|
|
8381
|
+
{
|
|
8382
|
+
"name": "elementDefinition",
|
|
8383
|
+
"type": {
|
|
8384
|
+
"text": "T"
|
|
8385
|
+
},
|
|
8386
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
8387
|
+
}
|
|
8388
|
+
],
|
|
8389
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8390
|
+
"inheritedFrom": {
|
|
8391
|
+
"name": "FoundationElement",
|
|
8392
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8393
|
+
}
|
|
8394
|
+
}
|
|
8395
|
+
]
|
|
8396
|
+
},
|
|
8397
|
+
{
|
|
8398
|
+
"kind": "variable",
|
|
8399
|
+
"name": "zeroConnectionIndicator"
|
|
8400
|
+
}
|
|
8401
|
+
],
|
|
8402
|
+
"exports": [
|
|
8403
|
+
{
|
|
8404
|
+
"kind": "js",
|
|
8405
|
+
"name": "ConnectionIndicator",
|
|
8406
|
+
"declaration": {
|
|
8407
|
+
"name": "ConnectionIndicator",
|
|
8408
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8409
|
+
}
|
|
8410
|
+
},
|
|
8411
|
+
{
|
|
8412
|
+
"kind": "js",
|
|
8413
|
+
"name": "zeroConnectionIndicator",
|
|
8414
|
+
"declaration": {
|
|
8415
|
+
"name": "zeroConnectionIndicator",
|
|
8416
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
8417
|
+
}
|
|
8418
|
+
}
|
|
8419
|
+
]
|
|
8420
|
+
},
|
|
8421
|
+
{
|
|
8422
|
+
"kind": "javascript-module",
|
|
8423
|
+
"path": "src/connection-indicator/index.ts",
|
|
8424
|
+
"declarations": [],
|
|
8425
|
+
"exports": [
|
|
8426
|
+
{
|
|
8427
|
+
"kind": "js",
|
|
8428
|
+
"name": "*",
|
|
8429
|
+
"declaration": {
|
|
8430
|
+
"name": "*",
|
|
8431
|
+
"package": "./connection-indicator"
|
|
8432
|
+
}
|
|
8433
|
+
}
|
|
8434
|
+
]
|
|
8435
|
+
},
|
|
8436
|
+
{
|
|
8437
|
+
"kind": "javascript-module",
|
|
8438
|
+
"path": "src/data-grid/data-grid-cell.styles.ts",
|
|
8439
|
+
"declarations": [
|
|
8440
|
+
{
|
|
8441
|
+
"kind": "function",
|
|
8442
|
+
"name": "zeroDataGridCellStyles",
|
|
8443
|
+
"return": {
|
|
8444
|
+
"type": {
|
|
8445
|
+
"text": "ElementStyles"
|
|
8446
|
+
}
|
|
8447
|
+
},
|
|
8448
|
+
"parameters": [
|
|
8449
|
+
{
|
|
8450
|
+
"name": "context",
|
|
8451
|
+
"type": {
|
|
8452
|
+
"text": "ElementDefinitionContext"
|
|
8453
|
+
}
|
|
8454
|
+
},
|
|
8455
|
+
{
|
|
8456
|
+
"name": "defintion",
|
|
8457
|
+
"type": {
|
|
8458
|
+
"text": "FoundationElementDefinition"
|
|
8459
|
+
}
|
|
8460
|
+
}
|
|
8461
|
+
]
|
|
8462
|
+
}
|
|
8463
|
+
],
|
|
8464
|
+
"exports": [
|
|
8465
|
+
{
|
|
8466
|
+
"kind": "js",
|
|
8467
|
+
"name": "zeroDataGridCellStyles",
|
|
8468
|
+
"declaration": {
|
|
8469
|
+
"name": "zeroDataGridCellStyles",
|
|
8470
|
+
"module": "src/data-grid/data-grid-cell.styles.ts"
|
|
8471
|
+
}
|
|
8472
|
+
}
|
|
8473
|
+
]
|
|
8474
|
+
},
|
|
8475
|
+
{
|
|
8476
|
+
"kind": "javascript-module",
|
|
8477
|
+
"path": "src/data-grid/data-grid-row.styles.ts",
|
|
8478
|
+
"declarations": [
|
|
8479
|
+
{
|
|
8480
|
+
"kind": "function",
|
|
8481
|
+
"name": "zeroDataGridRowStyles",
|
|
8482
|
+
"return": {
|
|
8483
|
+
"type": {
|
|
8484
|
+
"text": "ElementStyles"
|
|
8485
|
+
}
|
|
8486
|
+
},
|
|
8487
|
+
"parameters": [
|
|
8488
|
+
{
|
|
8489
|
+
"name": "context",
|
|
8490
|
+
"type": {
|
|
8491
|
+
"text": "ElementDefinitionContext"
|
|
8492
|
+
}
|
|
8493
|
+
},
|
|
8494
|
+
{
|
|
8495
|
+
"name": "defintion",
|
|
8496
|
+
"type": {
|
|
8497
|
+
"text": "FoundationElementDefinition"
|
|
8498
|
+
}
|
|
8499
|
+
}
|
|
8500
|
+
]
|
|
8501
|
+
}
|
|
8502
|
+
],
|
|
8503
|
+
"exports": [
|
|
8504
|
+
{
|
|
8505
|
+
"kind": "js",
|
|
8506
|
+
"name": "zeroDataGridRowStyles",
|
|
8507
|
+
"declaration": {
|
|
8508
|
+
"name": "zeroDataGridRowStyles",
|
|
8509
|
+
"module": "src/data-grid/data-grid-row.styles.ts"
|
|
8510
|
+
}
|
|
8511
|
+
}
|
|
8512
|
+
]
|
|
8513
|
+
},
|
|
8514
|
+
{
|
|
8515
|
+
"kind": "javascript-module",
|
|
8516
|
+
"path": "src/data-grid/data-grid.stories.ts",
|
|
8517
|
+
"declarations": [
|
|
8518
|
+
{
|
|
8519
|
+
"kind": "variable",
|
|
8520
|
+
"name": "meta",
|
|
8521
|
+
"type": {
|
|
8522
|
+
"text": "Meta"
|
|
8523
|
+
},
|
|
8524
|
+
"default": "{\n title: 'Data Grid',\n component: 'zero-data-grid',\n}"
|
|
8525
|
+
},
|
|
8526
|
+
{
|
|
8527
|
+
"kind": "variable",
|
|
8528
|
+
"name": "Primary",
|
|
8529
|
+
"type": {
|
|
8530
|
+
"text": "StoryObj"
|
|
8531
|
+
},
|
|
8532
|
+
"default": "{\n args: {\n dataGridRowsData: rowsData,\n },\n render: ({ dataGridRowsData }) => html`\n <div>\n <div>\n <zero-button @click=\"${() => loadData(dataGridRowsData)}\">Load Data</zero-button>\n <zero-button @click=\"${() => clearData()}\">Clear Data</zero-button>\n </div>\n <zero-data-grid></zero-data-grid>\n </div>\n `,\n}"
|
|
8533
|
+
}
|
|
8534
|
+
],
|
|
8535
|
+
"exports": [
|
|
8536
|
+
{
|
|
8537
|
+
"kind": "js",
|
|
8538
|
+
"name": "default",
|
|
8539
|
+
"declaration": {
|
|
8540
|
+
"name": "meta",
|
|
8541
|
+
"module": "src/data-grid/data-grid.stories.ts"
|
|
8542
|
+
}
|
|
8543
|
+
},
|
|
8544
|
+
{
|
|
8545
|
+
"kind": "js",
|
|
8546
|
+
"name": "Primary",
|
|
8547
|
+
"declaration": {
|
|
8548
|
+
"name": "Primary",
|
|
8549
|
+
"module": "src/data-grid/data-grid.stories.ts"
|
|
8550
|
+
}
|
|
8551
|
+
}
|
|
8552
|
+
]
|
|
8553
|
+
},
|
|
8554
|
+
{
|
|
8555
|
+
"kind": "javascript-module",
|
|
8556
|
+
"path": "src/data-grid/data-grid.styles.ts",
|
|
8557
|
+
"declarations": [
|
|
8558
|
+
{
|
|
8559
|
+
"kind": "function",
|
|
8560
|
+
"name": "zeroDataGridStyles",
|
|
8561
|
+
"return": {
|
|
8562
|
+
"type": {
|
|
8563
|
+
"text": "ElementStyles"
|
|
8564
|
+
}
|
|
8565
|
+
},
|
|
8566
|
+
"parameters": [
|
|
8567
|
+
{
|
|
8568
|
+
"name": "context",
|
|
8569
|
+
"type": {
|
|
8570
|
+
"text": "ElementDefinitionContext"
|
|
8571
|
+
}
|
|
8572
|
+
},
|
|
8573
|
+
{
|
|
8574
|
+
"name": "defintion",
|
|
8575
|
+
"type": {
|
|
8576
|
+
"text": "FoundationElementDefinition"
|
|
8577
|
+
}
|
|
8578
|
+
}
|
|
8579
|
+
]
|
|
8580
|
+
}
|
|
8581
|
+
],
|
|
8582
|
+
"exports": [
|
|
8583
|
+
{
|
|
8584
|
+
"kind": "js",
|
|
8585
|
+
"name": "zeroDataGridStyles",
|
|
8586
|
+
"declaration": {
|
|
8587
|
+
"name": "zeroDataGridStyles",
|
|
8588
|
+
"module": "src/data-grid/data-grid.styles.ts"
|
|
8589
|
+
}
|
|
8590
|
+
}
|
|
8591
|
+
]
|
|
8592
|
+
},
|
|
8593
|
+
{
|
|
8594
|
+
"kind": "javascript-module",
|
|
8595
|
+
"path": "src/data-grid/data-grid.template.ts",
|
|
8596
|
+
"declarations": [
|
|
8597
|
+
{
|
|
8598
|
+
"kind": "function",
|
|
8599
|
+
"name": "zeroDataGridTemplate",
|
|
8600
|
+
"return": {
|
|
8601
|
+
"type": {
|
|
8602
|
+
"text": "ViewTemplate<DataGrid>"
|
|
8603
|
+
}
|
|
8604
|
+
},
|
|
8605
|
+
"parameters": [
|
|
8606
|
+
{
|
|
8607
|
+
"name": "context",
|
|
8608
|
+
"type": {
|
|
8609
|
+
"text": "ElementDefinitionContext"
|
|
8610
|
+
}
|
|
8611
|
+
},
|
|
8612
|
+
{
|
|
8613
|
+
"name": "definition",
|
|
8614
|
+
"type": {
|
|
8615
|
+
"text": "FoundationElementDefinition"
|
|
8616
|
+
}
|
|
8617
|
+
}
|
|
8618
|
+
]
|
|
8619
|
+
}
|
|
8620
|
+
],
|
|
8621
|
+
"exports": [
|
|
8622
|
+
{
|
|
8623
|
+
"kind": "js",
|
|
8624
|
+
"name": "zeroDataGridTemplate",
|
|
8625
|
+
"declaration": {
|
|
8626
|
+
"name": "zeroDataGridTemplate",
|
|
8627
|
+
"module": "src/data-grid/data-grid.template.ts"
|
|
8628
|
+
}
|
|
8629
|
+
}
|
|
8630
|
+
]
|
|
8631
|
+
},
|
|
8632
|
+
{
|
|
8633
|
+
"kind": "javascript-module",
|
|
8634
|
+
"path": "src/data-grid/data-grid.ts",
|
|
8635
|
+
"declarations": [
|
|
8636
|
+
{
|
|
8637
|
+
"kind": "class",
|
|
8638
|
+
"description": "",
|
|
8639
|
+
"name": "DataGridCell",
|
|
8640
|
+
"superclass": {
|
|
8641
|
+
"name": "FoundationDataGridCell",
|
|
8642
|
+
"package": "@genesislcap/foundation-ui"
|
|
8643
|
+
},
|
|
8644
|
+
"tagName": "%%prefix%%-data-grid-cell",
|
|
8645
|
+
"customElement": true,
|
|
8646
|
+
"attributes": [
|
|
8647
|
+
{
|
|
8648
|
+
"name": "cell-type",
|
|
8649
|
+
"type": {
|
|
8650
|
+
"text": "DataGridCellTypes"
|
|
8651
|
+
},
|
|
8652
|
+
"description": "The type of cell",
|
|
8653
|
+
"fieldName": "cellType",
|
|
8654
|
+
"inheritedFrom": {
|
|
8655
|
+
"name": "DataGridCell",
|
|
8656
|
+
"module": "src/data-grid-cell/data-grid.cell.ts"
|
|
8657
|
+
}
|
|
8658
|
+
},
|
|
8659
|
+
{
|
|
8660
|
+
"name": "grid-column",
|
|
8661
|
+
"type": {
|
|
8662
|
+
"text": "string"
|
|
8663
|
+
},
|
|
8664
|
+
"description": "The column index of the cell.\nThis will be applied to the css grid-column-index value\napplied to the cell",
|
|
8665
|
+
"fieldName": "gridColumn",
|
|
8666
|
+
"inheritedFrom": {
|
|
8667
|
+
"name": "DataGridCell",
|
|
8668
|
+
"module": "src/data-grid-cell/data-grid.cell.ts"
|
|
8669
|
+
}
|
|
8670
|
+
}
|
|
8671
|
+
],
|
|
8672
|
+
"members": [
|
|
8673
|
+
{
|
|
8674
|
+
"kind": "field",
|
|
8675
|
+
"name": "cellType",
|
|
8676
|
+
"type": {
|
|
8677
|
+
"text": "DataGridCellTypes"
|
|
8678
|
+
},
|
|
8679
|
+
"privacy": "public",
|
|
8680
|
+
"description": "The type of cell",
|
|
8681
|
+
"inheritedFrom": {
|
|
8682
|
+
"name": "DataGridCell",
|
|
8683
|
+
"module": "src/data-grid-cell/data-grid.cell.ts"
|
|
8684
|
+
}
|
|
8685
|
+
},
|
|
8686
|
+
{
|
|
8687
|
+
"kind": "method",
|
|
8688
|
+
"name": "cellTypeChanged",
|
|
8689
|
+
"privacy": "private",
|
|
8316
8690
|
"return": {
|
|
8317
8691
|
"type": {
|
|
8318
8692
|
"text": "void"
|
|
@@ -15989,380 +16363,202 @@
|
|
|
15989
16363
|
{
|
|
15990
16364
|
"kind": "javascript-module",
|
|
15991
16365
|
"path": "src/grid-layout/grid-layout.ts",
|
|
15992
|
-
"declarations": [
|
|
15993
|
-
{
|
|
15994
|
-
"kind": "class",
|
|
15995
|
-
"description": "",
|
|
15996
|
-
"name": "GridLayout",
|
|
15997
|
-
"superclass": {
|
|
15998
|
-
"name": "FoundationGridLayout",
|
|
15999
|
-
"package": "@genesislcap/foundation-ui"
|
|
16000
|
-
},
|
|
16001
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
16002
|
-
"customElement": true,
|
|
16003
|
-
"attributes": [
|
|
16004
|
-
{
|
|
16005
|
-
"name": "['col-count']",
|
|
16006
|
-
"type": {
|
|
16007
|
-
"text": "string"
|
|
16008
|
-
},
|
|
16009
|
-
"fieldName": "['col-count']",
|
|
16010
|
-
"inheritedFrom": {
|
|
16011
|
-
"name": "GridLayout",
|
|
16012
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16013
|
-
}
|
|
16014
|
-
},
|
|
16015
|
-
{
|
|
16016
|
-
"name": "['col-width']",
|
|
16017
|
-
"type": {
|
|
16018
|
-
"text": "string"
|
|
16019
|
-
},
|
|
16020
|
-
"fieldName": "['col-width']",
|
|
16021
|
-
"inheritedFrom": {
|
|
16022
|
-
"name": "GridLayout",
|
|
16023
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16024
|
-
}
|
|
16025
|
-
},
|
|
16026
|
-
{
|
|
16027
|
-
"name": "['col-lg-count']",
|
|
16028
|
-
"type": {
|
|
16029
|
-
"text": "string"
|
|
16030
|
-
},
|
|
16031
|
-
"fieldName": "['col-lg-count']",
|
|
16032
|
-
"inheritedFrom": {
|
|
16033
|
-
"name": "GridLayout",
|
|
16034
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16035
|
-
}
|
|
16036
|
-
},
|
|
16037
|
-
{
|
|
16038
|
-
"name": "['col-lg-width']",
|
|
16039
|
-
"type": {
|
|
16040
|
-
"text": "string"
|
|
16041
|
-
},
|
|
16042
|
-
"fieldName": "['col-lg-width']",
|
|
16043
|
-
"inheritedFrom": {
|
|
16044
|
-
"name": "GridLayout",
|
|
16045
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16046
|
-
}
|
|
16047
|
-
},
|
|
16048
|
-
{
|
|
16049
|
-
"name": "['col-md-count']",
|
|
16050
|
-
"type": {
|
|
16051
|
-
"text": "string"
|
|
16052
|
-
},
|
|
16053
|
-
"fieldName": "['col-md-count']",
|
|
16054
|
-
"inheritedFrom": {
|
|
16055
|
-
"name": "GridLayout",
|
|
16056
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16057
|
-
}
|
|
16058
|
-
},
|
|
16059
|
-
{
|
|
16060
|
-
"name": "['col-md-width']",
|
|
16061
|
-
"type": {
|
|
16062
|
-
"text": "string"
|
|
16063
|
-
},
|
|
16064
|
-
"fieldName": "['col-md-width']",
|
|
16065
|
-
"inheritedFrom": {
|
|
16066
|
-
"name": "GridLayout",
|
|
16067
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16068
|
-
}
|
|
16069
|
-
},
|
|
16070
|
-
{
|
|
16071
|
-
"name": "['col-sm-count']",
|
|
16072
|
-
"type": {
|
|
16073
|
-
"text": "string"
|
|
16074
|
-
},
|
|
16075
|
-
"fieldName": "['col-sm-count']",
|
|
16076
|
-
"inheritedFrom": {
|
|
16077
|
-
"name": "GridLayout",
|
|
16078
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16079
|
-
}
|
|
16080
|
-
},
|
|
16081
|
-
{
|
|
16082
|
-
"name": "['col-sm-width']",
|
|
16083
|
-
"type": {
|
|
16084
|
-
"text": "string"
|
|
16085
|
-
},
|
|
16086
|
-
"fieldName": "['col-sm-width']",
|
|
16087
|
-
"inheritedFrom": {
|
|
16088
|
-
"name": "GridLayout",
|
|
16089
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16090
|
-
}
|
|
16091
|
-
},
|
|
16092
|
-
{
|
|
16093
|
-
"name": "['row-count']",
|
|
16094
|
-
"type": {
|
|
16095
|
-
"text": "string"
|
|
16096
|
-
},
|
|
16097
|
-
"fieldName": "['row-count']",
|
|
16098
|
-
"inheritedFrom": {
|
|
16099
|
-
"name": "GridLayout",
|
|
16100
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16101
|
-
}
|
|
16102
|
-
},
|
|
16103
|
-
{
|
|
16104
|
-
"name": "['row-height']",
|
|
16105
|
-
"type": {
|
|
16106
|
-
"text": "string"
|
|
16107
|
-
},
|
|
16108
|
-
"fieldName": "['row-height']",
|
|
16109
|
-
"inheritedFrom": {
|
|
16110
|
-
"name": "GridLayout",
|
|
16111
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16112
|
-
}
|
|
16113
|
-
},
|
|
16114
|
-
{
|
|
16115
|
-
"name": "['row-lg-count']",
|
|
16116
|
-
"type": {
|
|
16117
|
-
"text": "string"
|
|
16118
|
-
},
|
|
16119
|
-
"fieldName": "['row-lg-count']",
|
|
16120
|
-
"inheritedFrom": {
|
|
16121
|
-
"name": "GridLayout",
|
|
16122
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16123
|
-
}
|
|
16124
|
-
},
|
|
16125
|
-
{
|
|
16126
|
-
"name": "['row-lg-height']",
|
|
16127
|
-
"type": {
|
|
16128
|
-
"text": "string"
|
|
16129
|
-
},
|
|
16130
|
-
"fieldName": "['row-lg-height']",
|
|
16131
|
-
"inheritedFrom": {
|
|
16132
|
-
"name": "GridLayout",
|
|
16133
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16134
|
-
}
|
|
16135
|
-
},
|
|
16136
|
-
{
|
|
16137
|
-
"name": "['row-md-count']",
|
|
16138
|
-
"type": {
|
|
16139
|
-
"text": "string"
|
|
16140
|
-
},
|
|
16141
|
-
"fieldName": "['row-md-count']",
|
|
16142
|
-
"inheritedFrom": {
|
|
16143
|
-
"name": "GridLayout",
|
|
16144
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16145
|
-
}
|
|
16146
|
-
},
|
|
16147
|
-
{
|
|
16148
|
-
"name": "['row-md-height']",
|
|
16149
|
-
"type": {
|
|
16150
|
-
"text": "string"
|
|
16151
|
-
},
|
|
16152
|
-
"fieldName": "['row-md-height']",
|
|
16153
|
-
"inheritedFrom": {
|
|
16154
|
-
"name": "GridLayout",
|
|
16155
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16156
|
-
}
|
|
16157
|
-
},
|
|
16158
|
-
{
|
|
16159
|
-
"name": "['row-sm-count']",
|
|
16160
|
-
"type": {
|
|
16161
|
-
"text": "string"
|
|
16162
|
-
},
|
|
16163
|
-
"fieldName": "['row-sm-count']",
|
|
16164
|
-
"inheritedFrom": {
|
|
16165
|
-
"name": "GridLayout",
|
|
16166
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16167
|
-
}
|
|
16168
|
-
},
|
|
16169
|
-
{
|
|
16170
|
-
"name": "['row-sm-height']",
|
|
16171
|
-
"type": {
|
|
16172
|
-
"text": "string"
|
|
16173
|
-
},
|
|
16174
|
-
"fieldName": "['row-sm-height']",
|
|
16175
|
-
"inheritedFrom": {
|
|
16176
|
-
"name": "GridLayout",
|
|
16177
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16178
|
-
}
|
|
16179
|
-
}
|
|
16180
|
-
],
|
|
16181
|
-
"members": [
|
|
16366
|
+
"declarations": [
|
|
16367
|
+
{
|
|
16368
|
+
"kind": "class",
|
|
16369
|
+
"description": "",
|
|
16370
|
+
"name": "GridLayout",
|
|
16371
|
+
"superclass": {
|
|
16372
|
+
"name": "FoundationGridLayout",
|
|
16373
|
+
"package": "@genesislcap/foundation-ui"
|
|
16374
|
+
},
|
|
16375
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
16376
|
+
"customElement": true,
|
|
16377
|
+
"attributes": [
|
|
16182
16378
|
{
|
|
16183
|
-
"kind": "field",
|
|
16184
16379
|
"name": "['col-count']",
|
|
16185
16380
|
"type": {
|
|
16186
16381
|
"text": "string"
|
|
16187
16382
|
},
|
|
16383
|
+
"fieldName": "['col-count']",
|
|
16188
16384
|
"inheritedFrom": {
|
|
16189
16385
|
"name": "GridLayout",
|
|
16190
16386
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16191
16387
|
}
|
|
16192
16388
|
},
|
|
16193
16389
|
{
|
|
16194
|
-
"kind": "field",
|
|
16195
16390
|
"name": "['col-width']",
|
|
16196
16391
|
"type": {
|
|
16197
16392
|
"text": "string"
|
|
16198
16393
|
},
|
|
16394
|
+
"fieldName": "['col-width']",
|
|
16199
16395
|
"inheritedFrom": {
|
|
16200
16396
|
"name": "GridLayout",
|
|
16201
16397
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16202
16398
|
}
|
|
16203
16399
|
},
|
|
16204
16400
|
{
|
|
16205
|
-
"kind": "field",
|
|
16206
16401
|
"name": "['col-lg-count']",
|
|
16207
16402
|
"type": {
|
|
16208
16403
|
"text": "string"
|
|
16209
16404
|
},
|
|
16405
|
+
"fieldName": "['col-lg-count']",
|
|
16210
16406
|
"inheritedFrom": {
|
|
16211
16407
|
"name": "GridLayout",
|
|
16212
16408
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16213
16409
|
}
|
|
16214
16410
|
},
|
|
16215
16411
|
{
|
|
16216
|
-
"kind": "field",
|
|
16217
16412
|
"name": "['col-lg-width']",
|
|
16218
16413
|
"type": {
|
|
16219
16414
|
"text": "string"
|
|
16220
16415
|
},
|
|
16416
|
+
"fieldName": "['col-lg-width']",
|
|
16221
16417
|
"inheritedFrom": {
|
|
16222
16418
|
"name": "GridLayout",
|
|
16223
16419
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16224
16420
|
}
|
|
16225
16421
|
},
|
|
16226
16422
|
{
|
|
16227
|
-
"kind": "field",
|
|
16228
16423
|
"name": "['col-md-count']",
|
|
16229
16424
|
"type": {
|
|
16230
16425
|
"text": "string"
|
|
16231
16426
|
},
|
|
16427
|
+
"fieldName": "['col-md-count']",
|
|
16232
16428
|
"inheritedFrom": {
|
|
16233
16429
|
"name": "GridLayout",
|
|
16234
16430
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16235
16431
|
}
|
|
16236
16432
|
},
|
|
16237
16433
|
{
|
|
16238
|
-
"kind": "field",
|
|
16239
16434
|
"name": "['col-md-width']",
|
|
16240
16435
|
"type": {
|
|
16241
16436
|
"text": "string"
|
|
16242
16437
|
},
|
|
16438
|
+
"fieldName": "['col-md-width']",
|
|
16243
16439
|
"inheritedFrom": {
|
|
16244
16440
|
"name": "GridLayout",
|
|
16245
16441
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16246
16442
|
}
|
|
16247
16443
|
},
|
|
16248
16444
|
{
|
|
16249
|
-
"kind": "field",
|
|
16250
16445
|
"name": "['col-sm-count']",
|
|
16251
16446
|
"type": {
|
|
16252
16447
|
"text": "string"
|
|
16253
16448
|
},
|
|
16449
|
+
"fieldName": "['col-sm-count']",
|
|
16254
16450
|
"inheritedFrom": {
|
|
16255
16451
|
"name": "GridLayout",
|
|
16256
16452
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16257
16453
|
}
|
|
16258
16454
|
},
|
|
16259
16455
|
{
|
|
16260
|
-
"kind": "field",
|
|
16261
16456
|
"name": "['col-sm-width']",
|
|
16262
16457
|
"type": {
|
|
16263
16458
|
"text": "string"
|
|
16264
16459
|
},
|
|
16460
|
+
"fieldName": "['col-sm-width']",
|
|
16265
16461
|
"inheritedFrom": {
|
|
16266
16462
|
"name": "GridLayout",
|
|
16267
16463
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16268
16464
|
}
|
|
16269
16465
|
},
|
|
16270
16466
|
{
|
|
16271
|
-
"kind": "field",
|
|
16272
16467
|
"name": "['row-count']",
|
|
16273
16468
|
"type": {
|
|
16274
16469
|
"text": "string"
|
|
16275
16470
|
},
|
|
16471
|
+
"fieldName": "['row-count']",
|
|
16276
16472
|
"inheritedFrom": {
|
|
16277
16473
|
"name": "GridLayout",
|
|
16278
16474
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16279
16475
|
}
|
|
16280
16476
|
},
|
|
16281
16477
|
{
|
|
16282
|
-
"kind": "field",
|
|
16283
16478
|
"name": "['row-height']",
|
|
16284
16479
|
"type": {
|
|
16285
16480
|
"text": "string"
|
|
16286
16481
|
},
|
|
16482
|
+
"fieldName": "['row-height']",
|
|
16287
16483
|
"inheritedFrom": {
|
|
16288
16484
|
"name": "GridLayout",
|
|
16289
16485
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16290
16486
|
}
|
|
16291
16487
|
},
|
|
16292
16488
|
{
|
|
16293
|
-
"kind": "field",
|
|
16294
16489
|
"name": "['row-lg-count']",
|
|
16295
16490
|
"type": {
|
|
16296
16491
|
"text": "string"
|
|
16297
16492
|
},
|
|
16493
|
+
"fieldName": "['row-lg-count']",
|
|
16298
16494
|
"inheritedFrom": {
|
|
16299
16495
|
"name": "GridLayout",
|
|
16300
16496
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16301
16497
|
}
|
|
16302
16498
|
},
|
|
16303
16499
|
{
|
|
16304
|
-
"kind": "field",
|
|
16305
16500
|
"name": "['row-lg-height']",
|
|
16306
16501
|
"type": {
|
|
16307
16502
|
"text": "string"
|
|
16308
16503
|
},
|
|
16504
|
+
"fieldName": "['row-lg-height']",
|
|
16309
16505
|
"inheritedFrom": {
|
|
16310
16506
|
"name": "GridLayout",
|
|
16311
16507
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16312
16508
|
}
|
|
16313
16509
|
},
|
|
16314
16510
|
{
|
|
16315
|
-
"kind": "field",
|
|
16316
16511
|
"name": "['row-md-count']",
|
|
16317
16512
|
"type": {
|
|
16318
16513
|
"text": "string"
|
|
16319
16514
|
},
|
|
16515
|
+
"fieldName": "['row-md-count']",
|
|
16320
16516
|
"inheritedFrom": {
|
|
16321
16517
|
"name": "GridLayout",
|
|
16322
16518
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16323
16519
|
}
|
|
16324
16520
|
},
|
|
16325
16521
|
{
|
|
16326
|
-
"kind": "field",
|
|
16327
16522
|
"name": "['row-md-height']",
|
|
16328
16523
|
"type": {
|
|
16329
16524
|
"text": "string"
|
|
16330
16525
|
},
|
|
16526
|
+
"fieldName": "['row-md-height']",
|
|
16331
16527
|
"inheritedFrom": {
|
|
16332
16528
|
"name": "GridLayout",
|
|
16333
16529
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16334
16530
|
}
|
|
16335
16531
|
},
|
|
16336
16532
|
{
|
|
16337
|
-
"kind": "field",
|
|
16338
16533
|
"name": "['row-sm-count']",
|
|
16339
16534
|
"type": {
|
|
16340
16535
|
"text": "string"
|
|
16341
16536
|
},
|
|
16537
|
+
"fieldName": "['row-sm-count']",
|
|
16342
16538
|
"inheritedFrom": {
|
|
16343
16539
|
"name": "GridLayout",
|
|
16344
16540
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16345
16541
|
}
|
|
16346
16542
|
},
|
|
16347
16543
|
{
|
|
16348
|
-
"kind": "field",
|
|
16349
16544
|
"name": "['row-sm-height']",
|
|
16350
16545
|
"type": {
|
|
16351
16546
|
"text": "string"
|
|
16352
16547
|
},
|
|
16548
|
+
"fieldName": "['row-sm-height']",
|
|
16353
16549
|
"inheritedFrom": {
|
|
16354
16550
|
"name": "GridLayout",
|
|
16355
16551
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16356
16552
|
}
|
|
16357
|
-
}
|
|
16553
|
+
}
|
|
16554
|
+
],
|
|
16555
|
+
"members": [
|
|
16358
16556
|
{
|
|
16359
16557
|
"kind": "field",
|
|
16360
|
-
"name": "
|
|
16558
|
+
"name": "['col-count']",
|
|
16361
16559
|
"type": {
|
|
16362
|
-
"text": "
|
|
16560
|
+
"text": "string"
|
|
16363
16561
|
},
|
|
16364
|
-
"privacy": "private",
|
|
16365
|
-
"default": "[]",
|
|
16366
16562
|
"inheritedFrom": {
|
|
16367
16563
|
"name": "GridLayout",
|
|
16368
16564
|
"module": "src/grid-layout/grid-layout.ts"
|
|
@@ -16370,11 +16566,10 @@
|
|
|
16370
16566
|
},
|
|
16371
16567
|
{
|
|
16372
16568
|
"kind": "field",
|
|
16373
|
-
"name": "
|
|
16569
|
+
"name": "['col-width']",
|
|
16374
16570
|
"type": {
|
|
16375
|
-
"text": "
|
|
16571
|
+
"text": "string"
|
|
16376
16572
|
},
|
|
16377
|
-
"privacy": "private",
|
|
16378
16573
|
"inheritedFrom": {
|
|
16379
16574
|
"name": "GridLayout",
|
|
16380
16575
|
"module": "src/grid-layout/grid-layout.ts"
|
|
@@ -16382,352 +16577,181 @@
|
|
|
16382
16577
|
},
|
|
16383
16578
|
{
|
|
16384
16579
|
"kind": "field",
|
|
16385
|
-
"name": "
|
|
16580
|
+
"name": "['col-lg-count']",
|
|
16386
16581
|
"type": {
|
|
16387
|
-
"text": "
|
|
16582
|
+
"text": "string"
|
|
16388
16583
|
},
|
|
16389
|
-
"privacy": "private",
|
|
16390
|
-
"default": "void 0",
|
|
16391
16584
|
"inheritedFrom": {
|
|
16392
|
-
"name": "
|
|
16393
|
-
"module": "src/
|
|
16585
|
+
"name": "GridLayout",
|
|
16586
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16394
16587
|
}
|
|
16395
16588
|
},
|
|
16396
16589
|
{
|
|
16397
16590
|
"kind": "field",
|
|
16398
|
-
"name": "
|
|
16591
|
+
"name": "['col-lg-width']",
|
|
16399
16592
|
"type": {
|
|
16400
|
-
"text": "
|
|
16593
|
+
"text": "string"
|
|
16401
16594
|
},
|
|
16402
|
-
"privacy": "public",
|
|
16403
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16404
16595
|
"inheritedFrom": {
|
|
16405
|
-
"name": "
|
|
16406
|
-
"module": "src/
|
|
16596
|
+
"name": "GridLayout",
|
|
16597
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16407
16598
|
}
|
|
16408
16599
|
},
|
|
16409
16600
|
{
|
|
16410
16601
|
"kind": "field",
|
|
16411
|
-
"name": "
|
|
16602
|
+
"name": "['col-md-count']",
|
|
16412
16603
|
"type": {
|
|
16413
|
-
"text": "
|
|
16414
|
-
},
|
|
16415
|
-
"privacy": "public",
|
|
16416
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
16417
|
-
"inheritedFrom": {
|
|
16418
|
-
"name": "FoundationElement",
|
|
16419
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16420
|
-
}
|
|
16421
|
-
},
|
|
16422
|
-
{
|
|
16423
|
-
"kind": "method",
|
|
16424
|
-
"name": "templateChanged",
|
|
16425
|
-
"privacy": "protected",
|
|
16426
|
-
"return": {
|
|
16427
|
-
"type": {
|
|
16428
|
-
"text": "void"
|
|
16429
|
-
}
|
|
16604
|
+
"text": "string"
|
|
16430
16605
|
},
|
|
16431
16606
|
"inheritedFrom": {
|
|
16432
|
-
"name": "
|
|
16433
|
-
"module": "src/
|
|
16607
|
+
"name": "GridLayout",
|
|
16608
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16434
16609
|
}
|
|
16435
16610
|
},
|
|
16436
16611
|
{
|
|
16437
16612
|
"kind": "field",
|
|
16438
|
-
"name": "
|
|
16613
|
+
"name": "['col-md-width']",
|
|
16439
16614
|
"type": {
|
|
16440
|
-
"text": "
|
|
16441
|
-
},
|
|
16442
|
-
"privacy": "public",
|
|
16443
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
16444
|
-
"inheritedFrom": {
|
|
16445
|
-
"name": "FoundationElement",
|
|
16446
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16447
|
-
}
|
|
16448
|
-
},
|
|
16449
|
-
{
|
|
16450
|
-
"kind": "method",
|
|
16451
|
-
"name": "stylesChanged",
|
|
16452
|
-
"privacy": "protected",
|
|
16453
|
-
"return": {
|
|
16454
|
-
"type": {
|
|
16455
|
-
"text": "void"
|
|
16456
|
-
}
|
|
16615
|
+
"text": "string"
|
|
16457
16616
|
},
|
|
16458
16617
|
"inheritedFrom": {
|
|
16459
|
-
"name": "
|
|
16460
|
-
"module": "src/
|
|
16618
|
+
"name": "GridLayout",
|
|
16619
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16461
16620
|
}
|
|
16462
16621
|
},
|
|
16463
16622
|
{
|
|
16464
|
-
"kind": "
|
|
16465
|
-
"name": "
|
|
16466
|
-
"
|
|
16467
|
-
|
|
16468
|
-
"return": {
|
|
16469
|
-
"type": {
|
|
16470
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16471
|
-
}
|
|
16623
|
+
"kind": "field",
|
|
16624
|
+
"name": "['col-sm-count']",
|
|
16625
|
+
"type": {
|
|
16626
|
+
"text": "string"
|
|
16472
16627
|
},
|
|
16473
|
-
"parameters": [
|
|
16474
|
-
{
|
|
16475
|
-
"name": "this",
|
|
16476
|
-
"type": {
|
|
16477
|
-
"text": "K"
|
|
16478
|
-
}
|
|
16479
|
-
},
|
|
16480
|
-
{
|
|
16481
|
-
"name": "elementDefinition",
|
|
16482
|
-
"type": {
|
|
16483
|
-
"text": "T"
|
|
16484
|
-
},
|
|
16485
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
16486
|
-
}
|
|
16487
|
-
],
|
|
16488
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16489
16628
|
"inheritedFrom": {
|
|
16490
|
-
"name": "
|
|
16491
|
-
"module": "src/
|
|
16629
|
+
"name": "GridLayout",
|
|
16630
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16492
16631
|
}
|
|
16493
|
-
}
|
|
16494
|
-
]
|
|
16495
|
-
},
|
|
16496
|
-
{
|
|
16497
|
-
"kind": "variable",
|
|
16498
|
-
"name": "zeroGridLayout",
|
|
16499
|
-
"description": "The Zero Grid Layout",
|
|
16500
|
-
"privacy": "public"
|
|
16501
|
-
}
|
|
16502
|
-
],
|
|
16503
|
-
"exports": [
|
|
16504
|
-
{
|
|
16505
|
-
"kind": "js",
|
|
16506
|
-
"name": "GridLayout",
|
|
16507
|
-
"declaration": {
|
|
16508
|
-
"name": "GridLayout",
|
|
16509
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16510
|
-
}
|
|
16511
|
-
},
|
|
16512
|
-
{
|
|
16513
|
-
"kind": "js",
|
|
16514
|
-
"name": "zeroGridLayout",
|
|
16515
|
-
"declaration": {
|
|
16516
|
-
"name": "zeroGridLayout",
|
|
16517
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16518
|
-
}
|
|
16519
|
-
}
|
|
16520
|
-
]
|
|
16521
|
-
},
|
|
16522
|
-
{
|
|
16523
|
-
"kind": "javascript-module",
|
|
16524
|
-
"path": "src/grid-layout/index.ts",
|
|
16525
|
-
"declarations": [],
|
|
16526
|
-
"exports": [
|
|
16527
|
-
{
|
|
16528
|
-
"kind": "js",
|
|
16529
|
-
"name": "*",
|
|
16530
|
-
"declaration": {
|
|
16531
|
-
"name": "*",
|
|
16532
|
-
"package": "./grid-layout"
|
|
16533
|
-
}
|
|
16534
|
-
}
|
|
16535
|
-
]
|
|
16536
|
-
},
|
|
16537
|
-
{
|
|
16538
|
-
"kind": "javascript-module",
|
|
16539
|
-
"path": "src/checkbox/checkbox.stories.ts",
|
|
16540
|
-
"declarations": [
|
|
16541
|
-
{
|
|
16542
|
-
"kind": "variable",
|
|
16543
|
-
"name": "meta",
|
|
16544
|
-
"type": {
|
|
16545
|
-
"text": "Meta"
|
|
16546
|
-
},
|
|
16547
|
-
"default": "{\n title: 'Checkbox',\n component: 'zero-checkbox>',\n}"
|
|
16548
|
-
},
|
|
16549
|
-
{
|
|
16550
|
-
"kind": "variable",
|
|
16551
|
-
"name": "Primary",
|
|
16552
|
-
"type": {
|
|
16553
|
-
"text": "StoryObj"
|
|
16554
|
-
},
|
|
16555
|
-
"default": "{\n args: {\n customCheckboxText: 'Custom Zero Checkbox',\n customCheckboxDesignUnit: 8,\n customCheckboxCornerRadius: 4,\n },\n render: ({ customCheckboxText, customCheckboxDesignUnit, customCheckboxCornerRadius }) =>\n html`\n <div style=\"${wrapperStyle}\">\n <zero-checkbox>Default Zero Checkbox</zero-checkbox>\n\n <zero-design-system-provider\n design-unit=\"${customCheckboxDesignUnit}\"\n corner-radius=${customCheckboxCornerRadius}\"\n >\n <zero-checkbox>${customCheckboxText}</zero-checkbox>\n </zero-design-system-provider>\n </div>\n `,\n}"
|
|
16556
|
-
}
|
|
16557
|
-
],
|
|
16558
|
-
"exports": [
|
|
16559
|
-
{
|
|
16560
|
-
"kind": "js",
|
|
16561
|
-
"name": "default",
|
|
16562
|
-
"declaration": {
|
|
16563
|
-
"name": "meta",
|
|
16564
|
-
"module": "src/checkbox/checkbox.stories.ts"
|
|
16565
|
-
}
|
|
16566
|
-
},
|
|
16567
|
-
{
|
|
16568
|
-
"kind": "js",
|
|
16569
|
-
"name": "Primary",
|
|
16570
|
-
"declaration": {
|
|
16571
|
-
"name": "Primary",
|
|
16572
|
-
"module": "src/checkbox/checkbox.stories.ts"
|
|
16573
|
-
}
|
|
16574
|
-
}
|
|
16575
|
-
]
|
|
16576
|
-
},
|
|
16577
|
-
{
|
|
16578
|
-
"kind": "javascript-module",
|
|
16579
|
-
"path": "src/checkbox/checkbox.styles.ts",
|
|
16580
|
-
"declarations": [
|
|
16581
|
-
{
|
|
16582
|
-
"kind": "function",
|
|
16583
|
-
"name": "zeroCheckboxStyles",
|
|
16584
|
-
"return": {
|
|
16585
|
-
"type": {
|
|
16586
|
-
"text": "ElementStyles"
|
|
16587
|
-
}
|
|
16588
|
-
},
|
|
16589
|
-
"parameters": [
|
|
16632
|
+
},
|
|
16590
16633
|
{
|
|
16591
|
-
"
|
|
16634
|
+
"kind": "field",
|
|
16635
|
+
"name": "['col-sm-width']",
|
|
16592
16636
|
"type": {
|
|
16593
|
-
"text": "
|
|
16637
|
+
"text": "string"
|
|
16638
|
+
},
|
|
16639
|
+
"inheritedFrom": {
|
|
16640
|
+
"name": "GridLayout",
|
|
16641
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16594
16642
|
}
|
|
16595
16643
|
},
|
|
16596
16644
|
{
|
|
16597
|
-
"
|
|
16645
|
+
"kind": "field",
|
|
16646
|
+
"name": "['row-count']",
|
|
16598
16647
|
"type": {
|
|
16599
|
-
"text": "
|
|
16648
|
+
"text": "string"
|
|
16649
|
+
},
|
|
16650
|
+
"inheritedFrom": {
|
|
16651
|
+
"name": "GridLayout",
|
|
16652
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16600
16653
|
}
|
|
16601
|
-
}
|
|
16602
|
-
]
|
|
16603
|
-
}
|
|
16604
|
-
],
|
|
16605
|
-
"exports": [
|
|
16606
|
-
{
|
|
16607
|
-
"kind": "js",
|
|
16608
|
-
"name": "zeroCheckboxStyles",
|
|
16609
|
-
"declaration": {
|
|
16610
|
-
"name": "zeroCheckboxStyles",
|
|
16611
|
-
"module": "src/checkbox/checkbox.styles.ts"
|
|
16612
|
-
}
|
|
16613
|
-
}
|
|
16614
|
-
]
|
|
16615
|
-
},
|
|
16616
|
-
{
|
|
16617
|
-
"kind": "javascript-module",
|
|
16618
|
-
"path": "src/checkbox/checkbox.template.ts",
|
|
16619
|
-
"declarations": [
|
|
16620
|
-
{
|
|
16621
|
-
"kind": "function",
|
|
16622
|
-
"name": "zeroCheckboxTemplate",
|
|
16623
|
-
"return": {
|
|
16624
|
-
"type": {
|
|
16625
|
-
"text": "ViewTemplate<Checkbox>"
|
|
16626
|
-
}
|
|
16627
|
-
},
|
|
16628
|
-
"parameters": [
|
|
16654
|
+
},
|
|
16629
16655
|
{
|
|
16630
|
-
"
|
|
16656
|
+
"kind": "field",
|
|
16657
|
+
"name": "['row-height']",
|
|
16631
16658
|
"type": {
|
|
16632
|
-
"text": "
|
|
16659
|
+
"text": "string"
|
|
16660
|
+
},
|
|
16661
|
+
"inheritedFrom": {
|
|
16662
|
+
"name": "GridLayout",
|
|
16663
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16633
16664
|
}
|
|
16634
16665
|
},
|
|
16635
16666
|
{
|
|
16636
|
-
"
|
|
16667
|
+
"kind": "field",
|
|
16668
|
+
"name": "['row-lg-count']",
|
|
16637
16669
|
"type": {
|
|
16638
|
-
"text": "
|
|
16670
|
+
"text": "string"
|
|
16671
|
+
},
|
|
16672
|
+
"inheritedFrom": {
|
|
16673
|
+
"name": "GridLayout",
|
|
16674
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16639
16675
|
}
|
|
16640
|
-
}
|
|
16641
|
-
]
|
|
16642
|
-
}
|
|
16643
|
-
],
|
|
16644
|
-
"exports": [
|
|
16645
|
-
{
|
|
16646
|
-
"kind": "js",
|
|
16647
|
-
"name": "zeroCheckboxTemplate",
|
|
16648
|
-
"declaration": {
|
|
16649
|
-
"name": "zeroCheckboxTemplate",
|
|
16650
|
-
"module": "src/checkbox/checkbox.template.ts"
|
|
16651
|
-
}
|
|
16652
|
-
}
|
|
16653
|
-
]
|
|
16654
|
-
},
|
|
16655
|
-
{
|
|
16656
|
-
"kind": "javascript-module",
|
|
16657
|
-
"path": "src/checkbox/checkbox.ts",
|
|
16658
|
-
"declarations": [
|
|
16659
|
-
{
|
|
16660
|
-
"kind": "class",
|
|
16661
|
-
"description": "",
|
|
16662
|
-
"name": "Checkbox",
|
|
16663
|
-
"superclass": {
|
|
16664
|
-
"name": "FoundationCheckbox",
|
|
16665
|
-
"package": "@genesislcap/foundation-ui"
|
|
16666
|
-
},
|
|
16667
|
-
"tagName": "%%prefix%%-checkbox",
|
|
16668
|
-
"customElement": true,
|
|
16669
|
-
"attributes": [
|
|
16676
|
+
},
|
|
16670
16677
|
{
|
|
16671
|
-
"
|
|
16678
|
+
"kind": "field",
|
|
16679
|
+
"name": "['row-lg-height']",
|
|
16672
16680
|
"type": {
|
|
16673
|
-
"text": "
|
|
16681
|
+
"text": "string"
|
|
16674
16682
|
},
|
|
16675
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
16676
|
-
"fieldName": "readOnly",
|
|
16677
16683
|
"inheritedFrom": {
|
|
16678
|
-
"name": "
|
|
16679
|
-
"module": "src/
|
|
16684
|
+
"name": "GridLayout",
|
|
16685
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16680
16686
|
}
|
|
16681
|
-
}
|
|
16682
|
-
],
|
|
16683
|
-
"members": [
|
|
16687
|
+
},
|
|
16684
16688
|
{
|
|
16685
16689
|
"kind": "field",
|
|
16686
|
-
"name": "
|
|
16690
|
+
"name": "['row-md-count']",
|
|
16687
16691
|
"type": {
|
|
16688
|
-
"text": "
|
|
16692
|
+
"text": "string"
|
|
16689
16693
|
},
|
|
16690
|
-
"privacy": "public",
|
|
16691
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
16692
16694
|
"inheritedFrom": {
|
|
16693
|
-
"name": "
|
|
16694
|
-
"module": "src/
|
|
16695
|
+
"name": "GridLayout",
|
|
16696
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16695
16697
|
}
|
|
16696
16698
|
},
|
|
16697
16699
|
{
|
|
16698
|
-
"kind": "
|
|
16699
|
-
"name": "
|
|
16700
|
-
"
|
|
16701
|
-
|
|
16702
|
-
"type": {
|
|
16703
|
-
"text": "void"
|
|
16704
|
-
}
|
|
16700
|
+
"kind": "field",
|
|
16701
|
+
"name": "['row-md-height']",
|
|
16702
|
+
"type": {
|
|
16703
|
+
"text": "string"
|
|
16705
16704
|
},
|
|
16706
16705
|
"inheritedFrom": {
|
|
16707
|
-
"name": "
|
|
16708
|
-
"module": "src/
|
|
16706
|
+
"name": "GridLayout",
|
|
16707
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16709
16708
|
}
|
|
16710
16709
|
},
|
|
16711
16710
|
{
|
|
16712
16711
|
"kind": "field",
|
|
16713
|
-
"name": "
|
|
16712
|
+
"name": "['row-sm-count']",
|
|
16714
16713
|
"type": {
|
|
16715
|
-
"text": "
|
|
16714
|
+
"text": "string"
|
|
16716
16715
|
},
|
|
16717
|
-
"privacy": "public",
|
|
16718
|
-
"default": "false",
|
|
16719
|
-
"description": "The indeterminate state of the control",
|
|
16720
16716
|
"inheritedFrom": {
|
|
16721
|
-
"name": "
|
|
16722
|
-
"module": "src/
|
|
16717
|
+
"name": "GridLayout",
|
|
16718
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16723
16719
|
}
|
|
16724
16720
|
},
|
|
16725
16721
|
{
|
|
16726
16722
|
"kind": "field",
|
|
16727
|
-
"name": "
|
|
16723
|
+
"name": "['row-sm-height']",
|
|
16724
|
+
"type": {
|
|
16725
|
+
"text": "string"
|
|
16726
|
+
},
|
|
16728
16727
|
"inheritedFrom": {
|
|
16729
|
-
"name": "
|
|
16730
|
-
"module": "src/
|
|
16728
|
+
"name": "GridLayout",
|
|
16729
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16730
|
+
}
|
|
16731
|
+
},
|
|
16732
|
+
{
|
|
16733
|
+
"kind": "field",
|
|
16734
|
+
"name": "behaviors",
|
|
16735
|
+
"type": {
|
|
16736
|
+
"text": "Behavior[]"
|
|
16737
|
+
},
|
|
16738
|
+
"privacy": "private",
|
|
16739
|
+
"default": "[]",
|
|
16740
|
+
"inheritedFrom": {
|
|
16741
|
+
"name": "GridLayout",
|
|
16742
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16743
|
+
}
|
|
16744
|
+
},
|
|
16745
|
+
{
|
|
16746
|
+
"kind": "field",
|
|
16747
|
+
"name": "baseStyles",
|
|
16748
|
+
"type": {
|
|
16749
|
+
"text": "ElementStyles"
|
|
16750
|
+
},
|
|
16751
|
+
"privacy": "private",
|
|
16752
|
+
"inheritedFrom": {
|
|
16753
|
+
"name": "GridLayout",
|
|
16754
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16731
16755
|
}
|
|
16732
16756
|
},
|
|
16733
16757
|
{
|
|
@@ -16739,8 +16763,8 @@
|
|
|
16739
16763
|
"privacy": "private",
|
|
16740
16764
|
"default": "void 0",
|
|
16741
16765
|
"inheritedFrom": {
|
|
16742
|
-
"name": "
|
|
16743
|
-
"module": "src/
|
|
16766
|
+
"name": "FoundationElement",
|
|
16767
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16744
16768
|
}
|
|
16745
16769
|
},
|
|
16746
16770
|
{
|
|
@@ -16752,8 +16776,8 @@
|
|
|
16752
16776
|
"privacy": "public",
|
|
16753
16777
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16754
16778
|
"inheritedFrom": {
|
|
16755
|
-
"name": "
|
|
16756
|
-
"module": "src/
|
|
16779
|
+
"name": "FoundationElement",
|
|
16780
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16757
16781
|
}
|
|
16758
16782
|
},
|
|
16759
16783
|
{
|
|
@@ -16765,8 +16789,8 @@
|
|
|
16765
16789
|
"privacy": "public",
|
|
16766
16790
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
16767
16791
|
"inheritedFrom": {
|
|
16768
|
-
"name": "
|
|
16769
|
-
"module": "src/
|
|
16792
|
+
"name": "FoundationElement",
|
|
16793
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16770
16794
|
}
|
|
16771
16795
|
},
|
|
16772
16796
|
{
|
|
@@ -16779,8 +16803,8 @@
|
|
|
16779
16803
|
}
|
|
16780
16804
|
},
|
|
16781
16805
|
"inheritedFrom": {
|
|
16782
|
-
"name": "
|
|
16783
|
-
"module": "src/
|
|
16806
|
+
"name": "FoundationElement",
|
|
16807
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16784
16808
|
}
|
|
16785
16809
|
},
|
|
16786
16810
|
{
|
|
@@ -16792,8 +16816,8 @@
|
|
|
16792
16816
|
"privacy": "public",
|
|
16793
16817
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
16794
16818
|
"inheritedFrom": {
|
|
16795
|
-
"name": "
|
|
16796
|
-
"module": "src/
|
|
16819
|
+
"name": "FoundationElement",
|
|
16820
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16797
16821
|
}
|
|
16798
16822
|
},
|
|
16799
16823
|
{
|
|
@@ -16806,8 +16830,8 @@
|
|
|
16806
16830
|
}
|
|
16807
16831
|
},
|
|
16808
16832
|
"inheritedFrom": {
|
|
16809
|
-
"name": "
|
|
16810
|
-
"module": "src/
|
|
16833
|
+
"name": "FoundationElement",
|
|
16834
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16811
16835
|
}
|
|
16812
16836
|
},
|
|
16813
16837
|
{
|
|
@@ -16837,49 +16861,41 @@
|
|
|
16837
16861
|
],
|
|
16838
16862
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16839
16863
|
"inheritedFrom": {
|
|
16840
|
-
"name": "
|
|
16841
|
-
"module": "src/
|
|
16842
|
-
}
|
|
16843
|
-
}
|
|
16844
|
-
],
|
|
16845
|
-
"events": [
|
|
16846
|
-
{
|
|
16847
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
16848
|
-
"name": "change",
|
|
16849
|
-
"inheritedFrom": {
|
|
16850
|
-
"name": "Checkbox",
|
|
16851
|
-
"module": "src/checkbox/checkbox.ts"
|
|
16864
|
+
"name": "FoundationElement",
|
|
16865
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16852
16866
|
}
|
|
16853
16867
|
}
|
|
16854
16868
|
]
|
|
16855
16869
|
},
|
|
16856
16870
|
{
|
|
16857
16871
|
"kind": "variable",
|
|
16858
|
-
"name": "
|
|
16872
|
+
"name": "zeroGridLayout",
|
|
16873
|
+
"description": "The Zero Grid Layout",
|
|
16874
|
+
"privacy": "public"
|
|
16859
16875
|
}
|
|
16860
16876
|
],
|
|
16861
16877
|
"exports": [
|
|
16862
16878
|
{
|
|
16863
16879
|
"kind": "js",
|
|
16864
|
-
"name": "
|
|
16880
|
+
"name": "GridLayout",
|
|
16865
16881
|
"declaration": {
|
|
16866
|
-
"name": "
|
|
16867
|
-
"module": "src/
|
|
16882
|
+
"name": "GridLayout",
|
|
16883
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16868
16884
|
}
|
|
16869
16885
|
},
|
|
16870
16886
|
{
|
|
16871
16887
|
"kind": "js",
|
|
16872
|
-
"name": "
|
|
16888
|
+
"name": "zeroGridLayout",
|
|
16873
16889
|
"declaration": {
|
|
16874
|
-
"name": "
|
|
16875
|
-
"module": "src/
|
|
16890
|
+
"name": "zeroGridLayout",
|
|
16891
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16876
16892
|
}
|
|
16877
16893
|
}
|
|
16878
16894
|
]
|
|
16879
16895
|
},
|
|
16880
16896
|
{
|
|
16881
16897
|
"kind": "javascript-module",
|
|
16882
|
-
"path": "src/
|
|
16898
|
+
"path": "src/grid-layout/index.ts",
|
|
16883
16899
|
"declarations": [],
|
|
16884
16900
|
"exports": [
|
|
16885
16901
|
{
|
|
@@ -16887,23 +16903,7 @@
|
|
|
16887
16903
|
"name": "*",
|
|
16888
16904
|
"declaration": {
|
|
16889
16905
|
"name": "*",
|
|
16890
|
-
"package": "./
|
|
16891
|
-
}
|
|
16892
|
-
},
|
|
16893
|
-
{
|
|
16894
|
-
"kind": "js",
|
|
16895
|
-
"name": "*",
|
|
16896
|
-
"declaration": {
|
|
16897
|
-
"name": "*",
|
|
16898
|
-
"package": "./checkbox.styles"
|
|
16899
|
-
}
|
|
16900
|
-
},
|
|
16901
|
-
{
|
|
16902
|
-
"kind": "js",
|
|
16903
|
-
"name": "*",
|
|
16904
|
-
"declaration": {
|
|
16905
|
-
"name": "*",
|
|
16906
|
-
"package": "./checkbox.template"
|
|
16906
|
+
"package": "./grid-layout"
|
|
16907
16907
|
}
|
|
16908
16908
|
}
|
|
16909
16909
|
]
|