@breadstone/mosaik-elements-foundation 0.0.211 → 0.0.214
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/Controls/Components/Abstracts/CustomElement.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogService.d.ts +0 -22
- package/Controls/Components/Overlays/Dialog/DialogService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogService.js +2 -12
- package/Controls/Components/Overlays/Dialog/DialogService.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.js +13 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.js +13 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.js +13 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.d.ts +119 -0
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.js +246 -0
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.d.ts +64 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.js +15 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.js.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.d.ts +11 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.js +14 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.d.ts +44 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.js +71 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.d.ts +9 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.js +36 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +4 -2
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.js +4 -2
- package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.js +6 -1
- package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerService.d.ts +0 -17
- package/Controls/Components/Overlays/Drawer/DrawerService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerService.js +4 -16
- package/Controls/Components/Overlays/Drawer/DrawerService.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.d.ts +9 -0
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.js +3 -0
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.js +76 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.d.ts +6 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.js +76 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.d.ts +6 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.js +76 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +48 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js +48 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js +48 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.js +0 -6
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.js +0 -6
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.js +0 -6
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts +136 -0
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js +309 -0
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.d.ts +57 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.js +14 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.d.ts +11 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.js +14 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.d.ts +0 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.d.ts.map +1 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.js +0 -5
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetService.d.ts +0 -1
- package/Controls/Components/Overlays/Sheet/SheetService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetService.js +0 -5
- package/Controls/Components/Overlays/Sheet/SheetService.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastElement.js +8 -3
- package/Controls/Components/Overlays/Toast/ToastElement.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastElementTemplate.js +1 -1
- package/Controls/Components/Overlays/Toast/ToastElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastService.d.ts +0 -1
- package/Controls/Components/Overlays/Toast/ToastService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastService.js +0 -5
- package/Controls/Components/Overlays/Toast/ToastService.js.map +1 -1
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.d.ts +42 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.d.ts +32 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.d.ts +50 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.d.ts +40 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.d.ts +251 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.js +474 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.d.ts +9 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.js +14 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.js +104 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.d.ts +6 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.js +142 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.d.ts +6 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.js +104 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.js.map +1 -0
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.d.ts +4 -1
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.d.ts.map +1 -1
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.js +4 -1
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.js.map +1 -1
- package/Controls/Components/Ranges/MeterBar/Themes/MeterBarElement.Cosmopolitan.js +2 -2
- package/Controls/Components/Ranges/MeterBar/Themes/MeterBarElement.Joy.js +2 -2
- package/Controls/Components/Ranges/MeterBar/Themes/MeterBarElement.Memphis.js +2 -2
- package/Controls/Components/Selectors/Abstracts/Selector/SelectorElement.d.ts.map +1 -1
- package/Controls/Controllers/ResizeThumbController.d.ts +349 -0
- package/Controls/Controllers/ResizeThumbController.d.ts.map +1 -0
- package/Controls/Controllers/ResizeThumbController.js +520 -0
- package/Controls/Controllers/ResizeThumbController.js.map +1 -0
- package/Controls/Types/ResizeDirection.d.ts +54 -0
- package/Controls/Types/ResizeDirection.d.ts.map +1 -0
- package/Controls/Types/ResizeDirection.js +60 -0
- package/Controls/Types/ResizeDirection.js.map +1 -0
- package/Dom/Interval.d.ts +16 -1
- package/Dom/Interval.d.ts.map +1 -1
- package/Dom/Interval.js +25 -2
- package/Dom/Interval.js.map +1 -1
- package/Index.d.ts +15 -6
- package/Index.d.ts.map +1 -1
- package/Index.js +10 -4
- package/Index.js.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/custom-elements.json +2088 -1155
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -87044,17 +87044,11 @@
|
|
|
87044
87044
|
}
|
|
87045
87045
|
}
|
|
87046
87046
|
]
|
|
87047
|
-
},
|
|
87048
|
-
{
|
|
87049
|
-
"kind": "variable",
|
|
87050
|
-
"name": "DIALOG_STACKED_CLASS",
|
|
87051
|
-
"description": "CSS class name applied to dialogs that are stacked (have another dialog on top).",
|
|
87052
|
-
"type": "\"stacked\""
|
|
87053
87047
|
}
|
|
87054
87048
|
]
|
|
87055
87049
|
},
|
|
87056
87050
|
{
|
|
87057
|
-
"path": "./../src/Controls/Components/Overlays/Dialog/DialogStackBehavior.ts",
|
|
87051
|
+
"path": "./../src/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.ts",
|
|
87058
87052
|
"exports": [
|
|
87059
87053
|
{
|
|
87060
87054
|
"kind": "class",
|
|
@@ -87073,7 +87067,7 @@
|
|
|
87073
87067
|
"name": "config",
|
|
87074
87068
|
"privacy": "public",
|
|
87075
87069
|
"description": "Returns the current stack configuration.",
|
|
87076
|
-
"type": "Readonly<
|
|
87070
|
+
"type": "Readonly<IDialogStackBehaviorConfig>"
|
|
87077
87071
|
},
|
|
87078
87072
|
{
|
|
87079
87073
|
"kind": "field",
|
|
@@ -87086,13 +87080,12 @@
|
|
|
87086
87080
|
"kind": "method",
|
|
87087
87081
|
"name": "configure",
|
|
87088
87082
|
"privacy": "public",
|
|
87089
|
-
"type": "(
|
|
87083
|
+
"type": "(_options: Partial<IDialogOptions>): void",
|
|
87090
87084
|
"description": "Configures the dialog options before opening.\nValidates stack depth limits.",
|
|
87091
87085
|
"parameters": [
|
|
87092
87086
|
{
|
|
87093
|
-
"name": "
|
|
87094
|
-
"type": "Partial<IDialogOptions>"
|
|
87095
|
-
"description": "The dialog options to configure."
|
|
87087
|
+
"name": "_options",
|
|
87088
|
+
"type": "Partial<IDialogOptions>"
|
|
87096
87089
|
}
|
|
87097
87090
|
],
|
|
87098
87091
|
"return": {
|
|
@@ -87195,14 +87188,14 @@
|
|
|
87195
87188
|
]
|
|
87196
87189
|
},
|
|
87197
87190
|
{
|
|
87198
|
-
"path": "./../src/Controls/Components/Overlays/Drawer/
|
|
87191
|
+
"path": "./../src/Controls/Components/Overlays/Drawer/DrawerActionsElement.ts",
|
|
87199
87192
|
"exports": [
|
|
87200
87193
|
{
|
|
87201
87194
|
"kind": "definition",
|
|
87202
|
-
"name": "mosaik-drawer-
|
|
87195
|
+
"name": "mosaik-drawer-actions",
|
|
87203
87196
|
"declaration": {
|
|
87204
|
-
"name": "
|
|
87205
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/
|
|
87197
|
+
"name": "DrawerActionsElement",
|
|
87198
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/DrawerActionsElement.ts"
|
|
87206
87199
|
}
|
|
87207
87200
|
},
|
|
87208
87201
|
{
|
|
@@ -87217,60 +87210,13 @@
|
|
|
87217
87210
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
87218
87211
|
},
|
|
87219
87212
|
{
|
|
87220
|
-
"name": "
|
|
87221
|
-
"module": "./../src/Controls/Behaviors/
|
|
87213
|
+
"name": "Slottable",
|
|
87214
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87222
87215
|
}
|
|
87223
87216
|
],
|
|
87224
|
-
"description": "
|
|
87225
|
-
"name": "
|
|
87217
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
87218
|
+
"name": "DrawerActionsElement",
|
|
87226
87219
|
"members": [
|
|
87227
|
-
{
|
|
87228
|
-
"kind": "field",
|
|
87229
|
-
"name": "content",
|
|
87230
|
-
"privacy": "public",
|
|
87231
|
-
"description": "Returns the `content` property.",
|
|
87232
|
-
"type": "DrawerContentElement | null"
|
|
87233
|
-
},
|
|
87234
|
-
{
|
|
87235
|
-
"kind": "field",
|
|
87236
|
-
"name": "drawer",
|
|
87237
|
-
"privacy": "public",
|
|
87238
|
-
"description": "Returns the `drawer` property.",
|
|
87239
|
-
"type": "DrawerElement | null"
|
|
87240
|
-
},
|
|
87241
|
-
{
|
|
87242
|
-
"kind": "field",
|
|
87243
|
-
"name": "contentMarginChanged",
|
|
87244
|
-
"privacy": "public",
|
|
87245
|
-
"description": "Called when the content margin changed.\nProvides reference to `IDrawerContainerContentMarginChangedEventDetails` as event argument.",
|
|
87246
|
-
"type": "IEventEmitter<IDrawerContainerContentMarginChangedEventDetail>",
|
|
87247
|
-
"inheritedFrom": {
|
|
87248
|
-
"name": "IDrawerContainerElementEvents",
|
|
87249
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87250
|
-
}
|
|
87251
|
-
},
|
|
87252
|
-
{
|
|
87253
|
-
"kind": "field",
|
|
87254
|
-
"name": "autoSize",
|
|
87255
|
-
"privacy": "public",
|
|
87256
|
-
"description": "Gets or sets the `autoSize` property.",
|
|
87257
|
-
"type": "boolean",
|
|
87258
|
-
"inheritedFrom": {
|
|
87259
|
-
"name": "IDrawerContainerElementProps",
|
|
87260
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87261
|
-
}
|
|
87262
|
-
},
|
|
87263
|
-
{
|
|
87264
|
-
"kind": "field",
|
|
87265
|
-
"name": "hasBackdrop",
|
|
87266
|
-
"privacy": "public",
|
|
87267
|
-
"description": "Gets or sets the `hasBackdrop` property.",
|
|
87268
|
-
"type": "boolean",
|
|
87269
|
-
"inheritedFrom": {
|
|
87270
|
-
"name": "IDrawerContainerElementProps",
|
|
87271
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87272
|
-
}
|
|
87273
|
-
},
|
|
87274
87220
|
{
|
|
87275
87221
|
"kind": "field",
|
|
87276
87222
|
"name": "themeName",
|
|
@@ -87282,17 +87228,6 @@
|
|
|
87282
87228
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
87283
87229
|
}
|
|
87284
87230
|
},
|
|
87285
|
-
{
|
|
87286
|
-
"kind": "field",
|
|
87287
|
-
"name": "fit",
|
|
87288
|
-
"privacy": "public",
|
|
87289
|
-
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
87290
|
-
"type": "Fit",
|
|
87291
|
-
"inheritedFrom": {
|
|
87292
|
-
"name": "Fitable",
|
|
87293
|
-
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
87294
|
-
}
|
|
87295
|
-
},
|
|
87296
87231
|
{
|
|
87297
87232
|
"kind": "field",
|
|
87298
87233
|
"name": "dir",
|
|
@@ -87350,22 +87285,88 @@
|
|
|
87350
87285
|
},
|
|
87351
87286
|
{
|
|
87352
87287
|
"kind": "method",
|
|
87353
|
-
"name": "
|
|
87288
|
+
"name": "assignToSlot",
|
|
87354
87289
|
"privacy": "public",
|
|
87355
|
-
"type": "(): void",
|
|
87290
|
+
"type": "(slotName: string, node: Element | Text): void",
|
|
87291
|
+
"description": "Assigns nodes to a dedicated slot.",
|
|
87292
|
+
"parameters": [],
|
|
87293
|
+
"return": {},
|
|
87294
|
+
"inheritedFrom": {
|
|
87295
|
+
"name": "ISlottable",
|
|
87296
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87297
|
+
}
|
|
87298
|
+
},
|
|
87299
|
+
{
|
|
87300
|
+
"kind": "method",
|
|
87301
|
+
"name": "getSlotAssignments",
|
|
87302
|
+
"privacy": "public",
|
|
87303
|
+
"type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
|
|
87304
|
+
"description": "Returns the assigned elements of a slot.",
|
|
87356
87305
|
"parameters": [],
|
|
87357
87306
|
"return": {
|
|
87358
|
-
"
|
|
87307
|
+
"description": "The assigned elements of a slot."
|
|
87308
|
+
},
|
|
87309
|
+
"inheritedFrom": {
|
|
87310
|
+
"name": "ISlottable",
|
|
87311
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87359
87312
|
}
|
|
87360
87313
|
},
|
|
87361
87314
|
{
|
|
87362
87315
|
"kind": "method",
|
|
87363
|
-
"name": "
|
|
87316
|
+
"name": "getSlotAssignmentsOf",
|
|
87364
87317
|
"privacy": "public",
|
|
87365
|
-
"type": "():
|
|
87318
|
+
"type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
|
|
87319
|
+
"description": "Returns the assigned elements of a slot with a specific element type.",
|
|
87366
87320
|
"parameters": [],
|
|
87367
87321
|
"return": {
|
|
87368
|
-
"
|
|
87322
|
+
"description": "The assigned elements of a slot."
|
|
87323
|
+
},
|
|
87324
|
+
"inheritedFrom": {
|
|
87325
|
+
"name": "ISlottable",
|
|
87326
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87327
|
+
}
|
|
87328
|
+
},
|
|
87329
|
+
{
|
|
87330
|
+
"kind": "method",
|
|
87331
|
+
"name": "hasSlotContent",
|
|
87332
|
+
"privacy": "public",
|
|
87333
|
+
"type": "(slotName: string): boolean",
|
|
87334
|
+
"description": "Returns a boolean that indicates if a slot has content.",
|
|
87335
|
+
"parameters": [],
|
|
87336
|
+
"return": {
|
|
87337
|
+
"description": "A boolean that indicates if a slot has content."
|
|
87338
|
+
},
|
|
87339
|
+
"inheritedFrom": {
|
|
87340
|
+
"name": "ISlottable",
|
|
87341
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87342
|
+
}
|
|
87343
|
+
},
|
|
87344
|
+
{
|
|
87345
|
+
"kind": "method",
|
|
87346
|
+
"name": "hasSlot",
|
|
87347
|
+
"privacy": "public",
|
|
87348
|
+
"type": "(slotName: string): boolean",
|
|
87349
|
+
"description": "Returns a boolean that indicates if a slot exists.",
|
|
87350
|
+
"parameters": [],
|
|
87351
|
+
"return": {
|
|
87352
|
+
"description": "A boolean that indicates if a slot exists."
|
|
87353
|
+
},
|
|
87354
|
+
"inheritedFrom": {
|
|
87355
|
+
"name": "ISlottable",
|
|
87356
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87357
|
+
}
|
|
87358
|
+
},
|
|
87359
|
+
{
|
|
87360
|
+
"kind": "method",
|
|
87361
|
+
"name": "onSlotChanges",
|
|
87362
|
+
"privacy": "public",
|
|
87363
|
+
"type": "(slotName?: string | undefined): void",
|
|
87364
|
+
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
87365
|
+
"parameters": [],
|
|
87366
|
+
"return": {},
|
|
87367
|
+
"inheritedFrom": {
|
|
87368
|
+
"name": "ISlottable",
|
|
87369
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87369
87370
|
}
|
|
87370
87371
|
},
|
|
87371
87372
|
{
|
|
@@ -87489,13 +87490,8 @@
|
|
|
87489
87490
|
}
|
|
87490
87491
|
}
|
|
87491
87492
|
],
|
|
87492
|
-
"tagName": "mosaik-drawer-
|
|
87493
|
+
"tagName": "mosaik-drawer-actions",
|
|
87493
87494
|
"events": [
|
|
87494
|
-
{
|
|
87495
|
-
"description": "Called when the content margin changed.",
|
|
87496
|
-
"name": "contentMarginChanged",
|
|
87497
|
-
"type": "Event"
|
|
87498
|
-
},
|
|
87499
87495
|
{
|
|
87500
87496
|
"description": "Called when the element is connected to the DOM.",
|
|
87501
87497
|
"name": "connected",
|
|
@@ -87526,45 +87522,19 @@
|
|
|
87526
87522
|
],
|
|
87527
87523
|
"slots": [
|
|
87528
87524
|
{
|
|
87529
|
-
"description": "The
|
|
87530
|
-
"name": "
|
|
87525
|
+
"description": "The default content slot.",
|
|
87526
|
+
"name": ""
|
|
87531
87527
|
},
|
|
87532
87528
|
{
|
|
87533
|
-
"description": "The
|
|
87534
|
-
"name": "
|
|
87529
|
+
"description": "The prefix slot.",
|
|
87530
|
+
"name": "prefix"
|
|
87531
|
+
},
|
|
87532
|
+
{
|
|
87533
|
+
"description": "The suffix slot.",
|
|
87534
|
+
"name": "suffix"
|
|
87535
87535
|
}
|
|
87536
87536
|
],
|
|
87537
87537
|
"attributes": [
|
|
87538
|
-
{
|
|
87539
|
-
"name": "autoSize",
|
|
87540
|
-
"fieldName": "autoSize",
|
|
87541
|
-
"description": "Gets or sets the `autoSize` property.",
|
|
87542
|
-
"type": "boolean",
|
|
87543
|
-
"inheritedFrom": {
|
|
87544
|
-
"name": "IDrawerContainerElementProps",
|
|
87545
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87546
|
-
}
|
|
87547
|
-
},
|
|
87548
|
-
{
|
|
87549
|
-
"name": "hasBackdrop",
|
|
87550
|
-
"fieldName": "hasBackdrop",
|
|
87551
|
-
"description": "Gets or sets the `hasBackdrop` property.",
|
|
87552
|
-
"type": "boolean",
|
|
87553
|
-
"inheritedFrom": {
|
|
87554
|
-
"name": "IDrawerContainerElementProps",
|
|
87555
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87556
|
-
}
|
|
87557
|
-
},
|
|
87558
|
-
{
|
|
87559
|
-
"name": "fit",
|
|
87560
|
-
"fieldName": "fit",
|
|
87561
|
-
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
87562
|
-
"type": "Fit",
|
|
87563
|
-
"inheritedFrom": {
|
|
87564
|
-
"name": "Fitable",
|
|
87565
|
-
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
87566
|
-
}
|
|
87567
|
-
},
|
|
87568
87538
|
{
|
|
87569
87539
|
"name": "dir",
|
|
87570
87540
|
"fieldName": "dir",
|
|
@@ -87590,14 +87560,14 @@
|
|
|
87590
87560
|
]
|
|
87591
87561
|
},
|
|
87592
87562
|
{
|
|
87593
|
-
"path": "./../src/Controls/Components/Overlays/Drawer/
|
|
87563
|
+
"path": "./../src/Controls/Components/Overlays/Drawer/DrawerContainerElement.ts",
|
|
87594
87564
|
"exports": [
|
|
87595
87565
|
{
|
|
87596
87566
|
"kind": "definition",
|
|
87597
|
-
"name": "mosaik-drawer-
|
|
87567
|
+
"name": "mosaik-drawer-container",
|
|
87598
87568
|
"declaration": {
|
|
87599
|
-
"name": "
|
|
87600
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/
|
|
87569
|
+
"name": "DrawerContainerElement",
|
|
87570
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/DrawerContainerElement.ts"
|
|
87601
87571
|
}
|
|
87602
87572
|
},
|
|
87603
87573
|
{
|
|
@@ -87610,58 +87580,109 @@
|
|
|
87610
87580
|
{
|
|
87611
87581
|
"name": "Themeable",
|
|
87612
87582
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
87583
|
+
},
|
|
87584
|
+
{
|
|
87585
|
+
"name": "Fitable",
|
|
87586
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
87613
87587
|
}
|
|
87614
87588
|
],
|
|
87615
|
-
"description": "Drawer
|
|
87616
|
-
"name": "
|
|
87589
|
+
"description": "Drawer Container - A container element often used to organize content in a drawer view.",
|
|
87590
|
+
"name": "DrawerContainerElement",
|
|
87617
87591
|
"members": [
|
|
87618
87592
|
{
|
|
87619
87593
|
"kind": "field",
|
|
87620
|
-
"name": "
|
|
87594
|
+
"name": "content",
|
|
87621
87595
|
"privacy": "public",
|
|
87622
|
-
"description": "
|
|
87623
|
-
"type": "
|
|
87624
|
-
"inheritedFrom": {
|
|
87625
|
-
"name": "IDrawerContentElementProps",
|
|
87626
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContentElementProps.ts"
|
|
87627
|
-
}
|
|
87596
|
+
"description": "Returns the `content` property.",
|
|
87597
|
+
"type": "DrawerContentElement | null"
|
|
87628
87598
|
},
|
|
87629
87599
|
{
|
|
87630
87600
|
"kind": "field",
|
|
87631
|
-
"name": "
|
|
87601
|
+
"name": "drawer",
|
|
87632
87602
|
"privacy": "public",
|
|
87633
|
-
"description": "
|
|
87634
|
-
"type": "
|
|
87635
|
-
"inheritedFrom": {
|
|
87636
|
-
"name": "IThemeableProps",
|
|
87637
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
87638
|
-
}
|
|
87603
|
+
"description": "Returns the `drawer` property.",
|
|
87604
|
+
"type": "DrawerElement | null"
|
|
87639
87605
|
},
|
|
87640
87606
|
{
|
|
87641
87607
|
"kind": "field",
|
|
87642
|
-
"name": "
|
|
87608
|
+
"name": "contentMarginChanged",
|
|
87643
87609
|
"privacy": "public",
|
|
87644
|
-
"description": "
|
|
87645
|
-
"type": "
|
|
87610
|
+
"description": "Called when the content margin changed.\nProvides reference to `IDrawerContainerContentMarginChangedEventDetails` as event argument.",
|
|
87611
|
+
"type": "IEventEmitter<IDrawerContainerContentMarginChangedEventDetail>",
|
|
87646
87612
|
"inheritedFrom": {
|
|
87647
|
-
"name": "
|
|
87648
|
-
"module": "./../src/Controls/Components/
|
|
87613
|
+
"name": "IDrawerContainerElementEvents",
|
|
87614
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87649
87615
|
}
|
|
87650
87616
|
},
|
|
87651
87617
|
{
|
|
87652
87618
|
"kind": "field",
|
|
87653
|
-
"name": "
|
|
87619
|
+
"name": "autoSize",
|
|
87654
87620
|
"privacy": "public",
|
|
87655
|
-
"description": "Gets or sets the `
|
|
87656
|
-
"type": "
|
|
87621
|
+
"description": "Gets or sets the `autoSize` property.",
|
|
87622
|
+
"type": "boolean",
|
|
87657
87623
|
"inheritedFrom": {
|
|
87658
|
-
"name": "
|
|
87659
|
-
"module": "./../src/Controls/Components/
|
|
87624
|
+
"name": "IDrawerContainerElementProps",
|
|
87625
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87660
87626
|
}
|
|
87661
87627
|
},
|
|
87662
87628
|
{
|
|
87663
87629
|
"kind": "field",
|
|
87664
|
-
"name": "
|
|
87630
|
+
"name": "hasBackdrop",
|
|
87631
|
+
"privacy": "public",
|
|
87632
|
+
"description": "Gets or sets the `hasBackdrop` property.",
|
|
87633
|
+
"type": "boolean",
|
|
87634
|
+
"inheritedFrom": {
|
|
87635
|
+
"name": "IDrawerContainerElementProps",
|
|
87636
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87637
|
+
}
|
|
87638
|
+
},
|
|
87639
|
+
{
|
|
87640
|
+
"kind": "field",
|
|
87641
|
+
"name": "themeName",
|
|
87642
|
+
"privacy": "public",
|
|
87643
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
87644
|
+
"type": "string",
|
|
87645
|
+
"inheritedFrom": {
|
|
87646
|
+
"name": "IThemeableProps",
|
|
87647
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
87648
|
+
}
|
|
87649
|
+
},
|
|
87650
|
+
{
|
|
87651
|
+
"kind": "field",
|
|
87652
|
+
"name": "fit",
|
|
87653
|
+
"privacy": "public",
|
|
87654
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
87655
|
+
"type": "Fit",
|
|
87656
|
+
"inheritedFrom": {
|
|
87657
|
+
"name": "Fitable",
|
|
87658
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
87659
|
+
}
|
|
87660
|
+
},
|
|
87661
|
+
{
|
|
87662
|
+
"kind": "field",
|
|
87663
|
+
"name": "dir",
|
|
87664
|
+
"privacy": "public",
|
|
87665
|
+
"description": "Gets or sets the `dir` property.",
|
|
87666
|
+
"type": "FlowDirection",
|
|
87667
|
+
"inheritedFrom": {
|
|
87668
|
+
"name": "CustomElement",
|
|
87669
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
87670
|
+
}
|
|
87671
|
+
},
|
|
87672
|
+
{
|
|
87673
|
+
"kind": "field",
|
|
87674
|
+
"name": "lang",
|
|
87675
|
+
"privacy": "public",
|
|
87676
|
+
"description": "Gets or sets the `lang` property.",
|
|
87677
|
+
"type": "string",
|
|
87678
|
+
"inheritedFrom": {
|
|
87679
|
+
"name": "CustomElement",
|
|
87680
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
87681
|
+
}
|
|
87682
|
+
},
|
|
87683
|
+
{
|
|
87684
|
+
"kind": "field",
|
|
87685
|
+
"name": "changed",
|
|
87665
87686
|
"privacy": "public",
|
|
87666
87687
|
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
87667
87688
|
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
@@ -87692,6 +87713,26 @@
|
|
|
87692
87713
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
87693
87714
|
}
|
|
87694
87715
|
},
|
|
87716
|
+
{
|
|
87717
|
+
"kind": "method",
|
|
87718
|
+
"name": "open",
|
|
87719
|
+
"privacy": "public",
|
|
87720
|
+
"type": "(): void",
|
|
87721
|
+
"parameters": [],
|
|
87722
|
+
"return": {
|
|
87723
|
+
"type": "void"
|
|
87724
|
+
}
|
|
87725
|
+
},
|
|
87726
|
+
{
|
|
87727
|
+
"kind": "method",
|
|
87728
|
+
"name": "close",
|
|
87729
|
+
"privacy": "public",
|
|
87730
|
+
"type": "(): void",
|
|
87731
|
+
"parameters": [],
|
|
87732
|
+
"return": {
|
|
87733
|
+
"type": "void"
|
|
87734
|
+
}
|
|
87735
|
+
},
|
|
87695
87736
|
{
|
|
87696
87737
|
"kind": "method",
|
|
87697
87738
|
"name": "adoptStyle",
|
|
@@ -87813,8 +87854,13 @@
|
|
|
87813
87854
|
}
|
|
87814
87855
|
}
|
|
87815
87856
|
],
|
|
87816
|
-
"tagName": "mosaik-drawer-
|
|
87857
|
+
"tagName": "mosaik-drawer-container",
|
|
87817
87858
|
"events": [
|
|
87859
|
+
{
|
|
87860
|
+
"description": "Called when the content margin changed.",
|
|
87861
|
+
"name": "contentMarginChanged",
|
|
87862
|
+
"type": "Event"
|
|
87863
|
+
},
|
|
87818
87864
|
{
|
|
87819
87865
|
"description": "Called when the element is connected to the DOM.",
|
|
87820
87866
|
"name": "connected",
|
|
@@ -87845,19 +87891,43 @@
|
|
|
87845
87891
|
],
|
|
87846
87892
|
"slots": [
|
|
87847
87893
|
{
|
|
87848
|
-
"description": "The
|
|
87849
|
-
"name": ""
|
|
87894
|
+
"description": "The drawer element.",
|
|
87895
|
+
"name": "drawer"
|
|
87896
|
+
},
|
|
87897
|
+
{
|
|
87898
|
+
"description": "The content element.",
|
|
87899
|
+
"name": "content"
|
|
87850
87900
|
}
|
|
87851
87901
|
],
|
|
87852
87902
|
"attributes": [
|
|
87853
87903
|
{
|
|
87854
|
-
"name": "
|
|
87855
|
-
"fieldName": "
|
|
87856
|
-
"description": "Gets or sets the `
|
|
87904
|
+
"name": "autoSize",
|
|
87905
|
+
"fieldName": "autoSize",
|
|
87906
|
+
"description": "Gets or sets the `autoSize` property.",
|
|
87857
87907
|
"type": "boolean",
|
|
87858
87908
|
"inheritedFrom": {
|
|
87859
|
-
"name": "
|
|
87860
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/
|
|
87909
|
+
"name": "IDrawerContainerElementProps",
|
|
87910
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87911
|
+
}
|
|
87912
|
+
},
|
|
87913
|
+
{
|
|
87914
|
+
"name": "hasBackdrop",
|
|
87915
|
+
"fieldName": "hasBackdrop",
|
|
87916
|
+
"description": "Gets or sets the `hasBackdrop` property.",
|
|
87917
|
+
"type": "boolean",
|
|
87918
|
+
"inheritedFrom": {
|
|
87919
|
+
"name": "IDrawerContainerElementProps",
|
|
87920
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementEvents.ts"
|
|
87921
|
+
}
|
|
87922
|
+
},
|
|
87923
|
+
{
|
|
87924
|
+
"name": "fit",
|
|
87925
|
+
"fieldName": "fit",
|
|
87926
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `none`, which means the element is not displayed.",
|
|
87927
|
+
"type": "Fit",
|
|
87928
|
+
"inheritedFrom": {
|
|
87929
|
+
"name": "Fitable",
|
|
87930
|
+
"module": "./../src/Controls/Behaviors/Fitable.ts"
|
|
87861
87931
|
}
|
|
87862
87932
|
},
|
|
87863
87933
|
{
|
|
@@ -87885,267 +87955,279 @@
|
|
|
87885
87955
|
]
|
|
87886
87956
|
},
|
|
87887
87957
|
{
|
|
87888
|
-
"path": "./../src/Controls/Components/Overlays/Drawer/
|
|
87958
|
+
"path": "./../src/Controls/Components/Overlays/Drawer/DrawerContentElement.ts",
|
|
87889
87959
|
"exports": [
|
|
87890
87960
|
{
|
|
87891
87961
|
"kind": "definition",
|
|
87892
|
-
"name": "mosaik-drawer",
|
|
87962
|
+
"name": "mosaik-drawer-content",
|
|
87893
87963
|
"declaration": {
|
|
87894
|
-
"name": "
|
|
87895
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/
|
|
87964
|
+
"name": "DrawerContentElement",
|
|
87965
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/DrawerContentElement.ts"
|
|
87896
87966
|
}
|
|
87897
87967
|
},
|
|
87898
87968
|
{
|
|
87899
87969
|
"kind": "class",
|
|
87900
87970
|
"superclass": {
|
|
87901
|
-
"name": "
|
|
87902
|
-
"module": "./../src/Controls/Components/
|
|
87971
|
+
"name": "CustomElement",
|
|
87972
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
87903
87973
|
},
|
|
87904
87974
|
"mixins": [
|
|
87905
87975
|
{
|
|
87906
87976
|
"name": "Themeable",
|
|
87907
87977
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
87908
|
-
},
|
|
87909
|
-
{
|
|
87910
|
-
"name": "Animatable",
|
|
87911
|
-
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
87912
|
-
},
|
|
87913
|
-
{
|
|
87914
|
-
"name": "Dimensionable",
|
|
87915
|
-
"module": "./../src/Controls/Behaviors/Dimensionable.ts"
|
|
87916
|
-
},
|
|
87917
|
-
{
|
|
87918
|
-
"name": "Elevatable",
|
|
87919
|
-
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
87920
|
-
},
|
|
87921
|
-
{
|
|
87922
|
-
"name": "Slottable",
|
|
87923
|
-
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
87924
87978
|
}
|
|
87925
87979
|
],
|
|
87926
|
-
"description": "Drawer -
|
|
87927
|
-
"name": "
|
|
87980
|
+
"description": "Drawer Content - The content or information within a drawer component.",
|
|
87981
|
+
"name": "DrawerContentElement",
|
|
87928
87982
|
"members": [
|
|
87929
87983
|
{
|
|
87930
87984
|
"kind": "field",
|
|
87931
|
-
"name": "
|
|
87932
|
-
"privacy": "public",
|
|
87933
|
-
"description": "Gets or sets the `isComposed` property.",
|
|
87934
|
-
"type": "boolean"
|
|
87935
|
-
},
|
|
87936
|
-
{
|
|
87937
|
-
"kind": "field",
|
|
87938
|
-
"name": "header",
|
|
87985
|
+
"name": "opened",
|
|
87939
87986
|
"privacy": "public",
|
|
87940
|
-
"description": "Gets or sets the `
|
|
87941
|
-
"type": "
|
|
87987
|
+
"description": "Gets or sets the `opened` property.",
|
|
87988
|
+
"type": "boolean",
|
|
87942
87989
|
"inheritedFrom": {
|
|
87943
|
-
"name": "
|
|
87944
|
-
"module": "./../src/Controls/Components/Overlays/Drawer/
|
|
87990
|
+
"name": "IDrawerContentElementProps",
|
|
87991
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContentElementProps.ts"
|
|
87945
87992
|
}
|
|
87946
87993
|
},
|
|
87947
87994
|
{
|
|
87948
87995
|
"kind": "field",
|
|
87949
|
-
"name": "
|
|
87996
|
+
"name": "themeName",
|
|
87950
87997
|
"privacy": "public",
|
|
87951
|
-
"description": "Gets or sets the `
|
|
87998
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
87952
87999
|
"type": "string",
|
|
87953
88000
|
"inheritedFrom": {
|
|
87954
|
-
"name": "
|
|
87955
|
-
"module": "./../src/Controls/
|
|
88001
|
+
"name": "IThemeableProps",
|
|
88002
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
87956
88003
|
}
|
|
87957
88004
|
},
|
|
87958
88005
|
{
|
|
87959
88006
|
"kind": "field",
|
|
87960
|
-
"name": "
|
|
88007
|
+
"name": "dir",
|
|
87961
88008
|
"privacy": "public",
|
|
87962
|
-
"description": "Gets or sets the `
|
|
87963
|
-
"type": "
|
|
88009
|
+
"description": "Gets or sets the `dir` property.",
|
|
88010
|
+
"type": "FlowDirection",
|
|
87964
88011
|
"inheritedFrom": {
|
|
87965
|
-
"name": "
|
|
87966
|
-
"module": "./../src/Controls/Components/
|
|
88012
|
+
"name": "CustomElement",
|
|
88013
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
87967
88014
|
}
|
|
87968
88015
|
},
|
|
87969
88016
|
{
|
|
87970
88017
|
"kind": "field",
|
|
87971
|
-
"name": "
|
|
88018
|
+
"name": "lang",
|
|
87972
88019
|
"privacy": "public",
|
|
87973
|
-
"description": "Gets or sets the `
|
|
87974
|
-
"type": "
|
|
88020
|
+
"description": "Gets or sets the `lang` property.",
|
|
88021
|
+
"type": "string",
|
|
87975
88022
|
"inheritedFrom": {
|
|
87976
|
-
"name": "
|
|
87977
|
-
"module": "./../src/Controls/Components/
|
|
88023
|
+
"name": "CustomElement",
|
|
88024
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
87978
88025
|
}
|
|
87979
88026
|
},
|
|
87980
88027
|
{
|
|
87981
88028
|
"kind": "field",
|
|
87982
|
-
"name": "
|
|
88029
|
+
"name": "changed",
|
|
87983
88030
|
"privacy": "public",
|
|
87984
|
-
"description": "
|
|
87985
|
-
"type": "
|
|
88031
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
88032
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
87986
88033
|
"inheritedFrom": {
|
|
87987
|
-
"name": "
|
|
87988
|
-
"module": "./../src/Controls/Components/
|
|
88034
|
+
"name": "ICustomElementEvents",
|
|
88035
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
87989
88036
|
}
|
|
87990
88037
|
},
|
|
87991
88038
|
{
|
|
87992
88039
|
"kind": "field",
|
|
87993
|
-
"name": "
|
|
88040
|
+
"name": "connected",
|
|
87994
88041
|
"privacy": "public",
|
|
87995
|
-
"description": "
|
|
87996
|
-
"type": "
|
|
88042
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
88043
|
+
"type": "IEventEmitter<void>",
|
|
87997
88044
|
"inheritedFrom": {
|
|
87998
|
-
"name": "
|
|
87999
|
-
"module": "./../src/Controls/
|
|
88045
|
+
"name": "ICustomElementEvents",
|
|
88046
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
88000
88047
|
}
|
|
88001
88048
|
},
|
|
88002
88049
|
{
|
|
88003
88050
|
"kind": "field",
|
|
88004
|
-
"name": "
|
|
88051
|
+
"name": "disconnected",
|
|
88005
88052
|
"privacy": "public",
|
|
88006
|
-
"description": "
|
|
88007
|
-
"type": "
|
|
88053
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
88054
|
+
"type": "IEventEmitter<void>",
|
|
88008
88055
|
"inheritedFrom": {
|
|
88009
|
-
"name": "
|
|
88010
|
-
"module": "./../src/Controls/
|
|
88056
|
+
"name": "ICustomElementEvents",
|
|
88057
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
88011
88058
|
}
|
|
88012
88059
|
},
|
|
88013
88060
|
{
|
|
88014
|
-
"kind": "
|
|
88015
|
-
"name": "
|
|
88061
|
+
"kind": "method",
|
|
88062
|
+
"name": "adoptStyle",
|
|
88016
88063
|
"privacy": "public",
|
|
88017
|
-
"
|
|
88018
|
-
"
|
|
88064
|
+
"type": "(styles: CSSResultGroup): void",
|
|
88065
|
+
"description": "Adopts the specified styles.",
|
|
88066
|
+
"parameters": [
|
|
88067
|
+
{
|
|
88068
|
+
"name": "styles",
|
|
88069
|
+
"type": "CSSResultGroup",
|
|
88070
|
+
"description": "The styles to adopt."
|
|
88071
|
+
}
|
|
88072
|
+
],
|
|
88073
|
+
"return": {
|
|
88074
|
+
"type": "void"
|
|
88075
|
+
},
|
|
88019
88076
|
"inheritedFrom": {
|
|
88020
|
-
"name": "
|
|
88021
|
-
"module": "./../src/Controls/
|
|
88077
|
+
"name": "CustomElement",
|
|
88078
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88022
88079
|
}
|
|
88023
88080
|
},
|
|
88024
88081
|
{
|
|
88025
|
-
"kind": "
|
|
88026
|
-
"name": "
|
|
88082
|
+
"kind": "method",
|
|
88083
|
+
"name": "on",
|
|
88027
88084
|
"privacy": "public",
|
|
88028
|
-
"
|
|
88029
|
-
"
|
|
88085
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
88086
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
88087
|
+
"parameters": [
|
|
88088
|
+
{
|
|
88089
|
+
"name": "event",
|
|
88090
|
+
"type": "TEvent"
|
|
88091
|
+
},
|
|
88092
|
+
{
|
|
88093
|
+
"name": "listener",
|
|
88094
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
88095
|
+
},
|
|
88096
|
+
{
|
|
88097
|
+
"name": "options",
|
|
88098
|
+
"type": "boolean | AddEventListenerOptions"
|
|
88099
|
+
}
|
|
88100
|
+
],
|
|
88101
|
+
"return": {
|
|
88102
|
+
"type": "IEventListenerSubscription"
|
|
88103
|
+
},
|
|
88030
88104
|
"inheritedFrom": {
|
|
88031
|
-
"name": "
|
|
88032
|
-
"module": "./../src/Controls/
|
|
88105
|
+
"name": "CustomElement",
|
|
88106
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88033
88107
|
}
|
|
88034
88108
|
},
|
|
88035
88109
|
{
|
|
88036
|
-
"kind": "
|
|
88037
|
-
"name": "
|
|
88110
|
+
"kind": "method",
|
|
88111
|
+
"name": "off",
|
|
88038
88112
|
"privacy": "public",
|
|
88039
|
-
"
|
|
88040
|
-
"
|
|
88113
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
88114
|
+
"description": "Removes an event listener.",
|
|
88115
|
+
"parameters": [
|
|
88116
|
+
{
|
|
88117
|
+
"name": "subscription",
|
|
88118
|
+
"type": "IEventListenerSubscription"
|
|
88119
|
+
}
|
|
88120
|
+
],
|
|
88121
|
+
"return": {
|
|
88122
|
+
"type": "void"
|
|
88123
|
+
},
|
|
88041
88124
|
"inheritedFrom": {
|
|
88042
|
-
"name": "
|
|
88043
|
-
"module": "./../src/Controls/
|
|
88125
|
+
"name": "CustomElement",
|
|
88126
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88044
88127
|
}
|
|
88045
88128
|
},
|
|
88046
88129
|
{
|
|
88047
|
-
"kind": "
|
|
88048
|
-
"name": "
|
|
88130
|
+
"kind": "method",
|
|
88131
|
+
"name": "emit",
|
|
88049
88132
|
"privacy": "public",
|
|
88050
|
-
"
|
|
88051
|
-
"
|
|
88133
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
88134
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
88135
|
+
"parameters": [
|
|
88136
|
+
{
|
|
88137
|
+
"name": "event",
|
|
88138
|
+
"type": "TEvent"
|
|
88139
|
+
},
|
|
88140
|
+
{
|
|
88141
|
+
"name": "eventInitDict",
|
|
88142
|
+
"type": "CustomEventInit<TDetail>"
|
|
88143
|
+
}
|
|
88144
|
+
],
|
|
88145
|
+
"return": {
|
|
88146
|
+
"type": "boolean"
|
|
88147
|
+
},
|
|
88052
88148
|
"inheritedFrom": {
|
|
88053
|
-
"name": "
|
|
88054
|
-
"module": "./../src/Controls/
|
|
88149
|
+
"name": "CustomElement",
|
|
88150
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88055
88151
|
}
|
|
88056
88152
|
},
|
|
88057
88153
|
{
|
|
88058
|
-
"kind": "
|
|
88059
|
-
"name": "
|
|
88154
|
+
"kind": "method",
|
|
88155
|
+
"name": "requestUpdate",
|
|
88060
88156
|
"privacy": "public",
|
|
88061
|
-
"
|
|
88062
|
-
"
|
|
88157
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
88158
|
+
"parameters": [
|
|
88159
|
+
{
|
|
88160
|
+
"name": "name",
|
|
88161
|
+
"type": "keyof this"
|
|
88162
|
+
},
|
|
88163
|
+
{
|
|
88164
|
+
"name": "oldValue",
|
|
88165
|
+
"type": "unknown"
|
|
88166
|
+
},
|
|
88167
|
+
{
|
|
88168
|
+
"name": "options",
|
|
88169
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
88170
|
+
}
|
|
88171
|
+
],
|
|
88172
|
+
"return": {
|
|
88173
|
+
"type": "void"
|
|
88174
|
+
},
|
|
88063
88175
|
"inheritedFrom": {
|
|
88064
|
-
"name": "
|
|
88065
|
-
"module": "./../src/Controls/
|
|
88176
|
+
"name": "CustomElement",
|
|
88177
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88066
88178
|
}
|
|
88067
|
-
}
|
|
88179
|
+
}
|
|
88180
|
+
],
|
|
88181
|
+
"tagName": "mosaik-drawer-content",
|
|
88182
|
+
"events": [
|
|
88068
88183
|
{
|
|
88069
|
-
"
|
|
88070
|
-
"name": "
|
|
88071
|
-
"privacy": "public",
|
|
88072
|
-
"description": "Gets or sets the `isOpen` property.",
|
|
88073
|
-
"type": "boolean",
|
|
88184
|
+
"description": "Called when the element is connected to the DOM.",
|
|
88185
|
+
"name": "connected",
|
|
88074
88186
|
"inheritedFrom": {
|
|
88075
|
-
"name": "
|
|
88076
|
-
"module": "./../src/Controls/Components/
|
|
88077
|
-
}
|
|
88187
|
+
"name": "CustomElement",
|
|
88188
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88189
|
+
},
|
|
88190
|
+
"type": "CustomEvent"
|
|
88078
88191
|
},
|
|
88079
88192
|
{
|
|
88080
|
-
"
|
|
88081
|
-
"name": "
|
|
88082
|
-
"privacy": "public",
|
|
88083
|
-
"description": "Gets or sets the `hasBackdrop` property.",
|
|
88084
|
-
"type": "boolean",
|
|
88193
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
88194
|
+
"name": "disconnected",
|
|
88085
88195
|
"inheritedFrom": {
|
|
88086
|
-
"name": "
|
|
88087
|
-
"module": "./../src/Controls/Components/
|
|
88088
|
-
}
|
|
88196
|
+
"name": "CustomElement",
|
|
88197
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88198
|
+
},
|
|
88199
|
+
"type": "CustomEvent"
|
|
88089
88200
|
},
|
|
88090
88201
|
{
|
|
88091
|
-
"
|
|
88092
|
-
"name": "
|
|
88093
|
-
"privacy": "public",
|
|
88094
|
-
"description": "Gets or sets the `pressEscapeToClose` property.",
|
|
88095
|
-
"type": "boolean",
|
|
88202
|
+
"description": "Called when the element will be updated.",
|
|
88203
|
+
"name": "changed",
|
|
88096
88204
|
"inheritedFrom": {
|
|
88097
|
-
"name": "
|
|
88098
|
-
"module": "./../src/Controls/Components/
|
|
88099
|
-
}
|
|
88100
|
-
|
|
88205
|
+
"name": "CustomElement",
|
|
88206
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88207
|
+
},
|
|
88208
|
+
"type": "Event"
|
|
88209
|
+
}
|
|
88210
|
+
],
|
|
88211
|
+
"slots": [
|
|
88101
88212
|
{
|
|
88102
|
-
"
|
|
88103
|
-
"name": "
|
|
88104
|
-
|
|
88105
|
-
|
|
88106
|
-
|
|
88107
|
-
"inheritedFrom": {
|
|
88108
|
-
"name": "IOverlayElementProps",
|
|
88109
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
88110
|
-
}
|
|
88111
|
-
},
|
|
88213
|
+
"description": "The default content element.",
|
|
88214
|
+
"name": ""
|
|
88215
|
+
}
|
|
88216
|
+
],
|
|
88217
|
+
"attributes": [
|
|
88112
88218
|
{
|
|
88113
|
-
"kind": "field",
|
|
88114
88219
|
"name": "opened",
|
|
88115
|
-
"
|
|
88116
|
-
"description": "
|
|
88117
|
-
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
88118
|
-
"inheritedFrom": {
|
|
88119
|
-
"name": "IOpenableEvents",
|
|
88120
|
-
"module": "./../src/Controls/Behaviors/Openable.ts"
|
|
88121
|
-
}
|
|
88122
|
-
},
|
|
88123
|
-
{
|
|
88124
|
-
"kind": "field",
|
|
88125
|
-
"name": "closeable",
|
|
88126
|
-
"privacy": "public",
|
|
88127
|
-
"description": "Gets or sets the `closeable` property.\nThe default value is `false`, which means the element is not closeable.",
|
|
88220
|
+
"fieldName": "opened",
|
|
88221
|
+
"description": "Gets or sets the `opened` property.",
|
|
88128
88222
|
"type": "boolean",
|
|
88129
88223
|
"inheritedFrom": {
|
|
88130
|
-
"name": "
|
|
88131
|
-
"module": "./../src/Controls/
|
|
88132
|
-
}
|
|
88133
|
-
},
|
|
88134
|
-
{
|
|
88135
|
-
"kind": "field",
|
|
88136
|
-
"name": "closed",
|
|
88137
|
-
"privacy": "public",
|
|
88138
|
-
"description": "Called when the `close` method is called.\nProvides reference to the `ICancelEventDetail` as event argument.",
|
|
88139
|
-
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
88140
|
-
"inheritedFrom": {
|
|
88141
|
-
"name": "ICloseableEvents",
|
|
88142
|
-
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
88224
|
+
"name": "IDrawerContentElementProps",
|
|
88225
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContentElementProps.ts"
|
|
88143
88226
|
}
|
|
88144
88227
|
},
|
|
88145
88228
|
{
|
|
88146
|
-
"kind": "field",
|
|
88147
88229
|
"name": "dir",
|
|
88148
|
-
"
|
|
88230
|
+
"fieldName": "dir",
|
|
88149
88231
|
"description": "Gets or sets the `dir` property.",
|
|
88150
88232
|
"type": "FlowDirection",
|
|
88151
88233
|
"inheritedFrom": {
|
|
@@ -88154,26 +88236,309 @@
|
|
|
88154
88236
|
}
|
|
88155
88237
|
},
|
|
88156
88238
|
{
|
|
88157
|
-
"kind": "field",
|
|
88158
88239
|
"name": "lang",
|
|
88159
|
-
"
|
|
88240
|
+
"fieldName": "lang",
|
|
88160
88241
|
"description": "Gets or sets the `lang` property.",
|
|
88161
88242
|
"type": "string",
|
|
88162
88243
|
"inheritedFrom": {
|
|
88163
88244
|
"name": "CustomElement",
|
|
88164
88245
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88165
88246
|
}
|
|
88247
|
+
}
|
|
88248
|
+
]
|
|
88249
|
+
}
|
|
88250
|
+
]
|
|
88251
|
+
},
|
|
88252
|
+
{
|
|
88253
|
+
"path": "./../src/Controls/Components/Overlays/Drawer/DrawerElement.ts",
|
|
88254
|
+
"exports": [
|
|
88255
|
+
{
|
|
88256
|
+
"kind": "definition",
|
|
88257
|
+
"name": "mosaik-drawer",
|
|
88258
|
+
"declaration": {
|
|
88259
|
+
"name": "DrawerElement",
|
|
88260
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/DrawerElement.ts"
|
|
88261
|
+
}
|
|
88262
|
+
},
|
|
88263
|
+
{
|
|
88264
|
+
"kind": "class",
|
|
88265
|
+
"superclass": {
|
|
88266
|
+
"name": "OverlayElement",
|
|
88267
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
88268
|
+
},
|
|
88269
|
+
"mixins": [
|
|
88270
|
+
{
|
|
88271
|
+
"name": "Themeable",
|
|
88272
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
88273
|
+
},
|
|
88274
|
+
{
|
|
88275
|
+
"name": "Animatable",
|
|
88276
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
88277
|
+
},
|
|
88278
|
+
{
|
|
88279
|
+
"name": "Dimensionable",
|
|
88280
|
+
"module": "./../src/Controls/Behaviors/Dimensionable.ts"
|
|
88281
|
+
},
|
|
88282
|
+
{
|
|
88283
|
+
"name": "Elevatable",
|
|
88284
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
88166
88285
|
},
|
|
88286
|
+
{
|
|
88287
|
+
"name": "Slottable",
|
|
88288
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
88289
|
+
}
|
|
88290
|
+
],
|
|
88291
|
+
"description": "Drawer - A hidden side view or container that can be opened from the side or bottom to display additional content.",
|
|
88292
|
+
"name": "DrawerElement",
|
|
88293
|
+
"members": [
|
|
88167
88294
|
{
|
|
88168
88295
|
"kind": "field",
|
|
88169
|
-
"name": "
|
|
88296
|
+
"name": "isComposed",
|
|
88170
88297
|
"privacy": "public",
|
|
88171
|
-
"description": "
|
|
88172
|
-
"type": "
|
|
88173
|
-
|
|
88174
|
-
|
|
88175
|
-
|
|
88176
|
-
|
|
88298
|
+
"description": "Gets or sets the `isComposed` property.",
|
|
88299
|
+
"type": "boolean"
|
|
88300
|
+
},
|
|
88301
|
+
{
|
|
88302
|
+
"kind": "field",
|
|
88303
|
+
"name": "header",
|
|
88304
|
+
"privacy": "public",
|
|
88305
|
+
"description": "Gets or sets the `header` property.",
|
|
88306
|
+
"type": "string",
|
|
88307
|
+
"inheritedFrom": {
|
|
88308
|
+
"name": "IDrawerElementProps",
|
|
88309
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerElementProps.ts"
|
|
88310
|
+
}
|
|
88311
|
+
},
|
|
88312
|
+
{
|
|
88313
|
+
"kind": "field",
|
|
88314
|
+
"name": "subHeader",
|
|
88315
|
+
"privacy": "public",
|
|
88316
|
+
"description": "Gets or sets the `subHeader` property.",
|
|
88317
|
+
"type": "string",
|
|
88318
|
+
"inheritedFrom": {
|
|
88319
|
+
"name": "IDrawerElementProps",
|
|
88320
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerElementProps.ts"
|
|
88321
|
+
}
|
|
88322
|
+
},
|
|
88323
|
+
{
|
|
88324
|
+
"kind": "field",
|
|
88325
|
+
"name": "position",
|
|
88326
|
+
"privacy": "public",
|
|
88327
|
+
"description": "Gets or sets the `position` property.",
|
|
88328
|
+
"type": "DrawerPosition",
|
|
88329
|
+
"inheritedFrom": {
|
|
88330
|
+
"name": "IDrawerElementProps",
|
|
88331
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerElementProps.ts"
|
|
88332
|
+
}
|
|
88333
|
+
},
|
|
88334
|
+
{
|
|
88335
|
+
"kind": "field",
|
|
88336
|
+
"name": "mode",
|
|
88337
|
+
"privacy": "public",
|
|
88338
|
+
"description": "Gets or sets the `mode` property.",
|
|
88339
|
+
"type": "DrawerMode",
|
|
88340
|
+
"inheritedFrom": {
|
|
88341
|
+
"name": "IDrawerElementProps",
|
|
88342
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerElementProps.ts"
|
|
88343
|
+
}
|
|
88344
|
+
},
|
|
88345
|
+
{
|
|
88346
|
+
"kind": "field",
|
|
88347
|
+
"name": "hasShadow",
|
|
88348
|
+
"privacy": "public",
|
|
88349
|
+
"description": "Gets or sets the `hasShadow` property.",
|
|
88350
|
+
"type": "boolean",
|
|
88351
|
+
"inheritedFrom": {
|
|
88352
|
+
"name": "IDrawerElementProps",
|
|
88353
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerElementProps.ts"
|
|
88354
|
+
}
|
|
88355
|
+
},
|
|
88356
|
+
{
|
|
88357
|
+
"kind": "field",
|
|
88358
|
+
"name": "themeName",
|
|
88359
|
+
"privacy": "public",
|
|
88360
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
88361
|
+
"type": "string",
|
|
88362
|
+
"inheritedFrom": {
|
|
88363
|
+
"name": "IThemeableProps",
|
|
88364
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
88365
|
+
}
|
|
88366
|
+
},
|
|
88367
|
+
{
|
|
88368
|
+
"kind": "field",
|
|
88369
|
+
"name": "animationTarget",
|
|
88370
|
+
"privacy": "public",
|
|
88371
|
+
"description": "Gets the animation target element.\nFor the drawer, animations are applied to the root template part instead of the host element.",
|
|
88372
|
+
"type": "HTMLElement",
|
|
88373
|
+
"inheritedFrom": {
|
|
88374
|
+
"name": "Animatable",
|
|
88375
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
88376
|
+
}
|
|
88377
|
+
},
|
|
88378
|
+
{
|
|
88379
|
+
"kind": "field",
|
|
88380
|
+
"name": "enter",
|
|
88381
|
+
"privacy": "public",
|
|
88382
|
+
"description": "Gets or sets the `enter` animation property.\nThe default value is `null`, which means no animation is applied.",
|
|
88383
|
+
"type": "IAnimationReferenceMetadata | null",
|
|
88384
|
+
"inheritedFrom": {
|
|
88385
|
+
"name": "IAnimatableProps",
|
|
88386
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
88387
|
+
}
|
|
88388
|
+
},
|
|
88389
|
+
{
|
|
88390
|
+
"kind": "field",
|
|
88391
|
+
"name": "exit",
|
|
88392
|
+
"privacy": "public",
|
|
88393
|
+
"description": "Gets or sets the `exit` animation property.\nThe default value is `null`, which means no animation is applied.",
|
|
88394
|
+
"type": "IAnimationReferenceMetadata | null",
|
|
88395
|
+
"inheritedFrom": {
|
|
88396
|
+
"name": "IAnimatableProps",
|
|
88397
|
+
"module": "./../src/Controls/Behaviors/Animatable.ts"
|
|
88398
|
+
}
|
|
88399
|
+
},
|
|
88400
|
+
{
|
|
88401
|
+
"kind": "field",
|
|
88402
|
+
"name": "width",
|
|
88403
|
+
"privacy": "public",
|
|
88404
|
+
"description": "Gets or sets the `width` property.\nThe default value is `auto`, which means the width is determined by the content.",
|
|
88405
|
+
"type": "CssLength",
|
|
88406
|
+
"inheritedFrom": {
|
|
88407
|
+
"name": "Dimensionable",
|
|
88408
|
+
"module": "./../src/Controls/Behaviors/Dimensionable.ts"
|
|
88409
|
+
}
|
|
88410
|
+
},
|
|
88411
|
+
{
|
|
88412
|
+
"kind": "field",
|
|
88413
|
+
"name": "height",
|
|
88414
|
+
"privacy": "public",
|
|
88415
|
+
"description": "Gets or sets the `height` property.\nThe default value is `auto`, which means the height is determined by the content.",
|
|
88416
|
+
"type": "CssLength",
|
|
88417
|
+
"inheritedFrom": {
|
|
88418
|
+
"name": "Dimensionable",
|
|
88419
|
+
"module": "./../src/Controls/Behaviors/Dimensionable.ts"
|
|
88420
|
+
}
|
|
88421
|
+
},
|
|
88422
|
+
{
|
|
88423
|
+
"kind": "field",
|
|
88424
|
+
"name": "elevation",
|
|
88425
|
+
"privacy": "public",
|
|
88426
|
+
"description": "Gets or sets the `elevation` property.\nThe default value is `none`, which means the element has no elevation.",
|
|
88427
|
+
"type": "ElevationWeight",
|
|
88428
|
+
"inheritedFrom": {
|
|
88429
|
+
"name": "Elevatable",
|
|
88430
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
88431
|
+
}
|
|
88432
|
+
},
|
|
88433
|
+
{
|
|
88434
|
+
"kind": "field",
|
|
88435
|
+
"name": "isOpen",
|
|
88436
|
+
"privacy": "public",
|
|
88437
|
+
"description": "Gets or sets the `isOpen` property.",
|
|
88438
|
+
"type": "boolean",
|
|
88439
|
+
"inheritedFrom": {
|
|
88440
|
+
"name": "IOverlayElementProps",
|
|
88441
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
88442
|
+
}
|
|
88443
|
+
},
|
|
88444
|
+
{
|
|
88445
|
+
"kind": "field",
|
|
88446
|
+
"name": "hasBackdrop",
|
|
88447
|
+
"privacy": "public",
|
|
88448
|
+
"description": "Gets or sets the `hasBackdrop` property.",
|
|
88449
|
+
"type": "boolean",
|
|
88450
|
+
"inheritedFrom": {
|
|
88451
|
+
"name": "IOverlayElementProps",
|
|
88452
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
88453
|
+
}
|
|
88454
|
+
},
|
|
88455
|
+
{
|
|
88456
|
+
"kind": "field",
|
|
88457
|
+
"name": "pressEscapeToClose",
|
|
88458
|
+
"privacy": "public",
|
|
88459
|
+
"description": "Gets or sets the `pressEscapeToClose` property.",
|
|
88460
|
+
"type": "boolean",
|
|
88461
|
+
"inheritedFrom": {
|
|
88462
|
+
"name": "IOverlayElementProps",
|
|
88463
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
88464
|
+
}
|
|
88465
|
+
},
|
|
88466
|
+
{
|
|
88467
|
+
"kind": "field",
|
|
88468
|
+
"name": "clickOutsideToClose",
|
|
88469
|
+
"privacy": "public",
|
|
88470
|
+
"description": "Gets or sets the `clickOutsideToClose` property.",
|
|
88471
|
+
"type": "boolean",
|
|
88472
|
+
"inheritedFrom": {
|
|
88473
|
+
"name": "IOverlayElementProps",
|
|
88474
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
88475
|
+
}
|
|
88476
|
+
},
|
|
88477
|
+
{
|
|
88478
|
+
"kind": "field",
|
|
88479
|
+
"name": "opened",
|
|
88480
|
+
"privacy": "public",
|
|
88481
|
+
"description": "Called when the `open` method is called.\nProvides reference to the `ICancelEventDetail` as event argument.",
|
|
88482
|
+
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
88483
|
+
"inheritedFrom": {
|
|
88484
|
+
"name": "IOpenableEvents",
|
|
88485
|
+
"module": "./../src/Controls/Behaviors/Openable.ts"
|
|
88486
|
+
}
|
|
88487
|
+
},
|
|
88488
|
+
{
|
|
88489
|
+
"kind": "field",
|
|
88490
|
+
"name": "closeable",
|
|
88491
|
+
"privacy": "public",
|
|
88492
|
+
"description": "Gets or sets the `closeable` property.\nThe default value is `false`, which means the element is not closeable.",
|
|
88493
|
+
"type": "boolean",
|
|
88494
|
+
"inheritedFrom": {
|
|
88495
|
+
"name": "Closeable",
|
|
88496
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
88497
|
+
}
|
|
88498
|
+
},
|
|
88499
|
+
{
|
|
88500
|
+
"kind": "field",
|
|
88501
|
+
"name": "closed",
|
|
88502
|
+
"privacy": "public",
|
|
88503
|
+
"description": "Called when the `close` method is called.\nProvides reference to the `ICancelEventDetail` as event argument.",
|
|
88504
|
+
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
88505
|
+
"inheritedFrom": {
|
|
88506
|
+
"name": "ICloseableEvents",
|
|
88507
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
88508
|
+
}
|
|
88509
|
+
},
|
|
88510
|
+
{
|
|
88511
|
+
"kind": "field",
|
|
88512
|
+
"name": "dir",
|
|
88513
|
+
"privacy": "public",
|
|
88514
|
+
"description": "Gets or sets the `dir` property.",
|
|
88515
|
+
"type": "FlowDirection",
|
|
88516
|
+
"inheritedFrom": {
|
|
88517
|
+
"name": "CustomElement",
|
|
88518
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88519
|
+
}
|
|
88520
|
+
},
|
|
88521
|
+
{
|
|
88522
|
+
"kind": "field",
|
|
88523
|
+
"name": "lang",
|
|
88524
|
+
"privacy": "public",
|
|
88525
|
+
"description": "Gets or sets the `lang` property.",
|
|
88526
|
+
"type": "string",
|
|
88527
|
+
"inheritedFrom": {
|
|
88528
|
+
"name": "CustomElement",
|
|
88529
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
88530
|
+
}
|
|
88531
|
+
},
|
|
88532
|
+
{
|
|
88533
|
+
"kind": "field",
|
|
88534
|
+
"name": "changed",
|
|
88535
|
+
"privacy": "public",
|
|
88536
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
88537
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
88538
|
+
"inheritedFrom": {
|
|
88539
|
+
"name": "ICustomElementEvents",
|
|
88540
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
88541
|
+
}
|
|
88177
88542
|
},
|
|
88178
88543
|
{
|
|
88179
88544
|
"kind": "field",
|
|
@@ -88529,12 +88894,20 @@
|
|
|
88529
88894
|
],
|
|
88530
88895
|
"slots": [
|
|
88531
88896
|
{
|
|
88532
|
-
"description": "The
|
|
88897
|
+
"description": "The header content slot.",
|
|
88898
|
+
"name": "header"
|
|
88899
|
+
},
|
|
88900
|
+
{
|
|
88901
|
+
"description": "The default content slot.",
|
|
88533
88902
|
"name": ""
|
|
88534
88903
|
},
|
|
88535
88904
|
{
|
|
88536
|
-
"description": "The
|
|
88537
|
-
"name": "
|
|
88905
|
+
"description": "The actions content slot.",
|
|
88906
|
+
"name": "actions"
|
|
88907
|
+
},
|
|
88908
|
+
{
|
|
88909
|
+
"description": "The footer content slot.",
|
|
88910
|
+
"name": "footer"
|
|
88538
88911
|
}
|
|
88539
88912
|
],
|
|
88540
88913
|
"attributes": [
|
|
@@ -90261,12 +90634,6 @@
|
|
|
90261
90634
|
}
|
|
90262
90635
|
]
|
|
90263
90636
|
},
|
|
90264
|
-
{
|
|
90265
|
-
"kind": "variable",
|
|
90266
|
-
"name": "DRAWER_STACKED_CLASS",
|
|
90267
|
-
"description": "CSS class name applied to drawers that are stacked (have another drawer on top).",
|
|
90268
|
-
"type": "\"stacked\""
|
|
90269
|
-
},
|
|
90270
90637
|
{
|
|
90271
90638
|
"kind": "variable",
|
|
90272
90639
|
"name": "DRAWER_REGISTRY",
|
|
@@ -90275,7 +90642,7 @@
|
|
|
90275
90642
|
]
|
|
90276
90643
|
},
|
|
90277
90644
|
{
|
|
90278
|
-
"path": "./../src/Controls/Components/Overlays/Drawer/DrawerStackBehavior.ts",
|
|
90645
|
+
"path": "./../src/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.ts",
|
|
90279
90646
|
"exports": [
|
|
90280
90647
|
{
|
|
90281
90648
|
"kind": "class",
|
|
@@ -90294,7 +90661,7 @@
|
|
|
90294
90661
|
"name": "config",
|
|
90295
90662
|
"privacy": "public",
|
|
90296
90663
|
"description": "Returns the current stack configuration.",
|
|
90297
|
-
"type": "Readonly<
|
|
90664
|
+
"type": "Readonly<IDrawerStackBehaviorConfig>"
|
|
90298
90665
|
},
|
|
90299
90666
|
{
|
|
90300
90667
|
"kind": "field",
|
|
@@ -90307,13 +90674,12 @@
|
|
|
90307
90674
|
"kind": "method",
|
|
90308
90675
|
"name": "configure",
|
|
90309
90676
|
"privacy": "public",
|
|
90310
|
-
"type": "(
|
|
90677
|
+
"type": "(_options: Partial<IDrawerOptions>): void",
|
|
90311
90678
|
"description": "Configures the drawer options before opening.\nCalculates the appropriate width based on stack position.",
|
|
90312
90679
|
"parameters": [
|
|
90313
90680
|
{
|
|
90314
|
-
"name": "
|
|
90315
|
-
"type": "Partial<IDrawerOptions>"
|
|
90316
|
-
"description": "The drawer options to configure."
|
|
90681
|
+
"name": "_options",
|
|
90682
|
+
"type": "Partial<IDrawerOptions>"
|
|
90317
90683
|
}
|
|
90318
90684
|
],
|
|
90319
90685
|
"return": {
|
|
@@ -106330,18 +106696,333 @@
|
|
|
106330
106696
|
}
|
|
106331
106697
|
},
|
|
106332
106698
|
{
|
|
106333
|
-
"name": "showSizes",
|
|
106334
|
-
"fieldName": "showSizes",
|
|
106335
|
-
"description": "Gets or sets the `showSizes` property.",
|
|
106336
|
-
"type": "boolean",
|
|
106699
|
+
"name": "showSizes",
|
|
106700
|
+
"fieldName": "showSizes",
|
|
106701
|
+
"description": "Gets or sets the `showSizes` property.",
|
|
106702
|
+
"type": "boolean",
|
|
106703
|
+
"inheritedFrom": {
|
|
106704
|
+
"name": "IPaginatorElementProps",
|
|
106705
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
106706
|
+
}
|
|
106707
|
+
},
|
|
106708
|
+
{
|
|
106709
|
+
"name": "disabled",
|
|
106710
|
+
"fieldName": "disabled",
|
|
106711
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
106712
|
+
"type": "boolean",
|
|
106713
|
+
"inheritedFrom": {
|
|
106714
|
+
"name": "Disableable",
|
|
106715
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
106716
|
+
}
|
|
106717
|
+
},
|
|
106718
|
+
{
|
|
106719
|
+
"name": "variant",
|
|
106720
|
+
"fieldName": "variant",
|
|
106721
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
106722
|
+
"type": "Variant",
|
|
106723
|
+
"inheritedFrom": {
|
|
106724
|
+
"name": "Variantable",
|
|
106725
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106726
|
+
}
|
|
106727
|
+
},
|
|
106728
|
+
{
|
|
106729
|
+
"name": "appearance",
|
|
106730
|
+
"fieldName": "appearance",
|
|
106731
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
106732
|
+
"type": "Appearance",
|
|
106733
|
+
"inheritedFrom": {
|
|
106734
|
+
"name": "Appearanceable",
|
|
106735
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
106736
|
+
}
|
|
106737
|
+
},
|
|
106738
|
+
{
|
|
106739
|
+
"name": "dir",
|
|
106740
|
+
"fieldName": "dir",
|
|
106741
|
+
"description": "Gets or sets the `dir` property.",
|
|
106742
|
+
"type": "FlowDirection",
|
|
106743
|
+
"inheritedFrom": {
|
|
106744
|
+
"name": "CustomElement",
|
|
106745
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106746
|
+
}
|
|
106747
|
+
},
|
|
106748
|
+
{
|
|
106749
|
+
"name": "lang",
|
|
106750
|
+
"fieldName": "lang",
|
|
106751
|
+
"description": "Gets or sets the `lang` property.",
|
|
106752
|
+
"type": "string",
|
|
106753
|
+
"inheritedFrom": {
|
|
106754
|
+
"name": "CustomElement",
|
|
106755
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106756
|
+
}
|
|
106757
|
+
}
|
|
106758
|
+
],
|
|
106759
|
+
"cssProperties": [
|
|
106760
|
+
{
|
|
106761
|
+
"name": "--paginator-font-family",
|
|
106762
|
+
"description": "The font-family property for the paginator text.",
|
|
106763
|
+
"type": "unknown"
|
|
106764
|
+
},
|
|
106765
|
+
{
|
|
106766
|
+
"name": "--paginator-font-size",
|
|
106767
|
+
"description": "The font-size property for the paginator text.",
|
|
106768
|
+
"type": "unknown"
|
|
106769
|
+
},
|
|
106770
|
+
{
|
|
106771
|
+
"name": "--paginator-font-line-height",
|
|
106772
|
+
"description": "The line-height property for the paginator text.",
|
|
106773
|
+
"type": "unknown"
|
|
106774
|
+
},
|
|
106775
|
+
{
|
|
106776
|
+
"name": "--paginator-font-weight",
|
|
106777
|
+
"description": "The font-weight property for the paginator text.",
|
|
106778
|
+
"type": "unknown"
|
|
106779
|
+
},
|
|
106780
|
+
{
|
|
106781
|
+
"name": "--paginator-font-letter-spacing",
|
|
106782
|
+
"description": "The letter-spacing property for the paginator text.",
|
|
106783
|
+
"type": "unknown"
|
|
106784
|
+
},
|
|
106785
|
+
{
|
|
106786
|
+
"name": "--paginator-font-text-decoration",
|
|
106787
|
+
"description": "The text-decoration property for the paginator text.",
|
|
106788
|
+
"type": "unknown"
|
|
106789
|
+
},
|
|
106790
|
+
{
|
|
106791
|
+
"name": "--paginator-font-text-transform",
|
|
106792
|
+
"description": "The text-transform property for the paginator text.",
|
|
106793
|
+
"type": "unknown"
|
|
106794
|
+
},
|
|
106795
|
+
{
|
|
106796
|
+
"name": "--paginator-background-color",
|
|
106797
|
+
"description": "The background-color property for the paginator.",
|
|
106798
|
+
"type": "unknown"
|
|
106799
|
+
},
|
|
106800
|
+
{
|
|
106801
|
+
"name": "--paginator-border-color",
|
|
106802
|
+
"description": "The border-color property for the paginator.",
|
|
106803
|
+
"type": "unknown"
|
|
106804
|
+
},
|
|
106805
|
+
{
|
|
106806
|
+
"name": "--paginator-foreground-color",
|
|
106807
|
+
"description": "The foreground-color property for the paginator.",
|
|
106808
|
+
"type": "unknown"
|
|
106809
|
+
},
|
|
106810
|
+
{
|
|
106811
|
+
"name": "--paginator-border-width",
|
|
106812
|
+
"description": "The border-width property for the paginator.",
|
|
106813
|
+
"type": "unknown"
|
|
106814
|
+
},
|
|
106815
|
+
{
|
|
106816
|
+
"name": "--paginator-border-radius",
|
|
106817
|
+
"description": "The border-radius property for the paginator.",
|
|
106818
|
+
"type": "unknown"
|
|
106819
|
+
},
|
|
106820
|
+
{
|
|
106821
|
+
"name": "--paginator-border-style",
|
|
106822
|
+
"description": "The border-style property for the paginator.",
|
|
106823
|
+
"type": "unknown"
|
|
106824
|
+
},
|
|
106825
|
+
{
|
|
106826
|
+
"name": "--paginator-shadow",
|
|
106827
|
+
"description": "The shadow property for the paginator.",
|
|
106828
|
+
"type": "unknown"
|
|
106829
|
+
},
|
|
106830
|
+
{
|
|
106831
|
+
"name": "--paginator-gap",
|
|
106832
|
+
"description": "The gap property between paginator elements.",
|
|
106833
|
+
"type": "unknown"
|
|
106834
|
+
}
|
|
106835
|
+
]
|
|
106836
|
+
}
|
|
106837
|
+
]
|
|
106838
|
+
},
|
|
106839
|
+
{
|
|
106840
|
+
"path": "./../src/Controls/Components/Primitives/Paginator/PaginatorElementIntl.ts",
|
|
106841
|
+
"exports": [
|
|
106842
|
+
{
|
|
106843
|
+
"kind": "class",
|
|
106844
|
+
"superclass": {
|
|
106845
|
+
"name": "ElementIntlBase",
|
|
106846
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
106847
|
+
},
|
|
106848
|
+
"description": "The `PaginatorElementIntl` class.",
|
|
106849
|
+
"name": "PaginatorElementIntl",
|
|
106850
|
+
"members": [
|
|
106851
|
+
{
|
|
106852
|
+
"kind": "field",
|
|
106853
|
+
"name": "locale",
|
|
106854
|
+
"privacy": "public",
|
|
106855
|
+
"description": "Gets or sets the `locale` property.",
|
|
106856
|
+
"type": "string",
|
|
106857
|
+
"inheritedFrom": {
|
|
106858
|
+
"name": "ElementIntlBase",
|
|
106859
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
106860
|
+
}
|
|
106861
|
+
},
|
|
106862
|
+
{
|
|
106863
|
+
"kind": "field",
|
|
106864
|
+
"name": "changes",
|
|
106865
|
+
"privacy": "public",
|
|
106866
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
106867
|
+
"type": "IEventEmitter<void>",
|
|
106868
|
+
"inheritedFrom": {
|
|
106869
|
+
"name": "ElementIntlBase",
|
|
106870
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
106871
|
+
}
|
|
106872
|
+
}
|
|
106873
|
+
]
|
|
106874
|
+
}
|
|
106875
|
+
]
|
|
106876
|
+
},
|
|
106877
|
+
{
|
|
106878
|
+
"path": "./../src/Controls/Components/Primitives/Popup/PopupElement.ts",
|
|
106879
|
+
"exports": [
|
|
106880
|
+
{
|
|
106881
|
+
"kind": "definition",
|
|
106882
|
+
"name": "mosaik-popup",
|
|
106883
|
+
"declaration": {
|
|
106884
|
+
"name": "PopupElement",
|
|
106885
|
+
"module": "./../src/Controls/Components/Primitives/Popup/PopupElement.ts"
|
|
106886
|
+
}
|
|
106887
|
+
},
|
|
106888
|
+
{
|
|
106889
|
+
"kind": "class",
|
|
106890
|
+
"superclass": {
|
|
106891
|
+
"name": "CustomElement",
|
|
106892
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106893
|
+
},
|
|
106894
|
+
"mixins": [
|
|
106895
|
+
{
|
|
106896
|
+
"name": "Themeable",
|
|
106897
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
106898
|
+
},
|
|
106899
|
+
{
|
|
106900
|
+
"name": "Appearanceable",
|
|
106901
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
106902
|
+
},
|
|
106903
|
+
{
|
|
106904
|
+
"name": "Variantable",
|
|
106905
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106906
|
+
},
|
|
106907
|
+
{
|
|
106908
|
+
"name": "Disableable",
|
|
106909
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
106910
|
+
},
|
|
106911
|
+
{
|
|
106912
|
+
"name": "Attachable",
|
|
106913
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
106914
|
+
},
|
|
106915
|
+
{
|
|
106916
|
+
"name": "Elevatable",
|
|
106917
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
106918
|
+
}
|
|
106919
|
+
],
|
|
106920
|
+
"description": "Popup - A transient dialog or window that appears on top of other content.",
|
|
106921
|
+
"name": "PopupElement",
|
|
106922
|
+
"members": [
|
|
106923
|
+
{
|
|
106924
|
+
"kind": "field",
|
|
106925
|
+
"name": "verticalOffset",
|
|
106926
|
+
"privacy": "public",
|
|
106927
|
+
"description": "Gets or sets the `verticalOffset` property.",
|
|
106928
|
+
"type": "string",
|
|
106929
|
+
"inheritedFrom": {
|
|
106930
|
+
"name": "IPopupElementProps",
|
|
106931
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106932
|
+
}
|
|
106933
|
+
},
|
|
106934
|
+
{
|
|
106935
|
+
"kind": "field",
|
|
106936
|
+
"name": "horizontalOffset",
|
|
106937
|
+
"privacy": "public",
|
|
106938
|
+
"description": "Gets or sets the `horizontalOffset` property.",
|
|
106939
|
+
"type": "string",
|
|
106940
|
+
"inheritedFrom": {
|
|
106941
|
+
"name": "IPopupElementProps",
|
|
106942
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106943
|
+
}
|
|
106944
|
+
},
|
|
106945
|
+
{
|
|
106946
|
+
"kind": "field",
|
|
106947
|
+
"name": "staysOpen",
|
|
106948
|
+
"privacy": "public",
|
|
106949
|
+
"description": "Gets or sets the `staysOpen` property.",
|
|
106950
|
+
"type": "boolean",
|
|
106951
|
+
"inheritedFrom": {
|
|
106952
|
+
"name": "IPopupElementProps",
|
|
106953
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106954
|
+
}
|
|
106955
|
+
},
|
|
106956
|
+
{
|
|
106957
|
+
"kind": "field",
|
|
106958
|
+
"name": "placement",
|
|
106959
|
+
"privacy": "public",
|
|
106960
|
+
"description": "Gets or sets the `placement` property.",
|
|
106961
|
+
"type": "string",
|
|
106962
|
+
"inheritedFrom": {
|
|
106963
|
+
"name": "IPopupElementProps",
|
|
106964
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106965
|
+
}
|
|
106966
|
+
},
|
|
106967
|
+
{
|
|
106968
|
+
"kind": "field",
|
|
106969
|
+
"name": "isOpen",
|
|
106970
|
+
"privacy": "public",
|
|
106971
|
+
"description": "Gets or sets the `isOpen` property.",
|
|
106972
|
+
"type": "boolean",
|
|
106973
|
+
"inheritedFrom": {
|
|
106974
|
+
"name": "IPopupElementProps",
|
|
106975
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106976
|
+
}
|
|
106977
|
+
},
|
|
106978
|
+
{
|
|
106979
|
+
"kind": "field",
|
|
106980
|
+
"name": "openTrigger",
|
|
106981
|
+
"privacy": "public",
|
|
106982
|
+
"description": "Gets or sets the `openTrigger` property.",
|
|
106983
|
+
"type": "Trigger",
|
|
106984
|
+
"inheritedFrom": {
|
|
106985
|
+
"name": "IPopupElementProps",
|
|
106986
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106987
|
+
}
|
|
106988
|
+
},
|
|
106989
|
+
{
|
|
106990
|
+
"kind": "field",
|
|
106991
|
+
"name": "themeName",
|
|
106992
|
+
"privacy": "public",
|
|
106993
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
106994
|
+
"type": "string",
|
|
106995
|
+
"inheritedFrom": {
|
|
106996
|
+
"name": "IThemeableProps",
|
|
106997
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
106998
|
+
}
|
|
106999
|
+
},
|
|
107000
|
+
{
|
|
107001
|
+
"kind": "field",
|
|
107002
|
+
"name": "appearance",
|
|
107003
|
+
"privacy": "public",
|
|
107004
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
107005
|
+
"type": "Appearance",
|
|
107006
|
+
"inheritedFrom": {
|
|
107007
|
+
"name": "Appearanceable",
|
|
107008
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
107009
|
+
}
|
|
107010
|
+
},
|
|
107011
|
+
{
|
|
107012
|
+
"kind": "field",
|
|
107013
|
+
"name": "variant",
|
|
107014
|
+
"privacy": "public",
|
|
107015
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
107016
|
+
"type": "Variant",
|
|
106337
107017
|
"inheritedFrom": {
|
|
106338
|
-
"name": "
|
|
106339
|
-
"module": "./../src/Controls/
|
|
107018
|
+
"name": "Variantable",
|
|
107019
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106340
107020
|
}
|
|
106341
107021
|
},
|
|
106342
107022
|
{
|
|
107023
|
+
"kind": "field",
|
|
106343
107024
|
"name": "disabled",
|
|
106344
|
-
"
|
|
107025
|
+
"privacy": "public",
|
|
106345
107026
|
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
106346
107027
|
"type": "boolean",
|
|
106347
107028
|
"inheritedFrom": {
|
|
@@ -106350,28 +107031,43 @@
|
|
|
106350
107031
|
}
|
|
106351
107032
|
},
|
|
106352
107033
|
{
|
|
106353
|
-
"
|
|
106354
|
-
"
|
|
106355
|
-
"
|
|
106356
|
-
"
|
|
107034
|
+
"kind": "field",
|
|
107035
|
+
"name": "for",
|
|
107036
|
+
"privacy": "public",
|
|
107037
|
+
"description": "Reflects the value of the `for` attribute, which is the ID of the element's\nassociated control.\n\nUse this when the elements's associated control is not its parent.\n\nTo manually control an element, set its `for` attribute to `\"\"`.",
|
|
107038
|
+
"type": "string | null",
|
|
106357
107039
|
"inheritedFrom": {
|
|
106358
|
-
"name": "
|
|
106359
|
-
"module": "./../src/Controls/Behaviors/
|
|
107040
|
+
"name": "Attachable",
|
|
107041
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
106360
107042
|
}
|
|
106361
107043
|
},
|
|
106362
107044
|
{
|
|
106363
|
-
"
|
|
106364
|
-
"
|
|
106365
|
-
"
|
|
106366
|
-
"
|
|
107045
|
+
"kind": "field",
|
|
107046
|
+
"name": "control",
|
|
107047
|
+
"privacy": "public",
|
|
107048
|
+
"description": "The element that controls the visibility of the attachable element. It is\none of:\n\n- The control referenced by the `for` attribute.\n- The control provided to `element.attach(control)`\n- The element's parent.\n- `null` if the element is not controlled.",
|
|
107049
|
+
"type": "HTMLElement | null",
|
|
106367
107050
|
"inheritedFrom": {
|
|
106368
|
-
"name": "
|
|
106369
|
-
"module": "./../src/Controls/Behaviors/
|
|
107051
|
+
"name": "Attachable",
|
|
107052
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107053
|
+
}
|
|
107054
|
+
},
|
|
107055
|
+
{
|
|
107056
|
+
"kind": "field",
|
|
107057
|
+
"name": "elevation",
|
|
107058
|
+
"privacy": "public",
|
|
107059
|
+
"description": "Gets or sets the `elevation` property.\nThe default value is `none`, which means the element has no elevation.",
|
|
107060
|
+
"type": "string",
|
|
107061
|
+
"default": "\"Regular\"",
|
|
107062
|
+
"inheritedFrom": {
|
|
107063
|
+
"name": "Elevatable",
|
|
107064
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
106370
107065
|
}
|
|
106371
107066
|
},
|
|
106372
107067
|
{
|
|
107068
|
+
"kind": "field",
|
|
106373
107069
|
"name": "dir",
|
|
106374
|
-
"
|
|
107070
|
+
"privacy": "public",
|
|
106375
107071
|
"description": "Gets or sets the `dir` property.",
|
|
106376
107072
|
"type": "FlowDirection",
|
|
106377
107073
|
"inheritedFrom": {
|
|
@@ -106380,184 +107076,230 @@
|
|
|
106380
107076
|
}
|
|
106381
107077
|
},
|
|
106382
107078
|
{
|
|
107079
|
+
"kind": "field",
|
|
106383
107080
|
"name": "lang",
|
|
106384
|
-
"
|
|
107081
|
+
"privacy": "public",
|
|
106385
107082
|
"description": "Gets or sets the `lang` property.",
|
|
106386
107083
|
"type": "string",
|
|
106387
107084
|
"inheritedFrom": {
|
|
106388
107085
|
"name": "CustomElement",
|
|
106389
107086
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106390
107087
|
}
|
|
106391
|
-
}
|
|
106392
|
-
],
|
|
106393
|
-
"cssProperties": [
|
|
106394
|
-
{
|
|
106395
|
-
"name": "--paginator-font-family",
|
|
106396
|
-
"description": "The font-family property for the paginator text.",
|
|
106397
|
-
"type": "unknown"
|
|
106398
|
-
},
|
|
106399
|
-
{
|
|
106400
|
-
"name": "--paginator-font-size",
|
|
106401
|
-
"description": "The font-size property for the paginator text.",
|
|
106402
|
-
"type": "unknown"
|
|
106403
|
-
},
|
|
106404
|
-
{
|
|
106405
|
-
"name": "--paginator-font-line-height",
|
|
106406
|
-
"description": "The line-height property for the paginator text.",
|
|
106407
|
-
"type": "unknown"
|
|
106408
107088
|
},
|
|
106409
107089
|
{
|
|
106410
|
-
"
|
|
106411
|
-
"
|
|
106412
|
-
"
|
|
106413
|
-
|
|
106414
|
-
|
|
106415
|
-
"
|
|
106416
|
-
|
|
106417
|
-
|
|
106418
|
-
|
|
106419
|
-
{
|
|
106420
|
-
"name": "--paginator-font-text-decoration",
|
|
106421
|
-
"description": "The text-decoration property for the paginator text.",
|
|
106422
|
-
"type": "unknown"
|
|
106423
|
-
},
|
|
106424
|
-
{
|
|
106425
|
-
"name": "--paginator-font-text-transform",
|
|
106426
|
-
"description": "The text-transform property for the paginator text.",
|
|
106427
|
-
"type": "unknown"
|
|
107090
|
+
"kind": "field",
|
|
107091
|
+
"name": "changed",
|
|
107092
|
+
"privacy": "public",
|
|
107093
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
107094
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
107095
|
+
"inheritedFrom": {
|
|
107096
|
+
"name": "ICustomElementEvents",
|
|
107097
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107098
|
+
}
|
|
106428
107099
|
},
|
|
106429
107100
|
{
|
|
106430
|
-
"
|
|
106431
|
-
"
|
|
106432
|
-
"
|
|
107101
|
+
"kind": "field",
|
|
107102
|
+
"name": "connected",
|
|
107103
|
+
"privacy": "public",
|
|
107104
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
107105
|
+
"type": "IEventEmitter<void>",
|
|
107106
|
+
"inheritedFrom": {
|
|
107107
|
+
"name": "ICustomElementEvents",
|
|
107108
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107109
|
+
}
|
|
106433
107110
|
},
|
|
106434
107111
|
{
|
|
106435
|
-
"
|
|
106436
|
-
"
|
|
106437
|
-
"
|
|
107112
|
+
"kind": "field",
|
|
107113
|
+
"name": "disconnected",
|
|
107114
|
+
"privacy": "public",
|
|
107115
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
107116
|
+
"type": "IEventEmitter<void>",
|
|
107117
|
+
"inheritedFrom": {
|
|
107118
|
+
"name": "ICustomElementEvents",
|
|
107119
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107120
|
+
}
|
|
106438
107121
|
},
|
|
106439
107122
|
{
|
|
106440
|
-
"
|
|
106441
|
-
"
|
|
106442
|
-
"
|
|
107123
|
+
"kind": "method",
|
|
107124
|
+
"name": "attach",
|
|
107125
|
+
"privacy": "public",
|
|
107126
|
+
"type": "(control: string | HTMLElement): void",
|
|
107127
|
+
"description": "Attaches the element to an interactive control.",
|
|
107128
|
+
"parameters": [],
|
|
107129
|
+
"return": {},
|
|
107130
|
+
"inheritedFrom": {
|
|
107131
|
+
"name": "IAttachable",
|
|
107132
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107133
|
+
}
|
|
106443
107134
|
},
|
|
106444
107135
|
{
|
|
106445
|
-
"
|
|
106446
|
-
"
|
|
106447
|
-
"
|
|
107136
|
+
"kind": "method",
|
|
107137
|
+
"name": "detach",
|
|
107138
|
+
"privacy": "public",
|
|
107139
|
+
"type": "(): void",
|
|
107140
|
+
"description": "Detaches the element from its current control.",
|
|
107141
|
+
"parameters": [],
|
|
107142
|
+
"return": {},
|
|
107143
|
+
"inheritedFrom": {
|
|
107144
|
+
"name": "IAttachable",
|
|
107145
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107146
|
+
}
|
|
106448
107147
|
},
|
|
106449
107148
|
{
|
|
106450
|
-
"
|
|
106451
|
-
"
|
|
106452
|
-
"
|
|
107149
|
+
"kind": "method",
|
|
107150
|
+
"name": "adoptStyle",
|
|
107151
|
+
"privacy": "public",
|
|
107152
|
+
"type": "(styles: CSSResultGroup): void",
|
|
107153
|
+
"description": "Adopts the specified styles.",
|
|
107154
|
+
"parameters": [
|
|
107155
|
+
{
|
|
107156
|
+
"name": "styles",
|
|
107157
|
+
"type": "CSSResultGroup",
|
|
107158
|
+
"description": "The styles to adopt."
|
|
107159
|
+
}
|
|
107160
|
+
],
|
|
107161
|
+
"return": {
|
|
107162
|
+
"type": "void"
|
|
107163
|
+
},
|
|
107164
|
+
"inheritedFrom": {
|
|
107165
|
+
"name": "CustomElement",
|
|
107166
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107167
|
+
}
|
|
106453
107168
|
},
|
|
106454
107169
|
{
|
|
106455
|
-
"
|
|
106456
|
-
"
|
|
106457
|
-
"
|
|
107170
|
+
"kind": "method",
|
|
107171
|
+
"name": "on",
|
|
107172
|
+
"privacy": "public",
|
|
107173
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
107174
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
107175
|
+
"parameters": [
|
|
107176
|
+
{
|
|
107177
|
+
"name": "event",
|
|
107178
|
+
"type": "TEvent"
|
|
107179
|
+
},
|
|
107180
|
+
{
|
|
107181
|
+
"name": "listener",
|
|
107182
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
107183
|
+
},
|
|
107184
|
+
{
|
|
107185
|
+
"name": "options",
|
|
107186
|
+
"type": "boolean | AddEventListenerOptions"
|
|
107187
|
+
}
|
|
107188
|
+
],
|
|
107189
|
+
"return": {
|
|
107190
|
+
"type": "IEventListenerSubscription"
|
|
107191
|
+
},
|
|
107192
|
+
"inheritedFrom": {
|
|
107193
|
+
"name": "CustomElement",
|
|
107194
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107195
|
+
}
|
|
106458
107196
|
},
|
|
106459
107197
|
{
|
|
106460
|
-
"
|
|
106461
|
-
"
|
|
106462
|
-
"
|
|
107198
|
+
"kind": "method",
|
|
107199
|
+
"name": "off",
|
|
107200
|
+
"privacy": "public",
|
|
107201
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
107202
|
+
"description": "Removes an event listener.",
|
|
107203
|
+
"parameters": [
|
|
107204
|
+
{
|
|
107205
|
+
"name": "subscription",
|
|
107206
|
+
"type": "IEventListenerSubscription"
|
|
107207
|
+
}
|
|
107208
|
+
],
|
|
107209
|
+
"return": {
|
|
107210
|
+
"type": "void"
|
|
107211
|
+
},
|
|
107212
|
+
"inheritedFrom": {
|
|
107213
|
+
"name": "CustomElement",
|
|
107214
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107215
|
+
}
|
|
106463
107216
|
},
|
|
106464
107217
|
{
|
|
106465
|
-
"
|
|
106466
|
-
"
|
|
106467
|
-
"type": "unknown"
|
|
106468
|
-
}
|
|
106469
|
-
]
|
|
106470
|
-
}
|
|
106471
|
-
]
|
|
106472
|
-
},
|
|
106473
|
-
{
|
|
106474
|
-
"path": "./../src/Controls/Components/Primitives/Paginator/PaginatorElementIntl.ts",
|
|
106475
|
-
"exports": [
|
|
106476
|
-
{
|
|
106477
|
-
"kind": "class",
|
|
106478
|
-
"superclass": {
|
|
106479
|
-
"name": "ElementIntlBase",
|
|
106480
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
106481
|
-
},
|
|
106482
|
-
"description": "The `PaginatorElementIntl` class.",
|
|
106483
|
-
"name": "PaginatorElementIntl",
|
|
106484
|
-
"members": [
|
|
106485
|
-
{
|
|
106486
|
-
"kind": "field",
|
|
106487
|
-
"name": "locale",
|
|
107218
|
+
"kind": "method",
|
|
107219
|
+
"name": "emit",
|
|
106488
107220
|
"privacy": "public",
|
|
106489
|
-
"
|
|
106490
|
-
"
|
|
107221
|
+
"type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
|
|
107222
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
107223
|
+
"parameters": [
|
|
107224
|
+
{
|
|
107225
|
+
"name": "event",
|
|
107226
|
+
"type": "TEvent"
|
|
107227
|
+
},
|
|
107228
|
+
{
|
|
107229
|
+
"name": "eventInitDict",
|
|
107230
|
+
"type": "CustomEventInit<TDetail>"
|
|
107231
|
+
}
|
|
107232
|
+
],
|
|
107233
|
+
"return": {
|
|
107234
|
+
"type": "boolean"
|
|
107235
|
+
},
|
|
106491
107236
|
"inheritedFrom": {
|
|
106492
|
-
"name": "
|
|
106493
|
-
"module": "./../src/
|
|
107237
|
+
"name": "CustomElement",
|
|
107238
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106494
107239
|
}
|
|
106495
107240
|
},
|
|
106496
107241
|
{
|
|
106497
|
-
"kind": "
|
|
106498
|
-
"name": "
|
|
107242
|
+
"kind": "method",
|
|
107243
|
+
"name": "requestUpdate",
|
|
106499
107244
|
"privacy": "public",
|
|
106500
|
-
"
|
|
106501
|
-
"
|
|
107245
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
107246
|
+
"parameters": [
|
|
107247
|
+
{
|
|
107248
|
+
"name": "name",
|
|
107249
|
+
"type": "keyof this"
|
|
107250
|
+
},
|
|
107251
|
+
{
|
|
107252
|
+
"name": "oldValue",
|
|
107253
|
+
"type": "unknown"
|
|
107254
|
+
},
|
|
107255
|
+
{
|
|
107256
|
+
"name": "options",
|
|
107257
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
107258
|
+
}
|
|
107259
|
+
],
|
|
107260
|
+
"return": {
|
|
107261
|
+
"type": "void"
|
|
107262
|
+
},
|
|
106502
107263
|
"inheritedFrom": {
|
|
106503
|
-
"name": "
|
|
106504
|
-
"module": "./../src/
|
|
107264
|
+
"name": "CustomElement",
|
|
107265
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106505
107266
|
}
|
|
106506
107267
|
}
|
|
106507
|
-
]
|
|
106508
|
-
|
|
106509
|
-
|
|
106510
|
-
},
|
|
106511
|
-
{
|
|
106512
|
-
"path": "./../src/Controls/Components/Primitives/Popup/PopupElement.ts",
|
|
106513
|
-
"exports": [
|
|
106514
|
-
{
|
|
106515
|
-
"kind": "definition",
|
|
106516
|
-
"name": "mosaik-popup",
|
|
106517
|
-
"declaration": {
|
|
106518
|
-
"name": "PopupElement",
|
|
106519
|
-
"module": "./../src/Controls/Components/Primitives/Popup/PopupElement.ts"
|
|
106520
|
-
}
|
|
106521
|
-
},
|
|
106522
|
-
{
|
|
106523
|
-
"kind": "class",
|
|
106524
|
-
"superclass": {
|
|
106525
|
-
"name": "CustomElement",
|
|
106526
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106527
|
-
},
|
|
106528
|
-
"mixins": [
|
|
106529
|
-
{
|
|
106530
|
-
"name": "Themeable",
|
|
106531
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
106532
|
-
},
|
|
106533
|
-
{
|
|
106534
|
-
"name": "Appearanceable",
|
|
106535
|
-
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
106536
|
-
},
|
|
106537
|
-
{
|
|
106538
|
-
"name": "Variantable",
|
|
106539
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106540
|
-
},
|
|
107268
|
+
],
|
|
107269
|
+
"tagName": "mosaik-popup",
|
|
107270
|
+
"events": [
|
|
106541
107271
|
{
|
|
106542
|
-
"
|
|
106543
|
-
"
|
|
107272
|
+
"description": "Called when the element is connected to the DOM.",
|
|
107273
|
+
"name": "connected",
|
|
107274
|
+
"inheritedFrom": {
|
|
107275
|
+
"name": "CustomElement",
|
|
107276
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107277
|
+
},
|
|
107278
|
+
"type": "CustomEvent"
|
|
106544
107279
|
},
|
|
106545
107280
|
{
|
|
106546
|
-
"
|
|
106547
|
-
"
|
|
107281
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
107282
|
+
"name": "disconnected",
|
|
107283
|
+
"inheritedFrom": {
|
|
107284
|
+
"name": "CustomElement",
|
|
107285
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107286
|
+
},
|
|
107287
|
+
"type": "CustomEvent"
|
|
106548
107288
|
},
|
|
106549
107289
|
{
|
|
106550
|
-
"
|
|
106551
|
-
"
|
|
107290
|
+
"description": "Called when the element will be updated.",
|
|
107291
|
+
"name": "changed",
|
|
107292
|
+
"inheritedFrom": {
|
|
107293
|
+
"name": "CustomElement",
|
|
107294
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107295
|
+
},
|
|
107296
|
+
"type": "Event"
|
|
106552
107297
|
}
|
|
106553
107298
|
],
|
|
106554
|
-
"
|
|
106555
|
-
"name": "PopupElement",
|
|
106556
|
-
"members": [
|
|
107299
|
+
"attributes": [
|
|
106557
107300
|
{
|
|
106558
|
-
"kind": "field",
|
|
106559
107301
|
"name": "verticalOffset",
|
|
106560
|
-
"
|
|
107302
|
+
"fieldName": "verticalOffset",
|
|
106561
107303
|
"description": "Gets or sets the `verticalOffset` property.",
|
|
106562
107304
|
"type": "string",
|
|
106563
107305
|
"inheritedFrom": {
|
|
@@ -106566,9 +107308,8 @@
|
|
|
106566
107308
|
}
|
|
106567
107309
|
},
|
|
106568
107310
|
{
|
|
106569
|
-
"kind": "field",
|
|
106570
107311
|
"name": "horizontalOffset",
|
|
106571
|
-
"
|
|
107312
|
+
"fieldName": "horizontalOffset",
|
|
106572
107313
|
"description": "Gets or sets the `horizontalOffset` property.",
|
|
106573
107314
|
"type": "string",
|
|
106574
107315
|
"inheritedFrom": {
|
|
@@ -106577,9 +107318,8 @@
|
|
|
106577
107318
|
}
|
|
106578
107319
|
},
|
|
106579
107320
|
{
|
|
106580
|
-
"kind": "field",
|
|
106581
107321
|
"name": "staysOpen",
|
|
106582
|
-
"
|
|
107322
|
+
"fieldName": "staysOpen",
|
|
106583
107323
|
"description": "Gets or sets the `staysOpen` property.",
|
|
106584
107324
|
"type": "boolean",
|
|
106585
107325
|
"inheritedFrom": {
|
|
@@ -106588,9 +107328,8 @@
|
|
|
106588
107328
|
}
|
|
106589
107329
|
},
|
|
106590
107330
|
{
|
|
106591
|
-
"kind": "field",
|
|
106592
107331
|
"name": "placement",
|
|
106593
|
-
"
|
|
107332
|
+
"fieldName": "placement",
|
|
106594
107333
|
"description": "Gets or sets the `placement` property.",
|
|
106595
107334
|
"type": "string",
|
|
106596
107335
|
"inheritedFrom": {
|
|
@@ -106599,9 +107338,8 @@
|
|
|
106599
107338
|
}
|
|
106600
107339
|
},
|
|
106601
107340
|
{
|
|
106602
|
-
"kind": "field",
|
|
106603
107341
|
"name": "isOpen",
|
|
106604
|
-
"
|
|
107342
|
+
"fieldName": "isOpen",
|
|
106605
107343
|
"description": "Gets or sets the `isOpen` property.",
|
|
106606
107344
|
"type": "boolean",
|
|
106607
107345
|
"inheritedFrom": {
|
|
@@ -106610,9 +107348,8 @@
|
|
|
106610
107348
|
}
|
|
106611
107349
|
},
|
|
106612
107350
|
{
|
|
106613
|
-
"kind": "field",
|
|
106614
107351
|
"name": "openTrigger",
|
|
106615
|
-
"
|
|
107352
|
+
"fieldName": "openTrigger",
|
|
106616
107353
|
"description": "Gets or sets the `openTrigger` property.",
|
|
106617
107354
|
"type": "Trigger",
|
|
106618
107355
|
"inheritedFrom": {
|
|
@@ -106621,81 +107358,181 @@
|
|
|
106621
107358
|
}
|
|
106622
107359
|
},
|
|
106623
107360
|
{
|
|
106624
|
-
"
|
|
106625
|
-
"
|
|
106626
|
-
"
|
|
106627
|
-
"
|
|
107361
|
+
"name": "appearance",
|
|
107362
|
+
"fieldName": "appearance",
|
|
107363
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
107364
|
+
"type": "Appearance",
|
|
107365
|
+
"inheritedFrom": {
|
|
107366
|
+
"name": "Appearanceable",
|
|
107367
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
107368
|
+
}
|
|
107369
|
+
},
|
|
107370
|
+
{
|
|
107371
|
+
"name": "variant",
|
|
107372
|
+
"fieldName": "variant",
|
|
107373
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
107374
|
+
"type": "Variant",
|
|
107375
|
+
"inheritedFrom": {
|
|
107376
|
+
"name": "Variantable",
|
|
107377
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
107378
|
+
}
|
|
107379
|
+
},
|
|
107380
|
+
{
|
|
107381
|
+
"name": "disabled",
|
|
107382
|
+
"fieldName": "disabled",
|
|
107383
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
107384
|
+
"type": "boolean",
|
|
107385
|
+
"inheritedFrom": {
|
|
107386
|
+
"name": "Disableable",
|
|
107387
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
107388
|
+
}
|
|
107389
|
+
},
|
|
107390
|
+
{
|
|
107391
|
+
"name": "for",
|
|
107392
|
+
"fieldName": "for",
|
|
107393
|
+
"description": "Reflects the value of the `for` attribute, which is the ID of the element's\nassociated control.\n\nUse this when the elements's associated control is not its parent.\n\nTo manually control an element, set its `for` attribute to `\"\"`.",
|
|
107394
|
+
"type": "string | null",
|
|
107395
|
+
"inheritedFrom": {
|
|
107396
|
+
"name": "Attachable",
|
|
107397
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107398
|
+
}
|
|
107399
|
+
},
|
|
107400
|
+
{
|
|
107401
|
+
"name": "elevation",
|
|
107402
|
+
"fieldName": "elevation",
|
|
107403
|
+
"defaultValue": "\"Regular\"",
|
|
107404
|
+
"description": "Gets or sets the `elevation` property.\nThe default value is `none`, which means the element has no elevation.",
|
|
106628
107405
|
"type": "string",
|
|
106629
107406
|
"inheritedFrom": {
|
|
106630
|
-
"name": "
|
|
106631
|
-
"module": "./../src/Controls/Behaviors/
|
|
107407
|
+
"name": "Elevatable",
|
|
107408
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
107409
|
+
}
|
|
107410
|
+
},
|
|
107411
|
+
{
|
|
107412
|
+
"name": "dir",
|
|
107413
|
+
"fieldName": "dir",
|
|
107414
|
+
"description": "Gets or sets the `dir` property.",
|
|
107415
|
+
"type": "FlowDirection",
|
|
107416
|
+
"inheritedFrom": {
|
|
107417
|
+
"name": "CustomElement",
|
|
107418
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106632
107419
|
}
|
|
106633
107420
|
},
|
|
107421
|
+
{
|
|
107422
|
+
"name": "lang",
|
|
107423
|
+
"fieldName": "lang",
|
|
107424
|
+
"description": "Gets or sets the `lang` property.",
|
|
107425
|
+
"type": "string",
|
|
107426
|
+
"inheritedFrom": {
|
|
107427
|
+
"name": "CustomElement",
|
|
107428
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107429
|
+
}
|
|
107430
|
+
}
|
|
107431
|
+
]
|
|
107432
|
+
}
|
|
107433
|
+
]
|
|
107434
|
+
},
|
|
107435
|
+
{
|
|
107436
|
+
"path": "./../src/Controls/Components/Primitives/Portal/Portal.ts",
|
|
107437
|
+
"exports": [
|
|
107438
|
+
{
|
|
107439
|
+
"kind": "class",
|
|
107440
|
+
"description": "Represents the `Portal` class.",
|
|
107441
|
+
"name": "Portal"
|
|
107442
|
+
},
|
|
107443
|
+
{
|
|
107444
|
+
"kind": "class",
|
|
107445
|
+
"name": "LayerManager"
|
|
107446
|
+
},
|
|
107447
|
+
{
|
|
107448
|
+
"kind": "variable",
|
|
107449
|
+
"name": "PORTAL_HOST_REGISTRY",
|
|
107450
|
+
"type": "Map<string, PortalHostElement>"
|
|
107451
|
+
}
|
|
107452
|
+
]
|
|
107453
|
+
},
|
|
107454
|
+
{
|
|
107455
|
+
"path": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts",
|
|
107456
|
+
"exports": [
|
|
107457
|
+
{
|
|
107458
|
+
"kind": "definition",
|
|
107459
|
+
"name": "mosaik-portal",
|
|
107460
|
+
"declaration": {
|
|
107461
|
+
"name": "PortalElement",
|
|
107462
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
107463
|
+
}
|
|
107464
|
+
},
|
|
107465
|
+
{
|
|
107466
|
+
"kind": "class",
|
|
107467
|
+
"superclass": {
|
|
107468
|
+
"name": "CustomElement",
|
|
107469
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107470
|
+
},
|
|
107471
|
+
"mixins": [
|
|
107472
|
+
{
|
|
107473
|
+
"name": "Slottable",
|
|
107474
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107475
|
+
}
|
|
107476
|
+
],
|
|
107477
|
+
"description": "Portal - A mechanism to render content outside its parent component's DOM hierarchy.",
|
|
107478
|
+
"name": "PortalElement",
|
|
107479
|
+
"members": [
|
|
106634
107480
|
{
|
|
106635
107481
|
"kind": "field",
|
|
106636
|
-
"name": "
|
|
107482
|
+
"name": "isProjected",
|
|
106637
107483
|
"privacy": "public",
|
|
106638
|
-
"description": "
|
|
106639
|
-
"type": "
|
|
106640
|
-
"inheritedFrom": {
|
|
106641
|
-
"name": "Appearanceable",
|
|
106642
|
-
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
106643
|
-
}
|
|
107484
|
+
"description": "Gets or sets the `isProjected` property.",
|
|
107485
|
+
"type": "boolean"
|
|
106644
107486
|
},
|
|
106645
107487
|
{
|
|
106646
107488
|
"kind": "field",
|
|
106647
|
-
"name": "
|
|
107489
|
+
"name": "projection",
|
|
106648
107490
|
"privacy": "public",
|
|
106649
|
-
"description": "
|
|
106650
|
-
"type": "
|
|
106651
|
-
"inheritedFrom": {
|
|
106652
|
-
"name": "Variantable",
|
|
106653
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106654
|
-
}
|
|
107491
|
+
"description": "Gets the `projection` property.",
|
|
107492
|
+
"type": "PortalProjectionElement | null"
|
|
106655
107493
|
},
|
|
106656
107494
|
{
|
|
106657
107495
|
"kind": "field",
|
|
106658
|
-
"name": "
|
|
107496
|
+
"name": "attached",
|
|
106659
107497
|
"privacy": "public",
|
|
106660
|
-
"description": "
|
|
106661
|
-
"type": "
|
|
107498
|
+
"description": "Called when a projection is attached to the DOM.\nProvides reference to `IPortalAttachedEventDetail` as event argument.",
|
|
107499
|
+
"type": "IEventEmitter<IPortalAttachedEventDetail>",
|
|
106662
107500
|
"inheritedFrom": {
|
|
106663
|
-
"name": "
|
|
106664
|
-
"module": "./../src/Controls/
|
|
107501
|
+
"name": "IPortalElementEvents",
|
|
107502
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
106665
107503
|
}
|
|
106666
107504
|
},
|
|
106667
107505
|
{
|
|
106668
107506
|
"kind": "field",
|
|
106669
|
-
"name": "
|
|
107507
|
+
"name": "detached",
|
|
106670
107508
|
"privacy": "public",
|
|
106671
|
-
"description": "
|
|
106672
|
-
"type": "
|
|
107509
|
+
"description": "Called when a projection is detached from the DOM.\nProvides reference to `IPortalDetachedEventDetail` as event argument.",
|
|
107510
|
+
"type": "IEventEmitter<IPortalDetachedEventDetail>",
|
|
106673
107511
|
"inheritedFrom": {
|
|
106674
|
-
"name": "
|
|
106675
|
-
"module": "./../src/Controls/
|
|
107512
|
+
"name": "IPortalElementEvents",
|
|
107513
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
106676
107514
|
}
|
|
106677
107515
|
},
|
|
106678
107516
|
{
|
|
106679
107517
|
"kind": "field",
|
|
106680
|
-
"name": "
|
|
107518
|
+
"name": "destination",
|
|
106681
107519
|
"privacy": "public",
|
|
106682
|
-
"description": "
|
|
106683
|
-
"type": "
|
|
107520
|
+
"description": "Gets or sets the `destination` property.",
|
|
107521
|
+
"type": "string | Element",
|
|
106684
107522
|
"inheritedFrom": {
|
|
106685
|
-
"name": "
|
|
106686
|
-
"module": "./../src/Controls/
|
|
107523
|
+
"name": "IPortalElementProps",
|
|
107524
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalElementProps.ts"
|
|
106687
107525
|
}
|
|
106688
107526
|
},
|
|
106689
107527
|
{
|
|
106690
107528
|
"kind": "field",
|
|
106691
|
-
"name": "
|
|
107529
|
+
"name": "adoptedStyles",
|
|
106692
107530
|
"privacy": "public",
|
|
106693
|
-
"description": "Gets or sets the `
|
|
106694
|
-
"type": "
|
|
106695
|
-
"default": "\"Regular\"",
|
|
107531
|
+
"description": "Gets or sets the `adoptedStyles` property.",
|
|
107532
|
+
"type": "CSSStyleSheet[] | undefined",
|
|
106696
107533
|
"inheritedFrom": {
|
|
106697
|
-
"name": "
|
|
106698
|
-
"module": "./../src/Controls/
|
|
107534
|
+
"name": "IPortalElementProps",
|
|
107535
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalElementProps.ts"
|
|
106699
107536
|
}
|
|
106700
107537
|
},
|
|
106701
107538
|
{
|
|
@@ -106755,28 +107592,91 @@
|
|
|
106755
107592
|
},
|
|
106756
107593
|
{
|
|
106757
107594
|
"kind": "method",
|
|
106758
|
-
"name": "
|
|
107595
|
+
"name": "onSlotChanges",
|
|
106759
107596
|
"privacy": "public",
|
|
106760
|
-
"type": "(
|
|
106761
|
-
"description": "
|
|
107597
|
+
"type": "(slotName?: string | undefined): void",
|
|
107598
|
+
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
107599
|
+
"parameters": [
|
|
107600
|
+
{
|
|
107601
|
+
"name": "slotName",
|
|
107602
|
+
"type": "string"
|
|
107603
|
+
}
|
|
107604
|
+
],
|
|
107605
|
+
"return": {
|
|
107606
|
+
"type": "void"
|
|
107607
|
+
}
|
|
107608
|
+
},
|
|
107609
|
+
{
|
|
107610
|
+
"kind": "method",
|
|
107611
|
+
"name": "assignToSlot",
|
|
107612
|
+
"privacy": "public",
|
|
107613
|
+
"type": "(slotName: string, node: Element | Text): void",
|
|
107614
|
+
"description": "Assigns nodes to a dedicated slot.",
|
|
106762
107615
|
"parameters": [],
|
|
106763
107616
|
"return": {},
|
|
106764
107617
|
"inheritedFrom": {
|
|
106765
|
-
"name": "
|
|
106766
|
-
"module": "./../src/Controls/Behaviors/
|
|
107618
|
+
"name": "ISlottable",
|
|
107619
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
106767
107620
|
}
|
|
106768
107621
|
},
|
|
106769
107622
|
{
|
|
106770
107623
|
"kind": "method",
|
|
106771
|
-
"name": "
|
|
107624
|
+
"name": "getSlotAssignments",
|
|
106772
107625
|
"privacy": "public",
|
|
106773
|
-
"type": "():
|
|
106774
|
-
"description": "
|
|
107626
|
+
"type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
|
|
107627
|
+
"description": "Returns the assigned elements of a slot.",
|
|
106775
107628
|
"parameters": [],
|
|
106776
|
-
"return": {
|
|
107629
|
+
"return": {
|
|
107630
|
+
"description": "The assigned elements of a slot."
|
|
107631
|
+
},
|
|
106777
107632
|
"inheritedFrom": {
|
|
106778
|
-
"name": "
|
|
106779
|
-
"module": "./../src/Controls/Behaviors/
|
|
107633
|
+
"name": "ISlottable",
|
|
107634
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107635
|
+
}
|
|
107636
|
+
},
|
|
107637
|
+
{
|
|
107638
|
+
"kind": "method",
|
|
107639
|
+
"name": "getSlotAssignmentsOf",
|
|
107640
|
+
"privacy": "public",
|
|
107641
|
+
"type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
|
|
107642
|
+
"description": "Returns the assigned elements of a slot with a specific element type.",
|
|
107643
|
+
"parameters": [],
|
|
107644
|
+
"return": {
|
|
107645
|
+
"description": "The assigned elements of a slot."
|
|
107646
|
+
},
|
|
107647
|
+
"inheritedFrom": {
|
|
107648
|
+
"name": "ISlottable",
|
|
107649
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107650
|
+
}
|
|
107651
|
+
},
|
|
107652
|
+
{
|
|
107653
|
+
"kind": "method",
|
|
107654
|
+
"name": "hasSlotContent",
|
|
107655
|
+
"privacy": "public",
|
|
107656
|
+
"type": "(slotName: string): boolean",
|
|
107657
|
+
"description": "Returns a boolean that indicates if a slot has content.",
|
|
107658
|
+
"parameters": [],
|
|
107659
|
+
"return": {
|
|
107660
|
+
"description": "A boolean that indicates if a slot has content."
|
|
107661
|
+
},
|
|
107662
|
+
"inheritedFrom": {
|
|
107663
|
+
"name": "ISlottable",
|
|
107664
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107665
|
+
}
|
|
107666
|
+
},
|
|
107667
|
+
{
|
|
107668
|
+
"kind": "method",
|
|
107669
|
+
"name": "hasSlot",
|
|
107670
|
+
"privacy": "public",
|
|
107671
|
+
"type": "(slotName: string): boolean",
|
|
107672
|
+
"description": "Returns a boolean that indicates if a slot exists.",
|
|
107673
|
+
"parameters": [],
|
|
107674
|
+
"return": {
|
|
107675
|
+
"description": "A boolean that indicates if a slot exists."
|
|
107676
|
+
},
|
|
107677
|
+
"inheritedFrom": {
|
|
107678
|
+
"name": "ISlottable",
|
|
107679
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
106780
107680
|
}
|
|
106781
107681
|
},
|
|
106782
107682
|
{
|
|
@@ -106900,146 +107800,61 @@
|
|
|
106900
107800
|
}
|
|
106901
107801
|
}
|
|
106902
107802
|
],
|
|
106903
|
-
"tagName": "mosaik-
|
|
107803
|
+
"tagName": "mosaik-portal",
|
|
106904
107804
|
"events": [
|
|
106905
107805
|
{
|
|
106906
|
-
"description": "
|
|
106907
|
-
"name": "
|
|
106908
|
-
"
|
|
106909
|
-
"name": "CustomElement",
|
|
106910
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106911
|
-
},
|
|
106912
|
-
"type": "CustomEvent"
|
|
107806
|
+
"description": "Fired when the portal is attached to the DOM.",
|
|
107807
|
+
"name": "portalAttached",
|
|
107808
|
+
"type": "Event"
|
|
106913
107809
|
},
|
|
106914
107810
|
{
|
|
106915
|
-
"description": "
|
|
106916
|
-
"name": "
|
|
106917
|
-
"
|
|
106918
|
-
"name": "CustomElement",
|
|
106919
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106920
|
-
},
|
|
106921
|
-
"type": "CustomEvent"
|
|
107811
|
+
"description": "Fired when the portal is detached from the DOM.",
|
|
107812
|
+
"name": "portalDetached",
|
|
107813
|
+
"type": "Event"
|
|
106922
107814
|
},
|
|
106923
107815
|
{
|
|
106924
|
-
"description": "Called when the element
|
|
106925
|
-
"name": "
|
|
107816
|
+
"description": "Called when the element is connected to the DOM.",
|
|
107817
|
+
"name": "connected",
|
|
106926
107818
|
"inheritedFrom": {
|
|
106927
107819
|
"name": "CustomElement",
|
|
106928
107820
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106929
|
-
},
|
|
106930
|
-
"type": "
|
|
106931
|
-
}
|
|
106932
|
-
],
|
|
106933
|
-
"attributes": [
|
|
106934
|
-
{
|
|
106935
|
-
"name": "verticalOffset",
|
|
106936
|
-
"fieldName": "verticalOffset",
|
|
106937
|
-
"description": "Gets or sets the `verticalOffset` property.",
|
|
106938
|
-
"type": "string",
|
|
106939
|
-
"inheritedFrom": {
|
|
106940
|
-
"name": "IPopupElementProps",
|
|
106941
|
-
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106942
|
-
}
|
|
106943
|
-
},
|
|
106944
|
-
{
|
|
106945
|
-
"name": "horizontalOffset",
|
|
106946
|
-
"fieldName": "horizontalOffset",
|
|
106947
|
-
"description": "Gets or sets the `horizontalOffset` property.",
|
|
106948
|
-
"type": "string",
|
|
106949
|
-
"inheritedFrom": {
|
|
106950
|
-
"name": "IPopupElementProps",
|
|
106951
|
-
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106952
|
-
}
|
|
106953
|
-
},
|
|
106954
|
-
{
|
|
106955
|
-
"name": "staysOpen",
|
|
106956
|
-
"fieldName": "staysOpen",
|
|
106957
|
-
"description": "Gets or sets the `staysOpen` property.",
|
|
106958
|
-
"type": "boolean",
|
|
106959
|
-
"inheritedFrom": {
|
|
106960
|
-
"name": "IPopupElementProps",
|
|
106961
|
-
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106962
|
-
}
|
|
106963
|
-
},
|
|
106964
|
-
{
|
|
106965
|
-
"name": "placement",
|
|
106966
|
-
"fieldName": "placement",
|
|
106967
|
-
"description": "Gets or sets the `placement` property.",
|
|
106968
|
-
"type": "string",
|
|
106969
|
-
"inheritedFrom": {
|
|
106970
|
-
"name": "IPopupElementProps",
|
|
106971
|
-
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106972
|
-
}
|
|
106973
|
-
},
|
|
106974
|
-
{
|
|
106975
|
-
"name": "isOpen",
|
|
106976
|
-
"fieldName": "isOpen",
|
|
106977
|
-
"description": "Gets or sets the `isOpen` property.",
|
|
106978
|
-
"type": "boolean",
|
|
106979
|
-
"inheritedFrom": {
|
|
106980
|
-
"name": "IPopupElementProps",
|
|
106981
|
-
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106982
|
-
}
|
|
106983
|
-
},
|
|
106984
|
-
{
|
|
106985
|
-
"name": "openTrigger",
|
|
106986
|
-
"fieldName": "openTrigger",
|
|
106987
|
-
"description": "Gets or sets the `openTrigger` property.",
|
|
106988
|
-
"type": "Trigger",
|
|
106989
|
-
"inheritedFrom": {
|
|
106990
|
-
"name": "IPopupElementProps",
|
|
106991
|
-
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106992
|
-
}
|
|
106993
|
-
},
|
|
106994
|
-
{
|
|
106995
|
-
"name": "appearance",
|
|
106996
|
-
"fieldName": "appearance",
|
|
106997
|
-
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
106998
|
-
"type": "Appearance",
|
|
106999
|
-
"inheritedFrom": {
|
|
107000
|
-
"name": "Appearanceable",
|
|
107001
|
-
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
107002
|
-
}
|
|
107003
|
-
},
|
|
107004
|
-
{
|
|
107005
|
-
"name": "variant",
|
|
107006
|
-
"fieldName": "variant",
|
|
107007
|
-
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
107008
|
-
"type": "Variant",
|
|
107009
|
-
"inheritedFrom": {
|
|
107010
|
-
"name": "Variantable",
|
|
107011
|
-
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
107012
|
-
}
|
|
107821
|
+
},
|
|
107822
|
+
"type": "CustomEvent"
|
|
107013
107823
|
},
|
|
107014
107824
|
{
|
|
107015
|
-
"
|
|
107016
|
-
"
|
|
107017
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
107018
|
-
"type": "boolean",
|
|
107825
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
107826
|
+
"name": "disconnected",
|
|
107019
107827
|
"inheritedFrom": {
|
|
107020
|
-
"name": "
|
|
107021
|
-
"module": "./../src/Controls/
|
|
107022
|
-
}
|
|
107828
|
+
"name": "CustomElement",
|
|
107829
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107830
|
+
},
|
|
107831
|
+
"type": "CustomEvent"
|
|
107023
107832
|
},
|
|
107024
107833
|
{
|
|
107025
|
-
"
|
|
107026
|
-
"
|
|
107027
|
-
"description": "Reflects the value of the `for` attribute, which is the ID of the element's\nassociated control.\n\nUse this when the elements's associated control is not its parent.\n\nTo manually control an element, set its `for` attribute to `\"\"`.",
|
|
107028
|
-
"type": "string | null",
|
|
107834
|
+
"description": "Called when the element will be updated.",
|
|
107835
|
+
"name": "changed",
|
|
107029
107836
|
"inheritedFrom": {
|
|
107030
|
-
"name": "
|
|
107031
|
-
"module": "./../src/Controls/
|
|
107032
|
-
}
|
|
107837
|
+
"name": "CustomElement",
|
|
107838
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107839
|
+
},
|
|
107840
|
+
"type": "Event"
|
|
107841
|
+
}
|
|
107842
|
+
],
|
|
107843
|
+
"attributes": [
|
|
107844
|
+
{
|
|
107845
|
+
"name": "isProjected",
|
|
107846
|
+
"fieldName": "isProjected",
|
|
107847
|
+
"description": "Gets or sets the `isProjected` property.",
|
|
107848
|
+
"type": "boolean"
|
|
107033
107849
|
},
|
|
107034
107850
|
{
|
|
107035
|
-
"name": "
|
|
107036
|
-
"fieldName": "
|
|
107037
|
-
"
|
|
107038
|
-
"
|
|
107039
|
-
"type": "string",
|
|
107851
|
+
"name": "destination",
|
|
107852
|
+
"fieldName": "destination",
|
|
107853
|
+
"description": "Gets or sets the `destination` property.",
|
|
107854
|
+
"type": "string | Element",
|
|
107040
107855
|
"inheritedFrom": {
|
|
107041
|
-
"name": "
|
|
107042
|
-
"module": "./../src/Controls/
|
|
107856
|
+
"name": "IPortalElementProps",
|
|
107857
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalElementProps.ts"
|
|
107043
107858
|
}
|
|
107044
107859
|
},
|
|
107045
107860
|
{
|
|
@@ -107067,33 +107882,14 @@
|
|
|
107067
107882
|
]
|
|
107068
107883
|
},
|
|
107069
107884
|
{
|
|
107070
|
-
"path": "./../src/Controls/Components/Primitives/Portal/
|
|
107071
|
-
"exports": [
|
|
107072
|
-
{
|
|
107073
|
-
"kind": "class",
|
|
107074
|
-
"description": "Represents the `Portal` class.",
|
|
107075
|
-
"name": "Portal"
|
|
107076
|
-
},
|
|
107077
|
-
{
|
|
107078
|
-
"kind": "class",
|
|
107079
|
-
"name": "LayerManager"
|
|
107080
|
-
},
|
|
107081
|
-
{
|
|
107082
|
-
"kind": "variable",
|
|
107083
|
-
"name": "PORTAL_HOST_REGISTRY",
|
|
107084
|
-
"type": "Map<string, PortalHostElement>"
|
|
107085
|
-
}
|
|
107086
|
-
]
|
|
107087
|
-
},
|
|
107088
|
-
{
|
|
107089
|
-
"path": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts",
|
|
107885
|
+
"path": "./../src/Controls/Components/Primitives/Portal/PortalHostElement.ts",
|
|
107090
107886
|
"exports": [
|
|
107091
107887
|
{
|
|
107092
107888
|
"kind": "definition",
|
|
107093
|
-
"name": "mosaik-portal",
|
|
107889
|
+
"name": "mosaik-portal-host",
|
|
107094
107890
|
"declaration": {
|
|
107095
|
-
"name": "
|
|
107096
|
-
"module": "./../src/Controls/Components/Primitives/Portal/
|
|
107891
|
+
"name": "PortalHostElement",
|
|
107892
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalHostElement.ts"
|
|
107097
107893
|
}
|
|
107098
107894
|
},
|
|
107099
107895
|
{
|
|
@@ -107103,70 +107899,38 @@
|
|
|
107103
107899
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107104
107900
|
},
|
|
107105
107901
|
"mixins": [
|
|
107902
|
+
{
|
|
107903
|
+
"name": "Themeable",
|
|
107904
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107905
|
+
},
|
|
107106
107906
|
{
|
|
107107
107907
|
"name": "Slottable",
|
|
107108
107908
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107109
107909
|
}
|
|
107110
107910
|
],
|
|
107111
|
-
"description": "
|
|
107112
|
-
"name": "
|
|
107911
|
+
"description": "PortalHostElement - A host for portals, allowing them to be rendered in a specific location in the DOM.\n This element is used to define a destination for portal.",
|
|
107912
|
+
"name": "PortalHostElement",
|
|
107113
107913
|
"members": [
|
|
107114
107914
|
{
|
|
107115
107915
|
"kind": "field",
|
|
107116
|
-
"name": "
|
|
107117
|
-
"privacy": "public",
|
|
107118
|
-
"description": "Gets or sets the `isProjected` property.",
|
|
107119
|
-
"type": "boolean"
|
|
107120
|
-
},
|
|
107121
|
-
{
|
|
107122
|
-
"kind": "field",
|
|
107123
|
-
"name": "projection",
|
|
107124
|
-
"privacy": "public",
|
|
107125
|
-
"description": "Gets the `projection` property.",
|
|
107126
|
-
"type": "PortalProjectionElement | null"
|
|
107127
|
-
},
|
|
107128
|
-
{
|
|
107129
|
-
"kind": "field",
|
|
107130
|
-
"name": "attached",
|
|
107131
|
-
"privacy": "public",
|
|
107132
|
-
"description": "Called when a projection is attached to the DOM.\nProvides reference to `IPortalAttachedEventDetail` as event argument.",
|
|
107133
|
-
"type": "IEventEmitter<IPortalAttachedEventDetail>",
|
|
107134
|
-
"inheritedFrom": {
|
|
107135
|
-
"name": "IPortalElementEvents",
|
|
107136
|
-
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
107137
|
-
}
|
|
107138
|
-
},
|
|
107139
|
-
{
|
|
107140
|
-
"kind": "field",
|
|
107141
|
-
"name": "detached",
|
|
107142
|
-
"privacy": "public",
|
|
107143
|
-
"description": "Called when a projection is detached from the DOM.\nProvides reference to `IPortalDetachedEventDetail` as event argument.",
|
|
107144
|
-
"type": "IEventEmitter<IPortalDetachedEventDetail>",
|
|
107145
|
-
"inheritedFrom": {
|
|
107146
|
-
"name": "IPortalElementEvents",
|
|
107147
|
-
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
107148
|
-
}
|
|
107149
|
-
},
|
|
107150
|
-
{
|
|
107151
|
-
"kind": "field",
|
|
107152
|
-
"name": "destination",
|
|
107916
|
+
"name": "name",
|
|
107153
107917
|
"privacy": "public",
|
|
107154
|
-
"description": "Gets or sets the `
|
|
107155
|
-
"type": "string
|
|
107918
|
+
"description": "Gets or sets the `name` property.\nThe `name` property represents the unique identifier for this portal host.",
|
|
107919
|
+
"type": "string",
|
|
107156
107920
|
"inheritedFrom": {
|
|
107157
|
-
"name": "
|
|
107158
|
-
"module": "./../src/Controls/Components/Primitives/Portal/
|
|
107921
|
+
"name": "IPortalHostElementProps",
|
|
107922
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalHostElementProps.ts"
|
|
107159
107923
|
}
|
|
107160
107924
|
},
|
|
107161
107925
|
{
|
|
107162
107926
|
"kind": "field",
|
|
107163
|
-
"name": "
|
|
107927
|
+
"name": "themeName",
|
|
107164
107928
|
"privacy": "public",
|
|
107165
|
-
"description": "Gets or sets the `
|
|
107166
|
-
"type": "
|
|
107929
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
107930
|
+
"type": "string",
|
|
107167
107931
|
"inheritedFrom": {
|
|
107168
|
-
"name": "
|
|
107169
|
-
"module": "./../src/Controls/
|
|
107932
|
+
"name": "IThemeableProps",
|
|
107933
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107170
107934
|
}
|
|
107171
107935
|
},
|
|
107172
107936
|
{
|
|
@@ -107224,22 +107988,6 @@
|
|
|
107224
107988
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107225
107989
|
}
|
|
107226
107990
|
},
|
|
107227
|
-
{
|
|
107228
|
-
"kind": "method",
|
|
107229
|
-
"name": "onSlotChanges",
|
|
107230
|
-
"privacy": "public",
|
|
107231
|
-
"type": "(slotName?: string | undefined): void",
|
|
107232
|
-
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
107233
|
-
"parameters": [
|
|
107234
|
-
{
|
|
107235
|
-
"name": "slotName",
|
|
107236
|
-
"type": "string"
|
|
107237
|
-
}
|
|
107238
|
-
],
|
|
107239
|
-
"return": {
|
|
107240
|
-
"type": "void"
|
|
107241
|
-
}
|
|
107242
|
-
},
|
|
107243
107991
|
{
|
|
107244
107992
|
"kind": "method",
|
|
107245
107993
|
"name": "assignToSlot",
|
|
@@ -107313,6 +108061,19 @@
|
|
|
107313
108061
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107314
108062
|
}
|
|
107315
108063
|
},
|
|
108064
|
+
{
|
|
108065
|
+
"kind": "method",
|
|
108066
|
+
"name": "onSlotChanges",
|
|
108067
|
+
"privacy": "public",
|
|
108068
|
+
"type": "(slotName?: string | undefined): void",
|
|
108069
|
+
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
108070
|
+
"parameters": [],
|
|
108071
|
+
"return": {},
|
|
108072
|
+
"inheritedFrom": {
|
|
108073
|
+
"name": "ISlottable",
|
|
108074
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
108075
|
+
}
|
|
108076
|
+
},
|
|
107316
108077
|
{
|
|
107317
108078
|
"kind": "method",
|
|
107318
108079
|
"name": "adoptStyle",
|
|
@@ -107434,18 +108195,8 @@
|
|
|
107434
108195
|
}
|
|
107435
108196
|
}
|
|
107436
108197
|
],
|
|
107437
|
-
"tagName": "mosaik-portal",
|
|
108198
|
+
"tagName": "mosaik-portal-host",
|
|
107438
108199
|
"events": [
|
|
107439
|
-
{
|
|
107440
|
-
"description": "Fired when the portal is attached to the DOM.",
|
|
107441
|
-
"name": "portalAttached",
|
|
107442
|
-
"type": "Event"
|
|
107443
|
-
},
|
|
107444
|
-
{
|
|
107445
|
-
"description": "Fired when the portal is detached from the DOM.",
|
|
107446
|
-
"name": "portalDetached",
|
|
107447
|
-
"type": "Event"
|
|
107448
|
-
},
|
|
107449
108200
|
{
|
|
107450
108201
|
"description": "Called when the element is connected to the DOM.",
|
|
107451
108202
|
"name": "connected",
|
|
@@ -107476,19 +108227,13 @@
|
|
|
107476
108227
|
],
|
|
107477
108228
|
"attributes": [
|
|
107478
108229
|
{
|
|
107479
|
-
"name": "
|
|
107480
|
-
"fieldName": "
|
|
107481
|
-
"description": "Gets or sets the `
|
|
107482
|
-
"type": "
|
|
107483
|
-
},
|
|
107484
|
-
{
|
|
107485
|
-
"name": "destination",
|
|
107486
|
-
"fieldName": "destination",
|
|
107487
|
-
"description": "Gets or sets the `destination` property.",
|
|
107488
|
-
"type": "string | Element",
|
|
108230
|
+
"name": "name",
|
|
108231
|
+
"fieldName": "name",
|
|
108232
|
+
"description": "Gets or sets the `name` property.\nThe `name` property represents the unique identifier for this portal host.",
|
|
108233
|
+
"type": "string",
|
|
107489
108234
|
"inheritedFrom": {
|
|
107490
|
-
"name": "
|
|
107491
|
-
"module": "./../src/Controls/Components/Primitives/Portal/
|
|
108235
|
+
"name": "IPortalHostElementProps",
|
|
108236
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalHostElementProps.ts"
|
|
107492
108237
|
}
|
|
107493
108238
|
},
|
|
107494
108239
|
{
|
|
@@ -107516,55 +108261,128 @@
|
|
|
107516
108261
|
]
|
|
107517
108262
|
},
|
|
107518
108263
|
{
|
|
107519
|
-
"path": "./../src/Controls/Components/Primitives/Portal/
|
|
108264
|
+
"path": "./../src/Controls/Components/Primitives/Portal/PortalProjectionElement.ts",
|
|
107520
108265
|
"exports": [
|
|
107521
108266
|
{
|
|
107522
108267
|
"kind": "definition",
|
|
107523
|
-
"name": "mosaik-portal-
|
|
108268
|
+
"name": "mosaik-portal-projection",
|
|
107524
108269
|
"declaration": {
|
|
107525
|
-
"name": "
|
|
107526
|
-
"module": "./../src/Controls/Components/Primitives/Portal/
|
|
108270
|
+
"name": "PortalProjectionElement",
|
|
108271
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalProjectionElement.ts"
|
|
107527
108272
|
}
|
|
107528
108273
|
},
|
|
107529
108274
|
{
|
|
107530
108275
|
"kind": "class",
|
|
107531
108276
|
"superclass": {
|
|
107532
|
-
"name": "
|
|
107533
|
-
"module": "./../src/Controls/Components/Abstracts/
|
|
108277
|
+
"name": "OverlayElement",
|
|
108278
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
107534
108279
|
},
|
|
107535
108280
|
"mixins": [
|
|
107536
108281
|
{
|
|
107537
|
-
"name": "Themeable",
|
|
107538
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
108282
|
+
"name": "Themeable",
|
|
108283
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
108284
|
+
},
|
|
108285
|
+
{
|
|
108286
|
+
"name": "Slottable",
|
|
108287
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
108288
|
+
}
|
|
108289
|
+
],
|
|
108290
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108291
|
+
"name": "PortalProjectionElement",
|
|
108292
|
+
"members": [
|
|
108293
|
+
{
|
|
108294
|
+
"kind": "field",
|
|
108295
|
+
"name": "portal",
|
|
108296
|
+
"privacy": "public",
|
|
108297
|
+
"description": "Returns the portal assigned to this projection.",
|
|
108298
|
+
"type": "PortalElement"
|
|
108299
|
+
},
|
|
108300
|
+
{
|
|
108301
|
+
"kind": "field",
|
|
108302
|
+
"name": "themeName",
|
|
108303
|
+
"privacy": "public",
|
|
108304
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
108305
|
+
"type": "string",
|
|
108306
|
+
"inheritedFrom": {
|
|
108307
|
+
"name": "IThemeableProps",
|
|
108308
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
108309
|
+
}
|
|
108310
|
+
},
|
|
108311
|
+
{
|
|
108312
|
+
"kind": "field",
|
|
108313
|
+
"name": "isOpen",
|
|
108314
|
+
"privacy": "public",
|
|
108315
|
+
"description": "Gets or sets the `isOpen` property.",
|
|
108316
|
+
"type": "boolean",
|
|
108317
|
+
"inheritedFrom": {
|
|
108318
|
+
"name": "IOverlayElementProps",
|
|
108319
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108320
|
+
}
|
|
108321
|
+
},
|
|
108322
|
+
{
|
|
108323
|
+
"kind": "field",
|
|
108324
|
+
"name": "hasBackdrop",
|
|
108325
|
+
"privacy": "public",
|
|
108326
|
+
"description": "Gets or sets the `hasBackdrop` property.",
|
|
108327
|
+
"type": "boolean",
|
|
108328
|
+
"inheritedFrom": {
|
|
108329
|
+
"name": "IOverlayElementProps",
|
|
108330
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108331
|
+
}
|
|
108332
|
+
},
|
|
108333
|
+
{
|
|
108334
|
+
"kind": "field",
|
|
108335
|
+
"name": "pressEscapeToClose",
|
|
108336
|
+
"privacy": "public",
|
|
108337
|
+
"description": "Gets or sets the `pressEscapeToClose` property.",
|
|
108338
|
+
"type": "boolean",
|
|
108339
|
+
"inheritedFrom": {
|
|
108340
|
+
"name": "IOverlayElementProps",
|
|
108341
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108342
|
+
}
|
|
107539
108343
|
},
|
|
107540
108344
|
{
|
|
107541
|
-
"
|
|
107542
|
-
"
|
|
107543
|
-
|
|
107544
|
-
|
|
107545
|
-
|
|
107546
|
-
|
|
107547
|
-
|
|
108345
|
+
"kind": "field",
|
|
108346
|
+
"name": "clickOutsideToClose",
|
|
108347
|
+
"privacy": "public",
|
|
108348
|
+
"description": "Gets or sets the `clickOutsideToClose` property.",
|
|
108349
|
+
"type": "boolean",
|
|
108350
|
+
"inheritedFrom": {
|
|
108351
|
+
"name": "IOverlayElementProps",
|
|
108352
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108353
|
+
}
|
|
108354
|
+
},
|
|
107548
108355
|
{
|
|
107549
108356
|
"kind": "field",
|
|
107550
|
-
"name": "
|
|
108357
|
+
"name": "opened",
|
|
107551
108358
|
"privacy": "public",
|
|
107552
|
-
"description": "
|
|
107553
|
-
"type": "
|
|
108359
|
+
"description": "Called when the `open` method is called.\nProvides reference to the `ICancelEventDetail` as event argument.",
|
|
108360
|
+
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
107554
108361
|
"inheritedFrom": {
|
|
107555
|
-
"name": "
|
|
107556
|
-
"module": "./../src/Controls/
|
|
108362
|
+
"name": "IOpenableEvents",
|
|
108363
|
+
"module": "./../src/Controls/Behaviors/Openable.ts"
|
|
107557
108364
|
}
|
|
107558
108365
|
},
|
|
107559
108366
|
{
|
|
107560
108367
|
"kind": "field",
|
|
107561
|
-
"name": "
|
|
108368
|
+
"name": "closeable",
|
|
107562
108369
|
"privacy": "public",
|
|
107563
|
-
"description": "Gets or sets the `
|
|
107564
|
-
"type": "
|
|
108370
|
+
"description": "Gets or sets the `closeable` property.\nThe default value is `false`, which means the element is not closeable.",
|
|
108371
|
+
"type": "boolean",
|
|
107565
108372
|
"inheritedFrom": {
|
|
107566
|
-
"name": "
|
|
107567
|
-
"module": "./../src/Controls/Behaviors/
|
|
108373
|
+
"name": "Closeable",
|
|
108374
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
108375
|
+
}
|
|
108376
|
+
},
|
|
108377
|
+
{
|
|
108378
|
+
"kind": "field",
|
|
108379
|
+
"name": "closed",
|
|
108380
|
+
"privacy": "public",
|
|
108381
|
+
"description": "Called when the `close` method is called.\nProvides reference to the `ICancelEventDetail` as event argument.",
|
|
108382
|
+
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
108383
|
+
"inheritedFrom": {
|
|
108384
|
+
"name": "ICloseableEvents",
|
|
108385
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
107568
108386
|
}
|
|
107569
108387
|
},
|
|
107570
108388
|
{
|
|
@@ -107622,6 +108440,23 @@
|
|
|
107622
108440
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107623
108441
|
}
|
|
107624
108442
|
},
|
|
108443
|
+
{
|
|
108444
|
+
"kind": "method",
|
|
108445
|
+
"name": "assign",
|
|
108446
|
+
"privacy": "public",
|
|
108447
|
+
"type": "(portal: PortalElement): void",
|
|
108448
|
+
"description": "Assigns the portal to this projection.",
|
|
108449
|
+
"parameters": [
|
|
108450
|
+
{
|
|
108451
|
+
"name": "portal",
|
|
108452
|
+
"type": "PortalElement",
|
|
108453
|
+
"description": "The portal element to assign."
|
|
108454
|
+
}
|
|
108455
|
+
],
|
|
108456
|
+
"return": {
|
|
108457
|
+
"type": "void"
|
|
108458
|
+
}
|
|
108459
|
+
},
|
|
107625
108460
|
{
|
|
107626
108461
|
"kind": "method",
|
|
107627
108462
|
"name": "assignToSlot",
|
|
@@ -107708,6 +108543,36 @@
|
|
|
107708
108543
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107709
108544
|
}
|
|
107710
108545
|
},
|
|
108546
|
+
{
|
|
108547
|
+
"kind": "method",
|
|
108548
|
+
"name": "open",
|
|
108549
|
+
"privacy": "public",
|
|
108550
|
+
"type": "(): Promise<void>",
|
|
108551
|
+
"description": "Opens the `OverlayElement`.",
|
|
108552
|
+
"parameters": [],
|
|
108553
|
+
"return": {
|
|
108554
|
+
"type": "Promise<void>"
|
|
108555
|
+
},
|
|
108556
|
+
"inheritedFrom": {
|
|
108557
|
+
"name": "OverlayElement",
|
|
108558
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108559
|
+
}
|
|
108560
|
+
},
|
|
108561
|
+
{
|
|
108562
|
+
"kind": "method",
|
|
108563
|
+
"name": "close",
|
|
108564
|
+
"privacy": "public",
|
|
108565
|
+
"type": "(): Promise<boolean>",
|
|
108566
|
+
"description": "Closes the `OverlayElement`.",
|
|
108567
|
+
"parameters": [],
|
|
108568
|
+
"return": {
|
|
108569
|
+
"type": "Promise<boolean>"
|
|
108570
|
+
},
|
|
108571
|
+
"inheritedFrom": {
|
|
108572
|
+
"name": "OverlayElement",
|
|
108573
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108574
|
+
}
|
|
108575
|
+
},
|
|
107711
108576
|
{
|
|
107712
108577
|
"kind": "method",
|
|
107713
108578
|
"name": "adoptStyle",
|
|
@@ -107829,8 +108694,26 @@
|
|
|
107829
108694
|
}
|
|
107830
108695
|
}
|
|
107831
108696
|
],
|
|
107832
|
-
"tagName": "mosaik-portal-
|
|
108697
|
+
"tagName": "mosaik-portal-projection",
|
|
107833
108698
|
"events": [
|
|
108699
|
+
{
|
|
108700
|
+
"description": "Dispatched when the `OverlayElement` is closed.",
|
|
108701
|
+
"name": "closed",
|
|
108702
|
+
"inheritedFrom": {
|
|
108703
|
+
"name": "OverlayElement",
|
|
108704
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108705
|
+
},
|
|
108706
|
+
"type": "Event"
|
|
108707
|
+
},
|
|
108708
|
+
{
|
|
108709
|
+
"description": "Dispatched when the `OverlayElement` is opened.",
|
|
108710
|
+
"name": "opened",
|
|
108711
|
+
"inheritedFrom": {
|
|
108712
|
+
"name": "OverlayElement",
|
|
108713
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108714
|
+
},
|
|
108715
|
+
"type": "CustomEvent"
|
|
108716
|
+
},
|
|
107834
108717
|
{
|
|
107835
108718
|
"description": "Called when the element is connected to the DOM.",
|
|
107836
108719
|
"name": "connected",
|
|
@@ -107850,44 +108733,173 @@
|
|
|
107850
108733
|
"type": "CustomEvent"
|
|
107851
108734
|
},
|
|
107852
108735
|
{
|
|
107853
|
-
"description": "Called when the element will be updated.",
|
|
107854
|
-
"name": "changed",
|
|
107855
|
-
"inheritedFrom": {
|
|
107856
|
-
"name": "CustomElement",
|
|
107857
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108736
|
+
"description": "Called when the element will be updated.",
|
|
108737
|
+
"name": "changed",
|
|
108738
|
+
"inheritedFrom": {
|
|
108739
|
+
"name": "CustomElement",
|
|
108740
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108741
|
+
},
|
|
108742
|
+
"type": "Event"
|
|
108743
|
+
}
|
|
108744
|
+
],
|
|
108745
|
+
"attributes": [
|
|
108746
|
+
{
|
|
108747
|
+
"name": "isOpen",
|
|
108748
|
+
"fieldName": "isOpen",
|
|
108749
|
+
"description": "Gets or sets the `isOpen` property.",
|
|
108750
|
+
"type": "boolean",
|
|
108751
|
+
"inheritedFrom": {
|
|
108752
|
+
"name": "IOverlayElementProps",
|
|
108753
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108754
|
+
}
|
|
108755
|
+
},
|
|
108756
|
+
{
|
|
108757
|
+
"name": "hasBackdrop",
|
|
108758
|
+
"fieldName": "hasBackdrop",
|
|
108759
|
+
"description": "Gets or sets the `hasBackdrop` property.",
|
|
108760
|
+
"type": "boolean",
|
|
108761
|
+
"inheritedFrom": {
|
|
108762
|
+
"name": "IOverlayElementProps",
|
|
108763
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108764
|
+
}
|
|
108765
|
+
},
|
|
108766
|
+
{
|
|
108767
|
+
"name": "pressEscapeToClose",
|
|
108768
|
+
"fieldName": "pressEscapeToClose",
|
|
108769
|
+
"description": "Gets or sets the `pressEscapeToClose` property.",
|
|
108770
|
+
"type": "boolean",
|
|
108771
|
+
"inheritedFrom": {
|
|
108772
|
+
"name": "IOverlayElementProps",
|
|
108773
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108774
|
+
}
|
|
108775
|
+
},
|
|
108776
|
+
{
|
|
108777
|
+
"name": "clickOutsideToClose",
|
|
108778
|
+
"fieldName": "clickOutsideToClose",
|
|
108779
|
+
"description": "Gets or sets the `clickOutsideToClose` property.",
|
|
108780
|
+
"type": "boolean",
|
|
108781
|
+
"inheritedFrom": {
|
|
108782
|
+
"name": "IOverlayElementProps",
|
|
108783
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108784
|
+
}
|
|
108785
|
+
},
|
|
108786
|
+
{
|
|
108787
|
+
"name": "closeable",
|
|
108788
|
+
"fieldName": "closeable",
|
|
108789
|
+
"description": "Gets or sets the `closeable` property.\nThe default value is `false`, which means the element is not closeable.",
|
|
108790
|
+
"type": "boolean",
|
|
108791
|
+
"inheritedFrom": {
|
|
108792
|
+
"name": "Closeable",
|
|
108793
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
108794
|
+
}
|
|
108795
|
+
},
|
|
108796
|
+
{
|
|
108797
|
+
"name": "dir",
|
|
108798
|
+
"fieldName": "dir",
|
|
108799
|
+
"description": "Gets or sets the `dir` property.",
|
|
108800
|
+
"type": "FlowDirection",
|
|
108801
|
+
"inheritedFrom": {
|
|
108802
|
+
"name": "CustomElement",
|
|
108803
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108804
|
+
}
|
|
108805
|
+
},
|
|
108806
|
+
{
|
|
108807
|
+
"name": "lang",
|
|
108808
|
+
"fieldName": "lang",
|
|
108809
|
+
"description": "Gets or sets the `lang` property.",
|
|
108810
|
+
"type": "string",
|
|
108811
|
+
"inheritedFrom": {
|
|
108812
|
+
"name": "CustomElement",
|
|
108813
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108814
|
+
}
|
|
108815
|
+
}
|
|
108816
|
+
]
|
|
108817
|
+
}
|
|
108818
|
+
]
|
|
108819
|
+
},
|
|
108820
|
+
{
|
|
108821
|
+
"path": "./../src/Controls/Components/Primitives/Portal/ProjectionController.ts",
|
|
108822
|
+
"exports": [
|
|
108823
|
+
{
|
|
108824
|
+
"kind": "class",
|
|
108825
|
+
"superclass": {
|
|
108826
|
+
"name": "ControllerBase",
|
|
108827
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
108828
|
+
},
|
|
108829
|
+
"description": "A controller that observes content projected into a slot in the host,\nremoves the DOM nodes from the host, and transfers them into a render target\ninside a portal component.",
|
|
108830
|
+
"name": "ProjectionController",
|
|
108831
|
+
"members": [
|
|
108832
|
+
{
|
|
108833
|
+
"kind": "field",
|
|
108834
|
+
"name": "elements",
|
|
108835
|
+
"privacy": "public",
|
|
108836
|
+
"description": "Returns projected elements.",
|
|
108837
|
+
"type": "HTMLElement[]"
|
|
108838
|
+
},
|
|
108839
|
+
{
|
|
108840
|
+
"kind": "method",
|
|
108841
|
+
"name": "hostFirstUpdated",
|
|
108842
|
+
"privacy": "public",
|
|
108843
|
+
"type": "(): void",
|
|
108844
|
+
"parameters": [],
|
|
108845
|
+
"return": {
|
|
108846
|
+
"type": "void"
|
|
108847
|
+
}
|
|
108848
|
+
},
|
|
108849
|
+
{
|
|
108850
|
+
"kind": "method",
|
|
108851
|
+
"name": "hostDisconnected",
|
|
108852
|
+
"privacy": "public",
|
|
108853
|
+
"type": "(): void",
|
|
108854
|
+
"description": "Called when the host is disconnected from the component tree. For custom\nelement hosts, this corresponds to the `disconnectedCallback()` lifecycle,\nwhich is called the host or an ancestor component is disconnected from the\ndocument.",
|
|
108855
|
+
"parameters": [],
|
|
108856
|
+
"return": {
|
|
108857
|
+
"type": "void"
|
|
108858
|
+
}
|
|
108859
|
+
},
|
|
108860
|
+
{
|
|
108861
|
+
"kind": "method",
|
|
108862
|
+
"name": "hostConnected",
|
|
108863
|
+
"privacy": "public",
|
|
108864
|
+
"type": "(): void",
|
|
108865
|
+
"description": "Called when the host is connected to the component tree. For custom\nelement hosts, this corresponds to the `connectedCallback()` lifecycle,\nwhich is only called when the component is connected to the document.",
|
|
108866
|
+
"parameters": [],
|
|
108867
|
+
"return": {
|
|
108868
|
+
"type": "void"
|
|
107858
108869
|
},
|
|
107859
|
-
"type": "Event"
|
|
107860
|
-
}
|
|
107861
|
-
],
|
|
107862
|
-
"attributes": [
|
|
107863
|
-
{
|
|
107864
|
-
"name": "name",
|
|
107865
|
-
"fieldName": "name",
|
|
107866
|
-
"description": "Gets or sets the `name` property.\nThe `name` property represents the unique identifier for this portal host.",
|
|
107867
|
-
"type": "string",
|
|
107868
108870
|
"inheritedFrom": {
|
|
107869
|
-
"name": "
|
|
107870
|
-
"module": "./../src/Controls/
|
|
108871
|
+
"name": "ControllerBase",
|
|
108872
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
107871
108873
|
}
|
|
107872
108874
|
},
|
|
107873
108875
|
{
|
|
107874
|
-
"
|
|
107875
|
-
"
|
|
107876
|
-
"
|
|
107877
|
-
"type": "
|
|
108876
|
+
"kind": "method",
|
|
108877
|
+
"name": "hostUpdate",
|
|
108878
|
+
"privacy": "public",
|
|
108879
|
+
"type": "(): void",
|
|
108880
|
+
"description": "Called during the client-side host update, just before the host calls\nits own update.\n\nCode in `update()` can depend on the DOM as it is not called in\nserver-side rendering.",
|
|
108881
|
+
"parameters": [],
|
|
108882
|
+
"return": {
|
|
108883
|
+
"type": "void"
|
|
108884
|
+
},
|
|
107878
108885
|
"inheritedFrom": {
|
|
107879
|
-
"name": "
|
|
107880
|
-
"module": "./../src/Controls/
|
|
108886
|
+
"name": "ControllerBase",
|
|
108887
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
107881
108888
|
}
|
|
107882
108889
|
},
|
|
107883
108890
|
{
|
|
107884
|
-
"
|
|
107885
|
-
"
|
|
107886
|
-
"
|
|
107887
|
-
"type": "
|
|
108891
|
+
"kind": "method",
|
|
108892
|
+
"name": "hostUpdated",
|
|
108893
|
+
"privacy": "public",
|
|
108894
|
+
"type": "(): void",
|
|
108895
|
+
"description": "Called after a host update, just before the host calls firstUpdated and\nupdated. It is not called in server-side rendering.",
|
|
108896
|
+
"parameters": [],
|
|
108897
|
+
"return": {
|
|
108898
|
+
"type": "void"
|
|
108899
|
+
},
|
|
107888
108900
|
"inheritedFrom": {
|
|
107889
|
-
"name": "
|
|
107890
|
-
"module": "./../src/Controls/
|
|
108901
|
+
"name": "ControllerBase",
|
|
108902
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
107891
108903
|
}
|
|
107892
108904
|
}
|
|
107893
108905
|
]
|
|
@@ -107895,21 +108907,21 @@
|
|
|
107895
108907
|
]
|
|
107896
108908
|
},
|
|
107897
108909
|
{
|
|
107898
|
-
"path": "./../src/Controls/Components/Primitives/
|
|
108910
|
+
"path": "./../src/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.ts",
|
|
107899
108911
|
"exports": [
|
|
107900
108912
|
{
|
|
107901
108913
|
"kind": "definition",
|
|
107902
|
-
"name": "mosaik-
|
|
108914
|
+
"name": "mosaik-resize-thumb",
|
|
107903
108915
|
"declaration": {
|
|
107904
|
-
"name": "
|
|
107905
|
-
"module": "./../src/Controls/Components/Primitives/
|
|
108916
|
+
"name": "ResizeThumbElement",
|
|
108917
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.ts"
|
|
107906
108918
|
}
|
|
107907
108919
|
},
|
|
107908
108920
|
{
|
|
107909
108921
|
"kind": "class",
|
|
107910
108922
|
"superclass": {
|
|
107911
|
-
"name": "
|
|
107912
|
-
"module": "./../src/Controls/Components/
|
|
108923
|
+
"name": "CustomElement",
|
|
108924
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107913
108925
|
},
|
|
107914
108926
|
"mixins": [
|
|
107915
108927
|
{
|
|
@@ -107917,294 +108929,245 @@
|
|
|
107917
108929
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107918
108930
|
},
|
|
107919
108931
|
{
|
|
107920
|
-
"name": "
|
|
107921
|
-
"module": "./../src/Controls/Behaviors/
|
|
108932
|
+
"name": "Disableable",
|
|
108933
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
108934
|
+
},
|
|
108935
|
+
{
|
|
108936
|
+
"name": "Attachable",
|
|
108937
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107922
108938
|
}
|
|
107923
108939
|
],
|
|
107924
|
-
"description": "
|
|
107925
|
-
"name": "
|
|
108940
|
+
"description": "ResizeThumb - A primitive element that provides resize handle functionality.",
|
|
108941
|
+
"name": "ResizeThumbElement",
|
|
107926
108942
|
"members": [
|
|
107927
108943
|
{
|
|
107928
108944
|
"kind": "field",
|
|
107929
|
-
"name": "
|
|
108945
|
+
"name": "isResizing",
|
|
107930
108946
|
"privacy": "public",
|
|
107931
|
-
"description": "
|
|
107932
|
-
"type": "
|
|
108947
|
+
"description": "Gets whether a resize operation is currently in progress.",
|
|
108948
|
+
"type": "boolean"
|
|
107933
108949
|
},
|
|
107934
108950
|
{
|
|
107935
108951
|
"kind": "field",
|
|
107936
|
-
"name": "
|
|
108952
|
+
"name": "resizeStart",
|
|
107937
108953
|
"privacy": "public",
|
|
107938
|
-
"description": "
|
|
107939
|
-
"type": "
|
|
107940
|
-
"inheritedFrom": {
|
|
107941
|
-
"name": "IThemeableProps",
|
|
107942
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107943
|
-
}
|
|
108954
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108955
|
+
"type": "IEventEmitter<IResizeThumbResizeStartEventDetail>"
|
|
107944
108956
|
},
|
|
107945
108957
|
{
|
|
107946
108958
|
"kind": "field",
|
|
107947
|
-
"name": "
|
|
108959
|
+
"name": "resizing",
|
|
107948
108960
|
"privacy": "public",
|
|
107949
|
-
"description": "
|
|
107950
|
-
"type": "
|
|
107951
|
-
"inheritedFrom": {
|
|
107952
|
-
"name": "IOverlayElementProps",
|
|
107953
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
107954
|
-
}
|
|
108961
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108962
|
+
"type": "IEventEmitter<IResizeThumbResizingEventDetail>"
|
|
107955
108963
|
},
|
|
107956
108964
|
{
|
|
107957
108965
|
"kind": "field",
|
|
107958
|
-
"name": "
|
|
108966
|
+
"name": "resizeEnd",
|
|
107959
108967
|
"privacy": "public",
|
|
107960
|
-
"description": "
|
|
107961
|
-
"type": "
|
|
107962
|
-
"inheritedFrom": {
|
|
107963
|
-
"name": "IOverlayElementProps",
|
|
107964
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
107965
|
-
}
|
|
108968
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108969
|
+
"type": "IEventEmitter<IResizeThumbResizeEndEventDetail>"
|
|
107966
108970
|
},
|
|
107967
108971
|
{
|
|
107968
108972
|
"kind": "field",
|
|
107969
|
-
"name": "
|
|
108973
|
+
"name": "direction",
|
|
107970
108974
|
"privacy": "public",
|
|
107971
|
-
"description": "Gets or sets the `
|
|
107972
|
-
"type": "
|
|
108975
|
+
"description": "Gets or sets the resize `direction`.\n\nDetermines which direction this resize thumb represents.\nThe cursor style is automatically updated based on this direction.",
|
|
108976
|
+
"type": "ResizeDirection",
|
|
107973
108977
|
"inheritedFrom": {
|
|
107974
|
-
"name": "
|
|
107975
|
-
"module": "./../src/Controls/Components/
|
|
108978
|
+
"name": "IResizeThumbElementProps",
|
|
108979
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
107976
108980
|
}
|
|
107977
108981
|
},
|
|
107978
108982
|
{
|
|
107979
108983
|
"kind": "field",
|
|
107980
|
-
"name": "
|
|
108984
|
+
"name": "allowedDirections",
|
|
107981
108985
|
"privacy": "public",
|
|
107982
|
-
"description": "Gets or sets the `
|
|
107983
|
-
"type": "
|
|
108986
|
+
"description": "Gets or sets the `allowedDirections` array.\n\nWhen set, only the specified directions are permitted for resizing.\nIf the current direction is not in the allowed list, resize operations\nwill be blocked.",
|
|
108987
|
+
"type": "readonly ResizeDirection[]",
|
|
107984
108988
|
"inheritedFrom": {
|
|
107985
|
-
"name": "
|
|
107986
|
-
"module": "./../src/Controls/Components/
|
|
108989
|
+
"name": "IResizeThumbElementProps",
|
|
108990
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
107987
108991
|
}
|
|
107988
108992
|
},
|
|
107989
108993
|
{
|
|
107990
108994
|
"kind": "field",
|
|
107991
|
-
"name": "
|
|
108995
|
+
"name": "minWidth",
|
|
107992
108996
|
"privacy": "public",
|
|
107993
|
-
"description": "
|
|
107994
|
-
"type": "
|
|
108997
|
+
"description": "Gets or sets the minimum width the control can be resized to.",
|
|
108998
|
+
"type": "number",
|
|
107995
108999
|
"inheritedFrom": {
|
|
107996
|
-
"name": "
|
|
107997
|
-
"module": "./../src/Controls/
|
|
109000
|
+
"name": "IResizeThumbElementProps",
|
|
109001
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
107998
109002
|
}
|
|
107999
109003
|
},
|
|
108000
109004
|
{
|
|
108001
109005
|
"kind": "field",
|
|
108002
|
-
"name": "
|
|
109006
|
+
"name": "minHeight",
|
|
108003
109007
|
"privacy": "public",
|
|
108004
|
-
"description": "Gets or sets the
|
|
108005
|
-
"type": "
|
|
109008
|
+
"description": "Gets or sets the minimum height the control can be resized to.",
|
|
109009
|
+
"type": "number",
|
|
108006
109010
|
"inheritedFrom": {
|
|
108007
|
-
"name": "
|
|
108008
|
-
"module": "./../src/Controls/
|
|
109011
|
+
"name": "IResizeThumbElementProps",
|
|
109012
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108009
109013
|
}
|
|
108010
109014
|
},
|
|
108011
109015
|
{
|
|
108012
109016
|
"kind": "field",
|
|
108013
|
-
"name": "
|
|
109017
|
+
"name": "maxWidth",
|
|
108014
109018
|
"privacy": "public",
|
|
108015
|
-
"description": "
|
|
108016
|
-
"type": "
|
|
109019
|
+
"description": "Gets or sets the maximum width the control can be resized to.",
|
|
109020
|
+
"type": "number",
|
|
108017
109021
|
"inheritedFrom": {
|
|
108018
|
-
"name": "
|
|
108019
|
-
"module": "./../src/Controls/
|
|
109022
|
+
"name": "IResizeThumbElementProps",
|
|
109023
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108020
109024
|
}
|
|
108021
109025
|
},
|
|
108022
109026
|
{
|
|
108023
109027
|
"kind": "field",
|
|
108024
|
-
"name": "
|
|
109028
|
+
"name": "maxHeight",
|
|
108025
109029
|
"privacy": "public",
|
|
108026
|
-
"description": "Gets or sets the
|
|
108027
|
-
"type": "
|
|
109030
|
+
"description": "Gets or sets the maximum height the control can be resized to.",
|
|
109031
|
+
"type": "number",
|
|
108028
109032
|
"inheritedFrom": {
|
|
108029
|
-
"name": "
|
|
108030
|
-
"module": "./../src/Controls/Components/
|
|
109033
|
+
"name": "IResizeThumbElementProps",
|
|
109034
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108031
109035
|
}
|
|
108032
109036
|
},
|
|
108033
109037
|
{
|
|
108034
109038
|
"kind": "field",
|
|
108035
|
-
"name": "
|
|
109039
|
+
"name": "autoApply",
|
|
108036
109040
|
"privacy": "public",
|
|
108037
|
-
"description": "Gets or sets the
|
|
108038
|
-
"type": "
|
|
109041
|
+
"description": "Gets or sets whether resize changes are automatically applied to the control element.\nIf false, only events are emitted and the control is responsible for applying changes.\nDefaults to true.",
|
|
109042
|
+
"type": "boolean",
|
|
108039
109043
|
"inheritedFrom": {
|
|
108040
|
-
"name": "
|
|
108041
|
-
"module": "./../src/Controls/Components/
|
|
109044
|
+
"name": "IResizeThumbElementProps",
|
|
109045
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108042
109046
|
}
|
|
108043
109047
|
},
|
|
108044
109048
|
{
|
|
108045
109049
|
"kind": "field",
|
|
108046
|
-
"name": "
|
|
109050
|
+
"name": "themeName",
|
|
108047
109051
|
"privacy": "public",
|
|
108048
|
-
"description": "
|
|
108049
|
-
"type": "
|
|
109052
|
+
"description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
|
|
109053
|
+
"type": "string",
|
|
108050
109054
|
"inheritedFrom": {
|
|
108051
|
-
"name": "
|
|
108052
|
-
"module": "./../src/Controls/
|
|
109055
|
+
"name": "IThemeableProps",
|
|
109056
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
108053
109057
|
}
|
|
108054
109058
|
},
|
|
108055
109059
|
{
|
|
108056
109060
|
"kind": "field",
|
|
108057
|
-
"name": "
|
|
109061
|
+
"name": "disabled",
|
|
108058
109062
|
"privacy": "public",
|
|
108059
|
-
"description": "
|
|
108060
|
-
"type": "
|
|
109063
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
109064
|
+
"type": "boolean",
|
|
108061
109065
|
"inheritedFrom": {
|
|
108062
|
-
"name": "
|
|
108063
|
-
"module": "./../src/Controls/
|
|
109066
|
+
"name": "Disableable",
|
|
109067
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
108064
109068
|
}
|
|
108065
109069
|
},
|
|
108066
109070
|
{
|
|
108067
109071
|
"kind": "field",
|
|
108068
|
-
"name": "
|
|
109072
|
+
"name": "for",
|
|
108069
109073
|
"privacy": "public",
|
|
108070
|
-
"description": "
|
|
108071
|
-
"type": "
|
|
109074
|
+
"description": "Reflects the value of the `for` attribute, which is the ID of the element's\nassociated control.\n\nUse this when the elements's associated control is not its parent.\n\nTo manually control an element, set its `for` attribute to `\"\"`.",
|
|
109075
|
+
"type": "string | null",
|
|
108072
109076
|
"inheritedFrom": {
|
|
108073
|
-
"name": "
|
|
108074
|
-
"module": "./../src/Controls/
|
|
108075
|
-
}
|
|
108076
|
-
},
|
|
108077
|
-
{
|
|
108078
|
-
"kind": "method",
|
|
108079
|
-
"name": "assign",
|
|
108080
|
-
"privacy": "public",
|
|
108081
|
-
"type": "(portal: PortalElement): void",
|
|
108082
|
-
"description": "Assigns the portal to this projection.",
|
|
108083
|
-
"parameters": [
|
|
108084
|
-
{
|
|
108085
|
-
"name": "portal",
|
|
108086
|
-
"type": "PortalElement",
|
|
108087
|
-
"description": "The portal element to assign."
|
|
108088
|
-
}
|
|
108089
|
-
],
|
|
108090
|
-
"return": {
|
|
108091
|
-
"type": "void"
|
|
109077
|
+
"name": "Attachable",
|
|
109078
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108092
109079
|
}
|
|
108093
109080
|
},
|
|
108094
109081
|
{
|
|
108095
|
-
"kind": "
|
|
108096
|
-
"name": "
|
|
109082
|
+
"kind": "field",
|
|
109083
|
+
"name": "control",
|
|
108097
109084
|
"privacy": "public",
|
|
108098
|
-
"
|
|
108099
|
-
"
|
|
108100
|
-
"parameters": [],
|
|
108101
|
-
"return": {},
|
|
109085
|
+
"description": "The element that controls the visibility of the attachable element. It is\none of:\n\n- The control referenced by the `for` attribute.\n- The control provided to `element.attach(control)`\n- The element's parent.\n- `null` if the element is not controlled.",
|
|
109086
|
+
"type": "HTMLElement | null",
|
|
108102
109087
|
"inheritedFrom": {
|
|
108103
|
-
"name": "
|
|
108104
|
-
"module": "./../src/Controls/Behaviors/
|
|
109088
|
+
"name": "Attachable",
|
|
109089
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108105
109090
|
}
|
|
108106
109091
|
},
|
|
108107
109092
|
{
|
|
108108
|
-
"kind": "
|
|
108109
|
-
"name": "
|
|
109093
|
+
"kind": "field",
|
|
109094
|
+
"name": "dir",
|
|
108110
109095
|
"privacy": "public",
|
|
108111
|
-
"
|
|
108112
|
-
"
|
|
108113
|
-
"parameters": [],
|
|
108114
|
-
"return": {
|
|
108115
|
-
"description": "The assigned elements of a slot."
|
|
108116
|
-
},
|
|
109096
|
+
"description": "Gets or sets the `dir` property.",
|
|
109097
|
+
"type": "FlowDirection",
|
|
108117
109098
|
"inheritedFrom": {
|
|
108118
|
-
"name": "
|
|
108119
|
-
"module": "./../src/Controls/
|
|
109099
|
+
"name": "CustomElement",
|
|
109100
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108120
109101
|
}
|
|
108121
109102
|
},
|
|
108122
109103
|
{
|
|
108123
|
-
"kind": "
|
|
108124
|
-
"name": "
|
|
109104
|
+
"kind": "field",
|
|
109105
|
+
"name": "lang",
|
|
108125
109106
|
"privacy": "public",
|
|
108126
|
-
"
|
|
108127
|
-
"
|
|
108128
|
-
"parameters": [],
|
|
108129
|
-
"return": {
|
|
108130
|
-
"description": "The assigned elements of a slot."
|
|
108131
|
-
},
|
|
109107
|
+
"description": "Gets or sets the `lang` property.",
|
|
109108
|
+
"type": "string",
|
|
108132
109109
|
"inheritedFrom": {
|
|
108133
|
-
"name": "
|
|
108134
|
-
"module": "./../src/Controls/
|
|
109110
|
+
"name": "CustomElement",
|
|
109111
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108135
109112
|
}
|
|
108136
109113
|
},
|
|
108137
|
-
{
|
|
108138
|
-
"kind": "
|
|
108139
|
-
"name": "
|
|
108140
|
-
"privacy": "public",
|
|
108141
|
-
"
|
|
108142
|
-
"
|
|
108143
|
-
"parameters": [],
|
|
108144
|
-
"return": {
|
|
108145
|
-
"description": "A boolean that indicates if a slot has content."
|
|
108146
|
-
},
|
|
109114
|
+
{
|
|
109115
|
+
"kind": "field",
|
|
109116
|
+
"name": "changed",
|
|
109117
|
+
"privacy": "public",
|
|
109118
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
109119
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
108147
109120
|
"inheritedFrom": {
|
|
108148
|
-
"name": "
|
|
108149
|
-
"module": "./../src/Controls/
|
|
109121
|
+
"name": "ICustomElementEvents",
|
|
109122
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
108150
109123
|
}
|
|
108151
109124
|
},
|
|
108152
109125
|
{
|
|
108153
|
-
"kind": "
|
|
108154
|
-
"name": "
|
|
109126
|
+
"kind": "field",
|
|
109127
|
+
"name": "connected",
|
|
108155
109128
|
"privacy": "public",
|
|
108156
|
-
"
|
|
108157
|
-
"
|
|
108158
|
-
"parameters": [],
|
|
108159
|
-
"return": {
|
|
108160
|
-
"description": "A boolean that indicates if a slot exists."
|
|
108161
|
-
},
|
|
109129
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
109130
|
+
"type": "IEventEmitter<void>",
|
|
108162
109131
|
"inheritedFrom": {
|
|
108163
|
-
"name": "
|
|
108164
|
-
"module": "./../src/Controls/
|
|
109132
|
+
"name": "ICustomElementEvents",
|
|
109133
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
108165
109134
|
}
|
|
108166
109135
|
},
|
|
108167
109136
|
{
|
|
108168
|
-
"kind": "
|
|
108169
|
-
"name": "
|
|
109137
|
+
"kind": "field",
|
|
109138
|
+
"name": "disconnected",
|
|
108170
109139
|
"privacy": "public",
|
|
108171
|
-
"
|
|
108172
|
-
"
|
|
108173
|
-
"parameters": [],
|
|
108174
|
-
"return": {},
|
|
109140
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
109141
|
+
"type": "IEventEmitter<void>",
|
|
108175
109142
|
"inheritedFrom": {
|
|
108176
|
-
"name": "
|
|
108177
|
-
"module": "./../src/Controls/
|
|
109143
|
+
"name": "ICustomElementEvents",
|
|
109144
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
108178
109145
|
}
|
|
108179
109146
|
},
|
|
108180
109147
|
{
|
|
108181
109148
|
"kind": "method",
|
|
108182
|
-
"name": "
|
|
109149
|
+
"name": "attach",
|
|
108183
109150
|
"privacy": "public",
|
|
108184
|
-
"type": "():
|
|
108185
|
-
"description": "
|
|
109151
|
+
"type": "(control: string | HTMLElement): void",
|
|
109152
|
+
"description": "Attaches the element to an interactive control.",
|
|
108186
109153
|
"parameters": [],
|
|
108187
|
-
"return": {
|
|
108188
|
-
"type": "Promise<void>"
|
|
108189
|
-
},
|
|
109154
|
+
"return": {},
|
|
108190
109155
|
"inheritedFrom": {
|
|
108191
|
-
"name": "
|
|
108192
|
-
"module": "./../src/Controls/
|
|
109156
|
+
"name": "IAttachable",
|
|
109157
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108193
109158
|
}
|
|
108194
109159
|
},
|
|
108195
109160
|
{
|
|
108196
109161
|
"kind": "method",
|
|
108197
|
-
"name": "
|
|
109162
|
+
"name": "detach",
|
|
108198
109163
|
"privacy": "public",
|
|
108199
|
-
"type": "():
|
|
108200
|
-
"description": "
|
|
109164
|
+
"type": "(): void",
|
|
109165
|
+
"description": "Detaches the element from its current control.",
|
|
108201
109166
|
"parameters": [],
|
|
108202
|
-
"return": {
|
|
108203
|
-
"type": "Promise<boolean>"
|
|
108204
|
-
},
|
|
109167
|
+
"return": {},
|
|
108205
109168
|
"inheritedFrom": {
|
|
108206
|
-
"name": "
|
|
108207
|
-
"module": "./../src/Controls/
|
|
109169
|
+
"name": "IAttachable",
|
|
109170
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108208
109171
|
}
|
|
108209
109172
|
},
|
|
108210
109173
|
{
|
|
@@ -108328,25 +109291,22 @@
|
|
|
108328
109291
|
}
|
|
108329
109292
|
}
|
|
108330
109293
|
],
|
|
108331
|
-
"tagName": "mosaik-
|
|
109294
|
+
"tagName": "mosaik-resize-thumb",
|
|
108332
109295
|
"events": [
|
|
108333
109296
|
{
|
|
108334
|
-
"description": "
|
|
108335
|
-
"name": "
|
|
108336
|
-
"inheritedFrom": {
|
|
108337
|
-
"name": "OverlayElement",
|
|
108338
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108339
|
-
},
|
|
109297
|
+
"description": "Fired when a resize operation begins.",
|
|
109298
|
+
"name": "resizestart",
|
|
108340
109299
|
"type": "Event"
|
|
108341
109300
|
},
|
|
108342
109301
|
{
|
|
108343
|
-
"description": "
|
|
108344
|
-
"name": "
|
|
108345
|
-
"
|
|
108346
|
-
|
|
108347
|
-
|
|
108348
|
-
|
|
108349
|
-
"
|
|
109302
|
+
"description": "Fired continuously during a resize operation.",
|
|
109303
|
+
"name": "resizing",
|
|
109304
|
+
"type": "Event"
|
|
109305
|
+
},
|
|
109306
|
+
{
|
|
109307
|
+
"description": "Fired when a resize operation ends.",
|
|
109308
|
+
"name": "resizeend",
|
|
109309
|
+
"type": "Event"
|
|
108350
109310
|
},
|
|
108351
109311
|
{
|
|
108352
109312
|
"description": "Called when the element is connected to the DOM.",
|
|
@@ -108376,55 +109336,101 @@
|
|
|
108376
109336
|
"type": "Event"
|
|
108377
109337
|
}
|
|
108378
109338
|
],
|
|
109339
|
+
"slots": [
|
|
109340
|
+
{
|
|
109341
|
+
"description": "Default slot for custom thumb content.",
|
|
109342
|
+
"name": ""
|
|
109343
|
+
}
|
|
109344
|
+
],
|
|
108379
109345
|
"attributes": [
|
|
108380
109346
|
{
|
|
108381
|
-
"name": "
|
|
108382
|
-
"fieldName": "
|
|
108383
|
-
"description": "Gets or sets the `
|
|
108384
|
-
"type": "
|
|
109347
|
+
"name": "direction",
|
|
109348
|
+
"fieldName": "direction",
|
|
109349
|
+
"description": "Gets or sets the resize `direction`.\n\nDetermines which direction this resize thumb represents.\nThe cursor style is automatically updated based on this direction.",
|
|
109350
|
+
"type": "ResizeDirection",
|
|
108385
109351
|
"inheritedFrom": {
|
|
108386
|
-
"name": "
|
|
108387
|
-
"module": "./../src/Controls/Components/
|
|
109352
|
+
"name": "IResizeThumbElementProps",
|
|
109353
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108388
109354
|
}
|
|
108389
109355
|
},
|
|
108390
109356
|
{
|
|
108391
|
-
"name": "
|
|
108392
|
-
"fieldName": "
|
|
108393
|
-
"description": "Gets or sets the `
|
|
108394
|
-
"type": "
|
|
109357
|
+
"name": "allowedDirections",
|
|
109358
|
+
"fieldName": "allowedDirections",
|
|
109359
|
+
"description": "Gets or sets the `allowedDirections` array.\n\nWhen set, only the specified directions are permitted for resizing.\nIf the current direction is not in the allowed list, resize operations\nwill be blocked.",
|
|
109360
|
+
"type": "readonly ResizeDirection[]",
|
|
108395
109361
|
"inheritedFrom": {
|
|
108396
|
-
"name": "
|
|
108397
|
-
"module": "./../src/Controls/Components/
|
|
109362
|
+
"name": "IResizeThumbElementProps",
|
|
109363
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108398
109364
|
}
|
|
108399
109365
|
},
|
|
108400
109366
|
{
|
|
108401
|
-
"name": "
|
|
108402
|
-
"fieldName": "
|
|
108403
|
-
"description": "Gets or sets the
|
|
108404
|
-
"type": "
|
|
109367
|
+
"name": "min-width",
|
|
109368
|
+
"fieldName": "minWidth",
|
|
109369
|
+
"description": "Gets or sets the minimum width the control can be resized to.",
|
|
109370
|
+
"type": "number",
|
|
108405
109371
|
"inheritedFrom": {
|
|
108406
|
-
"name": "
|
|
108407
|
-
"module": "./../src/Controls/Components/
|
|
109372
|
+
"name": "IResizeThumbElementProps",
|
|
109373
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108408
109374
|
}
|
|
108409
109375
|
},
|
|
108410
109376
|
{
|
|
108411
|
-
"name": "
|
|
108412
|
-
"fieldName": "
|
|
108413
|
-
"description": "Gets or sets the
|
|
109377
|
+
"name": "min-height",
|
|
109378
|
+
"fieldName": "minHeight",
|
|
109379
|
+
"description": "Gets or sets the minimum height the control can be resized to.",
|
|
109380
|
+
"type": "number",
|
|
109381
|
+
"inheritedFrom": {
|
|
109382
|
+
"name": "IResizeThumbElementProps",
|
|
109383
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
109384
|
+
}
|
|
109385
|
+
},
|
|
109386
|
+
{
|
|
109387
|
+
"name": "max-width",
|
|
109388
|
+
"fieldName": "maxWidth",
|
|
109389
|
+
"description": "Gets or sets the maximum width the control can be resized to.",
|
|
109390
|
+
"type": "number",
|
|
109391
|
+
"inheritedFrom": {
|
|
109392
|
+
"name": "IResizeThumbElementProps",
|
|
109393
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
109394
|
+
}
|
|
109395
|
+
},
|
|
109396
|
+
{
|
|
109397
|
+
"name": "max-height",
|
|
109398
|
+
"fieldName": "maxHeight",
|
|
109399
|
+
"description": "Gets or sets the maximum height the control can be resized to.",
|
|
109400
|
+
"type": "number",
|
|
109401
|
+
"inheritedFrom": {
|
|
109402
|
+
"name": "IResizeThumbElementProps",
|
|
109403
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
109404
|
+
}
|
|
109405
|
+
},
|
|
109406
|
+
{
|
|
109407
|
+
"name": "auto-apply",
|
|
109408
|
+
"fieldName": "autoApply",
|
|
109409
|
+
"description": "Gets or sets whether resize changes are automatically applied to the control element.\nIf false, only events are emitted and the control is responsible for applying changes.\nDefaults to true.",
|
|
108414
109410
|
"type": "boolean",
|
|
108415
109411
|
"inheritedFrom": {
|
|
108416
|
-
"name": "
|
|
108417
|
-
"module": "./../src/Controls/Components/
|
|
109412
|
+
"name": "IResizeThumbElementProps",
|
|
109413
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108418
109414
|
}
|
|
108419
109415
|
},
|
|
108420
109416
|
{
|
|
108421
|
-
"name": "
|
|
108422
|
-
"fieldName": "
|
|
108423
|
-
"description": "
|
|
109417
|
+
"name": "disabled",
|
|
109418
|
+
"fieldName": "disabled",
|
|
109419
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
108424
109420
|
"type": "boolean",
|
|
108425
109421
|
"inheritedFrom": {
|
|
108426
|
-
"name": "
|
|
108427
|
-
"module": "./../src/Controls/Behaviors/
|
|
109422
|
+
"name": "Disableable",
|
|
109423
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
109424
|
+
}
|
|
109425
|
+
},
|
|
109426
|
+
{
|
|
109427
|
+
"name": "for",
|
|
109428
|
+
"fieldName": "for",
|
|
109429
|
+
"description": "Reflects the value of the `for` attribute, which is the ID of the element's\nassociated control.\n\nUse this when the elements's associated control is not its parent.\n\nTo manually control an element, set its `for` attribute to `\"\"`.",
|
|
109430
|
+
"type": "string | null",
|
|
109431
|
+
"inheritedFrom": {
|
|
109432
|
+
"name": "Attachable",
|
|
109433
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108428
109434
|
}
|
|
108429
109435
|
},
|
|
108430
109436
|
{
|
|
@@ -108447,94 +109453,11 @@
|
|
|
108447
109453
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108448
109454
|
}
|
|
108449
109455
|
}
|
|
108450
|
-
]
|
|
108451
|
-
|
|
108452
|
-
]
|
|
108453
|
-
},
|
|
108454
|
-
{
|
|
108455
|
-
"path": "./../src/Controls/Components/Primitives/Portal/ProjectionController.ts",
|
|
108456
|
-
"exports": [
|
|
108457
|
-
{
|
|
108458
|
-
"kind": "class",
|
|
108459
|
-
"superclass": {
|
|
108460
|
-
"name": "ControllerBase",
|
|
108461
|
-
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
108462
|
-
},
|
|
108463
|
-
"description": "A controller that observes content projected into a slot in the host,\nremoves the DOM nodes from the host, and transfers them into a render target\ninside a portal component.",
|
|
108464
|
-
"name": "ProjectionController",
|
|
108465
|
-
"members": [
|
|
108466
|
-
{
|
|
108467
|
-
"kind": "field",
|
|
108468
|
-
"name": "elements",
|
|
108469
|
-
"privacy": "public",
|
|
108470
|
-
"description": "Returns projected elements.",
|
|
108471
|
-
"type": "HTMLElement[]"
|
|
108472
|
-
},
|
|
108473
|
-
{
|
|
108474
|
-
"kind": "method",
|
|
108475
|
-
"name": "hostFirstUpdated",
|
|
108476
|
-
"privacy": "public",
|
|
108477
|
-
"type": "(): void",
|
|
108478
|
-
"parameters": [],
|
|
108479
|
-
"return": {
|
|
108480
|
-
"type": "void"
|
|
108481
|
-
}
|
|
108482
|
-
},
|
|
108483
|
-
{
|
|
108484
|
-
"kind": "method",
|
|
108485
|
-
"name": "hostDisconnected",
|
|
108486
|
-
"privacy": "public",
|
|
108487
|
-
"type": "(): void",
|
|
108488
|
-
"description": "Called when the host is disconnected from the component tree. For custom\nelement hosts, this corresponds to the `disconnectedCallback()` lifecycle,\nwhich is called the host or an ancestor component is disconnected from the\ndocument.",
|
|
108489
|
-
"parameters": [],
|
|
108490
|
-
"return": {
|
|
108491
|
-
"type": "void"
|
|
108492
|
-
}
|
|
108493
|
-
},
|
|
108494
|
-
{
|
|
108495
|
-
"kind": "method",
|
|
108496
|
-
"name": "hostConnected",
|
|
108497
|
-
"privacy": "public",
|
|
108498
|
-
"type": "(): void",
|
|
108499
|
-
"description": "Called when the host is connected to the component tree. For custom\nelement hosts, this corresponds to the `connectedCallback()` lifecycle,\nwhich is only called when the component is connected to the document.",
|
|
108500
|
-
"parameters": [],
|
|
108501
|
-
"return": {
|
|
108502
|
-
"type": "void"
|
|
108503
|
-
},
|
|
108504
|
-
"inheritedFrom": {
|
|
108505
|
-
"name": "ControllerBase",
|
|
108506
|
-
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
108507
|
-
}
|
|
108508
|
-
},
|
|
108509
|
-
{
|
|
108510
|
-
"kind": "method",
|
|
108511
|
-
"name": "hostUpdate",
|
|
108512
|
-
"privacy": "public",
|
|
108513
|
-
"type": "(): void",
|
|
108514
|
-
"description": "Called during the client-side host update, just before the host calls\nits own update.\n\nCode in `update()` can depend on the DOM as it is not called in\nserver-side rendering.",
|
|
108515
|
-
"parameters": [],
|
|
108516
|
-
"return": {
|
|
108517
|
-
"type": "void"
|
|
108518
|
-
},
|
|
108519
|
-
"inheritedFrom": {
|
|
108520
|
-
"name": "ControllerBase",
|
|
108521
|
-
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
108522
|
-
}
|
|
108523
|
-
},
|
|
109456
|
+
],
|
|
109457
|
+
"cssParts": [
|
|
108524
109458
|
{
|
|
108525
|
-
"
|
|
108526
|
-
"
|
|
108527
|
-
"privacy": "public",
|
|
108528
|
-
"type": "(): void",
|
|
108529
|
-
"description": "Called after a host update, just before the host calls firstUpdated and\nupdated. It is not called in server-side rendering.",
|
|
108530
|
-
"parameters": [],
|
|
108531
|
-
"return": {
|
|
108532
|
-
"type": "void"
|
|
108533
|
-
},
|
|
108534
|
-
"inheritedFrom": {
|
|
108535
|
-
"name": "ControllerBase",
|
|
108536
|
-
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
108537
|
-
}
|
|
109459
|
+
"name": "thumb",
|
|
109460
|
+
"description": "The main thumb element."
|
|
108538
109461
|
}
|
|
108539
109462
|
]
|
|
108540
109463
|
}
|
|
@@ -115206,7 +116129,7 @@
|
|
|
115206
116129
|
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
115207
116130
|
}
|
|
115208
116131
|
],
|
|
115209
|
-
"description": "
|
|
116132
|
+
"description": "Meter bar - a visual representation of a numeric value within a specified range.",
|
|
115210
116133
|
"name": "MeterBarElement",
|
|
115211
116134
|
"members": [
|
|
115212
116135
|
{
|
|
@@ -115580,6 +116503,16 @@
|
|
|
115580
116503
|
"type": "Event"
|
|
115581
116504
|
}
|
|
115582
116505
|
],
|
|
116506
|
+
"slots": [
|
|
116507
|
+
{
|
|
116508
|
+
"description": "The label slot.",
|
|
116509
|
+
"name": "label"
|
|
116510
|
+
},
|
|
116511
|
+
{
|
|
116512
|
+
"description": "The hint slot.",
|
|
116513
|
+
"name": "hint"
|
|
116514
|
+
}
|
|
116515
|
+
],
|
|
115583
116516
|
"attributes": [
|
|
115584
116517
|
{
|
|
115585
116518
|
"name": "thickness",
|