@breadstone/mosaik-elements-foundation 0.1.6 → 0.1.7
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 +1 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnElement.js +2 -6
- 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.Joy.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.Joy.js +22 -0
- package/Controls/Components/Layouts/FlowBoard/Themes/FlowBoardColumnElement.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/custom-elements.json +698 -655
- 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",
|
|
@@ -224951,113 +224986,596 @@
|
|
|
224951
224986
|
]
|
|
224952
224987
|
},
|
|
224953
224988
|
{
|
|
224954
|
-
"path": "./../src/Controls/Components/Selectors/Table/
|
|
224989
|
+
"path": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts",
|
|
224955
224990
|
"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
224991
|
{
|
|
224965
224992
|
"kind": "class",
|
|
224966
224993
|
"superclass": {
|
|
224967
|
-
"name": "
|
|
224968
|
-
"module": "./../src/Controls/Components/
|
|
224994
|
+
"name": "CustomElement",
|
|
224995
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
224969
224996
|
},
|
|
224970
224997
|
"mixins": [
|
|
224971
224998
|
{
|
|
224972
|
-
"name": "
|
|
224973
|
-
"module": "./../src/Controls/Behaviors/
|
|
224999
|
+
"name": "Disableable",
|
|
225000
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
224974
225001
|
},
|
|
224975
225002
|
{
|
|
224976
|
-
"name": "
|
|
224977
|
-
"module": "./../src/Controls/Behaviors/
|
|
225003
|
+
"name": "TextFormattable",
|
|
225004
|
+
"module": "./../src/Controls/Behaviors/TextFormattable.ts"
|
|
224978
225005
|
},
|
|
224979
225006
|
{
|
|
224980
|
-
"name": "
|
|
224981
|
-
"module": "./../src/Controls/Behaviors/
|
|
225007
|
+
"name": "TextOverflowable",
|
|
225008
|
+
"module": "./../src/Controls/Behaviors/TextOverflowable.ts"
|
|
224982
225009
|
}
|
|
224983
225010
|
],
|
|
224984
|
-
"description": "Table
|
|
224985
|
-
"name": "
|
|
225011
|
+
"description": "Table Cell Base Element - The foundational base class for all table cell components.",
|
|
225012
|
+
"name": "TableCellBaseElement",
|
|
224986
225013
|
"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
225014
|
{
|
|
225042
225015
|
"kind": "field",
|
|
225043
225016
|
"name": "text",
|
|
225044
225017
|
"privacy": "public",
|
|
225045
|
-
"description": "
|
|
225018
|
+
"description": "Gets or sets the `text` property.",
|
|
225046
225019
|
"type": "string",
|
|
225047
225020
|
"inheritedFrom": {
|
|
225048
|
-
"name": "
|
|
225049
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
225021
|
+
"name": "ITableCellBaseElementProps",
|
|
225022
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225050
225023
|
}
|
|
225051
225024
|
},
|
|
225052
225025
|
{
|
|
225053
225026
|
"kind": "field",
|
|
225054
225027
|
"name": "columnHidden",
|
|
225055
225028
|
"privacy": "public",
|
|
225056
|
-
"description": "
|
|
225029
|
+
"description": "Gets or sets the `columnHidden` property that indicates whether this column is hidden.",
|
|
225057
225030
|
"type": "boolean",
|
|
225058
225031
|
"inheritedFrom": {
|
|
225059
|
-
"name": "
|
|
225060
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
225032
|
+
"name": "ITableCellBaseElementProps",
|
|
225033
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225034
|
+
}
|
|
225035
|
+
},
|
|
225036
|
+
{
|
|
225037
|
+
"kind": "field",
|
|
225038
|
+
"name": "disabled",
|
|
225039
|
+
"privacy": "public",
|
|
225040
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
225041
|
+
"type": "boolean",
|
|
225042
|
+
"inheritedFrom": {
|
|
225043
|
+
"name": "Disableable",
|
|
225044
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
225045
|
+
}
|
|
225046
|
+
},
|
|
225047
|
+
{
|
|
225048
|
+
"kind": "field",
|
|
225049
|
+
"name": "formatter",
|
|
225050
|
+
"privacy": "public",
|
|
225051
|
+
"description": "Gets or sets the `formatter` property.\nThe default value is `null`, which means no formatter is set.",
|
|
225052
|
+
"type": "TextFormatter | null",
|
|
225053
|
+
"inheritedFrom": {
|
|
225054
|
+
"name": "TextFormattable",
|
|
225055
|
+
"module": "./../src/Controls/Behaviors/TextFormattable.ts"
|
|
225056
|
+
}
|
|
225057
|
+
},
|
|
225058
|
+
{
|
|
225059
|
+
"kind": "field",
|
|
225060
|
+
"name": "textOverflow",
|
|
225061
|
+
"privacy": "public",
|
|
225062
|
+
"description": "Gets or sets the `textOverflow` property.\nThe default value is `truncate`, which means the text will be truncated if it overflows.",
|
|
225063
|
+
"type": "TextOverflow",
|
|
225064
|
+
"inheritedFrom": {
|
|
225065
|
+
"name": "TextOverflowable",
|
|
225066
|
+
"module": "./../src/Controls/Behaviors/TextOverflowable.ts"
|
|
225067
|
+
}
|
|
225068
|
+
},
|
|
225069
|
+
{
|
|
225070
|
+
"kind": "field",
|
|
225071
|
+
"name": "dir",
|
|
225072
|
+
"privacy": "public",
|
|
225073
|
+
"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)",
|
|
225074
|
+
"type": "FlowDirection",
|
|
225075
|
+
"inheritedFrom": {
|
|
225076
|
+
"name": "CustomElement",
|
|
225077
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225078
|
+
}
|
|
225079
|
+
},
|
|
225080
|
+
{
|
|
225081
|
+
"kind": "field",
|
|
225082
|
+
"name": "lang",
|
|
225083
|
+
"privacy": "public",
|
|
225084
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
225085
|
+
"type": "string",
|
|
225086
|
+
"inheritedFrom": {
|
|
225087
|
+
"name": "CustomElement",
|
|
225088
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225089
|
+
}
|
|
225090
|
+
},
|
|
225091
|
+
{
|
|
225092
|
+
"kind": "field",
|
|
225093
|
+
"name": "connected",
|
|
225094
|
+
"privacy": "public",
|
|
225095
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225096
|
+
"type": "IEventEmitter<void>",
|
|
225097
|
+
"inheritedFrom": {
|
|
225098
|
+
"name": "CustomElement",
|
|
225099
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225100
|
+
}
|
|
225101
|
+
},
|
|
225102
|
+
{
|
|
225103
|
+
"kind": "field",
|
|
225104
|
+
"name": "disconnected",
|
|
225105
|
+
"privacy": "public",
|
|
225106
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225107
|
+
"type": "IEventEmitter<void>",
|
|
225108
|
+
"inheritedFrom": {
|
|
225109
|
+
"name": "CustomElement",
|
|
225110
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225111
|
+
}
|
|
225112
|
+
},
|
|
225113
|
+
{
|
|
225114
|
+
"kind": "field",
|
|
225115
|
+
"name": "changed",
|
|
225116
|
+
"privacy": "public",
|
|
225117
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225118
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
225119
|
+
"inheritedFrom": {
|
|
225120
|
+
"name": "CustomElement",
|
|
225121
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225122
|
+
}
|
|
225123
|
+
},
|
|
225124
|
+
{
|
|
225125
|
+
"kind": "method",
|
|
225126
|
+
"name": "adoptStyle",
|
|
225127
|
+
"privacy": "public",
|
|
225128
|
+
"type": "(styles: CSSResultGroup): void",
|
|
225129
|
+
"description": "Adopts the specified styles.",
|
|
225130
|
+
"parameters": [
|
|
225131
|
+
{
|
|
225132
|
+
"name": "styles",
|
|
225133
|
+
"type": "CSSResultGroup",
|
|
225134
|
+
"description": "The styles to adopt."
|
|
225135
|
+
}
|
|
225136
|
+
],
|
|
225137
|
+
"return": {
|
|
225138
|
+
"type": "void"
|
|
225139
|
+
},
|
|
225140
|
+
"inheritedFrom": {
|
|
225141
|
+
"name": "CustomElement",
|
|
225142
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225143
|
+
}
|
|
225144
|
+
},
|
|
225145
|
+
{
|
|
225146
|
+
"kind": "method",
|
|
225147
|
+
"name": "on",
|
|
225148
|
+
"privacy": "public",
|
|
225149
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
225150
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
225151
|
+
"parameters": [
|
|
225152
|
+
{
|
|
225153
|
+
"name": "event",
|
|
225154
|
+
"type": "TEvent"
|
|
225155
|
+
},
|
|
225156
|
+
{
|
|
225157
|
+
"name": "listener",
|
|
225158
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
225159
|
+
},
|
|
225160
|
+
{
|
|
225161
|
+
"name": "options",
|
|
225162
|
+
"type": "boolean | AddEventListenerOptions"
|
|
225163
|
+
}
|
|
225164
|
+
],
|
|
225165
|
+
"return": {
|
|
225166
|
+
"type": "IEventListenerSubscription"
|
|
225167
|
+
},
|
|
225168
|
+
"inheritedFrom": {
|
|
225169
|
+
"name": "CustomElement",
|
|
225170
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225171
|
+
}
|
|
225172
|
+
},
|
|
225173
|
+
{
|
|
225174
|
+
"kind": "method",
|
|
225175
|
+
"name": "off",
|
|
225176
|
+
"privacy": "public",
|
|
225177
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
225178
|
+
"description": "Removes an event listener.",
|
|
225179
|
+
"parameters": [
|
|
225180
|
+
{
|
|
225181
|
+
"name": "subscription",
|
|
225182
|
+
"type": "IEventListenerSubscription"
|
|
225183
|
+
}
|
|
225184
|
+
],
|
|
225185
|
+
"return": {
|
|
225186
|
+
"type": "void"
|
|
225187
|
+
},
|
|
225188
|
+
"inheritedFrom": {
|
|
225189
|
+
"name": "CustomElement",
|
|
225190
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225191
|
+
}
|
|
225192
|
+
},
|
|
225193
|
+
{
|
|
225194
|
+
"kind": "method",
|
|
225195
|
+
"name": "emit",
|
|
225196
|
+
"privacy": "public",
|
|
225197
|
+
"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...",
|
|
225198
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
225199
|
+
"parameters": [
|
|
225200
|
+
{
|
|
225201
|
+
"name": "event",
|
|
225202
|
+
"type": "TEvent"
|
|
225203
|
+
},
|
|
225204
|
+
{
|
|
225205
|
+
"name": "eventInitDict",
|
|
225206
|
+
"type": "CustomEventInit<TDetail>"
|
|
225207
|
+
}
|
|
225208
|
+
],
|
|
225209
|
+
"return": {
|
|
225210
|
+
"type": "boolean"
|
|
225211
|
+
},
|
|
225212
|
+
"inheritedFrom": {
|
|
225213
|
+
"name": "CustomElement",
|
|
225214
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225215
|
+
}
|
|
225216
|
+
},
|
|
225217
|
+
{
|
|
225218
|
+
"kind": "method",
|
|
225219
|
+
"name": "requestUpdate",
|
|
225220
|
+
"privacy": "public",
|
|
225221
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
225222
|
+
"parameters": [
|
|
225223
|
+
{
|
|
225224
|
+
"name": "name",
|
|
225225
|
+
"type": "keyof this"
|
|
225226
|
+
},
|
|
225227
|
+
{
|
|
225228
|
+
"name": "oldValue",
|
|
225229
|
+
"type": "unknown"
|
|
225230
|
+
},
|
|
225231
|
+
{
|
|
225232
|
+
"name": "options",
|
|
225233
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
225234
|
+
}
|
|
225235
|
+
],
|
|
225236
|
+
"return": {
|
|
225237
|
+
"type": "void"
|
|
225238
|
+
},
|
|
225239
|
+
"inheritedFrom": {
|
|
225240
|
+
"name": "CustomElement",
|
|
225241
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225242
|
+
}
|
|
225243
|
+
}
|
|
225244
|
+
]
|
|
225245
|
+
}
|
|
225246
|
+
]
|
|
225247
|
+
},
|
|
225248
|
+
{
|
|
225249
|
+
"path": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts",
|
|
225250
|
+
"exports": [
|
|
225251
|
+
{
|
|
225252
|
+
"kind": "class",
|
|
225253
|
+
"superclass": {
|
|
225254
|
+
"name": "CustomElement",
|
|
225255
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225256
|
+
},
|
|
225257
|
+
"mixins": [
|
|
225258
|
+
{
|
|
225259
|
+
"name": "Disableable",
|
|
225260
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
225261
|
+
}
|
|
225262
|
+
],
|
|
225263
|
+
"description": "Table Row Base Element - The foundational base class for all table row components.",
|
|
225264
|
+
"name": "TableRowBaseElement",
|
|
225265
|
+
"members": [
|
|
225266
|
+
{
|
|
225267
|
+
"kind": "field",
|
|
225268
|
+
"name": "disabled",
|
|
225269
|
+
"privacy": "public",
|
|
225270
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
225271
|
+
"type": "boolean",
|
|
225272
|
+
"inheritedFrom": {
|
|
225273
|
+
"name": "Disableable",
|
|
225274
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
225275
|
+
}
|
|
225276
|
+
},
|
|
225277
|
+
{
|
|
225278
|
+
"kind": "field",
|
|
225279
|
+
"name": "dir",
|
|
225280
|
+
"privacy": "public",
|
|
225281
|
+
"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)",
|
|
225282
|
+
"type": "FlowDirection",
|
|
225283
|
+
"inheritedFrom": {
|
|
225284
|
+
"name": "CustomElement",
|
|
225285
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225286
|
+
}
|
|
225287
|
+
},
|
|
225288
|
+
{
|
|
225289
|
+
"kind": "field",
|
|
225290
|
+
"name": "lang",
|
|
225291
|
+
"privacy": "public",
|
|
225292
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
225293
|
+
"type": "string",
|
|
225294
|
+
"inheritedFrom": {
|
|
225295
|
+
"name": "CustomElement",
|
|
225296
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225297
|
+
}
|
|
225298
|
+
},
|
|
225299
|
+
{
|
|
225300
|
+
"kind": "field",
|
|
225301
|
+
"name": "connected",
|
|
225302
|
+
"privacy": "public",
|
|
225303
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225304
|
+
"type": "IEventEmitter<void>",
|
|
225305
|
+
"inheritedFrom": {
|
|
225306
|
+
"name": "CustomElement",
|
|
225307
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225308
|
+
}
|
|
225309
|
+
},
|
|
225310
|
+
{
|
|
225311
|
+
"kind": "field",
|
|
225312
|
+
"name": "disconnected",
|
|
225313
|
+
"privacy": "public",
|
|
225314
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225315
|
+
"type": "IEventEmitter<void>",
|
|
225316
|
+
"inheritedFrom": {
|
|
225317
|
+
"name": "CustomElement",
|
|
225318
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225319
|
+
}
|
|
225320
|
+
},
|
|
225321
|
+
{
|
|
225322
|
+
"kind": "field",
|
|
225323
|
+
"name": "changed",
|
|
225324
|
+
"privacy": "public",
|
|
225325
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
225326
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
225327
|
+
"inheritedFrom": {
|
|
225328
|
+
"name": "CustomElement",
|
|
225329
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225330
|
+
}
|
|
225331
|
+
},
|
|
225332
|
+
{
|
|
225333
|
+
"kind": "method",
|
|
225334
|
+
"name": "onSlotChange",
|
|
225335
|
+
"privacy": "public",
|
|
225336
|
+
"type": "(event: Event): void",
|
|
225337
|
+
"description": "Handles slot changes to auto-size grid columns when the parent table has no explicit columns.",
|
|
225338
|
+
"parameters": [
|
|
225339
|
+
{
|
|
225340
|
+
"name": "event"
|
|
225341
|
+
}
|
|
225342
|
+
],
|
|
225343
|
+
"return": {
|
|
225344
|
+
"type": "void"
|
|
225345
|
+
}
|
|
225346
|
+
},
|
|
225347
|
+
{
|
|
225348
|
+
"kind": "method",
|
|
225349
|
+
"name": "adoptStyle",
|
|
225350
|
+
"privacy": "public",
|
|
225351
|
+
"type": "(styles: CSSResultGroup): void",
|
|
225352
|
+
"description": "Adopts the specified styles.",
|
|
225353
|
+
"parameters": [
|
|
225354
|
+
{
|
|
225355
|
+
"name": "styles",
|
|
225356
|
+
"type": "CSSResultGroup",
|
|
225357
|
+
"description": "The styles to adopt."
|
|
225358
|
+
}
|
|
225359
|
+
],
|
|
225360
|
+
"return": {
|
|
225361
|
+
"type": "void"
|
|
225362
|
+
},
|
|
225363
|
+
"inheritedFrom": {
|
|
225364
|
+
"name": "CustomElement",
|
|
225365
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225366
|
+
}
|
|
225367
|
+
},
|
|
225368
|
+
{
|
|
225369
|
+
"kind": "method",
|
|
225370
|
+
"name": "on",
|
|
225371
|
+
"privacy": "public",
|
|
225372
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
225373
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
225374
|
+
"parameters": [
|
|
225375
|
+
{
|
|
225376
|
+
"name": "event",
|
|
225377
|
+
"type": "TEvent"
|
|
225378
|
+
},
|
|
225379
|
+
{
|
|
225380
|
+
"name": "listener",
|
|
225381
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
225382
|
+
},
|
|
225383
|
+
{
|
|
225384
|
+
"name": "options",
|
|
225385
|
+
"type": "boolean | AddEventListenerOptions"
|
|
225386
|
+
}
|
|
225387
|
+
],
|
|
225388
|
+
"return": {
|
|
225389
|
+
"type": "IEventListenerSubscription"
|
|
225390
|
+
},
|
|
225391
|
+
"inheritedFrom": {
|
|
225392
|
+
"name": "CustomElement",
|
|
225393
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225394
|
+
}
|
|
225395
|
+
},
|
|
225396
|
+
{
|
|
225397
|
+
"kind": "method",
|
|
225398
|
+
"name": "off",
|
|
225399
|
+
"privacy": "public",
|
|
225400
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
225401
|
+
"description": "Removes an event listener.",
|
|
225402
|
+
"parameters": [
|
|
225403
|
+
{
|
|
225404
|
+
"name": "subscription",
|
|
225405
|
+
"type": "IEventListenerSubscription"
|
|
225406
|
+
}
|
|
225407
|
+
],
|
|
225408
|
+
"return": {
|
|
225409
|
+
"type": "void"
|
|
225410
|
+
},
|
|
225411
|
+
"inheritedFrom": {
|
|
225412
|
+
"name": "CustomElement",
|
|
225413
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225414
|
+
}
|
|
225415
|
+
},
|
|
225416
|
+
{
|
|
225417
|
+
"kind": "method",
|
|
225418
|
+
"name": "emit",
|
|
225419
|
+
"privacy": "public",
|
|
225420
|
+
"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...",
|
|
225421
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
225422
|
+
"parameters": [
|
|
225423
|
+
{
|
|
225424
|
+
"name": "event",
|
|
225425
|
+
"type": "TEvent"
|
|
225426
|
+
},
|
|
225427
|
+
{
|
|
225428
|
+
"name": "eventInitDict",
|
|
225429
|
+
"type": "CustomEventInit<TDetail>"
|
|
225430
|
+
}
|
|
225431
|
+
],
|
|
225432
|
+
"return": {
|
|
225433
|
+
"type": "boolean"
|
|
225434
|
+
},
|
|
225435
|
+
"inheritedFrom": {
|
|
225436
|
+
"name": "CustomElement",
|
|
225437
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225438
|
+
}
|
|
225439
|
+
},
|
|
225440
|
+
{
|
|
225441
|
+
"kind": "method",
|
|
225442
|
+
"name": "requestUpdate",
|
|
225443
|
+
"privacy": "public",
|
|
225444
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
225445
|
+
"parameters": [
|
|
225446
|
+
{
|
|
225447
|
+
"name": "name",
|
|
225448
|
+
"type": "keyof this"
|
|
225449
|
+
},
|
|
225450
|
+
{
|
|
225451
|
+
"name": "oldValue",
|
|
225452
|
+
"type": "unknown"
|
|
225453
|
+
},
|
|
225454
|
+
{
|
|
225455
|
+
"name": "options",
|
|
225456
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
225457
|
+
}
|
|
225458
|
+
],
|
|
225459
|
+
"return": {
|
|
225460
|
+
"type": "void"
|
|
225461
|
+
},
|
|
225462
|
+
"inheritedFrom": {
|
|
225463
|
+
"name": "CustomElement",
|
|
225464
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
225465
|
+
}
|
|
225466
|
+
}
|
|
225467
|
+
]
|
|
225468
|
+
}
|
|
225469
|
+
]
|
|
225470
|
+
},
|
|
225471
|
+
{
|
|
225472
|
+
"path": "./../src/Controls/Components/Selectors/Table/TableBodyCellElement.ts",
|
|
225473
|
+
"exports": [
|
|
225474
|
+
{
|
|
225475
|
+
"kind": "definition",
|
|
225476
|
+
"name": "mosaik-table-body-cell",
|
|
225477
|
+
"declaration": {
|
|
225478
|
+
"name": "TableBodyCellElement",
|
|
225479
|
+
"module": "./../src/Controls/Components/Selectors/Table/TableBodyCellElement.ts"
|
|
225480
|
+
}
|
|
225481
|
+
},
|
|
225482
|
+
{
|
|
225483
|
+
"kind": "class",
|
|
225484
|
+
"superclass": {
|
|
225485
|
+
"name": "TableCellBaseElement",
|
|
225486
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts"
|
|
225487
|
+
},
|
|
225488
|
+
"mixins": [
|
|
225489
|
+
{
|
|
225490
|
+
"name": "Themeable",
|
|
225491
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
225492
|
+
},
|
|
225493
|
+
{
|
|
225494
|
+
"name": "Valueable",
|
|
225495
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
225496
|
+
},
|
|
225497
|
+
{
|
|
225498
|
+
"name": "Selectable",
|
|
225499
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225500
|
+
}
|
|
225501
|
+
],
|
|
225502
|
+
"description": "Table Body Cell - A selectable cell within a table body row.",
|
|
225503
|
+
"name": "TableBodyCellElement",
|
|
225504
|
+
"members": [
|
|
225505
|
+
{
|
|
225506
|
+
"kind": "field",
|
|
225507
|
+
"name": "themeName",
|
|
225508
|
+
"privacy": "public",
|
|
225509
|
+
"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.",
|
|
225510
|
+
"type": "string",
|
|
225511
|
+
"inheritedFrom": {
|
|
225512
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
225513
|
+
}
|
|
225514
|
+
},
|
|
225515
|
+
{
|
|
225516
|
+
"kind": "field",
|
|
225517
|
+
"name": "value",
|
|
225518
|
+
"privacy": "public",
|
|
225519
|
+
"description": "Gets or sets the `value` property.\nThe default value is `undefined`, which means the element has no value set.",
|
|
225520
|
+
"type": "TType",
|
|
225521
|
+
"inheritedFrom": {
|
|
225522
|
+
"name": "Valueable",
|
|
225523
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
225524
|
+
}
|
|
225525
|
+
},
|
|
225526
|
+
{
|
|
225527
|
+
"kind": "field",
|
|
225528
|
+
"name": "isSelected",
|
|
225529
|
+
"privacy": "public",
|
|
225530
|
+
"description": "Gets or sets the `isSelected` property.\nThe default value is `false`, which means the element is not selected.",
|
|
225531
|
+
"type": "boolean",
|
|
225532
|
+
"inheritedFrom": {
|
|
225533
|
+
"name": "Selectable",
|
|
225534
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225535
|
+
}
|
|
225536
|
+
},
|
|
225537
|
+
{
|
|
225538
|
+
"kind": "field",
|
|
225539
|
+
"name": "selected",
|
|
225540
|
+
"privacy": "public",
|
|
225541
|
+
"description": "Called when the `isSelected` property is `true`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
225542
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
225543
|
+
"inheritedFrom": {
|
|
225544
|
+
"name": "ISelectableEvents",
|
|
225545
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225546
|
+
}
|
|
225547
|
+
},
|
|
225548
|
+
{
|
|
225549
|
+
"kind": "field",
|
|
225550
|
+
"name": "deselected",
|
|
225551
|
+
"privacy": "public",
|
|
225552
|
+
"description": "Called when the `isSelected` property is `false`.\nProvides reference to the `IEventDetail` as event argument.",
|
|
225553
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
225554
|
+
"inheritedFrom": {
|
|
225555
|
+
"name": "ISelectableEvents",
|
|
225556
|
+
"module": "./../src/Controls/Behaviors/Selectable.ts"
|
|
225557
|
+
}
|
|
225558
|
+
},
|
|
225559
|
+
{
|
|
225560
|
+
"kind": "field",
|
|
225561
|
+
"name": "text",
|
|
225562
|
+
"privacy": "public",
|
|
225563
|
+
"description": "The text content of the cell.",
|
|
225564
|
+
"type": "string",
|
|
225565
|
+
"inheritedFrom": {
|
|
225566
|
+
"name": "ITableCellBaseElementProps",
|
|
225567
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225568
|
+
}
|
|
225569
|
+
},
|
|
225570
|
+
{
|
|
225571
|
+
"kind": "field",
|
|
225572
|
+
"name": "columnHidden",
|
|
225573
|
+
"privacy": "public",
|
|
225574
|
+
"description": "Indicates whether this column is hidden.",
|
|
225575
|
+
"type": "boolean",
|
|
225576
|
+
"inheritedFrom": {
|
|
225577
|
+
"name": "ITableCellBaseElementProps",
|
|
225578
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225061
225579
|
}
|
|
225062
225580
|
},
|
|
225063
225581
|
{
|
|
@@ -225391,8 +225909,8 @@
|
|
|
225391
225909
|
"description": "The text content of the cell.",
|
|
225392
225910
|
"type": "string",
|
|
225393
225911
|
"inheritedFrom": {
|
|
225394
|
-
"name": "
|
|
225395
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
225912
|
+
"name": "ITableCellBaseElementProps",
|
|
225913
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225396
225914
|
}
|
|
225397
225915
|
},
|
|
225398
225916
|
{
|
|
@@ -225401,8 +225919,8 @@
|
|
|
225401
225919
|
"description": "Indicates whether this column is hidden.",
|
|
225402
225920
|
"type": "boolean",
|
|
225403
225921
|
"inheritedFrom": {
|
|
225404
|
-
"name": "
|
|
225405
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
225922
|
+
"name": "ITableCellBaseElementProps",
|
|
225923
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
225406
225924
|
}
|
|
225407
225925
|
},
|
|
225408
225926
|
{
|
|
@@ -226030,7 +226548,7 @@
|
|
|
226030
226548
|
"kind": "class",
|
|
226031
226549
|
"superclass": {
|
|
226032
226550
|
"name": "TableRowBaseElement",
|
|
226033
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
226551
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
226034
226552
|
},
|
|
226035
226553
|
"mixins": [
|
|
226036
226554
|
{
|
|
@@ -226215,7 +226733,7 @@
|
|
|
226215
226733
|
},
|
|
226216
226734
|
"inheritedFrom": {
|
|
226217
226735
|
"name": "TableRowBaseElement",
|
|
226218
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
226736
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
226219
226737
|
}
|
|
226220
226738
|
},
|
|
226221
226739
|
{
|
|
@@ -227515,7 +228033,7 @@
|
|
|
227515
228033
|
"kind": "class",
|
|
227516
228034
|
"superclass": {
|
|
227517
228035
|
"name": "TableCellBaseElement",
|
|
227518
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228036
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts"
|
|
227519
228037
|
},
|
|
227520
228038
|
"mixins": [
|
|
227521
228039
|
{
|
|
@@ -227543,8 +228061,8 @@
|
|
|
227543
228061
|
"description": "The text content of the cell.",
|
|
227544
228062
|
"type": "string",
|
|
227545
228063
|
"inheritedFrom": {
|
|
227546
|
-
"name": "
|
|
227547
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228064
|
+
"name": "ITableCellBaseElementProps",
|
|
228065
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227548
228066
|
}
|
|
227549
228067
|
},
|
|
227550
228068
|
{
|
|
@@ -227554,8 +228072,8 @@
|
|
|
227554
228072
|
"description": "Indicates whether this column is hidden.",
|
|
227555
228073
|
"type": "boolean",
|
|
227556
228074
|
"inheritedFrom": {
|
|
227557
|
-
"name": "
|
|
227558
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228075
|
+
"name": "ITableCellBaseElementProps",
|
|
228076
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227559
228077
|
}
|
|
227560
228078
|
},
|
|
227561
228079
|
{
|
|
@@ -227818,8 +228336,8 @@
|
|
|
227818
228336
|
"description": "The text content of the cell.",
|
|
227819
228337
|
"type": "string",
|
|
227820
228338
|
"inheritedFrom": {
|
|
227821
|
-
"name": "
|
|
227822
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228339
|
+
"name": "ITableCellBaseElementProps",
|
|
228340
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227823
228341
|
}
|
|
227824
228342
|
},
|
|
227825
228343
|
{
|
|
@@ -227828,8 +228346,8 @@
|
|
|
227828
228346
|
"description": "Indicates whether this column is hidden.",
|
|
227829
228347
|
"type": "boolean",
|
|
227830
228348
|
"inheritedFrom": {
|
|
227831
|
-
"name": "
|
|
227832
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228349
|
+
"name": "ITableCellBaseElementProps",
|
|
228350
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
227833
228351
|
}
|
|
227834
228352
|
},
|
|
227835
228353
|
{
|
|
@@ -228457,7 +228975,7 @@
|
|
|
228457
228975
|
"kind": "class",
|
|
228458
228976
|
"superclass": {
|
|
228459
228977
|
"name": "TableRowBaseElement",
|
|
228460
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
228978
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
228461
228979
|
},
|
|
228462
228980
|
"mixins": [
|
|
228463
228981
|
{
|
|
@@ -228560,7 +229078,7 @@
|
|
|
228560
229078
|
},
|
|
228561
229079
|
"inheritedFrom": {
|
|
228562
229080
|
"name": "TableRowBaseElement",
|
|
228563
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229081
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
228564
229082
|
}
|
|
228565
229083
|
},
|
|
228566
229084
|
{
|
|
@@ -228920,7 +229438,7 @@
|
|
|
228920
229438
|
"kind": "class",
|
|
228921
229439
|
"superclass": {
|
|
228922
229440
|
"name": "TableCellBaseElement",
|
|
228923
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229441
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableCellBaseElement.ts"
|
|
228924
229442
|
},
|
|
228925
229443
|
"mixins": [
|
|
228926
229444
|
{
|
|
@@ -229115,8 +229633,8 @@
|
|
|
229115
229633
|
"description": "The text content of the cell.",
|
|
229116
229634
|
"type": "string",
|
|
229117
229635
|
"inheritedFrom": {
|
|
229118
|
-
"name": "
|
|
229119
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229636
|
+
"name": "ITableCellBaseElementProps",
|
|
229637
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229120
229638
|
}
|
|
229121
229639
|
},
|
|
229122
229640
|
{
|
|
@@ -229126,8 +229644,8 @@
|
|
|
229126
229644
|
"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
229645
|
"type": "boolean",
|
|
229128
229646
|
"inheritedFrom": {
|
|
229129
|
-
"name": "
|
|
229130
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
229647
|
+
"name": "ITableCellBaseElementProps",
|
|
229648
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229131
229649
|
}
|
|
229132
229650
|
},
|
|
229133
229651
|
{
|
|
@@ -229623,8 +230141,8 @@
|
|
|
229623
230141
|
"description": "The text content of the cell.",
|
|
229624
230142
|
"type": "string",
|
|
229625
230143
|
"inheritedFrom": {
|
|
229626
|
-
"name": "
|
|
229627
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
230144
|
+
"name": "ITableCellBaseElementProps",
|
|
230145
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229628
230146
|
}
|
|
229629
230147
|
},
|
|
229630
230148
|
{
|
|
@@ -229633,8 +230151,8 @@
|
|
|
229633
230151
|
"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
230152
|
"type": "boolean",
|
|
229635
230153
|
"inheritedFrom": {
|
|
229636
|
-
"name": "
|
|
229637
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
230154
|
+
"name": "ITableCellBaseElementProps",
|
|
230155
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/ITableCellBaseElementProps.ts"
|
|
229638
230156
|
}
|
|
229639
230157
|
},
|
|
229640
230158
|
{
|
|
@@ -230314,7 +230832,7 @@
|
|
|
230314
230832
|
"kind": "class",
|
|
230315
230833
|
"superclass": {
|
|
230316
230834
|
"name": "TableRowBaseElement",
|
|
230317
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
230835
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
230318
230836
|
},
|
|
230319
230837
|
"mixins": [
|
|
230320
230838
|
{
|
|
@@ -230417,7 +230935,7 @@
|
|
|
230417
230935
|
},
|
|
230418
230936
|
"inheritedFrom": {
|
|
230419
230937
|
"name": "TableRowBaseElement",
|
|
230420
|
-
"module": "./../src/Controls/Components/Selectors/Table/
|
|
230938
|
+
"module": "./../src/Controls/Components/Selectors/Table/Abstracts2/TableRowBaseElement.ts"
|
|
230421
230939
|
}
|
|
230422
230940
|
},
|
|
230423
230941
|
{
|
|
@@ -230762,481 +231280,6 @@
|
|
|
230762
231280
|
}
|
|
230763
231281
|
]
|
|
230764
231282
|
},
|
|
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
231283
|
{
|
|
231241
231284
|
"path": "./../src/Controls/Components/Selectors/Table/editor/TableColumnEditorElement.ts",
|
|
231242
231285
|
"exports": [
|