@breadstone/mosaik-elements-foundation 0.1.46 → 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.
Files changed (116) 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/Dropdown/Themes/DropdownElement.Joy.js +1 -1
  44. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts +38 -0
  45. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts.map +1 -1
  46. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js +10 -1
  47. package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js.map +1 -1
  48. package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts +104 -8
  49. package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts.map +1 -1
  50. package/Controls/Components/Primitives/Paginator/PaginatorElement.js +288 -32
  51. package/Controls/Components/Primitives/Paginator/PaginatorElement.js.map +1 -1
  52. package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.d.ts.map +1 -1
  53. package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js +35 -28
  54. package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js.map +1 -1
  55. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.d.ts.map +1 -1
  56. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js +28 -2
  57. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js.map +1 -1
  58. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.d.ts.map +1 -1
  59. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js +28 -2
  60. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js.map +1 -1
  61. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.d.ts.map +1 -1
  62. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js +28 -2
  63. package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js.map +1 -1
  64. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts +9 -0
  65. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts.map +1 -1
  66. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js +14 -0
  67. package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js.map +1 -1
  68. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Cosmopolitan.d.ts.map +1 -1
  69. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Cosmopolitan.js +0 -8
  70. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Cosmopolitan.js.map +1 -1
  71. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Joy.d.ts.map +1 -1
  72. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Joy.js +0 -8
  73. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Joy.js.map +1 -1
  74. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Memphis.d.ts.map +1 -1
  75. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Memphis.js +0 -8
  76. package/Controls/Components/Selectors/DataList/Themes/DataListElement.Memphis.js.map +1 -1
  77. package/Controls/Components/Selectors/List/IListElementProps.d.ts +4 -3
  78. package/Controls/Components/Selectors/List/IListElementProps.d.ts.map +1 -1
  79. package/Controls/Components/Selectors/List/ListElement.d.ts +6 -2
  80. package/Controls/Components/Selectors/List/ListElement.d.ts.map +1 -1
  81. package/Controls/Components/Selectors/List/ListElement.js +5 -1
  82. package/Controls/Components/Selectors/List/ListElement.js.map +1 -1
  83. package/Controls/Components/Selectors/List/ListElementTemplate.d.ts.map +1 -1
  84. package/Controls/Components/Selectors/List/ListElementTemplate.js +20 -13
  85. package/Controls/Components/Selectors/List/ListElementTemplate.js.map +1 -1
  86. package/Controls/Components/Selectors/List/Themes/ListElement.Cosmopolitan.d.ts.map +1 -1
  87. package/Controls/Components/Selectors/List/Themes/ListElement.Cosmopolitan.js +57 -16
  88. package/Controls/Components/Selectors/List/Themes/ListElement.Cosmopolitan.js.map +1 -1
  89. package/Controls/Components/Selectors/List/Themes/ListElement.Joy.d.ts.map +1 -1
  90. package/Controls/Components/Selectors/List/Themes/ListElement.Joy.js +61 -20
  91. package/Controls/Components/Selectors/List/Themes/ListElement.Joy.js.map +1 -1
  92. package/Controls/Components/Selectors/List/Themes/ListElement.Memphis.d.ts.map +1 -1
  93. package/Controls/Components/Selectors/List/Themes/ListElement.Memphis.js +57 -16
  94. package/Controls/Components/Selectors/List/Themes/ListElement.Memphis.js.map +1 -1
  95. package/Controls/Components/Selectors/Menu/Themes/MenuElement.Joy.js +4 -4
  96. package/Controls/Components/Selectors/Table/Themes/TableElement.Joy.js +2 -2
  97. package/Controls/Components/Shell/AppElement.d.ts +17 -8
  98. package/Controls/Components/Shell/AppElement.d.ts.map +1 -1
  99. package/Controls/Components/Shell/AppElement.js +19 -10
  100. package/Controls/Components/Shell/AppElement.js.map +1 -1
  101. package/Controls/Components/Shell/AppElementTemplate.d.ts.map +1 -1
  102. package/Controls/Components/Shell/AppElementTemplate.js +8 -6
  103. package/Controls/Components/Shell/AppElementTemplate.js.map +1 -1
  104. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.d.ts.map +1 -1
  105. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js +37 -19
  106. package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js.map +1 -1
  107. package/Controls/Components/Shell/Themes/AppElement.Joy.d.ts.map +1 -1
  108. package/Controls/Components/Shell/Themes/AppElement.Joy.js +38 -20
  109. package/Controls/Components/Shell/Themes/AppElement.Joy.js.map +1 -1
  110. package/Controls/Components/Shell/Themes/AppElement.Memphis.d.ts.map +1 -1
  111. package/Controls/Components/Shell/Themes/AppElement.Memphis.js +37 -19
  112. package/Controls/Components/Shell/Themes/AppElement.Memphis.js.map +1 -1
  113. package/Controls/events/PaginatorEvents.d.ts +20 -0
  114. package/Controls/events/PaginatorEvents.d.ts.map +1 -1
  115. package/custom-elements.json +443 -37
  116. 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",
