@tylertech/forge 3.8.0 → 3.8.1

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.
@@ -13635,6 +13635,36 @@
13635
13635
  "kind": "class",
13636
13636
  "description": "",
13637
13637
  "name": "PaginatorComponent",
13638
+ "slots": [
13639
+ {
13640
+ "description": "Overrides the label text when in the default variant.",
13641
+ "name": "label"
13642
+ },
13643
+ {
13644
+ "description": "Overrides the default range label with a custom label when in the default variant.",
13645
+ "name": "range-label"
13646
+ },
13647
+ {
13648
+ "description": "Overrides the default range label with a custom label when in the `alternative` variant.",
13649
+ "name": "alternative-range-label"
13650
+ },
13651
+ {
13652
+ "description": "Overrides the default tooltip for the first page button.",
13653
+ "name": "first-page-tooltip"
13654
+ },
13655
+ {
13656
+ "description": "Overrides the default tooltip for the last page button.",
13657
+ "name": "last-page-tooltip"
13658
+ },
13659
+ {
13660
+ "description": "Overrides the default tooltip for the previous page button.",
13661
+ "name": "previous-page-tooltip"
13662
+ },
13663
+ {
13664
+ "description": "Overrides the default tooltip for the next page button.",
13665
+ "name": "next-page-tooltip"
13666
+ }
13667
+ ],
13638
13668
  "members": [
13639
13669
  {
13640
13670
  "kind": "field",
@@ -34649,7 +34679,7 @@
34649
34679
  },
34650
34680
  "PaginatorComponent": {
34651
34681
  "path": "src/lib/paginator/paginator.ts",
34652
- "lineNumber": 44
34682
+ "lineNumber": 52
34653
34683
  },
34654
34684
  "IPopoverAdapter": {
34655
34685
  "path": "src/lib/popover/popover-adapter.ts",
@@ -36285,11 +36315,11 @@
36285
36315
  },
36286
36316
  "IListItemCore": {
36287
36317
  "path": "src/lib/list/list-item/list-item-core.ts",
36288
- "lineNumber": 4
36318
+ "lineNumber": 5
36289
36319
  },
36290
36320
  "ListItemCore": {
36291
36321
  "path": "src/lib/list/list-item/list-item-core.ts",
36292
- "lineNumber": 17
36322
+ "lineNumber": 18
36293
36323
  },
36294
36324
  "IListItemProperties": {
36295
36325
  "path": "src/lib/list/list-item/list-item.ts",