@genesislcap/foundation-ui 14.167.0 → 14.167.1-genc-279.1
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 +1031 -1031
- package/package.json +15 -15
|
@@ -4922,185 +4922,125 @@
|
|
|
4922
4922
|
},
|
|
4923
4923
|
{
|
|
4924
4924
|
"kind": "javascript-module",
|
|
4925
|
-
"path": "src/
|
|
4925
|
+
"path": "src/banner/banner.styles.ts",
|
|
4926
4926
|
"declarations": [
|
|
4927
4927
|
{
|
|
4928
|
-
"kind": "
|
|
4929
|
-
"name": "
|
|
4930
|
-
"
|
|
4931
|
-
"
|
|
4932
|
-
"text": "ElementStyles"
|
|
4933
|
-
}
|
|
4928
|
+
"kind": "variable",
|
|
4929
|
+
"name": "foundationBannerStyles",
|
|
4930
|
+
"type": {
|
|
4931
|
+
"text": "ElementStyles"
|
|
4934
4932
|
},
|
|
4935
|
-
"
|
|
4936
|
-
{
|
|
4937
|
-
"name": "context",
|
|
4938
|
-
"type": {
|
|
4939
|
-
"text": "ElementDefinitionContext"
|
|
4940
|
-
}
|
|
4941
|
-
},
|
|
4942
|
-
{
|
|
4943
|
-
"name": "definition",
|
|
4944
|
-
"type": {
|
|
4945
|
-
"text": "FoundationElementDefinition"
|
|
4946
|
-
}
|
|
4947
|
-
}
|
|
4948
|
-
]
|
|
4933
|
+
"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`"
|
|
4949
4934
|
}
|
|
4950
4935
|
],
|
|
4951
4936
|
"exports": [
|
|
4952
4937
|
{
|
|
4953
4938
|
"kind": "js",
|
|
4954
|
-
"name": "
|
|
4939
|
+
"name": "foundationBannerStyles",
|
|
4955
4940
|
"declaration": {
|
|
4956
|
-
"name": "
|
|
4957
|
-
"module": "src/
|
|
4941
|
+
"name": "foundationBannerStyles",
|
|
4942
|
+
"module": "src/banner/banner.styles.ts"
|
|
4958
4943
|
}
|
|
4959
4944
|
}
|
|
4960
4945
|
]
|
|
4961
4946
|
},
|
|
4962
4947
|
{
|
|
4963
4948
|
"kind": "javascript-module",
|
|
4964
|
-
"path": "src/
|
|
4949
|
+
"path": "src/banner/banner.template.ts",
|
|
4965
4950
|
"declarations": [
|
|
4966
4951
|
{
|
|
4967
4952
|
"kind": "function",
|
|
4968
|
-
"name": "
|
|
4969
|
-
"return": {
|
|
4970
|
-
"type": {
|
|
4971
|
-
"text": "ViewTemplate<Breadcrumb>"
|
|
4972
|
-
}
|
|
4973
|
-
},
|
|
4953
|
+
"name": "getBannerTemplate",
|
|
4974
4954
|
"parameters": [
|
|
4975
4955
|
{
|
|
4976
|
-
"name": "
|
|
4977
|
-
"type": {
|
|
4978
|
-
"text": "ElementDefinitionContext"
|
|
4979
|
-
}
|
|
4980
|
-
},
|
|
4981
|
-
{
|
|
4982
|
-
"name": "definition",
|
|
4956
|
+
"name": "prefix",
|
|
4983
4957
|
"type": {
|
|
4984
|
-
"text": "
|
|
4958
|
+
"text": "string"
|
|
4985
4959
|
}
|
|
4986
4960
|
}
|
|
4987
4961
|
]
|
|
4962
|
+
},
|
|
4963
|
+
{
|
|
4964
|
+
"kind": "variable",
|
|
4965
|
+
"name": "foundationBannerTemplate",
|
|
4966
|
+
"default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
|
|
4988
4967
|
}
|
|
4989
4968
|
],
|
|
4990
4969
|
"exports": [
|
|
4991
4970
|
{
|
|
4992
4971
|
"kind": "js",
|
|
4993
|
-
"name": "
|
|
4972
|
+
"name": "getBannerTemplate",
|
|
4994
4973
|
"declaration": {
|
|
4995
|
-
"name": "
|
|
4996
|
-
"module": "src/
|
|
4974
|
+
"name": "getBannerTemplate",
|
|
4975
|
+
"module": "src/banner/banner.template.ts"
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4978
|
+
{
|
|
4979
|
+
"kind": "js",
|
|
4980
|
+
"name": "foundationBannerTemplate",
|
|
4981
|
+
"declaration": {
|
|
4982
|
+
"name": "foundationBannerTemplate",
|
|
4983
|
+
"module": "src/banner/banner.template.ts"
|
|
4997
4984
|
}
|
|
4998
4985
|
}
|
|
4999
4986
|
]
|
|
5000
4987
|
},
|
|
5001
4988
|
{
|
|
5002
4989
|
"kind": "javascript-module",
|
|
5003
|
-
"path": "src/
|
|
4990
|
+
"path": "src/banner/banner.ts",
|
|
5004
4991
|
"declarations": [
|
|
4992
|
+
{
|
|
4993
|
+
"kind": "variable",
|
|
4994
|
+
"name": "foundationBannerShadowOptions",
|
|
4995
|
+
"type": {
|
|
4996
|
+
"text": "ShadowRootInit"
|
|
4997
|
+
},
|
|
4998
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
4999
|
+
},
|
|
5005
5000
|
{
|
|
5006
5001
|
"kind": "class",
|
|
5007
5002
|
"description": "",
|
|
5008
|
-
"name": "
|
|
5009
|
-
"superclass": {
|
|
5010
|
-
"name": "FASTBreadcrumb",
|
|
5011
|
-
"package": "@microsoft/fast-components"
|
|
5012
|
-
},
|
|
5013
|
-
"tagName": "%%prefix%%-breadcrumb",
|
|
5014
|
-
"customElement": true,
|
|
5003
|
+
"name": "Banner",
|
|
5015
5004
|
"members": [
|
|
5016
5005
|
{
|
|
5017
|
-
"kind": "
|
|
5018
|
-
"name": "
|
|
5019
|
-
"
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
}
|
|
5006
|
+
"kind": "field",
|
|
5007
|
+
"name": "banner",
|
|
5008
|
+
"type": {
|
|
5009
|
+
"text": "HTMLElement"
|
|
5010
|
+
},
|
|
5011
|
+
"privacy": "public"
|
|
5024
5012
|
},
|
|
5025
5013
|
{
|
|
5026
|
-
"kind": "
|
|
5027
|
-
"name": "
|
|
5028
|
-
"
|
|
5029
|
-
|
|
5030
|
-
"type": {
|
|
5031
|
-
"text": "void"
|
|
5032
|
-
}
|
|
5014
|
+
"kind": "field",
|
|
5015
|
+
"name": "dismissAnimation",
|
|
5016
|
+
"type": {
|
|
5017
|
+
"text": "'banner-delete' | ''"
|
|
5033
5018
|
},
|
|
5034
|
-
"
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
{
|
|
5042
|
-
"name": "isLastNode",
|
|
5043
|
-
"type": {
|
|
5044
|
-
"text": "boolean"
|
|
5045
|
-
}
|
|
5046
|
-
}
|
|
5047
|
-
],
|
|
5048
|
-
"inheritedFrom": {
|
|
5049
|
-
"name": "Breadcrumb",
|
|
5050
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5019
|
+
"default": "''"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "field",
|
|
5023
|
+
"name": "notification",
|
|
5024
|
+
"type": {
|
|
5025
|
+
"text": "NotificationStructure"
|
|
5051
5026
|
}
|
|
5052
5027
|
},
|
|
5053
5028
|
{
|
|
5054
5029
|
"kind": "method",
|
|
5055
|
-
"name": "
|
|
5056
|
-
"privacy": "
|
|
5030
|
+
"name": "dismiss",
|
|
5031
|
+
"privacy": "public",
|
|
5057
5032
|
"return": {
|
|
5058
5033
|
"type": {
|
|
5059
|
-
"text": "
|
|
5034
|
+
"text": "Promise<void>"
|
|
5060
5035
|
}
|
|
5061
5036
|
},
|
|
5062
|
-
"
|
|
5063
|
-
{
|
|
5064
|
-
"name": "node",
|
|
5065
|
-
"type": {
|
|
5066
|
-
"text": "HTMLElement"
|
|
5067
|
-
}
|
|
5068
|
-
}
|
|
5069
|
-
],
|
|
5070
|
-
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
5071
|
-
"inheritedFrom": {
|
|
5072
|
-
"name": "Breadcrumb",
|
|
5073
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5074
|
-
}
|
|
5037
|
+
"description": "Dismiss the Banner from display."
|
|
5075
5038
|
},
|
|
5076
5039
|
{
|
|
5077
5040
|
"kind": "method",
|
|
5078
|
-
"name": "
|
|
5079
|
-
"privacy": "
|
|
5080
|
-
"
|
|
5081
|
-
"type": {
|
|
5082
|
-
"text": "void"
|
|
5083
|
-
}
|
|
5084
|
-
},
|
|
5085
|
-
"parameters": [
|
|
5086
|
-
{
|
|
5087
|
-
"name": "item",
|
|
5088
|
-
"type": {
|
|
5089
|
-
"text": "HTMLElement"
|
|
5090
|
-
}
|
|
5091
|
-
},
|
|
5092
|
-
{
|
|
5093
|
-
"name": "isLastNode",
|
|
5094
|
-
"type": {
|
|
5095
|
-
"text": "boolean"
|
|
5096
|
-
}
|
|
5097
|
-
}
|
|
5098
|
-
],
|
|
5099
|
-
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5100
|
-
"inheritedFrom": {
|
|
5101
|
-
"name": "Breadcrumb",
|
|
5102
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5103
|
-
}
|
|
5041
|
+
"name": "dismissNotification",
|
|
5042
|
+
"privacy": "public",
|
|
5043
|
+
"description": "Dismiss the Banner (NotificationStructure) from display."
|
|
5104
5044
|
},
|
|
5105
5045
|
{
|
|
5106
5046
|
"kind": "field",
|
|
@@ -5213,69 +5153,51 @@
|
|
|
5213
5153
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5214
5154
|
}
|
|
5215
5155
|
}
|
|
5216
|
-
]
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
|
|
5220
|
-
"name": "foundationBreadcrumbShadowOptions",
|
|
5221
|
-
"type": {
|
|
5222
|
-
"text": "ShadowRootInit"
|
|
5223
|
-
},
|
|
5224
|
-
"default": "undefined"
|
|
5225
|
-
},
|
|
5226
|
-
{
|
|
5227
|
-
"kind": "variable",
|
|
5228
|
-
"name": "defaultBreadcrumbConfig",
|
|
5229
|
-
"type": {
|
|
5230
|
-
"text": "object"
|
|
5156
|
+
],
|
|
5157
|
+
"superclass": {
|
|
5158
|
+
"name": "FoundationElement",
|
|
5159
|
+
"package": "@microsoft/fast-foundation"
|
|
5231
5160
|
},
|
|
5232
|
-
"
|
|
5161
|
+
"tagName": "%%prefix%%-banner",
|
|
5162
|
+
"customElement": true
|
|
5233
5163
|
},
|
|
5234
5164
|
{
|
|
5235
5165
|
"kind": "variable",
|
|
5236
|
-
"name": "
|
|
5237
|
-
"description": "The Foundation
|
|
5166
|
+
"name": "foundationBanner",
|
|
5167
|
+
"description": "The Foundation Banner",
|
|
5238
5168
|
"privacy": "public"
|
|
5239
5169
|
}
|
|
5240
5170
|
],
|
|
5241
5171
|
"exports": [
|
|
5242
5172
|
{
|
|
5243
5173
|
"kind": "js",
|
|
5244
|
-
"name": "
|
|
5245
|
-
"declaration": {
|
|
5246
|
-
"name": "Breadcrumb",
|
|
5247
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5248
|
-
}
|
|
5249
|
-
},
|
|
5250
|
-
{
|
|
5251
|
-
"kind": "js",
|
|
5252
|
-
"name": "foundationBreadcrumbShadowOptions",
|
|
5174
|
+
"name": "foundationBannerShadowOptions",
|
|
5253
5175
|
"declaration": {
|
|
5254
|
-
"name": "
|
|
5255
|
-
"module": "src/
|
|
5176
|
+
"name": "foundationBannerShadowOptions",
|
|
5177
|
+
"module": "src/banner/banner.ts"
|
|
5256
5178
|
}
|
|
5257
5179
|
},
|
|
5258
5180
|
{
|
|
5259
5181
|
"kind": "js",
|
|
5260
|
-
"name": "
|
|
5182
|
+
"name": "Banner",
|
|
5261
5183
|
"declaration": {
|
|
5262
|
-
"name": "
|
|
5263
|
-
"module": "src/
|
|
5184
|
+
"name": "Banner",
|
|
5185
|
+
"module": "src/banner/banner.ts"
|
|
5264
5186
|
}
|
|
5265
5187
|
},
|
|
5266
5188
|
{
|
|
5267
5189
|
"kind": "js",
|
|
5268
|
-
"name": "
|
|
5190
|
+
"name": "foundationBanner",
|
|
5269
5191
|
"declaration": {
|
|
5270
|
-
"name": "
|
|
5271
|
-
"module": "src/
|
|
5192
|
+
"name": "foundationBanner",
|
|
5193
|
+
"module": "src/banner/banner.ts"
|
|
5272
5194
|
}
|
|
5273
5195
|
}
|
|
5274
5196
|
]
|
|
5275
5197
|
},
|
|
5276
5198
|
{
|
|
5277
5199
|
"kind": "javascript-module",
|
|
5278
|
-
"path": "src/
|
|
5200
|
+
"path": "src/banner/index.ts",
|
|
5279
5201
|
"declarations": [],
|
|
5280
5202
|
"exports": [
|
|
5281
5203
|
{
|
|
@@ -5283,7 +5205,7 @@
|
|
|
5283
5205
|
"name": "*",
|
|
5284
5206
|
"declaration": {
|
|
5285
5207
|
"name": "*",
|
|
5286
|
-
"package": "./
|
|
5208
|
+
"package": "./banner.styles"
|
|
5287
5209
|
}
|
|
5288
5210
|
},
|
|
5289
5211
|
{
|
|
@@ -5291,7 +5213,7 @@
|
|
|
5291
5213
|
"name": "*",
|
|
5292
5214
|
"declaration": {
|
|
5293
5215
|
"name": "*",
|
|
5294
|
-
"package": "./
|
|
5216
|
+
"package": "./banner.template"
|
|
5295
5217
|
}
|
|
5296
5218
|
},
|
|
5297
5219
|
{
|
|
@@ -5299,132 +5221,192 @@
|
|
|
5299
5221
|
"name": "*",
|
|
5300
5222
|
"declaration": {
|
|
5301
5223
|
"name": "*",
|
|
5302
|
-
"package": "./
|
|
5224
|
+
"package": "./banner"
|
|
5303
5225
|
}
|
|
5304
5226
|
}
|
|
5305
5227
|
]
|
|
5306
5228
|
},
|
|
5307
5229
|
{
|
|
5308
5230
|
"kind": "javascript-module",
|
|
5309
|
-
"path": "src/
|
|
5231
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
5310
5232
|
"declarations": [
|
|
5311
5233
|
{
|
|
5312
|
-
"kind": "
|
|
5313
|
-
"name": "
|
|
5314
|
-
"
|
|
5315
|
-
"
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5234
|
+
"kind": "function",
|
|
5235
|
+
"name": "foundationBreadcrumbStyles",
|
|
5236
|
+
"return": {
|
|
5237
|
+
"type": {
|
|
5238
|
+
"text": "ElementStyles"
|
|
5239
|
+
}
|
|
5240
|
+
},
|
|
5241
|
+
"parameters": [
|
|
5242
|
+
{
|
|
5243
|
+
"name": "context",
|
|
5244
|
+
"type": {
|
|
5245
|
+
"text": "ElementDefinitionContext"
|
|
5246
|
+
}
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "definition",
|
|
5250
|
+
"type": {
|
|
5251
|
+
"text": "FoundationElementDefinition"
|
|
5252
|
+
}
|
|
5253
|
+
}
|
|
5254
|
+
]
|
|
5255
|
+
}
|
|
5256
|
+
],
|
|
5320
5257
|
"exports": [
|
|
5321
5258
|
{
|
|
5322
5259
|
"kind": "js",
|
|
5323
|
-
"name": "
|
|
5260
|
+
"name": "foundationBreadcrumbStyles",
|
|
5324
5261
|
"declaration": {
|
|
5325
|
-
"name": "
|
|
5326
|
-
"module": "src/
|
|
5262
|
+
"name": "foundationBreadcrumbStyles",
|
|
5263
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
5327
5264
|
}
|
|
5328
5265
|
}
|
|
5329
5266
|
]
|
|
5330
5267
|
},
|
|
5331
5268
|
{
|
|
5332
5269
|
"kind": "javascript-module",
|
|
5333
|
-
"path": "src/
|
|
5270
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
5334
5271
|
"declarations": [
|
|
5335
5272
|
{
|
|
5336
5273
|
"kind": "function",
|
|
5337
|
-
"name": "
|
|
5274
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5275
|
+
"return": {
|
|
5276
|
+
"type": {
|
|
5277
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
5338
5280
|
"parameters": [
|
|
5339
5281
|
{
|
|
5340
|
-
"name": "
|
|
5282
|
+
"name": "context",
|
|
5341
5283
|
"type": {
|
|
5342
|
-
"text": "
|
|
5284
|
+
"text": "ElementDefinitionContext"
|
|
5285
|
+
}
|
|
5286
|
+
},
|
|
5287
|
+
{
|
|
5288
|
+
"name": "definition",
|
|
5289
|
+
"type": {
|
|
5290
|
+
"text": "FoundationElementDefinition"
|
|
5343
5291
|
}
|
|
5344
5292
|
}
|
|
5345
5293
|
]
|
|
5346
|
-
},
|
|
5347
|
-
{
|
|
5348
|
-
"kind": "variable",
|
|
5349
|
-
"name": "foundationBannerTemplate",
|
|
5350
|
-
"default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
|
|
5351
5294
|
}
|
|
5352
5295
|
],
|
|
5353
5296
|
"exports": [
|
|
5354
5297
|
{
|
|
5355
5298
|
"kind": "js",
|
|
5356
|
-
"name": "
|
|
5357
|
-
"declaration": {
|
|
5358
|
-
"name": "getBannerTemplate",
|
|
5359
|
-
"module": "src/banner/banner.template.ts"
|
|
5360
|
-
}
|
|
5361
|
-
},
|
|
5362
|
-
{
|
|
5363
|
-
"kind": "js",
|
|
5364
|
-
"name": "foundationBannerTemplate",
|
|
5299
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5365
5300
|
"declaration": {
|
|
5366
|
-
"name": "
|
|
5367
|
-
"module": "src/
|
|
5301
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5302
|
+
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
5368
5303
|
}
|
|
5369
5304
|
}
|
|
5370
5305
|
]
|
|
5371
5306
|
},
|
|
5372
5307
|
{
|
|
5373
5308
|
"kind": "javascript-module",
|
|
5374
|
-
"path": "src/
|
|
5309
|
+
"path": "src/breadcrumb/breadcrumb.ts",
|
|
5375
5310
|
"declarations": [
|
|
5376
|
-
{
|
|
5377
|
-
"kind": "variable",
|
|
5378
|
-
"name": "foundationBannerShadowOptions",
|
|
5379
|
-
"type": {
|
|
5380
|
-
"text": "ShadowRootInit"
|
|
5381
|
-
},
|
|
5382
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
5383
|
-
},
|
|
5384
5311
|
{
|
|
5385
5312
|
"kind": "class",
|
|
5386
5313
|
"description": "",
|
|
5387
|
-
"name": "
|
|
5314
|
+
"name": "Breadcrumb",
|
|
5315
|
+
"superclass": {
|
|
5316
|
+
"name": "FASTBreadcrumb",
|
|
5317
|
+
"package": "@microsoft/fast-components"
|
|
5318
|
+
},
|
|
5319
|
+
"tagName": "%%prefix%%-breadcrumb",
|
|
5320
|
+
"customElement": true,
|
|
5388
5321
|
"members": [
|
|
5389
5322
|
{
|
|
5390
|
-
"kind": "
|
|
5391
|
-
"name": "
|
|
5392
|
-
"
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5323
|
+
"kind": "method",
|
|
5324
|
+
"name": "slottedBreadcrumbItemsChanged",
|
|
5325
|
+
"privacy": "public",
|
|
5326
|
+
"inheritedFrom": {
|
|
5327
|
+
"name": "Breadcrumb",
|
|
5328
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5329
|
+
}
|
|
5396
5330
|
},
|
|
5397
5331
|
{
|
|
5398
|
-
"kind": "
|
|
5399
|
-
"name": "
|
|
5400
|
-
"
|
|
5401
|
-
|
|
5332
|
+
"kind": "method",
|
|
5333
|
+
"name": "setItemSeparator",
|
|
5334
|
+
"privacy": "private",
|
|
5335
|
+
"return": {
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "void"
|
|
5338
|
+
}
|
|
5402
5339
|
},
|
|
5403
|
-
"
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
5340
|
+
"parameters": [
|
|
5341
|
+
{
|
|
5342
|
+
"name": "item",
|
|
5343
|
+
"type": {
|
|
5344
|
+
"text": "HTMLElement"
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
5347
|
+
{
|
|
5348
|
+
"name": "isLastNode",
|
|
5349
|
+
"type": {
|
|
5350
|
+
"text": "boolean"
|
|
5351
|
+
}
|
|
5352
|
+
}
|
|
5353
|
+
],
|
|
5354
|
+
"inheritedFrom": {
|
|
5355
|
+
"name": "Breadcrumb",
|
|
5356
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5410
5357
|
}
|
|
5411
5358
|
},
|
|
5412
5359
|
{
|
|
5413
5360
|
"kind": "method",
|
|
5414
|
-
"name": "
|
|
5415
|
-
"privacy": "
|
|
5361
|
+
"name": "findChildWithHref",
|
|
5362
|
+
"privacy": "private",
|
|
5416
5363
|
"return": {
|
|
5417
5364
|
"type": {
|
|
5418
|
-
"text": "
|
|
5365
|
+
"text": "HTMLElement | null"
|
|
5419
5366
|
}
|
|
5420
5367
|
},
|
|
5421
|
-
"
|
|
5368
|
+
"parameters": [
|
|
5369
|
+
{
|
|
5370
|
+
"name": "node",
|
|
5371
|
+
"type": {
|
|
5372
|
+
"text": "HTMLElement"
|
|
5373
|
+
}
|
|
5374
|
+
}
|
|
5375
|
+
],
|
|
5376
|
+
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
5377
|
+
"inheritedFrom": {
|
|
5378
|
+
"name": "Breadcrumb",
|
|
5379
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5380
|
+
}
|
|
5422
5381
|
},
|
|
5423
5382
|
{
|
|
5424
5383
|
"kind": "method",
|
|
5425
|
-
"name": "
|
|
5426
|
-
"privacy": "
|
|
5427
|
-
"
|
|
5384
|
+
"name": "setAriaCurrent",
|
|
5385
|
+
"privacy": "private",
|
|
5386
|
+
"return": {
|
|
5387
|
+
"type": {
|
|
5388
|
+
"text": "void"
|
|
5389
|
+
}
|
|
5390
|
+
},
|
|
5391
|
+
"parameters": [
|
|
5392
|
+
{
|
|
5393
|
+
"name": "item",
|
|
5394
|
+
"type": {
|
|
5395
|
+
"text": "HTMLElement"
|
|
5396
|
+
}
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "isLastNode",
|
|
5400
|
+
"type": {
|
|
5401
|
+
"text": "boolean"
|
|
5402
|
+
}
|
|
5403
|
+
}
|
|
5404
|
+
],
|
|
5405
|
+
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5406
|
+
"inheritedFrom": {
|
|
5407
|
+
"name": "Breadcrumb",
|
|
5408
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5409
|
+
}
|
|
5428
5410
|
},
|
|
5429
5411
|
{
|
|
5430
5412
|
"kind": "field",
|
|
@@ -5537,51 +5519,69 @@
|
|
|
5537
5519
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5538
5520
|
}
|
|
5539
5521
|
}
|
|
5540
|
-
]
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5522
|
+
]
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
"kind": "variable",
|
|
5526
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
5527
|
+
"type": {
|
|
5528
|
+
"text": "ShadowRootInit"
|
|
5544
5529
|
},
|
|
5545
|
-
"
|
|
5546
|
-
"customElement": true
|
|
5530
|
+
"default": "undefined"
|
|
5547
5531
|
},
|
|
5548
5532
|
{
|
|
5549
5533
|
"kind": "variable",
|
|
5550
|
-
"name": "
|
|
5551
|
-
"
|
|
5534
|
+
"name": "defaultBreadcrumbConfig",
|
|
5535
|
+
"type": {
|
|
5536
|
+
"text": "object"
|
|
5537
|
+
},
|
|
5538
|
+
"default": "{}"
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
"kind": "variable",
|
|
5542
|
+
"name": "foundationBreadcrumb",
|
|
5543
|
+
"description": "The Foundation Breadcrumb",
|
|
5552
5544
|
"privacy": "public"
|
|
5553
5545
|
}
|
|
5554
5546
|
],
|
|
5555
5547
|
"exports": [
|
|
5556
5548
|
{
|
|
5557
5549
|
"kind": "js",
|
|
5558
|
-
"name": "
|
|
5550
|
+
"name": "Breadcrumb",
|
|
5559
5551
|
"declaration": {
|
|
5560
|
-
"name": "
|
|
5561
|
-
"module": "src/
|
|
5552
|
+
"name": "Breadcrumb",
|
|
5553
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5562
5554
|
}
|
|
5563
5555
|
},
|
|
5564
5556
|
{
|
|
5565
5557
|
"kind": "js",
|
|
5566
|
-
"name": "
|
|
5558
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
5567
5559
|
"declaration": {
|
|
5568
|
-
"name": "
|
|
5569
|
-
"module": "src/
|
|
5560
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
5561
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5570
5562
|
}
|
|
5571
5563
|
},
|
|
5572
5564
|
{
|
|
5573
5565
|
"kind": "js",
|
|
5574
|
-
"name": "
|
|
5566
|
+
"name": "defaultBreadcrumbConfig",
|
|
5575
5567
|
"declaration": {
|
|
5576
|
-
"name": "
|
|
5577
|
-
"module": "src/
|
|
5568
|
+
"name": "defaultBreadcrumbConfig",
|
|
5569
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"kind": "js",
|
|
5574
|
+
"name": "foundationBreadcrumb",
|
|
5575
|
+
"declaration": {
|
|
5576
|
+
"name": "foundationBreadcrumb",
|
|
5577
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5578
5578
|
}
|
|
5579
5579
|
}
|
|
5580
5580
|
]
|
|
5581
5581
|
},
|
|
5582
5582
|
{
|
|
5583
5583
|
"kind": "javascript-module",
|
|
5584
|
-
"path": "src/
|
|
5584
|
+
"path": "src/breadcrumb/index.ts",
|
|
5585
5585
|
"declarations": [],
|
|
5586
5586
|
"exports": [
|
|
5587
5587
|
{
|
|
@@ -5589,7 +5589,7 @@
|
|
|
5589
5589
|
"name": "*",
|
|
5590
5590
|
"declaration": {
|
|
5591
5591
|
"name": "*",
|
|
5592
|
-
"package": "./
|
|
5592
|
+
"package": "./breadcrumb.template"
|
|
5593
5593
|
}
|
|
5594
5594
|
},
|
|
5595
5595
|
{
|
|
@@ -5597,7 +5597,7 @@
|
|
|
5597
5597
|
"name": "*",
|
|
5598
5598
|
"declaration": {
|
|
5599
5599
|
"name": "*",
|
|
5600
|
-
"package": "./
|
|
5600
|
+
"package": "./breadcrumb.styles"
|
|
5601
5601
|
}
|
|
5602
5602
|
},
|
|
5603
5603
|
{
|
|
@@ -5605,7 +5605,7 @@
|
|
|
5605
5605
|
"name": "*",
|
|
5606
5606
|
"declaration": {
|
|
5607
5607
|
"name": "*",
|
|
5608
|
-
"package": "./
|
|
5608
|
+
"package": "./breadcrumb"
|
|
5609
5609
|
}
|
|
5610
5610
|
}
|
|
5611
5611
|
]
|
|
@@ -12423,219 +12423,202 @@
|
|
|
12423
12423
|
},
|
|
12424
12424
|
{
|
|
12425
12425
|
"kind": "javascript-module",
|
|
12426
|
-
"path": "src/
|
|
12426
|
+
"path": "src/date-picker/calendar.ts",
|
|
12427
12427
|
"declarations": [
|
|
12428
12428
|
{
|
|
12429
|
-
"kind": "
|
|
12430
|
-
"
|
|
12431
|
-
"
|
|
12429
|
+
"kind": "class",
|
|
12430
|
+
"description": "",
|
|
12431
|
+
"name": "Calendar",
|
|
12432
|
+
"members": [
|
|
12432
12433
|
{
|
|
12433
|
-
"
|
|
12434
|
+
"kind": "field",
|
|
12435
|
+
"name": "today",
|
|
12434
12436
|
"type": {
|
|
12435
|
-
"text": "
|
|
12436
|
-
}
|
|
12437
|
-
|
|
12438
|
-
|
|
12439
|
-
}
|
|
12440
|
-
],
|
|
12441
|
-
"exports": [
|
|
12442
|
-
{
|
|
12443
|
-
"kind": "js",
|
|
12444
|
-
"name": "designSystemProviderStyles",
|
|
12445
|
-
"declaration": {
|
|
12446
|
-
"name": "designSystemProviderStyles",
|
|
12447
|
-
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
12448
|
-
}
|
|
12449
|
-
}
|
|
12450
|
-
]
|
|
12451
|
-
},
|
|
12452
|
-
{
|
|
12453
|
-
"kind": "javascript-module",
|
|
12454
|
-
"path": "src/design-system-provider/design-system-provider.ts",
|
|
12455
|
-
"declarations": [
|
|
12456
|
-
{
|
|
12457
|
-
"kind": "class",
|
|
12458
|
-
"description": "The Foundation Design System Provider",
|
|
12459
|
-
"name": "FoundationDesignSystemProvider",
|
|
12460
|
-
"members": [
|
|
12437
|
+
"text": "any"
|
|
12438
|
+
},
|
|
12439
|
+
"default": "new Day(null, lang)"
|
|
12440
|
+
},
|
|
12461
12441
|
{
|
|
12462
12442
|
"kind": "field",
|
|
12463
|
-
"name": "
|
|
12443
|
+
"name": "year",
|
|
12464
12444
|
"type": {
|
|
12465
|
-
"text": "
|
|
12466
|
-
}
|
|
12467
|
-
"privacy": "public"
|
|
12445
|
+
"text": "number"
|
|
12446
|
+
}
|
|
12468
12447
|
},
|
|
12469
12448
|
{
|
|
12470
12449
|
"kind": "field",
|
|
12471
|
-
"name": "
|
|
12450
|
+
"name": "month",
|
|
12472
12451
|
"type": {
|
|
12473
|
-
"text": "
|
|
12452
|
+
"text": "any"
|
|
12474
12453
|
},
|
|
12475
|
-
"
|
|
12476
|
-
}
|
|
12477
|
-
],
|
|
12478
|
-
"attributes": [
|
|
12454
|
+
"default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)"
|
|
12455
|
+
},
|
|
12479
12456
|
{
|
|
12480
|
-
"
|
|
12457
|
+
"kind": "field",
|
|
12458
|
+
"name": "lang",
|
|
12481
12459
|
"type": {
|
|
12482
|
-
"text": "
|
|
12460
|
+
"text": "string"
|
|
12483
12461
|
},
|
|
12484
|
-
"
|
|
12462
|
+
"default": "lang"
|
|
12485
12463
|
},
|
|
12486
12464
|
{
|
|
12487
|
-
"
|
|
12488
|
-
"
|
|
12489
|
-
|
|
12490
|
-
},
|
|
12491
|
-
"fieldName": "cardForegroundColor"
|
|
12492
|
-
}
|
|
12493
|
-
],
|
|
12494
|
-
"superclass": {
|
|
12495
|
-
"name": "FASTDesignSystemProvider",
|
|
12496
|
-
"package": "@microsoft/fast-components"
|
|
12497
|
-
},
|
|
12498
|
-
"tagName": "%%prefix%%-design-system-provider",
|
|
12499
|
-
"customElement": true
|
|
12500
|
-
},
|
|
12501
|
-
{
|
|
12502
|
-
"kind": "variable",
|
|
12503
|
-
"name": "foundationDesignSystemProvider",
|
|
12504
|
-
"description": "The Foundation Design System Provider composed element",
|
|
12505
|
-
"privacy": "public"
|
|
12506
|
-
}
|
|
12507
|
-
],
|
|
12508
|
-
"exports": [
|
|
12509
|
-
{
|
|
12510
|
-
"kind": "js",
|
|
12511
|
-
"name": "FoundationDesignSystemProvider",
|
|
12512
|
-
"declaration": {
|
|
12513
|
-
"name": "FoundationDesignSystemProvider",
|
|
12514
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
12515
|
-
}
|
|
12516
|
-
},
|
|
12517
|
-
{
|
|
12518
|
-
"kind": "js",
|
|
12519
|
-
"name": "foundationDesignSystemProvider",
|
|
12520
|
-
"declaration": {
|
|
12521
|
-
"name": "foundationDesignSystemProvider",
|
|
12522
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
12523
|
-
}
|
|
12524
|
-
}
|
|
12525
|
-
]
|
|
12526
|
-
},
|
|
12527
|
-
{
|
|
12528
|
-
"kind": "javascript-module",
|
|
12529
|
-
"path": "src/design-system-provider/design-system-provider.utils.ts",
|
|
12530
|
-
"declarations": [
|
|
12531
|
-
{
|
|
12532
|
-
"kind": "function",
|
|
12533
|
-
"name": "provideTokens",
|
|
12534
|
-
"parameters": [
|
|
12465
|
+
"kind": "field",
|
|
12466
|
+
"name": "weekDays"
|
|
12467
|
+
},
|
|
12535
12468
|
{
|
|
12536
|
-
"
|
|
12469
|
+
"kind": "method",
|
|
12470
|
+
"name": "getMonth",
|
|
12471
|
+
"parameters": [
|
|
12472
|
+
{
|
|
12473
|
+
"name": "monthNumber"
|
|
12474
|
+
}
|
|
12475
|
+
]
|
|
12537
12476
|
},
|
|
12538
12477
|
{
|
|
12539
|
-
"
|
|
12478
|
+
"kind": "method",
|
|
12479
|
+
"name": "getPreviousMonth"
|
|
12540
12480
|
},
|
|
12541
12481
|
{
|
|
12542
|
-
"
|
|
12543
|
-
"
|
|
12544
|
-
|
|
12545
|
-
"text": "HTMLElement"
|
|
12546
|
-
}
|
|
12547
|
-
}
|
|
12548
|
-
]
|
|
12549
|
-
},
|
|
12550
|
-
{
|
|
12551
|
-
"kind": "function",
|
|
12552
|
-
"name": "designToken",
|
|
12553
|
-
"parameters": [
|
|
12482
|
+
"kind": "method",
|
|
12483
|
+
"name": "getNextMonth"
|
|
12484
|
+
},
|
|
12554
12485
|
{
|
|
12555
|
-
"
|
|
12556
|
-
"
|
|
12557
|
-
|
|
12558
|
-
|
|
12559
|
-
|
|
12560
|
-
|
|
12561
|
-
|
|
12562
|
-
|
|
12563
|
-
|
|
12564
|
-
|
|
12565
|
-
|
|
12566
|
-
"text": "ValueConverter"
|
|
12567
|
-
},
|
|
12568
|
-
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
12569
|
-
},
|
|
12570
|
-
{
|
|
12571
|
-
"kind": "function",
|
|
12572
|
-
"name": "paletteFromHex",
|
|
12573
|
-
"parameters": [
|
|
12486
|
+
"kind": "method",
|
|
12487
|
+
"name": "goToDate",
|
|
12488
|
+
"parameters": [
|
|
12489
|
+
{
|
|
12490
|
+
"name": "monthNumber"
|
|
12491
|
+
},
|
|
12492
|
+
{
|
|
12493
|
+
"name": "year"
|
|
12494
|
+
}
|
|
12495
|
+
]
|
|
12496
|
+
},
|
|
12574
12497
|
{
|
|
12575
|
-
"
|
|
12498
|
+
"kind": "method",
|
|
12499
|
+
"name": "goToNextYear"
|
|
12500
|
+
},
|
|
12501
|
+
{
|
|
12502
|
+
"kind": "method",
|
|
12503
|
+
"name": "goToPreviousYear"
|
|
12504
|
+
},
|
|
12505
|
+
{
|
|
12506
|
+
"kind": "method",
|
|
12507
|
+
"name": "goToNextMonth"
|
|
12508
|
+
},
|
|
12509
|
+
{
|
|
12510
|
+
"kind": "method",
|
|
12511
|
+
"name": "goToPreviousMonth"
|
|
12512
|
+
},
|
|
12513
|
+
{
|
|
12514
|
+
"kind": "field",
|
|
12515
|
+
"name": "_presentation",
|
|
12576
12516
|
"type": {
|
|
12577
|
-
"text": "
|
|
12517
|
+
"text": "ComponentPresentation | null | undefined"
|
|
12518
|
+
},
|
|
12519
|
+
"privacy": "private",
|
|
12520
|
+
"default": "void 0",
|
|
12521
|
+
"inheritedFrom": {
|
|
12522
|
+
"name": "FoundationElement",
|
|
12523
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12578
12524
|
}
|
|
12579
|
-
}
|
|
12580
|
-
]
|
|
12581
|
-
},
|
|
12582
|
-
{
|
|
12583
|
-
"kind": "function",
|
|
12584
|
-
"name": "getDefaultConfig",
|
|
12585
|
-
"parameters": [
|
|
12525
|
+
},
|
|
12586
12526
|
{
|
|
12587
|
-
"
|
|
12527
|
+
"kind": "field",
|
|
12528
|
+
"name": "$presentation",
|
|
12588
12529
|
"type": {
|
|
12589
|
-
"text": "
|
|
12530
|
+
"text": "ComponentPresentation | null"
|
|
12531
|
+
},
|
|
12532
|
+
"privacy": "public",
|
|
12533
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
12534
|
+
"inheritedFrom": {
|
|
12535
|
+
"name": "FoundationElement",
|
|
12536
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12590
12537
|
}
|
|
12591
12538
|
},
|
|
12592
12539
|
{
|
|
12593
|
-
"
|
|
12594
|
-
"
|
|
12595
|
-
}
|
|
12596
|
-
]
|
|
12597
|
-
},
|
|
12598
|
-
{
|
|
12599
|
-
"kind": "function",
|
|
12600
|
-
"name": "getExports",
|
|
12601
|
-
"parameters": [
|
|
12602
|
-
{
|
|
12603
|
-
"name": "registrationFunction"
|
|
12604
|
-
}
|
|
12605
|
-
]
|
|
12606
|
-
},
|
|
12607
|
-
{
|
|
12608
|
-
"kind": "function",
|
|
12609
|
-
"name": "getTypeRampValue",
|
|
12610
|
-
"parameters": [
|
|
12611
|
-
{
|
|
12612
|
-
"name": "baseTypeRamp",
|
|
12540
|
+
"kind": "field",
|
|
12541
|
+
"name": "template",
|
|
12613
12542
|
"type": {
|
|
12614
|
-
"text": "
|
|
12543
|
+
"text": "ElementViewTemplate | void | null"
|
|
12544
|
+
},
|
|
12545
|
+
"privacy": "public",
|
|
12546
|
+
"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.",
|
|
12547
|
+
"inheritedFrom": {
|
|
12548
|
+
"name": "FoundationElement",
|
|
12549
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12615
12550
|
}
|
|
12616
12551
|
},
|
|
12617
12552
|
{
|
|
12618
|
-
"
|
|
12619
|
-
"
|
|
12620
|
-
|
|
12553
|
+
"kind": "method",
|
|
12554
|
+
"name": "templateChanged",
|
|
12555
|
+
"privacy": "protected",
|
|
12556
|
+
"return": {
|
|
12557
|
+
"type": {
|
|
12558
|
+
"text": "void"
|
|
12559
|
+
}
|
|
12560
|
+
},
|
|
12561
|
+
"inheritedFrom": {
|
|
12562
|
+
"name": "FoundationElement",
|
|
12563
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12621
12564
|
}
|
|
12622
|
-
}
|
|
12623
|
-
]
|
|
12624
|
-
},
|
|
12625
|
-
{
|
|
12626
|
-
"kind": "function",
|
|
12627
|
-
"name": "configureDesignSystem",
|
|
12628
|
-
"parameters": [
|
|
12565
|
+
},
|
|
12629
12566
|
{
|
|
12630
|
-
"
|
|
12567
|
+
"kind": "field",
|
|
12568
|
+
"name": "styles",
|
|
12631
12569
|
"type": {
|
|
12632
|
-
"text": "
|
|
12570
|
+
"text": "ElementStyles | void | null"
|
|
12571
|
+
},
|
|
12572
|
+
"privacy": "public",
|
|
12573
|
+
"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.",
|
|
12574
|
+
"inheritedFrom": {
|
|
12575
|
+
"name": "FoundationElement",
|
|
12576
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12577
|
+
}
|
|
12578
|
+
},
|
|
12579
|
+
{
|
|
12580
|
+
"kind": "method",
|
|
12581
|
+
"name": "stylesChanged",
|
|
12582
|
+
"privacy": "protected",
|
|
12583
|
+
"return": {
|
|
12584
|
+
"type": {
|
|
12585
|
+
"text": "void"
|
|
12586
|
+
}
|
|
12587
|
+
},
|
|
12588
|
+
"inheritedFrom": {
|
|
12589
|
+
"name": "FoundationElement",
|
|
12590
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12633
12591
|
}
|
|
12634
12592
|
},
|
|
12635
12593
|
{
|
|
12636
|
-
"
|
|
12637
|
-
"
|
|
12638
|
-
|
|
12594
|
+
"kind": "method",
|
|
12595
|
+
"name": "compose",
|
|
12596
|
+
"privacy": "public",
|
|
12597
|
+
"static": true,
|
|
12598
|
+
"return": {
|
|
12599
|
+
"type": {
|
|
12600
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
12601
|
+
}
|
|
12602
|
+
},
|
|
12603
|
+
"parameters": [
|
|
12604
|
+
{
|
|
12605
|
+
"name": "this",
|
|
12606
|
+
"type": {
|
|
12607
|
+
"text": "K"
|
|
12608
|
+
}
|
|
12609
|
+
},
|
|
12610
|
+
{
|
|
12611
|
+
"name": "elementDefinition",
|
|
12612
|
+
"type": {
|
|
12613
|
+
"text": "T"
|
|
12614
|
+
},
|
|
12615
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
12616
|
+
}
|
|
12617
|
+
],
|
|
12618
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
12619
|
+
"inheritedFrom": {
|
|
12620
|
+
"name": "FoundationElement",
|
|
12621
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
12639
12622
|
}
|
|
12640
12623
|
}
|
|
12641
12624
|
]
|
|
@@ -12644,195 +12627,325 @@
|
|
|
12644
12627
|
"exports": [
|
|
12645
12628
|
{
|
|
12646
12629
|
"kind": "js",
|
|
12647
|
-
"name": "
|
|
12648
|
-
"declaration": {
|
|
12649
|
-
"name": "provideTokens",
|
|
12650
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12651
|
-
}
|
|
12652
|
-
},
|
|
12653
|
-
{
|
|
12654
|
-
"kind": "js",
|
|
12655
|
-
"name": "designToken",
|
|
12656
|
-
"declaration": {
|
|
12657
|
-
"name": "designToken",
|
|
12658
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12659
|
-
}
|
|
12660
|
-
},
|
|
12661
|
-
{
|
|
12662
|
-
"kind": "js",
|
|
12663
|
-
"name": "swatchConverter",
|
|
12664
|
-
"declaration": {
|
|
12665
|
-
"name": "swatchConverter",
|
|
12666
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12667
|
-
}
|
|
12668
|
-
},
|
|
12669
|
-
{
|
|
12670
|
-
"kind": "js",
|
|
12671
|
-
"name": "paletteFromHex",
|
|
12672
|
-
"declaration": {
|
|
12673
|
-
"name": "paletteFromHex",
|
|
12674
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12675
|
-
}
|
|
12676
|
-
},
|
|
12677
|
-
{
|
|
12678
|
-
"kind": "js",
|
|
12679
|
-
"name": "getDefaultConfig",
|
|
12680
|
-
"declaration": {
|
|
12681
|
-
"name": "getDefaultConfig",
|
|
12682
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
12683
|
-
}
|
|
12684
|
-
},
|
|
12685
|
-
{
|
|
12686
|
-
"kind": "js",
|
|
12687
|
-
"name": "getExports",
|
|
12630
|
+
"name": "default",
|
|
12688
12631
|
"declaration": {
|
|
12689
|
-
"name": "
|
|
12690
|
-
"module": "src/
|
|
12632
|
+
"name": "Calendar",
|
|
12633
|
+
"module": "src/date-picker/calendar.ts"
|
|
12691
12634
|
}
|
|
12692
|
-
}
|
|
12635
|
+
}
|
|
12636
|
+
]
|
|
12637
|
+
},
|
|
12638
|
+
{
|
|
12639
|
+
"kind": "javascript-module",
|
|
12640
|
+
"path": "src/date-picker/date-picker.styles.ts",
|
|
12641
|
+
"declarations": [
|
|
12693
12642
|
{
|
|
12694
|
-
"kind": "
|
|
12695
|
-
"name": "
|
|
12696
|
-
"
|
|
12697
|
-
"
|
|
12698
|
-
|
|
12699
|
-
}
|
|
12700
|
-
}
|
|
12643
|
+
"kind": "variable",
|
|
12644
|
+
"name": "foundationDatePickerStyles",
|
|
12645
|
+
"type": {
|
|
12646
|
+
"text": "ElementStyles"
|
|
12647
|
+
},
|
|
12648
|
+
"default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-foreground-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n box-shadow: 0 0 8px rgb(0 0 0 / 20%);\n }\n\n .calendar-dropdown.top {\n top: auto;\n bottom: 100%;\n margin: 0 0 5px;\n transform: translate(-50%, -8px);\n }\n\n .calendar-dropdown.left {\n top: 50%;\n left: 0;\n margin: 0 0 0 5px;\n transform: translate(calc(-8px + -100%), -50%);\n }\n\n .calendar-dropdown.right {\n top: 50%;\n left: 100%;\n transform: translate(8px, -50%);\n }\n\n .calendar-dropdown.visible {\n display: block;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0 0 10px;\n }\n\n .header h3 {\n margin: 0;\n text-transform: capitalize;\n font-weight: bold;\n color: var(--foreground-on-accent-rest);\n }\n\n .header .months-arrows {\n display: flex;\n flex-direction: row;\n }\n\n .header .icon-container {\n display: flex;\n width: 25px;\n height: 25px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .header .icon-container:first-child {\n margin-right: calc(var(--design-unit) * 2px);\n }\n\n .header .prev-month,\n .header .next-month {\n color: var(--foreground-on-accent-rest);\n font-size: 18px;\n }\n\n .week-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n margin-bottom: 10px;\n color: var(--foreground-on-accent-rest);\n }\n\n .week-days span {\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n text-transform: capitalize;\n }\n\n .month-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n }\n\n .month-day {\n padding: 8px 5px;\n color: #808080;\n background: none;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: calc(var(--control-corner-radius) * 4px);\n cursor: pointer;\n border: none;\n }\n\n .month-day.current {\n opacity: 100%;\n color: var(--foreground-on-accent-rest);\n }\n\n .month-day.selected {\n background: var(--accent-foreground-rest);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day:hover {\n background: var(--neutral-stroke-hover);\n color: (--neutral-foreground-rest);\n }\n\n .date-toggle[readonly] .label {\n cursor: pointer;\n }\n`"
|
|
12649
|
+
}
|
|
12650
|
+
],
|
|
12651
|
+
"exports": [
|
|
12701
12652
|
{
|
|
12702
12653
|
"kind": "js",
|
|
12703
|
-
"name": "
|
|
12654
|
+
"name": "foundationDatePickerStyles",
|
|
12704
12655
|
"declaration": {
|
|
12705
|
-
"name": "
|
|
12706
|
-
"module": "src/
|
|
12656
|
+
"name": "foundationDatePickerStyles",
|
|
12657
|
+
"module": "src/date-picker/date-picker.styles.ts"
|
|
12707
12658
|
}
|
|
12708
12659
|
}
|
|
12709
12660
|
]
|
|
12710
12661
|
},
|
|
12711
12662
|
{
|
|
12712
12663
|
"kind": "javascript-module",
|
|
12713
|
-
"path": "src/
|
|
12714
|
-
"declarations": [
|
|
12715
|
-
"exports": [
|
|
12664
|
+
"path": "src/date-picker/date-picker.template.ts",
|
|
12665
|
+
"declarations": [
|
|
12716
12666
|
{
|
|
12717
|
-
"kind": "
|
|
12718
|
-
"name": "
|
|
12719
|
-
"
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12667
|
+
"kind": "function",
|
|
12668
|
+
"name": "getPrefixedDatePicker",
|
|
12669
|
+
"parameters": [
|
|
12670
|
+
{
|
|
12671
|
+
"name": "prefix",
|
|
12672
|
+
"type": {
|
|
12673
|
+
"text": "string"
|
|
12674
|
+
}
|
|
12675
|
+
}
|
|
12676
|
+
]
|
|
12723
12677
|
},
|
|
12678
|
+
{
|
|
12679
|
+
"kind": "variable",
|
|
12680
|
+
"name": "foundationDatePickerTemplate",
|
|
12681
|
+
"default": "html<DatePicker>`\n ${(x) => getPrefixedDatePicker(getPrefix(x))}\n`"
|
|
12682
|
+
}
|
|
12683
|
+
],
|
|
12684
|
+
"exports": [
|
|
12724
12685
|
{
|
|
12725
12686
|
"kind": "js",
|
|
12726
|
-
"name": "
|
|
12687
|
+
"name": "getPrefixedDatePicker",
|
|
12727
12688
|
"declaration": {
|
|
12728
|
-
"name": "
|
|
12729
|
-
"
|
|
12689
|
+
"name": "getPrefixedDatePicker",
|
|
12690
|
+
"module": "src/date-picker/date-picker.template.ts"
|
|
12730
12691
|
}
|
|
12731
12692
|
},
|
|
12732
12693
|
{
|
|
12733
12694
|
"kind": "js",
|
|
12734
|
-
"name": "
|
|
12695
|
+
"name": "foundationDatePickerTemplate",
|
|
12735
12696
|
"declaration": {
|
|
12736
|
-
"name": "
|
|
12737
|
-
"
|
|
12697
|
+
"name": "foundationDatePickerTemplate",
|
|
12698
|
+
"module": "src/date-picker/date-picker.template.ts"
|
|
12738
12699
|
}
|
|
12739
12700
|
}
|
|
12740
12701
|
]
|
|
12741
12702
|
},
|
|
12742
12703
|
{
|
|
12743
12704
|
"kind": "javascript-module",
|
|
12744
|
-
"path": "src/
|
|
12745
|
-
"declarations": [],
|
|
12746
|
-
"exports": []
|
|
12747
|
-
},
|
|
12748
|
-
{
|
|
12749
|
-
"kind": "javascript-module",
|
|
12750
|
-
"path": "src/date-picker/calendar.ts",
|
|
12705
|
+
"path": "src/date-picker/date-picker.ts",
|
|
12751
12706
|
"declarations": [
|
|
12707
|
+
{
|
|
12708
|
+
"kind": "variable",
|
|
12709
|
+
"name": "foundationDatePickerShadowOptions",
|
|
12710
|
+
"type": {
|
|
12711
|
+
"text": "ShadowRootInit"
|
|
12712
|
+
},
|
|
12713
|
+
"default": "undefined"
|
|
12714
|
+
},
|
|
12715
|
+
{
|
|
12716
|
+
"kind": "variable",
|
|
12717
|
+
"name": "defaultDatePickerConfig",
|
|
12718
|
+
"type": {
|
|
12719
|
+
"text": "object"
|
|
12720
|
+
},
|
|
12721
|
+
"default": "{}"
|
|
12722
|
+
},
|
|
12752
12723
|
{
|
|
12753
12724
|
"kind": "class",
|
|
12754
12725
|
"description": "",
|
|
12755
|
-
"name": "
|
|
12726
|
+
"name": "DatePicker",
|
|
12756
12727
|
"members": [
|
|
12757
12728
|
{
|
|
12758
12729
|
"kind": "field",
|
|
12759
|
-
"name": "
|
|
12730
|
+
"name": "format",
|
|
12731
|
+
"type": {
|
|
12732
|
+
"text": "string"
|
|
12733
|
+
},
|
|
12734
|
+
"default": "'MM-DD-YYYY'"
|
|
12735
|
+
},
|
|
12736
|
+
{
|
|
12737
|
+
"kind": "method",
|
|
12738
|
+
"name": "formatChanged",
|
|
12739
|
+
"parameters": [
|
|
12740
|
+
{
|
|
12741
|
+
"name": "oldValue",
|
|
12742
|
+
"type": {
|
|
12743
|
+
"text": "string"
|
|
12744
|
+
}
|
|
12745
|
+
},
|
|
12746
|
+
{
|
|
12747
|
+
"name": "newValue",
|
|
12748
|
+
"type": {
|
|
12749
|
+
"text": "string"
|
|
12750
|
+
}
|
|
12751
|
+
}
|
|
12752
|
+
]
|
|
12753
|
+
},
|
|
12754
|
+
{
|
|
12755
|
+
"kind": "field",
|
|
12756
|
+
"name": "lang",
|
|
12757
|
+
"type": {
|
|
12758
|
+
"text": "string"
|
|
12759
|
+
},
|
|
12760
|
+
"default": "'en-US'"
|
|
12761
|
+
},
|
|
12762
|
+
{
|
|
12763
|
+
"kind": "field",
|
|
12764
|
+
"name": "visible",
|
|
12765
|
+
"type": {
|
|
12766
|
+
"text": "boolean"
|
|
12767
|
+
},
|
|
12768
|
+
"default": "false"
|
|
12769
|
+
},
|
|
12770
|
+
{
|
|
12771
|
+
"kind": "field",
|
|
12772
|
+
"name": "position",
|
|
12773
|
+
"type": {
|
|
12774
|
+
"text": "string"
|
|
12775
|
+
},
|
|
12776
|
+
"default": "'bottom'"
|
|
12777
|
+
},
|
|
12778
|
+
{
|
|
12779
|
+
"kind": "field",
|
|
12780
|
+
"name": "label",
|
|
12781
|
+
"type": {
|
|
12782
|
+
"text": "string"
|
|
12783
|
+
}
|
|
12784
|
+
},
|
|
12785
|
+
{
|
|
12786
|
+
"kind": "field",
|
|
12787
|
+
"name": "value",
|
|
12788
|
+
"type": {
|
|
12789
|
+
"text": "string"
|
|
12790
|
+
}
|
|
12791
|
+
},
|
|
12792
|
+
{
|
|
12793
|
+
"kind": "method",
|
|
12794
|
+
"name": "valueChanged",
|
|
12795
|
+
"parameters": [
|
|
12796
|
+
{
|
|
12797
|
+
"name": "oldValue",
|
|
12798
|
+
"type": {
|
|
12799
|
+
"text": "string"
|
|
12800
|
+
}
|
|
12801
|
+
},
|
|
12802
|
+
{
|
|
12803
|
+
"name": "newValue",
|
|
12804
|
+
"type": {
|
|
12805
|
+
"text": "string"
|
|
12806
|
+
}
|
|
12807
|
+
}
|
|
12808
|
+
]
|
|
12809
|
+
},
|
|
12810
|
+
{
|
|
12811
|
+
"kind": "field",
|
|
12812
|
+
"name": "currentDate",
|
|
12760
12813
|
"type": {
|
|
12761
12814
|
"text": "any"
|
|
12762
12815
|
},
|
|
12763
|
-
"default": "new Day(
|
|
12816
|
+
"default": "new Day(dayjsDate.toDate(), this.lang)"
|
|
12764
12817
|
},
|
|
12765
12818
|
{
|
|
12766
12819
|
"kind": "field",
|
|
12767
|
-
"name": "
|
|
12820
|
+
"name": "currentMonth",
|
|
12821
|
+
"type": {
|
|
12822
|
+
"text": "Calendar"
|
|
12823
|
+
}
|
|
12824
|
+
},
|
|
12825
|
+
{
|
|
12826
|
+
"kind": "field",
|
|
12827
|
+
"name": "currentYear",
|
|
12768
12828
|
"type": {
|
|
12769
12829
|
"text": "number"
|
|
12770
12830
|
}
|
|
12771
12831
|
},
|
|
12772
12832
|
{
|
|
12773
12833
|
"kind": "field",
|
|
12774
|
-
"name": "
|
|
12834
|
+
"name": "calendarDropdownClasses",
|
|
12775
12835
|
"type": {
|
|
12776
|
-
"text": "
|
|
12777
|
-
}
|
|
12778
|
-
"default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)"
|
|
12836
|
+
"text": "String"
|
|
12837
|
+
}
|
|
12779
12838
|
},
|
|
12780
12839
|
{
|
|
12781
12840
|
"kind": "field",
|
|
12782
|
-
"name": "
|
|
12841
|
+
"name": "formatDate",
|
|
12783
12842
|
"type": {
|
|
12784
12843
|
"text": "string"
|
|
12844
|
+
}
|
|
12845
|
+
},
|
|
12846
|
+
{
|
|
12847
|
+
"kind": "field",
|
|
12848
|
+
"name": "monthList",
|
|
12849
|
+
"type": {
|
|
12850
|
+
"text": "any"
|
|
12851
|
+
}
|
|
12852
|
+
},
|
|
12853
|
+
{
|
|
12854
|
+
"kind": "field",
|
|
12855
|
+
"name": "calendar",
|
|
12856
|
+
"type": {
|
|
12857
|
+
"text": "Calendar"
|
|
12785
12858
|
},
|
|
12786
|
-
"default": "lang"
|
|
12859
|
+
"default": "new Calendar(this.currentDate.year, this.currentDate.monthNumber, this.lang)"
|
|
12787
12860
|
},
|
|
12788
12861
|
{
|
|
12789
12862
|
"kind": "field",
|
|
12790
|
-
"name": "
|
|
12863
|
+
"name": "toggleButton",
|
|
12864
|
+
"type": {
|
|
12865
|
+
"text": "HTMLElement"
|
|
12866
|
+
}
|
|
12867
|
+
},
|
|
12868
|
+
{
|
|
12869
|
+
"kind": "field",
|
|
12870
|
+
"name": "calendarDaysContainer",
|
|
12871
|
+
"type": {
|
|
12872
|
+
"text": "HTMLElement"
|
|
12873
|
+
}
|
|
12874
|
+
},
|
|
12875
|
+
{
|
|
12876
|
+
"kind": "field",
|
|
12877
|
+
"name": "selectedDayElement",
|
|
12878
|
+
"type": {
|
|
12879
|
+
"text": "HTMLElement"
|
|
12880
|
+
}
|
|
12881
|
+
},
|
|
12882
|
+
{
|
|
12883
|
+
"kind": "field",
|
|
12884
|
+
"name": "prevBtn",
|
|
12885
|
+
"type": {
|
|
12886
|
+
"text": "HTMLElement"
|
|
12887
|
+
}
|
|
12888
|
+
},
|
|
12889
|
+
{
|
|
12890
|
+
"kind": "field",
|
|
12891
|
+
"name": "nextBtn",
|
|
12892
|
+
"type": {
|
|
12893
|
+
"text": "HTMLElement"
|
|
12894
|
+
}
|
|
12895
|
+
},
|
|
12896
|
+
{
|
|
12897
|
+
"kind": "field",
|
|
12898
|
+
"name": "substringNumber",
|
|
12899
|
+
"type": {
|
|
12900
|
+
"text": "number"
|
|
12901
|
+
},
|
|
12902
|
+
"default": "3"
|
|
12791
12903
|
},
|
|
12792
12904
|
{
|
|
12793
12905
|
"kind": "method",
|
|
12794
|
-
"name": "
|
|
12795
|
-
"parameters": [
|
|
12796
|
-
{
|
|
12797
|
-
"name": "monthNumber"
|
|
12798
|
-
}
|
|
12799
|
-
]
|
|
12906
|
+
"name": "updateHeaderText"
|
|
12800
12907
|
},
|
|
12801
12908
|
{
|
|
12802
12909
|
"kind": "method",
|
|
12803
|
-
"name": "
|
|
12910
|
+
"name": "toggleCalendar"
|
|
12804
12911
|
},
|
|
12805
12912
|
{
|
|
12806
12913
|
"kind": "method",
|
|
12807
|
-
"name": "
|
|
12914
|
+
"name": "toggleVisibility"
|
|
12808
12915
|
},
|
|
12809
12916
|
{
|
|
12810
12917
|
"kind": "method",
|
|
12811
|
-
"name": "
|
|
12918
|
+
"name": "isSelectedDate",
|
|
12812
12919
|
"parameters": [
|
|
12813
12920
|
{
|
|
12814
|
-
"name": "
|
|
12815
|
-
},
|
|
12816
|
-
{
|
|
12817
|
-
"name": "year"
|
|
12921
|
+
"name": "date"
|
|
12818
12922
|
}
|
|
12819
12923
|
]
|
|
12820
12924
|
},
|
|
12821
12925
|
{
|
|
12822
12926
|
"kind": "method",
|
|
12823
|
-
"name": "
|
|
12927
|
+
"name": "isCurrentCalendarMonth"
|
|
12824
12928
|
},
|
|
12825
12929
|
{
|
|
12826
12930
|
"kind": "method",
|
|
12827
|
-
"name": "
|
|
12931
|
+
"name": "prevMonth"
|
|
12828
12932
|
},
|
|
12829
12933
|
{
|
|
12830
12934
|
"kind": "method",
|
|
12831
|
-
"name": "
|
|
12935
|
+
"name": "nextMonth"
|
|
12832
12936
|
},
|
|
12833
12937
|
{
|
|
12834
12938
|
"kind": "method",
|
|
12835
|
-
"name": "
|
|
12939
|
+
"name": "selectDay",
|
|
12940
|
+
"parameters": [
|
|
12941
|
+
{
|
|
12942
|
+
"name": "day"
|
|
12943
|
+
}
|
|
12944
|
+
]
|
|
12945
|
+
},
|
|
12946
|
+
{
|
|
12947
|
+
"kind": "method",
|
|
12948
|
+
"name": "getMonthDaysGrid"
|
|
12836
12949
|
},
|
|
12837
12950
|
{
|
|
12838
12951
|
"kind": "field",
|
|
@@ -12945,637 +13058,531 @@
|
|
|
12945
13058
|
"module": "src/foundation-element/foundation-element.ts"
|
|
12946
13059
|
}
|
|
12947
13060
|
}
|
|
12948
|
-
]
|
|
12949
|
-
|
|
12950
|
-
|
|
12951
|
-
|
|
12952
|
-
|
|
12953
|
-
|
|
12954
|
-
|
|
12955
|
-
|
|
12956
|
-
|
|
12957
|
-
"module": "src/date-picker/calendar.ts"
|
|
12958
|
-
}
|
|
12959
|
-
}
|
|
12960
|
-
]
|
|
12961
|
-
},
|
|
12962
|
-
{
|
|
12963
|
-
"kind": "javascript-module",
|
|
12964
|
-
"path": "src/date-picker/date-picker.styles.ts",
|
|
12965
|
-
"declarations": [
|
|
12966
|
-
{
|
|
12967
|
-
"kind": "variable",
|
|
12968
|
-
"name": "foundationDatePickerStyles",
|
|
12969
|
-
"type": {
|
|
12970
|
-
"text": "ElementStyles"
|
|
12971
|
-
},
|
|
12972
|
-
"default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-foreground-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n box-shadow: 0 0 8px rgb(0 0 0 / 20%);\n }\n\n .calendar-dropdown.top {\n top: auto;\n bottom: 100%;\n margin: 0 0 5px;\n transform: translate(-50%, -8px);\n }\n\n .calendar-dropdown.left {\n top: 50%;\n left: 0;\n margin: 0 0 0 5px;\n transform: translate(calc(-8px + -100%), -50%);\n }\n\n .calendar-dropdown.right {\n top: 50%;\n left: 100%;\n transform: translate(8px, -50%);\n }\n\n .calendar-dropdown.visible {\n display: block;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0 0 10px;\n }\n\n .header h3 {\n margin: 0;\n text-transform: capitalize;\n font-weight: bold;\n color: var(--foreground-on-accent-rest);\n }\n\n .header .months-arrows {\n display: flex;\n flex-direction: row;\n }\n\n .header .icon-container {\n display: flex;\n width: 25px;\n height: 25px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .header .icon-container:first-child {\n margin-right: calc(var(--design-unit) * 2px);\n }\n\n .header .prev-month,\n .header .next-month {\n color: var(--foreground-on-accent-rest);\n font-size: 18px;\n }\n\n .week-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n margin-bottom: 10px;\n color: var(--foreground-on-accent-rest);\n }\n\n .week-days span {\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n text-transform: capitalize;\n }\n\n .month-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n }\n\n .month-day {\n padding: 8px 5px;\n color: #808080;\n background: none;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: calc(var(--control-corner-radius) * 4px);\n cursor: pointer;\n border: none;\n }\n\n .month-day.current {\n opacity: 100%;\n color: var(--foreground-on-accent-rest);\n }\n\n .month-day.selected {\n background: var(--accent-foreground-rest);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day:hover {\n background: var(--neutral-stroke-hover);\n color: (--neutral-foreground-rest);\n }\n\n .date-toggle[readonly] .label {\n cursor: pointer;\n }\n`"
|
|
12973
|
-
}
|
|
12974
|
-
],
|
|
12975
|
-
"exports": [
|
|
12976
|
-
{
|
|
12977
|
-
"kind": "js",
|
|
12978
|
-
"name": "foundationDatePickerStyles",
|
|
12979
|
-
"declaration": {
|
|
12980
|
-
"name": "foundationDatePickerStyles",
|
|
12981
|
-
"module": "src/date-picker/date-picker.styles.ts"
|
|
12982
|
-
}
|
|
12983
|
-
}
|
|
12984
|
-
]
|
|
12985
|
-
},
|
|
12986
|
-
{
|
|
12987
|
-
"kind": "javascript-module",
|
|
12988
|
-
"path": "src/date-picker/date-picker.template.ts",
|
|
12989
|
-
"declarations": [
|
|
12990
|
-
{
|
|
12991
|
-
"kind": "function",
|
|
12992
|
-
"name": "getPrefixedDatePicker",
|
|
12993
|
-
"parameters": [
|
|
12994
|
-
{
|
|
12995
|
-
"name": "prefix",
|
|
12996
|
-
"type": {
|
|
12997
|
-
"text": "string"
|
|
12998
|
-
}
|
|
12999
|
-
}
|
|
13000
|
-
]
|
|
13001
|
-
},
|
|
13002
|
-
{
|
|
13003
|
-
"kind": "variable",
|
|
13004
|
-
"name": "foundationDatePickerTemplate",
|
|
13005
|
-
"default": "html<DatePicker>`\n ${(x) => getPrefixedDatePicker(getPrefix(x))}\n`"
|
|
13006
|
-
}
|
|
13007
|
-
],
|
|
13008
|
-
"exports": [
|
|
13009
|
-
{
|
|
13010
|
-
"kind": "js",
|
|
13011
|
-
"name": "getPrefixedDatePicker",
|
|
13012
|
-
"declaration": {
|
|
13013
|
-
"name": "getPrefixedDatePicker",
|
|
13014
|
-
"module": "src/date-picker/date-picker.template.ts"
|
|
13015
|
-
}
|
|
13016
|
-
},
|
|
13017
|
-
{
|
|
13018
|
-
"kind": "js",
|
|
13019
|
-
"name": "foundationDatePickerTemplate",
|
|
13020
|
-
"declaration": {
|
|
13021
|
-
"name": "foundationDatePickerTemplate",
|
|
13022
|
-
"module": "src/date-picker/date-picker.template.ts"
|
|
13023
|
-
}
|
|
13024
|
-
}
|
|
13025
|
-
]
|
|
13026
|
-
},
|
|
13027
|
-
{
|
|
13028
|
-
"kind": "javascript-module",
|
|
13029
|
-
"path": "src/date-picker/date-picker.ts",
|
|
13030
|
-
"declarations": [
|
|
13031
|
-
{
|
|
13032
|
-
"kind": "variable",
|
|
13033
|
-
"name": "foundationDatePickerShadowOptions",
|
|
13034
|
-
"type": {
|
|
13035
|
-
"text": "ShadowRootInit"
|
|
13036
|
-
},
|
|
13037
|
-
"default": "undefined"
|
|
13038
|
-
},
|
|
13039
|
-
{
|
|
13040
|
-
"kind": "variable",
|
|
13041
|
-
"name": "defaultDatePickerConfig",
|
|
13042
|
-
"type": {
|
|
13043
|
-
"text": "object"
|
|
13044
|
-
},
|
|
13045
|
-
"default": "{}"
|
|
13046
|
-
},
|
|
13047
|
-
{
|
|
13048
|
-
"kind": "class",
|
|
13049
|
-
"description": "",
|
|
13050
|
-
"name": "DatePicker",
|
|
13051
|
-
"members": [
|
|
13052
|
-
{
|
|
13053
|
-
"kind": "field",
|
|
13054
|
-
"name": "format",
|
|
13055
|
-
"type": {
|
|
13056
|
-
"text": "string"
|
|
13057
|
-
},
|
|
13058
|
-
"default": "'MM-DD-YYYY'"
|
|
13059
|
-
},
|
|
13060
|
-
{
|
|
13061
|
-
"kind": "method",
|
|
13062
|
-
"name": "formatChanged",
|
|
13063
|
-
"parameters": [
|
|
13064
|
-
{
|
|
13065
|
-
"name": "oldValue",
|
|
13066
|
-
"type": {
|
|
13067
|
-
"text": "string"
|
|
13068
|
-
}
|
|
13069
|
-
},
|
|
13070
|
-
{
|
|
13071
|
-
"name": "newValue",
|
|
13072
|
-
"type": {
|
|
13073
|
-
"text": "string"
|
|
13074
|
-
}
|
|
13075
|
-
}
|
|
13076
|
-
]
|
|
13061
|
+
],
|
|
13062
|
+
"attributes": [
|
|
13063
|
+
{
|
|
13064
|
+
"name": "format",
|
|
13065
|
+
"type": {
|
|
13066
|
+
"text": "string"
|
|
13067
|
+
},
|
|
13068
|
+
"default": "'MM-DD-YYYY'",
|
|
13069
|
+
"fieldName": "format"
|
|
13077
13070
|
},
|
|
13078
13071
|
{
|
|
13079
|
-
"kind": "field",
|
|
13080
13072
|
"name": "lang",
|
|
13081
13073
|
"type": {
|
|
13082
13074
|
"text": "string"
|
|
13083
13075
|
},
|
|
13084
|
-
"default": "'en-US'"
|
|
13076
|
+
"default": "'en-US'",
|
|
13077
|
+
"fieldName": "lang"
|
|
13085
13078
|
},
|
|
13086
13079
|
{
|
|
13087
|
-
"kind": "field",
|
|
13088
13080
|
"name": "visible",
|
|
13089
13081
|
"type": {
|
|
13090
13082
|
"text": "boolean"
|
|
13091
13083
|
},
|
|
13092
|
-
"default": "false"
|
|
13084
|
+
"default": "false",
|
|
13085
|
+
"fieldName": "visible"
|
|
13093
13086
|
},
|
|
13094
13087
|
{
|
|
13095
|
-
"kind": "field",
|
|
13096
13088
|
"name": "position",
|
|
13097
13089
|
"type": {
|
|
13098
13090
|
"text": "string"
|
|
13099
13091
|
},
|
|
13100
|
-
"default": "'bottom'"
|
|
13092
|
+
"default": "'bottom'",
|
|
13093
|
+
"fieldName": "position"
|
|
13101
13094
|
},
|
|
13102
13095
|
{
|
|
13103
|
-
"kind": "field",
|
|
13104
13096
|
"name": "label",
|
|
13105
13097
|
"type": {
|
|
13106
13098
|
"text": "string"
|
|
13107
|
-
}
|
|
13099
|
+
},
|
|
13100
|
+
"fieldName": "label"
|
|
13108
13101
|
},
|
|
13109
13102
|
{
|
|
13110
|
-
"kind": "field",
|
|
13111
13103
|
"name": "value",
|
|
13112
13104
|
"type": {
|
|
13113
13105
|
"text": "string"
|
|
13114
|
-
}
|
|
13115
|
-
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13106
|
+
},
|
|
13107
|
+
"fieldName": "value"
|
|
13108
|
+
}
|
|
13109
|
+
],
|
|
13110
|
+
"superclass": {
|
|
13111
|
+
"name": "FoundationElement",
|
|
13112
|
+
"package": "@microsoft/fast-foundation"
|
|
13113
|
+
},
|
|
13114
|
+
"tagName": "%%prefix%%-date-picker",
|
|
13115
|
+
"customElement": true
|
|
13116
|
+
},
|
|
13117
|
+
{
|
|
13118
|
+
"kind": "variable",
|
|
13119
|
+
"name": "foundationDatePicker",
|
|
13120
|
+
"description": "The Foundation DatePicker",
|
|
13121
|
+
"privacy": "public"
|
|
13122
|
+
}
|
|
13123
|
+
],
|
|
13124
|
+
"exports": [
|
|
13125
|
+
{
|
|
13126
|
+
"kind": "js",
|
|
13127
|
+
"name": "foundationDatePickerShadowOptions",
|
|
13128
|
+
"declaration": {
|
|
13129
|
+
"name": "foundationDatePickerShadowOptions",
|
|
13130
|
+
"module": "src/date-picker/date-picker.ts"
|
|
13131
|
+
}
|
|
13132
|
+
},
|
|
13133
|
+
{
|
|
13134
|
+
"kind": "js",
|
|
13135
|
+
"name": "defaultDatePickerConfig",
|
|
13136
|
+
"declaration": {
|
|
13137
|
+
"name": "defaultDatePickerConfig",
|
|
13138
|
+
"module": "src/date-picker/date-picker.ts"
|
|
13139
|
+
}
|
|
13140
|
+
},
|
|
13141
|
+
{
|
|
13142
|
+
"kind": "js",
|
|
13143
|
+
"name": "DatePicker",
|
|
13144
|
+
"declaration": {
|
|
13145
|
+
"name": "DatePicker",
|
|
13146
|
+
"module": "src/date-picker/date-picker.ts"
|
|
13147
|
+
}
|
|
13148
|
+
},
|
|
13149
|
+
{
|
|
13150
|
+
"kind": "js",
|
|
13151
|
+
"name": "foundationDatePicker",
|
|
13152
|
+
"declaration": {
|
|
13153
|
+
"name": "foundationDatePicker",
|
|
13154
|
+
"module": "src/date-picker/date-picker.ts"
|
|
13155
|
+
}
|
|
13156
|
+
}
|
|
13157
|
+
]
|
|
13158
|
+
},
|
|
13159
|
+
{
|
|
13160
|
+
"kind": "javascript-module",
|
|
13161
|
+
"path": "src/date-picker/day.ts",
|
|
13162
|
+
"declarations": [
|
|
13163
|
+
{
|
|
13164
|
+
"kind": "class",
|
|
13165
|
+
"description": "",
|
|
13166
|
+
"name": "Day",
|
|
13167
|
+
"members": [
|
|
13134
13168
|
{
|
|
13135
13169
|
"kind": "field",
|
|
13136
|
-
"name": "
|
|
13170
|
+
"name": "Date",
|
|
13137
13171
|
"type": {
|
|
13138
|
-
"text": "
|
|
13172
|
+
"text": "Object"
|
|
13139
13173
|
},
|
|
13140
|
-
"default": "
|
|
13174
|
+
"default": "date"
|
|
13141
13175
|
},
|
|
13142
13176
|
{
|
|
13143
13177
|
"kind": "field",
|
|
13144
|
-
"name": "
|
|
13178
|
+
"name": "date",
|
|
13145
13179
|
"type": {
|
|
13146
|
-
"text": "
|
|
13180
|
+
"text": "Date"
|
|
13147
13181
|
}
|
|
13148
13182
|
},
|
|
13149
13183
|
{
|
|
13150
13184
|
"kind": "field",
|
|
13151
|
-
"name": "
|
|
13185
|
+
"name": "day",
|
|
13152
13186
|
"type": {
|
|
13153
|
-
"text": "
|
|
13187
|
+
"text": "string"
|
|
13154
13188
|
}
|
|
13155
13189
|
},
|
|
13156
13190
|
{
|
|
13157
13191
|
"kind": "field",
|
|
13158
|
-
"name": "
|
|
13192
|
+
"name": "dayNumber",
|
|
13159
13193
|
"type": {
|
|
13160
|
-
"text": "
|
|
13194
|
+
"text": "number"
|
|
13161
13195
|
}
|
|
13162
13196
|
},
|
|
13163
13197
|
{
|
|
13164
13198
|
"kind": "field",
|
|
13165
|
-
"name": "
|
|
13199
|
+
"name": "dayShort",
|
|
13166
13200
|
"type": {
|
|
13167
13201
|
"text": "string"
|
|
13168
13202
|
}
|
|
13169
13203
|
},
|
|
13170
13204
|
{
|
|
13171
13205
|
"kind": "field",
|
|
13172
|
-
"name": "
|
|
13206
|
+
"name": "year",
|
|
13173
13207
|
"type": {
|
|
13174
|
-
"text": "
|
|
13208
|
+
"text": "number"
|
|
13175
13209
|
}
|
|
13176
13210
|
},
|
|
13177
13211
|
{
|
|
13178
13212
|
"kind": "field",
|
|
13179
|
-
"name": "
|
|
13180
|
-
"type": {
|
|
13181
|
-
"text": "Calendar"
|
|
13182
|
-
},
|
|
13183
|
-
"default": "new Calendar(this.currentDate.year, this.currentDate.monthNumber, this.lang)"
|
|
13184
|
-
},
|
|
13185
|
-
{
|
|
13186
|
-
"kind": "field",
|
|
13187
|
-
"name": "toggleButton",
|
|
13213
|
+
"name": "yearShort",
|
|
13188
13214
|
"type": {
|
|
13189
|
-
"text": "
|
|
13215
|
+
"text": "number"
|
|
13190
13216
|
}
|
|
13191
13217
|
},
|
|
13192
13218
|
{
|
|
13193
13219
|
"kind": "field",
|
|
13194
|
-
"name": "
|
|
13220
|
+
"name": "month",
|
|
13195
13221
|
"type": {
|
|
13196
|
-
"text": "
|
|
13222
|
+
"text": "string"
|
|
13197
13223
|
}
|
|
13198
13224
|
},
|
|
13199
13225
|
{
|
|
13200
13226
|
"kind": "field",
|
|
13201
|
-
"name": "
|
|
13227
|
+
"name": "monthShort",
|
|
13202
13228
|
"type": {
|
|
13203
|
-
"text": "
|
|
13229
|
+
"text": "string"
|
|
13204
13230
|
}
|
|
13205
13231
|
},
|
|
13206
13232
|
{
|
|
13207
13233
|
"kind": "field",
|
|
13208
|
-
"name": "
|
|
13234
|
+
"name": "monthNumber",
|
|
13209
13235
|
"type": {
|
|
13210
|
-
"text": "
|
|
13236
|
+
"text": "number"
|
|
13211
13237
|
}
|
|
13212
13238
|
},
|
|
13213
13239
|
{
|
|
13214
13240
|
"kind": "field",
|
|
13215
|
-
"name": "
|
|
13241
|
+
"name": "timestamp",
|
|
13216
13242
|
"type": {
|
|
13217
|
-
"text": "
|
|
13243
|
+
"text": "number"
|
|
13218
13244
|
}
|
|
13219
13245
|
},
|
|
13220
13246
|
{
|
|
13221
13247
|
"kind": "field",
|
|
13222
|
-
"name": "
|
|
13248
|
+
"name": "week",
|
|
13223
13249
|
"type": {
|
|
13224
13250
|
"text": "number"
|
|
13225
|
-
}
|
|
13226
|
-
"default": "3"
|
|
13227
|
-
},
|
|
13228
|
-
{
|
|
13229
|
-
"kind": "method",
|
|
13230
|
-
"name": "updateHeaderText"
|
|
13231
|
-
},
|
|
13232
|
-
{
|
|
13233
|
-
"kind": "method",
|
|
13234
|
-
"name": "toggleCalendar"
|
|
13235
|
-
},
|
|
13236
|
-
{
|
|
13237
|
-
"kind": "method",
|
|
13238
|
-
"name": "toggleVisibility"
|
|
13239
|
-
},
|
|
13240
|
-
{
|
|
13241
|
-
"kind": "method",
|
|
13242
|
-
"name": "isSelectedDate",
|
|
13243
|
-
"parameters": [
|
|
13244
|
-
{
|
|
13245
|
-
"name": "date"
|
|
13246
|
-
}
|
|
13247
|
-
]
|
|
13248
|
-
},
|
|
13249
|
-
{
|
|
13250
|
-
"kind": "method",
|
|
13251
|
-
"name": "isCurrentCalendarMonth"
|
|
13252
|
-
},
|
|
13253
|
-
{
|
|
13254
|
-
"kind": "method",
|
|
13255
|
-
"name": "prevMonth"
|
|
13256
|
-
},
|
|
13257
|
-
{
|
|
13258
|
-
"kind": "method",
|
|
13259
|
-
"name": "nextMonth"
|
|
13260
|
-
},
|
|
13261
|
-
{
|
|
13262
|
-
"kind": "method",
|
|
13263
|
-
"name": "selectDay",
|
|
13264
|
-
"parameters": [
|
|
13265
|
-
{
|
|
13266
|
-
"name": "day"
|
|
13267
|
-
}
|
|
13268
|
-
]
|
|
13251
|
+
}
|
|
13269
13252
|
},
|
|
13270
13253
|
{
|
|
13271
|
-
"kind": "
|
|
13272
|
-
|
|
13273
|
-
|
|
13254
|
+
"kind": "field"
|
|
13255
|
+
}
|
|
13256
|
+
]
|
|
13257
|
+
}
|
|
13258
|
+
],
|
|
13259
|
+
"exports": [
|
|
13260
|
+
{
|
|
13261
|
+
"kind": "js",
|
|
13262
|
+
"name": "default",
|
|
13263
|
+
"declaration": {
|
|
13264
|
+
"name": "Day",
|
|
13265
|
+
"module": "src/date-picker/day.ts"
|
|
13266
|
+
}
|
|
13267
|
+
}
|
|
13268
|
+
]
|
|
13269
|
+
},
|
|
13270
|
+
{
|
|
13271
|
+
"kind": "javascript-module",
|
|
13272
|
+
"path": "src/date-picker/index.ts",
|
|
13273
|
+
"declarations": [],
|
|
13274
|
+
"exports": [
|
|
13275
|
+
{
|
|
13276
|
+
"kind": "js",
|
|
13277
|
+
"name": "*",
|
|
13278
|
+
"declaration": {
|
|
13279
|
+
"name": "*",
|
|
13280
|
+
"package": "./date-picker.styles"
|
|
13281
|
+
}
|
|
13282
|
+
},
|
|
13283
|
+
{
|
|
13284
|
+
"kind": "js",
|
|
13285
|
+
"name": "*",
|
|
13286
|
+
"declaration": {
|
|
13287
|
+
"name": "*",
|
|
13288
|
+
"package": "./date-picker.template"
|
|
13289
|
+
}
|
|
13290
|
+
},
|
|
13291
|
+
{
|
|
13292
|
+
"kind": "js",
|
|
13293
|
+
"name": "*",
|
|
13294
|
+
"declaration": {
|
|
13295
|
+
"name": "*",
|
|
13296
|
+
"package": "./date-picker"
|
|
13297
|
+
}
|
|
13298
|
+
}
|
|
13299
|
+
]
|
|
13300
|
+
},
|
|
13301
|
+
{
|
|
13302
|
+
"kind": "javascript-module",
|
|
13303
|
+
"path": "src/date-picker/month.ts",
|
|
13304
|
+
"declarations": [
|
|
13305
|
+
{
|
|
13306
|
+
"kind": "class",
|
|
13307
|
+
"description": "",
|
|
13308
|
+
"name": "Month",
|
|
13309
|
+
"members": [
|
|
13274
13310
|
{
|
|
13275
13311
|
"kind": "field",
|
|
13276
|
-
"name": "
|
|
13312
|
+
"name": "lang",
|
|
13277
13313
|
"type": {
|
|
13278
|
-
"text": "
|
|
13314
|
+
"text": "string"
|
|
13279
13315
|
},
|
|
13280
|
-
"
|
|
13281
|
-
"default": "void 0",
|
|
13282
|
-
"inheritedFrom": {
|
|
13283
|
-
"name": "FoundationElement",
|
|
13284
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
13285
|
-
}
|
|
13316
|
+
"default": "lang"
|
|
13286
13317
|
},
|
|
13287
13318
|
{
|
|
13288
13319
|
"kind": "field",
|
|
13289
|
-
"name": "
|
|
13320
|
+
"name": "name",
|
|
13290
13321
|
"type": {
|
|
13291
|
-
"text": "
|
|
13292
|
-
},
|
|
13293
|
-
"privacy": "public",
|
|
13294
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
13295
|
-
"inheritedFrom": {
|
|
13296
|
-
"name": "FoundationElement",
|
|
13297
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
13322
|
+
"text": "string"
|
|
13298
13323
|
}
|
|
13299
13324
|
},
|
|
13300
13325
|
{
|
|
13301
13326
|
"kind": "field",
|
|
13302
|
-
"name": "
|
|
13327
|
+
"name": "number",
|
|
13303
13328
|
"type": {
|
|
13304
|
-
"text": "
|
|
13305
|
-
},
|
|
13306
|
-
"privacy": "public",
|
|
13307
|
-
"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.",
|
|
13308
|
-
"inheritedFrom": {
|
|
13309
|
-
"name": "FoundationElement",
|
|
13310
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
13311
|
-
}
|
|
13312
|
-
},
|
|
13313
|
-
{
|
|
13314
|
-
"kind": "method",
|
|
13315
|
-
"name": "templateChanged",
|
|
13316
|
-
"privacy": "protected",
|
|
13317
|
-
"return": {
|
|
13318
|
-
"type": {
|
|
13319
|
-
"text": "void"
|
|
13320
|
-
}
|
|
13321
|
-
},
|
|
13322
|
-
"inheritedFrom": {
|
|
13323
|
-
"name": "FoundationElement",
|
|
13324
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
13329
|
+
"text": "number"
|
|
13325
13330
|
}
|
|
13326
13331
|
},
|
|
13327
13332
|
{
|
|
13328
13333
|
"kind": "field",
|
|
13329
|
-
"name": "
|
|
13334
|
+
"name": "year",
|
|
13330
13335
|
"type": {
|
|
13331
|
-
"text": "
|
|
13332
|
-
},
|
|
13333
|
-
"privacy": "public",
|
|
13334
|
-
"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.",
|
|
13335
|
-
"inheritedFrom": {
|
|
13336
|
-
"name": "FoundationElement",
|
|
13337
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
13336
|
+
"text": "number"
|
|
13338
13337
|
}
|
|
13339
13338
|
},
|
|
13340
13339
|
{
|
|
13341
|
-
"kind": "
|
|
13342
|
-
"name": "
|
|
13343
|
-
"
|
|
13344
|
-
|
|
13345
|
-
"type": {
|
|
13346
|
-
"text": "void"
|
|
13347
|
-
}
|
|
13340
|
+
"kind": "field",
|
|
13341
|
+
"name": "numberOfDays",
|
|
13342
|
+
"type": {
|
|
13343
|
+
"text": "number"
|
|
13348
13344
|
},
|
|
13349
|
-
"
|
|
13350
|
-
"name": "FoundationElement",
|
|
13351
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
13352
|
-
}
|
|
13345
|
+
"default": "monthSize[this.number - 1]"
|
|
13353
13346
|
},
|
|
13354
13347
|
{
|
|
13355
13348
|
"kind": "method",
|
|
13356
|
-
"name": "
|
|
13357
|
-
"privacy": "public",
|
|
13358
|
-
"static": true,
|
|
13359
|
-
"return": {
|
|
13360
|
-
"type": {
|
|
13361
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
13362
|
-
}
|
|
13363
|
-
},
|
|
13349
|
+
"name": "getDay",
|
|
13364
13350
|
"parameters": [
|
|
13365
13351
|
{
|
|
13366
|
-
"name": "
|
|
13367
|
-
"type": {
|
|
13368
|
-
"text": "K"
|
|
13369
|
-
}
|
|
13370
|
-
},
|
|
13371
|
-
{
|
|
13372
|
-
"name": "elementDefinition",
|
|
13373
|
-
"type": {
|
|
13374
|
-
"text": "T"
|
|
13375
|
-
},
|
|
13376
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
13352
|
+
"name": "date"
|
|
13377
13353
|
}
|
|
13378
|
-
]
|
|
13379
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
13380
|
-
"inheritedFrom": {
|
|
13381
|
-
"name": "FoundationElement",
|
|
13382
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
13383
|
-
}
|
|
13354
|
+
]
|
|
13384
13355
|
}
|
|
13385
|
-
]
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
|
|
13390
|
-
|
|
13391
|
-
|
|
13392
|
-
|
|
13393
|
-
|
|
13394
|
-
|
|
13356
|
+
]
|
|
13357
|
+
}
|
|
13358
|
+
],
|
|
13359
|
+
"exports": [
|
|
13360
|
+
{
|
|
13361
|
+
"kind": "js",
|
|
13362
|
+
"name": "default",
|
|
13363
|
+
"declaration": {
|
|
13364
|
+
"name": "Month",
|
|
13365
|
+
"module": "src/date-picker/month.ts"
|
|
13366
|
+
}
|
|
13367
|
+
}
|
|
13368
|
+
]
|
|
13369
|
+
},
|
|
13370
|
+
{
|
|
13371
|
+
"kind": "javascript-module",
|
|
13372
|
+
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
13373
|
+
"declarations": [
|
|
13374
|
+
{
|
|
13375
|
+
"kind": "function",
|
|
13376
|
+
"name": "designSystemProviderStyles",
|
|
13377
|
+
"parameters": [
|
|
13395
13378
|
{
|
|
13396
|
-
"name": "
|
|
13379
|
+
"name": "context",
|
|
13397
13380
|
"type": {
|
|
13398
|
-
"text": "
|
|
13399
|
-
}
|
|
13400
|
-
|
|
13401
|
-
|
|
13402
|
-
|
|
13381
|
+
"text": "ElementDefinitionContext"
|
|
13382
|
+
}
|
|
13383
|
+
}
|
|
13384
|
+
]
|
|
13385
|
+
}
|
|
13386
|
+
],
|
|
13387
|
+
"exports": [
|
|
13388
|
+
{
|
|
13389
|
+
"kind": "js",
|
|
13390
|
+
"name": "designSystemProviderStyles",
|
|
13391
|
+
"declaration": {
|
|
13392
|
+
"name": "designSystemProviderStyles",
|
|
13393
|
+
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
13394
|
+
}
|
|
13395
|
+
}
|
|
13396
|
+
]
|
|
13397
|
+
},
|
|
13398
|
+
{
|
|
13399
|
+
"kind": "javascript-module",
|
|
13400
|
+
"path": "src/design-system-provider/design-system-provider.ts",
|
|
13401
|
+
"declarations": [
|
|
13402
|
+
{
|
|
13403
|
+
"kind": "class",
|
|
13404
|
+
"description": "The Foundation Design System Provider",
|
|
13405
|
+
"name": "FoundationDesignSystemProvider",
|
|
13406
|
+
"members": [
|
|
13403
13407
|
{
|
|
13404
|
-
"
|
|
13408
|
+
"kind": "field",
|
|
13409
|
+
"name": "cardFillColor",
|
|
13405
13410
|
"type": {
|
|
13406
|
-
"text": "
|
|
13411
|
+
"text": "Swatch"
|
|
13407
13412
|
},
|
|
13408
|
-
"
|
|
13409
|
-
"fieldName": "visible"
|
|
13413
|
+
"privacy": "public"
|
|
13410
13414
|
},
|
|
13411
13415
|
{
|
|
13412
|
-
"
|
|
13416
|
+
"kind": "field",
|
|
13417
|
+
"name": "cardForegroundColor",
|
|
13413
13418
|
"type": {
|
|
13414
|
-
"text": "
|
|
13419
|
+
"text": "Swatch"
|
|
13415
13420
|
},
|
|
13416
|
-
"
|
|
13417
|
-
|
|
13418
|
-
|
|
13421
|
+
"privacy": "public"
|
|
13422
|
+
}
|
|
13423
|
+
],
|
|
13424
|
+
"attributes": [
|
|
13419
13425
|
{
|
|
13420
|
-
"name": "
|
|
13426
|
+
"name": "card-fill-color",
|
|
13421
13427
|
"type": {
|
|
13422
|
-
"text": "
|
|
13428
|
+
"text": "Swatch"
|
|
13423
13429
|
},
|
|
13424
|
-
"fieldName": "
|
|
13430
|
+
"fieldName": "cardFillColor"
|
|
13425
13431
|
},
|
|
13426
13432
|
{
|
|
13427
|
-
"name": "
|
|
13433
|
+
"name": "card-foreground-color",
|
|
13428
13434
|
"type": {
|
|
13429
|
-
"text": "
|
|
13435
|
+
"text": "Swatch"
|
|
13430
13436
|
},
|
|
13431
|
-
"fieldName": "
|
|
13437
|
+
"fieldName": "cardForegroundColor"
|
|
13432
13438
|
}
|
|
13433
13439
|
],
|
|
13434
13440
|
"superclass": {
|
|
13435
|
-
"name": "
|
|
13436
|
-
"package": "@microsoft/fast-
|
|
13441
|
+
"name": "FASTDesignSystemProvider",
|
|
13442
|
+
"package": "@microsoft/fast-components"
|
|
13437
13443
|
},
|
|
13438
|
-
"tagName": "%%prefix%%-
|
|
13444
|
+
"tagName": "%%prefix%%-design-system-provider",
|
|
13439
13445
|
"customElement": true
|
|
13440
13446
|
},
|
|
13441
13447
|
{
|
|
13442
13448
|
"kind": "variable",
|
|
13443
|
-
"name": "
|
|
13444
|
-
"description": "The Foundation
|
|
13449
|
+
"name": "foundationDesignSystemProvider",
|
|
13450
|
+
"description": "The Foundation Design System Provider composed element",
|
|
13445
13451
|
"privacy": "public"
|
|
13446
13452
|
}
|
|
13447
13453
|
],
|
|
13448
13454
|
"exports": [
|
|
13449
13455
|
{
|
|
13450
13456
|
"kind": "js",
|
|
13451
|
-
"name": "
|
|
13452
|
-
"declaration": {
|
|
13453
|
-
"name": "foundationDatePickerShadowOptions",
|
|
13454
|
-
"module": "src/date-picker/date-picker.ts"
|
|
13455
|
-
}
|
|
13456
|
-
},
|
|
13457
|
-
{
|
|
13458
|
-
"kind": "js",
|
|
13459
|
-
"name": "defaultDatePickerConfig",
|
|
13460
|
-
"declaration": {
|
|
13461
|
-
"name": "defaultDatePickerConfig",
|
|
13462
|
-
"module": "src/date-picker/date-picker.ts"
|
|
13463
|
-
}
|
|
13464
|
-
},
|
|
13465
|
-
{
|
|
13466
|
-
"kind": "js",
|
|
13467
|
-
"name": "DatePicker",
|
|
13457
|
+
"name": "FoundationDesignSystemProvider",
|
|
13468
13458
|
"declaration": {
|
|
13469
|
-
"name": "
|
|
13470
|
-
"module": "src/
|
|
13459
|
+
"name": "FoundationDesignSystemProvider",
|
|
13460
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13471
13461
|
}
|
|
13472
13462
|
},
|
|
13473
13463
|
{
|
|
13474
13464
|
"kind": "js",
|
|
13475
|
-
"name": "
|
|
13465
|
+
"name": "foundationDesignSystemProvider",
|
|
13476
13466
|
"declaration": {
|
|
13477
|
-
"name": "
|
|
13478
|
-
"module": "src/
|
|
13467
|
+
"name": "foundationDesignSystemProvider",
|
|
13468
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13479
13469
|
}
|
|
13480
13470
|
}
|
|
13481
13471
|
]
|
|
13482
13472
|
},
|
|
13483
13473
|
{
|
|
13484
13474
|
"kind": "javascript-module",
|
|
13485
|
-
"path": "src/
|
|
13475
|
+
"path": "src/design-system-provider/design-system-provider.utils.ts",
|
|
13486
13476
|
"declarations": [
|
|
13487
13477
|
{
|
|
13488
|
-
"kind": "
|
|
13489
|
-
"
|
|
13490
|
-
"
|
|
13491
|
-
|
|
13492
|
-
|
|
13493
|
-
"kind": "field",
|
|
13494
|
-
"name": "Date",
|
|
13495
|
-
"type": {
|
|
13496
|
-
"text": "Object"
|
|
13497
|
-
},
|
|
13498
|
-
"default": "date"
|
|
13478
|
+
"kind": "function",
|
|
13479
|
+
"name": "provideTokens",
|
|
13480
|
+
"parameters": [
|
|
13481
|
+
{
|
|
13482
|
+
"name": "tokens"
|
|
13499
13483
|
},
|
|
13500
13484
|
{
|
|
13501
|
-
"
|
|
13502
|
-
"name": "date",
|
|
13503
|
-
"type": {
|
|
13504
|
-
"text": "Date"
|
|
13505
|
-
}
|
|
13485
|
+
"name": "values"
|
|
13506
13486
|
},
|
|
13507
13487
|
{
|
|
13508
|
-
"
|
|
13509
|
-
"
|
|
13488
|
+
"name": "element",
|
|
13489
|
+
"optional": true,
|
|
13510
13490
|
"type": {
|
|
13511
|
-
"text": "
|
|
13491
|
+
"text": "HTMLElement"
|
|
13512
13492
|
}
|
|
13513
|
-
}
|
|
13493
|
+
}
|
|
13494
|
+
]
|
|
13495
|
+
},
|
|
13496
|
+
{
|
|
13497
|
+
"kind": "function",
|
|
13498
|
+
"name": "designToken",
|
|
13499
|
+
"parameters": [
|
|
13514
13500
|
{
|
|
13515
|
-
"
|
|
13516
|
-
"name": "dayNumber",
|
|
13501
|
+
"name": "token",
|
|
13517
13502
|
"type": {
|
|
13518
|
-
"text": "
|
|
13503
|
+
"text": "DesignToken<T>"
|
|
13519
13504
|
}
|
|
13520
|
-
}
|
|
13505
|
+
}
|
|
13506
|
+
]
|
|
13507
|
+
},
|
|
13508
|
+
{
|
|
13509
|
+
"kind": "variable",
|
|
13510
|
+
"name": "swatchConverter",
|
|
13511
|
+
"type": {
|
|
13512
|
+
"text": "ValueConverter"
|
|
13513
|
+
},
|
|
13514
|
+
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
13515
|
+
},
|
|
13516
|
+
{
|
|
13517
|
+
"kind": "function",
|
|
13518
|
+
"name": "paletteFromHex",
|
|
13519
|
+
"parameters": [
|
|
13521
13520
|
{
|
|
13522
|
-
"
|
|
13523
|
-
"name": "dayShort",
|
|
13521
|
+
"name": "hexColor",
|
|
13524
13522
|
"type": {
|
|
13525
13523
|
"text": "string"
|
|
13526
13524
|
}
|
|
13527
|
-
}
|
|
13525
|
+
}
|
|
13526
|
+
]
|
|
13527
|
+
},
|
|
13528
|
+
{
|
|
13529
|
+
"kind": "function",
|
|
13530
|
+
"name": "getDefaultConfig",
|
|
13531
|
+
"parameters": [
|
|
13528
13532
|
{
|
|
13529
|
-
"
|
|
13530
|
-
"name": "year",
|
|
13533
|
+
"name": "definition",
|
|
13531
13534
|
"type": {
|
|
13532
|
-
"text": "
|
|
13535
|
+
"text": "Partial<FoundationElementDefinition>"
|
|
13533
13536
|
}
|
|
13534
13537
|
},
|
|
13535
13538
|
{
|
|
13536
|
-
"
|
|
13537
|
-
"
|
|
13538
|
-
|
|
13539
|
-
|
|
13540
|
-
|
|
13541
|
-
|
|
13539
|
+
"name": "exclusions",
|
|
13540
|
+
"default": "defaultExclusions"
|
|
13541
|
+
}
|
|
13542
|
+
]
|
|
13543
|
+
},
|
|
13544
|
+
{
|
|
13545
|
+
"kind": "function",
|
|
13546
|
+
"name": "getExports",
|
|
13547
|
+
"parameters": [
|
|
13542
13548
|
{
|
|
13543
|
-
"
|
|
13544
|
-
|
|
13545
|
-
|
|
13546
|
-
|
|
13547
|
-
|
|
13548
|
-
|
|
13549
|
+
"name": "registrationFunction"
|
|
13550
|
+
}
|
|
13551
|
+
]
|
|
13552
|
+
},
|
|
13553
|
+
{
|
|
13554
|
+
"kind": "function",
|
|
13555
|
+
"name": "getTypeRampValue",
|
|
13556
|
+
"parameters": [
|
|
13549
13557
|
{
|
|
13550
|
-
"
|
|
13551
|
-
"name": "monthShort",
|
|
13558
|
+
"name": "baseTypeRamp",
|
|
13552
13559
|
"type": {
|
|
13553
13560
|
"text": "string"
|
|
13554
13561
|
}
|
|
13555
13562
|
},
|
|
13556
13563
|
{
|
|
13557
|
-
"
|
|
13558
|
-
"name": "monthNumber",
|
|
13564
|
+
"name": "value",
|
|
13559
13565
|
"type": {
|
|
13560
13566
|
"text": "number"
|
|
13561
13567
|
}
|
|
13562
|
-
}
|
|
13568
|
+
}
|
|
13569
|
+
]
|
|
13570
|
+
},
|
|
13571
|
+
{
|
|
13572
|
+
"kind": "function",
|
|
13573
|
+
"name": "configureDesignSystem",
|
|
13574
|
+
"parameters": [
|
|
13563
13575
|
{
|
|
13564
|
-
"
|
|
13565
|
-
"name": "timestamp",
|
|
13576
|
+
"name": "provider",
|
|
13566
13577
|
"type": {
|
|
13567
|
-
"text": "
|
|
13578
|
+
"text": "HTMLElement"
|
|
13568
13579
|
}
|
|
13569
13580
|
},
|
|
13570
13581
|
{
|
|
13571
|
-
"
|
|
13572
|
-
"name": "week",
|
|
13582
|
+
"name": "config",
|
|
13573
13583
|
"type": {
|
|
13574
|
-
"text": "
|
|
13584
|
+
"text": "DesignTokensConfig"
|
|
13575
13585
|
}
|
|
13576
|
-
},
|
|
13577
|
-
{
|
|
13578
|
-
"kind": "field"
|
|
13579
13586
|
}
|
|
13580
13587
|
]
|
|
13581
13588
|
}
|
|
@@ -13583,17 +13590,73 @@
|
|
|
13583
13590
|
"exports": [
|
|
13584
13591
|
{
|
|
13585
13592
|
"kind": "js",
|
|
13586
|
-
"name": "
|
|
13593
|
+
"name": "provideTokens",
|
|
13587
13594
|
"declaration": {
|
|
13588
|
-
"name": "
|
|
13589
|
-
"module": "src/
|
|
13595
|
+
"name": "provideTokens",
|
|
13596
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13597
|
+
}
|
|
13598
|
+
},
|
|
13599
|
+
{
|
|
13600
|
+
"kind": "js",
|
|
13601
|
+
"name": "designToken",
|
|
13602
|
+
"declaration": {
|
|
13603
|
+
"name": "designToken",
|
|
13604
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13605
|
+
}
|
|
13606
|
+
},
|
|
13607
|
+
{
|
|
13608
|
+
"kind": "js",
|
|
13609
|
+
"name": "swatchConverter",
|
|
13610
|
+
"declaration": {
|
|
13611
|
+
"name": "swatchConverter",
|
|
13612
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13613
|
+
}
|
|
13614
|
+
},
|
|
13615
|
+
{
|
|
13616
|
+
"kind": "js",
|
|
13617
|
+
"name": "paletteFromHex",
|
|
13618
|
+
"declaration": {
|
|
13619
|
+
"name": "paletteFromHex",
|
|
13620
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13621
|
+
}
|
|
13622
|
+
},
|
|
13623
|
+
{
|
|
13624
|
+
"kind": "js",
|
|
13625
|
+
"name": "getDefaultConfig",
|
|
13626
|
+
"declaration": {
|
|
13627
|
+
"name": "getDefaultConfig",
|
|
13628
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13629
|
+
}
|
|
13630
|
+
},
|
|
13631
|
+
{
|
|
13632
|
+
"kind": "js",
|
|
13633
|
+
"name": "getExports",
|
|
13634
|
+
"declaration": {
|
|
13635
|
+
"name": "getExports",
|
|
13636
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13637
|
+
}
|
|
13638
|
+
},
|
|
13639
|
+
{
|
|
13640
|
+
"kind": "js",
|
|
13641
|
+
"name": "getTypeRampValue",
|
|
13642
|
+
"declaration": {
|
|
13643
|
+
"name": "getTypeRampValue",
|
|
13644
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13645
|
+
}
|
|
13646
|
+
},
|
|
13647
|
+
{
|
|
13648
|
+
"kind": "js",
|
|
13649
|
+
"name": "configureDesignSystem",
|
|
13650
|
+
"declaration": {
|
|
13651
|
+
"name": "configureDesignSystem",
|
|
13652
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
13590
13653
|
}
|
|
13591
13654
|
}
|
|
13592
13655
|
]
|
|
13593
13656
|
},
|
|
13594
13657
|
{
|
|
13595
13658
|
"kind": "javascript-module",
|
|
13596
|
-
"path": "src/
|
|
13659
|
+
"path": "src/design-system-provider/index.ts",
|
|
13597
13660
|
"declarations": [],
|
|
13598
13661
|
"exports": [
|
|
13599
13662
|
{
|
|
@@ -13601,7 +13664,7 @@
|
|
|
13601
13664
|
"name": "*",
|
|
13602
13665
|
"declaration": {
|
|
13603
13666
|
"name": "*",
|
|
13604
|
-
"package": "./
|
|
13667
|
+
"package": "./design-system-provider.utils"
|
|
13605
13668
|
}
|
|
13606
13669
|
},
|
|
13607
13670
|
{
|
|
@@ -13609,7 +13672,7 @@
|
|
|
13609
13672
|
"name": "*",
|
|
13610
13673
|
"declaration": {
|
|
13611
13674
|
"name": "*",
|
|
13612
|
-
"package": "./
|
|
13675
|
+
"package": "./design-system-provider"
|
|
13613
13676
|
}
|
|
13614
13677
|
},
|
|
13615
13678
|
{
|
|
@@ -13617,79 +13680,16 @@
|
|
|
13617
13680
|
"name": "*",
|
|
13618
13681
|
"declaration": {
|
|
13619
13682
|
"name": "*",
|
|
13620
|
-
"package": "./
|
|
13683
|
+
"package": "./types"
|
|
13621
13684
|
}
|
|
13622
13685
|
}
|
|
13623
13686
|
]
|
|
13624
13687
|
},
|
|
13625
13688
|
{
|
|
13626
13689
|
"kind": "javascript-module",
|
|
13627
|
-
"path": "src/
|
|
13628
|
-
"declarations": [
|
|
13629
|
-
|
|
13630
|
-
"kind": "class",
|
|
13631
|
-
"description": "",
|
|
13632
|
-
"name": "Month",
|
|
13633
|
-
"members": [
|
|
13634
|
-
{
|
|
13635
|
-
"kind": "field",
|
|
13636
|
-
"name": "lang",
|
|
13637
|
-
"type": {
|
|
13638
|
-
"text": "string"
|
|
13639
|
-
},
|
|
13640
|
-
"default": "lang"
|
|
13641
|
-
},
|
|
13642
|
-
{
|
|
13643
|
-
"kind": "field",
|
|
13644
|
-
"name": "name",
|
|
13645
|
-
"type": {
|
|
13646
|
-
"text": "string"
|
|
13647
|
-
}
|
|
13648
|
-
},
|
|
13649
|
-
{
|
|
13650
|
-
"kind": "field",
|
|
13651
|
-
"name": "number",
|
|
13652
|
-
"type": {
|
|
13653
|
-
"text": "number"
|
|
13654
|
-
}
|
|
13655
|
-
},
|
|
13656
|
-
{
|
|
13657
|
-
"kind": "field",
|
|
13658
|
-
"name": "year",
|
|
13659
|
-
"type": {
|
|
13660
|
-
"text": "number"
|
|
13661
|
-
}
|
|
13662
|
-
},
|
|
13663
|
-
{
|
|
13664
|
-
"kind": "field",
|
|
13665
|
-
"name": "numberOfDays",
|
|
13666
|
-
"type": {
|
|
13667
|
-
"text": "number"
|
|
13668
|
-
},
|
|
13669
|
-
"default": "monthSize[this.number - 1]"
|
|
13670
|
-
},
|
|
13671
|
-
{
|
|
13672
|
-
"kind": "method",
|
|
13673
|
-
"name": "getDay",
|
|
13674
|
-
"parameters": [
|
|
13675
|
-
{
|
|
13676
|
-
"name": "date"
|
|
13677
|
-
}
|
|
13678
|
-
]
|
|
13679
|
-
}
|
|
13680
|
-
]
|
|
13681
|
-
}
|
|
13682
|
-
],
|
|
13683
|
-
"exports": [
|
|
13684
|
-
{
|
|
13685
|
-
"kind": "js",
|
|
13686
|
-
"name": "default",
|
|
13687
|
-
"declaration": {
|
|
13688
|
-
"name": "Month",
|
|
13689
|
-
"module": "src/date-picker/month.ts"
|
|
13690
|
-
}
|
|
13691
|
-
}
|
|
13692
|
-
]
|
|
13690
|
+
"path": "src/design-system-provider/types.ts",
|
|
13691
|
+
"declarations": [],
|
|
13692
|
+
"exports": []
|
|
13693
13693
|
},
|
|
13694
13694
|
{
|
|
13695
13695
|
"kind": "javascript-module",
|