@schukai/monster 3.80.5 → 3.82.0

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.
Files changed (167) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +1 -1
  3. package/source/components/constants.mjs +0 -13
  4. package/source/components/datatable/change-button.mjs +0 -1
  5. package/source/components/datatable/columnbar.mjs +0 -1
  6. package/source/components/datatable/constants.mjs +0 -12
  7. package/source/components/datatable/dataset.mjs +0 -1
  8. package/source/components/datatable/datasource/dom.mjs +0 -1
  9. package/source/components/datatable/datasource/rest.mjs +0 -1
  10. package/source/components/datatable/datasource.mjs +0 -1
  11. package/source/components/datatable/datatable/header.mjs +0 -1
  12. package/source/components/datatable/datatable.mjs +0 -1
  13. package/source/components/datatable/embedded-pagination.mjs +0 -1
  14. package/source/components/datatable/filter/abstract-base.mjs +0 -1
  15. package/source/components/datatable/filter/date-range.mjs +0 -1
  16. package/source/components/datatable/filter/input.mjs +0 -1
  17. package/source/components/datatable/filter/range.mjs +0 -1
  18. package/source/components/datatable/filter/select.mjs +0 -1
  19. package/source/components/datatable/filter/settings.mjs +0 -2
  20. package/source/components/datatable/filter-button.mjs +0 -1
  21. package/source/components/datatable/filter.mjs +0 -1
  22. package/source/components/datatable/pagination.mjs +0 -1
  23. package/source/components/datatable/status.mjs +0 -1
  24. package/source/components/datatable/stylesheet/change-button.mjs +1 -1
  25. package/source/components/datatable/stylesheet/column-bar.mjs +1 -1
  26. package/source/components/datatable/stylesheet/dataset.mjs +1 -1
  27. package/source/components/datatable/stylesheet/datatable.mjs +1 -1
  28. package/source/components/datatable/stylesheet/embedded-pagination.mjs +1 -1
  29. package/source/components/datatable/stylesheet/filter-button.mjs +1 -1
  30. package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +1 -1
  31. package/source/components/datatable/stylesheet/filter-select.mjs +1 -1
  32. package/source/components/datatable/stylesheet/filter.mjs +1 -1
  33. package/source/components/datatable/stylesheet/pagination.mjs +1 -1
  34. package/source/components/datatable/stylesheet/save-button.mjs +1 -1
  35. package/source/components/datatable/stylesheet/status.mjs +1 -1
  36. package/source/components/form/action-button.mjs +0 -1
  37. package/source/components/form/api-button.mjs +0 -1
  38. package/source/components/form/button-bar.mjs +0 -1
  39. package/source/components/form/confirm-button.mjs +0 -2
  40. package/source/components/form/constants.mjs +0 -10
  41. package/source/components/form/context-error.mjs +0 -1
  42. package/source/components/form/message-state-button.mjs +0 -35
  43. package/source/components/form/popper-button.mjs +0 -2
  44. package/source/components/form/select.mjs +2 -4
  45. package/source/components/form/stylesheet/action-button.mjs +1 -1
  46. package/source/components/form/stylesheet/button-bar.mjs +1 -1
  47. package/source/components/form/stylesheet/context-error.mjs +1 -1
  48. package/source/components/form/stylesheet/context-help.mjs +1 -1
  49. package/source/components/form/stylesheet/select.mjs +1 -1
  50. package/source/components/form/template.mjs +0 -1
  51. package/source/components/form/tree-select.mjs +0 -2
  52. package/source/components/form/types/state.mjs +0 -2
  53. package/source/components/host/call-button.mjs +0 -3
  54. package/source/components/host/collapse.mjs +0 -1
  55. package/source/components/host/config-manager.mjs +0 -1
  56. package/source/components/host/constants.mjs +0 -1
  57. package/source/components/host/host.mjs +0 -1
  58. package/source/components/host/overlay.mjs +0 -1
  59. package/source/components/host/stylesheet/call-button.mjs +1 -1
  60. package/source/components/host/stylesheet/host.mjs +1 -1
  61. package/source/components/host/stylesheet/overlay.mjs +1 -1
  62. package/source/components/host/stylesheet/toggle-button.mjs +1 -1
  63. package/source/components/host/stylesheet/viewer.mjs +1 -1
  64. package/source/components/host/toggle-button.mjs +0 -1
  65. package/source/components/host/viewer.mjs +0 -1
  66. package/source/components/layout/iframe.mjs +264 -250
  67. package/source/components/layout/stylesheet/collapse.mjs +1 -1
  68. package/source/components/layout/stylesheet/details.mjs +1 -1
  69. package/source/components/layout/stylesheet/panel.mjs +1 -1
  70. package/source/components/layout/stylesheet/slider.mjs +1 -1
  71. package/source/components/layout/stylesheet/split-panel.mjs +1 -1
  72. package/source/components/layout/stylesheet/tabs.mjs +1 -1
  73. package/source/components/layout/stylesheet/width-toggle.mjs +1 -1
  74. package/source/components/navigation/stylesheet/table-of-content.mjs +1 -1
  75. package/source/components/notify/constants.mjs +0 -1
  76. package/source/components/notify/message.mjs +0 -1
  77. package/source/components/notify/notify.mjs +0 -1
  78. package/source/components/notify/stylesheet/message.mjs +1 -1
  79. package/source/components/state/log/entry.mjs +0 -1
  80. package/source/components/state/state.mjs +0 -6
  81. package/source/components/style/badge.css +2 -0
  82. package/source/components/style/border.css +2 -0
  83. package/source/components/style/button.css +2 -0
  84. package/source/components/style/card.css +2 -0
  85. package/source/components/style/color.css +2 -0
  86. package/source/components/style/common.css +2 -0
  87. package/source/components/style/control.css +2 -0
  88. package/source/components/style/data-grid.css +2 -0
  89. package/source/components/style/display.css +2 -0
  90. package/source/components/style/floating-ui.css +2 -0
  91. package/source/components/style/form.css +2 -0
  92. package/source/components/style/host.css +2 -0
  93. package/source/components/style/icons.css +2 -0
  94. package/source/components/style/link.css +2 -0
  95. package/source/components/style/normalize.css +2 -0
  96. package/source/components/style/popper.css +2 -0
  97. package/source/components/style/property.css +2 -0
  98. package/source/components/style/ripple.css +2 -0
  99. package/source/components/style/skeleton.css +2 -0
  100. package/source/components/style/space.css +2 -0
  101. package/source/components/style/spinner.css +2 -0
  102. package/source/components/style/table.css +2 -0
  103. package/source/components/style/theme.css +2 -0
  104. package/source/components/style/typography.css +2 -0
  105. package/source/components/stylesheet/card.mjs +1 -1
  106. package/source/components/stylesheet/icons.mjs +1 -1
  107. package/source/components/stylesheet/property.mjs +1 -1
  108. package/source/components/stylesheet/space.mjs +1 -1
  109. package/source/components/tree-menu/stylesheet/tree-menu.mjs +1 -1
  110. package/source/constants.mjs +0 -2
  111. package/source/constraints/abstract.mjs +0 -1
  112. package/source/constraints/abstractoperator.mjs +0 -1
  113. package/source/data/buildmap.mjs +0 -5
  114. package/source/data/buildtree.mjs +0 -1
  115. package/source/data/datasource/dom.mjs +0 -1
  116. package/source/data/datasource/server/restapi/data-fetch-error.mjs +0 -1
  117. package/source/data/datasource/server/restapi/writeerror.mjs +0 -1
  118. package/source/data/datasource/server/restapi.mjs +0 -2
  119. package/source/data/datasource/server/webconnect.mjs +0 -1
  120. package/source/data/datasource/server.mjs +0 -1
  121. package/source/data/datasource/storage/localstorage.mjs +0 -1
  122. package/source/data/datasource/storage/sessionstorage.mjs +0 -1
  123. package/source/data/datasource/storage.mjs +0 -1
  124. package/source/data/datasource.mjs +0 -2
  125. package/source/data/diff.mjs +0 -1
  126. package/source/data/extend.mjs +0 -1
  127. package/source/dom/assembler.mjs +0 -2
  128. package/source/dom/attributes.mjs +0 -13
  129. package/source/dom/constants.mjs +0 -59
  130. package/source/dom/customelement.mjs +0 -7
  131. package/source/dom/dimension.mjs +0 -2
  132. package/source/dom/events.mjs +0 -3
  133. package/source/dom/focusmanager.mjs +0 -1
  134. package/source/dom/locale.mjs +0 -1
  135. package/source/dom/ready.mjs +0 -2
  136. package/source/dom/resource/data.mjs +0 -1
  137. package/source/dom/resource/link/stylesheet.mjs +0 -1
  138. package/source/dom/resource/link.mjs +0 -1
  139. package/source/dom/resource/script.mjs +0 -1
  140. package/source/dom/resource.mjs +0 -1
  141. package/source/dom/resourcemanager.mjs +0 -1
  142. package/source/dom/template.mjs +0 -2
  143. package/source/dom/theme.mjs +0 -2
  144. package/source/dom/updater.mjs +0 -1
  145. package/source/dom/util.mjs +0 -7
  146. package/source/dom/worker/factory.mjs +0 -1
  147. package/source/i18n/locale.mjs +0 -3
  148. package/source/i18n/providers/fetch.mjs +0 -1
  149. package/source/logging/logentry.mjs +0 -1
  150. package/source/math/random.mjs +0 -1
  151. package/source/monster.mjs +0 -1
  152. package/source/net/webconnect.mjs +0 -1
  153. package/source/text/formatter.mjs +0 -1
  154. package/source/text/generate-range-comparison-expression.mjs +0 -1
  155. package/source/types/binary.mjs +0 -2
  156. package/source/types/global.mjs +0 -3
  157. package/source/types/id.mjs +0 -1
  158. package/source/types/internal.mjs +0 -1
  159. package/source/types/mediatype.mjs +0 -4
  160. package/source/types/node.mjs +0 -1
  161. package/source/types/validate.mjs +0 -10
  162. package/source/util/clone.mjs +0 -1
  163. package/source/util/comparator.mjs +0 -1
  164. package/source/util/freeze.mjs +0 -1
  165. package/source/util/runtime.mjs +0 -8
  166. package/source/util/trimspaces.mjs +0 -1
  167. package/source/components/stylesheet/mixin/form.mjs +0 -38
