@m3e/expansion-panel 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
@@ -31,7 +31,7 @@ Alternately, you can explicitly reference the `html-custom-data.json` and `css-c
31
31
  }
32
32
  ```
33
33
 
34
- ## 🚀 Browser Usage
34
+ ## 🚀 Native Module Support
35
35
 
36
36
  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.
37
37
 
@@ -2625,6 +2625,11 @@
2625
2625
  "kind": "javascript-module",
2626
2626
  "path": "../core/src/shared/mixins/Labelled.ts",
2627
2627
  "declarations": [
2628
+ {
2629
+ "kind": "variable",
2630
+ "name": "updateLabels",
2631
+ "description": "A symbol through which to update labels to reflect a control's current state."
2632
+ },
2628
2633
  {
2629
2634
  "kind": "function",
2630
2635
  "name": "isLabelledMixin",
@@ -2674,16 +2679,6 @@
2674
2679
  },
2675
2680
  "description": "The label elements that the element is associated with.",
2676
2681
  "readonly": true
2677
- },
2678
- {
2679
- "kind": "method",
2680
- "name": "[_updateLabels]",
2681
- "privacy": "private",
2682
- "return": {
2683
- "type": {
2684
- "text": "void"
2685
- }
2686
- }
2687
2682
  }
2688
2683
  ],
2689
2684
  "parameters": [
@@ -2698,6 +2693,14 @@
2698
2693
  }
2699
2694
  ],
2700
2695
  "exports": [
2696
+ {
2697
+ "kind": "js",
2698
+ "name": "updateLabels",
2699
+ "declaration": {
2700
+ "name": "updateLabels",
2701
+ "module": "../core/src/shared/mixins/Labelled.ts"
2702
+ }
2703
+ },
2701
2704
  {
2702
2705
  "kind": "js",
2703
2706
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/expansion-panel",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Expansion Panel for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "clean": "rimraf dist"
29
29
  },
30
30
  "peerDependencies": {
31
- "@m3e/core": "1.0.0-rc.3",
31
+ "@m3e/core": "1.0.0-rc.4",
32
32
  "lit": "^3.3.0"
33
33
  },
34
34
  "devDependencies": {