ire-preview 3.2.53 → 3.2.55

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.
@@ -23,7 +23,7 @@ export declare const useGlobalStore: import('pinia').StoreDefinition<"global", P
23
23
  customTypesPathCss: import('vue').ComputedRef<any>;
24
24
  setData: (data: any) => void;
25
25
  setIrePlaginWp: (val: IrePlagin) => void;
26
- }, "hoverdSvg" | "tooltip" | "shortcodeData" | "irePlaginWp">, Pick<{
26
+ }, "tooltip" | "hoverdSvg" | "shortcodeData" | "irePlaginWp">, Pick<{
27
27
  hoverdSvg: import('vue').Ref<any, any>;
28
28
  tooltip: import('vue').Ref<string, string>;
29
29
  shortcodeData: import('vue').Ref<ShortcodeData | undefined, ShortcodeData | undefined>;
@@ -200,6 +200,7 @@ export interface ShortcodeData {
200
200
  meta: ProjectMeta[];
201
201
  actions: ActionItem[];
202
202
  configs: {
203
+ flatFieldQueryParameter: string;
203
204
  tableFields: TableFieldsType[];
204
205
  tableContactUrl: string;
205
206
  hasTableOneColumn: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.2.53",
3
+ "version": "3.2.55",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,