@blinkk/root-cms 1.4.8 → 1.4.9

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/app.js CHANGED
@@ -7,7 +7,7 @@ import { render as renderToString } from "preact-render-to-string";
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "@blinkk/root-cms",
10
- version: "1.4.8",
10
+ version: "1.4.9",
11
11
  author: "s@blinkk.com",
12
12
  license: "MIT",
13
13
  engines: {
@@ -140,7 +140,7 @@ var package_default = {
140
140
  vitest: "0.34.6"
141
141
  },
142
142
  peerDependencies: {
143
- "@blinkk/root": "1.4.8",
143
+ "@blinkk/root": "1.4.9",
144
144
  "firebase-admin": ">=11",
145
145
  "firebase-functions": ">=4",
146
146
  preact: ">=10",
package/dist/core.d.ts CHANGED
@@ -2,7 +2,7 @@ import { L as LoadTranslationsOptions, T as TranslationsMap, a as LocaleTranslat
2
2
  export { A as Action, p as ArrayObject, z as BatchRequest, B as BatchRequestOptions, w as BatchRequestQuery, x as BatchRequestQueryOptions, C as BatchResponse, c as DataSource, d as DataSourceData, e as DataSourceMode, D as Doc, b as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, j as ListActionsOptions, g as ListDocsOptions, E as Locale, N as MultiLocaleTranslationsMap, R as Release, k as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, O as SingleLocaleTranslationsMap, F as SourceString, I as TranslatedString, i as Translation, y as TranslationsDoc, J as TranslationsDocMode, M as TranslationsLocaleDocEntry, K as TranslationsLocaleDocHashMap, P as TranslationsManager, U as UserRole, Q as buildTranslationsDbPath, V as buildTranslationsLocaleDocDbPath, m as getCmsPlugin, l as isRichTextData, q as marshalArray, n as marshalData, o as normalizeData, v as parseDocId, t as toArrayObject, s as translationsForLocale, r as unmarshalArray, u as unmarshalData } from './client-AE0BYn69.js';
3
3
  import { RootConfig } from '@blinkk/root';
4
4
  import { Query } from 'firebase-admin/firestore';
5
- export { s as schema } from './schema-NuZy-PDV.js';
5
+ export { s as schema } from './schema-tTvlPgCa.js';
6
6
  import 'firebase-admin/app';
7
7
  import 'preact';
8
8
 
package/dist/project.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { S as Schema } from './schema-NuZy-PDV.js';
1
+ import { S as Schema } from './schema-tTvlPgCa.js';
2
2
  import 'preact';
3
3
 
4
4
  /**
@@ -50,6 +50,7 @@ type SelectField = CommonFieldProps & {
50
50
  label?: string;
51
51
  }> | string[];
52
52
  translate?: boolean;
53
+ searchable?: boolean;
53
54
  };
54
55
  declare function select(field: Omit<SelectField, 'type'>): SelectField;
55
56
  type MultiSelectField = Omit<SelectField, 'type'> & {