@@ -216623,6 +216868,10 @@
216623
216868
  {
216624
216869
  "name": "Insetable",
216625
216870
  "module": "./../src/Controls/Behaviors/Insetable.ts"
216871
+ },
216872
+ {
216873
+ "name": "Slottable",
216874
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
216626
216875
  }
216627
216876
  ],
216628
216877
  "description": "List - A versatile container component for displaying collections of interactive items in organized layouts.\n\nPresents ordered or unordered collections of related content items with support for selection,\nfiltering, grouping, and navigation. Optimized for accessibility and keyboard interaction\nwith flexible styling options for various content types.",
@@ -216843,6 +217092,107 @@
216843
217092
  "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
216844
217093
  }
216845
217094
  },
217095
+ {
217096
+ "kind": "method",
217097
+ "name": "assignToSlot",
217098
+ "privacy": "public",
217099
+ "type": "(slotName: string, node: Element | Text): void",
217100
+ "description": "Assigns nodes to a dedicated slot.",
217101
+ "parameters": [],
217102
+ "return": {},
217103
+ "inheritedFrom": {
217104
+ "name": "ISlottable",
217105
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
217106
+ }
217107
+ },
217108
+ {
217109
+ "kind": "method",
217110
+ "name": "getSlotAssignments",
217111
+ "privacy": "public",
217112
+ "type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
217113
+ "description": "Returns the assigned elements of a slot.",
217114
+ "parameters": [],
217115
+ "return": {
217116
+ "description": "The assigned elements of a slot."
217117
+ },
217118
+ "inheritedFrom": {
217119
+ "name": "ISlottable",
217120
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
217121
+ }
217122
+ },
217123
+ {
217124
+ "kind": "method",
217125
+ "name": "getSlotAssignmentsOf",
217126
+ "privacy": "public",
217127
+ "type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
217128
+ "description": "Returns the assigned elements of a slot with a specific element type.",
217129
+ "parameters": [],
217130
+ "return": {
217131
+ "description": "The assigned elements of a slot."
217132
+ },
217133
+ "inheritedFrom": {
217134
+ "name": "ISlottable",
217135
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
217136
+ }
217137
+ },
217138
+ {
217139
+ "kind": "method",
217140
+ "name": "getSlotContent",
217141
+ "privacy": "public",
217142
+ "type": "(slotName: string): string",
217143
+ "description": "Returns the assigned elements of a slot as string.",
217144
+ "parameters": [],
217145
+ "return": {
217146
+ "description": "The assigned elements of a slot as string."
217147
+ },
217148
+ "inheritedFrom": {
217149
+ "name": "ISlottable",
217150
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
217151
+ }
217152
+ },
217153
+ {
217154
+ "kind": "method",
217155
+ "name": "hasSlotContent",
217156
+ "privacy": "public",
217157
+ "type": "(slotName: string): boolean",
217158
+ "description": "Returns a boolean that indicates if a slot has content.",
217159
+ "parameters": [],
217160
+ "return": {
217161
+ "description": "A boolean that indicates if a slot has content."
217162
+ },
217163
+ "inheritedFrom": {
217164
+ "name": "ISlottable",
217165
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
217166
+ }
217167
+ },
217168
+ {
217169
+ "kind": "method",
217170
+ "name": "hasSlot",
217171
+ "privacy": "public",
217172
+ "type": "(slotName: string): boolean",
217173
+ "description": "Returns a boolean that indicates if a slot exists.",
217174
+ "parameters": [],
217175
+ "return": {
217176
+ "description": "A boolean that indicates if a slot exists."
217177
+ },
217178
+ "inheritedFrom": {
217179
+ "name": "ISlottable",
217180
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
217181
+ }
217182
+ },
217183
+ {
217184
+ "kind": "method",
217185
+ "name": "onSlotChanges",
217186
+ "privacy": "public",
217187
+ "type": "(slotName?: string | undefined): void",
217188
+ "description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
217189
+ "parameters": [],
217190
+ "return": {},
217191
+ "inheritedFrom": {
217192
+ "name": "ISlottable",
217193
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
217194
+ }
217195
+ },
216846
217196
  {
216847
217197
  "kind": "method",
216848
217198
  "name": "select",
@@ -217322,6 +217672,11 @@
217322
217672
  "description": "The gap CSS custom property.",
217323
217673
  "type": "String"
217324
217674
  },
