@kumori/aurora-wui-components 0.0.61 → 0.0.63
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/dist/components/axebow-input/axebow-carousel-input.d.ts +19 -0
- package/dist/components/axebow-input/axebow-carousel-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-checkbox-input.d.ts +11 -0
- package/dist/components/axebow-input/axebow-checkbox-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-input-base.d.ts +24 -0
- package/dist/components/axebow-input/axebow-input-base.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-input.d.ts +49 -0
- package/dist/components/axebow-input/axebow-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-numeric-input.d.ts +11 -0
- package/dist/components/axebow-input/axebow-numeric-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-providers-input.d.ts +9 -0
- package/dist/components/axebow-input/axebow-providers-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-select-input.d.ts +49 -0
- package/dist/components/axebow-input/axebow-select-input.d.ts.map +1 -0
- package/dist/components/axebow-input/axebow-text-input.d.ts +7 -0
- package/dist/components/axebow-input/axebow-text-input.d.ts.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +754 -2
- package/dist/index.js.map +1 -1
- package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-breadcrumb-header.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-button.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-button.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-filter-bar.schema.d.ts +10 -0
- package/dist/playground/schemas/axebow-filter-bar.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-footer.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-footer.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-header.schema.d.ts +12 -0
- package/dist/playground/schemas/axebow-header.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-icon.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-icon.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-search.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-search.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-sidebar.schema.d.ts +9 -0
- package/dist/playground/schemas/axebow-sidebar.schema.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-breadcrumb-header
|
|
4
|
+
*
|
|
5
|
+
* Presentational page breadcrumb: optional home block, optional secondary
|
|
6
|
+
* page trail, current page title, and an optional required-field note.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-breadcrumb-header.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-breadcrumb-header.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-breadcrumb-header.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAsBpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-button.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-button.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAmBpB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-filter-bar
|
|
4
|
+
*
|
|
5
|
+
* Presentational row of dropdown filters. `items` is a nested structure
|
|
6
|
+
* (each item owns its own `options` list), so it's edited as raw JSON
|
|
7
|
+
* rather than the flat array editor.
|
|
8
|
+
*/
|
|
9
|
+
export declare const schema: ComponentSchema;
|
|
10
|
+
//# sourceMappingURL=axebow-filter-bar.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-filter-bar.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-filter-bar.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;;GAMG;AACH,eAAO,MAAM,MAAM,EAAE,eAgCpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-footer
|
|
4
|
+
*
|
|
5
|
+
* Presentational site footer. `onClick` is kept on the default items (not
|
|
6
|
+
* exposed as an editable field) so the demo links stay clickable.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-footer.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-footer.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-footer.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAkBpB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-header
|
|
4
|
+
*
|
|
5
|
+
* Presentational app header (logo, quick-actions flyout, notifications,
|
|
6
|
+
* profile menu). Notification view-models are deeply nested (optional
|
|
7
|
+
* `actions` list, status unions), so they're edited as raw JSON.
|
|
8
|
+
* `onClick`/`onTap`-style callbacks are kept on the default items (not
|
|
9
|
+
* exposed as editable fields) so the demo stays interactive.
|
|
10
|
+
*/
|
|
11
|
+
export declare const schema: ComponentSchema;
|
|
12
|
+
//# sourceMappingURL=axebow-header.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-header.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-header.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM,EAAE,eAyFpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-icon.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-icon.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAWpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-search.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-search.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAOpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-sidebar
|
|
4
|
+
*
|
|
5
|
+
* Presentational app sidebar. `onClick` is kept on the default items (not
|
|
6
|
+
* exposed as an editable field) so the demo nav stays clickable.
|
|
7
|
+
*/
|
|
8
|
+
export declare const schema: ComponentSchema;
|
|
9
|
+
//# sourceMappingURL=axebow-sidebar.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-sidebar.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-sidebar.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,MAAM,EAAE,eAsCpB,CAAC"}
|