tailjng 0.0.2 → 0.0.3
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/tailjng.mjs +1 -53
- package/fesm2022/tailjng.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
package/fesm2022/tailjng.mjs
CHANGED
|
@@ -12,15 +12,6 @@ import * as i1$2 from '@angular/common/http';
|
|
|
12
12
|
import { HttpParams } from '@angular/common/http';
|
|
13
13
|
import { formatDistanceToNowStrict } from 'date-fns';
|
|
14
14
|
import { es } from 'date-fns/locale';
|
|
15
|
-
import 'highlight.js/styles/github-dark.css';
|
|
16
|
-
import hljs from 'highlight.js/lib/core';
|
|
17
|
-
import javascript from 'highlight.js/lib/languages/javascript';
|
|
18
|
-
import typescript from 'highlight.js/lib/languages/typescript';
|
|
19
|
-
import bash from 'highlight.js/lib/languages/bash';
|
|
20
|
-
import css from 'highlight.js/lib/languages/css';
|
|
21
|
-
import scss from 'highlight.js/lib/languages/scss';
|
|
22
|
-
import html from 'highlight.js/lib/languages/xml';
|
|
23
|
-
import json from 'highlight.js/lib/languages/json';
|
|
24
15
|
|
|
25
16
|
class JModeToggleComponent {
|
|
26
17
|
platformId;
|
|
@@ -4459,49 +4450,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
4459
4450
|
type: Input
|
|
4460
4451
|
}] } });
|
|
4461
4452
|
|
|
4462
|
-
hljs.registerLanguage('ts', typescript);
|
|
4463
|
-
hljs.registerLanguage('js', javascript);
|
|
4464
|
-
hljs.registerLanguage('bash', bash);
|
|
4465
|
-
hljs.registerLanguage('css', css);
|
|
4466
|
-
hljs.registerLanguage('scss', scss);
|
|
4467
|
-
hljs.registerLanguage('html', html);
|
|
4468
|
-
hljs.registerLanguage('json', json);
|
|
4469
|
-
class JCodeBlockComponent {
|
|
4470
|
-
icons = {
|
|
4471
|
-
copy: Copy,
|
|
4472
|
-
check: Check
|
|
4473
|
-
};
|
|
4474
|
-
copied = false;
|
|
4475
|
-
code = '';
|
|
4476
|
-
language = 'ts';
|
|
4477
|
-
codeRef;
|
|
4478
|
-
highlightedCode = '';
|
|
4479
|
-
ngAfterViewInit() {
|
|
4480
|
-
this.codeRef.nativeElement.textContent = this.code;
|
|
4481
|
-
hljs.highlightElement(this.codeRef.nativeElement);
|
|
4482
|
-
}
|
|
4483
|
-
copyCode() {
|
|
4484
|
-
navigator.clipboard.writeText(this.code).then(() => {
|
|
4485
|
-
console.log('Copiado al portapapeles');
|
|
4486
|
-
});
|
|
4487
|
-
this.copied = true;
|
|
4488
|
-
setTimeout(() => (this.copied = false), 2000);
|
|
4489
|
-
}
|
|
4490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: JCodeBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4491
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: JCodeBlockComponent, isStandalone: true, selector: "JCodeBlock", inputs: { code: "code", language: "language" }, viewQueries: [{ propertyName: "codeRef", first: true, predicate: ["codeRef"], descendants: true }], ngImport: i0, template: "<div class=\"relative rounded bg-foreground pl-5 pt-3 m-0 border border-border dark:border-dark-border\">\r\n <div class=\"absolute top-4 right-4\">\r\n <JButton (clicked)=\"copyCode()\" [icon]=\"icons['copy']\" [iconChange]=\"icons['check']\"\r\n [isChangeIcon]=\"copied\" [iconSize]=\"15\" tooltip=\"Copiar\" classes=\"w-[25px] h-[25px] text-white\" />\r\n </div>\r\n <pre class=\"p-5\">\r\n <code #codeRef class=\"language-{{language}}\"></code>\r\n </pre>\r\n</div>", styles: ["pre,code{margin:0!important;padding:0!important;background:transparent!important;line-height:1.5;font-size:.85rem}.hljs{background:transparent!important;border-radius:0!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: JButtonComponent, selector: "JButton", inputs: ["type", "disabled", "isLoading", "icon", "iconSize", "text", "isChangeIcon", "iconChange", "tooltip", "tooltipPosition", "classes", "ngClasses"], outputs: ["clicked"] }] });
|
|
4492
|
-
}
|
|
4493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: JCodeBlockComponent, decorators: [{
|
|
4494
|
-
type: Component,
|
|
4495
|
-
args: [{ selector: 'JCodeBlock', imports: [CommonModule, JButtonComponent], template: "<div class=\"relative rounded bg-foreground pl-5 pt-3 m-0 border border-border dark:border-dark-border\">\r\n <div class=\"absolute top-4 right-4\">\r\n <JButton (clicked)=\"copyCode()\" [icon]=\"icons['copy']\" [iconChange]=\"icons['check']\"\r\n [isChangeIcon]=\"copied\" [iconSize]=\"15\" tooltip=\"Copiar\" classes=\"w-[25px] h-[25px] text-white\" />\r\n </div>\r\n <pre class=\"p-5\">\r\n <code #codeRef class=\"language-{{language}}\"></code>\r\n </pre>\r\n</div>", styles: ["pre,code{margin:0!important;padding:0!important;background:transparent!important;line-height:1.5;font-size:.85rem}.hljs{background:transparent!important;border-radius:0!important}\n"] }]
|
|
4496
|
-
}], propDecorators: { code: [{
|
|
4497
|
-
type: Input
|
|
4498
|
-
}], language: [{
|
|
4499
|
-
type: Input
|
|
4500
|
-
}], codeRef: [{
|
|
4501
|
-
type: ViewChild,
|
|
4502
|
-
args: ['codeRef']
|
|
4503
|
-
}] } });
|
|
4504
|
-
|
|
4505
4453
|
// =======================================
|
|
4506
4454
|
// Publicar libreria
|
|
4507
4455
|
// =======================================
|
|
@@ -4519,5 +4467,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
4519
4467
|
* Generated bundle index. Do not edit.
|
|
4520
4468
|
*/
|
|
4521
4469
|
|
|
4522
|
-
export { API_URL, CardComponent, JAlertDialogComponent, JAlertDialogService, JAlertToastComponent, JAlertToastService, JButtonComponent, JCheckboxComponent,
|
|
4470
|
+
export { API_URL, CardComponent, JAlertDialogComponent, JAlertDialogService, JAlertToastComponent, JAlertToastService, JButtonComponent, JCheckboxComponent, JDialogComponent, JDialogShared, JErrorHandlerService, JFilterComponent, JFormComponent, JFormShared, JGenericService, JHttpParamsService, JInputComponent, JLabelComponent, JModeToggleComponent, JPaginatorComponent, JSelectComponent, JTableComponent, JThemeComponent, JToggleRadioComponent, JTooltipModule };
|
|
4523
4471
|
//# sourceMappingURL=tailjng.mjs.map
|