@nysds/components 1.16.0-alpha5 → 1.16.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.
@@ -4275,6 +4275,26 @@
4275
4275
  "description": "Initial date when calendar opens (YYYY-MM-DD).",
4276
4276
  "attribute": "startDate"
4277
4277
  },
4278
+ {
4279
+ "kind": "field",
4280
+ "name": "minDate",
4281
+ "type": {
4282
+ "text": "string"
4283
+ },
4284
+ "default": "\"\"",
4285
+ "description": "The earliest selectable date (YYYY-MM-DD).",
4286
+ "attribute": "minDate"
4287
+ },
4288
+ {
4289
+ "kind": "field",
4290
+ "name": "maxDate",
4291
+ "type": {
4292
+ "text": "string"
4293
+ },
4294
+ "default": "\"\"",
4295
+ "description": "The latest selectable date (YYYY-MM-DD).",
4296
+ "attribute": "maxDate"
4297
+ },
4278
4298
  {
4279
4299
  "kind": "field",
4280
4300
  "name": "inverted",
@@ -4419,6 +4439,11 @@
4419
4439
  "kind": "method",
4420
4440
  "name": "_parseLocalDate",
4421
4441
  "privacy": "private",
4442
+ "return": {
4443
+ "type": {
4444
+ "text": "Date"
4445
+ }
4446
+ },
4422
4447
  "parameters": [
4423
4448
  {
4424
4449
  "name": "dateString",
@@ -4444,6 +4469,24 @@
4444
4469
  }
4445
4470
  ]
4446
4471
  },
4472
+ {
4473
+ "kind": "method",
4474
+ "name": "_isOutOfRange",
4475
+ "privacy": "private",
4476
+ "return": {
4477
+ "type": {
4478
+ "text": "boolean"
4479
+ }
4480
+ },
4481
+ "parameters": [
4482
+ {
4483
+ "name": "date",
4484
+ "type": {
4485
+ "text": "Date"
4486
+ }
4487
+ }
4488
+ ]
4489
+ },
4447
4490
  {
4448
4491
  "kind": "method",
4449
4492
  "name": "_dispatchInputEvent",
@@ -4764,6 +4807,26 @@
4764
4807
  "fieldName": "startDate",
4765
4808
  "propName": "startdate"
4766
4809
  },
4810
+ {
4811
+ "name": "minDate",
4812
+ "type": {
4813
+ "text": "string"
4814
+ },
4815
+ "default": "\"\"",
4816
+ "description": "The earliest selectable date (YYYY-MM-DD).",
4817
+ "fieldName": "minDate",
4818
+ "propName": "mindate"
4819
+ },
4820
+ {
4821
+ "name": "maxDate",
4822
+ "type": {
4823
+ "text": "string"
4824
+ },
4825
+ "default": "\"\"",
4826
+ "description": "The latest selectable date (YYYY-MM-DD).",
4827
+ "fieldName": "maxDate",
4828
+ "propName": "maxdate"
4829
+ },
4767
4830
  {
4768
4831
  "name": "inverted",
4769
4832
  "type": {
@@ -6678,6 +6741,16 @@
6678
6741
  "description": "URL for the header title link. If empty, title is not clickable.",
6679
6742
  "attribute": "homepageLink"
6680
6743
  },
6744
+ {
6745
+ "kind": "field",
6746
+ "name": "nysLogo",
6747
+ "type": {
6748
+ "text": "boolean"
6749
+ },
6750
+ "default": "false",
6751
+ "description": "Toggles the NYS brand mark",
6752
+ "attribute": "nysLogo"
6753
+ },
6681
6754
  {
6682
6755
  "kind": "field",
6683
6756
  "name": "_isMobileMenuOpen",
@@ -6744,6 +6817,16 @@
6744
6817
  "kind": "method",
6745
6818
  "name": "_listenLinkClicks",
6746
6819
  "privacy": "private"
6820
+ },
6821
+ {
6822
+ "kind": "method",
6823
+ "name": "_renderBrandMark",
6824
+ "privacy": "private"
6825
+ },
6826
+ {
6827
+ "kind": "method",
6828
+ "name": "_getNysLogo",
6829
+ "privacy": "private"
6747
6830
  }
6748
6831
  ],
6749
6832
  "attributes": [
@@ -6776,6 +6859,16 @@
6776
6859
  "description": "URL for the header title link. If empty, title is not clickable.",
6777
6860
  "fieldName": "homepageLink",
6778
6861
  "propName": "homepagelink"
6862
+ },
6863
+ {
6864
+ "name": "nysLogo",
6865
+ "type": {
6866
+ "text": "boolean"
6867
+ },
6868
+ "default": "false",
6869
+ "description": "Toggles the NYS brand mark",
6870
+ "fieldName": "nysLogo",
6871
+ "propName": "nyslogo"
6779
6872
  }
6780
6873
  ],
6781
6874
  "superclass": {
@@ -629,6 +629,16 @@
629
629
  "description": "Initial date when calendar opens (YYYY-MM-DD).",
630
630
  "values": []
631
631
  },
