easy-email-extensions 4.0.0-alpha.2 → 4.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { e as Align, A as AttributePanel, f as AttributesPanelWrapper,
|
1
|
+
export { e as Align, A as AttributePanel, f as AttributesPanelWrapper, a1 as AutoCompleteField, j as Background, m as BackgroundColor, d as BlockAttributeConfigurationManager, B as BlockLayer, y as BlockMarketManager, z as BlockMaskWrapper, p as Border, q as BorderColor, t as BorderStyle, v as BorderWidth, a5 as CheckboxField, x as ClassName, C as Color, Y as ColorPickerField, h as ContainerBackgroundColor, a4 as DatePickerField, D as Decoration, n as Direction, a7 as EditGridTabField, a6 as EditTabField, F as FontFamily, r as FontSize, u as FontStyle, w as FontWeight, H as Height, _ as ImageUploaderField, a8 as InlineTextField, O as InputWithUnitField, I as InteractivePrompt, L as LetterSpacing, k as LineHeight, o as Link, M as Margin, J as MergeTagBadgePrompt, s as MergeTags, N as NavbarLinkPadding, U as NumberField, P as Padding, a2 as RadioGroupField, aa as RichTextField, Q as SearchField, $ as SelectField, S as ShortcutToolbar, G as SimpleLayout, X as SliderField, E as SourceCodePanel, a3 as SwitchField, T as TextAlign, R as TextAreaField, i as TextDecoration, K as TextField, l as TextTransform, a0 as TreeSelectField, Z as UploadField, V as VerticalAlign, W as Width, a9 as enhancer, b as getBlockTitle, g as getContextMergeTags, a as getIconNameByBlockType } from "./index2.js";
|
2
2
|
import "react";
|
3
3
|
import "easy-email-editor";
|
4
4
|
import "easy-email-core";
|
package/lib/index2.js
CHANGED
@@ -40184,7 +40184,8 @@ function EditGridTab(props) {
|
|
40184
40184
|
const { value, additionItem } = props;
|
40185
40185
|
const onAdd = (index2) => {
|
40186
40186
|
let newItem = additionItem || lodash.exports.cloneDeep(value[index2]);
|
40187
|
-
|
40187
|
+
value.splice(index2 + 1, 0, newItem);
|
40188
|
+
props.onChange([...value]);
|
40188
40189
|
};
|
40189
40190
|
const onDelete = (index2) => {
|
40190
40191
|
props.onChange(value.filter((_, vIndex) => Number(index2) !== vIndex));
|
@@ -47631,5 +47632,5 @@ const SimpleLayout = (props) => {
|
|
47631
47632
|
}, "Source code")
|
47632
47633
|
}, /* @__PURE__ */ React__default.createElement(SourceCodePanel, null))))), /* @__PURE__ */ React__default.createElement(InteractivePrompt, null), /* @__PURE__ */ React__default.createElement(MergeTagBadgePrompt, null)));
|
47633
47634
|
};
|
47634
|
-
export {
|
47635
|
+
export { SelectField as $, AttributePanel as A, BlockLayer as B, Color as C, Decoration as D, SourceCodePanel as E, FontFamily as F, SimpleLayout as G, Height as H, InteractivePrompt as I, MergeTagBadgePrompt as J, TextField as K, LetterSpacing as L, Margin as M, NavbarLinkPadding as N, InputWithUnitField as O, Padding as P, SearchField as Q, TextAreaField as R, ShortcutToolbar as S, TextAlign as T, NumberField as U, VerticalAlign as V, Width as W, SliderField as X, ColorPickerField as Y, UploadField as Z, ImageUploaderField as _, getIconNameByBlockType as a, TreeSelectField as a0, AutoCompleteField as a1, RadioGroupField as a2, SwitchField as a3, DatePickerField as a4, CheckboxField as a5, EditTabField as a6, EditGridTabField as a7, InlineTextField as a8, enhancer as a9, RichTextField as aa, getBlockTitle as b, commonjsGlobal as c, BlockAttributeConfigurationManager as d, Align as e, AttributesPanelWrapper as f, getContextMergeTags as g, ContainerBackgroundColor as h, TextDecoration as i, Background as j, LineHeight as k, TextTransform as l, BackgroundColor as m, Direction as n, Link as o, Border as p, BorderColor as q, FontSize$1 as r, MergeTags$1 as s, BorderStyle as t, FontStyle as u, BorderWidth as v, FontWeight as w, ClassName as x, BlockMarketManager as y, BlockMaskWrapper as z };
|
47635
47636
|
//# sourceMappingURL=index2.js.map
|