asksuite-citrus 3.14.0-beta.9 → 3.15.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.
Files changed (42) hide show
  1. package/esm2022/lib/asksuite-citrus.module.mjs +25 -5
  2. package/esm2022/lib/components/accordion/extendable-panel/extendable-panel.component.mjs +2 -2
  3. package/esm2022/lib/components/arrow-tag/arrow-tag.component.mjs +28 -0
  4. package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +2 -2
  5. package/esm2022/lib/components/avatar/avatar.component.mjs +2 -2
  6. package/esm2022/lib/components/box/box.component.mjs +2 -2
  7. package/esm2022/lib/components/button/button.component.mjs +2 -2
  8. package/esm2022/lib/components/character-counter/character-counter.component.mjs +2 -2
  9. package/esm2022/lib/components/checkbox/checkbox.component.mjs +2 -2
  10. package/esm2022/lib/components/chips/chips.component.mjs +2 -2
  11. package/esm2022/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.mjs +2 -2
  12. package/esm2022/lib/components/date-picker/date-picker.component.mjs +2 -2
  13. package/esm2022/lib/components/dropdown-container/dropdown-container.component.mjs +2 -2
  14. package/esm2022/lib/components/input/input.component.mjs +13 -3
  15. package/esm2022/lib/components/modal/confirmation-modal/confirmation-modal.component.mjs +2 -2
  16. package/esm2022/lib/components/modal/modal.component.mjs +2 -2
  17. package/esm2022/lib/components/pagination/pagination.component.mjs +2 -2
  18. package/esm2022/lib/components/phone-ddi/phone-ddi.component.mjs +17 -3
  19. package/esm2022/lib/components/richtext-toolbox/richtext-toolbox.component.mjs +2 -2
  20. package/esm2022/lib/components/richtext-url-prompt/richtext-url-prompt.component.mjs +2 -2
  21. package/esm2022/lib/components/select/select.component.mjs +2 -2
  22. package/esm2022/lib/components/tab-group/tab/tab.component.mjs +19 -0
  23. package/esm2022/lib/components/tab-group/tab-group.component.mjs +37 -0
  24. package/esm2022/lib/components/table/table.component.mjs +2 -2
  25. package/esm2022/lib/components/tag/tag.component.mjs +25 -0
  26. package/esm2022/lib/components/toast/toast.component.mjs +4 -4
  27. package/esm2022/public-api.mjs +5 -1
  28. package/fesm2022/asksuite-citrus.mjs +188 -48
  29. package/fesm2022/asksuite-citrus.mjs.map +1 -1
  30. package/lib/asksuite-citrus.module.d.ts +26 -22
  31. package/lib/components/arrow-tag/arrow-tag.component.d.ts +8 -0
  32. package/lib/components/input/input.component.d.ts +2 -0
  33. package/lib/components/phone-ddi/phone-ddi.component.d.ts +1 -0
  34. package/lib/components/tab-group/tab/tab.component.d.ts +9 -0
  35. package/lib/components/tab-group/tab-group.component.d.ts +12 -0
  36. package/lib/components/tag/tag.component.d.ts +9 -0
  37. package/package.json +1 -1
  38. package/public-api.d.ts +4 -0
  39. package/styles/colors-dark.scss +3 -1
  40. package/styles/colors-light.scss +34 -5
  41. package/styles/list-item.scss +1 -1
  42. package/styles/theme-primitives.scss +3 -3
@@ -0,0 +1,25 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class TagComponent {
4
+ constructor() {
5
+ this.prefix = '';
6
+ this.content = '';
7
+ this.suffix = '';
8
+ this.bold = false;
9
+ }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: TagComponent, selector: "ask-tag", inputs: { prefix: "prefix", content: "content", suffix: "suffix", bold: "bold" }, ngImport: i0, template: "<div class=\"container\" [class.-bolder]=\"bold\">\n {{ prefix }}{{ content }}{{ suffix }}\n</div>\n", styles: [".container{display:inline-block;padding:3px 4px;font-size:11px;font-weight:500;line-height:14px;color:#132939b0;background-color:#01111e0f;border-radius:4px;text-align:center}.-bolder{color:#132939e0}\n"] }); }
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TagComponent, decorators: [{
14
+ type: Component,
15
+ args: [{ selector: 'ask-tag', template: "<div class=\"container\" [class.-bolder]=\"bold\">\n {{ prefix }}{{ content }}{{ suffix }}\n</div>\n", styles: [".container{display:inline-block;padding:3px 4px;font-size:11px;font-weight:500;line-height:14px;color:#132939b0;background-color:#01111e0f;border-radius:4px;text-align:center}.-bolder{color:#132939e0}\n"] }]
16
+ }], propDecorators: { prefix: [{
17
+ type: Input
18
+ }], content: [{
19
+ type: Input
20
+ }], suffix: [{
21
+ type: Input
22
+ }], bold: [{
23
+ type: Input
24
+ }] } });
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fza3N1aXRlLWNpdHJ1cy9zcmMvbGliL2NvbXBvbmVudHMvdGFnL3RhZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hc2tzdWl0ZS1jaXRydXMvc3JjL2xpYi9jb21wb25lbnRzL3RhZy90YWcuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBTy9DLE1BQU0sT0FBTyxZQUFZO0lBTHpCO1FBTVcsV0FBTSxHQUFXLEVBQUUsQ0FBQztRQUNwQixZQUFPLEdBQTJCLEVBQUUsQ0FBQztRQUNyQyxXQUFNLEdBQVcsRUFBRSxDQUFDO1FBQ3BCLFNBQUksR0FBWSxLQUFLLENBQUM7S0FDaEM7OEdBTFksWUFBWTtrR0FBWixZQUFZLGlJQ1B6QixzR0FHQTs7MkZESWEsWUFBWTtrQkFMeEIsU0FBUzsrQkFDRSxTQUFTOzhCQUtWLE1BQU07c0JBQWQsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2Fzay10YWcnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGFnLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vdGFnLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIFRhZ0NvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHByZWZpeDogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgpIGNvbnRlbnQ6IHN0cmluZyB8IG51bWJlciB8IG51bGwgPSAnJztcbiAgQElucHV0KCkgc3VmZml4OiBzdHJpbmcgPSAnJztcbiAgQElucHV0KCkgYm9sZDogYm9vbGVhbiA9IGZhbHNlO1xufVxuIiwiPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiIFtjbGFzcy4tYm9sZGVyXT1cImJvbGRcIj5cbiB7eyBwcmVmaXggfX17eyBjb250ZW50IH19e3sgc3VmZml4IH19XG48L2Rpdj5cbiJdfQ==