@schukai/monster 3.75.0 → 3.77.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. package/CHANGELOG.md +33 -8
  2. package/package.json +1 -1
  3. package/source/components/datatable/change-button.mjs +1 -1
  4. package/source/components/datatable/columnbar.mjs +1 -1
  5. package/source/components/datatable/dataset.mjs +1 -1
  6. package/source/components/datatable/datasource/dom.mjs +1 -1
  7. package/source/components/datatable/datasource/rest.mjs +1 -1
  8. package/source/components/datatable/datasource.mjs +1 -1
  9. package/source/components/datatable/datatable.mjs +1 -1
  10. package/source/components/datatable/filter/date-range.mjs +1 -1
  11. package/source/components/datatable/filter/input.mjs +1 -1
  12. package/source/components/datatable/filter/range.mjs +1 -1
  13. package/source/components/datatable/filter/select.mjs +1 -1
  14. package/source/components/datatable/filter-button.mjs +1 -1
  15. package/source/components/datatable/filter.mjs +1 -1
  16. package/source/components/datatable/pagination.mjs +1 -1
  17. package/source/components/datatable/save-button.mjs +1 -1
  18. package/source/components/datatable/status.mjs +1 -1
  19. package/source/components/form/action-button.mjs +1 -1
  20. package/source/components/form/api-button.mjs +1 -1
  21. package/source/components/form/button-bar.mjs +1 -1
  22. package/source/components/form/button.mjs +1 -1
  23. package/source/components/form/confirm-button.mjs +1 -1
  24. package/source/components/form/context-error.mjs +2 -2
  25. package/source/components/form/context-help.mjs +1 -1
  26. package/source/components/form/field-set.mjs +31 -44
  27. package/source/components/form/message-state-button.mjs +1 -1
  28. package/source/components/form/popper-button.mjs +1 -1
  29. package/source/components/form/reload.mjs +1 -1
  30. package/source/components/form/select.mjs +1 -1
  31. package/source/components/form/shadow-reload.mjs +1 -1
  32. package/source/components/form/state-button.mjs +1 -1
  33. package/source/components/form/style/field-set.pcss +164 -70
  34. package/source/components/form/stylesheet/field-set.mjs +7 -14
  35. package/source/components/form/template.mjs +1 -1
  36. package/source/components/form/toggle-switch.mjs +321 -340
  37. package/source/components/form/tree-select.mjs +1 -1
  38. package/source/components/host/call-button.mjs +1 -1
  39. package/source/components/host/collapse.mjs +1 -1
  40. package/source/components/host/config-manager.mjs +1 -1
  41. package/source/components/host/host.mjs +1 -1
  42. package/source/components/host/overlay.mjs +1 -1
  43. package/source/components/host/toggle-button.mjs +1 -1
  44. package/source/components/host/viewer.mjs +1 -1
  45. package/source/components/layout/collapse.mjs +361 -395
  46. package/source/components/layout/details.mjs +20 -50
  47. package/source/components/layout/iframe.mjs +358 -0
  48. package/source/components/layout/panel.mjs +11 -26
  49. package/source/components/layout/popper.mjs +1 -1
  50. package/source/components/layout/slider.mjs +12 -12
  51. package/source/components/layout/split-panel.mjs +8 -40
  52. package/source/components/layout/style/iframe.pcss +39 -0
  53. package/source/components/layout/style/panel.pcss +10 -3
  54. package/source/components/layout/style/split-panel.pcss +2 -0
  55. package/source/components/layout/stylesheet/iframe.mjs +38 -0
  56. package/source/components/layout/stylesheet/panel.mjs +1 -1
  57. package/source/components/layout/tabs.mjs +7 -36
  58. package/source/components/layout/width-toggle.mjs +26 -39
  59. package/source/components/navigation/table-of-content.mjs +1 -1
  60. package/source/components/state/log.mjs +167 -153
  61. package/source/components/state/state.mjs +9 -33
  62. package/source/components/stylesheet/form.mjs +6 -13
  63. package/source/components/tree-menu/tree-menu.mjs +16 -12
  64. package/source/math/random.mjs +2 -3
  65. package/source/monster.mjs +2 -1
  66. package/test/cases/components/form/button.mjs +2 -1
  67. package/test/cases/components/form/confirm-button.mjs +1 -1
  68. package/test/cases/components/form/form.mjs +1 -1
  69. package/test/cases/components/form/reload.mjs +1 -1
  70. package/test/cases/components/form/select.mjs +1 -1
  71. package/test/cases/components/form/state-button.mjs +1 -1
  72. package/test/cases/components/form/template.mjs +1 -1
  73. package/test/cases/components/form/toggle-switch.mjs +1 -1
  74. package/test/cases/components/form/tree-select.mjs +1 -1
  75. package/test/cases/components/host/details.mjs +1 -1
  76. package/test/cases/components/host/host.mjs +1 -1
  77. package/test/cases/components/host/overlay.mjs +1 -1
  78. package/test/cases/components/layout/panel.mjs +1 -1
  79. package/test/cases/components/layout/slit-panel.mjs +1 -1
  80. package/test/cases/components/layout/tabs.mjs +1 -1
  81. package/test/cases/components/notify/message.mjs +1 -1
  82. package/test/cases/components/notify/notify.mjs +1 -1
  83. package/test/cases/dom/customcontrol.mjs +1 -1
  84. package/test/cases/dom/customelement-initfromscripthost.mjs +1 -1
  85. package/test/cases/dom/customelement.mjs +1 -1
  86. package/test/cases/dom/resource/data.mjs +1 -1
  87. package/test/cases/dom/resource/link/stylesheet.mjs +1 -1
  88. package/test/cases/dom/resource/link.mjs +1 -1
  89. package/test/cases/dom/resource/script.mjs +1 -1
  90. package/test/cases/dom/updater.mjs +1 -1
