@nl-design-system-community/clippy-components 1.2.0 → 2.0.0

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.
Files changed (56) hide show
  1. package/dist/clippy-button/index.js +4 -4
  2. package/dist/clippy-code/index.js +18 -15
  3. package/dist/clippy-color-combobox/index.d.ts +9 -13
  4. package/dist/clippy-color-combobox/index.d.ts.map +1 -1
  5. package/dist/clippy-color-combobox/index.js +6 -5
  6. package/dist/clippy-color-combobox/lib.d.ts +16 -12
  7. package/dist/clippy-color-combobox/lib.d.ts.map +1 -1
  8. package/dist/clippy-color-combobox/messages/en.d.ts +14 -6
  9. package/dist/clippy-color-combobox/messages/en.d.ts.map +1 -1
  10. package/dist/clippy-color-combobox/messages/nl.d.ts +14 -6
  11. package/dist/clippy-color-combobox/messages/nl.d.ts.map +1 -1
  12. package/dist/clippy-combobox/index.d.ts +22 -8
  13. package/dist/clippy-combobox/index.d.ts.map +1 -1
  14. package/dist/clippy-combobox/index.js +703 -8
  15. package/dist/clippy-font-combobox/index.d.ts +4 -3
  16. package/dist/clippy-font-combobox/index.d.ts.map +1 -1
  17. package/dist/clippy-font-combobox/index.js +94 -59
  18. package/dist/clippy-heading/index.js +180 -174
  19. package/dist/clippy-html-image/index.js +51 -31
  20. package/dist/clippy-icon/index.js +22 -16
  21. package/dist/clippy-lang-combobox/index.d.ts +2 -4
  22. package/dist/clippy-lang-combobox/index.d.ts.map +1 -1
  23. package/dist/clippy-lang-combobox/index.js +104 -78
  24. package/dist/clippy-modal/index.d.ts +3 -3
  25. package/dist/clippy-modal/index.d.ts.map +1 -1
  26. package/dist/clippy-modal/index.js +98 -89
  27. package/dist/clippy-toggletip/index.d.ts +16 -0
  28. package/dist/clippy-toggletip/index.d.ts.map +1 -0
  29. package/dist/clippy-toggletip/index.js +180 -0
  30. package/dist/decorators-Cq82_-g_.js +11 -0
  31. package/dist/en-D1kE0w6o.js +4 -0
  32. package/dist/external-BCrp-PaG.js +4 -0
  33. package/dist/index-7tZ2Ykfm.js +135 -0
  34. package/dist/index-C9pF3BXT.js +10683 -0
  35. package/dist/lib/FormElement/index.d.ts +2 -1
  36. package/dist/lib/FormElement/index.d.ts.map +1 -1
  37. package/dist/lib/FormElement/index.js +95 -0
  38. package/dist/lib/LocalizationMixin/index.d.ts.map +1 -1
  39. package/dist/lib/LocalizationMixin/index.js +64 -0
  40. package/dist/lib/converters/index.d.ts +4 -0
  41. package/dist/lib/converters/index.d.ts.map +1 -1
  42. package/dist/lib/converters/index.js +35 -0
  43. package/dist/lib/sr-only/index.d.ts +3 -0
  44. package/dist/lib/sr-only/index.d.ts.map +1 -0
  45. package/dist/lib/sr-only/index.js +18 -0
  46. package/dist/nl-99gBQbne.js +19 -0
  47. package/package.json +19 -16
  48. package/dist/decorators-BGpMqJ7V.js +0 -7
  49. package/dist/en-B-D8DBsf.js +0 -4
  50. package/dist/external-Dtf6f6DP.js +0 -4
  51. package/dist/index-CT1z3SFL.js +0 -106
  52. package/dist/index-CaVpiaBC.js +0 -52
  53. package/dist/index-CmKtM5nD.js +0 -379
  54. package/dist/index-CtreqNZ6.js +0 -3602
  55. package/dist/index-D3FiqptQ.js +0 -65
  56. package/dist/nl-CJG2-yS5.js +0 -11
