@uniformdev/canvas 19.23.1-alpha.12 → 19.24.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 +0 -42
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -435,11 +435,6 @@ 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;
443
438
  };
444
439
  /**
445
440
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -1054,11 +1049,6 @@ interface external$9 {
1054
1049
  default: string;
1055
1050
  /** @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. */
1056
1051
  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;
1062
1052
  };
1063
1053
  /**
1064
1054
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -1684,11 +1674,6 @@ interface external$8 {
1684
1674
  default: string;
1685
1675
  /** @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. */
1686
1676
  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;
1692
1677
  };
1693
1678
  /**
1694
1679
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -2245,11 +2230,6 @@ interface external$7 {
2245
2230
  default: string;
2246
2231
  /** @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. */
2247
2232
  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;
2253
2233
  };
2254
2234
  /**
2255
2235
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -2841,11 +2821,6 @@ interface external$6 {
2841
2821
  default: string;
2842
2822
  /** @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. */
2843
2823
  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;
2849
2824
  };
2850
2825
  /**
2851
2826
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -3823,11 +3798,6 @@ interface external$5 {
3823
3798
  default: string;
3824
3799
  /** @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. */
3825
3800
  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;
3831
3801
  };
3832
3802
  /**
3833
3803
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -4630,11 +4600,6 @@ interface external$3 {
4630
4600
  default: string;
4631
4601
  /** @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. */
4632
4602
  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;
4638
4603
  };
4639
4604
  /**
4640
4605
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -6053,11 +6018,6 @@ interface external$2 {
6053
6018
  default: string;
6054
6019
  /** @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. */
6055
6020
  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;
6061
6021
  };
6062
6022
  /**
6063
6023
  * @description Data definitions attached to this component. The property name is the key of the data in the data document.
@@ -7585,7 +7545,6 @@ declare class DataSourceClient extends ApiClient {
7585
7545
  type?: string | undefined;
7586
7546
  default: string;
7587
7547
  order?: number | undefined;
7588
- source?: string | undefined;
7589
7548
  };
7590
7549
  } | undefined;
7591
7550
  custom?: {
@@ -7615,7 +7574,6 @@ declare class DataSourceClient extends ApiClient {
7615
7574
  type?: string | undefined;
7616
7575
  default: string;
7617
7576
  order?: number | undefined;
7618
- source?: string | undefined;
7619
7577
  };
7620
7578
  } | undefined;
7621
7579
  custom?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.23.1-alpha.12+669adf812",
3
+ "version": "19.24.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.23.1-alpha.12+669adf812",
41
+ "@uniformdev/context": "19.24.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": "669adf812df13a7856fb9bc5c4332c77e0697f3f"
50
+ "gitHead": "ca1c309ce7eed5bffa76130e2baa0f03b08377ac"
51
51
  }