@skedulo/breeze-ui 1.22.0 → 1.22.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.
@@ -21380,6 +21380,40 @@
21380
21380
  ],
21381
21381
  "description": "Allows mapping of locale from passed in Timezone which allows the proper formatting of timezone shorthand offset names."
21382
21382
  },
21383
+ {
21384
+ "kind": "function",
21385
+ "name": "isRangeAllDay",
21386
+ "return": {
21387
+ "type": {
21388
+ "text": ""
21389
+ }
21390
+ },
21391
+ "parameters": [
21392
+ {
21393
+ "name": "startDate",
21394
+ "type": {
21395
+ "text": "string"
21396
+ },
21397
+ "description": "ISO8601 date string"
21398
+ },
21399
+ {
21400
+ "name": "endDate",
21401
+ "type": {
21402
+ "text": "string"
21403
+ },
21404
+ "description": "ISO8601 date string"
21405
+ },
21406
+ {
21407
+ "name": "timezone",
21408
+ "optional": true,
21409
+ "type": {
21410
+ "text": "string"
21411
+ },
21412
+ "description": "Timezone string"
21413
+ }
21414
+ ],
21415
+ "description": "Returns true if the two dates represent \"all day\".\nThat is if they are 24 hours apart, from date1 being 12am to date2 being 12am the following day"
21416
+ },
21383
21417
  {
21384
21418
  "kind": "function",
21385
21419
  "name": "formatDateToMatchGuidelines",
@@ -21477,6 +21511,14 @@
21477
21511
  "module": "src/components/date-time/base-date-time-utils.ts"
21478
21512
  }
21479
21513
  },
21514
+ {
21515
+ "kind": "js",
21516
+ "name": "isRangeAllDay",
21517
+ "declaration": {
21518
+ "name": "isRangeAllDay",
21519
+ "module": "src/components/date-time/base-date-time-utils.ts"
21520
+ }
21521
+ },
21480
21522
  {
21481
21523
  "kind": "js",
21482
21524
  "name": "formatDateToMatchGuidelines",