@genesislcap/foundation-ui 14.180.1-GENC-376.4 → 14.180.2
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 +947 -947
- package/package.json +16 -16
|
@@ -817,37 +817,6 @@
|
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
},
|
|
820
|
-
{
|
|
821
|
-
"kind": "javascript-module",
|
|
822
|
-
"path": "src/_config/index.ts",
|
|
823
|
-
"declarations": [],
|
|
824
|
-
"exports": [
|
|
825
|
-
{
|
|
826
|
-
"kind": "js",
|
|
827
|
-
"name": "*",
|
|
828
|
-
"declaration": {
|
|
829
|
-
"name": "*",
|
|
830
|
-
"package": "./styles"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"kind": "js",
|
|
835
|
-
"name": "*",
|
|
836
|
-
"declaration": {
|
|
837
|
-
"name": "*",
|
|
838
|
-
"package": "./tokens"
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"kind": "js",
|
|
843
|
-
"name": "*",
|
|
844
|
-
"declaration": {
|
|
845
|
-
"name": "*",
|
|
846
|
-
"package": "./values"
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
]
|
|
850
|
-
},
|
|
851
820
|
{
|
|
852
821
|
"kind": "javascript-module",
|
|
853
822
|
"path": "src/_common/icons.ts",
|
|
@@ -1075,6 +1044,37 @@
|
|
|
1075
1044
|
}
|
|
1076
1045
|
]
|
|
1077
1046
|
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "javascript-module",
|
|
1049
|
+
"path": "src/_config/index.ts",
|
|
1050
|
+
"declarations": [],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./styles"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "js",
|
|
1062
|
+
"name": "*",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"package": "./tokens"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "js",
|
|
1070
|
+
"name": "*",
|
|
1071
|
+
"declaration": {
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"package": "./values"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
1078
1078
|
{
|
|
1079
1079
|
"kind": "javascript-module",
|
|
1080
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -4930,53 +4930,359 @@
|
|
|
4930
4930
|
},
|
|
4931
4931
|
{
|
|
4932
4932
|
"kind": "javascript-module",
|
|
4933
|
-
"path": "src/
|
|
4933
|
+
"path": "src/banner/banner.styles.ts",
|
|
4934
|
+
"declarations": [
|
|
4935
|
+
{
|
|
4936
|
+
"kind": "variable",
|
|
4937
|
+
"name": "foundationBannerStyles",
|
|
4938
|
+
"type": {
|
|
4939
|
+
"text": "ElementStyles"
|
|
4940
|
+
},
|
|
4941
|
+
"default": "css`\n @keyframes delete-animate {\n from {\n height: 100px;\n opacity: 100%;\n }\n\n to {\n height: 0;\n opacity: 0%;\n }\n }\n\n @keyframes append-animate {\n from {\n height: 0;\n opacity: 0%;\n }\n\n to {\n height: var(--banner-height);\n opacity: 100%;\n }\n }\n\n :host {\n --banner-width: 100%;\n --banner-height: 65px;\n --flow: row;\n }\n\n @media screen and (max-width: 640px) {\n :host {\n --flow: column;\n --banner-height: 100px;\n }\n }\n\n .banner {\n animation: append-animate 0.3s linear;\n width: var(--banner-width);\n height: var(--banner-height);\n background-color: var(--fill-color);\n display: flex;\n flex-direction: var(--flow);\n padding: 5px 8px;\n box-sizing: border-box;\n overflow: hidden;\n }\n\n .banner-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
|
|
4942
|
+
}
|
|
4943
|
+
],
|
|
4944
|
+
"exports": [
|
|
4945
|
+
{
|
|
4946
|
+
"kind": "js",
|
|
4947
|
+
"name": "foundationBannerStyles",
|
|
4948
|
+
"declaration": {
|
|
4949
|
+
"name": "foundationBannerStyles",
|
|
4950
|
+
"module": "src/banner/banner.styles.ts"
|
|
4951
|
+
}
|
|
4952
|
+
}
|
|
4953
|
+
]
|
|
4954
|
+
},
|
|
4955
|
+
{
|
|
4956
|
+
"kind": "javascript-module",
|
|
4957
|
+
"path": "src/banner/banner.template.ts",
|
|
4934
4958
|
"declarations": [
|
|
4935
4959
|
{
|
|
4936
4960
|
"kind": "function",
|
|
4937
|
-
"name": "
|
|
4938
|
-
"
|
|
4939
|
-
|
|
4940
|
-
"
|
|
4961
|
+
"name": "getBannerTemplate",
|
|
4962
|
+
"parameters": [
|
|
4963
|
+
{
|
|
4964
|
+
"name": "prefix",
|
|
4965
|
+
"type": {
|
|
4966
|
+
"text": "string"
|
|
4967
|
+
}
|
|
4941
4968
|
}
|
|
4969
|
+
]
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"kind": "variable",
|
|
4973
|
+
"name": "foundationBannerTemplate",
|
|
4974
|
+
"default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
|
|
4975
|
+
}
|
|
4976
|
+
],
|
|
4977
|
+
"exports": [
|
|
4978
|
+
{
|
|
4979
|
+
"kind": "js",
|
|
4980
|
+
"name": "getBannerTemplate",
|
|
4981
|
+
"declaration": {
|
|
4982
|
+
"name": "getBannerTemplate",
|
|
4983
|
+
"module": "src/banner/banner.template.ts"
|
|
4984
|
+
}
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"kind": "js",
|
|
4988
|
+
"name": "foundationBannerTemplate",
|
|
4989
|
+
"declaration": {
|
|
4990
|
+
"name": "foundationBannerTemplate",
|
|
4991
|
+
"module": "src/banner/banner.template.ts"
|
|
4992
|
+
}
|
|
4993
|
+
}
|
|
4994
|
+
]
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"kind": "javascript-module",
|
|
4998
|
+
"path": "src/banner/banner.ts",
|
|
4999
|
+
"declarations": [
|
|
5000
|
+
{
|
|
5001
|
+
"kind": "variable",
|
|
5002
|
+
"name": "foundationBannerShadowOptions",
|
|
5003
|
+
"type": {
|
|
5004
|
+
"text": "ShadowRootInit"
|
|
4942
5005
|
},
|
|
4943
|
-
"
|
|
5006
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"kind": "class",
|
|
5010
|
+
"description": "",
|
|
5011
|
+
"name": "Banner",
|
|
5012
|
+
"members": [
|
|
4944
5013
|
{
|
|
4945
|
-
"
|
|
5014
|
+
"kind": "field",
|
|
5015
|
+
"name": "banner",
|
|
4946
5016
|
"type": {
|
|
4947
|
-
"text": "
|
|
5017
|
+
"text": "HTMLElement"
|
|
5018
|
+
},
|
|
5019
|
+
"privacy": "public"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "field",
|
|
5023
|
+
"name": "dismissAnimation",
|
|
5024
|
+
"type": {
|
|
5025
|
+
"text": "'banner-delete' | ''"
|
|
5026
|
+
},
|
|
5027
|
+
"default": "''"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"kind": "field",
|
|
5031
|
+
"name": "notification",
|
|
5032
|
+
"type": {
|
|
5033
|
+
"text": "NotificationStructure"
|
|
4948
5034
|
}
|
|
4949
5035
|
},
|
|
4950
5036
|
{
|
|
4951
|
-
"
|
|
5037
|
+
"kind": "method",
|
|
5038
|
+
"name": "dismiss",
|
|
5039
|
+
"privacy": "public",
|
|
5040
|
+
"return": {
|
|
5041
|
+
"type": {
|
|
5042
|
+
"text": "Promise<void>"
|
|
5043
|
+
}
|
|
5044
|
+
},
|
|
5045
|
+
"description": "Dismiss the Banner from display."
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"kind": "method",
|
|
5049
|
+
"name": "dismissNotification",
|
|
5050
|
+
"privacy": "public",
|
|
5051
|
+
"description": "Dismiss the Banner (NotificationStructure) from display."
|
|
5052
|
+
},
|
|
5053
|
+
{
|
|
5054
|
+
"kind": "field",
|
|
5055
|
+
"name": "_presentation",
|
|
4952
5056
|
"type": {
|
|
4953
|
-
"text": "
|
|
5057
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5058
|
+
},
|
|
5059
|
+
"privacy": "private",
|
|
5060
|
+
"default": "void 0",
|
|
5061
|
+
"inheritedFrom": {
|
|
5062
|
+
"name": "FoundationElement",
|
|
5063
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"kind": "field",
|
|
5068
|
+
"name": "$presentation",
|
|
5069
|
+
"type": {
|
|
5070
|
+
"text": "ComponentPresentation | null"
|
|
5071
|
+
},
|
|
5072
|
+
"privacy": "public",
|
|
5073
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5074
|
+
"inheritedFrom": {
|
|
5075
|
+
"name": "FoundationElement",
|
|
5076
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5077
|
+
}
|
|
5078
|
+
},
|
|
5079
|
+
{
|
|
5080
|
+
"kind": "field",
|
|
5081
|
+
"name": "template",
|
|
5082
|
+
"type": {
|
|
5083
|
+
"text": "ElementViewTemplate | void | null"
|
|
5084
|
+
},
|
|
5085
|
+
"privacy": "public",
|
|
5086
|
+
"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.",
|
|
5087
|
+
"inheritedFrom": {
|
|
5088
|
+
"name": "FoundationElement",
|
|
5089
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5090
|
+
}
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"kind": "method",
|
|
5094
|
+
"name": "templateChanged",
|
|
5095
|
+
"privacy": "protected",
|
|
5096
|
+
"return": {
|
|
5097
|
+
"type": {
|
|
5098
|
+
"text": "void"
|
|
5099
|
+
}
|
|
5100
|
+
},
|
|
5101
|
+
"inheritedFrom": {
|
|
5102
|
+
"name": "FoundationElement",
|
|
5103
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5104
|
+
}
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"kind": "field",
|
|
5108
|
+
"name": "styles",
|
|
5109
|
+
"type": {
|
|
5110
|
+
"text": "ElementStyles | void | null"
|
|
5111
|
+
},
|
|
5112
|
+
"privacy": "public",
|
|
5113
|
+
"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.",
|
|
5114
|
+
"inheritedFrom": {
|
|
5115
|
+
"name": "FoundationElement",
|
|
5116
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
5119
|
+
{
|
|
5120
|
+
"kind": "method",
|
|
5121
|
+
"name": "stylesChanged",
|
|
5122
|
+
"privacy": "protected",
|
|
5123
|
+
"return": {
|
|
5124
|
+
"type": {
|
|
5125
|
+
"text": "void"
|
|
5126
|
+
}
|
|
5127
|
+
},
|
|
5128
|
+
"inheritedFrom": {
|
|
5129
|
+
"name": "FoundationElement",
|
|
5130
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5131
|
+
}
|
|
5132
|
+
},
|
|
5133
|
+
{
|
|
5134
|
+
"kind": "method",
|
|
5135
|
+
"name": "compose",
|
|
5136
|
+
"privacy": "public",
|
|
5137
|
+
"static": true,
|
|
5138
|
+
"return": {
|
|
5139
|
+
"type": {
|
|
5140
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5141
|
+
}
|
|
5142
|
+
},
|
|
5143
|
+
"parameters": [
|
|
5144
|
+
{
|
|
5145
|
+
"name": "this",
|
|
5146
|
+
"type": {
|
|
5147
|
+
"text": "K"
|
|
5148
|
+
}
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"name": "elementDefinition",
|
|
5152
|
+
"type": {
|
|
5153
|
+
"text": "T"
|
|
5154
|
+
},
|
|
5155
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5156
|
+
}
|
|
5157
|
+
],
|
|
5158
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5159
|
+
"inheritedFrom": {
|
|
5160
|
+
"name": "FoundationElement",
|
|
5161
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4954
5162
|
}
|
|
4955
5163
|
}
|
|
4956
|
-
]
|
|
5164
|
+
],
|
|
5165
|
+
"superclass": {
|
|
5166
|
+
"name": "FoundationElement",
|
|
5167
|
+
"package": "@microsoft/fast-foundation"
|
|
5168
|
+
},
|
|
5169
|
+
"tagName": "%%prefix%%-banner",
|
|
5170
|
+
"customElement": true
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"kind": "variable",
|
|
5174
|
+
"name": "foundationBanner",
|
|
5175
|
+
"description": "The Foundation Banner",
|
|
5176
|
+
"privacy": "public"
|
|
4957
5177
|
}
|
|
4958
5178
|
],
|
|
4959
5179
|
"exports": [
|
|
4960
5180
|
{
|
|
4961
5181
|
"kind": "js",
|
|
4962
|
-
"name": "
|
|
5182
|
+
"name": "foundationBannerShadowOptions",
|
|
4963
5183
|
"declaration": {
|
|
4964
|
-
"name": "
|
|
4965
|
-
"module": "src/
|
|
5184
|
+
"name": "foundationBannerShadowOptions",
|
|
5185
|
+
"module": "src/banner/banner.ts"
|
|
5186
|
+
}
|
|
5187
|
+
},
|
|
5188
|
+
{
|
|
5189
|
+
"kind": "js",
|
|
5190
|
+
"name": "Banner",
|
|
5191
|
+
"declaration": {
|
|
5192
|
+
"name": "Banner",
|
|
5193
|
+
"module": "src/banner/banner.ts"
|
|
5194
|
+
}
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "js",
|
|
5198
|
+
"name": "foundationBanner",
|
|
5199
|
+
"declaration": {
|
|
5200
|
+
"name": "foundationBanner",
|
|
5201
|
+
"module": "src/banner/banner.ts"
|
|
4966
5202
|
}
|
|
4967
5203
|
}
|
|
4968
5204
|
]
|
|
4969
5205
|
},
|
|
4970
5206
|
{
|
|
4971
5207
|
"kind": "javascript-module",
|
|
4972
|
-
"path": "src/
|
|
5208
|
+
"path": "src/banner/index.ts",
|
|
5209
|
+
"declarations": [],
|
|
5210
|
+
"exports": [
|
|
5211
|
+
{
|
|
5212
|
+
"kind": "js",
|
|
5213
|
+
"name": "*",
|
|
5214
|
+
"declaration": {
|
|
5215
|
+
"name": "*",
|
|
5216
|
+
"package": "./banner.styles"
|
|
5217
|
+
}
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"kind": "js",
|
|
5221
|
+
"name": "*",
|
|
5222
|
+
"declaration": {
|
|
5223
|
+
"name": "*",
|
|
5224
|
+
"package": "./banner.template"
|
|
5225
|
+
}
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"kind": "js",
|
|
5229
|
+
"name": "*",
|
|
5230
|
+
"declaration": {
|
|
5231
|
+
"name": "*",
|
|
5232
|
+
"package": "./banner"
|
|
5233
|
+
}
|
|
5234
|
+
}
|
|
5235
|
+
]
|
|
5236
|
+
},
|
|
5237
|
+
{
|
|
5238
|
+
"kind": "javascript-module",
|
|
5239
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
4973
5240
|
"declarations": [
|
|
4974
5241
|
{
|
|
4975
5242
|
"kind": "function",
|
|
4976
|
-
"name": "
|
|
5243
|
+
"name": "foundationBreadcrumbStyles",
|
|
4977
5244
|
"return": {
|
|
4978
5245
|
"type": {
|
|
4979
|
-
"text": "
|
|
5246
|
+
"text": "ElementStyles"
|
|
5247
|
+
}
|
|
5248
|
+
},
|
|
5249
|
+
"parameters": [
|
|
5250
|
+
{
|
|
5251
|
+
"name": "context",
|
|
5252
|
+
"type": {
|
|
5253
|
+
"text": "ElementDefinitionContext"
|
|
5254
|
+
}
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"name": "definition",
|
|
5258
|
+
"type": {
|
|
5259
|
+
"text": "FoundationElementDefinition"
|
|
5260
|
+
}
|
|
5261
|
+
}
|
|
5262
|
+
]
|
|
5263
|
+
}
|
|
5264
|
+
],
|
|
5265
|
+
"exports": [
|
|
5266
|
+
{
|
|
5267
|
+
"kind": "js",
|
|
5268
|
+
"name": "foundationBreadcrumbStyles",
|
|
5269
|
+
"declaration": {
|
|
5270
|
+
"name": "foundationBreadcrumbStyles",
|
|
5271
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
5272
|
+
}
|
|
5273
|
+
}
|
|
5274
|
+
]
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"kind": "javascript-module",
|
|
5278
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
5279
|
+
"declarations": [
|
|
5280
|
+
{
|
|
5281
|
+
"kind": "function",
|
|
5282
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5283
|
+
"return": {
|
|
5284
|
+
"type": {
|
|
5285
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
4980
5286
|
}
|
|
4981
5287
|
},
|
|
4982
5288
|
"parameters": [
|
|
@@ -5312,312 +5618,6 @@
|
|
|
5312
5618
|
}
|
|
5313
5619
|
]
|
|
5314
5620
|
},
|
|
5315
|
-
{
|
|
5316
|
-
"kind": "javascript-module",
|
|
5317
|
-
"path": "src/banner/banner.styles.ts",
|
|
5318
|
-
"declarations": [
|
|
5319
|
-
{
|
|
5320
|
-
"kind": "variable",
|
|
5321
|
-
"name": "foundationBannerStyles",
|
|
5322
|
-
"type": {
|
|
5323
|
-
"text": "ElementStyles"
|
|
5324
|
-
},
|
|
5325
|
-
"default": "css`\n @keyframes delete-animate {\n from {\n height: 100px;\n opacity: 100%;\n }\n\n to {\n height: 0;\n opacity: 0%;\n }\n }\n\n @keyframes append-animate {\n from {\n height: 0;\n opacity: 0%;\n }\n\n to {\n height: var(--banner-height);\n opacity: 100%;\n }\n }\n\n :host {\n --banner-width: 100%;\n --banner-height: 65px;\n --flow: row;\n }\n\n @media screen and (max-width: 640px) {\n :host {\n --flow: column;\n --banner-height: 100px;\n }\n }\n\n .banner {\n animation: append-animate 0.3s linear;\n width: var(--banner-width);\n height: var(--banner-height);\n background-color: var(--fill-color);\n display: flex;\n flex-direction: var(--flow);\n padding: 5px 8px;\n box-sizing: border-box;\n overflow: hidden;\n }\n\n .banner-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
|
|
5326
|
-
}
|
|
5327
|
-
],
|
|
5328
|
-
"exports": [
|
|
5329
|
-
{
|
|
5330
|
-
"kind": "js",
|
|
5331
|
-
"name": "foundationBannerStyles",
|
|
5332
|
-
"declaration": {
|
|
5333
|
-
"name": "foundationBannerStyles",
|
|
5334
|
-
"module": "src/banner/banner.styles.ts"
|
|
5335
|
-
}
|
|
5336
|
-
}
|
|
5337
|
-
]
|
|
5338
|
-
},
|
|
5339
|
-
{
|
|
5340
|
-
"kind": "javascript-module",
|
|
5341
|
-
"path": "src/banner/banner.template.ts",
|
|
5342
|
-
"declarations": [
|
|
5343
|
-
{
|
|
5344
|
-
"kind": "function",
|
|
5345
|
-
"name": "getBannerTemplate",
|
|
5346
|
-
"parameters": [
|
|
5347
|
-
{
|
|
5348
|
-
"name": "prefix",
|
|
5349
|
-
"type": {
|
|
5350
|
-
"text": "string"
|
|
5351
|
-
}
|
|
5352
|
-
}
|
|
5353
|
-
]
|
|
5354
|
-
},
|
|
5355
|
-
{
|
|
5356
|
-
"kind": "variable",
|
|
5357
|
-
"name": "foundationBannerTemplate",
|
|
5358
|
-
"default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
|
|
5359
|
-
}
|
|
5360
|
-
],
|
|
5361
|
-
"exports": [
|
|
5362
|
-
{
|
|
5363
|
-
"kind": "js",
|
|
5364
|
-
"name": "getBannerTemplate",
|
|
5365
|
-
"declaration": {
|
|
5366
|
-
"name": "getBannerTemplate",
|
|
5367
|
-
"module": "src/banner/banner.template.ts"
|
|
5368
|
-
}
|
|
5369
|
-
},
|
|
5370
|
-
{
|
|
5371
|
-
"kind": "js",
|
|
5372
|
-
"name": "foundationBannerTemplate",
|
|
5373
|
-
"declaration": {
|
|
5374
|
-
"name": "foundationBannerTemplate",
|
|
5375
|
-
"module": "src/banner/banner.template.ts"
|
|
5376
|
-
}
|
|
5377
|
-
}
|
|
5378
|
-
]
|
|
5379
|
-
},
|
|
5380
|
-
{
|
|
5381
|
-
"kind": "javascript-module",
|
|
5382
|
-
"path": "src/banner/banner.ts",
|
|
5383
|
-
"declarations": [
|
|
5384
|
-
{
|
|
5385
|
-
"kind": "variable",
|
|
5386
|
-
"name": "foundationBannerShadowOptions",
|
|
5387
|
-
"type": {
|
|
5388
|
-
"text": "ShadowRootInit"
|
|
5389
|
-
},
|
|
5390
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
5391
|
-
},
|
|
5392
|
-
{
|
|
5393
|
-
"kind": "class",
|
|
5394
|
-
"description": "",
|
|
5395
|
-
"name": "Banner",
|
|
5396
|
-
"members": [
|
|
5397
|
-
{
|
|
5398
|
-
"kind": "field",
|
|
5399
|
-
"name": "banner",
|
|
5400
|
-
"type": {
|
|
5401
|
-
"text": "HTMLElement"
|
|
5402
|
-
},
|
|
5403
|
-
"privacy": "public"
|
|
5404
|
-
},
|
|
5405
|
-
{
|
|
5406
|
-
"kind": "field",
|
|
5407
|
-
"name": "dismissAnimation",
|
|
5408
|
-
"type": {
|
|
5409
|
-
"text": "'banner-delete' | ''"
|
|
5410
|
-
},
|
|
5411
|
-
"default": "''"
|
|
5412
|
-
},
|
|
5413
|
-
{
|
|
5414
|
-
"kind": "field",
|
|
5415
|
-
"name": "notification",
|
|
5416
|
-
"type": {
|
|
5417
|
-
"text": "NotificationStructure"
|
|
5418
|
-
}
|
|
5419
|
-
},
|
|
5420
|
-
{
|
|
5421
|
-
"kind": "method",
|
|
5422
|
-
"name": "dismiss",
|
|
5423
|
-
"privacy": "public",
|
|
5424
|
-
"return": {
|
|
5425
|
-
"type": {
|
|
5426
|
-
"text": "Promise<void>"
|
|
5427
|
-
}
|
|
5428
|
-
},
|
|
5429
|
-
"description": "Dismiss the Banner from display."
|
|
5430
|
-
},
|
|
5431
|
-
{
|
|
5432
|
-
"kind": "method",
|
|
5433
|
-
"name": "dismissNotification",
|
|
5434
|
-
"privacy": "public",
|
|
5435
|
-
"description": "Dismiss the Banner (NotificationStructure) from display."
|
|
5436
|
-
},
|
|
5437
|
-
{
|
|
5438
|
-
"kind": "field",
|
|
5439
|
-
"name": "_presentation",
|
|
5440
|
-
"type": {
|
|
5441
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5442
|
-
},
|
|
5443
|
-
"privacy": "private",
|
|
5444
|
-
"default": "void 0",
|
|
5445
|
-
"inheritedFrom": {
|
|
5446
|
-
"name": "FoundationElement",
|
|
5447
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5448
|
-
}
|
|
5449
|
-
},
|
|
5450
|
-
{
|
|
5451
|
-
"kind": "field",
|
|
5452
|
-
"name": "$presentation",
|
|
5453
|
-
"type": {
|
|
5454
|
-
"text": "ComponentPresentation | null"
|
|
5455
|
-
},
|
|
5456
|
-
"privacy": "public",
|
|
5457
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5458
|
-
"inheritedFrom": {
|
|
5459
|
-
"name": "FoundationElement",
|
|
5460
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5461
|
-
}
|
|
5462
|
-
},
|
|
5463
|
-
{
|
|
5464
|
-
"kind": "field",
|
|
5465
|
-
"name": "template",
|
|
5466
|
-
"type": {
|
|
5467
|
-
"text": "ElementViewTemplate | void | null"
|
|
5468
|
-
},
|
|
5469
|
-
"privacy": "public",
|
|
5470
|
-
"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.",
|
|
5471
|
-
"inheritedFrom": {
|
|
5472
|
-
"name": "FoundationElement",
|
|
5473
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5474
|
-
}
|
|
5475
|
-
},
|
|
5476
|
-
{
|
|
5477
|
-
"kind": "method",
|
|
5478
|
-
"name": "templateChanged",
|
|
5479
|
-
"privacy": "protected",
|
|
5480
|
-
"return": {
|
|
5481
|
-
"type": {
|
|
5482
|
-
"text": "void"
|
|
5483
|
-
}
|
|
5484
|
-
},
|
|
5485
|
-
"inheritedFrom": {
|
|
5486
|
-
"name": "FoundationElement",
|
|
5487
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5488
|
-
}
|
|
5489
|
-
},
|
|
5490
|
-
{
|
|
5491
|
-
"kind": "field",
|
|
5492
|
-
"name": "styles",
|
|
5493
|
-
"type": {
|
|
5494
|
-
"text": "ElementStyles | void | null"
|
|
5495
|
-
},
|
|
5496
|
-
"privacy": "public",
|
|
5497
|
-
"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.",
|
|
5498
|
-
"inheritedFrom": {
|
|
5499
|
-
"name": "FoundationElement",
|
|
5500
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5501
|
-
}
|
|
5502
|
-
},
|
|
5503
|
-
{
|
|
5504
|
-
"kind": "method",
|
|
5505
|
-
"name": "stylesChanged",
|
|
5506
|
-
"privacy": "protected",
|
|
5507
|
-
"return": {
|
|
5508
|
-
"type": {
|
|
5509
|
-
"text": "void"
|
|
5510
|
-
}
|
|
5511
|
-
},
|
|
5512
|
-
"inheritedFrom": {
|
|
5513
|
-
"name": "FoundationElement",
|
|
5514
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5515
|
-
}
|
|
5516
|
-
},
|
|
5517
|
-
{
|
|
5518
|
-
"kind": "method",
|
|
5519
|
-
"name": "compose",
|
|
5520
|
-
"privacy": "public",
|
|
5521
|
-
"static": true,
|
|
5522
|
-
"return": {
|
|
5523
|
-
"type": {
|
|
5524
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5525
|
-
}
|
|
5526
|
-
},
|
|
5527
|
-
"parameters": [
|
|
5528
|
-
{
|
|
5529
|
-
"name": "this",
|
|
5530
|
-
"type": {
|
|
5531
|
-
"text": "K"
|
|
5532
|
-
}
|
|
5533
|
-
},
|
|
5534
|
-
{
|
|
5535
|
-
"name": "elementDefinition",
|
|
5536
|
-
"type": {
|
|
5537
|
-
"text": "T"
|
|
5538
|
-
},
|
|
5539
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5540
|
-
}
|
|
5541
|
-
],
|
|
5542
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5543
|
-
"inheritedFrom": {
|
|
5544
|
-
"name": "FoundationElement",
|
|
5545
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5546
|
-
}
|
|
5547
|
-
}
|
|
5548
|
-
],
|
|
5549
|
-
"superclass": {
|
|
5550
|
-
"name": "FoundationElement",
|
|
5551
|
-
"package": "@microsoft/fast-foundation"
|
|
5552
|
-
},
|
|
5553
|
-
"tagName": "%%prefix%%-banner",
|
|
5554
|
-
"customElement": true
|
|
5555
|
-
},
|
|
5556
|
-
{
|
|
5557
|
-
"kind": "variable",
|
|
5558
|
-
"name": "foundationBanner",
|
|
5559
|
-
"description": "The Foundation Banner",
|
|
5560
|
-
"privacy": "public"
|
|
5561
|
-
}
|
|
5562
|
-
],
|
|
5563
|
-
"exports": [
|
|
5564
|
-
{
|
|
5565
|
-
"kind": "js",
|
|
5566
|
-
"name": "foundationBannerShadowOptions",
|
|
5567
|
-
"declaration": {
|
|
5568
|
-
"name": "foundationBannerShadowOptions",
|
|
5569
|
-
"module": "src/banner/banner.ts"
|
|
5570
|
-
}
|
|
5571
|
-
},
|
|
5572
|
-
{
|
|
5573
|
-
"kind": "js",
|
|
5574
|
-
"name": "Banner",
|
|
5575
|
-
"declaration": {
|
|
5576
|
-
"name": "Banner",
|
|
5577
|
-
"module": "src/banner/banner.ts"
|
|
5578
|
-
}
|
|
5579
|
-
},
|
|
5580
|
-
{
|
|
5581
|
-
"kind": "js",
|
|
5582
|
-
"name": "foundationBanner",
|
|
5583
|
-
"declaration": {
|
|
5584
|
-
"name": "foundationBanner",
|
|
5585
|
-
"module": "src/banner/banner.ts"
|
|
5586
|
-
}
|
|
5587
|
-
}
|
|
5588
|
-
]
|
|
5589
|
-
},
|
|
5590
|
-
{
|
|
5591
|
-
"kind": "javascript-module",
|
|
5592
|
-
"path": "src/banner/index.ts",
|
|
5593
|
-
"declarations": [],
|
|
5594
|
-
"exports": [
|
|
5595
|
-
{
|
|
5596
|
-
"kind": "js",
|
|
5597
|
-
"name": "*",
|
|
5598
|
-
"declaration": {
|
|
5599
|
-
"name": "*",
|
|
5600
|
-
"package": "./banner.styles"
|
|
5601
|
-
}
|
|
5602
|
-
},
|
|
5603
|
-
{
|
|
5604
|
-
"kind": "js",
|
|
5605
|
-
"name": "*",
|
|
5606
|
-
"declaration": {
|
|
5607
|
-
"name": "*",
|
|
5608
|
-
"package": "./banner.template"
|
|
5609
|
-
}
|
|
5610
|
-
},
|
|
5611
|
-
{
|
|
5612
|
-
"kind": "js",
|
|
5613
|
-
"name": "*",
|
|
5614
|
-
"declaration": {
|
|
5615
|
-
"name": "*",
|
|
5616
|
-
"package": "./banner"
|
|
5617
|
-
}
|
|
5618
|
-
}
|
|
5619
|
-
]
|
|
5620
|
-
},
|
|
5621
5621
|
{
|
|
5622
5622
|
"kind": "javascript-module",
|
|
5623
5623
|
"path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
|
|
@@ -6798,301 +6798,6 @@
|
|
|
6798
6798
|
}
|
|
6799
6799
|
]
|
|
6800
6800
|
},
|
|
6801
|
-
{
|
|
6802
|
-
"kind": "javascript-module",
|
|
6803
|
-
"path": "src/card/card.styles.ts",
|
|
6804
|
-
"declarations": [
|
|
6805
|
-
{
|
|
6806
|
-
"kind": "function",
|
|
6807
|
-
"name": "foundationCardStyles",
|
|
6808
|
-
"return": {
|
|
6809
|
-
"type": {
|
|
6810
|
-
"text": "ElementStyles"
|
|
6811
|
-
}
|
|
6812
|
-
},
|
|
6813
|
-
"parameters": [
|
|
6814
|
-
{
|
|
6815
|
-
"name": "context",
|
|
6816
|
-
"type": {
|
|
6817
|
-
"text": "ElementDefinitionContext"
|
|
6818
|
-
}
|
|
6819
|
-
},
|
|
6820
|
-
{
|
|
6821
|
-
"name": "definition",
|
|
6822
|
-
"type": {
|
|
6823
|
-
"text": "FoundationElementDefinition"
|
|
6824
|
-
}
|
|
6825
|
-
}
|
|
6826
|
-
]
|
|
6827
|
-
}
|
|
6828
|
-
],
|
|
6829
|
-
"exports": [
|
|
6830
|
-
{
|
|
6831
|
-
"kind": "js",
|
|
6832
|
-
"name": "foundationCardStyles",
|
|
6833
|
-
"declaration": {
|
|
6834
|
-
"name": "foundationCardStyles",
|
|
6835
|
-
"module": "src/card/card.styles.ts"
|
|
6836
|
-
}
|
|
6837
|
-
}
|
|
6838
|
-
]
|
|
6839
|
-
},
|
|
6840
|
-
{
|
|
6841
|
-
"kind": "javascript-module",
|
|
6842
|
-
"path": "src/card/card.template.ts",
|
|
6843
|
-
"declarations": [
|
|
6844
|
-
{
|
|
6845
|
-
"kind": "function",
|
|
6846
|
-
"name": "foundationCardTemplate",
|
|
6847
|
-
"return": {
|
|
6848
|
-
"type": {
|
|
6849
|
-
"text": "ViewTemplate<Card>"
|
|
6850
|
-
}
|
|
6851
|
-
},
|
|
6852
|
-
"parameters": [
|
|
6853
|
-
{
|
|
6854
|
-
"name": "context",
|
|
6855
|
-
"type": {
|
|
6856
|
-
"text": "ElementDefinitionContext"
|
|
6857
|
-
}
|
|
6858
|
-
},
|
|
6859
|
-
{
|
|
6860
|
-
"name": "definition",
|
|
6861
|
-
"type": {
|
|
6862
|
-
"text": "FoundationElementDefinition"
|
|
6863
|
-
}
|
|
6864
|
-
}
|
|
6865
|
-
]
|
|
6866
|
-
}
|
|
6867
|
-
],
|
|
6868
|
-
"exports": [
|
|
6869
|
-
{
|
|
6870
|
-
"kind": "js",
|
|
6871
|
-
"name": "foundationCardTemplate",
|
|
6872
|
-
"declaration": {
|
|
6873
|
-
"name": "foundationCardTemplate",
|
|
6874
|
-
"module": "src/card/card.template.ts"
|
|
6875
|
-
}
|
|
6876
|
-
}
|
|
6877
|
-
]
|
|
6878
|
-
},
|
|
6879
|
-
{
|
|
6880
|
-
"kind": "javascript-module",
|
|
6881
|
-
"path": "src/card/card.ts",
|
|
6882
|
-
"declarations": [
|
|
6883
|
-
{
|
|
6884
|
-
"kind": "class",
|
|
6885
|
-
"description": "",
|
|
6886
|
-
"name": "Card",
|
|
6887
|
-
"superclass": {
|
|
6888
|
-
"name": "FASTCard",
|
|
6889
|
-
"package": "@microsoft/fast-components"
|
|
6890
|
-
},
|
|
6891
|
-
"tagName": "%%prefix%%-card",
|
|
6892
|
-
"customElement": true,
|
|
6893
|
-
"members": [
|
|
6894
|
-
{
|
|
6895
|
-
"kind": "field",
|
|
6896
|
-
"name": "_presentation",
|
|
6897
|
-
"type": {
|
|
6898
|
-
"text": "ComponentPresentation | null | undefined"
|
|
6899
|
-
},
|
|
6900
|
-
"privacy": "private",
|
|
6901
|
-
"default": "void 0",
|
|
6902
|
-
"inheritedFrom": {
|
|
6903
|
-
"name": "FoundationElement",
|
|
6904
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6905
|
-
}
|
|
6906
|
-
},
|
|
6907
|
-
{
|
|
6908
|
-
"kind": "field",
|
|
6909
|
-
"name": "$presentation",
|
|
6910
|
-
"type": {
|
|
6911
|
-
"text": "ComponentPresentation | null"
|
|
6912
|
-
},
|
|
6913
|
-
"privacy": "public",
|
|
6914
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6915
|
-
"inheritedFrom": {
|
|
6916
|
-
"name": "FoundationElement",
|
|
6917
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6918
|
-
}
|
|
6919
|
-
},
|
|
6920
|
-
{
|
|
6921
|
-
"kind": "field",
|
|
6922
|
-
"name": "template",
|
|
6923
|
-
"type": {
|
|
6924
|
-
"text": "ElementViewTemplate | void | null"
|
|
6925
|
-
},
|
|
6926
|
-
"privacy": "public",
|
|
6927
|
-
"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.",
|
|
6928
|
-
"inheritedFrom": {
|
|
6929
|
-
"name": "FoundationElement",
|
|
6930
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6931
|
-
}
|
|
6932
|
-
},
|
|
6933
|
-
{
|
|
6934
|
-
"kind": "method",
|
|
6935
|
-
"name": "templateChanged",
|
|
6936
|
-
"privacy": "protected",
|
|
6937
|
-
"return": {
|
|
6938
|
-
"type": {
|
|
6939
|
-
"text": "void"
|
|
6940
|
-
}
|
|
6941
|
-
},
|
|
6942
|
-
"inheritedFrom": {
|
|
6943
|
-
"name": "FoundationElement",
|
|
6944
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6945
|
-
}
|
|
6946
|
-
},
|
|
6947
|
-
{
|
|
6948
|
-
"kind": "field",
|
|
6949
|
-
"name": "styles",
|
|
6950
|
-
"type": {
|
|
6951
|
-
"text": "ElementStyles | void | null"
|
|
6952
|
-
},
|
|
6953
|
-
"privacy": "public",
|
|
6954
|
-
"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.",
|
|
6955
|
-
"inheritedFrom": {
|
|
6956
|
-
"name": "FoundationElement",
|
|
6957
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6958
|
-
}
|
|
6959
|
-
},
|
|
6960
|
-
{
|
|
6961
|
-
"kind": "method",
|
|
6962
|
-
"name": "stylesChanged",
|
|
6963
|
-
"privacy": "protected",
|
|
6964
|
-
"return": {
|
|
6965
|
-
"type": {
|
|
6966
|
-
"text": "void"
|
|
6967
|
-
}
|
|
6968
|
-
},
|
|
6969
|
-
"inheritedFrom": {
|
|
6970
|
-
"name": "FoundationElement",
|
|
6971
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6972
|
-
}
|
|
6973
|
-
},
|
|
6974
|
-
{
|
|
6975
|
-
"kind": "method",
|
|
6976
|
-
"name": "compose",
|
|
6977
|
-
"privacy": "public",
|
|
6978
|
-
"static": true,
|
|
6979
|
-
"return": {
|
|
6980
|
-
"type": {
|
|
6981
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6982
|
-
}
|
|
6983
|
-
},
|
|
6984
|
-
"parameters": [
|
|
6985
|
-
{
|
|
6986
|
-
"name": "this",
|
|
6987
|
-
"type": {
|
|
6988
|
-
"text": "K"
|
|
6989
|
-
}
|
|
6990
|
-
},
|
|
6991
|
-
{
|
|
6992
|
-
"name": "elementDefinition",
|
|
6993
|
-
"type": {
|
|
6994
|
-
"text": "T"
|
|
6995
|
-
},
|
|
6996
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6997
|
-
}
|
|
6998
|
-
],
|
|
6999
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7000
|
-
"inheritedFrom": {
|
|
7001
|
-
"name": "FoundationElement",
|
|
7002
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7003
|
-
}
|
|
7004
|
-
}
|
|
7005
|
-
]
|
|
7006
|
-
},
|
|
7007
|
-
{
|
|
7008
|
-
"kind": "variable",
|
|
7009
|
-
"name": "foundationCardShadowOptions",
|
|
7010
|
-
"type": {
|
|
7011
|
-
"text": "ShadowRootInit"
|
|
7012
|
-
},
|
|
7013
|
-
"default": "undefined"
|
|
7014
|
-
},
|
|
7015
|
-
{
|
|
7016
|
-
"kind": "variable",
|
|
7017
|
-
"name": "defaultCardConfig",
|
|
7018
|
-
"type": {
|
|
7019
|
-
"text": "object"
|
|
7020
|
-
},
|
|
7021
|
-
"default": "{}"
|
|
7022
|
-
},
|
|
7023
|
-
{
|
|
7024
|
-
"kind": "variable",
|
|
7025
|
-
"name": "foundationCard",
|
|
7026
|
-
"description": "The Foundation Card",
|
|
7027
|
-
"privacy": "public"
|
|
7028
|
-
}
|
|
7029
|
-
],
|
|
7030
|
-
"exports": [
|
|
7031
|
-
{
|
|
7032
|
-
"kind": "js",
|
|
7033
|
-
"name": "Card",
|
|
7034
|
-
"declaration": {
|
|
7035
|
-
"name": "Card",
|
|
7036
|
-
"module": "src/card/card.ts"
|
|
7037
|
-
}
|
|
7038
|
-
},
|
|
7039
|
-
{
|
|
7040
|
-
"kind": "js",
|
|
7041
|
-
"name": "foundationCardShadowOptions",
|
|
7042
|
-
"declaration": {
|
|
7043
|
-
"name": "foundationCardShadowOptions",
|
|
7044
|
-
"module": "src/card/card.ts"
|
|
7045
|
-
}
|
|
7046
|
-
},
|
|
7047
|
-
{
|
|
7048
|
-
"kind": "js",
|
|
7049
|
-
"name": "defaultCardConfig",
|
|
7050
|
-
"declaration": {
|
|
7051
|
-
"name": "defaultCardConfig",
|
|
7052
|
-
"module": "src/card/card.ts"
|
|
7053
|
-
}
|
|
7054
|
-
},
|
|
7055
|
-
{
|
|
7056
|
-
"kind": "js",
|
|
7057
|
-
"name": "foundationCard",
|
|
7058
|
-
"declaration": {
|
|
7059
|
-
"name": "foundationCard",
|
|
7060
|
-
"module": "src/card/card.ts"
|
|
7061
|
-
}
|
|
7062
|
-
}
|
|
7063
|
-
]
|
|
7064
|
-
},
|
|
7065
|
-
{
|
|
7066
|
-
"kind": "javascript-module",
|
|
7067
|
-
"path": "src/card/index.ts",
|
|
7068
|
-
"declarations": [],
|
|
7069
|
-
"exports": [
|
|
7070
|
-
{
|
|
7071
|
-
"kind": "js",
|
|
7072
|
-
"name": "*",
|
|
7073
|
-
"declaration": {
|
|
7074
|
-
"name": "*",
|
|
7075
|
-
"package": "./card.template"
|
|
7076
|
-
}
|
|
7077
|
-
},
|
|
7078
|
-
{
|
|
7079
|
-
"kind": "js",
|
|
7080
|
-
"name": "*",
|
|
7081
|
-
"declaration": {
|
|
7082
|
-
"name": "*",
|
|
7083
|
-
"package": "./card.styles"
|
|
7084
|
-
}
|
|
7085
|
-
},
|
|
7086
|
-
{
|
|
7087
|
-
"kind": "js",
|
|
7088
|
-
"name": "*",
|
|
7089
|
-
"declaration": {
|
|
7090
|
-
"name": "*",
|
|
7091
|
-
"package": "./card"
|
|
7092
|
-
}
|
|
7093
|
-
}
|
|
7094
|
-
]
|
|
7095
|
-
},
|
|
7096
6801
|
{
|
|
7097
6802
|
"kind": "javascript-module",
|
|
7098
6803
|
"path": "src/calendar/calendar.styles.ts",
|
|
@@ -7945,6 +7650,301 @@
|
|
|
7945
7650
|
}
|
|
7946
7651
|
]
|
|
7947
7652
|
},
|
|
7653
|
+
{
|
|
7654
|
+
"kind": "javascript-module",
|
|
7655
|
+
"path": "src/card/card.styles.ts",
|
|
7656
|
+
"declarations": [
|
|
7657
|
+
{
|
|
7658
|
+
"kind": "function",
|
|
7659
|
+
"name": "foundationCardStyles",
|
|
7660
|
+
"return": {
|
|
7661
|
+
"type": {
|
|
7662
|
+
"text": "ElementStyles"
|
|
7663
|
+
}
|
|
7664
|
+
},
|
|
7665
|
+
"parameters": [
|
|
7666
|
+
{
|
|
7667
|
+
"name": "context",
|
|
7668
|
+
"type": {
|
|
7669
|
+
"text": "ElementDefinitionContext"
|
|
7670
|
+
}
|
|
7671
|
+
},
|
|
7672
|
+
{
|
|
7673
|
+
"name": "definition",
|
|
7674
|
+
"type": {
|
|
7675
|
+
"text": "FoundationElementDefinition"
|
|
7676
|
+
}
|
|
7677
|
+
}
|
|
7678
|
+
]
|
|
7679
|
+
}
|
|
7680
|
+
],
|
|
7681
|
+
"exports": [
|
|
7682
|
+
{
|
|
7683
|
+
"kind": "js",
|
|
7684
|
+
"name": "foundationCardStyles",
|
|
7685
|
+
"declaration": {
|
|
7686
|
+
"name": "foundationCardStyles",
|
|
7687
|
+
"module": "src/card/card.styles.ts"
|
|
7688
|
+
}
|
|
7689
|
+
}
|
|
7690
|
+
]
|
|
7691
|
+
},
|
|
7692
|
+
{
|
|
7693
|
+
"kind": "javascript-module",
|
|
7694
|
+
"path": "src/card/card.template.ts",
|
|
7695
|
+
"declarations": [
|
|
7696
|
+
{
|
|
7697
|
+
"kind": "function",
|
|
7698
|
+
"name": "foundationCardTemplate",
|
|
7699
|
+
"return": {
|
|
7700
|
+
"type": {
|
|
7701
|
+
"text": "ViewTemplate<Card>"
|
|
7702
|
+
}
|
|
7703
|
+
},
|
|
7704
|
+
"parameters": [
|
|
7705
|
+
{
|
|
7706
|
+
"name": "context",
|
|
7707
|
+
"type": {
|
|
7708
|
+
"text": "ElementDefinitionContext"
|
|
7709
|
+
}
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"name": "definition",
|
|
7713
|
+
"type": {
|
|
7714
|
+
"text": "FoundationElementDefinition"
|
|
7715
|
+
}
|
|
7716
|
+
}
|
|
7717
|
+
]
|
|
7718
|
+
}
|
|
7719
|
+
],
|
|
7720
|
+
"exports": [
|
|
7721
|
+
{
|
|
7722
|
+
"kind": "js",
|
|
7723
|
+
"name": "foundationCardTemplate",
|
|
7724
|
+
"declaration": {
|
|
7725
|
+
"name": "foundationCardTemplate",
|
|
7726
|
+
"module": "src/card/card.template.ts"
|
|
7727
|
+
}
|
|
7728
|
+
}
|
|
7729
|
+
]
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"kind": "javascript-module",
|
|
7733
|
+
"path": "src/card/card.ts",
|
|
7734
|
+
"declarations": [
|
|
7735
|
+
{
|
|
7736
|
+
"kind": "class",
|
|
7737
|
+
"description": "",
|
|
7738
|
+
"name": "Card",
|
|
7739
|
+
"superclass": {
|
|
7740
|
+
"name": "FASTCard",
|
|
7741
|
+
"package": "@microsoft/fast-components"
|
|
7742
|
+
},
|
|
7743
|
+
"tagName": "%%prefix%%-card",
|
|
7744
|
+
"customElement": true,
|
|
7745
|
+
"members": [
|
|
7746
|
+
{
|
|
7747
|
+
"kind": "field",
|
|
7748
|
+
"name": "_presentation",
|
|
7749
|
+
"type": {
|
|
7750
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7751
|
+
},
|
|
7752
|
+
"privacy": "private",
|
|
7753
|
+
"default": "void 0",
|
|
7754
|
+
"inheritedFrom": {
|
|
7755
|
+
"name": "FoundationElement",
|
|
7756
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7757
|
+
}
|
|
7758
|
+
},
|
|
7759
|
+
{
|
|
7760
|
+
"kind": "field",
|
|
7761
|
+
"name": "$presentation",
|
|
7762
|
+
"type": {
|
|
7763
|
+
"text": "ComponentPresentation | null"
|
|
7764
|
+
},
|
|
7765
|
+
"privacy": "public",
|
|
7766
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7767
|
+
"inheritedFrom": {
|
|
7768
|
+
"name": "FoundationElement",
|
|
7769
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7770
|
+
}
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"kind": "field",
|
|
7774
|
+
"name": "template",
|
|
7775
|
+
"type": {
|
|
7776
|
+
"text": "ElementViewTemplate | void | null"
|
|
7777
|
+
},
|
|
7778
|
+
"privacy": "public",
|
|
7779
|
+
"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.",
|
|
7780
|
+
"inheritedFrom": {
|
|
7781
|
+
"name": "FoundationElement",
|
|
7782
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7783
|
+
}
|
|
7784
|
+
},
|
|
7785
|
+
{
|
|
7786
|
+
"kind": "method",
|
|
7787
|
+
"name": "templateChanged",
|
|
7788
|
+
"privacy": "protected",
|
|
7789
|
+
"return": {
|
|
7790
|
+
"type": {
|
|
7791
|
+
"text": "void"
|
|
7792
|
+
}
|
|
7793
|
+
},
|
|
7794
|
+
"inheritedFrom": {
|
|
7795
|
+
"name": "FoundationElement",
|
|
7796
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7797
|
+
}
|
|
7798
|
+
},
|
|
7799
|
+
{
|
|
7800
|
+
"kind": "field",
|
|
7801
|
+
"name": "styles",
|
|
7802
|
+
"type": {
|
|
7803
|
+
"text": "ElementStyles | void | null"
|
|
7804
|
+
},
|
|
7805
|
+
"privacy": "public",
|
|
7806
|
+
"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.",
|
|
7807
|
+
"inheritedFrom": {
|
|
7808
|
+
"name": "FoundationElement",
|
|
7809
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7810
|
+
}
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
"kind": "method",
|
|
7814
|
+
"name": "stylesChanged",
|
|
7815
|
+
"privacy": "protected",
|
|
7816
|
+
"return": {
|
|
7817
|
+
"type": {
|
|
7818
|
+
"text": "void"
|
|
7819
|
+
}
|
|
7820
|
+
},
|
|
7821
|
+
"inheritedFrom": {
|
|
7822
|
+
"name": "FoundationElement",
|
|
7823
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"kind": "method",
|
|
7828
|
+
"name": "compose",
|
|
7829
|
+
"privacy": "public",
|
|
7830
|
+
"static": true,
|
|
7831
|
+
"return": {
|
|
7832
|
+
"type": {
|
|
7833
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7834
|
+
}
|
|
7835
|
+
},
|
|
7836
|
+
"parameters": [
|
|
7837
|
+
{
|
|
7838
|
+
"name": "this",
|
|
7839
|
+
"type": {
|
|
7840
|
+
"text": "K"
|
|
7841
|
+
}
|
|
7842
|
+
},
|
|
7843
|
+
{
|
|
7844
|
+
"name": "elementDefinition",
|
|
7845
|
+
"type": {
|
|
7846
|
+
"text": "T"
|
|
7847
|
+
},
|
|
7848
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7849
|
+
}
|
|
7850
|
+
],
|
|
7851
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7852
|
+
"inheritedFrom": {
|
|
7853
|
+
"name": "FoundationElement",
|
|
7854
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7855
|
+
}
|
|
7856
|
+
}
|
|
7857
|
+
]
|
|
7858
|
+
},
|
|
7859
|
+
{
|
|
7860
|
+
"kind": "variable",
|
|
7861
|
+
"name": "foundationCardShadowOptions",
|
|
7862
|
+
"type": {
|
|
7863
|
+
"text": "ShadowRootInit"
|
|
7864
|
+
},
|
|
7865
|
+
"default": "undefined"
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"kind": "variable",
|
|
7869
|
+
"name": "defaultCardConfig",
|
|
7870
|
+
"type": {
|
|
7871
|
+
"text": "object"
|
|
7872
|
+
},
|
|
7873
|
+
"default": "{}"
|
|
7874
|
+
},
|
|
7875
|
+
{
|
|
7876
|
+
"kind": "variable",
|
|
7877
|
+
"name": "foundationCard",
|
|
7878
|
+
"description": "The Foundation Card",
|
|
7879
|
+
"privacy": "public"
|
|
7880
|
+
}
|
|
7881
|
+
],
|
|
7882
|
+
"exports": [
|
|
7883
|
+
{
|
|
7884
|
+
"kind": "js",
|
|
7885
|
+
"name": "Card",
|
|
7886
|
+
"declaration": {
|
|
7887
|
+
"name": "Card",
|
|
7888
|
+
"module": "src/card/card.ts"
|
|
7889
|
+
}
|
|
7890
|
+
},
|
|
7891
|
+
{
|
|
7892
|
+
"kind": "js",
|
|
7893
|
+
"name": "foundationCardShadowOptions",
|
|
7894
|
+
"declaration": {
|
|
7895
|
+
"name": "foundationCardShadowOptions",
|
|
7896
|
+
"module": "src/card/card.ts"
|
|
7897
|
+
}
|
|
7898
|
+
},
|
|
7899
|
+
{
|
|
7900
|
+
"kind": "js",
|
|
7901
|
+
"name": "defaultCardConfig",
|
|
7902
|
+
"declaration": {
|
|
7903
|
+
"name": "defaultCardConfig",
|
|
7904
|
+
"module": "src/card/card.ts"
|
|
7905
|
+
}
|
|
7906
|
+
},
|
|
7907
|
+
{
|
|
7908
|
+
"kind": "js",
|
|
7909
|
+
"name": "foundationCard",
|
|
7910
|
+
"declaration": {
|
|
7911
|
+
"name": "foundationCard",
|
|
7912
|
+
"module": "src/card/card.ts"
|
|
7913
|
+
}
|
|
7914
|
+
}
|
|
7915
|
+
]
|
|
7916
|
+
},
|
|
7917
|
+
{
|
|
7918
|
+
"kind": "javascript-module",
|
|
7919
|
+
"path": "src/card/index.ts",
|
|
7920
|
+
"declarations": [],
|
|
7921
|
+
"exports": [
|
|
7922
|
+
{
|
|
7923
|
+
"kind": "js",
|
|
7924
|
+
"name": "*",
|
|
7925
|
+
"declaration": {
|
|
7926
|
+
"name": "*",
|
|
7927
|
+
"package": "./card.template"
|
|
7928
|
+
}
|
|
7929
|
+
},
|
|
7930
|
+
{
|
|
7931
|
+
"kind": "js",
|
|
7932
|
+
"name": "*",
|
|
7933
|
+
"declaration": {
|
|
7934
|
+
"name": "*",
|
|
7935
|
+
"package": "./card.styles"
|
|
7936
|
+
}
|
|
7937
|
+
},
|
|
7938
|
+
{
|
|
7939
|
+
"kind": "js",
|
|
7940
|
+
"name": "*",
|
|
7941
|
+
"declaration": {
|
|
7942
|
+
"name": "*",
|
|
7943
|
+
"package": "./card"
|
|
7944
|
+
}
|
|
7945
|
+
}
|
|
7946
|
+
]
|
|
7947
|
+
},
|
|
7948
7948
|
{
|
|
7949
7949
|
"kind": "javascript-module",
|
|
7950
7950
|
"path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
|
|
@@ -27422,106 +27422,6 @@
|
|
|
27422
27422
|
}
|
|
27423
27423
|
]
|
|
27424
27424
|
},
|
|
27425
|
-
{
|
|
27426
|
-
"kind": "javascript-module",
|
|
27427
|
-
"path": "src/patterns/define.ts",
|
|
27428
|
-
"declarations": [
|
|
27429
|
-
{
|
|
27430
|
-
"kind": "function",
|
|
27431
|
-
"name": "defineFactory",
|
|
27432
|
-
"return": {
|
|
27433
|
-
"type": {
|
|
27434
|
-
"text": ""
|
|
27435
|
-
}
|
|
27436
|
-
},
|
|
27437
|
-
"parameters": [
|
|
27438
|
-
{
|
|
27439
|
-
"name": "Type",
|
|
27440
|
-
"type": {
|
|
27441
|
-
"text": "TType"
|
|
27442
|
-
},
|
|
27443
|
-
"description": "The custom element Type / Class to define."
|
|
27444
|
-
},
|
|
27445
|
-
{
|
|
27446
|
-
"name": "overriderOrBase",
|
|
27447
|
-
"type": {
|
|
27448
|
-
"text": "DefinitionOverrider | PartialFASTElementDefinition"
|
|
27449
|
-
},
|
|
27450
|
-
"description": "A function that merges definitions, or the base definition if custom merging is not needed."
|
|
27451
|
-
}
|
|
27452
|
-
],
|
|
27453
|
-
"description": "Defines a platform custom element based on the provided type and definition."
|
|
27454
|
-
}
|
|
27455
|
-
],
|
|
27456
|
-
"exports": [
|
|
27457
|
-
{
|
|
27458
|
-
"kind": "js",
|
|
27459
|
-
"name": "defineFactory",
|
|
27460
|
-
"declaration": {
|
|
27461
|
-
"name": "defineFactory",
|
|
27462
|
-
"module": "src/patterns/define.ts"
|
|
27463
|
-
}
|
|
27464
|
-
}
|
|
27465
|
-
]
|
|
27466
|
-
},
|
|
27467
|
-
{
|
|
27468
|
-
"kind": "javascript-module",
|
|
27469
|
-
"path": "src/patterns/index.ts",
|
|
27470
|
-
"declarations": [],
|
|
27471
|
-
"exports": [
|
|
27472
|
-
{
|
|
27473
|
-
"kind": "js",
|
|
27474
|
-
"name": "*",
|
|
27475
|
-
"declaration": {
|
|
27476
|
-
"name": "*",
|
|
27477
|
-
"package": "./define"
|
|
27478
|
-
}
|
|
27479
|
-
},
|
|
27480
|
-
{
|
|
27481
|
-
"kind": "js",
|
|
27482
|
-
"name": "*",
|
|
27483
|
-
"declaration": {
|
|
27484
|
-
"name": "*",
|
|
27485
|
-
"package": "./tag-for"
|
|
27486
|
-
}
|
|
27487
|
-
}
|
|
27488
|
-
]
|
|
27489
|
-
},
|
|
27490
|
-
{
|
|
27491
|
-
"kind": "javascript-module",
|
|
27492
|
-
"path": "src/patterns/tag-for.ts",
|
|
27493
|
-
"declarations": [
|
|
27494
|
-
{
|
|
27495
|
-
"kind": "function",
|
|
27496
|
-
"name": "tagFor",
|
|
27497
|
-
"return": {
|
|
27498
|
-
"type": {
|
|
27499
|
-
"text": ""
|
|
27500
|
-
}
|
|
27501
|
-
},
|
|
27502
|
-
"parameters": [
|
|
27503
|
-
{
|
|
27504
|
-
"name": "dependency",
|
|
27505
|
-
"type": {
|
|
27506
|
-
"text": "TemplateElementDependency"
|
|
27507
|
-
},
|
|
27508
|
-
"description": "The dependency the template is dependent on."
|
|
27509
|
-
}
|
|
27510
|
-
],
|
|
27511
|
-
"description": "Determines what HTML tag name to use for the dependency."
|
|
27512
|
-
}
|
|
27513
|
-
],
|
|
27514
|
-
"exports": [
|
|
27515
|
-
{
|
|
27516
|
-
"kind": "js",
|
|
27517
|
-
"name": "tagFor",
|
|
27518
|
-
"declaration": {
|
|
27519
|
-
"name": "tagFor",
|
|
27520
|
-
"module": "src/patterns/tag-for.ts"
|
|
27521
|
-
}
|
|
27522
|
-
}
|
|
27523
|
-
]
|
|
27524
|
-
},
|
|
27525
27425
|
{
|
|
27526
27426
|
"kind": "javascript-module",
|
|
27527
27427
|
"path": "src/popper/index.ts",
|
|
@@ -27878,6 +27778,106 @@
|
|
|
27878
27778
|
}
|
|
27879
27779
|
]
|
|
27880
27780
|
},
|
|
27781
|
+
{
|
|
27782
|
+
"kind": "javascript-module",
|
|
27783
|
+
"path": "src/patterns/define.ts",
|
|
27784
|
+
"declarations": [
|
|
27785
|
+
{
|
|
27786
|
+
"kind": "function",
|
|
27787
|
+
"name": "defineFactory",
|
|
27788
|
+
"return": {
|
|
27789
|
+
"type": {
|
|
27790
|
+
"text": ""
|
|
27791
|
+
}
|
|
27792
|
+
},
|
|
27793
|
+
"parameters": [
|
|
27794
|
+
{
|
|
27795
|
+
"name": "Type",
|
|
27796
|
+
"type": {
|
|
27797
|
+
"text": "TType"
|
|
27798
|
+
},
|
|
27799
|
+
"description": "The custom element Type / Class to define."
|
|
27800
|
+
},
|
|
27801
|
+
{
|
|
27802
|
+
"name": "overriderOrBase",
|
|
27803
|
+
"type": {
|
|
27804
|
+
"text": "DefinitionOverrider | PartialFASTElementDefinition"
|
|
27805
|
+
},
|
|
27806
|
+
"description": "A function that merges definitions, or the base definition if custom merging is not needed."
|
|
27807
|
+
}
|
|
27808
|
+
],
|
|
27809
|
+
"description": "Defines a platform custom element based on the provided type and definition."
|
|
27810
|
+
}
|
|
27811
|
+
],
|
|
27812
|
+
"exports": [
|
|
27813
|
+
{
|
|
27814
|
+
"kind": "js",
|
|
27815
|
+
"name": "defineFactory",
|
|
27816
|
+
"declaration": {
|
|
27817
|
+
"name": "defineFactory",
|
|
27818
|
+
"module": "src/patterns/define.ts"
|
|
27819
|
+
}
|
|
27820
|
+
}
|
|
27821
|
+
]
|
|
27822
|
+
},
|
|
27823
|
+
{
|
|
27824
|
+
"kind": "javascript-module",
|
|
27825
|
+
"path": "src/patterns/index.ts",
|
|
27826
|
+
"declarations": [],
|
|
27827
|
+
"exports": [
|
|
27828
|
+
{
|
|
27829
|
+
"kind": "js",
|
|
27830
|
+
"name": "*",
|
|
27831
|
+
"declaration": {
|
|
27832
|
+
"name": "*",
|
|
27833
|
+
"package": "./define"
|
|
27834
|
+
}
|
|
27835
|
+
},
|
|
27836
|
+
{
|
|
27837
|
+
"kind": "js",
|
|
27838
|
+
"name": "*",
|
|
27839
|
+
"declaration": {
|
|
27840
|
+
"name": "*",
|
|
27841
|
+
"package": "./tag-for"
|
|
27842
|
+
}
|
|
27843
|
+
}
|
|
27844
|
+
]
|
|
27845
|
+
},
|
|
27846
|
+
{
|
|
27847
|
+
"kind": "javascript-module",
|
|
27848
|
+
"path": "src/patterns/tag-for.ts",
|
|
27849
|
+
"declarations": [
|
|
27850
|
+
{
|
|
27851
|
+
"kind": "function",
|
|
27852
|
+
"name": "tagFor",
|
|
27853
|
+
"return": {
|
|
27854
|
+
"type": {
|
|
27855
|
+
"text": ""
|
|
27856
|
+
}
|
|
27857
|
+
},
|
|
27858
|
+
"parameters": [
|
|
27859
|
+
{
|
|
27860
|
+
"name": "dependency",
|
|
27861
|
+
"type": {
|
|
27862
|
+
"text": "TemplateElementDependency"
|
|
27863
|
+
},
|
|
27864
|
+
"description": "The dependency the template is dependent on."
|
|
27865
|
+
}
|
|
27866
|
+
],
|
|
27867
|
+
"description": "Determines what HTML tag name to use for the dependency."
|
|
27868
|
+
}
|
|
27869
|
+
],
|
|
27870
|
+
"exports": [
|
|
27871
|
+
{
|
|
27872
|
+
"kind": "js",
|
|
27873
|
+
"name": "tagFor",
|
|
27874
|
+
"declaration": {
|
|
27875
|
+
"name": "tagFor",
|
|
27876
|
+
"module": "src/patterns/tag-for.ts"
|
|
27877
|
+
}
|
|
27878
|
+
}
|
|
27879
|
+
]
|
|
27880
|
+
},
|
|
27881
27881
|
{
|
|
27882
27882
|
"kind": "javascript-module",
|
|
27883
27883
|
"path": "src/progress/index.ts",
|
|
@@ -42760,204 +42760,6 @@
|
|
|
42760
42760
|
}
|
|
42761
42761
|
]
|
|
42762
42762
|
},
|
|
42763
|
-
{
|
|
42764
|
-
"kind": "javascript-module",
|
|
42765
|
-
"path": "src/_config/values/color.ts",
|
|
42766
|
-
"declarations": [
|
|
42767
|
-
{
|
|
42768
|
-
"kind": "variable",
|
|
42769
|
-
"name": "accentPaletteValue"
|
|
42770
|
-
},
|
|
42771
|
-
{
|
|
42772
|
-
"kind": "variable",
|
|
42773
|
-
"name": "neutralPaletteValue"
|
|
42774
|
-
},
|
|
42775
|
-
{
|
|
42776
|
-
"kind": "variable",
|
|
42777
|
-
"name": "baseLayerLuminanceValue"
|
|
42778
|
-
}
|
|
42779
|
-
],
|
|
42780
|
-
"exports": [
|
|
42781
|
-
{
|
|
42782
|
-
"kind": "js",
|
|
42783
|
-
"name": "accentPaletteValue",
|
|
42784
|
-
"declaration": {
|
|
42785
|
-
"name": "accentPaletteValue",
|
|
42786
|
-
"module": "src/_config/values/color.ts"
|
|
42787
|
-
}
|
|
42788
|
-
},
|
|
42789
|
-
{
|
|
42790
|
-
"kind": "js",
|
|
42791
|
-
"name": "neutralPaletteValue",
|
|
42792
|
-
"declaration": {
|
|
42793
|
-
"name": "neutralPaletteValue",
|
|
42794
|
-
"module": "src/_config/values/color.ts"
|
|
42795
|
-
}
|
|
42796
|
-
},
|
|
42797
|
-
{
|
|
42798
|
-
"kind": "js",
|
|
42799
|
-
"name": "baseLayerLuminanceValue",
|
|
42800
|
-
"declaration": {
|
|
42801
|
-
"name": "baseLayerLuminanceValue",
|
|
42802
|
-
"module": "src/_config/values/color.ts"
|
|
42803
|
-
}
|
|
42804
|
-
}
|
|
42805
|
-
]
|
|
42806
|
-
},
|
|
42807
|
-
{
|
|
42808
|
-
"kind": "javascript-module",
|
|
42809
|
-
"path": "src/_config/values/index.ts",
|
|
42810
|
-
"declarations": [],
|
|
42811
|
-
"exports": [
|
|
42812
|
-
{
|
|
42813
|
-
"kind": "js",
|
|
42814
|
-
"name": "*",
|
|
42815
|
-
"declaration": {
|
|
42816
|
-
"name": "*",
|
|
42817
|
-
"package": "./color"
|
|
42818
|
-
}
|
|
42819
|
-
},
|
|
42820
|
-
{
|
|
42821
|
-
"kind": "js",
|
|
42822
|
-
"name": "*",
|
|
42823
|
-
"declaration": {
|
|
42824
|
-
"name": "*",
|
|
42825
|
-
"package": "./misc"
|
|
42826
|
-
}
|
|
42827
|
-
},
|
|
42828
|
-
{
|
|
42829
|
-
"kind": "js",
|
|
42830
|
-
"name": "*",
|
|
42831
|
-
"declaration": {
|
|
42832
|
-
"name": "*",
|
|
42833
|
-
"package": "./sizing"
|
|
42834
|
-
}
|
|
42835
|
-
},
|
|
42836
|
-
{
|
|
42837
|
-
"kind": "js",
|
|
42838
|
-
"name": "*",
|
|
42839
|
-
"declaration": {
|
|
42840
|
-
"name": "*",
|
|
42841
|
-
"package": "./typography"
|
|
42842
|
-
}
|
|
42843
|
-
}
|
|
42844
|
-
]
|
|
42845
|
-
},
|
|
42846
|
-
{
|
|
42847
|
-
"kind": "javascript-module",
|
|
42848
|
-
"path": "src/_config/values/misc.ts",
|
|
42849
|
-
"declarations": [
|
|
42850
|
-
{
|
|
42851
|
-
"kind": "variable",
|
|
42852
|
-
"name": "directionValue"
|
|
42853
|
-
}
|
|
42854
|
-
],
|
|
42855
|
-
"exports": [
|
|
42856
|
-
{
|
|
42857
|
-
"kind": "js",
|
|
42858
|
-
"name": "directionValue",
|
|
42859
|
-
"declaration": {
|
|
42860
|
-
"name": "directionValue",
|
|
42861
|
-
"module": "src/_config/values/misc.ts"
|
|
42862
|
-
}
|
|
42863
|
-
}
|
|
42864
|
-
]
|
|
42865
|
-
},
|
|
42866
|
-
{
|
|
42867
|
-
"kind": "javascript-module",
|
|
42868
|
-
"path": "src/_config/values/sizing.ts",
|
|
42869
|
-
"declarations": [
|
|
42870
|
-
{
|
|
42871
|
-
"kind": "variable",
|
|
42872
|
-
"name": "controlCornerRadiusValue",
|
|
42873
|
-
"type": {
|
|
42874
|
-
"text": "number"
|
|
42875
|
-
},
|
|
42876
|
-
"default": "4"
|
|
42877
|
-
},
|
|
42878
|
-
{
|
|
42879
|
-
"kind": "variable",
|
|
42880
|
-
"name": "designUnitValue",
|
|
42881
|
-
"type": {
|
|
42882
|
-
"text": "number"
|
|
42883
|
-
},
|
|
42884
|
-
"default": "4"
|
|
42885
|
-
}
|
|
42886
|
-
],
|
|
42887
|
-
"exports": [
|
|
42888
|
-
{
|
|
42889
|
-
"kind": "js",
|
|
42890
|
-
"name": "controlCornerRadiusValue",
|
|
42891
|
-
"declaration": {
|
|
42892
|
-
"name": "controlCornerRadiusValue",
|
|
42893
|
-
"module": "src/_config/values/sizing.ts"
|
|
42894
|
-
}
|
|
42895
|
-
},
|
|
42896
|
-
{
|
|
42897
|
-
"kind": "js",
|
|
42898
|
-
"name": "designUnitValue",
|
|
42899
|
-
"declaration": {
|
|
42900
|
-
"name": "designUnitValue",
|
|
42901
|
-
"module": "src/_config/values/sizing.ts"
|
|
42902
|
-
}
|
|
42903
|
-
}
|
|
42904
|
-
]
|
|
42905
|
-
},
|
|
42906
|
-
{
|
|
42907
|
-
"kind": "javascript-module",
|
|
42908
|
-
"path": "src/_config/values/typography.ts",
|
|
42909
|
-
"declarations": [],
|
|
42910
|
-
"exports": []
|
|
42911
|
-
},
|
|
42912
|
-
{
|
|
42913
|
-
"kind": "javascript-module",
|
|
42914
|
-
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
42915
|
-
"declarations": [
|
|
42916
|
-
{
|
|
42917
|
-
"kind": "function",
|
|
42918
|
-
"name": "flexLayoutRWDStyles",
|
|
42919
|
-
"return": {
|
|
42920
|
-
"type": {
|
|
42921
|
-
"text": "ElementStyles"
|
|
42922
|
-
}
|
|
42923
|
-
},
|
|
42924
|
-
"parameters": [
|
|
42925
|
-
{
|
|
42926
|
-
"name": "breakPoint",
|
|
42927
|
-
"optional": true,
|
|
42928
|
-
"type": {
|
|
42929
|
-
"text": "FlexBreakPointType"
|
|
42930
|
-
}
|
|
42931
|
-
}
|
|
42932
|
-
]
|
|
42933
|
-
}
|
|
42934
|
-
],
|
|
42935
|
-
"exports": [
|
|
42936
|
-
{
|
|
42937
|
-
"kind": "js",
|
|
42938
|
-
"name": "flexLayoutRWDStyles",
|
|
42939
|
-
"declaration": {
|
|
42940
|
-
"name": "flexLayoutRWDStyles",
|
|
42941
|
-
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
42942
|
-
}
|
|
42943
|
-
}
|
|
42944
|
-
]
|
|
42945
|
-
},
|
|
42946
|
-
{
|
|
42947
|
-
"kind": "javascript-module",
|
|
42948
|
-
"path": "src/flex-layout/responsiveness/index.ts",
|
|
42949
|
-
"declarations": [],
|
|
42950
|
-
"exports": [
|
|
42951
|
-
{
|
|
42952
|
-
"kind": "js",
|
|
42953
|
-
"name": "*",
|
|
42954
|
-
"declaration": {
|
|
42955
|
-
"name": "*",
|
|
42956
|
-
"package": "./flex-layout-rwd.styles"
|
|
42957
|
-
}
|
|
42958
|
-
}
|
|
42959
|
-
]
|
|
42960
|
-
},
|
|
42961
42763
|
{
|
|
42962
42764
|
"kind": "javascript-module",
|
|
42963
42765
|
"path": "src/_config/tokens/custom.ts",
|
|
@@ -43954,6 +43756,204 @@
|
|
|
43954
43756
|
}
|
|
43955
43757
|
]
|
|
43956
43758
|
},
|
|
43759
|
+
{
|
|
43760
|
+
"kind": "javascript-module",
|
|
43761
|
+
"path": "src/_config/values/color.ts",
|
|
43762
|
+
"declarations": [
|
|
43763
|
+
{
|
|
43764
|
+
"kind": "variable",
|
|
43765
|
+
"name": "accentPaletteValue"
|
|
43766
|
+
},
|
|
43767
|
+
{
|
|
43768
|
+
"kind": "variable",
|
|
43769
|
+
"name": "neutralPaletteValue"
|
|
43770
|
+
},
|
|
43771
|
+
{
|
|
43772
|
+
"kind": "variable",
|
|
43773
|
+
"name": "baseLayerLuminanceValue"
|
|
43774
|
+
}
|
|
43775
|
+
],
|
|
43776
|
+
"exports": [
|
|
43777
|
+
{
|
|
43778
|
+
"kind": "js",
|
|
43779
|
+
"name": "accentPaletteValue",
|
|
43780
|
+
"declaration": {
|
|
43781
|
+
"name": "accentPaletteValue",
|
|
43782
|
+
"module": "src/_config/values/color.ts"
|
|
43783
|
+
}
|
|
43784
|
+
},
|
|
43785
|
+
{
|
|
43786
|
+
"kind": "js",
|
|
43787
|
+
"name": "neutralPaletteValue",
|
|
43788
|
+
"declaration": {
|
|
43789
|
+
"name": "neutralPaletteValue",
|
|
43790
|
+
"module": "src/_config/values/color.ts"
|
|
43791
|
+
}
|
|
43792
|
+
},
|
|
43793
|
+
{
|
|
43794
|
+
"kind": "js",
|
|
43795
|
+
"name": "baseLayerLuminanceValue",
|
|
43796
|
+
"declaration": {
|
|
43797
|
+
"name": "baseLayerLuminanceValue",
|
|
43798
|
+
"module": "src/_config/values/color.ts"
|
|
43799
|
+
}
|
|
43800
|
+
}
|
|
43801
|
+
]
|
|
43802
|
+
},
|
|
43803
|
+
{
|
|
43804
|
+
"kind": "javascript-module",
|
|
43805
|
+
"path": "src/_config/values/index.ts",
|
|
43806
|
+
"declarations": [],
|
|
43807
|
+
"exports": [
|
|
43808
|
+
{
|
|
43809
|
+
"kind": "js",
|
|
43810
|
+
"name": "*",
|
|
43811
|
+
"declaration": {
|
|
43812
|
+
"name": "*",
|
|
43813
|
+
"package": "./color"
|
|
43814
|
+
}
|
|
43815
|
+
},
|
|
43816
|
+
{
|
|
43817
|
+
"kind": "js",
|
|
43818
|
+
"name": "*",
|
|
43819
|
+
"declaration": {
|
|
43820
|
+
"name": "*",
|
|
43821
|
+
"package": "./misc"
|
|
43822
|
+
}
|
|
43823
|
+
},
|
|
43824
|
+
{
|
|
43825
|
+
"kind": "js",
|
|
43826
|
+
"name": "*",
|
|
43827
|
+
"declaration": {
|
|
43828
|
+
"name": "*",
|
|
43829
|
+
"package": "./sizing"
|
|
43830
|
+
}
|
|
43831
|
+
},
|
|
43832
|
+
{
|
|
43833
|
+
"kind": "js",
|
|
43834
|
+
"name": "*",
|
|
43835
|
+
"declaration": {
|
|
43836
|
+
"name": "*",
|
|
43837
|
+
"package": "./typography"
|
|
43838
|
+
}
|
|
43839
|
+
}
|
|
43840
|
+
]
|
|
43841
|
+
},
|
|
43842
|
+
{
|
|
43843
|
+
"kind": "javascript-module",
|
|
43844
|
+
"path": "src/_config/values/misc.ts",
|
|
43845
|
+
"declarations": [
|
|
43846
|
+
{
|
|
43847
|
+
"kind": "variable",
|
|
43848
|
+
"name": "directionValue"
|
|
43849
|
+
}
|
|
43850
|
+
],
|
|
43851
|
+
"exports": [
|
|
43852
|
+
{
|
|
43853
|
+
"kind": "js",
|
|
43854
|
+
"name": "directionValue",
|
|
43855
|
+
"declaration": {
|
|
43856
|
+
"name": "directionValue",
|
|
43857
|
+
"module": "src/_config/values/misc.ts"
|
|
43858
|
+
}
|
|
43859
|
+
}
|
|
43860
|
+
]
|
|
43861
|
+
},
|
|
43862
|
+
{
|
|
43863
|
+
"kind": "javascript-module",
|
|
43864
|
+
"path": "src/_config/values/sizing.ts",
|
|
43865
|
+
"declarations": [
|
|
43866
|
+
{
|
|
43867
|
+
"kind": "variable",
|
|
43868
|
+
"name": "controlCornerRadiusValue",
|
|
43869
|
+
"type": {
|
|
43870
|
+
"text": "number"
|
|
43871
|
+
},
|
|
43872
|
+
"default": "4"
|
|
43873
|
+
},
|
|
43874
|
+
{
|
|
43875
|
+
"kind": "variable",
|
|
43876
|
+
"name": "designUnitValue",
|
|
43877
|
+
"type": {
|
|
43878
|
+
"text": "number"
|
|
43879
|
+
},
|
|
43880
|
+
"default": "4"
|
|
43881
|
+
}
|
|
43882
|
+
],
|
|
43883
|
+
"exports": [
|
|
43884
|
+
{
|
|
43885
|
+
"kind": "js",
|
|
43886
|
+
"name": "controlCornerRadiusValue",
|
|
43887
|
+
"declaration": {
|
|
43888
|
+
"name": "controlCornerRadiusValue",
|
|
43889
|
+
"module": "src/_config/values/sizing.ts"
|
|
43890
|
+
}
|
|
43891
|
+
},
|
|
43892
|
+
{
|
|
43893
|
+
"kind": "js",
|
|
43894
|
+
"name": "designUnitValue",
|
|
43895
|
+
"declaration": {
|
|
43896
|
+
"name": "designUnitValue",
|
|
43897
|
+
"module": "src/_config/values/sizing.ts"
|
|
43898
|
+
}
|
|
43899
|
+
}
|
|
43900
|
+
]
|
|
43901
|
+
},
|
|
43902
|
+
{
|
|
43903
|
+
"kind": "javascript-module",
|
|
43904
|
+
"path": "src/_config/values/typography.ts",
|
|
43905
|
+
"declarations": [],
|
|
43906
|
+
"exports": []
|
|
43907
|
+
},
|
|
43908
|
+
{
|
|
43909
|
+
"kind": "javascript-module",
|
|
43910
|
+
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
43911
|
+
"declarations": [
|
|
43912
|
+
{
|
|
43913
|
+
"kind": "function",
|
|
43914
|
+
"name": "flexLayoutRWDStyles",
|
|
43915
|
+
"return": {
|
|
43916
|
+
"type": {
|
|
43917
|
+
"text": "ElementStyles"
|
|
43918
|
+
}
|
|
43919
|
+
},
|
|
43920
|
+
"parameters": [
|
|
43921
|
+
{
|
|
43922
|
+
"name": "breakPoint",
|
|
43923
|
+
"optional": true,
|
|
43924
|
+
"type": {
|
|
43925
|
+
"text": "FlexBreakPointType"
|
|
43926
|
+
}
|
|
43927
|
+
}
|
|
43928
|
+
]
|
|
43929
|
+
}
|
|
43930
|
+
],
|
|
43931
|
+
"exports": [
|
|
43932
|
+
{
|
|
43933
|
+
"kind": "js",
|
|
43934
|
+
"name": "flexLayoutRWDStyles",
|
|
43935
|
+
"declaration": {
|
|
43936
|
+
"name": "flexLayoutRWDStyles",
|
|
43937
|
+
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
43938
|
+
}
|
|
43939
|
+
}
|
|
43940
|
+
]
|
|
43941
|
+
},
|
|
43942
|
+
{
|
|
43943
|
+
"kind": "javascript-module",
|
|
43944
|
+
"path": "src/flex-layout/responsiveness/index.ts",
|
|
43945
|
+
"declarations": [],
|
|
43946
|
+
"exports": [
|
|
43947
|
+
{
|
|
43948
|
+
"kind": "js",
|
|
43949
|
+
"name": "*",
|
|
43950
|
+
"declaration": {
|
|
43951
|
+
"name": "*",
|
|
43952
|
+
"package": "./flex-layout-rwd.styles"
|
|
43953
|
+
}
|
|
43954
|
+
}
|
|
43955
|
+
]
|
|
43956
|
+
},
|
|
43957
43957
|
{
|
|
43958
43958
|
"kind": "javascript-module",
|
|
43959
43959
|
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|