@ansible/ansible-ui-framework 0.0.301 → 0.0.302
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/README.md +2 -0
- package/docs/BulkActionDialog.md +2 -0
- package/docs/Components.md +8 -0
- package/docs/Framework.md +3 -1
- package/docs/PageFramework.md +2 -0
- package/docs/PageHeader.md +2 -0
- package/docs/PageLayout.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[`Ansible UI Framework`](https://github.com/ansible/ansible-ui/blob/main/framework/README.md) ▸ [PageTable](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageTable.md#PageTable)
|
|
2
|
+
|
|
1
3
|
# Ansible UI Framework
|
|
2
4
|
|
|
3
5
|
[NPM Package: @ansible/ansible-ui-framework](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
|
package/docs/BulkActionDialog.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ BulkActionDialog
|
|
2
|
+
|
|
1
3
|
# BulkActionDialog
|
|
2
4
|
|
|
3
5
|
BulkActionDialog is a generic dialog for process bulk actions.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
[Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ Components
|
|
2
|
+
|
|
3
|
+
# Ansible UI Components
|
|
4
|
+
|
|
5
|
+
- [BulkActionDialog](https://github.com/ansible/ansible-ui/blob/main/framework/docs/BulkActionDialog.md#BulkActionDialog)
|
|
6
|
+
- [PageFramework](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageFramework.md#PageFramework)
|
|
7
|
+
- [PageHeader](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageHeader.md#PageHeader)
|
|
8
|
+
- [PageLayout](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageLayout.md#PageLayout)
|
package/docs/Framework.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[`Ansible UI Framework`](https://github.com/ansible/ansible-ui/blob/main/framework/README.md) ▸ [PageTable](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageTable.md#PageTable)
|
|
2
|
+
|
|
3
|
+
# Ansible UI Framework
|
|
2
4
|
|
|
3
5
|
A framework for creating performant, consistent, and responsive web applications using [PatternFly](https://www.patternfly.org).
|
|
4
6
|
|
package/docs/PageFramework.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ PageFramework
|
|
2
|
+
|
|
1
3
|
# PageFramework
|
|
2
4
|
|
|
3
5
|
The `PageFramework` component bundles up all the context providers in the Ansible UI framework in a convienent component for framework consumers. Examples of internal context providers are translations, navigation, settings, alerts, and dialogs.
|
package/docs/PageHeader.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ PageHeader
|
|
2
|
+
|
|
1
3
|
# PageHeader
|
|
2
4
|
|
|
3
5
|
PageHeader enables the responsive layout of the header.
|
package/docs/PageLayout.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ PageLayout
|
|
2
|
+
|
|
1
3
|
# PageLayout
|
|
2
4
|
|
|
3
5
|
The PageLayout is used as the container for the contents of the page.
|
package/package.json
CHANGED