@breadstone/mosaik-elements-foundation 0.0.269 → 0.0.271
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/Calendar/CalendarElement.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarElement.js +2 -2
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.d.ts +9 -2
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js +9 -2
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/FileBox/Accessors/FileBoxElementValueAccessor.d.ts +29 -0
- package/Controls/Components/Inputs/FileBox/Accessors/FileBoxElementValueAccessor.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileBox/Accessors/FileBoxElementValueAccessor.js +44 -0
- package/Controls/Components/Inputs/FileBox/Accessors/FileBoxElementValueAccessor.js.map +1 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElement.d.ts +301 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElement.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElement.js +577 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElement.js.map +1 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElementTemplate.d.ts +9 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElementTemplate.js +80 -0
- package/Controls/Components/Inputs/FileBox/FileBoxElementTemplate.js.map +1 -0
- package/Controls/Components/Inputs/FileBox/IFileBoxElementProps.d.ts +25 -0
- package/Controls/Components/Inputs/FileBox/IFileBoxElementProps.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileBox/IFileBoxElementProps.js +3 -0
- package/Controls/Components/Inputs/FileBox/IFileBoxElementProps.js.map +1 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Cosmopolitan.js +222 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Joy.d.ts +6 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Joy.js +407 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Joy.js.map +1 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Memphis.d.ts +6 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Memphis.js +231 -0
- package/Controls/Components/Inputs/FileBox/Themes/FileBoxElement.Memphis.js.map +1 -0
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Cosmopolitan.js +1 -0
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Joy.js +1 -0
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Joy.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Memphis.js +1 -0
- package/Controls/Components/Inputs/FileUpload/Themes/FilePickerElement.Memphis.js.map +1 -1
- package/Controls/Components/Layouts/Page/PageHeaderElement.d.ts +3 -0
- package/Controls/Components/Layouts/Page/PageHeaderElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Page/PageHeaderElement.js +3 -0
- package/Controls/Components/Layouts/Page/PageHeaderElement.js.map +1 -1
- package/Controls/Components/Layouts/TileManager/TileManagerTileElement.d.ts +3 -3
- package/Controls/Components/Layouts/TileManager/TileManagerTileElement.js +3 -3
- package/Controls/Components/Overlays/MessageBox/MessageBoxElement.d.ts +6 -6
- package/Controls/Components/Overlays/MessageBox/MessageBoxElement.js +6 -6
- package/Controls/Components/Selectors/DataList/DataListElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Selectors/DataList/DataListElementTemplate.js +1 -2
- package/Controls/Components/Selectors/DataList/DataListElementTemplate.js.map +1 -1
- package/Controls/Directives/When/WhenDirective.d.ts.map +1 -1
- package/Controls/Directives/When/WhenDirective.js +4 -3
- package/Controls/Directives/When/WhenDirective.js.map +1 -1
- package/Controls/events/FileEvents.d.ts +18 -0
- package/Controls/events/FileEvents.d.ts.map +1 -1
- package/Controls/events/index.d.ts +1 -1
- package/Controls/events/index.d.ts.map +1 -1
- package/Index.d.ts +2 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +2 -0
- package/Index.js.map +1 -1
- package/Resources/Icons.js +1 -0
- package/Resources/Icons.js.map +1 -1
- package/custom-elements.json +1329 -52
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -39515,6 +39515,10 @@
|
|
|
39515
39515
|
"description": "The footer slot.",
|
|
39516
39516
|
"name": "footer"
|
|
39517
39517
|
},
|
|
39518
|
+
{
|
|
39519
|
+
"description": "The header slot.",
|
|
39520
|
+
"name": "header"
|
|
39521
|
+
},
|
|
39518
39522
|
{
|
|
39519
39523
|
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
39520
39524
|
"name": "style",
|
|
@@ -39938,6 +39942,10 @@
|
|
|
39938
39942
|
"name": "daysView",
|
|
39939
39943
|
"description": "The daysView part."
|
|
39940
39944
|
},
|
|
39945
|
+
{
|
|
39946
|
+
"name": "footer",
|
|
39947
|
+
"description": "The footer part."
|
|
39948
|
+
},
|
|
39941
39949
|
{
|
|
39942
39950
|
"name": "header",
|
|
39943
39951
|
"description": "The header part."
|
|
@@ -55347,6 +55355,14 @@
|
|
|
55347
55355
|
}
|
|
55348
55356
|
],
|
|
55349
55357
|
"cssParts": [
|
|
55358
|
+
{
|
|
55359
|
+
"name": "ampm-button",
|
|
55360
|
+
"description": "The ampm-button part."
|
|
55361
|
+
},
|
|
55362
|
+
{
|
|
55363
|
+
"name": "ampm-toggle",
|
|
55364
|
+
"description": "The ampm-toggle part."
|
|
55365
|
+
},
|
|
55350
55366
|
{
|
|
55351
55367
|
"name": "calendar",
|
|
55352
55368
|
"description": "The calendar part."
|
|
@@ -55355,10 +55371,18 @@
|
|
|
55355
55371
|
"name": "clear",
|
|
55356
55372
|
"description": "The clear part."
|
|
55357
55373
|
},
|
|
55374
|
+
{
|
|
55375
|
+
"name": "datetime-content",
|
|
55376
|
+
"description": "The datetime-content part."
|
|
55377
|
+
},
|
|
55358
55378
|
{
|
|
55359
55379
|
"name": "focusRing",
|
|
55360
55380
|
"description": "The focusRing part."
|
|
55361
55381
|
},
|
|
55382
|
+
{
|
|
55383
|
+
"name": "hour-column",
|
|
55384
|
+
"description": "The hour-column part."
|
|
55385
|
+
},
|
|
55362
55386
|
{
|
|
55363
55387
|
"name": "inner",
|
|
55364
55388
|
"description": "The inner part."
|
|
@@ -55371,6 +55395,10 @@
|
|
|
55371
55395
|
"name": "label",
|
|
55372
55396
|
"description": "The label part."
|
|
55373
55397
|
},
|
|
55398
|
+
{
|
|
55399
|
+
"name": "minute-column",
|
|
55400
|
+
"description": "The minute-column part."
|
|
55401
|
+
},
|
|
55374
55402
|
{
|
|
55375
55403
|
"name": "picker",
|
|
55376
55404
|
"description": "The picker part."
|
|
@@ -55390,6 +55418,18 @@
|
|
|
55390
55418
|
{
|
|
55391
55419
|
"name": "suffix",
|
|
55392
55420
|
"description": "The suffix part."
|
|
55421
|
+
},
|
|
55422
|
+
{
|
|
55423
|
+
"name": "time-columns",
|
|
55424
|
+
"description": "The time-columns part."
|
|
55425
|
+
},
|
|
55426
|
+
{
|
|
55427
|
+
"name": "time-divider",
|
|
55428
|
+
"description": "The time-divider part."
|
|
55429
|
+
},
|
|
55430
|
+
{
|
|
55431
|
+
"name": "time-picker",
|
|
55432
|
+
"description": "The time-picker part."
|
|
55393
55433
|
}
|
|
55394
55434
|
]
|
|
55395
55435
|
}
|
|
@@ -56581,7 +56621,7 @@
|
|
|
56581
56621
|
]
|
|
56582
56622
|
},
|
|
56583
56623
|
{
|
|
56584
|
-
"path": "./../src/Controls/Components/Inputs/
|
|
56624
|
+
"path": "./../src/Controls/Components/Inputs/FileBox/Accessors/FileBoxElementValueAccessor.ts",
|
|
56585
56625
|
"exports": [
|
|
56586
56626
|
{
|
|
56587
56627
|
"kind": "class",
|
|
@@ -56589,8 +56629,8 @@
|
|
|
56589
56629
|
"name": "ElementValueAccessorBase",
|
|
56590
56630
|
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
56591
56631
|
},
|
|
56592
|
-
"description": "The `
|
|
56593
|
-
"name": "
|
|
56632
|
+
"description": "The `FileBoxElementValueAccessor` class.",
|
|
56633
|
+
"name": "FileBoxElementValueAccessor",
|
|
56594
56634
|
"members": [
|
|
56595
56635
|
{
|
|
56596
56636
|
"kind": "method",
|
|
@@ -56606,12 +56646,12 @@
|
|
|
56606
56646
|
"kind": "method",
|
|
56607
56647
|
"name": "writeValue",
|
|
56608
56648
|
"privacy": "public",
|
|
56609
|
-
"type": "(value:
|
|
56649
|
+
"type": "(value: string | null): void",
|
|
56610
56650
|
"description": "Writes a new value to the element.",
|
|
56611
56651
|
"parameters": [
|
|
56612
56652
|
{
|
|
56613
56653
|
"name": "value",
|
|
56614
|
-
"type": "
|
|
56654
|
+
"type": "string | null"
|
|
56615
56655
|
}
|
|
56616
56656
|
],
|
|
56617
56657
|
"return": {
|
|
@@ -56713,79 +56753,173 @@
|
|
|
56713
56753
|
},
|
|
56714
56754
|
{
|
|
56715
56755
|
"kind": "variable",
|
|
56716
|
-
"name": "
|
|
56717
|
-
"type": "ElementValueAccessorFn<
|
|
56756
|
+
"name": "fileBoxElementValueAccessor",
|
|
56757
|
+
"type": "ElementValueAccessorFn<FileBoxElement>"
|
|
56718
56758
|
}
|
|
56719
56759
|
]
|
|
56720
56760
|
},
|
|
56721
56761
|
{
|
|
56722
|
-
"path": "./../src/Controls/Components/Inputs/
|
|
56762
|
+
"path": "./../src/Controls/Components/Inputs/FileBox/FileBoxElement.ts",
|
|
56723
56763
|
"exports": [
|
|
56724
56764
|
{
|
|
56725
56765
|
"kind": "definition",
|
|
56726
|
-
"name": "mosaik-
|
|
56766
|
+
"name": "mosaik-filebox",
|
|
56727
56767
|
"declaration": {
|
|
56728
|
-
"name": "
|
|
56729
|
-
"module": "./../src/Controls/Components/Inputs/
|
|
56768
|
+
"name": "FileBoxElement",
|
|
56769
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/FileBoxElement.ts"
|
|
56730
56770
|
}
|
|
56731
56771
|
},
|
|
56732
56772
|
{
|
|
56733
56773
|
"kind": "class",
|
|
56734
56774
|
"superclass": {
|
|
56735
|
-
"name": "
|
|
56736
|
-
"module": "./../src/Controls/Components/Abstracts/
|
|
56775
|
+
"name": "InputBaseElement",
|
|
56776
|
+
"module": "./../src/Controls/Components/Inputs/Abstracts/InputBase.ts"
|
|
56737
56777
|
},
|
|
56738
56778
|
"mixins": [
|
|
56739
56779
|
{
|
|
56740
56780
|
"name": "Themeable",
|
|
56741
56781
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
56742
56782
|
},
|
|
56783
|
+
{
|
|
56784
|
+
"name": "Slottable",
|
|
56785
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
56786
|
+
},
|
|
56787
|
+
{
|
|
56788
|
+
"name": "Clearable",
|
|
56789
|
+
"module": "./../src/Controls/Behaviors/Clearable.ts"
|
|
56790
|
+
},
|
|
56743
56791
|
{
|
|
56744
56792
|
"name": "Disableable",
|
|
56745
56793
|
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
56794
|
+
},
|
|
56795
|
+
{
|
|
56796
|
+
"name": "Invalidable",
|
|
56797
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
56798
|
+
},
|
|
56799
|
+
{
|
|
56800
|
+
"name": "Valueable",
|
|
56801
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
56802
|
+
},
|
|
56803
|
+
{
|
|
56804
|
+
"name": "Variantable",
|
|
56805
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
56806
|
+
},
|
|
56807
|
+
{
|
|
56808
|
+
"name": "Labelable",
|
|
56809
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
56810
|
+
},
|
|
56811
|
+
{
|
|
56812
|
+
"name": "Appearanceable",
|
|
56813
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
56746
56814
|
}
|
|
56747
56815
|
],
|
|
56748
|
-
"description": "File
|
|
56749
|
-
"name": "
|
|
56816
|
+
"description": "File Box - A text-box-styled file input control with a trailing browse button.",
|
|
56817
|
+
"name": "FileBoxElement",
|
|
56750
56818
|
"members": [
|
|
56751
56819
|
{
|
|
56752
56820
|
"kind": "field",
|
|
56753
|
-
"name": "
|
|
56821
|
+
"name": "filesSelected",
|
|
56754
56822
|
"privacy": "public",
|
|
56755
|
-
"description": "Called when files are
|
|
56756
|
-
"type": "IEventEmitter<
|
|
56823
|
+
"description": "Called when files are selected.\nProvides reference to `IFilesSelectedEventDetail` as event detail.",
|
|
56824
|
+
"type": "IEventEmitter<IFilesSelectedEventDetail>"
|
|
56825
|
+
},
|
|
56826
|
+
{
|
|
56827
|
+
"kind": "field",
|
|
56828
|
+
"name": "readonly",
|
|
56829
|
+
"privacy": "public",
|
|
56830
|
+
"description": "Gets or sets the `readonly` property.",
|
|
56831
|
+
"type": "boolean",
|
|
56832
|
+
"inheritedFrom": {
|
|
56833
|
+
"name": "IFileBoxElementProps",
|
|
56834
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56835
|
+
}
|
|
56836
|
+
},
|
|
56837
|
+
{
|
|
56838
|
+
"kind": "field",
|
|
56839
|
+
"name": "required",
|
|
56840
|
+
"privacy": "public",
|
|
56841
|
+
"description": "Gets or sets the `required` property.",
|
|
56842
|
+
"type": "boolean",
|
|
56843
|
+
"inheritedFrom": {
|
|
56844
|
+
"name": "IFileBoxElementProps",
|
|
56845
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56846
|
+
}
|
|
56847
|
+
},
|
|
56848
|
+
{
|
|
56849
|
+
"kind": "field",
|
|
56850
|
+
"name": "autofocus",
|
|
56851
|
+
"privacy": "public",
|
|
56852
|
+
"description": "Gets or sets the `autofocus` property.",
|
|
56853
|
+
"type": "boolean",
|
|
56854
|
+
"inheritedFrom": {
|
|
56855
|
+
"name": "IFileBoxElementProps",
|
|
56856
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56857
|
+
}
|
|
56858
|
+
},
|
|
56859
|
+
{
|
|
56860
|
+
"kind": "field",
|
|
56861
|
+
"name": "name",
|
|
56862
|
+
"privacy": "public",
|
|
56863
|
+
"description": "Gets or sets the `name` property.",
|
|
56864
|
+
"type": "string",
|
|
56865
|
+
"inheritedFrom": {
|
|
56866
|
+
"name": "IFileBoxElementProps",
|
|
56867
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56868
|
+
}
|
|
56869
|
+
},
|
|
56870
|
+
{
|
|
56871
|
+
"kind": "field",
|
|
56872
|
+
"name": "placeholder",
|
|
56873
|
+
"privacy": "public",
|
|
56874
|
+
"description": "Gets or sets the `placeholder` property.",
|
|
56875
|
+
"type": "string",
|
|
56876
|
+
"inheritedFrom": {
|
|
56877
|
+
"name": "IFileBoxElementProps",
|
|
56878
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56879
|
+
}
|
|
56757
56880
|
},
|
|
56758
56881
|
{
|
|
56759
56882
|
"kind": "field",
|
|
56760
56883
|
"name": "multiple",
|
|
56761
56884
|
"privacy": "public",
|
|
56762
|
-
"description": "Gets or sets the `multiple` property.",
|
|
56885
|
+
"description": "Gets or sets the `multiple` property.\nWhen true, allows selecting multiple files.",
|
|
56763
56886
|
"type": "boolean",
|
|
56764
56887
|
"inheritedFrom": {
|
|
56765
|
-
"name": "
|
|
56766
|
-
"module": "./../src/Controls/Components/Inputs/
|
|
56888
|
+
"name": "IFileBoxElementProps",
|
|
56889
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56767
56890
|
}
|
|
56768
56891
|
},
|
|
56769
56892
|
{
|
|
56770
56893
|
"kind": "field",
|
|
56771
56894
|
"name": "accept",
|
|
56772
56895
|
"privacy": "public",
|
|
56773
|
-
"description": "Gets or sets the `accept` property.",
|
|
56896
|
+
"description": "Gets or sets the `accept` property.\nSpecifies the file types that the file input should accept.",
|
|
56774
56897
|
"type": "string[]",
|
|
56775
56898
|
"inheritedFrom": {
|
|
56776
|
-
"name": "
|
|
56777
|
-
"module": "./../src/Controls/Components/Inputs/
|
|
56899
|
+
"name": "IFileBoxElementProps",
|
|
56900
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56778
56901
|
}
|
|
56779
56902
|
},
|
|
56780
56903
|
{
|
|
56781
56904
|
"kind": "field",
|
|
56782
56905
|
"name": "directory",
|
|
56783
56906
|
"privacy": "public",
|
|
56784
|
-
"description": "Gets or sets the `directory` property.",
|
|
56907
|
+
"description": "Gets or sets the `directory` property.\nWhen true, allows selecting directories instead of files.",
|
|
56785
56908
|
"type": "boolean",
|
|
56786
56909
|
"inheritedFrom": {
|
|
56787
|
-
"name": "
|
|
56788
|
-
"module": "./../src/Controls/Components/Inputs/
|
|
56910
|
+
"name": "IFileBoxElementProps",
|
|
56911
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56912
|
+
}
|
|
56913
|
+
},
|
|
56914
|
+
{
|
|
56915
|
+
"kind": "field",
|
|
56916
|
+
"name": "files",
|
|
56917
|
+
"privacy": "public",
|
|
56918
|
+
"description": "Gets or sets the selected files.",
|
|
56919
|
+
"type": "readonly File[]",
|
|
56920
|
+
"inheritedFrom": {
|
|
56921
|
+
"name": "IFileBoxElementProps",
|
|
56922
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
56789
56923
|
}
|
|
56790
56924
|
},
|
|
56791
56925
|
{
|
|
@@ -56798,6 +56932,83 @@
|
|
|
56798
56932
|
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
56799
56933
|
}
|
|
56800
56934
|
},
|
|
56935
|
+
{
|
|
56936
|
+
"kind": "field",
|
|
56937
|
+
"name": "isClearable",
|
|
56938
|
+
"privacy": "public",
|
|
56939
|
+
"description": "Determines whether the element is clearable or not.\nClearable means that a clear button will be displayed when the element has a value.\nWhen the clear button is clicked, the value of the element will be cleared.",
|
|
56940
|
+
"type": "boolean",
|
|
56941
|
+
"inheritedFrom": {
|
|
56942
|
+
"name": "Clearable",
|
|
56943
|
+
"module": "./../src/Controls/Behaviors/Clearable.ts"
|
|
56944
|
+
}
|
|
56945
|
+
},
|
|
56946
|
+
{
|
|
56947
|
+
"kind": "field",
|
|
56948
|
+
"name": "cleared",
|
|
56949
|
+
"privacy": "public",
|
|
56950
|
+
"description": "Called when the clear method will be called.\nProvides reference to the `IEventDetail` as event argument.",
|
|
56951
|
+
"type": "IEventEmitter<IEventDetail>",
|
|
56952
|
+
"inheritedFrom": {
|
|
56953
|
+
"name": "IClearableEvents",
|
|
56954
|
+
"module": "./../src/Controls/Behaviors/Clearable.ts"
|
|
56955
|
+
}
|
|
56956
|
+
},
|
|
56957
|
+
{
|
|
56958
|
+
"kind": "field",
|
|
56959
|
+
"name": "invalid",
|
|
56960
|
+
"privacy": "public",
|
|
56961
|
+
"description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
|
|
56962
|
+
"type": "boolean",
|
|
56963
|
+
"inheritedFrom": {
|
|
56964
|
+
"name": "Invalidable",
|
|
56965
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
56966
|
+
}
|
|
56967
|
+
},
|
|
56968
|
+
{
|
|
56969
|
+
"kind": "field",
|
|
56970
|
+
"name": "value",
|
|
56971
|
+
"privacy": "public",
|
|
56972
|
+
"description": "Gets or sets the `value` property.\nThe value represents the display text of the selected file(s).",
|
|
56973
|
+
"type": "string",
|
|
56974
|
+
"inheritedFrom": {
|
|
56975
|
+
"name": "Valueable",
|
|
56976
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
56977
|
+
}
|
|
56978
|
+
},
|
|
56979
|
+
{
|
|
56980
|
+
"kind": "field",
|
|
56981
|
+
"name": "variant",
|
|
56982
|
+
"privacy": "public",
|
|
56983
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
56984
|
+
"type": "Variant",
|
|
56985
|
+
"inheritedFrom": {
|
|
56986
|
+
"name": "Variantable",
|
|
56987
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
56988
|
+
}
|
|
56989
|
+
},
|
|
56990
|
+
{
|
|
56991
|
+
"kind": "field",
|
|
56992
|
+
"name": "label",
|
|
56993
|
+
"privacy": "public",
|
|
56994
|
+
"description": "Gets or sets the `label` property.\nThe default value is an empty string, which means no label is displayed.",
|
|
56995
|
+
"type": "string",
|
|
56996
|
+
"inheritedFrom": {
|
|
56997
|
+
"name": "Labelable",
|
|
56998
|
+
"module": "./../src/Controls/Behaviors/Labelable.ts"
|
|
56999
|
+
}
|
|
57000
|
+
},
|
|
57001
|
+
{
|
|
57002
|
+
"kind": "field",
|
|
57003
|
+
"name": "appearance",
|
|
57004
|
+
"privacy": "public",
|
|
57005
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
57006
|
+
"type": "Appearance",
|
|
57007
|
+
"inheritedFrom": {
|
|
57008
|
+
"name": "Appearanceable",
|
|
57009
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
57010
|
+
}
|
|
57011
|
+
},
|
|
56801
57012
|
{
|
|
56802
57013
|
"kind": "field",
|
|
56803
57014
|
"name": "disabled",
|
|
@@ -56805,8 +57016,1080 @@
|
|
|
56805
57016
|
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
56806
57017
|
"type": "boolean",
|
|
56807
57018
|
"inheritedFrom": {
|
|
56808
|
-
"name": "
|
|
56809
|
-
"module": "./../src/Controls/
|
|
57019
|
+
"name": "IInputBaseProps",
|
|
57020
|
+
"module": "./../src/Controls/Components/Inputs/Abstracts/InputBase.ts"
|
|
57021
|
+
}
|
|
57022
|
+
},
|
|
57023
|
+
{
|
|
57024
|
+
"kind": "field",
|
|
57025
|
+
"name": "state",
|
|
57026
|
+
"privacy": "public",
|
|
57027
|
+
"description": "Gets or sets the `state` property.",
|
|
57028
|
+
"type": "InputState",
|
|
57029
|
+
"inheritedFrom": {
|
|
57030
|
+
"name": "IInputBaseProps",
|
|
57031
|
+
"module": "./../src/Controls/Components/Inputs/Abstracts/InputBase.ts"
|
|
57032
|
+
}
|
|
57033
|
+
},
|
|
57034
|
+
{
|
|
57035
|
+
"kind": "field",
|
|
57036
|
+
"name": "formatter",
|
|
57037
|
+
"privacy": "public",
|
|
57038
|
+
"description": "Gets or sets the `formatter` property.",
|
|
57039
|
+
"type": "InputFormatterFn | null",
|
|
57040
|
+
"inheritedFrom": {
|
|
57041
|
+
"name": "IInputBaseProps",
|
|
57042
|
+
"module": "./../src/Controls/Components/Inputs/Abstracts/InputBase.ts"
|
|
57043
|
+
}
|
|
57044
|
+
},
|
|
57045
|
+
{
|
|
57046
|
+
"kind": "field",
|
|
57047
|
+
"name": "parser",
|
|
57048
|
+
"privacy": "public",
|
|
57049
|
+
"description": "Gets or sets the `parser` property.",
|
|
57050
|
+
"type": "InputParserFn | null",
|
|
57051
|
+
"inheritedFrom": {
|
|
57052
|
+
"name": "IInputBaseProps",
|
|
57053
|
+
"module": "./../src/Controls/Components/Inputs/Abstracts/InputBase.ts"
|
|
57054
|
+
}
|
|
57055
|
+
},
|
|
57056
|
+
{
|
|
57057
|
+
"kind": "field",
|
|
57058
|
+
"name": "isFocused",
|
|
57059
|
+
"privacy": "public",
|
|
57060
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
57061
|
+
"type": "boolean",
|
|
57062
|
+
"inheritedFrom": {
|
|
57063
|
+
"name": "Focusable",
|
|
57064
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
57065
|
+
}
|
|
57066
|
+
},
|
|
57067
|
+
{
|
|
57068
|
+
"kind": "field",
|
|
57069
|
+
"name": "dir",
|
|
57070
|
+
"privacy": "public",
|
|
57071
|
+
"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)",
|
|
57072
|
+
"type": "FlowDirection",
|
|
57073
|
+
"inheritedFrom": {
|
|
57074
|
+
"name": "CustomElement",
|
|
57075
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57076
|
+
}
|
|
57077
|
+
},
|
|
57078
|
+
{
|
|
57079
|
+
"kind": "field",
|
|
57080
|
+
"name": "lang",
|
|
57081
|
+
"privacy": "public",
|
|
57082
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
57083
|
+
"type": "string",
|
|
57084
|
+
"inheritedFrom": {
|
|
57085
|
+
"name": "CustomElement",
|
|
57086
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57087
|
+
}
|
|
57088
|
+
},
|
|
57089
|
+
{
|
|
57090
|
+
"kind": "field",
|
|
57091
|
+
"name": "connected",
|
|
57092
|
+
"privacy": "public",
|
|
57093
|
+
"description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
57094
|
+
"type": "IEventEmitter<void>",
|
|
57095
|
+
"inheritedFrom": {
|
|
57096
|
+
"name": "CustomElement",
|
|
57097
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57098
|
+
}
|
|
57099
|
+
},
|
|
57100
|
+
{
|
|
57101
|
+
"kind": "field",
|
|
57102
|
+
"name": "disconnected",
|
|
57103
|
+
"privacy": "public",
|
|
57104
|
+
"description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
|
|
57105
|
+
"type": "IEventEmitter<void>",
|
|
57106
|
+
"inheritedFrom": {
|
|
57107
|
+
"name": "CustomElement",
|
|
57108
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57109
|
+
}
|
|
57110
|
+
},
|
|
57111
|
+
{
|
|
57112
|
+
"kind": "field",
|
|
57113
|
+
"name": "changed",
|
|
57114
|
+
"privacy": "public",
|
|
57115
|
+
"description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
|
|
57116
|
+
"type": "IEventEmitter<IPropertyChangedEventDetail>",
|
|
57117
|
+
"inheritedFrom": {
|
|
57118
|
+
"name": "CustomElement",
|
|
57119
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57120
|
+
}
|
|
57121
|
+
},
|
|
57122
|
+
{
|
|
57123
|
+
"kind": "method",
|
|
57124
|
+
"name": "focus",
|
|
57125
|
+
"privacy": "public",
|
|
57126
|
+
"type": "(): void",
|
|
57127
|
+
"parameters": [],
|
|
57128
|
+
"return": {
|
|
57129
|
+
"type": "void"
|
|
57130
|
+
}
|
|
57131
|
+
},
|
|
57132
|
+
{
|
|
57133
|
+
"kind": "method",
|
|
57134
|
+
"name": "blur",
|
|
57135
|
+
"privacy": "public",
|
|
57136
|
+
"type": "(): void",
|
|
57137
|
+
"parameters": [],
|
|
57138
|
+
"return": {
|
|
57139
|
+
"type": "void"
|
|
57140
|
+
}
|
|
57141
|
+
},
|
|
57142
|
+
{
|
|
57143
|
+
"kind": "method",
|
|
57144
|
+
"name": "browse",
|
|
57145
|
+
"privacy": "public",
|
|
57146
|
+
"type": "(): void",
|
|
57147
|
+
"description": "Opens the native file picker dialog.",
|
|
57148
|
+
"parameters": [],
|
|
57149
|
+
"return": {
|
|
57150
|
+
"type": "void"
|
|
57151
|
+
}
|
|
57152
|
+
},
|
|
57153
|
+
{
|
|
57154
|
+
"kind": "method",
|
|
57155
|
+
"name": "clear",
|
|
57156
|
+
"privacy": "public",
|
|
57157
|
+
"type": "(force?: boolean | undefined): boolean",
|
|
57158
|
+
"description": "Clears the selected files and value.",
|
|
57159
|
+
"parameters": [
|
|
57160
|
+
{
|
|
57161
|
+
"name": "force",
|
|
57162
|
+
"type": "boolean"
|
|
57163
|
+
}
|
|
57164
|
+
],
|
|
57165
|
+
"return": {
|
|
57166
|
+
"type": "boolean"
|
|
57167
|
+
}
|
|
57168
|
+
},
|
|
57169
|
+
{
|
|
57170
|
+
"kind": "method",
|
|
57171
|
+
"name": "reset",
|
|
57172
|
+
"privacy": "public",
|
|
57173
|
+
"type": "(): void",
|
|
57174
|
+
"description": "Resets the value, all kinds of validation and errors.",
|
|
57175
|
+
"parameters": [],
|
|
57176
|
+
"return": {
|
|
57177
|
+
"type": "void"
|
|
57178
|
+
}
|
|
57179
|
+
},
|
|
57180
|
+
{
|
|
57181
|
+
"kind": "method",
|
|
57182
|
+
"name": "checkValidity",
|
|
57183
|
+
"privacy": "public",
|
|
57184
|
+
"type": "(): boolean",
|
|
57185
|
+
"description": "Checks the validity of the element.",
|
|
57186
|
+
"parameters": [],
|
|
57187
|
+
"return": {
|
|
57188
|
+
"type": "boolean"
|
|
57189
|
+
}
|
|
57190
|
+
},
|
|
57191
|
+
{
|
|
57192
|
+
"kind": "method",
|
|
57193
|
+
"name": "onFileChange",
|
|
57194
|
+
"privacy": "public",
|
|
57195
|
+
"type": "(event: Event): void",
|
|
57196
|
+
"description": "Handles file input change events.",
|
|
57197
|
+
"parameters": [
|
|
57198
|
+
{
|
|
57199
|
+
"name": "event"
|
|
57200
|
+
}
|
|
57201
|
+
],
|
|
57202
|
+
"return": {
|
|
57203
|
+
"type": "void"
|
|
57204
|
+
}
|
|
57205
|
+
},
|
|
57206
|
+
{
|
|
57207
|
+
"kind": "method",
|
|
57208
|
+
"name": "assignToSlot",
|
|
57209
|
+
"privacy": "public",
|
|
57210
|
+
"type": "(slotName: string, node: Element | Text): void",
|
|
57211
|
+
"description": "Assigns nodes to a dedicated slot.",
|
|
57212
|
+
"parameters": [],
|
|
57213
|
+
"return": {},
|
|
57214
|
+
"inheritedFrom": {
|
|
57215
|
+
"name": "ISlottable",
|
|
57216
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
57217
|
+
}
|
|
57218
|
+
},
|
|
57219
|
+
{
|
|
57220
|
+
"kind": "method",
|
|
57221
|
+
"name": "getSlotAssignments",
|
|
57222
|
+
"privacy": "public",
|
|
57223
|
+
"type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
|
|
57224
|
+
"description": "Returns the assigned elements of a slot.",
|
|
57225
|
+
"parameters": [],
|
|
57226
|
+
"return": {
|
|
57227
|
+
"description": "The assigned elements of a slot."
|
|
57228
|
+
},
|
|
57229
|
+
"inheritedFrom": {
|
|
57230
|
+
"name": "ISlottable",
|
|
57231
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
57232
|
+
}
|
|
57233
|
+
},
|
|
57234
|
+
{
|
|
57235
|
+
"kind": "method",
|
|
57236
|
+
"name": "getSlotAssignmentsOf",
|
|
57237
|
+
"privacy": "public",
|
|
57238
|
+
"type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
|
|
57239
|
+
"description": "Returns the assigned elements of a slot with a specific element type.",
|
|
57240
|
+
"parameters": [],
|
|
57241
|
+
"return": {
|
|
57242
|
+
"description": "The assigned elements of a slot."
|
|
57243
|
+
},
|
|
57244
|
+
"inheritedFrom": {
|
|
57245
|
+
"name": "ISlottable",
|
|
57246
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
57247
|
+
}
|
|
57248
|
+
},
|
|
57249
|
+
{
|
|
57250
|
+
"kind": "method",
|
|
57251
|
+
"name": "getSlotContent",
|
|
57252
|
+
"privacy": "public",
|
|
57253
|
+
"type": "(slotName: string): string",
|
|
57254
|
+
"description": "Returns the assigned elements of a slot as string.",
|
|
57255
|
+
"parameters": [],
|
|
57256
|
+
"return": {
|
|
57257
|
+
"description": "The assigned elements of a slot as string."
|
|
57258
|
+
},
|
|
57259
|
+
"inheritedFrom": {
|
|
57260
|
+
"name": "ISlottable",
|
|
57261
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
57262
|
+
}
|
|
57263
|
+
},
|
|
57264
|
+
{
|
|
57265
|
+
"kind": "method",
|
|
57266
|
+
"name": "hasSlotContent",
|
|
57267
|
+
"privacy": "public",
|
|
57268
|
+
"type": "(slotName: string): boolean",
|
|
57269
|
+
"description": "Returns a boolean that indicates if a slot has content.",
|
|
57270
|
+
"parameters": [],
|
|
57271
|
+
"return": {
|
|
57272
|
+
"description": "A boolean that indicates if a slot has content."
|
|
57273
|
+
},
|
|
57274
|
+
"inheritedFrom": {
|
|
57275
|
+
"name": "ISlottable",
|
|
57276
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
57277
|
+
}
|
|
57278
|
+
},
|
|
57279
|
+
{
|
|
57280
|
+
"kind": "method",
|
|
57281
|
+
"name": "hasSlot",
|
|
57282
|
+
"privacy": "public",
|
|
57283
|
+
"type": "(slotName: string): boolean",
|
|
57284
|
+
"description": "Returns a boolean that indicates if a slot exists.",
|
|
57285
|
+
"parameters": [],
|
|
57286
|
+
"return": {
|
|
57287
|
+
"description": "A boolean that indicates if a slot exists."
|
|
57288
|
+
},
|
|
57289
|
+
"inheritedFrom": {
|
|
57290
|
+
"name": "ISlottable",
|
|
57291
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
57292
|
+
}
|
|
57293
|
+
},
|
|
57294
|
+
{
|
|
57295
|
+
"kind": "method",
|
|
57296
|
+
"name": "onSlotChanges",
|
|
57297
|
+
"privacy": "public",
|
|
57298
|
+
"type": "(slotName?: string | undefined): void",
|
|
57299
|
+
"description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
|
|
57300
|
+
"parameters": [],
|
|
57301
|
+
"return": {},
|
|
57302
|
+
"inheritedFrom": {
|
|
57303
|
+
"name": "ISlottable",
|
|
57304
|
+
"module": "./../src/Controls/Behaviors/Slottable.ts"
|
|
57305
|
+
}
|
|
57306
|
+
},
|
|
57307
|
+
{
|
|
57308
|
+
"kind": "method",
|
|
57309
|
+
"name": "hasVisibleFocusInTree",
|
|
57310
|
+
"privacy": "public",
|
|
57311
|
+
"type": "(): boolean",
|
|
57312
|
+
"description": "Returns a value indicating whether the element has visible focus in the tree.",
|
|
57313
|
+
"parameters": [],
|
|
57314
|
+
"return": {
|
|
57315
|
+
"type": "boolean"
|
|
57316
|
+
},
|
|
57317
|
+
"inheritedFrom": {
|
|
57318
|
+
"name": "Focusable",
|
|
57319
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
57320
|
+
}
|
|
57321
|
+
},
|
|
57322
|
+
{
|
|
57323
|
+
"kind": "method",
|
|
57324
|
+
"name": "adoptStyle",
|
|
57325
|
+
"privacy": "public",
|
|
57326
|
+
"type": "(styles: CSSResultGroup): void",
|
|
57327
|
+
"description": "Adopts the specified styles.",
|
|
57328
|
+
"parameters": [
|
|
57329
|
+
{
|
|
57330
|
+
"name": "styles",
|
|
57331
|
+
"type": "CSSResultGroup",
|
|
57332
|
+
"description": "The styles to adopt."
|
|
57333
|
+
}
|
|
57334
|
+
],
|
|
57335
|
+
"return": {
|
|
57336
|
+
"type": "void"
|
|
57337
|
+
},
|
|
57338
|
+
"inheritedFrom": {
|
|
57339
|
+
"name": "CustomElement",
|
|
57340
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57341
|
+
}
|
|
57342
|
+
},
|
|
57343
|
+
{
|
|
57344
|
+
"kind": "method",
|
|
57345
|
+
"name": "on",
|
|
57346
|
+
"privacy": "public",
|
|
57347
|
+
"type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown, options?: boolean | AddEventListenerOptions | undefined) => IEventListenerSubscription",
|
|
57348
|
+
"description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
|
|
57349
|
+
"parameters": [
|
|
57350
|
+
{
|
|
57351
|
+
"name": "event",
|
|
57352
|
+
"type": "TEvent"
|
|
57353
|
+
},
|
|
57354
|
+
{
|
|
57355
|
+
"name": "listener",
|
|
57356
|
+
"type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => unknown"
|
|
57357
|
+
},
|
|
57358
|
+
{
|
|
57359
|
+
"name": "options",
|
|
57360
|
+
"type": "boolean | AddEventListenerOptions"
|
|
57361
|
+
}
|
|
57362
|
+
],
|
|
57363
|
+
"return": {
|
|
57364
|
+
"type": "IEventListenerSubscription"
|
|
57365
|
+
},
|
|
57366
|
+
"inheritedFrom": {
|
|
57367
|
+
"name": "CustomElement",
|
|
57368
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57369
|
+
}
|
|
57370
|
+
},
|
|
57371
|
+
{
|
|
57372
|
+
"kind": "method",
|
|
57373
|
+
"name": "off",
|
|
57374
|
+
"privacy": "public",
|
|
57375
|
+
"type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): unknown): void; }",
|
|
57376
|
+
"description": "Removes an event listener.",
|
|
57377
|
+
"parameters": [
|
|
57378
|
+
{
|
|
57379
|
+
"name": "subscription",
|
|
57380
|
+
"type": "IEventListenerSubscription"
|
|
57381
|
+
}
|
|
57382
|
+
],
|
|
57383
|
+
"return": {
|
|
57384
|
+
"type": "void"
|
|
57385
|
+
},
|
|
57386
|
+
"inheritedFrom": {
|
|
57387
|
+
"name": "CustomElement",
|
|
57388
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57389
|
+
}
|
|
57390
|
+
},
|
|
57391
|
+
{
|
|
57392
|
+
"kind": "method",
|
|
57393
|
+
"name": "emit",
|
|
57394
|
+
"privacy": "public",
|
|
57395
|
+
"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...",
|
|
57396
|
+
"description": "Emits a custom event with more convenient defaults.",
|
|
57397
|
+
"parameters": [
|
|
57398
|
+
{
|
|
57399
|
+
"name": "event",
|
|
57400
|
+
"type": "TEvent"
|
|
57401
|
+
},
|
|
57402
|
+
{
|
|
57403
|
+
"name": "eventInitDict",
|
|
57404
|
+
"type": "CustomEventInit<TDetail>"
|
|
57405
|
+
}
|
|
57406
|
+
],
|
|
57407
|
+
"return": {
|
|
57408
|
+
"type": "boolean"
|
|
57409
|
+
},
|
|
57410
|
+
"inheritedFrom": {
|
|
57411
|
+
"name": "CustomElement",
|
|
57412
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57413
|
+
}
|
|
57414
|
+
},
|
|
57415
|
+
{
|
|
57416
|
+
"kind": "method",
|
|
57417
|
+
"name": "requestUpdate",
|
|
57418
|
+
"privacy": "public",
|
|
57419
|
+
"type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
|
|
57420
|
+
"parameters": [
|
|
57421
|
+
{
|
|
57422
|
+
"name": "name",
|
|
57423
|
+
"type": "keyof this"
|
|
57424
|
+
},
|
|
57425
|
+
{
|
|
57426
|
+
"name": "oldValue",
|
|
57427
|
+
"type": "unknown"
|
|
57428
|
+
},
|
|
57429
|
+
{
|
|
57430
|
+
"name": "options",
|
|
57431
|
+
"type": "PropertyDeclaration<unknown, unknown>"
|
|
57432
|
+
}
|
|
57433
|
+
],
|
|
57434
|
+
"return": {
|
|
57435
|
+
"type": "void"
|
|
57436
|
+
},
|
|
57437
|
+
"inheritedFrom": {
|
|
57438
|
+
"name": "CustomElement",
|
|
57439
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57440
|
+
}
|
|
57441
|
+
}
|
|
57442
|
+
],
|
|
57443
|
+
"tagName": "mosaik-filebox",
|
|
57444
|
+
"events": [
|
|
57445
|
+
{
|
|
57446
|
+
"description": "Fired when the file selection is cleared.",
|
|
57447
|
+
"name": "cleared",
|
|
57448
|
+
"type": "Event"
|
|
57449
|
+
},
|
|
57450
|
+
{
|
|
57451
|
+
"description": "Fired when files are selected.",
|
|
57452
|
+
"name": "filesSelected",
|
|
57453
|
+
"type": "Event"
|
|
57454
|
+
},
|
|
57455
|
+
{
|
|
57456
|
+
"description": "Emitted when the element is connected to the DOM",
|
|
57457
|
+
"name": "connected",
|
|
57458
|
+
"inheritedFrom": {
|
|
57459
|
+
"name": "CustomElement",
|
|
57460
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57461
|
+
},
|
|
57462
|
+
"type": "Event"
|
|
57463
|
+
},
|
|
57464
|
+
{
|
|
57465
|
+
"description": "Emitted when the element is disconnected from the DOM",
|
|
57466
|
+
"name": "disconnected",
|
|
57467
|
+
"inheritedFrom": {
|
|
57468
|
+
"name": "CustomElement",
|
|
57469
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57470
|
+
},
|
|
57471
|
+
"type": "Event"
|
|
57472
|
+
},
|
|
57473
|
+
{
|
|
57474
|
+
"description": "Emitted when any attribute changes before update",
|
|
57475
|
+
"name": "changed",
|
|
57476
|
+
"inheritedFrom": {
|
|
57477
|
+
"name": "CustomElement",
|
|
57478
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57479
|
+
},
|
|
57480
|
+
"type": "Event"
|
|
57481
|
+
}
|
|
57482
|
+
],
|
|
57483
|
+
"slots": [
|
|
57484
|
+
{
|
|
57485
|
+
"description": "Content placed before the input field.",
|
|
57486
|
+
"name": "prefix"
|
|
57487
|
+
},
|
|
57488
|
+
{
|
|
57489
|
+
"description": "Content placed after the input field.",
|
|
57490
|
+
"name": "suffix"
|
|
57491
|
+
},
|
|
57492
|
+
{
|
|
57493
|
+
"description": "Custom styles injection slot for shadow DOM styling escape hatch",
|
|
57494
|
+
"name": "style",
|
|
57495
|
+
"inheritedFrom": {
|
|
57496
|
+
"name": "CustomElement",
|
|
57497
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57498
|
+
}
|
|
57499
|
+
}
|
|
57500
|
+
],
|
|
57501
|
+
"attributes": [
|
|
57502
|
+
{
|
|
57503
|
+
"name": "readonly",
|
|
57504
|
+
"fieldName": "readonly",
|
|
57505
|
+
"description": "Gets or sets the `readonly` property.",
|
|
57506
|
+
"type": "boolean",
|
|
57507
|
+
"inheritedFrom": {
|
|
57508
|
+
"name": "IFileBoxElementProps",
|
|
57509
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
57510
|
+
}
|
|
57511
|
+
},
|
|
57512
|
+
{
|
|
57513
|
+
"name": "required",
|
|
57514
|
+
"fieldName": "required",
|
|
57515
|
+
"description": "Gets or sets the `required` property.",
|
|
57516
|
+
"type": "boolean",
|
|
57517
|
+
"inheritedFrom": {
|
|
57518
|
+
"name": "IFileBoxElementProps",
|
|
57519
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
57520
|
+
}
|
|
57521
|
+
},
|
|
57522
|
+
{
|
|
57523
|
+
"name": "name",
|
|
57524
|
+
"fieldName": "name",
|
|
57525
|
+
"description": "Gets or sets the `name` property.",
|
|
57526
|
+
"type": "string",
|
|
57527
|
+
"inheritedFrom": {
|
|
57528
|
+
"name": "IFileBoxElementProps",
|
|
57529
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
57530
|
+
}
|
|
57531
|
+
},
|
|
57532
|
+
{
|
|
57533
|
+
"name": "placeholder",
|
|
57534
|
+
"fieldName": "placeholder",
|
|
57535
|
+
"description": "Gets or sets the `placeholder` property.",
|
|
57536
|
+
"type": "string",
|
|
57537
|
+
"inheritedFrom": {
|
|
57538
|
+
"name": "IFileBoxElementProps",
|
|
57539
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
57540
|
+
}
|
|
57541
|
+
},
|
|
57542
|
+
{
|
|
57543
|
+
"name": "multiple",
|
|
57544
|
+
"fieldName": "multiple",
|
|
57545
|
+
"description": "Gets or sets the `multiple` property.\nWhen true, allows selecting multiple files.",
|
|
57546
|
+
"type": "boolean",
|
|
57547
|
+
"inheritedFrom": {
|
|
57548
|
+
"name": "IFileBoxElementProps",
|
|
57549
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
57550
|
+
}
|
|
57551
|
+
},
|
|
57552
|
+
{
|
|
57553
|
+
"name": "accept",
|
|
57554
|
+
"fieldName": "accept",
|
|
57555
|
+
"description": "Gets or sets the `accept` property.\nSpecifies the file types that the file input should accept.",
|
|
57556
|
+
"type": "string[]",
|
|
57557
|
+
"inheritedFrom": {
|
|
57558
|
+
"name": "IFileBoxElementProps",
|
|
57559
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
57560
|
+
}
|
|
57561
|
+
},
|
|
57562
|
+
{
|
|
57563
|
+
"name": "directory",
|
|
57564
|
+
"fieldName": "directory",
|
|
57565
|
+
"description": "Gets or sets the `directory` property.\nWhen true, allows selecting directories instead of files.",
|
|
57566
|
+
"type": "boolean",
|
|
57567
|
+
"inheritedFrom": {
|
|
57568
|
+
"name": "IFileBoxElementProps",
|
|
57569
|
+
"module": "./../src/Controls/Components/Inputs/FileBox/IFileBoxElementProps.ts"
|
|
57570
|
+
}
|
|
57571
|
+
},
|
|
57572
|
+
{
|
|
57573
|
+
"name": "is-clearable",
|
|
57574
|
+
"fieldName": "isClearable",
|
|
57575
|
+
"description": "Determines whether the element is clearable or not.\nClearable means that a clear button will be displayed when the element has a value.\nWhen the clear button is clicked, the value of the element will be cleared.",
|
|
57576
|
+
"type": "boolean",
|
|
57577
|
+
"inheritedFrom": {
|
|
57578
|
+
"name": "Clearable",
|
|
57579
|
+
"module": "./../src/Controls/Behaviors/Clearable.ts"
|
|
57580
|
+
}
|
|
57581
|
+
},
|
|
57582
|
+
{
|
|
57583
|
+
"name": "invalid",
|
|
57584
|
+
"fieldName": "invalid",
|
|
57585
|
+
"description": "Determines whether the element is invalid or not.\nIf `true`, the element will be invalid.\nThe default value is `false`, which means the element is valid.",
|
|
57586
|
+
"type": "boolean",
|
|
57587
|
+
"inheritedFrom": {
|
|
57588
|
+
"name": "Invalidable",
|
|
57589
|
+
"module": "./../src/Controls/Behaviors/Invalidable.ts"
|
|
57590
|
+
}
|
|
57591
|
+
},
|
|
57592
|
+
{
|
|
57593
|
+
"name": "value",
|
|
57594
|
+
"fieldName": "value",
|
|
57595
|
+
"description": "Gets or sets the `value` property.\nThe value represents the display text of the selected file(s).",
|
|
57596
|
+
"type": "string",
|
|
57597
|
+
"inheritedFrom": {
|
|
57598
|
+
"name": "Valueable",
|
|
57599
|
+
"module": "./../src/Controls/Behaviors/Valueable.ts"
|
|
57600
|
+
}
|
|
57601
|
+
},
|
|
57602
|
+
{
|
|
57603
|
+
"name": "variant",
|
|
57604
|
+
"fieldName": "variant",
|
|
57605
|
+
"description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
|
|
57606
|
+
"type": "Variant",
|
|
57607
|
+
"inheritedFrom": {
|
|
57608
|
+
"name": "Variantable",
|
|
57609
|
+
"module": "./../src/Controls/Behaviors/Variantable.ts"
|
|
57610
|
+
}
|
|
57611
|
+
},
|
|
57612
|
+
{
|
|
57613
|
+
"name": "appearance",
|
|
57614
|
+
"fieldName": "appearance",
|
|
57615
|
+
"description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
|
|
57616
|
+
"type": "Appearance",
|
|
57617
|
+
"inheritedFrom": {
|
|
57618
|
+
"name": "Appearanceable",
|
|
57619
|
+
"module": "./../src/Controls/Behaviors/Appearanceable.ts"
|
|
57620
|
+
}
|
|
57621
|
+
},
|
|
57622
|
+
{
|
|
57623
|
+
"name": "disabled",
|
|
57624
|
+
"fieldName": "disabled",
|
|
57625
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
57626
|
+
"type": "boolean",
|
|
57627
|
+
"inheritedFrom": {
|
|
57628
|
+
"name": "IInputBaseProps",
|
|
57629
|
+
"module": "./../src/Controls/Components/Inputs/Abstracts/InputBase.ts"
|
|
57630
|
+
}
|
|
57631
|
+
},
|
|
57632
|
+
{
|
|
57633
|
+
"name": "state",
|
|
57634
|
+
"fieldName": "state",
|
|
57635
|
+
"description": "Gets or sets the `state` property.",
|
|
57636
|
+
"type": "InputState",
|
|
57637
|
+
"inheritedFrom": {
|
|
57638
|
+
"name": "IInputBaseProps",
|
|
57639
|
+
"module": "./../src/Controls/Components/Inputs/Abstracts/InputBase.ts"
|
|
57640
|
+
}
|
|
57641
|
+
},
|
|
57642
|
+
{
|
|
57643
|
+
"name": "is-focused",
|
|
57644
|
+
"fieldName": "isFocused",
|
|
57645
|
+
"description": "Gets or sets a value indicating whether this element is displayed in the UI.\nThe default value is `false`, which means the element is not focused.",
|
|
57646
|
+
"type": "boolean",
|
|
57647
|
+
"inheritedFrom": {
|
|
57648
|
+
"name": "Focusable",
|
|
57649
|
+
"module": "./../src/Controls/Behaviors/Focusable.ts"
|
|
57650
|
+
}
|
|
57651
|
+
},
|
|
57652
|
+
{
|
|
57653
|
+
"name": "dir",
|
|
57654
|
+
"fieldName": "dir",
|
|
57655
|
+
"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)",
|
|
57656
|
+
"type": "FlowDirection",
|
|
57657
|
+
"inheritedFrom": {
|
|
57658
|
+
"name": "CustomElement",
|
|
57659
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57660
|
+
}
|
|
57661
|
+
},
|
|
57662
|
+
{
|
|
57663
|
+
"name": "lang",
|
|
57664
|
+
"fieldName": "lang",
|
|
57665
|
+
"description": "The lang property indicates the language of the element's content.",
|
|
57666
|
+
"type": "string",
|
|
57667
|
+
"inheritedFrom": {
|
|
57668
|
+
"name": "CustomElement",
|
|
57669
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
57670
|
+
}
|
|
57671
|
+
}
|
|
57672
|
+
],
|
|
57673
|
+
"cssProperties": [
|
|
57674
|
+
{
|
|
57675
|
+
"name": "--file-box-background-color",
|
|
57676
|
+
"description": "The box background color CSS custom property.",
|
|
57677
|
+
"type": "String"
|
|
57678
|
+
},
|
|
57679
|
+
{
|
|
57680
|
+
"name": "--file-box-border-color",
|
|
57681
|
+
"description": "The box border color CSS custom property.",
|
|
57682
|
+
"type": "String"
|
|
57683
|
+
},
|
|
57684
|
+
{
|
|
57685
|
+
"name": "--file-box-border-radius",
|
|
57686
|
+
"description": "The box border radius CSS custom property.",
|
|
57687
|
+
"type": "String"
|
|
57688
|
+
},
|
|
57689
|
+
{
|
|
57690
|
+
"name": "--file-box-border-style",
|
|
57691
|
+
"description": "The box border style CSS custom property.",
|
|
57692
|
+
"type": "String"
|
|
57693
|
+
},
|
|
57694
|
+
{
|
|
57695
|
+
"name": "--file-box-border-width",
|
|
57696
|
+
"description": "The box border width CSS custom property.",
|
|
57697
|
+
"type": "String"
|
|
57698
|
+
},
|
|
57699
|
+
{
|
|
57700
|
+
"name": "--file-box-focus-ring-width",
|
|
57701
|
+
"description": "The box focus ring width CSS custom property.",
|
|
57702
|
+
"type": "String"
|
|
57703
|
+
},
|
|
57704
|
+
{
|
|
57705
|
+
"name": "--file-box-font-family",
|
|
57706
|
+
"description": "The box font family CSS custom property.",
|
|
57707
|
+
"type": "String"
|
|
57708
|
+
},
|
|
57709
|
+
{
|
|
57710
|
+
"name": "--file-box-font-letter-spacing",
|
|
57711
|
+
"description": "The box font letter spacing CSS custom property.",
|
|
57712
|
+
"type": "String"
|
|
57713
|
+
},
|
|
57714
|
+
{
|
|
57715
|
+
"name": "--file-box-font-line-height",
|
|
57716
|
+
"description": "The box font line height CSS custom property.",
|
|
57717
|
+
"type": "String"
|
|
57718
|
+
},
|
|
57719
|
+
{
|
|
57720
|
+
"name": "--file-box-font-size",
|
|
57721
|
+
"description": "The box font size CSS custom property.",
|
|
57722
|
+
"type": "String"
|
|
57723
|
+
},
|
|
57724
|
+
{
|
|
57725
|
+
"name": "--file-box-font-text-decoration",
|
|
57726
|
+
"description": "The box font text decoration CSS custom property.",
|
|
57727
|
+
"type": "String"
|
|
57728
|
+
},
|
|
57729
|
+
{
|
|
57730
|
+
"name": "--file-box-font-text-transform",
|
|
57731
|
+
"description": "The box font text transform CSS custom property.",
|
|
57732
|
+
"type": "String"
|
|
57733
|
+
},
|
|
57734
|
+
{
|
|
57735
|
+
"name": "--file-box-font-weight",
|
|
57736
|
+
"description": "The box font weight CSS custom property.",
|
|
57737
|
+
"type": "String"
|
|
57738
|
+
},
|
|
57739
|
+
{
|
|
57740
|
+
"name": "--file-box-foreground-color",
|
|
57741
|
+
"description": "The box foreground color CSS custom property.",
|
|
57742
|
+
"type": "String"
|
|
57743
|
+
},
|
|
57744
|
+
{
|
|
57745
|
+
"name": "--file-box-gap",
|
|
57746
|
+
"description": "The box gap CSS custom property.",
|
|
57747
|
+
"type": "String"
|
|
57748
|
+
},
|
|
57749
|
+
{
|
|
57750
|
+
"name": "--file-box-height",
|
|
57751
|
+
"description": "The box height CSS custom property.",
|
|
57752
|
+
"type": "String"
|
|
57753
|
+
},
|
|
57754
|
+
{
|
|
57755
|
+
"name": "--file-box-padding-bottom",
|
|
57756
|
+
"description": "The box padding bottom CSS custom property.",
|
|
57757
|
+
"type": "String"
|
|
57758
|
+
},
|
|
57759
|
+
{
|
|
57760
|
+
"name": "--file-box-padding-left",
|
|
57761
|
+
"description": "The box padding left CSS custom property.",
|
|
57762
|
+
"type": "String"
|
|
57763
|
+
},
|
|
57764
|
+
{
|
|
57765
|
+
"name": "--file-box-padding-right",
|
|
57766
|
+
"description": "The box padding right CSS custom property.",
|
|
57767
|
+
"type": "String"
|
|
57768
|
+
},
|
|
57769
|
+
{
|
|
57770
|
+
"name": "--file-box-padding-top",
|
|
57771
|
+
"description": "The box padding top CSS custom property.",
|
|
57772
|
+
"type": "String"
|
|
57773
|
+
},
|
|
57774
|
+
{
|
|
57775
|
+
"name": "--file-box-shadow",
|
|
57776
|
+
"description": "The box shadow CSS custom property.",
|
|
57777
|
+
"type": "String"
|
|
57778
|
+
},
|
|
57779
|
+
{
|
|
57780
|
+
"name": "--file-box-shadow-blur",
|
|
57781
|
+
"description": "The box shadow blur CSS custom property.",
|
|
57782
|
+
"type": "String"
|
|
57783
|
+
},
|
|
57784
|
+
{
|
|
57785
|
+
"name": "--file-box-shadow-color",
|
|
57786
|
+
"description": "The box shadow color CSS custom property.",
|
|
57787
|
+
"type": "String"
|
|
57788
|
+
},
|
|
57789
|
+
{
|
|
57790
|
+
"name": "--file-box-shadow-offset-x",
|
|
57791
|
+
"description": "The box shadow offset x CSS custom property.",
|
|
57792
|
+
"type": "String"
|
|
57793
|
+
},
|
|
57794
|
+
{
|
|
57795
|
+
"name": "--file-box-shadow-offset-y",
|
|
57796
|
+
"description": "The box shadow offset y CSS custom property.",
|
|
57797
|
+
"type": "String"
|
|
57798
|
+
},
|
|
57799
|
+
{
|
|
57800
|
+
"name": "--file-box-shadow-spread",
|
|
57801
|
+
"description": "The box shadow spread CSS custom property.",
|
|
57802
|
+
"type": "String"
|
|
57803
|
+
},
|
|
57804
|
+
{
|
|
57805
|
+
"name": "--file-box-transition-duration",
|
|
57806
|
+
"description": "The box transition duration CSS custom property.",
|
|
57807
|
+
"type": "String"
|
|
57808
|
+
},
|
|
57809
|
+
{
|
|
57810
|
+
"name": "--file-box-transition-mode",
|
|
57811
|
+
"description": "The box transition mode CSS custom property.",
|
|
57812
|
+
"type": "String"
|
|
57813
|
+
},
|
|
57814
|
+
{
|
|
57815
|
+
"name": "--file-box-transition-property",
|
|
57816
|
+
"description": "The box transition property CSS custom property.",
|
|
57817
|
+
"type": "String"
|
|
57818
|
+
},
|
|
57819
|
+
{
|
|
57820
|
+
"name": "--file-box-translate",
|
|
57821
|
+
"description": "The box translate CSS custom property.",
|
|
57822
|
+
"type": "String"
|
|
57823
|
+
}
|
|
57824
|
+
],
|
|
57825
|
+
"cssParts": [
|
|
57826
|
+
{
|
|
57827
|
+
"name": "browse",
|
|
57828
|
+
"description": "The browse button."
|
|
57829
|
+
},
|
|
57830
|
+
{
|
|
57831
|
+
"name": "clear",
|
|
57832
|
+
"description": "The clear button."
|
|
57833
|
+
},
|
|
57834
|
+
{
|
|
57835
|
+
"name": "fileInput",
|
|
57836
|
+
"description": "The fileInput part."
|
|
57837
|
+
},
|
|
57838
|
+
{
|
|
57839
|
+
"name": "focusRing",
|
|
57840
|
+
"description": "The focus ring indicator."
|
|
57841
|
+
},
|
|
57842
|
+
{
|
|
57843
|
+
"name": "inner",
|
|
57844
|
+
"description": "The inner container wrapper."
|
|
57845
|
+
},
|
|
57846
|
+
{
|
|
57847
|
+
"name": "input",
|
|
57848
|
+
"description": "The readonly text input showing file names."
|
|
57849
|
+
},
|
|
57850
|
+
{
|
|
57851
|
+
"name": "label",
|
|
57852
|
+
"description": "The floating label element."
|
|
57853
|
+
},
|
|
57854
|
+
{
|
|
57855
|
+
"name": "prefix",
|
|
57856
|
+
"description": "The prefix content container."
|
|
57857
|
+
},
|
|
57858
|
+
{
|
|
57859
|
+
"name": "suffix",
|
|
57860
|
+
"description": "The suffix content container."
|
|
57861
|
+
}
|
|
57862
|
+
]
|
|
57863
|
+
}
|
|
57864
|
+
]
|
|
57865
|
+
},
|
|
57866
|
+
{
|
|
57867
|
+
"path": "./../src/Controls/Components/Inputs/FileUpload/Accessors/FileUploadElementValueAccessor.ts",
|
|
57868
|
+
"exports": [
|
|
57869
|
+
{
|
|
57870
|
+
"kind": "class",
|
|
57871
|
+
"superclass": {
|
|
57872
|
+
"name": "ElementValueAccessorBase",
|
|
57873
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
57874
|
+
},
|
|
57875
|
+
"description": "The `FileUploadElementValueAccessor` class.",
|
|
57876
|
+
"name": "FileUploadElementValueAccessor",
|
|
57877
|
+
"members": [
|
|
57878
|
+
{
|
|
57879
|
+
"kind": "method",
|
|
57880
|
+
"name": "hostConnected",
|
|
57881
|
+
"privacy": "public",
|
|
57882
|
+
"type": "(): void",
|
|
57883
|
+
"parameters": [],
|
|
57884
|
+
"return": {
|
|
57885
|
+
"type": "void"
|
|
57886
|
+
}
|
|
57887
|
+
},
|
|
57888
|
+
{
|
|
57889
|
+
"kind": "method",
|
|
57890
|
+
"name": "writeValue",
|
|
57891
|
+
"privacy": "public",
|
|
57892
|
+
"type": "(value: IFileInfo | IFileInfo[] | null): void",
|
|
57893
|
+
"description": "Writes a new value to the element.",
|
|
57894
|
+
"parameters": [
|
|
57895
|
+
{
|
|
57896
|
+
"name": "value",
|
|
57897
|
+
"type": "IFileInfo | IFileInfo[] | null"
|
|
57898
|
+
}
|
|
57899
|
+
],
|
|
57900
|
+
"return": {
|
|
57901
|
+
"type": "void"
|
|
57902
|
+
}
|
|
57903
|
+
},
|
|
57904
|
+
{
|
|
57905
|
+
"kind": "method",
|
|
57906
|
+
"name": "resetValue",
|
|
57907
|
+
"privacy": "public",
|
|
57908
|
+
"type": "(): void",
|
|
57909
|
+
"description": "Resets the value of the element.",
|
|
57910
|
+
"parameters": [],
|
|
57911
|
+
"return": {
|
|
57912
|
+
"type": "void"
|
|
57913
|
+
}
|
|
57914
|
+
},
|
|
57915
|
+
{
|
|
57916
|
+
"kind": "method",
|
|
57917
|
+
"name": "registerOnChange",
|
|
57918
|
+
"privacy": "public",
|
|
57919
|
+
"type": "(fn: (_: any): void) => void",
|
|
57920
|
+
"description": "Registers a function called when the element value changes.",
|
|
57921
|
+
"parameters": [
|
|
57922
|
+
{
|
|
57923
|
+
"name": "fn",
|
|
57924
|
+
"type": "(_: any) => void"
|
|
57925
|
+
}
|
|
57926
|
+
],
|
|
57927
|
+
"return": {
|
|
57928
|
+
"type": "void"
|
|
57929
|
+
},
|
|
57930
|
+
"inheritedFrom": {
|
|
57931
|
+
"name": "ElementValueAccessorBase",
|
|
57932
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
57933
|
+
}
|
|
57934
|
+
},
|
|
57935
|
+
{
|
|
57936
|
+
"kind": "method",
|
|
57937
|
+
"name": "registerOnTouched",
|
|
57938
|
+
"privacy": "public",
|
|
57939
|
+
"type": "(fn: (): void) => void",
|
|
57940
|
+
"description": "Registers a function called when the element is touched.",
|
|
57941
|
+
"parameters": [
|
|
57942
|
+
{
|
|
57943
|
+
"name": "fn",
|
|
57944
|
+
"type": "() => void"
|
|
57945
|
+
}
|
|
57946
|
+
],
|
|
57947
|
+
"return": {
|
|
57948
|
+
"type": "void"
|
|
57949
|
+
},
|
|
57950
|
+
"inheritedFrom": {
|
|
57951
|
+
"name": "ElementValueAccessorBase",
|
|
57952
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
57953
|
+
}
|
|
57954
|
+
},
|
|
57955
|
+
{
|
|
57956
|
+
"kind": "method",
|
|
57957
|
+
"name": "registerOnReset",
|
|
57958
|
+
"privacy": "public",
|
|
57959
|
+
"type": "(fn: (): void) => void",
|
|
57960
|
+
"description": "Registers a function called when the element is reset.",
|
|
57961
|
+
"parameters": [
|
|
57962
|
+
{
|
|
57963
|
+
"name": "fn",
|
|
57964
|
+
"type": "() => void"
|
|
57965
|
+
}
|
|
57966
|
+
],
|
|
57967
|
+
"return": {
|
|
57968
|
+
"type": "void"
|
|
57969
|
+
},
|
|
57970
|
+
"inheritedFrom": {
|
|
57971
|
+
"name": "ElementValueAccessorBase",
|
|
57972
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
57973
|
+
}
|
|
57974
|
+
},
|
|
57975
|
+
{
|
|
57976
|
+
"kind": "method",
|
|
57977
|
+
"name": "setDisabled",
|
|
57978
|
+
"privacy": "public",
|
|
57979
|
+
"type": "(isDisabled: boolean): void",
|
|
57980
|
+
"description": "Sets the \"disabled\" property on the range input element.",
|
|
57981
|
+
"parameters": [
|
|
57982
|
+
{
|
|
57983
|
+
"name": "isDisabled",
|
|
57984
|
+
"type": "boolean"
|
|
57985
|
+
}
|
|
57986
|
+
],
|
|
57987
|
+
"return": {
|
|
57988
|
+
"type": "void"
|
|
57989
|
+
},
|
|
57990
|
+
"inheritedFrom": {
|
|
57991
|
+
"name": "ElementValueAccessorBase",
|
|
57992
|
+
"module": "./../src/Forms/Accessors/Abstracts/ElementValueAccessorBase.ts"
|
|
57993
|
+
}
|
|
57994
|
+
}
|
|
57995
|
+
]
|
|
57996
|
+
},
|
|
57997
|
+
{
|
|
57998
|
+
"kind": "variable",
|
|
57999
|
+
"name": "fileUploadElementValueAccessor",
|
|
58000
|
+
"type": "ElementValueAccessorFn<FileUploadElement>"
|
|
58001
|
+
}
|
|
58002
|
+
]
|
|
58003
|
+
},
|
|
58004
|
+
{
|
|
58005
|
+
"path": "./../src/Controls/Components/Inputs/FileUpload/FilePickerElement.ts",
|
|
58006
|
+
"exports": [
|
|
58007
|
+
{
|
|
58008
|
+
"kind": "definition",
|
|
58009
|
+
"name": "mosaik-file-picker",
|
|
58010
|
+
"declaration": {
|
|
58011
|
+
"name": "FilePickerElement",
|
|
58012
|
+
"module": "./../src/Controls/Components/Inputs/FileUpload/FilePickerElement.ts"
|
|
58013
|
+
}
|
|
58014
|
+
},
|
|
58015
|
+
{
|
|
58016
|
+
"kind": "class",
|
|
58017
|
+
"superclass": {
|
|
58018
|
+
"name": "CustomElement",
|
|
58019
|
+
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
58020
|
+
},
|
|
58021
|
+
"mixins": [
|
|
58022
|
+
{
|
|
58023
|
+
"name": "Themeable",
|
|
58024
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
58025
|
+
},
|
|
58026
|
+
{
|
|
58027
|
+
"name": "Disableable",
|
|
58028
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
58029
|
+
}
|
|
58030
|
+
],
|
|
58031
|
+
"description": "File Picker - A user interface component that allows users to select files from their device.",
|
|
58032
|
+
"name": "FilePickerElement",
|
|
58033
|
+
"members": [
|
|
58034
|
+
{
|
|
58035
|
+
"kind": "field",
|
|
58036
|
+
"name": "filesPicked",
|
|
58037
|
+
"privacy": "public",
|
|
58038
|
+
"description": "Called when files are picked.\nProvides reference to `IEventDetail` as event detail.",
|
|
58039
|
+
"type": "IEventEmitter<IFilesPickedEventDetail>"
|
|
58040
|
+
},
|
|
58041
|
+
{
|
|
58042
|
+
"kind": "field",
|
|
58043
|
+
"name": "multiple",
|
|
58044
|
+
"privacy": "public",
|
|
58045
|
+
"description": "Gets or sets the `multiple` property.",
|
|
58046
|
+
"type": "boolean",
|
|
58047
|
+
"inheritedFrom": {
|
|
58048
|
+
"name": "IFilePickerElementProps",
|
|
58049
|
+
"module": "./../src/Controls/Components/Inputs/FileUpload/IFilePickerElementProps.ts"
|
|
58050
|
+
}
|
|
58051
|
+
},
|
|
58052
|
+
{
|
|
58053
|
+
"kind": "field",
|
|
58054
|
+
"name": "accept",
|
|
58055
|
+
"privacy": "public",
|
|
58056
|
+
"description": "Gets or sets the `accept` property.",
|
|
58057
|
+
"type": "string[]",
|
|
58058
|
+
"inheritedFrom": {
|
|
58059
|
+
"name": "IFilePickerElementProps",
|
|
58060
|
+
"module": "./../src/Controls/Components/Inputs/FileUpload/IFilePickerElementProps.ts"
|
|
58061
|
+
}
|
|
58062
|
+
},
|
|
58063
|
+
{
|
|
58064
|
+
"kind": "field",
|
|
58065
|
+
"name": "directory",
|
|
58066
|
+
"privacy": "public",
|
|
58067
|
+
"description": "Gets or sets the `directory` property.",
|
|
58068
|
+
"type": "boolean",
|
|
58069
|
+
"inheritedFrom": {
|
|
58070
|
+
"name": "IFilePickerElementProps",
|
|
58071
|
+
"module": "./../src/Controls/Components/Inputs/FileUpload/IFilePickerElementProps.ts"
|
|
58072
|
+
}
|
|
58073
|
+
},
|
|
58074
|
+
{
|
|
58075
|
+
"kind": "field",
|
|
58076
|
+
"name": "themeName",
|
|
58077
|
+
"privacy": "public",
|
|
58078
|
+
"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.",
|
|
58079
|
+
"type": "string",
|
|
58080
|
+
"inheritedFrom": {
|
|
58081
|
+
"module": "./../src/Controls/Behaviors/Themeable.ts"
|
|
58082
|
+
}
|
|
58083
|
+
},
|
|
58084
|
+
{
|
|
58085
|
+
"kind": "field",
|
|
58086
|
+
"name": "disabled",
|
|
58087
|
+
"privacy": "public",
|
|
58088
|
+
"description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
|
|
58089
|
+
"type": "boolean",
|
|
58090
|
+
"inheritedFrom": {
|
|
58091
|
+
"name": "Disableable",
|
|
58092
|
+
"module": "./../src/Controls/Behaviors/Disableable.ts"
|
|
56810
58093
|
}
|
|
56811
58094
|
},
|
|
56812
58095
|
{
|
|
@@ -96140,6 +97423,11 @@
|
|
|
96140
97423
|
"description": "The header padding top CSS custom property.",
|
|
96141
97424
|
"type": "String"
|
|
96142
97425
|
},
|
|
97426
|
+
{
|
|
97427
|
+
"name": "--page-header-prefix-gap",
|
|
97428
|
+
"description": "The header prefix gap CSS custom property.",
|
|
97429
|
+
"type": "String"
|
|
97430
|
+
},
|
|
96143
97431
|
{
|
|
96144
97432
|
"name": "--page-header-shadow",
|
|
96145
97433
|
"description": "The header shadow CSS custom property.",
|
|
@@ -96205,6 +97493,11 @@
|
|
|
96205
97493
|
"description": "The header sub header font weight CSS custom property.",
|
|
96206
97494
|
"type": "String"
|
|
96207
97495
|
},
|
|
97496
|
+
{
|
|
97497
|
+
"name": "--page-header-suffix-gap",
|
|
97498
|
+
"description": "The header suffix gap CSS custom property.",
|
|
97499
|
+
"type": "String"
|
|
97500
|
+
},
|
|
96208
97501
|
{
|
|
96209
97502
|
"name": "--page-header-transition-duration",
|
|
96210
97503
|
"description": "The header transition duration CSS custom property.",
|
|
@@ -96227,6 +97520,10 @@
|
|
|
96227
97520
|
}
|
|
96228
97521
|
],
|
|
96229
97522
|
"cssParts": [
|
|
97523
|
+
{
|
|
97524
|
+
"name": "content",
|
|
97525
|
+
"description": "The content part."
|
|
97526
|
+
},
|
|
96230
97527
|
{
|
|
96231
97528
|
"name": "heading",
|
|
96232
97529
|
"description": "The heading part."
|
|
@@ -104165,7 +105462,7 @@
|
|
|
104165
105462
|
"cssParts": [
|
|
104166
105463
|
{
|
|
104167
105464
|
"name": "actions",
|
|
104168
|
-
"description": "The actions
|
|
105465
|
+
"description": "The actions part."
|
|
104169
105466
|
},
|
|
104170
105467
|
{
|
|
104171
105468
|
"name": "base",
|
|
@@ -104179,17 +105476,13 @@
|
|
|
104179
105476
|
"name": "fullscreen-button",
|
|
104180
105477
|
"description": "The fullscreen-button part."
|
|
104181
105478
|
},
|
|
104182
|
-
{
|
|
104183
|
-
"name": "header",
|
|
104184
|
-
"description": "The container for the tile header, including title and actions."
|
|
104185
|
-
},
|
|
104186
105479
|
{
|
|
104187
105480
|
"name": "maximize-button",
|
|
104188
105481
|
"description": "The maximize-button part."
|
|
104189
105482
|
},
|
|
104190
105483
|
{
|
|
104191
|
-
"name": "
|
|
104192
|
-
"description": "The
|
|
105484
|
+
"name": "header",
|
|
105485
|
+
"description": "The container for the tile header, including title and actions."
|
|
104193
105486
|
},
|
|
104194
105487
|
{
|
|
104195
105488
|
"name": "trigger",
|
|
@@ -149484,26 +150777,10 @@
|
|
|
149484
150777
|
}
|
|
149485
150778
|
],
|
|
149486
150779
|
"cssParts": [
|
|
149487
|
-
{
|
|
149488
|
-
"name": "actionCancel",
|
|
149489
|
-
"description": "The cancel action button."
|
|
149490
|
-
},
|
|
149491
|
-
{
|
|
149492
|
-
"name": "actionNo",
|
|
149493
|
-
"description": "The no action button."
|
|
149494
|
-
},
|
|
149495
|
-
{
|
|
149496
|
-
"name": "actionOk",
|
|
149497
|
-
"description": "The ok action button."
|
|
149498
|
-
},
|
|
149499
150780
|
{
|
|
149500
150781
|
"name": "actions",
|
|
149501
150782
|
"description": "The actions container."
|
|
149502
150783
|
},
|
|
149503
|
-
{
|
|
149504
|
-
"name": "actionYes",
|
|
149505
|
-
"description": "The yes action button."
|
|
149506
|
-
},
|
|
149507
150784
|
{
|
|
149508
150785
|
"name": "backdrop",
|
|
149509
150786
|
"description": "The semi-transparent overlay backdrop."
|