@m3e/web 2.4.1 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/dist/all.js +525 -65
- package/dist/all.js.map +1 -1
- package/dist/all.min.js +45 -45
- package/dist/all.min.js.map +1 -1
- package/dist/bottom-sheet.js +33 -6
- package/dist/bottom-sheet.js.map +1 -1
- package/dist/bottom-sheet.min.js +1 -1
- package/dist/bottom-sheet.min.js.map +1 -1
- package/dist/breadcrumb.js +303 -0
- package/dist/breadcrumb.js.map +1 -0
- package/dist/breadcrumb.min.js +7 -0
- package/dist/breadcrumb.min.js.map +1 -0
- package/dist/content-pane.js +69 -0
- package/dist/content-pane.js.map +1 -0
- package/dist/content-pane.min.js +7 -0
- package/dist/content-pane.min.js.map +1 -0
- package/dist/core-a11y.js +12 -9
- package/dist/core-a11y.js.map +1 -1
- package/dist/core-a11y.min.js +2 -2
- package/dist/core-a11y.min.js.map +1 -1
- package/dist/core.js +48 -4
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +1 -1
- package/dist/core.min.js.map +1 -1
- package/dist/css-custom-data.json +293 -173
- package/dist/custom-elements.json +2823 -1378
- package/dist/html-custom-data.json +195 -88
- package/dist/list.js +37 -37
- package/dist/list.js.map +1 -1
- package/dist/list.min.js +1 -1
- package/dist/list.min.js.map +1 -1
- package/dist/split-pane.js +56 -15
- package/dist/split-pane.js.map +1 -1
- package/dist/split-pane.min.js +1 -1
- package/dist/split-pane.min.js.map +1 -1
- package/dist/src/all.d.ts +2 -0
- package/dist/src/all.d.ts.map +1 -1
- package/dist/src/bottom-sheet/BottomSheetElement.d.ts +8 -2
- package/dist/src/bottom-sheet/BottomSheetElement.d.ts.map +1 -1
- package/dist/src/breadcrumb/BreadcrumbElement.d.ts +47 -0
- package/dist/src/breadcrumb/BreadcrumbElement.d.ts.map +1 -0
- package/dist/src/breadcrumb/BreadcrumbItemButtonElement.d.ts +37 -0
- package/dist/src/breadcrumb/BreadcrumbItemButtonElement.d.ts.map +1 -0
- package/dist/src/breadcrumb/BreadcrumbItemCurrent.d.ts +3 -0
- package/dist/src/breadcrumb/BreadcrumbItemCurrent.d.ts.map +1 -0
- package/dist/src/breadcrumb/BreadcrumbItemElement.d.ts +88 -0
- package/dist/src/breadcrumb/BreadcrumbItemElement.d.ts.map +1 -0
- package/dist/src/breadcrumb/index.d.ts +4 -0
- package/dist/src/breadcrumb/index.d.ts.map +1 -0
- package/dist/src/breadcrumb/isIconOnly.d.ts +3 -0
- package/dist/src/breadcrumb/isIconOnly.d.ts.map +1 -0
- package/dist/src/content-pane/ContentPaneElement.d.ts +44 -0
- package/dist/src/content-pane/ContentPaneElement.d.ts.map +1 -0
- package/dist/src/content-pane/index.d.ts +2 -0
- package/dist/src/content-pane/index.d.ts.map +1 -0
- package/dist/src/core/a11y/InteractivityChecker.d.ts +4 -2
- package/dist/src/core/a11y/InteractivityChecker.d.ts.map +1 -1
- package/dist/src/core/shared/mixins/LinkButton.d.ts +2 -1
- package/dist/src/core/shared/mixins/LinkButton.d.ts.map +1 -1
- package/dist/src/core/shared/utils/getScrollbarWidth.d.ts +7 -0
- package/dist/src/core/shared/utils/getScrollbarWidth.d.ts.map +1 -0
- package/dist/src/core/shared/utils/index.d.ts +1 -0
- package/dist/src/core/shared/utils/index.d.ts.map +1 -1
- package/dist/src/list/ListActionElement.d.ts +1 -0
- package/dist/src/list/ListActionElement.d.ts.map +1 -1
- package/dist/src/list/index.d.ts +0 -1
- package/dist/src/list/index.d.ts.map +1 -1
- package/dist/src/split-pane/SplitPaneElement.d.ts +6 -0
- package/dist/src/split-pane/SplitPaneElement.d.ts.map +1 -1
- package/dist/tooltip.js +2 -2
- package/dist/tooltip.js.map +1 -1
- package/dist/tooltip.min.js +1 -1
- package/dist/tooltip.min.js.map +1 -1
- package/package.json +11 -1
|
@@ -47,6 +47,14 @@
|
|
|
47
47
|
"module": "src/bottom-sheet"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "*",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "*",
|
|
55
|
+
"module": "src/breadcrumb"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
50
58
|
{
|
|
51
59
|
"kind": "js",
|
|
52
60
|
"name": "*",
|
|
@@ -95,6 +103,14 @@
|
|
|
95
103
|
"module": "src/chips"
|
|
96
104
|
}
|
|
97
105
|
},
|
|
106
|
+
{
|
|
107
|
+
"kind": "js",
|
|
108
|
+
"name": "*",
|
|
109
|
+
"declaration": {
|
|
110
|
+
"name": "*",
|
|
111
|
+
"module": "src/content-pane"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
98
114
|
{
|
|
99
115
|
"kind": "js",
|
|
100
116
|
"name": "*",
|
|
@@ -1069,97 +1085,6 @@
|
|
|
1069
1085
|
}
|
|
1070
1086
|
]
|
|
1071
1087
|
},
|
|
1072
|
-
{
|
|
1073
|
-
"kind": "javascript-module",
|
|
1074
|
-
"path": "src/avatar/AvatarElement.ts",
|
|
1075
|
-
"declarations": [
|
|
1076
|
-
{
|
|
1077
|
-
"kind": "class",
|
|
1078
|
-
"description": "An image, icon or textual initials representing a user or other identity.",
|
|
1079
|
-
"name": "M3eAvatarElement",
|
|
1080
|
-
"cssProperties": [
|
|
1081
|
-
{
|
|
1082
|
-
"description": "Size of the avatar.",
|
|
1083
|
-
"name": "--m3e-avatar-size"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"description": "Border radius of the avatar.",
|
|
1087
|
-
"name": "--m3e-avatar-shape"
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"description": "Font size for the avatar.",
|
|
1091
|
-
"name": "--m3e-avatar-font-size"
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"description": "Font weight for the avatar.",
|
|
1095
|
-
"name": "--m3e-avatar-font-weight"
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"description": "Line height for the avatar.",
|
|
1099
|
-
"name": "--m3e-avatar-line-height"
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"description": "Letter spacing for the avatar.",
|
|
1103
|
-
"name": "--m3e-avatar-tracking"
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"description": "Background color of the avatar.",
|
|
1107
|
-
"name": "--m3e-avatar-color"
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"description": "Text color of the avatar.",
|
|
1111
|
-
"name": "--m3e-avatar-label-color"
|
|
1112
|
-
}
|
|
1113
|
-
],
|
|
1114
|
-
"slots": [
|
|
1115
|
-
{
|
|
1116
|
-
"description": "Renders the content of the avatar.",
|
|
1117
|
-
"name": ""
|
|
1118
|
-
}
|
|
1119
|
-
],
|
|
1120
|
-
"members": [],
|
|
1121
|
-
"superclass": {
|
|
1122
|
-
"name": "LitElement",
|
|
1123
|
-
"package": "lit"
|
|
1124
|
-
},
|
|
1125
|
-
"tagName": "m3e-avatar",
|
|
1126
|
-
"customElement": true
|
|
1127
|
-
}
|
|
1128
|
-
],
|
|
1129
|
-
"exports": [
|
|
1130
|
-
{
|
|
1131
|
-
"kind": "js",
|
|
1132
|
-
"name": "M3eAvatarElement",
|
|
1133
|
-
"declaration": {
|
|
1134
|
-
"name": "M3eAvatarElement",
|
|
1135
|
-
"module": "src/avatar/AvatarElement.ts"
|
|
1136
|
-
}
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"kind": "custom-element-definition",
|
|
1140
|
-
"name": "m3e-avatar",
|
|
1141
|
-
"declaration": {
|
|
1142
|
-
"name": "M3eAvatarElement",
|
|
1143
|
-
"module": "src/avatar/AvatarElement.ts"
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
]
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"kind": "javascript-module",
|
|
1150
|
-
"path": "src/avatar/index.ts",
|
|
1151
|
-
"declarations": [],
|
|
1152
|
-
"exports": [
|
|
1153
|
-
{
|
|
1154
|
-
"kind": "js",
|
|
1155
|
-
"name": "*",
|
|
1156
|
-
"declaration": {
|
|
1157
|
-
"name": "*",
|
|
1158
|
-
"module": "src/avatar/AvatarElement"
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
]
|
|
1162
|
-
},
|
|
1163
1088
|
{
|
|
1164
1089
|
"kind": "javascript-module",
|
|
1165
1090
|
"path": "src/autocomplete/AutocompleteElement.ts",
|
|
@@ -2283,332 +2208,749 @@
|
|
|
2283
2208
|
},
|
|
2284
2209
|
{
|
|
2285
2210
|
"kind": "javascript-module",
|
|
2286
|
-
"path": "src/
|
|
2211
|
+
"path": "src/avatar/AvatarElement.ts",
|
|
2287
2212
|
"declarations": [
|
|
2288
2213
|
{
|
|
2289
2214
|
"kind": "class",
|
|
2290
|
-
"description": "An
|
|
2291
|
-
"name": "
|
|
2292
|
-
"
|
|
2215
|
+
"description": "An image, icon or textual initials representing a user or other identity.",
|
|
2216
|
+
"name": "M3eAvatarElement",
|
|
2217
|
+
"cssProperties": [
|
|
2293
2218
|
{
|
|
2294
|
-
"description": "
|
|
2295
|
-
"name": ""
|
|
2296
|
-
}
|
|
2297
|
-
],
|
|
2298
|
-
"members": [
|
|
2219
|
+
"description": "Size of the avatar.",
|
|
2220
|
+
"name": "--m3e-avatar-size"
|
|
2221
|
+
},
|
|
2299
2222
|
{
|
|
2300
|
-
"
|
|
2301
|
-
"name": "
|
|
2302
|
-
"privacy": "protected",
|
|
2303
|
-
"return": {
|
|
2304
|
-
"type": {
|
|
2305
|
-
"text": "void"
|
|
2306
|
-
}
|
|
2307
|
-
},
|
|
2308
|
-
"parameters": [
|
|
2309
|
-
{
|
|
2310
|
-
"name": "e",
|
|
2311
|
-
"type": {
|
|
2312
|
-
"text": "Event"
|
|
2313
|
-
},
|
|
2314
|
-
"description": "The click event to handle."
|
|
2315
|
-
}
|
|
2316
|
-
],
|
|
2317
|
-
"description": "When implemented by a derived class, handles the specified click event.",
|
|
2318
|
-
"inheritedFrom": {
|
|
2319
|
-
"name": "ActionElementBase",
|
|
2320
|
-
"module": "src/core/shared/primitives/ActionElementBase.ts"
|
|
2321
|
-
}
|
|
2223
|
+
"description": "Border radius of the avatar.",
|
|
2224
|
+
"name": "--m3e-avatar-shape"
|
|
2322
2225
|
},
|
|
2323
2226
|
{
|
|
2324
|
-
"
|
|
2325
|
-
"name": "
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
"
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2227
|
+
"description": "Font size for the avatar.",
|
|
2228
|
+
"name": "--m3e-avatar-font-size"
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"description": "Font weight for the avatar.",
|
|
2232
|
+
"name": "--m3e-avatar-font-weight"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"description": "Line height for the avatar.",
|
|
2236
|
+
"name": "--m3e-avatar-line-height"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"description": "Letter spacing for the avatar.",
|
|
2240
|
+
"name": "--m3e-avatar-tracking"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"description": "Background color of the avatar.",
|
|
2244
|
+
"name": "--m3e-avatar-color"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"description": "Text color of the avatar.",
|
|
2248
|
+
"name": "--m3e-avatar-label-color"
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"slots": [
|
|
2252
|
+
{
|
|
2253
|
+
"description": "Renders the content of the avatar.",
|
|
2254
|
+
"name": ""
|
|
2332
2255
|
}
|
|
2333
2256
|
],
|
|
2257
|
+
"members": [],
|
|
2334
2258
|
"superclass": {
|
|
2335
|
-
"name": "
|
|
2336
|
-
"package": "
|
|
2259
|
+
"name": "LitElement",
|
|
2260
|
+
"package": "lit"
|
|
2337
2261
|
},
|
|
2338
|
-
"tagName": "m3e-
|
|
2262
|
+
"tagName": "m3e-avatar",
|
|
2339
2263
|
"customElement": true
|
|
2340
2264
|
}
|
|
2341
2265
|
],
|
|
2342
2266
|
"exports": [
|
|
2343
2267
|
{
|
|
2344
2268
|
"kind": "js",
|
|
2345
|
-
"name": "
|
|
2269
|
+
"name": "M3eAvatarElement",
|
|
2346
2270
|
"declaration": {
|
|
2347
|
-
"name": "
|
|
2348
|
-
"module": "src/
|
|
2271
|
+
"name": "M3eAvatarElement",
|
|
2272
|
+
"module": "src/avatar/AvatarElement.ts"
|
|
2349
2273
|
}
|
|
2350
2274
|
},
|
|
2351
2275
|
{
|
|
2352
2276
|
"kind": "custom-element-definition",
|
|
2353
|
-
"name": "m3e-
|
|
2277
|
+
"name": "m3e-avatar",
|
|
2354
2278
|
"declaration": {
|
|
2355
|
-
"name": "
|
|
2356
|
-
"module": "src/
|
|
2279
|
+
"name": "M3eAvatarElement",
|
|
2280
|
+
"module": "src/avatar/AvatarElement.ts"
|
|
2357
2281
|
}
|
|
2358
2282
|
}
|
|
2359
2283
|
]
|
|
2360
2284
|
},
|
|
2361
2285
|
{
|
|
2362
2286
|
"kind": "javascript-module",
|
|
2363
|
-
"path": "src/
|
|
2287
|
+
"path": "src/avatar/index.ts",
|
|
2288
|
+
"declarations": [],
|
|
2289
|
+
"exports": [
|
|
2290
|
+
{
|
|
2291
|
+
"kind": "js",
|
|
2292
|
+
"name": "*",
|
|
2293
|
+
"declaration": {
|
|
2294
|
+
"name": "*",
|
|
2295
|
+
"module": "src/avatar/AvatarElement"
|
|
2296
|
+
}
|
|
2297
|
+
}
|
|
2298
|
+
]
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "javascript-module",
|
|
2302
|
+
"path": "src/badge/BadgeElement.ts",
|
|
2364
2303
|
"declarations": [
|
|
2365
2304
|
{
|
|
2366
2305
|
"kind": "class",
|
|
2367
|
-
"description": "A
|
|
2368
|
-
"name": "
|
|
2306
|
+
"description": "A visual indicator used to label content.",
|
|
2307
|
+
"name": "M3eBadgeElement",
|
|
2369
2308
|
"cssProperties": [
|
|
2370
2309
|
{
|
|
2371
|
-
"description": "
|
|
2372
|
-
"name": "--m3e-
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"description": "The maximum width of the sheet.",
|
|
2376
|
-
"name": "--m3e-bottom-sheet-max-width"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"description": "The background color of the sheet container.",
|
|
2380
|
-
"name": "--m3e-bottom-sheet-container-color"
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"description": "The elevation level when not modal.",
|
|
2384
|
-
"name": "--m3e-bottom-sheet-elevation"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"description": "The elevation level when modal.",
|
|
2388
|
-
"name": "--m3e-bottom-sheet-modal-elevation"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"description": "The elevation level when full height.",
|
|
2392
|
-
"name": "--m3e-bottom-sheet-full-elevation"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"description": "The z-index of the non-modal sheet.",
|
|
2396
|
-
"name": "--m3e-bottom-sheet-z-index"
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"description": "The border radius when minimized.",
|
|
2400
|
-
"name": "--m3e-bottom-sheet-minimized-container-shape"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"description": "The border radius of the sheet container.",
|
|
2404
|
-
"name": "--m3e-bottom-sheet-container-shape"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"description": "The border radius when full height.",
|
|
2408
|
-
"name": "--m3e-bottom-sheet-full-container-shape"
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"description": "The color of the scrim overlay.",
|
|
2412
|
-
"name": "--m3e-bottom-sheet-scrim-color"
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"description": "The opacity of the scrim overlay.",
|
|
2416
|
-
"name": "--m3e-bottom-sheet-scrim-opacity"
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"description": "The visible height when minimized.",
|
|
2420
|
-
"name": "--m3e-bottom-sheet-peek-height"
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"description": "The top space in compact mode.",
|
|
2424
|
-
"name": "--m3e-bottom-sheet-compact-top-space"
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"description": "The top space in standard mode.",
|
|
2428
|
-
"name": "--m3e-bottom-sheet-top-space"
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"description": "The vertical padding.",
|
|
2432
|
-
"name": "--m3e-bottom-sheet-padding-block"
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"description": "The horizontal padding.",
|
|
2436
|
-
"name": "--m3e-bottom-sheet-padding-inline"
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"description": "The height of the drag handle container.",
|
|
2440
|
-
"name": "--m3e-bottom-sheet-handle-container-height"
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"description": "The width of the drag handle.",
|
|
2444
|
-
"name": "--m3e-bottom-sheet-handle-width"
|
|
2310
|
+
"description": "Corner radius of the badge.",
|
|
2311
|
+
"name": "--m3e-badge-shape"
|
|
2445
2312
|
},
|
|
2446
2313
|
{
|
|
2447
|
-
"description": "
|
|
2448
|
-
"name": "--m3e-
|
|
2314
|
+
"description": "Foreground color of badge content.",
|
|
2315
|
+
"name": "--m3e-badge-color"
|
|
2449
2316
|
},
|
|
2450
2317
|
{
|
|
2451
|
-
"description": "
|
|
2452
|
-
"name": "--m3e-
|
|
2318
|
+
"description": "Background color of the badge.",
|
|
2319
|
+
"name": "--m3e-badge-container-color"
|
|
2453
2320
|
},
|
|
2454
2321
|
{
|
|
2455
|
-
"description": "
|
|
2456
|
-
"name": "--m3e-
|
|
2322
|
+
"description": "Fixed dimensions for small badge. Used for minimal indicators (e.g. dot).",
|
|
2323
|
+
"name": "--m3e-badge-small-size"
|
|
2457
2324
|
},
|
|
2458
2325
|
{
|
|
2459
|
-
"description": "
|
|
2460
|
-
"name": "--m3e-
|
|
2326
|
+
"description": "Height and min-width for medium badge.",
|
|
2327
|
+
"name": "--m3e-badge-medium-size"
|
|
2461
2328
|
},
|
|
2462
2329
|
{
|
|
2463
|
-
"description": "
|
|
2464
|
-
"name": "--m3e-
|
|
2330
|
+
"description": "Font size for medium badge label.",
|
|
2331
|
+
"name": "--m3e-badge-medium-font-size"
|
|
2465
2332
|
},
|
|
2466
2333
|
{
|
|
2467
|
-
"description": "Font
|
|
2468
|
-
"name": "--m3e-
|
|
2334
|
+
"description": "Font weight for medium badge label.",
|
|
2335
|
+
"name": "--m3e-badge-medium-font-weight"
|
|
2469
2336
|
},
|
|
2470
2337
|
{
|
|
2471
|
-
"description": "
|
|
2472
|
-
"name": "--m3e-
|
|
2338
|
+
"description": "Line height for medium badge label.",
|
|
2339
|
+
"name": "--m3e-badge-medium-line-height"
|
|
2473
2340
|
},
|
|
2474
2341
|
{
|
|
2475
|
-
"description": "
|
|
2476
|
-
"name": "--m3e-
|
|
2342
|
+
"description": "Letter spacing for medium badge label.",
|
|
2343
|
+
"name": "--m3e-badge-medium-tracking"
|
|
2477
2344
|
},
|
|
2478
2345
|
{
|
|
2479
|
-
"description": "
|
|
2480
|
-
"name": "--m3e-
|
|
2346
|
+
"description": "Height and min-width for large badge.",
|
|
2347
|
+
"name": "--m3e-badge-large-size"
|
|
2481
2348
|
},
|
|
2482
2349
|
{
|
|
2483
|
-
"description": "Font size for
|
|
2484
|
-
"name": "--m3e-
|
|
2350
|
+
"description": "Font size for large badge label.",
|
|
2351
|
+
"name": "--m3e-badge-large-font-size"
|
|
2485
2352
|
},
|
|
2486
2353
|
{
|
|
2487
|
-
"description": "Font weight for
|
|
2488
|
-
"name": "--m3e-
|
|
2354
|
+
"description": "Font weight for large badge label.",
|
|
2355
|
+
"name": "--m3e-badge-large-font-weight"
|
|
2489
2356
|
},
|
|
2490
2357
|
{
|
|
2491
|
-
"description": "Line height for
|
|
2492
|
-
"name": "--m3e-
|
|
2358
|
+
"description": "Line height for large badge label.",
|
|
2359
|
+
"name": "--m3e-badge-large-line-height"
|
|
2493
2360
|
},
|
|
2494
2361
|
{
|
|
2495
|
-
"description": "Letter spacing
|
|
2496
|
-
"name": "--m3e-
|
|
2362
|
+
"description": "Letter spacing for large badge label.",
|
|
2363
|
+
"name": "--m3e-badge-large-tracking"
|
|
2497
2364
|
}
|
|
2498
2365
|
],
|
|
2499
2366
|
"slots": [
|
|
2500
2367
|
{
|
|
2501
|
-
"description": "Renders the content of the
|
|
2368
|
+
"description": "Renders the content of the badge.",
|
|
2502
2369
|
"name": ""
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"description": "Renders the header of the sheet.",
|
|
2506
|
-
"name": "header"
|
|
2507
2370
|
}
|
|
2508
2371
|
],
|
|
2509
2372
|
"members": [
|
|
2510
2373
|
{
|
|
2511
2374
|
"kind": "field",
|
|
2512
|
-
"name": "
|
|
2513
|
-
"type": {
|
|
2514
|
-
"text": "M3eBottomSheetElement | undefined"
|
|
2515
|
-
},
|
|
2375
|
+
"name": "#directionalitySubscription",
|
|
2516
2376
|
"privacy": "private",
|
|
2517
|
-
"
|
|
2377
|
+
"type": {
|
|
2378
|
+
"text": "() => void | undefined"
|
|
2379
|
+
}
|
|
2518
2380
|
},
|
|
2519
2381
|
{
|
|
2520
2382
|
"kind": "field",
|
|
2521
|
-
"name": "#
|
|
2383
|
+
"name": "#anchorCleanup",
|
|
2522
2384
|
"privacy": "private",
|
|
2523
|
-
"
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "() => void | undefined"
|
|
2387
|
+
}
|
|
2524
2388
|
},
|
|
2525
2389
|
{
|
|
2526
2390
|
"kind": "field",
|
|
2527
|
-
"name": "
|
|
2528
|
-
"
|
|
2529
|
-
|
|
2391
|
+
"name": "size",
|
|
2392
|
+
"type": {
|
|
2393
|
+
"text": "BadgeSize"
|
|
2394
|
+
},
|
|
2395
|
+
"default": "\"medium\"",
|
|
2396
|
+
"description": "The size of the badge.",
|
|
2397
|
+
"attribute": "size",
|
|
2398
|
+
"reflects": true
|
|
2530
2399
|
},
|
|
2531
2400
|
{
|
|
2532
2401
|
"kind": "field",
|
|
2533
|
-
"name": "
|
|
2534
|
-
"
|
|
2535
|
-
|
|
2402
|
+
"name": "position",
|
|
2403
|
+
"type": {
|
|
2404
|
+
"text": "BadgePosition"
|
|
2405
|
+
},
|
|
2406
|
+
"default": "\"above-after\"",
|
|
2407
|
+
"description": "The position of the badge, when attached to another element.",
|
|
2408
|
+
"attribute": "position",
|
|
2409
|
+
"reflects": true
|
|
2536
2410
|
},
|
|
2537
2411
|
{
|
|
2538
|
-
"kind": "
|
|
2539
|
-
"name": "
|
|
2540
|
-
"
|
|
2541
|
-
|
|
2542
|
-
|
|
2412
|
+
"kind": "method",
|
|
2413
|
+
"name": "attach",
|
|
2414
|
+
"return": {
|
|
2415
|
+
"type": {
|
|
2416
|
+
"text": "void"
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
"parameters": [
|
|
2420
|
+
{
|
|
2421
|
+
"name": "control",
|
|
2422
|
+
"type": {
|
|
2423
|
+
"text": "HTMLElement"
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
],
|
|
2427
|
+
"description": "Attaches the element to an interactive control.",
|
|
2428
|
+
"inheritedFrom": {
|
|
2429
|
+
"name": "HtmlFor",
|
|
2430
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
2431
|
+
}
|
|
2543
2432
|
},
|
|
2544
2433
|
{
|
|
2545
|
-
"kind": "
|
|
2546
|
-
"name": "
|
|
2547
|
-
"
|
|
2548
|
-
|
|
2549
|
-
|
|
2434
|
+
"kind": "method",
|
|
2435
|
+
"name": "detach",
|
|
2436
|
+
"return": {
|
|
2437
|
+
"type": {
|
|
2438
|
+
"text": "void"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
"description": "Detaches the element from its current interactive control.",
|
|
2442
|
+
"inheritedFrom": {
|
|
2443
|
+
"name": "HtmlFor",
|
|
2444
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
2445
|
+
}
|
|
2550
2446
|
},
|
|
2551
2447
|
{
|
|
2552
|
-
"kind": "
|
|
2553
|
-
"name": "#
|
|
2448
|
+
"kind": "method",
|
|
2449
|
+
"name": "#detach",
|
|
2554
2450
|
"privacy": "private",
|
|
2555
|
-
"
|
|
2556
|
-
|
|
2451
|
+
"return": {
|
|
2452
|
+
"type": {
|
|
2453
|
+
"text": "void"
|
|
2454
|
+
}
|
|
2455
|
+
}
|
|
2557
2456
|
},
|
|
2558
2457
|
{
|
|
2559
|
-
"kind": "
|
|
2560
|
-
"name": "#
|
|
2458
|
+
"kind": "method",
|
|
2459
|
+
"name": "#attach",
|
|
2561
2460
|
"privacy": "private",
|
|
2562
|
-
"
|
|
2563
|
-
|
|
2461
|
+
"return": {
|
|
2462
|
+
"type": {
|
|
2463
|
+
"text": "Promise<void>"
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
2564
2466
|
},
|
|
2565
2467
|
{
|
|
2566
2468
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2568
|
-
"privacy": "private",
|
|
2469
|
+
"name": "[_control]",
|
|
2569
2470
|
"type": {
|
|
2570
|
-
"text": "
|
|
2471
|
+
"text": "WeakRef<HTMLElement> | undefined"
|
|
2571
2472
|
},
|
|
2572
|
-
"default": "null"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "field",
|
|
2576
|
-
"name": "#dragState",
|
|
2577
2473
|
"privacy": "private",
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2474
|
+
"inheritedFrom": {
|
|
2475
|
+
"name": "HtmlFor",
|
|
2476
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
2580
2477
|
}
|
|
2581
2478
|
},
|
|
2582
2479
|
{
|
|
2583
2480
|
"kind": "field",
|
|
2584
|
-
"name": "
|
|
2585
|
-
"privacy": "private",
|
|
2481
|
+
"name": "[_firstUpdated]",
|
|
2586
2482
|
"type": {
|
|
2587
2483
|
"text": "boolean"
|
|
2588
2484
|
},
|
|
2589
|
-
"
|
|
2485
|
+
"privacy": "private",
|
|
2486
|
+
"default": "false",
|
|
2487
|
+
"inheritedFrom": {
|
|
2488
|
+
"name": "HtmlFor",
|
|
2489
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
2490
|
+
}
|
|
2590
2491
|
},
|
|
2591
2492
|
{
|
|
2592
2493
|
"kind": "field",
|
|
2593
|
-
"name": "
|
|
2594
|
-
"privacy": "private",
|
|
2494
|
+
"name": "htmlFor",
|
|
2595
2495
|
"type": {
|
|
2596
|
-
"text": "
|
|
2496
|
+
"text": "string | null"
|
|
2597
2497
|
},
|
|
2598
|
-
"default": "
|
|
2498
|
+
"default": "null",
|
|
2499
|
+
"description": "The identifier of the interactive control to which this element is attached.",
|
|
2500
|
+
"attribute": "for",
|
|
2501
|
+
"inheritedFrom": {
|
|
2502
|
+
"name": "HtmlFor",
|
|
2503
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
2504
|
+
}
|
|
2599
2505
|
},
|
|
2600
2506
|
{
|
|
2601
2507
|
"kind": "field",
|
|
2602
|
-
"name": "
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
-
|
|
2508
|
+
"name": "control",
|
|
2509
|
+
"description": "The interactive element to which this element is attached.",
|
|
2510
|
+
"readonly": true,
|
|
2511
|
+
"inheritedFrom": {
|
|
2512
|
+
"name": "HtmlFor",
|
|
2513
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
2606
2514
|
}
|
|
2607
|
-
}
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"attributes": [
|
|
2608
2518
|
{
|
|
2609
|
-
"
|
|
2610
|
-
"name": "
|
|
2611
|
-
"
|
|
2519
|
+
"description": "The size of the badge.",
|
|
2520
|
+
"name": "size",
|
|
2521
|
+
"type": {
|
|
2522
|
+
"text": "BadgeSize"
|
|
2523
|
+
},
|
|
2524
|
+
"default": "\"medium\"",
|
|
2525
|
+
"fieldName": "size"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "position",
|
|
2529
|
+
"type": {
|
|
2530
|
+
"text": "BadgePosition"
|
|
2531
|
+
},
|
|
2532
|
+
"default": "\"above-after\"",
|
|
2533
|
+
"description": "The position of the badge, when attached to another element.",
|
|
2534
|
+
"fieldName": "position"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "for",
|
|
2538
|
+
"type": {
|
|
2539
|
+
"text": "string | null"
|
|
2540
|
+
},
|
|
2541
|
+
"default": "null",
|
|
2542
|
+
"description": "The identifier of the interactive control to which this element is attached.",
|
|
2543
|
+
"fieldName": "htmlFor",
|
|
2544
|
+
"inheritedFrom": {
|
|
2545
|
+
"name": "HtmlFor",
|
|
2546
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
],
|
|
2550
|
+
"mixins": [
|
|
2551
|
+
{
|
|
2552
|
+
"name": "HtmlFor",
|
|
2553
|
+
"package": "@m3e/web/core"
|
|
2554
|
+
}
|
|
2555
|
+
],
|
|
2556
|
+
"superclass": {
|
|
2557
|
+
"name": "LitElement",
|
|
2558
|
+
"package": "lit"
|
|
2559
|
+
},
|
|
2560
|
+
"tagName": "m3e-badge",
|
|
2561
|
+
"customElement": true
|
|
2562
|
+
}
|
|
2563
|
+
],
|
|
2564
|
+
"exports": [
|
|
2565
|
+
{
|
|
2566
|
+
"kind": "js",
|
|
2567
|
+
"name": "M3eBadgeElement",
|
|
2568
|
+
"declaration": {
|
|
2569
|
+
"name": "M3eBadgeElement",
|
|
2570
|
+
"module": "src/badge/BadgeElement.ts"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"kind": "custom-element-definition",
|
|
2575
|
+
"name": "m3e-badge",
|
|
2576
|
+
"declaration": {
|
|
2577
|
+
"name": "M3eBadgeElement",
|
|
2578
|
+
"module": "src/badge/BadgeElement.ts"
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
]
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"kind": "javascript-module",
|
|
2585
|
+
"path": "src/badge/BadgePosition.ts",
|
|
2586
|
+
"declarations": [],
|
|
2587
|
+
"exports": []
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"kind": "javascript-module",
|
|
2591
|
+
"path": "src/badge/BadgeSize.ts",
|
|
2592
|
+
"declarations": [],
|
|
2593
|
+
"exports": []
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "javascript-module",
|
|
2597
|
+
"path": "src/badge/index.ts",
|
|
2598
|
+
"declarations": [],
|
|
2599
|
+
"exports": [
|
|
2600
|
+
{
|
|
2601
|
+
"kind": "js",
|
|
2602
|
+
"name": "*",
|
|
2603
|
+
"declaration": {
|
|
2604
|
+
"name": "*",
|
|
2605
|
+
"module": "src/badge/BadgeElement"
|
|
2606
|
+
}
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"kind": "js",
|
|
2610
|
+
"name": "*",
|
|
2611
|
+
"declaration": {
|
|
2612
|
+
"name": "*",
|
|
2613
|
+
"module": "src/badge/BadgePosition"
|
|
2614
|
+
}
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"kind": "js",
|
|
2618
|
+
"name": "*",
|
|
2619
|
+
"declaration": {
|
|
2620
|
+
"name": "*",
|
|
2621
|
+
"module": "src/badge/BadgeSize"
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
]
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"kind": "javascript-module",
|
|
2628
|
+
"path": "src/bottom-sheet/BottomSheetActionElement.ts",
|
|
2629
|
+
"declarations": [
|
|
2630
|
+
{
|
|
2631
|
+
"kind": "class",
|
|
2632
|
+
"description": "An element, nested within a clickable element, used to close a parenting bottom sheet.",
|
|
2633
|
+
"name": "M3eBottomSheetActionElement",
|
|
2634
|
+
"slots": [
|
|
2635
|
+
{
|
|
2636
|
+
"description": "Renders the content of the action.",
|
|
2637
|
+
"name": ""
|
|
2638
|
+
}
|
|
2639
|
+
],
|
|
2640
|
+
"members": [
|
|
2641
|
+
{
|
|
2642
|
+
"kind": "method",
|
|
2643
|
+
"name": "_onClick",
|
|
2644
|
+
"privacy": "protected",
|
|
2645
|
+
"return": {
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "void"
|
|
2648
|
+
}
|
|
2649
|
+
},
|
|
2650
|
+
"parameters": [
|
|
2651
|
+
{
|
|
2652
|
+
"name": "e",
|
|
2653
|
+
"type": {
|
|
2654
|
+
"text": "Event"
|
|
2655
|
+
},
|
|
2656
|
+
"description": "The click event to handle."
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"description": "When implemented by a derived class, handles the specified click event.",
|
|
2660
|
+
"inheritedFrom": {
|
|
2661
|
+
"name": "ActionElementBase",
|
|
2662
|
+
"module": "src/core/shared/primitives/ActionElementBase.ts"
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"kind": "field",
|
|
2667
|
+
"name": "#clickHandler",
|
|
2668
|
+
"privacy": "private",
|
|
2669
|
+
"readonly": true,
|
|
2670
|
+
"inheritedFrom": {
|
|
2671
|
+
"name": "ActionElementBase",
|
|
2672
|
+
"module": "src/core/shared/primitives/ActionElementBase.ts"
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
],
|
|
2676
|
+
"superclass": {
|
|
2677
|
+
"name": "ActionElementBase",
|
|
2678
|
+
"package": "@m3e/web/core"
|
|
2679
|
+
},
|
|
2680
|
+
"tagName": "m3e-bottom-sheet-action",
|
|
2681
|
+
"customElement": true
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"exports": [
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "js",
|
|
2687
|
+
"name": "M3eBottomSheetActionElement",
|
|
2688
|
+
"declaration": {
|
|
2689
|
+
"name": "M3eBottomSheetActionElement",
|
|
2690
|
+
"module": "src/bottom-sheet/BottomSheetActionElement.ts"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"kind": "custom-element-definition",
|
|
2695
|
+
"name": "m3e-bottom-sheet-action",
|
|
2696
|
+
"declaration": {
|
|
2697
|
+
"name": "M3eBottomSheetActionElement",
|
|
2698
|
+
"module": "src/bottom-sheet/BottomSheetActionElement.ts"
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
]
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"kind": "javascript-module",
|
|
2705
|
+
"path": "src/bottom-sheet/BottomSheetElement.ts",
|
|
2706
|
+
"declarations": [
|
|
2707
|
+
{
|
|
2708
|
+
"kind": "class",
|
|
2709
|
+
"description": "A sheet used to show secondary content anchored to the bottom of the screen.",
|
|
2710
|
+
"name": "M3eBottomSheetElement",
|
|
2711
|
+
"cssProperties": [
|
|
2712
|
+
{
|
|
2713
|
+
"description": "The width of the sheet.",
|
|
2714
|
+
"name": "--m3e-bottom-sheet-width"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"description": "The maximum width of the sheet.",
|
|
2718
|
+
"name": "--m3e-bottom-sheet-max-width"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"description": "The background color of the sheet container.",
|
|
2722
|
+
"name": "--m3e-bottom-sheet-container-color"
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"description": "The elevation level when not modal.",
|
|
2726
|
+
"name": "--m3e-bottom-sheet-elevation"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"description": "The elevation level when modal.",
|
|
2730
|
+
"name": "--m3e-bottom-sheet-modal-elevation"
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"description": "The elevation level when full height.",
|
|
2734
|
+
"name": "--m3e-bottom-sheet-full-elevation"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"description": "The z-index of the non-modal sheet.",
|
|
2738
|
+
"name": "--m3e-bottom-sheet-z-index"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"description": "The border radius when minimized.",
|
|
2742
|
+
"name": "--m3e-bottom-sheet-minimized-container-shape"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"description": "The border radius of the sheet container.",
|
|
2746
|
+
"name": "--m3e-bottom-sheet-container-shape"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"description": "The border radius when full height.",
|
|
2750
|
+
"name": "--m3e-bottom-sheet-full-container-shape"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"description": "The color of the scrim overlay.",
|
|
2754
|
+
"name": "--m3e-bottom-sheet-scrim-color"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"description": "The opacity of the scrim overlay.",
|
|
2758
|
+
"name": "--m3e-bottom-sheet-scrim-opacity"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"description": "The visible height when minimized.",
|
|
2762
|
+
"name": "--m3e-bottom-sheet-peek-height"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"description": "The top space in compact mode.",
|
|
2766
|
+
"name": "--m3e-bottom-sheet-compact-top-space"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"description": "The top space in standard mode.",
|
|
2770
|
+
"name": "--m3e-bottom-sheet-top-space"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"description": "The vertical padding.",
|
|
2774
|
+
"name": "--m3e-bottom-sheet-padding-block"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"description": "The horizontal padding.",
|
|
2778
|
+
"name": "--m3e-bottom-sheet-padding-inline"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"description": "The height of the drag handle container.",
|
|
2782
|
+
"name": "--m3e-bottom-sheet-handle-container-height"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"description": "The width of the drag handle.",
|
|
2786
|
+
"name": "--m3e-bottom-sheet-handle-width"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"description": "The height of the drag handle.",
|
|
2790
|
+
"name": "--m3e-bottom-sheet-handle-height"
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"description": "The border radius of the handle.",
|
|
2794
|
+
"name": "--m3e-bottom-sheet-handle-shape"
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"description": "The color of the drag handle.",
|
|
2798
|
+
"name": "--m3e-bottom-sheet-handle-color"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"description": "The offset of the focus ring around the handle.",
|
|
2802
|
+
"name": "--m3e-bottom-sheet-handle-focus-ring-offset"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"description": "The foreground (text) color of the sheet.",
|
|
2806
|
+
"name": "--m3e-bottom-sheet-color"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"description": "Font size for the sheet content.",
|
|
2810
|
+
"name": "--m3e-bottom-sheet-content-font-size"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"description": "Font weight for the sheet content.",
|
|
2814
|
+
"name": "--m3e-bottom-sheet-content-font-weight"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"description": "Line height for the sheet content.",
|
|
2818
|
+
"name": "--m3e-bottom-sheet-content-line-height"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"description": "Letter spacing (tracking) for the sheet content.",
|
|
2822
|
+
"name": "--m3e-bottom-sheet-content-tracking"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"description": "Font size for the sheet header.",
|
|
2826
|
+
"name": "--m3e-bottom-sheet-header-font-size"
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"description": "Font weight for the sheet header.",
|
|
2830
|
+
"name": "--m3e-bottom-sheet-header-font-weight"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"description": "Line height for the sheet header.",
|
|
2834
|
+
"name": "--m3e-bottom-sheet-header-line-height"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"description": "Letter spacing (tracking) for the sheet header.",
|
|
2838
|
+
"name": "--m3e-bottom-sheet-header-tracking"
|
|
2839
|
+
}
|
|
2840
|
+
],
|
|
2841
|
+
"slots": [
|
|
2842
|
+
{
|
|
2843
|
+
"description": "Renders the content of the sheet.",
|
|
2844
|
+
"name": ""
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"description": "Renders the header of the sheet.",
|
|
2848
|
+
"name": "header"
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"members": [
|
|
2852
|
+
{
|
|
2853
|
+
"kind": "field",
|
|
2854
|
+
"name": "__openSheet",
|
|
2855
|
+
"type": {
|
|
2856
|
+
"text": "M3eBottomSheetElement | undefined"
|
|
2857
|
+
},
|
|
2858
|
+
"privacy": "private",
|
|
2859
|
+
"static": true
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"kind": "field",
|
|
2863
|
+
"name": "#documentClickHandler",
|
|
2864
|
+
"privacy": "private",
|
|
2865
|
+
"readonly": true
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"kind": "field",
|
|
2869
|
+
"name": "#documentKeyDownHandler",
|
|
2870
|
+
"privacy": "private",
|
|
2871
|
+
"readonly": true
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"kind": "field",
|
|
2875
|
+
"name": "#windowResizeHandler",
|
|
2876
|
+
"privacy": "private",
|
|
2877
|
+
"readonly": true
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "field",
|
|
2881
|
+
"name": "#velocityTracker",
|
|
2882
|
+
"privacy": "private",
|
|
2883
|
+
"readonly": true,
|
|
2884
|
+
"default": "new VelocityTracker()"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"kind": "field",
|
|
2888
|
+
"name": "#scrollLockController",
|
|
2889
|
+
"privacy": "private",
|
|
2890
|
+
"readonly": true,
|
|
2891
|
+
"default": "new ScrollLockController(this)"
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "field",
|
|
2895
|
+
"name": "#inertController",
|
|
2896
|
+
"privacy": "private",
|
|
2897
|
+
"readonly": true,
|
|
2898
|
+
"default": "new InertController(this)"
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"kind": "field",
|
|
2902
|
+
"name": "#resizeController",
|
|
2903
|
+
"privacy": "private",
|
|
2904
|
+
"readonly": true,
|
|
2905
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: (x) => this.#handleSectionResize(x), })"
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"kind": "field",
|
|
2909
|
+
"name": "#trigger",
|
|
2910
|
+
"privacy": "private",
|
|
2911
|
+
"type": {
|
|
2912
|
+
"text": "Element | null"
|
|
2913
|
+
},
|
|
2914
|
+
"default": "null"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"kind": "field",
|
|
2918
|
+
"name": "#dragState",
|
|
2919
|
+
"privacy": "private",
|
|
2920
|
+
"type": {
|
|
2921
|
+
"text": "{\r\n startY: number;\r\n startHeight: number;\r\n effectiveMaxHeight: number;\r\n maxHeight: number;\r\n minHeight: number;\r\n } | undefined"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"kind": "field",
|
|
2926
|
+
"name": "#dragged",
|
|
2927
|
+
"privacy": "private",
|
|
2928
|
+
"type": {
|
|
2929
|
+
"text": "boolean"
|
|
2930
|
+
},
|
|
2931
|
+
"default": "false"
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"kind": "field",
|
|
2935
|
+
"name": "#activeDetent",
|
|
2936
|
+
"privacy": "private",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "number"
|
|
2939
|
+
},
|
|
2940
|
+
"default": "0"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"kind": "field",
|
|
2944
|
+
"name": "#requestDetent",
|
|
2945
|
+
"privacy": "private",
|
|
2946
|
+
"type": {
|
|
2947
|
+
"text": "number | undefined"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"kind": "field",
|
|
2952
|
+
"name": "#cachedContentHeight",
|
|
2953
|
+
"privacy": "private",
|
|
2612
2954
|
"type": {
|
|
2613
2955
|
"text": "number"
|
|
2614
2956
|
},
|
|
@@ -2711,9 +3053,19 @@
|
|
|
2711
3053
|
"text": "number"
|
|
2712
3054
|
},
|
|
2713
3055
|
"default": "0.5",
|
|
2714
|
-
"description": "The friction coefficient to hide the sheet
|
|
3056
|
+
"description": "The friction coefficient to hide the sheet.",
|
|
2715
3057
|
"attribute": "hide-friction"
|
|
2716
3058
|
},
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "field",
|
|
3061
|
+
"name": "overshootLimit",
|
|
3062
|
+
"type": {
|
|
3063
|
+
"text": "number"
|
|
3064
|
+
},
|
|
3065
|
+
"default": "4",
|
|
3066
|
+
"description": "A fractional value, between 0 and 100, indicating the maximum visual overshoot allowed when dragging past the minimum or maximum size.",
|
|
3067
|
+
"attribute": "overshoot-limit"
|
|
3068
|
+
},
|
|
2717
3069
|
{
|
|
2718
3070
|
"kind": "method",
|
|
2719
3071
|
"name": "show",
|
|
@@ -3234,7 +3586,7 @@
|
|
|
3234
3586
|
"fieldName": "hideable"
|
|
3235
3587
|
},
|
|
3236
3588
|
{
|
|
3237
|
-
"description": "The friction coefficient to hide the sheet
|
|
3589
|
+
"description": "The friction coefficient to hide the sheet.",
|
|
3238
3590
|
"name": "hide-friction",
|
|
3239
3591
|
"type": {
|
|
3240
3592
|
"text": "number"
|
|
@@ -3259,6 +3611,15 @@
|
|
|
3259
3611
|
},
|
|
3260
3612
|
"default": "false",
|
|
3261
3613
|
"fieldName": "open"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"description": "A fractional value, between 0 and 100, indicating the maximum visual overshoot allowed when dragging past the minimum or maximum size.",
|
|
3617
|
+
"name": "overshoot-limit",
|
|
3618
|
+
"type": {
|
|
3619
|
+
"text": "number"
|
|
3620
|
+
},
|
|
3621
|
+
"default": "4",
|
|
3622
|
+
"fieldName": "overshootLimit"
|
|
3262
3623
|
}
|
|
3263
3624
|
],
|
|
3264
3625
|
"mixins": [
|
|
@@ -3560,118 +3921,794 @@
|
|
|
3560
3921
|
},
|
|
3561
3922
|
{
|
|
3562
3923
|
"kind": "javascript-module",
|
|
3563
|
-
"path": "src/
|
|
3924
|
+
"path": "src/breadcrumb/BreadcrumbElement.ts",
|
|
3564
3925
|
"declarations": [
|
|
3565
3926
|
{
|
|
3566
3927
|
"kind": "class",
|
|
3567
|
-
"description": "
|
|
3568
|
-
"name": "
|
|
3928
|
+
"description": "Displays a hierarchical navigation path and identifies the user's\r\ncurrent location within an application.",
|
|
3929
|
+
"name": "M3eBreadcrumbElement",
|
|
3930
|
+
"slots": [
|
|
3931
|
+
{
|
|
3932
|
+
"description": "Renders breadcrumb items.",
|
|
3933
|
+
"name": ""
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"description": "Renders a custom separator between breadcrumb items.",
|
|
3937
|
+
"name": "separator"
|
|
3938
|
+
}
|
|
3939
|
+
],
|
|
3940
|
+
"members": [
|
|
3941
|
+
{
|
|
3942
|
+
"kind": "field",
|
|
3943
|
+
"name": "#customSeparator",
|
|
3944
|
+
"privacy": "private",
|
|
3945
|
+
"type": {
|
|
3946
|
+
"text": "Element[]"
|
|
3947
|
+
},
|
|
3948
|
+
"default": "[]"
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"kind": "field",
|
|
3952
|
+
"name": "wrap",
|
|
3953
|
+
"type": {
|
|
3954
|
+
"text": "boolean"
|
|
3955
|
+
},
|
|
3956
|
+
"default": "false",
|
|
3957
|
+
"description": "Whether items wrap to a new line.",
|
|
3958
|
+
"attribute": "wrap",
|
|
3959
|
+
"reflects": true
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "method",
|
|
3963
|
+
"name": "#handleSlotChange",
|
|
3964
|
+
"privacy": "private",
|
|
3965
|
+
"return": {
|
|
3966
|
+
"type": {
|
|
3967
|
+
"text": "void"
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"kind": "method",
|
|
3973
|
+
"name": "#handleSeparatorSlotChange",
|
|
3974
|
+
"privacy": "private",
|
|
3975
|
+
"return": {
|
|
3976
|
+
"type": {
|
|
3977
|
+
"text": "void"
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3980
|
+
"parameters": [
|
|
3981
|
+
{
|
|
3982
|
+
"name": "e",
|
|
3983
|
+
"type": {
|
|
3984
|
+
"text": "Event"
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3987
|
+
]
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"kind": "method",
|
|
3991
|
+
"name": "#setSeparator",
|
|
3992
|
+
"privacy": "private",
|
|
3993
|
+
"return": {
|
|
3994
|
+
"type": {
|
|
3995
|
+
"text": "void"
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
"parameters": [
|
|
3999
|
+
{
|
|
4000
|
+
"name": "item",
|
|
4001
|
+
"type": {
|
|
4002
|
+
"text": "M3eBreadcrumbItemElement"
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
]
|
|
4006
|
+
}
|
|
4007
|
+
],
|
|
4008
|
+
"attributes": [
|
|
4009
|
+
{
|
|
4010
|
+
"description": "Whether items wrap to a new line.",
|
|
4011
|
+
"name": "wrap",
|
|
4012
|
+
"type": {
|
|
4013
|
+
"text": "boolean"
|
|
4014
|
+
},
|
|
4015
|
+
"default": "false",
|
|
4016
|
+
"fieldName": "wrap"
|
|
4017
|
+
}
|
|
4018
|
+
],
|
|
4019
|
+
"mixins": [
|
|
4020
|
+
{
|
|
4021
|
+
"name": "Role",
|
|
4022
|
+
"package": "@m3e/web/core"
|
|
4023
|
+
}
|
|
4024
|
+
],
|
|
4025
|
+
"superclass": {
|
|
4026
|
+
"name": "LitElement",
|
|
4027
|
+
"package": "lit"
|
|
4028
|
+
},
|
|
4029
|
+
"tagName": "m3e-breadcrumb",
|
|
4030
|
+
"customElement": true
|
|
4031
|
+
}
|
|
4032
|
+
],
|
|
4033
|
+
"exports": [
|
|
4034
|
+
{
|
|
4035
|
+
"kind": "js",
|
|
4036
|
+
"name": "M3eBreadcrumbElement",
|
|
4037
|
+
"declaration": {
|
|
4038
|
+
"name": "M3eBreadcrumbElement",
|
|
4039
|
+
"module": "src/breadcrumb/BreadcrumbElement.ts"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"kind": "custom-element-definition",
|
|
4044
|
+
"name": "m3e-breadcrumb",
|
|
4045
|
+
"declaration": {
|
|
4046
|
+
"name": "M3eBreadcrumbElement",
|
|
4047
|
+
"module": "src/breadcrumb/BreadcrumbElement.ts"
|
|
4048
|
+
}
|
|
4049
|
+
}
|
|
4050
|
+
]
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"kind": "javascript-module",
|
|
4054
|
+
"path": "src/breadcrumb/BreadcrumbItemButtonElement.ts",
|
|
4055
|
+
"declarations": [
|
|
4056
|
+
{
|
|
4057
|
+
"kind": "class",
|
|
4058
|
+
"description": "",
|
|
4059
|
+
"name": "M3eBreadcrumbItemButtonElement",
|
|
4060
|
+
"members": [
|
|
4061
|
+
{
|
|
4062
|
+
"kind": "field",
|
|
4063
|
+
"name": "_focusRing",
|
|
4064
|
+
"type": {
|
|
4065
|
+
"text": "M3eFocusRingElement | undefined"
|
|
4066
|
+
},
|
|
4067
|
+
"privacy": "private",
|
|
4068
|
+
"readonly": true
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"kind": "field",
|
|
4072
|
+
"name": "_stateLayer",
|
|
4073
|
+
"type": {
|
|
4074
|
+
"text": "M3eStateLayerElement | undefined"
|
|
4075
|
+
},
|
|
4076
|
+
"privacy": "private",
|
|
4077
|
+
"readonly": true
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"kind": "field",
|
|
4081
|
+
"name": "_ripple",
|
|
4082
|
+
"type": {
|
|
4083
|
+
"text": "M3eRippleElement | undefined"
|
|
4084
|
+
},
|
|
4085
|
+
"privacy": "private",
|
|
4086
|
+
"readonly": true
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"kind": "field",
|
|
4090
|
+
"name": "#clickHandler",
|
|
4091
|
+
"privacy": "private"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"kind": "field",
|
|
4095
|
+
"name": "current",
|
|
4096
|
+
"type": {
|
|
4097
|
+
"text": "BreadcrumbItemCurrent | undefined"
|
|
4098
|
+
},
|
|
4099
|
+
"description": "Indicates the current item in the breadcrumb path.",
|
|
4100
|
+
"default": "undefined",
|
|
4101
|
+
"attribute": "current",
|
|
4102
|
+
"reflects": true
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"kind": "method",
|
|
4106
|
+
"name": "#handleSlotChange",
|
|
4107
|
+
"privacy": "private",
|
|
4108
|
+
"return": {
|
|
4109
|
+
"type": {
|
|
4110
|
+
"text": "void"
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
"parameters": [
|
|
4114
|
+
{
|
|
4115
|
+
"name": "e",
|
|
4116
|
+
"type": {
|
|
4117
|
+
"text": "Event"
|
|
4118
|
+
}
|
|
4119
|
+
}
|
|
4120
|
+
]
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"kind": "method",
|
|
4124
|
+
"name": "#handleClick",
|
|
4125
|
+
"privacy": "private",
|
|
4126
|
+
"return": {
|
|
4127
|
+
"type": {
|
|
4128
|
+
"text": "void"
|
|
4129
|
+
}
|
|
4130
|
+
},
|
|
4131
|
+
"parameters": [
|
|
4132
|
+
{
|
|
4133
|
+
"name": "e",
|
|
4134
|
+
"type": {
|
|
4135
|
+
"text": "Event"
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
]
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"kind": "field",
|
|
4142
|
+
"name": "#keyPressed",
|
|
4143
|
+
"privacy": "private",
|
|
4144
|
+
"type": {
|
|
4145
|
+
"text": "boolean"
|
|
4146
|
+
},
|
|
4147
|
+
"default": "false",
|
|
4148
|
+
"inheritedFrom": {
|
|
4149
|
+
"name": "KeyboardClick",
|
|
4150
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
4151
|
+
}
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"kind": "field",
|
|
4155
|
+
"name": "#keyDownHandler",
|
|
4156
|
+
"privacy": "private",
|
|
4157
|
+
"readonly": true,
|
|
4158
|
+
"inheritedFrom": {
|
|
4159
|
+
"name": "KeyboardClick",
|
|
4160
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
4161
|
+
}
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"kind": "field",
|
|
4165
|
+
"name": "#keyUpHandler",
|
|
4166
|
+
"privacy": "private",
|
|
4167
|
+
"readonly": true,
|
|
4168
|
+
"inheritedFrom": {
|
|
4169
|
+
"name": "KeyboardClick",
|
|
4170
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
4171
|
+
}
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"kind": "field",
|
|
4175
|
+
"name": "#focusOutHandler",
|
|
4176
|
+
"privacy": "private",
|
|
4177
|
+
"readonly": true,
|
|
4178
|
+
"inheritedFrom": {
|
|
4179
|
+
"name": "KeyboardClick",
|
|
4180
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"kind": "method",
|
|
4185
|
+
"name": "#handleKeyDown",
|
|
4186
|
+
"privacy": "private",
|
|
4187
|
+
"return": {
|
|
4188
|
+
"type": {
|
|
4189
|
+
"text": "void"
|
|
4190
|
+
}
|
|
4191
|
+
},
|
|
4192
|
+
"parameters": [
|
|
4193
|
+
{
|
|
4194
|
+
"name": "e",
|
|
4195
|
+
"type": {
|
|
4196
|
+
"text": "KeyboardEvent"
|
|
4197
|
+
}
|
|
4198
|
+
}
|
|
4199
|
+
],
|
|
4200
|
+
"inheritedFrom": {
|
|
4201
|
+
"name": "KeyboardClick",
|
|
4202
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"kind": "method",
|
|
4207
|
+
"name": "#handleKeyUp",
|
|
4208
|
+
"privacy": "private",
|
|
4209
|
+
"return": {
|
|
4210
|
+
"type": {
|
|
4211
|
+
"text": "void"
|
|
4212
|
+
}
|
|
4213
|
+
},
|
|
4214
|
+
"parameters": [
|
|
4215
|
+
{
|
|
4216
|
+
"name": "e",
|
|
4217
|
+
"type": {
|
|
4218
|
+
"text": "KeyboardEvent"
|
|
4219
|
+
}
|
|
4220
|
+
}
|
|
4221
|
+
],
|
|
4222
|
+
"inheritedFrom": {
|
|
4223
|
+
"name": "KeyboardClick",
|
|
4224
|
+
"module": "src/core/shared/mixins/KeyboardClick.ts"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"kind": "field",
|
|
4229
|
+
"name": "[_clickHandler]",
|
|
4230
|
+
"privacy": "private",
|
|
4231
|
+
"inheritedFrom": {
|
|
4232
|
+
"name": "LinkButton",
|
|
4233
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4234
|
+
}
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"kind": "field",
|
|
4238
|
+
"name": "href",
|
|
4239
|
+
"type": {
|
|
4240
|
+
"text": "string"
|
|
4241
|
+
},
|
|
4242
|
+
"default": "\"\"",
|
|
4243
|
+
"description": "The URL to which the link button points.",
|
|
4244
|
+
"attribute": "href",
|
|
4245
|
+
"inheritedFrom": {
|
|
4246
|
+
"name": "LinkButton",
|
|
4247
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"kind": "field",
|
|
4252
|
+
"name": "target",
|
|
4253
|
+
"type": {
|
|
4254
|
+
"text": "LinkTarget"
|
|
4255
|
+
},
|
|
4256
|
+
"default": "\"\"",
|
|
4257
|
+
"description": "The target of the link button.",
|
|
4258
|
+
"attribute": "target",
|
|
4259
|
+
"inheritedFrom": {
|
|
4260
|
+
"name": "LinkButton",
|
|
4261
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"kind": "field",
|
|
4266
|
+
"name": "rel",
|
|
4267
|
+
"type": {
|
|
4268
|
+
"text": "string"
|
|
4269
|
+
},
|
|
4270
|
+
"default": "\"\"",
|
|
4271
|
+
"description": "The relationship between the `target` of the link button and the document.",
|
|
4272
|
+
"attribute": "rel",
|
|
4273
|
+
"inheritedFrom": {
|
|
4274
|
+
"name": "LinkButton",
|
|
4275
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"kind": "field",
|
|
4280
|
+
"name": "download",
|
|
4281
|
+
"type": {
|
|
4282
|
+
"text": "string | null"
|
|
4283
|
+
},
|
|
4284
|
+
"description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
|
|
4285
|
+
"default": "null",
|
|
4286
|
+
"attribute": "download",
|
|
4287
|
+
"inheritedFrom": {
|
|
4288
|
+
"name": "LinkButton",
|
|
4289
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4290
|
+
}
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"kind": "method",
|
|
4294
|
+
"name": "#handleLinkPointerDown",
|
|
4295
|
+
"privacy": "private",
|
|
4296
|
+
"return": {
|
|
4297
|
+
"type": {
|
|
4298
|
+
"text": "void"
|
|
4299
|
+
}
|
|
4300
|
+
},
|
|
4301
|
+
"parameters": [
|
|
4302
|
+
{
|
|
4303
|
+
"name": "e",
|
|
4304
|
+
"type": {
|
|
4305
|
+
"text": "PointerEvent"
|
|
4306
|
+
}
|
|
4307
|
+
}
|
|
4308
|
+
],
|
|
4309
|
+
"inheritedFrom": {
|
|
4310
|
+
"name": "LinkButton",
|
|
4311
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4312
|
+
}
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"kind": "method",
|
|
4316
|
+
"name": "#handleLinkFocus",
|
|
4317
|
+
"privacy": "private",
|
|
4318
|
+
"return": {
|
|
4319
|
+
"type": {
|
|
4320
|
+
"text": "void"
|
|
4321
|
+
}
|
|
4322
|
+
},
|
|
4323
|
+
"parameters": [
|
|
4324
|
+
{
|
|
4325
|
+
"name": "e",
|
|
4326
|
+
"type": {
|
|
4327
|
+
"text": "Event"
|
|
4328
|
+
}
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"inheritedFrom": {
|
|
4332
|
+
"name": "LinkButton",
|
|
4333
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"kind": "method",
|
|
4338
|
+
"name": "#handleLinkBlur",
|
|
4339
|
+
"privacy": "private",
|
|
4340
|
+
"return": {
|
|
4341
|
+
"type": {
|
|
4342
|
+
"text": "void"
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
4345
|
+
"parameters": [
|
|
4346
|
+
{
|
|
4347
|
+
"name": "e",
|
|
4348
|
+
"type": {
|
|
4349
|
+
"text": "Event"
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
],
|
|
4353
|
+
"inheritedFrom": {
|
|
4354
|
+
"name": "LinkButton",
|
|
4355
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"kind": "field",
|
|
4360
|
+
"name": "[_tabindex]",
|
|
4361
|
+
"type": {
|
|
4362
|
+
"text": "number"
|
|
4363
|
+
},
|
|
4364
|
+
"privacy": "private",
|
|
4365
|
+
"default": "0",
|
|
4366
|
+
"inheritedFrom": {
|
|
4367
|
+
"name": "Focusable",
|
|
4368
|
+
"module": "src/core/shared/mixins/Focusable.ts"
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"kind": "field",
|
|
4373
|
+
"name": "disabled",
|
|
4374
|
+
"type": {
|
|
4375
|
+
"text": "boolean"
|
|
4376
|
+
},
|
|
4377
|
+
"default": "false",
|
|
4378
|
+
"description": "Whether the element is disabled.",
|
|
4379
|
+
"attribute": "disabled",
|
|
4380
|
+
"inheritedFrom": {
|
|
4381
|
+
"name": "Disabled",
|
|
4382
|
+
"module": "src/core/shared/mixins/Disabled.ts"
|
|
4383
|
+
}
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"kind": "field",
|
|
4387
|
+
"name": "formAssociated",
|
|
4388
|
+
"static": true,
|
|
4389
|
+
"readonly": true,
|
|
4390
|
+
"default": "formAssociated",
|
|
4391
|
+
"description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
|
|
4392
|
+
"inheritedFrom": {
|
|
4393
|
+
"name": "AttachInternals",
|
|
4394
|
+
"module": "src/core/shared/mixins/AttachInternals.ts"
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"kind": "field",
|
|
4399
|
+
"name": "[_internals]",
|
|
4400
|
+
"type": {
|
|
4401
|
+
"text": "ElementInternals | undefined"
|
|
4402
|
+
},
|
|
4403
|
+
"privacy": "private",
|
|
4404
|
+
"inheritedFrom": {
|
|
4405
|
+
"name": "AttachInternals",
|
|
4406
|
+
"module": "src/core/shared/mixins/AttachInternals.ts"
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"kind": "field",
|
|
4411
|
+
"name": "[_customState]",
|
|
4412
|
+
"default": "new Set<string>()",
|
|
4413
|
+
"privacy": "private",
|
|
4414
|
+
"inheritedFrom": {
|
|
4415
|
+
"name": "AttachInternals",
|
|
4416
|
+
"module": "src/core/shared/mixins/AttachInternals.ts"
|
|
4417
|
+
}
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"attributes": [
|
|
4421
|
+
{
|
|
4422
|
+
"name": "current",
|
|
4423
|
+
"type": {
|
|
4424
|
+
"text": "BreadcrumbItemCurrent | undefined"
|
|
4425
|
+
},
|
|
4426
|
+
"description": "Indicates the current item in the breadcrumb path.",
|
|
4427
|
+
"default": "undefined",
|
|
4428
|
+
"fieldName": "current"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "href",
|
|
4432
|
+
"type": {
|
|
4433
|
+
"text": "string"
|
|
4434
|
+
},
|
|
4435
|
+
"default": "\"\"",
|
|
4436
|
+
"description": "The URL to which the link button points.",
|
|
4437
|
+
"fieldName": "href",
|
|
4438
|
+
"inheritedFrom": {
|
|
4439
|
+
"name": "LinkButton",
|
|
4440
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4441
|
+
}
|
|
4442
|
+
},
|
|
4443
|
+
{
|
|
4444
|
+
"name": "target",
|
|
4445
|
+
"type": {
|
|
4446
|
+
"text": "LinkTarget"
|
|
4447
|
+
},
|
|
4448
|
+
"default": "\"\"",
|
|
4449
|
+
"description": "The target of the link button.",
|
|
4450
|
+
"fieldName": "target",
|
|
4451
|
+
"inheritedFrom": {
|
|
4452
|
+
"name": "LinkButton",
|
|
4453
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "rel",
|
|
4458
|
+
"type": {
|
|
4459
|
+
"text": "string"
|
|
4460
|
+
},
|
|
4461
|
+
"default": "\"\"",
|
|
4462
|
+
"description": "The relationship between the `target` of the link button and the document.",
|
|
4463
|
+
"fieldName": "rel",
|
|
4464
|
+
"inheritedFrom": {
|
|
4465
|
+
"name": "LinkButton",
|
|
4466
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4467
|
+
}
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"name": "download",
|
|
4471
|
+
"type": {
|
|
4472
|
+
"text": "string | null"
|
|
4473
|
+
},
|
|
4474
|
+
"description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
|
|
4475
|
+
"default": "null",
|
|
4476
|
+
"fieldName": "download",
|
|
4477
|
+
"inheritedFrom": {
|
|
4478
|
+
"name": "LinkButton",
|
|
4479
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4480
|
+
}
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"name": "disabled",
|
|
4484
|
+
"type": {
|
|
4485
|
+
"text": "boolean"
|
|
4486
|
+
},
|
|
4487
|
+
"default": "false",
|
|
4488
|
+
"description": "Whether the element is disabled.",
|
|
4489
|
+
"fieldName": "disabled",
|
|
4490
|
+
"inheritedFrom": {
|
|
4491
|
+
"name": "Disabled",
|
|
4492
|
+
"module": "src/core/shared/mixins/Disabled.ts"
|
|
4493
|
+
}
|
|
4494
|
+
}
|
|
4495
|
+
],
|
|
4496
|
+
"mixins": [
|
|
4497
|
+
{
|
|
4498
|
+
"name": "KeyboardClick",
|
|
4499
|
+
"package": "@m3e/web/core"
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "LinkButton",
|
|
4503
|
+
"package": "@m3e/web/core"
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "Focusable",
|
|
4507
|
+
"package": "@m3e/web/core"
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "Disabled",
|
|
4511
|
+
"package": "@m3e/web/core"
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"name": "AttachInternals",
|
|
4515
|
+
"package": "@m3e/web/core"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "Role",
|
|
4519
|
+
"package": "@m3e/web/core"
|
|
4520
|
+
}
|
|
4521
|
+
],
|
|
4522
|
+
"superclass": {
|
|
4523
|
+
"name": "LitElement",
|
|
4524
|
+
"package": "lit"
|
|
4525
|
+
},
|
|
4526
|
+
"tagName": "m3e-breadcrumb-item-button",
|
|
4527
|
+
"customElement": true,
|
|
4528
|
+
"events": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "click",
|
|
4531
|
+
"type": {
|
|
4532
|
+
"text": "MouseEvent"
|
|
4533
|
+
},
|
|
4534
|
+
"inheritedFrom": {
|
|
4535
|
+
"name": "LinkButton",
|
|
4536
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4537
|
+
}
|
|
4538
|
+
}
|
|
4539
|
+
]
|
|
4540
|
+
}
|
|
4541
|
+
],
|
|
4542
|
+
"exports": [
|
|
4543
|
+
{
|
|
4544
|
+
"kind": "custom-element-definition",
|
|
4545
|
+
"name": "m3e-breadcrumb-item-button",
|
|
4546
|
+
"declaration": {
|
|
4547
|
+
"name": "M3eBreadcrumbItemButtonElement",
|
|
4548
|
+
"module": "src/breadcrumb/BreadcrumbItemButtonElement.ts"
|
|
4549
|
+
}
|
|
4550
|
+
}
|
|
4551
|
+
]
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"kind": "javascript-module",
|
|
4555
|
+
"path": "src/breadcrumb/BreadcrumbItemCurrent.ts",
|
|
4556
|
+
"declarations": [],
|
|
4557
|
+
"exports": []
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"kind": "javascript-module",
|
|
4561
|
+
"path": "src/breadcrumb/BreadcrumbItemElement.ts",
|
|
4562
|
+
"declarations": [
|
|
4563
|
+
{
|
|
4564
|
+
"kind": "class",
|
|
4565
|
+
"description": "An item in a breadcrumb.",
|
|
4566
|
+
"name": "M3eBreadcrumbItemElement",
|
|
3569
4567
|
"cssProperties": [
|
|
3570
4568
|
{
|
|
3571
|
-
"description": "
|
|
3572
|
-
"name": "--m3e-
|
|
4569
|
+
"description": "Shape of the internal breadcrumb item button.",
|
|
4570
|
+
"name": "--m3e-breadcrumb-item-shape"
|
|
3573
4571
|
},
|
|
3574
4572
|
{
|
|
3575
|
-
"description": "
|
|
3576
|
-
"name": "--m3e-
|
|
4573
|
+
"description": "Height of the internal breadcrumb item button container.",
|
|
4574
|
+
"name": "--m3e-breadcrumb-item-container-height"
|
|
3577
4575
|
},
|
|
3578
4576
|
{
|
|
3579
|
-
"description": "
|
|
3580
|
-
"name": "--m3e-
|
|
4577
|
+
"description": "Color of breadcrumb item icon-only content.",
|
|
4578
|
+
"name": "--m3e-breadcrumb-item-icon-color"
|
|
3581
4579
|
},
|
|
3582
4580
|
{
|
|
3583
|
-
"description": "
|
|
3584
|
-
"name": "--m3e-
|
|
4581
|
+
"description": "Horizontal padding for icon-only breadcrumb items.",
|
|
4582
|
+
"name": "--m3e-breadcrumb-item-icon-padding-inline"
|
|
3585
4583
|
},
|
|
3586
4584
|
{
|
|
3587
|
-
"description": "
|
|
3588
|
-
"name": "--m3e-
|
|
4585
|
+
"description": "Hover state layer color for icon-only breadcrumb items.",
|
|
4586
|
+
"name": "--m3e-breadcrumb-item-icon-hover-state-layer-color"
|
|
3589
4587
|
},
|
|
3590
4588
|
{
|
|
3591
|
-
"description": "
|
|
3592
|
-
"name": "--m3e-
|
|
4589
|
+
"description": "Focus state layer color for icon-only breadcrumb items.",
|
|
4590
|
+
"name": "--m3e-breadcrumb-item-icon-focus-state-layer-color"
|
|
3593
4591
|
},
|
|
3594
4592
|
{
|
|
3595
|
-
"description": "
|
|
3596
|
-
"name": "--m3e-
|
|
4593
|
+
"description": "Pressed state layer color for icon-only breadcrumb items.",
|
|
4594
|
+
"name": "--m3e-breadcrumb-item-icon-pressed-state-layer-color"
|
|
3597
4595
|
},
|
|
3598
4596
|
{
|
|
3599
|
-
"description": "
|
|
3600
|
-
"name": "--m3e-
|
|
4597
|
+
"description": "Color of breadcrumb item label content.",
|
|
4598
|
+
"name": "--m3e-breadcrumb-item-label-color"
|
|
3601
4599
|
},
|
|
3602
4600
|
{
|
|
3603
|
-
"description": "
|
|
3604
|
-
"name": "--m3e-
|
|
4601
|
+
"description": "Font size of breadcrumb item label content.",
|
|
4602
|
+
"name": "--m3e-breadcrumb-item-label-font-size"
|
|
3605
4603
|
},
|
|
3606
4604
|
{
|
|
3607
|
-
"description": "
|
|
3608
|
-
"name": "--m3e-
|
|
4605
|
+
"description": "Font weight of breadcrumb item label content.",
|
|
4606
|
+
"name": "--m3e-breadcrumb-item-label-font-weight"
|
|
3609
4607
|
},
|
|
3610
4608
|
{
|
|
3611
|
-
"description": "
|
|
3612
|
-
"name": "--m3e-
|
|
4609
|
+
"description": "Line height of breadcrumb item label content.",
|
|
4610
|
+
"name": "--m3e-breadcrumb-item-label-line-height"
|
|
3613
4611
|
},
|
|
3614
4612
|
{
|
|
3615
|
-
"description": "
|
|
3616
|
-
"name": "--m3e-
|
|
4613
|
+
"description": "Letter spacing of breadcrumb item label content.",
|
|
4614
|
+
"name": "--m3e-breadcrumb-item-label-tracking"
|
|
3617
4615
|
},
|
|
3618
4616
|
{
|
|
3619
|
-
"description": "
|
|
3620
|
-
"name": "--m3e-
|
|
4617
|
+
"description": "Horizontal padding for label breadcrumb items.",
|
|
4618
|
+
"name": "--m3e-breadcrumb-item-label-padding-inline"
|
|
3621
4619
|
},
|
|
3622
4620
|
{
|
|
3623
|
-
"description": "
|
|
3624
|
-
"name": "--m3e-
|
|
4621
|
+
"description": "Hover state layer color for label breadcrumb items.",
|
|
4622
|
+
"name": "--m3e-breadcrumb-item-label-hover-state-layer-color"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"description": "Focus state layer color for label breadcrumb items.",
|
|
4626
|
+
"name": "--m3e-breadcrumb-item-label-focus-state-layer-color"
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"description": "Pressed state layer color for label breadcrumb items.",
|
|
4630
|
+
"name": "--m3e-breadcrumb-item-label-pressed-state-layer-color"
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"description": "Color used for the current breadcrumb item.",
|
|
4634
|
+
"name": "--m3e-breadcrumb-item-last-color"
|
|
4635
|
+
},
|
|
4636
|
+
{
|
|
4637
|
+
"description": "Space between icon and label.",
|
|
4638
|
+
"name": "--m3e-breadcrumb-item-icon-label-space"
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"description": "Size of the icon.",
|
|
4642
|
+
"name": "--m3e-breadcrumb-item-icon-size"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"description": "Disabled color used by the breadcrumb item button.",
|
|
4646
|
+
"name": "--m3e-breadcrumb-item-disabled-color"
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"description": "Disabled opacity used by the breadcrumb item button.",
|
|
4650
|
+
"name": "--m3e-breadcrumb-item-disabled-opacity"
|
|
3625
4651
|
}
|
|
3626
4652
|
],
|
|
3627
4653
|
"slots": [
|
|
3628
4654
|
{
|
|
3629
|
-
"description": "Renders the content of the
|
|
4655
|
+
"description": "Renders the content of the breadcrumb item.",
|
|
3630
4656
|
"name": ""
|
|
3631
4657
|
}
|
|
3632
4658
|
],
|
|
3633
4659
|
"members": [
|
|
3634
4660
|
{
|
|
3635
4661
|
"kind": "field",
|
|
3636
|
-
"name": "
|
|
3637
|
-
"privacy": "private",
|
|
4662
|
+
"name": "_button",
|
|
3638
4663
|
"type": {
|
|
3639
|
-
"text": "
|
|
3640
|
-
}
|
|
4664
|
+
"text": "M3eBreadcrumbItemButtonElement"
|
|
4665
|
+
},
|
|
4666
|
+
"privacy": "private",
|
|
4667
|
+
"readonly": true
|
|
3641
4668
|
},
|
|
3642
4669
|
{
|
|
3643
4670
|
"kind": "field",
|
|
3644
|
-
"name": "#
|
|
4671
|
+
"name": "#defaultSeparator",
|
|
3645
4672
|
"privacy": "private",
|
|
3646
4673
|
"type": {
|
|
3647
|
-
"text": "
|
|
4674
|
+
"text": "Element | undefined"
|
|
3648
4675
|
}
|
|
3649
4676
|
},
|
|
3650
4677
|
{
|
|
3651
4678
|
"kind": "field",
|
|
3652
|
-
"name": "
|
|
4679
|
+
"name": "itemLabel",
|
|
3653
4680
|
"type": {
|
|
3654
|
-
"text": "
|
|
4681
|
+
"text": "string"
|
|
3655
4682
|
},
|
|
3656
|
-
"default": "\"
|
|
3657
|
-
"description": "The
|
|
3658
|
-
"attribute": "
|
|
4683
|
+
"default": "\"\"",
|
|
4684
|
+
"description": "The accessible label given to the item's internal button.",
|
|
4685
|
+
"attribute": "item-label"
|
|
4686
|
+
},
|
|
4687
|
+
{
|
|
4688
|
+
"kind": "field",
|
|
4689
|
+
"name": "disabled",
|
|
4690
|
+
"type": {
|
|
4691
|
+
"text": "boolean"
|
|
4692
|
+
},
|
|
4693
|
+
"default": "false",
|
|
4694
|
+
"description": "Whether the element is disabled.",
|
|
4695
|
+
"attribute": "disabled",
|
|
3659
4696
|
"reflects": true
|
|
3660
4697
|
},
|
|
3661
4698
|
{
|
|
3662
4699
|
"kind": "field",
|
|
3663
|
-
"name": "
|
|
4700
|
+
"name": "current",
|
|
3664
4701
|
"type": {
|
|
3665
|
-
"text": "
|
|
4702
|
+
"text": "BreadcrumbItemCurrent | undefined"
|
|
3666
4703
|
},
|
|
3667
|
-
"
|
|
3668
|
-
"
|
|
3669
|
-
"attribute": "
|
|
4704
|
+
"description": "Indicates the current item in the breadcrumb path.",
|
|
4705
|
+
"default": "undefined",
|
|
4706
|
+
"attribute": "current",
|
|
3670
4707
|
"reflects": true
|
|
3671
4708
|
},
|
|
3672
4709
|
{
|
|
3673
4710
|
"kind": "method",
|
|
3674
|
-
"name": "
|
|
4711
|
+
"name": "focus",
|
|
3675
4712
|
"return": {
|
|
3676
4713
|
"type": {
|
|
3677
4714
|
"text": "void"
|
|
@@ -3679,35 +4716,45 @@
|
|
|
3679
4716
|
},
|
|
3680
4717
|
"parameters": [
|
|
3681
4718
|
{
|
|
3682
|
-
"name": "
|
|
4719
|
+
"name": "options",
|
|
4720
|
+
"optional": true,
|
|
3683
4721
|
"type": {
|
|
3684
|
-
"text": "
|
|
4722
|
+
"text": "FocusOptions"
|
|
3685
4723
|
}
|
|
3686
4724
|
}
|
|
3687
|
-
]
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
4725
|
+
]
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"kind": "method",
|
|
4729
|
+
"name": "blur",
|
|
4730
|
+
"return": {
|
|
4731
|
+
"type": {
|
|
4732
|
+
"text": "void"
|
|
4733
|
+
}
|
|
3692
4734
|
}
|
|
3693
4735
|
},
|
|
3694
4736
|
{
|
|
3695
4737
|
"kind": "method",
|
|
3696
|
-
"name": "
|
|
4738
|
+
"name": "click",
|
|
3697
4739
|
"return": {
|
|
3698
4740
|
"type": {
|
|
3699
4741
|
"text": "void"
|
|
3700
4742
|
}
|
|
3701
|
-
},
|
|
3702
|
-
"description": "Detaches the element from its current interactive control.",
|
|
3703
|
-
"inheritedFrom": {
|
|
3704
|
-
"name": "HtmlFor",
|
|
3705
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
3706
4743
|
}
|
|
3707
4744
|
},
|
|
3708
4745
|
{
|
|
3709
4746
|
"kind": "method",
|
|
3710
|
-
"name": "#
|
|
4747
|
+
"name": "#renderSeparator",
|
|
4748
|
+
"privacy": "private",
|
|
4749
|
+
"return": {
|
|
4750
|
+
"type": {
|
|
4751
|
+
"text": "unknown"
|
|
4752
|
+
}
|
|
4753
|
+
}
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"kind": "method",
|
|
4757
|
+
"name": "#handleIconSlotChange",
|
|
3711
4758
|
"privacy": "private",
|
|
3712
4759
|
"return": {
|
|
3713
4760
|
"type": {
|
|
@@ -3717,100 +4764,303 @@
|
|
|
3717
4764
|
},
|
|
3718
4765
|
{
|
|
3719
4766
|
"kind": "method",
|
|
3720
|
-
"name": "#
|
|
4767
|
+
"name": "#handleSlotChange",
|
|
3721
4768
|
"privacy": "private",
|
|
3722
4769
|
"return": {
|
|
3723
4770
|
"type": {
|
|
3724
|
-
"text": "
|
|
4771
|
+
"text": "void"
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4774
|
+
"parameters": [
|
|
4775
|
+
{
|
|
4776
|
+
"name": "e",
|
|
4777
|
+
"type": {
|
|
4778
|
+
"text": "Event"
|
|
4779
|
+
}
|
|
4780
|
+
}
|
|
4781
|
+
]
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
"kind": "method",
|
|
4785
|
+
"name": "#updateIconFilled",
|
|
4786
|
+
"privacy": "private",
|
|
4787
|
+
"return": {
|
|
4788
|
+
"type": {
|
|
4789
|
+
"text": "void"
|
|
3725
4790
|
}
|
|
3726
4791
|
}
|
|
3727
4792
|
},
|
|
3728
4793
|
{
|
|
3729
4794
|
"kind": "field",
|
|
3730
|
-
"name": "[
|
|
4795
|
+
"name": "[_clickHandler]",
|
|
4796
|
+
"privacy": "private",
|
|
4797
|
+
"inheritedFrom": {
|
|
4798
|
+
"name": "LinkButton",
|
|
4799
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4800
|
+
}
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"kind": "field",
|
|
4804
|
+
"name": "href",
|
|
3731
4805
|
"type": {
|
|
3732
|
-
"text": "
|
|
4806
|
+
"text": "string"
|
|
3733
4807
|
},
|
|
3734
|
-
"
|
|
4808
|
+
"default": "\"\"",
|
|
4809
|
+
"description": "The URL to which the link button points.",
|
|
4810
|
+
"attribute": "href",
|
|
3735
4811
|
"inheritedFrom": {
|
|
3736
|
-
"name": "
|
|
3737
|
-
"module": "src/core/shared/mixins/
|
|
4812
|
+
"name": "LinkButton",
|
|
4813
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
3738
4814
|
}
|
|
3739
4815
|
},
|
|
3740
4816
|
{
|
|
3741
4817
|
"kind": "field",
|
|
3742
|
-
"name": "
|
|
4818
|
+
"name": "target",
|
|
3743
4819
|
"type": {
|
|
3744
|
-
"text": "
|
|
4820
|
+
"text": "LinkTarget"
|
|
3745
4821
|
},
|
|
3746
|
-
"
|
|
3747
|
-
"
|
|
4822
|
+
"default": "\"\"",
|
|
4823
|
+
"description": "The target of the link button.",
|
|
4824
|
+
"attribute": "target",
|
|
3748
4825
|
"inheritedFrom": {
|
|
3749
|
-
"name": "
|
|
3750
|
-
"module": "src/core/shared/mixins/
|
|
4826
|
+
"name": "LinkButton",
|
|
4827
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
3751
4828
|
}
|
|
3752
4829
|
},
|
|
3753
4830
|
{
|
|
3754
4831
|
"kind": "field",
|
|
3755
|
-
"name": "
|
|
4832
|
+
"name": "rel",
|
|
4833
|
+
"type": {
|
|
4834
|
+
"text": "string"
|
|
4835
|
+
},
|
|
4836
|
+
"default": "\"\"",
|
|
4837
|
+
"description": "The relationship between the `target` of the link button and the document.",
|
|
4838
|
+
"attribute": "rel",
|
|
4839
|
+
"inheritedFrom": {
|
|
4840
|
+
"name": "LinkButton",
|
|
4841
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4842
|
+
}
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
"kind": "field",
|
|
4846
|
+
"name": "download",
|
|
3756
4847
|
"type": {
|
|
3757
4848
|
"text": "string | null"
|
|
3758
4849
|
},
|
|
4850
|
+
"description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
|
|
3759
4851
|
"default": "null",
|
|
3760
|
-
"
|
|
3761
|
-
"attribute": "for",
|
|
4852
|
+
"attribute": "download",
|
|
3762
4853
|
"inheritedFrom": {
|
|
3763
|
-
"name": "
|
|
3764
|
-
"module": "src/core/shared/mixins/
|
|
4854
|
+
"name": "LinkButton",
|
|
4855
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4856
|
+
}
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"kind": "method",
|
|
4860
|
+
"name": "#handleLinkPointerDown",
|
|
4861
|
+
"privacy": "private",
|
|
4862
|
+
"return": {
|
|
4863
|
+
"type": {
|
|
4864
|
+
"text": "void"
|
|
4865
|
+
}
|
|
4866
|
+
},
|
|
4867
|
+
"parameters": [
|
|
4868
|
+
{
|
|
4869
|
+
"name": "e",
|
|
4870
|
+
"type": {
|
|
4871
|
+
"text": "PointerEvent"
|
|
4872
|
+
}
|
|
4873
|
+
}
|
|
4874
|
+
],
|
|
4875
|
+
"inheritedFrom": {
|
|
4876
|
+
"name": "LinkButton",
|
|
4877
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4878
|
+
}
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"kind": "method",
|
|
4882
|
+
"name": "#handleLinkFocus",
|
|
4883
|
+
"privacy": "private",
|
|
4884
|
+
"return": {
|
|
4885
|
+
"type": {
|
|
4886
|
+
"text": "void"
|
|
4887
|
+
}
|
|
4888
|
+
},
|
|
4889
|
+
"parameters": [
|
|
4890
|
+
{
|
|
4891
|
+
"name": "e",
|
|
4892
|
+
"type": {
|
|
4893
|
+
"text": "Event"
|
|
4894
|
+
}
|
|
4895
|
+
}
|
|
4896
|
+
],
|
|
4897
|
+
"inheritedFrom": {
|
|
4898
|
+
"name": "LinkButton",
|
|
4899
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"kind": "method",
|
|
4904
|
+
"name": "#handleLinkBlur",
|
|
4905
|
+
"privacy": "private",
|
|
4906
|
+
"return": {
|
|
4907
|
+
"type": {
|
|
4908
|
+
"text": "void"
|
|
4909
|
+
}
|
|
4910
|
+
},
|
|
4911
|
+
"parameters": [
|
|
4912
|
+
{
|
|
4913
|
+
"name": "e",
|
|
4914
|
+
"type": {
|
|
4915
|
+
"text": "Event"
|
|
4916
|
+
}
|
|
4917
|
+
}
|
|
4918
|
+
],
|
|
4919
|
+
"inheritedFrom": {
|
|
4920
|
+
"name": "LinkButton",
|
|
4921
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
3765
4922
|
}
|
|
3766
4923
|
},
|
|
3767
4924
|
{
|
|
3768
4925
|
"kind": "field",
|
|
3769
|
-
"name": "
|
|
3770
|
-
"
|
|
4926
|
+
"name": "formAssociated",
|
|
4927
|
+
"static": true,
|
|
3771
4928
|
"readonly": true,
|
|
4929
|
+
"default": "formAssociated",
|
|
4930
|
+
"description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
|
|
3772
4931
|
"inheritedFrom": {
|
|
3773
|
-
"name": "
|
|
3774
|
-
"module": "src/core/shared/mixins/
|
|
4932
|
+
"name": "AttachInternals",
|
|
4933
|
+
"module": "src/core/shared/mixins/AttachInternals.ts"
|
|
4934
|
+
}
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"kind": "field",
|
|
4938
|
+
"name": "[_internals]",
|
|
4939
|
+
"type": {
|
|
4940
|
+
"text": "ElementInternals | undefined"
|
|
4941
|
+
},
|
|
4942
|
+
"privacy": "private",
|
|
4943
|
+
"inheritedFrom": {
|
|
4944
|
+
"name": "AttachInternals",
|
|
4945
|
+
"module": "src/core/shared/mixins/AttachInternals.ts"
|
|
4946
|
+
}
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"kind": "field",
|
|
4950
|
+
"name": "[_customState]",
|
|
4951
|
+
"default": "new Set<string>()",
|
|
4952
|
+
"privacy": "private",
|
|
4953
|
+
"inheritedFrom": {
|
|
4954
|
+
"name": "AttachInternals",
|
|
4955
|
+
"module": "src/core/shared/mixins/AttachInternals.ts"
|
|
4956
|
+
}
|
|
4957
|
+
}
|
|
4958
|
+
],
|
|
4959
|
+
"events": [
|
|
4960
|
+
{
|
|
4961
|
+
"name": "click",
|
|
4962
|
+
"type": {
|
|
4963
|
+
"text": "MouseEvent"
|
|
4964
|
+
},
|
|
4965
|
+
"description": "Emitted when the element is clicked.",
|
|
4966
|
+
"inheritedFrom": {
|
|
4967
|
+
"name": "LinkButton",
|
|
4968
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
3775
4969
|
}
|
|
3776
4970
|
}
|
|
3777
4971
|
],
|
|
3778
4972
|
"attributes": [
|
|
3779
4973
|
{
|
|
3780
|
-
"description": "The
|
|
3781
|
-
"name": "
|
|
4974
|
+
"description": "The accessible label given to the item's internal button.",
|
|
4975
|
+
"name": "item-label",
|
|
3782
4976
|
"type": {
|
|
3783
|
-
"text": "
|
|
4977
|
+
"text": "string"
|
|
3784
4978
|
},
|
|
3785
|
-
"default": "\"
|
|
3786
|
-
"fieldName": "
|
|
4979
|
+
"default": "\"\"",
|
|
4980
|
+
"fieldName": "itemLabel"
|
|
3787
4981
|
},
|
|
3788
4982
|
{
|
|
3789
|
-
"
|
|
4983
|
+
"description": "Whether the element is disabled.",
|
|
4984
|
+
"name": "disabled",
|
|
3790
4985
|
"type": {
|
|
3791
|
-
"text": "
|
|
4986
|
+
"text": "boolean"
|
|
3792
4987
|
},
|
|
3793
|
-
"default": "
|
|
3794
|
-
"
|
|
3795
|
-
"fieldName": "position"
|
|
4988
|
+
"default": "false",
|
|
4989
|
+
"fieldName": "disabled"
|
|
3796
4990
|
},
|
|
3797
4991
|
{
|
|
3798
|
-
"
|
|
4992
|
+
"description": "Indicates the current item in the breadcrumb path.",
|
|
4993
|
+
"name": "current",
|
|
4994
|
+
"type": {
|
|
4995
|
+
"text": "BreadcrumbItemCurrent | undefined"
|
|
4996
|
+
},
|
|
4997
|
+
"default": "undefined",
|
|
4998
|
+
"fieldName": "current"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"name": "href",
|
|
5002
|
+
"type": {
|
|
5003
|
+
"text": "string"
|
|
5004
|
+
},
|
|
5005
|
+
"default": "\"\"",
|
|
5006
|
+
"description": "The URL to which the internal breadcrumb link button points.",
|
|
5007
|
+
"fieldName": "href",
|
|
5008
|
+
"inheritedFrom": {
|
|
5009
|
+
"name": "LinkButton",
|
|
5010
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
5011
|
+
}
|
|
5012
|
+
},
|
|
5013
|
+
{
|
|
5014
|
+
"name": "target",
|
|
5015
|
+
"type": {
|
|
5016
|
+
"text": "LinkTarget"
|
|
5017
|
+
},
|
|
5018
|
+
"default": "\"\"",
|
|
5019
|
+
"description": "The target of the internal breadcrumb link button.",
|
|
5020
|
+
"fieldName": "target",
|
|
5021
|
+
"inheritedFrom": {
|
|
5022
|
+
"name": "LinkButton",
|
|
5023
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
5024
|
+
}
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"name": "download",
|
|
3799
5028
|
"type": {
|
|
3800
5029
|
"text": "string | null"
|
|
3801
5030
|
},
|
|
5031
|
+
"description": "A value indicating whether the internal link target will be downloaded, optionally specifying a file name.",
|
|
3802
5032
|
"default": "null",
|
|
3803
|
-
"
|
|
3804
|
-
"fieldName": "htmlFor",
|
|
5033
|
+
"fieldName": "download",
|
|
3805
5034
|
"inheritedFrom": {
|
|
3806
|
-
"name": "
|
|
3807
|
-
"module": "src/core/shared/mixins/
|
|
5035
|
+
"name": "LinkButton",
|
|
5036
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
5037
|
+
}
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "rel",
|
|
5041
|
+
"type": {
|
|
5042
|
+
"text": "string"
|
|
5043
|
+
},
|
|
5044
|
+
"default": "\"\"",
|
|
5045
|
+
"description": "The relationship between the internal link target and the document.",
|
|
5046
|
+
"fieldName": "rel",
|
|
5047
|
+
"inheritedFrom": {
|
|
5048
|
+
"name": "LinkButton",
|
|
5049
|
+
"module": "src/core/shared/mixins/LinkButton.ts"
|
|
3808
5050
|
}
|
|
3809
5051
|
}
|
|
3810
5052
|
],
|
|
3811
5053
|
"mixins": [
|
|
3812
5054
|
{
|
|
3813
|
-
"name": "
|
|
5055
|
+
"name": "LinkButton",
|
|
5056
|
+
"package": "@m3e/web/core"
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"name": "AttachInternals",
|
|
5060
|
+
"package": "@m3e/web/core"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"name": "Role",
|
|
3814
5064
|
"package": "@m3e/web/core"
|
|
3815
5065
|
}
|
|
3816
5066
|
],
|
|
@@ -3818,44 +5068,32 @@
|
|
|
3818
5068
|
"name": "LitElement",
|
|
3819
5069
|
"package": "lit"
|
|
3820
5070
|
},
|
|
3821
|
-
"tagName": "m3e-
|
|
5071
|
+
"tagName": "m3e-breadcrumb-item",
|
|
3822
5072
|
"customElement": true
|
|
3823
5073
|
}
|
|
3824
5074
|
],
|
|
3825
5075
|
"exports": [
|
|
3826
5076
|
{
|
|
3827
5077
|
"kind": "js",
|
|
3828
|
-
"name": "
|
|
5078
|
+
"name": "M3eBreadcrumbItemElement",
|
|
3829
5079
|
"declaration": {
|
|
3830
|
-
"name": "
|
|
3831
|
-
"module": "src/
|
|
5080
|
+
"name": "M3eBreadcrumbItemElement",
|
|
5081
|
+
"module": "src/breadcrumb/BreadcrumbItemElement.ts"
|
|
3832
5082
|
}
|
|
3833
5083
|
},
|
|
3834
5084
|
{
|
|
3835
5085
|
"kind": "custom-element-definition",
|
|
3836
|
-
"name": "m3e-
|
|
5086
|
+
"name": "m3e-breadcrumb-item",
|
|
3837
5087
|
"declaration": {
|
|
3838
|
-
"name": "
|
|
3839
|
-
"module": "src/
|
|
5088
|
+
"name": "M3eBreadcrumbItemElement",
|
|
5089
|
+
"module": "src/breadcrumb/BreadcrumbItemElement.ts"
|
|
3840
5090
|
}
|
|
3841
5091
|
}
|
|
3842
5092
|
]
|
|
3843
5093
|
},
|
|
3844
5094
|
{
|
|
3845
5095
|
"kind": "javascript-module",
|
|
3846
|
-
"path": "src/
|
|
3847
|
-
"declarations": [],
|
|
3848
|
-
"exports": []
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"kind": "javascript-module",
|
|
3852
|
-
"path": "src/badge/BadgeSize.ts",
|
|
3853
|
-
"declarations": [],
|
|
3854
|
-
"exports": []
|
|
3855
|
-
},
|
|
3856
|
-
{
|
|
3857
|
-
"kind": "javascript-module",
|
|
3858
|
-
"path": "src/badge/index.ts",
|
|
5096
|
+
"path": "src/breadcrumb/index.ts",
|
|
3859
5097
|
"declarations": [],
|
|
3860
5098
|
"exports": [
|
|
3861
5099
|
{
|
|
@@ -3863,7 +5101,7 @@
|
|
|
3863
5101
|
"name": "*",
|
|
3864
5102
|
"declaration": {
|
|
3865
5103
|
"name": "*",
|
|
3866
|
-
"module": "src/
|
|
5104
|
+
"module": "src/breadcrumb/BreadcrumbElement"
|
|
3867
5105
|
}
|
|
3868
5106
|
},
|
|
3869
5107
|
{
|
|
@@ -3871,7 +5109,7 @@
|
|
|
3871
5109
|
"name": "*",
|
|
3872
5110
|
"declaration": {
|
|
3873
5111
|
"name": "*",
|
|
3874
|
-
"module": "src/
|
|
5112
|
+
"module": "src/breadcrumb/BreadcrumbItemCurrent"
|
|
3875
5113
|
}
|
|
3876
5114
|
},
|
|
3877
5115
|
{
|
|
@@ -3879,11 +5117,17 @@
|
|
|
3879
5117
|
"name": "*",
|
|
3880
5118
|
"declaration": {
|
|
3881
5119
|
"name": "*",
|
|
3882
|
-
"module": "src/
|
|
5120
|
+
"module": "src/breadcrumb/BreadcrumbItemElement"
|
|
3883
5121
|
}
|
|
3884
5122
|
}
|
|
3885
5123
|
]
|
|
3886
5124
|
},
|
|
5125
|
+
{
|
|
5126
|
+
"kind": "javascript-module",
|
|
5127
|
+
"path": "src/breadcrumb/isIconOnly.ts",
|
|
5128
|
+
"declarations": [],
|
|
5129
|
+
"exports": []
|
|
5130
|
+
},
|
|
3887
5131
|
{
|
|
3888
5132
|
"kind": "javascript-module",
|
|
3889
5133
|
"path": "src/button/ButtonElement.ts",
|
|
@@ -6292,6 +7536,278 @@
|
|
|
6292
7536
|
}
|
|
6293
7537
|
]
|
|
6294
7538
|
},
|
|
7539
|
+
{
|
|
7540
|
+
"kind": "javascript-module",
|
|
7541
|
+
"path": "src/button-group/ButtonGroupElement.ts",
|
|
7542
|
+
"declarations": [
|
|
7543
|
+
{
|
|
7544
|
+
"kind": "class",
|
|
7545
|
+
"description": "Organizes buttons and adds interactions between them.",
|
|
7546
|
+
"name": "M3eButtonGroupElement",
|
|
7547
|
+
"cssProperties": [
|
|
7548
|
+
{
|
|
7549
|
+
"description": "Spacing between buttons in standard variant, extra-small size.",
|
|
7550
|
+
"name": "--m3e-standard-button-group-extra-small-spacing"
|
|
7551
|
+
},
|
|
7552
|
+
{
|
|
7553
|
+
"description": "Spacing between buttons in standard variant, small size.",
|
|
7554
|
+
"name": "--m3e-standard-button-group-small-spacing"
|
|
7555
|
+
},
|
|
7556
|
+
{
|
|
7557
|
+
"description": "Spacing between buttons in standard variant, medium size.",
|
|
7558
|
+
"name": "--m3e-standard-button-group-medium-spacing"
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"description": "Spacing between buttons in standard variant, large size.",
|
|
7562
|
+
"name": "--m3e-standard-button-group-large-spacing"
|
|
7563
|
+
},
|
|
7564
|
+
{
|
|
7565
|
+
"description": "Spacing between buttons in standard variant, extra-large size.",
|
|
7566
|
+
"name": "--m3e-standard-button-group-extra-large-spacing"
|
|
7567
|
+
},
|
|
7568
|
+
{
|
|
7569
|
+
"description": "Spacing between buttons in connected variant.",
|
|
7570
|
+
"name": "--m3e-connected-button-group-spacing"
|
|
7571
|
+
},
|
|
7572
|
+
{
|
|
7573
|
+
"description": "Corner shape for connected variant, extra-small size.",
|
|
7574
|
+
"name": "--m3e-connected-button-group-extra-small-inner-shape"
|
|
7575
|
+
},
|
|
7576
|
+
{
|
|
7577
|
+
"description": "Pressed corner shape for connected variant, extra-small size.",
|
|
7578
|
+
"name": "--m3e-connected-button-group-extra-small-inner-pressed-shape"
|
|
7579
|
+
},
|
|
7580
|
+
{
|
|
7581
|
+
"description": "Corner shape for connected variant, small size.",
|
|
7582
|
+
"name": "--m3e-connected-button-group-small-inner-shape"
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
"description": "Pressed corner shape for connected variant, small size.",
|
|
7586
|
+
"name": "--m3e-connected-button-group-small-inner-pressed-shape"
|
|
7587
|
+
},
|
|
7588
|
+
{
|
|
7589
|
+
"description": "Corner shape for connected variant, medium size.",
|
|
7590
|
+
"name": "--m3e-connected-button-group-medium-inner-shape"
|
|
7591
|
+
},
|
|
7592
|
+
{
|
|
7593
|
+
"description": "Pressed corner shape for connected variant, medium size.",
|
|
7594
|
+
"name": "--m3e-connected-button-group-medium-inner-pressed-shape"
|
|
7595
|
+
},
|
|
7596
|
+
{
|
|
7597
|
+
"description": "Corner shape for connected variant, large size.",
|
|
7598
|
+
"name": "--m3e-connected-button-group-large-inner-shape"
|
|
7599
|
+
},
|
|
7600
|
+
{
|
|
7601
|
+
"description": "Pressed corner shape for connected variant, large size.",
|
|
7602
|
+
"name": "--m3e-connected-button-group-large-inner-pressed-shape"
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"description": "Corner shape for connected variant, extra-large size.",
|
|
7606
|
+
"name": "--m3e-connected-button-group-extra-large-inner-shape"
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"description": "Pressed corner shape for connected variant, extra-large size.",
|
|
7610
|
+
"name": "--m3e-connected-button-group-extra-large-inner-pressed-shape"
|
|
7611
|
+
}
|
|
7612
|
+
],
|
|
7613
|
+
"slots": [
|
|
7614
|
+
{
|
|
7615
|
+
"description": "Renders the buttons of the group.",
|
|
7616
|
+
"name": ""
|
|
7617
|
+
}
|
|
7618
|
+
],
|
|
7619
|
+
"members": [
|
|
7620
|
+
{
|
|
7621
|
+
"kind": "field",
|
|
7622
|
+
"name": "#pressedController",
|
|
7623
|
+
"privacy": "private",
|
|
7624
|
+
"readonly": true,
|
|
7625
|
+
"default": "new PressedController(this, { target: null, capture: true, minPressedDuration: 150, isPressedKey: (key) => key === \" \", callback: (pressed) => { if (!this._base) return; if (!pressed || this.variant === \"connected\") { this._base.style.removeProperty(\"--_button-group-width\"); this._base.classList.remove(\"pressed\"); } else { this._base.classList.add(\"pressed\"); this._base.style.setProperty(\"--_button-group-width\", `${this._base.getBoundingClientRect().width}px`); } }, })"
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"kind": "field",
|
|
7629
|
+
"name": "_base",
|
|
7630
|
+
"type": {
|
|
7631
|
+
"text": "HTMLElement | undefined"
|
|
7632
|
+
},
|
|
7633
|
+
"privacy": "private",
|
|
7634
|
+
"readonly": true
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"kind": "field",
|
|
7638
|
+
"name": "variant",
|
|
7639
|
+
"type": {
|
|
7640
|
+
"text": "ButtonGroupVariant"
|
|
7641
|
+
},
|
|
7642
|
+
"default": "\"standard\"",
|
|
7643
|
+
"description": "The appearance variant of the group.",
|
|
7644
|
+
"attribute": "variant",
|
|
7645
|
+
"reflects": true
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"kind": "field",
|
|
7649
|
+
"name": "size",
|
|
7650
|
+
"type": {
|
|
7651
|
+
"text": "ButtonGroupSize"
|
|
7652
|
+
},
|
|
7653
|
+
"default": "\"small\"",
|
|
7654
|
+
"description": "The size of the group.",
|
|
7655
|
+
"attribute": "size",
|
|
7656
|
+
"reflects": true
|
|
7657
|
+
},
|
|
7658
|
+
{
|
|
7659
|
+
"kind": "field",
|
|
7660
|
+
"name": "multi",
|
|
7661
|
+
"type": {
|
|
7662
|
+
"text": "boolean"
|
|
7663
|
+
},
|
|
7664
|
+
"default": "false",
|
|
7665
|
+
"description": "Whether multiple toggle buttons can be selected.",
|
|
7666
|
+
"attribute": "multi"
|
|
7667
|
+
},
|
|
7668
|
+
{
|
|
7669
|
+
"kind": "field",
|
|
7670
|
+
"name": "buttons",
|
|
7671
|
+
"type": {
|
|
7672
|
+
"text": "ReadonlyArray<M3eButtonElement | M3eIconButtonElement>"
|
|
7673
|
+
},
|
|
7674
|
+
"readonly": true,
|
|
7675
|
+
"description": "The buttons contained by the group."
|
|
7676
|
+
},
|
|
7677
|
+
{
|
|
7678
|
+
"kind": "method",
|
|
7679
|
+
"name": "#updateButtons",
|
|
7680
|
+
"privacy": "private",
|
|
7681
|
+
"return": {
|
|
7682
|
+
"type": {
|
|
7683
|
+
"text": "void"
|
|
7684
|
+
}
|
|
7685
|
+
}
|
|
7686
|
+
},
|
|
7687
|
+
{
|
|
7688
|
+
"kind": "method",
|
|
7689
|
+
"name": "#handleChange",
|
|
7690
|
+
"privacy": "private",
|
|
7691
|
+
"return": {
|
|
7692
|
+
"type": {
|
|
7693
|
+
"text": "void"
|
|
7694
|
+
}
|
|
7695
|
+
},
|
|
7696
|
+
"parameters": [
|
|
7697
|
+
{
|
|
7698
|
+
"name": "e",
|
|
7699
|
+
"type": {
|
|
7700
|
+
"text": "Event"
|
|
7701
|
+
}
|
|
7702
|
+
}
|
|
7703
|
+
]
|
|
7704
|
+
}
|
|
7705
|
+
],
|
|
7706
|
+
"attributes": [
|
|
7707
|
+
{
|
|
7708
|
+
"description": "Whether multiple toggle buttons can be selected.",
|
|
7709
|
+
"name": "multi",
|
|
7710
|
+
"type": {
|
|
7711
|
+
"text": "boolean"
|
|
7712
|
+
},
|
|
7713
|
+
"default": "false",
|
|
7714
|
+
"fieldName": "multi"
|
|
7715
|
+
},
|
|
7716
|
+
{
|
|
7717
|
+
"description": "The size of the group.",
|
|
7718
|
+
"name": "size",
|
|
7719
|
+
"type": {
|
|
7720
|
+
"text": "ButtonGroupSize"
|
|
7721
|
+
},
|
|
7722
|
+
"default": "\"small\"",
|
|
7723
|
+
"fieldName": "size"
|
|
7724
|
+
},
|
|
7725
|
+
{
|
|
7726
|
+
"description": "The appearance variant of the group.",
|
|
7727
|
+
"name": "variant",
|
|
7728
|
+
"type": {
|
|
7729
|
+
"text": "ButtonGroupVariant"
|
|
7730
|
+
},
|
|
7731
|
+
"default": "\"standard\"",
|
|
7732
|
+
"fieldName": "variant"
|
|
7733
|
+
}
|
|
7734
|
+
],
|
|
7735
|
+
"mixins": [
|
|
7736
|
+
{
|
|
7737
|
+
"name": "Role",
|
|
7738
|
+
"package": "@m3e/web/core"
|
|
7739
|
+
}
|
|
7740
|
+
],
|
|
7741
|
+
"superclass": {
|
|
7742
|
+
"name": "LitElement",
|
|
7743
|
+
"package": "lit"
|
|
7744
|
+
},
|
|
7745
|
+
"tagName": "m3e-button-group",
|
|
7746
|
+
"customElement": true
|
|
7747
|
+
}
|
|
7748
|
+
],
|
|
7749
|
+
"exports": [
|
|
7750
|
+
{
|
|
7751
|
+
"kind": "js",
|
|
7752
|
+
"name": "M3eButtonGroupElement",
|
|
7753
|
+
"declaration": {
|
|
7754
|
+
"name": "M3eButtonGroupElement",
|
|
7755
|
+
"module": "src/button-group/ButtonGroupElement.ts"
|
|
7756
|
+
}
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"kind": "custom-element-definition",
|
|
7760
|
+
"name": "m3e-button-group",
|
|
7761
|
+
"declaration": {
|
|
7762
|
+
"name": "M3eButtonGroupElement",
|
|
7763
|
+
"module": "src/button-group/ButtonGroupElement.ts"
|
|
7764
|
+
}
|
|
7765
|
+
}
|
|
7766
|
+
]
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
"kind": "javascript-module",
|
|
7770
|
+
"path": "src/button-group/ButtonGroupSize.ts",
|
|
7771
|
+
"declarations": [],
|
|
7772
|
+
"exports": []
|
|
7773
|
+
},
|
|
7774
|
+
{
|
|
7775
|
+
"kind": "javascript-module",
|
|
7776
|
+
"path": "src/button-group/ButtonGroupVariant.ts",
|
|
7777
|
+
"declarations": [],
|
|
7778
|
+
"exports": []
|
|
7779
|
+
},
|
|
7780
|
+
{
|
|
7781
|
+
"kind": "javascript-module",
|
|
7782
|
+
"path": "src/button-group/index.ts",
|
|
7783
|
+
"declarations": [],
|
|
7784
|
+
"exports": [
|
|
7785
|
+
{
|
|
7786
|
+
"kind": "js",
|
|
7787
|
+
"name": "*",
|
|
7788
|
+
"declaration": {
|
|
7789
|
+
"name": "*",
|
|
7790
|
+
"module": "src/button-group/ButtonGroupElement"
|
|
7791
|
+
}
|
|
7792
|
+
},
|
|
7793
|
+
{
|
|
7794
|
+
"kind": "js",
|
|
7795
|
+
"name": "*",
|
|
7796
|
+
"declaration": {
|
|
7797
|
+
"name": "*",
|
|
7798
|
+
"module": "src/button-group/ButtonGroupSize"
|
|
7799
|
+
}
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"kind": "js",
|
|
7803
|
+
"name": "*",
|
|
7804
|
+
"declaration": {
|
|
7805
|
+
"name": "*",
|
|
7806
|
+
"module": "src/button-group/ButtonGroupVariant"
|
|
7807
|
+
}
|
|
7808
|
+
}
|
|
7809
|
+
]
|
|
7810
|
+
},
|
|
6295
7811
|
{
|
|
6296
7812
|
"kind": "javascript-module",
|
|
6297
7813
|
"path": "src/calendar/CalendarElement.ts",
|
|
@@ -8014,278 +9530,6 @@
|
|
|
8014
9530
|
}
|
|
8015
9531
|
]
|
|
8016
9532
|
},
|
|
8017
|
-
{
|
|
8018
|
-
"kind": "javascript-module",
|
|
8019
|
-
"path": "src/button-group/ButtonGroupElement.ts",
|
|
8020
|
-
"declarations": [
|
|
8021
|
-
{
|
|
8022
|
-
"kind": "class",
|
|
8023
|
-
"description": "Organizes buttons and adds interactions between them.",
|
|
8024
|
-
"name": "M3eButtonGroupElement",
|
|
8025
|
-
"cssProperties": [
|
|
8026
|
-
{
|
|
8027
|
-
"description": "Spacing between buttons in standard variant, extra-small size.",
|
|
8028
|
-
"name": "--m3e-standard-button-group-extra-small-spacing"
|
|
8029
|
-
},
|
|
8030
|
-
{
|
|
8031
|
-
"description": "Spacing between buttons in standard variant, small size.",
|
|
8032
|
-
"name": "--m3e-standard-button-group-small-spacing"
|
|
8033
|
-
},
|
|
8034
|
-
{
|
|
8035
|
-
"description": "Spacing between buttons in standard variant, medium size.",
|
|
8036
|
-
"name": "--m3e-standard-button-group-medium-spacing"
|
|
8037
|
-
},
|
|
8038
|
-
{
|
|
8039
|
-
"description": "Spacing between buttons in standard variant, large size.",
|
|
8040
|
-
"name": "--m3e-standard-button-group-large-spacing"
|
|
8041
|
-
},
|
|
8042
|
-
{
|
|
8043
|
-
"description": "Spacing between buttons in standard variant, extra-large size.",
|
|
8044
|
-
"name": "--m3e-standard-button-group-extra-large-spacing"
|
|
8045
|
-
},
|
|
8046
|
-
{
|
|
8047
|
-
"description": "Spacing between buttons in connected variant.",
|
|
8048
|
-
"name": "--m3e-connected-button-group-spacing"
|
|
8049
|
-
},
|
|
8050
|
-
{
|
|
8051
|
-
"description": "Corner shape for connected variant, extra-small size.",
|
|
8052
|
-
"name": "--m3e-connected-button-group-extra-small-inner-shape"
|
|
8053
|
-
},
|
|
8054
|
-
{
|
|
8055
|
-
"description": "Pressed corner shape for connected variant, extra-small size.",
|
|
8056
|
-
"name": "--m3e-connected-button-group-extra-small-inner-pressed-shape"
|
|
8057
|
-
},
|
|
8058
|
-
{
|
|
8059
|
-
"description": "Corner shape for connected variant, small size.",
|
|
8060
|
-
"name": "--m3e-connected-button-group-small-inner-shape"
|
|
8061
|
-
},
|
|
8062
|
-
{
|
|
8063
|
-
"description": "Pressed corner shape for connected variant, small size.",
|
|
8064
|
-
"name": "--m3e-connected-button-group-small-inner-pressed-shape"
|
|
8065
|
-
},
|
|
8066
|
-
{
|
|
8067
|
-
"description": "Corner shape for connected variant, medium size.",
|
|
8068
|
-
"name": "--m3e-connected-button-group-medium-inner-shape"
|
|
8069
|
-
},
|
|
8070
|
-
{
|
|
8071
|
-
"description": "Pressed corner shape for connected variant, medium size.",
|
|
8072
|
-
"name": "--m3e-connected-button-group-medium-inner-pressed-shape"
|
|
8073
|
-
},
|
|
8074
|
-
{
|
|
8075
|
-
"description": "Corner shape for connected variant, large size.",
|
|
8076
|
-
"name": "--m3e-connected-button-group-large-inner-shape"
|
|
8077
|
-
},
|
|
8078
|
-
{
|
|
8079
|
-
"description": "Pressed corner shape for connected variant, large size.",
|
|
8080
|
-
"name": "--m3e-connected-button-group-large-inner-pressed-shape"
|
|
8081
|
-
},
|
|
8082
|
-
{
|
|
8083
|
-
"description": "Corner shape for connected variant, extra-large size.",
|
|
8084
|
-
"name": "--m3e-connected-button-group-extra-large-inner-shape"
|
|
8085
|
-
},
|
|
8086
|
-
{
|
|
8087
|
-
"description": "Pressed corner shape for connected variant, extra-large size.",
|
|
8088
|
-
"name": "--m3e-connected-button-group-extra-large-inner-pressed-shape"
|
|
8089
|
-
}
|
|
8090
|
-
],
|
|
8091
|
-
"slots": [
|
|
8092
|
-
{
|
|
8093
|
-
"description": "Renders the buttons of the group.",
|
|
8094
|
-
"name": ""
|
|
8095
|
-
}
|
|
8096
|
-
],
|
|
8097
|
-
"members": [
|
|
8098
|
-
{
|
|
8099
|
-
"kind": "field",
|
|
8100
|
-
"name": "#pressedController",
|
|
8101
|
-
"privacy": "private",
|
|
8102
|
-
"readonly": true,
|
|
8103
|
-
"default": "new PressedController(this, { target: null, capture: true, minPressedDuration: 150, isPressedKey: (key) => key === \" \", callback: (pressed) => { if (!this._base) return; if (!pressed || this.variant === \"connected\") { this._base.style.removeProperty(\"--_button-group-width\"); this._base.classList.remove(\"pressed\"); } else { this._base.classList.add(\"pressed\"); this._base.style.setProperty(\"--_button-group-width\", `${this._base.getBoundingClientRect().width}px`); } }, })"
|
|
8104
|
-
},
|
|
8105
|
-
{
|
|
8106
|
-
"kind": "field",
|
|
8107
|
-
"name": "_base",
|
|
8108
|
-
"type": {
|
|
8109
|
-
"text": "HTMLElement | undefined"
|
|
8110
|
-
},
|
|
8111
|
-
"privacy": "private",
|
|
8112
|
-
"readonly": true
|
|
8113
|
-
},
|
|
8114
|
-
{
|
|
8115
|
-
"kind": "field",
|
|
8116
|
-
"name": "variant",
|
|
8117
|
-
"type": {
|
|
8118
|
-
"text": "ButtonGroupVariant"
|
|
8119
|
-
},
|
|
8120
|
-
"default": "\"standard\"",
|
|
8121
|
-
"description": "The appearance variant of the group.",
|
|
8122
|
-
"attribute": "variant",
|
|
8123
|
-
"reflects": true
|
|
8124
|
-
},
|
|
8125
|
-
{
|
|
8126
|
-
"kind": "field",
|
|
8127
|
-
"name": "size",
|
|
8128
|
-
"type": {
|
|
8129
|
-
"text": "ButtonGroupSize"
|
|
8130
|
-
},
|
|
8131
|
-
"default": "\"small\"",
|
|
8132
|
-
"description": "The size of the group.",
|
|
8133
|
-
"attribute": "size",
|
|
8134
|
-
"reflects": true
|
|
8135
|
-
},
|
|
8136
|
-
{
|
|
8137
|
-
"kind": "field",
|
|
8138
|
-
"name": "multi",
|
|
8139
|
-
"type": {
|
|
8140
|
-
"text": "boolean"
|
|
8141
|
-
},
|
|
8142
|
-
"default": "false",
|
|
8143
|
-
"description": "Whether multiple toggle buttons can be selected.",
|
|
8144
|
-
"attribute": "multi"
|
|
8145
|
-
},
|
|
8146
|
-
{
|
|
8147
|
-
"kind": "field",
|
|
8148
|
-
"name": "buttons",
|
|
8149
|
-
"type": {
|
|
8150
|
-
"text": "ReadonlyArray<M3eButtonElement | M3eIconButtonElement>"
|
|
8151
|
-
},
|
|
8152
|
-
"readonly": true,
|
|
8153
|
-
"description": "The buttons contained by the group."
|
|
8154
|
-
},
|
|
8155
|
-
{
|
|
8156
|
-
"kind": "method",
|
|
8157
|
-
"name": "#updateButtons",
|
|
8158
|
-
"privacy": "private",
|
|
8159
|
-
"return": {
|
|
8160
|
-
"type": {
|
|
8161
|
-
"text": "void"
|
|
8162
|
-
}
|
|
8163
|
-
}
|
|
8164
|
-
},
|
|
8165
|
-
{
|
|
8166
|
-
"kind": "method",
|
|
8167
|
-
"name": "#handleChange",
|
|
8168
|
-
"privacy": "private",
|
|
8169
|
-
"return": {
|
|
8170
|
-
"type": {
|
|
8171
|
-
"text": "void"
|
|
8172
|
-
}
|
|
8173
|
-
},
|
|
8174
|
-
"parameters": [
|
|
8175
|
-
{
|
|
8176
|
-
"name": "e",
|
|
8177
|
-
"type": {
|
|
8178
|
-
"text": "Event"
|
|
8179
|
-
}
|
|
8180
|
-
}
|
|
8181
|
-
]
|
|
8182
|
-
}
|
|
8183
|
-
],
|
|
8184
|
-
"attributes": [
|
|
8185
|
-
{
|
|
8186
|
-
"description": "Whether multiple toggle buttons can be selected.",
|
|
8187
|
-
"name": "multi",
|
|
8188
|
-
"type": {
|
|
8189
|
-
"text": "boolean"
|
|
8190
|
-
},
|
|
8191
|
-
"default": "false",
|
|
8192
|
-
"fieldName": "multi"
|
|
8193
|
-
},
|
|
8194
|
-
{
|
|
8195
|
-
"description": "The size of the group.",
|
|
8196
|
-
"name": "size",
|
|
8197
|
-
"type": {
|
|
8198
|
-
"text": "ButtonGroupSize"
|
|
8199
|
-
},
|
|
8200
|
-
"default": "\"small\"",
|
|
8201
|
-
"fieldName": "size"
|
|
8202
|
-
},
|
|
8203
|
-
{
|
|
8204
|
-
"description": "The appearance variant of the group.",
|
|
8205
|
-
"name": "variant",
|
|
8206
|
-
"type": {
|
|
8207
|
-
"text": "ButtonGroupVariant"
|
|
8208
|
-
},
|
|
8209
|
-
"default": "\"standard\"",
|
|
8210
|
-
"fieldName": "variant"
|
|
8211
|
-
}
|
|
8212
|
-
],
|
|
8213
|
-
"mixins": [
|
|
8214
|
-
{
|
|
8215
|
-
"name": "Role",
|
|
8216
|
-
"package": "@m3e/web/core"
|
|
8217
|
-
}
|
|
8218
|
-
],
|
|
8219
|
-
"superclass": {
|
|
8220
|
-
"name": "LitElement",
|
|
8221
|
-
"package": "lit"
|
|
8222
|
-
},
|
|
8223
|
-
"tagName": "m3e-button-group",
|
|
8224
|
-
"customElement": true
|
|
8225
|
-
}
|
|
8226
|
-
],
|
|
8227
|
-
"exports": [
|
|
8228
|
-
{
|
|
8229
|
-
"kind": "js",
|
|
8230
|
-
"name": "M3eButtonGroupElement",
|
|
8231
|
-
"declaration": {
|
|
8232
|
-
"name": "M3eButtonGroupElement",
|
|
8233
|
-
"module": "src/button-group/ButtonGroupElement.ts"
|
|
8234
|
-
}
|
|
8235
|
-
},
|
|
8236
|
-
{
|
|
8237
|
-
"kind": "custom-element-definition",
|
|
8238
|
-
"name": "m3e-button-group",
|
|
8239
|
-
"declaration": {
|
|
8240
|
-
"name": "M3eButtonGroupElement",
|
|
8241
|
-
"module": "src/button-group/ButtonGroupElement.ts"
|
|
8242
|
-
}
|
|
8243
|
-
}
|
|
8244
|
-
]
|
|
8245
|
-
},
|
|
8246
|
-
{
|
|
8247
|
-
"kind": "javascript-module",
|
|
8248
|
-
"path": "src/button-group/ButtonGroupSize.ts",
|
|
8249
|
-
"declarations": [],
|
|
8250
|
-
"exports": []
|
|
8251
|
-
},
|
|
8252
|
-
{
|
|
8253
|
-
"kind": "javascript-module",
|
|
8254
|
-
"path": "src/button-group/ButtonGroupVariant.ts",
|
|
8255
|
-
"declarations": [],
|
|
8256
|
-
"exports": []
|
|
8257
|
-
},
|
|
8258
|
-
{
|
|
8259
|
-
"kind": "javascript-module",
|
|
8260
|
-
"path": "src/button-group/index.ts",
|
|
8261
|
-
"declarations": [],
|
|
8262
|
-
"exports": [
|
|
8263
|
-
{
|
|
8264
|
-
"kind": "js",
|
|
8265
|
-
"name": "*",
|
|
8266
|
-
"declaration": {
|
|
8267
|
-
"name": "*",
|
|
8268
|
-
"module": "src/button-group/ButtonGroupElement"
|
|
8269
|
-
}
|
|
8270
|
-
},
|
|
8271
|
-
{
|
|
8272
|
-
"kind": "js",
|
|
8273
|
-
"name": "*",
|
|
8274
|
-
"declaration": {
|
|
8275
|
-
"name": "*",
|
|
8276
|
-
"module": "src/button-group/ButtonGroupSize"
|
|
8277
|
-
}
|
|
8278
|
-
},
|
|
8279
|
-
{
|
|
8280
|
-
"kind": "js",
|
|
8281
|
-
"name": "*",
|
|
8282
|
-
"declaration": {
|
|
8283
|
-
"name": "*",
|
|
8284
|
-
"module": "src/button-group/ButtonGroupVariant"
|
|
8285
|
-
}
|
|
8286
|
-
}
|
|
8287
|
-
]
|
|
8288
|
-
},
|
|
8289
9533
|
{
|
|
8290
9534
|
"kind": "javascript-module",
|
|
8291
9535
|
"path": "src/card/CardElement.ts",
|
|
@@ -15819,6 +17063,120 @@
|
|
|
15819
17063
|
}
|
|
15820
17064
|
]
|
|
15821
17065
|
},
|
|
17066
|
+
{
|
|
17067
|
+
"kind": "javascript-module",
|
|
17068
|
+
"path": "src/content-pane/ContentPaneElement.ts",
|
|
17069
|
+
"declarations": [
|
|
17070
|
+
{
|
|
17071
|
+
"kind": "class",
|
|
17072
|
+
"description": "A shaped surface for vertically scrollable content.",
|
|
17073
|
+
"name": "M3eContentPaneElement",
|
|
17074
|
+
"cssProperties": [
|
|
17075
|
+
{
|
|
17076
|
+
"description": "Corner radius applied to the pane’s outer surface.",
|
|
17077
|
+
"name": "--m3e-content-pane-container-shape"
|
|
17078
|
+
},
|
|
17079
|
+
{
|
|
17080
|
+
"description": "Background color of the pane’s surface.",
|
|
17081
|
+
"name": "--m3e-content-pane-container-color"
|
|
17082
|
+
},
|
|
17083
|
+
{
|
|
17084
|
+
"description": "Internal padding applied to all sides of the scrollable content.",
|
|
17085
|
+
"name": "--m3e-content-pane-container-padding"
|
|
17086
|
+
}
|
|
17087
|
+
],
|
|
17088
|
+
"slots": [
|
|
17089
|
+
{
|
|
17090
|
+
"description": "Renders the content of the pane.",
|
|
17091
|
+
"name": ""
|
|
17092
|
+
}
|
|
17093
|
+
],
|
|
17094
|
+
"members": [
|
|
17095
|
+
{
|
|
17096
|
+
"kind": "method",
|
|
17097
|
+
"name": "reconnectedCallback",
|
|
17098
|
+
"return": {
|
|
17099
|
+
"type": {
|
|
17100
|
+
"text": "void"
|
|
17101
|
+
}
|
|
17102
|
+
},
|
|
17103
|
+
"inheritedFrom": {
|
|
17104
|
+
"name": "ReconnectedCallback",
|
|
17105
|
+
"module": "src/core/shared/mixins/ReconnectedCallback.ts"
|
|
17106
|
+
}
|
|
17107
|
+
},
|
|
17108
|
+
{
|
|
17109
|
+
"kind": "method",
|
|
17110
|
+
"name": "#updateScrollbarWidth",
|
|
17111
|
+
"privacy": "private",
|
|
17112
|
+
"return": {
|
|
17113
|
+
"type": {
|
|
17114
|
+
"text": "void"
|
|
17115
|
+
}
|
|
17116
|
+
}
|
|
17117
|
+
},
|
|
17118
|
+
{
|
|
17119
|
+
"kind": "field",
|
|
17120
|
+
"name": "[_wasConnected]",
|
|
17121
|
+
"type": {
|
|
17122
|
+
"text": "boolean"
|
|
17123
|
+
},
|
|
17124
|
+
"privacy": "private",
|
|
17125
|
+
"default": "false",
|
|
17126
|
+
"inheritedFrom": {
|
|
17127
|
+
"name": "ReconnectedCallback",
|
|
17128
|
+
"module": "src/core/shared/mixins/ReconnectedCallback.ts"
|
|
17129
|
+
}
|
|
17130
|
+
}
|
|
17131
|
+
],
|
|
17132
|
+
"mixins": [
|
|
17133
|
+
{
|
|
17134
|
+
"name": "ReconnectedCallback",
|
|
17135
|
+
"package": "@m3e/web/core"
|
|
17136
|
+
}
|
|
17137
|
+
],
|
|
17138
|
+
"superclass": {
|
|
17139
|
+
"name": "LitElement",
|
|
17140
|
+
"package": "lit"
|
|
17141
|
+
},
|
|
17142
|
+
"tagName": "m3e-content-pane",
|
|
17143
|
+
"customElement": true
|
|
17144
|
+
}
|
|
17145
|
+
],
|
|
17146
|
+
"exports": [
|
|
17147
|
+
{
|
|
17148
|
+
"kind": "js",
|
|
17149
|
+
"name": "M3eContentPaneElement",
|
|
17150
|
+
"declaration": {
|
|
17151
|
+
"name": "M3eContentPaneElement",
|
|
17152
|
+
"module": "src/content-pane/ContentPaneElement.ts"
|
|
17153
|
+
}
|
|
17154
|
+
},
|
|
17155
|
+
{
|
|
17156
|
+
"kind": "custom-element-definition",
|
|
17157
|
+
"name": "m3e-content-pane",
|
|
17158
|
+
"declaration": {
|
|
17159
|
+
"name": "M3eContentPaneElement",
|
|
17160
|
+
"module": "src/content-pane/ContentPaneElement.ts"
|
|
17161
|
+
}
|
|
17162
|
+
}
|
|
17163
|
+
]
|
|
17164
|
+
},
|
|
17165
|
+
{
|
|
17166
|
+
"kind": "javascript-module",
|
|
17167
|
+
"path": "src/content-pane/index.ts",
|
|
17168
|
+
"declarations": [],
|
|
17169
|
+
"exports": [
|
|
17170
|
+
{
|
|
17171
|
+
"kind": "js",
|
|
17172
|
+
"name": "*",
|
|
17173
|
+
"declaration": {
|
|
17174
|
+
"name": "*",
|
|
17175
|
+
"module": "src/content-pane/ContentPaneElement"
|
|
17176
|
+
}
|
|
17177
|
+
}
|
|
17178
|
+
]
|
|
17179
|
+
},
|
|
15822
17180
|
{
|
|
15823
17181
|
"kind": "javascript-module",
|
|
15824
17182
|
"path": "src/core/index.ts",
|
|
@@ -27704,14 +29062,6 @@
|
|
|
27704
29062
|
"module": "src/list/ListElement"
|
|
27705
29063
|
}
|
|
27706
29064
|
},
|
|
27707
|
-
{
|
|
27708
|
-
"kind": "js",
|
|
27709
|
-
"name": "*",
|
|
27710
|
-
"declaration": {
|
|
27711
|
-
"name": "*",
|
|
27712
|
-
"module": "src/list/ListItemButtonElement"
|
|
27713
|
-
}
|
|
27714
|
-
},
|
|
27715
29065
|
{
|
|
27716
29066
|
"kind": "js",
|
|
27717
29067
|
"name": "*",
|
|
@@ -45586,6 +46936,279 @@
|
|
|
45586
46936
|
"declarations": [],
|
|
45587
46937
|
"exports": []
|
|
45588
46938
|
},
|
|
46939
|
+
{
|
|
46940
|
+
"kind": "javascript-module",
|
|
46941
|
+
"path": "src/skeleton/index.ts",
|
|
46942
|
+
"declarations": [],
|
|
46943
|
+
"exports": [
|
|
46944
|
+
{
|
|
46945
|
+
"kind": "js",
|
|
46946
|
+
"name": "*",
|
|
46947
|
+
"declaration": {
|
|
46948
|
+
"name": "*",
|
|
46949
|
+
"module": "src/skeleton/SkeletonAnimation"
|
|
46950
|
+
}
|
|
46951
|
+
},
|
|
46952
|
+
{
|
|
46953
|
+
"kind": "js",
|
|
46954
|
+
"name": "*",
|
|
46955
|
+
"declaration": {
|
|
46956
|
+
"name": "*",
|
|
46957
|
+
"module": "src/skeleton/SkeletonElement"
|
|
46958
|
+
}
|
|
46959
|
+
},
|
|
46960
|
+
{
|
|
46961
|
+
"kind": "js",
|
|
46962
|
+
"name": "*",
|
|
46963
|
+
"declaration": {
|
|
46964
|
+
"name": "*",
|
|
46965
|
+
"module": "src/skeleton/SkeletonShape"
|
|
46966
|
+
}
|
|
46967
|
+
}
|
|
46968
|
+
]
|
|
46969
|
+
},
|
|
46970
|
+
{
|
|
46971
|
+
"kind": "javascript-module",
|
|
46972
|
+
"path": "src/skeleton/SkeletonAnimation.ts",
|
|
46973
|
+
"declarations": [],
|
|
46974
|
+
"exports": []
|
|
46975
|
+
},
|
|
46976
|
+
{
|
|
46977
|
+
"kind": "javascript-module",
|
|
46978
|
+
"path": "src/skeleton/SkeletonElement.ts",
|
|
46979
|
+
"declarations": [
|
|
46980
|
+
{
|
|
46981
|
+
"kind": "class",
|
|
46982
|
+
"description": "A visual placeholder that mimics the layout of content while it's still loading.",
|
|
46983
|
+
"name": "M3eSkeletonElement",
|
|
46984
|
+
"cssProperties": [
|
|
46985
|
+
{
|
|
46986
|
+
"description": "Base fill color for the skeleton surface.",
|
|
46987
|
+
"name": "--m3e-skeleton-color"
|
|
46988
|
+
},
|
|
46989
|
+
{
|
|
46990
|
+
"description": "Tint fill color for the skeleton surface.",
|
|
46991
|
+
"name": "--m3e-skeleton-tint-color"
|
|
46992
|
+
},
|
|
46993
|
+
{
|
|
46994
|
+
"description": "Tint Opacity applied when the skeleton animation is not pulsating.",
|
|
46995
|
+
"name": "--m3e-skeleton-tint-opacity"
|
|
46996
|
+
},
|
|
46997
|
+
{
|
|
46998
|
+
"description": "Accent color used in wave animation.",
|
|
46999
|
+
"name": "--m3e-skeleton-accent-color"
|
|
47000
|
+
},
|
|
47001
|
+
{
|
|
47002
|
+
"description": "Opacity of the accent effect in animations.",
|
|
47003
|
+
"name": "--m3e-skeleton-accent-opacity"
|
|
47004
|
+
},
|
|
47005
|
+
{
|
|
47006
|
+
"description": "Corner radius for the rounded skeleton shape.",
|
|
47007
|
+
"name": "--m3e-skeleton-rounded-shape"
|
|
47008
|
+
},
|
|
47009
|
+
{
|
|
47010
|
+
"description": "Corner radius for the circular skeleton shape.",
|
|
47011
|
+
"name": "--m3e-skeleton-circular-shape"
|
|
47012
|
+
},
|
|
47013
|
+
{
|
|
47014
|
+
"description": "Corner radius for the square skeleton shape.",
|
|
47015
|
+
"name": "--m3e-skeleton-square-shape"
|
|
47016
|
+
},
|
|
47017
|
+
{
|
|
47018
|
+
"description": "Corner radius for the skeleton shape.",
|
|
47019
|
+
"name": "--m3e-skeleton-shape"
|
|
47020
|
+
}
|
|
47021
|
+
],
|
|
47022
|
+
"slots": [
|
|
47023
|
+
{
|
|
47024
|
+
"description": "Renders the content to be mimicked by the skeleton.",
|
|
47025
|
+
"name": ""
|
|
47026
|
+
}
|
|
47027
|
+
],
|
|
47028
|
+
"members": [
|
|
47029
|
+
{
|
|
47030
|
+
"kind": "field",
|
|
47031
|
+
"name": "#anchoringCleanupMap",
|
|
47032
|
+
"privacy": "private",
|
|
47033
|
+
"readonly": true,
|
|
47034
|
+
"default": "new Map<HTMLElement, () => void>()"
|
|
47035
|
+
},
|
|
47036
|
+
{
|
|
47037
|
+
"kind": "field",
|
|
47038
|
+
"name": "shape",
|
|
47039
|
+
"type": {
|
|
47040
|
+
"text": "SkeletonShape"
|
|
47041
|
+
},
|
|
47042
|
+
"default": "\"auto\"",
|
|
47043
|
+
"description": "The shape of the skeleton.",
|
|
47044
|
+
"attribute": "shape",
|
|
47045
|
+
"reflects": true
|
|
47046
|
+
},
|
|
47047
|
+
{
|
|
47048
|
+
"kind": "field",
|
|
47049
|
+
"name": "animation",
|
|
47050
|
+
"type": {
|
|
47051
|
+
"text": "SkeletonAnimation"
|
|
47052
|
+
},
|
|
47053
|
+
"default": "\"wave\"",
|
|
47054
|
+
"description": "The animation effect of the skeleton.",
|
|
47055
|
+
"attribute": "animation",
|
|
47056
|
+
"reflects": true
|
|
47057
|
+
},
|
|
47058
|
+
{
|
|
47059
|
+
"kind": "field",
|
|
47060
|
+
"name": "loaded",
|
|
47061
|
+
"type": {
|
|
47062
|
+
"text": "boolean"
|
|
47063
|
+
},
|
|
47064
|
+
"default": "false",
|
|
47065
|
+
"description": "Whether the content of the skeleton has been loaded.",
|
|
47066
|
+
"attribute": "loaded",
|
|
47067
|
+
"reflects": true
|
|
47068
|
+
},
|
|
47069
|
+
{
|
|
47070
|
+
"kind": "method",
|
|
47071
|
+
"name": "reconnectedCallback",
|
|
47072
|
+
"return": {
|
|
47073
|
+
"type": {
|
|
47074
|
+
"text": "void"
|
|
47075
|
+
}
|
|
47076
|
+
},
|
|
47077
|
+
"inheritedFrom": {
|
|
47078
|
+
"name": "ReconnectedCallback",
|
|
47079
|
+
"module": "src/core/shared/mixins/ReconnectedCallback.ts"
|
|
47080
|
+
}
|
|
47081
|
+
},
|
|
47082
|
+
{
|
|
47083
|
+
"kind": "method",
|
|
47084
|
+
"name": "#handleSlotChange",
|
|
47085
|
+
"privacy": "private",
|
|
47086
|
+
"return": {
|
|
47087
|
+
"type": {
|
|
47088
|
+
"text": "Promise<void>"
|
|
47089
|
+
}
|
|
47090
|
+
}
|
|
47091
|
+
},
|
|
47092
|
+
{
|
|
47093
|
+
"kind": "method",
|
|
47094
|
+
"name": "#clearShapes",
|
|
47095
|
+
"privacy": "private",
|
|
47096
|
+
"return": {
|
|
47097
|
+
"type": {
|
|
47098
|
+
"text": "void"
|
|
47099
|
+
}
|
|
47100
|
+
}
|
|
47101
|
+
},
|
|
47102
|
+
{
|
|
47103
|
+
"kind": "method",
|
|
47104
|
+
"name": "#createShapes",
|
|
47105
|
+
"privacy": "private",
|
|
47106
|
+
"return": {
|
|
47107
|
+
"type": {
|
|
47108
|
+
"text": "Promise<void>"
|
|
47109
|
+
}
|
|
47110
|
+
}
|
|
47111
|
+
},
|
|
47112
|
+
{
|
|
47113
|
+
"kind": "method",
|
|
47114
|
+
"name": "#createShape",
|
|
47115
|
+
"privacy": "private",
|
|
47116
|
+
"return": {
|
|
47117
|
+
"type": {
|
|
47118
|
+
"text": "Promise<void>"
|
|
47119
|
+
}
|
|
47120
|
+
},
|
|
47121
|
+
"parameters": [
|
|
47122
|
+
{
|
|
47123
|
+
"name": "element",
|
|
47124
|
+
"type": {
|
|
47125
|
+
"text": "HTMLElement"
|
|
47126
|
+
}
|
|
47127
|
+
}
|
|
47128
|
+
]
|
|
47129
|
+
},
|
|
47130
|
+
{
|
|
47131
|
+
"kind": "field",
|
|
47132
|
+
"name": "[_wasConnected]",
|
|
47133
|
+
"type": {
|
|
47134
|
+
"text": "boolean"
|
|
47135
|
+
},
|
|
47136
|
+
"privacy": "private",
|
|
47137
|
+
"default": "false",
|
|
47138
|
+
"inheritedFrom": {
|
|
47139
|
+
"name": "ReconnectedCallback",
|
|
47140
|
+
"module": "src/core/shared/mixins/ReconnectedCallback.ts"
|
|
47141
|
+
}
|
|
47142
|
+
}
|
|
47143
|
+
],
|
|
47144
|
+
"attributes": [
|
|
47145
|
+
{
|
|
47146
|
+
"description": "The animation effect of the skeleton.",
|
|
47147
|
+
"name": "animation",
|
|
47148
|
+
"type": {
|
|
47149
|
+
"text": "SkeletonAnimation"
|
|
47150
|
+
},
|
|
47151
|
+
"default": "\"wave\"",
|
|
47152
|
+
"fieldName": "animation"
|
|
47153
|
+
},
|
|
47154
|
+
{
|
|
47155
|
+
"description": "The shape of the skeleton.",
|
|
47156
|
+
"name": "shape",
|
|
47157
|
+
"type": {
|
|
47158
|
+
"text": "SkeletonShape"
|
|
47159
|
+
},
|
|
47160
|
+
"default": "\"auto\"",
|
|
47161
|
+
"fieldName": "shape"
|
|
47162
|
+
},
|
|
47163
|
+
{
|
|
47164
|
+
"description": "Whether the content of the skeleton has been loaded.",
|
|
47165
|
+
"name": "loaded",
|
|
47166
|
+
"type": {
|
|
47167
|
+
"text": "boolean"
|
|
47168
|
+
},
|
|
47169
|
+
"default": "false",
|
|
47170
|
+
"fieldName": "loaded"
|
|
47171
|
+
}
|
|
47172
|
+
],
|
|
47173
|
+
"mixins": [
|
|
47174
|
+
{
|
|
47175
|
+
"name": "ReconnectedCallback",
|
|
47176
|
+
"package": "@m3e/web/core"
|
|
47177
|
+
}
|
|
47178
|
+
],
|
|
47179
|
+
"superclass": {
|
|
47180
|
+
"name": "LitElement",
|
|
47181
|
+
"package": "lit"
|
|
47182
|
+
},
|
|
47183
|
+
"tagName": "m3e-skeleton",
|
|
47184
|
+
"customElement": true
|
|
47185
|
+
}
|
|
47186
|
+
],
|
|
47187
|
+
"exports": [
|
|
47188
|
+
{
|
|
47189
|
+
"kind": "js",
|
|
47190
|
+
"name": "M3eSkeletonElement",
|
|
47191
|
+
"declaration": {
|
|
47192
|
+
"name": "M3eSkeletonElement",
|
|
47193
|
+
"module": "src/skeleton/SkeletonElement.ts"
|
|
47194
|
+
}
|
|
47195
|
+
},
|
|
47196
|
+
{
|
|
47197
|
+
"kind": "custom-element-definition",
|
|
47198
|
+
"name": "m3e-skeleton",
|
|
47199
|
+
"declaration": {
|
|
47200
|
+
"name": "M3eSkeletonElement",
|
|
47201
|
+
"module": "src/skeleton/SkeletonElement.ts"
|
|
47202
|
+
}
|
|
47203
|
+
}
|
|
47204
|
+
]
|
|
47205
|
+
},
|
|
47206
|
+
{
|
|
47207
|
+
"kind": "javascript-module",
|
|
47208
|
+
"path": "src/skeleton/SkeletonShape.ts",
|
|
47209
|
+
"declarations": [],
|
|
47210
|
+
"exports": []
|
|
47211
|
+
},
|
|
45589
47212
|
{
|
|
45590
47213
|
"kind": "javascript-module",
|
|
45591
47214
|
"path": "src/slide-group/index.ts",
|
|
@@ -45873,279 +47496,6 @@
|
|
|
45873
47496
|
}
|
|
45874
47497
|
]
|
|
45875
47498
|
},
|
|
45876
|
-
{
|
|
45877
|
-
"kind": "javascript-module",
|
|
45878
|
-
"path": "src/skeleton/index.ts",
|
|
45879
|
-
"declarations": [],
|
|
45880
|
-
"exports": [
|
|
45881
|
-
{
|
|
45882
|
-
"kind": "js",
|
|
45883
|
-
"name": "*",
|
|
45884
|
-
"declaration": {
|
|
45885
|
-
"name": "*",
|
|
45886
|
-
"module": "src/skeleton/SkeletonAnimation"
|
|
45887
|
-
}
|
|
45888
|
-
},
|
|
45889
|
-
{
|
|
45890
|
-
"kind": "js",
|
|
45891
|
-
"name": "*",
|
|
45892
|
-
"declaration": {
|
|
45893
|
-
"name": "*",
|
|
45894
|
-
"module": "src/skeleton/SkeletonElement"
|
|
45895
|
-
}
|
|
45896
|
-
},
|
|
45897
|
-
{
|
|
45898
|
-
"kind": "js",
|
|
45899
|
-
"name": "*",
|
|
45900
|
-
"declaration": {
|
|
45901
|
-
"name": "*",
|
|
45902
|
-
"module": "src/skeleton/SkeletonShape"
|
|
45903
|
-
}
|
|
45904
|
-
}
|
|
45905
|
-
]
|
|
45906
|
-
},
|
|
45907
|
-
{
|
|
45908
|
-
"kind": "javascript-module",
|
|
45909
|
-
"path": "src/skeleton/SkeletonAnimation.ts",
|
|
45910
|
-
"declarations": [],
|
|
45911
|
-
"exports": []
|
|
45912
|
-
},
|
|
45913
|
-
{
|
|
45914
|
-
"kind": "javascript-module",
|
|
45915
|
-
"path": "src/skeleton/SkeletonElement.ts",
|
|
45916
|
-
"declarations": [
|
|
45917
|
-
{
|
|
45918
|
-
"kind": "class",
|
|
45919
|
-
"description": "A visual placeholder that mimics the layout of content while it's still loading.",
|
|
45920
|
-
"name": "M3eSkeletonElement",
|
|
45921
|
-
"cssProperties": [
|
|
45922
|
-
{
|
|
45923
|
-
"description": "Base fill color for the skeleton surface.",
|
|
45924
|
-
"name": "--m3e-skeleton-color"
|
|
45925
|
-
},
|
|
45926
|
-
{
|
|
45927
|
-
"description": "Tint fill color for the skeleton surface.",
|
|
45928
|
-
"name": "--m3e-skeleton-tint-color"
|
|
45929
|
-
},
|
|
45930
|
-
{
|
|
45931
|
-
"description": "Tint Opacity applied when the skeleton animation is not pulsating.",
|
|
45932
|
-
"name": "--m3e-skeleton-tint-opacity"
|
|
45933
|
-
},
|
|
45934
|
-
{
|
|
45935
|
-
"description": "Accent color used in wave animation.",
|
|
45936
|
-
"name": "--m3e-skeleton-accent-color"
|
|
45937
|
-
},
|
|
45938
|
-
{
|
|
45939
|
-
"description": "Opacity of the accent effect in animations.",
|
|
45940
|
-
"name": "--m3e-skeleton-accent-opacity"
|
|
45941
|
-
},
|
|
45942
|
-
{
|
|
45943
|
-
"description": "Corner radius for the rounded skeleton shape.",
|
|
45944
|
-
"name": "--m3e-skeleton-rounded-shape"
|
|
45945
|
-
},
|
|
45946
|
-
{
|
|
45947
|
-
"description": "Corner radius for the circular skeleton shape.",
|
|
45948
|
-
"name": "--m3e-skeleton-circular-shape"
|
|
45949
|
-
},
|
|
45950
|
-
{
|
|
45951
|
-
"description": "Corner radius for the square skeleton shape.",
|
|
45952
|
-
"name": "--m3e-skeleton-square-shape"
|
|
45953
|
-
},
|
|
45954
|
-
{
|
|
45955
|
-
"description": "Corner radius for the skeleton shape.",
|
|
45956
|
-
"name": "--m3e-skeleton-shape"
|
|
45957
|
-
}
|
|
45958
|
-
],
|
|
45959
|
-
"slots": [
|
|
45960
|
-
{
|
|
45961
|
-
"description": "Renders the content to be mimicked by the skeleton.",
|
|
45962
|
-
"name": ""
|
|
45963
|
-
}
|
|
45964
|
-
],
|
|
45965
|
-
"members": [
|
|
45966
|
-
{
|
|
45967
|
-
"kind": "field",
|
|
45968
|
-
"name": "#anchoringCleanupMap",
|
|
45969
|
-
"privacy": "private",
|
|
45970
|
-
"readonly": true,
|
|
45971
|
-
"default": "new Map<HTMLElement, () => void>()"
|
|
45972
|
-
},
|
|
45973
|
-
{
|
|
45974
|
-
"kind": "field",
|
|
45975
|
-
"name": "shape",
|
|
45976
|
-
"type": {
|
|
45977
|
-
"text": "SkeletonShape"
|
|
45978
|
-
},
|
|
45979
|
-
"default": "\"auto\"",
|
|
45980
|
-
"description": "The shape of the skeleton.",
|
|
45981
|
-
"attribute": "shape",
|
|
45982
|
-
"reflects": true
|
|
45983
|
-
},
|
|
45984
|
-
{
|
|
45985
|
-
"kind": "field",
|
|
45986
|
-
"name": "animation",
|
|
45987
|
-
"type": {
|
|
45988
|
-
"text": "SkeletonAnimation"
|
|
45989
|
-
},
|
|
45990
|
-
"default": "\"wave\"",
|
|
45991
|
-
"description": "The animation effect of the skeleton.",
|
|
45992
|
-
"attribute": "animation",
|
|
45993
|
-
"reflects": true
|
|
45994
|
-
},
|
|
45995
|
-
{
|
|
45996
|
-
"kind": "field",
|
|
45997
|
-
"name": "loaded",
|
|
45998
|
-
"type": {
|
|
45999
|
-
"text": "boolean"
|
|
46000
|
-
},
|
|
46001
|
-
"default": "false",
|
|
46002
|
-
"description": "Whether the content of the skeleton has been loaded.",
|
|
46003
|
-
"attribute": "loaded",
|
|
46004
|
-
"reflects": true
|
|
46005
|
-
},
|
|
46006
|
-
{
|
|
46007
|
-
"kind": "method",
|
|
46008
|
-
"name": "reconnectedCallback",
|
|
46009
|
-
"return": {
|
|
46010
|
-
"type": {
|
|
46011
|
-
"text": "void"
|
|
46012
|
-
}
|
|
46013
|
-
},
|
|
46014
|
-
"inheritedFrom": {
|
|
46015
|
-
"name": "ReconnectedCallback",
|
|
46016
|
-
"module": "src/core/shared/mixins/ReconnectedCallback.ts"
|
|
46017
|
-
}
|
|
46018
|
-
},
|
|
46019
|
-
{
|
|
46020
|
-
"kind": "method",
|
|
46021
|
-
"name": "#handleSlotChange",
|
|
46022
|
-
"privacy": "private",
|
|
46023
|
-
"return": {
|
|
46024
|
-
"type": {
|
|
46025
|
-
"text": "Promise<void>"
|
|
46026
|
-
}
|
|
46027
|
-
}
|
|
46028
|
-
},
|
|
46029
|
-
{
|
|
46030
|
-
"kind": "method",
|
|
46031
|
-
"name": "#clearShapes",
|
|
46032
|
-
"privacy": "private",
|
|
46033
|
-
"return": {
|
|
46034
|
-
"type": {
|
|
46035
|
-
"text": "void"
|
|
46036
|
-
}
|
|
46037
|
-
}
|
|
46038
|
-
},
|
|
46039
|
-
{
|
|
46040
|
-
"kind": "method",
|
|
46041
|
-
"name": "#createShapes",
|
|
46042
|
-
"privacy": "private",
|
|
46043
|
-
"return": {
|
|
46044
|
-
"type": {
|
|
46045
|
-
"text": "Promise<void>"
|
|
46046
|
-
}
|
|
46047
|
-
}
|
|
46048
|
-
},
|
|
46049
|
-
{
|
|
46050
|
-
"kind": "method",
|
|
46051
|
-
"name": "#createShape",
|
|
46052
|
-
"privacy": "private",
|
|
46053
|
-
"return": {
|
|
46054
|
-
"type": {
|
|
46055
|
-
"text": "Promise<void>"
|
|
46056
|
-
}
|
|
46057
|
-
},
|
|
46058
|
-
"parameters": [
|
|
46059
|
-
{
|
|
46060
|
-
"name": "element",
|
|
46061
|
-
"type": {
|
|
46062
|
-
"text": "HTMLElement"
|
|
46063
|
-
}
|
|
46064
|
-
}
|
|
46065
|
-
]
|
|
46066
|
-
},
|
|
46067
|
-
{
|
|
46068
|
-
"kind": "field",
|
|
46069
|
-
"name": "[_wasConnected]",
|
|
46070
|
-
"type": {
|
|
46071
|
-
"text": "boolean"
|
|
46072
|
-
},
|
|
46073
|
-
"privacy": "private",
|
|
46074
|
-
"default": "false",
|
|
46075
|
-
"inheritedFrom": {
|
|
46076
|
-
"name": "ReconnectedCallback",
|
|
46077
|
-
"module": "src/core/shared/mixins/ReconnectedCallback.ts"
|
|
46078
|
-
}
|
|
46079
|
-
}
|
|
46080
|
-
],
|
|
46081
|
-
"attributes": [
|
|
46082
|
-
{
|
|
46083
|
-
"description": "The animation effect of the skeleton.",
|
|
46084
|
-
"name": "animation",
|
|
46085
|
-
"type": {
|
|
46086
|
-
"text": "SkeletonAnimation"
|
|
46087
|
-
},
|
|
46088
|
-
"default": "\"wave\"",
|
|
46089
|
-
"fieldName": "animation"
|
|
46090
|
-
},
|
|
46091
|
-
{
|
|
46092
|
-
"description": "The shape of the skeleton.",
|
|
46093
|
-
"name": "shape",
|
|
46094
|
-
"type": {
|
|
46095
|
-
"text": "SkeletonShape"
|
|
46096
|
-
},
|
|
46097
|
-
"default": "\"auto\"",
|
|
46098
|
-
"fieldName": "shape"
|
|
46099
|
-
},
|
|
46100
|
-
{
|
|
46101
|
-
"description": "Whether the content of the skeleton has been loaded.",
|
|
46102
|
-
"name": "loaded",
|
|
46103
|
-
"type": {
|
|
46104
|
-
"text": "boolean"
|
|
46105
|
-
},
|
|
46106
|
-
"default": "false",
|
|
46107
|
-
"fieldName": "loaded"
|
|
46108
|
-
}
|
|
46109
|
-
],
|
|
46110
|
-
"mixins": [
|
|
46111
|
-
{
|
|
46112
|
-
"name": "ReconnectedCallback",
|
|
46113
|
-
"package": "@m3e/web/core"
|
|
46114
|
-
}
|
|
46115
|
-
],
|
|
46116
|
-
"superclass": {
|
|
46117
|
-
"name": "LitElement",
|
|
46118
|
-
"package": "lit"
|
|
46119
|
-
},
|
|
46120
|
-
"tagName": "m3e-skeleton",
|
|
46121
|
-
"customElement": true
|
|
46122
|
-
}
|
|
46123
|
-
],
|
|
46124
|
-
"exports": [
|
|
46125
|
-
{
|
|
46126
|
-
"kind": "js",
|
|
46127
|
-
"name": "M3eSkeletonElement",
|
|
46128
|
-
"declaration": {
|
|
46129
|
-
"name": "M3eSkeletonElement",
|
|
46130
|
-
"module": "src/skeleton/SkeletonElement.ts"
|
|
46131
|
-
}
|
|
46132
|
-
},
|
|
46133
|
-
{
|
|
46134
|
-
"kind": "custom-element-definition",
|
|
46135
|
-
"name": "m3e-skeleton",
|
|
46136
|
-
"declaration": {
|
|
46137
|
-
"name": "M3eSkeletonElement",
|
|
46138
|
-
"module": "src/skeleton/SkeletonElement.ts"
|
|
46139
|
-
}
|
|
46140
|
-
}
|
|
46141
|
-
]
|
|
46142
|
-
},
|
|
46143
|
-
{
|
|
46144
|
-
"kind": "javascript-module",
|
|
46145
|
-
"path": "src/skeleton/SkeletonShape.ts",
|
|
46146
|
-
"declarations": [],
|
|
46147
|
-
"exports": []
|
|
46148
|
-
},
|
|
46149
47499
|
{
|
|
46150
47500
|
"kind": "javascript-module",
|
|
46151
47501
|
"path": "src/slider/index.ts",
|
|
@@ -48484,12 +49834,11 @@
|
|
|
48484
49834
|
},
|
|
48485
49835
|
{
|
|
48486
49836
|
"kind": "field",
|
|
48487
|
-
"name": "#
|
|
49837
|
+
"name": "#dragState",
|
|
48488
49838
|
"privacy": "private",
|
|
48489
49839
|
"type": {
|
|
48490
|
-
"text": "number"
|
|
48491
|
-
}
|
|
48492
|
-
"default": "0"
|
|
49840
|
+
"text": "{ startPos: number; startValue: number; cachedSize: number; min: number; max: number } | undefined"
|
|
49841
|
+
}
|
|
48493
49842
|
},
|
|
48494
49843
|
{
|
|
48495
49844
|
"kind": "field",
|
|
@@ -48500,15 +49849,6 @@
|
|
|
48500
49849
|
},
|
|
48501
49850
|
"default": "false"
|
|
48502
49851
|
},
|
|
48503
|
-
{
|
|
48504
|
-
"kind": "field",
|
|
48505
|
-
"name": "#cachedSize",
|
|
48506
|
-
"privacy": "private",
|
|
48507
|
-
"type": {
|
|
48508
|
-
"text": "number"
|
|
48509
|
-
},
|
|
48510
|
-
"default": "0"
|
|
48511
|
-
},
|
|
48512
49852
|
{
|
|
48513
49853
|
"kind": "field",
|
|
48514
49854
|
"name": "#snapAnimation",
|
|
@@ -48568,6 +49908,16 @@
|
|
|
48568
49908
|
"description": "A fractional value, between 0 and 100, indicating the maximum size of the start pane.",
|
|
48569
49909
|
"attribute": "max"
|
|
48570
49910
|
},
|
|
49911
|
+
{
|
|
49912
|
+
"kind": "field",
|
|
49913
|
+
"name": "overshootLimit",
|
|
49914
|
+
"type": {
|
|
49915
|
+
"text": "number"
|
|
49916
|
+
},
|
|
49917
|
+
"default": "4",
|
|
49918
|
+
"description": "A fractional value, between 0 and 100, indicating the maximum visual overshoot allowed when dragging past the minimum or maximum size.",
|
|
49919
|
+
"attribute": "overshoot-limit"
|
|
49920
|
+
},
|
|
48571
49921
|
{
|
|
48572
49922
|
"kind": "field",
|
|
48573
49923
|
"name": "step",
|
|
@@ -48942,6 +50292,10 @@
|
|
|
48942
50292
|
{
|
|
48943
50293
|
"name": "emitChange",
|
|
48944
50294
|
"default": "true"
|
|
50295
|
+
},
|
|
50296
|
+
{
|
|
50297
|
+
"name": "allowOvershoot",
|
|
50298
|
+
"default": "false"
|
|
48945
50299
|
}
|
|
48946
50300
|
]
|
|
48947
50301
|
},
|
|
@@ -49295,6 +50649,15 @@
|
|
|
49295
50649
|
"default": "\"horizontal\"",
|
|
49296
50650
|
"fieldName": "orientation"
|
|
49297
50651
|
},
|
|
50652
|
+
{
|
|
50653
|
+
"description": "A fractional value, between 0 and 100, indicating the maximum visual overshoot allowed when dragging past the minimum or maximum size.",
|
|
50654
|
+
"name": "overshoot-limit",
|
|
50655
|
+
"type": {
|
|
50656
|
+
"text": "number"
|
|
50657
|
+
},
|
|
50658
|
+
"default": "4",
|
|
50659
|
+
"fieldName": "overshootLimit"
|
|
50660
|
+
},
|
|
49298
50661
|
{
|
|
49299
50662
|
"description": "A fractional value, between 0 and 100, indicating the increment by which to adjust the value when resized via keyboard.",
|
|
49300
50663
|
"name": "step",
|
|
@@ -54599,289 +55962,6 @@
|
|
|
54599
55962
|
}
|
|
54600
55963
|
]
|
|
54601
55964
|
},
|
|
54602
|
-
{
|
|
54603
|
-
"kind": "javascript-module",
|
|
54604
|
-
"path": "src/toolbar/index.ts",
|
|
54605
|
-
"declarations": [],
|
|
54606
|
-
"exports": [
|
|
54607
|
-
{
|
|
54608
|
-
"kind": "js",
|
|
54609
|
-
"name": "*",
|
|
54610
|
-
"declaration": {
|
|
54611
|
-
"name": "*",
|
|
54612
|
-
"module": "src/toolbar/ToolbarElement"
|
|
54613
|
-
}
|
|
54614
|
-
},
|
|
54615
|
-
{
|
|
54616
|
-
"kind": "js",
|
|
54617
|
-
"name": "*",
|
|
54618
|
-
"declaration": {
|
|
54619
|
-
"name": "*",
|
|
54620
|
-
"module": "src/toolbar/ToolbarShape"
|
|
54621
|
-
}
|
|
54622
|
-
},
|
|
54623
|
-
{
|
|
54624
|
-
"kind": "js",
|
|
54625
|
-
"name": "*",
|
|
54626
|
-
"declaration": {
|
|
54627
|
-
"name": "*",
|
|
54628
|
-
"module": "src/toolbar/ToolbarVariant"
|
|
54629
|
-
}
|
|
54630
|
-
}
|
|
54631
|
-
]
|
|
54632
|
-
},
|
|
54633
|
-
{
|
|
54634
|
-
"kind": "javascript-module",
|
|
54635
|
-
"path": "src/toolbar/ToolbarElement.ts",
|
|
54636
|
-
"declarations": [
|
|
54637
|
-
{
|
|
54638
|
-
"kind": "class",
|
|
54639
|
-
"description": "Presents frequently used actions relevant to the current page.",
|
|
54640
|
-
"name": "M3eToolbarElement",
|
|
54641
|
-
"cssProperties": [
|
|
54642
|
-
{
|
|
54643
|
-
"description": "The size (height or width) of the toolbar.",
|
|
54644
|
-
"name": "--m3e-toolbar-size"
|
|
54645
|
-
},
|
|
54646
|
-
{
|
|
54647
|
-
"description": "The gap between toolbar items.",
|
|
54648
|
-
"name": "--m3e-toolbar-spacing"
|
|
54649
|
-
},
|
|
54650
|
-
{
|
|
54651
|
-
"description": "Border radius for rounded shape.",
|
|
54652
|
-
"name": "--m3e-toolbar-rounded-shape"
|
|
54653
|
-
},
|
|
54654
|
-
{
|
|
54655
|
-
"description": "Padding for rounded shape.",
|
|
54656
|
-
"name": "--m3e-toolbar-rounded-padding"
|
|
54657
|
-
},
|
|
54658
|
-
{
|
|
54659
|
-
"description": "Padding for square shape.",
|
|
54660
|
-
"name": "--m3e-toolbar-square-padding"
|
|
54661
|
-
},
|
|
54662
|
-
{
|
|
54663
|
-
"description": "Container color for the standard variant.",
|
|
54664
|
-
"name": "--m3e-toolbar-standard-container-color"
|
|
54665
|
-
},
|
|
54666
|
-
{
|
|
54667
|
-
"description": "Foreground color for the standard variant.",
|
|
54668
|
-
"name": "--m3e-toolbar-standard-color"
|
|
54669
|
-
},
|
|
54670
|
-
{
|
|
54671
|
-
"description": "Container color for the vibrant variant.",
|
|
54672
|
-
"name": "--m3e-toolbar-vibrant-container-color"
|
|
54673
|
-
},
|
|
54674
|
-
{
|
|
54675
|
-
"description": "Foreground color for the vibrant variant.",
|
|
54676
|
-
"name": "--m3e-toolbar-vibrant-color"
|
|
54677
|
-
}
|
|
54678
|
-
],
|
|
54679
|
-
"slots": [
|
|
54680
|
-
{
|
|
54681
|
-
"description": "Renders the content of the toolbar.",
|
|
54682
|
-
"name": ""
|
|
54683
|
-
}
|
|
54684
|
-
],
|
|
54685
|
-
"members": [
|
|
54686
|
-
{
|
|
54687
|
-
"kind": "field",
|
|
54688
|
-
"name": "#directionalitySubscription",
|
|
54689
|
-
"privacy": "private",
|
|
54690
|
-
"type": {
|
|
54691
|
-
"text": "() => void | undefined"
|
|
54692
|
-
}
|
|
54693
|
-
},
|
|
54694
|
-
{
|
|
54695
|
-
"kind": "field",
|
|
54696
|
-
"name": "#focusKeyManager",
|
|
54697
|
-
"privacy": "private"
|
|
54698
|
-
},
|
|
54699
|
-
{
|
|
54700
|
-
"kind": "field",
|
|
54701
|
-
"name": "variant",
|
|
54702
|
-
"type": {
|
|
54703
|
-
"text": "ToolbarVariant"
|
|
54704
|
-
},
|
|
54705
|
-
"default": "\"standard\"",
|
|
54706
|
-
"description": "The appearance variant of the toolbar.",
|
|
54707
|
-
"attribute": "variant",
|
|
54708
|
-
"reflects": true
|
|
54709
|
-
},
|
|
54710
|
-
{
|
|
54711
|
-
"kind": "field",
|
|
54712
|
-
"name": "shape",
|
|
54713
|
-
"type": {
|
|
54714
|
-
"text": "ToolbarShape"
|
|
54715
|
-
},
|
|
54716
|
-
"default": "\"square\"",
|
|
54717
|
-
"description": "The shape of the toolbar.",
|
|
54718
|
-
"attribute": "shape",
|
|
54719
|
-
"reflects": true
|
|
54720
|
-
},
|
|
54721
|
-
{
|
|
54722
|
-
"kind": "field",
|
|
54723
|
-
"name": "elevated",
|
|
54724
|
-
"type": {
|
|
54725
|
-
"text": "boolean"
|
|
54726
|
-
},
|
|
54727
|
-
"default": "false",
|
|
54728
|
-
"description": "Whether the toolbar is elevated.",
|
|
54729
|
-
"attribute": "elevated",
|
|
54730
|
-
"reflects": true
|
|
54731
|
-
},
|
|
54732
|
-
{
|
|
54733
|
-
"kind": "method",
|
|
54734
|
-
"name": "#handleSlotChange",
|
|
54735
|
-
"privacy": "private",
|
|
54736
|
-
"return": {
|
|
54737
|
-
"type": {
|
|
54738
|
-
"text": "void"
|
|
54739
|
-
}
|
|
54740
|
-
}
|
|
54741
|
-
},
|
|
54742
|
-
{
|
|
54743
|
-
"kind": "method",
|
|
54744
|
-
"name": "#handleKeyDown",
|
|
54745
|
-
"privacy": "private",
|
|
54746
|
-
"return": {
|
|
54747
|
-
"type": {
|
|
54748
|
-
"text": "void"
|
|
54749
|
-
}
|
|
54750
|
-
},
|
|
54751
|
-
"parameters": [
|
|
54752
|
-
{
|
|
54753
|
-
"name": "e",
|
|
54754
|
-
"type": {
|
|
54755
|
-
"text": "KeyboardEvent"
|
|
54756
|
-
}
|
|
54757
|
-
}
|
|
54758
|
-
]
|
|
54759
|
-
},
|
|
54760
|
-
{
|
|
54761
|
-
"kind": "method",
|
|
54762
|
-
"name": "#handleClick",
|
|
54763
|
-
"privacy": "private",
|
|
54764
|
-
"return": {
|
|
54765
|
-
"type": {
|
|
54766
|
-
"text": "void"
|
|
54767
|
-
}
|
|
54768
|
-
},
|
|
54769
|
-
"parameters": [
|
|
54770
|
-
{
|
|
54771
|
-
"name": "e",
|
|
54772
|
-
"type": {
|
|
54773
|
-
"text": "Event"
|
|
54774
|
-
}
|
|
54775
|
-
}
|
|
54776
|
-
]
|
|
54777
|
-
},
|
|
54778
|
-
{
|
|
54779
|
-
"kind": "field",
|
|
54780
|
-
"name": "vertical",
|
|
54781
|
-
"type": {
|
|
54782
|
-
"text": "boolean"
|
|
54783
|
-
},
|
|
54784
|
-
"default": "false",
|
|
54785
|
-
"description": "Whether the element is oriented vertically.",
|
|
54786
|
-
"attribute": "vertical",
|
|
54787
|
-
"reflects": true,
|
|
54788
|
-
"inheritedFrom": {
|
|
54789
|
-
"name": "Vertical",
|
|
54790
|
-
"module": "src/core/shared/mixins/Vertical.ts"
|
|
54791
|
-
}
|
|
54792
|
-
}
|
|
54793
|
-
],
|
|
54794
|
-
"attributes": [
|
|
54795
|
-
{
|
|
54796
|
-
"description": "Whether the toolbar is elevated.",
|
|
54797
|
-
"name": "elevated",
|
|
54798
|
-
"type": {
|
|
54799
|
-
"text": "boolean"
|
|
54800
|
-
},
|
|
54801
|
-
"default": "false",
|
|
54802
|
-
"fieldName": "elevated"
|
|
54803
|
-
},
|
|
54804
|
-
{
|
|
54805
|
-
"description": "The shape of the toolbar.",
|
|
54806
|
-
"name": "shape",
|
|
54807
|
-
"type": {
|
|
54808
|
-
"text": "ToolbarShape"
|
|
54809
|
-
},
|
|
54810
|
-
"default": "\"square\"",
|
|
54811
|
-
"fieldName": "shape"
|
|
54812
|
-
},
|
|
54813
|
-
{
|
|
54814
|
-
"description": "The appearance variant of the toolbar.",
|
|
54815
|
-
"name": "variant",
|
|
54816
|
-
"type": {
|
|
54817
|
-
"text": "ToolbarVariant"
|
|
54818
|
-
},
|
|
54819
|
-
"default": "\"standard\"",
|
|
54820
|
-
"fieldName": "variant"
|
|
54821
|
-
},
|
|
54822
|
-
{
|
|
54823
|
-
"name": "vertical",
|
|
54824
|
-
"type": {
|
|
54825
|
-
"text": "boolean"
|
|
54826
|
-
},
|
|
54827
|
-
"default": "false",
|
|
54828
|
-
"description": "Whether the element is oriented vertically.",
|
|
54829
|
-
"fieldName": "vertical",
|
|
54830
|
-
"inheritedFrom": {
|
|
54831
|
-
"name": "Vertical",
|
|
54832
|
-
"module": "src/core/shared/mixins/Vertical.ts"
|
|
54833
|
-
}
|
|
54834
|
-
}
|
|
54835
|
-
],
|
|
54836
|
-
"mixins": [
|
|
54837
|
-
{
|
|
54838
|
-
"name": "Vertical",
|
|
54839
|
-
"package": "@m3e/web/core"
|
|
54840
|
-
},
|
|
54841
|
-
{
|
|
54842
|
-
"name": "Role",
|
|
54843
|
-
"package": "@m3e/web/core"
|
|
54844
|
-
}
|
|
54845
|
-
],
|
|
54846
|
-
"superclass": {
|
|
54847
|
-
"name": "LitElement",
|
|
54848
|
-
"package": "lit"
|
|
54849
|
-
},
|
|
54850
|
-
"tagName": "m3e-toolbar",
|
|
54851
|
-
"customElement": true
|
|
54852
|
-
}
|
|
54853
|
-
],
|
|
54854
|
-
"exports": [
|
|
54855
|
-
{
|
|
54856
|
-
"kind": "js",
|
|
54857
|
-
"name": "M3eToolbarElement",
|
|
54858
|
-
"declaration": {
|
|
54859
|
-
"name": "M3eToolbarElement",
|
|
54860
|
-
"module": "src/toolbar/ToolbarElement.ts"
|
|
54861
|
-
}
|
|
54862
|
-
},
|
|
54863
|
-
{
|
|
54864
|
-
"kind": "custom-element-definition",
|
|
54865
|
-
"name": "m3e-toolbar",
|
|
54866
|
-
"declaration": {
|
|
54867
|
-
"name": "M3eToolbarElement",
|
|
54868
|
-
"module": "src/toolbar/ToolbarElement.ts"
|
|
54869
|
-
}
|
|
54870
|
-
}
|
|
54871
|
-
]
|
|
54872
|
-
},
|
|
54873
|
-
{
|
|
54874
|
-
"kind": "javascript-module",
|
|
54875
|
-
"path": "src/toolbar/ToolbarShape.ts",
|
|
54876
|
-
"declarations": [],
|
|
54877
|
-
"exports": []
|
|
54878
|
-
},
|
|
54879
|
-
{
|
|
54880
|
-
"kind": "javascript-module",
|
|
54881
|
-
"path": "src/toolbar/ToolbarVariant.ts",
|
|
54882
|
-
"declarations": [],
|
|
54883
|
-
"exports": []
|
|
54884
|
-
},
|
|
54885
55965
|
{
|
|
54886
55966
|
"kind": "javascript-module",
|
|
54887
55967
|
"path": "src/tooltip/index.ts",
|
|
@@ -56922,31 +58002,7 @@
|
|
|
56922
58002
|
},
|
|
56923
58003
|
{
|
|
56924
58004
|
"kind": "javascript-module",
|
|
56925
|
-
"path": "src/
|
|
56926
|
-
"declarations": [],
|
|
56927
|
-
"exports": []
|
|
56928
|
-
},
|
|
56929
|
-
{
|
|
56930
|
-
"kind": "javascript-module",
|
|
56931
|
-
"path": "src/app-bar/styles/AppBarSizeToken.ts",
|
|
56932
|
-
"declarations": [],
|
|
56933
|
-
"exports": []
|
|
56934
|
-
},
|
|
56935
|
-
{
|
|
56936
|
-
"kind": "javascript-module",
|
|
56937
|
-
"path": "src/app-bar/styles/AppBarStyle.ts",
|
|
56938
|
-
"declarations": [],
|
|
56939
|
-
"exports": []
|
|
56940
|
-
},
|
|
56941
|
-
{
|
|
56942
|
-
"kind": "javascript-module",
|
|
56943
|
-
"path": "src/app-bar/styles/AppBarToken.ts",
|
|
56944
|
-
"declarations": [],
|
|
56945
|
-
"exports": []
|
|
56946
|
-
},
|
|
56947
|
-
{
|
|
56948
|
-
"kind": "javascript-module",
|
|
56949
|
-
"path": "src/app-bar/styles/index.ts",
|
|
58005
|
+
"path": "src/toolbar/index.ts",
|
|
56950
58006
|
"declarations": [],
|
|
56951
58007
|
"exports": [
|
|
56952
58008
|
{
|
|
@@ -56954,7 +58010,7 @@
|
|
|
56954
58010
|
"name": "*",
|
|
56955
58011
|
"declaration": {
|
|
56956
58012
|
"name": "*",
|
|
56957
|
-
"module": "src/
|
|
58013
|
+
"module": "src/toolbar/ToolbarElement"
|
|
56958
58014
|
}
|
|
56959
58015
|
},
|
|
56960
58016
|
{
|
|
@@ -56962,11 +58018,271 @@
|
|
|
56962
58018
|
"name": "*",
|
|
56963
58019
|
"declaration": {
|
|
56964
58020
|
"name": "*",
|
|
56965
|
-
"module": "src/
|
|
58021
|
+
"module": "src/toolbar/ToolbarShape"
|
|
58022
|
+
}
|
|
58023
|
+
},
|
|
58024
|
+
{
|
|
58025
|
+
"kind": "js",
|
|
58026
|
+
"name": "*",
|
|
58027
|
+
"declaration": {
|
|
58028
|
+
"name": "*",
|
|
58029
|
+
"module": "src/toolbar/ToolbarVariant"
|
|
58030
|
+
}
|
|
58031
|
+
}
|
|
58032
|
+
]
|
|
58033
|
+
},
|
|
58034
|
+
{
|
|
58035
|
+
"kind": "javascript-module",
|
|
58036
|
+
"path": "src/toolbar/ToolbarElement.ts",
|
|
58037
|
+
"declarations": [
|
|
58038
|
+
{
|
|
58039
|
+
"kind": "class",
|
|
58040
|
+
"description": "Presents frequently used actions relevant to the current page.",
|
|
58041
|
+
"name": "M3eToolbarElement",
|
|
58042
|
+
"cssProperties": [
|
|
58043
|
+
{
|
|
58044
|
+
"description": "The size (height or width) of the toolbar.",
|
|
58045
|
+
"name": "--m3e-toolbar-size"
|
|
58046
|
+
},
|
|
58047
|
+
{
|
|
58048
|
+
"description": "The gap between toolbar items.",
|
|
58049
|
+
"name": "--m3e-toolbar-spacing"
|
|
58050
|
+
},
|
|
58051
|
+
{
|
|
58052
|
+
"description": "Border radius for rounded shape.",
|
|
58053
|
+
"name": "--m3e-toolbar-rounded-shape"
|
|
58054
|
+
},
|
|
58055
|
+
{
|
|
58056
|
+
"description": "Padding for rounded shape.",
|
|
58057
|
+
"name": "--m3e-toolbar-rounded-padding"
|
|
58058
|
+
},
|
|
58059
|
+
{
|
|
58060
|
+
"description": "Padding for square shape.",
|
|
58061
|
+
"name": "--m3e-toolbar-square-padding"
|
|
58062
|
+
},
|
|
58063
|
+
{
|
|
58064
|
+
"description": "Container color for the standard variant.",
|
|
58065
|
+
"name": "--m3e-toolbar-standard-container-color"
|
|
58066
|
+
},
|
|
58067
|
+
{
|
|
58068
|
+
"description": "Foreground color for the standard variant.",
|
|
58069
|
+
"name": "--m3e-toolbar-standard-color"
|
|
58070
|
+
},
|
|
58071
|
+
{
|
|
58072
|
+
"description": "Container color for the vibrant variant.",
|
|
58073
|
+
"name": "--m3e-toolbar-vibrant-container-color"
|
|
58074
|
+
},
|
|
58075
|
+
{
|
|
58076
|
+
"description": "Foreground color for the vibrant variant.",
|
|
58077
|
+
"name": "--m3e-toolbar-vibrant-color"
|
|
58078
|
+
}
|
|
58079
|
+
],
|
|
58080
|
+
"slots": [
|
|
58081
|
+
{
|
|
58082
|
+
"description": "Renders the content of the toolbar.",
|
|
58083
|
+
"name": ""
|
|
58084
|
+
}
|
|
58085
|
+
],
|
|
58086
|
+
"members": [
|
|
58087
|
+
{
|
|
58088
|
+
"kind": "field",
|
|
58089
|
+
"name": "#directionalitySubscription",
|
|
58090
|
+
"privacy": "private",
|
|
58091
|
+
"type": {
|
|
58092
|
+
"text": "() => void | undefined"
|
|
58093
|
+
}
|
|
58094
|
+
},
|
|
58095
|
+
{
|
|
58096
|
+
"kind": "field",
|
|
58097
|
+
"name": "#focusKeyManager",
|
|
58098
|
+
"privacy": "private"
|
|
58099
|
+
},
|
|
58100
|
+
{
|
|
58101
|
+
"kind": "field",
|
|
58102
|
+
"name": "variant",
|
|
58103
|
+
"type": {
|
|
58104
|
+
"text": "ToolbarVariant"
|
|
58105
|
+
},
|
|
58106
|
+
"default": "\"standard\"",
|
|
58107
|
+
"description": "The appearance variant of the toolbar.",
|
|
58108
|
+
"attribute": "variant",
|
|
58109
|
+
"reflects": true
|
|
58110
|
+
},
|
|
58111
|
+
{
|
|
58112
|
+
"kind": "field",
|
|
58113
|
+
"name": "shape",
|
|
58114
|
+
"type": {
|
|
58115
|
+
"text": "ToolbarShape"
|
|
58116
|
+
},
|
|
58117
|
+
"default": "\"square\"",
|
|
58118
|
+
"description": "The shape of the toolbar.",
|
|
58119
|
+
"attribute": "shape",
|
|
58120
|
+
"reflects": true
|
|
58121
|
+
},
|
|
58122
|
+
{
|
|
58123
|
+
"kind": "field",
|
|
58124
|
+
"name": "elevated",
|
|
58125
|
+
"type": {
|
|
58126
|
+
"text": "boolean"
|
|
58127
|
+
},
|
|
58128
|
+
"default": "false",
|
|
58129
|
+
"description": "Whether the toolbar is elevated.",
|
|
58130
|
+
"attribute": "elevated",
|
|
58131
|
+
"reflects": true
|
|
58132
|
+
},
|
|
58133
|
+
{
|
|
58134
|
+
"kind": "method",
|
|
58135
|
+
"name": "#handleSlotChange",
|
|
58136
|
+
"privacy": "private",
|
|
58137
|
+
"return": {
|
|
58138
|
+
"type": {
|
|
58139
|
+
"text": "void"
|
|
58140
|
+
}
|
|
58141
|
+
}
|
|
58142
|
+
},
|
|
58143
|
+
{
|
|
58144
|
+
"kind": "method",
|
|
58145
|
+
"name": "#handleKeyDown",
|
|
58146
|
+
"privacy": "private",
|
|
58147
|
+
"return": {
|
|
58148
|
+
"type": {
|
|
58149
|
+
"text": "void"
|
|
58150
|
+
}
|
|
58151
|
+
},
|
|
58152
|
+
"parameters": [
|
|
58153
|
+
{
|
|
58154
|
+
"name": "e",
|
|
58155
|
+
"type": {
|
|
58156
|
+
"text": "KeyboardEvent"
|
|
58157
|
+
}
|
|
58158
|
+
}
|
|
58159
|
+
]
|
|
58160
|
+
},
|
|
58161
|
+
{
|
|
58162
|
+
"kind": "method",
|
|
58163
|
+
"name": "#handleClick",
|
|
58164
|
+
"privacy": "private",
|
|
58165
|
+
"return": {
|
|
58166
|
+
"type": {
|
|
58167
|
+
"text": "void"
|
|
58168
|
+
}
|
|
58169
|
+
},
|
|
58170
|
+
"parameters": [
|
|
58171
|
+
{
|
|
58172
|
+
"name": "e",
|
|
58173
|
+
"type": {
|
|
58174
|
+
"text": "Event"
|
|
58175
|
+
}
|
|
58176
|
+
}
|
|
58177
|
+
]
|
|
58178
|
+
},
|
|
58179
|
+
{
|
|
58180
|
+
"kind": "field",
|
|
58181
|
+
"name": "vertical",
|
|
58182
|
+
"type": {
|
|
58183
|
+
"text": "boolean"
|
|
58184
|
+
},
|
|
58185
|
+
"default": "false",
|
|
58186
|
+
"description": "Whether the element is oriented vertically.",
|
|
58187
|
+
"attribute": "vertical",
|
|
58188
|
+
"reflects": true,
|
|
58189
|
+
"inheritedFrom": {
|
|
58190
|
+
"name": "Vertical",
|
|
58191
|
+
"module": "src/core/shared/mixins/Vertical.ts"
|
|
58192
|
+
}
|
|
58193
|
+
}
|
|
58194
|
+
],
|
|
58195
|
+
"attributes": [
|
|
58196
|
+
{
|
|
58197
|
+
"description": "Whether the toolbar is elevated.",
|
|
58198
|
+
"name": "elevated",
|
|
58199
|
+
"type": {
|
|
58200
|
+
"text": "boolean"
|
|
58201
|
+
},
|
|
58202
|
+
"default": "false",
|
|
58203
|
+
"fieldName": "elevated"
|
|
58204
|
+
},
|
|
58205
|
+
{
|
|
58206
|
+
"description": "The shape of the toolbar.",
|
|
58207
|
+
"name": "shape",
|
|
58208
|
+
"type": {
|
|
58209
|
+
"text": "ToolbarShape"
|
|
58210
|
+
},
|
|
58211
|
+
"default": "\"square\"",
|
|
58212
|
+
"fieldName": "shape"
|
|
58213
|
+
},
|
|
58214
|
+
{
|
|
58215
|
+
"description": "The appearance variant of the toolbar.",
|
|
58216
|
+
"name": "variant",
|
|
58217
|
+
"type": {
|
|
58218
|
+
"text": "ToolbarVariant"
|
|
58219
|
+
},
|
|
58220
|
+
"default": "\"standard\"",
|
|
58221
|
+
"fieldName": "variant"
|
|
58222
|
+
},
|
|
58223
|
+
{
|
|
58224
|
+
"name": "vertical",
|
|
58225
|
+
"type": {
|
|
58226
|
+
"text": "boolean"
|
|
58227
|
+
},
|
|
58228
|
+
"default": "false",
|
|
58229
|
+
"description": "Whether the element is oriented vertically.",
|
|
58230
|
+
"fieldName": "vertical",
|
|
58231
|
+
"inheritedFrom": {
|
|
58232
|
+
"name": "Vertical",
|
|
58233
|
+
"module": "src/core/shared/mixins/Vertical.ts"
|
|
58234
|
+
}
|
|
58235
|
+
}
|
|
58236
|
+
],
|
|
58237
|
+
"mixins": [
|
|
58238
|
+
{
|
|
58239
|
+
"name": "Vertical",
|
|
58240
|
+
"package": "@m3e/web/core"
|
|
58241
|
+
},
|
|
58242
|
+
{
|
|
58243
|
+
"name": "Role",
|
|
58244
|
+
"package": "@m3e/web/core"
|
|
58245
|
+
}
|
|
58246
|
+
],
|
|
58247
|
+
"superclass": {
|
|
58248
|
+
"name": "LitElement",
|
|
58249
|
+
"package": "lit"
|
|
58250
|
+
},
|
|
58251
|
+
"tagName": "m3e-toolbar",
|
|
58252
|
+
"customElement": true
|
|
58253
|
+
}
|
|
58254
|
+
],
|
|
58255
|
+
"exports": [
|
|
58256
|
+
{
|
|
58257
|
+
"kind": "js",
|
|
58258
|
+
"name": "M3eToolbarElement",
|
|
58259
|
+
"declaration": {
|
|
58260
|
+
"name": "M3eToolbarElement",
|
|
58261
|
+
"module": "src/toolbar/ToolbarElement.ts"
|
|
58262
|
+
}
|
|
58263
|
+
},
|
|
58264
|
+
{
|
|
58265
|
+
"kind": "custom-element-definition",
|
|
58266
|
+
"name": "m3e-toolbar",
|
|
58267
|
+
"declaration": {
|
|
58268
|
+
"name": "M3eToolbarElement",
|
|
58269
|
+
"module": "src/toolbar/ToolbarElement.ts"
|
|
56966
58270
|
}
|
|
56967
58271
|
}
|
|
56968
58272
|
]
|
|
56969
58273
|
},
|
|
58274
|
+
{
|
|
58275
|
+
"kind": "javascript-module",
|
|
58276
|
+
"path": "src/toolbar/ToolbarShape.ts",
|
|
58277
|
+
"declarations": [],
|
|
58278
|
+
"exports": []
|
|
58279
|
+
},
|
|
58280
|
+
{
|
|
58281
|
+
"kind": "javascript-module",
|
|
58282
|
+
"path": "src/toolbar/ToolbarVariant.ts",
|
|
58283
|
+
"declarations": [],
|
|
58284
|
+
"exports": []
|
|
58285
|
+
},
|
|
56970
58286
|
{
|
|
56971
58287
|
"kind": "javascript-module",
|
|
56972
58288
|
"path": "src/tree/index.ts",
|
|
@@ -58097,6 +59413,53 @@
|
|
|
58097
59413
|
}
|
|
58098
59414
|
]
|
|
58099
59415
|
},
|
|
59416
|
+
{
|
|
59417
|
+
"kind": "javascript-module",
|
|
59418
|
+
"path": "src/app-bar/styles/AppBarSizeStyle.ts",
|
|
59419
|
+
"declarations": [],
|
|
59420
|
+
"exports": []
|
|
59421
|
+
},
|
|
59422
|
+
{
|
|
59423
|
+
"kind": "javascript-module",
|
|
59424
|
+
"path": "src/app-bar/styles/AppBarSizeToken.ts",
|
|
59425
|
+
"declarations": [],
|
|
59426
|
+
"exports": []
|
|
59427
|
+
},
|
|
59428
|
+
{
|
|
59429
|
+
"kind": "javascript-module",
|
|
59430
|
+
"path": "src/app-bar/styles/AppBarStyle.ts",
|
|
59431
|
+
"declarations": [],
|
|
59432
|
+
"exports": []
|
|
59433
|
+
},
|
|
59434
|
+
{
|
|
59435
|
+
"kind": "javascript-module",
|
|
59436
|
+
"path": "src/app-bar/styles/AppBarToken.ts",
|
|
59437
|
+
"declarations": [],
|
|
59438
|
+
"exports": []
|
|
59439
|
+
},
|
|
59440
|
+
{
|
|
59441
|
+
"kind": "javascript-module",
|
|
59442
|
+
"path": "src/app-bar/styles/index.ts",
|
|
59443
|
+
"declarations": [],
|
|
59444
|
+
"exports": [
|
|
59445
|
+
{
|
|
59446
|
+
"kind": "js",
|
|
59447
|
+
"name": "*",
|
|
59448
|
+
"declaration": {
|
|
59449
|
+
"name": "*",
|
|
59450
|
+
"module": "src/app-bar/styles/AppBarSizeStyle"
|
|
59451
|
+
}
|
|
59452
|
+
},
|
|
59453
|
+
{
|
|
59454
|
+
"kind": "js",
|
|
59455
|
+
"name": "*",
|
|
59456
|
+
"declaration": {
|
|
59457
|
+
"name": "*",
|
|
59458
|
+
"module": "src/app-bar/styles/AppBarStyle"
|
|
59459
|
+
}
|
|
59460
|
+
}
|
|
59461
|
+
]
|
|
59462
|
+
},
|
|
58100
59463
|
{
|
|
58101
59464
|
"kind": "javascript-module",
|
|
58102
59465
|
"path": "src/button/styles/ButtonSizeStyle.ts",
|
|
@@ -58773,6 +60136,15 @@
|
|
|
58773
60136
|
"text": "readonly Element[]"
|
|
58774
60137
|
},
|
|
58775
60138
|
"description": "The known parent elements to test. The default value is `undefined`."
|
|
60139
|
+
},
|
|
60140
|
+
{
|
|
60141
|
+
"name": "allowVisiblyHidden",
|
|
60142
|
+
"default": "false",
|
|
60143
|
+
"type": {
|
|
60144
|
+
"text": "boolean"
|
|
60145
|
+
},
|
|
60146
|
+
"description": "Whether to allow visibly hidden elements as focusable.",
|
|
60147
|
+
"optional": true
|
|
58776
60148
|
}
|
|
58777
60149
|
],
|
|
58778
60150
|
"description": "Determines whether a given element can receive focus."
|
|
@@ -58794,6 +60166,10 @@
|
|
|
58794
60166
|
"type": {
|
|
58795
60167
|
"text": "readonly Element[]"
|
|
58796
60168
|
}
|
|
60169
|
+
},
|
|
60170
|
+
{
|
|
60171
|
+
"name": "allowVisiblyHidden",
|
|
60172
|
+
"default": "false"
|
|
58797
60173
|
}
|
|
58798
60174
|
]
|
|
58799
60175
|
},
|
|
@@ -58813,6 +60189,12 @@
|
|
|
58813
60189
|
"type": {
|
|
58814
60190
|
"text": "Element"
|
|
58815
60191
|
}
|
|
60192
|
+
},
|
|
60193
|
+
{
|
|
60194
|
+
"name": "allowVisiblyHidden",
|
|
60195
|
+
"type": {
|
|
60196
|
+
"text": "boolean"
|
|
60197
|
+
}
|
|
58816
60198
|
}
|
|
58817
60199
|
]
|
|
58818
60200
|
},
|
|
@@ -58832,6 +60214,15 @@
|
|
|
58832
60214
|
"text": "HTMLElement"
|
|
58833
60215
|
},
|
|
58834
60216
|
"description": "The `HTMLElement` to search."
|
|
60217
|
+
},
|
|
60218
|
+
{
|
|
60219
|
+
"name": "allowVisiblyHidden",
|
|
60220
|
+
"default": "false",
|
|
60221
|
+
"type": {
|
|
60222
|
+
"text": "boolean"
|
|
60223
|
+
},
|
|
60224
|
+
"description": "Whether to allow visibly hidden elements as focusable.",
|
|
60225
|
+
"optional": true
|
|
58835
60226
|
}
|
|
58836
60227
|
],
|
|
58837
60228
|
"description": "Finds interactive elements that descend from the specified element."
|
|
@@ -67668,6 +69059,79 @@
|
|
|
67668
69059
|
}
|
|
67669
69060
|
]
|
|
67670
69061
|
},
|
|
69062
|
+
{
|
|
69063
|
+
"kind": "javascript-module",
|
|
69064
|
+
"path": "src/core/shared/converters/dateConverter.ts",
|
|
69065
|
+
"declarations": [
|
|
69066
|
+
{
|
|
69067
|
+
"kind": "variable",
|
|
69068
|
+
"name": "dateConverter",
|
|
69069
|
+
"type": {
|
|
69070
|
+
"text": "ComplexAttributeConverter<Date | null, string | null>"
|
|
69071
|
+
},
|
|
69072
|
+
"default": "{ fromAttribute(value: string | null): Date | null { if (!value) return null; // Matches all four formats: // yyyy-MM-dd // yyyy-MM-ddTHH:mm:ss // yyyy-MM-ddTHH:mm:ssZ // yyyy-MM-ddTHH:mm:ss±HH:mm const isoRegex = /^(\\d{4})-(\\d{2})-(\\d{2})(?:T(\\d{2}):(\\d{2}):(\\d{2})(?:\\.(\\d{3}))?)?(Z|[+-]\\d{2}:\\d{2})?$/; const m = value.match(isoRegex); if (!m) return null; const year = Number(m[1]); const month = Number(m[2]) - 1; // JS months are 0-based const day = Number(m[3]); const hasTime = m[4] !== undefined; const hours = hasTime ? Number(m[4]) : 0; const minutes = hasTime ? Number(m[5]) : 0; const seconds = hasTime ? Number(m[6]) : 0; const ms = hasTime && m[7] ? Number(m[7]) : 0; const tz = m[8]; // CASE 1: yyyy-MM-dd → local date (no timezone math) if (!hasTime && !tz) { return new Date(year, month, day); } // CASE 2: yyyy-MM-ddTHH:mm:ss (no timezone) → local datetime if (hasTime && !tz) { return new Date(year, month, day, hours, minutes, seconds, ms); } // CASE 3: yyyy-MM-ddTHH:mm:ssZ → UTC if (tz === \"Z\") { return new Date(Date.UTC(year, month, day, hours, minutes, seconds, ms)); } // CASE 4: yyyy-MM-ddTHH:mm:ss±HH:mm → offset if (tz && /^[+-]\\d{2}:\\d{2}$/.test(tz)) { const sign = tz.startsWith(\"-\") ? -1 : 1; const [tzH, tzM] = tz.slice(1).split(\":\").map(Number); const offsetMinutes = sign * (tzH * 60 + tzM); // Convert offset datetime → UTC → local const utc = Date.UTC(year, month, day, hours, minutes, seconds, ms); return new Date(utc - offsetMinutes * 60_000); } return null; }, toAttribute(value: Date | null): string | null { return value?.toISOString() ?? null; }, }",
|
|
69073
|
+
"description": "Converts an ISO‑8601 date to and from a `Date` object."
|
|
69074
|
+
}
|
|
69075
|
+
],
|
|
69076
|
+
"exports": [
|
|
69077
|
+
{
|
|
69078
|
+
"kind": "js",
|
|
69079
|
+
"name": "dateConverter",
|
|
69080
|
+
"declaration": {
|
|
69081
|
+
"name": "dateConverter",
|
|
69082
|
+
"module": "src/core/shared/converters/dateConverter.ts"
|
|
69083
|
+
}
|
|
69084
|
+
}
|
|
69085
|
+
]
|
|
69086
|
+
},
|
|
69087
|
+
{
|
|
69088
|
+
"kind": "javascript-module",
|
|
69089
|
+
"path": "src/core/shared/converters/index.ts",
|
|
69090
|
+
"declarations": [],
|
|
69091
|
+
"exports": [
|
|
69092
|
+
{
|
|
69093
|
+
"kind": "js",
|
|
69094
|
+
"name": "*",
|
|
69095
|
+
"declaration": {
|
|
69096
|
+
"name": "*",
|
|
69097
|
+
"module": "src/core/shared/converters/dateConverter"
|
|
69098
|
+
}
|
|
69099
|
+
},
|
|
69100
|
+
{
|
|
69101
|
+
"kind": "js",
|
|
69102
|
+
"name": "*",
|
|
69103
|
+
"declaration": {
|
|
69104
|
+
"name": "*",
|
|
69105
|
+
"module": "src/core/shared/converters/spaceSeparatedStringConverter"
|
|
69106
|
+
}
|
|
69107
|
+
}
|
|
69108
|
+
]
|
|
69109
|
+
},
|
|
69110
|
+
{
|
|
69111
|
+
"kind": "javascript-module",
|
|
69112
|
+
"path": "src/core/shared/converters/spaceSeparatedStringConverter.ts",
|
|
69113
|
+
"declarations": [
|
|
69114
|
+
{
|
|
69115
|
+
"kind": "variable",
|
|
69116
|
+
"name": "spaceSeparatedStringConverter",
|
|
69117
|
+
"type": {
|
|
69118
|
+
"text": "ComplexAttributeConverter<string[], string | null>"
|
|
69119
|
+
},
|
|
69120
|
+
"default": "{ fromAttribute(value: string | null): string[] { if (!value) return []; return value .split(/\\s+/) .map((d) => d.trim()) .filter(Boolean); }, toAttribute(value: string[]): string { return value.join(\" \"); }, }",
|
|
69121
|
+
"description": "Converts a space-separated attribute in to an array of strings."
|
|
69122
|
+
}
|
|
69123
|
+
],
|
|
69124
|
+
"exports": [
|
|
69125
|
+
{
|
|
69126
|
+
"kind": "js",
|
|
69127
|
+
"name": "spaceSeparatedStringConverter",
|
|
69128
|
+
"declaration": {
|
|
69129
|
+
"name": "spaceSeparatedStringConverter",
|
|
69130
|
+
"module": "src/core/shared/converters/spaceSeparatedStringConverter.ts"
|
|
69131
|
+
}
|
|
69132
|
+
}
|
|
69133
|
+
]
|
|
69134
|
+
},
|
|
67671
69135
|
{
|
|
67672
69136
|
"kind": "javascript-module",
|
|
67673
69137
|
"path": "src/core/shared/decorators/customElement.ts",
|
|
@@ -67837,79 +69301,6 @@
|
|
|
67837
69301
|
}
|
|
67838
69302
|
]
|
|
67839
69303
|
},
|
|
67840
|
-
{
|
|
67841
|
-
"kind": "javascript-module",
|
|
67842
|
-
"path": "src/core/shared/converters/dateConverter.ts",
|
|
67843
|
-
"declarations": [
|
|
67844
|
-
{
|
|
67845
|
-
"kind": "variable",
|
|
67846
|
-
"name": "dateConverter",
|
|
67847
|
-
"type": {
|
|
67848
|
-
"text": "ComplexAttributeConverter<Date | null, string | null>"
|
|
67849
|
-
},
|
|
67850
|
-
"default": "{ fromAttribute(value: string | null): Date | null { if (!value) return null; // Matches all four formats: // yyyy-MM-dd // yyyy-MM-ddTHH:mm:ss // yyyy-MM-ddTHH:mm:ssZ // yyyy-MM-ddTHH:mm:ss±HH:mm const isoRegex = /^(\\d{4})-(\\d{2})-(\\d{2})(?:T(\\d{2}):(\\d{2}):(\\d{2})(?:\\.(\\d{3}))?)?(Z|[+-]\\d{2}:\\d{2})?$/; const m = value.match(isoRegex); if (!m) return null; const year = Number(m[1]); const month = Number(m[2]) - 1; // JS months are 0-based const day = Number(m[3]); const hasTime = m[4] !== undefined; const hours = hasTime ? Number(m[4]) : 0; const minutes = hasTime ? Number(m[5]) : 0; const seconds = hasTime ? Number(m[6]) : 0; const ms = hasTime && m[7] ? Number(m[7]) : 0; const tz = m[8]; // CASE 1: yyyy-MM-dd → local date (no timezone math) if (!hasTime && !tz) { return new Date(year, month, day); } // CASE 2: yyyy-MM-ddTHH:mm:ss (no timezone) → local datetime if (hasTime && !tz) { return new Date(year, month, day, hours, minutes, seconds, ms); } // CASE 3: yyyy-MM-ddTHH:mm:ssZ → UTC if (tz === \"Z\") { return new Date(Date.UTC(year, month, day, hours, minutes, seconds, ms)); } // CASE 4: yyyy-MM-ddTHH:mm:ss±HH:mm → offset if (tz && /^[+-]\\d{2}:\\d{2}$/.test(tz)) { const sign = tz.startsWith(\"-\") ? -1 : 1; const [tzH, tzM] = tz.slice(1).split(\":\").map(Number); const offsetMinutes = sign * (tzH * 60 + tzM); // Convert offset datetime → UTC → local const utc = Date.UTC(year, month, day, hours, minutes, seconds, ms); return new Date(utc - offsetMinutes * 60_000); } return null; }, toAttribute(value: Date | null): string | null { return value?.toISOString() ?? null; }, }",
|
|
67851
|
-
"description": "Converts an ISO‑8601 date to and from a `Date` object."
|
|
67852
|
-
}
|
|
67853
|
-
],
|
|
67854
|
-
"exports": [
|
|
67855
|
-
{
|
|
67856
|
-
"kind": "js",
|
|
67857
|
-
"name": "dateConverter",
|
|
67858
|
-
"declaration": {
|
|
67859
|
-
"name": "dateConverter",
|
|
67860
|
-
"module": "src/core/shared/converters/dateConverter.ts"
|
|
67861
|
-
}
|
|
67862
|
-
}
|
|
67863
|
-
]
|
|
67864
|
-
},
|
|
67865
|
-
{
|
|
67866
|
-
"kind": "javascript-module",
|
|
67867
|
-
"path": "src/core/shared/converters/index.ts",
|
|
67868
|
-
"declarations": [],
|
|
67869
|
-
"exports": [
|
|
67870
|
-
{
|
|
67871
|
-
"kind": "js",
|
|
67872
|
-
"name": "*",
|
|
67873
|
-
"declaration": {
|
|
67874
|
-
"name": "*",
|
|
67875
|
-
"module": "src/core/shared/converters/dateConverter"
|
|
67876
|
-
}
|
|
67877
|
-
},
|
|
67878
|
-
{
|
|
67879
|
-
"kind": "js",
|
|
67880
|
-
"name": "*",
|
|
67881
|
-
"declaration": {
|
|
67882
|
-
"name": "*",
|
|
67883
|
-
"module": "src/core/shared/converters/spaceSeparatedStringConverter"
|
|
67884
|
-
}
|
|
67885
|
-
}
|
|
67886
|
-
]
|
|
67887
|
-
},
|
|
67888
|
-
{
|
|
67889
|
-
"kind": "javascript-module",
|
|
67890
|
-
"path": "src/core/shared/converters/spaceSeparatedStringConverter.ts",
|
|
67891
|
-
"declarations": [
|
|
67892
|
-
{
|
|
67893
|
-
"kind": "variable",
|
|
67894
|
-
"name": "spaceSeparatedStringConverter",
|
|
67895
|
-
"type": {
|
|
67896
|
-
"text": "ComplexAttributeConverter<string[], string | null>"
|
|
67897
|
-
},
|
|
67898
|
-
"default": "{ fromAttribute(value: string | null): string[] { if (!value) return []; return value .split(/\\s+/) .map((d) => d.trim()) .filter(Boolean); }, toAttribute(value: string[]): string { return value.join(\" \"); }, }",
|
|
67899
|
-
"description": "Converts a space-separated attribute in to an array of strings."
|
|
67900
|
-
}
|
|
67901
|
-
],
|
|
67902
|
-
"exports": [
|
|
67903
|
-
{
|
|
67904
|
-
"kind": "js",
|
|
67905
|
-
"name": "spaceSeparatedStringConverter",
|
|
67906
|
-
"declaration": {
|
|
67907
|
-
"name": "spaceSeparatedStringConverter",
|
|
67908
|
-
"module": "src/core/shared/converters/spaceSeparatedStringConverter.ts"
|
|
67909
|
-
}
|
|
67910
|
-
}
|
|
67911
|
-
]
|
|
67912
|
-
},
|
|
67913
69304
|
{
|
|
67914
69305
|
"kind": "javascript-module",
|
|
67915
69306
|
"path": "src/core/shared/mixins/AttachInternals.ts",
|
|
@@ -70091,6 +71482,15 @@
|
|
|
70091
71482
|
"text": "T"
|
|
70092
71483
|
},
|
|
70093
71484
|
"description": "The base class."
|
|
71485
|
+
},
|
|
71486
|
+
{
|
|
71487
|
+
"name": "disableClick",
|
|
71488
|
+
"default": "false",
|
|
71489
|
+
"type": {
|
|
71490
|
+
"text": "boolean"
|
|
71491
|
+
},
|
|
71492
|
+
"description": "Whether to disable the default click handler.",
|
|
71493
|
+
"optional": true
|
|
70094
71494
|
}
|
|
70095
71495
|
]
|
|
70096
71496
|
}
|
|
@@ -73761,6 +75161,43 @@
|
|
|
73761
75161
|
}
|
|
73762
75162
|
]
|
|
73763
75163
|
},
|
|
75164
|
+
{
|
|
75165
|
+
"kind": "javascript-module",
|
|
75166
|
+
"path": "src/core/shared/utils/getScrollbarWidth.ts",
|
|
75167
|
+
"declarations": [
|
|
75168
|
+
{
|
|
75169
|
+
"kind": "function",
|
|
75170
|
+
"name": "getScrollbarWidth",
|
|
75171
|
+
"return": {
|
|
75172
|
+
"type": {
|
|
75173
|
+
"text": "number"
|
|
75174
|
+
}
|
|
75175
|
+
},
|
|
75176
|
+
"parameters": [
|
|
75177
|
+
{
|
|
75178
|
+
"name": "thin",
|
|
75179
|
+
"default": "false",
|
|
75180
|
+
"description": "Whether to get the width of a thin scrollbar.",
|
|
75181
|
+
"optional": true,
|
|
75182
|
+
"type": {
|
|
75183
|
+
"text": "boolean"
|
|
75184
|
+
}
|
|
75185
|
+
}
|
|
75186
|
+
],
|
|
75187
|
+
"description": "Computes the width of a scrollbar."
|
|
75188
|
+
}
|
|
75189
|
+
],
|
|
75190
|
+
"exports": [
|
|
75191
|
+
{
|
|
75192
|
+
"kind": "js",
|
|
75193
|
+
"name": "getScrollbarWidth",
|
|
75194
|
+
"declaration": {
|
|
75195
|
+
"name": "getScrollbarWidth",
|
|
75196
|
+
"module": "src/core/shared/utils/getScrollbarWidth.ts"
|
|
75197
|
+
}
|
|
75198
|
+
}
|
|
75199
|
+
]
|
|
75200
|
+
},
|
|
73764
75201
|
{
|
|
73765
75202
|
"kind": "javascript-module",
|
|
73766
75203
|
"path": "src/core/shared/utils/getTextContent.ts",
|
|
@@ -73911,6 +75348,14 @@
|
|
|
73911
75348
|
"module": "src/core/shared/utils/generateClipPaths"
|
|
73912
75349
|
}
|
|
73913
75350
|
},
|
|
75351
|
+
{
|
|
75352
|
+
"kind": "js",
|
|
75353
|
+
"name": "*",
|
|
75354
|
+
"declaration": {
|
|
75355
|
+
"name": "*",
|
|
75356
|
+
"module": "src/core/shared/utils/getScrollbarWidth"
|
|
75357
|
+
}
|
|
75358
|
+
},
|
|
73914
75359
|
{
|
|
73915
75360
|
"kind": "js",
|
|
73916
75361
|
"name": "*",
|