@sme.up/ketchup 11.0.0-SNAPSHOT-20241025123250 → 11.0.0-SNAPSHOT-20241028084747
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/{f-cell-b2dccf6d.js → f-cell-0732e0d2.js} +7 -6
- package/dist/cjs/f-cell-0732e0d2.js.map +1 -0
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js +7 -5
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js.map +1 -1
- package/dist/cjs/kup-box.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +1 -1
- package/dist/cjs/kup-image-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-input-panel.cjs.entry.js +5 -5
- package/dist/cjs/kup-input-panel.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +24 -2
- package/dist/collection/components/kup-date-picker/kup-date-picker.js.map +1 -1
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +4 -4
- package/dist/collection/components/kup-input-panel/kup-input-panel.js.map +1 -1
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +24 -2
- package/dist/collection/components/kup-time-picker/kup-time-picker.js.map +1 -1
- package/dist/collection/f-components/f-cell/f-cell.js +6 -5
- package/dist/collection/f-components/f-cell/f-cell.js.map +1 -1
- package/dist/components/kup-autocomplete2.js +14 -9
- package/dist/components/kup-autocomplete2.js.map +1 -1
- package/dist/components/kup-input-panel.js +4 -4
- package/dist/components/kup-input-panel.js.map +1 -1
- package/dist/esm/{f-cell-960082db.js → f-cell-5bf2115d.js} +7 -6
- package/dist/esm/f-cell-5bf2115d.js.map +1 -0
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-autocomplete_28.entry.js +7 -5
- package/dist/esm/kup-autocomplete_28.entry.js.map +1 -1
- package/dist/esm/kup-box.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +1 -1
- package/dist/esm/kup-image-list.entry.js +1 -1
- package/dist/esm/kup-input-panel.entry.js +5 -5
- package/dist/esm/kup-input-panel.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js.map +1 -1
- package/dist/ketchup/{p-1894934d.entry.js → p-0a0cbb17.entry.js} +2 -2
- package/dist/ketchup/p-0a0cbb17.entry.js.map +1 -0
- package/dist/ketchup/{p-69568081.entry.js → p-2d4db7e9.entry.js} +3 -3
- package/dist/ketchup/{p-69568081.entry.js.map → p-2d4db7e9.entry.js.map} +1 -1
- package/dist/ketchup/p-33e84dd7.js +2 -0
- package/dist/ketchup/p-33e84dd7.js.map +1 -0
- package/dist/ketchup/{p-033996ac.entry.js → p-346a60f6.entry.js} +2 -2
- package/dist/ketchup/{p-dbbc62c5.entry.js → p-8eaf9ea9.entry.js} +2 -2
- package/dist/ketchup/{p-073dc37e.entry.js → p-f4eabd6c.entry.js} +2 -2
- package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +5 -0
- package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +5 -0
- package/dist/types/components.d.ts +20 -0
- package/package.json +1 -1
- package/dist/cjs/f-cell-b2dccf6d.js.map +0 -1
- package/dist/esm/f-cell-960082db.js.map +0 -1
- package/dist/ketchup/p-1894934d.entry.js.map +0 -1
- package/dist/ketchup/p-f55c264d.js +0 -2
- package/dist/ketchup/p-f55c264d.js.map +0 -1
- /package/dist/ketchup/{p-033996ac.entry.js.map → p-346a60f6.entry.js.map} +0 -0
- /package/dist/ketchup/{p-dbbc62c5.entry.js.map → p-8eaf9ea9.entry.js.map} +0 -0
- /package/dist/ketchup/{p-073dc37e.entry.js.map → p-f4eabd6c.entry.js.map} +0 -0
|
@@ -6,7 +6,7 @@ const index = require('./index-4e97f23f.js');
|
|
|
6
6
|
const kupManager$1 = require('./kup-manager-59da52f6.js');
|
|
7
7
|
const fTextField = require('./f-text-field-a04ebf4f.js');
|
|
8
8
|
const fTextFieldMdc = require('./f-text-field-mdc-2a3c8c01.js');
|
|
9
|
-
const fCell = require('./f-cell-
|
|
9
|
+
const fCell = require('./f-cell-0732e0d2.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
11
|
const fImage = require('./f-image-8dbf27a2.js');
|
|
12
12
|
const fButton = require('./f-button-54d0f017.js');
|
|
@@ -12547,6 +12547,7 @@ const KupDatePicker = class {
|
|
|
12547
12547
|
this.sizing = kupManager$1.KupComponentSizing.MEDIUM;
|
|
12548
12548
|
this.showIcon = true;
|
|
12549
12549
|
this.showPreviousNextMonthDays = true;
|
|
12550
|
+
this.error = '';
|
|
12550
12551
|
}
|
|
12551
12552
|
async onKupDatePickerItemClick(value) {
|
|
12552
12553
|
this.setPickerValueSelected(value);
|
|
@@ -12800,7 +12801,7 @@ const KupDatePicker = class {
|
|
|
12800
12801
|
prepTextfield(initialValue) {
|
|
12801
12802
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
12802
12803
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
12803
|
-
const textfieldData = Object.assign(Object.assign({}, this.data['kup-text-field']), { sizing: this.sizing, outlined: this.outlined, showIcon: this.showIcon });
|
|
12804
|
+
const textfieldData = Object.assign(Object.assign({}, this.data['kup-text-field']), { sizing: this.sizing, outlined: this.outlined, showIcon: this.showIcon, error: this.error });
|
|
12804
12805
|
if (!textfieldData.icon && this.showIcon) {
|
|
12805
12806
|
textfieldData.icon = 'calendar';
|
|
12806
12807
|
}
|
|
@@ -12888,7 +12889,7 @@ const KupDatePicker = class {
|
|
|
12888
12889
|
this.kupManager.debug.logRender(this, true);
|
|
12889
12890
|
}
|
|
12890
12891
|
render() {
|
|
12891
|
-
return (index.h(index.Host, { key: '
|
|
12892
|
+
return (index.h(index.Host, { key: 'a6f9e91ef6eebe0fff7cbb1f0d4fd19ec75f9911' }, index.h("style", { key: 'bee8bda9f8551c2a9f3bfea9c910d7c5d9a47577' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '519e7a10b3f1d836c3abd2c764d4457808895d5d', id: GenericVariables.componentWrapperId }, this.prepTextfield(this.getDateForOutput()))));
|
|
12892
12893
|
}
|
|
12893
12894
|
disconnectedCallback() {
|
|
12894
12895
|
this.kupManager.dates.unregister(this);
|
|
@@ -17129,6 +17130,7 @@ const KupTimePicker = class {
|
|
|
17129
17130
|
this.initialValue = '';
|
|
17130
17131
|
this.manageSeconds = false;
|
|
17131
17132
|
this.timeMinutesStep = 10;
|
|
17133
|
+
this.error = '';
|
|
17132
17134
|
}
|
|
17133
17135
|
onKupTimePickerItemClick(e, value) {
|
|
17134
17136
|
if (e != null) {
|
|
@@ -17377,7 +17379,7 @@ const KupTimePicker = class {
|
|
|
17377
17379
|
prepTextfield(initialValue) {
|
|
17378
17380
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
17379
17381
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
17380
|
-
const textfieldData = Object.assign({}, this.data['kup-text-field']);
|
|
17382
|
+
const textfieldData = Object.assign({ error: this.error }, this.data['kup-text-field']);
|
|
17381
17383
|
if (!textfieldData.icon) {
|
|
17382
17384
|
textfieldData.icon = 'access_time';
|
|
17383
17385
|
}
|
|
@@ -17501,7 +17503,7 @@ const KupTimePicker = class {
|
|
|
17501
17503
|
this.kupManager.debug.logRender(this, true);
|
|
17502
17504
|
}
|
|
17503
17505
|
render() {
|
|
17504
|
-
return (index.h(index.Host, { key: '
|
|
17506
|
+
return (index.h(index.Host, { key: '865bba7357287b0a6feed4e417a1c1e10e6dab06' }, index.h("style", { key: '288ace950110d787a69d20ff5314feca373a0191' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '4574d13d904af8e2e588dd8561b7bc0d0050287a', id: GenericVariables.componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
|
|
17505
17507
|
}
|
|
17506
17508
|
disconnectedCallback() {
|
|
17507
17509
|
this.kupManager.dates.unregister(this);
|