@uniformdev/canvas 19.24.0 → 19.25.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +42 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -435,6 +435,11 @@ interface components$4 {
435
435
  default: string;
436
436
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
437
437
  order?: number;
438
+ /**
439
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
440
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
441
+ */
442
+ source?: string;
438
443
  };
439
444
  /**
440
445
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -1049,6 +1054,11 @@ interface external$9 {
1049
1054
  default: string;
1050
1055
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
1051
1056
  order?: number;
1057
+ /**
1058
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
1059
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
1060
+ */
1061
+ source?: string;
1052
1062
  };
1053
1063
  /**
1054
1064
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -1674,6 +1684,11 @@ interface external$8 {
1674
1684
  default: string;
1675
1685
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
1676
1686
  order?: number;
1687
+ /**
1688
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
1689
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
1690
+ */
1691
+ source?: string;
1677
1692
  };
1678
1693
  /**
1679
1694
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -2230,6 +2245,11 @@ interface external$7 {
2230
2245
  default: string;
2231
2246
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
2232
2247
  order?: number;
2248
+ /**
2249
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
2250
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
2251
+ */
2252
+ source?: string;
2233
2253
  };
2234
2254
  /**
2235
2255
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -2821,6 +2841,11 @@ interface external$6 {
2821
2841
  default: string;
2822
2842
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
2823
2843
  order?: number;
2844
+ /**
2845
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
2846
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
2847
+ */
2848
+ source?: string;
2824
2849
  };
2825
2850
  /**
2826
2851
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -3798,6 +3823,11 @@ interface external$5 {
3798
3823
  default: string;
3799
3824
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
3800
3825
  order?: number;
3826
+ /**
3827
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
3828
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
3829
+ */
3830
+ source?: string;
3801
3831
  };
3802
3832
  /**
3803
3833
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -4600,6 +4630,11 @@ interface external$3 {
4600
4630
  default: string;
4601
4631
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
4602
4632
  order?: number;
4633
+ /**
4634
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
4635
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
4636
+ */
4637
+ source?: string;
4603
4638
  };
4604
4639
  /**
4605
4640
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -6018,6 +6053,11 @@ interface external$2 {
6018
6053
  default: string;
6019
6054
  /** @description Sets the order of the variable when displayed in a list with other variables. If not set, the order defaults to alphabetical with any explicitly set orders first in the list. */
6020
6055
  order?: number;
6056
+ /**
6057
+ * @description An optional arbitrary human readable source identifier to describe where this variable is from.
6058
+ * Some user interfaces may group variables by source value, for example 'From URL' or 'My Integration'.
6059
+ */
6060
+ source?: string;
6021
6061
  };
6022
6062
  /**
6023
6063
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -7545,6 +7585,7 @@ declare class DataSourceClient extends ApiClient {
7545
7585
  type?: string | undefined;
7546
7586
  default: string;
7547
7587
  order?: number | undefined;
7588
+ source?: string | undefined;
7548
7589
  };
7549
7590
  } | undefined;
7550
7591
  custom?: {
@@ -7574,6 +7615,7 @@ declare class DataSourceClient extends ApiClient {
7574
7615
  type?: string | undefined;
7575
7616
  default: string;
7576
7617
  order?: number | undefined;
7618
+ source?: string | undefined;
7577
7619
  };
7578
7620
  } | undefined;
7579
7621
  custom?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.24.0",
3
+ "version": "19.25.0",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  "pusher-js": "8.0.1"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/context": "19.24.0",
41
+ "@uniformdev/context": "19.25.0",
42
42
  "immer": "9.0.21"
43
43
  },
44
44
  "files": [
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "ca1c309ce7eed5bffa76130e2baa0f03b08377ac"
50
+ "gitHead": "cb76e00b562db60df1804aa968906f2297079ed2"
51
51
  }