drill-widgets 2.7.19 → 2.7.22

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/dist/lib.d.ts CHANGED
@@ -326,6 +326,7 @@ export declare class RunnerWidget extends LitElement {
326
326
  private _initializeViewOnlyMode;
327
327
  private _initializePrintMode;
328
328
  private _isStepAssignedToUser;
329
+ private _markExistingSignaturesAsSaved;
329
330
  private _getAssignedSteps;
330
331
  private _isCurrentStepAssigned;
331
332
  private _renderNotAssignedView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drill-widgets",
3
- "version": "2.7.19",
3
+ "version": "2.7.22",
4
4
  "description": "Easily embed powerful workflow building and running capabilities into your web applications with Lit-based web components. Includes HTML export for server-side PDF generation.",
5
5
  "scripts": {
6
6
  "dev": "vite",