@nysds/components 1.19.2 → 1.19.3-alpha-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.
@@ -3486,6 +3486,15 @@
3486
3486
  "privacy": "private",
3487
3487
  "default": "null"
3488
3488
  },
3489
+ {
3490
+ "kind": "field",
3491
+ "name": "_hasSharedNames",
3492
+ "type": {
3493
+ "text": "boolean"
3494
+ },
3495
+ "privacy": "private",
3496
+ "default": "false"
3497
+ },
3489
3498
  {
3490
3499
  "kind": "field",
3491
3500
  "name": "_internals",
@@ -3630,6 +3639,25 @@
3630
3639
  }
3631
3640
  }
3632
3641
  ]
3642
+ },
3643
+ {
3644
+ "kind": "method",
3645
+ "name": "_checkSharedNames",
3646
+ "privacy": "private",
3647
+ "return": {
3648
+ "type": {
3649
+ "text": "boolean"
3650
+ }
3651
+ },
3652
+ "parameters": [
3653
+ {
3654
+ "name": "checkboxes",
3655
+ "type": {
3656
+ "text": "NysCheckbox[]"
3657
+ }
3658
+ }
3659
+ ],
3660
+ "description": "Drupal-like naming support *"
3633
3661
  }
3634
3662
  ],
3635
3663
  "attributes": [
@@ -3486,6 +3486,15 @@
3486
3486
  "privacy": "private",
3487
3487
  "default": "null"
3488
3488
  },
3489
+ {
3490
+ "kind": "field",
3491
+ "name": "_hasSharedNames",
3492
+ "type": {
3493
+ "text": "boolean"
3494
+ },
3495
+ "privacy": "private",
3496
+ "default": "false"
3497
+ },
3489
3498
  {
3490
3499
  "kind": "field",
3491
3500
  "name": "_internals",
@@ -3630,6 +3639,25 @@
3630
3639
  }
3631
3640
  }
3632
3641
  ]
3642
+ },
3643
+ {
3644
+ "kind": "method",
3645
+ "name": "_checkSharedNames",
3646
+ "privacy": "private",
3647
+ "return": {
3648
+ "type": {
3649
+ "text": "boolean"
3650
+ }
3651
+ },
3652
+ "parameters": [
3653
+ {
3654
+ "name": "checkboxes",
3655
+ "type": {
3656
+ "text": "NysCheckbox[]"
3657
+ }
3658
+ }
3659
+ ],
3660
+ "description": "Drupal-like naming support *"
3633
3661
  }
3634
3662
  ],
3635
3663
  "attributes": [