jamespot-front-business 1.1.33 → 1.1.35

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/esm.js CHANGED
@@ -1810,109 +1810,46 @@ const APP_STATUS_TYPE = {
1810
1810
  INSTALLED: StatusType.installed,
1811
1811
  SUSPENDED: StatusType.suspended,
1812
1812
  };
1813
- var AppFormItemType;
1814
- (function (AppFormItemType) {
1815
- AppFormItemType["TITLE"] = "TITLE";
1816
- AppFormItemType["IMAGE"] = "IMAGE";
1817
- AppFormItemType["DESCRIPTION"] = "DESCRIPTION";
1818
- AppFormItemType["IDUSER"] = "IDUSER";
1819
- AppFormItemType["PUBLISHTO"] = "PUBLISHTO";
1820
- AppFormItemType["SENDALERTTOSUBSCRIBERS"] = "SENDALERTTOSUBSCRIBERS";
1821
- AppFormItemType["RECEIVEACOPY"] = "RECEIVEACOPY";
1822
- AppFormItemType["TEXT"] = "TEXT";
1823
- AppFormItemType["TEXTAREA"] = "TEXTAREA";
1824
- AppFormItemType["TEXTAREAHTML"] = "TEXTAREAHTML";
1825
- AppFormItemType["DATE"] = "DATE";
1826
- AppFormItemType["DATETIME"] = "DATETIME";
1827
- AppFormItemType["RANGE"] = "RANGE";
1828
- AppFormItemType["NUMBER"] = "NUMBER";
1829
- AppFormItemType["URL"] = "URL";
1830
- AppFormItemType["EMAIL"] = "EMAIL";
1831
- AppFormItemType["SELECT"] = "SELECT";
1832
- AppFormItemType["CHECKBOX"] = "CHECKBOX";
1833
- AppFormItemType["TOGGLE"] = "TOGGLE";
1834
- AppFormItemType["RADIO"] = "RADIO";
1835
- AppFormItemType["TAGS"] = "TAGS";
1836
- AppFormItemType["ADDFILEATTACHMENT"] = "ADDFILEATTACHMENT";
1837
- AppFormItemType["AUDIENCE"] = "AUDIENCE";
1838
- AppFormItemType["CODEHTML"] = "CODEHTML";
1839
- AppFormItemType["DATECREATION"] = "DATECREATION";
1840
- AppFormItemType["USERLINK"] = "USERLINK";
1841
- AppFormItemType["CONTENTLINK"] = "CONTENTLINK";
1842
- })(AppFormItemType || (AppFormItemType = {}));
1843
- const AppFormPrimaryList = [AppFormItemType.DESCRIPTION];
1844
- const AppFormNotFields = [AppFormItemType.AUDIENCE, AppFormItemType.RANGE];
1845
- const AppFormFixedHeadList = {
1846
- create: [AppFormItemType.TITLE],
1847
- popup: [AppFormItemType.TITLE],
1848
- edit: [AppFormItemType.TITLE],
1849
- list: [AppFormItemType.TITLE, AppFormItemType.IDUSER],
1850
- filter: [AppFormItemType.TITLE, AppFormItemType.IDUSER],
1851
- view: [AppFormItemType.TITLE],
1852
- };
1853
- const AppFormFixedFootList4View = {
1854
- create: [AppFormItemType.PUBLISHTO, AppFormItemType.SENDALERTTOSUBSCRIBERS, AppFormItemType.RECEIVEACOPY],
1855
- popup: [AppFormItemType.PUBLISHTO],
1856
- edit: [AppFormItemType.PUBLISHTO],
1857
- list: [AppFormItemType.DATECREATION],
1858
- filter: [AppFormItemType.DATECREATION],
1859
- view: [],
1860
- };
1861
- const AppFormFixedList = [
1862
- AppFormItemType.TITLE,
1863
- AppFormItemType.PUBLISHTO,
1864
- AppFormItemType.SENDALERTTOSUBSCRIBERS,
1865
- AppFormItemType.RECEIVEACOPY,
1866
- AppFormItemType.IDUSER,
1867
- AppFormItemType.DATECREATION,
1868
- ];
1869
- const AppFormUniqueList = [AppFormItemType.DESCRIPTION, AppFormItemType.IMAGE];
1870
- const AppFormBannedFromViews = new Map();
1871
- AppFormBannedFromViews.set(AppFormItemType.IMAGE, ['list', 'filter', 'view']);
1872
- const AppListFilter = [
1873
- AppFormItemType.TITLE,
1874
- AppFormItemType.DESCRIPTION,
1875
- AppFormItemType.TEXT,
1876
- AppFormItemType.TEXTAREA,
1877
- AppFormItemType.TEXTAREAHTML,
1878
- AppFormItemType.DATE,
1879
- AppFormItemType.DATETIME,
1880
- AppFormItemType.RANGE,
1881
- AppFormItemType.NUMBER,
1882
- AppFormItemType.URL,
1883
- AppFormItemType.EMAIL,
1884
- AppFormItemType.SELECT,
1885
- AppFormItemType.TOGGLE,
1886
- AppFormItemType.CHECKBOX,
1887
- AppFormItemType.RADIO,
1888
- AppFormItemType.TAGS,
1889
- AppFormItemType.PUBLISHTO,
1890
- AppFormItemType.SENDALERTTOSUBSCRIBERS,
1891
- AppFormItemType.RECEIVEACOPY,
1892
- AppFormItemType.ADDFILEATTACHMENT,
1893
- AppFormItemType.CODEHTML,
1894
- AppFormItemType.IDUSER,
1895
- AppFormItemType.DATECREATION,
1896
- AppFormItemType.USERLINK,
1897
- AppFormItemType.CONTENTLINK,
1898
- ];
1899
- const AppFormNoFixedValueList = {
1900
- create: [AppFormItemType.IMAGE, AppFormItemType.ADDFILEATTACHMENT, AppFormItemType.CODEHTML],
1901
- popup: [AppFormItemType.IMAGE, AppFormItemType.ADDFILEATTACHMENT, AppFormItemType.CODEHTML],
1902
- edit: [AppFormItemType.IMAGE, AppFormItemType.ADDFILEATTACHMENT, AppFormItemType.CODEHTML],
1903
- list: AppListFilter,
1904
- filter: AppListFilter,
1905
- view: AppListFilter,
1906
- };
1907
- const AppFormNoAsFieldList = AppFormFixedList.concat(AppFormNotFields)
1908
- .concat(AppFormItemType.IDUSER)
1909
- .concat(AppFormItemType.TITLE);
1910
- const AppFormFieldOnlyInView = [AppFormItemType.CODEHTML];
1911
- const AppFormNonPrimaryList = AppFormNoAsFieldList.concat(AppFormFieldOnlyInView).concat(AppFormPrimaryList);
1912
1813
  const STUDIO_VIEW = {
1913
1814
  SOLR: '1',
1914
1815
  NOT_SOLR: '0',
1915
1816
  };
