@breadstone/mosaik-elements-foundation 0.1.47 → 0.1.49

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.
Files changed (111) hide show
  1. package/Controls/Components/Overlays/Drawer/DrawerContainerElement.d.ts +19 -0
  2. package/Controls/Components/Overlays/Drawer/DrawerContainerElement.d.ts.map +1 -1
  3. package/Controls/Components/Overlays/Drawer/DrawerContainerElement.js +44 -1
  4. package/Controls/Components/Overlays/Drawer/DrawerContainerElement.js.map +1 -1
  5. package/Controls/Components/Overlays/Drawer/DrawerContentElement.d.ts +12 -7
  6. package/Controls/Components/Overlays/Drawer/DrawerContentElement.d.ts.map +1 -1
  7. package/Controls/Components/Overlays/Drawer/DrawerContentElement.js +24 -19
  8. package/Controls/Components/Overlays/Drawer/DrawerContentElement.js.map +1 -1
  9. package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +5 -0
  10. package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
  11. package/Controls/Components/Overlays/Drawer/DrawerElement.js +9 -0
  12. package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
  13. package/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.d.ts +7 -0
  14. package/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.d.ts.map +1 -1
  15. package/Controls/Components/Overlays/Drawer/IDrawerContentElementProps.d.ts +1 -1
  16. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.d.ts.map +1 -1
  17. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.js +2 -1
  18. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.js.map +1 -1
  19. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.d.ts.map +1 -1
  20. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.js +2 -1
  21. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.js.map +1 -1
  22. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.d.ts.map +1 -1
  23. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.js +2 -1
  24. package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.js.map +1 -1
  25. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.d.ts.map +1 -1
  26. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js +10 -3
  27. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js.map +1 -1
  28. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.d.ts.map +1 -1
  29. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js +10 -3
  30. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js.map +1 -1
  31. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.d.ts.map +1 -1
  32. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js +10 -3
  33. package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js.map +1 -1
  34. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
  35. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +4 -0
  36. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js.map +1 -1
  37. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.d.ts.map +1 -1
  38. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js +4 -0
  39. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js.map +1 -1
  40. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.d.ts.map +1 -1
  41. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js +4 -0
  42. package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
  43. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts +38 -0
  44. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts.map +1 -1
  45. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js +10 -1
  46. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js.map +1 -1
  47. package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts +104 -8
  48. package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts.map +1 -1
  49. package/Controls/Components/Primitives/Paginator/PaginatorElement.js +288 -32
  50. package/Controls/Components/Primitives/Paginator/PaginatorElement.js.map +1 -1
  51. package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.d.ts.map +1 -1
  52. package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js +35 -28
  53. package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js.map +1 -1
  54. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.d.ts.map +1 -1
  55. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js +28 -2
  56. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js.map +1 -1
  57. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.d.ts.map +1 -1
  58. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js +28 -2
  59. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js.map +1 -1
  60. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.d.ts.map +1 -1
  61. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js +28 -2
  62. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js.map +1 -1
  63. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts +9 -0
  64. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts.map +1 -1
  65. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js +14 -0
  66. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js.map +1 -1
  67. package/Controls/Components/Selectors/Tab/TabPanelElement.d.ts +11 -12
  68. package/Controls/Components/Selectors/Tab/TabPanelElement.d.ts.map +1 -1
  69. package/Controls/Components/Selectors/Tab/TabPanelElement.js +24 -24
  70. package/Controls/Components/Selectors/Tab/TabPanelElement.js.map +1 -1
  71. package/Controls/Components/Selectors/Tab/TabPanelElementTemplate.d.ts.map +1 -1
  72. package/Controls/Components/Selectors/Tab/TabPanelElementTemplate.js +14 -22
  73. package/Controls/Components/Selectors/Tab/TabPanelElementTemplate.js.map +1 -1
  74. package/Controls/Components/Selectors/Tab/Themes/TabElement.Cosmopolitan.d.ts.map +1 -1
  75. package/Controls/Components/Selectors/Tab/Themes/TabElement.Cosmopolitan.js +4 -0
  76. package/Controls/Components/Selectors/Tab/Themes/TabElement.Cosmopolitan.js.map +1 -1
  77. package/Controls/Components/Selectors/Tab/Themes/TabElement.Joy.d.ts.map +1 -1
  78. package/Controls/Components/Selectors/Tab/Themes/TabElement.Joy.js +4 -0
  79. package/Controls/Components/Selectors/Tab/Themes/TabElement.Joy.js.map +1 -1
  80. package/Controls/Components/Selectors/Tab/Themes/TabElement.Memphis.d.ts.map +1 -1
  81. package/Controls/Components/Selectors/Tab/Themes/TabElement.Memphis.js +4 -0
  82. package/Controls/Components/Selectors/Tab/Themes/TabElement.Memphis.js.map +1 -1
  83. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Cosmopolitan.d.ts.map +1 -1
  84. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Cosmopolitan.js +24 -12
  85. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Cosmopolitan.js.map +1 -1
  86. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Joy.d.ts.map +1 -1
  87. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Joy.js +24 -12
  88. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Joy.js.map +1 -1
  89. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Memphis.d.ts.map +1 -1
  90. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Memphis.js +24 -12
  91. package/Controls/Components/Selectors/Tab/Themes/TabPanelElement.Memphis.js.map +1 -1
  92. package/Controls/Components/Shell/AppElement.d.ts +17 -8
  93. package/Controls/Components/Shell/AppElement.d.ts.map +1 -1
  94. package/Controls/Components/Shell/AppElement.js +19 -10
  95. package/Controls/Components/Shell/AppElement.js.map +1 -1
  96. package/Controls/Components/Shell/AppElementTemplate.d.ts.map +1 -1
  97. package/Controls/Components/Shell/AppElementTemplate.js +8 -6
  98. package/Controls/Components/Shell/AppElementTemplate.js.map +1 -1
  99. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.d.ts.map +1 -1
  100. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js +37 -19
  101. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js.map +1 -1
  102. package/Controls/Components/Shell/Themes/AppElement.Joy.d.ts.map +1 -1
  103. package/Controls/Components/Shell/Themes/AppElement.Joy.js +38 -20
  104. package/Controls/Components/Shell/Themes/AppElement.Joy.js.map +1 -1
  105. package/Controls/Components/Shell/Themes/AppElement.Memphis.d.ts.map +1 -1
  106. package/Controls/Components/Shell/Themes/AppElement.Memphis.js +37 -19
  107. package/Controls/Components/Shell/Themes/AppElement.Memphis.js.map +1 -1
  108. package/Controls/events/PaginatorEvents.d.ts +20 -0
  109. package/Controls/events/PaginatorEvents.d.ts.map +1 -1
  110. package/custom-elements.json +330 -38
  111. package/package.json +3 -3
