@kumori/aurora-wui-components 0.0.267-dev4121.11 → 0.0.267-dev4121.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-wui-components",
3
- "version": "0.0.267-dev4121.11",
3
+ "version": "0.0.267-dev4121.2",
4
4
  "description": "Aurora web component library",
5
5
  "license": "ISC",
6
6
  "type": "module",
@@ -1,21 +0,0 @@
1
- import { LitElement } from 'lit';
2
- import { SelectOption } from './axebow-select-input.js';
3
- export declare class AxebowPlanSelectField extends LitElement {
4
- static styles: import('lit').CSSResult[];
5
- options: SelectOption[];
6
- value: string;
7
- availablePlansLabel: string;
8
- noPlansLabel: string;
9
- createPlanLabel: string;
10
- createNewPlanLabel: string;
11
- onPlanChange?: (value: string) => void;
12
- onCreatePlan?: () => void;
13
- private handleChange;
14
- render(): import('lit-html').TemplateResult<1>;
15
- }
16
- declare global {
17
- interface HTMLElementTagNameMap {
18
- 'axebow-plan-select-field': AxebowPlanSelectField;
19
- }
20
- }
21
- //# sourceMappingURL=axebow-plan-select-field.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"axebow-plan-select-field.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-plan-select-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,MAAM,KAAK,CAAC;AAIlD,OAAO,uCAAuC,CAAC;AAC/C,OAAO,mBAAmB,CAAC;AAC3B,OAAO,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,qBACa,qBAAsB,SAAQ,UAAU;IACnD,MAAM,CAAC,MAAM,4BAAyC;IAE3B,OAAO,EAAE,YAAY,EAAE,CAAM;IAC5B,KAAK,SAAM;IACX,mBAAmB,SAAM;IACzB,YAAY,SAAM;IAClB,eAAe,SAAM;IACrB,kBAAkB,SAAM;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAE1D,OAAO,CAAC,YAAY;IAKpB,MAAM;CA2BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,0BAA0B,EAAE,qBAAqB,CAAC;KACnD;CACF"}
@@ -1,10 +0,0 @@
1
- import { AxebowSelectInput } from './axebow-select-input.js';
2
- export declare class AxebowSelectInputWithDivider extends AxebowSelectInput {
3
- static styles: import('lit').CSSResult[];
4
- }
5
- declare global {
6
- interface HTMLElementTagNameMap {
7
- 'axebow-select-input-with-divider': AxebowSelectInputWithDivider;
8
- }
9
- }
10
- //# sourceMappingURL=axebow-select-input-with-divider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"axebow-select-input-with-divider.d.ts","sourceRoot":"","sources":["../../../src/components/axebow-input/axebow-select-input-with-divider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE7D,qBACa,4BAA6B,SAAQ,iBAAiB;IACjE,MAAM,CAAC,MAAM,4BA2CX;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kCAAkC,EAAE,4BAA4B,CAAC;KAClE;CACF"}