awing-library 2.1.208-dev → 2.1.209-dev

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.
@@ -1,3 +1,2 @@
1
- import { IPlaceGroupPermission, ITypeView } from '../interface';
2
- export declare const placeGroupPermissionState: import("recoil").RecoilState<IPlaceGroupPermission>;
1
+ import { ITypeView } from '../interface';
3
2
  export declare const CampaignScheduleTypeViewState: import("recoil").RecoilState<ITypeView>;
@@ -1,13 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CampaignScheduleTypeViewState = exports.placeGroupPermissionState = void 0;
3
+ exports.CampaignScheduleTypeViewState = void 0;
4
4
  var recoil_1 = require("recoil");
5
5
  var Constant_1 = require("../../../ACM-AXN/Common/Constant");
6
6
  // Khi bắt đầu load sẽ thực hiện lấy thông tin placeGroupPermission cho placefilter.
7
- exports.placeGroupPermissionState = (0, recoil_1.atom)({
8
- key: 'PlaceGroupPermissionState',
9
- default: { placeGroups: [], places: [] },
10
- });
11
7
  exports.CampaignScheduleTypeViewState = (0, recoil_1.atom)({
12
8
  key: 'CampaignScheduleTypeViewState',
13
9
  default: { type: Constant_1.TypeView.billingUnit },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.208-dev",
3
+ "version": "2.1.209-dev",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",