@@ -1,6 +1,6 @@
1
1
  import {initJSDOM} from "../../../util/jsdom.mjs";
2
2
  import {getGlobal} from "../../../../source/types/global.mjs";
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {chaiDom} from "../../../util/chai-dom.mjs";
5
5
 
6
6
 
@@ -1,5 +1,5 @@
1
1
  import {getGlobal} from "../../../../source/types/global.mjs";
2
- import chai from "chai"
2
+ import * as chai from 'chai';
3
3
  import {chaiDom} from "../../../util/chai-dom.mjs";
4
4
  import {initJSDOM} from "../../../util/jsdom.mjs";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import {getGlobal} from "../../../../source/types/global.mjs";
2
- import chai from "chai"
2
+ import * as chai from 'chai';
3
3
  import {chaiDom} from "../../../util/chai-dom.mjs";
4
4
  import {initJSDOM} from "../../../util/jsdom.mjs";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import {getGlobal} from "../../../../source/types/global.mjs";
2
- import chai from "chai"
2
+ import * as chai from 'chai';
3
3
  import {chaiDom} from "../../../util/chai-dom.mjs";
4
4
  import {initJSDOM} from "../../../util/jsdom.mjs";
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import chai from "chai"
2
+ import * as chai from 'chai';
3
3
  import {chaiDom} from "../../../util/chai-dom.mjs";
4
4
  import {initJSDOM} from "../../../util/jsdom.mjs";
5
5
 
@@ -1,5 +1,5 @@
1
1
  //import {getGlobal} from "../../../../source/types/global.mjs";
2
- import chai from "chai"
2
+ import * as chai from 'chai';
3
3
  import {chaiDom} from "../../../util/chai-dom.mjs";
4
4
  import {initJSDOM} from "../../../util/jsdom.mjs";
5
5
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {getDocument} from "../../../source/dom/util.mjs";
5
5
  import {chaiDom} from "../../util/chai-dom.mjs";
6
6
  import {cleanupDOMFromTesting, initMutationObserverForTesting} from "../../util/cleanupdom.mjs";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {getDocument} from "../../../source/dom/util.mjs";
5
5
  import {chaiDom} from "../../util/chai-dom.mjs";
6
6
  import {initJSDOM} from "../../util/jsdom.mjs";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {internalSymbol} from "../../../source/constants.mjs";
5
5
  import {getDocument} from "../../../source/dom/util.mjs";
6
6
  import {ProxyObserver} from "../../../source/types/proxyobserver.mjs";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {Data} from "../../../../source/dom/resource/data.mjs";
5
5
  import {DataUrl} from "../../../../source/types/dataurl.mjs";
6
6
  import {ID} from "../../../../source/types/id.mjs";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {Stylesheet} from "../../../../../source/dom/resource/link/stylesheet.mjs";
5
5
  import {DataUrl} from "../../../../../source/types/dataurl.mjs";
6
6
  import {ID} from "../../../../../source/types/id.mjs";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {Link} from "../../../../source/dom/resource/link.mjs";
5
5
  import {DataUrl} from "../../../../source/types/dataurl.mjs";
6
6
  import {ID} from "../../../../source/types/id.mjs";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
  import {Script} from "../../../../source/dom/resource/script.mjs";
5
5
  import {DataUrl} from "../../../../source/types/dataurl.mjs";
6
6
  import {ID} from "../../../../source/types/id.mjs";
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- import chai from "chai"
3
+ import * as chai from 'chai';
4
4
 
5
5
  import {ID} from "../../../source/types/id.mjs";
6
6
  import {Observer} from "../../../source/types/observer.mjs";