@m3e/menu 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
 
@@ -3973,6 +3973,11 @@
3973
3973
  "kind": "javascript-module",
3974
3974
  "path": "../core/src/shared/mixins/Labelled.ts",
3975
3975
  "declarations": [
3976
+ {
3977
+ "kind": "variable",
3978
+ "name": "updateLabels",
3979
+ "description": "A symbol through which to update labels to reflect a control's current state."
3980
+ },
3976
3981
  {
3977
3982
  "kind": "function",
3978
3983
  "name": "isLabelledMixin",
@@ -4022,16 +4027,6 @@
4022
4027
  },
4023
4028
  "description": "The label elements that the element is associated with.",
4024
4029
  "readonly": true
4025
- },
4026
- {
4027
- "kind": "method",
4028
- "name": "[_updateLabels]",
4029
- "privacy": "private",
4030
- "return": {
4031
- "type": {
4032
- "text": "void"
4033
- }
4034
- }
4035
4030
  }
4036
4031
  ],
4037
4032
  "parameters": [
@@ -4046,6 +4041,14 @@
4046
4041
  }
4047
4042
  ],
4048
4043
  "exports": [
4044
+ {
4045
+ "kind": "js",
4046
+ "name": "updateLabels",
4047
+ "declaration": {
4048
+ "name": "updateLabels",
4049
+ "module": "../core/src/shared/mixins/Labelled.ts"
4050
+ }
4051
+ },
4049
4052
  {
4050
4053
  "kind": "js",
4051
4054
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/menu",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Menu 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": {