@genesislcap/foundation-ui 14.224.3 → 14.225.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22979,7 +22979,7 @@
|
|
|
22979
22979
|
},
|
|
22980
22980
|
{
|
|
22981
22981
|
"kind": "javascript-module",
|
|
22982
|
-
"path": "src/
|
|
22982
|
+
"path": "src/menu-item/index.ts",
|
|
22983
22983
|
"declarations": [],
|
|
22984
22984
|
"exports": [
|
|
22985
22985
|
{
|
|
@@ -22987,7 +22987,7 @@
|
|
|
22987
22987
|
"name": "*",
|
|
22988
22988
|
"declaration": {
|
|
22989
22989
|
"name": "*",
|
|
22990
|
-
"package": "./
|
|
22990
|
+
"package": "./menu-item.template"
|
|
22991
22991
|
}
|
|
22992
22992
|
},
|
|
22993
22993
|
{
|
|
@@ -22995,7 +22995,7 @@
|
|
|
22995
22995
|
"name": "*",
|
|
22996
22996
|
"declaration": {
|
|
22997
22997
|
"name": "*",
|
|
22998
|
-
"package": "./
|
|
22998
|
+
"package": "./menu-item.styles"
|
|
22999
22999
|
}
|
|
23000
23000
|
},
|
|
23001
23001
|
{
|
|
@@ -23003,240 +23003,269 @@
|
|
|
23003
23003
|
"name": "*",
|
|
23004
23004
|
"declaration": {
|
|
23005
23005
|
"name": "*",
|
|
23006
|
-
"package": "./
|
|
23006
|
+
"package": "./menu-item"
|
|
23007
23007
|
}
|
|
23008
23008
|
}
|
|
23009
23009
|
]
|
|
23010
23010
|
},
|
|
23011
23011
|
{
|
|
23012
23012
|
"kind": "javascript-module",
|
|
23013
|
-
"path": "src/
|
|
23013
|
+
"path": "src/menu-item/menu-item.styles.ts",
|
|
23014
23014
|
"declarations": [
|
|
23015
23015
|
{
|
|
23016
|
-
"kind": "
|
|
23017
|
-
"name": "
|
|
23018
|
-
"
|
|
23019
|
-
"
|
|
23016
|
+
"kind": "function",
|
|
23017
|
+
"name": "foundationMenuItemStyles",
|
|
23018
|
+
"return": {
|
|
23019
|
+
"type": {
|
|
23020
|
+
"text": "ElementStyles"
|
|
23021
|
+
}
|
|
23020
23022
|
},
|
|
23021
|
-
"
|
|
23023
|
+
"parameters": [
|
|
23024
|
+
{
|
|
23025
|
+
"name": "context",
|
|
23026
|
+
"type": {
|
|
23027
|
+
"text": "ElementDefinitionContext"
|
|
23028
|
+
}
|
|
23029
|
+
},
|
|
23030
|
+
{
|
|
23031
|
+
"name": "definition",
|
|
23032
|
+
"type": {
|
|
23033
|
+
"text": "MenuItemOptions"
|
|
23034
|
+
}
|
|
23035
|
+
}
|
|
23036
|
+
]
|
|
23022
23037
|
}
|
|
23023
23038
|
],
|
|
23024
23039
|
"exports": [
|
|
23025
23040
|
{
|
|
23026
23041
|
"kind": "js",
|
|
23027
|
-
"name": "
|
|
23042
|
+
"name": "foundationMenuItemStyles",
|
|
23028
23043
|
"declaration": {
|
|
23029
|
-
"name": "
|
|
23030
|
-
"module": "src/
|
|
23044
|
+
"name": "foundationMenuItemStyles",
|
|
23045
|
+
"module": "src/menu-item/menu-item.styles.ts"
|
|
23031
23046
|
}
|
|
23032
23047
|
}
|
|
23033
23048
|
]
|
|
23034
23049
|
},
|
|
23035
23050
|
{
|
|
23036
23051
|
"kind": "javascript-module",
|
|
23037
|
-
"path": "src/
|
|
23052
|
+
"path": "src/menu-item/menu-item.template.ts",
|
|
23038
23053
|
"declarations": [
|
|
23039
23054
|
{
|
|
23040
|
-
"kind": "
|
|
23041
|
-
"name": "
|
|
23042
|
-
"
|
|
23043
|
-
"
|
|
23055
|
+
"kind": "function",
|
|
23056
|
+
"name": "foundationMenuItemTemplate",
|
|
23057
|
+
"return": {
|
|
23058
|
+
"type": {
|
|
23059
|
+
"text": "ViewTemplate<MenuItem>"
|
|
23060
|
+
}
|
|
23044
23061
|
},
|
|
23045
|
-
"
|
|
23062
|
+
"parameters": [
|
|
23063
|
+
{
|
|
23064
|
+
"name": "context",
|
|
23065
|
+
"type": {
|
|
23066
|
+
"text": "ElementDefinitionContext"
|
|
23067
|
+
}
|
|
23068
|
+
},
|
|
23069
|
+
{
|
|
23070
|
+
"name": "definition",
|
|
23071
|
+
"type": {
|
|
23072
|
+
"text": "MenuItemOptions"
|
|
23073
|
+
}
|
|
23074
|
+
}
|
|
23075
|
+
]
|
|
23046
23076
|
}
|
|
23047
23077
|
],
|
|
23048
23078
|
"exports": [
|
|
23049
23079
|
{
|
|
23050
23080
|
"kind": "js",
|
|
23051
|
-
"name": "
|
|
23081
|
+
"name": "foundationMenuItemTemplate",
|
|
23052
23082
|
"declaration": {
|
|
23053
|
-
"name": "
|
|
23054
|
-
"module": "src/
|
|
23083
|
+
"name": "foundationMenuItemTemplate",
|
|
23084
|
+
"module": "src/menu-item/menu-item.template.ts"
|
|
23055
23085
|
}
|
|
23056
23086
|
}
|
|
23057
23087
|
]
|
|
23058
23088
|
},
|
|
23059
23089
|
{
|
|
23060
23090
|
"kind": "javascript-module",
|
|
23061
|
-
"path": "src/
|
|
23091
|
+
"path": "src/menu-item/menu-item.ts",
|
|
23062
23092
|
"declarations": [
|
|
23063
|
-
{
|
|
23064
|
-
"kind": "variable",
|
|
23065
|
-
"name": "foundationModalShadowOptions",
|
|
23066
|
-
"type": {
|
|
23067
|
-
"text": "ShadowRootInit"
|
|
23068
|
-
},
|
|
23069
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23070
|
-
},
|
|
23071
|
-
{
|
|
23072
|
-
"kind": "variable",
|
|
23073
|
-
"name": "defaultModalConfig",
|
|
23074
|
-
"type": {
|
|
23075
|
-
"text": "object"
|
|
23076
|
-
},
|
|
23077
|
-
"default": "{}"
|
|
23078
|
-
},
|
|
23079
23093
|
{
|
|
23080
23094
|
"kind": "class",
|
|
23081
23095
|
"description": "",
|
|
23082
|
-
"name": "
|
|
23083
|
-
"
|
|
23096
|
+
"name": "MenuItem",
|
|
23097
|
+
"superclass": {
|
|
23098
|
+
"name": "FASTMenuItem",
|
|
23099
|
+
"package": "@microsoft/fast-components"
|
|
23100
|
+
},
|
|
23101
|
+
"tagName": "%%prefix%%-menu-item",
|
|
23102
|
+
"customElement": true,
|
|
23103
|
+
"attributes": [
|
|
23084
23104
|
{
|
|
23085
|
-
"
|
|
23086
|
-
|
|
23087
|
-
"return": {
|
|
23088
|
-
"type": {
|
|
23089
|
-
"text": "void"
|
|
23090
|
-
}
|
|
23105
|
+
"type": {
|
|
23106
|
+
"text": "boolean"
|
|
23091
23107
|
},
|
|
23092
|
-
"description": "
|
|
23108
|
+
"description": "The disabled state of the element.",
|
|
23109
|
+
"fieldName": "disabled",
|
|
23093
23110
|
"inheritedFrom": {
|
|
23094
|
-
"name": "
|
|
23095
|
-
"module": "src/
|
|
23111
|
+
"name": "MenuItem",
|
|
23112
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23096
23113
|
}
|
|
23097
23114
|
},
|
|
23098
23115
|
{
|
|
23099
|
-
"
|
|
23100
|
-
"name": "mainElement",
|
|
23116
|
+
"name": "role",
|
|
23101
23117
|
"type": {
|
|
23102
|
-
"text": "
|
|
23118
|
+
"text": "MenuItemRole"
|
|
23103
23119
|
},
|
|
23104
|
-
"description": "
|
|
23120
|
+
"description": "The role of the element.",
|
|
23121
|
+
"fieldName": "role",
|
|
23105
23122
|
"inheritedFrom": {
|
|
23106
|
-
"name": "
|
|
23107
|
-
"module": "src/
|
|
23123
|
+
"name": "MenuItem",
|
|
23124
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23108
23125
|
}
|
|
23109
|
-
}
|
|
23126
|
+
}
|
|
23127
|
+
],
|
|
23128
|
+
"members": [
|
|
23110
23129
|
{
|
|
23111
23130
|
"kind": "field",
|
|
23112
|
-
"name": "
|
|
23131
|
+
"name": "disabled",
|
|
23113
23132
|
"type": {
|
|
23114
|
-
"text": "
|
|
23133
|
+
"text": "boolean"
|
|
23115
23134
|
},
|
|
23135
|
+
"privacy": "public",
|
|
23136
|
+
"description": "The disabled state of the element.",
|
|
23116
23137
|
"inheritedFrom": {
|
|
23117
|
-
"name": "
|
|
23118
|
-
"module": "src/
|
|
23119
|
-
}
|
|
23120
|
-
},
|
|
23121
|
-
{
|
|
23122
|
-
"kind": "method",
|
|
23123
|
-
"name": "notificationChanged",
|
|
23124
|
-
"inheritedFrom": {
|
|
23125
|
-
"name": "<local>_DialogElement",
|
|
23126
|
-
"module": "src/dialog/dialog.ts"
|
|
23138
|
+
"name": "MenuItem",
|
|
23139
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23127
23140
|
}
|
|
23128
23141
|
},
|
|
23129
23142
|
{
|
|
23130
23143
|
"kind": "field",
|
|
23131
|
-
"name": "
|
|
23144
|
+
"name": "expanded",
|
|
23132
23145
|
"type": {
|
|
23133
|
-
"text": "
|
|
23146
|
+
"text": "boolean"
|
|
23134
23147
|
},
|
|
23135
|
-
"
|
|
23148
|
+
"privacy": "public",
|
|
23149
|
+
"description": "The expanded state of the element.",
|
|
23136
23150
|
"inheritedFrom": {
|
|
23137
|
-
"name": "
|
|
23138
|
-
"module": "src/
|
|
23151
|
+
"name": "MenuItem",
|
|
23152
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23139
23153
|
}
|
|
23140
23154
|
},
|
|
23141
23155
|
{
|
|
23142
|
-
"kind": "
|
|
23143
|
-
"name": "
|
|
23144
|
-
"
|
|
23145
|
-
|
|
23156
|
+
"kind": "method",
|
|
23157
|
+
"name": "expandedChanged",
|
|
23158
|
+
"privacy": "private",
|
|
23159
|
+
"return": {
|
|
23160
|
+
"type": {
|
|
23161
|
+
"text": "void"
|
|
23162
|
+
}
|
|
23146
23163
|
},
|
|
23147
|
-
"
|
|
23164
|
+
"parameters": [
|
|
23165
|
+
{
|
|
23166
|
+
"name": "oldValue",
|
|
23167
|
+
"type": {
|
|
23168
|
+
"text": "boolean"
|
|
23169
|
+
}
|
|
23170
|
+
}
|
|
23171
|
+
],
|
|
23148
23172
|
"inheritedFrom": {
|
|
23149
|
-
"name": "
|
|
23150
|
-
"module": "src/
|
|
23173
|
+
"name": "MenuItem",
|
|
23174
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23151
23175
|
}
|
|
23152
23176
|
},
|
|
23153
23177
|
{
|
|
23154
23178
|
"kind": "field",
|
|
23155
|
-
"name": "
|
|
23179
|
+
"name": "role",
|
|
23156
23180
|
"type": {
|
|
23157
|
-
"text": "
|
|
23181
|
+
"text": "MenuItemRole"
|
|
23158
23182
|
},
|
|
23159
|
-
"
|
|
23160
|
-
"description": "
|
|
23183
|
+
"privacy": "public",
|
|
23184
|
+
"description": "The role of the element.",
|
|
23161
23185
|
"inheritedFrom": {
|
|
23162
|
-
"name": "
|
|
23163
|
-
"module": "src/
|
|
23186
|
+
"name": "MenuItem",
|
|
23187
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23164
23188
|
}
|
|
23165
23189
|
},
|
|
23166
23190
|
{
|
|
23167
23191
|
"kind": "field",
|
|
23168
|
-
"name": "
|
|
23192
|
+
"name": "checked",
|
|
23169
23193
|
"type": {
|
|
23170
|
-
"text": "
|
|
23194
|
+
"text": "boolean"
|
|
23171
23195
|
},
|
|
23172
|
-
"
|
|
23196
|
+
"privacy": "public",
|
|
23197
|
+
"description": "The checked value of the element.",
|
|
23173
23198
|
"inheritedFrom": {
|
|
23174
|
-
"name": "
|
|
23175
|
-
"module": "src/
|
|
23199
|
+
"name": "MenuItem",
|
|
23200
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23176
23201
|
}
|
|
23177
23202
|
},
|
|
23178
23203
|
{
|
|
23179
|
-
"kind": "
|
|
23180
|
-
"name": "
|
|
23181
|
-
"
|
|
23182
|
-
|
|
23204
|
+
"kind": "method",
|
|
23205
|
+
"name": "checkedChanged",
|
|
23206
|
+
"privacy": "private",
|
|
23207
|
+
"return": {
|
|
23208
|
+
"type": {
|
|
23209
|
+
"text": "void"
|
|
23210
|
+
}
|
|
23183
23211
|
},
|
|
23184
|
-
"
|
|
23212
|
+
"parameters": [
|
|
23213
|
+
{
|
|
23214
|
+
"name": "oldValue",
|
|
23215
|
+
"type": {
|
|
23216
|
+
"text": "boolean"
|
|
23217
|
+
}
|
|
23218
|
+
},
|
|
23219
|
+
{
|
|
23220
|
+
"name": "newValue",
|
|
23221
|
+
"type": {
|
|
23222
|
+
"text": "boolean"
|
|
23223
|
+
}
|
|
23224
|
+
}
|
|
23225
|
+
],
|
|
23185
23226
|
"inheritedFrom": {
|
|
23186
|
-
"name": "
|
|
23187
|
-
"module": "src/
|
|
23227
|
+
"name": "MenuItem",
|
|
23228
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23188
23229
|
}
|
|
23189
23230
|
},
|
|
23190
23231
|
{
|
|
23191
23232
|
"kind": "field",
|
|
23192
|
-
"name": "
|
|
23233
|
+
"name": "focusSubmenuOnLoad",
|
|
23193
23234
|
"type": {
|
|
23194
23235
|
"text": "boolean"
|
|
23195
23236
|
},
|
|
23196
|
-
"
|
|
23197
|
-
"
|
|
23237
|
+
"privacy": "private",
|
|
23238
|
+
"default": "false",
|
|
23198
23239
|
"inheritedFrom": {
|
|
23199
|
-
"name": "
|
|
23200
|
-
"module": "src/
|
|
23240
|
+
"name": "MenuItem",
|
|
23241
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23201
23242
|
}
|
|
23202
23243
|
},
|
|
23203
23244
|
{
|
|
23204
|
-
"kind": "
|
|
23205
|
-
"name": "
|
|
23206
|
-
"
|
|
23207
|
-
"
|
|
23208
|
-
"text": "void"
|
|
23209
|
-
}
|
|
23245
|
+
"kind": "field",
|
|
23246
|
+
"name": "observer",
|
|
23247
|
+
"type": {
|
|
23248
|
+
"text": "MutationObserver | undefined"
|
|
23210
23249
|
},
|
|
23211
|
-
"
|
|
23212
|
-
"inheritedFrom": {
|
|
23213
|
-
"name": "<local>_DialogElement",
|
|
23214
|
-
"module": "src/dialog/dialog.ts"
|
|
23215
|
-
}
|
|
23216
|
-
},
|
|
23217
|
-
{
|
|
23218
|
-
"kind": "method",
|
|
23219
|
-
"name": "dismiss",
|
|
23220
|
-
"privacy": "public",
|
|
23221
|
-
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23250
|
+
"privacy": "private",
|
|
23222
23251
|
"inheritedFrom": {
|
|
23223
|
-
"name": "
|
|
23224
|
-
"module": "src/
|
|
23252
|
+
"name": "MenuItem",
|
|
23253
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23225
23254
|
}
|
|
23226
23255
|
},
|
|
23227
23256
|
{
|
|
23228
23257
|
"kind": "method",
|
|
23229
|
-
"name": "
|
|
23230
|
-
"privacy": "
|
|
23258
|
+
"name": "domChildren",
|
|
23259
|
+
"privacy": "private",
|
|
23231
23260
|
"return": {
|
|
23232
23261
|
"type": {
|
|
23233
|
-
"text": "
|
|
23262
|
+
"text": "Element[]"
|
|
23234
23263
|
}
|
|
23235
23264
|
},
|
|
23236
|
-
"description": "
|
|
23265
|
+
"description": "get an array of valid DOM children",
|
|
23237
23266
|
"inheritedFrom": {
|
|
23238
|
-
"name": "
|
|
23239
|
-
"module": "src/
|
|
23267
|
+
"name": "MenuItem",
|
|
23268
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23240
23269
|
}
|
|
23241
23270
|
},
|
|
23242
23271
|
{
|
|
@@ -23351,97 +23380,86 @@
|
|
|
23351
23380
|
}
|
|
23352
23381
|
}
|
|
23353
23382
|
],
|
|
23354
|
-
"
|
|
23355
|
-
"name": "DialogElement",
|
|
23356
|
-
"module": "/src/dialog"
|
|
23357
|
-
},
|
|
23358
|
-
"tagName": "%%prefix%%-modal",
|
|
23359
|
-
"customElement": true,
|
|
23360
|
-
"attributes": [
|
|
23361
|
-
{
|
|
23362
|
-
"name": "type",
|
|
23363
|
-
"type": {
|
|
23364
|
-
"text": "DialogType"
|
|
23365
|
-
},
|
|
23366
|
-
"default": "'default'",
|
|
23367
|
-
"fieldName": "type",
|
|
23368
|
-
"inheritedFrom": {
|
|
23369
|
-
"name": "<local>_DialogElement",
|
|
23370
|
-
"module": "src/dialog/dialog.ts"
|
|
23371
|
-
}
|
|
23372
|
-
},
|
|
23383
|
+
"events": [
|
|
23373
23384
|
{
|
|
23374
|
-
"
|
|
23375
|
-
"
|
|
23376
|
-
"text": "DialogPosition"
|
|
23377
|
-
},
|
|
23378
|
-
"default": "'center'",
|
|
23379
|
-
"fieldName": "position",
|
|
23385
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
23386
|
+
"name": "expanded-change",
|
|
23380
23387
|
"inheritedFrom": {
|
|
23381
|
-
"name": "
|
|
23382
|
-
"module": "src/
|
|
23388
|
+
"name": "MenuItem",
|
|
23389
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23383
23390
|
}
|
|
23384
23391
|
},
|
|
23385
23392
|
{
|
|
23386
|
-
"
|
|
23387
|
-
"
|
|
23388
|
-
"text": "boolean"
|
|
23389
|
-
},
|
|
23390
|
-
"default": "true",
|
|
23391
|
-
"description": "Whether or not to show the close icon",
|
|
23392
|
-
"fieldName": "showCloseIcon",
|
|
23393
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
23394
|
+
"name": "change",
|
|
23393
23395
|
"inheritedFrom": {
|
|
23394
|
-
"name": "
|
|
23395
|
-
"module": "src/
|
|
23396
|
+
"name": "MenuItem",
|
|
23397
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23396
23398
|
}
|
|
23397
23399
|
}
|
|
23398
23400
|
]
|
|
23399
23401
|
},
|
|
23400
23402
|
{
|
|
23401
23403
|
"kind": "variable",
|
|
23402
|
-
"name": "
|
|
23403
|
-
"
|
|
23404
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23405
|
+
"type": {
|
|
23406
|
+
"text": "ShadowRootInit"
|
|
23407
|
+
},
|
|
23408
|
+
"default": "undefined"
|
|
23409
|
+
},
|
|
23410
|
+
{
|
|
23411
|
+
"kind": "variable",
|
|
23412
|
+
"name": "defaultMenuItemConfig",
|
|
23413
|
+
"type": {
|
|
23414
|
+
"text": "object"
|
|
23415
|
+
},
|
|
23416
|
+
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
23417
|
+
},
|
|
23418
|
+
{
|
|
23419
|
+
"kind": "variable",
|
|
23420
|
+
"name": "foundationMenuItem",
|
|
23421
|
+
"description": "The Foundation Menu Item",
|
|
23404
23422
|
"privacy": "public"
|
|
23405
23423
|
}
|
|
23406
23424
|
],
|
|
23407
23425
|
"exports": [
|
|
23408
23426
|
{
|
|
23409
23427
|
"kind": "js",
|
|
23410
|
-
"name": "
|
|
23428
|
+
"name": "MenuItem",
|
|
23411
23429
|
"declaration": {
|
|
23412
|
-
"name": "
|
|
23413
|
-
"module": "src/
|
|
23430
|
+
"name": "MenuItem",
|
|
23431
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23414
23432
|
}
|
|
23415
23433
|
},
|
|
23416
23434
|
{
|
|
23417
23435
|
"kind": "js",
|
|
23418
|
-
"name": "
|
|
23436
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23419
23437
|
"declaration": {
|
|
23420
|
-
"name": "
|
|
23421
|
-
"module": "src/
|
|
23438
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23439
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23422
23440
|
}
|
|
23423
23441
|
},
|
|
23424
23442
|
{
|
|
23425
23443
|
"kind": "js",
|
|
23426
|
-
"name": "
|
|
23444
|
+
"name": "defaultMenuItemConfig",
|
|
23427
23445
|
"declaration": {
|
|
23428
|
-
"name": "
|
|
23429
|
-
"module": "src/
|
|
23446
|
+
"name": "defaultMenuItemConfig",
|
|
23447
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23430
23448
|
}
|
|
23431
23449
|
},
|
|
23432
23450
|
{
|
|
23433
23451
|
"kind": "js",
|
|
23434
|
-
"name": "
|
|
23452
|
+
"name": "foundationMenuItem",
|
|
23435
23453
|
"declaration": {
|
|
23436
|
-
"name": "
|
|
23437
|
-
"module": "src/
|
|
23454
|
+
"name": "foundationMenuItem",
|
|
23455
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23438
23456
|
}
|
|
23439
23457
|
}
|
|
23440
23458
|
]
|
|
23441
23459
|
},
|
|
23442
23460
|
{
|
|
23443
23461
|
"kind": "javascript-module",
|
|
23444
|
-
"path": "src/
|
|
23462
|
+
"path": "src/modal/index.ts",
|
|
23445
23463
|
"declarations": [],
|
|
23446
23464
|
"exports": [
|
|
23447
23465
|
{
|
|
@@ -23449,7 +23467,7 @@
|
|
|
23449
23467
|
"name": "*",
|
|
23450
23468
|
"declaration": {
|
|
23451
23469
|
"name": "*",
|
|
23452
|
-
"package": "./
|
|
23470
|
+
"package": "./modal.styles"
|
|
23453
23471
|
}
|
|
23454
23472
|
},
|
|
23455
23473
|
{
|
|
@@ -23457,7 +23475,7 @@
|
|
|
23457
23475
|
"name": "*",
|
|
23458
23476
|
"declaration": {
|
|
23459
23477
|
"name": "*",
|
|
23460
|
-
"package": "./
|
|
23478
|
+
"package": "./modal.template"
|
|
23461
23479
|
}
|
|
23462
23480
|
},
|
|
23463
23481
|
{
|
|
@@ -23465,269 +23483,240 @@
|
|
|
23465
23483
|
"name": "*",
|
|
23466
23484
|
"declaration": {
|
|
23467
23485
|
"name": "*",
|
|
23468
|
-
"package": "./
|
|
23486
|
+
"package": "./modal"
|
|
23469
23487
|
}
|
|
23470
23488
|
}
|
|
23471
23489
|
]
|
|
23472
23490
|
},
|
|
23473
23491
|
{
|
|
23474
23492
|
"kind": "javascript-module",
|
|
23475
|
-
"path": "src/
|
|
23493
|
+
"path": "src/modal/modal.styles.ts",
|
|
23476
23494
|
"declarations": [
|
|
23477
23495
|
{
|
|
23478
|
-
"kind": "
|
|
23479
|
-
"name": "
|
|
23480
|
-
"
|
|
23481
|
-
"
|
|
23482
|
-
"text": "ElementStyles"
|
|
23483
|
-
}
|
|
23496
|
+
"kind": "variable",
|
|
23497
|
+
"name": "foundationModalStyles",
|
|
23498
|
+
"type": {
|
|
23499
|
+
"text": "ElementStyles"
|
|
23484
23500
|
},
|
|
23485
|
-
"
|
|
23486
|
-
{
|
|
23487
|
-
"name": "context",
|
|
23488
|
-
"type": {
|
|
23489
|
-
"text": "ElementDefinitionContext"
|
|
23490
|
-
}
|
|
23491
|
-
},
|
|
23492
|
-
{
|
|
23493
|
-
"name": "definition",
|
|
23494
|
-
"type": {
|
|
23495
|
-
"text": "MenuItemOptions"
|
|
23496
|
-
}
|
|
23497
|
-
}
|
|
23498
|
-
]
|
|
23501
|
+
"default": "css`\n ${foundationDialogStyles}\n`"
|
|
23499
23502
|
}
|
|
23500
23503
|
],
|
|
23501
23504
|
"exports": [
|
|
23502
23505
|
{
|
|
23503
23506
|
"kind": "js",
|
|
23504
|
-
"name": "
|
|
23507
|
+
"name": "foundationModalStyles",
|
|
23505
23508
|
"declaration": {
|
|
23506
|
-
"name": "
|
|
23507
|
-
"module": "src/
|
|
23509
|
+
"name": "foundationModalStyles",
|
|
23510
|
+
"module": "src/modal/modal.styles.ts"
|
|
23508
23511
|
}
|
|
23509
23512
|
}
|
|
23510
23513
|
]
|
|
23511
23514
|
},
|
|
23512
23515
|
{
|
|
23513
23516
|
"kind": "javascript-module",
|
|
23514
|
-
"path": "src/
|
|
23517
|
+
"path": "src/modal/modal.template.ts",
|
|
23515
23518
|
"declarations": [
|
|
23516
23519
|
{
|
|
23517
|
-
"kind": "
|
|
23518
|
-
"name": "
|
|
23519
|
-
"
|
|
23520
|
-
"
|
|
23521
|
-
"text": "ViewTemplate<MenuItem>"
|
|
23522
|
-
}
|
|
23520
|
+
"kind": "variable",
|
|
23521
|
+
"name": "foundationModalTemplate",
|
|
23522
|
+
"type": {
|
|
23523
|
+
"text": "ViewTemplate<Modal>"
|
|
23523
23524
|
},
|
|
23524
|
-
"
|
|
23525
|
-
{
|
|
23526
|
-
"name": "context",
|
|
23527
|
-
"type": {
|
|
23528
|
-
"text": "ElementDefinitionContext"
|
|
23529
|
-
}
|
|
23530
|
-
},
|
|
23531
|
-
{
|
|
23532
|
-
"name": "definition",
|
|
23533
|
-
"type": {
|
|
23534
|
-
"text": "MenuItemOptions"
|
|
23535
|
-
}
|
|
23536
|
-
}
|
|
23537
|
-
]
|
|
23525
|
+
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23538
23526
|
}
|
|
23539
23527
|
],
|
|
23540
23528
|
"exports": [
|
|
23541
23529
|
{
|
|
23542
23530
|
"kind": "js",
|
|
23543
|
-
"name": "
|
|
23531
|
+
"name": "foundationModalTemplate",
|
|
23544
23532
|
"declaration": {
|
|
23545
|
-
"name": "
|
|
23546
|
-
"module": "src/
|
|
23533
|
+
"name": "foundationModalTemplate",
|
|
23534
|
+
"module": "src/modal/modal.template.ts"
|
|
23547
23535
|
}
|
|
23548
23536
|
}
|
|
23549
23537
|
]
|
|
23550
23538
|
},
|
|
23551
23539
|
{
|
|
23552
23540
|
"kind": "javascript-module",
|
|
23553
|
-
"path": "src/
|
|
23541
|
+
"path": "src/modal/modal.ts",
|
|
23554
23542
|
"declarations": [
|
|
23543
|
+
{
|
|
23544
|
+
"kind": "variable",
|
|
23545
|
+
"name": "foundationModalShadowOptions",
|
|
23546
|
+
"type": {
|
|
23547
|
+
"text": "ShadowRootInit"
|
|
23548
|
+
},
|
|
23549
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23550
|
+
},
|
|
23551
|
+
{
|
|
23552
|
+
"kind": "variable",
|
|
23553
|
+
"name": "defaultModalConfig",
|
|
23554
|
+
"type": {
|
|
23555
|
+
"text": "object"
|
|
23556
|
+
},
|
|
23557
|
+
"default": "{}"
|
|
23558
|
+
},
|
|
23555
23559
|
{
|
|
23556
23560
|
"kind": "class",
|
|
23557
23561
|
"description": "",
|
|
23558
|
-
"name": "
|
|
23559
|
-
"
|
|
23560
|
-
|
|
23561
|
-
|
|
23562
|
-
|
|
23563
|
-
|
|
23564
|
-
|
|
23565
|
-
|
|
23562
|
+
"name": "Modal",
|
|
23563
|
+
"members": [
|
|
23564
|
+
{
|
|
23565
|
+
"kind": "method",
|
|
23566
|
+
"name": "show",
|
|
23567
|
+
"return": {
|
|
23568
|
+
"type": {
|
|
23569
|
+
"text": "void"
|
|
23570
|
+
}
|
|
23571
|
+
},
|
|
23572
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
23573
|
+
"inheritedFrom": {
|
|
23574
|
+
"name": "<local>_DialogElement",
|
|
23575
|
+
"module": "src/dialog/dialog.ts"
|
|
23576
|
+
}
|
|
23577
|
+
},
|
|
23578
|
+
{
|
|
23579
|
+
"kind": "field",
|
|
23580
|
+
"name": "mainElement",
|
|
23581
|
+
"type": {
|
|
23582
|
+
"text": "HTMLDialogElement"
|
|
23583
|
+
},
|
|
23584
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23585
|
+
"inheritedFrom": {
|
|
23586
|
+
"name": "<local>_DialogElement",
|
|
23587
|
+
"module": "src/dialog/dialog.ts"
|
|
23588
|
+
}
|
|
23589
|
+
},
|
|
23566
23590
|
{
|
|
23591
|
+
"kind": "field",
|
|
23592
|
+
"name": "notification",
|
|
23567
23593
|
"type": {
|
|
23568
|
-
"text": "
|
|
23594
|
+
"text": "NotificationStructure"
|
|
23569
23595
|
},
|
|
23570
|
-
"description": "The disabled state of the element.",
|
|
23571
|
-
"fieldName": "disabled",
|
|
23572
23596
|
"inheritedFrom": {
|
|
23573
|
-
"name": "
|
|
23574
|
-
"module": "src/
|
|
23597
|
+
"name": "<local>_DialogElement",
|
|
23598
|
+
"module": "src/dialog/dialog.ts"
|
|
23575
23599
|
}
|
|
23576
23600
|
},
|
|
23577
23601
|
{
|
|
23578
|
-
"
|
|
23602
|
+
"kind": "method",
|
|
23603
|
+
"name": "notificationChanged",
|
|
23604
|
+
"inheritedFrom": {
|
|
23605
|
+
"name": "<local>_DialogElement",
|
|
23606
|
+
"module": "src/dialog/dialog.ts"
|
|
23607
|
+
}
|
|
23608
|
+
},
|
|
23609
|
+
{
|
|
23610
|
+
"kind": "field",
|
|
23611
|
+
"name": "type",
|
|
23579
23612
|
"type": {
|
|
23580
|
-
"text": "
|
|
23613
|
+
"text": "DialogType"
|
|
23581
23614
|
},
|
|
23582
|
-
"
|
|
23583
|
-
"fieldName": "role",
|
|
23615
|
+
"default": "'default'",
|
|
23584
23616
|
"inheritedFrom": {
|
|
23585
|
-
"name": "
|
|
23586
|
-
"module": "src/
|
|
23617
|
+
"name": "<local>_DialogElement",
|
|
23618
|
+
"module": "src/dialog/dialog.ts"
|
|
23587
23619
|
}
|
|
23588
|
-
}
|
|
23589
|
-
],
|
|
23590
|
-
"members": [
|
|
23620
|
+
},
|
|
23591
23621
|
{
|
|
23592
23622
|
"kind": "field",
|
|
23593
|
-
"name": "
|
|
23623
|
+
"name": "position",
|
|
23594
23624
|
"type": {
|
|
23595
|
-
"text": "
|
|
23625
|
+
"text": "DialogPosition"
|
|
23596
23626
|
},
|
|
23597
|
-
"
|
|
23598
|
-
"description": "The disabled state of the element.",
|
|
23627
|
+
"default": "'center'",
|
|
23599
23628
|
"inheritedFrom": {
|
|
23600
|
-
"name": "
|
|
23601
|
-
"module": "src/
|
|
23629
|
+
"name": "<local>_DialogElement",
|
|
23630
|
+
"module": "src/dialog/dialog.ts"
|
|
23602
23631
|
}
|
|
23603
23632
|
},
|
|
23604
23633
|
{
|
|
23605
23634
|
"kind": "field",
|
|
23606
|
-
"name": "
|
|
23635
|
+
"name": "showCloseIcon",
|
|
23607
23636
|
"type": {
|
|
23608
23637
|
"text": "boolean"
|
|
23609
23638
|
},
|
|
23610
|
-
"
|
|
23611
|
-
"description": "
|
|
23639
|
+
"default": "true",
|
|
23640
|
+
"description": "Whether or not to show the close icon",
|
|
23612
23641
|
"inheritedFrom": {
|
|
23613
|
-
"name": "
|
|
23614
|
-
"module": "src/
|
|
23642
|
+
"name": "<local>_DialogElement",
|
|
23643
|
+
"module": "src/dialog/dialog.ts"
|
|
23615
23644
|
}
|
|
23616
23645
|
},
|
|
23617
23646
|
{
|
|
23618
|
-
"kind": "
|
|
23619
|
-
"name": "
|
|
23620
|
-
"
|
|
23621
|
-
|
|
23622
|
-
"type": {
|
|
23623
|
-
"text": "void"
|
|
23624
|
-
}
|
|
23647
|
+
"kind": "field",
|
|
23648
|
+
"name": "onShowCallback",
|
|
23649
|
+
"type": {
|
|
23650
|
+
"text": "() => void"
|
|
23625
23651
|
},
|
|
23626
|
-
"
|
|
23627
|
-
{
|
|
23628
|
-
"name": "oldValue",
|
|
23629
|
-
"type": {
|
|
23630
|
-
"text": "boolean"
|
|
23631
|
-
}
|
|
23632
|
-
}
|
|
23633
|
-
],
|
|
23652
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23634
23653
|
"inheritedFrom": {
|
|
23635
|
-
"name": "
|
|
23636
|
-
"module": "src/
|
|
23654
|
+
"name": "<local>_DialogElement",
|
|
23655
|
+
"module": "src/dialog/dialog.ts"
|
|
23637
23656
|
}
|
|
23638
23657
|
},
|
|
23639
23658
|
{
|
|
23640
23659
|
"kind": "field",
|
|
23641
|
-
"name": "
|
|
23660
|
+
"name": "onCloseCallback",
|
|
23642
23661
|
"type": {
|
|
23643
|
-
"text": "
|
|
23662
|
+
"text": "() => void"
|
|
23644
23663
|
},
|
|
23645
|
-
"
|
|
23646
|
-
"description": "The role of the element.",
|
|
23664
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23647
23665
|
"inheritedFrom": {
|
|
23648
|
-
"name": "
|
|
23649
|
-
"module": "src/
|
|
23666
|
+
"name": "<local>_DialogElement",
|
|
23667
|
+
"module": "src/dialog/dialog.ts"
|
|
23650
23668
|
}
|
|
23651
23669
|
},
|
|
23652
23670
|
{
|
|
23653
23671
|
"kind": "field",
|
|
23654
|
-
"name": "
|
|
23672
|
+
"name": "open",
|
|
23655
23673
|
"type": {
|
|
23656
23674
|
"text": "boolean"
|
|
23657
23675
|
},
|
|
23658
|
-
"
|
|
23659
|
-
"
|
|
23676
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
23677
|
+
"readonly": true,
|
|
23660
23678
|
"inheritedFrom": {
|
|
23661
|
-
"name": "
|
|
23662
|
-
"module": "src/
|
|
23679
|
+
"name": "<local>_DialogElement",
|
|
23680
|
+
"module": "src/dialog/dialog.ts"
|
|
23663
23681
|
}
|
|
23664
23682
|
},
|
|
23665
23683
|
{
|
|
23666
23684
|
"kind": "method",
|
|
23667
|
-
"name": "
|
|
23668
|
-
"privacy": "private",
|
|
23685
|
+
"name": "close",
|
|
23669
23686
|
"return": {
|
|
23670
23687
|
"type": {
|
|
23671
23688
|
"text": "void"
|
|
23672
23689
|
}
|
|
23673
23690
|
},
|
|
23674
|
-
"
|
|
23675
|
-
{
|
|
23676
|
-
"name": "oldValue",
|
|
23677
|
-
"type": {
|
|
23678
|
-
"text": "boolean"
|
|
23679
|
-
}
|
|
23680
|
-
},
|
|
23681
|
-
{
|
|
23682
|
-
"name": "newValue",
|
|
23683
|
-
"type": {
|
|
23684
|
-
"text": "boolean"
|
|
23685
|
-
}
|
|
23686
|
-
}
|
|
23687
|
-
],
|
|
23688
|
-
"inheritedFrom": {
|
|
23689
|
-
"name": "MenuItem",
|
|
23690
|
-
"module": "src/menu-item/menu-item.ts"
|
|
23691
|
-
}
|
|
23692
|
-
},
|
|
23693
|
-
{
|
|
23694
|
-
"kind": "field",
|
|
23695
|
-
"name": "focusSubmenuOnLoad",
|
|
23696
|
-
"type": {
|
|
23697
|
-
"text": "boolean"
|
|
23698
|
-
},
|
|
23699
|
-
"privacy": "private",
|
|
23700
|
-
"default": "false",
|
|
23691
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
23701
23692
|
"inheritedFrom": {
|
|
23702
|
-
"name": "
|
|
23703
|
-
"module": "src/
|
|
23693
|
+
"name": "<local>_DialogElement",
|
|
23694
|
+
"module": "src/dialog/dialog.ts"
|
|
23704
23695
|
}
|
|
23705
23696
|
},
|
|
23706
23697
|
{
|
|
23707
|
-
"kind": "
|
|
23708
|
-
"name": "
|
|
23709
|
-
"
|
|
23710
|
-
|
|
23711
|
-
},
|
|
23712
|
-
"privacy": "private",
|
|
23698
|
+
"kind": "method",
|
|
23699
|
+
"name": "dismiss",
|
|
23700
|
+
"privacy": "public",
|
|
23701
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23713
23702
|
"inheritedFrom": {
|
|
23714
|
-
"name": "
|
|
23715
|
-
"module": "src/
|
|
23703
|
+
"name": "<local>_DialogElement",
|
|
23704
|
+
"module": "src/dialog/dialog.ts"
|
|
23716
23705
|
}
|
|
23717
23706
|
},
|
|
23718
23707
|
{
|
|
23719
23708
|
"kind": "method",
|
|
23720
|
-
"name": "
|
|
23721
|
-
"privacy": "
|
|
23709
|
+
"name": "closeDialog",
|
|
23710
|
+
"privacy": "public",
|
|
23722
23711
|
"return": {
|
|
23723
23712
|
"type": {
|
|
23724
|
-
"text": "
|
|
23713
|
+
"text": "void"
|
|
23725
23714
|
}
|
|
23726
23715
|
},
|
|
23727
|
-
"description": "
|
|
23716
|
+
"description": "Dismiss the Dialog from display.",
|
|
23728
23717
|
"inheritedFrom": {
|
|
23729
|
-
"name": "
|
|
23730
|
-
"module": "src/
|
|
23718
|
+
"name": "<local>_DialogElement",
|
|
23719
|
+
"module": "src/dialog/dialog.ts"
|
|
23731
23720
|
}
|
|
23732
23721
|
},
|
|
23733
23722
|
{
|
|
@@ -23842,79 +23831,90 @@
|
|
|
23842
23831
|
}
|
|
23843
23832
|
}
|
|
23844
23833
|
],
|
|
23845
|
-
"
|
|
23834
|
+
"superclass": {
|
|
23835
|
+
"name": "DialogElement",
|
|
23836
|
+
"module": "/src/dialog"
|
|
23837
|
+
},
|
|
23838
|
+
"tagName": "%%prefix%%-modal",
|
|
23839
|
+
"customElement": true,
|
|
23840
|
+
"attributes": [
|
|
23846
23841
|
{
|
|
23847
|
-
"
|
|
23848
|
-
"
|
|
23842
|
+
"name": "type",
|
|
23843
|
+
"type": {
|
|
23844
|
+
"text": "DialogType"
|
|
23845
|
+
},
|
|
23846
|
+
"default": "'default'",
|
|
23847
|
+
"fieldName": "type",
|
|
23849
23848
|
"inheritedFrom": {
|
|
23850
|
-
"name": "
|
|
23851
|
-
"module": "src/
|
|
23849
|
+
"name": "<local>_DialogElement",
|
|
23850
|
+
"module": "src/dialog/dialog.ts"
|
|
23852
23851
|
}
|
|
23853
23852
|
},
|
|
23854
23853
|
{
|
|
23855
|
-
"
|
|
23856
|
-
"
|
|
23854
|
+
"name": "position",
|
|
23855
|
+
"type": {
|
|
23856
|
+
"text": "DialogPosition"
|
|
23857
|
+
},
|
|
23858
|
+
"default": "'center'",
|
|
23859
|
+
"fieldName": "position",
|
|
23857
23860
|
"inheritedFrom": {
|
|
23858
|
-
"name": "
|
|
23859
|
-
"module": "src/
|
|
23861
|
+
"name": "<local>_DialogElement",
|
|
23862
|
+
"module": "src/dialog/dialog.ts"
|
|
23863
|
+
}
|
|
23864
|
+
},
|
|
23865
|
+
{
|
|
23866
|
+
"name": "show-close-icon",
|
|
23867
|
+
"type": {
|
|
23868
|
+
"text": "boolean"
|
|
23869
|
+
},
|
|
23870
|
+
"default": "true",
|
|
23871
|
+
"description": "Whether or not to show the close icon",
|
|
23872
|
+
"fieldName": "showCloseIcon",
|
|
23873
|
+
"inheritedFrom": {
|
|
23874
|
+
"name": "<local>_DialogElement",
|
|
23875
|
+
"module": "src/dialog/dialog.ts"
|
|
23860
23876
|
}
|
|
23861
23877
|
}
|
|
23862
23878
|
]
|
|
23863
23879
|
},
|
|
23864
23880
|
{
|
|
23865
23881
|
"kind": "variable",
|
|
23866
|
-
"name": "
|
|
23867
|
-
"
|
|
23868
|
-
"text": "ShadowRootInit"
|
|
23869
|
-
},
|
|
23870
|
-
"default": "undefined"
|
|
23871
|
-
},
|
|
23872
|
-
{
|
|
23873
|
-
"kind": "variable",
|
|
23874
|
-
"name": "defaultMenuItemConfig",
|
|
23875
|
-
"type": {
|
|
23876
|
-
"text": "object"
|
|
23877
|
-
},
|
|
23878
|
-
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
23879
|
-
},
|
|
23880
|
-
{
|
|
23881
|
-
"kind": "variable",
|
|
23882
|
-
"name": "foundationMenuItem",
|
|
23883
|
-
"description": "The Foundation Menu Item",
|
|
23882
|
+
"name": "foundationModal",
|
|
23883
|
+
"description": "The Foundation Modal",
|
|
23884
23884
|
"privacy": "public"
|
|
23885
23885
|
}
|
|
23886
23886
|
],
|
|
23887
23887
|
"exports": [
|
|
23888
23888
|
{
|
|
23889
23889
|
"kind": "js",
|
|
23890
|
-
"name": "
|
|
23890
|
+
"name": "foundationModalShadowOptions",
|
|
23891
23891
|
"declaration": {
|
|
23892
|
-
"name": "
|
|
23893
|
-
"module": "src/
|
|
23892
|
+
"name": "foundationModalShadowOptions",
|
|
23893
|
+
"module": "src/modal/modal.ts"
|
|
23894
23894
|
}
|
|
23895
23895
|
},
|
|
23896
23896
|
{
|
|
23897
23897
|
"kind": "js",
|
|
23898
|
-
"name": "
|
|
23898
|
+
"name": "defaultModalConfig",
|
|
23899
23899
|
"declaration": {
|
|
23900
|
-
"name": "
|
|
23901
|
-
"module": "src/
|
|
23900
|
+
"name": "defaultModalConfig",
|
|
23901
|
+
"module": "src/modal/modal.ts"
|
|
23902
23902
|
}
|
|
23903
23903
|
},
|
|
23904
23904
|
{
|
|
23905
23905
|
"kind": "js",
|
|
23906
|
-
"name": "
|
|
23906
|
+
"name": "Modal",
|
|
23907
23907
|
"declaration": {
|
|
23908
|
-
"name": "
|
|
23909
|
-
"module": "src/
|
|
23908
|
+
"name": "Modal",
|
|
23909
|
+
"module": "src/modal/modal.ts"
|
|
23910
23910
|
}
|
|
23911
23911
|
},
|
|
23912
23912
|
{
|
|
23913
23913
|
"kind": "js",
|
|
23914
|
-
"name": "
|
|
23914
|
+
"name": "foundationModal",
|
|
23915
23915
|
"declaration": {
|
|
23916
|
-
"name": "
|
|
23917
|
-
"module": "src/
|
|
23916
|
+
"name": "foundationModal",
|
|
23917
|
+
"module": "src/modal/modal.ts"
|
|
23918
23918
|
}
|
|
23919
23919
|
}
|
|
23920
23920
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiselect.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAO9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAMhD,eAAO,MAAM,kCAAkC,EAAE,cAA0B,CAAC;AAE5E,eAAO,MAAM,wBAAwB,IAAK,CAAC;AAE3C,MAAM,MAAM,iBAAiB,GACzB;IACE,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"multiselect.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAO9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAMhD,eAAO,MAAM,kCAAkC,EAAE,cAA0B,CAAC;AAE5E,eAAO,MAAM,wBAAwB,IAAK,CAAC;AAE3C,MAAM,MAAM,iBAAiB,GACzB;IACE,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GACD,MAAM,CAAC;AAEX;;GAEG;AACH,qBAAa,WAAY,SAAQ,iBAAiB;IAC1C,IAAI,SAAM;IACuC,YAAY,EAAE,OAAO,CAAQ;IACzD,GAAG,UAAQ;IACX,WAAW,UAAS;IACpB,MAAM,UAAQ;IACd,QAAQ,UAAS;IACjB,SAAS,UAAS;IAClB,KAAK,UAAS;IACnC,QAAQ,EAAE,MAAM,CAAiB;IAEvC,2FAA2F;IAC/B,gBAAgB,UAAS;IAErF,eAAe,CAAC,QAAQ,KAAA,EAAE,QAAQ,EAAE,MAAM;IAG1C,qBAAqB,MAAC;IACV,mBAAmB,EAAE,IAAI,EAAE,CAAC;IAC5B,iBAAiB,EAAE,qBAAqB,EAAE,CAAC;IAC3C,cAAc,MAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAM;IAC3C,OAAO,CAAC,YAAY,CAAiD;IACzD,IAAI,UAAS;IACzB,WAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO;IAYhC,OAAO,EAAE,iBAAiB,EAAE,CAAM;IAClC,eAAe,EAAE,MAAM,EAAE,CAAM;IAC/B,wBAAwB,EAAE,iBAAiB,EAAE,CAAqB;IAClE,eAAe,EAAE,WAAW,CAAC;IAEzC;;;;OAIG;IACG,QAAQ,EAAE,QAAQ,CAAkB;IAE9B,qBAAqB,EAAE,CAAC,WAAW,EAAE,OAAO,KAAK,IAAI,CAAC;IAElE,OAAO,CAAC,kBAAkB,CAAkB;IAE5C,SAAS,EAAE,UAAU,CAAC;IACtB,cAAc,EAAE,WAAW,CAAC;IAE5B,iBAAiB;IAOjB,oBAAoB;IAKpB,MAAM;IAON,cAAc;IAQd,sBAAsB;IAOtB;;;;;;;OAOG;IACH,OAAO,CAAC,mBAAmB;IAoB3B,YAAY,CAAC,MAAM,EAAE,iBAAiB;IAOtC,YAAY,CAAC,MAAM,EAAE,iBAAiB;IAetC,gBAAgB,CAAC,MAAM,EAAE,iBAAiB;IAQ1C,IACI,eAAe,WAyBlB;IAED,IACI,cAAc,WAEjB;IAED,IACI,oBAAoB,YAEvB;IAED,IACI,aAAa,YAMhB;IAED,gBAAgB,CAAC,gBAAgB,EAAE,iBAAiB,GAAG,OAAO;IAI9D,iBAAiB,CAAC,gBAAgB,EAAE,iBAAiB;IAarD,eAAe,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,KAAK,EAAE,aAAa;IAQzE,sBAAsB;IAItB,iBAAiB;IAajB,YAAY;IAcZ,qBAAqB;IAQrB,SAAS;IAcT,SAAS;IAST,cAAc;IAkBd,aAAa,CAAC,KAAK,EAAE,KAAK;IAK1B,OAAO,CAAC,kBAAkB;IAM1B,cAAc,CAAC,CAAC,EAAE,KAAK,GAAG,aAAa,GAAG,OAAO,GAAG,IAAI;CAgCzD;AAED,eAAO,MAAM,qBAAqB;;;;;;;;;;sBAMhC,CAAC"}
|
|
@@ -79,7 +79,7 @@ export const getPrefixedMultiselect = (prefix = 'foundation') => html `
|
|
|
79
79
|
?current-checked="${(x, c) => c.parent.isOptionSelected(x)}"
|
|
80
80
|
?disabled="${(x, c) => c.parent.isOptionDisabled(x)}"
|
|
81
81
|
>
|
|
82
|
-
|
|
82
|
+
<span style=${(x) => x.labelStyle}> ${(x, ctx) => ctx.parent.getItemLabel(x)}</span>
|
|
83
83
|
</${prefix}-checkbox>
|
|
84
84
|
</li>
|
|
85
85
|
`)}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.225.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@genesislcap/foundation-testing": "14.
|
|
87
|
-
"@genesislcap/genx": "14.
|
|
88
|
-
"@genesislcap/rollup-builder": "14.
|
|
89
|
-
"@genesislcap/ts-builder": "14.
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
91
|
-
"@genesislcap/vite-builder": "14.
|
|
92
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/foundation-testing": "14.225.0",
|
|
87
|
+
"@genesislcap/genx": "14.225.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.225.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.225.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.225.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.225.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.225.0",
|
|
93
93
|
"copyfiles": "^2.4.1",
|
|
94
94
|
"rimraf": "^5.0.0",
|
|
95
95
|
"rxjs": "^7.5.4"
|
|
@@ -100,13 +100,13 @@
|
|
|
100
100
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
101
101
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
102
102
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
103
|
-
"@genesislcap/foundation-comms": "14.
|
|
104
|
-
"@genesislcap/foundation-criteria": "14.
|
|
105
|
-
"@genesislcap/foundation-errors": "14.
|
|
106
|
-
"@genesislcap/foundation-logger": "14.
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.
|
|
108
|
-
"@genesislcap/foundation-user": "14.
|
|
109
|
-
"@genesislcap/foundation-utils": "14.
|
|
103
|
+
"@genesislcap/foundation-comms": "14.225.0",
|
|
104
|
+
"@genesislcap/foundation-criteria": "14.225.0",
|
|
105
|
+
"@genesislcap/foundation-errors": "14.225.0",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.225.0",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.225.0",
|
|
108
|
+
"@genesislcap/foundation-user": "14.225.0",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.225.0",
|
|
110
110
|
"@microsoft/fast-colors": "5.3.1",
|
|
111
111
|
"@microsoft/fast-components": "2.30.6",
|
|
112
112
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
130
|
"customElements": "dist/custom-elements.json",
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "722fe99cebb2564d2b85b5d5d0de5f2d3a33e7aa"
|
|
132
132
|
}
|