@breadstone/mosaik-elements-foundation 0.1.6 → 0.1.8
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/Inputs/Scheduler/ISchedulerElementProps.d.ts +9 -2
- package/Controls/Components/Inputs/Scheduler/ISchedulerElementProps.d.ts.map +1 -1
- package/Controls/Components/Inputs/Scheduler/ISchedulerElementProps.js +1 -0
- package/Controls/Components/Inputs/Scheduler/ISchedulerElementProps.js.map +1 -1
- package/Controls/Components/Inputs/Scheduler/Intl2/SchedulerElementIntl.d.ts +52 -0
- package/Controls/Components/Inputs/Scheduler/Intl2/SchedulerElementIntl.d.ts.map +1 -0
- package/Controls/Components/Inputs/Scheduler/Intl2/SchedulerElementIntl.js +81 -0
- package/Controls/Components/Inputs/Scheduler/Intl2/SchedulerElementIntl.js.map +1 -0
- package/Controls/Components/Inputs/Scheduler/SchedulerElement.d.ts +16 -8
- package/Controls/Components/Inputs/Scheduler/SchedulerElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerElement.js +68 -23
- package/Controls/Components/Inputs/Scheduler/SchedulerElement.js.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerElementTemplate.js +8 -6
- package/Controls/Components/Inputs/Scheduler/SchedulerElementTemplate.js.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerInheritanceContext.d.ts +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerInheritanceContext.d.ts.map +1 -1
- package/Controls/Components/Inputs/Scheduler/views/Abstracts/SchedulerViewBaseElement.d.ts +1 -1
- package/Controls/Components/Inputs/Scheduler/views/Abstracts/SchedulerViewBaseElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnElement.d.ts +16 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnElement.js +17 -10
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnElement.js.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardElement.d.ts +1 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardElement.js +0 -3
- package/Controls/Components/Layouts/FlowBoard/FlowBoardElement.js.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/IFlowBoardColumnElementProps.d.ts +2 -1
- package/Controls/Components/Layouts/FlowBoard/IFlowBoardColumnElementProps.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/IFlowBoardColumnElementProps.js +4 -1
- package/Controls/Components/Layouts/FlowBoard/IFlowBoardColumnElementProps.js.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Cosmopolitan.js +30 -3
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Joy.js +52 -7
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Joy.js.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Memphis.js +30 -3
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Memphis.js.map +1 -1
- package/Controls/Components/Primitives/Clickable/ClickableElement.d.ts +6 -0
- package/Controls/Components/Primitives/Clickable/ClickableElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Clickable/ClickableElement.js +6 -0
- package/Controls/Components/Primitives/Clickable/ClickableElement.js.map +1 -1
- package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Joy.js +7 -1
- package/Controls/Components/Primitives/Clickable/Themes/ClickableElement.Joy.js.map +1 -1
- package/Controls/Components/Selectors/Carousel/CarouselElementTemplate.js +1 -1
- package/Controls/Components/Selectors/Carousel/CarouselElementTemplate.js.map +1 -1
- package/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.d.ts +20 -0
- package/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.js +3 -0
- package/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.js.map +1 -0
- package/Controls/Components/Selectors/Table/Abstracts2/ITableRowBaseElementProps.d.ts +10 -0
- package/Controls/Components/Selectors/Table/Abstracts2/ITableRowBaseElementProps.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Abstracts2/ITableRowBaseElementProps.js +3 -0
- package/Controls/Components/Selectors/Table/Abstracts2/ITableRowBaseElementProps.js.map +1 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.d.ts +46 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.js +94 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.js.map +1 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.d.ts +78 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.d.ts.map +1 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.js +176 -0
- package/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.js.map +1 -0
- package/Controls/Components/Selectors/Table/ITableBodyCellElementProps.d.ts +1 -1
- package/Controls/Components/Selectors/Table/ITableBodyCellElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/ITableBodyRowElementProps.d.ts +1 -1
- package/Controls/Components/Selectors/Table/ITableBodyRowElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/ITableFooterCellElementProps.d.ts +1 -1
- package/Controls/Components/Selectors/Table/ITableFooterCellElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/ITableFooterRowElementProps.d.ts +1 -1
- package/Controls/Components/Selectors/Table/ITableFooterRowElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/ITableHeaderCellElementProps.d.ts +1 -1
- package/Controls/Components/Selectors/Table/ITableHeaderCellElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/ITableHeaderRowElementProps.d.ts +1 -1
- package/Controls/Components/Selectors/Table/ITableHeaderRowElementProps.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableBodyCellElement.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableBodyCellElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableBodyCellElement.js +1 -1
- package/Controls/Components/Selectors/Table/TableBodyCellElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/TableBodyRowElement.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableBodyRowElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableBodyRowElement.js +1 -1
- package/Controls/Components/Selectors/Table/TableBodyRowElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/TableFooterCellElement.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableFooterCellElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableFooterCellElement.js +1 -1
- package/Controls/Components/Selectors/Table/TableFooterCellElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/TableFooterRowElement.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableFooterRowElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableFooterRowElement.js +1 -1
- package/Controls/Components/Selectors/Table/TableFooterRowElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderCellElement.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderCellElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderCellElement.js +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderCellElement.js.map +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderRowElement.d.ts +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderRowElement.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderRowElement.js +1 -1
- package/Controls/Components/Selectors/Table/TableHeaderRowElement.js.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/custom-elements.json +794 -666
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -68834,6 +68834,72 @@
|
|
|
68834
68834
|
}
|
|
68835
68835
|
]
|
|
68836
68836
|
},
|
|
68837
|
+
{
|
|
68838
|
+
"path": "./../src/Controls/Components/Inputs/Scheduler/Intl2/SchedulerElementIntl.ts",
|
|
68839
|
+
"exports": [
|
|
68840
|
+
{
|
|
68841
|
+
"kind": "class",
|
|
68842
|
+
"superclass": {
|
|
68843
|
+
"name": "ElementIntlBase",
|
|
68844
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
68845
|
+
},
|
|
68846
|
+
"description": "The `SchedulerElementIntl` class.",
|
|
68847
|
+
"name": "SchedulerElementIntl",
|
|
68848
|
+
"members": [
|
|
68849
|
+
{
|
|
68850
|
+
"kind": "field",
|
|
68851
|
+
"name": "allDayLabel",
|
|
68852
|
+
"privacy": "public",
|
|
68853
|
+
"description": "A label for all-day events.\nGets or sets the `allDayLabel` property.",
|
|
68854
|
+
"type": "string"
|
|
68855
|
+
},
|
|
68856
|
+
{
|
|
68857
|
+
"kind": "field",
|
|
68858
|
+
"name": "todayLabel",
|
|
68859
|
+
"privacy": "public",
|
|
68860
|
+
"description": "A label for the button to scroll to the current day.\nGets or sets the `todayLabel` property.",
|
|
68861
|
+
"type": "string"
|
|
68862
|
+
},
|
|
68863
|
+
{
|
|
68864
|
+
"kind": "field",
|
|
68865
|
+
"name": "moreEventsLabel",
|
|
68866
|
+
"privacy": "public",
|
|
68867
|
+
"description": "A label template for showing additional events (e.g., \"+3 more\").\nUse `{0}` as placeholder for the number.\nGets or sets the `moreEventsLabel` property.",
|
|
68868
|
+
"type": "string"
|
|
68869
|
+
},
|
|
68870
|
+
{
|
|
68871
|
+
"kind": "field",
|
|
68872
|
+
"name": "noUpcomingEventsLabel",
|
|
68873
|
+
"privacy": "public",
|
|
68874
|
+
"description": "A label shown when there are no upcoming events in agenda view.\nGets or sets the `noUpcomingEventsLabel` property.",
|
|
68875
|
+
"type": "string"
|
|
68876
|
+
},
|
|
68877
|
+
{
|
|
68878
|
+
"kind": "field",
|
|
68879
|
+
"name": "locale",
|
|
68880
|
+
"privacy": "public",
|
|
68881
|
+
"description": "Gets or sets the `locale` property.",
|
|
68882
|
+
"type": "string",
|
|
68883
|
+
"inheritedFrom": {
|
|
68884
|
+
"name": "ElementIntlBase",
|
|
68885
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
68886
|
+
}
|
|
68887
|
+
},
|
|
68888
|
+
{
|
|
68889
|
+
"kind": "field",
|
|
68890
|
+
"name": "changes",
|
|
68891
|
+
"privacy": "public",
|
|
68892
|
+
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
68893
|
+
"type": "IEventEmitter<void>",
|
|
68894
|
+
"inheritedFrom": {
|
|
68895
|
+
"name": "ElementIntlBase",
|
|
68896
|
+
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
68897
|
+
}
|
|
68898
|
+
}
|
|
68899
|
+
]
|
|
68900
|
+
}
|
|
68901
|
+
]
|
|
68902
|
+
},
|
|
68837
68903
|
{
|
|
68838
68904
|
"path": "./../src/Controls/Components/Inputs/Scheduler/SchedulerDatescaleElement.ts",
|
|
68839
68905
|
"exports": [
|
|
@@ -69407,6 +69473,13 @@
|
|
|
69407
69473
|
"description": "Scheduler - A calendar-like time grid component with day and week views.",
|
|
69408
69474
|
"name": "SchedulerElement",
|
|
69409
69475
|
"members": [
|
|
69476
|
+
{
|
|
69477
|
+
"kind": "field",
|
|
69478
|
+
"name": "intl",
|
|
69479
|
+
"privacy": "public",
|
|
69480
|
+
"description": "Gets or sets the `intl` property.",
|
|
69481
|
+
"type": "SchedulerElementIntl"
|
|
69482
|
+
},
|
|
69410
69483
|
{
|
|
69411
69484
|
"kind": "field",
|
|
69412
69485
|
"name": "visibleDates",
|
|
@@ -69435,13 +69508,6 @@
|
|
|
69435
69508
|
"description": "Gets the time slots for rendering the grid.",
|
|
69436
69509
|
"type": "{ time: string; label: string; isHour: boolean; isLastOfHour: boolean; }[]"
|
|
69437
69510
|
},
|
|
69438
|
-
{
|
|
69439
|
-
"kind": "field",
|
|
69440
|
-
"name": "intl",
|
|
69441
|
-
"privacy": "public",
|
|
69442
|
-
"description": "Gets or sets the `intl` property.",
|
|
69443
|
-
"type": "SchedulerElementIntl"
|
|
69444
|
-
},
|
|
69445
69511
|
{
|
|
69446
69512
|
"kind": "field",
|
|
69447
69513
|
"name": "schedulerBeforeEventActivate",
|
|
@@ -69688,6 +69754,16 @@
|
|
|
69688
69754
|
"module": "./../src/Controls/Components/Inputs/Scheduler/ISchedulerElementProps.ts"
|
|
69689
69755
|
}
|
|
69690
69756
|
},
|
|
69757
|
+
{
|
|
69758
|
+
"kind": "field",
|
|
69759
|
+
"name": "showTools",
|
|
69760
|
+
"privacy": "public",
|
|
69761
|
+
"description": "Gets or sets whether to show event tools (e.g. edit/delete buttons).",
|
|
69762
|
+
"type": "boolean",
|
|
69763
|
+
"inheritedFrom": {
|
|
69764
|
+
"module": "./../src/Controls/Components/Inputs/Scheduler/ISchedulerElementProps.ts"
|
|
69765
|
+
}
|
|
69766
|
+
},
|
|
69691
69767
|
{
|
|
69692
69768
|
"kind": "field",
|
|
69693
69769
|
"name": "themeName",
|
|
@@ -73066,72 +73142,6 @@
|
|
|
73066
73142
|
}
|
|
73067
73143
|
]
|
|
73068
73144
|
},
|
|
73069
|
-
{
|
|
73070
|
-
"path": "./../src/Controls/Components/Inputs/Scheduler/intl/SchedulerElementIntl.ts",
|
|
73071
|
-
"exports": [
|
|
73072
|
-
{
|
|
73073
|
-
"kind": "class",
|
|
73074
|
-
"superclass": {
|
|
73075
|
-
"name": "ElementIntlBase",
|
|
73076
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
73077
|
-
},
|
|
73078
|
-
"description": "The `SchedulerElementIntl` class.",
|
|
73079
|
-
"name": "SchedulerElementIntl",
|
|
73080
|
-
"members": [
|
|
73081
|
-
{
|
|
73082
|
-
"kind": "field",
|
|
73083
|
-
"name": "allDayLabel",
|
|
73084
|
-
"privacy": "public",
|
|
73085
|
-
"description": "A label for all-day events.\nGets or sets the `allDayLabel` property.",
|
|
73086
|
-
"type": "string"
|
|
73087
|
-
},
|
|
73088
|
-
{
|
|
73089
|
-
"kind": "field",
|
|
73090
|
-
"name": "todayLabel",
|
|
73091
|
-
"privacy": "public",
|
|
73092
|
-
"description": "A label for the button to scroll to the current day.\nGets or sets the `todayLabel` property.",
|
|
73093
|
-
"type": "string"
|
|
73094
|
-
},
|
|
73095
|
-
{
|
|
73096
|
-
"kind": "field",
|
|
73097
|
-
"name": "moreEventsLabel",
|
|
73098
|
-
"privacy": "public",
|
|
73099
|
-
"description": "A label template for showing additional events (e.g., \"+3 more\").\nUse `{0}` as placeholder for the number.\nGets or sets the `moreEventsLabel` property.",
|
|
73100
|
-
"type": "string"
|
|
73101
|
-
},
|
|
73102
|
-
{
|
|
73103
|
-
"kind": "field",
|
|
73104
|
-
"name": "noUpcomingEventsLabel",
|
|
73105
|
-
"privacy": "public",
|
|
73106
|
-
"description": "A label shown when there are no upcoming events in agenda view.\nGets or sets the `noUpcomingEventsLabel` property.",
|
|
73107
|
-
"type": "string"
|
|
73108
|
-
},
|
|
73109
|
-
{
|
|
73110
|
-
"kind": "field",
|
|
73111
|
-
"name": "locale",
|
|
73112
|
-
"privacy": "public",
|
|
73113
|
-
"description": "Gets or sets the `locale` property.",
|
|
73114
|
-
"type": "string",
|
|
73115
|
-
"inheritedFrom": {
|
|
73116
|
-
"name": "ElementIntlBase",
|
|
73117
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
73118
|
-
}
|
|
73119
|
-
},
|
|
73120
|
-
{
|
|
73121
|
-
"kind": "field",
|
|
73122
|
-
"name": "changes",
|
|
73123
|
-
"privacy": "public",
|
|
73124
|
-
"description": "Stream to emit from when labels are changed. Use this to notify components when the labels have\nchanged after initialization.",
|
|
73125
|
-
"type": "IEventEmitter<void>",
|
|
73126
|
-
"inheritedFrom": {
|
|
73127
|
-
"name": "ElementIntlBase",
|
|
73128
|
-
"module": "./../src/Intl/Abstracts/ElementIntlBase.ts"
|
|
73129
|
-
}
|
|
73130
|
-
}
|
|
73131
|
-
]
|
|
73132
|
-
}
|
|
73133
|
-
]
|
|
73134
|
-
},
|
|
73135
73145
|
{
|
|
73136
73146
|
"path": "./../src/Controls/Components/Inputs/Scheduler/views/Abstracts/SchedulerViewBaseElement.ts",
|
|
73137
73147
|
"exports": [
|
|
@@ -91167,6 +91177,10 @@
|
|
|
91167
91177
|
{
|
|
91168
91178
|
"name": "Slottable",
|
|
91169
91179
|
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
91180
|
+
},
|
|
91181
|
+
{
|
|
91182
|
+
"name": "Appearanceable",
|
|
91183
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
91170
91184
|
}
|
|
91171
91185
|
],
|
|
91172
91186
|
"description": "FlowBoardColumn - A column in a FlowBoard.\n\nRepresents a single column in a FlowBoard, containing items and optional header/footer.\nSupports reordering, pinning, and empty state rendering.",
|
|
@@ -91233,6 +91247,17 @@
|
|
|
91233
91247
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
91234
91248
|
}
|
|
91235
91249
|
},
|
|
91250
|
+
{
|
|
91251
|
+
"kind": "field",
|
|
91252
|
+
"name": "appearance",
|
|
91253
|
+
"privacy": "public",
|
|
91254
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
91255
|
+
"type": "Appearance",
|
|
91256
|
+
"inheritedFrom": {
|
|
91257
|
+
"name": "Appearanceable",
|
|
91258
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
91259
|
+
}
|
|
91260
|
+
},
|
|
91236
91261
|
{
|
|
91237
91262
|
"kind": "field",
|
|
91238
91263
|
"name": "dir",
|
|
@@ -91776,6 +91801,16 @@
|
|
|
91776
91801
|
"module": "./../src/Controls/Components/Layouts/FlowBoard/IFlowBoardColumnElementProps.ts"
|
|
91777
91802
|
}
|
|
91778
91803
|
},
|
|
91804
|
+
{
|
|
91805
|
+
"name": "appearance",
|
|
91806
|
+
"fieldName": "appearance",
|
|
91807
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
91808
|
+
"type": "Appearance",
|
|
91809
|
+
"inheritedFrom": {
|
|
91810
|
+
"name": "Appearanceable",
|
|
91811
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
91812
|
+
}
|
|
91813
|
+
},
|
|
91779
91814
|
{
|
|
91780
91815
|
"name": "dir",
|
|
91781
91816
|
"fieldName": "dir",
|
|
@@ -91804,8 +91839,28 @@
|
|
|
91804
91839
|
"type": "Color"
|
|
91805
91840
|
},
|
|
91806
91841
|
{
|
|
91807
|
-
"name": "--flow-board-column-body-padding",
|
|
91808
|
-
"description": "The board column body padding CSS custom property.",
|
|
91842
|
+
"name": "--flow-board-column-body-padding-bottom",
|
|
91843
|
+
"description": "The board column body padding bottom CSS custom property.",
|
|
91844
|
+
"type": "String"
|
|
91845
|
+
},
|
|
91846
|
+
{
|
|
91847
|
+
"name": "--flow-board-column-body-padding-left",
|
|
91848
|
+
"description": "The board column body padding left CSS custom property.",
|
|
91849
|
+
"type": "String"
|
|
91850
|
+
},
|
|
91851
|
+
{
|
|
91852
|
+
"name": "--flow-board-column-body-padding-right",
|
|
91853
|
+
"description": "The board column body padding right CSS custom property.",
|
|
91854
|
+
"type": "String"
|
|
91855
|
+
},
|
|
91856
|
+
{
|
|
91857
|
+
"name": "--flow-board-column-body-padding-top",
|
|
91858
|
+
"description": "The board column body padding top CSS custom property.",
|
|
91859
|
+
"type": "String"
|
|
91860
|
+
},
|
|
91861
|
+
{
|
|
91862
|
+
"name": "--flow-board-column-border-color",
|
|
91863
|
+
"description": "The board column border color CSS custom property.",
|
|
91809
91864
|
"type": "String"
|
|
91810
91865
|
},
|
|
91811
91866
|
{
|
|
@@ -91813,6 +91868,16 @@
|
|
|
91813
91868
|
"description": "Border radius of the column",
|
|
91814
91869
|
"type": "String"
|
|
91815
91870
|
},
|
|
91871
|
+
{
|
|
91872
|
+
"name": "--flow-board-column-border-style",
|
|
91873
|
+
"description": "The board column border style CSS custom property.",
|
|
91874
|
+
"type": "String"
|
|
91875
|
+
},
|
|
91876
|
+
{
|
|
91877
|
+
"name": "--flow-board-column-border-width",
|
|
91878
|
+
"description": "The board column border width CSS custom property.",
|
|
91879
|
+
"type": "String"
|
|
91880
|
+
},
|
|
91816
91881
|
{
|
|
91817
91882
|
"name": "--flow-board-column-font-family",
|
|
91818
91883
|
"description": "The board column font family CSS custom property.",
|
|
@@ -91849,8 +91914,23 @@
|
|
|
91849
91914
|
"type": "String"
|
|
91850
91915
|
},
|
|
91851
91916
|
{
|
|
91852
|
-
"name": "--flow-board-column-footer-padding",
|
|
91853
|
-
"description": "The board column footer padding CSS custom property.",
|
|
91917
|
+
"name": "--flow-board-column-footer-padding-bottom",
|
|
91918
|
+
"description": "The board column footer padding bottom CSS custom property.",
|
|
91919
|
+
"type": "String"
|
|
91920
|
+
},
|
|
91921
|
+
{
|
|
91922
|
+
"name": "--flow-board-column-footer-padding-left",
|
|
91923
|
+
"description": "The board column footer padding left CSS custom property.",
|
|
91924
|
+
"type": "String"
|
|
91925
|
+
},
|
|
91926
|
+
{
|
|
91927
|
+
"name": "--flow-board-column-footer-padding-right",
|
|
91928
|
+
"description": "The board column footer padding right CSS custom property.",
|
|
91929
|
+
"type": "String"
|
|
91930
|
+
},
|
|
91931
|
+
{
|
|
91932
|
+
"name": "--flow-board-column-footer-padding-top",
|
|
91933
|
+
"description": "The board column footer padding top CSS custom property.",
|
|
91854
91934
|
"type": "String"
|
|
91855
91935
|
},
|
|
91856
91936
|
{
|
|
@@ -91864,8 +91944,23 @@
|
|
|
91864
91944
|
"type": "String"
|
|
91865
91945
|
},
|
|
91866
91946
|
{
|
|
91867
|
-
"name": "--flow-board-column-header-padding",
|
|
91868
|
-
"description": "The board column header padding CSS custom property.",
|
|
91947
|
+
"name": "--flow-board-column-header-padding-bottom",
|
|
91948
|
+
"description": "The board column header padding bottom CSS custom property.",
|
|
91949
|
+
"type": "String"
|
|
91950
|
+
},
|
|
91951
|
+
{
|
|
91952
|
+
"name": "--flow-board-column-header-padding-left",
|
|
91953
|
+
"description": "The board column header padding left CSS custom property.",
|
|
91954
|
+
"type": "String"
|
|
91955
|
+
},
|
|
91956
|
+
{
|
|
91957
|
+
"name": "--flow-board-column-header-padding-right",
|
|
91958
|
+
"description": "The board column header padding right CSS custom property.",
|
|
91959
|
+
"type": "String"
|
|
91960
|
+
},
|
|
91961
|
+
{
|
|
91962
|
+
"name": "--flow-board-column-header-padding-top",
|
|
91963
|
+
"description": "The board column header padding top CSS custom property.",
|
|
91869
91964
|
"type": "String"
|
|
91870
91965
|
},
|
|
91871
91966
|
{
|
|
@@ -91878,11 +91973,6 @@
|
|
|
91878
91973
|
"description": "Minimum width of the column",
|
|
91879
91974
|
"type": "String"
|
|
91880
91975
|
},
|
|
91881
|
-
{
|
|
91882
|
-
"name": "--flow-board-column-padding",
|
|
91883
|
-
"description": "Internal padding",
|
|
91884
|
-
"type": "String"
|
|
91885
|
-
},
|
|
91886
91976
|
{
|
|
91887
91977
|
"name": "--flow-board-column-padding-bottom",
|
|
91888
91978
|
"description": "The board column padding bottom CSS custom property.",
|
|
@@ -161730,6 +161820,36 @@
|
|
|
161730
161820
|
"description": "The ripple duration CSS custom property.",
|
|
161731
161821
|
"type": "String"
|
|
161732
161822
|
},
|
|
161823
|
+
{
|
|
161824
|
+
"name": "--clickable-shadow",
|
|
161825
|
+
"description": "The shadow CSS custom property.",
|
|
161826
|
+
"type": "String"
|
|
161827
|
+
},
|
|
161828
|
+
{
|
|
161829
|
+
"name": "--clickable-shadow-blur",
|
|
161830
|
+
"description": "The shadow blur CSS custom property.",
|
|
161831
|
+
"type": "String"
|
|
161832
|
+
},
|
|
161833
|
+
{
|
|
161834
|
+
"name": "--clickable-shadow-color",
|
|
161835
|
+
"description": "The shadow color CSS custom property.",
|
|
161836
|
+
"type": "String"
|
|
161837
|
+
},
|
|
161838
|
+
{
|
|
161839
|
+
"name": "--clickable-shadow-offset-x",
|
|
161840
|
+
"description": "The shadow offset x CSS custom property.",
|
|
161841
|
+
"type": "String"
|
|
161842
|
+
},
|
|
161843
|
+
{
|
|
161844
|
+
"name": "--clickable-shadow-offset-y",
|
|
161845
|
+
"description": "The shadow offset y CSS custom property.",
|
|
161846
|
+
"type": "String"
|
|
161847
|
+
},
|
|
161848
|
+
{
|
|
161849
|
+
"name": "--clickable-shadow-spread",
|
|
161850
|
+
"description": "The shadow spread CSS custom property.",
|
|
161851
|
+
"type": "String"
|
|
161852
|
+
},
|
|
161733
161853
|
{
|
|
161734
161854
|
"name": "--clickable-transition-duration",
|
|
161735
161855
|
"description": "The transition duration CSS custom property.",
|
|
@@ -224951,113 +225071,596 @@
|
|
|
224951
225071
|
]
|
|
224952
225072
|
},
|
|
224953
225073
|
{
|
|
224954
|
-
"path": "./../src/Controls/Components/Selectors/Table/
|
|
225074
|
+
"path": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts",
|
|
224955
225075
|
"exports": [
|
|
224956
|
-
{
|
|
224957
|
-
"kind": "definition",
|
|
224958
|
-
"name": "mosaik-table-body-cell",
|
|
224959
|
-
"declaration": {
|
|
224960
|
-
"name": "TableBodyCellElement",
|
|
224961
|
-
"module": "./../src/Controls/Components/Selectors/Table/TableBodyCellElement.ts"
|
|
224962
|
-
}
|
|
224963
|
-
},
|
|
224964
225076
|
{
|
|
224965
225077
|
"kind": "class",
|
|
224966
225078
|
"superclass": {
|
|
224967
|
-
"name": "
|
|
224968
|
-
"module": "./../src/Controls/Components/
|
|
225079
|
+
"name": "CustomElement",
|
|
225080
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
224969
225081
|
},
|
|
224970
225082
|
"mixins": [
|
|
224971
225083
|
{
|
|
224972
|
-
"name": "
|
|
224973
|
-
"module": "./../src/Controls/Behaviors/
|
|
225084
|
+
"name": "Disableable",
|
|
225085
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
224974
225086
|
},
|
|
224975
225087
|
{
|
|
224976
|
-
"name": "
|
|
224977
|
-
"module": "./../src/Controls/Behaviors/
|
|
225088
|
+
"name": "TextFormattable",
|
|
225089
|
+
"module": "./../src/Controls/Behaviors/TextFormattable.ts"
|
|
224978
225090
|
},
|
|
224979
225091
|
{
|
|
224980
|
-
"name": "
|
|
224981
|
-
"module": "./../src/Controls/Behaviors/
|
|
225092
|
+
"name": "TextOverflowable",
|
|
225093
|
+
"module": "./../src/Controls/Behaviors/TextOverflowable.ts"
|
|
224982
225094
|
}
|
|
224983
225095
|
],
|
|
224984
|
-
"description": "Table
|
|
224985
|
-
"name": "
|
|
225096
|
+
"description": "Table Cell Base Element - The foundational base class for all table cell components.",
|
|
225097
|
+
"name": "TableCellBaseElement",
|
|
224986
225098
|
"members": [
|
|
224987
|
-
{
|
|
224988
|
-
"kind": "field",
|
|
224989
|
-
"name": "themeName",
|
|
224990
|
-
"privacy": "public",
|
|
224991
|
-
"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.",
|
|
224992
|
-
"type": "string",
|
|
224993
|
-
"inheritedFrom": {
|
|
224994
|
-
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
224995
|
-
}
|
|
224996
|
-
},
|
|
224997
|
-
{
|
|
224998
|
-
"kind": "field",
|
|
224999
|
-
"name": "value",
|
|
225000
|
-
"privacy": "public",
|
|
225001
|
-
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
225002
|
-
"type": "TType",
|
|
225003
|
-
"inheritedFrom": {
|
|
225004
|
-
"name": "Valueable",
|
|
225005
|
-
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
225006
|
-
}
|
|
225007
|
-
},
|
|
225008
|
-
{
|
|
225009
|
-
"kind": "field",
|
|
225010
|
-
"name": "isSelected",
|
|
225011
|
-
"privacy": "public",
|
|
225012
|
-
"description": "Gets or sets the `isSelected` property.\nThe default value is `false`, which means the element is not selected.",
|
|
225013
|
-
"type": "boolean",
|
|
225014
|
-
"inheritedFrom": {
|
|
225015
|
-
"name": "Selectable",
|
|
225016
|
-
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225017
|
-
}
|
|
225018
|
-
},
|
|
225019
|
-
{
|
|
225020
|
-
"kind": "field",
|
|
225021
|
-
"name": "selected",
|
|
225022
|
-
"privacy": "public",
|
|
225023
|
-
"description": "Called when the `isSelected` property is `true`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
225024
|
-
"type": "IEventEmitter<IEventDetail>",
|
|
225025
|
-
"inheritedFrom": {
|
|
225026
|
-
"name": "ISelectableEvents",
|
|
225027
|
-
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225028
|
-
}
|
|
225029
|
-
},
|
|
225030
|
-
{
|
|
225031
|
-
"kind": "field",
|
|
225032
|
-
"name": "deselected",
|
|
225033
|
-
"privacy": "public",
|
|
225034
|
-
"description": "Called when the `isSelected` property is `false`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
225035
|
-
"type": "IEventEmitter<IEventDetail>",
|
|
225036
|
-
"inheritedFrom": {
|
|
225037
|
-
"name": "ISelectableEvents",
|
|
225038
|
-
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225039
|
-
}
|
|
225040
|
-
},
|
|
225041
225099
|
{
|
|
225042
225100
|
"kind": "field",
|
|
225043
225101
|
"name": "text",
|
|
225044
225102
|
"privacy": "public",
|
|
225045
|
-
"description": "
|
|
225103
|
+
"description": "Gets or sets the `text` property.",
|
|
225046
225104
|
"type": "string",
|
|
225047
225105
|
"inheritedFrom": {
|
|
225048
|
-
"name": "
|
|
225049
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
225106
|
+
"name": "ITableCellBaseElementProps",
|
|
225107
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225050
225108
|
}
|
|
225051
225109
|
},
|
|
225052
225110
|
{
|
|
225053
225111
|
"kind": "field",
|
|
225054
225112
|
"name": "columnHidden",
|
|
225055
225113
|
"privacy": "public",
|
|
225056
|
-
"description": "
|
|
225114
|
+
"description": "Gets or sets the `columnHidden` property that indicates whether this column is hidden.",
|
|
225057
225115
|
"type": "boolean",
|
|
225058
225116
|
"inheritedFrom": {
|
|
225059
|
-
"name": "
|
|
225060
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
225117
|
+
"name": "ITableCellBaseElementProps",
|
|
225118
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225119
|
+
}
|
|
225120
|
+
},
|
|
225121
|
+
{
|
|
225122
|
+
"kind": "field",
|
|
225123
|
+
"name": "disabled",
|
|
225124
|
+
"privacy": "public",
|
|
225125
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
225126
|
+
"type": "boolean",
|
|
225127
|
+
"inheritedFrom": {
|
|
225128
|
+
"name": "Disableable",
|
|
225129
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
225130
|
+
}
|
|
225131
|
+
},
|
|
225132
|
+
{
|
|
225133
|
+
"kind": "field",
|
|
225134
|
+
"name": "formatter",
|
|
225135
|
+
"privacy": "public",
|
|
225136
|
+
"description": "Gets or sets the `formatter` property.\nThe default value is `null`, which means no formatter is set.",
|
|
225137
|
+
"type": "TextFormatter | null",
|
|
225138
|
+
"inheritedFrom": {
|
|
225139
|
+
"name": "TextFormattable",
|
|
225140
|
+
"module": "./../src/Controls/Behaviors/TextFormattable.ts"
|
|
225141
|
+
}
|
|
225142
|
+
},
|
|
225143
|
+
{
|
|
225144
|
+
"kind": "field",
|
|
225145
|
+
"name": "textOverflow",
|
|
225146
|
+
"privacy": "public",
|
|
225147
|
+
"description": "Gets or sets the `textOverflow` property.\nThe default value is `truncate`, which means the text will be truncated if it overflows.",
|
|
225148
|
+
"type": "TextOverflow",
|
|
225149
|
+
"inheritedFrom": {
|
|
225150
|
+
"name": "TextOverflowable",
|
|
225151
|
+
"module": "./../src/Controls/Behaviors/TextOverflowable.ts"
|
|
225152
|
+
}
|
|
225153
|
+
},
|
|
225154
|
+
{
|
|
225155
|
+
"kind": "field",
|
|
225156
|
+
"name": "dir",
|
|
225157
|
+
"privacy": "public",
|
|
225158
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
225159
|
+
"type": "FlowDirection",
|
|
225160
|
+
"inheritedFrom": {
|
|
225161
|
+
"name": "CustomElement",
|
|
225162
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225163
|
+
}
|
|
225164
|
+
},
|
|
225165
|
+
{
|
|
225166
|
+
"kind": "field",
|
|
225167
|
+
"name": "lang",
|
|
225168
|
+
"privacy": "public",
|
|
225169
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
225170
|
+
"type": "string",
|
|
225171
|
+
"inheritedFrom": {
|
|
225172
|
+
"name": "CustomElement",
|
|
225173
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225174
|
+
}
|
|
225175
|
+
},
|
|
225176
|
+
{
|
|
225177
|
+
"kind": "field",
|
|
225178
|
+
"name": "connected",
|
|
225179
|
+
"privacy": "public",
|
|
225180
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225181
|
+
"type": "IEventEmitter<void>",
|
|
225182
|
+
"inheritedFrom": {
|
|
225183
|
+
"name": "CustomElement",
|
|
225184
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225185
|
+
}
|
|
225186
|
+
},
|
|
225187
|
+
{
|
|
225188
|
+
"kind": "field",
|
|
225189
|
+
"name": "disconnected",
|
|
225190
|
+
"privacy": "public",
|
|
225191
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225192
|
+
"type": "IEventEmitter<void>",
|
|
225193
|
+
"inheritedFrom": {
|
|
225194
|
+
"name": "CustomElement",
|
|
225195
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225196
|
+
}
|
|
225197
|
+
},
|
|
225198
|
+
{
|
|
225199
|
+
"kind": "field",
|
|
225200
|
+
"name": "changed",
|
|
225201
|
+
"privacy": "public",
|
|
225202
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225203
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
225204
|
+
"inheritedFrom": {
|
|
225205
|
+
"name": "CustomElement",
|
|
225206
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225207
|
+
}
|
|
225208
|
+
},
|
|
225209
|
+
{
|
|
225210
|
+
"kind": "method",
|
|
225211
|
+
"name": "adoptStyle",
|
|
225212
|
+
"privacy": "public",
|
|
225213
|
+
"type": "(styles: CSSResultGroup): void",
|
|
225214
|
+
"description": "Adopts the specified styles.",
|
|
225215
|
+
"parameters": [
|
|
225216
|
+
{
|
|
225217
|
+
"name": "styles",
|
|
225218
|
+
"type": "CSSResultGroup",
|
|
225219
|
+
"description": "The styles to adopt."
|
|
225220
|
+
}
|
|
225221
|
+
],
|
|
225222
|
+
"return": {
|
|
225223
|
+
"type": "void"
|
|
225224
|
+
},
|
|
225225
|
+
"inheritedFrom": {
|
|
225226
|
+
"name": "CustomElement",
|
|
225227
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225228
|
+
}
|
|
225229
|
+
},
|
|
225230
|
+
{
|
|
225231
|
+
"kind": "method",
|
|
225232
|
+
"name": "on",
|
|
225233
|
+
"privacy": "public",
|
|
225234
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
225235
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
225236
|
+
"parameters": [
|
|
225237
|
+
{
|
|
225238
|
+
"name": "event",
|
|
225239
|
+
"type": "TEvent"
|
|
225240
|
+
},
|
|
225241
|
+
{
|
|
225242
|
+
"name": "listener",
|
|
225243
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
225244
|
+
},
|
|
225245
|
+
{
|
|
225246
|
+
"name": "options",
|
|
225247
|
+
"type": "boolean | AddEventListenerOptions"
|
|
225248
|
+
}
|
|
225249
|
+
],
|
|
225250
|
+
"return": {
|
|
225251
|
+
"type": "IEventListenerSubscription"
|
|
225252
|
+
},
|
|
225253
|
+
"inheritedFrom": {
|
|
225254
|
+
"name": "CustomElement",
|
|
225255
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225256
|
+
}
|
|
225257
|
+
},
|
|
225258
|
+
{
|
|
225259
|
+
"kind": "method",
|
|
225260
|
+
"name": "off",
|
|
225261
|
+
"privacy": "public",
|
|
225262
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
225263
|
+
"description": "Removes an event listener.",
|
|
225264
|
+
"parameters": [
|
|
225265
|
+
{
|
|
225266
|
+
"name": "subscription",
|
|
225267
|
+
"type": "IEventListenerSubscription"
|
|
225268
|
+
}
|
|
225269
|
+
],
|
|
225270
|
+
"return": {
|
|
225271
|
+
"type": "void"
|
|
225272
|
+
},
|
|
225273
|
+
"inheritedFrom": {
|
|
225274
|
+
"name": "CustomElement",
|
|
225275
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225276
|
+
}
|
|
225277
|
+
},
|
|
225278
|
+
{
|
|
225279
|
+
"kind": "method",
|
|
225280
|
+
"name": "emit",
|
|
225281
|
+
"privacy": "public",
|
|
225282
|
+
"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...",
|
|
225283
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
225284
|
+
"parameters": [
|
|
225285
|
+
{
|
|
225286
|
+
"name": "event",
|
|
225287
|
+
"type": "TEvent"
|
|
225288
|
+
},
|
|
225289
|
+
{
|
|
225290
|
+
"name": "eventInitDict",
|
|
225291
|
+
"type": "CustomEventInit<TDetail>"
|
|
225292
|
+
}
|
|
225293
|
+
],
|
|
225294
|
+
"return": {
|
|
225295
|
+
"type": "boolean"
|
|
225296
|
+
},
|
|
225297
|
+
"inheritedFrom": {
|
|
225298
|
+
"name": "CustomElement",
|
|
225299
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225300
|
+
}
|
|
225301
|
+
},
|
|
225302
|
+
{
|
|
225303
|
+
"kind": "method",
|
|
225304
|
+
"name": "requestUpdate",
|
|
225305
|
+
"privacy": "public",
|
|
225306
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
225307
|
+
"parameters": [
|
|
225308
|
+
{
|
|
225309
|
+
"name": "name",
|
|
225310
|
+
"type": "keyof this"
|
|
225311
|
+
},
|
|
225312
|
+
{
|
|
225313
|
+
"name": "oldValue",
|
|
225314
|
+
"type": "unknown"
|
|
225315
|
+
},
|
|
225316
|
+
{
|
|
225317
|
+
"name": "options",
|
|
225318
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
225319
|
+
}
|
|
225320
|
+
],
|
|
225321
|
+
"return": {
|
|
225322
|
+
"type": "void"
|
|
225323
|
+
},
|
|
225324
|
+
"inheritedFrom": {
|
|
225325
|
+
"name": "CustomElement",
|
|
225326
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225327
|
+
}
|
|
225328
|
+
}
|
|
225329
|
+
]
|
|
225330
|
+
}
|
|
225331
|
+
]
|
|
225332
|
+
},
|
|
225333
|
+
{
|
|
225334
|
+
"path": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts",
|
|
225335
|
+
"exports": [
|
|
225336
|
+
{
|
|
225337
|
+
"kind": "class",
|
|
225338
|
+
"superclass": {
|
|
225339
|
+
"name": "CustomElement",
|
|
225340
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225341
|
+
},
|
|
225342
|
+
"mixins": [
|
|
225343
|
+
{
|
|
225344
|
+
"name": "Disableable",
|
|
225345
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
225346
|
+
}
|
|
225347
|
+
],
|
|
225348
|
+
"description": "Table Row Base Element - The foundational base class for all table row components.",
|
|
225349
|
+
"name": "TableRowBaseElement",
|
|
225350
|
+
"members": [
|
|
225351
|
+
{
|
|
225352
|
+
"kind": "field",
|
|
225353
|
+
"name": "disabled",
|
|
225354
|
+
"privacy": "public",
|
|
225355
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
225356
|
+
"type": "boolean",
|
|
225357
|
+
"inheritedFrom": {
|
|
225358
|
+
"name": "Disableable",
|
|
225359
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
225360
|
+
}
|
|
225361
|
+
},
|
|
225362
|
+
{
|
|
225363
|
+
"kind": "field",
|
|
225364
|
+
"name": "dir",
|
|
225365
|
+
"privacy": "public",
|
|
225366
|
+
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
225367
|
+
"type": "FlowDirection",
|
|
225368
|
+
"inheritedFrom": {
|
|
225369
|
+
"name": "CustomElement",
|
|
225370
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225371
|
+
}
|
|
225372
|
+
},
|
|
225373
|
+
{
|
|
225374
|
+
"kind": "field",
|
|
225375
|
+
"name": "lang",
|
|
225376
|
+
"privacy": "public",
|
|
225377
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
225378
|
+
"type": "string",
|
|
225379
|
+
"inheritedFrom": {
|
|
225380
|
+
"name": "CustomElement",
|
|
225381
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225382
|
+
}
|
|
225383
|
+
},
|
|
225384
|
+
{
|
|
225385
|
+
"kind": "field",
|
|
225386
|
+
"name": "connected",
|
|
225387
|
+
"privacy": "public",
|
|
225388
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225389
|
+
"type": "IEventEmitter<void>",
|
|
225390
|
+
"inheritedFrom": {
|
|
225391
|
+
"name": "CustomElement",
|
|
225392
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225393
|
+
}
|
|
225394
|
+
},
|
|
225395
|
+
{
|
|
225396
|
+
"kind": "field",
|
|
225397
|
+
"name": "disconnected",
|
|
225398
|
+
"privacy": "public",
|
|
225399
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225400
|
+
"type": "IEventEmitter<void>",
|
|
225401
|
+
"inheritedFrom": {
|
|
225402
|
+
"name": "CustomElement",
|
|
225403
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225404
|
+
}
|
|
225405
|
+
},
|
|
225406
|
+
{
|
|
225407
|
+
"kind": "field",
|
|
225408
|
+
"name": "changed",
|
|
225409
|
+
"privacy": "public",
|
|
225410
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225411
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
225412
|
+
"inheritedFrom": {
|
|
225413
|
+
"name": "CustomElement",
|
|
225414
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225415
|
+
}
|
|
225416
|
+
},
|
|
225417
|
+
{
|
|
225418
|
+
"kind": "method",
|
|
225419
|
+
"name": "onSlotChange",
|
|
225420
|
+
"privacy": "public",
|
|
225421
|
+
"type": "(event: Event): void",
|
|
225422
|
+
"description": "Handles slot changes to auto-size grid columns when the parent table has no explicit columns.",
|
|
225423
|
+
"parameters": [
|
|
225424
|
+
{
|
|
225425
|
+
"name": "event"
|
|
225426
|
+
}
|
|
225427
|
+
],
|
|
225428
|
+
"return": {
|
|
225429
|
+
"type": "void"
|
|
225430
|
+
}
|
|
225431
|
+
},
|
|
225432
|
+
{
|
|
225433
|
+
"kind": "method",
|
|
225434
|
+
"name": "adoptStyle",
|
|
225435
|
+
"privacy": "public",
|
|
225436
|
+
"type": "(styles: CSSResultGroup): void",
|
|
225437
|
+
"description": "Adopts the specified styles.",
|
|
225438
|
+
"parameters": [
|
|
225439
|
+
{
|
|
225440
|
+
"name": "styles",
|
|
225441
|
+
"type": "CSSResultGroup",
|
|
225442
|
+
"description": "The styles to adopt."
|
|
225443
|
+
}
|
|
225444
|
+
],
|
|
225445
|
+
"return": {
|
|
225446
|
+
"type": "void"
|
|
225447
|
+
},
|
|
225448
|
+
"inheritedFrom": {
|
|
225449
|
+
"name": "CustomElement",
|
|
225450
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225451
|
+
}
|
|
225452
|
+
},
|
|
225453
|
+
{
|
|
225454
|
+
"kind": "method",
|
|
225455
|
+
"name": "on",
|
|
225456
|
+
"privacy": "public",
|
|
225457
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
225458
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
225459
|
+
"parameters": [
|
|
225460
|
+
{
|
|
225461
|
+
"name": "event",
|
|
225462
|
+
"type": "TEvent"
|
|
225463
|
+
},
|
|
225464
|
+
{
|
|
225465
|
+
"name": "listener",
|
|
225466
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
225467
|
+
},
|
|
225468
|
+
{
|
|
225469
|
+
"name": "options",
|
|
225470
|
+
"type": "boolean | AddEventListenerOptions"
|
|
225471
|
+
}
|
|
225472
|
+
],
|
|
225473
|
+
"return": {
|
|
225474
|
+
"type": "IEventListenerSubscription"
|
|
225475
|
+
},
|
|
225476
|
+
"inheritedFrom": {
|
|
225477
|
+
"name": "CustomElement",
|
|
225478
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225479
|
+
}
|
|
225480
|
+
},
|
|
225481
|
+
{
|
|
225482
|
+
"kind": "method",
|
|
225483
|
+
"name": "off",
|
|
225484
|
+
"privacy": "public",
|
|
225485
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
225486
|
+
"description": "Removes an event listener.",
|
|
225487
|
+
"parameters": [
|
|
225488
|
+
{
|
|
225489
|
+
"name": "subscription",
|
|
225490
|
+
"type": "IEventListenerSubscription"
|
|
225491
|
+
}
|
|
225492
|
+
],
|
|
225493
|
+
"return": {
|
|
225494
|
+
"type": "void"
|
|
225495
|
+
},
|
|
225496
|
+
"inheritedFrom": {
|
|
225497
|
+
"name": "CustomElement",
|
|
225498
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225499
|
+
}
|
|
225500
|
+
},
|
|
225501
|
+
{
|
|
225502
|
+
"kind": "method",
|
|
225503
|
+
"name": "emit",
|
|
225504
|
+
"privacy": "public",
|
|
225505
|
+
"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...",
|
|
225506
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
225507
|
+
"parameters": [
|
|
225508
|
+
{
|
|
225509
|
+
"name": "event",
|
|
225510
|
+
"type": "TEvent"
|
|
225511
|
+
},
|
|
225512
|
+
{
|
|
225513
|
+
"name": "eventInitDict",
|
|
225514
|
+
"type": "CustomEventInit<TDetail>"
|
|
225515
|
+
}
|
|
225516
|
+
],
|
|
225517
|
+
"return": {
|
|
225518
|
+
"type": "boolean"
|
|
225519
|
+
},
|
|
225520
|
+
"inheritedFrom": {
|
|
225521
|
+
"name": "CustomElement",
|
|
225522
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225523
|
+
}
|
|
225524
|
+
},
|
|
225525
|
+
{
|
|
225526
|
+
"kind": "method",
|
|
225527
|
+
"name": "requestUpdate",
|
|
225528
|
+
"privacy": "public",
|
|
225529
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
225530
|
+
"parameters": [
|
|
225531
|
+
{
|
|
225532
|
+
"name": "name",
|
|
225533
|
+
"type": "keyof this"
|
|
225534
|
+
},
|
|
225535
|
+
{
|
|
225536
|
+
"name": "oldValue",
|
|
225537
|
+
"type": "unknown"
|
|
225538
|
+
},
|
|
225539
|
+
{
|
|
225540
|
+
"name": "options",
|
|
225541
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
225542
|
+
}
|
|
225543
|
+
],
|
|
225544
|
+
"return": {
|
|
225545
|
+
"type": "void"
|
|
225546
|
+
},
|
|
225547
|
+
"inheritedFrom": {
|
|
225548
|
+
"name": "CustomElement",
|
|
225549
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225550
|
+
}
|
|
225551
|
+
}
|
|
225552
|
+
]
|
|
225553
|
+
}
|
|
225554
|
+
]
|
|
225555
|
+
},
|
|
225556
|
+
{
|
|
225557
|
+
"path": "./../src/Controls/Components/Selectors/Table/TableBodyCellElement.ts",
|
|
225558
|
+
"exports": [
|
|
225559
|
+
{
|
|
225560
|
+
"kind": "definition",
|
|
225561
|
+
"name": "mosaik-table-body-cell",
|
|
225562
|
+
"declaration": {
|
|
225563
|
+
"name": "TableBodyCellElement",
|
|
225564
|
+
"module": "./../src/Controls/Components/Selectors/Table/TableBodyCellElement.ts"
|
|
225565
|
+
}
|
|
225566
|
+
},
|
|
225567
|
+
{
|
|
225568
|
+
"kind": "class",
|
|
225569
|
+
"superclass": {
|
|
225570
|
+
"name": "TableCellBaseElement",
|
|
225571
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts"
|
|
225572
|
+
},
|
|
225573
|
+
"mixins": [
|
|
225574
|
+
{
|
|
225575
|
+
"name": "Themeable",
|
|
225576
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
225577
|
+
},
|
|
225578
|
+
{
|
|
225579
|
+
"name": "Valueable",
|
|
225580
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
225581
|
+
},
|
|
225582
|
+
{
|
|
225583
|
+
"name": "Selectable",
|
|
225584
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225585
|
+
}
|
|
225586
|
+
],
|
|
225587
|
+
"description": "Table Body Cell - A selectable cell within a table body row.",
|
|
225588
|
+
"name": "TableBodyCellElement",
|
|
225589
|
+
"members": [
|
|
225590
|
+
{
|
|
225591
|
+
"kind": "field",
|
|
225592
|
+
"name": "themeName",
|
|
225593
|
+
"privacy": "public",
|
|
225594
|
+
"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.",
|
|
225595
|
+
"type": "string",
|
|
225596
|
+
"inheritedFrom": {
|
|
225597
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
225598
|
+
}
|
|
225599
|
+
},
|
|
225600
|
+
{
|
|
225601
|
+
"kind": "field",
|
|
225602
|
+
"name": "value",
|
|
225603
|
+
"privacy": "public",
|
|
225604
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
225605
|
+
"type": "TType",
|
|
225606
|
+
"inheritedFrom": {
|
|
225607
|
+
"name": "Valueable",
|
|
225608
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
225609
|
+
}
|
|
225610
|
+
},
|
|
225611
|
+
{
|
|
225612
|
+
"kind": "field",
|
|
225613
|
+
"name": "isSelected",
|
|
225614
|
+
"privacy": "public",
|
|
225615
|
+
"description": "Gets or sets the `isSelected` property.\nThe default value is `false`, which means the element is not selected.",
|
|
225616
|
+
"type": "boolean",
|
|
225617
|
+
"inheritedFrom": {
|
|
225618
|
+
"name": "Selectable",
|
|
225619
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225620
|
+
}
|
|
225621
|
+
},
|
|
225622
|
+
{
|
|
225623
|
+
"kind": "field",
|
|
225624
|
+
"name": "selected",
|
|
225625
|
+
"privacy": "public",
|
|
225626
|
+
"description": "Called when the `isSelected` property is `true`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
225627
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
225628
|
+
"inheritedFrom": {
|
|
225629
|
+
"name": "ISelectableEvents",
|
|
225630
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225631
|
+
}
|
|
225632
|
+
},
|
|
225633
|
+
{
|
|
225634
|
+
"kind": "field",
|
|
225635
|
+
"name": "deselected",
|
|
225636
|
+
"privacy": "public",
|
|
225637
|
+
"description": "Called when the `isSelected` property is `false`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
225638
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
225639
|
+
"inheritedFrom": {
|
|
225640
|
+
"name": "ISelectableEvents",
|
|
225641
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225642
|
+
}
|
|
225643
|
+
},
|
|
225644
|
+
{
|
|
225645
|
+
"kind": "field",
|
|
225646
|
+
"name": "text",
|
|
225647
|
+
"privacy": "public",
|
|
225648
|
+
"description": "The text content of the cell.",
|
|
225649
|
+
"type": "string",
|
|
225650
|
+
"inheritedFrom": {
|
|
225651
|
+
"name": "ITableCellBaseElementProps",
|
|
225652
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225653
|
+
}
|
|
225654
|
+
},
|
|
225655
|
+
{
|
|
225656
|
+
"kind": "field",
|
|
225657
|
+
"name": "columnHidden",
|
|
225658
|
+
"privacy": "public",
|
|
225659
|
+
"description": "Indicates whether this column is hidden.",
|
|
225660
|
+
"type": "boolean",
|
|
225661
|
+
"inheritedFrom": {
|
|
225662
|
+
"name": "ITableCellBaseElementProps",
|
|
225663
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225061
225664
|
}
|
|
225062
225665
|
},
|
|
225063
225666
|
{
|
|
@@ -225391,8 +225994,8 @@
|
|
|
225391
225994
|
"description": "The text content of the cell.",
|
|
225392
225995
|
"type": "string",
|
|
225393
225996
|
"inheritedFrom": {
|
|
225394
|
-
"name": "
|
|
225395
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
225997
|
+
"name": "ITableCellBaseElementProps",
|
|
225998
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225396
225999
|
}
|
|
225397
226000
|
},
|
|
225398
226001
|
{
|
|
@@ -225401,8 +226004,8 @@
|
|
|
225401
226004
|
"description": "Indicates whether this column is hidden.",
|
|
225402
226005
|
"type": "boolean",
|
|
225403
226006
|
"inheritedFrom": {
|
|
225404
|
-
"name": "
|
|
225405
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
226007
|
+
"name": "ITableCellBaseElementProps",
|
|
226008
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225406
226009
|
}
|
|
225407
226010
|
},
|
|
225408
226011
|
{
|
|
@@ -226030,7 +226633,7 @@
|
|
|
226030
226633
|
"kind": "class",
|
|
226031
226634
|
"superclass": {
|
|
226032
226635
|
"name": "TableRowBaseElement",
|
|
226033
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
226636
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
226034
226637
|
},
|
|
226035
226638
|
"mixins": [
|
|
226036
226639
|
{
|
|
@@ -226215,7 +226818,7 @@
|
|
|
226215
226818
|
},
|
|
226216
226819
|
"inheritedFrom": {
|
|
226217
226820
|
"name": "TableRowBaseElement",
|
|
226218
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
226821
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
226219
226822
|
}
|
|
226220
226823
|
},
|
|
226221
226824
|
{
|
|
@@ -227515,7 +228118,7 @@
|
|
|
227515
228118
|
"kind": "class",
|
|
227516
228119
|
"superclass": {
|
|
227517
228120
|
"name": "TableCellBaseElement",
|
|
227518
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228121
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts"
|
|
227519
228122
|
},
|
|
227520
228123
|
"mixins": [
|
|
227521
228124
|
{
|
|
@@ -227543,8 +228146,8 @@
|
|
|
227543
228146
|
"description": "The text content of the cell.",
|
|
227544
228147
|
"type": "string",
|
|
227545
228148
|
"inheritedFrom": {
|
|
227546
|
-
"name": "
|
|
227547
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228149
|
+
"name": "ITableCellBaseElementProps",
|
|
228150
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227548
228151
|
}
|
|
227549
228152
|
},
|
|
227550
228153
|
{
|
|
@@ -227554,8 +228157,8 @@
|
|
|
227554
228157
|
"description": "Indicates whether this column is hidden.",
|
|
227555
228158
|
"type": "boolean",
|
|
227556
228159
|
"inheritedFrom": {
|
|
227557
|
-
"name": "
|
|
227558
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228160
|
+
"name": "ITableCellBaseElementProps",
|
|
228161
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227559
228162
|
}
|
|
227560
228163
|
},
|
|
227561
228164
|
{
|
|
@@ -227818,8 +228421,8 @@
|
|
|
227818
228421
|
"description": "The text content of the cell.",
|
|
227819
228422
|
"type": "string",
|
|
227820
228423
|
"inheritedFrom": {
|
|
227821
|
-
"name": "
|
|
227822
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228424
|
+
"name": "ITableCellBaseElementProps",
|
|
228425
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227823
228426
|
}
|
|
227824
228427
|
},
|
|
227825
228428
|
{
|
|
@@ -227828,8 +228431,8 @@
|
|
|
227828
228431
|
"description": "Indicates whether this column is hidden.",
|
|
227829
228432
|
"type": "boolean",
|
|
227830
228433
|
"inheritedFrom": {
|
|
227831
|
-
"name": "
|
|
227832
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228434
|
+
"name": "ITableCellBaseElementProps",
|
|
228435
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227833
228436
|
}
|
|
227834
228437
|
},
|
|
227835
228438
|
{
|
|
@@ -228457,7 +229060,7 @@
|
|
|
228457
229060
|
"kind": "class",
|
|
228458
229061
|
"superclass": {
|
|
228459
229062
|
"name": "TableRowBaseElement",
|
|
228460
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229063
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
228461
229064
|
},
|
|
228462
229065
|
"mixins": [
|
|
228463
229066
|
{
|
|
@@ -228560,7 +229163,7 @@
|
|
|
228560
229163
|
},
|
|
228561
229164
|
"inheritedFrom": {
|
|
228562
229165
|
"name": "TableRowBaseElement",
|
|
228563
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229166
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
228564
229167
|
}
|
|
228565
229168
|
},
|
|
228566
229169
|
{
|
|
@@ -228920,7 +229523,7 @@
|
|
|
228920
229523
|
"kind": "class",
|
|
228921
229524
|
"superclass": {
|
|
228922
229525
|
"name": "TableCellBaseElement",
|
|
228923
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229526
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts"
|
|
228924
229527
|
},
|
|
228925
229528
|
"mixins": [
|
|
228926
229529
|
{
|
|
@@ -229115,8 +229718,8 @@
|
|
|
229115
229718
|
"description": "The text content of the cell.",
|
|
229116
229719
|
"type": "string",
|
|
229117
229720
|
"inheritedFrom": {
|
|
229118
|
-
"name": "
|
|
229119
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229721
|
+
"name": "ITableCellBaseElementProps",
|
|
229722
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229120
229723
|
}
|
|
229121
229724
|
},
|
|
229122
229725
|
{
|
|
@@ -229126,8 +229729,8 @@
|
|
|
229126
229729
|
"description": "Gets or sets the `columnHidden` property that indicates whether this column is hidden.\nOverrides the base setter to back-propagate the change to the parent table.",
|
|
229127
229730
|
"type": "boolean",
|
|
229128
229731
|
"inheritedFrom": {
|
|
229129
|
-
"name": "
|
|
229130
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229732
|
+
"name": "ITableCellBaseElementProps",
|
|
229733
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229131
229734
|
}
|
|
229132
229735
|
},
|
|
229133
229736
|
{
|
|
@@ -229623,8 +230226,8 @@
|
|
|
229623
230226
|
"description": "The text content of the cell.",
|
|
229624
230227
|
"type": "string",
|
|
229625
230228
|
"inheritedFrom": {
|
|
229626
|
-
"name": "
|
|
229627
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
230229
|
+
"name": "ITableCellBaseElementProps",
|
|
230230
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229628
230231
|
}
|
|
229629
230232
|
},
|
|
229630
230233
|
{
|
|
@@ -229633,8 +230236,8 @@
|
|
|
229633
230236
|
"description": "Gets or sets the `columnHidden` property that indicates whether this column is hidden.\nOverrides the base setter to back-propagate the change to the parent table.",
|
|
229634
230237
|
"type": "boolean",
|
|
229635
230238
|
"inheritedFrom": {
|
|
229636
|
-
"name": "
|
|
229637
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
230239
|
+
"name": "ITableCellBaseElementProps",
|
|
230240
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229638
230241
|
}
|
|
229639
230242
|
},
|
|
229640
230243
|
{
|
|
@@ -230314,7 +230917,7 @@
|
|
|
230314
230917
|
"kind": "class",
|
|
230315
230918
|
"superclass": {
|
|
230316
230919
|
"name": "TableRowBaseElement",
|
|
230317
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
230920
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
230318
230921
|
},
|
|
230319
230922
|
"mixins": [
|
|
230320
230923
|
{
|
|
@@ -230417,7 +231020,7 @@
|
|
|
230417
231020
|
},
|
|
230418
231021
|
"inheritedFrom": {
|
|
230419
231022
|
"name": "TableRowBaseElement",
|
|
230420
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
231023
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
230421
231024
|
}
|
|
230422
231025
|
},
|
|
230423
231026
|
{
|
|
@@ -230762,481 +231365,6 @@
|
|
|
230762
231365
|
}
|
|
230763
231366
|
]
|
|
230764
231367
|
},
|
|
230765
|
-
{
|
|
230766
|
-
"path": "./../src/Controls/Components/Selectors/Table/abstracts/TableCellBaseElement.ts",
|
|
230767
|
-
"exports": [
|
|
230768
|
-
{
|
|
230769
|
-
"kind": "class",
|
|
230770
|
-
"superclass": {
|
|
230771
|
-
"name": "CustomElement",
|
|
230772
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230773
|
-
},
|
|
230774
|
-
"mixins": [
|
|
230775
|
-
{
|
|
230776
|
-
"name": "Disableable",
|
|
230777
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
230778
|
-
},
|
|
230779
|
-
{
|
|
230780
|
-
"name": "TextFormattable",
|
|
230781
|
-
"module": "./../src/Controls/Behaviors/TextFormattable.ts"
|
|
230782
|
-
},
|
|
230783
|
-
{
|
|
230784
|
-
"name": "TextOverflowable",
|
|
230785
|
-
"module": "./../src/Controls/Behaviors/TextOverflowable.ts"
|
|
230786
|
-
}
|
|
230787
|
-
],
|
|
230788
|
-
"description": "Table Cell Base Element - The foundational base class for all table cell components.",
|
|
230789
|
-
"name": "TableCellBaseElement",
|
|
230790
|
-
"members": [
|
|
230791
|
-
{
|
|
230792
|
-
"kind": "field",
|
|
230793
|
-
"name": "text",
|
|
230794
|
-
"privacy": "public",
|
|
230795
|
-
"description": "Gets or sets the `text` property.",
|
|
230796
|
-
"type": "string"
|
|
230797
|
-
},
|
|
230798
|
-
{
|
|
230799
|
-
"kind": "field",
|
|
230800
|
-
"name": "columnHidden",
|
|
230801
|
-
"privacy": "public",
|
|
230802
|
-
"description": "Gets or sets the `columnHidden` property that indicates whether this column is hidden.",
|
|
230803
|
-
"type": "boolean"
|
|
230804
|
-
},
|
|
230805
|
-
{
|
|
230806
|
-
"kind": "field",
|
|
230807
|
-
"name": "disabled",
|
|
230808
|
-
"privacy": "public",
|
|
230809
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
230810
|
-
"type": "boolean",
|
|
230811
|
-
"inheritedFrom": {
|
|
230812
|
-
"name": "Disableable",
|
|
230813
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
230814
|
-
}
|
|
230815
|
-
},
|
|
230816
|
-
{
|
|
230817
|
-
"kind": "field",
|
|
230818
|
-
"name": "formatter",
|
|
230819
|
-
"privacy": "public",
|
|
230820
|
-
"description": "Gets or sets the `formatter` property.\nThe default value is `null`, which means no formatter is set.",
|
|
230821
|
-
"type": "TextFormatter | null",
|
|
230822
|
-
"inheritedFrom": {
|
|
230823
|
-
"name": "TextFormattable",
|
|
230824
|
-
"module": "./../src/Controls/Behaviors/TextFormattable.ts"
|
|
230825
|
-
}
|
|
230826
|
-
},
|
|
230827
|
-
{
|
|
230828
|
-
"kind": "field",
|
|
230829
|
-
"name": "textOverflow",
|
|
230830
|
-
"privacy": "public",
|
|
230831
|
-
"description": "Gets or sets the `textOverflow` property.\nThe default value is `truncate`, which means the text will be truncated if it overflows.",
|
|
230832
|
-
"type": "TextOverflow",
|
|
230833
|
-
"inheritedFrom": {
|
|
230834
|
-
"name": "TextOverflowable",
|
|
230835
|
-
"module": "./../src/Controls/Behaviors/TextOverflowable.ts"
|
|
230836
|
-
}
|
|
230837
|
-
},
|
|
230838
|
-
{
|
|
230839
|
-
"kind": "field",
|
|
230840
|
-
"name": "dir",
|
|
230841
|
-
"privacy": "public",
|
|
230842
|
-
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
230843
|
-
"type": "FlowDirection",
|
|
230844
|
-
"inheritedFrom": {
|
|
230845
|
-
"name": "CustomElement",
|
|
230846
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230847
|
-
}
|
|
230848
|
-
},
|
|
230849
|
-
{
|
|
230850
|
-
"kind": "field",
|
|
230851
|
-
"name": "lang",
|
|
230852
|
-
"privacy": "public",
|
|
230853
|
-
"description": "The lang property indicates the language of the element's content.",
|
|
230854
|
-
"type": "string",
|
|
230855
|
-
"inheritedFrom": {
|
|
230856
|
-
"name": "CustomElement",
|
|
230857
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230858
|
-
}
|
|
230859
|
-
},
|
|
230860
|
-
{
|
|
230861
|
-
"kind": "field",
|
|
230862
|
-
"name": "connected",
|
|
230863
|
-
"privacy": "public",
|
|
230864
|
-
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
230865
|
-
"type": "IEventEmitter<void>",
|
|
230866
|
-
"inheritedFrom": {
|
|
230867
|
-
"name": "CustomElement",
|
|
230868
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230869
|
-
}
|
|
230870
|
-
},
|
|
230871
|
-
{
|
|
230872
|
-
"kind": "field",
|
|
230873
|
-
"name": "disconnected",
|
|
230874
|
-
"privacy": "public",
|
|
230875
|
-
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
230876
|
-
"type": "IEventEmitter<void>",
|
|
230877
|
-
"inheritedFrom": {
|
|
230878
|
-
"name": "CustomElement",
|
|
230879
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230880
|
-
}
|
|
230881
|
-
},
|
|
230882
|
-
{
|
|
230883
|
-
"kind": "field",
|
|
230884
|
-
"name": "changed",
|
|
230885
|
-
"privacy": "public",
|
|
230886
|
-
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
230887
|
-
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
230888
|
-
"inheritedFrom": {
|
|
230889
|
-
"name": "CustomElement",
|
|
230890
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230891
|
-
}
|
|
230892
|
-
},
|
|
230893
|
-
{
|
|
230894
|
-
"kind": "method",
|
|
230895
|
-
"name": "adoptStyle",
|
|
230896
|
-
"privacy": "public",
|
|
230897
|
-
"type": "(styles: CSSResultGroup): void",
|
|
230898
|
-
"description": "Adopts the specified styles.",
|
|
230899
|
-
"parameters": [
|
|
230900
|
-
{
|
|
230901
|
-
"name": "styles",
|
|
230902
|
-
"type": "CSSResultGroup",
|
|
230903
|
-
"description": "The styles to adopt."
|
|
230904
|
-
}
|
|
230905
|
-
],
|
|
230906
|
-
"return": {
|
|
230907
|
-
"type": "void"
|
|
230908
|
-
},
|
|
230909
|
-
"inheritedFrom": {
|
|
230910
|
-
"name": "CustomElement",
|
|
230911
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230912
|
-
}
|
|
230913
|
-
},
|
|
230914
|
-
{
|
|
230915
|
-
"kind": "method",
|
|
230916
|
-
"name": "on",
|
|
230917
|
-
"privacy": "public",
|
|
230918
|
-
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
230919
|
-
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
230920
|
-
"parameters": [
|
|
230921
|
-
{
|
|
230922
|
-
"name": "event",
|
|
230923
|
-
"type": "TEvent"
|
|
230924
|
-
},
|
|
230925
|
-
{
|
|
230926
|
-
"name": "listener",
|
|
230927
|
-
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
230928
|
-
},
|
|
230929
|
-
{
|
|
230930
|
-
"name": "options",
|
|
230931
|
-
"type": "boolean | AddEventListenerOptions"
|
|
230932
|
-
}
|
|
230933
|
-
],
|
|
230934
|
-
"return": {
|
|
230935
|
-
"type": "IEventListenerSubscription"
|
|
230936
|
-
},
|
|
230937
|
-
"inheritedFrom": {
|
|
230938
|
-
"name": "CustomElement",
|
|
230939
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230940
|
-
}
|
|
230941
|
-
},
|
|
230942
|
-
{
|
|
230943
|
-
"kind": "method",
|
|
230944
|
-
"name": "off",
|
|
230945
|
-
"privacy": "public",
|
|
230946
|
-
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
230947
|
-
"description": "Removes an event listener.",
|
|
230948
|
-
"parameters": [
|
|
230949
|
-
{
|
|
230950
|
-
"name": "subscription",
|
|
230951
|
-
"type": "IEventListenerSubscription"
|
|
230952
|
-
}
|
|
230953
|
-
],
|
|
230954
|
-
"return": {
|
|
230955
|
-
"type": "void"
|
|
230956
|
-
},
|
|
230957
|
-
"inheritedFrom": {
|
|
230958
|
-
"name": "CustomElement",
|
|
230959
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230960
|
-
}
|
|
230961
|
-
},
|
|
230962
|
-
{
|
|
230963
|
-
"kind": "method",
|
|
230964
|
-
"name": "emit",
|
|
230965
|
-
"privacy": "public",
|
|
230966
|
-
"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...",
|
|
230967
|
-
"description": "Emits a custom event with more convenient defaults.",
|
|
230968
|
-
"parameters": [
|
|
230969
|
-
{
|
|
230970
|
-
"name": "event",
|
|
230971
|
-
"type": "TEvent"
|
|
230972
|
-
},
|
|
230973
|
-
{
|
|
230974
|
-
"name": "eventInitDict",
|
|
230975
|
-
"type": "CustomEventInit<TDetail>"
|
|
230976
|
-
}
|
|
230977
|
-
],
|
|
230978
|
-
"return": {
|
|
230979
|
-
"type": "boolean"
|
|
230980
|
-
},
|
|
230981
|
-
"inheritedFrom": {
|
|
230982
|
-
"name": "CustomElement",
|
|
230983
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
230984
|
-
}
|
|
230985
|
-
},
|
|
230986
|
-
{
|
|
230987
|
-
"kind": "method",
|
|
230988
|
-
"name": "requestUpdate",
|
|
230989
|
-
"privacy": "public",
|
|
230990
|
-
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
230991
|
-
"parameters": [
|
|
230992
|
-
{
|
|
230993
|
-
"name": "name",
|
|
230994
|
-
"type": "keyof this"
|
|
230995
|
-
},
|
|
230996
|
-
{
|
|
230997
|
-
"name": "oldValue",
|
|
230998
|
-
"type": "unknown"
|
|
230999
|
-
},
|
|
231000
|
-
{
|
|
231001
|
-
"name": "options",
|
|
231002
|
-
"type": "PropertyDeclaration<unknown, unknown>"
|
|
231003
|
-
}
|
|
231004
|
-
],
|
|
231005
|
-
"return": {
|
|
231006
|
-
"type": "void"
|
|
231007
|
-
},
|
|
231008
|
-
"inheritedFrom": {
|
|
231009
|
-
"name": "CustomElement",
|
|
231010
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231011
|
-
}
|
|
231012
|
-
}
|
|
231013
|
-
]
|
|
231014
|
-
}
|
|
231015
|
-
]
|
|
231016
|
-
},
|
|
231017
|
-
{
|
|
231018
|
-
"path": "./../src/Controls/Components/Selectors/Table/abstracts/TableRowBaseElement.ts",
|
|
231019
|
-
"exports": [
|
|
231020
|
-
{
|
|
231021
|
-
"kind": "class",
|
|
231022
|
-
"superclass": {
|
|
231023
|
-
"name": "CustomElement",
|
|
231024
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231025
|
-
},
|
|
231026
|
-
"mixins": [
|
|
231027
|
-
{
|
|
231028
|
-
"name": "Disableable",
|
|
231029
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
231030
|
-
}
|
|
231031
|
-
],
|
|
231032
|
-
"description": "Table Row Base Element - The foundational base class for all table row components.",
|
|
231033
|
-
"name": "TableRowBaseElement",
|
|
231034
|
-
"members": [
|
|
231035
|
-
{
|
|
231036
|
-
"kind": "field",
|
|
231037
|
-
"name": "disabled",
|
|
231038
|
-
"privacy": "public",
|
|
231039
|
-
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
231040
|
-
"type": "boolean",
|
|
231041
|
-
"inheritedFrom": {
|
|
231042
|
-
"name": "Disableable",
|
|
231043
|
-
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
231044
|
-
}
|
|
231045
|
-
},
|
|
231046
|
-
{
|
|
231047
|
-
"kind": "field",
|
|
231048
|
-
"name": "dir",
|
|
231049
|
-
"privacy": "public",
|
|
231050
|
-
"description": "The dir property indicates the directionality of the element's text.\n\nSupported values are:\n- `ltr`: Left-to-Right text direction (e.g. English, German)\n- `rtl`: Right-to-Left text direction (e.g. Arabic, Hebrew)\n- `auto`: Automatically determine direction based on content (default)",
|
|
231051
|
-
"type": "FlowDirection",
|
|
231052
|
-
"inheritedFrom": {
|
|
231053
|
-
"name": "CustomElement",
|
|
231054
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231055
|
-
}
|
|
231056
|
-
},
|
|
231057
|
-
{
|
|
231058
|
-
"kind": "field",
|
|
231059
|
-
"name": "lang",
|
|
231060
|
-
"privacy": "public",
|
|
231061
|
-
"description": "The lang property indicates the language of the element's content.",
|
|
231062
|
-
"type": "string",
|
|
231063
|
-
"inheritedFrom": {
|
|
231064
|
-
"name": "CustomElement",
|
|
231065
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231066
|
-
}
|
|
231067
|
-
},
|
|
231068
|
-
{
|
|
231069
|
-
"kind": "field",
|
|
231070
|
-
"name": "connected",
|
|
231071
|
-
"privacy": "public",
|
|
231072
|
-
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
231073
|
-
"type": "IEventEmitter<void>",
|
|
231074
|
-
"inheritedFrom": {
|
|
231075
|
-
"name": "CustomElement",
|
|
231076
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231077
|
-
}
|
|
231078
|
-
},
|
|
231079
|
-
{
|
|
231080
|
-
"kind": "field",
|
|
231081
|
-
"name": "disconnected",
|
|
231082
|
-
"privacy": "public",
|
|
231083
|
-
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
231084
|
-
"type": "IEventEmitter<void>",
|
|
231085
|
-
"inheritedFrom": {
|
|
231086
|
-
"name": "CustomElement",
|
|
231087
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231088
|
-
}
|
|
231089
|
-
},
|
|
231090
|
-
{
|
|
231091
|
-
"kind": "field",
|
|
231092
|
-
"name": "changed",
|
|
231093
|
-
"privacy": "public",
|
|
231094
|
-
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
231095
|
-
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
231096
|
-
"inheritedFrom": {
|
|
231097
|
-
"name": "CustomElement",
|
|
231098
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231099
|
-
}
|
|
231100
|
-
},
|
|
231101
|
-
{
|
|
231102
|
-
"kind": "method",
|
|
231103
|
-
"name": "onSlotChange",
|
|
231104
|
-
"privacy": "public",
|
|
231105
|
-
"type": "(event: Event): void",
|
|
231106
|
-
"description": "Handles slot changes to auto-size grid columns when the parent table has no explicit columns.",
|
|
231107
|
-
"parameters": [
|
|
231108
|
-
{
|
|
231109
|
-
"name": "event"
|
|
231110
|
-
}
|
|
231111
|
-
],
|
|
231112
|
-
"return": {
|
|
231113
|
-
"type": "void"
|
|
231114
|
-
}
|
|
231115
|
-
},
|
|
231116
|
-
{
|
|
231117
|
-
"kind": "method",
|
|
231118
|
-
"name": "adoptStyle",
|
|
231119
|
-
"privacy": "public",
|
|
231120
|
-
"type": "(styles: CSSResultGroup): void",
|
|
231121
|
-
"description": "Adopts the specified styles.",
|
|
231122
|
-
"parameters": [
|
|
231123
|
-
{
|
|
231124
|
-
"name": "styles",
|
|
231125
|
-
"type": "CSSResultGroup",
|
|
231126
|
-
"description": "The styles to adopt."
|
|
231127
|
-
}
|
|
231128
|
-
],
|
|
231129
|
-
"return": {
|
|
231130
|
-
"type": "void"
|
|
231131
|
-
},
|
|
231132
|
-
"inheritedFrom": {
|
|
231133
|
-
"name": "CustomElement",
|
|
231134
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231135
|
-
}
|
|
231136
|
-
},
|
|
231137
|
-
{
|
|
231138
|
-
"kind": "method",
|
|
231139
|
-
"name": "on",
|
|
231140
|
-
"privacy": "public",
|
|
231141
|
-
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
231142
|
-
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
231143
|
-
"parameters": [
|
|
231144
|
-
{
|
|
231145
|
-
"name": "event",
|
|
231146
|
-
"type": "TEvent"
|
|
231147
|
-
},
|
|
231148
|
-
{
|
|
231149
|
-
"name": "listener",
|
|
231150
|
-
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
231151
|
-
},
|
|
231152
|
-
{
|
|
231153
|
-
"name": "options",
|
|
231154
|
-
"type": "boolean | AddEventListenerOptions"
|
|
231155
|
-
}
|
|
231156
|
-
],
|
|
231157
|
-
"return": {
|
|
231158
|
-
"type": "IEventListenerSubscription"
|
|
231159
|
-
},
|
|
231160
|
-
"inheritedFrom": {
|
|
231161
|
-
"name": "CustomElement",
|
|
231162
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231163
|
-
}
|
|
231164
|
-
},
|
|
231165
|
-
{
|
|
231166
|
-
"kind": "method",
|
|
231167
|
-
"name": "off",
|
|
231168
|
-
"privacy": "public",
|
|
231169
|
-
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
231170
|
-
"description": "Removes an event listener.",
|
|
231171
|
-
"parameters": [
|
|
231172
|
-
{
|
|
231173
|
-
"name": "subscription",
|
|
231174
|
-
"type": "IEventListenerSubscription"
|
|
231175
|
-
}
|
|
231176
|
-
],
|
|
231177
|
-
"return": {
|
|
231178
|
-
"type": "void"
|
|
231179
|
-
},
|
|
231180
|
-
"inheritedFrom": {
|
|
231181
|
-
"name": "CustomElement",
|
|
231182
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231183
|
-
}
|
|
231184
|
-
},
|
|
231185
|
-
{
|
|
231186
|
-
"kind": "method",
|
|
231187
|
-
"name": "emit",
|
|
231188
|
-
"privacy": "public",
|
|
231189
|
-
"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...",
|
|
231190
|
-
"description": "Emits a custom event with more convenient defaults.",
|
|
231191
|
-
"parameters": [
|
|
231192
|
-
{
|
|
231193
|
-
"name": "event",
|
|
231194
|
-
"type": "TEvent"
|
|
231195
|
-
},
|
|
231196
|
-
{
|
|
231197
|
-
"name": "eventInitDict",
|
|
231198
|
-
"type": "CustomEventInit<TDetail>"
|
|
231199
|
-
}
|
|
231200
|
-
],
|
|
231201
|
-
"return": {
|
|
231202
|
-
"type": "boolean"
|
|
231203
|
-
},
|
|
231204
|
-
"inheritedFrom": {
|
|
231205
|
-
"name": "CustomElement",
|
|
231206
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231207
|
-
}
|
|
231208
|
-
},
|
|
231209
|
-
{
|
|
231210
|
-
"kind": "method",
|
|
231211
|
-
"name": "requestUpdate",
|
|
231212
|
-
"privacy": "public",
|
|
231213
|
-
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
231214
|
-
"parameters": [
|
|
231215
|
-
{
|
|
231216
|
-
"name": "name",
|
|
231217
|
-
"type": "keyof this"
|
|
231218
|
-
},
|
|
231219
|
-
{
|
|
231220
|
-
"name": "oldValue",
|
|
231221
|
-
"type": "unknown"
|
|
231222
|
-
},
|
|
231223
|
-
{
|
|
231224
|
-
"name": "options",
|
|
231225
|
-
"type": "PropertyDeclaration<unknown, unknown>"
|
|
231226
|
-
}
|
|
231227
|
-
],
|
|
231228
|
-
"return": {
|
|
231229
|
-
"type": "void"
|
|
231230
|
-
},
|
|
231231
|
-
"inheritedFrom": {
|
|
231232
|
-
"name": "CustomElement",
|
|
231233
|
-
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
231234
|
-
}
|
|
231235
|
-
}
|
|
231236
|
-
]
|
|
231237
|
-
}
|
|
231238
|
-
]
|
|
231239
|
-
},
|
|
231240
231368
|
{
|
|
231241
231369
|
"path": "./../src/Controls/Components/Selectors/Table/editor/TableColumnEditorElement.ts",
|
|
231242
231370
|
"exports": [
|