@breadstone/mosaik-elements-foundation 0.0.210 → 0.0.212
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/DrawerContainerElementTemplate.d.ts +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerElementTemplate.js +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElementTemplate.d.ts +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElementTemplate.js +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElementTemplate.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/DrawerFooterElementTemplate.d.ts +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerFooterElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerFooterElementTemplate.js +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerFooterElementTemplate.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/DrawerContentElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js +6 -5
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js +6 -5
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +20 -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 +20 -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 +20 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.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/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 +2071 -1156
- 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",
|
|
@@ -90261,12 +90626,6 @@
|
|
|
90261
90626
|
}
|
|
90262
90627
|
]
|
|
90263
90628
|
},
|
|
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
90629
|
{
|
|
90271
90630
|
"kind": "variable",
|
|
90272
90631
|
"name": "DRAWER_REGISTRY",
|
|
@@ -90275,7 +90634,7 @@
|
|
|
90275
90634
|
]
|
|
90276
90635
|
},
|
|
90277
90636
|
{
|
|
90278
|
-
"path": "./../src/Controls/Components/Overlays/Drawer/DrawerStackBehavior.ts",
|
|
90637
|
+
"path": "./../src/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.ts",
|
|
90279
90638
|
"exports": [
|
|
90280
90639
|
{
|
|
90281
90640
|
"kind": "class",
|
|
@@ -90294,7 +90653,7 @@
|
|
|
90294
90653
|
"name": "config",
|
|
90295
90654
|
"privacy": "public",
|
|
90296
90655
|
"description": "Returns the current stack configuration.",
|
|
90297
|
-
"type": "Readonly<
|
|
90656
|
+
"type": "Readonly<IDrawerStackBehaviorConfig>"
|
|
90298
90657
|
},
|
|
90299
90658
|
{
|
|
90300
90659
|
"kind": "field",
|
|
@@ -90307,13 +90666,12 @@
|
|
|
90307
90666
|
"kind": "method",
|
|
90308
90667
|
"name": "configure",
|
|
90309
90668
|
"privacy": "public",
|
|
90310
|
-
"type": "(
|
|
90669
|
+
"type": "(_options: Partial<IDrawerOptions>): void",
|
|
90311
90670
|
"description": "Configures the drawer options before opening.\nCalculates the appropriate width based on stack position.",
|
|
90312
90671
|
"parameters": [
|
|
90313
90672
|
{
|
|
90314
|
-
"name": "
|
|
90315
|
-
"type": "Partial<IDrawerOptions>"
|
|
90316
|
-
"description": "The drawer options to configure."
|
|
90673
|
+
"name": "_options",
|
|
90674
|
+
"type": "Partial<IDrawerOptions>"
|
|
90317
90675
|
}
|
|
90318
90676
|
],
|
|
90319
90677
|
"return": {
|
|
@@ -106335,13 +106693,328 @@
|
|
|
106335
106693
|
"description": "Gets or sets the `showSizes` property.",
|
|
106336
106694
|
"type": "boolean",
|
|
106337
106695
|
"inheritedFrom": {
|
|
106338
|
-
"name": "IPaginatorElementProps",
|
|
106339
|
-
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
106696
|
+
"name": "IPaginatorElementProps",
|
|
106697
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
106698
|
+
}
|
|
106699
|
+
},
|
|
106700
|
+
{
|
|
106701
|
+
"name": "disabled",
|
|
106702
|
+
"fieldName": "disabled",
|
|
106703
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
106704
|
+
"type": "boolean",
|
|
106705
|
+
"inheritedFrom": {
|
|
106706
|
+
"name": "Disableable",
|
|
106707
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
106708
|
+
}
|
|
106709
|
+
},
|
|
106710
|
+
{
|
|
106711
|
+
"name": "variant",
|
|
106712
|
+
"fieldName": "variant",
|
|
106713
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
106714
|
+
"type": "Variant",
|
|
106715
|
+
"inheritedFrom": {
|
|
106716
|
+
"name": "Variantable",
|
|
106717
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106718
|
+
}
|
|
106719
|
+
},
|
|
106720
|
+
{
|
|
106721
|
+
"name": "appearance",
|
|
106722
|
+
"fieldName": "appearance",
|
|
106723
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
106724
|
+
"type": "Appearance",
|
|
106725
|
+
"inheritedFrom": {
|
|
106726
|
+
"name": "Appearanceable",
|
|
106727
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
106728
|
+
}
|
|
106729
|
+
},
|
|
106730
|
+
{
|
|
106731
|
+
"name": "dir",
|
|
106732
|
+
"fieldName": "dir",
|
|
106733
|
+
"description": "Gets or sets the `dir` property.",
|
|
106734
|
+
"type": "FlowDirection",
|
|
106735
|
+
"inheritedFrom": {
|
|
106736
|
+
"name": "CustomElement",
|
|
106737
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106738
|
+
}
|
|
106739
|
+
},
|
|
106740
|
+
{
|
|
106741
|
+
"name": "lang",
|
|
106742
|
+
"fieldName": "lang",
|
|
106743
|
+
"description": "Gets or sets the `lang` property.",
|
|
106744
|
+
"type": "string",
|
|
106745
|
+
"inheritedFrom": {
|
|
106746
|
+
"name": "CustomElement",
|
|
106747
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106748
|
+
}
|
|
106749
|
+
}
|
|
106750
|
+
],
|
|
106751
|
+
"cssProperties": [
|
|
106752
|
+
{
|
|
106753
|
+
"name": "--paginator-font-family",
|
|
106754
|
+
"description": "The font-family property for the paginator text.",
|
|
106755
|
+
"type": "unknown"
|
|
106756
|
+
},
|
|
106757
|
+
{
|
|
106758
|
+
"name": "--paginator-font-size",
|
|
106759
|
+
"description": "The font-size property for the paginator text.",
|
|
106760
|
+
"type": "unknown"
|
|
106761
|
+
},
|
|
106762
|
+
{
|
|
106763
|
+
"name": "--paginator-font-line-height",
|
|
106764
|
+
"description": "The line-height property for the paginator text.",
|
|
106765
|
+
"type": "unknown"
|
|
106766
|
+
},
|
|
106767
|
+
{
|
|
106768
|
+
"name": "--paginator-font-weight",
|
|
106769
|
+
"description": "The font-weight property for the paginator text.",
|
|
106770
|
+
"type": "unknown"
|
|
106771
|
+
},
|
|
106772
|
+
{
|
|
106773
|
+
"name": "--paginator-font-letter-spacing",
|
|
106774
|
+
"description": "The letter-spacing property for the paginator text.",
|
|
106775
|
+
"type": "unknown"
|
|
106776
|
+
},
|
|
106777
|
+
{
|
|
106778
|
+
"name": "--paginator-font-text-decoration",
|
|
106779
|
+
"description": "The text-decoration property for the paginator text.",
|
|
106780
|
+
"type": "unknown"
|
|
106781
|
+
},
|
|
106782
|
+
{
|
|
106783
|
+
"name": "--paginator-font-text-transform",
|
|
106784
|
+
"description": "The text-transform property for the paginator text.",
|
|
106785
|
+
"type": "unknown"
|
|
106786
|
+
},
|
|
106787
|
+
{
|
|
106788
|
+
"name": "--paginator-background-color",
|
|
106789
|
+
"description": "The background-color property for the paginator.",
|
|
106790
|
+
"type": "unknown"
|
|
106791
|
+
},
|
|
106792
|
+
{
|
|
106793
|
+
"name": "--paginator-border-color",
|
|
106794
|
+
"description": "The border-color property for the paginator.",
|
|
106795
|
+
"type": "unknown"
|
|
106796
|
+
},
|
|
106797
|
+
{
|
|
106798
|
+
"name": "--paginator-foreground-color",
|
|
106799
|
+
"description": "The foreground-color property for the paginator.",
|
|
106800
|
+
"type": "unknown"
|
|
106801
|
+
},
|
|
106802
|
+
{
|
|
106803
|
+
"name": "--paginator-border-width",
|
|
106804
|
+
"description": "The border-width property for the paginator.",
|
|
106805
|
+
"type": "unknown"
|
|
106806
|
+
},
|
|
106807
|
+
{
|
|
106808
|
+
"name": "--paginator-border-radius",
|
|
106809
|
+
"description": "The border-radius property for the paginator.",
|
|
106810
|
+
"type": "unknown"
|
|
106811
|
+
},
|
|
106812
|
+
{
|
|
106813
|
+
"name": "--paginator-border-style",
|
|
106814
|
+
"description": "The border-style property for the paginator.",
|
|
106815
|
+
"type": "unknown"
|
|
106816
|
+
},
|
|
106817
|
+
{
|
|
106818
|
+
"name": "--paginator-shadow",
|
|
106819
|
+
"description": "The shadow property for the paginator.",
|
|
106820
|
+
"type": "unknown"
|
|
106821
|
+
},
|
|
106822
|
+
{
|
|
106823
|
+
"name": "--paginator-gap",
|
|
106824
|
+
"description": "The gap property between paginator elements.",
|
|
106825
|
+
"type": "unknown"
|
|
106826
|
+
}
|
|
106827
|
+
]
|
|
106828
|
+
}
|
|
106829
|
+
]
|
|
106830
|
+
},
|
|
106831
|
+
{
|
|
106832
|
+
"path": "./../src/Controls/Components/Primitives/Paginator/PaginatorElementIntl.ts",
|
|
106833
|
+
"exports": [
|
|
106834
|
+
{
|
|
106835
|
+
"kind": "class",
|
|
106836
|
+
"superclass": {
|
|
106837
|
+
"name": "ElementIntlBase",
|
|
106838
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
106839
|
+
},
|
|
106840
|
+
"description": "The `PaginatorElementIntl` class.",
|
|
106841
|
+
"name": "PaginatorElementIntl",
|
|
106842
|
+
"members": [
|
|
106843
|
+
{
|
|
106844
|
+
"kind": "field",
|
|
106845
|
+
"name": "locale",
|
|
106846
|
+
"privacy": "public",
|
|
106847
|
+
"description": "Gets or sets the `locale` property.",
|
|
106848
|
+
"type": "string",
|
|
106849
|
+
"inheritedFrom": {
|
|
106850
|
+
"name": "ElementIntlBase",
|
|
106851
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
106852
|
+
}
|
|
106853
|
+
},
|
|
106854
|
+
{
|
|
106855
|
+
"kind": "field",
|
|
106856
|
+
"name": "changes",
|
|
106857
|
+
"privacy": "public",
|
|
106858
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
106859
|
+
"type": "IEventEmitter<void>",
|
|
106860
|
+
"inheritedFrom": {
|
|
106861
|
+
"name": "ElementIntlBase",
|
|
106862
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
106863
|
+
}
|
|
106864
|
+
}
|
|
106865
|
+
]
|
|
106866
|
+
}
|
|
106867
|
+
]
|
|
106868
|
+
},
|
|
106869
|
+
{
|
|
106870
|
+
"path": "./../src/Controls/Components/Primitives/Popup/PopupElement.ts",
|
|
106871
|
+
"exports": [
|
|
106872
|
+
{
|
|
106873
|
+
"kind": "definition",
|
|
106874
|
+
"name": "mosaik-popup",
|
|
106875
|
+
"declaration": {
|
|
106876
|
+
"name": "PopupElement",
|
|
106877
|
+
"module": "./../src/Controls/Components/Primitives/Popup/PopupElement.ts"
|
|
106878
|
+
}
|
|
106879
|
+
},
|
|
106880
|
+
{
|
|
106881
|
+
"kind": "class",
|
|
106882
|
+
"superclass": {
|
|
106883
|
+
"name": "CustomElement",
|
|
106884
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106885
|
+
},
|
|
106886
|
+
"mixins": [
|
|
106887
|
+
{
|
|
106888
|
+
"name": "Themeable",
|
|
106889
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
106890
|
+
},
|
|
106891
|
+
{
|
|
106892
|
+
"name": "Appearanceable",
|
|
106893
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
106894
|
+
},
|
|
106895
|
+
{
|
|
106896
|
+
"name": "Variantable",
|
|
106897
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106898
|
+
},
|
|
106899
|
+
{
|
|
106900
|
+
"name": "Disableable",
|
|
106901
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
106902
|
+
},
|
|
106903
|
+
{
|
|
106904
|
+
"name": "Attachable",
|
|
106905
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
106906
|
+
},
|
|
106907
|
+
{
|
|
106908
|
+
"name": "Elevatable",
|
|
106909
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
106910
|
+
}
|
|
106911
|
+
],
|
|
106912
|
+
"description": "Popup - A transient dialog or window that appears on top of other content.",
|
|
106913
|
+
"name": "PopupElement",
|
|
106914
|
+
"members": [
|
|
106915
|
+
{
|
|
106916
|
+
"kind": "field",
|
|
106917
|
+
"name": "verticalOffset",
|
|
106918
|
+
"privacy": "public",
|
|
106919
|
+
"description": "Gets or sets the `verticalOffset` property.",
|
|
106920
|
+
"type": "string",
|
|
106921
|
+
"inheritedFrom": {
|
|
106922
|
+
"name": "IPopupElementProps",
|
|
106923
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106924
|
+
}
|
|
106925
|
+
},
|
|
106926
|
+
{
|
|
106927
|
+
"kind": "field",
|
|
106928
|
+
"name": "horizontalOffset",
|
|
106929
|
+
"privacy": "public",
|
|
106930
|
+
"description": "Gets or sets the `horizontalOffset` property.",
|
|
106931
|
+
"type": "string",
|
|
106932
|
+
"inheritedFrom": {
|
|
106933
|
+
"name": "IPopupElementProps",
|
|
106934
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106935
|
+
}
|
|
106936
|
+
},
|
|
106937
|
+
{
|
|
106938
|
+
"kind": "field",
|
|
106939
|
+
"name": "staysOpen",
|
|
106940
|
+
"privacy": "public",
|
|
106941
|
+
"description": "Gets or sets the `staysOpen` property.",
|
|
106942
|
+
"type": "boolean",
|
|
106943
|
+
"inheritedFrom": {
|
|
106944
|
+
"name": "IPopupElementProps",
|
|
106945
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106946
|
+
}
|
|
106947
|
+
},
|
|
106948
|
+
{
|
|
106949
|
+
"kind": "field",
|
|
106950
|
+
"name": "placement",
|
|
106951
|
+
"privacy": "public",
|
|
106952
|
+
"description": "Gets or sets the `placement` property.",
|
|
106953
|
+
"type": "string",
|
|
106954
|
+
"inheritedFrom": {
|
|
106955
|
+
"name": "IPopupElementProps",
|
|
106956
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106957
|
+
}
|
|
106958
|
+
},
|
|
106959
|
+
{
|
|
106960
|
+
"kind": "field",
|
|
106961
|
+
"name": "isOpen",
|
|
106962
|
+
"privacy": "public",
|
|
106963
|
+
"description": "Gets or sets the `isOpen` property.",
|
|
106964
|
+
"type": "boolean",
|
|
106965
|
+
"inheritedFrom": {
|
|
106966
|
+
"name": "IPopupElementProps",
|
|
106967
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106968
|
+
}
|
|
106969
|
+
},
|
|
106970
|
+
{
|
|
106971
|
+
"kind": "field",
|
|
106972
|
+
"name": "openTrigger",
|
|
106973
|
+
"privacy": "public",
|
|
106974
|
+
"description": "Gets or sets the `openTrigger` property.",
|
|
106975
|
+
"type": "Trigger",
|
|
106976
|
+
"inheritedFrom": {
|
|
106977
|
+
"name": "IPopupElementProps",
|
|
106978
|
+
"module": "./../src/Controls/Components/Primitives/Popup/IPopupElementProps.ts"
|
|
106979
|
+
}
|
|
106980
|
+
},
|
|
106981
|
+
{
|
|
106982
|
+
"kind": "field",
|
|
106983
|
+
"name": "themeName",
|
|
106984
|
+
"privacy": "public",
|
|
106985
|
+
"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.",
|
|
106986
|
+
"type": "string",
|
|
106987
|
+
"inheritedFrom": {
|
|
106988
|
+
"name": "IThemeableProps",
|
|
106989
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
106990
|
+
}
|
|
106991
|
+
},
|
|
106992
|
+
{
|
|
106993
|
+
"kind": "field",
|
|
106994
|
+
"name": "appearance",
|
|
106995
|
+
"privacy": "public",
|
|
106996
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
106997
|
+
"type": "Appearance",
|
|
106998
|
+
"inheritedFrom": {
|
|
106999
|
+
"name": "Appearanceable",
|
|
107000
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
107001
|
+
}
|
|
107002
|
+
},
|
|
107003
|
+
{
|
|
107004
|
+
"kind": "field",
|
|
107005
|
+
"name": "variant",
|
|
107006
|
+
"privacy": "public",
|
|
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"
|
|
106340
107012
|
}
|
|
106341
107013
|
},
|
|
106342
107014
|
{
|
|
107015
|
+
"kind": "field",
|
|
106343
107016
|
"name": "disabled",
|
|
106344
|
-
"
|
|
107017
|
+
"privacy": "public",
|
|
106345
107018
|
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
106346
107019
|
"type": "boolean",
|
|
106347
107020
|
"inheritedFrom": {
|
|
@@ -106350,28 +107023,43 @@
|
|
|
106350
107023
|
}
|
|
106351
107024
|
},
|
|
106352
107025
|
{
|
|
106353
|
-
"
|
|
106354
|
-
"
|
|
106355
|
-
"
|
|
106356
|
-
"
|
|
107026
|
+
"kind": "field",
|
|
107027
|
+
"name": "for",
|
|
107028
|
+
"privacy": "public",
|
|
107029
|
+
"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 `\"\"`.",
|
|
107030
|
+
"type": "string | null",
|
|
106357
107031
|
"inheritedFrom": {
|
|
106358
|
-
"name": "
|
|
106359
|
-
"module": "./../src/Controls/Behaviors/
|
|
107032
|
+
"name": "Attachable",
|
|
107033
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
106360
107034
|
}
|
|
106361
107035
|
},
|
|
106362
107036
|
{
|
|
106363
|
-
"
|
|
106364
|
-
"
|
|
106365
|
-
"
|
|
106366
|
-
"
|
|
107037
|
+
"kind": "field",
|
|
107038
|
+
"name": "control",
|
|
107039
|
+
"privacy": "public",
|
|
107040
|
+
"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.",
|
|
107041
|
+
"type": "HTMLElement | null",
|
|
106367
107042
|
"inheritedFrom": {
|
|
106368
|
-
"name": "
|
|
106369
|
-
"module": "./../src/Controls/Behaviors/
|
|
107043
|
+
"name": "Attachable",
|
|
107044
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107045
|
+
}
|
|
107046
|
+
},
|
|
107047
|
+
{
|
|
107048
|
+
"kind": "field",
|
|
107049
|
+
"name": "elevation",
|
|
107050
|
+
"privacy": "public",
|
|
107051
|
+
"description": "Gets or sets the `elevation` property.\nThe default value is `none`, which means the element has no elevation.",
|
|
107052
|
+
"type": "string",
|
|
107053
|
+
"default": "\"Regular\"",
|
|
107054
|
+
"inheritedFrom": {
|
|
107055
|
+
"name": "Elevatable",
|
|
107056
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
106370
107057
|
}
|
|
106371
107058
|
},
|
|
106372
107059
|
{
|
|
107060
|
+
"kind": "field",
|
|
106373
107061
|
"name": "dir",
|
|
106374
|
-
"
|
|
107062
|
+
"privacy": "public",
|
|
106375
107063
|
"description": "Gets or sets the `dir` property.",
|
|
106376
107064
|
"type": "FlowDirection",
|
|
106377
107065
|
"inheritedFrom": {
|
|
@@ -106380,184 +107068,230 @@
|
|
|
106380
107068
|
}
|
|
106381
107069
|
},
|
|
106382
107070
|
{
|
|
107071
|
+
"kind": "field",
|
|
106383
107072
|
"name": "lang",
|
|
106384
|
-
"
|
|
107073
|
+
"privacy": "public",
|
|
106385
107074
|
"description": "Gets or sets the `lang` property.",
|
|
106386
107075
|
"type": "string",
|
|
106387
107076
|
"inheritedFrom": {
|
|
106388
107077
|
"name": "CustomElement",
|
|
106389
107078
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106390
107079
|
}
|
|
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
|
-
},
|
|
106409
|
-
{
|
|
106410
|
-
"name": "--paginator-font-weight",
|
|
106411
|
-
"description": "The font-weight property for the paginator text.",
|
|
106412
|
-
"type": "unknown"
|
|
106413
|
-
},
|
|
106414
|
-
{
|
|
106415
|
-
"name": "--paginator-font-letter-spacing",
|
|
106416
|
-
"description": "The letter-spacing property for the paginator text.",
|
|
106417
|
-
"type": "unknown"
|
|
106418
|
-
},
|
|
106419
|
-
{
|
|
106420
|
-
"name": "--paginator-font-text-decoration",
|
|
106421
|
-
"description": "The text-decoration property for the paginator text.",
|
|
106422
|
-
"type": "unknown"
|
|
106423
107080
|
},
|
|
106424
107081
|
{
|
|
106425
|
-
"
|
|
106426
|
-
"
|
|
106427
|
-
"
|
|
107082
|
+
"kind": "field",
|
|
107083
|
+
"name": "changed",
|
|
107084
|
+
"privacy": "public",
|
|
107085
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
107086
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
107087
|
+
"inheritedFrom": {
|
|
107088
|
+
"name": "ICustomElementEvents",
|
|
107089
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107090
|
+
}
|
|
106428
107091
|
},
|
|
106429
107092
|
{
|
|
106430
|
-
"
|
|
106431
|
-
"
|
|
106432
|
-
"
|
|
107093
|
+
"kind": "field",
|
|
107094
|
+
"name": "connected",
|
|
107095
|
+
"privacy": "public",
|
|
107096
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
107097
|
+
"type": "IEventEmitter<void>",
|
|
107098
|
+
"inheritedFrom": {
|
|
107099
|
+
"name": "ICustomElementEvents",
|
|
107100
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107101
|
+
}
|
|
106433
107102
|
},
|
|
106434
107103
|
{
|
|
106435
|
-
"
|
|
106436
|
-
"
|
|
106437
|
-
"
|
|
107104
|
+
"kind": "field",
|
|
107105
|
+
"name": "disconnected",
|
|
107106
|
+
"privacy": "public",
|
|
107107
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
107108
|
+
"type": "IEventEmitter<void>",
|
|
107109
|
+
"inheritedFrom": {
|
|
107110
|
+
"name": "ICustomElementEvents",
|
|
107111
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107112
|
+
}
|
|
106438
107113
|
},
|
|
106439
107114
|
{
|
|
106440
|
-
"
|
|
106441
|
-
"
|
|
106442
|
-
"
|
|
107115
|
+
"kind": "method",
|
|
107116
|
+
"name": "attach",
|
|
107117
|
+
"privacy": "public",
|
|
107118
|
+
"type": "(control: string | HTMLElement): void",
|
|
107119
|
+
"description": "Attaches the element to an interactive control.",
|
|
107120
|
+
"parameters": [],
|
|
107121
|
+
"return": {},
|
|
107122
|
+
"inheritedFrom": {
|
|
107123
|
+
"name": "IAttachable",
|
|
107124
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107125
|
+
}
|
|
106443
107126
|
},
|
|
106444
107127
|
{
|
|
106445
|
-
"
|
|
106446
|
-
"
|
|
106447
|
-
"
|
|
107128
|
+
"kind": "method",
|
|
107129
|
+
"name": "detach",
|
|
107130
|
+
"privacy": "public",
|
|
107131
|
+
"type": "(): void",
|
|
107132
|
+
"description": "Detaches the element from its current control.",
|
|
107133
|
+
"parameters": [],
|
|
107134
|
+
"return": {},
|
|
107135
|
+
"inheritedFrom": {
|
|
107136
|
+
"name": "IAttachable",
|
|
107137
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107138
|
+
}
|
|
106448
107139
|
},
|
|
106449
107140
|
{
|
|
106450
|
-
"
|
|
106451
|
-
"
|
|
106452
|
-
"
|
|
107141
|
+
"kind": "method",
|
|
107142
|
+
"name": "adoptStyle",
|
|
107143
|
+
"privacy": "public",
|
|
107144
|
+
"type": "(styles: CSSResultGroup): void",
|
|
107145
|
+
"description": "Adopts the specified styles.",
|
|
107146
|
+
"parameters": [
|
|
107147
|
+
{
|
|
107148
|
+
"name": "styles",
|
|
107149
|
+
"type": "CSSResultGroup",
|
|
107150
|
+
"description": "The styles to adopt."
|
|
107151
|
+
}
|
|
107152
|
+
],
|
|
107153
|
+
"return": {
|
|
107154
|
+
"type": "void"
|
|
107155
|
+
},
|
|
107156
|
+
"inheritedFrom": {
|
|
107157
|
+
"name": "CustomElement",
|
|
107158
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107159
|
+
}
|
|
106453
107160
|
},
|
|
106454
107161
|
{
|
|
106455
|
-
"
|
|
106456
|
-
"
|
|
106457
|
-
"
|
|
107162
|
+
"kind": "method",
|
|
107163
|
+
"name": "on",
|
|
107164
|
+
"privacy": "public",
|
|
107165
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
107166
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
107167
|
+
"parameters": [
|
|
107168
|
+
{
|
|
107169
|
+
"name": "event",
|
|
107170
|
+
"type": "TEvent"
|
|
107171
|
+
},
|
|
107172
|
+
{
|
|
107173
|
+
"name": "listener",
|
|
107174
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
107175
|
+
},
|
|
107176
|
+
{
|
|
107177
|
+
"name": "options",
|
|
107178
|
+
"type": "boolean | AddEventListenerOptions"
|
|
107179
|
+
}
|
|
107180
|
+
],
|
|
107181
|
+
"return": {
|
|
107182
|
+
"type": "IEventListenerSubscription"
|
|
107183
|
+
},
|
|
107184
|
+
"inheritedFrom": {
|
|
107185
|
+
"name": "CustomElement",
|
|
107186
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107187
|
+
}
|
|
106458
107188
|
},
|
|
106459
107189
|
{
|
|
106460
|
-
"
|
|
106461
|
-
"
|
|
106462
|
-
"
|
|
107190
|
+
"kind": "method",
|
|
107191
|
+
"name": "off",
|
|
107192
|
+
"privacy": "public",
|
|
107193
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
107194
|
+
"description": "Removes an event listener.",
|
|
107195
|
+
"parameters": [
|
|
107196
|
+
{
|
|
107197
|
+
"name": "subscription",
|
|
107198
|
+
"type": "IEventListenerSubscription"
|
|
107199
|
+
}
|
|
107200
|
+
],
|
|
107201
|
+
"return": {
|
|
107202
|
+
"type": "void"
|
|
107203
|
+
},
|
|
107204
|
+
"inheritedFrom": {
|
|
107205
|
+
"name": "CustomElement",
|
|
107206
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107207
|
+
}
|
|
106463
107208
|
},
|
|
106464
107209
|
{
|
|
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",
|
|
107210
|
+
"kind": "method",
|
|
107211
|
+
"name": "emit",
|
|
106488
107212
|
"privacy": "public",
|
|
106489
|
-
"
|
|
106490
|
-
"
|
|
107213
|
+
"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...",
|
|
107214
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
107215
|
+
"parameters": [
|
|
107216
|
+
{
|
|
107217
|
+
"name": "event",
|
|
107218
|
+
"type": "TEvent"
|
|
107219
|
+
},
|
|
107220
|
+
{
|
|
107221
|
+
"name": "eventInitDict",
|
|
107222
|
+
"type": "CustomEventInit<TDetail>"
|
|
107223
|
+
}
|
|
107224
|
+
],
|
|
107225
|
+
"return": {
|
|
107226
|
+
"type": "boolean"
|
|
107227
|
+
},
|
|
106491
107228
|
"inheritedFrom": {
|
|
106492
|
-
"name": "
|
|
106493
|
-
"module": "./../src/
|
|
107229
|
+
"name": "CustomElement",
|
|
107230
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106494
107231
|
}
|
|
106495
107232
|
},
|
|
106496
107233
|
{
|
|
106497
|
-
"kind": "
|
|
106498
|
-
"name": "
|
|
107234
|
+
"kind": "method",
|
|
107235
|
+
"name": "requestUpdate",
|
|
106499
107236
|
"privacy": "public",
|
|
106500
|
-
"
|
|
106501
|
-
"
|
|
107237
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
107238
|
+
"parameters": [
|
|
107239
|
+
{
|
|
107240
|
+
"name": "name",
|
|
107241
|
+
"type": "keyof this"
|
|
107242
|
+
},
|
|
107243
|
+
{
|
|
107244
|
+
"name": "oldValue",
|
|
107245
|
+
"type": "unknown"
|
|
107246
|
+
},
|
|
107247
|
+
{
|
|
107248
|
+
"name": "options",
|
|
107249
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
107250
|
+
}
|
|
107251
|
+
],
|
|
107252
|
+
"return": {
|
|
107253
|
+
"type": "void"
|
|
107254
|
+
},
|
|
106502
107255
|
"inheritedFrom": {
|
|
106503
|
-
"name": "
|
|
106504
|
-
"module": "./../src/
|
|
107256
|
+
"name": "CustomElement",
|
|
107257
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
106505
107258
|
}
|
|
106506
107259
|
}
|
|
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
|
-
},
|
|
107260
|
+
],
|
|
107261
|
+
"tagName": "mosaik-popup",
|
|
107262
|
+
"events": [
|
|
106541
107263
|
{
|
|
106542
|
-
"
|
|
106543
|
-
"
|
|
107264
|
+
"description": "Called when the element is connected to the DOM.",
|
|
107265
|
+
"name": "connected",
|
|
107266
|
+
"inheritedFrom": {
|
|
107267
|
+
"name": "CustomElement",
|
|
107268
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107269
|
+
},
|
|
107270
|
+
"type": "CustomEvent"
|
|
106544
107271
|
},
|
|
106545
107272
|
{
|
|
106546
|
-
"
|
|
106547
|
-
"
|
|
107273
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
107274
|
+
"name": "disconnected",
|
|
107275
|
+
"inheritedFrom": {
|
|
107276
|
+
"name": "CustomElement",
|
|
107277
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107278
|
+
},
|
|
107279
|
+
"type": "CustomEvent"
|
|
106548
107280
|
},
|
|
106549
107281
|
{
|
|
106550
|
-
"
|
|
106551
|
-
"
|
|
107282
|
+
"description": "Called when the element will be updated.",
|
|
107283
|
+
"name": "changed",
|
|
107284
|
+
"inheritedFrom": {
|
|
107285
|
+
"name": "CustomElement",
|
|
107286
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107287
|
+
},
|
|
107288
|
+
"type": "Event"
|
|
106552
107289
|
}
|
|
106553
107290
|
],
|
|
106554
|
-
"
|
|
106555
|
-
"name": "PopupElement",
|
|
106556
|
-
"members": [
|
|
107291
|
+
"attributes": [
|
|
106557
107292
|
{
|
|
106558
|
-
"kind": "field",
|
|
106559
107293
|
"name": "verticalOffset",
|
|
106560
|
-
"
|
|
107294
|
+
"fieldName": "verticalOffset",
|
|
106561
107295
|
"description": "Gets or sets the `verticalOffset` property.",
|
|
106562
107296
|
"type": "string",
|
|
106563
107297
|
"inheritedFrom": {
|
|
@@ -106566,9 +107300,8 @@
|
|
|
106566
107300
|
}
|
|
106567
107301
|
},
|
|
106568
107302
|
{
|
|
106569
|
-
"kind": "field",
|
|
106570
107303
|
"name": "horizontalOffset",
|
|
106571
|
-
"
|
|
107304
|
+
"fieldName": "horizontalOffset",
|
|
106572
107305
|
"description": "Gets or sets the `horizontalOffset` property.",
|
|
106573
107306
|
"type": "string",
|
|
106574
107307
|
"inheritedFrom": {
|
|
@@ -106577,9 +107310,8 @@
|
|
|
106577
107310
|
}
|
|
106578
107311
|
},
|
|
106579
107312
|
{
|
|
106580
|
-
"kind": "field",
|
|
106581
107313
|
"name": "staysOpen",
|
|
106582
|
-
"
|
|
107314
|
+
"fieldName": "staysOpen",
|
|
106583
107315
|
"description": "Gets or sets the `staysOpen` property.",
|
|
106584
107316
|
"type": "boolean",
|
|
106585
107317
|
"inheritedFrom": {
|
|
@@ -106588,9 +107320,8 @@
|
|
|
106588
107320
|
}
|
|
106589
107321
|
},
|
|
106590
107322
|
{
|
|
106591
|
-
"kind": "field",
|
|
106592
107323
|
"name": "placement",
|
|
106593
|
-
"
|
|
107324
|
+
"fieldName": "placement",
|
|
106594
107325
|
"description": "Gets or sets the `placement` property.",
|
|
106595
107326
|
"type": "string",
|
|
106596
107327
|
"inheritedFrom": {
|
|
@@ -106599,9 +107330,8 @@
|
|
|
106599
107330
|
}
|
|
106600
107331
|
},
|
|
106601
107332
|
{
|
|
106602
|
-
"kind": "field",
|
|
106603
107333
|
"name": "isOpen",
|
|
106604
|
-
"
|
|
107334
|
+
"fieldName": "isOpen",
|
|
106605
107335
|
"description": "Gets or sets the `isOpen` property.",
|
|
106606
107336
|
"type": "boolean",
|
|
106607
107337
|
"inheritedFrom": {
|
|
@@ -106610,9 +107340,8 @@
|
|
|
106610
107340
|
}
|
|
106611
107341
|
},
|
|
106612
107342
|
{
|
|
106613
|
-
"kind": "field",
|
|
106614
107343
|
"name": "openTrigger",
|
|
106615
|
-
"
|
|
107344
|
+
"fieldName": "openTrigger",
|
|
106616
107345
|
"description": "Gets or sets the `openTrigger` property.",
|
|
106617
107346
|
"type": "Trigger",
|
|
106618
107347
|
"inheritedFrom": {
|
|
@@ -106621,20 +107350,8 @@
|
|
|
106621
107350
|
}
|
|
106622
107351
|
},
|
|
106623
107352
|
{
|
|
106624
|
-
"kind": "field",
|
|
106625
|
-
"name": "themeName",
|
|
106626
|
-
"privacy": "public",
|
|
106627
|
-
"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.",
|
|
106628
|
-
"type": "string",
|
|
106629
|
-
"inheritedFrom": {
|
|
106630
|
-
"name": "IThemeableProps",
|
|
106631
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
106632
|
-
}
|
|
106633
|
-
},
|
|
106634
|
-
{
|
|
106635
|
-
"kind": "field",
|
|
106636
107353
|
"name": "appearance",
|
|
106637
|
-
"
|
|
107354
|
+
"fieldName": "appearance",
|
|
106638
107355
|
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
106639
107356
|
"type": "Appearance",
|
|
106640
107357
|
"inheritedFrom": {
|
|
@@ -106643,9 +107360,8 @@
|
|
|
106643
107360
|
}
|
|
106644
107361
|
},
|
|
106645
107362
|
{
|
|
106646
|
-
"kind": "field",
|
|
106647
107363
|
"name": "variant",
|
|
106648
|
-
"
|
|
107364
|
+
"fieldName": "variant",
|
|
106649
107365
|
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
106650
107366
|
"type": "Variant",
|
|
106651
107367
|
"inheritedFrom": {
|
|
@@ -106653,49 +107369,162 @@
|
|
|
106653
107369
|
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
106654
107370
|
}
|
|
106655
107371
|
},
|
|
107372
|
+
{
|
|
107373
|
+
"name": "disabled",
|
|
107374
|
+
"fieldName": "disabled",
|
|
107375
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
107376
|
+
"type": "boolean",
|
|
107377
|
+
"inheritedFrom": {
|
|
107378
|
+
"name": "Disableable",
|
|
107379
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
107380
|
+
}
|
|
107381
|
+
},
|
|
107382
|
+
{
|
|
107383
|
+
"name": "for",
|
|
107384
|
+
"fieldName": "for",
|
|
107385
|
+
"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 `\"\"`.",
|
|
107386
|
+
"type": "string | null",
|
|
107387
|
+
"inheritedFrom": {
|
|
107388
|
+
"name": "Attachable",
|
|
107389
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107390
|
+
}
|
|
107391
|
+
},
|
|
107392
|
+
{
|
|
107393
|
+
"name": "elevation",
|
|
107394
|
+
"fieldName": "elevation",
|
|
107395
|
+
"defaultValue": "\"Regular\"",
|
|
107396
|
+
"description": "Gets or sets the `elevation` property.\nThe default value is `none`, which means the element has no elevation.",
|
|
107397
|
+
"type": "string",
|
|
107398
|
+
"inheritedFrom": {
|
|
107399
|
+
"name": "Elevatable",
|
|
107400
|
+
"module": "./../src/Controls/Behaviors/Elevatable.ts"
|
|
107401
|
+
}
|
|
107402
|
+
},
|
|
107403
|
+
{
|
|
107404
|
+
"name": "dir",
|
|
107405
|
+
"fieldName": "dir",
|
|
107406
|
+
"description": "Gets or sets the `dir` property.",
|
|
107407
|
+
"type": "FlowDirection",
|
|
107408
|
+
"inheritedFrom": {
|
|
107409
|
+
"name": "CustomElement",
|
|
107410
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107411
|
+
}
|
|
107412
|
+
},
|
|
107413
|
+
{
|
|
107414
|
+
"name": "lang",
|
|
107415
|
+
"fieldName": "lang",
|
|
107416
|
+
"description": "Gets or sets the `lang` property.",
|
|
107417
|
+
"type": "string",
|
|
107418
|
+
"inheritedFrom": {
|
|
107419
|
+
"name": "CustomElement",
|
|
107420
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107421
|
+
}
|
|
107422
|
+
}
|
|
107423
|
+
]
|
|
107424
|
+
}
|
|
107425
|
+
]
|
|
107426
|
+
},
|
|
107427
|
+
{
|
|
107428
|
+
"path": "./../src/Controls/Components/Primitives/Portal/Portal.ts",
|
|
107429
|
+
"exports": [
|
|
107430
|
+
{
|
|
107431
|
+
"kind": "class",
|
|
107432
|
+
"description": "Represents the `Portal` class.",
|
|
107433
|
+
"name": "Portal"
|
|
107434
|
+
},
|
|
107435
|
+
{
|
|
107436
|
+
"kind": "class",
|
|
107437
|
+
"name": "LayerManager"
|
|
107438
|
+
},
|
|
107439
|
+
{
|
|
107440
|
+
"kind": "variable",
|
|
107441
|
+
"name": "PORTAL_HOST_REGISTRY",
|
|
107442
|
+
"type": "Map<string, PortalHostElement>"
|
|
107443
|
+
}
|
|
107444
|
+
]
|
|
107445
|
+
},
|
|
107446
|
+
{
|
|
107447
|
+
"path": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts",
|
|
107448
|
+
"exports": [
|
|
107449
|
+
{
|
|
107450
|
+
"kind": "definition",
|
|
107451
|
+
"name": "mosaik-portal",
|
|
107452
|
+
"declaration": {
|
|
107453
|
+
"name": "PortalElement",
|
|
107454
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
107455
|
+
}
|
|
107456
|
+
},
|
|
107457
|
+
{
|
|
107458
|
+
"kind": "class",
|
|
107459
|
+
"superclass": {
|
|
107460
|
+
"name": "CustomElement",
|
|
107461
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107462
|
+
},
|
|
107463
|
+
"mixins": [
|
|
107464
|
+
{
|
|
107465
|
+
"name": "Slottable",
|
|
107466
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107467
|
+
}
|
|
107468
|
+
],
|
|
107469
|
+
"description": "Portal - A mechanism to render content outside its parent component's DOM hierarchy.",
|
|
107470
|
+
"name": "PortalElement",
|
|
107471
|
+
"members": [
|
|
107472
|
+
{
|
|
107473
|
+
"kind": "field",
|
|
107474
|
+
"name": "isProjected",
|
|
107475
|
+
"privacy": "public",
|
|
107476
|
+
"description": "Gets or sets the `isProjected` property.",
|
|
107477
|
+
"type": "boolean"
|
|
107478
|
+
},
|
|
107479
|
+
{
|
|
107480
|
+
"kind": "field",
|
|
107481
|
+
"name": "projection",
|
|
107482
|
+
"privacy": "public",
|
|
107483
|
+
"description": "Gets the `projection` property.",
|
|
107484
|
+
"type": "PortalProjectionElement | null"
|
|
107485
|
+
},
|
|
106656
107486
|
{
|
|
106657
107487
|
"kind": "field",
|
|
106658
|
-
"name": "
|
|
107488
|
+
"name": "attached",
|
|
106659
107489
|
"privacy": "public",
|
|
106660
|
-
"description": "
|
|
106661
|
-
"type": "
|
|
107490
|
+
"description": "Called when a projection is attached to the DOM.\nProvides reference to `IPortalAttachedEventDetail` as event argument.",
|
|
107491
|
+
"type": "IEventEmitter<IPortalAttachedEventDetail>",
|
|
106662
107492
|
"inheritedFrom": {
|
|
106663
|
-
"name": "
|
|
106664
|
-
"module": "./../src/Controls/
|
|
107493
|
+
"name": "IPortalElementEvents",
|
|
107494
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
106665
107495
|
}
|
|
106666
107496
|
},
|
|
106667
107497
|
{
|
|
106668
107498
|
"kind": "field",
|
|
106669
|
-
"name": "
|
|
107499
|
+
"name": "detached",
|
|
106670
107500
|
"privacy": "public",
|
|
106671
|
-
"description": "
|
|
106672
|
-
"type": "
|
|
107501
|
+
"description": "Called when a projection is detached from the DOM.\nProvides reference to `IPortalDetachedEventDetail` as event argument.",
|
|
107502
|
+
"type": "IEventEmitter<IPortalDetachedEventDetail>",
|
|
106673
107503
|
"inheritedFrom": {
|
|
106674
|
-
"name": "
|
|
106675
|
-
"module": "./../src/Controls/
|
|
107504
|
+
"name": "IPortalElementEvents",
|
|
107505
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalElement.ts"
|
|
106676
107506
|
}
|
|
106677
107507
|
},
|
|
106678
107508
|
{
|
|
106679
107509
|
"kind": "field",
|
|
106680
|
-
"name": "
|
|
107510
|
+
"name": "destination",
|
|
106681
107511
|
"privacy": "public",
|
|
106682
|
-
"description": "
|
|
106683
|
-
"type": "
|
|
107512
|
+
"description": "Gets or sets the `destination` property.",
|
|
107513
|
+
"type": "string | Element",
|
|
106684
107514
|
"inheritedFrom": {
|
|
106685
|
-
"name": "
|
|
106686
|
-
"module": "./../src/Controls/
|
|
107515
|
+
"name": "IPortalElementProps",
|
|
107516
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalElementProps.ts"
|
|
106687
107517
|
}
|
|
106688
107518
|
},
|
|
106689
107519
|
{
|
|
106690
107520
|
"kind": "field",
|
|
106691
|
-
"name": "
|
|
107521
|
+
"name": "adoptedStyles",
|
|
106692
107522
|
"privacy": "public",
|
|
106693
|
-
"description": "Gets or sets the `
|
|
106694
|
-
"type": "
|
|
106695
|
-
"default": "\"Regular\"",
|
|
107523
|
+
"description": "Gets or sets the `adoptedStyles` property.",
|
|
107524
|
+
"type": "CSSStyleSheet[] | undefined",
|
|
106696
107525
|
"inheritedFrom": {
|
|
106697
|
-
"name": "
|
|
106698
|
-
"module": "./../src/Controls/
|
|
107526
|
+
"name": "IPortalElementProps",
|
|
107527
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalElementProps.ts"
|
|
106699
107528
|
}
|
|
106700
107529
|
},
|
|
106701
107530
|
{
|
|
@@ -106755,28 +107584,91 @@
|
|
|
106755
107584
|
},
|
|
106756
107585
|
{
|
|
106757
107586
|
"kind": "method",
|
|
106758
|
-
"name": "
|
|
107587
|
+
"name": "onSlotChanges",
|
|
106759
107588
|
"privacy": "public",
|
|
106760
|
-
"type": "(
|
|
106761
|
-
"description": "
|
|
107589
|
+
"type": "(slotName?: string | undefined): void",
|
|
107590
|
+
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
107591
|
+
"parameters": [
|
|
107592
|
+
{
|
|
107593
|
+
"name": "slotName",
|
|
107594
|
+
"type": "string"
|
|
107595
|
+
}
|
|
107596
|
+
],
|
|
107597
|
+
"return": {
|
|
107598
|
+
"type": "void"
|
|
107599
|
+
}
|
|
107600
|
+
},
|
|
107601
|
+
{
|
|
107602
|
+
"kind": "method",
|
|
107603
|
+
"name": "assignToSlot",
|
|
107604
|
+
"privacy": "public",
|
|
107605
|
+
"type": "(slotName: string, node: Element | Text): void",
|
|
107606
|
+
"description": "Assigns nodes to a dedicated slot.",
|
|
106762
107607
|
"parameters": [],
|
|
106763
107608
|
"return": {},
|
|
106764
107609
|
"inheritedFrom": {
|
|
106765
|
-
"name": "
|
|
106766
|
-
"module": "./../src/Controls/Behaviors/
|
|
107610
|
+
"name": "ISlottable",
|
|
107611
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
106767
107612
|
}
|
|
106768
107613
|
},
|
|
106769
107614
|
{
|
|
106770
107615
|
"kind": "method",
|
|
106771
|
-
"name": "
|
|
107616
|
+
"name": "getSlotAssignments",
|
|
106772
107617
|
"privacy": "public",
|
|
106773
|
-
"type": "():
|
|
106774
|
-
"description": "
|
|
107618
|
+
"type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
|
|
107619
|
+
"description": "Returns the assigned elements of a slot.",
|
|
106775
107620
|
"parameters": [],
|
|
106776
|
-
"return": {
|
|
107621
|
+
"return": {
|
|
107622
|
+
"description": "The assigned elements of a slot."
|
|
107623
|
+
},
|
|
106777
107624
|
"inheritedFrom": {
|
|
106778
|
-
"name": "
|
|
106779
|
-
"module": "./../src/Controls/Behaviors/
|
|
107625
|
+
"name": "ISlottable",
|
|
107626
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107627
|
+
}
|
|
107628
|
+
},
|
|
107629
|
+
{
|
|
107630
|
+
"kind": "method",
|
|
107631
|
+
"name": "getSlotAssignmentsOf",
|
|
107632
|
+
"privacy": "public",
|
|
107633
|
+
"type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
|
|
107634
|
+
"description": "Returns the assigned elements of a slot with a specific element type.",
|
|
107635
|
+
"parameters": [],
|
|
107636
|
+
"return": {
|
|
107637
|
+
"description": "The assigned elements of a slot."
|
|
107638
|
+
},
|
|
107639
|
+
"inheritedFrom": {
|
|
107640
|
+
"name": "ISlottable",
|
|
107641
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107642
|
+
}
|
|
107643
|
+
},
|
|
107644
|
+
{
|
|
107645
|
+
"kind": "method",
|
|
107646
|
+
"name": "hasSlotContent",
|
|
107647
|
+
"privacy": "public",
|
|
107648
|
+
"type": "(slotName: string): boolean",
|
|
107649
|
+
"description": "Returns a boolean that indicates if a slot has content.",
|
|
107650
|
+
"parameters": [],
|
|
107651
|
+
"return": {
|
|
107652
|
+
"description": "A boolean that indicates if a slot has content."
|
|
107653
|
+
},
|
|
107654
|
+
"inheritedFrom": {
|
|
107655
|
+
"name": "ISlottable",
|
|
107656
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107657
|
+
}
|
|
107658
|
+
},
|
|
107659
|
+
{
|
|
107660
|
+
"kind": "method",
|
|
107661
|
+
"name": "hasSlot",
|
|
107662
|
+
"privacy": "public",
|
|
107663
|
+
"type": "(slotName: string): boolean",
|
|
107664
|
+
"description": "Returns a boolean that indicates if a slot exists.",
|
|
107665
|
+
"parameters": [],
|
|
107666
|
+
"return": {
|
|
107667
|
+
"description": "A boolean that indicates if a slot exists."
|
|
107668
|
+
},
|
|
107669
|
+
"inheritedFrom": {
|
|
107670
|
+
"name": "ISlottable",
|
|
107671
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
106780
107672
|
}
|
|
106781
107673
|
},
|
|
106782
107674
|
{
|
|
@@ -106900,8 +107792,18 @@
|
|
|
106900
107792
|
}
|
|
106901
107793
|
}
|
|
106902
107794
|
],
|
|
106903
|
-
"tagName": "mosaik-
|
|
107795
|
+
"tagName": "mosaik-portal",
|
|
106904
107796
|
"events": [
|
|
107797
|
+
{
|
|
107798
|
+
"description": "Fired when the portal is attached to the DOM.",
|
|
107799
|
+
"name": "portalAttached",
|
|
107800
|
+
"type": "Event"
|
|
107801
|
+
},
|
|
107802
|
+
{
|
|
107803
|
+
"description": "Fired when the portal is detached from the DOM.",
|
|
107804
|
+
"name": "portalDetached",
|
|
107805
|
+
"type": "Event"
|
|
107806
|
+
},
|
|
106905
107807
|
{
|
|
106906
107808
|
"description": "Called when the element is connected to the DOM.",
|
|
106907
107809
|
"name": "connected",
|
|
@@ -106932,114 +107834,19 @@
|
|
|
106932
107834
|
],
|
|
106933
107835
|
"attributes": [
|
|
106934
107836
|
{
|
|
106935
|
-
"name": "
|
|
106936
|
-
"fieldName": "
|
|
106937
|
-
"description": "Gets or sets the `
|
|
106938
|
-
"type": "
|
|
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
|
-
}
|
|
107013
|
-
},
|
|
107014
|
-
{
|
|
107015
|
-
"name": "disabled",
|
|
107016
|
-
"fieldName": "disabled",
|
|
107017
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
107018
|
-
"type": "boolean",
|
|
107019
|
-
"inheritedFrom": {
|
|
107020
|
-
"name": "Disableable",
|
|
107021
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
107022
|
-
}
|
|
107023
|
-
},
|
|
107024
|
-
{
|
|
107025
|
-
"name": "for",
|
|
107026
|
-
"fieldName": "for",
|
|
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",
|
|
107029
|
-
"inheritedFrom": {
|
|
107030
|
-
"name": "Attachable",
|
|
107031
|
-
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107032
|
-
}
|
|
107837
|
+
"name": "isProjected",
|
|
107838
|
+
"fieldName": "isProjected",
|
|
107839
|
+
"description": "Gets or sets the `isProjected` property.",
|
|
107840
|
+
"type": "boolean"
|
|
107033
107841
|
},
|
|
107034
107842
|
{
|
|
107035
|
-
"name": "
|
|
107036
|
-
"fieldName": "
|
|
107037
|
-
"
|
|
107038
|
-
"
|
|
107039
|
-
"type": "string",
|
|
107843
|
+
"name": "destination",
|
|
107844
|
+
"fieldName": "destination",
|
|
107845
|
+
"description": "Gets or sets the `destination` property.",
|
|
107846
|
+
"type": "string | Element",
|
|
107040
107847
|
"inheritedFrom": {
|
|
107041
|
-
"name": "
|
|
107042
|
-
"module": "./../src/Controls/
|
|
107848
|
+
"name": "IPortalElementProps",
|
|
107849
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalElementProps.ts"
|
|
107043
107850
|
}
|
|
107044
107851
|
},
|
|
107045
107852
|
{
|
|
@@ -107067,33 +107874,14 @@
|
|
|
107067
107874
|
]
|
|
107068
107875
|
},
|
|
107069
107876
|
{
|
|
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",
|
|
107877
|
+
"path": "./../src/Controls/Components/Primitives/Portal/PortalHostElement.ts",
|
|
107090
107878
|
"exports": [
|
|
107091
107879
|
{
|
|
107092
107880
|
"kind": "definition",
|
|
107093
|
-
"name": "mosaik-portal",
|
|
107881
|
+
"name": "mosaik-portal-host",
|
|
107094
107882
|
"declaration": {
|
|
107095
|
-
"name": "
|
|
107096
|
-
"module": "./../src/Controls/Components/Primitives/Portal/
|
|
107883
|
+
"name": "PortalHostElement",
|
|
107884
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalHostElement.ts"
|
|
107097
107885
|
}
|
|
107098
107886
|
},
|
|
107099
107887
|
{
|
|
@@ -107103,70 +107891,38 @@
|
|
|
107103
107891
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107104
107892
|
},
|
|
107105
107893
|
"mixins": [
|
|
107894
|
+
{
|
|
107895
|
+
"name": "Themeable",
|
|
107896
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107897
|
+
},
|
|
107106
107898
|
{
|
|
107107
107899
|
"name": "Slottable",
|
|
107108
107900
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107109
107901
|
}
|
|
107110
107902
|
],
|
|
107111
|
-
"description": "
|
|
107112
|
-
"name": "
|
|
107903
|
+
"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.",
|
|
107904
|
+
"name": "PortalHostElement",
|
|
107113
107905
|
"members": [
|
|
107114
107906
|
{
|
|
107115
107907
|
"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",
|
|
107908
|
+
"name": "name",
|
|
107153
107909
|
"privacy": "public",
|
|
107154
|
-
"description": "Gets or sets the `
|
|
107155
|
-
"type": "string
|
|
107910
|
+
"description": "Gets or sets the `name` property.\nThe `name` property represents the unique identifier for this portal host.",
|
|
107911
|
+
"type": "string",
|
|
107156
107912
|
"inheritedFrom": {
|
|
107157
|
-
"name": "
|
|
107158
|
-
"module": "./../src/Controls/Components/Primitives/Portal/
|
|
107913
|
+
"name": "IPortalHostElementProps",
|
|
107914
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalHostElementProps.ts"
|
|
107159
107915
|
}
|
|
107160
107916
|
},
|
|
107161
107917
|
{
|
|
107162
107918
|
"kind": "field",
|
|
107163
|
-
"name": "
|
|
107919
|
+
"name": "themeName",
|
|
107164
107920
|
"privacy": "public",
|
|
107165
|
-
"description": "Gets or sets the `
|
|
107166
|
-
"type": "
|
|
107921
|
+
"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.",
|
|
107922
|
+
"type": "string",
|
|
107167
107923
|
"inheritedFrom": {
|
|
107168
|
-
"name": "
|
|
107169
|
-
"module": "./../src/Controls/
|
|
107924
|
+
"name": "IThemeableProps",
|
|
107925
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107170
107926
|
}
|
|
107171
107927
|
},
|
|
107172
107928
|
{
|
|
@@ -107224,22 +107980,6 @@
|
|
|
107224
107980
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107225
107981
|
}
|
|
107226
107982
|
},
|
|
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
107983
|
{
|
|
107244
107984
|
"kind": "method",
|
|
107245
107985
|
"name": "assignToSlot",
|
|
@@ -107313,6 +108053,19 @@
|
|
|
107313
108053
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107314
108054
|
}
|
|
107315
108055
|
},
|
|
108056
|
+
{
|
|
108057
|
+
"kind": "method",
|
|
108058
|
+
"name": "onSlotChanges",
|
|
108059
|
+
"privacy": "public",
|
|
108060
|
+
"type": "(slotName?: string | undefined): void",
|
|
108061
|
+
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
108062
|
+
"parameters": [],
|
|
108063
|
+
"return": {},
|
|
108064
|
+
"inheritedFrom": {
|
|
108065
|
+
"name": "ISlottable",
|
|
108066
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
108067
|
+
}
|
|
108068
|
+
},
|
|
107316
108069
|
{
|
|
107317
108070
|
"kind": "method",
|
|
107318
108071
|
"name": "adoptStyle",
|
|
@@ -107434,18 +108187,8 @@
|
|
|
107434
108187
|
}
|
|
107435
108188
|
}
|
|
107436
108189
|
],
|
|
107437
|
-
"tagName": "mosaik-portal",
|
|
108190
|
+
"tagName": "mosaik-portal-host",
|
|
107438
108191
|
"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
108192
|
{
|
|
107450
108193
|
"description": "Called when the element is connected to the DOM.",
|
|
107451
108194
|
"name": "connected",
|
|
@@ -107476,19 +108219,13 @@
|
|
|
107476
108219
|
],
|
|
107477
108220
|
"attributes": [
|
|
107478
108221
|
{
|
|
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",
|
|
108222
|
+
"name": "name",
|
|
108223
|
+
"fieldName": "name",
|
|
108224
|
+
"description": "Gets or sets the `name` property.\nThe `name` property represents the unique identifier for this portal host.",
|
|
108225
|
+
"type": "string",
|
|
107489
108226
|
"inheritedFrom": {
|
|
107490
|
-
"name": "
|
|
107491
|
-
"module": "./../src/Controls/Components/Primitives/Portal/
|
|
108227
|
+
"name": "IPortalHostElementProps",
|
|
108228
|
+
"module": "./../src/Controls/Components/Primitives/Portal/IPortalHostElementProps.ts"
|
|
107492
108229
|
}
|
|
107493
108230
|
},
|
|
107494
108231
|
{
|
|
@@ -107502,69 +108239,142 @@
|
|
|
107502
108239
|
}
|
|
107503
108240
|
},
|
|
107504
108241
|
{
|
|
107505
|
-
"name": "lang",
|
|
107506
|
-
"fieldName": "lang",
|
|
107507
|
-
"description": "Gets or sets the `lang` property.",
|
|
107508
|
-
"type": "string",
|
|
108242
|
+
"name": "lang",
|
|
108243
|
+
"fieldName": "lang",
|
|
108244
|
+
"description": "Gets or sets the `lang` property.",
|
|
108245
|
+
"type": "string",
|
|
108246
|
+
"inheritedFrom": {
|
|
108247
|
+
"name": "CustomElement",
|
|
108248
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108249
|
+
}
|
|
108250
|
+
}
|
|
108251
|
+
]
|
|
108252
|
+
}
|
|
108253
|
+
]
|
|
108254
|
+
},
|
|
108255
|
+
{
|
|
108256
|
+
"path": "./../src/Controls/Components/Primitives/Portal/PortalProjectionElement.ts",
|
|
108257
|
+
"exports": [
|
|
108258
|
+
{
|
|
108259
|
+
"kind": "definition",
|
|
108260
|
+
"name": "mosaik-portal-projection",
|
|
108261
|
+
"declaration": {
|
|
108262
|
+
"name": "PortalProjectionElement",
|
|
108263
|
+
"module": "./../src/Controls/Components/Primitives/Portal/PortalProjectionElement.ts"
|
|
108264
|
+
}
|
|
108265
|
+
},
|
|
108266
|
+
{
|
|
108267
|
+
"kind": "class",
|
|
108268
|
+
"superclass": {
|
|
108269
|
+
"name": "OverlayElement",
|
|
108270
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108271
|
+
},
|
|
108272
|
+
"mixins": [
|
|
108273
|
+
{
|
|
108274
|
+
"name": "Themeable",
|
|
108275
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
108276
|
+
},
|
|
108277
|
+
{
|
|
108278
|
+
"name": "Slottable",
|
|
108279
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
108280
|
+
}
|
|
108281
|
+
],
|
|
108282
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108283
|
+
"name": "PortalProjectionElement",
|
|
108284
|
+
"members": [
|
|
108285
|
+
{
|
|
108286
|
+
"kind": "field",
|
|
108287
|
+
"name": "portal",
|
|
108288
|
+
"privacy": "public",
|
|
108289
|
+
"description": "Returns the portal assigned to this projection.",
|
|
108290
|
+
"type": "PortalElement"
|
|
108291
|
+
},
|
|
108292
|
+
{
|
|
108293
|
+
"kind": "field",
|
|
108294
|
+
"name": "themeName",
|
|
108295
|
+
"privacy": "public",
|
|
108296
|
+
"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.",
|
|
108297
|
+
"type": "string",
|
|
108298
|
+
"inheritedFrom": {
|
|
108299
|
+
"name": "IThemeableProps",
|
|
108300
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
108301
|
+
}
|
|
108302
|
+
},
|
|
108303
|
+
{
|
|
108304
|
+
"kind": "field",
|
|
108305
|
+
"name": "isOpen",
|
|
108306
|
+
"privacy": "public",
|
|
108307
|
+
"description": "Gets or sets the `isOpen` property.",
|
|
108308
|
+
"type": "boolean",
|
|
108309
|
+
"inheritedFrom": {
|
|
108310
|
+
"name": "IOverlayElementProps",
|
|
108311
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108312
|
+
}
|
|
108313
|
+
},
|
|
108314
|
+
{
|
|
108315
|
+
"kind": "field",
|
|
108316
|
+
"name": "hasBackdrop",
|
|
108317
|
+
"privacy": "public",
|
|
108318
|
+
"description": "Gets or sets the `hasBackdrop` property.",
|
|
108319
|
+
"type": "boolean",
|
|
108320
|
+
"inheritedFrom": {
|
|
108321
|
+
"name": "IOverlayElementProps",
|
|
108322
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108323
|
+
}
|
|
108324
|
+
},
|
|
108325
|
+
{
|
|
108326
|
+
"kind": "field",
|
|
108327
|
+
"name": "pressEscapeToClose",
|
|
108328
|
+
"privacy": "public",
|
|
108329
|
+
"description": "Gets or sets the `pressEscapeToClose` property.",
|
|
108330
|
+
"type": "boolean",
|
|
108331
|
+
"inheritedFrom": {
|
|
108332
|
+
"name": "IOverlayElementProps",
|
|
108333
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108334
|
+
}
|
|
108335
|
+
},
|
|
108336
|
+
{
|
|
108337
|
+
"kind": "field",
|
|
108338
|
+
"name": "clickOutsideToClose",
|
|
108339
|
+
"privacy": "public",
|
|
108340
|
+
"description": "Gets or sets the `clickOutsideToClose` property.",
|
|
108341
|
+
"type": "boolean",
|
|
108342
|
+
"inheritedFrom": {
|
|
108343
|
+
"name": "IOverlayElementProps",
|
|
108344
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108345
|
+
}
|
|
108346
|
+
},
|
|
108347
|
+
{
|
|
108348
|
+
"kind": "field",
|
|
108349
|
+
"name": "opened",
|
|
108350
|
+
"privacy": "public",
|
|
108351
|
+
"description": "Called when the `open` method is called.\nProvides reference to the `ICancelEventDetail` as event argument.",
|
|
108352
|
+
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
107509
108353
|
"inheritedFrom": {
|
|
107510
|
-
"name": "
|
|
107511
|
-
"module": "./../src/Controls/
|
|
108354
|
+
"name": "IOpenableEvents",
|
|
108355
|
+
"module": "./../src/Controls/Behaviors/Openable.ts"
|
|
107512
108356
|
}
|
|
107513
|
-
}
|
|
107514
|
-
]
|
|
107515
|
-
}
|
|
107516
|
-
]
|
|
107517
|
-
},
|
|
107518
|
-
{
|
|
107519
|
-
"path": "./../src/Controls/Components/Primitives/Portal/PortalHostElement.ts",
|
|
107520
|
-
"exports": [
|
|
107521
|
-
{
|
|
107522
|
-
"kind": "definition",
|
|
107523
|
-
"name": "mosaik-portal-host",
|
|
107524
|
-
"declaration": {
|
|
107525
|
-
"name": "PortalHostElement",
|
|
107526
|
-
"module": "./../src/Controls/Components/Primitives/Portal/PortalHostElement.ts"
|
|
107527
|
-
}
|
|
107528
|
-
},
|
|
107529
|
-
{
|
|
107530
|
-
"kind": "class",
|
|
107531
|
-
"superclass": {
|
|
107532
|
-
"name": "CustomElement",
|
|
107533
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107534
|
-
},
|
|
107535
|
-
"mixins": [
|
|
107536
|
-
{
|
|
107537
|
-
"name": "Themeable",
|
|
107538
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107539
108357
|
},
|
|
107540
|
-
{
|
|
107541
|
-
"name": "Slottable",
|
|
107542
|
-
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107543
|
-
}
|
|
107544
|
-
],
|
|
107545
|
-
"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.",
|
|
107546
|
-
"name": "PortalHostElement",
|
|
107547
|
-
"members": [
|
|
107548
108358
|
{
|
|
107549
108359
|
"kind": "field",
|
|
107550
|
-
"name": "
|
|
108360
|
+
"name": "closeable",
|
|
107551
108361
|
"privacy": "public",
|
|
107552
|
-
"description": "Gets or sets the `
|
|
107553
|
-
"type": "
|
|
108362
|
+
"description": "Gets or sets the `closeable` property.\nThe default value is `false`, which means the element is not closeable.",
|
|
108363
|
+
"type": "boolean",
|
|
107554
108364
|
"inheritedFrom": {
|
|
107555
|
-
"name": "
|
|
107556
|
-
"module": "./../src/Controls/
|
|
108365
|
+
"name": "Closeable",
|
|
108366
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
107557
108367
|
}
|
|
107558
108368
|
},
|
|
107559
108369
|
{
|
|
107560
108370
|
"kind": "field",
|
|
107561
|
-
"name": "
|
|
108371
|
+
"name": "closed",
|
|
107562
108372
|
"privacy": "public",
|
|
107563
|
-
"description": "
|
|
107564
|
-
"type": "
|
|
108373
|
+
"description": "Called when the `close` method is called.\nProvides reference to the `ICancelEventDetail` as event argument.",
|
|
108374
|
+
"type": "IEventEmitter<ICancelEventDetail<HTMLElement>>",
|
|
107565
108375
|
"inheritedFrom": {
|
|
107566
|
-
"name": "
|
|
107567
|
-
"module": "./../src/Controls/Behaviors/
|
|
108376
|
+
"name": "ICloseableEvents",
|
|
108377
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
107568
108378
|
}
|
|
107569
108379
|
},
|
|
107570
108380
|
{
|
|
@@ -107622,6 +108432,23 @@
|
|
|
107622
108432
|
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
107623
108433
|
}
|
|
107624
108434
|
},
|
|
108435
|
+
{
|
|
108436
|
+
"kind": "method",
|
|
108437
|
+
"name": "assign",
|
|
108438
|
+
"privacy": "public",
|
|
108439
|
+
"type": "(portal: PortalElement): void",
|
|
108440
|
+
"description": "Assigns the portal to this projection.",
|
|
108441
|
+
"parameters": [
|
|
108442
|
+
{
|
|
108443
|
+
"name": "portal",
|
|
108444
|
+
"type": "PortalElement",
|
|
108445
|
+
"description": "The portal element to assign."
|
|
108446
|
+
}
|
|
108447
|
+
],
|
|
108448
|
+
"return": {
|
|
108449
|
+
"type": "void"
|
|
108450
|
+
}
|
|
108451
|
+
},
|
|
107625
108452
|
{
|
|
107626
108453
|
"kind": "method",
|
|
107627
108454
|
"name": "assignToSlot",
|
|
@@ -107708,6 +108535,36 @@
|
|
|
107708
108535
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
107709
108536
|
}
|
|
107710
108537
|
},
|
|
108538
|
+
{
|
|
108539
|
+
"kind": "method",
|
|
108540
|
+
"name": "open",
|
|
108541
|
+
"privacy": "public",
|
|
108542
|
+
"type": "(): Promise<void>",
|
|
108543
|
+
"description": "Opens the `OverlayElement`.",
|
|
108544
|
+
"parameters": [],
|
|
108545
|
+
"return": {
|
|
108546
|
+
"type": "Promise<void>"
|
|
108547
|
+
},
|
|
108548
|
+
"inheritedFrom": {
|
|
108549
|
+
"name": "OverlayElement",
|
|
108550
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108551
|
+
}
|
|
108552
|
+
},
|
|
108553
|
+
{
|
|
108554
|
+
"kind": "method",
|
|
108555
|
+
"name": "close",
|
|
108556
|
+
"privacy": "public",
|
|
108557
|
+
"type": "(): Promise<boolean>",
|
|
108558
|
+
"description": "Closes the `OverlayElement`.",
|
|
108559
|
+
"parameters": [],
|
|
108560
|
+
"return": {
|
|
108561
|
+
"type": "Promise<boolean>"
|
|
108562
|
+
},
|
|
108563
|
+
"inheritedFrom": {
|
|
108564
|
+
"name": "OverlayElement",
|
|
108565
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108566
|
+
}
|
|
108567
|
+
},
|
|
107711
108568
|
{
|
|
107712
108569
|
"kind": "method",
|
|
107713
108570
|
"name": "adoptStyle",
|
|
@@ -107829,8 +108686,26 @@
|
|
|
107829
108686
|
}
|
|
107830
108687
|
}
|
|
107831
108688
|
],
|
|
107832
|
-
"tagName": "mosaik-portal-
|
|
108689
|
+
"tagName": "mosaik-portal-projection",
|
|
107833
108690
|
"events": [
|
|
108691
|
+
{
|
|
108692
|
+
"description": "Dispatched when the `OverlayElement` is closed.",
|
|
108693
|
+
"name": "closed",
|
|
108694
|
+
"inheritedFrom": {
|
|
108695
|
+
"name": "OverlayElement",
|
|
108696
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108697
|
+
},
|
|
108698
|
+
"type": "Event"
|
|
108699
|
+
},
|
|
108700
|
+
{
|
|
108701
|
+
"description": "Dispatched when the `OverlayElement` is opened.",
|
|
108702
|
+
"name": "opened",
|
|
108703
|
+
"inheritedFrom": {
|
|
108704
|
+
"name": "OverlayElement",
|
|
108705
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108706
|
+
},
|
|
108707
|
+
"type": "CustomEvent"
|
|
108708
|
+
},
|
|
107834
108709
|
{
|
|
107835
108710
|
"description": "Called when the element is connected to the DOM.",
|
|
107836
108711
|
"name": "connected",
|
|
@@ -107841,53 +108716,182 @@
|
|
|
107841
108716
|
"type": "CustomEvent"
|
|
107842
108717
|
},
|
|
107843
108718
|
{
|
|
107844
|
-
"description": "Called when the element is disconnected from the DOM.",
|
|
107845
|
-
"name": "disconnected",
|
|
107846
|
-
"inheritedFrom": {
|
|
107847
|
-
"name": "CustomElement",
|
|
107848
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107849
|
-
},
|
|
107850
|
-
"type": "CustomEvent"
|
|
108719
|
+
"description": "Called when the element is disconnected from the DOM.",
|
|
108720
|
+
"name": "disconnected",
|
|
108721
|
+
"inheritedFrom": {
|
|
108722
|
+
"name": "CustomElement",
|
|
108723
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108724
|
+
},
|
|
108725
|
+
"type": "CustomEvent"
|
|
108726
|
+
},
|
|
108727
|
+
{
|
|
108728
|
+
"description": "Called when the element will be updated.",
|
|
108729
|
+
"name": "changed",
|
|
108730
|
+
"inheritedFrom": {
|
|
108731
|
+
"name": "CustomElement",
|
|
108732
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108733
|
+
},
|
|
108734
|
+
"type": "Event"
|
|
108735
|
+
}
|
|
108736
|
+
],
|
|
108737
|
+
"attributes": [
|
|
108738
|
+
{
|
|
108739
|
+
"name": "isOpen",
|
|
108740
|
+
"fieldName": "isOpen",
|
|
108741
|
+
"description": "Gets or sets the `isOpen` property.",
|
|
108742
|
+
"type": "boolean",
|
|
108743
|
+
"inheritedFrom": {
|
|
108744
|
+
"name": "IOverlayElementProps",
|
|
108745
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108746
|
+
}
|
|
108747
|
+
},
|
|
108748
|
+
{
|
|
108749
|
+
"name": "hasBackdrop",
|
|
108750
|
+
"fieldName": "hasBackdrop",
|
|
108751
|
+
"description": "Gets or sets the `hasBackdrop` property.",
|
|
108752
|
+
"type": "boolean",
|
|
108753
|
+
"inheritedFrom": {
|
|
108754
|
+
"name": "IOverlayElementProps",
|
|
108755
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108756
|
+
}
|
|
108757
|
+
},
|
|
108758
|
+
{
|
|
108759
|
+
"name": "pressEscapeToClose",
|
|
108760
|
+
"fieldName": "pressEscapeToClose",
|
|
108761
|
+
"description": "Gets or sets the `pressEscapeToClose` property.",
|
|
108762
|
+
"type": "boolean",
|
|
108763
|
+
"inheritedFrom": {
|
|
108764
|
+
"name": "IOverlayElementProps",
|
|
108765
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108766
|
+
}
|
|
108767
|
+
},
|
|
108768
|
+
{
|
|
108769
|
+
"name": "clickOutsideToClose",
|
|
108770
|
+
"fieldName": "clickOutsideToClose",
|
|
108771
|
+
"description": "Gets or sets the `clickOutsideToClose` property.",
|
|
108772
|
+
"type": "boolean",
|
|
108773
|
+
"inheritedFrom": {
|
|
108774
|
+
"name": "IOverlayElementProps",
|
|
108775
|
+
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108776
|
+
}
|
|
108777
|
+
},
|
|
108778
|
+
{
|
|
108779
|
+
"name": "closeable",
|
|
108780
|
+
"fieldName": "closeable",
|
|
108781
|
+
"description": "Gets or sets the `closeable` property.\nThe default value is `false`, which means the element is not closeable.",
|
|
108782
|
+
"type": "boolean",
|
|
108783
|
+
"inheritedFrom": {
|
|
108784
|
+
"name": "Closeable",
|
|
108785
|
+
"module": "./../src/Controls/Behaviors/Closeable.ts"
|
|
108786
|
+
}
|
|
108787
|
+
},
|
|
108788
|
+
{
|
|
108789
|
+
"name": "dir",
|
|
108790
|
+
"fieldName": "dir",
|
|
108791
|
+
"description": "Gets or sets the `dir` property.",
|
|
108792
|
+
"type": "FlowDirection",
|
|
108793
|
+
"inheritedFrom": {
|
|
108794
|
+
"name": "CustomElement",
|
|
108795
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108796
|
+
}
|
|
108797
|
+
},
|
|
108798
|
+
{
|
|
108799
|
+
"name": "lang",
|
|
108800
|
+
"fieldName": "lang",
|
|
108801
|
+
"description": "Gets or sets the `lang` property.",
|
|
108802
|
+
"type": "string",
|
|
108803
|
+
"inheritedFrom": {
|
|
108804
|
+
"name": "CustomElement",
|
|
108805
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108806
|
+
}
|
|
108807
|
+
}
|
|
108808
|
+
]
|
|
108809
|
+
}
|
|
108810
|
+
]
|
|
108811
|
+
},
|
|
108812
|
+
{
|
|
108813
|
+
"path": "./../src/Controls/Components/Primitives/Portal/ProjectionController.ts",
|
|
108814
|
+
"exports": [
|
|
108815
|
+
{
|
|
108816
|
+
"kind": "class",
|
|
108817
|
+
"superclass": {
|
|
108818
|
+
"name": "ControllerBase",
|
|
108819
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
108820
|
+
},
|
|
108821
|
+
"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.",
|
|
108822
|
+
"name": "ProjectionController",
|
|
108823
|
+
"members": [
|
|
108824
|
+
{
|
|
108825
|
+
"kind": "field",
|
|
108826
|
+
"name": "elements",
|
|
108827
|
+
"privacy": "public",
|
|
108828
|
+
"description": "Returns projected elements.",
|
|
108829
|
+
"type": "HTMLElement[]"
|
|
108830
|
+
},
|
|
108831
|
+
{
|
|
108832
|
+
"kind": "method",
|
|
108833
|
+
"name": "hostFirstUpdated",
|
|
108834
|
+
"privacy": "public",
|
|
108835
|
+
"type": "(): void",
|
|
108836
|
+
"parameters": [],
|
|
108837
|
+
"return": {
|
|
108838
|
+
"type": "void"
|
|
108839
|
+
}
|
|
108840
|
+
},
|
|
108841
|
+
{
|
|
108842
|
+
"kind": "method",
|
|
108843
|
+
"name": "hostDisconnected",
|
|
108844
|
+
"privacy": "public",
|
|
108845
|
+
"type": "(): void",
|
|
108846
|
+
"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.",
|
|
108847
|
+
"parameters": [],
|
|
108848
|
+
"return": {
|
|
108849
|
+
"type": "void"
|
|
108850
|
+
}
|
|
107851
108851
|
},
|
|
107852
108852
|
{
|
|
107853
|
-
"
|
|
107854
|
-
"name": "
|
|
107855
|
-
"
|
|
107856
|
-
|
|
107857
|
-
|
|
108853
|
+
"kind": "method",
|
|
108854
|
+
"name": "hostConnected",
|
|
108855
|
+
"privacy": "public",
|
|
108856
|
+
"type": "(): void",
|
|
108857
|
+
"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.",
|
|
108858
|
+
"parameters": [],
|
|
108859
|
+
"return": {
|
|
108860
|
+
"type": "void"
|
|
107858
108861
|
},
|
|
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
108862
|
"inheritedFrom": {
|
|
107869
|
-
"name": "
|
|
107870
|
-
"module": "./../src/Controls/
|
|
108863
|
+
"name": "ControllerBase",
|
|
108864
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
107871
108865
|
}
|
|
107872
108866
|
},
|
|
107873
108867
|
{
|
|
107874
|
-
"
|
|
107875
|
-
"
|
|
107876
|
-
"
|
|
107877
|
-
"type": "
|
|
108868
|
+
"kind": "method",
|
|
108869
|
+
"name": "hostUpdate",
|
|
108870
|
+
"privacy": "public",
|
|
108871
|
+
"type": "(): void",
|
|
108872
|
+
"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.",
|
|
108873
|
+
"parameters": [],
|
|
108874
|
+
"return": {
|
|
108875
|
+
"type": "void"
|
|
108876
|
+
},
|
|
107878
108877
|
"inheritedFrom": {
|
|
107879
|
-
"name": "
|
|
107880
|
-
"module": "./../src/Controls/
|
|
108878
|
+
"name": "ControllerBase",
|
|
108879
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
107881
108880
|
}
|
|
107882
108881
|
},
|
|
107883
108882
|
{
|
|
107884
|
-
"
|
|
107885
|
-
"
|
|
107886
|
-
"
|
|
107887
|
-
"type": "
|
|
108883
|
+
"kind": "method",
|
|
108884
|
+
"name": "hostUpdated",
|
|
108885
|
+
"privacy": "public",
|
|
108886
|
+
"type": "(): void",
|
|
108887
|
+
"description": "Called after a host update, just before the host calls firstUpdated and\nupdated. It is not called in server-side rendering.",
|
|
108888
|
+
"parameters": [],
|
|
108889
|
+
"return": {
|
|
108890
|
+
"type": "void"
|
|
108891
|
+
},
|
|
107888
108892
|
"inheritedFrom": {
|
|
107889
|
-
"name": "
|
|
107890
|
-
"module": "./../src/Controls/
|
|
108893
|
+
"name": "ControllerBase",
|
|
108894
|
+
"module": "./../src/Controls/Controllers/Abstracts/ControllerBase.ts"
|
|
107891
108895
|
}
|
|
107892
108896
|
}
|
|
107893
108897
|
]
|
|
@@ -107895,21 +108899,21 @@
|
|
|
107895
108899
|
]
|
|
107896
108900
|
},
|
|
107897
108901
|
{
|
|
107898
|
-
"path": "./../src/Controls/Components/Primitives/
|
|
108902
|
+
"path": "./../src/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.ts",
|
|
107899
108903
|
"exports": [
|
|
107900
108904
|
{
|
|
107901
108905
|
"kind": "definition",
|
|
107902
|
-
"name": "mosaik-
|
|
108906
|
+
"name": "mosaik-resize-thumb",
|
|
107903
108907
|
"declaration": {
|
|
107904
|
-
"name": "
|
|
107905
|
-
"module": "./../src/Controls/Components/Primitives/
|
|
108908
|
+
"name": "ResizeThumbElement",
|
|
108909
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.ts"
|
|
107906
108910
|
}
|
|
107907
108911
|
},
|
|
107908
108912
|
{
|
|
107909
108913
|
"kind": "class",
|
|
107910
108914
|
"superclass": {
|
|
107911
|
-
"name": "
|
|
107912
|
-
"module": "./../src/Controls/Components/
|
|
108915
|
+
"name": "CustomElement",
|
|
108916
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
107913
108917
|
},
|
|
107914
108918
|
"mixins": [
|
|
107915
108919
|
{
|
|
@@ -107917,294 +108921,245 @@
|
|
|
107917
108921
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107918
108922
|
},
|
|
107919
108923
|
{
|
|
107920
|
-
"name": "
|
|
107921
|
-
"module": "./../src/Controls/Behaviors/
|
|
108924
|
+
"name": "Disableable",
|
|
108925
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
108926
|
+
},
|
|
108927
|
+
{
|
|
108928
|
+
"name": "Attachable",
|
|
108929
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
107922
108930
|
}
|
|
107923
108931
|
],
|
|
107924
|
-
"description": "
|
|
107925
|
-
"name": "
|
|
108932
|
+
"description": "ResizeThumb - A primitive element that provides resize handle functionality.",
|
|
108933
|
+
"name": "ResizeThumbElement",
|
|
107926
108934
|
"members": [
|
|
107927
108935
|
{
|
|
107928
108936
|
"kind": "field",
|
|
107929
|
-
"name": "
|
|
108937
|
+
"name": "isResizing",
|
|
107930
108938
|
"privacy": "public",
|
|
107931
|
-
"description": "
|
|
107932
|
-
"type": "
|
|
108939
|
+
"description": "Gets whether a resize operation is currently in progress.",
|
|
108940
|
+
"type": "boolean"
|
|
107933
108941
|
},
|
|
107934
108942
|
{
|
|
107935
108943
|
"kind": "field",
|
|
107936
|
-
"name": "
|
|
108944
|
+
"name": "resizeStart",
|
|
107937
108945
|
"privacy": "public",
|
|
107938
|
-
"description": "
|
|
107939
|
-
"type": "
|
|
107940
|
-
"inheritedFrom": {
|
|
107941
|
-
"name": "IThemeableProps",
|
|
107942
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
107943
|
-
}
|
|
108946
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108947
|
+
"type": "IEventEmitter<IResizeThumbResizeStartEventDetail>"
|
|
107944
108948
|
},
|
|
107945
108949
|
{
|
|
107946
108950
|
"kind": "field",
|
|
107947
|
-
"name": "
|
|
108951
|
+
"name": "resizing",
|
|
107948
108952
|
"privacy": "public",
|
|
107949
|
-
"description": "
|
|
107950
|
-
"type": "
|
|
107951
|
-
"inheritedFrom": {
|
|
107952
|
-
"name": "IOverlayElementProps",
|
|
107953
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
107954
|
-
}
|
|
108953
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108954
|
+
"type": "IEventEmitter<IResizeThumbResizingEventDetail>"
|
|
107955
108955
|
},
|
|
107956
108956
|
{
|
|
107957
108957
|
"kind": "field",
|
|
107958
|
-
"name": "
|
|
108958
|
+
"name": "resizeEnd",
|
|
107959
108959
|
"privacy": "public",
|
|
107960
|
-
"description": "
|
|
107961
|
-
"type": "
|
|
107962
|
-
"inheritedFrom": {
|
|
107963
|
-
"name": "IOverlayElementProps",
|
|
107964
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
107965
|
-
}
|
|
108960
|
+
"description": "[object Object],[object Object],[object Object]",
|
|
108961
|
+
"type": "IEventEmitter<IResizeThumbResizeEndEventDetail>"
|
|
107966
108962
|
},
|
|
107967
108963
|
{
|
|
107968
108964
|
"kind": "field",
|
|
107969
|
-
"name": "
|
|
108965
|
+
"name": "direction",
|
|
107970
108966
|
"privacy": "public",
|
|
107971
|
-
"description": "Gets or sets the `
|
|
107972
|
-
"type": "
|
|
108967
|
+
"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.",
|
|
108968
|
+
"type": "ResizeDirection",
|
|
107973
108969
|
"inheritedFrom": {
|
|
107974
|
-
"name": "
|
|
107975
|
-
"module": "./../src/Controls/Components/
|
|
108970
|
+
"name": "IResizeThumbElementProps",
|
|
108971
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
107976
108972
|
}
|
|
107977
108973
|
},
|
|
107978
108974
|
{
|
|
107979
108975
|
"kind": "field",
|
|
107980
|
-
"name": "
|
|
108976
|
+
"name": "allowedDirections",
|
|
107981
108977
|
"privacy": "public",
|
|
107982
|
-
"description": "Gets or sets the `
|
|
107983
|
-
"type": "
|
|
108978
|
+
"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.",
|
|
108979
|
+
"type": "readonly ResizeDirection[]",
|
|
107984
108980
|
"inheritedFrom": {
|
|
107985
|
-
"name": "
|
|
107986
|
-
"module": "./../src/Controls/Components/
|
|
108981
|
+
"name": "IResizeThumbElementProps",
|
|
108982
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
107987
108983
|
}
|
|
107988
108984
|
},
|
|
107989
108985
|
{
|
|
107990
108986
|
"kind": "field",
|
|
107991
|
-
"name": "
|
|
108987
|
+
"name": "minWidth",
|
|
107992
108988
|
"privacy": "public",
|
|
107993
|
-
"description": "
|
|
107994
|
-
"type": "
|
|
108989
|
+
"description": "Gets or sets the minimum width the control can be resized to.",
|
|
108990
|
+
"type": "number",
|
|
107995
108991
|
"inheritedFrom": {
|
|
107996
|
-
"name": "
|
|
107997
|
-
"module": "./../src/Controls/
|
|
108992
|
+
"name": "IResizeThumbElementProps",
|
|
108993
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
107998
108994
|
}
|
|
107999
108995
|
},
|
|
108000
108996
|
{
|
|
108001
108997
|
"kind": "field",
|
|
108002
|
-
"name": "
|
|
108998
|
+
"name": "minHeight",
|
|
108003
108999
|
"privacy": "public",
|
|
108004
|
-
"description": "Gets or sets the
|
|
108005
|
-
"type": "
|
|
109000
|
+
"description": "Gets or sets the minimum height the control can be resized to.",
|
|
109001
|
+
"type": "number",
|
|
108006
109002
|
"inheritedFrom": {
|
|
108007
|
-
"name": "
|
|
108008
|
-
"module": "./../src/Controls/
|
|
109003
|
+
"name": "IResizeThumbElementProps",
|
|
109004
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108009
109005
|
}
|
|
108010
109006
|
},
|
|
108011
109007
|
{
|
|
108012
109008
|
"kind": "field",
|
|
108013
|
-
"name": "
|
|
109009
|
+
"name": "maxWidth",
|
|
108014
109010
|
"privacy": "public",
|
|
108015
|
-
"description": "
|
|
108016
|
-
"type": "
|
|
109011
|
+
"description": "Gets or sets the maximum width the control can be resized to.",
|
|
109012
|
+
"type": "number",
|
|
108017
109013
|
"inheritedFrom": {
|
|
108018
|
-
"name": "
|
|
108019
|
-
"module": "./../src/Controls/
|
|
109014
|
+
"name": "IResizeThumbElementProps",
|
|
109015
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108020
109016
|
}
|
|
108021
109017
|
},
|
|
108022
109018
|
{
|
|
108023
109019
|
"kind": "field",
|
|
108024
|
-
"name": "
|
|
109020
|
+
"name": "maxHeight",
|
|
108025
109021
|
"privacy": "public",
|
|
108026
|
-
"description": "Gets or sets the
|
|
108027
|
-
"type": "
|
|
109022
|
+
"description": "Gets or sets the maximum height the control can be resized to.",
|
|
109023
|
+
"type": "number",
|
|
108028
109024
|
"inheritedFrom": {
|
|
108029
|
-
"name": "
|
|
108030
|
-
"module": "./../src/Controls/Components/
|
|
109025
|
+
"name": "IResizeThumbElementProps",
|
|
109026
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108031
109027
|
}
|
|
108032
109028
|
},
|
|
108033
109029
|
{
|
|
108034
109030
|
"kind": "field",
|
|
108035
|
-
"name": "
|
|
109031
|
+
"name": "autoApply",
|
|
108036
109032
|
"privacy": "public",
|
|
108037
|
-
"description": "Gets or sets the
|
|
108038
|
-
"type": "
|
|
109033
|
+
"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.",
|
|
109034
|
+
"type": "boolean",
|
|
108039
109035
|
"inheritedFrom": {
|
|
108040
|
-
"name": "
|
|
108041
|
-
"module": "./../src/Controls/Components/
|
|
109036
|
+
"name": "IResizeThumbElementProps",
|
|
109037
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108042
109038
|
}
|
|
108043
109039
|
},
|
|
108044
109040
|
{
|
|
108045
109041
|
"kind": "field",
|
|
108046
|
-
"name": "
|
|
109042
|
+
"name": "themeName",
|
|
108047
109043
|
"privacy": "public",
|
|
108048
|
-
"description": "
|
|
108049
|
-
"type": "
|
|
109044
|
+
"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.",
|
|
109045
|
+
"type": "string",
|
|
108050
109046
|
"inheritedFrom": {
|
|
108051
|
-
"name": "
|
|
108052
|
-
"module": "./../src/Controls/
|
|
109047
|
+
"name": "IThemeableProps",
|
|
109048
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
108053
109049
|
}
|
|
108054
109050
|
},
|
|
108055
109051
|
{
|
|
108056
109052
|
"kind": "field",
|
|
108057
|
-
"name": "
|
|
109053
|
+
"name": "disabled",
|
|
108058
109054
|
"privacy": "public",
|
|
108059
|
-
"description": "
|
|
108060
|
-
"type": "
|
|
109055
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
109056
|
+
"type": "boolean",
|
|
108061
109057
|
"inheritedFrom": {
|
|
108062
|
-
"name": "
|
|
108063
|
-
"module": "./../src/Controls/
|
|
109058
|
+
"name": "Disableable",
|
|
109059
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
108064
109060
|
}
|
|
108065
109061
|
},
|
|
108066
109062
|
{
|
|
108067
109063
|
"kind": "field",
|
|
108068
|
-
"name": "
|
|
109064
|
+
"name": "for",
|
|
108069
109065
|
"privacy": "public",
|
|
108070
|
-
"description": "
|
|
108071
|
-
"type": "
|
|
109066
|
+
"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 `\"\"`.",
|
|
109067
|
+
"type": "string | null",
|
|
108072
109068
|
"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"
|
|
109069
|
+
"name": "Attachable",
|
|
109070
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108092
109071
|
}
|
|
108093
109072
|
},
|
|
108094
109073
|
{
|
|
108095
|
-
"kind": "
|
|
108096
|
-
"name": "
|
|
109074
|
+
"kind": "field",
|
|
109075
|
+
"name": "control",
|
|
108097
109076
|
"privacy": "public",
|
|
108098
|
-
"
|
|
108099
|
-
"
|
|
108100
|
-
"parameters": [],
|
|
108101
|
-
"return": {},
|
|
109077
|
+
"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.",
|
|
109078
|
+
"type": "HTMLElement | null",
|
|
108102
109079
|
"inheritedFrom": {
|
|
108103
|
-
"name": "
|
|
108104
|
-
"module": "./../src/Controls/Behaviors/
|
|
109080
|
+
"name": "Attachable",
|
|
109081
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108105
109082
|
}
|
|
108106
109083
|
},
|
|
108107
109084
|
{
|
|
108108
|
-
"kind": "
|
|
108109
|
-
"name": "
|
|
109085
|
+
"kind": "field",
|
|
109086
|
+
"name": "dir",
|
|
108110
109087
|
"privacy": "public",
|
|
108111
|
-
"
|
|
108112
|
-
"
|
|
108113
|
-
"parameters": [],
|
|
108114
|
-
"return": {
|
|
108115
|
-
"description": "The assigned elements of a slot."
|
|
108116
|
-
},
|
|
109088
|
+
"description": "Gets or sets the `dir` property.",
|
|
109089
|
+
"type": "FlowDirection",
|
|
108117
109090
|
"inheritedFrom": {
|
|
108118
|
-
"name": "
|
|
108119
|
-
"module": "./../src/Controls/
|
|
109091
|
+
"name": "CustomElement",
|
|
109092
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108120
109093
|
}
|
|
108121
109094
|
},
|
|
108122
109095
|
{
|
|
108123
|
-
"kind": "
|
|
108124
|
-
"name": "
|
|
109096
|
+
"kind": "field",
|
|
109097
|
+
"name": "lang",
|
|
108125
109098
|
"privacy": "public",
|
|
108126
|
-
"
|
|
108127
|
-
"
|
|
108128
|
-
"parameters": [],
|
|
108129
|
-
"return": {
|
|
108130
|
-
"description": "The assigned elements of a slot."
|
|
108131
|
-
},
|
|
109099
|
+
"description": "Gets or sets the `lang` property.",
|
|
109100
|
+
"type": "string",
|
|
108132
109101
|
"inheritedFrom": {
|
|
108133
|
-
"name": "
|
|
108134
|
-
"module": "./../src/Controls/
|
|
109102
|
+
"name": "CustomElement",
|
|
109103
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108135
109104
|
}
|
|
108136
109105
|
},
|
|
108137
109106
|
{
|
|
108138
|
-
"kind": "
|
|
108139
|
-
"name": "
|
|
109107
|
+
"kind": "field",
|
|
109108
|
+
"name": "changed",
|
|
108140
109109
|
"privacy": "public",
|
|
108141
|
-
"
|
|
108142
|
-
"
|
|
108143
|
-
"parameters": [],
|
|
108144
|
-
"return": {
|
|
108145
|
-
"description": "A boolean that indicates if a slot has content."
|
|
108146
|
-
},
|
|
109110
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
109111
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
108147
109112
|
"inheritedFrom": {
|
|
108148
|
-
"name": "
|
|
108149
|
-
"module": "./../src/Controls/
|
|
109113
|
+
"name": "ICustomElementEvents",
|
|
109114
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
108150
109115
|
}
|
|
108151
109116
|
},
|
|
108152
109117
|
{
|
|
108153
|
-
"kind": "
|
|
108154
|
-
"name": "
|
|
109118
|
+
"kind": "field",
|
|
109119
|
+
"name": "connected",
|
|
108155
109120
|
"privacy": "public",
|
|
108156
|
-
"
|
|
108157
|
-
"
|
|
108158
|
-
"parameters": [],
|
|
108159
|
-
"return": {
|
|
108160
|
-
"description": "A boolean that indicates if a slot exists."
|
|
108161
|
-
},
|
|
109121
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
109122
|
+
"type": "IEventEmitter<void>",
|
|
108162
109123
|
"inheritedFrom": {
|
|
108163
|
-
"name": "
|
|
108164
|
-
"module": "./../src/Controls/
|
|
109124
|
+
"name": "ICustomElementEvents",
|
|
109125
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
108165
109126
|
}
|
|
108166
109127
|
},
|
|
108167
109128
|
{
|
|
108168
|
-
"kind": "
|
|
108169
|
-
"name": "
|
|
109129
|
+
"kind": "field",
|
|
109130
|
+
"name": "disconnected",
|
|
108170
109131
|
"privacy": "public",
|
|
108171
|
-
"
|
|
108172
|
-
"
|
|
108173
|
-
"parameters": [],
|
|
108174
|
-
"return": {},
|
|
109132
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
109133
|
+
"type": "IEventEmitter<void>",
|
|
108175
109134
|
"inheritedFrom": {
|
|
108176
|
-
"name": "
|
|
108177
|
-
"module": "./../src/Controls/
|
|
109135
|
+
"name": "ICustomElementEvents",
|
|
109136
|
+
"module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
|
|
108178
109137
|
}
|
|
108179
109138
|
},
|
|
108180
109139
|
{
|
|
108181
109140
|
"kind": "method",
|
|
108182
|
-
"name": "
|
|
109141
|
+
"name": "attach",
|
|
108183
109142
|
"privacy": "public",
|
|
108184
|
-
"type": "():
|
|
108185
|
-
"description": "
|
|
109143
|
+
"type": "(control: string | HTMLElement): void",
|
|
109144
|
+
"description": "Attaches the element to an interactive control.",
|
|
108186
109145
|
"parameters": [],
|
|
108187
|
-
"return": {
|
|
108188
|
-
"type": "Promise<void>"
|
|
108189
|
-
},
|
|
109146
|
+
"return": {},
|
|
108190
109147
|
"inheritedFrom": {
|
|
108191
|
-
"name": "
|
|
108192
|
-
"module": "./../src/Controls/
|
|
109148
|
+
"name": "IAttachable",
|
|
109149
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108193
109150
|
}
|
|
108194
109151
|
},
|
|
108195
109152
|
{
|
|
108196
109153
|
"kind": "method",
|
|
108197
|
-
"name": "
|
|
109154
|
+
"name": "detach",
|
|
108198
109155
|
"privacy": "public",
|
|
108199
|
-
"type": "():
|
|
108200
|
-
"description": "
|
|
109156
|
+
"type": "(): void",
|
|
109157
|
+
"description": "Detaches the element from its current control.",
|
|
108201
109158
|
"parameters": [],
|
|
108202
|
-
"return": {
|
|
108203
|
-
"type": "Promise<boolean>"
|
|
108204
|
-
},
|
|
109159
|
+
"return": {},
|
|
108205
109160
|
"inheritedFrom": {
|
|
108206
|
-
"name": "
|
|
108207
|
-
"module": "./../src/Controls/
|
|
109161
|
+
"name": "IAttachable",
|
|
109162
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108208
109163
|
}
|
|
108209
109164
|
},
|
|
108210
109165
|
{
|
|
@@ -108328,25 +109283,22 @@
|
|
|
108328
109283
|
}
|
|
108329
109284
|
}
|
|
108330
109285
|
],
|
|
108331
|
-
"tagName": "mosaik-
|
|
109286
|
+
"tagName": "mosaik-resize-thumb",
|
|
108332
109287
|
"events": [
|
|
108333
109288
|
{
|
|
108334
|
-
"description": "
|
|
108335
|
-
"name": "
|
|
108336
|
-
"inheritedFrom": {
|
|
108337
|
-
"name": "OverlayElement",
|
|
108338
|
-
"module": "./../src/Controls/Components/Overlays/Abstracts/OverlayElement.ts"
|
|
108339
|
-
},
|
|
109289
|
+
"description": "Fired when a resize operation begins.",
|
|
109290
|
+
"name": "resizestart",
|
|
108340
109291
|
"type": "Event"
|
|
108341
109292
|
},
|
|
108342
109293
|
{
|
|
108343
|
-
"description": "
|
|
108344
|
-
"name": "
|
|
108345
|
-
"
|
|
108346
|
-
|
|
108347
|
-
|
|
108348
|
-
|
|
108349
|
-
"
|
|
109294
|
+
"description": "Fired continuously during a resize operation.",
|
|
109295
|
+
"name": "resizing",
|
|
109296
|
+
"type": "Event"
|
|
109297
|
+
},
|
|
109298
|
+
{
|
|
109299
|
+
"description": "Fired when a resize operation ends.",
|
|
109300
|
+
"name": "resizeend",
|
|
109301
|
+
"type": "Event"
|
|
108350
109302
|
},
|
|
108351
109303
|
{
|
|
108352
109304
|
"description": "Called when the element is connected to the DOM.",
|
|
@@ -108376,55 +109328,101 @@
|
|
|
108376
109328
|
"type": "Event"
|
|
108377
109329
|
}
|
|
108378
109330
|
],
|
|
109331
|
+
"slots": [
|
|
109332
|
+
{
|
|
109333
|
+
"description": "Default slot for custom thumb content.",
|
|
109334
|
+
"name": ""
|
|
109335
|
+
}
|
|
109336
|
+
],
|
|
108379
109337
|
"attributes": [
|
|
108380
109338
|
{
|
|
108381
|
-
"name": "
|
|
108382
|
-
"fieldName": "
|
|
108383
|
-
"description": "Gets or sets the `
|
|
108384
|
-
"type": "
|
|
109339
|
+
"name": "direction",
|
|
109340
|
+
"fieldName": "direction",
|
|
109341
|
+
"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.",
|
|
109342
|
+
"type": "ResizeDirection",
|
|
108385
109343
|
"inheritedFrom": {
|
|
108386
|
-
"name": "
|
|
108387
|
-
"module": "./../src/Controls/Components/
|
|
109344
|
+
"name": "IResizeThumbElementProps",
|
|
109345
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108388
109346
|
}
|
|
108389
109347
|
},
|
|
108390
109348
|
{
|
|
108391
|
-
"name": "
|
|
108392
|
-
"fieldName": "
|
|
108393
|
-
"description": "Gets or sets the `
|
|
108394
|
-
"type": "
|
|
109349
|
+
"name": "allowedDirections",
|
|
109350
|
+
"fieldName": "allowedDirections",
|
|
109351
|
+
"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.",
|
|
109352
|
+
"type": "readonly ResizeDirection[]",
|
|
108395
109353
|
"inheritedFrom": {
|
|
108396
|
-
"name": "
|
|
108397
|
-
"module": "./../src/Controls/Components/
|
|
109354
|
+
"name": "IResizeThumbElementProps",
|
|
109355
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108398
109356
|
}
|
|
108399
109357
|
},
|
|
108400
109358
|
{
|
|
108401
|
-
"name": "
|
|
108402
|
-
"fieldName": "
|
|
108403
|
-
"description": "Gets or sets the
|
|
108404
|
-
"type": "
|
|
109359
|
+
"name": "min-width",
|
|
109360
|
+
"fieldName": "minWidth",
|
|
109361
|
+
"description": "Gets or sets the minimum width the control can be resized to.",
|
|
109362
|
+
"type": "number",
|
|
108405
109363
|
"inheritedFrom": {
|
|
108406
|
-
"name": "
|
|
108407
|
-
"module": "./../src/Controls/Components/
|
|
109364
|
+
"name": "IResizeThumbElementProps",
|
|
109365
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108408
109366
|
}
|
|
108409
109367
|
},
|
|
108410
109368
|
{
|
|
108411
|
-
"name": "
|
|
108412
|
-
"fieldName": "
|
|
108413
|
-
"description": "Gets or sets the
|
|
109369
|
+
"name": "min-height",
|
|
109370
|
+
"fieldName": "minHeight",
|
|
109371
|
+
"description": "Gets or sets the minimum height the control can be resized to.",
|
|
109372
|
+
"type": "number",
|
|
109373
|
+
"inheritedFrom": {
|
|
109374
|
+
"name": "IResizeThumbElementProps",
|
|
109375
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
109376
|
+
}
|
|
109377
|
+
},
|
|
109378
|
+
{
|
|
109379
|
+
"name": "max-width",
|
|
109380
|
+
"fieldName": "maxWidth",
|
|
109381
|
+
"description": "Gets or sets the maximum width the control can be resized to.",
|
|
109382
|
+
"type": "number",
|
|
109383
|
+
"inheritedFrom": {
|
|
109384
|
+
"name": "IResizeThumbElementProps",
|
|
109385
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
109386
|
+
}
|
|
109387
|
+
},
|
|
109388
|
+
{
|
|
109389
|
+
"name": "max-height",
|
|
109390
|
+
"fieldName": "maxHeight",
|
|
109391
|
+
"description": "Gets or sets the maximum height the control can be resized to.",
|
|
109392
|
+
"type": "number",
|
|
109393
|
+
"inheritedFrom": {
|
|
109394
|
+
"name": "IResizeThumbElementProps",
|
|
109395
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
109396
|
+
}
|
|
109397
|
+
},
|
|
109398
|
+
{
|
|
109399
|
+
"name": "auto-apply",
|
|
109400
|
+
"fieldName": "autoApply",
|
|
109401
|
+
"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
109402
|
"type": "boolean",
|
|
108415
109403
|
"inheritedFrom": {
|
|
108416
|
-
"name": "
|
|
108417
|
-
"module": "./../src/Controls/Components/
|
|
109404
|
+
"name": "IResizeThumbElementProps",
|
|
109405
|
+
"module": "./../src/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.ts"
|
|
108418
109406
|
}
|
|
108419
109407
|
},
|
|
108420
109408
|
{
|
|
108421
|
-
"name": "
|
|
108422
|
-
"fieldName": "
|
|
108423
|
-
"description": "
|
|
109409
|
+
"name": "disabled",
|
|
109410
|
+
"fieldName": "disabled",
|
|
109411
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
108424
109412
|
"type": "boolean",
|
|
108425
109413
|
"inheritedFrom": {
|
|
108426
|
-
"name": "
|
|
108427
|
-
"module": "./../src/Controls/Behaviors/
|
|
109414
|
+
"name": "Disableable",
|
|
109415
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
109416
|
+
}
|
|
109417
|
+
},
|
|
109418
|
+
{
|
|
109419
|
+
"name": "for",
|
|
109420
|
+
"fieldName": "for",
|
|
109421
|
+
"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 `\"\"`.",
|
|
109422
|
+
"type": "string | null",
|
|
109423
|
+
"inheritedFrom": {
|
|
109424
|
+
"name": "Attachable",
|
|
109425
|
+
"module": "./../src/Controls/Behaviors/Attachable.ts"
|
|
108428
109426
|
}
|
|
108429
109427
|
},
|
|
108430
109428
|
{
|
|
@@ -108447,94 +109445,11 @@
|
|
|
108447
109445
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
108448
109446
|
}
|
|
108449
109447
|
}
|
|
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
|
-
},
|
|
109448
|
+
],
|
|
109449
|
+
"cssParts": [
|
|
108524
109450
|
{
|
|
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
|
-
}
|
|
109451
|
+
"name": "thumb",
|
|
109452
|
+
"description": "The main thumb element."
|
|
108538
109453
|
}
|
|
108539
109454
|
]
|
|
108540
109455
|
}
|