@tylertech/forge 3.12.0 → 3.12.1
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/custom-elements.json +4 -0
- package/dist/lib.js +2 -2
- package/dist/lib.js.map +2 -2
- package/esm/core/testing/test-harness.d.ts +11 -0
- package/esm/core/testing/test-harness.js +14 -0
- package/esm/core/testing/utils.d.ts +7 -0
- package/esm/core/testing/utils.js +14 -0
- package/esm/list-dropdown/list-dropdown-core.js +1 -1
- package/esm/list-dropdown/list-dropdown-utils.js +1 -1
- package/esm/list-dropdown/list-dropdown.js +1 -1
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -36477,6 +36477,10 @@
|
|
|
36477
36477
|
"path": "src/lib/core/mask/time-segment-parser.ts",
|
|
36478
36478
|
"lineNumber": 15
|
|
36479
36479
|
},
|
|
36480
|
+
"TestHarness": {
|
|
36481
|
+
"path": "src/lib/core/testing/test-harness.ts",
|
|
36482
|
+
"lineNumber": 1
|
|
36483
|
+
},
|
|
36480
36484
|
"CustomStateSet": {
|
|
36481
36485
|
"path": "src/lib/core/utils/a11y-utils.ts",
|
|
36482
36486
|
"lineNumber": 17
|