@tylertech/forge 3.4.0 → 3.4.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.
@@ -6443,6 +6443,36 @@
6443
6443
  }
6444
6444
  }
6445
6445
  ],
6446
+ "events": [
6447
+ {
6448
+ "type": {
6449
+ "text": "CustomEvent<IDateRangePickerChangeEventData>"
6450
+ },
6451
+ "description": "Emits when the value of the date range picker changes.",
6452
+ "name": "forge-date-range-picker-change"
6453
+ },
6454
+ {
6455
+ "type": {
6456
+ "text": "CustomEvent<void>"
6457
+ },
6458
+ "description": "Emits when the date range picker calendar opens.",
6459
+ "name": "forge-date-range-picker-open"
6460
+ },
6461
+ {
6462
+ "type": {
6463
+ "text": "CustomEvent<void>"
6464
+ },
6465
+ "description": "Emits when the date range picker calendar closes.",
6466
+ "name": "forge-date-range-picker-close"
6467
+ },
6468
+ {
6469
+ "type": {
6470
+ "text": "CustomEvent<string>"
6471
+ },
6472
+ "description": "Emits when the user inputs a value into the date range picker.",
6473
+ "name": "forge-date-range-picker-input"
6474
+ }
6475
+ ],
6446
6476
  "superclass": {
6447
6477
  "name": "BaseDatePickerComponent",
6448
6478
  "module": "/src/lib/date-picker/base/base-date-picker"
@@ -27077,20 +27107,8 @@
27077
27107
  "name": "--forge-radio-mark-height"
27078
27108
  },
27079
27109
  {
27080
- "description": "The color of the radio button's mark when unchecked.",
27081
- "name": "--forge-radio-mark-unchecked-color"
27082
- },
27083
- {
27084
- "description": "The color of the radio button's mark when checked.",
27085
- "name": "--forge-radio-mark-checked-color"
27086
- },
27087
- {
27088
- "description": "The background of the radio button's mark when unchecked.",
27089
- "name": "--forge-radio-mark-unchecked-background"
27090
- },
27091
- {
27092
- "description": "The background of the radio button's mark when checked.",
27093
- "name": "--forge-radio-mark-checked-background"
27110
+ "description": "The color of the radio button's mark.",
27111
+ "name": "--forge-radio-mark-color"
27094
27112
  },
27095
27113
  {
27096
27114
  "description": "The gap between the radio button and its label.",
@@ -31899,7 +31917,7 @@
31899
31917
  },
31900
31918
  "DateRangePickerComponent": {
31901
31919
  "path": "src/lib/date-range-picker/date-range-picker.ts",
31902
- "lineNumber": 62
31920
+ "lineNumber": 67
31903
31921
  },
31904
31922
  "IDialogAdapter": {
31905
31923
  "path": "src/lib/dialog/dialog-adapter.ts",
@@ -34411,7 +34429,7 @@
34411
34429
  },
34412
34430
  "RadioComponent": {
34413
34431
  "path": "src/lib/radio/radio/radio.ts",
34414
- "lineNumber": 85
34432
+ "lineNumber": 82
34415
34433
  },
34416
34434
  "IRadioGroupAdapter": {
34417
34435
  "path": "src/lib/radio/radio-group/radio-group-adapter.ts",