@@ -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": "opened",
147027
+ "name": "isOpen",
146987
147028
  "privacy": "public",
146988
- "description": "Gets or sets the `opened` property.",
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": "opened",
147228
- "fieldName": "opened",
147229
- "description": "Gets or sets the `opened` property.",
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": "Individual page button."
180614
+ "name": "current-page-report",
180615
+ "description": "The current page report text."
180370
180616
  },
180371
180617
  {
180372
- "name": "pages-container",
180373
- "description": "The container for the page number buttons."
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": "The range display showing current page range."
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",
@@ -225883,7 +226128,7 @@
225883
226128
  "module": "./../src/Controls/Behaviors/Appearanceable.ts"
225884
226129
  }
225885
226130
  ],
225886
- "description": "Tab Panel - A scrollable container for tab strip items with optional navigation buttons.",
226131
+ "description": "Tab Panel - A container that delegates overflowing tab strip items to the Scroll component.",
225887
226132
  "name": "TabPanelElement",
225888
226133
  "members": [
225889
226134
  {
@@ -226483,6 +226728,10 @@
226483
226728
  "name": "endScrollButton",
226484
226729
  "description": "The navigation button for scrolling to end"
226485
226730
  },
226731
+ {
226732
+ "name": "scroll",
226733
+ "description": "The composed Scroll element"
226734
+ },
226486
226735
  {
226487
226736
  "name": "startScrollButton",
226488
226737
  "description": "The navigation button for scrolling to start"
@@ -239157,24 +239406,29 @@
239157
239406
  "description": "Background color for the application shell",
239158
239407
  "type": "Color"
239159
239408
  },
239409
+ {
239410
+ "name": "--app-border-color",
239411
+ "description": "The border color CSS custom property.",
239412
+ "type": "String"
239413
+ },
239160
239414
  {
239161
239415
  "name": "--app-border-radius",
239162
239416
  "description": "The border radius CSS custom property.",
239163
239417
  "type": "String"
239164
239418
  },
239165
239419
  {
239166
- "name": "--app-content-offset-top",
239167
- "description": "The content offset top CSS custom property.",
239420
+ "name": "--app-border-style",
239421
+ "description": "The border style CSS custom property.",
239168
239422
  "type": "String"
239169
239423
  },
239170
239424
  {
239171
- "name": "--app-drawer-height",
239172
- "description": "The drawer height CSS custom property.",
239425
+ "name": "--app-border-width",
239426
+ "description": "The border width CSS custom property.",
239173
239427
  "type": "String"
239174
239428
  },
239175
239429
  {
239176
- "name": "--app-drawer-width",
239177
- "description": "Width of the navigation drawer when expanded",
239430
+ "name": "--app-body-offset-top",
239431
+ "description": "The body offset top CSS custom property.",
239178
239432
  "type": "String"
239179
239433
  },
239180
239434
  {
@@ -239227,6 +239481,16 @@
239227
239481
  "description": "The line thickness CSS custom property.",
239228
239482
  "type": "String"
239229
239483
  },
239484
+ {
239485
+ "name": "--app-nav-height",
239486
+ "description": "The navigation drawer height CSS custom property.",
239487
+ "type": "String"
239488
+ },
239489
+ {
239490
+ "name": "--app-nav-width",
239491
+ "description": "Width of the navigation drawer when expanded.",
239492
+ "type": "String"
239493
+ },
239230
239494
  {
239231
239495
  "name": "--app-padding-bottom",
239232
239496
  "description": "The padding bottom CSS custom property.",
@@ -239296,16 +239560,32 @@
239296
239560
  "name": "--app-translate",
239297
239561
  "description": "The translate CSS custom property.",
239298
239562
  "type": "String"
239563
+ },
239564
+ {
239565
+ "name": "--app-view-border-color",
239566
+ "description": "The view border color CSS custom property.",
239567
+ "type": "String"
239568
+ },
239569
+ {
239570
+ "name": "--app-view-border-radius",
239571
+ "description": "The view border radius CSS custom property.",
239572
+ "type": "String"
239573
+ },
239574
+ {
239575
+ "name": "--app-view-border-style",
239576
+ "description": "The view border style CSS custom property.",
239577
+ "type": "String"
239578
+ },
239579
+ {
239580
+ "name": "--app-view-border-width",
239581
+ "description": "The view border width CSS custom property.",
239582
+ "type": "String"
239299
239583
  }
239300
239584
  ],
