smoothly 0.1.90 → 0.1.94
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/{GoogleFont-47aed323.js → GoogleFont-6c4f0da1.js} +1 -1
- package/dist/cjs/{index-b5fcdcf9.js → index-40d009d5.js} +1 -1
- package/dist/cjs/{index-bc3845e8.js → index-d66869d7.js} +7 -5
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/smoothly-accordion_47.cjs.entry.js +35 -7
- package/dist/cjs/smoothly-dialog.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-display-demo.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-display.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-frame.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-input.cjs.entry.js +28 -2
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +2 -2
- package/dist/cjs/smoothly.cjs.js +1 -1
- package/dist/collection/components/input/index.js +50 -0
- package/dist/collection/model/GoogleFont.js +1 -1
- package/dist/custom-elements/index.js +35 -7
- package/dist/{smoothly/GoogleFont-31de060f.js → esm/GoogleFont-8474516b.js} +1 -1
- package/dist/esm/{index-37a67c97.js → index-401c6ce3.js} +7 -5
- package/dist/{smoothly/index-53434aca.js → esm/index-c8b5d468.js} +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/smoothly-accordion_47.entry.js +35 -7
- package/dist/esm/smoothly-dialog.entry.js +2 -2
- package/dist/esm/smoothly-display-demo.entry.js +2 -2
- package/dist/esm/smoothly-display.entry.js +1 -1
- package/dist/esm/smoothly-frame.entry.js +2 -2
- package/dist/esm/smoothly-google-font.entry.js +1 -1
- package/dist/esm/smoothly-input.entry.js +28 -2
- package/dist/esm/smoothly-trigger-sink.entry.js +2 -2
- package/dist/esm/smoothly-trigger-source.entry.js +2 -2
- package/dist/esm/smoothly.js +1 -1
- package/dist/{esm/GoogleFont-31de060f.js → smoothly/GoogleFont-8474516b.js} +1 -1
- package/dist/smoothly/{index-37a67c97.js → index-401c6ce3.js} +7 -5
- package/dist/{esm/index-53434aca.js → smoothly/index-c8b5d468.js} +1 -1
- package/dist/smoothly/index.esm.js +2 -2
- package/dist/smoothly/{p-f6cbbcf3.entry.js → p-14232157.entry.js} +1 -1
- package/dist/smoothly/{p-07653599.entry.js → p-22d4d5a7.entry.js} +1 -1
- package/dist/smoothly/{p-2191d2d2.entry.js → p-b8a3e273.entry.js} +1 -1
- package/dist/smoothly/{p-82f56327.js → p-bd478a53.js} +1 -1
- package/dist/smoothly/{p-d2cfda26.entry.js → p-eea1f7db.entry.js} +1 -1
- package/dist/smoothly/smoothly-dialog.entry.js +2 -2
- package/dist/smoothly/smoothly-display-demo.entry.js +2 -2
- package/dist/smoothly/smoothly-display.entry.js +1 -1
- package/dist/smoothly/smoothly-frame.entry.js +2 -2
- package/dist/smoothly/smoothly-google-font.entry.js +1 -1
- package/dist/smoothly/smoothly-input.entry.js +28 -2
- package/dist/smoothly/smoothly-trigger-sink.entry.js +2 -2
- package/dist/smoothly/smoothly-trigger-source.entry.js +2 -2
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/dist/types/components/input/index.d.ts +6 -0
- package/dist/types/components.d.ts +1 -0
- package/package.json +2 -2
|
@@ -5,7 +5,7 @@ exports.GoogleFont = void 0;
|
|
|
5
5
|
function is(value) {
|
|
6
6
|
return (typeof value == "string" &&
|
|
7
7
|
!/[</>"'`]/g.test(value) &&
|
|
8
|
-
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})
|
|
8
|
+
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})*|((\d{3})(;\d{3})*))))?)?$/g.test(value));
|
|
9
9
|
}
|
|
10
10
|
GoogleFont.is = is;
|
|
11
11
|
function getFont(value) {
|
|
@@ -212,6 +212,8 @@ var Action;
|
|
|
212
212
|
function apply(formatter, state, action) {
|
|
213
213
|
var _a, _b;
|
|
214
214
|
let result = State_1.State.copy(formatter.unformat(StateEditor_1.StateEditor.copy(state)));
|
|
215
|
+
if (state.autocomplete == "cc-exp" && /^\d\d \/$/g.test(state.value))
|
|
216
|
+
(action === null || action === void 0 ? void 0 : action.key) && (action.key = "Backspace");
|
|
215
217
|
if (action) {
|
|
216
218
|
if (action.ctrlKey || action.metaKey) {
|
|
217
219
|
if (action.key == "a")
|
|
@@ -343,7 +345,7 @@ class Handler {
|
|
|
343
345
|
return typeof value == "string" ? value : undefined;
|
|
344
346
|
}
|
|
345
347
|
format(unformated) {
|
|
346
|
-
return Object.assign(Object.assign({}, unformated), { type: "
|
|
348
|
+
return Object.assign(Object.assign({}, unformated), { type: "tel", autocomplete: "cc-csc", length: [3, 3], pattern: /^\d{3}$/ });
|
|
347
349
|
}
|
|
348
350
|
unformat(formated) {
|
|
349
351
|
return formated;
|
|
@@ -379,7 +381,7 @@ class Handler {
|
|
|
379
381
|
result = result.prepend("0");
|
|
380
382
|
if (result.value.length > 1)
|
|
381
383
|
result = result.insert(2, " / ");
|
|
382
|
-
return Object.assign(Object.assign({}, result), { type: "
|
|
384
|
+
return Object.assign(Object.assign({}, result), { type: "tel", autocomplete: "cc-exp", length: [7, 7], pattern: /^(0[1-9]|1[012]) \/ \d\d$/ });
|
|
383
385
|
}
|
|
384
386
|
unformat(formated) {
|
|
385
387
|
return formated.delete(" / ");
|
|
@@ -407,8 +409,8 @@ class Handler {
|
|
|
407
409
|
}
|
|
408
410
|
format(unformated) {
|
|
409
411
|
const issuer = getIssuer(unformated.value);
|
|
410
|
-
const result = unformated.map((symbol, index) =>
|
|
411
|
-
return Object.assign(Object.assign({}, result), { type: "
|
|
412
|
+
const result = unformated.map((symbol, index) => (index != 0 && index % 4 == 0 && index + 1 < issuer.length[0] ? " " : "") + symbol);
|
|
413
|
+
return Object.assign(Object.assign({}, result), { type: "tel", autocomplete: "cc-number", length: issuer.length.slice(1), pattern: issuer.verification, classes: ["issuer-" + issuer.icon] });
|
|
412
414
|
}
|
|
413
415
|
unformat(formated) {
|
|
414
416
|
return formated.delete(" ");
|
|
@@ -1537,7 +1539,7 @@ class Handler {
|
|
|
1537
1539
|
}
|
|
1538
1540
|
fromString(value) {
|
|
1539
1541
|
const result = typeof value == "string" ? Number.parseFloat(value) : undefined;
|
|
1540
|
-
return result && !isNaN(result) ? result : undefined;
|
|
1542
|
+
return result != undefined && !isNaN(result) ? result : undefined;
|
|
1541
1543
|
}
|
|
1542
1544
|
format(unformated) {
|
|
1543
1545
|
var _a;
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const App = require('./App-ffc56e72.js');
|
|
6
|
-
const index = require('./index-
|
|
7
|
-
const GoogleFont = require('./GoogleFont-
|
|
6
|
+
const index = require('./index-40d009d5.js');
|
|
7
|
+
const GoogleFont = require('./GoogleFont-6c4f0da1.js');
|
|
8
8
|
require('./index-138c41c2.js');
|
|
9
9
|
|
|
10
10
|
var Hex;
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -30,7 +30,7 @@ const defineCustomElements = (win, options) => {
|
|
|
30
30
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
31
31
|
return patchEsm().then(() => {
|
|
32
32
|
appGlobals.globalScripts();
|
|
33
|
-
return index.bootstrapLazy([["smoothly-app-demo.cjs",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}]]],["smoothly-google-font.cjs",[[2,"smoothly-google-font",{"value":[1]}]]],["smoothly-radio-group.cjs",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["smoothly-reorder.cjs",[[0,"smoothly-reorder"]]],["smoothly-trigger-sink.cjs",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-trigger-source.cjs",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["smoothly-input-demo.cjs",[[0,"smoothly-input-demo"]]],["smoothly-select-demo.cjs",[[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]]]],["smoothly-table-demo.cjs",[[2,"smoothly-table-demo"]]],["smoothly-display-demo.cjs",[[0,"smoothly-display-demo"]]],["smoothly-notifier.cjs",[[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]]]],["smoothly-app.cjs",[[4,"smoothly-app",{"color":[1]}]]],["smoothly-dialog-demo.cjs",[[0,"smoothly-dialog-demo"]]],["smoothly-icon-demo.cjs",[[2,"smoothly-icon-demo"]]],["smoothly-room.cjs",[[4,"smoothly-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}]]],["smoothly-input-date-range.cjs",[[2,"smoothly-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]]]],["smoothly-picker.cjs",[[1,"smoothly-picker",{"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"optionStyle":[8,"option-style"],"options":[16],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"isOpen":[32]},[[0,"optionSelect","optionSelectHander"]]]]],["smoothly-dialog.cjs",[[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]]]],["smoothly-checkbox.cjs",[[2,"smoothly-checkbox",{"selectAll":[4,"select-all"],"selected":[1540],"disabled":[1540],"t":[32]}]]],["smoothly-submit.cjs",[[6,"smoothly-submit",{"processing":[1540],"color":[513],"expand":[513],"fill":[513],"disabled":[516],"prevent":[4],"submit":[64]},[[0,"click","handleSubmit"]]]]],["smoothly-urlencoded.cjs",[[0,"smoothly-urlencoded",{"data":[1]}]]],["smoothly-accordion.cjs",[[6,"smoothly-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]]]],["smoothly-accordion-item.cjs",[[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}]]],["smoothly-display-amount.cjs",[[2,"smoothly-display-amount",{"amount":[8],"currency":[1]}]]],["smoothly-frame.cjs",[[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}]]],["smoothly-popup.cjs",[[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}]]],["smoothly-quiet.cjs",[[6,"smoothly-quiet",{"color":[1]}]]],["smoothly-radio.cjs",[[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}]]],["smoothly-select.cjs",[[6,"smoothly-select",{"identifier":[1],"background":[513],"value":[1025]}]]],["smoothly-tab.cjs",[[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]]]],["smoothly-tab-switch.cjs",[[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]]]],["smoothly-table.cjs",[[6,"smoothly-table",null,[[0,"sort","onSort"]]]]],["smoothly-table-cell.cjs",[[6,"smoothly-table-cell"]]],["smoothly-table-expandable-cell.cjs",[[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-table-expandable-row.cjs",[[6,"smoothly-table-expandable-row",null,[[0,"expansionLoaded","onExpansionLoaded"],[0,"expansionOpen","onDetailsLoaded"]]]]],["smoothly-table-header.cjs",[[6,"smoothly-table-header",{"name":[1],"sortDirection":[1025,"sort-direction"]},[[0,"click","onClick"]]]]],["smoothly-table-row.cjs",[[6,"smoothly-table-row",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-icon.cjs",[[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]],["smoothly-selector.cjs",[[6,"smoothly-selector",{"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]]]],["smoothly-input-date.cjs",[[6,"smoothly-input-date",{"value":[1025],"open":[1028],"max":[1025],"min":[1025]},[[0,"dateSet","dateSetHandler"]]]]],["smoothly-notification.cjs",[[2,"smoothly-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]]]],["smoothly-option.cjs",[[1,"smoothly-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537]}]]],["smoothly-menu-options.cjs",[[1,"smoothly-menu-options",{"emptyMenuLabel":[1025,"empty-menu-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"filteredOptions":[32],"highlightIndex":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]]]],["smoothly-display.cjs",[[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1]}]]],["smoothly-display-date-time.cjs",[[2,"smoothly-display-date-time",{"datetime":[1]}]]],["smoothly-spinner.cjs",[[2,"smoothly-spinner",{"active":[516]}]]],["smoothly-tuple.cjs",[[0,"smoothly-tuple",{"tuple":[16]}]]],["smoothly-item.cjs",[[6,"smoothly-item",{"value":[8],"selected":[1540],"filter":[64]},[[0,"click","onClick"]]]]],["smoothly-calendar.cjs",[[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]}]]],["smoothly-input.cjs",[[6,"smoothly-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1025],"disabled":[1028],"currency":[513],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}]]],["smoothly-input-month.cjs",[[2,"smoothly-input-month",{"value":[1025]}]]],["smoothly-trigger.cjs",[[6,"smoothly-trigger",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]]]]], options);
|
|
33
|
+
return index.bootstrapLazy([["smoothly-app-demo.cjs",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}]]],["smoothly-google-font.cjs",[[2,"smoothly-google-font",{"value":[1]}]]],["smoothly-radio-group.cjs",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["smoothly-reorder.cjs",[[0,"smoothly-reorder"]]],["smoothly-trigger-sink.cjs",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-trigger-source.cjs",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["smoothly-input-demo.cjs",[[0,"smoothly-input-demo"]]],["smoothly-select-demo.cjs",[[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]]]],["smoothly-table-demo.cjs",[[2,"smoothly-table-demo"]]],["smoothly-display-demo.cjs",[[0,"smoothly-display-demo"]]],["smoothly-notifier.cjs",[[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]]]],["smoothly-app.cjs",[[4,"smoothly-app",{"color":[1]}]]],["smoothly-dialog-demo.cjs",[[0,"smoothly-dialog-demo"]]],["smoothly-icon-demo.cjs",[[2,"smoothly-icon-demo"]]],["smoothly-room.cjs",[[4,"smoothly-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}]]],["smoothly-input-date-range.cjs",[[2,"smoothly-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]]]],["smoothly-picker.cjs",[[1,"smoothly-picker",{"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"optionStyle":[8,"option-style"],"options":[16],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"isOpen":[32]},[[0,"optionSelect","optionSelectHander"]]]]],["smoothly-dialog.cjs",[[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]]]],["smoothly-checkbox.cjs",[[2,"smoothly-checkbox",{"selectAll":[4,"select-all"],"selected":[1540],"disabled":[1540],"t":[32]}]]],["smoothly-submit.cjs",[[6,"smoothly-submit",{"processing":[1540],"color":[513],"expand":[513],"fill":[513],"disabled":[516],"prevent":[4],"submit":[64]},[[0,"click","handleSubmit"]]]]],["smoothly-urlencoded.cjs",[[0,"smoothly-urlencoded",{"data":[1]}]]],["smoothly-accordion.cjs",[[6,"smoothly-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]]]],["smoothly-accordion-item.cjs",[[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}]]],["smoothly-display-amount.cjs",[[2,"smoothly-display-amount",{"amount":[8],"currency":[1]}]]],["smoothly-frame.cjs",[[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}]]],["smoothly-popup.cjs",[[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}]]],["smoothly-quiet.cjs",[[6,"smoothly-quiet",{"color":[1]}]]],["smoothly-radio.cjs",[[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}]]],["smoothly-select.cjs",[[6,"smoothly-select",{"identifier":[1],"background":[513],"value":[1025]}]]],["smoothly-tab.cjs",[[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]]]],["smoothly-tab-switch.cjs",[[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]]]],["smoothly-table.cjs",[[6,"smoothly-table",null,[[0,"sort","onSort"]]]]],["smoothly-table-cell.cjs",[[6,"smoothly-table-cell"]]],["smoothly-table-expandable-cell.cjs",[[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-table-expandable-row.cjs",[[6,"smoothly-table-expandable-row",null,[[0,"expansionLoaded","onExpansionLoaded"],[0,"expansionOpen","onDetailsLoaded"]]]]],["smoothly-table-header.cjs",[[6,"smoothly-table-header",{"name":[1],"sortDirection":[1025,"sort-direction"]},[[0,"click","onClick"]]]]],["smoothly-table-row.cjs",[[6,"smoothly-table-row",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-icon.cjs",[[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]],["smoothly-selector.cjs",[[6,"smoothly-selector",{"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]]]],["smoothly-input-date.cjs",[[6,"smoothly-input-date",{"value":[1025],"open":[1028],"max":[1025],"min":[1025]},[[0,"dateSet","dateSetHandler"]]]]],["smoothly-notification.cjs",[[2,"smoothly-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]]]],["smoothly-option.cjs",[[1,"smoothly-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537]}]]],["smoothly-menu-options.cjs",[[1,"smoothly-menu-options",{"emptyMenuLabel":[1025,"empty-menu-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"filteredOptions":[32],"highlightIndex":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]]]],["smoothly-display.cjs",[[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1]}]]],["smoothly-display-date-time.cjs",[[2,"smoothly-display-date-time",{"datetime":[1]}]]],["smoothly-spinner.cjs",[[2,"smoothly-spinner",{"active":[516]}]]],["smoothly-tuple.cjs",[[0,"smoothly-tuple",{"tuple":[16]}]]],["smoothly-item.cjs",[[6,"smoothly-item",{"value":[8],"selected":[1540],"filter":[64]},[[0,"click","onClick"]]]]],["smoothly-calendar.cjs",[[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]}]]],["smoothly-input.cjs",[[6,"smoothly-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1025],"disabled":[1028],"currency":[513],"getFormData":[64],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}]]],["smoothly-input-month.cjs",[[2,"smoothly-input-month",{"value":[1025]}]]],["smoothly-trigger.cjs",[[6,"smoothly-trigger",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]]]]], options);
|
|
34
34
|
});
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-41a36ce2.js');
|
|
6
6
|
const Notice = require('./Notice-9120d311.js');
|
|
7
7
|
const Trigger = require('./Trigger-74bd1ee8.js');
|
|
8
|
-
require('./GoogleFont-
|
|
8
|
+
require('./GoogleFont-6c4f0da1.js');
|
|
9
9
|
|
|
10
10
|
const styleCss$D = "smoothly-accordion-item.sc-smoothly-accordion{border:1px solid rgb(var(--smoothly-dark-color));border-bottom:none}smoothly-accordion-item.sc-smoothly-accordion:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px;margin-top:0.4em}smoothly-accordion-item.sc-smoothly-accordion:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:1px solid rgb(var(--smoothly-dark-color));margin-bottom:0.6em}smoothly-accordion-item[open].sc-smoothly-accordion{border-color:rgb(var(--smoothly-primary-color));border-bottom:1px solid rgb(var(--smoothly-primary-color))}smoothly-accordion-item[open].sc-smoothly-accordion+smoothly-accordion-item.sc-smoothly-accordion{border-top:none}";
|
|
11
11
|
|
|
@@ -37577,6 +37577,8 @@ exports.Action = void 0;
|
|
|
37577
37577
|
function apply(formatter, state, action) {
|
|
37578
37578
|
var _a, _b;
|
|
37579
37579
|
let result = State_1.State.copy(formatter.unformat(StateEditor_1.StateEditor.copy(state)));
|
|
37580
|
+
if (state.autocomplete == "cc-exp" && /^\d\d \/$/g.test(state.value))
|
|
37581
|
+
(action === null || action === void 0 ? void 0 : action.key) && (action.key = "Backspace");
|
|
37580
37582
|
if (action) {
|
|
37581
37583
|
if (action.ctrlKey || action.metaKey) {
|
|
37582
37584
|
if (action.key == "a")
|
|
@@ -37702,7 +37704,7 @@ class Handler {
|
|
|
37702
37704
|
return typeof value == "string" ? value : undefined;
|
|
37703
37705
|
}
|
|
37704
37706
|
format(unformated) {
|
|
37705
|
-
return Object.assign(Object.assign({}, unformated), { type: "
|
|
37707
|
+
return Object.assign(Object.assign({}, unformated), { type: "tel", autocomplete: "cc-csc", length: [3, 3], pattern: /^\d{3}$/ });
|
|
37706
37708
|
}
|
|
37707
37709
|
unformat(formated) {
|
|
37708
37710
|
return formated;
|
|
@@ -37735,7 +37737,7 @@ class Handler {
|
|
|
37735
37737
|
result = result.prepend("0");
|
|
37736
37738
|
if (result.value.length > 1)
|
|
37737
37739
|
result = result.insert(2, " / ");
|
|
37738
|
-
return Object.assign(Object.assign({}, result), { type: "
|
|
37740
|
+
return Object.assign(Object.assign({}, result), { type: "tel", autocomplete: "cc-exp", length: [7, 7], pattern: /^(0[1-9]|1[012]) \/ \d\d$/ });
|
|
37739
37741
|
}
|
|
37740
37742
|
unformat(formated) {
|
|
37741
37743
|
return formated.delete(" / ");
|
|
@@ -37760,8 +37762,8 @@ class Handler {
|
|
|
37760
37762
|
}
|
|
37761
37763
|
format(unformated) {
|
|
37762
37764
|
const issuer = getIssuer(unformated.value);
|
|
37763
|
-
const result = unformated.map((symbol, index) =>
|
|
37764
|
-
return Object.assign(Object.assign({}, result), { type: "
|
|
37765
|
+
const result = unformated.map((symbol, index) => (index != 0 && index % 4 == 0 && index + 1 < issuer.length[0] ? " " : "") + symbol);
|
|
37766
|
+
return Object.assign(Object.assign({}, result), { type: "tel", autocomplete: "cc-number", length: issuer.length.slice(1), pattern: issuer.verification, classes: ["issuer-" + issuer.icon] });
|
|
37765
37767
|
}
|
|
37766
37768
|
unformat(formated) {
|
|
37767
37769
|
return formated.delete(" ");
|
|
@@ -38842,7 +38844,7 @@ class Handler {
|
|
|
38842
38844
|
}
|
|
38843
38845
|
fromString(value) {
|
|
38844
38846
|
const result = typeof value == "string" ? Number.parseFloat(value) : undefined;
|
|
38845
|
-
return result && !isNaN(result) ? result : undefined;
|
|
38847
|
+
return result != undefined && !isNaN(result) ? result : undefined;
|
|
38846
38848
|
}
|
|
38847
38849
|
format(unformated) {
|
|
38848
38850
|
var _a;
|
|
@@ -39679,6 +39681,9 @@ let SmoothlyInput = class {
|
|
|
39679
39681
|
if (value != before)
|
|
39680
39682
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
39681
39683
|
}
|
|
39684
|
+
onCurrency() {
|
|
39685
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
39686
|
+
}
|
|
39682
39687
|
componentWillLoad() {
|
|
39683
39688
|
const value = this.formatter.toString(this.value) || "";
|
|
39684
39689
|
const start = value.length;
|
|
@@ -39693,6 +39698,28 @@ let SmoothlyInput = class {
|
|
|
39693
39698
|
this.keepFocusOnReRender = false;
|
|
39694
39699
|
}
|
|
39695
39700
|
}
|
|
39701
|
+
async getFormData(name) {
|
|
39702
|
+
const result = {};
|
|
39703
|
+
const form = document.forms.namedItem(name);
|
|
39704
|
+
if (form) {
|
|
39705
|
+
const elements = form.elements;
|
|
39706
|
+
for (let i = 0; i < elements.length; i++) {
|
|
39707
|
+
const element = elements.item(i);
|
|
39708
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
39709
|
+
result[element.name] = element.value;
|
|
39710
|
+
}
|
|
39711
|
+
const smoothlyInputs = form.getElementsByTagName("smoothly-input");
|
|
39712
|
+
for (let i = 0; i < smoothlyInputs.length; i++) {
|
|
39713
|
+
const element = smoothlyInputs.item(i);
|
|
39714
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
39715
|
+
result[element.name] = element.value;
|
|
39716
|
+
}
|
|
39717
|
+
}
|
|
39718
|
+
return result;
|
|
39719
|
+
}
|
|
39720
|
+
hasNameAndValue(element) {
|
|
39721
|
+
return (typeof element.name == "string" && typeof element.value == "string");
|
|
39722
|
+
}
|
|
39696
39723
|
async setKeepFocusOnReRender(keepFocus) {
|
|
39697
39724
|
this.keepFocusOnReRender = keepFocus;
|
|
39698
39725
|
}
|
|
@@ -39797,7 +39824,8 @@ let SmoothlyInput = class {
|
|
|
39797
39824
|
return (index.h(index.Host, { class: { "has-value": ((_a = this.state) === null || _a === void 0 ? void 0 : _a.value) != undefined && ((_b = this.state) === null || _b === void 0 ? void 0 : _b.value) != "" } }, index.h("input", { name: this.name, type: (_c = this.state) === null || _c === void 0 ? void 0 : _c.type, placeholder: this.placeholder, required: this.required, autocomplete: this.autocomplete ? (_d = this.state) === null || _d === void 0 ? void 0 : _d.autocomplete : "off", disabled: this.disabled, pattern: ((_e = this.state) === null || _e === void 0 ? void 0 : _e.pattern) && ((_f = this.state) === null || _f === void 0 ? void 0 : _f.pattern.source), value: (_g = this.state) === null || _g === void 0 ? void 0 : _g.value, onInput: (e) => this.onInput(e), onFocus: e => this.onFocus(e), onClick: e => this.onClick(e), onBlur: e => this.onBlur(e), onKeyDown: e => this.onKeyDown(e), ref: (el) => (this.inputElement = el), onPaste: e => this.onPaste(e) }), index.h("smoothly-icon", { name: "alert-circle", color: "danger", fill: "clear", size: "small" }), index.h("label", { htmlFor: this.name }, index.h("slot", null))));
|
|
39798
39825
|
}
|
|
39799
39826
|
static get watchers() { return {
|
|
39800
|
-
"value": ["valueWatcher"]
|
|
39827
|
+
"value": ["valueWatcher"],
|
|
39828
|
+
"currency": ["onCurrency"]
|
|
39801
39829
|
}; }
|
|
39802
39830
|
};
|
|
39803
39831
|
function getLocale() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
7
|
-
require('./GoogleFont-
|
|
6
|
+
const index$1 = require('./index-40d009d5.js');
|
|
7
|
+
require('./GoogleFont-6c4f0da1.js');
|
|
8
8
|
|
|
9
9
|
const styleCss = ".sc-smoothly-dialog-h{display:block;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1;background:rgba(var(--smoothly-default-color), var(--smoothly-semitransparent)) !important}[hidden].sc-smoothly-dialog-h{display:none}.sc-smoothly-dialog-h>header.sc-smoothly-dialog{border-top-left-radius:8px;border-top-right-radius:8px;margin-top:2em;color:rgb(var(--smoothly-primary-contrast));background:rgb(var(--smoothly-primary-color));border-color:rgb(var(--smoothly-primary-color))}.sc-smoothly-dialog-h:not([header]) header.sc-smoothly-dialog{border:none}.sc-smoothly-dialog-h>*.sc-smoothly-dialog{position:relative;color:rgb(var(--smoothly-default-contrast));background-color:rgb(var(--smoothly-default-color));border-color:rgb(var(--smoothly-color));border-width:1px;border-style:solid;max-width:40em;width:calc(100vw - 4em - 2px);max-height:calc(100vh - 6em - 2px);height:auto;margin-left:auto;margin-right:auto;border-collapse:collapse}.sc-smoothly-dialog-h>main.sc-smoothly-dialog{border-bottom-left-radius:8px;border-bottom-right-radius:8px;margin-bottom:2em;border:1px solid rgb(var(--smoothly-default-contrast));box-sizing:border-box;overflow:hidden}.sc-smoothly-dialog-h:not([header]) main.sc-smoothly-dialog{border-radius:8px}.sc-smoothly-dialog-h>*.sc-smoothly-dialog>smoothly-trigger.sc-smoothly-dialog{position:absolute;right:-2em;top:-2em;z-index:1;border-color:transparent}.sc-smoothly-dialog-h>*.sc-smoothly-dialog>smoothly-trigger.sc-smoothly-dialog:hover{border-color:transparent}.sc-smoothly-dialog-h smoothly-icon.sc-smoothly-dialog{background-color:rgb(var(--smoothly-color));border-radius:50%}.sc-smoothly-dialog-h>*.sc-smoothly-dialog>*.sc-smoothly-dialog{margin:10px}";
|
|
10
10
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
7
|
-
require('./GoogleFont-
|
|
6
|
+
const index$1 = require('./index-40d009d5.js');
|
|
7
|
+
require('./GoogleFont-6c4f0da1.js');
|
|
8
8
|
|
|
9
9
|
let SmoothlyDisplayDemo = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
6
|
+
const index$1 = require('./index-d66869d7.js');
|
|
7
7
|
require('./_commonjsHelpers-10109b76.js');
|
|
8
8
|
require('./index-ac32385c.js');
|
|
9
9
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
7
|
-
require('./GoogleFont-
|
|
6
|
+
const index$1 = require('./index-40d009d5.js');
|
|
7
|
+
require('./GoogleFont-6c4f0da1.js');
|
|
8
8
|
|
|
9
9
|
const styleCss = ".sc-smoothly-frame-h{display:block;width:100%;height:100%}[hidden].sc-smoothly-frame-h{display:none}.sc-smoothly-frame-h>iframe.sc-smoothly-frame{border:none;padding:none;margin:none}";
|
|
10
10
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
|
-
const GoogleFont = require('./GoogleFont-
|
|
6
|
+
const GoogleFont = require('./GoogleFont-6c4f0da1.js');
|
|
7
7
|
|
|
8
8
|
let SmoothlyGoogleFont = class {
|
|
9
9
|
constructor(hostRef) {
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
6
|
const index$2 = require('./index-ac32385c.js');
|
|
7
|
-
const index$1 = require('./index-
|
|
7
|
+
const index$1 = require('./index-d66869d7.js');
|
|
8
8
|
require('./_commonjsHelpers-10109b76.js');
|
|
9
9
|
|
|
10
10
|
const styleCss = ".sc-smoothly-input-h{display:block;position:relative;font-weight:var(--smoothly-font-weight)}[hidden].sc-smoothly-input-h{display:none}label.sc-smoothly-input{position:absolute;left:0.4em;top:0.6em;color:rgb(var(--smoothly-text-tint));opacity:0.8;user-select:none;cursor:inherit;transition:font-size 0.1s;transition-timing-function:ease}input.sc-smoothly-input{padding:1em 0.2em 0.2em 0.2em;width:calc(100% - 0.4em);background:none;border:0;z-index:1;position:relative;font-size:1rem;font-family:var(--smoothly-font-family)}smoothly-icon.sc-smoothly-input{display:none;position:absolute;right:0.2em;top:0.6em}input.sc-smoothly-input:invalid+smoothly-icon.sc-smoothly-input{display:block}.has-value.sc-smoothly-input-h>label.sc-smoothly-input{top:0.3em;top:0.4em;font-size:60%;z-index:0}.sc-smoothly-input-h:focus-within>label.sc-smoothly-input{top:0.3em;top:0.4em;font-size:60%;z-index:0}input.sc-smoothly-input:focus{outline:none}input.sc-smoothly-input:-webkit-autofill,input.sc-smoothly-input:-webkit-autofill:hover,input.sc-smoothly-input:-webkit-autofill:focus,input.sc-smoothly-input:-webkit-autofill:active{box-shadow:0 0 0 30px unset inset !important;-webkit-box-shadow:0 0 0 30px unset inset !important}input.sc-smoothly-input:-webkit-autofill{-webkit-text-fill-color:unset !important}input.sc-smoothly-input:-internal-autofill-previewed,input.sc-smoothly-input:-internal-autofill-selected,textarea.sc-smoothly-input:-internal-autofill-previewed,textarea.sc-smoothly-input:-internal-autofill-selected,select.sc-smoothly-input:-internal-autofill-previewed,select.sc-smoothly-input:-internal-autofill-selected{background-color:none !important;background-image:none !important;color:unset !important}";
|
|
@@ -45,6 +45,9 @@ let SmoothlyInput = class {
|
|
|
45
45
|
if (value != before)
|
|
46
46
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
47
47
|
}
|
|
48
|
+
onCurrency() {
|
|
49
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
50
|
+
}
|
|
48
51
|
componentWillLoad() {
|
|
49
52
|
const value = this.formatter.toString(this.value) || "";
|
|
50
53
|
const start = value.length;
|
|
@@ -59,6 +62,28 @@ let SmoothlyInput = class {
|
|
|
59
62
|
this.keepFocusOnReRender = false;
|
|
60
63
|
}
|
|
61
64
|
}
|
|
65
|
+
async getFormData(name) {
|
|
66
|
+
const result = {};
|
|
67
|
+
const form = document.forms.namedItem(name);
|
|
68
|
+
if (form) {
|
|
69
|
+
const elements = form.elements;
|
|
70
|
+
for (let i = 0; i < elements.length; i++) {
|
|
71
|
+
const element = elements.item(i);
|
|
72
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
73
|
+
result[element.name] = element.value;
|
|
74
|
+
}
|
|
75
|
+
const smoothlyInputs = form.getElementsByTagName("smoothly-input");
|
|
76
|
+
for (let i = 0; i < smoothlyInputs.length; i++) {
|
|
77
|
+
const element = smoothlyInputs.item(i);
|
|
78
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
79
|
+
result[element.name] = element.value;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
return result;
|
|
83
|
+
}
|
|
84
|
+
hasNameAndValue(element) {
|
|
85
|
+
return (typeof element.name == "string" && typeof element.value == "string");
|
|
86
|
+
}
|
|
62
87
|
async setKeepFocusOnReRender(keepFocus) {
|
|
63
88
|
this.keepFocusOnReRender = keepFocus;
|
|
64
89
|
}
|
|
@@ -163,7 +188,8 @@ let SmoothlyInput = class {
|
|
|
163
188
|
return (index.h(index.Host, { class: { "has-value": ((_a = this.state) === null || _a === void 0 ? void 0 : _a.value) != undefined && ((_b = this.state) === null || _b === void 0 ? void 0 : _b.value) != "" } }, index.h("input", { name: this.name, type: (_c = this.state) === null || _c === void 0 ? void 0 : _c.type, placeholder: this.placeholder, required: this.required, autocomplete: this.autocomplete ? (_d = this.state) === null || _d === void 0 ? void 0 : _d.autocomplete : "off", disabled: this.disabled, pattern: ((_e = this.state) === null || _e === void 0 ? void 0 : _e.pattern) && ((_f = this.state) === null || _f === void 0 ? void 0 : _f.pattern.source), value: (_g = this.state) === null || _g === void 0 ? void 0 : _g.value, onInput: (e) => this.onInput(e), onFocus: e => this.onFocus(e), onClick: e => this.onClick(e), onBlur: e => this.onBlur(e), onKeyDown: e => this.onKeyDown(e), ref: (el) => (this.inputElement = el), onPaste: e => this.onPaste(e) }), index.h("smoothly-icon", { name: "alert-circle", color: "danger", fill: "clear", size: "small" }), index.h("label", { htmlFor: this.name }, index.h("slot", null))));
|
|
164
189
|
}
|
|
165
190
|
static get watchers() { return {
|
|
166
|
-
"value": ["valueWatcher"]
|
|
191
|
+
"value": ["valueWatcher"],
|
|
192
|
+
"currency": ["onCurrency"]
|
|
167
193
|
}; }
|
|
168
194
|
};
|
|
169
195
|
function getLocale() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
7
|
-
require('./GoogleFont-
|
|
6
|
+
const index$1 = require('./index-40d009d5.js');
|
|
7
|
+
require('./GoogleFont-6c4f0da1.js');
|
|
8
8
|
|
|
9
9
|
const styleCss = ".sc-smoothly-trigger-sink-h{display:block}[hidden].sc-smoothly-trigger-sink-h{display:none}";
|
|
10
10
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-138c41c2.js');
|
|
6
|
-
const index$1 = require('./index-
|
|
7
|
-
require('./GoogleFont-
|
|
6
|
+
const index$1 = require('./index-40d009d5.js');
|
|
7
|
+
require('./GoogleFont-6c4f0da1.js');
|
|
8
8
|
|
|
9
9
|
const styleCss = ".sc-smoothly-trigger-source-h{display:block}[hidden].sc-smoothly-trigger-source-h{display:none}";
|
|
10
10
|
|
package/dist/cjs/smoothly.cjs.js
CHANGED
|
@@ -123,5 +123,5 @@ const patchCloneNodeFix = (HTMLElementPrototype) => {
|
|
|
123
123
|
|
|
124
124
|
patchBrowser().then(options => {
|
|
125
125
|
appGlobals.globalScripts();
|
|
126
|
-
return index.bootstrapLazy([["smoothly-app-demo.cjs",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}]]],["smoothly-google-font.cjs",[[2,"smoothly-google-font",{"value":[1]}]]],["smoothly-radio-group.cjs",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["smoothly-reorder.cjs",[[0,"smoothly-reorder"]]],["smoothly-trigger-sink.cjs",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-trigger-source.cjs",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["smoothly-input-demo.cjs",[[0,"smoothly-input-demo"]]],["smoothly-select-demo.cjs",[[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]]]],["smoothly-table-demo.cjs",[[2,"smoothly-table-demo"]]],["smoothly-display-demo.cjs",[[0,"smoothly-display-demo"]]],["smoothly-notifier.cjs",[[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]]]],["smoothly-app.cjs",[[4,"smoothly-app",{"color":[1]}]]],["smoothly-dialog-demo.cjs",[[0,"smoothly-dialog-demo"]]],["smoothly-icon-demo.cjs",[[2,"smoothly-icon-demo"]]],["smoothly-room.cjs",[[4,"smoothly-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}]]],["smoothly-input-date-range.cjs",[[2,"smoothly-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]]]],["smoothly-picker.cjs",[[1,"smoothly-picker",{"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"optionStyle":[8,"option-style"],"options":[16],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"isOpen":[32]},[[0,"optionSelect","optionSelectHander"]]]]],["smoothly-dialog.cjs",[[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]]]],["smoothly-checkbox.cjs",[[2,"smoothly-checkbox",{"selectAll":[4,"select-all"],"selected":[1540],"disabled":[1540],"t":[32]}]]],["smoothly-submit.cjs",[[6,"smoothly-submit",{"processing":[1540],"color":[513],"expand":[513],"fill":[513],"disabled":[516],"prevent":[4],"submit":[64]},[[0,"click","handleSubmit"]]]]],["smoothly-urlencoded.cjs",[[0,"smoothly-urlencoded",{"data":[1]}]]],["smoothly-accordion.cjs",[[6,"smoothly-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]]]],["smoothly-accordion-item.cjs",[[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}]]],["smoothly-display-amount.cjs",[[2,"smoothly-display-amount",{"amount":[8],"currency":[1]}]]],["smoothly-frame.cjs",[[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}]]],["smoothly-popup.cjs",[[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}]]],["smoothly-quiet.cjs",[[6,"smoothly-quiet",{"color":[1]}]]],["smoothly-radio.cjs",[[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}]]],["smoothly-select.cjs",[[6,"smoothly-select",{"identifier":[1],"background":[513],"value":[1025]}]]],["smoothly-tab.cjs",[[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]]]],["smoothly-tab-switch.cjs",[[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]]]],["smoothly-table.cjs",[[6,"smoothly-table",null,[[0,"sort","onSort"]]]]],["smoothly-table-cell.cjs",[[6,"smoothly-table-cell"]]],["smoothly-table-expandable-cell.cjs",[[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-table-expandable-row.cjs",[[6,"smoothly-table-expandable-row",null,[[0,"expansionLoaded","onExpansionLoaded"],[0,"expansionOpen","onDetailsLoaded"]]]]],["smoothly-table-header.cjs",[[6,"smoothly-table-header",{"name":[1],"sortDirection":[1025,"sort-direction"]},[[0,"click","onClick"]]]]],["smoothly-table-row.cjs",[[6,"smoothly-table-row",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-icon.cjs",[[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]],["smoothly-selector.cjs",[[6,"smoothly-selector",{"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]]]],["smoothly-input-date.cjs",[[6,"smoothly-input-date",{"value":[1025],"open":[1028],"max":[1025],"min":[1025]},[[0,"dateSet","dateSetHandler"]]]]],["smoothly-notification.cjs",[[2,"smoothly-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]]]],["smoothly-option.cjs",[[1,"smoothly-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537]}]]],["smoothly-menu-options.cjs",[[1,"smoothly-menu-options",{"emptyMenuLabel":[1025,"empty-menu-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"filteredOptions":[32],"highlightIndex":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]]]],["smoothly-display.cjs",[[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1]}]]],["smoothly-display-date-time.cjs",[[2,"smoothly-display-date-time",{"datetime":[1]}]]],["smoothly-spinner.cjs",[[2,"smoothly-spinner",{"active":[516]}]]],["smoothly-tuple.cjs",[[0,"smoothly-tuple",{"tuple":[16]}]]],["smoothly-item.cjs",[[6,"smoothly-item",{"value":[8],"selected":[1540],"filter":[64]},[[0,"click","onClick"]]]]],["smoothly-calendar.cjs",[[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]}]]],["smoothly-input.cjs",[[6,"smoothly-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1025],"disabled":[1028],"currency":[513],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}]]],["smoothly-input-month.cjs",[[2,"smoothly-input-month",{"value":[1025]}]]],["smoothly-trigger.cjs",[[6,"smoothly-trigger",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]]]]], options);
|
|
126
|
+
return index.bootstrapLazy([["smoothly-app-demo.cjs",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}]]],["smoothly-google-font.cjs",[[2,"smoothly-google-font",{"value":[1]}]]],["smoothly-radio-group.cjs",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["smoothly-reorder.cjs",[[0,"smoothly-reorder"]]],["smoothly-trigger-sink.cjs",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-trigger-source.cjs",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["smoothly-input-demo.cjs",[[0,"smoothly-input-demo"]]],["smoothly-select-demo.cjs",[[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]]]],["smoothly-table-demo.cjs",[[2,"smoothly-table-demo"]]],["smoothly-display-demo.cjs",[[0,"smoothly-display-demo"]]],["smoothly-notifier.cjs",[[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]]]],["smoothly-app.cjs",[[4,"smoothly-app",{"color":[1]}]]],["smoothly-dialog-demo.cjs",[[0,"smoothly-dialog-demo"]]],["smoothly-icon-demo.cjs",[[2,"smoothly-icon-demo"]]],["smoothly-room.cjs",[[4,"smoothly-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}]]],["smoothly-input-date-range.cjs",[[2,"smoothly-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]]]],["smoothly-picker.cjs",[[1,"smoothly-picker",{"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"optionStyle":[8,"option-style"],"options":[16],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"isOpen":[32]},[[0,"optionSelect","optionSelectHander"]]]]],["smoothly-dialog.cjs",[[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]]]],["smoothly-checkbox.cjs",[[2,"smoothly-checkbox",{"selectAll":[4,"select-all"],"selected":[1540],"disabled":[1540],"t":[32]}]]],["smoothly-submit.cjs",[[6,"smoothly-submit",{"processing":[1540],"color":[513],"expand":[513],"fill":[513],"disabled":[516],"prevent":[4],"submit":[64]},[[0,"click","handleSubmit"]]]]],["smoothly-urlencoded.cjs",[[0,"smoothly-urlencoded",{"data":[1]}]]],["smoothly-accordion.cjs",[[6,"smoothly-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]]]],["smoothly-accordion-item.cjs",[[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}]]],["smoothly-display-amount.cjs",[[2,"smoothly-display-amount",{"amount":[8],"currency":[1]}]]],["smoothly-frame.cjs",[[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}]]],["smoothly-popup.cjs",[[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}]]],["smoothly-quiet.cjs",[[6,"smoothly-quiet",{"color":[1]}]]],["smoothly-radio.cjs",[[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}]]],["smoothly-select.cjs",[[6,"smoothly-select",{"identifier":[1],"background":[513],"value":[1025]}]]],["smoothly-tab.cjs",[[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]]]],["smoothly-tab-switch.cjs",[[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]]]],["smoothly-table.cjs",[[6,"smoothly-table",null,[[0,"sort","onSort"]]]]],["smoothly-table-cell.cjs",[[6,"smoothly-table-cell"]]],["smoothly-table-expandable-cell.cjs",[[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-table-expandable-row.cjs",[[6,"smoothly-table-expandable-row",null,[[0,"expansionLoaded","onExpansionLoaded"],[0,"expansionOpen","onDetailsLoaded"]]]]],["smoothly-table-header.cjs",[[6,"smoothly-table-header",{"name":[1],"sortDirection":[1025,"sort-direction"]},[[0,"click","onClick"]]]]],["smoothly-table-row.cjs",[[6,"smoothly-table-row",{"align":[1],"open":[1540],"beginOpen":[32]},[[0,"click","onClick"]]]]],["smoothly-icon.cjs",[[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]],["smoothly-selector.cjs",[[6,"smoothly-selector",{"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]]]],["smoothly-input-date.cjs",[[6,"smoothly-input-date",{"value":[1025],"open":[1028],"max":[1025],"min":[1025]},[[0,"dateSet","dateSetHandler"]]]]],["smoothly-notification.cjs",[[2,"smoothly-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]]]],["smoothly-option.cjs",[[1,"smoothly-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537]}]]],["smoothly-menu-options.cjs",[[1,"smoothly-menu-options",{"emptyMenuLabel":[1025,"empty-menu-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"filteredOptions":[32],"highlightIndex":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]]]],["smoothly-display.cjs",[[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1]}]]],["smoothly-display-date-time.cjs",[[2,"smoothly-display-date-time",{"datetime":[1]}]]],["smoothly-spinner.cjs",[[2,"smoothly-spinner",{"active":[516]}]]],["smoothly-tuple.cjs",[[0,"smoothly-tuple",{"tuple":[16]}]]],["smoothly-item.cjs",[[6,"smoothly-item",{"value":[8],"selected":[1540],"filter":[64]},[[0,"click","onClick"]]]]],["smoothly-calendar.cjs",[[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]}]]],["smoothly-input.cjs",[[6,"smoothly-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1025],"disabled":[1028],"currency":[513],"getFormData":[64],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}]]],["smoothly-input-month.cjs",[[2,"smoothly-input-month",{"value":[1025]}]]],["smoothly-trigger.cjs",[[6,"smoothly-trigger",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]]]]], options);
|
|
127
127
|
});
|
|
@@ -35,6 +35,9 @@ export class SmoothlyInput {
|
|
|
35
35
|
if (value != before)
|
|
36
36
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
37
37
|
}
|
|
38
|
+
onCurrency() {
|
|
39
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
40
|
+
}
|
|
38
41
|
componentWillLoad() {
|
|
39
42
|
const value = this.formatter.toString(this.value) || "";
|
|
40
43
|
const start = value.length;
|
|
@@ -49,6 +52,28 @@ export class SmoothlyInput {
|
|
|
49
52
|
this.keepFocusOnReRender = false;
|
|
50
53
|
}
|
|
51
54
|
}
|
|
55
|
+
async getFormData(name) {
|
|
56
|
+
const result = {};
|
|
57
|
+
const form = document.forms.namedItem(name);
|
|
58
|
+
if (form) {
|
|
59
|
+
const elements = form.elements;
|
|
60
|
+
for (let i = 0; i < elements.length; i++) {
|
|
61
|
+
const element = elements.item(i);
|
|
62
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
63
|
+
result[element.name] = element.value;
|
|
64
|
+
}
|
|
65
|
+
const smoothlyInputs = form.getElementsByTagName("smoothly-input");
|
|
66
|
+
for (let i = 0; i < smoothlyInputs.length; i++) {
|
|
67
|
+
const element = smoothlyInputs.item(i);
|
|
68
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
69
|
+
result[element.name] = element.value;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return result;
|
|
73
|
+
}
|
|
74
|
+
hasNameAndValue(element) {
|
|
75
|
+
return (typeof element.name == "string" && typeof element.value == "string");
|
|
76
|
+
}
|
|
52
77
|
async setKeepFocusOnReRender(keepFocus) {
|
|
53
78
|
this.keepFocusOnReRender = keepFocus;
|
|
54
79
|
}
|
|
@@ -383,6 +408,28 @@ export class SmoothlyInput {
|
|
|
383
408
|
}
|
|
384
409
|
}]; }
|
|
385
410
|
static get methods() { return {
|
|
411
|
+
"getFormData": {
|
|
412
|
+
"complexType": {
|
|
413
|
+
"signature": "(name: string) => Promise<Record<string, any>>",
|
|
414
|
+
"parameters": [{
|
|
415
|
+
"tags": [],
|
|
416
|
+
"text": ""
|
|
417
|
+
}],
|
|
418
|
+
"references": {
|
|
419
|
+
"Promise": {
|
|
420
|
+
"location": "global"
|
|
421
|
+
},
|
|
422
|
+
"Record": {
|
|
423
|
+
"location": "global"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"return": "Promise<Record<string, any>>"
|
|
427
|
+
},
|
|
428
|
+
"docs": {
|
|
429
|
+
"text": "",
|
|
430
|
+
"tags": []
|
|
431
|
+
}
|
|
432
|
+
},
|
|
386
433
|
"setKeepFocusOnReRender": {
|
|
387
434
|
"complexType": {
|
|
388
435
|
"signature": "(keepFocus: boolean) => Promise<void>",
|
|
@@ -435,6 +482,9 @@ export class SmoothlyInput {
|
|
|
435
482
|
static get watchers() { return [{
|
|
436
483
|
"propName": "value",
|
|
437
484
|
"methodName": "valueWatcher"
|
|
485
|
+
}, {
|
|
486
|
+
"propName": "currency",
|
|
487
|
+
"methodName": "onCurrency"
|
|
438
488
|
}]; }
|
|
439
489
|
}
|
|
440
490
|
function getLocale() {
|
|
@@ -3,7 +3,7 @@ export var GoogleFont;
|
|
|
3
3
|
function is(value) {
|
|
4
4
|
return (typeof value == "string" &&
|
|
5
5
|
!/[</>"'`]/g.test(value) &&
|
|
6
|
-
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})
|
|
6
|
+
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})*|((\d{3})(;\d{3})*))))?)?$/g.test(value));
|
|
7
7
|
}
|
|
8
8
|
GoogleFont.is = is;
|
|
9
9
|
function getFont(value) {
|
|
@@ -1858,7 +1858,7 @@ var GoogleFont;
|
|
|
1858
1858
|
function is(value) {
|
|
1859
1859
|
return (typeof value == "string" &&
|
|
1860
1860
|
!/[</>"'`]/g.test(value) &&
|
|
1861
|
-
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})
|
|
1861
|
+
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})*|((\d{3})(;\d{3})*))))?)?$/g.test(value));
|
|
1862
1862
|
}
|
|
1863
1863
|
GoogleFont.is = is;
|
|
1864
1864
|
function getFont(value) {
|
|
@@ -40456,6 +40456,8 @@ var Action;
|
|
|
40456
40456
|
function apply(formatter, state, action) {
|
|
40457
40457
|
var _a, _b;
|
|
40458
40458
|
let result = State_1.State.copy(formatter.unformat(StateEditor_1.StateEditor.copy(state)));
|
|
40459
|
+
if (state.autocomplete == "cc-exp" && /^\d\d \/$/g.test(state.value))
|
|
40460
|
+
(action === null || action === void 0 ? void 0 : action.key) && (action.key = "Backspace");
|
|
40459
40461
|
if (action) {
|
|
40460
40462
|
if (action.ctrlKey || action.metaKey) {
|
|
40461
40463
|
if (action.key == "a")
|
|
@@ -40587,7 +40589,7 @@ class Handler {
|
|
|
40587
40589
|
return typeof value == "string" ? value : undefined;
|
|
40588
40590
|
}
|
|
40589
40591
|
format(unformated) {
|
|
40590
|
-
return Object.assign(Object.assign({}, unformated), { type: "
|
|
40592
|
+
return Object.assign(Object.assign({}, unformated), { type: "tel", autocomplete: "cc-csc", length: [3, 3], pattern: /^\d{3}$/ });
|
|
40591
40593
|
}
|
|
40592
40594
|
unformat(formated) {
|
|
40593
40595
|
return formated;
|
|
@@ -40623,7 +40625,7 @@ class Handler {
|
|
|
40623
40625
|
result = result.prepend("0");
|
|
40624
40626
|
if (result.value.length > 1)
|
|
40625
40627
|
result = result.insert(2, " / ");
|
|
40626
|
-
return Object.assign(Object.assign({}, result), { type: "
|
|
40628
|
+
return Object.assign(Object.assign({}, result), { type: "tel", autocomplete: "cc-exp", length: [7, 7], pattern: /^(0[1-9]|1[012]) \/ \d\d$/ });
|
|
40627
40629
|
}
|
|
40628
40630
|
unformat(formated) {
|
|
40629
40631
|
return formated.delete(" / ");
|
|
@@ -40651,8 +40653,8 @@ class Handler {
|
|
|
40651
40653
|
}
|
|
40652
40654
|
format(unformated) {
|
|
40653
40655
|
const issuer = getIssuer(unformated.value);
|
|
40654
|
-
const result = unformated.map((symbol, index) =>
|
|
40655
|
-
return Object.assign(Object.assign({}, result), { type: "
|
|
40656
|
+
const result = unformated.map((symbol, index) => (index != 0 && index % 4 == 0 && index + 1 < issuer.length[0] ? " " : "") + symbol);
|
|
40657
|
+
return Object.assign(Object.assign({}, result), { type: "tel", autocomplete: "cc-number", length: issuer.length.slice(1), pattern: issuer.verification, classes: ["issuer-" + issuer.icon] });
|
|
40656
40658
|
}
|
|
40657
40659
|
unformat(formated) {
|
|
40658
40660
|
return formated.delete(" ");
|
|
@@ -41781,7 +41783,7 @@ class Handler {
|
|
|
41781
41783
|
}
|
|
41782
41784
|
fromString(value) {
|
|
41783
41785
|
const result = typeof value == "string" ? Number.parseFloat(value) : undefined;
|
|
41784
|
-
return result && !isNaN(result) ? result : undefined;
|
|
41786
|
+
return result != undefined && !isNaN(result) ? result : undefined;
|
|
41785
41787
|
}
|
|
41786
41788
|
format(unformated) {
|
|
41787
41789
|
var _a;
|
|
@@ -42647,6 +42649,9 @@ let SmoothlyInput$1 = class extends HTMLElement {
|
|
|
42647
42649
|
if (value != before)
|
|
42648
42650
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
42649
42651
|
}
|
|
42652
|
+
onCurrency() {
|
|
42653
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
42654
|
+
}
|
|
42650
42655
|
componentWillLoad() {
|
|
42651
42656
|
const value = this.formatter.toString(this.value) || "";
|
|
42652
42657
|
const start = value.length;
|
|
@@ -42661,6 +42666,28 @@ let SmoothlyInput$1 = class extends HTMLElement {
|
|
|
42661
42666
|
this.keepFocusOnReRender = false;
|
|
42662
42667
|
}
|
|
42663
42668
|
}
|
|
42669
|
+
async getFormData(name) {
|
|
42670
|
+
const result = {};
|
|
42671
|
+
const form = document.forms.namedItem(name);
|
|
42672
|
+
if (form) {
|
|
42673
|
+
const elements = form.elements;
|
|
42674
|
+
for (let i = 0; i < elements.length; i++) {
|
|
42675
|
+
const element = elements.item(i);
|
|
42676
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
42677
|
+
result[element.name] = element.value;
|
|
42678
|
+
}
|
|
42679
|
+
const smoothlyInputs = form.getElementsByTagName("smoothly-input");
|
|
42680
|
+
for (let i = 0; i < smoothlyInputs.length; i++) {
|
|
42681
|
+
const element = smoothlyInputs.item(i);
|
|
42682
|
+
if (this.hasNameAndValue(element) && element.name)
|
|
42683
|
+
result[element.name] = element.value;
|
|
42684
|
+
}
|
|
42685
|
+
}
|
|
42686
|
+
return result;
|
|
42687
|
+
}
|
|
42688
|
+
hasNameAndValue(element) {
|
|
42689
|
+
return (typeof element.name == "string" && typeof element.value == "string");
|
|
42690
|
+
}
|
|
42664
42691
|
async setKeepFocusOnReRender(keepFocus) {
|
|
42665
42692
|
this.keepFocusOnReRender = keepFocus;
|
|
42666
42693
|
}
|
|
@@ -42765,7 +42792,8 @@ let SmoothlyInput$1 = class extends HTMLElement {
|
|
|
42765
42792
|
return (h(Host, { class: { "has-value": ((_a = this.state) === null || _a === void 0 ? void 0 : _a.value) != undefined && ((_b = this.state) === null || _b === void 0 ? void 0 : _b.value) != "" } }, h("input", { name: this.name, type: (_c = this.state) === null || _c === void 0 ? void 0 : _c.type, placeholder: this.placeholder, required: this.required, autocomplete: this.autocomplete ? (_d = this.state) === null || _d === void 0 ? void 0 : _d.autocomplete : "off", disabled: this.disabled, pattern: ((_e = this.state) === null || _e === void 0 ? void 0 : _e.pattern) && ((_f = this.state) === null || _f === void 0 ? void 0 : _f.pattern.source), value: (_g = this.state) === null || _g === void 0 ? void 0 : _g.value, onInput: (e) => this.onInput(e), onFocus: e => this.onFocus(e), onClick: e => this.onClick(e), onBlur: e => this.onBlur(e), onKeyDown: e => this.onKeyDown(e), ref: (el) => (this.inputElement = el), onPaste: e => this.onPaste(e) }), h("smoothly-icon", { name: "alert-circle", color: "danger", fill: "clear", size: "small" }), h("label", { htmlFor: this.name }, h("slot", null))));
|
|
42766
42793
|
}
|
|
42767
42794
|
static get watchers() { return {
|
|
42768
|
-
"value": ["valueWatcher"]
|
|
42795
|
+
"value": ["valueWatcher"],
|
|
42796
|
+
"currency": ["onCurrency"]
|
|
42769
42797
|
}; }
|
|
42770
42798
|
static get style() { return styleCss$v; }
|
|
42771
42799
|
};
|
|
@@ -3,7 +3,7 @@ var GoogleFont;
|
|
|
3
3
|
function is(value) {
|
|
4
4
|
return (typeof value == "string" &&
|
|
5
5
|
!/[</>"'`]/g.test(value) &&
|
|
6
|
-
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})
|
|
6
|
+
/^([a-zA-ZäöüåßÄÖÜÅ+ ])+(:(ital(,)?)?((wght@(([01],\d{3})(;[01],\d{3})*|((\d{3})(;\d{3})*))))?)?$/g.test(value));
|
|
7
7
|
}
|
|
8
8
|
GoogleFont.is = is;
|
|
9
9
|
function getFont(value) {
|