@uniformdev/project-map 20.39.3-alpha.11 → 20.41.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/dist/index.d.mts CHANGED
@@ -168,6 +168,30 @@ interface components$2 {
168
168
  /** @description The prefix of the url generated by this projectMap */
169
169
  baseUrl?: string;
170
170
  default?: boolean;
171
+ /** @description Global query strings that are allowed on all nodes in this project map */
172
+ globalQueryStrings?: components$2["schemas"]["ProjectMapNodeAllowedQueryString"][];
173
+ };
174
+ ProjectMapNodeAllowedQueryString: {
175
+ /** @description The name of the query string parameter */
176
+ name: string;
177
+ /** @description The default value of the query string if it is not provided by an incoming route path */
178
+ value?: string;
179
+ /** @description Help text for authors who might be setting up a preview value for this query string */
180
+ helpText?: string;
181
+ /** @description Configuration for providing a list of allowed values for this query string */
182
+ optionsSource?: {
183
+ /**
184
+ * @description The source type for the options
185
+ * @enum {string}
186
+ */
187
+ source: "static";
188
+ options: {
189
+ /** @description Display name for the option */
190
+ name: string;
191
+ /** @description The actual value to be used */
192
+ value: string;
193
+ }[];
194
+ };
171
195
  };
172
196
  Error: {
173
197
  /** @description Error message(s) that occurred while processing the request */
@@ -446,6 +470,20 @@ interface components$1 {
446
470
  value?: string;
447
471
  /** @description Help text for authors who might be setting up a preview value for this query string */
448
472
  helpText?: string;
473
+ /** @description Configuration for providing a list of allowed values for this query string */
474
+ optionsSource?: {
475
+ /**
476
+ * @description The source type for the options
477
+ * @enum {string}
478
+ */
479
+ source: "static";
480
+ options: {
481
+ /** @description Display name for the option */
482
+ name: string;
483
+ /** @description The actual value to be used */
484
+ value: string;
485
+ }[];
486
+ };
449
487
  };
450
488
  };
451
489
  responses: never;
@@ -685,6 +723,20 @@ interface components {
685
723
  value?: string;
686
724
  /** @description Help text for authors who might be setting up a preview value for this query string */
687
725
  helpText?: string;
726
+ /** @description Configuration for providing a list of allowed values for this query string */
727
+ optionsSource?: {
728
+ /**
729
+ * @description The source type for the options
730
+ * @enum {string}
731
+ */
732
+ source: "static";
733
+ options: {
734
+ /** @description Display name for the option */
735
+ name: string;
736
+ /** @description The actual value to be used */
737
+ value: string;
738
+ }[];
739
+ };
688
740
  };
689
741
  ProjectMapNodeData: {
690
742
  /** @description While performing a search if a node is a hit, this property will return true. If it's supporting structure, like a parent of a search hit, it will return false */
package/dist/index.d.ts CHANGED
@@ -168,6 +168,30 @@ interface components$2 {
168
168
  /** @description The prefix of the url generated by this projectMap */
169
169
  baseUrl?: string;
170
170
  default?: boolean;
171
+ /** @description Global query strings that are allowed on all nodes in this project map */
172
+ globalQueryStrings?: components$2["schemas"]["ProjectMapNodeAllowedQueryString"][];
173
+ };
174
+ ProjectMapNodeAllowedQueryString: {
175
+ /** @description The name of the query string parameter */
176
+ name: string;
177
+ /** @description The default value of the query string if it is not provided by an incoming route path */
178
+ value?: string;
179
+ /** @description Help text for authors who might be setting up a preview value for this query string */
180
+ helpText?: string;
181
+ /** @description Configuration for providing a list of allowed values for this query string */
182
+ optionsSource?: {
183
+ /**
184
+ * @description The source type for the options
185
+ * @enum {string}
186
+ */
187
+ source: "static";
188
+ options: {
189
+ /** @description Display name for the option */
190
+ name: string;
191
+ /** @description The actual value to be used */
192
+ value: string;
193
+ }[];
194
+ };
171
195
  };
172
196
  Error: {
173
197
  /** @description Error message(s) that occurred while processing the request */
@@ -446,6 +470,20 @@ interface components$1 {
446
470
  value?: string;
447
471
  /** @description Help text for authors who might be setting up a preview value for this query string */
448
472
  helpText?: string;
473
+ /** @description Configuration for providing a list of allowed values for this query string */
474
+ optionsSource?: {
475
+ /**
476
+ * @description The source type for the options
477
+ * @enum {string}
478
+ */
479
+ source: "static";
480
+ options: {
481
+ /** @description Display name for the option */
482
+ name: string;
483
+ /** @description The actual value to be used */
484
+ value: string;
485
+ }[];
486
+ };
449
487
  };
450
488
  };
451
489
  responses: never;
@@ -685,6 +723,20 @@ interface components {
685
723
  value?: string;
686
724
  /** @description Help text for authors who might be setting up a preview value for this query string */
687
725
  helpText?: string;
726
+ /** @description Configuration for providing a list of allowed values for this query string */
727
+ optionsSource?: {
728
+ /**
729
+ * @description The source type for the options
730
+ * @enum {string}
731
+ */
732
+ source: "static";
733
+ options: {
734
+ /** @description Display name for the option */
735
+ name: string;
736
+ /** @description The actual value to be used */
737
+ value: string;
738
+ }[];
739
+ };
688
740
  };
689
741
  ProjectMapNodeData: {
690
742
  /** @description While performing a search if a node is a hit, this property will return true. If it's supporting structure, like a parent of a search hit, it will return false */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/project-map",
3
- "version": "20.39.3-alpha.11+b3ab5fb305",
3
+ "version": "20.41.0",
4
4
  "description": "Uniform Project Map",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,11 +33,11 @@
33
33
  "/dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "20.39.3-alpha.11+b3ab5fb305",
37
- "@uniformdev/context": "20.39.3-alpha.11+b3ab5fb305"
36
+ "@uniformdev/canvas": "20.41.0",
37
+ "@uniformdev/context": "20.41.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "b3ab5fb305533690de4bbd859a69196b6c26ee2f"
42
+ "gitHead": "0ec454ba75fa0b042566d38359e1db3bca61c30d"
43
43
  }