@tylertech/forge 3.1.2 → 3.1.3

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.
@@ -25911,6 +25911,16 @@
25911
25911
  "privacy": "public",
25912
25912
  "description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
25913
25913
  "default": "false"
25914
+ },
25915
+ {
25916
+ "kind": "field",
25917
+ "name": "focusPropagation",
25918
+ "type": {
25919
+ "text": "boolean"
25920
+ },
25921
+ "privacy": "public",
25922
+ "description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
25923
+ "default": "\"allow\""
25914
25924
  }
25915
25925
  ],
25916
25926
  "events": [
@@ -25993,6 +26003,14 @@
25993
26003
  "description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
25994
26004
  "name": "noninteractive",
25995
26005
  "default": "false"
26006
+ },
26007
+ {
26008
+ "type": {
26009
+ "text": "boolean"
26010
+ },
26011
+ "description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
26012
+ "name": "focus-propagation",
26013
+ "default": "\"allow\""
25996
26014
  }
25997
26015
  ],
25998
26016
  "mixins": [
@@ -33787,7 +33805,11 @@
33787
33805
  },
33788
33806
  "IListItemSelectEventData": {
33789
33807
  "path": "src/lib/list/list-item/list-item-constants.ts",
33790
- "lineNumber": 56
33808
+ "lineNumber": 62
33809
+ },
33810
+ "ListItemFocusPropagation": {
33811
+ "path": "src/lib/list/list-item/list-item-constants.ts",
33812
+ "lineNumber": 66
33791
33813
  },
33792
33814
  "IListItemCore": {
33793
33815
  "path": "src/lib/list/list-item/list-item-core.ts",
@@ -33795,7 +33817,7 @@
33795
33817
  },
33796
33818
  "ListItemCore": {
33797
33819
  "path": "src/lib/list/list-item/list-item-core.ts",
33798
- "lineNumber": 16
33820
+ "lineNumber": 17
33799
33821
  },
33800
33822
  "IListItemProperties": {
33801
33823
  "path": "src/lib/list/list-item/list-item.ts",
@@ -33803,11 +33825,11 @@
33803
33825
  },
33804
33826
  "IListItemComponent": {
33805
33827
  "path": "src/lib/list/list-item/list-item.ts",
33806
- "lineNumber": 26
33828
+ "lineNumber": 27
33807
33829
  },
33808
33830
  "ListItemComponent": {
33809
33831
  "path": "src/lib/list/list-item/list-item.ts",
33810
- "lineNumber": 120
33832
+ "lineNumber": 123
33811
33833
  },
33812
33834
  "IBaseOverlayCore": {
33813
33835
  "path": "src/lib/overlay/base/base-overlay-core.ts",