@kumori/aurora-wui-components 0.0.256-dev4072.3 → 0.0.257
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-box-form/axebow-box-form.d.ts +30 -0
- package/dist/components/axebow-box-form/axebow-box-form.d.ts.map +1 -0
- package/dist/components/axebow-box-form/axebow-box-form.models.d.ts +24 -0
- package/dist/components/axebow-box-form/axebow-box-form.models.d.ts.map +1 -0
- package/dist/components/axebow-form-panel-field/axebow-form-panel-field.d.ts +39 -0
- package/dist/components/axebow-form-panel-field/axebow-form-panel-field.d.ts.map +1 -0
- package/dist/components/axebow-icon/axebow-icon.d.ts +2 -1
- package/dist/components/axebow-icon/axebow-icon.d.ts.map +1 -1
- package/dist/components/axebow-search/axebow-search.d.ts +0 -1
- package/dist/components/axebow-search/axebow-search.d.ts.map +1 -1
- package/dist/components/axebow-status/axebow-status.d.ts +11 -0
- package/dist/components/axebow-status/axebow-status.d.ts.map +1 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1304 -894
- package/dist/index.js.map +1 -1
- package/dist/playground/schemas/axebow-form-panel-field.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-form-panel-field.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-resource-box-form.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-resource-box-form.schema.d.ts.map +1 -0
- package/dist/playground/schemas/axebow-status.schema.d.ts +8 -0
- package/dist/playground/schemas/axebow-status.schema.d.ts.map +1 -0
- package/dist/playground/schemas/types.d.ts +1 -1
- package/dist/playground/schemas/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/components/axebow-tenant-filters/axebow-tenant-filters.d.ts +0 -37
- package/dist/components/axebow-tenant-filters/axebow-tenant-filters.d.ts.map +0 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-form-panel-field
|
|
4
|
+
*
|
|
5
|
+
* Configurable schema matching Figma specifications for form-panel-field
|
|
6
|
+
*/
|
|
7
|
+
export declare const schema: ComponentSchema;
|
|
8
|
+
//# sourceMappingURL=axebow-form-panel-field.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-form-panel-field.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-form-panel-field.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eAsBpB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-resource-box-form
|
|
4
|
+
*
|
|
5
|
+
* Configurable schema for Resource Box Form composing axebow-status and axebow-form-panel-field
|
|
6
|
+
*/
|
|
7
|
+
export declare const schema: ComponentSchema;
|
|
8
|
+
//# sourceMappingURL=axebow-resource-box-form.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-resource-box-form.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-resource-box-form.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eA0CpB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentSchema } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Schema: axebow-status
|
|
4
|
+
*
|
|
5
|
+
* Status indicator component with optional color dot, text, and trash action.
|
|
6
|
+
*/
|
|
7
|
+
export declare const schema: ComponentSchema;
|
|
8
|
+
//# sourceMappingURL=axebow-status.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"axebow-status.schema.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/axebow-status.schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,MAAM,EAAE,eASpB,CAAC"}
|
|
@@ -16,7 +16,7 @@ export interface ItemFieldSchema {
|
|
|
16
16
|
/** Key name inside the object (e.g. 'title'). */
|
|
17
17
|
name: string;
|
|
18
18
|
/** Editor type for this field. */
|
|
19
|
-
type: 'string' | 'number' | 'boolean' | 'select';
|
|
19
|
+
type: 'string' | 'number' | 'boolean' | 'select' | 'json';
|
|
20
20
|
/** Default value when adding a new item. */
|
|
21
21
|
default: unknown;
|
|
22
22
|
/** For 'select' fields — the allowed values. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,uCAAuC;AACvC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAErF,0EAA0E;AAC1E,MAAM,WAAW,eAAe;IAC9B,iDAAiD;IACjD,IAAI,EAAE,MAAM,CAAC;IACb,kCAAkC;IAClC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/playground/schemas/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,uCAAuC;AACvC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAErF,0EAA0E;AAC1E,MAAM,WAAW,eAAe;IAC9B,iDAAiD;IACjD,IAAI,EAAE,MAAM,CAAC;IACb,kCAAkC;IAClC,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC1D,4CAA4C;IAC5C,OAAO,EAAE,OAAO,CAAC;IACjB,gDAAgD;IAChD,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,4EAA4E;AAC5E,MAAM,WAAW,UAAU;IACzB,6DAA6D;IAC7D,IAAI,EAAE,MAAM,CAAC;IACb,mDAAmD;IACnD,IAAI,EAAE,QAAQ,CAAC;IACf,+BAA+B;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,kEAAkE;IAClE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,uEAAuE;IACvE,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;CAC3B;AAED,qCAAqC;AACrC,MAAM,WAAW,eAAe;IAC9B,wDAAwD;IACxD,GAAG,EAAE,MAAM,CAAC;IACZ,iDAAiD;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,wEAAwE;IACxE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
package/package.json
CHANGED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export interface AxebowTenantFiltersValues {
|
|
3
|
-
search: string;
|
|
4
|
-
role: string;
|
|
5
|
-
provider: string;
|
|
6
|
-
plan: string;
|
|
7
|
-
sortBy: string;
|
|
8
|
-
}
|
|
9
|
-
export interface AxebowTenantFiltersOption {
|
|
10
|
-
label: string;
|
|
11
|
-
value: string;
|
|
12
|
-
logo?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare class AxebowTenantFilters extends LitElement {
|
|
15
|
-
values: AxebowTenantFiltersValues;
|
|
16
|
-
roleOptions: AxebowTenantFiltersOption[];
|
|
17
|
-
providerOptions: AxebowTenantFiltersOption[];
|
|
18
|
-
planOptions: AxebowTenantFiltersOption[];
|
|
19
|
-
sortOptions: AxebowTenantFiltersOption[];
|
|
20
|
-
hideSearchAndCreate: boolean;
|
|
21
|
-
createTenantLabel: string;
|
|
22
|
-
searchPlaceholder: string;
|
|
23
|
-
rolePlaceholder: string;
|
|
24
|
-
providerPlaceholder: string;
|
|
25
|
-
planPlaceholder: string;
|
|
26
|
-
clearAllLabel: string;
|
|
27
|
-
private get _activeControlsCount();
|
|
28
|
-
static styles: import('lit').CSSResult[];
|
|
29
|
-
private _dispatch;
|
|
30
|
-
private _onSearchChange;
|
|
31
|
-
private _onSelectChange;
|
|
32
|
-
private _onSelectClear;
|
|
33
|
-
private _onCreateTenant;
|
|
34
|
-
private _onClearAll;
|
|
35
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=axebow-tenant-filters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"axebow-tenant-filters.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-tenant-filters/axebow-tenant-filters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAwB,MAAM,KAAK,CAAC;AAEvD,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,mCAAmC,CAAC;AAC3C,OAAO,2DAA2D,CAAC;AACnE,OAAO,2DAA2D,CAAC;AAGnE,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qBACa,mBAAoB,SAAQ,UAAU;IAEjD,MAAM,EAAE,yBAAyB,CAM/B;IAEyB,WAAW,EAAE,yBAAyB,EAAE,CAAM;IAC9C,eAAe,EAAE,yBAAyB,EAAE,CAAM;IAClD,WAAW,EAAE,yBAAyB,EAAE,CAAM;IAC9C,WAAW,EAAE,yBAAyB,EAAE,CAAM;IAE5C,mBAAmB,UAAS;IAE7B,iBAAiB,SAAM;IACvB,iBAAiB,SAAM;IACvB,eAAe,SAAM;IACrB,mBAAmB,SAAM;IACzB,eAAe,SAAM;IACrB,aAAa,SAAM;IAE/C,OAAO,KAAK,oBAAoB,GAG/B;IAED,MAAM,CAAC,MAAM,4BAgCX;IAEF,OAAO,CAAC,SAAS;IAWjB,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,eAAe;IAKvB,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,eAAe;IAIvB,OAAO,CAAC,WAAW;IAInB,MAAM;CAqGP"}
|