239301
239585
  "cssParts": [
239302
239586
  {
239303
- "name": "content",
239304
- "description": "Main content wrapper for application views and functionality"
239305
- },
239306
- {
239307
- "name": "drawer",
239308
- "description": "Navigation drawer container for side navigation elements"
239587
+ "name": "body",
239588
+ "description": "View body layout containing the main and rail regions"
239309
239589
  },
239310
239590
  {
239311
239591
  "name": "header",
@@ -239313,15 +239593,27 @@
239313
239593
  },
239314
239594
  {
239315
239595
  "name": "main",
239316
- "description": "The main part."
239596
+ "description": "Main content region for primary application views"
239317
239597
  },
239318
239598
  {
239319
239599
  "name": "nav",
239320
- "description": "Navigation area within the drawer for menu items and links"
239600
+ "description": "Navigation drawer region"
239601
+ },
239602
+ {
239603
+ "name": "nav-body",
239604
+ "description": "Navigation content region within the drawer"
239321
239605
  },
239322
239606
  {
239323
239607
  "name": "rail",
239324
- "description": "The rail part."
239608
+ "description": "Secondary rail region next to the main content"
239609
+ },
239610
+ {
239611
+ "name": "root",
239612
+ "description": "Root shell layout container"
239613
+ },
239614
+ {
239615
+ "name": "view",
239616
+ "description": "View surface containing header, body, and footer content"
239325
239617
  }
239326
239618
  ]
239327
239619
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-foundation",
3
- "version": "0.1.47",
3
+ "version": "0.1.49",
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.47",
18
- "@breadstone/mosaik-themes": "0.1.47",
17
+ "@breadstone/mosaik-elements": "0.1.49",
18
+ "@breadstone/mosaik-themes": "0.1.49",
19
19
  "tslib": "2.8.1"
20
20
  },
21
21
  "peerDependencies": {