element-vir 16.3.1 → 16.3.2

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.
@@ -43,18 +43,22 @@ function staticImplements() {
43
43
  }
44
44
  return ensureIncludesStaticProperties;
45
45
  }
46
- export let DeclarativeElement = (() => {
46
+ let DeclarativeElement = (() => {
47
47
  let _classDecorators = [staticImplements()];
48
48
  let _classDescriptor;
49
49
  let _classExtraInitializers = [];
50
50
  let _classThis;
51
- var DeclarativeElement = _classThis = class extends LitElement {
51
+ let _classSuper = LitElement;
52
+ var DeclarativeElement = _classThis = class extends _classSuper {
52
53
  };
53
54
  __setFunctionName(_classThis, "DeclarativeElement");
54
55
  (() => {
55
- __esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name }, null, _classExtraInitializers);
56
+ const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
57
+ __esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
56
58
  DeclarativeElement = _classThis = _classDescriptor.value;
59
+ if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
57
60
  __runInitializers(_classThis, _classExtraInitializers);
58
61
  })();
59
62
  return DeclarativeElement = _classThis;
60
63
  })();
64
+ export { DeclarativeElement };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-vir",
3
- "version": "16.3.1",
3
+ "version": "16.3.2",
4
4
  "keywords": [
5
5
  "custom",
6
6
  "web",
@@ -39,33 +39,33 @@
39
39
  "test:types": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@augment-vir/browser": "^16.2.0",
43
- "@augment-vir/common": "^16.2.0",
42
+ "@augment-vir/browser": "^18.0.0",
43
+ "@augment-vir/common": "^18.0.0",
44
44
  "lit": "2.8.0",
45
- "lit-css-vars": "^3.0.0",
46
- "object-shape-tester": "^0.4.0"
45
+ "lit-css-vars": "^3.0.1",
46
+ "object-shape-tester": "^0.4.3"
47
47
  },
48
48
  "devDependencies": {
49
- "@augment-vir/browser-testing": "^16.2.0",
50
- "@augment-vir/node-js": "^16.2.0",
49
+ "@augment-vir/browser-testing": "^18.0.0",
50
+ "@augment-vir/node-js": "^18.0.0",
51
51
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
52
52
  "@open-wc/testing": "^3.2.0",
53
- "@types/chai": "^4.3.5",
53
+ "@types/chai": "^4.3.6",
54
54
  "@types/mocha": "^10.0.1",
55
55
  "@web/dev-server-esbuild": "^0.4.1",
56
- "@web/test-runner": "^0.17.0",
56
+ "@web/test-runner": "^0.17.1",
57
57
  "@web/test-runner-commands": "^0.8.0",
58
58
  "@web/test-runner-playwright": "^0.10.1",
59
59
  "@web/test-runner-visual-regression": "^0.8.2",
60
60
  "ansi-colors": "^4.1.3",
61
- "concurrently": "^8.2.0",
62
- "cspell": "^6.31.2",
63
- "element-book": "^10.0.2",
64
- "esbuild": "^0.18.17",
61
+ "concurrently": "^8.2.1",
62
+ "cspell": "^7.3.2",
63
+ "element-book": "^10.1.0",
64
+ "esbuild": "^0.19.2",
65
65
  "istanbul-smart-text-reporter": "^1.1.2",
66
66
  "markdown-code-example-inserter": "^0.3.1",
67
67
  "mocha-spec-reporter-with-file-names": "^0.0.3",
68
- "npm-check-updates": "^16.10.17",
68
+ "npm-check-updates": "~16.12.3",
69
69
  "nyc": "^15.1.0",
70
70
  "prettier": "^2.8.8",
71
71
  "prettier-plugin-interpolated-html-tags": "^0.0.4",
@@ -73,13 +73,13 @@
73
73
  "prettier-plugin-multiline-arrays": "^2.0.0",
74
74
  "prettier-plugin-organize-imports": "^3.2.3",
75
75
  "prettier-plugin-packagejson": "^2.4.5",
76
- "prettier-plugin-sort-json": "^1.0.0",
76
+ "prettier-plugin-sort-json": "^2.0.0",
77
77
  "prettier-plugin-toml": "^0.3.1",
78
78
  "ts-node": "^10.9.1",
79
- "type-fest": "^4.1.0",
80
- "typescript": "~5.1.6",
81
- "virmator": "^7.3.1",
82
- "vite": "^4.4.8",
79
+ "type-fest": "^4.3.1",
80
+ "typescript": "~5.2.2",
81
+ "virmator": "^7.4.1",
82
+ "vite": "^4.4.9",
83
83
  "vite-tsconfig-paths": "^4.2.0"
84
84
  },
85
85
  "overrides": {