1817
+ const viewsList = ['create', 'popup', 'edit', 'list', 'filter', 'view'];
1818
+ var AppFormItemTypes;
1819
+ (function (AppFormItemTypes) {
1820
+ AppFormItemTypes["IMAGE"] = "IMAGE";
1821
+ AppFormItemTypes["DESCRIPTION"] = "DESCRIPTION";
1822
+ AppFormItemTypes["TEXT"] = "TEXT";
1823
+ AppFormItemTypes["TEXTAREA"] = "TEXTAREA";
1824
+ AppFormItemTypes["TEXTAREAHTML"] = "TEXTAREAHTML";
1825
+ AppFormItemTypes["DATE"] = "DATE";
1826
+ AppFormItemTypes["DATETIME"] = "DATETIME";
1827
+ AppFormItemTypes["NUMBER"] = "NUMBER";
1828
+ AppFormItemTypes["URL"] = "URL";
1829
+ AppFormItemTypes["EMAIL"] = "EMAIL";
1830
+ AppFormItemTypes["SELECT"] = "SELECT";
1831
+ AppFormItemTypes["CHECKBOX"] = "CHECKBOX";
1832
+ AppFormItemTypes["TOGGLE"] = "TOGGLE";
1833
+ AppFormItemTypes["RADIO"] = "RADIO";
1834
+ AppFormItemTypes["TAGS"] = "TAGS";
1835
+ AppFormItemTypes["ADDFILEATTACHMENT"] = "ADDFILEATTACHMENT";
1836
+ AppFormItemTypes["CODEHTML"] = "CODEHTML";
1837
+ AppFormItemTypes["USERLINK"] = "USERLINK";
1838
+ AppFormItemTypes["CONTENTLINK"] = "CONTENTLINK";
1839
+ })(AppFormItemTypes || (AppFormItemTypes = {}));
1840
+ var AppFieldFormPropertyTypes;
1841
+ (function (AppFieldFormPropertyTypes) {
1842
+ AppFieldFormPropertyTypes["LABEL"] = "label";
1843
+ AppFieldFormPropertyTypes["DESCRIPTION"] = "description";
1844
+ AppFieldFormPropertyTypes["RICHTEXT"] = "richtext";
1845
+ AppFieldFormPropertyTypes["CHECKBOX"] = "checkbox";
1846
+ AppFieldFormPropertyTypes["OPTIONS_EDITOR"] = "options_editor";
1847
+ AppFieldFormPropertyTypes["TAXONOMY"] = "taxonomy";
1848
+ AppFieldFormPropertyTypes["CONTENTTYPE"] = "contenttype";
1849
+ })(AppFieldFormPropertyTypes || (AppFieldFormPropertyTypes = {}));
1850
+ const AppFormUniqueList = [AppFormItemTypes.DESCRIPTION, AppFormItemTypes.IMAGE];
1851
+ const AppFormBannedFromViews = new Map();
1852
+ AppFormBannedFromViews.set(AppFormItemTypes.IMAGE, ['list', 'filter', 'view']);
1916
1853
 
