@mgarlik/datastore 0.1.12 → 0.1.13

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.cts CHANGED
@@ -108,6 +108,7 @@ type ProviderSchemaItemType = {
108
108
  editable?: boolean | RuleType;
109
109
  type?: "string" | "number" | "date" | "boolean";
110
110
  form?: "textInput" | "select" | "switch" | "dateTime" | "radio";
111
+ multiple?: boolean;
111
112
  mode?: "screen";
112
113
  title?: string;
113
114
  placeholder?: string;
package/dist/index.d.ts CHANGED
@@ -108,6 +108,7 @@ type ProviderSchemaItemType = {
108
108
  editable?: boolean | RuleType;
109
109
  type?: "string" | "number" | "date" | "boolean";
110
110
  form?: "textInput" | "select" | "switch" | "dateTime" | "radio";
111
+ multiple?: boolean;
111
112
  mode?: "screen";
112
113
  title?: string;
113
114
  placeholder?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mgarlik/datastore",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Full DataStoreProvider package extracted from src/dataStore with REST and Socket support.",
5
5
  "license": "MIT",
6
6
  "type": "module",