Custom Gis Application with Arcgis Javascript API with modern layouting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

5 lines
1.1 KiB

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define("exports ./intl/date ./intl/number ./intl/substitute ./intl/locale ./intl/messages ./intl/t9n ./assets".split(" "),function(a,b,e,g,c,d,f,h){d.registerMessageBundleLoader(f.createJSONLoader({pattern:"esri/",location:h.getAssetUrl}));a.convertDateFormatToIntlOptions=b.convertDateFormatToIntlOptions;a.formatDate=b.formatDate;a.formatDateOnly=b.formatDateOnly;a.formatTimeOnly=b.formatTimeOnly;a.formatTimestamp=b.formatTimestamp;a.convertNumberFormatToIntlOptions=e.convertNumberFormatToIntlOptions;
a.formatNumber=e.formatNumber;a.substitute=g.substitute;a.getLocale=c.getLocale;a.onLocaleChange=c.onLocaleChange;a.prefersRTL=c.prefersRTL;a.setLocale=c.setLocale;a.fetchMessageBundle=d.fetchMessageBundle;a.normalizeMessageBundleLocale=d.normalizeMessageBundleLocale;a.registerMessageBundleLoader=d.registerMessageBundleLoader;a.createJSONLoader=f.createJSONLoader;Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});