@m3e/switch 1.0.0-rc.3 → 1.0.0-rc.4

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.
package/README.md CHANGED
@@ -27,7 +27,7 @@ Alternately, you can explicitly reference the `html-custom-data.json` and `css-c
27
27
  }
28
28
  ```
29
29
 
30
- ## 🚀 Browser Usage
30
+ ## 🚀 Native Module Support
31
31
 
32
32
  This package uses [JavaScript Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#module_specifiers). To use it directly in a browser without a bundler, use a module script similar to the following.
33
33
 
@@ -455,20 +455,6 @@
455
455
  "module": "../core/src/shared/mixins/FormAssociated.ts"
456
456
  }
457
457
  },
458
- {
459
- "kind": "method",
460
- "name": "[_updateLabels]",
461
- "privacy": "private",
462
- "return": {
463
- "type": {
464
- "text": "void"
465
- }
466
- },
467
- "inheritedFrom": {
468
- "name": "Labelled",
469
- "module": "../core/src/shared/mixins/Labelled.ts"
470
- }
471
- },
472
458
  {
473
459
  "kind": "field",
474
460
  "name": "dirty",
@@ -2841,6 +2827,11 @@
2841
2827
  "kind": "javascript-module",
2842
2828
  "path": "../core/src/shared/mixins/Labelled.ts",
2843
2829
  "declarations": [
2830
+ {
2831
+ "kind": "variable",
2832
+ "name": "updateLabels",
2833
+ "description": "A symbol through which to update labels to reflect a control's current state."
2834
+ },
2844
2835
  {
2845
2836
  "kind": "function",
2846
2837
  "name": "isLabelledMixin",
@@ -2890,16 +2881,6 @@
2890
2881
  },
2891
2882
  "description": "The label elements that the element is associated with.",
2892
2883
  "readonly": true
2893
- },
2894
- {
2895
- "kind": "method",
2896
- "name": "[_updateLabels]",
2897
- "privacy": "private",
2898
- "return": {
2899
- "type": {
2900
- "text": "void"
2901
- }
2902
- }
2903
2884
  }
2904
2885
  ],
2905
2886
  "parameters": [
@@ -2914,6 +2895,14 @@
2914
2895
  }
2915
2896
  ],
2916
2897
  "exports": [
2898
+ {
2899
+ "kind": "js",
2900
+ "name": "updateLabels",
2901
+ "declaration": {
2902
+ "name": "updateLabels",
2903
+ "module": "../core/src/shared/mixins/Labelled.ts"
2904
+ }
2905
+ },
2917
2906
  {
2918
2907
  "kind": "js",
2919
2908
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/switch",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Switch for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "clean": "rimraf dist"
28
28
  },
29
29
  "peerDependencies": {
30
- "@m3e/core": "1.0.0-rc.3",
30
+ "@m3e/core": "1.0.0-rc.4",
31
31
  "lit": "^3.3.0"
32
32
  },
33
33
  "devDependencies": {