@genesislcap/foundation-zero 14.127.3 → 14.127.5
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 +1164 -1164
- package/package.json +19 -17
|
@@ -671,7 +671,164 @@
|
|
|
671
671
|
},
|
|
672
672
|
{
|
|
673
673
|
"kind": "javascript-module",
|
|
674
|
-
"path": "src/
|
|
674
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
675
|
+
"declarations": [
|
|
676
|
+
{
|
|
677
|
+
"kind": "variable",
|
|
678
|
+
"name": "meta",
|
|
679
|
+
"type": {
|
|
680
|
+
"text": "Meta"
|
|
681
|
+
},
|
|
682
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"kind": "variable",
|
|
686
|
+
"name": "Primary",
|
|
687
|
+
"type": {
|
|
688
|
+
"text": "StoryObj"
|
|
689
|
+
},
|
|
690
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
693
|
+
"exports": [
|
|
694
|
+
{
|
|
695
|
+
"kind": "js",
|
|
696
|
+
"name": "default",
|
|
697
|
+
"declaration": {
|
|
698
|
+
"name": "meta",
|
|
699
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"kind": "js",
|
|
704
|
+
"name": "Primary",
|
|
705
|
+
"declaration": {
|
|
706
|
+
"name": "Primary",
|
|
707
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"kind": "javascript-module",
|
|
714
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
715
|
+
"declarations": [
|
|
716
|
+
{
|
|
717
|
+
"kind": "function",
|
|
718
|
+
"name": "zeroAccordionStyles",
|
|
719
|
+
"return": {
|
|
720
|
+
"type": {
|
|
721
|
+
"text": "ElementStyles"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
"parameters": [
|
|
725
|
+
{
|
|
726
|
+
"name": "context",
|
|
727
|
+
"type": {
|
|
728
|
+
"text": "ElementDefinitionContext"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "definition",
|
|
733
|
+
"type": {
|
|
734
|
+
"text": "FoundationElementDefinition"
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
]
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"exports": [
|
|
741
|
+
{
|
|
742
|
+
"kind": "js",
|
|
743
|
+
"name": "zeroAccordionStyles",
|
|
744
|
+
"declaration": {
|
|
745
|
+
"name": "zeroAccordionStyles",
|
|
746
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"kind": "javascript-module",
|
|
753
|
+
"path": "src/accordion/accordion.template.ts",
|
|
754
|
+
"declarations": [
|
|
755
|
+
{
|
|
756
|
+
"kind": "function",
|
|
757
|
+
"name": "zeroAccordionTemplate",
|
|
758
|
+
"return": {
|
|
759
|
+
"type": {
|
|
760
|
+
"text": "ViewTemplate<Accordion>"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"parameters": [
|
|
764
|
+
{
|
|
765
|
+
"name": "context",
|
|
766
|
+
"type": {
|
|
767
|
+
"text": "ElementDefinitionContext"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "definition",
|
|
772
|
+
"type": {
|
|
773
|
+
"text": "FoundationElementDefinition"
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
]
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"exports": [
|
|
780
|
+
{
|
|
781
|
+
"kind": "js",
|
|
782
|
+
"name": "zeroAccordionTemplate",
|
|
783
|
+
"declaration": {
|
|
784
|
+
"name": "zeroAccordionTemplate",
|
|
785
|
+
"module": "src/accordion/accordion.template.ts"
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
]
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"kind": "javascript-module",
|
|
792
|
+
"path": "src/accordion/accordion.ts",
|
|
793
|
+
"declarations": [
|
|
794
|
+
{
|
|
795
|
+
"kind": "class",
|
|
796
|
+
"description": "",
|
|
797
|
+
"name": "Accordion",
|
|
798
|
+
"superclass": {
|
|
799
|
+
"name": "FoundationAccordion",
|
|
800
|
+
"package": "@genesislcap/foundation-ui"
|
|
801
|
+
},
|
|
802
|
+
"tagName": "%%prefix%%-card",
|
|
803
|
+
"customElement": true
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"kind": "variable",
|
|
807
|
+
"name": "zeroAccordion"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"exports": [
|
|
811
|
+
{
|
|
812
|
+
"kind": "js",
|
|
813
|
+
"name": "Accordion",
|
|
814
|
+
"declaration": {
|
|
815
|
+
"name": "Accordion",
|
|
816
|
+
"module": "src/accordion/accordion.ts"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"kind": "js",
|
|
821
|
+
"name": "zeroAccordion",
|
|
822
|
+
"declaration": {
|
|
823
|
+
"name": "zeroAccordion",
|
|
824
|
+
"module": "src/accordion/accordion.ts"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
]
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"kind": "javascript-module",
|
|
831
|
+
"path": "src/accordion/index.ts",
|
|
675
832
|
"declarations": [],
|
|
676
833
|
"exports": [
|
|
677
834
|
{
|
|
@@ -679,7 +836,7 @@
|
|
|
679
836
|
"name": "*",
|
|
680
837
|
"declaration": {
|
|
681
838
|
"name": "*",
|
|
682
|
-
"package": "./
|
|
839
|
+
"package": "./accordion"
|
|
683
840
|
}
|
|
684
841
|
},
|
|
685
842
|
{
|
|
@@ -687,7 +844,7 @@
|
|
|
687
844
|
"name": "*",
|
|
688
845
|
"declaration": {
|
|
689
846
|
"name": "*",
|
|
690
|
-
"package": "./
|
|
847
|
+
"package": "./accordion.styles"
|
|
691
848
|
}
|
|
692
849
|
},
|
|
693
850
|
{
|
|
@@ -695,7 +852,7 @@
|
|
|
695
852
|
"name": "*",
|
|
696
853
|
"declaration": {
|
|
697
854
|
"name": "*",
|
|
698
|
-
"package": "./
|
|
855
|
+
"package": "./accordion.template"
|
|
699
856
|
}
|
|
700
857
|
}
|
|
701
858
|
]
|
|
@@ -1062,201 +1219,44 @@
|
|
|
1062
1219
|
},
|
|
1063
1220
|
{
|
|
1064
1221
|
"kind": "javascript-module",
|
|
1065
|
-
"path": "src/
|
|
1066
|
-
"declarations": [
|
|
1067
|
-
{
|
|
1068
|
-
"kind": "variable",
|
|
1069
|
-
"name": "meta",
|
|
1070
|
-
"type": {
|
|
1071
|
-
"text": "Meta"
|
|
1072
|
-
},
|
|
1073
|
-
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"kind": "variable",
|
|
1077
|
-
"name": "Primary",
|
|
1078
|
-
"type": {
|
|
1079
|
-
"text": "StoryObj"
|
|
1080
|
-
},
|
|
1081
|
-
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
1082
|
-
}
|
|
1083
|
-
],
|
|
1222
|
+
"path": "src/_config/index.ts",
|
|
1223
|
+
"declarations": [],
|
|
1084
1224
|
"exports": [
|
|
1085
1225
|
{
|
|
1086
1226
|
"kind": "js",
|
|
1087
|
-
"name": "
|
|
1227
|
+
"name": "*",
|
|
1088
1228
|
"declaration": {
|
|
1089
|
-
"name": "
|
|
1090
|
-
"
|
|
1229
|
+
"name": "*",
|
|
1230
|
+
"package": "./styles"
|
|
1091
1231
|
}
|
|
1092
1232
|
},
|
|
1093
1233
|
{
|
|
1094
1234
|
"kind": "js",
|
|
1095
|
-
"name": "
|
|
1235
|
+
"name": "*",
|
|
1096
1236
|
"declaration": {
|
|
1097
|
-
"name": "
|
|
1098
|
-
"
|
|
1237
|
+
"name": "*",
|
|
1238
|
+
"package": "./tokens"
|
|
1099
1239
|
}
|
|
1100
|
-
}
|
|
1101
|
-
]
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "javascript-module",
|
|
1105
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1106
|
-
"declarations": [
|
|
1107
|
-
{
|
|
1108
|
-
"kind": "function",
|
|
1109
|
-
"name": "zeroAccordionStyles",
|
|
1110
|
-
"return": {
|
|
1111
|
-
"type": {
|
|
1112
|
-
"text": "ElementStyles"
|
|
1113
|
-
}
|
|
1114
|
-
},
|
|
1115
|
-
"parameters": [
|
|
1116
|
-
{
|
|
1117
|
-
"name": "context",
|
|
1118
|
-
"type": {
|
|
1119
|
-
"text": "ElementDefinitionContext"
|
|
1120
|
-
}
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"name": "definition",
|
|
1124
|
-
"type": {
|
|
1125
|
-
"text": "FoundationElementDefinition"
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1128
|
-
]
|
|
1129
|
-
}
|
|
1130
|
-
],
|
|
1131
|
-
"exports": [
|
|
1240
|
+
},
|
|
1132
1241
|
{
|
|
1133
1242
|
"kind": "js",
|
|
1134
|
-
"name": "
|
|
1243
|
+
"name": "*",
|
|
1135
1244
|
"declaration": {
|
|
1136
|
-
"name": "
|
|
1137
|
-
"
|
|
1245
|
+
"name": "*",
|
|
1246
|
+
"package": "./values"
|
|
1138
1247
|
}
|
|
1139
1248
|
}
|
|
1140
1249
|
]
|
|
1141
1250
|
},
|
|
1142
1251
|
{
|
|
1143
1252
|
"kind": "javascript-module",
|
|
1144
|
-
"path": "src/
|
|
1145
|
-
"declarations": [
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
"text": "ViewTemplate<Accordion>"
|
|
1152
|
-
}
|
|
1153
|
-
},
|
|
1154
|
-
"parameters": [
|
|
1155
|
-
{
|
|
1156
|
-
"name": "context",
|
|
1157
|
-
"type": {
|
|
1158
|
-
"text": "ElementDefinitionContext"
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"name": "definition",
|
|
1163
|
-
"type": {
|
|
1164
|
-
"text": "FoundationElementDefinition"
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
1167
|
-
]
|
|
1168
|
-
}
|
|
1169
|
-
],
|
|
1170
|
-
"exports": [
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "js",
|
|
1173
|
-
"name": "zeroAccordionTemplate",
|
|
1174
|
-
"declaration": {
|
|
1175
|
-
"name": "zeroAccordionTemplate",
|
|
1176
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
]
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"kind": "javascript-module",
|
|
1183
|
-
"path": "src/accordion/accordion.ts",
|
|
1184
|
-
"declarations": [
|
|
1185
|
-
{
|
|
1186
|
-
"kind": "class",
|
|
1187
|
-
"description": "",
|
|
1188
|
-
"name": "Accordion",
|
|
1189
|
-
"superclass": {
|
|
1190
|
-
"name": "FoundationAccordion",
|
|
1191
|
-
"package": "@genesislcap/foundation-ui"
|
|
1192
|
-
},
|
|
1193
|
-
"tagName": "%%prefix%%-card",
|
|
1194
|
-
"customElement": true
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"kind": "variable",
|
|
1198
|
-
"name": "zeroAccordion"
|
|
1199
|
-
}
|
|
1200
|
-
],
|
|
1201
|
-
"exports": [
|
|
1202
|
-
{
|
|
1203
|
-
"kind": "js",
|
|
1204
|
-
"name": "Accordion",
|
|
1205
|
-
"declaration": {
|
|
1206
|
-
"name": "Accordion",
|
|
1207
|
-
"module": "src/accordion/accordion.ts"
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "js",
|
|
1212
|
-
"name": "zeroAccordion",
|
|
1213
|
-
"declaration": {
|
|
1214
|
-
"name": "zeroAccordion",
|
|
1215
|
-
"module": "src/accordion/accordion.ts"
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
]
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"kind": "javascript-module",
|
|
1222
|
-
"path": "src/accordion/index.ts",
|
|
1223
|
-
"declarations": [],
|
|
1224
|
-
"exports": [
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "js",
|
|
1227
|
-
"name": "*",
|
|
1228
|
-
"declaration": {
|
|
1229
|
-
"name": "*",
|
|
1230
|
-
"package": "./accordion"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"kind": "js",
|
|
1235
|
-
"name": "*",
|
|
1236
|
-
"declaration": {
|
|
1237
|
-
"name": "*",
|
|
1238
|
-
"package": "./accordion.styles"
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"kind": "js",
|
|
1243
|
-
"name": "*",
|
|
1244
|
-
"declaration": {
|
|
1245
|
-
"name": "*",
|
|
1246
|
-
"package": "./accordion.template"
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1249
|
-
]
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "javascript-module",
|
|
1253
|
-
"path": "src/_common/colors.hex.ts",
|
|
1254
|
-
"declarations": [],
|
|
1255
|
-
"exports": []
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"kind": "javascript-module",
|
|
1259
|
-
"path": "src/_common/colors.ts",
|
|
1253
|
+
"path": "src/_common/colors.hex.ts",
|
|
1254
|
+
"declarations": [],
|
|
1255
|
+
"exports": []
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"kind": "javascript-module",
|
|
1259
|
+
"path": "src/_common/colors.ts",
|
|
1260
1260
|
"declarations": [
|
|
1261
1261
|
{
|
|
1262
1262
|
"kind": "variable",
|
|
@@ -15546,7 +15546,7 @@
|
|
|
15546
15546
|
},
|
|
15547
15547
|
{
|
|
15548
15548
|
"kind": "javascript-module",
|
|
15549
|
-
"path": "src/
|
|
15549
|
+
"path": "src/flyout/flyout.stories.ts",
|
|
15550
15550
|
"declarations": [
|
|
15551
15551
|
{
|
|
15552
15552
|
"kind": "variable",
|
|
@@ -15554,7 +15554,7 @@
|
|
|
15554
15554
|
"type": {
|
|
15555
15555
|
"text": "Meta"
|
|
15556
15556
|
},
|
|
15557
|
-
"default": "{\n title: '
|
|
15557
|
+
"default": "{\n title: 'Flyout',\n component: 'zero-flyout',\n}"
|
|
15558
15558
|
},
|
|
15559
15559
|
{
|
|
15560
15560
|
"kind": "variable",
|
|
@@ -15562,7 +15562,7 @@
|
|
|
15562
15562
|
"type": {
|
|
15563
15563
|
"text": "StoryObj"
|
|
15564
15564
|
},
|
|
15565
|
-
"default": "{\n argTypes: {\n
|
|
15565
|
+
"default": "{\n argTypes: {\n position: {\n control: 'select',\n options: ['left', 'right'],\n },\n },\n args: {\n position: 'right',\n height: '500px',\n flyoutWidth: '20%',\n },\n render: ({ position, height, flyoutWidth }) => html`\n <div style=\"display: flex; height: ${height};\">\n <zero-button @click=\"${openFlyout}\">Open Flyout</zero-button>\n\n <style>\n zero-flyout::part(flyout) {\n width: ${flyoutWidth};\n }\n </style>\n <zero-flyout position=\"${position}\" style=\"height: ${height};\">\n <p slot=\"title\">Zero flyout</p>\n <div slot=\"header\">\n <p>Header</p>\n </div>\n <div class=\"container\">\n <p>Flyout options</p>\n <ul>\n <li>0</li>\n <li>1</li>\n <li>2</li>\n <li>3</li>\n <li>4</li>\n <li>5</li>\n </ul>\n </div>\n <div slot=\"footer\">\n <p>Footer</p>\n <zero-button @click=\"${closeFlyout}\">Close Flyout</zero-button>\n </div>\n </zero-flyout>\n </div>\n `,\n}"
|
|
15566
15566
|
}
|
|
15567
15567
|
],
|
|
15568
15568
|
"exports": [
|
|
@@ -15571,7 +15571,7 @@
|
|
|
15571
15571
|
"name": "default",
|
|
15572
15572
|
"declaration": {
|
|
15573
15573
|
"name": "meta",
|
|
15574
|
-
"module": "src/
|
|
15574
|
+
"module": "src/flyout/flyout.stories.ts"
|
|
15575
15575
|
}
|
|
15576
15576
|
},
|
|
15577
15577
|
{
|
|
@@ -15579,199 +15579,173 @@
|
|
|
15579
15579
|
"name": "Primary",
|
|
15580
15580
|
"declaration": {
|
|
15581
15581
|
"name": "Primary",
|
|
15582
|
-
"module": "src/
|
|
15582
|
+
"module": "src/flyout/flyout.stories.ts"
|
|
15583
15583
|
}
|
|
15584
15584
|
}
|
|
15585
15585
|
]
|
|
15586
15586
|
},
|
|
15587
15587
|
{
|
|
15588
15588
|
"kind": "javascript-module",
|
|
15589
|
-
"path": "src/
|
|
15589
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
15590
15590
|
"declarations": [
|
|
15591
15591
|
{
|
|
15592
|
-
"kind": "
|
|
15593
|
-
"name": "
|
|
15594
|
-
"
|
|
15595
|
-
"type": {
|
|
15596
|
-
"text": "ElementStyles"
|
|
15597
|
-
}
|
|
15598
|
-
},
|
|
15599
|
-
"parameters": [
|
|
15600
|
-
{
|
|
15601
|
-
"name": "context",
|
|
15602
|
-
"type": {
|
|
15603
|
-
"text": "ElementDefinitionContext"
|
|
15604
|
-
}
|
|
15605
|
-
},
|
|
15606
|
-
{
|
|
15607
|
-
"name": "definition",
|
|
15608
|
-
"type": {
|
|
15609
|
-
"text": "FlipperOptions"
|
|
15610
|
-
}
|
|
15611
|
-
}
|
|
15612
|
-
]
|
|
15592
|
+
"kind": "variable",
|
|
15593
|
+
"name": "zeroFlyoutStyles",
|
|
15594
|
+
"default": "css`\n ${foundationFlyoutStyles}\n div.flyout {\n background-color: ${neutralLayer2};\n border-color: ${neutralFillHover};\n color: ${neutralForegroundRest};\n }\n\n :host([position='left']) div.flyout {\n border-right-style: solid;\n border-right-width: 1px;\n }\n\n :host([position='right']) div.flyout {\n border-left-style: solid;\n border-left-width: 1px;\n }\n\n div.exit {\n cursor: pointer;\n padding: 5px 8px;\n }\n\n div.exit:hover {\n background-color: ${neutralFillHover};\n border-radius: 3px;\n }\n`"
|
|
15613
15595
|
}
|
|
15614
15596
|
],
|
|
15615
15597
|
"exports": [
|
|
15616
15598
|
{
|
|
15617
15599
|
"kind": "js",
|
|
15618
|
-
"name": "
|
|
15600
|
+
"name": "zeroFlyoutStyles",
|
|
15619
15601
|
"declaration": {
|
|
15620
|
-
"name": "
|
|
15621
|
-
"module": "src/
|
|
15602
|
+
"name": "zeroFlyoutStyles",
|
|
15603
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
15622
15604
|
}
|
|
15623
15605
|
}
|
|
15624
15606
|
]
|
|
15625
15607
|
},
|
|
15626
15608
|
{
|
|
15627
15609
|
"kind": "javascript-module",
|
|
15628
|
-
"path": "src/
|
|
15610
|
+
"path": "src/flyout/flyout.template.ts",
|
|
15629
15611
|
"declarations": [
|
|
15630
15612
|
{
|
|
15631
|
-
"kind": "
|
|
15632
|
-
"name": "
|
|
15633
|
-
"
|
|
15634
|
-
"type": {
|
|
15635
|
-
"text": "ViewTemplate<Flipper>"
|
|
15636
|
-
}
|
|
15637
|
-
},
|
|
15638
|
-
"parameters": [
|
|
15639
|
-
{
|
|
15640
|
-
"name": "context",
|
|
15641
|
-
"type": {
|
|
15642
|
-
"text": "ElementDefinitionContext"
|
|
15643
|
-
}
|
|
15644
|
-
},
|
|
15645
|
-
{
|
|
15646
|
-
"name": "definition",
|
|
15647
|
-
"type": {
|
|
15648
|
-
"text": "FlipperOptions"
|
|
15649
|
-
}
|
|
15650
|
-
}
|
|
15651
|
-
]
|
|
15613
|
+
"kind": "variable",
|
|
15614
|
+
"name": "zeroFlyoutTemplate",
|
|
15615
|
+
"default": "html<Flyout>`\n ${getPrefixedFlyout('zero')}\n`"
|
|
15652
15616
|
}
|
|
15653
15617
|
],
|
|
15654
15618
|
"exports": [
|
|
15655
15619
|
{
|
|
15656
15620
|
"kind": "js",
|
|
15657
|
-
"name": "
|
|
15621
|
+
"name": "zeroFlyoutTemplate",
|
|
15658
15622
|
"declaration": {
|
|
15659
|
-
"name": "
|
|
15660
|
-
"module": "src/
|
|
15623
|
+
"name": "zeroFlyoutTemplate",
|
|
15624
|
+
"module": "src/flyout/flyout.template.ts"
|
|
15661
15625
|
}
|
|
15662
15626
|
}
|
|
15663
15627
|
]
|
|
15664
15628
|
},
|
|
15665
15629
|
{
|
|
15666
15630
|
"kind": "javascript-module",
|
|
15667
|
-
"path": "src/
|
|
15631
|
+
"path": "src/flyout/flyout.ts",
|
|
15668
15632
|
"declarations": [
|
|
15633
|
+
{
|
|
15634
|
+
"kind": "variable",
|
|
15635
|
+
"name": "defaultFlyoutConfig",
|
|
15636
|
+
"default": "foundationConfig"
|
|
15637
|
+
},
|
|
15638
|
+
{
|
|
15639
|
+
"kind": "variable",
|
|
15640
|
+
"name": "zeroFlyoutShadowOptions",
|
|
15641
|
+
"default": "foundationFlyoutShadowOptions"
|
|
15642
|
+
},
|
|
15669
15643
|
{
|
|
15670
15644
|
"kind": "class",
|
|
15671
15645
|
"description": "",
|
|
15672
|
-
"name": "
|
|
15646
|
+
"name": "Flyout",
|
|
15673
15647
|
"superclass": {
|
|
15674
|
-
"name": "
|
|
15648
|
+
"name": "FoundationFlyout",
|
|
15675
15649
|
"package": "@genesislcap/foundation-ui"
|
|
15676
15650
|
},
|
|
15677
|
-
"tagName": "%%prefix%%-
|
|
15651
|
+
"tagName": "%%prefix%%-flyout",
|
|
15678
15652
|
"customElement": true,
|
|
15679
15653
|
"attributes": [
|
|
15680
15654
|
{
|
|
15655
|
+
"name": "position",
|
|
15681
15656
|
"type": {
|
|
15682
|
-
"text": "
|
|
15657
|
+
"text": "string"
|
|
15683
15658
|
},
|
|
15684
|
-
"
|
|
15685
|
-
"fieldName": "
|
|
15659
|
+
"default": "'right'",
|
|
15660
|
+
"fieldName": "position",
|
|
15686
15661
|
"inheritedFrom": {
|
|
15687
|
-
"name": "
|
|
15688
|
-
"module": "src/
|
|
15662
|
+
"name": "Flyout",
|
|
15663
|
+
"module": "src/flyout/flyout.ts"
|
|
15689
15664
|
}
|
|
15690
15665
|
},
|
|
15691
15666
|
{
|
|
15692
|
-
"name": "aria-hidden",
|
|
15693
15667
|
"type": {
|
|
15694
15668
|
"text": "boolean"
|
|
15695
15669
|
},
|
|
15696
15670
|
"default": "true",
|
|
15697
|
-
"
|
|
15698
|
-
"fieldName": "hiddenFromAT",
|
|
15699
|
-
"inheritedFrom": {
|
|
15700
|
-
"name": "Flipper",
|
|
15701
|
-
"module": "src/flipper/flipper.ts"
|
|
15702
|
-
}
|
|
15703
|
-
},
|
|
15704
|
-
{
|
|
15705
|
-
"name": "direction",
|
|
15706
|
-
"type": {
|
|
15707
|
-
"text": "FlipperDirection"
|
|
15708
|
-
},
|
|
15709
|
-
"description": "The direction that the flipper implies navigating.",
|
|
15710
|
-
"fieldName": "direction",
|
|
15671
|
+
"fieldName": "displayHeader",
|
|
15711
15672
|
"inheritedFrom": {
|
|
15712
|
-
"name": "
|
|
15713
|
-
"module": "src/
|
|
15673
|
+
"name": "Flyout",
|
|
15674
|
+
"module": "src/flyout/flyout.ts"
|
|
15714
15675
|
}
|
|
15715
15676
|
}
|
|
15716
15677
|
],
|
|
15717
15678
|
"members": [
|
|
15718
15679
|
{
|
|
15719
15680
|
"kind": "field",
|
|
15720
|
-
"name": "
|
|
15681
|
+
"name": "position",
|
|
15721
15682
|
"type": {
|
|
15722
|
-
"text": "
|
|
15683
|
+
"text": "string"
|
|
15723
15684
|
},
|
|
15724
|
-
"
|
|
15725
|
-
"description": "The disabled state of the flipper.",
|
|
15685
|
+
"default": "'right'",
|
|
15726
15686
|
"inheritedFrom": {
|
|
15727
|
-
"name": "
|
|
15728
|
-
"module": "src/
|
|
15687
|
+
"name": "Flyout",
|
|
15688
|
+
"module": "src/flyout/flyout.ts"
|
|
15729
15689
|
}
|
|
15730
15690
|
},
|
|
15731
15691
|
{
|
|
15732
15692
|
"kind": "field",
|
|
15733
|
-
"name": "
|
|
15693
|
+
"name": "displayHeader",
|
|
15734
15694
|
"type": {
|
|
15735
15695
|
"text": "boolean"
|
|
15736
15696
|
},
|
|
15737
|
-
"privacy": "public",
|
|
15738
15697
|
"default": "true",
|
|
15739
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
15740
15698
|
"inheritedFrom": {
|
|
15741
|
-
"name": "
|
|
15742
|
-
"module": "src/
|
|
15699
|
+
"name": "Flyout",
|
|
15700
|
+
"module": "src/flyout/flyout.ts"
|
|
15743
15701
|
}
|
|
15744
15702
|
},
|
|
15745
15703
|
{
|
|
15746
15704
|
"kind": "field",
|
|
15747
|
-
"name": "
|
|
15705
|
+
"name": "closed",
|
|
15748
15706
|
"type": {
|
|
15749
|
-
"text": "
|
|
15707
|
+
"text": "boolean"
|
|
15750
15708
|
},
|
|
15751
|
-
"
|
|
15752
|
-
"description": "The direction that the flipper implies navigating.",
|
|
15709
|
+
"default": "true",
|
|
15753
15710
|
"inheritedFrom": {
|
|
15754
|
-
"name": "
|
|
15755
|
-
"module": "src/
|
|
15756
|
-
}
|
|
15711
|
+
"name": "Flyout",
|
|
15712
|
+
"module": "src/flyout/flyout.ts"
|
|
15713
|
+
}
|
|
15757
15714
|
},
|
|
15758
15715
|
{
|
|
15759
15716
|
"kind": "method",
|
|
15760
|
-
"name": "
|
|
15761
|
-
"privacy": "public",
|
|
15762
|
-
"parameters": [
|
|
15763
|
-
{
|
|
15764
|
-
"name": "e",
|
|
15765
|
-
"type": {
|
|
15766
|
-
"text": "Event & KeyboardEvent"
|
|
15767
|
-
},
|
|
15768
|
-
"description": "Keyboard event"
|
|
15769
|
-
}
|
|
15770
|
-
],
|
|
15771
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
15717
|
+
"name": "closedChanged",
|
|
15772
15718
|
"inheritedFrom": {
|
|
15773
|
-
"name": "
|
|
15774
|
-
"module": "src/
|
|
15719
|
+
"name": "Flyout",
|
|
15720
|
+
"module": "src/flyout/flyout.ts"
|
|
15721
|
+
}
|
|
15722
|
+
},
|
|
15723
|
+
{
|
|
15724
|
+
"kind": "field",
|
|
15725
|
+
"name": "visuallyhidden",
|
|
15726
|
+
"type": {
|
|
15727
|
+
"text": "boolean"
|
|
15728
|
+
},
|
|
15729
|
+
"default": "true",
|
|
15730
|
+
"inheritedFrom": {
|
|
15731
|
+
"name": "Flyout",
|
|
15732
|
+
"module": "src/flyout/flyout.ts"
|
|
15733
|
+
}
|
|
15734
|
+
},
|
|
15735
|
+
{
|
|
15736
|
+
"kind": "method",
|
|
15737
|
+
"name": "closeFlyout",
|
|
15738
|
+
"inheritedFrom": {
|
|
15739
|
+
"name": "Flyout",
|
|
15740
|
+
"module": "src/flyout/flyout.ts"
|
|
15741
|
+
}
|
|
15742
|
+
},
|
|
15743
|
+
{
|
|
15744
|
+
"kind": "method",
|
|
15745
|
+
"name": "closingFinished",
|
|
15746
|
+
"inheritedFrom": {
|
|
15747
|
+
"name": "Flyout",
|
|
15748
|
+
"module": "src/flyout/flyout.ts"
|
|
15775
15749
|
}
|
|
15776
15750
|
},
|
|
15777
15751
|
{
|
|
@@ -15783,8 +15757,8 @@
|
|
|
15783
15757
|
"privacy": "private",
|
|
15784
15758
|
"default": "void 0",
|
|
15785
15759
|
"inheritedFrom": {
|
|
15786
|
-
"name": "
|
|
15787
|
-
"module": "src/
|
|
15760
|
+
"name": "FoundationElement",
|
|
15761
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15788
15762
|
}
|
|
15789
15763
|
},
|
|
15790
15764
|
{
|
|
@@ -15796,8 +15770,8 @@
|
|
|
15796
15770
|
"privacy": "public",
|
|
15797
15771
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15798
15772
|
"inheritedFrom": {
|
|
15799
|
-
"name": "
|
|
15800
|
-
"module": "src/
|
|
15773
|
+
"name": "FoundationElement",
|
|
15774
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15801
15775
|
}
|
|
15802
15776
|
},
|
|
15803
15777
|
{
|
|
@@ -15809,8 +15783,8 @@
|
|
|
15809
15783
|
"privacy": "public",
|
|
15810
15784
|
"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.",
|
|
15811
15785
|
"inheritedFrom": {
|
|
15812
|
-
"name": "
|
|
15813
|
-
"module": "src/
|
|
15786
|
+
"name": "FoundationElement",
|
|
15787
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15814
15788
|
}
|
|
15815
15789
|
},
|
|
15816
15790
|
{
|
|
@@ -15823,8 +15797,8 @@
|
|
|
15823
15797
|
}
|
|
15824
15798
|
},
|
|
15825
15799
|
"inheritedFrom": {
|
|
15826
|
-
"name": "
|
|
15827
|
-
"module": "src/
|
|
15800
|
+
"name": "FoundationElement",
|
|
15801
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15828
15802
|
}
|
|
15829
15803
|
},
|
|
15830
15804
|
{
|
|
@@ -15836,8 +15810,8 @@
|
|
|
15836
15810
|
"privacy": "public",
|
|
15837
15811
|
"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.",
|
|
15838
15812
|
"inheritedFrom": {
|
|
15839
|
-
"name": "
|
|
15840
|
-
"module": "src/
|
|
15813
|
+
"name": "FoundationElement",
|
|
15814
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15841
15815
|
}
|
|
15842
15816
|
},
|
|
15843
15817
|
{
|
|
@@ -15850,8 +15824,8 @@
|
|
|
15850
15824
|
}
|
|
15851
15825
|
},
|
|
15852
15826
|
"inheritedFrom": {
|
|
15853
|
-
"name": "
|
|
15854
|
-
"module": "src/
|
|
15827
|
+
"name": "FoundationElement",
|
|
15828
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15855
15829
|
}
|
|
15856
15830
|
},
|
|
15857
15831
|
{
|
|
@@ -15881,49 +15855,57 @@
|
|
|
15881
15855
|
],
|
|
15882
15856
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15883
15857
|
"inheritedFrom": {
|
|
15884
|
-
"name": "
|
|
15885
|
-
"module": "src/
|
|
15886
|
-
}
|
|
15887
|
-
}
|
|
15888
|
-
],
|
|
15889
|
-
"events": [
|
|
15890
|
-
{
|
|
15891
|
-
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
15892
|
-
"name": "click",
|
|
15893
|
-
"inheritedFrom": {
|
|
15894
|
-
"name": "Flipper",
|
|
15895
|
-
"module": "src/flipper/flipper.ts"
|
|
15858
|
+
"name": "FoundationElement",
|
|
15859
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15896
15860
|
}
|
|
15897
15861
|
}
|
|
15898
15862
|
]
|
|
15899
15863
|
},
|
|
15900
15864
|
{
|
|
15901
15865
|
"kind": "variable",
|
|
15902
|
-
"name": "
|
|
15866
|
+
"name": "zeroFlyout",
|
|
15867
|
+
"description": "The Zero Flyout",
|
|
15868
|
+
"privacy": "public"
|
|
15903
15869
|
}
|
|
15904
15870
|
],
|
|
15905
15871
|
"exports": [
|
|
15906
15872
|
{
|
|
15907
15873
|
"kind": "js",
|
|
15908
|
-
"name": "
|
|
15874
|
+
"name": "defaultFlyoutConfig",
|
|
15909
15875
|
"declaration": {
|
|
15910
|
-
"name": "
|
|
15911
|
-
"module": "src/
|
|
15876
|
+
"name": "defaultFlyoutConfig",
|
|
15877
|
+
"module": "src/flyout/flyout.ts"
|
|
15912
15878
|
}
|
|
15913
15879
|
},
|
|
15914
15880
|
{
|
|
15915
15881
|
"kind": "js",
|
|
15916
|
-
"name": "
|
|
15882
|
+
"name": "zeroFlyoutShadowOptions",
|
|
15917
15883
|
"declaration": {
|
|
15918
|
-
"name": "
|
|
15919
|
-
"module": "src/
|
|
15884
|
+
"name": "zeroFlyoutShadowOptions",
|
|
15885
|
+
"module": "src/flyout/flyout.ts"
|
|
15886
|
+
}
|
|
15887
|
+
},
|
|
15888
|
+
{
|
|
15889
|
+
"kind": "js",
|
|
15890
|
+
"name": "Flyout",
|
|
15891
|
+
"declaration": {
|
|
15892
|
+
"name": "Flyout",
|
|
15893
|
+
"module": "src/flyout/flyout.ts"
|
|
15894
|
+
}
|
|
15895
|
+
},
|
|
15896
|
+
{
|
|
15897
|
+
"kind": "js",
|
|
15898
|
+
"name": "zeroFlyout",
|
|
15899
|
+
"declaration": {
|
|
15900
|
+
"name": "zeroFlyout",
|
|
15901
|
+
"module": "src/flyout/flyout.ts"
|
|
15920
15902
|
}
|
|
15921
15903
|
}
|
|
15922
15904
|
]
|
|
15923
15905
|
},
|
|
15924
15906
|
{
|
|
15925
15907
|
"kind": "javascript-module",
|
|
15926
|
-
"path": "src/
|
|
15908
|
+
"path": "src/flyout/index.ts",
|
|
15927
15909
|
"declarations": [],
|
|
15928
15910
|
"exports": [
|
|
15929
15911
|
{
|
|
@@ -15931,7 +15913,7 @@
|
|
|
15931
15913
|
"name": "*",
|
|
15932
15914
|
"declaration": {
|
|
15933
15915
|
"name": "*",
|
|
15934
|
-
"package": "./
|
|
15916
|
+
"package": "./flyout"
|
|
15935
15917
|
}
|
|
15936
15918
|
},
|
|
15937
15919
|
{
|
|
@@ -15939,7 +15921,7 @@
|
|
|
15939
15921
|
"name": "*",
|
|
15940
15922
|
"declaration": {
|
|
15941
15923
|
"name": "*",
|
|
15942
|
-
"package": "./
|
|
15924
|
+
"package": "./flyout.styles"
|
|
15943
15925
|
}
|
|
15944
15926
|
},
|
|
15945
15927
|
{
|
|
@@ -15947,14 +15929,14 @@
|
|
|
15947
15929
|
"name": "*",
|
|
15948
15930
|
"declaration": {
|
|
15949
15931
|
"name": "*",
|
|
15950
|
-
"package": "./
|
|
15932
|
+
"package": "./flyout.template"
|
|
15951
15933
|
}
|
|
15952
15934
|
}
|
|
15953
15935
|
]
|
|
15954
15936
|
},
|
|
15955
15937
|
{
|
|
15956
15938
|
"kind": "javascript-module",
|
|
15957
|
-
"path": "src/
|
|
15939
|
+
"path": "src/flipper/flipper.stories.ts",
|
|
15958
15940
|
"declarations": [
|
|
15959
15941
|
{
|
|
15960
15942
|
"kind": "variable",
|
|
@@ -15962,7 +15944,7 @@
|
|
|
15962
15944
|
"type": {
|
|
15963
15945
|
"text": "Meta"
|
|
15964
15946
|
},
|
|
15965
|
-
"default": "{\n title: '
|
|
15947
|
+
"default": "{\n title: 'Flipper',\n component: 'zero-flipper',\n}"
|
|
15966
15948
|
},
|
|
15967
15949
|
{
|
|
15968
15950
|
"kind": "variable",
|
|
@@ -15970,7 +15952,7 @@
|
|
|
15970
15952
|
"type": {
|
|
15971
15953
|
"text": "StoryObj"
|
|
15972
15954
|
},
|
|
15973
|
-
"default": "{\n argTypes: {\n
|
|
15955
|
+
"default": "{\n argTypes: {\n direction: {\n control: 'select',\n options: ['previous', 'next'],\n },\n },\n args: {\n direction: 'next',\n },\n render: ({ direction }) => html`\n <zero-flipper direction=\"${direction}\">Zero Flipper</zero-flipper>\n `,\n}"
|
|
15974
15956
|
}
|
|
15975
15957
|
],
|
|
15976
15958
|
"exports": [
|
|
@@ -15979,7 +15961,7 @@
|
|
|
15979
15961
|
"name": "default",
|
|
15980
15962
|
"declaration": {
|
|
15981
15963
|
"name": "meta",
|
|
15982
|
-
"module": "src/
|
|
15964
|
+
"module": "src/flipper/flipper.stories.ts"
|
|
15983
15965
|
}
|
|
15984
15966
|
},
|
|
15985
15967
|
{
|
|
@@ -15987,173 +15969,199 @@
|
|
|
15987
15969
|
"name": "Primary",
|
|
15988
15970
|
"declaration": {
|
|
15989
15971
|
"name": "Primary",
|
|
15990
|
-
"module": "src/
|
|
15972
|
+
"module": "src/flipper/flipper.stories.ts"
|
|
15991
15973
|
}
|
|
15992
15974
|
}
|
|
15993
15975
|
]
|
|
15994
15976
|
},
|
|
15995
15977
|
{
|
|
15996
15978
|
"kind": "javascript-module",
|
|
15997
|
-
"path": "src/
|
|
15979
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
15998
15980
|
"declarations": [
|
|
15999
15981
|
{
|
|
16000
|
-
"kind": "
|
|
16001
|
-
"name": "
|
|
16002
|
-
"
|
|
15982
|
+
"kind": "function",
|
|
15983
|
+
"name": "zeroFlipperStyles",
|
|
15984
|
+
"return": {
|
|
15985
|
+
"type": {
|
|
15986
|
+
"text": "ElementStyles"
|
|
15987
|
+
}
|
|
15988
|
+
},
|
|
15989
|
+
"parameters": [
|
|
15990
|
+
{
|
|
15991
|
+
"name": "context",
|
|
15992
|
+
"type": {
|
|
15993
|
+
"text": "ElementDefinitionContext"
|
|
15994
|
+
}
|
|
15995
|
+
},
|
|
15996
|
+
{
|
|
15997
|
+
"name": "definition",
|
|
15998
|
+
"type": {
|
|
15999
|
+
"text": "FlipperOptions"
|
|
16000
|
+
}
|
|
16001
|
+
}
|
|
16002
|
+
]
|
|
16003
16003
|
}
|
|
16004
16004
|
],
|
|
16005
16005
|
"exports": [
|
|
16006
16006
|
{
|
|
16007
16007
|
"kind": "js",
|
|
16008
|
-
"name": "
|
|
16008
|
+
"name": "zeroFlipperStyles",
|
|
16009
16009
|
"declaration": {
|
|
16010
|
-
"name": "
|
|
16011
|
-
"module": "src/
|
|
16010
|
+
"name": "zeroFlipperStyles",
|
|
16011
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
16012
16012
|
}
|
|
16013
16013
|
}
|
|
16014
16014
|
]
|
|
16015
16015
|
},
|
|
16016
16016
|
{
|
|
16017
16017
|
"kind": "javascript-module",
|
|
16018
|
-
"path": "src/
|
|
16018
|
+
"path": "src/flipper/flipper.template.ts",
|
|
16019
16019
|
"declarations": [
|
|
16020
16020
|
{
|
|
16021
|
-
"kind": "
|
|
16022
|
-
"name": "
|
|
16023
|
-
"
|
|
16021
|
+
"kind": "function",
|
|
16022
|
+
"name": "zeroFlipperTemplate",
|
|
16023
|
+
"return": {
|
|
16024
|
+
"type": {
|
|
16025
|
+
"text": "ViewTemplate<Flipper>"
|
|
16026
|
+
}
|
|
16027
|
+
},
|
|
16028
|
+
"parameters": [
|
|
16029
|
+
{
|
|
16030
|
+
"name": "context",
|
|
16031
|
+
"type": {
|
|
16032
|
+
"text": "ElementDefinitionContext"
|
|
16033
|
+
}
|
|
16034
|
+
},
|
|
16035
|
+
{
|
|
16036
|
+
"name": "definition",
|
|
16037
|
+
"type": {
|
|
16038
|
+
"text": "FlipperOptions"
|
|
16039
|
+
}
|
|
16040
|
+
}
|
|
16041
|
+
]
|
|
16024
16042
|
}
|
|
16025
16043
|
],
|
|
16026
16044
|
"exports": [
|
|
16027
16045
|
{
|
|
16028
16046
|
"kind": "js",
|
|
16029
|
-
"name": "
|
|
16047
|
+
"name": "zeroFlipperTemplate",
|
|
16030
16048
|
"declaration": {
|
|
16031
|
-
"name": "
|
|
16032
|
-
"module": "src/
|
|
16049
|
+
"name": "zeroFlipperTemplate",
|
|
16050
|
+
"module": "src/flipper/flipper.template.ts"
|
|
16033
16051
|
}
|
|
16034
16052
|
}
|
|
16035
16053
|
]
|
|
16036
16054
|
},
|
|
16037
16055
|
{
|
|
16038
16056
|
"kind": "javascript-module",
|
|
16039
|
-
"path": "src/
|
|
16057
|
+
"path": "src/flipper/flipper.ts",
|
|
16040
16058
|
"declarations": [
|
|
16041
|
-
{
|
|
16042
|
-
"kind": "variable",
|
|
16043
|
-
"name": "defaultFlyoutConfig",
|
|
16044
|
-
"default": "foundationConfig"
|
|
16045
|
-
},
|
|
16046
|
-
{
|
|
16047
|
-
"kind": "variable",
|
|
16048
|
-
"name": "zeroFlyoutShadowOptions",
|
|
16049
|
-
"default": "foundationFlyoutShadowOptions"
|
|
16050
|
-
},
|
|
16051
16059
|
{
|
|
16052
16060
|
"kind": "class",
|
|
16053
16061
|
"description": "",
|
|
16054
|
-
"name": "
|
|
16062
|
+
"name": "Flipper",
|
|
16055
16063
|
"superclass": {
|
|
16056
|
-
"name": "
|
|
16064
|
+
"name": "FoundationFlipper",
|
|
16057
16065
|
"package": "@genesislcap/foundation-ui"
|
|
16058
16066
|
},
|
|
16059
|
-
"tagName": "%%prefix%%-
|
|
16067
|
+
"tagName": "%%prefix%%-flipper",
|
|
16060
16068
|
"customElement": true,
|
|
16061
16069
|
"attributes": [
|
|
16062
16070
|
{
|
|
16063
|
-
"name": "position",
|
|
16064
16071
|
"type": {
|
|
16065
|
-
"text": "
|
|
16072
|
+
"text": "boolean"
|
|
16066
16073
|
},
|
|
16067
|
-
"
|
|
16068
|
-
"fieldName": "
|
|
16074
|
+
"description": "The disabled state of the flipper.",
|
|
16075
|
+
"fieldName": "disabled",
|
|
16069
16076
|
"inheritedFrom": {
|
|
16070
|
-
"name": "
|
|
16071
|
-
"module": "src/
|
|
16077
|
+
"name": "Flipper",
|
|
16078
|
+
"module": "src/flipper/flipper.ts"
|
|
16072
16079
|
}
|
|
16073
16080
|
},
|
|
16074
16081
|
{
|
|
16082
|
+
"name": "aria-hidden",
|
|
16075
16083
|
"type": {
|
|
16076
16084
|
"text": "boolean"
|
|
16077
16085
|
},
|
|
16078
16086
|
"default": "true",
|
|
16079
|
-
"
|
|
16087
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
16088
|
+
"fieldName": "hiddenFromAT",
|
|
16080
16089
|
"inheritedFrom": {
|
|
16081
|
-
"name": "
|
|
16082
|
-
"module": "src/
|
|
16090
|
+
"name": "Flipper",
|
|
16091
|
+
"module": "src/flipper/flipper.ts"
|
|
16092
|
+
}
|
|
16093
|
+
},
|
|
16094
|
+
{
|
|
16095
|
+
"name": "direction",
|
|
16096
|
+
"type": {
|
|
16097
|
+
"text": "FlipperDirection"
|
|
16098
|
+
},
|
|
16099
|
+
"description": "The direction that the flipper implies navigating.",
|
|
16100
|
+
"fieldName": "direction",
|
|
16101
|
+
"inheritedFrom": {
|
|
16102
|
+
"name": "Flipper",
|
|
16103
|
+
"module": "src/flipper/flipper.ts"
|
|
16083
16104
|
}
|
|
16084
16105
|
}
|
|
16085
16106
|
],
|
|
16086
16107
|
"members": [
|
|
16087
16108
|
{
|
|
16088
16109
|
"kind": "field",
|
|
16089
|
-
"name": "
|
|
16110
|
+
"name": "disabled",
|
|
16090
16111
|
"type": {
|
|
16091
|
-
"text": "
|
|
16112
|
+
"text": "boolean"
|
|
16092
16113
|
},
|
|
16093
|
-
"
|
|
16114
|
+
"privacy": "public",
|
|
16115
|
+
"description": "The disabled state of the flipper.",
|
|
16094
16116
|
"inheritedFrom": {
|
|
16095
|
-
"name": "
|
|
16096
|
-
"module": "src/
|
|
16097
|
-
}
|
|
16098
|
-
},
|
|
16099
|
-
{
|
|
16100
|
-
"kind": "field",
|
|
16101
|
-
"name": "displayHeader",
|
|
16102
|
-
"type": {
|
|
16103
|
-
"text": "boolean"
|
|
16104
|
-
},
|
|
16105
|
-
"default": "true",
|
|
16106
|
-
"inheritedFrom": {
|
|
16107
|
-
"name": "Flyout",
|
|
16108
|
-
"module": "src/flyout/flyout.ts"
|
|
16117
|
+
"name": "Flipper",
|
|
16118
|
+
"module": "src/flipper/flipper.ts"
|
|
16109
16119
|
}
|
|
16110
16120
|
},
|
|
16111
16121
|
{
|
|
16112
16122
|
"kind": "field",
|
|
16113
|
-
"name": "
|
|
16123
|
+
"name": "hiddenFromAT",
|
|
16114
16124
|
"type": {
|
|
16115
16125
|
"text": "boolean"
|
|
16116
16126
|
},
|
|
16127
|
+
"privacy": "public",
|
|
16117
16128
|
"default": "true",
|
|
16129
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
16118
16130
|
"inheritedFrom": {
|
|
16119
|
-
"name": "
|
|
16120
|
-
"module": "src/
|
|
16121
|
-
}
|
|
16122
|
-
},
|
|
16123
|
-
{
|
|
16124
|
-
"kind": "method",
|
|
16125
|
-
"name": "closedChanged",
|
|
16126
|
-
"inheritedFrom": {
|
|
16127
|
-
"name": "Flyout",
|
|
16128
|
-
"module": "src/flyout/flyout.ts"
|
|
16131
|
+
"name": "Flipper",
|
|
16132
|
+
"module": "src/flipper/flipper.ts"
|
|
16129
16133
|
}
|
|
16130
16134
|
},
|
|
16131
16135
|
{
|
|
16132
16136
|
"kind": "field",
|
|
16133
|
-
"name": "
|
|
16137
|
+
"name": "direction",
|
|
16134
16138
|
"type": {
|
|
16135
|
-
"text": "
|
|
16139
|
+
"text": "FlipperDirection"
|
|
16136
16140
|
},
|
|
16137
|
-
"
|
|
16138
|
-
"
|
|
16139
|
-
"name": "Flyout",
|
|
16140
|
-
"module": "src/flyout/flyout.ts"
|
|
16141
|
-
}
|
|
16142
|
-
},
|
|
16143
|
-
{
|
|
16144
|
-
"kind": "method",
|
|
16145
|
-
"name": "closeFlyout",
|
|
16141
|
+
"privacy": "public",
|
|
16142
|
+
"description": "The direction that the flipper implies navigating.",
|
|
16146
16143
|
"inheritedFrom": {
|
|
16147
|
-
"name": "
|
|
16148
|
-
"module": "src/
|
|
16144
|
+
"name": "Flipper",
|
|
16145
|
+
"module": "src/flipper/flipper.ts"
|
|
16149
16146
|
}
|
|
16150
16147
|
},
|
|
16151
16148
|
{
|
|
16152
16149
|
"kind": "method",
|
|
16153
|
-
"name": "
|
|
16150
|
+
"name": "keyupHandler",
|
|
16151
|
+
"privacy": "public",
|
|
16152
|
+
"parameters": [
|
|
16153
|
+
{
|
|
16154
|
+
"name": "e",
|
|
16155
|
+
"type": {
|
|
16156
|
+
"text": "Event & KeyboardEvent"
|
|
16157
|
+
},
|
|
16158
|
+
"description": "Keyboard event"
|
|
16159
|
+
}
|
|
16160
|
+
],
|
|
16161
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
16154
16162
|
"inheritedFrom": {
|
|
16155
|
-
"name": "
|
|
16156
|
-
"module": "src/
|
|
16163
|
+
"name": "Flipper",
|
|
16164
|
+
"module": "src/flipper/flipper.ts"
|
|
16157
16165
|
}
|
|
16158
16166
|
},
|
|
16159
16167
|
{
|
|
@@ -16165,8 +16173,8 @@
|
|
|
16165
16173
|
"privacy": "private",
|
|
16166
16174
|
"default": "void 0",
|
|
16167
16175
|
"inheritedFrom": {
|
|
16168
|
-
"name": "
|
|
16169
|
-
"module": "src/
|
|
16176
|
+
"name": "Flipper",
|
|
16177
|
+
"module": "src/flipper/flipper.ts"
|
|
16170
16178
|
}
|
|
16171
16179
|
},
|
|
16172
16180
|
{
|
|
@@ -16178,8 +16186,8 @@
|
|
|
16178
16186
|
"privacy": "public",
|
|
16179
16187
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16180
16188
|
"inheritedFrom": {
|
|
16181
|
-
"name": "
|
|
16182
|
-
"module": "src/
|
|
16189
|
+
"name": "Flipper",
|
|
16190
|
+
"module": "src/flipper/flipper.ts"
|
|
16183
16191
|
}
|
|
16184
16192
|
},
|
|
16185
16193
|
{
|
|
@@ -16191,8 +16199,8 @@
|
|
|
16191
16199
|
"privacy": "public",
|
|
16192
16200
|
"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.",
|
|
16193
16201
|
"inheritedFrom": {
|
|
16194
|
-
"name": "
|
|
16195
|
-
"module": "src/
|
|
16202
|
+
"name": "Flipper",
|
|
16203
|
+
"module": "src/flipper/flipper.ts"
|
|
16196
16204
|
}
|
|
16197
16205
|
},
|
|
16198
16206
|
{
|
|
@@ -16205,8 +16213,8 @@
|
|
|
16205
16213
|
}
|
|
16206
16214
|
},
|
|
16207
16215
|
"inheritedFrom": {
|
|
16208
|
-
"name": "
|
|
16209
|
-
"module": "src/
|
|
16216
|
+
"name": "Flipper",
|
|
16217
|
+
"module": "src/flipper/flipper.ts"
|
|
16210
16218
|
}
|
|
16211
16219
|
},
|
|
16212
16220
|
{
|
|
@@ -16218,8 +16226,8 @@
|
|
|
16218
16226
|
"privacy": "public",
|
|
16219
16227
|
"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.",
|
|
16220
16228
|
"inheritedFrom": {
|
|
16221
|
-
"name": "
|
|
16222
|
-
"module": "src/
|
|
16229
|
+
"name": "Flipper",
|
|
16230
|
+
"module": "src/flipper/flipper.ts"
|
|
16223
16231
|
}
|
|
16224
16232
|
},
|
|
16225
16233
|
{
|
|
@@ -16232,8 +16240,8 @@
|
|
|
16232
16240
|
}
|
|
16233
16241
|
},
|
|
16234
16242
|
"inheritedFrom": {
|
|
16235
|
-
"name": "
|
|
16236
|
-
"module": "src/
|
|
16243
|
+
"name": "Flipper",
|
|
16244
|
+
"module": "src/flipper/flipper.ts"
|
|
16237
16245
|
}
|
|
16238
16246
|
},
|
|
16239
16247
|
{
|
|
@@ -16263,57 +16271,49 @@
|
|
|
16263
16271
|
],
|
|
16264
16272
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16265
16273
|
"inheritedFrom": {
|
|
16266
|
-
"name": "
|
|
16267
|
-
"module": "src/
|
|
16274
|
+
"name": "Flipper",
|
|
16275
|
+
"module": "src/flipper/flipper.ts"
|
|
16276
|
+
}
|
|
16277
|
+
}
|
|
16278
|
+
],
|
|
16279
|
+
"events": [
|
|
16280
|
+
{
|
|
16281
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
16282
|
+
"name": "click",
|
|
16283
|
+
"inheritedFrom": {
|
|
16284
|
+
"name": "Flipper",
|
|
16285
|
+
"module": "src/flipper/flipper.ts"
|
|
16268
16286
|
}
|
|
16269
16287
|
}
|
|
16270
16288
|
]
|
|
16271
16289
|
},
|
|
16272
16290
|
{
|
|
16273
16291
|
"kind": "variable",
|
|
16274
|
-
"name": "
|
|
16275
|
-
"description": "The Zero Flyout",
|
|
16276
|
-
"privacy": "public"
|
|
16292
|
+
"name": "zeroFlipper"
|
|
16277
16293
|
}
|
|
16278
16294
|
],
|
|
16279
16295
|
"exports": [
|
|
16280
16296
|
{
|
|
16281
16297
|
"kind": "js",
|
|
16282
|
-
"name": "
|
|
16283
|
-
"declaration": {
|
|
16284
|
-
"name": "defaultFlyoutConfig",
|
|
16285
|
-
"module": "src/flyout/flyout.ts"
|
|
16286
|
-
}
|
|
16287
|
-
},
|
|
16288
|
-
{
|
|
16289
|
-
"kind": "js",
|
|
16290
|
-
"name": "zeroFlyoutShadowOptions",
|
|
16291
|
-
"declaration": {
|
|
16292
|
-
"name": "zeroFlyoutShadowOptions",
|
|
16293
|
-
"module": "src/flyout/flyout.ts"
|
|
16294
|
-
}
|
|
16295
|
-
},
|
|
16296
|
-
{
|
|
16297
|
-
"kind": "js",
|
|
16298
|
-
"name": "Flyout",
|
|
16298
|
+
"name": "Flipper",
|
|
16299
16299
|
"declaration": {
|
|
16300
|
-
"name": "
|
|
16301
|
-
"module": "src/
|
|
16300
|
+
"name": "Flipper",
|
|
16301
|
+
"module": "src/flipper/flipper.ts"
|
|
16302
16302
|
}
|
|
16303
16303
|
},
|
|
16304
16304
|
{
|
|
16305
16305
|
"kind": "js",
|
|
16306
|
-
"name": "
|
|
16306
|
+
"name": "zeroFlipper",
|
|
16307
16307
|
"declaration": {
|
|
16308
|
-
"name": "
|
|
16309
|
-
"module": "src/
|
|
16308
|
+
"name": "zeroFlipper",
|
|
16309
|
+
"module": "src/flipper/flipper.ts"
|
|
16310
16310
|
}
|
|
16311
16311
|
}
|
|
16312
16312
|
]
|
|
16313
16313
|
},
|
|
16314
16314
|
{
|
|
16315
16315
|
"kind": "javascript-module",
|
|
16316
|
-
"path": "src/
|
|
16316
|
+
"path": "src/flipper/index.ts",
|
|
16317
16317
|
"declarations": [],
|
|
16318
16318
|
"exports": [
|
|
16319
16319
|
{
|
|
@@ -16321,7 +16321,7 @@
|
|
|
16321
16321
|
"name": "*",
|
|
16322
16322
|
"declaration": {
|
|
16323
16323
|
"name": "*",
|
|
16324
|
-
"package": "./
|
|
16324
|
+
"package": "./flipper"
|
|
16325
16325
|
}
|
|
16326
16326
|
},
|
|
16327
16327
|
{
|
|
@@ -16329,7 +16329,7 @@
|
|
|
16329
16329
|
"name": "*",
|
|
16330
16330
|
"declaration": {
|
|
16331
16331
|
"name": "*",
|
|
16332
|
-
"package": "./
|
|
16332
|
+
"package": "./flipper.styles"
|
|
16333
16333
|
}
|
|
16334
16334
|
},
|
|
16335
16335
|
{
|
|
@@ -16337,7 +16337,7 @@
|
|
|
16337
16337
|
"name": "*",
|
|
16338
16338
|
"declaration": {
|
|
16339
16339
|
"name": "*",
|
|
16340
|
-
"package": "./
|
|
16340
|
+
"package": "./flipper.template"
|
|
16341
16341
|
}
|
|
16342
16342
|
}
|
|
16343
16343
|
]
|
|
@@ -25618,7 +25618,7 @@
|
|
|
25618
25618
|
},
|
|
25619
25619
|
{
|
|
25620
25620
|
"kind": "javascript-module",
|
|
25621
|
-
"path": "src/
|
|
25621
|
+
"path": "src/slider/index.ts",
|
|
25622
25622
|
"declarations": [],
|
|
25623
25623
|
"exports": [
|
|
25624
25624
|
{
|
|
@@ -25626,7 +25626,7 @@
|
|
|
25626
25626
|
"name": "*",
|
|
25627
25627
|
"declaration": {
|
|
25628
25628
|
"name": "*",
|
|
25629
|
-
"package": "./
|
|
25629
|
+
"package": "./slider"
|
|
25630
25630
|
}
|
|
25631
25631
|
},
|
|
25632
25632
|
{
|
|
@@ -25634,7 +25634,7 @@
|
|
|
25634
25634
|
"name": "*",
|
|
25635
25635
|
"declaration": {
|
|
25636
25636
|
"name": "*",
|
|
25637
|
-
"package": "./
|
|
25637
|
+
"package": "./slider.styles"
|
|
25638
25638
|
}
|
|
25639
25639
|
},
|
|
25640
25640
|
{
|
|
@@ -25642,14 +25642,14 @@
|
|
|
25642
25642
|
"name": "*",
|
|
25643
25643
|
"declaration": {
|
|
25644
25644
|
"name": "*",
|
|
25645
|
-
"package": "./
|
|
25645
|
+
"package": "./slider.template"
|
|
25646
25646
|
}
|
|
25647
25647
|
}
|
|
25648
25648
|
]
|
|
25649
25649
|
},
|
|
25650
25650
|
{
|
|
25651
25651
|
"kind": "javascript-module",
|
|
25652
|
-
"path": "src/
|
|
25652
|
+
"path": "src/slider/slider.stories.ts",
|
|
25653
25653
|
"declarations": [
|
|
25654
25654
|
{
|
|
25655
25655
|
"kind": "variable",
|
|
@@ -25657,7 +25657,7 @@
|
|
|
25657
25657
|
"type": {
|
|
25658
25658
|
"text": "Meta"
|
|
25659
25659
|
},
|
|
25660
|
-
"default": "{\n title: '
|
|
25660
|
+
"default": "{\n title: 'Slider',\n component: 'zero-slider',\n}"
|
|
25661
25661
|
},
|
|
25662
25662
|
{
|
|
25663
25663
|
"kind": "variable",
|
|
@@ -25665,7 +25665,15 @@
|
|
|
25665
25665
|
"type": {
|
|
25666
25666
|
"text": "StoryObj"
|
|
25667
25667
|
},
|
|
25668
|
-
"default": "{\n render: () => html`\n <div
|
|
25668
|
+
"default": "{\n render: () => html`\n <div style=\"min-height: 300px; width: 100%;\">\n <h6>Vertical</h6>\n <zero-slider min=\"0\" max=\"100\" step=\"10\" value=\"70\" orientation=\"vertical\"></zero-slider>\n <h6>Horizontal</h6>\n <zero-slider min=\"0\" max=\"100\" step=\"10\" value=\"70\"></zero-slider>\n </div>\n `,\n}"
|
|
25669
|
+
},
|
|
25670
|
+
{
|
|
25671
|
+
"kind": "variable",
|
|
25672
|
+
"name": "WithLabels",
|
|
25673
|
+
"type": {
|
|
25674
|
+
"text": "StoryObj"
|
|
25675
|
+
},
|
|
25676
|
+
"default": "{\n render: () => html`\n <div style=\"min-height: 300px; width: 100%; margin: 20px;\">\n <zero-slider min=\"0\" max=\"100\" step=\"10\" value=\"70\">\n <zero-slider-label position=\"0\">0%</zero-slider-label>\n <zero-slider-label position=\"10\">10%</zero-slider-label>\n <zero-slider-label position=\"90\">90%</zero-slider-label>\n <zero-slider-label position=\"100\">100%</zero-slider-label>\n </zero-slider>\n </div>\n `,\n}"
|
|
25669
25677
|
}
|
|
25670
25678
|
],
|
|
25671
25679
|
"exports": [
|
|
@@ -25674,7 +25682,7 @@
|
|
|
25674
25682
|
"name": "default",
|
|
25675
25683
|
"declaration": {
|
|
25676
25684
|
"name": "meta",
|
|
25677
|
-
"module": "src/
|
|
25685
|
+
"module": "src/slider/slider.stories.ts"
|
|
25678
25686
|
}
|
|
25679
25687
|
},
|
|
25680
25688
|
{
|
|
@@ -25682,18 +25690,26 @@
|
|
|
25682
25690
|
"name": "Primary",
|
|
25683
25691
|
"declaration": {
|
|
25684
25692
|
"name": "Primary",
|
|
25685
|
-
"module": "src/
|
|
25693
|
+
"module": "src/slider/slider.stories.ts"
|
|
25694
|
+
}
|
|
25695
|
+
},
|
|
25696
|
+
{
|
|
25697
|
+
"kind": "js",
|
|
25698
|
+
"name": "WithLabels",
|
|
25699
|
+
"declaration": {
|
|
25700
|
+
"name": "WithLabels",
|
|
25701
|
+
"module": "src/slider/slider.stories.ts"
|
|
25686
25702
|
}
|
|
25687
25703
|
}
|
|
25688
25704
|
]
|
|
25689
25705
|
},
|
|
25690
25706
|
{
|
|
25691
25707
|
"kind": "javascript-module",
|
|
25692
|
-
"path": "src/
|
|
25708
|
+
"path": "src/slider/slider.styles.ts",
|
|
25693
25709
|
"declarations": [
|
|
25694
25710
|
{
|
|
25695
25711
|
"kind": "function",
|
|
25696
|
-
"name": "
|
|
25712
|
+
"name": "zeroSliderStyles",
|
|
25697
25713
|
"return": {
|
|
25698
25714
|
"type": {
|
|
25699
25715
|
"text": "ElementStyles"
|
|
@@ -25709,7 +25725,7 @@
|
|
|
25709
25725
|
{
|
|
25710
25726
|
"name": "definition",
|
|
25711
25727
|
"type": {
|
|
25712
|
-
"text": "
|
|
25728
|
+
"text": "SliderOptions"
|
|
25713
25729
|
}
|
|
25714
25730
|
}
|
|
25715
25731
|
]
|
|
@@ -25718,24 +25734,24 @@
|
|
|
25718
25734
|
"exports": [
|
|
25719
25735
|
{
|
|
25720
25736
|
"kind": "js",
|
|
25721
|
-
"name": "
|
|
25737
|
+
"name": "zeroSliderStyles",
|
|
25722
25738
|
"declaration": {
|
|
25723
|
-
"name": "
|
|
25724
|
-
"module": "src/
|
|
25739
|
+
"name": "zeroSliderStyles",
|
|
25740
|
+
"module": "src/slider/slider.styles.ts"
|
|
25725
25741
|
}
|
|
25726
25742
|
}
|
|
25727
25743
|
]
|
|
25728
25744
|
},
|
|
25729
25745
|
{
|
|
25730
25746
|
"kind": "javascript-module",
|
|
25731
|
-
"path": "src/
|
|
25747
|
+
"path": "src/slider/slider.template.ts",
|
|
25732
25748
|
"declarations": [
|
|
25733
25749
|
{
|
|
25734
25750
|
"kind": "function",
|
|
25735
|
-
"name": "
|
|
25751
|
+
"name": "zeroSliderTemplate",
|
|
25736
25752
|
"return": {
|
|
25737
25753
|
"type": {
|
|
25738
|
-
"text": "ViewTemplate<
|
|
25754
|
+
"text": "ViewTemplate<Slider>"
|
|
25739
25755
|
}
|
|
25740
25756
|
},
|
|
25741
25757
|
"parameters": [
|
|
@@ -25748,7 +25764,7 @@
|
|
|
25748
25764
|
{
|
|
25749
25765
|
"name": "definition",
|
|
25750
25766
|
"type": {
|
|
25751
|
-
"text": "
|
|
25767
|
+
"text": "SliderOptions"
|
|
25752
25768
|
}
|
|
25753
25769
|
}
|
|
25754
25770
|
]
|
|
@@ -25757,521 +25773,436 @@
|
|
|
25757
25773
|
"exports": [
|
|
25758
25774
|
{
|
|
25759
25775
|
"kind": "js",
|
|
25760
|
-
"name": "
|
|
25776
|
+
"name": "zeroSliderTemplate",
|
|
25761
25777
|
"declaration": {
|
|
25762
|
-
"name": "
|
|
25763
|
-
"module": "src/
|
|
25778
|
+
"name": "zeroSliderTemplate",
|
|
25779
|
+
"module": "src/slider/slider.template.ts"
|
|
25764
25780
|
}
|
|
25765
25781
|
}
|
|
25766
25782
|
]
|
|
25767
25783
|
},
|
|
25768
25784
|
{
|
|
25769
25785
|
"kind": "javascript-module",
|
|
25770
|
-
"path": "src/
|
|
25786
|
+
"path": "src/slider/slider.ts",
|
|
25771
25787
|
"declarations": [
|
|
25772
25788
|
{
|
|
25773
25789
|
"kind": "class",
|
|
25774
25790
|
"description": "",
|
|
25775
|
-
"name": "
|
|
25791
|
+
"name": "Slider",
|
|
25776
25792
|
"superclass": {
|
|
25777
|
-
"name": "
|
|
25793
|
+
"name": "FoundationSlider",
|
|
25778
25794
|
"package": "@genesislcap/foundation-ui"
|
|
25779
25795
|
},
|
|
25780
|
-
"tagName": "%%prefix%%-
|
|
25796
|
+
"tagName": "%%prefix%%-slider",
|
|
25781
25797
|
"customElement": true,
|
|
25782
25798
|
"attributes": [
|
|
25783
25799
|
{
|
|
25784
|
-
"name": "
|
|
25800
|
+
"name": "readonly",
|
|
25785
25801
|
"type": {
|
|
25786
|
-
"text": "
|
|
25802
|
+
"text": "boolean"
|
|
25787
25803
|
},
|
|
25788
|
-
"description": "
|
|
25789
|
-
"fieldName": "
|
|
25804
|
+
"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.",
|
|
25805
|
+
"fieldName": "readOnly",
|
|
25790
25806
|
"inheritedFrom": {
|
|
25791
|
-
"name": "
|
|
25792
|
-
"module": "src/
|
|
25807
|
+
"name": "Slider",
|
|
25808
|
+
"module": "src/slider/slider.ts"
|
|
25793
25809
|
}
|
|
25794
25810
|
},
|
|
25795
25811
|
{
|
|
25796
|
-
"name": "shape",
|
|
25797
25812
|
"type": {
|
|
25798
|
-
"text": "
|
|
25813
|
+
"text": "number"
|
|
25799
25814
|
},
|
|
25800
|
-
"default": "
|
|
25801
|
-
"description": "
|
|
25802
|
-
"fieldName": "
|
|
25815
|
+
"default": "0",
|
|
25816
|
+
"description": "The minimum allowed value.",
|
|
25817
|
+
"fieldName": "min",
|
|
25803
25818
|
"inheritedFrom": {
|
|
25804
|
-
"name": "
|
|
25805
|
-
"module": "src/
|
|
25819
|
+
"name": "Slider",
|
|
25820
|
+
"module": "src/slider/slider.ts"
|
|
25806
25821
|
}
|
|
25807
25822
|
},
|
|
25808
25823
|
{
|
|
25809
|
-
"name": "
|
|
25824
|
+
"name": "orientation",
|
|
25810
25825
|
"type": {
|
|
25811
|
-
"text": "
|
|
25826
|
+
"text": "Orientation"
|
|
25812
25827
|
},
|
|
25813
|
-
"description": "
|
|
25814
|
-
"fieldName": "
|
|
25828
|
+
"description": "The orientation of the slider.",
|
|
25829
|
+
"fieldName": "orientation",
|
|
25815
25830
|
"inheritedFrom": {
|
|
25816
|
-
"name": "
|
|
25817
|
-
"module": "src/
|
|
25831
|
+
"name": "Slider",
|
|
25832
|
+
"module": "src/slider/slider.ts"
|
|
25818
25833
|
}
|
|
25819
25834
|
},
|
|
25820
25835
|
{
|
|
25836
|
+
"name": "mode",
|
|
25821
25837
|
"type": {
|
|
25822
|
-
"text": "
|
|
25838
|
+
"text": "SliderMode"
|
|
25823
25839
|
},
|
|
25824
|
-
"description": "
|
|
25825
|
-
"fieldName": "
|
|
25840
|
+
"description": "The selection mode.",
|
|
25841
|
+
"fieldName": "mode",
|
|
25826
25842
|
"inheritedFrom": {
|
|
25827
|
-
"name": "
|
|
25828
|
-
"module": "src/
|
|
25843
|
+
"name": "Slider",
|
|
25844
|
+
"module": "src/slider/slider.ts"
|
|
25829
25845
|
}
|
|
25830
25846
|
}
|
|
25831
25847
|
],
|
|
25832
25848
|
"members": [
|
|
25833
25849
|
{
|
|
25834
25850
|
"kind": "field",
|
|
25835
|
-
"name": "
|
|
25851
|
+
"name": "readOnly",
|
|
25836
25852
|
"type": {
|
|
25837
|
-
"text": "
|
|
25853
|
+
"text": "boolean"
|
|
25838
25854
|
},
|
|
25839
25855
|
"privacy": "public",
|
|
25840
|
-
"description": "
|
|
25856
|
+
"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.",
|
|
25841
25857
|
"inheritedFrom": {
|
|
25842
|
-
"name": "
|
|
25843
|
-
"module": "src/
|
|
25858
|
+
"name": "Slider",
|
|
25859
|
+
"module": "src/slider/slider.ts"
|
|
25860
|
+
}
|
|
25861
|
+
},
|
|
25862
|
+
{
|
|
25863
|
+
"kind": "method",
|
|
25864
|
+
"name": "readOnlyChanged",
|
|
25865
|
+
"privacy": "private",
|
|
25866
|
+
"return": {
|
|
25867
|
+
"type": {
|
|
25868
|
+
"text": "void"
|
|
25869
|
+
}
|
|
25870
|
+
},
|
|
25871
|
+
"inheritedFrom": {
|
|
25872
|
+
"name": "Slider",
|
|
25873
|
+
"module": "src/slider/slider.ts"
|
|
25844
25874
|
}
|
|
25845
25875
|
},
|
|
25846
25876
|
{
|
|
25847
25877
|
"kind": "field",
|
|
25848
|
-
"name": "
|
|
25878
|
+
"name": "valueAsNumber",
|
|
25849
25879
|
"type": {
|
|
25850
|
-
"text": "
|
|
25880
|
+
"text": "number"
|
|
25851
25881
|
},
|
|
25852
25882
|
"privacy": "public",
|
|
25853
|
-
"
|
|
25854
|
-
"description": "Indicates what the shape of the Skeleton should be.",
|
|
25883
|
+
"description": "The value property, typed as a number.",
|
|
25855
25884
|
"inheritedFrom": {
|
|
25856
|
-
"name": "
|
|
25857
|
-
"module": "src/
|
|
25885
|
+
"name": "Slider",
|
|
25886
|
+
"module": "src/slider/slider.ts"
|
|
25858
25887
|
}
|
|
25859
25888
|
},
|
|
25860
25889
|
{
|
|
25861
25890
|
"kind": "field",
|
|
25862
|
-
"name": "
|
|
25891
|
+
"name": "valueTextFormatter",
|
|
25863
25892
|
"type": {
|
|
25864
|
-
"text": "string"
|
|
25893
|
+
"text": "(value: string) => string | null"
|
|
25865
25894
|
},
|
|
25866
25895
|
"privacy": "public",
|
|
25867
|
-
"description": "
|
|
25896
|
+
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
25868
25897
|
"inheritedFrom": {
|
|
25869
|
-
"name": "
|
|
25870
|
-
"module": "src/
|
|
25898
|
+
"name": "Slider",
|
|
25899
|
+
"module": "src/slider/slider.ts"
|
|
25871
25900
|
}
|
|
25872
25901
|
},
|
|
25873
25902
|
{
|
|
25874
25903
|
"kind": "field",
|
|
25875
|
-
"name": "
|
|
25904
|
+
"name": "min",
|
|
25876
25905
|
"type": {
|
|
25877
|
-
"text": "
|
|
25906
|
+
"text": "number"
|
|
25878
25907
|
},
|
|
25879
25908
|
"privacy": "public",
|
|
25880
|
-
"
|
|
25909
|
+
"default": "0",
|
|
25910
|
+
"description": "The minimum allowed value.",
|
|
25881
25911
|
"inheritedFrom": {
|
|
25882
|
-
"name": "
|
|
25883
|
-
"module": "src/
|
|
25912
|
+
"name": "Slider",
|
|
25913
|
+
"module": "src/slider/slider.ts"
|
|
25914
|
+
}
|
|
25915
|
+
},
|
|
25916
|
+
{
|
|
25917
|
+
"kind": "method",
|
|
25918
|
+
"name": "minChanged",
|
|
25919
|
+
"privacy": "private",
|
|
25920
|
+
"return": {
|
|
25921
|
+
"type": {
|
|
25922
|
+
"text": "void"
|
|
25923
|
+
}
|
|
25924
|
+
},
|
|
25925
|
+
"inheritedFrom": {
|
|
25926
|
+
"name": "Slider",
|
|
25927
|
+
"module": "src/slider/slider.ts"
|
|
25884
25928
|
}
|
|
25885
25929
|
},
|
|
25886
25930
|
{
|
|
25887
25931
|
"kind": "field",
|
|
25888
|
-
"name": "
|
|
25932
|
+
"name": "max",
|
|
25889
25933
|
"type": {
|
|
25890
|
-
"text": "
|
|
25934
|
+
"text": "number"
|
|
25891
25935
|
},
|
|
25936
|
+
"privacy": "public",
|
|
25937
|
+
"default": "10",
|
|
25938
|
+
"description": "The maximum allowed value.",
|
|
25939
|
+
"inheritedFrom": {
|
|
25940
|
+
"name": "Slider",
|
|
25941
|
+
"module": "src/slider/slider.ts"
|
|
25942
|
+
}
|
|
25943
|
+
},
|
|
25944
|
+
{
|
|
25945
|
+
"kind": "method",
|
|
25946
|
+
"name": "maxChanged",
|
|
25892
25947
|
"privacy": "private",
|
|
25893
|
-
"
|
|
25948
|
+
"return": {
|
|
25949
|
+
"type": {
|
|
25950
|
+
"text": "void"
|
|
25951
|
+
}
|
|
25952
|
+
},
|
|
25894
25953
|
"inheritedFrom": {
|
|
25895
|
-
"name": "
|
|
25896
|
-
"module": "src/
|
|
25954
|
+
"name": "Slider",
|
|
25955
|
+
"module": "src/slider/slider.ts"
|
|
25897
25956
|
}
|
|
25898
25957
|
},
|
|
25899
25958
|
{
|
|
25900
25959
|
"kind": "field",
|
|
25901
|
-
"name": "
|
|
25960
|
+
"name": "step",
|
|
25902
25961
|
"type": {
|
|
25903
|
-
"text": "
|
|
25962
|
+
"text": "number"
|
|
25904
25963
|
},
|
|
25905
25964
|
"privacy": "public",
|
|
25906
|
-
"
|
|
25965
|
+
"default": "1",
|
|
25966
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
25907
25967
|
"inheritedFrom": {
|
|
25908
|
-
"name": "
|
|
25909
|
-
"module": "src/
|
|
25968
|
+
"name": "Slider",
|
|
25969
|
+
"module": "src/slider/slider.ts"
|
|
25970
|
+
}
|
|
25971
|
+
},
|
|
25972
|
+
{
|
|
25973
|
+
"kind": "method",
|
|
25974
|
+
"name": "stepChanged",
|
|
25975
|
+
"privacy": "private",
|
|
25976
|
+
"return": {
|
|
25977
|
+
"type": {
|
|
25978
|
+
"text": "void"
|
|
25979
|
+
}
|
|
25980
|
+
},
|
|
25981
|
+
"inheritedFrom": {
|
|
25982
|
+
"name": "Slider",
|
|
25983
|
+
"module": "src/slider/slider.ts"
|
|
25910
25984
|
}
|
|
25911
25985
|
},
|
|
25912
25986
|
{
|
|
25913
25987
|
"kind": "field",
|
|
25914
|
-
"name": "
|
|
25988
|
+
"name": "orientation",
|
|
25915
25989
|
"type": {
|
|
25916
|
-
"text": "
|
|
25990
|
+
"text": "Orientation"
|
|
25917
25991
|
},
|
|
25918
25992
|
"privacy": "public",
|
|
25919
|
-
"description": "
|
|
25993
|
+
"description": "The orientation of the slider.",
|
|
25920
25994
|
"inheritedFrom": {
|
|
25921
|
-
"name": "
|
|
25922
|
-
"module": "src/
|
|
25995
|
+
"name": "Slider",
|
|
25996
|
+
"module": "src/slider/slider.ts"
|
|
25923
25997
|
}
|
|
25924
25998
|
},
|
|
25925
25999
|
{
|
|
25926
26000
|
"kind": "method",
|
|
25927
|
-
"name": "
|
|
25928
|
-
"privacy": "
|
|
26001
|
+
"name": "orientationChanged",
|
|
26002
|
+
"privacy": "private",
|
|
25929
26003
|
"return": {
|
|
25930
26004
|
"type": {
|
|
25931
26005
|
"text": "void"
|
|
25932
26006
|
}
|
|
25933
26007
|
},
|
|
25934
26008
|
"inheritedFrom": {
|
|
25935
|
-
"name": "
|
|
25936
|
-
"module": "src/
|
|
26009
|
+
"name": "Slider",
|
|
26010
|
+
"module": "src/slider/slider.ts"
|
|
25937
26011
|
}
|
|
25938
26012
|
},
|
|
25939
26013
|
{
|
|
25940
26014
|
"kind": "field",
|
|
25941
|
-
"name": "
|
|
26015
|
+
"name": "mode",
|
|
25942
26016
|
"type": {
|
|
25943
|
-
"text": "
|
|
26017
|
+
"text": "SliderMode"
|
|
25944
26018
|
},
|
|
25945
26019
|
"privacy": "public",
|
|
25946
|
-
"description": "
|
|
26020
|
+
"description": "The selection mode.",
|
|
25947
26021
|
"inheritedFrom": {
|
|
25948
|
-
"name": "
|
|
25949
|
-
"module": "src/
|
|
26022
|
+
"name": "Slider",
|
|
26023
|
+
"module": "src/slider/slider.ts"
|
|
25950
26024
|
}
|
|
25951
26025
|
},
|
|
25952
26026
|
{
|
|
25953
26027
|
"kind": "method",
|
|
25954
|
-
"name": "
|
|
25955
|
-
"privacy": "
|
|
26028
|
+
"name": "increment",
|
|
26029
|
+
"privacy": "public",
|
|
25956
26030
|
"return": {
|
|
25957
26031
|
"type": {
|
|
25958
26032
|
"text": "void"
|
|
25959
26033
|
}
|
|
25960
26034
|
},
|
|
26035
|
+
"description": "Increment the value by the step",
|
|
25961
26036
|
"inheritedFrom": {
|
|
25962
|
-
"name": "
|
|
25963
|
-
"module": "src/
|
|
26037
|
+
"name": "Slider",
|
|
26038
|
+
"module": "src/slider/slider.ts"
|
|
25964
26039
|
}
|
|
25965
26040
|
},
|
|
25966
26041
|
{
|
|
25967
26042
|
"kind": "method",
|
|
25968
|
-
"name": "
|
|
26043
|
+
"name": "decrement",
|
|
25969
26044
|
"privacy": "public",
|
|
25970
|
-
"static": true,
|
|
25971
26045
|
"return": {
|
|
25972
26046
|
"type": {
|
|
25973
|
-
"text": "
|
|
26047
|
+
"text": "void"
|
|
26048
|
+
}
|
|
26049
|
+
},
|
|
26050
|
+
"description": "Decrement the value by the step",
|
|
26051
|
+
"inheritedFrom": {
|
|
26052
|
+
"name": "Slider",
|
|
26053
|
+
"module": "src/slider/slider.ts"
|
|
26054
|
+
}
|
|
26055
|
+
},
|
|
26056
|
+
{
|
|
26057
|
+
"kind": "field",
|
|
26058
|
+
"name": "keypressHandler",
|
|
26059
|
+
"privacy": "protected",
|
|
26060
|
+
"inheritedFrom": {
|
|
26061
|
+
"name": "Slider",
|
|
26062
|
+
"module": "src/slider/slider.ts"
|
|
26063
|
+
}
|
|
26064
|
+
},
|
|
26065
|
+
{
|
|
26066
|
+
"kind": "method",
|
|
26067
|
+
"name": "setThumbPositionForOrientation",
|
|
26068
|
+
"privacy": "public",
|
|
26069
|
+
"return": {
|
|
26070
|
+
"type": {
|
|
26071
|
+
"text": "void"
|
|
25974
26072
|
}
|
|
25975
26073
|
},
|
|
25976
26074
|
"parameters": [
|
|
25977
26075
|
{
|
|
25978
|
-
"name": "
|
|
25979
|
-
"type": {
|
|
25980
|
-
"text": "K"
|
|
25981
|
-
}
|
|
25982
|
-
},
|
|
25983
|
-
{
|
|
25984
|
-
"name": "elementDefinition",
|
|
26076
|
+
"name": "direction",
|
|
25985
26077
|
"type": {
|
|
25986
|
-
"text": "
|
|
26078
|
+
"text": "Direction"
|
|
25987
26079
|
},
|
|
25988
|
-
"description": "
|
|
26080
|
+
"description": "writing mode"
|
|
25989
26081
|
}
|
|
25990
26082
|
],
|
|
25991
|
-
"description": "
|
|
26083
|
+
"description": "Places the thumb based on the current value",
|
|
25992
26084
|
"inheritedFrom": {
|
|
25993
|
-
"name": "
|
|
25994
|
-
"module": "src/
|
|
26085
|
+
"name": "Slider",
|
|
26086
|
+
"module": "src/slider/slider.ts"
|
|
25995
26087
|
}
|
|
25996
|
-
}
|
|
25997
|
-
]
|
|
25998
|
-
},
|
|
25999
|
-
{
|
|
26000
|
-
"kind": "variable",
|
|
26001
|
-
"name": "zeroSkeleton"
|
|
26002
|
-
}
|
|
26003
|
-
],
|
|
26004
|
-
"exports": [
|
|
26005
|
-
{
|
|
26006
|
-
"kind": "js",
|
|
26007
|
-
"name": "Skeleton",
|
|
26008
|
-
"declaration": {
|
|
26009
|
-
"name": "Skeleton",
|
|
26010
|
-
"module": "src/skeleton/skeleton.ts"
|
|
26011
|
-
}
|
|
26012
|
-
},
|
|
26013
|
-
{
|
|
26014
|
-
"kind": "js",
|
|
26015
|
-
"name": "zeroSkeleton",
|
|
26016
|
-
"declaration": {
|
|
26017
|
-
"name": "zeroSkeleton",
|
|
26018
|
-
"module": "src/skeleton/skeleton.ts"
|
|
26019
|
-
}
|
|
26020
|
-
}
|
|
26021
|
-
]
|
|
26022
|
-
},
|
|
26023
|
-
{
|
|
26024
|
-
"kind": "javascript-module",
|
|
26025
|
-
"path": "src/slider/index.ts",
|
|
26026
|
-
"declarations": [],
|
|
26027
|
-
"exports": [
|
|
26028
|
-
{
|
|
26029
|
-
"kind": "js",
|
|
26030
|
-
"name": "*",
|
|
26031
|
-
"declaration": {
|
|
26032
|
-
"name": "*",
|
|
26033
|
-
"package": "./slider"
|
|
26034
|
-
}
|
|
26035
|
-
},
|
|
26036
|
-
{
|
|
26037
|
-
"kind": "js",
|
|
26038
|
-
"name": "*",
|
|
26039
|
-
"declaration": {
|
|
26040
|
-
"name": "*",
|
|
26041
|
-
"package": "./slider.styles"
|
|
26042
|
-
}
|
|
26043
|
-
},
|
|
26044
|
-
{
|
|
26045
|
-
"kind": "js",
|
|
26046
|
-
"name": "*",
|
|
26047
|
-
"declaration": {
|
|
26048
|
-
"name": "*",
|
|
26049
|
-
"package": "./slider.template"
|
|
26050
|
-
}
|
|
26051
|
-
}
|
|
26052
|
-
]
|
|
26053
|
-
},
|
|
26054
|
-
{
|
|
26055
|
-
"kind": "javascript-module",
|
|
26056
|
-
"path": "src/slider/slider.stories.ts",
|
|
26057
|
-
"declarations": [
|
|
26058
|
-
{
|
|
26059
|
-
"kind": "variable",
|
|
26060
|
-
"name": "meta",
|
|
26061
|
-
"type": {
|
|
26062
|
-
"text": "Meta"
|
|
26063
|
-
},
|
|
26064
|
-
"default": "{\n title: 'Slider',\n component: 'zero-slider',\n}"
|
|
26065
|
-
},
|
|
26066
|
-
{
|
|
26067
|
-
"kind": "variable",
|
|
26068
|
-
"name": "Primary",
|
|
26069
|
-
"type": {
|
|
26070
|
-
"text": "StoryObj"
|
|
26071
|
-
},
|
|
26072
|
-
"default": "{\n render: () => html`\n <div style=\"min-height: 300px; width: 100%;\">\n <h6>Vertical</h6>\n <zero-slider min=\"0\" max=\"100\" step=\"10\" value=\"70\" orientation=\"vertical\"></zero-slider>\n <h6>Horizontal</h6>\n <zero-slider min=\"0\" max=\"100\" step=\"10\" value=\"70\"></zero-slider>\n </div>\n `,\n}"
|
|
26073
|
-
},
|
|
26074
|
-
{
|
|
26075
|
-
"kind": "variable",
|
|
26076
|
-
"name": "WithLabels",
|
|
26077
|
-
"type": {
|
|
26078
|
-
"text": "StoryObj"
|
|
26079
|
-
},
|
|
26080
|
-
"default": "{\n render: () => html`\n <div style=\"min-height: 300px; width: 100%; margin: 20px;\">\n <zero-slider min=\"0\" max=\"100\" step=\"10\" value=\"70\">\n <zero-slider-label position=\"0\">0%</zero-slider-label>\n <zero-slider-label position=\"10\">10%</zero-slider-label>\n <zero-slider-label position=\"90\">90%</zero-slider-label>\n <zero-slider-label position=\"100\">100%</zero-slider-label>\n </zero-slider>\n </div>\n `,\n}"
|
|
26081
|
-
}
|
|
26082
|
-
],
|
|
26083
|
-
"exports": [
|
|
26084
|
-
{
|
|
26085
|
-
"kind": "js",
|
|
26086
|
-
"name": "default",
|
|
26087
|
-
"declaration": {
|
|
26088
|
-
"name": "meta",
|
|
26089
|
-
"module": "src/slider/slider.stories.ts"
|
|
26090
|
-
}
|
|
26091
|
-
},
|
|
26092
|
-
{
|
|
26093
|
-
"kind": "js",
|
|
26094
|
-
"name": "Primary",
|
|
26095
|
-
"declaration": {
|
|
26096
|
-
"name": "Primary",
|
|
26097
|
-
"module": "src/slider/slider.stories.ts"
|
|
26098
|
-
}
|
|
26099
|
-
},
|
|
26100
|
-
{
|
|
26101
|
-
"kind": "js",
|
|
26102
|
-
"name": "WithLabels",
|
|
26103
|
-
"declaration": {
|
|
26104
|
-
"name": "WithLabels",
|
|
26105
|
-
"module": "src/slider/slider.stories.ts"
|
|
26106
|
-
}
|
|
26107
|
-
}
|
|
26108
|
-
]
|
|
26109
|
-
},
|
|
26110
|
-
{
|
|
26111
|
-
"kind": "javascript-module",
|
|
26112
|
-
"path": "src/slider/slider.styles.ts",
|
|
26113
|
-
"declarations": [
|
|
26114
|
-
{
|
|
26115
|
-
"kind": "function",
|
|
26116
|
-
"name": "zeroSliderStyles",
|
|
26117
|
-
"return": {
|
|
26118
|
-
"type": {
|
|
26119
|
-
"text": "ElementStyles"
|
|
26120
|
-
}
|
|
26121
|
-
},
|
|
26122
|
-
"parameters": [
|
|
26088
|
+
},
|
|
26123
26089
|
{
|
|
26124
|
-
"
|
|
26125
|
-
"
|
|
26126
|
-
|
|
26090
|
+
"kind": "method",
|
|
26091
|
+
"name": "updateStepMultiplier",
|
|
26092
|
+
"privacy": "private",
|
|
26093
|
+
"return": {
|
|
26094
|
+
"type": {
|
|
26095
|
+
"text": "void"
|
|
26096
|
+
}
|
|
26097
|
+
},
|
|
26098
|
+
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers",
|
|
26099
|
+
"inheritedFrom": {
|
|
26100
|
+
"name": "Slider",
|
|
26101
|
+
"module": "src/slider/slider.ts"
|
|
26127
26102
|
}
|
|
26128
26103
|
},
|
|
26129
26104
|
{
|
|
26130
|
-
"
|
|
26131
|
-
"
|
|
26132
|
-
|
|
26105
|
+
"kind": "field",
|
|
26106
|
+
"name": "setupTrackConstraints",
|
|
26107
|
+
"privacy": "private",
|
|
26108
|
+
"inheritedFrom": {
|
|
26109
|
+
"name": "Slider",
|
|
26110
|
+
"module": "src/slider/slider.ts"
|
|
26133
26111
|
}
|
|
26134
|
-
}
|
|
26135
|
-
]
|
|
26136
|
-
}
|
|
26137
|
-
],
|
|
26138
|
-
"exports": [
|
|
26139
|
-
{
|
|
26140
|
-
"kind": "js",
|
|
26141
|
-
"name": "zeroSliderStyles",
|
|
26142
|
-
"declaration": {
|
|
26143
|
-
"name": "zeroSliderStyles",
|
|
26144
|
-
"module": "src/slider/slider.styles.ts"
|
|
26145
|
-
}
|
|
26146
|
-
}
|
|
26147
|
-
]
|
|
26148
|
-
},
|
|
26149
|
-
{
|
|
26150
|
-
"kind": "javascript-module",
|
|
26151
|
-
"path": "src/slider/slider.template.ts",
|
|
26152
|
-
"declarations": [
|
|
26153
|
-
{
|
|
26154
|
-
"kind": "function",
|
|
26155
|
-
"name": "zeroSliderTemplate",
|
|
26156
|
-
"return": {
|
|
26157
|
-
"type": {
|
|
26158
|
-
"text": "ViewTemplate<Slider>"
|
|
26159
|
-
}
|
|
26160
|
-
},
|
|
26161
|
-
"parameters": [
|
|
26112
|
+
},
|
|
26162
26113
|
{
|
|
26163
|
-
"
|
|
26164
|
-
"
|
|
26165
|
-
|
|
26114
|
+
"kind": "field",
|
|
26115
|
+
"name": "setupListeners",
|
|
26116
|
+
"privacy": "private",
|
|
26117
|
+
"inheritedFrom": {
|
|
26118
|
+
"name": "Slider",
|
|
26119
|
+
"module": "src/slider/slider.ts"
|
|
26166
26120
|
}
|
|
26167
26121
|
},
|
|
26168
26122
|
{
|
|
26169
|
-
"
|
|
26123
|
+
"kind": "field",
|
|
26124
|
+
"name": "midpoint",
|
|
26170
26125
|
"type": {
|
|
26171
|
-
"text": "
|
|
26126
|
+
"text": "string"
|
|
26127
|
+
},
|
|
26128
|
+
"privacy": "private",
|
|
26129
|
+
"inheritedFrom": {
|
|
26130
|
+
"name": "Slider",
|
|
26131
|
+
"module": "src/slider/slider.ts"
|
|
26172
26132
|
}
|
|
26173
|
-
}
|
|
26174
|
-
]
|
|
26175
|
-
}
|
|
26176
|
-
],
|
|
26177
|
-
"exports": [
|
|
26178
|
-
{
|
|
26179
|
-
"kind": "js",
|
|
26180
|
-
"name": "zeroSliderTemplate",
|
|
26181
|
-
"declaration": {
|
|
26182
|
-
"name": "zeroSliderTemplate",
|
|
26183
|
-
"module": "src/slider/slider.template.ts"
|
|
26184
|
-
}
|
|
26185
|
-
}
|
|
26186
|
-
]
|
|
26187
|
-
},
|
|
26188
|
-
{
|
|
26189
|
-
"kind": "javascript-module",
|
|
26190
|
-
"path": "src/slider/slider.ts",
|
|
26191
|
-
"declarations": [
|
|
26192
|
-
{
|
|
26193
|
-
"kind": "class",
|
|
26194
|
-
"description": "",
|
|
26195
|
-
"name": "Slider",
|
|
26196
|
-
"superclass": {
|
|
26197
|
-
"name": "FoundationSlider",
|
|
26198
|
-
"package": "@genesislcap/foundation-ui"
|
|
26199
|
-
},
|
|
26200
|
-
"tagName": "%%prefix%%-slider",
|
|
26201
|
-
"customElement": true,
|
|
26202
|
-
"attributes": [
|
|
26133
|
+
},
|
|
26203
26134
|
{
|
|
26204
|
-
"
|
|
26205
|
-
"
|
|
26206
|
-
|
|
26135
|
+
"kind": "method",
|
|
26136
|
+
"name": "setupDefaultValue",
|
|
26137
|
+
"privacy": "private",
|
|
26138
|
+
"return": {
|
|
26139
|
+
"type": {
|
|
26140
|
+
"text": "void"
|
|
26141
|
+
}
|
|
26207
26142
|
},
|
|
26208
|
-
"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.",
|
|
26209
|
-
"fieldName": "readOnly",
|
|
26210
26143
|
"inheritedFrom": {
|
|
26211
26144
|
"name": "Slider",
|
|
26212
26145
|
"module": "src/slider/slider.ts"
|
|
26213
26146
|
}
|
|
26214
26147
|
},
|
|
26215
26148
|
{
|
|
26216
|
-
"
|
|
26217
|
-
|
|
26218
|
-
|
|
26219
|
-
"
|
|
26220
|
-
"description": "The minimum allowed value.",
|
|
26221
|
-
"fieldName": "min",
|
|
26149
|
+
"kind": "field",
|
|
26150
|
+
"name": "handleThumbMouseDown",
|
|
26151
|
+
"privacy": "private",
|
|
26152
|
+
"description": "Handle mouse moves during a thumb drag operation\nIf the event handler is null it removes the events",
|
|
26222
26153
|
"inheritedFrom": {
|
|
26223
26154
|
"name": "Slider",
|
|
26224
26155
|
"module": "src/slider/slider.ts"
|
|
26225
26156
|
}
|
|
26226
26157
|
},
|
|
26227
26158
|
{
|
|
26228
|
-
"
|
|
26229
|
-
"
|
|
26230
|
-
|
|
26231
|
-
|
|
26232
|
-
"description": "The orientation of the slider.",
|
|
26233
|
-
"fieldName": "orientation",
|
|
26159
|
+
"kind": "field",
|
|
26160
|
+
"name": "handleMouseMove",
|
|
26161
|
+
"privacy": "private",
|
|
26162
|
+
"description": "Handle mouse moves during a thumb drag operation",
|
|
26234
26163
|
"inheritedFrom": {
|
|
26235
26164
|
"name": "Slider",
|
|
26236
26165
|
"module": "src/slider/slider.ts"
|
|
26237
26166
|
}
|
|
26238
26167
|
},
|
|
26239
26168
|
{
|
|
26240
|
-
"
|
|
26241
|
-
"
|
|
26242
|
-
|
|
26243
|
-
},
|
|
26244
|
-
"description": "The selection mode.",
|
|
26245
|
-
"fieldName": "mode",
|
|
26169
|
+
"kind": "field",
|
|
26170
|
+
"name": "calculateNewValue",
|
|
26171
|
+
"privacy": "private",
|
|
26246
26172
|
"inheritedFrom": {
|
|
26247
26173
|
"name": "Slider",
|
|
26248
26174
|
"module": "src/slider/slider.ts"
|
|
26249
26175
|
}
|
|
26250
|
-
}
|
|
26251
|
-
],
|
|
26252
|
-
"members": [
|
|
26176
|
+
},
|
|
26253
26177
|
{
|
|
26254
26178
|
"kind": "field",
|
|
26255
|
-
"name": "
|
|
26256
|
-
"
|
|
26257
|
-
|
|
26258
|
-
},
|
|
26259
|
-
"privacy": "public",
|
|
26260
|
-
"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.",
|
|
26179
|
+
"name": "handleWindowMouseUp",
|
|
26180
|
+
"privacy": "private",
|
|
26181
|
+
"description": "Handle a window mouse up during a drag operation",
|
|
26261
26182
|
"inheritedFrom": {
|
|
26262
26183
|
"name": "Slider",
|
|
26263
26184
|
"module": "src/slider/slider.ts"
|
|
26264
26185
|
}
|
|
26265
26186
|
},
|
|
26266
26187
|
{
|
|
26267
|
-
"kind": "
|
|
26268
|
-
"name": "
|
|
26188
|
+
"kind": "field",
|
|
26189
|
+
"name": "stopDragging",
|
|
26269
26190
|
"privacy": "private",
|
|
26270
|
-
"
|
|
26271
|
-
"
|
|
26272
|
-
|
|
26191
|
+
"inheritedFrom": {
|
|
26192
|
+
"name": "Slider",
|
|
26193
|
+
"module": "src/slider/slider.ts"
|
|
26194
|
+
}
|
|
26195
|
+
},
|
|
26196
|
+
{
|
|
26197
|
+
"kind": "field",
|
|
26198
|
+
"name": "handleMouseDown",
|
|
26199
|
+
"privacy": "private",
|
|
26200
|
+
"parameters": [
|
|
26201
|
+
{
|
|
26202
|
+
"description": "MouseEvent or null. If there is no event handler it will remove the events",
|
|
26203
|
+
"name": "e"
|
|
26273
26204
|
}
|
|
26274
|
-
|
|
26205
|
+
],
|
|
26275
26206
|
"inheritedFrom": {
|
|
26276
26207
|
"name": "Slider",
|
|
26277
26208
|
"module": "src/slider/slider.ts"
|
|
@@ -26279,12 +26210,29 @@
|
|
|
26279
26210
|
},
|
|
26280
26211
|
{
|
|
26281
26212
|
"kind": "field",
|
|
26282
|
-
"name": "
|
|
26213
|
+
"name": "convertToConstrainedValue",
|
|
26214
|
+
"privacy": "private",
|
|
26215
|
+
"inheritedFrom": {
|
|
26216
|
+
"name": "Slider",
|
|
26217
|
+
"module": "src/slider/slider.ts"
|
|
26218
|
+
}
|
|
26219
|
+
},
|
|
26220
|
+
{
|
|
26221
|
+
"kind": "field",
|
|
26222
|
+
"name": "proxy",
|
|
26223
|
+
"inheritedFrom": {
|
|
26224
|
+
"name": "Slider",
|
|
26225
|
+
"module": "src/slider/slider.ts"
|
|
26226
|
+
}
|
|
26227
|
+
},
|
|
26228
|
+
{
|
|
26229
|
+
"kind": "field",
|
|
26230
|
+
"name": "_presentation",
|
|
26283
26231
|
"type": {
|
|
26284
|
-
"text": "
|
|
26232
|
+
"text": "ComponentPresentation | null | undefined"
|
|
26285
26233
|
},
|
|
26286
|
-
"privacy": "
|
|
26287
|
-
"
|
|
26234
|
+
"privacy": "private",
|
|
26235
|
+
"default": "void 0",
|
|
26288
26236
|
"inheritedFrom": {
|
|
26289
26237
|
"name": "Slider",
|
|
26290
26238
|
"module": "src/slider/slider.ts"
|
|
@@ -26292,12 +26240,12 @@
|
|
|
26292
26240
|
},
|
|
26293
26241
|
{
|
|
26294
26242
|
"kind": "field",
|
|
26295
|
-
"name": "
|
|
26243
|
+
"name": "$presentation",
|
|
26296
26244
|
"type": {
|
|
26297
|
-
"text": "
|
|
26245
|
+
"text": "ComponentPresentation | null"
|
|
26298
26246
|
},
|
|
26299
26247
|
"privacy": "public",
|
|
26300
|
-
"description": "
|
|
26248
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
26301
26249
|
"inheritedFrom": {
|
|
26302
26250
|
"name": "Slider",
|
|
26303
26251
|
"module": "src/slider/slider.ts"
|
|
@@ -26305,13 +26253,12 @@
|
|
|
26305
26253
|
},
|
|
26306
26254
|
{
|
|
26307
26255
|
"kind": "field",
|
|
26308
|
-
"name": "
|
|
26256
|
+
"name": "template",
|
|
26309
26257
|
"type": {
|
|
26310
|
-
"text": "
|
|
26258
|
+
"text": "ElementViewTemplate | void | null"
|
|
26311
26259
|
},
|
|
26312
26260
|
"privacy": "public",
|
|
26313
|
-
"
|
|
26314
|
-
"description": "The minimum allowed value.",
|
|
26261
|
+
"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.",
|
|
26315
26262
|
"inheritedFrom": {
|
|
26316
26263
|
"name": "Slider",
|
|
26317
26264
|
"module": "src/slider/slider.ts"
|
|
@@ -26319,8 +26266,8 @@
|
|
|
26319
26266
|
},
|
|
26320
26267
|
{
|
|
26321
26268
|
"kind": "method",
|
|
26322
|
-
"name": "
|
|
26323
|
-
"privacy": "
|
|
26269
|
+
"name": "templateChanged",
|
|
26270
|
+
"privacy": "protected",
|
|
26324
26271
|
"return": {
|
|
26325
26272
|
"type": {
|
|
26326
26273
|
"text": "void"
|
|
@@ -26333,13 +26280,12 @@
|
|
|
26333
26280
|
},
|
|
26334
26281
|
{
|
|
26335
26282
|
"kind": "field",
|
|
26336
|
-
"name": "
|
|
26283
|
+
"name": "styles",
|
|
26337
26284
|
"type": {
|
|
26338
|
-
"text": "
|
|
26285
|
+
"text": "ElementStyles | void | null"
|
|
26339
26286
|
},
|
|
26340
26287
|
"privacy": "public",
|
|
26341
|
-
"
|
|
26342
|
-
"description": "The maximum allowed value.",
|
|
26288
|
+
"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.",
|
|
26343
26289
|
"inheritedFrom": {
|
|
26344
26290
|
"name": "Slider",
|
|
26345
26291
|
"module": "src/slider/slider.ts"
|
|
@@ -26347,8 +26293,8 @@
|
|
|
26347
26293
|
},
|
|
26348
26294
|
{
|
|
26349
26295
|
"kind": "method",
|
|
26350
|
-
"name": "
|
|
26351
|
-
"privacy": "
|
|
26296
|
+
"name": "stylesChanged",
|
|
26297
|
+
"privacy": "protected",
|
|
26352
26298
|
"return": {
|
|
26353
26299
|
"type": {
|
|
26354
26300
|
"text": "void"
|
|
@@ -26359,274 +26305,340 @@
|
|
|
26359
26305
|
"module": "src/slider/slider.ts"
|
|
26360
26306
|
}
|
|
26361
26307
|
},
|
|
26362
|
-
{
|
|
26363
|
-
"kind": "field",
|
|
26364
|
-
"name": "step",
|
|
26365
|
-
"type": {
|
|
26366
|
-
"text": "number"
|
|
26367
|
-
},
|
|
26368
|
-
"privacy": "public",
|
|
26369
|
-
"default": "1",
|
|
26370
|
-
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
26371
|
-
"inheritedFrom": {
|
|
26372
|
-
"name": "Slider",
|
|
26373
|
-
"module": "src/slider/slider.ts"
|
|
26374
|
-
}
|
|
26375
|
-
},
|
|
26376
26308
|
{
|
|
26377
26309
|
"kind": "method",
|
|
26378
|
-
"name": "
|
|
26379
|
-
"privacy": "
|
|
26310
|
+
"name": "compose",
|
|
26311
|
+
"privacy": "public",
|
|
26312
|
+
"static": true,
|
|
26380
26313
|
"return": {
|
|
26381
26314
|
"type": {
|
|
26382
|
-
"text": "
|
|
26315
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
26383
26316
|
}
|
|
26384
26317
|
},
|
|
26318
|
+
"parameters": [
|
|
26319
|
+
{
|
|
26320
|
+
"name": "this",
|
|
26321
|
+
"type": {
|
|
26322
|
+
"text": "K"
|
|
26323
|
+
}
|
|
26324
|
+
},
|
|
26325
|
+
{
|
|
26326
|
+
"name": "elementDefinition",
|
|
26327
|
+
"type": {
|
|
26328
|
+
"text": "T"
|
|
26329
|
+
},
|
|
26330
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
26331
|
+
}
|
|
26332
|
+
],
|
|
26333
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
26385
26334
|
"inheritedFrom": {
|
|
26386
26335
|
"name": "Slider",
|
|
26387
26336
|
"module": "src/slider/slider.ts"
|
|
26388
26337
|
}
|
|
26389
|
-
}
|
|
26338
|
+
}
|
|
26339
|
+
],
|
|
26340
|
+
"events": [
|
|
26390
26341
|
{
|
|
26391
|
-
"
|
|
26392
|
-
"name": "
|
|
26393
|
-
"type": {
|
|
26394
|
-
"text": "Orientation"
|
|
26395
|
-
},
|
|
26396
|
-
"privacy": "public",
|
|
26397
|
-
"description": "The orientation of the slider.",
|
|
26342
|
+
"description": "Fires a custom 'change' event when the slider value changes",
|
|
26343
|
+
"name": "change",
|
|
26398
26344
|
"inheritedFrom": {
|
|
26399
26345
|
"name": "Slider",
|
|
26400
26346
|
"module": "src/slider/slider.ts"
|
|
26401
26347
|
}
|
|
26402
|
-
}
|
|
26348
|
+
}
|
|
26349
|
+
]
|
|
26350
|
+
},
|
|
26351
|
+
{
|
|
26352
|
+
"kind": "variable",
|
|
26353
|
+
"name": "zeroSlider"
|
|
26354
|
+
}
|
|
26355
|
+
],
|
|
26356
|
+
"exports": [
|
|
26357
|
+
{
|
|
26358
|
+
"kind": "js",
|
|
26359
|
+
"name": "Slider",
|
|
26360
|
+
"declaration": {
|
|
26361
|
+
"name": "Slider",
|
|
26362
|
+
"module": "src/slider/slider.ts"
|
|
26363
|
+
}
|
|
26364
|
+
},
|
|
26365
|
+
{
|
|
26366
|
+
"kind": "js",
|
|
26367
|
+
"name": "zeroSlider",
|
|
26368
|
+
"declaration": {
|
|
26369
|
+
"name": "zeroSlider",
|
|
26370
|
+
"module": "src/slider/slider.ts"
|
|
26371
|
+
}
|
|
26372
|
+
}
|
|
26373
|
+
]
|
|
26374
|
+
},
|
|
26375
|
+
{
|
|
26376
|
+
"kind": "javascript-module",
|
|
26377
|
+
"path": "src/slider-label/index.ts",
|
|
26378
|
+
"declarations": [],
|
|
26379
|
+
"exports": [
|
|
26380
|
+
{
|
|
26381
|
+
"kind": "js",
|
|
26382
|
+
"name": "*",
|
|
26383
|
+
"declaration": {
|
|
26384
|
+
"name": "*",
|
|
26385
|
+
"package": "./slider-label"
|
|
26386
|
+
}
|
|
26387
|
+
},
|
|
26388
|
+
{
|
|
26389
|
+
"kind": "js",
|
|
26390
|
+
"name": "*",
|
|
26391
|
+
"declaration": {
|
|
26392
|
+
"name": "*",
|
|
26393
|
+
"package": "./slider-label.styles"
|
|
26394
|
+
}
|
|
26395
|
+
},
|
|
26396
|
+
{
|
|
26397
|
+
"kind": "js",
|
|
26398
|
+
"name": "*",
|
|
26399
|
+
"declaration": {
|
|
26400
|
+
"name": "*",
|
|
26401
|
+
"package": "./slider-label.template"
|
|
26402
|
+
}
|
|
26403
|
+
}
|
|
26404
|
+
]
|
|
26405
|
+
},
|
|
26406
|
+
{
|
|
26407
|
+
"kind": "javascript-module",
|
|
26408
|
+
"path": "src/slider-label/slider-label.styles.ts",
|
|
26409
|
+
"declarations": [
|
|
26410
|
+
{
|
|
26411
|
+
"kind": "function",
|
|
26412
|
+
"name": "zeroSliderLabelStyles",
|
|
26413
|
+
"return": {
|
|
26414
|
+
"type": {
|
|
26415
|
+
"text": "ElementStyles"
|
|
26416
|
+
}
|
|
26417
|
+
},
|
|
26418
|
+
"parameters": [
|
|
26403
26419
|
{
|
|
26404
|
-
"
|
|
26405
|
-
"
|
|
26406
|
-
|
|
26407
|
-
"return": {
|
|
26408
|
-
"type": {
|
|
26409
|
-
"text": "void"
|
|
26410
|
-
}
|
|
26411
|
-
},
|
|
26412
|
-
"inheritedFrom": {
|
|
26413
|
-
"name": "Slider",
|
|
26414
|
-
"module": "src/slider/slider.ts"
|
|
26420
|
+
"name": "context",
|
|
26421
|
+
"type": {
|
|
26422
|
+
"text": "ElementDefinitionContext"
|
|
26415
26423
|
}
|
|
26416
26424
|
},
|
|
26417
26425
|
{
|
|
26418
|
-
"
|
|
26419
|
-
"name": "mode",
|
|
26426
|
+
"name": "definition",
|
|
26420
26427
|
"type": {
|
|
26421
|
-
"text": "
|
|
26422
|
-
}
|
|
26423
|
-
|
|
26424
|
-
|
|
26425
|
-
|
|
26426
|
-
|
|
26427
|
-
|
|
26428
|
+
"text": "FoundationElementDefinition"
|
|
26429
|
+
}
|
|
26430
|
+
}
|
|
26431
|
+
]
|
|
26432
|
+
}
|
|
26433
|
+
],
|
|
26434
|
+
"exports": [
|
|
26435
|
+
{
|
|
26436
|
+
"kind": "js",
|
|
26437
|
+
"name": "zeroSliderLabelStyles",
|
|
26438
|
+
"declaration": {
|
|
26439
|
+
"name": "zeroSliderLabelStyles",
|
|
26440
|
+
"module": "src/slider-label/slider-label.styles.ts"
|
|
26441
|
+
}
|
|
26442
|
+
}
|
|
26443
|
+
]
|
|
26444
|
+
},
|
|
26445
|
+
{
|
|
26446
|
+
"kind": "javascript-module",
|
|
26447
|
+
"path": "src/slider-label/slider-label.template.ts",
|
|
26448
|
+
"declarations": [
|
|
26449
|
+
{
|
|
26450
|
+
"kind": "function",
|
|
26451
|
+
"name": "zeroSliderLabelTemplate",
|
|
26452
|
+
"return": {
|
|
26453
|
+
"type": {
|
|
26454
|
+
"text": "ViewTemplate<SliderLabel>"
|
|
26455
|
+
}
|
|
26456
|
+
},
|
|
26457
|
+
"parameters": [
|
|
26458
|
+
{
|
|
26459
|
+
"name": "context",
|
|
26460
|
+
"type": {
|
|
26461
|
+
"text": "ElementDefinitionContext"
|
|
26428
26462
|
}
|
|
26429
26463
|
},
|
|
26430
26464
|
{
|
|
26431
|
-
"
|
|
26432
|
-
"
|
|
26433
|
-
|
|
26434
|
-
|
|
26435
|
-
|
|
26436
|
-
|
|
26437
|
-
|
|
26465
|
+
"name": "definition",
|
|
26466
|
+
"type": {
|
|
26467
|
+
"text": "FoundationElementDefinition"
|
|
26468
|
+
}
|
|
26469
|
+
}
|
|
26470
|
+
]
|
|
26471
|
+
}
|
|
26472
|
+
],
|
|
26473
|
+
"exports": [
|
|
26474
|
+
{
|
|
26475
|
+
"kind": "js",
|
|
26476
|
+
"name": "zeroSliderLabelTemplate",
|
|
26477
|
+
"declaration": {
|
|
26478
|
+
"name": "zeroSliderLabelTemplate",
|
|
26479
|
+
"module": "src/slider-label/slider-label.template.ts"
|
|
26480
|
+
}
|
|
26481
|
+
}
|
|
26482
|
+
]
|
|
26483
|
+
},
|
|
26484
|
+
{
|
|
26485
|
+
"kind": "javascript-module",
|
|
26486
|
+
"path": "src/slider-label/slider-label.ts",
|
|
26487
|
+
"declarations": [
|
|
26488
|
+
{
|
|
26489
|
+
"kind": "class",
|
|
26490
|
+
"description": "",
|
|
26491
|
+
"name": "SliderLabel",
|
|
26492
|
+
"superclass": {
|
|
26493
|
+
"name": "FoundationSliderLabel",
|
|
26494
|
+
"package": "@genesislcap/foundation-ui"
|
|
26495
|
+
},
|
|
26496
|
+
"tagName": "%%prefix%%-slider-label",
|
|
26497
|
+
"customElement": true,
|
|
26498
|
+
"attributes": [
|
|
26499
|
+
{
|
|
26500
|
+
"name": "position",
|
|
26501
|
+
"type": {
|
|
26502
|
+
"text": "string"
|
|
26438
26503
|
},
|
|
26439
|
-
"description": "
|
|
26504
|
+
"description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
|
|
26505
|
+
"fieldName": "position",
|
|
26440
26506
|
"inheritedFrom": {
|
|
26441
|
-
"name": "
|
|
26442
|
-
"module": "src/slider/slider.ts"
|
|
26507
|
+
"name": "SliderLabel",
|
|
26508
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26443
26509
|
}
|
|
26444
26510
|
},
|
|
26445
26511
|
{
|
|
26446
|
-
"
|
|
26447
|
-
"
|
|
26448
|
-
|
|
26449
|
-
"return": {
|
|
26450
|
-
"type": {
|
|
26451
|
-
"text": "void"
|
|
26452
|
-
}
|
|
26512
|
+
"name": "hide-mark",
|
|
26513
|
+
"type": {
|
|
26514
|
+
"text": "boolean"
|
|
26453
26515
|
},
|
|
26454
|
-
"
|
|
26516
|
+
"default": "false",
|
|
26517
|
+
"description": "Hides the tick mark.",
|
|
26518
|
+
"fieldName": "hideMark",
|
|
26455
26519
|
"inheritedFrom": {
|
|
26456
|
-
"name": "
|
|
26457
|
-
"module": "src/slider/slider.ts"
|
|
26520
|
+
"name": "SliderLabel",
|
|
26521
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26458
26522
|
}
|
|
26459
26523
|
},
|
|
26460
26524
|
{
|
|
26461
|
-
"
|
|
26462
|
-
"
|
|
26463
|
-
|
|
26525
|
+
"name": "disabled",
|
|
26526
|
+
"type": {
|
|
26527
|
+
"text": "boolean"
|
|
26528
|
+
},
|
|
26529
|
+
"description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
|
|
26530
|
+
"fieldName": "disabled",
|
|
26464
26531
|
"inheritedFrom": {
|
|
26465
|
-
"name": "
|
|
26466
|
-
"module": "src/slider/slider.ts"
|
|
26532
|
+
"name": "SliderLabel",
|
|
26533
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26467
26534
|
}
|
|
26468
|
-
}
|
|
26535
|
+
}
|
|
26536
|
+
],
|
|
26537
|
+
"members": [
|
|
26469
26538
|
{
|
|
26470
|
-
"kind": "
|
|
26471
|
-
"name": "
|
|
26472
|
-
"
|
|
26473
|
-
|
|
26474
|
-
"type": {
|
|
26475
|
-
"text": "void"
|
|
26476
|
-
}
|
|
26539
|
+
"kind": "field",
|
|
26540
|
+
"name": "position",
|
|
26541
|
+
"type": {
|
|
26542
|
+
"text": "string"
|
|
26477
26543
|
},
|
|
26478
|
-
"
|
|
26479
|
-
|
|
26480
|
-
"name": "direction",
|
|
26481
|
-
"type": {
|
|
26482
|
-
"text": "Direction"
|
|
26483
|
-
},
|
|
26484
|
-
"description": "writing mode"
|
|
26485
|
-
}
|
|
26486
|
-
],
|
|
26487
|
-
"description": "Places the thumb based on the current value",
|
|
26544
|
+
"privacy": "public",
|
|
26545
|
+
"description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
26488
26546
|
"inheritedFrom": {
|
|
26489
|
-
"name": "
|
|
26490
|
-
"module": "src/slider/slider.ts"
|
|
26547
|
+
"name": "SliderLabel",
|
|
26548
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26491
26549
|
}
|
|
26492
26550
|
},
|
|
26493
26551
|
{
|
|
26494
26552
|
"kind": "method",
|
|
26495
|
-
"name": "
|
|
26553
|
+
"name": "positionChanged",
|
|
26496
26554
|
"privacy": "private",
|
|
26497
26555
|
"return": {
|
|
26498
26556
|
"type": {
|
|
26499
26557
|
"text": "void"
|
|
26500
26558
|
}
|
|
26501
26559
|
},
|
|
26502
|
-
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers",
|
|
26503
26560
|
"inheritedFrom": {
|
|
26504
|
-
"name": "
|
|
26505
|
-
"module": "src/slider/slider.ts"
|
|
26561
|
+
"name": "SliderLabel",
|
|
26562
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26506
26563
|
}
|
|
26507
26564
|
},
|
|
26508
26565
|
{
|
|
26509
26566
|
"kind": "field",
|
|
26510
|
-
"name": "
|
|
26511
|
-
"
|
|
26567
|
+
"name": "hideMark",
|
|
26568
|
+
"type": {
|
|
26569
|
+
"text": "boolean"
|
|
26570
|
+
},
|
|
26571
|
+
"privacy": "public",
|
|
26572
|
+
"default": "false",
|
|
26573
|
+
"description": "Hides the tick mark.",
|
|
26512
26574
|
"inheritedFrom": {
|
|
26513
|
-
"name": "
|
|
26514
|
-
"module": "src/slider/slider.ts"
|
|
26575
|
+
"name": "SliderLabel",
|
|
26576
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26515
26577
|
}
|
|
26516
26578
|
},
|
|
26517
26579
|
{
|
|
26518
26580
|
"kind": "field",
|
|
26519
|
-
"name": "
|
|
26520
|
-
"
|
|
26581
|
+
"name": "disabled",
|
|
26582
|
+
"type": {
|
|
26583
|
+
"text": "boolean"
|
|
26584
|
+
},
|
|
26585
|
+
"privacy": "public",
|
|
26586
|
+
"description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
26521
26587
|
"inheritedFrom": {
|
|
26522
|
-
"name": "
|
|
26523
|
-
"module": "src/slider/slider.ts"
|
|
26588
|
+
"name": "SliderLabel",
|
|
26589
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26524
26590
|
}
|
|
26525
26591
|
},
|
|
26526
26592
|
{
|
|
26527
26593
|
"kind": "field",
|
|
26528
|
-
"name": "
|
|
26594
|
+
"name": "notifier",
|
|
26529
26595
|
"type": {
|
|
26530
|
-
"text": "
|
|
26596
|
+
"text": "Notifier"
|
|
26531
26597
|
},
|
|
26532
26598
|
"privacy": "private",
|
|
26533
26599
|
"inheritedFrom": {
|
|
26534
|
-
"name": "
|
|
26535
|
-
"module": "src/slider/slider.ts"
|
|
26600
|
+
"name": "SliderLabel",
|
|
26601
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26536
26602
|
}
|
|
26537
26603
|
},
|
|
26538
26604
|
{
|
|
26539
26605
|
"kind": "method",
|
|
26540
|
-
"name": "
|
|
26606
|
+
"name": "isSliderConfig",
|
|
26541
26607
|
"privacy": "private",
|
|
26542
26608
|
"return": {
|
|
26543
26609
|
"type": {
|
|
26544
|
-
"text": "
|
|
26610
|
+
"text": "node is SliderConfiguration"
|
|
26545
26611
|
}
|
|
26546
26612
|
},
|
|
26547
|
-
"inheritedFrom": {
|
|
26548
|
-
"name": "Slider",
|
|
26549
|
-
"module": "src/slider/slider.ts"
|
|
26550
|
-
}
|
|
26551
|
-
},
|
|
26552
|
-
{
|
|
26553
|
-
"kind": "field",
|
|
26554
|
-
"name": "handleThumbMouseDown",
|
|
26555
|
-
"privacy": "private",
|
|
26556
|
-
"description": "Handle mouse moves during a thumb drag operation\nIf the event handler is null it removes the events",
|
|
26557
|
-
"inheritedFrom": {
|
|
26558
|
-
"name": "Slider",
|
|
26559
|
-
"module": "src/slider/slider.ts"
|
|
26560
|
-
}
|
|
26561
|
-
},
|
|
26562
|
-
{
|
|
26563
|
-
"kind": "field",
|
|
26564
|
-
"name": "handleMouseMove",
|
|
26565
|
-
"privacy": "private",
|
|
26566
|
-
"description": "Handle mouse moves during a thumb drag operation",
|
|
26567
|
-
"inheritedFrom": {
|
|
26568
|
-
"name": "Slider",
|
|
26569
|
-
"module": "src/slider/slider.ts"
|
|
26570
|
-
}
|
|
26571
|
-
},
|
|
26572
|
-
{
|
|
26573
|
-
"kind": "field",
|
|
26574
|
-
"name": "calculateNewValue",
|
|
26575
|
-
"privacy": "private",
|
|
26576
|
-
"inheritedFrom": {
|
|
26577
|
-
"name": "Slider",
|
|
26578
|
-
"module": "src/slider/slider.ts"
|
|
26579
|
-
}
|
|
26580
|
-
},
|
|
26581
|
-
{
|
|
26582
|
-
"kind": "field",
|
|
26583
|
-
"name": "handleWindowMouseUp",
|
|
26584
|
-
"privacy": "private",
|
|
26585
|
-
"description": "Handle a window mouse up during a drag operation",
|
|
26586
|
-
"inheritedFrom": {
|
|
26587
|
-
"name": "Slider",
|
|
26588
|
-
"module": "src/slider/slider.ts"
|
|
26589
|
-
}
|
|
26590
|
-
},
|
|
26591
|
-
{
|
|
26592
|
-
"kind": "field",
|
|
26593
|
-
"name": "stopDragging",
|
|
26594
|
-
"privacy": "private",
|
|
26595
|
-
"inheritedFrom": {
|
|
26596
|
-
"name": "Slider",
|
|
26597
|
-
"module": "src/slider/slider.ts"
|
|
26598
|
-
}
|
|
26599
|
-
},
|
|
26600
|
-
{
|
|
26601
|
-
"kind": "field",
|
|
26602
|
-
"name": "handleMouseDown",
|
|
26603
|
-
"privacy": "private",
|
|
26604
26613
|
"parameters": [
|
|
26605
26614
|
{
|
|
26606
|
-
"
|
|
26607
|
-
"
|
|
26615
|
+
"name": "node",
|
|
26616
|
+
"type": {
|
|
26617
|
+
"text": "any"
|
|
26618
|
+
}
|
|
26608
26619
|
}
|
|
26609
26620
|
],
|
|
26610
26621
|
"inheritedFrom": {
|
|
26611
|
-
"name": "
|
|
26612
|
-
"module": "src/slider/slider.ts"
|
|
26622
|
+
"name": "SliderLabel",
|
|
26623
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26613
26624
|
}
|
|
26614
26625
|
},
|
|
26615
26626
|
{
|
|
26616
26627
|
"kind": "field",
|
|
26617
|
-
"name": "
|
|
26628
|
+
"name": "getSliderConfiguration",
|
|
26618
26629
|
"privacy": "private",
|
|
26619
26630
|
"inheritedFrom": {
|
|
26620
|
-
"name": "
|
|
26621
|
-
"module": "src/slider/slider.ts"
|
|
26631
|
+
"name": "SliderLabel",
|
|
26632
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26622
26633
|
}
|
|
26623
26634
|
},
|
|
26624
26635
|
{
|
|
26625
26636
|
"kind": "field",
|
|
26626
|
-
"name": "
|
|
26637
|
+
"name": "positionAsStyle",
|
|
26638
|
+
"privacy": "private",
|
|
26627
26639
|
"inheritedFrom": {
|
|
26628
|
-
"name": "
|
|
26629
|
-
"module": "src/slider/slider.ts"
|
|
26640
|
+
"name": "SliderLabel",
|
|
26641
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26630
26642
|
}
|
|
26631
26643
|
},
|
|
26632
26644
|
{
|
|
@@ -26638,8 +26650,8 @@
|
|
|
26638
26650
|
"privacy": "private",
|
|
26639
26651
|
"default": "void 0",
|
|
26640
26652
|
"inheritedFrom": {
|
|
26641
|
-
"name": "
|
|
26642
|
-
"module": "src/slider/slider.ts"
|
|
26653
|
+
"name": "SliderLabel",
|
|
26654
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26643
26655
|
}
|
|
26644
26656
|
},
|
|
26645
26657
|
{
|
|
@@ -26651,8 +26663,8 @@
|
|
|
26651
26663
|
"privacy": "public",
|
|
26652
26664
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
26653
26665
|
"inheritedFrom": {
|
|
26654
|
-
"name": "
|
|
26655
|
-
"module": "src/slider/slider.ts"
|
|
26666
|
+
"name": "SliderLabel",
|
|
26667
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26656
26668
|
}
|
|
26657
26669
|
},
|
|
26658
26670
|
{
|
|
@@ -26664,8 +26676,8 @@
|
|
|
26664
26676
|
"privacy": "public",
|
|
26665
26677
|
"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.",
|
|
26666
26678
|
"inheritedFrom": {
|
|
26667
|
-
"name": "
|
|
26668
|
-
"module": "src/slider/slider.ts"
|
|
26679
|
+
"name": "SliderLabel",
|
|
26680
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26669
26681
|
}
|
|
26670
26682
|
},
|
|
26671
26683
|
{
|
|
@@ -26678,8 +26690,8 @@
|
|
|
26678
26690
|
}
|
|
26679
26691
|
},
|
|
26680
26692
|
"inheritedFrom": {
|
|
26681
|
-
"name": "
|
|
26682
|
-
"module": "src/slider/slider.ts"
|
|
26693
|
+
"name": "SliderLabel",
|
|
26694
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26683
26695
|
}
|
|
26684
26696
|
},
|
|
26685
26697
|
{
|
|
@@ -26691,8 +26703,8 @@
|
|
|
26691
26703
|
"privacy": "public",
|
|
26692
26704
|
"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.",
|
|
26693
26705
|
"inheritedFrom": {
|
|
26694
|
-
"name": "
|
|
26695
|
-
"module": "src/slider/slider.ts"
|
|
26706
|
+
"name": "SliderLabel",
|
|
26707
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26696
26708
|
}
|
|
26697
26709
|
},
|
|
26698
26710
|
{
|
|
@@ -26705,8 +26717,8 @@
|
|
|
26705
26717
|
}
|
|
26706
26718
|
},
|
|
26707
26719
|
"inheritedFrom": {
|
|
26708
|
-
"name": "
|
|
26709
|
-
"module": "src/slider/slider.ts"
|
|
26720
|
+
"name": "SliderLabel",
|
|
26721
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26710
26722
|
}
|
|
26711
26723
|
},
|
|
26712
26724
|
{
|
|
@@ -26736,49 +26748,39 @@
|
|
|
26736
26748
|
],
|
|
26737
26749
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
26738
26750
|
"inheritedFrom": {
|
|
26739
|
-
"name": "
|
|
26740
|
-
"module": "src/slider/slider.ts"
|
|
26741
|
-
}
|
|
26742
|
-
}
|
|
26743
|
-
],
|
|
26744
|
-
"events": [
|
|
26745
|
-
{
|
|
26746
|
-
"description": "Fires a custom 'change' event when the slider value changes",
|
|
26747
|
-
"name": "change",
|
|
26748
|
-
"inheritedFrom": {
|
|
26749
|
-
"name": "Slider",
|
|
26750
|
-
"module": "src/slider/slider.ts"
|
|
26751
|
+
"name": "SliderLabel",
|
|
26752
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26751
26753
|
}
|
|
26752
26754
|
}
|
|
26753
26755
|
]
|
|
26754
26756
|
},
|
|
26755
26757
|
{
|
|
26756
26758
|
"kind": "variable",
|
|
26757
|
-
"name": "
|
|
26759
|
+
"name": "zeroSliderLabel"
|
|
26758
26760
|
}
|
|
26759
26761
|
],
|
|
26760
26762
|
"exports": [
|
|
26761
26763
|
{
|
|
26762
26764
|
"kind": "js",
|
|
26763
|
-
"name": "
|
|
26765
|
+
"name": "SliderLabel",
|
|
26764
26766
|
"declaration": {
|
|
26765
|
-
"name": "
|
|
26766
|
-
"module": "src/slider/slider.ts"
|
|
26767
|
+
"name": "SliderLabel",
|
|
26768
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26767
26769
|
}
|
|
26768
26770
|
},
|
|
26769
26771
|
{
|
|
26770
26772
|
"kind": "js",
|
|
26771
|
-
"name": "
|
|
26773
|
+
"name": "zeroSliderLabel",
|
|
26772
26774
|
"declaration": {
|
|
26773
|
-
"name": "
|
|
26774
|
-
"module": "src/slider/slider.ts"
|
|
26775
|
+
"name": "zeroSliderLabel",
|
|
26776
|
+
"module": "src/slider-label/slider-label.ts"
|
|
26775
26777
|
}
|
|
26776
26778
|
}
|
|
26777
26779
|
]
|
|
26778
26780
|
},
|
|
26779
26781
|
{
|
|
26780
26782
|
"kind": "javascript-module",
|
|
26781
|
-
"path": "src/
|
|
26783
|
+
"path": "src/skeleton/index.ts",
|
|
26782
26784
|
"declarations": [],
|
|
26783
26785
|
"exports": [
|
|
26784
26786
|
{
|
|
@@ -26786,7 +26788,15 @@
|
|
|
26786
26788
|
"name": "*",
|
|
26787
26789
|
"declaration": {
|
|
26788
26790
|
"name": "*",
|
|
26789
|
-
"package": "./
|
|
26791
|
+
"package": "./skeleton"
|
|
26792
|
+
}
|
|
26793
|
+
},
|
|
26794
|
+
{
|
|
26795
|
+
"kind": "js",
|
|
26796
|
+
"name": "*",
|
|
26797
|
+
"declaration": {
|
|
26798
|
+
"name": "*",
|
|
26799
|
+
"package": "./skeleton.styles"
|
|
26790
26800
|
}
|
|
26791
26801
|
},
|
|
26792
26802
|
{
|
|
@@ -26794,26 +26804,58 @@
|
|
|
26794
26804
|
"name": "*",
|
|
26795
26805
|
"declaration": {
|
|
26796
26806
|
"name": "*",
|
|
26797
|
-
"package": "./
|
|
26807
|
+
"package": "./skeleton.template"
|
|
26798
26808
|
}
|
|
26809
|
+
}
|
|
26810
|
+
]
|
|
26811
|
+
},
|
|
26812
|
+
{
|
|
26813
|
+
"kind": "javascript-module",
|
|
26814
|
+
"path": "src/skeleton/skeleton.stories.ts",
|
|
26815
|
+
"declarations": [
|
|
26816
|
+
{
|
|
26817
|
+
"kind": "variable",
|
|
26818
|
+
"name": "meta",
|
|
26819
|
+
"type": {
|
|
26820
|
+
"text": "Meta"
|
|
26821
|
+
},
|
|
26822
|
+
"default": "{\n title: 'Skeleton',\n component: 'zero-skeleton',\n}"
|
|
26799
26823
|
},
|
|
26824
|
+
{
|
|
26825
|
+
"kind": "variable",
|
|
26826
|
+
"name": "Primary",
|
|
26827
|
+
"type": {
|
|
26828
|
+
"text": "StoryObj"
|
|
26829
|
+
},
|
|
26830
|
+
"default": "{\n render: () => html`\n <div\n style=\"\n background-color: #fff;\n padding: 20px;\n width: 500px;\n border-radius: 4px;\"\n >\n <zero-skeleton style=\"width: 50px; height: 50px;\" shape=\"circle\"></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px;width: 75px;height: 30px;margin-top: 20px;margin-bottom: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n </div>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 20px;\"\n shape=\"rect\"\n ></zero-skeleton>\n `,\n}"
|
|
26831
|
+
}
|
|
26832
|
+
],
|
|
26833
|
+
"exports": [
|
|
26800
26834
|
{
|
|
26801
26835
|
"kind": "js",
|
|
26802
|
-
"name": "
|
|
26836
|
+
"name": "default",
|
|
26803
26837
|
"declaration": {
|
|
26804
|
-
"name": "
|
|
26805
|
-
"
|
|
26838
|
+
"name": "meta",
|
|
26839
|
+
"module": "src/skeleton/skeleton.stories.ts"
|
|
26840
|
+
}
|
|
26841
|
+
},
|
|
26842
|
+
{
|
|
26843
|
+
"kind": "js",
|
|
26844
|
+
"name": "Primary",
|
|
26845
|
+
"declaration": {
|
|
26846
|
+
"name": "Primary",
|
|
26847
|
+
"module": "src/skeleton/skeleton.stories.ts"
|
|
26806
26848
|
}
|
|
26807
26849
|
}
|
|
26808
26850
|
]
|
|
26809
26851
|
},
|
|
26810
26852
|
{
|
|
26811
26853
|
"kind": "javascript-module",
|
|
26812
|
-
"path": "src/
|
|
26854
|
+
"path": "src/skeleton/skeleton.styles.ts",
|
|
26813
26855
|
"declarations": [
|
|
26814
26856
|
{
|
|
26815
26857
|
"kind": "function",
|
|
26816
|
-
"name": "
|
|
26858
|
+
"name": "zeroSkeletonStyles",
|
|
26817
26859
|
"return": {
|
|
26818
26860
|
"type": {
|
|
26819
26861
|
"text": "ElementStyles"
|
|
@@ -26838,24 +26880,24 @@
|
|
|
26838
26880
|
"exports": [
|
|
26839
26881
|
{
|
|
26840
26882
|
"kind": "js",
|
|
26841
|
-
"name": "
|
|
26883
|
+
"name": "zeroSkeletonStyles",
|
|
26842
26884
|
"declaration": {
|
|
26843
|
-
"name": "
|
|
26844
|
-
"module": "src/
|
|
26885
|
+
"name": "zeroSkeletonStyles",
|
|
26886
|
+
"module": "src/skeleton/skeleton.styles.ts"
|
|
26845
26887
|
}
|
|
26846
26888
|
}
|
|
26847
26889
|
]
|
|
26848
26890
|
},
|
|
26849
26891
|
{
|
|
26850
26892
|
"kind": "javascript-module",
|
|
26851
|
-
"path": "src/
|
|
26893
|
+
"path": "src/skeleton/skeleton.template.ts",
|
|
26852
26894
|
"declarations": [
|
|
26853
26895
|
{
|
|
26854
26896
|
"kind": "function",
|
|
26855
|
-
"name": "
|
|
26897
|
+
"name": "zeroSkeletonTemplate",
|
|
26856
26898
|
"return": {
|
|
26857
26899
|
"type": {
|
|
26858
|
-
"text": "ViewTemplate<
|
|
26900
|
+
"text": "ViewTemplate<Skeleton>"
|
|
26859
26901
|
}
|
|
26860
26902
|
},
|
|
26861
26903
|
"parameters": [
|
|
@@ -26877,172 +26919,130 @@
|
|
|
26877
26919
|
"exports": [
|
|
26878
26920
|
{
|
|
26879
26921
|
"kind": "js",
|
|
26880
|
-
"name": "
|
|
26922
|
+
"name": "zeroSkeletonTemplate",
|
|
26881
26923
|
"declaration": {
|
|
26882
|
-
"name": "
|
|
26883
|
-
"module": "src/
|
|
26924
|
+
"name": "zeroSkeletonTemplate",
|
|
26925
|
+
"module": "src/skeleton/skeleton.template.ts"
|
|
26884
26926
|
}
|
|
26885
26927
|
}
|
|
26886
26928
|
]
|
|
26887
26929
|
},
|
|
26888
26930
|
{
|
|
26889
26931
|
"kind": "javascript-module",
|
|
26890
|
-
"path": "src/
|
|
26932
|
+
"path": "src/skeleton/skeleton.ts",
|
|
26891
26933
|
"declarations": [
|
|
26892
26934
|
{
|
|
26893
26935
|
"kind": "class",
|
|
26894
26936
|
"description": "",
|
|
26895
|
-
"name": "
|
|
26937
|
+
"name": "Skeleton",
|
|
26896
26938
|
"superclass": {
|
|
26897
|
-
"name": "
|
|
26939
|
+
"name": "FoundationSkeleton",
|
|
26898
26940
|
"package": "@genesislcap/foundation-ui"
|
|
26899
26941
|
},
|
|
26900
|
-
"tagName": "%%prefix%%-
|
|
26942
|
+
"tagName": "%%prefix%%-skeleton",
|
|
26901
26943
|
"customElement": true,
|
|
26902
26944
|
"attributes": [
|
|
26903
26945
|
{
|
|
26904
|
-
"name": "
|
|
26946
|
+
"name": "fill",
|
|
26905
26947
|
"type": {
|
|
26906
26948
|
"text": "string"
|
|
26907
26949
|
},
|
|
26908
|
-
"description": "
|
|
26909
|
-
"fieldName": "
|
|
26950
|
+
"description": "Indicates the Skeleton should have a filled style.",
|
|
26951
|
+
"fieldName": "fill",
|
|
26910
26952
|
"inheritedFrom": {
|
|
26911
|
-
"name": "
|
|
26912
|
-
"module": "src/
|
|
26953
|
+
"name": "Skeleton",
|
|
26954
|
+
"module": "src/skeleton/skeleton.ts"
|
|
26913
26955
|
}
|
|
26914
26956
|
},
|
|
26915
26957
|
{
|
|
26916
|
-
"name": "
|
|
26958
|
+
"name": "shape",
|
|
26917
26959
|
"type": {
|
|
26918
|
-
"text": "
|
|
26960
|
+
"text": "SkeletonShape"
|
|
26919
26961
|
},
|
|
26920
|
-
"default": "
|
|
26921
|
-
"description": "
|
|
26922
|
-
"fieldName": "
|
|
26962
|
+
"default": "\"rect\"",
|
|
26963
|
+
"description": "Indicates what the shape of the Skeleton should be.",
|
|
26964
|
+
"fieldName": "shape",
|
|
26923
26965
|
"inheritedFrom": {
|
|
26924
|
-
"name": "
|
|
26925
|
-
"module": "src/
|
|
26966
|
+
"name": "Skeleton",
|
|
26967
|
+
"module": "src/skeleton/skeleton.ts"
|
|
26968
|
+
}
|
|
26969
|
+
},
|
|
26970
|
+
{
|
|
26971
|
+
"name": "pattern",
|
|
26972
|
+
"type": {
|
|
26973
|
+
"text": "string"
|
|
26974
|
+
},
|
|
26975
|
+
"description": "Indicates that the component can accept a pattern URL.",
|
|
26976
|
+
"fieldName": "pattern",
|
|
26977
|
+
"inheritedFrom": {
|
|
26978
|
+
"name": "Skeleton",
|
|
26979
|
+
"module": "src/skeleton/skeleton.ts"
|
|
26926
26980
|
}
|
|
26927
26981
|
},
|
|
26928
26982
|
{
|
|
26929
|
-
"name": "disabled",
|
|
26930
26983
|
"type": {
|
|
26931
26984
|
"text": "boolean"
|
|
26932
26985
|
},
|
|
26933
|
-
"description": "
|
|
26934
|
-
"fieldName": "
|
|
26986
|
+
"description": "Indicates that the component has an activated shimmer effect",
|
|
26987
|
+
"fieldName": "shimmer",
|
|
26935
26988
|
"inheritedFrom": {
|
|
26936
|
-
"name": "
|
|
26937
|
-
"module": "src/
|
|
26989
|
+
"name": "Skeleton",
|
|
26990
|
+
"module": "src/skeleton/skeleton.ts"
|
|
26938
26991
|
}
|
|
26939
26992
|
}
|
|
26940
26993
|
],
|
|
26941
26994
|
"members": [
|
|
26942
26995
|
{
|
|
26943
26996
|
"kind": "field",
|
|
26944
|
-
"name": "
|
|
26997
|
+
"name": "fill",
|
|
26945
26998
|
"type": {
|
|
26946
26999
|
"text": "string"
|
|
26947
27000
|
},
|
|
26948
27001
|
"privacy": "public",
|
|
26949
|
-
"description": "
|
|
26950
|
-
"inheritedFrom": {
|
|
26951
|
-
"name": "SliderLabel",
|
|
26952
|
-
"module": "src/slider-label/slider-label.ts"
|
|
26953
|
-
}
|
|
26954
|
-
},
|
|
26955
|
-
{
|
|
26956
|
-
"kind": "method",
|
|
26957
|
-
"name": "positionChanged",
|
|
26958
|
-
"privacy": "private",
|
|
26959
|
-
"return": {
|
|
26960
|
-
"type": {
|
|
26961
|
-
"text": "void"
|
|
26962
|
-
}
|
|
26963
|
-
},
|
|
27002
|
+
"description": "Indicates the Skeleton should have a filled style.",
|
|
26964
27003
|
"inheritedFrom": {
|
|
26965
|
-
"name": "
|
|
26966
|
-
"module": "src/
|
|
27004
|
+
"name": "Skeleton",
|
|
27005
|
+
"module": "src/skeleton/skeleton.ts"
|
|
26967
27006
|
}
|
|
26968
27007
|
},
|
|
26969
27008
|
{
|
|
26970
27009
|
"kind": "field",
|
|
26971
|
-
"name": "
|
|
27010
|
+
"name": "shape",
|
|
26972
27011
|
"type": {
|
|
26973
|
-
"text": "
|
|
27012
|
+
"text": "SkeletonShape"
|
|
26974
27013
|
},
|
|
26975
27014
|
"privacy": "public",
|
|
26976
|
-
"default": "
|
|
26977
|
-
"description": "
|
|
27015
|
+
"default": "\"rect\"",
|
|
27016
|
+
"description": "Indicates what the shape of the Skeleton should be.",
|
|
26978
27017
|
"inheritedFrom": {
|
|
26979
|
-
"name": "
|
|
26980
|
-
"module": "src/
|
|
27018
|
+
"name": "Skeleton",
|
|
27019
|
+
"module": "src/skeleton/skeleton.ts"
|
|
26981
27020
|
}
|
|
26982
27021
|
},
|
|
26983
27022
|
{
|
|
26984
27023
|
"kind": "field",
|
|
26985
|
-
"name": "
|
|
27024
|
+
"name": "pattern",
|
|
26986
27025
|
"type": {
|
|
26987
|
-
"text": "
|
|
27026
|
+
"text": "string"
|
|
26988
27027
|
},
|
|
26989
27028
|
"privacy": "public",
|
|
26990
|
-
"description": "
|
|
27029
|
+
"description": "Indicates that the component can accept a pattern URL.",
|
|
26991
27030
|
"inheritedFrom": {
|
|
26992
|
-
"name": "
|
|
26993
|
-
"module": "src/
|
|
27031
|
+
"name": "Skeleton",
|
|
27032
|
+
"module": "src/skeleton/skeleton.ts"
|
|
26994
27033
|
}
|
|
26995
27034
|
},
|
|
26996
27035
|
{
|
|
26997
27036
|
"kind": "field",
|
|
26998
|
-
"name": "
|
|
27037
|
+
"name": "shimmer",
|
|
26999
27038
|
"type": {
|
|
27000
|
-
"text": "
|
|
27001
|
-
},
|
|
27002
|
-
"privacy": "private",
|
|
27003
|
-
"inheritedFrom": {
|
|
27004
|
-
"name": "SliderLabel",
|
|
27005
|
-
"module": "src/slider-label/slider-label.ts"
|
|
27006
|
-
}
|
|
27007
|
-
},
|
|
27008
|
-
{
|
|
27009
|
-
"kind": "method",
|
|
27010
|
-
"name": "isSliderConfig",
|
|
27011
|
-
"privacy": "private",
|
|
27012
|
-
"return": {
|
|
27013
|
-
"type": {
|
|
27014
|
-
"text": "node is SliderConfiguration"
|
|
27015
|
-
}
|
|
27039
|
+
"text": "boolean"
|
|
27016
27040
|
},
|
|
27017
|
-
"
|
|
27018
|
-
|
|
27019
|
-
"name": "node",
|
|
27020
|
-
"type": {
|
|
27021
|
-
"text": "any"
|
|
27022
|
-
}
|
|
27023
|
-
}
|
|
27024
|
-
],
|
|
27025
|
-
"inheritedFrom": {
|
|
27026
|
-
"name": "SliderLabel",
|
|
27027
|
-
"module": "src/slider-label/slider-label.ts"
|
|
27028
|
-
}
|
|
27029
|
-
},
|
|
27030
|
-
{
|
|
27031
|
-
"kind": "field",
|
|
27032
|
-
"name": "getSliderConfiguration",
|
|
27033
|
-
"privacy": "private",
|
|
27034
|
-
"inheritedFrom": {
|
|
27035
|
-
"name": "SliderLabel",
|
|
27036
|
-
"module": "src/slider-label/slider-label.ts"
|
|
27037
|
-
}
|
|
27038
|
-
},
|
|
27039
|
-
{
|
|
27040
|
-
"kind": "field",
|
|
27041
|
-
"name": "positionAsStyle",
|
|
27042
|
-
"privacy": "private",
|
|
27041
|
+
"privacy": "public",
|
|
27042
|
+
"description": "Indicates that the component has an activated shimmer effect",
|
|
27043
27043
|
"inheritedFrom": {
|
|
27044
|
-
"name": "
|
|
27045
|
-
"module": "src/
|
|
27044
|
+
"name": "Skeleton",
|
|
27045
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27046
27046
|
}
|
|
27047
27047
|
},
|
|
27048
27048
|
{
|
|
@@ -27054,8 +27054,8 @@
|
|
|
27054
27054
|
"privacy": "private",
|
|
27055
27055
|
"default": "void 0",
|
|
27056
27056
|
"inheritedFrom": {
|
|
27057
|
-
"name": "
|
|
27058
|
-
"module": "src/
|
|
27057
|
+
"name": "Skeleton",
|
|
27058
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27059
27059
|
}
|
|
27060
27060
|
},
|
|
27061
27061
|
{
|
|
@@ -27067,8 +27067,8 @@
|
|
|
27067
27067
|
"privacy": "public",
|
|
27068
27068
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
27069
27069
|
"inheritedFrom": {
|
|
27070
|
-
"name": "
|
|
27071
|
-
"module": "src/
|
|
27070
|
+
"name": "Skeleton",
|
|
27071
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27072
27072
|
}
|
|
27073
27073
|
},
|
|
27074
27074
|
{
|
|
@@ -27080,8 +27080,8 @@
|
|
|
27080
27080
|
"privacy": "public",
|
|
27081
27081
|
"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.",
|
|
27082
27082
|
"inheritedFrom": {
|
|
27083
|
-
"name": "
|
|
27084
|
-
"module": "src/
|
|
27083
|
+
"name": "Skeleton",
|
|
27084
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27085
27085
|
}
|
|
27086
27086
|
},
|
|
27087
27087
|
{
|
|
@@ -27094,8 +27094,8 @@
|
|
|
27094
27094
|
}
|
|
27095
27095
|
},
|
|
27096
27096
|
"inheritedFrom": {
|
|
27097
|
-
"name": "
|
|
27098
|
-
"module": "src/
|
|
27097
|
+
"name": "Skeleton",
|
|
27098
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27099
27099
|
}
|
|
27100
27100
|
},
|
|
27101
27101
|
{
|
|
@@ -27107,8 +27107,8 @@
|
|
|
27107
27107
|
"privacy": "public",
|
|
27108
27108
|
"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.",
|
|
27109
27109
|
"inheritedFrom": {
|
|
27110
|
-
"name": "
|
|
27111
|
-
"module": "src/
|
|
27110
|
+
"name": "Skeleton",
|
|
27111
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27112
27112
|
}
|
|
27113
27113
|
},
|
|
27114
27114
|
{
|
|
@@ -27121,8 +27121,8 @@
|
|
|
27121
27121
|
}
|
|
27122
27122
|
},
|
|
27123
27123
|
"inheritedFrom": {
|
|
27124
|
-
"name": "
|
|
27125
|
-
"module": "src/
|
|
27124
|
+
"name": "Skeleton",
|
|
27125
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27126
27126
|
}
|
|
27127
27127
|
},
|
|
27128
27128
|
{
|
|
@@ -27152,32 +27152,32 @@
|
|
|
27152
27152
|
],
|
|
27153
27153
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
27154
27154
|
"inheritedFrom": {
|
|
27155
|
-
"name": "
|
|
27156
|
-
"module": "src/
|
|
27155
|
+
"name": "Skeleton",
|
|
27156
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27157
27157
|
}
|
|
27158
27158
|
}
|
|
27159
27159
|
]
|
|
27160
27160
|
},
|
|
27161
27161
|
{
|
|
27162
27162
|
"kind": "variable",
|
|
27163
|
-
"name": "
|
|
27163
|
+
"name": "zeroSkeleton"
|
|
27164
27164
|
}
|
|
27165
27165
|
],
|
|
27166
27166
|
"exports": [
|
|
27167
27167
|
{
|
|
27168
27168
|
"kind": "js",
|
|
27169
|
-
"name": "
|
|
27169
|
+
"name": "Skeleton",
|
|
27170
27170
|
"declaration": {
|
|
27171
|
-
"name": "
|
|
27172
|
-
"module": "src/
|
|
27171
|
+
"name": "Skeleton",
|
|
27172
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27173
27173
|
}
|
|
27174
27174
|
},
|
|
27175
27175
|
{
|
|
27176
27176
|
"kind": "js",
|
|
27177
|
-
"name": "
|
|
27177
|
+
"name": "zeroSkeleton",
|
|
27178
27178
|
"declaration": {
|
|
27179
|
-
"name": "
|
|
27180
|
-
"module": "src/
|
|
27179
|
+
"name": "zeroSkeleton",
|
|
27180
|
+
"module": "src/skeleton/skeleton.ts"
|
|
27181
27181
|
}
|
|
27182
27182
|
}
|
|
27183
27183
|
]
|