@wix/app-extensions 1.0.149 → 1.0.151

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/README.md ADDED
@@ -0,0 +1,20 @@
1
+ ### What are App Extensions?
2
+
3
+ App Extensions enhance the Wix App Public SDK by providing access to various app functionalities and data. These improvements aim to streamline development and enhance coding experiences, including:
4
+
5
+ - **Slot Props**: Access to component props for slots in Wix apps.
6
+ - **Pickers**: Simplified item selection workflows.
7
+ - **Modals**: Easy-to-navigate modal management.
8
+ - **Pages**: Access to Wix page data and navigation builders.
9
+ - **Lightbox**: Data specific to Lightbox apps.
10
+ - **Frontend Module Capabilities**: Integration with frontend modules for site functionality.
11
+ - **PopulateSlots**: Ability to add plugins to supported slots in apps.
12
+
13
+ #### Key Features:
14
+ - Directly import component props from the SDK to enhance plugin development.
15
+ - Improved dashboard navigation using page and modal builders.
16
+ - Mapping app IDs to SDK modules for better configurability.
17
+ - Automatic compilation of SDK packages to include pages, modals, pickers, and slots.
18
+ - Integration with frontend modules for seamless use in site code.
19
+
20
+ App Extensions simplify complex workflows, reduce dependency on documentation, and improve the overall developer experience.
@@ -72,6 +72,7 @@ __export(index_exports, {
72
72
  ComponentPresent: () => ComponentPresent,
73
73
  ComponentToViewOption: () => ComponentToViewOption,
74
74
  ComponentType: () => ComponentType,
75
+ ConfigurationScope: () => ConfigurationScope,
75
76
  ConfirmationLevel: () => ConfirmationLevel,
76
77
  ConnectMethod: () => ConnectMethod,
77
78
  ConnectionMethod: () => ConnectionMethod,
@@ -266,7 +267,6 @@ __export(index_exports, {
266
267
  SchemaFieldExposure: () => SchemaFieldExposure,
267
268
  SchemaFieldFieldType: () => SchemaFieldFieldType,
268
269
  SchemaScope: () => SchemaScope,
269
- Scope: () => Scope,
270
270
  ScopeSeparator: () => ScopeSeparator,
271
271
  ScopeType: () => ScopeType,
272
272
  ScriptType: () => ScriptType,
@@ -2475,12 +2475,12 @@ var WixCodePublishTaskName = /* @__PURE__ */ ((WixCodePublishTaskName2) => {
2475
2475
  WixCodePublishTaskName2["CODE_PACKAGES_REGISTRATION"] = "CODE_PACKAGES_REGISTRATION";
2476
2476
  return WixCodePublishTaskName2;
2477
2477
  })(WixCodePublishTaskName || {});
2478
- var Scope = /* @__PURE__ */ ((Scope2) => {
2479
- Scope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
2480
- Scope2["SITE"] = "SITE";
2481
- Scope2["ENTITY"] = "ENTITY";
2482
- return Scope2;
2483
- })(Scope || {});
2478
+ var ConfigurationScope = /* @__PURE__ */ ((ConfigurationScope2) => {
2479
+ ConfigurationScope2["UNKNOWN_SCOPE"] = "UNKNOWN_SCOPE";
2480
+ ConfigurationScope2["SITE"] = "SITE";
2481
+ ConfigurationScope2["ENTITY"] = "ENTITY";
2482
+ return ConfigurationScope2;
2483
+ })(ConfigurationScope || {});
2484
2484
  var ChannelConfigurationChannelType = /* @__PURE__ */ ((ChannelConfigurationChannelType2) => {
2485
2485
  ChannelConfigurationChannelType2["UNKNOWN_CHANNEL_TYPE"] = "UNKNOWN_CHANNEL_TYPE";
2486
2486
  ChannelConfigurationChannelType2["DIRECT_MESSAGING"] = "DIRECT_MESSAGING";
@@ -6747,6 +6747,7 @@ function webhookProviderModule({
6747
6747
  ComponentPresent,
6748
6748
  ComponentToViewOption,
6749
6749
  ComponentType,
6750
+ ConfigurationScope,
6750
6751
  ConfirmationLevel,
6751
6752
  ConnectMethod,
6752
6753
  ConnectionMethod,
@@ -6941,7 +6942,6 @@ function webhookProviderModule({
6941
6942
  SchemaFieldExposure,
6942
6943
  SchemaFieldFieldType,
6943
6944
  SchemaScope,
6944
- Scope,
6945
6945
  ScopeSeparator,
6946
6946
  ScopeType,
6947
6947
  ScriptType,