@datarailsshared/datarailsshared 1.6.238 → 1.6.240
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/datarailsshared-datarailsshared-1.6.240.tgz +0 -0
- package/esm2022/lib/dr-divider/dr-divider.component.mjs +41 -0
- package/esm2022/local-api.mjs +2 -1
- package/fesm2022/datarailsshared-datarailsshared.mjs +40 -1
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/lib/dr-divider/dr-divider.component.d.ts +10 -0
- package/local-api.d.ts +1 -0
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.6.238.tgz +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DrDividerComponent {
|
|
3
|
+
orientation: 'horizontal' | 'vertical';
|
|
4
|
+
readonly role = "separator";
|
|
5
|
+
get ariaOrientation(): string;
|
|
6
|
+
get horizontal(): boolean;
|
|
7
|
+
get vertical(): boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DrDividerComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrDividerComponent, "dr-divider", never, { "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
package/local-api.d.ts
CHANGED
|
@@ -174,3 +174,4 @@ export * from './lib/truncate-text/truncate-text.directive';
|
|
|
174
174
|
export * from './lib/directives/autofocus/autofocus.directive';
|
|
175
175
|
export * from './lib/filter-dropdown/filter-dropdown.component';
|
|
176
176
|
export * from './lib/dr-grid/dr-grid';
|
|
177
|
+
export * from './lib/dr-divider/dr-divider.component';
|
package/package.json
CHANGED
|
Binary file
|