217675
+ {
217676
+ "name": "--list-line-thickness",
217677
+ "description": "The line thickness CSS custom property.",
217678
+ "type": "String"
217679
+ },
217325
217680
  {
217326
217681
  "name": "--list-padding-bottom",
217327
217682
  "description": "The padding bottom CSS custom property.",
@@ -217402,6 +217757,14 @@
217402
217757
  "name": "filter",
217403
217758
  "description": "Filter controls container"
217404
217759
  },
217760
+ {
217761
+ "name": "footer",
217762
+ "description": "The footer part."
217763
+ },
217764
+ {
217765
+ "name": "header",
217766
+ "description": "The header part."
217767
+ },
217405
217768
  {
217406
217769
  "name": "items",
217407
217770
  "description": "Container for all list items"
@@ -239039,24 +239402,29 @@
239039
239402
  "description": "Background color for the application shell",
239040
239403
  "type": "Color"
239041
239404
  },
239405
+ {
239406
+ "name": "--app-border-color",
239407
+ "description": "The border color CSS custom property.",
239408
+ "type": "String"
239409
+ },
239042
239410
  {
239043
239411
  "name": "--app-border-radius",
239044
239412
  "description": "The border radius CSS custom property.",
239045
239413
  "type": "String"
239046
239414
  },
239047
239415
  {
239048
- "name": "--app-content-offset-top",
239049
- "description": "The content offset top CSS custom property.",
239416
+ "name": "--app-border-style",
239417
+ "description": "The border style CSS custom property.",
239050
239418
  "type": "String"
239051
239419
  },
239052
239420
  {
239053
- "name": "--app-drawer-height",
239054
- "description": "The drawer height CSS custom property.",
239421
+ "name": "--app-border-width",
239422
+ "description": "The border width CSS custom property.",
239055
239423
  "type": "String"
239056
239424
  },
239057
239425
  {
239058
- "name": "--app-drawer-width",
239059
- "description": "Width of the navigation drawer when expanded",
239426
+ "name": "--app-body-offset-top",
239427
+ "description": "The body offset top CSS custom property.",
239060
239428
  "type": "String"
239061
239429
  },
239062
239430
  {
@@ -239109,6 +239477,16 @@
239109
239477
  "description": "The line thickness CSS custom property.",
239110
239478
  "type": "String"
239111
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
+ },
239112
239490
  {
239113
239491
  "name": "--app-padding-bottom",
239114
239492
  "description": "The padding bottom CSS custom property.",
@@ -239178,16 +239556,32 @@
239178
239556
  "name": "--app-translate",
239179
239557
  "description": "The translate CSS custom property.",
239180
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"
239181
239579
  }
239182
239580
  ],
239183
239581
  "cssParts": [
239184
239582
  {
239185
- "name": "content",
239186
- "description": "Main content wrapper for application views and functionality"
239187
- },
239188
- {
239189
- "name": "drawer",
239190
- "description": "Navigation drawer container for side navigation elements"
239583
+ "name": "body",
239584
+ "description": "View body layout containing the main and rail regions"
239191
239585
  },
239192
239586
  {
239193
239587
  "name": "header",
@@ -239195,15 +239589,27 @@
239195
239589
  },
239196
239590
  {
239197
239591
  "name": "main",
239198
- "description": "The main part."
239592
+ "description": "Main content region for primary application views"
239199
239593
  },
239200
239594
  {
239201
239595
  "name": "nav",
239202
- "description": "Navigation area within the drawer for menu items and links"
239596
+ "description": "Navigation drawer region"
239597
+ },
239598
+ {
239599
+ "name": "nav-body",
239600
+ "description": "Navigation content region within the drawer"
239203
239601
  },
239204
239602
  {
239205
239603
  "name": "rail",
239206
- "description": "The rail part."
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"
239207
239613
  }
239208
239614
  ]
239209
239615
  }