@logosphere-ui/angular 0.0.1-alpha.16 → 0.0.1-alpha.18

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.
Files changed (34) hide show
  1. package/fesm2022/logosphere-ui-angular-src-lib-input.mjs +5 -2
  2. package/fesm2022/logosphere-ui-angular-src-lib-input.mjs.map +1 -1
  3. package/fesm2022/logosphere-ui-angular.mjs +6 -433
  4. package/fesm2022/logosphere-ui-angular.mjs.map +1 -1
  5. package/package.json +2 -38
  6. package/types/logosphere-ui-angular-src-lib-input.d.ts +2 -1
  7. package/types/logosphere-ui-angular.d.ts +6 -229
  8. package/fesm2022/logosphere-ui-angular-src-lib-accordion.mjs +0 -59
  9. package/fesm2022/logosphere-ui-angular-src-lib-accordion.mjs.map +0 -1
  10. package/fesm2022/logosphere-ui-angular-src-lib-chip-group.mjs +0 -49
  11. package/fesm2022/logosphere-ui-angular-src-lib-chip-group.mjs.map +0 -1
  12. package/fesm2022/logosphere-ui-angular-src-lib-collapse.mjs +0 -59
  13. package/fesm2022/logosphere-ui-angular-src-lib-collapse.mjs.map +0 -1
  14. package/fesm2022/logosphere-ui-angular-src-lib-icon.mjs +0 -26
  15. package/fesm2022/logosphere-ui-angular-src-lib-icon.mjs.map +0 -1
  16. package/fesm2022/logosphere-ui-angular-src-lib-input-group.mjs +0 -33
  17. package/fesm2022/logosphere-ui-angular-src-lib-input-group.mjs.map +0 -1
  18. package/fesm2022/logosphere-ui-angular-src-lib-slider.mjs +0 -76
  19. package/fesm2022/logosphere-ui-angular-src-lib-slider.mjs.map +0 -1
  20. package/fesm2022/logosphere-ui-angular-src-lib-split-button.mjs +0 -77
  21. package/fesm2022/logosphere-ui-angular-src-lib-split-button.mjs.map +0 -1
  22. package/fesm2022/logosphere-ui-angular-src-lib-stepper.mjs +0 -49
  23. package/fesm2022/logosphere-ui-angular-src-lib-stepper.mjs.map +0 -1
  24. package/fesm2022/logosphere-ui-angular-src-lib-table.mjs +0 -83
  25. package/fesm2022/logosphere-ui-angular-src-lib-table.mjs.map +0 -1
  26. package/types/logosphere-ui-angular-src-lib-accordion.d.ts +0 -26
  27. package/types/logosphere-ui-angular-src-lib-chip-group.d.ts +0 -24
  28. package/types/logosphere-ui-angular-src-lib-collapse.d.ts +0 -18
  29. package/types/logosphere-ui-angular-src-lib-icon.d.ts +0 -10
  30. package/types/logosphere-ui-angular-src-lib-input-group.d.ts +0 -9
  31. package/types/logosphere-ui-angular-src-lib-slider.d.ts +0 -27
  32. package/types/logosphere-ui-angular-src-lib-split-button.d.ts +0 -33
  33. package/types/logosphere-ui-angular-src-lib-stepper.d.ts +0 -26
  34. package/types/logosphere-ui-angular-src-lib-table.d.ts +0 -83
