@tedi-design-system/angular 6.5.0-rc.4 → 6.5.0-rc.6
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.
- package/fesm2022/tedi-design-system-angular-tedi.mjs +565 -75
- package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -1
- package/package.json +1 -1
- package/tedi/components/content/table/table.component.d.ts +102 -13
- package/tedi/components/content/table/table.component.d.ts.map +1 -1
- package/tedi/components/content/table/table.types.d.ts +6 -1
- package/tedi/components/content/table/table.types.d.ts.map +1 -1
- package/tedi/components/form/select/select.component.d.ts +9 -2
- package/tedi/components/form/select/select.component.d.ts.map +1 -1
- package/tedi/components/helpers/scroll-fade/scroll-fade.component.d.ts.map +1 -1
- package/tedi/components/navigation/pagination/pagination.component.d.ts +17 -7
- package/tedi/components/navigation/pagination/pagination.component.d.ts.map +1 -1
- package/tedi/components/navigation/pagination/pagination.types.d.ts +10 -0
- package/tedi/components/navigation/pagination/pagination.types.d.ts.map +1 -1
- package/tedi/components/overlay/dropdown/dropdown-item/dropdown-item.component.d.ts.map +1 -1
- package/tedi/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts +19 -3
- package/tedi/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts.map +1 -1
- package/tedi/components/overlay/dropdown/dropdown.component.d.ts +14 -1
- package/tedi/components/overlay/dropdown/dropdown.component.d.ts.map +1 -1
- package/tedi/components/overlay/dropdown/dropdown.tokens.d.ts +5 -1
- package/tedi/components/overlay/dropdown/dropdown.tokens.d.ts.map +1 -1
- package/tedi/components/overlay/modal/modal-content/modal-content.component.d.ts +2 -1
- package/tedi/components/overlay/modal/modal-content/modal-content.component.d.ts.map +1 -1
- package/tedi/services/translation/translations.d.ts +56 -0
- package/tedi/services/translation/translations.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.tokens.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/dropdown/dropdown.tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEvE,MAAM,WAAW,WAAW;IAC1B,wFAAwF;IACxF,KAAK,EAAE,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C,gGAAgG;IAChG,WAAW,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACpC,mEAAmE;IACnE,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,wEAAwE;IACxE,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,4DAA4D;IAC5D,cAAc,IAAI,IAAI,CAAC;IACvB,2DAA2D;IAC3D,aAAa,IAAI,IAAI,CAAC;IACtB,sDAAsD;IACtD,YAAY,IAAI,IAAI,CAAC;IACrB,
|
|
1
|
+
{"version":3,"file":"dropdown.tokens.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/overlay/dropdown/dropdown.tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEvE,MAAM,WAAW,WAAW;IAC1B,wFAAwF;IACxF,KAAK,EAAE,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C,gGAAgG;IAChG,WAAW,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IACpC,mEAAmE;IACnE,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,wEAAwE;IACxE,aAAa,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3C,4DAA4D;IAC5D,cAAc,IAAI,IAAI,CAAC;IACvB,2DAA2D;IAC3D,aAAa,IAAI,IAAI,CAAC;IACtB,sDAAsD;IACtD,YAAY,IAAI,IAAI,CAAC;IACrB,8KAA8K;IAC9K,gBAAgB,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1C,sTAAsT;IACtT,eAAe,IACX;QACE,IAAI,EAAE;YAAE,aAAa,EAAE,WAAW,CAAA;SAAE,CAAC;QACrC,KAAK,IAAI,IAAI,CAAC;QACd,gBAAgB,EAAE,WAAW,CAAC;KAC/B,GACD,SAAS,CAAC;CACf;AAED,eAAO,MAAM,YAAY,6BAAiD,CAAC;AAE3E,MAAM,WAAW,kBAAkB;IACjC,0GAA0G;IAC1G,YAAY,EAAE,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC1C;AAED,eAAO,MAAM,oBAAoB,oCAEhC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/cdk/scrolling";
|
|
2
3
|
export declare class ModalContentComponent {
|
|
3
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalContentComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalContentComponent, "tedi-modal-content", never, {}, {}, never, ["*"], true,
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalContentComponent, "tedi-modal-content", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.CdkScrollable; inputs: {}; outputs: {}; }]>;
|
|
5
6
|
}
|
|
6
7
|
//# sourceMappingURL=modal-content.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-content/modal-content.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modal-content.component.d.ts","sourceRoot":"","sources":["../../../../../../tedi/components/overlay/modal/modal-content/modal-content.component.ts"],"names":[],"mappings":";;AAOA,qBAaa,qBAAqB;yCAArB,qBAAqB;2CAArB,qBAAqB;CAAG"}
|
|
@@ -503,6 +503,62 @@ export declare const translationsMap: {
|
|
|
503
503
|
en: string;
|
|
504
504
|
ru: string;
|
|
505
505
|
};
|
|
506
|
+
"table.reorder.pickup": {
|
|
507
|
+
description: string;
|
|
508
|
+
components: string[];
|
|
509
|
+
et: (column: string) => string;
|
|
510
|
+
en: (column: string) => string;
|
|
511
|
+
ru: (column: string) => string;
|
|
512
|
+
};
|
|
513
|
+
"table.reorder.move": {
|
|
514
|
+
description: string;
|
|
515
|
+
components: string[];
|
|
516
|
+
et: (column: string, position: number) => string;
|
|
517
|
+
en: (column: string, position: number) => string;
|
|
518
|
+
ru: (column: string, position: number) => string;
|
|
519
|
+
};
|
|
520
|
+
"table.reorder.drop": {
|
|
521
|
+
description: string;
|
|
522
|
+
components: string[];
|
|
523
|
+
et: (column: string, position: number) => string;
|
|
524
|
+
en: (column: string, position: number) => string;
|
|
525
|
+
ru: (column: string, position: number) => string;
|
|
526
|
+
};
|
|
527
|
+
"table.reorder.cancel": {
|
|
528
|
+
description: string;
|
|
529
|
+
components: string[];
|
|
530
|
+
et: string;
|
|
531
|
+
en: string;
|
|
532
|
+
ru: string;
|
|
533
|
+
};
|
|
534
|
+
"table.row-reorder.pickup": {
|
|
535
|
+
description: string;
|
|
536
|
+
components: string[];
|
|
537
|
+
et: (position: number) => string;
|
|
538
|
+
en: (position: number) => string;
|
|
539
|
+
ru: (position: number) => string;
|
|
540
|
+
};
|
|
541
|
+
"table.row-reorder.move": {
|
|
542
|
+
description: string;
|
|
543
|
+
components: string[];
|
|
544
|
+
et: (position: number) => string;
|
|
545
|
+
en: (position: number) => string;
|
|
546
|
+
ru: (position: number) => string;
|
|
547
|
+
};
|
|
548
|
+
"table.row-reorder.drop": {
|
|
549
|
+
description: string;
|
|
550
|
+
components: string[];
|
|
551
|
+
et: (position: number) => string;
|
|
552
|
+
en: (position: number) => string;
|
|
553
|
+
ru: (position: number) => string;
|
|
554
|
+
};
|
|
555
|
+
"table.row-reorder.cancel": {
|
|
556
|
+
description: string;
|
|
557
|
+
components: string[];
|
|
558
|
+
et: string;
|
|
559
|
+
en: string;
|
|
560
|
+
ru: string;
|
|
561
|
+
};
|
|
506
562
|
"tooltip.icon-trigger": {
|
|
507
563
|
description: string;
|
|
508
564
|
components: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../tedi/services/translation/translations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiFX,OAAO;qBACP,OAAO;qBACP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAuGR,MAAM;oBACN,MAAM;oBACN,MAAM;;;;;oBAKN,MAAM,WAAW,MAAM;oBAEvB,MAAM,WAAW,MAAM;oBAEvB,MAAM,WAAW,MAAM;;;;;;;;;;;;oBAavB,MAAM;oBACN,MAAM;oBACN,MAAM;;;;;oBAKN,MAAM,cAAc,MAAM;oBAE1B,MAAM,cAAc,MAAM;oBAE1B,MAAM,cAAc,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAoK1B,MAAM;oBAIN,MAAM;oBAIN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;wBA6BF,OAAO;wBACP,OAAO;wBACP,OAAO;;;;;yBAMN,OAAO;yBACP,OAAO;yBACP,OAAO;;;;;yBAMP,OAAO;yBACP,OAAO;yBACP,OAAO;;;;;wBAMR,KAAK,GAAG,MAAM,GAAG,KAAK;wBAMtB,KAAK,GAAG,MAAM,GAAG,KAAK;wBAMtB,KAAK,GAAG,MAAM,GAAG,KAAK;;;;;;;;;;;;;;;;;;;qBAwBzB,MAAM;qBACN,MAAM;qBACN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6BN,MAAM;qBACN,MAAM;qBACN,MAAM
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../tedi/services/translation/translations.ts"],"names":[],"mappings":"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"}
|