@trudb/tru-common-lib 0.0.355 → 0.0.357
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/esm2020/lib/assets/tru-icon-module.mjs +2 -2
- package/esm2020/lib/base-classes/tru-edit-control-config-base.mjs +1 -1
- package/fesm2015/trudb-tru-common-lib.mjs +1 -1
- package/fesm2015/trudb-tru-common-lib.mjs.map +1 -1
- package/fesm2020/trudb-tru-common-lib.mjs +1 -1
- package/fesm2020/trudb-tru-common-lib.mjs.map +1 -1
- package/lib/base-classes/tru-edit-control-config-base.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5538,7 +5538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
|
|
|
5538
5538
|
}], ctorParameters: function () { return []; } });
|
|
5539
5539
|
|
|
5540
5540
|
const GO_TO_ICON = `
|
|
5541
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="
|
|
5541
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path d="M216-144q-29.7 0-50.85-21.15Q144-186.3 144-216v-528q0-29.7 21.15-50.85Q186.3-816 216-816h264v72H216v528h528v-264h72v264q0 29.7-21.15 50.85Q773.7-144 744-144H216Zm171-192-51-51 357-357H576v-72h240v240h-72v-117L387-336Z"/></svg>
|
|
5542
5542
|
`;
|
|
5543
5543
|
class TruIconModule {
|
|
5544
5544
|
constructor(sanitizer, iconRegistry) {
|