@@ -1 +0,0 @@
1
- {"version":3,"file":"logosphere-ui-angular-src-lib-collapse.mjs","sources":["../../projects/wrapper/src/lib/collapse/collapse.ts","../../projects/wrapper/src/lib/collapse/logosphere-ui-angular-src-lib-collapse.ts"],"sourcesContent":["import { Component, CUSTOM_ELEMENTS_SCHEMA, input, output } from '@angular/core';\nimport '@logosphere-ui/core/collapse';\n\n@Component({\n selector: 'lgs-collapse',\n imports: [],\n template: `\n <logosphere-collapse\n [title]=\"title()\"\n [expanded]=\"expanded()\"\n [disabled]=\"disabled()\"\n [border]=\"border()\"\n [iconPosition]=\"iconPosition()\"\n [size]=\"size()\"\n (toggle)=\"onToggle($event)\"\n >\n <ng-content></ng-content>\n </logosphere-collapse>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereCollapse {\n title = input<string>('');\n expanded = input<boolean>(false);\n disabled = input<boolean>(false);\n border = input<'full' | 'bottom'>('full');\n iconPosition = input<'left' | 'right'>('right');\n size = input<'default' | 'large'>('default');\n\n toggle = output<{ expanded: boolean }>();\n\n onToggle(event: Event) {\n const e = event as CustomEvent<{ expanded: boolean }>;\n this.toggle.emit(e.detail);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAqBa,kBAAkB,CAAA;AAC7B,IAAA,KAAK,GAAG,KAAK,CAAS,EAAE,iDAAC;AACzB,IAAA,QAAQ,GAAG,KAAK,CAAU,KAAK,oDAAC;AAChC,IAAA,QAAQ,GAAG,KAAK,CAAU,KAAK,oDAAC;AAChC,IAAA,MAAM,GAAG,KAAK,CAAoB,MAAM,kDAAC;AACzC,IAAA,YAAY,GAAG,KAAK,CAAmB,OAAO,wDAAC;AAC/C,IAAA,IAAI,GAAG,KAAK,CAAsB,SAAS,gDAAC;IAE5C,MAAM,GAAG,MAAM,EAAyB;AAExC,IAAA,QAAQ,CAAC,KAAY,EAAA;QACnB,MAAM,CAAC,GAAG,KAA2C;QACrD,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IAC5B;uGAbW,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAlB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,YAAA,EAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,UAAA,EAAA,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAfnB;;;;;;;;;;;;AAYT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAGU,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAlB9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,QAAQ,EAAE;;;;;;;;;;;;AAYT,EAAA,CAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACpBD;;AAEG;;;;"}
@@ -1,26 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { input, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
- import '@logosphere-ui/core/icon';
4
-
5
- class LogosphereIcon {
6
- name = input('', ...(ngDevMode ? [{ debugName: "name" }] : []));
7
- size = input(20, ...(ngDevMode ? [{ debugName: "size" }] : []));
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereIcon, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereIcon, isStandalone: true, selector: "lgs-icon", inputs: { name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `<ui-icon [name]="name()" [size]="size()"></ui-icon>`, isInline: true });
10
- }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereIcon, decorators: [{
12
- type: Component,
13
- args: [{
14
- selector: 'lgs-icon',
15
- imports: [],
16
- template: `<ui-icon [name]="name()" [size]="size()"></ui-icon>`,
17
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
18
- }]
19
- }], propDecorators: { name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }] } });
20
-
21
- /**
22
- * Generated bundle index. Do not edit.
23
- */
24
-
25
- export { LogosphereIcon };
26
- //# sourceMappingURL=logosphere-ui-angular-src-lib-icon.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logosphere-ui-angular-src-lib-icon.mjs","sources":["../../projects/wrapper/src/lib/icon/icon.ts","../../projects/wrapper/src/lib/icon/logosphere-ui-angular-src-lib-icon.ts"],"sourcesContent":["import { Component, CUSTOM_ELEMENTS_SCHEMA, input } from '@angular/core';\nimport '@logosphere-ui/core/icon';\n\n@Component({\n selector: 'lgs-icon',\n imports: [],\n template: `<ui-icon [name]=\"name()\" [size]=\"size()\"></ui-icon>`,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereIcon {\n name = input<string>('');\n size = input<number>(20);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MASa,cAAc,CAAA;AACzB,IAAA,IAAI,GAAG,KAAK,CAAS,EAAE,gDAAC;AACxB,IAAA,IAAI,GAAG,KAAK,CAAS,EAAE,gDAAC;uGAFb,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAd,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,cAAc,0TAHf,CAAA,mDAAA,CAAqD,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAGpD,cAAc,EAAA,UAAA,EAAA,CAAA;kBAN1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,QAAQ,EAAE,CAAA,mDAAA,CAAqD;oBAC/D,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACRD;;AAEG;;;;"}
@@ -1,33 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { input, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
- import '@logosphere-ui/core/input-group';
4
-
5
- class LogosphereInputGroup {
6
- stretch = input(true, ...(ngDevMode ? [{ debugName: "stretch" }] : []));
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereInputGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereInputGroup, isStandalone: true, selector: "lgs-input-group", inputs: { stretch: { classPropertyName: "stretch", publicName: "stretch", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
9
- <logosphere-input-group [stretch]="stretch()">
10
- <ng-content></ng-content>
11
- </logosphere-input-group>
12
- `, isInline: true });
13
- }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereInputGroup, decorators: [{
15
- type: Component,
16
- args: [{
17
- selector: 'lgs-input-group',
18
- imports: [],
19
- template: `
20
- <logosphere-input-group [stretch]="stretch()">
21
- <ng-content></ng-content>
22
- </logosphere-input-group>
23
- `,
24
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
25
- }]
26
- }], propDecorators: { stretch: [{ type: i0.Input, args: [{ isSignal: true, alias: "stretch", required: false }] }] } });
27
-
28
- /**
29
- * Generated bundle index. Do not edit.
30
- */
31
-
32
- export { LogosphereInputGroup };
33
- //# sourceMappingURL=logosphere-ui-angular-src-lib-input-group.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logosphere-ui-angular-src-lib-input-group.mjs","sources":["../../projects/wrapper/src/lib/input-group/input-group.ts","../../projects/wrapper/src/lib/input-group/logosphere-ui-angular-src-lib-input-group.ts"],"sourcesContent":["import { Component, CUSTOM_ELEMENTS_SCHEMA, input } from '@angular/core';\nimport '@logosphere-ui/core/input-group';\n\n@Component({\n selector: 'lgs-input-group',\n imports: [],\n template: `\n <logosphere-input-group [stretch]=\"stretch()\">\n <ng-content></ng-content>\n </logosphere-input-group>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereInputGroup {\n stretch = input<boolean>(true);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAaa,oBAAoB,CAAA;AAC/B,IAAA,OAAO,GAAG,KAAK,CAAU,IAAI,mDAAC;uGADnB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAApB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAPrB;;;;AAIT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAGU,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAVhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,QAAQ,EAAE;;;;AAIT,EAAA,CAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
@@ -1,76 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { input, output, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
- import '@logosphere-ui/core/slider';
4
-
5
- class LogosphereSlider {
6
- value = input(50, ...(ngDevMode ? [{ debugName: "value" }] : []));
7
- min = input(0, ...(ngDevMode ? [{ debugName: "min" }] : []));
8
- max = input(100, ...(ngDevMode ? [{ debugName: "max" }] : []));
9
- step = input(1, ...(ngDevMode ? [{ debugName: "step" }] : []));
10
- disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
11
- range = input(false, ...(ngDevMode ? [{ debugName: "range" }] : []));
12
- rangeStart = input(25, ...(ngDevMode ? [{ debugName: "rangeStart" }] : []));
13
- rangeEnd = input(75, ...(ngDevMode ? [{ debugName: "rangeEnd" }] : []));
14
- minDistance = input(0, ...(ngDevMode ? [{ debugName: "minDistance" }] : []));
15
- tooltip = input('never', ...(ngDevMode ? [{ debugName: "tooltip" }] : []));
16
- showScale = input(false, ...(ngDevMode ? [{ debugName: "showScale" }] : []));
17
- percentage = input(false, ...(ngDevMode ? [{ debugName: "percentage" }] : []));
18
- labels = input([], ...(ngDevMode ? [{ debugName: "labels" }] : []));
19
- sliderChange = output();
20
- onSliderChange(event) {
21
- const e = event;
22
- this.sliderChange.emit(e.detail);
23
- }
24
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereSlider, deps: [], target: i0.ɵɵFactoryTarget.Component });
25
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereSlider, isStandalone: true, selector: "lgs-slider", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, range: { classPropertyName: "range", publicName: "range", isSignal: true, isRequired: false, transformFunction: null }, rangeStart: { classPropertyName: "rangeStart", publicName: "rangeStart", isSignal: true, isRequired: false, transformFunction: null }, rangeEnd: { classPropertyName: "rangeEnd", publicName: "rangeEnd", isSignal: true, isRequired: false, transformFunction: null }, minDistance: { classPropertyName: "minDistance", publicName: "minDistance", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, showScale: { classPropertyName: "showScale", publicName: "showScale", isSignal: true, isRequired: false, transformFunction: null }, percentage: { classPropertyName: "percentage", publicName: "percentage", isSignal: true, isRequired: false, transformFunction: null }, labels: { classPropertyName: "labels", publicName: "labels", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { sliderChange: "sliderChange" }, ngImport: i0, template: `
26
- <logosphere-slider
27
- [value]="value()"
28
- [min]="min()"
29
- [max]="max()"
30
- [step]="step()"
31
- [disabled]="disabled()"
32
- [range]="range()"
33
- [rangeStart]="rangeStart()"
34
- [rangeEnd]="rangeEnd()"
35
- [minDistance]="minDistance()"
36
- [tooltip]="tooltip()"
37
- [showScale]="showScale()"
38
- [percentage]="percentage()"
39
- [labels]="labels()"
40
- (change)="onSliderChange($event)"
41
- ></logosphere-slider>
42
- `, isInline: true });
43
- }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereSlider, decorators: [{
45
- type: Component,
46
- args: [{
47
- selector: 'lgs-slider',
48
- imports: [],
49
- template: `
50
- <logosphere-slider
51
- [value]="value()"
52
- [min]="min()"
53
- [max]="max()"
54
- [step]="step()"
55
- [disabled]="disabled()"
56
- [range]="range()"
57
- [rangeStart]="rangeStart()"
58
- [rangeEnd]="rangeEnd()"
59
- [minDistance]="minDistance()"
60
- [tooltip]="tooltip()"
61
- [showScale]="showScale()"
62
- [percentage]="percentage()"
63
- [labels]="labels()"
64
- (change)="onSliderChange($event)"
65
- ></logosphere-slider>
66
- `,
67
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
68
- }]
69
- }], propDecorators: { value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], range: [{ type: i0.Input, args: [{ isSignal: true, alias: "range", required: false }] }], rangeStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "rangeStart", required: false }] }], rangeEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "rangeEnd", required: false }] }], minDistance: [{ type: i0.Input, args: [{ isSignal: true, alias: "minDistance", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], showScale: [{ type: i0.Input, args: [{ isSignal: true, alias: "showScale", required: false }] }], percentage: [{ type: i0.Input, args: [{ isSignal: true, alias: "percentage", required: false }] }], labels: [{ type: i0.Input, args: [{ isSignal: true, alias: "labels", required: false }] }], sliderChange: [{ type: i0.Output, args: ["sliderChange"] }] } });
70
-
71
- /**
72
- * Generated bundle index. Do not edit.
73
- */
74
-
75
- export { LogosphereSlider };
76
- //# sourceMappingURL=logosphere-ui-angular-src-lib-slider.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logosphere-ui-angular-src-lib-slider.mjs","sources":["../../projects/wrapper/src/lib/slider/slider.ts","../../projects/wrapper/src/lib/slider/logosphere-ui-angular-src-lib-slider.ts"],"sourcesContent":["import { Component, CUSTOM_ELEMENTS_SCHEMA, input, output } from '@angular/core';\nimport '@logosphere-ui/core/slider';\n\n@Component({\n selector: 'lgs-slider',\n imports: [],\n template: `\n <logosphere-slider\n [value]=\"value()\"\n [min]=\"min()\"\n [max]=\"max()\"\n [step]=\"step()\"\n [disabled]=\"disabled()\"\n [range]=\"range()\"\n [rangeStart]=\"rangeStart()\"\n [rangeEnd]=\"rangeEnd()\"\n [minDistance]=\"minDistance()\"\n [tooltip]=\"tooltip()\"\n [showScale]=\"showScale()\"\n [percentage]=\"percentage()\"\n [labels]=\"labels()\"\n (change)=\"onSliderChange($event)\"\n ></logosphere-slider>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereSlider {\n value = input<number>(50);\n min = input<number>(0);\n max = input<number>(100);\n step = input<number>(1);\n disabled = input<boolean>(false);\n range = input<boolean>(false);\n rangeStart = input<number>(25);\n rangeEnd = input<number>(75);\n minDistance = input<number>(0);\n tooltip = input<'always' | 'hover' | 'never'>('never');\n showScale = input<boolean>(false);\n percentage = input<boolean>(false);\n labels = input<string[]>([]);\n\n sliderChange = output<{ value?: number; rangeStart?: number; rangeEnd?: number }>();\n\n onSliderChange(event: Event) {\n const e = event as CustomEvent<{ value?: number; rangeStart?: number; rangeEnd?: number }>;\n this.sliderChange.emit(e.detail);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -1,77 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { input, output, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
- import '@logosphere-ui/core/split-button';
4
-
5
- class LogosphereSplitButton {
6
- label = input('Button', ...(ngDevMode ? [{ debugName: "label" }] : []));
7
- size = input('md', ...(ngDevMode ? [{ debugName: "size" }] : []));
8
- theme = input('primary', ...(ngDevMode ? [{ debugName: "theme" }] : []));
9
- disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
10
- dropdownDisabled = input(false, ...(ngDevMode ? [{ debugName: "dropdownDisabled" }] : []));
11
- items = input([], ...(ngDevMode ? [{ debugName: "items" }] : []));
12
- action = output();
13
- dropdownOpen = output();
14
- dropdownClose = output();
15
- itemSelect = output();
16
- onAction() {
17
- this.action.emit();
18
- }
19
- onDropdownOpen() {
20
- this.dropdownOpen.emit();
21
- }
22
- onDropdownClose() {
23
- this.dropdownClose.emit();
24
- }
25
- onItemSelect(event) {
26
- const e = event;
27
- this.itemSelect.emit(e.detail);
28
- }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereSplitButton, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereSplitButton, isStandalone: true, selector: "lgs-split-button", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, dropdownDisabled: { classPropertyName: "dropdownDisabled", publicName: "dropdownDisabled", isSignal: true, isRequired: false, transformFunction: null }, items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { action: "action", dropdownOpen: "dropdownOpen", dropdownClose: "dropdownClose", itemSelect: "itemSelect" }, ngImport: i0, template: `
31
- <logosphere-split-button
32
- [label]="label()"
33
- [size]="size()"
34
- [theme]="theme()"
35
- [disabled]="disabled()"
36
- [dropdownDisabled]="dropdownDisabled()"
37
- [items]="items()"
38
- (action)="onAction()"
39
- (dropdown-open)="onDropdownOpen()"
40
- (dropdown-close)="onDropdownClose()"
41
- (item-select)="onItemSelect($event)"
42
- >
43
- <ng-content></ng-content>
44
- </logosphere-split-button>
45
- `, isInline: true });
46
- }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereSplitButton, decorators: [{
48
- type: Component,
49
- args: [{
50
- selector: 'lgs-split-button',
51
- imports: [],
52
- template: `
53
- <logosphere-split-button
54
- [label]="label()"
55
- [size]="size()"
56
- [theme]="theme()"
57
- [disabled]="disabled()"
58
- [dropdownDisabled]="dropdownDisabled()"
59
- [items]="items()"
60
- (action)="onAction()"
61
- (dropdown-open)="onDropdownOpen()"
62
- (dropdown-close)="onDropdownClose()"
63
- (item-select)="onItemSelect($event)"
64
- >
65
- <ng-content></ng-content>
66
- </logosphere-split-button>
67
- `,
68
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
69
- }]
70
- }], propDecorators: { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], theme: [{ type: i0.Input, args: [{ isSignal: true, alias: "theme", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], dropdownDisabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "dropdownDisabled", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }], action: [{ type: i0.Output, args: ["action"] }], dropdownOpen: [{ type: i0.Output, args: ["dropdownOpen"] }], dropdownClose: [{ type: i0.Output, args: ["dropdownClose"] }], itemSelect: [{ type: i0.Output, args: ["itemSelect"] }] } });
71
-
72
- /**
73
- * Generated bundle index. Do not edit.
74
- */
75
-
76
- export { LogosphereSplitButton };
77
- //# sourceMappingURL=logosphere-ui-angular-src-lib-split-button.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logosphere-ui-angular-src-lib-split-button.mjs","sources":["../../projects/wrapper/src/lib/split-button/split-button.ts","../../projects/wrapper/src/lib/split-button/logosphere-ui-angular-src-lib-split-button.ts"],"sourcesContent":["import { Component, CUSTOM_ELEMENTS_SCHEMA, input, output } from '@angular/core';\nimport '@logosphere-ui/core/split-button';\n\nexport interface SplitButtonItem {\n label: string;\n value: string;\n icon?: string;\n disabled?: boolean;\n divider?: boolean;\n}\n\n@Component({\n selector: 'lgs-split-button',\n imports: [],\n template: `\n <logosphere-split-button\n [label]=\"label()\"\n [size]=\"size()\"\n [theme]=\"theme()\"\n [disabled]=\"disabled()\"\n [dropdownDisabled]=\"dropdownDisabled()\"\n [items]=\"items()\"\n (action)=\"onAction()\"\n (dropdown-open)=\"onDropdownOpen()\"\n (dropdown-close)=\"onDropdownClose()\"\n (item-select)=\"onItemSelect($event)\"\n >\n <ng-content></ng-content>\n </logosphere-split-button>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereSplitButton {\n label = input<string>('Button');\n size = input<'sm' | 'md' | 'lg'>('md');\n theme = input<string>('primary');\n disabled = input<boolean>(false);\n dropdownDisabled = input<boolean>(false);\n items = input<SplitButtonItem[]>([]);\n\n action = output<void>();\n dropdownOpen = output<void>();\n dropdownClose = output<void>();\n itemSelect = output<{ value: string; item: SplitButtonItem }>();\n\n onAction() {\n this.action.emit();\n }\n\n onDropdownOpen() {\n this.dropdownOpen.emit();\n }\n\n onDropdownClose() {\n this.dropdownClose.emit();\n }\n\n onItemSelect(event: Event) {\n const e = event as CustomEvent<{ value: string; item: SplitButtonItem }>;\n this.itemSelect.emit(e.detail);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -1,49 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { input, output, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
- import '@logosphere-ui/core/stepper';
4
-
5
- class LogosphereStepper {
6
- steps = input([], ...(ngDevMode ? [{ debugName: "steps" }] : []));
7
- activeStep = input(0, ...(ngDevMode ? [{ debugName: "activeStep" }] : []));
8
- orientation = input('horizontal', ...(ngDevMode ? [{ debugName: "orientation" }] : []));
9
- clickable = input(false, ...(ngDevMode ? [{ debugName: "clickable" }] : []));
10
- stepChange = output();
11
- onStepChange(event) {
12
- const e = event;
13
- this.stepChange.emit(e.detail);
14
- }
15
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereStepper, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereStepper, isStandalone: true, selector: "lgs-stepper", inputs: { steps: { classPropertyName: "steps", publicName: "steps", isSignal: true, isRequired: false, transformFunction: null }, activeStep: { classPropertyName: "activeStep", publicName: "activeStep", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null }, clickable: { classPropertyName: "clickable", publicName: "clickable", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stepChange: "stepChange" }, ngImport: i0, template: `
17
- <logosphere-stepper
18
- [steps]="steps()"
19
- [activeStep]="activeStep()"
20
- [orientation]="orientation()"
21
- [clickable]="clickable()"
22
- (step-change)="onStepChange($event)"
23
- ></logosphere-stepper>
24
- `, isInline: true });
25
- }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereStepper, decorators: [{
27
- type: Component,
28
- args: [{
29
- selector: 'lgs-stepper',
30
- imports: [],
31
- template: `
32
- <logosphere-stepper
33
- [steps]="steps()"
34
- [activeStep]="activeStep()"
35
- [orientation]="orientation()"
36
- [clickable]="clickable()"
37
- (step-change)="onStepChange($event)"
38
- ></logosphere-stepper>
39
- `,
40
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
41
- }]
42
- }], propDecorators: { steps: [{ type: i0.Input, args: [{ isSignal: true, alias: "steps", required: false }] }], activeStep: [{ type: i0.Input, args: [{ isSignal: true, alias: "activeStep", required: false }] }], orientation: [{ type: i0.Input, args: [{ isSignal: true, alias: "orientation", required: false }] }], clickable: [{ type: i0.Input, args: [{ isSignal: true, alias: "clickable", required: false }] }], stepChange: [{ type: i0.Output, args: ["stepChange"] }] } });
43
-
44
- /**
45
- * Generated bundle index. Do not edit.
46
- */
47
-
48
- export { LogosphereStepper };
49
- //# sourceMappingURL=logosphere-ui-angular-src-lib-stepper.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logosphere-ui-angular-src-lib-stepper.mjs","sources":["../../projects/wrapper/src/lib/stepper/stepper.ts","../../projects/wrapper/src/lib/stepper/logosphere-ui-angular-src-lib-stepper.ts"],"sourcesContent":["import { Component, CUSTOM_ELEMENTS_SCHEMA, input, output } from '@angular/core';\nimport '@logosphere-ui/core/stepper';\n\nexport type StepState = 'completed' | 'current' | 'upcoming' | 'disabled';\nexport type StepperOrientation = 'horizontal' | 'vertical';\n\nexport interface StepItem {\n title: string;\n description?: string;\n state?: StepState;\n disabled?: boolean;\n}\n\n@Component({\n selector: 'lgs-stepper',\n imports: [],\n template: `\n <logosphere-stepper\n [steps]=\"steps()\"\n [activeStep]=\"activeStep()\"\n [orientation]=\"orientation()\"\n [clickable]=\"clickable()\"\n (step-change)=\"onStepChange($event)\"\n ></logosphere-stepper>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereStepper {\n steps = input<StepItem[]>([]);\n activeStep = input<number>(0);\n orientation = input<StepperOrientation>('horizontal');\n clickable = input<boolean>(false);\n\n stepChange = output<{ index: number; step: StepItem }>();\n\n onStepChange(event: Event) {\n const e = event as CustomEvent<{ index: number; step: StepItem }>;\n this.stepChange.emit(e.detail);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MA2Ba,iBAAiB,CAAA;AAC5B,IAAA,KAAK,GAAG,KAAK,CAAa,EAAE,iDAAC;AAC7B,IAAA,UAAU,GAAG,KAAK,CAAS,CAAC,sDAAC;AAC7B,IAAA,WAAW,GAAG,KAAK,CAAqB,YAAY,uDAAC;AACrD,IAAA,SAAS,GAAG,KAAK,CAAU,KAAK,qDAAC;IAEjC,UAAU,GAAG,MAAM,EAAqC;AAExD,IAAA,YAAY,CAAC,KAAY,EAAA;QACvB,MAAM,CAAC,GAAG,KAAuD;QACjE,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IAChC;uGAXW,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAjB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,aAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,WAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,UAAA,EAAA,YAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAXlB;;;;;;;;AAQT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAGU,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAd7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,aAAa;AACvB,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,QAAQ,EAAE;;;;;;;;AAQT,EAAA,CAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;AC1BD;;AAEG;;;;"}
@@ -1,83 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { input, output, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
- import '@logosphere-ui/core/table';
4
-
5
- class LogosphereTable {
6
- columns = input([], ...(ngDevMode ? [{ debugName: "columns" }] : []));
7
- actionColumn = input(undefined, ...(ngDevMode ? [{ debugName: "actionColumn" }] : []));
8
- rows = input([], ...(ngDevMode ? [{ debugName: "rows" }] : []));
9
- rowKey = input('id', ...(ngDevMode ? [{ debugName: "rowKey" }] : []));
10
- emptyMessage = input('Kayıt bulunamadı', ...(ngDevMode ? [{ debugName: "emptyMessage" }] : []));
11
- maxHeight = input(undefined, ...(ngDevMode ? [{ debugName: "maxHeight" }] : []));
12
- selection = input(false, ...(ngDevMode ? [{ debugName: "selection" }] : []));
13
- stickySelection = input(false, ...(ngDevMode ? [{ debugName: "stickySelection" }] : []));
14
- resizable = input(false, ...(ngDevMode ? [{ debugName: "resizable" }] : []));
15
- borderless = input(false, ...(ngDevMode ? [{ debugName: "borderless" }] : []));
16
- rowClick = output();
17
- sortChange = output();
18
- selectChange = output();
19
- search = output();
20
- widthChange = output();
21
- sortChangeHandler = (detail) => this.sortChange.emit(detail);
22
- selectChangeHandler = (detail) => this.selectChange.emit(detail);
23
- searchHandler = (detail) => this.search.emit(detail);
24
- widthChangeHandler = (detail) => this.widthChange.emit(detail);
25
- onRowClick(event) {
26
- const e = event;
27
- this.rowClick.emit(e.detail);
28
- }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereTable, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereTable, isStandalone: true, selector: "lgs-table", inputs: { columns: { classPropertyName: "columns", publicName: "columns", isSignal: true, isRequired: false, transformFunction: null }, actionColumn: { classPropertyName: "actionColumn", publicName: "actionColumn", isSignal: true, isRequired: false, transformFunction: null }, rows: { classPropertyName: "rows", publicName: "rows", isSignal: true, isRequired: false, transformFunction: null }, rowKey: { classPropertyName: "rowKey", publicName: "rowKey", isSignal: true, isRequired: false, transformFunction: null }, emptyMessage: { classPropertyName: "emptyMessage", publicName: "emptyMessage", isSignal: true, isRequired: false, transformFunction: null }, maxHeight: { classPropertyName: "maxHeight", publicName: "maxHeight", isSignal: true, isRequired: false, transformFunction: null }, selection: { classPropertyName: "selection", publicName: "selection", isSignal: true, isRequired: false, transformFunction: null }, stickySelection: { classPropertyName: "stickySelection", publicName: "stickySelection", isSignal: true, isRequired: false, transformFunction: null }, resizable: { classPropertyName: "resizable", publicName: "resizable", isSignal: true, isRequired: false, transformFunction: null }, borderless: { classPropertyName: "borderless", publicName: "borderless", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { rowClick: "rowClick", sortChange: "sortChange", selectChange: "selectChange", search: "search", widthChange: "widthChange" }, ngImport: i0, template: `
31
- <logosphere-table
32
- [columns]="columns()"
33
- [actionColumn]="actionColumn()"
34
- [rows]="rows()"
35
- [rowKey]="rowKey()"
36
- [emptyMessage]="emptyMessage()"
37
- [maxHeight]="maxHeight()"
38
- [selection]="selection()"
39
- [stickySelection]="stickySelection()"
40
- [resizable]="resizable()"
41
- [borderless]="borderless()"
42
- [onSortChange]="sortChangeHandler"
43
- [onSelectChange]="selectChangeHandler"
44
- [onSearch]="searchHandler"
45
- [onWidthChange]="widthChangeHandler"
46
- (row-click)="onRowClick($event)"
47
- ></logosphere-table>
48
- `, isInline: true });
49
- }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereTable, decorators: [{
51
- type: Component,
52
- args: [{
53
- selector: 'lgs-table',
54
- imports: [],
55
- template: `
56
- <logosphere-table
57
- [columns]="columns()"
58
- [actionColumn]="actionColumn()"
59
- [rows]="rows()"
60
- [rowKey]="rowKey()"
61
- [emptyMessage]="emptyMessage()"
62
- [maxHeight]="maxHeight()"
63
- [selection]="selection()"
64
- [stickySelection]="stickySelection()"
65
- [resizable]="resizable()"
66
- [borderless]="borderless()"
67
- [onSortChange]="sortChangeHandler"
68
- [onSelectChange]="selectChangeHandler"
69
- [onSearch]="searchHandler"
70
- [onWidthChange]="widthChangeHandler"
71
- (row-click)="onRowClick($event)"
72
- ></logosphere-table>
73
- `,
74
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
75
- }]
76
- }], propDecorators: { columns: [{ type: i0.Input, args: [{ isSignal: true, alias: "columns", required: false }] }], actionColumn: [{ type: i0.Input, args: [{ isSignal: true, alias: "actionColumn", required: false }] }], rows: [{ type: i0.Input, args: [{ isSignal: true, alias: "rows", required: false }] }], rowKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "rowKey", required: false }] }], emptyMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "emptyMessage", required: false }] }], maxHeight: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxHeight", required: false }] }], selection: [{ type: i0.Input, args: [{ isSignal: true, alias: "selection", required: false }] }], stickySelection: [{ type: i0.Input, args: [{ isSignal: true, alias: "stickySelection", required: false }] }], resizable: [{ type: i0.Input, args: [{ isSignal: true, alias: "resizable", required: false }] }], borderless: [{ type: i0.Input, args: [{ isSignal: true, alias: "borderless", required: false }] }], rowClick: [{ type: i0.Output, args: ["rowClick"] }], sortChange: [{ type: i0.Output, args: ["sortChange"] }], selectChange: [{ type: i0.Output, args: ["selectChange"] }], search: [{ type: i0.Output, args: ["search"] }], widthChange: [{ type: i0.Output, args: ["widthChange"] }] } });
77
-
78
- /**
79
- * Generated bundle index. Do not edit.
80
- */
81
-
82
- export { LogosphereTable };
83
- //# sourceMappingURL=logosphere-ui-angular-src-lib-table.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logosphere-ui-angular-src-lib-table.mjs","sources":["../../projects/wrapper/src/lib/table/table.ts","../../projects/wrapper/src/lib/table/logosphere-ui-angular-src-lib-table.ts"],"sourcesContent":["import { Component, CUSTOM_ELEMENTS_SCHEMA, input, output } from '@angular/core';\nimport '@logosphere-ui/core/table';\n\nexport interface TableColumn {\n key: string;\n label: string;\n width?: number;\n align?: 'left' | 'center' | 'right';\n sortable?: boolean;\n searchable?: boolean;\n sticky?: boolean;\n render?: (context: TableCellContext) => unknown;\n}\n\nexport interface TableCellContext {\n value: unknown;\n row: Record<string, unknown>;\n rowIndex: number;\n column: TableColumn;\n}\n\nexport interface TableActionContext {\n row: Record<string, unknown>;\n rowIndex: number;\n}\n\nexport interface TableActionColumn {\n width?: number;\n render: (context: TableActionContext) => unknown;\n}\n\nexport interface TableSortChangeDetail {\n column: TableColumn;\n key: string;\n direction?: 'asc' | 'desc';\n sorts: Array<{ column: TableColumn; key: string; direction: 'asc' | 'desc'; order: number }>;\n multi: boolean;\n}\n\nexport interface TableSelectionChangeDetail {\n selectedRows: Record<string, unknown>[];\n selectedKeys: Array<string | number>;\n}\n\nexport interface TableSearchChangeDetail {\n values: Array<{ key: string; value: string }>;\n}\n\nexport interface TableWidthChangeDetail {\n column: TableColumn;\n key: string;\n width: number;\n}\n\n@Component({\n selector: 'lgs-table',\n imports: [],\n template: `\n <logosphere-table\n [columns]=\"columns()\"\n [actionColumn]=\"actionColumn()\"\n [rows]=\"rows()\"\n [rowKey]=\"rowKey()\"\n [emptyMessage]=\"emptyMessage()\"\n [maxHeight]=\"maxHeight()\"\n [selection]=\"selection()\"\n [stickySelection]=\"stickySelection()\"\n [resizable]=\"resizable()\"\n [borderless]=\"borderless()\"\n [onSortChange]=\"sortChangeHandler\"\n [onSelectChange]=\"selectChangeHandler\"\n [onSearch]=\"searchHandler\"\n [onWidthChange]=\"widthChangeHandler\"\n (row-click)=\"onRowClick($event)\"\n ></logosphere-table>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereTable {\n columns = input<TableColumn[]>([]);\n actionColumn = input<TableActionColumn | undefined>(undefined);\n rows = input<Record<string, unknown>[]>([]);\n rowKey = input<string>('id');\n emptyMessage = input<string>('Kayıt bulunamadı');\n maxHeight = input<number | undefined>(undefined);\n selection = input<boolean>(false);\n stickySelection = input<boolean>(false);\n resizable = input<boolean>(false);\n borderless = input<boolean>(false);\n\n rowClick = output<{ row: Record<string, unknown>; rowIndex: number }>();\n sortChange = output<TableSortChangeDetail>();\n selectChange = output<TableSelectionChangeDetail>();\n search = output<TableSearchChangeDetail>();\n widthChange = output<TableWidthChangeDetail>();\n\n sortChangeHandler = (detail: TableSortChangeDetail) => this.sortChange.emit(detail);\n selectChangeHandler = (detail: TableSelectionChangeDetail) => this.selectChange.emit(detail);\n searchHandler = (detail: TableSearchChangeDetail) => this.search.emit(detail);\n widthChangeHandler = (detail: TableWidthChangeDetail) => this.widthChange.emit(detail);\n\n onRowClick(event: Event) {\n const e = event as CustomEvent<{ row: Record<string, unknown>; rowIndex: number }>;\n this.rowClick.emit(e.detail);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -1,26 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
-
3
- interface AccordionItem {
4
- title: string;
5
- content: string;
6
- disabled?: boolean;
7
- }
8
- declare class LogosphereAccordion {
9
- items: _angular_core.InputSignal<AccordionItem[]>;
10
- multiple: _angular_core.InputSignal<boolean>;
11
- defaultOpen: _angular_core.InputSignal<number | number[]>;
12
- border: _angular_core.InputSignal<"full" | "bottom">;
13
- iconPosition: _angular_core.InputSignal<"left" | "right">;
14
- size: _angular_core.InputSignal<"default" | "large">;
15
- accordionChange: _angular_core.OutputEmitterRef<{
16
- index: number;
17
- expanded: boolean;
18
- openIndices: number[];
19
- }>;
20
- onAccordionChange(event: Event): void;
21
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LogosphereAccordion, never>;
22
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LogosphereAccordion, "lgs-accordion", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "accordionChange": "accordionChange"; }, never, ["*"], true, never>;
23
- }
24
-
25
- export { LogosphereAccordion };
26
- export type { AccordionItem };
@@ -1,24 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
-
3
- interface ChipItem {
4
- label: string;
5
- value: string;
6
- disabled?: boolean;
7
- }
8
- declare class LogosphereChipGroup {
9
- items: _angular_core.InputSignal<ChipItem[]>;
10
- value: _angular_core.InputSignal<string[]>;
11
- theme: _angular_core.InputSignal<string>;
12
- gap: _angular_core.InputSignal<string>;
13
- chipGroupChange: _angular_core.OutputEmitterRef<{
14
- value: string[];
15
- item: ChipItem;
16
- selected: boolean;
17
- }>;
18
- onChipGroupChange(event: Event): void;
19
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LogosphereChipGroup, never>;
20
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LogosphereChipGroup, "lgs-chip-group", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "theme": { "alias": "theme"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; }, { "chipGroupChange": "chipGroupChange"; }, never, never, true, never>;
21
- }
22
-
23
- export { LogosphereChipGroup };
24
- export type { ChipItem };
@@ -1,18 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
-
3
- declare class LogosphereCollapse {
4
- title: _angular_core.InputSignal<string>;
5
- expanded: _angular_core.InputSignal<boolean>;
6
- disabled: _angular_core.InputSignal<boolean>;
7
- border: _angular_core.InputSignal<"full" | "bottom">;
8
- iconPosition: _angular_core.InputSignal<"left" | "right">;
9
- size: _angular_core.InputSignal<"default" | "large">;
10
- toggle: _angular_core.OutputEmitterRef<{
11
- expanded: boolean;
12
- }>;
13
- onToggle(event: Event): void;
14
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LogosphereCollapse, never>;
15
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LogosphereCollapse, "lgs-collapse", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "border": { "alias": "border"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "toggle": "toggle"; }, never, ["*"], true, never>;
16
- }
17
-
18
- export { LogosphereCollapse };
@@ -1,10 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
-
3
- declare class LogosphereIcon {
4
- name: _angular_core.InputSignal<string>;
5
- size: _angular_core.InputSignal<number>;
6
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LogosphereIcon, never>;
7
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LogosphereIcon, "lgs-icon", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
- }
9
-
10
- export { LogosphereIcon };
@@ -1,9 +0,0 @@
1
- import * as i0 from '@angular/core';
2
-
3
- declare class LogosphereInputGroup {
4
- stretch: i0.InputSignal<boolean>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<LogosphereInputGroup, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<LogosphereInputGroup, "lgs-input-group", never, { "stretch": { "alias": "stretch"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
- }
8
-
9
- export { LogosphereInputGroup };
@@ -1,27 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
-
3
- declare class LogosphereSlider {
4
- value: _angular_core.InputSignal<number>;
5
- min: _angular_core.InputSignal<number>;
6
- max: _angular_core.InputSignal<number>;
7
- step: _angular_core.InputSignal<number>;
8
- disabled: _angular_core.InputSignal<boolean>;
9
- range: _angular_core.InputSignal<boolean>;
10
- rangeStart: _angular_core.InputSignal<number>;
11
- rangeEnd: _angular_core.InputSignal<number>;
12
- minDistance: _angular_core.InputSignal<number>;
13
- tooltip: _angular_core.InputSignal<"always" | "hover" | "never">;
14
- showScale: _angular_core.InputSignal<boolean>;
15
- percentage: _angular_core.InputSignal<boolean>;
16
- labels: _angular_core.InputSignal<string[]>;
17
- sliderChange: _angular_core.OutputEmitterRef<{
18
- value?: number;
19
- rangeStart?: number;
20
- rangeEnd?: number;
21
- }>;
22
- onSliderChange(event: Event): void;
23
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LogosphereSlider, never>;
24
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LogosphereSlider, "lgs-slider", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "range": { "alias": "range"; "required": false; "isSignal": true; }; "rangeStart": { "alias": "rangeStart"; "required": false; "isSignal": true; }; "rangeEnd": { "alias": "rangeEnd"; "required": false; "isSignal": true; }; "minDistance": { "alias": "minDistance"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "showScale": { "alias": "showScale"; "required": false; "isSignal": true; }; "percentage": { "alias": "percentage"; "required": false; "isSignal": true; }; "labels": { "alias": "labels"; "required": false; "isSignal": true; }; }, { "sliderChange": "sliderChange"; }, never, never, true, never>;
25
- }
26
-
27
- export { LogosphereSlider };
@@ -1,33 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
-
3
- interface SplitButtonItem {
4
- label: string;
5
- value: string;
6
- icon?: string;
7
- disabled?: boolean;
8
- divider?: boolean;
9
- }
10
- declare class LogosphereSplitButton {
11
- label: _angular_core.InputSignal<string>;
12
- size: _angular_core.InputSignal<"sm" | "md" | "lg">;
13
- theme: _angular_core.InputSignal<string>;
14
- disabled: _angular_core.InputSignal<boolean>;
15
- dropdownDisabled: _angular_core.InputSignal<boolean>;
16
- items: _angular_core.InputSignal<SplitButtonItem[]>;
17
- action: _angular_core.OutputEmitterRef<void>;
18
- dropdownOpen: _angular_core.OutputEmitterRef<void>;
19
- dropdownClose: _angular_core.OutputEmitterRef<void>;
20
- itemSelect: _angular_core.OutputEmitterRef<{
21
- value: string;
22
- item: SplitButtonItem;
23
- }>;
24
- onAction(): void;
25
- onDropdownOpen(): void;
26
- onDropdownClose(): void;
27
- onItemSelect(event: Event): void;
28
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<LogosphereSplitButton, never>;
29
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LogosphereSplitButton, "lgs-split-button", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "theme": { "alias": "theme"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "dropdownDisabled": { "alias": "dropdownDisabled"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "action": "action"; "dropdownOpen": "dropdownOpen"; "dropdownClose": "dropdownClose"; "itemSelect": "itemSelect"; }, never, ["*"], true, never>;
30
- }
31
-
32
- export { LogosphereSplitButton };
33
- export type { SplitButtonItem };