@@ -1,9 +1,9 @@
1
- import "../decorators-BGpMqJ7V.js";
2
- import { C as a } from "../index-CT1z3SFL.js";
1
+ import "../decorators-Cq82_-g_.js";
2
+ import { C } from "../index-7tZ2Ykfm.js";
3
3
  import "lit";
4
4
  import "lit/decorators.js";
5
5
  import "lit/directives/class-map.js";
6
- import "../index-D3FiqptQ.js";
6
+ import "../lib/FormElement/index.js";
7
7
  export {
8
- a as ClippyButton
8
+ C as ClippyButton
9
9
  };
@@ -1,21 +1,24 @@
1
- import { s as a } from "../decorators-BGpMqJ7V.js";
2
- import { unsafeCSS as p, LitElement as d, html as i } from "lit";
3
- const f = ".nl-code{background-color:var(--nl-code-background-color);color:var(--nl-code-color);font-family:var(--nl-code-font-family, monospace),monospace;font-size:var(--nl-code-font-size, inherit);-webkit-hyphens:none;hyphens:none;white-space:pre-wrap}";
4
- var m = Object.getOwnPropertyDescriptor, v = (r, s, l, t) => {
5
- for (var e = t > 1 ? void 0 : t ? m(s, l) : s, o = r.length - 1, c; o >= 0; o--)
6
- (c = r[o]) && (e = c(e) || e);
7
- return e;
1
+ import { s as safeCustomElement } from "../decorators-Cq82_-g_.js";
2
+ import { unsafeCSS, LitElement, html } from "lit";
3
+ const codeCss = ".nl-code{background-color:var(--nl-code-background-color);color:var(--nl-code-color);font-family:var(--nl-code-font-family, monospace),monospace;font-size:var(--nl-code-font-size, inherit);hyphens:none;white-space:pre-wrap}/*# sourceMappingURL=code.css.map */\n";
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __decorateClass = (decorators, target, key, kind) => {
6
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
7
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
8
+ if (decorator = decorators[i])
9
+ result = decorator(result) || result;
10
+ return result;
8
11
  };
9
- const h = "clippy-code";
10
- let n = class extends d {
12
+ const tag = "clippy-code";
13
+ let ClippyCode = class extends LitElement {
11
14
  render() {
12
- return i`<code class="nl-code"><slot></slot></code>`;
15
+ return html`<code class="nl-code"><slot></slot></code>`;
13
16
  }
14
17
  };
15
- n.styles = [p(f)];
16
- n = v([
17
- a(h)
18
- ], n);
18
+ ClippyCode.styles = [unsafeCSS(codeCss)];
19
+ ClippyCode = __decorateClass([
20
+ safeCustomElement(tag)
21
+ ], ClippyCode);
19
22
  export {
20
- n as ClippyCode
23
+ ClippyCode
21
24
  };
@@ -1,11 +1,12 @@
1
+ import { ColorValue } from '@nl-design-system-community/design-tokens-schema';
1
2
  import { default as Color } from 'colorjs.io';
2
3
  import { ClippyCombobox } from '../clippy-combobox';
3
4
  import { ColorName } from './lib';
4
5
  type Option = {
5
- color: Color;
6
+ color?: Color | null;
6
7
  label: string;
7
- names: ColorName[];
8
- value: string;
8
+ description?: string;
9
+ value: ColorValue | string;
9
10
  };
10
11
  declare const tag = "clippy-color-combobox";
11
12
  declare global {
@@ -22,24 +23,19 @@ declare const ClippyColorCombobox_base: (new (...args: any[]) => {
22
23
  }) & typeof C;
23
24
  export declare class ClippyColorCombobox extends ClippyColorCombobox_base {
24
25
  #private;
26
+ allow: (typeof ClippyCombobox.allowances)[number];
27
+ translations: Record<string, ColorName>;
25
28
  static readonly styles: import('lit').CSSResult[];
26
- translations: {
27
- readonly RED: "red";
28
- readonly ORANGE: "orange";
29
- readonly YELLOW: "yellow";
30
- readonly GREEN: "green";
31
- readonly BLUE: "blue";
32
- readonly PURPLE: "purple";
33
- };
34
29
  set lang(value: string);
35
- loadLocalizations(lang: string): Promise<void>;
30
+ loadLocalizations(lang: string): Promise<string>;
36
31
  readonly filter: (query: string) => (option: Option) => boolean;
37
32
  get options(): Option[];
38
33
  set options(value: Array<{
39
34
  label: Option['label'];
40
35
  value: Option['value'];
41
36
  }>);
42
- valueToQuery(value: Option['value']): string;
37
+ getOptionForValue(value: Option['value'] | null): Option | undefined;
38
+ queryToValue(query: string): Option['value'] | null;
43
39
  renderEntry(option: Option): import('lit').TemplateResult<1>;
44
40
  }
45
41
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clippy-color-combobox/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,YAAY,CAAC;AAI/B,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAe,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIpD,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,QAAA,MAAM,GAAG,0BAA0B,CAAC;AAEpC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,CAAC,GAAG,CAAC,EAAE,mBAAmB,CAAC;KAC5B;CACF;AAGD,cAAM,CAAE,SAAQ,cAAc,CAAC,MAAM,CAAC;CAAG;;;;;;AAEzC,qBACa,mBAAoB,SAAQ,wBAAoB;;IAC3D,gBAAyB,MAAM,4BAAiF;IAChH,YAAY;;;;;;;MAAY;IAGxB,IAAa,IAAI,CAAC,KAAK,EAAE,MAAM,EAI9B;IAEK,iBAAiB,CAAC,IAAI,EAAE,MAAM;IAkBpC,SAAkB,MAAM,GAAI,OAAO,MAAM,MAE/B,QAAQ,MAAM,aAOtB;IAEF,IACa,OAAO,IAAI,MAAM,EAAE,CAE/B;IAED,IAAa,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;KAAE,CAAC,EAapF;IAEQ,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,MAAM;IAI5C,WAAW,CAAC,MAAM,EAAE,MAAM;CAWpC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clippy-color-combobox/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,KAAK,UAAU,EAAE,MAAM,kDAAkD,CAAC;AACnG,OAAO,KAAK,MAAM,YAAY,CAAC;AAI/B,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAIpD,OAAO,EAAwC,KAAK,SAAS,EAA8B,MAAM,OAAO,CAAC;AAIzG,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,UAAU,GAAG,MAAM,CAAC;CAC5B,CAAC;AAKF,QAAA,MAAM,GAAG,0BAA0B,CAAC;AAEpC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,CAAC,GAAG,CAAC,EAAE,mBAAmB,CAAC;KAC5B;CACF;AAGD,cAAM,CAAE,SAAQ,cAAc,CAAC,MAAM,CAAC;CAAG;;;;;;AAEzC,qBACa,mBAAoB,SAAQ,wBAAoB;;IAElD,KAAK,EAAE,CAAC,OAAO,cAAc,CAAC,UAAU,CAAC,CAAC,MAAM,CAAC,CAAoB;IAC9E,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAY;IAGnD,gBAAyB,MAAM,4BAAiF;IAEhH,IAAa,IAAI,CAAC,KAAK,EAAE,MAAM,EAI9B;IAEK,iBAAiB,CAAC,IAAI,EAAE,MAAM;IAwBpC,SAAkB,MAAM,GAAI,OAAO,MAAM,MAI/B,QAAQ,MAAM,aAStB;IAEF,IACa,OAAO,IAAI,MAAM,EAAE,CAE/B;IAED,IAAa,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;KAAE,CAAC,EAUpF;IAEQ,iBAAiB,CAAC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS;IAQpE,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI;IAcnD,WAAW,CAAC,MAAM,EAAE,MAAM;CAkBpC"}
@@ -1,10 +1,11 @@
1
- import { a as b } from "../index-CtreqNZ6.js";
2
- import "../decorators-BGpMqJ7V.js";
3
- import "../index-CaVpiaBC.js";
1
+ import { a } from "../index-C9pF3BXT.js";
4
2
  import "lit";
5
3
  import "lit/decorators.js";
6
4
  import "lit/directives/style-map.js";
7
- import "../index-CmKtM5nD.js";
5
+ import "../clippy-combobox/index.js";
6
+ import "../lib/converters/index.js";
7
+ import "../decorators-Cq82_-g_.js";
8
+ import "../lib/LocalizationMixin/index.js";
8
9
  export {
9
- b as ClippyColorCombobox
10
+ a as ClippyColorCombobox
10
11
  };
@@ -1,19 +1,23 @@
1
1
  export declare const COLOR_NAMES: {
2
- readonly RED: "red";
3
- readonly ORANGE: "orange";
4
- readonly YELLOW: "yellow";
5
- readonly GREEN: "green";
6
- readonly BLUE: "blue";
7
- readonly PURPLE: "purple";
2
+ readonly red: "red";
3
+ readonly orange: "orange";
4
+ readonly yellow: "yellow";
5
+ readonly green: "green";
6
+ readonly blue: "blue";
7
+ readonly purple: "purple";
8
+ readonly pink: "pink";
9
+ readonly brown: "brown";
10
+ readonly black: "black";
11
+ readonly white: "white";
12
+ readonly gray: "gray";
13
+ readonly cyan: "cyan";
14
+ readonly magenta: "magenta";
15
+ readonly indigo: "indigo";
8
16
  };
9
17
  export type ColorName = keyof typeof COLOR_NAMES;
18
+ export declare const BROAD_COLOR_NAMES: ColorName[];
19
+ export declare const DELTA_E_THRESHOLD = 20;
10
20
  export type ColorNameTranslations = {
11
21
  [K in ColorName]: string;
12
22
  };
13
- export type ColorLookup = {
14
- name: keyof typeof COLOR_NAMES;
15
- hue: (hue: number) => boolean;
16
- rgb: ([r, g, b]: [number, number, number]) => boolean;
17
- };
18
- export declare const namedColors: ColorLookup[];
19
23
  //# sourceMappingURL=lib.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../src/clippy-color-combobox/lib.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW;;;;;;;CAOd,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,WAAW,CAAC;AAEjD,MAAM,MAAM,qBAAqB,GAAG;KAAG,CAAC,IAAI,SAAS,GAAG,MAAM;CAAE,CAAC;AAEjE,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,OAAO,WAAW,CAAC;IAC/B,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC;IAC9B,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,KAAK,OAAO,CAAC;CACvD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,WAAW,EA+BpC,CAAC"}
1
+ {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../src/clippy-color-combobox/lib.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;CAed,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,WAAW,CAAC;AAEjD,eAAO,MAAM,iBAAiB,EAAE,SAAS,EAA6B,CAAC;AAEvE,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAEpC,MAAM,MAAM,qBAAqB,GAAG;KAAG,CAAC,IAAI,SAAS,GAAG,MAAM;CAAE,CAAC"}
@@ -1,10 +1,18 @@
1
1
  declare const _default: {
2
- readonly RED: "red";
3
- readonly ORANGE: "orange";
4
- readonly YELLOW: "yellow";
5
- readonly GREEN: "green";
6
- readonly BLUE: "blue";
7
- readonly PURPLE: "purple";
2
+ readonly red: "red";
3
+ readonly orange: "orange";
4
+ readonly yellow: "yellow";
5
+ readonly green: "green";
6
+ readonly blue: "blue";
7
+ readonly purple: "purple";
8
+ readonly pink: "pink";
9
+ readonly brown: "brown";
10
+ readonly black: "black";
11
+ readonly white: "white";
12
+ readonly gray: "gray";
13
+ readonly cyan: "cyan";
14
+ readonly magenta: "magenta";
15
+ readonly indigo: "indigo";
8
16
  };
9
17
  export default _default;
10
18
  //# sourceMappingURL=en.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/clippy-color-combobox/messages/en.ts"],"names":[],"mappings":";;;;;;;;AAEA,wBAA2D"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/clippy-color-combobox/messages/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAEA,wBAA2D"}
@@ -1,10 +1,18 @@
1
1
  declare const _default: {
2
- RED: string;
3
- ORANGE: string;
4
- YELLOW: string;
5
- GREEN: string;
6
- BLUE: string;
7
- PURPLE: string;
2
+ red: string;
3
+ orange: string;
4
+ yellow: string;
5
+ green: string;
6
+ blue: string;
7
+ purple: string;
8
+ pink: string;
9
+ brown: string;
10
+ black: string;
11
+ white: string;
12
+ gray: string;
13
+ cyan: string;
14
+ magenta: string;
15
+ indigo: string;
8
16
  };
9
17
  export default _default;
10
18
  //# sourceMappingURL=nl.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"nl.d.ts","sourceRoot":"","sources":["../../../src/clippy-color-combobox/messages/nl.ts"],"names":[],"mappings":";;;;;;;;AAGA,wBAOkC"}
1
+ {"version":3,"file":"nl.d.ts","sourceRoot":"","sources":["../../../src/clippy-color-combobox/messages/nl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAGA,wBAekC"}
@@ -1,10 +1,15 @@
1
+ import { PropertyValues } from 'lit';
1
2
  import { FormElement } from '../lib/FormElement';
2
3
  type Option = {
3
4
  label: string;
5
+ description?: string;
4
6
  value: unknown;
5
7
  };
6
- type Position = 'block-start' | 'block-end';
7
- declare const tag = "clippy-combobox";
8
+ declare const allowances: readonly ["options", "other"];
9
+ type Allowance = (typeof allowances)[number];
10
+ declare const positions: readonly ["block-start", "block-end"];
11
+ type Position = (typeof positions)[number];
12
+ declare const tag: "clippy-combobox";
8
13
  declare global {
9
14
  interface HTMLElementTagNameMap {
10
15
  [tag]: ClippyCombobox;
@@ -12,11 +17,14 @@ declare global {
12
17
  }
13
18
  export declare class ClippyCombobox<T extends Option = Option> extends FormElement<T['value']> {
14
19
  #private;
15
- allowOther: boolean;
20
+ static readonly allowances: readonly ["options", "other"];
21
+ static readonly positions: readonly ["block-start", "block-end"];
22
+ allow: Allowance;
16
23
  open: boolean;
17
- readonly position: Position;
24
+ position: Position;
25
+ invalid: boolean;
18
26
  static readonly styles: import('lit').CSSResult[];
19
- selectedIndex: number;
27
+ activeIndex: number;
20
28
  query: string;
21
29
  get filteredOptions(): T[];
22
30
  set options(options: T[] | string[]);
@@ -27,11 +35,14 @@ export declare class ClippyCombobox<T extends Option = Option> extends FormEleme
27
35
  /**
28
36
  * Override this function to customize how options are filtered when typing
29
37
  */
30
- readonly filter: (query: string) => ({ label }: T) => boolean;
38
+ readonly filter: (query: string) => ((option: T) => boolean);
31
39
  /**
32
40
  * Override this function to customize an external data source
33
41
  */
34
42
  fetchAdditionalOptions(_query: string): Promise<T[]>;
43
+ /**
44
+ * Override this function to customize how the value is looked up based on the selected option
45
+ */
35
46
  getOptionForValue(value: T['value'] | null): T | undefined;
36
47
  /**
37
48
  * Override this function to customize how the user input is resolved to a value.
@@ -41,11 +52,14 @@ export declare class ClippyCombobox<T extends Option = Option> extends FormEleme
41
52
  * Override this function to customize how a value is converted to a query.
42
53
  * This runs on setting the value.
43
54
  */
44
- valueToQuery(value: Option['value']): string | undefined;
55
+ valueToQuery(value: Option['value']): string;
45
56
  /**
46
57
  * Override this function to customize the rendering of combobox options and selected value.
58
+ * By default, it renders the label and description (if available) in the listbox options,
59
+ * and only the label in the input when an option is selected (by virtue of `index` being `undefined`).
47
60
  */
48
- renderEntry({ label }: Option, _index?: number): import('lit').TemplateResult<1>;
61
+ renderEntry({ description, label }: Option, index?: number): import('lit').TemplateResult<1>;
62
+ willUpdate(changed: PropertyValues): void;
49
63
  connectedCallback(): void;
50
64
  disconnectedCallback(): void;
51
65
  render(): import('lit').TemplateResult<1>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clippy-combobox/index.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAIjD,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,KAAK,QAAQ,GAAG,aAAa,GAAG,WAAW,CAAC;AAE5C,QAAA,MAAM,GAAG,oBAAoB,CAAC;AAE9B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC;KACvB;CACF;AAED,qBACa,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;;IACnC,UAAU,UAAS;IACxB,IAAI,UAAS;IAC7C,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAe;IAQtD,gBAAyB,MAAM,4BAM7B;IAEO,aAAa,SAAM;IACnB,KAAK,SAAM;IACpB,IAAa,eAAe,IAAI,CAAC,EAAE,CAUlC;IAED,IACI,OAAO,CAAC,OAAO,EAAE,CAAC,EAAE,GAAG,MAAM,EAAE,EAQlC;IAED,IAAI,OAAO,IAAI,CAAC,EAAE,CAEjB;IAED,IACa,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,EAG1C;IAED,IAAa,KAAK,IAAI,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,CAEtC;IAED,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO;IAIhD;;OAEG;IACH,QAAQ,CAAC,MAAM,GACZ,OAAO,MAAM,MACb,WAAW,CAAC,aAEX;IAEJ;;OAEG;IACH,sBAAsB,CAAC,MAAM,EAAE,MAAM;IAKrC,iBAAiB,CAAC,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,GAAG,SAAS;IAU1D;;OAEG;IACH,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI;IAQ9C;;;OAGG;IACH,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,MAAM,GAAG,SAAS;IAuIxD;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAIrC,iBAAiB;IAKjB,oBAAoB;IAKpB,MAAM;CAoEhB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clippy-combobox/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAiB,cAAc,EAAa,MAAM,KAAK,CAAC;AAM/D,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAIjD,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,UAAU,+BAAgC,CAAC;AAEjD,KAAK,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AAE7C,QAAA,MAAM,SAAS,uCAAwC,CAAC;AAExD,KAAK,QAAQ,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAE3C,QAAA,MAAM,GAAG,EAAG,iBAA0B,CAAC;AAEvC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC;KACvB;CACF;AAED,qBACa,cAAc,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;;IACpF,MAAM,CAAC,QAAQ,CAAC,UAAU,gCAAc;IACxC,MAAM,CAAC,QAAQ,CAAC,SAAS,wCAAa;IAEtC,KAAK,EAAE,SAAS,CAAoB;IAEpC,IAAI,UAAS;IAEb,QAAQ,EAAE,QAAQ,CAAmB;IAErC,OAAO,UAAS;IAQhB,gBAAyB,MAAM,4BAM7B;IAEO,WAAW,SAAM;IACjB,KAAK,SAAM;IACpB,IAAa,eAAe,IAAI,CAAC,EAAE,CAMlC;IAED,IACI,OAAO,CAAC,OAAO,EAAE,CAAC,EAAE,GAAG,MAAM,EAAE,EAQlC;IAED,IAAI,OAAO,IAAI,CAAC,EAAE,CAEjB;IAED,IACa,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,EAE1C;IAED,IAAa,KAAK,IAAI,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,CAEtC;IAED,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO;IAIhD;;OAEG;IACH,QAAQ,CAAC,MAAM,GAAI,OAAO,MAAM,KAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,OAAO,CAAC,CAOzD;IAEF;;OAEG;IACH,sBAAsB,CAAC,MAAM,EAAE,MAAM;IAKrC;;OAEG;IACH,iBAAiB,CAAC,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,GAAG,SAAS;IAQ1D;;OAEG;IACH,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI;IAQ9C;;;OAGG;IACH,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,MAAM;IA8I5C;;;;OAIG;IACH,WAAW,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAOjD,UAAU,CAAC,OAAO,EAAE,cAAc;IAQlC,iBAAiB;IAKjB,oBAAoB;IAKpB,MAAM;CAqGhB"}