@meshmakers/octo-ui 2.0.2303-15001 → 2.0.2303-25001

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.
@@ -3,10 +3,10 @@ import { CommonModule } from '@angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export class ListElementModule {
5
5
  }
6
- ListElementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- ListElementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
8
- ListElementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, decorators: [{
6
+ ListElementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ ListElementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
8
+ ListElementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [],
@@ -7,10 +7,10 @@ import { DataSourceBase, PagedResultDto } from '@meshmakers/shared-services';
7
7
 
8
8
  class ListElementModule {
9
9
  }
10
- ListElementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- ListElementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
12
- ListElementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, decorators: [{
10
+ ListElementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ ListElementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
12
+ ListElementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [],
@@ -7,10 +7,10 @@ import { DataSourceBase, PagedResultDto } from '@meshmakers/shared-services';
7
7
 
8
8
  class ListElementModule {
9
9
  }
10
- ListElementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- ListElementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
12
- ListElementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: ListElementModule, decorators: [{
10
+ ListElementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ ListElementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
12
+ ListElementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, imports: [CommonModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ListElementModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  declarations: [],
@@ -1,7 +1,7 @@
1
- export declare type Maybe<T> = T | null;
2
- export declare type InputMaybe<T> = Maybe<T>;
1
+ export type Maybe<T> = T | null;
2
+ export type InputMaybe<T> = Maybe<T>;
3
3
  /** All built-in and custom scalars, mapped to their actual values */
4
- export declare type Scalars = {
4
+ export type Scalars = {
5
5
  ID: string;
6
6
  String: string;
7
7
  Boolean: boolean;
@@ -13,7 +13,7 @@ export declare type Scalars = {
13
13
  OspObjectIdType: any;
14
14
  SimpleScalarType: any;
15
15
  };
16
- export declare type FieldFilterDto = {
16
+ export type FieldFilterDto = {
17
17
  attributeName: Scalars['String'];
18
18
  comparisonValue?: InputMaybe<Scalars['SimpleScalarType']>;
19
19
  operator?: InputMaybe<FieldFilterOperatorsDto>;
@@ -40,7 +40,7 @@ export declare enum ScopesDto {
40
40
  Layer_4Dto = "LAYER_4",
41
41
  SystemDto = "SYSTEM"
42
42
  }
43
- export declare type SearchFilterDto = {
43
+ export type SearchFilterDto = {
44
44
  attributeNames?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
45
45
  language?: InputMaybe<Scalars['String']>;
46
46
  searchTerm: Scalars['String'];
@@ -51,7 +51,7 @@ export declare enum SearchFilterTypesDto {
51
51
  AttributeFilterDto = "ATTRIBUTE_FILTER",
52
52
  TextSearchDto = "TEXT_SEARCH"
53
53
  }
54
- export declare type SortDto = {
54
+ export type SortDto = {
55
55
  attributeName: Scalars['String'];
56
56
  sortOrder?: InputMaybe<SortOrdersDto>;
57
57
  };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@meshmakers/octo-ui",
3
- "version": "2.0.2303-15001",
3
+ "version": "2.0.2303-25001",
4
4
  "dependencies": {
5
- "tslib": "^2.4.0"
5
+ "tslib": "^2.5.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@angular/common": "^14.2.2",
9
- "@angular/core": "^14.2.2"
8
+ "@angular/common": "^15.2.3",
9
+ "@angular/core": "^15.2.3"
10
10
  },
11
11
  "module": "fesm2015/meshmakers-octo-ui.mjs",
12
12
  "es2020": "fesm2020/meshmakers-octo-ui.mjs",