@tylertech/forge 3.10.4 → 3.10.5
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 +2 -2
- package/dist/lib.js +9 -9
- package/dist/lib.js.map +3 -3
- package/esm/core/mixins/interactions/moveable/with-moveable.js +5 -7
- package/esm/core/utils/utils.d.ts +16 -0
- package/esm/core/utils/utils.js +67 -0
- package/esm/dialog/dialog-adapter.d.ts +6 -0
- package/esm/dialog/dialog-adapter.js +16 -0
- package/esm/dialog/dialog-core.js +4 -0
- package/esm/expansion-panel/expansion-panel-adapter.js +1 -1
- package/esm/expansion-panel/expansion-panel-core.js +3 -7
- package/esm/menu/menu-core.js +2 -2
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/toast/toast-core.js +1 -0
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -34071,11 +34071,11 @@
|
|
|
34071
34071
|
},
|
|
34072
34072
|
"IDialogAdapter": {
|
|
34073
34073
|
"path": "src/lib/dialog/dialog-adapter.ts",
|
|
34074
|
-
"lineNumber":
|
|
34074
|
+
"lineNumber": 8
|
|
34075
34075
|
},
|
|
34076
34076
|
"DialogAdapter": {
|
|
34077
34077
|
"path": "src/lib/dialog/dialog-adapter.ts",
|
|
34078
|
-
"lineNumber":
|
|
34078
|
+
"lineNumber": 37
|
|
34079
34079
|
},
|
|
34080
34080
|
"IDialogMoveEventData": {
|
|
34081
34081
|
"path": "src/lib/dialog/dialog-constants.ts",
|