@builder.io/sdk-solid 1.1.0 → 1.1.1
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/dist/index.d.ts +10 -0
- package/lib/browser/dev.js +1 -1
- package/lib/browser/dev.jsx +1 -1
- package/lib/browser/index.js +1 -1
- package/lib/browser/index.jsx +1 -1
- package/lib/edge/dev.js +1 -1
- package/lib/edge/dev.jsx +1 -1
- package/lib/edge/index.js +1 -1
- package/lib/edge/index.jsx +1 -1
- package/lib/node/dev.js +1 -1
- package/lib/node/dev.jsx +1 -1
- package/lib/node/index.js +1 -1
- package/lib/node/index.jsx +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -436,6 +436,16 @@ interface ComponentInfo {
|
|
|
436
436
|
*/
|
|
437
437
|
requiredPermissions?: Array<Permission>;
|
|
438
438
|
hidden?: boolean;
|
|
439
|
+
/**
|
|
440
|
+
* When overriding built-in components, if you don't want any special behavior that
|
|
441
|
+
* the original has, set this to `true` to skip the default behavior
|
|
442
|
+
*
|
|
443
|
+
* Default behaviors include special "virtual options", such as a custom
|
|
444
|
+
* aspect ratio editor for Images, or a special column editor for Columns
|
|
445
|
+
*
|
|
446
|
+
* Learn more about overriding built-in components here: https://www.builder.io/c/docs/custom-components-overriding
|
|
447
|
+
*/
|
|
448
|
+
override?: boolean;
|
|
439
449
|
/**
|
|
440
450
|
* Whether or not the component should receive SDK-related props.
|
|
441
451
|
*/
|
package/lib/browser/dev.js
CHANGED
package/lib/browser/dev.jsx
CHANGED
package/lib/browser/index.js
CHANGED
package/lib/browser/index.jsx
CHANGED
package/lib/edge/dev.js
CHANGED
package/lib/edge/dev.jsx
CHANGED
package/lib/edge/index.js
CHANGED
package/lib/edge/index.jsx
CHANGED
package/lib/node/dev.js
CHANGED
package/lib/node/dev.jsx
CHANGED
package/lib/node/index.js
CHANGED
package/lib/node/index.jsx
CHANGED