@ai-table/grid 0.1.12 → 0.1.13
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/components/field-setting/field-setting.component.d.ts +11 -10
- package/components/field-setting/field-setting.component.d.ts.map +1 -1
- package/core/utils/field.d.ts.map +1 -1
- package/fesm2022/ai-table-grid.mjs +728 -660
- package/fesm2022/ai-table-grid.mjs.map +1 -1
- package/grid-base.component.d.ts.map +1 -1
- package/grid.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/services/field.service.d.ts.map +1 -1
- package/types/field.d.ts +2 -1
- package/types/field.d.ts.map +1 -1
- package/utils/clipboard/paste.d.ts.map +1 -1
- package/utils/field/field-operable.d.ts.map +1 -1
- package/utils/field/model/rate.d.ts.map +1 -1
- package/utils/field/model/select.d.ts +6 -2
- package/utils/field/model/select.d.ts.map +1 -1
@@ -1,18 +1,19 @@
|
|
1
1
|
import { OnInit, TemplateRef } from '@angular/core';
|
2
2
|
import { ThyPopoverRef } from 'ngx-tethys/popover';
|
3
|
-
import { AITableField, AITableFieldOption, SetFieldOptions, AITableFieldType } from '@ai-table/utils';
|
3
|
+
import { AITableField, AITableFieldOption, SetFieldOptions, AITableFieldType, AITableReferences } from '@ai-table/utils';
|
4
4
|
import { AITable } from '../../core';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class AITableFieldSetting implements OnInit {
|
7
7
|
aiEditField: import("@angular/core").ModelSignal<AITableField>;
|
8
|
-
aiTable: import("@angular/core").InputSignal<AITable>;
|
9
|
-
aiExternalTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
8
|
+
readonly aiTable: import("@angular/core").InputSignal<AITable>;
|
9
|
+
readonly aiExternalTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
10
|
+
readonly aiReferences: import("@angular/core").InputSignal<AITableReferences | undefined>;
|
11
|
+
readonly isUpdate: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
12
|
+
readonly addField: import("@angular/core").OutputEmitterRef<AITableField>;
|
13
|
+
readonly setField: import("@angular/core").OutputEmitterRef<SetFieldOptions<unknown>>;
|
14
|
+
readonly selectedFieldOption: import("@angular/core").Signal<AITableFieldOption>;
|
14
15
|
fieldMaxLength: number;
|
15
|
-
validatorConfig: import("@angular/core").Signal<{
|
16
|
+
readonly validatorConfig: import("@angular/core").Signal<{
|
16
17
|
validationMessages: {
|
17
18
|
fieldName: {
|
18
19
|
required: string;
|
@@ -20,7 +21,7 @@ export declare class AITableFieldSetting implements OnInit {
|
|
20
21
|
};
|
21
22
|
};
|
22
23
|
}>;
|
23
|
-
fieldOptions: import("@angular/core").Signal<{
|
24
|
+
readonly fieldOptions: import("@angular/core").Signal<{
|
24
25
|
base: AITableFieldOption[];
|
25
26
|
advanced: AITableFieldOption[];
|
26
27
|
}>;
|
@@ -47,6 +48,6 @@ export declare class AITableFieldSetting implements OnInit {
|
|
47
48
|
advanced: string;
|
48
49
|
}>;
|
49
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AITableFieldSetting, never>;
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AITableFieldSetting, "ai-table-field-setting", never, { "aiEditField": { "alias": "aiEditField"; "required": true; "isSignal": true; }; "aiTable": { "alias": "aiTable"; "required": true; "isSignal": true; }; "aiExternalTemplate": { "alias": "aiExternalTemplate"; "required": false; "isSignal": true; }; "isUpdate": { "alias": "isUpdate"; "required": false; "isSignal": true; }; }, { "aiEditField": "aiEditFieldChange"; "addField": "addField"; "setField": "setField"; }, never, never, true, never>;
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AITableFieldSetting, "ai-table-field-setting", never, { "aiEditField": { "alias": "aiEditField"; "required": true; "isSignal": true; }; "aiTable": { "alias": "aiTable"; "required": true; "isSignal": true; }; "aiExternalTemplate": { "alias": "aiExternalTemplate"; "required": false; "isSignal": true; }; "aiReferences": { "alias": "aiReferences"; "required": false; "isSignal": true; }; "isUpdate": { "alias": "isUpdate"; "required": false; "isSignal": true; }; }, { "aiEditField": "aiEditFieldChange"; "addField": "addField"; "setField": "setField"; }, never, never, true, never>;
|
51
52
|
}
|
52
53
|
//# sourceMappingURL=field-setting.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"field-setting.component.d.ts","sourceRoot":"","sources":["../../../../packages/grid/src/components/field-setting/field-setting.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGH,MAAM,EACN,WAAW,EAQd,MAAM,eAAe,CAAC;AAgBvB,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,eAAe,EAAE,gBAAgB,EAAkB,MAAM,iBAAiB,CAAC;
|
1
|
+
{"version":3,"file":"field-setting.component.d.ts","sourceRoot":"","sources":["../../../../packages/grid/src/components/field-setting/field-setting.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGH,MAAM,EACN,WAAW,EAQd,MAAM,eAAe,CAAC;AAgBvB,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGnD,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,eAAe,EAAE,gBAAgB,EAAkB,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAIzI,OAAO,EAAE,OAAO,EAAkE,MAAM,YAAY,CAAC;;AAGrG,qBAqCa,mBAAoB,YAAW,MAAM;IAC9C,WAAW,oDAAkC;IAE7C,QAAQ,CAAC,OAAO,+CAA6B;IAE7C,QAAQ,CAAC,kBAAkB,+DAAwC;IAEnE,QAAQ,CAAC,YAAY,qEAA8B;IAEnD,QAAQ,CAAC,QAAQ,qEAAmE;IAEpF,QAAQ,CAAC,QAAQ,yDAA0B;IAE3C,QAAQ,CAAC,QAAQ,qEAA6B;IAE9C,QAAQ,CAAC,mBAAmB,qDAEzB;IAEH,cAAc,SAAM;IAEpB,QAAQ,CAAC,eAAe;;;;;;;OASrB;IAEH,QAAQ,CAAC,YAAY;cACX,kBAAkB,EAAE;kBAChB,kBAAkB,EAAE;OAO/B;IAEH,gBAAgB,0BAAoB;IAEpC,gBAAgB,UAAS;IAEzB,OAAO,CAAC,iBAAiB,CAAiB;IAE1C,SAAS,CAAC,aAAa,+BAA8C;IAErE,QAAQ,IAAI,IAAI;IAKhB,eAAe,GAAI,WAAW,MAAM,wCAOlC;IAEF,eAAe,CAAC,KAAK,EAAE,kBAAkB;IAmBzC,iBAAiB;IAYjB,oBAAoB;IAUpB,cAAc,CAAC,CAAC,EAAE,KAAK;IAKvB,UAAU,CAAC,KAAK,EAAE,KAAK;IAIvB,MAAM;IAIN,SAAS;;;;;;;;;OAWN;yCAlIM,mBAAmB;2CAAnB,mBAAmB;CAmI/B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../../../packages/grid/src/core/utils/field.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB,
|
1
|
+
{"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../../../packages/grid/src/core/utils/field.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB,EAAyC,MAAM,iBAAiB,CAAC;AAE5H,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,eAAO,MAAM,YAAY,GAAI,OAAO,YAAY,YAS/C,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,YAAY,YAIhD,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,YAAY,YAEhD,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,YAAY,YAE9C,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,YAAY,uBAQvD;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,kBAAkB,UAWjF;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,kCAOnF;AAED,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,kBAAkB,EAAE,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,GAAG,OAAO,CAOxG;AAED,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,GAAE,gBAAwC;;;;EAIlG"}
|