@pie-element/inline-dropdown 5.8.1-next.0 → 5.9.1-next.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.
- package/CHANGELOG.md +11 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/lib/defaults.js +60 -3
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/main.js +14 -0
- package/configure/lib/main.js.map +1 -1
- package/configure/package.json +1 -1
- package/docs/config-schema.json +448 -5
- package/docs/config-schema.json.md +322 -2
- package/docs/pie-schema.json +179 -2
- package/docs/pie-schema.json.md +130 -2
- package/package.json +2 -3
package/docs/pie-schema.json.md
CHANGED
|
@@ -110,6 +110,50 @@ The html Element tag name
|
|
|
110
110
|
|
|
111
111
|
The schema defines the following additional types:
|
|
112
112
|
|
|
113
|
+
## `EditableHtmlConfigureProp` (object)
|
|
114
|
+
|
|
115
|
+
Properties of the `EditableHtmlConfigureProp` object:
|
|
116
|
+
|
|
117
|
+
### `math` (object)
|
|
118
|
+
|
|
119
|
+
Properties of the `math` object:
|
|
120
|
+
|
|
121
|
+
#### `disabled` (boolean)
|
|
122
|
+
|
|
123
|
+
Indicates if the plugin is disabled or not
|
|
124
|
+
|
|
125
|
+
### `audio` (object)
|
|
126
|
+
|
|
127
|
+
Properties of the `audio` object:
|
|
128
|
+
|
|
129
|
+
#### `disabled` (boolean)
|
|
130
|
+
|
|
131
|
+
Indicates if the plugin is disabled or not
|
|
132
|
+
|
|
133
|
+
### `video` (object)
|
|
134
|
+
|
|
135
|
+
Properties of the `video` object:
|
|
136
|
+
|
|
137
|
+
#### `disabled` (boolean)
|
|
138
|
+
|
|
139
|
+
Indicates if the plugin is disabled or not
|
|
140
|
+
|
|
141
|
+
### `image` (object)
|
|
142
|
+
|
|
143
|
+
Properties of the `image` object:
|
|
144
|
+
|
|
145
|
+
#### `disabled` (boolean)
|
|
146
|
+
|
|
147
|
+
Indicates if the plugin is disabled or not
|
|
148
|
+
|
|
149
|
+
## `EditableHtmlButtonConfigure` (object)
|
|
150
|
+
|
|
151
|
+
Properties of the `EditableHtmlButtonConfigure` object:
|
|
152
|
+
|
|
153
|
+
### `disabled` (boolean)
|
|
154
|
+
|
|
155
|
+
Indicates if the plugin is disabled or not
|
|
156
|
+
|
|
113
157
|
## `ConfigureProp` (object)
|
|
114
158
|
|
|
115
159
|
Properties of the `ConfigureProp` object:
|
|
@@ -122,9 +166,45 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
122
166
|
|
|
123
167
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
124
168
|
|
|
125
|
-
## `
|
|
169
|
+
## `EditableHtmlPluginConfigureRequired` (object)
|
|
170
|
+
|
|
171
|
+
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
172
|
+
|
|
173
|
+
### `inputConfiguration` (object)
|
|
174
|
+
|
|
175
|
+
Properties of the `inputConfiguration` object:
|
|
176
|
+
|
|
177
|
+
#### `math` (object)
|
|
178
|
+
|
|
179
|
+
Properties of the `math` object:
|
|
180
|
+
|
|
181
|
+
##### `disabled` (boolean)
|
|
182
|
+
|
|
183
|
+
Indicates if the plugin is disabled or not
|
|
184
|
+
|
|
185
|
+
#### `audio` (object)
|
|
186
|
+
|
|
187
|
+
Properties of the `audio` object:
|
|
188
|
+
|
|
189
|
+
##### `disabled` (boolean)
|
|
190
|
+
|
|
191
|
+
Indicates if the plugin is disabled or not
|
|
192
|
+
|
|
193
|
+
#### `video` (object)
|
|
126
194
|
|
|
127
|
-
Properties of the `
|
|
195
|
+
Properties of the `video` object:
|
|
196
|
+
|
|
197
|
+
##### `disabled` (boolean)
|
|
198
|
+
|
|
199
|
+
Indicates if the plugin is disabled or not
|
|
200
|
+
|
|
201
|
+
#### `image` (object)
|
|
202
|
+
|
|
203
|
+
Properties of the `image` object:
|
|
204
|
+
|
|
205
|
+
##### `disabled` (boolean)
|
|
206
|
+
|
|
207
|
+
Indicates if the plugin is disabled or not
|
|
128
208
|
|
|
129
209
|
### `required` (boolean)
|
|
130
210
|
|
|
@@ -138,6 +218,54 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
138
218
|
|
|
139
219
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
140
220
|
|
|
221
|
+
## `EditableHtmlPluginConfigure` (object)
|
|
222
|
+
|
|
223
|
+
Properties of the `EditableHtmlPluginConfigure` object:
|
|
224
|
+
|
|
225
|
+
### `inputConfiguration` (object)
|
|
226
|
+
|
|
227
|
+
Properties of the `inputConfiguration` object:
|
|
228
|
+
|
|
229
|
+
#### `math` (object)
|
|
230
|
+
|
|
231
|
+
Properties of the `math` object:
|
|
232
|
+
|
|
233
|
+
##### `disabled` (boolean)
|
|
234
|
+
|
|
235
|
+
Indicates if the plugin is disabled or not
|
|
236
|
+
|
|
237
|
+
#### `audio` (object)
|
|
238
|
+
|
|
239
|
+
Properties of the `audio` object:
|
|
240
|
+
|
|
241
|
+
##### `disabled` (boolean)
|
|
242
|
+
|
|
243
|
+
Indicates if the plugin is disabled or not
|
|
244
|
+
|
|
245
|
+
#### `video` (object)
|
|
246
|
+
|
|
247
|
+
Properties of the `video` object:
|
|
248
|
+
|
|
249
|
+
##### `disabled` (boolean)
|
|
250
|
+
|
|
251
|
+
Indicates if the plugin is disabled or not
|
|
252
|
+
|
|
253
|
+
#### `image` (object)
|
|
254
|
+
|
|
255
|
+
Properties of the `image` object:
|
|
256
|
+
|
|
257
|
+
##### `disabled` (boolean)
|
|
258
|
+
|
|
259
|
+
Indicates if the plugin is disabled or not
|
|
260
|
+
|
|
261
|
+
### `settings` (boolean)
|
|
262
|
+
|
|
263
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
264
|
+
|
|
265
|
+
### `label` (string)
|
|
266
|
+
|
|
267
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
268
|
+
|
|
141
269
|
## `ConfigureMaxImageDimensionsProp` (object)
|
|
142
270
|
|
|
143
271
|
Properties of the `ConfigureMaxImageDimensionsProp` object:
|
package/package.json
CHANGED
|
@@ -4,10 +4,9 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "5.
|
|
7
|
+
"version": "5.9.1-next.0+579694d54",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
11
10
|
"postpublish": "../../scripts/postpublish"
|
|
12
11
|
},
|
|
13
12
|
"dependencies": {
|
|
@@ -22,7 +21,7 @@
|
|
|
22
21
|
},
|
|
23
22
|
"author": "",
|
|
24
23
|
"license": "ISC",
|
|
25
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "579694d5468995065657b651f06ec9513d0476b6",
|
|
26
25
|
"main": "lib/index.js",
|
|
27
26
|
"module": "src/index.js"
|
|
28
27
|
}
|