Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-cafferkey-sociomantic committed Dec 12, 2017
1 parent a27c594 commit 7565786
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 38 deletions.
15 changes: 9 additions & 6 deletions demo/demoDist.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
value: true
});

var _flounder = require('/Users/damian/projects/tsunami/flounder/src/core/flounder');
var _flounder = require('/Users/conorcafferkey/flounder/src/core/flounder');

var _flounder2 = _interopRequireDefault(_flounder);

Expand Down Expand Up @@ -307,7 +307,7 @@ requirejs(['flounder'], function (Flounder) {

exports.default = _flounder2.default;

},{"/Users/damian/projects/tsunami/flounder/src/core/flounder":18}],2:[function(require,module,exports){
},{"/Users/conorcafferkey/flounder/src/core/flounder":18}],2:[function(require,module,exports){
"use strict";

// rawAsap provides everything we need except exception management.
Expand Down Expand Up @@ -3488,6 +3488,7 @@ var events = {
* @return {Void} void
*/
clickSet: function clickSet(e) {

e.preventDefault();
e.stopPropagation();

Expand All @@ -3513,16 +3514,18 @@ var events = {
* @return {Void} void
*/
displayMultipleTags: function displayMultipleTags(selectedOptions, multiTagWrapper) {
var children = multiTagWrapper.children;
var tag = this.refs.search.previousSibling;

for (var i = 0; i < children.length - 1; i++) {
var tag = children[i];
while (tag) {
var closeBtn = tag.firstChild;
var prevTag = tag.previousSibling;

closeBtn.removeEventListener('click', this.removeMultiTag);
tag.removeEventListener('keydown', this.checkMultiTagKeydown);

multiTagWrapper.removeChild(tag);

tag = prevTag;
}

if (selectedOptions.length > 0) {
Expand Down Expand Up @@ -5563,6 +5566,6 @@ exports.default = utils;
'use strict';

/* globals module */
module.exports = '1.3.2';
module.exports = '1.3.3';

},{}]},{},[1]);
15 changes: 9 additions & 6 deletions dist/flounder.amd.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* Flounder JavaScript Stylable Selectbox v1.3.2
* Flounder JavaScript Stylable Selectbox v1.3.3
* https://github.com/sociomantic-tsunami/flounder
*
* Copyright 2015-2017 Sociomantic Labs and other contributors
* Released under the MIT license
* https://github.com/sociomantic-tsunami/flounder/license
*
* Date: Wed Nov 29 2017
* Date: Tue Dec 12 2017
*
* "This, so far, is the best Flounder ever"
*/(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
Expand Down Expand Up @@ -3190,6 +3190,7 @@ var events = {
* @return {Void} void
*/
clickSet: function clickSet(e) {

e.preventDefault();
e.stopPropagation();

Expand All @@ -3215,16 +3216,18 @@ var events = {
* @return {Void} void
*/
displayMultipleTags: function displayMultipleTags(selectedOptions, multiTagWrapper) {
var children = multiTagWrapper.children;
var tag = this.refs.search.previousSibling;

for (var i = 0; i < children.length - 1; i++) {
var tag = children[i];
while (tag) {
var closeBtn = tag.firstChild;
var prevTag = tag.previousSibling;

closeBtn.removeEventListener('click', this.removeMultiTag);
tag.removeEventListener('keydown', this.checkMultiTagKeydown);

multiTagWrapper.removeChild(tag);

tag = prevTag;
}

if (selectedOptions.length > 0) {
Expand Down Expand Up @@ -5265,7 +5268,7 @@ exports.default = utils;
'use strict';

/* globals module */
module.exports = '1.3.2';
module.exports = '1.3.3';

},{}],22:[function(require,module,exports){
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/flounder.amd.min.js

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions dist/flounder.jquery.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* Flounder JavaScript Stylable Selectbox v1.3.2
* Flounder JavaScript Stylable Selectbox v1.3.3
* https://github.com/sociomantic-tsunami/flounder
*
* Copyright 2015-2017 Sociomantic Labs and other contributors
* Released under the MIT license
* https://github.com/sociomantic-tsunami/flounder/license
*
* Date: Wed Nov 29 2017
* Date: Tue Dec 12 2017
*
* "This, so far, is the best Flounder ever"
*/(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
Expand Down Expand Up @@ -3190,6 +3190,7 @@ var events = {
* @return {Void} void
*/
clickSet: function clickSet(e) {

e.preventDefault();
e.stopPropagation();

Expand All @@ -3215,16 +3216,18 @@ var events = {
* @return {Void} void
*/
displayMultipleTags: function displayMultipleTags(selectedOptions, multiTagWrapper) {
var children = multiTagWrapper.children;
var tag = this.refs.search.previousSibling;

for (var i = 0; i < children.length - 1; i++) {
var tag = children[i];
while (tag) {
var closeBtn = tag.firstChild;
var prevTag = tag.previousSibling;

closeBtn.removeEventListener('click', this.removeMultiTag);
tag.removeEventListener('keydown', this.checkMultiTagKeydown);

multiTagWrapper.removeChild(tag);

tag = prevTag;
}

if (selectedOptions.length > 0) {
Expand Down Expand Up @@ -5265,7 +5268,7 @@ exports.default = utils;
'use strict';

/* globals module */
module.exports = '1.3.2';
module.exports = '1.3.3';

},{}],22:[function(require,module,exports){
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/flounder.jquery.min.js

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions dist/flounder.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* Flounder JavaScript Stylable Selectbox v1.3.2
* Flounder JavaScript Stylable Selectbox v1.3.3
* https://github.com/sociomantic-tsunami/flounder
*
* Copyright 2015-2017 Sociomantic Labs and other contributors
* Released under the MIT license
* https://github.com/sociomantic-tsunami/flounder/license
*
* Date: Wed Nov 29 2017
* Date: Tue Dec 12 2017
*
* "This, so far, is the best Flounder ever"
*/(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
Expand Down Expand Up @@ -3190,6 +3190,7 @@ var events = {
* @return {Void} void
*/
clickSet: function clickSet(e) {

e.preventDefault();
e.stopPropagation();

Expand All @@ -3215,16 +3216,18 @@ var events = {
* @return {Void} void
*/
displayMultipleTags: function displayMultipleTags(selectedOptions, multiTagWrapper) {
var children = multiTagWrapper.children;
var tag = this.refs.search.previousSibling;

for (var i = 0; i < children.length - 1; i++) {
var tag = children[i];
while (tag) {
var closeBtn = tag.firstChild;
var prevTag = tag.previousSibling;

closeBtn.removeEventListener('click', this.removeMultiTag);
tag.removeEventListener('keydown', this.checkMultiTagKeydown);

multiTagWrapper.removeChild(tag);

tag = prevTag;
}

if (selectedOptions.length > 0) {
Expand Down Expand Up @@ -5265,6 +5268,6 @@ exports.default = utils;
'use strict';

/* globals module */
module.exports = '1.3.2';
module.exports = '1.3.3';

},{}]},{},[17]);
15 changes: 9 additions & 6 deletions dist/flounder.microbe.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* Flounder JavaScript Stylable Selectbox v1.3.2
* Flounder JavaScript Stylable Selectbox v1.3.3
* https://github.com/sociomantic-tsunami/flounder
*
* Copyright 2015-2017 Sociomantic Labs and other contributors
* Released under the MIT license
* https://github.com/sociomantic-tsunami/flounder/license
*
* Date: Wed Nov 29 2017
* Date: Tue Dec 12 2017
*
* "This, so far, is the best Flounder ever"
*/(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
Expand Down Expand Up @@ -3190,6 +3190,7 @@ var events = {
* @return {Void} void
*/
clickSet: function clickSet(e) {

e.preventDefault();
e.stopPropagation();

Expand All @@ -3215,16 +3216,18 @@ var events = {
* @return {Void} void
*/
displayMultipleTags: function displayMultipleTags(selectedOptions, multiTagWrapper) {
var children = multiTagWrapper.children;
var tag = this.refs.search.previousSibling;

for (var i = 0; i < children.length - 1; i++) {
var tag = children[i];
while (tag) {
var closeBtn = tag.firstChild;
var prevTag = tag.previousSibling;

closeBtn.removeEventListener('click', this.removeMultiTag);
tag.removeEventListener('keydown', this.checkMultiTagKeydown);

multiTagWrapper.removeChild(tag);

tag = prevTag;
}

if (selectedOptions.length > 0) {
Expand Down Expand Up @@ -5265,7 +5268,7 @@ exports.default = utils;
'use strict';

/* globals module */
module.exports = '1.3.2';
module.exports = '1.3.3';

},{}],22:[function(require,module,exports){
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/flounder.microbe.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/flounder.min.js

Large diffs are not rendered by default.

0 comments on commit 7565786

Please sign in to comment.