@genesislcap/foundation-ui 14.233.1 → 14.234.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.
@@ -864,6 +864,219 @@
864
864
  }
865
865
  ]
866
866
  },
867
+ {
868
+ "kind": "javascript-module",
869
+ "path": "src/_config/index.ts",
870
+ "declarations": [],
871
+ "exports": [
872
+ {
873
+ "kind": "js",
874
+ "name": "*",
875
+ "declaration": {
876
+ "name": "*",
877
+ "package": "./styles"
878
+ }
879
+ },
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./tokens"
886
+ }
887
+ },
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./values"
894
+ }
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/accordion/accordion.styles.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "foundationAccordionStyles",
905
+ "return": {
906
+ "type": {
907
+ "text": "ElementStyles"
908
+ }
909
+ },
910
+ "parameters": [
911
+ {
912
+ "name": "context",
913
+ "type": {
914
+ "text": "ElementDefinitionContext"
915
+ }
916
+ },
917
+ {
918
+ "name": "definition",
919
+ "type": {
920
+ "text": "FoundationElementDefinition"
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ ],
926
+ "exports": [
927
+ {
928
+ "kind": "js",
929
+ "name": "foundationAccordionStyles",
930
+ "declaration": {
931
+ "name": "foundationAccordionStyles",
932
+ "module": "src/accordion/accordion.styles.ts"
933
+ }
934
+ }
935
+ ]
936
+ },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/accordion/accordion.template.ts",
940
+ "declarations": [
941
+ {
942
+ "kind": "function",
943
+ "name": "foundationAccordionTemplate",
944
+ "return": {
945
+ "type": {
946
+ "text": "ViewTemplate<Accordion>"
947
+ }
948
+ },
949
+ "parameters": [
950
+ {
951
+ "name": "context",
952
+ "type": {
953
+ "text": "ElementDefinitionContext"
954
+ }
955
+ },
956
+ {
957
+ "name": "definition",
958
+ "type": {
959
+ "text": "FoundationElementDefinition"
960
+ }
961
+ }
962
+ ]
963
+ }
964
+ ],
965
+ "exports": [
966
+ {
967
+ "kind": "js",
968
+ "name": "foundationAccordionTemplate",
969
+ "declaration": {
970
+ "name": "foundationAccordionTemplate",
971
+ "module": "src/accordion/accordion.template.ts"
972
+ }
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "kind": "javascript-module",
978
+ "path": "src/accordion/accordion.ts",
979
+ "declarations": [
980
+ {
981
+ "kind": "class",
982
+ "description": "",
983
+ "name": "Accordion",
984
+ "superclass": {
985
+ "name": "FASTAccordion",
986
+ "package": "@microsoft/fast-foundation"
987
+ },
988
+ "tagName": "%%prefix%%-accordion",
989
+ "customElement": true
990
+ },
991
+ {
992
+ "kind": "variable",
993
+ "name": "foundationAccordionShadowOptions",
994
+ "type": {
995
+ "text": "ShadowRootInit"
996
+ },
997
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
+ },
999
+ {
1000
+ "kind": "variable",
1001
+ "name": "defaultAccordionConfig",
1002
+ "type": {
1003
+ "text": "object"
1004
+ },
1005
+ "default": "{}"
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordion",
1010
+ "description": "The Foundation Accordion",
1011
+ "privacy": "public"
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "Accordion",
1018
+ "declaration": {
1019
+ "name": "Accordion",
1020
+ "module": "src/accordion/accordion.ts"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "declaration": {
1027
+ "name": "foundationAccordionShadowOptions",
1028
+ "module": "src/accordion/accordion.ts"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "defaultAccordionConfig",
1034
+ "declaration": {
1035
+ "name": "defaultAccordionConfig",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordion",
1042
+ "declaration": {
1043
+ "name": "foundationAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion.template"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
867
1080
  {
868
1081
  "kind": "javascript-module",
869
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1258,37 +1471,6 @@
1258
1471
  }
1259
1472
  ]
1260
1473
  },
1261
- {
1262
- "kind": "javascript-module",
1263
- "path": "src/_config/index.ts",
1264
- "declarations": [],
1265
- "exports": [
1266
- {
1267
- "kind": "js",
1268
- "name": "*",
1269
- "declaration": {
1270
- "name": "*",
1271
- "package": "./styles"
1272
- }
1273
- },
1274
- {
1275
- "kind": "js",
1276
- "name": "*",
1277
- "declaration": {
1278
- "name": "*",
1279
- "package": "./tokens"
1280
- }
1281
- },
1282
- {
1283
- "kind": "js",
1284
- "name": "*",
1285
- "declaration": {
1286
- "name": "*",
1287
- "package": "./values"
1288
- }
1289
- }
1290
- ]
1291
- },
1292
1474
  {
1293
1475
  "kind": "javascript-module",
1294
1476
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1848,188 +2030,6 @@
1848
2030
  }
1849
2031
  ]
1850
2032
  },
1851
- {
1852
- "kind": "javascript-module",
1853
- "path": "src/accordion/accordion.styles.ts",
1854
- "declarations": [
1855
- {
1856
- "kind": "function",
1857
- "name": "foundationAccordionStyles",
1858
- "return": {
1859
- "type": {
1860
- "text": "ElementStyles"
1861
- }
1862
- },
1863
- "parameters": [
1864
- {
1865
- "name": "context",
1866
- "type": {
1867
- "text": "ElementDefinitionContext"
1868
- }
1869
- },
1870
- {
1871
- "name": "definition",
1872
- "type": {
1873
- "text": "FoundationElementDefinition"
1874
- }
1875
- }
1876
- ]
1877
- }
1878
- ],
1879
- "exports": [
1880
- {
1881
- "kind": "js",
1882
- "name": "foundationAccordionStyles",
1883
- "declaration": {
1884
- "name": "foundationAccordionStyles",
1885
- "module": "src/accordion/accordion.styles.ts"
1886
- }
1887
- }
1888
- ]
1889
- },
1890
- {
1891
- "kind": "javascript-module",
1892
- "path": "src/accordion/accordion.template.ts",
1893
- "declarations": [
1894
- {
1895
- "kind": "function",
1896
- "name": "foundationAccordionTemplate",
1897
- "return": {
1898
- "type": {
1899
- "text": "ViewTemplate<Accordion>"
1900
- }
1901
- },
1902
- "parameters": [
1903
- {
1904
- "name": "context",
1905
- "type": {
1906
- "text": "ElementDefinitionContext"
1907
- }
1908
- },
1909
- {
1910
- "name": "definition",
1911
- "type": {
1912
- "text": "FoundationElementDefinition"
1913
- }
1914
- }
1915
- ]
1916
- }
1917
- ],
1918
- "exports": [
1919
- {
1920
- "kind": "js",
1921
- "name": "foundationAccordionTemplate",
1922
- "declaration": {
1923
- "name": "foundationAccordionTemplate",
1924
- "module": "src/accordion/accordion.template.ts"
1925
- }
1926
- }
1927
- ]
1928
- },
1929
- {
1930
- "kind": "javascript-module",
1931
- "path": "src/accordion/accordion.ts",
1932
- "declarations": [
1933
- {
1934
- "kind": "class",
1935
- "description": "",
1936
- "name": "Accordion",
1937
- "superclass": {
1938
- "name": "FASTAccordion",
1939
- "package": "@microsoft/fast-foundation"
1940
- },
1941
- "tagName": "%%prefix%%-accordion",
1942
- "customElement": true
1943
- },
1944
- {
1945
- "kind": "variable",
1946
- "name": "foundationAccordionShadowOptions",
1947
- "type": {
1948
- "text": "ShadowRootInit"
1949
- },
1950
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1951
- },
1952
- {
1953
- "kind": "variable",
1954
- "name": "defaultAccordionConfig",
1955
- "type": {
1956
- "text": "object"
1957
- },
1958
- "default": "{}"
1959
- },
1960
- {
1961
- "kind": "variable",
1962
- "name": "foundationAccordion",
1963
- "description": "The Foundation Accordion",
1964
- "privacy": "public"
1965
- }
1966
- ],
1967
- "exports": [
1968
- {
1969
- "kind": "js",
1970
- "name": "Accordion",
1971
- "declaration": {
1972
- "name": "Accordion",
1973
- "module": "src/accordion/accordion.ts"
1974
- }
1975
- },
1976
- {
1977
- "kind": "js",
1978
- "name": "foundationAccordionShadowOptions",
1979
- "declaration": {
1980
- "name": "foundationAccordionShadowOptions",
1981
- "module": "src/accordion/accordion.ts"
1982
- }
1983
- },
1984
- {
1985
- "kind": "js",
1986
- "name": "defaultAccordionConfig",
1987
- "declaration": {
1988
- "name": "defaultAccordionConfig",
1989
- "module": "src/accordion/accordion.ts"
1990
- }
1991
- },
1992
- {
1993
- "kind": "js",
1994
- "name": "foundationAccordion",
1995
- "declaration": {
1996
- "name": "foundationAccordion",
1997
- "module": "src/accordion/accordion.ts"
1998
- }
1999
- }
2000
- ]
2001
- },
2002
- {
2003
- "kind": "javascript-module",
2004
- "path": "src/accordion/index.ts",
2005
- "declarations": [],
2006
- "exports": [
2007
- {
2008
- "kind": "js",
2009
- "name": "*",
2010
- "declaration": {
2011
- "name": "*",
2012
- "package": "./accordion.template"
2013
- }
2014
- },
2015
- {
2016
- "kind": "js",
2017
- "name": "*",
2018
- "declaration": {
2019
- "name": "*",
2020
- "package": "./accordion.styles"
2021
- }
2022
- },
2023
- {
2024
- "kind": "js",
2025
- "name": "*",
2026
- "declaration": {
2027
- "name": "*",
2028
- "package": "./accordion"
2029
- }
2030
- }
2031
- ]
2032
- },
2033
2033
  {
2034
2034
  "kind": "javascript-module",
2035
2035
  "path": "src/anchor/anchor.styles.ts",
@@ -26850,6 +26850,14 @@
26850
26850
  },
26851
26851
  "default": "'No matching records'"
26852
26852
  },
26853
+ {
26854
+ "kind": "field",
26855
+ "name": "allowCustomOptions",
26856
+ "type": {
26857
+ "text": "boolean"
26858
+ },
26859
+ "default": "false"
26860
+ },
26853
26861
  {
26854
26862
  "kind": "field",
26855
26863
  "name": "labelFormatter"
@@ -26983,6 +26991,10 @@
26983
26991
  "module": "src/utils/base-datasource.ts"
26984
26992
  }
26985
26993
  },
26994
+ {
26995
+ "kind": "method",
26996
+ "name": "getInitialLabel"
26997
+ },
26986
26998
  {
26987
26999
  "kind": "method",
26988
27000
  "name": "resetCombobox"
@@ -27700,6 +27712,14 @@
27700
27712
  "default": "'No matching records'",
27701
27713
  "fieldName": "emptyDataLabel"
27702
27714
  },
27715
+ {
27716
+ "name": "allow-custom-options",
27717
+ "type": {
27718
+ "text": "boolean"
27719
+ },
27720
+ "default": "false",
27721
+ "fieldName": "allowCustomOptions"
27722
+ },
27703
27723
  {
27704
27724
  "type": {
27705
27725
  "text": "boolean"
@@ -27828,6 +27848,21 @@
27828
27848
  }
27829
27849
  ]
27830
27850
  },
27851
+ {
27852
+ "kind": "javascript-module",
27853
+ "path": "src/overlays/index.ts",
27854
+ "declarations": [],
27855
+ "exports": [
27856
+ {
27857
+ "kind": "js",
27858
+ "name": "*",
27859
+ "declaration": {
27860
+ "name": "*",
27861
+ "package": "./system-health"
27862
+ }
27863
+ }
27864
+ ]
27865
+ },
27831
27866
  {
27832
27867
  "kind": "javascript-module",
27833
27868
  "path": "src/patterns/define.ts",
@@ -27928,21 +27963,6 @@
27928
27963
  }
27929
27964
  ]
27930
27965
  },
