@breadstone/mosaik-elements-foundation 0.1.47 → 0.1.48
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/Overlays/Drawer/DrawerContainerElement.d.ts +19 -0
- package/Controls/Components/Overlays/Drawer/DrawerContainerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerElement.js +44 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.d.ts +12 -7
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.js +24 -19
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +5 -0
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.js +9 -0
- package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.d.ts +7 -0
- package/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/IDrawerContentElementProps.d.ts +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.js +2 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.js +2 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.js +2 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js +10 -3
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js +10 -3
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js +10 -3
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +4 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js +4 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js +4 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts +38 -0
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js +10 -1
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts +104 -8
- package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElement.js +288 -32
- package/Controls/Components/Primitives/Paginator/PaginatorElement.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js +35 -28
- package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js +28 -2
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js +28 -2
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js +28 -2
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts +9 -0
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js +14 -0
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js.map +1 -1
- package/Controls/Components/Shell/AppElement.d.ts +17 -8
- package/Controls/Components/Shell/AppElement.d.ts.map +1 -1
- package/Controls/Components/Shell/AppElement.js +19 -10
- package/Controls/Components/Shell/AppElement.js.map +1 -1
- package/Controls/Components/Shell/AppElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Shell/AppElementTemplate.js +8 -6
- package/Controls/Components/Shell/AppElementTemplate.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js +37 -19
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Joy.js +38 -20
- package/Controls/Components/Shell/Themes/AppElement.Joy.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Memphis.js +37 -19
- package/Controls/Components/Shell/Themes/AppElement.Memphis.js.map +1 -1
- package/Controls/events/PaginatorEvents.d.ts +20 -0
- package/Controls/events/PaginatorEvents.d.ts.map +1 -1
- package/custom-elements.json +325 -37
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -146496,6 +146496,17 @@
|
|
|
146496
146496
|
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.ts"
|
|
146497
146497
|
}
|
|
146498
146498
|
},
|
|
146499
|
+
{
|
|
146500
|
+
"kind": "field",
|
|
146501
|
+
"name": "isOpen",
|
|
146502
|
+
"privacy": "public",
|
|
146503
|
+
"description": "Gets whether the associated drawer is currently open.",
|
|
146504
|
+
"type": "boolean",
|
|
146505
|
+
"inheritedFrom": {
|
|
146506
|
+
"name": "IDrawerContainerElementProps",
|
|
146507
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.ts"
|
|
146508
|
+
}
|
|
146509
|
+
},
|
|
146499
146510
|
{
|
|
146500
146511
|
"kind": "field",
|
|
146501
146512
|
"name": "content",
|
|
@@ -146614,6 +146625,17 @@
|
|
|
146614
146625
|
"type": "void"
|
|
146615
146626
|
}
|
|
146616
146627
|
},
|
|
146628
|
+
{
|
|
146629
|
+
"kind": "method",
|
|
146630
|
+
"name": "updateDrawerState",
|
|
146631
|
+
"privacy": "public",
|
|
146632
|
+
"type": "(): void",
|
|
146633
|
+
"description": "Synchronises the derived drawer state to the container and content elements.",
|
|
146634
|
+
"parameters": [],
|
|
146635
|
+
"return": {
|
|
146636
|
+
"type": "void"
|
|
146637
|
+
}
|
|
146638
|
+
},
|
|
146617
146639
|
{
|
|
146618
146640
|
"kind": "method",
|
|
146619
146641
|
"name": "adoptStyle",
|
|
@@ -146809,6 +146831,16 @@
|
|
|
146809
146831
|
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.ts"
|
|
146810
146832
|
}
|
|
146811
146833
|
},
|
|
146834
|
+
{
|
|
146835
|
+
"name": "isOpen",
|
|
146836
|
+
"fieldName": "isOpen",
|
|
146837
|
+
"description": "Gets whether the associated drawer is currently open.",
|
|
146838
|
+
"type": "boolean",
|
|
146839
|
+
"inheritedFrom": {
|
|
146840
|
+
"name": "IDrawerContainerElementProps",
|
|
146841
|
+
"module": "./../src/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.ts"
|
|
146842
|
+
}
|
|
146843
|
+
},
|
|
146812
146844
|
{
|
|
146813
146845
|
"name": "fit",
|
|
146814
146846
|
"fieldName": "fit",
|
|
@@ -146838,9 +146870,18 @@
|
|
|
146838
146870
|
"name": "CustomElement",
|
|
146839
146871
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
146840
146872
|
}
|
|
146873
|
+
},
|
|
146874
|
+
{
|
|
146875
|
+
"name": "is-open",
|
|
146876
|
+
"description": "Whether the associated drawer is currently open."
|
|
146841
146877
|
}
|
|
146842
146878
|
],
|
|
146843
146879
|
"cssProperties": [
|
|
146880
|
+
{
|
|
146881
|
+
"name": "--drawer-container-background-color",
|
|
146882
|
+
"description": "The container background color CSS custom property.",
|
|
146883
|
+
"type": "String"
|
|
146884
|
+
},
|
|
146844
146885
|
{
|
|
146845
146886
|
"name": "--drawer-container-font-family",
|
|
146846
146887
|
"description": "The container font family CSS custom property.",
|
|
@@ -146983,9 +147024,9 @@
|
|
|
146983
147024
|
"members": [
|
|
146984
147025
|
{
|
|
146985
147026
|
"kind": "field",
|
|
146986
|
-
"name": "
|
|
147027
|
+
"name": "isOpen",
|
|
146987
147028
|
"privacy": "public",
|
|
146988
|
-
"description": "Gets or sets the
|
|
147029
|
+
"description": "Gets or sets whether the associated drawer is currently open.",
|
|
146989
147030
|
"type": "boolean",
|
|
146990
147031
|
"inheritedFrom": {
|
|
146991
147032
|
"name": "IDrawerContentElementProps",
|
|
@@ -147224,9 +147265,9 @@
|
|
|
147224
147265
|
],
|
|
147225
147266
|
"attributes": [
|
|
147226
147267
|
{
|
|
147227
|
-
"name": "
|
|
147228
|
-
"fieldName": "
|
|
147229
|
-
"description": "Gets or sets the
|
|
147268
|
+
"name": "isOpen",
|
|
147269
|
+
"fieldName": "isOpen",
|
|
147270
|
+
"description": "Gets or sets whether the associated drawer is currently open.",
|
|
147230
147271
|
"type": "boolean",
|
|
147231
147272
|
"inheritedFrom": {
|
|
147232
147273
|
"name": "IDrawerContentElementProps",
|
|
@@ -147252,6 +147293,10 @@
|
|
|
147252
147293
|
"name": "CustomElement",
|
|
147253
147294
|
"module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
|
|
147254
147295
|
}
|
|
147296
|
+
},
|
|
147297
|
+
{
|
|
147298
|
+
"name": "is-open",
|
|
147299
|
+
"description": "Whether the associated drawer is currently open."
|
|
147255
147300
|
}
|
|
147256
147301
|
],
|
|
147257
147302
|
"cssProperties": [
|
|
@@ -147295,6 +147340,26 @@
|
|
|
147295
147340
|
"description": "The content gap CSS custom property.",
|
|
147296
147341
|
"type": "String"
|
|
147297
147342
|
},
|
|
147343
|
+
{
|
|
147344
|
+
"name": "--drawer-content-inset-bottom",
|
|
147345
|
+
"description": "The content inset bottom CSS custom property.",
|
|
147346
|
+
"type": "String"
|
|
147347
|
+
},
|
|
147348
|
+
{
|
|
147349
|
+
"name": "--drawer-content-inset-left",
|
|
147350
|
+
"description": "The content inset left CSS custom property.",
|
|
147351
|
+
"type": "String"
|
|
147352
|
+
},
|
|
147353
|
+
{
|
|
147354
|
+
"name": "--drawer-content-inset-right",
|
|
147355
|
+
"description": "The content inset right CSS custom property.",
|
|
147356
|
+
"type": "String"
|
|
147357
|
+
},
|
|
147358
|
+
{
|
|
147359
|
+
"name": "--drawer-content-inset-top",
|
|
147360
|
+
"description": "The content inset top CSS custom property.",
|
|
147361
|
+
"type": "String"
|
|
147362
|
+
},
|
|
147298
147363
|
{
|
|
147299
147364
|
"name": "--drawer-content-padding-bottom",
|
|
147300
147365
|
"description": "The content padding bottom CSS custom property.",
|
|
@@ -179703,6 +179768,20 @@
|
|
|
179703
179768
|
"description": "Gets a value indicating whether there is a next page.",
|
|
179704
179769
|
"type": "boolean"
|
|
179705
179770
|
},
|
|
179771
|
+
{
|
|
179772
|
+
"kind": "field",
|
|
179773
|
+
"name": "isVisible",
|
|
179774
|
+
"privacy": "public",
|
|
179775
|
+
"description": "Gets a value indicating whether the paginator should be rendered.",
|
|
179776
|
+
"type": "boolean"
|
|
179777
|
+
},
|
|
179778
|
+
{
|
|
179779
|
+
"kind": "field",
|
|
179780
|
+
"name": "currentPageReport",
|
|
179781
|
+
"privacy": "public",
|
|
179782
|
+
"description": "Gets the current page report text.",
|
|
179783
|
+
"type": "string"
|
|
179784
|
+
},
|
|
179706
179785
|
{
|
|
179707
179786
|
"kind": "field",
|
|
179708
179787
|
"name": "pageChanged",
|
|
@@ -179727,6 +179806,16 @@
|
|
|
179727
179806
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179728
179807
|
}
|
|
179729
179808
|
},
|
|
179809
|
+
{
|
|
179810
|
+
"kind": "field",
|
|
179811
|
+
"name": "totalRecords",
|
|
179812
|
+
"privacy": "public",
|
|
179813
|
+
"description": "Gets or sets the `totalRecords` property.",
|
|
179814
|
+
"type": "number",
|
|
179815
|
+
"inheritedFrom": {
|
|
179816
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179817
|
+
}
|
|
179818
|
+
},
|
|
179730
179819
|
{
|
|
179731
179820
|
"kind": "field",
|
|
179732
179821
|
"name": "size",
|
|
@@ -179737,6 +179826,16 @@
|
|
|
179737
179826
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179738
179827
|
}
|
|
179739
179828
|
},
|
|
179829
|
+
{
|
|
179830
|
+
"kind": "field",
|
|
179831
|
+
"name": "rows",
|
|
179832
|
+
"privacy": "public",
|
|
179833
|
+
"description": "Gets or sets the `rows` property.",
|
|
179834
|
+
"type": "number",
|
|
179835
|
+
"inheritedFrom": {
|
|
179836
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179837
|
+
}
|
|
179838
|
+
},
|
|
179740
179839
|
{
|
|
179741
179840
|
"kind": "field",
|
|
179742
179841
|
"name": "sizes",
|
|
@@ -179767,6 +179866,56 @@
|
|
|
179767
179866
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179768
179867
|
}
|
|
179769
179868
|
},
|
|
179869
|
+
{
|
|
179870
|
+
"kind": "field",
|
|
179871
|
+
"name": "first",
|
|
179872
|
+
"privacy": "public",
|
|
179873
|
+
"description": "Gets or sets the `first` property.",
|
|
179874
|
+
"type": "number",
|
|
179875
|
+
"inheritedFrom": {
|
|
179876
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179877
|
+
}
|
|
179878
|
+
},
|
|
179879
|
+
{
|
|
179880
|
+
"kind": "field",
|
|
179881
|
+
"name": "pageLinkSize",
|
|
179882
|
+
"privacy": "public",
|
|
179883
|
+
"description": "Gets or sets the `pageLinkSize` property.",
|
|
179884
|
+
"type": "number",
|
|
179885
|
+
"inheritedFrom": {
|
|
179886
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179887
|
+
}
|
|
179888
|
+
},
|
|
179889
|
+
{
|
|
179890
|
+
"kind": "field",
|
|
179891
|
+
"name": "alwaysShow",
|
|
179892
|
+
"privacy": "public",
|
|
179893
|
+
"description": "Gets or sets the `alwaysShow` property.",
|
|
179894
|
+
"type": "boolean",
|
|
179895
|
+
"inheritedFrom": {
|
|
179896
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179897
|
+
}
|
|
179898
|
+
},
|
|
179899
|
+
{
|
|
179900
|
+
"kind": "field",
|
|
179901
|
+
"name": "showPageLinks",
|
|
179902
|
+
"privacy": "public",
|
|
179903
|
+
"description": "Gets or sets the `showPageLinks` property.",
|
|
179904
|
+
"type": "boolean",
|
|
179905
|
+
"inheritedFrom": {
|
|
179906
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179907
|
+
}
|
|
179908
|
+
},
|
|
179909
|
+
{
|
|
179910
|
+
"kind": "field",
|
|
179911
|
+
"name": "showFirstLastIcon",
|
|
179912
|
+
"privacy": "public",
|
|
179913
|
+
"description": "Gets or sets the `showFirstLastIcon` property.",
|
|
179914
|
+
"type": "boolean",
|
|
179915
|
+
"inheritedFrom": {
|
|
179916
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179917
|
+
}
|
|
179918
|
+
},
|
|
179770
179919
|
{
|
|
179771
179920
|
"kind": "field",
|
|
179772
179921
|
"name": "showFirstLastButtons",
|
|
@@ -179777,6 +179926,26 @@
|
|
|
179777
179926
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179778
179927
|
}
|
|
179779
179928
|
},
|
|
179929
|
+
{
|
|
179930
|
+
"kind": "field",
|
|
179931
|
+
"name": "showCurrentPageReport",
|
|
179932
|
+
"privacy": "public",
|
|
179933
|
+
"description": "Gets or sets the `showCurrentPageReport` property.",
|
|
179934
|
+
"type": "boolean",
|
|
179935
|
+
"inheritedFrom": {
|
|
179936
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179937
|
+
}
|
|
179938
|
+
},
|
|
179939
|
+
{
|
|
179940
|
+
"kind": "field",
|
|
179941
|
+
"name": "currentPageReportTemplate",
|
|
179942
|
+
"privacy": "public",
|
|
179943
|
+
"description": "Gets or sets the `currentPageReportTemplate` property.",
|
|
179944
|
+
"type": "string",
|
|
179945
|
+
"inheritedFrom": {
|
|
179946
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
179947
|
+
}
|
|
179948
|
+
},
|
|
179780
179949
|
{
|
|
179781
179950
|
"kind": "field",
|
|
179782
179951
|
"name": "themeName",
|
|
@@ -180134,6 +180303,15 @@
|
|
|
180134
180303
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180135
180304
|
}
|
|
180136
180305
|
},
|
|
180306
|
+
{
|
|
180307
|
+
"name": "totalRecords",
|
|
180308
|
+
"fieldName": "totalRecords",
|
|
180309
|
+
"description": "Gets or sets the `totalRecords` property.",
|
|
180310
|
+
"type": "number",
|
|
180311
|
+
"inheritedFrom": {
|
|
180312
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180313
|
+
}
|
|
180314
|
+
},
|
|
180137
180315
|
{
|
|
180138
180316
|
"name": "size",
|
|
180139
180317
|
"fieldName": "size",
|
|
@@ -180143,6 +180321,15 @@
|
|
|
180143
180321
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180144
180322
|
}
|
|
180145
180323
|
},
|
|
180324
|
+
{
|
|
180325
|
+
"name": "rows",
|
|
180326
|
+
"fieldName": "rows",
|
|
180327
|
+
"description": "Gets or sets the `rows` property.",
|
|
180328
|
+
"type": "number",
|
|
180329
|
+
"inheritedFrom": {
|
|
180330
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180331
|
+
}
|
|
180332
|
+
},
|
|
180146
180333
|
{
|
|
180147
180334
|
"name": "sizes",
|
|
180148
180335
|
"fieldName": "sizes",
|
|
@@ -180170,6 +180357,51 @@
|
|
|
180170
180357
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180171
180358
|
}
|
|
180172
180359
|
},
|
|
180360
|
+
{
|
|
180361
|
+
"name": "first",
|
|
180362
|
+
"fieldName": "first",
|
|
180363
|
+
"description": "Gets or sets the `first` property.",
|
|
180364
|
+
"type": "number",
|
|
180365
|
+
"inheritedFrom": {
|
|
180366
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180367
|
+
}
|
|
180368
|
+
},
|
|
180369
|
+
{
|
|
180370
|
+
"name": "pageLinkSize",
|
|
180371
|
+
"fieldName": "pageLinkSize",
|
|
180372
|
+
"description": "Gets or sets the `pageLinkSize` property.",
|
|
180373
|
+
"type": "number",
|
|
180374
|
+
"inheritedFrom": {
|
|
180375
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180376
|
+
}
|
|
180377
|
+
},
|
|
180378
|
+
{
|
|
180379
|
+
"name": "alwaysShow",
|
|
180380
|
+
"fieldName": "alwaysShow",
|
|
180381
|
+
"description": "Gets or sets the `alwaysShow` property.",
|
|
180382
|
+
"type": "boolean",
|
|
180383
|
+
"inheritedFrom": {
|
|
180384
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180385
|
+
}
|
|
180386
|
+
},
|
|
180387
|
+
{
|
|
180388
|
+
"name": "showPageLinks",
|
|
180389
|
+
"fieldName": "showPageLinks",
|
|
180390
|
+
"description": "Gets or sets the `showPageLinks` property.",
|
|
180391
|
+
"type": "boolean",
|
|
180392
|
+
"inheritedFrom": {
|
|
180393
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180394
|
+
}
|
|
180395
|
+
},
|
|
180396
|
+
{
|
|
180397
|
+
"name": "showFirstLastIcon",
|
|
180398
|
+
"fieldName": "showFirstLastIcon",
|
|
180399
|
+
"description": "Gets or sets the `showFirstLastIcon` property.",
|
|
180400
|
+
"type": "boolean",
|
|
180401
|
+
"inheritedFrom": {
|
|
180402
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180403
|
+
}
|
|
180404
|
+
},
|
|
180173
180405
|
{
|
|
180174
180406
|
"name": "showFirstLastButtons",
|
|
180175
180407
|
"fieldName": "showFirstLastButtons",
|
|
@@ -180179,6 +180411,24 @@
|
|
|
180179
180411
|
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180180
180412
|
}
|
|
180181
180413
|
},
|
|
180414
|
+
{
|
|
180415
|
+
"name": "showCurrentPageReport",
|
|
180416
|
+
"fieldName": "showCurrentPageReport",
|
|
180417
|
+
"description": "Gets or sets the `showCurrentPageReport` property.",
|
|
180418
|
+
"type": "boolean",
|
|
180419
|
+
"inheritedFrom": {
|
|
180420
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180421
|
+
}
|
|
180422
|
+
},
|
|
180423
|
+
{
|
|
180424
|
+
"name": "currentPageReportTemplate",
|
|
180425
|
+
"fieldName": "currentPageReportTemplate",
|
|
180426
|
+
"description": "Gets or sets the `currentPageReportTemplate` property.",
|
|
180427
|
+
"type": "string",
|
|
180428
|
+
"inheritedFrom": {
|
|
180429
|
+
"module": "./../src/Controls/Components/Primitives/Paginator/IPaginatorElementProps.ts"
|
|
180430
|
+
}
|
|
180431
|
+
},
|
|
180182
180432
|
{
|
|
180183
180433
|
"name": "disabled",
|
|
180184
180434
|
"fieldName": "disabled",
|
|
@@ -180348,10 +180598,6 @@
|
|
|
180348
180598
|
}
|
|
180349
180599
|
],
|
|
180350
180600
|
"cssParts": [
|
|
180351
|
-
{
|
|
180352
|
-
"name": "container",
|
|
180353
|
-
"description": "The main container element."
|
|
180354
|
-
},
|
|
180355
180601
|
{
|
|
180356
180602
|
"name": "first",
|
|
180357
180603
|
"description": "The first page button."
|
|
@@ -180365,12 +180611,12 @@
|
|
|
180365
180611
|
"description": "The next page button."
|
|
180366
180612
|
},
|
|
180367
180613
|
{
|
|
180368
|
-
"name": "page",
|
|
180369
|
-
"description": "
|
|
180614
|
+
"name": "current-page-report",
|
|
180615
|
+
"description": "The current page report text."
|
|
180370
180616
|
},
|
|
180371
180617
|
{
|
|
180372
|
-
"name": "pages
|
|
180373
|
-
"description": "The container
|
|
180618
|
+
"name": "pages",
|
|
180619
|
+
"description": "container page-links - The pages-container page-links part."
|
|
180374
180620
|
},
|
|
180375
180621
|
{
|
|
180376
180622
|
"name": "previous",
|
|
@@ -180378,19 +180624,11 @@
|
|
|
180378
180624
|
},
|
|
180379
180625
|
{
|
|
180380
180626
|
"name": "range",
|
|
180381
|
-
"description": "
|
|
180382
|
-
},
|
|
180383
|
-
{
|
|
180384
|
-
"name": "range-container",
|
|
180385
|
-
"description": "The container for the page range display."
|
|
180627
|
+
"description": "container report-container - The range-container report-container part."
|
|
180386
180628
|
},
|
|
180387
180629
|
{
|
|
180388
180630
|
"name": "size-selector",
|
|
180389
180631
|
"description": "The page size selector itself."
|
|
180390
|
-
},
|
|
180391
|
-
{
|
|
180392
|
-
"name": "size-selector-container",
|
|
180393
|
-
"description": "The container for the page size selector."
|
|
180394
180632
|
}
|
|
180395
180633
|
]
|
|
180396
180634
|
}
|
|
@@ -180450,6 +180688,13 @@
|
|
|
180450
180688
|
"description": "Gets or sets the items per page label.",
|
|
180451
180689
|
"type": "string"
|
|
180452
180690
|
},
|
|
180691
|
+
{
|
|
180692
|
+
"kind": "field",
|
|
180693
|
+
"name": "pageLabel",
|
|
180694
|
+
"privacy": "public",
|
|
180695
|
+
"description": "Gets or sets the page button label template.\nUse {0} for the page number.",
|
|
180696
|
+
"type": "string"
|
|
180697
|
+
},
|
|
180453
180698
|
{
|
|
180454
180699
|
"kind": "field",
|
|
180455
180700
|
"name": "locale",
|
|
@@ -239157,24 +239402,29 @@
|
|
|
239157
239402
|
"description": "Background color for the application shell",
|
|
239158
239403
|
"type": "Color"
|
|
239159
239404
|
},
|
|
239405
|
+
{
|
|
239406
|
+
"name": "--app-border-color",
|
|
239407
|
+
"description": "The border color CSS custom property.",
|
|
239408
|
+
"type": "String"
|
|
239409
|
+
},
|
|
239160
239410
|
{
|
|
239161
239411
|
"name": "--app-border-radius",
|
|
239162
239412
|
"description": "The border radius CSS custom property.",
|
|
239163
239413
|
"type": "String"
|
|
239164
239414
|
},
|
|
239165
239415
|
{
|
|
239166
|
-
"name": "--app-
|
|
239167
|
-
"description": "The
|
|
239416
|
+
"name": "--app-border-style",
|
|
239417
|
+
"description": "The border style CSS custom property.",
|
|
239168
239418
|
"type": "String"
|
|
239169
239419
|
},
|
|
239170
239420
|
{
|
|
239171
|
-
"name": "--app-
|
|
239172
|
-
"description": "The
|
|
239421
|
+
"name": "--app-border-width",
|
|
239422
|
+
"description": "The border width CSS custom property.",
|
|
239173
239423
|
"type": "String"
|
|
239174
239424
|
},
|
|
239175
239425
|
{
|
|
239176
|
-
"name": "--app-
|
|
239177
|
-
"description": "
|
|
239426
|
+
"name": "--app-body-offset-top",
|
|
239427
|
+
"description": "The body offset top CSS custom property.",
|
|
239178
239428
|
"type": "String"
|
|
239179
239429
|
},
|
|
239180
239430
|
{
|
|
@@ -239227,6 +239477,16 @@
|
|
|
239227
239477
|
"description": "The line thickness CSS custom property.",
|
|
239228
239478
|
"type": "String"
|
|
239229
239479
|
},
|
|
239480
|
+
{
|
|
239481
|
+
"name": "--app-nav-height",
|
|
239482
|
+
"description": "The navigation drawer height CSS custom property.",
|
|
239483
|
+
"type": "String"
|
|
239484
|
+
},
|
|
239485
|
+
{
|
|
239486
|
+
"name": "--app-nav-width",
|
|
239487
|
+
"description": "Width of the navigation drawer when expanded.",
|
|
239488
|
+
"type": "String"
|
|
239489
|
+
},
|
|
239230
239490
|
{
|
|
239231
239491
|
"name": "--app-padding-bottom",
|
|
239232
239492
|
"description": "The padding bottom CSS custom property.",
|
|
@@ -239296,16 +239556,32 @@
|
|
|
239296
239556
|
"name": "--app-translate",
|
|
239297
239557
|
"description": "The translate CSS custom property.",
|
|
239298
239558
|
"type": "String"
|
|
239559
|
+
},
|
|
239560
|
+
{
|
|
239561
|
+
"name": "--app-view-border-color",
|
|
239562
|
+
"description": "The view border color CSS custom property.",
|
|
239563
|
+
"type": "String"
|
|
239564
|
+
},
|
|
239565
|
+
{
|
|
239566
|
+
"name": "--app-view-border-radius",
|
|
239567
|
+
"description": "The view border radius CSS custom property.",
|
|
239568
|
+
"type": "String"
|
|
239569
|
+
},
|
|
239570
|
+
{
|
|
239571
|
+
"name": "--app-view-border-style",
|
|
239572
|
+
"description": "The view border style CSS custom property.",
|
|
239573
|
+
"type": "String"
|
|
239574
|
+
},
|
|
239575
|
+
{
|
|
239576
|
+
"name": "--app-view-border-width",
|
|
239577
|
+
"description": "The view border width CSS custom property.",
|
|
239578
|
+
"type": "String"
|
|
239299
239579
|
}
|
|
239300
239580
|
],
|
|
239301
239581
|
"cssParts": [
|
|
239302
239582
|
{
|
|
239303
|
-
"name": "
|
|
239304
|
-
"description": "
|
|
239305
|
-
},
|
|
239306
|
-
{
|
|
239307
|
-
"name": "drawer",
|
|
239308
|
-
"description": "Navigation drawer container for side navigation elements"
|
|
239583
|
+
"name": "body",
|
|
239584
|
+
"description": "View body layout containing the main and rail regions"
|
|
239309
239585
|
},
|
|
239310
239586
|
{
|
|
239311
239587
|
"name": "header",
|
|
@@ -239313,15 +239589,27 @@
|
|
|
239313
239589
|
},
|
|
239314
239590
|
{
|
|
239315
239591
|
"name": "main",
|
|
239316
|
-
"description": "
|
|
239592
|
+
"description": "Main content region for primary application views"
|
|
239317
239593
|
},
|
|
239318
239594
|
{
|
|
239319
239595
|
"name": "nav",
|
|
239320
|
-
"description": "Navigation
|
|
239596
|
+
"description": "Navigation drawer region"
|
|
239597
|
+
},
|
|
239598
|
+
{
|
|
239599
|
+
"name": "nav-body",
|
|
239600
|
+
"description": "Navigation content region within the drawer"
|
|
239321
239601
|
},
|
|
239322
239602
|
{
|
|
239323
239603
|
"name": "rail",
|
|
239324
|
-
"description": "
|
|
239604
|
+
"description": "Secondary rail region next to the main content"
|
|
239605
|
+
},
|
|
239606
|
+
{
|
|
239607
|
+
"name": "root",
|
|
239608
|
+
"description": "Root shell layout container"
|
|
239609
|
+
},
|
|
239610
|
+
{
|
|
239611
|
+
"name": "view",
|
|
239612
|
+
"description": "View surface containing header, body, and footer content"
|
|
239325
239613
|
}
|
|
239326
239614
|
]
|
|
239327
239615
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-foundation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"description": "Mosaik elements components package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "0.1.
|
|
18
|
-
"@breadstone/mosaik-themes": "0.1.
|
|
17
|
+
"@breadstone/mosaik-elements": "0.1.48",
|
|
18
|
+
"@breadstone/mosaik-themes": "0.1.48",
|
|
19
19
|
"tslib": "2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|