@ctrliq/quantic-components 1.61.4 → 1.62.1

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.
@@ -89,7 +89,7 @@ let SplitterGroup = class SplitterGroup extends QuanticElement {
89
89
  }
90
90
  updated(changed) {
91
91
  super.updated(changed);
92
- if (changed.has('split') && !changed.has('panes')) {
92
+ if (changed.has('split')) {
93
93
  this.sizes = parseSplit(this.split, this.panes.length);
94
94
  this.applySizes();
95
95
  }
@@ -31,6 +31,7 @@ export declare class Combobox extends Combobox_base {
31
31
  required: boolean;
32
32
  invalid: boolean;
33
33
  emptyLabel: string;
34
+ allowCustomValue: boolean;
34
35
  filterFn?: (option: ComboboxOption, inputValue: string) => boolean;
35
36
  private _open;
36
37
  private _inputValue;
@@ -45,6 +46,7 @@ export declare class Combobox extends Combobox_base {
45
46
  private nextNavigableIndex;
46
47
  private openList;
47
48
  private closeList;
49
+ private commitCustomValue;
48
50
  private positionListbox;
49
51
  private selectOption;
50
52
  private handleInput;
@@ -43,5 +43,8 @@ export declare const EmptyState: import("../shared/story").StoryObject<object>;
43
43
  export declare const WithDisabledOptions: import("../shared/story").StoryObject<object>;
44
44
  export declare const WithCustomFilter: import("../shared/story").StoryObject<object>;
45
45
  export declare const WithLongOptionLabels: import("../shared/story").StoryObject<object>;
46
+ export declare const AllowCustomValue: import("../shared/story").StoryObject<object>;
47
+ export declare const AllowCustomValueWithPreselected: import("../shared/story").StoryObject<object>;
48
+ export declare const AllowCustomValueInAField: import("../shared/story").StoryObject<object>;
46
49
  export declare const InAField: import("../shared/story").StoryObject<object>;
47
50
  export declare const InAFieldWithValidation: import("../shared/story").StoryObject<object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrliq/quantic-components",
3
- "version": "1.61.4",
3
+ "version": "1.62.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "exports": {