igniteui-webcomponents 2.2.0 → 3.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 (43) hide show
  1. package/CHANGELOG.md +10 -5
  2. package/components/button/themes/button/light/button.indigo.css.js +1 -1
  3. package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
  4. package/components/button/themes/icon-button/light/icon-button.base.css.js +1 -1
  5. package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
  6. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +1 -1
  7. package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
  8. package/components/button/themes/icon-button/light/icon-button.fluent.css.js +1 -1
  9. package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
  10. package/components/button/themes/icon-button/light/icon-button.indigo.css.js +1 -1
  11. package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
  12. package/components/common/definitions/defineAllComponents.js +8 -8
  13. package/components/common/definitions/defineAllComponents.js.map +1 -1
  14. package/components/dropdown/dropdown-group.d.ts +4 -4
  15. package/components/dropdown/dropdown-group.js +8 -8
  16. package/components/dropdown/dropdown-group.js.map +1 -1
  17. package/components/dropdown/dropdown-header.d.ts +2 -2
  18. package/components/dropdown/dropdown-header.js +6 -6
  19. package/components/dropdown/dropdown-header.js.map +1 -1
  20. package/components/dropdown/dropdown-item.d.ts +2 -2
  21. package/components/dropdown/dropdown-item.js +12 -12
  22. package/components/dropdown/dropdown-item.js.map +1 -1
  23. package/components/dropdown/dropdown.d.ts +14 -14
  24. package/components/dropdown/dropdown.js +41 -47
  25. package/components/dropdown/dropdown.js.map +1 -1
  26. package/components/input/input-base.d.ts +1 -0
  27. package/components/input/input-base.js +1 -0
  28. package/components/input/input-base.js.map +1 -1
  29. package/components/input/input.js +1 -2
  30. package/components/input/input.js.map +1 -1
  31. package/components/input/themes/light/input.material.css.js +1 -1
  32. package/components/input/themes/light/input.material.css.js.map +1 -1
  33. package/components/nav-drawer/nav-drawer.d.ts +1 -1
  34. package/components/nav-drawer/nav-drawer.js +10 -7
  35. package/components/nav-drawer/nav-drawer.js.map +1 -1
  36. package/components/nav-drawer/styles/nav-drawer.base.css.js +1 -1
  37. package/components/nav-drawer/styles/nav-drawer.base.css.js.map +1 -1
  38. package/custom-elements.json +3 -3
  39. package/index.d.ts +4 -4
  40. package/index.js +4 -4
  41. package/index.js.map +1 -1
  42. package/package.json +1 -1
  43. package/vscode-html-custom-data.json +8 -5
@@ -45,15 +45,18 @@ let IgcNavDrawerComponent = class IgcNavDrawerComponent extends LitElement {
45
45
  };
46
46
  }
47
47
  render() {
48
- return html ` <div part="base">
49
- <div part="main">
50
- <slot></slot>
51
- </div>
48
+ return html `
49
+ <div part="overlay" @click=${this.hide}></div>
50
+ <div part="base">
51
+ <div part="main">
52
+ <slot></slot>
53
+ </div>
52
54
 
53
- <div part="${partNameMap(this.resolvePartNames('mini'))}">
54
- <slot name="mini"></slot>
55
+ <div part="${partNameMap(this.resolvePartNames('mini'))}">
56
+ <slot name="mini"></slot>
57
+ </div>
55
58
  </div>
56
- </div>`;
59
+ `;
57
60
  }
58
61
  };
59
62
  IgcNavDrawerComponent.tagName = 'igc-nav-drawer';