1917
1854
  function InstalledAppStudioAdapter(serverApp, serverApps) {
1918
1855
  const { version, dateCreation } = serverApp.manifest;
@@ -1921,6 +1858,7 @@ function InstalledAppStudioAdapter(serverApp, serverApps) {
1921
1858
  idApp: serverApp.idApp,
1922
1859
  status: _formatStatus(serverApp),
1923
1860
  manifest: Object.assign({ appShortName: serverApp.name, appName: serverApp.label, description: serverApp.description, author: serverApp.author, cssColor: appTypeServer.cssColor, cssClass: { label: appTypeServer.cssClass, value: appTypeServer.cssClass }, version: version, dateCreation: dateCreation, checkAccess: serverApp.checkAccess, attrExposed: serverApp.attrExposed, viewSolr: serverApp.view, typeLabel: appTypeServer.typeLabel }, (serverApp.articlesCount && { articlesCount: serverApp.articlesCount })),
1861
+ fields: [],
1924
1862
  };
1925
1863
  const inWorkAppVersion = _findAssociatedDraft(serverApp.idApp, serverApps);
1926
1864
  if (!inWorkAppVersion)
@@ -1939,6 +1877,7 @@ function DraftAppStudioAdapter(serverApp) {
1939
1877
  idApp: serverApp.idApp,
1940
1878
  status: _formatStatus(serverApp),
1941
1879
  manifest: parsedJson.manifest,
1880
+ fields: parsedJson.fields,
1942
1881
  };
1943
1882
  }