632
+ {
633
+ "name": "minDate",
634
+ "description": "The earliest selectable date (YYYY-MM-DD).",
635
+ "values": []
636
+ },
637
+ {
638
+ "name": "maxDate",
639
+ "description": "The latest selectable date (YYYY-MM-DD).",
640
+ "values": []
641
+ },
632
642
  {
633
643
  "name": "inverted",
634
644
  "description": "Dark background mode.",
@@ -854,6 +864,11 @@
854
864
  "name": "homepageLink",
855
865
  "description": "URL for the header title link. If empty, title is not clickable.",
856
866
  "values": []
867
+ },
868
+ {
869
+ "name": "nysLogo",
870
+ "description": "Toggles the NYS brand mark",
871
+ "values": []
857
872
  }
858
873
  ],
859
874
  "references": []
@@ -4275,6 +4275,26 @@
4275
4275
  "description": "Initial date when calendar opens (YYYY-MM-DD).",
4276
4276
  "attribute": "startDate"
4277
4277
  },
4278
+ {
4279
+ "kind": "field",
4280
+ "name": "minDate",
4281
+ "type": {
4282
+ "text": "string"
4283
+ },
4284
+ "default": "\"\"",
4285
+ "description": "The earliest selectable date (YYYY-MM-DD).",
4286
+ "attribute": "minDate"
4287
+ },
4288
+ {
4289
+ "kind": "field",
4290
+ "name": "maxDate",
4291
+ "type": {
4292
+ "text": "string"
4293
+ },
4294
+ "default": "\"\"",
4295
+ "description": "The latest selectable date (YYYY-MM-DD).",
4296
+ "attribute": "maxDate"
4297
+ },
4278
4298
  {
4279
4299
  "kind": "field",
4280
4300
  "name": "inverted",
@@ -4419,6 +4439,11 @@
4419
4439
  "kind": "method",
4420
4440
  "name": "_parseLocalDate",
4421
4441
  "privacy": "private",
4442
+ "return": {
4443
+ "type": {
4444
+ "text": "Date"
4445
+ }
4446
+ },
4422
4447
  "parameters": [
4423
4448
  {
4424
4449
  "name": "dateString",
@@ -4444,6 +4469,24 @@
4444
4469
  }
4445
4470
  ]
4446
4471
  },
4472
+ {
4473
+ "kind": "method",
4474
+ "name": "_isOutOfRange",
4475
+ "privacy": "private",
4476
+ "return": {
4477
+ "type": {
4478
+ "text": "boolean"
4479
+ }
4480
+ },
4481
+ "parameters": [
4482
+ {
4483
+ "name": "date",
4484
+ "type": {
4485
+ "text": "Date"
4486
+ }
4487
+ }
4488
+ ]
4489
+ },
4447
4490
  {
4448
4491
  "kind": "method",
4449
4492
  "name": "_dispatchInputEvent",
@@ -4764,6 +4807,26 @@
4764
4807
  "fieldName": "startDate",
4765
4808
  "propName": "startdate"
4766
4809
  },
4810
+ {
4811
+ "name": "minDate",
4812
+ "type": {
4813
+ "text": "string"
4814
+ },
4815
+ "default": "\"\"",
4816
+ "description": "The earliest selectable date (YYYY-MM-DD).",
4817
+ "fieldName": "minDate",
4818
+ "propName": "mindate"
4819
+ },
4820
+ {
4821
+ "name": "maxDate",
4822
+ "type": {
4823
+ "text": "string"
4824
+ },
4825
+ "default": "\"\"",
4826
+ "description": "The latest selectable date (YYYY-MM-DD).",
4827
+ "fieldName": "maxDate",
4828
+ "propName": "maxdate"
4829
+ },
4767
4830
  {
4768
4831
  "name": "inverted",
4769
4832
  "type": {
@@ -6678,6 +6741,16 @@
6678
6741
  "description": "URL for the header title link. If empty, title is not clickable.",
6679
6742
  "attribute": "homepageLink"
6680
6743
  },
6744
+ {
6745
+ "kind": "field",
6746
+ "name": "nysLogo",
6747
+ "type": {
6748
+ "text": "boolean"
6749
+ },
6750
+ "default": "false",
6751
+ "description": "Toggles the NYS brand mark",
6752
+ "attribute": "nysLogo"
6753
+ },
6681
6754
  {
6682
6755
  "kind": "field",
6683
6756
  "name": "_isMobileMenuOpen",
@@ -6744,6 +6817,16 @@
6744
6817
  "kind": "method",
6745
6818
  "name": "_listenLinkClicks",
6746
6819
  "privacy": "private"
6820
+ },
6821
+ {
6822
+ "kind": "method",
6823
+ "name": "_renderBrandMark",
6824
+ "privacy": "private"
6825
+ },
6826
+ {
6827
+ "kind": "method",
6828
+ "name": "_getNysLogo",
6829
+ "privacy": "private"
6747
6830
  }
6748
6831
  ],
6749
6832
  "attributes": [
@@ -6776,6 +6859,16 @@
6776
6859
  "description": "URL for the header title link. If empty, title is not clickable.",
6777
6860
  "fieldName": "homepageLink",
6778
6861
  "propName": "homepagelink"
6862
+ },
6863
+ {
6864
+ "name": "nysLogo",
6865
+ "type": {
6866
+ "text": "boolean"
6867
+ },
6868
+ "default": "false",
6869
+ "description": "Toggles the NYS brand mark",
6870
+ "fieldName": "nysLogo",
6871
+ "propName": "nyslogo"
6779
6872
  }
6780
6873
  ],
6781
6874
  "superclass": {