@tetacom/ng-components 1.0.10 → 1.0.11

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.
@@ -0,0 +1,3 @@
1
+ <svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.29539 8H0V6.70446L6.70446 0H8V1.29539L1.29539 8ZM8 6.70446V8H6.70446L8 6.70446ZM1.29539 0L0 1.29539V0H1.29539Z" fill="#474747"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  <!-- SVG Sprite -->
2
2
  <svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" width="0"
3
- height="0" class="hidden">
3
+ height="0" class="hidden">
4
4
  <!-- SVG Sprite -->
5
5
  <symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="icon1">
6
6
  <g clip-path="url(#clip0)">
@@ -376,6 +376,9 @@
376
376
  </clipPath>
377
377
  </defs>
378
378
  </symbol>
379
+ <symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" id="intersect">
380
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.29539 8H0V6.70446L6.70446 0H8V1.29539L1.29539 8ZM8 6.70446V8H6.70446L8 6.70446ZM1.29539 0L0 1.29539V0H1.29539Z" fill="#474747"/>
381
+ </symbol>
379
382
  <defs>
380
383
  <pattern id="patternicon1" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
381
384
  <use width="16" height="16" xlink:href="#icon1"></use>
@@ -419,5 +422,8 @@
419
422
  <pattern id="patternicon14" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
420
423
  <use width="16" height="16" xlink:href="#icon14"></use>
421
424
  </pattern>
425
+ <pattern id="patternintersect" x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse">
426
+ <use width="8" height="8" xlink:href="#intersect"></use>
427
+ </pattern>
422
428
  </defs>
423
429
  </svg>
@@ -4,6 +4,7 @@ export declare class PlotBand {
4
4
  to: number;
5
5
  label?: string;
6
6
  color?: string;
7
+ image?: string;
7
8
  showGrabbers?: boolean;
8
9
  draggable?: boolean;
9
10
  resizable?: boolean;
@@ -16,6 +17,7 @@ export declare class PlotBand {
16
17
  to: number;
17
18
  label?: string;
18
19
  color?: string;
20
+ image?: string;
19
21
  showGrabbers?: boolean;
20
22
  draggable?: boolean;
21
23
  resizable?: boolean;
@@ -3,7 +3,7 @@ import { IconService } from './icon.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IconSpriteDirective implements OnInit {
5
5
  private _iconService;
6
- tetaIconSprite: string;
6
+ tetaIconSprite: string | string[];
7
7
  bypassInterceptors: boolean;
8
8
  constructor(_iconService: IconService);
9
9
  ngOnInit(): void;