widget-web-component 1.0.62-dev.20251223-1838 → 1.0.62

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.
Files changed (4) hide show
  1. package/README.md +0 -1
  2. package/bundle.css +1 -1
  3. package/index.js +500 -1058
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,6 @@ export class BelenderWidget extends LitElement {
47
47
  return;
48
48
  }
49
49
  widget.isWebComponent = true; <- required
50
- widget.editableDates = true; <- true for enable date inputs to edit
51
50
  widget.flowType = "clavepin";
52
51
  widget.userID = "";
53
52
  widget.packageId = "";