@ajaxjs/ui 1.5.4 → 1.5.5
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/ajaxjs-ui.cjs.js +1 -1
- package/dist/ajaxjs-ui.es.js +2 -2
- package/dist/ajaxjs-ui.umd.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/ajaxjs-ui.es.js
CHANGED
|
@@ -13451,11 +13451,11 @@ function _sfc_render(p, f, m, t, $, O) {
|
|
|
13451
13451
|
})
|
|
13452
13452
|
], 64);
|
|
13453
13453
|
}
|
|
13454
|
-
const Schedule = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]), admin = { HomePage, Login },
|
|
13454
|
+
const Schedule = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]), admin = { HomePage, Login }, systemPages = { Article, DataDict, Schedule };
|
|
13455
13455
|
export {
|
|
13456
13456
|
HtmlEditor,
|
|
13457
13457
|
MyButton,
|
|
13458
13458
|
admin,
|
|
13459
13459
|
getQueryParam,
|
|
13460
|
-
|
|
13460
|
+
systemPages
|
|
13461
13461
|
};
|