@@ -1 +1 @@
1
- {"version":3,"file":"nav-drawer.js","sourceRoot":"","sources":["../../../src/components/nav-drawer/nav-drawer.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAgBtD,IAAqB,qBAAqB,GAA1C,MAAqB,qBAAsB,SAAQ,UAAU;IAA7D;;QAMS,aAAQ,GAAuC,OAAO,CAAC;QAIvD,SAAI,GAAG,KAAK,CAAC;IAkDtB,CAAC;IA/CQ,IAAI;QACT,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,OAAO;SACR;QAED,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAGM,IAAI;QACT,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YACd,OAAO;SACR;QAED,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;IACpB,CAAC;IAGM,MAAM;QACX,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,IAAI,CAAC,IAAI,EAAE,CAAC;SACb;aAAM;YACL,IAAI,CAAC,IAAI,EAAE,CAAC;SACb;IACH,CAAC;IAEO,gBAAgB,CAAC,IAAY;QACnC,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;QACxD,MAAM,WAAW,GAAG,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;QAE9D,OAAO;YACL,CAAC,IAAI,CAAC,EAAE,IAAI;YACZ,MAAM,EAAE,CAAC,WAAW;SACrB,CAAC;IACJ,CAAC;IAEkB,MAAM;QACvB,OAAO,IAAI,CAAA;;;;;mBAKI,WAAW,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;;;WAGlD,CAAC;IACV,CAAC;CACF,CAAA;AA3DwB,6BAAO,GAAG,gBAAiB,CAAA;AAC3B,4BAAM,GAAG,MAAO,CAAA;AAIvC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;uDACkC;AAI9D;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;mDACvB;AAVD,qBAAqB;IADzC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;GACE,qBAAqB,CA4DzC;eA5DoB,qBAAqB","sourcesContent":["import { html, LitElement } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { themes } from '../../theming';\nimport { partNameMap } from '../common/util';\nimport { styles as indigo } from './styles/indigo/nav-drawer.indigo.css';\nimport { styles } from './styles/nav-drawer.base.css';\n\n/**\n * Represents a side navigation container that provides\n * quick access between views.\n *\n * @element igc-nav-drawer\n *\n * @slot - The default slot for the drawer.\n * @slot mini - The slot for the mini variant of the drawer.\n *\n * @csspart base - The base wrapper of the navigation drawer.\n * @csspart main - The main container.\n * @csspart mini - The mini container.\n */\n@themes({ indigo })\nexport default class IgcNavDrawerComponent extends LitElement {\n public static readonly tagName = 'igc-nav-drawer';\n public static override styles = styles;\n\n /** The position of the drawer. */\n @property({ reflect: true })\n public position: 'start' | 'end' | 'top' | 'bottom' = 'start';\n\n /** Determines whether the drawer is opened. */\n @property({ type: Boolean, reflect: true })\n public open = false;\n\n /** Opens the drawer. */\n public show() {\n if (this.open) {\n return;\n }\n\n this.open = true;\n }\n\n /** Closes the drawer. */\n public hide() {\n if (!this.open) {\n return;\n }\n\n this.open = false;\n }\n\n /** Toggles the open state of the drawer. */\n public toggle() {\n if (this.open) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n private resolvePartNames(base: string) {\n const mini = document.querySelector('div[slot=\"mini\"]');\n const hasChildren = mini !== null && mini.children.length > 0;\n\n return {\n [base]: true,\n hidden: !hasChildren,\n };\n }\n\n protected override render() {\n return html` <div part=\"base\">\n <div part=\"main\">\n <slot></slot>\n </div>\n\n <div part=\"${partNameMap(this.resolvePartNames('mini'))}\">\n <slot name=\"mini\"></slot>\n </div>\n </div>`;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'igc-nav-drawer': IgcNavDrawerComponent;\n }\n}\n"]}
1
+ {"version":3,"file":"nav-drawer.js","sourceRoot":"","sources":["../../../src/components/nav-drawer/nav-drawer.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAgBtD,IAAqB,qBAAqB,GAA1C,MAAqB,qBAAsB,SAAQ,UAAU;IAA7D;;QAMS,aAAQ,GAAoD,OAAO,CAAC;QAIpE,SAAI,GAAG,KAAK,CAAC;IAqDtB,CAAC;IAlDQ,IAAI;QACT,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,OAAO;SACR;QAED,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAGM,IAAI;QACT,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YACd,OAAO;SACR;QAED,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC;IACpB,CAAC;IAGM,MAAM;QACX,IAAI,IAAI,CAAC,IAAI,EAAE;YACb,IAAI,CAAC,IAAI,EAAE,CAAC;SACb;aAAM;YACL,IAAI,CAAC,IAAI,EAAE,CAAC;SACb;IACH,CAAC;IAEO,gBAAgB,CAAC,IAAY;QACnC,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;QACxD,MAAM,WAAW,GAAG,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;QAE9D,OAAO;YACL,CAAC,IAAI,CAAC,EAAE,IAAI;YACZ,MAAM,EAAE,CAAC,WAAW;SACrB,CAAC;IACJ,CAAC;IAEkB,MAAM;QACvB,OAAO,IAAI,CAAA;mCACoB,IAAI,CAAC,IAAI;;;;;;qBAMvB,WAAW,CAAC,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;;;;KAI1D,CAAC;IACJ,CAAC;CACF,CAAA;AA9DwB,6BAAO,GAAG,gBAAiB,CAAA;AAC3B,4BAAM,GAAG,MAAO,CAAA;AAIvC;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;uDAC+C;AAI3E;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;mDACvB;AAVD,qBAAqB;IADzC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;GACE,qBAAqB,CA+DzC;eA/DoB,qBAAqB","sourcesContent":["import { html, LitElement } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { themes } from '../../theming';\nimport { partNameMap } from '../common/util';\nimport { styles as indigo } from './styles/indigo/nav-drawer.indigo.css';\nimport { styles } from './styles/nav-drawer.base.css';\n\n/**\n * Represents a side navigation container that provides\n * quick access between views.\n *\n * @element igc-nav-drawer\n *\n * @slot - The default slot for the drawer.\n * @slot mini - The slot for the mini variant of the drawer.\n *\n * @csspart base - The base wrapper of the navigation drawer.\n * @csspart main - The main container.\n * @csspart mini - The mini container.\n */\n@themes({ indigo })\nexport default class IgcNavDrawerComponent extends LitElement {\n public static readonly tagName = 'igc-nav-drawer';\n public static override styles = styles;\n\n /** The position of the drawer. */\n @property({ reflect: true })\n public position: 'start' | 'end' | 'top' | 'bottom' | 'relative' = 'start';\n\n /** Determines whether the drawer is opened. */\n @property({ type: Boolean, reflect: true })\n public open = false;\n\n /** Opens the drawer. */\n public show() {\n if (this.open) {\n return;\n }\n\n this.open = true;\n }\n\n /** Closes the drawer. */\n public hide() {\n if (!this.open) {\n return;\n }\n\n this.open = false;\n }\n\n /** Toggles the open state of the drawer. */\n public toggle() {\n if (this.open) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n private resolvePartNames(base: string) {\n const mini = document.querySelector('div[slot=\"mini\"]');\n const hasChildren = mini !== null && mini.children.length > 0;\n\n return {\n [base]: true,\n hidden: !hasChildren,\n };\n }\n\n protected override render() {\n return html`\n <div part=\"overlay\" @click=${this.hide}></div>\n <div part=\"base\">\n <div part=\"main\">\n <slot></slot>\n </div>\n\n <div part=\"${partNameMap(this.resolvePartNames('mini'))}\">\n <slot name=\"mini\"></slot>\n </div>\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'igc-nav-drawer': IgcNavDrawerComponent;\n }\n}\n"]}
@@ -1,3 +1,3 @@
1
1
  import { css } from 'lit';
2
- export const styles = css `:host{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;scrollbar-width:var(--scrolbar-size, 0.875rem);scrollbar-color:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a))) var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}:host ::-webkit-scrollbar{width:var(--scrolbar-size, 0.875rem);height:var(--scrolbar-size, 0.875rem);background:var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host ::-webkit-scrollbar-thumb{background:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a)))}[hidden]{display:none !important}:host{-ms-flex-negative:0;flex-shrink:0;font-family:var(--igc-font-family)}:host [part=base]{position:fixed;height:100%;min-height:100%;overflow-x:hidden;top:0;bottom:0;left:0;z-index:999;background:hsla(var(--igc-surface-500), var(--igc-surface-a));-webkit-border-end:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-end:1px solid hsla(var(--igc-gray-900), 0.14);-webkit-box-shadow:var(--igc-elevation-16);box-shadow:var(--igc-elevation-16);border-radius:0;-webkit-transition:all ease-out .3s,.3s;-o-transition:all ease-out .3s,.3s;transition:all ease-out .3s,.3s}:host [part=main]{width:16rem}:host [part=mini]{width:3.75rem}:host([position=top]) [part=main],:host([position=bottom]) [part=main]{width:100%}:host([position=top]) [part=base],:host([position=bottom]) [part=base]{height:50vh;min-height:initial;top:auto;width:100%}:host([position=top]) [part=base]{top:0;bottom:auto}:host(:not([open])[position=top]) [part=base],:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, -60vh, 0);transform:translate3d(0, -60vh, 0)}:host(:not([open])[position=top]) [part=mini],:host(:not([open])[position=bottom]) [part=mini]{display:none}:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, 60vh, 0);transform:translate3d(0, 60vh, 0)}:host([position=end]) [part=base]{-webkit-border-end:none;border-inline-end:none;-webkit-border-start:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-start:1px solid hsla(var(--igc-gray-900), 0.14);left:auto;right:0}:host([open]) [part=mini]{display:none}:host(:not([open])) [part=main]{display:none}`;
2
+ export const styles = css `:host{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;scrollbar-width:var(--scrolbar-size, 0.875rem);scrollbar-color:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a))) var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}:host ::-webkit-scrollbar{width:var(--scrolbar-size, 0.875rem);height:var(--scrolbar-size, 0.875rem);background:var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host ::-webkit-scrollbar-thumb{background:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a)))}[hidden]{display:none !important}:host{-ms-flex-negative:0;flex-shrink:0;font-family:var(--igc-font-family)}:host [part=base]{position:fixed;height:100%;min-height:100%;overflow-x:hidden;top:0;bottom:0;inset-inline-start:0;z-index:999;background:hsla(var(--igc-surface-500), var(--igc-surface-a));border-radius:0;-webkit-transition:all ease-out .3s,.3s;-o-transition:all ease-out .3s,.3s;transition:all ease-out .3s,.3s}:host [part=main]{width:16rem}:host [part=mini]{width:3.75rem}:host [part=overlay]{background:hsla(var(--igc-gray-500), 0.54);position:fixed;inset:0;z-index:2}:host([position=start]) [part=mini],:host([position=end]) [part=mini]{background:hsla(var(--igc-surface-500), var(--igc-surface-a));-webkit-box-shadow:var(--igc-elevation-16);box-shadow:var(--igc-elevation-16);position:fixed;top:0;bottom:0}:host([position=start]) [part=mini]{-webkit-border-end:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-end:1px solid hsla(var(--igc-gray-900), 0.14);inset-inline-start:0}:host([position=end]) [part=mini]{-webkit-border-start:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-start:1px solid hsla(var(--igc-gray-900), 0.14);inset-inline-end:0}:host([position=top]) [part=main],:host([position=bottom]) [part=main]{width:100%}:host([position=top]) [part=base],:host([position=bottom]) [part=base]{height:50vh;min-height:initial;top:auto;width:100%}:host([position=top]) [part=base]{top:0;bottom:auto}:host(:not([open])[position=top]) [part=base],:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, -60vh, 0);transform:translate3d(0, -60vh, 0)}:host(:not([open])[position=top]) [part=mini],:host(:not([open])[position=bottom]) [part=mini]{display:none}:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, 60vh, 0);transform:translate3d(0, 60vh, 0)}:host([open][position=end]) [part=base]{-webkit-border-end:none;border-inline-end:none;-webkit-border-start:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-start:1px solid hsla(var(--igc-gray-900), 0.14);inset-inline-start:auto;inset-inline-end:0}:host([position=relative]) [part=base]{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-shadow:none;box-shadow:none}:host([position=relative]) [part=overlay]{display:none}:host([open]) [part=mini]{display:none}:host([open]:not([position=relative])) [part=base]{-webkit-border-end:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-end:1px solid hsla(var(--igc-gray-900), 0.14);-webkit-box-shadow:var(--igc-elevation-16);box-shadow:var(--igc-elevation-16)}:host(:not([open])) [part=main]{display:none}:host(:not([open])) [part=overlay]{display:none}`;
3
3
  //# sourceMappingURL=nav-drawer.base.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"nav-drawer.base.css.js","sourceRoot":"","sources":["../../../../src/components/nav-drawer/styles/nav-drawer.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,oyEAAoyE,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;scrollbar-width:var(--scrolbar-size, 0.875rem);scrollbar-color:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a))) var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}:host ::-webkit-scrollbar{width:var(--scrolbar-size, 0.875rem);height:var(--scrolbar-size, 0.875rem);background:var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host ::-webkit-scrollbar-thumb{background:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a)))}[hidden]{display:none !important}:host{-ms-flex-negative:0;flex-shrink:0;font-family:var(--igc-font-family)}:host [part=base]{position:fixed;height:100%;min-height:100%;overflow-x:hidden;top:0;bottom:0;left:0;z-index:999;background:hsla(var(--igc-surface-500), var(--igc-surface-a));-webkit-border-end:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-end:1px solid hsla(var(--igc-gray-900), 0.14);-webkit-box-shadow:var(--igc-elevation-16);box-shadow:var(--igc-elevation-16);border-radius:0;-webkit-transition:all ease-out .3s,.3s;-o-transition:all ease-out .3s,.3s;transition:all ease-out .3s,.3s}:host [part=main]{width:16rem}:host [part=mini]{width:3.75rem}:host([position=top]) [part=main],:host([position=bottom]) [part=main]{width:100%}:host([position=top]) [part=base],:host([position=bottom]) [part=base]{height:50vh;min-height:initial;top:auto;width:100%}:host([position=top]) [part=base]{top:0;bottom:auto}:host(:not([open])[position=top]) [part=base],:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, -60vh, 0);transform:translate3d(0, -60vh, 0)}:host(:not([open])[position=top]) [part=mini],:host(:not([open])[position=bottom]) [part=mini]{display:none}:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, 60vh, 0);transform:translate3d(0, 60vh, 0)}:host([position=end]) [part=base]{-webkit-border-end:none;border-inline-end:none;-webkit-border-start:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-start:1px solid hsla(var(--igc-gray-900), 0.14);left:auto;right:0}:host([open]) [part=mini]{display:none}:host(:not([open])) [part=main]{display:none}`;\n"]}
1
+ {"version":3,"file":"nav-drawer.base.css.js","sourceRoot":"","sources":["../../../../src/components/nav-drawer/styles/nav-drawer.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,o0GAAo0G,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;scrollbar-width:var(--scrolbar-size, 0.875rem);scrollbar-color:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a))) var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}:host ::-webkit-scrollbar{width:var(--scrolbar-size, 0.875rem);height:var(--scrolbar-size, 0.875rem);background:var(--igc-scrollbar-track-color, hsla(var(--igc-gray-200), var(--igc-gray-a)))}:host ::-webkit-scrollbar-thumb{background:var(--igc-scrollbar-thumb-color, hsla(var(--igc-gray-400), var(--igc-gray-a)))}[hidden]{display:none !important}:host{-ms-flex-negative:0;flex-shrink:0;font-family:var(--igc-font-family)}:host [part=base]{position:fixed;height:100%;min-height:100%;overflow-x:hidden;top:0;bottom:0;inset-inline-start:0;z-index:999;background:hsla(var(--igc-surface-500), var(--igc-surface-a));border-radius:0;-webkit-transition:all ease-out .3s,.3s;-o-transition:all ease-out .3s,.3s;transition:all ease-out .3s,.3s}:host [part=main]{width:16rem}:host [part=mini]{width:3.75rem}:host [part=overlay]{background:hsla(var(--igc-gray-500), 0.54);position:fixed;inset:0;z-index:2}:host([position=start]) [part=mini],:host([position=end]) [part=mini]{background:hsla(var(--igc-surface-500), var(--igc-surface-a));-webkit-box-shadow:var(--igc-elevation-16);box-shadow:var(--igc-elevation-16);position:fixed;top:0;bottom:0}:host([position=start]) [part=mini]{-webkit-border-end:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-end:1px solid hsla(var(--igc-gray-900), 0.14);inset-inline-start:0}:host([position=end]) [part=mini]{-webkit-border-start:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-start:1px solid hsla(var(--igc-gray-900), 0.14);inset-inline-end:0}:host([position=top]) [part=main],:host([position=bottom]) [part=main]{width:100%}:host([position=top]) [part=base],:host([position=bottom]) [part=base]{height:50vh;min-height:initial;top:auto;width:100%}:host([position=top]) [part=base]{top:0;bottom:auto}:host(:not([open])[position=top]) [part=base],:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, -60vh, 0);transform:translate3d(0, -60vh, 0)}:host(:not([open])[position=top]) [part=mini],:host(:not([open])[position=bottom]) [part=mini]{display:none}:host(:not([open])[position=bottom]) [part=base]{-webkit-transform:translate3d(0, 60vh, 0);transform:translate3d(0, 60vh, 0)}:host([open][position=end]) [part=base]{-webkit-border-end:none;border-inline-end:none;-webkit-border-start:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-start:1px solid hsla(var(--igc-gray-900), 0.14);inset-inline-start:auto;inset-inline-end:0}:host([position=relative]) [part=base]{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-shadow:none;box-shadow:none}:host([position=relative]) [part=overlay]{display:none}:host([open]) [part=mini]{display:none}:host([open]:not([position=relative])) [part=base]{-webkit-border-end:1px solid hsla(var(--igc-gray-900), 0.14);border-inline-end:1px solid hsla(var(--igc-gray-900), 0.14);-webkit-box-shadow:var(--igc-elevation-16);box-shadow:var(--igc-elevation-16)}:host(:not([open])) [part=main]{display:none}:host(:not([open])) [part=overlay]{display:none}`;\n"]}
@@ -1734,7 +1734,7 @@
1734
1734
  {
1735
1735
  "name": "items",
1736
1736
  "description": "All child `igc-dropdown-item`s.",
1737
- "type": "IgcDropDownItemComponent[]"
1737
+ "type": "IgcDropdownItemComponent[]"
1738
1738
  }
1739
1739
  ],
1740
1740
  "slots": [
@@ -2732,7 +2732,7 @@
2732
2732
  {
2733
2733
  "name": "position",
2734
2734
  "description": "The position of the drawer.",
2735
- "type": "\"start\" | \"end\" | \"top\" | \"bottom\"",
2735
+ "type": "\"start\" | \"end\" | \"top\" | \"bottom\" | \"relative\"",
2736
2736
  "default": "\"start\""
2737
2737
  },
2738
2738
  {
@@ -2757,7 +2757,7 @@
2757
2757
  "name": "position",
2758
2758
  "attribute": "position",
2759
2759
  "description": "The position of the drawer.",
2760
- "type": "\"start\" | \"end\" | \"top\" | \"bottom\"",
2760
+ "type": "\"start\" | \"end\" | \"top\" | \"bottom\" | \"relative\"",
2761
2761
  "default": "\"start\""
2762
2762
  },
2763
2763
  {
package/index.d.ts CHANGED
@@ -13,10 +13,10 @@ export { default as IgcCardHeaderComponent } from './components/card/card.header
13
13
  export { default as IgcCardMediaComponent } from './components/card/card.media';
14
14
  export { default as IgcCheckboxComponent } from './components/checkbox/checkbox';
15
15
  export { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';
16
- export { default as IgcDropDownComponent } from './components/dropdown/dropdown';
17
- export { default as IgcDropDownGroupComponent } from './components/dropdown/dropdown-group';
18
- export { default as IgcDropDownHeaderComponent } from './components/dropdown/dropdown-header';
19
- export { default as IgcDropDownItemComponent } from './components/dropdown/dropdown-item';
16
+ export { default as IgcDropdownComponent } from './components/dropdown/dropdown';
17
+ export { default as IgcDropdownGroupComponent } from './components/dropdown/dropdown-group';
18
+ export { default as IgcDropdownHeaderComponent } from './components/dropdown/dropdown-header';
19
+ export { default as IgcDropdownItemComponent } from './components/dropdown/dropdown-item';
20
20
  export { default as IgcSwitchComponent } from './components/checkbox/switch';
21
21
  export { defineAllComponents } from './components/common/definitions/defineAllComponents';
22
22
  export { defineComponents } from './components/common/definitions/defineComponents';
package/index.js CHANGED
@@ -13,10 +13,10 @@ export { default as IgcCardHeaderComponent } from './components/card/card.header
13
13
  export { default as IgcCardMediaComponent } from './components/card/card.media';
14
14
  export { default as IgcCheckboxComponent } from './components/checkbox/checkbox';
15
15
  export { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';
16
- export { default as IgcDropDownComponent } from './components/dropdown/dropdown';
17
- export { default as IgcDropDownGroupComponent } from './components/dropdown/dropdown-group';
18
- export { default as IgcDropDownHeaderComponent } from './components/dropdown/dropdown-header';
19
- export { default as IgcDropDownItemComponent } from './components/dropdown/dropdown-item';
16
+ export { default as IgcDropdownComponent } from './components/dropdown/dropdown';
17
+ export { default as IgcDropdownGroupComponent } from './components/dropdown/dropdown-group';
18
+ export { default as IgcDropdownHeaderComponent } from './components/dropdown/dropdown-header';
19
+ export { default as IgcDropdownItemComponent } from './components/dropdown/dropdown-item';
20
20
  export { default as IgcSwitchComponent } from './components/checkbox/switch';
21
21
  export { defineAllComponents } from './components/common/definitions/defineAllComponents';
22
22
  export { defineComponents } from './components/common/definitions/defineComponents';
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Components\n\nexport { default as IgcAvatarComponent } from './components/avatar/avatar';\nexport { default as IgcBadgeComponent } from './components/badge/badge';\nexport { default as IgcButtonComponent } from './components/button/button';\nexport { IgcButtonBaseComponent } from './components/button/button-base';\nexport { default as IgcIconButtonComponent } from './components/button/icon-button';\nexport { default as IgcCalendarComponent } from './components/calendar/calendar';\nexport { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';\nexport {\n DateRangeDescriptor,\n DateRangeType,\n} from './components/calendar/common/calendar.model';\nexport { default as IgcCardComponent } from './components/card/card';\nexport { default as IgcCardActionsComponent } from './components/card/card.actions';\nexport { default as IgcCardContentComponent } from './components/card/card.content';\nexport { default as IgcCardHeaderComponent } from './components/card/card.header';\nexport { default as IgcCardMediaComponent } from './components/card/card.media';\nexport { default as IgcCheckboxComponent } from './components/checkbox/checkbox';\nexport { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';\nexport { default as IgcDropDownComponent } from './components/dropdown/dropdown';\nexport { default as IgcDropDownGroupComponent } from './components/dropdown/dropdown-group';\nexport { default as IgcDropDownHeaderComponent } from './components/dropdown/dropdown-header';\nexport { default as IgcDropDownItemComponent } from './components/dropdown/dropdown-item';\nexport { default as IgcSwitchComponent } from './components/checkbox/switch';\nexport { defineAllComponents } from './components/common/definitions/defineAllComponents';\nexport { defineComponents } from './components/common/definitions/defineComponents';\nexport { IgcCalendarResourceStrings } from './components/common/i18n/calendar.resources';\nexport { SizableMixin } from './components/common/mixins/sizable';\nexport { default as IgcChipComponent } from './components/chip/chip';\nexport { default as IgcCircularProgressComponent } from './components/progress/circular-progress';\nexport { default as IgcCircularGradientComponent } from './components/progress/circular-gradient';\nexport { default as IgcFormComponent } from './components/form/form';\nexport { default as IgcIconComponent } from './components/icon/icon';\n// utility stuff\nexport {\n registerIcon,\n registerIconFromText,\n} from './components/icon/icon.registry';\nexport { default as IgcInputComponent } from './components/input/input';\nexport { IgcInputBaseComponent } from './components/input/input-base';\nexport { default as IgcLinearProgressComponent } from './components/progress/linear-progress';\nexport { default as IgcListComponent } from './components/list/list';\nexport { default as IgcListHeaderComponent } from './components/list/list-header';\nexport { default as IgcListItemComponent } from './components/list/list-item';\nexport { default as IgcNavDrawerComponent } from './components/nav-drawer/nav-drawer';\nexport { default as IgcNavDrawerHeaderItemComponent } from './components/nav-drawer/nav-drawer-header-item';\nexport { default as IgcNavDrawerItemComponent } from './components/nav-drawer/nav-drawer-item';\nexport { default as IgcNavbarComponent } from './components/navbar/navbar';\nexport { default as IgcRadioGroupComponent } from './components/radio-group/radio-group';\nexport { default as IgcRadioComponent } from './components/radio/radio';\nexport { default as IgcRatingComponent } from './components/rating/rating';\nexport { default as IgcRatingSymbolComponent } from './components/rating/rating-symbol';\nexport { default as IgcRippleComponent } from './components/ripple/ripple';\nexport {\n default as IgcRangeSliderComponent,\n IgcRangeSliderValue,\n} from './components/slider/range-slider';\nexport { default as IgcSnackbarComponent } from './components/snackbar/snackbar';\nexport { default as IgcSliderComponent } from './components/slider/slider';\nexport { IgcSliderBaseComponent } from './components/slider/slider-base';\nexport { default as IgcSliderLabelComponent } from './components/slider/slider-label';\nexport { default as IgcToastComponent } from './components/toast/toast';\nexport { configureTheme } from './theming/config';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Components\n\nexport { default as IgcAvatarComponent } from './components/avatar/avatar';\nexport { default as IgcBadgeComponent } from './components/badge/badge';\nexport { default as IgcButtonComponent } from './components/button/button';\nexport { IgcButtonBaseComponent } from './components/button/button-base';\nexport { default as IgcIconButtonComponent } from './components/button/icon-button';\nexport { default as IgcCalendarComponent } from './components/calendar/calendar';\nexport { IgcCalendarBaseComponent } from './components/calendar/common/calendar-base';\nexport {\n DateRangeDescriptor,\n DateRangeType,\n} from './components/calendar/common/calendar.model';\nexport { default as IgcCardComponent } from './components/card/card';\nexport { default as IgcCardActionsComponent } from './components/card/card.actions';\nexport { default as IgcCardContentComponent } from './components/card/card.content';\nexport { default as IgcCardHeaderComponent } from './components/card/card.header';\nexport { default as IgcCardMediaComponent } from './components/card/card.media';\nexport { default as IgcCheckboxComponent } from './components/checkbox/checkbox';\nexport { IgcCheckboxBaseComponent } from './components/checkbox/checkbox-base';\nexport { default as IgcDropdownComponent } from './components/dropdown/dropdown';\nexport { default as IgcDropdownGroupComponent } from './components/dropdown/dropdown-group';\nexport { default as IgcDropdownHeaderComponent } from './components/dropdown/dropdown-header';\nexport { default as IgcDropdownItemComponent } from './components/dropdown/dropdown-item';\nexport { default as IgcSwitchComponent } from './components/checkbox/switch';\nexport { defineAllComponents } from './components/common/definitions/defineAllComponents';\nexport { defineComponents } from './components/common/definitions/defineComponents';\nexport { IgcCalendarResourceStrings } from './components/common/i18n/calendar.resources';\nexport { SizableMixin } from './components/common/mixins/sizable';\nexport { default as IgcChipComponent } from './components/chip/chip';\nexport { default as IgcCircularProgressComponent } from './components/progress/circular-progress';\nexport { default as IgcCircularGradientComponent } from './components/progress/circular-gradient';\nexport { default as IgcFormComponent } from './components/form/form';\nexport { default as IgcIconComponent } from './components/icon/icon';\n// utility stuff\nexport {\n registerIcon,\n registerIconFromText,\n} from './components/icon/icon.registry';\nexport { default as IgcInputComponent } from './components/input/input';\nexport { IgcInputBaseComponent } from './components/input/input-base';\nexport { default as IgcLinearProgressComponent } from './components/progress/linear-progress';\nexport { default as IgcListComponent } from './components/list/list';\nexport { default as IgcListHeaderComponent } from './components/list/list-header';\nexport { default as IgcListItemComponent } from './components/list/list-item';\nexport { default as IgcNavDrawerComponent } from './components/nav-drawer/nav-drawer';\nexport { default as IgcNavDrawerHeaderItemComponent } from './components/nav-drawer/nav-drawer-header-item';\nexport { default as IgcNavDrawerItemComponent } from './components/nav-drawer/nav-drawer-item';\nexport { default as IgcNavbarComponent } from './components/navbar/navbar';\nexport { default as IgcRadioGroupComponent } from './components/radio-group/radio-group';\nexport { default as IgcRadioComponent } from './components/radio/radio';\nexport { default as IgcRatingComponent } from './components/rating/rating';\nexport { default as IgcRatingSymbolComponent } from './components/rating/rating-symbol';\nexport { default as IgcRippleComponent } from './components/ripple/ripple';\nexport {\n default as IgcRangeSliderComponent,\n IgcRangeSliderValue,\n} from './components/slider/range-slider';\nexport { default as IgcSnackbarComponent } from './components/snackbar/snackbar';\nexport { default as IgcSliderComponent } from './components/slider/slider';\nexport { IgcSliderBaseComponent } from './components/slider/slider-base';\nexport { default as IgcSliderLabelComponent } from './components/slider/slider-label';\nexport { default as IgcToastComponent } from './components/toast/toast';\nexport { configureTheme } from './theming/config';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "description": "Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -802,7 +802,7 @@
802
802
  },
803
803
  {
804
804
  "name": "igc-dropdown-group",
805
- "description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nAttributes:\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-dropdown-group\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `items` {`IgcDropDownItemComponent[]`} - All child `igc-dropdown-item`s.\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - ",
805
+ "description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nAttributes:\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - \n\nProperties:\n\n * `tagName` {`\"igc-dropdown-group\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `items` {`IgcDropdownItemComponent[]`} - All child `igc-dropdown-item`s.\n\n * `size` {`\"small\" | \"medium\" | \"large\"`} - ",
806
806
  "attributes": [
807
807
  {
808
808
  "name": "size",
@@ -853,7 +853,7 @@
853
853
  },
854
854
  {
855
855
  "name": "igc-dropdown",
856
- "description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `selectedItem` {`IgcDropDownItemComponent | null`} - \n\n * `activeItem` {`IgcDropDownItemComponent`} - \n\n * `target` {`HTMLElement`} - \n\n * `allItems` {`IgcDropDownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcDropDownItemComponent[]`} - \n\n * `groups` {`IgcDropDownGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` {`IgcToggleController`} - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
856
+ "description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `selectedItem` {`IgcDropdownItemComponent | null`} - \n\n * `activeItem` {`IgcDropdownItemComponent`} - \n\n * `target` {`HTMLElement`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcDropdownItemComponent[]`} - \n\n * `groups` {`IgcDropdownGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` {`IgcToggleController`} - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
857
857
  "attributes": [
858
858
  {
859
859
  "name": "keep-open-on-select",
@@ -1034,7 +1034,7 @@
1034
1034
  },
1035
1035
  {
1036
1036
  "name": "igc-input",
1037
- "description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` {`CSSResult`} - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1037
+ "description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `dir` {`Direction`} - The direction attribute of the control.\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `invalid` {`boolean`} - Controls the validity of the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` {`CSSResult`} - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `themeController` {`ThemeController`} - \n\n * `name` {`string`} - The name attribute of the control.\n\n * `outlined` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field.\n\n * `disabled` {`boolean`} - Makes the control a disabled field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
1038
1038
  "attributes": [
1039
1039
  {
1040
1040
  "name": "dir",
@@ -1260,11 +1260,11 @@
1260
1260
  },
1261
1261
  {
1262
1262
  "name": "igc-nav-drawer",
1263
- "description": "Represents a side navigation container that provides\nquick access between views.\n\nSlots:\n\n * ` ` {} - The default slot for the drawer.\n\n * `mini` {} - The slot for the mini variant of the drawer.\n\nAttributes:\n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.",
1263
+ "description": "Represents a side navigation container that provides\nquick access between views.\n\nSlots:\n\n * ` ` {} - The default slot for the drawer.\n\n * `mini` {} - The slot for the mini variant of the drawer.\n\nAttributes:\n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer\"`} - \n\n * `styles` {`CSSResult`} - \n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.",
1264
1264
  "attributes": [
1265
1265
  {
1266
1266
  "name": "position",
1267
- "description": "`position` {`\"top\" | \"bottom\" | \"start\" | \"end\"`} - The position of the drawer.\n\nProperty: position\n\nDefault: start",
1267
+ "description": "`position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\nProperty: position\n\nDefault: start",
1268
1268
  "values": [
1269
1269
  {
1270
1270
  "name": "top"
@@ -1277,6 +1277,9 @@
1277
1277
  },
1278
1278
  {
1279
1279
  "name": "end"
1280
+ },
1281
+ {
1282
+ "name": "relative"
1280
1283
  }
1281
1284
  ]
1282
1285
  },