@breadstone/mosaik-elements-foundation 0.1.16 → 0.1.17
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 +3 -47
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -17151,6 +17151,9 @@
|
|
|
17151
17151
|
"exports": [
|
|
17152
17152
|
{
|
|
17153
17153
|
"kind": "class",
|
|
17154
|
+
"superclass": {
|
|
17155
|
+
"name": "FormData"
|
|
17156
|
+
},
|
|
17154
17157
|
"description": "The `CustomFormData`extends CustomFormData class.",
|
|
17155
17158
|
"name": "CustomFormData",
|
|
17156
17159
|
"members": [
|
|
@@ -17171,53 +17174,6 @@
|
|
|
17171
17174
|
"return": {
|
|
17172
17175
|
"type": "T"
|
|
17173
17176
|
}
|
|
17174
|
-
},
|
|
17175
|
-
{
|
|
17176
|
-
"kind": "method",
|
|
17177
|
-
"name": "[Symbol.iterator]",
|
|
17178
|
-
"privacy": "public",
|
|
17179
|
-
"type": "(): FormDataIterator<[string, FormDataEntryValue]>",
|
|
17180
|
-
"parameters": [],
|
|
17181
|
-
"return": {},
|
|
17182
|
-
"inheritedFrom": {
|
|
17183
|
-
"name": "FormData"
|
|
17184
|
-
}
|
|
17185
|
-
},
|
|
17186
|
-
{
|
|
17187
|
-
"kind": "method",
|
|
17188
|
-
"name": "entries",
|
|
17189
|
-
"privacy": "public",
|
|
17190
|
-
"type": "(): FormDataIterator<[string, FormDataEntryValue]>",
|
|
17191
|
-
"description": "Returns an array of key, value pairs for every entry in the list.",
|
|
17192
|
-
"parameters": [],
|
|
17193
|
-
"return": {},
|
|
17194
|
-
"inheritedFrom": {
|
|
17195
|
-
"name": "FormData"
|
|
17196
|
-
}
|
|
17197
|
-
},
|
|
17198
|
-
{
|
|
17199
|
-
"kind": "method",
|
|
17200
|
-
"name": "keys",
|
|
17201
|
-
"privacy": "public",
|
|
17202
|
-
"type": "(): FormDataIterator<string>",
|
|
17203
|
-
"description": "Returns a list of keys in the list.",
|
|
17204
|
-
"parameters": [],
|
|
17205
|
-
"return": {},
|
|
17206
|
-
"inheritedFrom": {
|
|
17207
|
-
"name": "FormData"
|
|
17208
|
-
}
|
|
17209
|
-
},
|
|
17210
|
-
{
|
|
17211
|
-
"kind": "method",
|
|
17212
|
-
"name": "values",
|
|
17213
|
-
"privacy": "public",
|
|
17214
|
-
"type": "(): FormDataIterator<FormDataEntryValue>",
|
|
17215
|
-
"description": "Returns a list of values in the list.",
|
|
17216
|
-
"parameters": [],
|
|
17217
|
-
"return": {},
|
|
17218
|
-
"inheritedFrom": {
|
|
17219
|
-
"name": "FormData"
|
|
17220
|
-
}
|
|
17221
17177
|
}
|
|
17222
17178
|
]
|
|
17223
17179
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-foundation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "Mosaik elements components package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "0.1.
|
|
18
|
-
"@breadstone/mosaik-themes": "0.1.
|
|
17
|
+
"@breadstone/mosaik-elements": "0.1.17",
|
|
18
|
+
"@breadstone/mosaik-themes": "0.1.17",
|
|
19
19
|
"tslib": "2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|