1944
1883
  function _formatStatus(serverApp) {
@@ -1974,6 +1913,7 @@ function serverAppsToStudioApps(serverApps) {
1974
1913
  const initialState$1 = {
1975
1914
  currentStudioApp: null,
1976
1915
  fetchCurrentStudioAppStatus: 'idle',
1916
+ saveCurrentStudioAppStatus: 'idle',
1977
1917
  };
1978
1918
  const fetchCurrentStudioApp = createAsyncThunk('studio/fetchCurrentStudioApp', ({ idApp, status }, { extra, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
1979
1919
  const jApi = extra.jApi;
@@ -1990,6 +1930,24 @@ const fetchCurrentStudioApp = createAsyncThunk('studio/fetchCurrentStudioApp', (
1990
1930
  return rejectWithValue(error);
1991
1931
  }
1992
1932
  }));
1933
+ const saveCurrentStudioApp = createAsyncThunk('studio/saveCurrentStudioApp', (_, { extra, rejectWithValue, getState, dispatch }) => __awaiter(void 0, void 0, void 0, function* () {
1934
+ const jApi = extra.jApi;
1935
+ const error = { error: 1, errorMsg: 'Error saving application' };
1936
+ const currentStudioApp = getState().studio.currentStudioApp.currentStudioApp;
1937
+ if (!currentStudioApp) {
1938
+ return rejectWithValue(error);
1939
+ }
1940
+ const stringifiedApp = JSON.stringify(currentStudioApp);
1941
+ try {
1942
+ yield jApi.application.save(currentStudioApp.idApp, stringifiedApp, 'saved');
1943
+ dispatch(Toast.actions.success({ label: 'APPSTUDIO_AppItem_Edition_Saved' }));
1944
+ return;
1945
+ }
1946
+ catch (_) {
1947
+ dispatch(Toast.actions.error({ label: 'GLOBAL_Technical_Error' }));
1948
+ return rejectWithValue(error);
1949
+ }
1950
+ }));
1993
1951
  const CurrentStudioAppSlice = createSlice({
1994
1952
  name: 'currentStudioApp',
1995
1953
  initialState: initialState$1,
@@ -1997,6 +1955,9 @@ const CurrentStudioAppSlice = createSlice({
1997
1955
  setCurrentApp: (state, action) => {
1998
1956
  state.currentStudioApp = action.payload;
1999
1957
  },
1958
+ resetCurrentApp: (state) => {
1959
+ state.currentStudioApp = null;
1960
+ },
2000
1961
  },
2001
1962
  extraReducers: (builder) => {
2002
1963
  builder
@@ -2012,6 +1973,18 @@ const CurrentStudioAppSlice = createSlice({
2012
1973
  .addCase(fetchCurrentStudioApp.rejected, (state) => {
2013
1974
  if (state.fetchCurrentStudioAppStatus === 'pending')
2014
1975
  state.fetchCurrentStudioAppStatus = 'idle';
1976
+ })
1977
+ .addCase(saveCurrentStudioApp.pending, (state) => {
1978
+ if (state.saveCurrentStudioAppStatus === 'idle')
1979
+ state.saveCurrentStudioAppStatus = 'pending';
1980
+ })
1981
+ .addCase(saveCurrentStudioApp.fulfilled, (state) => {
1982
+ if (state.saveCurrentStudioAppStatus === 'pending')
1983
+ state.saveCurrentStudioAppStatus = 'idle';
1984
+ })
1985
+ .addCase(saveCurrentStudioApp.rejected, (state) => {
1986
+ if (state.saveCurrentStudioAppStatus === 'pending')
1987
+ state.saveCurrentStudioAppStatus = 'idle';
2015
1988
  });
2016
1989
  },
2017
1990
  });
@@ -2028,7 +2001,7 @@ function cloneStudioAppFromExistingApp(existingApp, author) {
2028
2001
  return [newApp, newAppId];
2029
2002
  }
2030
2003
 
2031
- function createNewStudioApp$1({ author }) {
2004
+ function createNewStudioApp$1({ author, appName }) {
2032
2005
  const newAppId = v4();
2033
2006
  return {
2034
2007
  newAppId,
@@ -2037,8 +2010,8 @@ function createNewStudioApp$1({ author }) {
2037
2010
  status: APP_STATUS_TYPE.DRAFT,
2038
2011
  author: author || '',
2039
2012
  manifest: {
2040
- appShortName: newAppId,
2041
- appName: newAppId,
2013
+ appShortName: appName,
2014
+ appName: appName,
2042
2015
  author: author || '',
2043
2016
  description: '',
2044
2017
  typeLabel: '',
@@ -2055,6 +2028,7 @@ function createNewStudioApp$1({ author }) {
2055
2028
  attrExposed: [],
2056
2029
  articlesCount: 0,
2057
2030
  },
2031
+ fields: [],
2058
2032
  },
2059
2033
  };
2060
2034
  }
@@ -2068,7 +2042,7 @@ const initialState = {
2068
2042
  cloneStudioAppStatus: 'idle',
2069
2043
  createNewStudioAppStatus: 'idle',
2070
2044
  };
2071
- const fetchStudioAppsList = createAsyncThunk('studio/appsList', (_, { extra, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
2045
+ const fetchStudioAppsList = createAsyncThunk('studio/appsList', (_, { extra, rejectWithValue, dispatch }) => __awaiter(void 0, void 0, void 0, function* () {
2072
2046
  const jApi = extra.jApi;
2073
2047
  try {
2074
2048
  const { result } = yield jApi.application.list();
@@ -2079,51 +2053,61 @@ const fetchStudioAppsList = createAsyncThunk('studio/appsList', (_, { extra, rej
2079
2053
  })));
2080
2054
  }
2081
2055
  catch (_) {
2056
+ dispatch(Toast.actions.error({ label: 'GLOBAL_Technical_Error' }));
2082
2057
  throw rejectWithValue({ error: 1, errorMsg: 'Error retrieving applications' });
2083
2058
  }
2084
2059
  }));
2085
- const createNewStudioApp = createAsyncThunk('studio/createApp', (_, { extra, dispatch, rejectWithValue, getState }) => __awaiter(void 0, void 0, void 0, function* () {
2060
+ const createNewStudioApp = createAsyncThunk('studio/createApp', ({ appName }, { extra, dispatch, rejectWithValue, getState }) => __awaiter(void 0, void 0, void 0, function* () {
2086
2061
  var _a;
2087
2062
  const jApi = extra.jApi;
2088
2063
  const author = (_a = getState().userCurrent) === null || _a === void 0 ? void 0 : _a.uri;
2089
- const { newAppId, newStudioApp } = createNewStudioApp$1(Object.assign({}, (author && { author })));
2064
+ const { newAppId, newStudioApp } = createNewStudioApp$1(Object.assign({ appName }, (author && { author })));
2090
2065
  try {
2091
2066
  yield jApi.application.save(newAppId, JSON.stringify(newStudioApp), 'saved');
2067
+ dispatch(Toast.actions.success({ label: 'APPSTUDIO_StudioApp_Created' }));
2092
2068
  dispatch(CurrentStudioAppSlice.actions.setCurrentApp(newStudioApp));
2093
2069
  return newStudioApp;
2094
2070
  }
2095
2071
  catch (_) {
2072
+ dispatch(Toast.actions.error({ label: 'GLOBAL_Technical_Error' }));
2096
2073
  throw rejectWithValue({ error: 1, errorMsg: 'Error creating application' });
2097
2074
  }
2098
2075
  }));
2099
- const deleteStudioApp = createAsyncThunk('studio/deleteApp', ({ idApp, status }, { extra, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
2076
+ const deleteStudioApp = createAsyncThunk('studio/deleteApp', ({ idApp, status }, { extra, rejectWithValue, dispatch }) => __awaiter(void 0, void 0, void 0, function* () {
2100
2077
  const jApi = extra.jApi;
2101
2078
  try {
2102
- return yield jApi.application.delete(idApp, status);
2079
+ const deleteRes = yield jApi.application.delete(idApp, status);
2080
+ dispatch(Toast.actions.success({ label: 'APPSTUDIO_StudioApp_Deleted' }));
2081
+ return deleteRes;
2103
2082
  }
2104
2083
  catch (_) {
2084
+ dispatch(Toast.actions.error({ label: 'GLOBAL_Technical_Error' }));
2105
2085
  return rejectWithValue({ error: 1, errorMsg: 'Error deleting application' });
2106
2086
  }
2107
2087
  }));
2108
- const suspendStudioApp = createAsyncThunk('studio/suspendStudioApp', ({ idApp }, { extra, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
2088
+ const suspendStudioApp = createAsyncThunk('studio/suspendStudioApp', ({ idApp }, { extra, rejectWithValue, dispatch }) => __awaiter(void 0, void 0, void 0, function* () {
2109
2089
  const jApi = extra.jApi;
2110
2090
  try {
2111
2091
  yield jApi.application.suspend(idApp);
2092
+ dispatch(Toast.actions.success({ label: 'APPSTUDIO_AppItem_Suspended' }));
2112
2093
  }
2113
2094
  catch (_) {
2095
+ dispatch(Toast.actions.error({ label: 'GLOBAL_Technical_Error' }));
2114
2096
  throw rejectWithValue({ error: 1, errorMsg: 'Error suspending application' });
2115
2097
  }
2116
2098
  }));
2117
- const restartStudioApp = createAsyncThunk('studio/restartStudioApp', ({ idApp }, { extra, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
2099
+ const restartStudioApp = createAsyncThunk('studio/restartStudioApp', ({ idApp }, { extra, rejectWithValue, dispatch }) => __awaiter(void 0, void 0, void 0, function* () {
2118
2100
  const jApi = extra.jApi;
2119
2101
  try {
2120
2102
  yield jApi.application.restart(idApp);
2103
+ dispatch(Toast.actions.success({ label: 'APPSTUDIO_AppItem_Restarted' }));
2121
2104
  }
2122
2105
  catch (_) {
2106
+ dispatch(Toast.actions.error({ label: 'GLOBAL_Technical_Error' }));
2123
2107
  throw rejectWithValue({ error: 1, errorMsg: 'Error restarting application' });
2124
2108
  }
2125
2109
  }));
2126
- const cloneStudioApp = createAsyncThunk('studio/cloneStudioApp', ({ idApp }, { extra, getState, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
2110
+ const cloneStudioApp = createAsyncThunk('studio/cloneStudioApp', ({ idApp }, { extra, getState, rejectWithValue, dispatch }) => __awaiter(void 0, void 0, void 0, function* () {
2127
2111
  var _b;
2128
2112
  const jApi = extra.jApi;
2129
2113
  const existingStudioApp = getState().studio.studioAppsList.studioAppsList.find((app) => app.idApp === idApp);
@@ -2134,9 +2118,11 @@ const cloneStudioApp = createAsyncThunk('studio/cloneStudioApp', ({ idApp }, { e
2134
2118
  const clonedStudioAppReady = JSON.stringify(clonedStudioApp);
2135
2119
  try {
2136
2120
  yield jApi.application.save(newAppId, clonedStudioAppReady, 'saved');
2121
+ dispatch(Toast.actions.success({ label: 'APPSTUDIO_AppItem_Cloned' }));
2137
2122
  return clonedStudioApp;
2138
2123
  }
2139
2124
  catch (_) {
2125
+ dispatch(Toast.actions.error({ label: 'GLOBAL_Technical_Error' }));
2140
2126
  return rejectWithValue({ error: 1, errorMsg: 'Error cloning application' });
2141
2127
  }
2142
2128
  }));
@@ -2283,12 +2269,13 @@ const studio = {
2283
2269
  restartStudioApp,
2284
2270
  cloneStudioApp,
2285
2271
  createNewStudioApp,
2286
- fetchCurrentStudioApp }),
2272
+ fetchCurrentStudioApp,
2273
+ saveCurrentStudioApp }),
2287
2274
  selectors: {
2288
2275
  selectStudioAppsList,
2289
2276
  selectCurrentStudioApp,
2290
2277
  },
2291
2278
  };
2292
2279
 
2293
- export { APP_STATUS_TYPE, AUDIENCE, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedFootList4View, AppFormFixedHeadList, AppFormFixedList, AppFormItemType, AppFormNoAsFieldList, AppFormNoFixedValueList, AppFormNonPrimaryList, AppFormNotFields, AppFormPrimaryList, AppFormUniqueList, Application, AssetReservation, Bookmark, Faq, MODE_EDIT, MODE_VIEW, Model, Network, STUDIO_VIEW, Share, StatusType, TVDisplay, TinyMCE, Toast, UserCurrent, WedocApp, Widget, WidgetEditor, actions, jland, slice, studio };
2280
+ export { APP_STATUS_TYPE, AUDIENCE, AppFieldFormPropertyTypes, AppFormBannedFromViews, AppFormItemTypes, AppFormUniqueList, Application, AssetReservation, Bookmark, Faq, MODE_EDIT, MODE_VIEW, Model, Network, STUDIO_VIEW, Share, StatusType, TVDisplay, TinyMCE, Toast, UserCurrent, WedocApp, Widget, WidgetEditor, actions, jland, slice, studio, viewsList };
2294
2281
  //# sourceMappingURL=esm.js.map