@rt-tools/ui-kit 0.0.23 → 0.0.25
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/rt-tools-ui-kit.mjs +84 -20
- package/fesm2022/rt-tools-ui-kit.mjs.map +1 -1
- package/package.json +1 -1
- package/rt-tools-ui-kit-0.0.25.tgz +0 -0
- package/src/lib/ui-kit/buttons/unified-button/rtui-button.component.scss +35 -2
- package/types/rt-tools-ui-kit.d.ts +123 -48
- package/rt-tools-ui-kit-0.0.23.tgz +0 -0
package/package.json
CHANGED
|
Binary file
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
display: block;
|
|
7
7
|
width: 100%;
|
|
8
8
|
|
|
9
|
-
.rtui-button
|
|
9
|
+
.rtui-button,
|
|
10
|
+
.rtui-button-material {
|
|
10
11
|
width: 100%;
|
|
11
12
|
}
|
|
12
13
|
}
|
|
@@ -103,11 +104,11 @@
|
|
|
103
104
|
|
|
104
105
|
/* ===================== pill ===================== */
|
|
105
106
|
&--type-pill {
|
|
106
|
-
gap: 0.375rem;
|
|
107
107
|
border-radius: 1.5rem;
|
|
108
108
|
background-color: var(--mat-sys-surface-container-high);
|
|
109
109
|
color: var(--mat-sys-on-surface-variant);
|
|
110
110
|
font-weight: 500;
|
|
111
|
+
gap: 0.375rem;
|
|
111
112
|
|
|
112
113
|
&:hover:not(:disabled) {
|
|
113
114
|
background-color: var(--mat-sys-surface-container-highest);
|
|
@@ -246,3 +247,35 @@
|
|
|
246
247
|
}
|
|
247
248
|
}
|
|
248
249
|
}
|
|
250
|
+
|
|
251
|
+
/* ===================== design: material =====================
|
|
252
|
+
Under `design: 'material'` the pill renders a NATIVE Material button (see the
|
|
253
|
+
template) whose look is fully owned by the Material theme. The only styling
|
|
254
|
+
the library adds is the variant mapping: `danger` re-points the button's own
|
|
255
|
+
theme tokens at the M3 error role (M3 has no success/warning roles, so every
|
|
256
|
+
other variant keeps the theme primary). */
|
|
257
|
+
.rtui-button-material {
|
|
258
|
+
rtui-spinner {
|
|
259
|
+
display: flex;
|
|
260
|
+
align-items: center;
|
|
261
|
+
justify-content: center;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
&--danger {
|
|
265
|
+
--mat-button-filled-container-color: var(--mat-sys-error);
|
|
266
|
+
--mat-button-filled-label-text-color: var(--mat-sys-on-error);
|
|
267
|
+
--mat-button-filled-state-layer-color: var(--mat-sys-on-error);
|
|
268
|
+
--mat-button-filled-ripple-color: color-mix(in srgb, var(--mat-sys-on-error) 12%, transparent);
|
|
269
|
+
--mat-button-outlined-label-text-color: var(--mat-sys-error);
|
|
270
|
+
--mat-button-outlined-outline-color: var(--mat-sys-error);
|
|
271
|
+
--mat-button-outlined-state-layer-color: var(--mat-sys-error);
|
|
272
|
+
--mat-button-outlined-ripple-color: color-mix(in srgb, var(--mat-sys-error) 12%, transparent);
|
|
273
|
+
--mat-button-text-label-text-color: var(--mat-sys-error);
|
|
274
|
+
--mat-button-text-state-layer-color: var(--mat-sys-error);
|
|
275
|
+
--mat-button-text-ripple-color: color-mix(in srgb, var(--mat-sys-error) 12%, transparent);
|
|
276
|
+
--mat-button-tonal-container-color: var(--mat-sys-error-container);
|
|
277
|
+
--mat-button-tonal-label-text-color: var(--mat-sys-on-error-container);
|
|
278
|
+
--mat-button-tonal-state-layer-color: var(--mat-sys-on-error-container);
|
|
279
|
+
--mat-button-tonal-ripple-color: color-mix(in srgb, var(--mat-sys-on-error-container) 12%, transparent);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
@@ -10,6 +10,7 @@ import { OverlayRef, ComponentType, ConnectedPosition, CdkOverlayOrigin } from '
|
|
|
10
10
|
import { ComponentType as ComponentType$1 } from '@angular/cdk/portal';
|
|
11
11
|
import { HttpErrorResponse } from '@angular/common/http';
|
|
12
12
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
13
|
+
import { MatButtonAppearance } from '@angular/material/button';
|
|
13
14
|
import * as i1 from '@angular/material/tooltip';
|
|
14
15
|
import { TooltipPosition } from '@angular/material/tooltip';
|
|
15
16
|
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
@@ -283,6 +284,106 @@ declare class RtuiAsideContainerComponent {
|
|
|
283
284
|
static ɵcmp: i0.ɵɵComponentDeclaration<RtuiAsideContainerComponent, "rtui-aside-container", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "isMobile": { "alias": "isMobile"; "required": true; "isSignal": true; }; "isSubmitButtonDisabled": { "alias": "isSubmitButtonDisabled"; "required": true; "isSignal": true; }; "isFooterShown": { "alias": "isFooterShown"; "required": false; "isSignal": true; }; "pending": { "alias": "pending"; "required": false; "isSignal": true; }; "isRequestErrorShown": { "alias": "isRequestErrorShown"; "required": false; "isSignal": true; }; "headerActionsButtons": { "alias": "headerActionsButtons"; "required": false; "isSignal": true; }; "requestError": { "alias": "requestError"; "required": false; "isSignal": true; }; "submitButtonTitle": { "alias": "submitButtonTitle"; "required": false; "isSignal": true; }; "cancelButtonTitle": { "alias": "cancelButtonTitle"; "required": false; "isSignal": true; }; "submitButtonTooltip": { "alias": "submitButtonTooltip"; "required": false; "isSignal": true; }; }, { "submitAction": "submitAction"; "cancelAction": "cancelAction"; "headerAction": "headerAction"; }, ["headerTpl"], ["*"], true, never>;
|
|
284
285
|
}
|
|
285
286
|
|
|
287
|
+
declare enum RT_THEME_ENUM {
|
|
288
|
+
LIGHT = "light",
|
|
289
|
+
DARK = "dark",
|
|
290
|
+
AUTO = "auto"
|
|
291
|
+
}
|
|
292
|
+
type RtThemeType = `${RT_THEME_ENUM}`;
|
|
293
|
+
declare const RT_THEME_STORAGE_KEY: string;
|
|
294
|
+
declare const RT_DARK_CLASS: string;
|
|
295
|
+
declare const RT_THEME_AUTO_CLASS: string;
|
|
296
|
+
declare const RT_THEME_ATTRIBUTE: string;
|
|
297
|
+
/**
|
|
298
|
+
* Accent roles whose `--rt-color-{role}-{0..100}` indirection rows a custom
|
|
299
|
+
* color scheme may override. The semantic accent tier
|
|
300
|
+
* (`--rt-bg/text/icon/border-accent-*`) derives entirely from these rows.
|
|
301
|
+
*/
|
|
302
|
+
declare enum RT_ACCENT_ROLE_ENUM {
|
|
303
|
+
PRIMARY = "primary",
|
|
304
|
+
INFO = "info",
|
|
305
|
+
SUCCESS = "success",
|
|
306
|
+
WARNING = "warning",
|
|
307
|
+
DANGER = "danger",
|
|
308
|
+
BRAND = "brand"
|
|
309
|
+
}
|
|
310
|
+
type RtAccentRole = `${RT_ACCENT_ROLE_ENUM}`;
|
|
311
|
+
/**
|
|
312
|
+
* A brand palette: per accent role, a tonal ramp mapping tone step (0–100)
|
|
313
|
+
* to a CSS color. One ramp serves both light and dark (the mode picks the tone).
|
|
314
|
+
* Partial ramps are allowed — unset tones keep the rt-tools defaults.
|
|
315
|
+
*
|
|
316
|
+
* @example
|
|
317
|
+
* const teal: RtColorSchemeRamp = {
|
|
318
|
+
* primary: { 20: '#b3e3e1', 40: '#5cb8b5', 60: '#1a9d99', 100: '#008582' },
|
|
319
|
+
* brand: { 20: '#e8e8e8', 100: '#008582' },
|
|
320
|
+
* };
|
|
321
|
+
*/
|
|
322
|
+
type RtColorSchemeRamp = Partial<Record<RtAccentRole, Record<number, string>>>;
|
|
323
|
+
/** `'default'`/`null` clears the active scheme (back to the rt-tools palette). */
|
|
324
|
+
declare const RT_DEFAULT_SCHEME: string;
|
|
325
|
+
declare const RT_COLOR_SCHEME_STORAGE_KEY: string;
|
|
326
|
+
declare const RT_SCHEME_ATTRIBUTE: string;
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Design system a control renders with:
|
|
330
|
+
* - `'custom'` — the rt-tools look (design tokens, pill shapes). The default.
|
|
331
|
+
* - `'material'` — the control renders a NATIVE Angular Material component
|
|
332
|
+
* (e.g. the button pill becomes a real `matButton`), for apps that have not
|
|
333
|
+
* migrated their visual language yet or need to match surrounding Material controls.
|
|
334
|
+
*/
|
|
335
|
+
type RtUiDesign = 'material' | 'custom';
|
|
336
|
+
declare namespace IRtUiConfig {
|
|
337
|
+
/** Global defaults applied app-wide unless a component-level setting or an input overrides them. */
|
|
338
|
+
interface Global {
|
|
339
|
+
/** Initial theme used when the user has no persisted preference. */
|
|
340
|
+
theme?: RtThemeType;
|
|
341
|
+
/** Initial brand color scheme (see `RtThemeService.registerColorScheme`) when none is persisted. */
|
|
342
|
+
colorScheme?: string;
|
|
343
|
+
/** Default design for every design-aware control. */
|
|
344
|
+
design?: RtUiDesign;
|
|
345
|
+
}
|
|
346
|
+
/** Per-instance-overridable defaults for `rtui-button`. */
|
|
347
|
+
interface Button {
|
|
348
|
+
design?: RtUiDesign;
|
|
349
|
+
size?: IRtuiButton.Size;
|
|
350
|
+
radius?: IRtuiButton.Radius;
|
|
351
|
+
appearance?: IRtuiButton.Appearance;
|
|
352
|
+
}
|
|
353
|
+
/** Component-level settings. Each entry overrides `global` for that component only. */
|
|
354
|
+
interface Components {
|
|
355
|
+
button?: Button;
|
|
356
|
+
}
|
|
357
|
+
interface Config {
|
|
358
|
+
global?: Global;
|
|
359
|
+
components?: Components;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* Application-wide UI configuration for rt-tools components.
|
|
364
|
+
*
|
|
365
|
+
* Resolution order (most specific wins):
|
|
366
|
+
* 1. the component input on a concrete instance,
|
|
367
|
+
* 2. `components.<name>` in this config,
|
|
368
|
+
* 3. `global` in this config,
|
|
369
|
+
* 4. the library default.
|
|
370
|
+
*
|
|
371
|
+
* Provide it via {@link provideRtUi}:
|
|
372
|
+
* ```typescript
|
|
373
|
+
* bootstrapApplication(RootComponent, {
|
|
374
|
+
* providers: [
|
|
375
|
+
* provideRtUi({
|
|
376
|
+
* global: { theme: 'auto', design: 'custom' },
|
|
377
|
+
* components: { button: { design: 'material' } },
|
|
378
|
+
* }),
|
|
379
|
+
* ],
|
|
380
|
+
* });
|
|
381
|
+
* ```
|
|
382
|
+
*
|
|
383
|
+
* @publicApi
|
|
384
|
+
*/
|
|
385
|
+
declare const RT_UI_CONFIG: InjectionToken<IRtUiConfig.Config>;
|
|
386
|
+
|
|
286
387
|
type RtuiIconSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | '3xl';
|
|
287
388
|
type RtuiIconThemeType = 'inherit' | 'primary' | 'primary-strong' | 'neutral' | 'disabled' | 'muted' | 'white' | 'danger' | 'success';
|
|
288
389
|
declare class RtuiIconComponent {
|
|
@@ -308,14 +409,23 @@ declare namespace IRtuiButton {
|
|
|
308
409
|
type IconPosition = 'start' | 'end';
|
|
309
410
|
}
|
|
310
411
|
declare class RtuiButtonComponent {
|
|
412
|
+
#private;
|
|
413
|
+
/** Design system the button renders with — see {@link RtUiDesign}. */
|
|
414
|
+
protected readonly resolvedDesign: Signal<RtUiDesign>;
|
|
415
|
+
protected readonly resolvedSize: Signal<IRtuiButton.Size>;
|
|
416
|
+
protected readonly resolvedRadius: Signal<IRtuiButton.Radius>;
|
|
417
|
+
protected readonly resolvedAppearance: Signal<IRtuiButton.Appearance | undefined>;
|
|
418
|
+
/** Native Material button appearance the pill renders with under `design: 'material'`. */
|
|
419
|
+
protected readonly materialAppearance: Signal<MatButtonAppearance>;
|
|
311
420
|
protected readonly resolvedIconSize: Signal<RtuiIconSizeType>;
|
|
312
421
|
protected readonly spinnerSize: Signal<number>;
|
|
313
422
|
protected readonly modifiers: Signal<Record<string, boolean>>;
|
|
314
423
|
readonly type: InputSignal<IRtuiButton.Type>;
|
|
424
|
+
readonly design: InputSignal<RtUiDesign | undefined>;
|
|
315
425
|
readonly variant: InputSignal<IRtuiButton.Variant>;
|
|
316
426
|
readonly appearance: InputSignal<IRtuiButton.Appearance | undefined>;
|
|
317
|
-
readonly size: InputSignal<IRtuiButton.Size>;
|
|
318
|
-
readonly radius: InputSignal<IRtuiButton.Radius>;
|
|
427
|
+
readonly size: InputSignal<IRtuiButton.Size | undefined>;
|
|
428
|
+
readonly radius: InputSignal<IRtuiButton.Radius | undefined>;
|
|
319
429
|
readonly icon: InputSignalWithTransform<string, unknown>;
|
|
320
430
|
readonly iconPosition: InputSignal<IRtuiButton.IconPosition>;
|
|
321
431
|
readonly iconSize: InputSignal<RtuiIconSizeType | undefined>;
|
|
@@ -328,7 +438,7 @@ declare class RtuiButtonComponent {
|
|
|
328
438
|
readonly clicked: OutputEmitterRef<void>;
|
|
329
439
|
protected onClick(): void;
|
|
330
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<RtuiButtonComponent, never>;
|
|
331
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RtuiButtonComponent, "rtui-button", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "outlined": { "alias": "outlined"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "spinnerDiameter": { "alias": "spinnerDiameter"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], true, [{ directive: typeof i1.MatTooltip; inputs: { "matTooltip": "tooltip"; "matTooltipPosition": "tooltipPosition"; "matTooltipDisabled": "tooltipDisabled"; "matTooltipClass": "tooltipClass"; }; outputs: {}; }]>;
|
|
441
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtuiButtonComponent, "rtui-button", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "outlined": { "alias": "outlined"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "spinnerDiameter": { "alias": "spinnerDiameter"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*", "*"], true, [{ directive: typeof i1.MatTooltip; inputs: { "matTooltip": "tooltip"; "matTooltipPosition": "tooltipPosition"; "matTooltipDisabled": "tooltipDisabled"; "matTooltipClass": "tooltipClass"; }; outputs: {}; }]>;
|
|
332
442
|
}
|
|
333
443
|
|
|
334
444
|
declare class RtuiMultiButtonComponent {
|
|
@@ -998,17 +1108,23 @@ declare class RtuiTableRowClickDirective<ENTITY_TYPE extends Record<string, unkn
|
|
|
998
1108
|
/**
|
|
999
1109
|
* Returns a set of the necessary dependency injection providers for managing the UI.
|
|
1000
1110
|
*
|
|
1111
|
+
* Optionally accepts an application-wide {@link RT_UI_CONFIG UI configuration} with
|
|
1112
|
+
* global theme/design defaults and per-component settings:
|
|
1113
|
+
*
|
|
1001
1114
|
* ```typescript
|
|
1002
1115
|
* bootstrapApplication(RootComponent, {
|
|
1003
1116
|
* providers: [
|
|
1004
|
-
* provideRtUi(
|
|
1117
|
+
* provideRtUi({
|
|
1118
|
+
* global: { theme: 'auto', design: 'custom' },
|
|
1119
|
+
* components: { button: { design: 'material' } },
|
|
1120
|
+
* })
|
|
1005
1121
|
* ]
|
|
1006
1122
|
* });
|
|
1007
1123
|
* ```
|
|
1008
1124
|
*
|
|
1009
1125
|
* @publicApi
|
|
1010
1126
|
*/
|
|
1011
|
-
declare function provideRtUi(): Provider[];
|
|
1127
|
+
declare function provideRtUi(config?: IRtUiConfig.Config): Provider[];
|
|
1012
1128
|
|
|
1013
1129
|
declare namespace IRtSnackBar {
|
|
1014
1130
|
interface Config extends MatSnackBarConfig {
|
|
@@ -1608,47 +1724,6 @@ declare class RtActionBarService {
|
|
|
1608
1724
|
static ɵprov: i0.ɵɵInjectableDeclaration<RtActionBarService>;
|
|
1609
1725
|
}
|
|
1610
1726
|
|
|
1611
|
-
declare enum RT_THEME_ENUM {
|
|
1612
|
-
LIGHT = "light",
|
|
1613
|
-
DARK = "dark",
|
|
1614
|
-
AUTO = "auto"
|
|
1615
|
-
}
|
|
1616
|
-
type RtThemeType = `${RT_THEME_ENUM}`;
|
|
1617
|
-
declare const RT_THEME_STORAGE_KEY: string;
|
|
1618
|
-
declare const RT_DARK_CLASS: string;
|
|
1619
|
-
declare const RT_THEME_AUTO_CLASS: string;
|
|
1620
|
-
declare const RT_THEME_ATTRIBUTE: string;
|
|
1621
|
-
/**
|
|
1622
|
-
* Accent roles whose `--rt-color-{role}-{0..100}` indirection rows a custom
|
|
1623
|
-
* color scheme may override. The semantic accent tier
|
|
1624
|
-
* (`--rt-bg/text/icon/border-accent-*`) derives entirely from these rows.
|
|
1625
|
-
*/
|
|
1626
|
-
declare enum RT_ACCENT_ROLE_ENUM {
|
|
1627
|
-
PRIMARY = "primary",
|
|
1628
|
-
INFO = "info",
|
|
1629
|
-
SUCCESS = "success",
|
|
1630
|
-
WARNING = "warning",
|
|
1631
|
-
DANGER = "danger",
|
|
1632
|
-
BRAND = "brand"
|
|
1633
|
-
}
|
|
1634
|
-
type RtAccentRole = `${RT_ACCENT_ROLE_ENUM}`;
|
|
1635
|
-
/**
|
|
1636
|
-
* A brand palette: per accent role, a tonal ramp mapping tone step (0–100)
|
|
1637
|
-
* to a CSS color. One ramp serves both light and dark (the mode picks the tone).
|
|
1638
|
-
* Partial ramps are allowed — unset tones keep the rt-tools defaults.
|
|
1639
|
-
*
|
|
1640
|
-
* @example
|
|
1641
|
-
* const teal: RtColorSchemeRamp = {
|
|
1642
|
-
* primary: { 20: '#b3e3e1', 40: '#5cb8b5', 60: '#1a9d99', 100: '#008582' },
|
|
1643
|
-
* brand: { 20: '#e8e8e8', 100: '#008582' },
|
|
1644
|
-
* };
|
|
1645
|
-
*/
|
|
1646
|
-
type RtColorSchemeRamp = Partial<Record<RtAccentRole, Record<number, string>>>;
|
|
1647
|
-
/** `'default'`/`null` clears the active scheme (back to the rt-tools palette). */
|
|
1648
|
-
declare const RT_DEFAULT_SCHEME: string;
|
|
1649
|
-
declare const RT_COLOR_SCHEME_STORAGE_KEY: string;
|
|
1650
|
-
declare const RT_SCHEME_ATTRIBUTE: string;
|
|
1651
|
-
|
|
1652
1727
|
/**
|
|
1653
1728
|
* Global theme + color-scheme switcher for the rt-tools design tokens.
|
|
1654
1729
|
*
|
|
@@ -1707,5 +1782,5 @@ declare class RtThemeDirective {
|
|
|
1707
1782
|
static ɵdir: i0.ɵɵDirectiveDeclaration<RtThemeDirective, "[rtTheme]", never, { "rtTheme": { "alias": "rtTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1708
1783
|
}
|
|
1709
1784
|
|
|
1710
|
-
export { ASIDE_BUTTONS_ENUM, ASIDE_REF, AsideRef, DEFAULT_PAGE_MODEL, DEFAULT_PAGE_SIZE, IAside, IModal, INFO_BADGE_SIZE_ENUM, INFO_BADGE_TYPE_ENUM, IRtActionBar, IRtSnackBar, IRtuiButton, ISideMenu, ITable, MODAL_WINDOW_SIZE_ENUM, RTUI_TABLE_COMPONENT_TOKEN, RTUI_TABLE_STOP_ROW_CLICK_ATTRIBUTE, RT_ACCENT_ROLE_ENUM, RT_COLOR_SCHEME_STORAGE_KEY, RT_DARK_CLASS, RT_DEFAULT_SCHEME, RT_SCHEME_ATTRIBUTE, RT_THEME_ATTRIBUTE, RT_THEME_AUTO_CLASS, RT_THEME_ENUM, RT_THEME_STORAGE_KEY, RtActionBarService, RtAsideService, RtDynamicListSelectorsDirective, RtModalService, RtPopoverDirective, RtSnackBarService, RtTableConfigService, RtTableSelectorsDirective, RtThemeDirective, RtThemeService, RtuiActionBarComponent, RtuiActionBarContainerComponent, RtuiAsideContainerComponent, RtuiAsideContainerHeaderDirective, RtuiButtonComponent, RtuiClearButtonComponent, RtuiCustomTableCellsDirective, RtuiDynamicInputAdditionalControlDirective, RtuiDynamicInputComponent, RtuiDynamicListComponent, RtuiDynamicListCustomTableCellsDirective, RtuiDynamicListRowActionsDirective, RtuiDynamicListRowAdditionalActionsDirective, RtuiDynamicListToolbarActionsDirective, RtuiDynamicListToolbarSelectorsDirective, RtuiDynamicSelectorAdditionalControlDirective, RtuiDynamicSelectorComponent, RtuiDynamicSelectorItemAdditionalControlDirective, RtuiDynamicSelectorItemTitleDirective, RtuiDynamicSelectorItemTitleProjectionDirective, RtuiDynamicSelectorListActionsComponent, RtuiDynamicSelectorPlaceholderComponent, RtuiDynamicSelectorSelectedListComponent, RtuiFileUploadComponent, RtuiHeaderCenterDirective, RtuiHeaderComponent, RtuiHeaderLeftDirective, RtuiHeaderRightDirective, RtuiIconComponent, RtuiImageUploadComponent, RtuiInfoBadgeComponent, RtuiModalComponent, RtuiMultiButtonComponent, RtuiMultiSelectorPopupComponent, RtuiPaginationComponent, RtuiScrollableContainerComponent, RtuiScrollableContainerContentDirective, RtuiScrollableContainerFooterDirective, RtuiScrollableContainerHeaderDirective, RtuiSideMenuComponent, RtuiSideMenuFooterDirective, RtuiSideMenuHeaderDirective, RtuiSnackBarComponent, RtuiSpinnerComponent, RtuiStopTableRowClickDirective, RtuiTableAdditionalRowActionsDirective, RtuiTableComponent, RtuiTableRowActionsDirective, RtuiTableRowClickDirective, RtuiToggleComponent, RtuiToolbarCenterDirective, RtuiToolbarComponent, RtuiToolbarLeftDirective, RtuiToolbarRightDirective, TABLE_COLUMN_FILTER_TYPES_ENUM, TABLE_COLUMN_TYPES_ENUM, TEXT_CELL_COLOR_ENUM, TOGGLE_SIZE_TYPE_ENUM, darkenHexColor, ddServices, getColorBasedOnBackground, progressDecreaseAnimation, progressIncreaseAnimation, provideRtUi };
|
|
1711
|
-
export type { AsideButtonsType, AsidePositions, IImageUploadFormat, IInfoBadgeSizeType, IRtuiTable, Icon, IconSideType, InfoBadgeType, MenuItemTrigger, ModalWindowSizeType, NameValueType, RtAccentRole, RtColorSchemeRamp, RtThemeType, RtuiIconSizeType, RtuiIconThemeType, Select, ToggleSizeType };
|
|
1785
|
+
export { ASIDE_BUTTONS_ENUM, ASIDE_REF, AsideRef, DEFAULT_PAGE_MODEL, DEFAULT_PAGE_SIZE, IAside, IModal, INFO_BADGE_SIZE_ENUM, INFO_BADGE_TYPE_ENUM, IRtActionBar, IRtSnackBar, IRtUiConfig, IRtuiButton, ISideMenu, ITable, MODAL_WINDOW_SIZE_ENUM, RTUI_TABLE_COMPONENT_TOKEN, RTUI_TABLE_STOP_ROW_CLICK_ATTRIBUTE, RT_ACCENT_ROLE_ENUM, RT_COLOR_SCHEME_STORAGE_KEY, RT_DARK_CLASS, RT_DEFAULT_SCHEME, RT_SCHEME_ATTRIBUTE, RT_THEME_ATTRIBUTE, RT_THEME_AUTO_CLASS, RT_THEME_ENUM, RT_THEME_STORAGE_KEY, RT_UI_CONFIG, RtActionBarService, RtAsideService, RtDynamicListSelectorsDirective, RtModalService, RtPopoverDirective, RtSnackBarService, RtTableConfigService, RtTableSelectorsDirective, RtThemeDirective, RtThemeService, RtuiActionBarComponent, RtuiActionBarContainerComponent, RtuiAsideContainerComponent, RtuiAsideContainerHeaderDirective, RtuiButtonComponent, RtuiClearButtonComponent, RtuiCustomTableCellsDirective, RtuiDynamicInputAdditionalControlDirective, RtuiDynamicInputComponent, RtuiDynamicListComponent, RtuiDynamicListCustomTableCellsDirective, RtuiDynamicListRowActionsDirective, RtuiDynamicListRowAdditionalActionsDirective, RtuiDynamicListToolbarActionsDirective, RtuiDynamicListToolbarSelectorsDirective, RtuiDynamicSelectorAdditionalControlDirective, RtuiDynamicSelectorComponent, RtuiDynamicSelectorItemAdditionalControlDirective, RtuiDynamicSelectorItemTitleDirective, RtuiDynamicSelectorItemTitleProjectionDirective, RtuiDynamicSelectorListActionsComponent, RtuiDynamicSelectorPlaceholderComponent, RtuiDynamicSelectorSelectedListComponent, RtuiFileUploadComponent, RtuiHeaderCenterDirective, RtuiHeaderComponent, RtuiHeaderLeftDirective, RtuiHeaderRightDirective, RtuiIconComponent, RtuiImageUploadComponent, RtuiInfoBadgeComponent, RtuiModalComponent, RtuiMultiButtonComponent, RtuiMultiSelectorPopupComponent, RtuiPaginationComponent, RtuiScrollableContainerComponent, RtuiScrollableContainerContentDirective, RtuiScrollableContainerFooterDirective, RtuiScrollableContainerHeaderDirective, RtuiSideMenuComponent, RtuiSideMenuFooterDirective, RtuiSideMenuHeaderDirective, RtuiSnackBarComponent, RtuiSpinnerComponent, RtuiStopTableRowClickDirective, RtuiTableAdditionalRowActionsDirective, RtuiTableComponent, RtuiTableRowActionsDirective, RtuiTableRowClickDirective, RtuiToggleComponent, RtuiToolbarCenterDirective, RtuiToolbarComponent, RtuiToolbarLeftDirective, RtuiToolbarRightDirective, TABLE_COLUMN_FILTER_TYPES_ENUM, TABLE_COLUMN_TYPES_ENUM, TEXT_CELL_COLOR_ENUM, TOGGLE_SIZE_TYPE_ENUM, darkenHexColor, ddServices, getColorBasedOnBackground, progressDecreaseAnimation, progressIncreaseAnimation, provideRtUi };
|
|
1786
|
+
export type { AsideButtonsType, AsidePositions, IImageUploadFormat, IInfoBadgeSizeType, IRtuiTable, Icon, IconSideType, InfoBadgeType, MenuItemTrigger, ModalWindowSizeType, NameValueType, RtAccentRole, RtColorSchemeRamp, RtThemeType, RtUiDesign, RtuiIconSizeType, RtuiIconThemeType, Select, ToggleSizeType };
|
|
Binary file
|