27931
- {
27932
- "kind": "javascript-module",
27933
- "path": "src/overlays/index.ts",
27934
- "declarations": [],
27935
- "exports": [
27936
- {
27937
- "kind": "js",
27938
- "name": "*",
27939
- "declaration": {
27940
- "name": "*",
27941
- "package": "./system-health"
27942
- }
27943
- }
27944
- ]
27945
- },
27946
27966
  {
27947
27967
  "kind": "javascript-module",
27948
27968
  "path": "src/popper/index.ts",
@@ -6,6 +6,7 @@ export declare class OptionsDatasource extends BaseDatasource {
6
6
  optionElement: string;
7
7
  valueField: string;
8
8
  emptyDataLabel: string;
9
+ allowCustomOptions: boolean;
9
10
  labelFormatter: any;
10
11
  initialSelectedValue: string | number;
11
12
  initialSelectedValueChanged(oldValue: any, newValue: any): void;
@@ -26,6 +27,7 @@ export declare class OptionsDatasource extends BaseDatasource {
26
27
  clearData(): void;
27
28
  private checkOverflow;
28
29
  syncComponentData(snapshotData?: any[]): void;
30
+ getInitialLabel(): string | number;
29
31
  resetCombobox(): void;
30
32
  handleStreamInserts(insertedRows: any[]): void;
31
33
  handleStreamDeletes(deletedRows: any[]): void;
@@ -1 +1 @@
1
- {"version":3,"file":"options-datasource.d.ts","sourceRoot":"","sources":["../../../src/options-datasource/options-datasource.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,cAAc,EAAqB,MAAM,UAAU,CAAC;AAG7D,qBAGa,iBAAkB,SAAQ,cAAc;IACf,UAAU,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAyB;IAC5E,cAAc,MAAC;IAEf,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAC;IAClD,2BAA2B,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAQ9C,8BAA8B,EAAE,OAAO,CAAS;IAEhD,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAQ;IAElC,SAAS,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAEnD,OAAO,CAAC,cAAc,CAAiB;IAEjC,iBAAiB;IAkBvB,oBAAoB;IAQpB,OAAO,CAAC,sBAAsB,CAI5B;IAEF,mBAAmB,mBAKjB;IAEF,SAAS;IAcH,sBAAsB;IAY5B,SAAS,IAAI,IAAI;IAUjB,OAAO,CAAC,aAAa;IAYrB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IAiDtC,aAAa;IAMb,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
1
+ {"version":3,"file":"options-datasource.d.ts","sourceRoot":"","sources":["../../../src/options-datasource/options-datasource.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,EAAE,cAAc,EAAqB,MAAM,UAAU,CAAC;AAG7D,qBAGa,iBAAkB,SAAQ,cAAc;IACf,UAAU,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAyB;IAC1B,kBAAkB,UAAS;IAC7E,cAAc,MAAC;IAEf,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAC;IAClD,2BAA2B,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA;IAQ9C,8BAA8B,EAAE,OAAO,CAAS;IAEhD,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAQ;IAElC,SAAS,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAEnD,OAAO,CAAC,cAAc,CAAiB;IAEjC,iBAAiB;IAkBvB,oBAAoB;IAQpB,OAAO,CAAC,sBAAsB,CAI5B;IAEF,mBAAmB,mBAQjB;IAEF,SAAS;IAcH,sBAAsB;IAY5B,SAAS,IAAI,IAAI;IAUjB,OAAO,CAAC,aAAa;IAYrB,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IA8CtC,eAAe;IAcf,aAAa;IAMb,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE,GAAG,IAAI;IAI9C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;IAI7C,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE,GAAG,IAAI;CAG9C"}
@@ -9,6 +9,7 @@ let OptionsDatasource = OptionsDatasource_1 = class OptionsDatasource extends Ba
9
9
  constructor() {
10
10
  super(...arguments);
11
11
  this.emptyDataLabel = 'No matching records';
12
+ this.allowCustomOptions = false;
12
13
  this.initalSelectedValueInitialized = false;
13
14
  this.isSnapshot = true;
14
15
  this.resizeObserverCallback = (entries) => {
@@ -18,8 +19,14 @@ let OptionsDatasource = OptionsDatasource_1 = class OptionsDatasource extends Ba
18
19
  };
19
20
  this.selectChangeHandler = (e) => {
20
21
  var _a;
21
- const selectedOption = (_a = this.options) === null || _a === void 0 ? void 0 : _a.find((option) => String(option.label) === e.target.value);
22
- this.select.$emit('value-change', selectedOption);
22
+ const value = e.target.value;
23
+ const selectedOption = (_a = this.options) === null || _a === void 0 ? void 0 : _a.find((option) => String(option.label) === value);
24
+ if (!selectedOption && this.allowCustomOptions && this.select instanceof FASTComboBox) {
25
+ this.select.$emit('value-change', { label: value, value });
26
+ }
27
+ else {
28
+ this.select.$emit('value-change', selectedOption);
29
+ }
23
30
  };
24
31
  }
25
32
  initialSelectedValueChanged(oldValue, newValue) {
@@ -97,7 +104,6 @@ let OptionsDatasource = OptionsDatasource_1 = class OptionsDatasource extends Ba
97
104
  }
98
105
  }
99
106
  syncComponentData(snapshotData) {
100
- var _a;
101
107
  const rowData = snapshotData !== null && snapshotData !== void 0 ? snapshotData : Array.from(this.rowsSyncedWithStream.values());
102
108
  if (rowData.length > 0) {
103
109
  this.options = rowData.map((row) => {
@@ -122,9 +128,7 @@ let OptionsDatasource = OptionsDatasource_1 = class OptionsDatasource extends Ba
122
128
  if (!this.initalSelectedValueInitialized ||
123
129
  (this.select instanceof FASTComboBox && !this.select.async)) {
124
130
  this.resetCombobox();
125
- const initialLabel = this.initialSelectedValue || this.initialSelectedValue === 0
126
- ? (_a = this.options.find((x) => x.value === this.initialSelectedValue)) === null || _a === void 0 ? void 0 : _a.label
127
- : '';
131
+ const initialLabel = this.getInitialLabel();
128
132
  DOM.queueUpdate(() => {
129
133
  this.select.value = String(initialLabel);
130
134
  });
@@ -139,6 +143,21 @@ let OptionsDatasource = OptionsDatasource_1 = class OptionsDatasource extends Ba
139
143
  this.select.appendChild(option);
140
144
  }
141
145
  }
146
+ getInitialLabel() {
147
+ var _a, _b;
148
+ let initialValue = '';
149
+ if (this.initialSelectedValue || this.initialSelectedValue === 0) {
150
+ if (this.allowCustomOptions && this.select instanceof FASTComboBox) {
151
+ initialValue =
152
+ ((_a = this.options.find((x) => x.value === this.initialSelectedValue)) === null || _a === void 0 ? void 0 : _a.label) ||
153
+ this.initialSelectedValue;
154
+ }
155
+ else {
156
+ initialValue = ((_b = this.options.find((x) => x.value === this.initialSelectedValue)) === null || _b === void 0 ? void 0 : _b.label) || '';
157
+ }
158
+ }
159
+ return initialValue;
160
+ }
142
161
  resetCombobox() {
143
162
  if (this.select && this.select instanceof FASTComboBox) {
144
163
  this.select.resetCombobox();
@@ -166,6 +185,9 @@ __decorate([
166
185
  __decorate([
167
186
  attr({ attribute: 'empty-data-label' })
168
187
  ], OptionsDatasource.prototype, "emptyDataLabel", void 0);
188
+ __decorate([
189
+ attr({ mode: 'boolean', attribute: 'allow-custom-options' })
190
+ ], OptionsDatasource.prototype, "allowCustomOptions", void 0);
169
191
  __decorate([
170
192
  observable
171
193
  ], OptionsDatasource.prototype, "labelFormatter", void 0);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.233.1",
4
+ "version": "14.234.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.233.1",
87
- "@genesislcap/genx": "14.233.1",
88
- "@genesislcap/rollup-builder": "14.233.1",
89
- "@genesislcap/ts-builder": "14.233.1",
90
- "@genesislcap/uvu-playwright-builder": "14.233.1",
91
- "@genesislcap/vite-builder": "14.233.1",
92
- "@genesislcap/webpack-builder": "14.233.1",
86
+ "@genesislcap/foundation-testing": "14.234.0",
87
+ "@genesislcap/genx": "14.234.0",
88
+ "@genesislcap/rollup-builder": "14.234.0",
89
+ "@genesislcap/ts-builder": "14.234.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.234.0",
91
+ "@genesislcap/vite-builder": "14.234.0",
92
+ "@genesislcap/webpack-builder": "14.234.0",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,13 +100,13 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/foundation-comms": "14.233.1",
104
- "@genesislcap/foundation-criteria": "14.233.1",
105
- "@genesislcap/foundation-errors": "14.233.1",
106
- "@genesislcap/foundation-logger": "14.233.1",
107
- "@genesislcap/foundation-notifications": "14.233.1",
108
- "@genesislcap/foundation-user": "14.233.1",
109
- "@genesislcap/foundation-utils": "14.233.1",
103
+ "@genesislcap/foundation-comms": "14.234.0",
104
+ "@genesislcap/foundation-criteria": "14.234.0",
105
+ "@genesislcap/foundation-errors": "14.234.0",
106
+ "@genesislcap/foundation-logger": "14.234.0",
107
+ "@genesislcap/foundation-notifications": "14.234.0",
108
+ "@genesislcap/foundation-user": "14.234.0",
109
+ "@genesislcap/foundation-utils": "14.234.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "89607c1393b8e6b0538b36c96371237421b20eae"
131
+ "gitHead": "e3a9483a85395d3322649f3b6bf2a712774040ce"
132
132
  }