@kengic/vue 0.26.7-beta.50 → 0.26.7-beta.53

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.
@@ -2695,11 +2695,11 @@ reactExports.forwardRef((e, r) => IconComponent({
2695
2695
  ...e,
2696
2696
  _ref: r
2697
2697
  }));
2698
- import("./close-outlined-DMcSQWxQ.1777ced1.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
- import("./fullscreen-exit-outlined-X1iYkFc4.3e5c47ed.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
- import("./fullscreen-outlined-DDBrsRcy.942dc746.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
- import("./exclamation-circle-outlined-DZrXCnvM.63466bc4.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
- import("./search-outlined-Od1M_oxf.d54bf332.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2698
+ import("./close-outlined-DMcSQWxQ.bf17564b.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
+ import("./fullscreen-exit-outlined-X1iYkFc4.66373635.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
+ import("./fullscreen-outlined-DDBrsRcy.8b8ed86f.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
+ import("./exclamation-circle-outlined-DZrXCnvM.5e4f5fa4.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
+ import("./search-outlined-Od1M_oxf.68e56a6d.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2703
2703
  var jsxRuntime = { exports: {} }, reactJsxRuntime_production_min = {};
2704
2704
  /**
2705
2705
  * @license React
@@ -65626,20 +65626,28 @@ function createDispatchHook(e = ReactReduxContext) {
65626
65626
  }
65627
65627
  var useDispatch = /* @__PURE__ */ createDispatchHook();
65628
65628
  initializeUseSelector(withSelectorExports.useSyncExternalStoreWithSelector);
65629
- console.log("AAA", KgSlice, KgWorkStationSlice);
65630
- const store = configureStore({
65631
- middleware: (e) => e({
65632
- serializableCheck: {
65633
- ignoredActionPaths: ["payload.fn"],
65634
- ignoredActions: [],
65635
- ignoredPaths: []
65629
+ function useKg$1() {
65630
+ const e = useIntl();
65631
+ return {
65632
+ t(r) {
65633
+ return e.formatMessage({ id: r });
65636
65634
  }
65637
- }),
65638
- reducer: {
65639
- Kg: KgSlice.reducer,
65640
- KgWorkStation: KgWorkStationSlice.reducer
65641
- }
65642
- });
65635
+ };
65636
+ }
65637
+ let ref = (e) => ({ value: null });
65638
+ function setRef(e) {
65639
+ ref = e;
65640
+ }
65641
+ const eventListenerListRecordRecord$2 = {};
65642
+ function emit$2(e) {
65643
+ const { event: r, id: n = "", parameter: a } = e != null ? e : {};
65644
+ return ci$1({
65645
+ event: r,
65646
+ eventListenerListRecordRecord: eventListenerListRecordRecord$2,
65647
+ id: n,
65648
+ parameter: a
65649
+ });
65650
+ }
65643
65651
  var assign$3 = make_assign$1(), create$1$1 = make_create$1(), trim$1$1 = make_trim$1(), Global$5$1 = typeof window < "u" ? window : commonjsGlobal$1, util$6$1 = {
65644
65652
  assign: assign$3,
65645
65653
  create: create$1$1,
@@ -66166,17 +66174,7 @@ function json2Plugin$1() {
66166
66174
  return requireJson2$1(), {};
66167
66175
  }
66168
66176
  var engine$1 = storeEngine$1, storages$1 = all$1, plugins$2 = [json2$2], store_legacy$1 = engine$1.createStore(storages$1, plugins$2);
66169
- const storejs = /* @__PURE__ */ getDefaultExportFromCjs(store_legacy$1), eventListenerListRecordRecord$2 = {};
66170
- function emit$2(e) {
66171
- const { event: r, id: n = "", parameter: a } = e != null ? e : {};
66172
- return ci$1({
66173
- event: r,
66174
- eventListenerListRecordRecord: eventListenerListRecordRecord$2,
66175
- id: n,
66176
- parameter: a
66177
- });
66178
- }
66179
- const LOCAL_STORAGE_KEY__WORK_STATION = "KgWorkStation.workStation", LOCAL_STORAGE_KEY__WORK_STATION_AREA = "KgWorkStation.workStationArea";
66177
+ const storejs = /* @__PURE__ */ getDefaultExportFromCjs(store_legacy$1), LOCAL_STORAGE_KEY__WORK_STATION = "KgWorkStation.workStation", LOCAL_STORAGE_KEY__WORK_STATION_AREA = "KgWorkStation.workStationArea";
66180
66178
  console.log("BBB KgWorkStationSlice");
66181
66179
  const KgWorkStationSlice = createSlice({
66182
66180
  initialState: {
@@ -66267,18 +66265,6 @@ function workStationAreaSelector(e = "") {
66267
66265
  return a || (a = storejs.get(LOCAL_STORAGE_KEY__WORK_STATION_AREA, null)), a;
66268
66266
  };
66269
66267
  }
66270
- function useKg$1() {
66271
- const e = useIntl();
66272
- return {
66273
- t(r) {
66274
- return e.formatMessage({ id: r });
66275
- }
66276
- };
66277
- }
66278
- let ref = (e) => ({ value: null });
66279
- function setRef(e) {
66280
- ref = e;
66281
- }
66282
66268
  function doKgWorkStation(e = "") {
66283
66269
  let r = {
66284
66270
  closeModal() {
@@ -66576,6 +66562,20 @@ function KgWorkStation() {
66576
66562
  /* @__PURE__ */ jsxRuntimeExports.jsx(KgWorkStationModal, {})
66577
66563
  ] });
66578
66564
  }
66565
+ console.log("AAA", KgSlice, KgWorkStationSlice);
66566
+ const store = configureStore({
66567
+ middleware: (e) => e({
66568
+ serializableCheck: {
66569
+ ignoredActionPaths: ["payload.fn"],
66570
+ ignoredActions: [],
66571
+ ignoredPaths: []
66572
+ }
66573
+ }),
66574
+ reducer: {
66575
+ Kg: KgSlice.reducer,
66576
+ KgWorkStation: KgWorkStationSlice.reducer
66577
+ }
66578
+ });
66579
66579
  class KgWorkStationElement extends HTMLElement {
66580
66580
  constructor() {
66581
66581
  super(), D_(this, "unmount", null);
@@ -66600,7 +66600,8 @@ function initWebComponents() {
66600
66600
  }
66601
66601
  function initKgCoreReact(e) {
66602
66602
  const { ref: r, option: n } = e != null ? e : {};
66603
- setRef(r), store.dispatch(optionReducer(n)), initWebComponents();
66603
+ setRef(r), store.dispatch(optionReducer(n)), store.dispatch(setReducer({ id: "", fn: () => {
66604
+ } })), initWebComponents();
66604
66605
  }
66605
66606
  function bound01(e, r) {
66606
66607
  isOnePointZero(e) && (e = "100%");
@@ -70067,7 +70068,7 @@ function fi(e) {
70067
70068
  })
70068
70069
  );
70069
70070
  }
70070
- const version = "0.26.7-beta.50", en$1 = {
70071
+ const version = "0.26.7-beta.53", en$1 = {
70071
70072
  kg: {
70072
70073
  KgAppSelect: {
70073
70074
  businessManager: "Business Manager",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.7-beta.50",
3
+ "version": "0.26.7-beta.53",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -39,7 +39,7 @@
39
39
  "@iconify-icons/ph": "1.2.5",
40
40
  "@iconify/vue": "4.1.2",
41
41
  "@kengic/core.core": "0.0.1-beta.19",
42
- "@kengic/core.react": "0.0.1-beta.79",
42
+ "@kengic/core.react": "0.0.1-beta.82",
43
43
  "@kengic/pont": "1.2.17-beta.1",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
45
  "@thymine/xunee": "0.4.9-beta.8",