@skyux/grids 5.6.0 → 5.7.0
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/bundles/skyux-grids.umd.js +23 -22
- package/documentation.json +68 -111
- package/esm2015/lib/modules/grid/grid.component.js +6 -5
- package/esm2015/lib/modules/grid/grid.component.js.map +1 -1
- package/esm2015/lib/modules/grid/grid.module.js +4 -4
- package/esm2015/lib/modules/grid/grid.module.js.map +1 -1
- package/esm2015/lib/modules/shared/{skyux-grids-resources.module.js → sky-grids-resources.module.js} +10 -10
- package/esm2015/lib/modules/shared/sky-grids-resources.module.js.map +1 -0
- package/fesm2015/skyux-grids.js +18 -17
- package/fesm2015/skyux-grids.js.map +1 -1
- package/lib/modules/grid/grid.component.d.ts +1 -2
- package/lib/modules/grid/grid.module.d.ts +2 -2
- package/lib/modules/shared/sky-grids-resources.module.d.ts +14 -0
- package/package.json +18 -18
- package/esm2015/lib/modules/shared/skyux-grids-resources.module.js.map +0 -1
- package/lib/modules/shared/skyux-grids-resources.module.d.ts +0 -14
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"skyux-grids-resources.module.js","sourceRoot":"","sources":["../../../../../../../../libs/components/grids/src/lib/modules/shared/skyux-grids-resources.module.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,2BAA2B,EAE3B,aAAa,EAGb,qBAAqB,GACtB,MAAM,aAAa,CAAC;;AAErB,MAAM,SAAS,GAA0C;IACvD,OAAO,EAAE,EAAE,iCAAiC,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE;CAC1E,CAAC;AAEF,MAAM,OAAO,2BAA2B;IAC/B,SAAS,CAAC,UAA4B,EAAE,IAAY;QACzD,OAAO,qBAAqB,CAAC,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;CACF;AAED;;GAEG;AAWH,MAAM,OAAO,yBAAyB;;uHAAzB,yBAAyB;wHAAzB,yBAAyB,YAT1B,aAAa;wHASZ,yBAAyB,aARzB;QACT;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,2BAA2B;YACrC,KAAK,EAAE,IAAI;SACZ;KACF,YAPS,aAAa;4FASZ,yBAAyB;kBAVrC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,aAAa,CAAC;oBACxB,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,2BAA2B;4BACpC,QAAQ,EAAE,2BAA2B;4BACrC,KAAK,EAAE,IAAI;yBACZ;qBACF;iBACF","sourcesContent":["/**\n * NOTICE: DO NOT MODIFY THIS FILE!\n * The contents of this file were automatically generated by\n * the 'ng generate @skyux/i18n:lib-resources-module modules/shared/skyux-grids' schematic.\n * To update this file, simply rerun the command.\n */\nimport { NgModule } from '@angular/core';\nimport {\n SKY_LIB_RESOURCES_PROVIDERS,\n SkyAppLocaleInfo,\n SkyI18nModule,\n SkyLibResources,\n SkyLibResourcesProvider,\n getLibStringForLocale,\n} from '@skyux/i18n';\n\nconst RESOURCES: { [locale: string]: SkyLibResources } = {\n 'EN-US': { skyux_grid_multiselect_select_row: { message: 'Select row' } },\n};\n\nexport class SkyuxGridsResourcesProvider implements SkyLibResourcesProvider {\n public getString(localeInfo: SkyAppLocaleInfo, name: string): string {\n return getLibStringForLocale(RESOURCES, localeInfo.locale, name);\n }\n}\n\n/**\n * Import into any component library module that needs to use resource strings.\n */\n@NgModule({\n exports: [SkyI18nModule],\n providers: [\n {\n provide: SKY_LIB_RESOURCES_PROVIDERS,\n useClass: SkyuxGridsResourcesProvider,\n multi: true,\n },\n ],\n})\nexport class SkyuxGridsResourcesModule {}\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SkyAppLocaleInfo, SkyLibResourcesProvider } from '@skyux/i18n';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@skyux/i18n";
|
|
4
|
-
export declare class SkyuxGridsResourcesProvider implements SkyLibResourcesProvider {
|
|
5
|
-
getString(localeInfo: SkyAppLocaleInfo, name: string): string;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Import into any component library module that needs to use resource strings.
|
|
9
|
-
*/
|
|
10
|
-
export declare class SkyuxGridsResourcesModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SkyuxGridsResourcesModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SkyuxGridsResourcesModule, never, never, [typeof i1.SkyI18nModule]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SkyuxGridsResourcesModule>;
|
|
14
|
-
}
|