Skip to content

Commit

Permalink
Updated zuix-dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Jun 10, 2022
1 parent 8f7bfce commit f2fc521
Show file tree
Hide file tree
Showing 15 changed files with 419 additions and 619 deletions.
24 changes: 11 additions & 13 deletions docs/app/listview/items-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,17 @@ function ItemsList(cp) {

// Download RSS feed
function fetchList(jsonUrl, callback) {
zuix.$.ajax({
url: jsonUrl,
success: function(res) {
itemsList = JSON.parse(res);
refreshList();
if (callback) {
callback(itemsList);
}
},
error: function(err) {
// TODO: handle error
}
});
fetch(jsonUrl)
.then((response) => response.json())
.then((list) => {
itemsList = list;
refreshList();
if (callback) {
callback(itemsList);
}
}).catch((e) => {
// TODO: handle error
});
}
}

Expand Down
26 changes: 13 additions & 13 deletions docs/feed/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<description></description>
<language>en</language>
<copyright></copyright>
<lastBuildDate>Tue, 07 Jun 2022 12:26:47 +0200</lastBuildDate>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<lastBuildDate>Fri, 10 Jun 2022 20:50:40 +0200</lastBuildDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<image>
<title>News Blog</title>
<url>https://zuixjs.github.io/news-blog/images/icons/icon-152x152.png</url>
Expand All @@ -19,7 +19,7 @@
<link>https://zuixjs.github.io/news-blog/js/zuix/animate-css.js</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/js/zuix/animate-css.js</guid>
<description></description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/js/zuix/animate-css.js" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -28,7 +28,7 @@
<link>https://zuixjs.github.io/news-blog/</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/</guid>
<description>A brand new *zuix.js* project!</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -37,7 +37,7 @@
<link>https://zuixjs.github.io/news-blog/about/</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/about/</guid>
<description>A news blog template inspired by G.News</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/about/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -46,7 +46,7 @@
<link>https://zuixjs.github.io/news-blog/ui/_inc/content-frame/</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/ui/_inc/content-frame/</guid>
<description></description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/ui/_inc/content-frame/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -55,7 +55,7 @@
<link>https://zuixjs.github.io/news-blog/search/</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/search/</guid>
<description>A news blog template inspired by G.News</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/search/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -64,7 +64,7 @@
<link>https://zuixjs.github.io/news-blog/saved/</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/saved/</guid>
<description>A news blog template inspired by G.News</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/saved/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down Expand Up @@ -1750,7 +1750,7 @@
<link>https://zuixjs.github.io/news-blog/home/</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/home/</guid>
<description>A news blog template inspired by G.News</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/home/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -1759,7 +1759,7 @@
<link>https://zuixjs.github.io/news-blog/content/travel/index.json</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/content/travel/index.json</guid>
<description>No description provided.</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/content/travel/index.json" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -1768,7 +1768,7 @@
<link>https://zuixjs.github.io/news-blog/content/world/index.json</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/content/world/index.json</guid>
<description>No description provided.</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/content/world/index.json" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -1777,7 +1777,7 @@
<link>https://zuixjs.github.io/news-blog/content/top/index.json</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/content/top/index.json</guid>
<description>No description provided.</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/content/top/index.json" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -1786,7 +1786,7 @@
<link>https://zuixjs.github.io/news-blog/content/europe/index.json</link>
<guid isPermaLink="true">https://zuixjs.github.io/news-blog/content/europe/index.json</guid>
<description>No description provided.</description>
<pubDate>Tue, 07 Jun 2022 12:26:47 +0200</pubDate>
<pubDate>Fri, 10 Jun 2022 20:50:40 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/news-blog/content/europe/index.json" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down
6 changes: 3 additions & 3 deletions docs/js/zuix/zuix-bundler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* zuix.js v1.1.7 22.06.06 23:17:57 */
/* zuix.js v1.1.10 22.06.10 19:58:26 */

var zuix;
/******/ (function() { // webpackBootstrap
Expand Down Expand Up @@ -518,8 +518,6 @@ const OptionAttributes = Object.freeze({
'z-context',
zField:
'z-field',
zInclude:
'z-include',
zLazy:
'z-lazy',
zLoad:
Expand All @@ -528,6 +526,8 @@ const OptionAttributes = Object.freeze({
'z-loaded',
zOptions:
'z-options',
zUsing:
'z-using',
zPriority:
'z-priority',
zView:
Expand Down
4 changes: 2 additions & 2 deletions docs/js/zuix/zuix-bundler.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/js/zuix/zuix-bundler.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* zuix.js v1.1.7 22.06.06 23:17:57 */
/* zuix.js v1.1.10 22.06.10 19:58:26 */

/******/ var __webpack_modules__ = ({

Expand Down Expand Up @@ -514,8 +514,6 @@ const OptionAttributes = Object.freeze({
'z-context',
zField:
'z-field',
zInclude:
'z-include',
zLazy:
'z-lazy',
zLoad:
Expand All @@ -524,6 +522,8 @@ const OptionAttributes = Object.freeze({
'z-loaded',
zOptions:
'z-options',
zUsing:
'z-using',
zPriority:
'z-priority',
zView:
Expand Down
Loading

0 comments on commit f2fc521

Please sign in to comment.