@tylertech/forge 3.9.0 → 3.9.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.
@@ -5034,7 +5034,8 @@
5034
5034
  "type": {
5035
5035
  "text": "number"
5036
5036
  },
5037
- "privacy": "private"
5037
+ "privacy": "private",
5038
+ "default": "0"
5038
5039
  },
5039
5040
  {
5040
5041
  "kind": "field",
@@ -5042,7 +5043,8 @@
5042
5043
  "type": {
5043
5044
  "text": "number"
5044
5045
  },
5045
- "privacy": "private"
5046
+ "privacy": "private",
5047
+ "default": "0"
5046
5048
  },
5047
5049
  {
5048
5050
  "kind": "field",
@@ -35403,19 +35405,19 @@
35403
35405
  },
35404
35406
  "TooltipAdapter": {
35405
35407
  "path": "src/lib/tooltip/tooltip-adapter.ts",
35406
- "lineNumber": 24
35408
+ "lineNumber": 25
35407
35409
  },
35408
35410
  "TooltipType": {
35409
35411
  "path": "src/lib/tooltip/tooltip-constants.ts",
35410
- "lineNumber": 54
35412
+ "lineNumber": 55
35411
35413
  },
35412
35414
  "TooltipPlacement": {
35413
35415
  "path": "src/lib/tooltip/tooltip-constants.ts",
35414
- "lineNumber": 55
35416
+ "lineNumber": 56
35415
35417
  },
35416
35418
  "TooltipTriggerType": {
35417
35419
  "path": "src/lib/tooltip/tooltip-constants.ts",
35418
- "lineNumber": 56
35420
+ "lineNumber": 57
35419
35421
  },
35420
35422
  "ITooltipCore": {
35421
35423
  "path": "src/lib/tooltip/tooltip-core.ts",