@uniformdev/assets 19.122.1-alpha.0 → 19.125.2-alpha.3

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.mts CHANGED
@@ -739,6 +739,12 @@ interface external {
739
739
  };
740
740
  /** @description Allows overriding a display variant is allowed, if it is defined on the component the pattern is derived from. Default = false. */
741
741
  variants?: boolean;
742
+ /**
743
+ * @description If true, parameters that are not overridable will be hidden by default on pattern instances' editors.
744
+ * If false, all parameters will be shown on pattern instances' editors, but locked parameters will be read-only.
745
+ * If not set, the default is false.
746
+ */
747
+ hideLockedParameters?: boolean;
742
748
  };
743
749
  /**
744
750
  * @description Whether a parameter is overridable
package/dist/index.d.ts CHANGED
@@ -739,6 +739,12 @@ interface external {
739
739
  };
740
740
  /** @description Allows overriding a display variant is allowed, if it is defined on the component the pattern is derived from. Default = false. */
741
741
  variants?: boolean;
742
+ /**
743
+ * @description If true, parameters that are not overridable will be hidden by default on pattern instances' editors.
744
+ * If false, all parameters will be shown on pattern instances' editors, but locked parameters will be read-only.
745
+ * If not set, the default is false.
746
+ */
747
+ hideLockedParameters?: boolean;
742
748
  };
743
749
  /**
744
750
  * @description Whether a parameter is overridable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/assets",
3
- "version": "19.122.1-alpha.0+03f737f1b5",
3
+ "version": "19.125.2-alpha.3+6bb657551a",
4
4
  "description": "Uniform Assets",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@uniformdev/context": "19.122.1-alpha.0+03f737f1b5"
39
+ "@uniformdev/context": "19.125.2-alpha.3+6bb657551a"
40
40
  },
41
- "gitHead": "03f737f1b507886971bc90dde2367d1bf85f5edf"
41
+ "gitHead": "6bb657551ac6e37a7990deace389c581b94176fc"
42
42
  }