@raintonic/formaui 0.4.0 → 0.9.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/CHANGELOG.md +80 -35
- package/README.md +22 -26
- package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs +39 -41
- package/fesm2022/raintonic-formaui-cdk-drag-drop.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-cdk-form-field.mjs +207 -3
- package/fesm2022/raintonic-formaui-cdk-form-field.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-cdk-overlay.mjs +19 -1
- package/fesm2022/raintonic-formaui-cdk-overlay.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs +5 -12
- package/fesm2022/raintonic-formaui-cdk-virtual-scroll.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-accordion.mjs +8 -5
- package/fesm2022/raintonic-formaui-components-accordion.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-alert.mjs +16 -2
- package/fesm2022/raintonic-formaui-components-alert.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-autocomplete.mjs +255 -462
- package/fesm2022/raintonic-formaui-components-autocomplete.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-avatar.mjs +34 -59
- package/fesm2022/raintonic-formaui-components-avatar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-badge.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-badge.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-breadcrumb.mjs +4 -4
- package/fesm2022/raintonic-formaui-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-button-group.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-button-group.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-button.mjs +15 -20
- package/fesm2022/raintonic-formaui-components-button.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-card.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-card.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-checkbox.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-checkbox.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-chip.mjs +97 -0
- package/fesm2022/raintonic-formaui-components-chip.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-data-table.mjs +69 -29
- package/fesm2022/raintonic-formaui-components-data-table.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-date-picker.mjs +223 -144
- package/fesm2022/raintonic-formaui-components-date-picker.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-divider.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-divider.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-drawer.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-drawer.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-dropdown-menu.mjs +888 -0
- package/fesm2022/raintonic-formaui-components-dropdown-menu.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-dual-tier-navigation.mjs +774 -0
- package/fesm2022/raintonic-formaui-components-dual-tier-navigation.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-empty-state.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-empty-state.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-file-upload.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-file-upload.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-form-field.mjs +81 -50
- package/fesm2022/raintonic-formaui-components-form-field.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-icon.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-icon.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-input.mjs +47 -12
- package/fesm2022/raintonic-formaui-components-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-list.mjs +4 -4
- package/fesm2022/raintonic-formaui-components-list.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-number-input.mjs +20 -12
- package/fesm2022/raintonic-formaui-components-number-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-paginator.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-paginator.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-password-input.mjs +35 -110
- package/fesm2022/raintonic-formaui-components-password-input.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-popover.mjs +3 -2
- package/fesm2022/raintonic-formaui-components-popover.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-progressbar.mjs +3 -2
- package/fesm2022/raintonic-formaui-components-progressbar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-radio.mjs +5 -6
- package/fesm2022/raintonic-formaui-components-radio.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-select.mjs +257 -412
- package/fesm2022/raintonic-formaui-components-select.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-side-panel.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-side-panel.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-sidebar-nav-menu.mjs +525 -0
- package/fesm2022/raintonic-formaui-components-sidebar-nav-menu.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-skeleton.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-skeleton.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-slider.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-slider.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-spinner.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-spinner.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-stepper.mjs +50 -45
- package/fesm2022/raintonic-formaui-components-stepper.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-strength-meter.mjs +149 -0
- package/fesm2022/raintonic-formaui-components-strength-meter.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-tab.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-tab.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-time-picker.mjs +194 -154
- package/fesm2022/raintonic-formaui-components-time-picker.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-toggle-group.mjs +302 -0
- package/fesm2022/raintonic-formaui-components-toggle-group.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-toggle.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-toggle.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-toolbar.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-toolbar.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tooltip.mjs +10 -4
- package/fesm2022/raintonic-formaui-components-tooltip.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-topbar.mjs +60 -0
- package/fesm2022/raintonic-formaui-components-topbar.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-components-tree-select.mjs +59 -69
- package/fesm2022/raintonic-formaui-components-tree-select.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tree-table.mjs +2 -2
- package/fesm2022/raintonic-formaui-components-tree-table.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-components-tree.mjs +31 -5
- package/fesm2022/raintonic-formaui-components-tree.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-core.mjs +279 -1
- package/fesm2022/raintonic-formaui-core.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-breakpoint.mjs +93 -0
- package/fesm2022/raintonic-formaui-services-breakpoint.mjs.map +1 -0
- package/fesm2022/raintonic-formaui-services-dialog.mjs +314 -16
- package/fesm2022/raintonic-formaui-services-dialog.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-notification.mjs +93 -29
- package/fesm2022/raintonic-formaui-services-notification.mjs.map +1 -1
- package/fesm2022/raintonic-formaui-services-theme.mjs +46 -196
- package/fesm2022/raintonic-formaui-services-theme.mjs.map +1 -1
- package/fesm2022/raintonic-formaui.mjs +1 -1
- package/fesm2022/raintonic-formaui.mjs.map +1 -1
- package/llms-full.txt +2329 -450
- package/llms.txt +36 -33
- package/package.json +42 -19
- package/styles/fonts/Geist-Bold.woff2 +0 -0
- package/styles/fonts/Geist-Italic.woff2 +0 -0
- package/styles/fonts/Geist-Light.woff2 +0 -0
- package/styles/fonts/Geist-Medium.woff2 +0 -0
- package/styles/fonts/Geist-Regular.woff2 +0 -0
- package/styles/fonts/Geist-SemiBold.woff2 +0 -0
- package/styles/fonts/GeistMono-Regular.woff2 +0 -0
- package/styles/generated/_tokens.scss +906 -0
- package/styles/index.scss +11 -10
- package/styles/partials/_brand.scss +46 -0
- package/styles/partials/_constants.scss +22 -20
- package/styles/partials/_fonts.scss +54 -10
- package/styles/partials/_grid.scss +29 -18
- package/styles/partials/_mixins.scss +69 -27
- package/styles/partials/_motion.scss +28 -33
- package/styles/partials/_theme.scss +28 -255
- package/styles/partials/_type.scss +117 -0
- package/styles/partials/_typography.scss +45 -45
- package/styles/partials/_utilities.scss +198 -98
- package/styles/partials/components/_button.scss +144 -75
- package/styles/partials/components/_dialog.scss +181 -180
- package/styles/partials/components/_overlay.scss +87 -87
- package/styles/partials/themes/_dark.scss +3 -268
- package/styles/partials/themes/_light.scss +4 -268
- package/styles/styles.css +7744 -0
- package/styles/styles.entry.scss +3 -0
- package/styles/utilities.css +4802 -0
- package/styles/utilities.entry.scss +3 -0
- package/types/raintonic-formaui-cdk-drag-drop.d.ts +0 -1
- package/types/raintonic-formaui-cdk-drag-drop.d.ts.map +1 -1
- package/types/raintonic-formaui-cdk-form-field.d.ts +118 -2
- package/types/raintonic-formaui-cdk-form-field.d.ts.map +1 -1
- package/types/raintonic-formaui-cdk-overlay.d.ts +2 -0
- package/types/raintonic-formaui-cdk-overlay.d.ts.map +1 -1
- package/types/raintonic-formaui-cdk-virtual-scroll.d.ts +0 -1
- package/types/raintonic-formaui-cdk-virtual-scroll.d.ts.map +1 -1
- package/types/raintonic-formaui-components-accordion.d.ts +1 -1
- package/types/raintonic-formaui-components-accordion.d.ts.map +1 -1
- package/types/raintonic-formaui-components-alert.d.ts +6 -1
- package/types/raintonic-formaui-components-alert.d.ts.map +1 -1
- package/types/raintonic-formaui-components-autocomplete.d.ts +73 -116
- package/types/raintonic-formaui-components-autocomplete.d.ts.map +1 -1
- package/types/raintonic-formaui-components-avatar.d.ts +13 -31
- package/types/raintonic-formaui-components-avatar.d.ts.map +1 -1
- package/types/raintonic-formaui-components-button.d.ts +4 -10
- package/types/raintonic-formaui-components-button.d.ts.map +1 -1
- package/types/raintonic-formaui-components-chip.d.ts +43 -0
- package/types/raintonic-formaui-components-chip.d.ts.map +1 -0
- package/types/raintonic-formaui-components-data-table.d.ts +48 -11
- package/types/raintonic-formaui-components-data-table.d.ts.map +1 -1
- package/types/raintonic-formaui-components-date-picker.d.ts +59 -23
- package/types/raintonic-formaui-components-date-picker.d.ts.map +1 -1
- package/types/raintonic-formaui-components-dropdown-menu.d.ts +394 -0
- package/types/raintonic-formaui-components-dropdown-menu.d.ts.map +1 -0
- package/types/raintonic-formaui-components-dual-tier-navigation.d.ts +87 -0
- package/types/raintonic-formaui-components-dual-tier-navigation.d.ts.map +1 -0
- package/types/raintonic-formaui-components-form-field.d.ts +51 -21
- package/types/raintonic-formaui-components-form-field.d.ts.map +1 -1
- package/types/raintonic-formaui-components-input.d.ts +20 -11
- package/types/raintonic-formaui-components-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-number-input.d.ts +5 -3
- package/types/raintonic-formaui-components-number-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-password-input.d.ts +18 -32
- package/types/raintonic-formaui-components-password-input.d.ts.map +1 -1
- package/types/raintonic-formaui-components-popover.d.ts.map +1 -1
- package/types/raintonic-formaui-components-progressbar.d.ts +1 -1
- package/types/raintonic-formaui-components-progressbar.d.ts.map +1 -1
- package/types/raintonic-formaui-components-radio.d.ts +1 -2
- package/types/raintonic-formaui-components-radio.d.ts.map +1 -1
- package/types/raintonic-formaui-components-select.d.ts +107 -76
- package/types/raintonic-formaui-components-select.d.ts.map +1 -1
- package/types/raintonic-formaui-components-sidebar-nav-menu.d.ts +223 -0
- package/types/raintonic-formaui-components-sidebar-nav-menu.d.ts.map +1 -0
- package/types/raintonic-formaui-components-stepper.d.ts +4 -2
- package/types/raintonic-formaui-components-stepper.d.ts.map +1 -1
- package/types/raintonic-formaui-components-strength-meter.d.ts +78 -0
- package/types/raintonic-formaui-components-strength-meter.d.ts.map +1 -0
- package/types/raintonic-formaui-components-time-picker.d.ts +44 -24
- package/types/raintonic-formaui-components-time-picker.d.ts.map +1 -1
- package/types/raintonic-formaui-components-toggle-group.d.ts +100 -0
- package/types/raintonic-formaui-components-toggle-group.d.ts.map +1 -0
- package/types/raintonic-formaui-components-tooltip.d.ts +2 -1
- package/types/raintonic-formaui-components-tooltip.d.ts.map +1 -1
- package/types/raintonic-formaui-components-topbar.d.ts +48 -0
- package/types/raintonic-formaui-components-topbar.d.ts.map +1 -0
- package/types/raintonic-formaui-components-tree-select.d.ts +25 -9
- package/types/raintonic-formaui-components-tree-select.d.ts.map +1 -1
- package/types/raintonic-formaui-components-tree.d.ts +12 -1
- package/types/raintonic-formaui-components-tree.d.ts.map +1 -1
- package/types/raintonic-formaui-core.d.ts +243 -5
- package/types/raintonic-formaui-core.d.ts.map +1 -1
- package/types/raintonic-formaui-services-breakpoint.d.ts +44 -0
- package/types/raintonic-formaui-services-breakpoint.d.ts.map +1 -0
- package/types/raintonic-formaui-services-dialog.d.ts +141 -2
- package/types/raintonic-formaui-services-dialog.d.ts.map +1 -1
- package/types/raintonic-formaui-services-notification.d.ts +24 -2
- package/types/raintonic-formaui-services-notification.d.ts.map +1 -1
- package/types/raintonic-formaui-services-theme.d.ts +13 -103
- package/types/raintonic-formaui-services-theme.d.ts.map +1 -1
- package/types/raintonic-formaui.d.ts +1 -1
- package/fesm2022/raintonic-formaui-components-big-menu.mjs +0 -86
- package/fesm2022/raintonic-formaui-components-big-menu.mjs.map +0 -1
- package/fesm2022/raintonic-formaui-components-menu.mjs +0 -896
- package/fesm2022/raintonic-formaui-components-menu.mjs.map +0 -1
- package/fesm2022/raintonic-formaui-components-sidebar.mjs +0 -275
- package/fesm2022/raintonic-formaui-components-sidebar.mjs.map +0 -1
- package/fesm2022/raintonic-formaui-components-tag.mjs +0 -95
- package/fesm2022/raintonic-formaui-components-tag.mjs.map +0 -1
- package/styles/_fonts-entry.scss +0 -3
- package/styles/fonts/inter-tight-latin-italic.woff2 +0 -0
- package/styles/fonts/inter-tight-latin.woff2 +0 -0
- package/types/raintonic-formaui-components-big-menu.d.ts +0 -73
- package/types/raintonic-formaui-components-big-menu.d.ts.map +0 -1
- package/types/raintonic-formaui-components-menu.d.ts +0 -403
- package/types/raintonic-formaui-components-menu.d.ts.map +0 -1
- package/types/raintonic-formaui-components-sidebar.d.ts +0 -185
- package/types/raintonic-formaui-components-sidebar.d.ts.map +0 -1
- package/types/raintonic-formaui-components-tag.d.ts +0 -43
- package/types/raintonic-formaui-components-tag.d.ts.map +0 -1
package/llms.txt
CHANGED
|
@@ -10,50 +10,53 @@ npm install formaui
|
|
|
10
10
|
|
|
11
11
|
- accordion: Groups multiple `fui-expansion-panel` components. In single mode (default), only one panel can be expanded at a time. In `import { FuiAccordionComponent } from 'formaui/components/accordion'`
|
|
12
12
|
- alert: A flexible alert component for displaying informational messages, warnings, errors, and success notifications. Can be us `import { FuiAlertComponent } from 'formaui/components/alert'`
|
|
13
|
-
- autocomplete:
|
|
14
|
-
- avatar:
|
|
15
|
-
- badge:
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
- button: A versatile button directive that can be applied to both `<button>` and `<a>` elements. Follows Carbon Design System pat `import { FuiButtonDirective } from 'formaui/components/button'`
|
|
13
|
+
- autocomplete: A typeahead input with a filterable dropdown of options. Designed to work inside `fui-form-field` with full Reactive For `import { FuiAutocompleteComponent } from 'formaui/components/autocomplete'`
|
|
14
|
+
- avatar: Displays a user avatar with initials-only fallback (no image tag). Shows computed initials from fullName with a tooltip `import { FuiAvatarComponent } from 'formaui/components/avatar'`
|
|
15
|
+
- badge: Displays a small label badge with optional icon and color variants. Supports custom colors with automatic text contrast `import { FuiBadgeComponent } from 'formaui/components/badge'`
|
|
16
|
+
- breadcrumb: A navigation trail that shows the user's location within a hierarchy. Compose `fui-breadcrumb` with one or more `fui-bre `import { FuiBreadcrumbComponent } from 'formaui/components/breadcrumb'`
|
|
17
|
+
- button: A versatile button directive for triggering user actions. Supports multiple visual variants, sizes, loading states, and `import { FuiButtonDirective } from 'formaui/components/button'`
|
|
19
18
|
- button-group: A container component that groups multiple buttons together, creating a unified visual element with connected borders. F `import { FuiButtonGroupComponent } from 'formaui/components/button-group'`
|
|
20
|
-
- card: A
|
|
21
|
-
- checkbox: A
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
19
|
+
- card: A container for grouping related content with an optional header and actions slot. Supports elevated, outlined, and flat `import { FuiCardComponent } from 'formaui/components/card'`
|
|
20
|
+
- checkbox: A boolean input with checked, unchecked, and indeterminate states. Full Reactive Forms support via `ControlValueAccessor `import { FuiCheckboxComponent } from 'formaui/components/checkbox'`
|
|
21
|
+
- chip: A compact element for representing tags, filters, or selections, with optional leading icon. Chips can be made selectabl `import { FuiChipComponent } from 'formaui/components/chip'`
|
|
22
|
+
- data-table: A feature-rich data grid for tabular data: column configuration, sticky columns, sorting, filtering, row selection, row `import { FuiAdvancedDataTableComponent } from 'formaui/components/data-table'`
|
|
23
|
+
- date-picker: A date input with calendar overlay. Supports single-date or date-range selection, min/max constraints, custom date filte `import { FuiDatePickerComponent } from 'formaui/components/date-picker'`
|
|
24
|
+
- divider: A thin separator line for splitting content, either horizontally or vertically. Optional projected content renders as a `import { FuiDividerComponent } from 'formaui/components/divider'`
|
|
25
|
+
- drawer: A panel that slides in from an edge of the screen to present complementary content or actions. Supports left/right/top/b `import { FuiDrawerComponent } from 'formaui/components/drawer'`
|
|
26
|
+
- dropdown-menu: A dropdown menu component that provides a list of options or actions. Designed to work with external triggers using the `import { FuiDropdownMenuComponent } from 'formaui/components/dropdown-menu'`
|
|
27
|
+
- dual-tier-navigation: A two-tier sidebar navigation: a narrow vertical bar of top-level icon triggers, plus a flyout panel that reveals the se `import { FuiDualTierNavigationComponent } from 'formaui/components/dual-tier-navigation'`
|
|
28
|
+
- empty-state: A placeholder shown when a region has no content yet, such as an empty list, no search results, or a first-run screen. D `import { FuiEmptyStateComponent } from 'formaui/components/empty-state'`
|
|
27
29
|
- file-upload: A file upload component with drag-and-drop support, file previews, and validation. `import { FuiFileUploadComponent } from 'formaui/components/file-upload'`
|
|
28
|
-
- form-field: A
|
|
30
|
+
- form-field: A wrapper component that provides consistent layout, labeling, validation, and accessibility for form controls. Works wi `import { FuiFormFieldComponent } from 'formaui/components/form-field'`
|
|
29
31
|
- icon: A wrapper component for Phosphor Icons with consistent sizing and styling. Provides easy access to the complete Phosphor `import { FuiIconComponent } from 'formaui/components/icon'`
|
|
30
|
-
- input:
|
|
31
|
-
- list:
|
|
32
|
-
- menu: A dropdown menu component that provides a list of options or actions. Designed to work with external triggers using the `import { FuiMenuComponent } from 'formaui/components/menu'`
|
|
32
|
+
- input: A directive that turns a native `<input>` or `<textarea>` into a FormaUI form control. Integrates with `fui-form-field` `import { FuiInputDirective } from 'formaui/components/input'`
|
|
33
|
+
- list: A vertical list container for displaying a collection of items. Supports plain (non-interactive) display, single- or mul `import { FuiListComponent } from 'formaui/components/list'`
|
|
33
34
|
- number-input: A numeric input component with increment/decrement buttons, full Angular Reactive Forms support, and FormField integrati `import { FuiNumberInputComponent } from 'formaui/components/number-input'`
|
|
34
35
|
- paginator: A pagination component that handles navigation through pages with: - Previous/Next navigation buttons (disabled at bound `import { FuiPaginatorComponent } from 'formaui/components/paginator'`
|
|
35
|
-
- password-input: A password input component with visibility toggle
|
|
36
|
+
- password-input: A password input component with visibility toggle. Integrates with fui-form-field and Angular Forms. `import { FuiPasswordInputComponent } from 'formaui/components/password-input'`
|
|
36
37
|
- popover: Internal popover container component rendered inside the overlay. Provides a styled panel with optional arrow indicator. `import { FuiPopoverComponent } from 'formaui/components/popover'`
|
|
37
38
|
- progressbar: A progress bar component compatible with Angular Material's mat-progress-bar interface. `import { FuiProgressbarComponent } from 'formaui/components/progressbar'`
|
|
38
|
-
- radio:
|
|
39
|
-
- select: A select component
|
|
40
|
-
- side-panel:
|
|
41
|
-
- sidebar: A
|
|
42
|
-
- skeleton:
|
|
39
|
+
- radio: Single-choice selection from a small set of options. Use `fui-radio-group` as the Reactive Forms control and `fui-radio- `import { FuiRadioButtonComponent } from 'formaui/components/radio'`
|
|
40
|
+
- select: A dropdown select component for single or multiple selection. Designed to work inside `fui-form-field` with full Reactiv `import { FuiSelectComponent } from 'formaui/components/select'`
|
|
41
|
+
- side-panel: A slide-in side panel overlay with optional backdrop, focus trapping, and keyboard dismiss. Renders from the right edge `import { FuiSidePanelComponent } from 'formaui/components/side-panel'`
|
|
42
|
+
- sidebar-nav-menu: A standalone sidebar navigation menu component with recursive, multi-level submenus. Inspired by PrimeNG's TieredMenu mo `import { FuiSidebarNavMenuComponent } from 'formaui/components/sidebar-nav-menu'`
|
|
43
|
+
- skeleton: A placeholder element that mimics the shape of content while it loads. Renders as a text line (optionally multiple lines `import { FuiSkeletonComponent } from 'formaui/components/skeleton'`
|
|
43
44
|
- slider: A slider (range input) component with single and dual-thumb (range) support. Integrates with Angular Reactive Forms via `import { FuiSliderComponent } from 'formaui/components/slider'`
|
|
44
|
-
- spinner:
|
|
45
|
+
- spinner: A circular loading spinner with determinate and indeterminate modes. Supports an overlay mode that covers its parent con `import { FuiSpinnerComponent } from 'formaui/components/spinner'`
|
|
45
46
|
- stepper: A stepper component that guides users through a sequence of steps. Supports horizontal and vertical orientations, linear `import { FuiStepperComponent } from 'formaui/components/stepper'`
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
- time-picker:
|
|
49
|
-
- toggle:
|
|
47
|
+
- strength-meter: A password strength meter that displays per-rule satisfaction bars and a rule checklist. Computes strength from a `value `import { FuiStrengthMeterComponent } from 'formaui/components/strength-meter'`
|
|
48
|
+
- tab: Individual tab definition used inside `fui-tab-group`. Provides a label for the tab header and wraps its content in an ` `import { FuiTabComponent } from 'formaui/components/tab'`
|
|
49
|
+
- time-picker: A time input with a scrollable dropdown of selectable time options. Supports 12h/24h formats, optional seconds, a config `import { FuiTimePickerComponent } from 'formaui/components/time-picker'`
|
|
50
|
+
- toggle: A switch-style control for boolean settings. Semantically distinct from `fui-checkbox`: use toggle for immediate on/off `import { FuiToggleComponent } from 'formaui/components/toggle'`
|
|
51
|
+
- toggle-group: A selection control that renders as a row of connected toggle buttons. Like radio buttons but styled as a horizontal but `import { FuiToggleGroupComponent } from 'formaui/components/toggle-group'`
|
|
50
52
|
- toolbar: A top navigation toolbar following Carbon Design System principles. Provides space for logo, navigation menu items, and `import { FuiToolbarComponent } from 'formaui/components/toolbar'`
|
|
51
|
-
- tooltip:
|
|
52
|
-
-
|
|
53
|
-
- tree
|
|
54
|
-
- tree-
|
|
53
|
+
- tooltip: A contextual label attached to any element. Shows on hover, focus, click, or manual control. Built on the overlay CDK wi `import { FuiTooltipComponent } from 'formaui/components/tooltip'`
|
|
54
|
+
- topbar: A responsive topbar navigation component with a two-row layout: the top row contains brand/actions and menu items; the b `import { FuiTopbarComponent } from 'formaui/components/topbar'`
|
|
55
|
+
- tree: A hierarchical tree view that renders nested `FuiTreeNode<T>` data with expand/collapse, optional lazy child loading, ke `import { FuiTreeNodeComponent } from 'formaui/components/tree'`
|
|
56
|
+
- tree-select: A combobox that opens a `fui-tree` in an overlay panel so users can pick one or more values from hierarchical data. Impl `import { FuiTreeSelectComponent } from 'formaui/components/tree-select'`
|
|
57
|
+
- tree-table: A tabular component that renders hierarchical `FuiTreeTableNode<T>` data as rows, with one designated tree column showin `import { FuiTreeTableComponent } from 'formaui/components/tree-table'`
|
|
55
58
|
|
|
56
59
|
## Design Tokens
|
|
57
60
|
|
|
58
61
|
CSS custom properties prefixed with `--fui-*`. Themes: light (default), dark.
|
|
59
|
-
Key token groups: primary,
|
|
62
|
+
Key token groups: radius, border, z, bp, grid, container, tooltip, duration, ease, icon, transition, button, input, density, control, cell, spacing, font, text, weight, leading, tracking, primary, accent, neutral, error, success, warning, info, pluvia, nimbus, gray, moss, green, cyan, blue, indigo, purple, fuchsia, pink, rose, orange, yellow, alpha, shadow, bg, fill, state, field, card.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raintonic/formaui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "A modern Angular UI component library with theming support",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -17,9 +17,11 @@
|
|
|
17
17
|
"@angular/forms": "^21.0.0"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
|
-
"module": "fesm2022/raintonic-formaui.mjs",
|
|
21
|
-
"typings": "types/raintonic-formaui.d.ts",
|
|
22
20
|
"exports": {
|
|
21
|
+
"./utilities": "./styles/utilities.css",
|
|
22
|
+
"./styles": "./styles/index.scss",
|
|
23
|
+
"./styles.css": "./styles/styles.css",
|
|
24
|
+
"./styles/*": "./styles/*",
|
|
23
25
|
"./package.json": {
|
|
24
26
|
"default": "./package.json"
|
|
25
27
|
},
|
|
@@ -63,10 +65,6 @@
|
|
|
63
65
|
"types": "./types/raintonic-formaui-components-badge.d.ts",
|
|
64
66
|
"default": "./fesm2022/raintonic-formaui-components-badge.mjs"
|
|
65
67
|
},
|
|
66
|
-
"./components/big-menu": {
|
|
67
|
-
"types": "./types/raintonic-formaui-components-big-menu.d.ts",
|
|
68
|
-
"default": "./fesm2022/raintonic-formaui-components-big-menu.mjs"
|
|
69
|
-
},
|
|
70
68
|
"./components/breadcrumb": {
|
|
71
69
|
"types": "./types/raintonic-formaui-components-breadcrumb.d.ts",
|
|
72
70
|
"default": "./fesm2022/raintonic-formaui-components-breadcrumb.mjs"
|
|
@@ -87,6 +85,10 @@
|
|
|
87
85
|
"types": "./types/raintonic-formaui-components-checkbox.d.ts",
|
|
88
86
|
"default": "./fesm2022/raintonic-formaui-components-checkbox.mjs"
|
|
89
87
|
},
|
|
88
|
+
"./components/chip": {
|
|
89
|
+
"types": "./types/raintonic-formaui-components-chip.d.ts",
|
|
90
|
+
"default": "./fesm2022/raintonic-formaui-components-chip.mjs"
|
|
91
|
+
},
|
|
90
92
|
"./components/data-table": {
|
|
91
93
|
"types": "./types/raintonic-formaui-components-data-table.d.ts",
|
|
92
94
|
"default": "./fesm2022/raintonic-formaui-components-data-table.mjs"
|
|
@@ -103,6 +105,14 @@
|
|
|
103
105
|
"types": "./types/raintonic-formaui-components-drawer.d.ts",
|
|
104
106
|
"default": "./fesm2022/raintonic-formaui-components-drawer.mjs"
|
|
105
107
|
},
|
|
108
|
+
"./components/dropdown-menu": {
|
|
109
|
+
"types": "./types/raintonic-formaui-components-dropdown-menu.d.ts",
|
|
110
|
+
"default": "./fesm2022/raintonic-formaui-components-dropdown-menu.mjs"
|
|
111
|
+
},
|
|
112
|
+
"./components/dual-tier-navigation": {
|
|
113
|
+
"types": "./types/raintonic-formaui-components-dual-tier-navigation.d.ts",
|
|
114
|
+
"default": "./fesm2022/raintonic-formaui-components-dual-tier-navigation.mjs"
|
|
115
|
+
},
|
|
106
116
|
"./components/empty-state": {
|
|
107
117
|
"types": "./types/raintonic-formaui-components-empty-state.d.ts",
|
|
108
118
|
"default": "./fesm2022/raintonic-formaui-components-empty-state.mjs"
|
|
@@ -127,10 +137,6 @@
|
|
|
127
137
|
"types": "./types/raintonic-formaui-components-list.d.ts",
|
|
128
138
|
"default": "./fesm2022/raintonic-formaui-components-list.mjs"
|
|
129
139
|
},
|
|
130
|
-
"./components/menu": {
|
|
131
|
-
"types": "./types/raintonic-formaui-components-menu.d.ts",
|
|
132
|
-
"default": "./fesm2022/raintonic-formaui-components-menu.mjs"
|
|
133
|
-
},
|
|
134
140
|
"./components/number-input": {
|
|
135
141
|
"types": "./types/raintonic-formaui-components-number-input.d.ts",
|
|
136
142
|
"default": "./fesm2022/raintonic-formaui-components-number-input.mjs"
|
|
@@ -163,9 +169,9 @@
|
|
|
163
169
|
"types": "./types/raintonic-formaui-components-side-panel.d.ts",
|
|
164
170
|
"default": "./fesm2022/raintonic-formaui-components-side-panel.mjs"
|
|
165
171
|
},
|
|
166
|
-
"./components/sidebar": {
|
|
167
|
-
"types": "./types/raintonic-formaui-components-sidebar.d.ts",
|
|
168
|
-
"default": "./fesm2022/raintonic-formaui-components-sidebar.mjs"
|
|
172
|
+
"./components/sidebar-nav-menu": {
|
|
173
|
+
"types": "./types/raintonic-formaui-components-sidebar-nav-menu.d.ts",
|
|
174
|
+
"default": "./fesm2022/raintonic-formaui-components-sidebar-nav-menu.mjs"
|
|
169
175
|
},
|
|
170
176
|
"./components/skeleton": {
|
|
171
177
|
"types": "./types/raintonic-formaui-components-skeleton.d.ts",
|
|
@@ -183,14 +189,14 @@
|
|
|
183
189
|
"types": "./types/raintonic-formaui-components-stepper.d.ts",
|
|
184
190
|
"default": "./fesm2022/raintonic-formaui-components-stepper.mjs"
|
|
185
191
|
},
|
|
192
|
+
"./components/strength-meter": {
|
|
193
|
+
"types": "./types/raintonic-formaui-components-strength-meter.d.ts",
|
|
194
|
+
"default": "./fesm2022/raintonic-formaui-components-strength-meter.mjs"
|
|
195
|
+
},
|
|
186
196
|
"./components/tab": {
|
|
187
197
|
"types": "./types/raintonic-formaui-components-tab.d.ts",
|
|
188
198
|
"default": "./fesm2022/raintonic-formaui-components-tab.mjs"
|
|
189
199
|
},
|
|
190
|
-
"./components/tag": {
|
|
191
|
-
"types": "./types/raintonic-formaui-components-tag.d.ts",
|
|
192
|
-
"default": "./fesm2022/raintonic-formaui-components-tag.mjs"
|
|
193
|
-
},
|
|
194
200
|
"./components/time-picker": {
|
|
195
201
|
"types": "./types/raintonic-formaui-components-time-picker.d.ts",
|
|
196
202
|
"default": "./fesm2022/raintonic-formaui-components-time-picker.mjs"
|
|
@@ -199,6 +205,10 @@
|
|
|
199
205
|
"types": "./types/raintonic-formaui-components-toggle.d.ts",
|
|
200
206
|
"default": "./fesm2022/raintonic-formaui-components-toggle.mjs"
|
|
201
207
|
},
|
|
208
|
+
"./components/toggle-group": {
|
|
209
|
+
"types": "./types/raintonic-formaui-components-toggle-group.d.ts",
|
|
210
|
+
"default": "./fesm2022/raintonic-formaui-components-toggle-group.mjs"
|
|
211
|
+
},
|
|
202
212
|
"./components/toolbar": {
|
|
203
213
|
"types": "./types/raintonic-formaui-components-toolbar.d.ts",
|
|
204
214
|
"default": "./fesm2022/raintonic-formaui-components-toolbar.mjs"
|
|
@@ -207,6 +217,10 @@
|
|
|
207
217
|
"types": "./types/raintonic-formaui-components-tooltip.d.ts",
|
|
208
218
|
"default": "./fesm2022/raintonic-formaui-components-tooltip.mjs"
|
|
209
219
|
},
|
|
220
|
+
"./components/topbar": {
|
|
221
|
+
"types": "./types/raintonic-formaui-components-topbar.d.ts",
|
|
222
|
+
"default": "./fesm2022/raintonic-formaui-components-topbar.mjs"
|
|
223
|
+
},
|
|
210
224
|
"./components/tree": {
|
|
211
225
|
"types": "./types/raintonic-formaui-components-tree.d.ts",
|
|
212
226
|
"default": "./fesm2022/raintonic-formaui-components-tree.mjs"
|
|
@@ -223,6 +237,10 @@
|
|
|
223
237
|
"types": "./types/raintonic-formaui-core.d.ts",
|
|
224
238
|
"default": "./fesm2022/raintonic-formaui-core.mjs"
|
|
225
239
|
},
|
|
240
|
+
"./services/breakpoint": {
|
|
241
|
+
"types": "./types/raintonic-formaui-services-breakpoint.d.ts",
|
|
242
|
+
"default": "./fesm2022/raintonic-formaui-services-breakpoint.mjs"
|
|
243
|
+
},
|
|
226
244
|
"./services/dialog": {
|
|
227
245
|
"types": "./types/raintonic-formaui-services-dialog.d.ts",
|
|
228
246
|
"default": "./fesm2022/raintonic-formaui-services-dialog.mjs"
|
|
@@ -240,8 +258,13 @@
|
|
|
240
258
|
"default": "./fesm2022/raintonic-formaui-test-utils.mjs"
|
|
241
259
|
}
|
|
242
260
|
},
|
|
261
|
+
"module": "fesm2022/raintonic-formaui.mjs",
|
|
262
|
+
"typings": "types/raintonic-formaui.d.ts",
|
|
243
263
|
"type": "module",
|
|
244
264
|
"dependencies": {
|
|
245
265
|
"tslib": "^2.3.0"
|
|
266
|
+
},
|
|
267
|
+
"scripts": {
|
|
268
|
+
"prepublishOnly": "node -e \"if (!process.env.FORMAUI_PUBLISH) { console.error('Direct npm publish disabled. Use: npm run publish:lib'); process.exit(1); }\""
|
|
246
269
|
}
|
|
247
|
-
}
|
|
270
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|