@pecb-ui/components 1.1.5 → 1.1.7

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.
@@ -0,0 +1 @@
1
+ export { AlertComponent, AlertType, AlertVariant, BadgeComponent, BadgeSize, BadgeStatus, BadgeVariant, EMPTY_STATE_MAX_BUTTONS, EmptyStateButton, EmptyStateComponent, EmptyStateIconTheme, MessageBubbleComponent, MessageBubbleType, MessageDirection, MessageItemComponent, MessageItemStatus, ProgressBarComponent, ProgressBarSize, ProgressCircleComponent, ProgressCircleSize, ProgressType, RibbonColor, SkeletonComponent, SkeletonShape, SkeletonSize, SkeletonType, SpinnerComponent, StatusComponent, StatusSize, StatusType, StatusVariant } from '@pecb-ui/components';
@@ -0,0 +1,17 @@
1
+ export { AlertComponent, BadgeComponent, EMPTY_STATE_MAX_BUTTONS, EmptyStateComponent, MessageBubbleComponent, MessageItemComponent, ProgressBarComponent, ProgressCircleComponent, SkeletonComponent, SpinnerComponent, StatusComponent } from '@pecb-ui/components';
2
+
3
+ /*
4
+ * @pecb-ui/components/feedback — secondary entry point (audit F18).
5
+ *
6
+ * Re-exports user-feedback components (alerts, status, badge, progress,
7
+ * skeleton, empty-state, messaging) from the primary entry point:
8
+ *
9
+ * import { AlertComponent } from '@pecb-ui/components/feedback';
10
+ *
11
+ * Existing imports from '@pecb-ui/components' continue to work unchanged.
12
+ */
13
+
14
+ /**
15
+ * Generated bundle index. Do not edit.
16
+ */
17
+ //# sourceMappingURL=pecb-ui-components-feedback.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pecb-ui-components-feedback.mjs","sources":["../../../projects/ui-components/feedback/src/public-api.ts","../../../projects/ui-components/feedback/src/pecb-ui-components-feedback.ts"],"sourcesContent":["/*\n * @pecb-ui/components/feedback — secondary entry point (audit F18).\n *\n * Re-exports user-feedback components (alerts, status, badge, progress,\n * skeleton, empty-state, messaging) from the primary entry point:\n *\n * import { AlertComponent } from '@pecb-ui/components/feedback';\n *\n * Existing imports from '@pecb-ui/components' continue to work unchanged.\n */\nexport {\n AlertComponent,\n StatusComponent,\n BadgeComponent,\n SpinnerComponent,\n ProgressBarComponent,\n ProgressCircleComponent,\n SkeletonComponent,\n EmptyStateComponent,\n MessageItemComponent,\n MessageBubbleComponent,\n EMPTY_STATE_MAX_BUTTONS\n} from '@pecb-ui/components';\n\nexport type {\n // Alert\n AlertType,\n AlertVariant,\n // Status\n StatusType,\n StatusVariant,\n StatusSize,\n // Badge\n BadgeVariant,\n BadgeSize,\n BadgeStatus,\n RibbonColor,\n // Progress\n ProgressType,\n ProgressBarSize,\n ProgressCircleSize,\n // Skeleton\n SkeletonType,\n SkeletonSize,\n SkeletonShape,\n // Empty state\n EmptyStateIconTheme,\n EmptyStateButton,\n // Messaging\n MessageItemStatus,\n MessageBubbleType,\n MessageDirection\n} from '@pecb-ui/components';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;;;;;;;;AASG;;ACTH;;AAEG"}
@@ -0,0 +1,17 @@
1
+ export { CheckboxComponent, CodeInputComponent, DatepickerComponent, DropdownComponent, InputComponent, RadioComponent, TextFormFieldComponent, ToggleComponent } from '@pecb-ui/components';
2
+
3
+ /*
4
+ * @pecb-ui/components/forms — secondary entry point (audit F18).
5
+ *
6
+ * Re-exports the form-control components from the primary entry point so
7
+ * consumers can pull a focused, feature-area subset:
8
+ *
9
+ * import { InputComponent } from '@pecb-ui/components/forms';
10
+ *
11
+ * Existing imports from '@pecb-ui/components' continue to work unchanged.
12
+ */
13
+
14
+ /**
15
+ * Generated bundle index. Do not edit.
16
+ */
17
+ //# sourceMappingURL=pecb-ui-components-forms.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pecb-ui-components-forms.mjs","sources":["../../../projects/ui-components/forms/src/public-api.ts","../../../projects/ui-components/forms/src/pecb-ui-components-forms.ts"],"sourcesContent":["/*\n * @pecb-ui/components/forms — secondary entry point (audit F18).\n *\n * Re-exports the form-control components from the primary entry point so\n * consumers can pull a focused, feature-area subset:\n *\n * import { InputComponent } from '@pecb-ui/components/forms';\n *\n * Existing imports from '@pecb-ui/components' continue to work unchanged.\n */\nexport {\n InputComponent,\n DropdownComponent,\n CheckboxComponent,\n RadioComponent,\n ToggleComponent,\n DatepickerComponent,\n CodeInputComponent,\n TextFormFieldComponent\n} from '@pecb-ui/components';\n\nexport type {\n // Input\n InputType,\n InputSize,\n // Dropdown\n DropdownOption,\n DropdownSize,\n // Radio\n RadioVariant,\n RadioLabelPosition,\n // Checkbox\n CheckboxLabelPosition,\n // Toggle\n ToggleLabelPosition,\n ToggleSize,\n // Datepicker\n DatepickerSize,\n CalendarDay,\n // Code input\n CodeInputState,\n CodeInputDirection,\n // Text form field\n TextFormFieldType,\n FieldStyle,\n FieldItem\n} from '@pecb-ui/components';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;;;;;;;;AASG;;ACTH;;AAEG"}
@@ -0,0 +1,17 @@
1
+ export { BottomSheetComponent, ConfirmationComponent, FilterColumnsComponent, FullscreenModalComponent, FullscreenModalContentDirective, FullscreenModalFooterDirective, FullscreenModalHeaderDirective, RightModalComponent, RightModalContentDirective, RightModalFooterDirective, RightModalHeaderDirective, SidebarComponent, TooltipComponent, TooltipDirective, TourComponent } from '@pecb-ui/components';
2
+
3
+ /*
4
+ * @pecb-ui/components/overlays — secondary entry point (audit F18).
5
+ *
6
+ * Re-exports overlay-style components (modals, dialogs, tooltips, tours,
7
+ * filter-columns, sidebar) from the primary entry point:
8
+ *
9
+ * import { FullscreenModalComponent } from '@pecb-ui/components/overlays';
10
+ *
11
+ * Existing imports from '@pecb-ui/components' continue to work unchanged.
12
+ */
13
+
14
+ /**
15
+ * Generated bundle index. Do not edit.
16
+ */
17
+ //# sourceMappingURL=pecb-ui-components-overlays.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pecb-ui-components-overlays.mjs","sources":["../../../projects/ui-components/overlays/src/public-api.ts","../../../projects/ui-components/overlays/src/pecb-ui-components-overlays.ts"],"sourcesContent":["/*\n * @pecb-ui/components/overlays — secondary entry point (audit F18).\n *\n * Re-exports overlay-style components (modals, dialogs, tooltips, tours,\n * filter-columns, sidebar) from the primary entry point:\n *\n * import { FullscreenModalComponent } from '@pecb-ui/components/overlays';\n *\n * Existing imports from '@pecb-ui/components' continue to work unchanged.\n */\nexport {\n // Fullscreen modal + its slot directives\n FullscreenModalComponent,\n FullscreenModalHeaderDirective,\n FullscreenModalContentDirective,\n FullscreenModalFooterDirective,\n // Right modal + its slot directives\n RightModalComponent,\n RightModalHeaderDirective,\n RightModalContentDirective,\n RightModalFooterDirective,\n // Other overlays\n BottomSheetComponent,\n ConfirmationComponent,\n TooltipComponent,\n TooltipDirective,\n TourComponent,\n FilterColumnsComponent,\n SidebarComponent\n} from '@pecb-ui/components';\n\nexport type {\n // Right modal\n RightModalSize,\n // Confirmation\n ConfirmationIconType,\n // Tooltip\n TooltipPointerPosition,\n TooltipTheme,\n // Tour\n TourType,\n TourPlacement,\n TourIndicatorType,\n TourStep,\n // Filter columns\n FilterFieldType,\n FilterColumnsActiveTab,\n FilterField,\n ColumnOption,\n FilterColumnsApplyEvent,\n // Sidebar\n SidebarMenuItem,\n SidebarSection\n} from '@pecb-ui/components';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;;;;;;;;AASG;;ACTH;;AAEG"}
@@ -0,0 +1,16 @@
1
+ export { ExpandableRowTableComponent, HierarchicalTableComponent, PaginationComponent, TableComponent, VirtualTableComponent } from '@pecb-ui/components';
2
+
3
+ /*
4
+ * @pecb-ui/components/tables — secondary entry point (audit F18).
5
+ *
6
+ * Re-exports the table family from the primary entry point:
7
+ *
8
+ * import { TableComponent } from '@pecb-ui/components/tables';
9
+ *
10
+ * Existing imports from '@pecb-ui/components' continue to work unchanged.
11
+ */
12
+
13
+ /**
14
+ * Generated bundle index. Do not edit.
15
+ */
16
+ //# sourceMappingURL=pecb-ui-components-tables.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pecb-ui-components-tables.mjs","sources":["../../../projects/ui-components/tables/src/public-api.ts","../../../projects/ui-components/tables/src/pecb-ui-components-tables.ts"],"sourcesContent":["/*\n * @pecb-ui/components/tables — secondary entry point (audit F18).\n *\n * Re-exports the table family from the primary entry point:\n *\n * import { TableComponent } from '@pecb-ui/components/tables';\n *\n * Existing imports from '@pecb-ui/components' continue to work unchanged.\n */\nexport {\n TableComponent,\n VirtualTableComponent,\n HierarchicalTableComponent,\n ExpandableRowTableComponent,\n PaginationComponent\n} from '@pecb-ui/components';\n\nexport type {\n // Table\n TableSize,\n TableVariant,\n PecbTableColumn,\n PecbTableColumnType,\n PecbTableColumnComponent,\n TableAction,\n TableStatusConfig,\n TableUserConfig,\n TableSortEvent,\n TableRowActionEvent,\n TableSelectionEvent,\n // Virtual table\n VirtualTableColumn,\n VirtualTableProgressConfig,\n VirtualTablePageEvent,\n // Hierarchical table\n HierarchicalTableColumn,\n HierarchicalTableAction,\n HierarchicalTablePageEvent,\n // Expandable-row table\n ExpandableRowColumn,\n ExpandableRowProgressConfig,\n ExpandableRowPageEvent,\n // Pagination\n PaginationSize,\n PaginationVariant,\n PageChangeEvent\n} from '@pecb-ui/components';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;AAAA;;;;;;;;AAQG;;ACRH;;AAEG"}