@salla.sa/twilight-components 1.6.13 → 1.6.14
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/cjs/loader.cjs.js +0 -2
- package/dist/cjs/salla-button_27.cjs.entry.js +32 -13
- package/dist/cjs/twilight.cjs.js +0 -2
- package/dist/collection/global/app.js +1 -1
- package/dist/components/_commonjsHelpers.js +1 -1
- package/dist/components/index.js +0 -7511
- package/dist/components/salla-file-upload2.js +1 -1
- package/dist/components/salla-tel-input2.js +1 -1
- package/dist/esm/loader.js +0 -2
- package/dist/esm/salla-button_27.entry.js +20 -1
- package/dist/esm/twilight.js +0 -2
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/salla-button_27.entry.js +1 -1
- package/dist/esm-es5/twilight.js +1 -1
- package/dist/twilight/p-4d681263.entry.js +22 -0
- package/dist/twilight/p-b97d2809.system.entry.js +34 -0
- package/dist/twilight/p-dd429f1b.system.js +4 -0
- package/dist/twilight/twilight.esm.js +1 -1
- package/dist/twilight/twilight.js +1 -1
- package/dist/types/global/app.d.ts +0 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +3 -3
- package/dist/cjs/_commonjsHelpers-691dd63b.js +0 -28
- package/dist/cjs/index-db09186f.js +0 -7516
- package/dist/esm/_commonjsHelpers-1415ffd3.js +0 -24
- package/dist/esm/index-f04e787f.js +0 -7514
- package/dist/esm-es5/_commonjsHelpers-1415ffd3.js +0 -4
- package/dist/esm-es5/index-f04e787f.js +0 -24
- package/dist/twilight/p-1e26972a.js +0 -24
- package/dist/twilight/p-24e726cc.system.entry.js +0 -34
- package/dist/twilight/p-9beb6b7b.system.js +0 -4
- package/dist/twilight/p-d64f3123.entry.js +0 -22
- package/dist/twilight/p-da69797f.system.js +0 -4
- package/dist/twilight/p-e3655a96.system.js +0 -24
- package/dist/twilight/p-f84bae34.js +0 -4
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
8
|
const index = require('./index-cac2fd59.js');
|
|
9
|
-
require('./index-db09186f.js');
|
|
10
|
-
require('./_commonjsHelpers-691dd63b.js');
|
|
11
9
|
|
|
12
10
|
/*
|
|
13
11
|
Stencil Client Patch Esm v2.17.4 | MIT Licensed | https://stenciljs.com
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7
7
|
|
|
8
8
|
const index$1 = require('./index-cac2fd59.js');
|
|
9
|
-
const _commonjsHelpers = require('./_commonjsHelpers-691dd63b.js');
|
|
10
9
|
const search = require('./search-b487cc49.js');
|
|
11
10
|
|
|
12
11
|
const sallaButtonCss = "";
|
|
@@ -2915,7 +2914,27 @@ const SallaDatetimePicker = class {
|
|
|
2915
2914
|
};
|
|
2916
2915
|
SallaDatetimePicker.style = sallaDatetimePickerCss;
|
|
2917
2916
|
|
|
2918
|
-
var
|
|
2917
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2918
|
+
|
|
2919
|
+
function getDefaultExportFromCjs (x) {
|
|
2920
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
function createCommonjsModule(fn, basedir, module) {
|
|
2924
|
+
return module = {
|
|
2925
|
+
path: basedir,
|
|
2926
|
+
exports: {},
|
|
2927
|
+
require: function (path, base) {
|
|
2928
|
+
return commonjsRequire();
|
|
2929
|
+
}
|
|
2930
|
+
}, fn(module, module.exports), module.exports;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
function commonjsRequire () {
|
|
2934
|
+
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
var filepond = createCommonjsModule(function (module, exports) {
|
|
2919
2938
|
/*!
|
|
2920
2939
|
* FilePond 4.30.4
|
|
2921
2940
|
* Licensed under MIT, https://opensource.org/licenses/MIT/
|
|
@@ -2927,7 +2946,7 @@ var filepond = _commonjsHelpers.createCommonjsModule(function (module, exports)
|
|
|
2927
2946
|
(function(global, factory) {
|
|
2928
2947
|
factory(exports)
|
|
2929
2948
|
;
|
|
2930
|
-
})(
|
|
2949
|
+
})(commonjsGlobal, function(exports) {
|
|
2931
2950
|
|
|
2932
2951
|
var isNode = function isNode(value) {
|
|
2933
2952
|
return value instanceof HTMLElement;
|
|
@@ -14115,7 +14134,7 @@ var filepond = _commonjsHelpers.createCommonjsModule(function (module, exports)
|
|
|
14115
14134
|
});
|
|
14116
14135
|
});
|
|
14117
14136
|
|
|
14118
|
-
var filepondPluginFileValidateSize =
|
|
14137
|
+
var filepondPluginFileValidateSize = createCommonjsModule(function (module, exports) {
|
|
14119
14138
|
/*!
|
|
14120
14139
|
* FilePondPluginFileValidateSize 2.2.7
|
|
14121
14140
|
* Licensed under MIT, https://opensource.org/licenses/MIT/
|
|
@@ -14127,7 +14146,7 @@ var filepondPluginFileValidateSize = _commonjsHelpers.createCommonjsModule(funct
|
|
|
14127
14146
|
(function(global, factory) {
|
|
14128
14147
|
(module.exports = factory())
|
|
14129
14148
|
;
|
|
14130
|
-
})(
|
|
14149
|
+
})(commonjsGlobal, function() {
|
|
14131
14150
|
|
|
14132
14151
|
var plugin = function plugin(_ref) {
|
|
14133
14152
|
var addFilter = _ref.addFilter,
|
|
@@ -14287,7 +14306,7 @@ var filepondPluginFileValidateSize = _commonjsHelpers.createCommonjsModule(funct
|
|
|
14287
14306
|
});
|
|
14288
14307
|
});
|
|
14289
14308
|
|
|
14290
|
-
var filepondPluginImageExifOrientation =
|
|
14309
|
+
var filepondPluginImageExifOrientation = createCommonjsModule(function (module, exports) {
|
|
14291
14310
|
/*!
|
|
14292
14311
|
* FilePondPluginImageExifOrientation 1.0.11
|
|
14293
14312
|
* Licensed under MIT, https://opensource.org/licenses/MIT/
|
|
@@ -14299,7 +14318,7 @@ var filepondPluginImageExifOrientation = _commonjsHelpers.createCommonjsModule(f
|
|
|
14299
14318
|
(function(global, factory) {
|
|
14300
14319
|
(module.exports = factory())
|
|
14301
14320
|
;
|
|
14302
|
-
})(
|
|
14321
|
+
})(commonjsGlobal, function() {
|
|
14303
14322
|
|
|
14304
14323
|
// test if file is of type image
|
|
14305
14324
|
var isJPEG = function isJPEG(file) {
|
|
@@ -14469,7 +14488,7 @@ var filepondPluginImageExifOrientation = _commonjsHelpers.createCommonjsModule(f
|
|
|
14469
14488
|
});
|
|
14470
14489
|
});
|
|
14471
14490
|
|
|
14472
|
-
var filepondPluginImagePreview =
|
|
14491
|
+
var filepondPluginImagePreview = createCommonjsModule(function (module, exports) {
|
|
14473
14492
|
/*!
|
|
14474
14493
|
* FilePondPluginImagePreview 4.6.11
|
|
14475
14494
|
* Licensed under MIT, https://opensource.org/licenses/MIT/
|
|
@@ -14481,7 +14500,7 @@ var filepondPluginImagePreview = _commonjsHelpers.createCommonjsModule(function
|
|
|
14481
14500
|
(function(global, factory) {
|
|
14482
14501
|
(module.exports = factory())
|
|
14483
14502
|
;
|
|
14484
|
-
})(
|
|
14503
|
+
})(commonjsGlobal, function() {
|
|
14485
14504
|
|
|
14486
14505
|
// test if file is of type image and can be viewed in canvas
|
|
14487
14506
|
var isPreviewableImage = function isPreviewableImage(file) {
|
|
@@ -16685,9 +16704,9 @@ var filepondPluginImagePreview = _commonjsHelpers.createCommonjsModule(function
|
|
|
16685
16704
|
});
|
|
16686
16705
|
});
|
|
16687
16706
|
|
|
16688
|
-
const FilePondPluginImagePreview = /*@__PURE__*/
|
|
16707
|
+
const FilePondPluginImagePreview = /*@__PURE__*/getDefaultExportFromCjs(filepondPluginImagePreview);
|
|
16689
16708
|
|
|
16690
|
-
var filepondPluginImageEdit =
|
|
16709
|
+
var filepondPluginImageEdit = createCommonjsModule(function (module, exports) {
|
|
16691
16710
|
/*!
|
|
16692
16711
|
* FilePondPluginImageEdit 1.6.3
|
|
16693
16712
|
* Licensed under MIT, https://opensource.org/licenses/MIT/
|
|
@@ -16699,7 +16718,7 @@ var filepondPluginImageEdit = _commonjsHelpers.createCommonjsModule(function (mo
|
|
|
16699
16718
|
(function(global, factory) {
|
|
16700
16719
|
(module.exports = factory())
|
|
16701
16720
|
;
|
|
16702
|
-
})(
|
|
16721
|
+
})(commonjsGlobal, function() {
|
|
16703
16722
|
|
|
16704
16723
|
var isPreviewableImage = function isPreviewableImage(file) {
|
|
16705
16724
|
return /^image/.test(file.type);
|
|
@@ -26210,7 +26229,7 @@ const SallaTabs = class {
|
|
|
26210
26229
|
};
|
|
26211
26230
|
SallaTabs.style = sallaTabsCss;
|
|
26212
26231
|
|
|
26213
|
-
var intlTelInput$1 =
|
|
26232
|
+
var intlTelInput$1 = createCommonjsModule(function (module) {
|
|
26214
26233
|
/*
|
|
26215
26234
|
* International Telephone Input v17.0.18
|
|
26216
26235
|
* https://github.com/jackocnr/intl-tel-input.git
|
package/dist/cjs/twilight.cjs.js
CHANGED
|
@@ -21,4 +21,4 @@ function commonjsRequire () {
|
|
|
21
21
|
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
export {
|
|
24
|
+
export { commonjsGlobal as a, createCommonjsModule as c, getDefaultExportFromCjs as g };
|