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 17, 2022
1 parent 95f5b8d commit 577af05
Show file tree
Hide file tree
Showing 25 changed files with 1,015 additions and 1,193 deletions.
2 changes: 1 addition & 1 deletion docs/app/cms/zuix-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function zuixEditor(cp) {
});

// Hide main application menu's button when opening zuix-editor menu
zuix.context('menu-overlay', function(appMenu) {
zuix.context('menu-overlay', (appMenu) => {
if (!appMenu) return;
cp.field('menu').on({
'open': function() {
Expand Down
10 changes: 5 additions & 5 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>Fri, 10 Jun 2022 20:48:18 +0200</lastBuildDate>
<pubDate>Fri, 10 Jun 2022 20:48:18 +0200</pubDate>
<lastBuildDate>Fri, 17 Jun 2022 10:03:38 +0200</lastBuildDate>
<pubDate>Fri, 17 Jun 2022 10:03:38 +0200</pubDate>
<image>
<title>Web Starter</title>
<url>https://zuixjs.github.io/zuix-web-starter//images/icons/icon-152x152.png</url>
Expand All @@ -19,7 +19,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//</guid>
<description>About this web starter and how to get started with it.</description>
<pubDate>Fri, 10 Jun 2022 20:48:18 +0200</pubDate>
<pubDate>Fri, 17 Jun 2022 10:03:38 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -28,7 +28,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//search/</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//search/</guid>
<description>Search this website</description>
<pubDate>Fri, 10 Jun 2022 20:48:18 +0200</pubDate>
<pubDate>Fri, 17 Jun 2022 10:03:38 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//search/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down Expand Up @@ -63,7 +63,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//content/docs/</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//content/docs/</guid>
<description>No description provided.</description>
<pubDate>Fri, 10 Jun 2022 20:48:18 +0200</pubDate>
<pubDate>Fri, 17 Jun 2022 10:03:38 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//content/docs/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down
19 changes: 10 additions & 9 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.10 22.06.10 19:58:26 */
/* zuix.js v1.1.13 22.06.16 00:19:35 */

var zuix;
/******/ (function() { // webpackBootstrap
Expand All @@ -12,7 +12,8 @@ var zuix;
/*!
* @license
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -30,7 +31,7 @@ var zuix;
/**
*
* zUIx, Javascript library for component-based development.
* https://zuixjs.github.io/zuix
* https://zuixjs.org
*
* @author Generoso Martello - https://github.com/genemars
*/
Expand Down Expand Up @@ -62,8 +63,6 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* FileSaver.js
/* global self */
/* jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, plusplus: true */

/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */

var saveAs = saveAs || (function(view) {
"use strict";
// IE <10 is explicitly unsupported
Expand Down Expand Up @@ -370,7 +369,8 @@ module.exports = function serialize(obj, options) {
"use strict";
/*
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -389,7 +389,7 @@ module.exports = function serialize(obj, options) {
*
* This file is part of
* zUIx, Javascript library for component-based development.
* https://zuixjs.github.io/zuix
* https://zuixjs.org
*
* @author Generoso Martello - https://github.com/genemars
*/
Expand Down Expand Up @@ -479,7 +479,8 @@ module.exports = function() {

/*
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -498,7 +499,7 @@ module.exports = function() {
*
* This file is part of
* zUIx, Javascript library for component-based development.
* https://zuixjs.github.io/zuix
* https://zuixjs.org
*
* @author Generoso Martello - https://github.com/genemars
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/js/zuix/zuix-bundler.min.js

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

5 changes: 2 additions & 3 deletions docs/js/zuix/zuix-bundler.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*!
* @license
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,5 +16,3 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */
19 changes: 10 additions & 9 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.10 22.06.10 19:58:26 */
/* zuix.js v1.1.13 22.06.16 00:19:35 */

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

Expand All @@ -9,7 +9,8 @@
/*!
* @license
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -27,7 +28,7 @@
/**
*
* zUIx, Javascript library for component-based development.
* https://zuixjs.github.io/zuix
* https://zuixjs.org
*
* @author Generoso Martello - https://github.com/genemars
*/
Expand Down Expand Up @@ -59,8 +60,6 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* FileSaver.js
/* global self */
/* jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, plusplus: true */

/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */

var saveAs = saveAs || (function(view) {
"use strict";
// IE <10 is explicitly unsupported
Expand Down Expand Up @@ -366,7 +365,8 @@ module.exports = function serialize(obj, options) {

/*
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -385,7 +385,7 @@ module.exports = function serialize(obj, options) {
*
* This file is part of
* zUIx, Javascript library for component-based development.
* https://zuixjs.github.io/zuix
* https://zuixjs.org
*
* @author Generoso Martello - https://github.com/genemars
*/
Expand Down Expand Up @@ -475,7 +475,8 @@ module.exports = function() {

/*
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -494,7 +495,7 @@ module.exports = function() {
*
* This file is part of
* zUIx, Javascript library for component-based development.
* https://zuixjs.github.io/zuix
* https://zuixjs.org
*
* @author Generoso Martello - https://github.com/genemars
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/js/zuix/zuix-bundler.module.min.js

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

5 changes: 2 additions & 3 deletions docs/js/zuix/zuix-bundler.module.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*!
* @license
* Copyright 2015-2022 G-Labs. All Rights Reserved.
* https://zuixjs.github.io/zuix
*
* https://zuixjs.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,5 +16,3 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */
Loading

0 comments on commit 577af05

Please sign in to comment.