@adminide-stack/core 1.1.1-alpha.408 → 1.1.1-alpha.423

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.
@@ -1,5 +1,8 @@
1
1
  import { IConfigurationRegistry as IWorkspaceIConfigurationRegistry, IConfigurationPropertySchema as IWorksapceConfigurationPropertySchema, IConfigurationNode as IWorkspaceConfigurationNode, ConfigurationScope } from '@workbench-stack/core';
2
2
  export declare type IConfigurationRegistry = IWorkspaceIConfigurationRegistry<ConfigurationScope>;
3
- export declare type IConfigurationPropertySchema = IWorksapceConfigurationPropertySchema<ConfigurationScope>;
3
+ export declare type IConfigurationPropertySchema = IWorksapceConfigurationPropertySchema<ConfigurationScope> & {
4
+ disallowSyncIgnore?: boolean;
5
+ enumItemLabels?: string[];
6
+ };
4
7
  export declare type IConfigurationNode = IWorkspaceConfigurationNode<ConfigurationScope>;
5
8
  export { IRegistry, Extensions } from '@workbench-stack/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/core",
3
- "version": "1.1.1-alpha.408",
3
+ "version": "1.1.1-alpha.423",
4
4
  "description": "AdminIDE core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -52,5 +52,5 @@
52
52
  "typescript": {
53
53
  "definition": "lib/index.d.ts"
54
54
  },
55
- "gitHead": "e0f0e1fcbb94e63c5e598f380ef323aba5e22457"
55
+ "gitHead": "c647293c899b751115029e3a8b69e0aadad84a0e"
56
56
  }