@@ -29,7 +29,6 @@ export { domReady, windowReady };
29
29
  *
30
30
  * @license AGPLv3
31
31
  * @since 1.31.0
32
- * @memberOf Monster.DOM
33
32
  * @summary variable to check if dom is ready
34
33
  * @type {Promise}
35
34
  * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/DOMContentLoaded_event
@@ -54,7 +53,6 @@ const domReady = new Promise((resolve) => {
54
53
  *
55
54
  * @license AGPLv3
56
55
  * @since 1.31.0
57
- * @memberOf Monster.DOM
58
56
  * @summary variable to check if window is ready
59
57
  * @type {Promise}
60
58
  * @see https://developer.mozilla.org/en-US/docs/Web/API/Window/load_event
@@ -41,7 +41,6 @@ export { Data };
41
41
  * @license AGPLv3
42
42
  * @since 1.25.0
43
43
  * @copyright schukai GmbH
44
- * @memberOf Monster.DOM.Resource
45
44
  * @summary A Data Resource class
46
45
  */
47
46
  class Data extends Resource {
@@ -23,7 +23,6 @@ export { Stylesheet };
23
23
  * @license AGPLv3
24
24
  * @since 1.25.0
25
25
  * @copyright schukai GmbH
26
- * @memberOf Monster.DOM.Resource
27
26
  * @summary A Resource class
28
27
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link
29
28
  */
@@ -33,7 +33,6 @@ export { Link };
33
33
  * @license AGPLv3
34
34
  * @since 1.25.0
35
35
  * @copyright schukai GmbH
36
- * @memberOf Monster.DOM.Resource
37
36
  * @summary A Resource class
38
37
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link
39
38
  */
@@ -32,7 +32,6 @@ export { Script };
32
32
  * @license AGPLv3
33
33
  * @since 1.25.0
34
34
  * @copyright schukai GmbH
35
- * @memberOf Monster.DOM.Resource
36
35
  * @summary A Resource class
37
36
  */
38
37
  class Script extends Resource {
@@ -59,7 +59,6 @@ const referenceSymbol = Symbol("reference");
59
59
  * @license AGPLv3
60
60
  * @since 1.25.0
61
61
  * @copyright schukai GmbH
62
- * @memberOf Monster.DOM
63
62
  * @summary A Resource class
64
63
  */
65
64
  class Resource extends BaseWithOptions {
@@ -31,7 +31,6 @@ export { ResourceManager };
31
31
  * @license AGPLv3
32
32
  * @since 1.25.0
33
33
  * @copyright schukai GmbH
34
- * @memberOf Monster.DOM
35
34
  * @summary A Resource class
36
35
  */
37
36
  class ResourceManager extends Base {
@@ -28,7 +28,6 @@ export { Template };
28
28
  * @license AGPLv3
29
29
  * @since 1.6.0
30
30
  * @copyright schukai GmbH
31
- * @memberOf Monster.DOM
32
31
  * @summary A template class
33
32
  */
34
33
  class Template extends Base {
@@ -132,7 +131,6 @@ class Template extends Base {
132
131
  * @license AGPLv3
133
132
  * @since 1.7.0
134
133
  * @copyright schukai GmbH
135
- * @memberOf Monster.DOM
136
134
  * @throws {Error} template id not found.
137
135
  * @throws {TypeError} value is not a string
138
136
  */
@@ -26,7 +26,6 @@ export { Theme, getDocumentTheme };
26
26
  * @license AGPLv3
27
27
  * @since 1.7.0
28
28
  * @copyright schukai GmbH
29
- * @memberOf Monster.DOM
30
29
  * @summary A theme class
31
30
  */
32
31
  class Theme extends Base {
@@ -72,7 +71,6 @@ class Theme extends Base {
72
71
  * the default theme name is `monster`.
73
72
  *
74
73
  * @return {Theme}
75
- * @memberOf Monster.DOM
76
74
  * @license AGPLv3
77
75
  * @since 1.7.0
78
76
  */
@@ -911,7 +911,6 @@ function handleInputControlAttributeUpdate(element, name, value) {
911
911
  * @return {Promise[]}
912
912
  * @license AGPLv3
913
913
  * @since 1.23.0
914
- * @memberOf Monster.DOM
915
914
  * @throws {TypeError} elements is not an instance of NodeList, HTMLElement or Set
916
915
  * @throws {TypeError} the context of the function is not an instance of HTMLElement
917
916
  * @throws {TypeError} symbol must be an instance of Symbol
@@ -59,7 +59,6 @@ export {
59
59
  * @license AGPLv3
60
60
  * @since 1.6.0
61
61
  * @copyright schukai GmbH
62
- * @memberOf Monster.DOM
63
62
  * @throws {Error} not supported environment
64
63
  */
65
64
  function getDocument() {
@@ -107,7 +106,6 @@ function getDocument() {
107
106
  * @license AGPLv3
108
107
  * @since 1.6.0
109
108
  * @copyright schukai GmbH
110
- * @memberOf Monster.DOM
111
109
  * @throws {Error} not supported environment
112
110
  */
113
111
  function getWindow() {
@@ -153,7 +151,6 @@ function getWindow() {
153
151
  * @license AGPLv3
154
152
  * @since 1.6.0
155
153
  * @copyright schukai GmbH
156
- * @memberOf Monster.DOM
157
154
  * @throws {Error} not supported environment
158
155
  * @throws {TypeError} value is not a string
159
156
  */
@@ -174,7 +171,6 @@ function getDocumentFragmentFromString(html) {
174
171
  * @param {HTMLElement|ShadowRoot} element - The starting element or shadow root to search from.
175
172
  * @param {string} targetId - The ID of the target element to find.
176
173
  * @return {HTMLElement|null} - The ancestor element with the specified ID, or null if not found.
177
- * @memberOf Monster.DOM
178
174
  * @since 3.29.0
179
175
  * @license AGPLv3
180
176
  * @copyright schukai GmbH
@@ -223,7 +219,6 @@ function findElementWithIdUpwards(element, targetId) {
223
219
  * @param {HTMLElement|ShadowRoot} element - The starting element or shadow root to search from.
224
220
  * @param {string} selector - The selector of the target element to find.
225
221
  * @return {HTMLElement|null} - The ancestor element with the specified selector, or null if not found.
226
- * @memberOf Monster.DOM
227
222
  * @since 3.55.0
228
223
  */
229
224
  function findElementWithSelectorUpwards(element, selector) {
@@ -298,7 +293,6 @@ function traverseShadowRoots(element) {
298
293
  * @param {HTMLElement} element
299
294
  * @return {*}
300
295
  * @throws {Error} Invalid argument. Expected an HTMLElement.
301
- * @memberOf Monster.DOM
302
296
  * @since 3.36.0
303
297
  */
304
298
  function getContainingDocument(element) {
@@ -320,7 +314,6 @@ function getContainingDocument(element) {
320
314
  *
321
315
  * @return {string[]}
322
316
  * @since 4.0.0
323
- * @memberOf Monster.DOM
324
317
  * @return {string[]}
325
318
  */
326
319
  function getRegisteredCustomElements() {
@@ -26,7 +26,6 @@ export { Factory };
26
26
  * @license AGPLv3
27
27
  * @since 1.25.0
28
28
  * @copyright schukai GmbH
29
- * @memberOf Monster.DOM.Worker
30
29
  * @summary A small factory to create worker
31
30
  */
32
31
  class Factory extends Base {
@@ -66,7 +66,6 @@ const localeStringSymbol = Symbol("localeString");
66
66
  * @license AGPLv3
67
67
  * @since 1.13.0
68
68
  * @copyright schukai GmbH
69
- * @memberOf Monster.I18n
70
69
  * @see https://datatracker.ietf.org/doc/html/rfc3066
71
70
  */
72
71
  class Locale extends Base {
@@ -190,7 +189,6 @@ class Locale extends Base {
190
189
  * @property {string} variants
191
190
  * @property {string} extlang
192
191
  * @property {string} privateUse
193
- * @memberOf Monster.I18n
194
192
  */
195
193
 
196
194
  /**
@@ -258,7 +256,6 @@ class Locale extends Base {
258
256
  * @license AGPLv3
259
257
  * @since 1.14.0
260
258
  * @copyright schukai GmbH
261
- * @memberOf Monster.I18n
262
259
  * @throws {TypeError} value is not a string
263
260
  * @throws {Error} unsupported locale
264
261
  */
@@ -31,7 +31,6 @@ export { Fetch };
31
31
  * @license AGPLv3
32
32
  * @since 1.13.0
33
33
  * @copyright schukai GmbH
34
- * @memberOf Monster.I18n.Providers
35
34
  * @see {@link https://datatracker.ietf.org/doc/html/rfc3066}
36
35
  * @tutorial i18n-locale-and-formatter
37
36
  */
@@ -23,7 +23,6 @@ export { LogEntry };
23
23
  * @license AGPLv3
24
24
  * @since 1.5.0
25
25
  * @copyright schukai GmbH
26
- * @memberOf Monster.Logging
27
26
  */
28
27
  class LogEntry extends Base {
29
28
  /**
@@ -22,7 +22,6 @@ export { random };
22
22
  * @param {number} min starting value of the definition set (default is 0)
23
23
  * @param {number} max end value of the definition set (default is 1000000000)
24
24
  * @return {number}
25
- * @memberOf Monster.Math
26
25
  * @throws {Error} missing crypt
27
26
  * @throws {Error} we cannot generate numbers larger than 53 bits.
28
27
  * @throws {Error} the distance is too small to create a random number.
@@ -205,6 +205,5 @@ export { Monster };
205
205
  * @license AGPLv3 or commercial license
206
206
  * @since 2.0.0
207
207
  * @copyright schukai GmbH
208
- * @memberOf Monster
209
208
  */
210
209
  class Monster {}
@@ -183,7 +183,6 @@ function connectServer(resolve, reject) {
183
183
  * @license AGPLv3
184
184
  * @since 3.1.0
185
185
  * @copyright schukai GmbH
186
- * @memberOf Monster.Net
187
186
  * @summary The LocalStorage class encapsulates the access to data objects.
188
187
  */
189
188
  class WebConnect extends BaseWithOptions {
@@ -113,7 +113,6 @@ const workingDataSymbol = Symbol("workingData");
113
113
  * @license AGPLv3
114
114
  * @since 1.12.0
115
115
  * @copyright schukai GmbH
116
- * @memberOf Monster.Text
117
116
  */
118
117
  class Formatter extends BaseWithOptions {
119
118
  /**
@@ -60,7 +60,6 @@ export { generateRangeComparisonExpression };
60
60
  * @param {string} [options.leOp='<='] - The comparison operator for less than or equal to to use.
61
61
  * @return {string} The generated comparison expression.
62
62
  * @throws {Error} If the input is invalid.
63
- * @memberOf Monster.Text
64
63
  * @summary Generates a comparison expression based on a range of values.
65
64
  */
66
65
  function generateRangeComparisonExpression(
@@ -22,7 +22,6 @@ export { toBinary, fromBinary };
22
22
  * @param {String} binary
23
23
  * @return {String}
24
24
  * @throws {TypeError} value is not a string
25
- * @memberOf Monster.Types
26
25
  * @license AGPLv3
27
26
  * @since 1.18.0
28
27
  */
@@ -48,7 +47,6 @@ function toBinary(string) {
48
47
  * @param {String} binary
49
48
  * @return {String}
50
49
  * @throws {TypeError} value is not a string
51
- * @memberOf Monster.Types
52
50
  * @license AGPLv3
53
51
  * @since 1.18.0
54
52
  */
@@ -73,7 +73,6 @@ let globalReference;
73
73
  *
74
74
  * @license AGPLv3
75
75
  * @since 1.6.0
76
- * @memberOf Monster.Types
77
76
  * @return {object} globalThis
78
77
  */
79
78
  function getGlobal() {
@@ -105,7 +104,6 @@ function getGlobal() {
105
104
  *
106
105
  * @license AGPLv3
107
106
  * @since 1.6.0
108
- * @memberOf Monster.Types
109
107
  * @param {string} name
110
108
  * @return {object}
111
109
  * @throws {Error} the object is not defined
@@ -144,7 +142,6 @@ function getGlobalObject(name) {
144
142
  *
145
143
  * @license AGPLv3
146
144
  * @since 1.6.0
147
- * @memberOf Monster.Types
148
145
  * @param {string} name
149
146
  * @return {object}
150
147
  * @throws {TypeError} value is not a function
@@ -35,7 +35,6 @@ const internalCounter = new Map();
35
35
  * @license AGPLv3
36
36
  * @since 1.0.0
37
37
  * @copyright schukai GmbH
38
- * @memberOf Monster.Types
39
38
  * @summary Automatic generation of ids
40
39
  */
41
40
  class ID extends Base {
@@ -43,7 +43,6 @@ const propertyName = "internalDefaults";
43
43
  * @license AGPLv3
44
44
  * @since 3.15.0
45
45
  * @copyright schukai GmbH
46
- * @memberOf Monster.Types
47
46
  */
48
47
  function equipWithInternal() {
49
48
  validateObject(this);
@@ -28,7 +28,6 @@ const internal = Symbol("internal");
28
28
  * @typedef {Object} Parameter
29
29
  * @property {string} key
30
30
  * @property {string} value
31
- * @memberOf Monster.Types
32
31
  */
33
32
 
34
33
  /**
@@ -37,7 +36,6 @@ const internal = Symbol("internal");
37
36
  * @license AGPLv3
38
37
  * @since 1.8.0
39
38
  * @copyright schukai GmbH
40
- * @memberOf Monster.Types
41
39
  */
42
40
  class MediaType extends Base {
43
41
  /**
@@ -162,7 +160,6 @@ class MediaType extends Base {
162
160
  * @throws {TypeError} the mimetype can not be parsed
163
161
  * @throws {TypeError} blank value is not allowed
164
162
  * @throws {TypeError} malformed data url
165
- * @memberOf Monster.Types
166
163
  */
167
164
  function parseMediaType(mediatype) {
168
165
  const regex =
@@ -191,7 +188,6 @@ function parseMediaType(mediatype) {
191
188
  * @since 1.18.0
192
189
  * @param {String} parameter
193
190
  * @return {Monster.Types.Parameter[]|undefined}
194
- * @memberOf Monster.Types
195
191
  */
196
192
  function parseParameter(parameter) {
197
193
  if (!isString(parameter)) {
@@ -38,7 +38,6 @@ const treeStructureSymbol = Symbol("treeStructure");
38
38
  * @license AGPLv3
39
39
  * @since 1.26.0
40
40
  * @copyright schukai GmbH
41
- * @memberOf Monster.Types
42
41
  * @summary A Node Class
43
42
  * @see https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Iteration_protocols
44
43
  */
@@ -54,7 +54,6 @@ export {
54
54
  * @license AGPLv3
55
55
  * @since 1.2.0
56
56
  * @copyright schukai GmbH
57
- * @memberOf Monster.Types
58
57
  * @throws {TypeError} value is not a primitive
59
58
  * @see {@link isPrimitive}
60
59
  * @see {@link Monster.Types.isPrimitive}
@@ -83,7 +82,6 @@ function validateIterable(value) {
83
82
  * @license AGPLv3
84
83
  * @since 1.0.0
85
84
  * @copyright schukai GmbH
86
- * @memberOf Monster.Types
87
85
  * @throws {TypeError} value is not a primitive
88
86
  * @see {@link isPrimitive}
89
87
  * @see {@link Monster.Types.isPrimitive}
@@ -113,7 +111,6 @@ function validatePrimitive(value) {
113
111
  * @license AGPLv3
114
112
  * @since 1.0.0
115
113
  * @copyright schukai GmbH
116
- * @memberOf Monster.Types
117
114
 
118
115
  * @throws {TypeError} value is not primitive
119
116
  */
@@ -140,7 +137,6 @@ function validateBoolean(value) {
140
137
  * @license AGPLv3
141
138
  * @since 1.0.0
142
139
  * @copyright schukai GmbH
143
- * @memberOf Monster.Types
144
140
  * @throws {TypeError} value is not a string
145
141
  */
146
142
  function validateString(value) {
@@ -167,7 +163,6 @@ function validateString(value) {
167
163
  * @license AGPLv3
168
164
  * @since 1.0.0
169
165
  * @copyright schukai GmbH
170
- * @memberOf Monster.Types
171
166
  * @throws {TypeError} value is not a object
172
167
  */
173
168
  function validateObject(value) {
@@ -194,7 +189,6 @@ function validateObject(value) {
194
189
  * @license AGPLv3
195
190
  * @since 1.5.0
196
191
  * @copyright schukai GmbH
197
- * @memberOf Monster.Types
198
192
  * @throws {TypeError} value is not an instance of
199
193
  */
200
194
  function validateInstance(value, instance) {
@@ -229,7 +223,6 @@ function validateInstance(value, instance) {
229
223
  * @license AGPLv3
230
224
  * @since 1.0.0
231
225
  * @copyright schukai GmbH
232
- * @memberOf Monster.Types
233
226
  * @throws {TypeError} value is not an array
234
227
  */
235
228
  function validateArray(value) {
@@ -255,7 +248,6 @@ function validateArray(value) {
255
248
  * @license AGPLv3
256
249
  * @since 1.9.0
257
250
  * @copyright schukai GmbH
258
- * @memberOf Monster.Types
259
251
  * @throws {TypeError} value is not an symbol
260
252
  */
261
253
  function validateSymbol(value) {
@@ -282,7 +274,6 @@ function validateSymbol(value) {
282
274
  * @license AGPLv3
283
275
  * @since 1.0.0
284
276
  * @copyright schukai GmbH
285
- * @memberOf Monster.Types
286
277
  * @throws {TypeError} value is not a function
287
278
  */
288
279
  function validateFunction(value) {
@@ -309,7 +300,6 @@ function validateFunction(value) {
309
300
  * @license AGPLv3
310
301
  * @since 1.4.0
311
302
  * @copyright schukai GmbH
312
- * @memberOf Monster.Types
313
303
  * @throws {TypeError} value is not an integer
314
304
  */
315
305
  function validateInteger(value) {
@@ -32,7 +32,6 @@ export { clone };
32
32
  * @return {*}
33
33
  * @license AGPLv3
34
34
  * @since 1.0.0
35
- * @memberOf Monster.Util
36
35
  * @copyright schukai GmbH
37
36
  * @throws {Error} unable to clone obj! its type isn't supported.
38
37
  */
@@ -165,6 +165,5 @@ class Comparator extends Base {
165
165
  * @param {*} a
166
166
  * @param {*} b
167
167
  * @return {integer} -1, 0 or 1
168
- * @memberOf Monster.Util
169
168
  * @see Monster.Util.Comparator
170
169
  */
@@ -23,7 +23,6 @@ export { deepFreeze };
23
23
  * @license AGPLv3
24
24
  * @since 1.0.0
25
25
  * @return {object}
26
- * @memberOf Monster.Util
27
26
  * @copyright schukai GmbH
28
27
  * @throws {TypeError} value is not a object
29
28
  */
@@ -14,37 +14,30 @@
14
14
 
15
15
  const ENV_AWS_LAMBDA = "aws-lambda";
16
16
  /**
17
- * @memberOf Monster.Util
18
17
  * @type {string}
19
18
  */
20
19
  const ENV_GOOGLE_FUNCTIONS = "google-functions";
21
20
  /**
22
- * @memberOf Monster.Util
23
21
  * @type {string}
24
22
  */
25
23
  const ENV_ELECTRON = "electron";
26
24
  /**
27
- * @memberOf Monster.Util
28
25
  * @type {string}
29
26
  */
30
27
  const ENV_NODE = "node";
31
28
  /**
32
- * @memberOf Monster.Util
33
29
  * @type {string}
34
30
  */
35
31
  const ENV_BROWSER = "browser";
36
32
  /**
37
- * @memberOf Monster.Util
38
33
  * @type {string}
39
34
  */
40
35
  const ENV_WEB_WORKER = "web-worker";
41
36
  /**
42
- * @memberOf Monster.Util
43
37
  * @type {string}
44
38
  */
45
39
  const ENV_DENO = "deno";
46
40
  /**
47
- * @memberOf Monster.Util
48
41
  * @type {string}
49
42
  */
50
43
  const ENV_UNKNOWN = "unknown";
@@ -63,7 +56,6 @@ const ENV_UNKNOWN = "unknown";
63
56
  * - 'unknown': Unknown environment
64
57
  *
65
58
  * @since 3.34.0
66
- * @memberOf Monster.Util
67
59
  * @return {string} The detected runtime environment. Possible values are:
68
60
  */
69
61
  function detectRuntimeEnvironment() {
@@ -37,7 +37,6 @@ export { trimSpaces };
37
37
  *
38
38
  * @license AGPLv3
39
39
  * @since 1.24.0
40
- * @memberOf Monster.Util
41
40
  * @copyright schukai GmbH
42
41
  * @param {string} value
43
42
  * @return {string}
@@ -1,38 +0,0 @@
1
- /**
2
- * Copyright © schukai GmbH and all contributing authors, 2024. All rights reserved.
3
- * Node module: @schukai/monster
4
- *
5
- * This source code is licensed under the GNU Affero General Public License version 3 (AGPLv3).
6
- * The full text of the license can be found at: https://www.gnu.org/licenses/agpl-3.0.en.html
7
- *
8
- * For those who do not wish to adhere to the AGPLv3, a commercial license is available.
9
- * Acquiring a commercial license allows you to use this software without complying with the AGPLv3 terms.
10
- * For more information about purchasing a commercial license, please contact schukai GmbH.
11
- */
12
-
13
- import { addAttributeToken } from "../../../dom/attributes.mjs";
14
- import { ATTRIBUTE_ERRORMESSAGE } from "../../../dom/constants.mjs";
15
-
16
- export { FormStyleSheet };
17
-
18
- /**
19
- * @private
20
- * @type {CSSStyleSheet}
21
- */
22
- const FormStyleSheet = new CSSStyleSheet();
23
-
24
- try {
25
- FormStyleSheet.insertRule(
26
- `
27
- @layer form {
28
-
29
- }`,
30
- 0,
31
- );
32
- } catch (e) {
33
- addAttributeToken(
34
- document.getRootNode().querySelector("html"),
35
- ATTRIBUTE_ERRORMESSAGE,
36
- e + "",
37
- );
38
- }